/* ============================================================
   Orcafil Bilgi Merkezi — Tasarım Sistemi
   Renk paleti ürün ambalajından (lacivert + altın üçgen) esinlenmiştir.
   ============================================================ */

:root {
  /* Mor tonları */
  --purple-900: #1e0e35;
  --purple-800: #2a1348;
  --purple-700: #3a1a5e;
  --purple-600: #522484;
  --purple-500: #6b2d8f;
  --purple-400: #8b47b0;
  --purple-300: #b382d1;
  --purple-100: #efe6f6;
  --purple-50:  #f8f4fb;

  /* Altın / kutu üçgeni */
  --wine-700: #8a6d12;
  --wine-600: #c4a02a;
  --wine-500: #e0c04a;
  --wine-400: #f0d56a;

  /* Nötr */
  --ink: #1c1626;
  --slate: #4a445a;
  --muted: #6f6980;
  --line: #e7e2ee;
  --silver: #eceaf1;
  --paper: #ffffff;
  --bg: #faf9fc;

  /* Fonksiyonel */
  --ok: #1f8a5b;
  --warn: #b4690e;
  --danger: #b81e2e;

  --radius-sm: 4px;
  --radius: 4px;
  --radius-lg: 4px;
  --shadow-sm: 0 1px 3px rgba(30, 14, 53, .08), 0 1px 2px rgba(30, 14, 53, .06);
  --shadow: 0 10px 30px rgba(42, 19, 72, .12);
  --shadow-lg: 0 24px 60px rgba(42, 19, 72, .22);

  --maxw: 1160px;
  --font: "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
}

/* Reset */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 88px; }
.page-section { scroll-margin-top: 88px; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.7;
  font-size: 17px;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--purple-600); text-decoration: none; transition: color .15s ease; }
