* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f3f7f4;
  color: #10211c;
  font: 16px/1.72 Inter, Arial, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

p {
  color: #435950;
}

.shell {
  width: min(1240px, calc(100% - 36px));
  margin: auto;
}

.topline {
  background: #09251f;
  color: #d8fff1;
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.topline .shell {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(243, 247, 244, .92);
  border-bottom: 1px solid #d9e4de;
  backdrop-filter: blur(14px);
}

.nav-inner {
  height: 82px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
}

.brand img {
  width: auto;
  height: 48px;
  max-width: 180px;
  object-fit: contain;
}

.menu {
  display: flex;
  justify-content: center;
  gap: 24px;
  color: #39514a;
  font-size: 14px;
  font-weight: 800;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 6px;
  background: #0bbf8a;
  color: #031811;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(11, 191, 138, .18);
}

.btn.alt {
  background: #10211c;
  color: #ffffff;
}

.hero {
  padding: 42px 0 72px;
  background:
    linear-gradient(90deg, rgba(11, 191, 138, .12), transparent 34%),
    linear-gradient(180deg, #ffffff, #edf5ef);
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 28px;
  align-items: stretch;
}

.hero-copy {
  min-height: 560px;
  display: grid;
  align-content: end;
  padding: 46px;
  border: 1px solid #d8e4de;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(3, 24, 17, .1), rgba(3, 24, 17, .74)),
    url("../images/interbahis-hero.png") center/cover;
  color: #ffffff;
  overflow: hidden;
}

.kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(11, 191, 138, .16);
  color: #88ffd7;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

h1 {
  max-width: 780px;
  margin: 0 0 18px;
  font-size: clamp(44px, 7vw, 92px);
  line-height: .92;
  letter-spacing: 0;
}

.hero-copy p {
  max-width: 760px;
  color: #e6fff4;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.side-board {
  display: grid;
  gap: 14px;
}

.score-card,
.ticket-card,
.quick-card,
.article-card,
.faq details {
  border: 1px solid #d8e4de;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(21, 49, 38, .06);
}

.score-card {
  padding: 20px;
}

.score-card h2,
.ticket-card h2 {
  margin: 0 0 14px;
  font-size: 24px;
}

.match {
  display: grid;
  gap: 8px;
  padding: 14px 0;
  border-top: 1px solid #e5eee8;
}

.match:first-of-type {
  border-top: 0;
}

.match strong {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.odds {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.odds span {
  display: grid;
  place-items: center;
  min-height: 38px;
  border-radius: 6px;
  background: #eef8f3;
  color: #0b6b51;
  font-weight: 950;
}

.ticket-card {
  padding: 20px;
  background: #10211c;
  color: #ffffff;
}

.ticket-card p {
  color: #cce9df;
}

.ticket-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.section {
  padding: 78px 0;
}

.section.alt {
  background: #ffffff;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(280px, .25fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.02;
  letter-spacing: 0;
}

.section-head p {
  margin: 0;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.quick-card {
  min-height: 230px;
  padding: 22px;
}

.quick-card b {
  display: block;
  margin-bottom: 12px;
  color: #0bbf8a;
  font-size: 14px;
  text-transform: uppercase;
}

.feature-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: center;
}

.feature-image {
  height: 470px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #d8e4de;
}

.feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-copy {
  padding: 34px;
  border-radius: 8px;
  background: #09251f;
  color: #ffffff;
}

.feature-copy p {
  color: #d2efe4;
}

.ledger {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 20px;
}

.ledger-nav {
  position: sticky;
  top: 110px;
  align-self: start;
  padding: 20px;
  border-radius: 8px;
  background: #10211c;
  color: #ffffff;
}

.ledger-nav a {
  display: block;
  padding: 11px 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: #d8fff1;
  font-weight: 850;
}

.article-stack {
  display: grid;
  gap: 16px;
}

.article-card {
  padding: 26px;
}

.article-card h3 {
  margin: 0 0 10px;
  font-size: 25px;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.stats-row div {
  padding: 18px;
  border-radius: 8px;
  background: #eef8f3;
}

.stats-row b {
  display: block;
  color: #0b6b51;
  font-size: 28px;
}

.faq {
  background: #09251f;
  color: #ffffff;
}

.faq .section-head p {
  color: #d2efe4;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.faq details {
  padding: 20px;
  background: rgba(255, 255, 255, .07);
  border-color: rgba(255, 255, 255, .14);
}

.faq summary {
  cursor: pointer;
  font-weight: 950;
}

.faq p {
  color: #d2efe4;
}

footer {
  padding: 38px 0;
  background: #061611;
  color: #a8c8bd;
}

@media (max-width: 960px) {
  .menu {
    display: none;
  }

  .nav-inner,
  .hero-layout,
  .section-head,
  .feature-strip,
  .ledger,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .quick-grid,
  .stats-row {
    grid-template-columns: 1fr 1fr;
  }

  .hero-copy {
    min-height: 460px;
    padding: 28px;
  }
}

@media (max-width: 620px) {
  .quick-grid,
  .stats-row,
  .odds {
    grid-template-columns: 1fr;
  }
}
