/* topbar-single-row v9 — plain trust home + service bubbles (plain1) */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@500;600;700;800&family=Source+Sans+3:wght@400;500;600;700&display=swap');
/* ═══════════════════════════════════════════════════════════
   SK Immigration Services — Live Theme (skimmigrationservices.works)
   Light navy + gold · Sora / Source Sans 3 · Soft glass
   ═══════════════════════════════════════════════════════════ */

:root {
  --bg: #f5f7fb;
  --bg2: #eef2f9;
  --bg3: #e8edf5;
  --navy-950: #f5f7fb;
  --navy-900: #eef2f9;
  --navy-800: #ffffff;
  --navy-700: #e8edf5;
  --navy-600: #dbe3ef;
  --navy: #0f172a;
  --royal: #14213d;
  --navy-light: #1e293b;
  --gold-300: #f4e8c1;
  --gold-400: #e6d3a3;
  --gold-500: #c9a84c;
  --gold-600: #a07830;
  --gold: #c9a84c;
  --gold-soft: #e6d3a3;
  --gold-dark: #a07830;
  --gold-light: #f4e8c1;
  --glass: rgba(255, 255, 255, 0.72);
  --glass-border: rgba(15, 23, 42, 0.10);
  --glass-strong: rgba(255, 255, 255, 0.95);
  --glass-shine: linear-gradient(135deg, rgba(255,255,255,0.9), rgba(255,255,255,0.2) 45%, transparent 65%);
  --text: #0f172a;
  --text-muted: #334155;
  --text-dim: #64748b;
  --t1: #0f172a;
  --t2: #334155;
  --t3: #64748b;
  --success: #10b981;
  --danger: #ef4444;
  --whatsapp: #25d366;
  --radius: 16px;
  --radius-lg: 24px;
  --shadow: 0 12px 32px rgba(15, 23, 42, 0.10), 0 4px 12px rgba(15, 23, 42, 0.06);
  --shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.07), 0 1px 2px rgba(15, 23, 42, 0.05);
  --font: 'Source Sans 3', 'Sora', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-display: 'Sora', 'Source Sans 3', sans-serif;
  --header-h: 72px;
  --transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  color-scheme: light;
}

[data-theme='dark'] {
  --bg: #050b14;
  --bg2: #0a1628;
  --bg3: #0f1f36;
  --navy-950: #050b14;
  --navy-900: #0a1628;
  --navy-800: #0f1f36;
  --navy-700: #17304f;
  --navy-600: #1e3a5f;
  --glass: rgba(14, 32, 58, 0.55);
  --glass-border: rgba(232, 197, 71, 0.28);
  --glass-strong: rgba(8, 18, 34, 0.88);
  --glass-shine: linear-gradient(125deg, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0.03) 38%, transparent 62%);
  --text: #f3f6fb;
  --text-muted: #a8b6c8;
  --text-dim: #7a8ba0;
  --t1: #f3f6fb;
  --t2: #a8b6c8;
  --t3: #7a8ba0;
  --shadow: 0 24px 60px -16px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(212, 175, 55, 0.08);
  color-scheme: dark;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-family: var(--font);
  font-size: 1.05rem;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  min-height: 100vh;
  overflow-x: hidden;
  letter-spacing: 0.01em;
}

/* Ambient grid + soft orbs (live theme) */
.bg-orbs {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
  background:
    linear-gradient(rgba(15, 23, 42, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.025) 1px, transparent 1px),
    var(--bg);
  background-size: 50px 50px, 50px 50px, auto;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 20%, #000 20%, transparent 85%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 20%, #000 20%, transparent 85%);
}
[data-theme='dark'] .bg-orbs {
  background:
    radial-gradient(ellipse 80% 50% at 10% -10%, rgba(30, 70, 120, 0.55), transparent 55%),
    radial-gradient(ellipse 60% 40% at 90% 10%, rgba(212, 175, 55, 0.12), transparent 50%),
    var(--navy-950);
  mask-image: none;
  -webkit-mask-image: none;
}
.bg-orbs::before,
.bg-orbs::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.5;
  animation: floatOrb 30s ease-in-out infinite;
}
.bg-orbs::before {
  width: 600px;
  height: 600px;
  top: -150px;
  right: -100px;
  background: rgba(201, 168, 76, 0.14);
}
.bg-orbs::after {
  width: 500px;
  height: 500px;
  bottom: -150px;
  left: -80px;
  background: rgba(20, 60, 140, 0.08);
  animation-delay: -12s;
}
[data-theme='dark'] .bg-orbs::before {
  background: radial-gradient(circle, rgba(40, 80, 140, 0.7), transparent 70%);
}
[data-theme='dark'] .bg-orbs::after {
  background: radial-gradient(circle, rgba(212, 175, 55, 0.28), transparent 70%);
}

@keyframes floatOrb {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(4%, 5%) scale(1.06);
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition);
}
img {
  max-width: 100%;
  display: block;
}
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

.container {
  width: min(1140px, calc(100% - 2rem));
  margin-inline: auto;
}

/* Typography — trustworthy serif headlines */
.display {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
}
.gradient-text,
.gold {
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.eyebrow,
.tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-dark);
  background: var(--gold-light);
  border: 1px solid var(--gold-soft);
  padding: 6px 16px;
  border-radius: 24px;
  margin-bottom: 0.85rem;
}
.eyebrow::before {
  content: '';
  width: 7px;
  height: 7px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(201, 168, 76, 0.2);
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.6vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}
.section-sub {
  color: var(--text-muted);
  max-width: 38rem;
  font-size: 1.08rem;
  line-height: 1.7;
}
.parent-line {
  font-size: 0.78rem;
  color: var(--text-dim);
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* Glass — stronger frost + shine */
.glass {
  position: relative;
  background: var(--glass);
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.glass::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--glass-shine);
  pointer-events: none;
  border-radius: inherit;
  opacity: 0.9;
}
.glass > * {
  position: relative;
  z-index: 1;
}
.glass-strong {
  position: relative;
  background: var(--glass-strong);
  backdrop-filter: blur(28px) saturate(200%);
  -webkit-backdrop-filter: blur(28px) saturate(200%);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.glass-strong::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--glass-shine);
  pointer-events: none;
}

/* Media cards */
.media-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 220px;
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow);
}
.media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 220px;
  transition: transform 0.6s ease;
}
.media-card:hover img {
  transform: scale(1.05);
}
.media-card .media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 15%, rgba(6, 13, 24, 0.92) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.35rem;
  color: #f8fafc;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
}
.media-card .media-overlay h3,
.media-card .media-overlay p,
.media-card .media-overlay .text-muted {
  color: #f8fafc !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
}
.media-card .media-overlay .btn {
  text-shadow: none;
  align-self: flex-start;
}
.media-card h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
}

.hero-visual {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 420px;
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow);
}
.hero-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 420px;
}
.hero-visual .hero-glass-float {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 1.15rem 1.25rem;
}

.icon-svg {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(212, 175, 55, 0.22), rgba(212, 175, 55, 0.06));
  border: 1px solid rgba(212, 175, 55, 0.35);
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.icon-svg svg {
  width: 24px;
  height: 24px;
  stroke: var(--gold-400);
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Buttons — live site style */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 12px 24px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 13.5px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition),
    border-color var(--transition), color var(--transition);
  white-space: nowrap;
  letter-spacing: 0.02em;
  font-family: inherit;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn:active {
  transform: translateY(0);
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--navy);
  box-shadow: 0 8px 24px rgba(201, 168, 76, 0.3);
}
.btn-gold:hover {
  box-shadow: 0 12px 32px rgba(201, 168, 76, 0.4);
}
.btn-navy,
.btn-primary {
  background: linear-gradient(135deg, var(--navy), var(--royal));
  color: #fff;
  box-shadow: var(--shadow-sm, var(--shadow));
}
.btn-navy:hover,
.btn-primary:hover {
  box-shadow: var(--shadow);
}
.btn-ghost {
  background: var(--glass-strong);
  border-color: rgba(15, 23, 42, 0.12);
  color: var(--text);
}
.btn-ghost:hover {
  border-color: var(--gold);
  background: #fff;
}
[data-theme='dark'] .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.06);
}
.btn-whatsapp {
  background: var(--whatsapp);
  color: #fff;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
}
.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
}
.btn-lg {
  padding: 0.95rem 1.75rem;
  font-size: 1.02rem;
}

