/* ── RESET & VARIABLES ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg:          #141210;
  --bg2:         #1A1816;
  --bg3:         #211F1C;
  --bg4:         #2A2724;
  --border:      #2E2B28;
  --border-lt:   #3D3A36;
  --gold:        #C9A84C;
  --gold-lt:     #DBBF6A;
  --gold-dim:    #9A7E38;
  --gold-glow:   rgba(201,168,76,0.10);
  --text:        #F5F0E8;
  --text-muted:  #A09484;
  --text-dim:    #5C5550;
  --radius:      12px;
  --radius-lg:   20px;
  --font-heading: 'DM Serif Display', Georgia, serif;
  --font-body:    'Inter', system-ui, sans-serif;
  --transition:  all 0.2s ease;
  --shadow-gold: 0 0 24px rgba(201,168,76,0.12);
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* ── NAVIGATION ── */
#site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 0.3s, border-color 0.3s;
}
#site-nav.scrolled {
  background: rgba(20,18,16,0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom-color: var(--border);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem 2.5rem;
}
.nav-logo {
  display: flex; align-items: center; gap: 0.5rem;
  text-decoration: none;
}
.nav-logo-icon { height: 34px; width: auto; }
.nav-logo-text { display: flex; flex-direction: column; }
.nav-logo-name { color: var(--text); font-weight: 700; font-size: 15px; line-height: 1.2; }
.nav-logo-ai { color: var(--gold); }
.nav-logo-sub {
  color: var(--text-dim); font-size: 8px; letter-spacing: 2.5px;
  text-transform: uppercase; display: block; line-height: 1;
}
.nav-links { display: flex; gap: 2.25rem; }
.nav-links a {
  color: var(--text-muted); text-decoration: none; font-size: 13px;
  font-weight: 500; letter-spacing: 0.01em; transition: var(--transition);
}
.nav-links a:hover { color: var(--text); }
.nav-cta {
  background: var(--gold); color: #111; text-decoration: none;
  padding: 0.55rem 1.5rem; border-radius: 8px; font-size: 0.85rem;
  font-weight: 700; letter-spacing: -0.01em;
  transition: background 0.2s, transform 0.15s;
}
.nav-cta:hover { background: var(--gold-lt); transform: translateY(-1px); }

/* Hamburger */
.nav-hamburger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; background: none; border: none; padding: 4px;
}
.nav-hamburger span {
  display: block; width: 22px; height: 2px;
  background: var(--gold); border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu */
.nav-mobile {
  display: none; flex-direction: column; gap: 0.5rem;
  background: var(--bg2); padding: 1rem 2.5rem 1.5rem;
  border-bottom: 1px solid var(--border);
}
.nav-mobile.open { display: flex; }
.nav-mobile a {
  color: var(--text-muted); text-decoration: none; font-size: 14px;
  font-weight: 500; padding: 0.5rem 0; transition: var(--transition);
}
.nav-mobile a:hover { color: var(--text); }
.nav-mobile .nav-cta {
  display: block; text-align: center; margin-top: 0.5rem;
}

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center;
  padding: 9rem 1.5rem 5rem;
  position: relative; overflow: hidden;
}
#hero-canvas {
  position: absolute; inset: 0; width: 100%; height: 100%;
  pointer-events: none; z-index: 0;
  will-change: transform;
}
.hero-glow {
  position: absolute; top: 15%; left: 50%; transform: translateX(-50%);
  width: 800px; height: 800px;
  background: radial-gradient(ellipse at center, rgba(201,168,76,0.08) 0%, transparent 65%);
  pointer-events: none;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(201,168,76,0.08); border: 1px solid rgba(201,168,76,0.20);
  color: var(--gold-lt); border-radius: 100px; padding: 0.4rem 1.1rem;
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  margin-bottom: 2.5rem;
  position: relative; z-index: 1;
}
.hero-badge-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold-lt); animation: pulse 2s infinite;
}
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.4} }

