/* =========================================================
   Akverdi Travel — Uluslararası & Yurт İçi Cenaze Nakli + Kargo
   Vakur kurumsal tasarım sistemi. Antrasit + Akverdi kırmızı.
   6 dil (TR/EN/DE/FR/RU/AR), Arapça RTL.
   ========================================================= */

/* ---------- Tokens ---------- */
:root {
  /* charcoal / graphite scale */
  --ink-950: #0D0F12;   /* en koyu — footer */
  --ink-900: #14161B;   /* hero overlay, derin bölüm */
  --ink-850: #1B1E25;   /* koyu yüzey */
  --ink-800: #23272F;   /* kart/koyu yüzey 2 */
  --graphite-700: #2E333C;
  --graphite-600: #3A404B;
  --steel-500: #6B7480; /* koyu zemin ikincil metin */
  --steel-400: #8A929C;

  /* Akverdi kırmızı */
  --red-800: #7E0C1B;
  --red-700: #A50E22;   /* koyu kırmızı kenarlık */
  --red-600: #C8102E;   /* ana vurgu / CTA */
  --red-500: #E1232E;   /* logo kırmızı, parlak vurgu */
  --red-400: #EF4250;   /* hover */
  --red-300: #F4848D;

  /* neutrals */
  --ivory: #F6F4F1;     /* açık zemin */
  --stone-100: #F0EDE8;
  --stone-200: #E9E4DD; /* kart zemin */
  --stone-300: #DBD4CA;

  --ink: #191B1F;       /* metin koyu */
  --ink-soft: #2A2D33;
  --muted: #5E6670;     /* ikincil metin */
  --line: rgba(20, 22, 26, 0.12);
  --line-soft: rgba(20, 22, 26, 0.07);

  --white: #ffffff;

  --maxw: 1240px;
  --radius: 6px;
  --radius-lg: 12px;
  --shadow-sm: 0 2px 10px rgba(13, 15, 18, 0.06);
  --shadow-md: 0 18px 50px -18px rgba(13, 15, 18, 0.30);
  --shadow-lg: 0 40px 90px -30px rgba(13, 15, 18, 0.48);

  --ff-serif: "Sora", "Inter", system-ui, -apple-system, sans-serif;
  --ff-sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --header-h: 84px;
}

/* Arapça tipografi (RTL) */
html[lang="ar"] {
  --ff-serif: "Noto Naskh Arabic", "Sora", sans-serif;
  --ff-sans: "Noto Naskh Arabic", "Inter", system-ui, sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--ff-sans);
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; padding: 0; }
:focus-visible { outline: 2px solid var(--red-500); outline-offset: 3px; border-radius: 3px; }

h1, h2, h3, h4 { font-family: var(--ff-serif); font-weight: 600; line-height: 1.16; letter-spacing: -0.01em; }
html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3, html[lang="ar"] h4 { font-weight: 700; letter-spacing: 0; line-height: 1.4; }
[id] { scroll-margin-top: calc(var(--header-h) + 24px); }

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(1.2rem, 4vw, 2.5rem); }
.section { padding-block: clamp(4.5rem, 9vw, 8rem); position: relative; }
.section--tight { padding-block: clamp(3rem, 6vw, 5rem); }
.section--ivory { background: var(--ivory); }
.section--stone { background: var(--stone-200); }
.section--dark { background: var(--ink-900); color: var(--ivory); }
.section--deep { background: var(--ink-950); color: var(--ivory); }
.center { text-align: center; }
.mx-auto { margin-inline: auto; }
.measure { max-width: 62ch; }

/* ---------- Eyebrow + headings ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.6em;
  font-family: var(--ff-sans);
  font-size: 0.74rem; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--red-600);
}
html[lang="ar"] .eyebrow { letter-spacing: 0.06em; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--red-500); }
.eyebrow--center::after { content: ""; width: 26px; height: 2px; background: var(--red-500); }
.section--dark .eyebrow, .section--deep .eyebrow, .on-dark .eyebrow { color: var(--red-400); }
.section--dark .eyebrow::before, .on-dark .eyebrow::before,
.section--dark .eyebrow--center::after, .on-dark .eyebrow--center::after { background: var(--red-500); }

.h-display { font-size: clamp(2.2rem, 5.4vw, 4rem); }
.h-xl { font-size: clamp(1.9rem, 4.2vw, 3rem); }
.h-lg { font-size: clamp(1.5rem, 3vw, 2.1rem); }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.22rem); color: var(--muted); }
.section--dark .lead, .section--deep .lead, .on-dark .lead { color: rgba(246, 244, 241, 0.78); }

.section-head { max-width: 58ch; margin-bottom: clamp(2.2rem, 4vw, 3.4rem); }
.section-head.center { margin-inline: auto; }
.section-head h2 { margin-top: 0.7rem; }
.section-head .lead { margin-top: 1rem; }

/* red rule */
.rule { width: 64px; height: 3px; background: var(--red-600); margin-top: 1.4rem; border-radius: 3px; }
.center .rule { margin-inline: auto; width: 80px; background: linear-gradient(90deg, transparent, var(--red-500), transparent); }
.on-dark .rule, .section--dark .rule, .section--deep .rule { background: var(--red-500); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6em;
  font-family: var(--ff-sans); font-weight: 600; font-size: 0.97rem;
  letter-spacing: 0.01em;
  padding: 0.95em 1.7em; border-radius: var(--radius);
  transition: transform 0.35s var(--ease), background 0.3s, color 0.3s, box-shadow 0.35s;
  position: relative; line-height: 1; white-space: nowrap;
}
.btn .arr { transition: transform 0.35s var(--ease); }
.btn:hover .arr { transform: translateX(4px); }
[dir="rtl"] .btn .arr { transform: scaleX(-1); }
[dir="rtl"] .btn:hover .arr { transform: scaleX(-1) translateX(4px); }
.btn:active { transform: translateY(1px); }

