/* Hasti speed-to-lead service. Standalone page styles — no legacy dashboard cascade. */
:root {
  --paper: #faf7f2;
  --surface: #fffdf9;
  --warm: #f2e9dd;
  --ink: #28221e;
  --soft: #62574e;
  --muted: #76695f;
  --line: #ded5c9;
  --orange: #ff5500;
  --action: #bc3e08;
  --action-hover: #993006;
  --peach: #ffdec8;
  --green: #305e43;
  --section-space: clamp(64px, 6.5vw, 96px);
  --content: 1184px;
  --gutter: clamp(20px, 4vw, 56px);
  color-scheme: light;
  font-family: 'Onest', sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
[hidden] { display: none !important; }
img, svg { display: block; max-width: 100%; }
svg { width: 20px; height: 20px; flex-shrink: 0; }
a { color: inherit; text-underline-offset: 4px; }
button, input, textarea { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button, summary { cursor: pointer; }
p, h1, h2, h3 { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
h2 { font-size: clamp(34px, 3.5vw, 50px); line-height: 1.08; letter-spacing: -.05em; font-weight: 550; }
h2 strong { font-weight: 700; }
h3 { font-size: 21px; line-height: 1.25; letter-spacing: -.035em; font-weight: 650; }
:focus-visible { outline: 3px solid var(--action); outline-offset: 5px; }
input:focus-visible, textarea:focus-visible { outline-offset: 2px; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 20px; background: var(--ink); color: var(--surface); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.section { width: min(calc(100% - var(--gutter) * 2), var(--content)); margin-inline: auto; padding-block: var(--section-space); }
.section-kicker, .eyebrow { display: block; color: var(--action); font-size: 12px; font-weight: 700; letter-spacing: .13em; line-height: 1.5; text-transform: uppercase; }
.section-kicker { margin-bottom: 20px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 13px 22px; border: 1px solid transparent; border-radius: 8px; font-size: 14px; font-weight: 650; line-height: 1.35; text-align: center; text-decoration: none; transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }
.button svg { width: 17px; height: 17px; }
.button-primary, .button-nav { background: var(--action); color: #fffdf9; }
.button-primary:hover, .button-nav:hover { background: var(--action-hover); }
.button:active { transform: translateY(1px); }
.button-ghost { padding-inline: 0; border-radius: 0; color: var(--ink); border-bottom-color: var(--line); }
.button-ghost:hover { color: var(--action); border-bottom-color: var(--action); }
.button:disabled { cursor: wait; opacity: .65; }
/* Navigation has its own space; the hero can never slide beneath it. */
.nav-pill { position: sticky; top: 16px; z-index: 30; width: min(calc(100% - 48px), 1280px); min-height: 72px; margin: 16px auto 0; padding: 4px 16px 4px 8px; display: flex; align-items: center; gap: 32px; background: #fffdf9f5; border: 1px solid #e5ddd1; border-radius: 14px; transition: box-shadow .2s ease; }
.nav-pill.is-scrolled { box-shadow: 0 8px 32px #30200e0b; }
.brand { display: flex; align-items: center; flex-shrink: 0; width: 130px; height: 54px; text-decoration: none; }
.brand-lockup { width: 130px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.nav-links a { display: flex; align-items: center; min-height: 44px; font-size: 13px; font-weight: 550; text-decoration: none; }
.nav-links a:hover { color: var(--action); }
.button-nav { min-height: 44px; padding: 11px 18px; }
/* Hero: clear promise and a single, legible example. */
.hero-shell { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: clamp(32px, 4vw, 56px); width: min(calc(100% - 48px), 1320px); margin: 12px auto 0; padding: 28px clamp(28px, 3.5vw, 48px); border-radius: 20px; background: #f4ecdf; overflow: clip; }

.hero-shell::before { content: ''; position: absolute; pointer-events: none; width: 720px; height: 720px; border: 1px solid #e7cdb6; border-radius: 50%; right: -320px; top: -310px; box-shadow: 0 0 0 70px #f9e2cd66, 0 0 0 140px #f9e2cd44; }

.hero-copy, .speed-stage { position: relative; min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--soft); font-size: 10px; letter-spacing: .12em; }
.status-dot { width: 7px; height: 7px; flex-shrink: 0; border-radius: 50%; background: var(--orange); }
.hero-copy { container-type: inline-size; }
.hero-promise { display: block; font-weight: 750; white-space: nowrap; }
.hero-copy h1 { margin-top: 24px; font-size: clamp(26px, 10cqw, 58px); font-weight: 650; line-height: 1.01; letter-spacing: -.065em; text-wrap: initial; }
.hero-copy h1 strong { display: block; margin-top: 12px; color: var(--ink); font-size: .9em; font-weight: 500; letter-spacing: inherit; }
.hero-subhead { max-width: 44ch; margin-top: 24px; color: var(--soft); font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; margin-top: 28px; }
.hero-rate { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 16px; margin-top: 28px; font-size: 12px; color: var(--soft); }
.hero-rate > strong { color: var(--ink); font-size: 17px; font-weight: 650; }
.hero-rate strong span { font-size: 14px; font-weight: 450; }
.cta-reassure { display: flex; align-items: center; gap: 7px; margin-top: 10px; color: var(--soft); font-size: 12px; }
.cta-reassure svg { width: 14px; height: 14px; color: var(--green); }
/* Customer journey cards: warm frames, inset paper and an open background. */
.speed-stage { isolation: isolate; padding: 0; background: transparent; }
.journey-heading { margin: 0 0 22px; }
.journey-example { display: block; margin-bottom: 6px; color: var(--soft); font-size: 10px; letter-spacing: .05em; }
.journey-heading h2 { color: var(--ink); font-size: 24px; line-height: 1.08; letter-spacing: -.04em; font-weight: 650; text-wrap: initial; }
.customer-journey { --curve: 0px; --node-size: 12px; --branch: 30px; --overlap: 34px; --anchor: 53px; position: relative; z-index: 1; margin: 0; padding: 0; list-style: none; }
.journey-step { --reach: var(--branch); --accent: var(--action); --tint: #ffd8bf; position: relative; display: grid; grid-template-columns: minmax(0,1fr) var(--node-size) minmax(0,1fr); column-gap: var(--branch); margin-top: calc(-1 * var(--overlap)); }
.journey-step:first-child { margin-top: 0; }
.journey-spine { display: none; position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; max-width: none; overflow: visible; pointer-events: none; }
.journey-spine path { fill: none; stroke: #dc8b5e; stroke-width: 3px; stroke-linecap: round; }
.has-journey-curve .journey-spine { display: block; }
.has-journey-curve .journey-step { left: calc(var(--curve) * var(--bend)); }
.has-journey-curve .journey-step:not(:last-child)::before { display: none; }
.journey-step-1 { --bend: 0; }
.journey-step-2 { --bend: -1; }
.journey-step-3 { --bend: -.6; }
.journey-step-4 { --bend: .6; }
.journey-step-5 { --bend: 1; }
.journey-step-6 { --bend: 0; }
.journey-step-2 { --tint: #f5c4a5; }
.journey-step-3 { --tint: #ffe2c9; }
.journey-step-4 { --tint: #f4ccb8; }
.journey-step-5 { --tint: #ffd3ad; }
.journey-step-6 { --tint: #ffbd91; }
.journey-step:not(:last-child)::before { content: ''; position: absolute; left: 50%; top: var(--anchor); bottom: calc(var(--overlap) - var(--anchor)); width: 3px; transform: translateX(-50%); background: #dc8b5e; }
.journey-touch { width: calc(86% + 7px); justify-self: end; transform: translateX(calc(var(--branch) - var(--reach))); position: relative; min-width: 0; grid-row: 1; grid-column: 1; padding: 5px; border: 1px solid #fff9f1; border-radius: 17px; background: var(--tint); box-shadow: 0 2px 3px #65351c0a, 0 14px 20px -10px #65351c40, inset 0 0 0 1px #fff9f150; }
.journey-touch::after { content: ''; position: absolute; height: 1px; width: calc(var(--reach) + 1px); top: calc(var(--anchor) - 1px); right: calc(-1 * var(--reach) - 1px); background: #dc8b5e; }
.journey-step:nth-child(even) .journey-touch { justify-self: start; grid-column: 3; transform: translateX(calc(var(--reach) - var(--branch))); }
.journey-step:nth-child(even) .journey-touch::after { left: calc(-1 * var(--reach) - 1px); right: auto; }
.journey-node { position: relative; grid-row: 1; grid-column: 2; z-index: 2; width: var(--node-size); height: var(--node-size); margin-top: calc(var(--anchor) - var(--node-size) / 2); border: 2px solid #f4ecdf; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 1px #dc8b5e; }
.journey-card-header { display: flex; align-items: center; gap: 8px; min-height: 32px; padding: 2px 7px 6px; }
.journey-number { margin-right: auto; color: var(--action); font-size: 18px; font-weight: 600; line-height: 1; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.journey-time { color: var(--action); font-size: 10px; font-weight: 650; line-height: 1.3; white-space: nowrap; font-variant-numeric: tabular-nums; }
.journey-card-icon { display: grid; place-items: center; flex-shrink: 0; width: 24px; height: 24px; border-radius: 5px; background: var(--action); color: var(--surface); }
.journey-card-icon svg { width: 16px; height: 16px; stroke-width: 1.75; }
.journey-card-body { padding: 12px; border-radius: 11px; background: var(--surface); }
.journey-touch h3 { color: var(--ink); font-size: 16px; line-height: 1.2; letter-spacing: -.035em; font-weight: 650; text-wrap: initial; }
.journey-touch p { margin-top: 6px; color: var(--soft); font-size: 12px; line-height: 1.45; }
.journey-detail { display: flex; align-items: flex-end; justify-content: space-between; gap: 7px; }
.journey-detail > span:first-child { min-width: 0; overflow-wrap: anywhere; }
.journey-elapsed { flex-shrink: 0; color: #245b34; font-size: 10px; font-weight: 700; line-height: 1.45; white-space: nowrap; }
.journey-footer { margin: 16px 0 0; text-align: center; font-size: 10px; font-weight: 650; letter-spacing: .05em; text-transform: uppercase; color: var(--soft); }
/* Services: a strong heading column and a compact two-by-two editorial grid. */
#what-we-do { display: grid; grid-template-columns: .82fr 1.18fr; gap: 48px 64px; }
.service-copy p { margin-top: 22px; color: var(--soft); max-width: 43ch; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 28px; }
.service-card { position: relative; padding-top: 20px; border-top: 1px solid var(--line); }
.service-icon { display: inline-flex; margin-bottom: 16px; color: var(--action); }
.service-icon svg { width: 24px; height: 24px; stroke-width: 1.5; }
.service-card h3 { max-width: 20ch; font-size: 19px; }
.service-card p { color: var(--soft); font-size: 15px; line-height: 1.65; margin-top: 12px; }
.split-band { grid-column: 1/-1; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 30px 32px; background: #f0eae1; border-radius: 10px; }
.split-band h3 { font-size: 16px; letter-spacing: -.02em; margin-bottom: 12px; }
.split-band ul { margin: 0; padding-left: 17px; color: var(--soft); font-size: 14px; }
.split-band li + li { margin-top: 6px; }
.split-band li::marker { color: var(--action); }
.hero-connect { grid-column: 1/-1; font-size: 13px; color: var(--muted); text-align: center; margin-top: -22px; }
/* Setup: one sequence, with each number on the same baseline. */
.getting-started-section { border-top: 1px solid var(--line); }
.getting-started-section .service-copy { display: grid; grid-template-columns: .5fr 1.5fr; gap: 40px; align-items: start; }
.getting-started-section .section-kicker { margin-top: 8px; }
.how-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin-top: 48px; }
.how-step { display: flex; flex-direction: column; align-items: flex-start; border-top: 1px solid var(--line); padding-top: 20px; gap: 24px; }
.how-step > span { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid #c8b8a6; border-radius: 50%; font-size: 13px; color: var(--action); }
.how-step strong { display: block; font-weight: 600; font-size: 19px; letter-spacing: -.03em; }
.how-step small { display: block; font-size: 16px; color: var(--soft); line-height: 1.65; margin-top: 12px; max-width: 35ch; }
/* Operator story: a deliberate change of colour and pace. */
.trust-section { width: min(calc(100% - 48px), 1280px); background: #302820; color: #fbf3e8; padding: clamp(36px, 5vw, 72px); border-radius: 16px; }
.trust-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; }
.trust-section .section-kicker { color: #ffb47e; }
.trust-heading h2 { font-size: clamp(34px, 3.4vw, 48px); }
.trust-heading h2 strong { color: #ffb47e; }
.trust-location { display: flex; gap: 7px; align-items: center; color: #cdbdab; font-size: 12px; margin-top: 36px; }
.trust-location svg { width: 14px; height: 14px; }
.trust-story p { color: #e1d4c5; font-size: 16px; line-height: 1.75; }
.trust-story p + p { margin-top: 16px; }
.trust-story p a { color: #ffb47e; text-decoration-thickness: 1px; }
.trust-attribution { display: grid; gap: 4px; border-top: 1px solid #615140; margin-top: 24px; padding-top: 20px; }
.trust-attribution strong { font-size: 15px; }
.trust-attribution small { color: #cdbdab; font-size: 12px; }
.trust-story .button { background: #f9eee1; color: #302820; margin-top: 24px; }
.trust-story .button:hover { background: #ffdec8; }
.trust-section :focus-visible { outline-color: #ffb47e; }
/* Pricing: price is the visual anchor, small print stays readable. */
.pricing-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 112px); align-items: center; }
.pricing-copy h2 { max-width: 15ch; }
.pricing-copy h2 strong { color: var(--action); }
.pricing-copy > p { color: var(--soft); max-width: 32ch; margin-top: 24px; }
.pricing-card { padding: 36px; border: 1px solid #d7c6b2; border-radius: 14px; background: #f5ecdf; }
.pricing-label { display: block; text-transform: uppercase; font-size: 11px; font-weight: 650; letter-spacing: .1em; color: var(--action); margin-bottom: 12px; }
.pricing-card h3 { font-size: 21px; max-width: 29ch; }
.pricing-value { margin: 24px 0 14px; }
.pricing-from { font-size: 12px; color: var(--soft); }
.price-amount { display: flex; align-items: center; gap: 1px; font-variant-numeric: tabular-nums; line-height: 1.05; }
.price-amount > span { font-size: 32px; align-self: flex-start; margin-top: 10px; }
.price-amount > strong { font-size: 80px; letter-spacing: -.075em; font-weight: 600; }
.price-amount > small { font-size: 17px; color: var(--soft); margin-left: 10px; margin-top: 14px; }
.price-amount small span { display: block; font-size: 10px; letter-spacing: .08em; margin-top: 4px; }
.pricing-plus { display: flex; align-items: center; gap: 8px; color: var(--action); font-size: 13px; font-weight: 600; }
.pricing-plus svg { width: 16px; height: 16px; flex-shrink: 0; }
.pricing-includes { list-style: none; display: grid; gap: 14px; margin: 24px 0; padding: 24px 0 0; border-top: 1px solid #d8c9b8; }
.pricing-includes li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; line-height: 1.5; }
.pricing-includes svg { margin-top: 3px; width: 14px; height: 14px; color: var(--action); }
.pricing-card .button { width: 100%; }
.pricing-reassurance { margin-top: 14px; color: var(--soft); font-size: 12px; line-height: 1.6; }
.pricing-actions { display: grid; gap: 10px; margin-top: 28px; }
.pricing-actions .button-ghost { border: 1px solid #d7c6b2; }
.checkout-status { min-height: 0; margin-top: 10px; color: var(--soft); font-size: 12px; line-height: 1.5; }
.checkout-status:empty { display: none; }
.checkout-status[data-state="error"] { color: #a62522; }
.checkout-status[data-state="success"] { color: var(--green); }
/* FAQ: editorial heading on the left, usable rows on the right. */
.faq-section { display: grid; grid-template-columns: .6fr 1.4fr; gap: 72px; border-top: 1px solid var(--line); }
.faq-intro { align-self: start; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-item summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 66px; padding: 18px 0; font-size: 15px; font-weight: 600; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--action); }
.faq-item summary svg { width: 16px; height: 16px; color: var(--muted); transition: transform .2s ease; }
.faq-item[open] summary svg { transform: rotate(90deg); }
.faq-item > div { padding: 0 36px 22px 0; color: var(--soft); font-size: 15px; line-height: 1.7; }
/* Contact: a restrained final invitation and a compact, clear form. */
.apply-section { width: min(calc(100% - 48px), 1280px); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 6vw, 80px); align-items: center; padding: clamp(32px, 5vw, 72px); border-radius: 16px; background: #f1e6d7; }
.apply-copy > p { color: var(--soft); margin-top: 24px; max-width: 41ch; }
.apply-copy .apply-stat { border-top: 1px solid #d5c2ab; padding-top: 24px; margin-top: 32px; font-size: 13px; line-height: 1.7; }
.apply-stat b { color: var(--ink); font-weight: 600; }
.apply-stat-source { display: block; margin-top: 10px; font-size: 10px; line-height: 1.6; }
.interest-form { min-width: 0; border: 1px solid #e2d5c4; border-radius: 12px; padding: 30px; background: var(--surface); }
.form-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 26px; }
.form-heading > div > span { display: block; color: var(--action); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; font-weight: 650; margin-bottom: 8px; }
.form-heading h3 { font-size: 20px; }
.form-time { display: flex; align-items: center; gap: 4px; white-space: nowrap; font-size: 10px; color: var(--muted); padding-top: 2px; }
.form-time svg { width: 12px; height: 12px; }
.form-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 14px; }
.form-fields label { display: grid; gap: 7px; min-width: 0; font-size: 12px; font-weight: 550; }
.form-fields label:last-child { grid-column: 1/-1; }
.form-fields em { font-size: 11px; color: var(--muted); font-style: normal; font-weight: 400; margin-left: 4px; }
input, textarea { width: 100%; min-width: 0; border: 1px solid #d9cfc2; border-radius: 6px; padding: 11px 12px; background: #fdfaf5; color: var(--ink); font-size: 16px; line-height: 1.5; }
input { min-height: 48px; }
textarea { resize: vertical; min-height: 100px; }
input::placeholder, textarea::placeholder { color: #887b70; opacity: 1; font-size: 13px; }
input[aria-invalid=true] { border-color: #a62522; }
.form-actions { margin-top: 22px; }
.form-actions .button { width: 100%; }
.form-next { font-size: 11px; color: var(--muted); margin-top: 12px; line-height: 1.6; }
#form-status:empty { display: none; }
#form-status { margin-top: 14px; padding: 12px; border-radius: 6px; font-size: 13px; background: #f1ece4; }
#form-status[data-state=success] { background: #eaf0e6; color: var(--green); }
#form-status[data-state=error], #form-status[data-state=field] { background: #fff0e9; color: #a62522; }
/* Footer / unobtrusive mobile action. */
.site-footer { width: min(calc(100% - 48px), 1280px); margin: 16px auto 24px; padding: 24px 40px; border-radius: 14px; background: #302820; color: #f6ecde; }
.footer-top { display: flex; align-items: center; gap: 24px; }
.footer-top p { color: #d1c2b1; font-size: 12px; flex: 1; }
.footer-cta { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; min-height: 44px; text-decoration: none; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 8px 24px; border-top: 1px solid #615140; margin-top: 20px; padding-top: 14px; }
.footer-legal a { display: flex; align-items: center; font-size: 11px; min-height: 36px; text-decoration: none; color: #d1c2b1; }
.footer-legal a:hover, .footer-cta:hover { color: #ffb47e; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 10px; font-size: 10px; color: #bbaa98; }
.footer-word { display: none; }
.site-footer :focus-visible { outline-color: #ffb47e; }
.sticky-cta { display: none; }
@media (max-width: 1100px) {
  .hero-shell { gap: 32px; padding: 40px 32px; }
  .hero-actions { gap: 8px 18px; }
  #what-we-do { grid-template-columns: .8fr 1.2fr; gap: 40px; }
  .trust-copy { gap: 40px; }
}
/* Keep the complete sales example visible on shorter laptop screens. */
@media (min-width: 1000px) and (max-height: 760px) {
  .nav-pill { min-height: 64px; margin-top: 12px; }
  .hero-shell { margin-top: 10px; padding-block: 18px; }
}
@media (max-width: 999px) {
  .hero-shell { grid-template-columns: 1fr; padding: 48px; gap: 40px; }
  .hero-copy { max-width: 600px; }
  .hero-subhead { max-width: 48ch; }
  .speed-stage { width: 100%; max-width: 580px; justify-self: center; }
  #what-we-do { grid-template-columns: 1fr; }
  #what-we-do .service-copy { display: grid; grid-template-columns: 1fr 1fr; column-gap: 40px; align-items: end; }
  #what-we-do .service-copy .section-kicker { grid-column: 1/-1; }
  #what-we-do .service-copy p { margin: 0; }
  .trust-copy { grid-template-columns: 1fr; gap: 32px; }
  .trust-location { margin-top: 20px; }
  .trust-story { max-width: 62ch; }
  .pricing-section { gap: 32px; }
  .pricing-card { padding: 24px; }
  .faq-section { grid-template-columns: .55fr 1.45fr; gap: 32px; }
  .apply-section { grid-template-columns: 1fr; padding: 40px; }
  .apply-copy { display: grid; grid-template-columns: 1fr 1fr; column-gap: 32px; }
  .apply-copy .section-kicker { grid-column: 1/-1; }
  .apply-copy > p { margin: 0; }
  .apply-copy .apply-stat { grid-column: 1/-1; max-width: none; margin-top: 24px; }
  .interest-form { padding: 32px; }
  .form-heading h3 { font-size: 24px; }
}
@media (max-width: 599px) {
  :root { --gutter: 22px; --section-space: 56px; }
  html { scroll-padding-top: 100px; }
  h2 { font-size: 36px; }
  .section-kicker { font-size: 10px; margin-bottom: 16px; }
  .nav-pill { width: calc(100% - 24px); min-height: 62px; margin-top: 10px; top: 10px; gap: 12px; padding: 2px 10px 2px 0; border-radius: 10px; }
  .brand { width: 114px; height: 52px; }
  .brand-lockup { width: 114px; }
  .nav-links { display: none; }
  .button-nav { margin-left: auto; padding: 11px 14px; font-size: 12px; }
  .hero-shell { width: calc(100% - 24px); margin-top: 10px; padding: 32px 20px 24px; border-radius: 12px; gap: 30px; }
  .eyebrow { font-size: 9px; gap: 7px; max-width: 30ch; }
  .hero-copy h1 { margin-top: 20px; letter-spacing: -.065em; }
  .hero-copy h1 strong { margin-top: 12px; }
  .hero-subhead { margin-top: 20px; font-size: 16px; line-height: 1.65; }
  .hero-actions { margin-top: 24px; gap: 10px; flex-direction: column; align-items: stretch; }
  .hero-actions .button { min-height: 48px; }
  .hero-actions .button-ghost { align-self: flex-start; min-height: 40px; padding: 8px 0; font-size: 13px; }
  .hero-rate { margin-top: 22px; flex-direction: column; gap: 3px; }
  .cta-reassure { font-size: 11px; margin-top: 12px; }
  .speed-stage { width: calc(100% + 16px); max-width: none; padding: 24px 8px; }
  .journey-heading { margin: 0 5px 36px; }
  .journey-example { font-size: 10px; }
  .journey-heading h2 { font-size: 28px; }
  .customer-journey { --curve: 0px; --node-size: 10px; --branch: 17px; --overlap: 29px; --anchor: 59px; }
  .journey-step:not(:last-child)::before { width: 3px; }
  .journey-touch { width: calc(92% + 5px); padding: 4px; border-radius: 14px; }
  .journey-card-body { padding: 12px 8px; border-radius: 9px; }
  .journey-card-header { gap: 5px; padding: 3px 5px 7px; }
  .journey-number { font-size: 16px; }
  .journey-time { font-size: 9px; }
  .journey-card-icon { width: 21px; height: 21px; }
  .journey-card-icon svg { width: 14px; height: 14px; }
  .journey-touch h3 { font-size: 14px; line-height: 1.2; }
  .journey-touch p { font-size: 11px; line-height: 1.45; }
  .journey-footer { font-size: 9px; margin-top: 26px; }
  #what-we-do { gap: 32px; }
  #what-we-do .service-copy { display: block; }
  #what-we-do .service-copy p { margin-top: 20px; }
  .service-grid { grid-template-columns: 1fr; gap: 24px; }
  .service-card { display: grid; grid-template-columns: 28px 1fr; gap: 10px 14px; padding-top: 24px; }
  .service-icon { grid-row: 1/3; margin: 2px 0 0; }
  .service-card h3 { max-width: none; font-size: 20px; }
  .service-card p { grid-column: 2; margin: 0; font-size: 16px; }
  .split-band { grid-template-columns: 1fr; gap: 26px; padding: 24px; }
  .split-band-quiet { border-top: 1px solid #d4c8b9; padding-top: 24px; }
  .hero-connect { text-align: left; font-size: 12px; margin-top: -12px; }
  .getting-started-section .service-copy { display: block; }
  .how-steps { grid-template-columns: 1fr; gap: 24px; margin-top: 32px; }
  .how-step { flex-direction: row; gap: 18px; padding-top: 24px; }
  .how-step > span { flex-shrink: 0; }
  .how-step strong { font-size: 19px; }
  .how-step small { margin-top: 8px; }
  .trust-section { width: calc(100% - 24px); padding: 36px 24px; border-radius: 12px; }
  .trust-heading h2 { font-size: 36px; }
  .trust-copy { gap: 28px; }
  .trust-story p { font-size: 15px; }
  .pricing-section { grid-template-columns: 1fr; gap: 28px; }
  .pricing-copy h2 { max-width: none; }
  .pricing-copy > p { margin-top: 18px; }
 .pricing-card { padding: 26px 22px; }
  .pricing-actions { margin-top: 24px; }
  .price-amount > strong { font-size: 76px; }
  .pricing-plus { font-size: 12px; }
  .faq-section { grid-template-columns: 1fr; gap: 24px; }
  .faq-item summary { font-size: 14px; min-height: 66px; }
  .faq-item > div { padding-right: 12px; font-size: 15px; }
  .apply-section { width: calc(100% - 24px); padding: 32px 20px 20px; gap: 28px; border-radius: 12px; }
  .apply-copy { display: block; }
  .apply-copy > p { margin-top: 20px; }
  .apply-copy .apply-stat { margin-top: 24px; font-size: 12px; }
  .interest-form { padding: 22px 16px; }
  .form-heading { gap: 10px; }
  .form-heading h3 { font-size: 21px; }
  .form-time { font-size: 9px; }
  .form-fields { grid-template-columns: 1fr; gap: 16px; }
  .site-footer { width: calc(100% - 24px); padding: 20px; border-radius: 12px; margin-bottom: 20px; }
  .footer-top { flex-wrap: wrap; gap: 8px 16px; }
  .footer-top .brand { margin-left: -14px; }
  .footer-top p { flex-basis: 100%; order: 3; }
  .footer-cta { margin-left: auto; font-size: 12px; }
  .footer-legal { gap: 0 16px; }
  .footer-bottom { font-size: 9px; gap: 12px; }
  .sticky-cta { display: flex; align-items: center; justify-content: space-between; gap: 12px; position: fixed; z-index: 40; bottom: 0; left: 0; right: 0; padding: 10px 16px max(10px, env(safe-area-inset-bottom)); background: #fffdf9fa; border-top: 1px solid var(--line); box-shadow: 0 -4px 24px #3028200a; }
  .sticky-cta p { font-size: 10px; line-height: 1.4; max-width: 23ch; }
  .sticky-cta p strong { display: block; font-size: 11px; }
  .sticky-cta p span { display: block; color: var(--soft); margin-top: 3px; }
  .sticky-cta .button { flex-shrink: 0; font-size: 12px; min-height: 44px; padding: 10px 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* Five-minute offer: evidence and transparent call pricing. */
.speed-page .speed-stage { align-self: center; }
.speed-page .hero-subhead { max-width: 44ch; }
.speed-evidence { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; border-top: 1px solid var(--line); }
.speed-evidence > div > p { margin-top: 24px; color: var(--soft); max-width: 42ch; }
.evidence-card { padding: 32px; background: #f4ecdf; border-radius: 14px; border: 1px solid #e4cbb8; }
.evidence-number { display: block; color: var(--action); font-size: 76px; line-height: 1; font-weight: 650; letter-spacing: -.065em; margin-bottom: 16px; }
.evidence-card h3 { font-size: 23px; }
.evidence-card > p { margin-top: 18px; color: var(--soft); font-size: 15px; }
.evidence-card .evidence-source { font-size: 11px; line-height: 1.65; padding-top: 16px; border-top: 1px solid var(--line); }
.call-estimate { max-width: 380px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.call-estimate label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 12px; }
.estimate-input { display: flex; align-items: center; gap: 12px; }
.estimate-input input { width: 100px; background: var(--surface); }
.estimate-input > span { color: var(--soft); font-size: 13px; }
.call-estimate #estimate-help { margin-top: 10px; font-size: 12px; color: var(--soft); }
#estimated-total { display: block; margin-top: 14px; font-size: 34px; font-weight: 650; letter-spacing: -.04em; line-height: 1.2; }
#estimated-total small { font-size: 13px; font-weight: 450; letter-spacing: 0; }
.speed-page .apply-copy h2 { font-size: clamp(30px, 3vw, 44px); }
@media (max-width: 767px) { .speed-evidence { grid-template-columns: 1fr; gap: 28px; } .evidence-card { padding: 24px; } }

@media (max-width: 360px) {
  .speed-page .journey-card-header { gap: 3px; padding-inline: 3px; }
  .speed-page .journey-number { font-size: 14px; }
  .speed-page .journey-card-icon { width: 18px; height: 18px; }
}

/* Bring the response-time evidence into the first viewport. */
.hero-proof { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 22px; padding-top: 18px; border-top: 1px solid #dfcdbb; }
.hero-proof-number { color: var(--action); font-size: 80px; font-weight: 700; line-height: 1; letter-spacing: -.065em; flex-shrink: 0; }
.hero-proof-title { font-size: 15px; font-weight: 650; line-height: 1.3; }
.hero-proof-comparison { margin-top: 4px; font-size: 13px; color: var(--soft); line-height: 1.4; }
.hero-proof-source { display: inline-block; margin-top: 7px; color: var(--soft); font-size: 10px; line-height: 1.4; }
@media (max-width: 599px) {
  .hero-proof { gap: 14px; margin-top: 20px; padding-top: 16px; }
  .hero-proof-number { font-size: 60px; }
  .hero-proof-title { font-size: 14px; }
  .hero-proof-comparison { font-size: 12px; }
  .hero-proof-source { font-size: 9px; }
}

/* Weekly response guarantee, kept close to the offer. */
.hero-guarantee { display: grid; grid-template-columns: 26px minmax(0, 1fr); align-items: center; gap: 7px 12px; margin-top: 22px; color: var(--green); text-decoration: none; line-height: 1.5; max-width: 470px; }
.hero-guarantee > svg { width: 26px; height: 26px; flex-shrink: 0; margin-top: 1px; stroke-width: 1.6; }
.hero-guarantee > span { min-width: 0; }
.hero-guarantee-title { display: block; font-size: 17px; font-weight: 700; letter-spacing: -.02em; }
.hero-guarantee-copy { display: block; grid-column: 1 / -1; margin-top: 0; font-size: 13px; }
.hero-guarantee-copy b { font-weight: 700; }
.hero-guarantee:hover .hero-guarantee-title { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 599px) {
  .hero-guarantee { grid-template-columns: 24px minmax(0, 1fr); gap: 7px 10px; margin-top: 20px; }
  .hero-guarantee-title { font-size: 16px; }
  .hero-guarantee-copy { font-size: 12px; }
  .hero-guarantee > svg { width: 24px; height: 24px; }
}
.pricing-guarantee { border-top: 1px solid #dfcdbb; padding-top: 20px; margin: 0 0 24px; }
.pricing-guarantee h3 { font-size: 23px; line-height: 1.25; letter-spacing: -.035em; margin: 8px 0 10px; }
.pricing-guarantee p { font-size: 13px; line-height: 1.6; color: var(--soft); }
.pricing-guarantee > a { display: inline-block; margin-top: 12px; font-size: 12px; color: var(--action); }
#response-guarantee { scroll-margin-top: 100px; }

/* Give the offer and journey room to breathe across the desktop hero. */
@media (min-width: 1000px) {
  .speed-page .hero-shell { padding-block: clamp(44px, 4.2vw, 64px); }
  .speed-page .hero-copy h1 { margin-top: 28px; }
  .speed-page .hero-copy h1 strong { margin-top: 16px; }
  .speed-page .hero-subhead { margin-top: 30px; }
  .speed-page .hero-actions { margin-top: 34px; }
  .speed-page .customer-journey { --overlap: 18px; }
  .speed-page .journey-footer { margin-top: 24px; }
  .speed-page .hero-proof { margin-top: 30px; padding-top: 24px; }
}
@media (min-width: 1000px) and (max-height: 760px) {
  .speed-page .hero-shell { padding-block: 36px; }
}

/* Momentum testimonial layout for the internal offer preview. */
.momentum-review { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 64px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.review-heading .section-kicker { font-size: 11px; }
.review-heading h2 { font-size: clamp(32px, 3.2vw, 46px); }
.review-quote { margin: 0; }
.review-quote-mark { display: block; color: var(--action); font-size: 88px; font-weight: 600; line-height: .8; height: 48px; letter-spacing: -.06em; }
.review-quote blockquote { margin: 14px 0 26px; font-size: clamp(21px, 2vw, 28px); font-weight: 500; line-height: 1.5; letter-spacing: -.025em; color: var(--ink); }
.review-quote figcaption { display: flex; flex-direction: column; gap: 3px; font-size: 13px; }
.review-quote figcaption strong { font-weight: 700; }
.review-quote figcaption > span { color: var(--soft); font-size: 12px; }
@media (max-width: 767px) {
  .momentum-review { grid-template-columns: 1fr; gap: 30px; }
  .review-heading .section-kicker { margin-bottom: 14px; }
  .review-quote blockquote { margin-top: 8px; font-size: 21px; }
}

/* Five-step example: retain the warm cards and connected journey. */
.journey-example-label { margin: 0 0 22px; font-size: 11px; }
.speed-page .journey-footer { font-size: 11px; font-weight: 450; line-height: 1.5; letter-spacing: 0; text-transform: none; }
.response-evidence { margin-top: 32px; padding-block: 28px; border: 0; }
.response-evidence .hero-proof { margin: 0; padding: 0; border: 0; }
@media (max-width: 599px) {
 /* Compact desktop-style journey on phones. */
 .speed-page .speed-stage { width: calc(100% + 16px); padding: 10px 0 0; }
 .journey-example-label { margin-bottom: 20px; }
 .speed-page .customer-journey { --node-size: 8px; --branch: 12px; --overlap: 32px; --anchor: 44px; }
 .speed-page .journey-step { grid-template-columns: minmax(0, 1fr) var(--node-size) minmax(0, 1fr); }
 .speed-page .journey-node { grid-column: 2; }
 .speed-page .journey-step .journey-touch { width: 100%; transform: none; padding: 4px; border-radius: 13px; }
 .speed-page .journey-step:nth-child(odd) .journey-touch { grid-column: 3; justify-self: start; }
 .speed-page .journey-step:nth-child(even) .journey-touch { grid-column: 1; justify-self: end; }
 .speed-page .journey-step:nth-child(odd) .journey-touch::after { left: calc(-1 * var(--branch) - 1px); right: auto; }
 .speed-page .journey-step:nth-child(even) .journey-touch::after { right: calc(-1 * var(--branch) - 1px); left: auto; }
 .speed-page .journey-step:not(:last-child)::before { left: 50%; }
 .speed-page .journey-touch h3 { font-size: 13px; line-height: 1.25; }
 .speed-page .journey-touch p { margin-top: 6px; font-size: 11px; line-height: 1.45; }
 .speed-page .journey-card-body { padding: 9px 8px; border-radius: 9px; }
 .speed-page .journey-card-header { min-height: 26px; gap: 3px; padding: 2px 4px 5px; }
 .speed-page .journey-number { font-size: 13px; }
 .speed-page .journey-time { font-size: 8px; }
 .speed-page .journey-card-icon { width: 17px; height: 17px; border-radius: 4px; }
 .speed-page .journey-card-icon svg { width: 12px; height: 12px; }
 .speed-page .journey-touch .booking-heading { gap: 4px; }
 .speed-page .booking-heading .booking-check { width: 13px; height: 13px; }
 .response-evidence { margin-top: 24px; padding-block: 24px; }
}

/* Alternate the five-step journey with three cards on the right. */
@media (min-width: 600px) {
  .speed-page .journey-step:nth-child(odd) .journey-touch { grid-column: 3; justify-self: start; transform: translateX(calc(var(--reach) - var(--branch))); }
  .speed-page .journey-step:nth-child(odd) .journey-touch::after { left: calc(-1 * var(--reach) - 1px); right: auto; }
  .speed-page .journey-step:nth-child(even) .journey-touch { grid-column: 1; justify-self: end; transform: translateX(calc(var(--branch) - var(--reach))); }
  .speed-page .journey-step:nth-child(even) .journey-touch::after { right: calc(-1 * var(--reach) - 1px); left: auto; }
}

/* Three findings from two lead-response studies. */
.response-evidence { display: block; padding-block: 36px; border: 0; }
.proof-eyebrow { margin: 0 0 20px; color: var(--action); font-size: 11px; font-weight: 700; line-height: 1.5; letter-spacing: .12em; text-transform: uppercase; }
.proof-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.proof-stat { display: flex; flex-direction: column; min-width: 0; padding: 30px; border-radius: 18px; background: var(--surface); }
.proof-stat-number { margin: 0 0 20px; color: var(--action); font-size: clamp(60px, 6vw, 80px); font-weight: 700; line-height: 1; letter-spacing: -.065em; white-space: nowrap; }
.proof-stat-number > span { font-size: 20px; font-weight: 550; letter-spacing: -.025em; }
.proof-stat h3 { margin: 0; color: var(--ink); font-size: 19px; line-height: 1.3; font-weight: 650; letter-spacing: -.025em; text-wrap: initial; }
.proof-stat-comparison { margin: 12px 0 20px; color: var(--soft); font-size: 13px; line-height: 1.55; }
.proof-stat-source { align-self: flex-start; margin-top: auto; color: var(--soft); font-size: 11px; line-height: 1.5; }
.proof-study-note { margin-top: 18px; color: var(--soft); font-size: 11px; line-height: 1.6; }
@media (max-width: 999px) { .proof-stats { gap: 16px; } .proof-stat { padding: 24px 20px; } }
@media (max-width: 699px) {
 .response-evidence { padding-block: 24px; }
 .proof-stats { grid-template-columns: 1fr; gap: 16px; }
 .proof-stat { padding: 24px; border-radius: 14px; }
 .proof-stat-number { font-size: 68px; margin-bottom: 16px; }
 .proof-stat h3 { font-size: 19px; }
 .proof-stat-comparison { margin-block: 10px 16px; }
}

.response-evidence .proof-heading { margin: 0 0 32px; text-align: center; font-size: clamp(30px, 3vw, 42px); font-weight: 650; line-height: 1.15; letter-spacing: -.04em; }

/* One practical setup section between research and pricing. */
.business-fit .service-card { border: 0; border-top: 1px solid var(--line); padding-top: 20px; }
.business-fit .service-copy .button { margin-top: 28px; }
#getting-started { scroll-margin-top: 110px; }
@media (min-width: 600px) and (max-width: 999px) {
 #what-we-do.business-fit .service-copy { align-items: start; }
 .business-fit .service-copy .button { justify-self: start; margin-top: 24px; }
}

.journey-touch .booking-heading { display: flex; align-items: center; gap: 6px; }
.booking-heading > span { min-width: 0; }
.booking-heading .booking-check { width: 17px; height: 17px; flex-shrink: 0; color: var(--green); stroke-width: 2; }

/* A single pricing card, centred without the repeated price explanation. */
.speed-page .pricing-section { display: block; max-width: var(--content); }
.pricing-card-top h2 { font-size: 21px; max-width: 29ch; line-height: 1.25; letter-spacing: -.035em; font-weight: 650; }

/* One wide pricing panel with offer and decision details side by side. */
.pricing-offer, .pricing-decision { min-width: 0; }
.pricing-offer .pricing-includes { margin-bottom: 0; }
@media (min-width: 900px) {
 .speed-page .pricing-card { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); align-items: center; gap: clamp(32px, 4vw, 56px); padding: 40px; }
 .pricing-decision { padding-left: 36px; border-left: 1px solid #d8c9b8; }
 .pricing-decision .pricing-guarantee { border: 0; padding-top: 0; }
 .pricing-card-top h2 { max-width: none; }
}
@media (max-width: 899px) {
 .speed-page .pricing-section { max-width: 680px; }
 .pricing-decision { margin-top: 28px; }
}

/* Align the first setup icons with the section heading; retain row separators. */
@media (min-width: 600px) {
 .business-fit .service-card:nth-child(-n+2) { border-top: 0; padding-top: 0; }
}
@media (max-width: 599px) {
 .business-fit .service-card:first-child { border-top: 0; padding-top: 0; }
}

/* Hasti placeholder identity: hare mark and live wordmark. */
.brand { gap: 8px; }
.hasti-mark { display: block; width: 42px; height: 42px; flex-shrink: 0; }
.hasti-wordmark { color: var(--ink); font-size: 31px; font-weight: 750; letter-spacing: -.055em; line-height: 1; }
.site-footer .hasti-wordmark { color: #f6ecde; }
@media (max-width: 599px) {
 .brand { gap: 6px; }
 .hasti-mark { width: 36px; height: 36px; }
 .hasti-wordmark { font-size: 28px; }
 .footer-top .brand { margin-left: 0; }
}

/* Selected header logo: running hare beside the Hasti wordmark. */
.nav-pill .hasti-selected-brand { width: auto; gap: 8px; padding-left: 8px; }
.hasti-selected-brand .hasti-option-two { display: block; width: 54px; height: 38px; flex-shrink: 0; overflow: hidden; }
@media (max-width: 599px) {
 .nav-pill .hasti-selected-brand { gap: 6px; }
 .hasti-selected-brand .hasti-option-two { width: 42px; height: 32px; }
}

/* The selected hare reverses to white on the dark footer. */
.site-footer .brand { width: auto; }
.hasti-footer-mark { display: block; width: 54px; height: 38px; flex-shrink: 0; overflow: hidden; filter: brightness(0) invert(1); }
@media (max-width: 599px) {
 .hasti-footer-mark { width: 42px; height: 32px; }
}
