/* ==========================================================================
   I am Your Geek LLC — site styles
   Built to I am Your Geek Brand Guidelines v1.0 (August 2026)

   Colour balance target: White ~60%, Midnight Navy ~25%,
   Electric Cyan ~10%, Cool Silver ~5%.
   Cyan is an accent for buttons, highlights, dividers and active states —
   never a body-text colour on white.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Tokens
   -------------------------------------------------------------------------- */
:root {
  /* Brand palette */
  --navy: #0b1d3a;
  --cyan: #00bfff;
  --silver: #a8b2bd;
  --white: #ffffff;

  /* Navy-derived neutrals for surfaces and secondary text */
  --navy-800: #13294c;
  --navy-700: #1d3860;
  --ink-muted: #4d5f7a;          /* 7.0:1 on white — safe for body copy */
  --surface: #f5f7fa;            /* "very light neutral" page/section field */
  --surface-2: #eceff4;
  --hairline: #dfe4ea;
  --hairline-dark: rgba(255, 255, 255, 0.16);

  /* Type */
  --font-display: "Montserrat", "Arial", "Helvetica", sans-serif;
  --font-body: "Inter", "Arial", "Helvetica", sans-serif;

  /* Rhythm */
  --container: 1160px;
  --gutter: 24px;
  --radius: 14px;
  --radius-lg: 22px;

  /* Elevation — soft, never decorative on the logo */
  --shadow-sm: 0 1px 2px rgba(11, 29, 58, 0.06), 0 2px 8px rgba(11, 29, 58, 0.05);
  --shadow-md: 0 4px 12px rgba(11, 29, 58, 0.07), 0 14px 34px rgba(11, 29, 58, 0.08);

  --ease: cubic-bezier(0.2, 0.7, 0.3, 1);
}

/* --------------------------------------------------------------------------
   2. Base
   -------------------------------------------------------------------------- */
*,
*::before,
*::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 96px;      /* clears the sticky header on anchor jumps */
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
}

body {
  margin: 0;
  background: var(--white);
  color: var(--navy);
  font-family: var(--font-body);
  font-size: 18px;               /* 18px preferred for long-form reading */
  line-height: 1.556;            /* 18 / 28 */
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
svg { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;              /* Montserrat SemiBold */
  color: var(--navy);
  margin: 0 0 0.5em;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

h1 { font-size: clamp(2rem, 1.35rem + 2.7vw, 2.5rem); line-height: 1.2; }
h2 { font-size: clamp(1.625rem, 1.28rem + 1.45vw, 1.875rem); line-height: 1.267; }
h3 { font-size: clamp(1.25rem, 1.15rem + 0.42vw, 1.375rem); line-height: 1.364; }

p { margin: 0 0 1.25rem; max-width: 68ch; }   /* 45–75 characters per line */
p:last-child { margin-bottom: 0; }

a {
  color: var(--navy);
  text-decoration-color: var(--cyan);
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  transition: color 0.18s var(--ease);
}
a:hover { color: var(--navy-700); }

ul, ol { margin: 0 0 1.25rem; padding-left: 1.25rem; }
li { margin-bottom: 0.5rem; }
li:last-child { margin-bottom: 0; }

strong { font-weight: 600; }

/* Visible keyboard focus on every interactive element */
:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 3px;
  border-radius: 4px;
}
.on-navy :focus-visible { outline-color: var(--cyan); }

::selection { background: var(--cyan); color: var(--navy); }

.skip-link {
  position: absolute;
  left: 16px;
  top: -100px;
  z-index: 200;
  padding: 12px 20px;
  background: var(--navy);
  color: var(--white);
  border-radius: 0 0 10px 10px;
  font-weight: 500;
  text-decoration: none;
  transition: top 0.2s var(--ease);
}
.skip-link:focus { top: 0; color: var(--white); }

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* --------------------------------------------------------------------------
   3. Layout primitives
   -------------------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section { padding-block: clamp(64px, 8vw, 104px); }
.section--tight { padding-block: clamp(48px, 6vw, 72px); }
.section--surface { background: var(--surface); }

/* Midnight Navy field — footer, Aegis band, closing call to action */
.section--navy,
.on-navy {
  background: var(--navy);
  color: var(--white);
}
.on-navy h1, .on-navy h2, .on-navy h3 { color: var(--white); }
.on-navy a { color: var(--white); }
.on-navy .lede,
.on-navy .section-intro { color: rgba(255, 255, 255, 0.82); }

.section-head { max-width: 46rem; margin-bottom: clamp(36px, 4vw, 52px); }
.section-head--center { margin-inline: auto; text-align: center; }

.kicker {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 14px;
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.11em;
  text-transform: uppercase;     /* short label — permitted by the type rules */
  color: var(--ink-muted);
}
.kicker::before {
  content: "";
  width: 26px;
  height: 3px;
  margin-top: 0.42em;             /* sits on the cap line, even when wrapped */
  border-radius: 2px;
  background: var(--cyan);
  flex: none;
}
.on-navy .kicker { color: rgba(255, 255, 255, 0.72); }

.lede,
.section-intro {
  font-size: clamp(1.0625rem, 1.02rem + 0.2vw, 1.1875rem);
  line-height: 1.6;
  color: var(--ink-muted);
}
.section-head--center .section-intro { margin-inline: auto; }

/* --------------------------------------------------------------------------
   4. Buttons
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 26px;
  border: 2px solid transparent;
  border-radius: 10px;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.18s var(--ease), border-color 0.18s var(--ease),
              color 0.18s var(--ease), transform 0.18s var(--ease),
              box-shadow 0.18s var(--ease);
}
.btn:active { transform: translateY(1px); }

/* Primary — Midnight Navy with White. The most important action. */
.btn--primary {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
  box-shadow: var(--shadow-sm);
}
.btn--primary:hover {
  background: var(--navy-700);
  border-color: var(--navy-700);
  color: var(--white);
  box-shadow: var(--shadow-md);
}

/* Accent — Electric Cyan with Navy. Used selectively. */
.btn--accent {
  background: var(--cyan);
  border-color: var(--cyan);
  color: var(--navy);
}
.btn--accent:hover {
  background: #22caff;
  border-color: #22caff;
  color: var(--navy);
}

.btn--outline {
  background: transparent;
  border-color: var(--navy);
  color: var(--navy);
}
.btn--outline:hover { background: var(--navy); color: var(--white); }

.on-navy .btn--outline {
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--white);
}
.on-navy .btn--outline:hover {
  background: var(--white);
  border-color: var(--white);
  color: var(--navy);
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

/* Text link with a persistent non-colour cue (the arrow) */
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  border-bottom: 2px solid var(--cyan);
  padding-bottom: 2px;
}
.link-arrow svg { flex: none; transition: transform 0.18s var(--ease); }
.link-arrow:hover svg { transform: translateX(4px); }

