/* =========================================================
   AUTO GOLD GROUP — Premium PPF & Paint Protection
   Theme: LIGHT — White / warm gray + Gold + Black type
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Inter:wght@400;500;600&display=swap');

:root {
  --gold: #C9A227;          /* metin/ikon altını (beyaz üstünde okunur) */
  --gold-bright: #F0C93C;   /* buton/vurgu altını */
  --gold-light: #F7DC6F;
  --gold-dim: rgba(201,162,39,0.10);
  --gold-line: rgba(201,162,39,0.40);
  --gold-bg: #FFF8DC;

  --bg: #FFFFFF;
  --bg-2: #F7F6F2;          /* sıcak açık gri */
  --bg-3: #FFFFFF;          /* kartlar */
  --bg-4: #F1EFE8;
  --line: rgba(17,17,17,0.08);
  --line-2: rgba(17,17,17,0.14);

  --black: #111111;
  --text: #111111;
  --text-2: #3F3F46;
  --muted: #71717A;

  --wa: #25D366;

  --font-head: 'Outfit', sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;

  --radius: 16px;
  --radius-sm: 10px;
  --shadow-sm: 0 2px 10px rgba(17,17,17,0.05);
  --shadow: 0 12px 40px rgba(17,17,17,0.08);
  --shadow-lg: 0 24px 70px rgba(17,17,17,0.14);

  --container: 1240px;
  --ease: cubic-bezier(.2,.8,.2,1);
}

*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button, input, select { font: inherit; color: inherit; }
h1,h2,h3,h4 { font-family: var(--font-head); line-height: 1.1; letter-spacing: -0.01em; color: var(--black); }
::selection { background: var(--gold-bright); color: #000; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section { padding: 110px 0; position: relative; }
.section--tight { padding: 80px 0; }
.section--alt { background: var(--bg-2); }

/* Section headings */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-head);
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.eyebrow::before { content: ''; width: 28px; height: 2px; background: var(--gold); }
.eyebrow--center { justify-content: center; }
.eyebrow--center::after { content: ''; width: 28px; height: 2px; background: var(--gold); }
.h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  margin-bottom: 20px;
}
.h2 em { font-style: normal; color: var(--gold); }
.lead { font-size: 1.1rem; color: var(--text-2); max-width: 640px; line-height: 1.7; }
.center { text-align: center; }
.center .lead { margin: 0 auto; }
.section-head { margin-bottom: 56px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 28px;
  border-radius: 999px;
  font-family: var(--font-head);
  font-weight: 700; font-size: 0.95rem;
  letter-spacing: 0.01em;
  border: 1.5px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s, color .25s, border-color .25s;
}
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.btn:active { transform: scale(.98); }
.btn-gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold-bright) 50%, #E3B92B);
  color: #111;
  box-shadow: 0 8px 24px rgba(201,162,39,0.30);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(201,162,39,0.42); }
.btn-black { background: var(--black); color: #fff; }
.btn-black:hover { background: #2A2A2A; transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,0.2); }
.btn-ghost {
  background: #fff;
  border-color: var(--line-2);
  color: var(--black);
}
.btn-ghost:hover { border-color: var(--black); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: #1FBF5A; transform: translateY(-2px); box-shadow: 0 12px 30px rgba(37,211,102,0.32); }
.btn-sm { padding: 11px 20px; font-size: 0.86rem; }
.btn-lg { padding: 18px 36px; font-size: 1.05rem; }
.btn-block { width: 100%; }

/* =========================================================
   TOP BAR + HEADER
   ========================================================= */
.topbar {
  background: #000;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.7);
  font-size: 0.78rem;
}
.topbar-inner { display: flex; align-items: center; justify-content: space-between; height: 38px; gap: 24px; }
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 24px; }
.topbar span { display: inline-flex; align-items: center; gap: 7px; }
.topbar svg { width: 14px; height: 14px; color: var(--gold-bright); }
.topbar a:hover { color: var(--gold-bright); }
.topbar strong { color: #fff; font-weight: 600; }

.header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(17,17,17,0.92);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: background .3s, box-shadow .3s;
}
.header.is-scrolled { background: rgba(17,17,17,0.98); box-shadow: 0 6px 30px rgba(0,0,0,0.25); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 78px; gap: 32px; }

.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { height: 48px; width: auto; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text strong { font-family: var(--font-head); font-size: 1.15rem; font-weight: 800; letter-spacing: 0.06em; color: var(--black); }
.brand-text strong em { font-style: normal; color: var(--gold); }
.brand-text span { font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }

.nav { display: flex; align-items: center; gap: 30px; }
.nav a {
  font-family: var(--font-head);
  font-size: 0.92rem; font-weight: 600;
  color: rgba(255,255,255,0.72);
  position: relative;
  padding: 6px 0;
  transition: color .2s;
}
.nav a::after {
  content: ''; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
  background: var(--gold-bright); transition: width .3s var(--ease);
}
.nav a:hover, .nav a.active { color: #fff; }
.nav a:hover::after, .nav a.active::after { width: 100%; }

.header-actions { display: flex; align-items: center; gap: 12px; }
.header-phone {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-head); font-weight: 700; font-size: 0.9rem;
  color: #fff; padding: 0 6px;
}
.header-phone svg { width: 16px; height: 16px; color: var(--gold-bright); }
.header-phone:hover { color: var(--gold-bright); }

.burger {
  display: none; width: 44px; height: 44px; border-radius: 10px;
  background: transparent; border: 1px solid rgba(255,255,255,0.25);
  align-items: center; justify-content: center; cursor: pointer;
  flex-direction: column; gap: 5px;
}
.burger span { display: block; width: 20px; height: 2px; background: #fff; transition: transform .3s, opacity .3s; }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav {
  display: none;
  position: fixed; inset: 0; top: 0; z-index: 990;
  background: rgba(17,17,17,0.98);
  padding: 120px 24px 40px;
  flex-direction: column; gap: 6px;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  font-family: var(--font-head); font-size: 1.6rem; font-weight: 700;
  padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.1);
  color: #fff;
}
.mobile-nav a:hover { color: var(--gold-bright); }
.mobile-nav .btn { margin-top: 20px; border-bottom: none; }

/* =========================================================
   HERO — açık zemin, sağda fotoğraf
   ========================================================= */
.hero {
  position: relative;
  min-height: min(calc(100vh - 116px), 780px);
  display: flex; align-items: center;
  overflow: hidden;
  background: var(--bg-2);
}
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media img {
  width: 100%; height: 100%; object-fit: cover; object-position: 70% center;
  transform: scale(1.06);
  animation: heroZoom 18s ease-out forwards;
}
@keyframes heroZoom { to { transform: scale(1); } }
.hero-media::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, #FFFFFF 0%, rgba(255,255,255,0.98) 36%, rgba(255,255,255,0.88) 52%, rgba(255,255,255,0.35) 70%, rgba(255,255,255,0) 100%),
    linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 22%);
}
.hero-grid {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background-image: linear-gradient(rgba(17,17,17,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(17,17,17,0.05) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse at 20% 40%, rgba(0,0,0,0.6), transparent 60%);
  -webkit-mask-image: radial-gradient(ellipse at 20% 40%, rgba(0,0,0,0.6), transparent 60%);
}
.hero-inner { position: relative; z-index: 2; padding: 90px 0 60px; max-width: 680px; }

.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 16px 8px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line-2);
  box-shadow: var(--shadow-sm);
  font-size: 0.8rem; font-weight: 500; color: var(--text-2);
  margin-bottom: 28px;
}
.hero-badge .dot {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--gold-dim); border: 1px solid var(--gold-line);
  display: grid; place-items: center;
}
.hero-badge .dot::after { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 8px var(--gold-bright); }
.hero-badge b { color: var(--black); font-weight: 700; }

