:root {
  --page-bg: #ffffff;
  --text: #05070d;
  --muted: #74788d;
  --blue: #2541df;
  --soft-card: #e5e7f1;
  --focus: #2541df;
  --container: min(1292px, calc(100% - 40px));
  --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--page-bg); }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--page-bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button { appearance: none; border: 0; background: transparent; padding: 0; color: inherit; }
.container { width: var(--container); margin-inline: auto; }
.page { min-height: 100vh; overflow-x: hidden; background: var(--page-bg); }
.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;
}
.art, .art img { display: block; }
.asset-button {
  display: inline-block;
  border-radius: 18px;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  transition: transform .18s var(--ease), filter .18s var(--ease), opacity .18s var(--ease);
  -webkit-tap-highlight-color: transparent;
}
.asset-button:hover { transform: translateY(-2px); filter: brightness(1.04); }
.asset-button:focus-visible { outline: 3px solid var(--focus); outline-offset: 6px; }
.logo, .logo img { width: 185px; height: auto; }

.hero { position: relative; padding-top: 29px; isolation: isolate; }
.hero__nav { display: flex; align-items: center; justify-content: space-between; }
.hero__top-cta, .hero__top-cta-art, .hero__top-cta-art img { width: 308px; border-radius: 999px; }
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 716px) 608px;
  align-items: start;
  margin-top: 46px;
}
.hero__content { min-width: 0; position: relative; z-index: 2; }
.hero__badge, .hero__badge img { width: 344px; }
.hero__title-art { width: 693px; margin-top: 27px; }
.hero__subtitle-art { width: 406px; margin-top: 28px; }
.hero__actions { display: flex; align-items: center; gap: 20px; margin-top: 57px; }
.hero__primary-cta, .hero__primary-cta-art, .hero__primary-cta-art img { width: 417px; border-radius: 999px; }
.hero__secondary-cta { width: 318px; border-radius: 999px; }
.hero__secondary-cta-art, .hero__secondary-cta-art img { width: 318px; }
.hero__secondary-mobile-shell { display: none; }
.hero__player-art { width: 608px; margin-left: auto; position: relative; z-index: 1; }

.section { position: relative; }
.section-header--center { display: flex; flex-direction: column; align-items: center; text-align: center; }
.section-title, .section-subtitle { margin-inline: auto; }

.intuition { margin-top: -127px; padding-top: 41px; }
.intuition__title { width: 764px; }
.intuition__subtitle { width: 573px; margin-top: 24px; }
.intuition__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.intuition__header .intuition__title,
.intuition__header .intuition__subtitle {
  margin-inline: 0;
}
.intuition__grid {
  display: grid;
  grid-template-columns: repeat(4, 308px);
  justify-content: center;
  gap: 20px;
  margin-top: 26px;
}
.feature-card, .feature-card img { width: 308px; }

.accuracy { padding-top: 80px; }
.accuracy__inner {
  display: grid;
  grid-template-columns: 637px 609px;
  justify-content: space-between;
  align-items: start;
}
.accuracy__content { min-width: 0; }
.accuracy__title { width: 474px; margin-inline: 0; }
.accuracy__subtitle { width: 568px; margin: 28px 0 0; }
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, 199px);
  gap: 20px;
  margin: 38px 0 0;
  padding: 0;
}
.metrics-grid__item, .metrics-grid__item dd { margin: 0; padding: 0; }
.metric-card, .metric-card img { width: 199px; }
.accuracy__chart-art, .accuracy__chart-art img { width: 609px; }

.testimonials { padding-top: 100px; }
.testimonials__title { width: 831px; }
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 417px);
  gap: 20px;
  justify-content: center;
  margin-top: 37px;
}
.testimonial-card, .testimonial-card img { width: 417px; }

.matches { padding-top: 70px; }
.matches__title { width: 697px; }
.matches__subtitle { width: 481px; margin-top: 24px; }
.match-grid {
  display: grid;
  grid-template-columns: repeat(3, 417px);
  gap: 20px;
  justify-content: center;
  margin-top: 64px;
}
.match-card { width: 417px; border-radius: 20px; }
.match-card__art, .match-card__art img { width: 417px; }
.matches__cta { display: block; width: 418px; margin: 30px auto 0; border-radius: 999px; }
.matches__cta-art, .matches__cta-art img { width: 418px; }

.footer { padding: 30px 0 39px; }
.footer__inner {
  display: grid;
  grid-template-columns: 185px minmax(0, 1fr) 146px;
  align-items: center;
  gap: 32px;
}
.logo--footer, .logo--footer img { width: 185px; }
.footer__links { display: flex; justify-content: center; align-items: center; gap: 40px; }
.footer__legal { border-radius: 8px; }
.footer__legal--privacy, .footer__legal--privacy .footer__legal-art, .footer__legal--privacy img { width: 247px; }
.footer__legal--terms, .footer__legal--terms .footer__legal-art, .footer__legal--terms img { width: 243px; }
.footer__copyright, .footer__copyright img { width: 146px; }

