/* Deprem sayfaları — Sismo */
.eq-section .wx2-hero.eq-hero {
  background:
    radial-gradient(90% 120% at 92% 8%, rgba(251, 146, 60, 0.28), transparent 42%),
    linear-gradient(145deg, #1c1917 0%, #44403c 42%, #7c2d12 100%);
}

.eq-hero__sky {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.eq-epicenter {
  position: absolute;
  top: 42%;
  right: 12%;
  width: min(260px, 40vw);
  height: min(260px, 40vw);
  transform: translate(20%, -50%);
}

.eq-epicenter__core,
.eq-epicenter__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.eq-epicenter__core {
  width: 18%;
  height: 18%;
  background:
    radial-gradient(circle at 40% 35%, #ffedd5 0%, #fb923c 42%, #c2410c 78%, transparent 100%);
  box-shadow:
    0 0 24px rgba(251, 146, 60, 0.55),
    0 0 48px rgba(194, 65, 12, 0.35);
  animation: eq-core-breathe 3.6s ease-in-out infinite;
}

.eq-epicenter__ring {
  border: 1.5px solid rgba(253, 186, 116, 0.55);
  box-shadow: 0 0 0 1px rgba(255, 247, 237, 0.08) inset;
  opacity: 0;
  animation: eq-ring-pulse 3.6s ease-out infinite;
}

.eq-epicenter__ring--a {
  width: 38%;
  height: 38%;
  animation-delay: 0s;
}

.eq-epicenter__ring--b {
  width: 62%;
  height: 62%;
  animation-delay: 1.2s;
}

.eq-epicenter__ring--c {
  width: 92%;
  height: 92%;
  animation-delay: 2.4s;
}

.eq-hero__haze {
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(180deg, transparent, rgba(28, 25, 23, 0.45));
}

@keyframes eq-core-breathe {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.95; }
  50% { transform: translate(-50%, -50%) scale(1.08); opacity: 1; }
}

@keyframes eq-ring-pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.72);
    opacity: 0.55;
  }
  70% {
    opacity: 0.12;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.08);
    opacity: 0;
  }
}

@media (max-width: 767.98px) {
  .eq-epicenter {
    right: -4%;
    top: 38%;
    opacity: 0.88;
  }
}

@media (prefers-reduced-motion: reduce) {
  .eq-epicenter__core,
  .eq-epicenter__ring {
    animation: none !important;
  }

  .eq-epicenter__ring {
    opacity: 0.28;
    transform: translate(-50%, -50%) scale(1);
  }
}

.eq-section .wx2-body {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.eq-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.eq-subnav__item {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 999px;
  color: inherit;
  text-decoration: none;
  font: 600 0.85rem/1.2 Sora, system-ui, sans-serif;
  background: rgba(255, 255, 255, 0.7);
}

.eq-subnav__item.is-active {
  background: #0f172a;
  border-color: #0f172a;
  color: #fff;
}

.eq-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.eq-stat {
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.eq-stat strong {
  display: block;
  font: 700 clamp(1.4rem, 2.5vw, 1.9rem)/1.1 Fraunces, Georgia, serif;
  letter-spacing: -0.02em;
}

.eq-stat span {
  display: block;
  margin-top: 0.25rem;
  font: 500 0.8rem/1.3 Sora, system-ui, sans-serif;
  opacity: 0.7;
}

.eq-map-panel .eq-map {
  height: min(420px, 58vw);
  min-height: 280px;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #dbe4ef;
}

.eq-table-wrap {
  overflow-x: auto;
}

.eq-table {
  width: 100%;
  border-collapse: collapse;
  font: 500 0.9rem/1.35 Sora, system-ui, sans-serif;
}

.eq-table th,
.eq-table td {
  padding: 0.7rem 0.65rem;
  text-align: left;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  vertical-align: top;
}

.eq-table th {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.65;
  white-space: nowrap;
}

.eq-mag {
  display: inline-block;
  min-width: 3.6rem;
  padding: 0.15rem 0.45rem;
  border-radius: 0.4rem;
  font-weight: 700;
  background: rgba(39, 174, 96, 0.15);
  color: #1e7a45;
}

.eq-tone-mid .eq-mag {
  background: rgba(241, 196, 15, 0.22);
  color: #8a6d00;
}

.eq-tone-high .eq-mag {
  background: rgba(230, 126, 34, 0.2);
  color: #a24f0c;
}

.eq-tone-critical .eq-mag {
  background: rgba(192, 57, 43, 0.18);
  color: #922b21;
}

.eq-today-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.eq-today-list li {
  display: grid;
  grid-template-columns: 3.2rem 1fr auto auto;
  gap: 0.65rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  font: 500 0.9rem/1.35 Sora, system-ui, sans-serif;
}

.eq-empty,
.eq-disclaimer {
  margin: 0;
  font: 500 0.9rem/1.5 Sora, system-ui, sans-serif;
  opacity: 0.75;
}

.eq-disclaimer {
  margin-top: 0.25rem;
  font-size: 0.8rem;
}

.eq-updated {
  opacity: 0.75;
}

.eq-hub-more {
  margin: 0.85rem 0 0;
  font: 600 0.9rem/1.4 Sora, system-ui, sans-serif;
}

.eq-hub-more a {
  color: inherit;
}

.eq-related {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.55rem;
}

.eq-related a,
.eq-related--footer a {
  display: inline-flex;
  padding: 0.65rem 0.85rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.7);
  color: inherit;
  text-decoration: none;
  font: 600 0.88rem/1.3 Sora, system-ui, sans-serif;
}

.eq-related--footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.eq-seo__body {
  display: grid;
  gap: 0.85rem;
}

.eq-seo__body a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.eq-seo__body strong {
  font-weight: 700;
}

.eq-faq__list {
  display: grid;
  gap: 0.55rem;
}

.eq-faq__item {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 0.75rem;
  padding: 0.15rem 0.85rem;
  background: rgba(255, 255, 255, 0.55);
}

.eq-faq__item summary {
  cursor: pointer;
  padding: 0.7rem 0;
  font: 600 0.95rem/1.4 Sora, system-ui, sans-serif;
  list-style: none;
}

.eq-faq__item summary::-webkit-details-marker {
  display: none;
}

.eq-faq__item p {
  margin: 0 0 0.85rem;
  font: 500 0.9rem/1.55 Sora, system-ui, sans-serif;
  opacity: 0.85;
}

@media (max-width: 720px) {
  .eq-stats {
    grid-template-columns: 1fr;
  }

  .eq-table thead {
    display: none;
  }

  .eq-table tr {
    display: block;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.1);
  }

  .eq-table td {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    border: 0;
    padding: 0.2rem 0;
  }

  .eq-table td::before {
    content: attr(data-label);
    opacity: 0.55;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }

  .eq-today-list li {
    grid-template-columns: 3rem 1fr;
  }

  .eq-today-list li span:nth-child(3),
  .eq-today-list li span:nth-child(4) {
    grid-column: 2;
  }
}

