/* ═══════════════════════════════════════════════
   REXAPARTNERS V2 — PREMIUM ADVISORY THEME
   ═══════════════════════════════════════════════ */

/* ── VARIABLES ── */
:root {
  --ink:    #0C0F1A;
  --stone:  #161B2E;
  --deep:   #1E2540;
  --gold:   #B8935A;
  --gold2:  #D4AE7A;
  --gold3:  #EDD9B0;
  --white:  #FFFFFF;
  --off:    #F5F3EF;
  --slate:  #8892A4;
  --muted:  #5A6278;
  --border: rgba(184,147,90,0.16);
  --border2: rgba(255,255,255,0.07);
  --advisory: #3B6FD4;
  --advisory-bg: rgba(59,111,212,0.1);
  --trade:   #B8935A;
  --trade-bg: rgba(184,147,90,0.1);
  --r: 6px;
  --transition: 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  --shadow: 0 20px 60px rgba(0,0,0,0.35);
  --container: 1240px;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'DM Sans', system-ui, sans-serif;
  background: var(--ink);
  color: var(--white);
  overflow-x: hidden;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5 {
  font-family: 'Fraunces', Georgia, serif;
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 600;
}
a { color: var(--gold2); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--gold3); }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; }

/* ── UTILITY ── */
.container { max-width: var(--container); margin: 0 auto; padding: 0 5%; }
.hidden { display: none !important; }

/* Skip link */
.skip-link { position: absolute; top: -40px; left: 0; background: var(--gold); color: var(--ink); padding: 8px 18px; z-index: 100000; border-radius: 0 0 var(--r) 0; font-weight: 600; font-size: 14px; }
.skip-link:focus { top: 0; }

