

.home-flow-bg {
  background:
    radial-gradient(circle at 10% 6%, rgba(42, 78, 134, 0.06), transparent 24%),
    radial-gradient(circle at 92% 10%, rgba(255, 140, 90, 0.07), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #fafbfc 42%, #ffffff 100%);
}

.section-flow {
  padding: 36px 0;
  max-width: 1080px;
  margin: 0 auto;
  scroll-margin-top: 80px;
}
.section-flow .container {
  max-width: 1080px;
  padding: 0 20px;
}

.flow-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(42, 78, 134, 0.08);
  color: #2A4E86;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.flow-eyebrow-check {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.section-lead {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 28px;
}
.section-lead h2 {
  margin: 0 0 8px;
  font-size: clamp(1.65rem, 3.5vw, 2.15rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.section-lead p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.section-kicker {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2A4E86;
  margin-bottom: 10px;
}

.flow-script,
.home-flow .hero-title .grad {
  font-family: "Caveat", "Segoe Script", cursive !important;
  font-style: normal !important;
  font-weight: 700 !important;
  color: #2A4E86 !important;
  -webkit-text-fill-color: #2A4E86 !important;
  background: none !important;
  letter-spacing: 0 !important;
}

.home-flow .hero-title .grad {
  font-size: 1.32em !important;
  line-height: 0.92 !important;
  display: inline-block;
}

.pepta-hero {
  padding: 20px 0 28px;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.pepta-hero-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 20px;
  align-items: center;
}
.pepta-hero-copy {
  max-width: 480px;
  width: 100%;
}
.pepta-hero-copy .hero-title {
  font-size: clamp(2rem, 4.8vw, 2.85rem);
  line-height: 1.06;
  margin: 0 0 14px;
  letter-spacing: -0.03em;
}
.pepta-hero-copy .hero-sub {
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--muted);
  margin: 0 0 20px;
}
.pepta-store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 4px;
}
.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.hero-stats li {
  display: flex;
  flex-direction: column;
  padding: 0 20px 0 0;
  margin-right: 16px;
  border-right: 1px solid var(--line);
}
.hero-stats li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.hero-stat-value {
  font-size: 1rem;
  font-weight: 700;
  color: #2A4E86;
  letter-spacing: -0.02em;
}
.hero-stat-label {
  font-size: 12px;
  color: var(--muted);
  margin-top: 2px;
}

.pepta-hero-graphic {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  overflow: visible;
}
.hero-blobs {
    display: none;
}

.home-flow .phone-pair:not(.phone-pair--solo) {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  aspect-ratio: 936 / 1000;
  overflow: visible;
}

@media (min-width: 960px) {
  .pepta-hero-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
  }
  .pepta-hero-graphic {
    flex: 1;
    max-width: 580px;
  }
  .home-flow .phone-pair:not(.phone-pair--solo) {
    max-width: 580px;
  }
}

.section-why-split {
  padding-top: 40px;
  padding-bottom: 36px;
  border-top: 1px solid var(--line-soft);
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, #fafbfc 0%, #ffffff 32%);
}
.why-split {
  display: grid;
  gap: 32px;
  align-items: start;
}
.why-split-copy .section-kicker {
  text-align: left;
}
.why-split-title {
  margin: 0 0 10px;
  font-size: clamp(1.65rem, 3.2vw, 2.1rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.why-split-lead {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
  max-width: 480px;
}
.why-split-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 0;
}
.phone-why {
  width: 100%;
  max-width: 240px !important;
  margin: 0 auto;
  z-index: 1;
}
.why-sticky {
  position: absolute;
  padding: 13px 16px;
  border-radius: 6px;
  font-family: "Caveat", cursive;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.15;
  color: var(--ink);
  box-shadow: 0 8px 22px rgba(10, 14, 20, 0.12);
  z-index: 2;
  max-width: 150px;

  display: block;
}
.why-sticky--yellow {
  top: 38%;
  left: -14px;
  background: #f7e08e;
  transform: rotate(-5deg);
}
.why-sticky--yellow::after {
  content: '';
  display: block;
  width: 34px;
  height: 26px;
  margin: 2px 0 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 30' fill='none'%3E%3Cpath d='M4 6c10 2 22 6 27 16' stroke='%231C1C1E' stroke-width='2.6' stroke-linecap='round'/%3E%3Cpath d='M31.5 13.5 31 22.5 22.5 20' stroke='%231C1C1E' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.why-sticky--pink {
  top: 4%;
  right: -18px;
  background: #f9c9d8;
  transform: rotate(6deg);
}

.details-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.details-checklist li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.45;
}
.details-checklist li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #22c55e;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 900px) {
  .why-split {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
  }
  .why-split-visual {
    max-width: 400px;
    padding: 12px 36px;
  }
  .phone-why {
    max-width: 260px !important;
  }
  .why-sticky {
    display: block;
    font-size: 1.65rem;
    max-width: 188px;
    padding: 18px 22px;
  }
}

