/* Homepage-only presentation; sibling pages keep their established styles. */
.consumer-page {
  --muted: #b8b1a5;
}
.consumer-page .background-blob {
  display: none;
}
.consumer-page .header {
  position: relative;
  background: transparent;
  backdrop-filter: none;
  border-bottom: 1px solid var(--border);
}
.consumer-page .header-container {
  min-height: 88px;
}
.consumer-page .logo-text {
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}
.consumer-page .logo-img {
  width: 32px;
  height: 32px;
}
.consumer-page .hero {
  padding: 55px 0 65px;
}
.consumer-page .hero-grid {
  grid-template-columns: 1.25fr 0.8fr;
  gap: 65px;
}
.consumer-page .hero-content {
  text-align: left;
  margin: 0;
  max-width: 650px;
}
.consumer-page .hero-title {
  font-size: clamp(3rem, 5.5vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.05;
}
.consumer-page .hero-subtitle {
  margin: 25px 0 28px;
  max-width: 530px;
}
.consumer-page .hero-actions {
  justify-content: flex-start;
  gap: 18px;
}
.consumer-page .hero-visual::before {
  display: none;
}
.consumer-page .phone-frame,
.consumer-page .hero-visual .phone-frame {
  width: 265px;
  max-width: 100%;
  border: 2px solid #666460;
  background: #060709;
  border-radius: 36px;
  padding: 7px;
  box-shadow:
    inset 0 0 0 2px #1c1e20,
    0 20px 45px #0005;
}
.consumer-page .phone-screenshot {
  border-radius: 27px;
}
.consumer-page .qr-handoff {
  padding: 10px 12px;
  background: #121316;
}
.consumer-page .qr-handoff-text {
  font-size: 0.875rem;
}
.consumer-page .home-method {
  padding-block: 45px;
  border-block: 1px solid var(--border);
}
.method-intro {
  display: block;
  max-width: 720px;
  margin: 0 auto 36px;
  text-align: center;
}
.method-intro h2 {
  font-size: clamp(2.2rem, 3.5vw, 3rem);
  font-weight: 400;
  margin: 0;
}
.method-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  list-style: none;
}
.method-steps li {
  border-left: 1px solid #514334;
  padding-left: 22px;
}
.method-steps li > span {
  color: #fb923c;
  font-size: 0.8rem;
  display: block;
  margin-bottom: 12px;
}
.method-steps h3 {
  font-family: var(--font-sans);
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.method-steps p,
.home-feature p,
.home-coach p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}
.home-feature {
  display: grid;
  grid-template-columns: 1.15fr 0.8fr;
  align-items: center;
  gap: 80px;
  padding-block: 65px;
  border-bottom: 1px solid var(--border);
}
.home-feature h2,
.home-coach h2 {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 400;
  letter-spacing: -0.035em;
}
.home-feature-copy {
  max-width: 550px;
}
.home-phone-stage {
  display: flex;
  justify-content: center;
  padding: 15px;
  background: radial-gradient(ellipse at center, #30251b88, transparent 68%);
}
.home-feature-reverse .home-feature-copy {
  order: 2;
}
.home-feature-reverse {
  grid-template-columns: 0.8fr 1.15fr;
}
.home-feature-reverse .home-phone-stage {
  order: 1;
}
.home-benefits {
  list-style: none;
  display: grid;
  gap: 14px;
  margin-top: 28px;
}
.home-benefits li {
  display: flex;
  gap: 12px;
  font-size: 1rem;
}
.home-benefits li::before {
  content: '✓';
  color: #fb923c;
}
.feedback-example {
  border-left: 2px solid #fb923c;
  padding: 18px 24px;
  background: #191612;
  border-radius: 0 12px 12px 0;
  margin-top: 28px;
}
.feedback-example .example-label {
  color: #fb923c;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.feedback-example p {
  color: var(--fg);
  font-family: var(--font-serif);
  font-size: 1.7rem;
  margin: 10px 0;
  line-height: 1.3;
}
.feedback-example > span:last-child {
  color: var(--muted);
  font-size: 0.9rem;
}
.home-feature .review-note {
  padding-top: 20px;
  font-size: 0.875rem;
}
.home-coach {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 0;
  margin-block: 60px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #141517;
}
.home-coach > img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center 35%;
}
.home-coach > div {
  align-self: center;
  padding: 35px 45px;
}
.home-coach h2 {
  font-size: 2.7rem;
}
.home-coach .btn {
  margin-top: 24px;
}
.consumer-page .faq {
  background: transparent;
  padding: 10px 0 60px;
}
.consumer-page .faq .section-header {
  margin-bottom: 30px;
}
.consumer-page .faq .section-title {
  font-size: 2.8rem;
  font-weight: 400;
}
.consumer-page .faq-grid {
  max-width: none;
  gap: 14px;
  align-items: start;
}
.consumer-page .faq-item {
  padding: 0;
  border-radius: 12px;
  box-shadow: none;
  border: 1px solid #39332d;
}
.consumer-page .faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px;
  font-size: 1rem;
  font-weight: 500;
}
.consumer-page .faq-item summary::-webkit-details-marker {
  display: none;
}
.consumer-page .faq-item summary::after {
  content: '+';
  color: #fb923c;
  font-size: 1.3rem;
}
.consumer-page .faq-item[open] summary::after {
  content: '−';
}
.consumer-page .faq-item[open] {
  background: #191612;
  border-color: #6d5338;
}
.consumer-page .faq-item p {
  padding: 0 22px 22px;
  font-size: 1rem;
}
.consumer-page .cta {
  padding: 85px 0;
}
.consumer-page .cta-overlay {
  background: linear-gradient(
    180deg,
    var(--bg) 0%,
    rgba(8, 9, 12, 0.78) 18%,
    rgba(8, 9, 12, 0.65) 42%,
    rgba(8, 9, 12, 0.78) 72%,
    var(--bg) 100%
  );
}
.consumer-page .cta-title {
  font-size: clamp(2.5rem, 4vw, 3.6rem);
  font-weight: 400;
}
.consumer-page .footer {
  padding-top: 45px;
  background: var(--bg);
  border-top: 0;
}
.consumer-page .footer-grid {
  gap: 30px;
}
.consumer-page :focus-visible {
  outline: 3px solid #fb923c;
  outline-offset: 4px;
}
.consumer-page .faq-item summary:focus-visible {
  outline-offset: -4px;
  border-radius: 12px;
}
.home-skip {
  position: absolute;
  top: -100px;
  left: 16px;
  background: var(--cream);
  color: var(--ink);
  padding: 12px;
  z-index: 100;
}
.home-skip:focus {
  top: 12px;
}
@media (max-width: 899px) {
  .consumer-page .hero-grid {
    gap: 30px;
  }
  .consumer-page .nav {
    gap: 16px;
  }
  .home-feature {
    gap: 35px;
  }
  .home-coach > div {
    padding: 28px;
  }
  .home-coach h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 650px) {
  .consumer-page .hero-content,
  .method-steps,
  .home-feature-copy,
  .home-coach > div,
  .consumer-page .footer-grid {
    text-align: center;
  }
  .consumer-page .hero-content,
  .consumer-page .hero-subtitle,
  .home-feature-copy,
  .consumer-page .footer-brand p {
    margin-inline: auto;
  }
  .consumer-page .hero-actions {
    justify-content: center;
  }
  .method-steps li {
    border-left: 0;
    padding: 18px 12px 0;
    border-top: 1px solid var(--border);
  }
  .home-benefits li {
    display: block;
  }
  .home-benefits li::before {
    margin-right: 8px;
  }
  .feedback-example {
    border-left: 0;
    border-top: 2px solid #fb923c;
    border-radius: 0 0 12px 12px;
  }
  .consumer-page .container {
    width: calc(100% - 36px);
    padding-inline: 0;
  }
  .consumer-page .header-container {
    min-height: 76px;
  }
  .consumer-page .nav a:not(.btn) {
    display: none;
  }
  .consumer-page .logo-text {
    font-size: 0.75rem;
  }
  .consumer-page .hero {
    padding: 40px 0;
  }
  .consumer-page .hero-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .consumer-page .hero-title {
    font-size: 3.2rem;
  }
  .consumer-page .hero-visual .phone-frame {
    width: 235px;
  }
  .consumer-page .hero-subtitle {
    font-size: 1.05rem;
  }
  .method-intro {
    display: block;
    margin-bottom: 25px;
  }
  .method-steps {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .method-steps li > span {
    margin-bottom: 7px;
  }
  .home-feature,
  .home-feature-reverse {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 42px;
  }
  .home-feature-reverse .home-feature-copy,
  .home-feature-reverse .home-phone-stage {
    order: initial;
  }
  .consumer-page .phone-frame {
    width: 245px;
  }
  .home-coach {
    grid-template-columns: 1fr;
    margin-block: 35px;
  }
  .home-coach > img {
    height: 290px;
    object-position: center 30%;
  }
  .home-coach > div {
    padding: 28px 24px;
  }
  .consumer-page .faq-grid {
    grid-template-columns: 1fr;
  }
  .consumer-page .faq .section-title {
    font-size: 2.4rem;
  }
  .consumer-page .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .consumer-page .footer-brand {
    grid-column: 1 / -1;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .consumer-page * {
    transition: none !important;
  }
}
