/* AVL GRID CORP — shared styles */

:root {
  --navy-950: #050d1f;
  --navy-900: #061328;
  --navy-800: #0a1a3e;
  --navy-700: #102a55;
  --navy-600: #1a3a73;
  --blue-600: #1d4ed8;
  --blue-500: #2563eb;
  --blue-400: #3b82f6;
  --cyan-400: #22d3ee;
  --cyan-300: #67e8f9;
  --violet-500: #8b5cf6;
  --teal-500: #14b8a6;

  --ink: #0b1a36;
  --ink-2: #334466;
  --ink-3: #6b7a99;
  --line: #e3e8f2;
  --line-2: #c9d2e3;
  --bg: #ffffff;
  --bg-2: #f7f9fc;
  --bg-3: #eef2f9;

  --accent: var(--blue-600);
  --accent-soft: rgba(29, 78, 216, 0.08);

  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;
  --radius-xl: 32px;

  --shadow-sm: 0 1px 2px rgba(11, 26, 54, 0.05), 0 1px 3px rgba(11, 26, 54, 0.04);
  --shadow: 0 8px 24px -8px rgba(11, 26, 54, 0.12), 0 2px 6px rgba(11, 26, 54, 0.05);
  --shadow-lg: 0 32px 64px -24px rgba(11, 26, 54, 0.22), 0 8px 24px -8px rgba(11, 26, 54, 0.08);
  --shadow-glow: 0 0 0 1px rgba(34, 211, 238, 0.2), 0 12px 40px -8px rgba(29, 78, 216, 0.35);

  --container: 1240px;
  --gutter: clamp(20px, 4vw, 56px);

  --display: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  --body: "Manrope", ui-sans-serif, system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
input, textarea, select { font: inherit; color: inherit; }

h1, h2, h3, h4, h5 {
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0;
  color: var(--navy-900);
  text-wrap: balance;
}
p { margin: 0; text-wrap: pretty; }

/* ============== LAYOUT ============== */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.section { padding: clamp(56px, 8vw, 128px) 0; }
.section--tight { padding: clamp(40px, 6vw, 96px) 0; }
@media (max-width: 600px) { :root { --gutter: 18px; } }
.section--dark {
  background: var(--navy-900);
  color: #cdd6e7;
  position: relative;
  overflow: hidden;
}
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4 {
  color: #ffffff;
}
.section--soft { background: var(--bg-2); }

/* ============== NAV ============== */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s, background .25s;
}
.nav.is-scrolled {
  border-bottom-color: var(--line);
  background: rgba(255, 255, 255, 0.92);
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 108px;
  gap: 32px;
}
@media (max-width: 760px) {
  .nav__inner { height: 100px; }
  .mobile-menu { inset: 100px 0 0 0; }
}
@media (max-width: 600px) {
  .nav__inner { height: 84px; gap: 16px; }
  .mobile-menu { inset: 84px 0 0 0; }
}
.nav__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--navy-900);
  font-family: var(--display);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  flex-shrink: 0;
  white-space: nowrap;
}
.nav__brand .logo { width: 44px; height: 44px; color: var(--navy-900); flex-shrink: 0; }
.nav__brand .brand-text { display: flex; flex-direction: column; line-height: 1; white-space: nowrap; }
.nav__brand .brand-text small { font-size: 9.5px; letter-spacing: 0.3em; color: var(--blue-500); margin-top: 4px; font-weight: 600; }

/* PNG wordmark logo — cover crops the file padding so the mark fills the box */
.nav__brand .brand-logo {
  display: block;
  width: 200px;
  height: 96px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 760px) {
  .nav__brand .brand-logo { width: 180px; height: 88px; }
}
@media (max-width: 420px) {
  .nav__brand .brand-logo { width: 150px; height: 72px; }
}
.brand-logo--invert {
  filter: brightness(0) invert(1);
}
.footer__brand .brand-logo {
  display: block;
  width: 240px;
  height: 112px;
  object-fit: cover;
  object-position: center;
  margin: 0 0 16px;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  padding: 0; margin: 0;
}
.nav__links a {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-2);
  transition: color .2s, background .2s;
  position: relative;
}
.nav__links a:hover { color: var(--navy-900); background: var(--bg-3); }
.nav__links a.is-active { color: var(--navy-900); background: var(--bg-3); }
.nav__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--navy-900);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transition: background .2s, transform .2s;
}
.nav__cta:hover { background: var(--blue-600); transform: translateY(-1px); }
.nav__burger {
  display: none;
  width: 40px; height: 40px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  color: var(--navy-900);
}
.nav__burger:hover { background: var(--bg-3); }

@media (max-width: 980px) {
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: inline-flex; }
}

