@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap');

:root {
  --ink: #2a193d;
  --ink-2: #3c2952;
  --cream: #fbfaf7;
  --paper: #ffffff;
  --lime: #f5d96f;
  --lime-dark: #e5c753;
  --coral: #f47b68;
  --blue: #ddd3f7;
  --muted: #655d70;
  --line: #ded8e3;
  --font-display: 'Outfit', system-ui, sans-serif;
  --font-mono: 'Outfit', system-ui, sans-serif;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--cream); font-family: var(--font-display); font-size: 16px; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--ink); background: var(--lime); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--lime); padding: .75rem 1rem; border: 2px solid var(--ink); font-weight: 700; }
.skip-link:focus { top: 1rem; }

.site-header { height: 84px; max-width: var(--max); margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 780; font-size: 21px; letter-spacing: -.5px; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; color: var(--ink); }
.brand-mark svg { width: 100%; fill: currentColor; overflow: visible; }
.brand-mark .star { fill: var(--coral); }
.site-header nav { display: flex; align-items: center; gap: 34px; }
.site-header nav a { text-decoration: none; font-weight: 600; font-size: 15px; }
.site-header nav a:not(.nav-cta):hover { text-decoration: underline; text-underline-offset: 5px; }
.nav-cta { background: var(--ink); color: white; padding: 12px 18px; border: 2px solid var(--ink); box-shadow: 3px 3px 0 var(--coral); transition: transform .15s, box-shadow .15s; }
.nav-cta:hover { transform: translate(-2px, -2px); box-shadow: 5px 5px 0 var(--coral); }
.menu-button, .mobile-nav { display: none; }

