/* ===== Mef Prive — Lüks / VIP tema ===== */
:root {
  --bg: #0b0910;
  --bg-2: #120e1c;
  --card: #171223;
  --card-2: #1d1730;
  --line: rgba(212, 175, 55, 0.14);
  --line-soft: rgba(255, 255, 255, 0.07);
  --gold: #d4af37;
  --gold-2: #f2d888;
  --purple: #a855f7;
  --purple-2: #c084fc;
  --text: #f5f1ea;
  --muted: #a79fb4;
  --muted-2: #7c7488;
  --radius: 18px;
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

/* hidden özniteliği daima gizlesin (display:flex/inline-flex kurallarını ezmesin) */
[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

section[id] { scroll-margin-top: 84px; }

body {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
}

.wrap { width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 22px; }

a { color: inherit; text-decoration: none; }

/* ===== Arka plan orblar ===== */
.bg-orbs { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.orb { position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.5; }
.orb-1 { width: 480px; height: 480px; background: radial-gradient(circle, rgba(168, 85, 247, 0.35), transparent 70%); top: -120px; right: -100px; }
.orb-2 { width: 520px; height: 520px; background: radial-gradient(circle, rgba(212, 175, 55, 0.22), transparent 70%); bottom: -160px; left: -140px; }
.orb-3 { width: 380px; height: 380px; background: radial-gradient(circle, rgba(168, 85, 247, 0.18), transparent 70%); top: 40%; left: 45%; }

body > *:not(.bg-orbs):not(.app-modal) { position: relative; z-index: 1; }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(11, 9, 16, 0.72);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.brand { display: inline-flex; align-items: center; gap: 11px; letter-spacing: 3px; font-size: 19px; font-weight: 700; }
.brand-text b { color: var(--gold); font-weight: 800; }
.brand-crown { color: var(--gold); display: inline-flex; filter: drop-shadow(0 0 8px rgba(212, 175, 55, 0.4)); }
.brand-crown.small { color: var(--gold); }
.brand-logo { height: 52px; width: auto; display: block; filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.28)); }
.footer-logo { height: 62px; width: auto; display: block; margin-bottom: 16px; filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.25)); }

/* Ana menü */
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav > a:not(.header-cta) { font-size: 14px; font-weight: 600; color: var(--muted); transition: color 0.2s ease; }
.main-nav > a:not(.header-cta):hover { color: var(--gold-2); }
.header-cta {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 18px; border-radius: 999px; font-size: 13.5px; font-weight: 700;
  border: 1px solid var(--line); color: var(--gold-2);
  transition: all 0.2s ease;
}
.header-cta:hover { background: rgba(212, 175, 55, 0.12); border-color: var(--gold); }

/* Mobil menü butonu (hamburger) */
.nav-toggle {
  display: none; width: 42px; height: 42px; border: 1px solid var(--line);
  background: rgba(255,255,255,0.03); border-radius: 10px; cursor: pointer;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.nav-toggle span { width: 20px; height: 2px; background: var(--gold-2); border-radius: 2px; transition: all 0.25s ease; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== Hero ===== */
.hero { position: relative; padding: 84px 0 78px; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(600px 300px at 78% 30%, rgba(212,175,55,0.10), transparent 70%),
    radial-gradient(500px 320px at 20% 80%, rgba(168,85,247,0.10), transparent 70%);
}
.hero-inner {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 54px; align-items: center;
}
.hero-content { text-align: left; }
.hero-eyebrow {
  display: inline-block; font-size: 12px; letter-spacing: 4px; font-weight: 700;
  color: var(--gold); margin-bottom: 22px;
  padding: 7px 16px; border: 1px solid var(--line); border-radius: 999px;
  background: rgba(212, 175, 55, 0.06);
}
.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 5.4vw, 66px); font-weight: 600; line-height: 1.06;
  letter-spacing: 0.5px; margin-bottom: 20px;
}
.hero-title em {
  font-style: italic;
  background: linear-gradient(120deg, var(--gold), var(--gold-2), var(--purple-2));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hero-sub { max-width: 520px; margin: 0 0 30px; font-size: 16px; color: var(--muted); }
.hero-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 30px; border-radius: 999px; font-size: 15.5px; font-weight: 700;
  color: #1a1206;
  background: linear-gradient(120deg, var(--gold), var(--gold-2));
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hero-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(212, 175, 55, 0.4); }

