:root {
  --ink: #0f172a;
  --muted: #334155;
  --line: #e5e7eb;
  --green: #1a472a;
  --green-dark: #0f2d1a;
  --green-soft: #ecfdf3;
  --lime: #a3e635;
  --surface: #ecfdf3;
  --surface-warm: #fafaf7;
  --night: #07111f;
  --paper: #fafaf7;
  --white: #ffffff;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --text-body: 16px;
  --text-small: 13px;
  --text-xs: 11px;
  --weight-body: 400;
  --weight-body-strong: 500;
  --weight-label: 800;
  --weight-display: 900;
  --leading-body: 1.58;
  --leading-heading: 1.08;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: var(--text-body); font-weight: var(--weight-body); line-height: var(--leading-body); margin: 0; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: 76px; font-weight: var(--weight-display); letter-spacing: 0; line-height: 0.96; margin-bottom: 23px; }
h1 span { color: var(--green); }
h2 { font-size: 47px; font-weight: var(--weight-display); letter-spacing: 0; line-height: var(--leading-heading); margin-bottom: 16px; text-wrap: balance; }
h3 { font-weight: var(--weight-display); line-height: 1.15; }
.eyebrow { color: var(--green-dark); font-size: var(--text-xs); font-weight: var(--weight-display); letter-spacing: 0; margin: 0 0 13px; text-transform: uppercase; }