/* ── REVEAL ANIMATION ── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.75s ease, transform 0.75s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ── EYEBROW / LABEL ── */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'DM Sans', sans-serif; font-size: 11px;
  font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 14px;
}
.eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--gold); flex-shrink: 0; }

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'DM Sans', sans-serif; font-weight: 600;
  font-size: 14px; letter-spacing: 0.2px;
  border-radius: var(--r); border: none; cursor: pointer;
  transition: all var(--transition); text-decoration: none;
  padding: 12px 26px; white-space: nowrap;
}
.btn-primary { background: var(--gold); color: var(--ink); }
.btn-primary:hover { background: var(--gold2); color: var(--ink); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(184,147,90,0.35); }
.btn-outline { background: transparent; color: var(--white); border: 1px solid rgba(255,255,255,0.22); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold2); }
.btn-ghost { background: transparent; color: var(--slate); border: 1px solid rgba(255,255,255,0.1); }
.btn-ghost:hover { color: var(--white); border-color: rgba(255,255,255,0.25); }
.btn-wa { background: #25D366; color: #fff; }
.btn-wa:hover { background: #1ebe5d; color: #fff; transform: translateY(-1px); }
.btn-sm { padding: 9px 20px; font-size: 13px; }
.btn-lg { padding: 15px 32px; font-size: 15px; }

/* Track badges */
.track-badge {
  display: inline-flex; align-items: center;
  padding: 3px 10px; border-radius: 20px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.4px;
}
.track-advisory { color: var(--advisory); background: var(--advisory-bg); }
.track-trade { color: var(--gold); background: var(--trade-bg); }

/* ═══════════════════ HEADER ═══════════════════ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  background: rgba(12, 15, 26, 0.92);
  backdrop-filter: blur(24px) saturate(1.4);
  border-bottom: 1px solid var(--border2);
  transition: box-shadow var(--transition), background var(--transition);
}
.site-header.scrolled {
  background: rgba(12, 15, 26, 0.98);
  box-shadow: 0 4px 32px rgba(0,0,0,0.5);
}
.header-inner {
  max-width: var(--container); margin: 0 auto; padding: 0 5%;
  height: 68px; display: flex; align-items: center; gap: 32px;
}

/* Logo */
.site-logo { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.logo-lockup { display: flex; align-items: center; gap: 10px; }
.logo-hex {
  width: 34px; height: 34px; flex-shrink: 0;
  background: var(--gold);
  clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Fraunces', serif; font-weight: 700; font-size: 15px; color: var(--ink);
}
.logo-wordmark { font-family: 'DM Sans', sans-serif; font-size: 17px; font-weight: 600; }
.lw-main { color: var(--white); }
.lw-accent { color: var(--gold); }

/* Nav */
.primary-nav { flex: 1; }
.primary-nav ul { display: flex; align-items: center; gap: 4px; list-style: none; justify-content: center; }
.primary-nav a {
  display: block; padding: 6px 12px;
  font-size: 13.5px; font-weight: 500; color: rgba(255,255,255,0.65);
  border-radius: var(--r); transition: all var(--transition);
}
.primary-nav a:hover, .primary-nav .current-menu-item > a { color: var(--white); background: rgba(255,255,255,0.07); }

/* Burger */
.nav-burger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; padding: 6px;
}
.nav-burger span { width: 22px; height: 1.5px; background: var(--white); border-radius: 2px; transition: all 0.3s; display: block; }

/* Header actions */
.header-actions { flex-shrink: 0; }

/* ═══════════════════ HERO ═══════════════════ */
.hero-section {
  min-height: 100vh; padding: 68px 0 0;
  position: relative; overflow: hidden;
  display: flex; align-items: center;
}
.hero-canvas {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 70% at 80% 50%, rgba(22,27,46,0.95) 0%, transparent 70%),
              radial-gradient(ellipse 50% 50% at 10% 90%, rgba(184,147,90,0.06) 0%, transparent 60%),
              linear-gradient(135deg, var(--ink) 0%, var(--stone) 100%);
}
.hero-grain {
  position: absolute; inset: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: 0.5;
}
.hero-inner {
  position: relative; z-index: 2;
  max-width: var(--container); margin: 0 auto; padding: 80px 5%;
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.hero-track-pills {
  display: flex; align-items: center; gap: 10px; margin-bottom: 28px; flex-wrap: wrap;
}
.track-pill {
  display: inline-flex; align-items: center;
  padding: 5px 14px; border-radius: 20px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.3px;
}
.pill-advisory { color: var(--advisory); background: var(--advisory-bg); border: 1px solid rgba(59,111,212,0.2); }
.pill-trade { color: var(--gold); background: var(--trade-bg); border: 1px solid var(--border); }
.track-divider { color: var(--muted); font-size: 16px; font-weight: 300; }
.hero-heading {
  font-size: clamp(32px, 4.2vw, 58px);
  font-weight: 600; line-height: 1.08;
  letter-spacing: -0.03em; margin-bottom: 22px;
  color: var(--white);
}
.hero-sub {
  font-size: clamp(15px, 1.5vw, 17px);
  color: rgba(255,255,255,0.6); line-height: 1.75;
  font-weight: 300; max-width: 520px; margin-bottom: 36px;
}
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 52px; }
.hero-stats {
  display: flex; gap: 0;
  border-top: 1px solid var(--border2); padding-top: 32px;
  flex-wrap: wrap;
}
.hero-stat {
  flex: 1; min-width: 100px;
  padding: 0 24px 0 0;
  border-right: 1px solid var(--border2);
}
.hero-stat:first-child { padding-left: 0; }
.hero-stat:last-child { border-right: none; }
.hero-stat strong {
  display: block; font-family: 'Fraunces', serif;
  font-size: 30px; font-weight: 600; color: var(--gold2); line-height: 1;
  margin-bottom: 4px;
}
.hero-stat span { font-size: 11.5px; color: var(--slate); text-transform: uppercase; letter-spacing: 0.6px; }
.hero-map { position: relative; height: 480px; display: flex; align-items: center; justify-content: center; }
#heroMap { display: block; max-width: 100%; opacity: 0.9; }

/* ═══════════════════ SECTIONS ═══════════════════ */
section { padding: 96px 0; }
.section-intro { text-align: center; max-width: 680px; margin: 0 auto 64px; }
.section-intro h2 { font-size: clamp(28px, 3.2vw, 44px); margin-bottom: 16px; }
.section-intro p { font-size: 16px; color: rgba(255,255,255,0.55); line-height: 1.75; font-weight: 300; }
.section-header {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 48px; gap: 24px; flex-wrap: wrap;
}
.section-header h2 { font-size: clamp(26px, 3vw, 40px); margin-bottom: 8px; }
.section-header p { font-size: 15px; color: rgba(255,255,255,0.5); font-weight: 300; max-width: 480px; }

/* ═══════════════════ DUAL TRACK ═══════════════════ */
.dual-track-section { background: var(--stone); }
.dual-track-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--border); }
.track-card {
  padding: 52px 48px; background: var(--ink);
  position: relative; overflow: hidden; transition: background var(--transition);
}
.track-card:hover { background: var(--stone); }
.track-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease;
}
.track-card-advisory::before { background: linear-gradient(90deg, var(--advisory), transparent); }
.track-card-trade::before { background: linear-gradient(90deg, var(--gold), transparent); }
.track-card:hover::before { transform: scaleX(1); }
.track-card-header { display: flex; align-items: flex-start; gap: 18px; margin-bottom: 20px; }
.track-icon {
  width: 48px; height: 48px; border-radius: 10px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.advisory-icon { background: var(--advisory-bg); color: var(--advisory); border: 1px solid rgba(59,111,212,0.2); }
.trade-icon { background: var(--trade-bg); color: var(--gold); border: 1px solid var(--border); }
.track-label { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.track-card h3 { font-size: 22px; font-weight: 600; line-height: 1.2; }
.track-card > p { font-size: 14.5px; color: rgba(255,255,255,0.55); line-height: 1.75; margin-bottom: 24px; font-weight: 300; }
.track-services { display: flex; flex-direction: column; gap: 8px; margin-bottom: 32px; }
.track-services li {
  display: flex; align-items: center; gap: 10px;
  font-size: 13.5px; color: rgba(255,255,255,0.7); font-weight: 400;
}
.track-services li::before { content: '→'; color: var(--gold); font-size: 12px; flex-shrink: 0; }
.track-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13.5px; font-weight: 600; color: var(--gold2);
  transition: gap var(--transition), color var(--transition);
}
.track-link:hover { gap: 12px; color: var(--gold3); }

/* ═══════════════════ REGIONS ═══════════════════ */
.regions-section { background: var(--ink); }
.regions-header {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 56px; gap: 24px; flex-wrap: wrap;
}
.regions-header h2 { font-size: clamp(26px, 3vw, 40px); margin-bottom: 10px; }
.regions-header p { font-size: 15px; color: rgba(255,255,255,0.5); font-weight: 300; max-width: 440px; }
.regions-tier-label {
  display: flex; align-items: center; gap: 16px;
  margin-bottom: 28px;
}
.regions-tier-label span { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); white-space: nowrap; }
.tier-line { flex: 1; height: 1px; background: var(--border); }
.core-regions-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(260px,1fr));
  gap: 12px; margin-bottom: 48px;
}
.core-region-item {
  display: flex; align-items: center; gap: 14px;
  padding: 16px 20px;
  background: var(--stone); border: 1px solid var(--border2);
  border-radius: var(--r); transition: all var(--transition);
}
.core-region-item:hover { border-color: var(--border); background: var(--deep); }
.region-flag { font-size: 24px; flex-shrink: 0; }
.region-info strong { display: block; font-family: 'DM Sans',sans-serif; font-weight: 600; font-size: 14px; margin-bottom: 2px; }
.region-info span { font-size: 12px; color: var(--slate); line-height: 1.4; }
.extended-regions { display: flex; flex-wrap: wrap; gap: 10px; }
.ext-region-chip {
  padding: 8px 18px; background: rgba(255,255,255,0.04);
  border: 1px solid var(--border2); border-radius: 24px;
  font-size: 13px; color: rgba(255,255,255,0.55); font-weight: 400;
}

