@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url("https://cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/static/woff2/SUIT.css");

@font-face {
  font-family: "Jalnan";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2107@1.1/Jalnan.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --paper: #fffaf7;
  --paper-2: #f8eee9;
  --paper-3: #f2dfda;
  --rose: #b83258;
  --rose-2: #8f2343;
  --wine: #35111f;
  --wine-2: #4a2430;
  --gold: #c9a15f;
  --gold-2: #8e6d3a;
  --ink: #1e1518;
  --muted: #6d5a60;
  --line: rgba(53, 17, 31, .12);
  --white: #fff;
  --shadow: 0 18px 48px rgba(88, 29, 49, .12), 0 5px 16px rgba(88, 29, 49, .08);
  --shadow-strong: 0 30px 80px rgba(88, 29, 49, .18);
  --page-pad: clamp(24px, 5vw, 72px);
  --content-max: 1480px;
  --body: "Pretendard", "Noto Sans KR", system-ui, sans-serif;
  --soft-heading: "SUIT", "Pretendard", "Noto Sans KR", system-ui, sans-serif;
  --display: "Jalnan", "Pretendard", "Noto Sans KR", sans-serif;
  --script: "Caveat", cursive;
  --serif: "Bodoni Moda", serif;
  --measure-title: 12.5em;
  --measure-copy: 42em;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(248, 220, 218, .75), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(232, 204, 157, .38), transparent 30%),
    linear-gradient(180deg, var(--paper), #fff);
  font-family: var(--body);
  letter-spacing: 0;
  line-height: 1.6;
  word-break: keep-all;
  overflow-wrap: break-word;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
p,
li,
dt,
dd,
button,
a,
span {
  word-break: keep-all;
}

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
  cursor: pointer;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 36px;
  min-height: 76px;
  padding: 16px var(--page-pad);
  background: rgba(255, 250, 247, .86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
  font-weight: 900;
  color: var(--wine);
}

.brand img {
  width: 148px;
  height: auto;
}

.brand span {
  color: var(--rose);
  font-size: 13px;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 4vw, 52px);
  flex: 1;
  font-weight: 800;
}

.main-nav a {
  padding: 8px 0;
  color: var(--wine-2);
}

.main-nav a:hover {
  color: var(--rose);
}

.nav-cta,
.primary-btn,
.ghost-btn,
.plan-link,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  font-weight: 900;
}

.nav-cta,
.primary-btn,
.plan-link {
  color: var(--white);
  background: linear-gradient(180deg, #c94a6a, var(--rose));
  border: 0;
  box-shadow: 0 14px 34px rgba(184, 50, 88, .28);
}

.nav-cta {
  padding: 0 22px;
  white-space: nowrap;
}

.primary-btn,
.ghost-btn {
  padding: 0 28px;
}

.ghost-btn {
  color: var(--wine);
  background: rgba(255, 255, 255, .72);
  border: 1px solid var(--line);
}

.primary-btn.is-disabled,
.nav-cta.is-disabled,
.plan-link.is-disabled,
button.is-disabled {
  color: rgba(53, 17, 31, .58);
  cursor: not-allowed;
  background: rgba(255, 255, 255, .72);
  border: 1px solid var(--line);
  box-shadow: none;
}

.text-link {
  width: fit-content;
  min-height: 42px;
  padding: 0 18px;
  color: var(--rose);
  background: var(--white);
  border: 1px solid rgba(184, 50, 88, .18);
}

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  max-width: var(--content-max);
  margin: 28px auto 0;
  min-height: min(760px, calc(100vh - 132px));
  padding: clamp(70px, 9vw, 128px) var(--page-pad);
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(255, 250, 247, .94) 0%, rgba(255, 250, 247, .84) 34%, rgba(255, 250, 247, .36) 58%, rgba(255, 250, 247, .06) 100%),
    var(--hero-bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 34px;
  box-shadow: var(--shadow-strong);
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(660px, 46%);
  min-width: 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--rose);
  font-family: var(--script);
  font-size: 34px;
  font-weight: 700;
  line-height: .95;
}