/* —— Deprem rehberi —— */
.eq-guide-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.25rem;
}

.eq-guide-toc a {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  color: #1c1917;
  background: rgba(251, 146, 60, 0.14);
  border: 1px solid rgba(194, 65, 12, 0.18);
}

.eq-guide-toc a:hover {
  background: rgba(251, 146, 60, 0.28);
}

.eq-guide-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.eq-guide-steps li {
  display: grid;
  grid-template-columns: 4.25rem 1fr;
  gap: 0.95rem;
  align-items: start;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  background: rgba(255, 247, 237, 0.72);
  border: 1px solid rgba(194, 65, 12, 0.12);
}

.eq-guide-steps__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 16px;
  color: #9a3412;
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 237, 213, 0.95), transparent 55%),
    linear-gradient(145deg, #ffedd5, #fdba74);
  box-shadow: inset 0 0 0 1px rgba(194, 65, 12, 0.12);
}

.eq-guide-steps__n {
  position: absolute;
  right: -0.25rem;
  bottom: -0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(145deg, #ea580c, #9a3412);
  box-shadow: 0 2px 6px rgba(154, 52, 18, 0.35);
}

.eq-guide-steps strong {
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.15rem;
  margin-bottom: 0.2rem;
}

.eq-guide-steps p {
  margin: 0;
  line-height: 1.55;
  color: #44403c;
}

.eq-guide-intro {
  margin: 0 0 0.85rem;
  line-height: 1.65;
}

.eq-ico {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: #c2410c;
}

.eq-ico svg {
  width: 100%;
  height: 100%;
  display: block;
}

.eq-ico--sm { width: 1.15rem; height: 1.15rem; }
.eq-ico--md { width: 1.55rem; height: 1.55rem; }
.eq-ico--lg { width: 2.35rem; height: 2.35rem; }

.eq-guide-list {
  margin: 0;
  padding-left: 1.15rem;
}

.eq-guide-list li {
  margin: 0.4rem 0;
  line-height: 1.55;
}

.eq-guide-list--icons {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.eq-guide-list--icons li {
  display: grid;
  grid-template-columns: 2.55rem 1fr;
  gap: 0.75rem;
  align-items: start;
  margin: 0;
  padding: 0.7rem 0.8rem;
  border-radius: 12px;
  background: rgba(255, 251, 235, 0.55);
  border: 1px solid rgba(194, 65, 12, 0.1);
}

.eq-guide-list--icons .eq-ico {
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 10px;
  background: rgba(251, 146, 60, 0.14);
  color: #9a3412;
}

.eq-guide-list--icons .eq-ico svg {
  width: 1.45rem;
  height: 1.45rem;
}

.eq-guide-list--kit {
  grid-template-columns: 1fr;
}

.eq-guide-block--warn .eq-guide-list--icons li {
  background: rgba(254, 242, 242, 0.7);
  border-color: rgba(185, 28, 28, 0.14);
}

.eq-guide-block--warn .eq-guide-list--icons .eq-ico {
  background: rgba(248, 113, 113, 0.16);
  color: #b91c1c;
}

.eq-guide-links {
  margin: 0.5rem 0 0;
  line-height: 1.7;
}

.eq-guide-links a {
  text-decoration: none;
}

[data-bs-theme="dark"] .eq-guide-toc a {
  color: #ffedd5;
  background: rgba(251, 146, 60, 0.16);
  border-color: rgba(251, 146, 60, 0.28);
}

[data-bs-theme="dark"] .eq-guide-steps li {
  background: rgba(28, 25, 23, 0.55);
  border-color: rgba(251, 146, 60, 0.22);
}

[data-bs-theme="dark"] .eq-guide-steps p {
  color: #d6d3d1;
}

[data-bs-theme="dark"] .eq-guide-steps__visual {
  color: #ffedd5;
  background: linear-gradient(145deg, rgba(154, 52, 18, 0.55), rgba(69, 26, 3, 0.75));
}

[data-bs-theme="dark"] .eq-guide-list--icons li {
  background: rgba(28, 25, 23, 0.45);
  border-color: rgba(251, 146, 60, 0.18);
}

[data-bs-theme="dark"] .eq-guide-list--icons .eq-ico {
  background: rgba(251, 146, 60, 0.18);
  color: #fdba74;
}

@media (min-width: 768px) {
  .eq-guide-steps {
    grid-template-columns: 1fr 1fr;
  }

  .eq-guide-list--kit {
    grid-template-columns: 1fr 1fr;
  }
}
