:root {
  --navy: #1b2a4a;
  --button-navy: #0b1f3a;
  --muted: #647084;
  --line: #dce9e5;
  --soft: #eff9f6;
  --teal-soft: #cfefe3;
  --mint: #14b8a6;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--navy);
  background: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.wrap { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.header-wrap { width: min(1320px, calc(100% - 48px)); }

nav {
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: flex; align-items: center; }
.brand img { display: block; width: 218px; height: auto; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 27px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 400;
}
.nav-links > a:not(.pill) { padding: 10px 0; }
.nav-links .pill { background: var(--mint); }
.pill, button { border: 0; cursor: pointer; font: inherit; }
.pill { padding: 11px 17px; border-radius: 999px; background: var(--button-navy); color: #fff; font-size: 14px; font-weight: 600; }

.hero { padding: 96px 0 76px; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 21px; color: var(--navy); font-size: 14px; font-weight: 500; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); }
h1 { max-width: 810px; margin: 0 auto; font-size: clamp(45px, 6.2vw, 78px); line-height: 1.02; letter-spacing: -4.2px; font-weight: 700; }
h1 em { font-style: normal; background: linear-gradient(transparent 62%, var(--teal-soft) 0); }
.hero p { max-width: 555px; margin: 25px auto 31px; color: var(--muted); font-size: 18px; line-height: 1.55; font-weight: 300; }
.actions { display: flex; justify-content: center; gap: 12px; }
.button-primary, .button-secondary { padding: 14px 21px; border-radius: 999px; font-size: 15px; font-weight: 600; }
.button-primary { background: var(--button-navy); color: #fff; }
.button-secondary { background: #fff; color: var(--navy); box-shadow: inset 0 0 0 1px var(--line); }
.trust { margin-top: 31px; color: #818181; font-size: 13px; }

.search-card { margin-top: 14px; padding: 12px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 20px 45px rgba(27,42,74,.07); }
.search { display: flex; align-items: center; gap: 12px; padding: 7px 7px 7px 16px; background: var(--soft); border-radius: 14px; text-align: left; }
.search-icon { font-size: 21px; line-height: 1; }
.search-copy { flex: 1; }
.search-label { font-size: 14px; color: var(--muted); }
.search-example { margin-top: 2px; font-size: 16px; font-weight: 600; }
.search-button { padding: 12px 18px; border-radius: 10px; background: var(--mint); color: #fff; font-weight: 600; }

.brands { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.brand-strip { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #78938c; font-size: 12px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
.brand-strip strong { color: var(--navy); font-size: 15px; letter-spacing: -.4px; text-transform: none; }

.offers { padding: 75px 0 104px; }
.offers-heading { margin-bottom: 36px; text-align: center; }
.offers-heading h2 { margin: 10px auto 0; }
.offer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.offer-card { min-height: 255px; display: flex; flex-direction: column; padding: 23px; border: 1px solid var(--line); border-radius: 16px; background: #fff; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.offer-card:hover, .offer-card:focus-visible { border-color: var(--teal-soft); background: var(--teal-soft); transform: translateY(-4px); outline: none; }
.offer-card h3 { margin: 0; color: var(--navy); font-size: 22px; letter-spacing: -1px; }
.offer-card p { margin: 11px 0; color: var(--muted); font-size: 14px; line-height: 1.5; font-weight: 300; }
.offer-card span { margin-top: auto; color: var(--navy); font-size: 13px; font-weight: 600; }

.directory { padding: 54px 0 85px; }
.back-link { display: inline-block; color: var(--muted); font-size: 12px; font-weight: 500; }
.back-link:hover, .back-link:focus-visible { color: var(--mint); outline: none; }
.directory-intro { max-width: 700px; margin: 75px 0 46px; }
.directory-intro h1 { max-width: 700px; margin: 10px 0 18px; font-size: clamp(40px, 5vw, 66px); }
.directory-intro p { max-width: 540px; color: var(--muted); font-size: 17px; line-height: 1.55; font-weight: 300; }
.directory-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.directory-list article { padding: 25px; border: 1px solid var(--line); border-radius: 15px; background: var(--soft); scroll-margin-top: 24px; }
.directory-list h2 { margin: 0; font-size: 23px; letter-spacing: -1px; }
.directory-list p { margin: 8px 0 0; color: var(--muted); font-weight: 300; }
.brand-group { margin-top: 64px; }
.brand-group > h2 { margin: 0 0 20px; color: var(--navy); font-size: 34px; }
.brand-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.brand-list article { min-height: 168px; display: flex; flex-direction: column; padding: 21px; border: 1px solid var(--line); border-radius: 14px; background: var(--soft); scroll-margin-top: 24px; }
.brand-list article.brand-card { --pointer-x: 50%; --pointer-y: 50%; cursor: pointer; background: radial-gradient(250px circle at var(--pointer-x) var(--pointer-y), var(--teal-soft) 0%, var(--soft) 58%); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.brand-list article.brand-card:hover, .brand-list article.brand-card:focus-visible { border-color: var(--mint); box-shadow: 0 10px 24px rgba(27, 42, 74, .08); transform: translateY(-4px); outline: none; }
.brand-list h3 { margin: 0; color: var(--navy); font-size: 19px; letter-spacing: -.6px; }
.brand-list p { margin: 9px 0; color: var(--muted); font-size: 14px; line-height: 1.45; font-weight: 300; }
.brand-list span { margin-top: auto; color: var(--mint); font-size: 12px; font-weight: 600; }
.category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.category-card { min-height: 230px; display: flex; flex-direction: column; padding: 27px; border: 1px solid var(--line); border-radius: 16px; background: var(--soft); transition: transform .2s ease, background .2s ease; }
.category-card:hover, .category-card:focus-visible { background: var(--teal-soft); transform: translateY(-4px); outline: none; }
.category-card > span { color: var(--mint); font-size: 13px; font-weight: 700; }
.category-card h2 { margin: 45px 0 10px; font-size: 28px; }
.category-card p { margin: 0; color: var(--muted); font-weight: 300; line-height: 1.5; }
.category-card b { margin-top: auto; padding-top: 22px; font-size: 13px; }

.store-page { padding: 54px 0 90px; }
.store-hero { max-width: 760px; margin: 76px 0 42px; }
.store-hero h1 { max-width: 760px; margin: 10px 0 16px; font-size: clamp(42px, 5.5vw, 68px); }
.store-hero p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.55; font-weight: 300; }
.store-deal { padding: 34px; border-radius: 20px; background: var(--teal-soft); }
.store-deal > span { color: var(--mint); font-size: 13px; font-weight: 700; text-transform: uppercase; }
.store-deal h2 { max-width: 820px; margin: 11px 0; font-size: clamp(27px, 3.4vw, 44px); }
.store-deal p { margin: 0; color: var(--navy); font-weight: 300; }
.store-includes { padding: 72px 0; }
.store-includes h2, .claim-steps > h2 { margin: 0 0 25px; font-size: 32px; }
.product-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.product-pills span { padding: 11px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--soft); color: var(--navy); font-size: 14px; font-weight: 500; }
.claim-steps { padding: 36px; border: 1px solid var(--line); border-radius: 20px; }
.claim-steps > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.claim-steps article { padding-right: 18px; border-right: 1px solid var(--line); }
.claim-steps article:last-child { border-right: 0; }
.claim-steps article span { color: var(--mint); font-size: 13px; font-weight: 700; }
.claim-steps h3 { margin: 42px 0 9px; font-size: 20px; letter-spacing: -.6px; }
.claim-steps p { margin: 0; color: var(--muted); line-height: 1.5; font-weight: 300; }

.verification { padding: 54px 0 85px; }
.verification-card { width: min(100%, 680px); margin: 64px auto 0; padding: 50px; border: 1px solid var(--line); border-radius: 24px; background: var(--soft); }
.verification-card h1 { max-width: 560px; margin: 10px 0 16px; font-size: clamp(38px, 5vw, 60px); }
.verification-card > p { max-width: 500px; margin: 0 0 32px; color: var(--muted); font-size: 16px; line-height: 1.55; font-weight: 300; }
.verification form { display: grid; gap: 18px; }
.verification label { display: grid; gap: 8px; color: var(--navy); font-size: 13px; font-weight: 600; }
.verification input { width: 100%; min-width: 0; padding: 13px 14px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--navy); font: inherit; font-size: 15px; font-weight: 400; outline: none; }
.verification input:focus { border-color: var(--mint); box-shadow: 0 0 0 3px rgba(20, 184, 166, .16); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.verification-submit { justify-self: start; margin-top: 8px; border: 0; }
.form-note { margin: -8px 0 0; color: var(--muted); font-size: 12px; font-weight: 300; }
.form-success { margin: 0; color: var(--navy); font-size: 14px; font-weight: 600; }

.how { padding: 104px 0 58px; }
.section-top { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 47px; }
.kicker { color: var(--mint); font-size: 14px; font-weight: 700; }
h2 { max-width: 530px; margin: 10px 0 0; font-size: clamp(32px, 4vw, 49px); line-height: 1.08; letter-spacing: -2.5px; }
.section-top p { max-width: 315px; margin: 0; color: var(--muted); line-height: 1.55; font-weight: 300; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.step { min-height: 280px; padding: 28px; border-right: 1px solid var(--line); }
.step:last-child { border-right: 0; }
.number { color: var(--mint); font-size: 13px; font-weight: 700; }
.step h3 { margin: 78px 0 10px; font-size: 22px; letter-spacing: -1px; }
.step p { margin: 0; color: var(--muted); line-height: 1.5; font-weight: 300; }
.tag { display: inline-block; margin-top: 22px; padding: 7px 10px; border-radius: 7px; background: #CFEFE3; color: var(--navy); font-size: 12px; font-weight: 500; }

.cta { margin: 0 auto 54px; padding: 63px 40px; border-radius: 24px; background: var(--teal-soft); text-align: center; }
.cta h2 { max-width: 620px; margin: 0 auto 17px; }
.cta p { max-width: 455px; margin: 0 auto 25px; color: var(--navy); font-size: 16px; line-height: 1.5; font-weight: 300; }
.cta .button-primary { display: inline-block; }
.student-voices { padding: 50px 0 104px; }
.voices-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 38px; }
.voices-heading h2 { margin-top: 10px; }
.voices-heading > p { max-width: 310px; margin: 0; color: var(--muted); line-height: 1.55; font-weight: 300; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.testimonial { min-height: 260px; display: flex; flex-direction: column; margin: 0; padding: 26px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.quote-mark { color: var(--mint); font-size: 48px; font-weight: 700; line-height: .7; }
.testimonial blockquote { margin: 25px 0; color: var(--navy); font-size: 16px; line-height: 1.55; font-weight: 400; }
.testimonial figcaption { display: grid; gap: 3px; margin-top: auto; font-size: 13px; }
.testimonial figcaption strong { color: var(--navy); }
.testimonial figcaption span { color: var(--muted); font-weight: 300; }
.rating-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 8px 50px; margin-top: 18px; padding: 31px; border-radius: 17px; background: var(--teal-soft); }
.rating-card h3 { margin: 8px 0 7px; color: var(--navy); font-size: 24px; letter-spacing: -1px; }
.rating-card p { margin: 0; color: var(--navy); font-weight: 300; }
.rating-control { display: flex; gap: 5px; }
.star { padding: 0; border: 0; background: transparent; color: #9bcfc4; font-size: 37px; line-height: 1; cursor: pointer; transition: color .15s ease, transform .15s ease; }
.star:hover, .star:focus-visible, .star.is-selected { color: var(--mint); transform: scale(1.1); outline: none; }
.rating-message { grid-column: 2; min-height: 20px; color: var(--navy) !important; font-size: 13px; text-align: right; }
.review-form { display: grid; grid-column: 1 / -1; gap: 9px; margin-top: 12px; }
.review-form label { color: var(--navy); font-size: 13px; font-weight: 600; }
.review-form textarea { width: 100%; resize: vertical; padding: 13px 14px; border: 1px solid rgba(27, 42, 74, .18); border-radius: 10px; background: #fff; color: var(--navy); font: inherit; font-size: 14px; font-weight: 300; outline: none; }
.review-form textarea:focus { border-color: var(--mint); box-shadow: 0 0 0 3px rgba(20, 184, 166, .16); }
.review-form .button-primary { justify-self: start; border: 0; }
.review-message { min-height: 19px; color: var(--navy) !important; font-size: 13px; font-weight: 500 !important; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 23px 0 34px; color: var(--muted); font-size: 13px; }

@media (max-width: 680px) {
  .wrap { width: min(100% - 32px, 1160px); }
  nav { height: 68px; }
  .brand { margin-left: 0; }
  .brand img { width: 130px; height: auto; }
  .nav-links { gap: 10px; font-size: 12px; }
  .pill { padding: 9px 11px; font-size: 12px; }
  .hero { padding: 68px 0 55px; }
  h1 { letter-spacing: -2.8px; }
  .hero p { font-size: 16px; }
  .search-card { margin-top: 5px; }
  .search-button { padding: 11px; font-size: 0; }
  .search-button::after { content: "→"; font-size: 18px; }
  .brand-strip { flex-wrap: wrap; justify-content: center; gap: 14px 25px; padding: 23px 0; }
  .offers { padding: 68px 0 76px; }
  .offer-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .offer-card { min-height: 185px; padding: 18px; }
  .offer-card h3 { font-size: 19px; }
  .offer-card p { font-size: 13px; }
  .directory { padding-top: 35px; }
  .directory-intro { margin: 55px 0 32px; }
  .directory-list { grid-template-columns: 1fr; }
  .brand-list { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .brand-group { margin-top: 48px; }
  .brand-list article { min-height: 160px; padding: 17px; }
  .category-grid { grid-template-columns: 1fr; }
  .store-page { padding-top: 35px; }
  .store-hero { margin: 52px 0 30px; }
  .store-deal, .claim-steps { padding: 24px 20px; }
  .store-includes { padding: 53px 0; }
  .claim-steps > div { grid-template-columns: 1fr; gap: 0; }
  .claim-steps article { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .claim-steps article:last-child { border-bottom: 0; }
  .claim-steps h3 { margin-top: 25px; }
  .verification { padding-top: 35px; }
  .verification-card { margin-top: 45px; padding: 32px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 18px; }
  .section-top { display: block; margin-bottom: 32px; }
  .section-top p { margin-top: 17px; }
  .how { padding: 73px 0; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 205px; border-right: 0; border-bottom: 1px solid var(--line); }
  .step:last-child { border-bottom: 0; }
  .step h3 { margin-top: 42px; }
  .cta { padding: 48px 22px; }
  .student-voices { padding: 25px 0 75px; }
  .voices-heading { display: block; margin-bottom: 28px; }
  .voices-heading > p { margin-top: 16px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial { min-height: 210px; }
  .rating-card { grid-template-columns: 1fr; gap: 21px; padding: 25px 20px; }
  .rating-message { grid-column: auto; text-align: left; }
  .review-form { grid-column: auto; }
  .star { font-size: 34px; }
  footer { gap: 12px; flex-direction: column; text-align: center; }
}
