/* ============================================================
   JUEZHOU — Premium Agency Stylesheet
   Aesthetic: Luxury Boutique × Financial Precision
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=DM+Sans:wght@300;400;500;600&family=Noto+Serif+SC:wght@400;600;700&family=Noto+Sans+SC:wght@300;400;500&display=swap');

/* ── Variables ── */
:root {
  --cream:     #FAF8F3;
  --cream-alt: #F2EDE4;
  --cream-dk:  #E8E0D2;
  --ink:       #0F0F0D;
  --ink-70:    #3B3B38;
  --ink-40:    #7C7C78;
  --ink-20:    #C2BFB8;
  --gold:      #A8832A;
  --gold-lt:   #C9A84C;
  --gold-pale: rgba(168,131,42,.12);
  --white:     #FFFFFF;
  --border:    #DFD8CC;

  /* Hero dark palette */
  --hero-bg:   #0C0B09;
  --hero-txt:  #FAF8F3;
  --hero-dim:  rgba(250,248,243,.50);
  --hero-gold: #C9A84C;

  /* Type */
  --display: 'Cormorant Garamond', 'Noto Serif SC', Georgia, serif;
  --sans:    'DM Sans', 'Noto Sans SC', system-ui, sans-serif;
  --serif-zh:'Noto Serif SC', 'Cormorant Garamond', Georgia, serif;

  /* Layout */
  --max-w:   1200px;
  --nav-h:   72px;
  --radius:  2px;

  /* Shadows — warm-tinted */
  --shadow-sm: 0 1px 4px rgba(15,15,13,.05);
  --shadow:    0 6px 32px rgba(15,15,13,.09);
  --shadow-lg: 0 16px 64px rgba(15,15,13,.13);

  /* Aliases for legacy inline styles in HTML */
  --bg-card:   #F5F1EA;
  --bg-alt:    #F2EDE4;
  --text:      #0F0F0D;
  --text-lt:   #7C7C78;
  --text-md:   #3B3B38;
  --accent:    #A8832A;
  --primary:   #A8832A;
  --radius-sm: 2px;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body {
  font-family: var(--sans);
  background: var(--cream);
  color: var(--ink);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
ul { list-style: none; }

/* ── Grain overlay ── */
body::after {
  content: '';
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23g)' opacity='1'/%3E%3C/svg%3E");
  opacity: .028;
  pointer-events: none;
  z-index: 9999;
}

/* ── Bilingual toggle ── */
[data-lang="zh"] .en { display: none !important; }
[data-lang="en"] .zh { display: none !important; }

/* ── Layout ── */
.container  { max-width: var(--max-w); margin: 0 auto; padding: 0 40px; }
.section    { padding: 100px 0; }
.section-sm { padding: 64px 0; }

/* ── Scroll reveal ── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s cubic-bezier(.22,.61,.36,1),
              transform .75s cubic-bezier(.22,.61,.36,1);
}
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .4s; }

/* ── Gold rule motif ── */
.gold-rule {
  display: block; width: 40px; height: 1px;
  background: var(--gold); margin-bottom: 20px;
}
.gold-rule-center { margin-left: auto; margin-right: auto; }

/* ── Section headers ── */
.section-label {
  font-family: var(--sans);
  font-size: 11px; font-weight: 500; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--gold);
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.section-label::before {
  content: ''; display: inline-block;
  width: 24px; height: 1px; background: var(--gold);
}
.section-title {
  font-family: var(--display);
  font-size: clamp(28px, 4.5vw, 48px);
  font-weight: 600; line-height: 1.15;
  letter-spacing: -.5px; color: var(--ink);
  margin-bottom: 16px;
}
.section-title em { font-style: italic; color: var(--gold); }
.section-subtitle {
  font-size: 16px; color: var(--ink-40);
  max-width: 520px; line-height: 1.85;
  font-weight: 300;
}
.center { text-align: center; }
.center .section-label { justify-content: center; }
.center .section-label::before { display: none; }
.center .section-subtitle { margin: 0 auto; }

/* ── Typography ── */
h1 {
  font-family: var(--display);
  font-weight: 600; line-height: 1.08; letter-spacing: -1.5px;
}
h2 {
  font-family: var(--display);
  font-weight: 600; line-height: 1.15;
}
h3 {
  font-family: var(--display);
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 600; line-height: 1.25;
}
h4 { font-size: 14px; font-weight: 500; letter-spacing: .3px; }
p { line-height: 1.8; font-weight: 300; }

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 30px; border-radius: var(--radius);
  font-size: 13px; font-weight: 500; letter-spacing: .8px;
  text-transform: uppercase;
  cursor: pointer; border: 1px solid transparent;
  transition: all .25s ease;
}
.btn-primary {
  background: var(--gold); color: var(--cream);
  border-color: var(--gold);
}
.btn-primary:hover {
  background: transparent; color: var(--gold);
  transform: none; letter-spacing: 1.2px;
}
.btn-outline {
  background: transparent; color: var(--ink);
  border-color: var(--ink-20);
}
.btn-outline:hover {
  border-color: var(--ink); color: var(--ink);
}
.btn-white {
  background: var(--cream); color: var(--ink);
  border-color: var(--cream);
}
.btn-white:hover { background: transparent; color: var(--cream); border-color: rgba(250,248,243,.5); }
.btn-ghost {
  background: transparent; color: var(--hero-txt);
  border-color: rgba(250,248,243,.3);
}
.btn-ghost:hover { border-color: var(--hero-txt); letter-spacing: 1.2px; }
.btn-lg { padding: 17px 40px; font-size: 14px; }
.btn-sm { padding: 10px 22px; font-size: 12px; }

