/*  Reset & Base  */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #1a1a1a;
  background: #ffffff;
  font-size: 18px;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: inherit;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}

/*  Nav  */
.nav {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  width: 100%;
}

.nav .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.logo {
  font-size: 20px;
  font-weight: 500;
  color: #1a1a1a;
}

.logo span {
  color: #185FA5;
}

.nav-links {
  display: flex;
  gap: 28px;
  font-size: 16px;
  color: #666666;
}

.nav-links a {
  color: #666666;
  transition: color 0.15s;
}

.nav-links a:hover {
  color: #1a1a1a;
}

/*  Hero  */
.hero {
  background: #EEF5FC;
  width: 100%;
  padding: 88px 40px 80px;
  text-align: center;
}

.eyebrow {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #185FA5;
  background: transparent;
  border: 1.5px solid #185FA5;
  padding: 6px 20px;
  border-radius: 24px;
  margin-bottom: 28px;
  letter-spacing: 0.03em;
}

.hero h1 {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 24px;
  color: #1a1a1a;
}

.highlight {
  color: #185FA5;
  font-weight: 700;
}

.hero p {
  font-size: 19px;
  color: #444444;
  max-width: 600px;
  margin: 0 auto 40px;
  line-height: 1.85;
}

.cta-row {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.btn-main {
  background: #185FA5;
  color: #ffffff;
  border: none;
  padding: 15px 32px;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  transition: background 0.15s;
}

.btn-main:hover {
  background: #0C447C;
}

.btn-ghost {
  background: transparent;
  color: #1a1a1a;
  border: 1px solid #cccccc;
  padding: 15px 32px;
  border-radius: 8px;
  font-size: 17px;
  cursor: pointer;
  display: inline-block;
  transition: border-color 0.15s;
}

.btn-ghost:hover {
  border-color: #888888;
}

.hero-hint {
  font-size: 15px;
  color: #555555;
  font-style: italic;
  font-weight: 500;
}

/*  Divider  */
.divider {
  border: none;
  border-top: 1px solid #e2eaf4;
  margin: 0;
}

/*  Problem  */
.problem {
  background: #ffffff;
  width: 100%;
  padding: 64px 40px;
  text-align: center;
  border-top: 1px solid #e2eaf4;
  border-bottom: 1px solid #e2eaf4;
}

.problem-inner {
  max-width: 700px;
  margin: 0 auto;
}

.problem p {
  font-size: 18px;
  color: #555555;
  line-height: 1.9;
  margin-bottom: 18px;
}

.problem-cta {
  font-size: 20px !important;
  font-weight: 500;
  color: #1a1a1a !important;
  margin-bottom: 0 !important;
}

/*  How It Works  */
.how {
  background: #f4f7fb;
  width: 100%;
  padding: 64px 0;
  border-top: 1px solid #e2eaf4;
  border-bottom: 1px solid #e2eaf4;
}

.section-eyebrow {
  font-size: 13px;
  font-weight: 500;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 10px;
}

.section-title {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
  color: #1a1a1a;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.step {
  background: #ffffff;
  border: 1px solid #dde8f5;
  border-radius: 12px;
  padding: 36px 28px;
  text-align: center;
}

.step-icon {
  width: 68px;
  height: 68px;
  border-radius: 12px;
  background: #185FA5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
}

.step h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #1a1a1a;
}

.step p {
  font-size: 16px;
  color: #666666;
  line-height: 1.75;
}

/*  Market  */
.market {
  background: #ffffff;
  width: 100%;
  padding: 64px 0;
}

.market-intro {
  text-align: center;
  font-size: 17px;
  color: #555555;
  max-width: 600px;
  margin: 0 auto 16px;
  line-height: 1.8;
}

.market-statement {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 24px;
}

.tier-legend {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 32px;
}

.leg-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #666666;
}

.leg-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
}

