@import"https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&family=Outfit:wght@400;500;600;700;800;900&family=Source+Sans+3:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap";.landing-page-wrapper{all:initial;display:block;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,sans-serif;--obsidian: #0a0a0f;--midnight: #12121a;--charcoal: #1a1a24;--crimson: #dc2626;--ember: #f97316;--gold: #fbbf24;--emerald: #10b981;--pearl: #f8fafc;--silver: #cbd5e1;--font-display: "Outfit", sans-serif;--font-body: "Source Sans 3", sans-serif;--font-accent: "Caveat", cursive;font-size:1rem;line-height:1.6;color:var(--pearl);background-color:var(--obsidian);-webkit-font-smoothing:antialiased;overflow-x:hidden;width:100%;min-height:100vh}.landing-page-wrapper *,.landing-page-wrapper *:before,.landing-page-wrapper *:after{box-sizing:border-box;margin:0;padding:0}.vertical-image-section{position:relative;width:100%;min-height:100vh;min-height:100svh;display:flex;align-items:center;justify-content:center;overflow:hidden}.vertical-image-section img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.vertical-image-section .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0a0a0f4d,#0a0a0f1a,#0a0a0f99 80%,#0a0a0fe6);z-index:1}.vertical-image-section .content{position:relative;z-index:2;text-align:center;padding:2rem 1.5rem;width:100%;max-width:400px}.hero-section .content{margin-top:auto;padding-bottom:4rem}.hero-section h1{font-family:var(--font-display);font-size:2.5rem;font-weight:800;line-height:1.1;text-transform:uppercase;margin-bottom:1rem;text-shadow:0 4px 20px rgba(0,0,0,.8)}.hero-section h1 .highlight{color:var(--crimson);display:block}.hero-section .subtitle{font-size:1.1rem;color:var(--silver);margin-bottom:2rem;text-shadow:0 2px 10px rgba(0,0,0,.8)}.text-break{padding:4rem 1.5rem;text-align:center;background:var(--obsidian)}.text-break.dark{background:var(--midnight)}.text-break h2{font-family:var(--font-display);font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.text-break h2 .danger{color:var(--crimson)}.text-break h2 .hope{color:var(--emerald)}.text-break h2 .gold{color:var(--gold)}.text-break p{font-size:1.15rem;line-height:1.7;color:var(--silver);max-width:320px;margin:0 auto 1rem}.text-break p:last-child{margin-bottom:0}.bullet-list{list-style:none;padding:0;margin:1.5rem auto;max-width:320px;text-align:left}.bullet-list li{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 0;font-size:1.1rem;color:var(--silver);border-bottom:1px solid rgba(255,255,255,.08)}.bullet-list li:last-child{border-bottom:none}.bullet-list .icon{font-size:1.25rem;flex-shrink:0}.bullet-list.danger li .icon{color:var(--crimson)}.bullet-list.success li .icon{color:var(--emerald)}.btn-cta{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1.25rem 2rem;font-family:var(--font-display);font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;width:100%;max-width:320px}.btn-cta.primary{background:linear-gradient(135deg,var(--emerald) 0%,#059669 100%);color:#fff;box-shadow:0 10px 30px #10b98166}.btn-cta.primary:hover{transform:translateY(-2px);box-shadow:0 15px 40px #10b98180}.btn-cta .arrow{font-size:1.25rem;transition:transform .3s ease}.btn-cta:hover .arrow{transform:translate(4px)}@keyframes pulse-glow{0%,to{box-shadow:0 10px 30px #10b98166}50%{box-shadow:0 10px 50px #10b98199}}.btn-cta.pulse{animation:pulse-glow 2s ease-in-out infinite}.image-caption{position:absolute;bottom:0;left:0;right:0;padding:3rem 1.5rem 2rem;background:linear-gradient(to top,rgba(10,10,15,.95) 0%,transparent 100%);z-index:2;text-align:center}.image-caption h3{font-family:var(--font-display);font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.image-caption p{font-size:1rem;color:var(--silver)}.authority-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#fbbf2426;border:1px solid var(--gold);border-radius:50px;color:var(--gold);font-size:.9rem;font-weight:600}.price-box{background:linear-gradient(135deg,var(--charcoal) 0%,var(--midnight) 100%);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem 1.5rem;margin:2rem auto;max-width:320px;text-align:center}.price-box .old-price{font-size:1.25rem;color:var(--silver);text-decoration:line-through;opacity:.6}.price-box .new-price{font-family:var(--font-display);font-size:3.5rem;font-weight:800;color:var(--emerald);line-height:1;margin:.5rem 0}.price-box .new-price .currency{font-size:1.5rem;vertical-align:super}.price-box .payment-info{font-size:.9rem;color:var(--silver)}.guarantee-box{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#10b9811a;border:1px solid var(--emerald);border-radius:12px;margin:2rem auto;max-width:320px}.guarantee-box .shield{font-size:2.5rem;flex-shrink:0}.guarantee-box p{font-size:.95rem;color:var(--silver);text-align:left}.guarantee-box strong{color:var(--emerald)}.checklist{list-style:none;padding:0;margin:1.5rem auto;max-width:320px;text-align:left}.checklist li{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;font-size:1rem;color:var(--pearl)}.checklist .check{color:var(--emerald);font-size:1.25rem}.micro-copy{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1rem;margin-top:1rem;font-size:.85rem;color:var(--silver)}.micro-copy span{display:flex;align-items:center;gap:.25rem}.micro-copy .check{color:var(--emerald)}.landing-footer{padding:3rem 1.5rem;text-align:center;background:var(--midnight);border-top:1px solid rgba(255,255,255,.05)}.landing-footer .logo{font-family:var(--font-display);font-size:1.5rem;font-weight:800;color:var(--pearl);margin-bottom:1rem}.landing-footer .logo span{display:block;font-size:.7rem;font-weight:400;letter-spacing:.2em;color:var(--silver)}.landing-footer p{font-size:.85rem;color:var(--silver);margin-bottom:.5rem}.landing-footer .links{display:flex;justify-content:center;gap:1.5rem;margin-top:1rem}.landing-footer .links a{font-size:.8rem;color:var(--silver);text-decoration:none;transition:color .2s}.landing-footer .links a:hover{color:var(--pearl)}.fade-in{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.fade-in.visible{opacity:1;transform:translateY(0)}@media(min-width:768px){.hero-section h1{font-size:3.5rem}.text-break{padding:6rem 2rem}.text-break h2{font-size:2.25rem}.text-break p{font-size:1.25rem;max-width:500px}.bullet-list{max-width:500px}.btn-cta,.price-box,.guarantee-box,.checklist{max-width:400px}.vertical-image-section .content{max-width:500px}}@media(min-width:1024px){.vertical-image-section{min-height:80vh}.hero-section h1{font-size:4rem}.text-break{padding:8rem 2rem}.text-break h2{font-size:2.75rem}}.reading-progress{position:fixed;top:0;left:0;height:3px;background:linear-gradient(90deg,var(--emerald),var(--gold));z-index:9999;transition:width .1s linear}
