:root {
  --blush: #f6d0d8;
  --blush-deep: #efb7c4;
  --paper: #fff7f4;
  --wine: #6e102f;
  --rose: #c9184a;
  --rose-soft: #e85a7a;
  --gold: #c9a24a;
  --gold-deep: #8a5a16;
  --ink: #3a1822;
  --muted: #8a5a66;
  --rail: #4a4a4a;
  --shadow: 0 18px 40px rgba(110, 16, 47, 0.12);
  --font-serif: "Noto Serif SC", "Songti SC", serif;
  --font-sans: "Noto Sans SC", "PingFang SC", sans-serif;
  --font-display: "Cormorant Garamond", "Noto Serif SC", serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { min-height: 100%; }
body {
  font-family: var(--font-sans);
  background:
    radial-gradient(1200px 600px at 50% -10%, #3a1822 0%, #1a0c10 55%, #0d0709 100%);
  color: var(--ink);
  display: flex;
  justify-content: center;
}

.stage {
  width: 100%;
  max-width: 430px;
  min-height: 100vh;
  background: var(--blush);
  background-image:
    radial-gradient(circle at 18% 12%, rgba(255,255,255,.55), transparent 28%),
    radial-gradient(circle at 80% 8%, rgba(255, 196, 210, .9), transparent 32%),
    radial-gradient(rgba(232, 130, 150, .28) 1.1px, transparent 1.2px);
  background-size: auto, auto, 16px 16px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255,255,255,.06), 0 30px 80px rgba(0,0,0,.45);
}

.grain {
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: .08;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  z-index: 1;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px;
  padding: 10px 8px 8px;
  background: linear-gradient(180deg, rgba(246,208,216,.96), rgba(246,208,216,.72) 70%, transparent);
  backdrop-filter: blur(10px);
}

.pill {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 6px;
  border: 0;
  color: #fff;
  background: rgba(20, 12, 16, .42);
  backdrop-filter: blur(12px);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  cursor: pointer;
}
.pill svg { width: 16px; height: 16px; }
.pill b { color: #ffe566; font-size: 15px; font-family: var(--font-display); }

.viewers {
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
}
.viewers > span { white-space: nowrap; }
.avatars { display: flex; align-items: center; }
.avatars span {
  width: 22px; height: 22px; border-radius: 50%;
  border: 1.5px solid #fff; margin-left: -6px;
  display: grid; place-items: center;
  font-size: 10px; color: #fff; font-weight: 700;
}
.avatars span:first-child { margin-left: 0; }

.capsule {
  display: flex; align-items: center; gap: 6px;
  flex-shrink: 0;
  background: #fff; border-radius: 999px; padding: 4px 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
  color: #111;
}
.capsule i { width: 1px; height: 12px; background: #ddd; display: block; }
.dot3 { letter-spacing: 1px; font-size: 15px; line-height: 1; }
.cap-circle {
  width: 16px; height: 16px; border: 2px solid #111; border-radius: 50%;
  position: relative;
}
.cap-circle:after {
  content: ""; position: absolute; inset: 3px; border: 1.5px solid #111; border-radius: 50%;
}

.hero { position: relative; z-index: 2; padding: 6px 18px 0 18px; }

.brand-row {
  display: flex; justify-content: space-between; align-items: flex-start;
}
.logo { display: flex; gap: 8px; align-items: center; color: #b8893d; }
.logo-mark {
  width: 36px; height: 36px; color: #b8893d;
}
.logo small { display: block; font-size: 9px; letter-spacing: .28em; margin-top: 2px; }
.logo em { font-style: normal; font-size: 13px; letter-spacing: .18em; }

.badge { text-align: right; color: var(--rose); }
.badge strong { display: block; font-size: 20px; font-weight: 900; letter-spacing: .08em; }
.badge span {
  display: inline-block; margin-top: 4px;
  font-size: 9px; letter-spacing: .22em;
  border: 1px solid currentColor; border-radius: 999px; padding: 2px 8px;
}

.titles { text-align: center; margin: 18px 0 8px; position: relative; }
.titles h1 {
  font-family: var(--font-serif);
  font-weight: 900;
  line-height: .92;
  letter-spacing: -0.04em;
}
.titles .t1 {
  font-size: clamp(48px, 14vw, 64px);
  color: #7a1236;
  text-shadow:
    2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff,
    2px 2px 0 #fff, -2px 2px 0 #fff, 3px 6px 0 rgba(255,255,255,.35);
}
.titles .t2 {
  display: block;
  font-size: clamp(40px, 12vw, 54px);
  color: #d21d55;
  text-shadow:
    2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff,
    3px 7px 0 rgba(255,255,255,.28);
}
.titles .en {
  margin-top: 8px;
  color: #e29aac;
  letter-spacing: .42em;
  font-size: 11px;
}
.flourish {
  width: 168px; height: 18px; margin: 10px auto 0;
  opacity: .7; color: #d4a24a;
}

.rail {
  position: absolute;
  right: 0; top: 40px;
  z-index: 35;
  display: flex; flex-direction: column; align-items: flex-end; gap: 10px;
}
.rail button {
  border: 0;
  cursor: pointer;
  padding: 0;
}
.rail-sq {
  width: 42px;
  height: 42px;
  color: #fff;
  background: rgba(0,0,0,.55);
  border-radius: 10px 0 0 10px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 1px; font-size: 10px; font-weight: 400; line-height: 15px;
}
.rail-ico {
  display: block;
  width: 17px; height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.rail-ico.complaint { background-image: url("/uploads/origin/ui/icon-complaint.png"); }
.rail-ico.music {
  width: 18px; height: 18px;
  background-image: url("/uploads/origin/ui/icon-music.png");
}
.rail-sq.music.active .rail-ico.music {
  animation: spin 2s linear infinite;
}
.rail-tall {
  width: 42px;
  height: 68px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.rail-tall.contact { background-image: url("/uploads/origin/ui/contact_icon.png"); }
.rail-tall.poster { background-image: url("/uploads/origin/ui/icon_poster.png"); }
@keyframes spin { to { transform: rotate(360deg); } }

#legacyPage[hidden] { display: none !important; }
.origin-page { position: relative; z-index: 2; }
.origin-page img,
.origin-cover {
  display: block;
  width: 100%;
  height: auto;
}
.origin-images img { display: block; width: 100%; }

.stage.origin-mode {
  background: #f6e0e6;
  background-image: none;
}
.stage.origin-mode .grain { display: none; }
.stage.origin-mode .nav {
  position: absolute;
  left: 0; right: 0;
  background: transparent;
  backdrop-filter: none;
  padding: 12px 8px 0;
}
.stage.origin-mode .pill {
  background: rgba(0,0,0,.2);
}
.stage.origin-mode .pill b {
  color: #ff0;
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
}
.stage.origin-mode .rail {
  position: fixed;
  top: 88px;
  right: max(0px, calc((100vw - 430px) / 2));
}
.stage.origin-mode .origin-page { padding-bottom: 118px; }
.stage.origin-mode.ad-closed .origin-page { padding-bottom: 78px; }
.stage.origin-mode .cta-teacher {
  display: none;
  margin: 0;
  padding: 6px 10px 0;
  background: #fc2a45;
  color: #fff7f0;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
}
.stage.origin-mode.has-teacher .cta-teacher:not([hidden]) {
  display: block;
}
.stage.origin-mode.has-teacher .origin-page { padding-bottom: 140px; }
.stage.origin-mode.has-teacher.ad-closed .origin-page { padding-bottom: 100px; }
.stage.origin-mode .cta {
  height: 56px;
  padding: 0;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 700;
  box-shadow: none;
  background: #fc2a45;
}
.stage.origin-mode .bottom {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: 430px;
}
.stage.origin-mode .legal { display: none; }
.stage.origin-mode .ad {
  position: static;
  transform: none;
  width: 100%;
  max-width: none;
  height: 40px;
  border-radius: 0;
  padding: 0 36px 0 12px;
  background: rgba(0,0,0,.5);
  justify-content: center;
}
.stage.origin-mode .ad a {
  justify-content: center;
  font-size: 15px;
  line-height: 40px;
  width: 100%;
}
.stage.origin-mode .ad em {
  color: #f3d71b;
  font-style: normal;
  margin: 0 6px;
  font-weight: 400;
}
.stage.origin-mode .ad button {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
  border-radius: 0;
  background: url("https://cdn.sjniu.cn/source/images/bargainbrank2/delebtn.png") center/contain no-repeat;
}
.stage.origin-mode #tickerPanel,
.stage.origin-mode #groupsPanel,
.stage.origin-mode #teacherBar,
.stage.origin-mode #groupBanner {
  display: none !important;
}
.stage.origin-mode .panel {
  margin-left: 12px;
  margin-right: 12px;
}

.offer {
  position: relative;
  z-index: 3;
  margin: 28px 62px 0 14px;
  padding: 22px 14px 16px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,246,246,.94));
  border: 1.5px solid #f3b2c0;
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.offer:before {
  content: "";
  position: absolute; inset: 6px;
  border: 1px solid rgba(201, 162, 74, .28);
  border-radius: 14px; pointer-events: none;
}

.seal {
  position: absolute;
  right: -10px; top: -30px;
  width: 78px; height: 78px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, #fff3c4, #e0b35a 42%, #a56b1d 78%, #6d4710);
  color: #5a2a00;
  display: grid; place-items: center;
  transform: rotate(10deg);
  box-shadow: 0 10px 20px rgba(138, 90, 22, .28), inset 0 2px 0 rgba(255,255,255,.45);
  font-family: var(--font-serif);
  font-weight: 900;
  font-size: 15px;
  line-height: 1.05;
  text-align: center;
  z-index: 4;
}
.seal:after {
  content: "";
  position: absolute; inset: 6px;
  border: 1px dashed rgba(255,255,255,.45);
  border-radius: 50%;
}

.price-row {
  display: flex; align-items: flex-end; justify-content: center; gap: 8px;
  padding-right: 36px;
}
.price-meta { text-align: right; color: #7a3a2a; padding-bottom: 10px; }
.price-meta .cur {
  font-family: var(--font-display);
  letter-spacing: .28em; font-size: 22px; font-weight: 600;
}
.price-meta .lab { font-size: 17px; font-weight: 900; }
.price-num {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  font-size: 78px;
  line-height: .8;
  letter-spacing: -0.04em;
  color: #b3123a;
  text-shadow: 0 8px 0 rgba(255,255,255,.4);
}
.origin {
  text-align: center;
  color: var(--muted);
  font-size: 12px;
  margin: 8px 0 12px;
  text-decoration: none;
}
.origin s { opacity: .7; }

.chips {
  display: flex; justify-content: center; gap: 8px; margin-bottom: 16px;
}
.chips i {
  width: 32px; height: 32px; border-radius: 50%;
  color: #fff; display: grid; place-items: center;
  font-size: 14px; font-weight: 800; font-style: normal;
}
.chips i:nth-child(1) { background: #e85a7a; }
.chips i:nth-child(2) { background: #d94a6a; }
.chips i:nth-child(3),
.chips i:nth-child(4) { background: #7a2a3a; }

.benefits {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
}
.benefit:nth-child(-n+3) { grid-column: span 2; }
.benefit:nth-child(n+4) { grid-column: span 3; }
.benefit {
  position: relative;
  text-align: center;
  padding: 16px 8px 10px;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff, #f8d6de);
  border: 1px solid #fff;
  min-height: 78px;
}
.benefit b {
  position: absolute; top: -9px; left: 50%; transform: translateX(-50%);
  width: 20px; height: 20px; border-radius: 50%;
  background: #f4a0b0; color: #fff; font-size: 11px;
  display: grid; place-items: center;
  border: 1.5px solid #7a2a3a;
}
.benefit p {
  font-size: 12px; font-weight: 800; line-height: 1.25;
  color: var(--wine);
}

.notice {
  text-align: center;
  color: var(--wine);
  font-size: 11px;
  letter-spacing: .18em;
  padding: 16px 12px 8px;
  position: relative; z-index: 2;
}
.countdown {
  margin-top: 6px;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: 700;
}
.countdown em {
  font-style: normal;
  display: inline-block;
  min-width: 22px;
  padding: 2px 5px;
  margin: 0 2px;
  border-radius: 6px;
  background: var(--wine);
  color: #fff;
}

.panel {
  margin: 8px 14px 16px;
  background: rgba(255,255,255,.62);
  border-radius: 14px;
  padding: 12px 14px;
  position: relative; z-index: 2;
}
.panel h3 {
  font-size: 13px;
  color: var(--wine);
  margin-bottom: 6px;
  letter-spacing: .12em;
}
.panel p, .panel pre {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
  white-space: pre-wrap;
  font-family: inherit;
}

.teacher-bar {
  display: none;
  margin: 10px 14px 0;
  background: #2a1418;
  color: #fff7f0;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 12px;
  position: relative;
  z-index: 3;
}
.teacher-bar.show { display: block; }
.teacher-bar b { color: #ffe566; }

.ladder {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ladder .row {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 8px;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 12px;
  color: var(--ink);
}
.ladder .row.on { outline: 1.5px solid var(--rose); }
.ladder .row em { font-style: normal; color: var(--wine); font-weight: 800; }
.ladder .row small { color: var(--muted); }

.group-banner {
  display: none;
  margin: 0 14px 10px;
  background: #fff;
  border-radius: 14px;
  padding: 12px 14px;
  position: relative; z-index: 3;
  box-shadow: var(--shadow);
}
.group-banner.show { display: block; }
.group-banner strong { color: var(--rose); }
.members { display: flex; gap: 8px; margin-top: 8px; flex-wrap: wrap; }
.members span {
  background: #fde8ec; color: var(--wine);
  border-radius: 999px; padding: 4px 8px; font-size: 12px;
}

.bottom {
  position: sticky;
  bottom: 0;
  z-index: 30;
}
.cta {
  width: 100%;
  border: 0;
  background: linear-gradient(90deg, #ff5a3c, #ff3b30 55%, #e02420);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .28em;
  padding: 16px 12px 15px;
  cursor: pointer;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  box-shadow: 0 -8px 24px rgba(255, 59, 48, .25);
}
.ad {
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(12,12,12,.78);
  color: #fff;
  padding: 8px 12px;
  font-size: 13px;
}
.ad { position: relative; }
.ad a { color: inherit; text-decoration: none; display: flex; align-items: center; gap: 6px; }
.ad .pen { color: #ffe566; }
.ad .pen-img { width: 14px; height: 15px; display: block; flex-shrink: 0; }
.ad button {
  width: 24px; height: 24px; border: 0; border-radius: 50%;
  background: rgba(255,255,255,.18); color: #fff; cursor: pointer;
}
.legal {
  background: #2b2b2b;
  color: rgba(255,255,255,.78);
  font-size: 11px;
  line-height: 1.6;
  padding: 10px 12px 16px;
  white-space: pre-wrap;
}

.mask {
  position: fixed; inset: 0; background: rgba(20, 8, 12, .46);
  display: none; align-items: flex-end; justify-content: center;
  z-index: 80;
}
.mask.show { display: flex; }
.sheet {
  width: min(430px, 100%);
  background: #fff;
  border-radius: 20px 20px 0 0;
  padding: 18px 18px 28px;
  animation: up .22s ease;
}
@keyframes up { from { transform: translateY(20px); opacity: 0; } to { transform: none; opacity: 1; } }
.sheet h2 { font-size: 18px; color: var(--wine); margin-bottom: 12px; }
.sheet .row { margin-bottom: 10px; }
.sheet label { display: block; font-size: 12px; color: var(--muted); margin-bottom: 4px; }
.sheet input, .sheet textarea, .sheet select {
  width: 100%; border: 1px solid #f0d0d6; border-radius: 10px;
  padding: 10px 12px; font: inherit; background: #fffaf9;
}
.sheet .otp-row { display: flex; gap: 8px; align-items: center; }
.sheet .otp-row input { flex: 1; }
.sheet .otp-row button {
  flex: 0 0 auto; border: 0; border-radius: 10px; padding: 10px 12px;
  background: #6e102f; color: #fff; font: inherit; cursor: pointer;
}
.sheet .agree { display: flex; gap: 8px; align-items: flex-start; font-size: 12px; color: #8a5a66; line-height: 1.5; }
.sheet .agree input { width: auto; margin-top: 3px; }
.privacy-link { text-align: center; font-size: 11px; margin-top: 8px; }
.privacy-link a { color: #8a5a66; }
.mine-link {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  color: #8a5a66;
  font-size: 12px;
  padding: 4px 0 6px;
  cursor: pointer;
}
.stage.origin-mode .mine-link {
  background: #fc2a45;
  color: #fff7f0;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 10px 0;
}
.receipt-code {
  font-size: 32px;
  letter-spacing: 0.18em;
  font-weight: 900;
  color: #6e102f;
  text-align: center;
  margin: 8px 0 4px;
}
.receipt-meta {
  text-align: center;
  font-size: 13px;
  color: #8a5a66;
  margin-bottom: 10px;
}
.actions { display: flex; gap: 8px; margin-top: 14px; }
.btn {
  flex: 1; border: 0; border-radius: 12px; padding: 12px;
  font-weight: 800; cursor: pointer;
}
.btn-ghost { background: #f4e6e9; color: var(--wine); }
.btn-main { background: var(--rose); color: #fff; }

.contact-card {
  display: flex; flex-direction: column; gap: 8px;
}
.contact-card .line {
  background: #fff5f7; border-radius: 12px; padding: 12px;
  display: flex; justify-content: space-between; align-items: center;
}

.poster-box { text-align: center; }
.poster-box img {
  width: 100%; max-width: 240px; border-radius: 12px;
  box-shadow: var(--shadow); display: block; margin: 0 auto 10px;
}
#posterQr { width: 132px !important; background: #fff; padding: 8px; }

.toast {
  position: fixed; left: 50%; bottom: 96px; transform: translateX(-50%);
  background: rgba(30,10,16,.88); color: #fff;
  padding: 8px 14px; border-radius: 999px; font-size: 13px;
  opacity: 0; pointer-events: none; transition: .2s; z-index: 90;
}
.toast.show { opacity: 1; }

.share-guide {
  position: absolute; top: 8px; right: 14px;
  width: 180px; color: #fff; font-size: 13px;
  background: rgba(0,0,0,.78); padding: 10px 12px; border-radius: 10px;
}
.share-guide:after {
  content: ""; position: absolute; top: -8px; right: 28px;
  border: 8px solid transparent; border-bottom-color: rgba(0,0,0,.78); border-top: 0;
}

.cover {
  position: relative;
  z-index: 2;
  margin: 10px 14px 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.cover img {
  display: block;
  width: 100%;
  height: 168px;
  object-fit: cover;
}

.ticker {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ticker .item {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
  color: var(--ink);
  background: #fff;
  border-radius: 10px;
  padding: 7px 10px;
}
.ticker .item b { color: var(--rose); font-weight: 800; }
.ticker .item em { font-style: normal; color: var(--muted); }

.group-list { display: flex; flex-direction: column; gap: 8px; }
.gcard {
  background: #fff;
  border-radius: 12px;
  padding: 10px 12px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
}
.gcard strong { color: var(--wine); }
.gcard small { display: block; color: var(--muted); margin-top: 3px; }
.gcard button {
  border: 0;
  background: var(--rose);
  color: #fff;
  border-radius: 999px;
  padding: 7px 12px;
  font-weight: 800;
  font-size: 12px;
  cursor: pointer;
}
.gcard button.full { background: #efe4da; color: var(--wine); }

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.gallery figure {
  margin: 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.gallery img {
  width: 100%;
  height: 92px;
  object-fit: cover;
  display: block;
}
.gallery figcaption {
  font-size: 11px;
  color: var(--muted);
  padding: 6px 8px 8px;
}

.staff-grid { display: flex; flex-direction: column; gap: 8px; }
.staff {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 10px;
  background: #fff;
  border-radius: 12px;
  padding: 8px;
}
.staff img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 10px;
}
.staff b { display: block; color: var(--wine); font-size: 13px; }
.staff small { color: var(--muted); }
.staff p { margin-top: 4px; font-size: 12px; color: var(--ink); line-height: 1.5; }

.effect-grid { display: flex; flex-direction: column; gap: 10px; }
.effect {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.effect .pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.effect img { width: 100%; height: 110px; object-fit: cover; display: block; }
.effect .pair span {
  position: relative;
}
.effect .pair span:after {
  content: attr(data-lab);
  position: absolute;
  left: 6px;
  bottom: 6px;
  background: rgba(20,8,12,.62);
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 999px;
}
.effect figcaption { font-size: 12px; color: var(--muted); padding: 8px 10px; }

.review-list { display: flex; flex-direction: column; gap: 8px; }
.review {
  background: #fff;
  border-radius: 12px;
  padding: 10px 12px;
}
.review .meta { display: flex; justify-content: space-between; font-size: 12px; color: var(--wine); font-weight: 800; }
.review .stars { color: #c9a24a; letter-spacing: 1px; }
.review p { margin-top: 6px; font-size: 12px; color: var(--ink); line-height: 1.6; }

.contact-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
  color: var(--ink);
}
.contact-block .row {
  background: #fff;
  border-radius: 10px;
  padding: 9px 10px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.contact-block button, .contact-block a.act {
  border: 0;
  background: #fde8ec;
  color: var(--wine);
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 360px) {
  .price-num { font-size: 72px; }
  .benefit p { font-size: 11px; }
}