h1 {
  font-family: var(--font-heading);
  font-size: clamp(2.6rem, 6.5vw, 5rem);
  font-weight: 400; letter-spacing: -0.02em; line-height: 1.08;
  max-width: 860px; margin-bottom: 1.75rem;
  position: relative; z-index: 1;
}
h1 em { font-style: italic; color: var(--gold-lt); }
.hero-sub {
  font-size: clamp(1rem, 2vw, 1.15rem); color: var(--text-muted);
  max-width: 580px; margin-bottom: 3rem; line-height: 1.8;
  position: relative; z-index: 1;
}
.hero-actions {
  display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center;
  position: relative; z-index: 1;
}
.btn-primary {
  background: var(--gold); color: #111;
  padding: 0.9rem 2.2rem; border-radius: 10px;
  font-size: 1rem; font-weight: 700; text-decoration: none;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 0 30px rgba(201,168,76,0.25);
}
.btn-primary:hover { background: var(--gold-lt); transform: translateY(-2px); box-shadow: 0 0 44px rgba(201,168,76,0.45); }
.btn-secondary {
  background: transparent; color: var(--text);
  padding: 0.9rem 2.2rem; border-radius: 10px;
  border: 1px solid var(--border-lt);
  font-size: 1rem; font-weight: 600; text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
}
.btn-secondary:hover { border-color: var(--gold); background: var(--gold-glow); }
.hero-scroll {
  position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%);
  color: var(--text-dim); font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase;
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
}
.hero-scroll-arrow {
  width: 18px; height: 18px;
  border-right: 1.5px solid var(--text-dim); border-bottom: 1.5px solid var(--text-dim);
  transform: rotate(45deg); animation: bounce 1.8s infinite;
}
@keyframes bounce { 0%,100%{transform:rotate(45deg) translateY(0)} 50%{transform:rotate(45deg) translateY(5px)} }

/* ── STATS BAR ── */
.stats-bar {
  background: var(--bg2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  padding: 2.5rem 1.5rem;
}
.stats-grid {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem;
  text-align: center;
}
.stat-item {
  position: relative;
  opacity: 0; transform: translateY(16px);
  transition: opacity 0.5s, transform 0.5s;
}
.stat-item.visible { opacity: 1; transform: translateY(0); }
.stat-item:not(:last-child)::after {
  content: ''; position: absolute; right: 0; top: 15%; bottom: 15%;
  width: 1px; background: var(--border);
}
.stat-value {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3rem); color: var(--gold); margin-bottom: 0.25rem;
}
.stat-label {
  font-size: 0.8rem; color: var(--text-muted); font-weight: 500; letter-spacing: 0.02em;
}

/* ── SECTIONS (shared) ── */
section { padding: 6.5rem 1.5rem; }
.container { max-width: 1100px; margin: 0 auto; }
.section-header { text-align: center; margin-bottom: 3.5rem; }
.section-label {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem;
}
.section-title {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 400;
  letter-spacing: -0.01em; line-height: 1.15; margin-bottom: 1rem;
}
.section-sub {
  color: var(--text-muted); max-width: 560px;
  font-size: 1.02rem; line-height: 1.75; margin-bottom: 3.5rem;
}
.section-header .section-sub { margin: 0 auto; }

/* ── SERVICES ── */
#services { background: var(--bg2); }
.services-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}
.service-card {
  background: var(--bg3); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 2.25rem;
  transition: transform 0.25s, box-shadow 0.3s, border-color 0.2s;
  position: relative; overflow: hidden;
  cursor: pointer;
}
.service-card::before {
  content: ''; position: absolute; inset: -1px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--gold-dim), var(--gold-lt), var(--gold-dim));
  opacity: 0; transition: opacity 0.3s;
  z-index: 0;
}
.service-card::after {
  content: ''; position: absolute; inset: 1px;
  border-radius: calc(var(--radius-lg) - 1px);
  background: var(--bg3);
  z-index: 0;
}
.service-card > * { position: relative; z-index: 1; }
.service-card:hover {
  transform: translateY(-5px);
  border-color: var(--gold-dim);
  box-shadow: var(--shadow-gold);
}
.service-card:hover::before { opacity: 1; }

