:root {
  --navy: #15181f;
  --navy-2: #ffffff;
  --navy-3: #292929;
  --ink: #292929;
  --muted: #666b74;
  --blue: #03a2ed;
  --blue-dark: #028bd0;
  --ice: #eaf8ff;
  --green: #17a973;
  --green-soft: #e9faf5;
  --amber: #efaa3d;
  --line: #e6ebf2;
  --surface: #f7f9fc;
  --white: #fff;
  --shadow: 0 22px 65px rgba(28, 48, 72, .13);
  --shadow-soft: 0 14px 42px rgba(28, 48, 72, .08);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font: inherit; }
body, button, a { font-synthesis: none; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { color: inherit; }
.shell { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 100001; left: 12px; top: -70px; border-radius: 8px; background: #fff; padding: 10px 15px; color: var(--navy); font-weight: 800; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid rgba(223, 231, 240, .9);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(18px);
}
.header-inner { display: flex; min-height: 76px; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; margin-right: auto; }
.brand img { width: 136px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 27px; }
.primary-nav a { color: #46576f; font-size: 14px; font-weight: 750; text-decoration: none; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--blue-dark); }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 7px;
  background: var(--blue);
  box-shadow: 0 12px 28px rgba(3, 162, 237, .22);
  padding: 13px 24px;
  color: #fff;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(3, 162, 237, .34); filter: brightness(1.03); }
.button:disabled { opacity: .65; cursor: wait; transform: none; }
.button:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(3, 162, 237, .38); outline-offset: 3px; }
.button-small { min-height: 44px; padding: 11px 18px; font-size: 13px; }

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(3, 162, 237, .17), transparent 31%),
    radial-gradient(circle at 82% 8%, rgba(3, 162, 237, .1), transparent 26%),
    linear-gradient(145deg, #f7fdff 0%, #fff 62%, #f4fbff 100%);
  color: var(--ink);
}
.hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(rgba(3,162,237,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(3,162,237,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}
.hero-orb { position: absolute; z-index: -1; border-radius: 50%; }
.hero-orb-one { width: 560px; height: 560px; right: -260px; top: -290px; background: radial-gradient(circle, rgba(3,162,237,.12), transparent 69%); }
.hero-orb-two { width: 470px; height: 470px; left: 30%; bottom: -380px; background: radial-gradient(circle, rgba(3,162,237,.08), transparent 70%); }
.hero-grid { display: grid; min-height: 820px; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 64px; padding-top: 76px; padding-bottom: 82px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 19px; color: var(--blue); font-size: 12px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span:first-child { display: none; }
.eyebrow.dark { color: var(--blue-dark); }
h1, h2, h3 { margin-top: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: -.035em; line-height: 1.08; }
h1 { max-width: 720px; margin-bottom: 24px; color: var(--ink); font-size: clamp(46px, 5.1vw, 68px); font-weight: 700; }
h1 em, h2 em { color: var(--blue); font-style: normal; }
.hero-lede { max-width: 700px; margin: 0; color: #5f6670; font-size: clamp(18px, 1.7vw, 21px); line-height: 1.62; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 32px; }
.text-link { color: #4b535e; font-size: 14px; font-weight: 700; text-decoration: none; }
.text-link:hover { color: var(--blue-dark); }
.text-link span { padding-left: 5px; color: var(--blue); }
.hero-checks { display: flex; flex-wrap: wrap; gap: 10px 21px; margin: 30px 0 0; padding: 0; color: #4e5762; font-size: 13px; font-weight: 650; list-style: none; }
.hero-checks li::before { margin-right: 8px; color: #55dcb2; content: "✓"; }
.hero-photo { position: relative; overflow: hidden; margin: 34px 0 0; border: 1px solid var(--line); border-radius: 18px; background: #edf5fa; box-shadow: var(--shadow-soft); }
.hero-photo img { width: 100%; height: 240px; object-fit: cover; object-position: center 39%; opacity: .9; }
.hero-photo::after { position: absolute; inset: 0; background: linear-gradient(to top, rgba(21,24,31,.82), transparent 60%); content: ""; pointer-events: none; }
.hero-photo figcaption { position: absolute; z-index: 1; right: 22px; bottom: 18px; left: 22px; color: #dbe8f4; font-size: 12px; }
.hero-photo figcaption strong { color: #fff; }

.lead-card { border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); padding: 31px; color: var(--ink); }
.lead-card-head { margin-bottom: 23px; }
.card-kicker { display: block; margin-bottom: 7px; color: var(--blue-dark); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.lead-card h2 { margin-bottom: 10px; color: var(--ink); font-size: 31px; font-weight: 700; }
.lead-card-head p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: grid; gap: 6px; }
.field-wide { grid-column: 1 / -1; }
.field > span { color: #34465e; font-size: 11px; font-weight: 800; }
.field > span small { color: #8290a3; font-size: 9px; font-weight: 650; }
.field input, .field select, .field textarea {
  width: 100%;
  border: 1px solid #d8e1eb;
  border-radius: 11px;
  background: #f9fbfd;
  padding: 11px 12px;
  color: var(--ink);
  font-size: 13px;
  outline: 0;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}
.field input, .field select { min-height: 45px; }
.field textarea { min-height: 76px; resize: vertical; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: #b9c8d8; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); background: #fff; box-shadow: 0 0 0 4px rgba(3,162,237,.1); }
.field input::placeholder, .field textarea::placeholder { color: #92a0b1; }
.form-submit { width: 100%; margin-top: 17px; }
.form-assurance { margin: 12px 4px 0; color: #718096; font-size: 10px; line-height: 1.45; text-align: center; }
.form-assurance a { color: var(--blue-dark); font-weight: 750; }
.cf-turnstile { margin-top: 14px; }
.event-lead-form .form-result { font-size: 13px !important; }
.lead-card.has-success { display: flex; min-height: 540px; align-items: center; justify-content: center; }
.lead-card.has-success .lead-card-head { display: none; }
.event-lead-form.is-success { width: 100%; }
.event-lead-form.is-success > :not(.event-success-panel) { display: none !important; }
.event-success-panel {
  margin: 0 !important;
  border: 1px solid #cfeaf7;
  border-radius: 18px !important;
  background: linear-gradient(145deg, #f2fbff, #fff) !important;
  padding: 34px 30px !important;
  color: var(--ink) !important;
  text-align: center;
}
.success-check { display: grid; width: 58px; height: 58px; place-items: center; margin: 0 auto 17px; border-radius: 50%; background: var(--green-soft); color: var(--green); font-size: 27px; font-weight: 800; }
.success-kicker { display: block; margin-bottom: 7px; color: var(--blue-dark); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.event-success-panel h3 { margin-bottom: 13px; color: var(--ink); font-size: 30px; font-weight: 700; }
.event-success-panel p { margin: 0 auto 23px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.success-calendly-button { width: 100%; }
.event-success-panel small { display: block; margin-top: 13px; color: #737b86; font-size: 10px; line-height: 1.5; }

.proof-bar { position: relative; z-index: 4; border-bottom: 1px solid rgba(255,255,255,.2); background: var(--blue); }
.proof-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.proof-grid > div { display: flex; min-height: 126px; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.28); padding: 18px 20px; }
.proof-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.28); }
.proof-grid strong { color: #fff; font-size: clamp(22px, 2.1vw, 29px); letter-spacing: -.045em; }
.proof-grid span { color: rgba(255,255,255,.86); font-size: 10px; font-weight: 650; line-height: 1.45; }

.section { padding: 108px 0; }
.section h2 { margin-bottom: 22px; color: var(--ink); font-size: clamp(36px, 4vw, 52px); font-weight: 700; }
.section-heading { max-width: 790px; margin-bottom: 50px; }
.section-heading.centred { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading.centred .eyebrow { justify-content: center; }
.section-heading > p:last-child, .offer-copy > p, .fit-grid > div > p, .faq-grid > div > p { color: var(--muted); font-size: 18px; }

.cities-section { border-bottom: 1px solid var(--line); background: linear-gradient(145deg, #f4fbff, #fff 58%); }
.city-intro { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 70px; margin-bottom: 45px; }
.city-intro h2 { max-width: 760px; margin-bottom: 0; }
.city-intro > p { margin: 0 0 5px; color: var(--muted); font-size: 16px; }
.city-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 18px; }
.city-card { display: flex; min-height: 285px; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-soft); padding: 29px; }
.city-card-primary { border-color: rgba(3,162,237,.48); background: linear-gradient(150deg, #eaf8ff, #fff 65%); }
.city-label { margin-bottom: 20px; color: var(--blue-dark); font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.city-card h3 { margin-bottom: 13px; color: var(--ink); font-size: 25px; }
.city-card p { margin: 0 0 22px; color: var(--muted); font-size: 13px; }
.city-card a { margin-top: auto; color: var(--blue-dark); font-size: 12px; font-weight: 850; text-decoration: none; }
.city-card a:hover { text-decoration: underline; }
.city-strip { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.city-strip span { border: 1px solid #d7e7f1; border-radius: 999px; background: rgba(255,255,255,.88); padding: 7px 12px; color: #4c6076; font-size: 10px; font-weight: 750; }

.services-section { background: var(--surface); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.service-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-soft); }
.service-card.targeted { border-color: rgba(3,162,237,.75); box-shadow: 0 22px 62px rgba(3,162,237,.19); }
.service-card figure { position: relative; overflow: hidden; height: 225px; margin: 0; background: var(--navy); }
.service-card figure::after { position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,26,49,.77), transparent 62%); content: ""; }
.service-card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.service-card:hover figure img { transform: scale(1.025); }
.service-card figure > span { position: absolute; z-index: 1; left: 21px; bottom: 17px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(7,26,49,.52); padding: 6px 10px; color: #fff; font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; backdrop-filter: blur(7px); }
.service-body { display: flex; height: calc(100% - 225px); flex-direction: column; padding: 27px; }
.service-number { margin-bottom: 11px; color: var(--blue-dark); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.service-card h3 { margin-bottom: 12px; color: var(--ink); font-size: 27px; font-weight: 700; }
.service-intro { margin: 0 0 21px; color: var(--muted); font-size: 14px; }
.service-card ul { display: grid; gap: 9px; margin: 0 0 24px; padding: 0; color: #45566c; font-size: 12px; list-style: none; }
.service-card li { position: relative; padding-left: 20px; }
.service-card li::before { position: absolute; left: 0; color: var(--green); font-weight: 900; content: "✓"; }
.service-outcome { margin-top: auto; border: 1px solid #dce8f1; border-radius: 13px; background: #f7fbfe; padding: 14px; }
.service-outcome span { display: block; margin-bottom: 3px; color: var(--blue-dark); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.service-outcome strong { display: block; color: var(--ink); font-size: 13px; line-height: 1.4; }
.service-cta { display: flex; width: 100%; align-items: center; justify-content: space-between; margin-top: 14px; border: 0; background: transparent; padding: 7px 1px 0; color: var(--blue-dark); font-size: 12px; font-weight: 850; cursor: pointer; text-align: left; }
.service-cta:hover { color: #045ba6; }

.process-section { overflow: hidden; background: linear-gradient(145deg, #eaf8ff, #f8fdff); color: var(--ink); }
.process-section .section-heading h2 { color: var(--ink); }
.process-section .section-heading > p:last-child { color: var(--muted); }
.process-grid { display: grid; overflow: hidden; grid-template-columns: repeat(4, 1fr); gap: 14px; border: 0; border-radius: var(--radius); background: transparent; }
.process-grid article { min-height: 300px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: var(--shadow-soft); padding: 32px 27px; }
.process-grid article > span { display: block; margin-bottom: 58px; color: var(--blue); font-size: 12px; font-weight: 800; }
.process-grid h3 { margin-bottom: 14px; font-size: 25px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.human-note { display: flex; align-items: center; gap: 17px; margin-top: 24px; border: 1px solid #d7ebf5; border-radius: 15px; background: #fff; padding: 17px 21px; }
.human-note > span { display: grid; flex: 0 0 42px; height: 42px; place-items: center; border-radius: 11px; background: var(--green-soft); color: var(--green); }
.human-note p { margin: 0; color: var(--muted); font-size: 13px; }
.human-note strong { color: var(--ink); }

.results-section { background: #fff; }
.case-study { overflow: hidden; margin-top: 22px; border: 1px solid var(--line); border-radius: 27px; background: #fff; box-shadow: var(--shadow-soft); }
.case-media { position: relative; overflow: hidden; height: 300px; background: #edf2f6; }
.case-media > img { width: 100%; height: 100%; object-fit: cover; }
.case-study-primary .case-media > img { object-position: center; }
.case-study-secondary .case-media > img { object-position: center 42%; }
.case-media::after { position: absolute; inset: 0; background: linear-gradient(115deg, rgba(7,26,49,.48), transparent 65%); content: ""; }
.client-mark { position: absolute; z-index: 1; left: 28px; bottom: 24px; display: grid; width: 92px; height: 92px; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 15px; background: #111114; box-shadow: 0 15px 45px rgba(0,0,0,.22); padding: 13px; }
.client-mark img { max-width: 100%; max-height: 100%; object-fit: contain; }
.client-mark-wide { width: 145px; }
.case-content { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 55px; padding: 36px 40px 40px; }
.case-label { display: inline-block; margin-bottom: 10px; border-radius: 999px; background: var(--ice); padding: 6px 10px; color: var(--blue-dark); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.case-content h3 { margin-bottom: 11px; color: var(--ink); font-size: 33px; font-weight: 700; }
.case-content p { margin: 0 0 17px; color: var(--muted); font-size: 14px; }
.case-content a { color: var(--blue-dark); font-size: 13px; font-weight: 850; text-decoration: none; }
.case-content a:hover { text-decoration: underline; }
.case-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.case-stats-three { grid-template-columns: repeat(3, 1fr); }
.case-stats > div { border: 1px solid var(--line); border-radius: 15px; background: #f8fafc; padding: 16px; }
.case-stats strong { display: block; color: var(--ink); font-size: 27px; line-height: 1; }
.case-stats span { display: block; margin-top: 7px; color: #69798e; font-size: 10px; font-weight: 650; line-height: 1.4; }
.results-disclaimer { margin: 17px 3px 0; color: #77869a; font-size: 11px; text-align: center; }

.offer-section { border-top: 1px solid var(--line); background: var(--surface); }
.offer-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 82px; }
.offer-copy > p { margin-bottom: 25px; }
.guarantee-card { border: 1px solid #cdeee3; border-radius: 19px; background: var(--green-soft); padding: 23px; }
.guarantee-card > span { display: block; margin-bottom: 8px; color: #0b8f65; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.guarantee-card strong { display: block; color: #0c513d; font-size: 17px; line-height: 1.45; }
.guarantee-card p { margin: 10px 0 0; color: #477166; font-size: 11px; }
.offer-deliverables { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-soft); padding: 32px; }
.offer-deliverables h3 { margin-bottom: 23px; color: var(--ink); font-size: 25px; }
.offer-deliverables ul { display: grid; gap: 11px; margin: 0 0 24px; padding: 0; list-style: none; }
.offer-deliverables li { display: grid; grid-template-columns: 37px 1fr; gap: 13px; border-bottom: 1px solid #edf1f5; padding: 0 0 11px; }
.offer-deliverables li:last-child { border-bottom: 0; }
.offer-deliverables li > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; background: var(--green-soft); color: #10936a; font-weight: 900; }
.offer-deliverables strong { display: block; color: var(--ink); font-size: 13px; }
.offer-deliverables p { margin: 2px 0 0; color: var(--muted); font-size: 11px; }
.offer-deliverables .button { width: 100%; }

.fit-section { background: #fff; }
.fit-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 80px; }
.fit-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.fit-card { border: 1px solid var(--line); border-radius: 20px; padding: 26px; }
.fit-yes { background: #f1fcf8; border-color: #cfeee3; }
.fit-no { background: #f8fafc; }
.fit-card h3 { margin-bottom: 18px; color: var(--ink); font-size: 21px; }
.fit-card ul { display: grid; gap: 12px; margin: 0; padding: 0; color: #4c5c70; font-size: 13px; list-style: none; }
.fit-card li { position: relative; padding-left: 21px; }
.fit-yes li::before, .fit-no li::before { position: absolute; left: 0; font-weight: 900; }
.fit-yes li::before { color: var(--green); content: "✓"; }
.fit-no li::before { color: #95a3b4; content: "–"; }

.faq-section { border-top: 1px solid var(--line); background: #f8fafc; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 92px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 4px; color: var(--ink); font-size: 16px; font-weight: 750; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue-dark); font-size: 24px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 730px; margin: 0 0 24px; padding-right: 54px; color: var(--muted); font-size: 14px; }

.final-cta { position: relative; overflow: hidden; background: var(--blue); padding: 75px 0; color: #fff; }
.final-cta::before { position: absolute; width: 450px; height: 450px; right: -100px; top: -280px; border-radius: 50%; background: rgba(255,255,255,.1); content: ""; }
.final-cta-inner { position: relative; display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 70px; }
.final-cta h2 { max-width: 760px; margin: 0; font-size: clamp(35px, 4vw, 52px); }
.button-light { background: #fff; box-shadow: 0 16px 40px rgba(0,0,0,.18); color: #075bb3; }
.final-cta small { display: block; margin-top: 13px; color: #d9efff; font-size: 10px; line-height: 1.5; text-align: center; }
.mobile-cta { display: none; }

@media (max-width: 1080px) {
  .header-inner .primary-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-copy { max-width: 820px; }
  .lead-card { width: min(720px, 100%); }
  .proof-grid { grid-template-columns: repeat(3, 1fr); }
  .proof-grid > div:nth-child(4) { border-left: 1px solid rgba(255,255,255,.28); }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; width: calc(50% - 10px); justify-self: center; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .city-grid { grid-template-columns: 1fr 1fr; }
  .city-card:last-child { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .section { padding: 84px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card:last-child { grid-column: auto; width: 100%; }
  .case-content, .offer-grid, .fit-grid, .faq-grid, .final-cta-inner { grid-template-columns: 1fr; gap: 40px; }
  .city-intro, .city-grid { grid-template-columns: 1fr; gap: 22px; }
  .city-card:last-child { grid-column: auto; }
  .case-media { height: 250px; }
  .final-cta small { text-align: left; }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 66px; }
  .shell { width: min(calc(100% - 30px), 1180px); }
  .header-inner { min-height: 66px; }
  .header-inner > .button { display: none; }
  .brand img { width: 116px; }
  .hero-grid { min-height: auto; gap: 38px; padding-top: 57px; padding-bottom: 67px; }
  h1 { font-size: clamp(40px, 12vw, 56px); }
  .hero-lede { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-checks { flex-direction: column; }
  .hero-photo img { height: 205px; }
  .lead-card { border-radius: 22px; padding: 22px 18px; }
  .lead-card h2 { font-size: 27px; }
  .lead-card.has-success { min-height: 470px; }
  .event-success-panel { padding: 29px 20px !important; }
  .event-success-panel h3 { font-size: 26px; }
  .field-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div, .proof-grid > div:first-child, .proof-grid > div:nth-child(4) { min-height: 105px; border: 0; border-right: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); padding: 16px; }
  .proof-grid > div:nth-child(even) { border-right: 0; }
  .proof-grid strong { font-size: 23px; }
  .section { padding: 72px 0; }
  .section-heading > p:last-child, .offer-copy > p, .fit-grid > div > p, .faq-grid > div > p { font-size: 16px; }
  .city-intro { margin-bottom: 30px; }
  .city-card { min-height: auto; padding: 24px; }
  .service-card figure { height: 215px; }
  .service-body { height: auto; padding: 23px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: auto; }
  .process-grid article > span { margin-bottom: 31px; }
  .human-note { align-items: flex-start; }
  .case-media { height: 210px; }
  .case-content { padding: 27px 21px 30px; }
  .case-stats, .case-stats-three { grid-template-columns: 1fr 1fr; }
  .case-stats-three > div:first-child { grid-column: 1 / -1; }
  .fit-columns { grid-template-columns: 1fr; }
  .offer-deliverables { padding: 24px 20px; }
  .faq-list details p { padding-right: 12px; }
  .final-cta { padding: 62px 0 91px; }
  .mobile-cta { position: fixed; z-index: 9999; display: block; right: 10px; bottom: 10px; left: 10px; border: 1px solid rgba(255,255,255,.72); border-radius: 17px; background: rgba(255,255,255,.9); box-shadow: 0 18px 55px rgba(8,26,50,.24); padding: 8px; backdrop-filter: blur(14px); }
  .mobile-cta .button { width: 100%; min-height: 49px; }
  body { padding-bottom: 72px; }
}

@media (max-width: 390px) {
  .case-stats, .case-stats-three { grid-template-columns: 1fr; }
  .case-stats-three > div:first-child { grid-column: auto; }
}

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