.btn--red {
  background: var(--red-600); color: #fff;
  box-shadow: 0 10px 30px -10px rgba(200, 16, 46, 0.6);
}
.btn--red:hover { background: var(--red-500); box-shadow: 0 16px 38px -10px rgba(225, 35, 46, 0.7); transform: translateY(-2px); }

.btn--dark { background: var(--ink-900); color: var(--ivory); }
.btn--dark:hover { background: var(--ink-800); transform: translateY(-2px); }

.btn--ghost { background: transparent; color: currentColor; box-shadow: inset 0 0 0 1.5px currentColor; }
.btn--ghost:hover { background: var(--ink-900); color: var(--ivory); box-shadow: inset 0 0 0 1.5px var(--ink-900); }
.btn--ghost.on-dark:hover, .on-dark .btn--ghost:hover { background: var(--ivory); color: var(--ink-900); box-shadow: inset 0 0 0 1.5px var(--ivory); }
.btn--ghost-red { background: transparent; color: var(--red-500); box-shadow: inset 0 0 0 1.5px var(--red-600); }
.btn--ghost-red:hover { background: var(--red-600); color: #fff; box-shadow: inset 0 0 0 1.5px var(--red-600); }

.btn--wide { width: 100%; }
.btn--lg { padding: 1.1em 2em; font-size: 1.02rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.9rem; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background 0.4s, box-shadow 0.4s, padding 0.4s, backdrop-filter 0.4s;
  padding-block: 0.85rem;
}
.site-header .container { display: flex; align-items: center; gap: 1.1rem; }
.site-header.is-scrolled {
  background: rgba(246, 244, 241, 0.94);
  backdrop-filter: blur(14px) saturate(1.2);
  box-shadow: 0 1px 0 var(--line), 0 16px 40px -28px rgba(13,15,18,0.4);
  padding-block: 0.55rem;
}

.brand { display: flex; align-items: center; gap: 0.6rem; flex-shrink: 0; color: var(--ivory); transition: color 0.4s var(--ease); }
.is-scrolled .brand { color: var(--ink-900); }
.brand:hover { opacity: 0.92; }
.brand__mark { width: 46px; height: auto; flex-shrink: 0; }
[dir="rtl"] .brand__mark { transform: scaleX(-1); }
.brand__logo { height: 27px; width: auto; flex-shrink: 0; display: block; transition: height 0.4s var(--ease); }
.is-scrolled .brand__logo { height: 24px; }
.footer-brand .brand__logo { height: 32px; }
.mobile-menu .brand__logo { height: 26px; }
.brand__word { display: flex; flex-direction: column; line-height: 1; }
.brand__word b { font-family: var(--ff-sans); font-weight: 800; font-size: 1.32rem; letter-spacing: 0.02em; color: currentColor; transition: font-size 0.4s var(--ease); }
.brand__word span { font-family: var(--ff-sans); font-weight: 700; font-size: 0.66rem; letter-spacing: 0.42em; text-transform: uppercase; color: var(--red-500); margin-top: 3px; }
html[lang="ar"] .brand__word b { letter-spacing: 0; }
html[lang="ar"] .brand__word span { letter-spacing: 0.1em; }
.is-scrolled .brand__word b { font-size: 1.24rem; }
.footer-brand .brand, .mobile-menu .brand { color: var(--ivory); }
.footer-brand .brand__word b { font-size: 1.5rem; }

/* Nav */
.nav { margin-inline-start: auto; }
.nav__list { display: flex; align-items: center; gap: 0.2rem; }
.nav__link {
  display: flex; align-items: center; gap: 0.3em;
  padding: 0.6rem 0.8rem; font-size: 0.9rem; font-weight: 500;
  color: rgba(246,244,241,0.9); border-radius: var(--radius);
  transition: color 0.25s, background 0.25s;
}
.is-scrolled .nav__link { color: var(--ink-soft); }
.nav__link:hover { color: var(--red-400); }
.is-scrolled .nav__link:hover { color: var(--red-600); background: rgba(200,16,46,0.06); }
.nav__link.is-active { color: var(--red-400); }
.is-scrolled .nav__link.is-active { color: var(--red-600); }
.nav__item { position: relative; }
.nav__item.has-drop > .nav__link::after { content: "▾"; font-size: 0.7em; opacity: 0.7; transition: transform 0.3s; }
.nav__item.has-drop:hover > .nav__link::after { transform: rotate(180deg); }

.drop {
  position: absolute; top: calc(100% + 8px); inset-inline-start: 50%; transform: translate(-50%, 8px);
  min-width: 250px; background: var(--white); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md); border: 1px solid var(--line);
  padding: 0.6rem; opacity: 0; visibility: hidden; transition: opacity 0.3s, transform 0.3s var(--ease);
}
[dir="rtl"] .drop { transform: translate(50%, 8px); }
.drop::before { content: ""; position: absolute; bottom: 100%; left: 0; right: 0; height: 14px; }
.nav__item.has-drop:hover .drop, .nav__item.has-drop:focus-within .drop {
  opacity: 1; visibility: visible; transform: translate(-50%, 0);
}
[dir="rtl"] .nav__item.has-drop:hover .drop { transform: translate(50%, 0); }
.drop a {
  display: block; padding: 0.6rem 0.85rem; border-radius: var(--radius);
  font-size: 0.88rem; color: var(--ink-soft); transition: background 0.2s, color 0.2s, padding 0.25s;
}
.drop a:hover { background: var(--stone-100); color: var(--red-600); padding-inline-start: 1.1rem; }

.header-cta { display: flex; align-items: center; gap: 0.55rem; flex-shrink: 0; }

