:root {
  --ink: #152c27;
  --muted: #60716c;
  --cream: #f5f3eb;
  --white: #fff;
  --lime: #caff4a;
  --lime-deep: #aeea26;
  --mint: #dff7ee;
  --purple: #7a63ea;
  --coral: #fb816b;
  --line: #d9ded9;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(22, 44, 39, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
  z-index: 10;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.site-shell { overflow: hidden; }
.section { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.nav-wrap {
  width: min(1180px, calc(100% - 48px));
  height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(21, 44, 39, .12);
  position: relative;
  z-index: 20;
}
.logo { display: flex; align-items: center; gap: 10px; font-family: "Manrope"; font-weight: 800; font-size: 22px; }
.logo-mark { width: 30px; height: 30px; display: flex; align-items: end; gap: 3px; padding: 6px; background: var(--ink); border-radius: 9px; transform: rotate(-2deg); }
.logo-mark span { display: block; width: 4px; border-radius: 4px; background: var(--lime); }
.logo-mark span:nth-child(1) { height: 8px; }
.logo-mark span:nth-child(2) { height: 17px; }
.logo-mark span:nth-child(3) { height: 12px; }
.main-nav { display: flex; gap: 35px; font-weight: 600; font-size: 14px; }
.main-nav a { transition: color .2s; }
.main-nav a:hover { color: #789d15; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border: 0;
  color: var(--white);
  background: var(--ink);
  padding: 16px 22px;
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(21, 44, 39, .14);
  transition: transform .2s, background .2s, box-shadow .2s;
}
.button:hover { transform: translateY(-2px); background: #21483e; box-shadow: 0 12px 24px rgba(21,44,39,.2); }
.button-small { padding: 11px 17px; font-size: 14px; box-shadow: none; }
.menu-toggle { display: none; border: 0; background: transparent; }

.hero {
  min-height: 700px;
  padding: 92px 0 105px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 75px;
}
.eyebrow, .kicker { font-size: 12px; letter-spacing: .13em; font-weight: 800; text-transform: uppercase; }
.eyebrow { display: inline-flex; gap: 9px; align-items: center; padding: 8px 12px; border: 1px solid #cad2cc; border-radius: 50px; letter-spacing: .06em; text-transform: none; background: rgba(255,255,255,.5); }
.status-dot { width: 8px; height: 8px; background: #81c715; border-radius: 50%; box-shadow: 0 0 0 4px rgba(129,199,21,.14); }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin: 0; line-height: 1.06; letter-spacing: -.045em; }
h1 { font-size: clamp(55px, 6vw, 86px); margin-top: 22px; max-width: 650px; }
h1 span, h2 span { color: #87ad20; position: relative; }
h1 span::after {
  content: "";
  position: absolute;
  height: 10px;
  left: 2px;
  right: 2px;
  bottom: -7px;
  border-top: 3px solid var(--coral);
  border-radius: 50%;
  transform: rotate(-1deg);
}
.hero-text { color: var(--muted); font-size: 18px; line-height: 1.72; max-width: 600px; margin: 28px 0; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { font-weight: 700; border-bottom: 1px solid var(--ink); padding: 7px 0; }
.hero-proof { display: flex; align-items: center; margin-top: 42px; }
.avatars { display: flex; margin-right: 14px; }
.avatars span, .quote-avatar { width: 38px; height: 38px; margin-left: -8px; display: grid; place-items: center; border: 3px solid var(--cream); border-radius: 50%; font-size: 10px; font-weight: 800; color: white; background: #7e9f8c; }
.avatars span:first-child { margin-left: 0; background: #e68169; }
.avatars span:last-child { background: #7768b3; }
.hero-proof p { font-size: 12px; line-height: 1.5; margin: 0; color: var(--muted); }
.hero-proof strong { color: var(--ink); }

.hero-visual { min-height: 510px; position: relative; display: grid; place-items: center; }
.visual-glow { position: absolute; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(202,255,74,.42), rgba(210,243,194,.45) 43%, transparent 70%); filter: blur(3px); }
.workflow-card {
  width: min(470px, 100%);
  padding: 26px;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 24px;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
  position: relative;
  z-index: 2;
  transform: rotate(1.2deg);
}
.card-top { display: flex; justify-content: space-between; align-items: start; padding-bottom: 22px; border-bottom: 1px solid #e2e7e3; }
.mini-label { color: #7d8c88; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.card-top h2 { font-size: 18px; letter-spacing: -.02em; margin-top: 5px; }
.live-pill { display: flex; align-items: center; gap: 6px; border-radius: 30px; padding: 7px 10px; color: #3f720d; background: #eaf8d1; font-size: 10px; font-weight: 800; }
.live-pill span { width: 6px; height: 6px; border-radius: 50%; background: #75bd1b; }
.workflow { padding: 22px 5px; }
.flow-node { display: flex; align-items: center; gap: 13px; padding: 13px; border: 1px solid #d9e0db; border-radius: 12px; background: #fbfcfa; }
.flow-node.active { border-color: #bee376; }
.node-icon { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; color: white; background: var(--coral); font-size: 13px; font-weight: 800; }
.ai-icon { color: var(--ink); background: var(--lime); }
.send-icon { background: var(--purple); }
.flow-node div:nth-child(2) { flex: 1; display: flex; flex-direction: column; gap: 2px; }
.flow-node span { font-size: 9px; color: #83908c; text-transform: uppercase; letter-spacing: .06em; font-weight: 700; }
.flow-node strong { font-size: 12px; }
.flow-node b { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; color: #579100; background: #e5f8c0; font-size: 10px; }
.loading-ring { background: transparent !important; border: 2px solid #dadfda; border-top-color: var(--purple); animation: spin 1s linear infinite; }
.flow-line { height: 31px; margin-left: 35px; border-left: 1.5px dashed #8cbc31; position: relative; }
.flow-line i { position: absolute; width: 5px; height: 5px; background: #8cbc31; border-radius: 50%; top: 7px; left: -3px; animation: travel 1.8s infinite; }
.flow-line.pending { border-color: #beb4ed; }
.flow-line.pending i { background: #8976e4; animation-delay: .7s; }
.activity { display: flex; gap: 8px; align-items: center; font-size: 9px; padding: 12px; border-radius: 9px; background: #f2f4f1; color: #89938f; }
.activity strong { color: var(--ink); margin-right: auto; }
.activity .success { color: #558500; font-weight: 700; }
.float-card { position: absolute; z-index: 3; background: rgba(255,255,255,.94); border: 1px solid white; border-radius: 14px; box-shadow: 0 15px 40px rgba(22,44,39,.13); }
.float-hours { right: -12px; top: 20px; padding: 16px 19px; display: flex; flex-direction: column; transform: rotate(3deg); }
.float-hours span { font-size: 9px; color: #7b8985; }
.float-hours strong { margin: 4px 0; font-family: Manrope; font-size: 21px; }
.float-hours small { color: #77a411; font-size: 9px; font-weight: 700; }
.float-lead { left: -18px; bottom: 27px; padding: 13px 16px; display: flex; gap: 11px; align-items: center; transform: rotate(-2deg); }
.lead-check { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; color: var(--ink); background: var(--lime); font-weight: 800; }
.float-lead strong, .float-lead span { display: block; }
.float-lead strong { font-size: 11px; }
.float-lead span { color: #7c8885; font-size: 9px; margin-top: 3px; }

.logo-strip { padding: 30px max(24px, calc((100vw - 1180px)/2)); border-top: 1px solid #d5dad5; border-bottom: 1px solid #d5dad5; background: rgba(255,255,255,.35); }
.logo-strip p { text-align: center; margin: 0 0 22px; color: #82908c; font-size: 10px; text-transform: uppercase; font-weight: 800; letter-spacing: .13em; }
.tool-logos { display: flex; justify-content: space-between; gap: 25px; color: #697773; font-family: Manrope; font-weight: 800; }
.tool-logos span { display: flex; gap: 7px; align-items: center; }
.tool-logos i { color: #8a9e96; font-style: normal; }

.solutions { padding-top: 120px; padding-bottom: 125px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 80px; margin-bottom: 52px; }
.section-heading h2, .results h2, .faq h2, .cta-panel h2 { font-size: clamp(40px, 5vw, 62px); margin-top: 14px; }
.section-heading > p { max-width: 440px; color: var(--muted); font-size: 16px; line-height: 1.7; margin: 0 0 5px; }
.kicker { color: #789920; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; padding: 34px; border: 1px solid #d8ddd8; border-radius: var(--radius); background: rgba(255,255,255,.52); transition: transform .25s, box-shadow .25s, background .25s; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 20px 45px rgba(21,44,39,.1); background: #fff; }
.service-card.featured { border-color: #b1d64b; background: #f7ffe6; }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--lime); font-size: 27px; font-weight: 800; }
.service-icon.purple { color: white; background: var(--purple); }
.service-icon.coral { color: white; background: var(--coral); }
.tag { position: absolute; top: 30px; right: 28px; padding: 7px 9px; border-radius: 30px; color: #557500; background: #e1f5aa; font-size: 8px; font-weight: 800; letter-spacing: .09em; }
.service-card h3 { font-size: 23px; margin: 28px 0 13px; letter-spacing: -.025em; }
.service-card p { color: var(--muted); line-height: 1.6; font-size: 14px; }
.service-card ul { margin: 24px 0 28px; padding: 0; list-style: none; border-top: 1px solid #dce2dc; }
.service-card li { position: relative; padding: 11px 0 0 22px; font-size: 13px; font-weight: 600; }
.service-card li::before { content: "✓"; position: absolute; left: 0; color: #7ea61e; font-weight: 800; }
.service-card > a { font-size: 13px; font-weight: 800; border-bottom: 1px solid #93a09c; padding-bottom: 5px; }
.service-card > a span { margin-left: 7px; }

.demo-section { padding-bottom: 120px; }
.demo-heading { margin-bottom: 45px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.demo-heading h2 { max-width: 700px; margin-top: 14px; font-size: clamp(40px, 5vw, 62px); }
.demo-heading > p { max-width: 440px; margin: 0 0 5px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.demo-shell { display: grid; grid-template-columns: .85fr 1.15fr; overflow: hidden; border: 1px solid #cfd7d1; border-radius: 28px; background: var(--white); box-shadow: 0 24px 70px rgba(22,44,39,.1); }
.demo-form { padding: 38px; background: #f3f5ef; border-right: 1px solid #d9dfda; }
.demo-form-top { display: flex; gap: 15px; margin-bottom: 28px; align-items: start; }
.demo-number { display: inline-grid; width: 31px; height: 31px; place-items: center; flex: 0 0 auto; border-radius: 9px; color: var(--ink); background: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .06em; }
.demo-form-top h3 { margin: 0 0 5px; font-size: 20px; letter-spacing: -.025em; }
.demo-form-top p { margin: 0; color: var(--muted); font-size: 12px; }
.demo-form label { display: block; margin-bottom: 17px; font-size: 11px; font-weight: 800; }
.demo-form input, .demo-form select, .demo-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #d2dad4; border-radius: 9px; color: var(--ink); background: var(--white); outline: none; resize: vertical; font-size: 13px; transition: border .2s, box-shadow .2s; }
.demo-form input:focus, .demo-form select:focus, .demo-form textarea:focus { border-color: #8bb632; box-shadow: 0 0 0 3px rgba(202,255,74,.25); }
.demo-run { width: 100%; margin-top: 5px; }
.demo-run:disabled { cursor: wait; opacity: .72; transform: none; }
.demo-reset { width: 100%; padding: 12px; border: 0; color: var(--muted); background: transparent; cursor: pointer; font-size: 11px; font-weight: 700; }
.demo-reset:hover { color: var(--ink); }
.demo-output { min-height: 585px; padding: 38px; color: white; background: var(--ink); }
.demo-output-top { display: flex; justify-content: space-between; align-items: center; }
.demo-output-top > div { display: flex; gap: 11px; align-items: center; }
.demo-output .mini-label { color: #aab8b3; }
.demo-status { display: flex; gap: 7px; align-items: center; padding: 7px 10px; border-radius: 30px; color: #bcc8c4; background: rgba(255,255,255,.07); font-size: 10px; font-weight: 800; }
.demo-status i { width: 7px; height: 7px; border-radius: 50%; background: #75857f; }
.demo-status.running { color: var(--lime); }
.demo-status.running i { background: var(--lime); box-shadow: 0 0 0 4px rgba(202,255,74,.12); animation: demoPulse 1s infinite; }
.demo-status.complete { color: #dfffa0; background: rgba(202,255,74,.1); }
.demo-status.complete i { background: var(--lime); }
.demo-timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 32px 0 26px; }
.demo-step { position: relative; min-height: 102px; padding: 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(255,255,255,.035); opacity: .62; transition: opacity .25s, border .25s, background .25s, transform .25s; }
.demo-step::after { content: ""; position: absolute; top: 28px; left: calc(100% + 1px); width: 10px; border-top: 1px dashed rgba(202,255,74,.28); }
.demo-step:last-child::after { display: none; }
.demo-step.active { opacity: 1; border-color: rgba(202,255,74,.55); background: rgba(202,255,74,.08); transform: translateY(-2px); }
.demo-step.done { opacity: 1; border-color: rgba(202,255,74,.22); }
.demo-step-icon { width: 27px; height: 27px; display: grid; place-items: center; margin-bottom: 11px; border-radius: 8px; color: #b8c4c0; background: rgba(255,255,255,.09); font-size: 10px; font-weight: 800; }
.demo-step.active .demo-step-icon { color: var(--ink); background: var(--lime); }
.demo-step.done .demo-step-icon { color: var(--ink); background: #dfffa0; }
.demo-step strong, .demo-step small { display: block; }
.demo-step strong { font-size: 11px; }
.demo-step small { margin-top: 4px; color: #93a49e; font-size: 9px; line-height: 1.4; }
.demo-step b { display: none; position: absolute; top: 14px; right: 13px; color: var(--lime); font-size: 11px; }
.demo-step.done b { display: block; }
.demo-step.done b::after { content: "OK"; }
.demo-result { min-height: 295px; padding: 25px; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; background: #1c3932; }
.demo-empty { height: 245px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.demo-empty > span { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 15px; border-radius: 14px; color: var(--ink); background: var(--lime); font-family: Manrope; font-size: 13px; font-weight: 800; }
.demo-empty h3 { font-size: 17px; letter-spacing: -.02em; }
.demo-empty p { max-width: 300px; margin: 8px 0 0; color: #92a49e; font-size: 11px; line-height: 1.5; }
.demo-result-grid { display: grid; grid-template-columns: 145px 1fr; gap: 20px; animation: resultIn .35s ease both; }
.lead-score { padding: 18px; border-radius: 13px; color: var(--ink); background: var(--lime); }
.lead-score span, .lead-score small { display: block; }
.lead-score span { font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.lead-score strong { display: block; margin: 11px 0 7px; font-family: Manrope; font-size: 42px; line-height: 1; letter-spacing: -.06em; }
.lead-score strong i { font-size: 14px; font-style: normal; letter-spacing: 0; }
.lead-score small { font-size: 10px; font-weight: 700; }
.lead-details { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.lead-detail { padding: 12px; border-radius: 10px; background: rgba(255,255,255,.06); }
.lead-detail span, .lead-detail strong { display: block; }
.lead-detail span { margin-bottom: 4px; color: #92a49e; font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.lead-detail strong { font-size: 11px; }
.generated-message { grid-column: span 2; margin-top: 4px; padding: 16px; border: 1px solid rgba(202,255,74,.2); border-radius: 11px; background: rgba(202,255,74,.06); }
.generated-message > span { display: flex; justify-content: space-between; color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .07em; }
.generated-message p { margin: 10px 0 0; color: #e1e9e6; font-size: 11px; line-height: 1.6; }
.demo-actions { grid-column: span 2; display: flex; flex-wrap: wrap; gap: 7px; margin-top: 1px; }
.demo-actions span { padding: 7px 9px; border-radius: 7px; color: #d6e0dc; background: rgba(255,255,255,.07); font-size: 9px; font-weight: 700; }

.pricing-section { padding-bottom: 120px; }
.pricing-heading { margin-bottom: 48px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.pricing-heading h2 { margin-top: 14px; font-size: clamp(40px, 5vw, 62px); }
.pricing-heading > p { max-width: 450px; margin: 0 0 5px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.pricing-card { position: relative; min-height: 520px; padding: 34px; display: flex; flex-direction: column; border: 1px solid #d4dad5; border-radius: 24px; background: rgba(255,255,255,.58); transition: transform .25s, box-shadow .25s; }
.pricing-card:hover { transform: translateY(-7px); box-shadow: 0 22px 50px rgba(21,44,39,.12); }
.pricing-card.recommended { border: 2px solid var(--lime-deep); background: var(--ink); color: var(--white); box-shadow: 0 22px 55px rgba(21,44,39,.16); }
.pricing-card.pro { background: #e5f1ed; }
.popular-tag { position: absolute; top: -14px; right: 25px; padding: 8px 13px; border-radius: 30px; color: var(--ink); background: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .1em; box-shadow: 0 8px 20px rgba(21,44,39,.14); }
.plan-label { color: #76961f; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.recommended .plan-label { color: var(--lime); }
.pricing-card-top h3 { margin-top: 12px; font-size: 30px; letter-spacing: -.035em; }
.pricing-card-top p { min-height: 68px; margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.recommended .pricing-card-top p { color: #adbbb6; }
.plan-price { margin-top: 25px; display: flex; align-items: end; gap: 7px; }
.plan-price strong { font-family: Manrope; font-size: 56px; line-height: .95; letter-spacing: -.06em; }
.plan-price sup { position: relative; top: -18px; margin-right: 3px; font-size: 21px; letter-spacing: 0; }
.plan-price span { margin-bottom: 5px; color: var(--muted); font-size: 12px; }
.recommended .plan-price span { color: #aebcb7; }
.setup-price { margin: 16px 0 25px; padding: 12px 14px; border-radius: 9px; color: var(--muted); background: rgba(21,44,39,.055); font-size: 11px; }
.setup-price strong { color: var(--ink); font-size: 13px; }
.recommended .setup-price { color: #aebcb7; background: rgba(255,255,255,.07); }
.recommended .setup-price strong { color: white; }
.pricing-card ul { margin: 24px 0 30px; padding: 23px 0 0; border-top: 1px solid rgba(21,44,39,.12); list-style: none; }
.recommended ul { border-color: rgba(255,255,255,.13); }
.pricing-card li { position: relative; margin-bottom: 14px; padding-left: 24px; font-size: 13px; font-weight: 600; }
.pricing-card li::before { content: "✓"; position: absolute; left: 0; color: #78a10c; font-weight: 800; }
.recommended li::before { color: var(--lime); }
.pricing-button { width: 100%; margin-top: auto; padding: 14px 17px; display: flex; align-items: center; justify-content: space-between; border-radius: 9px; color: white; background: var(--ink); font-size: 13px; font-weight: 800; transition: transform .2s, background .2s; }
.pricing-button:hover { transform: translateY(-2px); background: #21483e; }
.recommended .pricing-button { color: var(--ink); background: var(--lime); }
.recommended .pricing-button:hover { background: #d8ff77; }
.pricing-note { margin: 22px 0 0; color: #7c8985; font-size: 10px; text-align: center; }

.process-section { padding: 0 0 120px; }
.process-panel { padding: 80px 72px; border-radius: 34px; color: white; background: var(--ink); position: relative; overflow: hidden; }
.process-panel::after { content: ""; position: absolute; width: 480px; height: 480px; right: -220px; top: -220px; border: 1px solid rgba(202,255,74,.16); border-radius: 50%; box-shadow: 0 0 0 60px rgba(202,255,74,.025), 0 0 0 120px rgba(202,255,74,.02); }
.section-heading.light { align-items: start; position: relative; z-index: 1; }
.section-heading.light .kicker, .section-heading.light h2 span { color: var(--lime); }
.section-heading.light > p { color: #aab8b3; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; position: relative; z-index: 1; }
.steps::before { content: ""; position: absolute; top: 54px; left: 17%; right: 17%; border-top: 1px dashed rgba(202,255,74,.32); }
.step { position: relative; }
.step-num { color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.step-icon { width: 64px; height: 64px; margin: 15px 0 25px; display: grid; place-items: center; border: 1px solid rgba(202,255,74,.35); border-radius: 18px; color: var(--lime); background: #203c35; font-size: 27px; position: relative; z-index: 1; }
.step h3 { font-size: 22px; margin-bottom: 12px; letter-spacing: -.02em; }
.step p { color: #aab8b3; line-height: 1.65; font-size: 14px; margin: 0; }

.results { padding: 15px 0 125px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.results-copy > p { color: var(--muted); max-width: 470px; font-size: 16px; line-height: 1.7; }
blockquote { margin: 40px 0 0; padding: 24px 0 0; border-top: 1px solid #d7ddd7; font-family: Manrope; font-weight: 600; line-height: 1.55; font-size: 16px; }
blockquote footer { display: flex; align-items: center; gap: 11px; margin-top: 18px; }
.quote-avatar { border: 0; margin: 0; background: #746ca6; }
blockquote footer span:last-child { display: flex; flex-direction: column; }
blockquote footer strong { font-size: 12px; }
blockquote footer small { color: var(--muted); font-family: "DM Sans"; font-size: 10px; margin-top: 2px; }
.metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.metric-card { min-height: 225px; padding: 27px; border-radius: 22px; overflow: hidden; position: relative; }
.metric-card > span { font-size: 11px; font-weight: 700; }
.metric-card > strong { display: block; margin-top: 22px; font-family: Manrope; font-size: 54px; line-height: 1; letter-spacing: -.06em; }
.metric-card > strong small { font-size: 21px; letter-spacing: -.02em; margin-left: 4px; }
.metric-card p { margin: 7px 0 0; font-size: 11px; opacity: .72; }
.metric-card.lime { background: var(--lime); }
.metric-card.dark { color: white; background: var(--ink); }
.metric-card.pale { grid-column: span 2; min-height: 180px; background: #dfeee9; }
.sparkline { position: absolute; display: flex; align-items: end; gap: 7px; bottom: 0; right: 20px; height: 95px; transform: skewX(-8deg); }
.sparkline i { display: block; width: 11px; height: 20%; border-radius: 4px 4px 0 0; background: rgba(21,44,39,.18); }
.sparkline i:nth-child(2) { height: 35%; }.sparkline i:nth-child(3) { height: 27%; }.sparkline i:nth-child(4) { height: 52%; }.sparkline i:nth-child(5) { height: 45%; }.sparkline i:nth-child(6) { height: 70%; }.sparkline i:nth-child(7) { height: 91%; background: var(--ink); }
.speed-bars { display: flex; align-items: center; gap: 5px; margin-top: 25px; }
.speed-bars i { width: 30px; height: 5px; border-radius: 4px; background: var(--lime); }
.speed-bars i:nth-child(2) { opacity: .8; }.speed-bars i:nth-child(3) { opacity: .6; }.speed-bars i:nth-child(4) { opacity: .4; }.speed-bars i:nth-child(5) { opacity: .2; }
.metric-card.pale > strong { display: inline-block; margin-right: 15px; }
.metric-card.pale p { display: inline-block; }
.progress { height: 8px; margin-top: 25px; border-radius: 10px; background: rgba(21,44,39,.12); overflow: hidden; }
.progress i { display: block; width: 82%; height: 100%; border-radius: inherit; background: var(--ink); }

.faq { padding: 100px 0 120px; border-top: 1px solid #d4dad5; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.accordion { border-top: 1px solid #cbd2cd; }
.faq-item { border-bottom: 1px solid #cbd2cd; }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 23px 0; border: 0; background: none; text-align: left; cursor: pointer; font-family: Manrope; font-size: 16px; font-weight: 700; }
.faq-item button i { width: 26px; height: 26px; display: grid; place-items: center; flex: 0 0 auto; margin-left: 20px; border-radius: 50%; background: #e3e8e3; font-style: normal; font-size: 17px; }
.faq-item.open button i { background: var(--lime); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer > p { min-height: 0; overflow: hidden; color: var(--muted); line-height: 1.65; font-size: 14px; margin: 0; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer > p { padding-bottom: 24px; }

.cta-section { padding-bottom: 30px; }
.cta-panel { display: grid; grid-template-columns: 1.05fr .95fr; gap: 75px; padding: 72px; border-radius: 34px; color: white; background: var(--ink); position: relative; overflow: hidden; }
.cta-panel::before { content: ""; position: absolute; width: 500px; height: 500px; left: -260px; bottom: -340px; border-radius: 50%; background: var(--lime); filter: blur(80px); opacity: .16; }
.cta-copy, .lead-form { position: relative; z-index: 1; }
.cta-panel .kicker, .cta-panel h2 span { color: var(--lime); }
.cta-panel h2 { margin-top: 17px; }
.cta-copy > p { color: #b5c1bd; line-height: 1.7; margin: 24px 0; }
.cta-points { display: flex; flex-wrap: wrap; gap: 18px; color: #d6dfdc; font-size: 11px; font-weight: 600; }
.cta-points span::first-letter { color: var(--lime); }
.calendar-link { max-width: 410px; margin-top: 28px; padding: 14px 16px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(202,255,74,.25); border-radius: 12px; background: rgba(255,255,255,.06); transition: border .2s, background .2s, transform .2s; }
.calendar-link:hover { transform: translateY(-2px); border-color: rgba(202,255,74,.55); background: rgba(255,255,255,.1); }
.calendar-icon { width: 35px; height: 35px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; color: var(--ink); background: var(--lime); font-weight: 800; }
.calendar-link > span:nth-child(2) { display: flex; flex: 1; flex-direction: column; }
.calendar-link strong { font-size: 12px; }
.calendar-link small { margin-top: 3px; color: #aebbb7; font-size: 10px; }
.calendar-link b { color: var(--lime); }
.lead-form { padding: 30px; border-radius: 20px; color: var(--ink); background: white; box-shadow: 0 25px 60px rgba(0,0,0,.2); }
.lead-form label { display: block; margin-bottom: 15px; font-size: 11px; font-weight: 800; }
.lead-form input, .lead-form textarea { width: 100%; margin-top: 7px; padding: 12px 13px; border: 1px solid #d8deda; border-radius: 8px; color: var(--ink); background: #fafbf9; outline: none; resize: vertical; font-size: 13px; transition: border .2s, box-shadow .2s; }
.lead-form input:focus, .lead-form textarea:focus { border-color: #8bb632; box-shadow: 0 0 0 3px rgba(202,255,74,.24); }
.lead-form .form-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.lead-form .button { width: 100%; margin-top: 4px; }
.lead-form .button:disabled { cursor: wait; opacity: .7; transform: none; }
.form-note { text-align: center; margin: 12px 0 0; color: #7e8c88; font-size: 9px; }
.form-success { display: none; margin-top: 14px; padding: 11px; border-radius: 8px; color: #356200; background: #eaf8ce; font-size: 12px; font-weight: 700; text-align: center; }
.form-error { display: none; margin-top: 14px; padding: 11px; border-radius: 8px; color: #8d2b1f; background: #ffe8e2; font-size: 12px; font-weight: 700; text-align: center; }
.lead-form.sent .form-success { display: block; }
.lead-form.failed .form-error { display: block; }

.footer { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 45px 0; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 25px; }
.footer-logo { font-size: 18px; }
.footer-logo .logo-mark { width: 26px; height: 26px; padding: 5px; }
.footer > div:first-child p { color: var(--muted); font-size: 11px; margin: 10px 0 0; }
.footer-links { display: flex; gap: 25px; font-size: 12px; font-weight: 700; }
.copyright { grid-column: span 2; padding-top: 22px; border-top: 1px solid #d5dad5; color: #87938f; font-size: 10px; }

.booking-modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 24px; }
.booking-modal.open { display: flex; }
.booking-backdrop { position: absolute; inset: 0; background: rgba(8,24,20,.76); backdrop-filter: blur(8px); }
.booking-dialog { width: min(960px, 100%); height: min(760px, calc(100vh - 48px)); position: relative; z-index: 1; display: flex; flex-direction: column; overflow: hidden; border-radius: 24px; background: var(--white); box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.booking-header { padding: 22px 26px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.booking-header h2 { margin-top: 5px; font-size: 24px; letter-spacing: -.035em; }
.booking-close { width: 40px; height: 40px; display: grid; place-items: center; border: 0; border-radius: 50%; background: #edf0ec; cursor: pointer; font-size: 26px; line-height: 1; transition: background .2s, transform .2s; }
.booking-close:hover { transform: rotate(5deg); background: var(--lime); }
#booking-frame { width: 100%; flex: 1; border: 0; background: #f7f8f5; }
body.modal-open { overflow: hidden; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes travel { from { top: 5px; opacity: 0; } 30% { opacity: 1; } to { top: 24px; opacity: 0; } }
@keyframes demoPulse { 50% { opacity: .45; transform: scale(.85); } }
@keyframes resultIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 950px) {
  .hero { grid-template-columns: 1fr; padding-top: 70px; text-align: center; gap: 35px; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .demo-heading { grid-template-columns: 1fr; gap: 22px; }
  .demo-shell { grid-template-columns: 1fr; }
  .demo-form { border-right: 0; border-bottom: 1px solid #d9dfda; }
  .pricing-heading { grid-template-columns: 1fr; gap: 22px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card { min-height: 0; }
  .results { grid-template-columns: 1fr; gap: 50px; }
  .faq { grid-template-columns: 1fr; gap: 50px; }
  .cta-panel { grid-template-columns: 1fr; }
  .section-heading { align-items: start; flex-direction: column; gap: 22px; }
}

@media (max-width: 720px) {
  .section, .nav-wrap, .footer { width: min(100% - 32px, 1180px); }
  .nav-wrap { height: 72px; }
  .menu-toggle { width: 35px; height: 35px; padding: 8px; display: flex; flex-direction: column; justify-content: center; gap: 6px; z-index: 2; }
  .menu-toggle span:not(.sr-only) { width: 100%; border-top: 2px solid var(--ink); }
  .main-nav { position: absolute; display: none; top: 64px; left: 0; right: 0; padding: 22px; flex-direction: column; gap: 20px; border-radius: 15px; background: white; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .nav-cta { display: none; }
  .hero { min-height: auto; padding: 60px 0 75px; }
  h1 { font-size: 52px; }
  .hero-text { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 15px; }
  .hero-visual { min-height: 480px; width: 100%; }
  .workflow-card { padding: 18px; }
  .float-hours { right: -8px; top: 10px; }
  .float-lead { left: -7px; bottom: 8px; }
  .tool-logos { justify-content: center; flex-wrap: wrap; }
  .solutions { padding-top: 85px; padding-bottom: 90px; }
  .demo-section { padding-bottom: 90px; }
  .pricing-section { padding-bottom: 90px; }
  .demo-form, .demo-output { padding: 25px; }
  .demo-output { min-height: 0; }
  .demo-timeline { grid-template-columns: 1fr; }
  .demo-step { min-height: 0; display: flex; gap: 12px; align-items: center; }
  .demo-step::after { display: none; }
  .demo-step-icon { margin: 0; flex: 0 0 auto; }
  .demo-result-grid { grid-template-columns: 1fr; }
  .lead-details { grid-template-columns: 1fr; }
  .generated-message, .demo-actions { grid-column: auto; }
  .process-section { width: 100%; padding-bottom: 90px; }
  .process-panel { padding: 65px 24px; border-radius: 0; }
  .steps { grid-template-columns: 1fr; gap: 45px; }
  .steps::before { display: none; }
  .results { padding-bottom: 90px; }
  .metrics { grid-template-columns: 1fr; }
  .metric-card.pale { grid-column: auto; }
  .faq { padding: 80px 0 90px; }
  .cta-section { width: 100%; padding-bottom: 0; }
  .cta-panel { padding: 60px 22px; border-radius: 0; gap: 45px; }
  .lead-form { padding: 23px; }
  .booking-modal { padding: 0; }
  .booking-dialog { height: 100%; max-height: none; border-radius: 0; }
  .booking-header { padding: 17px 18px; }
  .booking-header h2 { font-size: 19px; }
  .footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .copyright { grid-column: auto; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
