:root {
  --page-bg: #f6f5f1;
  --surface: #ffffff;
  --surface-soft: #f0ede8;
  --surface-card: #f4f2ee;
  --text: #111111;
  --muted: #6b6b6b;
  --muted-cool: #6d7482;
  --line: #e8e5df;
  --hero-overlay: rgba(0, 0, 0, 0.41);
  --press-bg: #1a1820;
  --gold: #f5b301;
  --blue: #1358ff;
  --footer: #0c0c0c;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page-bg);
  color: var(--text);
  font-family: "Manrope", "Helvetica Neue", "SF Pro Text", system-ui, sans-serif;
}

a {
  color: inherit;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

img {
  max-width: 100%;
  display: block;
}

button,
input {
  font: inherit;
}

.container {
  width: min(1220px, calc(100% - 48px));
  margin-inline: auto;
}

.rail-shell {
  width: min(1440px, calc(100% - 24px));
  margin-left: max(24px, calc((100vw - 1220px) / 2));
}

.market-section {
  padding-block: clamp(82px, 9vw, 126px);
}

.logo {
  text-decoration: none;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 800;
  text-transform: lowercase;
}

.consumer-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  color: #ffffff;
}

.consumer-hero-media,
.consumer-hero-overlay {
  position: absolute;
  inset: 0;
}

.consumer-hero-media {
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.consumer-hero-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.46), var(--hero-overlay));
}

.consumer-nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
}

.consumer-nav .logo {
  color: #ffffff;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-right > a {
  text-decoration: none;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
}

.icon-cluster {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon-chip {
  width: 31px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
}

.icon-chip svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.signup,
.signup:visited,
.signup:hover,
.signup:focus-visible {
  min-height: 40px;
  padding: 10px 22px;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
}

.consumer-hero-content {
  position: relative;
  z-index: 2;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.consumer-hero-content h1 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 980px;
  font-size: clamp(3.2rem, 5.6vw, 4.3rem);
  line-height: 1.1;
  font-weight: 700;
}

.hero-cta {
  margin-top: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 16px 36px;
  border-radius: 8px;
  background: #ffffff;
  color: #111111;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 800;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.hero-cta:visited,
.hero-cta:hover,
.hero-cta:focus-visible {
  color: #111111;
}

.hero-cta:hover {
  transform: translateY(-2px);
  background: #f5f5f5;
}

.press-strip {
  background: var(--press-bg);
  padding: 34px 0;
}

.press-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 6vw, 72px);
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.92);
}

.press-logos span {
  font-size: clamp(1.55rem, 3.8vw, 3rem);
  letter-spacing: 0.01em;
  font-weight: 700;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 62px);
}

.value-grid h2 {
  max-width: 260px;
  font-size: clamp(2rem, 2.8vw, 2.2rem);
  line-height: 1.26;
  font-weight: 700;
}

.value-grid p {
  margin-top: 18px;
  max-width: 310px;
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--muted);
}

.category-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(170px, 180px);
  gap: 18px;
  overflow-x: auto;
  padding: 6px 18px 6px 0;
  scrollbar-width: none;
}

.category-rail::-webkit-scrollbar,
.expert-rail::-webkit-scrollbar,
.investor-rail::-webkit-scrollbar {
  display: none;
}

.category-pill {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.category-image {
  display: block;
  width: 100%;
  height: 74px;
  border-radius: 999px;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.03);
}

.category-label {
  font-size: 1rem;
  font-weight: 600;
}

.split-heading,
.single-heading {
  max-width: 1040px;
  font-size: clamp(2.25rem, 4.2vw, 3.55rem);
  line-height: 1.2;
  font-weight: 700;
}

.heading-strong {
  color: var(--text);
}

.heading-muted {
  color: var(--muted-cool);
  font-weight: 500;
}

.expert-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 290px);
  gap: 18px;
  overflow-x: auto;
  padding: 28px 24px 4px 0;
  scrollbar-width: none;
}

.expert-card {
  text-decoration: none;
  transition: transform 0.22s ease, filter 0.22s ease;
}

.expert-card:hover {
  transform: translateY(-4px);
  filter: saturate(1.03);
}

.expert-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 0.78;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.expert-badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  min-height: 30px;
  padding: 7px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  color: #111111;
  font-size: 0.88rem;
  font-weight: 800;
}

.expert-card-body {
  padding: 14px 2px 0;
}

