@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=DM+Sans:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap');

/* ─── TOKENS ─────────────────────────────────────────── */
:root {
  --gold:        #c9a84c;
  --gold-light:  #e8d5a3;
  --gold-pale:   #fdf8ee;
  --rose:        #d4667a;
  --rose-light:  #f9dde3;
  --cream:       #faf8f4;
  --ink:         #1a1610;
  --ink-soft:    #3d3528;
  --muted:       #7a7060;
  --border:      rgba(201,168,76,0.22);
  --border-soft: rgba(201,168,76,0.12);
  --shadow-gold: 0 8px 32px rgba(201,168,76,0.18);
  --shadow-deep: 0 20px 60px rgba(26,22,16,0.08);
  --r-sm: 12px;
  --r-md: 20px;
  --r-lg: 32px;
  --r-xl: 48px;
  /* Koyu tema (varsayılan) */
  --theme-bg:         #0f0d0a;
  --theme-bg-alt:     #1a1610;
  --theme-text:       #f5ede0;
  --theme-text-soft:  #e8e0d0;
  --theme-text-muted: #a89f8e;
  --theme-navbar-bg:  rgba(15,13,10,0.9);
  --theme-navbar-scrolled: rgba(15,13,10,0.98);
  --theme-hero-left:  linear-gradient(160deg, #1a1610 0%, #15120d 50%, #0f0d0a 100%);
  --theme-hero-right: linear-gradient(200deg, #2d2618 0%, #1e1912 40%, #0f0d0a 100%);
  --theme-section-bg:  #15120d;
  --theme-card-bg:   rgba(26,22,16,0.6);
  --theme-surface:   #1a1610;
  --theme-footer-bg:  #0a0806;
  --theme-footer-text: #f5ede0;
  --theme-footer-muted: rgba(245,237,224,0.5);
  --theme-footer-border: rgba(245,237,224,0.08);
}

[data-theme="light"] {
  --theme-bg:         #fdfbf7;
  --theme-bg-alt:     #faf6f0;
  --theme-text:       #1a1610;
  --theme-text-soft:  #3d3528;
  --theme-text-muted: #6b6156;
  --theme-navbar-bg:  rgba(253,251,247,0.88);
  --theme-navbar-scrolled: rgba(253,251,247,0.96);
  --theme-hero-left:  linear-gradient(160deg, #fdfbf7 0%, #faf6f0 50%, #f5f0e8 100%);
  --theme-hero-right: linear-gradient(200deg, #f0eae0 0%, #e8e2d8 50%, #e0d8cc 100%);
  --theme-section-bg:  #f5f0e8;
  --theme-card-bg:   rgba(255,255,255,0.7);
  --theme-surface:   #fff;
  --theme-footer-bg:  #e8e2d8;
  --theme-footer-text: #1a1610;
  --theme-footer-muted: #5a5044;
  --theme-footer-border: rgba(26,22,16,0.08);
}

/* ─── RESET ───────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  font-family: 'DM Sans', system-ui, sans-serif;
  background: var(--theme-bg);
  color: var(--theme-text);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  transition: background 0.3s ease, color 0.3s ease;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* ─── TYPOGRAPHY ──────────────────────────────────────── */
.font-serif { font-family: 'Cormorant Garamond', serif; }
.font-display { font-family: 'Playfair Display', serif; }

/* ─── NAVBAR ──────────────────────────────────────────── */
.navbar-davettim {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 0;
  transition: background 0.35s ease, box-shadow 0.35s ease;
  background: var(--theme-navbar-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.navbar-davettim.scrolled {
  background: var(--theme-navbar-scrolled);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 1px 0 var(--border), 0 8px 32px rgba(26,22,16,0.15);
}

.nav-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 18px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  min-width: 0;
  text-decoration: none;
  margin-right: 12px;
}

/* Logo boyutları — tutarlı ve orantılı, belirgin görünüm */
.davettim-logo {
  display: block;
  width: auto;
  height: 48px;
  max-width: 160px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(1.05) contrast(1.15) saturate(1.25);
}
.davettim-logo--nav {
  height: 58px;
  max-width: 190px;
  filter: brightness(1.05) contrast(1.2) saturate(1.3) drop-shadow(0 2px 8px rgba(26,22,16,0.12));
}
.davettim-logo--mobile {
  height: 64px;
  max-width: 180px;
  filter: brightness(1.15) contrast(1.1) saturate(1.2);
}
.davettim-logo--footer {
  height: 72px;
  max-width: 210px;
  filter: brightness(1.2) contrast(1.1) saturate(1.15);
}
.davettim-logo--auth { height: 76px; max-width: 220px; }
.davettim-logo--panel { height: 48px; max-width: 160px; }
.davettim-logo--compact { height: 52px; max-width: 150px; }

.logo-icon {
  width: 40px; height: 40px;
  border-radius: 0;
  background: transparent;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.logo-icon img {
  width: 100%; height: 100%;
  object-fit: contain;
  filter: brightness(1.15);
}

.logo-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--theme-text);
}

.logo-sub {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--theme-text-muted);
  display: block;
  line-height: 1;
  margin-top: 1px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
  flex: 1 1 auto;
  min-width: 0;
  justify-content: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0 4px;
}
.nav-links::-webkit-scrollbar {
  display: none;
}
.nav-links li {
  flex-shrink: 0;
}

.nav-links a {
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  color: var(--theme-text-muted);
  padding: 7px 10px;
  border-radius: 999px;
  transition: color 0.2s ease, background 0.2s ease;
  white-space: nowrap;
  display: block;
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 4px; left: 50%;
  width: 0;
  height: 1.5px;
  background: var(--gold);
  transition: all 0.25s ease;
  transform: translateX(-50%);
}

.nav-links a:hover {
  color: var(--theme-text);
  background: rgba(201,168,76,0.06);
}

.nav-links a:hover::after {
  width: 60%;
}

.nav-links a i {
  margin-right: 5px;
  font-size: 0.9em;
}

/* Language Switcher */
.nav-cta-group {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.btn-outline-gold {
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  transition: all 0.22s;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-outline-gold:hover {
  background: var(--gold);
  color: #fff;
}

.btn-gold {
  padding: 9px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d4a843, var(--gold));
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  box-shadow: 0 4px 20px rgba(201,168,76,0.35);
  transition: all 0.22s;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-gold:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(201,168,76,0.5);
  color: #fff;
}

.btn-gold-lg {
  padding: 15px 36px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d4a843, var(--gold));
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  box-shadow: 0 8px 32px rgba(201,168,76,0.4);
  transition: all 0.25s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: none;
  cursor: pointer;
}

.btn-gold-lg:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(201,168,76,0.55);
  color: #fff;
}

.btn-ghost-lg {
  padding: 15px 28px;
  border-radius: 999px;
  border: 1px solid rgba(26,22,16,0.2);
  color: var(--theme-text-soft);
  font-size: 0.92rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  transition: all 0.22s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  cursor: pointer;
}

.btn-ghost-lg:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: var(--gold-pale);
}

/* ─── MOBİL CTA (navbar'da görünür, menü açmadan) ──────── */
.nav-cta-mobile {
  display: none;
  align-items: center;
  gap: 8px;
}
.btn-nav-mobile {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s;
}
.btn-nav-mobile-outline {
  color: var(--gold);
  border: 1.5px solid rgba(201,168,76,0.4);
  background: transparent;
}
.btn-nav-mobile-outline:hover { background: rgba(201,168,76,0.08); }
.btn-nav-mobile-gold {
  color: #0a0806;
  background: var(--gold);
  border: none;
}
.btn-nav-mobile-gold:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-nav-mobile {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.btn-nav-mobile i { font-size: 0.7rem; flex-shrink: 0; }

/* ─── HAMBURGER ───────────────────────────────────────── */
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: rgba(201,168,76,.1);
  border: 1px solid rgba(201,168,76,.25);
  border-radius: 8px;
  cursor: pointer;
  padding: 8px 10px;
  width: 42px; height: 38px;
}

.nav-hamburger span {
  display: block;
  width: 26px; height: 2.5px;
  background: var(--gold);
  border-radius: 2px;
  transition: all 0.3s;
}

/* ─── HERO ────────────────────────────────────────────── */
.hero-section {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg-left {
  position: absolute;
  inset: 0;
  width: 50%;
  background: var(--theme-hero-left);
  transition: background 0.3s ease;
}

.hero-bg-right {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 50%;
  background: var(--theme-hero-right);
  transition: background 0.3s ease;
}

.hero-bg-ornament {
  position: absolute;
  pointer-events: none;
  opacity: 0.07;
}

.hero-bg-ornament.top-left {
  top: -60px; left: -60px;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--gold), transparent 70%);
}

