/* ==========================================================================
   GlossiShowcase — Premium dark-luxe web sayfası
   Sunum (Guide/main.tex) ile aynı görsel dil:
   koyu lüks zemin + altın, GFS Didot → Playfair Display, gövde grotesk.
   ========================================================================== */

:root {
  /* Dark-luxe palette (sunumla birebir) */
  --ink: #0E1512;
  --ink2: #16201C;
  --ink3: #1F2C27;
  --panel: #18221E;
  --panel-2: #1c2722;
  --gold: #C9A24B;
  --goldsoft: #E4CB86;
  --copper: #C57B4E;
  --emerald: #2E8B74;
  --sage: #8FA98E;
  --cream: #F1EBDD;
  --muted: #9D9486;
  --rose: #C77B7B;
  --whatsapp: #25a35a;

  --line: rgba(201, 162, 75, 0.18);
  --line-soft: rgba(241, 235, 221, 0.08);
  --shadow-soft: 0 20px 60px rgba(0, 0, 0, 0.35);
  --shadow-dark: 0 30px 90px rgba(0, 0, 0, 0.5);
  --radius: 16px;
  --radius-sm: 11px;
  --container: 1200px;

  --display: "Playfair Display", Didot, "Didot LT STD", Bodoni, Georgia, serif;
  --body: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--ink);
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: var(--body);
  color: var(--cream);
  background: var(--ink);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.nav-open { overflow: hidden; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3, h4 { margin-top: 0; }

h1, h2, h3, h4 {
  font-family: var(--display);
  color: var(--cream);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.4rem, 5.6vw, 4.4rem); margin-bottom: 1.2rem; }
h2 { font-size: clamp(1.85rem, 3.4vw, 2.9rem); margin-bottom: 1rem; }
h3 { font-size: 1.25rem; margin-bottom: 0.6rem; }

strong { color: var(--cream); }
em { color: var(--goldsoft); font-style: italic; }

ul, ol { padding-left: 1.1rem; }
button, input, textarea { font: inherit; }

.container {
  width: min(var(--container), calc(100% - 44px));
  margin: 0 auto;
}

.section { padding: 104px 0; position: relative; }
.section--tight { padding: 72px 0; }

.gold { color: var(--gold) !important; }
.cream { color: var(--cream); }

/* Decorative gold hairline divider used between major blocks */
.rule-gold {
  width: 56px;
  height: 3px;
  border: 0;
  margin: 18px 0 0;
  background: linear-gradient(90deg, var(--gold), transparent);
  border-radius: 99px;
}

/* ---- Kicker (sunumdaki \kick altın letter-spaced etiket) ---------------- */
.kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 14px;
  border-radius: 99px;
  background: rgba(201, 162, 75, 0.1);
  border: 1px solid rgba(201, 162, 75, 0.3);
  color: var(--goldsoft);
  font-family: var(--body);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* ---- Header ------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px max(22px, calc((100vw - var(--container)) / 2));
  background: rgba(14, 21, 18, 0.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand__icon-container {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(145deg, #1f2c27 0%, #0c1310 100%);
  border: 1px solid rgba(201, 162, 75, 0.5);
  box-shadow: 0 4px 18px rgba(201, 162, 75, 0.14);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease;
}

.brand:hover .brand__icon-container {
  transform: translateY(-2px) rotate(4deg) scale(1.05);
  border-color: var(--goldsoft);
}

.brand__text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  line-height: 1;
}

.brand__title {
  font-family: var(--display);
  font-size: 1.18rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
  color: var(--cream);
}
.brand__title .acc { color: var(--gold); }

.brand__subtitle {
  font-family: var(--body);
  font-size: 0.7rem;
  font-weight: 300;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.85;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--cream);
}

.site-nav a:not(.button) { position: relative; opacity: 0.86; transition: opacity 0.2s ease; }
.site-nav a:not(.button):hover { opacity: 1; }

.site-nav a:not(.button)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--goldsoft), var(--gold));
  border-radius: 99px;
  transition: transform 180ms ease;
}
.site-nav a:hover::after,
.site-nav a.is-active::after { transform: scaleX(1); }

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--ink2);
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--gold);
  transition: transform 180ms ease, opacity 180ms ease;
}

/* ---- Buttons ------------------------------------------------------------ */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 99px;
  font-family: var(--body);
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}
.button:hover { transform: translateY(-2px); }

.button--gold {
  background: linear-gradient(135deg, var(--goldsoft), var(--gold));
  color: var(--ink);
  box-shadow: 0 14px 38px rgba(201, 162, 75, 0.22);
}
.button--gold:hover { box-shadow: 0 18px 50px rgba(201, 162, 75, 0.34); }

.button--whatsapp {
  background: var(--whatsapp);
  color: #fff;
  box-shadow: 0 14px 38px rgba(37, 163, 90, 0.26);
  animation: buttonPulse 2.6s infinite;
}
.button--whatsapp:hover { animation: none; box-shadow: 0 18px 50px rgba(37, 163, 90, 0.34); }

.button--ghost {
  border-color: rgba(201, 162, 75, 0.45);
  color: var(--cream);
  background: rgba(201, 162, 75, 0.04);
}
.button--ghost:hover { border-color: var(--gold); background: rgba(201, 162, 75, 0.1); }

@keyframes buttonPulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 163, 90, 0.4); }
  70% { box-shadow: 0 0 0 12px rgba(37, 163, 90, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 163, 90, 0); }
}

/* ---- Section heading ---------------------------------------------------- */
.section-heading {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}
.section-heading .sub {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 660px;
  margin: 12px auto 0;
}
.section-heading--left { margin: 0; text-align: left; }
.section-heading--left .sub { margin-left: 0; margin-right: 0; }
.section-heading--left .rule-gold { margin-top: 18px; }

