:root {
  font-size: 16px;
  --font: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --ink: #11241e;
  --muted: #697871;
  --green: #008958;
  --bright: #21c985;
  --deep: #063e2f;
  --pale: #e9f7ef;
  --surface: #f7f9f8;
  --line: #e3eae6;
  --blue: #225ddd;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.65;
  font-optical-sizing: auto;
}
button,
input,
select {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
}
button,
a,
summary,
input {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid #2587f1;
  outline-offset: 4px;
}
button {
  color: inherit;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  line-height: 1.16;
  letter-spacing: -0.045em;
}
h1,
h2 {
  font-weight: 800;
  text-wrap: balance;
}
h1 {
  font-size: 2.65rem;
  margin-bottom: 20px;
  line-height: 1.13;
}
h1 span {
  color: var(--green);
}
h2 {
  font-size: 2rem;
  margin-bottom: 19px;
}
h3 {
  font-size: 1.18rem;
  letter-spacing: -0.025em;
  font-weight: 750;
}
.wrap {
  width: min(1200px, calc(100% - 36px));
  margin-inline: auto;
}
.svg-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.site-header {
  position: sticky;
  top: 0;
  background: #f7f9f8ed;
  backdrop-filter: blur(18px) saturate(150%);
  z-index: 20;
  box-shadow: 0 1px 0 #10251a08;
}
.header-inner {
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand {
  font-size: 2rem;
  letter-spacing: -0.08em;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  line-height: 1;
}
.brand-dot {
  color: var(--green);
  margin-left: -6px;
}
.brand-mark {
  width: 31px;
  height: 34px;
  color: var(--green);
  display: grid;
  place-items: center;
  margin-right: 0;
}
.brand-mark .icon {
  width: 29px;
  height: 29px;
  stroke-width: 1.9;
}
.site-header nav {
  display: none;
}
.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 750;
  font-size: 0.875rem;
  border: 0;
  border-radius: 14px;
  padding: 15px 20px;
  line-height: 1.35;
  transition:
    transform 160ms var(--ease-out),
    background-color 160ms ease;
  white-space: normal;
  text-align: center;
}
.button:active {
  transform: scale(0.97);
  transition-duration: 100ms;
}
.button-green {
  background: var(--green);
  color: white;
  box-shadow:
    0 3px 5px #004d2510,
    0 0 0 1px #00271c0d;
}
.button-white {
  background: white;
  color: var(--deep);
}
.button-compact {
  min-height: 42px;
  padding: 10px 13px;
  font-size: 0.8125rem;
  border-radius: 12px;
  gap: 8px;
}
.button-compact .icon {
  width: 19px;
  height: 19px;
}
.icon-button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  background: none;
  border-radius: 50%;
  flex-shrink: 0;
  transition: background 0.16s;
}
.hero {
  padding-block: 34px 36px;
  display: grid;
  gap: 33px;
}
.kicker {
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.005em;
  color: var(--green);
  display: flex;
  gap: 7px;
  align-items: center;
  margin-bottom: 18px;
}
.kicker .icon {
  width: 19px;
  height: 19px;
}
.hero-description {
  font-size: 1rem;
  line-height: 1.75;
  color: #67756f;
  max-width: 505px;
  margin-bottom: 21px;
}
.hero-description strong {
  font-weight: 600;
  color: #3b4c43;
}
.hero-team {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 22px;
}
.team-trigger {
  cursor: pointer;
}
.team-trigger.team-trigger {
  touch-action: manipulation;
}
.team-trigger:not(.icon-button):not(.all-teams) {
  border: 1px solid #e1e9e4;
  box-shadow: 0 2px 3px #14271c04;
  display: flex;
  align-items: center;
  gap: 11px;
  border-radius: 14px;
  background: #fff;
  padding: 10px 13px;
  text-align: left;
  min-height: 64px;
}
.team-trigger small {
  font-size: 0.75rem;
  display: block;
  color: #7c8881;
  line-height: 1.45;
}
.team-trigger b {
  font-size: 0.875rem;
  font-weight: 750;
}
.team-trigger > .icon {
  margin-left: 15px;
  color: #718179;
  width: 18px;
}
.team-crest {
  width: 32px;
  height: 39px;
  display: grid;
  place-items: center;
}
.team-crest img {
  width: 32px;
  height: 39px;
  object-fit: contain;
}
.team-hint {
  font-size: 0.75rem;
  line-height: 1.6;
  color: #8a958f;
}
.hero-cta .button {
  width: 100%;
  justify-content: space-between;
}
.hero-cta .button > .icon:last-child {
  width: 19px;
}
.offer-caption {
  font-size: 0.75rem;
  text-align: center;
  color: #7b8880;
  margin: 10px 0 0;
}
.offer-caption b {
  font-weight: 700;
  color: #465a4e;
}
.hero-reassurance {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 17px;
  font-size: 0.75rem;
  color: #6b7c70;
}
.hero-reassurance > span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.hero-reassurance .icon {
  width: 15px;
  height: 15px;
  color: var(--green);
}
.conversation-demo {
  min-width: 0;
  scroll-margin-top: 90px;
}
.demo-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.75rem;
  font-weight: 650;
  color: #5f7066;
  margin-bottom: 10px;
}
.demo-tag {
  color: #6b7e71;
  font-size: 0.75rem;
  background: #e9efeb;
  border-radius: 100px;
  padding: 4px 9px;
  font-weight: 500;
  white-space: nowrap;
}
.chat-app {
  background: #f2f4f0;
  border-radius: 22px;
  box-shadow:
    0 3px 9px #132f2010,
    0 16px 55px #133a1914,
    0 0 0 1px #0a2b1810;
  overflow: hidden;
}
.chat-header {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 17px 14px;
  background: #075b45;
  color: white;
}
.chat-avatar {
  width: 44px;
  height: 44px;
  position: relative;
  flex-shrink: 0;
  background: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.chat-avatar > span {
  display: grid;
  place-items: center;
}
.chat-avatar img {
  width: 29px;
  height: 33px;
  object-fit: contain;
}
.wa-mini.icon {
  position: absolute;
  bottom: -2px;
  right: -3px;
  width: 18px;
  height: 18px;
  background: #1bc57c;
  border: 2px solid #075b45;
  border-radius: 50%;
  padding: 1px;
  color: white;
}
.chat-header > div {
  flex: 1;
  min-width: 0;
}
.chat-header strong {
  font-size: 0.875rem;
  line-height: 1.4;
  display: block;
  overflow-wrap: anywhere;
}
.chat-header small {
  display: block;
  font-size: 0.75rem;
  color: #bddbd1;
  line-height: 1.5;
  margin-top: 2px;
}
.chat-separator {
  color: #69a990;
  padding: 0 3px;
}
.chat-header .icon-button {
  color: #ccdfd8;
  width: 32px;
  min-width: 32px;
}
.chat-topics {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  background: white;
  padding: 8px 8px;
  gap: 3px;
  border-bottom: 1px solid #e2ebe5;
}
.chat-topics::-webkit-scrollbar {
  display: none;
}
.chat-topics button {
  background: none;
  border: 0;
  border-radius: 8px;
  min-height: 37px;
  white-space: nowrap;
  flex: 1;
  padding: 9px 8px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #839087;
  transition:
    background 160ms ease,
    color 160ms ease;
}
.chat-topics button[aria-selected='true'] {
  background: #e4f6eb;
  color: #007f4b;
}
.chat-scroll {
  padding: 14px 13px 17px;
  min-height: 340px;
  background: #edf2eb;
}
.example-label {
  font-size: 0.75rem;
  letter-spacing: 0.25px;
  color: #7f8c7b;
  display: block;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.5;
}
.chat-content {
  min-height: 284px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
}
.message {
  max-width: 96%;
  padding: 13px 14px 9px;
  box-shadow: 0 1px 1px #30463314;
  line-height: 1.6;
  position: relative;
  font-size: 0.8125rem;
}
.message.incoming {
  background: #fff;
  border-radius: 3px 13px 13px 13px;
  align-self: flex-start;
}
.message.outgoing {
  background: #d9f8c8;
  border-radius: 13px 3px 13px 13px;
  align-self: flex-end;
  max-width: 91%;
  padding-block: 11px 8px;
}
.message p {
  margin: 5px 0 0;
}
.message strong {
  font-weight: 750;
}
.message-time {
  display: block;
  text-align: right;
  font-size: 0.75rem;
  line-height: 1.3;
  color: #8a9588;
  margin-top: 5px;
}
.message-time span {
  color: #62b6d8;
  margin-left: 5px;
}
.match-card {
  margin-top: 10px;
  border-radius: 10px;
  background: #f5f8f6;
  border: 1px solid #e6ece6;
  padding: 12px;
}
.match-card-top {
  font-size: 0.75rem;
  letter-spacing: 0.6px;
  color: #87948b;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-weight: 700;
}
.match-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 14px;
  align-items: center;
  margin: 13px 0 9px;
  text-align: center;
}
.match-club {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-size: 0.75rem;
  font-weight: 700;
}
.match-club img {
  width: 35px;
  height: 40px;
  object-fit: contain;
}
.match-mid {
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1.1;
  color: #17392a;
  white-space: nowrap;
}
.match-mid small {
  font-size: 0.75rem;
  display: block;
  font-weight: 500;
  color: #8c968c;
  letter-spacing: 0;
  margin-top: 7px;
}
.venue-line {
  font-size: 0.75rem;
  color: #778578;
  border-top: 1px solid #e1e8df;
  padding-top: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.venue-line .icon {
  width: 13px;
  height: 13px;
}
.question-category {
  font-size: 0.75rem;
  color: #148153;
  letter-spacing: 0.5px;
  font-weight: 750;
  margin-bottom: 6px;
  display: block;
}
.prompt-suggestions {
  display: flex;
  gap: 7px;
  padding: 11px 10px 8px;
  overflow: auto;
  scrollbar-width: none;
  background: #f6f8f4;
  border-top: 1px solid #e6ece4;
}
.prompt-suggestions button {
  white-space: nowrap;
  border: 1px solid #dce7dc;
  border-radius: 100px;
  padding: 7px 10px;
  background: white;
  color: #54725b;
  font-size: 0.75rem;
  min-height: 34px;
}
.chat-composer {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 3px 10px 12px;
  background: #f6f8f4;
}
.chat-composer input {
  min-width: 0;
  flex: 1;
  border: 1px solid #e1e8df;
  border-radius: 100px;
  background: white;
  padding: 12px 15px;
  font-size: 1rem;
  height: 45px;
  color: var(--ink);
}
.chat-composer input::placeholder {
  font-size: 0.8125rem;
  color: #9ba69b;
}
.send-button {
  width: 44px;
  height: 44px;
  border: 0;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: var(--green);
  color: white;
  border-radius: 50%;
  transition: transform 160ms var(--ease-out);
}
.send-button:active {
  transform: scale(0.95);
}
.send-button .icon {
  width: 19px;
  height: 19px;
  transform: translateX(1px);
}
.demo-disclaimer {
  font-size: 0.75rem;
  line-height: 1.6;
  color: #94a095;
  text-align: center;
  margin: 11px 7px 0;
}
.teams-band {
  background: white;
  border-block: 1px solid var(--line);
  padding-block: 28px;
}
.teams-band-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.section-label {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 1.1px;
  color: var(--green);
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  line-height: 1.6;
}
.teams-band h2 {
  font-size: 1.25rem;
  letter-spacing: -0.035em;
  margin-bottom: 0;
}
.teams-band .section-label {
  font-size: 0.75rem;
  margin-bottom: 7px;
}
.quick-teams {
  display: flex;
  gap: 9px;
  width: 100%;
  overflow-x: auto;
  padding: 2px 2px 5px;
  scrollbar-width: none;
}
.quick-team {
  border: 1px solid #e3eae4;
  min-width: 54px;
  width: 54px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: white;
  position: relative;
  transition:
    background 160ms ease,
    transform 160ms var(--ease-out);
}
.quick-team img {
  width: 31px;
  height: 36px;
  object-fit: contain;
}
.quick-team[aria-pressed='true'] {
  border-color: #83c7a1;
  background: #edf9f0;
}
.quick-team[aria-pressed='true']:after {
  content: '';
  position: absolute;
  bottom: 4px;
  width: 4px;
  height: 4px;
  background: var(--green);
  border-radius: 50%;
}
.quick-team:active {
  transform: scale(0.95);
}
.all-teams {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--green);
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  border: 0;
  background: none;
  padding: 0;
}
.all-teams .icon {
  width: 17px;
  height: 17px;
}
.section {
  padding-block: 60px;
}
.section-heading {
  margin-bottom: 30px;
}
.section-heading > p:last-child {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 0;
}
.benefit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.benefit-card {
  background: white;
  border: 0;
  border-radius: 18px;
  padding: 19px 15px;
  text-align: left;
  box-shadow:
    0 0 0 1px #0e332408,
    0 2px 4px #19381c04;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition:
    transform 180ms var(--ease-out),
    box-shadow 180ms ease;
  min-width: 0;
}
.feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}
.feature-icon .icon {
  width: 22px;
  height: 22px;
}
.green {
  background: #e2f7e9;
  color: #00865b;
}
.blue {
  background: #eaf0ff;
  color: #3468df;
}
.yellow {
  background: #fff7d4;
  color: #97801c;
}
.rose {
  background: #fff0ee;
  color: #d47367;
}
.purple {
  background: #f0ecff;
  color: #8170c3;
}
.benefit-card h3 {
  font-size: 1rem;
  margin-bottom: 12px;
  line-height: 1.35;
  letter-spacing: -0.035em;
}
.benefit-card p {
  font-size: 0.8125rem;
  line-height: 1.7;
  color: #7b897f;
  margin: 0 0 18px;
}
.feature-example {
  font-size: 0.75rem;
  color: #3f7256;
  font-weight: 650;
  margin-top: auto;
  padding-top: 13px;
  border-top: 1px solid #edf1ed;
  line-height: 1.5;
  width: 100%;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
}
.feature-example .icon {
  width: 15px;
  height: 15px;
}
.expert-section {
  background: var(--deep);
  color: #fff;
  padding-block: 55px;
  position: relative;
}
.expert-grid {
  display: grid;
  gap: 32px;
}
.section-label.light {
  color: #90c7a9;
}
.section-label.light .icon {
  width: 17px;
  height: 17px;
}
.expert-copy > p:not(.section-label):not(.expert-note) {
  color: #b2cec0;
  font-size: 1rem;
  line-height: 1.8;
}
.expert-copy > p strong {
  color: #e5f3e9;
  font-weight: 500;
}
.expert-points {
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: 0.8125rem;
  color: #d2e9db;
  margin-block: 24px;
}
.expert-points > span {
  display: flex;
  gap: 9px;
  align-items: center;
}
.expert-points .icon {
  width: 17px;
  height: 17px;
  color: #67d399;
}
.expert-note {
  font-size: 0.75rem;
  color: #88b39e;
  max-width: 440px;
  margin: 17px 0 0;
  line-height: 1.7;
}
.expert-preview {
  background: #0e4c3c;
  border: 1px solid #ffffff15;
  padding: 20px;
  border-radius: 22px;
  box-shadow: 0 18px 40px #02211830;
  align-self: center;
}
.expert-preview-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}
.expert-avatar {
  width: 37px;
  height: 37px;
  background: #e4f7de;
  border-radius: 50%;
  color: #145737;
  display: grid;
  place-items: center;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -2px;
}
.expert-preview-top > div {
  flex: 1;
}
.expert-preview-top b {
  font-size: 0.875rem;
  display: block;
}
.expert-preview-top small {
  font-size: 0.75rem;
  color: #8fbfaa;
  display: block;
  margin-top: 2px;
}
.expert-preview-top > .icon {
  color: #86d7a2;
}
.expert-question {
  background: #d7f7c4;
  color: #193926;
  font-size: 0.875rem;
  padding: 15px 16px;
  border-radius: 15px 3px 15px 15px;
  margin-left: 24px;
  line-height: 1.65;
}
.expert-question > span {
  display: block;
  font-size: 0.75rem;
  color: #7d9b73;
  text-align: right;
  margin-top: 5px;
}
.expert-answer {
  background: white;
  color: #384b40;
  padding: 17px;
  border-radius: 3px 15px 15px 15px;
  margin: 16px 20px 0 0;
  font-size: 0.8125rem;
  line-height: 1.7;
}
.expert-answer p {
  margin-bottom: 13px;
}
.answer-category {
  font-size: 0.75rem;
  color: var(--green);
  font-weight: 800;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
}
.scorer-mini {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f0f7f1;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 15px;
}
.scorer-mini > span {
  font-weight: 800;
  width: 29px;
  height: 33px;
  display: grid;
  place-items: center;
  color: #398c53;
  background: #dcf0df;
  border-radius: 5px;
}
.scorer-mini > div {
  flex: 1;
}
.scorer-mini b {
  display: block;
  font-size: 0.8125rem;
}
.scorer-mini small {
  font-size: 0.75rem;
  color: #839a84;
  display: block;
}
.scorer-mini strong {
  font-size: 1.5rem;
  color: #245d36;
  line-height: 1.1;
  text-align: center;
}
.scorer-mini strong small {
  font-size: 0.75rem;
  letter-spacing: 0.6px;
  margin-top: 3px;
}
.answer-foot {
  font-size: 0.75rem;
  color: #8b9b8e;
}
.seasons {
  display: grid;
  gap: 30px;
}
.season-image {
  position: relative;
  min-height: 290px;
  border-radius: 22px;
  overflow: hidden;
  background: #143e2c;
  color: white;
  isolation: isolate;
}
.season-image img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.season-image:after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, #052f23ef 2%, #06472d25 100%);
}
.season-image > div {
  position: absolute;
  bottom: 24px;
  left: 23px;
  right: 20px;
}
.season-image span {
  font-size: 0.75rem;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: #b7d1ba;
}
.season-image h2 {
  font-size: 1.75rem;
  margin: 12px 0 0;
}
.season-copy > p:not(.section-label):not(.small-note) {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}
.competition-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 24px 0 17px;
}
.competition-pills span {
  border: 1px solid #d9e5dd;
  background: white;
  padding: 7px 12px;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 650;
  color: #647c67;
}
.small-note {
  font-size: 0.75rem;
  line-height: 1.75;
  color: #96a096;
  margin-bottom: 0;
}
.preferences-section {
  background: #edf3ef;
  padding-block: 55px;
  border-block: 1px solid #e3ebe5;
}
.preferences-grid {
  display: grid;
  gap: 25px;
}
.preferences-grid > div > p:not(.section-label) {
  color: var(--muted);
  font-size: 1rem;
  margin-bottom: 0;
}
.preferences-card {
  border: 1px solid #e0e9e1;
  border-radius: 20px;
  background: white;
  overflow: hidden;
}
.preferences-title {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 23px 21px 19px;
}
.preferences-title .icon {
  color: var(--green);
  width: 20px;
  height: 20px;
}
.preferences-title h3 {
  font-size: 0.9375rem;
  margin: 0;
  letter-spacing: -0.025em;
}
.preferences-card fieldset {
  padding: 0 21px;
  border: 0;
  margin: 0;
}
.mode-option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
  border-top: 1px solid #edf1ee;
  padding: 19px 0;
  cursor: pointer;
}
.mode-option input {
  position: absolute;
  opacity: 0;
}
.custom-radio {
  width: 20px;
  height: 20px;
  border: 1.5px solid #ccd9cf;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.mode-option input:checked + .custom-radio {
  border-color: var(--green);
}
.mode-option input:checked + .custom-radio:after {
  content: '';
  width: 10px;
  height: 10px;
  background: var(--green);
  border-radius: 50%;
}
.mode-option input:focus-visible + .custom-radio {
  outline: 3px solid #2587f1;
  outline-offset: 4px;
}
.mode-option strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 750;
  line-height: 1.5;
}
.mode-option small {
  font-size: 0.75rem;
  color: #8b988e;
  display: block;
  margin-top: 3px;
}
.mode-badge {
  display: none;
}
.preference-status {
  display: flex;
  align-items: center;
  gap: 7px;
  background: #f4f9f4;
  padding: 13px 21px;
  color: #6d8d75;
  font-size: 0.75rem;
}
.preference-status .icon {
  width: 16px;
  height: 16px;
}
.plan-section .section-heading {
  text-align: center;
}
.plan-section .section-label {
  justify-content: center;
}
.plan-card {
  max-width: 740px;
  margin: auto;
  background: white;
  border-radius: 24px;
  padding: 24px 21px;
  box-shadow:
    0 0 0 1px #00673d18,
    0 14px 40px #204c2710;
}
.plan-header {
  display: flex;
  gap: 11px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: 23px;
  flex-wrap: wrap;
}
.plan-icon {
  width: 43px;
  height: 43px;
  background: #e1f5e8;
  display: grid;
  place-items: center;
  color: var(--green);
  border-radius: 12px;
}
.plan-icon > .icon {
  width: 26px;
  height: 26px;
}
.plan-header > div {
  flex: 1;
}
.plan-header h3 {
  font-size: 1.0625rem;
  margin: 0 0 4px;
}
.plan-header p {
  font-size: 0.75rem;
  color: #8d998f;
  margin: 0;
}
.trial-pill {
  font-size: 0.75rem;
  font-weight: 750;
  background: #eaf7c6;
  border: 1px solid #ddeaaf;
  color: #637d19;
  border-radius: 100px;
  padding: 5px 9px;
}
.plan-content {
  padding-block: 24px;
}
.price-prefix {
  color: #8a978e;
  font-size: 0.75rem;
}
.plan-price > div {
  font-size: 3.75rem;
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 1.25;
  margin: 5px 0 9px;
}
.plan-price > div > span {
  font-size: 1.25rem;
  letter-spacing: -0.03em;
  vertical-align: top;
  position: relative;
  top: 12px;
  margin-right: 8px;
}
.plan-price > div > small {
  font-size: 0.875rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #8a9a8e;
  margin-left: 7px;
}
.plan-price p {
  font-size: 0.75rem;
  line-height: 1.65;
  color: #8b9b8e;
  max-width: 220px;
  margin: 0;
}
.plan-card ul {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.plan-card li {
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #536c5b;
  line-height: 1.6;
}
.plan-card li .icon {
  color: var(--green);
  width: 17px;
  height: 17px;
}
.plan-card > .button {
  width: 100%;
  font-size: 0.875rem;
  gap: 10px;
}
.plan-footnote {
  font-size: 0.75rem;
  line-height: 1.75;
  color: #95a094;
  text-align: center;
  margin: 14px 0 0;
}
.faq {
  padding-top: 0;
  display: grid;
  gap: 16px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 21px 0;
  cursor: pointer;
  line-height: 1.6;
}
summary::-webkit-details-marker {
  display: none;
}
summary > .icon {
  width: 18px;
  height: 18px;
  color: #88a090;
  transition: transform 160ms var(--ease-out);
}
details[open] summary > .icon {
  transform: rotate(180deg);
}
details p {
  font-size: 0.875rem;
  color: #7c8c80;
  line-height: 1.8;
  margin: 0 25px 24px 0;
}
.final-section {
  background: #e8f4ec;
  padding-block: 55px;
}
.final-inner {
  text-align: center;
}
.final-wa {
  background: #cfecd9;
  color: #00875a;
  display: grid;
  place-items: center;
  width: 55px;
  height: 55px;
  border-radius: 17px;
  margin: 0 auto 23px;
}
.final-wa > .icon {
  width: 31px;
  height: 31px;
}
.final-inner h2 {
  font-size: 2.05rem;
}
.final-inner > p {
  font-size: 0.9375rem;
  color: #74907e;
  margin-bottom: 23px;
}
.final-inner > small {
  display: block;
  font-size: 0.75rem;
  color: #8aa18e;
  margin-top: 13px;
}
.final-inner .button {
  font-size: 0.875rem;
}
footer {
  padding-block: 33px 112px;
}
.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-main p {
  font-size: 0.75rem;
  color: #8c9b90;
  margin: 0;
  max-width: 175px;
}
.footer-main > a:last-child {
  font-size: 0.8125rem;
  color: var(--green);
  width: 100%;
}
.footer-legal {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-top: 23px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.75rem;
  line-height: 1.8;
  color: #9ca69e;
}
.mobile-dock {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 15;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
  border-top: 1px solid #dde7e0;
  background: #ffffffed;
  backdrop-filter: blur(18px);
  box-shadow: 0 -5px 25px #083f1a06;
}
.mobile-dock strong {
  font-size: 0.875rem;
  display: block;
  line-height: 1.4;
}
.mobile-dock small {
  font-size: 0.75rem;
  color: #8a998e;
  display: block;
  margin-top: 3px;
}
.mobile-dock .button {
  min-height: 45px;
  font-size: 0.875rem;
  padding: 12px 17px;
  border-radius: 12px;
}
.mobile-dock .icon {
  width: 20px;
  height: 20px;
}
.bottom-sheet {
  border: 0;
  background: #fff;
  color: var(--ink);
  border-radius: 25px 25px 0 0;
  padding: 10px 21px 25px;
  width: 100%;
  max-width: 600px;
  max-height: 88dvh;
  margin: auto auto 0;
  position: fixed;
  bottom: 0;
  top: auto;
  box-shadow: 0 20px 80px #092d2140;
  overflow-y: auto;
  overscroll-behavior: contain;
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 240ms var(--ease-out),
    transform 240ms var(--ease-out),
    display 240ms allow-discrete,
    overlay 240ms allow-discrete;
}
.bottom-sheet[open] {
  opacity: 1;
  transform: translateY(0);
}
.bottom-sheet::backdrop {
  background: #082b2055;
  backdrop-filter: blur(5px);
  opacity: 0;
  transition:
    opacity 240ms var(--ease-out),
    display 240ms allow-discrete,
    overlay 240ms allow-discrete;
}
.bottom-sheet[open]::backdrop {
  opacity: 1;
}
@starting-style {
  .bottom-sheet[open] {
    opacity: 0;
    transform: translateY(30px);
  }
  .bottom-sheet[open]::backdrop {
    opacity: 0;
  }
}
.sheet-handle {
  width: 36px;
  height: 4px;
  background: #dce5df;
  border-radius: 10px;
  margin: 0 auto 24px;
}
.sheet-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}
.sheet-heading .section-label {
  font-size: 0.75rem;
  margin-bottom: 8px;
}
.sheet-heading h2 {
  font-size: 1.65rem;
  margin: 0;
}
.sheet-heading > .icon-button {
  background: #f2f6f3;
  color: #7e9586;
}
.team-search {
  display: flex;
  align-items: center;
  gap: 9px;
  background: #f4f7f5;
  border: 1px solid #e2eae4;
  border-radius: 12px;
  padding: 0 12px;
  margin-bottom: 20px;
}
.team-search > .icon {
  width: 20px;
  height: 20px;
  color: #8ca294;
}
.team-search input {
  width: 100%;
  min-width: 0;
  height: 47px;
  background: none;
  border: 0;
  font-size: 1rem;
  color: var(--ink);
  outline-offset: 0;
}
.team-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}
.team-option {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 59px;
  background: #fff;
  border: 1px solid #e5ece7;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 0.8125rem;
  font-weight: 650;
  text-align: left;
}
.team-option img {
  width: 28px;
  height: 33px;
  object-fit: contain;
}
.team-option[aria-pressed='true'] {
  background: #e9f8ed;
  border-color: #94c8a6;
  color: #087244;
}
.team-option[hidden] {
  display: none;
}
.fallback-crest {
  font-size: 0.75rem;
  font-weight: 800;
  min-width: 28px;
  display: grid;
  place-items: center;
  color: var(--green);
}
.no-teams {
  font-size: 0.875rem;
  color: #8aa08e;
  text-align: center;
  padding-block: 20px;
}
.sheet-note {
  font-size: 0.75rem;
  color: #94a396;
  margin: 20px 0 0;
  line-height: 1.75;
}
.launch-sheet {
  padding: 10px 25px 28px;
  text-align: center;
}
.launch-sheet > .dialog-close {
  position: absolute;
  right: 12px;
  top: 20px;
  color: #8ea295;
}
.launch-sheet .sheet-handle {
  margin-bottom: 26px;
}
.launch-symbol {
  width: 62px;
  height: 62px;
  border-radius: 20px;
  background: #e3f5e9;
  color: var(--green);
  display: grid;
  place-items: center;
  margin: 8px auto 25px;
}
.launch-symbol > .icon {
  width: 34px;
  height: 34px;
}
.launch-sheet .section-label {
  justify-content: center;
  font-size: 0.75rem;
}
.launch-sheet h2 {
  font-size: 1.9rem;
}
.launch-sheet > p:not(.section-label) {
  font-size: 0.9375rem;
  color: #7e9184;
  line-height: 1.8;
}
.launch-sheet > .small-note {
  font-size: 0.75rem !important;
}
.launch-selection {
  display: flex;
  align-items: center;
  gap: 13px;
  text-align: left;
  background: #f4f8f4;
  padding: 16px;
  border-radius: 15px;
  margin: 22px 0;
}
.launch-selection > span > img {
  width: 34px;
  height: 40px;
  object-fit: contain;
}
.launch-selection > div {
  flex: 1;
}
.launch-selection b {
  display: block;
  font-size: 0.9375rem;
}
.launch-selection small {
  display: block;
  font-size: 0.75rem;
  color: #8c9e8f;
}
.launch-selection > .icon {
  color: var(--green);
}
.launch-sheet > .button {
  width: 100%;
  margin-top: 22px;
}
.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;
}
.skip {
  position: fixed;
  top: -100px;
  left: 15px;
  background: var(--green);
  color: white;
  padding: 12px;
  z-index: 99;
}
.skip:focus {
  top: 10px;
}
[hidden] {
  display: none !important;
}
@media (min-width: 600px) {
  .wrap {
    width: min(1200px, calc(100% - 56px));
  }
  h1 {
    font-size: 3.8rem;
  }
  .hero {
    padding-top: 48px;
  }
  .hero-team {
    margin-top: 25px;
  }
  .hero-cta {
    max-width: 390px;
  }
  .hero-cta .button {
    justify-content: center;
  }
  .hero-reassurance {
    gap: 20px;
  }
  .conversation-demo {
    max-width: 480px;
    width: 100%;
    margin-inline: auto;
  }
  .chat-header {
    padding: 19px;
  }
  .chat-header strong {
    font-size: 1rem;
  }
  .chat-topics button {
    font-size: 0.8125rem;
  }
  .chat-scroll {
    padding: 17px 20px 22px;
    min-height: 367px;
  }
  .message {
    font-size: 0.875rem;
    padding: 14px 16px 10px;
  }
  .example-label {
    font-size: 0.75rem;
  }
  .prompt-suggestions button {
    font-size: 0.75rem;
  }
  .match-club {
    font-size: 0.75rem;
  }
  .benefit-card {
    padding: 24px;
  }
  .benefit-card h3 {
    font-size: 1.18rem;
  }
  .benefit-card p {
    font-size: 0.9375rem;
  }
  .feature-example {
    font-size: 0.8125rem;
  }
  .expert-preview {
    max-width: 470px;
    width: 100%;
    justify-self: center;
    padding: 25px;
  }
  .expert-answer {
    font-size: 0.875rem;
  }
  .expert-preview-top small {
    font-size: 0.75rem;
  }
  .team-options {
    grid-template-columns: repeat(3, 1fr);
  }
  .bottom-sheet {
    margin: auto;
    inset: 0;
    max-height: min(85dvh, 720px);
    border-radius: 24px;
    bottom: auto;
    top: 50%;
    transform: translateY(calc(-50% + 12px));
  }
  .bottom-sheet[open] {
    transform: translateY(-50%);
  }
  @starting-style {
    .bottom-sheet[open] {
      transform: translateY(calc(-50% + 12px));
    }
  }
  .bottom-sheet .sheet-handle {
    display: none;
  }
  .bottom-sheet {
    padding: 29px;
  }
  .launch-sheet {
    padding: 32px;
  }
  .team-option {
    font-size: 0.8125rem;
    padding: 10px;
    gap: 7px;
  }
  .plan-content {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 35px;
  }
  .plan-card {
    padding: 30px;
  }
  .plan-card ul {
    margin: 0;
  }
  .plan-header p {
    font-size: 0.8125rem;
  }
  .plan-header h3 {
    font-size: 1.25rem;
  }
  .trial-pill {
    font-size: 0.75rem;
  }
  .plan-price > div {
    font-size: 4rem;
  }
  .mode-badge {
    display: block;
    font-size: 0.75rem;
    background: #eef7e8;
    color: #65904c;
    border-radius: 100px;
    padding: 4px 8px;
    margin-left: auto;
  }
  .quick-teams {
    width: auto;
    flex: 1;
  }
  .teams-band-inner > div:first-child {
    min-width: 215px;
  }
  .teams-band h2 {
    font-size: 1.2rem;
  }
  .all-teams {
    width: 100%;
    justify-content: flex-end;
  }
  .season-image {
    min-height: 355px;
  }
}
@media (min-width: 960px) {
  .header-inner {
    height: 84px;
  }
  .brand {
    font-size: 2.3rem;
  }
  .site-header nav {
    display: flex;
    gap: 32px;
    font-size: 0.875rem;
    font-weight: 650;
    color: #78897d;
  }
  .button-compact {
    font-size: 0.875rem;
    min-height: 43px;
    padding-inline: 17px;
  }
  .hero {
    grid-template-columns: 1.15fr 1fr;
    align-items: center;
    gap: 72px;
    padding-block: 55px 70px;
  }
  .hero-copy {
    padding-bottom: 7px;
  }
  .kicker {
    font-size: 0.8125rem;
    margin-bottom: 25px;
  }
  .kicker > .icon {
    width: 21px;
    height: 21px;
  }
  h1 {
    font-size: clamp(3.4rem, 4.8vw, 4.4rem);
    letter-spacing: -0.065em;
    line-height: 1.09;
    margin-bottom: 26px;
  }
  .hero-description {
    font-size: 1.0625rem;
    line-height: 1.85;
    max-width: 510px;
  }
  .hero-team {
    margin-block: 28px;
  }
  .team-trigger:not(.icon-button):not(.all-teams) {
    min-width: 215px;
  }
  .hero-cta {
    max-width: 355px;
  }
  .hero-cta > .button {
    font-size: 0.9375rem;
    width: 100%;
    min-height: 57px;
  }
  .hero-reassurance {
    font-size: 0.75rem;
    margin-top: 22px;
  }
  .conversation-demo {
    max-width: 460px;
    margin: 0;
    justify-self: end;
  }
  .chat-scroll {
    min-height: 375px;
  }
  .chat-content {
    min-height: 310px;
  }
  .chat-topics button {
    font-size: 0.75rem;
    padding-inline: 7px;
  }
  .chat-header {
    padding: 18px 21px;
  }
  .demo-caption {
    font-size: 0.75rem;
    margin-bottom: 13px;
  }
  .hero-team .team-hint {
    font-size: 0.75rem;
  }
  .teams-band {
    padding-block: 32px;
  }
  .teams-band-inner {
    gap: 28px;
    flex-wrap: nowrap;
  }
  .quick-teams {
    gap: 8px;
    justify-content: center;
    overflow: visible;
  }
  .quick-team {
    min-width: 50px;
    width: 50px;
    height: 55px;
  }
  .quick-team img {
    width: 30px;
    height: 35px;
  }
  .all-teams {
    width: auto;
    font-size: 0.8125rem;
    white-space: nowrap;
  }
  .section {
    padding-block: 90px;
  }
  h2 {
    font-size: 2.65rem;
    letter-spacing: -0.05em;
    line-height: 1.16;
  }
  .section-label {
    font-size: 0.75rem;
    margin-bottom: 19px;
  }
  .section-heading {
    margin-bottom: 43px;
  }
  .benefit-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .benefit-card {
    padding: 30px 27px;
    border-radius: 22px;
  }
  .feature-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 27px;
    border-radius: 13px;
  }
  .feature-icon > .icon {
    width: 24px;
    height: 24px;
  }
  .benefit-card h3 {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .benefit-card p {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
  .feature-example {
    font-size: 0.75rem;
    padding-top: 17px;
    margin-top: auto;
  }
  .expert-section {
    padding-block: 85px;
  }
  .expert-grid {
    grid-template-columns: 1.15fr 1fr;
    align-items: center;
    gap: 90px;
  }
  .expert-copy > p:not(.section-label):not(.expert-note) {
    max-width: 510px;
  }
  .expert-points {
    font-size: 0.875rem;
    gap: 13px;
    margin-block: 30px;
  }
  .expert-note {
    font-size: 0.75rem;
  }
  .expert-preview {
    max-width: 440px;
    padding: 25px;
  }
  .expert-question {
    font-size: 0.875rem;
    line-height: 1.7;
  }
  .expert-answer {
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .expert-preview-top small {
    font-size: 0.75rem;
  }
  .answer-category {
    font-size: 0.75rem;
  }
  .answer-foot {
    font-size: 0.75rem;
  }
  .scorer-mini b {
    font-size: 0.875rem;
  }
  .scorer-mini small {
    font-size: 0.75rem;
  }
  .scorer-mini strong small {
    font-size: 0.75rem;
  }
  .seasons {
    grid-template-columns: 1fr 1fr;
    gap: 75px;
    align-items: center;
  }
  .season-image {
    min-height: 425px;
    border-radius: 24px;
  }
  .season-image > div {
    left: 34px;
    bottom: 34px;
  }
  .season-image h2 {
    font-size: 2rem;
  }
  .season-image span {
    font-size: 0.75rem;
  }
  .season-copy .section-label {
    font-size: 0.75rem;
  }
  .preferences-section {
    padding-block: 75px;
  }
  .preferences-grid {
    grid-template-columns: 1fr 1.1fr;
    gap: 85px;
    align-items: center;
  }
  .preferences-grid > div:first-child > p:not(.section-label) {
    max-width: 430px;
  }
  .preferences-title {
    padding: 26px 26px 22px;
  }
  .preferences-title h3 {
    font-size: 1rem;
  }
  .preferences-card fieldset {
    padding-inline: 26px;
  }
  .mode-option {
    padding-block: 21px;
    gap: 13px;
  }
  .mode-option strong {
    font-size: 0.9375rem;
  }
  .mode-option small {
    font-size: 0.8125rem;
  }
  .preference-status {
    padding: 15px 26px;
    font-size: 0.75rem;
  }
  .plan-card {
    padding: 36px 38px;
  }
  .plan-content {
    padding-block: 30px 34px;
    gap: 35px;
  }
  .plan-card li {
    font-size: 0.875rem;
  }
  .plan-price p {
    font-size: 0.75rem;
  }
  .plan-card > .button {
    font-size: 0.9375rem;
    min-height: 57px;
  }
  .plan-footnote {
    font-size: 0.75rem;
  }
  .faq {
    padding-top: 10px;
    grid-template-columns: 1fr 1.45fr;
    gap: 70px;
  }
  .faq h2 {
    font-size: 2.3rem;
  }
  .faq summary {
    font-size: 0.875rem;
    padding-block: 23px;
  }
  .final-section {
    padding-block: 75px;
  }
  .final-inner h2 {
    font-size: 2.8rem;
  }
  .final-wa {
    width: 62px;
    height: 62px;
    border-radius: 19px;
  }
  .final-inner > .button {
    font-size: 0.9375rem;
  }
  .final-inner > p {
    font-size: 1rem;
  }
  .mobile-dock {
    display: none;
  }
  footer {
    padding-block: 45px 30px;
  }
  .footer-main {
    flex-wrap: nowrap;
  }
  .footer-main p {
    font-size: 0.8125rem;
    max-width: none;
  }
  .footer-main > a:last-child {
    width: auto;
  }
  .footer-legal {
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
    font-size: 0.75rem;
  }
  .footer-legal > span:last-child {
    max-width: 560px;
    text-align: right;
  }
  .brand-mark {
    width: 34px;
    height: 36px;
  }
  .brand-mark > .icon {
    width: 31px;
    height: 31px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .button-green:hover {
    background: #007b4d;
  }
  .button-white:hover {
    background: #edf7ed;
  }
  .site-header nav > a:hover {
    color: var(--green);
  }
  .quick-team:hover {
    transform: translateY(-2px);
    background: #f4faf5;
  }
  .benefit-card:hover {
    transform: translateY(-4px);
    box-shadow:
      0 0 0 1px #00865520,
      0 8px 25px #103a2510;
  }
  .icon-button:hover {
    background: #7ca99315;
  }
  .chat-topics button:hover {
    background: #f0f7f1;
  }
  .team-option:hover {
    background: #f5faf6;
  }
}
@media (max-width: 359px) {
  h1 {
    font-size: 2.35rem;
  }
  .wrap {
    width: calc(100% - 28px);
  }
  .hero-reassurance {
    gap: 10px;
    font-size: 0.75rem;
  }
  .benefit-grid {
    gap: 8px;
  }
  .benefit-card {
    padding: 17px 12px;
  }
  .benefit-card h3 {
    font-size: 0.9375rem;
  }
  .feature-example {
    font-size: 0.75rem;
  }
  .chat-header {
    padding: 14px 12px;
  }
  .chat-topics button {
    font-size: 0.75rem;
    padding-inline: 7px;
  }
  .plan-header {
    gap: 8px;
  }
  .trial-pill {
    font-size: 0.75rem;
  }
  .plan-header p {
    font-size: 0.75rem;
  }
  .chat-composer input {
    padding-inline: 11px;
  }
  .chat-composer input::placeholder {
    font-size: 0.75rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition-property: opacity, background-color, color !important;
    transition-duration: 160ms !important;
  }
  .button:active,
  .send-button:active,
  .quick-team:active {
    transform: none;
  }
  .bottom-sheet {
    transform: none !important;
  }
  .bottom-sheet[open] {
    transform: none !important;
  }
  @media (min-width: 600px) {
    .bottom-sheet {
      top: 10vh;
    }
  }
}
@media (prefers-reduced-transparency: reduce) {
  .site-header,
  .mobile-dock {
    background: white;
    backdrop-filter: none;
  }
  .bottom-sheet::backdrop {
    backdrop-filter: none;
    background: #082b20b0;
  }
}
@media (prefers-contrast: more) {
  :root {
    --muted: #405548;
  }
  .hero-description,
  .benefit-card p,
  .small-note,
  .demo-disclaimer,
  .offer-caption,
  .expert-note,
  .plan-footnote,
  details p {
    color: #405548;
  }
  .expert-note {
    color: #c5e7d3;
  }
  .chat-app,
  .benefit-card,
  .plan-card,
  .preferences-card {
    outline: 1px solid #6a8e76;
  }
}
[data-input='keyboard'] {
  scroll-behavior: auto;
}
[data-input='keyboard'] *,
[data-input='keyboard'] *:before,
[data-input='keyboard'] *:after {
  animation: none !important;
  transition: none !important;
}

/* Mobile first conversation scale and interaction details. */
.hero-cta {
  display: none;
}
.hero-reassurance {
  display: none;
}
h1 {
  font-size: clamp(2.05rem, 9.1vw, 2.65rem);
}
.hero-team {
  margin-bottom: 0;
}
.chat-scroll {
  height: 380px;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #cbd9ce transparent;
}
.chat-content {
  min-height: 0;
}
.message {
  font-size: 0.875rem;
}
.chat-topics button {
  font-size: 0.8125rem;
  min-height: 42px;
}
.chat-header {
  min-height: 76px;
}
.chat-header strong {
  font-size: 0.9375rem;
}
.prompt-suggestions button {
  font-size: 0.75rem;
  min-height: 38px;
}
.example-label {
  font-size: 0.75rem;
}
.match-card-top {
  font-size: 0.75rem;
}
.message-time {
  font-size: 0.75rem;
}
.match-club {
  font-size: 0.75rem;
}
.venue-line {
  font-size: 0.75rem;
}
.answer-source {
  font-size: 0.75rem;
  color: #8a9a8b !important;
  line-height: 1.6;
  margin-top: 11px !important;
}
.benefit-card p {
  font-size: 0.875rem;
  line-height: 1.75;
}
.feature-example {
  font-size: 0.75rem;
  overflow-wrap: anywhere;
}
.lineup-card {
  background: #f3f8f2;
  border: 1px solid #e0eadd;
  border-radius: 10px;
  margin-top: 12px;
  padding: 12px;
}
.lineup-top {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #dce8d8;
  padding-bottom: 9px;
  margin-bottom: 7px;
  color: #3c7850;
}
.lineup-top > .icon {
  width: 18px;
  height: 18px;
}
.lineup-top > span {
  font-size: 0.75rem;
  color: #8da18b;
  margin-left: auto;
}
.lineup-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 0.75rem;
  padding: 5px 0;
}
.lineup-row span {
  color: #7c917a;
}
.lineup-row b {
  font-weight: 650;
  color: #4c6d50;
}
.ranking-card {
  border: 1px solid #e4ecdf;
  border-radius: 10px;
  background: #f6f9f3;
  margin-top: 11px;
  padding: 5px 11px;
}
.ranking-row {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 8px 0;
  border-bottom: 1px solid #e5eddf;
  font-size: 0.75rem;
}
.ranking-row:last-child {
  border: 0;
}
.ranking-row .rank {
  color: #8fa17f;
}
.ranking-row b {
  font-weight: 600;
  flex: 1;
}
.ranking-row strong {
  font-weight: 750;
  color: #3e7f48;
}
.question-category {
  font-size: 0.75rem;
}
.demo-disclaimer {
  font-size: 0.75rem;
}
.plan-footnote,
.footer-legal {
  font-size: 0.75rem;
}
.match-mid > small {
  font-size: 0.75rem;
}
.quick-team {
  min-width: 52px;
  width: 52px;
}
.chat-topics {
  gap: 1px;
}
.chat-topics button {
  padding-inline: 7px;
}
.team-options .team-option {
  min-height: 64px;
}
.team-option:active {
  background: #e9f8ed;
}
.expert-answer {
  font-size: 0.875rem;
}
.expert-preview-top small {
  font-size: 0.75rem;
}
.answer-category,
.answer-foot {
  font-size: 0.75rem;
}
.scorer-mini small {
  font-size: 0.75rem;
}
.scorer-mini strong small {
  font-size: 0.75rem;
}
.section-label {
  font-size: 0.75rem;
}
.teams-band .section-label {
  font-size: 0.75rem;
}
.preferences-title h3 {
  font-size: 1rem;
}
.mode-option strong {
  font-size: 0.9375rem;
}
.mode-option small {
  font-size: 0.875rem;
}
.sheet-heading .section-label {
  font-size: 0.75rem;
}
@media (min-width: 600px) {
  h1 {
    font-size: 3.4rem;
  }
  .hero-cta {
    display: block;
  }
  .hero-reassurance {
    display: flex;
  }
  .hero-team {
    margin-bottom: 24px;
  }
  .chat-scroll {
    height: 400px;
  }
  .benefit-card p {
    font-size: 1rem;
  }
  .chat-header strong {
    font-size: 1rem;
  }
  .team-options .team-option {
    font-size: 0.875rem;
  }
}
@media (min-width: 960px) {
  h1 {
    font-size: clamp(3.5rem, 4.6vw, 4.35rem);
  }
  .hero {
    gap: 64px;
  }
  .hero-cta {
    display: block;
  }
  .chat-scroll {
    height: 400px;
  }
  .chat-app {
    border-radius: 24px;
  }
  .expert-note {
    font-size: 0.75rem;
  }
  .benefit-card {
    padding: 28px;
  }
  .hero-description {
    max-width: 470px;
  }
  .message {
    font-size: 0.875rem;
  }
  .demo-disclaimer {
    font-size: 0.75rem;
  }
  .quick-team {
    min-width: 48px;
    width: 48px;
  }
  .teams-band-inner {
    gap: 20px;
  }
}
@media (max-width: 359px) {
  .chat-topics {
    overflow-x: auto;
  }
  .chat-topics button {
    font-size: 0.75rem;
    min-width: max-content;
  }
  .benefit-grid {
    grid-template-columns: 1fr;
  }
  .benefit-card p {
    font-size: 1rem;
  }
  .benefit-card h3 {
    font-size: 1.15rem;
  }
  .feature-example {
    font-size: 0.8125rem;
  }
  .hero-description {
    font-size: 0.9375rem;
  }
  .team-hint {
    display: none;
  }
  .trial-pill {
    font-size: 0.75rem;
  }
  .hero-copy .kicker {
    font-size: 0.75rem;
  }
}

.chat-header strong {
  overflow-wrap: anywhere;
}
.benefit-card p {
  font-size: 1rem;
}
.team-trigger {
  max-width: 100%;
}
.chat-app {
  min-width: 0;
}
.message {
  overflow-wrap: anywhere;
}
.example-label {
  letter-spacing: 0;
  font-size: 0.6875rem;
}
.chat-topics button {
  font-size: 0.8125rem;
}
.chat-content:focus {
  outline: none;
}
@media (max-width: 599px) {
  .expert-preview {
    padding: 18px;
  }
  .expert-question {
    margin-left: 15px;
  }
  .expert-answer {
    margin-right: 8px;
  }
  .quick-teams {
    scroll-snap-type: x proximity;
  }
  .quick-team {
    scroll-snap-align: start;
  }
}