/* Header — single-row glassy bar (iOS-style) */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  height: auto;
  padding: 0.55rem 0 0.25rem;
  background: transparent;
  border: none;
  box-shadow: none;
}
[data-theme='dark'] .site-header {
  background: transparent;
  border-bottom-color: transparent;
}
.site-header.scrolled {
  padding-top: 0.4rem;
  background: transparent;
  border-bottom: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.header-shell {
  position: relative;
}
.header-inner {
  height: 52px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  padding: 0.25rem 0.35rem 0.25rem 0.4rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow:
    0 8px 28px rgba(15, 23, 42, 0.10),
    0 1px 0 rgba(255, 255, 255, 0.85) inset;
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  overflow: hidden;
  white-space: nowrap;
}
.site-header.scrolled .header-inner {
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    0 10px 32px rgba(15, 23, 42, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
}
[data-theme='dark'] .header-inner {
  background: rgba(12, 24, 42, 0.72);
  border-color: rgba(232, 197, 71, 0.22);
  box-shadow:
    0 10px 32px rgba(0, 0, 0, 0.35),
    0 1px 0 rgba(255, 255, 255, 0.08) inset;
}
[data-theme='dark'] .site-header.scrolled .header-inner {
  background: rgba(10, 20, 36, 0.86);
}
.logo {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  z-index: 110;
  line-height: 1.1;
  flex: 0 0 auto;
  min-width: 0;
  padding-left: 0.15rem;
  max-width: 170px;
}
.logo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.logo-text > * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.logo-img {
  flex: none;
  width: 44px;
  height: auto;
  max-height: 40px;
  object-fit: contain;
  display: block;
}
.logo-mark {
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--navy), var(--royal));
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.4px;
  box-shadow: none;
  position: relative;
  overflow: hidden;
}
.logo-mark::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -30%;
  width: 60%;
  height: 200%;
  background: var(--gold);
  border-radius: 50%;
  opacity: 0.25;
}
.logo-mark > span {
  position: relative;
  z-index: 1;
}
.nav-desktop {
  display: none;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  min-width: 0;
  overflow: hidden;
  background: transparent;
  border: none;
  padding: 0;
}
.nav-desktop a,
.nav-desktop .nav-pill {
  flex: 0 0 auto;
  padding: 0.38rem 0.5rem;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--text-muted);
  border-radius: 999px;
  white-space: nowrap;
  transition: color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
.nav-desktop a:hover,
.nav-desktop .nav-pill:hover {
  color: var(--navy);
  background: rgba(15, 23, 42, 0.06);
  box-shadow: none;
}
.nav-desktop a.active,
.nav-desktop .nav-pill.active {
  color: var(--navy);
  background: #fff;
  font-weight: 700;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.08);
}
[data-theme='dark'] .nav-desktop a:hover,
[data-theme='dark'] .nav-desktop .nav-pill:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
[data-theme='dark'] .nav-desktop a.active,
[data-theme='dark'] .nav-desktop .nav-pill.active {
  color: #0f172a;
  background: linear-gradient(180deg, #f4e8c1, #e6d3a3);
  box-shadow: 0 3px 12px rgba(201, 168, 76, 0.25);
}
.header-actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.3rem;
  flex: 0 0 auto;
  margin-left: auto;
}
.glass-chip,
.lang-toggle.glass-chip,
.theme-toggle.glass-chip,
.menu-toggle.glass-chip {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: grid;
  place-items: center;
  cursor: pointer;
  color: var(--text);
  font-size: 0.7rem;
  font-weight: 700;
  flex: none;
  transition: border-color var(--transition), color var(--transition), background var(--transition);
}
[data-theme='dark'] .glass-chip,
[data-theme='dark'] .lang-toggle.glass-chip,
[data-theme='dark'] .theme-toggle.glass-chip,
[data-theme='dark'] .menu-toggle.glass-chip {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: #f3f6fb;
}
.glass-chip:hover,
.theme-toggle.glass-chip:hover,
.menu-toggle.glass-chip:hover,
.lang-toggle.glass-chip:hover {
  border-color: rgba(201, 168, 76, 0.5);
  color: var(--gold-dark);
  background: #fff;
}
.header-actions .btn-consult {
  border-radius: 999px;
  padding: 0.48rem 0.9rem;
  font-size: 0.78rem;
  flex: none;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(201, 168, 76, 0.28);
}
.header-actions .btn-portal {
  display: none !important;
}

@media (max-width: 700px) {
  .site-header .lang-toggle,
  .site-header .theme-toggle {
    display: none;
  }
  .logo {
    max-width: 140px;
  }
  .logo-mark {
    width: 32px;
    height: 32px;
    border-radius: 10px;
  }
  .site-header .nav-name {
    font-size: 13px;
  }
  .header-inner {
    height: 48px;
    padding: 0.2rem 0.3rem 0.2rem 0.35rem;
  }
}

.nav-name-short {
  display: none;
}
.nav-name-long {
  display: inline;
}
@media (max-width: 720px) {
  .nav-name-long {
    display: none;
  }
  .nav-name-short {
    display: inline;
  }
}
.mobile-nav-toggles {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--glass-border);
}
.mobile-nav-label {
  margin: 0.85rem 0 0.35rem;
  padding: 0 0.15rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-dim);
}
.mobile-nav-label:first-child {
  margin-top: 0;
}
.theme-toggle,
.menu-toggle {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid var(--glass-border);
  background: var(--glass);
  backdrop-filter: blur(12px);
  display: grid;
  place-items: center;
  cursor: pointer;
  color: var(--text);
}
.theme-toggle:hover,
.menu-toggle:hover {
  border-color: var(--gold-500);
  color: var(--gold-400);
}
.menu-toggle {
  display: grid;
}
@media (min-width: 1080px) {
  .nav-desktop {
    display: flex;
  }
  .menu-toggle {
    display: none;
  }
}
@media (max-width: 1079px) {
  .nav-desktop {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .nav-desktop a,
  .nav-desktop .nav-pill {
    padding: 0.4rem 0.62rem;
    font-size: 0.8rem;
  }
  .logo {
    max-width: 200px;
  }
}

.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 250;
  background: rgba(15, 23, 42, 0.35);
  backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.mobile-nav.open {
  opacity: 1;
  pointer-events: auto;
}
.mobile-nav-panel {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  bottom: 0.65rem;
  width: min(320px, calc(100vw - 1.3rem));
  height: auto;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.72));
  backdrop-filter: blur(32px) saturate(180%);
  -webkit-backdrop-filter: blur(32px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-left: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 24px;
  box-shadow:
    0 20px 50px rgba(15, 23, 42, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.8) inset;
  padding: 1.35rem 1.1rem 1.5rem;
  overflow-y: auto;
  transform: translateX(110%);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
[data-theme='dark'] .mobile-nav-panel {
  background:
    linear-gradient(180deg, rgba(18, 32, 52, 0.92), rgba(8, 16, 30, 0.88));
  border-color: rgba(232, 197, 71, 0.22);
}
.mobile-nav-panel {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.mobile-nav.open .mobile-nav-panel {
  transform: translateX(0);
}
.mobile-nav a {
  padding: 0.78rem 0.9rem;
  border-radius: 14px;
  font-weight: 600;
  color: var(--text-muted);
}
.mobile-nav a:hover,
.mobile-nav a.active {
  background: rgba(255, 255, 255, 0.75);
  color: var(--navy);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}
[data-theme='dark'] .mobile-nav a:hover,
[data-theme='dark'] .mobile-nav a.active {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  box-shadow: none;
}

/* Hero */
.hero {
  padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(3rem, 6vw, 5rem);
  position: relative;
}
.hero-grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 960px) {
  .hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2.75rem;
  }
}
.hero h1 {
  font-size: clamp(2.4rem, 5.2vw, 3.55rem);
  margin-bottom: 1.15rem;
}
.hero-lead {
  font-size: 1.12rem;
  color: var(--text-muted);
  max-width: 34rem;
  margin-bottom: 1.75rem;
  line-height: 1.7;
}
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}
.stat-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  padding: 0.35rem;
}
@media (min-width: 640px) {
  .stat-row {
    grid-template-columns: repeat(4, 1fr);
  }
}
.stat {
  padding: 1rem 0.5rem;
  text-align: center;
}
.stat strong {
  display: block;
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--gold-400);
  font-family: var(--font-display);
}
.stat span {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--text-dim);
  font-weight: 600;
}

/* Cards */
.card {
  padding: 1.5rem;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}
