:root {
  --c23-ink: #17283f;
  --c23-ink-2: #2e435e;
  --c23-cream: #fffaf6;
  --c23-paper: #fffefd;
  --c23-rose: #c86f7e;
  --c23-rose-dark: #a94f62;
  --c23-lilac: #9d8ab7;
  --c23-green: #8c9d72;
  --c23-gold: #c79a58;
  --c23-muted: #697487;
  --c23-line: rgba(23,40,63,.12);
  --c23-shadow: 0 24px 70px rgba(56,38,44,.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.c23-page {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--c23-ink);
  background:
    radial-gradient(circle at 86% 8%, rgba(226,212,236,.72), transparent 28%),
    radial-gradient(circle at 12% 20%, rgba(248,223,211,.72), transparent 30%),
    linear-gradient(180deg, #fffaf6, #f8f2ed 62%, #fffaf6);
  font-family: "Onest", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.c23-page img { display: block; max-width: 100%; }
.c23-page a { color: inherit; text-decoration: none; }
.c23-page h1,
.c23-page h2,
.c23-page h3,
.c23-page p { margin-top: 0; }
.c23-page h1,
.c23-page h2,
.c23-page h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--c23-ink);
  letter-spacing: -.035em;
}
.c23-page h2 { font-size: clamp(44px, 5.2vw, 72px); line-height: .94; }
.c23-page p { color: var(--c23-muted); }
.c23-container { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.c23-section { padding: clamp(72px, 8vw, 118px) 0; }
.c23-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--c23-rose-dark) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.c23-kicker::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.c23-section-head { max-width: 810px; }
.c23-section-head h2 { margin-bottom: 18px; }
.c23-section-head > p:last-child { max-width: 700px; font-size: 17px; line-height: 1.72; }

.c23-header {
  position: relative;
  z-index: 20;
  padding: 18px 0;
}
.c23-header-inner {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 16px 10px 20px;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  box-shadow: 0 14px 42px rgba(23,40,63,.07);
  backdrop-filter: blur(18px);
}
.c23-logo { width: min(300px, 42vw); }
.c23-back {
  padding: 12px 18px;
  border: 1px solid var(--c23-line);
  border-radius: 999px;
  background: rgba(255,255,255,.7);
  font-size: 12px;
  font-weight: 800;
}

.c23-today-offer { padding: 12px 0 2px; }
.c23-today-inner {
  min-height: 88px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 26px;
  padding: 16px 20px;
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 20%, rgba(255,255,255,.16), transparent 28%),
    linear-gradient(135deg, #aa5062, #7f3a4c);
  box-shadow: 0 18px 42px rgba(127,58,76,.22);
}
.c23-today-inner > div:first-child { display: flex; flex-direction: column; }
.c23-today-inner > div:first-child span { color: #ffe1e5; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.c23-today-inner > div:first-child strong { margin-top: 3px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 26px; line-height: 1; }
.c23-today-prices { display: flex; align-items: center; gap: 18px; }
.c23-today-prices > span { display: flex; flex-direction: column; }
.c23-today-prices small { color: rgba(255,255,255,.68); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.c23-today-prices b { font-family: "Cormorant Garamond", Georgia, serif; font-size: 25px; line-height: 1.1; white-space: nowrap; }
.c23-today-prices i { width: 1px; height: 34px; background: rgba(255,255,255,.22); }
.c23-today-inner > a { padding: 12px 16px; border-radius: 13px; color: var(--c23-ink); background: #fff; font-size: 11px; font-weight: 800; text-align: center; }

.c23-hero { padding: clamp(42px, 6vw, 86px) 0 92px; }
.c23-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
  align-items: center;
  gap: clamp(34px, 6vw, 90px);
}
.c23-hero-copy h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(76px, 9.2vw, 132px);
  font-weight: 600;
  line-height: .74;
}
.c23-hero-copy h1 em {
  color: var(--c23-rose-dark);
  font-weight: 500;
}
.c23-lead { max-width: 720px; margin-bottom: 28px; font-size: 18px; line-height: 1.72; }
.c23-hero-pains {
  display: grid;
  gap: 10px;
  max-width: 720px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}
.c23-hero-pains li {
  position: relative;
  padding-left: 27px;
  color: rgba(23,40,63,.77);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.5;
}
.c23-hero-pains li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--c23-green);
  font-size: 10px;
  font-weight: 900;
}
.c23-goal {
  max-width: 720px;
  margin: 0 0 26px;
  padding: 16px 18px;
  border-left: 3px solid var(--c23-rose);
  border-radius: 0 14px 14px 0;
  background: rgba(255,255,255,.52);
  font-size: 12px;
  line-height: 1.58;
}
.c23-goal strong { color: var(--c23-ink); }
.c23-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.c23-button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease;
}
.c23-button:hover { transform: translateY(-2px); }
.c23-button-primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--c23-rose), var(--c23-rose-dark));
  box-shadow: 0 16px 38px rgba(169,79,98,.24);
}
.c23-button-secondary {
  border-color: var(--c23-line);
  background: rgba(255,255,255,.72);
}
.c23-button-light { color: var(--c23-ink) !important; background: #fff; }
.c23-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}
.c23-facts span {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.86);
  border-radius: 18px;
  background: rgba(255,255,255,.46);
}
.c23-facts b { font-family: "Cormorant Garamond", Georgia, serif; font-size: 24px; line-height: 1; }
.c23-facts small { margin-top: 7px; color: var(--c23-muted); font-size: 10.5px; line-height: 1.35; }

