:root {
  --bg: #0b1220;
  --bg-soft: #121a2b;
  --surface: #ffffff;
  --surface-soft: #f5f8ff;
  --ink: #0f172a;
  --text: #334155;
  --muted: #64748b;
  --line: #dbe4f2;
  --primary: #155eef;
  --primary-strong: #0f4dd4;
  --chip-bg: #ecf2ff;
  --chip-text: #0f4dd4;
  --ok: #067647;
  --warn-bg: #fff7ed;
  --warn-line: #fed7aa;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", Arial, sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #eef4ff 0%, #ffffff 42%);
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }

.container { width: min(100% - 40px, 1140px); margin: 0 auto; }

.n-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
}
.n-nav-inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.n-brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 850; }
.n-mark {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  background: #0f172a;
  color: #fff;
}
.n-links { display: flex; gap: 16px; font-size: 14px; font-weight: 760; color: var(--muted); }

.hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 76px;
  background: linear-gradient(180deg, #eef4ff 0%, #ffffff 100%);
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 28px;
  align-items: center;
}
.hero-copy { min-width: 0; }
.hero-panel {
  position: relative;
  border: 1px solid #b9cff8;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(245,248,255,.96)),
    #fff;
  padding: 26px;
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.14);
}
.hero-panel::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 16px;
  border: 1px solid rgba(21, 94, 239, .12);
  pointer-events: none;
}
.hero-price {
  display: block;
  margin: 8px 0 10px;
  color: #0f4dd4;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 760;
  line-height: 1;
  letter-spacing: 0;
}
.currency-mark {
  display: inline-block;
  margin-right: 2px;
  font-size: .76em;
  font-weight: 680;
  transform: translateY(-.04em);
}
.hero-panel-row {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 720;
}
.hero-glow::before {
  content: none;
}
.hero-glow::after {
  content: none;
}

.chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--chip-bg);
  color: var(--chip-text);
  font-size: 13px;
  font-weight: 800;
}
h1 {
  margin: 14px 0 0;
  font-size: clamp(36px, 7.4vw, 72px);
  line-height: 1.04;
  letter-spacing: 0;
  color: #07111f;
  word-break: keep-all;
  overflow-wrap: normal;
}
h2 {
  margin: 0;
  font-size: clamp(28px, 4.6vw, 44px);
  line-height: 1.12;
}
.section-title-spaced { margin-top: 10px; }
h3 { margin: 0; font-size: 20px; line-height: 1.28; }
p { margin: 0; color: var(--text); }
.lead {
  margin-top: 18px;
  max-width: 900px;
  font-size: clamp(18px, 2vw, 21px);
  font-weight: 620;
}
.hero-summary {
  margin-top: 14px;
  max-width: 820px;
  font-size: clamp(18px, 1.95vw, 22px);
  font-weight: 760;
  color: #1f2a3d;
}
.trust {
  margin-top: 14px;
  color: #05603a;
  font-size: 15px;
  font-weight: 820;
}
.hero-status-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 840px;
}
.hero-status-grid > div {
  min-height: 82px;
  border: 1px solid #c9daf8;
  border-radius: 14px;
  background: rgba(255, 255, 255, .78);
  padding: 13px 14px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
}
.hero-status-grid span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 820;
}
.hero-status-grid strong {
  display: block;
  margin-top: 5px;
  color: #0f172a;
  font-size: 16px;
  line-height: 1.25;
  word-break: keep-all;
}

.headline-impact {
  animation: none;
  opacity: 1;
  transform: none;
  font-weight: 900;
}
.glow-text { text-shadow: none; }
.pulse-ring { animation: none; }
.reveal-up { opacity: 0; animation: revealUp .7s ease forwards; }
.hero .reveal-up {
  opacity: 1;
  animation: none;
  transform: none;
}
.hero .headline-impact,
.hero .hero-panel,
.hero .domestic-badge,
.hero .hero-summary,
.hero .trust {
  opacity: 1;
  animation: none;
  transform: none;
}
.headline-impact {
  opacity: 1;
  transform: none;
}
.stagger-1 { animation-delay: .06s; }
.stagger-2 { animation-delay: .14s; }
.stagger-3 { animation-delay: .22s; }

.actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; }
.btn {
  min-height: 52px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: var(--surface);
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 810;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  transition: transform .14s ease, box-shadow .2s ease, border-color .2s ease;
}
.btn.primary {
  border-color: var(--primary);
  background: var(--primary);
  color: #fff;
}
.btn:focus-visible {
  outline: 3px solid rgba(21, 94, 239, .3);
  outline-offset: 3px;
}
.tactile-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.16);
  border-color: #c8d8fa;
}
.tactile-button:active { transform: translateY(1px) scale(.99); }

.notice {
  margin-top: 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  padding: 14px 16px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.section { padding: 68px 0; }
.surface-muted { background: var(--surface-soft); }
.head { max-width: 860px; margin-bottom: 24px; }
.head p { margin-top: 10px; font-size: 17px; font-weight: 610; }
.automation-copy {
  font-size: 19px;
}
#automation .card h3 {
  font-size: 22px;
}
#automation .card p {
  font-size: 17px;
}

.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }

.cost-comparison {
  margin-top: 30px;
  border: 1px solid #c8d8fa;
  border-radius: 16px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  padding: 22px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}
.visual-cost {
  padding: 26px;
}
.comparison-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.comparison-hero h3 {
  margin-top: 6px;
  font-size: clamp(30px, 5.6vw, 56px);
  line-height: 1;
  letter-spacing: 0;
}
.comparison-price-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  max-width: 100%;
}
.comparison-hero p {
  max-width: 360px;
  font-size: 17px;
  font-weight: 680;
  color: var(--muted);
}
.mini-label {
  display: inline-block;
  color: #155eef;
  font-size: 12px;
  font-weight: 860;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.cost-headline {
  margin: 0;
  font-size: clamp(28px, 4.2vw, 44px);
  line-height: 1.15;
  letter-spacing: 0;
}
.cost-subcopy {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 640;
  color: #334155;
}
.cost-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.cost-card {
  border: 1px solid #dbe4f2;
  border-radius: 12px;
  background: #fff;
  padding: 16px;
}
.visual-cost .cost-card {
  min-height: 184px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 16px;
  padding: 18px;
}
.premium-price {
  border-color: #155eef;
  background: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
  box-shadow: 0 18px 36px rgba(21, 94, 239, 0.14);
}
.cost-label {
  font-size: 15px;
  color: #64748b;
  font-weight: 760;
}
.cost-number {
  margin-top: 6px;
  font-size: clamp(32px, 4.5vw, 46px);
  line-height: 1.08;
  font-weight: 860;
  color: #0f172a;
}
.price-highlight .cost-number { color: #0f4dd4; }
.bar-track {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: #edf2fb;
  overflow: hidden;
}
.bar-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #94a3b8;
}
.bar-fill.wide { width: 100%; }
.bar-fill.mid { width: 56%; }
.bar-fill.short {
  width: 12%;
  background: #155eef;
}
.cost-note {
  margin-top: 10px;
  font-size: 13px;
  color: #64748b;
  font-weight: 560;
}
.cost-cta-text {
  margin-top: 10px;
  font-size: 14px;
  color: #155eef;
  font-weight: 770;
}
.domestic-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 0 10px;
  background: #eefdf5;
  color: #067647;
  font-size: 13px;
  font-weight: 820;
}
.offer-card {
  border: 1px solid #b9cff8;
  border-radius: 16px;
  background: #fff;
  padding: 26px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}