/* Generic panel card (sunumdaki \card) */
.panel {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(160deg, var(--panel) 0%, var(--ink2) 100%);
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.28);
}

/* Background ornament for sections (sunumdaki \bgshape) */
.section--ornament::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31, 44, 39, 0.55), transparent 70%);
  pointer-events: none;
}
.section--ornament::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46, 139, 116, 0.08), transparent 70%);
  pointer-events: none;
}

.section-alt { background: linear-gradient(180deg, var(--ink) 0%, var(--ink2) 100%); }

/* ==========================================================================
   HERO (Kapak)
   ========================================================================== */
.hero {
  position: relative;
  padding: 70px 0 90px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(14, 21, 18, 0.98) 0%, rgba(14, 21, 18, 0.9) 38%, rgba(14, 21, 18, 0.62) 72%, rgba(14, 21, 18, 0.48) 100%),
    linear-gradient(180deg, rgba(14, 21, 18, 0.08) 0%, rgba(14, 21, 18, 0.94) 100%),
    url("../assets/images/hero-business-premium.webp") center right / cover no-repeat;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 28%, rgba(228, 203, 134, 0.18), transparent 34%),
    radial-gradient(circle at 18% 88%, rgba(46, 139, 116, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(14, 21, 18, 0) 66%, var(--ink) 100%);
  opacity: 0.9;
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14, 21, 18, 0.18), transparent 44%),
    linear-gradient(180deg, rgba(201, 162, 75, 0.08), transparent 42%);
  mix-blend-mode: screen;
  opacity: 0.45;
  pointer-events: none;
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.66fr);
  gap: 56px;
  align-items: center;
}

.hero h1 { letter-spacing: -0.02em; }
.hero h1 .gold { color: var(--gold); }

.hero__lead {
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  color: var(--cream);
  max-width: 620px;
}
.hero__text { color: var(--muted); max-width: 600px; }

.hero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0;
}
.pill {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 15px;
  border: 1px solid rgba(201, 162, 75, 0.45);
  border-radius: 99px;
  background: var(--ink2);
  color: var(--cream);
  font-size: 0.82rem;
  font-weight: 600;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero__contact {
  margin-top: 30px;
  display: grid;
  gap: 6px;
  font-size: 0.95rem;
  color: var(--cream);
}
.hero__contact b { color: var(--gold); margin-right: 8px; }

/* ---- Hero görsel + yüzen rozet ------------------------------------------ */
.hero__visual {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
}
.hero__visual::before {
  content: "";
  position: absolute;
  inset: 28px 6px 10px;
  border: 1px solid rgba(201, 162, 75, 0.22);
  border-radius: 26px;
  background:
    linear-gradient(160deg, rgba(24, 34, 30, 0.72), rgba(14, 21, 18, 0.28)),
    radial-gradient(circle at 50% 0%, rgba(201, 162, 75, 0.16), transparent 58%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(2px);
}
.hero__badge {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-118px);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 16px;
  border-radius: 99px;
  background: rgba(14, 21, 18, 0.92);
  border: 1px solid rgba(46, 139, 116, 0.55);
  color: var(--cream);
  font-size: 0.84rem;
  font-weight: 700;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px);
  animation: badgeFloat 3.4s ease-in-out infinite;
}
.hero__badge i { color: var(--emerald); font-style: normal; font-size: 1rem; }
.hero__badge b { color: var(--emerald); }
@keyframes badgeFloat {
  0%, 100% { transform: translateX(-118px) translateY(0); }
  50% { transform: translateX(-118px) translateY(-7px); }
}

/* ---- CSS phone mockup (sunumdaki \PhoneMock) ---------------------------- */
.phone-mock {
  position: relative;
  z-index: 1;
  width: 248px;
  margin: 0 auto;
  padding: 14px 12px 16px;
  border-radius: 30px;
  background: linear-gradient(160deg, #1c2722, #0c1310);
  border: 1px solid rgba(201, 162, 75, 0.55);
  box-shadow: var(--shadow-dark);
}
.phone-mock__notch {
  width: 64px; height: 7px;
  margin: 0 auto 14px;
  border-radius: 99px;
  background: var(--ink3);
}
.phone-mock__hero {
  border: 1px solid rgba(201, 162, 75, 0.45);
  border-radius: 12px;
  background: var(--ink3);
  padding: 0;
  overflow: hidden;
  margin-bottom: 12px;
}
.phone-mock__hero .bar { height: 8px; background: var(--gold); }
.phone-mock__hero .body { padding: 14px; }
.phone-mock__hero h4 {
  font-family: var(--display);
  color: var(--goldsoft);
  font-size: 0.95rem;
  margin: 0 0 3px;
}
.phone-mock__hero p { margin: 0; color: var(--cream); font-size: 0.78rem; }
.phone-mock__chips { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 10px; }
.phone-mock__chips span { height: 30px; border-radius: 7px; background: var(--ink2); border: 1px solid rgba(201,162,75,0.22); }
.phone-mock__lines { display: grid; gap: 8px; margin-bottom: 12px; }
.phone-mock__lines span { height: 16px; border-radius: 6px; background: var(--ink2); border: 1px solid rgba(201,162,75,0.12); }
.phone-mock__cta {
  display: block;
  text-align: center;
  padding: 11px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--goldsoft), var(--gold));
  color: var(--ink);
  font-weight: 700;
  font-size: 0.85rem;
}

