/* Cache-safe public interface bundle for the July 28 visual release. */
:root {
  color-scheme: light;
  --paper: #f5f7f7;
  --paper-deep: #edf1f1;
  --surface: #ffffff;
  --surface-soft: #f8f9f9;
  --ink: #171a1b;
  --ink-soft: #343a3d;
  --muted: #687075;
  --quiet: #8c9498;
  --line: #dce2e3;
  --line-strong: #c8d0d2;
  --accent: #2f5e72;
  --accent-deep: #213f4d;
  --accent-soft: #e4edf0;
  --accent-light: #f0f5f6;
  --status: #67867d;
  --shadow-card: 0 22px 55px rgba(29, 42, 48, .07);
  --shadow-emphasis: 0 28px 80px rgba(31, 57, 68, .14);
  --radius-large: 28px;
  --radius-medium: 18px;
  --radius-control: 12px;
  --font-display: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  --font-body: "Avenir Next", "SF Pro Text", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-number: "Avenir Next Condensed", "DIN Alternate", "SF Pro Display", sans-serif;
  font-family: var(--font-body);
}

* { box-sizing: border-box; }
html { min-height: 100%; }
body {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 255, 255, .94) 0 11%, transparent 34%),
    radial-gradient(circle at 86% 14%, rgba(214, 226, 229, .46) 0 8%, transparent 29%),
    var(--paper);
}
body::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: min(980px, 100svh);
  z-index: -1;
  pointer-events: none;
  opacity: .17;
  background-image:
    linear-gradient(rgba(70, 86, 91, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(70, 86, 91, .035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, summary:focus-visible {
  outline: 3px solid rgba(47, 94, 114, .34);
  outline-offset: 3px;
}

.public-header {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1240px, calc(100% - 48px));
  min-height: 88px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(200, 208, 210, .74);
}
.public-header--pricing {
  position: sticky;
  top: 0;
  width: 100%;
  padding: 0 max(24px, calc((100% - 1240px) / 2));
  background: #f5f7f7;
  transform: translateZ(0);
  contain: paint;
}
.public-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}
.public-brand__mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  overflow: hidden;
  border: 1px solid #273033;
  border-radius: 9px;
  color: #f7faf9;
  background: #2b3132;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .19), 0 8px 18px rgba(31, 39, 41, .13);
}
.public-brand__mark::after {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  left: 8px;
  height: 1px;
  background: rgba(255, 255, 255, .56);
}
.public-brand__mark svg { width: 22px; height: 22px; }
.public-brand__copy { display: grid; gap: 1px; }
.public-brand__copy strong { font-size: 15px; letter-spacing: .01em; }
.public-brand__copy small { color: var(--quiet); font-size: 10px; letter-spacing: .1em; }
.pricing-entry {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, .66);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .94);
  font-size: 13px;
  font-weight: 650;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.pricing-entry:hover {
  transform: translateY(-2px);
  border-color: #aebabc;
  background: #fff;
  box-shadow: 0 10px 26px rgba(37, 51, 56, .08);
}
.pricing-entry svg { width: 17px; height: 17px; }

