/* ============================================================
   DRAGON DEFENCE — Website stylesheet (self-contained)
   Brand tokens inlined; no external dependency beyond fonts/icons.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Saira:wght@400;500;600;700;800&family=Barlow:ital,wght@0,400;0,500;0,600;0,700;1,400&family=JetBrains+Mono:wght@400;500;700&display=swap');

:root {
  --ink-950: #090c11;
  --ink-900: #0d1219;
  --ink-850: #111924;
  --ink-800: #16202c;
  --ink-700: #1e2a38;
  --ink-600: #283747;
  --ink-500: #36475a;
  --steel-500: #54667a;
  --steel-400: #6e8093;
  --steel-300: #93a2b2;
  --steel-200: #b4bfca;
  --steel-100: #d2dae1;
  --steel-050: #e9edf1;
  --molten-700: #a8410b;
  --molten-600: #d85c0c;
  --molten-500: #f47a12;
  --molten-400: #ff9a3d;
  --molten-300: #ffb870;
  --molten-glow-30: rgba(244, 122, 18, 0.3);
  --molten-glow-15: rgba(244, 122, 18, 0.15);
  --secure-500: #2fb877;
  --secure-100: #163127;
  --signal-500: #34b0de;
  --bg-base: var(--ink-900);
  --bg-void: var(--ink-950);
  --bg-raised: var(--ink-850);
  --surface-card: var(--ink-800);
  --surface-overlay: #1a2531;
  --surface-inset: var(--ink-950);
  --text-strong: var(--steel-050);
  --text-body: var(--steel-100);
  --text-muted: var(--steel-300);
  --text-subtle: var(--steel-400);
  --border-subtle: rgba(147, 162, 178, 0.1);
  --border-default: var(--ink-600);
  --border-strong: var(--ink-500);
  --border-accent: var(--molten-500);
  --accent: var(--molten-500);
  --accent-hover: var(--molten-400);
  --on-accent: #1a0e03;
  --accent-soft: var(--molten-glow-15);
  --font-display: 'Saira', 'Arial Narrow', system-ui, sans-serif;
  --font-ui: 'Barlow', system-ui, -apple-system, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, 'SF Mono', monospace;
  --radius-sm: 5px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-pill: 999px;
  --shadow-sm: 0 2px 6px rgba(0, 0, 0, 0.35);
  --shadow-md: 0 6px 18px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 16px 40px rgba(0, 0, 0, 0.48);
  --glow-accent-soft: 0 0 20px var(--molten-glow-15);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --dur: 200ms;
  --scanline: repeating-linear-gradient(
    0deg,
    rgba(147, 162, 178, 0.035) 0,
    rgba(147, 162, 178, 0.035) 1px,
    transparent 1px,
    transparent 3px
  );
  --grad-molten: linear-gradient(
    135deg,
    var(--molten-400) 0%,
    var(--molten-600) 100%
  );
  --maxw: 1200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg-base);
  color: var(--text-body);
  font-family: var(--font-ui);
  font-size: 18px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  color: var(--text-strong);
  margin: 0;
  letter-spacing: -0.01em;
  line-height: 1.06;
  text-transform: uppercase;
}
::selection {
  background: var(--molten-glow-30);
  color: #fff;
}

/* layout */
.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 28px;
}
.section {
  padding: 88px 0;
}
.eyebrow {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before {
  content: '';
  width: 26px;
  height: 1px;
  background: var(--accent);
}
.eyebrow.center {
  justify-content: center;
}
.lead {
  font-size: 20.5px;
  line-height: 1.7;
  color: var(--text-body);
  max-width: 660px;
}
.muted {
  color: var(--text-muted);
}
.section p.muted {
  font-size: 18px;
  line-height: 1.75;
}

/* header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(13, 18, 25, 0.82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-subtle);
}
.site-header .bar {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 28px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}
.brand img {
  height: 38px;
  width: auto;
}
.brand .wm {
  font-family: var(--font-display);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
  color: var(--text-strong);
  line-height: 0.92;
  letter-spacing: 0.01em;
}
.nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav a {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-muted);
  transition: color var(--dur);
}
.nav a:hover,
.nav a.active {
  color: var(--text-strong);
}
.header-cta {
  display: flex;
  align-items: center;
  gap: 14px;
}
.phone {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--text-muted);
}
.phone i {
  color: var(--accent);
  width: 14px;
  height: 14px;
}
.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--text-strong);
  cursor: pointer;
}

/* buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 46px;
  padding: 0 22px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 13.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: var(--radius-md);
  border: 1px solid transparent;
  cursor: pointer;
  transition: all var(--dur) var(--ease-out);
  white-space: nowrap;
}
.btn i {
  width: 17px;
  height: 17px;
}
.btn:active {
  transform: scale(0.98);
}
.btn-primary {
  background: var(--accent);
  color: var(--on-accent);
  box-shadow: var(--shadow-sm);
}
.btn-primary:hover {
  background: var(--accent-hover);
  box-shadow: var(--glow-accent-soft);
}
.btn-secondary {
  background: var(--surface-card);
  color: var(--text-strong);
  border-color: var(--border-default);
}
.btn-secondary:hover {
  border-color: var(--border-strong);
  background: var(--surface-overlay);
}
.btn-outline {
  background: transparent;
  color: var(--accent);
  border-color: var(--border-accent);
}
.btn-outline:hover {
  background: var(--accent-soft);
}
.btn-sm {
  height: 38px;
  padding: 0 16px;
  font-size: 12.5px;
}
.btn-lg {
  height: 54px;
  padding: 0 30px;
  font-size: 15px;
}

/* hero */
.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border-subtle);
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--scanline);
  opacity: 0.6;
  pointer-events: none;
}
.hero .glow {
  position: absolute;
  top: -140px;
  left: -120px;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, var(--molten-glow-15), transparent 65%);
  pointer-events: none;
}
.hero .wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
  padding-top: 84px;
  padding-bottom: 88px;
}