.mobile-menu {
  position: fixed;
  inset: 72px 0 0 0;
  background: rgba(6, 19, 40, 0.98);
  backdrop-filter: blur(20px);
  z-index: 99;
  padding: 32px var(--gutter);
  display: flex;
  flex-direction: column;
  gap: 4px;
  transform: translateX(100%);
  transition: transform .35s cubic-bezier(.4,0,.2,1);
}
.mobile-menu.is-open { transform: translateX(0); }
.mobile-menu a {
  color: #fff;
  font-family: var(--display);
  font-size: 28px;
  font-weight: 500;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.mobile-menu a:last-child { border: 0; }
.mobile-menu .contact-line { margin-top: 24px; color: rgba(255,255,255,0.6); font-size: 14px; }

/* ============== BUTTONS ============== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  font-family: var(--body);
  transition: all .2s ease;
  white-space: nowrap;
}
.btn--primary {
  background: var(--blue-600);
  color: #fff;
  box-shadow: 0 4px 14px -2px rgba(29, 78, 216, 0.4);
}
.btn--primary:hover { background: var(--blue-500); transform: translateY(-2px); box-shadow: 0 8px 24px -4px rgba(29, 78, 216, 0.5); }
.btn--ghost { color: var(--navy-900); border: 1px solid var(--line-2); }
.btn--ghost:hover { background: var(--bg-3); border-color: var(--navy-900); }
.btn--dark { background: var(--navy-900); color: #fff; }
.btn--dark:hover { background: #000; transform: translateY(-2px); }
.btn--white { background: #fff; color: var(--navy-900); }
.btn--white:hover { background: var(--cyan-300); }
.btn--lg { padding: 18px 28px; font-size: 16px; }
.btn .arr { transition: transform .25s; }
.btn:hover .arr { transform: translateX(4px); }

/* ============== EYEBROW / KICKER ============== */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue-600);
}
.eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.section--dark .eyebrow { color: var(--cyan-400); }

/* ============== UTILITIES ============== */
.grid { display: grid; gap: 32px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
}
@media (max-width: 1100px) and (min-width: 901px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}

.gradient-text {
  background: linear-gradient(90deg, var(--blue-600), var(--cyan-400));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.gradient-text--light {
  background: linear-gradient(90deg, #ffffff, var(--cyan-400));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ============== CARDS ============== */
.card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 32px;
  border: 1px solid var(--line);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--line-2); }
.card--dark {
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  border: 1px solid rgba(255,255,255,0.08);
  color: #cdd6e7;
}
.card--dark:hover { border-color: rgba(34, 211, 238, 0.3); box-shadow: 0 24px 64px -16px rgba(34, 211, 238, 0.15); }
.card__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--accent-soft);
  color: var(--blue-600);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.card__icon svg { width: 26px; height: 26px; }
.card--dark .card__icon { background: rgba(34, 211, 238, 0.12); color: var(--cyan-400); }
.card h3 { font-size: 20px; margin-bottom: 8px; }
.card p { color: var(--ink-2); font-size: 15px; }
.card--dark p { color: rgba(205, 214, 231, 0.75); }

/* ============== FOOTER ============== */
.footer {
  background: var(--navy-950);
  color: #97a3bd;
  padding: 80px 0 32px;
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at top right, rgba(29, 78, 216, 0.15), transparent 50%),
    radial-gradient(ellipse at bottom left, rgba(34, 211, 238, 0.08), transparent 50%);
  pointer-events: none;
}
.footer__inner { position: relative; }
.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 56px;
}
@media (max-width: 900px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer__grid { grid-template-columns: 1fr; } }

