/* FieldHireMap — Full site, remove.bg-inspired */

:root {
  --bg: #0c0f14;
  --bg-alt: #0e1219;
  --surface: #151a24;
  --border: #1e2536;
  --border-light: #2a3348;
  --orange: #e8853b;
  --orange-hover: #f09348;
  --orange-glow: rgba(232, 133, 59, 0.15);
  --orange-subtle: rgba(232, 133, 59, 0.08);
  --text: #b8c0ce;
  --text-bright: #e4e8f0;
  --muted: #6b7a90;
  --white: #ffffff;
  --red: #f05e5e;
  --yellow: #f0c940;
  --green: #3ad890;
  --radius: 16px;
  --radius-sm: 10px;
}

/* === RESET === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* === NAV === */
.topnav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(12,15,20,0.82);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}
.topnav__inner {
  max-width: 1100px; margin: 0 auto; padding: 0 24px;
  height: 56px; display: flex; align-items: center; justify-content: space-between;
}
.topnav__logo { display: flex; align-items: center; text-decoration: none; }
.logo-mark { height: 20px; width: auto; display: block; }
.logo-mark--lg { height: 26px; }
.topnav__right { display: flex; align-items: center; gap: 24px; }
.topnav__link { font-size: 14px; color: var(--muted); text-decoration: none; transition: color 0.2s; }
.topnav__link:hover { color: var(--text-bright); }
.topnav__niche {
  font-size: 13px; font-weight: 600; color: var(--muted); text-decoration: none;
  padding: 5px 10px; border-radius: 6px; transition: color 0.2s, background 0.2s;
}
.topnav__niche:hover { color: var(--orange); background: var(--orange-subtle); }
.topnav__cta {
  font-size: 13px; font-weight: 700; color: var(--orange); text-decoration: none;
  padding: 6px 14px; border: 1px solid rgba(232,133,59,0.3); border-radius: 6px;
  transition: background 0.2s;
}
.topnav__cta:hover { background: var(--orange-subtle); }
.hide-mobile { display: none; }
@media (min-width: 640px) { .hide-mobile { display: inline; } }

/* === HERO === */
.hero { padding: 56px 20px 64px; text-align: center; }
@media (min-width: 768px) { .hero { padding: 80px 24px 88px; } }
.hero__inner { max-width: 680px; margin: 0 auto; }
.hero__badge {
  display: inline-block; padding: 6px 16px; margin-bottom: 20px;
  background: var(--orange-subtle); border: 1px solid rgba(232,133,59,0.2); border-radius: 20px;
  font-size: 13px; font-weight: 600; color: var(--orange); letter-spacing: 0.2px;
}
.hero__title {
  font-size: 34px; font-weight: 800; color: var(--white); line-height: 1.12;
  letter-spacing: -0.5px; margin-bottom: 16px;
}
@media (min-width: 768px) { .hero__title { font-size: 52px; letter-spacing: -1.5px; } }
.hero__subtitle { font-size: 17px; color: var(--muted); line-height: 1.65; margin-bottom: 36px; max-width: 520px; margin-left: auto; margin-right: auto; }
@media (min-width: 768px) { .hero__subtitle { font-size: 18px; } }