.hero-bg-ornament.bottom-right {
  bottom: -80px; right: 48%;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--gold), transparent 70%);
}

.hero-left {
  position: relative;
  z-index: 2;
  padding: 80px 64px 80px 80px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}

.eyebrow-line {
  width: 28px; height: 1px;
  background: var(--gold);
  opacity: 0.7;
}

.hero-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 4.5vw, 4.2rem);
  line-height: 1.05;
  font-weight: 300;
  color: var(--theme-text);
  letter-spacing: -0.01em;
}

.hero-headline em {
  font-style: italic;
  color: var(--gold);
}

.hero-headline strong {
  font-weight: 600;
}

.hero-body {
  font-size: 1rem;
  color: var(--theme-text-muted);
  line-height: 1.7;
  max-width: 36rem;
  font-weight: 300;
}

.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.feat-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(201,168,76,0.1);
  border: 1px solid rgba(201,168,76,0.25);
  font-size: 0.78rem;
  color: var(--theme-text-soft);
  font-weight: 400;
}

.feat-chip i {
  color: var(--gold);
  font-size: 0.75rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-size: 0.78rem;
  color: var(--theme-text-muted);
}

.trust-avatars {
  display: flex;
}

.trust-avatar {
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 2px solid var(--cream);
  margin-left: -8px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  display: flex; align-items: center; justify-content: center;
  font-size: 0.6rem;
  color: white;
  font-weight: 600;
}