.c23-hero-card {
  position: relative;
  min-height: 570px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 64px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 46px;
  background:
    radial-gradient(circle at 100% 0, rgba(255,255,255,.85), transparent 36%),
    linear-gradient(145deg, rgba(225,213,234,.88), rgba(250,225,216,.82));
  box-shadow: var(--c23-shadow);
}
.c23-hero-card::after {
  content: "";
  position: absolute;
  width: 230px;
  aspect-ratio: 1;
  right: -85px;
  bottom: -95px;
  border: 44px solid rgba(255,255,255,.34);
  border-radius: 50%;
}
.c23-age-orbit { display: flex; align-items: center; gap: 10px; margin-bottom: 30px; }
.c23-age-orbit span {
  width: 52px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(23,40,63,.12);
  border-radius: 50%;
  background: rgba(255,255,255,.68);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 700;
}
.c23-age-orbit i { color: var(--c23-rose-dark); font-style: normal; }
.c23-hero-card > p { max-width: 420px; margin-bottom: 12px; font-size: 13px; font-weight: 700; }
.c23-hero-card h2 { position: relative; z-index: 1; margin-bottom: 30px; font-size: clamp(44px, 4.2vw, 64px); }
.c23-hero-card h2 em { color: var(--c23-rose-dark); font-weight: 500; }
.c23-rhythm { position: relative; z-index: 1; display: grid; gap: 10px; }
.c23-rhythm span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(23,40,63,.72);
  font-size: 12px;
  font-weight: 700;
}
.c23-rhythm i { width: 28px; height: 5px; border-radius: 999px; background: var(--c23-green); }

