﻿/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   LANDING PAGE â€” header + hero + facts slider overrides
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-email,
.header-phone {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-navy);
  text-decoration: none;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--color-pink);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(255, 7, 107, 0.24);
}

.header-phone:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(255, 7, 107, 0.28);
}

/* Keep headline scale moderate and align hero text block with hero image */
.hero-grid {
  align-items: stretch;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero h1 {
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.section-heading {
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: clamp(1.8rem, 7vw, 2.4rem);
  }
}

.hero-points {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.hero-points li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-pink);
  box-shadow: 0 0 0 5px rgba(255, 7, 107, 0.16);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   FACTS SLIDER (trust section)
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.facts-slider {
  --facts-spv: 1;
  max-width: 980px;
  margin: 18px auto 0;
}

.facts-slider .review-card {
  flex: 0 0 calc(100% / var(--facts-spv));
  min-width: calc(100% / var(--facts-spv));
  display: flex;
  align-items: stretch;
  padding: 0 12px;
}

.facts-slider .diff-point {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  max-width: none;
  width: 100%;
  min-height: 190px;
  height: 100%;
  text-align: left;
  margin: 0 auto;
  box-shadow: 0 10px 28px rgba(0, 19, 56, 0.06);
}

.facts-slider .diff-point > div:not(.diff-icon) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
  width: 100%;
}

.facts-slider .diff-point h3 {
  margin: 0;
}

.facts-slider .diff-point p {
  margin: 0;
}

.facts-slider .diff-icon {
  align-self: flex-start;
}

.facts-slider .review-card,
.facts-slider .review-card * {
  -webkit-user-select: none;
  user-select: none;
}

.facts-slider .reviews-dots {
  margin-top: 24px;
}

.facts-slider .reviews-nav {
  display: none;
}

main#main > section + section {
  margin-top: 0;
}

/* Consistent section rhythm after hero: alternate and end on white */
main#main > #how-it-works,
main#main > #social-proof,
main#main > #contact {
  background: #ffffff;
}

main#main > #models,
main#main > #faq {
  background: #f4f6f8;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   HOW-IT-WORKS layout
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.landing-journey {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

#how-it-works {
  padding: 64px 0;
}

#how-it-works .container {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 28px 34px;
  align-items: start;
}

#how-it-works .section-header.centered {
  grid-column: 1 / -1;
  margin: 0 auto 28px;
}

#how-it-works .two-col {
  display: contents;
  margin-top: 0;
}

#how-it-works .section-sub {
  margin: 10px auto 0;
  max-width: 62ch;
}

#how-it-works .landing-journey {
  grid-column: 1;
  grid-row: 2;
}

#how-it-works .journey-step {
  min-width: 0;
  padding: 12px 12px;
  border: 1px solid rgba(0, 19, 56, 0.12);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 11, 36, 0.07);
  text-align: left;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

#how-it-works .journey-step:hover {
  border-color: var(--color-blue);
  box-shadow: 0 4px 12px rgba(0, 0, 64, 0.07);
}

#how-it-works .j-num {
  width: 34px;
  height: 34px;
  margin: 0 0 8px;
  border: 2px solid var(--color-pink);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 6px 14px rgba(255, 7, 107, 0.14);
  font-size: 15px;
  color: var(--color-pink);
}

#how-it-works .j-num--blue,
#how-it-works .j-num--green {
  color: inherit;
}

#how-it-works .j-num--blue {
  border-color: var(--color-blue);
  color: var(--color-blue);
  box-shadow: 0 6px 14px rgba(0, 148, 218, 0.14);
}

#how-it-works .j-num--green {
  border-color: #34a954;
  color: #34a954;
  box-shadow: 0 6px 14px rgba(52, 169, 84, 0.14);
}

#how-it-works .journey-step h4 {
  font-size: 17px;
  margin: 0 0 2px;
  line-height: 1.15;
  color: #0f1f5a;
}

#how-it-works .journey-step p {
  font-size: 12px;
  line-height: 1.4;
  color: #5d6787;
}

#how-it-works .j-arrow {
  display: none;
}

.landing-journey-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}

#how-it-works .diff-points {
  grid-column: 1;
  grid-row: 3;
  gap: 12px;
}

