* {
  box-sizing: border-box;
}

:root {
  --bg: #030713;
  --panel: rgba(9, 20, 43, 0.76);
  --panel-strong: rgba(15, 27, 55, 0.92);
  --line: rgba(134, 164, 255, 0.24);
  --line-bright: rgba(88, 129, 255, 0.7);
  --text: #f7fbff;
  --muted: #aeb9cd;
  --cyan: #33d9ff;
  --blue: #2f7bff;
  --purple: #8f48ff;
  --green: #31f3a2;
  --yellow: #f8c541;
  --orange: #ff8733;
  --red: #ff4d61;
  --radius: 22px;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  font-synthesis-weight: none;
  text-rendering: geometricPrecision;
}

html,
body,
#root,
#rzw-ai-subscription {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

body {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 16% 72%, rgba(31, 110, 255, 0.32), transparent 27%),
    radial-gradient(circle at 82% 16%, rgba(102, 66, 255, 0.28), transparent 34%),
    linear-gradient(135deg, #020611 0%, #07111f 48%, #06051a 100%);
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.rzw-subscription-app a {
  color: inherit;
  text-decoration: none;
}

.seo-fallback {
  max-width: 1180px;
  margin: 0 auto;
  color: #f7fbff;
}

.seo-hero,
.seo-note,
.seo-card,
.seo-result,
.seo-faq {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(134, 164, 255, 0.22);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(17, 28, 59, 0.9), rgba(8, 16, 36, 0.82)),
    radial-gradient(circle at 100% 0, rgba(143, 72, 255, 0.16), transparent 32%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 22px 60px rgba(0, 0, 0, 0.22);
}

.seo-hero {
  padding: clamp(34px, 5vw, 58px);
}

.seo-kicker {
  margin: 0 0 14px;
  color: #84e7ff;
  font-size: 15px;
  font-weight: 1000;
}

.seo-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 7vw, 76px);
  line-height: 1.04;
  font-weight: 1000;
  letter-spacing: 0;
}

.seo-hero p {
  max-width: 900px;
  margin: 18px 0 0;
  color: #d7e1f4;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.7;
  font-weight: 800;
}

.seo-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 26px;
  padding: 0 24px;
  border: 1px solid rgba(100, 162, 255, 0.54);
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, #0d99ff, #1d66ff 45%, #a541ff);
  font-size: 17px;
  font-weight: 1000;
}

.seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 26px;
}

.seo-actions .seo-primary {
  margin-top: 0;
}

.seo-secondary {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid rgba(143, 72, 255, 0.42);
  border-radius: 13px;
  color: #dce7ff;
  background: rgba(143, 72, 255, 0.12);
  font-size: 16px;
  font-weight: 1000;
}

.seo-note {
  margin-top: 18px;
  padding: 22px;
}

.seo-note h2,
.seo-card h2,
.seo-result h2,
.seo-faq h2,
.seo-faq h3 {
  margin: 0;
  color: #f7fbff;
  line-height: 1.25;
  font-weight: 1000;
}

.seo-note h2,
.seo-card h2,
.seo-result h2,
.seo-faq h2 {
  font-size: 24px;
}

.seo-note p,
.seo-card p,
.seo-result p,
.seo-result li,
.seo-faq p {
  color: #c7d3e9;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 800;
}

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

.seo-card {
  min-height: 150px;
  padding: 22px;
}

.seo-result,
.seo-faq {
  margin-top: 18px;
  padding: 24px;
}

.seo-result strong {
  color: #7fffae;
}

.seo-result ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.seo-result li {
  padding: 12px;
  border: 1px solid rgba(134, 164, 255, 0.18);
  border-radius: 13px;
  background: rgba(5, 13, 31, 0.72);
}

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

.seo-faq h2 {
  grid-column: 1 / -1;
}

.seo-faq article {
  padding: 16px;
  border: 1px solid rgba(134, 164, 255, 0.16);
  border-radius: 14px;
  background: rgba(4, 10, 24, 0.58);
}

.seo-faq h3 {
  font-size: 17px;
}

.rzw-subscription-app {
  position: relative;
  min-height: 100vh;
  padding: 38px 48px;
  overflow: hidden;
  background:
    linear-gradient(110deg, transparent 0 60%, rgba(72, 79, 255, 0.1) 60% 61%, transparent 61%),
    radial-gradient(circle at 50% 100%, rgba(118, 70, 255, 0.27), transparent 38%);
}

.rzw-subscription-app::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(77, 128, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(77, 128, 255, 0.07) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at center, #000, transparent 78%);
  pointer-events: none;
}

.rzw-subscription-app::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  width: min(1240px, 86vw);
  height: 88px;
  transform: translateX(-50%);
  border: 1px solid rgba(111, 115, 255, 0.68);
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(51, 217, 255, 0.18), rgba(142, 73, 255, 0.14), transparent 66%);
  box-shadow: 0 0 50px rgba(77, 122, 255, 0.4), inset 0 0 28px rgba(65, 199, 255, 0.32);
  pointer-events: none;
}

.ambient {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.42;
  pointer-events: none;
}

.ambient-left {
  left: -80px;
  bottom: 110px;
  background: #0e74ff;
}

.ambient-right {
  right: -80px;
  top: 80px;
  background: #6a38ff;
}

.glass-device {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 224px minmax(0, 1fr);
  gap: 26px;
  width: min(1188px, calc(100vw - 96px));
  min-height: 760px;
  margin: 0 auto;
  padding: 38px 34px 34px;
  border: 1px solid rgba(132, 159, 255, 0.62);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(10, 17, 38, 0.88), rgba(6, 12, 28, 0.84)),
    radial-gradient(circle at 94% 10%, rgba(73, 113, 255, 0.24), transparent 34%);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 0 0 1px rgba(43, 108, 255, 0.12);
  transform: none;
  transform-origin: center;
  overflow: hidden;
}

