/* imsak.com.tr — Bootstrap 5 uyumlu tema (yeşil / krem / slate) */

:root {
  --site-green: #065f46;
  --site-green-hover: #047857;
  --site-green-deep: #064e3b;
  --site-green-bright: #059669;
  --site-green-soft: #d1fae5;
  --site-green-muted: #a7f3d0;
  --site-cream: #fdfbf7;
  --site-cream-dark: #f0ebe0;
  --site-slate: #334155;
  --site-slate-dark: #0f172a;
  --site-text: #1e293b;
  --site-text-muted: #64748b;
  --site-card-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
  --site-card-shadow-hover: 0 12px 40px rgba(15, 23, 42, 0.12);
  --site-card-shadow-lift: 0 20px 50px rgba(15, 23, 42, 0.14);
  --site-radius: 0.75rem;
  --site-radius-lg: 1rem;
  --site-radius-xl: 1.25rem;
  --site-amber: #b45309;
  --site-amber-deep: #92400e;
}

.site-body {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: var(--site-cream);
  color: var(--site-text);
  overflow-x: clip;
}

.site-main {
  background: transparent;
  padding-top: 0.5rem;
}

@media (min-width: 992px) {
  .site-main {
    padding-top: 0.75rem;
  }
}

/* Bootstrap birincil rengi site yeşiline yaklaştır */
.btn-primary {
  --bs-btn-bg: var(--site-green);
  --bs-btn-border-color: var(--site-green);
  --bs-btn-hover-bg: var(--site-green-hover);
  --bs-btn-hover-border-color: var(--site-green-hover);
  --bs-btn-active-bg: var(--site-green-hover);
  --bs-btn-active-border-color: var(--site-green-hover);
}

.text-primary {
  color: var(--site-green) !important;
}

/* ——— Üst alan / kahraman ——— */
.page-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, var(--site-green-bright) 0%, var(--site-green) 42%, var(--site-green-deep) 100%);
  color: #fff;
  border-radius: var(--site-radius-lg);
  padding: 1.75rem 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: var(--site-card-shadow);
}

.page-hero--splash::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.14;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cpath d='M40 0H0V40' fill='none' stroke='%23ffffff' stroke-width='0.75'/%3E%3C/svg%3E");
}

.page-hero--iftar {
  background: linear-gradient(145deg, #d97706 0%, var(--site-amber) 45%, var(--site-amber-deep) 100%);
}

.page-hero--iftar::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cpath d='M40 0H0V40' fill='none' stroke='%23ffffff' stroke-width='0.75'/%3E%3C/svg%3E");
}

.page-hero--district {
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  border-radius: var(--site-radius-xl);
}

@media (min-width: 768px) {
  .page-hero {
    padding: 2.25rem 2rem;
  }

  .page-hero--district {
    padding: 2rem 2.25rem 3rem;
  }
}

.page-hero .page-hero-title {
  position: relative;
  z-index: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 0.5rem;
  color: #fff;
  font-size: clamp(1.35rem, 2.5vw + 0.6rem, 2rem);
}

.page-hero .page-hero-lead {
  position: relative;
  z-index: 1;
  opacity: 0.94;
  margin-bottom: 0;
  font-size: 1rem;
  max-width: 38rem;
  color: rgba(255, 255, 255, 0.92);
}

.page-hero-eyebrow {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
}

.page-hero-meta {
  position: relative;
  z-index: 1;
  min-width: min(100%, 12rem);
}