/* ── Navigation ── */
.nav {
  position: sticky; top: 0; z-index: 200;
  height: var(--nav-h);
  background: rgba(250,248,243,.95);
  backdrop-filter: blur(16px) saturate(1.4);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  max-width: var(--max-w); margin: 0 auto; padding: 0 40px;
  display: flex; align-items: center; height: 100%; gap: 32px;
}
.nav-logo {
  display: flex; align-items: center; gap: 10px;
  flex-shrink: 0; text-decoration: none;
}
.nav-logo img { height: 32px; }
.nav-logo-text {
  font-family: var(--display);
  font-size: 22px; font-weight: 600; letter-spacing: -.3px;
  color: var(--ink);
}
.nav-logo-text em { color: var(--gold); font-style: normal; }
.nav-links {
  display: flex; align-items: center; gap: 0; flex: 1;
}
.nav-links a {
  padding: 8px 14px;
  font-size: 13px; font-weight: 400; letter-spacing: .4px;
  color: var(--ink-40);
  transition: color .2s;
  position: relative;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: 4px; left: 14px; right: 14px;
  height: 1px; background: var(--gold);
  transform: scaleX(0); transform-origin: left;
  transition: transform .25s ease;
}
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.lang-btn {
  background: none; border: 1px solid var(--border);
  padding: 5px 14px; border-radius: var(--radius);
  font-size: 11px; font-weight: 500; letter-spacing: 1.5px;
  color: var(--ink-40); text-transform: uppercase;
  transition: all .2s;
}
.lang-btn:hover { border-color: var(--gold); color: var(--gold); }
.menu-btn {
  display: none; background: none; border: none;
  font-size: 20px; color: var(--ink); padding: 4px;
}

/* Mobile nav */
.mobile-nav {
  display: none; position: fixed; inset: 0; top: var(--nav-h);
  background: var(--cream); z-index: 199;
  padding: 32px 40px; flex-direction: column; gap: 2px;
  border-top: 1px solid var(--border);
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  padding: 16px 0; font-size: 18px;
  font-family: var(--display); font-weight: 500;
  color: var(--ink-70); border-bottom: 1px solid var(--border);
  transition: color .2s;
}
.mobile-nav a:hover { color: var(--gold); }