.trust-avatar:first-child { margin-left: 0; }

.trust-dot {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.6;
}

/* ─── INVITATION PREVIEW CARD ─────────────────────────── */
.hero-right {
  position: relative;
  z-index: 2;
  padding: 60px 80px 60px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.invite-preview {
  width: 100%;
  max-width: 360px;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,0.45), 0 0 0 1px rgba(255,255,255,0.08);
  background: #1e1912;
  position: relative;
}

.invite-preview-envelope {
  background: linear-gradient(160deg, #fdf9f0, #f5ede0);
  padding: 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.invite-preview-envelope::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-light), var(--gold), var(--gold-light));
}

.envelope-seal {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  margin: 0 auto 16px;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 20px;
  box-shadow: 0 6px 20px rgba(201,168,76,0.4);
  animation: envelope-pulse 3s ease-in-out infinite;
}

@keyframes envelope-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 6px 20px rgba(201,168,76,0.4); }
  50% { transform: scale(1.04); box-shadow: 0 8px 28px rgba(201,168,76,0.6); }
}

.invite-couple {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: var(--theme-text);
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}

.invite-couple em { font-style: italic; color: var(--gold); }

.invite-tagline {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--theme-text-muted);
}

.invite-preview-body {
  padding: 20px 24px;
  background: #1e1912;
}

.invite-countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 16px;
}

.countdown-box {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: var(--r-sm);
  padding: 10px 4px;
  text-align: center;
}

.countdown-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
}

.countdown-lbl {
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-top: 3px;
}

.invite-info-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.invite-info-item label {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 3px;
}

.invite-info-item strong {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.85);
  font-weight: 400;
}

.invite-actions-row {
  display: flex;
  gap: 8px;
  margin-top: 4px;
}

.invite-btn {
  flex: 1;
  padding: 10px;
  border-radius: 10px;
  font-size: 0.72rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.06em;
  transition: all 0.2s;
}

.invite-btn-primary {
  background: linear-gradient(135deg, #d4a843, var(--gold));
  color: #fff;
  box-shadow: 0 4px 16px rgba(201,168,76,0.35);
}

.invite-btn-secondary {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.7);
}

.invite-btn:hover { transform: translateY(-1px); opacity: 0.9; }

.invite-preview-badge {
  position: absolute;
  top: 20px;
  right: 0;
  background: var(--rose);
  color: #fff;
  border-radius: 10px 0 0 10px;
  padding: 6px 16px 6px 12px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 4px 16px rgba(212,102,122,0.4);
}

.hero-stat-float {
  position: absolute;
  bottom: 60px;
  left: -28px;
  background: var(--theme-surface);
  border-radius: 16px;
  padding: 12px 16px;
  box-shadow: var(--shadow-deep);
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 175px;
  animation: float-up 4s ease-in-out infinite;
}

@keyframes float-up {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.stat-icon-wrap {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 14px;
  flex-shrink: 0;
}

.stat-value {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--theme-text);
  line-height: 1;
}

.stat-label {
  font-size: 0.68rem;
  color: var(--theme-text-muted);
  margin-top: 2px;
}

/* ─── SECTION COMMONS ─────────────────────────────────── */
.section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 32px;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 14px;
}

.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 300;
  color: var(--theme-text);
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.section-title em { font-style: italic; color: var(--gold); }

.section-body {
  font-size: 0.95rem;
  color: var(--theme-text-muted);
  line-height: 1.75;
  max-width: 36rem;
  font-weight: 300;
  margin-top: 12px;
}

/* ─── HOW IT WORKS ────────────────────────────────────── */
.how-section {
  background: var(--theme-section-bg);
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease;
}

.how-section::before {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,168,76,0.08), transparent 70%);
  pointer-events: none;
}

.how-section .section-eyebrow { color: var(--gold-light); }
.how-section .section-title { color: #f5ede0; }
.how-section .section-body { color: rgba(245,237,224,0.55); }

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 64px;
  position: relative;
}

