:root {
  --navy: #102033;
  --navy-2: #172d43;
  --blue: #1f6f8b;
  --teal: #2aa198;
  --sand: #f6f3ec;
  --sand-2: #ece8df;
  --slate: #334155;
  --muted: #637083;
  --white: #fff;
  --line: #d9e0e3;
  --shadow: 0 20px 50px rgba(16, 32, 51, .1);
  --radius: 18px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--slate); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.12; letter-spacing: -.025em; }
h1 { max-width: 800px; margin-bottom: 24px; font-size: clamp(2.6rem, 5.2vw, 5rem); }
h2 { margin-bottom: 22px; font-size: clamp(2.05rem, 4vw, 3.7rem); }
h3 { margin-bottom: 14px; font-size: 1.35rem; }
p { margin-bottom: 20px; }
ul, ol { margin-top: 0; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow-container { max-width: 800px; }
.section { padding: clamp(80px, 9vw, 132px) 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0, 0, 0, 0); overflow: hidden; white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 11px 16px; color: var(--white); background: var(--navy); border-radius: 8px; transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 4px; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; color: var(--blue); font-size: .77rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 25px; height: 2px; background: var(--teal); }
.section-intro { margin-bottom: 54px; }
.section-intro > p:last-child { max-width: 650px; color: var(--muted); font-size: 1.08rem; }
.split-intro { display: grid; grid-template-columns: 1.15fr .75fr; gap: 80px; align-items: end; }
.split-intro h2 { margin-bottom: 0; }
.centered-intro { max-width: 760px; margin-inline: auto; text-align: center; }
.centered-intro .eyebrow { justify-content: center; }
.centered-intro > p:last-child { margin-inline: auto; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 22px; color: var(--white); background: var(--blue); border: 1px solid var(--blue); border-radius: 8px; box-shadow: 0 8px 22px rgba(31,111,139,.18); font-weight: 750; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { background: #185d76; border-color: #185d76; box-shadow: 0 12px 25px rgba(31,111,139,.25); transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 10px 16px; font-size: .84rem; }
.button-secondary { color: var(--navy); background: transparent; border-color: #a8b5bd; box-shadow: none; }
.button-secondary:hover { color: var(--white); background: var(--navy); border-color: var(--navy); }
.button-light { color: var(--navy); background: var(--white); border-color: var(--white); box-shadow: none; }
.button-light:hover { color: var(--navy); background: var(--sand); border-color: var(--sand); }
.button-outline-light { color: var(--white); background: transparent; border-color: rgba(255,255,255,.5); box-shadow: none; }
.button-outline-light:hover { color: var(--navy); background: var(--white); border-color: var(--white); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.text-link { display: inline-flex; gap: 9px; align-items: center; color: var(--blue); font-weight: 800; text-decoration: none; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.site-header { position: sticky; z-index: 100; top: 0; background: var(--white); border-bottom: 1px solid rgba(217,224,227,.85); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); text-decoration: none; flex-shrink: 0; }
.brand img { width: 52px; height: 52px; object-fit: contain; border-radius: 50%; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.18; }
.brand-copy strong { font-size: 1.03rem; letter-spacing: -.01em; }
.brand-copy span { margin-top: 3px; color: var(--blue); font-size: .58rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 22px; }
.primary-nav ul { display: flex; gap: 21px; align-items: center; padding: 0; margin: 0; list-style: none; }
.primary-nav ul a { position: relative; color: var(--slate); font-size: .83rem; font-weight: 720; text-decoration: none; }
.primary-nav ul a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--teal); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.primary-nav ul a:hover::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; align-items: center; justify-content: center; color: var(--navy); background: transparent; border: 1px solid var(--line); border-radius: 8px; }
.menu-lines, .menu-lines::before, .menu-lines::after { display: block; width: 20px; height: 2px; background: currentColor; content: ""; transition: transform .2s ease, opacity .2s ease; }
.menu-lines { position: relative; }
.menu-lines::before { position: absolute; top: -6px; }
.menu-lines::after { position: absolute; top: 6px; }
.menu-toggle[aria-expanded="true"] .menu-lines { background: transparent; }
.menu-toggle[aria-expanded="true"] .menu-lines::before { top: 0; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-lines::after { top: 0; transform: rotate(-45deg); }

.hero { position: relative; overflow: hidden; padding: clamp(70px, 7vw, 105px) 0 clamp(80px, 7vw, 105px); background: linear-gradient(135deg, var(--sand) 0%, #fbfaf7 72%); }
.hero h1 { max-width: 760px; font-size: clamp(2.6rem, 4.45vw, 4.35rem); }
.hero::before { position: absolute; top: -140px; right: -180px; width: 620px; height: 620px; border: 1px solid rgba(31,111,139,.12); border-radius: 50%; box-shadow: 0 0 0 90px rgba(31,111,139,.025), 0 0 0 180px rgba(42,161,152,.02); content: ""; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .78fr); gap: clamp(50px, 7vw, 100px); align-items: center; }
.hero-lead { max-width: 680px; margin-bottom: 18px; color: #4b5d6e; font-size: clamp(1.05rem, 1.6vw, 1.28rem); }
.hero-support { max-width: 650px; margin-bottom: 30px; padding-left: 15px; color: var(--navy); border-left: 3px solid var(--teal); font-size: .96rem; font-weight: 700; }
.hero-note { display: flex; gap: 8px; align-items: center; margin: 19px 0 0; color: var(--muted); font-size: .88rem; }
.hero-note span { color: var(--teal); font-weight: 900; }
.workflow-visual { position: relative; padding: 26px; background: var(--navy); border: 1px solid rgba(255,255,255,.08); border-radius: 18px; box-shadow: 0 30px 70px rgba(16,32,51,.22); }
.visual-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; color: rgba(255,255,255,.76); font-size: .75rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.status-dot { display: flex; gap: 7px; align-items: center; color: #9be1db; }
.status-dot::before { width: 7px; height: 7px; background: var(--teal); border-radius: 50%; content: ""; box-shadow: 0 0 0 5px rgba(42,161,152,.13); }
.file-card { position: relative; z-index: 1; min-height: 88px; display: grid; grid-template-columns: 42px 1fr auto; gap: 15px; align-items: center; padding: 17px; background: var(--white); border: 1px solid rgba(255,255,255,.2); border-radius: 12px; box-shadow: 0 12px 22px rgba(0,0,0,.14); }
.file-card strong, .file-card small { display: block; }
.file-card strong { color: var(--navy); }
.file-card small { margin-top: 2px; color: var(--muted); font-size: .7rem; }
.step-number { align-self: start; color: #a4afb9; font-size: .67rem; font-weight: 800; }
.file-icon { width: 39px; height: 44px; display: flex; flex-direction: column; gap: 5px; justify-content: center; padding: 9px; border: 2px solid var(--blue); border-radius: 5px; }
.file-icon span { height: 2px; background: var(--blue); }
.scope-icon { width: 39px; height: 39px; display: flex; flex-direction: column; justify-content: center; gap: 6px; padding: 7px; background: rgba(42,161,152,.1); border: 1px solid rgba(42,161,152,.35); border-radius: 6px; }
.scope-icon span { height: 2px; background: var(--teal); }
.scope-icon span:nth-child(2) { width: 72%; }
.ready-icon { width: 39px; height: 39px; display: grid; place-items: center; color: var(--white); background: var(--teal); border-radius: 50%; font-size: 1.3rem; }
.flow-line { height: 46px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: rgba(255,255,255,.55); }
.flow-line span { width: 1px; height: 16px; background: var(--teal); }
.flow-line em { font-size: .63rem; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }

.value-strip { color: var(--white); background: var(--navy); }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.value-grid div { min-height: 94px; display: flex; gap: 12px; align-items: center; padding: 20px 25px; border-left: 1px solid rgba(255,255,255,.12); }
.value-grid div:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.value-grid span { color: var(--teal); font-size: .65rem; font-weight: 800; }
.value-grid strong { font-size: .84rem; line-height: 1.35; }

.problem-section { background: var(--white); }
.problem-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.problem-card { position: relative; min-height: 250px; padding: 34px; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.problem-card p { max-width: 480px; color: var(--muted); }
.card-index, .service-number { display: block; margin-bottom: 28px; color: var(--blue); font-size: .66rem; font-weight: 850; letter-spacing: .12em; }
.featured-problem { color: var(--white); background: var(--blue); }
.featured-problem h3, .featured-problem .card-index { color: var(--white); }
.featured-problem p { max-width: 430px; color: rgba(255,255,255,.78); }
.support-notice { margin: 28px 0 0; padding: 16px 18px; color: #46596a; background: var(--sand); border-left: 3px solid var(--teal); font-size: .86rem; }

.services-section { background: var(--sand); }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; align-items: stretch; }
.service-card { min-height: 100%; display: flex; flex-direction: column; padding: 34px; background: var(--white); border: 1px solid rgba(16,32,51,.08); border-radius: 12px; box-shadow: 0 8px 24px rgba(16,32,51,.04); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.service-top { display: flex; justify-content: space-between; align-items: start; }
.service-icon { width: 46px; height: 46px; display: grid; place-items: center; color: var(--blue); background: #edf6f7; border-radius: 10px; font-size: 1.4rem; font-weight: 500; }
.service-card > p, .service-card > div > p { color: var(--muted); }
.service-card .text-link { margin-top: auto; padding-top: 12px; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; padding: 8px 0 8px 25px; border-top: 1px solid #edf0f1; color: #4a5a68; font-size: .92rem; }
.check-list li::before { position: absolute; top: 9px; left: 2px; color: var(--teal); content: "✓"; font-weight: 900; }
.inline-notice { margin: 18px 0 0; padding: 11px 14px; color: var(--navy) !important; background: var(--sand); border-radius: 6px; font-size: .8rem; font-weight: 700; }

.process-section { color: rgba(255,255,255,.8); background: var(--navy); }
.light-intro h2 { color: var(--white); }
.light-intro > p:last-child { color: rgba(255,255,255,.62); }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; margin-bottom: 32px; list-style: none; counter-reset: steps; }
.process-list li { position: relative; min-height: 390px; padding: 30px; border: 1px solid rgba(255,255,255,.14); border-right: 0; }
.process-list li:last-child { border-right: 1px solid rgba(255,255,255,.14); }
.process-list li:not(:last-child)::after { position: absolute; z-index: 2; top: 72px; right: -16px; width: 32px; height: 32px; display: grid; place-items: center; color: var(--navy); background: var(--teal); border: 5px solid var(--navy); border-radius: 50%; content: "→"; font-size: .8rem; }
.process-number { display: block; margin-bottom: 80px; color: var(--teal); font-size: .72rem; font-weight: 850; letter-spacing: .14em; }
.process-list h3 { color: var(--white); }
.process-list p { color: rgba(255,255,255,.72); }
.process-list small { display: block; color: rgba(255,255,255,.48); line-height: 1.6; }
.dark-notice { max-width: 850px; margin: 0; padding-left: 16px; border-left: 3px solid var(--teal); color: rgba(255,255,255,.6); font-size: .84rem; }

.audience-section { background: var(--white); }
.audience-grid-wrap { display: grid; grid-template-columns: .76fr 1.24fr; gap: 80px; align-items: start; }
.audience-copy { position: sticky; top: 125px; }
.audience-copy > p:not(.eyebrow) { color: var(--muted); }
.audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.audience-grid div { min-height: 140px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.audience-grid span { color: var(--blue); font-size: .65rem; font-weight: 850; }
.audience-grid strong { color: var(--navy); line-height: 1.35; }

.experience-section { background: var(--sand); }
.experience-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 9vw, 125px); align-items: center; }
.experience-visual { position: relative; min-height: 460px; display: grid; place-items: center; background: var(--navy); border-radius: 24px; overflow: hidden; }
.experience-visual::before, .experience-visual::after { position: absolute; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; content: ""; }
.experience-visual::after { width: 450px; height: 450px; }
.experience-ring { position: relative; z-index: 1; width: 245px; height: 245px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--white); border: 2px solid var(--teal); border-radius: 50%; text-align: center; }
.experience-ring span { color: rgba(255,255,255,.55); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.experience-ring strong { display: block; max-width: 180px; margin: 8px 0; font-size: 1.8rem; line-height: 1.05; }
.experience-copy > p:not(.eyebrow) { color: var(--muted); }
.platform-note { margin-top: 32px; padding: 24px; background: var(--white); border-left: 4px solid var(--teal); }
.platform-note strong { color: var(--navy); }
.platform-note p { margin: 9px 0; color: var(--slate); font-size: .9rem; }
.platform-note small { display: block; color: var(--muted); line-height: 1.5; }

.review-section { background: var(--white); }
.review-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 55px; padding: clamp(34px, 6vw, 72px); background: var(--sand); border-radius: 24px; box-shadow: inset 0 0 0 1px rgba(16,32,51,.06); }
.review-copy > p:not(.eyebrow) { color: var(--muted); }
.review-details { padding-top: 5px; }
.two-col-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 20px; }
.privacy-callout { grid-column: 1 / -1; display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 19px; background: var(--white); border: 1px solid #d8dfdf; border-radius: 10px; }
.privacy-callout > span { width: 30px; height: 30px; display: grid; place-items: center; color: var(--navy); background: #dff2ef; border-radius: 50%; font-weight: 900; }
.privacy-callout p { margin: 1px 0 0; color: #4d5e6b; font-size: .85rem; }
.privacy-callout strong { color: var(--navy); }

.final-cta { padding: 68px 0; color: var(--white); background: var(--blue); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.final-cta h2 { margin-bottom: 14px; color: var(--white); }
.final-cta p:not(.eyebrow) { max-width: 650px; margin-bottom: 0; color: rgba(255,255,255,.76); }
.final-cta .eyebrow { color: #bce9e5; }
.final-cta .button-row { flex-shrink: 0; }

.contact-section { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 90px; align-items: center; }
.contact-grid > div:first-child > p:not(.eyebrow) { max-width: 580px; color: var(--muted); font-size: 1.08rem; }
.contact-card { display: grid; grid-template-columns: 68px 1fr; gap: 18px; padding: 30px; background: var(--sand); border-radius: var(--radius); }
.contact-card img { width: 68px; height: 68px; object-fit: contain; border-radius: 50%; }
.contact-card div { display: flex; flex-direction: column; }
.contact-card strong { color: var(--navy); font-size: 1.05rem; }
.contact-card span { color: var(--muted); font-size: .78rem; }
.contact-card > a { grid-column: 1 / -1; display: flex; justify-content: space-between; margin-top: 8px; padding-top: 18px; color: var(--blue); border-top: 1px solid #d9d4cb; font-weight: 800; text-decoration: none; overflow-wrap: anywhere; }

.site-footer { padding: 64px 0 26px; color: rgba(255,255,255,.7); background: #0b1928; }
.footer-main { display: grid; grid-template-columns: 1.1fr 1fr .65fr; gap: 60px; align-items: start; padding-bottom: 45px; }
.footer-brand { display: inline-flex; align-items: center; gap: 16px; color: var(--white); text-decoration: none; }
.footer-brand img { width: 86px; height: 86px; padding: 4px; object-fit: contain; background: var(--white); border-radius: 50%; }
.footer-brand span { display: flex; flex-direction: column; }
.footer-brand strong { font-size: 1.05rem; }
.footer-brand small { margin-top: 4px; color: rgba(255,255,255,.58); font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-contact { display: flex; flex-direction: column; }
.footer-contact strong { color: var(--white); }
.footer-contact span { margin-bottom: 8px; font-size: .8rem; }
.footer-contact a, .site-footer nav a { color: rgba(255,255,255,.74); text-decoration: none; }
.footer-contact a:hover, .site-footer nav a:hover { color: var(--white); }
.site-footer nav { display: flex; flex-direction: column; gap: 9px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 40px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.11); }
.footer-bottom p { margin: 0; font-size: .76rem; }
.footer-bottom p:first-child { max-width: 750px; }

.privacy-main { background: var(--white); }
.privacy-hero { padding: 90px 0 70px; background: var(--sand); }
.privacy-hero h1 { margin-bottom: 20px; font-size: clamp(2.8rem, 7vw, 5rem); }
.privacy-hero > div > p:not(.eyebrow):not(.updated) { max-width: 700px; color: var(--muted); font-size: 1.12rem; }
.privacy-hero .updated { margin-bottom: 0; color: var(--blue); font-size: .82rem; font-weight: 750; }
.privacy-content { padding: 75px 0 110px; }
.legal-copy h2 { margin-top: 48px; font-size: 1.55rem; }
.legal-copy p { color: #4b5b69; }
.legal-copy a { color: var(--blue); }
.privacy-alert { padding: 24px; background: #edf7f5; border-left: 4px solid var(--teal); }
.privacy-alert strong { color: var(--navy); }
.privacy-alert p { margin: 6px 0 0; font-size: .9rem; }
.general-info-note { margin-top: 48px; padding: 17px; background: var(--sand); border-radius: 6px; font-size: .86rem; }
.back-link { margin-top: 24px; }

@media (max-width: 1080px) {
  .primary-nav { gap: 12px; }
  .primary-nav ul { gap: 15px; }
  .primary-nav ul a { font-size: .77rem; }
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr .78fr; gap: 45px; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .value-grid div:nth-child(2) { border-right: 1px solid rgba(255,255,255,.12); }
  .value-grid div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .process-list { grid-template-columns: repeat(2, 1fr); }
  .process-list li { min-height: 330px; padding: 28px; border-right: 1px solid rgba(255,255,255,.14); }
  .process-list li:not(:last-child)::after { display: none; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 75px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .header-inner { min-height: 72px; }
  .js .menu-toggle { display: flex; }
  .primary-nav { display: block; width: 100%; padding: 0 16px 16px; }
  .header-inner { flex-wrap: wrap; }
  .primary-nav ul { flex-wrap: wrap; justify-content: center; }
  .js .primary-nav { position: absolute; top: 72px; right: 0; left: 0; display: none; padding: 18px 20px 25px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(16,32,51,.1); }
  .js .menu-toggle[aria-expanded="true"] + .primary-nav { display: block; }
  .js .primary-nav ul { display: grid; gap: 0; }
  .js .primary-nav ul a { min-height: 46px; display: flex; align-items: center; border-bottom: 1px solid #edf0f1; font-size: .95rem; }
  .js .primary-nav .header-cta { display: flex; margin-top: 16px; }
  .hero-grid, .split-intro, .audience-grid-wrap, .experience-grid, .review-card, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 65px; }
  .workflow-visual { width: min(100%, 540px); margin-inline: auto; }
  .split-intro { gap: 20px; }
  .split-intro > p:last-child { margin-bottom: 0; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: auto; padding: 30px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 0; }
  .process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
  .process-list li:not(:last-child)::after { top: auto; right: auto; bottom: -16px; left: calc(50% - 16px); display: grid; content: "↓"; transform: none; }
  .process-number { margin-bottom: 32px; }
  .audience-grid-wrap, .experience-grid, .contact-grid { gap: 50px; }
  .audience-copy { position: static; }
  .experience-visual { min-height: 400px; }
  .review-card { gap: 35px; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
  .site-footer nav { grid-column: 2; }
}

@media (max-width: 600px) {
  .section { padding: 76px 0; }
  h1 { font-size: clamp(2.45rem, 12vw, 3.5rem); }
  h2 { font-size: clamp(2rem, 9vw, 2.8rem); }
  .brand-copy span { display: none; }
  .brand-copy strong { font-size: .94rem; }
  .hero { padding-top: 66px; }
  .hero .button-row, .final-cta .button-row { align-items: stretch; flex-direction: column; }
  .hero .button, .final-cta .button { width: 100%; }
  .workflow-visual { padding: 18px; }
  .file-card { grid-template-columns: 38px 1fr; padding: 14px; }
  .step-number { display: none; }
  .value-grid, .problem-grid, .services-grid, .audience-grid, .two-col-list { grid-template-columns: 1fr; }
  .value-grid div { min-height: 72px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
  .value-grid div:last-child { border-bottom: 0; }
  .problem-card { min-height: 225px; padding: 26px; }
  .service-card { padding: 27px; }
  .audience-grid div { min-height: 110px; }
  .experience-visual { min-height: 340px; }
  .experience-ring { width: 210px; height: 210px; }
  .review-card { width: calc(100% - 24px); padding: 28px 22px; }
  .privacy-callout { grid-template-columns: 1fr; }
  .contact-card { grid-template-columns: 58px 1fr; padding: 24px; }
  .contact-card img { width: 58px; height: 58px; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; }
  .site-footer nav { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 16px; }
  .privacy-hero { padding: 68px 0 55px; }
}

@media (min-width: 1600px) {
  :root { --container: 1300px; }
  .hero-grid { grid-template-columns: 1.1fr .72fr; }
}

@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; }
}