a:hover { color: var(--wine-600); }
.prose a,
.source-note a {
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}
.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 1000;
  padding: 8px 12px;
  background: #fff;
  color: var(--purple-800);
  font-weight: 700;
  border-radius: var(--radius);
}
.skip-link:focus { top: 12px; }
.ico {
  width: 1.05em;
  height: 1.05em;
  display: inline-block;
  vertical-align: -0.18em;
  fill: currentColor;
  flex: none;
}
.hero__facts .ico { color: #f0c7dc; width: .85em; height: .85em; }
.eyebrow .ico { margin-right: 4px; }
.trust__item .ico { width: 1.6rem; height: 1.6rem; color: var(--purple-600); display: block; margin: 0 auto 10px; }
.author__avatar .ico { width: 1.45rem; height: 1.45rem; color: #fff; }
.source-note { font-size: .82rem; color: var(--slate); margin: 12px 4px 0; }
h1, h2, h3, h4 { line-height: 1.25; color: var(--purple-800); font-weight: 700; letter-spacing: -.01em; }
h1 { font-size: clamp(1.4rem, 4vw, 3rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
h3 { font-size: 1.25rem; }
h4 { font-size: 1.05rem; }
p { margin: 0 0 1rem; color: var(--slate); }
ul, ol { color: var(--slate); }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.section { padding: 72px 0; }
.section--tight { padding: 48px 0; }
.center { text-align: center; }
.lead { font-size: 1.15rem; color: var(--muted); max-width: 720px; }
.center .lead { margin-left: auto; margin-right: auto; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--wine-600); background: var(--purple-100);
  padding: 6px 14px; border-radius: var(--radius); margin-bottom: 16px;
}

/* ---------- Duyuru şeridi ---------- */
.topbar {
  background: var(--purple-900);
  color: #d9cee6;
  font-size: .82rem;
  text-align: center;
  padding: 8px 16px;
}
.topbar strong { color: #fff; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: linear-gradient(90deg, #24053d 0%, #4e037c 70%, #36055a 100%);
  border-bottom: 1px solid rgba(255,255,255,.08);
  overflow: visible;
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px; gap: 20px;
  overflow: visible;
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; overflow: visible; }
.brand__logo {
  height: 34px;
  width: auto;
  max-width: none;
  display: block;
  flex: none;
  margin-top: 0;
  object-fit: contain;
}
.footer__brand .brand {
  align-items: center;
}
.footer__brand .brand__logo {
  height: 42px;
  margin-top: 0;
}
.brand__sub { display: block; font-size: .64rem; font-weight: 600; color: #cbb6de; letter-spacing: .1em; text-transform: uppercase; }

.nav > nav { flex: 0 0 auto; }
.menu {
  display: flex; align-items: center; flex-wrap: nowrap;
  gap: 4px; list-style: none; margin: 0; padding: 0;
}
.menu li { flex: none; }
.menu a {
  display: inline-flex; align-items: center; justify-content: center;
  height: 36px; padding: 0 12px; border-radius: var(--radius);
  font-weight: 600; font-size: .86rem; line-height: 1;
  white-space: nowrap; color: #eadff4;
}
.menu a:hover, .menu a.is-active { background: rgba(255,255,255,.12); color: #fff; }

.nav__cta { display: flex; align-items: center; gap: 10px; }
.btn {
  display: inline-flex; align-items: center; gap: 8px; justify-content: center;
  padding: 12px 22px; border-radius: var(--radius); font-weight: 700; font-size: .95rem;
  border: 1.5px solid transparent; cursor: pointer; transition: all .18s ease;
  white-space: nowrap;
}
.btn--primary { background: linear-gradient(135deg, var(--purple-600), var(--wine-600)); color: #fff; box-shadow: var(--shadow-sm); }
.btn--primary:hover { color: #fff; transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--ghost { border-color: rgba(255,255,255,.35); color: #fff; background: transparent; }
.btn--ghost:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,.1); }
.site-header .btn {
  height: 36px;
  padding: 0 14px;
  font-size: .86rem;
  font-weight: 600;
  gap: 6px;
}
.site-header .btn--primary { background: #fff; color: #2c054a; }
.site-header .btn--primary:hover { color: #2c054a; transform: none; }
.btn--light { background: rgba(255,255,255,.14); color: #fff; border-color: rgba(255,255,255,.35); }
.btn--light:hover { background: rgba(255,255,255,.24); color: #fff; }

.nav__toggle {
  display: none; background: none; border: 0; cursor: pointer; padding: 8px;
  flex-direction: column; gap: 5px;
}
.nav__toggle span { width: 24px; height: 2.5px; background: #fff; border-radius: 2px; transition: .2s; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background:
    radial-gradient(1200px 500px at 80% -10%, rgba(224,192,74,.22), transparent 60%),
    radial-gradient(900px 600px at 10% 20%, rgba(107,45,143,.35), transparent 55%),
    linear-gradient(160deg, var(--purple-800) 0%, var(--purple-900) 55%, #150a26 100%);
  color: #fff;
  overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 22px 22px; opacity: .5; pointer-events: none;
}
.hero__grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center;
  padding: 84px 20px 92px;
}
.hero__copy { min-width: 0; }
.hero h1 { color: #fff; margin: 0 0 18px; text-wrap: balance; }
.hero h1 em { font-style: normal; color: #f0e3a8; }
.hero p { color: #d8cbe8; font-size: 1.12rem; max-width: 560px; }
.hero__facts {
  list-style: none; display: flex; flex-wrap: wrap; align-items: center;
  gap: 0; margin: 6px 0 22px; padding: 0;
  color: #d8cbe8; font-size: .86rem; font-weight: 600;
}
.hero__facts li {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 0 14px;
  border-right: 1px solid rgba(255,255,255,.16);
}
.hero__facts li:first-child { padding-left: 0; }
.hero__facts li:last-child { border-right: 0; }
.hero__facts i { color: #f0c7dc; font-size: .75rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero .btn { height: 44px; padding: 0 18px; font-size: .9rem; }

.hero__card {
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--radius-lg); padding: 22px;
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(6px);
}
.hero__card img { border-radius: var(--radius); box-shadow: 0 20px 40px rgba(0,0,0,.35); }
.showcase {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
.showcase__frame {
  width: 100%;
  overflow: visible;
}
.showcase__img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 32px rgba(0,0,0,.38));
}
.showcase--boxes {
  max-width: none;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: end;
}
.hero .product-card {
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.hero .product-card img {
  filter: drop-shadow(0 16px 28px rgba(0,0,0,.38));
}
.hero .product-card strong { color: #fff; }
.hero .product-card span { color: #d8cbe8; }
.product-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 12px 12px 14px;
  box-shadow: var(--shadow);
  text-align: center;
}
.product-card img {
  width: 100%;
  height: auto;
  display: block;
}
.product-card strong {
  display: block;
  margin-top: 8px;
  color: var(--purple-800);
  font-size: .92rem;
}
.product-card span {
  display: block;
  color: var(--muted);
  font-size: .78rem;
}
.showcase .hero__spec {
  width: 100%;
  max-width: 420px;
}

/* Açık zeminde ürün gösterimi (kartsız) */
.product-figure {
  text-align: center;
}
.product-figure img {
  width: 100%;
  max-width: 480px;
  height: auto;
  margin: 0 auto;
}

.hero__tag {
  position: absolute; top: -14px; left: 24px;
  background: #fff; color: var(--wine-700); font-weight: 800; font-size: .78rem;
  padding: 7px 14px; border-radius: var(--radius); box-shadow: var(--shadow);
  letter-spacing: .04em;
}
.hero__spec {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin: 0;
  padding: 12px 4px 0;
  border-top: 1px solid rgba(255,255,255,.12);
}
.hero__spec li {
  flex: 1;
  text-align: center;
  color: #c7b8db;
  font-size: .72rem;
  letter-spacing: .02em;
}
.hero__spec b {
  display: block;
  color: #fff;
  font-size: .95rem;
  font-weight: 800;
  margin-bottom: 2px;
}

.wave { display: block; width: 100%; height: auto; margin-top: -1px; }

/* ---------- Uyarı kutusu ---------- */
.disclaimer {
  border-left: 5px solid var(--wine-600);
  background: linear-gradient(90deg, #fdf1f5, #fff);
  border-radius: var(--radius-sm);
  padding: 18px 22px; margin: 0 0 8px;
  box-shadow: var(--shadow-sm);
}
.disclaimer strong { color: var(--wine-700); }
.disclaimer p { margin: 0; font-size: .95rem; }

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

.card {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 26px;
  box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .18s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card > img {
  width: 100%;
  max-width: 360px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.card h3 { margin: 14px 0 8px; }
.card h4 { margin: 0 0 8px; }
.card p { margin: 0; font-size: .97rem; }
.card__icon {
  width: 52px; height: 52px; border-radius: var(--radius);
  display: grid; place-items: center; color: #fff;
  background: linear-gradient(135deg, var(--purple-500), var(--purple-700));
  box-shadow: var(--shadow-sm);
}
.card--wine .card__icon { background: linear-gradient(135deg, var(--wine-500), var(--wine-700)); }

/* Adım kartları */
.steps { counter-reset: step; display: grid; gap: 18px; }
.step {
  display: grid; grid-template-columns: 56px 1fr; gap: 18px; align-items: start;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px;
  box-shadow: var(--shadow-sm);
}
.step__num {
  counter-increment: step; width: 56px; height: 56px; border-radius: var(--radius);
  display: grid; place-items: center; font-size: 1.4rem; font-weight: 800; color: #fff;
  background: linear-gradient(135deg, var(--purple-600), var(--wine-600));
}
.step__num::before { content: counter(step); }
.step h3 { margin: 0 0 6px; }
.step p { margin: 0; font-size: .96rem; }

/* İçerik metni bloğu */
.prose { max-width: 820px; }
.prose h2 { margin: 40px 0 14px; }
.prose h3 { margin: 28px 0 10px; color: var(--purple-700); }
.prose ul, .prose ol { padding-left: 22px; margin: 0 0 18px; }
.prose li { margin-bottom: 8px; }
.prose blockquote {
  margin: 22px 0; padding: 16px 22px; border-left: 4px solid var(--purple-400);
  background: var(--purple-50); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; color: var(--slate);
}

/* Bilgi tablosu */
.table-wrap { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.spec-table { width: 100%; min-width: 280px; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.spec-table th, .spec-table td { text-align: left; padding: 14px 18px; border-bottom: 1px solid var(--line); font-size: .96rem; }
.spec-table th { background: var(--purple-50); color: var(--purple-800); width: 40%; font-weight: 700; }
.spec-table tr:last-child th, .spec-table tr:last-child td { border-bottom: 0; }

/* İşaret listesi */
.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; }
.checklist li::before {
  content: "✓"; flex: none; width: 24px; height: 24px; border-radius: 50%;
  background: var(--purple-100); color: var(--purple-700); font-weight: 800;
  display: grid; place-items: center; font-size: .8rem; margin-top: 2px;
}
.crosslist { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.crosslist li { display: flex; gap: 12px; align-items: flex-start; }
.crosslist li::before {
  content: "!"; flex: none; width: 24px; height: 24px; border-radius: 50%;
  background: #fde5ea; color: var(--wine-700); font-weight: 800;
  display: grid; place-items: center; font-size: .85rem; margin-top: 2px;
}

/* ---------- SSS akordeon ---------- */
.faq { display: grid; gap: 12px; max-width: 860px; margin: 0 auto; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.faq__q {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  padding: 20px 22px; font-size: 1.05rem; font-weight: 700; color: var(--purple-800);
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq__q::after { content: "+"; font-size: 1.5rem; color: var(--wine-600); transition: transform .2s; flex: none; }
.faq__item.open .faq__q::after { transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq__a-inner { padding: 0 22px 20px; color: var(--slate); }
.faq__item.open .faq__a { max-height: 500px; }

/* ---------- CTA bandı ---------- */
.band {
  background:
    radial-gradient(700px 300px at 90% 0%, rgba(192,36,90,.35), transparent 60%),
    linear-gradient(135deg, var(--purple-700), var(--purple-900));
  color: #fff; border-radius: var(--radius-lg); padding: 48px; text-align: center;
  box-shadow: var(--shadow-lg);
}
.band h2 { color: #fff; margin: 0 0 12px; }
.band p { color: #d8cbe8; max-width: 620px; margin: 0 auto 24px; }
.band .btn--primary { background: #fff; color: var(--purple-800); }
.band .btn--primary:hover { color: var(--wine-700); }

/* ---------- Uzman / EEAT kutusu ---------- */
.author {
  display: flex; flex-direction: column; align-items: center;
  gap: 14px; text-align: center;
  max-width: 520px; margin-left: auto; margin-right: auto;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 24px 26px; box-shadow: var(--shadow-sm);
}
.author__avatar {
  width: 68px; height: 68px; border-radius: 50%; flex: none;
  background: linear-gradient(135deg, var(--purple-500), var(--wine-600));
  display: grid; place-items: center; color: #fff; font-size: 1.45rem;
  box-shadow: 0 8px 18px rgba(82, 36, 132, .22);
}
.author__body { min-width: 0; }
.author__name { font-weight: 800; color: var(--purple-800); font-size: 1.08rem; }
.author__role { font-size: .88rem; color: var(--muted); margin-top: 2px; }
.author__note {
  margin: 12px 0 0; padding-top: 12px;
  border-top: 1px solid var(--line);
  font-size: .82rem; color: var(--muted); line-height: 1.55;
}

/* Güven rozetleri */
.trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.trust__item { text-align: center; padding: 22px 14px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.trust__item svg { margin: 0 auto 10px; color: var(--purple-600); }
.trust__item b { display: block; color: var(--purple-800); font-size: .98rem; }
.trust__item span { font-size: .82rem; color: var(--muted); }

/* Sayfa başlığı (iç sayfalar) */
.page-head {
  background:
    radial-gradient(700px 300px at 85% 0%, rgba(192,36,90,.25), transparent 60%),
    linear-gradient(140deg, var(--purple-700), var(--purple-900));
  color: #fff; padding: 56px 0;
}
.page-head h1 { color: #fff; margin: 0 0 10px; }
.page-head p { color: #d5c7e6; max-width: 680px; margin: 0; }
.breadcrumb { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0 0 16px; font-size: .85rem; }
.breadcrumb a { color: #e6d8f2; }
.breadcrumb li:not(:last-child)::after { content: "/"; margin-left: 8px; color: rgba(255,255,255,.5); }

/* İçindekiler */
.toc { background: var(--purple-50); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 26px; margin-bottom: 30px; }
.toc h4 { margin: 0 0 12px; color: var(--purple-800); font-size: .95rem; text-transform: uppercase; letter-spacing: .06em; }
.toc ol { margin: 0; padding-left: 20px; }
.toc li { margin-bottom: 6px; }

/* İçerik + kenar düzeni */
.layout { display: grid; grid-template-columns: 1fr 320px; gap: 40px; align-items: start; }
.sidebar { position: sticky; top: 92px; display: grid; gap: 20px; }
.sidebar .card { padding: 22px; }
.sidebar h4 { margin: 0 0 12px; color: var(--purple-800); }

.contact-form {
  display: grid; gap: 12px; max-width: 560px;
}
.contact-form label { font-size: .85rem; font-weight: 700; color: var(--purple-800); }
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 14px;
  font: inherit;
  color: var(--ink);
  background: #fff;
}
.contact-form textarea { min-height: 120px; resize: vertical; }
.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid var(--purple-300);
  border-color: var(--purple-400);
}

/* ---------- Footer ---------- */
.site-footer { background: var(--purple-900); color: #c8bad9; padding: 60px 0 30px; margin-top: 40px; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
.site-footer h4 { color: #fff; font-size: .95rem; margin: 0 0 16px; text-transform: uppercase; letter-spacing: .06em; }
.site-footer a { color: #c8bad9; }
.site-footer a:hover { color: #fff; }
.footer__links { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; font-size: .92rem; color: #c8bad9; }
.footer__brand .brand__sub { color: #b8a8cc; }
.footer__brand p { color: #a394b8; font-size: .9rem; margin-top: 14px; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 40px; padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .82rem; color: #8f80a6; }
.footer__disc { font-size: .82rem; color: #9a8bb0; background: rgba(0,0,0,.2); border-radius: var(--radius-sm); padding: 16px 18px; margin-top: 26px; line-height: 1.6; }

/* Yardımcılar */
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.mt-2 { margin-top: 2rem; } .mt-3 { margin-top: 3rem; }
.hide { display: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .menu a { padding: 10px 10px; font-size: .88rem; }
  .nav__cta .btn--ghost { display: none; }
}
@media (max-width: 960px) {
  .hero__grid { grid-template-columns: 1fr; gap: 28px; padding: 48px 20px 56px; }
  .showcase { max-width: 420px; }
  .layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .grid-4, .trust { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .container { padding: 0 16px; }
  .topbar { font-size: .74rem; padding: 8px 12px; line-height: 1.45; }

  .nav { height: 58px; gap: 10px; }
  .brand { gap: 8px; min-width: 0; }
  .brand__logo { height: 28px; margin-top: 0; }
  .nav__cta .btn { display: none; }
  .nav__toggle { display: flex; }
  .menu { display: none; }
  .site-header.open .menu {
    display: flex; position: absolute; top: 60px; left: 0; right: 0; z-index: 120;
    flex-direction: column; background: #fff; padding: 8px 12px 16px; gap: 2px;
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
  }
  .site-header.open .menu a { padding: 13px 12px; color: var(--slate); }
  .site-header.open .menu a:hover,
  .site-header.open .menu a.is-active { background: var(--purple-50); color: var(--purple-700); }

  .hero__grid {
    gap: 14px;
    padding: 16px 20px 12px;
  }
  .hero__copy { padding-inline: 2px; }
  .hero__grid > .hero__copy { order: 2; }
  .hero__grid > .showcase { order: 1; }
  .hero .eyebrow { margin-bottom: 8px; font-size: .68rem; padding: 5px 10px; }
  .hero h1 { font-size: 1.32rem; margin-bottom: 8px; line-height: 1.22; }
  .hero p { font-size: .9rem; line-height: 1.5; margin-bottom: .7rem; }
  .hero__facts {
    gap: 6px;
    margin: 0 0 12px;
  }
  .hero__facts li {
    padding: 5px 8px;
    border-right: 0;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: var(--radius);
    font-size: .72rem;
  }
  .hero__facts li:first-child { padding-left: 8px; }
  .hero__actions { flex-direction: row; gap: 8px; }
  .hero .btn { flex: 1; width: auto; height: 42px; padding: 0 10px; font-size: .82rem; }

  .showcase { max-width: 100%; gap: 2px; }
  .showcase__frame { margin: 0; }
  .showcase--boxes { max-width: 100%; gap: 10px; }
  .showcase__img {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .hero__spec {
    padding: 6px 0 0;
    gap: 4px;
  }
  .hero__spec li { font-size: .64rem; }
  .hero__spec b { font-size: .8rem; }
  .wave { height: 28px; }

  .section { padding: 40px 0; }
  .section--tight { padding: 28px 0; }
  .grid-2, .grid-3, .grid-4, .trust { grid-template-columns: 1fr; }
  .band { padding: 28px 18px; }
  .author { padding: 24px 18px 22px; }
  .spec-table th, .spec-table td { padding: 10px 12px; font-size: .88rem; }
  .footer__grid { grid-template-columns: 1fr; gap: 24px; }
  .footer__bottom { flex-direction: column; }
}