/* --------------------------------------------------------------------------
   5. Header
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);      /* White field, primary logo */
  border-bottom: 1px solid var(--hairline);
  transition: box-shadow 0.2s var(--ease);
}
.site-header.is-stuck { box-shadow: var(--shadow-sm); }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
}

/* Clear space equal to the height of the cyan stem above the Y is preserved
   by this padding; nothing is allowed inside the link box but the mark. */
.brand {
  display: inline-flex;
  align-items: center;
  padding: 8px 0;
  flex: none;
  text-decoration: none;
}
.brand img { width: 226px; min-width: 180px; }  /* 180px digital minimum */

.primary-nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.primary-nav li { margin: 0; }
.primary-nav a {
  position: relative;
  display: block;
  padding: 6px 0;
  font-size: 1rem;
  font-weight: 500;
  color: var(--navy);
  text-decoration: none;
}
.primary-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 3px;
  border-radius: 2px;
  background: var(--cyan);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s var(--ease);
}
.primary-nav a:hover::after,
.primary-nav a[aria-current="true"]::after { transform: scaleX(1); }
.primary-nav a[aria-current="true"] { font-weight: 600; }

/* The call to action inside the nav is a button first — it must keep the
   button's own colours, which the .primary-nav a rule would otherwise win. */
.primary-nav a.btn { display: inline-flex; padding: 15px 26px; }
.primary-nav a.btn--primary,
.primary-nav a.btn--primary:hover { color: var(--white); }
.primary-nav a.btn::after { display: none; }

.header-actions { display: flex; align-items: center; gap: 12px; flex: none; }

.nav-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  padding: 11px 15px;
  background: var(--white);
  border: 2px solid var(--navy);
  border-radius: 10px;
  color: var(--navy);
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
}
.nav-toggle svg { flex: none; }
.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close { display: block; }
.nav-toggle[aria-expanded="true"] .icon-open { display: none; }