.section-index {
  color: var(--quiet);
  font-family: var(--font-number);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.eyebrow {
  margin: 0;
  color: var(--accent);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: .08em;
}

/* Login */
.login-page { display: grid; grid-template-rows: auto 1fr; }
.login-form__message {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #dfc3c5;
  border-radius: 10px;
  color: #7b2f35;
  background: #fbf2f2;
  font-size: 12px;
  line-height: 1.55;
}
.login-password-notice {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}
.login-main {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .72fr);
  align-items: center;
  gap: clamp(52px, 8vw, 128px);
  width: min(1160px, calc(100% - 48px));
  min-height: calc(100vh - 89px);
  margin: 0 auto;
  padding: 64px 0 80px;
}
.login-story {
  position: relative;
  max-width: 650px;
  padding: 30px 0 30px 18px;
}
.login-story::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--accent), transparent);
}
.login-story .eyebrow { margin-top: 52px; }
.login-story h1 {
  max-width: 620px;
  margin: 18px 0 24px;
  font-family: var(--font-display);
  font-size: clamp(44px, 5.7vw, 78px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.055em;
}
.login-story__lead {
  max-width: 580px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.85;
}
.story-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
}
.story-proof span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, .5);
  font-size: 12px;
}
.login-card {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(199, 209, 211, .88);
  border-radius: var(--radius-large);
  background: rgba(255, 255, 255, .91);
  box-shadow: 0 22px 52px rgba(31, 57, 68, .12);
  contain: paint;
}
.login-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 14%;
  left: 14%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .95), transparent);
}
.login-card__header h2 {
  margin: 24px 0 8px;
  font-family: var(--font-display);
  font-size: 36px;
  letter-spacing: -.035em;
}
.login-card__header p { margin: 0; color: var(--muted); font-size: 14px; }
.login-form { display: grid; gap: 18px; margin-top: 34px; }
.login-form label { display: grid; gap: 9px; color: var(--ink-soft); font-size: 12px; font-weight: 680; }
.login-form input {
  width: 100%;
  height: 52px;
  padding: 0 15px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-control);
  color: var(--ink);
  background: #fbfcfc;
  box-shadow: inset 0 1px 2px rgba(36, 47, 52, .025);
  font-size: 15px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.login-form input::placeholder { color: #a2a9ac; }
.login-form input:focus {
  border-color: var(--accent);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(47, 94, 114, .09);
  outline: 0;
}
.password-field {
  position: relative;
  display: block;
  width: 100%;
}
.password-field > input { padding-right: 68px; }
.password-toggle {
  position: absolute;
  top: 50%;
  right: 8px;
  min-width: 48px;
  min-height: 36px;
  padding: 0 9px;
  border: 0;
  border-radius: 8px;
  color: var(--accent-deep);
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 720;
  cursor: pointer;
  transform: translateY(-50%);
}
.password-toggle:hover { background: var(--accent-light); }
.password-toggle:focus-visible { outline: 2px solid var(--accent); outline-offset: 1px; }
.login-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 54px;
  margin-top: 5px;
  padding: 0 18px 0 20px;
  border: 1px solid var(--accent-deep);
  border-radius: var(--radius-control);
  color: white;
  background: var(--accent-deep);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .19), 0 12px 26px rgba(33, 63, 77, .18);
  font-weight: 720;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.login-submit:hover { transform: translateY(-2px); background: #182f3a; box-shadow: 0 16px 32px rgba(33, 63, 77, .22); }
.login-submit svg { width: 18px; height: 18px; }
.login-security {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  margin-top: 25px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.login-security__icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  color: var(--status);
  background: #edf3f1;
}
.login-security__icon svg { width: 18px; height: 18px; }
.login-security p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.login-security strong { color: var(--ink-soft); font-size: 12px; }
.login-footnote { margin: 18px 0 0; color: var(--quiet); font-size: 11px; text-align: center; }

/* Pricing */
.pricing-page main {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}
.pricing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .55fr);
  align-items: end;
  gap: clamp(36px, 8vw, 118px);
  padding: clamp(72px, 9vw, 126px) 0 72px;
}
.pricing-hero__copy .eyebrow { margin-top: 38px; }
.pricing-hero h1 {
  max-width: 820px;
  margin: 18px 0 25px;
  font-family: var(--font-display);
  font-size: clamp(44px, 6vw, 82px);
  line-height: 1.06;
  letter-spacing: -.06em;
}
.pricing-hero__copy > p:last-child {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}
.pricing-hero__note {
  padding: 22px 0 22px 25px;
  border-left: 1px solid var(--accent);
}
.pricing-hero__note span { color: var(--accent); font-size: 11px; font-weight: 720; letter-spacing: .08em; }
.pricing-hero__note strong { display: block; margin-top: 10px; font-size: 20px; }
.pricing-hero__note p { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.pricing-stage {
  padding: clamp(34px, 5vw, 60px);
  border: 1px solid var(--line);
  border-radius: 34px;
  background: rgba(250, 252, 252, .77);
  box-shadow: 0 20px 48px rgba(36, 50, 55, .055);
  contain: paint;
}
.pricing-stage__heading, .comparison-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}
.pricing-stage__heading h2, .comparison-heading h2, .quote-breakdown h2, .open-process h2, .pricing-faq h2 {
  margin: 13px 0 0;
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 46px);
  line-height: 1.16;
  letter-spacing: -.04em;
}
.pricing-stage__heading > p, .comparison-heading > p {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
  text-align: right;
}
.duration-switch {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
  max-width: 520px;
  margin: 42px auto 54px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #edf1f2;
  box-shadow: inset 0 1px 3px rgba(45, 60, 65, .04);
}
.duration-switch button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 47px;
  padding: 0 10px;
  border: 0;
  border-radius: 10px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  transition: color .18s ease, background .18s ease, transform .18s ease;
}
.duration-switch button:hover { color: var(--ink); }
.duration-switch button.is-active {
  color: var(--ink);
  background: #fff;
  box-shadow: 0 7px 18px rgba(39, 54, 59, .09), inset 0 1px 0 #fff;
}
.duration-switch strong { font-size: 13px; }
.duration-switch small {
  padding: 3px 6px;
  border-radius: 999px;
  color: var(--accent);
  background: var(--accent-soft);
  font-size: 9px;
  font-weight: 760;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}
