@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";
:root{--teal:#00b3a4;--teal-dark:#009688;--navy:#05326d;--bg:#f9fafb;--white:#fff;--text-primary:#05326d;--text-secondary:#4b5563;--border:#e5e7eb;--font:"Inter", sans-serif}.landing *{box-sizing:border-box;margin:0;padding:0}.landing{font-family:var(--font);background:var(--bg);color:var(--text-secondary);line-height:1.65}.landing img{max-width:100%;display:block}.landing a{color:inherit;text-decoration:none}.landing .container{max-width:1140px;margin:0 auto;padding:0 24px}.landing .btn-primary{background:var(--teal);color:#fff;font-family:var(--font);border:2px solid var(--teal);cursor:pointer;white-space:nowrap;border-radius:12px;justify-content:center;align-items:center;padding:14px 28px;font-size:1rem;font-weight:700;transition:background .2s,transform .15s;display:inline-flex}.landing .btn-primary:hover{background:var(--teal-dark);border-color:var(--teal-dark);transform:translateY(-1px)}.landing .btn-outline{color:var(--teal);font-family:var(--font);border:2px solid var(--teal);cursor:pointer;white-space:nowrap;background:0 0;border-radius:12px;justify-content:center;align-items:center;padding:14px 28px;font-size:1rem;font-weight:700;transition:background .2s,color .2s,transform .15s;display:inline-flex}.landing .btn-outline:hover{background:var(--teal);color:#fff;transform:translateY(-1px)}.landing section{padding:96px 0}.landing nav{background:var(--white);border-bottom:1px solid var(--border);z-index:100;padding:0 24px;position:sticky;top:0}.landing .nav-inner{justify-content:space-between;align-items:center;max-width:1140px;height:68px;margin:0 auto;display:flex}.landing .logo{letter-spacing:-.03em;font-size:1.5rem;font-weight:800}.landing .logo .vital{color:var(--navy)}.landing .logo .link{color:var(--teal)}.landing .nav-links{align-items:center;gap:32px;display:flex}.landing .nav-links a{color:var(--text-secondary);font-size:.95rem;font-weight:500;transition:color .2s}.landing .nav-links a:hover{color:var(--teal)}.landing .nav-cta{padding:10px 20px;font-size:.9rem}.landing .hero{background:var(--white);padding:96px 0 80px}.landing .hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.landing .hero-badge{color:var(--teal);letter-spacing:.04em;text-transform:uppercase;background:#e6f7f6;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 14px;font-size:.8rem;font-weight:600;display:inline-flex}.landing .hero-badge span{background:var(--teal);border-radius:50%;width:7px;height:7px;display:block}.landing .hero h1{color:var(--navy);letter-spacing:-.03em;margin-bottom:24px;font-size:clamp(2.2rem,4.5vw,3.4rem);font-weight:900;line-height:1.1}.landing .hero h1 em{color:var(--teal);font-style:normal}.landing .hero p{color:var(--text-secondary);max-width:520px;margin-bottom:36px;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.7}.landing .hero-btns{flex-wrap:wrap;gap:16px;margin-bottom:28px;display:flex}.landing .hero-trust{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.landing .trust-item{color:var(--text-secondary);align-items:center;gap:6px;font-size:.82rem;font-weight:600;display:flex}.landing .trust-item svg{color:var(--teal);flex-shrink:0}.landing .hero-visual{background:linear-gradient(135deg,#e6f7f6 0%,#eef4ff 100%);border-radius:24px;justify-content:center;align-items:center;min-height:400px;padding:48px 32px;display:flex;position:relative;overflow:hidden}.landing .hero-visual:before{content:"";background:radial-gradient(circle,#00b3a41f 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:-60px;right:-60px}.landing .section-pain{background:var(--bg)}.landing .section-header{text-align:center;margin-bottom:56px}.landing .section-label{color:var(--teal);letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px;font-size:.75rem;font-weight:700;display:inline-block}.landing .section-header h2{color:var(--navy);letter-spacing:-.025em;margin-bottom:14px;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800;line-height:1.15}.landing .section-header p{color:var(--text-secondary);max-width:540px;margin:0 auto;font-size:1.1rem}.landing .cards-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.landing .card{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:32px 28px;transition:box-shadow .2s,transform .2s}.landing .card:hover{transform:translateY(-3px);box-shadow:0 8px 32px #05326d1a}.landing .card-icon{background:#e6f7f6;border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:20px;display:flex}.landing .card-icon svg{color:var(--teal)}.landing .card h3{color:var(--navy);margin-bottom:10px;font-size:1.1rem;font-weight:700}.landing .card p{color:var(--text-secondary);font-size:.95rem;line-height:1.65}.landing .section-how{background:var(--white)}.landing .how-grid{grid-template-columns:1fr 1fr;align-items:center;gap:72px;display:grid}.landing .steps{flex-direction:column;gap:40px;display:flex}.landing .step{align-items:flex-start;gap:24px;display:flex}.landing .step-num{color:var(--teal);letter-spacing:-.04em;flex-shrink:0;min-width:52px;font-size:2.4rem;font-weight:900;line-height:1}.landing .step-content h3{color:var(--navy);margin-bottom:8px;font-size:1.15rem;font-weight:700}.landing .step-content p{color:var(--text-secondary);font-size:.95rem;line-height:1.65}.landing .how-visual{background:linear-gradient(135deg,#eef4ff 0%,#e6f7f6 100%);border-radius:24px;justify-content:center;align-items:center;min-height:380px;padding:48px 32px;display:flex;position:relative;overflow:hidden}.landing .how-visual:after{content:"";background:radial-gradient(circle,#05326d14 0%,#0000 70%);border-radius:50%;width:200px;height:200px;position:absolute;bottom:-40px;left:-40px}.landing .section-benefits{background:var(--bg)}.landing .benefits-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.landing .benefit-item{background:var(--white);border:1px solid var(--border);border-radius:16px;align-items:flex-start;gap:16px;padding:28px 24px;transition:box-shadow .2s;display:flex}.landing .benefit-item:hover{box-shadow:0 4px 20px #05326d14}.landing .benefit-icon{background:#e6f7f6;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.landing .benefit-icon svg{color:var(--teal)}.landing .benefit-item h4{color:var(--navy);margin-bottom:6px;font-size:.95rem;font-weight:700}.landing .benefit-item p{color:var(--text-secondary);font-size:.875rem;line-height:1.6}.landing .section-stats{background:var(--white)}.landing .stats-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.landing .stat-card{text-align:center;border:1px solid var(--border);background:var(--bg);border-radius:20px;padding:48px 32px}.landing .stat-number{color:var(--teal);letter-spacing:-.04em;margin-bottom:12px;font-size:clamp(2.4rem,4vw,3.2rem);font-weight:900;line-height:1;display:block}.landing .stat-desc{color:var(--text-primary);font-size:.95rem;font-weight:500;line-height:1.55}.landing .section-pricing{background:var(--bg)}.landing .pricing-wrapper{max-width:480px;margin:0 auto}.landing .pricing-card{background:var(--white);border:2px solid var(--teal);text-align:center;border-radius:20px;padding:44px 40px;box-shadow:0 8px 40px #00b3a41f}.landing .pricing-badge{background:var(--teal);color:#fff;letter-spacing:.06em;text-transform:uppercase;border-radius:100px;margin-bottom:24px;padding:5px 14px;font-size:.78rem;font-weight:700;display:inline-block}.landing .pricing-price{color:var(--navy);letter-spacing:-.04em;margin-bottom:4px;font-size:clamp(3rem,6vw,4.2rem);font-weight:900;line-height:1}.landing .pricing-price span{vertical-align:super;margin-right:2px;font-size:1.3rem;font-weight:600}.landing .pricing-price small{color:var(--text-secondary);font-size:1.2rem;font-weight:500}.landing .pricing-sub{color:var(--text-secondary);margin-bottom:32px;font-size:.9rem;font-weight:500}.landing .pricing-features{text-align:left;flex-direction:column;gap:14px;margin-bottom:36px;list-style:none;display:flex}.landing .pricing-features li{color:var(--text-primary);align-items:center;gap:10px;font-size:.95rem;font-weight:500;display:flex}.landing .pricing-features li svg{color:var(--teal);flex-shrink:0}.landing .btn-full{width:100%;padding:16px 24px;font-size:1.05rem}.landing .pricing-note{color:var(--text-secondary);margin-top:14px;font-size:.82rem}.landing .section-faq{background:var(--white)}.landing .faq-inner{grid-template-columns:1fr 1fr;align-items:flex-start;gap:72px;display:grid}.landing .faq-list{flex-direction:column;gap:0;display:flex}.landing .faq-item{border-bottom:1px solid var(--border)}.landing .faq-question{width:100%;font-family:var(--font);text-align:left;color:var(--navy);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:22px 0;font-size:1rem;font-weight:600;transition:color .2s;display:flex}.landing .faq-question:hover{color:var(--teal)}.landing .faq-chevron{flex-shrink:0;transition:transform .3s}.landing .faq-item.open .faq-chevron{transform:rotate(180deg)}.landing .faq-answer{max-height:0;transition:max-height .35s,padding .2s;overflow:hidden}.landing .faq-item.open .faq-answer{max-height:200px}.landing .faq-answer p{color:var(--text-secondary);padding-bottom:20px;font-size:.95rem;line-height:1.7}.landing .faq-visual{background:linear-gradient(135deg,#eef4ff 0%,#e6f7f6 100%);border-radius:24px;justify-content:center;align-items:center;min-height:360px;padding:48px 32px;display:flex;position:relative;overflow:hidden}.landing .section-final{background:var(--navy);padding:96px 0}.landing .section-final .cta-inner{text-align:center}.landing .section-final h2{color:#fff;letter-spacing:-.03em;margin-bottom:18px;font-size:clamp(2rem,4vw,3.2rem);font-weight:900;line-height:1.1}.landing .section-final p{color:#ffffffbf;max-width:540px;margin-bottom:36px;margin-left:auto;margin-right:auto;font-size:1.1rem}.landing .section-final .btn-primary{padding:18px 40px;font-size:1.1rem}.landing .section-final .final-note{color:#ffffff80;margin-top:16px;font-size:.85rem}.landing footer{background:var(--white);border-top:1px solid var(--border);padding:40px 0}.landing .footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.landing .footer-links{flex-wrap:wrap;gap:24px;display:flex}.landing .footer-links a{color:var(--text-secondary);font-size:.85rem;transition:color .2s}.landing .footer-links a:hover{color:var(--teal)}.landing .footer-copy{color:var(--text-secondary);font-size:.82rem}.landing .footer-copy span{color:#9ca3af;margin-top:4px;font-size:.78rem;display:block}@keyframes landingFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.landing .hero-content>*{animation:.6s cubic-bezier(.16,1,.3,1) both landingFadeUp}.landing .hero-badge{animation-delay:50ms}.landing .hero h1{animation-delay:.12s}.landing .hero p{animation-delay:.2s}.landing .hero-btns{animation-delay:.27s}.landing .hero-trust{animation-delay:.34s}.landing .hero-visual{animation:.7s cubic-bezier(.16,1,.3,1) .18s both landingFadeUp}.landing .reveal{opacity:0;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1);transform:translateY(24px)}.landing .reveal.visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.landing *,.landing .reveal{opacity:1!important;transition:none!important;animation:none!important;transform:none!important}}.landing .menu-toggle{cursor:pointer;color:var(--navy);background:0 0;border:none;padding:8px;display:none}.landing .mobile-menu{background:var(--white);border-top:1px solid var(--border);flex-direction:column;gap:4px;padding:16px 24px;display:none}.landing .mobile-menu a{color:var(--text-secondary);border-bottom:1px solid var(--border);padding:10px 0;font-size:1rem;font-weight:500;display:block}.landing .mobile-menu .btn-primary{width:100%;margin-top:12px}@media (max-width:900px){.landing .hero-inner{grid-template-columns:1fr;gap:48px}.landing .hero-visual{order:-1;min-height:280px}.landing .cards-grid{grid-template-columns:1fr;gap:16px}.landing .how-grid{grid-template-columns:1fr;gap:40px}.landing .how-visual{order:-1;min-height:260px}.landing .benefits-grid{grid-template-columns:1fr 1fr}.landing .stats-grid{grid-template-columns:1fr;gap:16px}.landing .faq-inner{grid-template-columns:1fr;gap:40px}.landing .faq-visual{display:none}.landing .footer-inner{flex-direction:column;align-items:flex-start}}@media (max-width:600px){.landing section{padding:64px 0}.landing .nav-links,.landing .nav-cta-desktop{display:none}.landing .menu-toggle{display:block}.landing .hero-btns{flex-direction:column;align-items:stretch}.landing .hero-btns .btn-primary,.landing .hero-btns .btn-outline{text-align:center;width:100%}.landing .hero-trust{flex-direction:column;gap:8px}.landing .benefits-grid{grid-template-columns:1fr}.landing .pricing-card{padding:32px 24px}.landing .section-final h2{font-size:1.8rem}.landing .footer-links{gap:14px}}