/* === SEARCH FORM === */
.search-form {
  background: var(--surface); border: 1px solid var(--border-light); border-radius: var(--radius);
  padding: 24px; text-align: left; max-width: 560px; margin: 0 auto 24px;
}
@media (min-width: 768px) { .search-form { padding: 28px 32px; } }
.search-form__row { display: grid; grid-template-columns: 1fr; gap: 12px; margin-bottom: 16px; }
@media (min-width: 480px) { .search-form__row { grid-template-columns: 1fr 1fr; gap: 14px; } }
.search-form__field label {
  display: block; font-size: 12px; font-weight: 700; color: var(--muted);
  text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 6px;
}
.search-form__field select {
  width: 100%; padding: 13px 40px 13px 14px; background: var(--bg); border: 1px solid var(--border);
  border-radius: 8px; color: var(--text-bright); font-size: 15px; font-family: inherit;
  cursor: pointer; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7a90' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.search-form__field select:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px var(--orange-glow); }
.search-form__bottom { display: flex; flex-direction: column; gap: 14px; }
@media (min-width: 480px) { .search-form__bottom { flex-direction: row; align-items: center; justify-content: space-between; } }

/* Toggle */
.toggle-group { display: flex; align-items: center; gap: 8px; }
.toggle-group label { font-size: 13px; color: var(--muted); cursor: pointer; user-select: none; }
.toggle { position: relative; width: 38px; height: 20px; flex-shrink: 0; }
.toggle input { opacity: 0; width: 0; height: 0; }
.toggle__slider {
  position: absolute; inset: 0; background: var(--border-light); border-radius: 10px;
  cursor: pointer; transition: background 0.2s;
}
.toggle__slider::before {
  content: ""; position: absolute; width: 14px; height: 14px; left: 3px; bottom: 3px;
  background: var(--white); border-radius: 50%; transition: transform 0.2s;
}
.toggle input:checked + .toggle__slider { background: var(--orange); }
.toggle input:checked + .toggle__slider::before { transform: translateX(18px); }

/* Buttons */
.btn-primary {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 24px; background: var(--orange); color: var(--white); border: none;
  border-radius: 8px; font-size: 15px; font-weight: 700; font-family: inherit;
  cursor: pointer; transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  white-space: nowrap; min-height: 48px;
}
.btn-primary:hover { background: var(--orange-hover); transform: translateY(-1px); box-shadow: 0 6px 24px var(--orange-glow); }
.btn-primary:active { transform: translateY(0); }
.btn-primary:disabled { opacity: 0.5; cursor: not-allowed; transform: none; box-shadow: none; }
.btn-primary--full { width: 100%; }
.btn-primary--lg { padding: 16px 36px; font-size: 17px; }

/* Trust pills */
.trust-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.trust-pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 14px; background: rgba(255,255,255,0.03); border: 1px solid var(--border);
  border-radius: 20px; font-size: 12px; font-weight: 600; color: var(--muted);
}
.trust-pill svg { color: var(--orange); flex-shrink: 0; }

/* === LOADING === */
.loading { display: none; padding: 64px 24px; text-align: center; }
.loading.active { display: block; }
.loading__inner { max-width: 400px; margin: 0 auto; }
.spinner { width: 40px; height: 40px; border: 3px solid var(--border); border-top-color: var(--orange); border-radius: 50%; animation: spin 0.8s linear infinite; margin: 0 auto 20px; }
@keyframes spin { to { transform: rotate(360deg); } }
.loading__text { font-size: 15px; color: var(--muted); }

/* === RESULTS === */
.results { display: none; }
.results.active { display: block; }
.results__inner { max-width: 800px; margin: 0 auto; padding: 48px 20px 16px; }
@media (min-width: 768px) { .results__inner { padding: 64px 24px 24px; } }
.scope-label { text-align: center; font-size: 13px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 24px; }
.expansion-notice {
  display: none; background: var(--orange-glow); border: 1px solid rgba(232,133,59,0.2);
  border-radius: var(--radius-sm); padding: 14px 20px; font-size: 14px; color: var(--orange); text-align: center; margin-bottom: 24px;
}
.expansion-notice.active { display: block; }

