/* ============================================================
   cstoken.co landing — redesign layer (loads after site.css)
   Tone: warm, Claude/Anthropic-adjacent — ivory paper + clay-coral
   accent + warm ink. Trust kept via clear structure & restraint.
   Tokens are remapped on .landing-page so shared site.css components
   (.button etc.) inherit the warm palette without editing site.css.
   ============================================================ */

html:has(.landing-page) { scroll-behavior: smooth; scroll-padding-top: 82px; background: #f3efe7; }

.landing-page {
  /* remapped shared tokens (warm) */
  --paper: #fdfbf7;
  --ink:   #211d18;
  --muted: #6f665c;
  --line:  #e7e0d4;
  --soft:  #f4f0e8;
  --blue:      #bc5a38;   /* clay coral — fills, marks, active states */
  --blue-dark: #a44a2a;   /* hover */
  --green: #4f7b5b;
  --amber: #9a6318;
  --red:   #b23a2a;
  /* landing-local */
  --r-lg: 16px; --r: 11px; --r-sm: 8px;
  --hair: #ede7db;
  --tint: #f6ece4;
  --mist: #f5f1e9;
  --ink-2: #4b443b;
  --accent-text: #9c4728;   /* darker coral for small text (AA on ivory) */
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --shadow-card: 0 1px 2px rgba(70, 45, 25, .05), 0 14px 34px rgba(70, 45, 25, .07);
  --shadow-lift: 0 30px 72px rgba(70, 45, 25, .16);
  background: var(--paper);
}

/* soften shared components on the landing */
.landing-page .button { border-radius: 10px; }
.landing-page .field input:focus,
.landing-page .auth-dialog .field input:focus { outline: 2px solid #e0b7a3; border-color: var(--blue); }

/* ---- brand sparkle mark (replaces the 4-square) ---- */
.landing-page .brand__mark { display: inline-block; width: 25px; height: 25px; }
.landing-page .brand__mark svg,
.hero__kicker .mk svg, .msg--ai .who .mk svg { display: block; width: 100%; height: 100%; }

/* ---- container + section rhythm ---- */
.lp { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }
.lp-section { padding: 52px 0; border-top: 1px solid var(--hair); }
.lp-section--mist { background: var(--mist); }
.lp-head { max-width: 720px; margin: 0 0 26px; }
.lp-eyebrow { margin: 0 0 12px; color: var(--accent-text); font-size: 12px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.lp-h2 { margin: 0; font-size: clamp(24px, 3vw, 32px); line-height: 1.28; letter-spacing: -.01em; word-break: keep-all; }
.lp-sub { margin: 14px 0 0; color: var(--ink-2); font-size: 16px; line-height: 1.72; word-break: keep-all; }

/* ---- sticky top bar ---- */
.landing-page .topbar {
  position: sticky; top: 0; z-index: 20;
  background: rgba(250, 248, 243, .82);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--hair);
}
.landing-page .topbar__inner { min-height: 64px; }
.brand__tag {
  margin-left: 2px; padding: 2px 7px; border-radius: 5px;
  background: rgba(188, 90, 56, .12); color: var(--accent-text);
  font-size: 10.5px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
}
.lp-nav { display: flex; align-items: center; gap: 20px; font-size: 13.5px; }
.lp-nav a { color: var(--muted); text-decoration: none; white-space: nowrap; }
.lp-nav a:hover { color: var(--ink); }
.lp-nav .button { min-height: 38px; padding: 8px 14px; }

/* ============================================================
   HERO
   ============================================================ */
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr); gap: 56px; align-items: center; padding: 46px 0 50px; }
.hero__copy { min-width: 0; }
.hero__kicker { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 16px; color: #5f574d; font-size: 12.5px; font-weight: 750; letter-spacing: .02em; }
.hero__kicker .mk { width: 17px; height: 17px; }
.hero__kicker b { color: var(--ink); font-weight: 850; letter-spacing: .01em; }
.hero h1 { margin: 0; font-size: clamp(32px, 3.7vw, 46px); line-height: 1.16; letter-spacing: -.02em; word-break: keep-all; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 8px; margin: 20px 0 0;
  padding: 8px 13px; border: 1px solid #e7d1c3; border-radius: 999px;
  background: #f6ebe3; color: #7c3f26; font-size: 12.5px; font-weight: 650; line-height: 1.35;
}
.hero__badge svg { flex: 0 0 auto; }
.hero__sub { max-width: 560px; margin: 20px 0 0; color: var(--ink-2); font-size: 16.5px; line-height: 1.74; word-break: keep-all; }
.hero__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin: 28px 0 0; }
.hero__cta .button { min-height: 52px; padding: 14px 22px; font-size: 15px; }
.button--lg { min-height: 52px; }
.button .price { margin-left: 8px; padding-left: 10px; border-left: 1px solid rgba(255, 255, 255, .4); font-weight: 850; }
.hero__micro { margin: 15px 0 0; color: var(--muted); font-size: 12.5px; line-height: 1.5; }
.hero__login { margin: 18px 0 0; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13.5px; }
.hero__login a { color: var(--accent-text); font-weight: 750; text-decoration: none; }
.hero__login a:hover { text-decoration: underline; }

