/* Brand direction: Brazilian football owns the palette; green identifies WhatsApp. */
:root {
  --blue: #004dff;
  --yellow: #ffcd00;
  --ink: #211954;
  --deep: #071c55;
  --muted: #6b7190;
  --surface: #f8f9fc;
  --line: #e0e5f0;
  --green: #008958;
  --heading: 'Barlow Condensed', 'Arial Narrow', Impact, sans-serif;
}
.site-header {
  background: #004dfff5;
  box-shadow: 0 1px 0 #ffffff18;
  color: white;
}
.header-inner {
  position: relative;
}
.brand-mark {
  color: var(--yellow);
}
.brand-dot {
  color: var(--yellow);
}
.site-header nav {
  color: #e3eaff;
}
.site-header .button-green {
  background: white;
  color: #008958;
  box-shadow: none;
}
.site-header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 12px;
  background: var(--yellow);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.hero-stage {
  position: relative;
  isolation: isolate;
  background: #071c55;
  color: #fff;
  overflow: hidden;
}
.hero-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  opacity: 0.22;
  z-index: -2;
}
.hero-stage:after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, #06174eef, #071c5566), linear-gradient(0deg, #071c55, transparent 55%);
}
h1,
h2 {
  font-family: var(--heading);
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1.01;
}
h1 {
  font-size: clamp(3.2rem, 12.5vw, 4.5rem);
  font-weight: 800;
  margin-bottom: 20px;
}
h1 span {
  color: var(--yellow);
}
h2 {
  font-size: 2.65rem;
}
.hero {
  padding-top: 32px;
  padding-bottom: 35px;
  gap: 28px;
}
.kicker {
  color: #dbe6ff;
}
.kicker > .icon {
  color: #68e0a0;
}
.hero-description {
  color: #becbe9;
}
.hero-description strong {
  color: #fff;
  font-weight: 500;
}
.team-trigger:not(.icon-button):not(.all-teams) {
  background: #fff;
  color: #211954;
  border-color: #ffffff40;
}
.team-trigger small {
  color: #79839e;
}
.team-trigger b {
  color: #211954;
}
.team-hint {
  color: #a3b5d9;
}
.hero .offer-caption {
  color: #acbedd;
}
.hero .offer-caption b {
  color: #fff;
}
.hero-reassurance {
  color: #b6c7e7;
}
.hero-reassurance .icon {
  color: #72d99b;
}
.demo-caption {
  color: #d4e1f6;
}
.demo-tag {
  background: #ffffff13;
  color: #cbdcfa;
  box-shadow: inset 0 0 0 1px #ffffff1c;
}
.demo-disclaimer {
  color: #93a9d0;
}
.chat-app {
  color: #11241e;
  box-shadow:
    0 0 0 1px #ffffff1a,
    0 20px 50px #0003;
}
.chat-header {
  background: #075b45;
}
.chat-header strong {
  color: #fff;
}
.chat-topics button {
  color: #74837c;
}
.chat-topics button[aria-selected='true'] {
  color: #007e4e;
  background: #e4f6eb;
}
.chat-header .team-trigger > .icon {
  color: #c7e1d5;
}
.chat-app .message {
  color: #223d2a;
}
.chat-app .match-card {
  border-color: #dce2f1;
  background: #fff;
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
}
.chat-app .match-card-top {
  background: var(--blue);
  color: white;
  padding: 9px 10px;
  font-size: 0.6875rem;
  gap: 8px;
}
.chat-app .match-row {
  margin: 14px 12px 12px;
}
.chat-app .match-mid {
  color: #211954;
}
.chat-app .match-club {
  color: #211954;
}
.chat-app .venue-line {
  margin: 0 12px;
  padding: 10px 0;
  color: #52537e;
}
.chat-app .match-mid small {
  color: #8485a0;
}
.section-label {
  color: var(--blue);
}
.teams-band .section-label {
  color: var(--blue);
}
.teams-band {
  border-top: 4px solid var(--yellow);
}
.teams-band h2 {
  font-family: var(--font);
  text-transform: none;
  font-size: 1.2rem;
  letter-spacing: -0.035em;
}
.quick-team[aria-pressed='true'] {
  background: #edf2ff;
  border-color: #8caaff;
}
.quick-team[aria-pressed='true']:after {
  background: var(--blue);
}
.all-teams {
  color: var(--blue);
}
.benefits .section-heading > p:last-child {
  color: #777e97;
}
.benefit-card {
  box-shadow:
    0 0 0 1px #11275d0a,
    0 2px 4px #14205904;
}
.benefit-card h3 {
  color: #211954;
}
.benefit-card p {
  color: #78819a;
}
.feature-example {
  color: var(--blue);
  border-color: #edf0f7;
}
.feature-icon.green {
  background: #e8f6ed;
  color: #008958;
}
.feature-icon.blue {
  background: #e8eeff;
  color: var(--blue);
}
.feature-icon.yellow {
  background: #fff2b3;
  color: #89731b;
}
.expert-section {
  background: #071c55;
  border-top: 5px solid var(--yellow);
}
.expert-section .section-label {
  color: var(--yellow);
}
.expert-copy > p:not(.section-label):not(.expert-note) {
  color: #b8c8e8;
}
.expert-copy > p strong {
  color: #fff;
}
.expert-points {
  color: #d4e1f8;
}
.expert-note {
  color: #849dc8;
}
.expert-preview {
  background: #12316b;
  border-color: #ffffff1c;
  box-shadow: 0 20px 50px #020c2929;
}
.expert-preview-top small {
  color: #9db3d9;
}
.expert-preview-top > .icon {
  color: #68df9a;
}
.expert-answer {
  color: #374b42;
}
.expert-section .button-white {
  color: #008958;
}
.seasons {
  border-top: 1px solid #e0e6f0;
}
.season-image:after {
  background: linear-gradient(0deg, #051849f0 3%, #09276325 100%);
}
.season-image span {
  color: var(--yellow);
}
.season-image h2 {
  font-size: 2.2rem;
}
.season-copy h2 {
  color: #211954;
}
.season-copy > p:not(.section-label):not(.small-note) {
  color: #758098;
}
.competition-pills span {
  border-color: #d9e2fc;
  color: #3358b3;
  background: #f0f4ff;
}
.small-note {
  color: #8e96ab;
}
.preferences-section {
  background: #eef2fa;
  border-color: #dfe5f2;
}
.preferences-card {
  border-color: #dae2f0;
}
.preferences-title > .icon {
  color: var(--blue);
}
.mode-option input:checked + .custom-radio {
  border-color: var(--blue);
}
.mode-option input:checked + .custom-radio:after {
  background: var(--blue);
}
.mode-badge {
  background: #fff4bd;
  color: #927a13;
}
.preference-status {
  background: #f0f4ff;
  color: #607aac;
}
.preferences-grid > div > p:not(.section-label) {
  color: #778299;
}
.mode-option small {
  color: #8993a7;
}
.plan-section {
  position: relative;
  isolation: isolate;
}
.plan-section:before {
  content: '';
  position: absolute;
  inset: 0 calc((100% - 100vw) / 2);
  background: var(--yellow);
  z-index: -1;
}
.plan-section .section-heading > p:last-child {
  color: #575d53;
}
.plan-section .section-label {
  color: #1945b7;
}
.plan-card {
  box-shadow:
    0 0 0 1px #173d7110,
    0 15px 40px #9b7a1318;
}
.plan-card h3 {
  color: #211954;
}
.plan-price > div {
  color: #211954;
}
.trial-pill {
  background: #fff3b3;
  border-color: #f3da6c;
  color: #8a7010;
}
.plan-card li {
  color: #66738d;
}
.plan-price p {
  color: #8a93a6;
}
.plan-price .price-prefix {
  color: #8491a9;
}
.faq {
  padding-top: 55px;
}
.faq summary {
  color: #211954;
}
.faq details p {
  color: #7d879e;
}
.faq-list {
  border-color: #e0e5f0;
}
.final-section {
  background: var(--blue);
  color: white;
}
.final-inner h2 {
  font-size: 2.8rem;
}
.final-inner > p {
  color: #c6d7ff;
}
.final-inner > small {
  color: #a7c3ff;
}
.final-wa {
  background: #fff;
  color: #008958;
}
.final-inner .button-green {
  background: #fff;
  color: #008958;
}
.footer-main .brand {
  color: #211954;
}
.footer-main .brand-mark,
.footer-main .brand-dot {
  color: var(--blue);
}
.footer-main > a:last-child {
  color: var(--blue);
}
.footer-main p,
.footer-legal {
  color: #8a95ac;
}
.mobile-dock {
  border-top: 3px solid var(--yellow);
  background: #fffffff2;
}
.mobile-dock strong {
  color: #211954;
}
.mobile-dock small {
  color: #7a86a1;
}
.bottom-sheet h2 {
  color: #211954;
  font-family: var(--font);
  text-transform: none;
  line-height: 1.15;
  font-size: 1.65rem;
  letter-spacing: -0.04em;
}
.team-option[aria-pressed='true'] {
  border-color: #9ab6ff;
  background: #edf3ff;
  color: var(--blue);
}
.bottom-sheet .section-label {
  color: var(--blue);
}
.fixture-section {
  display: grid;
  gap: 30px;
}
.fixture-copy > p:not(.section-label) {
  font-size: 1rem;
  color: #788199;
  line-height: 1.8;
}
.fixture-copy h2 {
  color: #211954;
}
.fixture-connection {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin: 23px 0;
  font-size: 0.75rem;
  font-weight: 700;
}
.fixture-connection > span {
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 9px;
  padding: 9px 10px;
}
.fixture-connection .icon {
  width: 17px;
  height: 17px;
}
.football-chip {
  background: #eaf0ff;
  color: var(--blue);
}
.whatsapp-chip {
  background: #e4f4e9;
  color: #008958;
}
.fixture-connection > .icon {
  color: #9daac2;
}
.fixture-copy > .button {
  font-size: 0.875rem;
}
.fixture-table {
  background: white;
  border-radius: 22px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px #10215416,
    0 14px 35px #12357208;
}
.fixture-table > header {
  background: var(--blue);
  color: white;
  padding: 19px 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 4px solid var(--yellow);
}
.fixture-table > header span {
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.6px;
}
.fixture-table h3 {
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  margin: 3px 0 0;
}
.fixture-header-crest {
  display: grid;
  place-items: center;
  background: white;
  border-radius: 12px;
  width: 48px;
  height: 51px;
}
.fixture-header-crest img {
  width: 31px;
  height: 37px;
  object-fit: contain;
}
.fixture-row {
  padding: 18px 22px 17px;
  text-align: center;
  border-bottom: 1px solid #e2e4ed;
}
.fixture-meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #7583a6;
  font-size: 0.625rem;
  font-weight: 750;
  letter-spacing: 0.5px;
}
.fixture-meta > span:first-child {
  color: var(--blue);
}
.fixture-teams {
  display: grid;
  grid-template-columns: 1fr 24px 1fr;
  align-items: center;
  margin: 15px 0 13px;
}
.fixture-teams .match-club {
  flex-direction: row;
  justify-content: center;
  gap: 9px;
  font-size: 1rem;
  color: #24175c;
  font-weight: 800;
}
.fixture-teams img {
  width: 31px;
  height: 36px;
}
.fixture-versus {
  color: #9694a9;
  font-size: 1rem;
}
.fixture-date {
  display: block;
  font-size: 0.875rem;
  color: #211954;
}
.fixture-venue {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 0.75rem;
  color: #7580a0;
  margin: 4px 0 0;
}
.fixture-venue .icon {
  width: 14px;
  height: 14px;
}
.fixture-disclaimer {
  font-size: 0.6875rem;
  line-height: 1.6;
  color: #8792ab;
  padding: 13px 18px;
  margin: 0;
  background: #f6f8fd;
  border-bottom: 5px solid var(--blue);
  text-align: center;
}
@media (min-width: 600px) {
  h1 {
    font-size: 4.4rem;
  }
  h2 {
    font-size: 3.2rem;
  }
  .hero {
    padding-block: 50px;
  }
  .fixture-table {
    max-width: 470px;
    width: 100%;
    margin-inline: auto;
  }
}
@media (min-width: 960px) {
  .header-inner {
    height: 86px;
  }
  .site-header:before {
    width: 30px;
  }
  h1 {
    font-size: clamp(4.3rem, 6.4vw, 5.8rem);
  }
  h2 {
    font-size: 3.7rem;
  }
  .hero {
    padding-top: 60px;
    padding-bottom: 70px;
    gap: 65px;
  }
  .hero-description {
    font-size: 1.0625rem;
  }
  .hero-copy {
    align-self: center;
  }
  .expert-section h2 {
    font-size: 3.5rem;
  }
  .season-image h2 {
    font-size: 2.8rem;
  }
  .fixture-section {
    grid-template-columns: 1.1fr 1fr;
    gap: 100px;
    align-items: center;
  }
  .fixture-copy h2 {
    font-size: 3.55rem;
  }
  .fixture-copy > p:not(.section-label) {
    max-width: 480px;
  }
  .fixture-table {
    max-width: 430px;
    justify-self: end;
    margin: 0;
  }
  .fixture-row {
    padding-block: 20px;
  }
  .fixture-meta {
    font-size: 0.6875rem;
  }
  .fixture-teams .match-club {
    font-size: 1.2rem;
  }
  .fixture-teams img {
    width: 36px;
    height: 40px;
  }
  .fixture-teams {
    margin-block: 17px;
  }
  .fixture-date {
    font-size: 0.9375rem;
  }
  .fixture-venue {
    font-size: 0.8125rem;
  }
  .fixture-connection {
    font-size: 0.8125rem;
  }
  .fixture-copy > .button {
    margin-top: 7px;
  }
  .faq {
    padding-top: 75px;
  }
  .faq h2 {
    font-size: 3.3rem;
  }
  .final-inner h2 {
    font-size: 3.8rem;
  }
  .section-heading > p:last-child {
    color: #73809b;
  }
  .site-header nav > a:hover {
    color: var(--yellow);
  }
}
@media (prefers-reduced-transparency: reduce) {
  .site-header {
    background: #004dff;
  }
  .mobile-dock {
    background: #fff;
  }
}
@media (prefers-contrast: more) {
  .hero-description,
  .demo-disclaimer,
  .expert-note {
    color: #d6e1ff;
  }
  .benefit-card p,
  .fixture-copy > p:not(.section-label),
  .small-note,
  details p {
    color: #495a7e;
  }
}