.steps-grid::before {
  content: '';
  position: absolute;
  top: 38px;
  left: calc(16.66% + 1px);
  right: calc(16.66% + 1px);
  height: 1px;
  background: linear-gradient(90deg, rgba(201,168,76,0.3), var(--gold), rgba(201,168,76,0.3));
  pointer-events: none;
  z-index: 0;
}

.step-card {
  padding: 40px 36px;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}

.step-card:hover { transform: translateY(-4px); }

.step-number {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2a2418, #1e1912);
  border: 2px solid rgba(201,168,76,0.4);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--gold);
  margin-bottom: 24px;
  position: relative;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.step-card:hover .step-number {
  border-color: rgba(201,168,76,0.7);
  box-shadow: 0 0 24px rgba(201,168,76,0.15);
}

.step-number::after {
  content: '';
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.12);
}

.step-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #f5ede0;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}

.step-desc {
  font-size: 0.85rem;
  color: rgba(245,237,224,0.5);
  line-height: 1.7;
  font-weight: 300;
}

/* ─── FEATURES ────────────────────────────────────────── */
.features-section {
  background: var(--theme-bg);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 64px;
}

.feature-card {
  background: var(--theme-surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 36px 30px;
  transition: transform 0.35s cubic-bezier(0.22,1,0.36,1), box-shadow 0.35s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1);
}

.feature-card::after {
  content: '';
  position: absolute;
  bottom: -60%; right: -30%;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,168,76,0.06), transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.feature-card:hover::before { transform: scaleX(1); }
.feature-card:hover::after { opacity: 1; }
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-gold), var(--shadow-deep), 0 0 40px rgba(201,168,76,0.06);
  border-color: rgba(201,168,76,0.4);
}

.feature-icon-wrap {
  width: 52px; height: 52px;
  border-radius: var(--r-sm);
  background: var(--gold-pale);
  border: 1px solid rgba(201,168,76,0.25);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
  font-size: 1.2rem;
  margin-bottom: 22px;
  transition: all 0.35s cubic-bezier(0.22,1,0.36,1);
}

.feature-card:hover .feature-icon-wrap {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #fff;
  border-color: transparent;
  transform: scale(1.08);
  box-shadow: 0 4px 20px rgba(201,168,76,0.3);
}

.feature-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--theme-text);
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}

.feature-desc {
  font-size: 0.84rem;
  color: var(--theme-text-muted);
  line-height: 1.72;
  font-weight: 300;
}

/* ─── EVENT TYPES ─────────────────────────────────────── */
.events-section {
  background: linear-gradient(165deg, #fdf9f0 0%, #faf6ec 40%, #f8f3e6 100%);
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 56px;
}

.event-card {
  background: var(--theme-surface);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 28px 20px;
  text-align: center;
  transition: transform 0.35s cubic-bezier(0.22,1,0.36,1), box-shadow 0.35s ease, border-color 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.event-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(201,168,76,0.08), transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.event-card:hover::after { opacity: 1; }

.event-card:hover {
  border-color: var(--gold);
  box-shadow: 0 12px 40px rgba(201,168,76,0.18), 0 0 0 1px rgba(201,168,76,0.1);
  transform: translateY(-5px);
}

.event-emoji {
  font-size: 2.4rem;
  margin-bottom: 14px;
  display: block;
  transition: transform 0.3s ease;
}

.event-card:hover .event-emoji { transform: scale(1.15); }

.event-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  color: var(--theme-text);
  font-weight: 500;
  margin-bottom: 6px;
}

.event-desc {
  font-size: 0.75rem;
  color: var(--theme-text-muted);
  font-weight: 300;
}

/* ─── TESTIMONIALS ────────────────────────────────────── */
.testimonials-section {
  background: var(--ink);
  position: relative;
  overflow: hidden;
}

.testimonials-section::after {
  content: '"';
  position: absolute;
  top: -40px; left: 60px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18rem;
  font-weight: 300;
  color: rgba(201,168,76,0.04);
  pointer-events: none;
  line-height: 1;
}

.testimonials-section .section-title { color: #f5ede0; }
.testimonials-section .section-eyebrow { color: rgba(201,168,76,0.8); }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 56px;
}

.testimonial-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(201,168,76,0.14);
  border-radius: var(--r-md);
  padding: 32px 28px;
  transition: all 0.3s;
}

.testimonial-card:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(201,168,76,0.35);
}

.testimonial-stars {
  color: var(--gold);
  font-size: 0.8rem;
  letter-spacing: 3px;
  margin-bottom: 14px;
}

.testimonial-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 300;
  font-style: italic;
  color: rgba(245,237,224,0.8);
  line-height: 1.7;
  margin-bottom: 22px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.author-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  flex-shrink: 0;
}

.author-name {
  font-size: 0.85rem;
  color: rgba(245,237,224,0.8);
  font-weight: 500;
}