.page-hero-date {
  font-size: clamp(1.1rem, 1.5vw + 0.5rem, 1.5rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
}

.page-hero-hijri {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 500;
}

.hero-overlap {
  position: relative;
  z-index: 2;
  margin-top: -2rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 767.98px) {
  .hero-overlap {
    margin-top: -1.35rem;
  }
}

.time-grid-panel {
  border-radius: var(--site-radius-xl) !important;
  border: 1px solid rgba(51, 65, 85, 0.08) !important;
  box-shadow: var(--site-card-shadow-lift) !important;
}

.district-hero-bundle {
  margin-bottom: 0.5rem;
}

.hero-card {
  background: #fff;
  border-radius: var(--site-radius-xl);
  box-shadow: var(--site-card-shadow-lift);
  border: 1px solid rgba(20, 83, 45, 0.06);
  overflow: hidden;
}

.content-card {
  background: #fff;
  border-radius: var(--site-radius-lg);
  box-shadow: var(--site-card-shadow);
  border: 1px solid rgba(51, 65, 85, 0.08);
}

.stat-card {
  background: #fff;
  border-radius: var(--site-radius-lg);
  border: 1px solid rgba(51, 65, 85, 0.08);
  padding: 1.35rem 1rem;
  height: 100%;
  text-align: center;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
  box-shadow: 0 2px 14px rgba(15, 23, 42, 0.06);
}

.stat-card:hover {
  box-shadow: var(--site-card-shadow-hover);
  transform: translateY(-3px);
  border-color: rgba(5, 150, 105, 0.25);
}

.stat-card--accent {
  background: linear-gradient(180deg, var(--site-green-soft) 0%, #fff 55%);
  border-color: rgba(5, 150, 105, 0.28);
}

.stat-card .stat-value {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  color: var(--site-green);
  line-height: 1.2;
}

.stat-card .stat-label {
  font-size: 0.8125rem;
  color: var(--site-text-muted);
  margin-top: 0.35rem;
}

/* Namaz vakit kartları (ilçe günlük) */
.time-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

@media (min-width: 576px) {
  .time-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .time-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

.time-card {
  background: #fff;
  border: 1px solid var(--site-cream-dark);
  border-radius: var(--site-radius);
  padding: 0.875rem 0.5rem;
  text-align: center;
  box-shadow: 0 1px 8px rgba(30, 41, 59, 0.05);
}

.time-card .time-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--site-text-muted);
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.time-card .time-value {
  font-size: clamp(1.25rem, 2vw + 0.6rem, 1.65rem);
  font-weight: 700;
  color: var(--site-text);
  font-variant-numeric: tabular-nums;
}

.time-card--featured {
  background: linear-gradient(180deg, var(--site-green-soft) 0%, #fff 55%);
  border-color: var(--site-green-muted);
  box-shadow: 0 4px 16px rgba(20, 83, 45, 0.12);
}

.time-card--featured .time-value {
  color: var(--site-green);
}

/* İlçe kartları (il sayfası) */
.district-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

@media (min-width: 576px) {
  .district-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .district-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.district-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.125rem;
  background: #fff;
  border: 1px solid rgba(51, 65, 85, 0.1);
  border-radius: var(--site-radius);
  text-decoration: none;
  color: var(--site-text);
  box-shadow: 0 2px 10px rgba(30, 41, 59, 0.05);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.district-card:hover {
  border-color: var(--site-green-muted);
  box-shadow: var(--site-card-shadow);
  transform: translateY(-2px);
  color: var(--site-text);
}

.district-card .district-name {
  font-weight: 600;
  font-size: 0.95rem;
}

.district-card .district-arrow {
  font-size: 0.8rem;
  color: var(--site-green);
  white-space: nowrap;
}

/* Tablolar */
.table-prayer {
  --bs-table-bg: #fff;
  margin-bottom: 0;
  font-variant-numeric: tabular-nums;
}

.table-prayer thead th {
  background: var(--site-slate-dark) !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-color: var(--site-slate-dark) !important;
  white-space: nowrap;
}

.table-prayer tbody td {
  vertical-align: middle;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}

.table-prayer-row--today {
  background-color: var(--site-green-soft) !important;
  font-weight: 600;
  box-shadow: inset 4px 0 0 0 var(--site-green-bright);
}

.table-prayer-wrap {
  border-radius: var(--site-radius-lg);
  overflow: hidden;
  border: 1px solid rgba(51, 65, 85, 0.1);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.07);
  background: #fff;
}

.table-prayer-head {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border-bottom: 1px solid rgba(51, 65, 85, 0.1);
}

.table-prayer-head .table-prayer-head-icon {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: var(--site-radius);
  background: var(--site-green-soft);
  color: var(--site-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Breadcrumb */
.breadcrumb-modern {
  --bs-breadcrumb-divider-color: var(--site-text-muted);
  background: rgba(255, 255, 255, 0.7);
  padding: 0.5rem 0.85rem;
  border-radius: 2rem;
  font-size: 0.8125rem;
  border: 1px solid rgba(51, 65, 85, 0.08);
}

.breadcrumb-modern a {
  color: var(--site-green);
  text-decoration: none;
}

.breadcrumb-modern a:hover {
  text-decoration: underline;
}

.breadcrumb-modern--inverse {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
  --bs-breadcrumb-divider-color: rgba(255, 255, 255, 0.55);
}

.breadcrumb-modern--inverse .breadcrumb-item,
.breadcrumb-modern--inverse .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.88);
}

.breadcrumb-modern--inverse a {
  color: #fff;
  font-weight: 500;
}

.breadcrumb-modern--inverse a:hover {
  color: #fff;
  text-decoration: underline;
  opacity: 0.95;
}

/* İlgili linkler */
.related-links {
  background: #fff;
  border: 1px solid rgba(51, 65, 85, 0.1);
  border-radius: var(--site-radius);
  padding: 1rem 1.25rem;
  box-shadow: 0 2px 10px rgba(30, 41, 59, 0.05);
}

.related-links a {
  color: var(--site-green);
  text-decoration: none;
  font-weight: 500;
}

.related-links a:hover {
  text-decoration: underline;
}

/* SSS */
.faq-card .accordion-item {
  border-radius: var(--site-radius) !important;
  border: 1px solid rgba(51, 65, 85, 0.1) !important;
  overflow: hidden;
  margin-bottom: 0.5rem;
  background: #fff;
}

.faq-card .accordion-button {
  background: #fff;
  color: var(--site-text);
  font-weight: 500;
}

.faq-card .accordion-button:not(.collapsed) {
  background: var(--site-cream);
  color: var(--site-green);
  box-shadow: none;
}

.faq-card .accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(20, 83, 45, 0.15);
}

.faq-card .accordion-body {
  background: #fff;
  border-top: 1px solid var(--site-cream-dark);
}

/* Üst bar */
.site-header {
  background: #fff !important;
  border-bottom: 1px solid rgba(51, 65, 85, 0.1) !important;
  box-shadow: 0 1px 12px rgba(30, 41, 59, 0.06);
  z-index: 1030;
}

.site-brand {
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--site-green-deep) !important;
  letter-spacing: -0.03em;
}

.site-brand:hover {
  color: var(--site-green) !important;
}

.site-brand-mark {
  display: inline-flex;
  color: var(--site-green-bright);
}

.site-brand-domain {
  color: var(--site-green-bright);
  font-weight: 600;
}

.site-header .nav-link {
  color: var(--site-slate) !important;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 0.5rem 0.75rem !important;
  border-radius: 0.375rem;
}

.site-header .nav-link:hover {
  background: var(--site-green-soft);
  color: var(--site-green) !important;
}

/* Alt bilgi */
.site-footer {
  background: var(--site-slate-dark);
  color: #cbd5e1;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.site-footer .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #f8fafc;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}

.site-footer .footer-brand-tld {
  color: #34d399;
  font-weight: 600;
}

.site-footer .footer-brand-mark {
  display: inline-flex;
  color: #34d399;
}

.site-footer a {
  color: #e2e8f0;
  text-decoration: none;
}

.site-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.site-footer .footer-note {
  font-size: 0.8125rem;
  color: #94a3b8;
  max-width: 36rem;
}

.site-footer .footer-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
  margin-bottom: 0.5rem;
}

/* Genel */
.section-heading {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--site-slate-dark);
  margin-bottom: 1rem;
}