/* Language switcher */
.lang { position: relative; }
.lang__btn {
  display: flex; align-items: center; gap: 0.4em;
  padding: 0.5rem 0.7rem; border-radius: var(--radius);
  font-size: 0.85rem; font-weight: 600; color: rgba(246,244,241,0.92);
  box-shadow: inset 0 0 0 1.5px rgba(246,244,241,0.28);
  transition: color 0.25s, box-shadow 0.25s, background 0.25s;
}
.is-scrolled .lang__btn { color: var(--ink-soft); box-shadow: inset 0 0 0 1.5px var(--line); }
.lang__btn:hover { color: var(--red-500); }
.lang__btn .flag { font-size: 1rem; line-height: 1; }
.lang__btn .chev { font-size: 0.6em; opacity: 0.7; transition: transform 0.3s; }
.lang.is-open .lang__btn .chev { transform: rotate(180deg); }
.lang__menu {
  position: absolute; top: calc(100% + 8px); inset-inline-end: 0; min-width: 168px;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md); padding: 0.4rem;
  opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity 0.25s, transform 0.25s var(--ease), visibility 0.25s;
  z-index: 5;
}
.lang.is-open .lang__menu { opacity: 1; visibility: visible; transform: translateY(0); }
.lang__opt {
  display: flex; align-items: center; gap: 0.6em; width: 100%; text-align: start;
  padding: 0.55rem 0.7rem; border-radius: var(--radius); font-size: 0.9rem; color: var(--ink-soft);
  transition: background 0.2s, color 0.2s;
}
.lang__opt:hover { background: var(--stone-100); color: var(--red-600); }
.lang__opt.is-active { color: var(--red-600); font-weight: 600; }
.lang__opt .flag { font-size: 1.05rem; }

/* Header phone (7/24) */
.header-tel {
  display: flex; align-items: center; gap: 0.5em; padding: 0.5rem 0.85rem;
  border-radius: var(--radius); font-weight: 700; font-size: 0.9rem;
  background: var(--red-600); color: #fff; box-shadow: 0 8px 22px -10px rgba(200,16,46,0.7);
  transition: transform 0.3s, background 0.3s;
}
.header-tel:hover { transform: translateY(-2px); background: var(--red-500); }
.header-tel svg { width: 17px; height: 17px; }
.header-tel .pulse { width: 7px; height: 7px; border-radius: 50%; background: #6df58a; box-shadow: 0 0 0 0 rgba(109,245,138,0.7); animation: telpulse 1.8s infinite; }
@keyframes telpulse { 0%{box-shadow:0 0 0 0 rgba(109,245,138,.7)} 70%{box-shadow:0 0 0 7px rgba(109,245,138,0)} 100%{box-shadow:0 0 0 0 rgba(109,245,138,0)} }

/* Burger + mobile */
.burger { display: none; width: 44px; height: 44px; flex-direction: column; justify-content: center; gap: 5px; padding: 10px; margin-inline-start: auto; }
.burger span { height: 2px; background: var(--ivory); border-radius: 2px; transition: transform 0.35s var(--ease), opacity 0.3s, background 0.4s; }
.is-scrolled .burger span { background: var(--ink-900); }
.burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.is-open span:nth-child(2) { opacity: 0; }
.burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: 0; z-index: 99; background: var(--ink-950); color: var(--ivory);
  padding: calc(var(--header-h) + 1rem) clamp(1.4rem,6vw,3rem) 2rem;
  transform: translateX(100%); transition: transform 0.5s var(--ease);
  overflow-y: auto; display: flex; flex-direction: column;
}
[dir="rtl"] .mobile-menu { transform: translateX(-100%); }
.mobile-menu.is-open { transform: translateX(0); }
.mobile-menu__group { border-bottom: 1px solid rgba(246,244,241,0.12); }
.mobile-menu__top { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 1rem 0; font-family: var(--ff-serif); font-size: 1.22rem; color: var(--ivory); }
.mobile-menu__top .chev { transition: transform 0.3s; color: var(--red-400); }
.mobile-menu__top[aria-expanded="true"] .chev { transform: rotate(180deg); }
.mobile-menu__sub { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.4s var(--ease); }
.mobile-menu__sub > div { overflow: hidden; }
.mobile-menu__sub.is-open { grid-template-rows: 1fr; }
.mobile-menu__sub a { display: block; padding: 0.55rem 0; color: rgba(246,244,241,0.72); font-size: 0.96rem; }
.mobile-menu__sub a:hover { color: var(--red-400); }
.mobile-menu__cta { margin-top: auto; padding-top: 1.6rem; display: grid; gap: 0.8rem; }
.mobile-menu__langs { display: flex; flex-wrap: wrap; gap: 0.5rem; padding: 1.2rem 0 0.4rem; }
.mobile-menu__langs button { padding: 0.45rem 0.8rem; border-radius: 100px; font-size: 0.85rem; color: rgba(246,244,241,0.8); box-shadow: inset 0 0 0 1.5px rgba(246,244,241,0.2); }
.mobile-menu__langs button.is-active { background: var(--red-600); color: #fff; box-shadow: none; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; color: var(--ivory); overflow: hidden; isolation: isolate; }
.hero__bg { position: absolute; inset: 0; z-index: -3; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; animation: kenburns 28s ease-in-out infinite alternate; }
@keyframes kenburns { from { transform: scale(1.06) translateY(0); } to { transform: scale(1.16) translateY(-2%); } }
.hero__veil { position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(13,15,18,0.82) 0%, rgba(13,15,18,0.55) 42%, rgba(13,15,18,0.90) 100%),
    linear-gradient(100deg, rgba(10,11,14,0.92) 0%, rgba(13,15,18,0.6) 50%, rgba(13,15,18,0.30) 100%);
}
.hero__inner { padding-block: calc(var(--header-h) + 3rem) 4rem; max-width: 58rem; }
.hero h1 { font-size: clamp(2.4rem, 6vw, 4.7rem); margin: 1.3rem 0 0; text-wrap: balance; }
.hero h1 em { font-style: italic; color: var(--red-400); }
.hero__sub { margin: 1.6rem 0 0; font-size: clamp(1.05rem, 1.8vw, 1.3rem); max-width: 50ch; color: rgba(246,244,241,0.9); }
.hero .btn-row { margin-top: 2.4rem; }
.hero__micro { margin-top: 2rem; font-size: 0.95rem; color: rgba(246,244,241,0.82); display: flex; align-items: center; gap: 0.6em; flex-wrap: wrap; }
.hero__micro b { color: var(--red-400); font-weight: 600; }
.hero__scroll { position: absolute; bottom: 1.7rem; inset-inline-start: 50%; transform: translateX(-50%); display: grid; justify-items: center; gap: 0.5rem; font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(246,244,241,0.6); }
.hero__scroll .line { width: 1px; height: 40px; background: linear-gradient(var(--red-400), transparent); animation: scrolldot 2.2s ease-in-out infinite; transform-origin: top; }
@keyframes scrolldot { 0%,100% { transform: scaleY(0.3); opacity: 0.4; } 50% { transform: scaleY(1); opacity: 1; } }