.glass-device::before {
  content: "";
  position: absolute;
  left: 246px;
  top: 30px;
  bottom: 30px;
  width: 1px;
  background: linear-gradient(transparent, rgba(57, 125, 255, 0.86), transparent);
  box-shadow: 0 0 22px rgba(51, 217, 255, 0.6);
}

.sidebar {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 690px;
  padding: 0 10px 0 0;
}

.product-mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  border-radius: 16px;
  background: linear-gradient(145deg, #2bdcff, #2e56ff 46%, #9a35ff);
  box-shadow: 0 0 24px rgba(55, 132, 255, 0.6), inset 0 0 12px rgba(255, 255, 255, 0.25);
  animation: iconPulse 3.4s ease-in-out infinite;
}

.side-title {
  margin: 0 0 32px;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  font-weight: 900;
}

.side-nav {
  display: grid;
  gap: 13px;
}

.side-nav-item,
.settings {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 17px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: var(--muted);
  background: transparent;
  font-size: 16px;
  font-weight: 800;
}

.side-nav-item.active {
  color: #fff;
  border-color: rgba(49, 126, 255, 0.44);
  background: linear-gradient(135deg, rgba(47, 123, 255, 0.86), rgba(27, 62, 142, 0.64));
  box-shadow: 0 10px 22px rgba(18, 92, 255, 0.22);
}

.side-nav-item:hover,
.settings:hover {
  color: #fff;
  border-color: rgba(134, 164, 255, 0.35);
  background: rgba(67, 102, 170, 0.13);
}

.settings {
  margin-top: auto;
  margin-bottom: 22px;
}

.promise-card {
  min-height: 156px;
  padding: 22px;
  border: 1px solid rgba(74, 133, 255, 0.34);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 14%, rgba(141, 73, 255, 0.34), transparent 32%),
    linear-gradient(180deg, rgba(14, 30, 67, 0.82), rgba(8, 17, 36, 0.76));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.promise-card svg {
  color: #a987ff;
  filter: drop-shadow(0 0 12px rgba(143, 72, 255, 0.76));
}

.promise-card strong {
  display: block;
  margin: 12px 0 14px;
  color: #64b8ff;
  font-size: 18px;
  line-height: 1.45;
}

.promise-card span {
  display: block;
  color: #aeb9cd;
  font-size: 14px;
  line-height: 1.65;
}

.workspace {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin: 8px 0 18px;
}

.hero h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5.2vw, 58px);
  line-height: 1.04;
  font-weight: 1000;
  letter-spacing: 0;
  text-shadow: 0 20px 38px rgba(0, 0, 0, 0.3);
}

.hero p {
  margin: 12px 0 0;
  color: #c5cada;
  font-size: 18px;
  font-weight: 700;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(134, 164, 255, 0.24);
  border-radius: 999px;
  color: #c8d2e6;
  background: rgba(7, 15, 33, 0.72);
  white-space: nowrap;
  font-size: 13px;
  font-weight: 800;
}

.trust-pill svg {
  color: #5692ff;
}

.model-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(240px, 0.8fr) max-content;
  align-items: center;
  gap: 14px;
  min-height: 66px;
  margin: 0 0 16px;
  padding: 12px 16px;
  border: 1px solid rgba(88, 129, 255, 0.28);
  border-radius: 18px;
  background:
    radial-gradient(circle at 76% 50%, rgba(143, 72, 255, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(9, 18, 40, 0.9), rgba(6, 13, 31, 0.82));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0 28px rgba(47, 123, 255, 0.11);
}

.model-core {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.model-core svg {
  flex: 0 0 auto;
  color: var(--cyan);
  filter: drop-shadow(0 0 12px rgba(51, 217, 255, 0.52));
}

.model-core strong {
  display: block;
  color: #f7fbff;
  font-size: 15px;
  font-weight: 1000;
}

.model-core span {
  display: block;
  margin-top: 4px;
  color: #aeb9cd;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 800;
}

.model-spark {
  position: relative;
  display: grid;
  grid-template-columns: max-content minmax(120px, 1fr) max-content;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #cfd9ee;
  font-size: 12px;
  font-weight: 900;
}

.model-spark i {
  position: relative;
  display: block;
  height: 18px;
  border: 1px solid rgba(143, 72, 255, 0.45);
  border-radius: 999px;
  background:
    radial-gradient(circle at 78% 50%, rgba(255, 255, 255, 0.95), transparent 6%),
    linear-gradient(90deg, rgba(67, 101, 255, 0.12), rgba(143, 72, 255, 0.74), rgba(51, 217, 255, 0.56));
  overflow: hidden;
}

.model-spark i::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: inherit;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0 1px, transparent 1.5px);
  background-size: 13px 9px;
  animation: sparkFlow 2.9s linear infinite;
}

.model-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(49, 243, 162, 0.24);
  border-radius: 999px;
  color: #a6ffcb;
  background: rgba(31, 243, 162, 0.08);
  white-space: nowrap;
  font-size: 12px;
  font-weight: 900;
}

.model-status b {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 14px rgba(49, 243, 162, 0.8);
  animation: selectedBreath 1.8s ease-in-out infinite;
}

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

.panel {
  position: relative;
  border: 1px solid rgba(134, 164, 255, 0.22);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(17, 28, 59, 0.88), rgba(8, 16, 36, 0.78)),
    radial-gradient(circle at 100% 0, rgba(52, 119, 255, 0.12), transparent 30%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 22px 60px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent 18%, transparent 80%, rgba(94, 126, 255, 0.07));
  pointer-events: none;
}

.panel-title {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px;
  color: #e7eeff;
}

.panel-title h2,
.panel-title h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
}

.panel-title svg {
  color: #b9c7e8;
}

.panel-title span {
  margin-left: auto;
  padding: 5px 10px;
  border: 1px solid rgba(143, 72, 255, 0.36);
  border-radius: 999px;
  color: #d6c4ff;
  background: rgba(143, 72, 255, 0.12);
  font-size: 12px;
  font-weight: 1000;
}