.popular-links .btn-outline-primary {
  --bs-btn-color: var(--site-green);
  --bs-btn-border-color: rgba(20, 83, 45, 0.35);
  --bs-btn-hover-bg: var(--site-green);
  --bs-btn-hover-border-color: var(--site-green);
}

.alert-info {
  background-color: #eff6ff;
  border-color: #bfdbfe;
  color: #1e3a5f;
}

/* ——— Tam genişlik hero (prototip: üst şerit) ——— */
.page-hero--bleed {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-radius: 0;
  box-shadow: none;
}

.page-hero--bleed.page-hero--district {
  border-radius: 0;
  padding-top: 2rem;
  padding-bottom: 3.25rem;
}

.page-hero--center {
  text-align: center;
}

.page-hero--center .page-hero-lead {
  margin-left: auto;
  margin-right: auto;
}

.page-hero--home .page-hero-title {
  font-size: clamp(1.85rem, 4.5vw + 0.5rem, 2.85rem);
}

.page-hero--bleed.page-hero--home-rounded {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  box-shadow: 0 14px 48px -18px rgba(5, 150, 105, 0.55);
}

.page-hero--home .page-hero-lead {
  font-size: 1.05rem;
  max-width: 36rem;
  opacity: 0.92;
}

/* Ana sayfa hero içi beyaz panel (arama kartı yerine — yalnızca gerçek linkler) */
.home-hero-panel {
  background: #fff;
  color: var(--site-text);
  border-radius: var(--site-radius-xl);
  box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.2);
  border: 1px solid rgba(15, 23, 42, 0.06);
  padding: 1.5rem 1.25rem 1.35rem;
  max-width: 50rem;
  margin: 2rem auto 0;
  margin-bottom: -3.25rem;
  position: relative;
  z-index: 3;
  text-align: start;
}

@media (min-width: 768px) {
  .home-hero-panel {
    padding: 1.75rem 2rem 1.5rem;
  }
}

.home-hero-panel-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--site-text-muted);
  margin-bottom: 0.75rem;
}

.home-hero-panel .btn-light {
  background: #f8fafc;
  border-color: #e2e8f0;
  color: var(--site-slate-dark);
  font-weight: 600;
  border-radius: var(--site-radius);
}

.home-hero-panel .btn-light:hover {
  background: #ecfdf5;
  border-color: var(--site-green-muted);
  color: var(--site-green-deep);
}