/* hero service chips */
.hero__chips { margin-top: 2.2rem; display: flex; flex-wrap: wrap; gap: 0.7rem; }
.hero__chip { display: inline-flex; align-items: center; gap: 0.5em; padding: 0.5rem 0.95rem; border-radius: 100px; font-size: 0.84rem; font-weight: 500; color: rgba(246,244,241,0.92); background: rgba(246,244,241,0.06); border: 1px solid rgba(246,244,241,0.16); backdrop-filter: blur(4px); }
.hero__chip svg { width: 16px; height: 16px; color: var(--red-400); }

/* ---------- 7/24 strip ---------- */
.alert-strip { background: var(--red-700); color: #fff; }
.alert-strip__row { display: flex; align-items: center; justify-content: center; gap: clamp(1rem,3vw,2.4rem); flex-wrap: wrap; padding-block: 0.95rem; text-align: center; }
.alert-strip__lead { display: flex; align-items: center; gap: 0.6em; font-weight: 600; font-size: 0.98rem; letter-spacing: 0.01em; }
.alert-strip__lead svg { width: 20px; height: 20px; }
.alert-strip__row .tel { display: inline-flex; align-items: center; gap: 0.5em; font-weight: 800; font-size: 1.1rem; letter-spacing: 0.02em; padding: 0.3em 0.9em; border-radius: 100px; background: rgba(255,255,255,0.14); }
.alert-strip__row .tel:hover { background: rgba(255,255,255,0.24); }

/* ---------- Trust strip ---------- */
.trust { background: var(--ink-950); color: var(--ivory); border-top: 1px solid rgba(225,35,46,0.2); }
.trust__track { display: flex; align-items: center; gap: clamp(1.4rem, 4vw, 3.2rem); flex-wrap: wrap; justify-content: center; padding-block: 1.4rem; }
.trust__item { display: flex; align-items: center; gap: 0.55em; font-size: 0.9rem; letter-spacing: 0.02em; color: rgba(246,244,241,0.85); white-space: nowrap; }
.trust__item svg { color: var(--red-400); flex-shrink: 0; }
.trust__sep { width: 5px; height: 5px; border-radius: 50%; background: var(--red-600); opacity: 0.6; }

/* ---------- Service highlight cards (3 ana cenaze hizmeti) ---------- */
.svc-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 1.6rem; align-items: stretch; }
.svc-card {
  background: var(--white); border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--line); display: flex; flex-direction: column;
  transition: transform 0.4s var(--ease), box-shadow 0.4s, border-color 0.4s;
}
.svc-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.svc-card__media { position: relative; height: 184px; overflow: hidden; background: var(--ink-850); }
.svc-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.svc-card:hover .svc-card__media img { transform: scale(1.07); }
.svc-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,15,18,0.05), rgba(13,15,18,0.55)); }
.svc-card__badge { position: absolute; top: 1rem; inset-inline-start: 1rem; z-index: 2; background: var(--red-600); color: #fff; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 0.45em 0.9em; border-radius: 100px; }
html[lang="ar"] .svc-card__badge { letter-spacing: 0; }
.svc-card__body { padding: 1.8rem; display: flex; flex-direction: column; flex: 1; }
.svc-card__icon { width: 50px; height: 50px; border-radius: 12px; display: grid; place-items: center; background: var(--ink-900); color: var(--red-400); margin-bottom: 1rem; }
.svc-card__icon svg { width: 26px; height: 26px; }
.svc-card h3 { font-size: 1.4rem; }
.svc-card > .svc-card__body > p { color: var(--muted); font-size: 0.96rem; margin-top: 0.5rem; }
.svc-card__list { margin: 1.2rem 0; display: grid; gap: 0.6rem; border-top: 1px solid var(--line); padding-top: 1.2rem; }
.svc-card__list li { display: flex; gap: 0.55rem; font-size: 0.9rem; color: var(--ink-soft); }
.svc-card__list svg { color: var(--red-600); flex-shrink: 0; margin-top: 4px; }
.svc-card__cta { margin-top: auto; }

/* ---------- Feature cards (Neden Akverdi) ---------- */
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.4rem; }
.feature {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 2.1rem 1.9rem; position: relative; overflow: hidden;
  transition: transform 0.4s var(--ease), box-shadow 0.4s, border-color 0.4s;
}
.feature::before { content: ""; position: absolute; top: 0; inset-inline-start: 0; width: 100%; height: 3px; background: var(--red-600); transform: scaleX(0); transform-origin: left; transition: transform 0.5s var(--ease); }
[dir="rtl"] .feature::before { transform-origin: right; }
.feature:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.feature:hover::before { transform: scaleX(1); }
.feature__icon { width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; background: var(--ink-900); color: var(--red-400); margin-bottom: 1.2rem; transition: transform 0.4s var(--ease); }
.feature:hover .feature__icon { transform: scale(1.08) rotate(-4deg); }
.feature__icon svg { width: 27px; height: 27px; }
.feature h3 { font-size: 1.22rem; margin-bottom: 0.5rem; }
.feature p { color: var(--muted); font-size: 0.96rem; }
.feature__num { position: absolute; top: 1.1rem; inset-inline-end: 1.3rem; font-family: var(--ff-serif); font-size: 2.5rem; color: var(--stone-200); line-height: 1; z-index: 0; }
.feature > * { position: relative; z-index: 1; }