.service-icon {
  width: 52px; height: 52px; border-radius: 12px;
  background: rgba(201,168,76,0.08); border: 1px solid rgba(201,168,76,0.18);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.5rem;
}
.service-icon svg { width: 24px; height: 24px; stroke: var(--gold); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.service-name {
  font-family: var(--font-heading);
  font-size: 1.2rem; font-weight: 400; margin-bottom: 0.75rem;
}
.service-desc { color: var(--text-muted); font-size: 0.9rem; line-height: 1.7; }
.service-cta {
  display: inline-flex; align-items: center; gap: 0.4rem;
  margin-top: 1.5rem; font-size: 0.85rem; font-weight: 600;
  color: var(--gold); transition: color 0.2s, gap 0.2s; cursor: pointer;
}
.service-cta:hover { color: var(--gold-lt); gap: 0.65rem; }

/* ── MODAL ── */
.modal-overlay {
  display: none; position: fixed; inset: 0; z-index: 200;
  background: rgba(0,0,0,0.80); backdrop-filter: blur(8px);
  align-items: center; justify-content: center; padding: 1.5rem;
}
.modal-overlay.open { display: flex; }
.modal {
  background: var(--bg3); border: 1px solid rgba(201,168,76,0.25);
  border-radius: var(--radius-lg); padding: 2.75rem;
  max-width: 620px; width: 100%; position: relative;
  max-height: 90vh; overflow-y: auto;
  box-shadow: 0 32px 100px rgba(0,0,0,0.7);
}
.modal-close {
  position: absolute; top: 1.25rem; right: 1.25rem;
  background: var(--bg2); border: 1px solid var(--border);
  color: var(--text-muted); border-radius: 50%;
  width: 34px; height: 34px; display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: 1rem; transition: var(--transition);
}
.modal-close:hover { color: var(--text); border-color: var(--gold); }
.modal-icon {
  width: 56px; height: 56px; border-radius: 14px;
  background: rgba(201,168,76,0.08); border: 1px solid rgba(201,168,76,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; margin-bottom: 1.25rem;
}
.modal-title {
  font-family: var(--font-heading);
  font-size: 1.6rem; font-weight: 400; margin-bottom: 0.75rem;
}
.modal-desc { color: var(--text-muted); font-size: 0.95rem; line-height: 1.75; margin-bottom: 1.75rem; }
.modal-scope-title {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem;
}
.modal-features {
  list-style: none; display: flex; flex-direction: column; gap: 0.6rem;
  margin-bottom: 2rem;
}
.modal-features li {
  display: flex; align-items: flex-start; gap: 0.6rem;
  font-size: 0.9rem; color: var(--text-muted);
}
.modal-features li::before { content: '\2192'; color: var(--gold); font-weight: 700; flex-shrink: 0; }
.modal-btn {
  display: inline-block; background: var(--gold); color: #111;
  padding: 0.9rem 2rem; border-radius: 10px;
  font-size: 1rem; font-weight: 700; text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 0 24px rgba(201,168,76,0.20); width: 100%; text-align: center;
}
.modal-btn:hover { background: var(--gold-lt); transform: translateY(-1px); }

/* ── WHY KATALYST ── */
#why { background: var(--bg); }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; }
.why-card {
  background: var(--bg2); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 1.75rem 1.5rem;
  transition: border-color 0.25s;
  position: relative; overflow: hidden;
}
.why-card:hover { border-color: var(--gold-dim); }
.why-big-number {
  position: absolute; top: -10px; right: 12px;
  font-family: var(--font-heading);
  font-size: 120px; font-weight: 400; line-height: 1;
  color: rgba(201,168,76,0.05);
  pointer-events: none; user-select: none;
}
.why-label {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--gold-glow);
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em;
  color: var(--gold); margin-bottom: 0.75rem; text-transform: uppercase;
}
.why-title {
  font-family: var(--font-heading);
  font-size: 1.15rem; font-weight: 400; margin-bottom: 0.6rem;
  position: relative;
}
.why-desc { color: var(--text-muted); font-size: 0.875rem; line-height: 1.7; position: relative; }

/* ── HOW IT WORKS ── */
#how { background: var(--bg2); }
.steps { display: flex; flex-direction: column; gap: 0; max-width: 720px; }
.step { display: flex; gap: 2rem; padding-bottom: 3rem; position: relative; }
.step:not(:last-child)::after {
  content: ''; position: absolute;
  left: 19px; top: 44px; bottom: 0; width: 2px;
  background: var(--gold-dim);
}
.step-num {
  flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%;
  background: transparent; border: 2px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-heading);
  font-size: 1rem; color: var(--gold); z-index: 1;
}
.step-content {
  padding-top: 0.5rem;
  background: var(--bg3); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 1.5rem 1.75rem;
  flex: 1;
  transition: border-color 0.25s;
}
.step-content:hover { border-color: rgba(201,168,76,0.25); }
.step-title {
  font-family: var(--font-heading);
  font-size: 1.1rem; font-weight: 400; margin-bottom: 0.5rem;
}
.step-desc { color: var(--text-muted); font-size: 0.9rem; line-height: 1.7; }