.product-offer {
  border-radius: 22px;
  padding: clamp(22px, 4vw, 36px);
}
.offer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
.offer-top h3 { margin-top: 12px; font-size: clamp(24px, 3vw, 34px); }
.offer-intro {
  margin-top: 18px;
  max-width: 780px;
  font-size: 18px;
  font-weight: 660;
}
.offer-columns {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 14px;
}
.included-card {
  border-color: #c8d8fa;
  background: #f8fbff;
}
.muted-card {
  background: #f8fafc;
}
.offer-price {
  margin-top: 12px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
  font-weight: 870;
  color: #0f4dd4;
}
.disabled-cta {
  margin-top: 18px;
  min-height: 50px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  background: #e2e8f0;
  color: #475569;
  font-size: 15px;
  font-weight: 820;
  cursor: not-allowed;
}
.package-logic-grid {
  margin-top: 18px;
}
.stage-boundary-grid {
  margin-top: 18px;
}
.commercialization-track {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.track-card {
  border: 1px solid #c8d8fa;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 20px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}
.track-card-live {
  border-color: #155eef;
  box-shadow: 0 14px 30px rgba(21, 94, 239, 0.14);
}
.track-state {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 0 10px;
  background: #eff6ff;
  color: #155eef;
  font-size: 12px;
  font-weight: 860;
}
.track-card h3 {
  margin: 14px 0 0;
  font-size: 22px;
  line-height: 1.25;
}
.track-card p {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 620;
}
.process-steps {
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 16px;
}
.flow-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.flow-steps::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 35px;
  height: 2px;
  background: linear-gradient(90deg, rgba(21,94,239,.2), rgba(21,94,239,.65), rgba(21,94,239,.2));
}
.flow-card {
  position: relative;
  z-index: 1;
  min-height: 210px;
  border: 1px solid #c8d8fa;
  border-radius: 18px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}
.flow-num {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  background: #155eef;
  color: #fff;
  font-size: 20px;
  font-weight: 880;
}
.flow-card h3 { font-size: 22px; }
.flow-card p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 620;
}
.process-step {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 14px;
  font-weight: 780;
}
.process-step::before {
  counter-increment: step;
  content: counter(step);
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  margin-bottom: 8px;
  background: #155eef;
  color: #fff;
  font-size: 13px;
}

.card {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
  transition: transform .16s ease, box-shadow .2s ease, border-color .2s ease;
}
.card p { margin-top: 8px; font-size: 15px; color: var(--text); }
.trust-card {
  min-height: 170px;
}
.trust-card h3 {
  font-size: 22px;
}
.trust-card p {
  font-size: 16px;
  font-weight: 620;
}
.article-link {
  display: block;
  border-color: #155eef;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}
.article-link span {
  display: inline-block;
  margin-top: 16px;
  color: #155eef;
  font-size: 14px;
  font-weight: 840;
}
.execution-surface {
  margin-top: 22px;
  border: 1px solid #c8d8fa;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 22px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}
.execution-head p {
  margin-top: 10px;
  max-width: 820px;
  font-size: 16px;
  font-weight: 620;
}
.execution-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.execution-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  padding: 18px;
}
.execution-card h4 {
  margin: 12px 0 0;
  font-size: 20px;
  line-height: 1.25;
}
.execution-card p {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 620;
}
.mode-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 860;
  letter-spacing: .01em;
}
.execution-auto .mode-badge {
  background: #ecfdf3;
  color: #067647;
}
.execution-conditional .mode-badge {
  background: #eff6ff;
  color: #155eef;
}
.execution-approval .mode-badge {
  background: #fff7ed;
  color: #b54708;
}
.execution-blocked .mode-badge {
  background: #fef2f2;
  color: #b42318;
}
.activation-priority {
  margin-top: 16px;
}
.clean-list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}
.clean-list li {
  position: relative;
  padding-left: 24px;
  margin-top: 9px;
  color: #334155;
  font-size: 15px;
  font-weight: 660;
}
.clean-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #155eef;
}
.insight-teaser {
  border: 1px solid #c8d8fa;
  border-radius: 22px;
  background: linear-gradient(135deg, #f8fbff 0%, #ffffff 56%);
  padding: clamp(24px, 4vw, 38px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}
.insight-teaser p {
  margin-top: 12px;
  max-width: 760px;
  font-size: 17px;
  font-weight: 620;
}
.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.roadmap-card {
  min-height: 150px;
}
.roadmap-card h3 {
  font-size: 18px;
}
.roadmap-note {
  margin-top: 16px;
}

.intake-section {
  background: linear-gradient(180deg, rgba(239, 246, 255, .9), rgba(255, 255, 255, .96));
}

.intake-form {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

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

.intake-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 850;
}

.intake-form label span {
  font-size: 14px;
}

.intake-form input,
.intake-form select,
.intake-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  background: #f8fafc;
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  padding: 13px 14px;
}

.intake-form textarea {
  min-height: 140px;
  resize: vertical;
  line-height: 1.6;
}

.check-row {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  padding: 14px;
  border-radius: 14px;
  background: #f8fafc;
}

.check-row input {
  width: auto;
  margin-top: 4px;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  font-weight: 750;
}

.hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.card-lift:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.1);
  border-color: #c9d8f6;
}
.card.warn { background: var(--warn-bg); border-color: var(--warn-line); }

