:root {
  --bg: #061015;
  --bg-soft: #0d1c22;
  --panel: rgba(20, 38, 46, 0.82);
  --panel-strong: rgba(23, 43, 51, 0.96);
  --text: #f3fbf8;
  --muted: #c1d1cd;
  --soft: #8fa5a0;
  --line: rgba(205, 255, 240, 0.2);
  --accent: #6ff0c8;
  --accent-2: #7cc8ff;
  --accent-3: #ffce73;
  --danger: #ff8f9c;
  --success: #70e8a6;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  --radius: 8px;
  --shell: 1180px;
  --header-height: 78px;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100vh;
  min-width: 320px;
  background: radial-gradient(circle at 15% 0%, rgba(111, 240, 200, 0.14), transparent 34rem), radial-gradient(circle at 82% 8%, rgba(124, 200, 255, 0.13), transparent 30rem), linear-gradient(180deg, #071319 0%, #09171c 42%, #081417 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
main { flex: 1 0 auto; }
body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background-image: linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent 78%);
}
img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; border-radius: var(--radius); background: var(--accent); color: #04100e; transform: translateY(-140%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.shell { width: min(100% - 40px, var(--shell)); margin-inline: auto; }
.section-pad { padding: 112px 0; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: background 180ms ease, border-color 180ms ease; }
.site-header.is-scrolled { border-color: var(--line); background: rgba(7, 19, 25, 0.9); }
.nav { min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: 0; }
.brand img { filter: drop-shadow(0 8px 20px rgba(111, 240, 200, 0.24)); }
.nav-menu { display: flex; align-items: center; gap: 6px; }
.nav-menu a { padding: 10px 12px; border-radius: var(--radius); color: var(--muted); font-size: 0.95rem; font-weight: 650; transition: color 180ms ease, background 180ms ease; }
.nav-menu a:hover, .nav-menu a.is-active, .nav-menu a[aria-current="page"] { background: rgba(255, 255, 255, 0.06); color: var(--text); }
.nav-menu .nav-cta { margin-left: 8px; border: 1px solid rgba(111, 240, 200, 0.34); color: var(--accent); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255, 255, 255, 0.04); color: var(--text); }
.nav-toggle span:not(.sr-only) { display: block; width: 18px; height: 2px; margin: 4px auto; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.hero { position: relative; min-height: calc(100vh - var(--header-height)); display: grid; align-items: center; overflow: hidden; padding: 96px 0 118px; }
.hero-bg { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.beam { position: absolute; width: 56vw; height: 18rem; border-radius: 999px; filter: blur(58px); opacity: 0.28; transform: rotate(-18deg); }
.beam-one { top: 18%; right: -18%; background: linear-gradient(90deg, var(--accent), transparent); }
.beam-two { bottom: 3%; left: -18%; background: linear-gradient(90deg, var(--accent-2), transparent); }
.hero-grid { width: min(100% - 56px, 1740px); display: grid; grid-template-columns: minmax(720px, 0.86fr) minmax(860px, 1fr); align-items: center; gap: clamp(48px, 4vw, 70px); }
.hero-copy { position: relative; z-index: 3; max-width: 760px; }
.eyebrow { margin: 0 0 16px; color: var(--accent); font-size: 0.78rem; font-weight: 850; letter-spacing: 0.13em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { margin: 0; line-height: 1.05; letter-spacing: 0; }
h1 { max-width: 760px; font-size: 4.35rem; line-height: 1.04; overflow-wrap: normal; word-break: normal; text-align: left; }
h2 { max-width: 17ch; font-size: 3.65rem; text-wrap: balance; }
h3 { font-size: 1.42rem; }
.hero-text, .section-heading p, .final-cta-inner p { color: var(--muted); font-size: 1.12rem; line-height: 1.72; }
.hero-text { max-width: 700px; margin: 28px 0 0; }
.hero-actions, .final-cta-inner .btn { margin-top: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border: 1px solid transparent; border-radius: var(--radius); font-weight: 850; cursor: pointer; transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, button:focus-visible { outline: 3px solid rgba(111, 240, 200, 0.38); outline-offset: 3px; }
.btn-primary { background: linear-gradient(135deg, #7ff5d0, #e8fff2); color: #03100d; box-shadow: 0 18px 42px rgba(111, 240, 200, 0.24); }
.btn-primary:hover { box-shadow: 0 22px 52px rgba(111, 240, 200, 0.32); }
.btn-secondary { border-color: rgba(205, 255, 240, 0.24); background: rgba(255, 255, 255, 0.075); color: var(--text); }
.btn-secondary:hover { background: rgba(255, 255, 255, 0.11); border-color: rgba(205, 255, 240, 0.36); }
.trust-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.trust-strip span { padding: 10px 13px; border: 1px solid rgba(205, 255, 240, 0.18); border-radius: var(--radius); background: rgba(255, 255, 255, 0.065); color: var(--muted); font-size: 0.93rem; font-weight: 650; }
.hero-visual { position: relative; z-index: 1; justify-self: end; width: min(100%, 680px); padding: 48px 0 48px; }
.hero-device { width: 100%; border: 1px solid rgba(205, 255, 240, 0.22); border-radius: var(--radius); box-shadow: var(--shadow); }
.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 9px; max-width: 260px; padding: 16px 18px; border: 1px solid rgba(205, 255, 240, 0.2); border-radius: var(--radius); background: rgba(9, 24, 30, 0.88); color: var(--text); backdrop-filter: blur(16px); box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28); font-weight: 700; }
.card-build { top: 0; left: 18px; transform: translateY(-50%); }
.card-automate { right: 18px; bottom: 0; transform: translateY(50%); flex-direction: column; align-items: flex-start; gap: 0; color: var(--muted); }
.card-automate span { color: var(--accent-3); font-size: 1.7rem; font-weight: 900; line-height: 1; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 7px rgba(112, 232, 166, 0.14); }
.section-heading { max-width: 820px; margin: 0 auto 58px; text-align: center; }
.section-heading h2 { margin-inline: auto; }
.section-heading p { margin: 20px 0 0; }
.section-heading.align-left { max-width: 580px; margin: 0; text-align: left; }
.section-heading.align-left h2 { margin-inline: 0; }
.services-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.service-card { grid-column: span 2; min-height: 330px; padding: 30px; border: 1px solid rgba(205, 255, 240, 0.2); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)), rgba(16, 35, 42, 0.9); box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24); transition: transform 180ms ease, border-color 180ms ease, background 180ms ease; }
.service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 3; }
.service-card:hover, .project-card:hover, .process-step:hover { transform: translateY(-5px); border-color: rgba(111, 240, 200, 0.36); }
.service-icon { display: inline-grid; width: 42px; height: 42px; margin-bottom: 28px; place-items: center; border: 1px solid rgba(111, 240, 200, 0.24); border-radius: var(--radius); color: var(--accent); font-weight: 900; }
.service-card h2 { max-width: none; font-size: 1.42rem; }
.service-card p, .service-card span, .process-step p, .project-card p, .project-card span, .benefit-list p, .audience-list div, .faq-item p, .contact-note, .form-legal, .site-footer p, .footer-bottom { color: var(--muted); line-height: 1.68; }
.service-card strong { display: block; margin-top: 24px; color: var(--text); }
.text-link { display: inline-flex; width: fit-content; margin-top: 22px; color: var(--accent); font-weight: 850; }
.text-link:hover { color: var(--text); }
.band { background: linear-gradient(90deg, rgba(111, 240, 200, 0.09), transparent 36%), linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)); border-block: 1px solid var(--line); }
.split-layout { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr); align-items: center; gap: 54px; }
.split-layout.reverse { grid-template-columns: minmax(360px, 1fr) minmax(0, 0.95fr); }
.audience-list { display: grid; gap: 12px; }
.audience-list div { padding: 19px 21px; border: 1px solid rgba(205, 255, 240, 0.2); border-radius: var(--radius); background: rgba(255, 255, 255, 0.07); box-shadow: 0 16px 42px rgba(0, 0, 0, 0.16); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.process-step { position: relative; min-height: 310px; padding: 28px; border: 1px solid rgba(205, 255, 240, 0.2); border-radius: var(--radius); background: linear-gradient(160deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.03)), var(--panel); transition: transform 180ms ease, border-color 180ms ease; }
.process-step span { display: block; margin-bottom: 54px; color: var(--accent-2); font-weight: 900; }
.benefits-section { background: radial-gradient(circle at 18% 50%, rgba(124, 200, 255, 0.13), transparent 30rem), rgba(255, 255, 255, 0.012); }
.benefit-panel { border: 1px solid rgba(205, 255, 240, 0.22); border-radius: var(--radius); overflow: hidden; background: rgba(255, 255, 255, 0.045); box-shadow: var(--shadow); }
.benefit-panel img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; object-position: center; transform: scale(1.015); transform-origin: center; }
.benefit-list { display: grid; gap: 12px; margin-top: 28px; }
.benefit-list p { margin: 0; padding: 17px 0; border-bottom: 1px solid rgba(205, 255, 240, 0.18); }
.benefit-list strong { color: var(--text); }
.projects-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.project-card { overflow: hidden; border: 1px solid rgba(205, 255, 240, 0.2); border-radius: var(--radius); background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)), var(--panel); box-shadow: 0 22px 64px rgba(0, 0, 0, 0.24); transition: transform 180ms ease, border-color 180ms ease; }
.project-card div { padding: 22px; }
.project-type { margin: 0 0 8px; color: var(--accent); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.project-card h3 { margin-bottom: 12px; }
.project-card span { display: block; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }
.faq-section { background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01)); }
.faq-list { max-width: 880px; margin: 0 auto; }
.faq-item { margin-bottom: 10px; border: 1px solid rgba(205, 255, 240, 0.16); border-radius: var(--radius); background: rgba(255, 255, 255, 0.045); }
.faq-item summary { display: flex; justify-content: space-between; gap: 20px; padding: 20px 22px; color: var(--text); font-size: 1.1rem; font-weight: 800; cursor: pointer; }
.faq-item summary::after { content: "+"; color: var(--accent); }
.faq-item[open] summary::after { content: "-"; }
.faq-item p { margin: 0; padding: 0 22px 22px; }
.final-cta { padding-block: 90px; }
.final-cta-inner { padding: clamp(32px, 5vw, 56px); border: 1px solid rgba(111, 240, 200, 0.3); border-radius: var(--radius); background: linear-gradient(135deg, rgba(111, 240, 200, 0.18), transparent 52%), linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)); box-shadow: var(--shadow); }
.final-cta-inner h2 { max-width: 18ch; }
.final-cta-inner p { max-width: 680px; }
.text-highlight { position: relative; z-index: 1; display: inline-block; isolation: isolate; white-space: nowrap; }
.text-highlight::before { position: absolute; z-index: -1; inset: 0.08em -0.16em 0.02em; content: ""; border-radius: 6px; background: linear-gradient(90deg, rgba(111, 240, 200, 0.78), rgba(124, 200, 255, 0.58)); transform: scaleX(0); transform-origin: center right; transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1); }
.text-highlight.is-highlighted::before, .text-highlight:hover::before, .final-cta-inner:hover .text-highlight::before { transform: scaleX(1); transform-origin: center left; }
.contact-section { border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr); gap: 58px; align-items: start; }
.contact-note { display: grid; gap: 4px; margin-top: 34px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255, 255, 255, 0.04); }
.contact-note strong { color: var(--text); }
.contact-note a { color: var(--accent); }
.contact-form { display: grid; gap: 18px; padding: 32px; border: 1px solid rgba(205, 255, 240, 0.22); border-radius: var(--radius); background: linear-gradient(160deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.03)), var(--panel-strong); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 8px; color: var(--text); font-weight: 800; }
label span, .form-legal { font-weight: 500; }
input, select, textarea { width: 100%; border: 1px solid rgba(205, 255, 240, 0.18); border-radius: var(--radius); background: rgba(5, 16, 21, 0.88); color: var(--text); padding: 14px 15px; outline: none; transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease; }
::placeholder { color: var(--soft); opacity: 1; }
textarea { resize: vertical; }
input:hover, select:hover, textarea:hover, input:focus, select:focus, textarea:focus { border-color: rgba(111, 240, 200, 0.5); background: rgba(5, 16, 21, 0.98); box-shadow: 0 0 0 4px rgba(111, 240, 200, 0.07); }
.hp-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { display: none; padding: 12px 14px; border-radius: var(--radius); }
.form-status.is-visible { display: block; }
.form-status.is-success { border: 1px solid rgba(112, 232, 166, 0.34); background: rgba(112, 232, 166, 0.1); color: var(--success); }
.form-status.is-error { border: 1px solid rgba(255, 143, 156, 0.34); background: rgba(255, 143, 156, 0.1); color: var(--danger); }
.form-submit[disabled] { cursor: wait; opacity: 0.72; }
.form-legal { margin: 0; font-size: 0.88rem; }
.site-footer { flex-shrink: 0; margin-top: auto; border-top: 1px solid var(--line); background: #050d11; padding: 58px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 32px; }
.footer-brand { margin-bottom: 14px; }
.site-footer h2 { margin: 0 0 14px; max-width: none; font-size: 0.95rem; }
.site-footer a { display: block; width: fit-content; margin: 8px 0; color: var(--muted); }
.site-footer a:hover { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 0.9rem; }
.legal-page .shell { max-width: 860px; }
.legal-page h1 { max-width: none; font-size: 4rem; }
.legal-page h2 { max-width: none; margin-top: 42px; font-size: 2rem; }
.legal-page p { color: var(--muted); font-size: 1.05rem; }
.page-hero { position: relative; overflow: hidden; padding-block: 118px 86px; }
.page-hero::before { position: absolute; inset: 0; z-index: -1; content: ""; background: radial-gradient(circle at 78% 18%, rgba(111, 240, 200, 0.15), transparent 32rem), linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent); }
.page-hero h1 { max-width: 920px; font-size: clamp(3rem, 7vw, 5.4rem); line-height: 1.02; text-wrap: balance; }
.page-lead { max-width: 760px; margin: 28px 0 0; color: var(--muted); font-size: 1.18rem; line-height: 1.74; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; color: var(--soft); font-size: 0.9rem; font-weight: 700; }
.breadcrumbs a { color: var(--muted); }
.breadcrumbs a:hover { color: var(--accent); }
.breadcrumbs a::after { content: "/"; margin-left: 9px; color: rgba(205, 255, 240, 0.32); }
.detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.content-panel { padding: clamp(26px, 4vw, 38px); border: 1px solid rgba(205, 255, 240, 0.2); border-radius: var(--radius); background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.028)), var(--panel); box-shadow: 0 22px 64px rgba(0, 0, 0, 0.2); }
.content-panel h2 { max-width: none; margin-bottom: 18px; font-size: 2.2rem; }
.content-panel p { margin: 0; color: var(--muted); font-size: 1.06rem; line-height: 1.72; }
.check-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; color: var(--muted); }
.check-list li { position: relative; padding-left: 28px; line-height: 1.65; }
.check-list li::before { position: absolute; left: 0; top: 0.62em; width: 9px; height: 9px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 6px rgba(111, 240, 200, 0.12); content: ""; }
.service-index-grid .service-card { min-height: 300px; }
.project-list .project-card h2 { max-width: none; margin-bottom: 12px; font-size: 1.42rem; }
.contact-points { margin-top: 18px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 600ms ease, transform 600ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1500px) {
  .hero-grid {
    width: min(100% - 48px, 1480px);
    grid-template-columns: minmax(620px, 0.84fr) minmax(760px, 1fr);
    gap: 44px;
  }

  h1 {
    max-width: 690px;
    font-size: 4rem;
  }

  .hero-visual {
    width: min(100%, 660px);
  }
}