@media (max-width: 940px) {
  .brand img { width: 188px; }
  .nav-toggle { display: inline-flex; }
  .header-actions .btn { display: none; }

  .primary-nav {
    position: absolute;
    left: 0; right: 0; top: 100%;
    background: var(--white);
    border-bottom: 1px solid var(--hairline);
    box-shadow: var(--shadow-md);
    display: none;
  }
  .primary-nav.is-open { display: block; }
  .primary-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px var(--gutter) 24px;
  }
  .primary-nav li { border-bottom: 1px solid var(--hairline); }
  .primary-nav li:last-child { border-bottom: 0; }
  .primary-nav a { padding: 16px 0; font-size: 1.0625rem; }
  .primary-nav a::after { display: none; }
  .primary-nav a[aria-current="true"] { color: var(--navy); border-left: 0; }
  .primary-nav a.nav-cta {
    display: flex;
    margin-top: 18px;
    justify-content: center;
    width: 100%;
  }
}
@media (min-width: 941px) {
  /* The header already shows the call to action; the in-nav copy is for the
     collapsed menu only. Matches .primary-nav a.btn specificity so it wins. */
  .primary-nav a.nav-cta { display: none; }
}

/* --------------------------------------------------------------------------
   6. Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(58rem 34rem at 88% -8%, rgba(0, 191, 255, 0.10), transparent 62%),
    linear-gradient(180deg, var(--white) 0%, var(--surface) 100%);
  border-bottom: 1px solid var(--hairline);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
  padding-block: clamp(56px, 7vw, 92px);
}

.hero h1 {
  font-size: clamp(2.125rem, 1.35rem + 3.1vw, 3rem);   /* up to Display 48px */
  line-height: 1.167;
  margin-bottom: 20px;
}
.hero .lede { margin-bottom: 30px; max-width: 34rem; }

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-top: 32px;
  padding: 0;
  list-style: none;
}
.hero-proof li {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--ink-muted);
}
.hero-proof svg { flex: none; color: var(--cyan); }

.hero-figure {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.hero-figure::before {           /* calm solid field behind the character */
  content: "";
  position: absolute;
  inset: auto 4% 0 4%;
  height: 66%;
  background: var(--white);
  border: 1px solid var(--hairline);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}
.hero-figure img {
  position: relative;
  width: clamp(220px, 26vw, 330px);
  filter: drop-shadow(0 18px 28px rgba(11, 29, 58, 0.13));
}

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-figure { order: -1; }
  .hero-figure::before { inset: auto 24% 0 24%; height: 58%; }
  .hero-figure img { width: clamp(150px, 38vw, 240px); }
}
@media (max-width: 560px) {
  /* Keep the headline near the top of the first screen on phones */
  .hero-inner { padding-block: 32px clamp(40px, 8vw, 56px); }
  .hero-figure img { width: 150px; }
  .hero-figure::before { inset: auto 28% 0 28%; height: 56%; }
}

/* --------------------------------------------------------------------------
   7. Cards and grids
   -------------------------------------------------------------------------- */
.grid { display: grid; gap: clamp(20px, 2.4vw, 28px); }
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

@media (max-width: 1040px) {
  .grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 880px) {
  .grid--3 { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .grid--4 { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .grid--2 { grid-template-columns: 1fr; }
}

.card {
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 3vw, 34px);
  background: var(--white);
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease),
              border-color 0.2s var(--ease);
}
.card:hover {
  transform: translateY(-3px);
  border-color: var(--silver);
  box-shadow: var(--shadow-md);
}
.card h3 { margin-bottom: 10px; }
.card p { color: var(--ink-muted); font-size: 1rem; line-height: 1.6; }
.card .link-arrow { margin-top: auto; padding-top: 20px; align-self: flex-start; }

.card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  border-radius: 12px;
  background: rgba(0, 191, 255, 0.12);
  color: var(--navy);
  flex: none;
}
.on-navy .card-icon { background: rgba(0, 191, 255, 0.18); color: var(--cyan); }

/* Numbered process steps */
.steps { counter-reset: step; }
.step { position: relative; padding-top: 26px; }
.step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: 0; left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
}
.step { padding: 60px 0 0; }
.step h3 { margin-bottom: 8px; }
.step p { color: var(--ink-muted); font-size: 1rem; }

/* Value pillars from the brand personality */
.pillar { padding: 0; }
.pillar h3 { font-size: 1.125rem; margin-bottom: 6px; }
.pillar p { font-size: 0.9688rem; color: var(--ink-muted); line-height: 1.58; }
.pillar-rule {
  width: 40px; height: 3px;
  margin-bottom: 18px;
  border-radius: 2px;
  background: var(--cyan);
}