.author-meta {
  font-size: 0.72rem;
  color: rgba(245,237,224,0.35);
  margin-top: 2px;
}

.testimonial-rating-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 56px;
  padding: 28px 36px;
  background: rgba(201,168,76,0.07);
  border: 1px solid rgba(201,168,76,0.14);
  border-radius: var(--r-lg);
}

.rating-big {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.5rem;
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
}

.rating-stars-lg {
  color: var(--gold);
  font-size: 1.2rem;
  letter-spacing: 4px;
}

.rating-label {
  font-size: 0.82rem;
  color: rgba(245,237,224,0.45);
  margin-top: 4px;
}

/* ─── REVIEW FORM ─────────────────────────────────────── */
.review-form-section {
  background: var(--theme-bg);
}

.review-form-card {
  max-width: 720px;
  margin: 0 auto;
  background: var(--theme-surface);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 56px;
  box-shadow: var(--shadow-deep);
}

.review-form-card .section-title { font-size: 2rem; text-align: center; margin-bottom: 8px; }
.review-form-card .section-body { text-align: center; margin: 0 auto 36px; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-field label {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--theme-text-muted);
  font-weight: 500;
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(201,168,76,0.25);
  border-radius: var(--r-sm);
  background: var(--gold-pale);
  color: var(--theme-text);
  font-size: 0.9rem;
  font-family: 'DM Sans', sans-serif;
  outline: none;
  transition: all 0.2s;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,168,76,0.12);
  background: var(--theme-surface);
}

.form-textarea {
  min-height: 110px;
  resize: vertical;
}

.form-message-success {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  background: rgba(74,168,74,0.08);
  border: 1px solid rgba(74,168,74,0.25);
  border-radius: var(--r-sm);
  color: #2d7a2d;
  font-size: 0.85rem;
  margin-bottom: 16px;
}

/* ─── CTA BANNER ──────────────────────────────────────── */
.cta-section {
  background: linear-gradient(135deg, #1e1912 0%, #2d2618 50%, #1a1610 100%);
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(201,168,76,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.cta-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 32px;
  text-align: center;
}

.cta-eyebrow { color: var(--gold-light); margin-bottom: 20px; }
.cta-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 300;
  color: #f5ede0;
  line-height: 1.1;
  margin-bottom: 20px;
}

.cta-title em { font-style: italic; color: var(--gold); }

.cta-body {
  font-size: 1rem;
  color: rgba(245,237,224,0.5);
  font-weight: 300;
  max-width: 36rem;
  margin: 0 auto 36px;
  line-height: 1.7;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.cta-free-note {
  width: 100%;
  font-size: 0.75rem;
  color: rgba(245,237,224,0.3);
  letter-spacing: 0.1em;
  margin-top: 12px;
}

/* ─── FOOTER ──────────────────────────────────────────── */
.site-footer {
  background: var(--theme-footer-bg);
  border-top: 1px solid var(--theme-footer-border);
  padding: 48px 0 28px;
  transition: background 0.3s ease;
}

.footer-grid {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 48px 40px;
  margin-bottom: 36px;
}

.footer-logo-link {
  display: inline-flex;
  margin-bottom: 16px;
}

.footer-brand .logo-name { color: var(--theme-footer-text); font-size: 1.3rem; }
.footer-brand .logo-sub { color: var(--theme-footer-muted); }

.footer-brand-tagline {
  font-size: 0.85rem;
  color: var(--theme-footer-muted);
  line-height: 1.7;
  margin-top: 0;
  font-weight: 300;
  max-width: 20rem;
}

.footer-trust {
  margin-top: 20px;
}

.footer-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  color: rgba(201,168,76,0.75);
  letter-spacing: 0.06em;
}

.footer-trust-badge i {
  color: rgba(201,168,76,0.9);
  font-size: 0.85rem;
}

.footer-links-group {
  min-width: 0;
}

.footer-col-title {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--theme-footer-muted);
  margin-bottom: 16px;
  font-weight: 600;
}

.footer-links-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer-links-list a {
  font-size: 0.86rem;
  color: var(--theme-footer-muted);
  transition: color 0.25s, transform 0.25s;
  font-weight: 400;
  display: inline-block;
}

.footer-links-list a:hover { color: var(--gold); transform: translateX(3px); }

.footer-links-list a i {
  margin-right: 6px;
  opacity: 0.9;
}

.footer-divider {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--theme-footer-border), transparent);
}