/* ── Hero ── */
.hero {
  position: relative;
  min-height: 100vh; min-height: 680px;
  background: var(--hero-bg);
  display: flex; align-items: center;
  overflow: hidden;
}
/* Radial gradient glow */
.hero::before {
  content: ''; position: absolute;
  width: 800px; height: 800px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(168,131,42,.18) 0%, transparent 65%);
  top: -200px; right: -100px;
  pointer-events: none;
}
.hero-content {
  position: relative;
  max-width: var(--max-w); margin: 0 auto;
  padding: 100px 40px;
  width: 100%;
  display: grid; grid-template-columns: 1fr auto;
  gap: 64px; align-items: center;
}
.hero-left { max-width: 680px; }
.hero-eyebrow {
  display: flex; align-items: center; gap: 12px;
  font-size: 11px; font-weight: 500; letter-spacing: 3px;
  text-transform: uppercase; color: var(--hero-gold);
  margin-bottom: 28px;
}
.hero-eyebrow::before {
  content: ''; display: block;
  width: 32px; height: 1px; background: var(--hero-gold);
}
.hero h1 {
  font-family: var(--display);
  font-size: clamp(48px, 7.5vw, 88px);
  font-weight: 600; line-height: 1.02;
  letter-spacing: -2px; color: var(--hero-txt);
  margin-bottom: 28px;
}
.hero h1 em {
  font-style: italic; color: var(--hero-gold);
  display: block;
}
.hero h1 .zh-block {
  font-family: var(--serif-zh);
  font-size: .72em; letter-spacing: 4px;
  font-weight: 600; font-style: normal;
  display: block; color: var(--hero-txt);
  opacity: .88;
}
.hero-sub {
  color: var(--hero-dim);
  font-size: 16px; line-height: 1.85; font-weight: 300;
  max-width: 480px; margin-bottom: 44px;
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* Hero right — stat column */
.hero-right {
  display: flex; flex-direction: column; gap: 28px;
  border-left: 1px solid rgba(250,248,243,.1);
  padding-left: 48px;
}
.hero-stat {}
.hero-stat-num {
  font-family: var(--display);
  font-size: 48px; font-weight: 400; line-height: 1;
  color: var(--hero-gold); letter-spacing: -1px;
}
.hero-stat-num sup { font-size: .5em; letter-spacing: 0; }
.hero-stat-label {
  font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase;
  color: rgba(250,248,243,.4); margin-top: 4px; font-weight: 400;
}
.hero-divider {
  width: 100%; height: 1px;
  background: rgba(250,248,243,.08);
}

/* ── Partners ── */
.partners {
  background: var(--cream-alt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 36px 40px;
}
.partners-inner { max-width: var(--max-w); margin: 0 auto; }
.partners-label {
  text-align: center;
  font-size: 11px; font-weight: 500; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--ink-20);
  margin-bottom: 24px;
}
.partners-logos {
  display: flex; align-items: center; justify-content: center;
  gap: 0; flex-wrap: wrap;
}
.partner-item {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  padding: 0 36px;
  border-right: 1px solid var(--border);
  opacity: .55; transition: opacity .25s;
}
.partner-item:last-child { border-right: none; }
.partner-item:hover { opacity: 1; }
.partner-name {
  font-family: var(--display);
  font-size: 17px; font-weight: 600; color: var(--ink);
  display: flex; align-items: center; gap: 6px;
}
.partner-tier {
  font-size: 10px; letter-spacing: 1px; text-transform: uppercase;
  color: var(--ink-40); font-weight: 400;
}
/* old divider no longer needed */
.partner-divider { display: none; }

/* ── Cards ── */
.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 32px;
  transition: border-color .25s, box-shadow .25s, transform .3s;
  position: relative;
}
.card::before {
  content: ''; position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 2px; background: var(--gold);
  transform: scaleY(0); transform-origin: bottom;
  transition: transform .3s cubic-bezier(.22,.61,.36,1);
}
.card:hover { border-color: var(--gold-pale); box-shadow: var(--shadow); transform: translateY(-4px); }
.card:hover::before { transform: scaleY(1); }
.card-icon {
  width: 44px; height: 44px;
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; margin-bottom: 20px;
  color: var(--gold); border-radius: var(--radius);
}
.card-icon.blue   { border-color: rgba(11,35,65,.15); }
.card-icon.green  { border-color: rgba(22,163,74,.15); }
.card-icon.purple { border-color: rgba(124,58,237,.15); }
.card h3 { margin-bottom: 12px; font-size: 20px; color: var(--ink); }
.card p  { color: var(--ink-40); font-size: 15px; line-height: 1.8; }
.card ul { color: var(--ink-40); font-size: 14px; padding-left: 0; }
.card ul li {
  padding: 8px 0 8px 18px; position: relative;
  border-bottom: 1px solid var(--cream-alt);
  line-height: 1.6; font-weight: 300;
}
.card ul li:last-child { border-bottom: none; }
.card ul li::before {
  content: '—'; position: absolute; left: 0;
  color: var(--gold); font-size: 12px;
}

