:root {
  --ink: #090909;
  --paper: #fff;
  --soft: #f3f4f2;
  --text: #161716;
  --muted: #5c605d;
  --line: #d8dcd8;
  --lime: #c5ff32;
  --green: #365d0b;
  --font: "Noto Sans KR Variable", "Apple SD Gothic Neo", sans-serif;
  color: var(--text);
  font-family: var(--font);
  font-synthesis: none;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--paper);
}
button,
input,
select {
  font: inherit;
}
button,
a,
input {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
figure {
  margin: 0;
}
svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  vertical-align: middle;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
  word-break: keep-all;
  overflow-wrap: break-word;
  line-height: 1.25;
}
p {
  word-break: keep-all;
  overflow-wrap: break-word;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 22px;
}
p + p {
  margin-top: 16px;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #457715;
  outline-offset: 5px;
}
a:hover {
  text-decoration-thickness: 2px;
}
section[id] {
  scroll-margin-top: 104px;
}
[hidden] {
  display: none !important;
}
.wrap {
  max-width: 1360px;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.band {
  padding: 80px 0;
}
.soft {
  background: var(--soft);
}
.dark-band {
  background: var(--ink);
  color: #fff;
}
.eyebrow {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--green);
}
.section-head {
  max-width: 780px;
  margin-bottom: 42px;
}
.section-head > p:last-child:not(.eyebrow) {
  max-width: 660px;
  font-size: 18px;
  color: var(--muted);
  margin-top: 24px;
}
.skip-link {
  position: fixed;
  left: 12px;
  top: -80px;
  z-index: 50;
  padding: 12px;
  background: white;
  color: black;
}
.skip-link:focus {
  top: 8px;
}
.site-header {
  background: var(--ink);
  color: #fff;
  position: relative;
  z-index: 20;
  border-bottom: 1px solid #2b2b2b;
}
.header-inner {
  max-width: 1520px;
  padding: 14px 40px;
  display: flex;
  align-items: center;
  gap: 32px;
  margin: auto;
}
.brand {
  display: block;
  text-decoration: none;
  flex-shrink: 0;
  line-height: 1.3;
}
.brand > span {
  font-size: 23px;
  font-weight: 600;
  display: block;
}
.brand-detail {
  font-size: 12px;
  font-weight: 500;
  margin-left: 8px;
}
.brand small {
  display: block;
  font-size: 11px;
  color: #b8bcb7;
  margin-top: 5px;
}
.desktop-nav {
  margin-left: auto;
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: 14px;
  white-space: nowrap;
}
.desktop-nav a {
  text-decoration: none;
}
.desktop-nav a:hover,
.desktop-nav a[aria-current] {
  color: var(--lime);
}
.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  background: #fff;
  padding: 10px 15px;
  border-radius: 99px;
  min-height: 44px;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
  font-size: 14px;
}
.menu-button {
  background: transparent;
  color: #fff;
  border: 0;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: none;
  align-items: center;
  justify-content: center;
}
.mobile-nav {
  display: none;
}
.menu-close-icon,
.menu-button[aria-expanded="true"] .menu-open-icon {
  display: none;
}
.menu-button[aria-expanded="true"] .menu-close-icon {
  display: block;
}
.mobile-nav a[aria-current="page"] {
  color: var(--lime);
}
.hero {
  background: var(--ink);
  color: white;
  overflow: hidden;
}
.hero-stage {
  position: relative;
  padding-top: 40px;
  padding-bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding-bottom: 24px;
}
.hero .eyebrow {
  color: var(--lime);
}
.hero h1 {
  font-size: 56px;
  font-weight: 500;
  margin-bottom: 24px;
}
.hero-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
.hero-lead {
  font-size: 17px;
  color: #b8bcb7;
  margin-top: 24px;
  line-height: 1.9;
}
.hero-eligibility {
  font-size: 12px;
  color: #bbc2b2;
  line-height: 1.8;
  margin-top: 16px;
}
.hero-eligibility a {
  color: #d6ff89;
}
.hero-product {
  position: relative;
  padding: 40px 0 40px 24px;
}
.hero-product img {
  width: 100%;
  transform: rotate(-9deg);
  transition: transform 0.8s ease;
  filter: drop-shadow(0 24px 22px #000);
}
.hero-product:hover img {
  transform: rotate(-6deg) translateY(-6px);
}
.hero-product figcaption {
  font-size: 11px;
  color: #93978f;
  text-align: center;
  margin-top: 46px;
}
.hero-foot {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #353833;
  padding: 22px 0;
  gap: 24px;
}
.hero-foot p {
  font-size: 13px;
  color: #bdc1b8;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.hero-foot > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--lime);
}
.hero-foot a {
  white-space: nowrap;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 30px;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  min-height: 52px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 99px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  transition:
    background-color 0.2s,
    transform 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.primary {
  background: var(--lime);
  color: var(--ink);
}
.primary:hover {
  background: #d7ff7a;
}
.outline {
  border-color: #666b63;
  color: inherit;
  background: transparent;
}
.outline:hover {
  background: #242821;
}
.dark {
  background: var(--ink);
  color: white;
}
.fine-print {
  font-size: 12px;
  color: #b6bbb0;
  margin-top: 18px;
  line-height: 1.8;
}
.fine-print a {
  white-space: nowrap;
  margin-left: 5px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  font-size: 14px;
  font-weight: 500;
}
.benefit-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
.benefit-row > div {
  border-top: 1px solid var(--line);
  padding-top: 26px;
}
.metric {
  font-size: 60px;
  line-height: 1.15;
  font-weight: 500;
  display: block;
  margin-bottom: 24px;
}
.metric.words {
  font-size: 33px;
  line-height: 1.15;
  padding: 16px 0;
}
.benefit-row h3 {
  font-size: 20px;
  margin-bottom: 14px;
}
.benefit-row p {
  color: var(--muted);
  font-size: 15px;
}
.benefit-row .text-link {
  margin-top: 20px;
}
.use-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 100px;
  align-items: start;
}
.use-list article {
  display: flex;
  gap: 28px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
}
.use-list article > span {
  font-size: 14px;
  color: var(--green);
}
.use-list p {
  color: var(--muted);
  font-size: 16px;
  margin-top: 12px;
}
.phone-figure {
  align-self: center;
  text-align: center;
}
.phone-figure img {
  max-width: 286px;
  max-height: 594px;
  margin: auto;
}
.phone-figure figcaption {
  font-size: 11px;
  color: var(--muted);
  margin-top: 20px;
}
.eligibility-callout {
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 32px 0;
}
.eligibility-callout p {
  max-width: 760px;
  color: var(--muted);
  font-size: 17px;
}
.eligibility-callout .button {
  flex-shrink: 0;
}
.fit-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-top: 40px;
}
.fit-columns h3 {
  font-size: 18px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.fit-columns p {
  font-size: 15px;
  color: var(--muted);
  margin-top: 16px;
}
.split-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.split-heading > p {
  font-size: 17px;
  color: #b6bbb0;
}
.dark-band .eyebrow {
  color: var(--lime);
}
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
}
.steps li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 30px;
  padding: 26px 0;
  border-top: 1px solid var(--line);
  align-items: start;
}
.steps h3 {
  font-size: 21px;
}
.steps p {
  color: var(--muted);
  font-size: 16px;
  margin-top: 12px;
}
.step-number {
  font-size: 26px;
  color: var(--green);
  line-height: 1.3;
  font-weight: 500;
}
.dark-band .steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
.dark-band .steps li {
  display: block;
  border-color: #343731;
  padding-top: 26px;
}
.dark-band .steps h3 {
  margin-top: 26px;
}
.dark-band .step-number {
  color: var(--lime);
}
.dark-band .steps p {
  color: #b6bbb0;
}
.questions {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 64px;
}
.faq details {
  border-top: 1px solid var(--line);
  padding: 0;
}
.faq details:last-child {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  word-break: keep-all;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq details > p {
  padding: 0 40px 24px 0;
  color: var(--muted);
  font-size: 16px;
}
.faq details[open] svg {
  transform: rotate(45deg);
}
.questions .text-link {
  margin-top: 24px;
}
.end-band {
  padding: 72px 0;
  background: var(--ink);
  color: white;
}
.end-band .eyebrow {
  color: var(--lime);
}
.end-band h2 {
  font-size: 44px;
  font-weight: 500;
}
.end-band h2 + p {
  margin-top: 22px;
  color: #b6bbb0;
  font-size: 16px;
}
.sources {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  margin-top: 48px;
}
.sources h2 {
  font-size: 16px;
  margin-bottom: 12px;
}
.sources .text-link {
  font-size: 12px;
  color: var(--muted);
  margin: 0 24px 0 0;
  min-height: 36px;
}
.sources p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 12px;
}
.home-sources {
  padding-top: 0;
  padding-bottom: 40px;
}
.home-sources .sources {
  border: 0;
  margin-top: 24px;
}
.article-hero {
  padding-top: 48px;
  padding-bottom: 48px;
}
.breadcrumb {
  font-size: 12px;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 36px;
  text-decoration: none;
}
.article-hero h1 {
  font-size: 46px;
  max-width: 990px;
}
.article-hero .eyebrow {
  margin-bottom: 16px;
}
.lead {
  font-size: 19px;
  color: var(--muted);
  max-width: 800px;
  margin-top: 22px;
}
.article-body {
  max-width: 1100px;
  padding-bottom: 72px;
}
.article-body > section {
  margin: 48px 0 0;
  padding-top: 36px;
  border-top: 1px solid var(--line);
}
.article-body > section h2 {
  font-size: 28px;
  margin-bottom: 24px;
}
.article-body p {
  font-size: 16px;
  line-height: 1.9;
}
.article-body h2 + p {
  margin-top: 0;
}
.article-body .text-link {
  margin-top: 16px;
}
.note {
  display: flex;
  gap: 16px;
  padding: 24px;
  background: var(--soft);
  border-left: 3px solid #577c23;
}
.note > svg {
  color: var(--green);
  margin-top: 3px;
}
.note strong {
  font-size: 17px;
  font-weight: 500;
}
.note p {
  color: var(--muted);
  font-size: 15px;
  margin-top: 8px;
}
.article-body > .note {
  margin-top: 28px;
}
.table-scroll {
  overflow: auto;
  width: 100%;
  margin: 24px 0;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
}
th,
td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
th {
  font-weight: 500;
}
thead {
  background: var(--soft);
}
thead th {
  font-size: 13px;
  color: var(--muted);
}
tbody th {
  width: 25%;
}
.caption,
.article-body p.caption {
  color: var(--muted);
  font-size: 13px;
}
.contents {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  margin-top: 24px;
}
.contents a {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
}
.chapter {
  font-weight: 500;
  color: var(--green);
  font-size: 38px;
  margin-right: 22px;
}
.guide-photo {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 60px;
}
.guide-photo figure img {
  width: 230px;
  margin: auto;
}
.guide-photo figcaption {
  color: var(--muted);
  font-size: 12px;
  margin-top: 16px;
}
.article-action {
  padding: 32px !important;
  background: var(--soft);
}
.article-action .fine-print {
  color: var(--muted);
  font-size: 13px;
}
.article-action .button {
  margin-top: 24px;
}
.related {
  border-top: 1px solid var(--line);
  padding-top: 28px;
  margin-top: 48px;
}
.related h2 {
  font-size: 18px;
}
.related .text-link {
  margin-right: 24px;
}
.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.checklist li {
  padding: 16px 0 16px 30px;
  border-top: 1px solid var(--line);
  position: relative;
}
.checklist li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
}
.calculator {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-top: 28px;
  padding: 32px;
}
.calc-inputs {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.calc-inputs label {
  font-size: 16px;
  font-weight: 500;
}
.calc-inputs label span {
  display: block;
  font-size: 12px;
  color: var(--muted);
  font-weight: 400;
  margin-top: 4px;
}
.calc-inputs input {
  display: block;
  width: 100%;
  margin-top: 10px;
  background: white;
  border: 1px solid #92998e;
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 20px;
  color: var(--text);
  min-height: 50px;
}
.calc-result {
  border-left: 1px solid var(--line);
  padding-left: 32px;
}
.calc-result > output {
  display: block;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.5;
  margin: 20px 0 32px;
  overflow-wrap: anywhere;
}
.calc-result dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--line);
  padding: 16px 0;
  font-size: 14px;
}
.calc-result dd {
  margin: 0;
  overflow-wrap: anywhere;
}
.calc-result .caption {
  margin-top: 28px;
}
.calc-result #calc-error {
  color: #9e2e20;
  font-size: 14px;
}
.footer {
  --muted: #a7a7a7;
  --line: #303030;
  background: #080808;
  color: #f5f5f5;
  border-top: 1px solid var(--line);
  padding: 52px 0 24px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 48px;
}
.footer-top .brand > span {
  font-size: 22px;
}
.footer-top p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
}
.footer-top .brand p {
  margin-top: 18px;
}
.footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.footer-links h2 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 18px;
}
.footer-links .text-link {
  display: flex;
  font-size: 13px;
  color: var(--muted);
  justify-content: space-between;
  gap: 8px;
  text-decoration: none;
  padding: 8px 0;
}
.footer-links svg {
  width: 15px;
  height: 15px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 48px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.footer-bottom p {
  font-size: 11px;
  color: var(--muted);
}
@media (min-width: 1800px) {
  .hero-stage {
    padding-top: 100px;
  }
  .hero h1 {
    font-size: 72px;
  }
  .hero-product {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .band {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
@media (max-width: 1150px) {
  .desktop-nav {
    gap: 16px;
  }
  .header-inner {
    gap: 24px;
  }
  .brand-detail {
    display: none;
  }
  .hero-title {
    font-size: 36px;
  }
  .hero h1 {
    font-size: 56px;
  }
  .hero-stage {
    gap: 24px;
  }
  .hero-product {
    padding-left: 0;
  }
  .use-layout {
    gap: 64px;
  }
  .metric.words {
    font-size: 28px;
    padding: 20px 0;
  }
}
@media (max-width: 900px) {
  .desktop-nav {
    display: none;
  }
  .header-inner {
    justify-content: space-between;
    padding: 12px 24px;
  }
  .header-cta {
    display: inline-flex;
    margin-left: auto;
  }
  .menu-button {
    display: flex;
  }
  .mobile-nav:not([hidden]) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 12px 24px 24px;
    gap: 12px 32px;
  }
  .mobile-nav a {
    color: #ddd;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #333;
  }
  .hero-stage {
    padding-top: 48px;
  }
  .hero h1 {
    font-size: 46px;
  }
  .hero-title {
    font-size: 28px;
  }
  .hero-lead {
    font-size: 15px;
  }
  .hero-lead br {
    display: none;
  }
  .hero-copy .actions {
    gap: 10px;
  }
  .hero-copy .button {
    font-size: 14px;
    padding: 12px 16px;
  }
  .wrap {
    padding-left: 28px;
    padding-right: 28px;
  }
  .use-layout {
    gap: 40px;
    grid-template-columns: 1fr 280px;
  }
  .questions {
    gap: 40px;
    grid-template-columns: 1fr 1.5fr;
  }
  .section-head h2 {
    font-size: 32px;
  }
  .benefit-row {
    gap: 24px;
  }
  .metric.words {
    font-size: 24px;
  }
  .eligibility-callout {
    display: block;
  }
  .eligibility-callout .button {
    margin-top: 24px;
  }
  .dark-band .steps {
    gap: 24px;
  }
  .steps h3 {
    font-size: 18px;
  }
  .guide-photo {
    grid-template-columns: 1fr 250px;
    gap: 32px;
  }
  .calculator {
    gap: 28px;
    padding: 24px;
  }
  .calc-result {
    padding-left: 24px;
  }
  .footer-links {
    gap: 24px;
  }
  .article-hero h1 {
    font-size: 38px;
  }
}
@media (max-width: 620px) {
  .wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
  .band {
    padding: 48px 0;
  }
  .header-inner {
    padding: 12px 24px;
    gap: 16px;
  }
  .brand > span {
    font-size: 21px;
  }
  .brand small {
    font-size: 10px;
  }
  .header-cta {
    display: none;
  }
  .brand-detail {
    display: inline;
    font-size: 10px;
  }
  .hero-stage {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-top: 28px;
  }
  .hero .eyebrow {
    font-size: 12px;
    margin-bottom: 18px;
  }
  .hero h1 {
    font-size: 42px;
    margin-bottom: 16px;
  }
  .hero-title {
    font-size: 29px;
    line-height: 1.35;
  }
  .hero-lead {
    font-size: 15px;
    line-height: 1.7;
    max-width: 350px;
    margin-top: 18px;
  }
  .hero-copy {
    padding: 0;
  }
  .hero-copy .actions {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 10px;
  }
  .hero-copy .button {
    min-height: 50px;
    padding: 12px 10px;
    gap: 8px;
    font-size: 13px;
  }
  .hero-copy .fine-print {
    margin-top: 14px;
    font-size: 11px;
  }
  .hero-product {
    padding: 28px 22px 0;
  }
  .hero-product img {
    transform: none;
    width: 100%;
    max-width: 360px;
    margin: auto;
  }
  .hero-product:hover img {
    transform: none;
  }
  .hero-product figcaption {
    margin: 12px 0 18px;
    font-size: 10px;
  }
  .hero-foot {
    padding: 8px 0;
    gap: 12px;
  }
  .hero-foot p {
    display: none;
  }
  .hero-foot > a {
    margin-left: auto;
    height: 28px;
  }
  .hero-foot p {
    font-size: 11px;
    gap: 6px;
    line-height: 1.7;
  }
  .hero-foot p > svg {
    width: 14px;
    height: 14px;
  }
  .hero-foot > a {
    width: 28px;
  }
  .hero-foot a {
    font-size: 11px;
  }
  .hero-foot > a svg {
    width: 18px;
  }
  .section-head {
    margin-bottom: 28px;
  }
  .section-head h2 {
    font-size: 30px;
  }
  .section-head .eyebrow {
    margin-bottom: 14px;
  }
  .section-head > p:last-child:not(.eyebrow) {
    font-size: 16px;
    margin-top: 20px;
  }
  .benefit-row {
    display: block;
  }
  .benefit-row > div {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 0 24px;
    padding: 24px 0;
  }
  .metric {
    font-size: 40px;
    grid-row: 1/4;
    margin: 0;
  }
  .metric.words {
    font-size: 19px;
    padding: 8px 0;
    overflow-wrap: normal;
  }
  .benefit-row h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .benefit-row p {
    font-size: 14px;
  }
  .benefit-row .text-link {
    grid-column: 2;
    margin-top: 10px;
    font-size: 13px;
  }
  .benefit-row br {
    display: none;
  }
  .use-layout {
    display: block;
  }
  .use-list article {
    padding: 24px 0;
    gap: 20px;
  }
  .use-list h3 {
    font-size: 20px;
  }
  .use-list p {
    font-size: 15px;
  }
  .phone-figure {
    margin-top: 32px;
  }
  .phone-figure img {
    width: 230px;
  }
  .phone-figure figcaption {
    font-size: 11px;
  }
  .eligibility-callout {
    padding: 24px 0;
  }
  .eligibility-callout p {
    font-size: 16px;
  }
  .fit-columns {
    display: block;
    margin-top: 32px;
  }
  .fit-columns > div + div {
    margin-top: 28px;
  }
  .fit-columns h3 {
    font-size: 17px;
  }
  .split-heading {
    display: block;
  }
  .split-heading > p {
    font-size: 15px;
    margin-bottom: 28px;
  }
  .split-heading br {
    display: none;
  }
  .dark-band .steps {
    display: block;
  }
  .dark-band .steps li {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 20px;
    padding: 24px 0;
  }
  .dark-band .steps h3 {
    margin-top: 2px;
    font-size: 19px;
  }
  .steps p {
    font-size: 15px;
  }
  .steps li {
    grid-template-columns: 44px 1fr;
    gap: 18px;
  }
  .questions {
    display: block;
  }
  .faq summary {
    font-size: 17px;
    padding: 20px 0;
    gap: 16px;
  }
  .faq details > p {
    font-size: 15px;
    padding-right: 12px;
  }
  .end-band {
    padding: 48px 0;
  }
  .end-band h2 {
    font-size: 34px;
  }
  .end-band h2 + p {
    font-size: 15px;
  }
  .end-band .button {
    padding: 12px 18px;
    font-size: 14px;
  }
  .home-sources {
    padding-bottom: 28px;
  }
  .sources .text-link {
    font-size: 12px;
  }
  .article-hero {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .breadcrumb {
    margin-bottom: 28px;
  }
  .article-hero h1 {
    font-size: 32px;
    line-height: 1.35;
  }
  .lead {
    font-size: 17px;
    margin-top: 20px;
  }
  .article-body > section {
    margin-top: 32px;
    padding-top: 28px;
  }
  .article-body > section h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .article-body p {
    font-size: 15px;
  }
  .note {
    padding: 20px 16px;
    gap: 12px;
  }
  .note > svg {
    width: 18px;
  }
  .note strong {
    font-size: 16px;
  }
  .note p {
    font-size: 14px;
    line-height: 1.9;
  }
  .table-scroll th,
  .table-scroll td {
    padding: 16px 14px;
    font-size: 14px;
    word-break: keep-all;
    overflow-wrap: normal;
  }
  .table-scroll table {
    min-width: 560px;
    table-layout: auto;
  }
  .table-scroll tbody th {
    width: auto;
  }
  .guide-photo {
    display: block;
  }
  .guide-photo figure {
    margin-top: 28px;
  }
  .guide-photo figure img {
    width: 230px;
  }
  .chapter {
    font-size: 30px;
    margin-right: 16px;
  }
  .article-action {
    padding: 24px !important;
  }
  .article-body .fine-print {
    font-size: 12px;
  }
  .calculator {
    display: block;
    padding: 20px;
  }
  .calc-result {
    padding: 24px 0 0;
    margin-top: 24px;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .calc-result > output {
    font-size: 30px;
    margin: 12px 0 24px;
  }
  .footer {
    padding-top: 40px;
  }
  .footer-top {
    display: block;
    margin-bottom: 36px;
  }
  .footer-top > p {
    margin-top: 24px;
    font-size: 12px;
  }
  .footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
  }
  .footer-links h2 {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .footer-links .text-link {
    font-size: 12px;
    min-height: 44px;
    align-items: start;
  }
  .footer-links .text-link svg {
    margin-top: 4px;
  }
  .footer-bottom {
    display: block;
    margin-top: 36px;
  }
  .footer-bottom p + p {
    margin-top: 12px;
  }
  .mobile-nav:not([hidden]) {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
  .hero-product img {
    transform: none !important;
  }
}