/* ---------- Process timeline (Cenaze Taşıma Süreci) ---------- */
.process { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px,1fr)); gap: 1.5rem; position: relative; }
.step { position: relative; padding-top: 3.6rem; }
.step__num { position: absolute; top: 0; inset-inline-start: 0; width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; font-family: var(--ff-serif); font-size: 1.35rem; background: var(--white); color: var(--red-600); border: 2px solid var(--red-500); box-shadow: var(--shadow-sm); z-index: 2; }
.section--dark .step__num, .section--deep .step__num, .on-dark .step__num { background: var(--ink-950); color: var(--red-400); }
.step::before { content: ""; position: absolute; top: 27px; inset-inline-start: 54px; inset-inline-end: -1.5rem; height: 2px; background: repeating-linear-gradient(90deg, var(--red-600) 0 6px, transparent 6px 12px); opacity: 0.45; }
.step:last-child::before { display: none; }
.step h3 { font-size: 1.14rem; margin-bottom: 0.4rem; }
.step p { font-size: 0.9rem; color: var(--muted); }
.section--dark .step p, .on-dark .step p { color: rgba(246,244,241,0.72); }

/* big numbered process (süreç sayfası — dikey) */
.flow { max-width: 880px; margin-inline: auto; display: grid; gap: 0; }
.flow__item { display: grid; grid-template-columns: auto 1fr; gap: 1.6rem; padding-bottom: 2.4rem; position: relative; }
.flow__item:not(:last-child)::before { content: ""; position: absolute; top: 56px; inset-inline-start: 27px; bottom: 0; width: 2px; background: repeating-linear-gradient(180deg, var(--red-600) 0 6px, transparent 6px 13px); opacity: 0.4; }
.flow__num { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; font-family: var(--ff-serif); font-size: 1.5rem; background: var(--ink-900); color: var(--red-400); flex-shrink: 0; z-index: 1; }
.flow__body { padding-top: 0.3rem; }
.flow__body h3 { font-size: 1.34rem; margin-bottom: 0.5rem; }
.flow__body p { color: var(--muted); }
.flow__body .mini { margin-top: 0.9rem; display: grid; gap: 0.5rem; }
.flow__body .mini li { display: flex; gap: 0.55rem; font-size: 0.92rem; color: var(--ink-soft); }
.flow__body .mini svg { color: var(--red-600); flex-shrink: 0; margin-top: 4px; }

/* ---------- Document list ---------- */
.doc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 1rem; }
.doc {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 1.5rem 1.6rem; display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.doc:hover { border-color: var(--red-600); box-shadow: var(--shadow-sm); transform: translateY(-3px); }
.doc__ic { width: 44px; height: 44px; border-radius: 10px; background: rgba(200,16,46,0.08); color: var(--red-600); display: grid; place-items: center; }
.doc h3 { font-size: 1.06rem; }
.doc p { font-size: 0.9rem; color: var(--muted); margin-top: 0.25rem; }
.doc__tag { display: inline-block; margin-top: 0.5rem; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--red-600); }

/* ---------- Services grid (mini) ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px,1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.svc { background: var(--white); padding: 2rem 1.6rem; display: flex; flex-direction: column; gap: 0.7rem; transition: background 0.35s, color 0.35s; position: relative; }
.svc:hover { background: var(--ink-900); color: var(--ivory); }
.svc__icon { width: 44px; height: 44px; color: var(--red-600); transition: color 0.35s, transform 0.4s var(--ease); }
.svc:hover .svc__icon { color: var(--red-400); transform: translateY(-3px); }
.svc h3 { font-size: 1.08rem; }
.svc p { font-size: 0.86rem; color: var(--muted); transition: color 0.35s; }
.svc:hover p { color: rgba(246,244,241,0.78); }

/* ---------- Split blocks ---------- */
.split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem,5vw,4.5rem); align-items: center; }
.split--reverse .split__media { order: 2; }
.split__media { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/3.4; box-shadow: var(--shadow-md); background: var(--ink-850); }
.split__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--ease); }
.split__media:hover img { transform: scale(1.05); }
.split__badge { position: absolute; bottom: 1.4rem; inset-inline: 1.4rem; background: rgba(13,15,18,0.84); backdrop-filter: blur(8px); border: 1px solid rgba(225,35,46,0.4); border-radius: var(--radius); padding: 1.1rem 1.3rem; color: var(--ivory); display: flex; align-items: center; gap: 0.9rem; }
.split__badge .big { font-family: var(--ff-serif); font-size: 1.7rem; color: var(--red-400); line-height: 1; }
.split__badge small { font-size: 0.82rem; color: rgba(246,244,241,0.8); }

/* check list */
.check-list { display: grid; gap: 0.9rem; margin-top: 1.6rem; }
.check-list li { display: flex; gap: 0.8rem; align-items: flex-start; }
.check-list .ic { flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: var(--ink-900); color: var(--red-400); margin-top: 2px; }
.on-dark .check-list .ic, .section--dark .check-list .ic { background: rgba(225,35,46,0.18); }
.check-list b { display: block; }
.check-list span.txt { color: var(--muted); font-size: 0.95rem; }
.on-dark .check-list span.txt, .section--dark .check-list span.txt { color: rgba(246,244,241,0.72); }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px,1fr)); gap: 1.5rem; text-align: center; }
.stat .num { font-family: var(--ff-serif); font-size: clamp(2.3rem,5vw,3.3rem); color: var(--red-400); line-height: 1; }
.stat .lbl { margin-top: 0.5rem; font-size: 0.88rem; letter-spacing: 0.04em; color: rgba(246,244,241,0.78); text-transform: uppercase; }
html[lang="ar"] .stat .lbl { letter-spacing: 0; }
.section--ivory .stat .num, .section--stone .stat .num { color: var(--red-600); }
.section--ivory .stat .lbl, .section--stone .stat .lbl { color: var(--muted); }

