#nacio-eclipsi-2026 {
  --e26-mint: #83f2d2;
  --e26-blue: #1769ff;
  --e26-yellow: #ffd447;
  --e26-ink: #050607;
  --e26-paper: #f4f3ef;
  --e26-white: #fffefa;
  width: 100%;
  margin: 0;
  color: inherit;
  font-family: inherit;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
}

#nacio-eclipsi-2026,
#nacio-eclipsi-2026 * {
  box-sizing: border-box;
}

#nacio-eclipsi-2026 h1,
#nacio-eclipsi-2026 h2,
#nacio-eclipsi-2026 h3,
#nacio-eclipsi-2026 p,
#nacio-eclipsi-2026 ol,
#nacio-eclipsi-2026 ul,
#nacio-eclipsi-2026 dl,
#nacio-eclipsi-2026 dd {
  margin-top: 0;
}

#nacio-eclipsi-2026 button,
#nacio-eclipsi-2026 input {
  font: inherit;
}

#nacio-eclipsi-2026 a {
  color: inherit;
}

#nacio-eclipsi-2026 .e26-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#nacio-eclipsi-2026 .e26-section-label,
#nacio-eclipsi-2026 .e26-eyebrow {
  margin-bottom: 22px;
  font-family: Aeonik, Arial, sans-serif !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

#nacio-eclipsi-2026 .e26-section-label-light {
  color: var(--e26-mint);
}

#nacio-eclipsi-2026 .e26-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
  gap: clamp(30px, 6vw, 88px);
  align-items: end;
}

#nacio-eclipsi-2026 .e26-section-heading h2,
#nacio-eclipsi-2026 .e26-safety-heading h2 {
  margin-bottom: 0;
  font-size: clamp(56px, 8vw, 122px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.94;
}

#nacio-eclipsi-2026 .e26-section-heading > p,
#nacio-eclipsi-2026 .e26-section-heading > div + p {
  max-width: 520px;
  margin-bottom: 0;
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.35;
}

#nacio-eclipsi-2026 .e26-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
  align-items: center;
  min-height: min(780px, 88vh);
  padding: 70px clamp(24px, 7vw, 110px) 92px;
  overflow: hidden;
  color: var(--e26-white);
  background: #03070d;
}

#nacio-eclipsi-2026 .e26-stars,
#nacio-eclipsi-2026 .e26-stars::before,
#nacio-eclipsi-2026 .e26-stars::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

#nacio-eclipsi-2026 .e26-stars {
  opacity: 0.42;
  background-image:
    radial-gradient(circle at 13% 17%, #fff 0 1px, transparent 1.5px),
    radial-gradient(circle at 31% 72%, #fff 0 1px, transparent 1.5px),
    radial-gradient(circle at 73% 22%, #fff 0 1px, transparent 1.5px),
    radial-gradient(circle at 89% 64%, #fff 0 1px, transparent 1.5px);
  background-size: 173px 167px, 211px 191px, 257px 233px, 149px 179px;
}

#nacio-eclipsi-2026 .e26-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 32%;
  pointer-events: none;
  content: "";
  background: linear-gradient(transparent, rgba(23, 105, 255, 0.12));
}

#nacio-eclipsi-2026 .e26-hero-copy {
  position: relative;
  z-index: 4;
  max-width: 760px;
}

#nacio-eclipsi-2026 .e26-eyebrow {
  color: var(--e26-yellow);
}

#nacio-eclipsi-2026 .e26-hero h1 {
  max-width: 820px;
  margin-bottom: 0;
  color: inherit;
  font-size: clamp(72px, 9.2vw, 152px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.88;
}

#nacio-eclipsi-2026 .e26-hero h1 em {
  color: var(--e26-mint);
  font-style: normal;
}

#nacio-eclipsi-2026 .e26-hero-deck {
  max-width: 610px;
  margin: 34px 0 28px;
  font-size: clamp(19px, 2vw, 27px);
  line-height: 1.22;
}

#nacio-eclipsi-2026 .e26-text-link {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  padding: 0 0 7px;
  color: inherit;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--e26-mint);
}

#nacio-eclipsi-2026 .e26-text-link span {
  color: var(--e26-mint);
  font-size: 24px;
}