.card:hover {
  transform: translateY(-4px);
  border-color: var(--gold-soft);
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.12), 0 8px 24px rgba(15, 23, 42, 0.07);
}
[data-theme='dark'] .card:hover {
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: 0 28px 56px -16px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(212, 175, 55, 0.12);
}
.card-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(212, 175, 55, 0.2), rgba(212, 175, 55, 0.05));
  border: 1px solid rgba(212, 175, 55, 0.3);
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  margin-bottom: 1rem;
}
.card-icon.icon-svg {
  font-size: 0;
  margin-bottom: 1rem;
}
.card-icon.icon-svg svg {
  width: 24px;
  height: 24px;
  stroke: var(--gold-600);
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}
[data-theme='dark'] .card-icon.icon-svg svg {
  stroke: var(--gold-400);
}
.grid-3 {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid-2 {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-4 {
  display: grid;
  gap: 1rem;
}
@media (min-width: 640px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

section {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
}
.section-head {
  margin-bottom: 2.25rem;
}

/* Forms */
.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: var(--text-muted);
}
.form-control {
  width: 100%;
  padding: 0.78rem 1rem;
  border-radius: 12px;
  border: 1px solid var(--glass-border);
  background: rgba(6, 13, 24, 0.4);
  backdrop-filter: blur(8px);
  color: var(--text);
  outline: none;
  transition: border-color var(--transition), box-shadow var(--transition);
}
[data-theme='light'] .form-control {
  background: rgba(255, 255, 255, 0.85);
}
.form-control:focus {
  border-color: var(--gold-500);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.18);
}
textarea.form-control {
  min-height: 110px;
  resize: vertical;
}
.form-row {
  display: grid;
  gap: 1rem;
}
@media (min-width: 640px) {
  .form-row {
    grid-template-columns: 1fr 1fr;
  }
}
.form-msg {
  padding: 0.85rem 1rem;
  border-radius: 12px;
  font-size: 0.9rem;
  margin-top: 0.75rem;
  display: none;
}
.form-msg.show {
  display: block;
}
.form-msg.ok {
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.35);
  color: #86efac;
}
.form-msg.err {
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.35);
  color: #fca5a5;
}

.quiz-option {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1rem 1.15rem;
  margin-bottom: 0.65rem;
  border-radius: 14px;
  border: 1px solid var(--glass-border);
  background: rgba(10, 22, 40, 0.35);
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition: border-color var(--transition), background var(--transition);
  font-weight: 500;
}
.quiz-option:hover,
.quiz-option.selected {
  border-color: var(--gold-500);
  background: rgba(212, 175, 55, 0.1);
}

.job-card {
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.badge {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  background: rgba(212, 175, 55, 0.14);
  color: var(--gold-400);
  border: 1px solid rgba(212, 175, 55, 0.3);
}
.badge-muted {
  background: rgba(148, 163, 184, 0.1);
  color: var(--text-muted);
  border-color: var(--glass-border);
}
.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.filters .form-control {
  width: auto;
  min-width: 140px;
  flex: 1;
}

.blog-card h3 {
  font-size: 1.2rem;
  margin: 0.5rem 0;
  font-family: var(--font-display);
  font-weight: 600;
}
.blog-card .meta {
  font-size: 0.8rem;
  color: var(--text-dim);
}

.site-footer {
  border-top: 3px solid var(--gold);
  padding: 3.5rem 0 2rem;
  margin-top: 2rem;
  background: var(--navy);
  color: rgba(255, 255, 255, 0.78);
}
.footer-grid {
  display: grid;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
  }
}
.footer-brand p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  margin-top: 0.75rem;
  max-width: 18rem;
  line-height: 1.65;
}
.footer-col h4 {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--gold);
  margin-bottom: 1rem;
  font-weight: 700;
}
.footer-col a {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  padding: 0.3rem 0;
  font-weight: 500;
}
.footer-col a:hover {
  color: var(--gold);
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.6);
}
.site-footer .footer-bottom .parent-line {
  flex: 1 1 100%;
  max-width: 64rem;
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.48);
}

.wa-float {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 90;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--whatsapp);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 32px rgba(37, 211, 102, 0.48);
  transition: transform var(--transition);
}
.wa-float:hover {
  transform: scale(1.08);
}
.wa-float svg {
  width: 28px;
  height: 28px;
}

.page-hero {
  padding: 3.5rem 0 2rem;
  text-align: center;
  position: relative;
}
.page-hero h1 {
  font-size: clamp(2rem, 4vw, 2.85rem);
  margin-bottom: 0.75rem;
}
.page-hero p {
  color: var(--text-muted);
  max-width: 36rem;
  margin-inline: auto;
  font-size: 1.08rem;
}
.page-hero-banner {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 2rem;
  min-height: 200px;
  border: 1px solid var(--glass-border);
}
.page-hero-banner img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.page-hero-banner .banner-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 11, 20, 0.85), rgba(5, 11, 20, 0.35));
  display: flex;
  align-items: center;
  padding: 2rem;
}

.ad-slot {
  border: 1px dashed rgba(212, 175, 55, 0.35);
  border-radius: var(--radius);
  padding: 1.5rem;
  text-align: center;
  color: var(--text-dim);
  font-size: 0.85rem;
  background: rgba(212, 175, 55, 0.04);
  backdrop-filter: blur(8px);
}

/* Progressive enhancement: content visible by default */
.reveal {
  opacity: 1;
  transform: none;
}
.reveal.reveal-ready:not(.visible) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.reveal-ready:not(.visible) {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

.admin-shell {
  display: grid;
  min-height: 100vh;
}
@media (min-width: 900px) {
  .admin-shell {
    grid-template-columns: 240px 1fr;
  }
}
.admin-side {
  background: var(--glass-strong);
  backdrop-filter: blur(20px);
  border-right: 1px solid var(--glass-border);
  padding: 1.5rem 1rem;
}
.admin-main {
  padding: 1.5rem;
}
.admin-nav a {
  display: block;
  padding: 0.7rem 0.9rem;
  border-radius: 10px;
  color: var(--text-muted);
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
  font-weight: 600;
}
.admin-nav a.active,
.admin-nav a:hover {
  background: rgba(212, 175, 55, 0.1);
  color: var(--gold-400);
}
.table-wrap {
  overflow-x: auto;
}
table.data {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
table.data th,
table.data td {
  text-align: left;
  padding: 0.75rem;
  border-bottom: 1px solid var(--glass-border);
}
table.data th {
  color: var(--text-dim);
  font-weight: 700;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(5, 11, 20, 0.78);
  backdrop-filter: blur(8px);
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}
.modal-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}
.modal {
  width: min(560px, 100%);
  max-height: 90vh;
  overflow-y: auto;
  padding: 1.75rem;
  border-radius: var(--radius);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.text-muted {
  color: var(--text-muted);
}
.text-gold {
  color: var(--gold-400);
}
.mt-1 {
  margin-top: 0.5rem;
}
.mt-2 {
  margin-top: 1rem;
}
.mt-3 {
  margin-top: 1.5rem;
}
.mb-2 {
  margin-bottom: 1rem;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.gap-2 {
  gap: 0.75rem;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.text-center {
  text-align: center;
}
.w-full {
  width: 100%;
}
.hidden {
  display: none !important;
}
.prose {
  color: var(--text-muted);
  line-height: 1.8;
}
.prose h2,
.prose h3 {
  color: var(--text);
  font-family: var(--font-display);
  margin: 1.75rem 0 0.75rem;
  font-weight: 600;
}
.prose p,
.prose ul {
  margin-bottom: 1rem;
}
.prose ul {
  padding-left: 1.25rem;
}
.prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.1rem 0 1.35rem;
  font-size: 0.92rem;
  overflow-x: auto;
  display: block;
}
.prose thead th {
  text-align: left;
  background: var(--bg2);
  color: var(--navy);
  font-weight: 700;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--glass-border);
}
.prose td {
  padding: 0.6rem 0.75rem;
  border: 1px solid var(--glass-border);
  vertical-align: top;
  color: var(--text);
}
.prose tbody tr:nth-child(even) td {
  background: rgba(15, 23, 42, 0.02);
}
[data-theme='dark'] .prose thead th {
  background: var(--navy-800);
  color: var(--gold-300);
}
[data-theme='dark'] .prose tbody tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.03);
}
.prose a {
  color: var(--navy);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(160, 120, 48, 0.55);
  text-underline-offset: 0.18em;
}
.prose a:hover {
  color: var(--gold-dark);
  text-decoration-color: var(--gold-dark);
}
[data-theme='dark'] .prose a {
  color: var(--gold-300);
  text-decoration-color: rgba(244, 232, 193, 0.45);
}
[data-theme='dark'] .prose a:hover {
  color: #fff;
  text-decoration-color: var(--gold-300);
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  background: var(--gold-500);
  color: #0a1628;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  z-index: 999;
  font-weight: 700;
}
.skip-link:focus {
  top: 1rem;
}

.testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--gold-600);
}

/* ——— Killer tools / AI / pricing ——— */
.lead-answer {
  border-radius: 1rem;
  padding: 1rem 1.15rem;
  line-height: 1.7;
  margin: 1rem 0 1.25rem;
}
.viz-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.65rem;
  margin: 1.25rem 0 1.5rem;
}
.viz-pill {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 0.85rem;
  padding: 0.75rem 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.viz-pill span {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-muted);
}
.viz-pill strong {
  font-size: 0.92rem;
  font-family: var(--font-display);
  line-height: 1.3;
}
.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
  margin: 1rem 0;
}
.data-table th,
.data-table td {
  border-bottom: 1px solid var(--glass-border);
  padding: 0.65rem 0.5rem;
  text-align: left;
  vertical-align: top;
}
.data-table th {
  color: var(--text);
  font-weight: 600;
}
.compare-table th[scope='row'] {
  width: 22%;
  color: var(--text-muted);
  font-weight: 500;
}
.progress-track {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  margin-top: 1rem;
}
.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--gold-600), var(--gold-400));
  border-radius: 999px;
  transition: width 0.35s ease;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}
.check-item {
  border-bottom: 1px solid var(--glass-border);
  padding: 0.85rem 0;
}
.check-item label {
  display: flex;
  gap: 0.75rem;
  cursor: pointer;
  align-items: flex-start;
}
.check-item input {
  margin-top: 0.35rem;
  accent-color: var(--gold-500);
  width: 1.1rem;
  height: 1.1rem;
}
.check-item.done strong {
  text-decoration: line-through;
  opacity: 0.75;
}
.check-item small {
  display: block;
  margin-top: 0.25rem;
  line-height: 1.45;
}
.source-list {
  padding-left: 1.15rem;
  margin: 0.5rem 0 0;
}
.source-list a {
  color: var(--navy);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(160, 120, 48, 0.55);
}
.source-list a:hover {
  color: var(--gold-dark);
}
[data-theme='dark'] .source-list a {
  color: var(--gold-300);
}
.cost-viz {
  margin: 1.25rem 0;
}
.cost-bar {
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.cost-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #3d7ea6, var(--gold-500));
  border-radius: 999px;
  min-width: 8%;
  transition: width 0.4s ease;
}
.cost-nums {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-top: 1rem;
}
.cost-nums div {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.cost-nums strong {
  font-size: 1.25rem;
  font-family: var(--font-display);
  color: var(--gold-400);
}
.pricing-card h2 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin: 0.5rem 0;
}
.price-tag {
  font-size: 1.75rem;
  font-weight: 700;
  font-family: var(--font-display);
  color: var(--gold-400);
  margin: 0.25rem 0 1rem;
}
.price-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
}
.price-list li {
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--glass-border);
  color: var(--text-muted);
  font-size: 0.92rem;
}
.price-list li::before {
  content: '✓ ';
  color: var(--gold-500);
  font-weight: 700;
}
.featured-price {
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.2);
}
.partner-slot,
.ad-slot {
  margin-top: 1.25rem;
  padding: 1rem 1.15rem;
  border: 1px dashed rgba(212, 175, 55, 0.35);
  border-radius: 0.85rem;
  background: rgba(212, 175, 55, 0.05);
}
.answer-card {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.answer-card:hover {
  transform: translateY(-2px);
  border-color: rgba(212, 175, 55, 0.45);
}
.path-chooser {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.65rem;
  margin: 1.5rem 0 0.5rem;
}
.path-chooser a {
  text-decoration: none;
  color: inherit;
  text-align: center;
  padding: 1rem 0.5rem;
  border-radius: 1rem;
  transition: border-color 0.2s, transform 0.2s, background 0.2s;
}
.path-chooser a:hover {
  border-color: var(--gold-500);
  transform: translateY(-2px);
}
.path-chooser strong {
  display: block;
  font-family: var(--font-display);
  margin-top: 0.35rem;
  font-size: 0.95rem;
}
.path-chooser span {
  font-size: 1.4rem;
}
.roadmap {
  display: grid;
  gap: 0.65rem;
  margin: 1rem 0 1.25rem;
}
.roadmap-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
  padding: 0.85rem 1rem;
  border-radius: 0.85rem;
  border: 1px solid var(--glass-border);
  background: var(--glass);
}
.roadmap-step .n {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-600), var(--gold-400));
  color: #0a1628;
  font-weight: 800;
  display: grid;
  place-items: center;
  font-size: 0.85rem;
}
.faq-mini details {
  border-bottom: 1px solid var(--glass-border);
  padding: 0.75rem 0;
}
.faq-mini summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--text);
}
.faq-mini p {
  margin: 0.5rem 0 0;
  color: var(--text-muted);
}
.doc-list .badge {
  margin-left: 0.35rem;
}
.timeline-steps {
  padding-left: 1.15rem;
}
.ai-fab {
  position: fixed;
  right: 1.15rem;
  bottom: 5.5rem;
  z-index: 90;
  border: none;
  cursor: pointer;
  padding: 0.85rem 1.1rem;
  border-radius: 999px;
  font-weight: 700;
  font-family: var(--font-display);
  color: #0a1628;
  background: linear-gradient(135deg, var(--gold-400), var(--gold-600));
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}
.ai-panel {
  position: fixed;
  right: 1.15rem;
  bottom: 9.2rem;
  width: min(380px, calc(100vw - 1.5rem));
  z-index: 91;
  border-radius: 1.15rem;
  border: 1px solid var(--glass-border);
  padding: 0.85rem;
  max-height: min(70vh, 520px);
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(16px);
}
.ai-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.65rem;
}
.ai-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.65rem;
}
.ai-chips button {
  border: 1px solid var(--glass-border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  border-radius: 999px;
  padding: 0.3rem 0.65rem;
  font-size: 0.75rem;
  cursor: pointer;
}
.ai-messages {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  min-height: 160px;
  max-height: 280px;
  padding-right: 0.25rem;
}
.ai-msg {
  padding: 0.65rem 0.8rem;
  border-radius: 0.85rem;
  font-size: 0.88rem;
  line-height: 1.55;
}
.ai-msg p {
  margin: 0;
}
.ai-user {
  align-self: flex-end;
  background: rgba(212, 175, 55, 0.18);
  max-width: 90%;
}
.ai-bot {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--glass-border);
  max-width: 95%;
}
.ai-bot a {
  color: var(--gold-400);
}
.ai-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.45rem;
  margin-top: 0.65rem;
}
.lang-toggle {
  border: 1px solid var(--glass-border);
  background: transparent;
  color: var(--text);
  border-radius: 999px;
  padding: 0.35rem 0.65rem;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 900px) {
  .viz-strip,
  .path-chooser {
    grid-template-columns: repeat(2, 1fr);
  }
  .cost-nums {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .path-chooser {
    grid-template-columns: 1fr 1fr;
  }
  .ai-fab {
    bottom: 5.25rem;
    right: 0.85rem;
  }
  .ai-panel {
    right: 0.75rem;
    left: 0.75rem;
    width: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* Live theme extras — brand bar, banner, cards, footer */
.brand-bar {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  padding: 8px 0;
}
.brand-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.brand-bar a { color: var(--gold); font-weight: 600; }
.brand-bar-links { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.brand-bar-links a { color: rgba(255, 255, 255, 0.6); font-size: 11px; }
.brand-bar-links a:hover { color: var(--gold); }
.brand-banner {
  background: linear-gradient(90deg, var(--navy), #1a2744);
  padding: 18px 0;
  border-bottom: 3px solid var(--gold);
}
.brand-banner-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  text-align: center;
}
.brand-banner p { color: rgba(255,255,255,0.82); font-size: 13.5px; margin: 0; }
.brand-banner strong { color: #fff; }
.brand-badge {
  background: var(--gold);
  color: var(--navy);
  padding: 4px 14px;
  border-radius: 32px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.glass.card, .card {
  background: #fff;
  border: 1.5px solid rgba(15, 23, 42, 0.10);
}
[data-theme='dark'] .glass.card,
[data-theme='dark'] .card {
  background: var(--glass);
  border-color: var(--glass-border);
}
.site-footer {
  background: var(--navy) !important;
  color: rgba(255, 255, 255, 0.78);
}
.site-footer a { color: rgba(255, 255, 255, 0.7); }
.site-footer a:hover { color: var(--gold); }
.site-footer h4,
.site-footer .logo-text span,
.site-footer .parent-line { color: #fff; }
.nav-desktop { min-width: 0; flex-wrap: nowrap; }
.nav-name { font-family: var(--font-display); font-weight: 700; font-size: 13.5px; color: var(--t1); line-height: 1.15; }
.nav-sub { display: none; }
.path-chooser a {
  background: #fff;
  border: 1.5px solid rgba(15, 23, 42, 0.10);
}
.path-chooser a:hover {
  border-color: var(--gold);
  background: var(--gold-light);
}
.lead-answer {
  background: linear-gradient(135deg, #fffbeb, #fef3c7);
  border: 1px solid #fcd34d;
  color: #92400e;
}
[data-theme='dark'] .lead-answer {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.12), rgba(10, 22, 40, 0.35));
  border: 1px solid var(--glass-border);
  color: var(--text);
}
.media-card .media-overlay {
  background: linear-gradient(180deg, transparent 15%, rgba(15, 23, 42, 0.9) 100%);
  color: #f8fafc;
}
.media-card .media-overlay h3,
.media-card .media-overlay p,
.media-card .media-overlay .text-muted {
  color: #f8fafc !important;
}
.ur-banner {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.9);
  padding: 0.65rem 1rem;
  text-align: center;
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(201, 168, 76, 0.35);
}
.ur-banner a {
  color: var(--gold);
  font-weight: 600;
}
.page-hero {
  padding-top: 2.5rem;
}
.price-tag { color: var(--gold-dark) !important; }

/* —— Homepage editorial glass hero (no photo) —— */
.hero-home.hero-editorial {
  position: relative;
  min-height: min(88vh, 720px);
  display: flex;
  align-items: center;
  padding: clamp(4.5rem, 10vw, 6.5rem) 0 clamp(2.5rem, 5vw, 3.5rem);
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 15% 20%, rgba(201, 168, 76, 0.18), transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 80%, rgba(30, 58, 95, 0.12), transparent 50%),
    linear-gradient(165deg, #eef2f9 0%, #f5f7fb 42%, #e8edf5 100%);
}
[data-theme='dark'] .hero-home.hero-editorial {
  background:
    radial-gradient(ellipse 80% 60% at 20% 15%, rgba(201, 168, 76, 0.14), transparent 55%),
    radial-gradient(ellipse 60% 50% at 85% 75%, rgba(20, 60, 110, 0.45), transparent 50%),
    linear-gradient(165deg, #050b14 0%, #0a1628 50%, #0f1f36 100%);
}
.hero-editorial-glow {
  position: absolute;
  inset: -20% 20% auto;
  height: 55%;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.55), transparent 70%);
  pointer-events: none;
  animation: heroGlow 10s ease-in-out infinite alternate;
}
[data-theme='dark'] .hero-editorial-glow {
  background: radial-gradient(ellipse at center, rgba(201, 168, 76, 0.1), transparent 70%);
}
@keyframes heroGlow {
  from { opacity: 0.55; transform: translateY(0); }
  to { opacity: 0.9; transform: translateY(12px); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-editorial-glow { animation: none; }
}
.hero-editorial-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 820px;
}
.hero-glass {
  position: relative;
  padding: clamp(1.75rem, 4vw, 2.75rem);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(28px) saturate(190%);
  -webkit-backdrop-filter: blur(28px) saturate(190%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 24px 64px rgba(15, 23, 42, 0.1),
    0 8px 24px rgba(15, 23, 42, 0.06);
  animation: heroGlassIn 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}
[data-theme='dark'] .hero-glass {
  border-color: rgba(232, 197, 71, 0.22);
  background: rgba(14, 32, 58, 0.55);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 28px 64px rgba(0, 0, 0, 0.45);
}
@keyframes heroGlassIn {
  from { opacity: 0; transform: translateY(18px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-glass { animation: none; }
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.65rem;
  margin-bottom: 1.15rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--text-dim);
  animation: heroMetaIn 0.7s ease 0.15s both;
}
@keyframes heroMetaIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-meta { animation: none; }
}
.hero-date {
  font-variant-numeric: tabular-nums;
  color: var(--navy);
}
[data-theme='dark'] .hero-date {
  color: var(--gold-300);
}
.hero-meta-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold-500);
  opacity: 0.85;
}
.hero-meta-cuin {
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: rgba(201, 168, 76, 0.16);
  border: 1px solid rgba(201, 168, 76, 0.35);
  color: var(--gold-dark);
  font-size: 0.78rem;
  font-weight: 700;
}
[data-theme='dark'] .hero-meta-cuin {
  color: var(--gold-300);
}
.hero-home.hero-editorial .brand-hero {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.85rem, 5vw, 2.85rem);
  letter-spacing: -0.035em;
  line-height: 1.1;
  color: var(--navy);
  margin-bottom: 0.75rem;
}
[data-theme='dark'] .hero-home.hero-editorial .brand-hero {
  color: #fff;
}
.hero-home.hero-editorial .display {
  color: var(--navy-light);
  font-size: clamp(1.25rem, 3vw, 1.85rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 0.85rem;
  max-width: 22ch;
  text-shadow: none;
}
[data-theme='dark'] .hero-home.hero-editorial .display {
  color: rgba(243, 246, 251, 0.92);
}
.hero-home.hero-editorial .hero-lead {
  color: var(--text-muted);
  max-width: 34rem;
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
}
.hero-nap {
  margin-top: 1.35rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 0.88rem;
  color: var(--text-dim);
  line-height: 1.55;
}
[data-theme='dark'] .hero-nap {
  border-top-color: rgba(232, 197, 71, 0.15);
}
.hero-nap a {
  color: var(--navy);
  font-weight: 600;
}
[data-theme='dark'] .hero-nap a {
  color: var(--gold-300);
}
.wa-cta-banner {
  padding: 0;
  overflow: hidden;
}
.b2b-form-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 720px) {
  .b2b-form-grid {
    grid-template-columns: 1fr 1fr;
  }
  .b2b-form-grid .full {
    grid-column: 1 / -1;
  }
}
.trade-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.trade-chips span {
  display: inline-block;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--glass-border);
  background: var(--navy-800);
  font-size: 0.85rem;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .nav-desktop a,
  .nav-desktop .nav-pill {
    padding: 0.34rem 0.4rem;
    font-size: 0.7rem;
  }
  .header-actions .btn-portal {
    display: none;
  }
}
@media (max-width: 1180px) {
  .nav-desktop a,
  .nav-desktop .nav-pill {
    padding: 0.32rem 0.34rem;
    font-size: 0.66rem;
  }
}
@media (max-width: 1023px) {
  .nav-desktop {
    display: none;
  }
}


/* Top promotional brand bar removed from UX */
.brand-bar { display: none !important; }
/* Ask SK chatbot removed */
.ai-fab, #skAiFab, #skAiPanel, .ai-chat-panel { display: none !important; }

/* ── Homepage editorial glass (editorial1) ── */
.home-services,
.home-verify,
.home-process,
.home-reviews,
.home-tools,
.home-cta {
  padding: 3.5rem 0;
}
.home-verify-row {
  display: grid;
  gap: 0.85rem;
}
@media (min-width: 800px) {
  .home-verify-row {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.home-verify-tile {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.25rem 1.35rem;
  border-radius: 22px;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75) inset, 0 12px 32px rgba(15, 23, 42, 0.06);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.home-verify-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 168, 76, 0.45);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85) inset, 0 18px 40px rgba(15, 23, 42, 0.1);
}
[data-theme='dark'] .home-verify-tile {
  border-color: rgba(232, 197, 71, 0.2);
  background: rgba(14, 32, 58, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 16px 36px rgba(0, 0, 0, 0.35);
}
.home-verify-kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-dark);
}
[data-theme='dark'] .home-verify-kicker {
  color: var(--gold-300);
}
.home-verify-tile strong {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--navy);
}
[data-theme='dark'] .home-verify-tile strong {
  color: #fff;
}
.home-verify-tile span:last-child {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.5;
}
.home-verify-more {
  margin-top: 1.25rem;
  font-weight: 600;
}
.home-verify-more a {
  color: var(--navy);
  text-decoration: underline;
  text-decoration-color: rgba(160, 120, 48, 0.45);
  text-underline-offset: 0.18em;
}
[data-theme='dark'] .home-verify-more a {
  color: var(--gold-300);
}
.home-service-grid {
  display: grid;
  gap: 0.75rem;
}
@media (min-width: 720px) {
  .home-service-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1100px) {
  .home-service-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.home-service {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1.2rem 1.3rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(18px) saturate(170%);
  -webkit-backdrop-filter: blur(18px) saturate(170%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset, 0 8px 24px rgba(15, 23, 42, 0.05);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.home-service strong {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--navy);
}
.home-service span {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.55;
}
.home-service:hover {
  border-color: rgba(160, 120, 48, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 14px 32px rgba(15, 23, 42, 0.09);
}
[data-theme='dark'] .home-service {
  border-color: rgba(232, 197, 71, 0.18);
  background: rgba(14, 32, 58, 0.48);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
}
[data-theme='dark'] .home-service strong {
  color: #fff;
}
.home-process-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}
@media (min-width: 900px) {
  .home-process-list {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
.home-process-list li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.2rem 1.3rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
}
[data-theme='dark'] .home-process-list li {
  border-color: rgba(232, 197, 71, 0.16);
  background: rgba(14, 32, 58, 0.42);
}
.home-process-num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--gold-dark);
  letter-spacing: -0.02em;
  line-height: 1.2;
  min-width: 2rem;
}
[data-theme='dark'] .home-process-num {
  color: var(--gold-300);
}
.home-process-list strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.02rem;
  color: var(--navy);
  margin-bottom: 0.25rem;
}
[data-theme='dark'] .home-process-list strong {
  color: #fff;
}
.home-process-list span {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.55;
}
.home-dest-row {
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--glass-border);
}
.home-dest-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 0.65rem;
}
.home-dest-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.85rem;
}
.home-dest-links a {
  color: var(--navy);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(160, 120, 48, 0.45);
  text-underline-offset: 0.18em;
}
.home-dest-links a:hover {
  color: var(--gold-dark);
}
[data-theme='dark'] .home-dest-links a {
  color: var(--gold-300);
}
.home-secondary-links {
  margin-top: 1.25rem;
  font-size: 0.92rem;
  color: var(--text-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.65rem;
  align-items: center;
}
.home-secondary-links a {
  color: var(--navy);
  font-weight: 600;
}
[data-theme='dark'] .home-secondary-links a {
  color: var(--gold-300);
}
.home-trust-list {
  list-style: none;
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 900px) {
  .home-trust-list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
  }
}
.home-trust-list li {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0;
  border: none;
  background: none;
}
.home-trust-list strong {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--navy);
}
.home-trust-list span {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.6;
}
[data-theme='dark'] .home-trust-list strong {
  color: #fff;
}
.home-review-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 900px) {
  .home-review-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.home-review {
  margin: 0;
  padding: 1.35rem 1.4rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-top: 2px solid var(--gold-soft);
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65) inset;
}
[data-theme='dark'] .home-review {
  border-color: rgba(232, 197, 71, 0.16);
  background: rgba(14, 32, 58, 0.42);
}
.home-review p {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text);
  margin: 0 0 0.85rem;
}
.home-review footer {
  font-size: 0.88rem;
  color: var(--text-dim);
  font-weight: 600;
}
/* Trust page (trust1) */
.trust-steps {
  padding-left: 1.25rem;
  margin: 0.75rem 0 1.25rem;
}
.trust-steps li {
  margin: 0.4rem 0;
}
.home-review-ctas {
  flex-wrap: wrap;
}

