.landing-page{--navy:#0a1628;--navy-light:#11203a;--gold:#b89a6f;--gold-light:#d4b98a;--rose:#c4788a;--rose-light:#e0a3b2;--white:#fff;--off-white:#f8f7f4;--gray-100:#f4f4f6;--gray-200:#e8e8ec;--gray-400:#9b9bb0;--gray-600:#5a5a72;--gray-800:#2d2d42;--radius:12px;--radius-lg:20px;--shadow:0 4px 24px #0a162814;--shadow-lg:0 12px 48px #0a16281f;--transition:.3s cubic-bezier(.4, 0, .2, 1);--max-width:1200px;color:#1a1a2e;background:var(--white);font-family:DM Sans,sans-serif;line-height:1.6;overflow-x:hidden}.landing-page *,.landing-page :before,.landing-page :after{box-sizing:border-box;margin:0;padding:0}.landing-page img{max-width:100%;display:block}.landing-page a{color:inherit;text-decoration:none}.landing-page ul{list-style:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.landing-page .animate-on-scroll{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(30px)}.landing-page .animate-on-scroll.visible{opacity:1;transform:translateY(0)}.landing-page .animate-delay-1{transition-delay:.1s}.landing-page .animate-delay-2{transition-delay:.2s}.landing-page .animate-delay-3{transition-delay:.3s}.landing-page .animate-delay-4{transition-delay:.4s}.landing-page h1,.landing-page h2,.landing-page h3,.landing-page h4{font-family:Playfair Display,serif;font-weight:600;line-height:1.2}.landing-page h1{font-size:clamp(2.2rem,5vw,3.5rem)}.landing-page h2{font-size:clamp(1.8rem,4vw,2.8rem)}.landing-page h3{font-size:clamp(1.2rem,2.5vw,1.5rem)}.landing-page p{font-size:1.05rem}.landing-page .section-label{letter-spacing:3px;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:600;display:block}.landing-page .btn{cursor:pointer;transition:all var(--transition);white-space:nowrap;border:none;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2.2rem;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:600;display:inline-flex}.landing-page .btn-primary{background:linear-gradient(135deg, var(--gold), var(--gold-light));color:var(--navy);box-shadow:0 4px 20px #b89a6f59}.landing-page .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #b89a6f80}.landing-page .btn-secondary{color:var(--white);background:0 0;border:2px solid #ffffff4d}.landing-page .btn-secondary:hover{border-color:var(--gold);color:var(--gold)}.landing-page .btn-outline{color:var(--navy);border:2px solid var(--navy);background:0 0}.landing-page .btn-outline:hover{background:var(--navy);color:var(--white)}.landing-page .btn-white{background:var(--white);color:var(--navy);box-shadow:var(--shadow)}.landing-page .btn-white:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.landing-page .container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.landing-page .lp-header{z-index:1000;transition:all var(--transition);padding:1.25rem 0;position:fixed;top:0;left:0;right:0}.landing-page .lp-header.scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a1628f2;padding:.75rem 0;box-shadow:0 2px 20px #00000026}.landing-page .header-inner{justify-content:space-between;align-items:center;display:flex}.landing-page .logo{color:var(--white);align-items:center;gap:.5rem;font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700;display:flex}.landing-page .logo-icon{background:linear-gradient(135deg, var(--gold), var(--gold-light));border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;display:flex}.landing-page .logo span{color:var(--gold)}.landing-page .nav{align-items:center;gap:2rem;display:flex}.landing-page .nav a{color:#fffc;transition:color var(--transition);font-size:.9rem;font-weight:500}.landing-page .nav a:hover{color:var(--gold)}.landing-page .nav .btn{padding:.6rem 1.5rem;font-size:.85rem}.landing-page .menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:5px;display:none}.landing-page .menu-toggle span{background:var(--white);width:24px;height:2px;transition:all var(--transition);border-radius:2px}@media (max-width:768px){.landing-page .nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a1628fa;flex-direction:column;gap:1rem;padding:1.5rem;display:none;position:absolute;top:100%;left:0;right:0}.landing-page .nav.active,.landing-page .menu-toggle{display:flex}}.landing-page .hero{background:linear-gradient(145deg, var(--navy) 0%, #0d1f3c 40%, #132847 70%, var(--navy-light) 100%);align-items:center;min-height:100vh;padding:8rem 0 6rem;display:flex;position:relative;overflow:hidden}.landing-page .hero:before{content:"";background:radial-gradient(circle,#b89a6f14 0%,#0000 70%);border-radius:50%;width:800px;height:800px;animation:8s ease-in-out infinite float;position:absolute;top:-50%;right:-20%}.landing-page .hero:after{content:"";background:radial-gradient(circle,#c4788a0f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:10s ease-in-out infinite reverse float;position:absolute;bottom:-30%;left:-10%}.landing-page .hero-eye-decoration{opacity:.06;pointer-events:none;width:400px;height:400px;position:absolute;top:50%;right:5%;transform:translateY(-50%)}.landing-page .eye-outer{border:3px solid var(--gold);border-radius:50%/100%;width:100%;height:50%;position:relative;top:25%}.landing-page .hero-content{z-index:2;max-width:700px;animation:1s forwards fadeInUp;position:relative}.landing-page .hero-badge{background:#b89a6f26;border:1px solid #b89a6f4d;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;display:inline-flex}.landing-page .hero-badge-dot{background:var(--gold);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.landing-page .hero-badge span{color:var(--gold-light);letter-spacing:.5px;font-size:.8rem;font-weight:500}.landing-page .hero h1{color:var(--white);margin-bottom:1.5rem}.landing-page .hero h1 em{background:linear-gradient(135deg, var(--gold), var(--rose));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal}.landing-page .hero-subtitle{color:#ffffffb3;max-width:580px;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.8}.landing-page .hero-ctas{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.landing-page .hero-trust{flex-wrap:wrap;gap:1.5rem;display:flex}.landing-page .hero-trust-item{color:#ffffff80;align-items:center;gap:.5rem;font-size:.82rem;display:flex}.landing-page .hero-trust-item svg{width:16px;height:16px;fill:var(--gold);opacity:.6}@media (max-width:768px){.landing-page .hero{min-height:auto;padding:7rem 0 4rem}.landing-page .hero-eye-decoration{display:none}}.landing-page .trust-bar{background:var(--off-white);border-bottom:1px solid var(--gray-200);padding:1.5rem 0}.landing-page .trust-bar-inner{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.landing-page .trust-bar-item{color:var(--gray-600);font-size:.85rem;font-weight:500}.landing-page .trust-bar-item strong{color:var(--navy);font-size:1.1rem}.landing-page .how-it-works{background:var(--white);padding:6rem 0}.landing-page .section-header{text-align:center;max-width:600px;margin:0 auto 4rem}.landing-page .section-header p{color:var(--gray-600);margin-top:1rem}.landing-page .steps-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.landing-page .step-card{text-align:center;border-radius:var(--radius-lg);border:1px solid var(--gray-200);transition:all var(--transition);padding:2.5rem 2rem}.landing-page .step-card:hover{box-shadow:var(--shadow-lg);border-color:var(--gold);transform:translateY(-6px)}.landing-page .step-number{background:linear-gradient(135deg, var(--gold), var(--gold-light));width:48px;height:48px;color:var(--navy);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.2rem;font-weight:700;display:flex}.landing-page .step-card h3{color:var(--navy);margin-bottom:.75rem}.landing-page .step-card p{color:var(--gray-600);font-size:.95rem}@media (max-width:768px){.landing-page .steps-grid{grid-template-columns:1fr}}.landing-page .features{background:var(--off-white);padding:6rem 0}.landing-page .features-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.landing-page .feature-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--gray-200);transition:all var(--transition);padding:2rem 1.5rem}.landing-page .feature-card:hover{box-shadow:var(--shadow);border-color:var(--gold);transform:translateY(-4px)}.landing-page .feature-icon{background:var(--off-white);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;display:flex}.landing-page .feature-card h3{color:var(--navy);margin-bottom:.5rem;font-family:DM Sans,sans-serif;font-size:1.05rem;font-weight:600}.landing-page .feature-card p{color:var(--gray-600);font-size:.88rem;line-height:1.6}@media (max-width:1024px){.landing-page .features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.landing-page .features-grid{grid-template-columns:1fr}}.landing-page .safety{background:linear-gradient(145deg, var(--navy), var(--navy-light));color:var(--white);padding:6rem 0}.landing-page .safety .section-header p{color:#fff9}.landing-page .safety-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.landing-page .safety-card{text-align:center;border-radius:var(--radius-lg);transition:all var(--transition);background:#ffffff0d;border:1px solid #ffffff1a;padding:2.5rem 2rem}.landing-page .safety-card:hover{background:#ffffff14;transform:translateY(-4px)}.landing-page .safety-icon{background:#b89a6f26;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1.25rem;display:flex}.landing-page .safety-card h3{color:var(--gold-light);margin-bottom:.75rem;font-family:DM Sans,sans-serif;font-weight:600}.landing-page .safety-card p{color:#fff9;font-size:.9rem}.landing-page .cfm-badge{color:#7dcea0;background:#2d7a3d26;border:1px solid #2d7a3d4d;border-radius:50px;align-items:center;gap:.5rem;margin-top:2rem;padding:.6rem 1.2rem;font-size:.82rem;font-weight:600;display:inline-flex}@media (max-width:768px){.landing-page .safety-grid{grid-template-columns:1fr}}.landing-page .social-proof{background:var(--white);padding:6rem 0}.landing-page .proof-content{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.landing-page .proof-left h2{color:var(--navy);margin-bottom:1.5rem}.landing-page .proof-left p{color:var(--gray-600);margin-bottom:1rem;font-size:1rem}.landing-page .proof-protocols{flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;display:flex}.landing-page .protocol-badge{background:var(--off-white);border:1px solid var(--gray-200);color:var(--navy);letter-spacing:1px;border-radius:50px;padding:.35rem .9rem;font-size:.75rem;font-weight:700}.landing-page .proof-right{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.landing-page .proof-stat{background:var(--off-white);border-radius:var(--radius);text-align:center;padding:1.5rem}.landing-page .proof-stat-number{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;line-height:1}.landing-page .proof-stat-number span{background:linear-gradient(135deg, var(--gold), var(--rose));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-page .proof-stat-label{color:var(--gray-600);font-size:.85rem;font-weight:500}.landing-page .proof-testimonial{background:linear-gradient(135deg, var(--navy), var(--navy-light));border-radius:var(--radius);color:var(--white);grid-column:1/-1;padding:2rem;position:relative}.landing-page .proof-testimonial:before{content:"“";color:var(--gold);opacity:.5;font-family:Playfair Display,serif;font-size:4rem;line-height:1;position:absolute;top:.5rem;left:1.5rem}.landing-page .proof-testimonial p{color:#ffffffd9;padding-left:1rem;font-size:.95rem;font-style:italic}.landing-page .testimonial-author{color:var(--gold-light);margin-top:.75rem;padding-left:1rem;font-size:.8rem;font-style:normal;font-weight:500}@media (max-width:768px){.landing-page .proof-content{grid-template-columns:1fr;gap:2.5rem}}.landing-page .pricing{background:var(--off-white);padding:6rem 0}.landing-page .pricing-toggle{justify-content:center;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.landing-page .pricing-toggle span{color:var(--gray-600);cursor:pointer;transition:color var(--transition);font-size:.9rem;font-weight:500}.landing-page .pricing-toggle .active{color:var(--navy);font-weight:700}.landing-page .annual-badge{background:linear-gradient(135deg, var(--gold), var(--gold-light));color:var(--navy);letter-spacing:.5px;border-radius:50px;padding:.2rem .6rem;font-size:.7rem;font-weight:700}.landing-page .pix-badge{color:var(--white);letter-spacing:.5px;background:linear-gradient(135deg,#2d7a3d,#4caf50);border-radius:50px;margin-left:.5rem;padding:.15rem .5rem;font-size:.65rem;font-weight:700}.landing-page .pricing-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.5rem;display:grid}.landing-page .pricing-card{background:var(--white);border-radius:var(--radius-lg);border:2px solid var(--gray-200);transition:all var(--transition);flex-direction:column;padding:2.5rem 2rem;display:flex;position:relative}.landing-page .pricing-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.landing-page .pricing-card.featured{border-color:var(--gold);transform:scale(1.02);box-shadow:0 8px 40px #b89a6f33}.landing-page .pricing-card.featured:hover{transform:scale(1.02)translateY(-6px)}.landing-page .featured-badge{background:linear-gradient(135deg, var(--gold), var(--gold-light));color:var(--navy);letter-spacing:1px;text-transform:uppercase;white-space:nowrap;border-radius:50px;padding:.35rem 1.2rem;font-size:.7rem;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.landing-page .pricing-plan-name{color:var(--gray-600);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.75rem;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:700}.landing-page .pricing-price{margin-bottom:.25rem}.landing-page .pricing-currency{color:var(--navy);vertical-align:super;font-size:1.2rem;font-weight:600}.landing-page .pricing-amount{color:var(--navy);font-family:Playfair Display,serif;font-size:3.5rem;font-weight:700;line-height:1}.landing-page .pricing-period{color:var(--gray-400);font-size:.9rem;font-weight:400}.landing-page .founder-ribbon{color:var(--gold);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.5rem;font-size:.7rem;font-weight:600}.landing-page .pricing-regular-note{color:var(--gray-400);margin-bottom:.25rem;font-size:.75rem}.landing-page .pricing-per-report{color:var(--gold);margin-bottom:1.5rem;font-size:.8rem;font-weight:500}.landing-page .pricing-features{flex:1;margin-bottom:2rem}.landing-page .pricing-features li{color:var(--gray-800);border-bottom:1px solid var(--gray-100);align-items:center;gap:.6rem;padding:.5rem 0;font-size:.9rem;display:flex}.landing-page .pricing-features li svg{flex-shrink:0;width:20px;height:20px}.landing-page .pricing-features li .disabled{color:#bbb}.landing-page .pricing-note{text-align:center;color:var(--gray-400);margin-top:2rem;font-size:.85rem;font-weight:500}@media (max-width:1024px){.landing-page .pricing-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}.landing-page .pricing-card.featured{transform:none}.landing-page .pricing-card.featured:hover{transform:translateY(-6px)}}.landing-page .faq{background:var(--white);padding:6rem 0}.landing-page .faq-list{max-width:700px;margin:0 auto}.landing-page .faq-item{border-bottom:1px solid var(--gray-200)}.landing-page .faq-question{width:100%;color:var(--navy);cursor:pointer;transition:color var(--transition);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem 0;font-family:DM Sans,sans-serif;font-size:1.05rem;font-weight:600;display:flex}.landing-page .faq-question:hover{color:var(--gold)}.landing-page .faq-icon{color:var(--gold);transition:transform var(--transition);font-size:1.5rem;font-weight:300}.landing-page .faq-item.active .faq-icon{transform:rotate(45deg)}.landing-page .faq-answer{max-height:0;transition:max-height .4s;overflow:hidden}.landing-page .faq-item.active .faq-answer{max-height:200px}.landing-page .faq-answer-inner{color:var(--gray-600);padding-bottom:1.5rem;font-size:.95rem;line-height:1.7}.landing-page .bottom-cta{background:linear-gradient(145deg, var(--navy), var(--navy-light));text-align:center;padding:6rem 0}.landing-page .bottom-cta h2{color:var(--white);margin-bottom:1rem}.landing-page .bottom-cta p{color:#fff9;margin-bottom:2.5rem;font-size:1.1rem}.landing-page .lp-footer{color:#fff9;background:#060d18;padding:4rem 0 0}.landing-page .footer-inner{border-bottom:1px solid #ffffff14;grid-template-columns:1.5fr 2fr;gap:4rem;padding-bottom:3rem;display:grid}.landing-page .footer-brand .logo{margin-bottom:1rem}.landing-page .footer-brand p{color:#fff6;font-size:.88rem;line-height:1.7}.landing-page .footer-links{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.landing-page .footer-col h4{color:var(--white);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:700}.landing-page .footer-col a{color:#ffffff80;transition:color var(--transition);padding:.3rem 0;font-size:.88rem;display:block}.landing-page .footer-col a:hover{color:var(--gold)}.landing-page .footer-bottom{color:#ffffff4d;justify-content:space-between;align-items:center;padding:1.5rem 0;font-size:.8rem;display:flex}@media (max-width:768px){.landing-page .footer-inner{grid-template-columns:1fr;gap:2rem}.landing-page .footer-links{grid-template-columns:1fr}.landing-page .footer-bottom{text-align:center;flex-direction:column;gap:.5rem}}.landing-page .scroll-top{background:var(--navy);width:44px;height:44px;color:var(--gold);border:2px solid var(--gold);cursor:pointer;opacity:0;visibility:hidden;transition:all var(--transition);z-index:999;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:2rem;right:2rem}.landing-page .scroll-top.visible{opacity:1;visibility:visible}.landing-page .scroll-top:hover{background:var(--gold);color:var(--navy);transform:translateY(-3px);box-shadow:0 8px 24px #b89a6f80}