#nacio-eclipsi-2026 .e26-text-link:focus-visible,
#nacio-eclipsi-2026 button:focus-visible,
#nacio-eclipsi-2026 input:focus-visible,
#nacio-eclipsi-2026 a:focus-visible {
  outline: 3px solid var(--e26-yellow);
  outline-offset: 4px;
}

#nacio-eclipsi-2026 .e26-eclipse-scene {
  position: relative;
  z-index: 2;
  justify-self: end;
  width: min(44vw, 660px);
  aspect-ratio: 1;
}

#nacio-eclipsi-2026 .e26-sun-glow,
#nacio-eclipsi-2026 .e26-moon {
  position: absolute;
  top: 10%;
  right: -7%;
  width: 79%;
  height: 79%;
  border-radius: 50%;
}

#nacio-eclipsi-2026 .e26-sun-glow {
  background: #fff7d5;
  box-shadow:
    0 0 12px #fff,
    0 0 35px var(--e26-yellow),
    0 0 95px rgba(255, 212, 71, 0.8),
    0 0 170px rgba(23, 105, 255, 0.35);
}

#nacio-eclipsi-2026 .e26-moon {
  top: 10.7%;
  right: -5.5%;
  width: 78%;
  height: 78%;
  background: radial-gradient(circle at 35% 30%, #111723, #010204 70%);
  box-shadow: inset 3px 0 9px rgba(23, 105, 255, 0.55);
}

#nacio-eclipsi-2026 .e26-moon::after {
  position: absolute;
  top: 47%;
  right: 2%;
  width: 15%;
  height: 5%;
  content: "";
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 18px var(--e26-yellow);
  filter: blur(4px);
}

#nacio-eclipsi-2026 .e26-horizon {
  position: absolute;
  right: 2%;
  bottom: 8%;
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}

#nacio-eclipsi-2026 .e26-horizon::before {
  display: inline-block;
  width: 140px;
  height: 1px;
  margin-right: 12px;
  vertical-align: middle;
  content: "";
  background: rgba(255, 255, 255, 0.38);
}

#nacio-eclipsi-2026 .e26-hero-fact {
  position: absolute;
  right: clamp(24px, 6vw, 88px);
  bottom: 28px;
  z-index: 5;
  display: flex;
  gap: 14px;
  align-items: baseline;
  margin-bottom: 0;
}

#nacio-eclipsi-2026 .e26-hero-fact strong {
  color: var(--e26-blue);
  font-size: 38px;
}

#nacio-eclipsi-2026 .e26-hero-fact span {
  max-width: 150px;
  font-size: 12px;
}

#nacio-eclipsi-2026 .e26-countdown-section,
#nacio-eclipsi-2026 .e26-where-section,
#nacio-eclipsi-2026 .e26-visibility-section,
#nacio-eclipsi-2026 .e26-observation-section,
#nacio-eclipsi-2026 .e26-safety-section,
#nacio-eclipsi-2026 .e26-keys-section {
  padding: clamp(76px, 9vw, 120px) clamp(20px, 7vw, 110px);
}

#nacio-eclipsi-2026 .e26-countdown-section {
  color: var(--e26-ink);
  background: var(--e26-mint);
}

#nacio-eclipsi-2026 .e26-countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 90px;
  border-top: 2px solid currentcolor;
  border-bottom: 2px solid currentcolor;
}

#nacio-eclipsi-2026 .e26-countdown > div {
  padding: 28px 20px 24px;
  border-right: 1px solid currentcolor;
}

#nacio-eclipsi-2026 .e26-countdown > div:last-child {
  border-right: 0;
}

#nacio-eclipsi-2026 .e26-countdown strong {
  display: block;
  font-size: clamp(54px, 7vw, 110px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.9;
}

#nacio-eclipsi-2026 .e26-countdown span {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#nacio-eclipsi-2026 .e26-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  padding: 0;
  margin: 58px 0 0;
  list-style: none;
}

#nacio-eclipsi-2026 .e26-timeline li {
  position: relative;
  display: grid;
  gap: 3px;
  padding-top: 24px;
  border-top: 1px solid rgba(5, 6, 7, 0.35);
}

#nacio-eclipsi-2026 .e26-timeline li::before {
  position: absolute;
  top: -7px;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
  background: currentcolor;
  border-radius: 50%;
}