/* hero brand graphic — emblem in radar rings */
.hero-art {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
}
.hero-art .rings {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-art .ring {
  position: absolute;
  border: 1px solid var(--border-subtle);
  border-radius: 50%;
}
.hero-art .ring.r1 {
  width: 200px;
  height: 200px;
}
.hero-art .ring.r2 {
  width: 320px;
  height: 320px;
  border-color: rgba(147, 162, 178, 0.08);
}
.hero-art .ring.r3 {
  width: 440px;
  height: 440px;
  border-color: rgba(147, 162, 178, 0.05);
}
.hero-art .ring.dash {
  width: 380px;
  height: 380px;
  border: 1px dashed var(--molten-glow-30);
  animation: dd-spin 36s linear infinite;
}
@keyframes dd-spin {
  to {
    transform: rotate(360deg);
  }
}
.hero-art .sweep {
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    var(--molten-glow-15) 40deg,
    transparent 80deg
  );
  animation: dd-spin 8s linear infinite;
}
.hero-art .core {
  position: relative;
  width: 188px;
  height: 188px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 42%, var(--molten-glow-15), transparent 70%),
    var(--ink-850);
  border: 1px solid var(--border-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-lg), var(--glow-accent-soft);
}
.hero-art .core img {
  width: 96px;
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.5));
}
.hero-art .blip {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px var(--accent);
}
.hero-art .blip.b1 {
  top: 18%;
  left: 62%;
  animation: dd-pulse 2.4s var(--ease-out) infinite;
}
.hero-art .blip.b2 {
  top: 70%;
  left: 30%;
  background: var(--secure-500);
  box-shadow: 0 0 12px var(--secure-500);
  animation: dd-pulse 2.4s var(--ease-out) infinite 0.8s;
}
.hero-art .blip.b3 {
  top: 78%;
  left: 68%;
  background: var(--signal-500);
  box-shadow: 0 0 12px var(--signal-500);
  animation: dd-pulse 2.4s var(--ease-out) infinite 1.6s;
}
@keyframes dd-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-art .ring.dash,
  .hero-art .sweep {
    animation: none;
  }
  .hero-art .blip {
    animation: none;
  }
}