/* ═══════════════════ INDUSTRIES ═══════════════════ */
.industries-section { background: var(--stone); }
.industries-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-bottom: 40px; }
.industry-item {
  padding: 32px 28px; background: var(--ink);
  border: 1px solid var(--border2); border-radius: var(--r);
  transition: all var(--transition); position: relative; overflow: hidden;
}
.industry-item::after { content:''; position:absolute; bottom:0; left:0; right:0; height:2px; background:linear-gradient(90deg,var(--gold),transparent); opacity:0; transition:opacity var(--transition); }
.industry-item:hover { border-color: var(--border); transform: translateY(-3px); }
.industry-item:hover::after { opacity: 1; }
.ind-icon { font-size: 28px; margin-bottom: 16px; }
.industry-item h3 { font-size: 16px; font-weight: 600; margin-bottom: 10px; font-family: 'DM Sans',sans-serif; }
.industry-item p { font-size: 13.5px; color: rgba(255,255,255,0.45); line-height: 1.65; font-weight: 300; }
.industries-cta { text-align: center; }

/* ═══════════════════ CASE STUDIES ═══════════════════ */
.cases-section { background: var(--ink); }
.cases-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 48px; gap: 24px; flex-wrap: wrap; }
.cases-header h2 { font-size: clamp(26px, 3vw, 40px); margin-bottom: 10px; }
.cases-header p { font-size: 15px; color: rgba(255,255,255,0.5); font-weight: 300; max-width: 440px; }
.cases-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.case-card {
  padding: 32px; background: var(--stone);
  border: 1px solid var(--border2); border-radius: var(--r);
  transition: all var(--transition); display: flex; flex-direction: column;
}
.case-card:hover { border-color: var(--border); transform: translateY(-3px); background: var(--deep); }
.case-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.case-region { font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--slate); }
.case-card h3 { font-size: 17px; font-weight: 600; line-height: 1.35; margin-bottom: 12px; font-family: 'DM Sans',sans-serif; }
.case-card h3 a { color: var(--white); }
.case-card h3 a:hover { color: var(--gold2); }
.case-card p { font-size: 13.5px; color: rgba(255,255,255,0.5); line-height: 1.65; font-weight: 300; flex: 1; margin-bottom: 20px; }
.case-read { font-size: 13px; font-weight: 600; color: var(--gold2); display: inline-flex; align-items: center; gap: 6px; transition: gap var(--transition); }
.case-read:hover { gap: 10px; color: var(--gold3); }