.input-panel {
  padding: 19px 18px;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 144px;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
}

.field-label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #d4dcf0;
  font-size: 14px;
  font-weight: 800;
}

.field-label svg {
  flex: 0 0 auto;
  color: #dfe7fb;
}

.field-control {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(151, 171, 214, 0.24);
  border-radius: 9px;
  background: rgba(9, 16, 34, 0.82);
  color: #f7fbff;
  font-weight: 800;
}

.field-control input,
.field-control select {
  width: 100%;
  min-width: 0;
  height: 38px;
  border: 0;
  outline: 0;
  color: #f7fbff;
  background: transparent;
  font-weight: 800;
  letter-spacing: 0;
}

.field-control select {
  appearance: none;
  color: #53ffac;
}

.field-control span {
  flex: 0 0 auto;
  color: #c9d2e8;
  font-size: 13px;
}

.primary-action {
  width: 100%;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
  border: 1px solid rgba(100, 162, 255, 0.54);
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #0d99ff, #1d66ff 45%, #a541ff);
  box-shadow: 0 16px 34px rgba(24, 95, 255, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  font-size: 18px;
  font-weight: 1000;
}

.decision-panel {
  padding: 19px;
}

.decision-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

.decision-tab {
  min-height: 72px;
  display: grid;
  grid-template-columns: 34px 1fr;
  grid-template-rows: auto auto;
  column-gap: 11px;
  align-items: center;
  padding: 11px 14px;
  border: 1px solid rgba(134, 164, 255, 0.2);
  border-radius: 13px;
  color: var(--text);
  background: rgba(11, 22, 49, 0.86);
  text-align: left;
}

.decision-tab svg {
  grid-row: 1 / 3;
}

.decision-tab span {
  font-size: 18px;
  line-height: 1.15;
  font-weight: 1000;
}

.decision-tab small {
  color: #9eabc1;
  font-size: 12px;
  font-weight: 800;
}

.decision-tab.green svg,
.decision-tab.green span {
  color: var(--green);
}

.decision-tab.yellow svg,
.decision-tab.yellow span {
  color: var(--yellow);
}

.decision-tab.blue svg,
.decision-tab.blue span {
  color: #45adff;
}

.decision-tab.red svg,
.decision-tab.red span {
  color: var(--red);
}

.decision-tab.selected {
  border-color: var(--yellow);
  background: linear-gradient(180deg, rgba(255, 206, 64, 0.16), rgba(10, 20, 42, 0.88));
  box-shadow: 0 0 24px rgba(248, 197, 65, 0.23), inset 0 0 22px rgba(248, 197, 65, 0.08);
  animation: selectedBreath 2.8s ease-in-out infinite;
}

.decision-tab.green.selected {
  border-color: var(--green);
  box-shadow: 0 0 24px rgba(49, 243, 162, 0.2), inset 0 0 22px rgba(49, 243, 162, 0.08);
}

.decision-tab.blue.selected {
  border-color: #45adff;
  box-shadow: 0 0 24px rgba(69, 173, 255, 0.2), inset 0 0 22px rgba(69, 173, 255, 0.08);
}

.decision-tab.red.selected {
  border-color: var(--red);
  box-shadow: 0 0 24px rgba(255, 77, 97, 0.2), inset 0 0 22px rgba(255, 77, 97, 0.08);
}

.recommendation {
  display: grid;
  grid-template-columns: 102px minmax(0, 1fr) 210px;
  gap: 22px;
  align-items: center;
  min-height: 116px;
  padding: 15px;
  border: 1px solid rgba(248, 197, 65, 0.62);
  border-radius: 16px;
  background:
    radial-gradient(circle at 94% 50%, rgba(248, 197, 65, 0.2), transparent 28%),
    linear-gradient(180deg, rgba(87, 61, 22, 0.54), rgba(13, 20, 37, 0.84));
  box-shadow: 0 0 30px rgba(248, 197, 65, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.recommendation.green {
  border-color: rgba(49, 243, 162, 0.58);
  background: radial-gradient(circle at 94% 50%, rgba(49, 243, 162, 0.2), transparent 28%), linear-gradient(180deg, rgba(15, 70, 57, 0.54), rgba(13, 20, 37, 0.84));
  box-shadow: 0 0 30px rgba(49, 243, 162, 0.2);
}

.recommendation.blue {
  border-color: rgba(69, 173, 255, 0.58);
  background: radial-gradient(circle at 94% 50%, rgba(69, 173, 255, 0.2), transparent 28%), linear-gradient(180deg, rgba(15, 52, 85, 0.54), rgba(13, 20, 37, 0.84));
  box-shadow: 0 0 30px rgba(69, 173, 255, 0.2);
}

.recommendation.red {
  border-color: rgba(255, 77, 97, 0.58);
  background: radial-gradient(circle at 94% 50%, rgba(255, 77, 97, 0.2), transparent 28%), linear-gradient(180deg, rgba(83, 26, 42, 0.54), rgba(13, 20, 37, 0.84));
  box-shadow: 0 0 30px rgba(255, 77, 97, 0.2);
}

.locked-recommendation {
  border-color: rgba(143, 72, 255, 0.46);
  background:
    radial-gradient(circle at 94% 50%, rgba(143, 72, 255, 0.2), transparent 30%),
    linear-gradient(180deg, rgba(34, 24, 72, 0.62), rgba(13, 20, 37, 0.84));
  box-shadow: 0 0 30px rgba(143, 72, 255, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.decision-ring {
  --progress: 58%;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #111b34 0 50%, transparent 51%),
    conic-gradient(var(--yellow) var(--progress), rgba(255, 255, 255, 0.12) 0);
  color: var(--yellow);
  filter: drop-shadow(0 0 12px rgba(248, 197, 65, 0.34));
}

.recommendation.green .decision-ring {
  background: radial-gradient(circle at center, #111b34 0 50%, transparent 51%), conic-gradient(var(--green) var(--progress), rgba(255, 255, 255, 0.12) 0);
  color: var(--green);
}

.recommendation.blue .decision-ring {
  background: radial-gradient(circle at center, #111b34 0 50%, transparent 51%), conic-gradient(#45adff var(--progress), rgba(255, 255, 255, 0.12) 0);
  color: #45adff;
}

.recommendation.red .decision-ring {
  background: radial-gradient(circle at center, #111b34 0 50%, transparent 51%), conic-gradient(var(--red) var(--progress), rgba(255, 255, 255, 0.12) 0);
  color: var(--red);
}

.locked-ring {
  background:
    radial-gradient(circle at center, #111b34 0 50%, transparent 51%),
    conic-gradient(#9d5cff 82%, rgba(255, 255, 255, 0.12) 0);
  color: #c69cff;
  filter: drop-shadow(0 0 14px rgba(143, 72, 255, 0.42));
}

.recommendation-copy h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 27px;
  line-height: 1.12;
  font-weight: 1000;
}

.recommendation.yellow .recommendation-copy h3 {
  color: var(--yellow);
}

.recommendation-copy p {
  margin: 0;
  color: #d8deea;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 800;
}

.locked-result-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 11px 12px;
  border: 1px solid rgba(143, 72, 255, 0.24);
  border-radius: 14px;
  color: #d8e2f4;
  background: rgba(143, 72, 255, 0.08);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 900;
}

.saving-box {
  min-height: 78px;
  padding: 13px 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 202, 50, 0.18), rgba(14, 25, 49, 0.72));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.saving-box span {
  display: block;
  color: var(--yellow);
  font-size: 14px;
  font-weight: 900;
}

.saving-box strong {
  display: block;
  margin-top: 8px;
  color: var(--yellow);
  font-size: 29px;
  line-height: 1;
}

.locked-saving {
  border: 1px solid rgba(143, 72, 255, 0.26);
  background:
    linear-gradient(135deg, rgba(143, 72, 255, 0.17), rgba(14, 25, 49, 0.76)),
    radial-gradient(circle at 100% 20%, rgba(51, 217, 255, 0.14), transparent 42%);
}

.locked-saving span {
  color: #d6c4ff;
}

.locked-saving strong {
  color: #fff;
  font-size: 25px;
}

.locked-saving small {
  display: block;
  margin-top: 8px;
  color: #cbd6ec;
  font-size: 12px;
  font-weight: 850;
}

.rule-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) repeat(4, max-content);
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 10px;
  border: 1px solid rgba(134, 164, 255, 0.18);
  border-radius: 14px;
  background: rgba(7, 14, 31, 0.62);
}

.rule-summary {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  color: #f4f8ff;
}

.rule-summary svg {
  flex: 0 0 auto;
  color: var(--yellow);
}

.rule-summary strong {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 1000;
}

.rule-summary span {
  min-width: 0;
  color: #aeb9cd;
  font-size: 12px;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rule-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 28px;
  padding: 0 9px;
  border: 1px solid rgba(134, 164, 255, 0.2);
  border-radius: 999px;
  color: #8491a8;
  background: rgba(12, 22, 46, 0.74);
  font-size: 12px;
  font-weight: 900;
}

.rule-chip svg {
  opacity: 0.35;
}

.rule-chip.active.yellow {
  border-color: rgba(248, 197, 65, 0.38);
  color: var(--yellow);
  background: rgba(248, 197, 65, 0.1);
}

.rule-chip.active.red {
  border-color: rgba(255, 77, 97, 0.38);
  color: var(--red);
  background: rgba(255, 77, 97, 0.1);
}

.rule-chip.active.blue {
  border-color: rgba(69, 173, 255, 0.38);
  color: #65bdff;
  background: rgba(69, 173, 255, 0.1);
}

.rule-chip.active.orange {
  border-color: rgba(255, 135, 51, 0.38);
  color: var(--orange);
  background: rgba(255, 135, 51, 0.1);
}

.rule-chip.active svg {
  opacity: 1;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.metric-card {
  min-width: 0;
  min-height: 118px;
  padding: 12px;
  border: 1px solid rgba(134, 164, 255, 0.2);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(13, 24, 50, 0.86), rgba(8, 17, 36, 0.7));
}

.metric-title {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #dce5f8;
  font-size: 14px;
  font-weight: 900;
}

.metric-title svg {
  flex: 0 0 auto;
}

.metric-value {
  margin: 12px 0 7px;
  white-space: nowrap;
}

.metric-value strong {
  font-size: clamp(25px, 2vw, 31px);
  line-height: 1;
}

.metric-value span {
  margin-left: 4px;
  color: #c9d2e8;
  font-weight: 800;
}

.metric-card p {
  margin: 0 0 8px;
  color: #9eabc1;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 800;
}

.metric-line {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.metric-line span {
  display: block;
  width: 58%;
  height: 100%;
  border-radius: inherit;
  background: var(--purple);
}

.metric-card.purple svg,
.metric-card.purple strong {
  color: #b166ff;
}

.metric-card.orange svg,
.metric-card.orange strong {
  color: var(--orange);
}

.metric-card.blue svg,
.metric-card.blue strong {
  color: #48a7ff;
}

.metric-card.red svg,
.metric-card.red strong {
  color: var(--red);
}

.metric-card.green svg,
.metric-card.green strong {
  color: var(--green);
}

.metric-card.yellow svg,
.metric-card.yellow strong {
  color: var(--yellow);
}

.metric-card.orange .metric-line span {
  width: 64%;
  background: var(--orange);
}

.metric-card.blue .metric-line span {
  width: 78%;
  background: #48a7ff;
}

.metric-card.red .metric-line span {
  width: 45%;
  background: var(--red);
}

.metric-card.green .metric-line span {
  width: 82%;
  background: var(--green);
}

.metric-card.yellow .metric-line span {
  width: 56%;
  background: var(--yellow);
}

.free-reasons {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid rgba(134, 164, 255, 0.16);
  border-radius: 14px;
  background: rgba(4, 11, 25, 0.7);
}

.free-reasons strong {
  color: #8bdfff;
  font-size: 13px;
  font-weight: 1000;
  white-space: nowrap;
}

.free-reasons span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  color: #dce8ff;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 850;
}

.free-reasons svg {
  flex: 0 0 auto;
  color: var(--green);
}

.paid-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.paid-preview-card {
  min-width: 0;
  min-height: 118px;
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-content: start;
  padding: 13px;
  border: 1px solid rgba(143, 72, 255, 0.26);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(22, 19, 49, 0.88), rgba(7, 15, 34, 0.76)),
    radial-gradient(circle at 100% 0, rgba(143, 72, 255, 0.18), transparent 38%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.paid-preview-card::after {
  content: "";
  position: absolute;
  left: -42%;
  top: 0;
  width: 42%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.13), transparent);
  animation: skeletonSweep 2.8s ease-in-out infinite;
}

.paid-preview-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(143, 72, 255, 0.38);
  border-radius: 12px;
  color: #c69cff;
  background: rgba(143, 72, 255, 0.14);
}

.paid-preview-card strong {
  display: block;
  margin: 2px 0 6px;
  color: #f8fbff;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 1000;
}

.paid-preview-card span {
  display: block;
  color: #c9d6ef;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 850;
}

.paid-preview-card em {
  grid-column: 1 / -1;
  width: max-content;
  margin-top: 6px;
  padding: 4px 9px;
  border: 1px solid rgba(255, 209, 91, 0.28);
  border-radius: 999px;
  color: #ffe083;
  background: rgba(255, 209, 91, 0.09);
  font-size: 12px;
  font-style: normal;
  font-weight: 1000;
}

@keyframes skeletonSweep {
  0% {
    transform: translateX(0);
  }
  58%,
  100% {
    transform: translateX(340%);
  }
}

.bottom-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 292px 238px;
  gap: 16px;
  margin-top: 16px;
}

.chart-panel {
  min-height: 182px;
  padding: 17px 18px 14px;
}

.legend {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: -8px;
  color: #bec8dc;
  font-size: 13px;
  font-weight: 800;
}

.legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.legend span::before {
  content: "";
  width: 20px;
  height: 4px;
  border-radius: 99px;
}

.legend .original::before {
  background: var(--purple);
}

.legend .plan::before {
  background: var(--yellow);
}

.chart-area {
  display: grid;
  grid-template-columns: 50px 1fr;
  height: 120px;
  margin-top: 8px;
}

.axis {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #98a5ba;
  font-size: 12px;
}

.chart-lines {
  position: relative;
  border-bottom: 1px solid rgba(134, 164, 255, 0.18);
  background:
    linear-gradient(rgba(134, 164, 255, 0.08) 1px, transparent 1px);
  background-size: 100% 30px;
  overflow: hidden;
}

.trend-svg {
  position: absolute;
  inset: 0 0 17px;
  width: 100%;
  height: calc(100% - 17px);
  overflow: visible;
}

.trend-poly {
  fill: none;
  stroke-width: 4.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.18));
}