/* ---- CSS browser mockup (sunumdaki \BrowserMock) ------------------------ */
.browser-mock {
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: var(--ink2);
  box-shadow: var(--shadow-dark);
}
.browser-mock__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  background: var(--ink3);
  border-bottom: 1px solid var(--line);
}
.browser-mock__bar i { width: 11px; height: 11px; border-radius: 99px; display: block; }
.browser-mock__bar .d1 { background: var(--rose); }
.browser-mock__bar .d2 { background: var(--copper); }
.browser-mock__bar .d3 { background: var(--emerald); }
.browser-mock__url {
  flex: 1;
  margin-left: 8px;
  padding: 6px 12px;
  border-radius: 7px;
  background: var(--ink);
  border: 1px solid rgba(201,162,75,0.25);
  color: var(--sage);
  font-size: 0.74rem;
}
.browser-mock__body { padding: 22px; }
.browser-mock__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(201,162,75,0.3);
  border-radius: 12px;
  background: var(--ink3);
  border-top: 4px solid var(--gold);
  margin-bottom: 16px;
}
.browser-mock__head h4 { font-family: var(--display); color: var(--goldsoft); font-size: 1.1rem; margin: 0 0 2px; }
.browser-mock__head p { margin: 0; color: var(--cream); font-size: 0.82rem; }
.browser-mock__head .tag {
  flex-shrink: 0;
  padding: 9px 16px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--goldsoft), var(--gold));
  color: var(--ink);
  font-weight: 700;
  font-size: 0.82rem;
}
.browser-mock__tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.browser-mock__tiles span {
  display: grid;
  place-items: center;
  height: 74px;
  border-radius: 10px;
  background: var(--ink2);
  border: 1px solid rgba(201,162,75,0.2);
  color: var(--cream);
  font-size: 0.85rem;
  font-weight: 600;
}

/* ==========================================================================
   MANIFESTO
   ========================================================================== */
.manifesto {
  text-align: center;
  background: linear-gradient(180deg, var(--ink2), var(--ink));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.manifesto__quote {
  font-family: var(--display);
  font-size: clamp(1.6rem, 3.4vw, 2.6rem);
  line-height: 1.25;
  max-width: 900px;
  margin: 0 auto 1.4rem;
  color: var(--cream);
}
.manifesto__quote .gold { color: var(--gold); }
.manifesto__sub { max-width: 720px; margin: 0 auto; color: var(--muted); }

/* ==========================================================================
   Split layouts
   ========================================================================== */
.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr);
  gap: 56px;
  align-items: center;
}
.split--reverse { grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr); }
.split--reverse .split__media { order: -1; }

.lead-line {
  font-family: var(--display);
  font-size: 1.45rem;
  line-height: 1.35;
  color: var(--cream);
  margin-bottom: 1rem;
}
.body-copy { color: var(--muted); }

/* ==========================================================================
   Metric cards (Neden bugün)
   ========================================================================== */
.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.metric {
  padding: 26px 22px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--panel);
  text-align: center;
}
.metric b {
  display: block;
  font-family: var(--display);
  font-size: 2.3rem;
  line-height: 1;
  margin-bottom: 6px;
}
.metric span { color: var(--muted); font-size: 0.9rem; }
.metric--emerald b { color: var(--emerald); }
.metric--gold b { color: var(--gold); }
.metric--copper b { color: var(--copper); }
.metric--sage b { color: var(--sage); }

.accent-card {
  padding: 22px 24px;
  border-radius: var(--radius);
  border: 1px solid rgba(201, 162, 75, 0.4);
  background: linear-gradient(160deg, rgba(201,162,75,0.08), var(--panel));
  font-family: var(--display);
  font-size: 1.12rem;
  line-height: 1.4;
  color: var(--cream);
}
.accent-card.is-emerald { border-color: rgba(46,139,116,0.45); background: linear-gradient(160deg, rgba(46,139,116,0.1), var(--panel)); }

.source-note { font-size: 0.78rem; color: var(--muted); margin-top: 18px; }

/* ==========================================================================
   Problem (sosyal medya sınırları)
   ========================================================================== */
.x-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.x-list li { position: relative; padding-left: 30px; color: var(--cream); }
.x-list li::before {
  content: "✕";
  position: absolute; left: 0; top: 1px;
  color: var(--rose); font-weight: 700;
}
.check-list-2 { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.check-list-2 li { position: relative; padding-left: 30px; color: var(--cream); }
.check-list-2 li::before {
  content: "✓";
  position: absolute; left: 0; top: 1px;
  color: var(--emerald); font-weight: 700;
}

.solution-card {
  padding: 30px;
  border-radius: var(--radius);
  border: 1px solid rgba(46, 139, 116, 0.4);
  background: linear-gradient(160deg, rgba(46,139,116,0.1), var(--panel));
}
.solution-card h3 { color: var(--goldsoft); }
.solution-card p { color: var(--cream); }
.solution-card .muted { color: var(--muted); }

/* ==========================================================================
   Karşılaştırma matrisi
   ========================================================================== */
.matrix {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--panel);
}
.matrix__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px 92px 110px;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line-soft);
}
.matrix__row:last-child { border-bottom: 0; }
.matrix__row--head { background: var(--ink3); }
.matrix__row--head span { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.04em; font-weight: 700; color: var(--muted); text-align: center; }
.matrix__row--head .col-show { color: var(--gold); }
.matrix__row .label { color: var(--cream); font-size: 0.92rem; padding-right: 12px; }
.matrix__cell { text-align: center; font-weight: 700; }
.matrix__cell.yes { color: var(--emerald); }
.matrix__cell.no { color: var(--rose); }
.matrix__col-show {
  background: rgba(201, 162, 75, 0.07);
  border-left: 1px solid rgba(201,162,75,0.25);
  border-right: 1px solid rgba(201,162,75,0.25);
}