/* decorative shield watermark for section accents */
.accent-shield {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 340px;
  height: 340px;
  opacity: 0.04;
  pointer-events: none;
  color: var(--steel-100);
}
.accent-shield svg {
  width: 100%;
  height: 100%;
}
.hero h1 {
  font-size: 62px;
  font-weight: 800;
}
.hero h1 .am {
  color: var(--accent);
}
.hero .lead {
  margin: 24px 0 32px;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}
.certs {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.certs .cl {
  font-family: var(--font-mono);
  font-size: 11.5px;
  color: var(--text-subtle);
  letter-spacing: 0.04em;
}
.badge {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  border-radius: var(--radius-sm);
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-muted);
  background: rgba(147, 162, 178, 0.08);
  border: 1px solid var(--border-subtle);
}

/* console panel (hero visual) */
.console {
  position: relative;
}
.console .pglow {
  position: absolute;
  inset: -40px -30px;
  background: radial-gradient(
    420px 320px at 70% 30%,
    var(--molten-glow-15),
    transparent 70%
  );
  pointer-events: none;
}
.panel {
  position: relative;
  background: var(--ink-850);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md), var(--glow-accent-soft);
  overflow: hidden;
}
.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid var(--border-subtle);
}
.panel-head .t {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-strong);
}
.panel-head .t i {
  color: var(--accent);
  width: 17px;
  height: 17px;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 26px;
  padding: 0 11px;
  background: var(--secure-100);
  border: 1px solid var(--secure-500);
  border-radius: var(--radius-pill);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--secure-500);
}
.pill .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--secure-500);
  box-shadow: 0 0 8px var(--secure-500);
}
.panel-stats {
  padding: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  border-bottom: 1px solid var(--border-subtle);
}
.stat .v {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.02em;
}
.stat .l {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 4px;
}
.feed {
  padding: 14px 18px;
  background: var(--surface-inset);
  background-image: var(--scanline);
}
.feed .row {
  display: flex;
  gap: 9px;
  font-family: var(--font-mono);
  font-size: 11.5px;
  line-height: 1.9;
  white-space: nowrap;
}
.feed .ts {
  color: var(--text-subtle);
}
.feed .v {
  color: var(--text-body);
}

/* cards / grid */
.grid {
  display: grid;
  gap: 20px;
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.card {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 26px;
  box-shadow: var(--shadow-sm);
  transition: all var(--dur) var(--ease-out);
}
.card.hover:hover {
  transform: translateY(-3px);
  border-color: var(--border-strong);
  box-shadow: var(--shadow-md), var(--glow-accent-soft);
}
.ic-badge {
  width: 46px;
  height: 46px;
  border-radius: var(--radius-md);
  background: var(--accent-soft);
  border: 1px solid var(--molten-glow-30);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.ic-badge i {
  color: var(--accent);
  width: 22px;
  height: 22px;
}
.card h3 {
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 10px;
}
.card p {
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--text-body);
  margin: 0;
}
.card .more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
}
.card .more i {
  width: 15px;
  height: 15px;
}

/* section heading row */
.sec-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 44px;
  flex-wrap: wrap;
}
.sec-head h2 {
  font-size: 40px;
  font-weight: 800;
  max-width: 640px;
}
.sec-head.center {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* process steps */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.step {
  padding: 0 24px;
  border-left: 1px solid var(--border-subtle);
}
.step:first-child {
  border-left: none;
}
.step .top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.step .num {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--accent);
}
.step .line {
  flex: 1;
  height: 1px;
  background: var(--border-default);
}
.step .top i {
  width: 20px;
  height: 20px;
  color: var(--steel-300);
}
.step h3 {
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 10px;
}
.step p {
  font-size: 16px;
  color: var(--text-body);
  margin: 0;
  line-height: 1.65;
}