/* ═══════════════════ PROCESS ═══════════════════ */
.process-section { background: var(--stone); }
.process-tabs { background: var(--ink); border: 1px solid var(--border2); border-radius: var(--r); overflow: hidden; }
.process-tab-buttons { display: flex; border-bottom: 1px solid var(--border2); }
.tab-btn {
  flex: 1; padding: 16px 24px;
  font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 600;
  color: var(--slate); background: transparent; border: none; cursor: pointer;
  transition: all var(--transition); border-bottom: 2px solid transparent; margin-bottom: -1px;
}
.tab-btn:hover { color: var(--white); }
.tab-btn.active { color: var(--gold2); border-bottom-color: var(--gold); background: rgba(184,147,90,0.04); }
.process-steps { padding: 40px 48px; display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.process-step { padding: 0 28px 0 0; border-right: 1px solid var(--border2); }
.process-step:last-child { border-right: none; padding-right: 0; padding-left: 28px; }
.process-step:first-child { padding-left: 0; }
.step-num { font-family: 'Fraunces', serif; font-size: 36px; font-weight: 300; color: var(--border); line-height: 1; margin-bottom: 16px; }
.step-content h4 { font-size: 15px; font-weight: 700; margin-bottom: 8px; font-family: 'DM Sans', sans-serif; }
.step-content p { font-size: 13.5px; color: rgba(255,255,255,0.5); line-height: 1.65; font-weight: 300; }
.process-cta { text-align: center; margin-top: 36px; }

/* ═══════════════════ INSIGHTS ═══════════════════ */
.insights-section { background: var(--ink); }
.insights-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.insight-card {
  padding: 28px; background: var(--stone);
  border: 1px solid var(--border2); border-radius: var(--r);
  transition: all var(--transition);
}
.insight-card:hover { border-color: var(--border); transform: translateY(-3px); }
.insight-cat { display: inline-block; padding: 3px 10px; background: rgba(184,147,90,0.1); border-radius: 12px; font-size: 11px; font-weight: 600; color: var(--gold); letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 14px; }
.insight-card h3 { font-size: 16px; font-weight: 600; line-height: 1.35; margin-bottom: 10px; font-family: 'DM Sans', sans-serif; }
.insight-card h3 a { color: var(--white); }
.insight-card h3 a:hover { color: var(--gold2); }
.insight-card p { font-size: 13.5px; color: rgba(255,255,255,0.45); line-height: 1.65; font-weight: 300; margin-bottom: 18px; }
.insight-meta { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--muted); }