/* ==========================================================================
   Kira vs Mülk + iki kart kıyas
   ========================================================================== */
.duo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.duo-card { padding: 30px; border-radius: var(--radius); background: var(--panel); }
.duo-card--rose { border: 1px solid rgba(199, 123, 123, 0.4); background: linear-gradient(160deg, rgba(199,123,123,0.08), var(--panel)); }
.duo-card--emerald { border: 1px solid rgba(46, 139, 116, 0.4); background: linear-gradient(160deg, rgba(46,139,116,0.1), var(--panel)); }
.duo-card h3 { font-size: 1.2rem; }
.duo-card--rose h3 { color: var(--rose); }
.duo-card--emerald h3 { color: var(--goldsoft); }
.duo-card p { color: var(--cream); }
.duo-card .muted { color: var(--muted); margin-bottom: 0; }
.duo-tagline {
  text-align: center;
  margin-top: 28px;
  font-family: var(--display);
  font-size: 1.2rem;
  color: var(--cream);
}

/* ==========================================================================
   Feature cards grid (Kurumsal kimlik / Anatomi / Premium / Hedef kitle)
   ========================================================================== */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.feature-card {
  padding: 26px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--panel);
  border-top: 3px solid var(--accent, var(--gold));
  transition: transform 0.4s cubic-bezier(0.16,1,0.3,1), box-shadow 0.4s ease, border-color 0.4s ease;
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
}
.feature-card h3 { font-size: 1.12rem; margin-bottom: 0.4rem; }
.feature-card p { color: var(--muted); margin-bottom: 0; font-size: 0.94rem; }
.feature-card .num {
  display: inline-grid; place-items: center;
  width: 38px; height: 38px;
  margin-bottom: 14px;
  border-radius: 10px;
  background: linear-gradient(135deg, #1f2c27, #0c1310);
  border: 1px solid rgba(201,162,75,0.4);
  color: var(--goldsoft);
  font-family: var(--display);
  font-weight: 600;
}
.accent-gold { --accent: var(--gold); }
.accent-emerald { --accent: var(--emerald); }
.accent-copper { --accent: var(--copper); }
.accent-sage { --accent: var(--sage); }

/* ==========================================================================
   Donut rings (Güven anatomisi)
   ========================================================================== */
.ring-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.ring {
  text-align: center;
}
.ring__circle {
  --p: 80;
  --c: var(--emerald);
  width: 130px; height: 130px;
  margin: 0 auto 14px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(closest-side, var(--ink) 72%, transparent 73% 100%),
    conic-gradient(var(--c) calc(var(--p) * 1%), rgba(201,162,75,0.16) 0);
}
.ring__circle b {
  font-family: var(--display);
  font-size: 1.7rem;
  color: var(--cream);
}
.ring p { color: var(--muted); font-size: 0.9rem; max-width: 200px; margin: 0 auto; }

/* ==========================================================================
   Müşteri yolculuğu
   ========================================================================== */
.journey {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  position: relative;
}
.journey__step {
  padding: 24px 20px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--panel);
  border-top: 3px solid var(--accent, var(--gold));
  text-align: center;
}
.journey__step .step-name { font-family: var(--display); font-size: 1.3rem; color: var(--cream); display: block; margin-bottom: 6px; }
.journey__step p { color: var(--muted); font-size: 0.88rem; margin: 0; }
.journey__arrow { text-align: center; color: var(--gold); font-size: 1.4rem; margin: 14px 0; }

/* ==========================================================================
   Yerel arama bar chart
   ========================================================================== */
.bars { display: grid; gap: 14px; }
.bar-row { display: grid; grid-template-columns: 120px 1fr; align-items: center; gap: 14px; }
.bar-row .name { color: var(--cream); font-size: 0.9rem; }
.bar-track { position: relative; height: 26px; background: var(--ink2); border-radius: 99px; overflow: hidden; border: 1px solid var(--line-soft); }
.bar-fill {
  height: 100%;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--emerald), var(--sage));
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 12px;
  color: var(--ink);
  font-weight: 700;
  font-size: 0.78rem;
}

/* ==========================================================================
   Önce / Sonra
   ========================================================================== */
.beforeafter { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }

/* ==========================================================================
   Hizmet kapsamı (iki sütun liste)
   ========================================================================== */
.scope-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 40px; }
.scope-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.scope-list li { position: relative; padding-left: 28px; color: var(--cream); }
.scope-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.scope-result {
  margin-top: 30px;
  text-align: center;
  padding: 20px 24px;
  border-radius: var(--radius);
  border: 1px solid rgba(201,162,75,0.4);
  background: rgba(201,162,75,0.06);
  font-family: var(--display);
  font-size: 1.15rem;
  color: var(--cream);
}

/* ==========================================================================
   Alternatifler (3 kıyas kartı)
   ========================================================================== */
.alt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.alt-card { padding: 28px; border-radius: var(--radius); background: var(--panel); border: 1px solid var(--line); }
.alt-card h3 { font-size: 1.25rem; margin-bottom: 2px; }
.alt-card .tagline { color: var(--muted); font-size: 0.88rem; margin-bottom: 18px; }
.alt-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; }
.alt-card li { position: relative; padding-left: 26px; font-size: 0.92rem; color: var(--muted); }
.alt-card li.no::before { content: "✕"; position: absolute; left: 0; color: var(--rose); font-weight: 700; }
.alt-card li.yes::before { content: "✓"; position: absolute; left: 0; color: var(--emerald); font-weight: 700; }
.alt-card--rose h3 { color: var(--rose); }
.alt-card--copper h3 { color: var(--copper); }
.alt-card--win {
  border: 2px solid var(--gold);
  background: linear-gradient(160deg, rgba(201,162,75,0.1), var(--panel));
  box-shadow: 0 28px 70px rgba(201, 162, 75, 0.14);
}
.alt-card--win h3 { color: var(--goldsoft); }