.disclosure-grid { margin-top: 16px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.disclosure {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px;
  background: #fff;
}
.disclosure strong { display: block; font-size: 13px; margin-bottom: 4px; }
.disclosure span { color: var(--muted); font-size: 14px; font-weight: 740; }
.section .disclosure-grid {
  max-width: 900px;
}

.footer {
  border-top: 1px solid var(--line);
  background: #f8fbff;
  padding: 28px 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}
.footer-links a {
  color: #334155;
  text-decoration: none;
  font-weight: 850;
}
.footer-note {
  line-height: 1.7;
}
.article-page {
  padding: 70px 0;
  background: linear-gradient(180deg, #f0f5ff 0%, #ffffff 34%);
}
.article-container {
  max-width: 860px;
}
.article-header {
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.article-header h1 {
  font-size: clamp(36px, 6vw, 58px);
}
.article-notice {
  margin-top: 16px;
  background: #fff;
}
.article-section {
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}
.article-section h2 {
  font-size: clamp(24px, 3vw, 34px);
}
.article-section p {
  margin-top: 14px;
  font-size: 17px;
  font-weight: 570;
}
.article-footer {
  padding-top: 28px;
}
.article-footer .cost-note {
  margin-top: 18px;
}

@keyframes drift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-22px, 12px, 0); }
}
@keyframes revealUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes pulseRing {
  0%, 100% { transform: none; opacity: 1; }
  50% { transform: none; opacity: 1; }
}

@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-5 { grid-template-columns: repeat(2, 1fr); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-status-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .n-links { display: none; }
  .grid-3, .grid-2, .disclosure-grid { grid-template-columns: 1fr; }
  .cost-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .flow-steps { grid-template-columns: 1fr; }
  .execution-grid { grid-template-columns: 1fr; }
  .flow-steps::before { display: none; }
  .offer-top, .comparison-hero {
    display: block;
  }
  .comparison-hero p { margin-top: 12px; }
  .offer-columns, .insight-teaser, .commercialization-track, .form-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .hero { padding: 74px 0 58px; }
  h1 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.1;
  }
  .actions { flex-direction: column; }
  .btn { width: 100%; }
  .container { width: min(100% - 28px, 1140px); }
  .hero-panel, .visual-cost, .product-offer { padding: 20px; }
  .hero-panel { overflow: hidden; }
  .hero-panel-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .hero-price {
    font-size: clamp(34px, 12vw, 46px);
    line-height: 1.05;
  }
  .comparison-hero h3 {
    font-size: clamp(25px, 8.5vw, 34px);
    line-height: 1.08;
  }
  .comparison-price-line {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .cost-number {
    font-size: clamp(28px, 10.5vw, 40px);
  }
  h2 {
    font-size: clamp(28px, 9vw, 38px);
    overflow-wrap: anywhere;
  }
  .grid-5 { grid-template-columns: 1fr; }
  .footer-links { display: grid; grid-template-columns: 1fr 1fr; }
}