/* ── Grid ── */
.grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }

/* ── Feature row ── */
.feature-row { display: flex; gap: 24px; align-items: flex-start; }
.feature-row .card-icon { flex-shrink: 0; }
.feature-row-text h3 { margin-bottom: 6px; font-size: 18px; }
.feature-row-text p  { font-size: 15px; color: var(--ink-40); }

/* ── Platform cards ── */
.platform-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden;
  transition: box-shadow .25s, transform .3s;
}
.platform-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.platform-card-header {
  padding: 28px 28px 20px;
  display: flex; align-items: center; gap: 16px;
  border-bottom: 1px solid var(--cream-alt);
}
.platform-logo { font-size: 30px; }
.platform-card-header h3 { font-size: 20px; margin: 0; }
.platform-card-body { padding: 20px 28px 28px; }
.service-tag {
  display: inline-block;
  background: var(--gold-pale); color: var(--gold);
  padding: 3px 10px; border-radius: var(--radius);
  font-size: 11px; font-weight: 500;
  letter-spacing: .5px; margin-right: 6px; margin-bottom: 16px;
}

/* ── CTA Banner ── */
.cta-banner {
  background: var(--hero-bg); padding: 100px 40px;
  text-align: center; position: relative; overflow: hidden;
}
.cta-banner::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(168,131,42,.20) 0%, transparent 60%);
}
.cta-banner h2 {
  font-family: var(--display);
  color: var(--hero-txt); position: relative;
  font-size: clamp(28px, 4vw, 48px); margin-bottom: 18px;
  font-weight: 500;
}
.cta-banner p {
  color: rgba(250,248,243,.55); max-width: 460px;
  margin: 0 auto 40px; font-size: 16px; position: relative;
  font-weight: 300;
}
.cta-banner .btns {
  display: flex; gap: 14px; justify-content: center;
  flex-wrap: wrap; position: relative;
}
.cta-banner .gold-rule {
  margin: 0 auto 24px;
  background: var(--hero-gold);
}

/* ── Footer ── */
.footer { background: #0C0B09; padding: 80px 40px 40px; }
.footer-inner { max-width: var(--max-w); margin: 0 auto; }
.footer-top {
  display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 48px; margin-bottom: 56px; padding-bottom: 56px;
  border-bottom: 1px solid rgba(250,248,243,.06);
}
.footer-logo {
  font-family: var(--display);
  font-size: 22px; font-weight: 600;
  color: var(--hero-txt); margin-bottom: 14px;
  letter-spacing: -.3px;
}
.footer-logo em { color: var(--hero-gold); font-style: normal; }
.footer-desc {
  font-size: 14px; color: rgba(250,248,243,.35);
  line-height: 1.9; max-width: 260px; font-weight: 300;
}
.footer-contact { margin-top: 20px; display: flex; flex-direction: column; gap: 8px; }
.footer-contact-item { font-size: 13px; color: rgba(250,248,243,.38); }
.footer-contact-item strong { color: rgba(250,248,243,.72); font-weight: 400; }
.footer h4 {
  font-size: 11px; font-weight: 500; letter-spacing: 2px;
  text-transform: uppercase; color: rgba(250,248,243,.5);
  margin-bottom: 20px;
}
.footer ul li { margin-bottom: 12px; }
.footer ul a {
  font-size: 14px; color: rgba(250,248,243,.35);
  text-decoration: none; transition: color .2s; font-weight: 300;
}
.footer ul a:hover { color: var(--hero-gold); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 12px;
  font-size: 12px; color: rgba(250,248,243,.2);
  letter-spacing: .5px;
}

/* ── Page Header ── */
.page-header {
  background: var(--hero-bg); padding: 96px 40px 88px;
  position: relative; overflow: hidden;
}
.page-header::before {
  content: ''; position: absolute;
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(168,131,42,.14) 0%, transparent 65%);
  top: -200px; right: -100px;
}
.page-header h1 {
  font-family: var(--display);
  color: var(--hero-txt); text-align: center;
  font-size: clamp(32px, 5.5vw, 58px);
  font-weight: 500; position: relative;
}
.page-header p {
  color: rgba(250,248,243,.5); text-align: center;
  font-size: 17px; max-width: 520px; margin: 20px auto 0;
  font-weight: 300; position: relative;
}
.page-header .gold-rule { margin: 0 auto 24px; background: var(--hero-gold); }
.breadcrumb {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 12px; color: rgba(250,248,243,.3);
  margin-bottom: 20px; letter-spacing: .3px;
}
.breadcrumb a { color: rgba(250,248,243,.4); }
.breadcrumb a:hover { color: var(--hero-gold); }