/* ---- hero product side ---- */
.hero__stage { min-width: 0; }
.stage-chips { display: flex; flex-wrap: wrap; gap: 7px; margin: 14px 0 0; }
.stage-chips li { display: inline-flex; align-items: center; gap: 6px; padding: 6px 11px; border: 1px solid var(--hair); border-radius: 999px; background: var(--paper); color: #56504a; font-size: 12px; font-weight: 650; }
.stage-chips li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.stage-caption { margin: 13px 2px 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.stage-caption b { color: #574f47; font-weight: 750; }

/* ============================================================
   PRODUCT MOCK (real, legible app screen)
   ============================================================ */
.mock {
  overflow: hidden; border: 1px solid #e0d7c9; border-radius: 14px;
  background: var(--paper); box-shadow: var(--shadow-lift);
}
.mock__bar { display: flex; align-items: center; gap: 12px; padding: 11px 14px; background: #2a2420; }
.mock__dots { display: inline-flex; gap: 6px; }
.mock__dots i { width: 10px; height: 10px; border-radius: 50%; background: #4a4038; }
.mock__dots i:nth-child(1) { background: #e0685f; }
.mock__dots i:nth-child(2) { background: #e2b040; }
.mock__dots i:nth-child(3) { background: #6bbf7a; }
.mock__url { flex: 1; padding: 5px 12px; border-radius: 6px; background: #1e1915; color: #b3a89b; font-size: 12px; letter-spacing: .02em; text-align: center; }
.mock__url b { color: #efe7db; font-weight: 700; }
.mock__acct { color: #a89b8c; font-size: 11px; font-weight: 700; white-space: nowrap; }
.mock__body { display: grid; grid-template-columns: 158px minmax(0, 1fr); background: var(--paper); }
.mock__rail { padding: 16px 14px; border-right: 1px solid var(--hair); background: #fbf8f2; }
.mock__rail-h { margin: 0 0 9px; color: #948a7d; font-size: 10.5px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.mock__rail-h + .mock__rail-h { margin-top: 18px; }
.mock__model { display: flex; align-items: center; gap: 8px; width: 100%; margin-bottom: 6px; padding: 8px 10px; border: 1px solid transparent; border-radius: 8px; background: transparent; color: #56504a; font-size: 12.5px; font-weight: 650; text-align: left; }
.mock__model .dot { width: 7px; height: 7px; border-radius: 50%; background: #cabeb0; }
.mock__model.is-on { border-color: #e8d4c6; background: #f7ece3; color: #8a4a2c; font-weight: 800; }
.mock__model.is-on .dot { background: var(--blue); box-shadow: 0 0 0 3px rgba(188, 90, 56, .16); }
.mock__model.is-soon { color: #a89e91; }
.mock__model.is-soon em { margin-left: auto; font-style: normal; font-size: 10px; font-weight: 700; color: #b3a99c; }
.mock__auto { display: flex; align-items: center; gap: 8px; margin: 8px 2px 2px; color: #5b544c; font-size: 12px; font-weight: 650; }
.mock__auto .sw { position: relative; width: 30px; height: 17px; border-radius: 999px; background: var(--blue); }
.mock__auto .sw::after { content: ""; position: absolute; top: 2px; right: 2px; width: 13px; height: 13px; border-radius: 50%; background: #fff; }
.mock__presets { margin: 0; padding: 0; list-style: none; }
.mock__presets li { padding: 7px 10px; border-radius: 7px; color: #57514a; font-size: 12.5px; font-weight: 650; }
.mock__presets li.is-on { background: #f1ede5; color: var(--ink); font-weight: 800; }

.mock__main { min-width: 0; display: flex; flex-direction: column; }
.mock__radio { position: absolute; width: 0; height: 0; opacity: 0; pointer-events: none; }
.mock__tabs { display: flex; gap: 2px; padding: 8px 10px 0; border-bottom: 1px solid var(--hair); }
.mock__tabs label { display: grid; gap: 1px; padding: 8px 13px 10px; border-bottom: 2px solid transparent; color: #6f675e; font-size: 13px; font-weight: 750; cursor: pointer; }
.mock__tabs label small { color: #9a9083; font-size: 10.5px; font-weight: 600; }
.mock__chat { display: grid; gap: 12px; padding: 16px; min-height: 268px; align-content: start; }
.mock__pane { display: none; gap: 12px; }
#mtab-r:checked ~ .mock__tabs label[for="mtab-r"],
#mtab-c:checked ~ .mock__tabs label[for="mtab-c"],
#mtab-d:checked ~ .mock__tabs label[for="mtab-d"] { color: var(--accent-text); border-bottom-color: var(--blue); }
#mtab-r:checked ~ .mock__chat [data-pane="r"],
#mtab-c:checked ~ .mock__chat [data-pane="c"],
#mtab-d:checked ~ .mock__chat [data-pane="d"] { display: grid; }

.msg { display: grid; gap: 4px; }
.msg--user { justify-items: end; }
.msg--user .bubble { max-width: 86%; padding: 9px 13px; border-radius: 12px 12px 3px 12px; background: #f3e8e0; color: #2a2420; font-size: 13px; line-height: 1.55; }
.msg--ai .who { display: inline-flex; align-items: center; gap: 6px; color: #82786c; font-size: 11px; font-weight: 750; }
.msg--ai .who .mk { width: 14px; height: 14px; }
.msg--ai .card { margin-top: 5px; padding: 12px 13px; border: 1px solid var(--hair); border-radius: 4px 12px 12px 12px; background: var(--paper); color: #34302a; font-size: 13px; line-height: 1.6; }
.msg--ai .card > p { margin: 0 0 9px; }
.msg--ai .card > p:last-child { margin-bottom: 0; }

.mock-table { width: 100%; border-collapse: collapse; margin: 2px 0 9px; font-size: 12px; }
.mock-table th, .mock-table td { padding: 6px 8px; border: 1px solid var(--hair); text-align: left; vertical-align: top; line-height: 1.45; }
.mock-table th { background: #f3eee6; color: #6b6259; font-weight: 750; font-size: 11px; }
.mock-src { color: var(--muted); font-size: 11.5px; }
.mock-code { margin: 2px 0 9px; padding: 11px 12px; border-radius: 8px; background: #26201b; color: #e7ddd0; font-family: "SFMono-Regular", ui-monospace, Menlo, Consolas, monospace; font-size: 11.8px; line-height: 1.62; overflow-x: auto; }
.mock-code .add { display: block; background: rgba(94, 145, 100, .22); color: #cfe6c8; margin: 0 -12px; padding: 0 12px; }
.mock-code .cmt { color: #9c8f7f; }
.mock-code .kw { color: #e6a074; }
.mock-note { display: inline-flex; align-items: center; gap: 6px; color: var(--green); font-size: 12px; font-weight: 700; }
.mock-meta { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.mock-meta span { padding: 3px 9px; border-radius: 999px; background: #f1ede5; color: #57514a; font-size: 11px; font-weight: 700; }

/* ============================================================
   FEATURES (#features)
   ============================================================ */
.flow { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.flow__card { display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--line); border-radius: var(--r); background: var(--paper); box-shadow: var(--shadow-card); }
.flow__tag { display: inline-flex; align-self: flex-start; padding: 4px 10px; border-radius: 999px; background: #f5eae1; color: var(--accent-text); font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.flow__card h3 { margin: 14px 0 0; font-size: 17px; letter-spacing: -.01em; }
.flow__card p { margin: 8px 0 0; color: var(--ink-2); font-size: 13.5px; line-height: 1.62; word-break: keep-all; }
.flow__ex { margin: 14px 0 0; padding: 10px 12px; border-left: 2px solid #e2dacd; background: var(--soft); border-radius: 0 6px 6px 0; color: #5f574d; font-size: 12px; line-height: 1.5; }
.flow__ex b { color: #4b443b; }

/* ============================================================
   MODELS (#models)
   ============================================================ */
.mtable { width: 100%; border-collapse: collapse; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.mtable thead th { padding: 13px 16px; background: #f3eee6; border-bottom: 1px solid var(--line); color: #6b6259; font-size: 12px; font-weight: 800; text-align: left; letter-spacing: .02em; }
.mtable td { padding: 16px; border-bottom: 1px solid var(--line); vertical-align: top; font-size: 14px; color: var(--ink-2); }
.mtable tr:last-child td { border-bottom: 0; }
.mtable .m-name { color: var(--ink); font-weight: 800; font-size: 14.5px; }
.mtable .m-name small { display: block; margin-top: 3px; color: var(--muted); font-size: 11.5px; font-weight: 650; }
.mtable .m-quota { color: var(--ink); font-weight: 800; white-space: nowrap; }
.mtable .m-quota small { display: block; margin-top: 3px; color: var(--green); font-size: 11px; font-weight: 750; }
.models-note { display: flex; gap: 9px; margin-top: 14px; color: var(--muted); font-size: 12.5px; line-height: 1.6; }
.models-note svg { flex: 0 0 auto; margin-top: 1px; }
.models-soon { display: flex; align-items: center; gap: 10px; margin-top: 14px; padding: 13px 16px; border: 1px dashed #d9d0c4; border-radius: var(--r); color: #6f665c; font-size: 13px; }
.models-soon span { padding: 3px 9px; border-radius: 999px; background: #efe8dd; color: #6f665c; font-size: 11px; font-weight: 800; white-space: nowrap; }
.models-soon b { color: var(--ink); font-weight: 750; }

/* ============================================================
   INCLUDED (포함 내용)
   ============================================================ */
.incl2 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; }
.incl2 li { min-width: 0; padding: 2px 22px; border-left: 1px solid var(--line); }
.incl2 li:first-child { border-left: 0; padding-left: 0; }
.incl2__n { display: block; margin-bottom: 12px; color: var(--accent-text); font-size: 11px; font-weight: 850; letter-spacing: .04em; }
.incl2 strong { display: block; font-size: 14px; line-height: 1.45; letter-spacing: -.01em; word-break: keep-all; }
.incl2 span { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 1.55; word-break: keep-all; }

/* ============================================================
   PRICING + LIMITS + REFUND (#pricing)
   ============================================================ */
.price-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 18px; align-items: start; }
.price-card { padding: 26px; border: 1px solid #e6cdbd; border-radius: var(--r-lg); background: linear-gradient(180deg, #fdf6f0, #f8ece3); box-shadow: var(--shadow-card); }
.price-card__amt { display: flex; align-items: baseline; gap: 8px; }
.price-card__amt b { font-family: var(--serif); font-size: 46px; font-weight: 600; letter-spacing: -.01em; color: var(--ink); }
.price-card__amt span { color: var(--muted); font-size: 16px; font-weight: 750; }
.price-card__note { margin: 6px 0 0; color: var(--accent-text); font-size: 12.5px; font-weight: 750; }
.price-lines { display: grid; gap: 0; margin: 20px 0 22px; }
.price-lines div { display: flex; justify-content: space-between; gap: 14px; padding: 11px 0; border-top: 1px solid #eaddd0; font-size: 13.5px; }
.price-lines div:last-child { border-bottom: 1px solid #eaddd0; }
.price-lines dt { color: var(--muted); } .price-lines dd { margin: 0; color: var(--ink); font-weight: 750; text-align: right; }
.price-card .button { width: 100%; min-height: 50px; }
.price-card__micro { margin: 11px 0 0; color: #6b6259; font-size: 12px; text-align: center; line-height: 1.5; }

.limit-card { padding: 24px; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--paper); box-shadow: var(--shadow-card); }
.limit-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 4px; }
.limit-card__top h3 { font-size: 16px; }
.pill-fixed { padding: 5px 11px; border-radius: 999px; background: #e6efe4; color: #3f6b4a; font-size: 11px; font-weight: 800; white-space: nowrap; }
.limit-quota { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 16px 0; }
.limit-quota > div { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 7px; padding: 13px 14px; border: 1px solid var(--hair); border-radius: var(--r); background: var(--mist); }
.quota__glass { flex: 0 0 auto; width: 38px; }
.quota__glass svg { display: block; width: 100%; height: auto; }
.limit-quota .q-num { font-family: var(--serif); font-size: 28px; font-weight: 600; line-height: 1; color: var(--ink); }
.limit-quota .q-num span { font-family: Pretendard, sans-serif; font-size: 13px; font-weight: 750; color: var(--muted); }
.limit-quota .q-for { color: #57514a; font-size: 12px; font-weight: 650; }
.limit-list { display: grid; gap: 0; margin: 0; }
.limit-list div { display: flex; justify-content: space-between; gap: 14px; padding: 11px 0; border-top: 1px solid var(--line); font-size: 13px; }
.limit-list dt { color: var(--muted); } .limit-list dd { margin: 0; color: var(--ink); font-weight: 700; text-align: right; }
.limit-over { display: flex; gap: 9px; margin-top: 14px; padding: 12px 14px; border-left: 3px solid var(--amber); background: #fbf1e2; border-radius: 0 6px 6px 0; color: #6e4a15; font-size: 12.5px; line-height: 1.55; }
.limit-over b { color: #5c3d0f; }

.refund { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.refund__card { min-width: 0; padding: 0 24px; border-left: 1px solid var(--line); }
.refund__card:first-child { border-left: 0; padding-left: 0; }
.refund__card h4 { margin: 0; font-size: 13.5px; display: flex; align-items: center; gap: 8px; }
.refund__card h4 .rdot { width: 8px; height: 8px; border-radius: 50%; flex: 0 0 auto; }
.refund__card p { margin: 9px 0 0; color: var(--ink-2); font-size: 12.5px; line-height: 1.6; word-break: keep-all; }
.refund-more { margin-top: 16px; font-size: 13px; }
.refund-more a { color: var(--accent-text); font-weight: 750; text-decoration: none; } .refund-more a:hover { text-decoration: underline; }

/* ============================================================
   DATA (#data)
   ============================================================ */
.data2 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; }
.data2 li { min-width: 0; padding: 2px 24px; border-left: 1px solid var(--line); }
.data2 li:first-child { border-left: 0; padding-left: 0; }
.data2 h3 { display: flex; align-items: center; gap: 8px; margin: 0; font-size: 14.5px; letter-spacing: -.01em; }
.data2 h3 .di { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 7px; background: #e6efe4; color: var(--green); }
.data2 li.is-hold h3 .di { background: #f6ece4; color: var(--blue); }
.data2 p { margin: 10px 0 0; color: var(--ink-2); font-size: 12.5px; line-height: 1.62; word-break: keep-all; }
.data-more { margin-top: 18px; font-size: 13px; }
.data-more a { color: var(--accent-text); font-weight: 750; text-decoration: none; } .data-more a:hover { text-decoration: underline; }

/* ============================================================
   FINAL CTA
   ============================================================ */
.cta-band { padding: 60px 0; border-top: 1px solid var(--hair); background: #221d18; color: #efe9e0; }
.cta-band__inner { width: min(1180px, calc(100% - 44px)); margin: 0 auto; text-align: center; }
.cta-band h2 { margin: 0 auto; max-width: 620px; font-size: clamp(24px, 3vw, 32px); line-height: 1.3; color: #fff; letter-spacing: -.01em; word-break: keep-all; }
.cta-band p.sub { margin: 14px auto 0; max-width: 560px; color: #b8ac9e; font-size: 15px; line-height: 1.6; }
.cta-band .button { margin: 26px auto 0; min-height: 54px; padding: 15px 26px; font-size: 15.5px; }
.cta-band__micro { margin: 15px 0 0; color: #948877; font-size: 12.5px; }
.cta-band__login { margin: 6px 0 0; color: #b8ac9e; font-size: 13px; }
.cta-band__login a { color: #eab896; font-weight: 750; text-decoration: none; }
.cta-band__login a:hover { text-decoration: underline; }

/* ============================================================
   FOOTER (richer than shared compact)
   ============================================================ */
.landing-page .footer { background: #211d18; color: #d8d0c4; border-top: 0; }
.lp-footer { width: min(1180px, calc(100% - 44px)); margin: 0 auto; padding: 34px 0 40px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: start; }
.lp-footer__brand .brand { color: #fff; }
.lp-footer__prov { margin: 12px 0 0; color: #a89e90; font-size: 12.5px; line-height: 1.7; }
.lp-footer__prov b { color: #d8d0c4; font-weight: 700; }
.lp-footer__prov a { color: #eab896; text-decoration: none; }
.lp-footer__links { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 13px; }
.lp-footer__links a { color: #bcb2a4; text-decoration: none; white-space: nowrap; }
.lp-footer__links a:hover { color: #fff; }

/* ============================================================
   AUTH DIALOG (purchase / login shared) — reuses .field/.button
   ============================================================ */
.auth-dialog { width: min(460px, calc(100% - 28px)); margin: auto; padding: 0; border: 0; border-radius: var(--r-lg); color: var(--ink); background: var(--paper); box-shadow: 0 24px 70px rgba(50, 33, 20, .34); }
.auth-dialog::backdrop { background: rgba(38, 30, 24, .55); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); }
.auth-dialog__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 22px 22px 0; }
.auth-dialog__head h2 { margin: 6px 0 0; font-size: 20px; letter-spacing: -.01em; }
.auth-dialog__close { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--ink); font-size: 22px; line-height: 1; }
.auth-dialog__close:hover { background: var(--soft); }
.auth-dialog__body { padding: 14px 22px 22px; }
.auth-dialog__desc { margin: 0 0 16px; color: var(--ink-2); font-size: 13.5px; line-height: 1.6; }
.auth-dialog .field { margin-bottom: 12px; }
.auth-dialog .field input { min-height: 50px; }
.auth-dialog .button { width: 100%; min-height: 50px; }
.auth-dialog__help { margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.auth-dialog__help a { color: var(--accent-text); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; gap: 40px; }
  .hero__stage { order: 2; }
  .price-grid { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .lp-nav a:not(.button) { display: none; }
  .flow { grid-template-columns: 1fr; }
  .incl2 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 0; }
  .incl2 li, .incl2 li:first-child { padding: 0 20px; border-left: 1px solid var(--line); }
  .incl2 li:nth-child(odd) { padding-left: 0; border-left: 0; }
  .data2, .refund { grid-template-columns: 1fr; }
  .data2 li, .refund__card { border-left: 0; padding: 0; }
  .data2 li + li, .refund__card + .refund__card { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); }
  .data2 li:first-child, .refund__card:first-child { padding-left: 0; }
}
@media (max-width: 560px) {
  .lp, .cta-band__inner, .lp-footer { width: min(100% - 28px, 1180px); }
  .lp-section { padding: 48px 0; }
  .hero { padding: 34px 0 40px; }
  .hero h1 { font-size: 32px; }
  .hero__cta { flex-direction: column; align-items: stretch; }
  .hero__cta .button { width: 100%; }
  .mock__body { grid-template-columns: 1fr; }
  .mock__rail { display: none; }
  .mock__chat { min-height: 0; }
  .limit-quota { grid-template-columns: 1fr; }
  .lp-footer { grid-template-columns: 1fr; }
  .mtable thead { display: none; }
  .mtable, .mtable tbody, .mtable tr, .mtable td { display: block; width: 100%; }
  .mtable tr { border-bottom: 1px solid var(--line); }
  .mtable tr:last-child { border-bottom: 0; }
  .mtable td { border: 0; padding: 6px 16px; }
  .mtable td:first-child { padding-top: 16px; }
  .mtable td:last-child { padding-bottom: 16px; }
  .mtable td[data-label]::before { content: attr(data-label); display: block; margin-bottom: 3px; color: var(--muted); font-size: 11px; font-weight: 700; }
}