.hero h1,
.section-heading h2,
.benefit-copy h2,
.final-cta h2,
.detail-title {
  margin: 0;
  color: var(--wine);
  font-size: clamp(42px, 5.4vw, 72px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
  text-wrap: balance;
}

.hero h1 {
  max-width: 12.5em;
  font-family: var(--body);
  font-size: clamp(42px, 4.8vw, 64px);
  font-weight: 900;
}

.hero h1 span {
  display: block;
}

.hero-title-accent {
  color: var(--rose);
}

.hero-title-main {
  color: var(--wine);
  font-family: var(--display);
  font-size: 1.14em;
  line-height: .98;
}

.hero-lead {
  max-width: 36em;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.78;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(140px, 1fr));
  gap: 12px;
  max-width: 680px;
  margin-top: 34px;
}

.hero-proof div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 96px;
  padding: 18px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-proof strong {
  display: block;
  color: var(--rose);
  font-family: var(--body);
  font-size: clamp(28px, 2.6vw, 34px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.hero-proof span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.promo-carousel {
  padding: 44px var(--page-pad) 34px;
  background: var(--white);
}

.promo-frame {
  position: relative;
  max-width: var(--content-max);
  aspect-ratio: 2.6 / 1;
  min-height: 320px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: var(--shadow-strong);
}

.promo-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  color: var(--wine);
  background:
    linear-gradient(90deg, #fffaf7 0%, #fffaf7 36%, rgba(255, 250, 247, .72) 54%, rgba(255, 250, 247, .08) 100%);
  background-position: center right;
  transition: opacity .42s ease;
}

.promo-slide::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image: var(--promo-bg);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}

.promo-slide::after {
  position: absolute;
  inset: 0 auto 0 0;
  content: "";
  width: min(64%, 900px);
  background: linear-gradient(90deg, rgba(255, 250, 247, .98) 0%, rgba(255, 250, 247, .9) 70%, rgba(255, 250, 247, 0) 100%);
}

.promo-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.promo-link {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: clamp(430px, 39vw, 600px);
  height: 100%;
  padding: clamp(34px, 6vw, 76px);
}

.promo-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 16px;
  color: var(--white);
  background: var(--wine);
  border-radius: 0;
  font-weight: 900;
}

.promo-link h2 {
  max-width: 8.5em;
  margin: 0;
  color: var(--wine);
  font-size: clamp(38px, 4.4vw, 66px);
  font-family: var(--body);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
  text-wrap: balance;
}

.promo-link h2 span {
  display: block;
  color: var(--rose);
}

.promo-link p {
  max-width: 22em;
  margin: 22px 0 0;
  color: var(--wine-2);
  font-size: clamp(17px, 1.45vw, 21px);
  font-weight: 900;
}

.promo-link em {
  margin-top: 30px;
  color: var(--wine);
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
}

.promo-controls {
  position: absolute;
  right: 32px;
  bottom: 30px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 38px;
  padding: 8px 12px;
  color: var(--wine);
  background: rgba(255, 250, 247, .46);
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(53, 17, 31, .1);
  backdrop-filter: blur(16px);
  font-weight: 900;
}

.promo-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.promo-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  background: rgba(53, 17, 31, .26);
  border: 0;
  border-radius: 999px;
  transition: width .25s ease, background-color .25s ease, opacity .25s ease;
}

.promo-dot.is-active {
  width: 24px;
  background: var(--wine);
}

.promo-arrow,
.promo-toggle {
  width: 24px;
  height: 24px;
  color: var(--wine);
  background: transparent;
  border: 0;
  font-size: 15px;
  line-height: 1;
  opacity: .64;
  transition: opacity .2s ease, transform .2s ease;
}

.promo-arrow:hover,
.promo-toggle:hover,
.promo-dot:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.positioning,
.benefit-compare,
.benefit,
.flow,
.plans,
.notice,
.final-cta {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: clamp(68px, 9vw, 118px) var(--page-pad);
}

.section-heading {
  max-width: 880px;
  margin-bottom: 34px;
}

.section-heading.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading.center h2 {
  margin-right: auto;
  margin-left: auto;
}

.section-heading h2,
.benefit-copy h2,
.final-cta h2 {
  max-width: 13em;
  font-family: var(--soft-heading);
  font-size: clamp(30px, 3.45vw, 44px);
  font-weight: 800;
  line-height: 1.16;
}

.compare-card h3,
.benefit-list h3,
.flow-steps h3,
.plan-card h3,
.detail-info h3,
.faq-item button span,
.ready-grid article strong {
  font-family: var(--soft-heading);
  font-weight: 800;
  letter-spacing: 0;
}