/* ==========================================================================
   12 Fayda
   ========================================================================== */
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 40px; }
.benefit-list { list-style: none; padding: 0; margin: 0; counter-reset: b; display: grid; gap: 14px; }
.benefit-list li {
  position: relative;
  padding-left: 46px;
  color: var(--cream);
  counter-increment: b;
  min-height: 32px;
  display: flex;
  align-items: center;
}
.benefit-list li::before {
  content: counter(b);
  position: absolute; left: 0; top: 0;
  width: 32px; height: 32px;
  display: grid; place-items: center;
  border-radius: 9px;
  background: linear-gradient(135deg, #1f2c27, #0c1310);
  border: 1px solid rgba(201,162,75,0.4);
  color: var(--goldsoft);
  font-family: var(--display);
  font-size: 0.9rem;
}

/* ==========================================================================
   Ürün ailesi
   ========================================================================== */
.family-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.family-card {
  padding: 30px;
  border-radius: var(--radius);
  background: var(--panel);
  border: 1px solid var(--line);
  border-top: 3px solid var(--accent, var(--gold));
  text-align: center;
}
.family-card h3 { font-family: var(--display); font-size: 1.5rem; margin-bottom: 8px; }
.family-card .name-guide { color: var(--copper); }
.family-card .name-show { color: var(--goldsoft); }
.family-card .name-book { color: var(--gold); }
.family-card p { color: var(--muted); margin: 0; font-size: 0.92rem; }
.family-card--current { box-shadow: 0 20px 60px rgba(201,162,75,0.14); border-color: rgba(201,162,75,0.4); }
.family-tags { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 28px; }

/* ==========================================================================
   Süreç timeline
   ========================================================================== */
.timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  counter-reset: steps;
}
.timeline li {
  position: relative;
  padding: 26px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  counter-increment: steps;
  border-top: 3px solid var(--accent, var(--gold));
}
.timeline li::before {
  content: counter(steps);
  display: grid; place-items: center;
  width: 38px; height: 38px;
  margin-bottom: 16px;
  border-radius: 10px;
  background: linear-gradient(135deg, #1f2c27, #0c1310);
  border: 1px solid rgba(201,162,75,0.4);
  color: var(--goldsoft);
  font-family: var(--display);
}
.timeline strong { display: block; margin-bottom: 6px; color: var(--cream); font-size: 1.02rem; font-family: var(--display); font-weight: 600; }
.timeline span { color: var(--muted); font-size: 0.86rem; }

/* ==========================================================================
   Paketler
   ========================================================================== */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.pricing-card--featured {
  border: 2px solid var(--gold);
  background: linear-gradient(160deg, rgba(201,162,75,0.1), var(--panel));
  box-shadow: 0 35px 80px rgba(201, 162, 75, 0.16);
  transform: translateY(-12px);
}
.pricing-card h3 { font-size: 1.7rem; margin-bottom: 2px; }
.pricing-card--featured h3 { color: var(--goldsoft); }
.pricing-card__subtitle { color: var(--gold); font-weight: 700; font-size: 0.9rem; margin-bottom: 16px; }
.pricing-card ul { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 11px; }
.pricing-card li { position: relative; padding-left: 26px; color: var(--cream); font-size: 0.92rem; }
.pricing-card li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.pricing-card .price { font-family: var(--display); color: var(--goldsoft); font-size: 1.05rem; margin-bottom: 18px; }
.pricing-card .button { margin-top: auto; width: 100%; }
.badge {
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 6px 14px;
  border-radius: 99px;
  background: linear-gradient(135deg, var(--goldsoft), var(--gold));
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.pricing-note { text-align: center; margin-top: 28px; color: var(--muted); font-size: 0.88rem; }
.package-map {
  margin-top: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: linear-gradient(160deg, rgba(24, 34, 30, 0.92), var(--ink2));
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.26);
}
.package-map__row {
  display: grid;
  grid-template-columns: minmax(150px, 1.15fr) repeat(3, minmax(110px, 1fr));
  border-top: 1px solid var(--line-soft);
}
.package-map__row:first-child { border-top: 0; }
.package-map__row span {
  min-width: 0;
  padding: 14px 16px;
  color: var(--cream);
  font-size: 0.88rem;
  border-left: 1px solid var(--line-soft);
}
.package-map__row span:first-child {
  border-left: 0;
  color: var(--goldsoft);
  font-weight: 700;
}
.package-map__row--head {
  background: rgba(201, 162, 75, 0.09);
}
.package-map__row--head span {
  color: var(--goldsoft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ==========================================================================
   Sık itirazlar
   ========================================================================== */
.objection-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.objection-card { padding: 24px 26px; border-radius: var(--radius); background: var(--panel); border-left: 3px solid var(--accent, var(--gold)); border-top: 1px solid var(--line); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.objection-card h4 { font-family: var(--display); font-size: 1.05rem; color: var(--accent, var(--gold)); margin-bottom: 8px; }
.objection-card p { color: var(--cream); margin: 0; font-size: 0.94rem; }

/* ==========================================================================
   SSS
   ========================================================================== */
.faq-list { display: grid; gap: 12px; max-width: 880px; margin: 0 auto; }
details {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--panel);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
details[open] { box-shadow: 0 16px 40px rgba(0,0,0,0.3); border-color: rgba(201,162,75,0.35); }
summary {
  position: relative;
  padding: 20px 56px 20px 22px;
  color: var(--cream);
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker { display: none; }
summary::after {
  content: "+";
  position: absolute; right: 22px; top: 50%;
  transform: translateY(-50%);
  color: var(--gold);
  font-size: 1.5rem;
}
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 22px 20px; color: var(--muted); }

/* ==========================================================================
   CTA + analiz formu
   ========================================================================== */
.cta-section {
  background: linear-gradient(160deg, var(--ink2), var(--ink));
  border-top: 1px solid var(--line);
}
.cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: 56px;
  align-items: center;
}
.cta-headline {
  font-family: var(--display);
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  line-height: 1.25;
  color: var(--cream);
  margin-bottom: 1rem;
}
.cta-headline .gold { color: var(--gold); }

.analysis-form {
  display: grid;
  gap: 12px;
  padding: 30px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow-soft);
}
.analysis-form h3 { font-size: 1.25rem; color: var(--goldsoft); margin-bottom: 4px; }
.analysis-form label { color: var(--cream); font-weight: 600; font-size: 0.9rem; }
.analysis-form input,
.analysis-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 13px 14px;
  color: var(--cream);
  background: var(--ink2);
}
.analysis-form input::placeholder,
.analysis-form textarea::placeholder { color: var(--muted); }
.analysis-form input:focus,
.analysis-form textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,162,75,0.18);
  background: var(--ink3);
}
.analysis-form .button { margin-top: 6px; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
  padding: 22px 0;
  background: linear-gradient(180deg, var(--ink) 0%, #0a0f0d 100%);
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.footer-line {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.86rem;
  text-align: center;
}
.footer-line__brand { color: var(--cream); font-weight: 600; }
.footer-line__sep { color: var(--line); opacity: 0.7; }
.footer-line a { opacity: 0.85; transition: opacity 0.2s ease, color 0.2s ease; }
.footer-line a:hover { opacity: 1; color: var(--goldsoft); }
.footer-link-gold { color: var(--goldsoft); text-decoration: underline; font-weight: 600; }

/* ==========================================================================
   Sticky WhatsApp + toast + reveal
   ========================================================================== */
.sticky-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--whatsapp);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 14px 40px rgba(37, 163, 90, 0.4);
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}
.sticky-whatsapp.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 560ms ease, transform 560ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.toast-container {
  position: fixed; top: 24px; right: 24px; z-index: 99999;
  display: grid; gap: 12px; pointer-events: none;
  max-width: 400px; width: calc(100vw - 48px);
}
.toast {
  display: flex; align-items: center; gap: 14px;
  padding: 16px 20px;
  background: rgba(24, 34, 30, 0.97);
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold);
  border-radius: 12px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.4);
  color: var(--cream);
  font-size: 0.9rem;
  pointer-events: auto;
  opacity: 0;
  transform: translateY(-20px) scale(0.96);
  transition: opacity 0.4s cubic-bezier(0.16,1,0.3,1), transform 0.4s cubic-bezier(0.16,1,0.3,1);
}
.toast.is-visible { opacity: 1; transform: translateY(0) scale(1); }
.toast--gold { border-left-color: var(--goldsoft); }
.toast--info { border-left-color: var(--emerald); }
.toast__icon { color: var(--gold); font-size: 1.2rem; flex-shrink: 0; }
.toast--info .toast__icon { color: var(--emerald); }
.toast__message { flex-grow: 1; line-height: 1.5; }
.toast__close { border: 0; background: none; color: var(--muted); font-size: 1.4rem; cursor: pointer; padding: 0 4px; line-height: 1; }
.toast__close:hover { color: var(--cream); }