/* Ana sayfa: cam panel (hero üzerinde) */
.page-hero--home .home-hero-panel--glass {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

.page-hero--home .home-hero-panel--glass .border-light {
  border-color: rgba(255, 255, 255, 0.28) !important;
}

.page-hero--home .home-hero-panel--glass .text-white-75,
.page-hero--home .home-hero-panel--glass .small.text-white-50 {
  color: rgba(255, 255, 255, 0.82) !important;
}

.page-hero--home .home-hero-panel--glass .btn-light {
  background: #fff;
  border: none;
  color: var(--site-green-deep);
  font-weight: 600;
}

.page-hero--home .home-hero-panel--glass .btn-light:hover {
  background: #f1f5f9;
  transform: translateY(-2px);
  color: var(--site-green);
}

.page-hero--home .home-hero-panel--glass .btn-primary {
  --bs-btn-bg: #0f172a;
  --bs-btn-border-color: #0f172a;
  --bs-btn-hover-bg: #1e293b;
  --bs-btn-hover-border-color: #1e293b;
}

.page-hero--home .home-hero-panel--glass .btn-outline-primary {
  --bs-btn-color: #fff;
  --bs-btn-border-color: rgba(255, 255, 255, 0.35);
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-hover-color: var(--site-green-deep);
}

.page-hero--home .home-hero-panel--glass .badge.bg-white {
  color: var(--site-green-deep) !important;
}

.page-hero--home .home-hero-panel--glass .home-search-results {
  max-height: 220px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.page-hero--home .home-hero-panel--glass .home-search-results .list-group-item {
  border-color: rgba(0, 0, 0, 0.06);
}

/* Büyük şehir kartları — vakit mini ızgarası */
.city-teaser-head {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}

@media (min-width: 576px) {
  .city-teaser-head {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.city-teaser-name--xl {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.city-teaser-meta .home-city-countdown {
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: var(--site-slate-dark);
  line-height: 1.1;
}

.city-teaser-card--accent .city-teaser-meta .home-city-countdown {
  color: var(--site-green-deep);
}

.prayer-times-mini {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-top: 0.85rem;
  margin-bottom: 1rem;
}

.prayer-times-mini > div {
  background: #f8fafc;
  padding: 0.5rem 0.35rem;
  border-radius: 0.5rem;
  text-align: center;
  border: 1px solid #e2e8f0;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.prayer-times-mini > div.active {
  background: var(--site-green);
  color: #fff;
  border-color: var(--site-green);
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(5, 150, 105, 0.35);
  transform: scale(1.03);
}

.prayer-times-mini > div.active span {
  opacity: 0.92;
  color: rgba(255, 255, 255, 0.92);
}

.prayer-times-mini span {
  display: block;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--site-text-muted);
  font-weight: 600;
}

.prayer-times-mini strong {
  display: block;
  font-size: 1.05rem;
  margin-top: 0.2rem;
  font-variant-numeric: tabular-nums;
}

.city-teaser-card--accent .prayer-times-mini > div:not(.active) {
  background: rgba(255, 255, 255, 0.65);
}

.home-pill-heading {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
  border: 1px solid #e2e8f0;
}

.city-teaser-cta--block {
  margin-top: auto;
  display: block;
  text-align: center;
  background: #f1f5f9;
  padding: 0.75rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--site-green);
  transition: background 0.2s ease, color 0.2s ease;
}

.city-teaser-card:hover .city-teaser-cta.city-teaser-cta--block {
  background: var(--site-green);
  color: #fff;
  text-decoration: none;
}

.home-after-hero {
  padding-top: 4rem;
}

.city-teaser-card--lift {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.city-teaser-card--lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px -8px rgba(15, 23, 42, 0.15), 0 4px 8px -4px rgba(15, 23, 42, 0.08);
}

.city-teaser-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .city-teaser-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.city-teaser-card {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  padding: 1.35rem 1.25rem;
  border-radius: var(--site-radius-xl);
  border: 1px solid rgba(51, 65, 85, 0.1);
  background: #fff;
  text-decoration: none;
  color: var(--site-text);
  box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.06), 0 2px 4px -2px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  overflow: hidden;
}

.city-teaser-card:hover {
  border-color: rgba(5, 150, 105, 0.35);
  box-shadow: var(--site-card-shadow-hover);
  transform: translateY(-3px);
  color: var(--site-text);
}

.city-teaser-card--accent {
  background: linear-gradient(165deg, #ecfdf5 0%, #fff 55%);
  border-color: rgba(5, 150, 105, 0.35);
  border-width: 1px;
  box-shadow: 0 4px 6px -1px rgba(5, 150, 105, 0.08), 0 2px 4px -2px rgba(5, 150, 105, 0.06);
}

.city-teaser-badge {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.35rem 0.65rem;
  border-bottom-left-radius: var(--site-radius);
  background: var(--site-green-muted);
  color: var(--site-green-deep);
}

.city-teaser-name {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--site-green-deep);
  margin-bottom: 0.35rem;
}

.city-teaser-card:not(.city-teaser-card--accent) .city-teaser-name {
  color: var(--site-slate-dark);
}

.city-teaser-desc {
  font-size: 0.8125rem;
  color: var(--site-text-muted);
  margin-bottom: 1rem;
  flex-grow: 1;
}

.city-teaser-cta {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--site-green);
}

.city-teaser-card:hover .city-teaser-cta {
  text-decoration: underline;
}

/* Günlük vakit şeridi (md+ tek satır, ayırıcı) */
.time-card__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 0.35rem;
  color: #94a3b8;
}