@media (max-width: 1360px) and (min-width: 768px) {
  :root { --container: min(1180px, calc(100% - 40px)); }
  .hero__grid { grid-template-columns: minmax(0, 1fr) minmax(360px, 47%); gap: 28px; align-items: center; }
  .hero__title-art { width: min(640px, 100%); }
  .hero__actions { flex-wrap: wrap; margin-top: 42px; }
  .hero__player-art { width: 100%; }
  .intuition__grid { grid-template-columns: repeat(2, 308px); }
  .accuracy__inner { grid-template-columns: 1fr; gap: 42px; justify-items: center; }
  .accuracy__content { width: min(100%, 637px); }
  .accuracy__title, .accuracy__subtitle { margin-inline: auto; }
  .metrics-grid { margin-top: 44px; }
  .testimonial-grid, .match-grid { grid-template-columns: repeat(2, minmax(0, 417px)); }
  .match-grid .match-card:last-child { grid-column: 1 / -1; justify-self: center; }
}

@media (max-width: 767px) {
  :root { --container: min(100% - 24px, 390px); }
  .asset-button:hover { transform: none; filter: none; }
  .asset-button:focus-visible { outline-width: 2px; outline-offset: 4px; }
  .logo, .logo img { width: 139px; }
  .hero { padding-top: 12px; }
  .hero__nav { justify-content: flex-start; }
  .hero__top-cta { display: none; }
  .hero__grid { display: block; margin-top: 22px; }
  .hero__content { display: flex; flex-direction: column; align-items: center; }
  .hero__badge, .hero__badge img { width: 245px; }
  .hero__title-art { width: min(366px, 100%); margin-top: 16px; }
  .hero__title-art img { width: 100%; }
  .hero__subtitle-art { width: 284px; margin-top: 33px; }
  .hero__actions { width: min(366px, 100%); flex-direction: column; gap: 12px; align-items: stretch; margin-top: 26px; }
  .hero__primary-cta, .hero__primary-cta-art, .hero__primary-cta-art img { width: 100%; }
  .hero__secondary-cta { width: 100%; height: 50px; border: 1px solid var(--blue); background: #fff; border-radius: 999px; display: grid; place-items: center; }
  .hero__secondary-cta-art--desktop { display: none; }
  .hero__secondary-mobile-shell { display: grid; place-items: center; width: 100%; height: 100%; }
  .hero__secondary-mobile-shell img { width: 216px; height: auto; }
  .hero__player-art { width: min(372px, calc(100% + 12px)); margin: 38px auto 0; transform: translateX(-6px); }

  .intuition { margin-top: 0; padding-top: 52px; }
  .intuition__title { width: 300px; }
  .intuition__subtitle { width: 283px; margin-top: 22px; }
  .intuition__grid { display: flex; flex-direction: column; align-items: center; gap: 10px; margin-top: 5px; }
  .feature-card, .feature-card img { width: min(366px, 100%); }

  .accuracy { padding-top: 45px; }
  .accuracy__inner { display: flex; flex-direction: column; align-items: center; }
  .accuracy__content { display: flex; flex-direction: column; align-items: center; width: 100%; }
  .accuracy__title { width: 271px; margin-inline: auto; }
  .accuracy__subtitle { width: 229px; margin: 23px auto 0; }
  .metrics-grid { width: 100%; display: flex; flex-direction: column; align-items: center; gap: 10px; margin-top: 20px; padding: 0; }
  .metric-card, .metric-card img { width: min(366px, 100%); }
  .accuracy__chart-art { width: min(366px, 100%); margin-top: 30px; }
  .accuracy__chart-art img { width: 100%; }

  .testimonials { padding-top: 25px; }
  .testimonials__title { width: 259px; }
  .testimonial-grid { display: flex; flex-direction: column; align-items: center; gap: 12px; margin-top: 36px; }
  .testimonial-card, .testimonial-card img { width: min(366px, 100%); }

  .matches { padding-top: 0; }
  .matches__title { width: 279px; }
  .matches__subtitle { width: 267px; margin-top: 23px; }
  .match-grid { display: flex; flex-direction: column; align-items: center; gap: 10px; margin-top: 67px; }
  .match-card, .match-card__art, .match-card__art img { width: min(366px, 100%); }
  .matches__cta { width: min(366px, 100%); margin-top: 30px; }
  .matches__cta-art, .matches__cta-art img { width: 100%; }

  .footer { padding: 40px 0 56px; }
  .footer__inner { display: flex; flex-direction: column; align-items: flex-start; gap: 0; }
  .logo--footer, .logo--footer img { width: 139px; }
  .footer__links { width: 100%; flex-direction: column; align-items: flex-start; gap: 16px; margin-top: 24px; }
  .footer__legal--privacy, .footer__legal--privacy .footer__legal-art, .footer__legal--privacy img { width: 185px; }
  .footer__legal--terms, .footer__legal--terms .footer__legal-art, .footer__legal--terms img { width: 182px; }
  .footer__copyright { align-self: flex-end; width: 110px; margin-top: 20px; }
  .footer__copyright img { width: 110px; }
}

@media (max-width: 374px) {
  :root { --container: calc(100% - 16px); }
  .hero__actions, .feature-card, .metric-card, .accuracy__chart-art, .testimonial-card, .match-card, .matches__cta { width: 100%; }
}
