/* ===========================================================
   ESAYEED — Premium Growth Consultant
   Design system: Dark premium, executive, data-driven
   =========================================================== */

:root {
  /* Core palette */
  --bg: #050505;
  --surface: #0E1111;
  --surface-2: #121616;
  --border: #1A1D1D;
  --border-soft: #15191a;
  --primary: #0F3D2E;
  --secondary: #1E5B45;
  --accent: #34D399;
  --accent-soft: rgba(52, 211, 153, 0.12);
  --accent-line: rgba(52, 211, 153, 0.28);
  --text: #FFFFFF;
  --text-2: #A1A1AA;
  --text-3: #6b6f76;

  /* Radius / layout */
  --radius: 24px;
  --radius-sm: 14px;
  --radius-lg: 32px;
  --maxw: 1280px;
  --gutter: 24px;

  /* Type */
  --font-ar: "IBM Plex Sans Arabic", system-ui, sans-serif;
  --font-en: "Inter", system-ui, sans-serif;
  --font: var(--font-ar);

  /* Effects */
  --shadow: 0 1px 0 rgba(255,255,255,0.03) inset, 0 24px 60px -28px rgba(0,0,0,0.8);
  --ring: 0 0 0 1px var(--border);
  --glow: 0 0 80px -20px rgba(52, 211, 153, 0.35);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html[lang="en"] { --font: var(--font-en); }

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  font-size: 16px;
}

/* Ambient background field */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(900px 520px at 80% -8%, rgba(30, 91, 69, 0.22), transparent 60%),
    radial-gradient(760px 560px at 8% 12%, rgba(15, 61, 46, 0.20), transparent 55%),
    var(--bg);
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.5;
  background-image: linear-gradient(var(--border-soft) 1px, transparent 1px),
    linear-gradient(90deg, var(--border-soft) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 20%, transparent 75%);
  mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 20%, transparent 75%);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
section { position: relative; padding-block: clamp(64px, 9vw, 128px); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; letter-spacing: 0.04em;
  color: var(--accent);
  padding: 7px 14px; border-radius: 999px;
  background: var(--accent-soft);
  border: 1px solid var(--accent-line);
}
.section-head { max-width: 720px; margin-bottom: clamp(32px, 5vw, 56px); }
.section-head.center { margin-inline: auto; text-align: center; }
h1, h2, h3 { line-height: 1.15; font-weight: 700; letter-spacing: -0.01em; }
.section-head h2 { font-size: clamp(28px, 4.2vw, 46px); margin-top: 18px; }
.section-head p { color: var(--text-2); font-size: clamp(15px, 1.6vw, 18px); margin-top: 16px; }

.muted { color: var(--text-2); }
.accent { color: var(--accent); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 600; font-size: 15px;
  padding: 14px 22px; border-radius: 999px;
  transition: transform .25s var(--ease), background .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
  white-space: nowrap;
}
.btn svg { width: 19px; height: 19px; }
.btn-primary {
  background: linear-gradient(180deg, var(--accent), #1faf7a);
  color: #04130d;
  box-shadow: 0 10px 30px -10px rgba(52,211,153,0.5), 0 0 0 1px rgba(52,211,153,0.4) inset;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 40px -12px rgba(52,211,153,0.65); }
.btn-ghost { background: var(--surface); color: var(--text); border: 1px solid var(--border); }
.btn-ghost:hover { transform: translateY(-2px); border-color: #2a2f2f; background: var(--surface-2); }
.btn-lg { padding: 18px 32px; font-size: 17px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  backdrop-filter: blur(14px);
  background: rgba(5,5,5,0.6);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, background .3s;
}
.site-header.scrolled { border-bottom-color: var(--border); background: rgba(5,5,5,0.82); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 700; font-size: 19px; letter-spacing: -0.02em; }
.brand .logo-mark {
  width: 34px; height: 34px; border-radius: 10px; flex: none;
  display: grid; place-items: center;
  background: linear-gradient(150deg, var(--secondary), var(--primary));
  border: 1px solid rgba(52,211,153,0.35);
  box-shadow: 0 6px 18px -8px rgba(52,211,153,0.5);
  color: #d6ffe9; font-weight: 800; font-size: 16px;
}
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: 14.5px; color: var(--text-2); transition: color .2s; }
.nav-links a:hover { color: var(--text); }
.nav-actions { display: flex; align-items: center; gap: 12px; }

.lang-switch { display: inline-flex; align-items: center; border: 1px solid var(--border); border-radius: 999px; overflow: hidden; background: var(--surface); }
.lang-switch button { padding: 7px 13px; font-size: 13px; font-weight: 600; color: var(--text-2); transition: .2s; }
.lang-switch button.active { background: var(--accent-soft); color: var(--accent); }

.hide-sm { display: inline-flex; }
.menu-toggle { display: none; width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--border); background: var(--surface); }
.menu-toggle span { display: block; width: 18px; height: 2px; background: var(--text); margin: 3px auto; border-radius: 2px; }