/* ==========================================================================
   Spotlight (öne çıkan 4 motor)
   ========================================================================== */
.spotlight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.spotlight-card {
  display: flex;
  flex-direction: column;
  padding: 28px 24px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(160deg, var(--panel) 0%, var(--ink2) 100%);
  border-top: 3px solid var(--accent, var(--gold));
  transition: transform 0.4s cubic-bezier(0.16,1,0.3,1), box-shadow 0.4s ease, border-color 0.4s ease;
}
.spotlight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
  border-color: rgba(201,162,75,0.4);
}
.spotlight-card__ico {
  display: inline-grid;
  place-items: center;
  width: 46px; height: 46px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1f2c27, #0c1310);
  border: 1px solid rgba(201,162,75,0.4);
  color: var(--goldsoft);
  font-size: 1.3rem;
}
.spotlight-card h3 { font-size: 1.14rem; margin-bottom: 0.5rem; }
.spotlight-card p { color: var(--muted); font-size: 0.92rem; margin-bottom: 16px; }
.spotlight-card__more {
  margin-top: auto;
  color: var(--goldsoft);
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.01em;
}

/* ==========================================================================
   SEO grafik (reklam vs organik)
   ========================================================================== */
.seo-chart {
  margin-top: 30px;
  padding: 28px 30px 22px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(160deg, var(--panel) 0%, var(--ink2) 100%);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}
.seo-chart__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
}
.seo-chart__head h3 { font-size: 1.2rem; margin-bottom: 4px; }
.seo-chart__head p { color: var(--muted); font-size: 0.92rem; margin: 0; max-width: 480px; }
.seo-chart__legend { display: grid; gap: 8px; }
.seo-chart__legend span { display: inline-flex; align-items: center; gap: 8px; color: var(--cream); font-size: 0.86rem; font-weight: 600; }
.seo-chart__legend .dot { width: 12px; height: 12px; border-radius: 99px; display: inline-block; }
.seo-chart__legend .dot--rose { background: var(--rose); }
.seo-chart__legend .dot--emerald { background: var(--emerald); }
.seo-chart__svg { width: 100%; height: auto; display: block; }
.seo-chart__note { color: var(--muted); font-size: 0.78rem; margin: 14px 0 0; }