/* ── ABOUT ── */
#about { background: var(--bg); }
.about-inner {
  max-width: 1100px; margin: 0 auto;
  display: flex; gap: 4rem; align-items: flex-start;
}
.about-avatar { flex: 0 0 220px; text-align: center; }
.about-avatar-ring {
  width: 140px; height: 140px; border-radius: 50%;
  border: 2px solid var(--gold); background: var(--bg2);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1rem;
}
.about-avatar-initial {
  font-family: var(--font-heading); font-size: 64px;
  color: var(--gold); line-height: 1;
}
.about-avatar-label { color: var(--text); font-weight: 700; font-size: 16px; }
.about-avatar-title { color: var(--text-muted); font-size: 13px; margin-top: 0.25rem; }
.about-avatar-location {
  color: var(--text-dim); font-size: 12px; margin-top: 0.5rem;
  display: flex; align-items: center; justify-content: center; gap: 4px;
}
.about-content .section-label { margin-bottom: 0.75rem; }
.about-bio {
  color: var(--text-muted); line-height: 1.75; margin-bottom: 1rem; font-size: 15px;
}
.about-content .btn-primary {
  margin-top: 1.5rem; display: inline-block;
}

/* ── RESULTS ── */
#results { background: var(--bg); }
.results-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem;
}
.result-card {
  background: var(--bg2); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 2rem; position: relative;
}
.result-badge {
  position: absolute; top: 1rem; right: 1rem;
  background: var(--gold-glow); border: 1px solid var(--gold-dim);
  color: var(--gold); font-size: 10px; letter-spacing: 1px;
  text-transform: uppercase; padding: 4px 10px; border-radius: 20px;
}
.result-quote-mark {
  font-family: var(--font-heading); font-size: 64px;
  color: var(--gold); line-height: 0.5; margin-bottom: 1rem; display: block;
}
.result-quote {
  color: var(--text); font-size: 14px; line-height: 1.7;
  margin-bottom: 1.5rem; font-style: italic;
}
.result-author { display: flex; align-items: center; gap: 0.75rem; }
.result-author-avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--bg4); border: 1px solid var(--border-lt);
  color: var(--text-muted); font-size: 11px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.result-author-name { color: var(--text-muted); font-size: 12px; font-weight: 600; }
.result-author-detail { color: var(--text-dim); font-size: 11px; }

/* ── SOCIAL ── */
#social { background: var(--bg); }
.social-grid { display: flex; flex-wrap: wrap; gap: 1rem; }
.social-link {
  display: flex; align-items: center; gap: 0.65rem;
  background: var(--bg2); border: 1px solid var(--border);
  border-radius: 10px; padding: 0.8rem 1.35rem;
  color: var(--text-muted); text-decoration: none; font-size: 0.9rem; font-weight: 500;
  transition: border-color 0.2s, color 0.2s;
}
.social-link:hover { border-color: var(--gold); color: var(--text); }
.social-icon { display: flex; align-items: center; }
.social-note { margin-top: 1.5rem; font-size: 0.8rem; color: var(--text-dim); }