/* Telefon kutusu */
.hero-phone {
  display: inline-flex; align-items: center; gap: 14px; margin-top: 26px;
  padding: 14px 20px 14px 16px; border-radius: 16px;
  border: 1px solid var(--line); background: linear-gradient(160deg, var(--card), var(--card-2));
  border-left: 3px solid var(--gold); transition: transform 0.2s ease, border-color 0.2s ease;
}
.hero-phone:hover { transform: translateY(-2px); border-color: var(--gold); }
.hp-ico {
  width: 46px; height: 46px; border-radius: 12px; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  color: #1a1206; background: linear-gradient(120deg, var(--gold), var(--gold-2));
}
.hp-text { display: flex; flex-direction: column; line-height: 1.3; }
.hp-label { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.hp-num { font-size: 19px; font-weight: 800; color: var(--text); }
.hp-action { font-size: 12px; font-weight: 700; color: var(--gold-2); }

/* Hero görsel: dönen ayrıcalık kartları */
.hero-visual { position: relative; }
.hero-slider { position: relative; height: 300px; }
.hero-card {
  position: absolute; inset: 0;
  background: linear-gradient(155deg, #1b1530, #241a3a);
  border: 1px solid rgba(212,175,55,0.28); border-radius: 20px;
  padding: 24px; box-shadow: 0 24px 50px rgba(0,0,0,0.45);
  display: flex; flex-direction: column; gap: 16px;
  opacity: 0; transform: translateY(16px) scale(0.97) rotate(-1deg);
  transition: opacity 0.5s ease, transform 0.5s ease; pointer-events: none;
}
.hero-card::after {
  content: ""; position: absolute; inset: 0; border-radius: 20px; pointer-events: none;
  background: radial-gradient(220px 120px at 85% 12%, rgba(212,175,55,0.18), transparent 70%);
}
.hero-card.is-active { opacity: 1; transform: none; }
.hc-top { display: flex; align-items: center; gap: 10px; }
.hc-crown { font-size: 18px; filter: saturate(1.2); }
.hc-brand { font-size: 12.5px; letter-spacing: 3px; font-weight: 800; color: var(--gold-2); flex: 1; }
.hc-chip { font-size: 10.5px; font-weight: 700; color: #cbb26b; padding: 4px 10px; border-radius: 999px; background: rgba(212,175,55,0.12); border: 1px solid rgba(212,175,55,0.3); }
.hc-main { margin-top: 4px; }
.hc-title { font-size: 21px; font-weight: 700; color: #fff; }
.hc-sub { font-size: 13px; color: var(--muted); margin-top: 2px; }
.hc-off {
  font-family: 'Cormorant Garamond', serif; font-size: 40px; font-weight: 700; line-height: 1;
  color: var(--gold-2);
}
.hc-off span { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 2px; color: var(--muted); vertical-align: middle; margin-left: 6px; }
.hc-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 14px; border-top: 1px dashed rgba(212,175,55,0.25); }
.hc-code { font-family: monospace; font-size: 13px; font-weight: 700; color: #fff; }
.hc-sent { font-size: 11.5px; font-weight: 600; color: #6ee7a0; }
.hero-dots { position: absolute; bottom: -30px; left: 0; right: 0; display: flex; justify-content: center; gap: 8px; }
.hd-dot { width: 8px; height: 8px; border-radius: 50%; border: none; cursor: pointer; padding: 0; background: rgba(212,175,55,0.25); transition: all 0.2s ease; }
.hd-dot.is-active { width: 22px; border-radius: 5px; background: linear-gradient(90deg, var(--gold), var(--gold-2)); }

/* Uygulamayı indir butonu — efektli (glow + parıltı + zıplayan ok) */
.hero-app-cta { margin-top: 50px; display: flex; justify-content: center; }
.app-cta-btn {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; gap: 12px; cursor: pointer;
  padding: 14px 30px; border: none; border-radius: 999px;
  font-family: inherit; font-size: 16px; font-weight: 800; color: #1a1206;
  background: linear-gradient(120deg, var(--gold), var(--gold-2));
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.42);
  animation: ctaPulse 2.4s ease-in-out infinite;
  transition: transform .2s ease, box-shadow .2s ease;
}
.app-cta-btn:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 18px 44px rgba(212, 175, 55, 0.6); animation-play-state: paused; }
.app-cta-btn::before {
  content: ""; position: absolute; top: 0; left: -120%; width: 70%; height: 100%;
  background: linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transform: skewX(-20deg); animation: ctaShine 2.8s ease-in-out infinite;
}
.app-cta-ico { position: relative; z-index: 1; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(26, 18, 6, 0.16); color: #1a1206; }
.app-cta-text { position: relative; z-index: 1; }
.app-cta-arrow { position: relative; z-index: 1; font-size: 18px; font-weight: 800; animation: ctaBounce 1.6s ease-in-out infinite; }
@keyframes ctaPulse { 0%, 100% { box-shadow: 0 12px 30px rgba(212, 175, 55, 0.42); } 50% { box-shadow: 0 12px 40px rgba(212, 175, 55, 0.72); } }
@keyframes ctaShine { 0% { left: -120%; } 55%, 100% { left: 140%; } }
@keyframes ctaBounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(3px); } }

/* Uygulama modalı */
.app-modal { position: fixed !important; inset: 0; z-index: 2000; display: flex; align-items: center; justify-content: center; padding: 20px; }
.app-modal-overlay { position: absolute; inset: 0; background: rgba(5,4,9,0.8); backdrop-filter: blur(6px); }
.app-modal-card {
  position: relative; width: 100%; max-width: 400px; text-align: center;
  background: linear-gradient(165deg, var(--card), var(--card-2)); border: 1px solid var(--line);
  border-radius: 22px; padding: 34px 28px 30px; box-shadow: var(--shadow); animation: pop 0.25s ease;
}
.app-modal-close {
  position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid var(--line-soft); background: rgba(255,255,255,0.04); color: var(--muted);
  cursor: pointer; display: inline-flex; align-items: center; justify-content: center;
}
.app-modal-close:hover { color: var(--text); }
.app-modal-crown { width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 14px; display: flex; align-items: center; justify-content: center; color: var(--gold); background: rgba(212,175,55,0.1); border: 1px solid var(--line); }
.app-modal-title { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 600; margin-bottom: 6px; }
.app-modal-sub { color: var(--muted); font-size: 14px; margin-bottom: 22px; }
.app-store-links { display: flex; flex-direction: column; gap: 12px; }
.app-store-btn {
  display: inline-flex; align-items: center; gap: 12px; justify-content: center;
  padding: 13px 18px; border-radius: 14px; color: var(--text);
  background: rgba(255,255,255,0.05); border: 1px solid var(--line); transition: all 0.2s ease;
}
.app-store-btn:hover { border-color: var(--gold); background: rgba(212,175,55,0.08); }
.app-store-btn svg { color: var(--gold-2); }
.app-store-btn span { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.2; }
.app-store-btn small { font-size: 11px; color: var(--muted); }
.app-store-btn b { font-size: 15px; }
.app-store-empty { font-size: 13px; color: var(--muted); }

/* ===== Section head ===== */
.section-head { text-align: center; max-width: 640px; margin: 0 auto 44px; }
.section-kicker { font-size: 12px; letter-spacing: 3.5px; font-weight: 700; color: var(--purple-2); }
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 5vw, 48px); font-weight: 600; margin: 10px 0 12px;
}
.section-desc { color: var(--muted); font-size: 15.5px; }