/* --------------------------------------------------------------------------
   8. Feature bands (906 dashboard, Aegis)
   -------------------------------------------------------------------------- */
.band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
@media (max-width: 900px) {
  .band { grid-template-columns: 1fr; }
}

.checklist { list-style: none; padding: 0; margin: 0 0 28px; }
.checklist li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.55;
}
.checklist li::before {
  content: "";
  position: absolute;
  left: 0; top: 3px;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--cyan);
  /* check glyph as a mask so the meaning is not colour-dependent */
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5.5 10.4l3 3 6-6.4' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 20px 20px no-repeat,
           linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5.5 10.4l3 3 6-6.4' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 20px 20px no-repeat,
        linear-gradient(#000 0 0);
  mask-composite: exclude;
}
.on-navy .checklist li::before { background: var(--cyan); }

/* Product preview panel for the 906 Travel Dashboard */
.preview {
  border: 1px solid var(--hairline);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.preview-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 18px;
  background: var(--surface);
  border-bottom: 1px solid var(--hairline);
}
.preview-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--silver); flex: none; }
.preview-url {
  margin-left: 8px;
  padding: 5px 14px;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid var(--hairline);
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--ink-muted);
  font-family: var(--font-body);
}
.preview-body { padding: 22px; display: grid; gap: 12px; }
.tile-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.tile {
  padding: 16px 14px;
  border-radius: 12px;
  background: var(--surface);
  border: 1px solid var(--hairline);
}
.tile-label {
  display: block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 6px;
}
.tile-value {
  display: block;
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.1;
}
.tile--accent { background: var(--navy); border-color: var(--navy); }
.tile--accent .tile-label { color: rgba(255, 255, 255, 0.7); }
.tile--accent .tile-value { color: var(--cyan); }
.preview-wide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 16px;
  border-radius: 12px;
  border: 1px solid var(--hairline);
  background: var(--white);
  font-size: 0.9375rem;
}
.preview-wide span:last-child { font-weight: 600; color: var(--ink-muted); }
.status-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--ink-muted);
}
.status-live::before {
  content: "";
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 4px rgba(0, 191, 255, 0.22);
}

/* Aegis lockup */
.dba-mark {
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.dba-mark .dba-name {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 1.3rem + 1.9vw, 2.25rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--white);
}
.dba-tag {
  display: inline-block;
  padding: 6px 13px;
  border: 1px solid var(--hairline-dark);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.86);
  white-space: nowrap;
}
.dba-note {
  padding: 16px 20px;
  margin-top: 28px;
  border-left: 3px solid var(--cyan);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 0 10px 10px 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.86);
  max-width: 46rem;
}
.dba-note strong { color: var(--white); }

.on-navy .card {
  background: var(--navy-800);
  border-color: var(--hairline-dark);
  box-shadow: none;
}
.on-navy .card:hover { border-color: rgba(255, 255, 255, 0.3); box-shadow: none; }
.on-navy .card p { color: rgba(255, 255, 255, 0.78); }

/* --------------------------------------------------------------------------
   9. FAQ
   -------------------------------------------------------------------------- */
.faq { max-width: 52rem; }
.faq details {
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  background: var(--white);
  margin-bottom: 14px;
  overflow: hidden;
}
.faq details[open] { border-color: var(--silver); box-shadow: var(--shadow-sm); }
.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--navy);
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "";
  flex: none;
  width: 14px; height: 14px;
  border-right: 2.5px solid var(--cyan);
  border-bottom: 2.5px solid var(--cyan);
  transform: rotate(45deg) translate(-3px, -3px);
  transition: transform 0.2s var(--ease);
}
.faq details[open] summary::after { transform: rotate(-135deg) translate(-3px, -3px); }
.faq .faq-body { padding: 0 24px 22px; }
.faq .faq-body p { font-size: 1rem; color: var(--ink-muted); }

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}
.faq-helper { text-align: center; padding-top: 8px; }
.faq-helper img { width: 190px; margin: 0 auto 18px; }
.faq-helper p { font-size: 0.9375rem; color: var(--ink-muted); margin-bottom: 16px; }
@media (max-width: 900px) {
  .faq-layout { grid-template-columns: 1fr; }
  .faq-helper { display: none; }
}

