/* ===============================
   MODERN ASTROLOJİ / WITCHCRAFT THEME
   =============================== */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@700&family=Montserrat:wght@400;600&display=swap');

body {
  background: radial-gradient(ellipse at 70% 10%, #23234d 0%, #181829 100%);
  color: #e0e0ff;
  font-family: 'Montserrat', Arial, sans-serif;
  min-height: 100vh;
  margin: 0;
  position: relative;
  overflow-x: hidden;
}

/* Yıldızlı arka plan */
body::before {
  content: '';
  position: fixed;
  top: 0; left: 0; width: 100vw; height: 100vh;
  z-index: 0;
  pointer-events: none;
  background: url('https://www.transparenttextures.com/patterns/stardust.png');
  opacity: 0.18;
}

/* --- MODERN NAVBAR --- */
.navbar-glow {
  background: rgba(24, 24, 41, 0.98);
  box-shadow: 0 2px 24px 0 #a084ee44;
  border-bottom: 1.5px solid #3a1c6b;
  font-family: 'Cinzel', serif;
  font-size: 1.1rem;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100vw;
  left: 0;
}
.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0.5rem 2.5rem;
}
.navbar-logo {
  font-size: 1.5rem;
  font-family: 'Cinzel', serif;
  color: #a084ee;
  letter-spacing: 0.08em;
  text-shadow: 0 0 8px #a084ee44;
  font-weight: bold;
  text-decoration: none;
}
.navbar-menu {
  flex: 1;
  display: flex;
  justify-content: center;
}
.navbar-list {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar-list > li {
  position: relative;
}
.navbar-list > li > a,
.navbar-list > li > .dropdown-toggle {
  color: #fff;
  text-decoration: none;
  padding: 0.7rem 1.1rem;
  border-radius: 10px;
  font-weight: 600;
  transition: color 0.2s, background 0.2s, box-shadow 0.2s;
  position: relative;
  display: inline-block;
}
.navbar-list > li > a:hover,
.navbar-list > li > .dropdown-toggle:hover {
  color: #f7c873;
  background: #2a234d;
  box-shadow: 0 0 12px #a084ee88;
}

/* Dropdown Menü */
.dropdown {
  position: relative;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #23234d;
  border-radius: 14px;
  box-shadow: 0 8px 32px 0 #a084ee44;
  z-index: 100;
  padding: 0.7rem 0;
  margin-top: 0.3rem;
}
.dropdown:hover .dropdown-menu,
.dropdown:focus-within .dropdown-menu {
  display: block;
}
.dropdown-menu li {
  list-style: none;
}
.dropdown-menu a {
  display: block;
  color: #e0e0ff;
  padding: 0.6rem 1.2rem;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
}
.dropdown-menu a:hover {
  background: linear-gradient(90deg, #a084ee33, #f7c87333);
  color: #f7c873;
}

.navbar-user-info {
  color: #ffe066;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.08rem;
  margin-left: 1.5rem;
  letter-spacing: 0.03em;
}

/* --- MODERN SIDEBAR --- */
.sidebar-modern {
  background: linear-gradient(135deg, #2a234d 60%, #3a1c6b 100%);
  box-shadow: 0 0 32px 0 #a084ee44;
  border-radius: 24px;
  padding: 2.2rem 1.2rem 2.2rem 1.2rem;
  margin: 2.5rem 0 2.5rem 1.5rem;
  width: 220px;
  min-width: 180px;
  max-width: 260px;
  position: fixed;
  top: 110px;
  left: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  backdrop-filter: blur(6px);
  border: 1.5px solid #a084ee33;
  animation: sidebarFadeIn 1.2s cubic-bezier(.4,0,.2,1);
}
.sidebar-user {
  text-align: center;
  margin-bottom: 1.5rem;
}
.sidebar-username {
  font-weight: bold;
  color: #ffe066;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}
.sidebar-fav-sign {
  color: #a084ee;
  font-size: 1rem;
  margin-top: 0.3rem;
}
.sidebar-fav-icon {
  color: #f7c873;
  margin-right: 0.2em;
}
.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.sidebar-link {
  color: #e0e0ff;
  font-size: 1.08rem;
  font-family: 'Montserrat', Arial, sans-serif;
  text-decoration: none;
  padding: 0.6rem 1.1rem;
  border-radius: 12px;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  position: relative;
  display: block;
}
.sidebar-link:hover {
  background: linear-gradient(90deg, #a084ee33, #f7c87333);
  color: #f7c873;
  box-shadow: 0 0 12px 0 #a084ee88;
}

/* Main content alanı */
.main-content, main {
  margin-left: 270px;
  padding: 2.5rem 2.5rem 2.5rem 0;
  z-index: 1;
  position: relative;
  min-height: 100vh;
}

/* Kartlar ve kutular */
.card-list {
  background: linear-gradient(120deg, #23234d 70%, #2a234d 100%);
  border-radius: 20px;
  box-shadow: 0 2px 18px 0 #a084ee22;
  padding: 1.5rem 1.5rem 1.2rem 2.2rem;
  margin-bottom: 2rem;
  list-style: none;
}
.card-list li {
  margin-bottom: 1.1rem;
  font-size: 1.08rem;
  color: #e0e0ff;
  padding-left: 0.5rem;
  position: relative;
}
.card-list li::before {
  content: '✦';
  color: #a084ee;
  margin-right: 0.7em;
  font-size: 1.1em;
  vertical-align: middle;
}

/* Başlıklar ve bölümler için kart */
.section-title, .card-title {
  font-family: 'Cinzel', serif;
  color: #ffe066;
  letter-spacing: 0.03em;
  text-shadow: 0 0 8px #a084ee44;
  margin-bottom: 1.2rem;
  font-size: 2.1rem;
}

/* Kart içi başlıklar */
.card-section h2, .card-section h3, .card-section h4 {
  color: #f7c873;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

/* Kartlar arası boşluk ve responsive */
.card-section + .card-section, .card + .card, .astro-card + .astro-card, .box + .box {
  margin-top: 2.5rem;
}

/* Başlıklar */
h1, h2, h3, h4, h5 {
  font-family: 'Cinzel', serif;
  color: #ffe066;
  letter-spacing: 0.03em;
  text-shadow: 0 0 8px #a084ee44;
  margin-bottom: 1.2rem;
}

/* Butonlar */
button, .btn, input[type=submit], .form-button {
  background: linear-gradient(90deg, #a084ee 0%, #f7c873 100%);
  color: #23234d;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  border: none;
  border-radius: 16px;
  padding: 0.7rem 2.2rem;
  font-size: 1.08rem;
  box-shadow: 0 2px 16px 0 #a084ee44;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  margin-top: 0.7rem;
}
button:hover, .btn:hover, input[type=submit]:hover, .form-button:hover {
  background: linear-gradient(90deg, #f7c873 0%, #a084ee 100%);
  color: #23234d;
  box-shadow: 0 4px 32px 0 #f7c87388;
}

/* Linkler */
a {
  color: #a084ee;
  text-decoration: none;
  transition: color 0.2s, text-shadow 0.2s;
}
a:hover {
  color: #f7c873;
  text-shadow: 0 0 8px #a084ee;
}

/* Formlar ve inputlar */
.person-title {
  color: #ffe066;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 0.01em;
  text-shadow: 0 0 8px #a084ee44;
}
label {
  color: #e0e0ff;
  font-weight: 600;
  font-size: 1.05rem;
  margin-bottom: 0.2rem;
  letter-spacing: 0.01em;
}
.dark-placeholder::placeholder {
  color: #bfae5e !important;
  opacity: 1 !important;
  font-weight: 600;
  letter-spacing: 0.01em;
}
input, select, textarea {
  background: #23234d;
  color: #e0e0ff;
  border: 1.5px solid #a084ee55;
  border-radius: 10px;
  padding: 0.6rem 1rem;
  font-size: 1rem;
  margin-bottom: 1.2rem;
  transition: border 0.2s, box-shadow 0.2s;
}
input:focus, select:focus, textarea:focus {
  border: 1.5px solid #f7c873;
  box-shadow: 0 0 8px #a084ee88;
  outline: none;
}
/* Teknik Detaylar Tablosu */
.element-table {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  overflow-x: auto;
}
.element-table table {
  width: 100%;
  border-collapse: collapse;
  background: #23234d;
  border-radius: 12px;
  box-shadow: 0 2px 12px 0 #a084ee22;
  color: #e0e0ff;
  font-size: 1.02rem;
}
.element-table th, .element-table td {
  padding: 0.5rem 1.1rem;
  text-align: center;
  border-bottom: 1px solid #3a1c6b;
}
.element-table th {
  background: #2a234d;
  color: #ffe066;
  font-weight: 700;
}
.element-table tr:last-child td {
  border-bottom: none;
}
.synastry-section {
  background: linear-gradient(135deg, #2a234d 60%, #3a1c6b 100%);
  border-radius: 16px;
  box-shadow: 0 2px 12px 0 #a084ee22;
  margin-bottom: 1.1rem;
  padding: 1.1rem 1.3rem;
}
.synastry-section-title {
  color: #ffe066;
  font-size: 1.13rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  margin-top: 0;
  letter-spacing: 0.01em;
}
.synastry-section-content {
  color: #e0e0ff;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.5;
}

/* --- KARTLAR --- */
.card, .dashboard-card, .astro-card, .box, .panel, .calendar-box, .card-section {
  background: linear-gradient(135deg, #2a234d 60%, #3a1c6b 100%);
  border-radius: 24px;
  box-shadow: 0 4px 32px 0 #a084ee33, 0 1.5px 0 #3a1c6b;
  padding: 2.2rem 2rem 2rem 2rem;
  margin-bottom: 2.5rem;
  position: relative;
  transition: box-shadow 0.3s;
  border: 1.5px solid #a084ee22;
}
.card:hover, .dashboard-card:hover, .astro-card:hover, .box:hover, .panel:hover, .calendar-box:hover, .card-section:hover {
  box-shadow: 0 8px 48px 0 #f7c87355, 0 1.5px 0 #a084ee;
}

/* === GOTHIC HERO & KARTLAR (index.html için) === */
.gothic-hero {
  position: relative;
  padding: 3.5rem 0 2.5rem 0;
  margin-bottom: 2.5rem;
  background: none;
  z-index: 1;
}
.gothic-hero-bg {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: radial-gradient(ellipse at 60% 0%, #2a234d 0%, #181829 100%);
  opacity: 0.92;
  z-index: 0;
  pointer-events: none;
}
.gothic-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.gothic-title {
  font-family: 'Cinzel', serif;
  font-size: 2.8rem;
  color: #ffe066;
  letter-spacing: 0.04em;
  text-shadow: 0 0 18px #a084ee99, 0 0 2px #fff;
  margin-bottom: 0.7rem;
  margin-top: 0.7rem;
  position: relative;
}
.gothic-subtitle {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #e0e0ff;
  font-size: 1.25rem;
  margin-bottom: 2.2rem;
  opacity: 0.92;
}
.gothic-card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem;
  justify-content: center;
  margin-top: 2.5rem;
}
.gothic-card {
  background: linear-gradient(135deg, #2a234d 60%, #3a1c6b 100%);
  border-radius: 24px;
  box-shadow: 0 4px 32px 0 #a084ee33, 0 1.5px 0 #3a1c6b;
  border: 1.5px solid #a084ee22;
  padding: 2.2rem 1.7rem 2rem 1.7rem;
  min-width: 260px;
  max-width: 320px;
  flex: 1 1 260px;
  position: relative;
  transition: box-shadow 0.3s;
  margin-bottom: 0.5rem;
  overflow: hidden;
  animation: fadeIn 1.2s cubic-bezier(.4,0,.2,1);
}
.gothic-card:hover {
  box-shadow: 0 8px 48px 0 #f7c87355, 0 1.5px 0 #a084ee;
}
.gothic-card-icon {
  font-size: 2.2rem;
  margin-bottom: 0.7rem;
  display: block;
  text-shadow: 0 0 12px #a084ee88;
}
.gothic-card h3 {
  font-family: 'Cinzel', serif;
  color: #ffe066;
  font-size: 1.35rem;
  margin-bottom: 0.7rem;
  margin-top: 0.2rem;
  letter-spacing: 0.03em;
  text-shadow: 0 0 8px #a084ee44;
}
.gothic-card p {
  color: #e0e0ff;
  font-size: 1.05rem;
  margin-bottom: 0.7rem;
}
.gothic-card-kehanet {
  color: #a084ee;
  font-size: 0.98rem;
  font-style: italic;
  margin-bottom: 1.1rem;
  display: block;
  opacity: 0.85;
}
.gothic-btn {
  display: inline-block;
  background: linear-gradient(90deg, #a084ee 0%, #f7c873 100%);
  color: #23234d;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  border: none;
  border-radius: 16px;
  padding: 0.7rem 2.2rem;
  font-size: 1.08rem;
  box-shadow: 0 2px 16px 0 #a084ee44;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  margin-top: 0.7rem;
  text-decoration: none;
}
.gothic-btn:hover {
  background: linear-gradient(90deg, #f7c873 0%, #a084ee 100%);
  color: #23234d;
  box-shadow: 0 4px 32px 0 #f7c87388;
}
/* Yıldız parıltıları */
.star-sparkle {
  position: absolute;
  width: 14px; height: 14px;
  background: radial-gradient(circle, #ffe066 60%, #a084ee00 100%);
  border-radius: 50%;
  opacity: 0.7;
  pointer-events: none;
  animation: sparkle 2.2s infinite alternate;
}
.star-sparkle.tl { top: 18px; left: 18px; animation-delay: 0.1s; }
.star-sparkle.tr { top: 18px; right: 18px; animation-delay: 0.7s; }
.star-sparkle.bl { bottom: 18px; left: 18px; animation-delay: 1.1s; }
.star-sparkle.br { bottom: 18px; right: 18px; animation-delay: 1.7s; }
@keyframes sparkle {
  0% { opacity: 0.7; transform: scale(1); }
  100% { opacity: 1; transform: scale(1.25) rotate(10deg); }
}
/* Orbit animasyonu */
.planet-orbit-anim {
  position: absolute;
  left: 50%; top: 0.7rem;
  transform: translateX(-50%);
  width: 90px; height: 90px;
  pointer-events: none;
  z-index: 1;
}
.orbit-star {
  position: absolute;
  width: 10px; height: 10px;
  background: radial-gradient(circle, #ffe066 60%, #a084ee00 100%);
  border-radius: 50%;
  opacity: 0.7;
  animation: orbit 3.5s linear infinite;
}
.orbit-star.star1 { top: 0; left: 50%; animation-delay: 0s; }
.orbit-star.star2 { left: 0; top: 50%; animation-delay: 1.2s; }
.orbit-star.star3 { right: 0; top: 50%; animation-delay: 2.1s; }
@keyframes orbit {
  0% { transform: rotate(0deg) translateX(40px) rotate(0deg); }
  100% { transform: rotate(360deg) translateX(40px) rotate(-360deg); }
}
.gothic-planet {
  font-size: 2.7rem;
  margin-bottom: 0.2rem;
  text-shadow: 0 0 18px #a084ee99;
}
/* Responsive gothic kartlar */
@media (max-width: 900px) {
  .gothic-card-grid { flex-direction: column; gap: 1.2rem; }
  .gothic-card { max-width: 100%; min-width: 0; }
}

/* Eksik Alanlar ve Uyarı Kutusu */
.warning-section {
  margin: 1.5rem 0 1.5rem 0;
  display: flex;
  justify-content: center;
}
.warning-card {
  background: linear-gradient(135deg, #3a1c6b 60%, #23234d 100%);
  border-radius: 18px;
  box-shadow: 0 2px 16px 0 #f7c87333;
  border: 1.5px solid #f7c87355;
  padding: 1.2rem 2rem;
  color: #ffe066;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 320px;
  max-width: 480px;
}
.warning-icon {
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
}
.missing-fields-list {
  margin: 0.5rem 0 0 1.2rem;
  color: #ffe066;
  font-size: 1.05rem;
}

/* Geri Bildirim Butonları ve Modalı */
.feedback-section {
  margin: 2.2rem 0 1.2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.feedback-buttons {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 0.7rem;
}
.feedback-btn {
  background: linear-gradient(90deg, #a084ee 0%, #f7c873 100%);
  color: #23234d;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  border: none;
  border-radius: 16px;
  padding: 0.6rem 1.7rem;
  font-size: 1.05rem;
  box-shadow: 0 2px 12px 0 #a084ee44;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.feedback-btn:hover {
  background: linear-gradient(90deg, #f7c873 0%, #a084ee 100%);
  color: #23234d;
  box-shadow: 0 4px 24px 0 #f7c87388;
}
.feedback-message {
  margin-top: 0.5rem;
  font-size: 1.05rem;
  color: #ffe066;
  background: rgba(255, 215, 0, 0.08);
  border-radius: 8px;
  padding: 0.5rem 1.2rem;
  display: none;
}
.feedback-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0; width: 100vw; height: 100vh;
  background: rgba(24, 24, 41, 0.85);
  justify-content: center;
  align-items: center;
}
.feedback-modal-content {
  background: #23234d;
  border-radius: 18px;
  box-shadow: 0 4px 32px 0 #a084ee88;
  padding: 2.2rem 2.5rem;
  min-width: 320px;
  max-width: 420px;
  color: #e0e0ff;
  position: relative;
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem;
}
.modal-close {
  font-size: 1.7rem;
  cursor: pointer;
  color: #ffe066;
}
.modal-btn {
  background: linear-gradient(90deg, #a084ee 0%, #f7c873 100%);
  color: #23234d;
  border: none;
  border-radius: 12px;
  padding: 0.5rem 1.5rem;
  font-size: 1.05rem;
  font-weight: 600;
  margin-right: 0.7rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.modal-btn:hover {
  background: linear-gradient(90deg, #f7c873 0%, #a084ee 100%);
  color: #23234d;
}
.radio-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
  color: #ffe066;
}

/* Placeholder ve input kontrastı */
input::placeholder, textarea::placeholder {
  color: #ffe066;
  opacity: 1;
  font-weight: 500;
  letter-spacing: 0.01em;
}

/* Teknik Detaylar Kartları */
.technical-cards-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem;
  justify-content: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.technical-card {
  background: linear-gradient(135deg, #2a234d 60%, #3a1c6b 100%);
  border-radius: 20px;
  box-shadow: 0 4px 24px 0 #a084ee33, 0 1.5px 0 #3a1c6b;
  border: 1.5px solid #a084ee22;
  padding: 1.7rem 1.5rem 1.3rem 1.5rem;
  min-width: 260px;
  max-width: 340px;
  flex: 1 1 260px;
  position: relative;
  transition: box-shadow 0.3s;
  margin-bottom: 0.5rem;
  overflow: hidden;
  animation: fadeIn 1.2s cubic-bezier(.4,0,.2,1);
}
.technical-card .card-header {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.7rem;
}
.technical-card .card-icon {
  font-size: 1.5rem;
  margin-bottom: 0;
  text-shadow: 0 0 8px #a084ee44;
}
.technical-card h3 {
  color: #ffe066;
  font-size: 1.13rem;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.01em;
  text-shadow: 0 0 8px #a084ee44;
}
.technical-card .card-content {
  color: #e0e0ff;
  font-size: 1.05rem;
  font-weight: 500;
}
.used-fields-list, .missing-fields-list {
  margin: 0.5rem 0 0 1.2rem;
  color: #ffe066;
  font-size: 1.05rem;
  padding-left: 0;
  list-style: disc inside;
}
.synastry-info-card {
  background: linear-gradient(135deg, #2a234d 60%, #3a1c6b 100%);
  border-radius: 16px;
  box-shadow: 0 2px 12px 0 #a084ee22;
  margin-bottom: 1.1rem;
  padding: 1.1rem 1.3rem;
}

/* Modern kutu tooltip */
.custom-tooltip {
  position: absolute;
  z-index: 9999;
  background: #222;
  color: #ffd700;
  padding: 14px 22px;
  border-radius: 12px;
  font-size: 1.05em;
  min-width: 220px;
  max-width: 350px;
  box-shadow: 0 4px 24px 0 rgba(0,0,0,0.25);
  border: 2px solid #ffd700;
  left: 0;
  top: 100%;
  margin-top: 12px;
  display: none;
  pointer-events: none;
  white-space: pre-line;
}
[data-tooltip]:hover:after, [data-tooltip]:focus:after {
  display: none !important;
}

/* --- RESPONSIVE --- */
@media (max-width: 1100px) {
  .main-content, main { margin-left: 0; padding: 1.2rem; }
  .sidebar-modern { position: static; margin: 1.2rem 0 0 0; top: 0; z-index: 1; }
  .header-flex { flex-direction: column; padding: 0.5rem 1rem; }
  .navbar-list { flex-wrap: wrap; gap: 0.7rem; }
  .technical-cards-grid {
    flex-direction: column;
    gap: 1.2rem;
    align-items: stretch;
  }
  .technical-card {
    max-width: 100%;
    min-width: 0;
  }
}
@media (max-width: 700px) {
  .navbar-list { flex-direction: column; align-items: flex-start; gap: 0.2rem; }
  .sidebar-modern { padding: 1.2rem 0.5rem; margin-top: 0; }
  .main-content, main { padding: 0.5rem; }
  .card, .dashboard-card, .astro-card, .box, .panel, .calendar-box, .card-section, .card-list { padding: 1.2rem 0.7rem; }
  h1, h2, h3, h4, h5 { font-size: 1.1em; }
}

/* Utility */
.text-center { text-align: center; }
.text-glow { text-shadow: 0 0 12px #a084ee, 0 0 2px #fff; }
.glow { box-shadow: 0 0 16px 2px #a084ee44; }

/* Animasyonlar */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.fade-in { animation: fadeIn 0.7s cubic-bezier(.4,2,.6,1); }

.natal-interpretation-section {
  margin: 2.2rem 0 2.2rem 0;
  display: flex;
  justify-content: center;
}
.interpretation-card {
  background: linear-gradient(135deg, #6c5ecf 60%, #23234d 100%);
  border-radius: 24px;
  box-shadow: 0 4px 32px 0 #a084ee33, 0 1.5px 0 #3a1c6b;
  border: 1.5px solid #a084ee22;
  padding: 2.2rem 2.2rem 2rem 2.2rem;
  min-width: 340px;
  max-width: 900px;
  width: 100%;
  position: relative;
  transition: box-shadow 0.3s;
  margin-bottom: 0.5rem;
  overflow: hidden;
  animation: fadeIn 1.2s cubic-bezier(.4,0,.2,1);
}
.interpretation-card .card-header {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.2rem;
  background: linear-gradient(90deg, #6c5ecf 60%, #a084ee 100%);
  border-radius: 14px;
  padding: 0.7rem 1.2rem;
  box-shadow: 0 2px 12px 0 #a084ee22;
}
.interpretation-card .card-icon {
  font-size: 1.5rem;
  margin-bottom: 0;
  text-shadow: 0 0 8px #a084ee44;
}
.interpretation-card h3 {
  color: #ffe066;
  font-size: 1.18rem;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.01em;
  text-shadow: 0 0 8px #a084ee44;
  font-family: 'Cinzel', serif;
}
.interpretation-content {
  color: #fff;
  font-size: 1.09rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  white-space: pre-line;
}
@media (max-width: 900px) {
  .natal-interpretation-section {
    margin: 1.2rem 0 1.2rem 0;
  }
  .interpretation-card {
    max-width: 100%;
    min-width: 0;
    padding: 1.2rem 0.7rem 1.2rem 0.7rem;
  }
  .interpretation-card .card-header {
    padding: 0.5rem 0.7rem;
  }
}