.original-poly {
  stroke: url(#originalGradient);
}

.plan-poly {
  stroke: url(#planGradient);
}

.month-labels {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.month-labels b {
  color: #b9c4d8;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.renewal-marker {
  position: absolute;
  left: 8.5%;
  top: 10px;
  bottom: 17px;
  border-left: 1px dashed rgba(255, 255, 255, 0.56);
}

.renewal-marker span {
  position: absolute;
  top: 22px;
  left: -10px;
  min-width: 138px;
  padding: 6px 9px;
  border-radius: 8px;
  background: rgba(42, 47, 74, 0.92);
  color: #e4eaff;
  font-size: 12px;
  font-weight: 800;
}

.alternative-panel {
  padding: 17px 16px;
}

.alternative-list {
  display: grid;
  gap: 10px;
}

.alternative-item {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 38px;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 10px;
  border: 1px solid rgba(134, 164, 255, 0.18);
  border-radius: 13px;
  background: rgba(8, 16, 34, 0.72);
}

.alternative-item span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  color: #071020;
  background: linear-gradient(135deg, #39ddff, #9264ff);
  font-size: 13px;
  font-weight: 1000;
}

.alternative-item strong {
  display: block;
  color: #f7fbff;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 1000;
}

.alternative-item small {
  display: block;
  margin-top: 4px;
  color: #9eabc1;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 800;
}

.alternative-item b {
  color: #85ffb8;
  font-size: 18px;
  font-weight: 1000;
  text-align: right;
}

.plan-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 94px;
  gap: 12px;
  align-items: center;
  padding: 20px;
}

.mini-label {
  display: block;
  color: #dce5f8;
  font-size: 14px;
  font-weight: 900;
}

.plan-panel strong {
  display: block;
  margin-top: 8px;
  color: #9eabc1;
  font-size: 15px;
}

.plan-panel b {
  display: block;
  margin: 6px 0;
  color: var(--green);
  font-size: 31px;
}

.plan-panel small {
  color: #9eabc1;
  font-weight: 800;
  line-height: 1.45;
}

.save-ring {
  --save: 50%;
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #111b34 0 51%, transparent 52%),
    conic-gradient(var(--green) var(--save), rgba(255, 255, 255, 0.12) 0);
  color: var(--green);
  text-align: center;
  filter: drop-shadow(0 0 12px rgba(49, 243, 162, 0.3));
}

.save-ring strong {
  margin: 0;
  color: var(--green);
  font-size: 25px;
  line-height: 1;
}

.save-ring span {
  display: block;
  color: #d4ffe8;
  font-size: 13px;
  font-weight: 800;
}

.locked-report {
  margin-top: 16px;
  padding: 18px;
}

.locked-report-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 18px;
  align-items: center;
  margin-bottom: 16px;
}

.locked-report-head h2 {
  margin: 8px 0;
  color: #f7fbff;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 1000;
}

.locked-report-head p {
  margin: 0;
  max-width: 720px;
  color: #c5d1e8;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 800;
}

.locked-main-cta {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(143, 72, 255, 0.48);
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, rgba(143, 72, 255, 0.95), rgba(51, 217, 255, 0.72));
  box-shadow: 0 14px 30px rgba(94, 65, 255, 0.28);
  font-size: 15px;
  font-weight: 1000;
  text-align: center;
}