/* ═══════════════════ CTA SECTION ═══════════════════ */
.cta-section { background: var(--stone); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 48px; flex-wrap: wrap; }
.cta-text h2 { font-size: clamp(24px, 3vw, 38px); margin-bottom: 10px; }
.cta-text p { font-size: 15px; color: rgba(255,255,255,0.55); font-weight: 300; max-width: 440px; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; flex-shrink: 0; }

/* ═══════════════════ PAGE HERO ═══════════════════ */
.page-hero {
  padding: 136px 0 72px; position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--ink) 0%, var(--stone) 100%);
  border-bottom: 1px solid var(--border2);
}
.page-hero::before {
  content: ''; position: absolute; right: -5%; top: -20%;
  width: 50vw; height: 140%;
  background: radial-gradient(ellipse at center, rgba(22,27,46,0.8) 0%, transparent 70%);
}
.page-hero-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(184,147,90,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(184,147,90,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
}
.page-hero-inner { position: relative; z-index: 2; max-width: 800px; }
.page-title { font-size: clamp(30px, 4.5vw, 54px); font-weight: 600; letter-spacing: -0.03em; margin-bottom: 18px; }
.page-title .gold { color: var(--gold); }
.page-subtitle { font-size: 17px; color: rgba(255,255,255,0.55); line-height: 1.75; font-weight: 300; max-width: 600px; }

/* ═══════════════════ BREADCRUMB ═══════════════════ */
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--muted); margin-bottom: 16px; flex-wrap: wrap; }
.breadcrumb a { color: var(--muted); transition: color var(--transition); }
.breadcrumb a:hover { color: var(--gold2); }
.breadcrumb .bc-sep { opacity: 0.4; }

/* ═══════════════════ BLOG / INSIGHTS ═══════════════════ */
.insights-archive-section { background: var(--ink); }
.insights-layout { display: grid; grid-template-columns: 1fr 288px; gap: 48px; align-items: start; }
.cat-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 40px; }
.cat-btn { padding: 7px 16px; background: rgba(255,255,255,0.04); border: 1px solid var(--border2); border-radius: 20px; font-size: 13px; color: rgba(255,255,255,0.55); text-decoration: none; transition: all var(--transition); }
.cat-btn:hover, .cat-btn.active { background: rgba(184,147,90,0.1); border-color: var(--border); color: var(--gold2); }
.insights-archive-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.insight-archive-card {
  background: var(--stone); border: 1px solid var(--border2); border-radius: var(--r);
  overflow: hidden; transition: all var(--transition);
}
.insight-archive-card:hover { border-color: var(--border); transform: translateY(-3px); }
.iac-img { display: block; height: 180px; overflow: hidden; background: var(--deep); position: relative; }
.iac-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.iac-img:hover img { transform: scale(1.04); }
.iac-img-placeholder { display: flex; align-items: center; justify-content: center; font-size: 36px; }
.iac-cat { position: absolute; top: 12px; left: 12px; padding: 3px 9px; background: rgba(184,147,90,0.9); border-radius: 12px; font-size: 10.5px; font-weight: 700; color: var(--ink); letter-spacing: 0.5px; text-transform: uppercase; }
.iac-body { padding: 22px; }
.iac-meta { display: flex; gap: 8px; font-size: 12px; color: var(--muted); margin-bottom: 10px; }
.iac-title { font-size: 16px; font-weight: 600; line-height: 1.35; margin-bottom: 8px; font-family: 'DM Sans', sans-serif; }
.iac-title a { color: var(--white); }
.iac-title a:hover { color: var(--gold2); }
.iac-excerpt { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.6; font-weight: 300; }
.iac-read { display: inline-flex; align-items: center; gap: 5px; margin-top: 12px; font-size: 13px; font-weight: 600; color: var(--gold2); }