.footer h4 {
  color: #fff;
  font-family: var(--body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer ul a { font-size: 14px; transition: color .2s; }
.footer ul a:hover { color: var(--cyan-400); }
.footer__brand { color: #fff; }
.footer__brand .logo { width: 44px; height: 44px; color: #fff; margin-bottom: 16px; }
.footer__brand .name { font-family: var(--display); font-weight: 700; font-size: 22px; letter-spacing: 0.04em; }
.footer__brand .name small { display: block; font-size: 11px; letter-spacing: 0.3em; color: var(--cyan-400); margin-top: 2px; font-weight: 600; }
.footer__brand p { font-size: 14px; color: #97a3bd; margin-top: 16px; max-width: 320px; }

.footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
}
.footer__bottom .tag {
  font-family: var(--mono);
  letter-spacing: 0.2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
}
.footer__bottom .tag span { color: var(--cyan-400); }

.contact-row {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  margin-bottom: 12px;
}
.contact-row .ico {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: rgba(255,255,255,0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--cyan-400);
  flex-shrink: 0;
}
.contact-row .ico svg { width: 16px; height: 16px; }

/* ============== HERO BG ============== */
.hero-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at center, #000 0%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, transparent 75%);
  pointer-events: none;
}
.hero-orbs {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.55;
  animation: orbFloat 18s ease-in-out infinite;
}
.orb.b1 { background: var(--blue-600); width: 480px; height: 480px; top: -120px; left: -100px; }
.orb.b2 { background: var(--cyan-400); width: 360px; height: 360px; bottom: -100px; right: -80px; animation-delay: -7s; opacity: 0.35; }
.orb.b3 { background: var(--violet-500); width: 280px; height: 280px; top: 30%; right: 20%; animation-delay: -12s; opacity: 0.25; }
@keyframes orbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(40px, -30px) scale(1.05); }
  66% { transform: translate(-30px, 30px) scale(0.95); }
}

/* ============== REVEAL ============== */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal.delay-1 { transition-delay: .08s; }
.reveal.delay-2 { transition-delay: .16s; }
.reveal.delay-3 { transition-delay: .24s; }
.reveal.delay-4 { transition-delay: .32s; }
.reveal.delay-5 { transition-delay: .40s; }

/* ============== PAGE HEADER ============== */
.page-head {
  position: relative;
  background: var(--navy-900);
  color: #fff;
  padding: 96px 0 80px;
  overflow: hidden;
}
.page-head h1 {
  font-size: clamp(40px, 6vw, 72px);
  color: #fff;
  max-width: 16ch;
}
.page-head p {
  font-size: 18px;
  color: rgba(255,255,255,0.7);
  max-width: 56ch;
  margin-top: 20px;
}
.page-head .crumbs {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cyan-400);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-head .crumbs a:hover { color: #fff; }

/* ============== TAGS / PILLS ============== */
.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--bg-3);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy-700);
  font-weight: 500;
}
.pill--dark { background: rgba(255,255,255,0.06); color: #fff; }
.pill--cyan { background: rgba(34, 211, 238, 0.12); color: var(--cyan-400); }
.pill .dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }

/* ============== PLACEHOLDER ============== */
.ph {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background:
    repeating-linear-gradient(135deg, var(--bg-3) 0 12px, var(--bg-2) 12px 24px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-3);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid var(--line);
}
.ph--dark {
  background: repeating-linear-gradient(135deg, rgba(255,255,255,0.04) 0 12px, rgba(255,255,255,0.02) 12px 24px);
  border-color: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.4);
}

/* ============== FORMS ============== */
.field { display: grid; gap: 8px; }
.field label {
  font-size: 13px;
  font-weight: 600;
  color: var(--navy-900);
  font-family: var(--body);
}
.field input, .field textarea, .field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
  background: #fff;
  font-size: 15px;
  transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: 0;
  border-color: var(--blue-500);
  box-shadow: 0 0 0 4px rgba(29, 78, 216, 0.12);
}
.field textarea { min-height: 140px; resize: vertical; font-family: var(--body); }