.plan-card {
  position: relative;
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 14px 36px rgba(32, 45, 50, .045);
  cursor: pointer;
  contain: paint;
  transition: transform .22s cubic-bezier(.2, .7, .2, 1), border-color .22s ease;
  backface-visibility: hidden;
}
.plan-card:hover {
  transform: translateY(-4px);
  border-color: #b4c2c6;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 20px 46px rgba(32, 45, 50, .08);
}
.plan-card--recommended {
  z-index: 2;
  background: #fff;
}
.plan-card--recommended::before {
  content: "";
  position: absolute;
  top: 0;
  right: 18%;
  left: 18%;
  height: 2px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, transparent, #6f98a8, transparent);
}
.plan-card.is-selected {
  z-index: 3;
  transform: translateY(-12px);
  border-color: rgba(47, 94, 114, .7);
  background: #fff;
  box-shadow: 0 22px 52px rgba(31, 57, 68, .12), inset 0 0 0 1px rgba(47, 94, 114, .08);
}
.plan-card.is-selected::after {
  content: "已选择";
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  min-width: 47px;
  height: 25px;
  padding: 0 9px;
  border-radius: 999px;
  color: #fff;
  background: var(--accent-deep);
  box-shadow: 0 6px 16px rgba(33, 63, 77, .18);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: .04em;
}
.plan-card.is-selected .plan-card__top { padding-right: 58px; }
.plan-card.is-price-updating {
  will-change: transform;
  animation: plan-card-refresh .28s cubic-bezier(.22, .72, .24, 1) both;
}
.plan-card.is-selected.is-price-updating {
  animation-name: selected-plan-card-refresh;
}
@keyframes plan-card-refresh {
  0%, 100% { transform: translate3d(0, 0, 0); }
  48% { transform: translate3d(0, -2px, 0); }
}
@keyframes selected-plan-card-refresh {
  0%, 100% { transform: translate3d(0, -12px, 0); }
  48% { transform: translate3d(0, -14px, 0); }
}
.plan-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 25px; }
.plan-kicker { color: var(--quiet); font-size: 10px; font-weight: 760; letter-spacing: .12em; }
.plan-badge {
  padding: 5px 8px;
  border-radius: 999px;
  color: var(--muted);
  background: #eef1f1;
  font-size: 9px;
  font-weight: 750;
}
.plan-badge--recommended { color: var(--accent-deep); background: var(--accent-soft); }
.plan-card h3 { margin: 22px 0 8px; font-size: 24px; line-height: 1.24; letter-spacing: -.03em; }
.plan-audience { min-height: 44px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.price-block {
  display: flex;
  align-items: baseline;
  min-height: 69px;
  margin-top: 23px;
  font-family: var(--font-number);
  font-variant-numeric: tabular-nums;
}
.price-prefix { align-self: center; margin-right: 3px; font-size: 17px; font-weight: 760; }
.price-main { font-size: clamp(41px, 4.2vw, 58px); line-height: 1; letter-spacing: -.055em; }
.plan-card--trial .price-main { font-family: var(--font-display); font-size: 48px; }
.price-period { margin-left: 6px; color: var(--muted); font-size: 12px; font-weight: 650; }
.price-context { min-height: 45px; margin: 7px 0 21px; color: var(--muted); font-size: 11px; line-height: 1.75; }
.saving-line { color: var(--accent); font-weight: 680; }
.plan-action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 45px;
  padding: 0 14px;
  border: 1px solid var(--line-strong);
  border-radius: 11px;
  color: var(--ink-soft);
  background: #f4f6f6;
  font-size: 12px;
  font-weight: 720;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.plan-action:hover { transform: translateY(-2px); box-shadow: 0 11px 24px rgba(34, 48, 53, .09); }
.plan-action--quiet { background: #f4f6f6; }
.plan-action.is-selected {
  border-color: var(--accent-deep);
  color: white;
  background: var(--accent-deep);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
}
.plan-features { display: grid; gap: 13px; margin: 24px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.plan-features li { position: relative; padding-left: 18px; color: var(--ink-soft); font-size: 11px; line-height: 1.55; }
.plan-features li::before {
  content: "";
  position: absolute;
  top: .48em;
  left: 1px;
  width: 6px;
  height: 3px;
  border-bottom: 1.5px solid var(--accent);
  border-left: 1.5px solid var(--accent);
  transform: rotate(-45deg);
}
.store-count { display: grid; gap: 9px; margin: 0 0 22px; }
.store-count > span { color: var(--muted); font-size: 10px; font-weight: 700; }
.store-count__stepper {
  display: grid;
  grid-template-columns: 34px minmax(78px, 1fr) 34px auto;
  align-items: center;
  gap: 6px;
}
.store-count__stepper button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 9px;
  color: var(--ink-soft);
  background: var(--surface-soft);
  font-size: 18px;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}
.store-count__stepper button:hover:not(:disabled) {
  border-color: var(--accent);
  background: #fff;
  transform: translateY(-1px);
}
.store-count__stepper button:disabled { cursor: not-allowed; opacity: .38; }
.store-count__stepper strong {
  display: grid;
  place-items: center;
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 9px;
  color: var(--ink);
  background: #fff;
  font-family: var(--font-number);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}
.store-count__stepper > span {
  justify-self: end;
  padding: 5px 8px;
  border-radius: 999px;
  color: var(--accent-deep);
  background: var(--accent-soft);
  font-size: 9px;
  font-weight: 750;
  white-space: nowrap;
}
.plan-selection {
  position: sticky;
  bottom: 18px;
  z-index: 10;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto 32px;
  align-items: center;
  gap: 16px;
  max-width: 920px;
  min-height: 88px;
  margin: 42px auto -20px;
  padding: 13px 14px 13px 18px;
  border: 1px solid rgba(47, 94, 114, .34);
  border-radius: 18px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 14px 34px rgba(30, 48, 56, .14), inset 0 1px 0 #fff;
  transform: translateZ(0);
  contain: paint;
}
.plan-selection[hidden] { display: none; }
.plan-selection.is-dismissing {
  pointer-events: none;
  animation: selection-dismiss .2s cubic-bezier(.4, 0, 1, 1) both;
}
@keyframes selection-dismiss {
  to { opacity: 0; transform: translate3d(0, 10px, 0); }
}
.plan-selection__mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  color: white;
  background: var(--accent-deep);
  box-shadow: 0 9px 20px rgba(33, 63, 77, .19);
}
.plan-selection__mark svg { width: 21px; height: 21px; }
.plan-selection__copy { min-width: 0; }
.plan-selection__copy > span {
  display: block;
  margin-bottom: 3px;
  color: var(--accent);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: .12em;
}
.plan-selection__copy strong { display: block; font-size: 14px; }
.plan-selection__copy p {
  margin: 4px 0 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.plan-selection__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 17px;
  border-radius: 12px;
  color: white;
  background: var(--accent-deep);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 10px 22px rgba(33, 63, 77, .16);
  font-size: 11px;
  font-weight: 720;
  transition: transform .2s ease, box-shadow .2s ease;
}
.plan-selection__action:hover { transform: translateY(-2px); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 14px 28px rgba(33, 63, 77, .21); }
.plan-selection__action svg { width: 16px; height: 16px; }
.plan-selection__dismiss {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 9px;
  color: var(--quiet);
  background: transparent;
  cursor: pointer;
  transition: color .18s ease, border-color .18s ease, background .18s ease;
}
.plan-selection__dismiss:hover {
  border-color: var(--line);
  color: var(--ink);
  background: var(--surface-soft);
}
.plan-selection__dismiss svg { width: 15px; height: 15px; }
.price-refresh {
  will-change: transform, opacity;
  animation: price-refresh .24s cubic-bezier(.2, .75, .25, 1);
}
@keyframes price-refresh {
  from { opacity: .62; transform: translate3d(0, 2px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

.quote-breakdown, .comparison-section, .open-process, .pricing-faq {
  padding: clamp(82px, 10vw, 130px) 0 0;
}
.quote-breakdown__heading { max-width: 800px; }
.quote-sheet {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr);
  gap: clamp(42px, 8vw, 110px);
  margin-top: 45px;
  padding: clamp(30px, 5vw, 56px);
  border: 1px solid var(--line);
  border-radius: var(--radius-large);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(239, 244, 245, .83)),
    var(--surface);
  box-shadow: var(--shadow-card);
}
.quote-sheet__intro { align-self: center; padding-right: 30px; border-right: 1px solid var(--line); }
.quote-sheet__intro span { color: var(--accent); font-size: 12px; font-weight: 750; }
.quote-sheet__intro strong { display: block; margin: 16px 0 10px; font-family: var(--font-display); font-size: clamp(27px, 3.6vw, 44px); line-height: 1.2; }
.quote-sheet__intro p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.quote-sheet dl { display: grid; gap: 0; margin: 0; }
.quote-sheet dl div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.quote-sheet dt { color: var(--muted); font-size: 12px; }
.quote-sheet dd { margin: 0; font-family: var(--font-number); font-size: 16px; font-weight: 760; font-variant-numeric: tabular-nums; }
.quote-sheet .quote-discount { color: var(--accent); }
.quote-sheet .quote-total { padding-top: 22px; border-bottom: 0; }
.quote-sheet .quote-total dt { color: var(--ink); font-weight: 760; }
.quote-sheet .quote-total dd { font-size: 30px; }

.comparison-heading strong { color: var(--accent); }
.comparison-table-wrap {
  margin-top: 44px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-large);
  background: rgba(255, 255, 255, .72);
  box-shadow: var(--shadow-card);
}
.comparison-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.comparison-table th, .comparison-table td { padding: 20px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 12px; line-height: 1.55; text-align: left; vertical-align: middle; }
.comparison-table tr:last-child th, .comparison-table tr:last-child td { border-bottom: 0; }
.comparison-table th:last-child, .comparison-table td:last-child { border-right: 0; }
.comparison-table thead th { padding-top: 24px; padding-bottom: 24px; color: var(--ink); background: #f0f3f3; font-size: 13px; }
.comparison-table tbody th { width: 19%; color: var(--muted); background: rgba(246, 248, 248, .72); font-weight: 630; }
.comparison-table .is-recommended { color: var(--accent-deep); background: var(--accent-soft); }

.open-process {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(520px, 1.28fr);
  gap: clamp(50px, 9vw, 118px);
  align-items: start;
}
.open-process__copy p { margin: 22px 0 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.process-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.process-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 13px;
  min-height: 135px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .65);
}
.process-list span { grid-row: 1 / span 2; color: var(--accent); font-family: var(--font-number); font-size: 11px; font-weight: 760; }
.process-list strong { font-size: 14px; }
.process-list small { color: var(--muted); font-size: 11px; line-height: 1.55; }

.pricing-faq { padding-bottom: clamp(90px, 11vw, 140px); }
.faq-list {
  display: grid;
  gap: 10px;
  margin-top: 42px;
}
.faq-item {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .42);
  transition:
    border-color .36s ease,
    background-color .36s ease,
    box-shadow .36s ease,
    transform .36s cubic-bezier(.22, 1, .36, 1);
}
.faq-item::before {
  content: "";
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 0;
  width: 2px;
  border-radius: 99px;
  background: var(--accent);
  opacity: 0;
  transform: scaleY(.2);
  transition: opacity .32s ease, transform .42s cubic-bezier(.22, 1, .36, 1);
}
.faq-item:hover {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, .68);
}
.faq-item.is-open {
  border-color: rgba(76, 111, 112, .32);
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 50px rgba(39, 55, 56, .08);
  transform: translateY(-1px);
}
.faq-item.is-open::before {
  opacity: 1;
  transform: scaleY(1);
}
.faq-question {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  gap: 16px;
  align-items: center;
  width: 100%;
  min-height: 76px;
  padding: 18px 18px 18px 22px;
  border: 0;
  color: var(--ink);
  background: transparent;
  text-align: left;
  font-size: 14px;
  font-weight: 670;
  cursor: pointer;
}
.faq-question:focus-visible { outline: none; }
.faq-item:has(.faq-question:focus-visible) {
  border-color: rgba(47, 94, 114, .5);
  box-shadow: 0 0 0 3px rgba(47, 94, 114, .1);
}
.faq-question__number {
  color: var(--muted);
  font-family: var(--font-number);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .1em;
  transition: color .3s ease, transform .36s cubic-bezier(.22, 1, .36, 1);
}
.faq-question__control {
  position: absolute;
  right: 18px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, .7);
  transition:
    border-color .32s ease,
    background-color .32s ease,
    transform .48s cubic-bezier(.22, 1, .36, 1);
}
.faq-question__control::before,
.faq-question__control::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 1.5px;
  border-radius: 99px;
  background: var(--accent-deep);
  transition: transform .42s cubic-bezier(.22, 1, .36, 1);
}
.faq-question__control::after { transform: rotate(90deg); }
.faq-item.is-open .faq-question__number {
  color: var(--accent-deep);
  transform: translateX(3px);
}
.faq-item.is-open .faq-question__control {
  border-color: rgba(76, 111, 112, .3);
  background: var(--accent-soft);
  transform: rotate(180deg);
}
.faq-item.is-open .faq-question__control::after { transform: rotate(0deg); }
.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transform: translateY(-8px);
  transition:
    grid-template-rows .46s cubic-bezier(.22, 1, .36, 1),
    opacity .3s ease,
    transform .46s cubic-bezier(.22, 1, .36, 1);
}
.faq-answer__inner {
  min-height: 0;
  overflow: hidden;
}
.faq-answer p {
  max-width: 850px;
  margin: 0;
  padding: 0 68px 26px 72px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}
