html{scroll-behavior:smooth}@keyframes twinkle{0%,to{opacity:1}50%{opacity:.5}}@keyframes bell-ring{0%{transform:rotate(0)}20%{transform:rotate(12deg)}40%{transform:rotate(-8deg)}60%{transform:rotate(4deg)}80%{transform:rotate(-4deg)}to{transform:rotate(0)}}@keyframes sway{0%{transform:rotate(-3deg)}50%{transform:rotate(3deg)}to{transform:rotate(-3deg)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.landing-page .reveal{opacity:1!important;transform:none!important}.landing-page .banner-lights circle,.landing-page .hero-holly,.landing-page .holiday-bell,.landing-page .ui-card-hero,.landing-page .ui-notification{animation:none!important}.landing-page *{transition-duration:.01ms!important;animation-duration:.01ms!important}}.landing-page{font-family:Nunito,sans-serif;color:#2c2c2c;background-color:#fff;line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}.landing-page *{box-sizing:border-box}.landing-page .container{max-width:1120px;margin:0 auto;padding:0 24px}.landing-page .balanced{text-wrap:balance}.landing-page .fs-hero{font-size:var(--fs-hero);line-height:var(--lh-tight)}.landing-page .fs-hero-mobile{font-size:var(--fs-hero-mobile);line-height:var(--lh-tight)}.landing-page .fs-h2{font-size:var(--fs-h2)}.landing-page .fs-h3{font-size:var(--fs-h3)}.landing-page .lh-tight{line-height:var(--lh-tight)}.landing-page .lh-relaxed{line-height:var(--lh-relaxed)}.landing-page a{text-decoration:none;transition:.2s}.landing-page a:focus-visible,.landing-page button:focus-visible{outline:2px solid #f5a623;outline-offset:2px}.landing-page .btn{display:inline-block;font-weight:900;font-size:1rem;padding:14px 32px;border-radius:50px;cursor:pointer;text-align:center;border:none;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .2s,box-shadow .2s,background-color .2s;user-select:none;white-space:normal;word-wrap:break-word;max-width:100%}.landing-page .btn:hover{transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.15)}.landing-page .btn:focus-visible{outline:2px solid #1f3a58;outline-offset:2px}.landing-page .btn-primary{background-color:#f5a623;color:#fff}.landing-page .btn-primary:hover{background-color:#e0961f}.landing-page .btn-shine{position:relative;overflow:hidden}.landing-page .btn-shine:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(120deg,transparent,transparent 40%,hsla(0,0%,100%,.4) 50%,transparent 60%,transparent);animation:btn-shine-sweep 3s ease-in-out infinite;pointer-events:none}@keyframes btn-shine-sweep{0%{left:-100%}50%{left:100%}to{left:100%}}@media (prefers-reduced-motion:reduce){.landing-page .btn-shine:before{animation:none;display:none}}.landing-page .btn-secondary{background-color:transparent;color:#1f3a58;border:2px solid #1f3a58;box-shadow:none}.landing-page .btn-secondary:hover{background-color:#f0f4f8}.landing-page .section-padding{padding:80px 0}.landing-page h1,.landing-page h2,.landing-page h3{color:#1f3a58;font-weight:950;letter-spacing:-.02em;margin:0}.landing-page p{color:#6e6e6e;font-size:1.08rem}.landing-page nav{height:140px;display:flex;align-items:center;background:#fff;top:0;border-bottom:1px solid transparent;transition:all .3s ease}.landing-page nav.scrolled{border-bottom:1px solid #e6e6e6;box-shadow:0 2px 8px rgba(0,0,0,.05)}.landing-page .nav-wrapper{display:flex;justify-content:space-between;align-items:center;width:100%;gap:16px}.landing-page .nav-actions{display:flex;gap:14px;align-items:center;flex-wrap:nowrap;justify-content:flex-end}.landing-page .nav-link{color:#1f3a58;font-weight:900;font-size:.95rem;white-space:nowrap}.landing-page .nav-link:hover{color:#f5a623}.landing-page .hero{display:flex;align-items:center;min-height:85vh;background:radial-gradient(circle at 70% 20%,#fffcf5 0,#fff 60%);overflow:hidden;position:relative}.landing-page .hero-content{display:flex;align-items:center;justify-content:space-between;width:100%;gap:44px;padding:18px 0}.landing-page .hero-text{flex:1;max-width:620px}.landing-page .hero-text h1{font-size:2.8rem;line-height:1.12;margin-bottom:18px}.landing-page .hero-text p{font-size:1.15rem;margin-bottom:24px;line-height:1.6}.landing-page .hero-cta-row{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.landing-page .mini-note{font-size:.9rem;color:#8f8f8f;margin-top:14px}.landing-page .hero-image{flex:1;position:relative;display:flex;justify-content:center}.landing-page .amazon-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;background:#f5a623;color:#fff;font-weight:950;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px}.landing-page .hero-bullets{margin:20px 0;padding-left:0;list-style:none}.landing-page .hero-bullets li{display:flex;gap:10px;align-items:center;margin-bottom:10px;color:#4a4a4a;font-size:1rem;font-weight:700}.landing-page .ui-card-hero{background:#fff;border-radius:20px;box-shadow:0 20px 60px rgba(31,58,88,.15);padding:26px;width:410px;max-width:100%;position:relative;border:1px solid #eee;animation:float 6s ease-in-out infinite}.landing-page .ui-row{display:flex;align-items:center;gap:14px;margin-bottom:16px}.landing-page .ui-thumb{width:54px;height:54px;background:#f1f1f1;border-radius:12px;aspect-ratio:1/1}.landing-page .ui-title{height:10px;background:#233;border-radius:6px;width:210px;margin-bottom:8px;opacity:.9}.landing-page .ui-sub{height:8px;background:#cfd6dd;border-radius:6px;width:140px}.landing-page .ui-divider{width:100%;height:1px;background:#eee;margin:16px 0}.landing-page .ui-price-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.landing-page .ui-old{font-weight:950;color:#b5b5b5;text-decoration:line-through}.landing-page .ui-new{font-weight:950;color:#1f3a58;font-size:1.6rem}.landing-page .ui-notification{position:absolute;top:34px;right:-42px;background:#1f3a58;color:#fff;padding:14px 18px;border-radius:14px;box-shadow:0 10px 20px rgba(0,0,0,.2);font-weight:950;display:flex;align-items:center;gap:10px;animation:popIn 1s ease-out .5s backwards}.landing-page .ui-notification small{display:block;opacity:.82;font-weight:900;font-size:.82rem}.landing-page .trust-strip{background-color:#fafafa;padding:30px 0;text-align:center;border-top:1px solid #eee;border-bottom:1px solid #eee}.landing-page .trust-badges{display:flex;justify-content:center;gap:30px;flex-wrap:wrap;align-items:center}.landing-page .trust-item{display:inline-flex;gap:8px;align-items:center;font-weight:800;color:#555;font-size:.95rem}.landing-page .big-idea{text-align:center;background:#fff}.landing-page .big-idea h2{font-size:2.4rem;margin-bottom:20px}.landing-page .big-idea p{max-width:800px;margin:0 auto;font-size:1.15rem;line-height:1.7}.landing-page .amazon-advantage{background:#fafafa;border-top:1px solid #eee;border-bottom:1px solid #eee}.landing-page .amazon-advantage h2{text-align:center;font-size:2.2rem;margin-bottom:40px}.landing-page .comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;max-width:900px;margin:0 auto}.landing-page .comparison-card{background:#fff;border-radius:18px;padding:30px;border:1px solid #eaeaea}.landing-page .comparison-card.featured{border:2px solid #f5a623}.landing-page .comparison-card h3{font-size:1.3rem;margin-bottom:20px;display:flex;align-items:center;gap:10px}.landing-page .comparison-card ul{list-style:none;padding:0;margin:0}.landing-page .comparison-card li{display:flex;gap:10px;align-items:flex-start;margin-bottom:14px;font-size:1rem;color:#6e6e6e}.landing-page .how-it-works{text-align:center;background:#fff}.landing-page .how-it-works h2{font-size:2.2rem;margin-bottom:50px}.landing-page .steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:36px;margin-top:40px}.landing-page .step-card{display:flex;flex-direction:column;align-items:center;text-align:center}.landing-page .step-icon{width:72px;height:72px;background:#fff8e6;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:#f5a623}.landing-page .step-card h3{font-size:1.25rem;margin-bottom:8px}.landing-page .step-card p{font-size:.95rem}.landing-page .features-section{background:#fff}.landing-page .features-section h2{text-align:center;font-size:2.2rem;margin-bottom:40px}.landing-page .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.landing-page .feature-item{display:flex;gap:14px;align-items:flex-start;padding:20px;background:#fafafa;border-radius:14px}.landing-page .feature-icon{width:44px;height:44px;background:#fff8e6;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#f5a623}.landing-page .feature-item h4{color:#1f3a58;font-weight:900;margin-bottom:4px;font-size:1.05rem}.landing-page .feature-item p{font-size:.95rem;margin:0}.landing-page .clarity-section{background:#fafafa;border-top:1px solid #eee;border-bottom:1px solid #eee}.landing-page .clarity-section h2{text-align:center;font-size:2.2rem;margin-bottom:40px}.landing-page .clarity-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;max-width:900px;margin:0 auto}.landing-page .clarity-card{background:#fff;border-radius:18px;padding:30px;border:1px solid #eaeaea}.landing-page .clarity-card h3{font-size:1.2rem;margin-bottom:20px;display:flex;align-items:center;gap:10px}.landing-page .clarity-card ul{list-style:none;padding:0;margin:0}.landing-page .clarity-card li{display:flex;gap:10px;align-items:flex-start;margin-bottom:12px;font-size:1rem;color:#6e6e6e}.landing-page .pricing{background:#fff;text-align:center}.landing-page .pricing h2{font-size:2.2rem;margin-bottom:12px}.landing-page .pricing>.container>p{max-width:600px;margin:0 auto 32px}.landing-page .pricing-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:20px;margin-top:32px}.landing-page .price-card{background:#fff;border:1px solid #eaeaea;border-radius:18px;padding:26px;text-align:left;box-shadow:0 8px 22px rgba(0,0,0,.06);position:relative}.landing-page .price-card.featured{border:2px solid #f5a623;transform:scale(1.02);z-index:2}.landing-page .price-card h3{font-size:1.4rem;margin-bottom:8px}.landing-page .price-tag{font-weight:950;color:#1f3a58;font-size:2rem}.landing-page .price-sub{color:#8f8f8f;font-weight:900;margin-left:6px;font-size:.95rem}.landing-page .price-card ul{list-style:none;margin-top:20px;padding-left:0;min-height:160px}.landing-page .price-card li{display:flex;gap:10px;align-items:flex-start;margin-bottom:12px;color:#6e6e6e;font-size:1rem}.landing-page .pill{display:inline-flex;padding:4px 10px;border-radius:999px;background:#fff3db;color:#b96c00;font-weight:950;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;vertical-align:middle;margin-left:8px}.landing-page .final-cta{text-align:center;background:#1f3a58;color:#fff}.landing-page .final-cta h2{font-size:2.4rem;margin-bottom:16px;color:#fff}.landing-page .final-cta p{max-width:700px;margin:0 auto 26px;color:hsla(0,0%,100%,.85);font-size:1.15rem}.landing-page .mobile-flow{background:#fff;border:1px solid #eee;border-radius:18px;padding:20px;box-shadow:0 8px 22px rgba(0,0,0,.06);max-width:520px;margin:20px auto 0;text-align:left}.landing-page .mobile-flow h4{color:#1f3a58;font-weight:950;margin-bottom:12px;font-size:1.15rem;display:flex;align-items:center;gap:8px}.landing-page .mobile-flow ol{padding-left:20px;margin:0}.landing-page .mobile-flow li{margin-bottom:8px;color:#6e6e6e;font-weight:800;font-size:1rem}.landing-page footer{background-color:#fafafa;padding:60px 0 30px;border-top:1px solid #eee}.landing-page .footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;gap:40px;margin-bottom:40px}.landing-page .footer-links h4{margin-bottom:16px;font-size:1rem;color:#1f3a58;font-weight:950}.landing-page .footer-links ul{list-style:none;padding:0;margin:0}.landing-page .footer-links ul li{margin-bottom:10px}.landing-page .footer-links a{color:#6e6e6e;font-size:.95rem;font-weight:900}.landing-page .footer-links a:hover{color:#f5a623;text-decoration:underline}.landing-page .legal{text-align:center;color:#9a9a9a;font-size:.85rem;border-top:1px solid #e0e0e0;padding-top:24px;line-height:1.6}.landing-page .badge{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#eff6ff;color:#1f3a58;font-weight:950;font-size:.95rem;width:fit-content}.landing-page .reveal{opacity:0;transform:translateY(30px);transition:opacity .4s ease-out,transform .4s ease-out}.landing-page .reveal.is-visible{opacity:1;transform:translateY(0)}.landing-page .reveal.reveal-delay-1{transition-delay:.1s}.landing-page .reveal.reveal-delay-2{transition-delay:.2s}.landing-page .reveal.reveal-delay-3{transition-delay:.3s}.landing-page .debug-panel{position:fixed;bottom:16px;right:16px;background:rgba(31,58,88,.95);color:#fff;padding:16px;border-radius:12px;font-size:12px;font-family:monospace;z-index:9999;max-width:320px;box-shadow:0 8px 24px rgba(0,0,0,.3)}.landing-page .debug-panel h5{margin:0 0 12px;font-size:14px;font-weight:900;color:#f5a623}.landing-page .debug-panel div{margin-bottom:6px}.landing-page .debug-panel .debug-label{color:#a0aec0}.landing-page .debug-panel .debug-value{color:#fff;font-weight:700}.landing-page .desktop-only{display:block}.landing-page .mobile-only{display:none}.landing-page .holiday-banner{background:linear-gradient(135deg,#1f3a58,#2a4a6e);color:#fff;padding:16px;text-align:center;display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;overflow:hidden}.landing-page .holiday-banner-icons{display:flex;align-items:center;gap:8px}.landing-page .holiday-bell{animation:bell-ring 2s ease-in-out 1s;transform-origin:top center}.landing-page .holiday-banner-text{font-weight:800;font-size:.95rem}.landing-page .holiday-banner-sub{font-size:.85rem;opacity:.85}.landing-page .holiday-banner-close{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#fff;cursor:pointer;padding:4px;opacity:.7;transition:opacity .2s}.landing-page .holiday-banner-close:hover{opacity:1}.landing-page .banner-lights{height:16px;pointer-events:none}.landing-page .banner-lights.top{top:2px}.landing-page .banner-lights.bottom{bottom:2px}.landing-page .banner-lights .light-bulb{animation:twinkle 2s ease-in-out infinite}.landing-page .banner-lights .light-bulb:nth-child(odd){animation-delay:.5s}.landing-page .banner-lights .light-bulb:nth-child(3n){animation-delay:1s}.landing-page .hero-holly{position:absolute;top:-30px;left:-30px;width:100px;height:100px;z-index:10;filter:drop-shadow(0 4px 6px rgba(0,0,0,.15));animation:sway 4s ease-in-out infinite}.landing-page .notification-bell-accent{position:absolute;top:-16px;right:12px;width:22px;height:22px;animation:bell-ring 2s ease-in-out 1.5s;transform-origin:top center}.landing-page .hero-sparkle{position:absolute;animation:twinkle 2s ease-in-out infinite;pointer-events:none;opacity:.7}.landing-page .hero-sparkle-1{top:-15px;right:-55px;animation-delay:0s}.landing-page .hero-sparkle-2{bottom:20px;left:-40px;animation-delay:.7s}.landing-page .hero-sparkle-3{top:50%;right:-65px;animation-delay:1.3s}.landing-page .section-divider{display:flex;align-items:center;justify-content:center;gap:16px;padding:24px 0}.landing-page .section-divider-line{flex:1;max-width:200px;height:1px;background:linear-gradient(90deg,transparent,#e0e0e0,transparent)}.landing-page .section-divider-icon{color:#1f3a58;opacity:.6}.landing-page .price-original{font-weight:700;color:#999;text-decoration:line-through;font-size:.9rem;margin-right:8px}.landing-page .holiday-badge{display:inline-flex;padding:3px 8px;border-radius:4px;background:linear-gradient(135deg,#c62828,#ef4444);color:#fff;font-weight:800;font-size:.7rem;text-transform:uppercase;letter-spacing:.3px;margin-left:6px}.landing-page .holiday-badge.best-value{background:linear-gradient(135deg,#f5a623,#fbbf24)}.landing-page .savings-text{color:#16a34a;font-weight:800;font-size:.85rem;margin-top:4px}.landing-page .price-card.featured{border:2px solid #16a34a}.landing-page .holiday-microcopy{font-size:.8rem;color:#c62828;font-weight:700;margin-top:8px;display:flex;align-items:center;gap:4px}.landing-page .footer-holly{position:absolute;bottom:20px;width:60px;height:60px;opacity:.6;pointer-events:none}.landing-page .footer-holly.left{left:3%;transform:scaleX(-1)}.landing-page .footer-holly.right{right:3%}@media (max-width:900px){.landing-page .footer-holly{display:none}.landing-page .hero-holly{width:70px;height:70px;top:-20px;left:-20px}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@keyframes popIn{0%{transform:scale(0);opacity:0}80%{transform:scale(1.06);opacity:1}to{transform:scale(1)}}@media (max-width:900px){.landing-page .hero-content{flex-direction:column;text-align:center}.landing-page .hero-text h1{font-size:2rem}.landing-page .hero-text{margin-bottom:24px}.landing-page .hero-cta-row{justify-content:center}.landing-page .hero-bullets{text-align:left;display:inline-block}.landing-page .clarity-grid,.landing-page .comparison-grid{grid-template-columns:1fr}.landing-page .ui-notification{right:0;left:0;margin:auto;width:fit-content;top:-18px}.landing-page .price-card{text-align:left}.landing-page .price-card.featured{transform:none}.landing-page .trust-badges{gap:15px}.landing-page .amazon-advantage h2,.landing-page .big-idea h2,.landing-page .clarity-section h2,.landing-page .features-section h2,.landing-page .how-it-works h2,.landing-page .pricing h2{font-size:1.8rem}.landing-page .final-cta h2{font-size:1.9rem}.landing-page nav{height:80px;padding:0}.landing-page nav img{height:40px!important}.landing-page .nav-actions,.landing-page .nav-wrapper{gap:8px}.landing-page .desktop-only{display:none}.landing-page .mobile-only{display:block}.landing-page .section-padding{padding:60px 0}.landing-page .steps-grid{grid-template-columns:repeat(2,1fr);gap:24px}.landing-page .holiday-banner{padding:10px 40px 10px 12px;gap:6px}.landing-page .holiday-banner-icons{display:none}.landing-page .holiday-banner-text{font-size:.85rem}.landing-page .banner-lights{display:none}}@media (max-width:480px){.landing-page .hero-text h1{font-size:1.7rem}.landing-page .container{padding:0 16px}.landing-page .btn{padding:12px 20px;font-size:.9rem;line-height:1.3}.landing-page .section-padding{padding:50px 0}.landing-page .trust-badges{flex-direction:column;gap:12px}.landing-page .pricing-cards{gap:16px}.landing-page .price-card{padding:20px}.landing-page nav{height:70px}.landing-page nav img{height:36px!important}.landing-page .nav-actions{gap:6px}.landing-page .nav-actions .btn{padding:8px 12px;font-size:.8rem}.landing-page .nav-link{font-size:.85rem}.landing-page .hero-cta-row{flex-direction:column;width:100%}.landing-page .hero-cta-row .btn{width:100%}.landing-page .final-cta .btn{padding:14px 24px!important;font-size:1rem!important}.landing-page .steps-grid{grid-template-columns:repeat(2,1fr);gap:20px}.landing-page .step-card h3{font-size:1.1rem}.landing-page .step-icon{width:56px;height:56px}}@media (max-width:360px){.landing-page nav{height:65px}.landing-page nav img{height:32px!important}.landing-page .nav-actions .nav-link{font-size:.8rem}.landing-page .nav-actions .btn{padding:6px 10px;font-size:.75rem}.landing-page .btn{padding:10px 16px;font-size:.85rem}}