/* ---------- Hero ---------- */
.hero { padding-top: clamp(48px, 7vw, 88px); }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero h1 { font-size: clamp(30px, 4.7vw, 56px); margin: 22px 0 20px; }
.hero h1 .accent { background: linear-gradient(120deg, var(--accent), #8ef0c6); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-sub { color: var(--text-2); font-size: clamp(15px, 1.7vw, 19px); max-width: 560px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
/* Compact KPI strip: row of 4 on desktop, 2x2 on mobile (max 120px) */
.hero-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 32px; max-width: 580px; }
.hk { background: linear-gradient(180deg, var(--surface), var(--surface-2)); border: 1px solid var(--border); border-radius: 14px; padding: 11px 13px; transition: border-color .3s var(--ease), transform .3s var(--ease); }
.hk:hover { border-color: var(--accent-line); transform: translateY(-2px); }
.hk b { display: block; font-size: 21px; font-weight: 700; letter-spacing: -0.02em; direction: ltr; unicode-bidi: isolate; }
.hk span { font-size: 11px; color: var(--text-2); }

/* Portrait + floating metric cards */
.portrait-wrap { position: relative; display: grid; place-items: center; }
/* Orbit ecosystem: portrait focal point + floating platform icons */
.orbit { position: relative; width: min(420px, 90%); margin-inline: auto; aspect-ratio: 1; }
.portrait {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 74%; aspect-ratio: 1;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(30,91,69,0.55), transparent 60%),
    linear-gradient(180deg, #0c2a20, #061410);
  border: 1px solid rgba(52,211,153,0.18);
  box-shadow: var(--glow), var(--shadow);
  overflow: hidden;
  display: grid; place-items: center;
}
.orbit-icon {
  position: absolute; width: 52px; height: 52px; border-radius: 15px;
  display: grid; place-items: center; z-index: 5;
  background: rgba(14,17,17,0.82); backdrop-filter: blur(8px);
  border: 1px solid var(--border); color: var(--accent);
  box-shadow: 0 14px 32px -16px rgba(0,0,0,0.95), 0 0 0 1px rgba(52,211,153,0.06) inset;
  animation: orbit var(--dur, 18s) linear infinite;
}
.orbit-icon svg { width: 24px; height: 24px; }
.oi-1 { top: 1%; left: 36%; }
.oi-2 { top: 18%; right: -2%; animation-direction: reverse; }
.oi-3 { bottom: 16%; right: 0%; }
.oi-4 { bottom: -1%; left: 40%; animation-direction: reverse; }
.oi-5 { bottom: 18%; left: -2%; }
.oi-6 { top: 16%; left: 0%; animation-direction: reverse; }
@keyframes orbit {
  from { transform: rotate(0deg) translate(var(--r, 7px)) rotate(0deg); }
  to   { transform: rotate(360deg) translate(var(--r, 7px)) rotate(-360deg); }
}
.portrait::after { content: ""; position: absolute; inset: 0; background: radial-gradient(80% 60% at 50% 120%, rgba(5,5,5,0.9), transparent); }
.portrait img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.portrait .monogram {
  font-size: 120px; font-weight: 800; color: rgba(255,255,255,0.06);
  letter-spacing: -0.04em; user-select: none;
  align-self: center;
}
/* ---------- Trust strip ---------- */
.trust { padding-block: 40px; border-block: 1px solid var(--border); background: rgba(14,17,17,0.4); }
.trust .label { text-align: center; color: var(--text-3); font-size: 12.5px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 26px; }
.trust-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 38px; }
.trust-item {
  display: inline-flex; align-items: center; gap: 9px;
  color: #9aa0a0; font-weight: 600; font-size: 15px;
  filter: grayscale(1); opacity: 0.7; transition: .3s;
}
.trust-item svg { width: 22px; height: 22px; }
.trust-item:hover { opacity: 1; filter: grayscale(0); color: var(--text); }

