.landing-page{background:var(--white);color:var(--text-primary);overflow-x:hidden}.landing-page *{box-sizing:border-box}.landing-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.2rem 3rem;display:flex;align-items:center;justify-content:space-between;backdrop-filter:blur(20px) saturate(180%);background:rgba(250,255,254,.8);border-bottom:1px solid rgba(13,148,136,.08);transition:all .4s ease}.landing-nav.scrolled{padding:.8rem 3rem;background:rgba(250,255,254,.95);box-shadow:0 1px 30px rgba(15,23,42,.06)}.landing-nav .nav-logo{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:inherit}.landing-nav .logo-mark{width:36px;height:36px;background:linear-gradient(135deg,var(--teal),var(--cyan-glow));border-radius:10px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.landing-nav .logo-mark svg{width:20px;height:20px;fill:white;position:relative;z-index:1}.landing-nav .logo-text{font-family:var(--font-eb-garamond,"EB Garamond"),serif;font-size:1.4rem;font-weight:500;color:var(--midnight);letter-spacing:-.02em}.landing-nav .nav-links{display:flex;align-items:center;gap:2.5rem;list-style:none;margin:0;padding:0}.landing-nav .nav-links a{text-decoration:none;color:var(--text-secondary);font-size:.9rem;font-weight:500;transition:color .3s;position:relative}.landing-nav .nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1.5px;background:var(--teal);transition:width .3s ease}.landing-nav .nav-links a:hover{color:var(--midnight)}.landing-nav .nav-links a:hover:after{width:100%}.landing-nav .nav-cta{background:var(--midnight)!important;color:#FAFFFE!important;padding:.6rem 1.5rem;border-radius:8px;font-weight:500!important;transition:all .3s ease!important;border:none;cursor:pointer}.landing-nav .nav-cta:hover{background:var(--midnight-mid)!important;transform:translateY(-1px);box-shadow:0 4px 20px rgba(15,23,42,.2)}.landing-nav .nav-cta:after{display:none!important}.landing-nav .nav-item-dropdown{position:relative}.landing-nav .nav-dropdown-trigger{display:inline-flex;align-items:center;gap:.35rem;color:var(--text-secondary);font-size:.9rem;font-weight:500;cursor:pointer;background:none;border:none;font-family:inherit;padding:0;transition:color .3s}.landing-nav .nav-dropdown-trigger:hover{color:var(--midnight)}.landing-nav .nav-dropdown-trigger:after{content:"";display:inline-block;width:0;height:0;margin-left:2px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid;vertical-align:middle}.landing-nav .nav-dropdown-panel{position:absolute;top:calc(100% + .5rem);left:0;min-width:320px;background:var(--white);border-radius:14px;box-shadow:0 20px 50px rgba(15,23,42,.12),0 0 0 1px rgba(13,148,136,.06);padding:.5rem 0;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(4px);transition:opacity .18s ease-out,visibility .18s ease-out,transform .18s ease-out;z-index:200}.landing-nav .nav-item-dropdown:hover .nav-dropdown-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.landing-nav .nav-dropdown-item{display:flex;align-items:flex-start;gap:1rem;padding:.85rem 1.25rem;text-decoration:none;color:inherit;transition:background .2s;text-align:left}.landing-nav .nav-dropdown-item:hover{background:var(--ice)}.landing-nav .nav-dropdown-item-icon{width:40px;height:40px;flex-shrink:0;border-radius:12px;background:linear-gradient(135deg,rgba(13,148,136,.1),rgba(6,182,212,.08));display:flex;align-items:center;justify-content:center}.landing-nav .nav-dropdown-item-icon svg{width:20px;height:20px;stroke:var(--teal);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.landing-nav .nav-dropdown-item-text{flex:1;min-width:0}.landing-nav .nav-dropdown-item-title{display:block;font-weight:600;font-size:.9rem;color:var(--midnight);margin-bottom:.15rem}.landing-nav .nav-dropdown-item-desc{font-size:.8rem;color:var(--text-secondary);line-height:1.4}.landing-page .hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:8rem 2rem 6rem;position:relative;overflow:hidden}.landing-page .hero-bg{position:absolute;inset:0;z-index:0}.landing-page .hero-bg:before{content:"";position:absolute;top:-30%;right:-20%;width:70vw;height:70vw;background:radial-gradient(circle,rgba(13,148,136,.08) 0,transparent 70%);animation:landing-float-slow 20s ease-in-out infinite}.landing-page .hero-bg:after{content:"";position:absolute;bottom:-20%;left:-15%;width:50vw;height:50vw;background:radial-gradient(circle,rgba(6,182,212,.06) 0,transparent 70%);animation:landing-float-slow 25s ease-in-out infinite reverse}@keyframes landing-float-slow{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-20px) scale(1.05)}66%{transform:translate(-20px,15px) scale(.95)}}.landing-page .hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(13,148,136,.06);border:1px solid rgba(13,148,136,.15);padding:.45rem 1.2rem;border-radius:100px;font-size:.82rem;color:var(--teal-dark);font-weight:500;margin-bottom:2.5rem;position:relative;z-index:1;animation:landing-fade-up .8s ease-out .2s both;text-decoration:none;cursor:pointer;transition:background .2s,border-color .2s}.landing-page .hero-badge:hover{background:rgba(13,148,136,.1);border-color:rgba(13,148,136,.25)}.landing-page .badge-dot{width:6px;height:6px;background:var(--teal);border-radius:50%;animation:landing-pulse-dot 2s ease-in-out infinite}@keyframes landing-pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.landing-page .hero h1{font-family:var(--font-eb-garamond,"EB Garamond"),serif;font-size:clamp(3.2rem,7vw,6.5rem);font-weight:500;line-height:1.05;letter-spacing:-.03em;color:var(--midnight);max-width:900px;position:relative;z-index:1;animation:landing-fade-up .8s ease-out .4s both}.landing-page .hero h1 em{font-style:italic;background:linear-gradient(135deg,var(--teal),var(--cyan-glow));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-page .hero-subtitle{font-size:clamp(1.05rem,1.5vw,1.25rem);color:var(--text-secondary);max-width:580px;line-height:1.7;margin-top:1.8rem;font-weight:500;position:relative;z-index:1;animation:landing-fade-up .8s ease-out .6s both}.landing-page .hero-actions{display:flex;gap:1rem;margin-top:3rem;position:relative;z-index:1;animation:landing-fade-up .8s ease-out .8s both}.landing-page .btn-primary{background:var(--midnight);color:#FAFFFE!important;padding:.9rem 2.2rem;border-radius:12px;font-size:.95rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .35s ease;display:inline-flex;align-items:center;gap:.5rem;font-family:inherit}.landing-page .btn-primary:hover{background:var(--midnight-mid);transform:translateY(-2px);box-shadow:0 8px 30px rgba(15,23,42,.25)}.landing-page .btn-primary svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2}.landing-page .btn-secondary{background:transparent;color:var(--midnight);padding:.9rem 2.2rem;border-radius:12px;font-size:.95rem;font-weight:600;text-decoration:none;border:1.5px solid rgba(15,23,42,.15);cursor:pointer;transition:all .35s ease;font-family:inherit}.landing-page .btn-secondary:hover{border-color:var(--teal);background:rgba(13,148,136,.04);transform:translateY(-2px)}.landing-page .hero-visual{margin-top:5rem;position:relative;z-index:1;width:100%;max-width:1000px;animation:landing-fade-up 1s ease-out 1s both}.landing-page .hero-window{background:var(--midnight);border-radius:16px;overflow:hidden;box-shadow:0 40px 80px rgba(15,23,42,.18),0 0 0 1px rgba(13,148,136,.1)}.landing-page .window-bar{padding:.9rem 1.2rem;display:flex;align-items:center;gap:.5rem;background:var(--midnight-mid)}.landing-page .window-dot{width:10px;height:10px;border-radius:50%}.landing-page .window-dot:first-child{background:#ff5f57}.landing-page .window-dot:nth-child(2){background:#febc2e}.landing-page .window-dot:nth-child(3){background:#28c840}.landing-page .window-content{padding:2.5rem;font-size:.9rem;color:rgba(255,255,255,.6);line-height:2;min-height:220px}.landing-page .typing-line{opacity:0;animation:landing-type-in .5s ease-out forwards}.landing-page .typing-line:first-child{animation-delay:1.4s}.landing-page .typing-line:nth-child(2){animation-delay:2s}.landing-page .typing-line:nth-child(3){animation-delay:2.6s}.landing-page .typing-line:nth-child(4){animation-delay:3.2s}.landing-page .typing-line .highlight{color:var(--teal-muted);font-weight:500}.landing-page .typing-line .accent{color:var(--teal-light)}.landing-page .cursor-blink{display:inline-block;width:2px;height:1em;background:var(--teal);margin-left:2px;animation:landing-blink 1s step-end infinite;vertical-align:text-bottom}@keyframes landing-blink{0%,to{opacity:1}50%{opacity:0}}@keyframes landing-type-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-fade-up{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}.landing-page .logos-section{padding:4rem 2rem;text-align:center;border-top:1px solid rgba(13,148,136,.06);border-bottom:1px solid rgba(13,148,136,.06);background:var(--ice)}.landing-page .logos-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.15em;color:var(--slate-light);font-weight:600;margin-bottom:2rem}.landing-page .logos-grid{display:flex;align-items:center;justify-content:center;gap:3.5rem;flex-wrap:wrap;max-width:900px;margin:0 auto}.landing-page .logo-item{font-family:var(--font-eb-garamond,"EB Garamond"),serif;font-size:1.3rem;font-weight:500;color:var(--slate-light);opacity:.5;transition:opacity .3s;letter-spacing:-.01em}.landing-page .logo-item:hover{opacity:.8}.landing-page .features{padding:8rem 2rem;max-width:1200px;margin:0 auto}.landing-page .section-header{text-align:center;margin-bottom:5rem}.landing-page .section-tag{font-size:.78rem;text-transform:uppercase;letter-spacing:.15em;color:var(--teal);font-weight:600;margin-bottom:1rem;display:block}.landing-page .section-title{font-family:var(--font-eb-garamond,"EB Garamond"),serif;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:500;letter-spacing:-.02em;color:var(--midnight);line-height:1.15}.landing-page .section-subtitle{color:var(--text-secondary);font-size:1.1rem;max-width:550px;margin:1.2rem auto 0;line-height:1.6}.landing-page .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.landing-page .feature-card{background:var(--ice);border-radius:20px;padding:2.5rem;border:1px solid rgba(13,148,136,.08);transition:all .4s ease;position:relative;overflow:hidden}.landing-page .feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--teal),var(--cyan-glow));opacity:0;transition:opacity .4s ease}.landing-page .feature-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(15,23,42,.06);border-color:rgba(13,148,136,.2)}.landing-page .feature-card:hover:before{opacity:1}.landing-page .feature-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;background:linear-gradient(135deg,rgba(13,148,136,.1),rgba(6,182,212,.08))}.landing-page .feature-icon svg{width:22px;height:22px;stroke:var(--teal);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.landing-page .feature-card h3{font-family:var(--font-eb-garamond,"EB Garamond"),serif;font-size:1.35rem;font-weight:500;color:var(--midnight);margin-bottom:.75rem;letter-spacing:-.01em}.landing-page .feature-card p{color:var(--text-secondary);font-size:.92rem;line-height:1.65}.landing-page .showcase{padding:6rem 2rem 8rem;background:var(--midnight);position:relative;overflow:hidden}.landing-page .showcase:before{content:"";position:absolute;top:-50%;right:-30%;width:80vw;height:80vw;background:radial-gradient(circle,rgba(13,148,136,.08) 0,transparent 60%)}.landing-page .showcase .section-tag{color:var(--teal-light)}.landing-page .showcase .section-title{color:var(--white)}.landing-page .showcase .section-subtitle{color:rgba(255,255,255,.45)}.landing-page .showcase-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1100px;margin:0 auto;position:relative;z-index:1}.landing-page .showcase-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);border-radius:20px;padding:2.5rem;transition:all .4s ease}.landing-page .showcase-card:hover{background:rgba(255,255,255,.07);border-color:rgba(13,148,136,.25);transform:translateY(-3px)}.landing-page .showcase-number{font-size:3.5rem;background:linear-gradient(135deg,var(--teal-light),var(--cyan-glow));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:.75rem}.landing-page .showcase-card h3,.landing-page .showcase-number{font-family:var(--font-eb-garamond,"EB Garamond"),serif;font-weight:500}.landing-page .showcase-card h3{color:var(--white);font-size:1.3rem;margin-bottom:.6rem}.landing-page .showcase-card p{color:rgba(255,255,255,.4);font-size:.9rem;line-height:1.6}.landing-page .how-it-works{padding:8rem 2rem;max-width:1000px;margin:0 auto}.landing-page .steps{display:flex;flex-direction:column;margin-top:1rem}.landing-page .step{display:grid;grid-template-columns:80px 1fr;gap:2.5rem;padding:3rem 0;border-bottom:1px solid rgba(13,148,136,.08);align-items:start}.landing-page .step:last-child{border-bottom:none}.landing-page .step-number{font-size:3rem;color:var(--teal);line-height:1}.landing-page .step-content h3,.landing-page .step-number{font-family:var(--font-eb-garamond,"EB Garamond"),serif;font-weight:500}.landing-page .step-content h3{font-size:1.6rem;color:var(--midnight);margin-bottom:.6rem}.landing-page .step-content p{color:var(--text-secondary);font-size:.95rem;line-height:1.65;max-width:500px}.landing-page .testimonials{padding:6rem 2rem 8rem;background:var(--ice)}.landing-page .testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1100px;margin:0 auto}.landing-page .testimonial-card{background:var(--white);border-radius:20px;padding:2.2rem;border:1px solid rgba(13,148,136,.08);transition:all .3s ease}.landing-page .testimonial-card:hover{box-shadow:0 10px 40px rgba(15,23,42,.05);transform:translateY(-2px)}.landing-page .testimonial-stars{color:var(--teal);font-size:.85rem;letter-spacing:2px;margin-bottom:1rem}.landing-page .testimonial-card blockquote{font-family:var(--font-eb-garamond,"EB Garamond"),serif;font-size:1.05rem;color:var(--text-secondary);line-height:1.65;font-style:italic;margin:0 0 1.5rem}.landing-page .testimonial-author{display:flex;align-items:center;gap:.8rem}.landing-page .author-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--teal),var(--cyan-glow));display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:.85rem}.landing-page .author-info strong{font-size:.88rem;color:var(--midnight);display:block}.landing-page .author-info span{font-size:.78rem;color:var(--slate-light)}.landing-page .cta-section{padding:8rem 2rem;text-align:center;position:relative;overflow:hidden}.landing-page .cta-section:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60vw;height:60vw;background:radial-gradient(circle,rgba(13,148,136,.06) 0,transparent 60%)}.landing-page .cta-title{font-family:var(--font-eb-garamond,"EB Garamond"),serif;font-size:clamp(2.4rem,5vw,4rem);font-weight:500;letter-spacing:-.03em;color:var(--midnight);line-height:1.1;position:relative;z-index:1}.landing-page .cta-title em{font-style:italic;background:linear-gradient(135deg,var(--teal),var(--cyan-glow));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-page .cta-sub{color:var(--text-secondary);font-size:1.1rem;max-width:480px;margin:1.5rem auto 0;line-height:1.6;position:relative;z-index:1}.landing-page .cta-actions{margin-top:2.5rem;display:flex;justify-content:center;position:relative;z-index:1}.landing-page .cta-input-group{display:flex;background:var(--ice);border-radius:14px;border:1.5px solid rgba(13,148,136,.15);overflow:hidden;transition:border-color .3s}.landing-page .cta-input-group:focus-within{border-color:var(--teal);box-shadow:0 0 0 4px rgba(13,148,136,.08)}.landing-page .cta-input-group input{padding:.9rem 1.5rem;border:none;background:transparent;font-family:inherit;font-size:.95rem;color:var(--midnight);outline:none;width:280px}.landing-page .cta-input-group input::placeholder{color:var(--slate-light)}.landing-page .cta-input-group button{background:var(--midnight);color:#FAFFFE;border:none;padding:.9rem 1.8rem;font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s}.landing-page .cta-input-group button:hover{background:var(--midnight-mid)}.landing-page .landing-footer{background:var(--midnight);padding:4rem 3rem 2.5rem;color:rgba(255,255,255,.4)}.landing-page .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1100px;margin:0 auto;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.06)}.landing-page .footer-brand .logo-text-footer{font-family:var(--font-eb-garamond,"EB Garamond"),serif;font-size:1.4rem;color:var(--white);margin-bottom:1rem;display:block}.landing-page .footer-brand p{font-size:.88rem;line-height:1.6;max-width:280px}.landing-page .footer-col h4{color:var(--white);font-size:.82rem;text-transform:uppercase;letter-spacing:.12em;font-weight:600;margin-bottom:1.2rem}.landing-page .footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin:0;padding:0}.landing-page .footer-col a{color:rgba(255,255,255,.4);text-decoration:none;font-size:.88rem;transition:color .3s}.landing-page .footer-col a:hover{color:var(--teal-light)}.landing-page .footer-bottom{max-width:1100px;margin:0 auto;padding-top:2rem;display:flex;justify-content:space-between;align-items:center;font-size:.8rem}.landing-page .footer-bottom a{color:rgba(255,255,255,.3);text-decoration:none;transition:color .3s}.landing-page .footer-bottom a:hover{color:var(--teal-light)}.landing-page .reveal{opacity:0;transform:translateY(30px);transition:all .7s cubic-bezier(.22,1,.36,1)}.landing-page .reveal.visible{opacity:1;transform:translateY(0)}@media (max-width:768px){.landing-nav{padding:1rem 1.5rem}.landing-nav .nav-toggle{display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px}.landing-nav .nav-links{display:none}.landing-nav.nav-mobile-open .nav-overlay{display:block}.landing-nav.nav-mobile-open .nav-links{display:flex;position:fixed;top:0;right:0;bottom:0;width:min(320px,100vw);background:var(--white);box-shadow:-4px 0 24px rgba(15,23,42,.12);flex-direction:column;align-items:stretch;gap:0;padding:5rem 1.25rem 1.5rem;z-index:99;overflow-y:auto}.landing-page .features-grid,.landing-page .showcase-grid,.landing-page .testimonials-grid{grid-template-columns:1fr}.landing-page .footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.landing-page .step{grid-template-columns:50px 1fr;gap:1.5rem}.landing-page .cta-input-group{flex-direction:column}.landing-page .cta-input-group input{width:100%}.landing-page .hero-actions{flex-direction:column;align-items:center}.landing-page .hero{padding:6rem 1.5rem 4rem}.landing-page .section-header{margin-bottom:3rem}.landing-page .features,.landing-page .how-it-works{padding:4rem 1.5rem}.landing-page .showcase,.landing-page .testimonials{padding:4rem 1.5rem 5rem}.landing-page .cta-section{padding:4rem 1.5rem}}.landing-nav .nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--midnight)}.landing-nav .nav-toggle svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round}.landing-nav .nav-overlay{display:none;position:fixed;inset:0;background:rgba(15,23,42,.4);z-index:98}.landing-nav .nav-drawer-header{display:none}.landing-page.nav-menu-open,body.nav-menu-open{overflow:hidden}@media (max-width:768px){.landing-nav .nav-drawer-header{display:block;list-style:none;margin:-.5rem 0 .5rem;padding:0}.landing-nav .nav-close{background:none;border:none;cursor:pointer;padding:.5rem;color:var(--midnight);min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;margin-left:auto}.landing-nav .nav-close svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2}.landing-nav.nav-mobile-open .nav-item-dropdown .nav-dropdown-panel{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;margin-top:.25rem;margin-bottom:.75rem;margin-left:0;min-width:auto;padding:.25rem 0}.landing-nav.nav-mobile-open .nav-dropdown-trigger:after{display:none}.landing-nav.nav-mobile-open .nav-dropdown-item{padding:.65rem 1rem}.landing-nav.nav-mobile-open .nav-links .nav-cta{margin-top:.5rem;text-align:center}}@media (max-width:480px){.landing-page .footer-grid{grid-template-columns:1fr}}