.home-review-note {
  margin-top: 1.5rem;
  font-size: 0.9rem;
  max-width: 40rem;
  margin-inline: auto;
}
.home-tool-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.home-tool-row a {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
  color: var(--navy);
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}
.home-tool-row a:hover {
  border-color: rgba(160, 120, 48, 0.45);
  background: rgba(244, 232, 193, 0.55);
  transform: translateY(-1px);
}
[data-theme='dark'] .home-tool-row a {
  border-color: rgba(232, 197, 71, 0.2);
  background: rgba(14, 32, 58, 0.55);
  color: #fff;
  box-shadow: none;
}
.home-cta-panel {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.75rem 1.5rem;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75) inset, 0 20px 48px rgba(15, 23, 42, 0.08);
}
[data-theme='dark'] .home-cta-panel {
  border-color: rgba(232, 197, 71, 0.2);
  background: rgba(14, 32, 58, 0.55);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 24px 56px rgba(0, 0, 0, 0.4);
}
@media (min-width: 900px) {
  .home-cta-panel {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem 2.25rem;
  }
  .home-cta-panel .section-title {
    margin-bottom: 0.35rem;
  }
}

/* ── Plain trust homepage (plain1) ── */
.ink-gold {
  color: #b8860b;
}
.ink-black {
  color: #0f172a;
}
[data-theme='dark'] .ink-gold {
  color: #e8c547;
}
[data-theme='dark'] .ink-black {
  color: #f3f6fb;
}