.hero h1 {
  font-size: clamp(2.6rem, 5vw, 4.3rem);
  font-weight: 800;
  line-height: 1.02;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
  color: var(--black);
}
.hero h1 em {
  font-style: normal;
  color: var(--gold);
}
.hero-lead { font-size: clamp(1.02rem, 1.4vw, 1.2rem); color: var(--text-2); max-width: 560px; margin-bottom: 36px; line-height: 1.7; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 52px; }

.hero-stats {
  display: grid; grid-template-columns: repeat(4, auto); gap: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--line-2);
  width: fit-content;
}
.hstat { display: flex; flex-direction: column; }
.hstat b { font-family: var(--font-head); font-size: 2rem; font-weight: 800; line-height: 1; color: var(--black); }
.hstat b small { font-size: 1.1rem; color: var(--gold); margin-left: 2px; }
.hstat span { font-size: 0.76rem; color: var(--muted); margin-top: 6px; letter-spacing: 0.06em; font-weight: 600; }

.hero-scroll {
  position: absolute; right: 40px; bottom: 36px; z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  font-size: 0.68rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--muted);
  writing-mode: vertical-rl;
}
.hero-scroll::after { content: ''; width: 1px; height: 60px; background: linear-gradient(var(--gold), transparent); animation: scrollPulse 2s infinite; }
@keyframes scrollPulse { 0%{opacity:.2} 50%{opacity:1} 100%{opacity:.2} }

/* =========================================================
   BRAND MARQUEE
   ========================================================= */
.marquee-section { padding: 36px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; overflow: hidden; }
.marquee-label { text-align: center; font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); margin-bottom: 22px; font-weight: 600; }
.marquee { display: flex; overflow: hidden; position: relative; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.marquee-track { display: flex; gap: 14px; animation: marquee 55s linear infinite; flex-shrink: 0; padding-right: 14px; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-100%); } }
.brand-pill {
  display: flex; align-items: center; gap: 12px;
  height: 56px; padding: 0 22px 0 10px;
  background: #fff; border: 1px solid var(--line-2); border-radius: 999px;
  flex-shrink: 0;
  color: var(--black); font-family: var(--font-head); font-weight: 700; font-size: 0.9rem; white-space: nowrap;
}
.brand-pill img { height: 36px; width: 36px; object-fit: contain; }

/* =========================================================
   WHY US
   ========================================================= */
.why-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
.why-visual { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/5; box-shadow: var(--shadow-lg); }
.why-visual img { width: 100%; height: 100%; object-fit: cover; }
.why-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.55), transparent 50%); }
.why-visual-card {
  position: absolute; left: 24px; right: 24px; bottom: 24px; z-index: 2;
  background: #fff;
  border-radius: 12px;
  padding: 20px 22px;
  display: flex; align-items: center; gap: 18px;
  box-shadow: var(--shadow);
}
.why-visual-card b { font-family: var(--font-head); font-size: 2.4rem; color: var(--gold); line-height: 1; }
.why-visual-card span { font-size: 0.86rem; color: var(--text-2); }
.why-visual-card strong { color: var(--black); }
.why-visual-tag {
  position: absolute; top: 24px; left: 24px; z-index: 2;
  padding: 8px 14px; border-radius: 999px;
  background: var(--gold-bright); color: #111;
  font-family: var(--font-head); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase;
}
.why-list { display: grid; gap: 14px; margin-top: 36px; }
.why-item {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 20px 22px; border-radius: 12px;
  background: #fff; border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: border-color .3s, transform .3s var(--ease), box-shadow .3s;
}
.why-item:hover { border-color: var(--gold-line); transform: translateX(6px); box-shadow: var(--shadow); }
.why-icon {
  width: 46px; height: 46px; border-radius: 12px; flex-shrink: 0;
  background: var(--gold-bg); border: 1px solid var(--gold-line);
  display: grid; place-items: center; color: var(--gold);
}
.why-icon svg { width: 22px; height: 22px; }
.why-item h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 4px; }
.why-item p { font-size: 0.9rem; color: var(--muted); line-height: 1.55; }

/* =========================================================
   SERVICES
   ========================================================= */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service {
  position: relative; border-radius: var(--radius); overflow: hidden;
  aspect-ratio: 3/4.2;
  background: var(--bg-4);
  box-shadow: var(--shadow-sm);
  transition: transform .4s var(--ease), box-shadow .4s;
}
.service:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.service img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.service:hover img { transform: scale(1.07); }
.service::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.45) 45%, rgba(0,0,0,.05) 100%); }
.service-body { position: absolute; inset: auto 0 0 0; padding: 26px 24px; z-index: 2; }
.service-num { font-family: var(--font-head); font-size: 0.72rem; letter-spacing: 0.2em; color: var(--gold-bright); margin-bottom: 10px; font-weight: 700; }
.service h3 { font-size: 1.4rem; font-weight: 800; margin-bottom: 8px; color: #fff; }
.service p { font-size: 0.88rem; color: rgba(255,255,255,0.82); line-height: 1.55; margin-bottom: 16px; }
.service-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.service-tags span { font-size: 0.7rem; padding: 4px 10px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.3); color: #fff; background: rgba(255,255,255,0.1); }
.service-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; font-family: var(--font-head); font-weight: 700; font-size: 0.85rem; color: var(--gold-bright); }
.service-link svg { width: 16px; height: 16px; transition: transform .3s; }
.service:hover .service-link svg { transform: translateX(4px); }