.expert-rating {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 700;
}

.expert-rating span:first-child {
  color: var(--gold);
}

.expert-card h3 {
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.45rem;
  line-height: 1.25;
  font-weight: 700;
}

.verified {
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f7c21c, #e7a800);
  position: relative;
  flex: none;
}

.verified::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg) translate(-1px, -1px);
}

.verified-blue {
  background: linear-gradient(180deg, #2f74ff, #1157ec);
}

.expert-price {
  margin-top: 6px;
  font-size: 1.02rem;
  color: #595959;
}

.expert-bio {
  margin-top: 8px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.48;
}

.expert-tags,
.catalog-tags {
  margin-top: 10px;
  color: #7f6d55;
  font-size: 0.92rem;
  line-height: 1.4;
}

.catalog-results-meta {
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.market-empty {
  margin: 0;
  padding: 18px 0 8px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.5;
}

.detail-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.detail-tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.06);
  color: #2b2b2b;
  font-size: 0.9rem;
  font-weight: 700;
}

.detail-meta-line {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.98rem;
}

.testimonial-section {
  background: linear-gradient(180deg, #edeae4, #e8e5df);
}

.testimonial-carousel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.testimonial-center {
  max-width: 980px;
  margin-inline: auto;
  text-align: center;
}

.testimonial-avatar {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  object-fit: cover;
  margin-inline: auto;
}

.testimonial-stars {
  margin-top: 18px;
  color: var(--gold);
  font-size: 2rem;
  letter-spacing: 0.18em;
}

.testimonial-quote {
  margin-top: 22px;
  font-size: clamp(2.1rem, 4vw, 3.25rem);
  line-height: 1.35;
  font-weight: 500;
}

.testimonial-name {
  margin-top: 24px;
  font-size: 1rem;
  color: #2d2d2d;
}

.testimonial-btn {
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: #b4aea4;
  font-size: 3.2rem;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.testimonial-btn:hover {
  background: rgba(17, 17, 17, 0.06);
  color: #6e6a64;
}

.testimonial-dots {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.testimonial-dots .dot {
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 999px;
  background: #afafaf;
  cursor: pointer;
}

.testimonial-dots .dot.is-active {
  background: #1e1e1e;
}

.how-it-works {
  padding-top: 42px;
}

.how-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.how-card {
  background: var(--surface-card);
  border-radius: 14px;
  padding: 48px 30px;
  text-align: center;
}

.how-icon {
  width: 78px;
  height: 78px;
  margin-inline: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid #cecbc5;
}

.how-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: #333333;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.how-card h3 {
  margin-top: 22px;
  font-size: 2rem;
  line-height: 1.22;
  font-weight: 700;
}

.how-card p {
  margin-top: 14px;
  font-size: 1.02rem;
  line-height: 1.62;
  color: var(--muted);
}

.results-strip {
  overflow: hidden;
}

.results-layout {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(40px, 8vw, 120px);
  align-items: start;
}

.results-copy h2 {
  font-size: clamp(2.3rem, 4vw, 3.7rem);
  line-height: 1.18;
  font-weight: 700;
}

.results-copy p {
  margin-top: 16px;
  max-width: 460px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.results-visuals {
  min-height: 280px;
  position: relative;
}

.results-visuals img {
  position: absolute;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 18px 44px rgba(10, 10, 10, 0.08);
}

.results-visuals img:first-child {
  left: 0;
  top: 28px;
  width: min(48%, 320px);
  aspect-ratio: 1.1;
}

.results-visuals img:last-child {
  right: 0;
  top: 10px;
  width: min(42%, 260px);
  aspect-ratio: 1;
}

.mission-consumer {
  background: linear-gradient(180deg, #f3f0ea, #efebe4);
}

.mission-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(48px, 8vw, 120px);
  align-items: center;
}

.mission-grid h2 {
  max-width: 460px;
  font-size: clamp(2.3rem, 4.5vw, 4rem);
  line-height: 1.18;
  font-weight: 700;
}

.mission-grid p {
  max-width: 520px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.72;
}

.single-heading {
  margin-bottom: 26px;
}

.investor-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(170px, 190px);
  gap: 26px;
  overflow-x: auto;
  padding: 8px 24px 0 0;
}

.investor-card {
  text-align: center;
}

.investor-photo {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  object-fit: cover;
  margin-inline: auto;
  background: #e6e3de;
}

.investor-logo {
  display: grid;
  place-items: center;
  background: #111111;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 800;
}

.investor-card h3 {
  margin-top: 16px;
  font-size: 1.05rem;
  line-height: 1.35;
  font-weight: 700;
}

.investor-card p {
  margin-top: 6px;
  font-size: 0.98rem;
  line-height: 1.45;
  color: var(--muted);
}

.email-cta {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.38)),
    url("https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=1800&q=80")
      center/cover no-repeat;
  color: #ffffff;
}