.hero-plain {
  position: relative;
  padding: clamp(3.25rem, 8vw, 4.75rem) 0 2.25rem;
  background: transparent;
  min-height: auto;
}
.hero-plain-inner {
  max-width: 720px;
}
.hero-plain .brand-hero {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.65rem, 4.2vw, 2.35rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 0.65rem;
}
.hero-plain .display {
  font-size: clamp(1.15rem, 2.6vw, 1.55rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.35;
  margin-bottom: 0.85rem;
  max-width: 34rem;
  color: var(--navy);
}
.hero-plain .hero-lead {
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--text-muted);
  max-width: 36rem;
  margin-bottom: 1.1rem;
}
.hero-trust-lines {
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}
.hero-trust-lines li {
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--text-muted);
  padding-left: 0.85rem;
  border-left: 2px solid rgba(184, 134, 11, 0.55);
}
.hero-plain .hero-ctas {
  margin-top: 0.25rem;
}

.home-bubbles {
  padding: 2rem 0 3rem;
}
.service-bubbles {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 0.7rem;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0.35rem;
}
.svc-bubble {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.15rem;
  min-width: 8.5rem;
  max-width: 11.5rem;
  padding: 0.85rem 1.05rem;
  border-radius: 999px;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #fff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  animation: bubbleIn 0.55s ease both;
}
.svc-bubble:nth-child(odd) { animation-delay: 0.04s; }
.svc-bubble:nth-child(even) { animation-delay: 0.1s; }
.svc-bubble:nth-child(3n) { animation-delay: 0.16s; }
@keyframes bubbleIn {
  from { opacity: 0; transform: translateY(8px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@media (prefers-reduced-motion: reduce) {
  .svc-bubble { animation: none; }
}
.svc-bubble-gold {
  background: linear-gradient(160deg, #fff8e7 0%, #fff 55%);
  border-color: rgba(184, 134, 11, 0.28);
}
.svc-bubble:hover {
  transform: translateY(-3px);
  border-color: rgba(184, 134, 11, 0.5);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
}
.svc-bubble-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  color: #0f172a;
  line-height: 1.2;
}
.svc-bubble-gold .svc-bubble-title {
  color: #8a6914;
}
.svc-bubble-note {
  font-size: 0.75rem;
  color: var(--text-dim);
  line-height: 1.3;
}
[data-theme='dark'] .svc-bubble {
  background: var(--navy-800);
  border-color: rgba(232, 197, 71, 0.2);
}
[data-theme='dark'] .svc-bubble-gold {
  background: linear-gradient(160deg, rgba(201, 168, 76, 0.16), rgba(14, 32, 58, 0.9));
}
[data-theme='dark'] .svc-bubble-title {
  color: #fff;
}
[data-theme='dark'] .svc-bubble-gold .svc-bubble-title {
  color: var(--gold-300);
}

.home-why {
  padding: 2.25rem 0 3rem;
}
.home-why-inner {
  max-width: 720px;
}
.home-why-lead {
  font-size: 0.98rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0.5rem 0 1rem;
  max-width: 38rem;
}
.home-why-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.home-why-list li {
  font-size: 0.93rem;
  line-height: 1.55;
  color: var(--text-muted);
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--glass-border);
}
.home-why-list li:last-child {
  border-bottom: none;
}
.home-why-list strong {
  font-weight: 700;
  margin-right: 0.25rem;
}

.home-cta-plain {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  padding: 1.5rem 0 2.5rem;
  border-top: 1px solid var(--glass-border);
}
@media (min-width: 800px) {
  .home-cta-plain {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
  }
}

body[data-page='home'] .home-bubbles .section-title,
body[data-page='home'] .home-why .section-title,
body[data-page='home'] .home-cta-plain .section-title {
  font-size: clamp(1.25rem, 2.5vw, 1.55rem);
}

/* ── Professional home fixes 1–10 (pro1) ── */
body[data-page='home'] .home-pro {
  --home-max: 1080px;
}
body[data-page='home'] .home-rail {
  max-width: var(--home-max);
  margin-inline: auto;
}

/* #8: hide redundant hamburger when desktop nav is visible */
@media (min-width: 1024px) {
  body[data-page='home'] .menu-toggle {
    display: none !important;
  }
}

.ink-accent {
  color: #a07830;
}
[data-theme='dark'] .ink-accent {
  color: #e8c547;
}

.home-hero-pro {
  padding: clamp(2.75rem, 7vw, 4rem) 0 2rem;
}
.home-brand {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.75rem, 4vw, 2.4rem);
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: #0f172a;
  margin: 0 0 0.6rem;
}
[data-theme='dark'] .home-brand {
  color: #fff;
}
.home-h1 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  letter-spacing: -0.02em;
  line-height: 1.4;
  color: #1e293b;
  margin: 0 0 0.75rem;
  max-width: 36rem;
}
[data-theme='dark'] .home-h1 {
  color: rgba(243, 246, 251, 0.92);
}
.home-lead {
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0 0 1.15rem;
  max-width: 40rem;
}
.home-facts {
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0;
  display: grid;
  gap: 0.4rem;
  max-width: 40rem;
}
.home-facts li {
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--text-muted);
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
[data-theme='dark'] .home-facts li {
  border-bottom-color: rgba(232, 197, 71, 0.12);
}
.home-facts strong {
  color: #0f172a;
  font-weight: 700;
}
[data-theme='dark'] .home-facts strong {
  color: #fff;
}
.home-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}
.home-cta-row .btn-whatsapp {
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.28);
}
.home-cta-row .btn-ghost {
  box-shadow: none;
  border-color: rgba(15, 23, 42, 0.16);
  font-weight: 600;
}