/* ── FAQ ── */
.faq-list { max-width: 720px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q {
  width: 100%; background: none; border: none;
  padding: 26px 0; text-align: left;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  font-family: var(--display); font-size: 19px; font-weight: 500;
  color: var(--ink-70); transition: color .2s;
}
.faq-q:hover { color: var(--gold); }
.faq-q .icon {
  font-size: 18px; color: var(--ink-20);
  transition: transform .3s, color .2s; flex-shrink: 0;
}
.faq-q.open { color: var(--ink); }
.faq-q.open .icon { transform: rotate(45deg); color: var(--gold); }
.faq-a { padding: 0 0 26px; color: var(--ink-40); font-size: 15px; line-height: 1.9; display: none; font-weight: 300; }
.faq-a.open { display: block; }
.faq-a p { margin-bottom: 10px; }
.faq-a p:last-child { margin-bottom: 0; }

/* ── Blog ── */
.blog-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden;
  display: flex; flex-direction: column;
  transition: box-shadow .25s, transform .3s;
}
.blog-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.blog-card img { width: 100%; height: 200px; object-fit: cover; filter: saturate(.85); transition: filter .3s; }
.blog-card:hover img { filter: saturate(1); }
.blog-card-body { padding: 28px; flex: 1; display: flex; flex-direction: column; }
.blog-tag {
  font-size: 10px; font-weight: 500; color: var(--gold);
  letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px;
}
.blog-card h3 {
  font-family: var(--display); font-size: 20px;
  margin-bottom: 12px; line-height: 1.3; color: var(--ink); font-weight: 600;
}
.blog-card p { color: var(--ink-40); font-size: 14px; line-height: 1.8; flex: 1; font-weight: 300; }
.blog-card .read-more {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--gold); font-size: 12px; font-weight: 500;
  letter-spacing: 1px; text-transform: uppercase; margin-top: 20px;
  transition: gap .2s;
}
.blog-card:hover .read-more { gap: 10px; }
.blog-date { font-size: 11px; color: var(--ink-20); margin-top: 10px; letter-spacing: .5px; }

/* ── Article ── */
.article-hero {
  min-height: 400px; position: relative;
  display: flex; align-items: flex-end;
  background: var(--hero-bg); overflow: hidden;
}
.article-hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: .18; filter: saturate(.6);
}
.article-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(12,11,9,1) 0%, rgba(12,11,9,.4) 100%);
}
.article-hero-content {
  position: relative; max-width: var(--max-w);
  margin: 0 auto; padding: 56px 40px; width: 100%;
}
.article-hero-content h1 {
  font-family: var(--display);
  color: var(--hero-txt); font-size: clamp(26px, 4.5vw, 44px);
  max-width: 760px; font-weight: 500;
}
.article-meta { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 16px; }
.article-meta span { font-size: 12px; color: rgba(250,248,243,.4); letter-spacing: .3px; }
.article-body { max-width: 760px; margin: 0 auto; padding: 72px 40px 96px; }
.article-body h2 {
  font-family: var(--display); font-size: 28px;
  margin: 56px 0 18px; color: var(--ink);
  padding-bottom: 12px; border-bottom: 1px solid var(--border);
}
.article-body h3 {
  font-family: var(--display); font-size: 21px;
  margin: 36px 0 14px; color: var(--ink-70);
}
.article-body p { font-size: 16px; line-height: 1.95; margin-bottom: 22px; color: var(--ink-70); font-weight: 300; }
.article-body ul, .article-body ol { padding-left: 0; margin-bottom: 22px; }
.article-body li {
  font-size: 16px; line-height: 1.85; margin-bottom: 10px;
  color: var(--ink-70); padding-left: 20px; position: relative; font-weight: 300;
}
.article-body li::before { content: '—'; position: absolute; left: 0; color: var(--gold); font-size: 12px; top: 4px; }
.article-body .callout {
  background: var(--cream-alt); border-left: 2px solid var(--gold);
  padding: 20px 24px; border-radius: 0 var(--radius) var(--radius) 0;
  margin: 32px 0; font-size: 15px; color: var(--ink-70);
}
.article-contact {
  background: var(--hero-bg); border-radius: var(--radius);
  padding: 48px; margin-top: 64px; text-align: center;
  position: relative; overflow: hidden;
}
.article-contact::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(168,131,42,.18) 0%, transparent 60%);
}
.article-contact h3 { font-family: var(--display); color: var(--hero-txt); margin-bottom: 12px; font-weight: 500; position: relative; }
.article-contact p { color: rgba(250,248,243,.5); font-size: 15px; margin-bottom: 28px; position: relative; font-weight: 300; }
.article-contact .btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; }