/* Stat cards */
.stat-cards { display: grid; grid-template-columns: 1fr; gap: 14px; margin-bottom: 24px; }
@media (min-width: 540px) { .stat-cards { grid-template-columns: repeat(3, 1fr); } }
.stat-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 32px 20px 28px; text-align: center; transition: border-color 0.2s;
}
.stat-card:hover { border-color: var(--border-light); }
.stat-card__number { font-size: 48px; font-weight: 800; color: var(--white); line-height: 1; margin-bottom: 8px; letter-spacing: -1px; }
.stat-card__label { font-size: 12px; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
.scarcity-badge { font-size: 15px; font-weight: 800; letter-spacing: 0.3px; padding: 5px 12px; border-radius: 6px; display: inline-block; margin-bottom: 8px; }
.scarcity-badge.critical { color: var(--red); background: rgba(240,94,94,0.12); }
.scarcity-badge.tight { color: var(--orange); background: var(--orange-glow); }
.scarcity-badge.competitive { color: var(--yellow); background: rgba(240,201,64,0.12); }
.scarcity-badge.available { color: var(--green); background: rgba(58,216,144,0.12); }
.headline-stat {
  background: var(--surface); border: 1px solid var(--border); border-left: 3px solid var(--orange);
  border-radius: var(--radius-sm); padding: 18px 22px; font-size: 15px; color: var(--text-bright);
  font-weight: 600; margin-bottom: 40px;
}

/* Gated */
.gated-wrapper { position: relative; margin-bottom: 32px; min-height: 260px; }
.gated-content { filter: blur(8px); user-select: none; pointer-events: none; transition: filter 0.6s ease; }
.gated-content.revealed { filter: none; user-select: auto; pointer-events: auto; }
.gated-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(transparent 0%, rgba(12,15,20,0.92) 30%, var(--bg) 65%);
  display: flex; align-items: center; justify-content: center; z-index: 10; transition: opacity 0.6s ease;
}
.gated-overlay.hidden { opacity: 0; pointer-events: none; }
.capture-form {
  background: var(--surface); border: 1px solid var(--border-light); border-radius: var(--radius);
  padding: 32px 28px; width: 100%; max-width: 420px; box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.capture-form__badge {
  display: inline-block; padding: 4px 10px; background: var(--orange-glow);
  border: 1px solid rgba(232,133,59,0.3); border-radius: 20px; font-size: 11px;
  font-weight: 700; color: var(--orange); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 12px;
}
.capture-form__title { font-size: 22px; font-weight: 800; color: var(--white); margin-bottom: 6px; }
.capture-form__subtitle { font-size: 14px; color: var(--muted); line-height: 1.5; margin-bottom: 20px; }
.capture-form input[type="text"],
.capture-form input[type="email"] {
  width: 100%; padding: 12px 14px; background: var(--bg); border: 1px solid var(--border);
  border-radius: 8px; color: var(--text-bright); font-size: 15px; font-family: inherit;
  margin-bottom: 10px; transition: border-color 0.2s, box-shadow 0.2s;
}
.capture-form input:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px var(--orange-glow); }
.capture-form input::placeholder { color: var(--muted); }
.capture-form__disclaimer { font-size: 12px; color: var(--muted); text-align: center; margin-top: 12px; }
.field-error { font-size: 13px; color: var(--red); margin-top: -6px; margin-bottom: 10px; display: none; }
.field-error.active { display: block; }
.success-banner {
  display: none; background: rgba(58,216,144,0.1); border: 1px solid rgba(58,216,144,0.2);
  border-radius: var(--radius-sm); padding: 16px 24px; font-size: 15px; font-weight: 600;
  color: var(--green); text-align: center; margin-bottom: 32px;
}
.success-banner.active { display: block; }
.revealed-section { display: none; }
.revealed-section.active { display: block; }
.content-block { margin-bottom: 40px; }
.content-block__title { font-size: 22px; font-weight: 800; color: var(--white); margin-bottom: 12px; }
.content-block p { font-size: 16px; color: var(--text); line-height: 1.75; }
.cta-section { text-align: center; padding: 36px 24px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); margin-bottom: 32px; }
.cta-section__title { font-size: 20px; font-weight: 800; color: var(--white); margin-bottom: 12px; line-height: 1.4; }
.cta-section__text { font-size: 15px; color: var(--muted); margin-bottom: 24px; line-height: 1.6; max-width: 480px; margin-left: auto; margin-right: auto; }
.cta-buttons { display: flex; flex-direction: column; gap: 12px; align-items: center; }
@media (min-width: 480px) { .cta-buttons { flex-direction: row; justify-content: center; } }
.btn-cta {
  display: inline-flex; align-items: center; padding: 13px 28px; border-radius: 8px;
  font-size: 15px; font-weight: 700; font-family: inherit; text-decoration: none;
  cursor: pointer; transition: transform 0.15s, box-shadow 0.15s; min-height: 48px;
}
.btn-cta:hover { transform: translateY(-1px); }
.btn-cta--primary { background: var(--orange); color: var(--white); border: none; }
.btn-cta--secondary { background: transparent; color: var(--orange); border: 1px solid rgba(232,133,59,0.4); }
.placeholder-lines p { background: var(--border); border-radius: 4px; height: 12px; margin-bottom: 10px; }
.placeholder-lines p:nth-child(1) { width: 100%; }
.placeholder-lines p:nth-child(2) { width: 92%; }
.placeholder-lines p:nth-child(3) { width: 96%; }
.placeholder-lines p:nth-child(4) { width: 88%; }
.placeholder-lines p:nth-child(5) { width: 75%; }
.placeholder-lines p:nth-child(6) { width: 95%; }
.placeholder-lines p:nth-child(7) { width: 60%; }