.addons { margin-top: 36px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; padding: 22px 26px; border-radius: 12px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.addons-label { font-family: var(--font-head); font-weight: 700; font-size: 0.85rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.addons ul { display: flex; flex-wrap: wrap; gap: 10px; }
.addons li { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: var(--bg-2); border: 1px solid var(--line); font-size: 0.86rem; color: var(--text-2); font-weight: 500; }
.addons li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }

/* =========================================================
   TECHNOLOGY / AXELL
   ========================================================= */
.tech { background: radial-gradient(ellipse at 85% 15%, rgba(240,201,60,0.18), transparent 50%), #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tech-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.partner-row { display: flex; align-items: center; gap: 22px; margin-bottom: 28px; padding: 18px 22px; border-radius: 12px; background: #fff; border: 1px solid var(--line-2); box-shadow: var(--shadow-sm); width: fit-content; }
.partner-row img { height: 52px; width: auto; }
.partner-row div { border-left: 1px solid var(--line-2); padding-left: 20px; }
.partner-row small { display: block; font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.partner-row b { font-family: var(--font-head); color: var(--black); font-size: 1rem; }

.spec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 36px; }
.spec { padding: 20px 18px; border-radius: 12px; background: var(--bg-2); border: 1px solid var(--line); }
.spec b { display: block; font-family: var(--font-head); font-size: 1.6rem; font-weight: 800; color: var(--black); line-height: 1; margin-bottom: 8px; }
.spec span { font-size: 0.82rem; color: var(--muted); line-height: 1.4; display: block; }

/* Layer diagram */
.layers { position: relative; }
.layers-stack { display: flex; flex-direction: column; gap: 10px; perspective: 1200px; }
.layer {
  position: relative;
  display: grid; grid-template-columns: 56px 1fr; gap: 18px; align-items: center;
  padding: 18px 22px;
  border-radius: 12px;
  border: 1px solid var(--line-2);
  background: #fff;
  box-shadow: var(--shadow-sm);
  transform: rotateX(8deg);
  transform-origin: center bottom;
  transition: transform .4s var(--ease), border-color .3s, box-shadow .3s;
  cursor: default;
}
.layer:hover { transform: rotateX(0deg) translateX(8px); border-color: var(--gold-line); box-shadow: var(--shadow); }
.layer-idx { font-family: var(--font-head); font-size: 0.68rem; letter-spacing: 0.16em; color: var(--muted); font-weight: 700; }
.layer-idx b { display: block; font-size: 1.5rem; color: var(--black); line-height: 1; margin-top: 2px; }
.layer h4 { font-size: 1rem; font-weight: 700; margin-bottom: 3px; }
.layer p { font-size: 0.84rem; color: var(--muted); line-height: 1.5; }
.layer--paint { background: linear-gradient(90deg, var(--gold-bg), #fff); border-color: var(--gold-line); }
.layer--paint .layer-idx, .layer--paint .layer-idx b { color: var(--gold); }

/* =========================================================
   WIZARD (QUOTE)
   ========================================================= */
.wizard-section { background: linear-gradient(180deg, var(--bg-2) 0%, #fff 100%); }
.promo-strip {
  display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap;
  margin: 0 auto 40px; padding: 14px 22px; border-radius: 999px; width: fit-content;
  background: var(--gold-bg); border: 1px solid var(--gold-line);
  font-size: 0.9rem; color: var(--text-2);
}
.promo-strip b { color: var(--black); font-family: var(--font-head); }
.promo-strip > b:first-child { color: var(--gold); letter-spacing: 0.1em; }
.promo-strip s { color: var(--muted); }

.wizard {
  max-width: 1000px; margin: 0 auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.wizard-head { padding: 26px 32px; border-bottom: 1px solid var(--line); background: var(--bg-2); }
.wizard-progress { display: grid; grid-template-columns: repeat(5, 1fr); position: relative; }
.wizard-progress::before { content: ''; position: absolute; top: 17px; left: 10%; right: 10%; height: 2px; background: var(--line-2); }
.wizard-bar { position: absolute; top: 17px; left: 10%; height: 2px; background: var(--gold); width: 0; transition: width .5s var(--ease); max-width: 80%; }
.wstep { position: relative; display: flex; flex-direction: column; align-items: center; gap: 10px; z-index: 1; }
.wstep i {
  width: 36px; height: 36px; border-radius: 50%;
  background: #fff; border: 2px solid var(--line-2);
  display: grid; place-items: center;
  font-style: normal; font-family: var(--font-head); font-weight: 800; font-size: 0.85rem; color: var(--muted);
  transition: all .3s;
}
.wstep span { font-size: 0.74rem; color: var(--muted); font-weight: 600; text-align: center; }
.wstep.active i { border-color: var(--gold); color: var(--black); box-shadow: 0 0 0 5px var(--gold-dim); }
.wstep.active span { color: var(--black); }
.wstep.done i { background: var(--gold-bright); border-color: var(--gold-bright); color: #111; }

.wizard-body { padding: 34px 32px; min-height: 420px; }
.wpanel { display: none; animation: fadeUp .4s var(--ease); }
.wpanel.active { display: block; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.wpanel-title { font-size: 1.5rem; font-weight: 800; margin-bottom: 6px; }
.wpanel-sub { color: var(--muted); font-size: 0.92rem; margin-bottom: 22px; }

.wsearch { position: relative; margin-bottom: 20px; }
.wsearch input {
  width: 100%; padding: 14px 18px 14px 46px; border-radius: 12px;
  background: var(--bg-2); border: 1px solid var(--line-2); color: var(--text);
  transition: border-color .2s, background .2s;
}
.wsearch input:focus { outline: none; border-color: var(--gold); background: #fff; }
.wsearch svg { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; color: var(--muted); }

.tiles { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.tile {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  padding: 16px 10px 14px; border-radius: 12px;
  background: #fff; border: 1px solid var(--line);
  cursor: pointer; text-align: center;
  transition: all .25s var(--ease);
}
.tile:hover { border-color: var(--gold-line); transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.tile.selected { border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-dim); background: var(--gold-bg); }
.tile-logo { width: 58px; height: 58px; border-radius: 50%; background: #fff; border: 1px solid var(--line); display: grid; place-items: center; padding: 9px; }
.tile-logo img { width: 100%; height: 100%; object-fit: contain; }
.tile span { font-size: 0.78rem; font-weight: 600; color: var(--text-2); line-height: 1.2; }
.tile.selected span { color: var(--black); }

.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  padding: 13px 22px; border-radius: 999px;
  background: #fff; border: 1px solid var(--line-2);
  font-family: var(--font-head); font-weight: 600; font-size: 0.95rem; color: var(--text-2);
  cursor: pointer; transition: all .2s;
}
.chip:hover { border-color: var(--black); color: var(--black); }
.chip.selected { background: var(--black); border-color: var(--black); color: #fff; }
.winput { width: 100%; margin-top: 18px; padding: 14px 18px; border-radius: 12px; background: var(--bg-2); border: 1px solid var(--line-2); color: var(--text); }
.winput:focus { outline: none; border-color: var(--gold); background: #fff; }

.pkgs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.pkg {
  position: relative; padding: 24px 22px; border-radius: 14px;
  background: #fff; border: 1px solid var(--line);
  cursor: pointer; transition: all .25s var(--ease);
}
.pkg:hover { border-color: var(--gold-line); transform: translateY(-3px); box-shadow: var(--shadow); }
.pkg.selected { border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-dim); background: var(--gold-bg); }
.pkg-badge { display: inline-block; font-family: var(--font-head); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 800; color: var(--gold); padding: 4px 10px; border-radius: 999px; background: var(--gold-dim); border: 1px solid var(--gold-line); margin-bottom: 12px; }
.pkg h4 { font-size: 1.15rem; font-weight: 800; margin-bottom: 6px; }
.pkg-tag { font-size: 0.84rem; color: var(--muted); margin-bottom: 14px; line-height: 1.5; }
.pkg ul { display: grid; gap: 6px; margin-bottom: 14px; }
.pkg li { font-size: 0.83rem; color: var(--text-2); display: flex; gap: 8px; align-items: flex-start; }
.pkg li::before { content: '✓'; color: var(--gold); font-weight: 800; flex-shrink: 0; }
.pkg-warranty { font-family: var(--font-head); font-size: 0.82rem; font-weight: 700; color: var(--gold); }
.pkg-check { position: absolute; top: 18px; right: 18px; width: 24px; height: 24px; border-radius: 50%; border: 2px solid var(--line-2); display: grid; place-items: center; color: #111; font-size: 0.75rem; font-weight: 800; background: #fff; }
.pkg.selected .pkg-check { background: var(--gold-bright); border-color: var(--gold-bright); }
.pkg.selected .pkg-check::after { content: '✓'; }

.summary { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.summary-card { padding: 24px; border-radius: 14px; background: var(--bg-2); border: 1px solid var(--gold-line); }
.summary-card h4 { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-bottom: 18px; }
.summary-row { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.summary-row:last-child { border-bottom: none; }
.summary-logo { width: 46px; height: 46px; border-radius: 50%; background: #fff; border: 1px solid var(--line); padding: 7px; flex-shrink: 0; }
.summary-logo img { width: 100%; height: 100%; object-fit: contain; }
.summary-row small { display: block; font-size: 0.72rem; color: var(--muted); }
.summary-row b { font-family: var(--font-head); font-size: 1.05rem; }
.summary-note { margin-top: 16px; font-size: 0.8rem; color: var(--muted); line-height: 1.5; }
.lead-form { display: grid; gap: 12px; }
.lead-form label { font-size: 0.8rem; color: var(--text-2); font-weight: 500; display: block; margin-bottom: 6px; }
.lead-form input { width: 100%; padding: 14px 16px; border-radius: 10px; background: #fff; border: 1px solid var(--line-2); color: var(--text); }
.lead-form input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-dim); }
.lead-consent { display: flex; gap: 10px; align-items: flex-start; font-size: 0.76rem; color: var(--muted); line-height: 1.4; }
.lead-consent input { width: auto; accent-color: var(--gold); margin-top: 2px; }
.lead-trust { display: flex; gap: 16px; flex-wrap: wrap; font-size: 0.76rem; color: var(--muted); }
.lead-trust span { display: inline-flex; align-items: center; gap: 6px; }
.lead-trust svg { width: 14px; height: 14px; color: var(--gold); }

.wizard-foot { display: flex; justify-content: space-between; align-items: center; padding: 20px 32px; border-top: 1px solid var(--line); background: var(--bg-2); }
.wizard-foot .hint { font-size: 0.8rem; color: var(--muted); }

/* =========================================================
   PROCESS
   ========================================================= */
.process-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: start; }
.process-sticky { position: sticky; top: 110px; }
.process-visual { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/4.6; box-shadow: var(--shadow-lg); }
.process-visual img { width: 100%; height: 100%; object-fit: cover; }
.process-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.8), transparent 50%); }
.process-quote { position: absolute; left: 28px; right: 28px; bottom: 28px; z-index: 2; }
.process-quote b { display: block; font-family: var(--font-head); font-size: 1.5rem; font-weight: 800; line-height: 1.2; margin-bottom: 8px; color: #fff; }
.process-quote span { font-size: 0.86rem; color: rgba(255,255,255,0.8); }
.steps { display: grid; gap: 0; }
.step {
  display: grid; grid-template-columns: 70px 1fr; gap: 20px;
  padding: 28px 0; border-bottom: 1px solid var(--line-2);
}
.step:first-child { padding-top: 0; }
.step-num { font-family: var(--font-head); font-size: 2.6rem; font-weight: 800; line-height: 1; color: var(--gold); }
.step h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 6px; }
.step p { color: var(--text-2); font-size: 0.92rem; line-height: 1.6; }
.step-meta { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; font-size: 0.74rem; color: var(--gold); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.step-meta svg { width: 14px; height: 14px; }

/* =========================================================
   COMPARISON TABLE
   ========================================================= */
.compare { border: 1px solid var(--line-2); border-radius: var(--radius); overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.compare table { width: 100%; border-collapse: collapse; }
.compare th, .compare td { padding: 18px 22px; text-align: center; border-bottom: 1px solid var(--line); font-size: 0.92rem; }
.compare th:first-child, .compare td:first-child { text-align: left; font-weight: 600; color: var(--black); }
.compare thead th { font-family: var(--font-head); font-size: 0.95rem; font-weight: 800; background: var(--bg-2); color: var(--black); }
.compare thead th.hl { background: var(--gold-bright); color: #111; }
.compare thead th.hl small { display: block; font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; opacity: .75; }
.compare td.hl { background: var(--gold-bg); color: var(--black); font-weight: 600; }
.compare tbody tr:last-child td { border-bottom: none; }
.compare td { color: var(--text-2); }
.yes, .no, .mid { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; font-size: 0.8rem; font-weight: 800; font-style: normal; }
.yes { background: var(--gold-bright); color: #111; }
.mid { background: var(--bg-4); color: var(--black); }
.no { background: #fff; color: var(--muted); border: 1px solid var(--line-2); }

/* =========================================================
   FACILITY / GALLERY
   ========================================================= */
.facility-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 240px; gap: 14px; }
.fac { position: relative; border-radius: 12px; overflow: hidden; box-shadow: var(--shadow-sm); }
.fac img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.fac:hover img { transform: scale(1.06); }
.fac::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.7), transparent 50%); }
.fac span { position: absolute; left: 18px; bottom: 16px; z-index: 2; font-family: var(--font-head); font-weight: 700; font-size: 0.9rem; color: #fff; }
.fac--wide { grid-column: span 2; }
.fac--tall { grid-row: span 2; }
.fac--stat, .fac--dark { display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; }
.fac--stat::after, .fac--dark::after { display: none; }
.fac--stat { background: var(--gold-bright); color: #111; }
.fac--stat b { font-family: var(--font-head); font-size: 3rem; font-weight: 800; line-height: 1; }
.fac--stat b small { font-size: 1.2rem; }
.fac--stat p { font-size: 0.86rem; font-weight: 600; opacity: .8; margin-top: 6px; line-height: 1.4; }
.fac--dark { background: #fff; border: 1px solid var(--line-2); }
.fac--dark b { font-family: var(--font-head); font-size: 3rem; font-weight: 800; line-height: 1; color: var(--gold); }
.fac--dark p { font-size: 0.86rem; color: var(--text-2); margin-top: 6px; line-height: 1.4; }

/* =========================================================
   VIDEOS
   ========================================================= */
.videos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.video.is-hidden { display: none; }
.video { border-radius: var(--radius); overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: box-shadow .3s, transform .3s var(--ease); }
.video:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.video-frame { position: relative; aspect-ratio: 16/9; background: #000; cursor: pointer; overflow: hidden; }
.video-frame img { width: 100%; height: 100%; object-fit: cover; opacity: .9; transition: transform .6s var(--ease), opacity .3s; }
.video-frame:hover img { transform: scale(1.04); opacity: 1; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 68px; height: 68px; border-radius: 50%;
  background: var(--gold-bright); color: #111;
  display: grid; place-items: center;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  transition: transform .3s var(--ease);
}
.video-frame:hover .play { transform: translate(-50%,-50%) scale(1.08); }
.play svg { width: 26px; height: 26px; margin-left: 3px; }
.video-body { padding: 18px 20px 20px; }
.video-body small { display: block; font-family: var(--font-head); font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 6px; }
.video-body h3 { font-size: 1.02rem; font-weight: 700; margin-bottom: 4px; }
.video-body p { font-size: 0.84rem; color: var(--muted); }

/* =========================================================
   SOCIAL PROOF / INSTAGRAM
   ========================================================= */
.social { background: linear-gradient(135deg, #FFFDF5 0%, var(--gold-bg) 100%); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.social-inner { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; }
.social-num { font-family: var(--font-head); font-size: clamp(3.5rem, 8vw, 6.5rem); font-weight: 800; line-height: 1; letter-spacing: -0.03em; color: var(--black); }
.social-num em { font-style: normal; color: var(--gold); }
.social-sub { font-size: 1.05rem; color: var(--text-2); max-width: 560px; margin-top: 14px; line-height: 1.7; }
.social-pills { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.social-pills span { padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line-2); background: #fff; font-size: 0.8rem; color: var(--text-2); font-weight: 500; }
.ig-card {
  width: 320px; padding: 26px; border-radius: 20px;
  background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow);
  text-align: center;
}
.ig-ring { width: 96px; height: 96px; margin: 0 auto 16px; border-radius: 50%; padding: 4px; background: conic-gradient(from 200deg, #f9ce34, #ee2a7b, #6228d7, #f9ce34); }
.ig-ring div { width: 100%; height: 100%; border-radius: 50%; background: #111; display: grid; place-items: center; padding: 14px; }
.ig-card b { display: block; font-family: var(--font-head); font-size: 1.1rem; }
.ig-card small { display: block; color: var(--muted); font-size: 0.78rem; margin: 4px 0 18px; }
.ig-card .btn { width: 100%; }

/* =========================================================
   FAQ
   ========================================================= */
.faq-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; align-items: start; }
.faq-side { position: sticky; top: 110px; }
.faq-side .btn { margin-top: 24px; }
.faq-list { display: grid; gap: 10px; }
.faq {
  border-radius: 12px; border: 1px solid var(--line); background: #fff;
  overflow: hidden; transition: border-color .3s, box-shadow .3s;
  box-shadow: var(--shadow-sm);
}
.faq.open { border-color: var(--gold-line); box-shadow: var(--shadow); }
.faq-q {
  width: 100%; background: transparent; border: none; cursor: pointer; text-align: left;
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 20px 22px;
  font-family: var(--font-head); font-weight: 700; font-size: 1.02rem; color: var(--black);
}
.faq-q i {
  width: 28px; height: 28px; border-radius: 50%; flex-shrink: 0;
  border: 1px solid var(--line-2); display: grid; place-items: center; font-style: normal;
  transition: all .3s; color: var(--muted);
}
.faq.open .faq-q i { background: var(--gold-bright); border-color: var(--gold-bright); color: #111; transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq-a p { padding: 0 22px 22px; color: var(--text-2); font-size: 0.94rem; line-height: 1.7; }
.faq.open .faq-a { max-height: 400px; }

/* =========================================================
   CTA BAND — altın zemin
   ========================================================= */
.cta-band { position: relative; overflow: hidden; padding: 100px 0; background: var(--gold-bright); }
.cta-band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .12; mix-blend-mode: multiply; }
.cta-band::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(240,201,60,1), rgba(240,201,60,0.7)); }
.cta-inner { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.cta-inner h2 { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 800; max-width: 620px; color: #111; }
.cta-inner p { color: rgba(17,17,17,0.75); margin-top: 12px; max-width: 520px; font-weight: 500; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; flex-shrink: 0; }
.cta-band .btn-gold { background: var(--black); color: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.2); }
.cta-band .btn-ghost { background: transparent; border-color: rgba(17,17,17,0.35); color: #111; }
.cta-band .btn-ghost:hover { background: #fff; border-color: #fff; }

/* =========================================================
   CONTACT
   ========================================================= */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; }
.contact-cards { display: grid; gap: 12px; }
.ccard { display: flex; gap: 18px; align-items: flex-start; padding: 22px; border-radius: 12px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: border-color .3s, box-shadow .3s; }
.ccard:hover { border-color: var(--gold-line); box-shadow: var(--shadow); }
.ccard-icon { width: 46px; height: 46px; border-radius: 12px; background: var(--gold-bg); border: 1px solid var(--gold-line); display: grid; place-items: center; color: var(--gold); flex-shrink: 0; }
.ccard-icon svg { width: 20px; height: 20px; }
.ccard small { display: block; font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; font-weight: 600; }
.ccard b { font-family: var(--font-head); font-size: 1.05rem; font-weight: 700; display: block; line-height: 1.35; color: var(--black); }
.ccard span { font-size: 0.84rem; color: var(--muted); }
.map { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line-2); min-height: 420px; position: relative; background: var(--bg-2); box-shadow: var(--shadow); }
.map iframe { width: 100%; height: 100%; min-height: 420px; border: 0; }
.map-tag { position: absolute; left: 16px; top: 16px; z-index: 2; padding: 10px 14px; border-radius: 10px; background: #fff; border: 1px solid var(--line); font-size: 0.8rem; box-shadow: var(--shadow-sm); color: var(--text-2); }
.map-tag b { display: block; font-family: var(--font-head); color: var(--black); }

/* =========================================================
   FOOTER
   ========================================================= */
.footer { background: #111; color: #fff; padding: 70px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; margin-bottom: 50px; }
.footer p { color: rgba(255,255,255,0.65); font-size: 0.9rem; line-height: 1.7; max-width: 380px; margin-top: 18px; }
.footer h4 { font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; color: #fff; margin-bottom: 18px; }
.footer ul { display: grid; gap: 10px; }
.footer li a { color: rgba(255,255,255,0.65); font-size: 0.92rem; transition: color .2s; }
.footer li a:hover { color: var(--gold-bright); }
.footer-social { display: flex; gap: 10px; margin-top: 22px; }
.footer-social a { width: 40px; height: 40px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.18); display: grid; place-items: center; color: rgba(255,255,255,0.75); transition: all .2s; }
.footer-social a:hover { border-color: var(--gold-bright); color: var(--gold-bright); }
.footer-social svg { width: 18px; height: 18px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.12); font-size: 0.8rem; color: rgba(255,255,255,0.5); }
.footer-bottom a { margin-left: 18px; }
.footer-bottom a:hover { color: var(--gold-bright); }

/* =========================================================
   FLOATING
   ========================================================= */
.fab-wa {
  position: fixed; right: 22px; bottom: 22px; z-index: 900;
  display: flex; align-items: center; gap: 10px;
  padding: 12px 18px 12px 12px; border-radius: 999px;
  background: var(--wa); color: #fff;
  font-family: var(--font-head); font-weight: 700; font-size: 0.9rem;
  box-shadow: 0 12px 30px rgba(37,211,102,.35);
  transition: transform .3s var(--ease);
}
.fab-wa:hover { transform: translateY(-3px) scale(1.02); }
.fab-wa svg { width: 26px; height: 26px; }
.fab-wa::before { content: ''; position: absolute; inset: -6px; border-radius: 999px; border: 2px solid var(--wa); opacity: 0; animation: ring 2.4s infinite; }
@keyframes ring { 0% { transform: scale(.9); opacity: .7; } 100% { transform: scale(1.25); opacity: 0; } }

.mobile-bar { display: none; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .1s; }
.reveal[data-delay="2"] { transition-delay: .2s; }
.reveal[data-delay="3"] { transition-delay: .3s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-media img { animation: none; }
  .marquee-track { animation: none; }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1100px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .tiles { grid-template-columns: repeat(4, 1fr); }
  .facility-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav { gap: 22px; }
  .header-phone { display: none; }
}

@media (max-width: 900px) {
  .section { padding: 80px 0; }
  .nav, .topbar-right { display: none; }
  .burger { display: flex; }
  .header-actions .btn { display: none; }
  .hero { min-height: auto; }
  .hero-media img { object-position: 78% center; }
  .hero-media::after {
    background:
      linear-gradient(90deg, rgba(255,255,255,0.97) 0%, rgba(255,255,255,0.9) 55%, rgba(255,255,255,0.6) 100%),
      linear-gradient(0deg, #fff 0%, rgba(255,255,255,0) 30%);
  }
  .hero-inner { padding: 80px 0 60px; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 24px 40px; width: 100%; }
  .hero-scroll { display: none; }
  .why-grid, .tech-grid, .process-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .why-visual { aspect-ratio: 4/3; }
  .process-sticky, .faq-side { position: static; }
  .process-visual { aspect-ratio: 16/10; }
  .spec-grid { grid-template-columns: repeat(3, 1fr); }
  .social-inner { grid-template-columns: 1fr; }
  .ig-card { width: 100%; }
  .videos-grid { grid-template-columns: 1fr; }
  .facility-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
  .compare { overflow-x: auto; }
  .compare table { min-width: 640px; }
  .summary { grid-template-columns: 1fr; }
  .pkgs { grid-template-columns: 1fr; }
  .wizard-body, .wizard-head, .wizard-foot { padding-left: 20px; padding-right: 20px; }
  .wstep span { display: none; }
  .tiles { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .mobile-bar {
    display: grid; grid-template-columns: 1fr 1.4fr; gap: 10px;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 900;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255,255,255,.96); backdrop-filter: blur(14px);
    border-top: 1px solid var(--line-2);
    box-shadow: 0 -8px 30px rgba(17,17,17,0.08);
  }
  .mobile-bar .btn { padding: 14px 12px; font-size: 0.88rem; }
  .fab-wa { display: none; }
  body { padding-bottom: 76px; }
}

@media (max-width: 560px) {
  .container { padding: 0 16px; }
  .topbar-left span:nth-child(2) { display: none; }
  .hero h1 { font-size: 2.5rem; }
  .hero-cta .btn { width: 100%; }
  .services-grid { grid-template-columns: 1fr; }
  .service { aspect-ratio: 4/3.4; }
  .spec-grid { grid-template-columns: repeat(2, 1fr); }
  .tiles { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .tile-logo { width: 48px; height: 48px; }
  .facility-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 160px; }
  .fac--wide { grid-column: span 2; }
  .fac--tall { grid-row: span 1; }
  .fac--stat b, .fac--dark b { font-size: 2.2rem; }
  .partner-row { width: 100%; }
  .partner-row img { height: 40px; }
  .why-visual-card b { font-size: 1.8rem; }
  .step { grid-template-columns: 50px 1fr; gap: 12px; }
  .step-num { font-size: 2rem; }
  .brand-pill { height: 48px; }
  .layer { grid-template-columns: 44px 1fr; gap: 12px; padding: 14px 16px; }
  .wizard-foot { flex-direction: column; gap: 12px; align-items: stretch; }
  .wizard-foot .hint { display: none; }
  .wizard-foot .btn { width: 100%; }
}

/* =========================================================
   MEGA MENU
   ========================================================= */
.nav { gap: 6px; }
.nav-item { position: static; }
.nav-item > a, .nav-item > button {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 14px; border-radius: 8px;
  font-family: var(--font-head); font-size: 0.92rem; font-weight: 600;
  color: rgba(255,255,255,0.75); background: transparent; border: none; cursor: pointer;
  transition: color .2s, background .2s;
}
.nav-item > a::after { display: none; }
.nav-item > a svg, .nav-item > button svg { width: 14px; height: 14px; transition: transform .25s; opacity: .7; }
.nav-item:hover > a, .nav-item:hover > button, .nav-item > a.active { color: #fff; background: rgba(255,255,255,0.07); }
.nav-item:hover > a svg, .nav-item:hover > button svg { transform: rotate(180deg); }

.mega {
  position: absolute; left: 0; right: 0; top: 100%;
  background: #fff; color: var(--black);
  border-top: 3px solid var(--gold-bright);
  box-shadow: 0 30px 60px rgba(0,0,0,0.22);
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .25s var(--ease), transform .25s var(--ease), visibility .25s;
  z-index: 50;
}
.nav-item:hover .mega, .nav-item.open .mega { opacity: 1; visibility: visible; transform: none; }
.mega-inner { display: grid; grid-template-columns: 1fr 320px; gap: 40px; padding: 34px 24px 36px; }
.mega-head { font-family: var(--font-head); font-size: 0.72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); font-weight: 700; margin-bottom: 16px; }
.mega-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.mega-link { display: flex; gap: 14px; align-items: flex-start; padding: 14px; border-radius: 12px; transition: background .2s; }
.mega-link:hover { background: var(--bg-2); }
.mega-ic { width: 42px; height: 42px; border-radius: 10px; flex-shrink: 0; background: var(--gold-bg); border: 1px solid var(--gold-line); display: grid; place-items: center; color: var(--gold); }
.mega-ic svg { width: 20px; height: 20px; }
.mega-link b { display: block; font-family: var(--font-head); font-size: 0.95rem; font-weight: 700; color: var(--black); margin-bottom: 2px; }
.mega-link small { display: block; font-size: 0.8rem; color: var(--muted); line-height: 1.4; }
.mega-list { display: grid; gap: 4px; }
.mega-list .mega-link { padding: 12px 14px; }
.mega-side { border-radius: 14px; overflow: hidden; position: relative; background: #111; color: #fff; min-height: 220px; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; }
.mega-side img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.mega-side::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.9), rgba(0,0,0,.2)); }
.mega-side > * { position: relative; z-index: 2; }
.mega-side small { font-family: var(--font-head); font-size: 0.68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-bright); font-weight: 800; }
.mega-side b { display: block; font-family: var(--font-head); font-size: 1.2rem; font-weight: 800; margin: 6px 0 12px; line-height: 1.2; }
.mega-side .btn { align-self: flex-start; }
.mega--narrow { left: auto; right: auto; width: 320px; border-radius: 0 0 14px 14px; }
.nav-item { position: relative; }
.nav-item.has-mega { position: static; }
.mega--narrow .mega-inner { display: block; padding: 14px; }

/* Mobil menü: akordeon gruplar */
.mobile-group { border-bottom: 1px solid rgba(255,255,255,0.1); }
.mobile-group > button {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  background: none; border: none; color: #fff; cursor: pointer; text-align: left;
  font-family: var(--font-head); font-size: 1.6rem; font-weight: 700; padding: 12px 0;
}
.mobile-group > button svg { width: 20px; height: 20px; transition: transform .25s; }
.mobile-group.open > button svg { transform: rotate(180deg); }
.mobile-sub { display: none; padding: 0 0 12px 8px; }
.mobile-group.open .mobile-sub { display: grid; gap: 2px; }
.mobile-sub a { font-size: 1.05rem !important; font-weight: 500 !important; padding: 9px 0 !important; border-bottom: none !important; color: rgba(255,255,255,.8) !important; }
.mobile-nav { overflow-y: auto; }

/* =========================================================
   HERO SLIDER
   ========================================================= */
.hero-slider { display: block; min-height: 0; }
.hero-slider .slides { position: relative; min-height: min(calc(100vh - 116px), 720px); }
.hero-slider .slide {
  position: absolute; inset: 0;
  display: flex; align-items: center;
  opacity: 0; visibility: hidden;
  transition: opacity .9s var(--ease), visibility .9s;
}
.hero-slider .slide.is-active { position: relative; opacity: 1; visibility: visible; z-index: 2; }
.hero > .container, .hero-slider .slide > .container { width: 100%; }  /* flex içinde daralıp ortalanmasın */
.hero-slider .slide .hero-media img { animation: none; transform: scale(1.08); transition: transform 7s linear; }
.hero-slider .slide.is-active .hero-media img { transform: scale(1); }
.hero-slider .hero-inner { padding: 80px 0 110px; }
.hero-slider .slide .hero-badge, .hero-slider .slide h1, .hero-slider .slide .hero-title, .hero-slider .slide .hero-lead, .hero-slider .slide .hero-cta {
  opacity: 0; transform: translateY(22px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.hero-slider .slide.is-active .hero-badge { opacity: 1; transform: none; transition-delay: .15s; }
.hero-slider .slide.is-active h1, .hero-slider .slide.is-active .hero-title { opacity: 1; transform: none; transition-delay: .25s; }
.hero-slider .slide.is-active .hero-lead { opacity: 1; transform: none; transition-delay: .35s; }
.hero-slider .slide.is-active .hero-cta { opacity: 1; transform: none; transition-delay: .45s; }
.hero-title { font-family: var(--font-head); font-size: clamp(2.6rem, 5vw, 4.3rem); font-weight: 800; line-height: 1.02; letter-spacing: -0.02em; margin-bottom: 24px; color: var(--black); }
.hero-title em { font-style: normal; color: var(--gold); }
.hero-title s { color: var(--muted); font-weight: 600; font-size: .55em; vertical-align: middle; margin-right: 6px; }
.hero-cta { margin-bottom: 0; }
.hero-badge--gold { background: var(--gold-bright); border-color: var(--gold-bright); color: #111; }
.hero-badge--gold b { color: #111; letter-spacing: .08em; }
.hero-badge--gold .dot { background: #111; border-color: #111; }
.hero-badge--gold .dot::after { background: var(--gold-bright); box-shadow: none; }

.slider-ui {
  position: absolute; left: 0; right: 0; bottom: 34px; z-index: 5;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  pointer-events: none;
}
.slider-ui > * { pointer-events: auto; }
.slider-dots { display: flex; gap: 8px; }
.slider-dot {
  width: 34px; height: 6px; border-radius: 999px; border: none; cursor: pointer;
  background: rgba(17,17,17,0.18); transition: background .3s, width .3s;
  padding: 0; position: relative; overflow: hidden;
}
.slider-dot::after { content: ''; position: absolute; inset: 0; width: 0; background: var(--gold); border-radius: 999px; }
.slider-dot.is-active { background: rgba(17,17,17,0.25); }
.slider-dot.is-active::after { width: 100%; transition: width var(--slide-ms, 6000ms) linear; }
.hero-slider.is-paused .slider-dot.is-active::after { transition: none; }
.slider-dot:hover { background: rgba(17,17,17,0.35); }
.slider-arrows { display: flex; gap: 8px; }
.slider-arrow {
  width: 46px; height: 46px; border-radius: 50%;
  background: #fff; border: 1px solid var(--line-2); color: var(--black); cursor: pointer;
  display: grid; place-items: center; box-shadow: var(--shadow-sm);
  transition: transform .2s, background .2s, border-color .2s;
}
.slider-arrow svg { width: 20px; height: 20px; }
.slider-arrow:hover { background: var(--black); color: #fff; border-color: var(--black); transform: translateY(-2px); }
.slider-progress { display: none; }

.stats-strip { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats-strip .hero-stats { grid-template-columns: repeat(5, 1fr); width: auto; border-top: none; padding: 26px 24px; gap: 24px; }
.stats-strip .hstat { align-items: center; text-align: center; border-right: 1px solid var(--line); }
.stats-strip .hstat:last-child { border-right: none; }
.stats-strip .hstat b { font-size: 1.9rem; }

@media (max-width: 900px) {
  .hero-slider .slides { min-height: 0; }
  .hero-slider .slide { align-items: flex-start; }
  .hero-slider .hero-inner { padding: 60px 0 96px; }
  .slider-ui { bottom: 26px; }
  .stats-strip .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 18px 12px; padding: 22px 16px; }
  .stats-strip .hstat { border-right: none; }
  .stats-strip .hstat:last-child { grid-column: span 2; }
}
@media (max-width: 560px) {
  .hero-title { font-size: 2.3rem; }
  .slider-arrows { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-slider .slide, .hero-slider .slide * { transition: none !important; }
  .hero-slider .slide .hero-media img { transform: none !important; }
}

/* 20 yıl mührü (hero) */
.hero-seal {
  position: absolute; right: max(24px, calc((100% - 1240px) / 2 + 24px)); top: 56px; z-index: 3;
  width: 128px; height: 128px; border-radius: 50%;
  background: var(--gold-bright); color: #111;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-family: var(--font-head); text-align: center; line-height: 1;
  box-shadow: 0 14px 34px rgba(0,0,0,.22), inset 0 0 0 4px #fff, inset 0 0 0 6px var(--gold-bright);
  transform: rotate(-8deg);
  animation: sealIn .8s var(--ease) .6s both;
}
.hero-seal b { font-size: 3rem; font-weight: 800; letter-spacing: -0.03em; }
.hero-seal span { font-size: .66rem; font-weight: 800; letter-spacing: .14em; margin-top: 4px; }
@keyframes sealIn { from { opacity: 0; transform: rotate(-20deg) scale(.6); } to { opacity: 1; transform: rotate(-8deg) scale(1); } }
.hero-slider .slide { position: absolute; }
.hero-slider .slide.is-active { position: relative; }
@media (max-width: 1100px) { .hero-seal { width: 104px; height: 104px; top: 90px; } .hero-seal b { font-size: 2.4rem; } }
@media (max-width: 900px) { .hero-seal { display: none; } }
@media (max-width: 560px) { .topbar-left span:nth-child(3) { display: none; } }

/* Footer — Axell ürün ortağı */
.footer-partner { display: inline-flex; align-items: center; gap: 14px; margin-top: 24px; padding: 12px 18px 12px 12px; border-radius: 12px; background: #fff; transition: transform .2s, box-shadow .2s; }
.footer-partner:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(0,0,0,.35); }
.footer-partner img { height: 38px; width: auto; }
.footer-partner div { border-left: 1px solid #ddd; padding-left: 14px; line-height: 1.2; }
.footer-partner small { display: block; font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; color: #777; font-weight: 600; }
.footer-partner b { font-family: var(--font-head); font-size: .86rem; color: #111; }

/* =========================================================
   İKONLAR — istatistik, spec, güven kartı, rozet, liste
   ========================================================= */
.ic { display: inline-grid; place-items: center; flex-shrink: 0; color: var(--gold); }
.ic svg { width: 1em; height: 1em; }

/* Ana sayfa istatistik şeridi */
.stats-strip .hstat { position: relative; }
.stats-strip .hstat .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--gold-bg); border: 1px solid var(--gold-line); font-size: 20px; margin-bottom: 10px; }
/* Alt sayfa stat-strip */
.stat-strip div .ic { width: 40px; height: 40px; border-radius: 10px; background: #fff; border: 1px solid var(--gold-line); font-size: 18px; margin: 0 auto 10px; display: grid; }
/* Spec kartları */
.spec { display: grid; grid-template-columns: 40px 1fr; column-gap: 12px; align-items: center; }
.spec .ic { grid-row: span 2; width: 40px; height: 40px; border-radius: 10px; background: #fff; border: 1px solid var(--gold-line); font-size: 18px; }
.spec b { margin-bottom: 4px; }
/* Yan menü güven kartı */
.side-trust div .ic { width: 30px; height: 30px; border-radius: 8px; background: #fff; border: 1px solid var(--gold-line); font-size: 15px; margin-right: 2px; }
/* Landing güven şeridi */
.lp-trust div .ic { width: 40px; height: 40px; border-radius: 10px; background: rgba(240,201,60,.12); border: 1px solid rgba(240,201,60,.35); color: var(--gold-bright); font-size: 18px; margin: 0 auto 10px; display: grid; }
/* Footer iletişim satırları */
.footer li a { display: inline-flex; align-items: flex-start; gap: 8px; }
.footer li a svg { width: 16px; height: 16px; flex-shrink: 0; color: var(--gold-bright); margin-top: 3px; }
/* Rozet & chip listeleri: onay ikonu */
.hero-chips span::before, .service-tags span::before, .social-pills span::before {
  content: ''; display: inline-block; width: 12px; height: 12px; margin-right: 6px; vertical-align: -1px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C9A227' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat;
}
.service-tags span::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F0C93C' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E"); }
.addons li::before { width: 14px; height: 14px; border-radius: 0; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C9A227' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat; }
/* SSS soru ikonu */
.faq-q > span::before { content: ''; display: inline-block; width: 18px; height: 18px; margin-right: 10px; vertical-align: -3px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C9A227' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M9.5 9a2.5 2.5 0 1 1 3.5 2.3c-.7.4-1 .9-1 1.7'/%3E%3Ccircle cx='12' cy='17' r='.6' fill='%23C9A227'/%3E%3C/svg%3E") center/contain no-repeat; }
/* Bölüm üst başlıkları (eyebrow): küçük yıldız */
.eyebrow::before { width: 16px; height: 16px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23C9A227'%3E%3Cpath d='M12 2l2.4 6.6L21 11l-6.6 2.4L12 20l-2.4-6.6L3 11l6.6-2.4z'/%3E%3C/svg%3E") center/contain no-repeat; }
.eyebrow--center::after { display: none; }
.page-hero .eyebrow::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23C9A227'%3E%3Cpath d='M12 2l2.4 6.6L21 11l-6.6 2.4L12 20l-2.4-6.6L3 11l6.6-2.4z'/%3E%3C/svg%3E"); }
/* Süreç adım süreleri ve wizard ipuçları zaten ikonlu */
@media (max-width: 560px) { .spec { grid-template-columns: 34px 1fr; } .spec .ic { width: 34px; height: 34px; font-size: 16px; } }