/* ---------- Routes / coverage ---------- */
.routes { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 1.2rem; }
.route-col { background: var(--ink-850); border: 1px solid rgba(246,244,241,0.08); border-radius: var(--radius-lg); padding: 1.6rem 1.7rem; }
.route-col h3 { font-size: 1.1rem; color: var(--ivory); display: flex; align-items: center; gap: 0.5em; }
.route-col h3 svg { width: 20px; height: 20px; color: var(--red-400); }
.route-col ul { margin-top: 1rem; display: grid; gap: 0.5rem; }
.route-col li { font-size: 0.92rem; color: rgba(246,244,241,0.72); display: flex; gap: 0.5rem; }
.route-col li::before { content: "›"; color: var(--red-400); }
[dir="rtl"] .route-col li::before { content: "‹"; }

/* ---------- Comparison table ---------- */
.cmp-wrap { overflow-x: auto; border-radius: var(--radius-lg); border: 1px solid var(--line); -webkit-overflow-scrolling: touch; }
.cmp { width: 100%; border-collapse: collapse; min-width: 680px; background: var(--white); }
.cmp th, .cmp td { padding: 1rem 1.3rem; text-align: start; border-bottom: 1px solid var(--line); font-size: 0.95rem; }
.cmp thead th { background: var(--ink-900); color: var(--ivory); font-family: var(--ff-serif); font-size: 1.1rem; font-weight: 600; }
.cmp tbody th { font-weight: 600; color: var(--ink-900); background: var(--stone-100); width: 30%; }
.cmp td svg { color: var(--red-600); }
.cmp tbody tr:hover td, .cmp tbody tr:hover th { background: var(--stone-200); }

/* ---------- FAQ accordion ---------- */
.faq { max-width: 840px; margin-inline: auto; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.5rem 0.2rem; text-align: start; font-family: var(--ff-serif); font-size: clamp(1.08rem,2vw,1.3rem); color: var(--ink-900); transition: color 0.3s; }
.on-dark .faq__q { color: var(--ivory); }
.faq__q:hover { color: var(--red-600); }
.on-dark .faq__q:hover { color: var(--red-400); }
.faq__icon { flex-shrink: 0; width: 34px; height: 34px; border-radius: 50%; border: 2px solid var(--red-500); display: grid; place-items: center; position: relative; transition: background 0.35s, transform 0.4s var(--ease); }
.faq__icon::before, .faq__icon::after { content: ""; position: absolute; background: var(--red-600); border-radius: 2px; transition: transform 0.35s var(--ease), background 0.3s; }
.faq__icon::before { width: 13px; height: 2px; }
.faq__icon::after { width: 2px; height: 13px; }
.faq__item.is-open .faq__icon { background: var(--red-600); transform: rotate(180deg); }
.faq__item.is-open .faq__icon::after { transform: scaleY(0); }
.faq__item.is-open .faq__icon::before { background: #fff; }
.faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.45s var(--ease); }
.faq__a > div { overflow: hidden; }
.faq__item.is-open .faq__a { grid-template-rows: 1fr; }
.faq__a p { padding: 0 0.2rem 1.5rem; color: var(--muted); }
.on-dark .faq__a p { color: rgba(246,244,241,0.72); }