.time-card__icon--day {
  color: #d97706;
}

.time-card__icon--night {
  color: #94a3b8;
}

.time-card--featured .time-card__icon {
  color: var(--site-green-bright);
}

.time-card--featured .time-card__icon--day {
  color: var(--site-green);
}

@media (min-width: 992px) {
  .time-grid--strip {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    border-radius: var(--site-radius-lg);
    overflow: hidden;
  }

  .time-grid--strip .time-card {
    flex: 1 1 0;
    min-width: 0;
    border-radius: 0;
    border: none;
    border-right: 1px solid #e2e8f0;
    box-shadow: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .time-grid--strip .time-card:last-child {
    border-right: none;
  }

  .time-grid--strip .time-card--featured {
    background: linear-gradient(180deg, #ecfdf5 0%, #fff 100%);
  }
}

/* Aylık tablo: açık başlık (prototip) */
.table-prayer--light thead th {
  background: #f1f5f9 !important;
  color: #475569 !important;
  border-color: #e2e8f0 !important;
  font-size: 0.7rem;
}

.table-prayer--light thead th:first-child {
  text-align: left;
}

.table-prayer--light tbody td:first-child,
.table-prayer--light tbody th[scope="row"] {
  text-align: left;
}

.table-prayer--light tbody td,
.table-prayer--light tbody th {
  border-color: #f1f5f9;
}

/* İl sayfası: ilçe paneli */

.district-panel {
  border-radius: var(--site-radius-xl);
  border: 1px solid rgba(51, 65, 85, 0.1);
  background: #fff;
  box-shadow: 0 4px 22px rgba(15, 23, 42, 0.06);
  padding: 1.25rem 1.25rem 1.5rem;
}

@media (min-width: 768px) {
  .district-panel {
    padding: 1.75rem 2rem 2rem;
  }
}

.district-panel-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--site-slate-dark);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #f1f5f9;
}

/* SSS bölüm başlığı (prototip “Bilgiler”) */
.faq-page-title {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--site-slate-dark);
  margin-bottom: 1.25rem;
}

/* 404 */
.not-found-card {
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 1.75rem;
  border-radius: var(--site-radius-xl);
  background: #fff;
  border: 1px solid rgba(51, 65, 85, 0.1);
  box-shadow: var(--site-card-shadow);
}

@media (prefers-reduced-motion: no-preference) {
  .not-found-card {
    animation: siteReveal 0.55s ease-out both;
  }
}

.not-found-icon {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: var(--site-green-soft);
  color: var(--site-green);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Tablo satırı hover (liste sayfaları) */
.table-prayer tbody tr {
  transition: background-color 0.15s ease;
}

.table-prayer tbody tr:hover {
  background-color: #f8fafc !important;
}

/* ——— İlçe namaz detayı: dashboard (geri sayım + canlı saat) ——— */
.prayer-detail-dashboard {
  border-radius: var(--site-radius-xl);
  overflow: hidden;
  border: 1px solid rgba(6, 95, 70, 0.12);
  box-shadow: var(--site-card-shadow-lift);
  background: #fff;
}

.prayer-dashboard-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 1.25rem 1.25rem 1.35rem;
  background: linear-gradient(125deg, var(--site-green-deep) 0%, var(--site-green) 48%, #0d9488 100%);
  color: #fff;
  position: relative;
}

@media (min-width: 576px) {
  .prayer-dashboard-strip {
    grid-template-columns: 1fr auto 1fr;
    align-items: stretch;
    gap: 0;
    padding: 1.35rem 1.5rem 1.5rem;
  }

  .prayer-dashboard-strip__divider {
    width: 1px;
    background: rgba(255, 255, 255, 0.22);
    margin: 0 1.25rem;
    align-self: stretch;
    min-height: 4.5rem;
  }
}

.prayer-dashboard-strip__block {
  text-align: center;
}

@media (min-width: 576px) {
  .prayer-dashboard-strip__block--count {
    text-align: left;
  }

  .prayer-dashboard-strip__block--clock {
    text-align: right;
  }
}

.prayer-dashboard-eyebrow {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 0.35rem;
}

.prayer-dashboard-countdown {
  font-size: clamp(1.75rem, 4vw + 0.5rem, 2.35rem);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  line-height: 1.15;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.2);
}

.prayer-dashboard-clock {
  font-size: clamp(1.5rem, 3vw + 0.5rem, 2rem);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.06em;
}

.prayer-dashboard-note {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.82);
  margin-top: 0.35rem;
}

.prayer-dashboard-cards {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 42%);
  border-top: 1px solid rgba(51, 65, 85, 0.08);
}

.prayer-dashboard-cards .time-grid {
  gap: 0.65rem;
}

.prayer-dashboard-cards .time-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, opacity 0.22s ease;
}

.prayer-dashboard-cards .time-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
  border-color: rgba(5, 150, 105, 0.35);
}

