:root {
  --navy: #0b2b68;
  --navy-deep: #071d4b;
  --blue: #2874e8;
  --blue-bright: #438cff;
  --blue-pale: #e8f2ff;
  --ice: #f5f9ff;
  --white: #ffffff;
  --ink: #091838;
  --slate: #56627a;
  --line: #d5e3f5;
  --dark-line: rgba(255,255,255,.15);
  --radius: 0;
  --shadow: 0 24px 65px rgba(33,91,172,.12);
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font); line-height: 1.55; overflow-x: clip; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
h1, h2, h3, p, figure { margin-top: 0; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 50; color: var(--navy); border-bottom: 1px solid rgba(11,43,104,.1); }
.nav { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; }
.brand img { width: min(250px, 48vw); }
.nav-links { display: flex; align-items: center; gap: 0; border-inline: 1px solid rgba(11,43,104,.14); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.nav-links a { padding: 13px 20px; border-right: 1px solid rgba(11,43,104,.14); color: #49658f; transition: color .2s ease, background .2s ease; }
.nav-links a:last-child { border-right: 0; }
.nav-links a span { margin-right: 8px; color: var(--blue); font-size: 8px; }
.nav-links a:hover { color: var(--navy); background: rgba(40,116,232,.08); }

.button { min-height: 52px; padding: 13px 21px; border: 0; border-radius: 0; display: inline-flex; align-items: center; justify-content: center; gap: 22px; font-weight: 750; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button span { transition: transform .2s ease; }
.button:hover { transform: translateY(-3px); }
.button:hover span { transform: translate(3px, -2px); }
.button-primary { color: var(--white); background: var(--blue); box-shadow: 0 12px 30px rgba(9,87,231,.25); }
.button-primary:hover { background: var(--blue-bright); box-shadow: 0 15px 38px rgba(9,87,231,.34); }
.button-light { color: var(--navy); background: var(--white); box-shadow: 0 12px 34px rgba(1,9,29,.2); }

.hero { position: relative; isolation: isolate; min-height: 900px; padding: 170px 0 210px; overflow: hidden; color: var(--ink); background: radial-gradient(circle at 76% 34%, rgba(80,145,245,.25), transparent 34%), radial-gradient(circle at 13% 72%, rgba(154,199,255,.3), transparent 30%), linear-gradient(135deg, #fbfdff 0%, #e9f3ff 45%, #cfe4ff 100%); }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 0; opacity: .5; background-image: linear-gradient(rgba(40,116,232,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(40,116,232,.09) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 90%); }
.hero::after { content: ""; position: absolute; z-index: -1; width: 620px; height: 620px; right: -260px; bottom: -330px; border: 1px solid rgba(40,116,232,.18); border-radius: 50%; box-shadow: 0 0 0 100px rgba(40,116,232,.035), 0 0 0 200px rgba(40,116,232,.025); }
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(8px); opacity: .6; }
.hero-glow-one { width: 620px; height: 620px; top: -290px; left: 38%; background: radial-gradient(circle, rgba(79,143,241,.42), transparent 69%); }
.hero-glow-two { width: 500px; height: 500px; left: -245px; bottom: -20px; background: radial-gradient(circle, rgba(122,180,255,.38), transparent 68%); }
.hero-layout { display: grid; grid-template-columns: 1.02fr .98fr; gap: 86px; align-items: center; }
.eyebrow, .section-kicker, .step-label { font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { margin-bottom: 26px; color: #376ebc; display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 34px; height: 2px; background: var(--blue-bright); }
.hero h1 { max-width: 670px; margin-bottom: 30px; font-size: clamp(66px, 7vw, 104px); line-height: .88; letter-spacing: -.065em; }
h1 em, h2 em { color: var(--blue); font-style: normal; }
.dynamic-word { display: inline-block; transition: opacity .22s ease, transform .22s ease; }
.dynamic-word.is-changing { opacity: 0; transform: translateY(12px); }
.hero-lead { max-width: 660px; color: #526783; font-size: clamp(19px, 2vw, 24px); line-height: 1.45; }
.hero-actions { margin-top: 38px; display: flex; flex-wrap: wrap; align-items: center; gap: 28px; }
.text-link { padding: 12px 0; border-bottom: 1px solid rgba(11,43,104,.22); color: var(--navy); font-size: 13px; font-weight: 700; }
.text-link span { margin-left: 14px; color: var(--blue); }

.growth-console { position: relative; padding: 24px; border: 1px solid rgba(40,116,232,.2); border-radius: 0; background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(225,238,255,.9)); box-shadow: 0 30px 70px rgba(42,97,177,.16); backdrop-filter: blur(18px); transform: rotate(1.5deg); }
.growth-console::before { content: ""; position: absolute; inset: -14px 14px 14px -14px; z-index: -1; border: 1px solid rgba(40,116,232,.28); border-radius: 0; }
.console-top { padding-bottom: 18px; border-bottom: 1px solid rgba(11,43,104,.12); display: flex; justify-content: space-between; color: #58749d; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.console-top i { display: flex; align-items: center; gap: 7px; color: #8eb3ff; font-style: normal; animation: liveWordPulse 5s ease-in-out infinite; }
.console-top i::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #55f0b0; box-shadow: 0 0 0 5px rgba(85,240,176,.1); animation: liveDotGlow 5s ease-in-out infinite; }
.metric-main { padding: 30px 0 6px; }
.metric-main small { display: block; color: #60779a; }
.metric-main strong { display: block; font-size: clamp(58px, 6vw, 88px); line-height: 1; letter-spacing: -.06em; }
.metric-main > span { color: #6580aa; font-size: 12px; }
.chart { height: 160px; padding-top: 24px; border-bottom: 1px solid rgba(11,43,104,.12); display: flex; align-items: end; gap: 9px; }
.chart span { flex: 1; height: var(--height); border-radius: 0; background: linear-gradient(to top, #0957e7, #65a0ff); box-shadow: 0 0 20px rgba(29,108,255,.18); transform-origin: bottom; }
.chart.is-animating span { animation: chartRise .85s cubic-bezier(.2,.8,.2,1) both; animation-delay: var(--delay); }
@keyframes chartRise {
  from { opacity: .22; transform: scaleY(.08); }
  to { opacity: 1; transform: scaleY(1); }
}
@keyframes liveDotGlow {
  0%, 68%, 100% { box-shadow: 0 0 0 5px rgba(85,240,176,.1), 0 0 0 rgba(85,240,176,0); }
  76% { box-shadow: 0 0 0 7px rgba(85,240,176,.16), 0 0 20px rgba(85,240,176,.85); }
  84% { box-shadow: 0 0 0 5px rgba(85,240,176,.1), 0 0 7px rgba(85,240,176,.35); }
}
@keyframes liveWordPulse {
  0%, 68%, 100% { color: #8eb3ff; text-shadow: none; }
  76% { color: #c5fff0; text-shadow: 0 0 14px rgba(85,240,176,.6); }
  84% { color: #8eb3ff; text-shadow: none; }
}
.console-channels { padding-top: 17px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.console-channels div { padding: 13px; border-radius: 0; background: rgba(40,116,232,.07); display: grid; gap: 4px; }
.console-channels span { color: #7188ad; font-size: 9px; }
.console-channels b { font-size: 12px; }
.console-channels i { color: #8eb3ff; font-size: 10px; font-style: normal; }
.hero-tags { position: absolute; right: 0; bottom: 152px; left: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.hero-tags span { padding: 9px 15px; border: 1px solid rgba(11,43,104,.13); border-radius: 0; color: #58729a; background: rgba(255,255,255,.45); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }

.brief-overlap { position: relative; z-index: 5; margin-top: -112px; padding-bottom: 100px; }
.brief-shell { display: grid; grid-template-columns: 350px 1fr; overflow: hidden; border: 2px solid rgba(40,116,232,.34); border-radius: var(--radius); background: var(--white); box-shadow: 0 30px 75px rgba(26,78,156,.2), 0 0 0 10px rgba(40,116,232,.06); }
.brief-intro { padding: 44px 38px; color: var(--white); background: linear-gradient(160deg, #4b8ff2, #2769cf); }
.step-label { color: #c1d6ff; }
.brief-intro h2 { margin: 40px 0 20px; font-size: 43px; line-height: .98; letter-spacing: -.045em; }
.brief-intro > p:not(.step-label) { color: #d5e2fb; font-size: 15px; }
.brief-intro ul { margin: 50px 0 0; padding: 0; list-style: none; }
.brief-intro li { padding: 16px 0; border-top: 1px solid rgba(255,255,255,.18); font-size: 12px; font-weight: 700; }
.brief-intro li span { margin-right: 14px; color: #9fc0ff; font-size: 9px; }
.lead-form { padding: 38px 42px; display: grid; gap: 24px; background: linear-gradient(145deg, #ffffff, #f4f8ff); }
.lead-form-compact { align-content: center; gap: 20px; }
fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
legend, .lead-form > label, .form-row > label { width: 100%; margin-bottom: 10px; color: #263858; font-size: 12px; font-weight: 800; }
legend span, .optional { color: #8994aa; font-weight: 500; }
.choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.choice-grid.compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.choice { position: relative; cursor: pointer; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice span { min-height: 50px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 0; display: flex; align-items: center; color: #506078; background: var(--white); font-size: 12px; font-weight: 650; transition: border-color .2s ease, color .2s ease, background .2s ease, box-shadow .2s ease; }
.choice input:checked + span { border-color: var(--blue); color: var(--blue); background: var(--blue-pale); box-shadow: 0 0 0 2px rgba(9,87,231,.08); }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.form-row-contact { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.form-row label { display: grid; gap: 8px; margin: 0; }
input, select { width: 100%; min-height: 51px; padding: 12px 13px; border: 2px solid #c9daf1; border-radius: 0; color: var(--ink); background: var(--white); outline: 0; box-shadow: 0 5px 14px rgba(40,91,166,.05); transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
input:hover, select:hover { border-color: #91b7ec; }
input:focus, select:focus { border-color: var(--blue); background: var(--white); box-shadow: 0 0 0 4px rgba(40,116,232,.12), 0 8px 20px rgba(40,91,166,.08); }
.honeypot { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.form-submit { padding-top: 22px; border-top: 2px solid #d7e4f5; display: flex; align-items: center; gap: 20px; }
.form-submit p { max-width: 250px; margin: 0; color: #7d899f; font-size: 10px; }

.signal-strip { padding: 30px 0; border-block: 1px solid var(--line); overflow: hidden; }
.signal-strip .container { display: flex; align-items: center; justify-content: center; gap: 24px; white-space: nowrap; }
.signal-strip p { margin: 0 auto 0 0; color: var(--slate); font-size: 12px; }
.signal-strip strong { color: var(--navy); font-size: 12px; letter-spacing: .12em; }
.signal-strip span { color: var(--blue); }

.section { padding: 120px 0; }
.section-kicker { margin-bottom: 24px; color: var(--blue); }
.section-kicker.light { color: #8cb2ff; }
.section-heading { margin-bottom: 60px; display: grid; grid-template-columns: 1.4fr .6fr; gap: 80px; align-items: end; }
.section-heading h2, .fit-header h2, .system-copy h2, .closing h2 { margin: 0; font-size: clamp(48px, 6vw, 76px); line-height: .96; letter-spacing: -.055em; }
.section-heading > p { max-width: 440px; margin-bottom: 5px; color: var(--slate); font-size: 17px; }
.services { background: #f7fbff; }
.services-visual, .fit-visual { position: relative; margin: 0 0 50px; overflow: hidden; background: #dcecff; }
.services-visual { height: clamp(330px, 42vw, 500px); }
.services-visual::after, .fit-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,29,75,.7), rgba(7,29,75,.08) 58%, transparent); pointer-events: none; }
.services-visual img, .fit-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.02); transition: transform .7s ease, filter .7s ease; }
.services-visual img { object-position: center 45%; }
.services-visual:hover img, .fit-visual:hover img { transform: scale(1.025); filter: saturate(.95) contrast(1.02); }
.services-visual figcaption, .fit-visual figcaption { position: absolute; z-index: 1; left: 34px; bottom: 30px; display: grid; gap: 7px; color: var(--white); }
.services-visual figcaption span, .fit-visual figcaption span { color: #bcd6ff; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.services-visual figcaption strong, .fit-visual figcaption strong { font-size: clamp(24px, 3vw, 38px); line-height: 1; letter-spacing: -.035em; }
.service-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.service-card { min-height: 390px; padding: 30px; border-radius: 0; display: flex; flex-direction: column; transition: transform .3s ease, box-shadow .3s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 22px 55px rgba(4,23,67,.13); }
.service-card.featured { grid-column: span 7; color: var(--navy); background: #dcecff; }
.service-card.blue { grid-column: span 5; color: var(--white); background: #4a8ced; }
.service-card.pale { grid-column: span 4; background: #edf5ff; }
.service-card.dark { grid-column: span 5; color: var(--navy); background: #d4e7ff; }
.service-card.outline { grid-column: span 3; border: 1px solid #c8d6ee; background: var(--white); }
.card-number { align-self: end; color: rgba(107,135,185,.72); font-size: 11px; font-weight: 800; }
.service-label { margin: 45px 0 8px; color: #71809c; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.blue .service-label { color: #d7e6ff; }
.dark .service-label, .featured .service-label { color: #5375a6; }
.service-card h3 { margin: 0 0 18px; font-size: clamp(34px, 4vw, 51px); line-height: 1; letter-spacing: -.045em; }
.service-card > p:not(.service-label) { max-width: 620px; color: #62708a; font-size: 14px; }
.featured > p:not(.service-label), .dark > p:not(.service-label) { color: #526b90; }
.blue > p:not(.service-label) { color: #e4eeff; }
.service-card ul { margin: 10px 0 20px; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 7px; }
.service-card li { padding: 7px 10px; border: 1px solid rgba(255,255,255,.15); border-radius: 0; color: #c9d5e9; font-size: 9px; font-weight: 700; }
.service-card.featured li,
.service-card.dark li { border-color: rgba(11,43,104,.14); color: #526f9d; }
.service-card a { margin-top: auto; padding-top: 19px; border-top: 1px solid rgba(5,24,61,.13); display: flex; justify-content: space-between; color: var(--blue); font-size: 12px; font-weight: 800; }
.featured a, .dark a { border-color: rgba(11,43,104,.13); color: var(--blue); }
.blue a { border-color: rgba(255,255,255,.2); color: var(--white); }

.system { color: var(--white); background: linear-gradient(135deg, var(--navy-deep), var(--navy)); }
.system-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 100px; }
.system-copy { position: sticky; top: 40px; align-self: start; }
.system-copy > p:not(.section-kicker) { max-width: 570px; margin: 28px 0; color: #aebedb; font-size: 17px; }
.system-copy .button { margin-top: 12px; }
.system-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--dark-line); }
.system-steps li { padding: 28px 12px 28px 0; border-bottom: 1px solid var(--dark-line); display: grid; grid-template-columns: 70px 1fr; gap: 24px; }
.system-steps > li > span { color: #6999f7; font-size: 11px; font-weight: 800; }
.system-steps h3 { margin: 0 0 7px; font-size: 30px; letter-spacing: -.03em; }
.system-steps p { max-width: 510px; margin: 0; color: #9faec8; }

.fit-header { width: 100%; max-width: none; margin-bottom: 58px; }
.fit-visual { height: clamp(320px, 38vw, 460px); margin-bottom: 0; }
.fit-visual img { object-position: center 52%; }
.fit-visual::after { background: linear-gradient(90deg, rgba(7,29,75,.65), rgba(7,29,75,.04) 62%, transparent); }
.fit-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.fit-grid article { min-height: 290px; padding: 30px 30px 30px 0; border-bottom: 1px solid var(--line); }
.fit-grid article:not(:first-child) { padding-left: 30px; border-left: 1px solid var(--line); }
.fit-grid span { color: var(--blue); font-size: 10px; font-weight: 800; }
.fit-grid h3 { margin: 70px 0 15px; font-size: 29px; letter-spacing: -.035em; }
.fit-grid p { color: var(--slate); font-size: 14px; }

.closing { padding: 0 0 110px; }
.closing-card { padding: clamp(50px, 8vw, 100px); border-radius: 0; color: var(--navy); background: radial-gradient(circle at 85% 20%, rgba(103,162,255,.42), transparent 27%), linear-gradient(135deg, #dcecff, #bcd8ff); text-align: center; overflow: hidden; }
.closing-card h2 { font-size: clamp(58px, 8vw, 98px); }
.closing-card .section-kicker.light { color: var(--blue); }
.closing-card > p:not(.section-kicker) { max-width: 660px; margin: 28px auto 34px; color: #50698e; font-size: 18px; }

.site-footer { padding: 42px 0 16px; color: var(--white); background: #020b21; }
.footer-main { padding-bottom: 32px; display: grid; grid-template-columns: 1.35fr 1fr .8fr .6fr .55fr; gap: 42px; }
.footer-brand img { width: min(310px, 100%); padding: 8px; border-radius: 0; background: var(--white); }
.footer-brand p { max-width: 320px; margin: 22px 0 0; color: #9ba8bd; font-size: 15px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; color: #a5b0c2; font-size: 14px; }
.footer-column strong { margin-bottom: 9px; color: #d2def1; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footer-column p { margin: 0; }
.footer-column a:hover { color: var(--white); }
.footer-bottom { padding-top: 15px; border-top: 1px solid var(--dark-line); display: flex; justify-content: center; color: #8996aa; font-size: 12px; text-align: center; }
.footer-bottom p { margin: 0; }
.footer-bottom nav { display: flex; gap: 20px; }

.modal { position: fixed; inset: 0; z-index: 80; display: none; place-items: center; padding: 20px; }
.modal.is-open { display: grid; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(1,7,23,.86); backdrop-filter: blur(8px); }
.modal-card { position: relative; z-index: 1; width: min(100%, 500px); padding: 42px; border-radius: 0; text-align: center; color: var(--white); background: var(--navy); }
.modal-card img { width: 74px; margin: 0 auto 24px; border-radius: 0; }
.modal-card h2 { font-size: 36px; line-height: 1; }
.modal-card p { color: #b4c1d9; }
.modal-close { position: absolute; right: 14px; top: 9px; border: 0; color: var(--white); background: transparent; font-size: 27px; cursor: pointer; }
body.modal-open { overflow: hidden; }
.mobile-cta { display: none; }

.legal-main { min-height: 72vh; padding: 150px 0 90px; background: var(--ice); }
.legal-main article { max-width: 850px; }
.legal-main .section-kicker { margin-bottom: 18px; }
.legal-main h1 { margin-bottom: 24px; font-size: clamp(52px, 8vw, 86px); line-height: .95; letter-spacing: -.055em; }
.legal-main h2 { margin-top: 40px; font-size: 27px; letter-spacing: -.025em; }
.legal-main p { color: var(--slate); }
.legal-main a { color: var(--blue); text-decoration: underline; }
.legal-header { position: static; color: var(--ink); background: var(--white); border-color: var(--line); }
.legal-header .nav-links a { color: var(--slate); }
.legal-header .nav-links { border-color: var(--line); }
.legal-header .nav-links a { border-color: var(--line); }
.legal-header .nav-links a:hover { color: var(--navy); background: var(--blue-pale); }
.thanks-page { min-height: 100vh; color: var(--white); background: linear-gradient(135deg, var(--navy-deep), var(--navy)); }
.thanks-header { position: static; }
.thanks-main { min-height: 100vh; padding: 60px 0; display: grid; place-items: center; }
.thanks-card { width: min(850px, 100%); margin-inline: auto; padding: clamp(45px, 8vw, 90px); border: 1px solid rgba(255,255,255,.16); border-radius: 0; background: rgba(255,255,255,.06); text-align: center; box-shadow: 0 35px 90px rgba(0,5,25,.3); }
.thanks-icon { width: 82px; margin: 0 auto 28px; border-radius: 0; }
.thanks-card h1 { margin-bottom: 25px; font-size: clamp(52px, 7vw, 82px); line-height: .95; letter-spacing: -.055em; }
.thanks-card > p { max-width: 610px; margin: 0 auto; color: #b9c6dc; font-size: 18px; }
.thanks-actions { margin-top: 34px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 28px; }
.thanks-actions a:not(.button) { color: #a9c4f8; border-bottom: 1px solid rgba(255,255,255,.25); }
.response-page { min-height: 100vh; padding: 30px; display: grid; place-items: center; background: var(--ice); }
.response-card { width: min(700px, 100%); padding: 45px; border-radius: 0; background: var(--white); box-shadow: var(--shadow); }
.response-card .brand { width: fit-content; border: 1px solid var(--line); }
.response-card .brand img { width: 240px; }
.response-card h1 { margin-top: 40px; font-size: 54px; line-height: .95; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; }
  .console-top i,
  .console-top i::before,
  .chart.is-animating span { animation: none !important; }
}

@media (max-width: 980px) {
  .nav-links { display: none; }
  .hero { min-height: auto; padding-bottom: 190px; }
  .hero-layout { grid-template-columns: 1fr; gap: 70px; }
  .hero-copy { max-width: 760px; }
  .growth-console { max-width: 680px; }
  .brief-shell { grid-template-columns: 1fr; }
  .brief-intro ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .brief-intro li { border-bottom: 1px solid rgba(255,255,255,.18); }
  .section-heading, .system-layout { grid-template-columns: 1fr; gap: 40px; }
  .system-copy { position: static; }
  .service-card.featured, .service-card.blue, .service-card.pale, .service-card.dark, .service-card.outline { grid-column: span 6; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-main nav { display: none; }
}

@media (max-width: 700px) {
  .container { width: calc(100% - 28px); }
  .nav { min-height: 74px; }
  .brand img { width: 190px; }
  .nav-cta { display: none; }
  .hero { padding: 130px 0 170px; }
  .hero h1 { font-size: clamp(54px, 16vw, 72px); }
  .hero-lead { font-size: 18px; }
  .hero-actions { display: grid; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .growth-console { padding: 18px; transform: none; }
  .metric-main strong { font-size: 62px; }
  .console-channels { grid-template-columns: 1fr; }
  .chart { height: 120px; }
  .hero-tags { bottom: 118px; }
  .brief-overlap { margin-top: -82px; padding-bottom: 72px; }
  .brief-intro { padding: 34px 25px; }
  .brief-intro h2 { margin-top: 28px; font-size: 38px; }
  .brief-intro ul { grid-template-columns: 1fr; margin-top: 30px; }
  .lead-form { padding: 28px 20px; }
  .choice-grid, .choice-grid.compact, .form-row, .form-row-contact { grid-template-columns: 1fr; }
  .form-submit { align-items: stretch; flex-direction: column; }
  .form-submit .button { width: 100%; }
  .signal-strip .container { justify-content: flex-start; overflow-x: auto; }
  .signal-strip p { display: none; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 42px; }
  .services-visual, .fit-visual { height: 330px; margin-bottom: 34px; }
  .services-visual figcaption, .fit-visual figcaption { right: 22px; bottom: 22px; left: 22px; }
  .services-visual img { object-position: 58% center; }
  .fit-visual img { object-position: 54% center; }
  .section-heading h2, .fit-header h2, .system-copy h2, .closing h2 { font-size: 46px; }
  .service-card.featured, .service-card.blue, .service-card.pale, .service-card.dark, .service-card.outline { grid-column: span 12; }
  .service-card { min-height: 350px; }
  .fit-grid { grid-template-columns: 1fr; }
  .fit-grid article:not(:first-child) { padding-left: 0; border-left: 0; }
  .fit-grid h3 { margin-top: 42px; }
  .closing { padding-bottom: 75px; }
  .closing-card { border-radius: 0; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { padding-bottom: 64px; }
  .mobile-cta { position: fixed; right: 12px; bottom: 12px; left: 12px; z-index: 45; padding: 14px 18px; border-radius: 0; display: block; color: var(--white); background: var(--blue); text-align: center; font-size: 13px; font-weight: 800; box-shadow: 0 12px 35px rgba(4,23,67,.32); }
  .legal-main { padding-top: 82px; }
}
