:root {
  color-scheme: light;
  --ivory: #f7f4ed;
  --charcoal: #171a18;
  --green: #1f6b55;
  --green-dark: #164c3d;
  --mint: #69b99b;
  --copper: #c9894b;
  --muted: #657169;
  --line: #d8ddd8;
  --soft: #e5eee7;
  --dark-surface: #202923;
  --dark-line: #39463f;
  --dark-muted: #aebbb3;
  --shadow: 0 30px 90px rgba(23, 26, 24, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--ivory); color: var(--charcoal); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
img { display: block; max-inline-size: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:where(a, button):focus-visible { outline: 3px solid var(--copper); outline-offset: 3px; }
.section-shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { width: 1px; height: 1px; padding: 0; overflow: hidden; position: absolute; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { width: min(1300px, calc(100% - 48px)); min-height: 88px; margin-inline: auto; padding-block: 14px; display: flex; align-items: center; justify-content: space-between; gap: 24px; position: relative; z-index: 20; }
.brand { min-block-size: 44px; display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; font-size: 26px; font-weight: 780; letter-spacing: -.05em; }
.brand img { width: 38px; height: 38px; }
.customer-beta-label { margin-inline-start: 2px; padding-inline-start: 11px; border-inline-start: 1px solid var(--copper); color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .15em; line-height: 1.3; text-transform: uppercase; }
.site-header nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; }
.site-header nav > a { min-block-size: 44px; display: inline-flex; align-items: center; color: #465149; transition: color .2s ease; }
.site-header nav > a:hover { color: var(--green); }
.nav-cta { padding-inline: 18px; border: 1px solid var(--green); border-radius: 999px; color: var(--green) !important; white-space: nowrap; }
.language-control { display: flex; align-items: center; gap: 3px; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.5); }
.language-button { min-width: 44px; min-height: 44px; padding-inline: 9px; border: 0; border-radius: 999px; background: transparent; color: var(--muted); cursor: pointer; font-size: 12px; font-weight: 800; }
.language-button[aria-pressed="true"] { background: var(--green); color: white; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding-inline: 24px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: 15px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: white; box-shadow: 0 14px 34px rgba(31,107,85,.22); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.46); color: var(--charcoal); }
.hero-store-placeholder:disabled { cursor: not-allowed; opacity: .58; color: var(--green-dark); box-shadow: none; }
.hero-store-placeholder:disabled:hover { transform: none; }

.customer-page { background: var(--ivory); }
.customer-hero { min-height: min(820px, calc(100svh - 88px)); padding-block: clamp(58px, 8vw, 112px) clamp(82px, 10vw, 132px); display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); align-items: center; gap: clamp(34px, 6vw, 96px); }
.hero-copy { min-width: 0; }
.customer-hero h1 { max-width: 680px; margin: 0; font-size: clamp(3.3rem, 7.3vw, 7.2rem); line-height: .91; letter-spacing: -.08em; font-weight: 760; }
.customer-hero h1 em { color: var(--green); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.hero-lead { max-width: 580px; margin: 30px 0 0; color: #515d55; font-size: clamp(17px, 1.35vw, 20px); line-height: 1.7; }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; margin-top: 34px; }
.hero-action-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.availability-note { color: var(--muted); font-size: 13px; font-weight: 650; }
.hero-signals { margin: 38px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 18px 24px; list-style: none; color: #536158; font-size: 13px; font-weight: 700; }
.hero-signals li { display: inline-flex; align-items: center; gap: 8px; }
.hero-signals li > span:first-child { width: 8px; height: 8px; display: block; border-radius: 50%; background: var(--copper); box-shadow: 0 0 0 4px rgba(201,137,75,.12); }

.customer-phone-stage { min-width: 0; min-height: 680px; position: relative; display: grid; place-items: center; isolation: isolate; }
.customer-phone-stage::before { content: ""; width: min(510px, 88%); aspect-ratio: 1; position: absolute; border-radius: 50%; background: var(--soft); z-index: -2; }
.customer-stage-line { width: 100%; height: 1px; position: absolute; left: 0; bottom: 20%; background: linear-gradient(90deg, transparent, rgba(31,107,85,.65) 16%, rgba(105,185,155,.45) 68%, transparent); z-index: -1; }
.customer-stage-line::after { content: ""; width: 11px; height: 11px; position: absolute; right: 17%; top: -5px; border-top: 2px solid var(--green); border-right: 2px solid var(--green); transform: rotate(45deg); }
.app-device { overflow: hidden; border: 8px solid var(--charcoal); border-radius: 43px; background: white; box-shadow: 0 34px 90px rgba(23,26,24,.24); }
.customer-device { width: min(356px, 100%); height: 680px; transform: rotate(3deg); }
.device-status-bar { height: 28px; padding: 9px 16px 0; display: flex; justify-content: space-between; color: var(--charcoal); font-size: 9px; font-weight: 800; }
.app-screen { height: calc(100% - 28px); padding: 16px 17px 0; background: var(--ivory); }
.app-topbar { display: flex; align-items: center; justify-content: space-between; }
.app-wordmark { color: var(--green); font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-style: italic; letter-spacing: .05em; }
.app-topbar-icon { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #d8e0d9; border-radius: 50%; color: var(--green); font-size: 16px; line-height: 1; }
.app-topbar-icon svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.app-search { min-height: 45px; margin-top: 16px; padding: 0 12px; display: flex; align-items: center; gap: 9px; border: 1px solid #d9ded8; border-radius: 9px; background: rgba(255,255,255,.58); color: #7a857e; font-size: 11px; }
.app-search svg { width: 17px; height: 17px; flex: 0 0 auto; fill: none; stroke: var(--charcoal); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.app-map { height: 188px; margin-top: 10px; overflow: hidden; position: relative; border-radius: 12px; background: #e0e9e0; }
.map-street { position: absolute; height: 7px; background: rgba(247,244,237,.85); transform-origin: left center; }
.map-street-one { width: 300px; left: -32px; top: 68px; transform: rotate(-28deg); }
.map-street-two { width: 250px; left: 80px; top: 116px; transform: rotate(31deg); }
.map-street-three { width: 300px; left: -36px; top: 145px; transform: rotate(11deg); }
.map-river { width: 360px; height: 30px; position: absolute; right: -64px; top: 18px; border: 8px solid rgba(146,193,199,.42); border-inline-width: 12px; transform: rotate(72deg); }
.map-location-pin { width: 28px; height: 28px; position: absolute; top: 66px; left: 52%; border: 4px solid var(--ivory); border-radius: 50% 50% 50% 4px; background: var(--green); box-shadow: 0 7px 14px rgba(23,26,24,.16); transform: translateX(-50%) rotate(-45deg); }
.map-location-pin::after { content: ""; width: 6px; height: 6px; position: absolute; left: 7px; top: 7px; border-radius: 50%; background: var(--ivory); }
.map-location-label { position: absolute; left: 11px; bottom: 10px; padding: 5px 9px; border-radius: 5px; background: rgba(255,255,255,.85); color: var(--charcoal); font-size: 9px; font-weight: 750; }
.app-shop-card { margin: -31px 8px 0; padding: 15px 13px 13px; position: relative; border: 1px solid #d6dcd5; border-radius: 12px; background: #fffdfa; box-shadow: 0 12px 28px rgba(23,26,24,.1); }
.app-shop-heading { min-width: 0; display: grid; grid-template-columns: 36px minmax(0, 1fr) 10px; gap: 9px; align-items: center; }
.app-shop-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 8px; background: var(--green); color: var(--ivory); font-family: Georgia, serif; font-size: 20px; }
.app-shop-heading > div { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.app-shop-heading strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.app-shop-heading small { overflow: hidden; color: var(--muted); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.app-chevron { width: 9px; height: 9px; border-top: 1.5px solid var(--green); border-right: 1.5px solid var(--green); transform: rotate(45deg); }
.app-queue-summary { margin-top: 13px; padding-top: 12px; display: flex; align-items: end; justify-content: space-between; gap: 12px; border-top: 1px solid var(--line); }
.app-queue-summary > div { display: flex; flex-direction: column; gap: 3px; }
.app-queue-summary span { color: var(--muted); font-size: 8px; }
.app-queue-summary strong { color: var(--green-dark); font-size: 15px; }
.app-queue-summary > div:last-child { align-items: end; }
.app-queue-summary > div:last-child > span:first-child { color: var(--green); font-size: 10px; font-weight: 800; }
.queue-dot { width: 7px; height: 7px; margin-top: 3px; display: block; border-radius: 50%; background: var(--mint); }
.app-queue-meter { height: 5px; margin-top: 10px; overflow: hidden; border-radius: 99px; background: #e2e7e2; }
.app-queue-meter span { width: 40%; height: 100%; display: block; border-radius: inherit; background: var(--green); }
.app-booking-summary { margin-top: 13px; padding-top: 12px; display: flex; align-items: end; justify-content: space-between; gap: 8px; border-top: 1px solid var(--line); }
.app-booking-summary > div { display: flex; flex-direction: column; gap: 3px; }
.app-booking-summary span:first-child { color: var(--muted); font-size: 8px; }
.app-booking-summary strong { color: var(--green-dark); font-size: 13px; }
.app-inline-action, .app-wide-action { display: inline-flex; align-items: center; justify-content: center; min-height: 32px; padding-inline: 10px; border-radius: 7px; background: var(--green); color: white; font-size: 9px; font-weight: 800; white-space: nowrap; }
.app-tabbar { min-height: 70px; margin: 18px -3px 0; padding-top: 13px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.app-tab { display: flex; flex-direction: column; align-items: center; gap: 5px; color: #7b857d; }
.app-tab.active { color: var(--green); }
.app-tab svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.55; }
.app-tab small { font-size: 8px; font-weight: 750; }

.customer-journey-section { padding-block: clamp(80px, 10vw, 136px) clamp(92px, 11vw, 148px); border-top: 1px solid var(--line); }
.customer-section-heading { max-width: 760px; }
.section-kicker { margin: 0 0 16px; color: var(--green); font-family: Georgia, "Times New Roman", serif; font-size: clamp(19px, 2.2vw, 27px); line-height: 1.2; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 9px; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }
.eyebrow > span:first-child { width: 22px; height: 2px; flex: 0 0 auto; background: currentColor; }
.partner-page .eyebrow { color: var(--mint); }
.partner-page .eyebrow > span:first-child { background: var(--copper); }
.customer-section-heading h2 { max-width: 800px; margin: 0; font-size: clamp(2.7rem, 5.2vw, 5.3rem); line-height: .98; letter-spacing: -.07em; font-weight: 740; }
.customer-section-heading > p:last-child { max-width: 560px; margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.customer-path { margin: 68px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; }
.customer-path-step { min-width: 0; min-height: 230px; padding: 20px 30px 0 0; position: relative; border-top: 1px solid var(--charcoal); }
.customer-path-step:not(:last-child)::after { content: ""; width: 40px; height: 1px; position: absolute; top: -1px; right: -20px; background: var(--copper); }
.path-index { display: block; color: var(--green); font-size: 14px; font-weight: 800; letter-spacing: .06em; }
.path-icon { width: 56px; height: 56px; margin-top: 24px; display: grid; place-items: center; border-radius: 50%; background: #e6eae4; color: var(--green); }
.path-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.customer-path-step h3 { max-width: 190px; margin: 22px 0 0; font-size: 19px; line-height: 1.15; letter-spacing: -.03em; }
.customer-path-step p { max-width: 220px; margin: 9px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.customer-status-section { padding-block: clamp(86px, 10vw, 136px) 0; overflow: hidden; background: var(--green-dark); color: var(--ivory); }
.customer-status-layout { display: grid; grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr); align-items: center; gap: clamp(44px, 8vw, 120px); }
.section-kicker-light { color: var(--mint); }
.customer-status-copy h2 { max-width: 620px; margin: 0; font-size: clamp(2.7rem, 5vw, 5.2rem); line-height: .98; letter-spacing: -.07em; font-weight: 720; }
.customer-status-copy > p:not(.section-kicker) { max-width: 530px; margin: 25px 0 0; color: #d0ded6; font-size: 17px; line-height: 1.7; }
.status-proof-list { margin: 40px 0 0; padding: 0; display: grid; gap: 23px; list-style: none; }
.status-proof-list li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; align-items: start; }
.proof-icon { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid var(--copper); border-radius: 50%; color: var(--copper); font-size: 14px; }
.proof-icon svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.status-proof-list li > span:last-child { display: flex; flex-direction: column; gap: 3px; }
.status-proof-list strong { font-size: 15px; }
.status-proof-list small { color: #b9cec2; font-size: 13px; line-height: 1.5; }
.status-phone-stage { min-width: 0; min-height: 650px; display: grid; place-items: center; position: relative; }
.status-phone-stage::before { content: ""; width: 560px; height: 560px; position: absolute; right: -100px; border: 1px solid rgba(105,185,155,.34); border-radius: 50%; box-shadow: 0 0 0 42px rgba(105,185,155,.05), 0 0 0 92px rgba(105,185,155,.035); }
.status-device { width: min(338px, 100%); height: 650px; transform: rotate(-3deg); }
.status-device .app-screen { background: var(--ivory); }
.status-app-heading { margin-top: 25px; display: flex; flex-direction: column; gap: 5px; }
.status-app-heading > span { color: var(--muted); font-size: 10px; }
.status-app-heading strong { font-size: 20px; letter-spacing: -.04em; }
.live-status-card { margin-top: 18px; padding: 24px 17px; display: grid; grid-template-columns: 1fr 1px 1fr; align-items: center; border-radius: 9px; background: var(--green-dark); color: var(--ivory); }
.live-status-card > div { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.live-status-card small { color: #c2dbce; font-size: 9px; }
.live-status-card strong { font-family: Georgia, serif; font-size: 43px; font-weight: 500; line-height: 1; }
.live-status-card span:not(.live-status-divider) { font-size: 10px; }
.live-status-divider { width: 1px; height: 70px; background: rgba(247,244,237,.35); }
.status-updated { margin: 15px 0 0; color: var(--muted); font-size: 9px; text-align: center; }
.status-app-screen .app-wide-action { width: 100%; min-height: 43px; margin-top: 25px; border-radius: 7px; }
.status-app-links { margin-top: 14px; border-top: 1px solid var(--line); }
.status-app-links > span { min-height: 55px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid var(--line); color: var(--charcoal); font-size: 11px; }
.status-app-links svg { width: 17px; height: 17px; fill: none; stroke: var(--green); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.status-lifecycle-shell { margin-top: 34px; padding-block: 28px 38px; border-top: 1px solid rgba(247,244,237,.2); }
.lifecycle-label { margin: 0 0 20px; color: var(--mint); font-family: Georgia, serif; font-size: 19px; }
.status-lifecycle { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); list-style: none; }
.status-lifecycle li { min-width: 0; position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; color: #bfd0c7; font-size: 13px; }
.status-lifecycle li:not(:last-child)::after { content: ""; height: 1px; position: absolute; top: 17px; left: 34px; right: 16px; background: rgba(201,137,75,.72); }
.lifecycle-icon { width: 35px; height: 35px; display: grid; place-items: center; position: relative; z-index: 1; border: 1px solid var(--copper); border-radius: 50%; background: var(--green-dark); color: var(--copper); font-size: 15px; }
.status-lifecycle .is-current { color: var(--ivory); }
.status-lifecycle .is-current .lifecycle-icon { background: var(--mint); border-color: var(--mint); color: var(--green-dark); }

.customer-revisit-section { padding-block: clamp(90px, 11vw, 150px) clamp(96px, 12vw, 160px); }
.revisit-row { min-width: 0; margin-top: 52px; padding-block: 16px; display: grid; grid-template-columns: 54px minmax(0, 1.35fr) minmax(110px, .72fr) minmax(90px, .52fr) auto; gap: 20px; align-items: center; border-top: 1px solid #aeb8b0; border-bottom: 1px solid #aeb8b0; }
.revisit-mark { width: 54px; height: 54px; display: grid; place-items: center; background: var(--charcoal); color: var(--copper); font-family: Georgia, serif; font-size: 28px; }
.revisit-shop, .revisit-detail { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.revisit-shop strong { font-size: 16px; }
.revisit-shop small, .revisit-detail small { color: var(--muted); font-size: 12px; }
.revisit-detail { padding-inline: 18px; border-inline-start: 1px solid #c4cbc4; }
.revisit-detail strong { color: var(--green-dark); font-size: 14px; }
.revisit-detail strong svg { width: 17px; height: 17px; display: block; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.revisit-action { min-height: 42px; padding-inline: 14px; display: inline-flex; align-items: center; justify-content: center; background: var(--green); color: white; font-size: 12px; font-weight: 800; white-space: nowrap; }
.revisit-cta { margin-top: 30px; }

.customer-handoff { background: var(--charcoal); color: var(--ivory); }
.customer-handoff-inner { min-height: 96px; display: flex; align-items: center; gap: 18px; border-top: 1px solid #39443e; }
.customer-handoff-inner > span:first-child { color: var(--copper); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.customer-handoff-inner a { min-height: 44px; display: inline-flex; align-items: center; gap: 12px; color: var(--mint); }
.customer-handoff-inner a strong { font-size: 16px; }
.customer-handoff-inner a > span { color: var(--copper); font-size: 20px; }
.handoff-copy { color: #aebbb3; font-size: 13px; }
.customer-footer, .partner-footer { width: min(1200px, calc(100% - 48px)); min-height: 150px; margin-inline: auto; padding-block: 36px; display: grid; grid-template-columns: 1fr 1.5fr 1fr; align-items: center; gap: 24px; font-size: 12px; }
.customer-footer { color: var(--muted); }
.customer-footer .footer-brand { color: var(--charcoal); }
.customer-footer .footer-brand img, .partner-footer .footer-brand img { width: 32px; height: 32px; }
.customer-footer p, .partner-footer p { margin: 0; text-align: center; }
.customer-footer > div, .partner-footer > div { display: flex; justify-content: flex-end; gap: 18px; }
.customer-footer a:not(.brand), .partner-footer a:not(.brand) { min-block-size: 44px; display: inline-flex; align-items: center; color: var(--green); font-weight: 750; }

.partner-page { min-height: 100vh; background: var(--charcoal); color: var(--ivory); }
.partner-page .site-header { color: var(--ivory); }
.partner-page .brand { min-block-size: 44px; color: var(--ivory); }
.partner-page .brand img { filter: brightness(0) saturate(100%) invert(71%) sepia(31%) saturate(613%) hue-rotate(103deg) brightness(89%) contrast(88%); }
.partner-brand-word em { color: var(--mint); font-family: Georgia, serif; font-size: .84em; font-weight: 500; letter-spacing: -.03em; }
.partner-page .site-header nav > a { color: #dce5df; }
.partner-page .partner-nav > a { min-block-size: 44px; min-inline-size: 44px; }
.partner-page .site-header nav > a:hover { color: var(--mint); }
.partner-page .nav-cta { border-color: var(--mint); color: var(--mint) !important; }
.partner-page .language-control { border-color: #45524b; background: rgba(32,41,35,.78); }
.partner-page .language-button { color: #aab9b0; }
.partner-page .language-button[aria-pressed="true"] { background: var(--mint); color: var(--charcoal); }
.partner-main { flex: 1; }
.partner-hero-showcase { min-height: 730px; padding-block: 74px 104px; display: grid; grid-template-columns: minmax(0, .82fr) minmax(440px, 1.18fr); align-items: center; gap: clamp(42px, 7vw, 100px); border-bottom: 1px solid var(--dark-line); }
.partner-hero-copy { min-width: 0; }
.partner-hero-copy h1 { max-width: 700px; margin: 0; font-size: clamp(3.2rem, 6.1vw, 6.7rem); line-height: .94; letter-spacing: -.075em; font-weight: 720; }
.partner-hero-copy h1 em { color: var(--mint); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.partner-hero-lead { max-width: 570px; margin: 30px 0 0; color: #b9c7be; font-size: 18px; line-height: 1.7; }
.partner-hero-copy .hero-actions { margin-top: 36px; flex-direction: row; flex-wrap: wrap; }
.partner-page .button-secondary { border-color: #536159; background: transparent; color: var(--ivory); }
.partner-page .button-secondary:hover { border-color: var(--mint); }
.partner-trust { margin: 38px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 18px 26px; list-style: none; color: #afbeb5; font-size: 13px; font-weight: 700; }
.partner-trust li { display: inline-flex; align-items: center; gap: 8px; }
.partner-trust li > span:first-child { width: 7px; height: 7px; display: block; border-radius: 50%; background: var(--copper); }
.partner-showcase-visual { min-width: 0; min-height: 620px; display: grid; place-items: center; position: relative; isolation: isolate; }
.partner-showcase-visual::before { content: ""; width: 540px; max-width: 100%; aspect-ratio: 1; position: absolute; border: 1px solid rgba(105,185,155,.25); border-radius: 50%; box-shadow: 0 0 0 58px rgba(105,185,155,.04), 0 0 0 118px rgba(105,185,155,.025); z-index: -1; }
.partner-hero-line { width: 100%; height: 1px; position: absolute; left: 0; bottom: 15%; background: linear-gradient(90deg, transparent, var(--copper) 30%, var(--mint) 66%, transparent); opacity: .8; }
.partner-device { width: min(360px, 100%); height: 650px; overflow: hidden; border: 8px solid #0c100e; border-radius: 43px; background: #0c100e; color: var(--ivory); box-shadow: 0 38px 100px rgba(0,0,0,.38); transform: rotate(3deg); }
.partner-device .device-status-bar { color: var(--ivory); }
.partner-app-screen { height: calc(100% - 28px); padding: 18px 17px 0; background: #101613; }
.partner-app-screen .app-topbar { color: var(--ivory); }
.partner-app-screen .app-wordmark { color: var(--mint); }
.partner-app-screen .app-topbar-icon { border-color: #405047; color: var(--mint); }
.partner-device-heading { margin-top: 27px; display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.partner-device-heading > div { display: flex; flex-direction: column; gap: 5px; }
.partner-device-heading small { color: var(--mint); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.partner-device-heading strong { font-size: 22px; letter-spacing: -.04em; }
.partner-live-label { min-height: 27px; padding-inline: 9px; display: inline-flex; align-items: center; gap: 5px; border-radius: 99px; background: #243b31; color: var(--mint); font-size: 9px; font-weight: 800; }
.partner-live-label i { width: 5px; height: 5px; border-radius: 50%; background: var(--mint); }
.partner-day-rail { margin-top: 27px; padding-block: 15px; border-block: 1px solid #344039; }
.partner-day-rail > span { color: #a3b1a9; font-size: 9px; }
.partner-calendar-row { min-height: 37px; display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; gap: 6px; align-items: center; border-bottom: 1px solid #26312c; color: #dbe3dd; font-size: 10px; }
.partner-calendar-row:last-child { border-bottom: 0; }
.partner-calendar-row > span:first-child { color: #93a59b; }
.partner-calendar-row > b { width: 5px; height: 20px; border-radius: 3px; background: var(--mint); }
.partner-calendar-row > b.copper { background: var(--copper); }
.partner-queue-heading { margin-top: 20px; display: flex; align-items: center; justify-content: space-between; color: #dbe3dd; font-size: 10px; font-weight: 750; }
.partner-queue-heading span { color: var(--mint); }
.partner-queue-summary { margin-top: 9px; padding: 14px 12px; display: flex; align-items: center; justify-content: space-between; border: 1px solid #415048; border-radius: 9px; background: #1b241f; }
.partner-queue-summary strong { font-size: 19px; }
.partner-queue-summary small { color: #99aaa0; font-size: 8px; }
.partner-device-action { width: 100%; min-height: 43px; margin-top: 15px; display: grid; place-items: center; border-radius: 7px; background: var(--mint); color: var(--charcoal); font-size: 10px; font-weight: 850; }
.partner-app-tabs { min-height: 60px; margin: 17px -2px 0; padding-top: 12px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #344039; }
.partner-app-tabs span { display: flex; flex-direction: column; align-items: center; gap: 5px; color: #84978c; font-size: 8px; }
.partner-app-tabs span:first-child { color: var(--mint); }
.partner-app-tabs svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }

.partner-features { padding-block: clamp(82px, 10vw, 132px) clamp(100px, 12vw, 162px); }
.partner-section-heading { max-width: 700px; }
.partner-section-heading.centered { margin-inline: auto; text-align: center; }
.partner-section-heading .section-kicker { color: var(--mint); }
.partner-section-heading h2 { margin: 0; color: var(--ivory); font-size: clamp(2.7rem, 5.2vw, 5.2rem); line-height: .98; letter-spacing: -.07em; font-weight: 720; }
.partner-section-heading > p:last-child { max-width: 590px; margin: 22px 0 0; color: #aebbb3; font-size: 17px; line-height: 1.7; }
.partner-section-heading.centered > p:last-child { margin-inline: auto; }
.partner-feature-rows { margin-top: 66px; }
.partner-feature-row { min-width: 0; padding-block: 68px; display: grid; grid-template-columns: minmax(0, .8fr) minmax(360px, 1.2fr); align-items: center; gap: clamp(38px, 8vw, 120px); border-top: 1px solid var(--dark-line); }
.partner-feature-row:last-child { border-bottom: 1px solid var(--dark-line); }
.partner-feature-row:nth-child(even) .partner-feature-copy { order: 2; }
.partner-feature-row:nth-child(even) .partner-feature-closeup { order: 1; }
.partner-feature-copy { min-width: 0; }
.partner-feature-index { display: block; color: var(--copper); font-size: 13px; font-weight: 800; letter-spacing: .1em; }
.partner-feature-icon { width: 51px; height: 51px; margin-top: 27px; display: grid; place-items: center; border: 1px solid var(--copper); border-radius: 50%; color: var(--mint); }
.partner-feature-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.55; }
.partner-feature-copy h3 { max-width: 360px; margin: 24px 0 0; color: var(--mint); font-size: clamp(25px, 3vw, 34px); line-height: 1.05; letter-spacing: -.045em; }
.partner-feature-copy p { max-width: 400px; margin: 14px 0 0; color: #acbbb2; font-size: 15px; line-height: 1.7; }
.partner-feature-closeup { min-width: 0; min-height: 280px; padding: 24px; overflow: hidden; position: relative; border: 1px solid #3c4b43; border-radius: 18px; background: #202923; box-shadow: 0 22px 54px rgba(0,0,0,.18); }
.partner-feature-closeup::before { content: ""; width: 220px; height: 220px; position: absolute; right: -90px; bottom: -120px; border: 1px solid rgba(105,185,155,.22); border-radius: 50%; }
.closeup-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; color: #dce5df; }
.closeup-head strong { font-size: 17px; letter-spacing: -.02em; }
.closeup-head span { color: var(--mint); font-size: 10px; font-weight: 800; }
.closeup-list { margin-top: 17px; border-top: 1px solid #3c4b43; }
.closeup-list-row { min-height: 46px; display: grid; grid-template-columns: 60px minmax(0, 1fr) auto; gap: 12px; align-items: center; border-bottom: 1px solid #334139; color: #cfdad3; font-size: 11px; }
.closeup-list-row > span:first-child { color: #93a59b; }
.closeup-list-row > span:nth-child(2) { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.closeup-list-row > b { color: var(--mint); font-size: 10px; font-weight: 750; white-space: nowrap; }
.closeup-list-row > b.copper { color: var(--copper); }
.closeup-note { margin: 16px 0 0; color: #91a39a; font-size: 10px; }
.closeup-queue .closeup-list-row { grid-template-columns: 38px minmax(0, 1fr) auto; }
.closeup-queue .closeup-list-row > span:first-child { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid var(--mint); border-radius: 50%; color: var(--mint); }
.closeup-queue .closeup-list-row > b { color: #d4dfd8; font-weight: 600; }
.closeup-service .closeup-list-row { grid-template-columns: minmax(0, 1fr) auto auto; }
.closeup-service .closeup-list-row > span:first-child { color: #d2ddd6; }
.closeup-team .closeup-list-row { grid-template-columns: 33px minmax(0, 1fr) auto; }
.team-initial { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: var(--ivory); font-size: 10px; font-weight: 800; }
.team-initial.copper { background: var(--copper); }
.team-initial.mint { background: var(--mint); color: var(--charcoal); }
.closeup-hours .closeup-list-row { grid-template-columns: minmax(0, 1fr) auto; }
.closeup-hours .closeup-list-row > span:first-child { color: #d1ddd5; }
.hours-closed { color: var(--copper) !important; }
.closeup-visibility { display: grid; grid-template-columns: 160px minmax(0, 1fr); align-items: center; gap: 26px; }
.qr-pattern { width: 150px; aspect-ratio: 1; padding: 11px; display: grid; grid-template-columns: repeat(9, 1fr); gap: 3px; border: 5px solid var(--ivory); background: var(--ivory); }
.qr-pattern span { background: var(--charcoal); }
.qr-pattern span:nth-child(3n), .qr-pattern span:nth-child(5n + 1) { background: var(--green); }
.qr-pattern span:nth-child(7n) { background: var(--copper); }
.visibility-copy { display: flex; flex-direction: column; gap: 7px; }
.visibility-copy strong { color: var(--mint); font-size: 16px; }
.visibility-copy span { color: #bdcbc2; font-size: 11px; line-height: 1.5; }
.visibility-link { padding-top: 9px; border-top: 1px solid #3c4b43; color: #99aaa0 !important; font-size: 10px !important; }

.partner-workflow-section { padding-block: clamp(82px, 10vw, 132px); border-top: 1px solid var(--dark-line); background: #101613; }
.partner-workflow { margin: 62px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; }
.partner-workflow li { min-width: 0; min-height: 230px; padding-inline: 22px; position: relative; text-align: center; }
.partner-workflow li:not(:last-child)::after { content: ""; height: 1px; position: absolute; top: 19px; left: 58%; right: -42%; background: rgba(201,137,75,.65); }
.workflow-number { width: 38px; height: 38px; margin-inline: auto; display: grid; place-items: center; position: relative; z-index: 1; border-radius: 50%; background: var(--green); color: var(--mint); font-size: 13px; font-weight: 800; }
.workflow-icon { width: 61px; height: 61px; margin: 25px auto 0; display: grid; place-items: center; border: 1px solid var(--copper); border-radius: 50%; color: var(--mint); }
.workflow-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.partner-workflow strong { display: block; margin-top: 18px; color: var(--ivory); font-size: 18px; }
.partner-workflow small { display: block; max-width: 190px; margin: 8px auto 0; color: #9eaea4; font-size: 13px; line-height: 1.55; }

.partner-pricing-section { padding-block: clamp(88px, 10vw, 138px); border-top: 1px solid var(--dark-line); background: #151c18; }
.partner-pricing-heading { max-width: 800px; margin-inline: auto; text-align: center; }
.partner-pricing-heading .section-kicker { color: var(--copper); }
.partner-pricing-heading h2 { margin: 0; color: var(--ivory); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.7rem, 5.2vw, 5.2rem); font-weight: 500; line-height: 1; letter-spacing: -.055em; }
.partner-pricing-heading > p:last-child { max-width: 630px; margin: 23px auto 0; color: #b7c6bc; font-size: 17px; line-height: 1.7; }
.partner-price-compare { margin-top: 58px; display: grid; grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr); align-items: center; gap: 22px; }
.price-offer { min-height: 265px; padding: 30px 28px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.price-founder { border: 1px solid var(--mint); border-radius: 5px; }
.price-regular { border: 1px solid #3f4b44; }
.price-label { color: var(--copper); font-family: Georgia, serif; font-size: 23px; }
.price-offer strong { margin-top: 18px; color: var(--mint); font-family: Georgia, "Times New Roman", serif; font-size: clamp(4rem, 7vw, 6.6rem); font-weight: 500; line-height: .85; letter-spacing: -.07em; }
.price-regular strong { color: var(--ivory); }
.price-cadence { margin-top: 17px; color: var(--ivory); font-size: 15px; font-weight: 750; }
.price-eligibility { max-width: 250px; margin-top: 11px; color: #abc0b2; font-size: 13px; line-height: 1.5; }
.price-vs { color: var(--copper); font-family: Georgia, serif; font-size: 22px; text-align: center; }
.pricing-decision { max-width: 600px; margin: 35px auto 0; color: #d2ddd5; font-family: Georgia, serif; font-size: 21px; line-height: 1.35; text-align: center; }

.partner-beta-section { padding-block: clamp(90px, 10vw, 140px); border-top: 1px solid var(--dark-line); background: var(--charcoal); }
.partner-beta-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr); align-items: start; gap: clamp(44px, 8vw, 120px); }
.partner-beta-copy { min-width: 0; padding-top: 12px; }
.partner-beta-copy .section-kicker { color: var(--copper); }
.partner-beta-copy h2 { max-width: 540px; margin: 0; color: var(--ivory); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 5.6vw, 5.8rem); font-weight: 500; line-height: .96; letter-spacing: -.06em; }
.partner-beta-lead { max-width: 500px; margin: 27px 0 0; color: #bdcbc2; font-size: 17px; line-height: 1.7; }
.partner-steps { max-width: 530px; margin: 40px 0 0; padding: 0; display: grid; gap: 20px; list-style: none; }
.partner-steps li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; align-items: start; }
.partner-steps li > span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--mint); border-radius: 50%; color: var(--mint); font-size: 12px; font-weight: 800; }
.partner-steps li div { display: flex; flex-direction: column; gap: 3px; }
.partner-steps strong { color: var(--ivory); font-size: 15px; }
.partner-steps small { color: #9eaea4; font-size: 13px; line-height: 1.55; }
.partner-capacity-note { margin: 35px 0 0; padding: 12px 16px; display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--copper); border-radius: 999px; color: #dfc09e; font-size: 13px; font-weight: 750; }
.partner-capacity-note::before { content: ""; width: 8px; height: 8px; display: block; border-radius: 50%; background: var(--copper); }
.partner-form-card { min-width: 0; padding: clamp(25px, 4vw, 42px); border: 1px solid #3c4b43; border-radius: 6px; background: var(--dark-surface); box-shadow: 0 28px 70px rgba(0,0,0,.2); }
.form-heading h3 { margin: 0; color: var(--ivory); font-size: clamp(28px, 3.5vw, 42px); line-height: 1; letter-spacing: -.055em; }
.form-heading > p:last-child { margin: 15px 0 0; color: #aebbb3; font-size: 14px; line-height: 1.65; }
.partner-field-grid { margin-top: 28px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 16px; }
.partner-field-wide { grid-column: 1 / -1; }
.partner-field label { display: block; margin-bottom: 7px; color: #e4ebe5; font-size: 14px; font-weight: 750; }
.required-mark { color: var(--copper); }
.partner-field input { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #4b5a51; border-radius: 4px; background: #171e1a; color: var(--ivory); font: inherit; font-size: 16px; }
.partner-field input::placeholder { color: #84958b; }
.partner-field input:focus { border-color: var(--mint); outline: 3px solid rgba(105,185,155,.2); outline-offset: 1px; }
.partner-field input[aria-invalid="true"] { border-color: var(--copper); }
.partner-field-error { min-height: 20px; margin: 5px 0 0; color: #e3b17e; font-size: 12px; font-weight: 700; }
.partner-field-error[hidden] { display: none; }
.partner-privacy-field { margin-top: 20px; display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 10px 12px; align-items: start; }
.partner-privacy-field input { width: 44px; height: 44px; margin: 0; accent-color: var(--mint); }
.partner-privacy-field input:focus-visible { outline: 3px solid var(--copper); outline-offset: 3px; }
.partner-privacy-field label { min-height: 44px; display: block; padding-block: 8px; color: #d6e1d9; font-size: 13px; line-height: 1.55; }
.partner-privacy-link { min-height: 44px; display: inline-flex; align-items: center; color: var(--mint); font-size: 12px; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.partner-privacy-field .partner-field-error { grid-column: 2; }
.turnstile-container { width: 100%; min-width: 0; max-width: 100%; min-height: 65px; margin-top: 18px; overflow: hidden; display: flex; align-items: center; justify-content: flex-start; }
.turnstile-status { min-height: 24px; margin: 0; color: #9eaea4; font-size: 12px; line-height: 1.5; }
.partner-submit { width: 100%; margin-top: 24px; border: 0; cursor: pointer; }
.partner-submit:disabled { cursor: wait; opacity: .62; }
.partner-form-status[hidden] { display: none; }
.partner-form-status { min-width: 0; min-height: 24px; margin: 18px 0 0; padding: 14px 16px; display: flex; align-items: flex-start; gap: 10px; overflow-wrap: anywhere; border: 1px solid var(--mint); border-radius: 6px; background: var(--green-dark); color: var(--ivory); font-size: 14px; font-weight: 750; line-height: 1.6; }
.partner-form-status::before { flex: 0 0 auto; content: "✓"; color: var(--mint); font-size: 18px; line-height: 1.35; }
.partner-form-status[data-status-state="error"] { border-color: var(--copper); background: var(--charcoal); }
.partner-form-status[data-status-state="error"]::before { content: "!"; color: var(--copper); }
.partner-form-footnote { margin: 12px 0 0; color: #9eaea4; font-size: 12px; line-height: 1.6; }
.partner-beta-full-state[hidden] { display: none; }
.partner-beta-full-state .form-heading h3 { color: var(--mint); }
.partner-footer { color: #9eaea4; border-top: 1px solid var(--dark-line); }
.partner-footer .footer-brand { color: var(--ivory); }
.partner-footer .footer-brand img { filter: brightness(0) saturate(100%) invert(71%) sepia(31%) saturate(613%) hue-rotate(103deg) brightness(89%) contrast(88%); }
.partner-footer a:not(.brand) { color: var(--mint); }

.reveal { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .customer-hero, .partner-hero-showcase { grid-template-columns: 1fr; text-align: center; }
  .customer-hero { min-height: auto; }
  .hero-copy, .partner-hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-lead, .partner-hero-lead { max-width: 680px; }
  .hero-actions, .partner-hero-copy .hero-actions { align-items: center; justify-content: center; }
  .hero-signals, .partner-trust { justify-content: center; }
  .customer-phone-stage, .partner-showcase-visual { margin-top: 24px; }
  .partner-hero-showcase { padding-top: 56px; }
  .partner-beta-layout { grid-template-columns: 1fr; }
  .partner-beta-copy { padding-top: 0; }
  .partner-beta-copy h2, .partner-beta-lead, .partner-steps { max-width: 760px; }
  .partner-form-card { max-width: 760px; }
}

@media (max-width: 900px) {
  .site-header { width: calc(100% - 32px); flex-wrap: wrap; row-gap: 9px; }
  .site-header > nav { flex: 1 1 100%; justify-content: flex-end; gap: 9px; }
  .site-header nav > a { font-size: 0; }
  .site-header nav > a::after { font-size: 21px; }
  .customer-nav .customer-nav-link { display: none; }
  .customer-nav .nav-cta { min-height: 44px; padding-inline: 13px; font-size: 12px; }
  .customer-nav .nav-cta::after, .partner-nav .partner-beta-link::after { display: none; }
  .partner-home-link, .partner-section-link { display: none !important; }
  .partner-nav .partner-beta-link { min-height: 44px; padding-inline: 13px; font-size: 12px; }
  .customer-status-layout { grid-template-columns: 1fr; }
  .customer-status-copy { max-width: 700px; }
  .status-phone-stage { margin-top: 20px; }
  .partner-feature-row { grid-template-columns: 1fr; gap: 38px; }
  .partner-feature-row:nth-child(even) .partner-feature-copy, .partner-feature-row:nth-child(even) .partner-feature-closeup { order: initial; }
  .partner-feature-copy { max-width: 680px; }
  .partner-feature-closeup { max-width: 720px; }
  .partner-workflow { grid-template-columns: repeat(2, 1fr); row-gap: 40px; }
  .partner-workflow li:nth-child(2)::after { display: none; }
  .partner-price-compare { grid-template-columns: 1fr 1fr; }
  .price-vs { display: none; }
}

@media (max-width: 760px) {
  .section-shell, .customer-footer, .partner-footer { width: calc(100% - 32px); }
  .site-header { width: 100%; min-height: 72px; padding: 12px 16px; flex-wrap: wrap; align-content: center; row-gap: 9px; }
  .site-header > nav { flex: 1 1 100%; justify-content: flex-end; gap: 9px; }
  .site-header nav > a { font-size: 0; }
  .site-header nav > a::after { font-size: 21px; }
  .customer-nav .customer-nav-link { display: none; }
  .customer-nav .nav-cta { min-height: 44px; padding-inline: 13px; font-size: 12px; }
  .customer-nav .nav-cta::after, .partner-nav .partner-beta-link::after { display: none; }
  .partner-home-link, .partner-section-link { display: none !important; }
  .partner-nav .partner-beta-link { min-height: 44px; padding-inline: 13px; font-size: 12px; }
  .brand { font-size: 23px; }
  .brand img { width: 35px; height: 35px; }
  .customer-beta-label { font-size: 9px; }
  .language-button { min-width: 44px; min-height: 44px; }
  .customer-hero { padding-block: 56px 82px; }
  .customer-hero h1 { font-size: clamp(3.15rem, 15vw, 5rem); }
  .hero-lead, .partner-hero-lead { font-size: 17px; }
  .hero-action-buttons { width: 100%; justify-content: center; }
  .hero-action-buttons .button { flex: 1 1 180px; }
  .hero-signals { gap: 14px; font-size: 12px; }
  .customer-phone-stage { min-height: 560px; margin: 4px -3px 0; }
  .customer-phone-stage::before { width: 92%; }
  .customer-stage-line { display: none; }
  .partner-hero-line { display: none; }
  .customer-device { width: min(274px, 100%); height: 548px; border-width: 7px; border-radius: 35px; }
  .app-screen { padding: 12px 12px 0; }
  .app-search { margin-top: 11px; min-height: 38px; font-size: 9px; }
  .app-map { height: 142px; }
  .app-shop-card { margin-inline: 3px; padding: 12px 10px 10px; }
  .app-shop-heading { grid-template-columns: 30px minmax(0, 1fr) 8px; gap: 7px; }
  .app-shop-mark { width: 30px; height: 30px; font-size: 17px; }
  .app-shop-heading strong { font-size: 10px; }
  .app-shop-heading small, .app-queue-summary span, .app-booking-summary span:first-child { font-size: 7px; }
  .app-queue-summary strong { font-size: 12px; }
  .app-queue-summary > div:last-child > span:first-child { font-size: 8px; }
  .app-booking-summary strong { font-size: 11px; }
  .app-inline-action { min-height: 27px; padding-inline: 7px; font-size: 8px; }
  .app-tabbar { min-height: 55px; margin-top: 10px; padding-top: 9px; }
  .app-tab svg { width: 14px; height: 14px; }
  .app-tab small { font-size: 7px; }
  .customer-journey-section { padding-block: 82px 94px; }
  .customer-section-heading h2, .customer-status-copy h2, .partner-section-heading h2 { font-size: clamp(2.65rem, 13vw, 4.3rem); }
  .customer-path { margin-top: 46px; grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .customer-path-step { min-height: 225px; padding-right: 10px; }
  .customer-path-step:not(:last-child)::after { display: none; }
  .path-icon { margin-top: 18px; }
  .customer-path-step h3 { font-size: 17px; }
  .customer-path-step p { font-size: 13px; }
  .customer-status-section { padding-top: 82px; }
  .customer-status-copy > p:not(.section-kicker) { font-size: 16px; }
  .status-phone-stage { min-height: 558px; margin: 4px -3px 0; }
  .status-phone-stage::before { width: 420px; height: 420px; right: -130px; }
  .status-device { width: min(270px, 100%); height: 548px; border-width: 7px; border-radius: 35px; }
  .status-app-heading { margin-top: 18px; }
  .live-status-card { margin-top: 14px; padding: 20px 10px; }
  .live-status-card strong { font-size: 36px; }
  .status-app-screen .app-wide-action { margin-top: 18px; min-height: 37px; }
  .status-app-links > span { min-height: 45px; font-size: 9px; }
  .status-lifecycle-shell { margin-top: 20px; padding-block: 25px 34px; }
  .status-lifecycle { grid-template-columns: 1fr; gap: 0; }
  .status-lifecycle li { min-height: 55px; padding-left: 50px; flex-direction: row; align-items: center; gap: 11px; }
  .status-lifecycle li:not(:last-child)::after { width: 1px; height: 22px; top: 35px; left: 17px; right: auto; background: rgba(201,137,75,.72); }
  .lifecycle-icon { position: absolute; left: 0; }
  .customer-revisit-section { padding-block: 86px 98px; }
  .revisit-row { margin-top: 38px; grid-template-columns: 46px minmax(0, 1fr); gap: 13px; }
  .revisit-mark { width: 46px; height: 46px; font-size: 24px; }
  .revisit-detail { min-height: 48px; padding-inline: 0 0; border-inline-start: 0; }
  .revisit-detail:nth-of-type(3) { grid-column: 2; }
  .revisit-action { grid-column: 2; justify-self: start; }
  .customer-handoff-inner { min-height: 112px; padding-block: 18px; flex-wrap: wrap; gap: 6px 14px; }
  .handoff-copy { flex-basis: 100%; margin-left: 0; }
  .customer-footer, .partner-footer { grid-template-columns: 1fr; gap: 20px; text-align: center; }
  .customer-footer p, .partner-footer p { order: 3; }
  .customer-footer > div, .partner-footer > div { justify-content: center; flex-wrap: wrap; }
  .partner-hero-showcase { width: calc(100% - 32px); min-height: auto; padding-block: 52px 76px; }
  .partner-hero-copy h1 { font-size: clamp(3rem, 14vw, 5.2rem); }
  .partner-showcase-visual { min-height: 560px; margin: 8px -16px 0; }
  .partner-showcase-visual::before { width: calc(100% - 2px); }
  .partner-device { width: min(286px, 100%); height: 548px; border-width: 7px; border-radius: 35px; }
  .partner-app-screen { padding: 12px 12px 0; }
  .partner-device-heading { margin-top: 18px; }
  .partner-device-heading strong { font-size: 18px; }
  .partner-day-rail { margin-top: 17px; padding-block: 10px; }
  .partner-calendar-row { min-height: 31px; font-size: 8px; }
  .partner-queue-heading { margin-top: 12px; font-size: 8px; }
  .partner-queue-summary { margin-top: 6px; padding: 10px; }
  .partner-queue-summary strong { font-size: 15px; }
  .partner-device-action { min-height: 35px; margin-top: 10px; font-size: 8px; }
  .partner-app-tabs { min-height: 47px; margin-top: 10px; padding-top: 8px; }
  .partner-app-tabs span { font-size: 7px; }
  .partner-app-tabs svg { width: 13px; height: 13px; }
  .partner-features { padding-block: 80px 96px; }
  .partner-section-heading > p:last-child { font-size: 16px; }
  .partner-feature-rows { margin-top: 44px; }
  .partner-feature-row { padding-block: 48px; }
  .partner-feature-copy h3 { font-size: 27px; }
  .partner-feature-copy p { font-size: 14px; }
  .partner-feature-closeup { min-height: 250px; padding: 18px; }
  .closeup-list-row { min-height: 40px; grid-template-columns: 48px minmax(0, 1fr) auto; font-size: 9px; }
  .closeup-visibility { grid-template-columns: 110px minmax(0, 1fr); gap: 16px; }
  .qr-pattern { width: 105px; padding: 7px; gap: 2px; border-width: 4px; }
  .visibility-copy strong { font-size: 13px; }
  .visibility-copy span { font-size: 9px; }
  .partner-workflow-section { padding-block: 80px; }
  .partner-workflow { margin-top: 44px; row-gap: 30px; }
  .partner-workflow li { min-height: 205px; padding-inline: 8px; }
  .partner-workflow li:not(:last-child)::after { display: none; }
  .workflow-icon { margin-top: 18px; }
  .partner-workflow strong { font-size: 16px; }
  .partner-workflow small { font-size: 12px; }
  .partner-pricing-section { padding-block: 82px; }
  .partner-pricing-heading h2 { font-size: clamp(2.9rem, 13vw, 4.5rem); }
  .partner-pricing-heading > p:last-child { font-size: 16px; }
  .partner-price-compare { margin-top: 42px; grid-template-columns: 1fr; gap: 14px; }
  .price-offer { min-height: 225px; padding: 24px 18px; }
  .price-offer strong { font-size: 4.5rem; }
  .pricing-decision { font-size: 18px; }
  .partner-beta-section { padding-block: 82px 96px; }
  .partner-beta-copy h2 { font-size: clamp(3rem, 14vw, 5rem); }
  .partner-beta-lead { font-size: 16px; }
  .partner-capacity-note { max-width: 100%; border-radius: 16px; }
  .partner-form-card { padding: 24px 18px; border-radius: 5px; }
  .partner-field-grid { grid-template-columns: 1fr; gap: 13px; }
  .partner-field-wide { grid-column: auto; }
  .partner-privacy-field { grid-template-columns: 44px minmax(0, 1fr); }
}

@media (max-width: 560px) {
  .language-control { gap: 1px; }
  .language-button { min-width: 44px; padding-inline: 6px; font-size: 11px; }
  .hero-action-buttons .button { flex-basis: 100%; }
  .partner-form-card { padding-inline: 16px; }
}

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

.auth-page { min-height: 100vh; display: flex; flex-direction: column; }
.auth-shell { width: min(1180px, calc(100% - 48px)); min-height: 100vh; margin: auto; display: flex; flex-direction: column; }
.auth-header { width: 100%; min-height: 88px; display: flex; align-items: center; justify-content: space-between; }
.auth-brand { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; color: var(--charcoal); font-size: 25px; font-weight: 780; letter-spacing: -.04em; }
.auth-brand img { width: 38px; height: 38px; }
.auth-language-control { display: flex; align-items: center; gap: 4px; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.55); }
.auth-language-control .language-button { min-width: 44px; min-height: 44px; }
.auth-main { flex: 1; display: grid; place-items: center; padding: 36px 0 92px; }
.auth-card { width: min(100%, 560px); padding: 42px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow); }
.auth-card-centered { text-align: center; }
.auth-card h1 { max-width: none; margin: 0; font-size: clamp(38px, 6vw, 58px); line-height: 1.02; letter-spacing: -.055em; }
.auth-eyebrow { margin-bottom: 18px; }
.auth-description { margin: 20px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.auth-form { margin-top: 30px; display: grid; gap: 18px; }
.auth-field { display: grid; gap: 7px; text-align: left; }
.auth-field label { font-size: 14px; font-weight: 750; }
.auth-field input { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 8px; background: white; color: var(--charcoal); font: inherit; font-size: 16px; }
.auth-field input:focus { border-color: var(--green); outline: 3px solid rgba(31,107,85,.18); outline-offset: 1px; }
.auth-field-hint { color: var(--muted); font-size: 12px; }
.auth-submit { width: 100%; margin-top: 4px; border: 0; cursor: pointer; }
.auth-submit:disabled { cursor: wait; opacity: .65; }
.auth-text-link { min-height: 44px; margin: 18px auto 0; display: inline-flex; align-items: center; justify-content: center; color: var(--green); font-size: 14px; font-weight: 750; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.auth-message { margin: 18px 0 0; color: var(--green-dark); font-size: 14px; font-weight: 700; line-height: 1.6; }
.auth-message-error { color: var(--green-dark); }
.auth-error-card .auth-message-error + .button { margin-top: 30px; }
.auth-actions { margin-top: 30px; display: grid; gap: 12px; }
.auth-actions .button { width: 100%; }
.auth-spinner { width: 48px; height: 48px; margin: 0 auto 26px; display: block; border: 4px solid #dbe6df; border-top-color: var(--green); border-radius: 50%; animation: auth-spin .9s linear infinite; }
@keyframes auth-spin { to { transform: rotate(360deg); } }
.activation-status { margin: 18px 0 0; color: var(--green-dark); font-size: 14px; font-weight: 750; line-height: 1.6; }
.activation-page .auth-actions { max-width: 420px; margin-inline: auto; }
.activation-page .auth-actions .button { width: 100%; }
.activation-page .activation-install-instructions { max-width: 480px; margin-inline: auto; }
.activation-page .store-handoff { text-align: left; }
.activation-page .store-handoff h2 { margin: 0; font-size: 24px; line-height: 1.1; letter-spacing: -.04em; }
.activation-page .store-handoff > p { margin: 14px 0 0; color: var(--muted); line-height: 1.6; }
.activation-page #activation-open[hidden] { display: none; }

.shop-page { min-height: 100vh; display: flex; flex-direction: column; }
.shop-header-claim { color: var(--green); font-size: 13px; font-weight: 750; }
.public-shop-shell { width: min(680px, calc(100% - 32px)); flex: 1; margin: 28px auto 64px; }
.public-shop-card { overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: white; box-shadow: var(--shadow); }
.public-shop-state { min-height: 420px; padding: 56px 36px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.public-shop-state[hidden], .public-shop-card[hidden], .public-shop-handoff[hidden], .store-actions[hidden], .store-handoff[hidden], .store-coming-soon[hidden] { display: none; }
.public-shop-state h1, .public-shop-hero h1 { margin: 0; font-size: clamp(38px, 8vw, 58px); line-height: 1.02; letter-spacing: -.055em; }
.public-shop-state > p:not(.eyebrow) { max-width: 440px; color: var(--muted); }
.loading-mark { width: 52px; height: 52px; margin-bottom: 24px; border: 4px solid #dbe6df; border-top-color: var(--green); border-radius: 50%; animation: shop-spin .9s linear infinite; }
@keyframes shop-spin { to { transform: rotate(360deg); } }
.public-shop-hero { padding: 52px 42px 38px; background: var(--green); color: white; }
.public-shop-hero .eyebrow { color: #d4e4dc; }
.public-shop-address { margin: 18px 0 0; color: #d4e4dc; font-size: 16px; }
.public-shop-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.public-shop-meta span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: 12px; font-weight: 700; }
.public-shop-body { padding: 34px 42px 42px; }
.public-shop-body h2 { margin: 0 0 18px; font-size: 20px; }
.public-services { border-top: 1px solid var(--line); }
.public-service-row { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.public-service-row div { display: flex; flex-direction: column; gap: 3px; }
.public-service-row span { color: var(--muted); font-size: 13px; }
.public-service-row b { color: var(--green); white-space: nowrap; }
.public-shop-actions { margin-top: 32px; text-align: center; }
.public-shop-actions .button { width: 100%; }
.public-shop-actions p { margin: 12px 0 0; color: var(--muted); font-size: 12px; }
.public-shop-handoff { margin-top: 36px; padding-top: 30px; border-top: 1px solid var(--line); }
.public-shop-handoff h2 { margin: 0; font-size: 24px; }
.public-shop-handoff > p { color: var(--muted); }
.shop-discovery-note { margin: 20px 0 0; font-size: 13px; }
.store-handoff { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.store-handoff h3 { margin: 0; font-size: 18px; }
.store-actions { margin-top: 14px; display: grid; gap: 10px; }
.store-actions .button { width: 100%; }
.store-coming-soon { margin: 14px 0 0; color: var(--muted); font-size: 13px; }
.shop-footer { width: min(680px, calc(100% - 32px)); min-height: 80px; margin: auto; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.shop-footer a { color: var(--green); font-weight: 750; }

.account-deletion-page { min-height: 100vh; display: flex; flex-direction: column; }
.account-deletion-page .site-header { flex: 0 0 auto; }
.account-deletion-main { flex: 1; }
.account-deletion-hero { padding-block: 68px 100px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); align-items: start; gap: 76px; }
.account-deletion-intro { min-width: 0; }
.account-deletion-intro h1 { max-width: 660px; font-size: clamp(48px, 6vw, 76px); }
.account-deletion-lead { max-width: 620px; margin: 28px 0 0; color: #515d55; font-size: 18px; line-height: 1.7; }
.account-deletion-notice { max-width: 620px; margin-top: 34px; padding: 20px 22px; border-left: 3px solid var(--copper); background: rgba(255,255,255,.52); }
.account-deletion-notice strong { display: block; font-size: 15px; }
.account-deletion-notice p { margin: 7px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.account-deletion-card { min-width: 0; padding: 36px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow); }
.account-deletion-card h2 { margin: 0; font-size: clamp(30px, 4vw, 44px); line-height: 1.06; letter-spacing: -.05em; }
.account-deletion-card section + section { margin-top: 42px; padding-top: 34px; border-top: 1px solid var(--line); }
.account-deletion-card section > p:not(.eyebrow) { margin: 16px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.account-deletion-steps { margin: 28px 0 0; padding: 0; display: grid; gap: 14px; list-style: none; }
.account-deletion-steps li { display: grid; grid-template-columns: 36px 1fr; gap: 13px; align-items: start; }
.account-deletion-steps li > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: white; font-size: 12px; font-weight: 800; }
.account-deletion-steps li div { display: flex; flex-direction: column; gap: 2px; }
.account-deletion-steps strong { font-size: 15px; }
.account-deletion-steps small { color: var(--muted); font-size: 13px; }
.account-deletion-contact .eyebrow { margin-bottom: 20px; }
.account-deletion-email { margin-top: 24px; }
.account-deletion-footer { flex: 0 0 auto; }

.privacy-page { min-height: 100vh; display: flex; flex-direction: column; }
.privacy-header { flex: 0 0 auto; }
.privacy-main { flex: 1; width: min(880px, calc(100% - 48px)); padding-block: 62px 96px; }
.privacy-title h1 { max-width: 800px; overflow-wrap: anywhere; font-size: clamp(48px, 7vw, 78px); }
.privacy-lead { max-width: 780px; margin: 26px 0 0; color: #425148; font-size: clamp(18px, 2vw, 21px); line-height: 1.68; }
.privacy-version { margin: 22px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.privacy-toc { margin: 38px 0 50px; padding: 20px 22px; display: flex; flex-wrap: wrap; gap: 12px 20px; align-items: center; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.58); }
.privacy-toc strong { width: 100%; }
.privacy-toc a, .privacy-document a { color: var(--green); font-weight: 720; text-underline-offset: 3px; }
.privacy-document section { scroll-margin-top: 24px; }
.privacy-document section + section { margin-top: 48px; padding-top: 42px; border-top: 1px solid var(--line); }
.privacy-document h2 { margin: 0 0 18px; font-size: clamp(28px, 4vw, 42px); line-height: 1.12; letter-spacing: -.035em; }
.privacy-document h3 { margin: 30px 0 10px; font-size: 20px; line-height: 1.3; }
.privacy-document p, .privacy-document li, .privacy-document address { color: #4a5850; font-size: 16px; line-height: 1.75; }
.privacy-document p { margin: 12px 0 0; }
.privacy-document ul { margin: 18px 0 0; padding-left: 24px; display: grid; gap: 10px; }
.privacy-document address { margin-top: 16px; padding: 20px 22px; border-left: 3px solid var(--green); background: rgba(255,255,255,.58); font-style: normal; }
.privacy-document strong { color: var(--charcoal); }
.privacy-footer { flex: 0 0 auto; border-top: 1px solid var(--line); }

@media (max-width: 900px) {
  .account-deletion-hero { grid-template-columns: 1fr; gap: 48px; }
  .account-deletion-intro h1, .account-deletion-lead, .account-deletion-notice { max-width: 760px; }
  .account-deletion-card { max-width: 760px; }
}

@media (max-width: 760px) {
  .auth-shell { width: calc(100% - 32px); }
  .auth-header { min-height: 72px; flex-wrap: wrap; gap: 12px; }
  .auth-main { padding-block: 30px 64px; }
  .auth-card { padding: 26px 20px; border-radius: 20px; }
  .auth-card h1 { font-size: clamp(36px, 11vw, 48px); }
  .account-deletion-page .site-header { width: calc(100% - 32px); height: auto; min-height: 88px; padding-block: 12px; flex-wrap: wrap; }
  .account-deletion-page .partner-nav { flex: 1 1 100%; justify-content: space-between; gap: 10px; }
  .account-deletion-page .partner-nav > a { font-size: 0; }
  .account-deletion-page .partner-nav > a::after { content: "←"; font-size: 22px; }
  .account-deletion-hero { width: calc(100% - 32px); padding-block: 48px 72px; }
  .account-deletion-intro h1 { font-size: clamp(45px, 13vw, 64px); }
  .account-deletion-lead { font-size: 17px; }
  .account-deletion-card { padding: 26px 20px; border-radius: 20px; }
  .account-deletion-footer { width: calc(100% - 32px); }
  .privacy-header { width: calc(100% - 32px); height: auto; min-height: 88px; padding-block: 12px; flex-wrap: wrap; }
  .privacy-header .partner-nav { flex: 1 1 100%; justify-content: space-between; gap: 10px; }
  .privacy-main { width: calc(100% - 32px); padding-block: 46px 72px; }
  .privacy-title h1 { font-size: clamp(43px, 13vw, 62px); }
  .privacy-toc { align-items: flex-start; flex-direction: column; }
  .privacy-document section + section { margin-top: 38px; padding-top: 34px; }
  .privacy-footer { width: calc(100% - 32px); }
  .shop-footer { flex-direction: column; justify-content: center; gap: 10px; padding-block: 20px; text-align: center; }
}