#nacio-eclipsi-2026 .e26-timeline .e26-timeline-active::before {
  background: var(--e26-blue);
  box-shadow: 0 0 0 5px rgba(23, 105, 255, 0.2);
}

#nacio-eclipsi-2026 .e26-timeline strong {
  font-size: 18px;
}

#nacio-eclipsi-2026 .e26-timeline span {
  font-size: 12px;
}

#nacio-eclipsi-2026 .e26-where-section {
  color: var(--e26-white);
  background: var(--e26-blue);
}

#nacio-eclipsi-2026 .e26-municipality-search {
  position: relative;
  z-index: 8;
  max-width: 820px;
  margin: 64px 0 28px;
}

#nacio-eclipsi-2026 .e26-municipality-search > label {
  display: block;
  margin-bottom: 12px;
  color: var(--e26-mint);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

#nacio-eclipsi-2026 .e26-search-field {
  position: relative;
}

#nacio-eclipsi-2026 .e26-search-field input {
  width: 100%;
  height: 74px;
  padding: 0 74px 0 24px;
  color: var(--e26-ink);
  font-size: clamp(19px, 2.2vw, 29px);
  font-weight: 700;
  background: var(--e26-white);
  border: 0;
  border-bottom: 3px solid var(--e26-ink);
  border-radius: 0;
}

#nacio-eclipsi-2026 .e26-search-icon {
  position: absolute;
  top: 50%;
  right: 23px;
  width: 24px;
  height: 24px;
  pointer-events: none;
  border: 3px solid var(--e26-ink);
  border-radius: 50%;
  transform: translateY(-58%);
}

#nacio-eclipsi-2026 .e26-search-icon::after {
  position: absolute;
  right: -8px;
  bottom: -4px;
  width: 10px;
  height: 3px;
  content: "";
  background: var(--e26-ink);
  transform: rotate(45deg);
}

#nacio-eclipsi-2026 .e26-search-results {
  position: absolute;
  top: calc(100% + 3px);
  right: 0;
  left: 0;
  z-index: 20;
  max-height: 380px;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  color: var(--e26-ink);
  list-style: none;
  background: var(--e26-white);
  border: 1px solid var(--e26-ink);
  box-shadow: 12px 12px 0 rgba(5, 6, 7, 0.22);
}

#nacio-eclipsi-2026 .e26-search-results[hidden] {
  display: none;
}

#nacio-eclipsi-2026 .e26-search-results button {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 62px;
  padding: 13px 20px;
  color: inherit;
  text-align: left;
  cursor: pointer;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(5, 6, 7, 0.16);
}

#nacio-eclipsi-2026 .e26-search-results button:hover,
#nacio-eclipsi-2026 .e26-search-results button[aria-selected="true"] {
  background: var(--e26-mint);
}

#nacio-eclipsi-2026 .e26-search-result-copy strong,
#nacio-eclipsi-2026 .e26-search-result-copy small {
  display: block;
}

#nacio-eclipsi-2026 .e26-search-result-copy strong {
  font-size: 17px;
}

#nacio-eclipsi-2026 .e26-search-result-copy small {
  margin-top: 3px;
  color: rgba(5, 6, 7, 0.62);
  font-size: 12px;
}

#nacio-eclipsi-2026 .e26-search-results em {
  color: var(--e26-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

#nacio-eclipsi-2026 .e26-search-empty {
  padding: 20px;
  color: rgba(5, 6, 7, 0.68);
}

#nacio-eclipsi-2026 .e26-search-help,
#nacio-eclipsi-2026 .e26-search-status {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}

#nacio-eclipsi-2026 .e26-search-status {
  min-height: 1em;
  margin-top: 4px;
}

#nacio-eclipsi-2026 .e26-city-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0;
}

#nacio-eclipsi-2026 .e26-city-picker button {
  padding: 12px 20px 10px;
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
}

#nacio-eclipsi-2026 .e26-city-picker button:hover,
#nacio-eclipsi-2026 .e26-city-picker button[aria-pressed="true"] {
  color: var(--e26-ink);
  background: var(--e26-mint);
  border-color: var(--e26-mint);
}

#nacio-eclipsi-2026 .e26-city-card {
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  min-height: 420px;
  color: var(--e26-ink);
  background: var(--e26-white);
}

