:root {
  --bg: #f7f9fc;
  --panel: #fff;
  --ink: #111827;
  --muted: #64748b;
  --line: #e5eaf1;
  --blue: #2563eb;
  --indigo: #4338ca;
  --cyan: #0891b2;
  --shadow: 0 18px 50px rgba(15, 23, 42, .08);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--bg); color: var(--ink); font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
main { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.topbar { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; padding: 14px 28px; background: rgba(255,255,255,.9); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; font-weight: 800; letter-spacing: 0; }
.brand-lockup { width: 294px; height: auto; display: block; object-fit: contain; }
.eyebrow { color: var(--blue); }
.nav { display: flex; gap: 18px; align-items: center; font-size: 14px; }
.nav-toggle { display: none; background: transparent; border: 0; font-size: 24px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 9px 15px; border: 1px solid var(--line); border-radius: 8px; background: #fff; font-weight: 700; cursor: pointer; }
.btn.primary { background: linear-gradient(135deg, var(--blue), var(--indigo)); border-color: transparent; color: #fff; }
.btn.ghost { background: #eef4ff; color: #1d4ed8; }
.hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; padding: 72px 0 48px; }
.home-hero { min-height: 620px; padding: 62px 0 36px; }
.business-hero { display: grid; grid-template-columns: .95fr 1.05fr; gap: 36px; align-items: center; }
.eyebrow { font-weight: 800; text-transform: uppercase; font-size: 12px; letter-spacing: .08em; }
.hero h1, .page-hero h1 { font-size: clamp(42px, 7vw, 76px); line-height: .96; margin: 10px 0 18px; letter-spacing: 0; }
.page-hero h1.pricing-title { font-size: clamp(34px, 5.6vw, 61px); }
.lead, .page-hero p { font-size: 20px; color: var(--muted); max-width: 760px; }
.actions, .form-inline { display: flex; gap: 12px; flex-wrap: wrap; }
.actions { margin-top: 26px; }
.console-card, .card, .price-card, .stat, .service-card, .api-doc { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.console-card { overflow: hidden; }
.console-head { height: 42px; background: #111827; display: flex; gap: 8px; align-items: center; padding: 0 16px; }
.console-head span { width: 11px; height: 11px; border-radius: 50%; background: #60a5fa; }
.console-card pre, .api-doc pre, pre { margin: 0; padding: 22px; overflow: auto; background: #0f172a; color: #dbeafe; border-radius: 0 0 8px 8px; }
.outcome-picture { position: relative; min-height: 470px; margin: 0; border-radius: 8px; overflow: hidden; background: linear-gradient(135deg, #ecfeff 0%, #fff 48%, #eef4ff 100%); border: 1px solid var(--line); box-shadow: var(--shadow); }
.outcome-picture::before { content: ""; position: absolute; inset: auto 0 0; height: 54%; background: linear-gradient(180deg, transparent, rgba(8,145,178,.14)); }
.outcome-photo-panel { position: absolute; left: 50%; top: 48%; width: min(360px, 76%); min-height: 310px; padding: 28px; transform: translate(-50%, -50%); border-radius: 8px; background: rgba(255,255,255,.92); border: 1px solid rgba(148,163,184,.45); box-shadow: 0 24px 52px rgba(15,23,42,.14); }
.outcome-score { display: flex; align-items: end; justify-content: space-between; gap: 18px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.outcome-score span { color: var(--muted); font-weight: 800; }
.outcome-score b { font-size: 72px; line-height: .9; color: #0f766e; }
.outcome-path { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 28px 0; }
.outcome-path span { display: grid; place-items: center; min-height: 54px; border-radius: 8px; background: #f8fafc; border: 1px solid #dbe3ee; font-size: 13px; font-weight: 900; color: #334155; }
.outcome-bars { display: grid; gap: 12px; }
.outcome-bars span { height: 14px; overflow: hidden; border-radius: 999px; background: #e2e8f0; }
.outcome-bars b { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--cyan), var(--blue)); }
.outcome-bars span:nth-child(1) b { width: 86%; }
.outcome-bars span:nth-child(2) b { width: 72%; }
.outcome-bars span:nth-child(3) b { width: 94%; }
.outcome-note { position: absolute; z-index: 2; display: grid; gap: 2px; max-width: 190px; padding: 14px; border-radius: 8px; background: #111827; color: #fff; box-shadow: 0 16px 36px rgba(15,23,42,.18); }
.outcome-note b { font-size: 14px; }
.outcome-note span { color: #dbeafe; font-size: 13px; line-height: 1.35; }
.note-one { left: 28px; top: 54px; }
.note-two { right: 24px; top: 96px; background: #1d4ed8; }
.note-three { left: 38px; bottom: 48px; background: #0f766e; }
.document-picture { position: relative; min-height: 470px; margin: 0; border-radius: 8px; overflow: hidden; background: linear-gradient(135deg, #dbeafe 0%, #fff 48%, #ecfeff 100%); border: 1px solid var(--line); box-shadow: var(--shadow); }
.document-picture::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(37,99,235,.12) 1px, transparent 1px), linear-gradient(0deg, rgba(37,99,235,.1) 1px, transparent 1px); background-size: 42px 42px; opacity: .45; }
.document-sheet { position: absolute; background: rgba(255,255,255,.94); border: 1px solid rgba(148,163,184,.45); border-radius: 8px; box-shadow: 0 22px 48px rgba(15,23,42,.14); }
.main-sheet { left: 50%; top: 48%; z-index: 3; width: min(330px, 72%); min-height: 330px; padding: 28px; transform: translate(-50%, -50%) rotate(-1deg); }
.left-sheet { left: 8%; bottom: 42px; z-index: 2; width: 170px; height: 220px; padding: 22px; transform: rotate(-10deg); }
.right-sheet { right: 7%; top: 52px; z-index: 1; width: 180px; height: 240px; padding: 22px; transform: rotate(8deg); }
.left-sheet span, .right-sheet span, .doc-line { display: block; height: 10px; margin-bottom: 14px; border-radius: 999px; background: #cbd5e1; }
.left-sheet span:nth-child(1), .right-sheet span:nth-child(2) { width: 82%; }
.left-sheet span:nth-child(2), .right-sheet span:nth-child(1) { width: 56%; }
.left-sheet span:nth-child(3), .right-sheet span:nth-child(3) { width: 68%; }
.doc-kicker { display: inline-flex; margin-bottom: 22px; padding: 6px 10px; border-radius: 8px; background: #e0f2fe; color: #0369a1; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.doc-line.wide { width: 92%; height: 14px; background: #94a3b8; }
.doc-line { width: 74%; background: #cbd5e1; }
.doc-line.short { width: 48%; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 30px 0; }
.field-row span { min-height: 62px; border: 1px solid #dbe3ee; border-radius: 8px; background: #f8fafc; }
.confidence-bar { height: 14px; border-radius: 999px; background: #e2e8f0; overflow: hidden; }
.confidence-bar b { display: block; width: 78%; height: 100%; background: linear-gradient(90deg, var(--cyan), var(--blue)); }
.workflow-chip { position: absolute; z-index: 4; display: inline-flex; align-items: center; min-height: 38px; padding: 8px 14px; border-radius: 8px; background: #111827; color: #fff; font-weight: 900; box-shadow: 0 12px 28px rgba(15,23,42,.2); }
.chip-one { left: 52px; top: 72px; }
.chip-two { right: 44px; bottom: 108px; background: #1d4ed8; }
.chip-three { left: 42%; bottom: 36px; background: #0f766e; }
.grid-3, .catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 28px 0; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 24px 0; }
.card, .price-card, .api-doc { padding: 22px; }
.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; padding: 52px 0; }
.metric-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.metric-grid div { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 20px; }
.metric-grid b, .metric-grid span { display: block; }
.metric-grid span, .muted { color: var(--muted); }
.section-head { margin-top: 40px; }
.compact-head { margin-top: 12px; max-width: 760px; }
.compact-head h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1.05; margin: 8px 0 18px; }
.outcomes-section { padding: 8px 0 56px; }
.outcome-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 24px 0 14px; }
.outcome-card { display: flex; flex-direction: column; gap: 14px; min-height: 210px; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 12px 30px rgba(15,23,42,.06); }
.outcome-card span { color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.outcome-card b { font-size: 18px; line-height: 1.35; font-weight: 750; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 20px 0 48px; }
.unit-pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 20px 0; }
.price { font-size: 42px; font-weight: 900; margin: 8px 0; }
.price span { font-size: 15px; color: var(--muted); }
.unit-price { font-size: 22px; font-weight: 900; margin: 8px 0; }
.unit-price span { font-size: 14px; color: var(--muted); margin-left: 3px; }
.bundle-quantity { font-size: 38px; line-height: 1; font-weight: 900; margin: 12px 0 4px; }
.unit-label { color: var(--muted); font-weight: 800; margin: 0 0 14px; }
.compact-units { grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); }
.price-card ul { padding-left: 20px; color: var(--muted); }
.tabs-shell { margin: 18px 0 48px; }
.tab-list { display: inline-flex; gap: 6px; padding: 6px; background: #eaf0fb; border: 1px solid var(--line); border-radius: 8px; }
.tab-button { min-height: 42px; padding: 8px 16px; border: 0; border-radius: 6px; background: transparent; color: #475569; font: inherit; font-weight: 800; cursor: pointer; }
.tab-button.active { background: #fff; color: #1d4ed8; box-shadow: 0 8px 22px rgba(15,23,42,.08); }
.tab-panel { display: none; }
.tab-panel.active { display: block; }
.tab-panel .section-head { margin-top: 30px; }
.cta { text-align: center; background: #101827; color: #fff; border-radius: 8px; padding: 44px; margin: 40px auto; }
.page-hero { padding: 58px 0 24px; }
.simple-page-head { padding: 34px 0 8px; }
.simple-page-head h1 { margin: 0; font-size: 32px; font-weight: 500; line-height: 1.2; }
.service-list { display: grid; gap: 18px; margin-bottom: 48px; }
.service-card { display: grid; grid-template-columns: 1fr 280px; gap: 24px; padding: 24px; }
.service-card aside { border-left: 1px solid var(--line); padding-left: 20px; }
.pill { display: inline-block; padding: 5px 10px; border-radius: 999px; background: #e0f2fe; color: #0369a1; font-weight: 800; font-size: 12px; }
.model-card code, .service-card code, .notice code { display: block; margin-top: 8px; white-space: normal; }
.auth-page { min-height: 70vh; display: grid; place-items: center; }
.auth-card { width: min(440px, 100%); }
label { display: grid; gap: 6px; font-weight: 700; color: #334155; margin: 12px 0; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 11px 12px; font: inherit; background: #fff; }
textarea { min-height: 120px; }
.checkline { display: flex; align-items: center; gap: 8px; font-size: 14px; line-height: 1.3; font-weight: 600; white-space: nowrap; }
.checkline input { width: auto; margin: 0; flex: 0 0 auto; }
.checkline span { display: inline-flex; align-items: center; gap: 4px; min-width: 0; }
.checkline a { color: var(--blue); font-weight: 800; }
.legal-page { max-width: 880px; }
.legal-hero { padding: 58px 0 18px; border-bottom: 1px solid var(--line); margin-bottom: 24px; }
.legal-hero h1 { margin: 0 0 10px; font-size: clamp(34px, 5vw, 56px); font-weight: 500; line-height: 1.05; letter-spacing: 0; }
.legal-hero p { margin: 0; color: var(--muted); font-size: 16px; }
.legal-copy { margin-bottom: 56px; color: #334155; }
.legal-copy h2 { margin: 30px 0 8px; font-size: 22px; font-weight: 500; color: #111827; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy p { margin: 0 0 14px; font-size: 16px; line-height: 1.75; }
.error, .notice { border-radius: 8px; padding: 12px 14px; margin: 12px 0; }
.error { background: #fef2f2; color: #991b1b; }
.notice { background: #eff6ff; color: #1e3a8a; border: 1px solid #bfdbfe; }
.app-shell { width: 100%; display: grid; grid-template-columns: 240px minmax(0,1fr); gap: 0; margin: 0; }
.sidebar { min-height: calc(100vh - 70px); background: #fff; border-right: 1px solid var(--line); padding: 24px; display: flex; flex-direction: column; gap: 8px; }
.sidebar a { padding: 10px 12px; border-radius: 8px; color: #334155; font-weight: 700; }
.sidebar a:hover, .sidebar.admin a:first-child { background: #eef4ff; color: #1d4ed8; }
.workspace { padding: 28px; min-width: 0; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 18px 0; }
.stat { padding: 18px; }
.stat b { display: block; font-size: 28px; }
.stat span { color: var(--muted); }
table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; margin: 16px 0; }
th, td { text-align: left; border-bottom: 1px solid var(--line); padding: 12px; vertical-align: top; }
th { font-size: 12px; text-transform: uppercase; color: #64748b; background: #f8fafc; }
td code { word-break: break-word; }
.form-inline { align-items: end; }
.form-inline label { min-width: 220px; }
.plan-form { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.usage-bars { display: grid; gap: 12px; }
.usage-bars div { display: grid; grid-template-columns: 180px 1fr 80px; gap: 12px; align-items: center; }
.usage-bars b { height: 14px; background: linear-gradient(90deg, var(--cyan), var(--blue)); border-radius: 999px; min-width: 3%; }
.footer { display: flex; justify-content: space-between; gap: 20px; padding: 36px 28px; border-top: 1px solid var(--line); background: #fff; color: #475569; }
.footer-brand { display: block; color: #111827; font-weight: 500; }
.footer div:last-child { display: flex; gap: 16px; flex-wrap: wrap; }
.contact-layout { display: grid; grid-template-columns: .8fr 1fr; gap: 24px; align-items: start; margin: 20px 0 56px; }
.contact-panel { padding: 24px 0; }
.contact-panel p { color: var(--muted); }
.contact-points { display: grid; gap: 12px; margin-top: 22px; }
.contact-points div { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 16px; }
.contact-points b, .contact-points span { display: block; }
.contact-points span { color: var(--muted); margin-top: 4px; }
.contact-form { margin: 0; }
.thank-you-hero { min-height: 420px; display: flex; flex-direction: column; justify-content: center; }
.compact-confirmation { max-width: 680px; margin: 48px 0 72px; box-shadow: none; }
.compact-confirmation h1 { margin: 0 0 8px; font-size: 28px; font-weight: 500; line-height: 1.2; }
.compact-confirmation p { margin: 0; color: var(--muted); }
.small { font-size: 14px !important; }
.estimator { padding-bottom: 24px; }
.estimator-hero h1 { max-width: 900px; font-size: clamp(40px, 6vw, 68px); }
.estimator-panel, .chart-card, .pricing-disclaimer { margin: 18px 0 42px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.estimator-fields { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px 18px; }
.estimator fieldset { margin: 20px 0; padding: 18px; border: 1px solid var(--line); border-radius: 8px; }
.estimator legend { padding: 0 8px; font-weight: 800; }
.estimator-submit { margin-top: 16px; }
.results-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.results-head h2 { margin-bottom: 0; }
.recommendation { margin: 18px 0; padding: 16px 18px; color: #14532d; background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 8px; }
.table-scroll { overflow-x: auto; }
.comparison-table { min-width: 1060px; }
.comparison-table small { display: block; margin-top: 4px; color: var(--muted); font-weight: 500; text-transform: none; }
.comparison-table a, .breakdown-card a { color: var(--blue); font-weight: 700; }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: #16a34a; }
.status-dot.stale { background: #d97706; }.status-dot.review_required,.status-dot.unavailable { background: #dc2626; }
.chart-card label { display: grid; grid-template-columns: 150px 1fr 50px; gap: 12px; align-items: center; }
.assumptions-card h3 { margin-bottom: 8px; font-size: 16px; }
.assumptions-card [data-assumptions] { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.assumptions-card [data-assumptions] b { color: #475569; font-weight: 700; text-transform: capitalize; }
.assumption-separator { padding: 0 3px; color: #94a3b8; }
.bar-chart { display: grid; gap: 12px; margin-top: 24px; }
.chart-row { display: grid; grid-template-columns: 190px minmax(100px, 1fr) 100px; gap: 12px; align-items: center; font-size: 14px; }
.chart-row div { height: 18px; background: #eaf0fb; border-radius: 999px; overflow: hidden; }
.chart-row i { display: block; height: 100%; background: linear-gradient(90deg, var(--cyan), var(--blue)); border-radius: inherit; transition: width .2s; }
.chart-row strong { text-align: right; }
.breakdown-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.breakdown-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 12px 30px rgba(15,23,42,.05); }
.breakdown-card summary { display: flex; justify-content: space-between; gap: 15px; padding: 20px; cursor: pointer; font-weight: 800; }
.breakdown-card summary small { display: block; color: var(--muted); font-weight: 500; }
.breakdown-card dl { margin: 0; padding: 0 20px 12px; }
.breakdown-card dl div { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; border-top: 1px solid var(--line); }
.breakdown-card dd { margin: 0; font-weight: 700; }
.breakdown-card > p { padding: 0 20px 16px; }
.pricing-disclaimer { color: #475569; box-shadow: none; }
.sort-heading { display: inline-flex; align-items: center; gap: 6px; padding: 0; border: 0; background: transparent; color: inherit; font: inherit; font-weight: 700; text-align: left; cursor: pointer; }
.sort-heading:hover, .sort-heading:focus-visible { color: var(--blue); }
.source-footnote { font-size: 14px; }
.source-footnote ul { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 10px 0 18px; padding-left: 20px; }
.source-footnote a { color: var(--blue); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.gpu-capacity-section { margin: 42px 0; }
.gpu-plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav { display: none; position: absolute; left: 16px; right: 16px; top: 62px; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 14px; box-shadow: var(--shadow); flex-direction: column; align-items: flex-start; }
  .nav.open { display: flex; }
  .hero, .business-hero, .grid-2, .grid-3, .catalog-grid, .pricing-grid, .unit-pricing-grid, .compact-units, .split-section, .service-card, .app-shell, .contact-layout { grid-template-columns: 1fr; }
  .home-hero { min-height: 0; }
  .outcome-picture { min-height: 390px; }
  .document-picture { min-height: 390px; }
  .outcome-grid { grid-template-columns: repeat(2, 1fr); }
  .hero h1, .page-hero h1 { font-size: 42px; }
  .service-card aside { border-left: 0; border-top: 1px solid var(--line); padding: 18px 0 0; }
  .sidebar { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); flex-direction: row; overflow: auto; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .plan-form { grid-template-columns: 1fr; }
  .footer { display: block; }
  .usage-bars div { grid-template-columns: 1fr; }
  .estimator-fields { grid-template-columns: repeat(2, 1fr); }
  .breakdown-grid { grid-template-columns: 1fr; }
  .gpu-plan-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  main { width: min(100% - 20px, 1180px); }
  .topbar { padding: 12px; }
  .stat-grid { grid-template-columns: 1fr; }
  th, td { font-size: 13px; padding: 9px; }
  .hero { padding-top: 36px; }
  .outcome-picture { min-height: 345px; }
  .outcome-photo-panel { width: 76%; min-height: 250px; padding: 20px; }
  .outcome-score b { font-size: 48px; }
  .outcome-path { margin: 20px 0; }
  .outcome-path span { min-height: 42px; font-size: 12px; }
  .outcome-note { max-width: 146px; padding: 10px; }
  .outcome-note span { font-size: 12px; }
  .note-one { left: 14px; top: 28px; }
  .note-two { right: 14px; top: 74px; }
  .note-three { left: 18px; bottom: 28px; }
  .document-picture { min-height: 330px; }
  .main-sheet { width: 72%; min-height: 245px; padding: 20px; }
  .left-sheet { left: 2%; bottom: 34px; width: 116px; height: 160px; }
  .right-sheet { right: 2%; top: 44px; width: 122px; height: 168px; }
  .workflow-chip { min-height: 32px; padding: 6px 10px; font-size: 13px; }
  .chip-one { left: 18px; top: 34px; }
  .chip-two { right: 18px; bottom: 72px; }
  .chip-three { left: 34%; bottom: 22px; }
  .field-row { margin: 20px 0; }
  .field-row span { min-height: 44px; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-card { min-height: 0; }
  .tab-list { display: grid; grid-template-columns: 1fr; width: 100%; }
  .tab-button { width: 100%; }
  .estimator-panel, .chart-card, .pricing-disclaimer { padding: 18px; }
  .estimator-fields { grid-template-columns: 1fr; }
  .results-head { align-items: start; flex-direction: column; }
  .chart-card label, .chart-row { grid-template-columns: 1fr; }
  .chart-row strong { text-align: left; }
  .gpu-plan-grid { grid-template-columns: 1fr; }
}
@media print {
  .topbar, .footer, .estimator-panel, .estimator .cta, [data-print], .chart-card input { display: none !important; }
  body { background: #fff; }
  main { width: 100%; }
  [data-estimator-results] { display: block !important; }
  .breakdown-card { break-inside: avoid; box-shadow: none; }
  .table-scroll { overflow: visible; }
  .comparison-table { min-width: 0; font-size: 10px; }
}