.footer-bottom {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 32px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-bottom-left {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.footer-copy {
  font-size: 0.8rem;
  color: var(--theme-footer-muted);
  font-weight: 400;
}

.footer-copy strong {
  color: var(--theme-footer-text);
}

.footer-address {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.76rem;
  color: var(--theme-footer-muted);
  letter-spacing: 0.06em;
}

.footer-address i {
  color: rgba(201,168,76,0.5);
  font-size: 0.72rem;
}

.footer-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-badge {
  padding: 6px 14px;
  border-radius: 8px;
  border: 1px solid var(--theme-footer-border);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  color: var(--theme-footer-muted);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: border-color 0.2s, color 0.2s;
}

.footer-badge:hover {
  color: var(--theme-footer-text);
  border-color: rgba(26,22,16,0.15);
}

.footer-badge--secure {
  border-color: rgba(201,168,76,0.2);
  color: rgba(201,168,76,0.85);
  background: rgba(201,168,76,0.06);
}

.footer-badge--secure:hover {
  border-color: rgba(201,168,76,0.35);
  color: var(--gold);
}

/* ─── DIVIDER ─────────────────────────────────────────── */
.ornament-divider {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin: 0 auto;
  opacity: 0.3;
}

.ornament-divider::before,
.ornament-divider::after {
  content: '';
  flex: 1;
  max-width: 120px;
  height: 1px;
  background: var(--gold);
}

.ornament-divider i { color: var(--gold); font-size: 0.7rem; }

/* ─── MOBILE MENU ─────────────────────────────────────── */
.mobile-nav-drawer {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 2000;
  height: 100vh;
  height: 100dvh;
  max-height: -webkit-fill-available;
  background: var(--theme-bg);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  padding: max(12px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  box-shadow: 0 8px 48px rgba(0,0,0,0.5);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.mobile-nav-drawer.open { transform: translateY(0); }
[data-theme="light"] .mobile-nav-drawer { box-shadow: 0 8px 48px rgba(26,22,16,0.15); }

.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  flex-shrink: 0;
}

.mobile-nav-header .davettim-logo--mobile {
  max-height: 48px;
}

.mobile-nav-close {
  background: rgba(201,168,76,0.08);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: 8px;
  font-size: 1rem;
  color: var(--gold);
  cursor: pointer;
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.2s;
}

.mobile-nav-close:hover { background: rgba(201,168,76,0.12); }

.mobile-nav-cta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mobile-nav-cta-top {
  margin-bottom: 10px;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.mobile-nav-cta-top .btn-gold-lg,
.mobile-nav-cta-top .btn-ghost-lg {
  flex: 1;
  min-width: 0;
}

.mobile-nav-cta .btn-gold-lg,
.mobile-nav-cta .btn-ghost-lg {
  padding: 12px 16px;
  font-size: 0.95rem;
}

.mobile-nav-links {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px 12px;
  margin-bottom: 0;
  flex: 1;
  min-height: 0;
  align-content: start;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-nav-links a {
  display: block;
  padding: 12px 10px;
  font-family: 'DM Sans', 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--theme-text);
  border-bottom: 1px solid rgba(201,168,76,0.1);
  transition: color 0.2s;
}

.mobile-nav-links a:hover { color: var(--gold); }

.mobile-nav-drawer .btn-ghost-lg {
  border-color: rgba(201,168,76,0.35);
  color: var(--gold);
  background: transparent;
}
.mobile-nav-drawer .btn-ghost-lg:hover {
  background: rgba(201,168,76,0.1);
  border-color: var(--gold);
  color: var(--gold-light);
}
.mobile-nav-drawer .btn-gold-lg {
  color: #0a0806;
  background: linear-gradient(135deg, #d4a843, var(--gold));
}
.mobile-nav-drawer .btn-gold-lg:hover { color: #0a0806; }

/* Kısa ekranlarda mobil menü — okunabilir font korunur */
@media (max-height: 600px) {
  .mobile-nav-drawer { padding: 10px 14px 12px; }
  .mobile-nav-header { margin-bottom: 10px; }
  .mobile-nav-header .davettim-logo--mobile { max-height: 40px; }
  .mobile-nav-close { width: 34px; height: 34px; font-size: 0.95rem; }
  .mobile-nav-cta-top { margin-bottom: 8px; gap: 6px; }
  .mobile-nav-cta .btn-gold-lg,
  .mobile-nav-cta .btn-ghost-lg { padding: 10px 12px; font-size: 0.88rem; }
  .mobile-nav-links { gap: 2px 10px; }
  .mobile-nav-links a { padding: 10px 8px; font-size: 0.95rem; }
}

/* Menü açıkken navbar'daki Giriş/Kayıt Ol tekrarını gizle */
/* ─── ANIMATIONS ──────────────────────────────────────── */
@keyframes fade-up {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fade-in-scale {
  from { opacity: 0; transform: scale(0.95) translateY(12px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

@keyframes slide-in-left {
  from { opacity: 0; transform: translateX(-32px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes slide-in-right {
  from { opacity: 0; transform: translateX(32px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes gold-glow-pulse {
  0%, 100% { box-shadow: 0 0 20px rgba(201,168,76,0.1); }
  50% { box-shadow: 0 0 40px rgba(201,168,76,0.2); }
}

.animate-fade-up {
  animation: fade-up 0.7s cubic-bezier(0.22,1,0.36,1) forwards;
}

.animate-fade-scale {
  animation: fade-in-scale 0.6s cubic-bezier(0.22,1,0.36,1) forwards;
}

.animate-slide-left {
  animation: slide-in-left 0.7s cubic-bezier(0.22,1,0.36,1) forwards;
}

.animate-slide-right {
  animation: slide-in-right 0.7s cubic-bezier(0.22,1,0.36,1) forwards;
}

.delay-1 { animation-delay: 0.1s; opacity: 0; }
.delay-2 { animation-delay: 0.2s; opacity: 0; }
.delay-3 { animation-delay: 0.35s; opacity: 0; }
.delay-4 { animation-delay: 0.5s; opacity: 0; }
.delay-5 { animation-delay: 0.65s; opacity: 0; }
.delay-6 { animation-delay: 0.8s; opacity: 0; }

/* Scroll reveal initial state */
[data-reveal] {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s cubic-bezier(0.22,1,0.36,1), transform 0.7s cubic-bezier(0.22,1,0.36,1);
}
[data-reveal].revealed {
  opacity: 1;
  transform: translateY(0);
}
[data-reveal="scale"] { transform: scale(0.95) translateY(16px); }
[data-reveal="scale"].revealed { transform: scale(1) translateY(0); }
[data-reveal="left"] { transform: translateX(-32px); }
[data-reveal="left"].revealed { transform: translateX(0); }
[data-reveal="right"] { transform: translateX(32px); }
[data-reveal="right"].revealed { transform: translateX(0); }

/* ─── RESPONSIVE ──────────────────────────────────────── */
/* ══ RESPONSIVE ══════════════════════════════════════════ */

@media (max-width: 1100px) {
  .hero-left  { padding: 60px 40px 60px 48px; }
  .hero-right { padding: 60px 48px 60px 32px; }
  .events-grid { grid-template-columns: repeat(3, 1fr); }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .nav-links a { padding: 6px 9px; font-size: 0.76rem; }
}

@media (max-width: 900px) {
  .hero-section {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 72px;
  }
  .hero-bg-left  { width: 100%; }
  .hero-bg-right { display: none; }
  .hero-left  { padding: 60px 32px 32px; gap: 20px; }
  .hero-right { padding: 0 32px 64px; justify-content: flex-start; }
  .invite-preview { max-width: 420px; margin: 0 auto; }
  .hero-stat-float { left: auto; right: 0; bottom: 20px; }
  .steps-grid, .features-grid, .testimonials-grid { grid-template-columns: 1fr; }
  .steps-grid::before { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 32px; }
  .footer-brand { grid-column: 1 / -1; }
  .nav-links { display: none; }
  .nav-cta-group { display: none; }
  .nav-hamburger { display: flex; }
  .navbar-davettim .davettim-logo--nav { max-width: 150px; height: 48px; }
  .hero-headline { font-size: clamp(2.4rem, 6vw, 3.5rem); }
  .events-grid { grid-template-columns: repeat(3, 1fr); }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); max-width: 600px; margin: 0 auto; }
}

@media (max-width: 640px) {
  .section-container { padding: 64px 18px; }
  .features-grid { gap: 16px; }
  .nav-container { padding: 14px 18px; }
  .navbar-davettim .davettim-logo--nav { max-width: 130px; height: 42px; }
  .hero-left  { padding: 40px 18px 28px; }
  .hero-right { padding: 0 18px 48px; }
  .events-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .form-row { grid-template-columns: 1fr; }
  .review-form-card { padding: 28px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-brand { grid-column: 1; }
  .footer-bottom { flex-direction: column; align-items: center; text-align: center; gap: 16px; }
  .footer-bottom-left { flex-direction: column; align-items: center; gap: 8px; }
  .footer-badges { justify-content: center; }
  .cta-actions { flex-direction: column; align-items: stretch; }
  .cta-actions a { text-align: center; justify-content: center; }
  .testimonial-rating-bar { flex-direction: column; text-align: center; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 400px; gap: 14px; }
  .pc-amount { font-size: 2.8rem; }
  .section-title { font-size: clamp(1.8rem, 6vw, 2.4rem); }
  .hero-chips { flex-wrap: wrap; gap: 8px; }
  .hero-chip { font-size: .72rem; padding: 6px 12px; }
  .invite-preview { max-width: 340px; }
  .hero-stat-row { flex-wrap: wrap; gap: 12px; }
}

@media (max-width: 480px) {
  .hero-headline { font-size: clamp(1.9rem, 8vw, 2.6rem); }
  .section-title  { font-size: clamp(1.6rem, 7vw, 2.1rem); }
  .section-body   { font-size: .88rem; }
  .pricing-card   { padding: 22px 18px; }
  .pc-amount      { font-size: 2.4rem; }
  .pc-cta-btn     { font-size: .82rem; padding: 12px 16px; }
  .events-grid    { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .event-card     { padding: 16px 10px; }
  .event-card-icon { font-size: 1.5rem; }
  .mobile-nav-cta { gap: 10px; }
  .faq-inner      { flex-direction: column; }
  .faq-left       { max-width: 100%; }
  .invite-preview { max-width: 300px; }
  .hero-right     { padding: 0 14px 40px; }
  .step-card      { padding: 24px 18px; }
  .feature-card   { padding: 22px 18px; }
}

@media (max-width: 375px) {
  .hero-headline  { font-size: 1.75rem; }
  .section-title  { font-size: 1.5rem; }
  .pc-amount      { font-size: 2.1rem; }
  .navbar-davettim .davettim-logo--nav { max-width: 110px; height: 36px; }
  .nav-logo-name  { font-size: .95rem; }
  .nav-logo-sub   { display: none; }
  .pricing-card   { padding: 18px 14px; }
  .events-grid    { grid-template-columns: repeat(2, 1fr); gap: 6px; }
  .section-container { padding: 52px 14px; }
}

/* ══ GENEL MOBİL İYİLEŞTİRMELERİ ═══════════════════════ */

/* Yatay scroll önle */
body {
  overflow-x: hidden;
}


/* Görsellerin taşmasını önle */
img, video, iframe, canvas, svg {
  max-width: 100%;
}

/* Geniş tablolar mobildo yatay kaydırılabilir */
table {
  width: 100%;
  overflow-x: auto;
  display: block;
}

@media (max-width: 900px) {
  /* Hero kartı - mobilde daha kompakt */
  .hero-card {
    padding: 20px 18px;
    border-radius: 14px;
  }
  /* Büyük section başlıkları */
  .section-title { font-size: clamp(1.6rem, 5vw, 2.4rem); }
}

@media (max-width: 640px) {
  .footer-address { font-size: 0.72rem; }
  /* Fiyatlandırma */
  .pricing-card { margin: 0 auto; }
  /* Butonlar mobilede tam genişlik */
  .hero-cta-group { flex-direction: column; width: 100%; }
  .hero-cta-group a, .hero-cta-group button {
    width: 100%; text-align: center; justify-content: center;
  }
  /* Etkinlik kartları */
  .event-card-name { font-size: 0.75rem; }
  /* Review formu */
  .review-form-card { margin: 0 16px; }
  /* Davetiye önizleme */
  .invite-preview-envelope { transform: scale(0.9); }
  /* Özellikler grid */
  .feature-card p { font-size: 0.82rem; }
  /* SSS */
  .faq-question { font-size: 0.9rem; }
  .faq-answer { font-size: 0.82rem; }
  /* Yorumlar */
  .testimonial-card { padding: 20px 16px; }
  /* Adım kartları */
  .step-card { padding: 22px 16px; }
  /* CTA bölümü */
  .cta-section { padding: 48px 18px; }
}

@media (max-width: 480px) {
  /* Nav */
  .nav-logo-name { font-size: .92rem; }
  /* Hero bölümü */
  .hero-left { padding: 36px 16px 24px; }
  .hero-right { padding: 0 16px 36px; }
  .hero-badge { font-size: 0.65rem; padding: 5px 10px; }
  /* Chip satırı */
  .hero-chip { font-size: .7rem; padding: 5px 10px; }
  /* Footer */
  .footer-grid { gap: 22px; }
  .footer-col-title { font-size: 0.68rem; }
  .footer-links-list a { font-size: 0.8rem; }
  .footer-badge { font-size: 0.58rem; padding: 4px 9px; letter-spacing: 0.08em; }
  /* Fiyat */
  .pricing-grid { padding: 0 16px; }
  /* Etkinlik grid 2 sütun kalsın ama daha küçük */
  .event-card { padding: 14px 8px; border-radius: 10px; }
  .event-card-icon { font-size: 1.4rem; }
}

/* ─── SCROLL TO TOP BUTTON ─────────────────────────────────── */
.scroll-to-top-btn {
  position: fixed; bottom: 24px; right: 24px; z-index: 999;
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--gold);
  color: #0a0804;
  border: none;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(201,168,76,0.4);
  transition: all 0.25s ease;
  opacity: 0.9;
}
.scroll-to-top-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(201,168,76,0.5);
  opacity: 1;
}
@media (max-width: 640px) {
  .scroll-to-top-btn { bottom: max(16px, env(safe-area-inset-bottom)); right: 16px; width: 44px; height: 44px; font-size: 1rem; }
}