:root {
  --page-bg: #eef6fb;
  --card-bg: #ffffff;
  --primary: #1685bf;
  --primary-dark: #0f5e87;
  --accent: #f3a51b;
  --text: #1f2a35;
  --muted: #5e6a75;
  --border: #2f86c9;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.95), transparent 35%),
    linear-gradient(180deg, #d9edf8 0%, var(--page-bg) 52%, #f7fbfe 100%);
}

img {
  display: block;
  max-width: 100%;
}

.page-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 26px auto;
}

.hero {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 24px;
  align-items: center;
  padding: 28px 34px;
  border-radius: 26px;
  background: linear-gradient(135deg, #0d78ac 0%, #28a1d5 55%, #6bd0ee 100%);
  box-shadow: 0 18px 40px rgba(18, 94, 134, 0.18);
  color: #ffffff;
}

.eyebrow {
  margin: 0 0 10px;
  font-family: "Trebuchet MS", "Gill Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d7f4ff;
}

.hero h1 {
  margin: 0;
  font-family: "Trebuchet MS", "Gill Sans", sans-serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 800;
  line-height: 1.05;
  text-shadow: 3px 3px 0 rgba(7, 61, 88, 0.28);
}

.credit-line {
  margin: 10px 0 0;
  font-family: "Trebuchet MS", "Gill Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff6cb;
}

.hero-text {
  margin: 16px 0 0;
  max-width: 62ch;
  font-size: 1.1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.94);
}

.hero-visual {
  position: relative;
}

.hero-image {
  justify-self: end;
  width: min(100%, 390px);
  filter: drop-shadow(0 18px 26px rgba(8, 57, 84, 0.25));
}

.hero-stamp {
  position: absolute;
  right: 14px;
  bottom: 14px;
  margin: 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(15, 94, 135, 0.88);
  font-family: "Trebuchet MS", "Gill Sans", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  color: #ffffff;
}

.layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: 20px;
  margin-top: 22px;
  align-items: start;
}

.content-card {
  padding: 26px 24px 28px;
  border: 3px dashed var(--border);
  border-radius: 26px;
  background: var(--card-bg);
  box-shadow: 0 10px 26px rgba(26, 97, 137, 0.08);
}

.content-card h2,
.sidebar h3 {
  margin-top: 0;
  margin-bottom: 14px;
  font-family: "Trebuchet MS", "Gill Sans", sans-serif;
  font-weight: 800;
  color: #102f46;
}

.content-card h2 {
  font-size: 2rem;
}

.columns {
  column-count: 2;
  column-gap: 28px;
}

.columns p {
  margin: 0 0 14px;
  font-size: 1.08rem;
  line-height: 1.75;
  text-align: justify;
}

.image-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 22px;
  align-items: start;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #d9eaf4;
}

.image-copy p,
.highlight-box p,
.fact-card li,
.fact-card p {
  font-size: 1.04rem;
  line-height: 1.7;
}

.mini-credit {
  margin-top: 14px;
  font-style: italic;
  color: var(--primary-dark);
}

.highlight-box {
  margin-top: 26px;
  padding: 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fff8e8 0%, #fff2cf 100%);
}

.closing-credit {
  margin-top: 12px;
  font-weight: 700;
  color: #7b5c19;
}

.sidebar {
  display: grid;
  gap: 16px;
}

.fact-card {
  padding: 18px 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #cfe2ee;
  box-shadow: 0 8px 20px rgba(26, 97, 137, 0.08);
}

.fact-card h3 {
  font-size: 1.25rem;
}

.fact-card ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.fact-card li + li {
  margin-top: 8px;
}

.credit-card p {
  margin: 0;
}

.regions-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.region-card {
  min-height: 190px;
  padding: 14px 14px 16px;
  border-radius: 20px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.region-card h3 {
  margin: 10px 0 6px;
  font-family: "Trebuchet MS", "Gill Sans", sans-serif;
  font-size: 1.05rem;
  line-height: 1.2;
  color: #173148;
}

.region-card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #314b5f;
}

.region-blue {
  background: linear-gradient(180deg, #dff2ff 0%, #cbe9fb 100%);
}

.region-yellow {
  background: linear-gradient(180deg, #fff7d9 0%, #fff0bb 100%);
}

.region-green {
  background: linear-gradient(180deg, #e5f7df 0%, #d3efc7 100%);
}

.region-purple {
  background: linear-gradient(180deg, #efe7ff 0%, #e4d7ff 100%);
}

.region-icon {
  position: relative;
  width: 92px;
  height: 78px;
  margin: 0 auto;
}

.icon-rain::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  width: 52px;
  height: 28px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: -14px 6px 0 2px #ffffff;
}

.icon-rain::after {
  content: "";
  position: absolute;
  left: 26px;
  bottom: 2px;
  width: 40px;
  height: 24px;
  border-left: 5px solid #42a5f5;
  border-right: 5px solid #42a5f5;
  transform: skew(-25deg);
}

.icon-sun::before {
  content: "";
  position: absolute;
  inset: 14px;
  background: #ffc52f;
  clip-path: polygon(50% 0%, 64% 35%, 100% 50%, 64% 64%, 50% 100%, 35% 64%, 0% 50%, 35% 35%);
}

.icon-forest::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 12px;
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-bottom: 42px solid #4ea85a;
}

.icon-forest::after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: 10px;
  width: 14px;
  height: 24px;
  border-radius: 8px;
  background: #7f5a3a;
}

.icon-cold::before,
.icon-cold::after {
  content: "";
  position: absolute;
  border-radius: 14px;
  background: #88a0f4;
}

.icon-cold::before {
  left: 14px;
  top: 18px;
  width: 34px;
  height: 44px;
}

.icon-cold::after {
  right: 14px;
  top: 8px;
  width: 34px;
  height: 54px;
  background: #6f86dc;
}

.page-footer {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #cfe2ee;
  text-align: center;
  box-shadow: 0 8px 20px rgba(26, 97, 137, 0.08);
}

.page-footer p {
  margin: 0;
  font-family: "Trebuchet MS", "Gill Sans", sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--primary-dark);
}

@media (max-width: 920px) {
  .hero,
  .layout,
  .image-section {
    grid-template-columns: 1fr;
  }

  .hero-image {
    justify-self: center;
  }

  .hero-stamp {
    right: 50%;
    transform: translateX(50%);
    bottom: 10px;
  }

  .sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .page-shell {
    width: min(100% - 18px, 1120px);
    margin: 10px auto 18px;
  }

  .hero,
  .content-card {
    padding: 18px;
    border-radius: 20px;
  }

  .columns {
    column-count: 1;
  }

  .content-card h2 {
    font-size: 1.65rem;
  }

  .regions-board {
    grid-template-columns: 1fr;
  }

  .region-card {
    min-height: auto;
  }

  .sidebar {
    grid-template-columns: 1fr;
  }
}