.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
  opacity: 1;
  transform: translateY(0);
}

.pricing-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 154px;
  padding: 30px max(24px, calc((100% - 1240px) / 2));
  color: #edf3f2;
  background: #252d2f;
}
.pricing-footer strong { font-family: var(--font-display); font-size: 21px; }
.pricing-footer p { margin: 6px 0 0; color: #aeb9b9; font-size: 11px; }
.pricing-footer a { padding-bottom: 3px; border-bottom: 1px solid #7c8b8c; font-size: 12px; }

@media (max-width: 980px) {
  .login-main { grid-template-columns: 1fr; gap: 34px; max-width: 720px; }
  .login-story { padding-top: 10px; }
  .login-story .eyebrow { margin-top: 32px; }
  .pricing-hero { grid-template-columns: 1fr; padding-top: 72px; }
  .pricing-hero__note { max-width: 520px; }
  .plan-grid { grid-template-columns: 1fr; max-width: 690px; margin: 0 auto; }
  .plan-card--recommended { order: -1; }
  .plan-card.is-selected { transform: none; }
  .plan-card.is-selected.is-price-updating { animation-name: plan-card-refresh; }
  .plan-audience, .price-context { min-height: 0; }
  .quote-sheet { grid-template-columns: 1fr; }
  .quote-sheet__intro { padding: 0 0 28px; border-right: 0; border-bottom: 1px solid var(--line); }
  .open-process { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .public-header { width: calc(100% - 32px); min-height: 78px; }
  .public-header--pricing { width: 100%; padding: 0 16px; }
  .public-brand { gap: 9px; }
  .public-brand__mark { width: 36px; height: 36px; flex-basis: 36px; border-radius: 8px; }
  .public-brand__mark svg { width: 19px; height: 19px; }
  .public-brand__copy strong { font-size: 13px; }
  .public-brand__copy small { display: none; }
  .pricing-entry { min-height: 38px; padding: 0 11px; font-size: 11px; }
  .login-main, .pricing-page main { width: calc(100% - 32px); }
  .login-main { min-height: calc(100vh - 79px); gap: 46px; padding: 44px 0 68px; }
  .login-story { padding-left: 4px; }
  .login-story h1 { font-size: clamp(40px, 13vw, 58px); }
  .login-story__lead { font-size: 14px; line-height: 1.75; }
  .story-proof { gap: 9px; margin-top: 30px; }
  .story-proof span { padding: 10px 13px; line-height: 1.4; }
  .login-card { padding: 30px 22px; border-radius: 22px; }
  .login-card__header h2 { margin-top: 27px; }
  .login-card__header p { line-height: 1.7; }
  .login-form { gap: 22px; margin-top: 38px; }
  .login-form label { gap: 10px; }
  .login-form input { height: 56px; }
  .login-submit { min-height: 56px; margin-top: 7px; }
  .login-security { gap: 14px; margin-top: 30px; padding-top: 26px; }
  .pricing-hero { padding: 66px 0 56px; }
  .pricing-hero h1 { font-size: clamp(39px, 12vw, 56px); }
  .pricing-hero__copy > p:last-child { font-size: 14px; }
  .pricing-stage { margin: 0; padding: 32px 16px; border-radius: 24px; }
  .pricing-stage__heading, .comparison-heading { align-items: start; flex-direction: column; }
  .pricing-stage__heading > p, .comparison-heading > p { text-align: left; }
  .duration-switch {
    position: sticky;
    top: 80px;
    z-index: 12;
    grid-template-columns: repeat(3, minmax(86px, 1fr));
    max-width: none;
    margin: 28px -2px 36px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .duration-switch::-webkit-scrollbar { display: none; }
  .duration-switch button { min-height: 45px; padding: 0 8px; }
  .duration-switch small { display: none; }
  .plan-grid { gap: 22px; }
  .plan-card { padding: 28px 22px; }
  .plan-selection {
    grid-template-columns: 36px minmax(0, 1fr) 30px;
    gap: 11px;
    bottom: 10px;
    min-height: 0;
    margin: 32px -2px -12px;
    padding: 12px;
    border-radius: 16px;
  }
  .plan-selection__mark { width: 36px; height: 36px; border-radius: 11px; }
  .plan-selection__copy p { white-space: normal; }
  .plan-selection__action { grid-column: 1 / -1; width: 100%; min-height: 44px; }
  .plan-selection__dismiss { width: 30px; height: 30px; }
  .store-count__stepper { grid-template-columns: 36px minmax(84px, 1fr) 36px auto; }
  .quote-breakdown, .comparison-section, .open-process, .pricing-faq { padding-top: 88px; }
  .quote-sheet { gap: 34px; padding: 28px 22px; border-radius: 20px; }
  .quote-sheet dl div { gap: 16px; }
  .comparison-table-wrap { overflow-x: auto; border-radius: 18px; }
  .comparison-table { min-width: 720px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: 110px; }
  .faq-list { gap: 9px; margin-top: 34px; }
  .faq-question {
    grid-template-columns: 28px minmax(0, 1fr) 32px;
    gap: 10px;
    min-height: 72px;
    padding: 17px 14px 17px 17px;
    font-size: 13px;
    line-height: 1.45;
  }
  .faq-question__control { right: 14px; width: 30px; height: 30px; }
  .faq-answer p { padding: 0 54px 22px 55px; font-size: 12px; line-height: 1.75; }
  .pricing-footer { align-items: flex-start; flex-direction: column; min-height: 170px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