/* === POWERED-BY STRIP === */
.strip { background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 16px 20px; }
.strip__inner { max-width: 800px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 20px; }
.strip__item { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--muted); white-space: nowrap; }
.strip__item svg { color: var(--orange); flex-shrink: 0; }
.strip__divider { width: 1px; height: 16px; background: var(--border); display: none; }
@media (min-width: 640px) { .strip__divider { display: block; } }

/* === GENERIC SECTION === */
.section { padding: 64px 20px; }
@media (min-width: 768px) { .section { padding: 96px 24px; } }
.section--alt { background: var(--bg-alt); }
.section__inner { max-width: 1000px; margin: 0 auto; }
.section__inner--narrow { max-width: 720px; }
.section__header { text-align: center; margin-bottom: 48px; }
.section__eyebrow { font-size: 13px; font-weight: 700; color: var(--orange); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 12px; }
.section__title { font-size: 28px; font-weight: 800; color: var(--white); margin-bottom: 12px; letter-spacing: -0.3px; }
@media (min-width: 768px) { .section__title { font-size: 36px; } }
.section__subtitle { font-size: 16px; color: var(--muted); max-width: 560px; margin: 0 auto; line-height: 1.6; }

/* === HOW IT WORKS === */
.steps { display: flex; flex-direction: column; align-items: center; gap: 0; }
@media (min-width: 768px) { .steps { flex-direction: row; align-items: flex-start; gap: 0; } }
.step { text-align: center; flex: 1; padding: 0 16px; }
.step__number {
  width: 48px; height: 48px; border-radius: 50%; background: var(--orange-glow);
  border: 2px solid var(--orange); color: var(--orange); font-size: 20px; font-weight: 800;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 16px;
}
.step__icon { color: var(--orange); margin-bottom: 12px; }
.step__title { font-size: 17px; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.step__text { font-size: 14px; color: var(--muted); line-height: 1.6; }
.step__connector { width: 2px; height: 32px; background: var(--border); margin: 8px auto; }
@media (min-width: 768px) {
  .step__connector { width: 60px; height: 2px; margin: 24px 0 0; flex-shrink: 0; }
}

/* === NICHE GRID === */
.niche-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 640px) { .niche-grid { grid-template-columns: 1fr 1fr; gap: 20px; } }
.niche-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 28px 24px; transition: border-color 0.2s, transform 0.2s;
}
.niche-card:hover { border-color: var(--border-light); transform: translateY(-2px); }
.niche-card__icon { color: var(--orange); margin-bottom: 14px; }
.stat-card__scarcity-icon { margin-bottom: 10px; }
.stat-card__scarcity-icon svg { width: 36px; height: 36px; }
.niche-card__title { font-size: 18px; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.niche-card__text { font-size: 14px; color: var(--muted); line-height: 1.6; margin-bottom: 14px; }
.niche-card__stat {
  display: inline-block; padding: 6px 12px; background: var(--orange-glow);
  border-radius: 6px; font-size: 13px; font-weight: 700; color: var(--orange);
}

/* === BIG NUMBERS === */
.big-numbers { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (min-width: 768px) { .big-numbers { grid-template-columns: repeat(4, 1fr); gap: 20px; } }
.big-number {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 28px 20px; text-align: center;
}
.big-number__value { font-size: 36px; font-weight: 800; color: var(--orange); margin-bottom: 8px; letter-spacing: -1px; }
@media (min-width: 768px) { .big-number__value { font-size: 42px; } }
.big-number__label { font-size: 13px; color: var(--muted); line-height: 1.5; }

/* === SOCIAL PROOF === */
.proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (min-width: 768px) { .proof-grid { grid-template-columns: repeat(4, 1fr); gap: 20px; } }
.proof-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 28px 20px; text-align: center;
}
.proof-card__number { font-size: 36px; font-weight: 800; color: var(--white); margin-bottom: 8px; letter-spacing: -1px; }
.proof-card__label { font-size: 13px; color: var(--muted); line-height: 1.5; }

/* === PERSONAS === */
.persona-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 768px) { .persona-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
.persona-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 28px 24px; transition: border-color 0.2s;
}
.persona-card:hover { border-color: var(--border-light); }
.persona-card__icon { color: var(--orange); margin-bottom: 16px; }
.persona-card__title { font-size: 17px; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.persona-card__text { font-size: 14px; color: var(--muted); line-height: 1.65; }

/* === COMPARE (What You Get) === */
.compare-grid { display: grid; grid-template-columns: 1fr; gap: 20px; max-width: 720px; margin: 0 auto; }
@media (min-width: 640px) { .compare-grid { grid-template-columns: 1fr 1fr; } }
.compare-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 28px 24px;
}
.compare-card--highlighted { border-color: var(--orange); background: rgba(232,133,59,0.04); }
.compare-card__badge {
  display: inline-block; padding: 4px 12px; border-radius: 20px; font-size: 11px;
  font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 14px;
}
.compare-card__badge--free { background: rgba(255,255,255,0.06); color: var(--muted); }
.compare-card__badge--full { background: var(--orange-glow); color: var(--orange); border: 1px solid rgba(232,133,59,0.3); }
.compare-card__title { font-size: 17px; font-weight: 700; color: var(--white); margin-bottom: 16px; }
.compare-card__list { list-style: none; }
.compare-card__list li {
  display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--text);
  margin-bottom: 12px; line-height: 1.5;
}
.compare-card__list li svg { color: var(--green); flex-shrink: 0; margin-top: 2px; }
.compare-card--highlighted .compare-card__list li svg { color: var(--orange); }

