/* Ayşe — 5. Ayımız kutlama sayfası stilleri
   (Orijinal DC/React sürümündeki inline stiller ve keyframe'ler
   buraya taşındı.) */

html, body { margin: 0; padding: 0; background: #2a0a1c; overflow-x: hidden; }
a { color: #ffb3c6; }
a:hover { color: #ffd6e0; }

/* ---------- Keyframe animasyonları ---------- */
@keyframes fall { 0% { transform: translateY(-8vh) rotate(0deg); } 100% { transform: translateY(110vh) rotate(360deg); } }
@keyframes sway { 0%, 100% { margin-left: 0; } 50% { margin-left: 60px; } }
@keyframes bloom { 0% { transform: scale(0) rotate(-20deg); opacity: 0; } 70% { transform: scale(1.15) rotate(5deg); opacity: 1; } 100% { transform: scale(1) rotate(0deg); opacity: 1; } }
@keyframes glowPulse { 0%, 100% { text-shadow: 0 0 24px rgba(255,150,180,.55), 0 0 60px rgba(255,100,150,.25); } 50% { text-shadow: 0 0 40px rgba(255,170,200,.9), 0 0 90px rgba(255,120,170,.5); } }
@keyframes floatHeart { 0% { transform: translateY(0) scale(1); opacity: .9; } 100% { transform: translateY(-120px) scale(1.6); opacity: 0; } }
@keyframes fadeUp { 0% { opacity: 0; transform: translateY(30px); } 100% { opacity: 1; transform: translateY(0); } }
@keyframes twinkle { 0%, 100% { opacity: .2; } 50% { opacity: 1; } }
@keyframes burst { 0% { transform: translate(0,0) scale(.3) rotate(0deg); opacity: 1; } 100% { transform: translate(var(--tx), var(--ty)) scale(1.4) rotate(var(--rot)); opacity: 0; } }
@keyframes sozAk { 0% { transform: translateY(-20vh); opacity: 0; filter: blur(8px); } 10% { opacity: 1; filter: blur(0); } 85% { opacity: 1; } 100% { transform: translateY(115vh); opacity: 0; filter: blur(4px); } }
@keyframes quoteSway { 0%, 100% { transform: translateX(-14px) rotate(-1.5deg); } 50% { transform: translateX(14px) rotate(1.5deg); } }
@keyframes quoteShine { 0% { background-position: 0% 50%; } 100% { background-position: 200% 50%; } }
@keyframes quoteOrn { 0%, 100% { transform: scale(1) rotate(-10deg); } 50% { transform: scale(1.25) rotate(10deg); } }
@keyframes vineDraw { 0% { stroke-dashoffset: 1400; } 100% { stroke-dashoffset: 0; } }
@keyframes vineFlower { 0% { opacity: 0; transform: scale(0) rotate(-50deg); } 65% { opacity: 1; transform: scale(1.35) rotate(8deg); } 100% { opacity: 1; transform: scale(1) rotate(0deg); } }
@keyframes drift { 0%, 100% { transform: translate(0,0) scale(1); } 33% { transform: translate(60px,-40px) scale(1.15); } 66% { transform: translate(-50px,30px) scale(.9); } }
@keyframes shoot { 0% { transform: translate(0,0) rotate(-35deg); opacity: 0; } 5% { opacity: 1; } 60% { opacity: 1; } 100% { transform: translate(-70vw,45vw) rotate(-35deg); opacity: 0; } }
@keyframes firefly { 0%, 100% { transform: translate(0,0); opacity: .15; } 25% { transform: translate(30px,-40px); opacity: .9; } 50% { transform: translate(-20px,-70px); opacity: .4; } 75% { transform: translate(25px,-30px); opacity: .8; } }
@keyframes heartbeat { 0%, 40%, 80%, 100% { transform: scale(1); } 10%, 50% { transform: scale(1.3); } 20%, 60% { transform: scale(1.12); } }
@keyframes letterIn { 0% { opacity: 0; transform: translateY(40px) rotate(-8deg) scale(.6); } 60% { opacity: 1; transform: translateY(-8px) rotate(3deg) scale(1.08); } 100% { opacity: 1; transform: translateY(0) rotate(0deg) scale(1); } }
@keyframes gardenSway { 0%, 100% { transform: rotate(-6deg); } 50% { transform: rotate(6deg); } }
@keyframes gardenGrow { 0% { transform: translateY(60px) scale(0); } 100% { transform: translateY(0) scale(1); } }
@keyframes izSol { 0% { transform: scale(1) rotate(0deg); opacity: .9; } 100% { transform: scale(.2) rotate(120deg) translateY(30px); opacity: 0; } }
@keyframes ringPulse { 0% { transform: scale(.6); opacity: .7; } 100% { transform: scale(2.4); opacity: 0; } }

/* ---------- Sahne ---------- */
.sahne {
  position: relative;
  min-height: 100vh;
  background: radial-gradient(ellipse at 50% 0%, #4a1230 0%, #2a0a1c 55%, #1a0512 100%);
  font-family: 'Cormorant Garamond', serif;
  color: #ffe9f0;
  overflow-x: hidden;
}

.katman { position: fixed; inset: 0; pointer-events: none; }

/* ---------- Arka plan ışıkları ve kayan yıldızlar ---------- */
.arka-plan { position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; contain: strict; }
.isik { position: absolute; border-radius: 50%; }
.isik-1 { left: 8%; top: 12%; width: 420px; height: 420px; background: radial-gradient(circle, rgba(255,92,138,.22), transparent 65%); filter: blur(30px); animation: drift 14s ease-in-out infinite; }
.isik-2 { right: 5%; top: 40%; width: 360px; height: 360px; background: radial-gradient(circle, rgba(190,90,255,.16), transparent 65%); filter: blur(30px); animation: drift 18s ease-in-out -6s infinite; }
.isik-3 { left: 35%; bottom: 5%; width: 480px; height: 480px; background: radial-gradient(circle, rgba(255,150,100,.12), transparent 65%); filter: blur(36px); animation: drift 22s ease-in-out -12s infinite; }
.kayan-yildiz { position: absolute; height: 2px; border-radius: 2px; }
.kayan-yildiz-1 { right: 10%; top: 8%; width: 110px; background: linear-gradient(90deg, #fff, transparent); animation: shoot 7s ease-in 2s infinite; }
.kayan-yildiz-2 { right: 30%; top: 18%; width: 90px; background: linear-gradient(90deg, #ffd6e0, transparent); animation: shoot 11s ease-in 6s infinite; }

/* ---------- Ana içerik ---------- */
.icerik {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
  padding: 40px 24px;
  gap: 28px;
}

.cicek-bloom { font-size: 64px; animation: bloom 1.6s ease .2s both; }

.isim {
  font-family: 'Great Vibes', cursive;
  font-size: clamp(52px, 9vw, 110px);
  color: #ffb3c6;
  animation: glowPulse 3s ease-in-out infinite;
  line-height: 1.1;
  display: flex;
  justify-content: center;
}
.isim span { display: inline-block; animation: letterIn .9s cubic-bezier(.2,1.4,.4,1) both; }

.baslik {
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 600;
  letter-spacing: .06em;
  animation: fadeUp 1.2s ease .8s both;
}
.kalp-atis { display: inline-block; animation: heartbeat 1.6s ease-in-out infinite; }

.mesaj {
  font-style: italic;
  font-size: clamp(18px, 2.4vw, 24px);
  max-width: 560px;
  color: #f3c9d8;
  animation: fadeUp 1.2s ease 1.2s both;
  text-wrap: pretty;
}

.mini-cicekler { display: flex; gap: 10px; font-size: 30px; animation: fadeUp 1.2s ease 1.5s both; }
.mini-cicekler span { animation: bloom .8s ease both; }

.sayac { display: flex; gap: 36px; margin-top: 16px; animation: fadeUp 1.2s ease 1.8s both; }
.sayac-kutu { display: flex; flex-direction: column; gap: 2px; }
.sayac-deger { font-size: 40px; font-weight: 600; color: #ffb3c6; }
.sayac-etiket { font-size: 15px; letter-spacing: .2em; text-transform: uppercase; color: #d9a3b8; }

.tikla-btn {
  margin-top: 20px;
  background: linear-gradient(135deg, #ff5c8a, #c9184a);
  border: none;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 600;
  padding: 14px 36px;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 6px 30px rgba(255,92,138,.4);
  animation: fadeUp 1.2s ease 2.1s both;
  transition: transform .2s ease, box-shadow .2s ease;
}
.tikla-btn:hover { transform: scale(1.06); box-shadow: 0 8px 40px rgba(255,92,138,.65); }

/* ---------- Alt bahçe ---------- */
.bahce {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -6px;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  pointer-events: none;
  z-index: 2;
  font-size: 34px;
}