#nacio-eclipsi-2026 .e26-city-main {
  display: flex;
  flex-direction: column;
  padding: clamp(32px, 5vw, 72px);
  border-right: 1px solid rgba(5, 6, 7, 0.2);
}

#nacio-eclipsi-2026 .e26-city-main > p {
  margin-bottom: 12px;
  font-family: Aeonik, Arial, sans-serif !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

#nacio-eclipsi-2026 .e26-city-main h3 {
  margin-bottom: 6px;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
}

#nacio-eclipsi-2026 .e26-city-meta {
  margin-bottom: auto;
  color: rgba(5, 6, 7, 0.62);
  font-size: 13px;
}

#nacio-eclipsi-2026 .e26-coverage {
  display: block;
  color: var(--e26-blue);
  font-size: clamp(76px, 10vw, 150px);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.85;
}

#nacio-eclipsi-2026 .e26-coverage-label {
  margin-top: 12px;
  font-size: 13px;
}

#nacio-eclipsi-2026 .e26-city-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 0;
}

#nacio-eclipsi-2026 .e26-city-stats div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  padding: 32px;
  border-right: 1px solid rgba(5, 6, 7, 0.2);
  border-bottom: 1px solid rgba(5, 6, 7, 0.2);
}

#nacio-eclipsi-2026 .e26-city-stats div:nth-child(2n) {
  border-right: 0;
}

#nacio-eclipsi-2026 .e26-city-stats dt {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#nacio-eclipsi-2026 .e26-city-stats dd {
  margin-bottom: 0;
  font-size: clamp(22px, 3vw, 38px);
  font-weight: 700;
  letter-spacing: -0.025em;
}

#nacio-eclipsi-2026 .e26-totality-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 62px;
  align-items: center;
  margin-top: 90px;
}

#nacio-eclipsi-2026 .e26-map-grid {
  position: relative;
  height: 420px;
  overflow: hidden;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 42px 42px;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

#nacio-eclipsi-2026 .e26-total-band {
  position: absolute;
  top: 145px;
  left: -17%;
  width: 135%;
  height: 135px;
  padding: 55px 9%;
  color: var(--e26-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  white-space: nowrap;
  background: var(--e26-mint);
  box-shadow: 0 0 50px rgba(131, 242, 210, 0.28);
  transform: rotate(-8deg);
}

#nacio-eclipsi-2026 .e26-pin {
  position: absolute;
  z-index: 2;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

#nacio-eclipsi-2026 .e26-pin::before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 7px;
  content: "";
  background: var(--e26-yellow);
  border: 2px solid var(--e26-ink);
  border-radius: 50%;
}

#nacio-eclipsi-2026 .e26-pin-lleida { top: 52%; left: 28%; color: var(--e26-ink); }
#nacio-eclipsi-2026 .e26-pin-tarragona { top: 56%; left: 56%; color: var(--e26-ink); }
#nacio-eclipsi-2026 .e26-pin-barcelona { top: 23%; left: 76%; }
#nacio-eclipsi-2026 .e26-pin-amposta { top: 62%; left: 49%; color: var(--e26-ink); }

#nacio-eclipsi-2026 .e26-map-copy h3 {
  margin-bottom: 20px;
  font-size: clamp(37px, 4vw, 64px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

#nacio-eclipsi-2026 .e26-map-copy > p:last-child {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.4;
}

#nacio-eclipsi-2026 .e26-visibility-section,
#nacio-eclipsi-2026 .e26-keys-section {
  color: var(--e26-white);
  background: var(--e26-ink);
}

#nacio-eclipsi-2026 .e26-visibility-map {
  width: 100%;
  min-height: 680px;
  margin-top: 42px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

#nacio-eclipsi-2026 .e26-visibility-map iframe {
  display: block;
  width: 100%;
  height: 680px;
  border: 0;
}

#nacio-eclipsi-2026 .e26-external-link {
  margin: 18px 0 0;
}

#nacio-eclipsi-2026 .e26-external-link a {
  color: var(--e26-mint);
  font-size: 14px;
  font-weight: 700;
  text-underline-offset: 4px;
}

#nacio-eclipsi-2026 .e26-observation-section,
#nacio-eclipsi-2026 .e26-safety-section {
  color: var(--e26-ink);
  background: var(--e26-paper);
}

