@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-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}}
