/* ===================================================================
   Hassel Free USA — Cybersecurity Services
   Shared stylesheet (light theme)
   =================================================================== */

:root {
  --bg: #f8fafc;
  --surface: #ffffff;
  --surface-2: #f1f5f9;
  --surface-border: rgba(15, 23, 42, 0.10);
  --text: #0f172a;
  --text-muted: #475569;
  --text-dim: #94a3b8;
  --primary: #2563eb;
  --primary-dark: #1d4ed8;
  --accent: #0891b2;
  --danger: #dc2626;
  --success: #16a34a;
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;
  --container: 1200px;
  --shadow-card: 0 10px 30px -14px rgba(15, 23, 42, 0.18);
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p { margin: 0; }
button { font: inherit; }
::selection { background: var(--primary); color: #fff; }

.icon {
  width: 1em;
  height: 1em;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

/* ---------- Layout helpers ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
.section { padding: 96px 0; position: relative; }
.section-tight { padding: 64px 0; }
@media (max-width: 768px) {
  .section { padding: 64px 0; }
  .section-tight { padding: 44px 0; }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(8, 145, 178, 0.08);
  border: 1px solid rgba(8, 145, 178, 0.25);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 20px;
}
.eyebrow .icon { width: 14px; height: 14px; }

.section-head { max-width: 720px; margin: 0 0 56px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
h1, .h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); line-height: 1.08; letter-spacing: -0.02em; font-weight: 800; }
h2, .h2 { font-size: clamp(1.9rem, 3.4vw, 2.6rem); line-height: 1.15; letter-spacing: -0.015em; font-weight: 800; }
h3, .h3 { font-size: 1.3rem; line-height: 1.3; font-weight: 700; }
.lede { font-size: 1.15rem; color: var(--text-muted); max-width: 640px; }
.section-head .lede { margin-top: 16px; }
.gradient-text {
  background: linear-gradient(90deg, var(--accent), var(--primary));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.98rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, border-color 0.15s ease;
  white-space: nowrap;
}
.btn .icon { width: 18px; height: 18px; }
.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  box-shadow: 0 8px 22px -8px rgba(37, 99, 235, 0.5);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 26px -8px rgba(37, 99, 235, 0.6); }
.btn-outline {
  background: transparent;
  color: var(--text);
  border-color: var(--surface-border);
}
.btn-outline:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-2px); }
.btn-ghost { background: rgba(15, 23, 42, 0.045); color: var(--text); }
.btn-ghost:hover { background: rgba(15, 23, 42, 0.08); }
.btn-lg { padding: 16px 32px; font-size: 1.02rem; }
.btn-block { width: 100%; }
@media (max-width: 400px) {
  .btn { white-space: normal; text-align: center; }
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(248, 250, 252, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--surface-border);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 24px;
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.08rem; letter-spacing: -0.01em; }
.brand-logo { width: 34px; height: 34px; }
.brand small { display: block; font-weight: 500; font-size: 0.68rem; color: var(--accent); letter-spacing: 0.08em; text-transform: uppercase; font-family: var(--font-mono); }

.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a {
  padding: 9px 15px;
  border-radius: 8px;
  font-size: 0.94rem;
  font-weight: 500;
  color: var(--text-muted);
  transition: color 0.15s ease, background 0.15s ease;
}
.nav-links a:hover { color: var(--text); background: rgba(15, 23, 42, 0.05); }
.nav-links a.active { color: var(--primary); background: rgba(37, 99, 235, 0.1); }

.header-actions { display: flex; align-items: center; gap: 14px; }
.header-phone { display: flex; align-items: center; gap: 8px; font-size: 0.92rem; color: var(--text-muted); font-family: var(--font-mono); }
.header-phone .icon { color: var(--accent); width: 16px; height: 16px; }
.header-phone:hover { color: var(--text); }

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--surface-border);
  border-radius: 8px;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: var(--text);
}
.nav-toggle .icon { width: 20px; height: 20px; }

.btn-label-short { display: none; }

@media (max-width: 940px) {
  .nav-links { display: none; }
  .header-phone { display: none; }
  .nav-toggle { display: inline-flex; }
  .site-header.menu-open .mobile-panel { display: flex; }
}

@media (max-width: 600px) {
  .header-inner { padding: 12px 16px; gap: 10px; }
  .header-actions { gap: 8px; }
  .header-actions .btn-primary { padding: 8px 12px; font-size: 0.78rem; gap: 4px; }
  .header-actions .btn-primary .icon { width: 14px; height: 14px; }
  .brand { font-size: 0.94rem; gap: 8px; }
  .brand-logo { width: 28px; height: 28px; }
  .brand small { font-size: 0.6rem; }
}

@media (max-width: 480px) {
  .header-actions .btn-label-full { display: none; }
  .header-actions .btn-label-short { display: inline; }
}

.mobile-panel {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 10px 24px 22px;
  border-top: 1px solid var(--surface-border);
  background: var(--bg);
}
.mobile-panel a {
  padding: 12px 8px;
  border-radius: 8px;
  color: var(--text-muted);
  font-weight: 500;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}
.mobile-panel a.active, .mobile-panel a:hover { color: var(--text); }
.mobile-panel .btn { margin-top: 12px; }
.mobile-phone { display: flex; align-items: center; gap: 8px; padding: 12px 8px; color: var(--text-muted); font-family: var(--font-mono); font-size: 0.92rem; }
.mobile-phone .icon { color: var(--accent); width: 16px; height: 16px; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 92px 0 80px;
  overflow: hidden;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: -20% -10% auto -10%;
  height: 620px;
  background:
    radial-gradient(600px 320px at 15% 10%, rgba(37, 99, 235, 0.12), transparent 60%),
    radial-gradient(520px 320px at 85% 0%, rgba(8, 145, 178, 0.10), transparent 60%);
  z-index: -2;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15,23,42,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,23,42,0.05) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 0%, #000 40%, transparent 90%);
  mask-image: radial-gradient(ellipse 70% 60% at 50% 0%, #000 40%, transparent 90%);
  z-index: -1;
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 56px; align-items: center; }
@media (max-width: 980px) { .hero-grid { grid-template-columns: minmax(0, 1fr); } }
.hero h1 { margin-bottom: 22px; }
.hero .lede { max-width: 560px; margin-bottom: 34px; font-size: 1.18rem; }
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 40px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; }
.hero-trust-item { display: flex; align-items: center; gap: 8px; font-size: 0.88rem; color: var(--text-muted); }
.hero-trust-item .icon { color: var(--success); width: 16px; height: 16px; }

.hero-panel-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.hero-panel-head .dot-row { display: flex; gap: 6px; }
.hero-panel-head .dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(15, 23, 42, 0.15); }
.hero-panel-head .status { display: flex; align-items: center; gap: 6px; font-family: var(--font-mono); font-size: 0.72rem; color: var(--success); }
.hero-panel-head .status .blip { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 0 rgba(22,163,74,0.6); animation: pulse 1.8s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(22,163,74,0.55);} 70% { box-shadow: 0 0 0 8px rgba(22,163,74,0);} 100% { box-shadow: 0 0 0 0 rgba(22,163,74,0);} }
.hero-stat-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 18px; }
.hero-stat { background: rgba(15, 23, 42, 0.03); border: 1px solid var(--surface-border); border-radius: 10px; padding: 12px 10px; text-align: center; }
.hero-stat b { display: block; font-size: 1.15rem; color: var(--accent); font-family: var(--font-mono); }
.hero-stat span { font-size: 0.72rem; color: var(--text-dim); }

/* ---------- Hero globe (animated global network visual) ---------- */
.hero-globe {
  background: linear-gradient(180deg, #0b1324, #030712);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  padding: 22px;
  box-shadow: var(--shadow-card);
  position: relative;
}
.hero-globe .hero-panel-head .dot { background: rgba(255, 255, 255, 0.2); }
.hero-globe .hero-panel-head .status { color: #5eead4; }
.hero-globe-stage {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 1 / 0.88;
  background: radial-gradient(ellipse 80% 70% at 50% 45%, rgba(37, 99, 235, 0.22), transparent 70%);
}
.hero-globe-stage canvas { width: 100%; height: 100%; display: block; }
.hero-globe .hero-stat-strip { margin-top: 18px; }
.hero-globe .hero-stat { background: rgba(255, 255, 255, 0.04); border-color: rgba(255, 255, 255, 0.1); }
.hero-globe .hero-stat b { color: #5eead4; }
.hero-globe .hero-stat span { color: rgba(255, 255, 255, 0.5); }

/* ---------- Stat bar ---------- */
.stat-bar { border-top: 1px solid var(--surface-border); border-bottom: 1px solid var(--surface-border); background: rgba(15, 23, 42, 0.015); }
.stat-bar .container { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; padding: 40px 24px; }
@media (max-width: 760px) { .stat-bar .container { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.stat-item { text-align: center; }
.stat-item b { display: block; font-size: clamp(1.6rem, 3vw, 2.1rem); font-family: var(--font-mono); background: linear-gradient(90deg, var(--accent), var(--primary)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat-item span { font-size: 0.84rem; color: var(--text-muted); }

/* ---------- Cards / Grids ---------- */
.grid { display: grid; gap: 24px; }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 980px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .grid-3, .grid-4, .grid-2 { grid-template-columns: minmax(0, 1fr); } }

.card {
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius);
  padding: 30px 26px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.card:hover { transform: translateY(-4px); border-color: rgba(37,99,235,0.35); box-shadow: var(--shadow-card); }

.service-card { display: flex; flex-direction: column; gap: 14px; }
.service-icon {
  width: 52px; height: 52px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(37,99,235,0.12), rgba(8,145,178,0.08));
  border: 1px solid rgba(37,99,235,0.22);
  color: var(--accent);
}
.service-icon .icon { width: 26px; height: 26px; }
.service-card h3 { margin-top: 2px; }
.service-card p { color: var(--text-muted); font-size: 0.96rem; }
.service-card ul { display: flex; flex-direction: column; gap: 8px; margin-top: 4px; }
.service-card li { display: flex; align-items: flex-start; gap: 8px; font-size: 0.88rem; color: var(--text-muted); }
.service-card li .icon { width: 15px; height: 15px; color: var(--primary); margin-top: 3px; }
.service-card .learn-more { margin-top: auto; display: inline-flex; align-items: center; gap: 6px; color: var(--accent); font-weight: 600; font-size: 0.9rem; padding-top: 8px; }
.service-card .learn-more .icon { width: 15px; height: 15px; transition: transform 0.15s ease; }
.service-card:hover .learn-more .icon { transform: translateX(3px); }
.service-tag { display: inline-block; font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--primary); background: rgba(37,99,235,0.08); border: 1px solid rgba(37,99,235,0.22); padding: 3px 9px; border-radius: 6px; width: fit-content; }

/* Anchor offset for in-page service links under sticky header */
.service-anchor { scroll-margin-top: 96px; }

/* ---------- Process steps ---------- */
.step-num {
  width: 40px; height: 40px; border-radius: 10px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-mono); font-weight: 700; color: #fff;
  margin-bottom: 14px;
}

/* ---------- Why-us feature list ---------- */
.feature-row { display: flex; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--surface-border); }
.feature-row:last-child { border-bottom: none; }
.feature-icon { width: 46px; height: 46px; border-radius: 10px; background: rgba(8,145,178,0.08); border: 1px solid rgba(8,145,178,0.25); color: var(--accent); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.feature-icon .icon { width: 22px; height: 22px; }
.feature-row h3 { margin-bottom: 6px; font-size: 1.08rem; }
.feature-row p { color: var(--text-muted); font-size: 0.94rem; }

/* ---------- Pricing ---------- */
.pricing-toggle-note { text-align: center; color: var(--text-muted); font-size: 0.9rem; margin-bottom: 40px; }
.price-card { display: flex; flex-direction: column; position: relative; }
.price-card.featured { border-color: var(--accent); box-shadow: 0 0 0 1px rgba(8,145,178,0.3), var(--shadow-card); }
.price-badge { position: absolute; top: -13px; right: 24px; background: linear-gradient(135deg, var(--accent), var(--primary)); color: #fff; font-weight: 700; font-size: 0.72rem; padding: 5px 12px; border-radius: 999px; letter-spacing: 0.03em; }
.price-card h3 { margin-bottom: 6px; }
.price-card .price-desc { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 20px; min-height: 40px; }
.price-amount { display: flex; align-items: baseline; gap: 6px; margin-bottom: 4px; }
.price-amount b { font-size: 2.3rem; font-family: var(--font-mono); }
.price-amount span { color: var(--text-dim); font-size: 0.88rem; }
.price-note { color: var(--text-dim); font-size: 0.8rem; margin-bottom: 22px; }
.price-card ul { display: flex; flex-direction: column; gap: 11px; margin-bottom: 26px; }
.price-card li { display: flex; align-items: flex-start; gap: 9px; font-size: 0.92rem; color: var(--text-muted); }
.price-card li .icon { width: 16px; height: 16px; color: var(--success); margin-top: 3px; }
.price-card .btn { margin-top: auto; }

.addon-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 20px; }
.addon-chip { display: flex; align-items: center; gap: 10px; background: var(--surface); border: 1px solid var(--surface-border); border-radius: 10px; padding: 12px 16px; font-size: 0.88rem; box-shadow: var(--shadow-card); }
.addon-chip b { color: var(--accent); font-family: var(--font-mono); }

/* ---------- CTA band ---------- */
.cta-band {
  border-radius: var(--radius-lg);
  padding: 56px;
  background: linear-gradient(120deg, rgba(37,99,235,0.08), rgba(8,145,178,0.05)), var(--surface);
  border: 1px solid rgba(37,99,235,0.18);
  display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap;
  position: relative; overflow: hidden;
}
.cta-band h2 { margin-bottom: 10px; }
.cta-band p { color: var(--text-muted); max-width: 480px; }
.cta-band-actions { display: flex; gap: 12px; flex-wrap: wrap; }
@media (max-width: 720px) { .cta-band { padding: 34px; } }

/* ---------- Logos / industries ---------- */
.industry-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.industry-chip { display: flex; align-items: center; gap: 8px; padding: 10px 16px; border: 1px solid var(--surface-border); background: var(--surface); border-radius: 999px; font-size: 0.86rem; color: var(--text-muted); }
.industry-chip .icon { width: 16px; height: 16px; color: var(--primary); }

/* ---------- Contact page ---------- */
.contact-grid { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: 40px; align-items: start; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: minmax(0, 1fr); } }
.contact-card { display: flex; align-items: flex-start; gap: 14px; padding: 20px 0; border-bottom: 1px solid var(--surface-border); }
.contact-card:last-child { border-bottom: none; }
.contact-card .feature-icon { width: 42px; height: 42px; }
.contact-card a, .contact-card p { color: var(--text-muted); font-size: 0.94rem; }
.contact-card a:hover { color: var(--accent); }
.contact-card h3 { font-size: 1rem; margin-bottom: 4px; }

.form-panel { background: var(--surface); border: 1px solid var(--surface-border); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow-card); }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-bottom: 16px; }
@media (max-width: 560px) { .form-row { grid-template-columns: minmax(0, 1fr); } }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.field label { font-size: 0.85rem; color: var(--text-muted); font-weight: 500; }
.field input, .field select, .field textarea {
  background: rgba(15, 23, 42, 0.025);
  border: 1px solid var(--surface-border);
  border-radius: 9px;
  padding: 12px 14px;
  color: var(--text);
  font-family: inherit;
  font-size: 0.94rem;
  outline: none;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--primary); background: #fff; }
.field textarea { resize: vertical; min-height: 120px; }
.field-check { display: flex; align-items: flex-start; gap: 10px; font-size: 0.82rem; color: var(--text-dim); margin-bottom: 20px; }
.field-check input { margin-top: 3px; }
.form-status { margin-top: 14px; font-size: 0.88rem; display: none; padding: 12px 14px; border-radius: 9px; }
.form-status.show { display: block; }
.form-status.ok { background: rgba(22,163,74,0.08); border: 1px solid rgba(22,163,74,0.3); color: #15803d; }
.form-status.err { background: rgba(220,38,38,0.08); border: 1px solid rgba(220,38,38,0.3); color: #b91c1c; }

.map-note { display: flex; align-items: center; gap: 10px; color: var(--text-dim); font-size: 0.86rem; margin-top: 24px; }

/* ---------- Photography ---------- */
.media {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--surface-border);
  box-shadow: var(--shadow-card);
  background: var(--surface);
}
.media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.95) contrast(1.02) brightness(1.02);
}
.media-16-9 { aspect-ratio: 16 / 9; }
.media-4-3 { aspect-ratio: 4 / 3; }
.media-1-1 { aspect-ratio: 1 / 1; }
.media-sm { border-radius: var(--radius); }
.media-sm img { filter: saturate(0.92) contrast(1.03) brightness(1); }
.media-tag {
  position: absolute; left: 14px; bottom: 14px; z-index: 2;
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.06em; text-transform: uppercase;
  color: #fff; background: rgba(3,7,18,0.6); backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.16); padding: 5px 10px; border-radius: 999px;
}
.media-tag .icon { width: 12px; height: 12px; color: #5eead4; }

.photo-banner {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 340px;
  display: flex;
  align-items: flex-end;
  border: 1px solid var(--surface-border);
  box-shadow: var(--shadow-card);
}
.photo-banner img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  filter: saturate(0.8) contrast(1.08) brightness(0.7);
  z-index: 0;
}
.photo-banner::before {
  content: "";
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(100deg, rgba(3,7,18,0.92) 0%, rgba(3,7,18,0.58) 45%, rgba(3,7,18,0.22) 100%);
}
.photo-banner-content { position: relative; z-index: 2; padding: 44px; max-width: 560px; color: #fff; }
.photo-banner-content h2 { margin-bottom: 14px; color: #fff; }
.photo-banner-content p { color: rgba(255,255,255,0.78); }
.photo-banner-content .eyebrow { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.25); color: #5eead4; }
@media (max-width: 720px) {
  .photo-banner { min-height: 300px; }
  .photo-banner-content { padding: 28px; }
}

.photo-credit { color: var(--text-dim); font-size: 0.76rem; }
.photo-credit a { color: var(--text-dim); text-decoration: underline; text-underline-offset: 2px; }
.photo-credit a:hover { color: var(--text-muted); }

/* ---------- FAQ ---------- */
.faq-item { border-bottom: 1px solid var(--surface-border); }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 0; cursor: pointer; font-weight: 600; }
.faq-q .icon { width: 18px; height: 18px; color: var(--text-dim); transition: transform 0.2s ease; flex-shrink: 0; }
.faq-item.open .faq-q .icon { transform: rotate(180deg); color: var(--accent); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.25s ease; }
.faq-a p { color: var(--text-muted); padding-bottom: 20px; font-size: 0.94rem; max-width: 700px; }
.faq-item.open .faq-a { max-height: 260px; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--surface-border); padding: 64px 0 28px; background: linear-gradient(180deg, transparent, rgba(37,99,235,0.035)); }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr)); gap: 40px; margin-bottom: 48px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: minmax(0, 1fr); } }
.footer-brand .brand { margin-bottom: 14px; }
.footer-brand p { color: var(--text-muted); font-size: 0.92rem; max-width: 320px; margin-bottom: 18px; }
.footer-badges { display: flex; gap: 10px; flex-wrap: wrap; }
.footer-badge { display: flex; align-items: center; gap: 6px; font-size: 0.74rem; color: var(--text-dim); border: 1px solid var(--surface-border); border-radius: 999px; padding: 5px 11px; }
.footer-badge .icon { width: 13px; height: 13px; color: var(--accent); }
.footer-col h4 { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-dim); margin-bottom: 16px; font-family: var(--font-mono); }
.footer-col ul { display: flex; flex-direction: column; gap: 11px; }
.footer-col a { color: var(--text-muted); font-size: 0.92rem; }
.footer-col a:hover { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; padding-top: 28px; border-top: 1px solid var(--surface-border); color: var(--text-dim); font-size: 0.82rem; }
.footer-bottom .legal-links { display: flex; gap: 18px; }
.footer-bottom a:hover { color: var(--text-muted); }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { padding: 64px 0 56px; position: relative; overflow: hidden; }
.page-hero::before {
  content: ""; position: absolute; inset: -30% -10% auto -10%; height: 420px;
  background: radial-gradient(560px 280px at 20% 0%, rgba(37,99,235,0.10), transparent 60%);
  z-index: -1;
}
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 0.84rem; color: var(--text-dim); margin-bottom: 18px; font-family: var(--font-mono); }
.breadcrumb a:hover { color: var(--accent); }

/* ---------- Utility ---------- */
.text-center { text-align: center; }
.mt-8 { margin-top: 8px; } .mt-16 { margin-top: 16px; } .mt-24 { margin-top: 24px; } .mt-40 { margin-top: 40px; }
.divider { height: 1px; background: var(--surface-border); margin: 64px 0; }
.badge-row { display: flex; flex-wrap: wrap; gap: 10px; }
.pill { display: inline-flex; align-items: center; gap: 6px; font-size: 0.78rem; color: var(--text-muted); border: 1px solid var(--surface-border); padding: 6px 12px; border-radius: 999px; }
.pill .icon { width: 13px; height: 13px; color: var(--primary); }

.skip-link {
  position: absolute; left: -999px; top: 0; background: var(--primary); color: #fff;
  padding: 10px 16px; z-index: 200; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}
