:root {
  --page: #f7f8fc;
  --surface: #ffffff;
  --surface-soft: #f2f4fa;
  --ink: #111525;
  --muted: #666d80;
  --muted-2: #9298a9;
  --line: #e7e9f0;
  --line-strong: #d9dce7;
  --navy: #0b1024;
  --navy-2: #121a36;
  --primary: #5b4cf5;
  --primary-dark: #4434df;
  --primary-soft: #eeecff;
  --green: #16a36a;
  --green-soft: #eaf8f1;
  --orange: #ee7a43;
  --orange-soft: #fff0e8;
  --blue: #3478f6;
  --blue-soft: #eaf2ff;
  --purple: #7856e8;
  --purple-soft: #f0ebff;
  --shadow-sm: 0 8px 28px rgba(20, 24, 44, .07);
  --shadow-md: 0 18px 55px rgba(20, 24, 44, .11);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 26px;
  --container: 1200px;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body { margin: 0; background: var(--page); color: var(--ink); min-width: 320px; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
button:focus-visible, input:focus-visible, select:focus-visible, a:focus-visible { outline: 3px solid rgba(91,76,245,.24); outline-offset: 2px; }
button:disabled { opacity: .45; cursor: not-allowed; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 60; height: 70px; border-bottom: 1px solid rgba(231,233,240,.84); background: rgba(247,248,252,.94); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.logo-button { background: transparent; border: 0; padding: 0; cursor: pointer; }
.brand-lockup { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { width: 34px; height: 34px; border-radius: 11px; display: grid; place-items: center; color: #fff; background: var(--primary); box-shadow: 0 7px 18px rgba(91,76,245,.27); }
.brand-name { font-size: 19px; font-weight: 720; letter-spacing: -.4px; }
.brand-name b { color: var(--primary); }
.desktop-nav { position: absolute; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 8px; }
.nav-link { border: 0; background: transparent; color: var(--muted); border-radius: 999px; padding: 9px 16px; font-size: 14px; font-weight: 650; cursor: pointer; transition: .2s ease; }
.nav-link:hover { color: var(--ink); background: #fff; }
.nav-link.is-active { color: var(--primary); background: var(--primary-soft); }
.header-compare { height: 40px; border: 1px solid var(--line); border-radius: 999px; padding: 0 8px 0 14px; display: flex; align-items: center; gap: 8px; background: var(--surface); font-size: 13px; font-weight: 650; cursor: pointer; box-shadow: 0 2px 8px rgba(16,20,42,.03); }
.header-compare i { color: var(--primary); }
.header-compare b { min-width: 25px; height: 25px; padding-inline: 6px; border-radius: 999px; display: grid; place-items: center; background: var(--navy); color: #fff; font-size: 11px; }

.hero-shell { padding-top: 24px; }
.hero-panel { min-height: 480px; border-radius: 30px; background: var(--navy); color: #fff; overflow: hidden; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; padding: 64px 68px; box-shadow: 0 22px 70px rgba(9,14,37,.20); position: relative; }
.hero-panel::before { content: ""; position: absolute; inset: 20px 20px auto auto; width: 260px; height: 260px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; }
.hero-panel::after { content: ""; position: absolute; inset: auto auto -180px 38%; width: 390px; height: 390px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .06em; font-size: 12px; font-weight: 760; }
.eyebrow { display: inline-flex; align-items: center; gap: 7px; color: #cbc7ff; }
.hero-copy h1 { margin: 18px 0 18px; font-size: clamp(42px, 4.1vw, 61px); line-height: 1.08; letter-spacing: -2.8px; max-width: 650px; }
.hero-copy > p { max-width: 560px; margin: 0; color: #aab1cb; line-height: 1.8; font-size: 16px; }
.hero-search { margin-top: 34px; width: min(600px, 100%); height: 58px; padding: 7px 8px 7px 18px; border-radius: 16px; display: flex; align-items: center; gap: 12px; background: #fff; color: var(--ink); box-shadow: 0 15px 35px rgba(0,0,0,.22); }
.hero-search > i { color: var(--muted-2); }
.hero-search input { flex: 1; min-width: 0; border: 0; outline: 0; color: var(--ink); font-size: 14px; }
.hero-search input::placeholder { color: #989dae; }
.hero-search button { height: 44px; border: 0; border-radius: 11px; padding: 0 20px; background: var(--primary); color: #fff; font-weight: 700; cursor: pointer; white-space: nowrap; }
.hero-search button:hover { background: var(--primary-dark); }
.hero-models { margin-top: 18px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.hero-models > span { color: #7e879f; font-size: 12px; margin-right: 3px; }
.hero-models button { padding: 7px 10px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.06); color: #d8dcee; border-radius: 999px; font-size: 11px; cursor: pointer; }
.hero-models button:hover { border-color: rgba(255,255,255,.3); color: #fff; }
.hero-preview { position: relative; z-index: 2; display: flex; justify-content: flex-end; padding-left: 45px; }
.preview-window { width: min(430px, 100%); border: 1px solid rgba(255,255,255,.14); background: #f8f9fd; color: var(--ink); border-radius: 22px; padding: 18px; transform: rotate(-1.2deg); box-shadow: 0 30px 70px rgba(0,0,0,.30); }
.preview-window__bar { height: 28px; display: flex; align-items: center; gap: 6px; color: var(--muted); border-bottom: 1px solid var(--line); margin-bottom: 10px; }
.preview-window__bar span { width: 7px; height: 7px; border-radius: 50%; background: #d8dce7; }
.preview-window__bar b { margin-left: auto; font-size: 11px; color: var(--ink); }
.preview-plan { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; min-height: 69px; background: #fff; border: 1px solid var(--line); border-radius: 15px; padding: 11px 14px; margin-top: 9px; }
.preview-plan div { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.preview-plan b { font-size: 13px; }
.preview-plan span { color: var(--muted); font-size: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.preview-plan > strong { font-size: 14px; }
.preview-plan > i { position: absolute; right: -6px; top: -6px; color: var(--green); background: #fff; border-radius: 50%; }
.preview-cta { width: 100%; height: 42px; border: 0; border-radius: 12px; margin-top: 12px; background: var(--primary); color: #fff; font-size: 12px; font-weight: 700; cursor: pointer; }
.floating-note { position: absolute; display: inline-flex; align-items: center; gap: 7px; padding: 10px 13px; background: #fff; color: var(--ink); border-radius: 999px; font-size: 11px; font-weight: 700; box-shadow: var(--shadow-sm); white-space: nowrap; }
.floating-note i { color: var(--primary); }
.floating-note--top { top: -27px; right: 40px; }
.floating-note--bottom { bottom: -25px; left: 5px; }

.platform-strip-section { padding-top: 68px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.section-heading--compact { align-items: center; margin-bottom: 18px; }
.section-kicker { color: var(--primary); }
.section-heading h2, .page-intro h1, .model-hero h1 { margin: 6px 0 0; letter-spacing: -1.2px; line-height: 1.18; }
.section-heading h2 { font-size: 30px; }
.section-heading p, .page-intro p, .model-hero p { margin: 8px 0 0; color: var(--muted); line-height: 1.65; }
.platform-strip { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 10px; }
.platform-tile { border: 1px solid var(--line); background: var(--surface); border-radius: 16px; min-height: 82px; padding: 14px; display: flex; align-items: center; gap: 10px; text-align: left; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.platform-tile:hover { transform: translateY(-2px); border-color: #d5d1ff; box-shadow: var(--shadow-sm); }
.platform-tile > span:not(.platform-icon) { flex: 1; min-width: 0; }
.platform-tile b, .platform-tile small { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.platform-tile b { font-size: 12px; }
.platform-tile small { color: var(--muted-2); font-size: 10px; margin-top: 5px; }
.platform-tile > i { color: #b0b5c3; }
.platform-icon { flex: 0 0 auto; border-radius: 12px; display: inline-grid; place-items: center; color: #fff; }
.platform-icon--sm { width: 30px; height: 30px; border-radius: 10px; font-size: 13px; }
.platform-icon--md { width: 40px; height: 40px; font-size: 17px; }
.platform-icon--lg { width: 58px; height: 58px; border-radius: 17px; font-size: 24px; }
.tone-green { background: #14a36b; }.tone-orange { background: #ee7a43; }.tone-black { background: #161820; }.tone-purple { background: #7356e8; }.tone-blue { background: #397af4; }.tone-indigo { background: #5b55d9; }.tone-cyan { background: #179db5; }

.discover-section { padding-top: 72px; scroll-margin-top: 92px; }
.result-count { flex: 0 0 auto; border-radius: 999px; background: #fff; border: 1px solid var(--line); padding: 8px 12px; color: var(--muted); font-size: 12px; }
.filter-bar { position: sticky; top: 82px; z-index: 20; display: grid; grid-template-columns: minmax(220px, 1.4fr) repeat(5, minmax(116px, auto)); gap: 8px; padding: 10px; margin-bottom: 20px; background: rgba(255,255,255,.93); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 9px 30px rgba(20,24,44,.06); backdrop-filter: blur(16px); }
.filter-search { height: 42px; display: flex; align-items: center; gap: 10px; padding: 0 13px; background: var(--surface-soft); border-radius: 11px; color: var(--muted-2); }
.filter-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 13px; }
.filter-bar select { height: 42px; border: 1px solid var(--line); border-radius: 11px; padding: 0 31px 0 11px; color: #4e5567; background: #fff; font-size: 12px; cursor: pointer; }
.plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.plan-card { min-width: 0; border: 1px solid var(--line); background: var(--surface); border-radius: 20px; padding: 20px; transition: .24s ease; box-shadow: 0 2px 3px rgba(15,20,42,.01); }
.plan-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); border-color: #d8d4ff; }
.plan-card.is-selected { border-color: rgba(91,76,245,.48); box-shadow: 0 0 0 3px rgba(91,76,245,.09), var(--shadow-sm); }
.plan-card__top, .plan-card__price-row, .plan-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.plan-card__identity { display: flex; align-items: center; gap: 12px; min-width: 0; }
.plan-card__identity p { margin: 0 0 3px; color: var(--muted-2); font-size: 10px; }
.plan-card__identity h3 { margin: 0; font-size: 15px; letter-spacing: -.2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.compare-toggle, .icon-button { border: 1px solid var(--line); background: #fff; color: var(--muted); border-radius: 50%; display: grid; place-items: center; cursor: pointer; }
.compare-toggle { width: 34px; height: 34px; }
.compare-toggle:hover, .icon-button:hover { color: var(--primary); border-color: #cac4ff; }
.compare-toggle.is-selected, .icon-button.is-active { background: var(--primary); color: #fff; border-color: var(--primary); }
.plan-card__price-row { margin-top: 22px; }
.price { display: flex; align-items: baseline; gap: 4px; }
.price strong { font-size: 24px; letter-spacing: -.8px; }
.price span { color: var(--muted); font-size: 11px; }
.price--large strong { font-size: 34px; }
.audience-pill { padding: 6px 9px; background: var(--green-soft); color: #147d54; border-radius: 999px; font-size: 10px; font-weight: 700; }
.plan-card__summary { min-height: 44px; margin: 12px 0 15px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.model-chip-row, .tag-row { display: flex; flex-wrap: wrap; gap: 6px; }
.model-chip { border: 1px solid var(--line); background: var(--surface-soft); border-radius: 999px; min-height: 27px; padding: 5px 9px; display: inline-flex; align-items: center; gap: 6px; color: #535a6d; font-size: 10px; white-space: nowrap; }
button.model-chip { cursor: pointer; }
.model-chip.is-active { border-color: var(--primary); background: var(--primary); color: #fff; }
.model-dot { width: 7px; height: 7px; border-radius: 50%; display: inline-block; background: #8590a8; }
.model-dot--green, .model-dot--emerald { background: #18a875; }.model-dot--orange { background: #ec7943; }.model-dot--blue { background: #3a7bee; }.model-dot--violet { background: #845ae7; }.model-dot--indigo { background: #4f55d8; }
.plan-card__facts { margin: 17px 0 0; padding: 13px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.plan-card__facts div { display: grid; grid-template-columns: 72px 1fr; gap: 10px; margin: 7px 0; }
.plan-card__facts dt { color: var(--muted-2); font-size: 10px; }
.plan-card__facts dd { margin: 0; text-align: right; color: #3e4557; font-size: 10px; font-weight: 650; overflow-wrap: anywhere; }
.plan-card__footer { margin-top: 15px; }
.text-button, .primary-link { border: 0; background: transparent; padding: 0; font-size: 11px; font-weight: 700; cursor: pointer; }
.text-button { color: var(--muted); }
.text-button:hover { color: var(--ink); }
.primary-link { color: var(--primary); }
.primary-link:hover { color: var(--primary-dark); }
.load-more { display: flex; justify-content: center; padding-top: 28px; }
.primary-button, .secondary-button { min-height: 44px; border-radius: 12px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-size: 12px; font-weight: 720; cursor: pointer; }
.primary-button { border: 1px solid var(--primary); background: var(--primary); color: #fff; box-shadow: 0 8px 20px rgba(91,76,245,.2); }
.primary-button:hover { background: var(--primary-dark); }
.secondary-button { border: 1px solid var(--line-strong); background: #fff; color: #42495b; }
.secondary-button:hover { border-color: #c9c4ff; color: var(--primary); }
.full-button { width: 100%; }
.empty-state { min-height: 280px; border: 1px dashed var(--line-strong); border-radius: 22px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: rgba(255,255,255,.6); padding: 30px; }
.empty-state > span { width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center; background: var(--primary-soft); color: var(--primary); font-size: 20px; }
.empty-state h3 { margin: 16px 0 5px; }.empty-state p { margin: 0 0 18px; color: var(--muted); font-size: 13px; }.empty-state.compact { min-height: 170px; }
.explainer-section { padding-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.explainer-card { display: flex; align-items: flex-start; gap: 15px; padding: 24px; border-radius: 20px; background: #fff; border: 1px solid var(--line); }
.explainer-card > span { flex: 0 0 auto; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 13px; background: var(--primary-soft); color: var(--primary); }
.explainer-card h3 { margin: 1px 0 7px; font-size: 14px; }.explainer-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }

.page-main { min-height: calc(100vh - 260px); padding-top: 58px; }
.page-intro, .model-hero { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.page-intro h1, .model-hero h1 { font-size: 40px; }
.page-actions { display: flex; gap: 10px; }
.compare-workspace { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 22px; box-shadow: var(--shadow-sm); }
.compare-empty { min-height: 520px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.compare-empty__visual { width: 78px; height: 78px; border-radius: 24px; display: grid; place-items: center; background: var(--primary-soft); color: var(--primary); font-size: 30px; }
.compare-empty h2 { margin: 22px 0 8px; font-size: 25px; }.compare-empty > p { margin: 0 0 20px; color: var(--muted); }
.quick-picks { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin-top: 25px; }
.quick-picks button { border: 1px solid var(--line); background: #fff; border-radius: 11px; padding: 9px 12px; font-size: 11px; cursor: pointer; }.quick-picks button span { color: var(--primary); margin-left: 8px; }
.compare-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 2px 18px; }
.compare-toolbar > div { display: flex; flex-direction: column; gap: 4px; }.compare-toolbar strong { font-size: 14px; }.compare-toolbar span { color: var(--muted); font-size: 11px; }
.switch-control { display: flex; align-items: center; gap: 8px; cursor: pointer; }
.switch-control input { position: absolute; opacity: 0; pointer-events: none; }
.switch-control > span { width: 38px; height: 22px; border-radius: 999px; background: #dfe2eb; position: relative; transition: .2s; }
.switch-control > span::after { content: ""; width: 16px; height: 16px; border-radius: 50%; background: #fff; position: absolute; left: 3px; top: 3px; box-shadow: 0 2px 5px rgba(0,0,0,.18); transition: .2s; }
.switch-control input:checked + span { background: var(--primary); }.switch-control input:checked + span::after { transform: translateX(16px); }.switch-control b { font-size: 11px; }
.compare-table-wrap { overflow: auto; border: 1px solid var(--line); border-radius: 17px; scrollbar-width: thin; }
.compare-table { border-collapse: separate; border-spacing: 0; width: 100%; min-width: 860px; table-layout: fixed; }
.compare-table th, .compare-table td { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 14px 15px; vertical-align: middle; text-align: left; font-size: 11px; line-height: 1.55; overflow-wrap: anywhere; }
.compare-table tr:last-child th, .compare-table tr:last-child td { border-bottom: 0; }.compare-table th:last-child, .compare-table td:last-child { border-right: 0; }
.compare-table thead th { min-width: 190px; background: #fbfbfd; padding: 15px; position: relative; }.compare-table thead th:first-child { min-width: 130px; width: 130px; }
.compare-table tbody th { width: 130px; background: #fbfbfd; color: var(--muted); font-weight: 650; position: sticky; left: 0; z-index: 2; }
.compare-plan-head { display: flex; align-items: center; gap: 10px; }.compare-plan-head > div { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; min-width: 0; }.compare-plan-head small { color: var(--muted-2); font-weight: 500; }.compare-plan-head button { border: 0; padding: 0; background: transparent; font-weight: 750; text-align: left; cursor: pointer; }.compare-plan-head .price strong { font-size: 15px; }.compare-plan-head .price span { font-size: 9px; }
.remove-plan { position: absolute; top: 8px; right: 8px; border: 0; background: transparent; color: #b4b8c5; cursor: pointer; }.remove-plan:hover { color: #db4d4d; }
.add-column button { width: 100%; min-height: 64px; border: 1px dashed #cfd3de; border-radius: 13px; background: transparent; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; color: var(--muted); font-size: 10px; cursor: pointer; }.add-column button:hover { color: var(--primary); border-color: var(--primary); }
.boolean-value { display: inline-flex; align-items: center; gap: 5px; font-size: 10px; font-weight: 700; }.boolean-value.is-yes { color: var(--green); }.boolean-value.is-no { color: #c15b5b; }
.compare-insight { margin-top: 16px; display: flex; align-items: flex-start; gap: 13px; padding: 16px 18px; background: var(--primary-soft); border-radius: 15px; color: #373052; }.compare-insight > i { margin-top: 2px; color: var(--primary); }.compare-insight strong { font-size: 12px; }.compare-insight p { margin: 4px 0 0; font-size: 11px; line-height: 1.6; }

.model-hero { align-items: flex-start; }
.model-hero__copy { max-width: 660px; }
.model-hero h1 { font-size: 38px; }
.model-selector { max-width: 500px; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.model-selector .model-chip { min-height: 38px; padding: 8px 13px; background: #fff; font-size: 11px; }
.model-selector .model-chip.is-active { background: var(--primary); }
.model-summary-card { min-height: 170px; display: grid; grid-template-columns: auto minmax(280px, 1fr) auto; align-items: center; gap: 22px; padding: 28px 30px; border: 1px solid var(--line); background: #fff; border-radius: 24px; box-shadow: var(--shadow-sm); }
.model-emblem { width: 76px; height: 76px; border-radius: 24px; display: grid; place-items: center; color: #fff; font-size: 28px; }.model-emblem--orange { background: var(--orange); }.model-emblem--green, .model-emblem--emerald { background: var(--green); }.model-emblem--blue { background: var(--blue); }.model-emblem--violet { background: var(--purple); }.model-emblem--indigo { background: #4f55d8; }
.model-summary-card__copy small { color: var(--muted-2); }.model-summary-card__copy h2 { margin: 4px 0 7px; font-size: 26px; }.model-summary-card__copy p { margin: 0; color: var(--muted); line-height: 1.6; font-size: 12px; }
.model-summary-card > dl { margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }.model-summary-card > dl div { min-width: 105px; padding: 14px; background: var(--surface-soft); border-radius: 13px; }.model-summary-card dt { color: var(--muted); font-size: 9px; }.model-summary-card dd { margin: 5px 0 0; font-size: 12px; font-weight: 750; }
.model-results { padding-top: 55px; }
.model-plan-list { display: flex; flex-direction: column; gap: 10px; }
.model-plan-row { display: grid; grid-template-columns: minmax(220px, 1.35fr) minmax(115px, .65fr) minmax(155px, .9fr) minmax(190px, 1fr) minmax(120px, .65fr); align-items: center; gap: 12px; padding: 16px 18px; background: #fff; border: 1px solid var(--line); border-radius: 17px; transition: .2s; }
.model-plan-row:hover { border-color: #d6d1ff; box-shadow: var(--shadow-sm); }
.model-plan-row__identity { display: flex; align-items: center; gap: 12px; min-width: 0; }.model-plan-row__identity > div { min-width: 0; }.model-plan-row__identity small, .model-plan-row__identity span { color: var(--muted-2); font-size: 9px; }.model-plan-row__identity h3 { margin: 3px 0; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.model-plan-row__metric { min-width: 0; display: flex; flex-direction: column; gap: 5px; }.model-plan-row__metric small { color: var(--muted-2); font-size: 9px; }.model-plan-row__metric strong { color: #3d4457; font-size: 11px; line-height: 1.45; }.model-plan-row__metric.is-emphasis strong { color: var(--primary); }
.confidence-badge { display: inline-flex; width: max-content; padding: 3px 6px; border-radius: 999px; background: #f0f1f5; color: var(--muted); font-size: 8px; font-weight: 700; }.confidence-badge.is-official { background: var(--green-soft); color: #157d54; }.confidence-badge.is-estimate { background: var(--primary-soft); color: var(--primary); }
.model-plan-row__price { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }.model-plan-row__price .price strong { font-size: 18px; }.model-plan-row__price > div { display: flex; align-items: center; gap: 10px; }.icon-button { width: 32px; height: 32px; }
.estimate-note { margin-top: 18px; padding: 17px 19px; display: flex; gap: 12px; border-radius: 15px; background: #eef1f8; color: #555d70; }.estimate-note i { margin-top: 2px; color: var(--primary); }.estimate-note p { margin: 0; font-size: 10px; line-height: 1.7; }

.platform-intro { margin-bottom: 20px; }
.platform-picker { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 8px; scrollbar-width: none; }.platform-picker::-webkit-scrollbar { display: none; }
.platform-picker__item { flex: 0 0 auto; min-height: 43px; border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 6px 14px 6px 7px; display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 650; cursor: pointer; }.platform-picker__item.is-active { color: var(--primary); border-color: #c9c4ff; background: var(--primary-soft); }
.platform-profile { margin-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 25px; background: var(--navy); color: #fff; border-radius: 22px; }
.platform-profile__identity { display: flex; align-items: center; gap: 16px; }.platform-profile small { color: #99a2bd; }.platform-profile h2 { margin: 3px 0 4px; font-size: 24px; }.platform-profile p { margin: 0; color: #aab1c6; font-size: 11px; }.platform-profile > a { border: 1px solid rgba(255,255,255,.16); border-radius: 11px; padding: 10px 14px; font-size: 11px; white-space: nowrap; }
.tier-section { padding-top: 22px; }
.tier-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; align-items: stretch; }
.tier-card { position: relative; min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--line); background: #fff; border-radius: 21px; padding: 22px; }
.tier-card.is-featured { border-color: rgba(91,76,245,.46); box-shadow: 0 0 0 3px rgba(91,76,245,.07), var(--shadow-sm); }
.recommended-label { position: absolute; top: -10px; left: 20px; padding: 5px 9px; border-radius: 999px; background: var(--primary); color: #fff; font-size: 8px; font-weight: 750; }
.tier-card__head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }.tier-card__head small { color: var(--muted-2); font-size: 9px; }.tier-card__head h3 { margin: 4px 0 0; font-size: 16px; }
.tier-card > .price { margin-top: 24px; }.tier-card > p { min-height: 55px; margin: 10px 0 15px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.tier-quota { padding: 14px; background: var(--surface-soft); border-radius: 14px; display: flex; flex-direction: column; gap: 5px; }.tier-quota small { color: var(--muted); font-size: 9px; }.tier-quota strong { font-size: 12px; }.tier-quota span { color: var(--muted-2); font-size: 9px; }
.tier-card ul { list-style: none; padding: 0; margin: 16px 0; flex: 1; }.tier-card li { display: flex; align-items: flex-start; gap: 7px; margin: 9px 0; color: #454c5f; font-size: 10px; }.tier-card li i { color: var(--green); margin-top: 1px; }
.upgrade-caption { min-height: 49px; margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line); display: flex; gap: 7px; color: var(--muted); font-size: 9px; line-height: 1.55; }.upgrade-caption i { color: var(--primary); }

.overlay { position: fixed; inset: 0; z-index: 100; display: flex; justify-content: flex-end; background: rgba(10,13,27,.42); backdrop-filter: blur(6px); animation: fadeIn .18s ease; }
.detail-drawer { width: min(520px, 100%); height: 100%; background: #fff; box-shadow: -30px 0 80px rgba(13,17,35,.20); overflow: auto; animation: slideIn .24s ease; }
.drawer-header { position: sticky; top: 0; z-index: 2; height: 65px; display: flex; justify-content: flex-end; align-items: center; padding: 0 22px; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.drawer-content { padding: 26px 30px 45px; }
.drawer-identity { display: flex; align-items: flex-start; gap: 16px; }.drawer-identity small { color: var(--muted-2); font-size: 10px; }.drawer-identity h2 { margin: 4px 0 7px; font-size: 28px; letter-spacing: -.8px; }.drawer-identity p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.drawer-price-row { margin-top: 28px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px; background: var(--surface-soft); border-radius: 17px; }
.drawer-section { margin-top: 31px; }.drawer-section > h3 { margin: 0 0 14px; font-size: 14px; }
.detail-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 0; }.detail-facts div { padding: 13px; border: 1px solid var(--line); border-radius: 13px; }.detail-facts dt { color: var(--muted-2); font-size: 9px; }.detail-facts dd { margin: 5px 0 0; font-size: 11px; font-weight: 680; }
.drawer-models { display: flex; flex-direction: column; gap: 9px; }.drawer-model { padding: 14px; border: 1px solid var(--line); border-radius: 14px; }.drawer-model > div { display: flex; align-items: center; justify-content: space-between; }.drawer-model dl { margin: 12px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }.drawer-model dt { color: var(--muted-2); font-size: 8px; }.drawer-model dd { margin: 4px 0 0; font-size: 9px; line-height: 1.45; }.drawer-model > p { margin: 10px 0 0; padding-top: 9px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; }
.tag-row span { padding: 7px 10px; border-radius: 999px; background: var(--surface-soft); color: #555c70; font-size: 9px; }.feature-list { list-style: none; padding: 0; margin: 16px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }.feature-list li { display: flex; gap: 7px; color: #495064; font-size: 10px; }.feature-list i { color: var(--green); }
.drawer-warning { margin-top: 28px; display: flex; gap: 12px; padding: 15px; border-radius: 14px; background: #fff4ec; color: #785039; }.drawer-warning > i { margin-top: 2px; color: var(--orange); }.drawer-warning strong { font-size: 11px; }.drawer-warning p { margin: 4px 0 0; font-size: 9px; line-height: 1.6; }
.source-block { margin-top: 28px; padding-top: 19px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 15px; }.source-block > div { display: flex; flex-direction: column; gap: 4px; }.source-block small, .source-block span { color: var(--muted-2); font-size: 8px; }.source-block strong { font-size: 10px; }.source-block a { color: var(--primary); font-size: 10px; font-weight: 700; }
.overlay--center { align-items: center; justify-content: center; padding: 20px; }
.picker-modal { width: min(570px, 100%); max-height: min(720px, calc(100vh - 40px)); overflow: hidden; display: flex; flex-direction: column; background: #fff; border-radius: 22px; box-shadow: var(--shadow-md); animation: popIn .2s ease; }
.picker-header { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px 15px; }.picker-header small { color: var(--primary); font-size: 9px; font-weight: 750; text-transform: uppercase; }.picker-header h2 { margin: 4px 0 0; font-size: 22px; }
.modal-search { height: 45px; margin: 0 24px 12px; padding: 0 14px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface-soft); color: var(--muted-2); }.modal-search input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; font-size: 12px; }
.picker-list { overflow: auto; padding: 0 14px 20px; }.picker-list > button { width: 100%; min-height: 72px; border: 0; border-bottom: 1px solid var(--line); background: #fff; padding: 11px 10px; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 12px; text-align: left; cursor: pointer; }.picker-list > button:hover { background: var(--surface-soft); border-radius: 12px; }.picker-list > button > span { display: flex; flex-direction: column; gap: 3px; min-width: 0; }.picker-list small, .picker-list em { color: var(--muted-2); font-size: 8px; font-style: normal; }.picker-list b { font-size: 12px; }.picker-list .price strong { font-size: 16px; }.picker-list > button > i { color: var(--primary); }

.compare-dock-shell { position: fixed; inset: auto 0 18px; z-index: 70; pointer-events: none; }
.compare-dock { min-height: 72px; padding: 10px 12px 10px 16px; display: flex; align-items: center; gap: 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(12,17,38,.95); color: #fff; box-shadow: 0 20px 60px rgba(9,13,32,.34); backdrop-filter: blur(16px); pointer-events: auto; }
.compare-dock__label { display: flex; align-items: center; gap: 10px; padding-right: 15px; border-right: 1px solid rgba(255,255,255,.1); }.compare-dock__label > i { color: #a9a2ff; }.compare-dock__label span { display: flex; flex-direction: column; gap: 2px; }.compare-dock__label b { font-size: 11px; }.compare-dock__label small { color: #9099b4; font-size: 8px; }
.compare-dock__plans { flex: 1; display: flex; align-items: center; gap: 8px; min-width: 0; overflow-x: auto; scrollbar-width: none; }.compare-dock__plans::-webkit-scrollbar { display: none; }
.dock-plan, .dock-add { flex: 0 0 auto; min-height: 43px; border: 1px solid rgba(255,255,255,.11); border-radius: 12px; background: rgba(255,255,255,.06); display: flex; align-items: center; gap: 8px; padding: 6px 9px; color: #fff; }.dock-plan span { max-width: 115px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 9px; }.dock-plan button { border: 0; background: transparent; color: #79829c; cursor: pointer; }.dock-add { padding-inline: 12px; color: #aeb5ca; font-size: 9px; cursor: pointer; }.dock-action { flex: 0 0 auto; }
.has-compare-dock .site-footer { padding-bottom: 120px; }

.site-footer { margin-top: 90px; padding: 38px 0 50px; background: #fff; border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }.footer-inner > div:first-child p { margin: 8px 0 0; color: var(--muted); font-size: 10px; }.footer-inner > div:last-child { display: flex; flex-direction: column; align-items: flex-end; gap: 5px; color: var(--muted-2); font-size: 9px; }
.mobile-nav { display: none; }
.toast { position: fixed; z-index: 120; left: 50%; bottom: 106px; transform: translateX(-50%); display: flex; align-items: center; gap: 8px; padding: 11px 15px; border-radius: 999px; background: var(--navy); color: #fff; box-shadow: var(--shadow-md); font-size: 11px; font-weight: 650; animation: toastIn .2s ease; }.toast i { color: #7be0af; }.toast.is-warning i { color: #ffc18d; }

.common-factors { margin: 0 0 14px; padding: 12px 14px; display: flex; align-items: center; gap: 14px; border: 1px solid #dedaff; border-radius: 14px; background: #f8f7ff; }
.common-factors > strong { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px; color: var(--primary-dark); font-size: 10px; }
.common-factors > div { min-width: 0; display: flex; flex-wrap: wrap; gap: 7px; }
.common-factors span { padding: 6px 9px; border-radius: 999px; background: #fff; border: 1px solid #e5e2ff; color: #5d5877; font-size: 9px; font-weight: 650; }

@keyframes fadeIn { from { opacity: 0; } }
@keyframes slideIn { from { transform: translateX(30px); opacity: .4; } }
@keyframes popIn { from { transform: translateY(10px) scale(.98); opacity: .5; } }
@keyframes toastIn { from { opacity: 0; transform: translate(-50%, 10px); } }

@media (max-width: 1080px) {
  .hero-panel { padding: 55px 46px; grid-template-columns: 1.1fr .9fr; }
  .hero-preview { padding-left: 24px; }
  .platform-strip { grid-template-columns: repeat(4, 1fr); }
  .filter-bar { grid-template-columns: minmax(220px, 1fr) repeat(3, 1fr); }
  .filter-bar select:nth-of-type(4), .filter-bar select:nth-of-type(5) { display: none; }
  .plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tier-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .model-plan-row { grid-template-columns: minmax(210px, 1.2fr) 120px 160px minmax(170px, 1fr) 110px; }
}

@media (max-width: 760px) {
  :root { --radius-lg: 22px; }
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  .container { width: min(100% - 28px, var(--container)); }
  .site-header { height: 60px; }
  .desktop-nav { display: none; }
  .brand-name { font-size: 17px; }
  .brand-mark { width: 31px; height: 31px; border-radius: 10px; }
  .header-compare { height: 36px; }.header-compare span { display: none; }
  .hero-shell { padding-top: 12px; width: 100%; }
  .hero-panel { min-height: auto; border-radius: 0 0 26px 26px; grid-template-columns: 1fr; padding: 44px 20px 38px; }
  .hero-panel::before { right: -90px; top: -90px; }
  .hero-panel::after { display: none; }
  .hero-copy h1 { font-size: 39px; line-height: 1.08; letter-spacing: -2.2px; margin-top: 15px; }
  .hero-copy > p { font-size: 13px; line-height: 1.7; }
  .hero-search { margin-top: 25px; height: 54px; padding-left: 15px; border-radius: 15px; }
  .hero-search input { font-size: 12px; }
  .hero-search button { height: 40px; padding-inline: 14px; font-size: 11px; }
  .hero-models { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 2px; scrollbar-width: none; }.hero-models::-webkit-scrollbar { display: none; }.hero-models > span, .hero-models button { flex: 0 0 auto; }
  .hero-preview { display: none; }
  .platform-strip-section { padding-top: 39px; }
  .section-heading { align-items: flex-start; margin-bottom: 17px; }
  .section-heading h2 { font-size: 24px; }.section-heading p { font-size: 11px; }
  .section-heading--compact .text-button { display: none; }
  .platform-strip { display: flex; overflow-x: auto; gap: 9px; margin-inline: -14px; padding: 0 14px 7px; scrollbar-width: none; }.platform-strip::-webkit-scrollbar { display: none; }
  .platform-tile { flex: 0 0 148px; min-height: 74px; }.platform-tile > i { display: none; }
  .discover-section { padding-top: 44px; scroll-margin-top: 70px; }
  .filter-bar { position: static; display: flex; overflow-x: auto; gap: 7px; margin-inline: -14px; padding: 8px 14px 10px; border: 0; border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; scrollbar-width: none; }.filter-bar::-webkit-scrollbar { display: none; }
  .filter-search { flex: 0 0 190px; background: #fff; border: 1px solid var(--line); }
  .filter-bar select, .filter-bar select:nth-of-type(4), .filter-bar select:nth-of-type(5) { display: block; flex: 0 0 auto; width: auto; background: #fff; }
  .plan-grid { grid-template-columns: 1fr; gap: 11px; }
  .plan-card { padding: 17px; border-radius: 18px; }
  .plan-card:hover { transform: none; }
  .compare-toggle { width: 40px; height: 40px; }
  .plan-card__footer .text-button, .plan-card__footer .primary-link { min-height: 40px; padding-inline: 4px; display: inline-flex; align-items: center; gap: 5px; }
  .plan-card__summary { min-height: 0; }
  .explainer-section { padding-top: 45px; grid-template-columns: 1fr; gap: 9px; }.explainer-card { padding: 18px; }
  .page-main { padding-top: 35px; }
  .page-intro, .model-hero { display: block; margin-bottom: 22px; }.page-intro h1, .model-hero h1 { font-size: 31px; }.page-intro p, .model-hero p { font-size: 11px; }
  .page-actions { margin-top: 20px; display: grid; grid-template-columns: 1fr 1fr; }.page-actions button { min-width: 0; padding-inline: 9px; }
  .compare-workspace { width: 100%; padding: 0; border-radius: 0; border-left: 0; border-right: 0; box-shadow: none; background: transparent; }
  .compare-empty { min-height: 430px; margin: 0 14px; border: 1px solid var(--line); border-radius: 22px; background: #fff; padding: 24px; }.quick-picks { display: none; }
  .compare-toolbar { width: calc(100% - 28px); margin-inline: auto; }
  .common-factors { margin: 0 14px 12px; align-items: flex-start; flex-direction: column; gap: 9px; }
  .common-factors > div { flex-wrap: nowrap; width: 100%; overflow-x: auto; padding-bottom: 2px; scrollbar-width: none; }
  .common-factors > div::-webkit-scrollbar { display: none; }
  .common-factors span { flex: 0 0 auto; }
  .compare-table-wrap { border-radius: 0; border-left: 0; border-right: 0; background: #fff; }
  .compare-table { min-width: 750px; }.compare-table th, .compare-table td { padding: 12px; }.compare-table tbody th { width: 106px; }.compare-table thead th:first-child { width: 106px; min-width: 106px; }.compare-insight { margin: 13px 14px 0; }
  .model-selector { margin-top: 21px; max-width: none; justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; margin-inline: -14px; padding: 0 14px 5px; scrollbar-width: none; }.model-selector::-webkit-scrollbar { display: none; }.model-selector .model-chip { flex: 0 0 auto; }
  .model-summary-card { grid-template-columns: auto 1fr; min-height: auto; padding: 20px; gap: 14px; }.model-emblem { width: 57px; height: 57px; border-radius: 18px; font-size: 20px; }.model-summary-card__copy h2 { font-size: 21px; }.model-summary-card > dl { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); }.model-summary-card > dl div { min-width: 0; padding: 11px; }.model-summary-card dd { font-size: 10px; overflow-wrap: anywhere; }
  .model-results { padding-top: 40px; }.model-plan-list { gap: 9px; }.model-plan-row { grid-template-columns: 1fr auto; gap: 13px; padding: 16px; }.model-plan-row__identity { grid-column: 1; }.model-plan-row__price { grid-column: 2; grid-row: 1; }.model-plan-row__metric { padding-top: 12px; border-top: 1px solid var(--line); }.model-plan-row__metric:nth-of-type(2) { grid-column: 1; }.model-plan-row__metric:nth-of-type(3) { grid-column: 2; }.model-plan-row__metric.is-emphasis { grid-column: 1 / -1; }.model-plan-row__price > div { justify-content: flex-end; }.estimate-note { align-items: flex-start; }
  .platform-picker { width: 100%; padding-inline: 14px; margin-inline: 0; }.platform-profile { margin-top: 13px; padding: 18px; }.platform-profile > a { display: none; }.platform-profile h2 { font-size: 20px; }
  .tier-grid { display: flex; overflow-x: auto; gap: 11px; margin-inline: -14px; padding: 9px 14px 20px; scroll-snap-type: x mandatory; scrollbar-width: none; }.tier-grid::-webkit-scrollbar { display: none; }.tier-card { flex: 0 0 82%; scroll-snap-align: center; padding: 20px; }.tier-card > p { min-height: 0; }
  .detail-drawer { width: 100%; border-radius: 24px 24px 0 0; height: calc(100% - 28px); margin-top: 28px; animation: sheetIn .24s ease; }.drawer-header { height: 58px; }.drawer-content { padding: 21px 19px 40px; }.drawer-identity h2 { font-size: 24px; }.drawer-price-row { padding: 15px; }.detail-facts { grid-template-columns: 1fr 1fr; }.drawer-model dl { grid-template-columns: 1fr; }.feature-list { grid-template-columns: 1fr; }.source-block { align-items: flex-start; flex-direction: column; }
  .overlay--center { align-items: flex-end; padding: 0; }.picker-modal { border-radius: 24px 24px 0 0; max-height: 82vh; animation: sheetIn .2s ease; }.picker-header { padding: 20px 19px 14px; }.modal-search { margin-inline: 19px; }.picker-list { padding-inline: 10px; }.picker-list > button { grid-template-columns: auto 1fr auto; }.picker-list > button > i { display: none; }
  .compare-dock-shell { bottom: calc(68px + env(safe-area-inset-bottom)); }.compare-dock { width: calc(100% - 20px); min-height: 59px; padding: 8px 8px 8px 11px; border-radius: 16px; gap: 8px; }.compare-dock__label { border: 0; padding: 0; }.compare-dock__label > i, .compare-dock__label b { display: none; }.compare-dock__label small { color: #fff; font-size: 10px; font-weight: 750; }.compare-dock__plans { gap: 4px; }.dock-plan { width: 36px; height: 36px; min-height: 36px; padding: 3px; justify-content: center; border-radius: 10px; }.dock-plan > span:not(.platform-icon), .dock-plan > button, .dock-add { display: none; }.dock-action { min-height: 40px; padding-inline: 13px; }.dock-action i { display: none; }
  .site-footer { margin-top: 65px; padding: 30px 0 95px; }.footer-inner { align-items: flex-start; }.footer-inner > div:last-child { display: none; }
  .mobile-nav { position: fixed; z-index: 65; inset: auto 0 0; min-height: calc(66px + env(safe-area-inset-bottom)); padding: 6px 14px calc(6px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(18px); display: grid; grid-template-columns: repeat(4, 1fr); }
  .mobile-nav__item { border: 0; background: transparent; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; color: #8a91a3; font-size: 9px; cursor: pointer; }.mobile-nav__item.is-active { color: var(--primary); }.mobile-nav__icon { position: relative; font-size: 16px; }.mobile-nav__icon b { position: absolute; top: -8px; right: -10px; min-width: 16px; height: 16px; border-radius: 999px; display: grid; place-items: center; background: var(--primary); color: #fff; font-size: 7px; border: 2px solid #fff; }
  .toast { bottom: calc(83px + env(safe-area-inset-bottom)); max-width: calc(100% - 28px); white-space: nowrap; }
  .has-compare-dock .site-footer { padding-bottom: 145px; }
}

@keyframes sheetIn { from { transform: translateY(35px); opacity: .5; } }

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