/* ==========================================================================
   Tüm hizmetler (service stack)
   ========================================================================== */
.service-stack {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.service-block {
  padding: 28px 28px 26px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(160deg, var(--panel) 0%, var(--ink2) 100%);
  transition: transform 0.4s cubic-bezier(0.16,1,0.3,1), box-shadow 0.4s ease, border-color 0.4s ease;
}
.service-block:hover { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(0,0,0,0.32); }
.service-block--flag {
  border: 1px solid rgba(201,162,75,0.45);
  background: linear-gradient(160deg, rgba(201,162,75,0.09), var(--ink2));
  box-shadow: 0 20px 56px rgba(201,162,75,0.1);
}
.service-block__head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--line-soft);
}
.service-block__num {
  flex-shrink: 0;
  display: inline-grid;
  place-items: center;
  width: 46px; height: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1f2c27, #0c1310);
  border: 1px solid rgba(201,162,75,0.4);
  color: var(--goldsoft);
  font-family: var(--display);
  font-size: 1.1rem;
}
.service-block__head h3 { font-size: 1.18rem; margin-bottom: 4px; }
.service-block__head p { color: var(--muted); font-size: 0.9rem; margin: 0; }
.flag-tag {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 10px;
  border-radius: 99px;
  background: linear-gradient(135deg, var(--goldsoft), var(--gold));
  color: var(--ink);
  font-family: var(--body);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  vertical-align: middle;
}

/* ==========================================================================
   Modüler ekler (à la carte)
   ========================================================================== */