/* ── CONTACT ── */
#contact { background: var(--bg2); }
.contact-split {
  display: grid; grid-template-columns: 1fr 1fr; gap: 3rem;
  align-items: center; max-width: 960px; margin: 0 auto;
}
.contact-left .section-label { margin-bottom: 0.75rem; }
.contact-left-title {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: 400; line-height: 1.2; margin-bottom: 1rem;
}
.contact-left-sub {
  color: var(--text-muted); font-size: 1rem; line-height: 1.75; margin-bottom: 0;
}
.contact-card {
  background: var(--bg3); border: 1px solid rgba(201,168,76,0.18);
  border-radius: var(--radius-lg); padding: 2.75rem;
  text-align: center;
  position: relative; overflow: hidden;
}
.contact-glow {
  position: absolute; top: -60px; left: 50%; transform: translateX(-50%);
  width: 400px; height: 200px;
  background: radial-gradient(ellipse, rgba(201,168,76,0.10), transparent 70%);
  pointer-events: none;
}
.contact-title {
  font-family: var(--font-heading);
  font-size: 1.5rem; font-weight: 400; margin-bottom: 0.75rem;
  position: relative;
}
.contact-sub {
  color: var(--text-muted); margin-bottom: 1.75rem; font-size: 0.95rem; line-height: 1.7;
  position: relative;
}
.contact-book-btn {
  width: 100%; text-align: center; display: block;
  padding: 16px 24px; font-size: 16px;
  position: relative;
}
.contact-divider {
  display: flex; align-items: center; gap: 1rem;
  color: var(--text-dim); font-size: 12px; margin: 1.5rem 0;
  position: relative;
}
.contact-divider::before,
.contact-divider::after {
  content: ''; flex: 1; border-top: 1px solid var(--border);
}
.contact-items {
  display: flex; flex-direction: column; gap: 0.75rem;
  position: relative;
}
.contact-item {
  display: flex; align-items: center; gap: 0.5rem; justify-content: center;
  background: rgba(201,168,76,0.06); border: 1px solid rgba(201,168,76,0.15);
  border-radius: 8px; padding: 0.7rem 1.1rem;
  font-size: 0.9rem; color: var(--text); text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}
.contact-item:hover { background: rgba(201,168,76,0.12); border-color: rgba(201,168,76,0.3); }
.contact-item svg { flex-shrink: 0; }

.contact-card { overflow: visible; }
.contact-split { align-items: start; }
.booking-embed {
  position: relative;
  width: 100%;
  min-height: 680px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.booking-embed iframe {
  width: 100%;
  min-height: 680px;
  border: 0;
  display: block;
  background: #fff;
}
@media (max-width: 800px) {
  .booking-embed, .booking-embed iframe { min-height: 760px; }
}

/* ── FOOTER ── */
footer {
  background: var(--bg); border-top: 1px solid var(--border);
}
.footer-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 2fr; gap: 4rem;
  padding: 4rem 1.5rem 2rem;
}
.footer-logo {
  display: flex; align-items: center; gap: 0.5rem;
  text-decoration: none;
}
.footer-logo-icon { height: 44px; width: auto; }
.footer-logo-text { display: flex; flex-direction: column; }
.footer-logo-text > span:first-child {
  font-weight: 700; font-size: 15px; color: var(--text);
}
.footer-logo-ai { color: var(--gold); }
.footer-logo-sub {
  color: var(--text-dim); font-size: 8px; letter-spacing: 2.5px;
  text-transform: uppercase; line-height: 1;
}
.footer-tagline {
  color: var(--text-dim); font-size: 13px; line-height: 1.6;
  margin-top: 1rem; max-width: 240px;
}
.footer-links { display: flex; gap: 3rem; }
.footer-col { display: flex; flex-direction: column; }
.footer-col-title {
  color: var(--text-muted); font-size: 11px; letter-spacing: 1.5px;
  text-transform: uppercase; margin-bottom: 0.75rem; font-weight: 600;
}
.footer-col a {
  color: var(--text-dim); font-size: 13px; display: block;
  margin-bottom: 0.5rem; text-decoration: none;
  transition: color 0.2s;
}
.footer-col a:hover { color: var(--text-muted); }
.footer-bottom {
  border-top: 1px solid var(--border); padding: 1.5rem;
  display: flex; justify-content: space-between;
  color: var(--text-dim); font-size: 12px;
  max-width: 1100px; margin: 0 auto;
}

/* ── DIVIDER ── */
.divider { height: 1px; background: linear-gradient(90deg, transparent, var(--border), transparent); margin: 0; }

/* ── UTILITIES ── */
.text-center { text-align: center; }

/* ── SKIP LINK ── */
.skip-link {
  position: fixed;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: #111;
  padding: 0.75rem 1.5rem;
  border-radius: 0 0 8px 8px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  z-index: 10000;
  transition: top 0.2s ease;
}
.skip-link:focus { top: 0; }

/* ── FOCUS VISIBLE ── */
:focus { outline: none; }
:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