.lg { background: #639922; }
.lb { background: #185FA5; }
.lp { background: #534AB7; }

.leg-label {
  font-weight: 500;
  color: #1a1a1a;
  margin-right: 2px;
}

.cat-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 32px;
}

.cat-tab {
  padding: 7px 18px;
  border-radius: 20px;
  border: 1px solid #dddddd;
  background: #ffffff;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
  transition: all 0.15s;
}

.cat-tab:hover {
  border-color: #aaaaaa;
  color: #1a1a1a;
}

.cat-tab.active {
  background: #185FA5;
  color: #ffffff;
  border-color: #185FA5;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 900px;
  margin: 0 auto;
  opacity: 1;
  transition: opacity 0.2s, transform 0.2s;
}

.cards.out {
  opacity: 0;
  transform: translateY(6px);
}

.card {
  background: #ffffff;
  border: 1.5px solid #B5D4F4;
  border-radius: 12px;
  padding: 22px;
  display: flex;
  flex-direction: column;
}

.card-tier-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-bottom: 14px;
}

.tbadge {
  font-size: 12px;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 20px;
}

.tg { background: #EAF3DE; color: #27500A; }
.tb { background: #E6F1FB; color: #0C447C; }
.tp { background: #EEEDFE; color: #3C3489; }

.tdot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.dg { background: #639922; }
.db { background: #185FA5; }
.dp { background: #534AB7; }

.card-brand {
  font-size: 17px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 2px;
  text-align: center;
}

.card-name {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #888888;
  text-align: center;
}

.card-line {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  margin-bottom: 14px;
}

.card-price {
  font-size: 24px;
  font-weight: 500;
  color: #185FA5;
  margin-bottom: 12px;
}

.bar-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.bar-track {
  flex: 1;
  height: 4px;
  background: #f0f0f0;
  border-radius: 2px;
  overflow: hidden;
}

.bar-fill {
  height: 100%;
  border-radius: 2px;
}

.fg { background: #639922; }
.fb { background: #185FA5; }
.fp { background: #534AB7; }

.bar-val {
  font-size: 13px;
  color: #666666;
  font-weight: 500;
  white-space: nowrap;
}

.card-band {
  font-size: 13px;
  color: #999999;
  margin-bottom: 16px;
}

.card-btn {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #dddddd;
  background: transparent;
  font-size: 14px;
  color: #1a1a1a;
  cursor: pointer;
  transition: background 0.15s;
}

.card-btn:hover {
  background: #f8f8f8;
}

.market-note {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #444444;
  background: #f4f4f4;
  border: 1px solid #e0e0e0;
  padding: 7px 20px;
  border-radius: 24px;
  margin-top: 24px;
}

.market-note-wrap {
  text-align: center;
}


/* ---- Card image ---- */
.card-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.card-image img {
  max-width: 100%;
  max-height: 140px;
  object-fit: contain;
}

/* ---- Top Rated card highlight (index standout tier) ---- */
.card.card-top-rated {
  border: 1.5px solid #185FA5;
  background: #EEF5FC;
}

.top-rated-pill-index {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #ffffff;
  background: #185FA5;
  border-radius: 20px;
  padding: 3px 8px;
  white-space: nowrap;
  letter-spacing: 0.02em;
}

/* ---- Top Rated pill on browse list ---- */
.browse-row.top-rated {
  position: relative !important;
  margin-top: 16px !important;
}

.top-rated-pill {
  position: absolute !important;
  top: -13px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: inline-block !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  background: #185FA5 !important;
  border-radius: 20px !important;
  padding: 3px 12px !important;
  white-space: nowrap !important;
  letter-spacing: 0.02em !important;
  z-index: 2 !important;
}

/* ---- Card pick line ---- */
.card-pick-line {
  font-size: 11px;
  font-weight: 500;
  color: #aaaaaa;
  text-align: center;
  margin-bottom: 12px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

/* ---- Card description bullets ---- */
.card-desc {
  margin-bottom: 14px;
  flex: 1;
}

.card-desc-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.card-desc-bullets li {
  font-size: 12px;
  color: #555555;
  line-height: 1.55;
  padding-left: 14px;
  position: relative;
}

.card-desc-bullets li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  color: #185FA5;
  font-weight: 700;
}

.card-desc-text {
  font-size: 12px;
  color: #555555;
  line-height: 1.6;
  margin: 0;
}

/* ---- Retailer rows ---- */
.card-retailers {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: auto;
  border-top: 1px solid #f0f0f0;
  padding-top: 12px;
}

.card-retailer-row {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  padding: 7px 12px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  transition: border-color 0.15s, background 0.15s;
}

.card-retailer-row:hover {
  border-color: #185FA5;
  background: #EEF5FC;
}

.card-retailer-price {
  font-size: 15px;
  font-weight: 600;
  color: #185FA5;
  white-space: nowrap;
}

.card-retailer-name {
  font-size: 12px;
  color: #888888;
}

.card-retailer-row:hover .card-retailer-name {
  color: #185FA5;
}

/*  Final CTA  */
.final {
  background: #EEF5FC;
  width: 100%;
  padding: 72px 40px;
  text-align: center;
}

.final h2 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 14px;
  color: #1a1a1a;
}

.final p {
  font-size: 18px;
  color: #555555;
  margin-bottom: 36px;
}

.final-hint {
  font-size: 16px;
  color: #185FA5;
  margin-top: 16px;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
}

/*  Trust  */
.trust {
  background: #0C3460;
  width: 100%;
  padding: 72px 0;
}

.trust-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 40px;
}

.trust h2 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 28px;
  color: #ffffff;
}

.trust p {
  font-size: 17px;
  color: #a8c4e0;
  line-height: 1.95;
  margin-bottom: 20px;
}

.trust strong {
  color: #ffffff;
  font-weight: 500;
}

.trust-sign {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid #1e4d7a;
}

/*  Footer  */
.foot {
  background: #ffffff;
  border-top: 1px solid #eeeeee;
  width: 100%;
}

.foot .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 22px;
  flex-wrap: wrap;
  gap: 12px;
}

.foot-left {
  font-size: 14px;
  color: #aaaaaa;
}

.foot-links {
  display: flex;
  gap: 20px;
  font-size: 14px;
  color: #aaaaaa;
}

.foot-links a {
  color: #aaaaaa;
  transition: color 0.15s;
}

.foot-links a:hover {
  color: #1a1a1a;
}