:root {
  --navy: #0b1726;
  --navy-2: #10243b;
  --navy-3: #183653;
  --ink: #152333;
  --muted: #647386;
  --line: #dce3e9;
  --soft: #f3f7f9;
  --white: #ffffff;
  --teal: #14a58b;
  --teal-dark: #087461;
  --lime: #a9d85e;
  --shadow: 0 24px 70px rgba(8, 24, 40, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--white); line-height: 1.55; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 999; background: #fff; padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(11, 23, 38, .94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.09); }
.nav-shell { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; text-decoration: none; }
.brand-mark { width: 34px; height: 34px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 3px; padding: 6px; border-radius: 9px; background: linear-gradient(145deg, var(--teal), #0b806e); box-shadow: 0 8px 18px rgba(20,165,139,.25); }
.brand-mark span { display: block; border-radius: 2px 2px 1px 1px; background: #fff; }
.brand-mark span:nth-child(1) { height: 45%; opacity: .72; }
.brand-mark span:nth-child(2) { height: 70%; opacity: .88; }
.brand-mark span:nth-child(3) { height: 100%; }
.brand-text { display: flex; align-items: baseline; gap: 4px; letter-spacing: -.02em; }
.brand-text strong { font-size: 1.17rem; }
.brand-text em { font-style: normal; color: var(--lime); font-weight: 800; font-size: .83rem; letter-spacing: .05em; }
.main-nav { display: flex; align-items: center; gap: 26px; color: #d5deea; font-size: .93rem; font-weight: 650; }
.main-nav a { text-decoration: none; }
.main-nav a:hover { color: #fff; }
.nav-login { border: 1px solid rgba(255,255,255,.25); padding: 9px 14px; border-radius: 9px; color: #fff !important; }
.nav-login:hover { border-color: rgba(255,255,255,.6); }
.menu-button { display: none; border: 1px solid rgba(255,255,255,.25); background: transparent; color: #fff; border-radius: 8px; padding: 8px 11px; font: inherit; }
.hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 75% 25%, rgba(20,165,139,.22), transparent 26%), radial-gradient(circle at 25% 0%, rgba(169,216,94,.1), transparent 28%), linear-gradient(135deg, #091421, #10263d 67%, #0b2031); }
.hero:after { content: ""; position: absolute; inset: auto -10% -80px 45%; height: 300px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; transform: rotate(-8deg); }
.hero-grid { position: relative; z-index: 1; min-height: 680px; padding: 88px 0 86px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 58px; }
.eyebrow { margin: 0 0 16px; color: var(--teal); font-size: .78rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.hero .eyebrow, .section-dark .eyebrow, .cta-section .eyebrow { color: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 22px; font-size: clamp(3rem, 5.5vw, 5.5rem); line-height: .98; letter-spacing: -.055em; }
h1 span { color: #b8e373; }
.hero-lead { max-width: 660px; margin-bottom: 30px; color: #c9d4df; font-size: clamp(1.05rem, 1.5vw, 1.22rem); }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 10px; text-decoration: none; font-weight: 780; font-size: .94rem; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--teal); color: #fff; box-shadow: 0 12px 28px rgba(20,165,139,.24); }
.button-primary:hover { background: #11977f; }
.button-secondary { border: 1px solid rgba(255,255,255,.28); color: #fff; background: rgba(255,255,255,.04); }
.hero-proof { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px 20px; color: #9fb0c0; font-size: .84rem; }
.hero-proof span:before { content: "✓"; margin-right: 7px; color: var(--lime); font-weight: 900; }
.product-window { border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: #f9fbfc; box-shadow: 0 35px 90px rgba(0,0,0,.28); overflow: hidden; transform: perspective(1200px) rotateY(-2deg) rotateX(1deg); }
.window-top { height: 52px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; color: #d9e2eb; background: #0d1c2d; font-size: .73rem; }
.mini-brand { display: flex; align-items: center; gap: 7px; font-weight: 800; }
.mini-brand i { width: 14px; height: 14px; border-radius: 4px; background: var(--teal); }
.status-dot { color: #9fb2c4; }
.status-dot:before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: var(--lime); }
.window-body { min-height: 408px; display: grid; grid-template-columns: 48px 1fr; color: var(--ink); }
.mini-sidebar { padding-top: 20px; display: flex; flex-direction: column; align-items: center; gap: 13px; background: #13283e; }
.mini-sidebar span { width: 22px; height: 22px; border-radius: 6px; border: 1px solid rgba(255,255,255,.12); }
.mini-sidebar span.active { background: rgba(20,165,139,.24); border-color: rgba(20,165,139,.65); }
.mock-content { padding: 24px; }
.mock-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.mock-heading small { display: block; color: #8390a0; font-size: .52rem; letter-spacing: .12em; font-weight: 800; }
.mock-heading strong { display: block; margin-top: 3px; font-size: 1.1rem; }
.mock-heading > span { border: 1px solid #c6e9df; border-radius: 99px; color: var(--teal-dark); background: #ecf8f5; padding: 5px 8px; font-size: .58rem; font-weight: 800; }
.metric-grid { margin: 19px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.metric-grid article { min-width: 0; padding: 13px; border: 1px solid #e2e7eb; border-radius: 10px; background: #fff; }
.metric-grid small, .metric-grid em { display: block; color: #8492a1; font-size: .56rem; font-style: normal; }
.metric-grid strong { display: block; margin: 5px 0 2px; font-size: 1.35rem; }
.mock-panels { display: grid; grid-template-columns: 1.55fr .8fr; gap: 10px; }
.activity-panel, .readiness-panel { border: 1px solid #e2e7eb; border-radius: 10px; background: #fff; padding: 13px; }
.panel-title { display: flex; justify-content: space-between; margin-bottom: 9px; font-size: .62rem; }
.panel-title span { color: #8996a4; }
.activity-row { display: grid; grid-template-columns: 8px 1fr auto; align-items: center; gap: 7px; padding: 9px 0; border-top: 1px solid #edf0f2; }
.activity-row i { width: 7px; height: 7px; border-radius: 50%; background: #efaf3f; }
.activity-row i.good { background: var(--teal); }
.activity-row strong, .activity-row small { display: block; }
.activity-row strong { font-size: .59rem; }
.activity-row small { color: #8b97a4; font-size: .5rem; }
.activity-row b { font-size: .49rem; color: #6f7c8b; }
.readiness-panel { text-align: center; }
.readiness-panel > small { color: #8a98a7; font-size: .51rem; letter-spacing: .08em; }
.ring { width: 80px; height: 80px; margin: 13px auto 9px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--teal) 0 86%, #e4ecef 86% 100%); position: relative; }
.ring:after { content: ""; position: absolute; inset: 8px; border-radius: 50%; background: #fff; }
.ring span { position: relative; z-index: 1; font-size: .76rem; font-weight: 900; }
.readiness-panel strong { display: block; font-size: .64rem; }
.readiness-panel p { margin: 5px 0 0; color: #8996a4; font-size: .5rem; line-height: 1.45; }
.capability-strip { border-bottom: 1px solid var(--line); background: #fff; }
.capability-row { min-height: 78px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 20px; color: #5d6c7c; font-size: .82rem; font-weight: 800; text-align: center; letter-spacing: .02em; }
.capability-row span:not(:last-child) { border-right: 1px solid var(--line); }
.section { padding: 105px 0; }
.section-heading { max-width: 730px; margin-bottom: 46px; }
.section-heading h2, .cta-card h2 { margin-bottom: 18px; font-size: clamp(2.2rem, 4vw, 3.65rem); line-height: 1.04; letter-spacing: -.045em; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.07rem; }
.centered { margin-left: auto; margin-right: auto; text-align: center; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 400px; padding: 34px; border: 1px solid var(--line); border-radius: 16px; background: #fff; overflow: hidden; }
.feature-card:after { content: ""; position: absolute; width: 180px; height: 180px; right: -90px; bottom: -90px; border-radius: 50%; background: #f0f6f5; }
.feature-card.featured { border-color: #b8ded5; background: linear-gradient(155deg, #fafffe, #f3faf8); }
.feature-number { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 9px; background: var(--soft); color: var(--teal-dark); font-weight: 900; font-size: .72rem; }
.feature-card h3 { margin: 27px 0 12px; font-size: 1.55rem; letter-spacing: -.025em; }
.feature-card > p { max-width: 520px; color: var(--muted); }
.feature-card ul { padding: 0; margin: 24px 0 0; list-style: none; }
.feature-card li { position: relative; padding: 8px 0 8px 24px; font-size: .94rem; font-weight: 650; }
.feature-card li:before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 900; }
.section-dark { color: #fff; background: linear-gradient(135deg, #0b1726, #10263c); }
.workflow-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 80px; }
.light-heading { position: sticky; top: 120px; }
.light-heading > p:last-child { color: #adbac7; }
.workflow-steps { display: grid; gap: 14px; }
.workflow-steps article { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 25px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: rgba(255,255,255,.035); }
.workflow-steps article > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 11px; background: rgba(20,165,139,.16); color: var(--lime); font-weight: 900; }
.workflow-steps h3 { margin: 1px 0 5px; font-size: 1.08rem; }
.workflow-steps p { margin: 0; color: #aebbc7; font-size: .94rem; }
.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.industry-grid article { padding: 27px; border: 1px solid var(--line); border-radius: 14px; }
.industry-grid span { display: inline-flex; min-width: 40px; height: 32px; padding: 0 8px; align-items: center; justify-content: center; border-radius: 7px; background: #eaf6f3; color: var(--teal-dark); font-weight: 900; font-size: .69rem; }
.industry-grid h3 { margin: 22px 0 9px; font-size: 1.08rem; }
.industry-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.section-soft { background: var(--soft); }
.split-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.split-section h2 { max-width: 540px; margin-bottom: 20px; font-size: clamp(2.2rem, 4vw, 3.4rem); line-height: 1.05; letter-spacing: -.045em; }
.big-copy { max-width: 570px; color: var(--muted); font-size: 1.08rem; }
.check-list { display: grid; gap: 12px; }
.check-list > div { display: grid; grid-template-columns: 40px 1fr; gap: 15px; padding: 21px; border: 1px solid #dce5e8; border-radius: 12px; background: #fff; }
.check-list span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 9px; background: #eaf7f4; color: var(--teal); font-weight: 900; }
.check-list p { margin: 0; color: var(--muted); font-size: .91rem; }
.check-list strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: .99rem; }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; }
.faq-list details { padding: 22px 0; border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; font-weight: 800; font-size: 1.02rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:after { content: "+"; float: right; color: var(--teal); font-size: 1.25rem; }
.faq-list details[open] summary:after { content: "−"; }
.faq-list p { max-width: 760px; margin: 13px 34px 0 0; color: var(--muted); }
.cta-section { padding: 0 0 90px; }
.cta-card { min-height: 300px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; padding: 56px; border-radius: 20px; color: #fff; background: radial-gradient(circle at 85% 10%, rgba(169,216,94,.18), transparent 25%), linear-gradient(135deg, #0b1726, #12334a); }
.cta-card h2 { max-width: 720px; margin-bottom: 13px; }
.cta-card p { margin-bottom: 0; color: #bac7d2; }
.button-light { background: #fff; color: var(--navy); }
.button-outline-light { border: 1px solid rgba(255,255,255,.3); color: #fff; }
.site-footer { padding: 65px 0 22px; color: #a9b5c1; background: #08131f; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 60px; }
.footer-brand { margin-bottom: 16px; }
.footer-grid > div:first-child p { max-width: 360px; font-size: .9rem; }
.footer-links { display: grid; align-content: start; gap: 10px; font-size: .88rem; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-bottom { margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; gap: 30px; color: #758493; font-size: .74rem; }
.legal-page { min-height: 100vh; background: var(--soft); }
.legal-header { background: var(--navy); }
.legal-shell { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 70px 0 100px; }
.legal-card { padding: 45px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.legal-card h1 { color: var(--ink); font-size: clamp(2.4rem, 5vw, 3.8rem); }
.legal-card h2 { margin: 35px 0 10px; font-size: 1.2rem; }
.legal-card p, .legal-card li { color: var(--muted); }
.legal-card a { color: var(--teal-dark); }
.back-link { display: inline-block; margin-bottom: 28px; color: var(--teal-dark); text-decoration: none; font-weight: 800; }
@media (max-width: 980px) {
  .hero-grid, .workflow-grid, .split-section, .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero-grid { padding-top: 70px; }
  .product-window { max-width: 720px; transform: none; }
  .light-heading { position: static; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-card { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 1180px); }
  .nav-shell { min-height: 66px; }
  .menu-button { display: block; }
  .main-nav { display: none; position: absolute; top: 66px; left: 0; right: 0; padding: 18px 20px 24px; flex-direction: column; align-items: stretch; gap: 0; background: #0b1726; border-top: 1px solid rgba(255,255,255,.08); box-shadow: 0 18px 30px rgba(0,0,0,.18); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 11px 8px; }
  .nav-login { margin-top: 7px; text-align: center; }
  .hero-grid { min-height: auto; padding: 65px 0 58px; }
  h1 { font-size: clamp(2.8rem, 13vw, 4.4rem); }
  .product-window { border-radius: 13px; }
  .window-body { grid-template-columns: 35px 1fr; min-height: 340px; }
  .mock-content { padding: 14px; }
  .metric-grid { gap: 6px; }
  .metric-grid article { padding: 9px; }
  .mock-panels { grid-template-columns: 1fr; }
  .readiness-panel { display: none; }
  .capability-row { grid-template-columns: repeat(2, 1fr); padding: 18px 0; }
  .capability-row span { padding: 12px 5px; }
  .capability-row span:not(:last-child) { border-right: 0; }
  .section { padding: 78px 0; }
  .feature-grid, .industry-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; padding: 27px; }
  .cta-card { padding: 38px 26px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; }
}
@media (max-width: 470px) {
  .hero-actions .button, .cta-actions .button { width: 100%; }
  .hero-proof { display: grid; }
  .mock-heading > span { display: none; }
  .metric-grid article:nth-child(3) { display: none; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .legal-card { padding: 28px 22px; }
}

/* V2 lead generation + pricing */
.nav-demo { color: var(--lime) !important; }
.pricing-section { background: linear-gradient(180deg, #fff 0%, #f6f9fa 100%); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 14px 40px rgba(10,30,45,.06); }
.price-card.recommended { border-color: #86cbbd; box-shadow: 0 24px 65px rgba(20,165,139,.13); }
.recommended-badge { position: absolute; top: 17px; right: 17px; border-radius: 99px; padding: 5px 9px; background: #e8f7f3; color: var(--teal-dark); font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.plan-kicker { color: var(--teal-dark); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.price-card h3 { margin: 11px 0 10px; font-size: 1.35rem; letter-spacing: -.025em; }
.price-card p { color: var(--muted); font-size: .92rem; }
.price { display: flex; align-items: baseline; gap: 7px; margin: 20px 0 13px; }
.price strong { font-size: 2.7rem; line-height: 1; letter-spacing: -.05em; }
.price span { color: var(--muted); font-weight: 750; }
.price-card ul { flex: 1; margin: 12px 0 26px; padding: 0; list-style: none; }
.price-card li { position: relative; padding: 8px 0 8px 23px; font-size: .9rem; }
.price-card li:before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 900; }
.button-price { border: 1px solid #bfd4d0; color: var(--teal-dark); background: #f7fbfa; }
.pricing-note { max-width: 880px; margin: 27px auto 0; color: var(--muted); text-align: center; font-size: .8rem; }
.demo-section { color: #fff; background: radial-gradient(circle at 10% 15%, rgba(169,216,94,.09), transparent 30%), linear-gradient(135deg, #0b1726, #10283f); }
.demo-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 65px; align-items: start; }
.demo-copy { padding-top: 18px; }
.demo-copy h2 { margin-bottom: 18px; font-size: clamp(2.3rem, 4vw, 3.65rem); line-height: 1.04; letter-spacing: -.045em; }
.demo-copy > p { color: #b9c7d4; }
.demo-points { margin-top: 32px; display: grid; gap: 13px; }
.demo-points > div { display: grid; grid-template-columns: 38px 1fr; gap: 13px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.1); }
.demo-points > div > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 8px; background: rgba(20,165,139,.16); color: var(--lime); font-size: .68rem; font-weight: 900; }
.demo-points p { margin: 0; color: #aab9c7; font-size: .9rem; }
.demo-points strong { display: block; margin-bottom: 3px; color: #fff; }
.contact-line { margin-top: 26px !important; }
.contact-line a { color: var(--lime); font-weight: 800; }
.demo-form { position: relative; padding: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: #fff; color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.24); }
.form-heading { margin-bottom: 22px; }
.form-heading span { color: var(--teal-dark); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.form-heading h3 { margin: 5px 0 0; font-size: 1.55rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.form-grid label { display: grid; gap: 6px; color: #344454; font-size: .82rem; font-weight: 800; }
.form-grid label.full, .form-grid fieldset.full { grid-column: 1 / -1; }
.optional { color: #8a98a6; font-weight: 600; }
.demo-form input:not([type="checkbox"]), .demo-form select, .demo-form textarea { width: 100%; border: 1px solid #cfd8df; border-radius: 9px; padding: 11px 12px; background: #fff; color: var(--ink); font: inherit; outline: none; }
.demo-form textarea { resize: vertical; min-height: 105px; }
.demo-form input:focus, .demo-form select:focus, .demo-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(20,165,139,.12); }
.interest-fieldset { margin: 2px 0 0; padding: 16px; border: 1px solid #dce3e9; border-radius: 10px; }
.interest-fieldset legend { padding: 0 6px; color: #344454; font-size: .82rem; font-weight: 800; }
.interest-fieldset { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 16px; }
.interest-fieldset label { display: flex; align-items: center; gap: 8px; font-weight: 650; }
.interest-fieldset input, .consent-row input { accent-color: var(--teal); }
.consent-row { display: flex !important; grid-template-columns: none !important; align-items: flex-start; gap: 9px !important; font-weight: 600 !important; line-height: 1.45; }
.consent-row input { margin-top: 3px; flex: 0 0 auto; }
.consent-row a { color: var(--teal-dark); }
.form-actions { margin-top: 22px; display: flex; align-items: center; gap: 15px; }
.form-actions button { border: 0; cursor: pointer; font: inherit; }
.form-actions button:disabled { opacity: .65; cursor: wait; }
#demo-status { color: #667586; font-size: .84rem; }
#demo-status.success { color: var(--teal-dark); font-weight: 750; }
#demo-status.error { color: #a33b3b; font-weight: 750; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
@media (max-width: 980px) {
  .pricing-grid, .demo-grid { grid-template-columns: 1fr; }
  .demo-copy { max-width: 720px; }
  .price-card { max-width: 720px; width: 100%; margin: 0 auto; }
}
@media (max-width: 760px) {
  .pricing-grid { gap: 14px; }
  .demo-form { padding: 25px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.full, .form-grid fieldset.full { grid-column: auto; }
  .interest-fieldset { grid-template-columns: 1fr; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .form-actions .button { width: 100%; }
}

/* V2.1 pricing qualification */
.size-note{margin:-.3rem 0 .8rem;color:var(--muted);font-size:.84rem;font-weight:700}
.larger-company-callout{margin:1.25rem auto 0;max-width:920px;display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center;padding:1rem 1.15rem;border:1px solid var(--border);border-radius:16px;background:var(--surface)}
.larger-company-callout strong{font-size:1rem}
.larger-company-callout span{color:var(--muted);line-height:1.45}
@media (max-width:760px){.larger-company-callout{grid-template-columns:1fr}.larger-company-callout .button{width:100%;text-align:center}}