.locked-report-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.locked-report-grid article {
  min-height: 102px;
  padding: 14px;
  border: 1px solid rgba(134, 164, 255, 0.18);
  border-radius: 14px;
  background:
    radial-gradient(circle at 100% 0, rgba(143, 72, 255, 0.16), transparent 34%),
    rgba(5, 13, 31, 0.72);
}

.locked-report-grid svg {
  color: #8bdfff;
  filter: drop-shadow(0 0 10px rgba(51, 217, 255, 0.32));
}

.locked-report-grid strong {
  display: block;
  margin: 10px 0 6px;
  color: #f7fbff;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 1000;
}

.locked-report-grid span {
  display: block;
  color: #aeb9cd;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 800;
}

.locked-report-grid span i {
  display: block;
  height: 8px;
  margin: 7px 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(142, 151, 171, 0.18), rgba(143, 72, 255, 0.34), rgba(142, 151, 171, 0.14));
}

.locked-report-grid span i:nth-child(2) {
  width: 72%;
}

.locked-report-grid span i:nth-child(3) {
  width: 52%;
}

.locked-cases {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-top: 14px;
  padding: 12px;
  border: 1px solid rgba(134, 164, 255, 0.16);
  border-radius: 14px;
  background: rgba(4, 10, 24, 0.62);
}

