:root{--bg:#fafaf7;--bg-2:#f3f1ec;--bg-3:#ebe7df;--ink:#0f0f0d;--ink-2:#2a2a26;--muted:#6b6962;--muted-2:#8e8b83;--line:#e5e2db;--line-2:#d8d4cb;--accent:#1d2d4f;--accent-ink:#fff;--good:#2f6f4a;--warn:#b66a1a;--shadow-sm:0 1px 2px rgba(20,18,12,.05),0 1px 0 rgba(20,18,12,.03);--shadow-md:0 4px 16px -6px rgba(20,18,12,.08),0 1px 2px rgba(20,18,12,.05);--shadow-lg:0 30px 60px -20px rgba(20,18,12,.18),0 8px 24px -12px rgba(20,18,12,.1);--radius-sm:6px;--radius:10px;--radius-lg:16px;--maxw:1200px}.landing{background:var(--bg);color:var(--ink);font-family:var(--font-geist-sans),ui-sans-serif,system-ui,sans-serif;font-size:16px;line-height:1.55}.landing .serif{font-family:var(--font-instrument-serif),ui-serif,Georgia,serif;font-style:italic;font-weight:400;letter-spacing:-.005em}.landing .mono{font-family:var(--font-jetbrains-mono),ui-monospace,monospace}.landing a{color:inherit;text-decoration:none}.landing .container{max-width:var(--maxw);margin:0 auto;padding:0 32px}.landing .eyebrow{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-weight:500;display:inline-flex;align-items:center;gap:8px}.landing .eyebrow:before{content:"";width:18px;height:1px;background:var(--muted-2)}.landing .eyebrow.no-rule:before{display:none}.landing .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:42px;padding:0 18px;border-radius:8px;font-size:14.5px;font-weight:500;letter-spacing:-.005em;border:1px solid transparent;background:transparent;color:inherit;cursor:pointer;transition:transform .12s ease,background .15s ease,border-color .15s ease,color .15s ease;white-space:nowrap;font-family:inherit}.landing .btn:hover{transform:translateY(-1px)}.landing .btn-primary{background:var(--accent);color:var(--accent-ink);border-color:var(--accent)}.landing .btn-primary:hover{background:#15233e;border-color:#15233e}.landing .btn-ghost{background:transparent;color:var(--ink);border-color:var(--line-2)}.landing .btn-ghost:hover{background:#efece5;border-color:#cfc9bd}.landing .btn-text{background:transparent;color:var(--ink);height:36px;padding:0 4px}.landing .btn-text:hover{color:var(--accent)}.landing .btn-arrow:after{content:"→";font-size:14px;transition:transform .15s ease}.landing .btn-arrow:hover:after{transform:translateX(2px)}.landing .l-header{position:sticky;top:0;z-index:50;background:hsla(60,23%,97%,.82);backdrop-filter:saturate(160%) blur(16px);-webkit-backdrop-filter:saturate(160%) blur(16px);border-bottom:1px solid transparent;transition:border-color .2s ease}.landing .l-header.scrolled{border-bottom-color:var(--line)}.landing .header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.landing .brand{display:inline-flex;align-items:center;gap:9px;font-weight:600;font-size:17px;letter-spacing:-.018em}.landing .brand-mark{width:24px;height:24px;border-radius:6px;background:var(--accent);position:relative;flex-shrink:0}.landing .brand-mark:before{content:"";position:absolute;inset:6px;border-color:#fafaf7 transparent transparent #fafaf7;border-style:solid;border-width:1.5px;border-radius:50%}.landing .brand-mark:after{content:"";position:absolute;width:4px;height:4px;border-radius:50%;background:#fafaf7;right:5px;bottom:5px}.landing .l-nav{display:flex;align-items:center;gap:28px}.landing .l-nav a{font-size:14px;color:var(--ink-2);font-weight:450;transition:color .15s ease}.landing .l-nav a:hover{color:var(--accent)}.landing .header-cta{display:flex;align-items:center;gap:6px}.landing .hero{position:relative;padding:72px 0 96px;overflow:hidden}.landing .hero-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:64px;align-items:center}.landing .hero-copy h1{font-family:var(--font-geist-sans),sans-serif;font-weight:500;font-size:clamp(40px,4.6vw,60px);line-height:1.04;letter-spacing:-.03em;margin:18px 0 22px}.landing .hero-copy h1 em{font-family:var(--font-instrument-serif),serif;font-style:italic;font-weight:400;letter-spacing:-.015em}.landing .hero-sub{font-size:18px;line-height:1.55;color:var(--ink-2);max-width:520px;margin:0 0 30px}.landing .hero-actions{display:flex;gap:10px;flex-wrap:wrap}.landing .hero-meta{margin-top:26px;display:flex;gap:24px;font-size:13px;color:var(--muted);align-items:center;flex-wrap:wrap}.landing .hero-meta .dot{width:5px;height:5px;border-radius:50%;background:var(--good);display:inline-block;margin-right:7px;vertical-align:1px}.landing .hero-stage{position:relative;height:620px;display:flex;align-items:center;justify-content:center}.landing .hero-stage:before{content:"";position:absolute;inset:-40px -100px;background:radial-gradient(60% 50% at 50% 50%,rgba(29,45,79,.05),transparent 70%);pointer-events:none;z-index:0}.landing .phone{position:relative;width:312px;height:600px;border-radius:44px;background:#1a1a18;padding:10px;box-shadow:var(--shadow-lg),0 0 0 1px rgba(0,0,0,.05);z-index:1}.landing .phone-screen{position:relative;width:100%;height:100%;background:var(--bg);border-radius:34px;overflow:hidden;display:flex;flex-direction:column}.landing .phone-notch{position:absolute;top:12px;left:50%;transform:translateX(-50%);width:90px;height:24px;border-radius:14px;background:#1a1a18;z-index:4}.landing .phone-statusbar{height:44px;display:flex;align-items:center;justify-content:space-between;padding:0 24px 0 26px;font-size:13px;font-weight:600;color:var(--ink);flex-shrink:0}.landing .phone-statusbar-icons{display:flex;gap:5px;align-items:center}.landing .phone-statusbar-icons svg{width:16px;height:11px}.landing .sms-header{display:flex;flex-direction:column;align-items:center;padding:14px 12px 12px;border-bottom:1px solid var(--line);background:hsla(43,23%,94%,.6);flex-shrink:0}.landing .sms-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#1d2d4f,#3a5478);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:500;margin-bottom:6px}.landing .sms-name{font-size:14px;font-weight:600;color:var(--ink)}.landing .sms-phone{font-size:11px;color:var(--muted);margin-top:2px}.landing .sms-thread{flex:1;overflow:hidden;padding:10px 12px 14px;display:flex;flex-direction:column;gap:4px;position:relative}.landing .sms-event{display:flex;align-items:center;justify-content:center;gap:6px;font-size:11px;color:var(--muted);margin:6px 0 8px;text-transform:uppercase;letter-spacing:.06em}.landing .sms-event .miss-icon{width:14px;height:14px;border-radius:50%;background:#c5443a;position:relative}.landing .sms-event .miss-icon:after{content:"";position:absolute;inset:3px;border-left:1.5px solid #fff;border-bottom:1.5px solid #fff;border-radius:1px;transform:rotate(135deg)}.landing .bubble{max-width:78%;padding:8px 13px;border-radius:18px;font-size:13.5px;line-height:1.35;word-wrap:break-word;animation:bubble-in .32s cubic-bezier(.2,.7,.3,1.05)}.landing .bubble.in{align-self:flex-start;background:#e8e4dc;color:var(--ink);border-bottom-left-radius:6px}.landing .bubble.out{align-self:flex-end;background:var(--accent);color:#fff;border-bottom-right-radius:6px}.landing .typing{align-self:flex-start;background:#e8e4dc;border-radius:16px;padding:9px 14px;display:inline-flex;gap:4px;animation:bubble-in .25s ease}.landing .typing span{width:6px;height:6px;border-radius:50%;background:var(--muted);animation:typing-dot 1.2s ease-in-out infinite}.landing .typing span:nth-child(2){animation-delay:.15s}.landing .typing span:nth-child(3){animation-delay:.3s}.landing .typing.out{align-self:flex-end;background:var(--accent)}.landing .typing.out span{background:hsla(0,0%,100%,.6)}@keyframes typing-dot{0%,60%,to{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@keyframes bubble-in{0%{opacity:0;transform:translateY(6px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.landing .lead-card{position:absolute;right:-10px;top:70px;width:280px;background:var(--bg);border:1px solid var(--line);border-radius:14px;padding:16px 16px 14px;box-shadow:var(--shadow-lg);z-index:2;opacity:0;transform:translateX(20px) translateY(8px);transition:opacity .55s ease,transform .55s cubic-bezier(.2,.7,.3,1)}.landing .lead-card.shown{opacity:1;transform:translateX(0) translateY(0)}.landing .lead-card-hd{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.landing .lead-pill{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--good);background:rgba(47,111,74,.08);padding:4px 8px;border-radius:999px}.landing .lead-pill .pulse{width:6px;height:6px;border-radius:50%;background:var(--good);box-shadow:0 0 0 0 rgba(47,111,74,.5);animation:pulse-dot 1.8s infinite}@keyframes pulse-dot{0%{box-shadow:0 0 0 0 rgba(47,111,74,.5)}70%{box-shadow:0 0 0 8px rgba(47,111,74,0)}to{box-shadow:0 0 0 0 rgba(47,111,74,0)}}.landing .lead-card .time{font-size:11px;color:var(--muted)}.landing .lead-card h4{font-size:16px;font-weight:600;letter-spacing:-.01em;margin:0 0 4px}.landing .lead-card .num{font-size:12px;color:var(--muted);margin:0 0 12px}.landing .lead-card dl{margin:0;display:grid;grid-template-columns:80px 1fr;row-gap:6px;font-size:12.5px}.landing .lead-card dt{color:var(--muted);font-weight:450}.landing .lead-card dd{margin:0;color:var(--ink);font-weight:500}.landing .lead-card dd.urgent{color:var(--warn)}.landing .lead-card-actions{display:flex;gap:6px;margin-top:14px;padding-top:12px;border-top:1px solid var(--line)}.landing .lead-card-actions button{flex:1;font-size:12px;height:30px;border-radius:6px;border:1px solid var(--line-2);background:var(--bg);cursor:pointer;color:var(--ink);font-weight:500;font-family:inherit}.landing .lead-card-actions button.primary{background:var(--accent);color:#fff;border-color:var(--accent)}.landing .miss-banner{position:absolute;left:-20px;top:80px;background:var(--bg);border:1px solid var(--line);border-radius:12px;padding:10px 14px 10px 12px;box-shadow:var(--shadow-md);display:flex;align-items:center;gap:10px;z-index:2;opacity:0;transform:translateX(-18px);transition:opacity .35s ease,transform .35s ease}.landing .miss-banner.shown{opacity:1;transform:translateX(0)}.landing .miss-banner .icon{width:28px;height:28px;border-radius:7px;background:#c5443a;position:relative;flex-shrink:0}.landing .miss-banner .icon:after{content:"";position:absolute;inset:7px;border-left:1.5px solid #fff;border-bottom:1.5px solid #fff;border-radius:1px;transform:rotate(135deg)}.landing .miss-banner .t1{font-size:11px;color:var(--muted);margin-bottom:1px}.landing .miss-banner .t2{font-size:13px;font-weight:600;color:var(--ink)}.landing .trust{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:22px 0;background:hsla(43,23%,94%,.4)}.landing .trust-inner{display:flex;align-items:center;justify-content:space-between;gap:32px}.landing .trust-label{font-size:12px;color:var(--muted);letter-spacing:.06em;text-transform:uppercase;flex-shrink:0}.landing .trust-logos{display:flex;gap:36px;align-items:center;flex-wrap:wrap;color:var(--muted-2);font-weight:500;font-size:16px;letter-spacing:-.01em}.landing .trust-logos .logo{display:inline-flex;align-items:center;gap:6px;opacity:.85}.landing .section{padding:96px 0}.landing .section.alt{background:var(--bg-2)}.landing .section.dark{background:var(--ink);color:#f6f4ef}.landing .section.dark .eyebrow{color:hsla(43,28%,95%,.5)}.landing .section.dark .eyebrow:before{background:hsla(43,28%,95%,.3)}.landing .section.dark .section-sub{color:hsla(43,28%,95%,.7)}.landing .section-head{max-width:720px;margin-bottom:56px}.landing .section-head h2{font-family:var(--font-geist-sans),sans-serif;font-weight:500;font-size:clamp(32px,3.4vw,44px);letter-spacing:-.025em;line-height:1.1;margin:14px 0}.landing .section-head h2 em{font-family:var(--font-instrument-serif),serif;font-style:italic;font-weight:400}.landing .section-sub{font-size:17px;color:var(--ink-2);margin:0;line-height:1.5;max-width:560px}.landing .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.landing .step{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-lg);padding:28px 26px 26px}.landing .step-num{font-family:var(--font-instrument-serif),serif;font-style:italic;font-size:32px;color:var(--accent);line-height:1;display:block;margin-bottom:18px;font-weight:400}.landing .step h3{font-size:19px;font-weight:500;letter-spacing:-.015em;margin:0 0 8px;line-height:1.25}.landing .step p{font-size:14.5px;color:var(--muted);margin:0;line-height:1.5}.landing .step-illu{margin-top:20px;height:110px;border-radius:10px;background:var(--bg-2);border:1px solid var(--line);padding:14px;display:flex;align-items:center;justify-content:center;overflow:hidden}.landing .illu-call{display:flex;align-items:center;gap:10px;width:100%}.landing .illu-call .pill{background:var(--bg);border:1px solid var(--line);border-radius:8px;padding:8px 10px;font-size:11px;color:var(--ink-2);display:flex;align-items:center;gap:6px;flex:1}.landing .illu-call .pill.missed{color:#c5443a;border-color:rgba(197,68,58,.3);background:rgba(197,68,58,.04)}.landing .illu-call .miss-dot{width:8px;height:8px;border-radius:50%;background:#c5443a}.landing .illu-chat{display:flex;flex-direction:column;gap:5px;width:100%;padding:4px}.landing .illu-chat .b{font-size:10.5px;padding:5px 8px;border-radius:10px;max-width:70%;line-height:1.3}.landing .illu-chat .b.l{background:#e8e4dc;align-self:flex-start;border-bottom-left-radius:3px}.landing .illu-chat .b.r{background:var(--accent);color:#fff;align-self:flex-end;border-bottom-right-radius:3px}.landing .illu-handoff{display:flex;align-items:center;gap:8px;width:100%}.landing .illu-handoff .card{background:var(--bg);border:1px solid var(--line);border-radius:8px;padding:6px 8px;font-size:10px;flex:1;line-height:1.3}.landing .illu-handoff .card .l{color:var(--muted);font-size:9px}.landing .illu-handoff .arrow{width:18px;height:18px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;flex-shrink:0}.landing .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.landing .stat{padding:22px 28px;border-left:1px solid hsla(43,28%,95%,.12)}.landing .stat:first-child{border-left:0;padding-left:0}.landing .stat .n{font-family:var(--font-instrument-serif),serif;font-style:italic;font-weight:400;font-size:58px;letter-spacing:-.02em;line-height:1;margin:0 0 10px}.landing .stat .n sup{font-size:24px;opacity:.6;margin-left:2px}.landing .stat .lbl{font-size:13px;color:hsla(43,28%,95%,.7);line-height:1.45;margin:0;max-width:200px}.landing .stat .src{font-size:11px;color:hsla(43,28%,95%,.4);margin-top:8px;display:block}.landing .features{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.landing .feat{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-lg);padding:24px}.landing .feat .icon{width:36px;height:36px;border-radius:8px;background:var(--bg-2);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:var(--accent)}.landing .feat h3{font-size:16px;font-weight:500;letter-spacing:-.01em;margin:0 0 6px}.landing .feat p{font-size:14px;color:var(--muted);margin:0;line-height:1.5}.landing .feat.wide{grid-column:span 2;background:var(--accent);color:var(--accent-ink);border-color:var(--accent)}.landing .feat.wide h3{color:#fff;font-size:18px}.landing .feat.wide p{color:hsla(0,0%,100%,.78)}.landing .feat.wide .icon{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.2);color:#fff}.landing .roi-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:64px;align-items:center}.landing .roi-panel{background:var(--bg);border:1px solid var(--line);border-radius:18px;padding:28px 30px 26px;box-shadow:var(--shadow-md)}.landing .roi-input{display:flex;flex-direction:column;gap:22px;margin-bottom:22px}.landing .roi-input .field{display:flex;flex-direction:column;gap:8px}.landing .roi-input label{font-size:13px;color:var(--ink-2);display:flex;justify-content:space-between;align-items:baseline}.landing .roi-input label b{font-weight:500;font-size:14px;color:var(--ink)}.landing .roi-input input[type=range]{appearance:none;-webkit-appearance:none;width:100%;height:4px;border-radius:999px;background:var(--line-2);outline:none}.landing .roi-input input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:var(--accent);cursor:pointer;box-shadow:0 1px 3px rgba(0,0,0,.15);border:2px solid var(--bg)}.landing .roi-input input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--accent);cursor:pointer;border:2px solid var(--bg)}.landing .roi-result{border-top:1px solid var(--line);padding-top:22px;display:grid;grid-template-columns:1fr 1fr;gap:18px}.landing .roi-result .lbl{font-size:12px;color:var(--muted);margin:0 0 4px}.landing .roi-result .val{font-family:var(--font-instrument-serif),serif;font-style:italic;font-weight:400;font-size:38px;letter-spacing:-.02em;line-height:1.05;color:var(--ink)}.landing .roi-result .val.accent{color:var(--good)}.landing .roi-result .sub{font-size:12px;color:var(--muted);margin-top:2px}.landing .industries{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.landing .ind{background:var(--bg);border:1px solid var(--line);border-radius:12px;padding:20px 20px 18px;transition:border-color .15s ease,transform .15s ease}.landing .ind:hover{border-color:var(--line-2);transform:translateY(-1px)}.landing .ind .ico{width:28px;height:28px;margin-bottom:14px;color:var(--accent)}.landing .ind h4{font-size:15px;font-weight:500;margin:0 0 4px;letter-spacing:-.005em}.landing .ind p{font-size:12.5px;color:var(--muted);margin:0;line-height:1.45}.landing .quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.landing .quote{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-lg);padding:26px 26px 22px;display:flex;flex-direction:column}.landing .quote .q{font-family:var(--font-instrument-serif),serif;font-style:italic;font-size:22px;line-height:1.32;letter-spacing:-.01em;color:var(--ink);margin:0 0 22px;flex:1}.landing .quote .q:before{content:"\201C";color:var(--muted-2);margin-right:1px}.landing .quote .q:after{content:"\201D";color:var(--muted-2)}.landing .quote .who{display:flex;align-items:center;gap:12px}.landing .quote .who .av{width:40px;height:40px;border-radius:50%;background:var(--bg-3);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;color:var(--ink-2);flex-shrink:0}.landing .quote .who .name{font-size:14px;font-weight:500;line-height:1.3}.landing .quote .who .role{font-size:12.5px;color:var(--muted)}.landing .pricing-toggle{display:inline-flex;background:var(--bg);border:1px solid var(--line);border-radius:999px;padding:4px;position:relative;font-size:13px}.landing .pricing-toggle button{background:transparent;border:0;padding:8px 18px;border-radius:999px;cursor:pointer;color:var(--muted);font-weight:500;font-family:inherit;font-size:13px;transition:color .15s ease;position:relative;z-index:1}.landing .pricing-toggle button.active{color:var(--ink)}.landing .pricing-toggle .thumb{position:absolute;top:4px;bottom:4px;background:var(--bg-2);border-radius:999px;transition:left .25s cubic-bezier(.2,.7,.3,1),width .25s;z-index:0}.landing .pricing-toggle .save{font-size:10.5px;background:var(--good);color:#fff;padding:2px 7px;border-radius:999px;margin-left:6px;font-weight:600;letter-spacing:.02em}.landing .plans{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:stretch}.landing .plan{background:var(--bg);border:1px solid var(--line);border-radius:18px;padding:30px 28px 28px;display:flex;flex-direction:column}.landing .plan.featured{background:var(--ink);color:#f6f4ef;border-color:var(--ink);position:relative}.landing .plan.featured .plan-feat-pill{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--accent);color:#fff;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:5px 12px;border-radius:999px}.landing .plan h3{font-size:16px;font-weight:500;letter-spacing:-.005em;margin:0 0 6px}.landing .plan .tag{font-size:13px;color:var(--muted);margin:0 0 22px;line-height:1.4}.landing .plan.featured .tag{color:hsla(43,28%,95%,.65)}.landing .plan .price{display:flex;align-items:baseline;gap:4px;margin:0 0 4px}.landing .plan .price .amt{font-family:var(--font-instrument-serif),serif;font-style:italic;font-weight:400;font-size:56px;letter-spacing:-.02em;line-height:1}.landing .plan .price .dollar{font-size:24px;vertical-align:20px}.landing .plan .price .per{font-size:13.5px;color:var(--muted)}.landing .plan.featured .price .per{color:hsla(43,28%,95%,.6)}.landing .plan .annual-note{font-size:12px;color:var(--muted);margin:0 0 20px;min-height:16px}.landing .plan.featured .annual-note{color:hsla(43,28%,95%,.55)}.landing .plan .cta{display:flex;height:42px;align-items:center;justify-content:center;border-radius:8px;font-weight:500;font-size:14px;margin-bottom:24px;cursor:pointer;border:1px solid var(--line-2);background:var(--bg);color:var(--ink);font-family:inherit;transition:background .15s ease}.landing .plan .cta:hover{background:var(--bg-2)}.landing .plan.featured .cta{background:#f6f4ef;color:var(--ink);border-color:#f6f4ef}.landing .plan.featured .cta:hover{background:#fff}.landing .plan ul{list-style:none;margin:0;padding:0}.landing .plan li{display:flex;align-items:flex-start;gap:10px;font-size:13.5px;padding:6px 0;color:var(--ink-2);line-height:1.4}.landing .plan.featured li{color:hsla(43,28%,95%,.86)}.landing .plan li svg{width:14px;height:14px;flex-shrink:0;margin-top:4px;color:var(--accent)}.landing .plan.featured li svg{color:#8fb9ee}.landing .plan .divider{height:1px;background:var(--line);margin:12px 0 6px}.landing .plan.featured .divider{background:hsla(43,28%,95%,.12)}.landing .plan .all-from{font-size:12.5px;color:var(--muted);padding:8px 0 4px}.landing .plan.featured .all-from{color:hsla(43,28%,95%,.55)}.landing .final-cta{text-align:center;padding:110px 0}.landing .final-cta h2{font-family:var(--font-geist-sans),sans-serif;font-weight:500;font-size:clamp(36px,4vw,56px);letter-spacing:-.025em;line-height:1.06;margin:0 auto 16px;max-width:760px;color:#f6f4ef}.landing .final-cta h2 em{font-family:var(--font-instrument-serif),serif;font-style:italic;font-weight:400}.landing .final-cta p{font-size:17px;color:hsla(43,28%,95%,.7);max-width:520px;margin:0 auto 28px}.landing .final-cta .actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.landing .final-cta .btn-primary{background:#f6f4ef;color:var(--ink);border-color:#f6f4ef}.landing .final-cta .btn-primary:hover{background:#fff;border-color:#fff}.landing .final-cta .btn-ghost{color:#f6f4ef;border-color:hsla(43,28%,95%,.25)}.landing .final-cta .btn-ghost:hover{background:hsla(43,28%,95%,.06);border-color:hsla(43,28%,95%,.4)}.landing .faq-list{border-top:1px solid var(--line)}.landing .faq-item{border-bottom:1px solid var(--line)}.landing .faq-q{width:100%;background:none;border:none;padding:20px 0;display:flex;justify-content:space-between;align-items:center;gap:16px;cursor:pointer;font-size:16px;font-weight:500;color:var(--ink);text-align:left}.landing .faq-q:hover{color:var(--accent)}.landing .faq-chevron{width:18px;height:18px;flex-shrink:0;transition:transform .2s ease}.landing .faq-item.open .faq-chevron{transform:rotate(180deg)}.landing .faq-a{margin:0 0 20px;font-size:15px;color:var(--ink-2);line-height:1.65;max-width:600px}.landing .demo-form{display:flex;flex-direction:column;gap:10px}.landing .demo-input-row{display:flex;gap:10px;flex-wrap:wrap}.landing .demo-phone-input{flex:1;min-width:200px;padding:12px 16px;border:1px solid hsla(43,28%,95%,.2);border-radius:8px;background:hsla(43,28%,95%,.08);color:#f6f4ef;font-size:15px;outline:none}.landing .demo-phone-input::placeholder{color:hsla(43,28%,95%,.35)}.landing .demo-phone-input:focus{border-color:hsla(43,28%,95%,.4);background:hsla(43,28%,95%,.12)}.landing .demo-fine{font-size:12px;color:hsla(43,28%,95%,.4);margin:0}.landing .demo-error{font-size:14px;color:#f87171;margin:0}.landing .demo-sent{text-align:center}.landing .demo-sent-icon{width:48px;height:48px;border-radius:50%;background:hsla(43,28%,95%,.1);display:flex;align-items:center;justify-content:center;font-size:22px;margin:0 auto 16px}.landing .demo-sent h3{font-size:22px;font-weight:500;color:#f6f4ef;margin:0 0 24px}.landing .demo-steps{display:flex;flex-direction:column;gap:14px;text-align:left;background:hsla(43,28%,95%,.06);border-radius:12px;padding:20px 24px}.landing .demo-steps>div{display:flex;gap:14px;align-items:flex-start}.landing .demo-steps span{width:24px;height:24px;border-radius:50%;background:hsla(43,28%,95%,.12);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:hsla(43,28%,95%,.7);flex-shrink:0}.landing .demo-steps p{margin:0;font-size:14px;color:hsla(43,28%,95%,.7);line-height:1.5;padding-top:2px}.landing .l-footer{background:var(--bg);border-top:1px solid var(--line);padding:56px 0 30px}.landing .footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px;margin-bottom:40px}.landing .footer-col h5{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-weight:600;margin:0 0 14px}.landing .footer-col a{display:block;font-size:14px;color:var(--ink-2);padding:4px 0;transition:color .15s ease}.landing .footer-col a:hover{color:var(--accent)}.landing .footer-brand p{font-size:13.5px;color:var(--muted);margin:12px 0 0;max-width:280px;line-height:1.5}.landing .footer-bottom{border-top:1px solid var(--line);padding-top:22px;display:flex;justify-content:space-between;align-items:center;font-size:12.5px;color:var(--muted);flex-wrap:wrap;gap:14px}.landing .footer-contact{display:flex;gap:18px;flex-wrap:wrap;font-size:13.5px;color:var(--ink-2)}.landing .footer-contact a{display:inline-flex;align-items:center;gap:6px}.landing .footer-contact a:hover{color:var(--accent)}@media (max-width:980px){.landing .hero-grid{grid-template-columns:1fr;gap:32px}.landing .hero-stage{height:580px}.landing .features,.landing .industries,.landing .plans,.landing .quotes,.landing .stats-grid,.landing .steps{grid-template-columns:1fr 1fr}.landing .feat.wide{grid-column:span 2}.landing .roi-grid{grid-template-columns:1fr;gap:32px}.landing .footer-grid{grid-template-columns:1fr 1fr}.landing .trust-inner{flex-direction:column;gap:16px;align-items:flex-start}}.landing .section-tryit{background:var(--bg-2)}.landing .tryit-card{max-width:560px;margin:0 auto;text-align:center}.landing .tryit-heading{font-family:var(--font-geist-sans),sans-serif;font-weight:500;font-size:clamp(28px,3.2vw,38px);letter-spacing:-.022em;line-height:1.12;margin:14px 0 12px}.landing .tryit-heading em{font-family:var(--font-instrument-serif),serif;font-style:italic;font-weight:400;letter-spacing:-.012em}.landing .tryit-lede{font-size:17px;line-height:1.55;color:var(--ink-2);margin:0 auto 32px;max-width:480px}.landing .tryit-row{display:flex;gap:6px;background:var(--bg);padding:6px;border-radius:14px;border:1px solid var(--line-2);max-width:480px;margin:0 auto;box-shadow:var(--shadow-sm);transition:border-color .15s,box-shadow .15s}.landing .tryit-row:focus-within{border-color:var(--accent);box-shadow:0 0 0 4px rgba(29,45,79,.1)}.landing .tryit-input{flex:1;min-width:0;height:46px;border:0;background:transparent;padding:0 14px;font-size:15.5px;font-family:inherit;color:var(--ink);outline:none}.landing .tryit-input::placeholder{color:var(--muted-2)}.landing .tryit-submit{height:46px;padding:0 20px;white-space:nowrap;border-radius:10px}.landing .tryit-submit:disabled{opacity:.42;cursor:not-allowed}.landing .tryit-error{max-width:480px;margin:12px auto 0;font-size:13px;color:var(--danger)}.landing .tryit-sent{display:flex;align-items:center;gap:14px;background:var(--bg);border:1px solid var(--line);border-radius:14px;padding:14px 16px;max-width:480px;margin:0 auto;text-align:left;box-shadow:var(--shadow-sm);animation:tryit-sent-in .32s cubic-bezier(.2,.7,.3,1) both}@keyframes tryit-sent-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.landing .tryit-sent-icon{width:36px;height:36px;border-radius:50%;background:var(--good);color:#fafaf7;display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing .tryit-sent-icon svg{width:16px;height:16px}.landing .tryit-sent-body{flex:1;min-width:0}.landing .tryit-sent-title{font-weight:500;font-size:14.5px;color:var(--ink);letter-spacing:-.005em}.landing .tryit-sent-sub{font-size:12.5px;color:var(--muted);margin-top:1px}.landing .tryit-sent-reset{background:transparent;border:0;color:var(--accent);font-size:13px;font-weight:500;cursor:pointer;padding:8px 4px;font-family:inherit;white-space:nowrap}.landing .tryit-sent-reset:hover{text-decoration:underline;text-underline-offset:3px}.landing .tryit-fineprint{font-size:12.5px;color:var(--muted);margin:20px 0 0}@media (max-width:640px){.landing .container{padding:0 22px}.landing .section{padding:64px 0}.landing .hero{padding:48px 0 64px}.landing .l-nav{display:none}.landing .features,.landing .footer-grid,.landing .industries,.landing .plans,.landing .quotes,.landing .stats-grid,.landing .steps{grid-template-columns:1fr}.landing .feat.wide{grid-column:span 1}.landing .lead-card,.landing .miss-banner{display:none}.landing .tryit-row{flex-direction:column;padding:8px;gap:8px;border-radius:12px}.landing .tryit-submit{width:100%}.landing .tryit-lede{font-size:15px}.landing .tryit-sent{flex-wrap:wrap}.landing .tryit-sent-reset{margin-left:50px;padding-left:0}}