/* === NICHE SECTIONS (full-width) === */
.niche-section { padding: 48px 20px; }
@media (min-width: 768px) { .niche-section { padding: 64px 24px; } }
.niche-section--alt { background: var(--bg-alt); }
.niche-section__inner { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 20px; }
@media (min-width: 640px) { .niche-section__inner { flex-direction: row; gap: 32px; align-items: flex-start; } }
.niche-section__icon {
  width: 64px; height: 64px; flex-shrink: 0; display: flex; align-items: center; justify-content: center;
  background: var(--orange-glow); border: 1px solid rgba(232,133,59,0.2); border-radius: 16px; color: var(--orange);
}
.niche-section__content { flex: 1; }
.niche-section__title { font-size: 22px; font-weight: 800; color: var(--white); margin-bottom: 10px; }
.niche-section__text { font-size: 15px; color: var(--text); line-height: 1.7; margin-bottom: 16px; }
.niche-section__stats { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.niche-section__stat-item { font-size: 14px; color: var(--muted); }
.niche-section__stat-item strong { color: var(--text-bright); }
.niche-section__callout {
  display: inline-block; padding: 8px 16px; background: var(--orange-glow);
  border: 1px solid rgba(232,133,59,0.2); border-radius: 8px;
  font-size: 14px; font-weight: 700; color: var(--orange);
}

/* === REGIONS === */
.region-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 700px; margin: 0 auto; }
.region-tag {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm);
  padding: 14px 20px; font-size: 15px; font-weight: 700; color: var(--white); text-align: center;
  min-width: 140px; transition: border-color 0.2s;
}
.region-tag:hover { border-color: var(--border-light); }
.region-tag span { display: block; font-size: 12px; font-weight: 500; color: var(--muted); margin-top: 4px; }
.region-tag--full { border-color: var(--orange); background: var(--orange-subtle); width: 100%; }
.region-tag--full span { color: var(--orange); }

