:root {
  --navy: #112642;
  --navy-2: #183654;
  --navy-3: #0a1930;
  --aqua: #13bdab;
  --aqua-dark: #0d887d;
  --aqua-soft: #e9faf8;
  --ink: #17243a;
  --muted: #68758a;
  --line: #dce3eb;
  --soft: #f4f7fa;
  --surface: #ffffff;
  --warning: #fff4d8;
  --shadow: 0 26px 70px rgba(10, 25, 48, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: white; color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.required-marker, .form-required-note span { color: #a23b35; font-weight: 900; }
.form-required-note { margin: 0; color: var(--muted); font-size: 13px; }
.site-header { position: sticky; top: 0; z-index: 50; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; min-height: 76px; padding: 10px max(28px, calc((100vw - 1240px) / 2)); border-bottom: 1px solid rgba(220, 227, 235, .85); background: rgba(255, 255, 255, .92); backdrop-filter: blur(18px); }
.brand { display: flex; width: 190px; }
.brand img { display: block; width: 100%; height: auto; }
.site-header nav { display: flex; justify-content: center; gap: 28px; }
.site-header nav a { color: #44536a; font-size: 14px; font-weight: 650; text-decoration: none; }
.site-header nav a:hover { color: var(--aqua-dark); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.login-link { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; border: 1px solid #bfcbd7; border-radius: 9px; padding: 0 15px; background: white; color: var(--navy); font-size: 13px; font-weight: 800; text-decoration: none; }
.login-link:hover { border-color: var(--aqua-dark); color: var(--aqua-dark); }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 17px; border-radius: 9px; background: var(--navy); color: white; font-size: 13px; font-weight: 800; text-decoration: none; }
.hero { position: relative; display: grid; grid-template-columns: minmax(0, .82fr) minmax(540px, 1.18fr); gap: 70px; align-items: center; min-height: 610px; padding: 72px max(28px, calc((100vw - 1240px) / 2)) 78px; overflow: hidden; background: radial-gradient(circle at 80% 24%, rgba(19, 189, 171, .12), transparent 31%), linear-gradient(150deg, #fff 0%, #f7fafc 100%); }
.hero::after { content: ""; position: absolute; right: -160px; bottom: -260px; width: 520px; height: 520px; border: 1px solid rgba(19, 189, 171, .18); border-radius: 50%; box-shadow: 0 0 0 80px rgba(19, 189, 171, .025), 0 0 0 160px rgba(19, 189, 171, .018); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 12px; color: var(--aqua-dark); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1 { max-width: 650px; margin: 0; color: var(--navy); font-size: clamp(48px, 6.2vw, 78px); line-height: .97; letter-spacing: -.065em; }
.hero-lede { max-width: 590px; margin: 26px 0 0; color: #536177; font-size: 20px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 10px; padding: 0 20px; font-size: 14px; font-weight: 850; text-decoration: none; transition: transform .18s, box-shadow .18s, background .18s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--navy); color: white; box-shadow: 0 10px 24px rgba(17, 38, 66, .16); }
.button.primary:hover { background: var(--navy-2); box-shadow: 0 14px 30px rgba(17, 38, 66, .22); }
.button.secondary { border-color: #bfcbd7; background: white; color: var(--navy); }
.quiet-note { display: flex; align-items: center; gap: 8px; margin: 18px 0 0; color: #7b8798; font-size: 12px; }
.quiet-note span { width: 8px; height: 8px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 0 4px rgba(19, 189, 171, .12); }
.hero-product { position: relative; z-index: 2; }
.product-shot-frame { overflow: hidden; border: 1px solid #cbd5df; border-radius: 15px; background: white; box-shadow: var(--shadow); }
.hero-shot { transform: perspective(1200px) rotateY(-2.5deg) rotateX(.5deg); transform-origin: center; }
.shot-chrome { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; min-height: 38px; padding: 0 14px; border-bottom: 1px solid var(--line); background: #f8fafc; color: #67758a; }
.shot-chrome > span { display: flex; gap: 5px; }
.shot-chrome i { width: 7px; height: 7px; border-radius: 50%; background: #c9d2dc; }
.shot-chrome b { font-size: 9px; font-weight: 750; }
.shot-chrome em { justify-self: end; border-radius: 999px; padding: 4px 7px; background: var(--aqua-soft); color: var(--aqua-dark); font-size: 8px; font-style: normal; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.product-shot-frame > img { display: block; width: 100%; height: auto; }
.product-frame { overflow: hidden; border: 1px solid #cad4df; border-radius: 16px; background: var(--soft); box-shadow: var(--shadow); }
.hero-frame { transform: perspective(1200px) rotateY(-3.5deg) rotateX(1deg); transform-origin: center; }
.frame-topbar { display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 20px; padding: 8px 18px; background: var(--navy); color: white; }
.frame-topbar > img { width: 144px; height: 38px; object-fit: contain; object-position: left center; }
.frame-org { display: flex; align-items: center; gap: 8px; font-size: 10px; }
.frame-org span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 7px; background: white; color: var(--navy); font-size: 9px; font-weight: 900; }
.frame-tabs { display: flex; min-height: 42px; align-items: stretch; gap: 4px; padding: 0 18px; overflow: hidden; border-bottom: 1px solid var(--line); background: white; white-space: nowrap; }
.frame-tabs > * { display: inline-flex; align-items: center; border-bottom: 2px solid transparent; padding: 0 12px; color: #7a8697; font-size: 9px; font-style: normal; }
.honeypot-field { display: none !important; }

.frame-tabs b { border-bottom-color: var(--aqua); color: var(--navy); }
.hero-ui { display: grid; grid-template-columns: 1.55fr .75fr; gap: 13px; padding: 18px; }
.hero-ui-main, .hero-ui-side { border: 1px solid var(--line); border-radius: 11px; background: white; }
.hero-ui-main { padding: 16px; }
.ui-heading { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.ui-heading div { display: grid; gap: 3px; }
.ui-heading small, .hero-ui-side > small { color: var(--aqua-dark); font-size: 7px; font-weight: 900; letter-spacing: .12em; }
.ui-heading strong { color: var(--navy); font-size: 17px; }
.ui-heading > span { height: fit-content; border-radius: 999px; padding: 5px 8px; background: var(--warning); color: #7b5e00; font-size: 8px; font-weight: 800; }
.ui-fields { display: grid; grid-template-columns: 70px 1fr; gap: 7px 10px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 12px 0; font-size: 8px; }
.ui-fields i { color: var(--muted); font-style: normal; }
.ui-fields b { color: var(--navy); }
.ui-option { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 10px; padding: 11px; border: 1px solid #a8dfda; border-radius: 8px; background: var(--aqua-soft); }
.ui-option span { display: grid; gap: 2px; }
.ui-option small { color: var(--aqua-dark); font-size: 7px; font-weight: 900; }
.ui-option strong { color: var(--navy); font-size: 10px; }
.ui-option > b { color: var(--aqua-dark); font-size: 12px; }
.ui-option.muted { border-color: var(--line); background: #f8fafc; }
.ui-option.muted > b { color: #617187; }
.hero-ui-side { overflow: hidden; padding: 15px; }
.hero-ui-side > strong { display: block; margin-top: 5px; color: var(--navy); font-size: 15px; }
.hero-ui-side dl { display: grid; gap: 7px; margin: 14px 0; }
.hero-ui-side dl div { display: flex; justify-content: space-between; gap: 8px; font-size: 8px; }
.hero-ui-side dt { color: var(--muted); }
.hero-ui-side dd { margin: 0; color: var(--navy); font-weight: 800; }
.ui-total { display: grid; gap: 3px; margin: 15px -15px -15px; padding: 14px 15px; background: var(--navy); color: white; }
.ui-total span { font-size: 8px; }
.ui-total b { color: var(--aqua); font-size: 20px; }
.hero-float { position: absolute; z-index: 4; display: grid; gap: 3px; border: 1px solid rgba(255, 255, 255, .9); border-radius: 11px; padding: 12px 14px; background: rgba(255, 255, 255, .94); box-shadow: 0 18px 40px rgba(17, 38, 66, .18); backdrop-filter: blur(10px); }
.hero-float small { color: var(--aqua-dark); font-size: 7px; font-weight: 900; letter-spacing: .11em; }
.hero-float strong { color: var(--navy); font-size: 11px; }
.hero-float span { color: var(--muted); font-size: 8px; }
.hero-float.top { top: -28px; right: 28px; }
.hero-float.bottom { bottom: -22px; left: 36px; }
.core-flow { display: flex; min-height: 86px; align-items: center; justify-content: center; gap: 14px; padding: 18px 28px; overflow-x: auto; background: var(--navy); color: white; white-space: nowrap; }
.core-flow b { margin-right: 10px; color: var(--aqua); font-size: 11px; letter-spacing: .12em; }
.core-flow span { font-size: 13px; font-weight: 750; }
.core-flow i { color: var(--aqua); font-style: normal; font-weight: 900; }
.section { padding: 112px max(28px, calc((100vw - 1180px) / 2)); }
.section-intro { max-width: 720px; }
.section-intro.compact { max-width: 800px; margin: 0 auto; text-align: center; }
.section-intro h2, .contact-copy h2 { margin: 0; color: var(--navy); font-size: clamp(36px, 4.2vw, 54px); line-height: 1.06; letter-spacing: -.045em; }
.section-intro > p:last-child, .contact-copy > p { margin: 20px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; }
.benefit-grid article { min-height: 300px; padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg, white, #fbfcfe); }
.benefit-num { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 12px; background: var(--navy); color: var(--aqua); font-size: 12px; font-weight: 900; }
.benefit-grid h3 { margin: 58px 0 12px; color: var(--navy); font-size: 23px; letter-spacing: -.025em; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.how { background: var(--soft); }
.workflow { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 56px; }
.workflow::before { content: ""; position: absolute; top: 28px; left: 8%; right: 8%; height: 1px; background: #bac8d4; }
.workflow article { position: relative; z-index: 2; text-align: center; }
.workflow article > span { display: grid; width: 58px; height: 58px; margin: 0 auto 22px; place-items: center; border: 7px solid var(--soft); border-radius: 50%; background: var(--navy); color: var(--aqua); font-size: 14px; font-weight: 900; box-shadow: 0 0 0 1px #c8d2dc; }
.workflow h3 { margin: 0; color: var(--navy); font-size: 18px; }
.workflow p { margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.demo-section { padding: 112px max(28px, calc((100vw - 1320px) / 2)); background: linear-gradient(155deg, var(--navy-3), var(--navy)); color: white; }
.demo-intro { max-width: 760px; }
.demo-intro .eyebrow { color: var(--aqua); }
.demo-intro h2 { color: white; }
.demo-intro > p:last-child { color: #bcc8d8; }
.demo-shell { margin-top: 48px; }
.demo-progress { display: grid; grid-template-columns: repeat(6, 1fr); overflow: hidden; border: 1px solid rgba(255, 255, 255, .14); border-radius: 12px 12px 0 0; background: rgba(255, 255, 255, .05); }
.demo-progress button { display: grid; min-height: 75px; place-items: center; gap: 5px; border: 0; border-right: 1px solid rgba(255, 255, 255, .12); padding: 10px 5px; background: transparent; color: #aebbcf; font-size: 10px; font-weight: 750; }
.demo-progress button:last-child { border-right: 0; }
.demo-progress button span { display: grid; width: 25px; height: 25px; place-items: center; border: 1px solid rgba(255, 255, 255, .22); border-radius: 50%; font-size: 9px; }
.demo-progress button.active { background: var(--aqua); color: var(--navy); }
.demo-progress button.active span { border-color: var(--navy); background: var(--navy); color: white; }
.demo-layout { display: grid; grid-template-columns: 310px minmax(0, 1fr); min-height: 590px; border: 1px solid rgba(255, 255, 255, .14); border-top: 0; border-radius: 0 0 16px 16px; background: rgba(255, 255, 255, .035); }
.demo-copy { display: flex; flex-direction: column; padding: 38px 30px 28px; border-right: 1px solid rgba(255, 255, 255, .12); }
.demo-kicker { margin: 0; color: var(--aqua); font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.demo-copy h3 { margin: 18px 0 12px; color: white; font-size: 29px; line-height: 1.12; letter-spacing: -.035em; }
.demo-copy > p:not(.demo-kicker) { margin: 0; color: #bdc7d5; font-size: 14px; line-height: 1.7; }
.demo-copy ul { display: grid; gap: 10px; margin: 28px 0; padding: 0; list-style: none; }
.demo-copy li { position: relative; padding-left: 18px; color: #e3e9f0; font-size: 13px; line-height: 1.5; }
.demo-copy li::before { content: ""; position: absolute; top: 7px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--aqua); }
.demo-controls { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: auto; }
.demo-controls button { min-height: 42px; border: 1px solid rgba(255, 255, 255, .25); border-radius: 8px; background: transparent; color: white; font-size: 11px; font-weight: 800; }
.demo-controls button:disabled { opacity: .35; cursor: default; }
.demo-controls .demo-next { border-color: var(--aqua); background: var(--aqua); color: var(--navy); }
.demo-stage { display: grid; align-content: center; min-width: 0; padding: 26px; overflow: hidden; }
.demo-media { width: 100%; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; background: #f3f6f9; box-shadow: 0 25px 60px rgba(0, 0, 0, .28); }
.demo-media-bar { display: grid; grid-template-columns: minmax(130px, 1fr) auto minmax(90px, 1fr); min-height: 44px; align-items: center; gap: 12px; padding: 7px 12px; border-bottom: 1px solid #dce3eb; background: white; color: var(--navy); }
.demo-media-bar > div:first-child { display: flex; align-items: center; gap: 8px; }
.demo-media-bar b { font-size: 11px; }
.demo-media-bar em { justify-self: end; border-radius: 999px; padding: 5px 8px; background: var(--aqua-soft); color: var(--aqua-dark); font-size: 8px; font-style: normal; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 0 4px rgba(19,189,171,.12); }
.media-switches { display: flex; justify-content: center; gap: 4px; }
.media-switches:empty { display: none; }
.media-switches button { border: 1px solid #d7e0e8; border-radius: 7px; padding: 6px 9px; background: #f7f9fb; color: #657288; font-size: 9px; font-weight: 800; }
.media-switches button.active { border-color: var(--navy); background: var(--navy); color: white; }
.demo-shot-wrap { position: relative; margin: 0; aspect-ratio: 1920 / 910; overflow: hidden; background: white; }
.demo-shot-wrap img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; cursor: zoom-in; opacity: 1; transition: opacity .16s ease; }
.demo-shot-wrap img.changing { opacity: .2; }
.carousel-arrow { position: absolute; z-index: 3; top: 50%; display: grid; width: 42px; height: 42px; place-items: center; transform: translateY(-50%); border: 1px solid rgba(255, 255, 255, .55); border-radius: 50%; background: rgba(17, 38, 66, .88); color: white; font-size: 27px; line-height: 1; box-shadow: 0 6px 20px rgba(5, 18, 35, .24); transition: background .18s ease, transform .18s ease; }
.carousel-arrow:hover { background: var(--aqua-dark); transform: translateY(-50%) scale(1.06); }
.carousel-arrow-prev { left: 14px; }
.carousel-arrow-next { right: 14px; }
.carousel-meta { display: flex; min-height: 42px; align-items: center; justify-content: space-between; gap: 14px; padding: 8px 13px; border-top: 1px solid #dce3eb; background: white; color: #5f6d81; }
.carousel-meta p, .mobile-carousel-meta p { display: flex; align-items: center; gap: 5px; margin: 0; font-size: 10px; font-weight: 750; }
.carousel-live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--aqua-dark); box-shadow: 0 0 0 4px rgba(19, 189, 171, .13); }
.carousel-meta button, .mobile-carousel-meta > button { border: 1px solid #cbd6e0; border-radius: 999px; padding: 6px 11px; background: #f7f9fb; color: var(--navy); font-size: 9px; font-weight: 850; }
.demo-privacy { margin: 11px 2px 0; color: #9dabbc; font-size: 10px; line-height: 1.45; }
.demo-frame { width: min(910px, 100%); min-height: 510px; box-shadow: 0 25px 60px rgba(0, 0, 0, .28); }
.screen { min-height: 408px; padding: 18px; background: var(--soft); color: var(--ink); }
.screen-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 14px; }
.screen-head small { color: var(--aqua-dark); font-size: 7px; font-weight: 900; letter-spacing: .12em; }
.screen-head h4 { margin: 4px 0 0; color: var(--navy); font-size: 19px; }
.screen-head button { border: 0; border-radius: 7px; padding: 8px 11px; background: var(--navy); color: white; font-size: 8px; font-weight: 800; }
.kpi-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.kpi-row article { display: flex; min-height: 57px; align-items: center; justify-content: space-between; padding: 10px; border: 1px solid var(--line); border-radius: 9px; background: white; }
.kpi-row span { color: var(--muted); font-size: 7px; font-weight: 800; }
.kpi-row b { color: var(--navy); font-size: 18px; }
.dash-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 10px; margin-top: 10px; }
.mini-panel { border: 1px solid var(--line); border-radius: 9px; background: white; padding: 12px; }
.mini-panel > header { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding-bottom: 9px; border-bottom: 1px solid var(--line); }
.mini-panel > header strong { color: var(--navy); font-size: 10px; }
.mini-panel > header span { color: var(--aqua-dark); font-size: 8px; font-weight: 800; }
.action-row { display: grid; grid-template-columns: 7px 1fr auto; align-items: center; gap: 9px; padding: 10px 0; border-bottom: 1px solid #edf1f4; }
.action-row:last-child { border-bottom: 0; }
.action-row > i { width: 7px; height: 7px; border-radius: 50%; background: #d49c12; }
.action-row:nth-child(3) > i { background: var(--aqua); }
.action-row div { display: grid; gap: 2px; }
.action-row strong { color: var(--navy); font-size: 9px; }
.action-row small, .action-row time { color: var(--muted); font-size: 7px; }
.pipe { display: grid; gap: 7px; margin-top: 9px; }
.pipe-row { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 8px; font-size: 8px; }
.pipe-row span { color: var(--muted); }
.pipe-row i { display: block; height: 6px; border-radius: 999px; background: #e5ebf0; overflow: hidden; }
.pipe-row i::after { content: ""; display: block; width: var(--w); height: 100%; border-radius: inherit; background: var(--aqua); }
.pipe-row b { color: var(--navy); }
.record-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 10px; }
.customer-card, .record-panel { border: 1px solid var(--line); border-radius: 10px; background: white; padding: 14px; }
.customer-card .avatar { display: grid; width: 45px; height: 45px; place-items: center; border-radius: 12px; background: var(--navy); color: var(--aqua); font-size: 13px; font-weight: 900; }
.customer-card h4 { margin: 12px 0 2px; color: var(--navy); font-size: 15px; }
.customer-card > small { color: var(--muted); font-size: 8px; }
.customer-facts { display: grid; gap: 9px; margin-top: 16px; }
.customer-facts div { display: grid; gap: 2px; }
.customer-facts span { color: var(--muted); font-size: 7px; text-transform: uppercase; }
.customer-facts b { color: var(--navy); font-size: 9px; }
.record-panel h5 { margin: 0 0 10px; color: var(--navy); font-size: 11px; }
.record-event { display: grid; grid-template-columns: 70px 1fr auto; gap: 9px; padding: 11px 0; border-top: 1px solid var(--line); }
.record-event time, .record-event small { color: var(--muted); font-size: 7px; }
.record-event div { display: grid; gap: 3px; }
.record-event strong { color: var(--navy); font-size: 9px; }
.record-event > b { height: fit-content; border-radius: 999px; padding: 4px 7px; background: var(--aqua-soft); color: var(--aqua-dark); font-size: 7px; }
.pricebook-stats-demo { display: flex; gap: 8px; margin-bottom: 10px; }
.pricebook-stats-demo span { border: 1px solid var(--line); border-radius: 999px; padding: 6px 9px; background: white; color: var(--muted); font-size: 7px; }
.pricebook-stats-demo b { color: var(--navy); }
.pricebook-layout { display: grid; grid-template-columns: 120px 1fr; gap: 10px; }
.pricebook-tabs { display: grid; align-content: start; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: white; }
.pricebook-tabs > * { padding: 10px 11px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 8px; font-style: normal; }
.pricebook-tabs b { border-left: 3px solid var(--aqua); background: var(--aqua-soft); color: var(--navy); }
.pricebook-list { overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: white; }
.pricebook-list > header { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; border-bottom: 1px solid var(--line); }
.pricebook-list > header strong { color: var(--navy); font-size: 10px; }
.pricebook-list > header span { color: var(--muted); font-size: 7px; }
.pricebook-row { display: grid; grid-template-columns: 1fr 82px 44px; align-items: center; gap: 10px; padding: 11px 12px; border-bottom: 1px solid var(--line); }
.pricebook-row:last-child { border-bottom: 0; }
.pricebook-row > div { display: grid; gap: 3px; }
.pricebook-row small { color: var(--aqua-dark); font-size: 6px; font-weight: 900; letter-spacing: .06em; }
.pricebook-row strong { color: var(--navy); font-size: 9px; }
.pricebook-row div span { color: var(--muted); font-size: 7px; }
.pricebook-row p { display: grid; gap: 2px; margin: 0; }
.pricebook-row p b { color: var(--navy); font-size: 9px; }
.pricebook-row em { border-radius: 999px; padding: 4px; background: var(--aqua-soft); color: var(--aqua-dark); font-size: 6px; font-style: normal; font-weight: 900; text-align: center; }
.estimate-layout { display: grid; grid-template-columns: 1.45fr .55fr; gap: 10px; }
.estimate-panel, .summary-panel { overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: white; }
.estimate-panel { padding: 14px; }
.field-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.field { display: grid; gap: 4px; }
.field span { color: #4d5a6d; font-size: 7px; font-weight: 800; }
.field b { min-height: 28px; border: 1px solid #d4dde6; border-radius: 6px; padding: 7px; color: var(--navy); font-size: 8px; }
.system-block { margin-top: 11px; padding: 11px; border: 1px solid #cfdbe7; border-radius: 8px; background: #fbfcfd; }
.system-block > header { display: flex; justify-content: space-between; gap: 8px; }
.system-block header span { display: grid; gap: 2px; }
.system-block header small { color: var(--aqua-dark); font-size: 7px; font-weight: 850; }
.system-block header strong { color: var(--navy); font-size: 9px; }
.system-block header b { color: var(--navy); font-size: 9px; }
.scope-list { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; margin-top: 9px; }
.scope-list span { padding: 6px; border-radius: 5px; background: var(--aqua-soft); color: #39566a; font-size: 7px; }
.summary-panel { padding-top: 13px; }
.summary-panel > small, .summary-panel > strong { display: block; padding: 0 12px; }
.summary-panel > small { color: var(--aqua-dark); font-size: 7px; font-weight: 900; }
.summary-panel > strong { margin-top: 4px; color: var(--navy); font-size: 13px; }
.summary-list { display: grid; gap: 7px; padding: 12px; }
.summary-list div { display: flex; justify-content: space-between; gap: 8px; color: var(--muted); font-size: 8px; }
.summary-list b { color: var(--navy); }
.summary-total { display: grid; gap: 3px; margin-top: 4px; padding: 12px; background: var(--navy); color: white; font-size: 8px; }
.summary-total b { color: var(--aqua); font-size: 18px; }
.option-stack { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.revision-bar { display: flex; align-items: center; gap: 10px; margin-bottom: 9px; padding: 8px 10px; border: 1px solid #a8dfda; border-radius: 8px; background: var(--aqua-soft); font-size: 7px; }
.revision-bar b { color: var(--navy); }
.revision-bar span { color: var(--muted); }
.revision-bar strong { margin-left: auto; color: var(--aqua-dark); }
.option-card { overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: white; }
.option-card.recommended { border: 2px solid var(--aqua); }
.option-card > header { padding: 11px; border-bottom: 1px solid var(--line); }
.option-card.recommended > header { background: var(--aqua-soft); }
.option-card header small { color: var(--aqua-dark); font-size: 7px; font-weight: 900; }
.option-card header h5 { margin: 3px 0 0; color: var(--navy); font-size: 11px; }
.option-card ul { display: grid; gap: 7px; margin: 0; padding: 12px 12px 4px; list-style: none; }
.option-card li { color: var(--muted); font-size: 8px; line-height: 1.35; }
.option-card li::before { content: "✓"; margin-right: 5px; color: var(--aqua-dark); font-weight: 900; }
.option-price { display: grid; gap: 2px; margin-top: 10px; padding: 12px; background: var(--navy); color: white; font-size: 7px; }
.option-price strong { color: var(--aqua); font-size: 17px; }
.pdf-wrap { display: grid; place-items: center; height: 100%; padding: 4px; }
.pdf-page { width: min(440px, 82%); min-height: 350px; padding: 18px 22px; background: white; box-shadow: 0 9px 28px rgba(17, 38, 66, .16); }
.pdf-brand { display: flex; align-items: center; justify-content: space-between; padding-bottom: 10px; border-bottom: 2px solid var(--navy); }
.pdf-brand img { width: 120px; }
.pdf-brand span { color: var(--muted); font-size: 7px; }
.pdf-title { margin: 18px 0 3px; color: var(--navy); font-size: 16px; }
.pdf-meta { color: var(--muted); font-size: 7px; }
.pdf-option { margin-top: 14px; border: 1px solid var(--line); border-radius: 7px; }
.pdf-option > header { display: flex; justify-content: space-between; gap: 8px; padding: 9px; background: var(--navy); color: white; }
.pdf-option header strong { font-size: 9px; }
.pdf-option header b { color: var(--aqua); font-size: 11px; }
.pdf-option > div { padding: 9px; }
.pdf-option p { margin: 0 0 5px; color: var(--muted); font-size: 7px; line-height: 1.45; }
.pdf-footer { display: flex; justify-content: space-between; gap: 8px; margin-top: 18px; padding-top: 9px; border-top: 1px solid var(--line); color: var(--muted); font-size: 6px; }
.crm-board { display: grid; grid-template-columns: repeat(5, minmax(116px, 1fr)); gap: 7px; overflow: hidden; }
.crm-column { min-height: 306px; border: 1px solid var(--line); border-radius: 8px; background: #edf1f5; }
.crm-column > header { display: flex; align-items: center; justify-content: space-between; padding: 9px; border-bottom: 1px solid var(--line); background: #f8fafc; }
.crm-column header strong { color: var(--navy); font-size: 7px; }
.crm-column header span { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: white; color: var(--navy); font-size: 7px; font-weight: 900; }
.crm-card { display: grid; gap: 5px; margin: 7px; padding: 8px; border: 1px solid #d6dee7; border-left: 3px solid var(--aqua); border-radius: 7px; background: white; }
.crm-card.warn { border-left-color: #d49c12; }
.crm-card strong { color: var(--navy); font-size: 8px; }
.crm-card small { color: var(--muted); font-size: 6px; line-height: 1.4; }
.crm-card b { color: var(--aqua-dark); font-size: 7px; }
.next-focus { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10px; }
.next-list, .next-detail { border: 1px solid var(--line); border-radius: 9px; background: white; }
.next-list { padding: 9px; }
.next-list article { display: grid; gap: 3px; padding: 10px; border-bottom: 1px solid var(--line); }
.next-list article.active { border: 1px solid #9bded8; border-radius: 7px; background: var(--aqua-soft); }
.next-list small { color: var(--muted); font-size: 7px; }
.next-list strong { color: var(--navy); font-size: 9px; }
.next-detail { padding: 15px; }
.next-detail > small { color: var(--aqua-dark); font-size: 7px; font-weight: 900; letter-spacing: .1em; }
.next-detail h5 { margin: 5px 0 3px; color: var(--navy); font-size: 16px; }
.next-detail > p { margin: 0; color: var(--muted); font-size: 8px; }
.next-card { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; margin-top: 14px; }
.next-card div { display: grid; gap: 3px; padding: 9px; border-radius: 7px; background: var(--soft); }
.next-card span { color: var(--muted); font-size: 7px; }
.next-card b { color: var(--navy); font-size: 9px; }
.next-note { margin-top: 10px; padding: 10px; border-left: 3px solid var(--aqua); background: var(--aqua-soft); color: #375269; font-size: 8px; line-height: 1.5; }
.next-buttons { display: flex; gap: 7px; margin-top: 12px; }
.next-buttons button { border: 1px solid var(--line); border-radius: 6px; padding: 7px 9px; background: white; color: var(--navy); font-size: 7px; font-weight: 800; }
.next-buttons button:first-child { border-color: var(--navy); background: var(--navy); color: white; }
.crm-proof-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 9px; }
.crm-mini-board { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.crm-mini-board > article { min-height: 280px; border: 1px solid var(--line); border-radius: 8px; background: #edf1f5; }
.crm-mini-board > article > header { display: flex; align-items: center; justify-content: space-between; padding: 9px; border-bottom: 1px solid var(--line); background: #f8fafc; }
.crm-mini-board header b { color: var(--navy); font-size: 7px; }
.crm-mini-board header span { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: white; color: var(--navy); font-size: 7px; font-weight: 900; }
.crm-card.selected { border-color: var(--aqua); border-left-color: var(--aqua); box-shadow: 0 0 0 1px var(--aqua); }
.mobile-proof-section { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(310px, 430px); gap: 90px; align-items: center; padding: 104px max(28px, calc((100vw - 1120px) / 2)); overflow: hidden; background: radial-gradient(circle at 82% 32%, rgba(19, 189, 171, .14), transparent 28%), var(--soft); }
.mobile-proof-section::before { content: ""; position: absolute; right: -240px; bottom: -260px; width: 620px; height: 620px; border: 1px solid rgba(19, 189, 171, .16); border-radius: 50%; box-shadow: 0 0 0 80px rgba(19, 189, 171, .025), 0 0 0 160px rgba(19, 189, 171, .018); }
.mobile-proof-copy { position: relative; z-index: 2; max-width: 620px; }
.mobile-proof-copy h2 { margin: 0; color: var(--navy); font-size: clamp(38px, 4.5vw, 58px); line-height: 1.03; letter-spacing: -.05em; }
.mobile-proof-copy > p:not(.eyebrow):not(.mobile-privacy) { margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.mobile-switcher { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 32px; }
.mobile-switcher button { display: grid; grid-template-columns: 36px 1fr; grid-template-rows: auto auto; column-gap: 11px; align-items: center; min-height: 76px; border: 1px solid #cfd9e3; border-radius: 12px; padding: 12px 14px; background: rgba(255, 255, 255, .78); color: var(--navy); text-align: left; transition: border-color .18s, background .18s, transform .18s; }
.mobile-switcher button:hover { transform: translateY(-2px); border-color: #aebfce; }
.mobile-switcher button > span { display: grid; grid-row: 1 / 3; width: 36px; height: 36px; place-items: center; border-radius: 10px; background: #e8edf2; color: #718095; font-size: 10px; font-weight: 900; }
.mobile-switcher button > b { align-self: end; font-size: 13px; }
.mobile-switcher button > small { align-self: start; color: var(--muted); font-size: 10px; }
.mobile-switcher button.active { border-color: var(--aqua-dark); background: var(--navy); color: white; box-shadow: 0 12px 28px rgba(17, 38, 66, .14); }
.mobile-switcher button.active > span { background: var(--aqua); color: var(--navy); }
.mobile-switcher button.active > small { color: #bdc9d7; }
.mobile-privacy { margin: 20px 0 0; color: #7e8b9c; font-size: 11px; line-height: 1.5; }
.mobile-device-column { position: relative; z-index: 2; display: grid; justify-items: center; gap: 14px; }
.mobile-device { position: relative; width: min(310px, 100%); padding: 8px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 44px; background: #08172b; box-shadow: 0 36px 80px rgba(10, 25, 48, .26); }
.mobile-device img { display: block; width: 100%; height: auto; border-radius: 36px; cursor: zoom-in; opacity: 1; transition: opacity .16s ease; }
.mobile-device img.changing { opacity: .18; }
.mobile-arrow { width: 38px; height: 38px; border-color: rgba(255, 255, 255, .75); }
.mobile-device .carousel-arrow-prev { left: -19px; }
.mobile-device .carousel-arrow-next { right: -19px; }
.mobile-carousel-meta { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 12px; width: min(430px, 100%); color: #5e6c80; }
.mobile-dots { display: flex; align-items: center; gap: 6px; }
.mobile-dots button { width: 8px; height: 8px; border: 0; border-radius: 50%; padding: 0; background: #c6d1db; }
.mobile-dots button.active { width: 24px; border-radius: 999px; background: var(--aqua-dark); }
.mobile-device-column > p { margin: 0; color: #5e6c80; font-size: 11px; font-weight: 700; text-align: center; }
.plans { background: white; }
.plan-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 980px; margin: 54px auto 0; }
.plan-card { display: flex; min-height: 520px; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 16px 44px rgba(17, 38, 66, .06); }
.plan-card.featured { border: 2px solid var(--aqua); box-shadow: 0 22px 56px rgba(13, 136, 125, .12); }
.plan-card > div:first-child { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.plan-label { color: var(--aqua-dark); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.plan-status { border-radius: 999px; padding: 6px 9px; background: var(--aqua-soft); color: var(--aqua-dark); font-size: 10px; font-weight: 850; }
.muted-status { background: var(--soft); color: var(--muted); }
.plan-card h3 { margin: 28px 0 12px; color: var(--navy); font-size: 28px; letter-spacing: -.035em; }
.plan-card > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.plan-card ul { display: grid; gap: 13px; margin: 28px 0 34px; padding: 0; list-style: none; }
.plan-card li { position: relative; padding-left: 22px; color: #45546b; font-size: 14px; }
.plan-card li::before { content: "✓"; position: absolute; left: 0; color: var(--aqua-dark); font-weight: 900; }
.plan-card .button { width: 100%; margin-top: auto; }
.contact-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; padding: 112px max(28px, calc((100vw - 1180px) / 2)); background: var(--soft); }
.contact-fact { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: start; margin-top: 28px; }
.contact-fact > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; background: var(--navy); color: var(--aqua); font-size: 10px; font-weight: 900; }
.contact-fact p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.contact-fact b { color: var(--navy); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; padding: 30px; border: 1px solid var(--line); border-radius: 17px; background: white; box-shadow: 0 18px 48px rgba(17, 38, 66, .07); }
.contact-form label { display: grid; gap: 7px; color: var(--navy); font-size: 12px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 44px; border: 1px solid #cfd8e4; border-radius: 8px; padding: 10px 11px; background: white; color: var(--ink); outline: none; }
.contact-form textarea { min-height: 105px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--aqua-dark); box-shadow: 0 0 0 3px rgba(19, 189, 171, .13); }
.contact-form .full { grid-column: 1 / -1; }
.contact-form button { border: 0; }
.form-message { min-height: 18px; margin: -4px 0 0; color: var(--aqua-dark); font-size: 12px; font-weight: 750; }
.form-privacy { margin: -8px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; min-height: 110px; padding: 24px max(28px, calc((100vw - 1180px) / 2)); background: var(--navy-3); color: #aebace; }
footer img { width: 170px; }
footer p { margin: 0; font-size: 11px; }
footer p:last-child { justify-self: end; }
.shot-dialog { position: fixed; width: min(96vw, 1800px); max-width: none; max-height: 94vh; margin: auto; overflow: auto; border: 0; border-radius: 14px; padding: 44px 12px 12px; background: #0a1930; box-shadow: 0 40px 120px rgba(0,0,0,.55); }
.shot-dialog::backdrop { background: rgba(5,13,26,.82); backdrop-filter: blur(6px); }
.shot-dialog img { display: block; width: 100%; height: auto; border-radius: 7px; background: white; }
.shot-dialog.portrait { width: min(94vw, 620px); }
.shot-dialog-close { position: absolute; top: 7px; right: 10px; display: grid; width: 32px; height: 32px; place-items: center; border: 0; border-radius: 8px; background: rgba(255,255,255,.12); color: white; font-size: 22px; line-height: 1; }

.first-quote-section { padding: 105px max(24px, calc((100vw - 1180px) / 2)); background: #f1f8f7; }
.first-quote-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin: 38px 0 30px; padding: 0; list-style: none; }
.first-quote-steps li { display: grid; grid-template-columns: auto 1fr; align-content: start; gap: 12px; min-height: 190px; padding: 22px; border: 1px solid #cfe2df; border-radius: 16px; background: white; box-shadow: 0 12px 35px rgba(17,38,66,.06); }
.first-quote-steps li > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 999px; background: var(--aqua); color: var(--navy); font-size: 14px; font-weight: 900; }
.first-quote-steps strong { display: block; color: var(--navy); font-size: 17px; }
.first-quote-steps p { margin: 9px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: auto 1fr; }
  .site-header nav { display: none; }
  .header-actions { justify-self: end; }
  .hero { grid-template-columns: 1fr; min-height: auto; gap: 70px; padding-top: 80px; }
  .hero-copy { max-width: 760px; }
  .hero-product { width: min(780px, 100%); margin: 0 auto; }
  .hero-frame { transform: none; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: auto; }
  .benefit-grid h3 { margin-top: 34px; }
  .first-quote-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .workflow { grid-template-columns: 1fr 1fr; }
  .workflow::before { display: none; }
  .demo-progress { display: flex; overflow-x: auto; }
  .demo-progress button { flex: 0 0 112px; }
  .demo-layout { grid-template-columns: 260px minmax(0, 1fr); }
  .demo-stage { padding: 20px; }
  .mobile-proof-section { gap: 60px; }
}

@media (max-width: 760px) {
  .site-header { min-height: 66px; gap: 12px; padding: 9px 14px; }
  .brand { width: 138px; }
  .header-actions { gap: 7px; }
  .login-link, .nav-cta { min-height: 38px; padding: 0 10px; font-size: 11px; }
  .hero { padding: 64px 18px 76px; }
  h1 { font-size: clamp(46px, 14vw, 65px); }
  .hero-lede { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .hero-ui { grid-template-columns: 1fr; }
  .hero-ui-side { display: none; }
  .hero-float.top { top: -32px; right: 9px; }
  .hero-float.bottom { bottom: -27px; left: 9px; }
  .core-flow { justify-content: flex-start; }
  .section, .demo-section, .mobile-proof-section, .contact-section, .first-quote-section { padding: 82px 18px; }
  .section-intro h2, .contact-copy h2 { font-size: 38px; }
  .workflow { grid-template-columns: 1fr; gap: 28px; }
  .workflow article { display: grid; grid-template-columns: 56px 1fr; gap: 14px; text-align: left; }
  .workflow article > span { margin: 0; }
  .demo-layout { display: flex; flex-direction: column; }
  .demo-copy { min-height: 370px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
  .demo-stage { display: block; padding: 12px; }
  .demo-media-bar { grid-template-columns: 1fr auto; }
  .demo-media-bar > em { display: none; }
  .media-switches { justify-self: end; }
  .demo-privacy { font-size: 9px; }
  .mobile-proof-section { grid-template-columns: 1fr; gap: 52px; }
  .mobile-device { width: min(300px, 88vw); }
  .carousel-arrow { width: 36px; height: 36px; font-size: 23px; }
  .carousel-arrow-prev { left: 8px; }
  .carousel-arrow-next { right: 8px; }
  .mobile-device .carousel-arrow-prev { left: -17px; }
  .mobile-device .carousel-arrow-next { right: -17px; }
  .mobile-carousel-meta { grid-template-columns: 1fr auto; }
  .mobile-carousel-meta p { grid-column: 1 / -1; grid-row: 2; justify-self: center; }
  .plan-grid { grid-template-columns: 1fr; }
  .first-quote-steps { grid-template-columns: 1fr; }
  .first-quote-steps li { min-height: 0; }
  .contact-section { grid-template-columns: 1fr; gap: 42px; }
  .contact-form { grid-template-columns: 1fr; padding: 22px; }
  .contact-form .full { grid-column: auto; }
  footer { grid-template-columns: 1fr; justify-items: start; }
  footer p:last-child { justify-self: start; }
}

@media (max-width: 520px) {
  .site-header { grid-template-columns: 1fr; gap: 8px; }
  .brand { justify-self: center; width: 150px; }
  .header-actions { width: 100%; }
  .login-link, .nav-cta { flex: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