/* ── BUTTON ACTIVE STATES ── */
.btn-primary:active { transform: scale(0.97); box-shadow: 0 0 20px rgba(201,168,76,0.15); }
.btn-secondary:active { transform: scale(0.97); }
.nav-cta:active { transform: scale(0.97); }
.service-card:active { transform: translateY(-2px) scale(0.98); }
.modal-btn:active { transform: scale(0.97); }

/* ── LOADER ── */
.loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader-logo {
  width: 64px;
  height: 64px;
  opacity: 0;
  animation: loaderFadeIn 0.3s ease forwards;
}
@keyframes loaderFadeIn { to { opacity: 1; } }
.loader.fade-out {
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
body.fonts-loaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* ── SCROLL SPINE ── */
#main-content { position: relative; }
.scroll-spine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  overflow: visible;
}
#spine-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.spine-line {
  fill: none;
  stroke: var(--gold-dim);
  stroke-width: 1.5;
  stroke-linecap: round;
  will-change: stroke-dashoffset;
}
.branch-line {
  fill: none;
  stroke: var(--gold);
  stroke-width: 1;
  stroke-linecap: round;
  opacity: 0;
  transition: opacity 0.3s ease, stroke-dashoffset 0.4s ease;
}
.branch-line.active { opacity: 1; }
.spine-node {
  fill: var(--gold);
  opacity: 0;
  transition: opacity 0.4s ease, filter 0.4s ease;
  filter: drop-shadow(0 0 0px rgba(201,168,76,0));
}
.spine-node.active {
  opacity: 1;
  filter: drop-shadow(0 0 8px rgba(201,168,76,0.4));
}

/* ── SECTION REVEALS ── */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}
/* Stagger delays */
.services-grid .reveal:nth-child(2) { transition-delay: 0.1s; }
.services-grid .reveal:nth-child(3) { transition-delay: 0.2s; }
.services-grid .reveal:nth-child(4) { transition-delay: 0.3s; }
.services-grid .reveal:nth-child(5) { transition-delay: 0.4s; }
.services-grid .reveal:nth-child(6) { transition-delay: 0.5s; }
.services-grid .reveal:nth-child(7) { transition-delay: 0.6s; }
.services-grid .reveal:nth-child(8) { transition-delay: 0.7s; }
.why-grid .reveal:nth-child(2) { transition-delay: 0.1s; }
.why-grid .reveal:nth-child(3) { transition-delay: 0.2s; }
.why-grid .reveal:nth-child(4) { transition-delay: 0.3s; }
.steps .reveal:nth-child(2) { transition-delay: 0.1s; }
.steps .reveal:nth-child(3) { transition-delay: 0.2s; }
.steps .reveal:nth-child(4) { transition-delay: 0.3s; }
.steps .reveal:nth-child(5) { transition-delay: 0.4s; }
.results-grid .reveal:nth-child(2) { transition-delay: 0.1s; }
.results-grid .reveal:nth-child(3) { transition-delay: 0.2s; }
.social-grid .reveal:nth-child(2) { transition-delay: 0.1s; }
.social-grid .reveal:nth-child(3) { transition-delay: 0.2s; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .stat-item:nth-child(2)::after { display: none; }
  .contact-split { grid-template-columns: 1fr; gap: 2rem; text-align: center; }
  .contact-left-sub { margin-bottom: 0; }
  .results-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 768px) {
  .nav-inner { padding: 0.9rem 1.25rem; }
  .nav-links { display: none; }
  .nav-inner > .nav-cta { display: none; }
  .nav-hamburger { display: flex; }
  .nav-mobile { padding: 1rem 1.25rem 1.5rem; }
  section { padding: 4.5rem 1.25rem; }
  .hero { padding: 7rem 1.25rem 4rem; }
  .modal { padding: 1.75rem; }
  .why-big-number { font-size: 80px; }
  .step { gap: 1.25rem; }
  .step-content { padding: 1.15rem 1.25rem; }
  .about-inner { flex-direction: column; gap: 2rem; }
  .about-avatar { flex: none; width: 100%; }
  .footer-links { flex-direction: column; gap: 2rem; }
  .scroll-spine { display: none; }
}

@media (max-width: 480px) {
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .stat-item::after { display: none; }
  .contact-card { padding: 2rem 1.25rem; }
}