.locked-cases strong {
  color: #f7fbff;
  font-size: 14px;
  font-weight: 1000;
}

.locked-cases span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(51, 217, 255, 0.22);
  border-radius: 999px;
  color: #cde8ff;
  background: rgba(51, 217, 255, 0.06);
  font-size: 12px;
  font-weight: 900;
}

.locked-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.locked-actions a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(143, 72, 255, 0.36);
  border-radius: 11px;
  color: #d6c7ff;
  background: rgba(143, 72, 255, 0.12);
  font-size: 14px;
  font-weight: 1000;
  text-align: center;
}

.stack-next-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-top: 12px;
  padding: 12px;
  border: 1px solid rgba(51, 217, 255, 0.24);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(10, 103, 255, 0.15), rgba(143, 72, 255, 0.14)),
    rgba(4, 12, 27, 0.68);
}

.stack-next-panel > div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.stack-next-panel svg {
  color: #33d9ff;
  flex: 0 0 auto;
}

.stack-next-panel strong,
.stack-next-panel small {
  display: block;
}

.stack-next-panel strong {
  color: #f7fbff;
  font-size: 14px;
  font-weight: 1000;
}

.stack-next-panel small {
  margin-top: 3px;
  color: #d4deef;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 800;
}

.stack-next-panel a,
.secondary-action {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid rgba(51, 217, 255, 0.32);
  border-radius: 11px;
  color: #e8fbff;
  background: rgba(51, 217, 255, 0.12);
  font-size: 14px;
  font-weight: 1000;
  white-space: nowrap;
}

#rzw-ai-subscription .rzw-subscription-app .recommendation-copy p,
#rzw-ai-subscription .rzw-subscription-app .locked-report-head p,
#rzw-ai-subscription .rzw-subscription-app .free-reasons span,
#rzw-ai-subscription .rzw-subscription-app .paid-preview-card span,
#rzw-ai-subscription .rzw-subscription-app .locked-report-grid span,
#rzw-ai-subscription .rzw-subscription-app .locked-cases span,
#rzw-ai-subscription .rzw-subscription-app .metric-card p,
#rzw-ai-subscription .rzw-subscription-app .rzw-subscription-cta p {
  color: #d4deef !important;
}

.rzw-subscription-cta {
  width: min(1188px, calc(100vw - 96px));
  margin: 18px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 140px;
}

.rzw-subscription-cta h2 {
  margin: 8px 0 8px;
  font-size: 28px;
  line-height: 1.12;
}

.rzw-subscription-cta p {
  max-width: 660px;
  margin: 0;
  color: #aeb9cd;
  line-height: 1.7;
}

.rzw-subscription-cta .primary-action {
  width: auto;
  min-width: 220px;
  flex: 0 0 auto;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.side-orbits {
  position: absolute;
  right: 18px;
  top: 32%;
  z-index: 1;
  display: grid;
  gap: 48px;
  width: 150px;
}

.feature-orbit {
  position: relative;
  display: grid;
  gap: 8px;
  color: #dfe7fb;
}

.feature-orbit::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 18px;
  width: 58px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(45, 130, 255, 0.84));
  box-shadow: 0 0 12px rgba(45, 130, 255, 0.7);
}

.feature-orbit svg {
  color: #6e92ff;
  filter: drop-shadow(0 0 12px rgba(63, 124, 255, 0.62));
}

.feature-orbit strong {
  font-size: 16px;
  font-weight: 900;
}