/* === FAQ === */
.faq-list { display: flex; flex-direction: column; gap: 0; }
.faq-item {
  border-bottom: 1px solid var(--border); padding: 0;
}
.faq-item__q {
  display: flex; align-items: center; justify-content: space-between; cursor: pointer;
  padding: 20px 0; font-size: 16px; font-weight: 700; color: var(--white); list-style: none;
  transition: color 0.2s;
}
.faq-item__q:hover { color: var(--orange); }
.faq-item__q::-webkit-details-marker { display: none; }
.faq-item__q::after {
  content: "+"; font-size: 22px; font-weight: 400; color: var(--muted); flex-shrink: 0; margin-left: 16px;
  transition: transform 0.2s;
}
.faq-item[open] .faq-item__q::after { content: "\2212"; color: var(--orange); }
.faq-item__a { font-size: 15px; color: var(--text); line-height: 1.7; padding: 0 0 20px; }

/* === ABOUT STEELMATCH === */
.about-sm { display: grid; grid-template-columns: 1fr; gap: 40px; }
@media (min-width: 768px) { .about-sm { grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; } }
.about-sm__title { font-size: 28px; font-weight: 800; color: var(--white); margin-bottom: 16px; letter-spacing: -0.3px; }
@media (min-width: 768px) { .about-sm__title { font-size: 32px; } }
.about-sm__desc { font-size: 15px; color: var(--text); line-height: 1.7; margin-bottom: 12px; }
.about-sm__actions { margin-top: 24px; }
.about-sm__features { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (min-width: 480px) { .about-sm__features { grid-template-columns: 1fr 1fr; } }
.about-sm__feat {
  display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: var(--text);
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm);
  padding: 14px 16px;
}
.about-sm__feat svg { color: var(--orange); flex-shrink: 0; }

/* === PROOF CARDS (icon added) === */
.proof-card__icon { color: var(--orange); margin-bottom: 12px; }

/* === BOTTOM CTA === */
.section--cta { text-align: center; background: var(--bg-alt); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.bottom-cta__title { font-size: 32px; font-weight: 800; color: var(--white); margin-bottom: 12px; letter-spacing: -0.5px; }
@media (min-width: 768px) { .bottom-cta__title { font-size: 40px; } }
.bottom-cta__subtitle { font-size: 17px; color: var(--muted); margin-bottom: 28px; }

/* === FOOTER === */
.footer { padding: 56px 20px 32px; border-top: 1px solid var(--border); }
.footer__inner { max-width: 1000px; margin: 0 auto; }
.footer__top { display: grid; grid-template-columns: 1fr; gap: 40px; margin-bottom: 40px; }
@media (min-width: 768px) { .footer__top { grid-template-columns: 1.5fr 2fr; } }
.footer__logo { margin-bottom: 14px; }
.footer__desc { font-size: 14px; color: var(--muted); line-height: 1.6; max-width: 280px; }
.footer__links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.footer__col-title { font-size: 13px; font-weight: 700; color: var(--text-bright); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 12px; }
.footer__link { display: block; font-size: 14px; color: var(--muted); text-decoration: none; margin-bottom: 8px; transition: color 0.2s; }
.footer__link:hover { color: var(--orange); }
.footer__bottom { padding-top: 24px; border-top: 1px solid var(--border); text-align: center; }
.footer__bottom p { font-size: 13px; color: var(--muted); opacity: 0.6; }

/* === UTILITY === */
.hidden { display: none !important; }
