@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.landing-page{font-family:var(--sans);background:var(--cream);color:var(--ink);-webkit-font-smoothing:antialiased;--ink:#0f1a14;--ink-mid:#2d4035;--green:#1a6b3c;--green-light:#2d8a52;--green-pale:#edf7f1;--green-muted:#c8e8d4;--cream:#faf8f3;--cream-dark:#f0ece3;--stone:#6b7280;--stone-light:#d4ddd6;--white:#fff;--sans:var(--font-dm-sans,"DM Sans"),system-ui,sans-serif;--serif:var(--font-dm-serif,"DM Serif Display"),Georgia,serif;font-size:16px;line-height:1.6}.landing-page nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:rgba(250,248,243,.88);border-bottom:1px solid transparent;justify-content:space-between;align-items:center;height:64px;padding:0 2.5rem;transition:border-color .3s;display:flex;position:fixed;top:0;left:0;right:0}.landing-page nav.scrolled{border-bottom-color:var(--stone-light)}.landing-page .nav-logo{font-family:var(--serif);color:var(--ink);letter-spacing:-.02em;font-size:1.35rem;text-decoration:none}.landing-page .nav-logo span{color:var(--green)}.landing-page .nav-links{align-items:center;gap:2rem;display:flex}.landing-page .nav-menu-btn{cursor:pointer;color:var(--ink-mid);background:0 0;border:none;margin-right:-.5rem;padding:.5rem;display:none}.landing-page .nav-drawer-overlay{z-index:1000;background:rgba(15,26,20,.4);animation:.2s fadeIn;position:fixed;top:0;bottom:0;left:0;right:0}.landing-page .nav-drawer{background:var(--white);flex-direction:column;gap:.5rem;width:280px;max-width:80vw;padding:1.5rem;animation:.25s drawerSlideIn;display:flex;position:absolute;top:0;bottom:0;right:0;box-shadow:-4px 0 24px rgba(0,0,0,.08)}.landing-page .nav-drawer-close{cursor:pointer;color:var(--stone);background:0 0;border:none;border-radius:8px;align-self:flex-end;margin:-.5rem -.5rem .5rem 0;padding:.5rem;transition:background .15s}.landing-page .nav-drawer-close:hover{background:var(--cream-dark)}.landing-page .nav-drawer a{color:var(--ink-mid);border-radius:8px;padding:.75rem .5rem;font-size:.9375rem;text-decoration:none;transition:background .15s,color .15s}.landing-page .nav-drawer a:hover{background:var(--green-pale);color:var(--green)}.landing-page .nav-drawer .btn-nav{text-align:center;margin-top:.5rem;display:inline-block}@keyframes drawerSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.landing-page .nav-links a{color:var(--ink-mid);font-size:.875rem;font-weight:400;text-decoration:none;transition:color .2s}.landing-page .nav-links a:hover{color:var(--green)}.landing-page .btn-nav{background:var(--ink);border-radius:6px;padding:.5rem 1.25rem;color:var(--white)!important;font-size:.875rem!important;font-weight:500!important;transition:background .2s!important}.landing-page .btn-nav:hover{background:var(--green)!important}.landing-page .hero{align-items:center;min-height:100vh;padding:7rem 2.5rem 5rem;display:flex;position:relative;overflow:hidden}.landing-page .hero-bg{pointer-events:none;background:radial-gradient(60% 50% at 70% 40%,rgba(26,107,60,.07) 0%,transparent 70%),radial-gradient(40% 60% at 20% 80%,rgba(26,107,60,.05) 0%,transparent 60%);position:absolute;top:0;bottom:0;left:0;right:0}.landing-page .hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;width:100%;max-width:1100px;margin:0 auto;display:grid}.landing-page .hero-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--green);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.75rem;font-weight:500;display:inline-flex}.landing-page .hero-eyebrow:before{content:"";background:var(--green);width:24px;height:1px}.landing-page .hero h1{font-family:var(--serif);letter-spacing:-.03em;color:var(--ink);margin-bottom:1.5rem;font-size:max(2.8rem,min(5vw,4rem));line-height:1.1}.landing-page .hero h1 em{color:var(--green);font-style:italic}.landing-page .hero-sub{color:var(--ink-mid);max-width:440px;margin-bottom:2.5rem;font-size:1.05rem;font-weight:300;line-height:1.7}.landing-page .hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.landing-page .btn-primary{background:var(--green);color:var(--white);border-radius:8px;padding:.875rem 2rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:background .2s,transform .15s;display:inline-block}.landing-page .btn-primary:hover{background:var(--green-light);transform:translateY(-1px)}.landing-page .btn-ghost{color:var(--ink);border:1px solid var(--stone-light);border-radius:8px;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:400;text-decoration:none;transition:border-color .2s,background .2s;display:inline-block}.landing-page .btn-ghost:hover{border-color:var(--green);background:var(--green-pale)}.landing-page .hero-trust{color:var(--stone);align-items:center;gap:.75rem;margin-top:2.5rem;font-size:.8rem;display:flex}.landing-page .hero-trust span{align-items:center;gap:.3rem;display:flex}.landing-page .hero-trust .dot{background:var(--stone-light);border-radius:50%;width:3px;height:3px}.landing-page .hero-visual{position:relative}.landing-page .mock-card{background:var(--white);border:1px solid var(--stone-light);border-radius:16px;padding:2rem;position:relative}.landing-page .mock-header{border-bottom:1px solid var(--cream-dark);align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1.25rem;display:flex}.landing-page .mock-avatar{background:var(--green-pale);width:36px;height:36px;color:var(--green);border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;font-weight:500;display:flex}.landing-page .mock-name{font-size:.875rem;font-weight:500}.landing-page .mock-sub{color:var(--stone);font-size:.75rem}.landing-page .mock-msg{background:var(--green-pale);color:var(--ink-mid);border-radius:12px 12px 12px 4px;margin-bottom:1rem;padding:.875rem 1rem;font-size:.875rem;line-height:1.5}.landing-page .mock-options{grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1rem;display:grid}.landing-page .mock-option{background:var(--white);border:1px solid var(--stone-light);color:var(--ink);cursor:pointer;border-radius:8px;align-items:center;gap:.4rem;padding:.625rem .75rem;font-size:.75rem;transition:border-color .15s,background .15s;display:flex}.landing-page .mock-option.selected{border-color:var(--green);background:var(--green-pale);color:var(--green)}.landing-page .mock-option-dot{border:1.5px solid;border-radius:50%;flex-shrink:0;width:6px;height:6px}.landing-page .mock-option.selected .mock-option-dot{background:var(--green)}.landing-page .mock-progress{background:var(--cream-dark);border-radius:99px;height:3px;margin-bottom:1rem;overflow:hidden}.landing-page .mock-progress-fill{background:var(--green);border-radius:99px;width:45%;height:100%}.landing-page .mock-step{color:var(--stone);text-align:right;font-size:.7rem}.landing-page .floating-badge{background:var(--white);border:1px solid var(--stone-light);border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.75rem;display:flex;position:absolute;box-shadow:0 4px 24px rgba(0,0,0,.06)}.landing-page .badge-top{top:-1rem;right:-1rem}.landing-page .badge-bottom{bottom:-1rem;left:-1rem}.landing-page .badge-dot{background:var(--green);border-radius:50%;flex-shrink:0;width:8px;height:8px}.landing-page .badge-dot.amber{background:#f59e0b}.landing-page section{padding:6rem 2.5rem}.landing-page .section-inner{max-width:1100px;margin:0 auto}.landing-page .section-label{letter-spacing:.08em;text-transform:uppercase;color:var(--green);margin-bottom:1rem;font-size:.75rem;font-weight:500}.landing-page .section-title{font-family:var(--serif);letter-spacing:-.025em;color:var(--ink);margin-bottom:1rem;font-size:max(2rem,min(3.5vw,2.75rem));line-height:1.15}.landing-page .section-sub{color:var(--ink-mid);max-width:520px;font-size:1rem;font-weight:300;line-height:1.7}.landing-page .section-sub-note{color:var(--stone);max-width:520px;margin-top:.5rem;font-size:.8rem}.landing-page .stats-bar{background:var(--ink);padding:2rem 2.5rem}.landing-page .stats-inner{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto;display:grid}.landing-page .stat-item{text-align:center;color:var(--white)}.landing-page .stat-number{font-family:var(--serif);letter-spacing:-.03em;color:var(--white);font-size:2.5rem;display:block}.landing-page .stat-label{color:rgba(255,255,255,.55);margin-top:.25rem;font-size:.8rem;font-weight:300}.landing-page .how-section{background:var(--white)}.landing-page .steps-grid{border:1px solid var(--stone-light);border-radius:16px;grid-template-columns:repeat(3,1fr);gap:0;margin-top:4rem;display:grid;overflow:hidden}.landing-page .step-item{padding:2.5rem;position:relative}.landing-page .step-item:not(:last-child){border-right:1px solid var(--stone-light)}.landing-page .step-number{font-family:var(--serif);color:var(--green-muted);margin-bottom:1.25rem;font-size:3.5rem;line-height:1;display:block}.landing-page .step-title{color:var(--ink);margin-bottom:.75rem;font-size:1.05rem;font-weight:500}.landing-page .step-desc{color:var(--ink-mid);font-size:.875rem;font-weight:300;line-height:1.65}.landing-page .demo-section{background:var(--cream)}.landing-page .demo-inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;max-width:1100px;margin:0 auto;display:grid}.landing-page .demo-browser{background:var(--white);border:1px solid var(--stone-light);border-radius:12px;overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,.06)}.landing-page .demo-browser-bar{background:var(--cream-dark);border-bottom:1px solid var(--stone-light);align-items:center;gap:.5rem;padding:.875rem 1rem;display:flex}.landing-page .browser-dot{border-radius:50%;width:10px;height:10px}.landing-page .browser-url{background:var(--white);color:var(--stone);border-radius:6px;flex:1;margin-left:.5rem;padding:.25rem .75rem;font-size:.7rem}.landing-page .demo-browser-content{padding:2rem}.landing-page .demo-site-header{margin-bottom:1.5rem}.landing-page .demo-site-title{font-family:var(--serif);color:var(--ink);margin-bottom:.25rem;font-size:1.1rem}.landing-page .demo-site-sub{color:var(--stone);font-size:.75rem}.landing-page .demo-widget{background:var(--green-pale);border:1px solid var(--green-muted);text-align:center;border-radius:12px;padding:1.25rem}.landing-page .demo-widget-icon{background:var(--green);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin:0 auto .75rem;display:flex}.landing-page .demo-widget-title{color:var(--ink);margin-bottom:.4rem;font-size:.875rem;font-weight:500}.landing-page .demo-widget-sub{color:var(--ink-mid);margin-bottom:1rem;font-size:.75rem}.landing-page .demo-widget-btn{background:var(--green);color:var(--white);border-radius:6px;padding:.5rem 1.25rem;font-size:.8rem;font-weight:500;text-decoration:none;display:inline-block}.landing-page .testimonials-section{background:var(--cream-dark)}.landing-page .testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3.5rem;display:grid}.landing-page .testimonial-card{background:var(--white);border:1px solid var(--stone-light);border-radius:12px;padding:1.75rem}.landing-page .testimonial-quote{font-family:var(--serif);color:var(--ink);margin-bottom:1.25rem;font-size:1rem;font-style:italic;line-height:1.6}.landing-page .testimonial-author{align-items:center;gap:.75rem;display:flex}.landing-page .testimonial-avatar{background:var(--green-pale);width:36px;height:36px;color:var(--green);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:500;display:flex}.landing-page .testimonial-name{color:var(--ink);font-size:.8rem;font-weight:500}.landing-page .testimonial-cred{color:var(--stone);font-size:.72rem}.landing-page .early-access-banner{background:var(--green-pale);border:1px solid var(--green-muted);color:var(--ink-mid);cursor:pointer;border-radius:10px;outline:none;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:2rem;padding:.75rem 1.5rem;font-family:inherit;font-size:.85rem;text-decoration:none;transition:background .2s,transform .15s,box-shadow .15s;display:flex}.landing-page .early-access-banner:hover{background:#e3f2e9;transform:translateY(-1px);box-shadow:0 2px 8px rgba(26,107,60,.08)}.landing-page .early-access-banner:focus-visible{box-shadow:0 0 0 3px rgba(26,107,60,.2)}.landing-page .early-access-banner-icon{font-size:1rem}.landing-page .early-access-banner-text strong{color:var(--green)}.landing-page .early-access-banner-arrow{color:var(--green);font-size:1.1rem;transition:transform .15s}.landing-page .early-access-banner:hover .early-access-banner-arrow{transform:translate(3px)}.landing-page .pricing-section{background:var(--white)}.landing-page .pricing-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:1.5rem;margin-top:3.5rem;display:grid}.landing-page .pricing-card{background:var(--white);border:1px solid var(--stone-light);border-radius:16px;padding:2rem;position:relative}.landing-page .pricing-card.featured{border-color:var(--green);border-width:2px}.landing-page .pricing-badge{background:var(--green);color:var(--white);white-space:nowrap;letter-spacing:.03em;border-radius:99px;padding:.25rem .875rem;font-size:.7rem;font-weight:500;position:absolute;top:-.875rem;left:50%;transform:translate(-50%)}.landing-page .pricing-tier{letter-spacing:.06em;text-transform:uppercase;color:var(--stone);margin-bottom:.5rem;font-size:.75rem;font-weight:500}.landing-page .pricing-price{font-family:var(--serif);letter-spacing:-.03em;color:var(--ink);margin-bottom:.25rem;font-size:2.75rem;line-height:1}.landing-page .pricing-price sub{font-family:var(--sans);color:var(--stone);vertical-align:baseline;margin-left:.1rem;font-size:.875rem;font-weight:400}.landing-page .pricing-desc{color:var(--stone);border-bottom:1px solid var(--cream-dark);min-height:2.5em;margin-bottom:1.5rem;padding-bottom:1.5rem;font-size:.8rem}.landing-page .pricing-features{flex-direction:column;gap:.6rem;margin-bottom:2rem;list-style:none;display:flex}.landing-page .pricing-features li{color:var(--ink-mid);align-items:flex-start;gap:.5rem;font-size:.825rem;display:flex}.landing-page .pricing-features li:before{content:"";background:var(--green-pale);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 8l3.5 3.5L13 4.5' stroke='%231a6b3c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:contain;border-radius:50%;flex-shrink:0;width:16px;height:16px;margin-top:2px}.landing-page .pricing-features .dim{color:var(--stone)}.landing-page .btn-pricing{text-align:center;border-radius:8px;padding:.875rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.landing-page .btn-pricing-outline{border:1px solid var(--stone-light);color:var(--ink)}.landing-page .btn-pricing-outline:hover{border-color:var(--green);background:var(--green-pale)}.landing-page .btn-pricing-solid{background:var(--green);color:var(--white)}.landing-page .btn-pricing-solid:hover{background:var(--green-light)}.landing-page .pricing-note{text-align:center;color:var(--stone);margin-top:2rem;font-size:.8rem}.landing-page .pricing-note strong{color:var(--ink)}.landing-page .pricing-usage-note{text-align:center;color:var(--stone);max-width:480px;margin-top:1.5rem;margin-left:auto;margin-right:auto;font-size:.75rem}.landing-page .cta-section{background:var(--ink);text-align:center;padding:6rem 2.5rem}.landing-page .cta-inner{max-width:580px;margin:0 auto}.landing-page .cta-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--green-muted);margin-bottom:1.25rem;font-size:.75rem;font-weight:500}.landing-page .cta-title{font-family:var(--serif);letter-spacing:-.025em;color:var(--white);margin-bottom:1.25rem;font-size:max(2rem,min(4vw,3rem));line-height:1.15}.landing-page .cta-title em{color:var(--green-muted);font-style:italic}.landing-page .cta-sub{color:rgba(255,255,255,.55);margin-bottom:2.5rem;font-size:1rem;font-weight:300;line-height:1.7}.landing-page .btn-cta{background:var(--green);color:var(--white);border-radius:8px;padding:1rem 2.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background .2s;display:inline-block}.landing-page .btn-cta:hover{background:var(--green-light)}.landing-page .cta-fine{color:rgba(255,255,255,.3);margin-top:1.25rem;font-size:.75rem}.landing-page footer{background:var(--ink);border-top:1px solid rgba(255,255,255,.06);padding:3rem 2.5rem}.landing-page .footer-inner{justify-content:space-between;align-items:flex-start;gap:3rem;max-width:1100px;margin:0 auto;display:flex}.landing-page .footer-brand{font-family:var(--serif);color:var(--white);margin-bottom:.5rem;font-size:1.25rem;text-decoration:none;display:block}.landing-page .footer-brand-sub{color:rgba(255,255,255,.35);max-width:240px;font-size:.775rem;font-weight:300;line-height:1.5}.landing-page .footer-links{gap:4rem;display:flex}.landing-page .footer-col-title{letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.3);margin-bottom:1rem;font-size:.7rem;font-weight:500}.landing-page .footer-col a{color:rgba(255,255,255,.55);margin-bottom:.5rem;font-size:.8rem;text-decoration:none;transition:color .2s;display:block}.landing-page .footer-col a:hover{color:var(--white)}.landing-page .footer-bottom{color:rgba(255,255,255,.2);border-top:1px solid rgba(255,255,255,.06);max-width:1100px;margin:2rem auto 0;padding-top:1.5rem;font-size:.75rem}.landing-page .early-access-card{background:var(--white);border:1px solid var(--green-muted);border-radius:16px;justify-content:space-between;align-items:center;gap:2rem;margin-top:3rem;padding:2rem 2.5rem;display:flex}.landing-page .early-access-card-left{flex:1}.landing-page .early-access-card-label{background:var(--green-pale);color:var(--green);letter-spacing:.06em;text-transform:uppercase;border-radius:99px;margin-bottom:1rem;padding:.3rem .75rem;font-size:.7rem;font-weight:600;display:inline-block}.landing-page .early-access-card-title{font-family:var(--serif);color:var(--ink);margin-bottom:.5rem;font-size:1.35rem;line-height:1.25}.landing-page .early-access-card-desc{color:var(--ink-mid);max-width:420px;margin-bottom:1.25rem;font-size:.875rem;line-height:1.5}.landing-page .early-access-card-offer{color:var(--ink);margin-bottom:.5rem;font-size:.8125rem;font-weight:600}.landing-page .early-access-card-features{grid-template-columns:1fr 1fr;gap:.35rem 1.5rem;list-style:none;display:grid}.landing-page .early-access-card-features li{color:var(--ink-mid);align-items:center;gap:.4rem;font-size:.8125rem;display:flex}.landing-page .early-access-card-features li:before{content:"";background:var(--green-pale);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 8l3.5 3.5L13 4.5' stroke='%231a6b3c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:contain;border-radius:50%;flex-shrink:0;width:14px;height:14px}.landing-page .early-access-card-btn{background:var(--green);color:var(--white);cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.875rem;font-weight:500;transition:background .2s,transform .15s;display:inline-flex}.landing-page .early-access-card-btn:hover{background:var(--green-light);transform:translateY(-1px)}.landing-page .early-access-arrow{font-size:1.1rem;transition:transform .15s}.landing-page .early-access-card-btn:hover .early-access-arrow{transform:translate(3px)}@media (max-width:700px){.landing-page .early-access-card{flex-direction:column;align-items:stretch;padding:1.5rem}.landing-page .early-access-card-features{grid-template-columns:1fr}.landing-page .early-access-card-btn{justify-content:center;width:100%}}.landing-page .modal-overlay{z-index:1000;background:rgba(15,26,20,.6);justify-content:center;align-items:center;padding:1rem;animation:.15s fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.landing-page .modal-content{background:#fff;border-radius:16px;width:100%;max-width:480px;max-height:90vh;padding:2rem;animation:.2s modalSlideUp;position:relative;overflow-y:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.landing-page .modal-close{color:var(--stone);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.5rem;transition:background .15s;display:flex;position:absolute;top:1rem;right:1rem}.landing-page .modal-close:hover{background:var(--cream-dark)}.landing-page .modal-title{font-family:var(--serif);color:var(--ink);margin-bottom:.5rem;font-size:1.5rem}.landing-page .modal-sub{color:var(--stone);margin-bottom:1.5rem;font-size:.875rem;line-height:1.5}.landing-page .modal-benefits{background:var(--green-pale);border:1px solid var(--green-muted);border-radius:10px;margin-bottom:1.5rem;padding:1rem 1.25rem}.landing-page .modal-benefits-title{color:var(--green);margin-bottom:.5rem;font-size:.8rem;font-weight:600}.landing-page .modal-benefits-list{flex-direction:column;gap:.35rem;list-style:none;display:flex}.landing-page .modal-benefits-list li{color:var(--ink-mid);align-items:flex-start;gap:.4rem;font-size:.8rem;display:flex}.landing-page .modal-benefits-list li:before{content:"";background:var(--green);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 8l3.5 3.5L13 4.5' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:contain;border-radius:50%;flex-shrink:0;width:14px;height:14px;margin-top:3px}.landing-page .modal-spots-counter{background:var(--cream-dark);border-radius:8px;justify-content:center;align-items:baseline;gap:.4rem;margin-bottom:1.25rem;padding:.75rem 1rem;display:flex}.landing-page .modal-spots-number{color:var(--green);font-size:1.5rem;font-weight:700;line-height:1}.landing-page .modal-spots-label{color:var(--ink-mid);font-size:.8rem}.landing-page .modal-form{flex-direction:column;gap:1.25rem;display:flex}.landing-page .modal-field{flex-direction:column;gap:.375rem;display:flex}.landing-page .modal-field label{color:var(--ink);font-size:.8125rem;font-weight:500}.landing-page .modal-field .required{color:#dc2626}.landing-page .modal-field input,.landing-page .modal-field select,.landing-page .modal-field textarea{border:1px solid var(--stone-light);color:var(--ink);background:#fff;border-radius:8px;padding:.625rem .875rem;font-family:inherit;font-size:.875rem;transition:border-color .15s}.landing-page .modal-field input:focus,.landing-page .modal-field select:focus,.landing-page .modal-field textarea:focus{border-color:var(--green);outline:none;box-shadow:0 0 0 3px rgba(26,107,60,.1)}.landing-page .modal-field textarea{resize:vertical;min-height:72px}.landing-page .modal-error{color:#dc2626;background:#fef2f2;border-radius:8px;padding:.625rem .875rem;font-size:.8125rem}.landing-page .modal-btn{text-align:center;border:1px solid var(--stone-light);width:100%;color:var(--ink);cursor:pointer;background:#fff;border-radius:8px;padding:.75rem;font-size:.875rem;font-weight:500;transition:all .15s;display:block}.landing-page .modal-btn-primary{background:var(--green);color:#fff;border:none}.landing-page .modal-btn-primary:hover{background:var(--green-light)}.landing-page .modal-btn-primary:disabled{opacity:.5;cursor:not-allowed}.landing-page .modal-success{text-align:center;padding:1.5rem 0}.landing-page .modal-success-icon{background:var(--green-pale);width:56px;height:56px;color:var(--green);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.5rem;display:flex}.landing-page .modal-success h3{font-family:var(--serif);color:var(--ink);margin-bottom:.5rem;font-size:1.35rem}.landing-page .modal-success p{color:var(--stone);margin-bottom:1.5rem;font-size:.875rem;line-height:1.5}.landing-page .pricing-faq{border-top:1px solid var(--cream-dark);margin-top:4rem;padding-top:3rem}.landing-page .pricing-faq-title{font-family:var(--serif);color:var(--ink);text-align:center;margin-bottom:1.5rem;font-size:1.35rem}.landing-page .pricing-faq-grid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.landing-page .pricing-faq-item{border:1px solid var(--stone-light);border-radius:10px;padding:0;overflow:hidden}.landing-page .pricing-faq-question{color:var(--ink);cursor:pointer;justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-size:.875rem;font-weight:500;list-style:none;transition:background .15s;display:flex}.landing-page .pricing-faq-question::-webkit-details-marker{display:none}.landing-page .pricing-faq-question:after{content:"+";color:var(--stone);flex-shrink:0;margin-left:.75rem;font-size:1.25rem;line-height:1}.landing-page .pricing-faq-item[open] .pricing-faq-question:after{content:"−"}.landing-page .pricing-faq-question:hover{background:var(--cream)}.landing-page .pricing-faq-answer{color:var(--stone);margin:0;padding:0 1.25rem 1rem;font-size:.8125rem;line-height:1.6}@media (max-width:700px){.landing-page .pricing-faq-grid{grid-template-columns:1fr}}.landing-page .hero-eyebrow{animation:.6s both fadeUp}.landing-page .hero h1{animation:.6s .1s both fadeUp}.landing-page .hero-sub{animation:.6s .2s both fadeUp}.landing-page .hero-actions{animation:.6s .3s both fadeUp}.landing-page .hero-trust{animation:.6s .4s both fadeUp}.landing-page .hero-visual{animation:.8s .2s both fadeUp}@media (max-width:900px){.landing-page .hero-inner,.landing-page .demo-inner{grid-template-columns:1fr;gap:3rem}.landing-page .steps-grid{grid-template-columns:1fr}.landing-page .step-item:not(:last-child){border-right:none;border-bottom:1px solid var(--stone-light)}.landing-page .pricing-grid,.landing-page .testimonials-grid{grid-template-columns:1fr}.landing-page .stats-inner{grid-template-columns:1fr;gap:1.5rem}.landing-page .footer-inner{flex-direction:column}.landing-page .footer-links{flex-wrap:wrap;gap:2rem}.landing-page nav{padding:0 1.25rem}.landing-page .hero{padding:6rem 1.25rem 4rem}.landing-page section{padding:4rem 1.25rem}}@media (max-width:639px){.landing-page .nav-links{display:none}.landing-page .nav-menu-btn{display:block}}.landing-page .about-hero{background:var(--white);border-bottom:1px solid var(--stone-light);flex-direction:column;justify-content:center;min-height:72vh;padding:9rem 2.5rem 5rem;display:flex;position:relative;overflow:hidden}.landing-page .about-hero-bg{pointer-events:none;background:radial-gradient(55% 60% at 80% 20%,rgba(26,107,60,.06) 0%,transparent 65%),radial-gradient(45% 50% at 10% 90%,rgba(26,107,60,.04) 0%,transparent 60%);position:absolute;top:0;bottom:0;left:0;right:0}.landing-page .about-hero-inner{text-align:center;width:100%;max-width:720px;margin:0 auto}.landing-page .about-hero-inner .hero-eyebrow{justify-content:center;animation:.6s both fadeUp}.landing-page .about-hero-inner h1{font-family:var(--serif);letter-spacing:-.03em;color:var(--ink);margin-bottom:1.5rem;font-size:max(2.5rem,min(5vw,3.75rem));line-height:1.1;animation:.6s .1s both fadeUp}.landing-page .about-hero-inner h1 em{color:var(--green);font-style:italic}.landing-page .about-hero-inner .hero-sub{text-align:center;max-width:580px;margin:0 auto 2.5rem;animation:.6s .2s both fadeUp}.landing-page .about-hero-inner .hero-actions{justify-content:center;animation:.6s .3s both fadeUp}.landing-page .about-hero-inner .hero-trust{justify-content:center;animation:.6s .4s both fadeUp}.landing-page .about-hero-stats{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:4rem;animation:.8s .5s both fadeUp;display:flex}.landing-page .about-stat-chip{background:var(--white);border:1px solid var(--stone-light);text-align:center;border-radius:12px;min-width:140px;padding:1.25rem 1.75rem;box-shadow:0 2px 12px rgba(0,0,0,.04)}.landing-page .about-stat-num{font-family:var(--serif);letter-spacing:-.03em;color:var(--green);margin-bottom:.25rem;font-size:2rem;line-height:1;display:block}.landing-page .about-stat-label{color:var(--stone);text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:400}.landing-page .about-audience-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:3.5rem;display:grid}.landing-page .about-audience-card{background:var(--white);border:1px solid var(--stone-light);border-radius:16px;padding:2rem;transition:border-color .2s,box-shadow .2s}.landing-page .about-audience-card:hover{border-color:var(--green-muted);box-shadow:0 4px 24px rgba(26,107,60,.06)}.landing-page .about-audience-icon{background:var(--green-pale);width:44px;height:44px;color:var(--green);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.landing-page .about-audience-card h3{color:var(--ink);margin-bottom:.625rem;font-size:1rem;font-weight:600}.landing-page .about-audience-card p{color:var(--ink-mid);font-size:.875rem;font-weight:300;line-height:1.65}.landing-page .about-features-grid{border:1px solid var(--stone-light);border-radius:16px;flex-direction:column;gap:0;margin-top:3.5rem;display:flex;overflow:hidden}.landing-page .about-feature-row{border-bottom:1px solid var(--stone-light);align-items:flex-start;gap:2rem;padding:2rem 2.5rem;transition:background .2s;display:flex}.landing-page .about-feature-row:last-child{border-bottom:none}.landing-page .about-feature-row:hover{background:var(--cream)}.landing-page .about-feature-num{font-family:var(--serif);color:var(--green-muted);letter-spacing:-.02em;flex-shrink:0;min-width:3.5rem;padding-top:.25rem;font-size:1.75rem;line-height:1}.landing-page .about-feature-body h3{color:var(--ink);margin-bottom:.5rem;font-size:1rem;font-weight:600}.landing-page .about-feature-body p{color:var(--ink-mid);font-size:.875rem;font-weight:300;line-height:1.65}.landing-page .about-privacy-cards{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:3.5rem;display:grid}.landing-page .about-privacy-card{background:var(--white);border:1px solid var(--stone-light);border-radius:16px;padding:2rem}.landing-page .about-privacy-badge{background:var(--green-pale);width:48px;height:48px;color:var(--green);border:1px solid var(--green-muted);font-family:var(--serif);letter-spacing:-.02em;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.25rem;font-size:.95rem;font-weight:500;display:flex}.landing-page .about-privacy-card h3{color:var(--ink);margin-bottom:.625rem;font-size:.9375rem;font-weight:600}.landing-page .about-privacy-card p{color:var(--ink-mid);font-size:.85rem;font-weight:300;line-height:1.65}.landing-page .about-faq-inner{max-width:900px}.landing-page .about-faq-grid{grid-template-columns:1fr 1fr;gap:.75rem;margin-top:3rem;display:grid}@media (max-width:900px){.landing-page .about-hero{padding:8rem 1.25rem 4rem}.landing-page .about-hero-inner{text-align:left}.landing-page .about-hero-inner .hero-eyebrow,.landing-page .about-hero-inner .hero-actions,.landing-page .about-hero-inner .hero-trust{justify-content:flex-start}.landing-page .about-hero-inner .hero-sub{text-align:left;margin-left:0}.landing-page .about-hero-stats{justify-content:flex-start}.landing-page .about-audience-grid,.landing-page .about-privacy-cards,.landing-page .about-faq-grid{grid-template-columns:1fr}.landing-page .about-feature-row{padding:1.5rem}}@media (max-width:639px){.landing-page .about-stat-chip{min-width:110px;padding:1rem 1.25rem}.landing-page .about-stat-num{font-size:1.65rem}}.landing-page .about-story-inner{max-width:1000px}.landing-page .about-story-layout{grid-template-columns:1fr 1.35fr;align-items:start;gap:4rem;margin-top:3.5rem;display:grid}.landing-page .about-story-quote{background:var(--white);border:1px solid var(--stone-light);border-radius:20px;padding:2.25rem;position:-webkit-sticky;position:sticky;top:6rem;box-shadow:0 4px 32px rgba(0,0,0,.04)}.landing-page .about-blockquote{font-family:var(--serif);color:var(--ink);border-left:3px solid var(--green-muted);margin:0 0 1.75rem;padding-left:1.25rem;font-size:1.1rem;font-style:italic;line-height:1.65;position:relative}.landing-page .about-story-attribution{align-items:center;gap:.875rem;display:flex}.landing-page .about-story-avatar{background:var(--green-pale);width:40px;height:40px;color:var(--green);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.landing-page .about-story-name{color:var(--ink);font-size:.8125rem;font-weight:600}.landing-page .about-story-role{color:var(--stone);margin-top:.1rem;font-size:.75rem}.landing-page .about-story-timeline{flex-direction:column;gap:0;display:flex}.landing-page .about-timeline-item{gap:1.5rem;padding-bottom:2.5rem;display:flex;position:relative}.landing-page .about-timeline-item:not(:last-child):after{content:"";background:var(--stone-light);width:1px;position:absolute;top:22px;bottom:0;left:10px}.landing-page .about-timeline-marker{z-index:1;border:2px solid;border-radius:50%;flex-shrink:0;width:22px;height:22px;margin-top:2px;position:relative}.landing-page .about-timeline-marker--before{background:#fef2f2;border-color:#fca5a5}.landing-page .about-timeline-marker--during{background:#fefce8;border-color:#fde047}.landing-page .about-timeline-marker--after{background:var(--green-pale);border-color:var(--green-muted)}.landing-page .about-timeline-marker--product{background:var(--green);border-color:var(--green)}.landing-page .about-timeline-marker--product:after{content:"";background:var(--white);border-radius:50%;position:absolute;top:3px;bottom:3px;left:3px;right:3px}.landing-page .about-timeline-body{flex:1;min-width:0}.landing-page .about-timeline-label{letter-spacing:.06em;text-transform:uppercase;color:var(--stone);margin-bottom:.5rem;font-size:.75rem;font-weight:600}.landing-page .about-timeline-body p{color:var(--ink-mid);margin:0;font-size:.9rem;font-weight:300;line-height:1.7}@media (max-width:900px){.landing-page .about-story-layout{grid-template-columns:1fr;gap:2.5rem}.landing-page .about-story-quote{position:static}}.landing-page .assessments-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:3rem;display:grid}.landing-page .assessment-card{background:var(--white);border:1px solid var(--stone-light);border-radius:14px;flex-direction:column;padding:1.75rem;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;position:relative}.landing-page .assessment-card:hover{border-color:var(--green-muted);transform:translateY(-2px);box-shadow:0 6px 28px rgba(26,107,60,.08)}.landing-page .assessment-card-icon{background:var(--green-pale);width:40px;height:40px;color:var(--green);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.landing-page .assessment-card-title{color:var(--ink);margin-bottom:.5rem;font-size:.9375rem;font-weight:600;line-height:1.3}.landing-page .assessment-card-desc{color:var(--ink-mid);flex:1;font-size:.825rem;font-weight:300;line-height:1.65}.landing-page .assessment-card-actions{border-top:1px solid var(--cream-dark);align-items:center;gap:1rem;margin-top:1.25rem;padding-top:1.25rem;display:flex}.landing-page .assessment-card-demo{color:var(--green);font-size:.8125rem;font-weight:500;text-decoration:none;transition:color .15s}.landing-page .assessment-card-demo:hover{color:var(--green-light)}.landing-page .assessment-card-detail{color:var(--stone);font-size:.8125rem;text-decoration:none;transition:color .15s}.landing-page .assessment-card-detail:hover{color:var(--ink-mid)}@media (max-width:960px){.landing-page .assessments-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.landing-page .assessments-grid{grid-template-columns:1fr}}.landing-page .resource-list-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:3rem;display:grid}.landing-page .resource-list-grid--3col{grid-template-columns:repeat(3,1fr)}.landing-page .resource-list-card{background:var(--white);border:1px solid var(--stone-light);border-radius:14px;flex-direction:column;padding:1.75rem;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.landing-page .resource-list-card:hover{border-color:var(--green-muted);transform:translateY(-2px);box-shadow:0 6px 28px rgba(26,107,60,.08)}.landing-page .resource-list-card-badge{letter-spacing:.06em;text-transform:uppercase;color:var(--green);background:var(--green-pale);border-radius:99px;align-self:flex-start;align-items:center;gap:.35rem;margin-bottom:1rem;padding:.25rem .625rem;font-size:.7rem;font-weight:500;display:inline-flex}.landing-page .resource-list-card-badge--amber{color:#92400e;background:#fef3c7}.landing-page .resource-list-card-title{color:var(--ink);margin-bottom:.625rem;font-size:1rem;font-weight:600;line-height:1.3}.landing-page .resource-list-card-desc{color:var(--ink-mid);flex:1;font-size:.85rem;font-weight:300;line-height:1.65}.landing-page .resource-list-card-action{border-top:1px solid var(--cream-dark);margin-top:1.25rem;padding-top:1.25rem}.landing-page .resource-list-card-link{color:var(--green);align-items:center;gap:.25rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:color .15s,gap .15s;display:inline-flex}.landing-page .resource-list-card-link:hover{color:var(--green-light);gap:.45rem}.landing-page .resource-list-card-coming{color:var(--stone);font-size:.8125rem}@media (max-width:960px){.landing-page .resource-list-grid--3col{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.landing-page .resource-list-grid,.landing-page .resource-list-grid--3col{grid-template-columns:1fr}}.landing-page .detail-hero{background:var(--white);border-bottom:1px solid var(--stone-light);padding:8rem 2.5rem 5rem;position:relative;overflow:hidden}.landing-page .detail-hero .about-hero-bg{pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0}.landing-page .detail-hero-inner{text-align:center;z-index:1;max-width:720px;margin:0 auto;position:relative}.landing-page .detail-hero-inner .hero-eyebrow{justify-content:center}.landing-page .detail-hero-inner h1{font-family:var(--serif);letter-spacing:-.025em;color:var(--ink);margin-bottom:1.25rem;font-size:max(2rem,min(4vw,3rem));line-height:1.15}.landing-page .detail-hero-inner .hero-sub{text-align:center;max-width:580px;color:var(--ink-mid);margin:0 auto 2rem;font-size:1.05rem;line-height:1.7}.landing-page .detail-hero-inner .hero-actions{justify-content:center}.landing-page .detail-section{background:var(--cream);padding:5rem 2.5rem}.landing-page .detail-section--white{background:var(--white);border-top:1px solid var(--stone-light);border-bottom:1px solid var(--stone-light);padding:5rem 2.5rem}.landing-page .detail-section-inner,.landing-page .detail-section--white .detail-section-inner{max-width:720px;margin:0 auto}.landing-page .detail-section .section-title,.landing-page .detail-section--white .section-title{font-family:var(--serif);color:var(--ink);letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.65rem}.landing-page .detail-section .section-sub,.landing-page .detail-section--white .section-sub{color:var(--ink-mid);margin-bottom:2.5rem;font-size:1rem;line-height:1.7}.landing-page .detail-card-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.landing-page .detail-card{background:var(--white);border:1px solid var(--stone-light);border-radius:14px;padding:1.75rem;transition:border-color .2s,box-shadow .2s,transform .2s}.landing-page .detail-card:hover{border-color:var(--green-muted);transform:translateY(-2px);box-shadow:0 6px 28px rgba(26,107,60,.08)}.landing-page .detail-card h3{color:var(--ink);margin-bottom:.625rem;font-size:1rem;font-weight:600;line-height:1.3}.landing-page .detail-card p{color:var(--ink-mid);font-size:.875rem;font-weight:300;line-height:1.65}.landing-page .detail-question-card{background:var(--cream);border:1px solid var(--cream-dark);border-radius:14px;padding:1.5rem}.landing-page .detail-question-card p{color:var(--ink);margin-bottom:.75rem;font-size:1rem;font-weight:500}.landing-page .detail-question-card ul{flex-direction:column;gap:.35rem;list-style:none;display:flex}.landing-page .detail-question-card li{color:var(--stone);font-size:.875rem;line-height:1.5}.landing-page .detail-question-card li:before{content:"·";color:var(--stone);margin-right:.5rem}.landing-page .detail-steps-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.landing-page .detail-step{align-items:flex-start;gap:1rem;display:flex}.landing-page .detail-step-num{background:var(--green-pale);width:2rem;height:2rem;color:var(--green);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:.125rem;font-size:.875rem;font-weight:600;display:flex}.landing-page .detail-step-body h3{color:var(--ink);margin-bottom:.375rem;font-size:1rem;font-weight:600}.landing-page .detail-step-body p{color:var(--ink-mid);font-size:.875rem;line-height:1.65}.landing-page .detail-step--center{text-align:center;flex-direction:column;align-items:center}.landing-page .detail-step--center .detail-step-num{margin:0 auto}.landing-page .detail-info-box{background:#fef9f0;border:1px solid #f5e4c3;border-radius:14px;margin-top:2rem;padding:1.5rem}.landing-page .detail-info-box p{color:#7c5c2a;font-size:.875rem;line-height:1.65}.landing-page .detail-info-box strong{color:#5c4218;font-weight:600}.landing-page .detail-table-wrap{margin-top:2rem;overflow-x:auto}.landing-page .detail-table{border-collapse:collapse;width:100%;font-size:.875rem}.landing-page .detail-table thead th{text-align:left;color:var(--ink);border-bottom:1px solid var(--stone-light);padding:.75rem 1rem;font-weight:600}.landing-page .detail-table tbody td{color:var(--ink-mid);border-bottom:1px solid var(--cream-dark);vertical-align:top;padding:.75rem 1rem}.landing-page .detail-table tbody tr:last-child td{border-bottom:none}.landing-page .detail-table .col-feature{color:var(--ink);width:40%;font-weight:500}.landing-page .detail-table .col-brevlix{color:var(--green);width:30%;font-weight:500}.landing-page .detail-table .col-other{color:var(--stone);width:30%}@media print{.landing-page .no-print{display:none!important}}.landing-page .detail-faq{margin-top:2.5rem}@media (max-width:900px){.landing-page .detail-hero{text-align:left;padding:7rem 1.25rem 4rem}.landing-page .detail-hero-inner{text-align:left}.landing-page .detail-hero-inner .hero-eyebrow,.landing-page .detail-hero-inner .hero-actions{justify-content:flex-start}.landing-page .detail-hero-inner .hero-sub{text-align:left;margin-left:0}.landing-page .detail-section,.landing-page .detail-section--white{padding:4rem 1.25rem}.landing-page .detail-card-grid{grid-template-columns:1fr}.landing-page .detail-steps-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:640px){.landing-page .detail-table{font-size:.8rem}.landing-page .detail-table thead th,.landing-page .detail-table tbody td{padding:.625rem .75rem}}
