*, *::before, *::after { box-sizing: border-box; }
    body {
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
      font-size: 17px;
      line-height: 1.7;
      color: #1a1a1a;
      background: #ffffff;
      margin: 0;
      padding: 0;
    }
    a { color: #1a73e8; text-decoration: none; }
    a:hover { text-decoration: underline; }
    h1 { font-size: 2.2rem; font-weight: 800; line-height: 1.2; margin: 0 0 0.6rem; color: #0d0d0d; }
    h2 { font-size: 1.5rem; font-weight: 700; margin: 2rem 0 0.75rem; color: #0d0d0d; }
    p { margin: 0 0 1rem; }

    header { background: #0d0d0d; padding: 0.75rem 1.5rem; position: sticky; top: 0; z-index: 1000; border-bottom: 3px solid #e53935; }
    .header-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; }
    .site-name { font-size: 1.15rem; font-weight: 700; color: #fff; display: flex; align-items: center; gap: 0.5rem; }
    .site-logo { height: 28px; width: auto; border-radius: 50%; }
    nav { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
    nav a { color: #ccc; font-size: 0.85rem; font-weight: 500; }
    nav a:hover { color: #fff; text-decoration: none; }
    .cta-btn { background: #e53935; color: #fff !important; padding: 0.4rem 0.9rem; border-radius: 4px; font-weight: 600; font-size: 0.85rem; }
    .cta-btn:hover { background: #b71c1c; text-decoration: none; }
    .lang-switch { border: 1px solid #555; padding: 0.2rem 0.5rem; border-radius: 3px; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; }


.ice-spotted-ad-slot {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.25rem auto 0.75rem;
  width: 728px;
  max-width: 100%;
  height: 90px;
  overflow: hidden;
}

@media (max-width: 959px) {
  .ice-spotted-ad-slot {
    width: 300px;
    height: 250px;
  }
}

.ice-spotted-inline-ad {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.75rem auto;
  width: 300px;
  max-width: 100%;
  height: 250px;
  overflow: hidden;
}

    .hub-page { max-width: 900px; margin: 0 auto; padding: 2rem 1.5rem 3rem; }
    .intro-box {
      background: #f7f9fc;
      border: 1px solid #e6ebf3;
      border-radius: 8px;
      padding: 1.1rem 1.25rem;
      margin: 1.2rem 0 1.5rem;
    }
    .link-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0.75rem;
      margin-top: 0.75rem;
    }
    @media (min-width: 700px) {
      .link-grid { grid-template-columns: 1fr 1fr; }
    }
    .link-card {
      border: 1px solid #e1e5eb;
      border-radius: 8px;
      padding: 0.85rem 1rem;
      background: #fff;
    }
    .link-card h3 {
      margin: 0 0 0.35rem;
      font-size: 1.03rem;
      color: #0d0d0d;
    }
    .link-card p {
      margin: 0;
      font-size: 0.9rem;
      color: #444;
    }
    .bullet-links { padding-left: 1.2rem; }
    .bullet-links li { margin-bottom: 0.5rem; }

    footer { background: #f5f5f5; border-top: 1px solid #e0e0e0; padding: 1.5rem; text-align: center; color: #888; font-size: 0.85rem; }
    footer a { color: #1a73e8; }
