/* ============================================================
   9K Club — Main Stylesheet
   Theme: Bright Orange #ff7f00 + Dark Ink #17110c + Yellow accent
   Mobile-first, compact, accessibility-first
   ============================================================ */

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

:root {
  --orange:      #ff7f00;
  --orange-600:  #ff6a00;
  --orange-700:  #ff4d00;
  --orange-800:  #e04400;
  --amber:       #ffa000;

  --yellow-500:  #ffce00;
  --yellow-400:  #ffd633;

  --ink:         #17110c;
  --ink-800:     #2a1a10;
  --ink-700:     #3a2416;

  --cream:       #fff8f1;
  --cream-2:     #fff2e4;
  --cream-3:     #ffe6d3;

  --text:        #17110c;
  --text-dim:    #4a3b30;
  --text-mid:    #6b5b4e;
  --text-muted:  #8a7768;

  /* on the orange surface */
  --on-orange:       #ffffff;
  --on-orange-dim:   rgba(255,255,255,0.94);
  --on-orange-muted: rgba(255,255,255,0.82);

  --border:      rgba(23,17,12,0.08);
  --border-md:   rgba(23,17,12,0.14);
  --border-warm: rgba(255,77,0,0.16);
  --border-light:rgba(255,255,255,0.22);

  --r-sm: 8px; --r-md: 12px; --r-lg: 16px; --r-xl: 22px;

  --t: 0.2s ease;

  --font-d: 'Archivo', system-ui, sans-serif;
  --font-b: 'Instrument Sans', system-ui, sans-serif;
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; background: var(--orange); }

body {
  font-family: var(--font-b);
  font-size: 15px;
  line-height: 1.6;
  color: var(--on-orange);
  background: var(--orange);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--yellow-500); text-decoration: none; transition: color var(--t); }
a:hover { color: var(--yellow-400); }
a:focus-visible { outline: 2px solid var(--yellow-500); outline-offset: 3px; border-radius: 3px; }
ul, ol { list-style: none; }
img { display: block; max-width: 100%; }

h1, h2, h3, h4 { font-family: var(--font-d); font-weight: 800; line-height: 1.08; letter-spacing: -0.8px; color: inherit; }
h1 { font-size: clamp(1.9rem, 5.4vw, 3.4rem); letter-spacing: -1.4px; }
h2 { font-size: clamp(1.4rem, 4vw, 2.4rem); letter-spacing: -1px; }
h3 { font-size: clamp(1.08rem, 2.6vw, 1.35rem); font-weight: 700; letter-spacing: -0.4px; }
h4 { font-size: 1.02rem; font-weight: 700; letter-spacing: -0.3px; }

p { margin-bottom: 0.7em; }
p:last-child { margin-bottom: 0; }
strong { font-weight: 600; }

/* ── Layout ───────────────────────────────────────────────── */
.container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 18px; }
.section { padding: 26px 0; }

@media (min-width: 768px) {
  body { font-size: 16px; }
  .section { padding: 72px 0; }
  .container { padding: 0 24px; }
}