/* ===== Privileges grid ===== */
.privileges { padding: 40px 0 70px; }
.priv-grid {
  display: grid; gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
.priv-loading, .priv-empty {
  grid-column: 1 / -1; text-align: center; color: var(--muted);
  padding: 60px 20px; display: flex; flex-direction: column; align-items: center; gap: 14px;
}
.spinner {
  width: 34px; height: 34px; border-radius: 50%;
  border: 3px solid rgba(212, 175, 55, 0.2); border-top-color: var(--gold);
  animation: spin 0.8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

.priv-card {
  background: linear-gradient(160deg, var(--card), var(--card-2));
  border: 1px solid var(--line-soft); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  position: relative;
}
.priv-card::before {
  content: ""; position: absolute; inset: 0; border-radius: var(--radius);
  padding: 1px; background: linear-gradient(160deg, rgba(212,175,55,0.35), transparent 40%, transparent 60%, rgba(168,85,247,0.35));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: 0; transition: opacity 0.25s ease; pointer-events: none;
}
.priv-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.priv-card:hover::before { opacity: 1; }

.priv-img { height: 180px; background: var(--bg-2); position: relative; overflow: hidden; }
.priv-img img { width: 100%; height: 100%; object-fit: cover; }
.priv-img .placeholder {
  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
  color: rgba(212, 175, 55, 0.28);
  background: radial-gradient(circle at 50% 40%, rgba(168,85,247,0.12), transparent 70%);
}
.priv-body { padding: 20px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.priv-title { font-size: 19px; font-weight: 700; letter-spacing: 0.2px; }
.priv-desc { font-size: 14px; color: var(--muted); flex: 1; }
.priv-contact { display: flex; flex-direction: column; gap: 6px; padding-top: 4px; }
.priv-contact span { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted-2); }
.priv-contact svg { color: var(--gold); flex-shrink: 0; }
.priv-btn {
  margin-top: 6px; width: 100%; padding: 13px; border: none; border-radius: 12px;
  font-family: inherit; font-size: 14.5px; font-weight: 700; cursor: pointer;
  color: var(--gold-2); background: rgba(212, 175, 55, 0.08);
  border: 1px solid var(--line);
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  transition: all 0.2s ease;
}
.priv-btn:hover { background: linear-gradient(120deg, var(--gold), var(--gold-2)); color: #1a1206; border-color: transparent; }

/* Kart içi inline kod açma */
.priv-reveal { margin-top: 6px; }
.reveal-form { display: flex; flex-direction: column; gap: 10px; animation: fade 0.2s ease; }
.reveal-input {
  width: 100%; padding: 12px 14px; border-radius: 10px; font-size: 16px; letter-spacing: 1px;
  text-align: center; font-family: inherit;
  background: rgba(0,0,0,0.32); border: 1px solid var(--line); color: var(--text); outline: none;
  transition: border-color 0.2s ease;
}
.reveal-input:focus { border-color: var(--gold); }
.reveal-row { display: flex; gap: 8px; }
.reveal-cancel {
  flex: 0 0 auto; padding: 11px 14px; border-radius: 10px; cursor: pointer; font-family: inherit;
  font-size: 13.5px; font-weight: 600; color: var(--muted);
  background: rgba(255,255,255,0.05); border: 1px solid var(--line-soft);
}
.reveal-cancel:hover { color: var(--text); }
.reveal-submit {
  flex: 1; padding: 11px 14px; border: none; border-radius: 10px; cursor: pointer; font-family: inherit;
  font-size: 14px; font-weight: 700; color: #1a1206;
  background: linear-gradient(120deg, var(--gold), var(--gold-2));
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
}
.reveal-submit:disabled { opacity: 0.65; cursor: default; }
.rs-spin { width: 15px; height: 15px; border-radius: 50%; border: 2.4px solid rgba(26,18,6,0.35); border-top-color: #1a1206; animation: spin 0.7s linear infinite; }
.reveal-error { color: #f87171; font-size: 12.5px; text-align: center; }

/* Sonuç: konut sahibi */
.reveal-out { animation: fade 0.25s ease; }
.reveal-ok { display: flex; flex-direction: column; gap: 10px; }
.ro-greet { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 14.5px; color: var(--gold-2); }
.ro-badge {
  width: 26px; height: 26px; border-radius: 50%; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  color: #0b3d1a; background: linear-gradient(120deg, #6ee7a0, #34d399);
}
.reveal-ok .code-box { margin: 0; }
.reveal-sms { font-size: 12.5px; color: var(--muted); text-align: center; }

/* Sonuç: yetkisiz */
.reveal-denied { display: flex; flex-direction: column; gap: 10px; }
.rd-row {
  display: flex; align-items: flex-start; gap: 10px;
  background: rgba(248,113,113,0.08); border: 1px solid rgba(248,113,113,0.3);
  border-radius: 10px; padding: 12px 13px;
}
.rd-badge { color: #f87171; flex-shrink: 0; margin-top: 1px; }
.rd-row p { font-size: 13px; color: #fca5a5; }
.reveal-retry {
  padding: 10px 14px; border-radius: 10px; cursor: pointer; font-family: inherit;
  font-size: 13.5px; font-weight: 700; color: var(--gold-2);
  background: rgba(212,175,55,0.08); border: 1px solid var(--line);
}
.reveal-retry:hover { background: rgba(212,175,55,0.16); }

/* ===== How ===== */
.how { padding: 40px 0 80px; }
.how-grid { display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.how-step {
  background: linear-gradient(160deg, var(--card), var(--card-2));
  border: 1px solid var(--line-soft); border-radius: var(--radius);
  padding: 28px 24px; text-align: center;
}
.how-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 50%; margin-bottom: 14px;
  font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 700; color: #1a1206;
  background: linear-gradient(120deg, var(--gold), var(--gold-2));
}
.how-step h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.how-step p { font-size: 14px; color: var(--muted); }

/* ===== Modal ===== */
.modal-overlay {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(5, 4, 9, 0.8); backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center; padding: 20px;
  animation: fade 0.2s ease;
}
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
.modal {
  position: relative; width: 100%; max-width: 420px;
  background: linear-gradient(165deg, var(--card), var(--card-2));
  border: 1px solid var(--line); border-radius: 22px;
  padding: 34px 28px 30px; box-shadow: var(--shadow);
  animation: pop 0.25s cubic-bezier(0.2, 0.8, 0.3, 1.1);
}
@keyframes pop { from { transform: translateY(14px) scale(0.98); opacity: 0; } to { transform: none; opacity: 1; } }
.modal-close {
  position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid var(--line-soft); background: rgba(255,255,255,0.04); color: var(--muted);
  cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: all 0.2s ease;
}
.modal-close:hover { color: var(--text); background: rgba(255,255,255,0.08); }
.modal-step { text-align: center; }
.modal-crown, .result-badge, .denied-badge {
  width: 66px; height: 66px; border-radius: 50%; margin: 0 auto 16px;
  display: flex; align-items: center; justify-content: center;
}
.modal-crown { color: var(--gold); background: rgba(212, 175, 55, 0.1); border: 1px solid var(--line); }
.result-badge { color: #0b3d1a; background: linear-gradient(120deg, #6ee7a0, #34d399); }
.denied-badge { color: #7a1d1d; background: linear-gradient(120deg, #fecaca, #f87171); }
.modal-title { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 600; margin-bottom: 6px; }
.modal-sub { color: var(--muted); font-size: 14px; margin-bottom: 20px; }
.modal-label { display: block; text-align: left; font-size: 12.5px; font-weight: 600; color: var(--muted); margin-bottom: 7px; }
.modal-input {
  width: 100%; padding: 14px 16px; border-radius: 12px; font-size: 17px; letter-spacing: 1px;
  font-family: inherit; text-align: center;
  background: rgba(0,0,0,0.3); border: 1px solid var(--line); color: var(--text); outline: none;
  transition: border-color 0.2s ease;
}
.modal-input:focus { border-color: var(--gold); }
.modal-error { color: #f87171; font-size: 13px; margin-top: 10px; text-align: center; }
.modal-submit {
  width: 100%; margin-top: 18px; padding: 14px; border: none; border-radius: 12px;
  font-family: inherit; font-size: 15px; font-weight: 700; cursor: pointer; color: #1a1206;
  background: linear-gradient(120deg, var(--gold), var(--gold-2));
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  transition: transform 0.15s ease, opacity 0.2s ease;
}
.modal-submit:hover { transform: translateY(-1px); }
.modal-submit:disabled { opacity: 0.65; cursor: default; transform: none; }
.modal-submit.ghost { background: rgba(255,255,255,0.06); color: var(--text); border: 1px solid var(--line); }
.modal-hint { margin-top: 14px; font-size: 12px; color: var(--muted-2); }
.btn-spin { width: 17px; height: 17px; border-radius: 50%; border: 2.5px solid rgba(26,18,6,0.35); border-top-color: #1a1206; animation: spin 0.7s linear infinite; }

/* Kod kutusu */
.code-box {
  background: rgba(0,0,0,0.35); border: 1px dashed var(--gold);
  border-radius: 14px; padding: 18px; margin: 6px 0 14px;
  display: flex; flex-direction: column; align-items: center; gap: 8px; position: relative;
}
.code-label { font-size: 11px; letter-spacing: 2px; color: var(--muted); font-weight: 700; }
.code-value {
  font-family: 'Cormorant Garamond', serif; font-size: 34px; font-weight: 700; letter-spacing: 2px;
  color: var(--gold-2); word-break: break-all;
}
.code-copy {
  padding: 6px 14px; border-radius: 999px; font-size: 12.5px; font-weight: 600; cursor: pointer;
  border: 1px solid var(--line); background: rgba(212,175,55,0.08); color: var(--gold-2);
}
.code-copy:hover { background: rgba(212,175,55,0.18); }
.result-sms { font-size: 13px; color: var(--muted); margin-bottom: 6px; }

/* ===== Neden Prive ===== */
.why { padding: 40px 0 70px; }
.why-grid { display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.why-card {
  background: linear-gradient(160deg, var(--card), var(--card-2));
  border: 1px solid var(--line-soft); border-radius: var(--radius);
  padding: 26px 22px; text-align: center;
}
.why-ico {
  width: 54px; height: 54px; border-radius: 14px; margin: 0 auto 14px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--gold); background: rgba(212, 175, 55, 0.1); border: 1px solid var(--line);
}
.why-card h3 { font-size: 16.5px; font-weight: 700; margin-bottom: 8px; }
.why-card p { font-size: 13.5px; color: var(--muted); }

/* ===== Mef City ===== */
.mefcity { padding: 40px 0 70px; }
.mefcity-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 34px;
  background: linear-gradient(150deg, var(--card), var(--card-2));
  border: 1px solid var(--line); border-radius: 22px; padding: 40px 40px;
  position: relative; overflow: hidden;
}
.mefcity-inner::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 90% 20%, rgba(212,175,55,0.12), transparent 45%);
  pointer-events: none;
}
.mefcity-text { max-width: 620px; position: relative; z-index: 1; }
.mefcity-text h2 { text-align: left; margin: 8px 0 12px; }
.mefcity-text p { color: var(--muted); font-size: 15px; margin-bottom: 20px; }
.mefcity-link {
  display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 14.5px;
  color: #1a1206; background: linear-gradient(120deg, var(--gold), var(--gold-2));
  padding: 12px 22px; border-radius: 999px; transition: transform 0.2s ease;
}
.mefcity-link:hover { transform: translateY(-2px); }
.mefcity-badge { color: var(--gold); opacity: 0.5; flex-shrink: 0; position: relative; z-index: 1; }

/* ===== İletişim ===== */
.contact { padding: 40px 0 80px; }
.contact-grid { display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.contact-card {
  background: linear-gradient(160deg, var(--card), var(--card-2));
  border: 1px solid var(--line-soft); border-radius: var(--radius);
  padding: 30px 24px; text-align: center;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.contact-card:hover { transform: translateY(-4px); border-color: var(--line); }
.cc-ico {
  width: 56px; height: 56px; border-radius: 50%; margin: 0 auto 15px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--gold); background: rgba(212, 175, 55, 0.1); border: 1px solid var(--line);
}
.contact-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 5px; }
.contact-card p { color: var(--muted); font-size: 14px; margin-bottom: 12px; }
.cc-link { font-size: 13px; font-weight: 700; color: var(--gold-2); }

/* ===== Footer (zengin) ===== */
.site-footer {
  position: relative;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(212,175,55,0.035), transparent 45%);
  padding: 58px 0 24px;
}
.site-footer::before {
  content: ""; position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
  width: 230px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.footer-top { display: grid; grid-template-columns: 1.7fr 1fr 1.3fr; gap: 40px; align-items: start; }
.footer-brand-row { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer-brand-row .brand-crown.small {
  width: 42px; height: 42px; border-radius: 12px; color: var(--gold);
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(212,175,55,0.1); border: 1px solid var(--line);
  filter: drop-shadow(0 0 8px rgba(212,175,55,0.25));
}
.footer-wordmark { letter-spacing: 3px; font-size: 18px; font-weight: 700; white-space: nowrap; }
.footer-wordmark b { color: var(--gold); }
.footer-note { color: var(--muted); font-size: 13.5px; line-height: 1.75; max-width: 320px; letter-spacing: normal; }
.footer-col h4 {
  font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-2);
  margin-bottom: 18px; padding-bottom: 10px; position: relative;
}
.footer-col h4::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 28px; height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.footer-col a {
  display: flex; align-items: center; gap: 9px;
  color: var(--muted); font-size: 14px; margin-bottom: 13px;
  transition: color 0.2s ease, transform 0.2s ease;
}
.footer-col a:hover { color: var(--gold-2); transform: translateX(3px); }
.footer-contact svg { color: var(--gold); flex-shrink: 0; }
.footer-bottom { margin-top: 42px; padding-top: 22px; border-top: 1px solid var(--line-soft); }
.footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.footer-copy { color: var(--muted-2); font-size: 12.5px; letter-spacing: 0.3px; }
.footer-mef { color: var(--muted-2); font-size: 12.5px; letter-spacing: 0.3px; }
.footer-mef a { color: var(--gold-2); font-weight: 700; }
.footer-mef a:hover { color: var(--gold); }

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 44px; }
  .hero-content { text-align: center; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-visual { max-width: 420px; margin: 0 auto; width: 100%; }
}

@media (max-width: 820px) {
  .footer-top { grid-template-columns: 1fr 1fr; }
  .mefcity-inner { flex-direction: column; text-align: center; padding: 32px 24px; }
  .mefcity-text { text-align: center; }
  .mefcity-text h2 { text-align: center; }
}

@media (max-width: 720px) {
  .nav-toggle { display: flex; }
  .main-nav {
    position: fixed; top: 70px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: rgba(11, 9, 16, 0.98); backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line);
    padding: 8px 0; transform: translateY(-8px); opacity: 0; pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease; max-height: calc(100vh - 70px); overflow-y: auto;
  }
  .main-nav.open { opacity: 1; transform: none; pointer-events: auto; }
  .main-nav > a:not(.header-cta) { padding: 14px 22px; border-bottom: 1px solid var(--line-soft); font-size: 15px; }
  .header-cta { margin: 12px 22px; justify-content: center; }
}

@media (max-width: 560px) {
  .hero { padding: 60px 0 48px; }
  .priv-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 26px; }
  .footer-bottom-inner { justify-content: center; text-align: center; }
}