/* Blog pagination */
.blog-pagination { margin-top: 48px; }
.blog-pagination .page-numbers { display: inline-flex; gap: 8px; flex-wrap: wrap; list-style: none; }
.blog-pagination .page-numbers li a, .blog-pagination .page-numbers li span { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid var(--border2); border-radius: var(--r); color: rgba(255,255,255,0.6); font-size: 14px; transition: all var(--transition); }
.blog-pagination .page-numbers li .current, .blog-pagination .page-numbers li a:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }

/* ═══════════════════ SINGLE POST ═══════════════════ */
.single-section { background: var(--ink); }
.single-layout { display: grid; grid-template-columns: 1fr 288px; gap: 48px; align-items: start; }
.post-body { font-size: 16px; line-height: 1.85; color: rgba(255,255,255,0.75); }
.post-body h2 { font-size: 26px; margin: 44px 0 16px; color: var(--white); }
.post-body h3 { font-size: 20px; margin: 32px 0 12px; color: var(--white); }
.post-body p { margin-bottom: 20px; }
.post-body ul, .post-body ol { margin: 0 0 20px 20px; }
.post-body li { margin-bottom: 8px; }
.post-body blockquote { border-left: 3px solid var(--gold); padding: 14px 20px; margin: 28px 0; background: rgba(184,147,90,0.06); border-radius: 0 var(--r) var(--r) 0; font-style: italic; color: rgba(255,255,255,0.7); }
.post-body a { color: var(--gold2); }
.post-featured-img { border-radius: var(--r); overflow: hidden; margin-bottom: 40px; }
.post-featured-img img { width: 100%; height: 380px; object-fit: cover; }
.post-share { display: flex; align-items: center; gap: 10px; margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--border2); flex-wrap: wrap; }
.post-share span { font-size: 13px; color: var(--muted); }
.share-btn { padding: 6px 14px; border-radius: 20px; font-size: 12.5px; font-weight: 600; text-decoration: none; transition: all var(--transition); }
.share-li { background: rgba(10,102,194,0.12); border: 1px solid rgba(10,102,194,0.3); color: #4A8FE8; }
.share-wa { background: rgba(37,211,102,0.1); border: 1px solid rgba(37,211,102,0.3); color: #25D366; }

/* ═══════════════════ SIDEBAR ═══════════════════ */
.blog-sidebar { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 84px; }
.sidebar-widget { background: var(--stone); border: 1px solid var(--border2); border-radius: var(--r); padding: 24px; }
.widget-title { font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; padding-bottom: 12px; border-bottom: 1px solid var(--border2); }
.sidebar-cats { list-style: none; }
.sidebar-cats li { padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,0.04); font-size: 13.5px; }
.sidebar-cats li:last-child { border-bottom: none; }
.sidebar-cats a { color: rgba(255,255,255,0.6); transition: color var(--transition); }
.sidebar-cats a:hover { color: var(--gold2); }
.sidebar-recent { list-style: none; }
.sidebar-recent li { padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,0.04); }
.sidebar-recent li:last-child { border-bottom: none; }
.sidebar-recent a { font-size: 13.5px; color: rgba(255,255,255,0.6); display: block; line-height: 1.4; margin-bottom: 3px; }
.sidebar-recent a:hover { color: var(--gold2); }
.sidebar-recent span { font-size: 11.5px; color: var(--muted); }
.sidebar-cta { background: linear-gradient(135deg, var(--stone), var(--deep)); border-color: var(--border); }
.sidebar-cta h4 { font-family: 'DM Sans', sans-serif; font-size: 16px; font-weight: 700; margin-bottom: 10px; }
.sidebar-cta p { font-size: 13.5px; color: rgba(255,255,255,0.55); line-height: 1.6; margin-bottom: 16px; font-weight: 300; }
.search-form { display: flex; }
.search-form input[type=search] { flex: 1; padding: 10px 14px; background: rgba(255,255,255,0.05); border: 1px solid var(--border2); border-right: none; border-radius: var(--r) 0 0 var(--r); color: var(--white); font-size: 13.5px; font-family: 'DM Sans', sans-serif; outline: none; }
.search-form input[type=search]:focus { border-color: var(--gold); }
.search-form input[type=search]::placeholder { color: rgba(255,255,255,0.25); }
.search-form button { padding: 10px 14px; background: var(--gold); border: none; border-radius: 0 var(--r) var(--r) 0; cursor: pointer; color: var(--ink); font-weight: 700; font-size: 13px; }