/* light panel: flips the text colours back to ink */
.panel-light { background: var(--cream); color: var(--text); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.panel-white { background: #fff; color: var(--text); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.panel-light > .container > p, .panel-white > .container > p { color: var(--text-dim); }
/* link styling stays scoped to prose contexts so it cannot hijack cards or buttons */
.prose a, .callout a { color: #d8390a; text-decoration: underline; text-underline-offset: 3px; }
.prose a:hover, .callout a:hover { color: var(--orange-600); }

/* ── Navigation (inline in every page, not injected) ──────── */
#site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(23,17,12,0.94);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.10);
}
.nav-spacer { height: 58px; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 58px; }
.nav-logo { display: flex; align-items: center; flex-shrink: 0; }
.nav-logo img { height: 26px; width: auto; }
.nav-links { display: none; align-items: center; gap: 22px; }
.nav-links a { font-family: var(--font-d); font-weight: 600; font-size: 0.9rem; color: #d3c8bf; text-decoration: none; }
.nav-links a:hover { color: #fff; }
.nav-links a.active { color: var(--yellow-500); }
.nav-cta {
  background: linear-gradient(135deg, var(--amber), var(--orange-700)) !important;
  color: #fff !important; padding: 10px 16px; border-radius: var(--r-sm);
  font-weight: 700 !important; font-size: 0.85rem !important;
}
.nav-cta:hover { opacity: 0.9; color: #fff !important; }
.nav-hamburger { display: flex; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px 4px; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: #fff5ec; border-radius: 2px; }
.nav-mobile { display: none; flex-direction: column; padding: 4px 0 16px; border-top: 1px solid rgba(255,255,255,0.10); }
.nav-mobile.open { display: flex; }
.nav-mobile a { font-family: var(--font-d); font-weight: 600; font-size: 0.98rem; color: #e8ded6; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.07); text-decoration: none; }
.nav-mobile a:last-child { border-bottom: none; }
.nav-mobile a.active { color: var(--yellow-500); }

@media (min-width: 1041px) {
  .nav-inner, .nav-spacer { height: 72px; }
  .nav-logo img { height: 34px; }
  .nav-links { display: flex; }
  .nav-cta { padding: 11px 22px; font-size: 0.9rem !important; }
  .nav-hamburger { display: none; }
  .nav-mobile { display: none !important; }
}

/* ── Buttons ──────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-d); font-weight: 700; font-size: 0.95rem;
  padding: 12px 22px; border-radius: var(--r-md);
  border: none; cursor: pointer; text-decoration: none;
  transition: transform var(--t), opacity var(--t); white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
/* on the orange surface the primary button is dark ink */
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: var(--ink-800); color: #fff; }
.btn-secondary { background: #fff; color: var(--ink); }
.btn-secondary:hover { color: #c33000; }
/* inside a dark CTA card these two keep their chrome */
.btn-on-dark { background: #fff; color: #c33000; }
.btn-on-dark:hover { color: #a12800; }
.btn-on-dark-outline { background: rgba(255,255,255,0.14); border: 1.5px solid rgba(255,255,255,0.55); color: #fff; }
.btn-on-dark-outline:hover { background: rgba(255,255,255,0.22); color: #fff; }
.btn-telegram { background: linear-gradient(135deg, #29a9e8, #0076ff); color: #fff; flex-shrink: 0; }
.btn-telegram:hover { color: #fff; opacity: 0.92; }
.btn-lg { padding: 14px 28px; font-size: 1rem; }
.btn-full { width: 100%; }

@media (min-width: 768px) {
  .btn-lg { padding: 15px 32px; font-size: 1.02rem; }
}

/* ── Eyebrow + section header ─────────────────────────────── */
.eyebrow {
  display: block; font-family: var(--font-d); font-size: 0.69rem; font-weight: 700;
  letter-spacing: 1.6px; text-transform: uppercase; margin-bottom: 8px; color: #fff;
}
.panel-light .eyebrow, .panel-white .eyebrow { color: var(--orange-700); }
.section-header { margin-bottom: 18px; max-width: 620px; }
.section-header h2 { margin-bottom: 8px; }
.section-header p { color: var(--on-orange-dim); }
.panel-light .section-header p, .panel-white .section-header p { color: var(--text-dim); }

@media (min-width: 768px) {
  .eyebrow { font-size: 0.75rem; }
  .section-header { margin-bottom: 28px; }
}

/* ── Hero ─────────────────────────────────────────────────── */
.hero { padding: 18px 0 20px; position: relative; overflow: hidden; }
.hero::before {
  content: ''; position: absolute; top: -300px; left: 50%; transform: translateX(-50%);
  width: 1000px; height: 560px;
  background: radial-gradient(ellipse at center, rgba(255,255,255,0.30) 0%, rgba(255,255,255,0) 70%);
  pointer-events: none;
}
.hero-inner { position: relative; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border-radius: 100px; padding: 6px 14px 6px 11px;
  font-size: 0.75rem; font-weight: 600; color: #c73a06; margin-bottom: 14px;
}
.hero-badge::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: linear-gradient(135deg, var(--amber), var(--orange-700)); }
.hero h1 { margin-bottom: 10px; text-wrap: balance; }
.hero h1 span { color: var(--ink); }
.hero-sub { font-size: 0.98rem; line-height: 1.55; color: var(--on-orange-dim); max-width: 520px; text-wrap: pretty; }
.hero-actions { display: flex; gap: 10px; margin-top: 20px; }
.hero-actions .btn { flex: 1 1 0; min-width: 0; padding: 16px 14px; font-size: 1.02rem; }
.hero-right { display: none; }

@media (min-width: 768px) {
  .hero { padding: 56px 0 52px; }
  .hero-inner { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 48px; align-items: center; }
  .hero h1 { margin-bottom: 16px; }
  .hero-sub { font-size: 1.08rem; line-height: 1.62; }
  .hero-actions { gap: 12px; margin-top: 26px; }
  .hero-actions .btn { flex: 0 0 auto; padding: 16px 32px; }
  .hero-right { display: flex; justify-content: center; }
}

.interface { height: 34rem; width: auto; }

/* placeholder standing in for the real app screenshot */
.phone-slot { width: 280px; height: 560px; border-radius: 40px; padding: 11px; background: linear-gradient(160deg, #ffb340, var(--orange-700)); }
.phone-slot-inner { width: 100%; height: 100%; border-radius: 30px; background: repeating-linear-gradient(135deg, #fff6ec 0 11px, #ffece0 11px 22px); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 26px; text-align: center; }
.phone-slot-inner span { font-family: ui-monospace, Menlo, monospace; font-size: 0.7rem; line-height: 1.5; color: #c99070; }
.phone-slot-inner span:first-child { font-size: 0.72rem; letter-spacing: 0.6px; text-transform: uppercase; color: #b5643a; }

/* ── Telegram VIP bar ─────────────────────────────────────── */
.telegram-vip {
  display: flex; flex-direction: column; align-items: flex-start; gap: 14px;
  background: linear-gradient(120deg, var(--ink), var(--ink-800));
  border-radius: var(--r-xl); padding: 20px; margin-bottom: 18px;
}
.telegram-vip-icon { width: 42px; height: 42px; background: #29a9e8; border-radius: var(--r-md); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.telegram-vip-icon svg { width: 22px; height: 22px; color: #fff; }
.telegram-vip-content { flex: 1; min-width: 180px; }
.telegram-vip-label { font-family: var(--font-d); font-size: 0.68rem; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: #7fd0f5; margin-bottom: 4px; }
.telegram-vip-desc { font-size: 0.86rem; line-height: 1.5; color: #d8cdc4; margin: 0; }
.telegram-vip .btn { width: 100%; }

@media (min-width: 768px) {
  .telegram-vip { flex-direction: row; align-items: center; gap: 20px; padding: 22px 26px; margin-bottom: 26px; }
  .telegram-vip .btn { width: auto; }
}

/* ── Stats ────────────────────────────────────────────────── */
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.stat { background: #fff; border-radius: var(--r-md); padding: 13px 12px; text-align: left; }
.stat-num { display: block; font-family: var(--font-d); font-size: 1.35rem; font-weight: 800; letter-spacing: -1px; color: var(--orange-700); }
.stat-lbl { display: block; font-size: 0.72rem; color: var(--text-muted); margin-top: 2px; }

@media (min-width: 768px) {
  .stats-grid { gap: 14px; max-width: 520px; }
  .stat { padding: 17px 16px; border-radius: var(--r-lg); }
  .stat-num { font-size: 1.6rem; }
  .stat-lbl { font-size: 0.78rem; }
}

/* ── Trust bar ────────────────────────────────────────────── */
.trust-bar { background: #fff; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 14px 0; }
.trust-items { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.trust-item { display: flex; align-items: center; gap: 10px; }
.trust-item::before { content: ''; width: 9px; height: 9px; border-radius: 50%; background: linear-gradient(135deg, var(--amber), var(--orange-700)); flex-shrink: 0; }
.trust-text { font-family: var(--font-d); font-weight: 600; font-size: 0.84rem; color: var(--text-dim); }

@media (min-width: 700px) {
  .trust-bar { padding: 20px 0; }
  .trust-items { grid-template-columns: repeat(4, 1fr); gap: 18px; }
  .trust-text { font-size: 0.88rem; }
}

/* ── Numbered reason list (why-choose) ────────────────────── */
.reason-list { display: flex; flex-direction: column; }
.reason { display: flex; gap: 16px; padding: 16px 2px; border-bottom: 1px solid var(--border-light); }
.reason:last-child { border-bottom: none; }
.reason-num { font-family: var(--font-d); font-weight: 800; font-size: 0.85rem; color: #fff; padding-top: 3px; flex-shrink: 0; }
.reason h3 { margin-bottom: 5px; }
.reason p { font-size: 0.9rem; color: var(--on-orange-dim); margin: 0; }

@media (min-width: 768px) {
  .reason { gap: 22px; padding: 26px 4px; }
  .reason p { font-size: 0.94rem; }
}

/* ── Two-column split (text + list) ───────────────────────── */
.split { display: grid; gap: 18px; align-items: start; }
@media (min-width: 1000px) { .split { grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; } }

/* ── Games grid ───────────────────────────────────────────── */
.games-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.game-card { position: relative; display: block; background: var(--cream); border: 1px solid var(--border); border-radius: 14px; padding: 12px; color: var(--text); text-decoration: none; transition: transform var(--t), border-color var(--t); }
.game-card:hover { border-color: rgba(255,77,0,0.45); transform: translateY(-3px); color: var(--text); }
.game-icon { height: 74px; border-radius: 11px; background: repeating-linear-gradient(135deg, var(--cream-2) 0 9px, var(--cream-3) 9px 18px); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; overflow: hidden; }
.game-icon img { width: 100%; height: 100%; object-fit: contain; }
.game-icon .ph { font-family: ui-monospace, Menlo, monospace; font-size: 0.62rem; color: #bd7148; }
.game-name { font-family: var(--font-d); font-weight: 700; font-size: 0.9rem; letter-spacing: -0.3px; }
.game-tag { display: block; font-size: 0.75rem; color: var(--text-muted); margin-top: 2px; }
.game-badge { position: absolute; top: 12px; right: 12px; font-family: var(--font-d); font-weight: 700; font-size: 0.58rem; letter-spacing: 0.6px; text-transform: uppercase; color: #fff; background: linear-gradient(135deg, var(--amber), var(--orange-700)); padding: 4px 8px; border-radius: 100px; }

@media (min-width: 560px) { .games-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; } .game-icon { height: 96px; } }
@media (min-width: 900px) {
  .games-grid { grid-template-columns: repeat(4, 1fr); gap: 16px; }
  .game-card { padding: 18px; border-radius: 18px; }
  .game-icon { height: 128px; border-radius: 13px; margin-bottom: 14px; }
  .game-name { font-size: 1rem; }
}

/* ── Step cards ───────────────────────────────────────────── */
.steps-grid { display: grid; gap: 12px; }
.step-card { background: linear-gradient(160deg, #fff, #fff5eb); border: 1px solid var(--border-warm); border-radius: 14px; padding: 18px 16px; color: var(--text); }
.step-num { font-family: var(--font-d); font-weight: 800; font-size: 1.9rem; line-height: 1; letter-spacing: -2px; background: linear-gradient(135deg, var(--amber), var(--orange-700)); -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 8px; }
.step-card h3 { margin-bottom: 5px; }
.step-card p { font-size: 0.88rem; color: var(--text-mid); margin: 0; }

@media (min-width: 600px) { .steps-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; } }
@media (min-width: 1000px) {
  .steps-grid { grid-template-columns: repeat(4, 1fr); gap: 18px; }
  .step-card { padding: 26px 22px; border-radius: var(--r-xl); }
  .step-num { font-size: 2.6rem; margin-bottom: 14px; }
}

/* ── Feature grid (on dark) ───────────────────────────────── */
.panel-dark { background: var(--ink); color: #fff5ec; position: relative; overflow: hidden; }
.panel-dark .eyebrow { color: #ff9d4d; }
.features-grid { display: grid; gap: 1px; background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.10); border-radius: var(--r-xl); overflow: hidden; }
.feature-card { background: var(--ink); padding: 22px 20px; }
.feature-card h3 { margin-bottom: 6px; color: #fff; }
.feature-card p { font-size: 0.88rem; line-height: 1.6; color: #b9aaa0; margin: 0; }

@media (min-width: 600px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .features-grid { grid-template-columns: repeat(3, 1fr); } .feature-card { padding: 32px 28px; } }

/* ── Testimonials ─────────────────────────────────────────── */
.testimonials-grid { display: grid; gap: 12px; }
.testimonial-card { background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg); padding: 20px; color: var(--text); }
.testimonial-stars { font-size: 0.8rem; letter-spacing: 2px; color: #ff9500; margin-bottom: 10px; }
.testimonial-text { font-size: 0.9rem; line-height: 1.6; color: var(--text-dim); }
.testimonial-author { display: flex; align-items: center; gap: 12px; margin-top: 16px; }
.testimonial-avatar { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, var(--amber), var(--orange-700)); display: flex; align-items: center; justify-content: center; font-family: var(--font-d); font-weight: 800; font-size: 0.9rem; color: #fff; flex-shrink: 0; }
.testimonial-name { font-family: var(--font-d); font-weight: 700; font-size: 0.88rem; }
.testimonial-loc { font-size: 0.78rem; color: var(--text-muted); }

@media (min-width: 700px) { .testimonials-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; } .testimonial-card { padding: 28px; border-radius: 20px; } }

/* ── FAQ ──────────────────────────────────────────────────── */
.faq-list { display: flex; flex-direction: column; gap: 10px; max-width: 900px; }
.faq-item { background: var(--cream); border: 1px solid rgba(23,17,12,0.09); border-radius: var(--r-lg); overflow: hidden; }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 18px; background: none; border: none; cursor: pointer; text-align: left; font-family: var(--font-d); font-weight: 700; font-size: 0.96rem; letter-spacing: -0.2px; color: var(--ink); }
.faq-sign { font-family: var(--font-d); font-weight: 600; font-size: 1.3rem; line-height: 1; color: var(--orange-700); flex-shrink: 0; }
.faq-item.open .faq-sign { }
.faq-a { display: none; padding: 0 18px 18px; font-size: 0.92rem; line-height: 1.65; color: var(--text-dim); }
.faq-item.open .faq-a { display: block; }
.faq-a a { color: #d8390a; text-decoration: underline; text-underline-offset: 3px; }

@media (min-width: 768px) { .faq-q { padding: 20px 24px; font-size: 1.03rem; } .faq-a { padding: 0 24px 22px; font-size: 0.97rem; } }

/* ── Prose / long-form article ────────────────────────────── */
.article-layout { display: grid; gap: 18px; align-items: start; }
@media (min-width: 1000px) { .article-layout { grid-template-columns: 250px 1fr; gap: 56px; } }

.toc { position: static; }
.toc ul { display: flex; flex-direction: column; gap: 9px; margin-top: 12px; }
.toc a { font-size: 0.88rem; color: var(--text-mid); text-decoration: none; }
.toc a:hover { color: var(--orange-700); }
@media (min-width: 1000px) { .toc { position: sticky; top: 92px; } .toc ul { gap: 11px; margin-top: 16px; } }

.prose { max-width: 760px; }
.prose h2 { margin: 22px 0 8px; }
.prose h2:first-of-type { margin-top: 0; }
.prose h3 { margin: 16px 0 5px; }
.prose p { font-size: 0.92rem; line-height: 1.62; color: var(--text-dim); margin-bottom: 9px; text-wrap: pretty; }
.prose ul { display: flex; flex-direction: column; gap: 9px; margin-bottom: 12px; }
.prose ul li { font-size: 0.92rem; line-height: 1.55; color: var(--text-dim); padding-left: 14px; border-left: 2px solid rgba(255,77,0,0.4); }
.prose .meta { font-size: 0.82rem; color: var(--text-muted); margin-bottom: 20px; }
.callout { background: #fff5eb; border: 1px solid rgba(255,77,0,0.22); border-radius: var(--r-lg); padding: 18px 16px; margin: 18px 0; }
.callout p { font-size: 0.92rem; margin: 0; }

@media (min-width: 768px) {
  .prose h2 { margin: 44px 0 16px; }
  .prose h3 { margin: 28px 0 10px; }
  .prose p { font-size: 1.06rem; line-height: 1.72; margin-bottom: 18px; }
  .prose ul li { font-size: 1.03rem; line-height: 1.6; padding-left: 16px; }
  .callout { padding: 22px 24px; margin: 26px 0; }
  .callout p { font-size: 0.97rem; }
}

/* ── Breadcrumb + page hero ───────────────────────────────── */
.page-hero { padding: 22px 0 26px; position: relative; overflow: hidden; border-bottom: 1px solid var(--border-light); }
.page-hero::before {
  content: ''; position: absolute; top: -300px; left: 50%; transform: translateX(-50%);
  width: 1000px; height: 560px;
  background: radial-gradient(ellipse at center, rgba(255,255,255,0.28) 0%, rgba(255,255,255,0) 70%);
  pointer-events: none;
}
.page-hero > .container { position: relative; }
.page-hero h1 { margin-bottom: 10px; text-wrap: balance; }
.page-hero p { font-size: 0.98rem; line-height: 1.55; color: var(--on-orange-dim); max-width: 620px; text-wrap: pretty; }
.breadcrumb { display: flex; align-items: center; gap: 9px; font-size: 0.78rem; color: var(--on-orange-muted); margin-bottom: 16px; flex-wrap: wrap; }
.breadcrumb a { color: var(--on-orange-muted); text-decoration: none; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb-sep { opacity: 0.5; }
.breadcrumb-current { color: #fff; }

@media (min-width: 768px) {
  .page-hero { padding: 44px 0 46px; }
  .page-hero p { font-size: 1.08rem; line-height: 1.65; }
  .breadcrumb { font-size: 0.82rem; margin-bottom: 22px; }
}

/* ── CTA banner (dark card) ───────────────────────────────── */
.cta-banner { background: linear-gradient(125deg, #2f1c10 0%, var(--ink) 100%); border-radius: 18px; padding: 28px 18px; text-align: center; position: relative; overflow: hidden; color: #fff; }
.cta-banner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 90% at 50% 0%, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0) 70%); pointer-events: none; }
.cta-banner > * { position: relative; }
.cta-banner h2 { margin: 0 auto 12px; max-width: 600px; color: #fff; }
.cta-banner p { color: rgba(255,255,255,0.9); max-width: 500px; margin: 0 auto 22px; font-size: 0.95rem; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

@media (min-width: 768px) {
  .cta-banner { border-radius: 28px; padding: 58px 40px; }
  .cta-banner p { font-size: 1.06rem; margin-bottom: 30px; }
  .cta-actions { gap: 14px; }
}

/* ── Contact cards ────────────────────────────────────────── */
.contact-grid { display: grid; gap: 14px; }
.contact-card { background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg); padding: 20px 18px; color: var(--text); }
.contact-card h2, .contact-card h3 { font-size: 1.15rem; margin-bottom: 7px; }
.contact-card p { font-size: 0.9rem; line-height: 1.6; color: var(--text-mid); margin-bottom: 16px; }
.pill { display: inline-block; font-family: var(--font-d); font-weight: 700; font-size: 0.64rem; letter-spacing: 1.2px; text-transform: uppercase; padding: 5px 11px; border-radius: 100px; margin-bottom: 14px; }
.pill-orange { color: #fff; background: linear-gradient(135deg, var(--amber), var(--orange-700)); }
.pill-blue { color: #0076ff; background: rgba(41,169,232,0.14); }
.pill-grey { color: var(--text-muted); background: rgba(23,17,12,0.06); }

@media (min-width: 900px) { .contact-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; } .contact-card { padding: 28px 26px; border-radius: 20px; } }

/* ── Footer ───────────────────────────────────────────────── */
#site-footer { background: var(--ink); color: #b9aaa0; }
.footer-inner { display: grid; gap: 24px; padding: 34px 0 20px; }
.footer-brand img { height: 32px; width: auto; margin-bottom: 14px; }
.footer-brand p { font-size: 0.82rem; line-height: 1.6; max-width: 300px; }
.footer-col h4 { font-family: var(--font-d); font-size: 0.7rem; font-weight: 700; letter-spacing: 1.3px; text-transform: uppercase; color: #ff9d4d; margin-bottom: 12px; }
.footer-col ul { display: flex; flex-direction: column; gap: 9px; }
.footer-col ul li a { font-size: 0.86rem; color: #b9aaa0; text-decoration: none; }
.footer-col ul li a:hover { color: #fff; }
.footer-fine { border-top: 1px solid rgba(255,255,255,0.10); padding: 16px 0 26px; font-size: 0.78rem; line-height: 1.55; color: #8a7768; }
.footer-fine p { margin-bottom: 9px; }
.footer-fine p:last-child { margin-bottom: 0; }

@media (min-width: 620px) { .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (min-width: 1000px) {
  .footer-inner { grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 44px; padding: 56px 0 28px; }
  .footer-brand p { font-size: 0.88rem; }
  .footer-fine { padding: 20px 0 34px; font-size: 0.8rem; }
}

/* ── Utilities ────────────────────────────────────────────── */
.text-center { text-align: center; }
.mt-16 { margin-top: 16px; } .mt-24 { margin-top: 24px; } .mt-32 { margin-top: 32px; }
.mb-16 { margin-bottom: 16px; }
.divider { border: none; border-top: 1px solid var(--border); margin: 26px 0; }
.error-page { min-height: 60vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 40px 18px; }
.error-code { font-family: var(--font-d); font-size: clamp(5rem, 18vw, 9rem); font-weight: 800; line-height: 1; letter-spacing: -4px; color: rgba(23,17,12,0.28); margin-bottom: 12px; }