/* stats band */
.band {
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
  background: var(--bg-void);
}
.band .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 52px 28px;
}
.band .item {
  border-left: 2px solid var(--border-default);
  padding-left: 20px;
}

/* CTA band */
.cta-band {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: var(--grad-molten);
  padding: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--scanline);
  opacity: 0.4;
}
.cta-band .t {
  position: relative;
}
.cta-band h2 {
  font-size: 38px;
  font-weight: 800;
  color: #1a0e03;
  margin: 0 0 12px;
}
.cta-band p {
  position: relative;
  font-size: 17px;
  color: #3a2208;
  margin: 0;
  max-width: 520px;
}
.cta-band .btn {
  position: relative;
  background: var(--ink-900);
  color: var(--text-strong);
  border-color: var(--ink-700);
}
.cta-band .btn:hover {
  background: var(--ink-800);
}

/* forms */
.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.field label {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.field input,
.field textarea,
.field select {
  background: var(--surface-inset);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-md);
  color: var(--text-strong);
  font-family: var(--font-ui);
  font-size: 14px;
  padding: 12px 14px;
  outline: none;
  transition: all var(--dur);
  width: 100%;
}
.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--molten-glow-15);
}
.field textarea {
  min-height: 120px;
  resize: vertical;
}

/* contact detail rows */
.cdetail {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.cdetail .ic {
  width: 42px;
  height: 42px;
  border-radius: var(--radius-md);
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cdetail .ic i {
  color: var(--accent);
  width: 18px;
  height: 18px;
}
.cdetail .v {
  font-size: 16px;
  color: var(--text-body);
}
.cdetail .k {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-subtle);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* page hero (inner pages) */
.page-hero {
  position: relative;
  border-bottom: 1px solid var(--border-subtle);
  overflow: hidden;
  background: var(--bg-void);
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--scanline);
  opacity: 0.5;
}
.page-hero .glow {
  position: absolute;
  top: -160px;
  right: -100px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, var(--molten-glow-15), transparent 65%);
}
.page-hero .wrap {
  position: relative;
  padding: 72px 28px 64px;
}
.page-hero h1 {
  font-size: 52px;
  font-weight: 800;
}
.page-hero .lead {
  margin-top: 20px;
}

/* feature list (ticks) */
.ticks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ticks li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  font-size: 16px;
  color: var(--text-body);
}
.ticks li i {
  color: var(--secure-500);
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}

/* footer */
.site-footer {
  border-top: 1px solid var(--border-subtle);
  background: var(--bg-void);
}
.site-footer .cols {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 64px 28px 40px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
}
.site-footer .about p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-muted);
  max-width: 280px;
  margin: 20px 0 0;
}
.fcol h4 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-subtle);
  margin: 0 0 16px;
}
.fcol a {
  display: block;
  font-size: 15px;
  color: var(--text-muted);
  margin-bottom: 11px;
  transition: color var(--dur);
}
.fcol a:hover {
  color: var(--accent);
}
.site-footer .legal {
  border-top: 1px solid var(--border-subtle);
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 20px 28px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.site-footer .legal span {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--text-subtle);
}
.site-footer .legal a {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--text-subtle);
  transition: color var(--dur);
}
.site-footer .legal a:hover {
  color: var(--accent);
}

/* legal / prose pages */
.legal-page {
  max-width: 820px;
  margin: 0 auto;
  padding: 64px 28px 88px;
}
.legal-page .updated {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--text-subtle);
  margin: 0 0 36px;
}
.legal-page h2 {
  font-size: 22px;
  margin: 36px 0 12px;
}
.legal-page h3 {
  font-size: 16px;
  margin: 24px 0 8px;
  color: var(--text-strong);
  text-transform: none;
  letter-spacing: 0;
}
.legal-page p,
.legal-page li {
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-body);
}
.legal-page ul {
  padding-left: 20px;
  margin: 0 0 16px;
}
.legal-page li {
  margin-bottom: 8px;
}
.legal-page a {
  color: var(--accent);
}
.legal-page a:hover {
  text-decoration: underline;
}
.legal-page table {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0 20px;
}
.legal-page th,
.legal-page td {
  text-align: left;
  padding: 10px 12px;
  border: 1px solid var(--border-default);
  font-size: 14px;
  vertical-align: top;
}
.legal-page th {
  font-family: var(--font-display);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  background: var(--surface-card);
}