.feature-orbit span {
  color: #aeb9cd;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

@keyframes iconPulse {
  0%,
  100% {
    box-shadow: 0 0 24px rgba(55, 132, 255, 0.6), inset 0 0 12px rgba(255, 255, 255, 0.25);
  }

  50% {
    box-shadow: 0 0 38px rgba(143, 72, 255, 0.72), inset 0 0 16px rgba(255, 255, 255, 0.32);
  }
}

@keyframes selectedBreath {
  0%,
  100% {
    filter: brightness(1);
  }

  50% {
    filter: brightness(1.18);
  }
}

@keyframes sparkFlow {
  from {
    transform: translateX(-18px);
  }

  to {
    transform: translateX(18px);
  }
}

@media (max-width: 1540px) {
  .side-orbits {
    display: none;
  }
}

@media (max-width: 1180px) {
  .rzw-subscription-app {
    padding: 16px;
  }

  .glass-device {
    width: 100%;
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px;
    transform: none;
  }

  .glass-device::before,
  .side-orbits {
    display: none;
  }

  .sidebar {
    min-width: 0;
    min-height: 0;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    padding: 0;
  }

  .product-mark {
    margin: 0;
  }

  .side-title {
    min-width: 0;
    margin: 0;
    text-align: left;
    white-space: nowrap;
  }

  .side-nav {
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .settings,
  .promise-card {
    display: none;
  }

  .hero,
  .top-grid,
  .bottom-grid,
  .locked-report-head,
  .locked-report-grid {
    grid-template-columns: 1fr;
  }

  .model-strip {
    grid-template-columns: 1fr;
  }

  .top-grid,
  .bottom-grid,
  .locked-report-grid {
    display: grid;
  }

  .hero {
    display: grid;
  }

  .trust-pill {
    width: fit-content;
    white-space: normal;
  }

  .model-status {
    width: fit-content;
  }

  .workspace,
  .panel {
    min-width: 0;
  }
}

@media (max-width: 760px) {
  body {
    overflow-x: hidden;
  }

  .ambient {
    display: none;
  }

  .rzw-subscription-app {
    width: 100%;
    max-width: 100%;
    padding: 10px;
  }

  .glass-device {
    width: 100%;
    max-width: 100%;
    padding: 14px;
    border-radius: 22px;
  }

  .sidebar {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
  }

  .side-title {
    white-space: normal;
  }

  .side-nav {
    grid-column: 1 / -1;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .side-nav-item:not(.active) {
    display: none;
  }

  .side-nav-item.active {
    min-height: 46px;
    justify-content: center;
  }

  .hero h2 {
    max-width: 100%;
    font-size: 34px;
    line-height: 1.08;
  }

  .hero p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.55;
    overflow-wrap: anywhere;
  }

  .trust-pill {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }

  .input-panel,
  .decision-panel,
  .chart-panel,
  .alternative-panel,
  .plan-panel,
  .rzw-subscription-cta {
    padding: 16px;
  }

  .top-grid,
  .bottom-grid,
  .recommendation,
  .metric-grid,
  .paid-preview-grid,
  .decision-tabs,
  .plan-panel,
  .rule-strip,
  .free-reasons,
  .locked-report-head,
  .locked-report-grid,
  .locked-actions,
  .stack-next-panel,
  .seo-grid,
  .seo-result ul,
  .seo-faq {
    grid-template-columns: 1fr;
  }

  .seo-fallback {
    padding: 10px;
  }

  .seo-hero,
  .seo-note,
  .seo-card,
  .seo-result,
  .seo-faq {
    border-radius: 18px;
  }

  .seo-hero h1 {
    font-size: 36px;
    line-height: 1.08;
  }

  .seo-hero p,
  .seo-note p,
  .seo-card p,
  .seo-result p,
  .seo-result li,
  .seo-faq p {
    font-size: 14px;
  }

  .locked-main-cta {
    width: 100%;
  }

  .locked-cases span {
    width: 100%;
    justify-content: center;
    white-space: normal;
    text-align: center;
  }

  .rzw-subscription-cta {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .rzw-subscription-cta .primary-action {
    width: 100%;
  }

  .cta-actions,
  .secondary-action,
  .seo-actions,
  .seo-primary,
  .seo-secondary {
    width: 100%;
  }

  .stack-next-panel a {
    width: 100%;
    white-space: normal;
  }

  .model-spark {
    grid-template-columns: 1fr;
  }

  .model-spark i {
    min-height: 18px;
  }

  .rule-summary {
    align-items: flex-start;
  }

  .rule-summary span {
    white-space: normal;
    overflow: visible;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .field-control {
    width: 100%;
    max-width: 100%;
    min-height: 44px;
    padding: 0 10px;
  }

  .field-control input,
  .field-control select {
    min-width: 0;
  }

  .field-control span {
    margin-left: 8px;
    font-size: 12px;
  }

  .recommendation {
    gap: 14px;
  }

  .recommendation-copy h3 {
    font-size: 24px;
  }

  .metric-value strong {
    font-size: 34px;
  }

  .decision-ring {
    margin: 0 auto;
  }

  .saving-box {
    text-align: center;
  }

  .chart-area {
    grid-template-columns: 40px 1fr;
  }

  .alternative-item {
    grid-template-columns: 24px minmax(0, 1fr) 34px;
  }

  .legend {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

/* 20260630 polish: keep the tool page readable, locked, and visually stable. */
#rzw-ai-subscription,
#rzw-ai-subscription .rzw-subscription-app,
#rzw-ai-subscription .glass-device,
#rzw-ai-subscription .panel,
#rzw-ai-subscription .seo-fallback {
  color: #f7fbff !important;
}

#rzw-ai-subscription .rzw-subscription-app {
  padding: clamp(18px, 3vw, 34px);
}

#rzw-ai-subscription .glass-device {
  grid-template-columns: 1fr;
  gap: 22px;
  width: min(1180px, calc(100vw - 48px));
  min-height: 0;
  padding: clamp(20px, 3vw, 34px);
}

#rzw-ai-subscription .glass-device::before {
  display: none;
}

#rzw-ai-subscription .sidebar {
  min-height: 0;
  display: grid;
  grid-template-columns: 58px max-content minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(134, 164, 255, 0.16);
}

#rzw-ai-subscription .product-mark {
  margin: 0;
}

#rzw-ai-subscription .side-title {
  margin: 0;
  color: #f8fbff !important;
  font-size: 22px;
  line-height: 1.1;
  text-align: left;
  text-shadow: 0 0 18px rgba(120, 196, 255, 0.18);
}