.home-services-pro,
.home-trust-pro,
.home-end-pro {
  padding: 2.25rem 0 2.75rem;
}
.home-sec-head {
  margin-bottom: 1.25rem;
}
.home-h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  letter-spacing: -0.02em;
  color: #0f172a;
  margin: 0.25rem 0 0.4rem;
}
[data-theme='dark'] .home-h2 {
  color: #fff;
}
.home-sec-sub {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin: 0;
  max-width: 40rem;
}

/* #2 even service grid */
.home-svc-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .home-svc-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 960px) {
  .home-svc-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.home-svc {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-height: 7.25rem;
  padding: 1.1rem 1.15rem;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.home-svc:hover {
  border-color: rgba(160, 120, 48, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
}
.home-svc-thumb {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 0.5rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
}
[data-theme='dark'] .home-svc-thumb {
  border-color: rgba(232, 197, 71, 0.2);
}
.home-svc strong {
  font-family: var(--font-display);
  font-size: 1rem;
  color: #0f172a;
}
.home-svc span {
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--text-dim);
}
[data-theme='dark'] .home-svc {
  background: var(--navy-800);
  border-color: rgba(232, 197, 71, 0.18);
}
[data-theme='dark'] .home-svc strong {
  color: #fff;
}

.home-tools-pro,
.home-dest-pro {
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}
[data-theme='dark'] .home-tools-pro,
[data-theme='dark'] .home-dest-pro {
  border-top-color: rgba(232, 197, 71, 0.12);
}
.home-tools-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin: 0 0 0.65rem;
}
.home-tools-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.9rem;
}
.home-tools-links a {
  font-size: 0.92rem;
  font-weight: 600;
  color: #0f172a;
  text-decoration: none;
  border-bottom: 1px solid rgba(160, 120, 48, 0.35);
  padding-bottom: 0.05rem;
}
.home-tools-links a:hover {
  color: #a07830;
}
[data-theme='dark'] .home-tools-links a {
  color: var(--gold-300);
}

/* #5 full-width trust grid */
.home-trust-pro {
  background: rgba(238, 242, 249, 0.65);
}
[data-theme='dark'] .home-trust-pro {
  background: rgba(10, 22, 40, 0.55);
}
.home-trust-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .home-trust-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.home-trust-item {
  padding: 1.1rem 1.15rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
}
[data-theme='dark'] .home-trust-item {
  background: var(--navy-800);
  border-color: rgba(232, 197, 71, 0.14);
}
.home-trust-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.98rem;
  color: #0f172a;
  margin-bottom: 0.3rem;
}
[data-theme='dark'] .home-trust-item strong {
  color: #fff;
}
.home-trust-item p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--text-muted);
}

.home-end-pro {
  padding-top: 1.5rem;
}
.home-end-row {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}
@media (min-width: 860px) {
  .home-end-row {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
  }
}
[data-theme='dark'] .home-end-row {
  border-top-color: rgba(232, 197, 71, 0.12);
}

/* ── Landing composition (land1 · mockup layout, light site palette) ── */
.lp {
  padding: 0.75rem 0 0;
}
.lp-stage {
  position: relative;
  display: grid;
  gap: 0;
  margin: 0 clamp(0.75rem, 2vw, 1.25rem);
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  min-height: min(66vh, 560px);
}
@media (min-width: 960px) {
  .lp-stage {
    grid-template-columns: 1.05fr 0.95fr;
  }
}
[data-theme='dark'] .lp-stage {
  background: var(--navy-800);
  border-color: rgba(232, 197, 71, 0.16);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.4);
}

.lp-visual {
  position: relative;
  min-height: 280px;
  isolation: isolate;
}
.lp-visual-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 40% 26%;
}
.lp-visual-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 22, 40, 0.06) 0%, rgba(10, 22, 40, 0.3) 52%, rgba(10, 22, 40, 0.82) 100%),
    linear-gradient(90deg, transparent 60%, rgba(245, 247, 251, 0.28) 100%);
  pointer-events: none;
}
[data-theme='dark'] .lp-visual-scrim {
  background:
    linear-gradient(180deg, rgba(5, 11, 20, 0.25) 0%, rgba(5, 11, 20, 0.65) 60%, rgba(5, 11, 20, 0.85) 100%),
    linear-gradient(90deg, transparent 50%, rgba(15, 31, 54, 0.55) 100%);
}
.lp-brand-block {
  position: absolute;
  left: clamp(1.1rem, 3vw, 2rem);
  right: clamp(1.1rem, 3vw, 2rem);
  bottom: clamp(1.25rem, 3vw, 2rem);
  z-index: 2;
  color: #fff;
}
.lp-logo {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  margin-bottom: 0.85rem;
}
.lp-brand-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0 0 0.35rem;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
.lp-brand-name span {
  color: var(--gold-300);
}
.lp-brand-tag {
  margin: 0 0 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}
.lp-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  max-width: 100%;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(201, 168, 76, 0.45);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.35;
  backdrop-filter: blur(10px);
}
.lp-trust-pill svg {
  flex-shrink: 0;
  color: var(--gold-400);
}

.lp-curve {
  display: none;
}
@media (min-width: 960px) {
  .lp-curve {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(51.2% - 28px);
    width: 56px;
    z-index: 3;
    pointer-events: none;
    background:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 800' preserveAspectRatio='none'%3E%3Cpath d='M56 0C28 120 0 240 0 400s28 280 56 400V0z' fill='%23ffffff'/%3E%3Cpath d='M56 0C30 120 4 240 4 400s26 280 52 400' fill='none' stroke='%23c9a84c' stroke-width='3'/%3E%3C/svg%3E")
      center / 100% 100% no-repeat;
  }
  [data-theme='dark'] .lp-curve {
    background:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 800' preserveAspectRatio='none'%3E%3Cpath d='M56 0C28 120 0 240 0 400s28 280 56 400V0z' fill='%230f1f36'/%3E%3Cpath d='M56 0C30 120 4 240 4 400s26 280 52 400' fill='none' stroke='%23e6d3a3' stroke-width='3'/%3E%3C/svg%3E")
      center / 100% 100% no-repeat;
  }
}