#nacio-eclipsi-2026 .e26-observation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 48px;
  border-top: 3px solid currentcolor;
  border-left: 1px solid rgba(5, 6, 7, 0.2);
}

#nacio-eclipsi-2026 .e26-observation-grid > article {
  min-height: 280px;
  padding: 28px;
  background: var(--e26-white);
  border-right: 1px solid rgba(5, 6, 7, 0.2);
  border-bottom: 1px solid rgba(5, 6, 7, 0.2);
}

#nacio-eclipsi-2026 .e26-observation-grid > article > span {
  display: block;
  margin-bottom: 32px;
  color: var(--e26-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

#nacio-eclipsi-2026 .e26-observation-grid h3 {
  margin-bottom: 10px;
  font-size: clamp(25px, 2.5vw, 38px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
}

#nacio-eclipsi-2026 .e26-observation-grid > article > p {
  min-height: 50px;
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 1.35;
}

#nacio-eclipsi-2026 .e26-observation-grid dl {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0;
}

#nacio-eclipsi-2026 .e26-observation-grid dl div {
  padding: 7px 9px;
  background: var(--e26-mint);
}

#nacio-eclipsi-2026 .e26-observation-grid dt,
#nacio-eclipsi-2026 .e26-observation-grid dd {
  display: inline;
  margin-bottom: 0;
  font-size: 12px;
}

#nacio-eclipsi-2026 .e26-observation-grid dt {
  font-weight: 700;
}

#nacio-eclipsi-2026 .e26-observation-grid dt::after {
  content: ": ";
}

#nacio-eclipsi-2026 .e26-observation-grid .e26-pending {
  background: #ecebe6;
}

#nacio-eclipsi-2026 .e26-source-note {
  max-width: 1100px;
  margin: 24px 0 0;
  color: rgba(5, 6, 7, 0.68);
  font-size: 13px;
  line-height: 1.55;
}

#nacio-eclipsi-2026 .e26-source-note a {
  display: inline-block;
  margin-left: 6px;
  font-weight: 700;
  text-underline-offset: 3px;
}

#nacio-eclipsi-2026 .e26-safety-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
  gap: 30px 50px;
}

#nacio-eclipsi-2026 .e26-safety-heading .e26-section-label {
  grid-column: 1 / -1;
  color: var(--e26-blue);
}

#nacio-eclipsi-2026 .e26-safety-heading > p:last-child {
  align-self: end;
  padding-left: 22px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.35;
  border-left: 5px solid var(--e26-blue);
}

#nacio-eclipsi-2026 .e26-safety-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 84px;
  border-top: 1px solid currentcolor;
  border-left: 1px solid currentcolor;
}

#nacio-eclipsi-2026 .e26-safety-grid article {
  min-height: 310px;
  padding: 28px;
  border-right: 1px solid currentcolor;
  border-bottom: 1px solid currentcolor;
}

#nacio-eclipsi-2026 .e26-safety-grid article > span {
  display: block;
  margin-bottom: 62px;
  color: var(--e26-blue);
  font-weight: 700;
}

#nacio-eclipsi-2026 .e26-safety-grid h3 {
  margin-bottom: 14px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
}

#nacio-eclipsi-2026 .e26-safety-grid p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.4;
}

#nacio-eclipsi-2026 .e26-warning {
  display: flex;
  gap: 25px;
  align-items: center;
  padding: 28px;
  margin-top: 30px;
  background: var(--e26-yellow);
}

#nacio-eclipsi-2026 .e26-warning > span {
  display: grid;
  flex: none;
  width: 52px;
  height: 52px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  background: var(--e26-ink);
  border-radius: 50%;
  place-items: center;
}

#nacio-eclipsi-2026 .e26-warning p {
  max-width: 900px;
  margin-bottom: 0;
  font-size: 17px;
}

#nacio-eclipsi-2026 .e26-key-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  border-left: 1px solid rgba(255, 255, 255, 0.45);
}

#nacio-eclipsi-2026 .e26-key-list article {
  min-height: 300px;
  padding: 36px;
  border-right: 1px solid rgba(255, 255, 255, 0.45);
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

#nacio-eclipsi-2026 .e26-key-list span {
  color: var(--e26-mint);
  font-weight: 700;
}

