@font-face {
  font-family: Manrope;
  src: url("manrope.woff2") format("woff2");
  font-weight: 200 800;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #f2f4f3;
  color: #242624;
  font:
    16px/1.6 Manrope,
    Arial,
    sans-serif;
}
button,
input {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
  color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  border: 0;
  background: none;
}
img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2 {
  line-height: 1.15;
  letter-spacing: -1.2px;
}
h1 {
  font-size: 40px;
  font-weight: 750;
}
h2 {
  font-size: 44px;
  font-weight: 700;
}
h3 {
  font-size: 20px;
  font-weight: 650;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible {
  outline: 3px solid #6684ae;
  outline-offset: 4px;
}
.header {
  max-width: 1504px;
  margin: auto;
  padding: 20px 32px;
  height: 68px;
  display: flex;
  align-items: center;
}
.hero {
  max-width: 1504px;
  margin: auto;
  padding: 40px 32px 80px;
  min-height: calc(100svh - 68px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.hero-copy .eyebrow {
  margin-bottom: 20px;
}
.hero-portrait {
  width: min(100%, 320px);
  height: auto;
  aspect-ratio: 6 / 5;
  object-fit: cover;
  border-radius: 20px;
  margin: 0 0 24px 24px;
}
@media (max-width: 600px) {
  .hero-portrait {
    width: 160px;
    aspect-ratio: 1;
    margin: 0 auto 22px;
    border-radius: 16px;
  }
}
.eyebrow {
  font-size: 14px;
  margin-bottom: 14px;
}
.intro {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 22px;
  max-width: 560px;
}
.trust {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px;
  font-size: 13px;
  margin-top: 26px;
}
.trust li + li:before {
  content: "·";
  margin-right: 20px;
  color: #999;
}
.preferences {
  background: #fff;
  border: 1px solid #e5e7e5;
  border-radius: 26px;
  padding: 22px 24px 16px;
  box-shadow: 0 2px 5px #00000016;
}
.panel-title {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 600;
  padding: 0 16px;
}
.preference-row {
  min-height: 83px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 16px;
  border-bottom: 1px solid #e8e8e8;
}
.preference-row.last {
  border: 0;
}
.segmented {
  display: flex;
  border-radius: 30px;
  background: #f7f7f7;
  padding: 2px;
}
.segmented button,
.chip {
  font-size: 12px;
  line-height: 1.2;
  padding: 6px 12px;
  border-radius: 20px;
  white-space: nowrap;
}
.selected,
.dark {
  background: #242624;
  color: #fff;
}
.chips {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.chip {
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chip.dark {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.add {
  border: 1px dashed #e4e5e4;
  background: #fff;
}
.chevron {
  width: 8px;
  height: 8px;
  border-right: 1.5px solid;
  border-bottom: 1.5px solid;
  transform: rotate(45deg);
  margin: 0 2px 4px;
}
.primary {
  background: #242624;
  color: white;
  border: 1px solid #494949;
  box-shadow: 0 8px 18px #0003;
  border-radius: 40px;
  min-height: 60px;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  padding: 12px 24px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.primary:hover {
  background: #363936;
  transform: translateY(-1px);
}
.features {
  max-width: 1180px;
  margin: auto;
  padding: 0 32px;
}
.feature {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 48px;
  align-items: center;
  min-height: 650px;
  padding: 72px 0;
  scroll-margin-top: 30px;
}
.feature-image {
  width: 400px;
  aspect-ratio: 1;
  height: auto;
  border-radius: 24px;
}
.feature-copy h2 {
  margin-bottom: 28px;
}
.feature-copy p:not(.eyebrow) {
  margin: 20px 0;
  line-height: 1.7;
}
.feature-copy h3 {
  margin-top: 22px;
}
.app-links {
  display: flex;
  gap: 22px;
  margin-top: 20px;
}
.app-links button {
  padding: 0;
  border-radius: 12px;
}
.app-links img {
  width: 50px;
  height: 50px;
}
.text-link {
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.rewards {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}
.rewards > div {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  flex: 1;
  padding: 16px;
}
.rewards strong {
  display: block;
  font-size: 30px;
}
.rewards strong:before {
  content: "";
  display: inline-block;
  background: url("coin.svg") center/contain no-repeat;
  width: 23px;
  height: 23px;
  margin-right: 7px;
}
.rewards span {
  font-size: 12px;
  line-height: 1.3;
  display: block;
  margin-top: 8px;
}
.faq {
  max-width: 920px;
  margin: 50px auto 100px;
  padding: 0 32px;
}
.faq h2 {
  margin-bottom: 36px;
}
.faq details {
  border-bottom: 1px solid #d9dcda;
  padding: 22px 0;
}
.faq summary {
  font-size: 19px;
  font-weight: 650;
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary:after {
  content: "+";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}
.faq details[open] summary:after {
  content: "−";
}
.faq details p {
  margin-top: 18px;
  color: #5b605c;
}
.bottom-start {
  display: block;
  max-width: 380px;
  margin: 48px auto 0;
}
.bottom-start span {
  margin-left: 12px;
}
footer {
  border-top: 1px solid #dce0dd;
  max-width: 1440px;
  margin: auto;
  padding: 55px 32px 24px;
}
.footer-main {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 35px;
}
.footer-brand p {
  font-size: 14px;
  color: #626763;
  margin-top: 20px;
}
.footer-main h3 {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 18px;
}
.footer-main a,
.footer-main button {
  display: block;
  padding: 0;
  margin-bottom: 9px;
  text-align: left;
  font-size: 14px;
}
.fine-print {
  font-size: 11px;
  color: #757a76;
  margin-top: 55px;
}
dialog {
  width: min(440px, calc(100% - 32px));
  max-height: 85dvh;
  padding: 25px;
  border: 1px solid #ddd;
  border-radius: 24px;
  color: #242624;
  background: white;
  box-shadow: 0 20px 80px #0003;
}
dialog::backdrop {
  background: #0005;
  backdrop-filter: blur(3px);
}
.dialog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.dialog-head h2 {
  font-size: 23px;
  letter-spacing: -0.5px;
}
.done {
  border: 1px solid #ddd;
  border-radius: 22px;
  padding: 5px 14px;
  font-size: 13px;
}
.close {
  font-size: 28px;
  line-height: 1;
  padding: 4px 8px;
}
.option-search {
  width: 100%;
  border: 1px solid #ddd;
  background: #f6f7f6;
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 12px;
}
.options {
  max-height: 45dvh;
  overflow: auto;
}
.option {
  width: 100%;
  padding: 13px 12px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
}
.option:hover,
.option[aria-pressed="true"] {
  background: #eef1ef;
}
.option[aria-pressed="true"]:after {
  content: "✓";
}

.preview-note {
  color: #707670;
  font-size: 13px;
  margin: 18px 0 24px;
}

#infoText {
  margin: 12px 0 28px;
  color: #626762;
}
.sr-only,
.skip:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.skip:focus {
  position: fixed;
  z-index: 10;
  top: 8px;
  left: 8px;
  background: white;
  padding: 10px;
}
[hidden] {
  display: none !important;
}
@media (min-width: 1500px) {
  .hero {
    gap: 100px;
  }
  .features {
    max-width: 1300px;
  }
  .feature {
    gap: 70px;
  }
}
@media (max-width: 900px) {
  h1 {
    font-size: 34px;
  }
  .hero {
    gap: 28px;
  }
  .preferences {
    padding: 20px 16px 16px;
  }
  .preference-row {
    padding: 18px 8px;
  }
  .feature {
    grid-template-columns: 34% 1fr;
    gap: 35px;
    min-height: 540px;
  }
  .feature-copy h2 {
    font-size: 34px;
  }
  .rewards {
    flex-wrap: wrap;
  }
  .rewards > div {
    min-width: 100px;
  }
}
@media (max-width: 600px) {
  .header {
    height: 62px;
    padding: 20px;
    justify-content: center;
  }
  .header img {
    width: 112px;
    height: 16px;
  }
  .hero {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 7px 20px 40px;
    min-height: calc(100svh - 62px);
    align-items: stretch;
  }
  .desktop-only,
  .panel-title {
    display: none;
  }
  .hero h1 {
    font-size: 24px;
    text-align: center;
    letter-spacing: -0.65px;
  }
  .intro {
    font-size: 14px;
    line-height: 1.55;
    margin-top: 8px;
  }
  .preferences {
    display: flex;
    flex-direction: column;
    flex: 1;
    background: transparent;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    padding: 20px 24px 0;
  }
  .preference-row {
    padding: 20px 16px;
    min-height: 83px;
  }
  .segmented button,
  .chip {
    font-size: 12px;
    padding: 6px 11px;
  }
  .segmented {
    margin-left: -8px;
  }
  .chip {
    max-width: 150px;
  }
  .add {
    background: transparent;
  }
  .start {
    margin-top: auto;
    position: relative;
    top: 0;
    flex-shrink: 0;
  }
  .preference-row.last {
    margin-bottom: 55px;
  }
  .primary {
    font-size: 20px;
  }
  .features {
    padding: 0 24px;
  }
  .feature {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 50px 0;
    min-height: 0;
    align-items: stretch;
  }
  .feature-image {
    width: 100%;
    height: auto;
    max-width: 400px;
    margin: auto;
    border-radius: 22px;
  }
  .feature-copy h2 {
    font-size: 30px;
    letter-spacing: -0.8px;
    margin-bottom: 20px;
  }
  .feature-copy p:not(.eyebrow) {
    font-size: 15px;
    margin: 16px 0;
  }
  .feature-copy h3 {
    font-size: 18px;
  }
  .rewards {
    gap: 7px;
  }
  .rewards > div {
    padding: 12px;
    min-width: 0;
  }
  .rewards strong {
    font-size: 24px;
  }
  .rewards strong:before {
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }
  .rewards span {
    font-size: 10px;
  }
  .faq {
    padding: 0 24px;
    margin: 50px auto 60px;
  }
  .faq h2 {
    font-size: 32px;
  }
  .faq summary {
    font-size: 16px;
  }
  .faq details p {
    font-size: 14px;
  }
  footer {
    padding: 36px 24px 22px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .fine-print {
    margin-top: 35px;
  }
  dialog {
    padding: 22px;
  }
  .dialog-head h2 {
    font-size: 21px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}

#profileForm label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
#profileBio {
  width: 100%;
  resize: vertical;
  min-height: 140px;
  max-height: 35dvh;
  padding: 14px;
  border: 1px solid #d9dedb;
  border-radius: 14px;
  background: #f7f9f7;
  color: inherit;
  font: inherit;
  font-size: 15px;
}
#profileBio:focus-visible {
  outline: 3px solid #6684ae;
  outline-offset: 3px;
}
#profileBio[aria-invalid="true"] {
  border-color: #ad3434;
}
.profile-hint {
  font-size: 12px;
  color: #707670;
  margin: 8px 0 18px;
}
.profile-error {
  color: #ad3434;
  font-size: 13px;
  margin-bottom: 14px;
}
.profile-error:empty {
  display: none;
}
.matching-box {
  background: #f3f5f3;
  border: 1px solid #e0e5e1;
  border-radius: 18px;
  padding: 36px 22px;
  margin-bottom: 24px;
  text-align: center;
}
.matching-box p {
  font-size: 17px;
  line-height: 1.65;
  margin-top: 22px;
}
.matching-spinner {
  display: block;
  margin: 0 auto;
  width: 54px;
  height: 54px;
  border: 4px solid #dce1dd;
  border-top-color: #242624;
  border-radius: 50%;
  animation: match-spin 0.9s linear infinite;
}
@keyframes match-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .matching-spinner {
    animation: none;
  }
}