/* ---------- Forms ---------- */
.form-card { background: var(--white); border-radius: var(--radius-lg); padding: clamp(1.6rem,3vw,2.6rem); box-shadow: var(--shadow-md); border: 1px solid var(--line); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.field { display: flex; flex-direction: column; gap: 0.4rem; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 0.85rem; font-weight: 600; color: var(--ink-900); }
.field label .req { color: var(--red-600); }
.field input, .field select, .field textarea {
  font-family: inherit; font-size: 1rem; color: var(--ink);
  padding: 0.85rem 1rem; border: 1.5px solid var(--stone-300); border-radius: var(--radius);
  background: var(--stone-100); transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
}
.field input::placeholder, .field textarea::placeholder { color: #9aa0a7; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--red-500); background: var(--white); box-shadow: 0 0 0 4px rgba(225,35,46,0.13); }
.field textarea { resize: vertical; min-height: 96px; }
.field .hint { font-size: 0.78rem; color: var(--muted); }
.field.has-error input, .field.has-error select { border-color: #c0392b; background: #fdf3f2; }
.field .err-msg { font-size: 0.8rem; color: #c0392b; display: none; }
.field.has-error .err-msg { display: block; }
.form-consent { font-size: 0.82rem; color: var(--muted); margin-top: 0.4rem; }
.form-success { display: none; text-align: center; padding: 2.5rem 1rem; }
.form-success.is-on { display: block; animation: rise 0.6s var(--ease) both; }
.form-success .tick { width: 72px; height: 72px; margin: 0 auto 1.4rem; border-radius: 50%; background: var(--ink-900); display: grid; place-items: center; color: var(--red-400); }
.form-success .tick svg { animation: tick 0.6s 0.2s var(--ease) both; }
@keyframes tick { from { stroke-dashoffset: 40; } to { stroke-dashoffset: 0; } }
.form-success h3 { font-size: 1.5rem; color: var(--ink-900); }
.form-success p { color: var(--muted); margin: 0.6rem auto 1.6rem; max-width: 40ch; }
.is-submitting { opacity: 0.6; pointer-events: none; }

/* contact info aside */
.contact-aside { display: grid; gap: 1.2rem; align-content: start; }
.contact-row { display: flex; gap: 1rem; align-items: flex-start; }
.contact-row .ic { flex-shrink: 0; width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: rgba(200,16,46,0.08); color: var(--red-600); }
.on-dark .contact-row .ic { background: rgba(225,35,46,0.16); color: var(--red-400); }
.contact-row .lbl { font-size: 0.76rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red-600); font-weight: 600; }
html[lang="ar"] .contact-row .lbl { letter-spacing: 0; }
.on-dark .contact-row .lbl { color: var(--red-400); }
.contact-row a, .contact-row .val { font-size: 1.04rem; color: inherit; }
.contact-row a:hover { color: var(--red-600); }

/* ---------- Page hero (inner) ---------- */
.page-hero { position: relative; padding-block: calc(var(--header-h) + 4.2rem) clamp(3.5rem,7vw,5.5rem); color: var(--ivory); overflow: hidden; isolation: isolate; }
.page-hero__bg { position: absolute; inset: 0; z-index: -2; background: var(--ink-900); }
.page-hero__bg img, .page-hero__bg video { width: 100%; height: 100%; object-fit: cover; opacity: 0.5; }
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(115deg, rgba(13,15,18,0.92), rgba(13,15,18,0.6)); }
.page-hero h1 { font-size: clamp(2.1rem,5vw,3.6rem); margin-top: 1rem; max-width: 22ch; }
.page-hero .lead { margin-top: 1.2rem; max-width: 56ch; color: rgba(246,244,241,0.85); }
.crumbs { display: flex; gap: 0.5rem; font-size: 0.85rem; color: rgba(246,244,241,0.6); align-items: center; flex-wrap: wrap; }
.crumbs a:hover { color: var(--red-400); }
.crumbs span { color: var(--red-400); }

/* ---------- Service rows (hizmetler) ---------- */
.svc-rows { display: grid; gap: 1.2rem; }
.svc-row {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: clamp(1.6rem, 3vw, 2.4rem); display: grid; grid-template-columns: auto 1fr; gap: clamp(1.2rem, 3vw, 2.2rem);
  scroll-margin-top: calc(var(--header-h) + 24px); transition: box-shadow 0.4s, border-color 0.4s;
}
.svc-row:hover { box-shadow: var(--shadow-md); border-color: transparent; }
.svc-row__ic { width: 62px; height: 62px; border-radius: 14px; background: var(--ink-900); color: var(--red-400); display: grid; place-items: center; }
.svc-row__ic svg { width: 30px; height: 30px; }
.svc-row__num { font-family: var(--ff-serif); font-size: 0.9rem; color: var(--red-600); letter-spacing: 0.1em; }
.svc-row h2 { font-size: clamp(1.4rem, 2.6vw, 1.8rem); margin: 0.3rem 0 0.7rem; }
.svc-row p { color: var(--muted); }
.svc-row p + p { margin-top: 0.7rem; }
.svc-row__list { margin-top: 1.2rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 0.6rem 1.4rem; }
.svc-row__list li { display: flex; gap: 0.55rem; font-size: 0.92rem; color: var(--ink-soft); }
.svc-row__list svg { color: var(--red-600); flex-shrink: 0; margin-top: 4px; }

/* ---------- Note box ---------- */
.note-box {
  display: grid; grid-template-columns: auto 1fr; gap: 1.2rem; align-items: start;
  background: rgba(200,16,46,0.05); border: 1px solid rgba(200,16,46,0.22);
  border-inline-start: 4px solid var(--red-600); border-radius: var(--radius-lg);
  padding: 1.6rem 1.8rem; max-width: 880px; margin-inline: auto;
}
.note-box__ic { width: 44px; height: 44px; border-radius: 10px; background: var(--red-600); color: #fff; display: grid; place-items: center; }
.note-box h3 { font-size: 1.12rem; color: var(--ink-900); }
.note-box p { font-size: 0.95rem; color: var(--muted); margin-top: 0.3rem; }

/* ---------- Pillars ---------- */
.pillars { display: grid; gap: 1px; background: var(--line); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); }
.pillar { background: var(--white); padding: 1.7rem 2rem; display: grid; grid-template-columns: auto 1fr; gap: 1.4rem; align-items: center; transition: background 0.3s; }
.pillar:hover { background: var(--stone-100); }
.pillar__ic { width: 50px; height: 50px; border-radius: 12px; background: var(--ink-900); color: var(--red-400); display: grid; place-items: center; }
.pillar h3 { font-size: 1.18rem; }
.pillar p { font-size: 0.92rem; color: var(--muted); margin-top: 0.2rem; }

/* ---------- Divisions (Akverdi Group) ---------- */
.divisions { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 1.2rem; }
.division { background: var(--ink-850); border: 1px solid rgba(246,244,241,0.08); border-radius: var(--radius-lg); padding: 1.7rem; transition: transform 0.4s var(--ease), border-color 0.3s; display: flex; flex-direction: column; }
.division:hover { transform: translateY(-5px); border-color: var(--red-600); }
.division__tag { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--red-400); }
html[lang="ar"] .division__tag { letter-spacing: 0; }
.division h3 { font-size: 1.3rem; color: var(--ivory); margin-top: 0.5rem; }
.division p { font-size: 0.9rem; color: rgba(246,244,241,0.7); margin-top: 0.6rem; flex: 1; }
.division a { margin-top: 1rem; font-size: 0.86rem; font-weight: 600; color: var(--red-400); display: inline-flex; align-items: center; gap: 0.4em; }
.division a .arr { transition: transform 0.3s; }
.division a:hover .arr { transform: translateX(3px); }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; isolation: isolate; }
.cta-band__inner { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem,5vw,4rem); align-items: center; }
.cta-band h2 { font-size: clamp(1.8rem,3.6vw,2.7rem); }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink-950); color: rgba(246,244,241,0.7); padding-top: clamp(3.5rem,6vw,5.5rem); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: 2.5rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(246,244,241,0.1); }
.footer-about { margin: 1.2rem 0 1.4rem; font-size: 0.92rem; line-height: 1.7; max-width: 36ch; }
.footer-badges { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.footer-badge { font-size: 0.7rem; letter-spacing: 0.08em; padding: 0.4em 0.7em; border: 1px solid rgba(225,35,46,0.35); border-radius: 4px; color: var(--red-400); }
.footer-col h4 { font-family: var(--ff-sans); font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--red-400); margin-bottom: 1.1rem; }
html[lang="ar"] .footer-col h4 { letter-spacing: 0; }
.footer-col ul { display: grid; gap: 0.65rem; }
.footer-col a, .footer-contact li { font-size: 0.92rem; transition: color 0.25s, padding 0.25s; }
.footer-col a:hover { color: var(--red-400); padding-inline-start: 4px; }
.footer-contact { display: grid; gap: 0.9rem; }
.footer-contact li { display: flex; gap: 0.6rem; align-items: flex-start; }
.footer-contact svg { color: var(--red-500); flex-shrink: 0; margin-top: 3px; }
.footer-social { display: flex; gap: 0.7rem; margin-top: 0.6rem; }
.footer-social a { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(246,244,241,0.18); transition: background 0.3s, border-color 0.3s, transform 0.3s, color 0.3s; }
.footer-social a:hover { background: var(--red-600); color: #fff; border-color: var(--red-600); transform: translateY(-2px); padding-inline-start: 0; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; padding-block: 1.6rem; font-size: 0.82rem; }
.footer-bottom nav { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.footer-bottom a:hover { color: var(--red-400); }

/* ---------- Floating + mobile bar ---------- */
.call-float { position: fixed; inset-inline-end: 1.2rem; bottom: 1.4rem; z-index: 90; display: grid; gap: 0.7rem; }
.call-float a { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; color: #fff; transition: transform 0.3s; }
.call-float a:hover { transform: scale(1.08); }
.call-float .is-wa { background: #25D366; box-shadow: 0 14px 30px -8px rgba(37,211,102,0.6); }
.call-float .is-tel { background: var(--red-600); box-shadow: 0 14px 30px -8px rgba(200,16,46,0.6); animation: telring 2.6s ease-in-out infinite; }
@keyframes telring { 0%,100% { box-shadow: 0 14px 30px -8px rgba(200,16,46,0.6), 0 0 0 0 rgba(200,16,46,0.4);} 50% { box-shadow: 0 14px 30px -8px rgba(200,16,46,0.6), 0 0 0 14px rgba(200,16,46,0);} }

.mbar { position: fixed; inset: auto 0 0 0; z-index: 91; display: none; grid-template-columns: repeat(3,1fr); background: var(--ink-950); border-top: 1px solid rgba(225,35,46,0.3); box-shadow: 0 -10px 30px -10px rgba(0,0,0,0.4); }
.mbar a { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 0.7rem 0.4rem calc(0.7rem + env(safe-area-inset-bottom)); font-size: 0.7rem; color: rgba(246,244,241,0.85); }
.mbar a svg { width: 22px; height: 22px; color: var(--red-400); }
.mbar a.mbar--cta { background: var(--red-600); color: #fff; }
.mbar a.mbar--cta svg { color: #fff; }

/* ---------- Cookie banner ---------- */
.cookie { position: fixed; inset-inline: 1rem; bottom: 1rem; z-index: 95; max-width: 480px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 1.3rem 1.5rem; transform: translateY(160%); transition: transform 0.5s var(--ease); }
.cookie.is-on { transform: translateY(0); }
.cookie p { font-size: 0.88rem; color: var(--muted); }
.cookie p a { color: var(--red-600); text-decoration: underline; }
.cookie__row { display: flex; gap: 0.7rem; margin-top: 1rem; }
.cookie .btn { padding: 0.6em 1.1em; font-size: 0.85rem; }

/* ---------- Scroll reveal ---------- */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
[data-reveal].is-in { opacity: 1; transform: none; }
[data-reveal][data-delay="1"] { transition-delay: 0.08s; }
[data-reveal][data-delay="2"] { transition-delay: 0.16s; }
[data-reveal][data-delay="3"] { transition-delay: 0.24s; }
[data-reveal][data-delay="4"] { transition-delay: 0.32s; }
[data-reveal][data-delay="5"] { transition-delay: 0.40s; }
@keyframes rise { from { opacity: 0; transform: translateY(20px);} to { opacity:1; transform:none; } }

/* scroll progress */
.scroll-prog { position: fixed; top: 0; inset-inline-start: 0; height: 3px; width: 0; z-index: 101; background: var(--red-500); transition: width 0.1s linear; }

/* ---------- Responsive ---------- */
@media (max-width: 1140px) {
  .nav__link { padding: 0.6rem 0.6rem; font-size: 0.86rem; }
}
@media (max-width: 1080px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .cta-band__inner { grid-template-columns: 1fr; }
}
@media (max-width: 980px) {
  .nav { display: none; }
  .header-cta .header-tel .lbl-tel { display: none; }
  .burger { display: flex; }
  .split { grid-template-columns: 1fr; }
  .split--reverse .split__media { order: 0; }
  .cta-band__inner .form-card { order: -1; }
  .form-grid { grid-template-columns: 1fr; }
  .call-float { display: none; }
  .mbar { display: grid; }
  body { padding-bottom: 70px; }
  .flow__item { grid-template-columns: auto 1fr; gap: 1.1rem; }
  .svc-row { grid-template-columns: 1fr; }
  .note-box { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  :root { --header-h: 70px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .hero__inner { padding-top: calc(var(--header-h) + 1.5rem); }
  .btn-row .btn { width: 100%; }
  .trust__sep { display: none; }
  .header-cta .lang { display: none; }
  .alert-strip__row { flex-direction: column; gap: 0.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .hero__bg img { animation: none; }
}