.section-pillars {
  padding-top: 20px;
}
.pillars-grid {
  display: grid;
  gap: 16px;
}
.pillar-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px 22px 56px;
  box-shadow: 0 8px 24px rgba(10, 14, 20, 0.04);
  overflow: hidden;
}
.pillar-card h3 {
  margin: 6px 0 14px;
  font-size: 1.1rem;
  line-height: 1.25;
}
.pillar-card .flow-eyebrow-sm {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2A4E86;
}
.pillar-med-lead {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 10px;
}
.pillar-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pillar-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.4;
}
.pillar-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #22c55e;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.pillar-list--meds {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.pillar-list--meds li {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 8px 12px 8px 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-weight: 600;
  font-size: 13.5px;
}
.pillar-list--meds li::before {
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}
.pillar-list-more::before {
  background: transparent !important;
  border: 2px dashed #22c55e;
  background-image: none !important;
}
.pillar-list-more {
  color: var(--muted);
}
.pillar-deco {
  position: absolute;
  bottom: -18px;
  right: -18px;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.pillar-deco svg {
  width: 58%;
  height: 58%;
}
.pillar-deco--who { background: rgba(147, 197, 253, 0.28); color: #1d4ed8; }
.pillar-deco--meds { background: rgba(134, 239, 172, 0.30); color: #15803d; }
.pillar-deco--care { background: rgba(196, 181, 253, 0.30); color: #6d28d9; }

@media (min-width: 900px) {
  .pillars-grid { grid-template-columns: repeat(3, 1fr); }
}

.section-everything {
  border-top: 1px solid var(--line-soft);
  padding-top: 40px;
  padding-bottom: 36px;
}
.everything-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.everything-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.everything-item .feature-tile-icon {
  margin-bottom: 10px;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  border: none;
}
.everything-item h3 {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
}
.everything-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: var(--muted);
  max-width: 220px;
}

.icon-chip--mint { background: rgba(134, 239, 172, 0.45); color: #166534; }
.icon-chip--sky { background: rgba(147, 197, 253, 0.45); color: #1d4ed8; }
.icon-chip--rose { background: rgba(251, 113, 133, 0.35); color: #be123c; }
.icon-chip--lavender { background: rgba(196, 181, 253, 0.45); color: #6d28d9; }
.icon-chip--peach { background: rgba(253, 186, 116, 0.45); color: #c2410c; }
.icon-chip--lemon { background: rgba(253, 224, 71, 0.45); color: #a16207; }
.everything-item .feature-tile-icon svg {
  width: 24px;
  height: 24px;
}

@media (min-width: 720px) {
  .everything-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1024px) {
  .everything-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 24px;
    max-width: 920px;
    margin-inline: auto;
  }
}

.section-pricing {
  border-top: 1px solid var(--line-soft);
  padding-top: 40px;
  padding-bottom: 36px;
}
.section-pricing .section-lead p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}
.section-pricing .grid-pricing {
  margin-top: 8px;
  gap: 16px;
}
.section-pricing .pricing-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 24px 22px;
  box-shadow: 0 8px 24px rgba(10, 14, 20, 0.04);
  gap: 16px;
}
.section-pricing .pricing-card-plus {
  border-color: rgba(42, 78, 134, 0.32);
  background: linear-gradient(180deg, rgba(42, 78, 134, 0.04) 0%, #fff 42%);
  box-shadow: 0 10px 28px rgba(10, 14, 20, 0.06);
}
.section-pricing .pricing-head {
  gap: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line-soft);
}
.section-pricing .pricing-head .badge,
.section-pricing .badge-blue,
.section-pricing .badge-amber {
  align-self: flex-start;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(42, 78, 134, 0.08);
  color: #2A4E86;
  border: none;
  box-shadow: none;
}
.section-pricing .card-title {
  font-size: 1.1rem;
  line-height: 1.25;
  margin: 0;
}
.section-pricing .pricing-amount {
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.section-pricing .pricing-cadence {
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
}
.section-pricing .pricing-monthly,
.section-pricing .pricing-monthly-alt {
  font-size: 14px;
  line-height: 1.45;
  color: var(--muted);
}
.section-pricing .pricing-monthly strong {
  color: var(--ink);
  font-weight: 700;
}
.section-pricing .pricing-list {
  gap: 10px;
  margin-top: 4px;
}
.section-pricing .pricing-list li {
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.45;
  color: var(--ink);
}
.section-pricing .pricing-list li::before {
  top: 2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #22c55e;
}
.section-pricing .pricing-list li::after {
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  line-height: 22px;
  text-align: center;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.section-pricing .pricing-card { overflow: visible; }
.section-pricing .pricing-card-plus { position: relative; }
.section-pricing .pricing-flag {
  position: absolute;
  top: -12px;
  right: 18px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: #2A4E86;
  padding: 5px 12px;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(42, 78, 134, 0.32);
}

.section-pricing .pricing-everything {
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: 700;
  color: #2A4E86;
}

.section-pricing .pricing-locked-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 18px 0 10px;
  padding-top: 16px;
  border-top: 1px dashed var(--line);
}
.section-pricing .pricing-locked-label .badge {
  font-size: 11px;
  letter-spacing: 1.2px;
}
.section-pricing .pricing-list--locked li {
  color: var(--muted);
}

.section-pricing .pricing-list--locked li::before {
  background: rgba(10, 14, 20, 0.06);
}
.section-pricing .pricing-list--locked li::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2'/%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'/%3E%3C/svg%3E");
}

.section-pricing .legal-mini {
  text-align: center;
  margin-top: 1.25rem;
  font-size: 13px;
  color: var(--muted);
}

.section-flow-privacy .privacy-grid {
  display: grid;
  gap: 14px;
}
@media (min-width: 768px) {
  .section-flow-privacy .privacy-grid { grid-template-columns: repeat(2, 1fr); }
}

.section-flow-faq .section-title { text-align: center; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.section-head--kicker-only {
  margin-bottom: 6px;
}
.section-head--kicker-only .section-kicker {
  margin-bottom: 0;
  letter-spacing: 0.16em;
}
.section-head--kicker-only::after {
  display: none !important;
}
.home-flow .faq {
  max-width: 1080px;
  margin: 0 auto;
}
.home-flow .faq-item {
  background: #fff !important;
  border: 1px solid var(--line) !important;
  border-radius: 14px !important;
  padding: 2px 0 !important;
  margin-bottom: 10px !important;
  box-shadow: 0 1px 0 rgba(10, 14, 20, 0.03) !important;
  break-inside: avoid;
}
.home-flow .faq-item summary {
  padding: 14px 18px !important;
  font-size: 15px !important;
}
.home-flow .faq-item p {
  padding: 0 18px 14px !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}
@media (min-width: 980px) {
  .home-flow .faq {
    columns: 2;
    column-gap: 14px;
  }
}

.section-flow-cta {
    padding: 48px 20px 64px;
  background: #f7f8fa;
  border-top: 1px solid var(--line-soft);
}
.flow-cta-card {
  max-width: 1080px;
  margin: 0 auto;
  padding: 28px 28px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 40px rgba(10, 14, 20, 0.06);
  display: grid;
  gap: 20px;
  align-items: center;
}
.flow-cta-title {
  margin: 0 0 4px;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  letter-spacing: -0.03em;
}
.flow-cta-script {
  margin: 0;
  font-family: "Caveat", cursive;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: #2A4E86;
  line-height: 1.1;
}
.flow-cta-hint {
  margin: 0 0 12px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.45;
}
.flow-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.flow-cta-qr {
  display: none;
}
@media (min-width: 768px) {
  .flow-cta-card {
    grid-template-columns: 1.2fr auto 1fr;
    padding: 32px 36px;
  }
    .flow-cta-qr {
    display: block;
    width: 108px;
    height: 108px;
    padding: 8px;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: #fff;
  }
  .flow-cta-qr img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .flow-cta-action {
    text-align: right;
  }
  .flow-cta-buttons {
    justify-content: flex-end;
  }
}

.home-flow .phone-pair:not(.phone-pair--solo) {
  margin-inline: auto;
}

.home-flow .phone-pair:not(.phone-pair--solo)::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0.5%;
  width: 72%;
  height: 26px;
  transform: translateX(-50%);
  background: radial-gradient(
    ellipse at center,
    rgba(10, 14, 20, 0.2),
    rgba(10, 14, 20, 0) 70%
  );
  filter: blur(8px);
  z-index: 0;
  pointer-events: none;
}

.home-flow .phone-pair:not(.phone-pair--solo) .phone-front {
  width: 38%;
  left: 12.6%;
  top: 9.6%;
  z-index: 2;
  transform: rotate(10.5deg);
  transform-origin: 50% 50%;
  filter: drop-shadow(8px 20px 26px rgba(10, 14, 20, 0.2));
}

.home-flow .phone-pair:not(.phone-pair--solo) .phone-back {
  width: 36.3%;
  right: 10.2%;
  top: 19.1%;
  z-index: 1;
  transform: rotate(-10.5deg);
  transform-origin: 50% 50%;
  filter: brightness(1.01) drop-shadow(-8px 20px 26px rgba(10, 14, 20, 0.16));
}

.home-flow .phone--rendered {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  aspect-ratio: 1280 / 2743;
}
.home-flow .phone--rendered::before,
.home-flow .phone--rendered::after {
  content: none;
}
.home-flow .phone--rendered > img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

.pepta-hero-graphic { position: relative; }

.hero-pop {
  position: absolute;
  z-index: 5;
  left: 15.55%;
  top: 15.3%;
  width: 39%;
  transform: rotate(10.5deg);
  filter:
    drop-shadow(0 26px 46px rgba(10, 14, 20, 0.26))
    drop-shadow(0 8px 16px rgba(10, 14, 20, 0.12));
}
.hero-pop img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

.why-split-visual {
  perspective: 1100px;
  perspective-origin: 50% 42%;
}
.home-flow .phone-pair--solo {
  aspect-ratio: 1280 / 2743;
  transform-style: preserve-3d;
}
.home-flow .phone-pair--solo .phone {
  transform: none !important;
  filter: brightness(1.01) drop-shadow(0 24px 34px rgba(10, 14, 20, 0.16));
}
.home-flow .gallery-item,
.home-flow .feature-art img {
  transform: none !important;
  transition: none !important;
}