/* ============== TWEAKS PANEL (small) ============== */
.tweaks {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: rgba(6, 19, 40, 0.95);
  color: #fff;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.1);
  z-index: 200;
  display: none;
  min-width: 240px;
  backdrop-filter: blur(20px);
}
.tweaks.is-open { display: block; }
.tweaks h5 { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--cyan-400); margin: 0 0 12px; font-family: var(--mono); font-weight: 600;}
.tweaks .row { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; font-size: 13px; }
.tweaks .swatches { display: flex; gap: 8px; }
.tweaks .sw { width: 22px; height: 22px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.2); cursor: pointer; }
.tweaks .sw.is-on { border-color: #fff; box-shadow: 0 0 0 2px rgba(34, 211, 238, 0.4); }
.tweaks button.close { position: absolute; top: 10px; right: 10px; color: rgba(255,255,255,0.5); }

/* density */
[data-density="compact"] .section { padding: clamp(48px, 6vw, 80px) 0; }
[data-density="compact"] .card { padding: 24px; }

/* selection */
::selection { background: var(--blue-600); color: #fff; }

/* scrollbar */
html { scrollbar-color: var(--line-2) transparent; }

/* ============== MOBILE / TABLET POLISH ============== */

/* Tap targets — WCAG 44×44 */
.nav__burger { width: 44px; height: 44px; }

/* Section vertical rhythm on phones */
@media (max-width: 760px) {
  .hero { padding: 72px 0 56px !important; }
  .hero__lede { font-size: 17px; margin-top: 20px; }
  .hero__ctas { margin-top: 24px; }
  .hero__strip { margin-top: 48px; padding-top: 24px; gap: 18px; }
  .hero__stat .n { font-size: 32px; }
  .hero__stat .l { font-size: 11px; }
  .page-head { padding: 64px 0 48px; }
  .page-head h1 { font-size: clamp(34px, 8vw, 56px); }
  h1, h2, h3 { line-height: 1.12; letter-spacing: -0.015em; }
}

/* CTAs full-width on small phones */
@media (max-width: 520px) {
  .hero__ctas { gap: 12px; flex-direction: column; align-items: stretch; }
  .hero__ctas .btn { width: 100%; justify-content: center; }
  .cta .btn, .ctaband .btn { width: 100%; justify-content: center; }
}

/* Card padding compression */
@media (max-width: 600px) {
  .card, .sector-card { padding: 24px 20px !important; }
  .step__content { padding: 24px 20px; }
  .form-card { padding: 28px 22px !important; }
}

/* Hero chips: clamp to edge so no horizontal overflow */
.hero__visual { overflow: visible; }
body { overflow-x: hidden; }
@media (max-width: 760px) {
  .hero__chip { font-size: 11px; padding: 8px 12px; }
  .hero__chip.c1 { left: 0 !important; }
  .hero__chip.c2 { right: 0 !important; }
  .hero__chip.c3 { left: 0 !important; }
  .hero__chip.c4 { right: 0 !important; }
}

/* Process timeline: lift breakpoint and force left-rail layout earlier */
@media (max-width: 1100px) {
  .timeline::before { left: 28px !important; }
  .timeline .step,
  .timeline .step:nth-child(even),
  .timeline .step:nth-child(odd) {
    grid-template-columns: 64px 1fr !important;
    text-align: left !important;
  }
  .timeline .step__content,
  .timeline .step:nth-child(odd) .step__content,
  .timeline .step:nth-child(even) .step__content {
    grid-column: 2 !important;
    text-align: left !important;
  }
  .timeline .step__node {
    grid-column: 1 !important;
    grid-row: 1 / 3 !important;
  }
}

/* Gallery: responsive auto-fill */
.gallery-grid {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
}

/* Contact: kill sticky on tablet/mobile */
@media (max-width: 1000px) {
  .contact-side { position: static !important; }
}

/* Footer brand description width */
.footer__brand p { max-width: 44ch !important; }

/* Focus rings — visible on all backgrounds */
:focus-visible {
  outline: 2px solid var(--cyan-400);
  outline-offset: 3px;
  border-radius: 4px;
}
.btn:focus-visible, .nav__cta:focus-visible {
  outline-offset: 4px;
}

/* Active nav state (when class added by page) */
.nav__links a.is-active,
.nav__links a[aria-current="page"] {
  color: var(--navy-900);
  background: var(--bg-3);
  font-weight: 600;
}
.mobile-menu a[aria-current="page"],
.mobile-menu a.is-active {
  color: var(--cyan-400);
}

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

/* ============== POST-AUDIT FIXES ============== */

/* Typography tokens for H2 scale */
:root {
  --h2-major: clamp(36px, 5vw, 56px);
  --h2-minor: clamp(28px, 4vw, 44px);
}
.h2-major { font-size: var(--h2-major); }
.h2-minor { font-size: var(--h2-minor); }

/* Dark-section paragraph contrast (was borderline AA) */
.section--dark p,
.card--dark p,
.proc-step p,
.pillar p { color: rgba(255, 255, 255, 0.78); }
.hero__lede { color: rgba(255, 255, 255, 0.82); }

/* Eyebrow centered: hide the leading rule, add trailing for symmetry */
.eyebrow[style*="center"]::before { display: none; }

/* Page-head h1 max-width — let compound headings breathe */
.page-head h1 { max-width: 22ch; }

/* FAQ answers don't clip on mobile */
.faq__item.is-on .faq__a { max-height: 720px !important; }

/* Spinner for submit button */
.spinner {
  width: 14px; height: 14px;
  border: 2px solid rgba(255,255,255,0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin .7s linear infinite;
  display: inline-block;
  vertical-align: middle;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* Form error UX */
.field__error {
  display: none;
  margin-top: 6px;
  font-size: 12px;
  color: #ef4444;
  font-weight: 500;
}
input[aria-invalid="true"] + .field__error,
textarea[aria-invalid="true"] + .field__error,
select[aria-invalid="true"] + .field__error { display: block; }
input[aria-invalid="true"],
textarea[aria-invalid="true"],
select[aria-invalid="true"] { border-color: #ef4444 !important; }

/* Sector card cyan replacement (was amber #f59e0b) */
.sector-card[style*="f59e0b"] { --c: #0ea5e9 !important; }

/* Soft-on-soft section break (partners hardware + benefits) */
.section--soft + .section--soft { padding-top: clamp(40px, 6vw, 88px); }
.section--soft + .section--soft::before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: var(--line-2);
  margin: 0 auto clamp(40px, 6vw, 80px);
}