.section-lede {
  max-width: var(--measure-copy);
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.compare-card {
  min-width: 0;
  min-height: 240px;
  padding: 34px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.compare-card span,
.plan-benefit,
.benefit-list span,
.flow-steps span,
.detail-info span {
  color: var(--rose);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.compare-card h3 {
  max-width: 100%;
  margin: 18px 0 12px;
  font-size: clamp(23px, 2.2vw, 30px);
  line-height: 1.24;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.compare-card p {
  max-width: var(--measure-copy);
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.compare-card.muted {
  background: rgba(255, 255, 255, .62);
}

.compare-card.strong {
  color: var(--white);
  background:
    radial-gradient(circle at 80% 20%, rgba(201, 161, 95, .32), transparent 36%),
    linear-gradient(135deg, var(--wine), var(--rose-2));
}

.compare-card.strong span,
.compare-card.strong p {
  color: rgba(255, 255, 255, .78);
}

.benefit-compare {
  background:
    radial-gradient(circle at 86% 18%, rgba(201, 161, 95, .18), transparent 34%),
    linear-gradient(180deg, rgba(255, 250, 247, .82), rgba(248, 238, 233, .72));
}

.benefit-compare .section-heading {
  max-width: 1160px;
}

.benefit-compare .section-lede {
  max-width: 1080px;
}

.value-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  padding: 6px;
  background: rgba(255, 255, 255, .68);
  border: 1px solid rgba(53, 17, 31, .09);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(88, 29, 49, .08);
}

.value-tabs button {
  min-height: 38px;
  padding: 0 18px;
  color: var(--wine);
  background: transparent;
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  transition: background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.value-tabs button.is-active {
  color: var(--white);
  background: var(--rose);
  box-shadow: 0 10px 22px rgba(184, 50, 88, .22);
}

.value-compare {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: 18px;
  align-items: stretch;
}

.value-card {
  min-width: 0;
  padding: clamp(28px, 4vw, 44px);
  border-radius: 14px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.value-card span,
.compare-points span {
  color: var(--rose);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.value-card strong {
  display: block;
  margin: 16px 0 12px;
  color: var(--wine);
  font-family: var(--soft-heading);
  font-size: clamp(34px, 5.4vw, 64px);
  font-weight: 800;
  line-height: 1.05;
}

.value-card p {
  max-width: 34em;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.value-card-muted {
  background: rgba(255, 255, 255, .66);
}

.value-card-strong {
  color: var(--white);
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 255, 255, .2), transparent 28%),
    linear-gradient(135deg, var(--wine), var(--rose-2));
  border-color: rgba(255, 255, 255, .22);
}

.value-card-strong span,
.value-card-strong p {
  color: rgba(255, 255, 255, .78);
}

.value-card-strong strong {
  color: var(--white);
}

.value-meter {
  height: 12px;
  margin-top: 28px;
  overflow: hidden;
  background: rgba(53, 17, 31, .1);
  border-radius: 999px;
}

.value-card-strong .value-meter {
  background: rgba(255, 255, 255, .18);
}

.value-meter i {
  display: block;
  height: 100%;
  border-radius: inherit;
  transition: width .25s ease;
}

.meter-mno {
  width: 20%;
  background: rgba(53, 17, 31, .32);
}

.meter-beauty {
  width: 100%;
  background: linear-gradient(90deg, var(--gold), #fff1c8);
}

.compare-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.compare-points article {
  min-width: 0;
  padding: 24px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(255, 255, 255, .86);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.compare-points p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.68;
}

.compare-note {
  max-width: none;
  margin: 20px 0 0;
  color: rgba(53, 17, 31, .62);
  font-size: 13px;
  line-height: 1.7;
}

.benefit {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: start;
  background: linear-gradient(180deg, rgba(248, 238, 233, .78), rgba(255, 255, 255, .78));
}

.benefit-copy p {
  max-width: 34em;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.78;
}

.benefit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 16px;
}

.benefit-list article,
.flow-steps article,
.plan-card,
.faq-item,
.detail-info article,
.ready-grid article {
  min-width: 0;
  padding: 28px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(255, 255, 255, .86);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.benefit-list h3,
.flow-steps h3,
.detail-info h3 {
  max-width: 12em;
  margin: 14px 0 8px;
  font-size: 24px;
  line-height: 1.22;
}

.benefit-list p,
.flow-steps p,
.detail-info p {
  max-width: 32em;
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.flow {
  background:
    radial-gradient(circle at 12% 20%, rgba(201, 161, 95, .16), transparent 34%),
    var(--wine);
  color: var(--white);
}

.flow .section-heading h2,
.flow .eyebrow {
  color: var(--white);
}

.flow .eyebrow {
  color: var(--gold);
  margin-bottom: 10px;
}

.flow-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.flow-steps article {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .14);
  box-shadow: none;
}

.flow-steps span {
  color: var(--gold);
}

.flow-steps p {
  color: rgba(255, 255, 255, .72);
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 18px;
  align-items: stretch;
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 540px;
  overflow: hidden;
  border-color: rgba(53, 17, 31, .08);
  transform: translateY(0);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.plan-card::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 8%), rgba(201, 161, 95, .22), transparent 34%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
}

.plan-card > * {
  position: relative;
  z-index: 1;
}

.plan-card:hover {
  border-color: rgba(184, 50, 88, .38);
  box-shadow: var(--shadow-strong);
  transform: translateY(-6px);
}

.plan-card:hover::before {
  opacity: 1;
}

.plan-card:hover .plan-link {
  box-shadow: 0 14px 34px rgba(184, 50, 88, .24);
}

@media (prefers-reduced-motion: reduce) {
  .plan-card {
    transition: none;
  }

  .plan-card:hover {
    transform: none;
  }
}

.plan-card.featured {
  border: 2px solid rgba(184, 50, 88, .48);
  background: linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(248, 222, 218, .74));
}

.plan-card h3 {
  max-width: 11em;
  margin: 18px 0 8px;
  color: var(--wine);
  font-size: 30px;
  line-height: 1.2;
}

.plan-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.plan-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  color: var(--wine);
  background: rgba(248, 222, 218, .58);
  border: 1px solid rgba(184, 50, 88, .16);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.plan-sub {
  max-width: 25em;
  margin: 0 0 22px;
  color: var(--muted);
}

.plan-card dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.plan-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px dashed var(--line);
}

.plan-card dt {
  color: var(--muted);
  font-weight: 800;
}

.plan-card dd {
  margin: 0;
  text-align: right;
  font-weight: 900;
}

.plan-link {
  margin-top: auto;
  padding: 0 20px;
}

.event-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.event-links a {
  padding: 12px 18px;
  color: var(--wine);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 900;
}

.notice {
  background: var(--paper-2);
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 980px;
  margin: 0 auto;
}

.faq-item {
  padding: 0;
  overflow: hidden;
}

.faq-item button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  width: 100%;
  padding: 24px 28px;
  color: var(--wine);
  background: transparent;
  border: 0;
  font-weight: 900;
  text-align: left;
  text-wrap: balance;
}

.faq-item button b {
  color: var(--rose);
  font-size: 22px;
}

.faq-item p {
  max-height: 0;
  max-width: var(--measure-copy);
  margin: 0;
  padding: 0 28px;
  overflow: hidden;
  color: var(--muted);
  transition: max-height .25s ease, padding .25s ease;
}

.faq-item.open p {
  max-height: 220px;
  padding-bottom: 24px;
}

.final-cta {
  text-align: center;
}

.final-cta h2 {
  max-width: 900px;
  margin: 0 auto 28px;
}

.site-footer {
  display: grid;
  gap: 28px;
  padding: 48px var(--page-pad);
  color: var(--muted);
  background: #fffaf7;
  border-top: 1px solid var(--line);
}

.footer-main {
  display: flex;
  justify-content: space-between;
  gap: 36px;
}

.footer-brand,
.footer-center {
  min-width: 0;
}

.site-footer img {
  width: 142px;
}

.site-footer p {
  max-width: 760px;
  margin: 12px 0 0;
}

.footer-center {
  text-align: right;
}

.footer-center span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.footer-center strong {
  display: block;
  margin-top: 4px;
  color: var(--wine);
  font-size: 34px;
  line-height: 1;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.footer-links a {
  color: var(--wine);
  font-size: 14px;
  font-weight: 800;
}

.footer-note {
  display: grid;
  gap: 6px;
}

.footer-note p {
  max-width: 1000px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

/* detail page */
.detail-main {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: clamp(56px, 8vw, 104px) var(--page-pad);
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: center;
}

.detail-title {
  max-width: 760px;
  font-family: var(--soft-heading);
  font-weight: 800;
}

.detail-lead {
  max-width: var(--measure-copy);
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.detail-panel {
  padding: 32px;
  background: rgba(255, 255, 255, .8);
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 10px;
  box-shadow: var(--shadow-strong);
}

.detail-price {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px;
  padding-bottom: 22px;
  border-bottom: 1px dashed var(--line);
}

.detail-price span {
  color: var(--muted);
  font-weight: 900;
}

.detail-price strong {
  color: var(--rose);
  font-family: var(--serif);
  font-size: 44px;
  line-height: 1;
}

.detail-specs {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.detail-specs div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.detail-specs dt {
  color: var(--muted);
}

.detail-specs dd {
  margin: 0;
  text-align: right;
  font-weight: 900;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.detail-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin-top: 70px;
}

.ready-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.ready-grid article span {
  color: var(--rose);
  font-weight: 900;
}

.ready-grid article strong {
  display: block;
  margin-top: 10px;
}

.modal-open {
  overflow: hidden;
}

.apply-modal[hidden] {
  display: none;
}

.apply-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 22px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.apply-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(30, 21, 24, .72);
}

.apply-panel {
  position: relative;
  width: min(900px, 100%);
  max-height: calc(100vh - 44px);
  max-height: calc(100dvh - 44px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: clamp(30px, 5vw, 60px);
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, .34);
  -webkit-overflow-scrolling: touch;
}

.apply-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  color: var(--wine);
  background: transparent;
  border: 0;
  font-size: 34px;
  line-height: 1;
}

.apply-panel h2 {
  margin: 0;
  color: var(--wine);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.1;
}

.apply-note {
  margin: 24px 0;
  padding: 22px;
  background: var(--paper-2);
  border-radius: 8px;
  text-align: center;
}

.apply-note p {
  margin: 6px 0 0;
  color: var(--muted);
}

.apply-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

@media (max-width: 1180px) and (min-width: 761px) {
  :root {
    --page-pad: clamp(28px, 4vw, 48px);
  }

  .hero {
    min-height: 560px;
    padding: 58px clamp(40px, 5vw, 64px);
    background-position: center right;
  }

  .hero-copy {
    width: min(500px, 52%);
  }

  .hero h1 {
    font-size: clamp(38px, 4.3vw, 54px);
  }

  .hero-lead {
    max-width: 34em;
    font-size: 17px;
  }

  .hero-proof {
    max-width: 540px;
  }

  .promo-frame {
    min-height: 300px;
  }

  .promo-slide::after {
    width: 58%;
  }

  .promo-link {
    width: min(440px, 46%);
    padding: 40px;
  }

  .promo-link h2 {
    font-size: clamp(34px, 4.6vw, 54px);
  }

  .promo-link p {
    margin-top: 18px;
    font-size: 16px;
  }

  .promo-link em {
    margin-top: 22px;
    font-size: 14px;
  }
}

@media (max-width: 900px) and (min-width: 761px) {
  .hero {
    padding: 52px 36px;
  }

  .hero-copy {
    width: min(450px, 58%);
  }

  .hero h1 {
    font-size: clamp(34px, 4.5vw, 44px);
  }

  .hero-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .promo-link {
    width: min(380px, 48%);
    padding: 34px;
  }

  .promo-link h2 {
    font-size: clamp(30px, 4.3vw, 42px);
  }
}

@media (max-width: 1060px) {
  .benefit,
  .detail-hero {
    grid-template-columns: 1fr;
  }

  .compare-grid,
  .detail-info {
    grid-template-columns: 1fr;
  }

  .flow-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefit-list {
    grid-template-columns: 1fr 1fr;
  }

  .value-compare {
    grid-template-columns: 1fr;
  }

  .compare-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  :root {
    --page-pad: 18px;
    --measure-title: 9.5em;
    --measure-copy: 34em;
  }

  .site-header {
    flex-wrap: wrap;
    gap: 12px;
    padding: 14px 18px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 132px;
  }

  .brand span {
    display: none;
  }

  .main-nav {
    order: 3;
    flex: 0 0 100%;
    justify-content: flex-start;
    width: 100%;
    gap: 18px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .nav-cta {
    min-height: 42px;
    padding: 0 16px;
    font-size: 13px;
  }

  .hero {
    padding-top: 46px;
    margin-top: 14px;
    border-radius: 24px;
    min-height: auto;
    padding-bottom: 34px;
    background-image:
      linear-gradient(180deg, rgba(255, 250, 247, .98) 0%, rgba(255, 250, 247, .92) 44%, rgba(255, 250, 247, .46) 100%),
      var(--hero-bg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 58%;
  }

  .hero-copy {
    width: 100%;
    max-width: 420px;
  }

  .hero h1,
  .section-heading h2,
  .benefit-copy h2,
  .final-cta h2,
  .detail-title {
    font-size: clamp(28px, 7.2vw, 38px);
    line-height: 1.16;
  }

  .eyebrow {
    font-size: 28px;
  }

  .hero-lead,
  .benefit-copy p,
  .detail-lead {
    font-size: 15.5px;
    line-height: 1.7;
  }

  .hero-proof,
  .benefit-list,
  .compare-points,
  .ready-grid {
    grid-template-columns: 1fr;
  }

  .hero-proof div {
    padding: 14px 16px;
  }

  .hero-proof strong {
    font-size: 26px;
  }

  .promo-carousel {
    padding: 28px var(--page-pad);
  }

  .promo-frame {
    aspect-ratio: auto;
    min-height: 330px;
    border-radius: 24px;
  }

  .promo-slide {
    background: linear-gradient(180deg, #fffaf7 0%, #fffaf7 48%, rgba(255, 250, 247, .72) 100%);
  }

  .promo-slide::before {
    background-position: right bottom;
    background-size: auto 64%;
    opacity: .72;
  }

  .promo-slide::after {
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 250, 247, .98) 0%, rgba(255, 250, 247, .92) 50%, rgba(255, 250, 247, .28) 100%);
  }

  .promo-link {
    width: 100%;
    min-height: 330px;
    padding: 34px 24px 78px;
  }

  .promo-link h2 {
    max-width: 8.2em;
    font-size: clamp(27px, 7.2vw, 32px);
    line-height: 1.14;
  }

  .promo-link p {
    max-width: 19em;
    font-size: 15px;
    line-height: 1.55;
  }

  .plans-grid {
    grid-template-columns: 1fr;
  }

  .flow-steps {
    grid-template-columns: 1fr;
  }

  .promo-controls {
    right: auto;
    bottom: 18px;
    left: 24px;
    justify-content: center;
    gap: 8px;
    min-height: 34px;
    padding: 7px 10px;
    background: rgba(255, 250, 247, .38);
  }

  .promo-arrow,
  .promo-toggle {
    width: 22px;
    height: 22px;
    font-size: 13px;
  }

  .promo-dot {
    width: 7px;
    height: 7px;
  }

  .promo-dot.is-active {
    width: 20px;
  }

  .compare-card,
  .benefit-list article,
  .flow-steps article,
  .plan-card,
  .faq-item,
  .detail-panel,
  .detail-info article,
  .ready-grid article {
    padding: 22px;
  }

  .compare-card h3,
  .plan-card h3,
  .benefit-list h3,
  .flow-steps h3,
  .detail-info h3 {
    max-width: 100%;
    line-height: 1.22;
  }

  .section-heading,
  .section-heading h2,
  .benefit-copy h2,
  .final-cta h2 {
    max-width: 100%;
  }

  .plan-card {
    min-height: auto;
  }

  .plan-card dl div,
  .detail-specs div {
    flex-direction: column;
    gap: 4px;
  }

  .plan-card dd,
  .detail-specs dd {
    text-align: left;
  }

  .site-footer {
    gap: 22px;
  }

  .footer-main {
    flex-direction: column;
  }

  .footer-center {
    text-align: left;
  }

  .footer-center strong {
    font-size: 28px;
  }

  .footer-links {
    gap: 8px 14px;
  }

  .detail-price {
    align-items: flex-start;
    flex-direction: column;
  }

  .detail-actions,
  .apply-actions,
  .hero-actions {
    flex-direction: column;
  }

  .detail-actions a,
  .detail-actions button,
  .apply-actions a,
  .apply-actions button,
  .hero-actions a {
    width: 100%;
  }

  .apply-modal {
    place-items: start center;
    padding: 12px;
  }

  .apply-panel {
    width: 100%;
    max-height: calc(100vh - 24px);
    max-height: calc(100dvh - 24px);
    padding: 26px 18px 18px;
    border-radius: 18px;
  }

  .apply-close {
    top: 18px;
    right: 16px;
  }

  .apply-panel h2 {
    padding-right: 46px;
    font-size: 30px;
  }

  .apply-panel .detail-lead {
    font-size: 15.5px;
    line-height: 1.65;
  }

  .apply-panel .ready-grid {
    gap: 10px;
    margin-top: 16px;
  }

  .apply-panel .ready-grid article {
    padding: 18px;
  }

  .apply-note {
    margin: 16px 0 0;
    padding: 18px;
    text-align: left;
  }

  .apply-actions {
    gap: 10px;
    margin-top: 18px;
  }
}

@media (max-width: 360px) {
  :root {
    --page-pad: 14px;
  }

  .site-header {
    padding-right: 14px;
    padding-left: 14px;
  }

  .hero,
  .promo-carousel {
    margin-right: 0;
    margin-left: 0;
  }

  .hero {
    padding: 36px 16px 28px;
  }

  .hero h1,
  .section-heading h2,
  .benefit-copy h2,
  .final-cta h2,
  .detail-title {
    font-size: 27px;
  }

  .eyebrow {
    font-size: 24px;
  }

  .hero-lead {
    font-size: 14.5px;
  }

  .promo-link {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.partner-benefits,
.benefit-detail {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: clamp(68px, 9vw, 118px) var(--page-pad);
}

.product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.product-card {
  position: relative;
  min-width: 0;
  padding: 30px;
  overflow: hidden;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(112, 48, 66, .14);
  border-radius: 8px;
  box-shadow: var(--shadow);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.product-card::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 8%), rgba(201, 161, 95, .2), transparent 34%);
  opacity: 0;
  transition: opacity .22s ease;
}

.product-card > * {
  position: relative;
  z-index: 1;
}

.product-card:hover {
  border-color: rgba(184, 50, 88, .34);
  box-shadow: var(--shadow-strong);
  transform: translateY(-5px);
}

.product-card:hover::before {
  opacity: 1;
}

.product-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-height: 28px;
}

.product-card-top span,
.product-card-top b {
  color: var(--rose);
  font-size: 13px;
  font-weight: 900;
}

.product-card-top b {
  padding: 5px 9px;
  color: var(--white);
  background: rgba(53, 17, 31, .82);
  border-radius: 999px;
}

.product-card strong {
  display: block;
  margin-top: 22px;
  color: var(--rose);
  font-family: var(--display-serif);
  font-size: clamp(32px, 3.1vw, 46px);
  line-height: 1;
}

.product-card h3 {
  margin: 16px 0 10px;
  color: var(--wine);
  font-family: var(--soft-heading);
  font-size: clamp(24px, 2.2vw, 30px);
  line-height: 1.2;
}

.product-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.product-card ul {
  display: grid;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.product-card li {
  position: relative;
  padding-left: 16px;
  color: var(--wine-2);
  font-weight: 800;
}

.product-card li::before {
  position: absolute;
  top: .74em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--rose);
  border-radius: 999px;
}

.product-card.is-coming {
  background: linear-gradient(180deg, rgba(255, 255, 255, .74), rgba(247, 237, 232, .76));
}

.switch-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.switch-flow article {
  min-width: 0;
  padding: 22px 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .78), rgba(255, 245, 241, .72));
  border: 1px solid rgba(184, 50, 88, .14);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(53, 17, 31, .08);
}

.switch-flow span {
  color: var(--rose);
  font-family: var(--display-serif);
  font-size: 24px;
  font-weight: 700;
}

.switch-flow strong {
  display: block;
  margin-top: 8px;
  color: var(--wine);
  font-family: var(--soft-heading);
  font-size: clamp(20px, 1.7vw, 25px);
  line-height: 1.25;
}

.switch-flow p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.benefit-detail {
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr);
  gap: clamp(32px, 6vw, 74px);
  align-items: center;
}

.benefit-detail .benefit-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tier-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tier-card {
  min-height: 620px;
}

.choice-group {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.choice-group small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.choice-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.choice-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  color: var(--wine);
  background: rgba(248, 222, 218, .68);
  border: 1px solid rgba(184, 50, 88, .16);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.choice-pills span.is-coming {
  color: rgba(53, 17, 31, .62);
  background: rgba(255, 255, 255, .7);
}

.network-pills span {
  color: var(--rose);
  background: rgba(255, 255, 255, .8);
}

.tier-actions {
  display: grid;
  gap: 10px;
  margin-top: auto;
  padding-top: 24px;
}

.plan-link.is-disabled {
  color: rgba(255, 255, 255, .82);
  cursor: default;
  background: linear-gradient(135deg, rgba(184, 50, 88, .52), rgba(142, 30, 64, .44));
  box-shadow: none;
}

.tier-detail-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  color: var(--wine);
  background: rgba(255, 255, 255, .74);
  border: 1px solid rgba(112, 48, 66, .18);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.tier-detail-link:hover {
  border-color: rgba(184, 50, 88, .38);
  transform: translateY(-1px);
}

@media (max-width: 1060px) {
  .tier-grid {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .switch-flow {
    grid-template-columns: 1fr;
  }

  .benefit-detail {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .partner-benefits,
  .benefit-detail {
    padding: clamp(58px, 16vw, 84px) var(--page-pad);
  }

  .product-card {
    padding: 22px;
  }

  .product-card strong {
    font-size: 34px;
  }

  .benefit-detail .benefit-list {
    grid-template-columns: 1fr;
  }

  .tier-card {
    min-height: auto;
  }

  .choice-pills span {
    min-height: 28px;
    font-size: 12px;
  }
}

/* Platform revision refinements */
.hero-proof {
  max-width: 820px;
}

.hero-proof div {
  min-width: 0;
  min-height: 108px;
  overflow: hidden;
  padding: 18px 18px;
}

.hero-proof strong {
  font-size: clamp(19px, 1.65vw, 25px);
  line-height: 1.18;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.hero-proof span {
  font-size: 13.5px;
  line-height: 1.46;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.promo-link h2 {
  max-width: 10.8em;
}

.promo-link p {
  max-width: 25em;
}

.plans .section-heading h2 {
  max-width: 18em;
}

.plans .section-lede {
  max-width: 980px;
}

.tier-grid {
  gap: 22px;
}

.tier-card {
  min-height: 650px;
  padding: 34px;
}

.tier-card .plan-benefit {
  font-size: 14px;
}

.tier-card h3 {
  max-width: 100%;
  font-size: clamp(32px, 2.8vw, 40px);
}

.tier-card .plan-sub {
  max-width: 30em;
  font-size: 18px;
  line-height: 1.72;
}

.tier-card dt,
.tier-card dd {
  font-size: 17px;
}

.choice-group small {
  font-size: 14px;
}

.choice-pills span {
  min-height: 34px;
  padding: 0 13px;
  font-size: 14px;
}

.detail-main {
  padding-top: clamp(72px, 9vw, 120px);
}

.detail-title {
  max-width: 900px;
}

.detail-info {
  margin-top: clamp(74px, 8vw, 104px);
}

.apply-guide {
  margin-top: clamp(86px, 9vw, 126px);
  padding-top: clamp(54px, 6vw, 78px);
  border-top: 1px solid rgba(112, 48, 66, .12);
}

.apply-guide-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.apply-guide-grid article {
  min-width: 0;
  padding: 26px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(255, 255, 255, .86);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.apply-guide-grid span {
  color: var(--rose);
  font-size: 13px;
  font-weight: 900;
}

.apply-guide-grid h3 {
  margin: 14px 0 8px;
  color: var(--wine);
  font-family: var(--soft-heading);
  font-size: 22px;
  line-height: 1.25;
}

.apply-guide-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.guide-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.footer-links {
  display: none;
}

@media (max-width: 1060px) {
  .apply-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .hero-proof strong {
    font-size: 21px;
  }

  .tier-card {
    padding: 24px;
  }

  .tier-card h3 {
    font-size: 30px;
  }

  .tier-card .plan-sub,
  .tier-card dt,
  .tier-card dd {
    font-size: 16px;
  }

  .apply-guide-grid {
    grid-template-columns: 1fr;
  }
}