@media (max-width: 1320px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 820px;
    padding-top: 20px;
  }

  .hero-visual {
    justify-self: start;
    width: min(100%, 660px);
    max-width: 660px;
  }

  h1 {
    max-width: 720px;
    font-size: 4.05rem;
  }
}

@media (max-width: 1020px) {
  .hero-grid, .split-layout, .split-layout.reverse, .contact-grid, .detail-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 820px; padding-top: 20px; }
  .hero-visual { justify-self: start; max-width: 640px; }
  h1 { max-width: 720px; font-size: 4.05rem; }
  h2 { font-size: 3rem; }
  .services-grid, .process-grid, .projects-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card, .service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 1; }
  .process-step { min-height: 260px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  :root { --header-height: 70px; }
  .shell { width: min(100% - 28px, var(--shell)); }
  .section-pad { padding: 78px 0; }
  .nav-toggle { display: block; }
  .nav-menu { position: fixed; top: var(--header-height); right: 14px; left: 14px; display: grid; padding: 14px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(6, 16, 21, 0.96); box-shadow: var(--shadow); transform: translateY(-16px); opacity: 0; pointer-events: none; transition: opacity 180ms ease, transform 180ms ease; }
  .nav-menu.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-menu a { padding: 13px 12px; }
  .nav-menu .nav-cta { margin-left: 0; }
  .hero { min-height: auto; padding-top: 58px; }
  .page-hero { padding-block: 78px 58px; }
  .page-hero h1 { font-size: 3rem; }
  .page-lead { font-size: 1.04rem; }
  h1 { max-width: 13ch; font-size: 3.05rem; line-height: 1.03; }
  h2 { font-size: 2.45rem; }
  .hero-actions, .trust-strip { align-items: stretch; flex-direction: column; }
  .btn, .trust-strip span { width: 100%; }
  .floating-card { position: static; max-width: none; margin-top: 12px; }
  .benefit-panel img { min-height: 320px; }
  .services-grid, .process-grid, .projects-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .service-card, .process-step { min-height: auto; }
  .process-step span { margin-bottom: 28px; }
  .final-cta-inner, .contact-form { padding: 24px; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 430px) {
  .shell { width: min(100% - 22px, var(--shell)); }
  .brand span { font-size: 0.98rem; }
  h1 { font-size: 2.55rem; }
  .page-hero h1 { font-size: 2.55rem; }
  h2 { font-size: 2.08rem; }
  .hero-title-line { white-space: normal; }
  .legal-page h1 { font-size: 2.45rem; }
  .legal-page h2 { font-size: 1.65rem; }
  .hero-text, .section-heading p, .final-cta-inner p { font-size: 1rem; }
}