.hero { max-width: var(--max); min-height: 710px; margin: 0 auto; padding: 72px 24px 92px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: clamp(40px, 6vw, 90px); }
.eyebrow, .section-number { font-family: var(--font-mono); text-transform: uppercase; letter-spacing: .08em; font-size: 12px; font-weight: 500; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 25px; }
.live-dot { width: 10px; height: 10px; border-radius: 50%; background: #5bc472; box-shadow: 0 0 0 4px rgba(91,196,114,.18); }
h1 { max-width: 720px; margin: 0; font-size: clamp(52px, 6vw, 88px); line-height: .94; letter-spacing: -.055em; font-weight: 720; font-variation-settings: 'wdth' 88; text-wrap: balance; }
h1 em { font-style: normal; color: var(--coral); }
.hero-lede { max-width: 600px; margin: 28px 0 30px; color: #41465c; font-size: clamp(18px, 2vw, 22px); line-height: 1.45; letter-spacing: -.015em; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 32px; padding: 14px 18px; border: 2px solid var(--ink); text-decoration: none; font-weight: 750; transition: transform .15s, box-shadow .15s, background .15s; }
.button-primary { background: var(--lime); box-shadow: 5px 5px 0 var(--ink); }
.button-primary:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--ink); background: #e4ff8c; }
.text-link { font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.text-link:hover { color: var(--coral); }
.trust-line { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 34px; color: var(--muted); font-family: var(--font-mono); text-transform: uppercase; font-size: 10px; letter-spacing: .04em; }
.trust-line i { width: 3px; height: 3px; border-radius: 50%; background: var(--muted); }

.call-stage { min-height: 550px; position: relative; display: grid; align-items: center; }
.moon-orbit { position: absolute; inset: 1% 0 7%; border: 1px dashed rgba(18,22,47,.22); border-radius: 50%; transform: rotate(-12deg); pointer-events: none; }
.moon-orbit span { position: absolute; right: 6%; top: 12%; width: 26px; height: 26px; border-radius: 50%; background: var(--coral); box-shadow: inset 8px -2px 0 rgba(18,22,47,.18); }
.call-card { width: min(100%, 490px); margin: auto; position: relative; z-index: 2; background: var(--ink); color: white; padding: 23px; box-shadow: 14px 14px 0 var(--lime); transform: rotate(1.3deg); }
.call-topbar { display: flex; justify-content: space-between; align-items: center; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.15); }
.status-pill { display: flex; gap: 8px; align-items: center; font-family: var(--font-mono); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.status-pill i { width: 8px; height: 8px; background: var(--lime); border-radius: 50%; animation: pulse 2s infinite; }
.call-time { font-family: var(--font-mono); font-size: 12px; color: #bfc3d8; }
.caller { display: grid; grid-template-columns: 44px 1fr auto; gap: 13px; align-items: center; padding: 20px 0; }
.avatar { width: 44px; height: 44px; display: grid; place-items: center; background: var(--coral); color: var(--ink); border-radius: 50%; font-weight: 800; }
.caller div:nth-child(2) { display: flex; flex-direction: column; gap: 2px; }
.caller div:nth-child(2) span, .number { color: #9da3bd; font-family: var(--font-mono); font-size: 10px; }
.caller strong { font-size: 17px; }
.transcript { min-height: 238px; background: #1a2142; padding: 16px; display: flex; flex-direction: column; gap: 13px; }
.message { opacity: .28; transform: translateY(4px); transition: opacity .35s, transform .35s; }
.message.active { opacity: 1; transform: translateY(0); }
.message span { display: block; margin-bottom: 5px; color: #9da3bd; font-family: var(--font-mono); font-size: 9px; text-transform: uppercase; }
.message p { width: fit-content; max-width: 90%; margin: 0; padding: 10px 12px; background: #303a68; font-size: 13px; line-height: 1.4; }
.caller-msg { align-self: flex-end; text-align: right; }
.caller-msg p { background: var(--cream); color: var(--ink); text-align: left; }
.call-controls { display: flex; align-items: center; justify-content: space-between; margin-top: 17px; }
.call-controls button { border: 0; color: var(--ink); background: var(--lime); padding: 11px 13px; cursor: pointer; font-weight: 750; font-size: 12px; }
.call-controls button:hover { background: white; }
.wave { height: 26px; display: flex; align-items: center; gap: 3px; }
.wave i { display: block; width: 3px; height: 5px; background: #747d9f; }
.call-stage.playing .wave i { animation: wave .7s ease-in-out infinite alternate; }
.wave i:nth-child(2n) { animation-delay: -.2s; }.wave i:nth-child(3n) { animation-delay: -.4s; }
.outcome-card { position: absolute; right: -10px; bottom: 23px; z-index: 4; width: 280px; padding: 15px; display: flex; gap: 12px; background: var(--paper); border: 2px solid var(--ink); box-shadow: 5px 5px 0 var(--coral); transform: rotate(-2deg); opacity: 0; translate: 0 10px; transition: .35s; }
.outcome-card.visible { opacity: 1; translate: 0 0; }
.check { flex: 0 0 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); border: 1px solid var(--ink); font-weight: 800; }
.outcome-card div { display: flex; flex-direction: column; gap: 2px; }
.outcome-card small { font: 9px var(--font-mono); letter-spacing: .06em; }.outcome-card strong { font-size: 14px; }.outcome-card div span { color: var(--muted); font-size: 11px; }

.problem-strip { overflow: hidden; background: var(--coral); border-block: 2px solid var(--ink); }
.problem-strip > p { margin: 0; padding: 18px 24px 14px; text-align: center; font: 11px var(--font-mono); text-transform: uppercase; letter-spacing: .08em; border-bottom: 1px solid rgba(18,22,47,.4); }
.marquee { overflow: hidden; padding: 17px 0; }
.marquee > div { width: max-content; display: flex; align-items: center; gap: 30px; animation: marquee 24s linear infinite; }
.marquee span { font-size: 24px; font-weight: 780; letter-spacing: -.03em; }.marquee b { font-size: 14px; }

.section-shell { max-width: var(--max); margin: 0 auto; padding: 120px 24px; }
.section-intro { display: grid; grid-template-columns: .55fr 1fr .75fr; align-items: start; gap: 45px; margin-bottom: 68px; }
.section-intro h2, .coverage h2, .control h2, .launch h2 { margin: 0; font-size: clamp(40px, 5vw, 68px); line-height: .98; letter-spacing: -.045em; font-weight: 700; font-variation-settings: 'wdth' 88; text-wrap: balance; }
.section-intro p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.5; }
.steps { border-top: 2px solid var(--ink); }
.step { display: grid; grid-template-columns: 60px .75fr 1fr; gap: 30px; align-items: center; min-height: 260px; padding: 34px 0; border-bottom: 1px solid #bcb8b0; }
.step-num { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font: 12px var(--font-mono); }
.step h3 { margin: 0 0 12px; font-size: 29px; line-height: 1.05; letter-spacing: -.03em; }
.step-copy p { max-width: 390px; margin: 0; color: var(--muted); line-height: 1.55; }
.mini-ui { justify-self: end; width: min(100%, 380px); min-height: 170px; padding: 19px; color: white; background: var(--ink); border: 2px solid var(--ink); box-shadow: 7px 7px 0 var(--blue); font-family: var(--font-mono); }
.mini-ui > span { display: block; padding-bottom: 13px; margin-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.17); color: #aeb3ca; font-size: 10px; text-transform: uppercase; letter-spacing: .05em; }
.setup-ui div { height: 8px; margin: 10px 0; background: #30385f; }.setup-ui div i { display: block; height: 100%; background: var(--lime); }.setup-ui b { display: inline-block; margin-top: 10px; color: var(--lime); font-size: 10px; }
.schedule-ui { background: var(--paper); color: var(--ink); box-shadow-color: var(--coral); }.schedule-ui > span { border-color: var(--line); color: var(--muted); }.days { display: flex; justify-content: space-between; gap: 6px; }.days i { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid var(--line); font-style: normal; font-size: 10px; }.days i.on { color: white; background: var(--ink); border-color: var(--ink); }.schedule-ui b { display: flex; align-items: center; gap: 7px; margin-top: 20px; font-size: 10px; }.schedule-ui b i { width: 7px; height: 7px; border-radius: 50%; background: #5bc472; }
.summary-ui { box-shadow-color: var(--lime); }.summary-ui strong { display: block; margin-bottom: 8px; font-family: var(--font-display); font-size: 17px; }.summary-ui p { color: #aeb3ca; font-size: 10px; line-height: 1.6; }.summary-ui b { color: var(--lime); font-size: 10px; }

.coverage { background: var(--ink); color: white; padding: 125px max(24px, calc((100vw - var(--max)) / 2 + 24px)); display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; }
.coverage-copy p { max-width: 560px; margin: 26px 0 0; color: #aeb3ca; font-size: 18px; line-height: 1.55; }
.coverage-copy .section-number { display: block; margin-bottom: 28px; color: var(--lime); }
.coverage-list { border-top: 1px solid #4b5275; }
.coverage-list article { padding: 28px 0; border-bottom: 1px solid #4b5275; }
.coverage-list article > div { display: flex; align-items: center; gap: 18px; }
.coverage-list h3 { margin: 0; font-size: 31px; letter-spacing: -.03em; }
.coverage-list p { margin: 10px 0 0 58px; max-width: 530px; color: #aeb3ca; line-height: 1.5; }
.time-icon { flex: 0 0 40px; height: 40px; display: grid; place-items: center; border: 1px solid #70789d; color: var(--lime); font: 13px var(--font-mono); }

.control-panel { background: var(--blue); border: 2px solid var(--ink); display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding: clamp(35px, 6vw, 80px); box-shadow: 11px 11px 0 var(--ink); }
.control-copy .section-number { display: block; margin-bottom: 25px; }
.control-copy p { max-width: 530px; margin: 24px 0; font-size: 18px; line-height: 1.5; }
.control-copy ul { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 13px; font-weight: 650; }
.control-copy li { display: flex; align-items: center; gap: 10px; }.control-copy li span { width: 23px; height: 23px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; background: var(--lime); font-size: 12px; }
.rules-card { align-self: center; background: var(--paper); border: 2px solid var(--ink); box-shadow: 8px 8px 0 var(--coral); }
.rules-header, .rules-footer { padding: 17px 18px; display: flex; justify-content: space-between; align-items: center; font: 11px var(--font-mono); text-transform: uppercase; letter-spacing: .04em; }
.rules-header { border-bottom: 1px solid var(--line); }.rules-header i { font-style: normal; letter-spacing: 3px; }
.rule { padding: 18px; border-bottom: 1px solid var(--line); }.rule span { display: block; margin-bottom: 9px; color: var(--muted); font-size: 12px; }.rule b { display: flex; justify-content: space-between; font-size: 14px; }.rule b i { font-style: normal; }
.rules-footer span { display: flex; align-items: center; gap: 7px; }.rules-footer span i { width: 8px; height: 8px; border-radius: 50%; background: #5bc472; }.rules-footer button { border: 1px solid var(--ink); background: var(--cream); padding: 8px 11px; cursor: pointer; font: 10px var(--font-mono); text-transform: uppercase; }.rules-footer button:hover { background: var(--lime); }

.launch { padding: 125px 24px; color: white; background: var(--coral); text-align: center; border-top: 2px solid var(--ink); }
.launch-mark { width: 76px; height: 76px; display: grid; place-items: center; margin: 0 auto 25px; color: var(--lime); background: var(--ink); border-radius: 50%; font-size: 36px; transform: rotate(-15deg); }
.launch .section-number { color: var(--ink); }
.launch h2 { max-width: 920px; margin: 24px auto; font-size: clamp(43px, 6.5vw, 86px); }
.launch p { max-width: 650px; margin: 0 auto 34px; color: #3e2940; font-size: 19px; line-height: 1.5; }
.button-light { margin: 0 auto; background: var(--paper); box-shadow: 5px 5px 0 var(--ink); }.button-light:hover { transform: translate(-2px,-2px); box-shadow: 7px 7px 0 var(--ink); background: var(--lime); }
.launch small { display: block; margin-top: 21px; color: #5f3545; font: 10px var(--font-mono); }

footer { padding: 60px max(24px, calc((100vw - var(--max)) / 2 + 24px)) 35px; color: white; background: var(--ink); }
.footer-brand { color: white; }.footer-brand .brand-mark .star { fill: var(--lime); }
footer > p { margin: 20px 0 60px; color: #9da3bd; }
footer > div { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid #424968; color: #9da3bd; font: 10px var(--font-mono); text-transform: uppercase; }

/* Softer, small-business-first visual posture */
.eyebrow, .section-number {
  font-family: var(--font-display);
  text-transform: none;
  letter-spacing: .015em;
  font-size: 14px;
  font-weight: 600;
}

h1 {
  font-size: clamp(48px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -.035em;
  font-weight: 700;
}

.trust-line {
  font-family: var(--font-display);
  text-transform: none;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
}

.hero-lede, .section-intro p, .coverage-copy p, .control-copy p, .launch p {
  line-height: 1.6;
}

.nav-cta, .button, .call-controls button, .rules-footer button {
  border-radius: 999px;
}

.nav-cta {
  border: 0;
  box-shadow: none;
  padding-inline: 22px;
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 7px 18px rgba(42,25,61,.16); }

.button {
  border: 0;
  padding-inline: 25px;
}
.button-primary, .button-light {
  box-shadow: 0 8px 22px rgba(42,25,61,.16);
}
.button-primary:hover, .button-light:hover {
  transform: translateY(-2px);
  box-shadow: 0 11px 26px rgba(42,25,61,.2);
}

.call-card {
  border-radius: 24px;
  box-shadow: 0 22px 55px rgba(42,25,61,.2);
  transform: none;
}
.transcript { border-radius: 14px; }
.message p { border-radius: 14px 14px 14px 4px; }
.caller-msg p { border-radius: 14px 14px 4px 14px; }
.call-controls button { padding-inline: 17px; }
.outcome-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(42,25,61,.16);
  transform: none;
}

.problem-strip { background: #f7df8a; border-color: #d5b950; }
.problem-strip > p { border-color: rgba(42,25,61,.16); }
.marquee span { font-weight: 600; }

.section-intro h2, .coverage h2, .control h2, .launch h2 {
  line-height: 1.04;
  letter-spacing: -.035em;
  font-weight: 700;
}
.steps { border-top-width: 1px; border-color: var(--line); }
.step-num, .time-icon { border-color: var(--line); background: var(--paper); }
.step h3, .coverage-list h3 { font-weight: 600; }

.mini-ui {
  border: 0;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(42,25,61,.14);
}
.schedule-ui, .rules-card { border: 1px solid var(--line); }
.rules-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 35px rgba(42,25,61,.15);
}

.coverage { background: #302043; }
.coverage-list { border-color: rgba(255,255,255,.2); }
.coverage-list article { border-color: rgba(255,255,255,.2); }
.coverage-list .time-icon { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.22); }

.control-panel {
  border: 0;
  border-radius: 28px;
  box-shadow: none;
  background: #e8e1f8;
}
.control-copy li span { border: 0; }

.launch {
  background: #8f54cf;
  border: 0;
}
.launch p, .launch small { color: #f4eefe; }
.launch .section-number { color: white; opacity: .85; }
.launch-mark { color: #f5d96f; box-shadow: 0 12px 30px rgba(42,25,61,.18); }

@keyframes pulse { 50% { box-shadow: 0 0 0 5px rgba(217,255,97,.15); } }
@keyframes wave { to { height: 25px; background: var(--lime); } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-copy { max-width: 760px; }
  .call-stage { width: min(100%, 620px); margin: 0 auto; }
  .section-intro { grid-template-columns: 1fr; gap: 22px; }
  .section-intro p { max-width: 650px; }
  .step { grid-template-columns: 50px 1fr; }.mini-ui { grid-column: 2; justify-self: stretch; width: 100%; }
  .coverage { grid-template-columns: 1fr; gap: 60px; }
  .control-panel { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .site-header { height: 72px; padding-inline: 18px; }
  .site-header nav { display: none; }
  .menu-button { width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; border: 0; background: transparent; cursor: pointer; }
  .menu-button span:not(.sr-only) { width: 24px; height: 2px; background: var(--ink); transition: .2s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }.menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { position: absolute; top: 66px; left: 14px; right: 14px; display: grid; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 14px 32px rgba(42,25,61,.14); padding: 8px; }
  .mobile-nav[hidden] { display: none; }.mobile-nav a { padding: 14px; text-decoration: none; font-weight: 700; }.mobile-nav a + a { border-top: 1px solid var(--line); }
  .hero { min-height: auto; padding: 52px 18px 75px; gap: 70px; }
  h1 { font-size: clamp(42px, 12vw, 48px); }
  .hero-lede { font-size: 18px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 21px; }.button { width: 100%; }
  .trust-line { gap: 8px; }.trust-line i { display: none; }.trust-line span { width: 100%; }
  .call-stage { min-height: 495px; }.moon-orbit { inset: 0; }.call-card { padding: 15px; box-shadow: 0 18px 38px rgba(42,25,61,.2); transform: none; }.caller { grid-template-columns: 42px 1fr; }.number { display: none; }.transcript { min-height: 250px; }.outcome-card { right: 3px; bottom: -8px; width: 260px; }
  .problem-strip > p { padding-inline: 18px; }.marquee span { font-size: 20px; }
  .section-shell { padding: 85px 18px; }.section-intro { margin-bottom: 45px; }.section-intro h2, .coverage h2, .control h2 { font-size: 44px; }
  .step { grid-template-columns: 40px 1fr; gap: 16px; padding: 28px 0; }.step-num { width: 34px; height: 34px; }.step h3 { font-size: 25px; }.mini-ui { grid-column: 1 / -1; margin-top: 10px; }
  .coverage { padding: 85px 18px; }.coverage-list p { margin-left: 0; }.coverage-list h3 { font-size: 28px; }
  .control-panel { padding: 28px 20px; box-shadow: none; }.control-copy p { font-size: 16px; }.rules-card { box-shadow: 0 14px 30px rgba(42,25,61,.14); }
  .launch { padding: 90px 18px; }.launch p { font-size: 17px; }.launch h2 { font-size: 46px; }
  footer { padding-inline: 18px; }
}

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