/* cookie banner */
.cookie {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 80;
  max-width: 560px;
  margin: 0 auto;
  background: var(--surface-overlay);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 20px 22px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.cookie p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--text-body);
  flex: 1;
}
.cookie p a {
  color: var(--accent);
}
.cookie .acts {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
}
.cookie .acts .btn {
  height: 38px;
  padding: 0 16px;
  font-size: 12px;
}
@media (max-width: 560px) {
  .cookie {
    flex-direction: column;
    gap: 12px;
  }
  .cookie .acts {
    flex-direction: row;
    width: 100%;
  }
  .cookie .acts .btn {
    flex: 1;
  }
}

/* two-column splits that must collapse on mobile */
.cols-split {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 48px;
  align-items: start;
}
.cols-contact {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 48px;
  align-items: start;
}
.cols-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px;
}
@media (max-width: 760px) {
  .cols-split,
  .cols-contact,
  .cols-2 {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .cols-2 {
    gap: 0;
  }
}

@media (max-width: 920px) {
  .hero .wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .grid-3,
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 0;
  }
  .site-footer .cols {
    grid-template-columns: 1fr 1fr;
  }
  .hero h1 {
    font-size: 48px;
  }
}
@media (max-width: 640px) {
  .nav,
  .phone {
    display: none;
  }
  .menu-toggle {
    display: inline-flex;
  }
  .grid-3,
  .grid-4,
  .grid-2,
  .band .wrap {
    grid-template-columns: 1fr;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .step {
    border-left: none;
    padding: 0;
  }
  .hero h1,
  .page-hero h1 {
    font-size: 38px;
  }
  .sec-head h2 {
    font-size: 30px;
  }
  .cta-band {
    padding: 36px;
  }
  .site-footer .cols {
    grid-template-columns: 1fr;
  }
  .section {
    padding: 60px 0;
  }
}

/* EC-BTN-104 + EC-NAV-121: Re-assert hero / CTA text-white on buttons & links.
   Uses class~= (word match) not class*= (substring) to avoid matching hover:text-white etc. */
button[class~='text-white/90'],
a[class~='text-white/90'] {
  color: rgba(255, 255, 255, 0.9);
}
button[class~='text-white/80'],
a[class~='text-white/80'] {
  color: rgba(255, 255, 255, 0.8);
}
button[class~='text-white/70'],
a[class~='text-white/70'] {
  color: rgba(255, 255, 255, 0.7);
}
button[class~='text-white/60'],
a[class~='text-white/60'] {
  color: rgba(255, 255, 255, 0.6);
}
button[class~='text-white/50'],
a[class~='text-white/50'] {
  color: rgba(255, 255, 255, 0.5);
}
button[class~='text-white/40'],
a[class~='text-white/40'] {
  color: rgba(255, 255, 255, 0.4);
}
button[class~='text-white'],
a[class~='text-white'] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* EC-ANIM-008b / EC-ANIM-009: carousel-only override — scroll-reveal elements animate via IO in functions.php */
.scroll-fade-up:has([aria-roledescription='carousel']),
.scroll-fade-up:has([data-wpconvert-blog-filter-bar]),
.scroll-fade-left:has([aria-roledescription='carousel']),
.scroll-fade-right:has([aria-roledescription='carousel']),
.scroll-scale-in:has([aria-roledescription='carousel']) {
  opacity: 1 !important;
  transform: none !important;
}