/* ═══════════════════ DEFAULT PAGE ═══════════════════ */
.default-page-section { background: var(--ink); }
.page-content-wrap { max-width: 860px; margin: 0 auto; }
.page-content-body { font-size: 16px; line-height: 1.85; color: rgba(255,255,255,0.7); }
.page-content-body h2 { font-size: 26px; margin: 44px 0 16px; color: var(--white); }
.page-content-body h3 { font-size: 20px; margin: 32px 0 12px; }
.page-content-body p { margin-bottom: 18px; }
.page-content-body ul, .page-content-body ol { margin: 0 0 18px 20px; }
.page-content-body li { margin-bottom: 8px; }
.page-content-body strong { color: rgba(255,255,255,0.9); }

/* ═══════════════════ CONTACT CHANNELS ═══════════════════ */
.channel-cards { display: flex; flex-direction: column; gap: 10px; margin-top: 24px; }
.channel-card { display: flex; align-items: center; gap: 16px; padding: 16px 20px; border-radius: var(--r); text-decoration: none; transition: all var(--transition); border: 1px solid; }
.channel-card:hover { transform: translateY(-2px); }
.ch-wa-card { background: rgba(37,211,102,0.07); border-color: rgba(37,211,102,0.25); color: #25D366; }
.ch-tg-card { background: rgba(41,182,246,0.07); border-color: rgba(41,182,246,0.25); color: #29B6F6; }
.ch-wc-card { background: rgba(7,193,96,0.07); border-color: rgba(7,193,96,0.25); color: #07C160; cursor: default; }
.ch-ph-card { background: rgba(184,147,90,0.07); border-color: var(--border); color: var(--gold2); }
.ch-em-card { background: rgba(255,255,255,0.04); border-color: var(--border2); color: rgba(255,255,255,0.75); }
.ch-em-card:hover { border-color: var(--border); }
.ch-icon { font-size: 20px; flex-shrink: 0; }
.ch-text strong { display: block; font-weight: 600; font-size: 14.5px; margin-bottom: 2px; }
.ch-text span { font-size: 12.5px; opacity: 0.7; }
.contact-form-wrap { background: var(--stone); border: 1px solid var(--border2); border-radius: var(--r); padding: 40px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-label { font-size: 11.5px; color: var(--muted); letter-spacing: 0.5px; font-weight: 500; }
.form-input, .form-select, .form-textarea { padding: 12px 16px; background: rgba(255,255,255,0.05); border: 1px solid var(--border2); border-radius: var(--r); color: var(--white); font-family: 'DM Sans', sans-serif; font-size: 14px; outline: none; transition: border-color var(--transition); resize: none; }
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: var(--gold); background: rgba(184,147,90,0.04); }
.form-input::placeholder, .form-textarea::placeholder { color: rgba(255,255,255,0.22); }
.form-select option { background: var(--stone); }

/* ═══════════════════ FOOTER ═══════════════════ */
.site-footer { background: #080B14; border-top: 1px solid var(--border); }
.footer-inner { max-width: var(--container); margin: 0 auto; padding: 72px 5% 32px; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 60px; }
.footer-tagline { font-size: 13.5px; color: rgba(255,255,255,0.38); line-height: 1.65; margin: 16px 0 22px; font-weight: 300; max-width: 240px; }
.footer-channels { display: flex; flex-direction: column; gap: 8px; }
.channel-link { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border-radius: var(--r); font-size: 12.5px; font-weight: 500; text-decoration: none; transition: all var(--transition); border: 1px solid; }
.ch-wa { color: #25D366; border-color: rgba(37,211,102,0.2); background: rgba(37,211,102,0.06); }
.ch-wa:hover { background: rgba(37,211,102,0.12); }
.ch-tg { color: #29B6F6; border-color: rgba(41,182,246,0.2); background: rgba(41,182,246,0.06); }
.ch-tg:hover { background: rgba(41,182,246,0.12); }
.ch-email { color: rgba(255,255,255,0.6); border-color: var(--border2); background: rgba(255,255,255,0.04); }
.ch-email:hover { border-color: var(--border); color: var(--white); }
.footer-col h4 { font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 9px; }
.footer-col a { font-size: 13.5px; color: rgba(255,255,255,0.4); transition: color var(--transition); }
.footer-col a:hover { color: var(--gold2); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.06); font-size: 12.5px; color: rgba(255,255,255,0.25); flex-wrap: wrap; gap: 12px; }
.footer-meta-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-meta-links a { color: rgba(255,255,255,0.25); transition: color var(--transition); }
.footer-meta-links a:hover { color: var(--gold2); }

/* ═══════════════════ FAQ SECTION ═══════════════════ */
.faq-section { background: var(--stone); }
.faq-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 2px; background: var(--border2); margin-top: 0; }
.faq-item {
  padding: 32px 36px; background: var(--ink);
  transition: background var(--transition);
}
.faq-item:hover { background: var(--deep); }
.faq-item h3 {
  font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 600;
  margin-bottom: 12px; color: var(--white); line-height: 1.35;
}
.faq-item p {
  font-size: 14px; color: rgba(255,255,255,0.52);
  line-height: 1.72; font-weight: 300;
}
@media (max-width: 768px) { .faq-grid { grid-template-columns: 1fr; } }

/* ═══════════════════ 404 ═══════════════════ */
.error-section { min-height: 70vh; display: flex; align-items: center; justify-content: center; text-align: center; }
.error-code { font-family: 'Fraunces', serif; font-size: 120px; font-weight: 300; color: var(--gold); line-height: 1; margin-bottom: 16px; }
.error-section h2 { font-size: 28px; margin-bottom: 14px; }
.error-section p { font-size: 16px; color: rgba(255,255,255,0.5); max-width: 440px; margin: 0 auto 36px; font-weight: 300; }

/* ═══════════════════ RESPONSIVE ═══════════════════ */
@media (max-width: 1100px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-map { display: none; }
  .dual-track-grid { grid-template-columns: 1fr; gap: 1px; }
  .industries-grid { grid-template-columns: repeat(2,1fr); }
  .insights-grid, .cases-grid { grid-template-columns: repeat(2,1fr); }
  .process-steps { grid-template-columns: repeat(2,1fr); }
  .process-step { border-right: none; border-bottom: 1px solid var(--border2); padding: 0 0 28px 0; margin-bottom: 28px; }
  .process-step:last-child, .process-step:nth-last-child(2) { border-bottom: none; margin-bottom: 0; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .insights-layout, .single-layout { grid-template-columns: 1fr; }
  .blog-sidebar { position: static; }
  .core-regions-grid { grid-template-columns: repeat(2,1fr); }
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .primary-nav { display: none; position: fixed; top: 68px; left: 0; right: 0; background: rgba(8,11,20,0.98); padding: 20px 0; border-bottom: 1px solid var(--border2); z-index: 899; }
  .primary-nav.open { display: block; }
  .primary-nav ul { flex-direction: column; gap: 0; }
  .primary-nav a { padding: 13px 24px; border-radius: 0; font-size: 15px; }
  .nav-burger { display: flex; }
  .header-actions { display: none; }
  section { padding: 68px 0; }
  .industries-grid, .insights-grid, .cases-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .cta-inner { flex-direction: column; }
  .hero-stats { gap: 0; }
  .hero-stat { min-width: 50%; padding: 12px 0; border-right: none; border-bottom: 1px solid var(--border2); }
  .hero-stat:last-child { border-bottom: none; }
  .insights-archive-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .dual-track-grid { gap: 0; }
  .track-card { padding: 36px 28px; }
  .hero-heading { font-size: 30px; }
}