.module-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.module-card {
  padding: 22px 20px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: var(--panel);
  border-left: 3px solid var(--gold);
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.module-card:hover { transform: translateY(-4px); border-color: rgba(201,162,75,0.5); }
.module-card h4 { font-family: var(--display); font-size: 1.02rem; color: var(--goldsoft); margin-bottom: 6px; }
.module-card p { color: var(--muted); font-size: 0.86rem; margin: 0; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1080px) {
  .spotlight-grid { grid-template-columns: repeat(2, 1fr); }
  .module-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid, .alt-grid, .family-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .ring-row { grid-template-columns: 1fr; max-width: 340px; margin: 0 auto; gap: 30px; }
  .journey { grid-template-columns: 1fr; }
  .journey__arrow { transform: rotate(90deg); }
  .pricing-card--featured { transform: none; }
}

@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .nav-open .nav-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

  .site-nav {
    position: fixed;
    inset: 73px 0 auto 0;
    display: grid;
    gap: 0;
    padding: 18px 22px 24px;
    background: rgba(14, 21, 18, 0.98);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(18px);
    transform: translateY(-130%);
    transition: transform 220ms ease;
  }
  .site-nav.is-open { transform: translateY(0); }
  .site-nav a { padding: 13px 0; }

  .hero__grid, .split, .split--reverse, .cta-grid { grid-template-columns: 1fr; }
  .split--reverse .split__media { order: 0; }
  .hero {
    padding-top: 40px;
    background:
      linear-gradient(180deg, rgba(14, 21, 18, 0.96) 0%, rgba(14, 21, 18, 0.9) 48%, rgba(14, 21, 18, 0.98) 100%),
      url("../assets/images/hero-business-premium.webp") 62% center / cover no-repeat;
  }
  .hero__visual { min-height: 360px; }
  .phone-mock { margin-top: 10px; }
  .matrix__row { grid-template-columns: minmax(0,1fr) 60px 60px 76px; }
  .matrix__row--head span { font-size: 0.66rem; }
  .package-map { overflow-x: auto; }
  .package-map__row { min-width: 620px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .container { width: min(100% - 30px, var(--container)); }
  .section { padding: 70px 0; }
  .site-header { padding-left: 16px; padding-right: 16px; }
  .feature-grid, .alt-grid, .family-grid, .timeline,
  .duo-grid, .beforeafter, .scope-grid, .benefit-grid,
  .objection-grid, .metric-grid,
  .spotlight-grid, .service-stack, .module-grid, .pricing-grid { grid-template-columns: 1fr; }
  .hero__actions, .hero__actions .button { width: 100%; }
  .button { width: 100%; }
  .sticky-whatsapp { right: 14px; left: 14px; }
  .matrix__row { grid-template-columns: minmax(0,1fr) 46px 46px 60px; padding: 12px; }
  .matrix__row .label { font-size: 0.82rem; }
}

/* ==========================================================================
   2026 light premium refresh
   Content remains intact; this layer simplifies contrast, spacing and density.
   ========================================================================== */
:root {
  --ink: #f5f1ea;
  --ink2: #fbfaf6;
  --ink3: #eee9df;
  --panel: #fffefa;
  --panel-2: #f3efe7;
  --gold: #9a7650;
  --goldsoft: #755638;
  --copper: #b16f4f;
  --emerald: #557d6b;
  --sage: #7c947c;
  --cream: #1f2823;
  --muted: #687069;
  --rose: #a45f62;
  --line: rgba(31, 40, 35, 0.12);
  --line-soft: rgba(31, 40, 35, 0.07);
  --shadow-soft: 0 20px 60px rgba(58, 50, 40, 0.10);
  --shadow-dark: 0 30px 90px rgba(58, 50, 40, 0.14);
  --radius: 20px;
  --radius-sm: 14px;
}

html,
body {
  background: var(--ink);
}

body {
  background:
    radial-gradient(circle at 8% 8%, rgba(224, 211, 191, 0.42), transparent 28rem),
    var(--ink);
}

.section { padding: 88px 0; }
.section--tight { padding: 64px 0; }

.site-header {
  background: rgba(255, 254, 250, 0.88);
  border-color: var(--line);
  box-shadow: 0 12px 36px rgba(58, 50, 40, 0.06);
}

.brand__title,
.site-nav,
.lang-btn:hover { color: var(--cream); }

.brand__subtitle,
.brand__title .acc,
.gold,
.hero h1 .gold { color: var(--gold) !important; }

.lang-switch { background: rgba(239, 233, 222, 0.72) !important; }
.lang-btn.is-active { color: #fff !important; background: var(--cream) !important; }

.hero {
  min-height: min(760px, calc(100vh - 72px));
  display: grid;
  align-items: center;
  padding: 76px 0 94px;
  background:
    linear-gradient(90deg, rgba(250, 248, 242, 0.98) 0%, rgba(250, 248, 242, 0.95) 43%, rgba(250, 248, 242, 0.42) 72%, rgba(250, 248, 242, 0.12) 100%),
    linear-gradient(180deg, rgba(250, 248, 242, 0.02), rgba(245, 241, 234, 0.58)),
    url("../assets/images/hero-business-premium.webp") center right / cover no-repeat;
}

.hero::before {
  background: linear-gradient(180deg, transparent 70%, var(--ink));
  opacity: 0.82;
}
.hero::after { display: none; }
.hero__grid { grid-template-columns: minmax(0, 0.92fr) minmax(260px, 0.78fr); }
.hero h1 { font-size: clamp(2.5rem, 4.8vw, 4rem); max-width: 760px; }
.hero__lead,
.hero__lead strong { color: #38423c; }
.hero__visual { min-height: 400px; }
.hero__visual::before { background: rgba(255, 254, 250, 0.48); backdrop-filter: blur(4px); }
.phone-mock { box-shadow: 0 30px 80px rgba(42, 36, 29, 0.22); }

.section-alt,
.manifesto {
  background: var(--ink2);
}

.section--ornament::before,
.section--ornament::after {
  opacity: 0.45;
}

.kicker {
  color: var(--goldsoft);
  background: rgba(154, 118, 80, 0.08);
  border-color: rgba(154, 118, 80, 0.22);
}

.pill {
  background: rgba(255, 254, 250, 0.76);
  color: var(--cream);
  border-color: rgba(154, 118, 80, 0.25);
}

.button--gold { color: #fff; background: var(--cream); box-shadow: none; }
.button--gold:hover { box-shadow: 0 14px 34px rgba(31, 40, 35, 0.18); }
.button--ghost { color: var(--cream); border-color: var(--line); background: rgba(255,255,255,0.6); }

.spotlight-card,
.service-block,
.service-block--flag,
.seo-chart,
.feature-card,
.module-card,
.duo-card,
.duo-card--rose,
.duo-card--emerald,
.accent-card,
.accent-card.is-emerald,
.solution-card {
  background: var(--panel);
  box-shadow: none;
}

.spotlight-card:hover,
.service-block:hover,
.feature-card:hover {
  box-shadow: var(--shadow-soft);
}

.spotlight-card__ico,
.service-block__num,
.feature-card .num {
  background: var(--panel-2);
  border-color: var(--line);
  color: var(--goldsoft);
}

.service-stack { gap: 16px; }
.service-block { padding: 24px; }
.module-grid { gap: 12px; }
.module-card { padding: 18px; }

.editorial-gallery {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 16px;
  margin-top: 42px;
}

.editorial-gallery__item {
  position: relative;
  min-height: 350px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 18px 50px rgba(58, 50, 40, 0.08);
}

.editorial-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.editorial-gallery__item:hover img { transform: scale(1.035); }

.editorial-gallery__item figcaption {
  position: absolute;
  inset: auto 14px 14px;
  display: grid;
  gap: 2px;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 13px;
  background: rgba(255, 254, 250, 0.88);
  color: var(--cream);
  backdrop-filter: blur(12px);
}

.editorial-gallery__item figcaption b { font-family: var(--display); font-size: 1.04rem; }
.editorial-gallery__item figcaption span { color: var(--muted); font-size: 0.78rem; }

.analysis-form,
.matrix,
.pricing-card,
.faq-list details,
.browser-mock,
.bars,
.journey__step,
.metric {
  box-shadow: none;
}

.site-footer { background: #ece6dc; }

.site-nav a[href="#kiyas"],
.site-nav a[href="#surec"],
.site-nav a[href="#sss"] { display: none; }

@media (max-width: 980px) {
  .editorial-gallery { grid-template-columns: 1fr 1fr; }
  .editorial-gallery__item--wide { grid-column: 1 / -1; }
  .editorial-gallery__item { min-height: 320px; }
}

@media (max-width: 860px) {
  .site-nav { background: rgba(255, 254, 250, 0.98); }
  .hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(250, 248, 242, 0.93), rgba(250, 248, 242, 0.82)),
      url("../assets/images/hero-business-premium.webp") 62% center / cover no-repeat;
  }
  .hero__visual { min-height: 330px; }
}

@media (max-width: 640px) {
  .section { padding: 64px 0; }
  .editorial-gallery { grid-template-columns: 1fr; }
  .editorial-gallery__item--wide { grid-column: auto; }
  .editorial-gallery__item { min-height: 300px; }
}