/* ── Contact ── */
.contact-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact-method {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 32px;
  display: flex; align-items: flex-start; gap: 20px;
  transition: border-color .25s, box-shadow .25s;
}
.contact-method:hover { border-color: var(--gold); box-shadow: var(--shadow-sm); }
.contact-method-icon { font-size: 32px; line-height: 1; }
.contact-method-label {
  font-size: 10px; font-weight: 500; letter-spacing: 2px;
  text-transform: uppercase; color: var(--ink-20); margin-bottom: 6px;
}
.contact-method-value {
  font-family: var(--display); font-size: 22px; font-weight: 600;
  color: var(--ink); line-height: 1.2;
}
.contact-method a { color: var(--gold); }
.contact-method a:hover { text-decoration: underline; }
.contact-method-note { font-size: 13px; color: var(--ink-40); margin-top: 6px; font-weight: 300; }

/* ── About split ── */
.about-split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-img { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); }
.about-img img { width: 100%; height: 480px; object-fit: cover; filter: saturate(.8); }
.timeline { display: flex; flex-direction: column; gap: 32px; margin-top: 40px; }
.timeline-item { display: flex; gap: 20px; }
.timeline-year {
  font-family: var(--display); font-size: 13px; font-weight: 600;
  color: var(--gold); min-width: 52px; padding-top: 2px; letter-spacing: .5px;
}
.timeline-content h4 { font-size: 14px; margin-bottom: 4px; font-weight: 500; }
.timeline-content p { font-size: 13px; color: var(--ink-40); font-weight: 300; }

/* ── Highlight boxes ── */
.highlight-box {
  background: var(--cream-alt); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 20px 22px;
}
.highlight-box h4 { color: var(--gold); margin-bottom: 6px; font-size: 13px; letter-spacing: .5px; }
.highlight-box p { font-size: 13px; color: var(--ink-70); font-weight: 300; }

/* ── Tags ── */
.tag {
  display: inline-block; background: var(--cream-alt);
  color: var(--ink-70); padding: 3px 12px;
  border-radius: var(--radius); font-size: 12px;
  font-weight: 400; border: 1px solid var(--border);
}

/* ── Number counters (hero stats large) ── */
.stat-big {
  font-family: var(--display);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 400; color: var(--gold); line-height: 1;
  letter-spacing: -1px;
}
.stat-label-sm {
  font-size: 11px; font-weight: 400; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--ink-40);
  margin-top: 5px;
}