.email-cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.26);
}

.email-cta-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.email-cta-inner h2 {
  max-width: 780px;
  margin-inline: auto;
  font-size: clamp(2.4rem, 4.8vw, 4.1rem);
  line-height: 1.18;
  font-weight: 700;
}

.email-form {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.email-form input {
  width: min(420px, 100%);
  min-height: 60px;
  border: none;
  border-radius: 10px;
  padding: 0 18px;
  color: #111111;
}

.email-form button {
  min-width: 190px;
  min-height: 60px;
  border: none;
  border-radius: 10px;
  background: var(--blue);
  color: #ffffff;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.email-form button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.market-footer {
  background: linear-gradient(180deg, #111111, var(--footer));
  color: #ffffff;
  padding-top: 72px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  gap: clamp(22px, 4vw, 50px);
}

.footer-brand p {
  margin-top: 24px;
  max-width: 360px;
  font-size: 1.12rem;
  line-height: 1.48;
  color: #d6d6d6;
}

.footer-cta {
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 15px 26px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-col h4 {
  font-size: 1.08rem;
  font-weight: 700;
}

.footer-col a {
  text-decoration: none;
  color: #e7e7e7;
  font-size: 0.99rem;
  line-height: 1.4;
}

.social-row {
  display: flex;
  gap: 10px;
}

.social {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-bottom {
  margin-top: 56px;
  padding: 18px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-bottom p,
.footer-bottom a {
  text-decoration: none;
  color: #efefef;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.coupon-sticky {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 30;
  min-width: 152px;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 8px;
  border: 2px solid #111111;
  background: #ffffff;
  color: #111111;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

@media (max-width: 1120px) {
  .value-grid,
  .how-grid,
  .mission-grid,
  .results-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .results-visuals {
    min-height: 240px;
  }
}

@media (max-width: 960px) {
  .container {
    width: min(1220px, calc(100% - 40px));
  }

  .rail-shell {
    width: calc(100% - 20px);
    margin-left: 20px;
  }

  .nav-right > a:not(.signup),
  .icon-cluster {
    display: none;
  }

  .consumer-hero {
    min-height: 660px;
  }

  .value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .email-form {
    flex-direction: column;
    align-items: center;
  }

  .email-form button,
  .email-form input {
    width: min(460px, 100%);
  }
}

@media (max-width: 680px) {
  .container {
    width: min(1220px, calc(100% - 30px));
  }

  .rail-shell {
    width: calc(100% - 15px);
    margin-left: 15px;
  }

  .consumer-nav .logo,
  .market-footer .logo {
    font-size: 2.25rem;
  }

  .consumer-hero-content h1,
  .split-heading,
  .single-heading,
  .results-copy h2,
  .mission-grid h2,
  .email-cta-inner h2 {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .consumer-hero-content {
    min-height: 560px;
  }

  .press-logos {
    gap: 18px 28px;
  }

  .press-logos span {
    font-size: 1.55rem;
  }

  .value-grid {
    grid-template-columns: 1fr;
  }

  .value-grid h2 {
    max-width: none;
  }

  .expert-rail {
    grid-auto-columns: minmax(220px, 250px);
  }

  .testimonial-carousel {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .testimonial-btn {
    display: none;
  }

  .how-grid {
    grid-template-columns: 1fr;
  }

  .how-card {
    text-align: left;
  }

  .how-icon {
    margin-inline: 0;
  }

  .results-visuals {
    min-height: 180px;
  }

  .results-visuals img:first-child {
    width: 54%;
  }

  .results-visuals img:last-child {
    width: 42%;
  }

  .investor-rail {
    grid-auto-columns: minmax(150px, 170px);
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .coupon-sticky {
    left: 12px;
    bottom: 12px;
    min-width: 128px;
    min-height: 48px;
    font-size: 0.92rem;
  }
}