/* ---------- Cards (generic) ---------- */
.card {
  background: linear-gradient(180deg, var(--surface), var(--surface-2));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px;
  transition: transform .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
  position: relative; overflow: hidden;
}
.card:hover { transform: translateY(-4px); border-color: #283030; box-shadow: 0 30px 60px -34px rgba(0,0,0,0.9); }
.card .icon {
  width: 48px; height: 48px; border-radius: 14px;
  display: grid; place-items: center; margin-bottom: 18px;
  background: var(--accent-soft); border: 1px solid var(--accent-line); color: var(--accent);
}
.card .icon svg { width: 23px; height: 23px; }
.card h3 { font-size: 19px; margin-bottom: 9px; }
.card p { color: var(--text-2); font-size: 14.5px; }
.card .sheen { position: absolute; inset: 0; opacity: 0; transition: opacity .4s; background: radial-gradient(220px 160px at var(--mx,50%) var(--my,0%), rgba(52,211,153,0.10), transparent 70%); pointer-events: none; }
.card:hover .sheen { opacity: 1; }

.grid { display: grid; gap: 20px; }
.g-3 { grid-template-columns: repeat(3, 1fr); }
.g-2 { grid-template-columns: repeat(2, 1fr); }
.g-4 { grid-template-columns: repeat(4, 1fr); }

/* ---------- Results (proof) ---------- */
.results-grid { columns: 2; column-gap: 22px; max-width: 1040px; margin-inline: auto; }
.result-card {
  break-inside: avoid; margin-bottom: 20px;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden;
  cursor: pointer; transition: transform .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
}
.result-card:hover { transform: translateY(-4px); border-color: var(--accent-line); box-shadow: 0 30px 70px -34px rgba(0,0,0,0.95); }
.result-shot { position: relative; background: linear-gradient(180deg, #0a0d0d, #0e1212); padding: 12px; border-bottom: 1px solid var(--border); }
.result-shot .platform { position: absolute; top: 10px; inset-inline-end: 10px; font-size: 10.5px; font-weight: 600; padding: 4px 9px; border-radius: 999px; background: rgba(5,5,5,0.72); border: 1px solid var(--border); display: inline-flex; gap: 5px; align-items: center; z-index: 2; }
.result-shot .platform svg { width: 12px; height: 12px; }
.result-shot img { width: 100%; border-radius: 10px; border: 1px solid var(--border); display: block; }
.lightbox-inner .result-shot { padding: 26px; }
.lightbox-inner .result-shot img { border-radius: 14px; }
.result-body { padding: 14px 16px 16px; }
.result-kpis { display: flex; flex-wrap: wrap; gap: 6px 18px; margin-bottom: 8px; }
.result-kpi b { font-size: 21px; font-weight: 700; letter-spacing: -0.02em; display: block; line-height: 1.15; }
.result-kpi b.up { color: var(--accent); }
.result-kpi span { font-size: 11.5px; color: var(--text-2); }
.result-note { font-size: 13px; color: var(--text-2); line-height: 1.45; }
.zoom-hint { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; color: var(--text-3); margin-top: 9px; }
.zoom-hint svg { width: 14px; height: 14px; }

/* ---------- Process timeline ---------- */
.timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.timeline::before { content: ""; position: absolute; top: 27px; inset-inline: 6%; height: 1px; background: linear-gradient(90deg, transparent, var(--border) 12%, var(--border) 88%, transparent); }
.step { position: relative; text-align: center; }
.step .node {
  width: 56px; height: 56px; margin: 0 auto 18px; border-radius: 50%;
  display: grid; place-items: center; font-weight: 700; font-size: 18px;
  background: var(--surface); border: 1px solid var(--accent-line); color: var(--accent);
  position: relative; z-index: 2;
  box-shadow: 0 0 0 6px var(--bg), 0 10px 24px -12px rgba(52,211,153,0.5);
}
.step h3 { font-size: 17px; margin-bottom: 8px; }
.step p { font-size: 13.5px; color: var(--text-2); }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.about-photo { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/5; background: linear-gradient(180deg, #0c2a20, #061410); border: 1px solid rgba(52,211,153,0.16); box-shadow: var(--glow); display: grid; place-items: center; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.about-photo .monogram { font-size: 96px; font-weight: 800; color: rgba(255,255,255,0.07); }
.about-content h2 { font-size: clamp(26px, 3.6vw, 40px); }
.about-content .role { color: var(--accent); font-weight: 600; margin-top: 6px; }
.about-content p { color: var(--text-2); margin-top: 18px; font-size: 15.5px; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 860px; margin-inline: auto; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius-sm); margin-bottom: 14px; background: var(--surface); overflow: hidden; transition: border-color .3s; }
.faq-item.open { border-color: var(--accent-line); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; font-size: 16.5px; font-weight: 600; text-align: start; }
.faq-q .chev { flex: none; width: 22px; height: 22px; color: var(--accent); transition: transform .3s var(--ease); }
.faq-item.open .chev { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq-a p { padding: 0 24px 22px; color: var(--text-2); font-size: 15px; }

/* ---------- Final CTA ---------- */
.final-cta { text-align: center; }
.final-cta .panel {
  position: relative; overflow: hidden;
  border-radius: var(--radius-lg); padding: clamp(48px, 7vw, 88px) 24px;
  background:
    radial-gradient(120% 140% at 50% -20%, rgba(30,91,69,0.6), transparent 55%),
    linear-gradient(180deg, #0b2a20, #07130f);
  border: 1px solid rgba(52,211,153,0.22);
  box-shadow: var(--glow);
}
.final-cta .panel::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(var(--border-soft) 1px, transparent 1px), linear-gradient(90deg, var(--border-soft) 1px, transparent 1px); background-size: 40px 40px; -webkit-mask-image: radial-gradient(60% 60% at 50% 0%, #000, transparent 75%); mask-image: radial-gradient(60% 60% at 50% 0%, #000, transparent 75%); }
.final-cta h2 { font-size: clamp(28px, 4.4vw, 48px); position: relative; }
.final-cta p { color: #cfe9df; max-width: 620px; margin: 18px auto 32px; position: relative; font-size: 17px; }
.final-cta .btn { position: relative; }
.final-cta .reassure { margin-top: 18px; font-size: 13px; color: #9fc7b7; position: relative; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--border); padding-block: 56px 40px; }
.footer-grid { display: flex; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.footer-brand { max-width: 320px; }
.footer-brand p { color: var(--text-2); font-size: 14px; margin-top: 12px; }
.footer-soc { display: flex; gap: 12px; margin-top: 20px; }
.footer-soc a { width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--border); background: var(--surface); display: grid; place-items: center; color: var(--text-2); transition: .25s; }
.footer-soc a:hover { color: var(--accent); border-color: var(--accent-line); transform: translateY(-2px); }
.footer-soc a svg { width: 19px; height: 19px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--border); color: var(--text-3); font-size: 13px; }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 1000; display: none; place-items: center; padding: 24px; background: rgba(3,5,4,0.86); backdrop-filter: blur(8px); }
.lightbox.open { display: grid; }
.lightbox-inner { max-width: 920px; width: 100%; max-height: 88vh; overflow: auto; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); animation: pop .35s var(--ease); }
.lightbox-inner .result-shot { padding: 26px; }
.lightbox-inner .result-body { padding: 0 26px 26px; }
@keyframes pop { from { opacity: 0; transform: scale(.96) translateY(8px); } to { opacity: 1; transform: none; } }
.lightbox-close { position: fixed; top: 20px; inset-inline-end: 20px; width: 46px; height: 46px; border-radius: 50%; background: var(--surface); border: 1px solid var(--border); display: grid; place-items: center; color: var(--text); }
.lightbox-close:hover { border-color: var(--accent-line); }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; } .reveal.d3 { transition-delay: .24s; } .reveal.d4 { transition-delay: .32s; }

/* ---------- i18n visibility ----------
   Hide only the inactive language so active elements keep their own display. */
html[lang="ar"] [data-en] { display: none; }
html[lang="en"] [data-ar] { display: none; }

/* Keep numeric / mixed-direction values reading left-to-right in both locales */
.result-kpi b, .hk b {
  direction: ltr;
  unicode-bidi: isolate;
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  section { padding-block: clamp(52px, 8vw, 96px); }
  .hero-grid { grid-template-columns: 1fr; }
  .portrait-wrap { order: -1; margin-bottom: 4px; }
  .orbit { width: min(360px, 76%); }
  .hero-kpis { max-width: 520px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-photo { max-width: 360px; }
  .g-4, .g-3 { grid-template-columns: repeat(2, 1fr); }
  .results-grid { columns: 2; max-width: none; }
  .timeline { grid-template-columns: repeat(2, 1fr); gap: 30px 18px; }
  .timeline::before { display: none; }
  .nav-links { display: none; }
  .hide-sm { display: none; }
  .menu-toggle { display: block; }
  .nav-links.open { display: flex; position: absolute; top: 72px; inset-inline: 12px; flex-direction: column; align-items: stretch; gap: 4px; padding: 14px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm); }
  .nav-links.open a { padding: 12px 14px; border-radius: 10px; }
  .nav-links.open a:hover { background: var(--surface-2); }
}

/* ---- Mobile: maximum information density, 2-col everywhere ---- */
@media (max-width: 620px) {
  :root { --gutter: 16px; }
  section { padding-block: 48px; }
  .hero { padding-top: 22px; }
  .hero h1 { margin: 16px 0 14px; }
  .hero-cta { margin-top: 22px; }
  .section-head { margin-bottom: 26px; }

  /* Hero orbit + KPI strip */
  .orbit { width: min(290px, 82%); }
  .orbit-icon { width: 42px; height: 42px; border-radius: 13px; }
  .orbit-icon svg { width: 20px; height: 20px; }
  .hero-kpis { grid-template-columns: repeat(2, 1fr); gap: 8px; margin-top: 22px; max-width: 100%; }
  .hk { padding: 9px 12px; }
  .hk b { font-size: 18px; }
  .hk span { font-size: 10.5px; }

  /* Cards: 2 per row, compact */
  .grid { gap: 12px; }
  .g-4, .g-3 { grid-template-columns: repeat(2, 1fr); }
  .card { padding: 15px; border-radius: 18px; }
  .card .icon { width: 38px; height: 38px; border-radius: 11px; margin-bottom: 11px; }
  .card .icon svg { width: 19px; height: 19px; }
  .card h3 { font-size: 14.5px; margin-bottom: 6px; }
  .card p { font-size: 12px; }

  /* Results: 2-col masonry, compact */
  .results-grid { columns: 2; column-gap: 12px; }
  .result-card { margin-bottom: 12px; border-radius: 18px; }
  .result-shot { padding: 9px; }
  .result-shot .platform { font-size: 9px; padding: 3px 7px; top: 7px; inset-inline-end: 7px; }
  .result-body { padding: 11px 12px 13px; }
  .result-kpis { gap: 4px 12px; margin-bottom: 6px; }
  .result-kpi b { font-size: 16px; }
  .result-kpi span { font-size: 10px; }
  .result-note { font-size: 11.5px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
  .zoom-hint { display: none; }

  /* Process: 2x2 */
  .timeline { grid-template-columns: repeat(2, 1fr); gap: 24px 12px; }
  .step .node { width: 46px; height: 46px; font-size: 16px; margin-bottom: 12px; }
  .step h3 { font-size: 15px; }
  .step p { font-size: 12.5px; }

  /* FAQ + footer */
  .faq-q { padding: 16px 18px; font-size: 15px; }
  .faq-a p { padding: 0 18px 18px; font-size: 13.5px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