.site-header {
  align-items: center;
  background: rgba(7, 17, 31, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--white);
  display: flex;
  gap: 28px;
  height: 62px;
  justify-content: space-between;
  min-height: 62px;
  padding: 0 max(28px, calc((100vw - 1220px) / 2));
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10;
}
.brand { align-items: center; display: inline-flex; flex: 0 0 auto; font-size: 18px; font-weight: var(--weight-display); gap: 9px; height: 38px; letter-spacing: 0; line-height: 1; text-transform: uppercase; }
.brand img { flex: 0 0 auto; height: 38px; width: 31px; }
.nav-links { align-items: center; display: flex; font-size: 12px; font-weight: var(--weight-label); gap: 29px; line-height: 1; margin-left: auto; min-height: 38px; }
.nav-links a, .header-link { transition: color 160ms ease; }
.nav-links a:hover, .header-link:hover { color: var(--green-dark); }
.nav-toggle { align-items: center; background: none; border: 0; cursor: pointer; display: none; flex: 0 0 auto; flex-direction: column; gap: 5px; height: 40px; justify-content: center; padding: 8px; width: 40px; }
.nav-toggle span { background: var(--white); border-radius: 2px; display: block; height: 2px; transition: transform 200ms ease, opacity 200ms ease; width: 22px; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.header-link { font-size: 12px; font-weight: var(--weight-label); }

.button {
  align-items: center;
  background: var(--green);
  border: 1px solid var(--green-dark);
  border-radius: 9px;
  box-shadow: 0 6px 14px rgba(38, 177, 79, 0.16);
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: var(--weight-display);
  gap: 8px;
  justify-content: center;
  min-height: 43px;
  padding: 0 18px;
  transition: background 160ms ease, transform 160ms ease;
}
.button:hover { background: var(--green-dark); transform: translateY(-1px); }
.button:focus-visible, .nav-toggle:focus-visible, .card-cta:focus-visible { outline: 3px solid rgba(89, 217, 117, 0.55); outline-offset: 3px; }
.role-options input:focus-visible + span { outline: 2px solid #2d8b4b; outline-offset: 2px; }
.site-header .button-small { background: #2d8b4b; border-color: #2d8b4b; box-shadow: none; flex: 0 0 auto; height: 38px; line-height: 1; min-height: 38px; min-width: 118px; padding-inline: 17px; white-space: nowrap; }
.button-small { line-height: 1; min-height: 38px; padding-inline: 17px; white-space: nowrap; }
.button-ghost { background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.72); box-shadow: none; color: var(--white); }
.button-ghost:hover { background: rgba(255, 255, 255, 0.14); }

.hero { background: var(--night); color: #fff; min-height: 520px; overflow: hidden; position: relative; }
.hero-photo, .hero-shade { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.hero-photo { object-position: center 62%; transform: scale(1.08); transform-origin: center bottom; }
.hero-shade { background: linear-gradient(90deg, rgba(7, 17, 31, 0.86) 0%, rgba(7, 17, 31, 0.69) 42%, rgba(7, 17, 31, 0.4) 100%), linear-gradient(180deg, rgba(7, 17, 31, 0.1) 0%, rgba(7, 17, 31, 0.3) 100%); }
.hero-route-overlay { height: 540px; opacity: 0.68; position: absolute; right: -1%; top: -5px; width: min(66vw, 980px); z-index: 1; }
.hero-zone { fill: rgba(38, 177, 79, 0.1); stroke: rgba(103, 232, 142, 0.6); stroke-linejoin: round; stroke-width: 2; }
.hero-route-line { fill: none; stroke: rgba(38, 177, 79, 0.86); stroke-linecap: round; stroke-linejoin: round; stroke-width: 3; }
.point-halo { fill: rgba(163, 230, 53, 0.06); }
.point-ring { fill: var(--white); stroke: rgba(38, 177, 79, 0.66); stroke-width: 1.5; }
.point-core { fill: var(--green); stroke: var(--green-dark); stroke-width: 1; }
.point-final .point-halo { fill: rgba(163, 230, 53, 0.1); }
.hero-inner { display: flex; flex-direction: column; justify-content: center; margin: 0 auto; max-width: 1240px; min-height: 520px; padding: 38px 28px; position: relative; z-index: 2; }
.hero-layout { align-items: center; display: grid; width: 100%; }
.hero-copy { max-width: 760px; }
.hero-copy h1 { font-size: 64px; }
.hero-copy h1 > span { display: block; }
.hero-title-line { color: var(--white); white-space: nowrap; }
.hero .eyebrow { color: #59d975; }
.hero-copy > p:not(.eyebrow) { color: #edf2ef; font-size: 15px; font-weight: var(--weight-body-strong); line-height: 1.55; margin-bottom: 0; max-width: 470px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.hero-text-link { align-items: center; color: #edf2ef; display: inline-flex; font-size: 13px; font-weight: var(--weight-display); gap: 7px; min-height: 43px; padding-inline: 4px; }
.hero-text-link:hover { color: #59d975; }
.hero-estimate-badge { align-items: center; background: rgba(7, 17, 31, 0.92); border: 1px solid rgba(117, 242, 148, 0.56); border-radius: 8px; box-shadow: 0 12px 28px rgba(7, 17, 31, 0.28); color: var(--white); display: flex; font-size: 12px; gap: 9px; line-height: 1.2; padding: 11px 13px; position: absolute; right: clamp(128px, 27vw, 420px); top: 208px; z-index: 3; }
.estimate-pin { background: var(--green); border: 2px solid #c9f9d4; border-radius: 50% 50% 50% 0; display: block; height: 16px; transform: rotate(-45deg); width: 16px; }
.hero-launch-note { color: #b8c8c1; font-size: 11px; font-weight: 600; line-height: 1.4; margin: 9px 0 0; }
.hero-launch-note span { color: #d9e7e0; display: block; margin-top: 2px; }

.campaign-band { background: var(--surface); border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); }
.product-section { align-items: center; display: grid; gap: 24px; grid-template-columns: minmax(250px, 280px) minmax(0, 1fr); margin: 0 auto; max-width: 1320px; padding: 58px 28px 66px; }
.product-copy > p:not(.eyebrow), .report-copy > p:not(.eyebrow), .distributor-copy > p { color: var(--muted); font-size: 15px; font-weight: var(--weight-body-strong); line-height: 1.58; }
.feature-list { display: grid; gap: 13px; list-style: none; margin: 22px 0 24px; padding: 0; }
.feature-list li { align-items: center; display: grid; gap: 13px; grid-template-columns: 42px 1fr; }
.feature-list strong, .feature-list small { display: block; }
.feature-list strong { font-size: 14px; font-weight: 800; }
.feature-list small { color: var(--muted); font-size: 12px; font-weight: 450; line-height: 1.45; margin-top: 2px; }
.feature-icon { background: var(--white); border: 1px solid var(--line); border-radius: 50%; color: var(--green-dark); display: grid; font-size: 12px; font-weight: var(--weight-display); height: 42px; place-items: center; width: 42px; }
.builder-frame { background: var(--white); border: 1px solid #d8e0dc; border-radius: 15px; box-shadow: 0 20px 42px rgba(15, 23, 42, 0.14); overflow: hidden; position: relative; }
.builder-toolbar { align-items: center; background: var(--white); border-bottom: 1px solid var(--line); display: flex; gap: 20px; height: 36px; padding: 0 14px; }
.builder-toolbar div { display: flex; gap: 5px; }
.builder-toolbar span { background: #d8dee5; border-radius: 50%; height: 7px; width: 7px; }
.builder-toolbar i { background: #f0f3f5; border-radius: 999px; display: block; height: 8px; max-width: 260px; width: 34%; }
.builder-cue { align-items: center; background: var(--green-soft); border: 1px solid #ccefd8; border-radius: 999px; color: var(--green-dark); display: flex; font-size: 10px; font-weight: var(--weight-label); gap: 6px; margin-left: auto; padding: 4px 8px; }
.builder-cue::before { background: var(--green); border-radius: 50%; content: ""; height: 6px; width: 6px; }
.builder-frame > img { height: auto; width: 100%; }

.section-heading { margin: 0 auto; max-width: 690px; text-align: center; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 15px; font-weight: var(--weight-body); line-height: 1.58; }

.report-band { background: var(--white); border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); }
.report-section { align-items: center; display: grid; gap: 46px; grid-template-columns: minmax(0, 1.15fr) minmax(310px, 380px); margin: 0 auto; max-width: 1240px; padding: 58px 28px; }
.report-preview { background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 20px 46px rgba(15, 23, 42, 0.12); padding: 20px; }
.report-preview header { align-items: start; display: flex; justify-content: space-between; }
.report-preview h3 { font-size: 25px; margin: 3px 0 0; }
.report-preview small { color: var(--muted); display: block; font-size: 12px; font-weight: 600; }
.status { background: #dcfce7; border: 1px solid #bbf7d0; border-radius: 999px; color: var(--green-dark); font-size: 11px; font-weight: var(--weight-display); padding: 6px 10px; }
.metric-grid { display: grid; gap: 9px; grid-template-columns: repeat(4, 1fr); margin: 20px 0 15px; }
.metric-grid div { background: var(--surface-warm); border: 1px solid var(--line); border-radius: 10px; padding: 15px 14px; }
.metric-grid strong { display: block; }
.report-map { background: #f3f8f4; border-radius: 12px; overflow: hidden; position: relative; }
.report-map svg { height: 238px; width: 100%; }
.report-chip { background: rgba(255, 255, 255, 0.94); border: 1px solid var(--line); border-radius: 999px; color: var(--green-dark); font-size: 10px; font-weight: 900; left: 16px; padding: 5px 9px; position: absolute; top: 14px; z-index: 2; }
.street { fill: none; stroke: #dce5df; stroke-linecap: round; stroke-width: 12; }
.street.minor { stroke: #e7eee9; stroke-width: 6; }
.zone-fill { fill: rgba(38, 177, 79, 0.12); }
.zone-border { fill: none; stroke: rgba(21, 128, 61, 0.78); stroke-linejoin: round; stroke-width: 3; }
.route { fill: none; stroke: var(--green-dark); stroke-linecap: round; stroke-linejoin: round; stroke-width: 5; }
.report-map circle { fill: var(--lime); stroke: var(--green-dark); stroke-width: 2; }

/* Distributor landing page */
.distributor-page { background: var(--white); }
.distributor-page .distributor-payout,
.distributor-page .distributor-requirements,
.distributor-page .distributor-faq-section {
  background: var(--white);
}

.distributor-page .distributor-join-section {
  background: var(--green-soft);
}

.distributor-hero { background: var(--night); color: var(--white); min-height: 560px; overflow: hidden; position: relative; }
.distributor-hero-photo, .distributor-hero-shade { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.distributor-hero-photo { object-position: 38% 44%; }
.distributor-hero-shade { background: linear-gradient(90deg, rgba(7,17,31,.95) 0%, rgba(7,17,31,.84) 46%, rgba(7,17,31,.46) 100%), linear-gradient(0deg, rgba(7,17,31,.34), rgba(7,17,31,.08)); }
.distributor-hero-inner { align-items: center; display: flex; margin: 0 auto; max-width: 1240px; min-height: 560px; padding: 54px 28px 70px; position: relative; z-index: 2; }
.distributor-hero-copy { max-width: 690px; }
.distributor-hero-copy .eyebrow { color: #59d975; }
.distributor-hero-copy h1 { font-size: 64px; line-height: 0.98; margin-bottom: 24px; }
.distributor-hero-copy h1 span { color: #59d975; }
.distributor-hero-copy > p:not(.eyebrow):not(.hero-launch-note) { color: #edf2ef; font-size: 17px; font-weight: var(--weight-body-strong); line-height: 1.55; max-width: 580px; }
.distributor-page .hero-actions .button:not(.button-ghost) { background: #2d6a44; border-color: #1a472a; }
.hero-location-note { align-items: center; display: flex; flex-wrap: wrap; font-size: 12px; font-weight: var(--weight-label); gap: 7px; margin-top: 13px; }
.hero-location-note span { background: #59d975; border: 2px solid #d7ffe0; border-radius: 50% 50% 50% 0; height: 11px; transform: rotate(-45deg); width: 11px; }
.distributor-steps { margin: 0 auto; max-width: 1240px; padding: 82px 28px 90px; }
.distributor-steps .section-heading p:not(.eyebrow) { margin-bottom: 0; }
.steps-grid { display: grid; gap: 15px; grid-template-columns: repeat(3, 1fr); margin-top: 42px; }
.steps-grid article { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 16px 16px 20px; position: relative; }
.step-number { align-items: center; background: var(--night); border-radius: 50%; color: var(--white); display: flex; font-size: 10px; font-weight: var(--weight-display); height: 25px; justify-content: center; left: 25px; position: absolute; top: 25px; width: 25px; z-index: 2; }
.step-visual { background: var(--surface-warm); border-radius: 10px; height: 132px; margin-bottom: 18px; overflow: hidden; position: relative; }
.steps-grid h3 { font-size: 16px; margin: 0 0 6px; }
.steps-grid p { color: var(--muted); font-size: 12px; font-weight: var(--weight-body); line-height: 1.5; margin: 0; }
.job-list-visual { display: grid; gap: 7px; padding: 39px 15px 12px; }
.job-list-visual i { background: var(--white); border: 1px solid var(--line); border-radius: 6px; box-shadow: inset 30px 0 var(--green-soft); height: 21px; }
.pickup-visual b { background: var(--green-soft); border: 2px solid var(--green); border-radius: 9px; height: 52px; left: 52px; position: absolute; top: 38px; transform: rotate(-5deg); width: 75px; }
.pickup-visual b::before, .pickup-visual b::after { background: var(--white); border: 1px solid var(--line); content: ""; height: 42px; left: 8px; position: absolute; top: -7px; width: 70px; z-index: -1; }
.pickup-visual b::after { left: 15px; top: -12px; }
.zone-visual { align-items: center; display: flex; padding: 16px; }
.zone-visual .zone-street { fill: none; stroke: #dce5df; stroke-linecap: round; stroke-width: 8; }
.zone-visual .zone-area { fill: rgba(38,177,79,.13); stroke: var(--green); stroke-linejoin: round; stroke-width: 2.5; }
.paid-visual b { align-items: center; background: var(--green); border-radius: 50%; color: var(--white); display: flex; font-size: 22px; font-weight: var(--weight-display); height: 48px; justify-content: center; left: calc(50% - 24px); position: absolute; top: 28px; width: 48px; }
.paid-visual i { background: #dce5df; border-radius: 999px; height: 6px; left: 26%; position: absolute; top: 89px; width: 48%; }
.paid-visual i:last-child { left: 34%; top: 102px; width: 32%; }
.distributor-payout { background: radial-gradient(circle at 72% 48%, rgba(38, 177, 79, 0.12), transparent 36%), var(--green-soft); border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); overflow: hidden; }
.distributor-payout-inner { align-items: center; display: grid; gap: 42px; grid-template-columns: minmax(470px, .8fr) minmax(620px, 1.2fr); margin: 0 auto; max-width: 1320px; padding: 92px 28px 78px; }
.payout-copy { max-width: 560px; position: relative; z-index: 2; }
.payout-copy h2 { font-size: 52px; line-height: 1.12; margin-bottom: 0; }
.payout-copy h2 span { color: #2f9e44; display: inline-block; padding-bottom: 13px; position: relative; }
.payout-copy h2 span::after { background: #2f9e44; border-radius: 999px; bottom: 3px; content: ""; height: 5px; left: 3px; position: absolute; transform: rotate(-2deg); width: calc(100% - 5px); }
.payout-copy p:not(.eyebrow) { color: var(--muted); font-size: 15px; font-weight: var(--weight-body-strong); line-height: 1.58; }
.payout-support { margin-top: 34px; max-width: 430px; }
.payout-list { display: grid; list-style: none; margin: 34px 0 0; max-width: 430px; padding: 0; }
.payout-list li { align-items: center; color: var(--night); display: grid; font-size: 16px; font-weight: 800; gap: 16px; grid-template-columns: 44px 1fr; min-height: 72px; }
.payout-list li + li { border-top: 1px solid #dce8df; }
.payout-list span { align-items: center; background: linear-gradient(180deg, #159447, #006b2d); border-radius: 50%; color: var(--white); display: inline-flex; flex: 0 0 auto; font-size: 17px; font-weight: var(--weight-display); height: 44px; justify-content: center; width: 44px; }
.payout-list strong { font: inherit; line-height: 1.28; }
.app-preview-card { margin: 0 auto; max-width: 320px; position: relative; }
.app-preview-card::before { background: rgba(15, 23, 42, 0.12); border-radius: 40px; content: ""; filter: blur(22px); inset: 34px 18px 70px; position: absolute; transform: rotate(-2deg); z-index: 0; }
.app-preview-card img { border-radius: 44px; box-shadow: 0 26px 60px rgba(15, 23, 42, 0.18); position: relative; width: 100%; z-index: 1; }
.app-preview-card figcaption { color: var(--green-dark); font-size: 11px; font-weight: 700; line-height: 1.45; margin: 16px auto 0; max-width: 330px; position: relative; text-align: center; z-index: 1; }
.app-preview-pair { max-width: 820px; width: 100%; }
.app-preview-pair::before { background: rgba(21, 128, 61, 0.16); border-radius: 50%; filter: blur(30px); inset: 64px 42px 80px; transform: none; }
.app-preview-pair > div { align-items: center; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); min-height: 520px; position: relative; z-index: 1; }
.app-preview-pair .iphone-frame { background: #090d12; border: 7px solid #090d12; border-radius: 42px; box-shadow: 0 24px 54px rgba(15, 23, 42, 0.24), inset 0 0 0 1px rgba(255,255,255,.16); display: block; position: relative; width: 108%; }
.app-preview-pair .iphone-frame::before, .app-preview-pair .iphone-frame::after { background: linear-gradient(180deg, #3a4148, #090d12); border-radius: 999px; content: ""; position: absolute; z-index: 0; }
.app-preview-pair .iphone-frame::before { height: 54px; left: -10px; top: 118px; width: 4px; }
.app-preview-pair .iphone-frame::after { height: 78px; right: -10px; top: 152px; width: 4px; }
.app-preview-pair .iphone-frame img { border-radius: 34px; box-shadow: none; position: relative; width: 100%; z-index: 1; }
.app-preview-pair .iphone-frame:first-child { justify-self: end; transform: translateX(42px) scale(.96); z-index: 1; }
.app-preview-pair .iphone-frame:nth-child(2) { justify-self: center; transform: scale(1.12); z-index: 3; }
.app-preview-pair .iphone-frame:nth-child(3) { justify-self: start; transform: translateX(-42px) scale(.9); z-index: 2; }
.app-preview-pair figcaption { color: var(--green-dark); font-size: 15px; font-weight: 750; line-height: 1.45; margin-top: 12px; max-width: 720px; }
.distributor-requirements { align-items: center; display: grid; gap: 78px; grid-template-columns: minmax(330px, 500px) minmax(520px, 1fr); margin: 0 auto; max-width: 1240px; padding: 100px 28px; }
.requirements-copy { max-width: 510px; }
.requirements-copy h2 { font-size: 55px; line-height: 1.18; margin-bottom: 0; position: relative; }
.requirements-copy h2 span { color: #2f9e44; display: inline-block; }
.requirements-copy h2::after { background: #2f9e44; border-radius: 999px; bottom: -28px; content: ""; height: 5px; left: 2px; position: absolute; transform: rotate(-2deg); width: 145px; }
.requirements-grid { display: grid; gap: 0; }
.requirements-grid article { align-items: center; display: grid; gap: 44px; grid-template-columns: 104px 1fr; min-height: 150px; padding: 34px 44px; }
.requirements-grid article + article { border-top: 1px solid #dce8df; }
.requirement-icon { align-items: center; background: linear-gradient(135deg, #eaffef, #eff9f1); border-radius: 22px; color: var(--green-dark); display: flex; height: 92px; justify-content: center; width: 92px; }
.requirement-icon svg { fill: none; height: 58px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3.3; width: 58px; }
.requirement-icon img { display: block; height: 64px; object-fit: contain; width: 64px; }
.outline-app-phone { border: 3.5px solid var(--green-dark); border-radius: 6px; display: block; height: 58px; position: relative; width: 32px; }
.outline-phone-notch { background: var(--green-dark); border-radius: 0 0 4px 4px; height: 5px; left: 50%; position: absolute; top: -1px; transform: translateX(-50%); width: 13px; }
.outline-app-phone::after { background: var(--green-dark); border-radius: 999px; bottom: 4px; content: ""; height: 3px; left: 50%; position: absolute; transform: translateX(-50%); width: 10px; }
.outline-app-phone img { filter: none; height: 18px; left: 50%; opacity: 0.88; position: absolute; top: 21px; transform: translateX(-50%); width: 18px; }
.requirements-grid h3 { color: var(--ink); font-size: 25px; line-height: 1.12; margin: 0 0 9px; }
.requirements-grid p { color: var(--muted); font-size: 17px; font-weight: var(--weight-body); line-height: 1.45; margin: 0; max-width: 540px; }
.requirements-grid .requirement-inline-note { align-items: center; color: #64748b; display: flex; font-size: 13px; gap: 8px; line-height: 1.4; margin-top: 12px; }
.requirement-inline-note span { align-items: center; border: 1.3px solid #94a3b8; border-radius: 50%; color: #475569; display: inline-flex; flex: 0 0 auto; font-size: 9px; font-weight: 800; height: 22px; justify-content: center; width: 22px; }
.distributor-faq-section { background: var(--surface-warm); border-top: 1px solid var(--line); padding: 76px 28px 82px; }
.distributor-faq-section .faq-list { margin: 32px auto 0; max-width: 780px; }
.distributor-faq-section details { border-radius: 10px; }
.distributor-faq-section summary { font-size: 13px; font-weight: 750; min-height: 48px; padding: 14px 42px 12px 16px; }
.distributor-faq-section details p { font-size: 13px; font-weight: var(--weight-body); line-height: 1.58; padding: 0 16px 16px; }
.distributor-faq-section details ul { color: var(--muted); font-size: 13px; font-weight: var(--weight-body); line-height: 1.55; list-style: "- "; margin: -8px 16px 14px 34px; padding: 0; }
.distributor-faq-section details li { margin: 5px 0; padding-left: 3px; }
.distributor-join-section { background: var(--green-soft); padding: 70px 28px; text-align: center; }
.distributor-join-section > div { margin: 0 auto; max-width: 720px; }
.distributor-join-section h2 { margin-bottom: 12px; }
.distributor-join-section p:not(.eyebrow) { color: var(--muted); font-size: 15px; font-weight: var(--weight-body-strong); line-height: 1.55; margin-bottom: 24px; }

.distributor-section { background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06); display: grid; grid-template-columns: minmax(350px, 520px) minmax(320px, 1fr); margin: 46px auto; max-width: 1180px; min-height: 272px; overflow: hidden; }
.distributor-section img { height: 100%; object-fit: cover; object-position: center 42%; width: 100%; }
.distributor-copy { align-self: stretch; background: var(--green-soft); display: flex; flex-direction: column; justify-content: center; padding: 30px 48px; }
.distributor-copy ul { color: var(--muted); display: grid; font-size: 13px; font-weight: 700; gap: 9px; list-style: none; margin: 20px 0 25px; padding: 0; }
.distributor-copy li::before { color: var(--green-dark); content: "\2713"; font-weight: 900; margin-right: 9px; }

.bottom-band { background: var(--surface-warm); border-top: 1px solid var(--line); padding: 10px 28px 54px; }
.bottom-grid { align-items: stretch; display: grid; gap: 28px; grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr); margin: 0 auto; max-width: 1180px; }
.faq-section { padding: 0; }
.faq-section .section-heading { margin: 0; text-align: left; }
.faq-section h2 { font-size: 30px; margin-bottom: 0; }
.faq-list { display: grid; gap: 6px; margin: 12px 0 0; max-width: none; }
details { background: var(--white); border: 1px solid var(--line); border-radius: 8px; transition: background 160ms ease, border-color 160ms ease; }
details:hover { background: #fcfffd; border-color: #cbd5d0; }
summary { cursor: pointer; font-size: 12px; font-weight: 750; list-style: none; min-height: 38px; padding: 10px 38px 9px 14px; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font-size: 18px; font-weight: 500; position: absolute; right: 14px; top: 5px; }
details[open] summary::after { content: "-"; }
details p { color: var(--muted); font-size: 12px; font-weight: var(--weight-body); line-height: 1.58; margin: 0; padding: 0 14px 13px; }

.closing-section { align-items: center; background: var(--night); border-radius: 14px; color: #fff; display: flex; margin: 0; overflow: hidden; padding: 34px 42px; position: relative; text-align: left; }
.closing-section .button { min-height: 43px; padding-inline: 18px; }
.closing-section div { max-width: 470px; position: relative; z-index: 1; }
.closing-section .eyebrow { color: #e8ffe9; }
.closing-section h2 { color: #fff; }
.closing-section p:not(.eyebrow) { color: #cbd5e1; font-weight: var(--weight-body-strong); line-height: 1.55; }

footer { align-items: center; background: var(--night); border-top: 1px solid rgba(255, 255, 255, 0.1); color: #fff; display: grid; gap: 20px; grid-template-columns: auto 1fr; margin-top: 0; padding: 30px max(28px, calc((100vw - 1180px) / 2)) 34px; }
footer .brand { margin-bottom: 0; }
footer .brand img { filter: brightness(0) invert(1); }
footer p { color: #b6c1cf; font-size: 12px; font-weight: var(--weight-body); line-height: 1.5; margin-bottom: 6px; }
footer div:not(.footer-brand) { align-content: start; display: grid; gap: 7px; }
footer strong { font-size: 12px; font-weight: 800; margin-bottom: 2px; }
footer a:not(.brand) { color: #cbd5e1; font-size: 11px; font-weight: 700; }
footer a:hover { color: var(--green); }
.footer-links { display: flex !important; flex-wrap: wrap; gap: 16px !important; justify-content: flex-end; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.1); color: #94a3b8; display: flex !important; font-size: 11px; font-weight: 500; grid-column: 1 / -1; justify-content: space-between; margin-top: 6px; padding-top: 19px; }

.policy-page { background: var(--white); padding: 46px 24px 64px; }
.policy-content { margin: 0 auto; max-width: 1080px; padding: 0; }
.policy-content h1 { color: var(--ink); font-size: 56px; line-height: 0.98; margin-bottom: 12px; }
.policy-content h2 { color: var(--ink); font-size: 18px; line-height: 1.25; margin: 34px 0 12px; }
.policy-content p, .policy-content li { color: var(--ink); font-size: 13px; line-height: 1.62; }
.policy-content p { margin-bottom: 13px; }
.policy-content ul { display: grid; gap: 4px; margin: 0 0 16px; padding-left: 19px; }
.policy-content a { color: var(--green-dark); font-weight: 800; }
.policy-content a:hover { color: var(--green); }
.policy-updated { border-bottom: 1px solid #bfc8d2; color: #64748b !important; font-size: 11px !important; font-weight: 700; margin-bottom: 26px !important; padding-bottom: 18px; }
.policy-table-wrap { border: 1px solid #d6dde5; border-radius: 6px; margin: 22px 0 34px; overflow-x: auto; }
.policy-table { border-collapse: collapse; min-width: 900px; width: 100%; }
.policy-table th,
.policy-table td { border-bottom: 1px solid #d6dde5; border-right: 1px solid #d6dde5; padding: 18px 18px 19px; text-align: left; vertical-align: top; }
.policy-table th:last-child,
.policy-table td:last-child { border-right: 0; }
.policy-table tr:last-child th,
.policy-table tr:last-child td { border-bottom: 0; }
.policy-table thead th { background: #fafafa; color: var(--ink); font-size: 11px; font-weight: 900; letter-spacing: 0; line-height: 1.25; }
.policy-table tbody th { background: #fbfbfa; color: var(--ink); font-size: 12px; font-weight: 900; line-height: 1.38; width: 22%; }
.policy-table td { color: var(--ink); font-size: 12px; font-weight: var(--weight-body); line-height: 1.5; }
.policy-table p { font-size: 12px; line-height: 1.5; margin: 0 0 8px; }
.policy-table p:last-child { margin-bottom: 0; }
.policy-table ul { gap: 2px; margin: 0 0 8px; padding-left: 17px; }
.policy-table li { font-size: 12px; line-height: 1.45; }
.policy-section-grid { display: grid; gap: 22px; grid-template-columns: 1fr; margin-top: 22px; }
.policy-section-grid section { border-bottom: 1px solid #d6dde5; padding-bottom: 18px; }
.policy-section-grid h2 { font-size: 16px; margin-top: 0; }

/* Contact page — ported from businesses/styles-v3.css so root /contact.html renders */
.contact-page { background: var(--night); }
.contact-hero { background: var(--night); color: var(--white); overflow: hidden; position: relative; }
.contact-hero-photo { height: 100%; inset: 0; object-fit: cover; object-position: center 52%; position: absolute; transform: scale(1.04); width: 100%; z-index: 0; }
.contact-hero-shade { background: linear-gradient(90deg, rgba(6, 16, 27, 0.98) 0%, rgba(6, 16, 27, 0.9) 43%, rgba(6, 16, 27, 0.6) 100%), linear-gradient(180deg, rgba(6, 16, 27, 0.18), rgba(6, 16, 27, 0.78)); inset: 0; position: absolute; z-index: 1; }
.contact-hero-inner { align-items: center; display: grid; gap: 58px; grid-template-columns: minmax(340px, 0.82fr) minmax(520px, 1.18fr); margin: 0 auto; max-width: 1220px; min-height: 760px; padding: 60px 28px 68px; position: relative; z-index: 2; }
.contact-copy { max-width: 480px; }
.contact-copy .eyebrow { color: #59d975; }
.contact-copy h1 { color: var(--white); font-size: 58px; line-height: 0.98; margin-bottom: 24px; }
.contact-copy h1 span { color: #59d975; display: block; }
.contact-copy > p { color: #e2e8f0; font-size: 16px; font-weight: var(--weight-body-strong); line-height: 1.62; margin-bottom: 32px; }
.contact-info-list { display: grid; gap: 24px; }
.contact-info-list article { align-items: start; display: grid; gap: 16px; grid-template-columns: 48px 1fr; }
.contact-info-list article > span { align-items: center; background: rgba(255, 255, 255, 0.06); border-radius: 12px; color: #59d975; display: flex; height: 48px; justify-content: center; width: 48px; }
.contact-info-list svg { fill: none; height: 26px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; width: 26px; }
.contact-info-list h2 { color: var(--white); font-size: 15px; line-height: 1.2; margin: 0 0 4px; }
.contact-info-list a { color: #59d975; display: inline-flex; font-size: 13px; font-weight: 900; margin-bottom: 4px; }
.contact-info-list p { color: #cbd5e1; font-size: 13px; font-weight: var(--weight-body-strong); line-height: 1.52; margin: 0; }
.contact-card { background: rgba(255, 255, 255, 0.98); border: 1px solid rgba(255, 255, 255, 0.64); border-radius: 16px; box-shadow: 0 24px 62px rgba(7, 17, 31, 0.3); color: var(--ink); padding: 28px; }
.contact-card h2 { color: var(--ink); font-size: 27px; line-height: 1.12; margin-bottom: 6px; }
.contact-card > p { color: var(--muted); font-size: 14px; font-weight: var(--weight-body-strong); line-height: 1.5; margin-bottom: 24px; }
.contact-card label,
.contact-card fieldset { border: 0; display: grid; gap: 8px; margin: 0; padding: 0; }
.contact-card label > span:first-child,
.contact-card legend { color: var(--ink); font-size: 12px; font-weight: 850; line-height: 1.2; margin-bottom: 2px; }
.contact-field-grid { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); margin-bottom: 18px; }
.contact-card input[type="text"],
.contact-card input[type="email"],
.contact-card textarea { background: var(--white); border: 1px solid #d8dee5; border-radius: 8px; color: var(--ink); font: inherit; font-size: 13px; font-weight: var(--weight-body); outline: none; padding: 12px 14px; transition: border-color 160ms ease, box-shadow 160ms ease; width: 100%; }
.contact-card textarea { margin-bottom: 18px; resize: vertical; }
.contact-card input:focus,
.contact-card textarea:focus { border-color: #2d8b4b; box-shadow: 0 0 0 3px rgba(45, 139, 75, 0.13); }
.contact-role { margin-bottom: 18px !important; }
.contact-honeypot { display: none !important; }
.contact-form-status { color: var(--muted); font-size: 13px; font-weight: var(--weight-body-strong); line-height: 1.45; margin: 14px 0 0; min-height: 19px; }
.contact-form-status:empty { display: none; }
.contact-form-status[data-state="success"] { color: #176a36; }
.contact-form-status[data-state="error"] { color: #b42318; }
.role-options { background: #f8fbf8; border: 1px solid #d8e8de; border-radius: 10px; display: grid; gap: 4px; grid-template-columns: repeat(3, 1fr); padding: 4px; }
.role-options label { cursor: pointer; display: block; }
.role-options input { position: absolute; opacity: 0; pointer-events: none; }
.role-options span { align-items: center; border-radius: 7px; color: var(--muted); display: flex; font-size: 13px; font-weight: 850; justify-content: center; min-height: 38px; padding: 0 12px; transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease; }
.role-options input:checked + span { background: var(--white); box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08); color: var(--green-dark); }
.role-options label:hover span { color: var(--green-dark); }
.contact-card .button { border-radius: 8px; min-height: 44px; width: 100%; }

@media (max-width: 980px) {
  .header-link { display: none; }
  .nav-toggle { display: flex; }
  .nav-links { background: rgba(7, 17, 31, 0.98); border-bottom: 1px solid rgba(255, 255, 255, 0.08); display: none; flex-direction: column; gap: 0; left: 0; margin: 0; padding: 8px 0 12px; position: absolute; right: 0; top: 100%; z-index: 9; }
  .site-header.nav-open .nav-links { display: flex; }
  .nav-links a { align-items: center; display: flex; min-height: 46px; padding: 6px 24px; width: 100%; }
  h1 { font-size: 64px; }
  h2 { font-size: 42px; }
  .hero, .hero-inner { min-height: 560px; }
  .hero-inner { padding: 42px 24px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy h1 { font-size: 60px; }
  .hero-title-line { white-space: normal; }
  .hero-route-overlay { opacity: 0.6; right: -38%; top: 70px; width: 820px; }
  .hero-estimate-badge { right: 32px; top: 386px; }
  .product-section, .report-section, .distributor-section { grid-template-columns: 1fr; }
  .product-section, .report-section { max-width: 820px; }
  .distributor-section { margin-inline: 24px; max-width: none; }
  .distributor-section img { max-height: 290px; }
  .bottom-grid { grid-template-columns: 1fr; max-width: 820px; }
  .closing-section { min-height: 250px; }
  footer { grid-template-columns: 1fr; }
  .policy-section-grid { grid-template-columns: 1fr; }
  .distributor-hero-copy h1 { font-size: 56px; }
  .distributor-payout-inner { gap: 42px; grid-template-columns: 1fr; max-width: 720px; padding: 78px 24px 68px; }
  .payout-copy { margin: 0 auto; max-width: 560px; width: 100%; }
  .payout-copy h2 { font-size: 50px; }
  .payout-list { max-width: 520px; width: 100%; }
  .app-preview-pair { max-width: 640px; }
  .app-preview-pair > div { min-height: 430px; }
  .app-preview-pair .iphone-frame { border-width: 6px; border-radius: 36px; }
  .app-preview-pair .iphone-frame img { border-radius: 29px; }
  .app-preview-pair .iphone-frame:first-child { transform: translateX(32px) scale(.94); }
  .app-preview-pair .iphone-frame:nth-child(2) { transform: scale(1.08); }
  .app-preview-pair .iphone-frame:nth-child(3) { transform: translateX(-32px) scale(.9); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .distributor-requirements { gap: 35px; grid-template-columns: 1fr; }
  .requirements-copy h2 { font-size: 48px; max-width: 560px; }
  .contact-hero-inner { gap: 34px; grid-template-columns: 1fr; max-width: 780px; min-height: 0; padding-top: 54px; }
  .contact-copy { max-width: 620px; }
  .contact-copy h1 { font-size: 50px; }
}

@media (max-width: 640px) {
  .contact-hero-inner { min-height: 0; padding: 42px 18px 48px; }
  .contact-copy h1 { font-size: 44px; }
  .contact-copy > p { font-size: 15px; }
  .contact-info-list article { grid-template-columns: 42px 1fr; }
  .contact-info-list article > span { border-radius: 10px; height: 42px; width: 42px; }
  .contact-card { border-radius: 13px; padding: 20px; }
  .contact-card h2 { font-size: 24px; }
  .contact-field-grid { grid-template-columns: 1fr; }
  .role-options { grid-template-columns: 1fr; }
  .site-header { height: 62px; min-height: 62px; padding: 0 15px; }
  .brand { font-size: 15px; height: 34px; }
  .brand img { height: 34px; width: 27px; }
  .button-small, .site-header .button-small { font-size: 11px; height: 34px; min-height: 34px; min-width: 104px; padding-inline: 11px; }
  .hero, .hero-inner { min-height: 610px; }
  .hero-inner { justify-content: flex-start; padding: 50px 18px 34px; }
  h1, .hero-copy h1 { font-size: 48px; }
  h2 { font-size: 35px; }
  .hero-copy > p:not(.eyebrow) { font-size: 14px; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .hero-route-overlay { height: 420px; opacity: 0.44; right: -103%; top: 380px; width: 700px; }
  .hero-estimate-badge { display: none; }
  .campaign-band { margin-top: 0; }
  .product-section, .report-section { gap: 30px; padding: 46px 18px 50px; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .report-preview { padding: 14px; }
  .report-preview h3 { font-size: 20px; }
  .distributor-section { border-radius: 0; margin: 38px 0; }
  .distributor-copy { padding: 34px 20px 40px; }
  .bottom-band { padding: 4px 18px 34px; }
  .faq-section h2 { font-size: 28px; }
  .closing-section { border-radius: 12px; min-height: 0; padding: 30px 22px; }
  .closing-section h2 { font-size: 32px; }
  footer { align-items: start; gap: 18px; grid-template-columns: 1fr; margin-top: 0; padding: 28px 20px 34px; }
  .footer-links { justify-content: flex-start; }
  .footer-bottom { display: grid !important; gap: 8px; }
  .policy-page { padding: 34px 18px 48px; }
  .policy-content { padding: 0; }
  .policy-content h1 { font-size: 40px; }
  .policy-content h2 { font-size: 17px; margin-top: 28px; }
  .policy-table-wrap { margin-inline: -2px; }
  .policy-section-grid h2 { margin-top: 0; }
  .distributor-join { font-size: 10px; }
  .distributor-hero, .distributor-hero-inner { min-height: 610px; }
  .distributor-hero-inner { padding: 50px 18px 34px; }
  .distributor-hero-copy h1 { font-size: 46px; }
  .distributor-hero-copy > p:not(.eyebrow):not(.hero-launch-note) { font-size: 14px; }
  .steps-grid, .requirements-grid { grid-template-columns: 1fr; }
  .distributor-steps { padding: 58px 18px 62px; }
  .steps-grid { margin-top: 28px; }
  .distributor-payout-inner { padding: 58px 18px; }
  .payout-copy h2 { font-size: 38px; }
  .payout-copy h2 span { padding-bottom: 11px; }
  .payout-copy h2 span::after { bottom: 2px; height: 4px; }
  .payout-support { margin-top: 30px; }
  .payout-list { margin-top: 24px; padding: 0; }
  .payout-list li { font-size: 14px; gap: 12px; grid-template-columns: 34px 1fr; min-height: 62px; }
  .payout-list span { font-size: 13px; height: 34px; width: 34px; }
  .app-preview-card { max-width: 300px; }
  .app-preview-card img { border-radius: 38px; }
  .app-preview-pair { max-width: 100%; }
  .app-preview-pair > div { min-height: 250px; }
  .app-preview-pair .iphone-frame { border-width: 4px; border-radius: 23px; width: 112%; }
  .app-preview-pair .iphone-frame::before { height: 26px; left: -6px; top: 52px; width: 3px; }
  .app-preview-pair .iphone-frame::after { height: 36px; right: -6px; top: 72px; width: 3px; }
  .app-preview-pair .iphone-frame img { border-radius: 18px; }
  .app-preview-pair .iphone-frame:first-child { transform: translateX(18px) scale(.94); }
  .app-preview-pair .iphone-frame:nth-child(2) { transform: scale(1.08); }
  .app-preview-pair .iphone-frame:nth-child(3) { transform: translateX(-18px) scale(.9); }
  .app-preview-pair figcaption { font-size: 12px; }
  .distributor-requirements { gap: 54px; padding: 58px 18px; }
  .requirements-copy h2 { font-size: 38px; }
  .requirements-copy h2::after { bottom: -22px; height: 4px; width: 122px; }
  .requirements-grid { gap: 0; }
  .requirements-grid article { gap: 16px; grid-template-columns: 62px 1fr; min-height: 0; padding: 20px; }
  .requirement-icon { border-radius: 16px; height: 62px; width: 62px; }
  .requirement-icon svg { height: 40px; stroke-width: 3.5; width: 40px; }
  .requirement-icon img { height: 42px; width: 42px; }
  .outline-app-phone { border-width: 3px; border-radius: 5px; height: 40px; width: 22px; }
  .outline-phone-notch { height: 4px; width: 9px; }
  .outline-app-phone::after { bottom: 3px; height: 2px; width: 7px; }
  .outline-app-phone img { height: 13px; top: 14px; width: 13px; }
  .requirements-grid h3 { font-size: 20px; }
  .requirements-grid p { font-size: 14px; }
  .requirements-grid .requirement-inline-note { align-items: flex-start; font-size: 12px; gap: 7px; margin-top: 9px; }
  .requirement-inline-note span { font-size: 8px; height: 20px; width: 20px; }
  .distributor-faq-section { padding: 58px 18px 62px; }
  .distributor-join-section { padding: 58px 18px; }
}

@media (max-width: 430px) {
  .distributor-payout-inner { padding: 54px 14px 58px; }
  .payout-copy h2 { font-size: 34px; }
  .payout-list { padding: 0; }
  .payout-list li { font-size: 12px; gap: 9px; grid-template-columns: 30px 1fr; min-height: 58px; }
  .payout-list span { font-size: 12px; height: 30px; width: 30px; }
  .app-preview-pair > div { min-height: 230px; }
  .app-preview-pair .iphone-frame { border-width: 3px; border-radius: 18px; width: 108%; }
  .app-preview-pair .iphone-frame img { border-radius: 15px; }
  .app-preview-pair .iphone-frame:first-child { transform: translateX(14px) scale(.9); }
  .app-preview-pair .iphone-frame:nth-child(2) { transform: scale(1.02); }
  .app-preview-pair .iphone-frame:nth-child(3) { transform: translateX(-14px) scale(.86); }
}

/* ── Brand-green overrides for dark sections + CSS map illustrations ──────────
   Brand green (#1a472a) is correct on light sections, but it's too dark on the
   near-black hero/closing/footer. Keep those readable, and keep the CSS map
   illustrations in the map-zone greens (per "map greens stay in maps"). */

/* Dark-section CTAs → a readable on-brand green */
.hero .button:not(.button-ghost),
.closing-section .button { background: #2d6a44; border-color: #1a472a; box-shadow: 0 6px 14px rgba(26, 71, 42, 0.22); }
.hero .button:not(.button-ghost):hover,
.closing-section .button:hover { background: #1a472a; }

/* Hero headline highlight (the green <span> on the dark hero) stays light */
.hero-copy h1 > span:not(.hero-title-line) { color: #59d975; }

/* Nav (dark sticky header) + footer link hover stay light, not near-black */
.nav-links a:hover, .header-link:hover { color: #59d975; }
footer a:hover { color: #59d975; }

/* CSS map illustrations keep the map-zone greens (hero pins, report-map route/markers) */
.point-core { fill: #26B14F; stroke: #15803d; }
.estimate-pin { background: #26B14F; }
.report-map .route { stroke: #15803d; }
.report-map circle { stroke: #15803d; }

/* Home landing page refresh */
.home-page {
  background: #fbfcfb;
  color: #07111f;
}

.home-page .home-header {
  background: rgba(7, 17, 31, 0.96);
  height: 62px;
  min-height: 62px;
  padding-inline: max(28px, calc((100vw - 1220px) / 2));
}

.home-page .home-header .brand img {
  height: 38px;
  width: 31px;
}

.home-page .home-header .button-small {
  background: #2d8b4b;
  border-color: #2d8b4b;
  border-radius: 9px;
  box-shadow: none;
  height: 38px;
  line-height: 1;
  min-height: 38px;
  min-width: 118px;
  padding-inline: 17px;
  white-space: nowrap;
}

.home-hero {
  background: #07111f;
  color: #fff;
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

.home-hero-photo,
.home-hero-shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.home-hero-photo {
  object-fit: cover;
  object-position: center center;
  transform: scale(1.02);
}

.home-hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.94) 0%, rgba(7, 17, 31, 0.72) 38%, rgba(7, 17, 31, 0.14) 100%),
    linear-gradient(180deg, rgba(7, 17, 31, 0.04) 0%, rgba(7, 17, 31, 0.42) 100%);
}

.home-hero-inner {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 1240px;
  min-height: 560px;
  padding: 54px 28px 70px;
  position: relative;
  z-index: 2;
}

.home-hero-copy {
  max-width: 760px;
}

.home-hero-copy h1 {
  color: #fff;
  font-size: 64px;
  letter-spacing: 0;
  line-height: 0.96;
  margin: 0 0 23px;
}

.home-hero-copy h1 span {
  color: #58d878;
  display: block;
}

.home-title-line {
  color: #fff !important;
  white-space: nowrap;
}

.home-hero-sub {
  color: #eef5f0;
  font-size: 15px;
  font-weight: var(--weight-body-strong);
  line-height: 1.55;
  margin: 0;
  max-width: 480px;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.home-page .button {
  background: #278145;
  border-color: #236f3c;
  box-shadow: 0 10px 24px rgba(16, 113, 55, 0.18);
}

.home-page .button:hover {
  background: #1a6737;
}

.home-page .button-ghost {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.home-page .button-ghost:hover {
  background: rgba(255, 255, 255, 0.14);
}

.home-hero-map {
  height: 470px;
  position: absolute;
  right: max(80px, calc((100vw - 1460px) / 2));
  top: 58px;
  width: min(52vw, 780px);
  z-index: 1;
}

.home-zone-fill {
  fill: rgba(21, 128, 61, 0.24);
  stroke: rgba(126, 240, 106, 0.88);
  stroke-linejoin: round;
  stroke-width: 3;
}

.home-route-points .point-halo {
  display: none;
}

.home-route-points .point-ring {
  fill: #f9fff9;
  stroke: #6ee778;
  stroke-width: 3;
}

.home-route-points .point-core {
  fill: #2f9e44;
  stroke: none;
}

.home-route-points .point-final .point-halo {
  display: none;
}

.home-estimate-badge {
  align-items: center;
  background: rgba(7, 17, 31, 0.92);
  border: 1px solid rgba(91, 231, 125, 0.5);
  border-radius: 7px;
  box-shadow: 0 18px 36px rgba(7, 17, 31, 0.34);
  color: #fff;
  display: grid;
  gap: 0 11px;
  grid-template-columns: 25px 1fr;
  padding: 15px 18px;
  position: absolute;
  left: clamp(935px, 71vw, 1295px);
  top: 286px;
  transform: translateX(-50%);
  z-index: 3;
}

.home-estimate-badge span {
  border: 2px solid #67e88e;
  border-radius: 50% 50% 50% 0;
  display: block;
  height: 22px;
  position: relative;
  transform: rotate(-45deg);
  width: 22px;
}

.home-estimate-badge span::after {
  background: #67e88e;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 6px;
  position: absolute;
  top: 6px;
  width: 6px;
}

.home-estimate-badge strong,
.home-estimate-badge small {
  grid-column: 2;
}

.home-estimate-badge strong {
  font-size: 16px;
  line-height: 1.1;
}

.home-estimate-badge small {
  color: #f2fbf4;
  font-size: 12px;
  font-weight: 800;
}

.audience-section {
  background: #fbfcfb;
  margin-top: 0;
  padding: 52px 28px 46px;
  position: relative;
  z-index: 4;
}

.audience-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: 930px;
}

.audience-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  min-height: 340px;
  padding: 23px 26px 27px;
  text-align: center;
  transition: transform 160ms ease;
}

.audience-card-link {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.audience-card-link:hover,
.audience-card-link:focus-visible {
  transform: translateY(-5px);
}

.audience-card-link:focus-visible {
  outline: 3px solid rgba(47, 158, 68, 0.28);
  outline-offset: 4px;
}

.audience-card h2 {
  color: #07111f;
  font-size: 23px;
  line-height: 1.1;
  margin: 0 0 10px;
}

.audience-card p {
  color: #334155;
  font-size: 12px;
  font-weight: var(--weight-body);
  line-height: 1.5;
  margin: 0;
  max-width: 225px;
}

.card-cta {
  align-items: center;
  color: #13723b;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 10px;
  margin-top: auto;
}

.audience-visual {
  height: 142px;
  margin-bottom: 16px;
  position: relative;
  width: 180px;
}

.visual-halo {
  background: #e5f6e9;
  border-radius: 50%;
  height: 124px;
  left: 28px;
  position: absolute;
  top: 13px;
  width: 124px;
}

.store-awning {
  background: repeating-linear-gradient(90deg, #2d8b4b 0 17px, #fff 17px 34px);
  border-radius: 4px 4px 16px 16px;
  box-shadow: inset 0 12px #eef2ee;
  height: 47px;
  left: 38px;
  position: absolute;
  top: 32px;
  width: 107px;
  z-index: 2;
}

.store-body {
  background: #f9fbf9;
  border: 7px solid #dbe4de;
  border-radius: 3px;
  bottom: 14px;
  box-shadow: inset 26px 0 #cfdad3, inset 60px 0 #f9fbf9;
  height: 66px;
  left: 45px;
  position: absolute;
  width: 90px;
  z-index: 1;
}

.map-pin {
  background: #2d8b4b;
  border-radius: 50% 50% 50% 0;
  bottom: 5px;
  box-shadow: 0 7px 16px rgba(15, 23, 42, 0.16);
  height: 48px;
  position: absolute;
  right: 25px;
  transform: rotate(-45deg);
  width: 48px;
  z-index: 3;
}

.map-pin::after {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 18px;
  left: 15px;
  position: absolute;
  top: 15px;
  width: 18px;
}

.delivery-bag {
  background: #278145;
  border-radius: 10px 10px 18px 18px;
  bottom: 13px;
  box-shadow: inset 13px 0 #11652f, 0 16px 24px rgba(15, 23, 42, 0.14);
  color: #fff;
  display: grid;
  font-size: 23px;
  font-weight: 900;
  height: 84px;
  left: 35px;
  place-items: center;
  position: absolute;
  width: 74px;
  z-index: 2;
}

.delivery-bag::before {
  border: 6px solid #0d4e27;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  content: "";
  height: 26px;
  left: 16px;
  position: absolute;
  top: -25px;
  width: 36px;
}

.letterbox {
  background: #dfe7e2;
  border: 2px solid #c7d1ca;
  border-radius: 20px 20px 4px 4px;
  bottom: 27px;
  height: 51px;
  position: absolute;
  right: 28px;
  width: 58px;
  z-index: 2;
}

.letterbox::after {
  background: #7c8a82;
  bottom: -36px;
  content: "";
  height: 36px;
  left: 25px;
  position: absolute;
  width: 7px;
}

.phone-frame {
  background: #f8fbf9;
  border: 7px solid #07111f;
  border-radius: 18px;
  box-shadow: 0 13px 24px rgba(15, 23, 42, 0.16);
  height: 176px;
  left: 68px;
  overflow: hidden;
  position: absolute;
  top: 5px;
  width: 88px;
  z-index: 2;
}

.phone-frame::before {
  background: #07111f;
  border-radius: 0 0 8px 8px;
  content: "";
  height: 8px;
  left: 23px;
  position: absolute;
  top: 0;
  width: 32px;
}

.phone-frame b {
  color: #278145;
  display: block;
  font-size: 48px;
  line-height: 1;
  margin-top: 44px;
  text-align: center;
}

.phone-frame i {
  background:
    radial-gradient(circle at 18px 22px, #278145 0 3px, transparent 4px),
    radial-gradient(circle at 50px 36px, #278145 0 3px, transparent 4px),
    radial-gradient(circle at 36px 63px, #278145 0 3px, transparent 4px);
  bottom: 10px;
  height: 76px;
  left: 8px;
  position: absolute;
  width: 62px;
}

.phone-frame i::before {
  border: 1px solid #98ccb0;
  border-bottom: 0;
  border-left: 0;
  content: "";
  height: 42px;
  left: 20px;
  position: absolute;
  top: 24px;
  transform: skewX(-18deg);
  width: 34px;
}

.app-mockup-image {
  filter: drop-shadow(0 13px 24px rgba(15, 23, 42, 0.16));
  height: 142px;
  left: 53px;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}

.store-badges {
  display: flex;
  gap: 8px;
  margin-top: auto;
}

.store-badges span {
  align-items: center;
  background: #e9f4ed;
  border: 1px solid #cbe4d3;
  border-radius: 5px;
  color: #176a36;
  display: inline-flex;
  font-size: 10px;
  font-weight: 900;
  min-height: 31px;
  padding: 0 12px;
}

.home-final-cta {
  background: #eaf8ef;
  border-top: 1px solid #d8ecdf;
  padding: 84px 28px 86px;
  text-align: center;
}

.home-final-cta h2 {
  color: #07111f;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.04;
  margin: 0 0 14px;
}

.home-final-cta p:not(.eyebrow) {
  color: #334155;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  margin: 0 auto 28px;
  max-width: 620px;
}

.home-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.home-final-cta .button:not(.button-secondary) { background: var(--green); border-color: var(--green-dark); box-shadow: 0 6px 14px rgba(38, 177, 79, 0.16); }
.home-final-cta .button:not(.button-secondary):hover { background: var(--green-dark); }

.app-button::before {
  content: "\25AF";
  font-size: 15px;
}

.app-coming-soon {
  cursor: default;
  opacity: 0.82;
}

.app-coming-soon:hover {
  background: rgba(255, 255, 255, 0.04);
  transform: none;
}

.modal-open {
  overflow: hidden;
}

.home-footer {
  background: #07111f;
  color: #fff;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(220px, 1.6fr) repeat(4, minmax(120px, 1fr));
  padding: 28px max(28px, calc((100vw - 1180px) / 2)) 24px;
}

.home-footer .brand {
  margin-bottom: 12px;
}

.home-footer .brand img {
  filter: none;
}

.home-footer p {
  color: #c1cbd5;
  max-width: 210px;
}

.social-links {
  display: flex !important;
  gap: 11px !important;
  margin-top: 18px;
}

.social-links a {
  align-items: center;
  background: #e9f1ed;
  border-radius: 50%;
  color: #07111f !important;
  display: inline-flex;
  font-size: 11px !important;
  font-weight: 900 !important;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.footer-column {
  align-content: start;
  display: grid;
  gap: 6px;
}

.home-footer strong {
  color: #fff;
  font-size: 12px;
  margin-bottom: 4px;
}

.home-footer a:not(.brand) {
  color: #cbd5e1;
  font-size: 11px;
  font-weight: 700;
}

.home-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #9aa8b7;
  display: flex !important;
  font-size: 11px;
  font-weight: 500;
  grid-column: 1 / -1;
  justify-content: space-between;
  padding-top: 19px;
}

@media (max-width: 1040px) {
  .distributor-payout-inner {
    gap: 42px;
    grid-template-columns: 1fr;
    max-width: 720px;
    padding: 78px 24px 68px;
  }

  .payout-copy {
    margin: 0 auto;
    max-width: 560px;
    width: 100%;
  }

  .app-preview-pair {
    max-width: 640px;
  }

  .app-preview-pair > div {
    min-height: 430px;
  }

  .app-preview-pair .iphone-frame {
    border-width: 6px;
    border-radius: 36px;
  }

  .app-preview-pair .iphone-frame img {
    border-radius: 29px;
  }

  .app-preview-pair .iphone-frame:first-child {
    transform: translateX(32px) scale(.94);
  }

  .app-preview-pair .iphone-frame:nth-child(2) {
    transform: scale(1.08);
  }

  .app-preview-pair .iphone-frame:nth-child(3) {
    transform: translateX(-32px) scale(.9);
  }

  .home-hero-copy h1 {
    font-size: 56px;
  }

  .home-hero-map {
    opacity: 0.58;
    right: -290px;
    top: 100px;
    width: 800px;
  }

  .home-estimate-badge {
    left: clamp(630px, 72vw, 760px);
    top: 360px;
    transform: translateX(-50%);
  }

  .audience-grid {
    grid-template-columns: 1fr;
    max-width: 700px;
  }

  .audience-card {
    min-height: 0;
  }

  .home-footer {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .home-page .home-header {
    min-height: 62px;
    padding-inline: 15px;
  }

  .home-page .home-header .button-small {
    font-size: 11px;
    height: 34px;
    min-height: 34px;
    min-width: 104px;
    padding-inline: 11px;
  }

  .home-hero,
  .home-hero-inner {
    min-height: 660px;
  }

  .home-hero-inner {
    align-items: flex-start;
    padding: 52px 18px 130px;
  }

  .home-hero-copy h1 {
    font-size: 46px;
  }

  .home-title-line {
    white-space: normal;
  }

  .home-hero-sub {
    font-size: 14px;
  }

  .home-hero-map {
    bottom: 10px;
    height: 360px;
    opacity: 0.44;
    right: -360px;
    top: auto;
    width: 670px;
  }

  .home-estimate-badge {
    display: none;
  }

  .audience-section {
    margin-top: 0;
    padding: 34px 18px 32px;
  }

  .audience-grid {
    grid-template-columns: 1fr;
  }

  .audience-card {
    border-radius: 12px;
    padding-inline: 22px;
  }

  .home-hero-actions,
  .home-hero-actions .button {
    width: 100%;
  }

  .home-final-cta {
    padding: 62px 18px 64px;
  }

  .home-final-cta h2 {
    font-size: 34px;
  }

  .home-final-cta p:not(.eyebrow) {
    font-size: 14px;
  }

  .home-final-actions,
  .home-final-actions .button {
    width: 100%;
  }

  .home-footer {
    gap: 24px;
    grid-template-columns: 1fr;
    padding-inline: 20px;
  }

  .footer-bottom {
    display: grid !important;
    gap: 8px;
  }
}

/* ===== Businesses + book-demo pages (scoped merge from businesses/styles-v3.css) ===== */
.business-page, .demo-page { --ink: #0f172a;
  --muted: #334155;
  --line: #e5e7eb;
  --green: #1a472a;
  --green-dark: #0f2d1a;
  --green-soft: #ecfdf3;
  --lime: #a3e635;
  --surface: #ecfdf3;
  --surface-warm: #fafaf7;
  --night: #07111f;
  --paper: #fafaf7;
  --white: #ffffff;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --text-body: 16px;
  --text-small: 13px;
  --text-xs: 11px;
  --weight-body: 400;
  --weight-body-strong: 500;
  --weight-label: 800;
  --weight-display: 900;
  --leading-body: 1.58;
  --leading-heading: 1.08; }
.business-page, .demo-page { background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: var(--text-body); font-weight: var(--weight-body); line-height: var(--leading-body); margin: 0; }
.business-page a, .demo-page a { color: inherit; text-decoration: none; }
.business-page img, .demo-page img, .business-page svg, .demo-page svg { display: block; max-width: 100%; }
.business-page h1, .demo-page h1, .business-page h2, .demo-page h2, .business-page h3, .demo-page h3, .business-page p, .demo-page p { margin-top: 0; }
.business-page h1, .demo-page h1 { font-size: 76px; font-weight: var(--weight-display); letter-spacing: 0; line-height: 0.96; margin-bottom: 23px; }
.business-page h1 span, .demo-page h1 span { color: var(--green); }
.business-page h2, .demo-page h2 { font-size: 47px; font-weight: var(--weight-display); letter-spacing: 0; line-height: var(--leading-heading); margin-bottom: 16px; text-wrap: balance; }
.business-page h3, .demo-page h3 { font-weight: var(--weight-display); line-height: 1.15; }
.business-page .eyebrow, .demo-page .eyebrow { color: var(--green-dark); font-size: var(--text-xs); font-weight: var(--weight-display); letter-spacing: 0; margin: 0 0 13px; text-transform: uppercase; }
.business-page .site-header, .demo-page .site-header { align-items: center;
  background: rgba(7, 17, 31, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--white);
  display: flex;
  gap: 28px;
  height: 62px;
  justify-content: space-between;
  min-height: 62px;
  padding: 0 max(28px, calc((100vw - 1220px) / 2));
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10; }
.business-page .brand, .demo-page .brand { align-items: center; display: inline-flex; flex: 0 0 auto; font-size: 18px; font-weight: var(--weight-display); gap: 9px; height: 38px; letter-spacing: 0; line-height: 1; text-transform: uppercase; }
.business-page .brand img, .demo-page .brand img { flex: 0 0 auto; height: 38px; width: 31px; }
.business-page .nav-links, .demo-page .nav-links { align-items: center; display: flex; font-size: 12px; font-weight: var(--weight-label); gap: 29px; line-height: 1; margin-left: auto; min-height: 38px; }
.business-page .nav-links a, .demo-page .nav-links a, .business-page .header-link, .demo-page .header-link { transition: color 160ms ease; }
.business-page .nav-links a:hover, .demo-page .nav-links a:hover, .business-page .header-link:hover, .demo-page .header-link:hover { color: var(--green-dark); }
.business-page .nav-toggle, .demo-page .nav-toggle { align-items: center; background: none; border: 0; cursor: pointer; display: none; flex: 0 0 auto; flex-direction: column; gap: 5px; height: 40px; justify-content: center; padding: 8px; width: 40px; }
.business-page .nav-toggle span, .demo-page .nav-toggle span { background: var(--white); border-radius: 2px; display: block; height: 2px; transition: transform 200ms ease, opacity 200ms ease; width: 22px; }
.business-page .nav-toggle[aria-expanded="true"] span:nth-child(1), .demo-page .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.business-page .nav-toggle[aria-expanded="true"] span:nth-child(2), .demo-page .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.business-page .nav-toggle[aria-expanded="true"] span:nth-child(3), .demo-page .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.business-page .header-link, .demo-page .header-link { font-size: 12px; font-weight: var(--weight-label); }
.business-page .button, .demo-page .button { align-items: center;
  background: var(--green);
  border: 1px solid var(--green-dark);
  border-radius: 9px;
  box-shadow: 0 6px 14px rgba(38, 177, 79, 0.16);
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: var(--weight-display);
  gap: 8px;
  justify-content: center;
  min-height: 43px;
  padding: 0 18px;
  transition: background 160ms ease, transform 160ms ease; }
.business-page .button:hover, .demo-page .button:hover { background: var(--green-dark); transform: translateY(-1px); }
.business-page .button:focus-visible, .demo-page .button:focus-visible, .business-page .nav-toggle:focus-visible, .demo-page .nav-toggle:focus-visible, .business-page .card-cta:focus-visible, .demo-page .card-cta:focus-visible { outline: 3px solid rgba(89, 217, 117, 0.55); outline-offset: 3px; }
.business-page .role-options input:focus-visible + span, .demo-page .role-options input:focus-visible + span { outline: 2px solid #2d8b4b; outline-offset: 2px; }
.business-page .site-header .button-small, .demo-page .site-header .button-small { background: #2d8b4b; border-color: #2d8b4b; box-shadow: none; flex: 0 0 auto; height: 38px; line-height: 1; min-height: 38px; min-width: 118px; padding-inline: 17px; white-space: nowrap; }
.business-page .button-small, .demo-page .button-small { line-height: 1; min-height: 38px; padding-inline: 17px; white-space: nowrap; }
.business-page .button-secondary, .demo-page .button-secondary { background: var(--white); border-color: var(--line); box-shadow: none; color: var(--ink); }
.business-page .button-secondary:hover, .demo-page .button-secondary:hover { background: var(--green-soft); border-color: var(--green); color: var(--green-dark); }
.business-page .button-ghost, .demo-page .button-ghost { background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.72); box-shadow: none; color: var(--white); }
.business-page .button-ghost:hover, .demo-page .button-ghost:hover { background: rgba(255, 255, 255, 0.14); }
.business-page .calendly-overlay, .demo-page .calendly-overlay { z-index: 9999 !important; }
.business-page .calendly-popup, .demo-page .calendly-popup { background: transparent !important;
  box-shadow: none !important; }
.business-page .calendly-popup-content, .demo-page .calendly-popup-content { background: transparent !important; }
.business-page .calendly-popup-content iframe, .demo-page .calendly-popup-content iframe { border-radius: 8px; }
.business-page .hero, .demo-page .hero { background: var(--night); color: #fff; min-height: 560px; overflow: hidden; position: relative; }
.business-page .hero-photo, .demo-page .hero-photo, .business-page .hero-shade, .demo-page .hero-shade { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.business-page .hero-photo, .demo-page .hero-photo { object-position: center 62%; transform: scale(1.08); transform-origin: center bottom; }
.business-page .hero-shade, .demo-page .hero-shade { background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.94) 0%, rgba(7, 17, 31, 0.72) 38%, rgba(7, 17, 31, 0.14) 100%),
    linear-gradient(180deg, rgba(7, 17, 31, 0.04) 0%, rgba(7, 17, 31, 0.42) 100%); }
.business-page .hero-route-overlay, .demo-page .hero-route-overlay { height: 470px; position: absolute; right: max(80px, calc((100vw - 1460px) / 2)); top: 58px; width: min(52vw, 780px); z-index: 1; }
.business-page .hero-zone, .demo-page .hero-zone { fill: rgba(21, 128, 61, 0.24); stroke: rgba(126, 240, 106, 0.88); stroke-linejoin: round; stroke-width: 3; }
.business-page .hero-route-line, .demo-page .hero-route-line { display: none; }
.business-page .point-halo, .demo-page .point-halo { display: none; }
.business-page .hero-route-points .point-ring, .demo-page .hero-route-points .point-ring { fill: #f9fff9; stroke: #6ee778; stroke-width: 3; }
.business-page .hero-route-points .point-core, .demo-page .hero-route-points .point-core { fill: #2f9e44; stroke: none; }
.business-page .hero-inner, .demo-page .hero-inner { display: flex; flex-direction: column; justify-content: center; margin: 0 auto; max-width: 1240px; min-height: 560px; padding: 54px 28px 70px; position: relative; z-index: 2; }
.business-page .hero-layout, .demo-page .hero-layout { align-items: center; display: grid; width: 100%; }
.business-page .hero-copy, .demo-page .hero-copy { max-width: 760px; }
.business-page .hero-copy h1, .demo-page .hero-copy h1 { font-size: 64px; }
.business-page .hero-copy h1 > span, .demo-page .hero-copy h1 > span { display: block; }
.business-page .hero-title-line, .demo-page .hero-title-line { color: var(--white); white-space: nowrap; }
.business-page .hero .eyebrow, .demo-page .hero .eyebrow { color: #59d975; }
.business-page .hero-copy > p:not(.eyebrow), .demo-page .hero-copy > p:not(.eyebrow) { color: #edf2ef; font-size: 15px; font-weight: var(--weight-body-strong); line-height: 1.55; margin-bottom: 0; max-width: 470px; }
.business-page .hero-actions, .demo-page .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.business-page .hero-text-link, .demo-page .hero-text-link { align-items: center; color: #edf2ef; display: inline-flex; font-size: 13px; font-weight: var(--weight-display); gap: 7px; min-height: 43px; padding-inline: 4px; }
.business-page .hero-text-link:hover, .demo-page .hero-text-link:hover { color: #59d975; }
.business-page .hero-estimate-badge, .demo-page .hero-estimate-badge { align-items: center; background: rgba(7, 17, 31, 0.92); border: 1px solid rgba(91, 231, 125, 0.5); border-radius: 7px; box-shadow: 0 18px 36px rgba(7, 17, 31, 0.34); color: var(--white); display: grid; gap: 0 11px; grid-template-columns: 25px 1fr; padding: 15px 18px; position: absolute; left: clamp(935px, 71vw, 1295px); top: 286px; transform: translateX(-50%); z-index: 3; }
.business-page .estimate-pin, .demo-page .estimate-pin { border: 2px solid #67e88e; border-radius: 50% 50% 50% 0; display: block; grid-row: 1 / span 2; height: 22px; position: relative; transform: rotate(-45deg); width: 22px; }
.business-page .estimate-pin::after, .demo-page .estimate-pin::after { background: #67e88e; border-radius: 50%; content: ""; height: 6px; left: 6px; position: absolute; top: 6px; width: 6px; }
.business-page .hero-estimate-badge strong, .demo-page .hero-estimate-badge strong, .business-page .hero-estimate-badge small, .demo-page .hero-estimate-badge small { grid-column: 2; }
.business-page .hero-estimate-badge strong, .demo-page .hero-estimate-badge strong { font-size: 16px; line-height: 1.1; }
.business-page .hero-estimate-badge small, .demo-page .hero-estimate-badge small { color: #f2fbf4; font-size: 12px; font-weight: 800; }
.business-page .hero-launch-note, .demo-page .hero-launch-note { color: #b8c8c1; font-size: 11px; font-weight: 600; line-height: 1.4; margin: 9px 0 0; }
.business-page .hero-launch-note span, .demo-page .hero-launch-note span { color: #d9e7e0; display: block; margin-top: 2px; }
.business-page .campaign-band, .demo-page .campaign-band { background: var(--surface); border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); }
.business-page { background: var(--white); }
.business-page .campaign-band, .business-page .report-band, .business-page .faq-section, .business-page .bottom-band { background: var(--white); }
.business-page .business-join-section { background: var(--green-soft); }
.business-page .product-section, .demo-page .product-section { align-items: center; display: grid; gap: 54px; grid-template-columns: minmax(380px, 0.66fr) minmax(720px, 1.34fr); margin: 0 auto; max-width: 1380px; padding: 78px 28px 82px; }
.business-page .product-copy, .demo-page .product-copy { max-width: 450px; }
.business-page .product-copy h2, .demo-page .product-copy h2 { font-size: 50px; line-height: 1.13; max-width: 440px; }
.business-page .product-copy > p:not(.eyebrow), .demo-page .product-copy > p:not(.eyebrow), .business-page .report-copy > p:not(.eyebrow), .demo-page .report-copy > p:not(.eyebrow), .business-page .distributor-copy > p, .demo-page .distributor-copy > p { color: var(--muted); font-size: 15px; font-weight: var(--weight-body-strong); line-height: 1.58; }
.business-page .feature-list, .demo-page .feature-list { display: grid; list-style: none; margin: 34px 0 0; max-width: 430px; padding: 0; }
.business-page .feature-list li, .demo-page .feature-list li { align-items: center; display: grid; gap: 16px; grid-template-columns: 44px 1fr; min-height: 72px; }
.business-page .feature-list li + li, .demo-page .feature-list li + li { border-top: 1px solid #dce8df; }
.business-page .feature-list strong, .demo-page .feature-list strong, .business-page .feature-list small, .demo-page .feature-list small { display: block; }
.business-page .feature-list strong, .demo-page .feature-list strong { font-size: 16px; font-weight: 850; line-height: 1.25; }
.business-page .feature-list small, .demo-page .feature-list small { color: var(--muted); font-size: 13px; font-weight: var(--weight-body); line-height: 1.45; margin-top: 4px; }
.business-page .feature-icon, .demo-page .feature-icon { align-items: center; background: linear-gradient(180deg, #159447, #006b2d); border-radius: 50%; color: var(--white); display: inline-flex; flex: 0 0 auto; font-size: 17px; font-weight: var(--weight-display); height: 44px; justify-content: center; width: 44px; }
.business-page .builder-frame, .demo-page .builder-frame { background: var(--white); border: 1px solid #d8e0dc; border-radius: 19px; box-shadow: 0 24px 56px rgba(15, 23, 42, 0.13); justify-self: end; overflow: hidden; position: relative; width: 100%; }
.business-page .builder-toolbar, .demo-page .builder-toolbar { align-items: center; background: var(--white); border-bottom: 1px solid var(--line); display: flex; gap: 24px; height: 48px; padding: 0 18px; }
.business-page .builder-toolbar div, .demo-page .builder-toolbar div { display: flex; gap: 8px; }
.business-page .builder-toolbar span, .demo-page .builder-toolbar span { background: #d8dee5; border-radius: 50%; height: 9px; width: 9px; }
.business-page .builder-toolbar i, .demo-page .builder-toolbar i { background: #f0f3f5; border-radius: 999px; display: block; height: 10px; max-width: 380px; width: 46%; }
.business-page .builder-frame > img, .demo-page .builder-frame > img { height: auto; width: 100%; }
.business-page .section-heading, .demo-page .section-heading { margin: 0 auto; max-width: 690px; text-align: center; }
.business-page .section-heading p:not(.eyebrow), .demo-page .section-heading p:not(.eyebrow) { color: var(--muted); font-size: 15px; font-weight: var(--weight-body); line-height: 1.58; }
.business-page .report-band, .demo-page .report-band { background: radial-gradient(circle at 58% 50%, rgba(38, 177, 79, 0.11), rgba(255,255,255,0) 44%), var(--white); border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); }
.business-page .report-section, .demo-page .report-section { align-items: center; display: grid; gap: 66px; grid-template-columns: minmax(620px, 1.08fr) minmax(420px, 0.72fr); margin: 0 auto; max-width: 1320px; padding: 82px 28px; }
.business-page .report-copy h2, .demo-page .report-copy h2 { font-size: 52px; line-height: 1.08; max-width: 520px; }
.business-page .report-copy h2 span, .demo-page .report-copy h2 span { color: var(--green); display: inline-block; padding-bottom: 15px; position: relative; }
.business-page .report-copy h2 span::after, .demo-page .report-copy h2 span::after { background: var(--green); border-radius: 999px; bottom: 5px; content: ""; height: 5px; left: 0; position: absolute; transform: rotate(-1.5deg); width: 96%; }
.business-page .report-copy > p:not(.eyebrow), .demo-page .report-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; font-weight: var(--weight-body); line-height: 1.55; max-width: 500px; }
.business-page .report-proof-list, .demo-page .report-proof-list { display: grid; margin-top: 26px; max-width: 500px; }
.business-page .report-proof-list article, .demo-page .report-proof-list article { display: grid; gap: 5px; padding: 18px 0; }
.business-page .report-proof-list article + article, .demo-page .report-proof-list article + article { border-top: 1px solid var(--line); }
.business-page .report-proof-list strong, .demo-page .report-proof-list strong { color: var(--night); font-size: 16px; font-weight: 850; line-height: 1.22; }
.business-page .report-proof-list span, .demo-page .report-proof-list span { color: var(--muted); font-size: 14px; font-weight: var(--weight-body); line-height: 1.45; }
.business-page .report-preview, .demo-page .report-preview { background: var(--white); border: 1px solid #d8e4dd; border-radius: 18px; box-shadow: 0 26px 58px rgba(15, 23, 42, 0.12); padding: 34px; }
.business-page .report-preview header, .demo-page .report-preview header { align-items: flex-start; display: flex; gap: 18px; justify-content: space-between; }
.business-page .report-preview h3, .demo-page .report-preview h3 { font-size: 27px; line-height: 1.08; margin: 0 0 8px; }
.business-page .report-preview small, .demo-page .report-preview small { color: #596579; display: block; font-size: 13px; font-weight: var(--weight-body); line-height: 1.45; }
.business-page .report-header-actions, .demo-page .report-header-actions { align-items: flex-start; display: flex; flex-wrap: wrap; gap: 11px; justify-content: flex-end; }
.business-page .report-status, .demo-page .report-status { align-items: center; color: var(--muted); display: inline-flex; font-size: 12px; font-weight: var(--weight-body-strong); gap: 8px; min-height: 26px; }
.business-page .report-status::before, .demo-page .report-status::before { background: var(--green); border-radius: 50%; content: ""; height: 7px; width: 7px; }
.business-page .report-status path, .demo-page .report-status path, .business-page .report-action path, .demo-page .report-action path { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.2; }
.business-page .report-action, .demo-page .report-action { align-items: center; background: var(--white); border: 1px solid var(--line); border-radius: 10px; color: var(--night); display: inline-flex; height: 42px; justify-content: center; width: 42px; }
.business-page .report-action svg, .demo-page .report-action svg { height: 21px; width: 21px; }
.business-page .metric-grid, .demo-page .metric-grid { display: grid; gap: 14px; grid-template-columns: repeat(4, 1fr); margin: 28px 0 24px; }
.business-page .metric-grid div, .demo-page .metric-grid div { background: var(--surface-warm); border: 1px solid var(--line); border-radius: 10px; padding: 15px 16px; }
.business-page .metric-grid div { background: var(--white); }
.business-page .metric-grid strong, .demo-page .metric-grid strong { color: var(--green-dark); display: block; font-size: 25px; line-height: 1.1; margin-top: 4px; }
.business-page .metric-grid small, .demo-page .metric-grid small { color: #667085; font-size: 10px; font-weight: var(--weight-label); letter-spacing: 0.08em; margin-top: 0; text-transform: uppercase; }
.business-page .report-map-title, .demo-page .report-map-title { border-top: 1px solid var(--line); color: #667085; font-size: 12px; font-weight: var(--weight-label); letter-spacing: 0.04em; margin: 0 0 11px; padding-top: 19px; text-transform: uppercase; }
.business-page .report-map, .demo-page .report-map { background: #f8f7f2; border: 1px solid #d8dee5; border-radius: 9px; overflow: hidden; position: relative; }
.business-page .report-map svg, .demo-page .report-map svg { display: block; height: 292px; width: 100%; }
.business-page .report-chip, .demo-page .report-chip { align-items: center; background: rgba(255, 255, 255, 0.96); border: 1px solid var(--line); border-radius: 8px; bottom: 18px; box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08); color: var(--green-dark); display: inline-flex; font-size: 11px; font-weight: 900; left: 18px; padding: 10px 14px; position: absolute; z-index: 2; }
.business-page .street, .demo-page .street { fill: none; stroke: rgba(220, 222, 217, 0.62); stroke-linecap: round; stroke-width: 10; }
.business-page .street.minor, .demo-page .street.minor { stroke: rgba(229, 231, 226, 0.7); stroke-width: 4.5; }
.business-page .street-labels text, .demo-page .street-labels text { fill: rgba(47, 52, 43, 0.74); font-size: 19px; font-weight: 800; letter-spacing: 0; }
.business-page .zone-fill, .demo-page .zone-fill { fill: rgba(38, 177, 79, 0.17); }
.business-page .zone-border, .demo-page .zone-border { fill: none; stroke: rgba(21, 128, 61, 0.8); stroke-linejoin: round; stroke-width: 2; }
.business-page .route, .demo-page .route { fill: none; stroke: rgba(21, 128, 61, 0.95); stroke-linecap: round; stroke-linejoin: round; stroke-width: 3.8; }
.business-page .route-shadow, .demo-page .route-shadow { opacity: 0.16; stroke: var(--green-dark); stroke-width: 7; }
.business-page .report-map circle, .demo-page .report-map circle { fill: var(--white); stroke: rgba(21, 128, 61, 0.95); stroke-width: 2; }
.business-page .map-brand, .demo-page .map-brand { fill: rgba(15, 23, 42, 0.64); font-size: 20px; font-weight: 900; paint-order: stroke; stroke: rgba(255, 255, 255, 0.72); stroke-width: 3; }
.business-page .map-data, .demo-page .map-data { fill: rgba(15, 23, 42, 0.58); font-size: 12px; font-weight: 600; }
.business-page .report-legend, .demo-page .report-legend { align-items: center; color: #667085; display: flex; flex-wrap: wrap; font-size: 12px; gap: 22px; margin-top: 10px; }
.business-page .report-legend span, .demo-page .report-legend span { align-items: center; display: inline-flex; gap: 7px; }
.business-page .report-legend i, .demo-page .report-legend i { background: rgba(38, 177, 79, 0.15); border: 1.5px solid rgba(21, 128, 61, 0.88); border-radius: 2px; display: block; height: 10px; width: 15px; }
.business-page .report-legend b, .demo-page .report-legend b { background: rgba(21, 128, 61, 0.95); display: block; height: 2px; width: 16px; }
.business-page .distributor-page, .demo-page .distributor-page { background: var(--white); }
.business-page .distributor-hero, .demo-page .distributor-hero { background: var(--night); color: var(--white); min-height: 650px; overflow: hidden; position: relative; }
.business-page .distributor-hero-photo, .demo-page .distributor-hero-photo, .business-page .distributor-hero-shade, .demo-page .distributor-hero-shade { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.business-page .distributor-hero-photo, .demo-page .distributor-hero-photo { object-position: center 44%; }
.business-page .distributor-hero-shade, .demo-page .distributor-hero-shade { background: linear-gradient(90deg, rgba(7,17,31,.95) 0%, rgba(7,17,31,.84) 46%, rgba(7,17,31,.46) 100%), linear-gradient(0deg, rgba(7,17,31,.34), rgba(7,17,31,.08)); }
.business-page .distributor-hero-inner, .demo-page .distributor-hero-inner { align-items: center; display: flex; margin: 0 auto; max-width: 1240px; min-height: 650px; padding: 62px 28px; position: relative; z-index: 2; }
.business-page .distributor-hero-copy, .demo-page .distributor-hero-copy { max-width: 690px; }
.business-page .distributor-hero-copy .eyebrow, .demo-page .distributor-hero-copy .eyebrow { color: #59d975; }
.business-page .distributor-hero-copy h1, .demo-page .distributor-hero-copy h1 { font-size: 64px; line-height: 0.98; margin-bottom: 24px; }
.business-page .distributor-hero-copy h1 span, .demo-page .distributor-hero-copy h1 span { color: #59d975; }
.business-page .distributor-hero-copy > p:not(.eyebrow):not(.hero-launch-note), .demo-page .distributor-hero-copy > p:not(.eyebrow):not(.hero-launch-note) { color: #edf2ef; font-size: 17px; font-weight: var(--weight-body-strong); line-height: 1.55; max-width: 580px; }
.business-page .distributor-page .hero-actions .button:not(.button-ghost), .demo-page .distributor-page .hero-actions .button:not(.button-ghost), .business-page .distributor-page .distributor-join-section .button, .demo-page .distributor-page .distributor-join-section .button { background: #2d6a44; border-color: #1a472a; }
.business-page .hero-location-note, .demo-page .hero-location-note { align-items: center; display: flex; flex-wrap: wrap; font-size: 12px; font-weight: var(--weight-label); gap: 7px; margin-top: 13px; }
.business-page .hero-location-note span, .demo-page .hero-location-note span { background: #59d975; border: 2px solid #d7ffe0; border-radius: 50% 50% 50% 0; height: 11px; transform: rotate(-45deg); width: 11px; }
.business-page .distributor-steps, .demo-page .distributor-steps { margin: 0 auto; max-width: 1240px; padding: 82px 28px 90px; }
.business-page .distributor-steps .section-heading p:not(.eyebrow), .demo-page .distributor-steps .section-heading p:not(.eyebrow) { margin-bottom: 0; }
.business-page .steps-grid, .demo-page .steps-grid { display: grid; gap: 15px; grid-template-columns: repeat(4, 1fr); margin-top: 42px; }
.business-page .steps-grid article, .demo-page .steps-grid article { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 16px 16px 20px; position: relative; }
.business-page .step-number, .demo-page .step-number { align-items: center; background: var(--night); border-radius: 50%; color: var(--white); display: flex; font-size: 10px; font-weight: 900; height: 25px; justify-content: center; left: 25px; position: absolute; top: 25px; width: 25px; z-index: 2; }
.business-page .step-visual, .demo-page .step-visual { background: var(--surface-warm); border-radius: 10px; height: 132px; margin-bottom: 18px; overflow: hidden; position: relative; }
.business-page .steps-grid h3, .demo-page .steps-grid h3 { font-size: 16px; margin: 0 0 6px; }
.business-page .steps-grid p, .demo-page .steps-grid p { color: var(--muted); font-size: 12px; font-weight: var(--weight-body); line-height: 1.5; margin: 0; }
.business-page .job-list-visual, .demo-page .job-list-visual { display: grid; gap: 7px; padding: 39px 15px 12px; }
.business-page .job-list-visual i, .demo-page .job-list-visual i { background: var(--white); border: 1px solid var(--line); border-radius: 6px; box-shadow: inset 30px 0 var(--green-soft); height: 21px; }
.business-page .pickup-visual b, .demo-page .pickup-visual b { background: var(--green-soft); border: 2px solid var(--green); border-radius: 9px; height: 52px; left: 52px; position: absolute; top: 38px; transform: rotate(-5deg); width: 75px; }
.business-page .pickup-visual b::before, .demo-page .pickup-visual b::before, .business-page .pickup-visual b::after, .demo-page .pickup-visual b::after { background: var(--white); border: 1px solid var(--line); content: ""; height: 42px; left: 8px; position: absolute; top: -7px; width: 70px; z-index: -1; }
.business-page .pickup-visual b::after, .demo-page .pickup-visual b::after { left: 15px; top: -12px; }
.business-page .zone-visual, .demo-page .zone-visual { align-items: center; display: flex; padding: 16px; }
.business-page .zone-visual .zone-street, .demo-page .zone-visual .zone-street { fill: none; stroke: #dce5df; stroke-linecap: round; stroke-width: 8; }
.business-page .zone-visual .zone-area, .demo-page .zone-visual .zone-area { fill: rgba(38,177,79,.13); stroke: var(--green); stroke-linejoin: round; stroke-width: 2.5; }
.business-page .paid-visual b, .demo-page .paid-visual b { align-items: center; background: var(--green); border-radius: 50%; color: var(--white); display: flex; font-size: 22px; height: 48px; justify-content: center; left: calc(50% - 24px); position: absolute; top: 28px; width: 48px; }
.business-page .paid-visual i, .demo-page .paid-visual i { background: #dce5df; border-radius: 999px; height: 6px; left: 26%; position: absolute; top: 89px; width: 48%; }
.business-page .paid-visual i:last-child, .demo-page .paid-visual i:last-child { left: 34%; top: 102px; width: 32%; }
.business-page .distributor-payout, .demo-page .distributor-payout { background: var(--green-soft); border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); }
.business-page .distributor-payout-inner, .demo-page .distributor-payout-inner { align-items: center; display: grid; gap: 52px; grid-template-columns: minmax(0, 1fr) minmax(280px, 340px); margin: 0 auto; max-width: 1180px; padding: 74px 28px; }
.business-page .payout-copy, .demo-page .payout-copy { max-width: 640px; }
.business-page .payout-copy p:not(.eyebrow), .demo-page .payout-copy p:not(.eyebrow) { color: var(--muted); font-size: 15px; font-weight: var(--weight-body-strong); line-height: 1.58; }
.business-page .payout-list, .demo-page .payout-list { display: grid; gap: 10px; list-style: none; margin: 24px 0 0; padding: 0; }
.business-page .payout-list li, .demo-page .payout-list li { align-items: center; background: rgba(255,255,255,.72); border: 1px solid #cfe8d7; border-radius: 999px; color: var(--green-dark); display: flex; font-size: 12px; font-weight: 800; gap: 10px; padding: 9px 12px; }
.business-page .payout-list span, .demo-page .payout-list span { align-items: center; background: var(--green); border-radius: 50%; color: var(--white); display: inline-flex; flex: 0 0 auto; font-size: 10px; font-weight: 900; height: 23px; justify-content: center; width: 23px; }
.business-page .app-preview-card, .demo-page .app-preview-card { margin: 0 auto; max-width: 320px; position: relative; }
.business-page .app-preview-card::before, .demo-page .app-preview-card::before { background: rgba(15, 23, 42, 0.12); border-radius: 40px; content: ""; filter: blur(22px); inset: 34px 18px 70px; position: absolute; transform: rotate(-2deg); z-index: 0; }
.business-page .app-preview-card img, .demo-page .app-preview-card img { border-radius: 44px; box-shadow: 0 26px 60px rgba(15, 23, 42, 0.18); position: relative; width: 100%; z-index: 1; }
.business-page .app-preview-card figcaption, .demo-page .app-preview-card figcaption { color: var(--green-dark); font-size: 11px; font-weight: 700; line-height: 1.45; margin: 16px auto 0; max-width: 330px; position: relative; text-align: center; z-index: 1; }
.business-page .distributor-requirements, .demo-page .distributor-requirements { display: grid; gap: 70px; grid-template-columns: 340px 1fr; margin: 0 auto; max-width: 1180px; padding: 82px 28px; }
.business-page .requirements-copy p:not(.eyebrow), .demo-page .requirements-copy p:not(.eyebrow) { color: var(--muted); font-size: 14px; font-weight: var(--weight-body); line-height: 1.55; }
.business-page .requirements-grid, .demo-page .requirements-grid { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); }
.business-page .requirements-grid article, .demo-page .requirements-grid article { align-items: start; background: var(--surface-warm); border: 1px solid var(--line); border-radius: 12px; display: grid; gap: 12px; grid-template-columns: 29px 1fr; padding: 19px; }
.business-page .requirements-grid article > span, .demo-page .requirements-grid article > span { align-items: center; background: var(--green-soft); border-radius: 50%; color: var(--green); display: flex; font-size: 12px; font-weight: 900; height: 29px; justify-content: center; width: 29px; }
.business-page .requirements-grid h3, .demo-page .requirements-grid h3 { font-size: 14px; margin: 2px 0 4px; }
.business-page .requirements-grid p, .demo-page .requirements-grid p { color: var(--muted); font-size: 11px; font-weight: var(--weight-body); line-height: 1.5; margin: 0; }
.business-page .faq-section, .demo-page .faq-section { background: var(--surface-warm); border-top: 1px solid var(--line); padding: 76px 28px 82px; }
.business-page .faq-section .faq-list, .demo-page .faq-section .faq-list { margin: 32px auto 0; max-width: 780px; }
.business-page .faq-section details, .demo-page .faq-section details { border-radius: 10px; }
.business-page .faq-section summary, .demo-page .faq-section summary { font-size: 13px; font-weight: 750; min-height: 48px; padding: 14px 42px 12px 16px; }
.business-page .faq-section details p, .demo-page .faq-section details p { font-size: 13px; font-weight: var(--weight-body); line-height: 1.58; padding: 0 16px 16px; }
.business-page .distributor-join-section, .demo-page .distributor-join-section, .business-page .business-join-section, .demo-page .business-join-section { background: var(--green-soft); padding: 70px 28px; text-align: center; }
.business-page .distributor-join-section > div, .demo-page .distributor-join-section > div, .business-page .business-join-section > div, .demo-page .business-join-section > div { margin: 0 auto; max-width: 720px; }
.business-page .distributor-join-section h2, .demo-page .distributor-join-section h2, .business-page .business-join-section h2, .demo-page .business-join-section h2 { margin-bottom: 12px; }
.business-page .distributor-join-section p:not(.eyebrow), .demo-page .distributor-join-section p:not(.eyebrow), .business-page .business-join-section p:not(.eyebrow), .demo-page .business-join-section p:not(.eyebrow) { color: var(--muted); font-size: 15px; font-weight: var(--weight-body-strong); line-height: 1.55; margin-bottom: 24px; }
.business-page .distributor-section, .demo-page .distributor-section { background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06); display: grid; grid-template-columns: minmax(350px, 520px) minmax(320px, 1fr); margin: 46px auto; max-width: 1180px; min-height: 272px; overflow: hidden; }
.business-page .distributor-section img, .demo-page .distributor-section img { height: 100%; object-fit: cover; object-position: center 42%; width: 100%; }
.business-page .distributor-copy, .demo-page .distributor-copy { align-self: stretch; background: var(--green-soft); display: flex; flex-direction: column; justify-content: center; padding: 30px 48px; }
.business-page .distributor-copy ul, .demo-page .distributor-copy ul { color: var(--muted); display: grid; font-size: 13px; font-weight: 700; gap: 9px; list-style: none; margin: 20px 0 25px; padding: 0; }
.business-page .distributor-copy li::before, .demo-page .distributor-copy li::before { color: var(--green-dark); content: "\2713"; font-weight: 900; margin-right: 9px; }
.business-page .bottom-band, .demo-page .bottom-band { background: var(--surface-warm); border-top: 1px solid var(--line); padding: 10px 28px 54px; }
.business-page .bottom-grid, .demo-page .bottom-grid { display: block; margin: 0 auto; max-width: 780px; }
.business-page .faq-section .section-heading, .demo-page .faq-section .section-heading { margin: 0 auto; text-align: center; }
.business-page .faq-list, .demo-page .faq-list { display: grid; gap: 6px; margin: 32px auto 0; max-width: 780px; }
.business-page details, .demo-page details { background: var(--white); border: 1px solid var(--line); border-radius: 8px; transition: background 160ms ease, border-color 160ms ease; }
.business-page details:hover, .demo-page details:hover { background: #fcfffd; border-color: #cbd5d0; }
.business-page summary, .demo-page summary { cursor: pointer; font-size: 12px; font-weight: 750; list-style: none; min-height: 38px; padding: 10px 38px 9px 14px; position: relative; }
.business-page summary::-webkit-details-marker, .demo-page summary::-webkit-details-marker { display: none; }
.business-page summary::after, .demo-page summary::after { content: "+"; font-size: 18px; font-weight: 500; position: absolute; right: 14px; top: 5px; }
.business-page details[open] summary::after, .demo-page details[open] summary::after { content: "-"; }
.business-page details p, .demo-page details p { color: var(--muted); font-size: 12px; font-weight: var(--weight-body); line-height: 1.58; margin: 0; padding: 0 14px 13px; }
.business-page .closing-section, .demo-page .closing-section { align-items: center; background: var(--night); border-radius: 14px; color: #fff; display: flex; margin: 0; overflow: hidden; padding: 34px 42px; position: relative; text-align: left; }
.business-page .closing-section .button, .demo-page .closing-section .button { min-height: 43px; padding-inline: 18px; }
.business-page .closing-section div, .demo-page .closing-section div { max-width: 470px; position: relative; z-index: 1; }
.business-page .closing-section .eyebrow, .demo-page .closing-section .eyebrow { color: #e8ffe9; }
.business-page .closing-section h2, .demo-page .closing-section h2 { color: #fff; }
.business-page .closing-section p:not(.eyebrow), .demo-page .closing-section p:not(.eyebrow) { color: #cbd5e1; font-weight: var(--weight-body-strong); line-height: 1.55; }
.business-page footer, .demo-page footer { align-items: center; background: var(--night); border-top: 1px solid rgba(255, 255, 255, 0.1); color: #fff; display: grid; gap: 20px; grid-template-columns: auto 1fr; margin-top: 0; padding: 30px max(28px, calc((100vw - 1180px) / 2)) 34px; }
.business-page footer .brand, .demo-page footer .brand { margin-bottom: 0; }
.business-page footer .brand img, .demo-page footer .brand img { filter: brightness(0) invert(1); }
.business-page footer p, .demo-page footer p { color: #b6c1cf; font-size: 12px; font-weight: var(--weight-body); line-height: 1.5; margin-bottom: 6px; }
.business-page footer div:not(.footer-brand), .demo-page footer div:not(.footer-brand) { align-content: start; display: grid; gap: 7px; }
.business-page footer strong, .demo-page footer strong { font-size: 12px; font-weight: 800; margin-bottom: 2px; }
.business-page footer a:not(.brand), .demo-page footer a:not(.brand) { color: #cbd5e1; font-size: 11px; font-weight: 700; }
.business-page footer a:hover, .demo-page footer a:hover { color: var(--green); }
.business-page .footer-links, .demo-page .footer-links { display: flex !important; flex-wrap: wrap; gap: 16px !important; justify-content: flex-end; }
.business-page .footer-bottom, .demo-page .footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.1); color: #94a3b8; display: flex !important; font-size: 11px; font-weight: 500; grid-column: 1 / -1; justify-content: space-between; margin-top: 6px; padding-top: 19px; }
.business-page .policy-page, .demo-page .policy-page { background: var(--white); padding: 46px 24px 64px; }
.business-page .policy-content, .demo-page .policy-content { margin: 0 auto; max-width: 1080px; padding: 0; }
.business-page .policy-content h1, .demo-page .policy-content h1 { color: var(--ink); font-size: 56px; line-height: 0.98; margin-bottom: 12px; }
.business-page .policy-content h2, .demo-page .policy-content h2 { color: var(--ink); font-size: 18px; line-height: 1.25; margin: 34px 0 12px; }
.business-page .policy-content p, .demo-page .policy-content p, .business-page .policy-content li, .demo-page .policy-content li { color: var(--ink); font-size: 13px; font-weight: var(--weight-body); line-height: 1.62; }
.business-page .policy-content p, .demo-page .policy-content p { margin-bottom: 13px; }
.business-page .policy-content ul, .demo-page .policy-content ul { display: grid; gap: 4px; margin: 0 0 16px; padding-left: 19px; }
.business-page .policy-content a, .demo-page .policy-content a { color: var(--green-dark); font-weight: 800; }
.business-page .policy-content a:hover, .demo-page .policy-content a:hover { color: var(--green); }
.business-page .policy-updated, .demo-page .policy-updated { border-bottom: 1px solid #bfc8d2; color: #64748b !important; font-size: 11px !important; font-weight: 700; margin-bottom: 26px !important; padding-bottom: 18px; }
.business-page .policy-table-wrap, .demo-page .policy-table-wrap { border: 1px solid #d6dde5; border-radius: 6px; margin: 22px 0 34px; overflow-x: auto; }
.business-page .policy-table, .demo-page .policy-table { border-collapse: collapse; min-width: 900px; width: 100%; }
.business-page .policy-table th, .demo-page .policy-table th, .business-page .policy-table td, .demo-page .policy-table td { border-bottom: 1px solid #d6dde5; border-right: 1px solid #d6dde5; padding: 18px 18px 19px; text-align: left; vertical-align: top; }
.business-page .policy-table th:last-child, .demo-page .policy-table th:last-child, .business-page .policy-table td:last-child, .demo-page .policy-table td:last-child { border-right: 0; }
.business-page .policy-table tr:last-child th, .demo-page .policy-table tr:last-child th, .business-page .policy-table tr:last-child td, .demo-page .policy-table tr:last-child td { border-bottom: 0; }
.business-page .policy-table thead th, .demo-page .policy-table thead th { background: #fafafa; color: var(--ink); font-size: 11px; font-weight: 900; letter-spacing: 0; line-height: 1.25; }
.business-page .policy-table tbody th, .demo-page .policy-table tbody th { background: #fbfbfa; color: var(--ink); font-size: 12px; font-weight: 900; line-height: 1.38; width: 22%; }
.business-page .policy-table td, .demo-page .policy-table td { color: var(--ink); font-size: 12px; font-weight: var(--weight-body); line-height: 1.5; }
.business-page .policy-table p, .demo-page .policy-table p { font-size: 12px; line-height: 1.5; margin: 0 0 8px; }
.business-page .policy-table p:last-child, .demo-page .policy-table p:last-child { margin-bottom: 0; }
.business-page .policy-table ul, .demo-page .policy-table ul { gap: 2px; margin: 0 0 8px; padding-left: 17px; }
.business-page .policy-table li, .demo-page .policy-table li { font-size: 12px; line-height: 1.45; }
.business-page .policy-section-grid, .demo-page .policy-section-grid { display: grid; gap: 22px; grid-template-columns: 1fr; margin-top: 22px; }
.business-page .policy-section-grid section, .demo-page .policy-section-grid section { border-bottom: 1px solid #d6dde5; padding-bottom: 18px; }
.business-page .policy-section-grid h2, .demo-page .policy-section-grid h2 { font-size: 16px; margin-top: 0; }
.demo-page { background: var(--white); }
.business-page .demo-hero, .demo-page .demo-hero { background: var(--night); color: var(--white); overflow: hidden; position: relative; }
.business-page .demo-hero-photo, .demo-page .demo-hero-photo { height: 100%; inset: 0; object-fit: cover; object-position: center 55%; position: absolute; transform: scale(1.06); width: 100%; z-index: 0; }
.business-page .demo-hero-shade, .demo-page .demo-hero-shade { background: linear-gradient(90deg, rgba(6, 16, 27, 0.98) 0%, rgba(6, 16, 27, 0.89) 35%, rgba(6, 16, 27, 0.58) 67%, rgba(6, 16, 27, 0.76) 100%), linear-gradient(180deg, rgba(6, 16, 27, 0.28), rgba(6, 16, 27, 0.78)); inset: 0; position: absolute; z-index: 1; }
.business-page .demo-hero-map, .demo-page .demo-hero-map { height: 430px; opacity: 0.34; position: absolute; right: max(-40px, calc((100vw - 1520px) / 2)); top: 118px; width: min(48vw, 690px); z-index: 1; }
.business-page .demo-zone, .demo-page .demo-zone { fill: rgba(21, 128, 61, 0.24); stroke: rgba(110, 231, 120, 0.74); stroke-linejoin: round; stroke-width: 3; }
.business-page .demo-route-points .point-halo, .demo-page .demo-route-points .point-halo { fill: rgba(89, 217, 117, 0.18); stroke: none; }
.business-page .demo-route-points .point-ring, .demo-page .demo-route-points .point-ring { fill: #f9fff9; stroke: #6ee778; stroke-width: 3; }
.business-page .demo-route-points .point-core, .demo-page .demo-route-points .point-core { fill: #2f9e44; stroke: none; }
.business-page .demo-hero-inner, .demo-page .demo-hero-inner { align-items: center; display: grid; gap: 58px; grid-template-columns: minmax(340px, 0.82fr) minmax(560px, 1.18fr); margin: 0 auto; max-width: 1220px; min-height: 760px; padding: 60px 28px 68px; position: relative; z-index: 2; }
.business-page .demo-copy h1, .demo-page .demo-copy h1 { color: var(--white); font-size: 58px; line-height: 0.98; margin-bottom: 24px; max-width: 520px; }
.business-page .demo-copy h1 span, .demo-page .demo-copy h1 span { color: #59d975; display: block; }
.business-page .demo-copy > p, .demo-page .demo-copy > p { color: #e2e8f0; font-size: 16px; font-weight: var(--weight-body-strong); line-height: 1.62; margin-bottom: 28px; max-width: 520px; }
.business-page .demo-points, .demo-page .demo-points { display: grid; gap: 18px; list-style: none; margin: 0; max-width: 500px; padding: 0; }
.business-page .demo-points li, .demo-page .demo-points li { align-items: center; color: #f8fafc; display: grid; font-size: 16px; font-weight: 700; gap: 20px; grid-template-columns: 42px 1fr; }
.business-page .demo-points svg, .demo-page .demo-points svg { fill: none; height: 30px; stroke: #26b14f; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; width: 30px; }
.business-page .demo-points .demo-reassurance, .demo-page .demo-points .demo-reassurance { border-top: 1px solid rgba(255, 255, 255, 0.18); color: #f8fafc; font-size: 14px; line-height: 1.45; margin-top: 6px; padding-top: 22px; }
.business-page .demo-reassurance svg, .demo-page .demo-reassurance svg { height: 28px; width: 28px; }
.business-page .demo-scheduler, .demo-page .demo-scheduler { position: relative; z-index: 2; }
.business-page .demo-scheduler .calendly-inline-widget, .demo-page .demo-scheduler .calendly-inline-widget { height: 760px; min-width: 320px; }
.business-page .demo-fallback, .demo-page .demo-fallback { color: rgba(232, 255, 240, 0.9); font-size: 14px; font-weight: 800; line-height: 1.5; margin: 18px 0 0; text-align: center; }
.business-page .demo-fallback span, .demo-page .demo-fallback span, .business-page .demo-fallback a, .demo-page .demo-fallback a { display: inline; }
.business-page .demo-fallback a, .demo-page .demo-fallback a { color: #59d975; font-weight: 900; text-decoration: underline; text-decoration-color: rgba(89, 217, 117, 0.72); text-underline-offset: 4px; }
.business-page .demo-fallback a:hover, .demo-page .demo-fallback a:hover { color: var(--white); }
.business-page .contact-page, .demo-page .contact-page { background: var(--night); }
.business-page .contact-hero, .demo-page .contact-hero { background: var(--night); color: var(--white); overflow: hidden; position: relative; }
.business-page .contact-hero-photo, .demo-page .contact-hero-photo { height: 100%; inset: 0; object-fit: cover; object-position: center 52%; position: absolute; transform: scale(1.04); width: 100%; z-index: 0; }
.business-page .contact-hero-shade, .demo-page .contact-hero-shade { background: linear-gradient(90deg, rgba(6, 16, 27, 0.98) 0%, rgba(6, 16, 27, 0.9) 43%, rgba(6, 16, 27, 0.6) 100%), linear-gradient(180deg, rgba(6, 16, 27, 0.18), rgba(6, 16, 27, 0.78)); inset: 0; position: absolute; z-index: 1; }
.business-page .contact-hero-map, .demo-page .contact-hero-map { height: 540px; opacity: 0.34; position: absolute; right: max(-105px, calc((100vw - 1500px) / 2)); top: 118px; width: min(50vw, 700px); z-index: 1; }
.business-page .contact-zone, .demo-page .contact-zone { fill: rgba(21, 128, 61, 0.22); stroke: rgba(110, 231, 120, 0.68); stroke-linejoin: round; stroke-width: 3; }
.business-page .contact-route-points .point-ring, .demo-page .contact-route-points .point-ring { fill: #f9fff9; stroke: #6ee778; stroke-width: 3; }
.business-page .contact-route-points .point-core, .demo-page .contact-route-points .point-core { fill: #2f9e44; stroke: none; }
.business-page .contact-hero-inner, .demo-page .contact-hero-inner { align-items: center; display: grid; gap: 58px; grid-template-columns: minmax(340px, 0.82fr) minmax(520px, 1.18fr); margin: 0 auto; max-width: 1220px; min-height: 760px; padding: 60px 28px 68px; position: relative; z-index: 2; }
.business-page .contact-copy, .demo-page .contact-copy { max-width: 480px; }
.business-page .contact-copy .eyebrow, .demo-page .contact-copy .eyebrow { color: #59d975; }
.business-page .contact-copy h1, .demo-page .contact-copy h1 { color: var(--white); font-size: 58px; line-height: 0.98; margin-bottom: 24px; }
.business-page .contact-copy h1 span, .demo-page .contact-copy h1 span { color: #59d975; display: block; }
.business-page .contact-copy > p, .demo-page .contact-copy > p { color: #e2e8f0; font-size: 16px; font-weight: var(--weight-body-strong); line-height: 1.62; margin-bottom: 32px; }
.business-page .contact-info-list, .demo-page .contact-info-list { display: grid; gap: 24px; }
.business-page .contact-info-list article, .demo-page .contact-info-list article { align-items: start; display: grid; gap: 16px; grid-template-columns: 48px 1fr; }
.business-page .contact-info-list article > span, .demo-page .contact-info-list article > span { align-items: center; background: rgba(255, 255, 255, 0.06); border-radius: 12px; color: #59d975; display: flex; height: 48px; justify-content: center; width: 48px; }
.business-page .contact-info-list svg, .demo-page .contact-info-list svg { fill: none; height: 26px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; width: 26px; }
.business-page .contact-info-list h2, .demo-page .contact-info-list h2 { color: var(--white); font-size: 15px; line-height: 1.2; margin: 0 0 4px; }
.business-page .contact-info-list a, .demo-page .contact-info-list a { color: #59d975; display: inline-flex; font-size: 13px; font-weight: 900; margin-bottom: 4px; }
.business-page .contact-info-list p, .demo-page .contact-info-list p { color: #cbd5e1; font-size: 13px; font-weight: var(--weight-body-strong); line-height: 1.52; margin: 0; }
.business-page .contact-card, .demo-page .contact-card { background: rgba(255, 255, 255, 0.98); border: 1px solid rgba(255, 255, 255, 0.64); border-radius: 16px; box-shadow: 0 24px 62px rgba(7, 17, 31, 0.3); color: var(--ink); padding: 28px; }
.business-page .contact-card h2, .demo-page .contact-card h2 { color: var(--ink); font-size: 27px; line-height: 1.12; margin-bottom: 6px; }
.business-page .contact-card > p, .demo-page .contact-card > p { color: var(--muted); font-size: 14px; font-weight: var(--weight-body-strong); line-height: 1.5; margin-bottom: 24px; }
.business-page .contact-card label, .demo-page .contact-card label, .business-page .contact-card fieldset, .demo-page .contact-card fieldset { border: 0; display: grid; gap: 8px; margin: 0; padding: 0; }
.business-page .contact-card label > span:first-child, .demo-page .contact-card label > span:first-child, .business-page .contact-card legend, .demo-page .contact-card legend { color: var(--ink); font-size: 12px; font-weight: 850; line-height: 1.2; margin-bottom: 2px; }
.business-page .contact-field-grid, .demo-page .contact-field-grid { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); margin-bottom: 18px; }
.business-page .contact-card input[type="text"], .demo-page .contact-card input[type="text"], .business-page .contact-card input[type="email"], .demo-page .contact-card input[type="email"], .business-page .contact-card textarea, .demo-page .contact-card textarea { background: var(--white); border: 1px solid #d8dee5; border-radius: 8px; color: var(--ink); font: inherit; font-size: 13px; font-weight: var(--weight-body); outline: none; padding: 12px 14px; transition: border-color 160ms ease, box-shadow 160ms ease; width: 100%; }
.business-page .contact-card textarea, .demo-page .contact-card textarea { margin-bottom: 18px; resize: vertical; }
.business-page .contact-card input:focus, .demo-page .contact-card input:focus, .business-page .contact-card textarea:focus, .demo-page .contact-card textarea:focus { border-color: #2d8b4b; box-shadow: 0 0 0 3px rgba(45, 139, 75, 0.13); }
.business-page .contact-role, .demo-page .contact-role { margin-bottom: 18px !important; }
.business-page .contact-honeypot, .demo-page .contact-honeypot { display: none !important; }
.business-page .contact-form-status, .demo-page .contact-form-status { color: var(--muted); font-size: 13px; font-weight: var(--weight-body-strong); line-height: 1.45; margin: 14px 0 0; min-height: 19px; }
.business-page .contact-form-status:empty, .demo-page .contact-form-status:empty { display: none; }
.business-page .contact-form-status[data-state="success"], .demo-page .contact-form-status[data-state="success"] { color: #176a36; }
.business-page .contact-form-status[data-state="error"], .demo-page .contact-form-status[data-state="error"] { color: #b42318; }
.business-page .role-options, .demo-page .role-options { background: #f8fbf8; border: 1px solid #d8e8de; border-radius: 10px; display: grid; gap: 4px; grid-template-columns: repeat(3, 1fr); padding: 4px; }
.business-page .role-options label, .demo-page .role-options label { cursor: pointer; display: block; }
.business-page .role-options input, .demo-page .role-options input { position: absolute; opacity: 0; pointer-events: none; }
.business-page .role-options span, .demo-page .role-options span { align-items: center; border-radius: 7px; color: var(--muted); display: flex; font-size: 13px; font-weight: 850; justify-content: center; min-height: 38px; padding: 0 12px; transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease; }
.business-page .role-options input:checked + span, .demo-page .role-options input:checked + span { background: var(--white); box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08); color: var(--green-dark); }
.business-page .role-options label:hover span, .demo-page .role-options label:hover span { color: var(--green-dark); }
.business-page .contact-card .button, .demo-page .contact-card .button { border-radius: 8px; min-height: 44px; width: 100%; }
@media (max-width: 980px) {
.business-page .header-link, .demo-page .header-link { display: none; }
.business-page .nav-toggle, .demo-page .nav-toggle { display: flex; }
.business-page .nav-links, .demo-page .nav-links { background: rgba(7, 17, 31, 0.98); border-bottom: 1px solid rgba(255, 255, 255, 0.08); display: none; flex-direction: column; gap: 0; left: 0; margin: 0; padding: 8px 0 12px; position: absolute; right: 0; top: 100%; z-index: 9; }
.business-page .site-header.nav-open .nav-links, .demo-page .site-header.nav-open .nav-links { display: flex; }
.business-page .nav-links a, .demo-page .nav-links a { align-items: center; display: flex; min-height: 46px; padding: 6px 24px; width: 100%; }
.business-page h1, .demo-page h1 { font-size: 64px; }
.business-page h2, .demo-page h2 { font-size: 42px; }
.business-page .hero, .demo-page .hero, .business-page .hero-inner, .demo-page .hero-inner { min-height: 560px; }
.business-page .hero-inner, .demo-page .hero-inner { padding: 42px 24px; }
.business-page .hero-layout, .demo-page .hero-layout { grid-template-columns: 1fr; }
.business-page .hero-copy h1, .demo-page .hero-copy h1 { font-size: 60px; }
.business-page .hero-title-line, .demo-page .hero-title-line { white-space: normal; }
.business-page .hero-route-overlay, .demo-page .hero-route-overlay { opacity: 0.6; right: -38%; top: 70px; width: 820px; }
.business-page .hero-estimate-badge, .demo-page .hero-estimate-badge { left: auto; right: 32px; top: 386px; transform: none; }
.business-page .demo-hero-map, .demo-page .demo-hero-map { opacity: 0.22; right: -38%; top: 110px; width: 780px; }
.business-page .product-section, .demo-page .product-section, .business-page .report-section, .demo-page .report-section, .business-page .distributor-section, .demo-page .distributor-section { grid-template-columns: 1fr; }
.business-page .product-section, .demo-page .product-section, .business-page .report-section, .demo-page .report-section { max-width: 820px; }
.business-page .product-copy, .demo-page .product-copy { max-width: 620px; }
.business-page .product-copy h2, .demo-page .product-copy h2 { max-width: 620px; }
.business-page .report-section, .demo-page .report-section { gap: 42px; }
.business-page .report-copy, .demo-page .report-copy { max-width: 650px; }
.business-page .report-copy h2, .demo-page .report-copy h2 { max-width: 650px; }
.business-page .feature-list, .demo-page .feature-list { max-width: 520px; width: 100%; }
.business-page .builder-frame, .demo-page .builder-frame { justify-self: stretch; width: 100%; }
.business-page .distributor-section, .demo-page .distributor-section { margin-inline: 24px; max-width: none; }
.business-page .distributor-section img, .demo-page .distributor-section img { max-height: 290px; }
.business-page .bottom-grid, .demo-page .bottom-grid { grid-template-columns: 1fr; max-width: 820px; }
.business-page .closing-section, .demo-page .closing-section { min-height: 250px; }
.business-page footer, .demo-page footer { grid-template-columns: 1fr; }
.business-page .policy-section-grid, .demo-page .policy-section-grid { grid-template-columns: 1fr; }
.business-page .distributor-hero-copy h1, .demo-page .distributor-hero-copy h1 { font-size: 56px; }
.business-page .distributor-payout-inner, .demo-page .distributor-payout-inner { gap: 32px; grid-template-columns: 1fr; }
.business-page .steps-grid, .demo-page .steps-grid { grid-template-columns: repeat(2, 1fr); }
.business-page .distributor-requirements, .demo-page .distributor-requirements { gap: 35px; grid-template-columns: 1fr; }
.business-page .demo-hero-inner, .demo-page .demo-hero-inner { gap: 34px; grid-template-columns: 1fr; max-width: 760px; min-height: 0; padding-top: 48px; }
.business-page .demo-copy h1, .demo-page .demo-copy h1 { font-size: 50px; max-width: 650px; }
.business-page .demo-scheduler .calendly-inline-widget, .demo-page .demo-scheduler .calendly-inline-widget { height: 780px; }
.business-page .contact-hero-map, .demo-page .contact-hero-map { opacity: 0.22; right: -38%; top: 120px; width: 780px; }
.business-page .contact-hero-inner, .demo-page .contact-hero-inner { gap: 34px; grid-template-columns: 1fr; max-width: 780px; min-height: 0; padding-top: 54px; }
.business-page .contact-copy, .demo-page .contact-copy { max-width: 620px; }
.business-page .contact-copy h1, .demo-page .contact-copy h1 { font-size: 50px; }
}
@media (max-width: 640px) {
.business-page .site-header, .demo-page .site-header { height: 62px; min-height: 62px; padding: 0 15px; }
.business-page .brand, .demo-page .brand { font-size: 15px; height: 34px; }
.business-page .brand img, .demo-page .brand img { height: 34px; width: 27px; }
.business-page .button-small, .demo-page .button-small, .business-page .site-header .button-small, .demo-page .site-header .button-small { font-size: 11px; height: 34px; min-height: 34px; min-width: 104px; padding-inline: 11px; }
.business-page .hero, .demo-page .hero, .business-page .hero-inner, .demo-page .hero-inner { min-height: 610px; }
.business-page .hero-inner, .demo-page .hero-inner { justify-content: flex-start; padding: 50px 18px 34px; }
.business-page h1, .demo-page h1, .business-page .hero-copy h1, .demo-page .hero-copy h1 { font-size: 48px; }
.business-page h2, .demo-page h2 { font-size: 35px; }
.business-page .hero-copy > p:not(.eyebrow), .demo-page .hero-copy > p:not(.eyebrow) { font-size: 14px; }
.business-page .hero-actions, .demo-page .hero-actions, .business-page .hero-actions .button, .demo-page .hero-actions .button { width: 100%; }
.business-page .hero-route-overlay, .demo-page .hero-route-overlay { height: 420px; opacity: 0.44; right: -103%; top: 380px; width: 700px; }
.business-page .hero-estimate-badge, .demo-page .hero-estimate-badge { display: none; }
.business-page .demo-hero-map, .demo-page .demo-hero-map { display: none; }
.business-page .campaign-band, .demo-page .campaign-band { margin-top: 0; }
.business-page .product-section, .demo-page .product-section, .business-page .report-section, .demo-page .report-section { gap: 30px; padding: 46px 18px 50px; }
.business-page .product-copy h2, .demo-page .product-copy h2 { font-size: 38px; }
.business-page .feature-list li, .demo-page .feature-list li { gap: 12px; grid-template-columns: 34px 1fr; min-height: 62px; }
.business-page .feature-icon, .demo-page .feature-icon { font-size: 13px; height: 34px; width: 34px; }
.business-page .feature-list strong, .demo-page .feature-list strong { font-size: 14px; }
.business-page .feature-list small, .demo-page .feature-list small { font-size: 12px; }
.business-page .builder-toolbar, .demo-page .builder-toolbar { height: 34px; padding: 0 12px; }
.business-page .builder-toolbar span, .demo-page .builder-toolbar span { height: 7px; width: 7px; }
.business-page .builder-toolbar i, .demo-page .builder-toolbar i { height: 8px; }
.business-page .metric-grid, .demo-page .metric-grid { grid-template-columns: repeat(2, 1fr); }
.business-page .report-preview, .demo-page .report-preview { padding: 18px; }
.business-page .report-preview header, .demo-page .report-preview header { display: grid; }
.business-page .report-header-actions, .demo-page .report-header-actions { justify-content: flex-start; }
.business-page .report-preview h3, .demo-page .report-preview h3 { font-size: 20px; }
.business-page .report-preview small, .demo-page .report-preview small { font-size: 13px; }
.business-page .report-status, .demo-page .report-status { min-height: 31px; padding: 7px 11px; }
.business-page .report-action, .demo-page .report-action { height: 36px; width: 36px; }
.business-page .metric-grid, .demo-page .metric-grid { gap: 10px; margin: 22px 0 16px; }
.business-page .metric-grid div, .demo-page .metric-grid div { padding: 14px; }
.business-page .metric-grid strong, .demo-page .metric-grid strong { font-size: 20px; }
.business-page .metric-grid small, .demo-page .metric-grid small { font-size: 11px; }
.business-page .report-map svg, .demo-page .report-map svg { height: 230px; }
.business-page .report-copy h2, .demo-page .report-copy h2 { font-size: 38px; }
.business-page .report-copy h2 span, .demo-page .report-copy h2 span { padding-bottom: 11px; }
.business-page .report-copy h2 span::after, .demo-page .report-copy h2 span::after { bottom: 2px; height: 4px; }
.business-page .report-copy > p:not(.eyebrow), .demo-page .report-copy > p:not(.eyebrow) { font-size: 14px; }
.business-page .distributor-section, .demo-page .distributor-section { border-radius: 0; margin: 38px 0; }
.business-page .distributor-copy, .demo-page .distributor-copy { padding: 34px 20px 40px; }
.business-page .bottom-band, .demo-page .bottom-band { padding: 4px 18px 34px; }
.business-page .closing-section, .demo-page .closing-section { border-radius: 12px; min-height: 0; padding: 30px 22px; }
.business-page .closing-section h2, .demo-page .closing-section h2 { font-size: 32px; }
.business-page footer, .demo-page footer { gap: 18px; grid-template-columns: 1fr; margin-top: 0; padding: 28px 20px 34px; }
.business-page .footer-links, .demo-page .footer-links { justify-content: flex-start; }
.business-page .footer-bottom, .demo-page .footer-bottom { display: grid !important; gap: 8px; }
.business-page .policy-page, .demo-page .policy-page { padding: 34px 18px 48px; }
.business-page .policy-content, .demo-page .policy-content { padding: 0; }
.business-page .policy-content h1, .demo-page .policy-content h1 { font-size: 40px; }
.business-page .policy-content h2, .demo-page .policy-content h2 { font-size: 17px; margin-top: 28px; }
.business-page .policy-table-wrap, .demo-page .policy-table-wrap { margin-inline: -2px; }
.business-page .policy-section-grid h2, .demo-page .policy-section-grid h2 { margin-top: 0; }
.business-page .distributor-join, .demo-page .distributor-join { font-size: 10px; }
.business-page .distributor-hero, .demo-page .distributor-hero, .business-page .distributor-hero-inner, .demo-page .distributor-hero-inner { min-height: 680px; }
.business-page .distributor-hero-inner, .demo-page .distributor-hero-inner { padding: 48px 18px 35px; }
.business-page .distributor-hero-copy h1, .demo-page .distributor-hero-copy h1 { font-size: 46px; }
.business-page .distributor-hero-copy > p:not(.eyebrow):not(.hero-launch-note), .demo-page .distributor-hero-copy > p:not(.eyebrow):not(.hero-launch-note) { font-size: 14px; }
.business-page .steps-grid, .demo-page .steps-grid, .business-page .requirements-grid, .demo-page .requirements-grid { grid-template-columns: 1fr; }
.business-page .distributor-steps, .demo-page .distributor-steps { padding: 58px 18px 62px; }
.business-page .steps-grid, .demo-page .steps-grid { margin-top: 28px; }
.business-page .distributor-payout-inner, .demo-page .distributor-payout-inner { padding: 58px 18px; }
.business-page .payout-list li, .demo-page .payout-list li { align-items: flex-start; border-radius: 14px; }
.business-page .app-preview-card, .demo-page .app-preview-card { max-width: 300px; }
.business-page .app-preview-card img, .demo-page .app-preview-card img { border-radius: 38px; }
.business-page .distributor-requirements, .demo-page .distributor-requirements { padding: 58px 18px; }
.business-page .faq-section, .demo-page .faq-section { padding: 58px 18px 62px; }
.business-page .distributor-join-section, .demo-page .distributor-join-section, .business-page .business-join-section, .demo-page .business-join-section { padding: 58px 18px; }
.business-page .demo-hero-inner, .demo-page .demo-hero-inner { min-height: 0; padding: 38px 18px 44px; }
.business-page .demo-copy h1, .demo-page .demo-copy h1 { font-size: 44px; }
.business-page .demo-copy > p, .demo-page .demo-copy > p { font-size: 15px; }
.business-page .demo-points li, .demo-page .demo-points li { font-size: 14px; gap: 12px; grid-template-columns: 34px 1fr; }
.business-page .demo-points svg, .demo-page .demo-points svg { height: 26px; width: 26px; }
.business-page .demo-points .demo-reassurance, .demo-page .demo-points .demo-reassurance { font-size: 13px; padding-top: 18px; }
.business-page .demo-scheduler .calendly-inline-widget, .demo-page .demo-scheduler .calendly-inline-widget { height: 820px; }
.business-page .demo-fallback, .demo-page .demo-fallback { font-size: 13px; line-height: 1.45; }
.business-page .contact-hero-map, .demo-page .contact-hero-map { display: none; }
.business-page .contact-hero-inner, .demo-page .contact-hero-inner { min-height: 0; padding: 42px 18px 48px; }
.business-page .contact-copy h1, .demo-page .contact-copy h1 { font-size: 44px; }
.business-page .contact-copy > p, .demo-page .contact-copy > p { font-size: 15px; }
.business-page .contact-info-list article, .demo-page .contact-info-list article { grid-template-columns: 42px 1fr; }
.business-page .contact-info-list article > span, .demo-page .contact-info-list article > span { border-radius: 10px; height: 42px; width: 42px; }
.business-page .contact-card, .demo-page .contact-card { border-radius: 13px; padding: 20px; }
.business-page .contact-card h2, .demo-page .contact-card h2 { font-size: 24px; }
.business-page .contact-field-grid, .demo-page .contact-field-grid { grid-template-columns: 1fr; }
.business-page .role-options, .demo-page .role-options { grid-template-columns: 1fr; }
}
.business-page .hero .button:not(.button-ghost), .demo-page .hero .button:not(.button-ghost), .business-page .closing-section .button, .demo-page .closing-section .button { background: #2d6a44; border-color: #1a472a; box-shadow: 0 6px 14px rgba(26, 71, 42, 0.22); }
.business-page .hero .button:not(.button-ghost):hover, .demo-page .hero .button:not(.button-ghost):hover, .business-page .closing-section .button:hover, .demo-page .closing-section .button:hover { background: #1a472a; }
.business-page .hero-copy h1 > span:not(.hero-title-line), .demo-page .hero-copy h1 > span:not(.hero-title-line) { color: #59d975; }
.business-page .nav-links a:hover, .demo-page .nav-links a:hover, .business-page .header-link:hover, .demo-page .header-link:hover { color: #59d975; }
.business-page footer a:hover, .demo-page footer a:hover { color: #59d975; }
.business-page .point-core, .demo-page .point-core { fill: #26B14F; stroke: #15803d; }
.business-page .estimate-pin, .demo-page .estimate-pin { background: transparent; }
.business-page .report-map .route, .demo-page .report-map .route { stroke: #15803d; }
.business-page .report-map circle, .demo-page .report-map circle { stroke: #15803d; }