#how-it-works .diff-point {
  padding: 14px 16px;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0, 11, 36, 0.07);
}

#how-it-works .diff-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
}

#how-it-works .section-img {
  grid-column: 2;
  grid-row: 2 / span 2;
  justify-self: stretch;
  width: auto;
  max-width: none;
  align-self: stretch;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}

#how-it-works .section-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 85% center;
  border-radius: 0;
  box-shadow: 0 16px 36px rgba(0, 11, 36, 0.16);
  display: block;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   MODELS SECTION
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.models-section {
  background: transparent;
}

.models-section .container {
  max-width: 1300px;
  position: relative;
  z-index: 1;
}

.models-assurance-bar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  max-width: 980px;
  margin: 0 auto 28px;
}

.models-assurance-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 10px 14px;
  border: 1px solid rgba(0, 148, 218, 0.2);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 11, 36, 0.06);
  color: var(--color-navy);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.01em;
  text-align: left;
}

.models-assurance-pill::before {
  content: "";
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border-radius: 8px;
  background: linear-gradient(145deg, var(--color-blue), #21b5ff);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.55),
    0 4px 10px rgba(0, 148, 218, 0.28);
}

.models-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.model-card {
  --card-pad: 24px;
  --model-color: var(--color-blue);
  --model-head-height: 166px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 2px solid var(--model-color);
  border-radius: 20px;
  padding: var(--card-pad);
  box-shadow: 0 8px 28px rgba(0, 0, 64, 0.12);
  overflow: hidden;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.model-card--private {
  --model-color: var(--color-pink);
}

.model-card--camp {
  --model-color: #34a954;
}

.model-card--self {
  --model-color: var(--color-navy);
}

.model-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--model-color);
  z-index: 0;
}

.model-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: var(--model-head-height);
  background: #fff;
  z-index: 1;
}

.model-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 64, 0.16);
}

.model-card-accent {
  display: none;
}

.model-card-top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.model-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: none;
}

.model-price {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
}

.model-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 8px;
  font-size: 24px;
  min-height: calc(1.2em * 2);
  color: #fff;
}

.model-meta {
  position: relative;
  z-index: 2;
  display: block;
  min-height: calc(1.35em * 2);
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0;
  text-transform: none;
}

.model-card > p:not(.model-meta):not(.model-card-footer) {
  position: relative;
  z-index: 2;
  margin: 0;
  padding-top: 30px;
  color: var(--color-gray-200);
  line-height: 1.7;
}

.model-points {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  padding: 16px 0 0;
  margin: 16px 0 0;
  list-style: none;
  border-top: 1px solid rgba(0, 0, 64, 0.08);
}

.model-points li {
  position: relative;
  padding-left: 24px;
  color: var(--color-navy);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.model-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 148, 218, 0.14);
  box-shadow: inset 0 0 0 3px var(--color-blue);
}

.model-card--private .model-points li::before {
  background: rgba(255, 7, 107, 0.14);
  box-shadow: inset 0 0 0 3px var(--color-pink);
}

.model-card--camp .model-points li::before {
  background: rgba(52, 169, 84, 0.14);
  box-shadow: inset 0 0 0 3px #34a954;
}

.model-card--self .model-points li::before {
  background: rgba(0, 0, 64, 0.1);
  box-shadow: inset 0 0 0 3px var(--color-navy);
}

.model-card-footer {
  position: relative;
  z-index: 2;
  margin: auto 0 0;
  padding-top: 18px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-gray-200);
  border-top: 0;
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   PROOF GRID (social proof)
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.proof-grid .review-card {
  height: 100%;
  min-width: 0;
}

.proof-grid .review-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(0, 11, 36, 0.08);
}

.proof-grid .review-card-media {
  height: 220px;
  min-height: 220px;
  flex: 0 0 220px;
}

.proof-grid .review-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.proof-grid .review-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 24px;
  text-align: left;
}

.proof-grid .review-card-title {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.25;
}

.proof-grid .review-card-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

.proof-grid .review-card-title,
.proof-grid .review-card-text {
  text-align: left;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   START TODAY (landing overrides)
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.start-today-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 56px 52px;
}