/* ── Decorative number ── */
.step-num {
  font-family: var(--display);
  font-size: 80px; font-weight: 400; line-height: .85;
  color: var(--cream-dk); letter-spacing: -2px;
  position: absolute; top: 16px; right: 20px;
  pointer-events: none; user-select: none;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .hero-content { grid-template-columns: 1fr; }
  .hero-right { flex-direction: row; border-left: none; padding-left: 0; border-top: 1px solid rgba(250,248,243,.1); padding-top: 32px; flex-wrap: wrap; gap: 24px; }
  .hero-divider { display: none; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .about-split { grid-template-columns: 1fr; gap: 40px; }
  .contact-wrap { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .container, .partners, .cta-banner, .footer, .page-header,
  .hero-content, .article-hero-content, .article-body { padding-left: 24px; padding-right: 24px; }
  .nav-inner { padding: 0 24px; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .hero { min-height: auto; }
  .hero h1 { font-size: clamp(42px, 10vw, 64px); }
  .nav-links { display: none; }
  .menu-btn { display: block; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .section { padding: 72px 0; }
  .partners-logos { gap: 0; }
  .partner-item { padding: 0 20px; }
}
@media (max-width: 480px) {
  .grid-4 { grid-template-columns: 1fr; }
  .hero-right { gap: 16px; }
}

/* ── Lucide icons in card-icon ── */
.card-icon [data-lucide],
.card-icon svg {
  width: 22px; height: 22px;
  display: block;
  stroke: var(--gold);
  stroke-width: 1.5;
  fill: none;
}
.card-icon.blue   [data-lucide] { stroke: #4285F4; }
.card-icon.green  [data-lucide] { stroke: #16a34a; }
.card-icon.purple [data-lucide] { stroke: #7c3aed; }

/* ── Platform brand badges ── */
.platform-badge {
  width: 52px; height: 52px;
  border-radius: 10px;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.platform-badge svg { display: block; }
.platform-google { background: #fff; border: 1.5px solid #DFD8CC; box-shadow: 0 1px 4px rgba(15,15,13,.08); }
.platform-meta   { background: #1877F2; }
.platform-tiktok { background: #010101; }

/* ── Why Us responsive grid ── */
.why-us-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
@media (max-width: 768px) {
  .why-us-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* ── Hero sub-page classes (services page) ── */
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: .15; filter: saturate(.5);
}
.hero-gradient {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--hero-bg) 45%, rgba(12,11,9,.6) 100%);
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(168,131,42,.15); border: 1px solid rgba(168,131,42,.28);
  color: var(--hero-gold); font-size: 10px; font-weight: 500;
  letter-spacing: 2.5px; text-transform: uppercase;
  padding: 7px 18px; margin-bottom: 28px;
  border-radius: var(--radius);
}

/* ── About stats strip ── */
.stats-strip {
  background: var(--hero-bg); padding: 64px 40px;
}
.stats-strip-inner {
  max-width: var(--max-w); margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 24px; text-align: center;
}
.stat-num {
  font-family: var(--display);
  font-size: clamp(40px, 6vw, 56px); font-weight: 400;
  color: var(--hero-gold); line-height: 1; letter-spacing: -1px;
}
.stat-num sup { font-size: .5em; }
.stat-desc {
  color: rgba(250,248,243,.45); font-size: 13px;
  letter-spacing: 1px; text-transform: uppercase;
  margin-top: 8px; font-weight: 300;
}

/* ── Mobile nav improvements ── */
@media (max-width: 1024px) {
  .stats-strip-inner { grid-template-columns: repeat(2, 1fr); gap: 32px; }
}
@media (max-width: 768px) {
  .stats-strip { padding: 48px 24px; }
  .partners-inner { overflow-x: auto; padding-bottom: 8px; }
  .partners-logos { flex-wrap: nowrap; justify-content: flex-start; min-width: max-content; }
  .hero-content { gap: 40px; }
  .hero-right { gap: 20px; }
  .hero-stat-num { font-size: 36px; }
  .section { padding: 64px 0; }
  .section-sm { padding: 48px 0; }
  .page-header { padding: 72px 24px 64px; }
  .article-body { padding: 48px 24px 64px; }
  .cta-banner { padding: 72px 24px; }
  .footer { padding: 56px 24px 32px; }
  .contact-method { padding: 24px; gap: 16px; }
  .contact-method-icon { font-size: 24px; }
  .hero-btns { flex-direction: column; align-items: flex-start; }
  .hero-btns .btn { width: 100%; justify-content: center; }
}
@media (max-width: 480px) {
  .stats-strip-inner { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .hero-eyebrow { font-size: 10px; letter-spacing: 2px; }
  .hero h1 { font-size: clamp(38px, 11vw, 56px); letter-spacing: -1px; }
  .platform-card-header { padding: 20px 20px 16px; }
  .platform-card-body { padding: 16px 20px 20px; }
  .card { padding: 28px 24px; }
  .blog-card-body { padding: 22px; }
  .partner-item { padding: 0 16px; }
  .btn-lg { padding: 15px 28px; font-size: 13px; }
}