#nacio-eclipsi-2026 .e26-key-list h3 {
  margin: 65px 0 14px;
  font-size: clamp(34px, 4vw, 55px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.96;
}

#nacio-eclipsi-2026 .e26-key-list p {
  max-width: 520px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 1.4;
}

@media (max-width: 900px) {
  #nacio-eclipsi-2026 .e26-hero {
    grid-template-columns: 1fr;
    align-content: start;
    min-height: 820px;
  }

  #nacio-eclipsi-2026 .e26-eclipse-scene {
    position: absolute;
    right: -160px;
    bottom: -40px;
    width: 560px;
    opacity: 0.8;
  }

  #nacio-eclipsi-2026 .e26-section-heading,
  #nacio-eclipsi-2026 .e26-totality-strip,
  #nacio-eclipsi-2026 .e26-safety-heading {
    grid-template-columns: 1fr;
  }

  #nacio-eclipsi-2026 .e26-city-card {
    grid-template-columns: 1fr;
  }

  #nacio-eclipsi-2026 .e26-city-main {
    min-height: 340px;
    border-right: 0;
    border-bottom: 1px solid rgba(5, 6, 7, 0.2);
  }

  #nacio-eclipsi-2026 .e26-observation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #nacio-eclipsi-2026 .e26-safety-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  #nacio-eclipsi-2026 .e26-hero {
    min-height: 760px;
    padding-top: 52px;
  }

  #nacio-eclipsi-2026 .e26-hero h1 {
    font-size: clamp(65px, 21vw, 102px);
  }

  #nacio-eclipsi-2026 .e26-hero-deck {
    max-width: 92%;
    font-size: 18px;
  }

  #nacio-eclipsi-2026 .e26-eclipse-scene {
    right: -160px;
    bottom: 10px;
    width: 430px;
  }

  #nacio-eclipsi-2026 .e26-hero-fact {
    right: auto;
    left: 24px;
  }

  #nacio-eclipsi-2026 .e26-countdown-section,
  #nacio-eclipsi-2026 .e26-where-section,
  #nacio-eclipsi-2026 .e26-visibility-section,
  #nacio-eclipsi-2026 .e26-observation-section,
  #nacio-eclipsi-2026 .e26-safety-section,
  #nacio-eclipsi-2026 .e26-keys-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  #nacio-eclipsi-2026 .e26-section-heading h2,
  #nacio-eclipsi-2026 .e26-safety-heading h2 {
    font-size: clamp(50px, 15vw, 64px);
  }

  #nacio-eclipsi-2026 .e26-countdown {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 55px;
  }

  #nacio-eclipsi-2026 .e26-countdown > div:nth-child(2) {
    border-right: 0;
  }

  #nacio-eclipsi-2026 .e26-countdown > div:nth-child(-n + 2) {
    border-bottom: 1px solid currentcolor;
  }

  #nacio-eclipsi-2026 .e26-timeline {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  #nacio-eclipsi-2026 .e26-search-field input {
    height: 64px;
    padding-left: 18px;
    font-size: 18px;
  }

  #nacio-eclipsi-2026 .e26-city-stats {
    grid-template-columns: 1fr;
  }

  #nacio-eclipsi-2026 .e26-city-stats div {
    min-height: 100px;
    border-right: 0;
  }

  #nacio-eclipsi-2026 .e26-coverage {
    margin-top: 55px;
  }

  #nacio-eclipsi-2026 .e26-map-grid {
    height: 330px;
  }

  #nacio-eclipsi-2026 .e26-visibility-map,
  #nacio-eclipsi-2026 .e26-visibility-map iframe {
    min-height: 560px;
    height: 560px;
  }

  #nacio-eclipsi-2026 .e26-observation-grid,
  #nacio-eclipsi-2026 .e26-safety-grid,
  #nacio-eclipsi-2026 .e26-key-list {
    grid-template-columns: 1fr;
  }

  #nacio-eclipsi-2026 .e26-observation-grid > article,
  #nacio-eclipsi-2026 .e26-safety-grid article {
    min-height: 0;
  }

  #nacio-eclipsi-2026 .e26-observation-grid > article > p {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  #nacio-eclipsi-2026 *,
  #nacio-eclipsi-2026 *::before,
  #nacio-eclipsi-2026 *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