/* --------------------------------------------------------------------------
   10. Contact
   -------------------------------------------------------------------------- */
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}
@media (max-width: 900px) {
  .contact-layout { grid-template-columns: 1fr; }
}

.form { display: grid; gap: 18px; }
.field { display: grid; gap: 7px; }
.field label {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--navy);
}
.field .hint { font-size: 0.8125rem; font-weight: 400; color: var(--ink-muted); }
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 13px 15px;
  border: 1.5px solid var(--hairline);
  border-radius: 10px;
  background: var(--white);
  color: var(--navy);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.4;
  transition: border-color 0.18s var(--ease), box-shadow 0.18s var(--ease);
}
.field textarea { min-height: 140px; resize: vertical; }
.field input:hover,
.field select:hover,
.field textarea:hover { border-color: var(--silver); }
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(0, 191, 255, 0.22);
  outline: none;
}
.field-note { font-size: 0.8125rem; color: var(--ink-muted); line-height: 1.5; }
.required-mark { color: var(--navy); font-weight: 600; }

.contact-card {
  padding: clamp(26px, 3vw, 34px);
  background: var(--white);
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.contact-list { list-style: none; padding: 0; margin: 0; }
.contact-list li {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--hairline);
  margin: 0;
}
.contact-list li:first-child { padding-top: 0; }
.contact-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.contact-list svg { flex: none; color: var(--cyan); margin-top: 3px; }
.contact-list .label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 3px;
}
.contact-list .value { font-size: 1rem; font-weight: 500; }

/* --------------------------------------------------------------------------
   11. Footer — Midnight Navy, reversed logo, simple contact links
   -------------------------------------------------------------------------- */
.site-footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.78);
  padding-block: clamp(52px, 6vw, 72px) 32px;
  font-size: 0.9375rem;
}
.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 0.9fr));
  gap: clamp(28px, 4vw, 48px);
  padding-bottom: 40px;
  border-bottom: 1px solid var(--hairline-dark);
}
@media (max-width: 900px) {
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .footer-top { grid-template-columns: 1fr; }
}

.footer-brand img { width: 216px; margin-bottom: 18px; }
.footer-brand p { font-size: 0.9375rem; line-height: 1.6; max-width: 30rem; }

.footer-col h2 {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 16px;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 11px; }
.footer-col a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}
.footer-col a:hover { color: var(--white); text-decoration: underline; text-decoration-color: var(--cyan); }

.footer-legal {
  padding-top: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px 32px;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.66);
}
.footer-legal p { max-width: none; margin: 0; }
.legal-note {
  width: 100%;
  padding: 16px 0 0;
  line-height: 1.65;
}
.legal-note strong { color: var(--white); font-weight: 600; }
.footer-legal-links { display: flex; flex-wrap: wrap; gap: 8px 22px; }
.footer-legal-links a { color: rgba(255, 255, 255, 0.72); text-decoration: none; }
.footer-legal-links a:hover { color: var(--white); text-decoration: underline; }

/* --------------------------------------------------------------------------
   12. Legal pages (privacy, terms)
   -------------------------------------------------------------------------- */
.page-header {
  background: var(--surface);
  border-bottom: 1px solid var(--hairline);
  padding-block: clamp(48px, 6vw, 76px);
}
.prose { max-width: 46rem; }
.prose h2 { margin-top: 2.5rem; }
.prose h2:first-of-type { margin-top: 0; }
.prose h3 { margin-top: 1.75rem; font-size: 1.1875rem; }
.prose p, .prose li { color: var(--navy); }
.prose ul { margin-bottom: 1.25rem; }
.updated {
  display: inline-block;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid var(--hairline);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--ink-muted);
}

/* --------------------------------------------------------------------------
   13. Reveal on scroll (progressive enhancement)
   -------------------------------------------------------------------------- */
/* Scoped to .js so that with JavaScript unavailable — or if main.js fails to
   load — every section stays fully visible instead of silently disappearing. */
.js .reveal { opacity: 0; transform: translateY(18px); }
.js .reveal.is-visible {
  opacity: 1;
  transform: none;
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; }
}

/* --------------------------------------------------------------------------
   14. Print
   -------------------------------------------------------------------------- */
@media print {
  .site-header, .nav-toggle, .hero-figure, .faq-helper, .form { display: none; }
  body { font-size: 12pt; }
  .section { padding-block: 18pt; }
  a::after { content: " (" attr(href) ")"; font-size: 9pt; color: #555; }
}