.lp-panel {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding: clamp(1.35rem, 3.5vw, 2.35rem);
  background:
    radial-gradient(ellipse 80% 60% at 90% 15%, rgba(201, 168, 76, 0.12), transparent 55%),
    linear-gradient(165deg, #ffffff 0%, #f5f7fb 100%);
}
[data-theme='dark'] .lp-panel {
  background:
    radial-gradient(ellipse 80% 60% at 90% 15%, rgba(201, 168, 76, 0.12), transparent 55%),
    linear-gradient(165deg, #0f1f36 0%, #0a1628 100%);
}
.lp-h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.55rem, 3.4vw, 2.2rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #0f172a;
  margin: 0;
  text-transform: none;
}
.lp-h1 span {
  color: #a07830;
  display: inline;
}
[data-theme='dark'] .lp-h1 {
  color: #fff;
}
[data-theme='dark'] .lp-h1 span {
  color: var(--gold-300);
}
.lp-lead {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text-muted);
  max-width: 34rem;
}
.lp-lead strong {
  font-weight: 700;
}

.lp-values {
  list-style: none;
  margin: 0.15rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 420px) {
  .lp-values {
    grid-template-columns: 1fr;
  }
}
.lp-values li {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.55rem;
  row-gap: 0.1rem;
  align-items: start;
}
.lp-value-ico {
  grid-row: 1 / span 2;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #a07830;
  background: rgba(244, 232, 193, 0.55);
  border: 1px solid rgba(160, 120, 48, 0.28);
}
.lp-value-ico svg {
  width: 1.05rem;
  height: 1.05rem;
}
[data-theme='dark'] .lp-value-ico {
  color: var(--gold-300);
  background: rgba(201, 168, 76, 0.12);
  border-color: rgba(232, 197, 71, 0.28);
}
.lp-values strong {
  font-family: var(--font-display);
  font-size: 0.88rem;
  color: #0f172a;
  line-height: 1.25;
}
[data-theme='dark'] .lp-values strong {
  color: #fff;
}
.lp-values li > span:last-child {
  font-size: 0.78rem;
  line-height: 1.35;
  color: var(--text-dim);
}

.lp-cta-row {
  margin-top: 0.25rem;
}
.lp-signature {
  margin: 0.15rem 0 0;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  font-size: 0.95rem;
  color: #a07830;
  letter-spacing: 0.01em;
}
[data-theme='dark'] .lp-signature {
  color: var(--gold-300);
}

/* Clickable service bar */
.lp-services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  margin: 1rem clamp(0.75rem, 2vw, 1.25rem) 0;
}
@media (min-width: 640px) {
  .lp-services {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1100px) {
  .lp-services {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.6rem;
  }
}
.lp-svc {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.09);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.lp-svc:hover,
.lp-svc:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(160, 120, 48, 0.5);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.09);
  outline: none;
}
.lp-svc-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #eef1f6;
}
.lp-svc-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.lp-svc:hover .lp-svc-media img {
  transform: scale(1.05);
}
.lp-svc-ico {
  position: absolute;
  left: 0.6rem;
  bottom: 0.6rem;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 11px;
  display: grid;
  place-items: center;
  color: #a07830;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(160, 120, 48, 0.3);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(6px);
}
.lp-svc-ico svg {
  width: 1.1rem;
  height: 1.1rem;
}
.lp-svc strong {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.01em;
  line-height: 1.25;
  padding: 0.75rem 0.95rem 0;
}
.lp-svc-sub {
  font-size: 0.78rem;
  line-height: 1.35;
  color: var(--text-dim);
  padding: 0.15rem 0.95rem 0.9rem;
}
[data-theme='dark'] .lp-svc {
  background: var(--navy-800);
  border-color: rgba(232, 197, 71, 0.16);
}
[data-theme='dark'] .lp-svc strong {
  color: #fff;
}
[data-theme='dark'] .lp-svc-ico {
  color: var(--gold-300);
  background: rgba(201, 168, 76, 0.1);
  border-color: rgba(232, 197, 71, 0.28);
}

/* Pillar strip */
.lp-pillars {
  list-style: none;
  margin: 0.85rem clamp(0.75rem, 2vw, 1.25rem) 0.25rem;
  padding: 0.85rem 1rem;
  display: grid;
  gap: 0.65rem 1rem;
  grid-template-columns: 1fr 1fr;
  border-radius: 16px;
  background: linear-gradient(135deg, #14213d, #0f172a);
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(201, 168, 76, 0.28);
}
@media (min-width: 800px) {
  .lp-pillars {
    grid-template-columns: repeat(4, 1fr);
    padding: 0.95rem 1.25rem;
  }
}
.lp-pillars li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
.lp-pillars svg {
  width: 1.05rem;
  height: 1.05rem;
  flex-shrink: 0;
  color: var(--gold-400);
}

/* ── Employer (B2B) band — kept separate from client services ── */
.home-employer {
  padding: 1.5rem 0 0.5rem;
}
.home-employer-card {
  display: grid;
  gap: 1.1rem;
  align-items: center;
  padding: clamp(1.25rem, 3vw, 1.85rem);
  border-radius: 20px;
  background: linear-gradient(135deg, #14213d, #0f172a);
  border: 1px solid rgba(201, 168, 76, 0.3);
  color: #fff;
}
@media (min-width: 860px) {
  .home-employer-card {
    grid-template-columns: 1fr auto;
    gap: 2rem;
  }
}
.home-employer-card .eyebrow {
  color: var(--gold-300);
  background: rgba(201, 168, 76, 0.14);
  border-color: rgba(232, 197, 71, 0.38);
}
.home-employer-card .home-h2 {
  color: #fff;
  margin: 0.35rem 0 0.4rem;
}
.home-employer-card .home-sec-sub {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  max-width: 44rem;
}
.home-employer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.home-employer-actions .btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-color: transparent;
  color: #0f172a;
}
.home-employer-actions .btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
  background: transparent;
}
.home-employer-actions .btn-ghost:hover {
  border-color: var(--gold-300);
  color: var(--gold-300);
}

/* ── Reference template alignment refresh (sitewide, content-safe) ── */
body {
  background:
    radial-gradient(circle at top right, rgba(20, 33, 61, 0.08), transparent 42%),
    radial-gradient(circle at top left, rgba(201, 168, 76, 0.1), transparent 35%),
    var(--bg);
}

[data-theme='dark'] body {
  background:
    radial-gradient(circle at top right, rgba(60, 100, 170, 0.24), transparent 46%),
    radial-gradient(circle at top left, rgba(201, 168, 76, 0.12), transparent 38%),
    var(--bg);
}

.container {
  width: min(1180px, calc(100% - 2rem));
}

.site-header {
  padding: 0.8rem 0 0.45rem;
}
.header-inner {
  height: 58px;
  border-radius: 18px;
  padding-inline: 0.55rem;
  border-color: rgba(15, 23, 42, 0.09);
}

.card,
.glass.card {
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.page-hero {
  max-width: 960px;
  margin: 1.35rem auto 0;
  padding: clamp(1.6rem, 4vw, 2.4rem);
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9));
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}
[data-theme='dark'] .page-hero {
  border-color: rgba(232, 197, 71, 0.18);
  background: linear-gradient(130deg, rgba(9, 21, 38, 0.94), rgba(13, 29, 50, 0.9));
}

.page-hero p {
  font-size: 1.03rem;
}

.page-hero-banner {
  border-radius: 22px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.16);
}

.page-hero-banner img {
  height: clamp(220px, 30vw, 280px);
}

.page-hero-banner .banner-veil {
  background: linear-gradient(100deg, rgba(15, 23, 42, 0.82), rgba(15, 23, 42, 0.38));
}

body:not([data-page='home']) section {
  padding: clamp(2.2rem, 5vw, 3.4rem) 0;
}

body:not([data-page='home']) section .container > .glass.card:last-child,
body:not([data-page='home']) section .container > .card:last-child {
  margin-bottom: 0;
}

.form-control,
.quiz-option {
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.92);
}
[data-theme='dark'] .form-control,
[data-theme='dark'] .quiz-option {
  background: rgba(10, 22, 40, 0.55);
}

.site-footer {
  margin-top: 3rem;
}

@media (max-width: 800px) {
  .site-header {
    padding-top: 0.6rem;
  }
  .header-inner {
    height: 52px;
    border-radius: 14px;
  }
  .page-hero {
    margin-top: 1rem;
    padding: 1.35rem 1.1rem;
    border-radius: 16px;
    text-align: left;
  }
}