.c23-problems { border-top: 1px solid var(--c23-line); }
.c23-problem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
}
.c23-problem-grid article {
  min-height: 260px;
  padding: 26px;
  border: 1px solid var(--c23-line);
  border-radius: 26px;
  background: rgba(255,255,255,.68);
  box-shadow: 0 14px 36px rgba(23,40,63,.05);
}
.c23-problem-grid article:nth-child(2) { background: #efe8f5; }
.c23-problem-grid article:nth-child(3) { background: #f7e8e5; }
.c23-problem-grid article:nth-child(4) { background: #edf0e5; }
.c23-problem-grid span { color: var(--c23-rose-dark); font-size: 11px; font-weight: 800; }
.c23-problem-grid h3 { margin: 48px 0 12px; font-size: 31px; line-height: 1; }
.c23-problem-grid p { margin-bottom: 0; font-size: 13px; line-height: 1.65; }

.c23-program-section { background: var(--c23-ink); }
.c23-program-layout {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: clamp(48px, 8vw, 120px);
}
.c23-program-section .c23-kicker { color: #efb8c1 !important; }
.c23-program-section h2,
.c23-program-section h3 { color: #fff; }
.c23-program-section p { color: rgba(255,255,255,.62); }
.c23-program-intro { position: sticky; top: 40px; }
.c23-text-link { display: inline-block; margin-top: 18px; color: #efb8c1; font-size: 13px; font-weight: 800; }
.c23-program-list { display: grid; }
.c23-program-list article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.c23-program-list article:first-child { padding-top: 0; }
.c23-program-list b { color: #efb8c1; font-size: 11px; }
.c23-program-list h3 { margin-bottom: 8px; font-size: 30px; line-height: 1.05; }
.c23-program-list p { max-width: 600px; margin-bottom: 0; font-size: 13px; line-height: 1.65; }

.c23-support-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(40px, 7vw, 90px);
  padding: clamp(36px, 6vw, 74px);
  border: 1px solid rgba(255,255,255,.86);
  border-radius: 38px;
  background: linear-gradient(135deg, rgba(255,255,255,.84), rgba(239,232,245,.76));
  box-shadow: var(--c23-shadow);
}
.c23-support-card h2 { margin-bottom: 20px; }
.c23-support-card > div > p:last-child { max-width: 610px; font-size: 16px; line-height: 1.75; }
.c23-support-card ol { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.c23-support-card li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: center;
  padding: 15px;
  border: 1px solid var(--c23-line);
  border-radius: 18px;
  background: rgba(255,255,255,.65);
}
.c23-support-card li > span {
  width: 42px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--c23-rose);
  font-size: 12px;
  font-weight: 800;
}
.c23-support-card li p { display: flex; flex-direction: column; margin: 0; }
.c23-support-card li b { color: var(--c23-ink); font-size: 13px; }
.c23-support-card li small { margin-top: 3px; color: var(--c23-muted); font-size: 10.5px; line-height: 1.45; }

.c23-plans-section { background: #f4ede8; }
.c23-plans-head { margin-inline: auto; text-align: center; }
.c23-plans-head .c23-kicker { justify-content: center; }
.c23-plans-head > p:last-child { margin-inline: auto; }
.c23-getcourse-mark {
  max-width: 1000px;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 34px auto 0;
  padding: 11px 22px;
  border: 1px solid rgba(111,93,183,.20);
  border-radius: 20px;
  background:
    radial-gradient(circle at 10% 20%, rgba(255,255,255,.88), transparent 18%),
    linear-gradient(105deg, #f5f3fb, #ebe9f8 48%, #f7f5fb);
  box-shadow: 0 12px 32px rgba(68,55,112,.08);
}
.c23-getcourse-stamp {
  position: relative;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 2px solid #6f5db7;
  border-radius: 50%;
  color: #1c2240;
  background:
    linear-gradient(120deg, rgba(255,255,255,.9), rgba(184,179,241,.78) 30%, rgba(235,240,217,.78) 56%, rgba(144,111,226,.68) 82%, rgba(255,255,255,.9));
  box-shadow: inset 0 0 0 3px rgba(255,255,255,.66);
}
.c23-getcourse-stamp::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px dashed rgba(28,34,64,.50);
  border-radius: 50%;
}
.c23-getcourse-stamp b {
  position: relative;
  z-index: 1;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  line-height: .78;
}
.c23-getcourse-stamp small {
  position: relative;
  z-index: 1;
  font-size: 5.5px;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1.1;
  text-transform: uppercase;
}
.c23-getcourse-mark p {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 7px;
  margin: 0;
  color: var(--c23-ink);
  font-size: 13px;
  line-height: 1.45;
}
.c23-getcourse-mark p strong { font-weight: 800; }
.c23-getcourse-mark p span { color: var(--c23-muted); }
.c23-plans {
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 44px auto 0;
}
.c23-plan {
  min-height: 620px;
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--c23-line);
  border-radius: 34px;
  background: var(--c23-paper);
  box-shadow: 0 18px 50px rgba(23,40,63,.07);
}
.c23-plan-featured {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(150deg, #2c415c, #17283f);
  box-shadow: 0 26px 66px rgba(23,40,63,.18);
}
.c23-plan-label {
  display: inline-flex;
  align-self: flex-start;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--c23-rose-dark);
  background: #f7e5e8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.c23-plan-featured .c23-plan-label { color: #fff; background: rgba(255,255,255,.13); }
.c23-plan h3 { margin: 24px 0 20px; font-size: clamp(38px, 4vw, 50px); line-height: .95; }
.c23-plan-featured h3 { color: #fff; }
.c23-old-price {
  margin-bottom: 3px;
  color: var(--c23-muted);
  font-size: 16px;
  font-weight: 700;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}
.c23-plan-featured .c23-old-price { color: rgba(255,255,255,.48); }
.c23-price {
  color: var(--c23-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 68px;
  font-weight: 600;
  line-height: 1;
}
.c23-plan-featured .c23-price { color: #fff; }
.c23-price small { font-size: 34px; }
.c23-plan > p { min-height: 74px; margin: 18px 0 10px; font-size: 13px; line-height: 1.65; }
.c23-plan-featured > p { color: rgba(255,255,255,.68); }
.c23-plan ul { display: grid; gap: 12px; margin: 18px 0 30px; padding: 20px 0 0; border-top: 1px solid var(--c23-line); list-style: none; }
.c23-plan-featured ul { border-color: rgba(255,255,255,.14); }
.c23-plan li { position: relative; padding-left: 22px; color: var(--c23-muted); font-size: 12px; }
.c23-plan-featured li { color: rgba(255,255,255,.78); }
.c23-plan li::before { content: "✓"; position: absolute; left: 0; color: var(--c23-green); font-weight: 900; }
.c23-plan .c23-button { width: 100%; margin-top: auto; }
.c23-checkout-note { max-width: 800px; margin: 20px auto 0; font-size: 11px; line-height: 1.55; text-align: center; }
.c23-checkout-note a { color: var(--c23-rose-dark); font-weight: 800; text-decoration: underline; }

.c23-faq-layout {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: clamp(36px, 7vw, 100px);
  align-items: start;
}
.c23-faq { display: grid; gap: 10px; }
.c23-faq details {
  padding: 0 22px;
  border: 1px solid var(--c23-line);
  border-radius: 18px;
  background: rgba(255,255,255,.72);
}
.c23-faq summary { padding: 20px 34px 20px 0; color: var(--c23-ink); font-size: 14px; font-weight: 800; cursor: pointer; }
.c23-faq details p { margin: -2px 0 22px; font-size: 13px; line-height: 1.68; }
.c23-faq details a { color: var(--c23-rose-dark); text-decoration: underline; }

.c23-final { padding: 0 0 clamp(72px, 8vw, 110px); }
.c23-final-card {
  padding: clamp(42px, 7vw, 84px);
  border-radius: 40px;
  background:
    radial-gradient(circle at 88% 20%, rgba(255,255,255,.24), transparent 26%),
    linear-gradient(135deg, #e8dcef, #f6dfd8);
  text-align: center;
}
.c23-final-card .c23-kicker { justify-content: center; }
.c23-final-card h2 { margin-bottom: 18px; }
.c23-final-card > p { margin-bottom: 26px; }

.c23-footer { padding: 44px 0 104px; border-top: 1px solid var(--c23-line); }
.c23-footer-grid { display: flex; align-items: flex-start; justify-content: space-between; gap: 34px; }
.c23-footer-grid > div:first-child img { width: min(300px, 80vw); }
.c23-footer-grid p { margin: 14px 0 0; font-size: 10px; }
.c23-footer-grid > div:last-child { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; font-size: 11px; font-weight: 700; }
.c23-mobile-bar { display: none; }

@media (max-width: 980px) {
  .c23-today-inner { grid-template-columns: 1fr auto; }
  .c23-today-inner > a { grid-column: 1 / -1; }
  .c23-hero-grid,
  .c23-support-card { grid-template-columns: 1fr; }
  .c23-hero-card { min-height: 500px; }
  .c23-problem-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .c23-program-layout { grid-template-columns: 1fr; }
  .c23-program-intro { position: static; }
}

@media (max-width: 767px) {
  body.c23-page { padding-bottom: 74px; }
  .c23-container { width: calc(100% - 24px); }
  .c23-section { padding: 72px 0; }
  .c23-header { padding: 10px 0; }
  .c23-header-inner { min-height: 58px; padding: 9px 11px 9px 14px; }
  .c23-logo { width: min(180px, calc(100vw - 170px)); }
  .c23-back { padding: 9px 11px; font-size: 9px; }
  .c23-today-offer { padding-top: 6px; }
  .c23-today-inner { grid-template-columns: 1fr; gap: 14px; padding: 18px; border-radius: 20px; }
  .c23-today-inner > div:first-child strong { font-size: 24px; }
  .c23-today-prices { justify-content: space-between; }
  .c23-today-inner > a { grid-column: auto; }
  .c23-hero { padding: 34px 0 64px; }
  .c23-hero-grid { gap: 28px; }
  .c23-hero-copy { padding: 14px 6px 0; }
  .c23-hero-copy h1 { margin-bottom: 20px; font-size: clamp(70px, 22vw, 92px); line-height: .76; }
  .c23-lead { font-size: 15px; line-height: 1.65; }
  .c23-hero-pains li { font-size: 12px; }
  .c23-actions { display: grid; grid-template-columns: 1fr; }
  .c23-button { width: 100%; min-height: 56px; }
  .c23-facts { grid-template-columns: 1fr; }
  .c23-facts span { min-height: 0; }
  .c23-hero-card { min-height: 490px; padding: 28px 22px; border-radius: 30px; }
  .c23-hero-card h2 { font-size: 44px; }
  .c23-section-head h2 { font-size: 44px; }
  .c23-section-head > p:last-child { font-size: 14px; }
  .c23-problem-grid { grid-template-columns: 1fr; margin-top: 30px; }
  .c23-problem-grid article { min-height: 210px; padding: 22px; }
  .c23-problem-grid h3 { margin-top: 34px; }
  .c23-program-layout { gap: 38px; }
  .c23-program-list article { grid-template-columns: 38px 1fr; gap: 10px; }
  .c23-program-list h3 { font-size: 26px; }
  .c23-support-card { padding: 30px 20px; border-radius: 28px; }
  .c23-support-card h2 { font-size: 42px; }
  .c23-plans { grid-template-columns: 1fr; margin-top: 30px; }
  .c23-getcourse-mark {
    align-items: center;
    justify-content: flex-start;
    margin-top: 26px;
    padding: 12px 14px;
    border-radius: 18px;
  }
  .c23-getcourse-mark p { display: block; font-size: 11px; }
  .c23-getcourse-mark p strong,
  .c23-getcourse-mark p span { display: block; }
  .c23-getcourse-mark p span { margin-top: 2px; }
  .c23-plan { min-height: 0; padding: 30px 22px; border-radius: 28px; }
  .c23-plan > p { min-height: 0; }
  .c23-price { font-size: 58px; }
  .c23-faq-layout { grid-template-columns: 1fr; gap: 24px; }
  .c23-final-card { padding: 48px 20px; border-radius: 30px; }
  .c23-footer-grid { flex-direction: column; }
  .c23-footer-grid > div:last-child { justify-content: flex-start; }
  .c23-mobile-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    gap: 8px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--c23-line);
    background: rgba(255,250,246,.96);
    box-shadow: 0 -12px 34px rgba(23,40,63,.08);
    backdrop-filter: blur(18px);
  }
  .c23-mobile-bar a {
    min-height: 46px;
    display: grid;
    place-items: center;
    padding: 8px;
    border: 1px solid var(--c23-line);
    border-radius: 13px;
    background: #fff;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
  }
  .c23-mobile-bar a:first-child { color: #fff; border-color: transparent; background: var(--c23-rose-dark); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .c23-button { transition: none; }
}