.start-today-title-wrap,
.start-today-body {
  flex: none;
  width: auto;
  max-width: none;
  padding: 0;
  align-self: start;
}

.start-today-body {
  text-align: left;
}

.start-today-section h3,
.start-today-section .start-today-desc {
  text-align: left;
}

.start-today-cta-wrap {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   RESPONSIVE
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
@media (max-width: 1100px) {
  .models-grid,
  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .model-card {
    --model-head-height: 174px;
  }
}

@media (max-width: 900px) {
  .header-actions {
    gap: 12px;
  }

  #how-it-works {
    padding: 44px 0;
  }

  #how-it-works .container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #how-it-works .section-header.centered,
  #how-it-works .landing-journey,
  #how-it-works .diff-points,
  #how-it-works .section-img {
    grid-column: 1;
  }

  #how-it-works .section-img {
    grid-row: auto;
    max-width: 760px;
    align-self: start;
    display: block;
  }

  #how-it-works .landing-journey,
  #how-it-works .diff-points {
    grid-row: auto;
  }

  #how-it-works .section-img img {
    height: auto;
    object-fit: initial;
    object-position: center;
    margin: 0 auto;
  }

  #how-it-works .landing-journey-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .start-today-content {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 32px 24px;
  }

  .models-assurance-bar {
    margin-bottom: 24px;
  }

  .model-card {
    --card-pad: 20px;
    padding: var(--card-pad);
  }
}

@media (min-width: 681px) and (max-width: 900px) {
  #how-it-works {
    padding: 48px 0;
  }

  #how-it-works .section-header.centered {
    margin: 0 auto 24px;
  }

  #how-it-works .section-heading {
    font-size: clamp(2rem, 5vw, 2.6rem);
    line-height: 1.04;
    letter-spacing: -0.03em;
  }

  #how-it-works .section-sub {
    max-width: 680px;
    margin: 10px auto 0;
    font-size: 15px;
    line-height: 1.6;
  }

  #how-it-works .journey-steps {
    gap: 8px;
  }

  #how-it-works .journey-step {
    padding: 12px 10px;
    border-radius: 14px;
  }

  #how-it-works .j-num {
    width: 32px;
    height: 32px;
    margin-bottom: 6px;
    font-size: 14px;
  }

  #how-it-works .journey-step h4 {
    font-size: 16px;
    margin: 0 0 3px;
  }

  #how-it-works .journey-step p {
    font-size: 12px;
    line-height: 1.4;
  }

  .site-header {
    gap: 12px;
  }

  .header-phone {
    font-size: 14px;
    padding: 9px 14px;
  }
}

@media (max-width: 680px) {
  .model-card {
    --model-head-height: 160px;
  }

  #how-it-works {
    padding: 36px 0;
  }

  #how-it-works .section-header.centered {
    margin: 0 auto 20px;
  }

  #how-it-works .section-heading {
    font-size: clamp(1.9rem, 10.2vw, 2.5rem);
    line-height: 1;
    letter-spacing: -0.03em;
  }

  #how-it-works .section-sub {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.55;
    text-align: center;
  }

  #how-it-works .landing-journey-steps {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #how-it-works .journey-step {
    padding: 12px 12px;
    border-radius: 14px;
  }

  #how-it-works .j-num {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  #how-it-works .journey-step h4 {
    font-size: 17px;
    margin: 0 0 3px;
  }

  #how-it-works .journey-step p {
    font-size: 13px;
    line-height: 1.45;
  }

  #how-it-works .diff-point {
    padding: 13px 14px;
  }

  #how-it-works .section-img img {
    border-radius: 0;
  }

  .site-header {
    gap: 10px;
    align-items: flex-start;
    text-align: left;
  }

  .header-actions {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .header-email {
    display: none;
  }

  .header-phone {
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    padding: 10px 14px;
    border: 0;
    border-radius: 999px;
    background: var(--color-pink);
    color: #fff;
  }

  .header-phone::before {
    content: none;
  }

  .models-grid,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .facts-slider .review-card {
    padding: 0 8px;
  }

  .models-assurance-bar {
    justify-content: flex-start;
  }

  .models-assurance-pill {
    width: 100%;
    justify-content: flex-start;
  }
}