.prayer-dashboard-cards .time-card--next {
  border-color: var(--site-green-bright);
  box-shadow: 0 0 0 2px rgba(5, 150, 105, 0.35), 0 8px 24px rgba(6, 95, 70, 0.15);
  transform: translateY(-2px);
}

.prayer-dashboard-cards .time-card--past {
  opacity: 0.62;
}

.prayer-dashboard-cards .time-card--past:hover {
  opacity: 0.85;
}

@media (min-width: 992px) {
  .prayer-dashboard-cards .time-grid--strip .time-card:hover {
    transform: none;
    box-shadow: none;
  }

  .prayer-dashboard-cards .time-grid--strip .time-card--next {
    transform: none;
    box-shadow: inset 0 0 0 2px rgba(5, 150, 105, 0.45);
    z-index: 1;
  }

  .prayer-dashboard-cards .time-grid--strip .time-card--past:hover {
    transform: none;
  }
}

/* ——— Genel UX, hareket (reduced-motion’a saygı) ——— */
html {
  scroll-padding-top: 4.75rem;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .site-main .container > .row {
    animation: siteReveal 0.48s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
}

@keyframes siteReveal {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.site-header .dropdown-menu {
  border: none;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12);
  border-radius: var(--site-radius);
  padding: 0.35rem;
}

.site-header .dropdown-item {
  border-radius: 0.5rem;
}

.site-header .dropdown-item:active {
  background-color: var(--site-green-soft);
  color: var(--site-green-deep);
}

/* DataTables + mevcut tablo teması */
.table-prayer-wrap .dt-container {
  padding: 0 0.75rem 0.85rem;
}

@media (min-width: 768px) {
  .table-prayer-wrap .dt-container {
    padding: 0 1rem 1rem;
  }
}

.table-prayer-wrap .dt-length {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  font-size: 0.8125rem;
  color: var(--site-text-muted);
}

.table-prayer-wrap .dt-length select {
  flex: 0 0 auto;
  min-width: 4.5rem;
}

.table-prayer-wrap .dt-search label {
  font-size: 0.8125rem;
  color: var(--site-text-muted);
}

.table-prayer-wrap .dt-search input,
.table-prayer-wrap .dt-length select {
  border-radius: 0.5rem;
  border-color: #e2e8f0;
}

.table-prayer-wrap .dt-paging .pagination {
  margin-bottom: 0;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.table-prayer-wrap .page-item.active .page-link {
  background: var(--site-green);
  border-color: var(--site-green);
  color: #fff;
}

.table-prayer-wrap .page-link {
  border-radius: 0.5rem !important;
  color: var(--site-slate);
}

.table-prayer-wrap .page-link:hover {
  color: var(--site-green-deep);
}

.table-prayer-wrap table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
.table-prayer-wrap table.dataTable.dtr-inline.collapsed > tbody > tr > th.child {
  background: #f8fafc;
}

.table-prayer-wrap .dtr-title {
  font-weight: 600;
  color: var(--site-slate-dark);
}

/* Hatim listesi */
.hatim-episode-list .list-group-item {
  border-color: rgba(51, 65, 85, 0.08);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

@media (prefers-reduced-motion: no-preference) {
  .hatim-episode-list .list-group-item:hover {
    background-color: #f8fafc;
    border-color: rgba(5, 150, 105, 0.22);
  }
}

/* Odak halkası */
.btn:focus-visible,
.form-control:focus-visible,
.nav-link:focus-visible,
.page-link:focus-visible {
  box-shadow: 0 0 0 0.2rem rgba(5, 150, 105, 0.28);
}

.btn {
  transition: transform 0.15s ease, box-shadow 0.2s ease, background-color 0.15s ease, border-color 0.15s ease;
}

@media (prefers-reduced-motion: no-preference) {
  .btn:active {
    transform: scale(0.98);
  }
}

/* İl listesi — namaz: panel vurgusu */
.district-panel--namaz {
  background: linear-gradient(180deg, #ecfdf5 0%, #fff 28%);
  border-color: rgba(5, 150, 105, 0.2);
}

.district-panel--namaz .district-panel-title {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  border-bottom-color: rgba(5, 150, 105, 0.15);
}

.district-panel--namaz .district-panel-title::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border-radius: var(--site-radius);
  background: var(--site-green-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23059669' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z'/%3E%3C/svg%3E") center / 1.35rem no-repeat;
}

/* Hatim alt gezinme */
.hatim-subnav-wrap .nav-pills .nav-link {
  color: var(--site-slate);
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
}

.hatim-subnav-wrap .nav-pills .nav-link:hover {
  background: var(--site-green-soft);
  color: var(--site-green-deep);
}

.hatim-subnav-wrap .nav-pills .nav-link.active {
  background: var(--site-green);
  color: #fff;
}

/* Kıble pusulası (/kible-yonu) */
.kible-compass {
  position: relative;
  width: min(260px, 85vw);
  aspect-ratio: 1;
  max-width: 100%;
}

.kible-compass__ring {
  position: absolute;
  inset: 1.35rem;
  border-radius: 50%;
  border: 3px solid rgba(5, 95, 70, 0.35);
  background: radial-gradient(circle at 50% 50%, #fff 0%, #ecfdf5 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.kible-compass__needle {
  position: absolute;
  left: 50%;
  bottom: 50%;
  width: 12px;
  height: 42%;
  background: linear-gradient(180deg, var(--site-green-bright), var(--site-green-deep));
  border-radius: 6px 6px 2px 2px;
  transform-origin: 50% 100%;
  z-index: 1;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.18);
}

.kible-compass__hub {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border-radius: 50%;
  background: var(--site-slate-dark);
  border: 3px solid #fff;
  z-index: 2;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.22);
}

.kible-compass__label {
  position: absolute;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--site-slate);
  letter-spacing: 0.02em;
}

.kible-compass__label--n {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.kible-compass__label--e {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.kible-compass__label--s {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.kible-compass__label--w {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.kible-compass--sm {
  width: min(200px, 72vw);
}

.kible-compass--sm .kible-compass__ring {
  inset: 1.1rem;
}

.kible-compass--sm .kible-compass__needle {
  width: 10px;
}

.kible-compass--sm .kible-compass__hub {
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
}

/* Kıble haritası (/kible-yonu) */
.kible-map-wrap {
  position: relative;
  border-radius: var(--site-radius);
  overflow: hidden;
  border: 1px solid rgba(5, 95, 70, 0.18);
  background: #f1f5f9;
}

.kible-map-el {
  height: min(440px, 65vh);
  width: 100%;
  z-index: 1;
}

.kible-map-search {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  right: 0.75rem;
  z-index: 1000;
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
  max-width: min(100%, 28rem);
}

.kible-map-search .form-control {
  background: rgba(255, 255, 255, 0.98);
}

.kible-map-gps {
  position: absolute;
  bottom: 3.25rem;
  right: 0.75rem;
  z-index: 1000;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(15, 23, 42, 0.12);
}

.kible-map-gps:disabled {
  opacity: 0.65;
}

.kible-map-info {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  z-index: 1000;
  background: rgba(253, 251, 247, 0.97);
  border-radius: var(--site-radius);
  padding: 0.6rem 0.9rem;
  border: 1px solid rgba(5, 95, 70, 0.18);
  max-width: calc(100% - 7rem);
}

.kible-map-info__angle {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--site-green-deep);
  line-height: 1.2;
}

.kible-map-info__dist {
  margin-top: 0.15rem;
}

/* Neon pusula — /kible-yonu (örnek tasarıma dayalı) */
.kible-neon-panel {
  --kn-accent: #38bdf8;
  --kn-needle-n: #ef4444;
  --kn-needle-s: #f8fafc;
  --kn-ring: #334155;
  --kn-text: #94a3b8;
  --kn-disc: 280px;
  --kn-radius: 140px;
  max-width: 100%;
  padding: 1.25rem 1rem 1.5rem;
  border-radius: var(--site-radius-lg);
  background: radial-gradient(circle at 50% 35%, rgba(56, 189, 248, 0.12) 0%, transparent 55%),
    linear-gradient(165deg, #0f172a 0%, #020617 100%);
  border: 1px solid rgba(56, 189, 248, 0.2);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.35);
  font-family: "Space Grotesk", Inter, system-ui, sans-serif;
}

.kible-neon-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 340px);
  height: min(100vw - 2rem, 340px);
  max-height: 360px;
  margin: 0 auto;
}

.kible-neon-outer-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 340px;
  max-height: 340px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px dashed rgba(56, 189, 248, 0.28);
  animation: kibleNeonRingSpin 32s linear infinite;
  pointer-events: none;
}

.kible-neon-disc {
  position: relative;
  width: var(--kn-disc);
  height: var(--kn-disc);
  flex-shrink: 0;
  background: linear-gradient(145deg, #1e293b, #0f172a);
  border-radius: 50%;
  box-shadow:
    0 0 36px rgba(0, 0, 0, 0.45),
    inset 0 0 22px rgba(0, 0, 0, 0.75),
    inset 0 0 2px rgba(255, 255, 255, 0.08);
}

.kible-neon-ticks {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
}

.kible-neon-tick {
  position: absolute;
  width: 2px;
  height: 10px;
  background: var(--kn-ring);
  top: 0;
  left: 50%;
  margin-left: -1px;
  transform-origin: 50% var(--kn-radius);
}

.kible-neon-tick--major {
  width: 3px;
  height: 15px;
  margin-left: -1.5px;
  background: var(--kn-text);
}

.kible-neon-directions {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
}

.kible-neon-dir {
  position: absolute;
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--kn-text);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
  letter-spacing: 0.06em;
}

.kible-neon-dir--n {
  top: 6%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--kn-accent);
  text-shadow: 0 0 14px rgba(56, 189, 248, 0.65);
}

.kible-neon-dir--e {
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}

.kible-neon-dir--s {
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.kible-neon-dir--w {
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

.kible-neon-needle-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  transition: transform 0.55s cubic-bezier(0.25, 1, 0.45, 1);
  filter: drop-shadow(0 12px 14px rgba(0, 0, 0, 0.55));
}

.kible-neon-needle {
  position: relative;
  width: 28px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kible-neon-needle-top {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 100px solid var(--kn-needle-n);
  position: relative;
}

.kible-neon-needle-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-right: 14px solid transparent;
  border-bottom: 100px solid rgba(0, 0, 0, 0.28);
  border-left: 0 solid transparent;
}

.kible-neon-needle-bottom {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 100px solid var(--kn-needle-s);
  position: relative;
}

.kible-neon-needle-bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-right: 14px solid transparent;
  border-top: 100px solid rgba(0, 0, 0, 0.22);
  border-left: 0 solid transparent;
}

.kible-neon-center-pin {
  position: absolute;
  width: 36px;
  height: 36px;
  left: 50%;
  top: 50%;
  margin: -18px 0 0 -18px;
  background: radial-gradient(circle at 32% 32%, #475569, #0f172a);
  border-radius: 50%;
  z-index: 20;
  border: 2px solid #64748b;
  box-shadow:
    0 4px 10px rgba(0, 0, 0, 0.5),
    inset 0 0 10px rgba(0, 0, 0, 0.45);
  display: flex;
  justify-content: center;
  align-items: center;
}

.kible-neon-center-dot {
  width: 11px;
  height: 11px;
  background: var(--kn-accent);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(56, 189, 248, 0.75);
}

.kible-neon-readout {
  margin-top: 1rem;
  text-align: center;
}

.kible-neon-readout__deg {
  display: block;
  font-size: clamp(1.75rem, 5vw, 2.35rem);
  font-weight: 700;
  color: var(--kn-accent);
  text-shadow: 0 0 18px rgba(56, 189, 248, 0.45);
  font-variant-numeric: tabular-nums;
  line-height: 1.15;
}

.kible-neon-readout__hint {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(148, 163, 184, 0.85);
  margin-top: 0.35rem;
}

@keyframes kibleNeonRingSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .kible-neon-outer-ring {
    animation: none;
  }

  .kible-neon-needle-wrap {
    transition-duration: 0.12s;
  }
}

@media (max-width: 420px) {
  .kible-neon-disc {
    transform: scale(0.9);
  }
}

/* ——— Trendopic promo modal ——— */
.trendopic-modal {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 1.25rem;
  background:
    radial-gradient(120% 80% at 50% -10%, rgba(99, 102, 241, 0.16), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
}

.trendopic-modal__glow {
  position: absolute;
  inset: auto -20% -40% -20%;
  height: 55%;
  background: radial-gradient(ellipse at center, rgba(59, 130, 246, 0.18), rgba(124, 58, 237, 0.12), transparent 70%);
  pointer-events: none;
}

.trendopic-modal__close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 2;
  opacity: 0.55;
}

.trendopic-modal__close:hover {
  opacity: 0.9;
}

.trendopic-modal__body {
  position: relative;
  z-index: 1;
}

.trendopic-modal__logo-wrap {
  width: 5.5rem;
  height: 5.5rem;
  display: grid;
  place-items: center;
  border-radius: 1.25rem;
  background: linear-gradient(145deg, rgba(59, 130, 246, 0.12), rgba(124, 58, 237, 0.14));
  box-shadow: 0 10px 28px rgba(79, 70, 229, 0.18);
}

.trendopic-modal__logo {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 1rem;
  object-fit: cover;
  display: block;
}

.trendopic-modal__eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6366f1;
  margin: 0;
}

.trendopic-modal__title {
  font-size: clamp(1.45rem, 4vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
  line-height: 1.2;
}

.trendopic-modal__lead {
  font-size: 1rem;
  line-height: 1.55;
  color: #475569;
  max-width: 22rem;
  margin-left: auto;
  margin-right: auto;
}

.trendopic-modal__cta {
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
  font-weight: 700;
  font-size: 1.02rem;
  border: 0;
  border-radius: 999px;
  padding: 0.8rem 1.25rem;
  background: linear-gradient(135deg, #3b82f6 0%, #6366f1 48%, #7c3aed 100%);
  box-shadow: 0 12px 28px rgba(79, 70, 229, 0.35);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.trendopic-modal__cta:hover,
.trendopic-modal__cta:focus {
  color: #fff;
  filter: brightness(1.05);
  box-shadow: 0 14px 32px rgba(79, 70, 229, 0.42);
  transform: translateY(-1px);
}

.trendopic-modal__dismiss {
  color: #64748b;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
}

.trendopic-modal__dismiss:hover {
  color: #334155;
}

@media (prefers-reduced-motion: reduce) {
  .trendopic-modal__cta {
    transition: none;
  }
}