#rzw-ai-subscription .side-nav {
  justify-self: end;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

#rzw-ai-subscription .side-nav-item {
  min-height: 40px;
  padding: 0 14px;
  border-color: rgba(134, 164, 255, 0.22);
  color: #dce8ff !important;
  background: rgba(6, 14, 32, 0.62);
  white-space: nowrap;
}

#rzw-ai-subscription .side-nav-item.active {
  color: #ffffff !important;
  background: linear-gradient(135deg, rgba(25, 141, 255, 0.9), rgba(108, 73, 255, 0.82));
}

#rzw-ai-subscription .top-grid {
  grid-template-columns: minmax(310px, 0.82fr) minmax(0, 1.18fr);
  align-items: stretch;
}

#rzw-ai-subscription .decision-panel,
#rzw-ai-subscription .input-panel,
#rzw-ai-subscription .locked-report {
  border-color: rgba(117, 155, 255, 0.34);
}

#rzw-ai-subscription .recommendation.locked-recommendation {
  grid-template-columns: 90px minmax(0, 1fr);
  min-height: 128px;
  gap: 18px;
  padding: 18px;
  border-color: rgba(150, 92, 255, 0.68);
  background:
    radial-gradient(circle at 16% 42%, rgba(151, 71, 255, 0.22), transparent 30%),
    linear-gradient(135deg, rgba(30, 20, 65, 0.86), rgba(9, 16, 36, 0.9));
}

#rzw-ai-subscription .locked-saving {
  display: none;
}

#rzw-ai-subscription .recommendation-copy h3 {
  color: #ffffff !important;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.08;
}

#rzw-ai-subscription .recommendation-copy p,
#rzw-ai-subscription .locked-report-head p,
#rzw-ai-subscription .paid-preview-card span,
#rzw-ai-subscription .model-core span,
#rzw-ai-subscription .hero p,
#rzw-ai-subscription .field-label,
#rzw-ai-subscription .panel-title,
#rzw-ai-subscription .seo-note p,
#rzw-ai-subscription .seo-card p,
#rzw-ai-subscription .seo-result p,
#rzw-ai-subscription .seo-faq p {
  color: #d5def2 !important;
}

#rzw-ai-subscription .locked-result-note {
  color: #e5ecff !important;
  background: linear-gradient(90deg, rgba(83, 150, 255, 0.14), rgba(142, 73, 255, 0.16));
}

#rzw-ai-subscription .paid-preview-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

#rzw-ai-subscription .paid-preview-card {
  min-height: 92px;
  grid-template-columns: 42px minmax(0, 1fr) max-content;
  padding: 14px;
}

#rzw-ai-subscription .paid-preview-card strong,
#rzw-ai-subscription .locked-report-grid strong,
#rzw-ai-subscription .locked-cases strong,
#rzw-ai-subscription .locked-report-head h2,
#rzw-ai-subscription .rzw-subscription-cta h2,
#rzw-ai-subscription .seo-note h2,
#rzw-ai-subscription .seo-card h2,
#rzw-ai-subscription .seo-result h2,
#rzw-ai-subscription .seo-faq h2,
#rzw-ai-subscription .seo-faq h3 {
  color: #ffffff !important;
}

#rzw-ai-subscription .primary-action,
#rzw-ai-subscription .locked-main-cta,
#rzw-ai-subscription .secondary-action,
#rzw-ai-subscription .seo-primary {
  color: #ffffff !important;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

#rzw-ai-subscription .locked-report {
  padding: 20px;
}

#rzw-ai-subscription .locked-report-head {
  align-items: center;
  margin-bottom: 14px;
}

#rzw-ai-subscription .locked-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

#rzw-ai-subscription .locked-benefits span {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(123, 102, 255, 0.34);
  border-radius: 13px;
  color: #eaf1ff !important;
  background: rgba(21, 18, 50, 0.72);
  font-weight: 900;
}

#rzw-ai-subscription .locked-benefits svg {
  color: #83e7ff;
}

#rzw-ai-subscription .rzw-subscription-cta {
  width: min(1180px, calc(100vw - 48px));
  margin-top: 18px;
  padding: 22px;
}

#rzw-ai-subscription .field-control input,
#rzw-ai-subscription .field-control select,
#rzw-ai-subscription .field-control span {
  color: #f8fbff !important;
}

#rzw-ai-subscription .field-control select {
  color: #7dffc0 !important;
}

@media (max-width: 1180px) {
  #rzw-ai-subscription .top-grid {
    grid-template-columns: 1fr;
  }

  #rzw-ai-subscription .paid-preview-grid,
  #rzw-ai-subscription .locked-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  #rzw-ai-subscription .rzw-subscription-app {
    padding: 10px;
  }

  #rzw-ai-subscription .glass-device,
  #rzw-ai-subscription .rzw-subscription-cta {
    width: 100%;
    max-width: 100%;
  }

  #rzw-ai-subscription .sidebar {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
  }

  #rzw-ai-subscription .side-title {
    font-size: 20px;
  }

  #rzw-ai-subscription .side-nav {
    grid-column: 1 / -1;
    justify-self: stretch;
    display: grid;
    grid-template-columns: 1fr;
  }

  #rzw-ai-subscription .side-nav-item:not(.active) {
    display: none;
  }

  #rzw-ai-subscription .hero h2 {
    font-size: 34px;
  }

  #rzw-ai-subscription .model-strip {
    grid-template-columns: 1fr;
  }

  #rzw-ai-subscription .recommendation.locked-recommendation,
  #rzw-ai-subscription .paid-preview-grid,
  #rzw-ai-subscription .locked-benefits {
    grid-template-columns: 1fr;
  }

  #rzw-ai-subscription .paid-preview-card {
    grid-template-columns: 42px minmax(0, 1fr) max-content;
  }

  #rzw-ai-subscription .locked-report-head {
    gap: 14px;
  }

  #rzw-ai-subscription .locked-main-cta {
    width: 100%;
  }
}
