.landing-home {
  background:
    radial-gradient(circle at top left, rgba(247, 215, 148, 0.28), transparent 24%),
    radial-gradient(circle at bottom right, rgba(110, 231, 183, 0.18), transparent 22%),
    linear-gradient(180deg, #f6f1e8 0%, var(--bg) 52%, #ebe4d8 100%);
}

.landing-home .topbar {
  padding: 22px clamp(20px, 4vw, 42px);
}

.landing-nav-copy {
  display: grid;
  gap: 2px;
}

.landing-nav-links {
  gap: 10px;
}

.social-link-btn,
.landing-footer-social {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.social-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.social-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.landing-nav-link {
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.landing-nav-link:hover,
.landing-nav-link:focus-visible {
  color: var(--accent);
}

.menu-link {
  padding: 10px 12px;
  border-radius: 10px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
}

.menu-link:hover,
.menu-link:focus-visible {
  background: rgba(13, 106, 113, 0.08);
}

.landing-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
}

.landing-head > div,
.cta-band-copy {
  width: min(100%, 920px);
}

.landing-head p,
.cta-band-copy p {
  max-width: 70ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.hero-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 0;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(13, 106, 113, 0.1);
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.identity-band {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
}

.identity-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(13, 106, 113, 0.12);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.story-card p,
.landing-feature-card p,
.faq-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  font-size: 14px;
}

.landing-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.landing-modal-actions .btn {
  min-width: 160px;
}

.landing-footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.landing-main {
  width: min(1180px, 92vw);
  margin: 0 auto 88px;
  display: grid;
  gap: 34px;
}

.landing-hero {
  padding: clamp(22px, 3.4vw, 34px);
  border-radius: 34px;
  border: 1px solid rgba(27, 27, 27, 0.08);
  background:
    radial-gradient(circle at top left, rgba(13, 106, 113, 0.16), transparent 34%),
    radial-gradient(circle at right center, rgba(245, 158, 11, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(251, 245, 238, 0.94));
  box-shadow: 0 28px 58px rgba(24, 34, 45, 0.08);
}

.landing-hero .plan-hero-grid {
  gap: 30px;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  align-items: center;
}

.plan-hero-grid--beauty {
  align-items: start;
}

.pulse-pill {
  background: rgba(245, 158, 11, 0.12);
  color: #8b5a06;
  border: 1px solid rgba(245, 158, 11, 0.18);
}

.landing-hero .plan-hero-copy h1 {
  margin: 14px 0 14px;
  max-width: 22ch;
  font-size: clamp(27px, 3vw, 34px);
  line-height: 1.1;
  letter-spacing: -0.022em;
}

.hero-lead {
  max-width: 60ch;
  font-size: 15px;
  line-height: 1.72;
}

.hero-teaser-strip {
  margin-top: 20px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hero-teaser-card {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(27, 27, 27, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 28px rgba(24, 34, 45, 0.06);
  display: grid;
  gap: 6px;
}

.hero-teaser-card strong {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1;
  font-family: "Fraunces", "Times New Roman", serif;
}

.hero-teaser-card span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.hero-benefit-row {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 24px 0 6px;
}

.hero-benefit-card {
  border: 1px solid rgba(27, 27, 27, 0.08);
  border-radius: 18px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.78);
  display: grid;
  gap: 7px;
}

.hero-benefit-card strong {
  font-size: 15px;
}

.hero-benefit-card span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.52;
}

.landing-hero .plan-hero-cta {
  margin: 20px 0 20px;
  display: grid;
  gap: 12px;
  grid-template-columns: auto 1fr;
  align-items: end;
}

.landing-hero .plan-price-amount {
  font-size: clamp(34px, 4vw, 44px);
}

.hero-price-note {
  max-width: 48ch;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.plan-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn-large,
.landing-hero .plan-hero-actions .btn,
.cta-band-actions .btn {
  min-width: 220px;
}

.btn-large {
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(13, 106, 113, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-large:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(13, 106, 113, 0.35);
}

.landing-hero .plan-proof-strip {
  margin-top: 20px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.landing-hero .proof-chip {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(27, 27, 27, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 28px rgba(24, 34, 45, 0.06);
}

.landing-hero .proof-chip strong {
  font-size: clamp(24px, 3vw, 30px);
  line-height: 1;
}

.landing-hero .proof-chip span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

#platformProofLine {
  margin: 12px 0 0;
}

.concierge-box {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  border-left: 4px solid #0d6a71;
  background: linear-gradient(90deg, rgba(13, 106, 113, 0.08), rgba(255, 255, 255, 0.2));
  display: grid;
  gap: 12px;
  grid-template-columns: auto 1fr;
  align-items: start;
}

.concierge-mark {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(13, 106, 113, 0.12);
  color: var(--accent);
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.concierge-box p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.hero-visual-container {
  position: relative;
  display: grid;
  place-items: center;
  padding: 12px 14px;
}

.hero-visual-container--beauty {
  min-height: 600px;
  align-items: center;
}

.beauty-photo-stack {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  grid-template-rows: 1fr auto;
  gap: 14px;
  padding: 18px;
}

.beauty-photo-card {
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  box-shadow: 0 22px 38px rgba(24, 34, 45, 0.12);
  background: rgba(255, 255, 255, 0.9);
}

.beauty-photo-card.is-tall {
  grid-row: 1 / span 2;
}

.beauty-photo-card.is-square {
  min-height: 220px;
}

.beauty-photo-card.is-wide {
  min-height: 190px;
}

.beauty-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-product-preview {
  width: min(100%, 286px);
  margin-left: auto;
  margin-right: 18px;
  align-self: center;
  z-index: 2;
}

.hero-insight-card {
  position: absolute;
  left: 12px;
  bottom: 18px;
  z-index: 3;
  max-width: 220px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 32px rgba(24, 34, 45, 0.12);
  display: grid;
  gap: 6px;
}

.hero-insight-card strong {
  font-size: 14px;
}

.hero-insight-card span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.phone-mockup {
  width: min(100%, 300px);
  aspect-ratio: 390 / 760;
  min-height: 584px;
  padding: 11px;
  border-radius: 38px;
  background: #121212;
  box-shadow:
    0 30px 64px rgba(0, 0, 0, 0.16),
    inset 0 0 0 2px rgba(255, 255, 255, 0.06);
  position: relative;
  z-index: 2;
}

.phone-mockup::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 108px;
  height: 24px;
  transform: translateX(-50%);
  border-radius: 0 0 18px 18px;
  background: rgba(0, 0, 0, 0.92);
  z-index: 3;
}

.phone-mockup::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  width: 42px;
  height: 5px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 4;
}

.phone-screen {
  width: 100%;
  height: 100%;
  min-height: 100%;
  border-radius: 29px;
  background:
    linear-gradient(180deg, rgba(13, 106, 113, 0.08), rgba(255, 255, 255, 1) 18%),
    #ffffff;
  padding: 38px 18px 18px;
  display: grid;
  gap: 14px;
  align-content: start;
  overflow: hidden;
}

.phone-status-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.phone-brand-card {
  display: grid;
  gap: 12px;
  grid-template-columns: auto 1fr;
  align-items: center;
  padding: 14px;
  border-radius: 18px;
  background: rgba(247, 248, 250, 0.98);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.phone-brand-logo {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0d6a71, #114454);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
}

.phone-brand-card strong,
.phone-service-card strong {
  display: block;
}

.phone-brand-card span,
.phone-service-card span,
.phone-summary-card span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.phone-service-card {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
}

.phone-service-card.is-active {
  border-color: rgba(13, 106, 113, 0.2);
  background: rgba(13, 106, 113, 0.06);
}

.phone-service-card b {
  font-size: 13px;
}

.phone-time-title {
  font-size: 12px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.phone-time-strip {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.phone-time-strip span {
  min-height: 40px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(247, 248, 250, 0.9);
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 600;
}

.phone-time-strip .is-active {
  color: #fff;
  background: linear-gradient(135deg, #0d6a71, #114454);
  border-color: transparent;
}

.phone-summary-card {
  padding: 14px;
  border-radius: 18px;
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.18);
}

.phone-cta {
  min-height: 46px;
  border: none;
  border-radius: 16px;
  background: linear-gradient(135deg, #0d6a71, #114454);
  color: #fff;
  font: inherit;
  font-weight: 700;
}

.floating-badge {
  position: absolute;
  z-index: 3;
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
  font-size: 13px;
  font-weight: 600;
}

.badge-top {
  top: 15%;
  right: 0;
}

.badge-bottom {
  bottom: 20%;
  left: 0;
  animation-delay: 2s;
}

.landing-section {
  display: grid;
  gap: 20px;
}

.landing-section--soft {
  padding: 28px;
  border-radius: 30px;
  border: 1px solid rgba(27, 27, 27, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 244, 238, 0.9));
  box-shadow: 0 18px 38px rgba(24, 34, 45, 0.05);
}

.landing-head {
  align-items: flex-end;
}

.landing-head h2,
.cta-band-copy h2 {
  margin: 8px 0 10px;
  max-width: 32ch;
  font-size: clamp(27px, 2.6vw, 34px);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.landing-scale-proof-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-scale-proof-grid .proof-chip {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(27, 27, 27, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 28px rgba(24, 34, 45, 0.06);
  display: grid;
  gap: 6px;
}

.landing-scale-proof-grid .proof-chip strong {
  font-size: clamp(24px, 3vw, 30px);
  line-height: 1;
  font-family: "Fraunces", "Times New Roman", serif;
}

.landing-scale-proof-grid .proof-chip span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.landing-business-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.beauty-proof-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.landing-explore-panel {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  align-items: center;
}

.landing-explore-copy {
  display: grid;
  gap: 18px;
}

.landing-explore-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.landing-explore-points span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(13, 106, 113, 0.1);
  background: rgba(255, 255, 255, 0.84);
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
}

.landing-explore-preview {
  display: grid;
}

.landing-explore-window {
  border-radius: 28px;
  border: 1px solid rgba(27, 27, 27, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 34px rgba(24, 34, 45, 0.08);
  overflow: hidden;
}

.landing-explore-window-bar {
  display: flex;
  gap: 8px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(27, 27, 27, 0.08);
  background: rgba(247, 248, 250, 0.9);
}

.landing-explore-window-bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.18);
}

.landing-explore-window-body {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.landing-explore-search-pill {
  min-height: 46px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(13, 106, 113, 0.1);
  background: rgba(247, 248, 250, 0.92);
  color: var(--muted);
  display: flex;
  align-items: center;
}

.landing-explore-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(13, 106, 113, 0.08), rgba(245, 158, 11, 0.08));
  border: 1px solid rgba(13, 106, 113, 0.12);
}

.landing-explore-card strong {
  font-size: 20px;
  line-height: 1.08;
}

.landing-explore-card span {
  color: var(--muted);
  line-height: 1.55;
  font-size: 14px;
}

.landing-explore-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.landing-explore-mini-card {
  min-height: 88px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(27, 27, 27, 0.08);
  background: rgba(255, 255, 255, 0.92);
  display: grid;
  align-items: end;
  font-weight: 700;
}

.beauty-proof-card {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 16px;
  padding: 0 10px;
}

.beauty-proof-media {
  width: min(100%, 248px);
  aspect-ratio: 1;
  min-height: 0;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(27, 27, 27, 0.08);
  background: linear-gradient(135deg, rgba(13, 106, 113, 0.16), rgba(245, 158, 11, 0.12));
  box-shadow: 0 18px 34px rgba(24, 34, 45, 0.08);
}

.beauty-proof-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.beauty-proof-copy {
  display: grid;
  gap: 8px;
  max-width: 290px;
  padding: 0;
  text-align: center;
}

.beauty-proof-copy strong {
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.12;
}

.beauty-proof-copy span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.landing-business-card {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(27, 27, 27, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 34px rgba(24, 34, 45, 0.06);
  display: grid;
  align-content: start;
}

.landing-business-cover {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  background: linear-gradient(135deg, rgba(13, 106, 113, 0.18), rgba(245, 158, 11, 0.14));
}

.landing-business-cover.is-fallback {
  display: grid;
  place-items: center;
}

.landing-business-cover.is-fallback span {
  font-size: 42px;
  font-family: "Fraunces", "Times New Roman", serif;
  color: var(--accent);
}

.landing-business-body {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.landing-business-head {
  display: grid;
  gap: 10px;
}

.landing-business-brand {
  display: grid;
  gap: 12px;
  grid-template-columns: auto 1fr;
  align-items: center;
}

.landing-business-logo {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  object-fit: cover;
  background: rgba(15, 23, 42, 0.08);
}

.landing-business-logo.is-fallback {
  display: grid;
  place-items: center;
  color: var(--accent);
  font-weight: 700;
}

.landing-business-copy {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.landing-business-services {
  display: grid;
  gap: 10px;
}

.landing-business-service {
  display: grid;
  gap: 6px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(247, 248, 250, 0.96);
}

.landing-business-service.is-link {
  color: inherit;
  text-decoration: none;
  border: 1px solid rgba(13, 106, 113, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.landing-business-service.is-link:hover,
.landing-business-service.is-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(13, 106, 113, 0.22);
  background: rgba(13, 106, 113, 0.06);
  box-shadow: 0 12px 24px rgba(13, 106, 113, 0.08);
}

.landing-business-service strong,
.landing-business-service span,
.landing-business-service small {
  display: block;
}

.landing-business-service-aside {
  display: grid;
  justify-items: end;
  gap: 4px;
}

.landing-business-service small {
  color: var(--muted);
  font-size: 12px;
}

.landing-business-service-aside small {
  color: var(--accent);
  font-weight: 700;
}

.landing-business-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.landing-business-link {
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}

.landing-business-link:hover,
.landing-business-link:focus-visible {
  text-decoration: underline;
}

.story-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.story-card,
.landing-feature-card,
.faq-card {
  border: 1px solid rgba(27, 27, 27, 0.08);
  border-radius: 22px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 30px rgba(24, 34, 45, 0.05);
  display: grid;
  gap: 10px;
}

.story-kicker {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(13, 106, 113, 0.1);
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.story-card h3,
.faq-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.08;
}

.landing-feature-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.landing-feature-card .feature-list {
  margin: 0;
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
  display: grid;
  gap: 8px;
}

.cta-band {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  padding: 28px;
  border-radius: 30px;
  border: 1px solid rgba(27, 27, 27, 0.08);
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.14), transparent 28%),
    linear-gradient(135deg, rgba(13, 106, 113, 0.08), rgba(255, 255, 255, 0.94));
  box-shadow: 0 22px 44px rgba(24, 34, 45, 0.06);
}

.cta-band-actions {
  display: grid;
  gap: 12px;
}

.faq-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.plan-footer {
  width: min(1180px, 92vw);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 20px 16px 40px;
}

@media (max-width: 1120px) {
  .landing-hero .plan-hero-grid,
  .landing-scale-proof-grid,
  .landing-business-grid,
  .beauty-proof-grid,
  .story-grid,
  .landing-feature-grid,
  .faq-grid,
  .cta-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-hero .plan-hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual-container {
    padding-top: 8px;
  }

  .landing-business-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 880px) {
  .landing-head {
    align-items: flex-start;
  }

  .landing-main {
    gap: 28px;
  }

  .landing-hero .plan-hero-copy h1,
  .landing-head h2,
  .cta-band-copy h2 {
    max-width: none;
  }

  .hero-benefit-row,
  .landing-hero .plan-hero-cta,
  .landing-hero .plan-proof-strip,
  .hero-teaser-strip,
  .landing-scale-proof-grid,
  .landing-feature-grid,
  .faq-grid,
  .landing-business-grid,
  .beauty-proof-grid,
  .story-grid,
  .cta-band {
    grid-template-columns: 1fr;
  }

  .hero-visual-container--beauty {
    min-height: 680px;
  }

  .hero-product-preview {
    width: min(100%, 274px);
    margin: 236px auto 0;
  }

  .hero-insight-card {
    left: auto;
    right: 8px;
    bottom: 8px;
  }

  .landing-explore-panel {
    grid-template-columns: 1fr;
  }

  .btn-large,
  .landing-hero .plan-hero-actions .btn,
  .cta-band-actions .btn {
    min-width: 0;
  }

  .badge-top {
    right: 10px;
  }

  .badge-bottom {
    left: 10px;
  }
}

@media (max-width: 640px) {
  .landing-home .topbar {
    padding: 18px 14px;
  }

  .landing-main {
    width: min(100% - 18px, 1180px);
  }

  .landing-hero {
    padding: 20px;
    border-radius: 26px;
  }

  .landing-hero .plan-hero-copy h1 {
    font-size: clamp(25px, 7.4vw, 31px);
  }

  .hero-chip-row {
    gap: 8px;
  }

  .hero-chip {
    min-height: 34px;
    padding: 0 12px;
    font-size: 11px;
  }

  .hero-visual-container--beauty {
    min-height: 520px;
    padding: 0;
  }

  .beauty-photo-stack {
    gap: 10px;
    padding: 10px;
  }

  .beauty-photo-card {
    border-radius: 18px;
  }

  .beauty-photo-card.is-square {
    min-height: 160px;
  }

  .beauty-photo-card.is-wide {
    min-height: 132px;
  }

  .hero-product-preview {
    width: min(100%, 244px);
    margin: 164px auto 0;
  }

  .hero-insight-card {
    position: static;
    max-width: none;
    width: 100%;
    margin-top: 14px;
  }

  .plan-hero-actions .btn,
  .cta-band-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .concierge-box {
    grid-template-columns: 1fr;
  }

  .story-card,
  .landing-feature-card,
  .faq-card,
  .landing-business-body,
  .landing-section--soft,
  .cta-band {
    padding: 18px;
  }

  .landing-modal-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .plan-footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .phone-mockup {
    min-height: 520px;
  }

  .phone-screen {
    padding: 34px 16px 16px;
  }
}
