:root {
  color-scheme: light;
  --bg: #f7fafc;
  --surface: #ffffff;
  --surface-2: #f2f6fa;
  --ink: #101828;
  --muted: #526070;
  --soft: #7b8794;
  --line: #d9e2ec;
  --line-strong: #bdcad8;
  --blue: #0b5cad;
  --blue-bright: #0758d8;
  --blue-2: #0b3a75;
  --green: #13795b;
  --green-soft: #e4f6ef;
  --mint: #16a085;
  --orange: #f2994a;
  --indigo: #2448b8;
  --yellow: #b7791f;
  --yellow-soft: #fff6db;
  --red: #b42318;
  --red-soft: #fff0ed;
  --shadow: 0 16px 40px rgba(16, 24, 40, 0.08);
  --shadow-soft: 0 10px 24px rgba(15, 23, 42, 0.05);
  --radius: 8px;
  --max: 1440px;
  font-family: Inter, "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", system-ui, sans-serif;
}

/* 2026-08-22 mobile-first finance portal. Ranked URLs and ad contracts are unchanged. */
.mobile-header-nav {
  display: none;
}

.home-check-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 24px 0 0;
  padding: 17px 0;
  list-style: none;
  border-top: 1px solid #dbe3e0;
  border-bottom: 1px solid #dbe3e0;
}

.home-check-steps li {
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 0 16px;
}

.home-check-steps li + li {
  border-left: 1px solid #e2e8e5;
}

.home-check-steps li > b {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #fff;
  background: #165db2;
  border-radius: 50%;
  font-size: 13px;
}

.home-check-steps li span,
.home-check-steps strong,
.home-check-steps small {
  display: block;
  min-width: 0;
}

.home-check-steps strong {
  font-size: 14px;
}

.home-check-steps small {
  margin-top: 2px;
  color: #66736e;
  font-size: 12px;
}

.home-official-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.home-official-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 18px;
  gap: 14px;
  align-items: start;
  min-width: 0;
  padding: 18px;
  background: #fff;
  border: 1px solid #d8e1de;
  border-radius: 8px;
}

.bank-identity {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #fff;
  background: #1459a6;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
}

.bank-kb { color: #111827; background: #ffbc00; }
.bank-jb { background: #125baa; }
.bank-bnk { background: #d71920; }
.bank-kj { background: #0d776e; }
.bank-sh { background: #1b74c9; }
.bank-hn { background: #008485; }
.bank-wr { background: #1968b3; }
.bank-nh { background: #169b62; }
.bank-ds { background: #2f6b4f; }
.bank-ok { background: #e8382f; }

.home-official-copy,
.home-official-copy > * {
  display: block;
  min-width: 0;
}

.home-official-copy small {
  color: #0b765f;
  font-size: 12px;
  font-weight: 800;
}

.home-official-copy strong {
  margin-top: 4px;
  font-size: 18px;
  line-height: 1.42;
}

.home-official-copy em {
  margin-top: 5px;
  color: #4f5f59;
  font-size: 13px;
  font-style: normal;
}

.home-official-copy > span {
  margin-top: 9px;
  color: #52605b;
  font-size: 14px;
  line-height: 1.62;
}

.home-official-copy b {
  margin-top: 10px;
  color: #6b7873;
  font-size: 12px;
}

.home-official-arrow {
  align-self: center;
  color: #7a8883;
  font-size: 24px;
}

@media (max-width: 720px) {
  html {
    background: #fff;
  }

  body {
    padding-bottom: calc(70px + env(safe-area-inset-bottom));
    background: #fff;
    color: #151d2b;
    font-size: 17px;
    line-height: 1.72;
  }

  .translate-topbar {
    position: relative;
    top: auto;
    z-index: 1;
    display: block;
    min-height: 36px;
    padding: 3px 10px;
    overflow: hidden;
    color: #2d3a35;
    background: #fff;
    border-bottom: 1px solid #e3e9e6;
  }

  .translate-topbar > div,
  .translate-status,
  .google-translate-mount {
    display: none;
  }

  .translate-topbar nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
  }

  .translate-pill,
  .translate-more,
  .translate-pill.is-primary {
    min-height: 30px;
    padding: 0 9px;
    color: #47544f;
    background: #fff;
    border: 0;
    border-radius: 0;
    font-size: 12px;
  }

  .translate-pill + .translate-pill,
  .translate-more {
    border-left: 1px solid #e4e9e7;
  }

  .translate-pill span,
  .translate-more span {
    display: none;
  }

  .translate-pill.is-primary {
    color: #0b5cad;
  }

  .site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 58px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, .98);
    border-bottom: 1px solid #e0e7e4;
    backdrop-filter: blur(14px);
  }

  .brand {
    gap: 9px;
    min-width: 0;
  }

  .brand-mark {
    width: 27px;
    height: 27px;
  }

  .brand strong {
    max-width: 205px;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.16;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand small {
    display: block;
    margin-top: 2px;
    color: #6c7974;
    font-size: 9px;
    line-height: 1.1;
  }

  .main-nav,
  .header-search,
  .header-actions {
    display: none;
  }

  .mobile-header-nav {
    display: flex;
    gap: 3px;
    align-items: center;
    margin-left: auto;
  }

  .mobile-header-nav a {
    display: grid;
    min-width: 44px;
    min-height: 44px;
    padding: 0 7px;
    place-items: center;
    color: #33423d;
    font-size: 12px;
    font-weight: 850;
  }

  .mobile-header-search svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
  }

  .home-hero,
  .hero,
  .document-guide-hero,
  .simple-hero,
  .feed-hero {
    width: 100%;
    margin: 0;
    padding: 25px 20px 22px;
    background: #fff;
    border: 0;
    border-bottom: 8px solid #f1f5f3;
    border-radius: 0;
    box-shadow: none;
  }

  .home-panel-head > span,
  .feed-hero-proof {
    display: block;
    margin: 0 0 7px;
    color: #0b765f;
    font-size: 12px;
    font-weight: 850;
  }

  .home-hero h1,
  .hero h1,
  .document-guide-hero h1,
  .simple-hero h1,
  .feed-hero h1 {
    max-width: 100%;
    margin: 7px 0 13px;
    font-size: 28px;
    line-height: 1.31;
    letter-spacing: 0;
    overflow-wrap: anywhere;
  }

  .home-panel-head > p,
  .hero-copy > p,
  .feed-hero > p {
    margin: 0;
    color: #4b5a55;
    font-size: 17px;
    line-height: 1.72;
  }

  .hero-search-form {
    min-height: 52px;
    margin-top: 20px;
    border: 1px solid #aebcb7;
    border-radius: 8px;
    box-shadow: none;
  }

  .hero-search-form input {
    min-width: 0;
    padding: 0 14px;
    font-size: 16px;
  }

  .hero-search-form button {
    width: 52px;
    min-height: 50px;
  }

  .home-persona-row {
    display: flex;
    gap: 8px;
    margin: 12px -20px 0;
    padding: 0 20px 3px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .home-persona-row a {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 8px 12px;
    color: #33433d;
    background: #f7faf9;
    border: 1px solid #d6e0dc;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 800;
  }

  .home-check-steps {
    margin-top: 20px;
    padding: 15px 0;
  }

  .home-check-steps li {
    display: block;
    padding: 0 9px;
    text-align: center;
  }

  .home-check-steps li > b {
    width: 25px;
    height: 25px;
    margin: 0 auto 7px;
    font-size: 12px;
  }

  .home-check-steps strong {
    font-size: 13px;
  }

  .home-check-steps small {
    font-size: 11px;
  }

  .home-hero .disclaimer,
  .hero .disclaimer {
    margin-top: 15px;
    color: #6a7772;
    font-size: 13px;
    line-height: 1.62;
  }

  .portal-content-layout,
  .home-content-layout,
  .feed-content-layout,
  .content-layout {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }

  .content-main {
    width: 100%;
    min-width: 0;
  }

  .content-main > .section,
  .content-main > .review-proof,
  .content-main > .problem-first-hub,
  .content-main > .top-direct-answer,
  .content-main > .ai-answer,
  .content-main > .application-funnel,
  .content-main > .continue-reading-band,
  .content-main > .next-path-panel {
    margin: 0 -20px;
    padding: 30px 20px;
    background: #fff;
    border: 0;
    border-bottom: 8px solid #f1f5f3;
    border-radius: 0;
    box-shadow: none;
  }

  .content-main > .top-direct-answer,
  .content-main > .ai-answer {
    margin-top: 0;
    background: #f8faf9;
  }

  .top-direct-answer::before,
  .ai-answer::before,
  .core-direct-answer::before {
    display: none;
  }

  .top-direct-answer > div > p:first-of-type {
    font-size: 18px;
    line-height: 1.72;
  }

  .top-direct-answer > div > p[lang="en"] {
    font-size: 16px;
    line-height: 1.68;
  }

  .section-head {
    gap: 12px;
    align-items: flex-start;
  }

  .section-head > div > span,
  .editorial-feed-head > div > span,
  .review-proof-head > span {
    color: #0b765f;
    font-size: 12px;
    font-weight: 850;
  }

  .content-main h2,
  .section-head h2,
  .editorial-feed-head h2,
  .review-proof-head h2,
  .problem-first-head h2,
  .saved-feed h2 {
    margin: 5px 0 10px;
    font-size: 24px;
    line-height: 1.38;
    letter-spacing: 0;
  }

  .content-main h3 {
    font-size: 19px;
    line-height: 1.48;
    letter-spacing: 0;
  }

  .content-main :where(p, li, dd),
  .section-head p,
  .editorial-feed-head p,
  .problem-first-head p {
    font-size: 17px;
    line-height: 1.78;
  }

  .content-main :where(p, li, dd) {
    overflow-wrap: anywhere;
  }

  .faq-list details > p {
    font-size: 18px;
    line-height: 1.72;
  }

  .editorial-feed {
    margin: 0 -20px;
    padding: 28px 20px;
    background: #fff;
    border-bottom: 8px solid #f1f5f3;
  }

  .editorial-feed-list,
  .editorial-feed-group,
  .editorial-feed:not(.is-full) .editorial-feed-group {
    display: block;
  }

  .editorial-feed-group + .editorial-feed-group {
    margin-top: 22px;
    padding-top: 0;
    border-top: 6px solid #f3f6f5;
  }

  .editorial-feed-card,
  .editorial-feed:not(.is-full) .editorial-feed-card {
    background: #fff;
    border: 0;
    border-bottom: 1px solid #dce4e1;
    border-radius: 0;
  }

  .editorial-feed-card > a,
  .editorial-feed:not(.is-full) .editorial-feed-card > a {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    min-height: 0;
    padding: 18px 48px 18px 0;
  }

  .editorial-feed-thumb,
  .editorial-feed-card .editorial-feed-thumb,
  .editorial-feed-arrow,
  .editorial-feed-card .editorial-feed-arrow {
    display: none;
  }

  .editorial-feed-meta {
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .editorial-feed-meta b,
  .editorial-feed-card .editorial-feed-meta b {
    color: #0b765f;
    font-size: 12px;
  }

  .editorial-feed-meta small,
  .editorial-feed-card .editorial-feed-meta small {
    max-width: none;
    color: #71807a;
    font-size: 11px;
  }

  .editorial-feed-card h3,
  .editorial-feed:not(.is-full) .editorial-feed-card h3 {
    margin: 6px 0;
    font-size: 18px;
    line-height: 1.46;
  }

  .editorial-feed-card p,
  .editorial-feed:not(.is-full) .editorial-feed-card p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #53615c;
    font-size: 15px;
    line-height: 1.66;
  }

  .editorial-feed.is-full .editorial-feed-group:first-child .editorial-feed-card:first-child h3 {
    font-size: 21px;
    line-height: 1.43;
  }

  .editorial-feed.is-full .editorial-feed-group:first-child .editorial-feed-card:first-child p {
    font-size: 16px;
  }

  .feed-save-button {
    top: 16px;
    right: 0;
    min-width: 42px;
    min-height: 34px;
    padding: 0 7px;
    color: #52615b;
    background: #fff;
    border: 1px solid #d5dedb;
    border-radius: 6px;
    font-size: 11px;
  }

  .feed-toolbar {
    margin: 18px 0 10px;
  }

  .feed-search {
    min-height: 52px;
  }

  .feed-filter {
    margin: 10px -20px 14px;
    padding: 0 20px 3px;
  }

  .problem-first-grid,
  .problem-first-hub.is-compact .problem-first-grid {
    display: block;
  }

  .problem-first-grid a,
  .problem-first-hub.is-compact .problem-first-grid a {
    display: block;
    min-height: 0;
    padding: 17px 0;
    background: #fff;
    border: 0;
    border-bottom: 1px solid #dce4e1;
    border-radius: 0;
  }

  .problem-first-grid b {
    display: none;
  }

  .problem-first-grid em {
    color: #0b765f;
    font-size: 12px;
  }

  .problem-first-grid strong {
    display: block;
    margin-top: 4px;
    font-size: 18px;
    line-height: 1.46;
  }

  .problem-first-grid span {
    display: block;
    margin-top: 6px;
    color: #53615c;
    font-size: 15px;
    line-height: 1.65;
  }

  .problem-first-head .primary-button {
    width: 100%;
    min-height: 48px;
    margin-top: 10px;
  }

  .problem-visa-routes nav {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    overflow-x: auto;
  }

  .problem-visa-routes a {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 8px 11px;
  }

  .home-official-list {
    display: block;
  }

  .home-official-card {
    grid-template-columns: 46px minmax(0, 1fr) 14px;
    gap: 12px;
    padding: 18px 0;
    border: 0;
    border-bottom: 1px solid #dce4e1;
    border-radius: 0;
  }

  .bank-identity {
    width: 44px;
    height: 44px;
  }

  .home-official-copy strong {
    font-size: 17px;
  }

  .home-official-copy > span {
    font-size: 14px;
  }

  .bank-grid,
  .source-list,
  .review-proof-grid,
  .answer-db-board,
  .silo-grid-compact {
    grid-template-columns: 1fr;
  }

  .bank-card,
  .source-card {
    padding: 20px 0;
    background: #fff;
    border: 0;
    border-bottom: 1px solid #dce4e1;
    border-radius: 0;
    box-shadow: none;
  }

  .bank-card-top {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
  }

  .bank-card h3 {
    margin-top: 15px;
    font-size: 21px;
  }

  .bank-card dl {
    margin-top: 16px;
  }

  .bank-card dl > div {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 10px;
    padding: 12px 0;
    border-top: 1px solid #e2e8e5;
  }

  .bank-card dt,
  .bank-card dd {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
  }

  .source-card strong {
    font-size: 18px;
    line-height: 1.45;
  }

  .source-card p {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.7;
  }

  .source-card span,
  .source-card b {
    font-size: 13px;
  }

  .table-wrap {
    margin-inline: -20px;
    padding-inline: 20px;
    overflow-x: auto;
  }

  table {
    font-size: 15px;
    line-height: 1.55;
  }

  th,
  td {
    min-width: 112px;
    padding: 12px 10px;
    overflow-wrap: anywhere;
  }

  .faq-list details,
  details.faq-item {
    border-bottom: 1px solid #dce4e1;
  }

  .faq-list summary,
  details.faq-item summary {
    min-height: 56px;
    padding: 15px 0;
    font-size: 17px;
    line-height: 1.55;
  }

  .faq-list details p,
  details.faq-item p {
    padding: 0 0 18px;
    font-size: 17px;
    line-height: 1.78;
  }

  .loan-manual-ad-boundary {
    clear: both;
    margin: 38px -20px;
  }

  .mobile-dock {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 45;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: 64px;
    padding: 4px max(7px, env(safe-area-inset-right)) calc(4px + env(safe-area-inset-bottom)) max(7px, env(safe-area-inset-left));
    background: rgba(255, 255, 255, .98);
    border-top: 1px solid #ccd7d3;
    box-shadow: 0 -6px 18px rgba(28, 42, 36, .08);
    backdrop-filter: blur(12px);
  }

  .mobile-dock a {
    display: grid;
    min-width: 0;
    min-height: 52px;
    padding: 4px 2px;
    place-content: center;
    color: #31423b;
    font-size: 11px;
    font-weight: 850;
    text-align: center;
  }

  .mobile-dock a b {
    min-height: 22px;
  }

  .mobile-dock a + a {
    border-left: 1px solid #e3e9e6;
  }

  .site-footer {
    display: block;
    padding: 30px 20px calc(90px + env(safe-area-inset-bottom));
  }

  .site-footer div:last-child {
    justify-content: flex-start;
    margin-top: 20px;
  }
}

/* 2026-08-22 polished mobile information feed. Auto Ads remain account-managed. */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.feed-hero {
  width: min(100% - 40px, 1040px);
  margin: 28px auto 0;
  padding: 30px 0 26px;
  border-bottom: 1px solid #d8e2df;
}

.feed-hero h1 {
  max-width: 760px;
  margin: 12px 0 10px;
  font-size: 40px;
  line-height: 1.18;
  letter-spacing: 0;
}

.feed-hero > p {
  max-width: 760px;
  margin: 0;
  color: #52605b;
  font-size: 17px;
  line-height: 1.68;
}

.feed-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 18px;
  color: #087f6a;
  font-size: 13px;
  font-weight: 800;
}

.feed-hero-proof span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 7px;
  background: #19a67f;
  border-radius: 50%;
  vertical-align: 2px;
}

.feed-toolbar {
  margin: 20px 0 10px;
}

.feed-search {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 50px;
  padding: 0 15px;
  background: #fff;
  border: 1px solid #cbd7d3;
  border-radius: 8px;
}

.feed-search svg {
  width: 20px;
  fill: none;
  stroke: #64736e;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feed-search input {
  width: 100%;
  min-width: 0;
  height: 48px;
  color: #182520;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 15px;
  font-weight: 650;
}

.editorial-feed-list {
  display: block;
}

.editorial-feed-group {
  display: grid;
  gap: 0;
  min-width: 0;
}

.editorial-feed-group[hidden] {
  display: none;
}

.editorial-feed-group + .editorial-feed-group {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 8px solid #f1f5f4;
}

.editorial-feed:not(.is-full) .editorial-feed-group {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.editorial-feed-card {
  background: #fff;
  border: 0;
  border-bottom: 1px solid #dce4e1;
  border-radius: 0;
}

.editorial-feed-card > a {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 20px;
  gap: 14px;
  align-items: center;
  min-height: 118px;
  padding: 17px 58px 17px 4px;
}

.editorial-feed:not(.is-full) .editorial-feed-card {
  border: 1px solid #d8e2df;
  border-radius: 8px;
}

.editorial-feed:not(.is-full) .editorial-feed-card > a {
  min-height: 142px;
  padding-left: 15px;
}

.editorial-feed-thumb {
  display: grid;
  width: 54px;
  height: 54px;
  place-content: center;
  color: #0b4f86;
  background: #eaf3fb;
  border-radius: 8px;
}

.editorial-feed-thumb svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.editorial-feed-copy,
.editorial-feed-meta {
  min-width: 0;
}

.editorial-feed-meta {
  display: flex;
  gap: 8px;
  align-items: center;
}

.editorial-feed-meta b {
  color: #087f6a;
  font-size: 12px;
}

.editorial-feed-meta small {
  overflow: hidden;
  color: #7a8782;
  font-size: 11px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.editorial-feed-card h3 {
  margin: 5px 0 4px;
  font-size: 17px;
  line-height: 1.42;
}

.editorial-feed-card p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #5d6a65;
  font-size: 13px;
  line-height: 1.55;
}

.editorial-feed-arrow {
  color: #87938f;
  font-size: 24px;
}

.feed-save-button {
  top: 14px;
  right: 10px;
  min-width: 40px;
  min-height: 30px;
  padding: 0 7px;
  font-size: 11px;
}

.mobile-dock a b svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.problem-first-grid b svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 720px) {
  .translate-topbar {
    min-height: 36px;
    padding: 3px 12px;
    color: #22312b;
    background: #fff;
    border-bottom: 1px solid #e2e8e5;
  }

  .translate-topbar nav {
    gap: 2px;
  }

  .translate-pill,
  .translate-more,
  .translate-pill.is-primary {
    min-height: 28px;
    padding-inline: 8px;
    color: #43524c;
    background: transparent;
    border: 0;
    border-radius: 4px;
  }

  .translate-pill + .translate-pill,
  .translate-more {
    border-left: 1px solid #e3e9e6;
  }

  .translate-pill span,
  .translate-more span {
    display: none;
  }

  .translate-pill.is-primary {
    color: #0758a6;
  }

  .site-header {
    min-height: 54px;
    padding: 9px 16px;
    background: rgba(255, 255, 255, .98);
  }

  .brand-mark {
    width: 24px;
    height: 24px;
  }

  .brand strong {
    font-size: 14px;
  }

  .brand small {
    display: none;
  }

  .home-panel-head > span {
    display: none;
  }

  .home-hero,
  .hero,
  .document-guide-hero,
  .simple-hero {
    padding-top: 22px;
  }

  .home-hero h1,
  .hero h1,
  .document-guide-hero h1,
  .simple-hero h1 {
    font-size: 27px;
    line-height: 1.3;
  }

  .home-hero-proof {
    gap: 6px;
  }

  .home-hero-proof span {
    padding: 4px 8px;
    font-size: 11px;
  }

  .feed-hero {
    width: 100%;
    margin: 0;
    padding: 22px 16px 20px;
    background: #fff;
  }

  .feed-hero h1 {
    margin: 10px 0 9px;
    font-size: 29px;
    line-height: 1.26;
  }

  .feed-hero > p {
    font-size: 15px;
    line-height: 1.65;
  }

  .feed-hero-proof {
    gap: 6px 12px;
    margin-top: 14px;
    font-size: 11px;
  }

  .feed-content-layout {
    padding-top: 0;
  }

  .feed-content-layout > .content-main > .loan-manual-ad-boundary:first-child {
    margin-block: 28px 34px;
  }

  .editorial-feed-head > div > span,
  .saved-feed > div:first-child > span {
    font-size: 11px;
  }

  .editorial-feed-head h2,
  .saved-feed h2 {
    font-size: 23px;
  }

  .feed-toolbar {
    margin-top: 16px;
  }

  .feed-search {
    min-height: 48px;
  }

  .feed-filter {
    margin: 10px -16px 14px;
    padding: 0 16px 2px;
  }

  .feed-filter button {
    min-height: 36px;
    padding-inline: 13px;
    border-radius: 6px;
    font-size: 12px;
  }

  .editorial-feed-group,
  .editorial-feed:not(.is-full) .editorial-feed-group {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .editorial-feed-group + .editorial-feed-group {
    margin-top: 28px;
    padding-top: 28px;
  }

  .editorial-feed-card,
  .editorial-feed:not(.is-full) .editorial-feed-card {
    border: 0;
    border-bottom: 1px solid #dce4e1;
    border-radius: 0;
  }

  .editorial-feed-card > a,
  .editorial-feed:not(.is-full) .editorial-feed-card > a {
    grid-template-columns: 48px minmax(0, 1fr) 14px;
    gap: 12px;
    min-height: 104px;
    padding: 14px 46px 14px 0;
  }

  .editorial-feed-thumb {
    width: 48px;
    height: 48px;
  }

  .editorial-feed-thumb svg {
    width: 22px;
    height: 22px;
  }

  .editorial-feed-meta small {
    max-width: 150px;
  }

  .editorial-feed-card h3 {
    margin-top: 4px;
    font-size: 15px;
    line-height: 1.4;
  }

  .editorial-feed-card p {
    -webkit-line-clamp: 1;
    font-size: 12px;
  }

  .feed-save-button {
    top: 10px;
    right: 0;
    min-width: 38px;
    min-height: 28px;
  }

  .problem-first-hub {
    padding: 20px 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .problem-first-head {
    padding-inline: 0;
  }

  .problem-first-head .primary-button {
    min-height: 42px;
  }

  .problem-first-grid a {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 2px 12px;
    min-height: 94px;
    padding: 14px 0;
  }

  .problem-first-grid b {
    display: grid;
    grid-row: 1 / span 3;
    width: 44px;
    height: 44px;
    place-content: center;
    color: #0b4f86;
    background: #eaf3fb;
    border-radius: 8px;
  }

  .problem-first-grid em {
    font-size: 11px;
  }

  .problem-first-grid strong {
    font-size: 15px;
  }

  .problem-first-grid span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 12px;
  }

  .mobile-dock a b {
    display: grid;
    min-height: 20px;
    place-content: center;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
select,
input {
  font: inherit;
}

.translate-topbar {
  position: sticky;
  top: 0;
  z-index: 35;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  min-height: 38px;
  padding: 6px max(24px, calc((100vw - var(--max)) / 2));
  background: #0f172a;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.translate-topbar > div {
  display: flex;
  gap: 8px;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
  white-space: nowrap;
}

.translate-topbar strong {
  font-size: 13px;
  font-weight: 950;
}

.translate-topbar > div span {
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 800;
}

.google-translate-mount {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

.translate-topbar nav {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
  flex: 1 1 auto;
  flex-wrap: wrap;
  min-width: 0;
  overflow: visible;
  scrollbar-width: none;
}

.translate-topbar nav::-webkit-scrollbar {
  display: none;
}

.translate-pill,
.translate-more {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 5px;
  min-height: 26px;
  padding: 0 9px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #f8fafc;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.translate-pill.is-primary {
  background: #f8fafc;
  color: #0f172a;
}

.translate-pill b,
.translate-more b {
  min-width: 18px;
  font-size: 11px;
  text-align: center;
}

.translate-more {
  color: #fde68a;
}

.translate-status {
  flex: 1 1 140px;
  min-width: 0;
  color: #bae6fd;
  font-size: 12px;
  font-weight: 900;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.translate-status[data-translate-tone="fallback"] {
  color: #fde68a;
}

.translate-status:empty {
  display: none;
}

.site-header {
  position: sticky;
  top: 38px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 58px;
  padding: 8px max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.header-search {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 48px;
  align-items: center;
  flex: 0 1 360px;
  height: 40px;
  overflow: hidden;
  background: #f8fbff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.header-search input {
  width: 100%;
  height: 100%;
  min-width: 0;
  padding: 0 12px;
  color: var(--ink);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 14px;
  font-weight: 700;
}

.header-search button {
  display: grid;
  width: 48px;
  height: 40px;
  place-items: center;
  color: white;
  background: var(--blue-bright);
  border: 0;
  cursor: pointer;
}

.header-search svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 280px;
}

.brand-mark {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #0781c9;
}

.brand-mark svg,
.quick-icon svg,
.mini-icon svg {
  width: 100%;
  height: 100%;
}

.brand strong {
  display: block;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.3;
}

.main-nav {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2.4vw, 28px);
  overflow-x: auto;
  scrollbar-width: none;
}

.main-nav::-webkit-scrollbar {
  display: none;
}

.nav-link {
  padding: 9px 4px;
  color: #0f172a;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.nav-link:hover,
.nav-link.active {
  background: transparent;
  color: var(--blue-bright);
}

.header-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 14px;
  align-items: center;
  color: #0f172a;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

main {
  overflow: clip;
}

.home-top-notice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  max-width: var(--max);
  min-height: 46px;
  margin: 0 auto;
  padding: 0 24px;
  color: white;
  background: linear-gradient(90deg, #2157d7, #1767e8 56%, #0b8b70);
  font-weight: 900;
}

.home-top-notice strong,
.home-top-notice span,
.home-top-notice b {
  min-width: 0;
}

.home-top-notice span {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-top-notice b {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  color: #123063;
  background: #fff06a;
  border-radius: 7px;
  font-size: 13px;
}

.hot-searches {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
  padding: 18px 24px;
  border-bottom: 1px solid var(--line);
}

.hot-searches > span {
  color: #0f172a;
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}

.hot-searches > span b {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-right: 6px;
  padding: 0 8px;
  color: white;
  background: #ff6b35;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 900;
}

.hot-searches div {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.hot-searches div::-webkit-scrollbar {
  display: none;
}

.hot-searches a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  min-height: 36px;
  padding: 0 16px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 1px 0 rgba(16, 24, 40, 0.02);
}

.hot-searches a b {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: var(--blue);
  background: #eaf2ff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.hot-searches strong {
  font-size: 14px;
  font-weight: 800;
}

.hot-searches time {
  color: #667085;
  font-size: 14px;
  white-space: nowrap;
}

.hot-searches-compact {
  padding-block: 12px;
}

.hot-searches-compact a {
  min-height: 32px;
  padding-inline: 12px;
}

.hot-searches-compact time {
  font-size: 13px;
}

.hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 24px 20px 12px;
}

.simple-hero {
  padding-top: 42px;
  padding-bottom: 20px;
}

.breadcrumbs {
  display: flex;
  gap: 8px;
  color: var(--soft);
  font-size: 13px;
  margin-bottom: 10px;
}

.breadcrumbs a {
  color: var(--blue);
  font-weight: 700;
}

.hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(32px, 4.4vw, 50px);
  line-height: 1.12;
  letter-spacing: 0;
  word-break: keep-all;
}

.hero-copy p {
  max-width: 820px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.hero-takeaways {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 980px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.hero-takeaways li {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
}

.hero-takeaways strong,
.hero-takeaways span {
  display: block;
}

.hero-takeaways strong {
  color: var(--ink);
  font-size: 14px;
}

.hero-takeaways span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

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

.hero-prep-actions a {
  display: grid;
  align-content: start;
  gap: 6px;
  min-height: 116px;
  padding: 12px;
  color: #10233f;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #d8e5f4;
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.hero-prep-actions a:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow);
}

.hero-prep-actions b {
  width: fit-content;
  padding: 3px 7px;
  color: #0b6b42;
  background: #e3f8ed;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
}

.hero-prep-actions strong {
  color: #10233f;
  font-size: 15px;
  line-height: 1.25;
  word-break: keep-all;
}

.hero-prep-actions span {
  color: #536276;
  font-size: 12px;
  line-height: 1.42;
}

.home-hero {
  position: relative;
  max-width: var(--max);
  margin: 0 auto 8px;
  padding: 18px 24px 14px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(247, 252, 251, 0.98) 0%, rgba(255, 255, 255, 0.96) 58%, rgba(255, 255, 255, 0.8) 100%),
    url("/assets/og-foreigner-loan-guide.png") right 12px top 10px / min(520px, 42vw) auto no-repeat;
  border-bottom: 1px solid var(--line);
}

.home-discovery {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(292px, 0.72fr);
  gap: 18px;
  align-items: start;
}

.home-discovery-compact {
  grid-template-columns: minmax(0, 1fr);
}

.home-search-panel,
.home-check-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.home-search-panel {
  display: grid;
  align-content: start;
  min-height: 0;
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
}

.home-panel-head {
  display: grid;
  gap: 5px;
  margin-bottom: 12px;
}

.home-panel-head span {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.home-panel-head h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.12;
  letter-spacing: 0;
  word-break: keep-all;
}

.home-panel-head p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  word-break: keep-all;
}

.home-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.home-hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 27px;
  padding: 0 9px;
  background: #effaf6;
  border: 1px solid #caeadc;
  border-radius: 999px;
  color: #475467;
  font-size: 12px;
  font-weight: 900;
}

.home-hero-proof b {
  color: var(--green);
}

.home-primary-cta-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 9px;
}

.home-primary-cta-row a {
  min-height: 44px;
}

.hero-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 78px;
  min-height: 66px;
  margin: 0;
  overflow: hidden;
  background: white;
  border: 3px solid var(--blue-bright);
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(7, 88, 216, 0.12);
}

.hero-search-form input {
  width: 100%;
  min-width: 0;
  padding: 0 18px;
  color: var(--ink);
  border: 0;
  outline: 0;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 900;
  letter-spacing: 0;
}

.hero-search-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: white;
  background: var(--blue-bright);
  border: 0;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}

.hero-search-form svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-persona-row {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  overflow-x: auto;
  padding-bottom: 1px;
  scrollbar-width: none;
}

.home-persona-row::-webkit-scrollbar {
  display: none;
}

.home-persona-row a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  color: #123063;
  background: #eef6ff;
  border: 1px solid #cfe2ff;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.home-match-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 14px;
  align-items: center;
  min-height: 50px;
  margin-top: 10px;
  padding: 9px 14px;
  color: #171717;
  background: #ffea62;
  border: 1px solid #f3d44d;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(180, 135, 20, 0.13);
}

.home-match-cta::after {
  content: "확인";
  grid-column: 2;
  grid-row: 1 / span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  color: white;
  background: #111827;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 900;
}

.home-match-cta strong,
.home-match-cta span {
  min-width: 0;
}

.home-match-cta strong {
  font-size: 15px;
  line-height: 1.2;
}

.home-match-cta span {
  color: #4b5563;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}

.home-action-grid,
.home-tool-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.home-action-grid {
  margin-top: 10px;
}

.home-action-grid a,
.home-tool-grid a {
  position: relative;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 10px;
  gap: 8px 10px;
  align-items: center;
  min-height: 76px;
  padding: 10px;
  background: #fbfdff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.home-action-grid a::after,
.home-tool-grid a::after {
  content: "›";
  grid-column: 3;
  grid-row: 1 / span 2;
  color: #101828;
  font-size: 28px;
  line-height: 1;
}

.home-action-grid a:hover,
.home-tool-grid a:hover,
.home-spotlight-card:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow);
  transform: translateY(-1px);
}

.home-action-icon {
  grid-row: span 2;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--blue-bright);
  background: #eff6ff;
  border-radius: 8px;
}

.home-action-icon.home,
.home-action-icon.bank {
  color: var(--green);
  background: var(--green-soft);
}

.home-action-icon.calculator {
  color: #2c6fc6;
  background: #eef2ff;
}

.home-action-icon.check {
  color: white;
  background: var(--mint);
}

.home-action-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-action-grid strong,
.home-action-grid em,
.home-tool-grid strong,
.home-tool-grid em {
  grid-column: 2;
  display: block;
  font-style: normal;
}

.home-action-grid strong,
.home-tool-grid strong {
  grid-row: 1;
}

.home-action-grid em,
.home-tool-grid em {
  grid-row: 2;
}

.home-action-grid strong,
.home-tool-grid strong {
  font-size: 15px;
  line-height: 1.25;
  word-break: keep-all;
  white-space: nowrap;
}

.home-action-grid em,
.home-tool-grid em {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
  word-break: keep-all;
}

.home-check-panel {
  position: relative;
  min-height: 100%;
  padding: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.home-check-ring {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  background: conic-gradient(var(--blue) 0deg, #dbe7ff 0deg);
  border-radius: 50%;
}

.home-check-ring::after {
  content: "";
  position: absolute;
  inset: 7px;
  background: white;
  border-radius: 50%;
}

.home-check-ring strong,
.home-check-ring span {
  position: relative;
  z-index: 1;
  display: block;
  line-height: 1.1;
}

.home-check-ring strong {
  color: var(--blue);
  font-size: 17px;
}

.home-check-ring span {
  color: var(--soft);
  font-size: 11px;
  font-weight: 900;
}

.home-check-panel h2 {
  max-width: 214px;
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.2;
}

.home-check-panel h2 small,
.home-spotlight-head h2 small {
  color: #98a2b3;
  font-size: 16px;
}

.home-check-panel ol {
  position: relative;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-check-panel ol::before {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 34px;
  left: 18px;
  width: 2px;
  background: #d0d5dd;
}

.home-check-panel li {
  position: relative;
  display: grid;
  grid-template-columns: 38px 44px minmax(0, 1fr) 14px;
  gap: 9px;
  align-items: center;
  min-height: 56px;
  padding: 6px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}

.home-check-panel li::after {
  content: "›";
  grid-column: 4;
  grid-row: 1 / span 2;
  color: #101828;
  font-size: 24px;
  line-height: 1;
}

.home-check-panel li span {
  position: relative;
  z-index: 1;
  grid-row: 1 / span 2;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: white;
  background: var(--blue-bright);
  border-radius: 50%;
  font-weight: 900;
}

.home-check-panel li:nth-child(n + 2) span {
  background: #98a2b3;
}

.home-check-panel li i {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #98a2b3;
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 7px;
  font-style: normal;
}

.home-check-panel li i svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-check-panel li:first-child i {
  color: var(--blue-bright);
}

.home-check-panel li strong,
.home-check-panel li em {
  grid-column: 3;
  display: block;
  font-style: normal;
}

.home-check-panel li strong {
  font-size: 15px;
}

.home-check-panel li em {
  color: var(--muted);
  font-size: 13px;
  word-break: keep-all;
}

.home-check-note {
  margin: 10px 0 0;
  padding: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
  border-top: 0;
  word-break: keep-all;
}

.home-check-note::before {
  content: "주의";
  margin-right: 6px;
  padding: 2px 5px;
  color: #8a5a00;
  background: #fff4c2;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 900;
}

.home-loan-pulse,
.home-question-loop {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.home-pulse-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-end;
}

.home-pulse-head span {
  color: var(--blue-bright);
  font-size: 12px;
  font-weight: 950;
}

.home-pulse-head h2 {
  margin: 4px 0;
  font-size: 25px;
  line-height: 1.22;
  word-break: keep-all;
}

.home-pulse-head p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  word-break: keep-all;
}

.home-pulse-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.home-pulse-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 198px;
  padding: 16px;
  color: var(--ink);
  background: #fbfdff;
  border: 1px solid #dce6f4;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.home-pulse-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--blue-bright), var(--green), var(--orange));
}

.home-pulse-card:hover,
.home-question-grid a:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow-soft);
  transform: translateY(-1px);
}

.home-pulse-card b {
  display: grid;
  width: 30px;
  height: 28px;
  place-items: center;
  color: #123063;
  background: #eef6ff;
  border: 1px solid #cfe2ff;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 950;
}

.home-pulse-card em {
  width: fit-content;
  padding: 4px 8px;
  color: #0b6b42;
  background: #e3f8ed;
  border-radius: 999px;
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
}

.home-pulse-card:nth-child(2n) em {
  color: #1746a2;
  background: #e8f0ff;
}

.home-pulse-card strong {
  font-size: 18px;
  line-height: 1.3;
  word-break: keep-all;
}

.home-pulse-card span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  word-break: keep-all;
}

.home-pulse-card i {
  width: fit-content;
  margin-top: auto;
  padding: 5px 8px;
  color: #8a5a00;
  background: #fff4c2;
  border: 1px solid #f4d58d;
  border-radius: 7px;
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
}

.home-question-strip {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px;
  background: #f6fbf8;
  border: 1px solid #cbeedc;
  border-radius: 8px;
}

.home-question-strip strong {
  color: #0f5f43;
  font-size: 13px;
}

.home-question-strip nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

.home-question-strip a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  color: #123063;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.home-key-topic-gateway {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.home-key-topic-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-end;
}

.home-key-topic-head span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-key-topic-head h2 {
  margin: 3px 0 0;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
  word-break: keep-all;
}

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

.home-key-topic-card {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 176px;
  padding: 14px;
  color: #101828;
  background: #fbfdff;
  border: 1px solid #dce6f4;
  border-radius: 8px;
}

.home-key-topic-card:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow-soft);
  transform: translateY(-1px);
}

.home-key-topic-card em {
  width: fit-content;
  padding: 4px 8px;
  color: #0b6b42;
  background: #e3f8ed;
  border-radius: 999px;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.home-key-topic-card strong {
  font-size: 17px;
  line-height: 1.32;
  word-break: keep-all;
}

.home-key-topic-card span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  word-break: keep-all;
}

.home-key-topic-card b {
  width: fit-content;
  margin-top: auto;
  padding: 5px 8px;
  color: #123063;
  background: #eef6ff;
  border: 1px solid #cfe2ff;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 900;
}

.home-key-topic-gateway > p {
  margin: 0;
  padding-top: 2px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

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

.home-question-grid a {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 166px;
  padding: 14px;
  color: var(--ink);
  background: #fbfdff;
  border: 1px solid #dce6f4;
  border-radius: 8px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.home-question-grid span {
  width: fit-content;
  padding: 4px 8px;
  color: #1746a2;
  background: #e8f0ff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}

.home-question-grid strong {
  font-size: 17px;
  line-height: 1.32;
  word-break: keep-all;
}

.home-question-grid em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.45;
  word-break: keep-all;
}

.home-question-grid b {
  width: fit-content;
  margin-top: auto;
  padding: 5px 8px;
  color: #123063;
  background: #eef6ff;
  border: 1px solid #cfe2ff;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 950;
}

.home-db-service {
  display: grid;
  gap: 16px;
  margin-bottom: 18px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.home-db-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-end;
}

.home-db-head span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
}

.home-db-head h2 {
  margin: 4px 0;
  font-size: 24px;
  line-height: 1.2;
}

.home-db-head p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  word-break: keep-all;
}

.home-db-info-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.home-db-info-grid a {
  display: grid;
  align-content: start;
  gap: 7px;
  min-height: 128px;
  padding: 12px;
  background: #f8fbff;
  border: 1px solid #dbe8f8;
  border-radius: 8px;
}

.home-db-info-grid b {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: #ffffff;
  background: var(--blue-bright);
  border-radius: 999px;
  font-size: 12px;
}

.home-db-info-grid strong {
  font-size: 14px;
  line-height: 1.3;
  word-break: keep-all;
}

.home-db-info-grid span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
  word-break: keep-all;
}

.home-criteria-strip {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
  background: #f6fbf8;
  border: 1px solid #cbeedc;
  border-radius: 8px;
}

.home-criteria-strip > div span,
.home-criteria-strip > div strong {
  display: block;
}

.home-criteria-strip > div span {
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
}

.home-criteria-strip > div strong {
  margin-top: 4px;
  font-size: 17px;
  line-height: 1.35;
}

.home-criteria-strip ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-criteria-strip li {
  display: grid;
  gap: 3px;
  padding: 9px;
  background: #ffffff;
  border: 1px solid #d8eadf;
  border-radius: 7px;
}

.home-criteria-strip li b {
  color: #0f5f43;
  font-size: 12px;
}

.home-criteria-strip li span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.home-db-disclaimer {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.seo-core-cluster,
.language-bridge,
.community-templates {
  display: grid;
  gap: 15px;
  margin: 18px 0;
  padding: 18px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.seo-core-head,
.community-template-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-end;
}

.seo-core-head span,
.language-bridge-head span,
.community-template-head span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
}

.seo-core-head h2,
.language-bridge-head h2,
.community-template-head h2 {
  margin: 4px 0;
  font-size: 24px;
  line-height: 1.2;
  word-break: keep-all;
}

.seo-core-head p,
.language-bridge-head p,
.community-template-head p {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  word-break: keep-all;
}

.seo-core-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
}

.seo-core-card {
  display: grid;
  align-content: start;
  gap: 7px;
  min-height: 176px;
  padding: 12px;
  color: var(--ink);
  background: #f8fbff;
  border: 1px solid #dbe8f8;
  border-radius: 8px;
}

.seo-core-card:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow-soft);
  transform: translateY(-1px);
}

.seo-core-card.is-current {
  background: #f6fbf8;
  border-color: #bde2cf;
}

.seo-core-card em {
  width: fit-content;
  padding: 4px 8px;
  color: #123063;
  background: #eef6ff;
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
}

.seo-core-card strong {
  font-size: 15px;
  line-height: 1.28;
  word-break: keep-all;
}

.seo-core-card span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.42;
  word-break: keep-all;
}

.seo-core-card small {
  color: #0f5f43;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
}

.seo-core-card b {
  width: fit-content;
  margin-top: auto;
  padding: 5px 8px;
  color: #0f5f43;
  background: #e3f8ed;
  border: 1px solid #cbeedc;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 950;
}

.seo-core-note,
.community-template-note {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.language-bridge {
  background: #f8fbff;
  border-color: #dbe8f8;
}

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

.language-bridge-grid article,
.community-template-grid article {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 150px;
  padding: 14px;
  background: #ffffff;
  border: 1px solid #dce6f4;
  border-radius: 8px;
}

.language-bridge-grid strong,
.community-template-grid strong {
  color: #123063;
  font-size: 15px;
  line-height: 1.32;
}

.language-bridge-grid p,
.community-template-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  white-space: pre-line;
  word-break: keep-all;
}

.language-bridge-grid a {
  width: fit-content;
  margin-top: auto;
  padding: 6px 9px;
  color: #0f5f43;
  background: #e3f8ed;
  border: 1px solid #cbeedc;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 950;
}

.language-keyword-strip {
  display: grid;
  gap: 9px;
  padding: 12px;
  background: #ffffff;
  border: 1px solid #dce6f4;
  border-radius: 8px;
}

.language-keyword-strip strong {
  color: #123063;
  font-size: 13px;
}

.language-keyword-strip div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.language-keyword-strip a {
  padding: 5px 8px;
  color: #0f5f43;
  background: #e3f8ed;
  border: 1px solid #cbeedc;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.community-template-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.community-template-grid em {
  width: fit-content;
  padding: 4px 8px;
  color: var(--blue);
  background: #eef6ff;
  border-radius: 999px;
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
}

.detail-status-bar {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-top: 12px;
  padding: 12px;
  background: #ffffff;
  border: 1px solid #dbe8f8;
  border-radius: 8px;
}

.detail-status-bar strong,
.detail-status-bar span {
  display: block;
}

.detail-status-bar strong {
  color: var(--blue-2);
  font-size: 15px;
}

.detail-status-bar span {
  color: var(--muted);
  font-size: 12px;
}

.detail-status-bar nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.detail-status-bar a,
.detail-status-bar button {
  min-height: 32px;
  padding: 0 10px;
  color: #123063;
  background: #eef6ff;
  border: 1px solid #cfe2ff;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.continue-reading-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 22px 0;
  padding: 18px 20px;
  background: #f3f8ff;
  border: 1px solid #bfd4ee;
  border-left: 4px solid #1261c9;
  border-radius: 8px;
}

.continue-reading-copy {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.continue-reading-copy > span {
  color: #0b6b42;
  font-size: 12px;
  font-weight: 950;
}

.continue-reading-copy > strong {
  color: #10233f;
  font-size: 20px;
  line-height: 1.3;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.continue-reading-copy > p {
  max-width: 760px;
  margin: 0;
  color: #536276;
  font-size: 14px;
  line-height: 1.5;
  word-break: keep-all;
}

.continue-reading-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 142px;
  min-height: 46px;
  padding: 0 16px;
  color: #ffffff;
  background: #0b3a75;
  border: 1px solid #0b3a75;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
}

.continue-reading-link:hover {
  color: #ffffff;
  background: #082d5c;
  border-color: #082d5c;
}

.continue-reading-link b {
  font-size: 22px;
  line-height: 1;
}

.next-path-panel {
  display: grid;
  gap: 14px;
  margin: 18px 0;
  padding: 18px;
  background: linear-gradient(180deg, #ffffff, #f7fbff);
  border: 1px solid #d8e5f4;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

@media (max-width: 640px) {
  .continue-reading-band {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 18px 0;
    padding: 15px;
  }

  .continue-reading-copy > strong {
    font-size: 18px;
  }

  .continue-reading-copy > p {
    font-size: 13px;
  }

  .continue-reading-link {
    width: 100%;
  }
}

.next-path-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-end;
}

.next-path-head span {
  color: var(--blue-bright);
  font-size: 12px;
  font-weight: 950;
}

.next-path-head h2 {
  margin: 3px 0 0;
  font-size: 24px;
  line-height: 1.22;
  word-break: keep-all;
}

.next-path-head p,
.next-path-panel > p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

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

.next-check-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.next-path-grid a {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 164px;
  padding: 14px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.next-check-grid a {
  min-height: 152px;
}

.next-path-grid a:hover {
  border-color: var(--blue-bright);
  box-shadow: var(--shadow-soft);
  transform: translateY(-1px);
}

.next-path-grid em {
  width: fit-content;
  padding: 4px 8px;
  color: #0b6b42;
  background: #e3f8ed;
  border-radius: 999px;
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
}

.next-path-grid a:nth-child(2n) em {
  color: #1746a2;
  background: #e8f0ff;
}

.next-path-grid strong {
  font-size: 17px;
  line-height: 1.3;
  word-break: keep-all;
}

.next-check-grid strong {
  overflow-wrap: anywhere;
}

.next-path-grid span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  word-break: keep-all;
}

.next-path-grid b {
  width: fit-content;
  margin-top: auto;
  padding: 5px 8px;
  color: #123063;
  background: #eef6ff;
  border: 1px solid #cfe2ff;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 950;
}

.home-feed-preview {
  display: grid;
  grid-template-columns: minmax(170px, 0.72fr) repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
  margin: 14px 0 8px;
  padding: 12px;
  background: #eaf1fb;
  border: 1px solid #d5e2f4;
  border-radius: var(--radius);
}

.home-feed-preview > div,
.home-feed-preview a {
  min-width: 0;
  padding: 12px;
  border-radius: 8px;
}

.home-feed-preview > div {
  display: grid;
  align-content: center;
  gap: 3px;
  color: #123063;
}

.home-feed-preview > div span {
  color: var(--blue-bright);
  font-size: 12px;
  font-weight: 900;
}

.home-feed-preview > div strong {
  font-size: 18px;
  line-height: 1.24;
}

.home-feed-preview a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 10px;
  align-content: center;
  background: white;
  border: 1px solid #dce6f4;
}

.home-feed-preview a:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow-soft);
}

.home-feed-preview em,
.home-feed-preview b,
.home-feed-preview small {
  min-width: 0;
  font-style: normal;
}

.home-feed-preview em {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}

.home-feed-preview b {
  grid-column: 1 / -1;
  overflow: hidden;
  color: #111827;
  font-size: 14px;
  line-height: 1.32;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-feed-preview small {
  grid-column: 2;
  grid-row: 1;
  color: var(--soft);
  font-size: 12px;
  font-weight: 900;
}

.home-spotlight-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-end;
  margin: 20px 0 12px;
}

.home-spotlight-head h2 {
  margin: 0;
  font-size: 21px;
}

.home-spotlight-head p {
  margin: 4px 0 0;
  color: var(--muted);
}

.home-spotlight-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.home-spotlight-card {
  position: relative;
  display: grid;
  min-height: 178px;
  align-content: start;
  gap: 8px;
  padding: 18px 16px 16px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 2px 0 rgba(16, 24, 40, 0.02);
  overflow: hidden;
}

.home-spotlight-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #2f6fed, #19a974);
}

.home-spotlight-card b {
  position: absolute;
  top: 15px;
  right: 14px;
  display: inline-grid;
  width: 34px;
  height: 30px;
  place-items: center;
  color: #123063;
  background: #eef6ff;
  border: 1px solid #cfe2ff;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 900;
}

.home-spotlight-card span {
  width: fit-content;
  max-width: calc(100% - 48px);
  padding: 4px 8px;
  color: #079455;
  background: #ddf7eb;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.home-spotlight-card:nth-child(2) span,
.home-spotlight-card:nth-child(4) span {
  color: #264cc8;
  background: #e8edff;
}

.home-spotlight-card strong {
  min-height: 56px;
  font-size: 18px;
  line-height: 1.32;
  word-break: keep-all;
}

.home-spotlight-card em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.home-spotlight-card i {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
  color: var(--soft);
  font-size: 13px;
  font-style: normal;
}

.home-spotlight-card small {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 4px 8px;
  color: var(--yellow);
  background: var(--yellow-soft);
  border: 1px solid #f4d58d;
  border-radius: 7px;
  font-weight: 900;
}

.home-spotlight-card:nth-child(1) small,
.home-spotlight-card:nth-child(2) small {
  color: #079455;
  background: #effaf4;
  border-color: #a9e8c2;
}

.primary-button,
.secondary-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.primary-button {
  background: var(--blue-2);
  color: white;
  border-color: var(--blue-2);
}

.secondary-button,
.ghost-button {
  background: white;
  color: var(--blue-2);
}

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

.quick-card {
  display: flex;
  gap: 14px;
  min-height: 118px;
  padding: 16px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 2px 0 rgba(11, 58, 117, 0.02);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.quick-card:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow);
  transform: translateY(-1px);
}

.quick-icon {
  flex: 0 0 auto;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--blue);
}

.quick-icon.check {
  color: var(--green);
}

.quick-icon.alert {
  color: var(--green);
}

.quick-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quick-card strong,
.quick-card em,
.quick-card b {
  display: block;
  font-style: normal;
}

.quick-card strong {
  font-size: 16px;
}

.quick-card em {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.quick-card b {
  margin-top: 8px;
  color: var(--blue);
  font-size: 13px;
}

.disclaimer {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.ad-slot {
  display: grid;
  place-items: center;
  border: 1px solid #d7e0ea;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  color: #667085;
  text-align: center;
  overflow: hidden;
}

.ad-slot-live {
  display: block;
  border-style: solid;
  background: #ffffff;
  padding: 10px;
}

.ad-slot-live > span {
  text-align: center;
}

.ad-slot-live .adsbygoogle {
  width: 100%;
  min-width: 250px;
}

.ad-slot span,
.ad-slot strong {
  display: block;
}

.ad-slot span {
  margin-bottom: 5px;
  color: #7b8794;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
}

.ad-slot strong {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 700;
}

.loan-manual-ad-boundary {
  display: flow-root;
  width: 100%;
  contain: layout style;
}

.loan-manual-ad-boundary.is-unfilled {
  display: none;
}

body[data-ad-profile] .loan-manual-ad-boundary {
  min-height: 180px;
  margin-block: 56px;
}

/* Protection markers are AdSense UI audit hooks; CSS does not suppress or reposition Auto Ads. */
body[data-ad-profile] .ad-slot-live {
  border: 0;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  padding: 12px 0 16px;
}

.ad-wide {
  width: min(100%, var(--max));
  max-width: var(--max);
  min-height: 118px;
  margin: 12px auto 18px;
}

.ad-rail {
  min-height: 600px;
  position: sticky;
  top: 108px;
}

.ad-inarticle {
  width: 100%;
  min-height: 220px;
  margin: 18px 0;
}

.ad-pos-top-responsive {
  margin-top: 10px;
  margin-bottom: 20px;
}

.ad-pos-incontent-after-documents {
  margin-top: 20px;
  margin-bottom: 22px;
}

.ad-pos-incontent-before-faq {
  margin-top: 22px;
  margin-bottom: 22px;
}

.ad-pos-incontent-before-related,
.ad-pos-article-after-answer,
.ad-pos-article-after-guidance,
.ad-pos-article-after-comparison,
.ad-pos-article-before-faq,
.ad-pos-tool-after-result-start,
.ad-pos-tool-after-guidance,
.ad-pos-tool-bottom,
.ad-pos-home-after-answer,
.ad-pos-home-after-core,
.ad-pos-home-after-comparison,
.ad-pos-home-before-documents,
.ad-pos-home-bottom,
.ad-pos-search-after-results-start,
.ad-pos-search-bottom,
.ad-pos-policy-after-guidance,
.ad-pos-policy-bottom {
  margin-top: 24px;
  margin-bottom: 24px;
}

.ad-pos-bottom-responsive {
  margin-top: 24px;
  margin-bottom: 16px;
}

.ad-multiplex {
  width: 100%;
  min-height: 420px;
  margin: 26px 0;
}

.top-direct-answer,
.missed-precheck-panel {
  display: grid;
  gap: 14px;
  margin: 0 0 18px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.top-direct-answer {
  border-left: 4px solid var(--blue);
}

.top-direct-answer span,
.missed-precheck-head span {
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
}

.top-direct-answer h2,
.missed-precheck-head h2 {
  margin: 4px 0;
  font-size: 24px;
  line-height: 1.22;
  word-break: keep-all;
}

.top-direct-answer p,
.missed-precheck-head p,
.missed-precheck-panel > p {
  max-width: 860px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.62;
  word-break: keep-all;
}

.top-direct-answer p:first-of-type {
  color: var(--ink);
  font-size: 16px;
}

.top-direct-focus-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.top-direct-focus-list li {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 11px;
  border: 1px solid #d7e5f3;
  border-radius: 7px;
  background: #f7fbff;
}

.top-direct-focus-list strong {
  color: #123063;
  font-size: 14px;
  line-height: 1.35;
}

.top-direct-focus-list span {
  color: #4c6074;
  font-size: 12px;
  line-height: 1.5;
}

.top-direct-answer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.top-direct-answer nav a {
  min-height: 36px;
  padding: 8px 10px;
  color: #123063;
  background: #eef6ff;
  border: 1px solid #cfe2ff;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 950;
}

.top-direct-sources {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  padding: 10px 12px;
  color: #355066;
  background: #f7fafc;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.45;
}

.top-direct-sources strong {
  color: var(--green);
  font-weight: 950;
}

.top-direct-sources span {
  color: #355066;
  font-size: 12px;
  font-weight: 750;
}

.top-direct-sources a {
  color: var(--blue);
  font-weight: 900;
  white-space: nowrap;
}

.search-demand-loop {
  display: grid;
  gap: 14px;
  margin: 18px 0 22px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid #d7e4f2;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.search-demand-loop-head {
  display: flex;
  gap: 16px;
  align-items: end;
  justify-content: space-between;
}

.search-demand-loop-head span,
.search-demand-loop-grid em {
  color: var(--green);
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
}

.search-demand-loop-head h2 {
  margin: 4px 0;
  font-size: 22px;
  line-height: 1.28;
  letter-spacing: 0;
}

.search-demand-loop-head p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.search-demand-loop-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.search-demand-loop-grid a {
  display: grid;
  gap: 6px;
  min-width: 0;
  min-height: 154px;
  padding: 12px;
  color: var(--ink);
  background: #f8fbff;
  border: 1px solid #dbe8f8;
  border-radius: 8px;
}

.search-demand-loop-grid strong,
.search-demand-loop-grid span,
.search-demand-loop-grid b {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.search-demand-loop-grid strong {
  font-size: 15px;
  line-height: 1.35;
}

.search-demand-loop-grid span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.search-demand-loop-grid b {
  align-self: end;
  color: var(--blue);
  font-size: 12px;
}

.problem-first-hub {
  display: grid;
  gap: 14px;
  margin: 18px 0 22px;
  padding: 20px;
  background: #f7fbff;
  border: 1px solid #cddff0;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.problem-first-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.problem-first-head span {
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
}

.problem-first-head h2 {
  margin: 4px 0;
  font-size: 24px;
  line-height: 1.28;
}

.problem-first-head p {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.problem-first-head .primary-button {
  flex: 0 0 auto;
}

.problem-first-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.problem-first-grid a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 5px 9px;
  min-width: 0;
  min-height: 152px;
  padding: 14px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid #d8e6f3;
  border-radius: 8px;
}

.problem-first-grid a:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow-soft);
}

.problem-first-grid b {
  grid-row: 1 / span 3;
  color: var(--blue);
  font-size: 13px;
}

.problem-first-grid em,
.problem-first-grid strong,
.problem-first-grid span {
  grid-column: 2;
  min-width: 0;
  overflow-wrap: anywhere;
}

.problem-first-grid em {
  color: var(--green);
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
}

.problem-first-grid strong {
  font-size: 16px;
  line-height: 1.35;
}

.problem-first-grid span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.problem-visa-routes {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid #d8e6f3;
}

.problem-visa-routes > strong {
  color: #23344a;
  font-size: 13px;
}

.problem-visa-routes nav {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.problem-visa-routes a {
  padding: 7px 10px;
  color: var(--blue-2);
  background: #ffffff;
  border: 1px solid #cddff0;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 900;
}

.problem-visa-routes a[aria-current="page"] {
  color: #ffffff;
  background: var(--blue-2);
  border-color: var(--blue-2);
}

.problem-first-hub.is-compact .problem-first-grid a {
  min-height: 136px;
}

.visa-requirement-matrix {
  margin: 18px 0;
  padding: 18px;
  background: #ffffff;
  border: 1px solid #d7e4f2;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.visa-requirement-matrix dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.visa-requirement-matrix dl > div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 10px;
  padding: 12px;
  background: #f8fbff;
  border: 1px solid #dbe8f8;
  border-radius: 8px;
}

.visa-requirement-matrix dt {
  color: var(--blue-2);
  font-size: 13px;
  font-weight: 950;
}

.visa-requirement-matrix dd {
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.5;
  word-break: keep-all;
}

.visa-requirement-matrix nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.visa-requirement-matrix nav a,
.checklist-page-role a {
  min-height: 36px;
  padding: 8px 10px;
  color: #123063;
  background: #eef6ff;
  border: 1px solid #cfe2ff;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 950;
}

.checklist-page-role {
  display: grid;
  gap: 7px;
  margin: 0 0 18px;
  padding: 14px;
  background: #f6fbf8;
  border: 1px solid #cbeedc;
  border-radius: 8px;
}

.checklist-page-role strong {
  color: #0f5f43;
  font-size: 15px;
}

.checklist-page-role p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.checklist-page-role a {
  width: fit-content;
}

.ad-trust-note {
  margin: -2px 0 10px;
  padding: 10px 12px;
  color: #355066;
  background: #f7fafc;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
  word-break: keep-all;
}

.document-prep-snapshot {
  margin-top: 16px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid #d7e4f2;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.document-guide-hero {
  align-items: stretch;
}

.document-guide-hero .top-direct-answer,
.document-guide-hero .document-prep-snapshot {
  margin: 12px 0 0;
}

.compact-head {
  align-items: start;
  margin-bottom: 12px;
}

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

.document-prep-grid label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "check title"
    "tag text";
  gap: 6px 10px;
  min-height: 108px;
  padding: 12px;
  background: #f8fbff;
  border: 1px solid #dbe8f8;
  border-radius: 8px;
  cursor: pointer;
}

.document-prep-grid input {
  grid-area: check;
  margin-top: 4px;
}

.document-prep-grid span {
  grid-area: tag;
  align-self: start;
}

.document-prep-grid span b {
  display: inline-flex;
  min-width: 54px;
  min-height: 24px;
  align-items: center;
  justify-content: center;
  padding: 3px 8px;
  color: #0a7a55;
  background: #e7f8ef;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
}

.document-prep-grid strong {
  grid-area: title;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.35;
  word-break: keep-all;
}

.document-prep-grid em {
  grid-area: text;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.48;
  word-break: keep-all;
}

.document-prep-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.document-prep-links a {
  min-height: 36px;
  padding: 8px 10px;
  color: #123063;
  background: #eef6ff;
  border: 1px solid #cfe2ff;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 900;
}

.document-prep-more {
  display: none;
}

.missed-precheck-panel {
  background: #f8fbff;
  border-color: #dbe8f8;
}

.missed-precheck-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.missed-precheck-grid a {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 150px;
  padding: 14px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid #dce6f4;
  border-radius: 8px;
}

.missed-precheck-grid a:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow-soft);
}

.missed-precheck-grid strong {
  font-size: 16px;
  line-height: 1.32;
}

.missed-precheck-grid span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  word-break: keep-all;
}

.missed-precheck-grid b {
  width: fit-content;
  margin-top: auto;
  padding: 5px 8px;
  color: #0f5f43;
  background: #e3f8ed;
  border: 1px solid #cbeedc;
  border-radius: 7px;
  font-size: 12px;
}

.ai-answer {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-left: 4px solid var(--green);
  border-radius: var(--radius);
  box-shadow: 0 1px 0 rgba(16, 24, 40, 0.02);
}

.ai-answer-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--soft);
  font-size: 12px;
  font-weight: 900;
}

.ai-answer h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.28;
}

.ai-answer p {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
}

.ai-answer dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.ai-answer dl div {
  padding: 12px;
  background: var(--surface-2);
  border-radius: 7px;
}

.ai-answer dt {
  color: var(--blue-2);
  font-size: 13px;
  font-weight: 900;
}

.ai-answer dd {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 14px;
}

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

.answer-db-card {
  display: grid;
  align-content: start;
  gap: 9px;
  min-height: 146px;
  padding: 13px;
  color: var(--ink);
  background: #fbfdff;
  border: 1px solid #dbe7f3;
  border-radius: 7px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.answer-db-card:hover {
  color: var(--ink);
  border-color: var(--blue);
  box-shadow: var(--shadow-soft);
  transform: translateY(-1px);
}

.answer-db-card.is-wide {
  grid-column: 1 / -1;
}

.answer-db-card > span {
  width: fit-content;
  padding: 4px 8px;
  color: #0b5cad;
  background: #eef6ff;
  border: 1px solid #d6e7fb;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.answer-db-card ol,
.answer-db-card ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
}

.answer-db-card li {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.45;
}

.answer-db-card li span {
  display: block;
  color: var(--soft);
  font-size: 12px;
  font-weight: 800;
}

.answer-db-card > b {
  align-self: end;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.answer-db-card strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.35;
}

.answer-db-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.ai-source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding-top: 2px;
}

.ai-source-links strong {
  color: var(--ink);
  font-size: 13px;
}

.ai-source-links a,
.ai-source-links span {
  display: inline-flex;
  padding: 5px 8px;
  background: var(--green-soft);
  color: var(--green);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.decision-path {
  display: grid;
  gap: 14px;
  margin: 18px 0 22px;
  padding: 18px;
  background: #f8fbff;
  border: 1px solid #cfe0f2;
  border-radius: var(--radius);
}

.decision-head span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.decision-head h2 {
  margin: 2px 0 0;
  font-size: 24px;
  line-height: 1.25;
}

.decision-head p {
  margin: 6px 0 0;
  color: var(--muted);
}

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

.decision-card {
  display: grid;
  align-content: start;
  gap: 7px;
  min-height: 150px;
  padding: 14px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.decision-card:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow);
}

.decision-card span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}

.decision-card strong {
  font-size: 16px;
  line-height: 1.3;
}

.decision-card em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.application-funnel {
  display: grid;
  gap: 14px;
  margin: 18px 0 22px;
  padding: 18px;
  background: #f6fbf8;
  border: 1px solid #bde2cf;
  border-radius: var(--radius);
}

.application-funnel-head {
  display: grid;
  gap: 4px;
}

.application-funnel-head span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}

.application-funnel-head h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
}

.application-funnel-head p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
}

.application-funnel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.application-funnel-grid a {
  display: grid;
  align-content: start;
  gap: 7px;
  min-height: 156px;
  padding: 14px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.application-funnel-grid a:hover {
  border-color: var(--green);
  box-shadow: var(--shadow);
}

.application-funnel-grid span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.application-funnel-grid strong {
  font-size: 16px;
  line-height: 1.3;
}

.application-funnel-grid em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.page-focus-blocks {
  display: grid;
  gap: 16px;
  margin: 18px 0 22px;
}

.page-focus-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.page-focus-card {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 100%;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #d8e5f4;
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.page-focus-card > span {
  width: fit-content;
  padding: 4px 8px;
  color: #0b6b42;
  background: #e3f8ed;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}

.page-focus-card:nth-child(2n) > span {
  color: #1746a2;
  background: #e8f0ff;
}

.page-focus-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.28;
  word-break: keep-all;
}

.page-focus-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.page-focus-card ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 18px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.5;
}

.page-focus-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.page-focus-actions a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  color: #123063;
  background: #eef6ff;
  border: 1px solid #cfe2ff;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.english-brief {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin: 18px 0 22px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-left: 4px solid var(--blue);
  border-radius: var(--radius);
}

.english-brief span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.english-brief h2 {
  margin: 2px 0 0;
  font-size: 22px;
  line-height: 1.3;
}

.english-brief p {
  margin: 7px 0 0;
  color: var(--muted);
}

.english-brief nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  min-width: 250px;
}

.english-brief a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 10px;
  background: var(--surface-2);
  color: var(--blue-2);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.language-aid {
  display: grid;
  gap: 14px;
  margin: 18px 0 22px;
  padding: 18px;
  background: #fffdf7;
  border: 1px solid #e8d7ac;
  border-radius: var(--radius);
}

.language-aid-copy span {
  color: #8a5a00;
  font-size: 12px;
  font-weight: 900;
}

.language-aid-copy h2 {
  margin: 2px 0 0;
  font-size: 22px;
  line-height: 1.3;
}

.language-aid-copy p {
  max-width: 900px;
  margin: 8px 0 0;
  color: var(--muted);
}

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

.language-term-grid article {
  display: grid;
  gap: 6px;
  min-height: 116px;
  padding: 14px;
  background: #ffffff;
  border: 1px solid #eadbb8;
  border-radius: 7px;
}

.language-term-grid strong {
  color: var(--blue-2);
  font-size: 14px;
}

.language-term-grid span {
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.language-term-grid em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.language-switcher {
  display: grid;
  gap: 12px;
}

.language-choice-row {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.language-choice {
  display: grid;
  gap: 2px;
  min-width: 132px;
  min-height: 58px;
  padding: 10px 12px;
  background: #ffffff;
  color: var(--ink);
  border: 1px solid #eadbb8;
  border-radius: 8px;
  text-align: left;
  cursor: pointer;
}

.language-choice span {
  color: #8a5a00;
  font-size: 12px;
  font-weight: 900;
}

.language-choice strong {
  font-size: 14px;
  line-height: 1.25;
}

.language-choice.is-active {
  background: #0b3a75;
  color: #ffffff;
  border-color: #0b3a75;
}

.language-choice.is-active span {
  color: #dceaff;
}

.language-live-panel {
  display: grid;
  gap: 10px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #eadbb8;
  border-radius: 8px;
}

.language-live-panel > span {
  color: #8a5a00;
  font-size: 12px;
  font-weight: 900;
}

.language-live-panel h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.35;
}

.language-live-panel p {
  margin: 6px 0 0;
  color: var(--muted);
}

.language-live-terms {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.language-live-terms article {
  display: grid;
  gap: 5px;
  min-height: 96px;
  padding: 12px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 7px;
}

.language-live-terms strong {
  color: var(--blue-2);
  font-size: 13px;
}

.language-live-terms span {
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
}

.language-live-terms em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
}

.language-live-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.language-live-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 10px;
  background: var(--surface-2);
  color: var(--blue-2);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.language-detail-link {
  width: fit-content;
}

.language-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.language-link-row a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 10px;
  background: #ffffff;
  color: var(--blue-2);
  border: 1px solid #e8d7ac;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.tool-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.tool-hub-grid a {
  display: grid;
  gap: 8px;
  min-height: 178px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: inherit;
  box-shadow: var(--shadow-sm);
}

.tool-hub-grid span {
  width: fit-content;
  padding: 4px 8px;
  background: #edf5ff;
  color: var(--blue-2);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.tool-hub-grid strong {
  font-size: 17px;
  line-height: 1.35;
}

.tool-hub-grid em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.55;
}

.review-proof {
  display: grid;
  gap: 12px;
  margin: 18px 0 22px;
  padding: 18px;
  background: #f9fbfc;
  border: 1px solid #d4e0ea;
  border-radius: var(--radius);
}

.review-proof-head span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}

.review-proof-head h2 {
  margin: 2px 0 0;
  font-size: 22px;
  line-height: 1.3;
}

.review-proof-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 10px;
}

.review-proof-grid a {
  display: grid;
  align-content: start;
  gap: 6px;
  min-height: 118px;
  padding: 14px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 7px;
}

.review-proof-grid a:hover {
  border-color: var(--green);
  box-shadow: var(--shadow);
}

.review-proof-grid strong {
  color: var(--blue-2);
  font-size: 14px;
}

.review-proof-grid span {
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
}

.review-proof-grid em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.ai-search-map {
  padding: 22px;
  background: #f7fbff;
  border: 1px solid #cfe0f2;
  border-radius: var(--radius);
}

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

.ai-cluster-grid article {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 250px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 7px;
}

.ai-cluster-grid article:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow);
}

.ai-cluster-grid span {
  width: fit-content;
  padding: 4px 8px;
  background: #e8f5ef;
  color: var(--green);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.ai-cluster-grid h3 {
  margin: 0;
  color: var(--blue-2);
  font-size: 20px;
  line-height: 1.32;
  word-break: keep-all;
}

.ai-cluster-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.ai-cluster-grid nav {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 4px;
}

.ai-cluster-grid nav a,
.ai-answer-sources a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 10px;
  background: var(--surface-2);
  color: var(--blue-2);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.ai-answer-sources {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 7px;
}

.ai-answer-sources h3 {
  margin: 0;
  font-size: 18px;
}

.ai-answer-sources div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ai-answer-sources a {
  align-items: flex-start;
  flex-direction: column;
  height: auto;
  min-height: 52px;
  padding: 9px 11px;
  border-radius: 7px;
}

.ai-answer-sources strong {
  color: var(--blue);
  font-size: 12px;
}

.ai-answer-sources span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 30px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px 64px;
}

.home-content-layout {
  grid-template-columns: minmax(0, 1fr) 300px;
  padding-inline: 24px;
}

.content-main {
  min-width: 0;
}

.content-rail {
  display: grid;
  align-content: start;
  gap: 16px;
}

@media (min-width: 1021px) {
  body[data-ad-profile] .content-layout {
    grid-template-columns: minmax(0, 1fr);
    max-width: 1000px;
  }

  body[data-ad-profile] .content-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
  }
}

.rail-box {
  display: grid;
  gap: 8px;
  padding: 16px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.rail-box strong {
  margin-bottom: 4px;
}

.rail-box a {
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
}

.rail-assist-box {
  background: #f8fbff;
  border-color: #cfe0f2;
}

.rail-assist-box a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-height: 36px;
  padding: 7px 9px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: #123063;
  font-weight: 850;
}

.rail-assist-box a span {
  padding: 2px 6px;
  color: var(--green);
  background: var(--green-soft);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
}

.filters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto auto;
  gap: 12px;
  align-items: end;
  margin-bottom: 16px;
}

.filters label {
  display: grid;
  gap: 6px;
  color: #344054;
  font-size: 14px;
  font-weight: 800;
}

.filters select {
  width: 100%;
  height: 44px;
  padding: 0 36px 0 12px;
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  color: var(--ink);
  font-size: 15px;
}

.filters output {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  color: var(--muted);
  font-weight: 800;
  white-space: nowrap;
}

.section {
  margin-top: 34px;
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 14px;
}

.section h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: 0;
}

.section-head p,
.section > p {
  margin: 6px 0 0;
  color: var(--muted);
}

.text-link,
.row-link {
  color: var(--blue);
  font-weight: 800;
}

.table-wrap {
  overflow-x: auto;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.compare-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
}

.compare-table th,
.compare-table td {
  padding: 15px 16px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  text-align: left;
}

.compare-table th {
  background: var(--surface-2);
  color: #344054;
  font-size: 14px;
  white-space: nowrap;
}

.compare-table td strong,
.compare-table td span,
.compare-table td small {
  display: block;
}

.compare-table td > span:not(.pill) {
  color: var(--muted);
  font-size: 13px;
}

.compare-table small {
  margin-top: 6px;
  color: var(--muted);
}

.compare-table ul {
  margin: 0;
  padding-left: 18px;
}

.compare-table a {
  color: var(--blue);
  font-weight: 800;
}

.pill,
.source-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.pill.good,
.source-badge.official {
  background: var(--green-soft);
  color: var(--green);
}

.pill.mid,
.source-badge.partial {
  background: #eaf2ff;
  color: var(--blue);
}

.pill.low,
.source-badge.pending {
  background: var(--yellow-soft);
  color: var(--yellow);
}

.bank-grid,
.warning-grid,
.glossary-grid,
.monetization-grid,
.keyword-grid,
.popular-grid,
.silo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.bank-card,
.warning-grid article,
.warning-grid > a,
.glossary-grid article,
.monetization-grid article,
.keyword-grid a,
.popular-card,
.silo-grid article,
.note-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
}

.bank-card {
  position: relative;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.bank-card:hover,
.bank-card:focus-within {
  border-color: var(--blue);
  box-shadow: var(--shadow-soft);
  transform: translateY(-1px);
}

.card-click-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
}

.bank-card > :not(.card-click-overlay) {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.bank-card a:not(.card-click-overlay) {
  pointer-events: auto;
}

.card-click-label {
  display: block;
  margin-top: 10px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.warning-grid > a {
  display: grid;
  align-content: start;
  gap: 8px;
  color: var(--ink);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.warning-grid > a:hover {
  color: var(--ink);
  border-color: var(--blue);
  box-shadow: var(--shadow-soft);
  transform: translateY(-1px);
}

.warning-grid > a > b {
  align-self: end;
  margin-top: 6px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.popular-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow-x: auto;
  padding-bottom: 4px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.popular-grid::-webkit-scrollbar {
  display: none;
}

.popular-card {
  position: relative;
  display: grid;
  min-height: 172px;
  align-content: start;
  gap: 7px;
  overflow: hidden;
  scroll-snap-align: start;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.popular-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--green), var(--orange));
}

.popular-card:hover,
.keyword-grid a:hover,
.feed-list a:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow);
  transform: translateY(-1px);
}

.popular-card span {
  color: var(--soft);
  font-size: 12px;
  font-weight: 900;
}

.popular-card strong {
  font-size: 18px;
  line-height: 1.3;
}

.popular-card em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.popular-card b {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 4px 8px;
  color: var(--yellow);
  background: var(--yellow-soft);
  border: 1px solid #f4d58d;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 900;
}

.bank-card-top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mini-icon {
  display: grid;
  width: 32px;
  height: 32px;
  color: var(--blue);
}

.mini-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bank-card-top strong,
.bank-card-top em {
  display: block;
  font-style: normal;
}

.bank-card-top em {
  color: var(--muted);
  font-size: 13px;
}

.bank-card h3,
.warning-grid h3,
.glossary-grid h3,
.note-panel h3 {
  margin: 12px 0 8px;
  font-size: 20px;
  line-height: 1.3;
}

.bank-card p,
.warning-grid p,
.glossary-grid p,
.note-panel p,
.monetization-grid p {
  color: var(--muted);
  margin: 0;
}

.bank-card dl {
  display: grid;
  gap: 8px;
  margin: 14px 0;
}

.bank-card dl div {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 10px;
}

.bank-card dt {
  color: var(--soft);
  font-weight: 800;
}

.bank-card dd {
  margin: 0;
}

.source-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.source-row a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.section-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 6px;
  padding: 4px 10px;
  color: var(--green);
  background: var(--green-soft);
  border: 1px solid #bdebd9;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.loan-db-detail {
  border-top: 4px solid var(--green);
}

.loan-db-detail .section-head time {
  flex: 0 0 auto;
  color: var(--blue-2);
  font-size: 13px;
  font-weight: 900;
}

.db-summary-grid,
.db-info-grid {
  display: grid;
  gap: 14px;
}

.db-summary-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 14px;
}

.db-info-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.db-summary-card,
.db-info-grid > a,
.db-source-panel,
.db-caution-box,
.db-related {
  background: #fbfdff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
}

.db-summary-card {
  display: grid;
  align-content: start;
  min-height: 150px;
  gap: 8px;
  color: var(--ink);
  text-decoration: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.db-summary-card:hover,
.db-summary-card:focus-visible {
  color: var(--ink);
  border-color: var(--blue);
  box-shadow: var(--shadow-soft);
  transform: translateY(-1px);
  outline: none;
}

.db-info-card,
.db-caution-box {
  display: block;
  color: var(--ink);
  text-decoration: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.db-info-card:hover,
.db-info-card:focus-visible,
.db-caution-box:hover,
.db-caution-box:focus-visible {
  color: var(--ink);
  border-color: var(--blue);
  box-shadow: var(--shadow-soft);
  transform: translateY(-1px);
  outline: none;
}

.db-summary-card span {
  color: var(--soft);
  font-size: 12px;
  font-weight: 900;
}

.db-summary-card strong {
  font-size: 18px;
  line-height: 1.35;
}

.db-summary-card p,
.db-info-grid p,
.db-caution-box li,
.db-info-grid li,
.db-related span,
.db-mini-note {
  color: var(--muted);
}

.db-summary-card > .card-click-label {
  align-self: end;
  margin-top: auto;
}

.visa-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.visa-tag-row b,
.queue-field-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 9px;
  color: #123063;
  background: #eef6ff;
  border: 1px solid #cfe2ff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.db-info-grid h3,
.db-caution-box h3,
.db-related h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.db-info-grid ul,
.db-caution-box ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 20px;
}

.db-source-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-top: 14px;
  background: #f6fbf8;
  border-color: #bdebd9;
}

.db-source-panel.is-clickable {
  position: relative;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.db-source-panel.is-clickable:hover,
.db-source-panel.is-clickable:focus-within {
  border-color: var(--blue);
  box-shadow: var(--shadow-soft);
}

.db-source-panel.is-clickable > :not(.card-click-overlay) {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.db-source-panel.is-clickable a:not(.card-click-overlay) {
  pointer-events: auto;
}

.db-source-panel strong,
.db-source-panel p,
.db-source-panel small {
  display: block;
}

.db-source-panel p {
  margin: 2px 0;
  color: var(--ink);
  font-weight: 800;
}

.db-source-panel small {
  color: var(--muted);
}

.db-source-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.db-caution-box {
  margin-top: 14px;
  background: #fffaf0;
  border-color: #f4d58d;
}

.db-related {
  margin-top: 14px;
}

.db-related > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.db-related a {
  display: grid;
  gap: 4px;
  min-height: 82px;
  padding: 12px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 7px;
}

.db-related strong {
  line-height: 1.3;
}

.automation-queue {
  border-top: 4px solid var(--blue);
}

.queue-field-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.queue-steps {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.queue-steps li {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 12px;
  padding: 12px;
  background: #fbfdff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.queue-steps strong {
  color: var(--blue-2);
}

.queue-steps span {
  color: var(--muted);
}

.segment-list {
  display: grid;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.feed-list {
  display: grid;
  gap: 8px;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.feed-list a {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  min-height: 54px;
  padding: 10px 16px;
  background: var(--surface);
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.feed-list a:last-child {
  border-bottom: 1px solid var(--line);
}

.feed-list span {
  display: inline-flex;
  justify-content: center;
  padding: 4px 9px;
  background: #eef6ff;
  color: var(--blue-bright);
  border: 1px solid #bdd7ff;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 900;
}

.feed-list strong {
  line-height: 1.35;
}

.feed-list em {
  color: var(--soft);
  font-size: 13px;
  font-style: normal;
  white-space: nowrap;
}

.feed-list b {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 7px;
  color: white;
  background: #6495ed;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 900;
}

.home-tool-grid a {
  min-height: 154px;
  background: var(--surface);
}

.home-dashboard {
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.28fr);
  gap: 16px;
  align-items: start;
}

.home-dashboard .section {
  min-width: 0;
  margin-top: 26px;
  padding: 22px 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.home-dashboard .section-head {
  margin-bottom: 14px;
}

.home-dashboard .section-head p {
  display: none;
}

.home-dashboard .home-tool-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-dashboard .home-tool-grid a {
  align-content: start;
  grid-template-columns: 1fr 18px;
  min-height: 152px;
  padding: 18px;
}

.home-dashboard .home-tool-grid a .home-action-icon {
  grid-column: 1 / -1;
  grid-row: auto;
  margin-bottom: 8px;
}

.home-dashboard .home-tool-grid a strong,
.home-dashboard .home-tool-grid a em {
  grid-column: 1 / -1;
}

.home-dashboard .home-tool-grid a::after {
  grid-column: 2;
  grid-row: 3 / span 2;
  align-self: end;
}

.segment-row {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 220px;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid var(--line);
}

.segment-row:last-child {
  border-bottom: 0;
}

.segment-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  background: #eaf2ff;
  color: var(--blue-2);
  border-radius: 7px;
  font-weight: 900;
}

.segment-row strong,
.segment-row em {
  display: block;
  font-style: normal;
}

.segment-row em {
  color: var(--muted);
}

.segment-row b {
  color: var(--green);
  font-size: 14px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 16px;
  align-items: start;
}

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

.checklist label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  min-height: 44px;
  padding: 10px 12px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 7px;
  cursor: pointer;
}

.checklist input {
  margin-top: 4px;
}

.checklist label.done {
  background: var(--green-soft);
  border-color: #a8dfc7;
  color: var(--green);
}

.warning-section {
  padding: 22px;
  background: #fffdf6;
  border: 1px solid #f1d390;
  border-radius: var(--radius);
}

.policy-stack {
  display: grid;
  gap: 12px;
}

.policy-stack article {
  padding: 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.policy-stack article[id] {
  scroll-margin-top: 112px;
}

.policy-stack h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.policy-stack p {
  margin: 8px 0 0;
  color: var(--muted);
}

.policy-stack ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.policy-stack li {
  padding: 9px 10px;
  background: var(--surface-2);
  border-radius: 7px;
  color: #344054;
  font-size: 14px;
  font-weight: 800;
}

.policy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.policy-actions a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 9px 13px;
  border: 1px solid #b8c8dc;
  border-radius: 12px;
  background: #f4f8fc;
  color: #0b3a75;
  font-weight: 800;
  text-decoration: none;
}

.policy-actions a:hover,
.policy-actions a:focus-visible {
  border-color: #0b3a75;
  background: #eaf2fb;
}

.trust-grid,
.tag-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.trust-grid a,
.tag-grid a {
  display: grid;
  gap: 6px;
  min-height: 112px;
  padding: 16px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.trust-grid a:hover,
.tag-grid a:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow);
}

.trust-grid strong,
.tag-grid strong {
  font-size: 17px;
  line-height: 1.3;
}

.trust-grid span,
.tag-grid em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.tag-grid a > span {
  width: fit-content;
  padding: 3px 8px;
  background: var(--green-soft);
  color: var(--green);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.faq-hub-panel {
  padding: 22px;
  background: #fbfcff;
  border: 1px solid #d6e3f2;
  border-radius: var(--radius);
}

.faq-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.faq-hub-grid a {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 220px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 7px;
}

.faq-hub-grid a:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow);
}

.faq-hub-grid span {
  width: fit-content;
  padding: 4px 8px;
  background: #eef5ff;
  color: var(--blue);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.faq-hub-grid strong {
  color: var(--blue-2);
  font-size: 18px;
  line-height: 1.35;
  word-break: keep-all;
}

.faq-hub-grid em {
  color: var(--muted);
  font-size: 14px;
  font-style: normal;
  line-height: 1.6;
}

.faq-hub-grid b {
  align-self: end;
  color: var(--green);
  font-size: 13px;
}

.official-check-center {
  background: #f8fbff;
  border-color: #d8e6f5;
}

.official-source-detail {
  display: grid;
  gap: 12px;
  margin: 0 0 18px;
  padding: 20px;
  background: #fff;
  border: 2px solid var(--green);
  border-radius: 7px;
  box-shadow: var(--shadow-soft);
}

.official-source-detail[hidden] {
  display: none;
}

.official-source-detail > span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}

.official-source-detail h3,
.official-source-detail p {
  margin: 0;
}

.official-source-detail h3 {
  color: var(--blue-2);
  font-size: 22px;
  line-height: 1.35;
}

.official-source-detail p {
  color: var(--muted);
  line-height: 1.7;
}

.official-source-detail dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.official-source-detail dl div {
  padding: 10px 12px;
  background: #f5f8fc;
  border: 1px solid var(--line);
  border-radius: 7px;
}

.official-source-detail dt {
  color: var(--soft);
  font-size: 12px;
  font-weight: 900;
}

.official-source-detail dd {
  margin: 3px 0 0;
  color: var(--ink);
  font-weight: 800;
}

.official-source-detail > a {
  width: fit-content;
}

.official-source-guide {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0;
}

.official-source-guide section {
  padding: 14px 0 0;
  border-top: 1px solid #d6e2ef;
}

.official-source-guide h4 {
  margin: 0 0 10px;
  color: #123c66;
  font-size: 16px;
  line-height: 1.45;
}

.official-source-guide ul,
.official-source-guide ol {
  margin: 0;
  padding-left: 21px;
}

.official-source-guide li + li {
  margin-top: 8px;
}

.official-check-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.official-check-grid article,
.official-check-grid > a {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 250px;
  padding: 18px;
  color: var(--ink);
  background: white;
  border: 1px solid var(--line);
  border-radius: 7px;
}

.official-check-grid article:hover,
.official-check-grid > a:hover {
  color: var(--ink);
  border-color: var(--blue);
  box-shadow: var(--shadow);
}

.official-check-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.official-check-top span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  background: var(--blue-2);
  color: white;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
}

.official-check-top em {
  padding: 4px 8px;
  background: var(--green-soft);
  color: var(--green);
  border-radius: 999px;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.official-check-grid h3 {
  margin: 0;
  color: var(--blue-2);
  font-size: 19px;
  line-height: 1.35;
  word-break: keep-all;
}

.official-check-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.official-check-card > b {
  display: block;
  margin-top: auto;
  padding: 9px 10px;
  color: var(--green);
  background: #f6fbf8;
  border: 1px solid #cfe8db;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 900;
}

.official-check-flow a {
  padding: 9px 10px;
  color: var(--blue-2);
  background: #eef5ff;
  border: 1px solid #d6e7fb;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 900;
}

.official-check-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 14px;
  padding: 14px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 7px;
}

.official-check-flow strong {
  margin-right: 4px;
  color: var(--ink);
}

.readiness-tool {
  padding: 20px;
  background: #f6fbf8;
  border: 1px solid #cde8da;
  border-radius: var(--radius);
}

.readiness-score {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  min-height: 42px;
  padding: 0 14px;
  background: var(--green);
  color: white;
  border-radius: 7px;
  font-weight: 900;
}

.readiness-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 14px;
}

.readiness-checks {
  display: grid;
  gap: 8px;
}

.readiness-checks label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
  padding: 12px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 7px;
  cursor: pointer;
}

.readiness-checks input {
  margin-top: 4px;
}

.readiness-checks span {
  color: #263648;
  font-weight: 800;
}

.readiness-checks b {
  color: var(--green);
  font-size: 13px;
}

.readiness-result {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 16px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.readiness-result strong {
  font-size: 20px;
  line-height: 1.3;
}

.readiness-result p {
  margin: 0;
  color: var(--muted);
}

.readiness-result div {
  display: grid;
  gap: 8px;
}

.document-tool {
  padding: 20px;
  background: #fffdf6;
  border: 1px solid #f1d390;
  border-radius: var(--radius);
}

.route-tool {
  padding: 20px;
  background: #f8fbff;
  border: 1px solid #cfe0f2;
  border-radius: var(--radius);
}

.route-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 14px;
}

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

.route-form label {
  display: grid;
  gap: 7px;
  padding: 13px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 7px;
}

.route-form span {
  color: var(--blue-2);
  font-size: 13px;
  font-weight: 900;
}

.route-form select {
  width: 100%;
  min-height: 42px;
  padding: 0 34px 0 11px;
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  color: var(--ink);
}

.unified-readiness-form .readiness-identity-field,
.unified-readiness-form .readiness-conditional,
.unified-readiness-form .readiness-submit,
.unified-readiness-form .readiness-privacy {
  grid-column: 1 / -1;
}

.readiness-conditional {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
  background: #edf7f2;
  border: 1px solid #cde8da;
  border-radius: 7px;
}

.readiness-conditional[hidden] {
  display: none;
}

.readiness-submit {
  min-height: 46px;
}

.readiness-privacy {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.unified-readiness-result > span {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.unified-readiness-result h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.35;
}

.unified-readiness-result h3:focus-visible {
  outline: 3px solid #f3c94c;
  outline-offset: 4px;
}

.readiness-result-block {
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.readiness-result-block strong {
  font-size: 14px;
}

.readiness-result-block ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 19px;
  color: #263648;
  font-size: 14px;
  line-height: 1.55;
}

.readiness-related-block nav {
  display: grid;
  gap: 6px;
}

.readiness-related-block a {
  padding: 8px 10px;
  color: var(--blue-2);
  background: #eef6ff;
  border: 1px solid #d4e5f8;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 850;
}

.readiness-share-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.readiness-share-row button {
  min-height: 40px;
  cursor: pointer;
}

.readiness-share-row span {
  color: var(--green);
  font-size: 13px;
  font-weight: 850;
}

.readiness-share-note {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.route-result {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 16px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 7px;
}

.route-result > span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}

.route-result strong {
  font-size: 20px;
  line-height: 1.3;
}

.route-result p {
  margin: 0;
  color: var(--muted);
}

.document-route-list {
  display: grid;
  gap: 7px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.document-route-list li {
  position: relative;
  padding: 8px 9px 8px 30px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.45;
}

.document-route-list li::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 14px;
  width: 7px;
  height: 7px;
  background: var(--green);
  border-radius: 50%;
}

.route-links {
  display: grid;
  gap: 8px;
  margin-top: 4px;
}

.route-links a {
  width: 100%;
}

.cost-tool {
  padding: 20px;
  background: #f9fbfc;
  border: 1px solid #d4e0ea;
  border-radius: var(--radius);
}

.cost-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 14px;
  align-items: start;
}

.cost-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-self: start;
}

.cost-form label {
  display: grid;
  gap: 7px;
  padding: 13px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 7px;
}

.cost-form label > span {
  color: var(--blue-2);
  font-size: 13px;
  font-weight: 900;
}

.cost-form input,
.cost-form select {
  width: 100%;
  min-height: 42px;
  padding: 0 11px;
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  color: var(--ink);
  font: inherit;
  font-weight: 800;
}

.input-with-unit {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
}

.input-with-unit em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.cost-result {
  display: grid;
  align-content: start;
  gap: 11px;
  padding: 16px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 7px;
}

.cost-result > span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}

.cost-result > strong {
  font-size: 25px;
  line-height: 1.2;
}

.cost-result dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.cost-result dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-top: 1px solid var(--line);
}

.cost-result dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.cost-result dd {
  margin: 0;
  color: var(--ink);
  font-weight: 900;
  text-align: right;
}

.cost-result p {
  margin: 0;
  color: var(--muted);
}

.cost-tool .readiness-score {
  min-width: 98px;
}

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

.doc-check-grid article {
  display: grid;
  gap: 8px;
  padding: 16px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.doc-check-grid h3 {
  margin: 0 0 4px;
  font-size: 18px;
  line-height: 1.3;
}

.doc-check-grid label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  min-height: 42px;
  padding: 9px 10px;
  background: var(--surface-2);
  border-radius: 7px;
  color: #263648;
  font-weight: 800;
  cursor: pointer;
}

.doc-check-grid input {
  margin-top: 4px;
}

.doc-result {
  margin-top: 12px;
}

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

.source-list article,
.source-list > a {
  display: grid;
  gap: 6px;
  padding: 15px;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.source-list > a:hover {
  color: var(--ink);
  border-color: var(--blue);
  box-shadow: var(--shadow-soft);
  transform: translateY(-1px);
}

.source-list p {
  margin: 0;
  color: var(--muted);
}

.source-list span {
  color: var(--soft);
  font-size: 13px;
}

.source-list > a > b {
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
}

.keyword-grid a strong,
.keyword-grid a span,
.monetization-grid strong,
.monetization-grid span,
.monetization-grid em {
  display: block;
}

.keyword-grid a span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.silo-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.silo-grid-four {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.silo-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
}

.silo-grid h3 {
  margin: 0;
  font-size: 18px;
}

.silo-grid article > div {
  display: grid;
  gap: 8px;
}

.silo-grid a {
  display: grid;
  gap: 2px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-weight: 900;
}

.silo-grid a:hover {
  color: var(--blue);
}

.silo-grid a span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.monetization-grid span {
  margin-top: 4px;
  color: var(--blue);
  font-weight: 800;
}

.monetization-grid em {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.faq-list {
  display: grid;
  gap: 8px;
}

.faq-list details {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.faq-list summary {
  padding: 16px;
  cursor: pointer;
  font-weight: 900;
}

.faq-list p {
  margin: 0;
  padding: 0 16px 16px;
  color: var(--muted);
}

.search-panel {
  padding: 20px;
  background: #eef6ff;
  border: 1px solid #c9ddf3;
  border-radius: var(--radius);
}

.search-panel .section-head {
  align-items: center;
}

.search-panel output {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue-2);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.site-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.site-search-form label {
  display: grid;
  gap: 6px;
  color: #344054;
  font-size: 13px;
  font-weight: 900;
}

.site-search-form input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  background: white;
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  color: var(--ink);
  outline: none;
}

.site-search-form input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(11, 92, 173, 0.12);
}

.site-search-form .primary-button {
  align-self: end;
  min-height: 48px;
}

.search-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.search-terms a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 10px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue-2);
  font-size: 13px;
  font-weight: 900;
}

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

.search-result-card {
  display: grid;
  align-content: start;
  gap: 6px;
  min-height: 146px;
  padding: 15px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.search-result-card:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow);
}

.search-result-card span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}

.search-result-card strong {
  font-size: 17px;
  line-height: 1.35;
}

.search-result-card em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.search-result-card b {
  color: var(--blue);
  font-size: 12px;
}

.search-empty {
  margin-top: 14px;
  padding: 14px;
  background: var(--yellow-soft);
  border: 1px solid #f1d390;
  border-radius: 7px;
}

.search-empty strong,
.search-empty p {
  display: block;
  margin: 0;
}

.search-empty p {
  margin-top: 4px;
  color: var(--muted);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 30px max(20px, calc((100vw - var(--max)) / 2));
  background: #0d1b2a;
  color: white;
}

.site-footer p {
  max-width: 560px;
  color: #cbd5e1;
  margin: 6px 0 0;
}

.site-footer div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-content: start;
  justify-content: flex-end;
}

.site-footer a {
  color: #dbeafe;
  font-weight: 800;
}

.mobile-dock {
  display: none;
}

[hidden] {
  display: none !important;
}

@media (max-width: 1280px) {
  .site-header {
    gap: 16px;
  }

  .brand {
    min-width: 250px;
  }

  .brand strong {
    font-size: 20px;
  }

  .main-nav {
    gap: 10px;
  }

  .nav-link {
    font-size: 14px;
  }

  .header-actions {
    display: none;
  }

  .header-search {
    flex-basis: 300px;
  }
}

@media (max-width: 980px) {
  .translate-topbar {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 7px 20px;
  }

  .translate-topbar nav {
    justify-content: flex-start;
  }

  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .main-nav {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .problem-first-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .header-search {
    width: 100%;
    flex-basis: auto;
    height: 44px;
    grid-template-columns: minmax(0, 1fr) 44px;
  }

  .nav-link {
    white-space: nowrap;
  }

  .home-top-notice {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 8px 20px;
  }

  .home-top-notice b {
    grid-column: 1 / -1;
    width: fit-content;
  }

  .home-feed-preview {
    grid-template-columns: 1fr;
  }

  .home-discovery,
  .home-dashboard {
    grid-template-columns: 1fr;
  }

  .home-hero {
    padding: 14px 20px;
    background:
      linear-gradient(180deg, rgba(248, 251, 251, 0.98), rgba(255, 255, 255, 0.95)),
      url("/assets/og-foreigner-loan-guide.png") right top / 460px auto no-repeat;
  }

  .home-action-grid,
  .home-tool-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

	  .home-pulse-grid,
	  .home-key-topic-grid,
	  .home-question-grid,
	  .hero-takeaways,
	  .seo-core-grid,
	  .language-bridge-grid,
	  .community-template-grid,
  .missed-precheck-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-db-head,
  .seo-core-head,
  .community-template-head,
  .detail-status-bar {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-db-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .home-criteria-strip ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-status-bar nav {
    justify-content: flex-start;
  }

  .next-path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-grid,
  .hero-prep-actions,
  .prep-center-actions,
  .content-layout,
  .split,
  .readiness-layout,
  .route-layout,
  .cost-layout,
  .english-brief,
  .language-term-grid,
  .language-live-terms,
  .tool-hub-grid,
  .doc-check-grid,
  .decision-grid,
  .application-funnel-grid,
  .page-focus-grid,
  .ai-cluster-grid,
  .official-check-grid,
  .review-proof-grid {
    grid-template-columns: 1fr;
  }

  .readiness-conditional {
    grid-template-columns: 1fr;
  }

  .content-rail {
    display: none;
  }

  .filters {
    grid-template-columns: 1fr 1fr;
  }

  .ai-answer dl {
    grid-template-columns: 1fr;
  }

  .answer-db-board {
    grid-template-columns: 1fr;
  }

  .english-brief nav {
    justify-content: flex-start;
    min-width: 0;
  }

  .bank-grid,
  .db-summary-grid,
  .db-info-grid,
  .db-related > div,
  .warning-grid,
  .glossary-grid,
  .monetization-grid,
  .keyword-grid,
  .popular-grid,
  .silo-grid,
  .search-results,
  .trust-grid,
  .tag-grid,
  .official-check-grid,
  .faq-hub-grid {
    grid-template-columns: 1fr;
  }

  .db-source-panel,
  .queue-steps li {
    grid-template-columns: 1fr;
  }

  .db-source-actions {
    justify-content: flex-start;
  }

  .popular-grid {
    grid-template-columns: none;
    grid-auto-columns: minmax(240px, 72vw);
  }

  .home-spotlight-strip {
    display: flex;
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: none;
  }

  .home-spotlight-strip::-webkit-scrollbar {
    display: none;
  }

  .home-spotlight-card {
    flex: 0 0 min(320px, 78vw);
  }

  .home-dashboard .home-tool-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .segment-row {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .segment-row b {
    grid-column: 2;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 52px;
  }

  .problem-first-hub {
    gap: 12px;
    margin: 16px 0;
    padding: 14px;
  }

  .problem-first-head,
  .problem-visa-routes {
    align-items: stretch;
    flex-direction: column;
  }

  .problem-first-head h2 {
    font-size: 20px;
  }

  .problem-first-head .primary-button {
    width: 100%;
  }

  .problem-first-grid {
    grid-template-columns: 1fr;
  }

  .problem-first-grid a,
  .problem-first-hub.is-compact .problem-first-grid a {
    min-height: 0;
  }

  .problem-visa-routes nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .problem-visa-routes a {
    padding-inline: 7px;
    text-align: center;
  }

  .readiness-share-row {
    align-items: stretch;
    flex-direction: column;
  }

  .translate-topbar {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    min-height: 48px;
    padding: 7px 10px;
    overflow: hidden;
  }

  .translate-topbar > div {
    flex: 0 0 auto;
    gap: 0;
  }

  .translate-topbar > div span,
  .translate-more span,
  .translate-status {
    display: none;
  }

  .translate-topbar strong {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 8px;
    color: #e0f2fe;
    background: rgba(14, 165, 233, 0.18);
    border: 1px solid rgba(125, 211, 252, 0.36);
    border-radius: 999px;
    font-size: 12px;
  }

  .translate-topbar nav {
    flex: 1 1 auto;
    gap: 7px;
    min-width: 0;
    padding: 2px 2px 4px;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .translate-pill,
  .translate-more {
    gap: 4px;
    min-height: 34px;
    padding: 0 11px;
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.34);
    box-shadow: 0 5px 14px rgba(2, 6, 23, 0.18);
  }

  .translate-pill.is-primary {
    background: #ffffff;
    color: #082f49;
  }

  .translate-pill b,
  .translate-more b {
    min-width: 24px;
    font-size: 14px;
    line-height: 1;
  }

  .translate-pill span {
    display: inline;
    max-width: 72px;
    overflow: hidden;
    color: inherit;
    font-size: 11px;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand {
    min-width: 0;
  }

  .header-search {
    display: none;
  }

  .home-top-notice {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    min-height: 0;
    padding: 9px 20px;
  }

  .home-top-notice strong {
    font-size: 15px;
  }

  .home-top-notice span {
    display: none;
  }

  .home-top-notice b {
    grid-column: auto;
    min-height: 28px;
    padding: 0 10px;
  }

  .hero {
    padding-top: 24px;
  }

  .home-hero {
    padding: 10px 16px 12px;
    background:
      linear-gradient(180deg, rgba(248, 251, 251, 0.98), rgba(255, 255, 255, 0.97)),
      url("/assets/og-foreigner-loan-guide.png") right -80px top / 360px auto no-repeat;
  }

  .home-discovery {
    gap: 10px;
  }

  .home-search-panel {
    min-height: auto;
  }

  .home-search-panel,
  .home-check-panel {
    padding: 14px;
  }

  .home-check-panel {
    display: none;
  }

  .home-panel-head {
    margin-bottom: 10px;
  }

  .home-panel-head p {
    display: none;
  }

  .home-hero-proof {
    gap: 6px;
  }

  .home-hero-proof span {
    min-height: 25px;
    padding: 0 8px;
    font-size: 11px;
  }

  .home-search-panel h1 {
    font-size: 25px;
    line-height: 1.18;
  }

  .hero-search-form {
    grid-template-columns: minmax(0, 1fr) 58px;
    min-height: 58px;
    border-width: 2px;
  }

  .hero-search-form input {
    padding: 0 14px;
    font-size: 18px;
  }

  .hero-search-form button span {
    display: none;
  }

  .hero-search-form svg {
    width: 25px;
    height: 25px;
  }

  .home-persona-row {
    margin-top: 9px;
  }

  .home-persona-row a {
    min-height: 30px;
    padding: 0 10px;
    font-size: 12px;
  }

  .home-match-cta {
    grid-template-columns: 1fr;
    min-height: 50px;
    margin-top: 9px;
    padding: 9px 12px;
  }

  .home-match-cta::after {
    grid-column: 1;
    grid-row: auto;
    width: fit-content;
  }

  .home-match-cta span {
    display: none;
  }

  .home-action-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .home-action-grid,
  .home-tool-grid,
  .home-dashboard .home-tool-grid {
    grid-template-columns: 1fr;
  }

  .home-action-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-action-grid a {
    grid-template-columns: 36px minmax(0, 1fr);
    min-height: 68px;
    padding: 9px;
  }

  .home-action-grid a::after {
    display: none;
  }

  .home-action-grid strong,
  .home-action-grid em {
    grid-column: 2;
    white-space: normal;
  }

  .home-action-grid strong {
    font-size: 14px;
  }

  .home-action-grid em {
    font-size: 12px;
  }

  .home-action-grid .home-action-icon {
    width: 36px;
    height: 36px;
  }

  .home-action-grid .home-action-icon svg {
    width: 23px;
    height: 23px;
  }

  .home-loan-pulse,
  .home-key-topic-gateway,
  .home-question-loop {
    gap: 12px;
    margin-bottom: 16px;
    padding: 15px;
  }

  .home-pulse-head,
  .home-key-topic-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .home-pulse-head h2,
  .home-key-topic-head h2 {
    font-size: 21px;
  }

  .home-pulse-grid,
  .home-key-topic-grid,
  .home-question-grid,
  .seo-core-grid,
  .language-bridge-grid,
  .community-template-grid,
  .missed-precheck-grid {
    grid-template-columns: 1fr;
  }

  .home-pulse-card,
  .home-question-grid a,
  .seo-core-card,
  .language-bridge-grid article,
  .community-template-grid article,
  .missed-precheck-grid a {
    min-height: 0;
  }

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

  .home-db-service {
    gap: 12px;
    margin-bottom: 16px;
    padding: 15px;
  }

  .seo-core-cluster,
  .language-bridge,
  .community-templates,
  .top-direct-answer,
  .document-prep-snapshot,
  .missed-precheck-panel {
    gap: 12px;
    margin: 16px 0;
    padding: 15px;
  }

  .document-prep-grid {
    grid-template-columns: 1fr;
  }

  .document-prep-snapshot .compact-head p,
  .document-prep-grid .mobile-secondary-check,
  .document-prep-links {
    display: none;
  }

  .document-prep-grid label {
    min-height: 0;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "check title"
      "tag text";
    padding: 10px;
  }

  .document-prep-grid em {
    font-size: 12px;
    line-height: 1.38;
  }

  .document-prep-more {
    display: block;
    min-height: 38px;
    margin-top: 10px;
    padding: 10px 12px;
    color: #123063;
    background: #eef6ff;
    border: 1px solid #cfe2ff;
    border-radius: 7px;
    text-align: center;
    font-size: 13px;
    font-weight: 900;
  }

  .seo-core-head,
  .community-template-head {
    gap: 8px;
  }

  .seo-core-head h2,
  .language-bridge-head h2,
  .community-template-head h2,
  .top-direct-answer h2,
  .missed-precheck-head h2 {
    font-size: 21px;
  }

  .top-direct-focus-list {
    grid-template-columns: 1fr;
  }

  .home-db-head {
    gap: 8px;
  }

  .home-db-head h2 {
    font-size: 21px;
  }

  .home-db-info-grid,
  .home-criteria-strip ul {
    grid-template-columns: 1fr;
  }

  .home-db-info-grid a {
    min-height: 0;
  }

  .home-criteria-strip {
    padding: 12px;
  }

  .detail-status-bar {
    padding: 11px;
  }

  .detail-status-bar a,
  .detail-status-bar button {
    flex: 1 1 calc(50% - 8px);
  }

  .next-path-panel {
    gap: 12px;
    margin: 16px 0;
    padding: 15px;
  }

  .next-path-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .next-path-head h2 {
    font-size: 21px;
  }

  .next-path-grid {
    grid-template-columns: 1fr;
  }

  .next-path-grid a {
    min-height: 0;
  }

  .home-key-topic-card {
    min-height: 0;
  }

  .home-tool-grid a {
    min-height: 94px;
  }

  .home-check-ring {
    width: 60px;
    height: 60px;
  }

  .home-check-panel h2 {
    max-width: 190px;
    font-size: 22px;
  }

  .home-spotlight-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-spotlight-card {
    flex: 0 0 78vw;
  }

  .hero h1 {
    font-size: 31px;
    line-height: 1.18;
  }

  .hero-copy p {
    font-size: 16px;
  }

  .quick-grid,
  .filters,
  .checklist,
  .site-search-form,
  .route-form,
  .cost-form,
  .policy-stack ul {
    grid-template-columns: 1fr;
  }

  .quick-card {
    min-height: auto;
  }

  .section-head,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .section h2 {
    font-size: 23px;
  }

  .bank-card dl div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .ad-wide {
    width: auto;
    max-width: none;
    margin-inline: 16px;
  }

  body[data-ad-profile] .ad-wide {
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }

  body[data-ad-profile] .loan-manual-ad-boundary {
    min-height: 220px;
    margin-block: 48px;
  }

  body[data-ad-profile] .ad-wide .adsbygoogle {
    min-height: 220px;
  }

  body[data-ad-profile="high-intent-five"] .loan-manual-ad-boundary {
    min-height: 280px;
    margin-block: 56px;
  }

  body[data-ad-profile="high-intent-five"] .ad-wide .adsbygoogle {
    min-height: 250px;
  }

  body[data-ad-profile="search"] .loan-manual-ad-boundary,
  body[data-ad-profile="policy"] .loan-manual-ad-boundary {
    min-height: 200px;
    margin-block: 40px;
  }

  .hot-searches {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .feed-list a {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .feed-list span {
    width: fit-content;
  }

  .feed-list em {
    white-space: normal;
  }

  .mobile-dock {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1px;
    padding: 6px 8px 8px;
    background: rgba(255, 255, 255, 0.94);
    border-top: 1px solid var(--line-strong);
    box-shadow: 0 -12px 30px rgba(16, 24, 40, 0.12);
    backdrop-filter: blur(16px);
  }

  .mobile-dock a {
    display: grid;
    min-height: 46px;
    place-items: center;
    background: white;
    color: var(--blue-2);
    border: 1px solid var(--line);
    border-radius: 8px;
    font-size: 13px;
    font-weight: 900;
  }

  .top-direct-sources,
  .visa-requirement-matrix dl {
    grid-template-columns: 1fr;
  }

  .top-direct-sources a {
    white-space: normal;
  }

  .visa-requirement-matrix {
    padding: 15px;
  }

  .visa-requirement-matrix dl > div {
    grid-template-columns: 80px minmax(0, 1fr);
    padding: 10px;
  }

  .search-demand-loop {
    padding: 14px;
  }

  .search-demand-loop-head {
    align-items: start;
  }

  .search-demand-loop-head .text-link {
    display: none;
  }

  .search-demand-loop-head h2 {
    font-size: 19px;
  }

  .search-demand-loop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .search-demand-loop-grid a {
    min-height: 146px;
  }
}

.ai-visibility-block {
  margin: 20px 0;
  padding: 22px;
  border: 1px solid rgba(29, 78, 216, 0.16);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.96), rgba(240, 253, 244, 0.92));
  box-shadow: 0 18px 46px rgba(9, 36, 87, 0.08);
}

.ai-visibility-head span {
  color: #1d4ed8;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.ai-visibility-head h2 {
  margin: 8px 0;
  color: #10233f;
}

.ai-visibility-head p,
.ai-source-note {
  color: #43536b;
  line-height: 1.7;
}

.ai-visibility-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.ai-visibility-grid article {
  padding: 16px;
  border: 1px solid rgba(29, 78, 216, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
}

.ai-visibility-grid b {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(29, 78, 216, 0.1);
  color: #1d4ed8;
  font-size: 0.75rem;
}

.ai-visibility-grid strong {
  display: block;
  color: #10233f;
}

.ai-visibility-grid div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.ai-visibility-grid span {
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(224, 242, 254, 0.92);
  color: #075985;
  font-size: 0.78rem;
  font-weight: 800;
}

.ai-source-note {
  margin: 16px 0 0;
  font-size: 0.92rem;
}

@media (max-width: 860px) {
  .ai-visibility-grid {
    grid-template-columns: 1fr;
  }
}

.prep-center {
  display: grid;
  gap: 14px;
  max-width: var(--max);
  margin: 10px auto 12px;
  padding: 18px 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 255, 0.96) 48%, rgba(242, 251, 246, 0.95)),
    radial-gradient(circle at right top, rgba(250, 204, 21, 0.2), transparent 32%);
  border: 1px solid #c8d9ec;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.prep-center-head {
  display: grid;
  gap: 7px;
}

.prep-center-head span {
  color: #0b6b42;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.02em;
}

.prep-center-head h2 {
  max-width: 940px;
  margin: 0;
  color: #0d1b2a;
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.18;
  letter-spacing: 0;
  word-break: keep-all;
}

.prep-center-head p,
.prep-center-note {
  max-width: 980px;
  margin: 0;
  color: #43536b;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.6;
  word-break: keep-all;
}

.prep-center-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.prep-center-actions a {
  display: grid;
  align-content: start;
  gap: 7px;
  min-height: 142px;
  padding: 14px;
  color: #10233f;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #d8e5f4;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(9, 36, 87, 0.07);
}

.prep-center-actions a:hover {
  border-color: #0b62d8;
  box-shadow: var(--shadow);
  transform: translateY(-1px);
}

.prep-center-actions b {
  width: fit-content;
  padding: 4px 8px;
  color: #0b6b42;
  background: #e3f8ed;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}

.prep-center-actions strong {
  color: #10233f;
  font-size: 16px;
  line-height: 1.28;
  word-break: keep-all;
}

.prep-center-actions span {
  color: #536276;
  font-size: 13px;
  line-height: 1.48;
}

@media (max-width: 1100px) {
  .hero-prep-actions,
  .prep-center-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hero-prep-actions {
    gap: 8px;
    margin-top: 12px;
  }

  .hero-prep-actions a {
    min-height: 88px;
    padding: 10px;
  }

  .hero-prep-actions strong {
    font-size: 14px;
  }

  .hero-prep-actions span {
    display: none;
  }
}

.revenue-cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.52fr);
  gap: 16px;
  align-items: center;
  max-width: var(--max);
  margin: 10px auto 12px;
  padding: 18px 24px;
  background: linear-gradient(135deg, #ffffff 0%, #f2fbf6 54%, #fff7df 100%);
  border: 1px solid #c9d9e8;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.revenue-cta-copy {
  display: grid;
  gap: 7px;
}

.revenue-cta-copy > span,
.decision-break span,
.checklist-actions > span,
.print-checklist-head span {
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.02em;
}

.revenue-cta-copy h2 {
  max-width: 920px;
  margin: 0;
  color: #0d1b2a;
  font-size: clamp(21px, 2.25vw, 32px);
  line-height: 1.22;
  letter-spacing: 0;
  word-break: keep-all;
}

.revenue-cta-copy p {
  max-width: 980px;
  margin: 0;
  color: #43536b;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.58;
  word-break: keep-all;
}

.revenue-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 4px;
}

.revenue-proof-row b {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: #0f5132;
  background: #e7f8ef;
  border: 1px solid #b8e6cd;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}

.revenue-cta-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.revenue-cta-actions a,
.db-source-actions a,
.checklist-actions a {
  min-width: 0;
  text-align: center;
}

.decision-break {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin: 18px 0;
  padding: 14px;
  background: #ffffff;
  border: 1px solid #d5e1ea;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.decision-break strong {
  display: block;
  margin-top: 3px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.35;
  word-break: keep-all;
}

.decision-break nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.decision-break a {
  display: grid;
  gap: 4px;
  min-height: 68px;
  padding: 10px;
  background: #f8fbff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.decision-break a:hover {
  border-color: var(--blue);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.decision-break b {
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
}

.decision-break a span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0;
}

.bank-visit-checklist-tool {
  background: #ffffff;
}

.checklist-print-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.38fr);
  gap: 14px;
  align-items: start;
}

.print-checklist-card,
.checklist-actions {
  display: grid;
  gap: 14px;
  padding: 16px;
  background: #f8fbff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.print-checklist-head strong {
  display: block;
  margin-top: 4px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.24;
  word-break: keep-all;
}

.print-checklist-head p,
.checklist-actions p,
.checklist-privacy-note p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

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

.print-check-group {
  display: grid;
  gap: 8px;
  padding: 14px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.print-check-group h3 {
  margin: 0;
  color: var(--blue-2);
  font-size: 17px;
  line-height: 1.32;
}

.print-check-group p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.print-check-group label {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  padding: 9px;
  background: #fbfdff;
  border: 1px solid #e3ebf2;
  border-radius: 7px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.print-check-group input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--green);
}

.print-check-group label.done {
  background: #effaf4;
  border-color: #b8e6cd;
}

.checklist-actions {
  position: sticky;
  top: 96px;
  background: #fffdf5;
  border-color: #ead48a;
}

.checklist-actions > strong {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.3;
}

.checklist-privacy-note {
  padding: 12px;
  background: #ffffff;
  border: 1px solid #e4d49c;
  border-radius: 8px;
}

.checklist-privacy-note b {
  color: var(--yellow);
  font-size: 13px;
  font-weight: 950;
}

@media (max-width: 980px) {
  .revenue-cta-band,
  .decision-break,
  .checklist-print-layout {
    grid-template-columns: 1fr;
  }

  .revenue-cta-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .checklist-actions {
    position: static;
  }
}

@media (max-width: 700px) {
  .revenue-cta-band {
    margin: 8px 10px 10px;
    padding: 14px;
  }

  .revenue-cta-copy h2 {
    font-size: 22px;
  }

  .revenue-cta-actions,
  .decision-break nav,
  .checklist-groups {
    grid-template-columns: 1fr;
  }

  .decision-break {
    margin: 14px 0;
  }

  .print-checklist-head strong {
    font-size: 21px;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 0;
  }

  .translate-topbar {
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .translate-topbar::-webkit-scrollbar {
    display: none;
  }

  .translate-topbar nav {
    flex-wrap: nowrap;
    min-width: max-content;
    overflow-x: auto;
  }

  .translate-pill span,
  .translate-more span {
    display: inline;
  }

  .hero h1 {
    font-size: clamp(28px, 7.4vw, 30px);
    line-height: 1.22;
  }

  .hero-copy p {
    line-height: 1.65;
  }

  .content-layout {
    padding-right: 18px;
    padding-left: 18px;
  }

  .home-content-layout {
    padding-right: 16px;
    padding-left: 16px;
  }

  .primary-button,
  .secondary-button,
  .ghost-button,
  .detail-status-bar a,
  .detail-status-bar button,
  .readiness-share-row button {
    min-height: 44px;
  }

  .text-link,
  .row-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding-block: 7px;
    overflow-wrap: anywhere;
  }

  .table-wrap {
    max-width: 100%;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }

  .compare-table {
    min-width: 760px;
  }

  .compare-table th,
  .compare-table td {
    padding: 12px 13px;
    line-height: 1.5;
  }

  .mobile-dock {
    position: static;
    inset: auto;
    grid-template-columns: repeat(4, 1fr);
    z-index: auto;
    margin: 0;
    padding: 10px 12px;
    background: #f8fbff;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    box-shadow: none;
    backdrop-filter: none;
  }

  .mobile-dock a {
    min-height: 48px;
    padding: 5px;
    font-size: 12px;
    line-height: 1.2;
    word-break: keep-all;
  }
}

@media print {
  .translate-topbar,
  .site-header,
  .home-top-notice,
  .hot-searches,
  .hero,
  .revenue-cta-band,
  .ad-slot,
  .content-rail,
  .application-funnel,
  .decision-break,
  .continue-reading-band,
  .site-footer,
  .mobile-dock,
  .checklist-actions,
  .section:not(.bank-visit-checklist-tool) {
    display: none !important;
  }

  body {
    background: white;
    padding: 0;
  }

  .content-layout,
  .content-main {
    display: block;
    max-width: none;
    padding: 0;
    margin: 0;
  }

  .bank-visit-checklist-tool,
  .print-checklist-card,
  .print-check-group {
    padding: 0;
    background: white;
    border-color: #111827;
    box-shadow: none;
  }

  .checklist-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


/* Four-site core search contract */
.core-direct-answer,
.core-related-band,
.core-quality-bridge {
  width: 100%;
  margin: 28px 0;
  padding: 24px 0;
  border-top: 1px solid rgba(30, 45, 40, .18);
  border-bottom: 1px solid rgba(30, 45, 40, .12);
}
.core-direct-answer > span,
.core-related-head > span,
.core-quality-heading > span {
  display: block;
  margin-bottom: 8px;
  color: #087f6a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}
.core-direct-answer h2,
.core-quality-heading h2 {
  margin: 0 0 14px;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.35;
  letter-spacing: 0;
}
.core-direct-answer p,
.core-quality-heading p {
  margin: 8px 0;
  color: #35413d;
  line-height: 1.75;
}
.core-related-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}
.core-related-head strong {
  color: #58635f;
  font-size: 12px;
}
.core-related-band nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(30, 45, 40, .14);
}
.core-related-band nav a {
  min-width: 0;
  padding: 13px 8px 13px 0;
  border-bottom: 1px solid rgba(30, 45, 40, .12);
  color: inherit;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
}
.core-related-band nav a:hover {
  color: #087f6a;
}
.core-condition-table {
  margin: 20px 0;
  border-top: 2px solid #263630;
}
.core-condition-table > div,
.core-condition-table > a[role="row"] {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(30, 45, 40, .14);
}
.core-condition-table > a[role="row"] {
  color: inherit;
  text-decoration: none;
  transition: background-color .16s ease, box-shadow .16s ease, transform .16s ease;
}
.core-condition-table > a[role="row"]:hover,
.core-condition-table > a[role="row"]:focus-visible {
  background: #f3faf7;
  box-shadow: inset 3px 0 0 #087f6a;
  transform: translateX(2px);
  outline: none;
}
.core-condition-table [role="columnheader"] {
  color: #1e2d28;
  font-size: 13px;
}
.core-condition-table [role="cell"] {
  color: #46534e;
  font-size: 14px;
  line-height: 1.55;
}
.core-checklist {
  margin: 24px 0;
}
.core-checklist h3,
.core-mini-faq h3 {
  margin: 0 0 12px;
  font-size: 19px;
  letter-spacing: 0;
}
.core-checklist ol {
  margin: 0 0 14px;
  padding-left: 22px;
}
.core-checklist li {
  margin: 8px 0;
  line-height: 1.6;
}
.core-checklist > a {
  color: #087f6a;
  font-weight: 750;
}
.core-mini-faq details {
  padding: 14px 0;
  border-top: 1px solid rgba(30, 45, 40, .14);
}
.core-mini-faq summary {
  cursor: pointer;
  font-weight: 750;
  line-height: 1.5;
}
.core-mini-faq p {
  margin: 10px 0 0;
  color: #52605b;
  line-height: 1.65;
}
@media (max-width: 720px) {
  .official-source-detail dl {
    grid-template-columns: 1fr;
  }

  .official-source-detail > a {
    width: 100%;
  }

  .core-direct-answer,
  .core-related-band,
  .core-quality-bridge {
    margin: 22px 0;
    padding: 20px 0;
  }
  .core-related-band nav {
    grid-template-columns: 1fr;
  }
  .core-condition-table > div,
  .core-condition-table > a[role="row"] {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .core-condition-table [role="columnheader"]:not(:first-child) {
    display: none;
  }
  .core-condition-table [role="cell"]::before {
    display: block;
    color: #087f6a;
    font-size: 11px;
    font-weight: 800;
  }
  .core-condition-table [role="cell"]:nth-child(2)::before {
    content: "이 페이지에서";
  }
  .core-condition-table [role="cell"]:nth-child(3)::before {
    content: "최종 확인";
  }
}

/* 2026-08 mobile-first information portal structure */
.portal-content-layout {
  display: block;
  width: min(100% - 40px, 1040px);
  margin-inline: auto;
}

.portal-content-layout .content-main {
  width: 100%;
  min-width: 0;
}

.editorial-feed {
  margin: 36px 0;
  padding: 0;
}

.editorial-feed-head > div > span,
.saved-feed > div:first-child > span {
  display: block;
  margin-bottom: 5px;
  color: #087f6a;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
}

.editorial-feed-head h2,
.saved-feed h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: 0;
}

.editorial-feed-head p,
.saved-feed > div:first-child > p {
  margin: 8px 0 0;
  color: var(--muted);
}

.editorial-feed-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.editorial-feed-card {
  position: relative;
  min-width: 0;
  background: #fff;
  border: 1px solid #d8e2df;
  border-radius: 8px;
  overflow: hidden;
}

.editorial-feed-card[hidden] {
  display: none;
}

.editorial-feed-card > a {
  display: block;
  min-height: 100%;
  padding: 18px 58px 18px 18px;
}

.editorial-feed-card > a:hover,
.editorial-feed-card > a:focus-visible {
  background: #f3faf7;
  outline: 2px solid #0f8d75;
  outline-offset: -2px;
}

.editorial-feed-card span {
  display: inline-block;
  color: #087f6a;
  font-size: 12px;
  font-weight: 850;
}

.editorial-feed-card h3 {
  margin: 7px 0 8px;
  font-size: 18px;
  line-height: 1.42;
  letter-spacing: 0;
}

.editorial-feed-card p {
  margin: 0;
  color: #56635f;
  font-size: 14px;
  line-height: 1.65;
}

.editorial-feed-card small {
  display: block;
  margin-top: 14px;
  color: #0758a6;
  font-size: 13px;
  font-weight: 800;
}

.feed-save-button {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  min-width: 42px;
  min-height: 36px;
  padding: 0 9px;
  color: #52605b;
  background: #fff;
  border: 1px solid #cad7d2;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.feed-save-button.is-saved {
  color: #075f50;
  background: #e7f7f1;
  border-color: #75b9a8;
}

.feed-filter {
  display: flex;
  gap: 8px;
  margin: 18px 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.feed-filter::-webkit-scrollbar {
  display: none;
}

.feed-filter button {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 14px;
  color: #44514d;
  background: #fff;
  border: 1px solid #cbd8d3;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.feed-filter button[aria-pressed="true"] {
  color: #fff;
  background: #087f6a;
  border-color: #087f6a;
}

.saved-feed {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 2px solid #263630;
}

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

.saved-feed-list > a {
  display: flex;
  min-width: 0;
  padding: 14px;
  flex-direction: column;
  background: #fff;
  border: 1px solid #d8e2df;
  border-radius: 6px;
}

.saved-feed-list span {
  color: #087f6a;
  font-size: 11px;
  font-weight: 850;
}

.saved-feed-list strong {
  margin-top: 4px;
  line-height: 1.45;
}

.silo-grid-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.silo-grid-compact article > div {
  max-height: none;
}

.mobile-dock a b,
.mobile-dock a span {
  display: block;
  letter-spacing: 0;
}

.mobile-dock a b {
  margin-bottom: 2px;
  color: #087f6a;
  font-size: 18px;
  line-height: 1;
}

.content-main :where(table, img, video, iframe) {
  max-width: 100%;
}

.content-main :where(.table-scroll, .comparison-table, .official-table-wrap) {
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}

.source-card,
.official-source-detail,
.editorial-feed-card {
  overflow-wrap: anywhere;
}

.compact-related-list {
  display: grid;
  gap: 0;
  border-top: 1px solid #d8e2df;
}

.compact-related-link {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 24px;
  gap: 12px;
  align-items: center;
  min-height: 82px;
  padding: 14px 4px;
  color: #15231e;
  border-bottom: 1px solid #d8e2df;
  text-decoration: none;
}

.compact-related-link:hover strong {
  color: #087a61;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.compact-related-order {
  display: grid;
  width: 28px;
  height: 28px;
  place-content: center;
  color: #087a61;
  background: #e8f6f1;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
}

.compact-related-copy {
  min-width: 0;
}

.compact-related-copy strong,
.compact-related-copy small {
  display: block;
  overflow-wrap: anywhere;
}

.compact-related-copy strong {
  font-size: 16px;
  line-height: 1.45;
}

.compact-related-copy small {
  margin-top: 4px;
  color: #61706b;
  font-size: 13px;
  line-height: 1.55;
}

.compact-related-arrow {
  color: #65736e;
  font-size: 24px;
  text-align: right;
}

@media (max-width: 720px) {
  body {
    padding-bottom: 68px;
    font-size: 16px;
    line-height: 1.72;
  }

  .translate-topbar {
    position: relative;
    top: auto;
    display: block;
    min-height: 40px;
    padding: 6px 12px;
    white-space: nowrap;
  }

  .translate-topbar > div,
  .translate-status,
  .google-translate-mount {
    display: none;
  }

  .translate-topbar nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    overflow-x: auto;
  }

  .translate-pill,
  .translate-more {
    min-height: 30px;
    padding-inline: 10px;
    border-radius: 6px;
  }

  .site-header {
    position: sticky;
    top: 0;
    z-index: 25;
    min-height: 52px;
    padding: 8px 14px;
  }

  .brand {
    min-width: 0;
    gap: 9px;
  }

  .brand-mark {
    width: 26px;
    height: 26px;
  }

  .brand strong {
    font-size: 15px;
    line-height: 1.2;
  }

  .brand small {
    font-size: 10px;
  }

  .main-nav,
  .header-search,
  .header-actions {
    display: none;
  }

  .hero,
  .home-hero,
  .document-guide-hero,
  .simple-hero {
    width: 100%;
    margin: 0;
    padding: 24px 16px 20px;
    border-radius: 0;
  }

  .hero h1,
  .home-hero h1,
  .document-guide-hero h1,
  .simple-hero h1 {
    max-width: 100%;
    margin: 8px 0 12px;
    font-size: 28px;
    line-height: 1.28;
    letter-spacing: 0;
    overflow-wrap: anywhere;
  }

  .hero-copy > p,
  .home-panel-head > p {
    font-size: 16px;
    line-height: 1.68;
  }

  .portal-content-layout,
  .home-content-layout {
    width: 100%;
    margin: 0;
    padding: 0 16px;
  }

  .portal-content-layout .content-main {
    width: 100%;
  }

  .portal-content-layout :where(.section, .problem-first-hub, .top-direct-answer, .ai-answer, .application-funnel, .continue-reading-band, .next-path-panel, .core-direct-answer, .core-related-band, .core-quality-bridge) {
    margin-block: 26px;
  }

  .top-direct-answer,
  .ai-answer,
  .problem-first-hub,
  .application-funnel,
  .next-path-panel {
    padding: 20px 0;
    border-radius: 0;
    box-shadow: none;
  }

  .top-direct-answer h2,
  .ai-answer h2,
  .problem-first-head h2,
  .application-funnel-head h2,
  .section-head h2,
  .section-title h2,
  .editorial-feed-head h2,
  .saved-feed h2 {
    font-size: 22px;
    line-height: 1.36;
    letter-spacing: 0;
  }

  .top-direct-answer p,
  .ai-answer p,
  .problem-first-head p,
  .application-funnel-head p,
  .section-head p,
  .editorial-feed-head p {
    font-size: 15px;
    line-height: 1.72;
  }

  .problem-first-grid,
  .answer-db-board,
  .editorial-feed-list,
  .saved-feed-list,
  .silo-grid-compact {
    grid-template-columns: 1fr;
  }

  .problem-first-grid a {
    min-height: 0;
    padding: 16px 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d8e2df;
    border-radius: 0;
  }

  .editorial-feed {
    margin: 28px 0;
  }

  .editorial-feed-card > a {
    padding: 17px 58px 17px 16px;
  }

  .editorial-feed-card h3 {
    font-size: 17px;
  }

  .feed-filter {
    margin-inline: -16px;
    padding-inline: 16px;
  }

  .application-funnel-grid,
  .next-path-grid {
    display: flex;
    gap: 10px;
    margin-inline: -16px;
    padding-inline: 16px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .application-funnel-grid::-webkit-scrollbar,
  .next-path-grid::-webkit-scrollbar {
    display: none;
  }

  .application-funnel-grid > a,
  .next-path-grid > a {
    flex: 0 0 82%;
    min-width: 0;
    scroll-snap-align: start;
  }

  .silo-grid-compact article {
    padding: 0;
    border: 0;
    border-top: 1px solid #d8e2df;
    border-radius: 0;
  }

  .silo-grid-compact article > div {
    display: grid;
    grid-template-columns: 1fr;
  }

  .source-list {
    grid-template-columns: 1fr;
  }

  .source-card {
    padding: 16px;
  }

  .compact-related-guides .section-head > .text-link {
    display: none;
  }

  .compact-related-link {
    grid-template-columns: 28px minmax(0, 1fr) 18px;
    gap: 9px;
    min-height: 74px;
    padding: 13px 0;
  }

  .compact-related-copy strong {
    font-size: 15px;
  }

  .compact-related-copy small {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .loan-manual-ad-boundary {
    clear: both;
    margin-block: 34px;
  }

  .mobile-dock {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    min-height: 62px;
    padding: 5px max(8px, env(safe-area-inset-right)) calc(5px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));
    background: rgba(255, 255, 255, .97);
    border-top: 1px solid #ccd8d4;
    box-shadow: 0 -8px 24px rgba(31, 45, 40, .08);
  }

  .mobile-dock a {
    display: grid;
    min-width: 0;
    min-height: 50px;
    padding: 5px 2px;
    place-content: center;
    color: #2f403a;
    border: 0;
    border-radius: 0;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
  }

  .mobile-dock a + a {
    border-left: 1px solid #e2e8e5;
  }
}

/* Final portal overrides stay last so the long-lived legacy stylesheet cannot win. */
.editorial-feed-list {
  display: block;
}

.editorial-feed-card {
  background: #fff;
  border: 0;
  border-bottom: 1px solid #dce4e1;
  border-radius: 0;
}

.editorial-feed-card > a {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 20px;
  gap: 14px;
  align-items: center;
  min-height: 118px;
  padding: 17px 58px 17px 4px;
}

.editorial-feed-card .editorial-feed-thumb {
  display: grid;
  width: 54px;
  height: 54px;
  place-content: center;
  color: #0b4f86;
  background: #eaf3fb;
  border-radius: 8px;
}

.editorial-feed-card .editorial-feed-copy {
  display: block;
  min-width: 0;
}

.editorial-feed-card .editorial-feed-meta {
  display: flex;
  gap: 8px;
  align-items: center;
  min-width: 0;
  color: inherit;
}

.editorial-feed-card .editorial-feed-meta b {
  color: #087f6a;
  font-size: 12px;
}

.editorial-feed-card .editorial-feed-meta small {
  display: block;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #7a8782;
  font-size: 11px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.editorial-feed-card h3 {
  margin: 5px 0 4px;
  font-size: 17px;
  line-height: 1.42;
}

.editorial-feed-card p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #5d6a65;
  font-size: 13px;
  line-height: 1.55;
}

.editorial-feed-card .editorial-feed-arrow {
  display: block;
  color: #87938f;
  font-size: 24px;
}

.editorial-feed:not(.is-full) .editorial-feed-group {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.editorial-feed:not(.is-full) .editorial-feed-card {
  border: 1px solid #d8e2df;
  border-radius: 8px;
}

.editorial-feed:not(.is-full) .editorial-feed-card > a {
  min-height: 142px;
  padding-left: 15px;
}

.feed-save-button {
  top: 14px;
  right: 10px;
  min-width: 40px;
  min-height: 30px;
  padding: 0 7px;
  font-size: 11px;
}

@media (max-width: 720px) {
  .translate-topbar {
    min-height: 36px;
    padding: 3px 12px;
    color: #22312b;
    background: #fff;
    border-bottom: 1px solid #e2e8e5;
  }

  .translate-topbar nav {
    gap: 2px;
  }

  .translate-pill,
  .translate-more,
  .translate-pill.is-primary {
    min-height: 28px;
    padding-inline: 8px;
    color: #43524c;
    background: transparent;
    border: 0;
    border-radius: 4px;
  }

  .translate-pill + .translate-pill,
  .translate-more {
    border-left: 1px solid #e3e9e6;
  }

  .translate-pill span,
  .translate-more span {
    display: none;
  }

  .translate-pill.is-primary {
    color: #0758a6;
  }

  .site-header {
    min-height: 54px;
    padding: 9px 16px;
    background: rgba(255, 255, 255, .98);
  }

  .brand-mark {
    width: 24px;
    height: 24px;
  }

  .brand strong {
    font-size: 14px;
  }

  .brand small,
  .home-panel-head > span {
    display: none;
  }

  .home-hero h1,
  .hero h1,
  .document-guide-hero h1,
  .simple-hero h1 {
    font-size: 27px;
    line-height: 1.3;
  }

  .home-hero-proof {
    gap: 6px;
  }

  .home-hero-proof span {
    padding: 4px 8px;
    font-size: 11px;
  }

  .feed-filter {
    margin: 10px -16px 14px;
    padding: 0 16px 2px;
  }

  .feed-filter button {
    min-height: 36px;
    padding-inline: 13px;
    border-radius: 6px;
    font-size: 12px;
  }

  .editorial-feed-group,
  .editorial-feed:not(.is-full) .editorial-feed-group {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .editorial-feed-card,
  .editorial-feed:not(.is-full) .editorial-feed-card {
    border: 0;
    border-bottom: 1px solid #dce4e1;
    border-radius: 0;
  }

  .editorial-feed-card > a,
  .editorial-feed:not(.is-full) .editorial-feed-card > a {
    grid-template-columns: 48px minmax(0, 1fr) 14px;
    gap: 12px;
    min-height: 104px;
    padding: 14px 46px 14px 0;
  }

  .editorial-feed-card .editorial-feed-thumb {
    width: 48px;
    height: 48px;
  }

  .editorial-feed-card .editorial-feed-meta small {
    max-width: 150px;
  }

  .editorial-feed-card h3 {
    margin-top: 4px;
    font-size: 15px;
    line-height: 1.4;
  }

  .editorial-feed-card p {
    -webkit-line-clamp: 1;
    font-size: 12px;
  }

  .feed-save-button {
    top: 10px;
    right: 0;
    min-width: 38px;
    min-height: 28px;
  }

  .problem-first-hub {
    padding: 20px 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .problem-first-grid a {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 2px 12px;
    min-height: 94px;
    padding: 14px 0;
  }

  .problem-first-grid b {
    display: grid;
    grid-row: 1 / span 3;
    width: 44px;
    height: 44px;
    place-content: center;
    color: #0b4f86;
    background: #eaf3fb;
    border-radius: 8px;
  }

  .problem-first-grid em {
    font-size: 11px;
  }

  .problem-first-grid strong {
    font-size: 15px;
  }

  .problem-first-grid span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 12px;
  }
}

/* Final mobile portal layer. Keep this last; legacy modules above are intentionally preserved. */
@media (max-width: 720px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
    background: #fff;
  }

  body {
    padding-bottom: calc(70px + env(safe-area-inset-bottom));
    color: #151d2b;
    font-size: 17px;
    line-height: 1.72;
  }

  .translate-topbar {
    position: relative;
    top: auto;
    z-index: 1;
    display: block;
    min-height: 36px;
    padding: 3px 10px;
    overflow: hidden;
    color: #2d3a35;
    background: #fff;
    border-bottom: 1px solid #e3e9e6;
  }

  .translate-topbar > div,
  .translate-status,
  .google-translate-mount {
    display: none;
  }

  .translate-topbar nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    overflow-x: auto;
  }

  .translate-pill,
  .translate-more,
  .translate-pill.is-primary {
    min-height: 30px;
    padding: 0 9px;
    color: #47544f;
    background: #fff;
    border: 0;
    border-radius: 0;
    font-size: 12px;
  }

  .translate-pill + .translate-pill,
  .translate-more {
    border-left: 1px solid #e4e9e7;
  }

  .translate-pill span,
  .translate-more span {
    display: none;
  }

  .translate-pill.is-primary {
    color: #0b5cad;
  }

  .site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 58px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, .98);
    border-bottom: 1px solid #e0e7e4;
    backdrop-filter: blur(14px);
  }

  .brand {
    gap: 9px;
    min-width: 0;
  }

  .brand-mark {
    width: 27px;
    height: 27px;
  }

  .brand strong {
    max-width: 205px;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.16;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand small {
    display: block;
    margin-top: 2px;
    color: #6c7974;
    font-size: 9px;
    line-height: 1.1;
  }

  .main-nav,
  .header-search,
  .header-actions {
    display: none;
  }

  .mobile-header-nav {
    display: flex;
    gap: 3px;
    align-items: center;
    margin-left: auto;
  }

  .mobile-header-nav a {
    display: grid;
    min-width: 44px;
    min-height: 44px;
    padding: 0 7px;
    place-items: center;
    color: #33423d;
    font-size: 12px;
    font-weight: 850;
  }

  .mobile-header-search svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
  }

  .home-hero,
  .hero,
  .document-guide-hero,
  .simple-hero,
  .feed-hero {
    width: 100%;
    margin: 0;
    padding: 25px 20px 22px;
    background: #fff;
    border: 0;
    border-bottom: 8px solid #f1f5f3;
    border-radius: 0;
    box-shadow: none;
  }

  .home-panel-head > span {
    display: block;
    margin: 0 0 7px;
    color: #0b765f;
    font-size: 12px;
    font-weight: 850;
  }

  .home-hero h1,
  .hero h1,
  .document-guide-hero h1,
  .simple-hero h1,
  .feed-hero h1 {
    max-width: 100%;
    margin: 7px 0 13px;
    font-size: 28px;
    line-height: 1.31;
    letter-spacing: 0;
    overflow-wrap: anywhere;
  }

  .home-panel-head > p,
  .hero-copy > p,
  .feed-hero > p {
    margin: 0;
    color: #4b5a55;
    font-size: 17px;
    line-height: 1.72;
  }

  .hero-search-form {
    min-height: 52px;
    margin-top: 20px;
    border: 1px solid #aebcb7;
    border-radius: 8px;
    box-shadow: none;
  }

  .hero-search-form input {
    min-width: 0;
    padding: 0 14px;
    font-size: 16px;
  }

  .hero-search-form button {
    width: 52px;
    min-height: 50px;
  }

  .home-persona-row {
    display: flex;
    gap: 8px;
    margin: 12px -20px 0;
    padding: 0 20px 3px;
    overflow-x: auto;
  }

  .home-persona-row a {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 8px 12px;
    color: #33433d;
    background: #f7faf9;
    border: 1px solid #d6e0dc;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 800;
  }

  .home-check-steps {
    margin-top: 20px;
    padding: 15px 0;
  }

  .home-check-steps li {
    display: block;
    padding: 0 9px;
    text-align: center;
  }

  .home-check-steps li > b {
    width: 25px;
    height: 25px;
    margin: 0 auto 7px;
    font-size: 12px;
  }

  .home-check-steps strong { font-size: 13px; }
  .home-check-steps small { font-size: 11px; }

  .home-hero .disclaimer,
  .hero .disclaimer {
    margin-top: 15px;
    color: #6a7772;
    font-size: 13px;
    line-height: 1.62;
  }

  .portal-content-layout,
  .home-content-layout,
  .feed-content-layout,
  .content-layout {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }

  .content-main {
    width: 100%;
    min-width: 0;
  }

  .content-main > .section,
  .content-main > .review-proof,
  .content-main > .problem-first-hub,
  .content-main > .top-direct-answer,
  .content-main > .ai-answer,
  .content-main > .application-funnel,
  .content-main > .continue-reading-band,
  .content-main > .next-path-panel {
    margin: 0 -20px;
    padding: 30px 20px;
    background: #fff;
    border: 0;
    border-bottom: 8px solid #f1f5f3;
    border-radius: 0;
    box-shadow: none;
  }

  .content-main > .top-direct-answer,
  .content-main > .ai-answer {
    background: #f8faf9;
  }

  .top-direct-answer::before,
  .ai-answer::before,
  .core-direct-answer::before {
    display: none;
  }

  .section-head > div > span,
  .editorial-feed-head > div > span,
  .review-proof-head > span {
    color: #0b765f;
    font-size: 12px;
    font-weight: 850;
  }

  .content-main h2,
  .section-head h2,
  .editorial-feed-head h2,
  .review-proof-head h2,
  .problem-first-head h2,
  .saved-feed h2 {
    margin: 5px 0 10px;
    font-size: 24px;
    line-height: 1.38;
    letter-spacing: 0;
  }

  .content-main h3 {
    font-size: 19px;
    line-height: 1.48;
    letter-spacing: 0;
  }

  .content-main :where(p, li, dd),
  .section-head p,
  .editorial-feed-head p,
  .problem-first-head p {
    font-size: 18px;
    line-height: 1.72;
    overflow-wrap: anywhere;
  }

  .editorial-feed {
    margin: 0 -20px;
    padding: 28px 20px;
    background: #fff;
    border-bottom: 8px solid #f1f5f3;
  }

  .editorial-feed-list,
  .editorial-feed-group,
  .editorial-feed:not(.is-full) .editorial-feed-group {
    display: block;
  }

  .editorial-feed-group + .editorial-feed-group {
    margin-top: 22px;
    padding-top: 0;
    border-top: 6px solid #f3f6f5;
  }

  .editorial-feed-card,
  .editorial-feed:not(.is-full) .editorial-feed-card {
    background: #fff;
    border: 0;
    border-bottom: 1px solid #dce4e1;
    border-radius: 0;
  }

  .editorial-feed-card > a,
  .editorial-feed:not(.is-full) .editorial-feed-card > a {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    padding: 18px 48px 18px 0;
  }

  .editorial-feed-thumb,
  .editorial-feed-card .editorial-feed-thumb,
  .editorial-feed-arrow,
  .editorial-feed-card .editorial-feed-arrow {
    display: none;
  }

  .editorial-feed-card h3,
  .editorial-feed:not(.is-full) .editorial-feed-card h3 {
    margin: 6px 0;
    font-size: 18px;
    line-height: 1.46;
  }

  .editorial-feed-card p,
  .editorial-feed:not(.is-full) .editorial-feed-card p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #53615c;
    font-size: 15px;
    line-height: 1.66;
  }

  .editorial-feed-card .editorial-feed-meta b { font-size: 12px; }
  .editorial-feed-card .editorial-feed-meta small {
    max-width: none;
    color: #71807a;
    font-size: 11px;
  }

  .editorial-feed.is-full .editorial-feed-group:first-child .editorial-feed-card:first-child h3 {
    font-size: 21px;
  }

  .feed-save-button {
    top: 16px;
    right: 0;
    min-width: 42px;
    min-height: 34px;
    color: #52615b;
    background: #fff;
    border: 1px solid #d5dedb;
    border-radius: 6px;
  }

  .feed-filter {
    margin-inline: -20px;
    padding-inline: 20px;
  }

  .problem-first-grid,
  .problem-first-hub.is-compact .problem-first-grid {
    display: block;
  }

  .problem-first-grid a,
  .problem-first-hub.is-compact .problem-first-grid a {
    display: block;
    min-height: 0;
    padding: 17px 0;
    background: #fff;
    border: 0;
    border-bottom: 1px solid #dce4e1;
    border-radius: 0;
  }

  .problem-first-grid b { display: none; }
  .problem-first-grid em { color: #0b765f; font-size: 12px; }
  .problem-first-grid strong { display: block; margin-top: 4px; font-size: 18px; line-height: 1.46; }
  .problem-first-grid span { display: block; margin-top: 6px; color: #53615c; font-size: 15px; line-height: 1.65; }

  .problem-first-head .primary-button {
    width: 100%;
    min-height: 48px;
    margin-top: 10px;
  }

  .problem-visa-routes nav {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    overflow-x: auto;
  }

  .problem-visa-routes a {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 8px 11px;
  }

  .home-official-list { display: block; }

  .home-official-card {
    grid-template-columns: 46px minmax(0, 1fr) 14px;
    gap: 12px;
    padding: 18px 0;
    border: 0;
    border-bottom: 1px solid #dce4e1;
    border-radius: 0;
  }

  .bank-identity { width: 44px; height: 44px; }
  .home-official-copy strong { font-size: 17px; }
  .home-official-copy > span { font-size: 14px; }

  .bank-grid,
  .source-list,
  .review-proof-grid,
  .answer-db-board,
  .silo-grid-compact {
    grid-template-columns: 1fr;
  }

  .bank-card,
  .source-card {
    padding: 20px 0;
    background: #fff;
    border: 0;
    border-bottom: 1px solid #dce4e1;
    border-radius: 0;
    box-shadow: none;
  }

  .bank-card h3 { margin-top: 15px; font-size: 21px; }

  .bank-card dl > div {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 10px;
    padding: 12px 0;
    border-top: 1px solid #e2e8e5;
  }

  .bank-card dt,
  .bank-card dd {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
  }

  .source-card strong { font-size: 18px; line-height: 1.45; }
  .source-card p { margin: 10px 0; font-size: 16px; line-height: 1.7; }
  .source-card span,
  .source-card b { font-size: 13px; }

  .table-wrap {
    margin-inline: -20px;
    padding-inline: 20px;
    overflow-x: auto;
  }

  table { font-size: 15px; line-height: 1.55; }
  th,
  td { min-width: 112px; padding: 12px 10px; overflow-wrap: anywhere; }

  .loan-manual-ad-boundary {
    clear: both;
    margin: 38px -20px;
  }

  .mobile-dock {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 45;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: 64px;
    padding: 4px max(7px, env(safe-area-inset-right)) calc(4px + env(safe-area-inset-bottom)) max(7px, env(safe-area-inset-left));
    background: rgba(255, 255, 255, .98);
    border-top: 1px solid #ccd7d3;
    box-shadow: 0 -6px 18px rgba(28, 42, 36, .08);
    backdrop-filter: blur(12px);
  }

  .mobile-dock a {
    min-width: 0;
    min-height: 52px;
    padding: 4px 2px;
    color: #31423b;
    font-size: 11px;
    font-weight: 850;
  }

  .mobile-dock a + a { border-left: 1px solid #e3e9e6; }

  .site-footer {
    display: block;
    padding: 30px 20px calc(90px + env(safe-area-inset-bottom));
  }

  .official-check-grid {
    grid-template-columns: 1fr;
  }

  .official-check-card {
    padding: 20px 0;
    background: #fff;
    border: 0;
    border-bottom: 1px solid #dce4e1;
    border-radius: 0;
    box-shadow: none;
  }

  .official-check-card h3 {
    margin: 10px 0;
    font-size: 20px;
  }

  .official-check-card > p {
    font-size: 16px;
    line-height: 1.72;
  }

  .official-check-card dl {
    margin: 16px 0;
    border-top: 1px solid #e2e8e5;
  }

  .official-check-card dl > div {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 10px;
    padding: 11px 0;
    border-bottom: 1px solid #e2e8e5;
  }

  .official-check-card dt,
  .official-check-card dd {
    margin: 0;
    font-size: 14px;
    line-height: 1.62;
  }

  .official-source-detail {
    padding: 22px;
    background: #f7faf9;
    border: 1px solid #cfdad6;
    border-radius: 8px;
  }

  .official-source-detail h3 {
    font-size: 22px;
  }

  .official-source-detail dl {
    display: block;
    margin: 18px 0;
    border-top: 1px solid #d6e2ef;
  }

  .official-source-detail dl > div {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 10px;
    padding: 12px 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d6e2ef;
    border-radius: 0;
  }

  .official-source-detail dt,
  .official-source-detail dd {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
  }

  .official-source-guide {
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 20px 0;
  }

  .official-source-guide h4 {
    font-size: 17px;
  }

  .official-source-guide li {
    font-size: 17px;
    line-height: 1.72;
  }

  .official-source-detail > p,
  .official-source-detail .official-source-caution,
  .faq-list details > p {
    font-size: 18px;
    line-height: 1.72;
  }

  .official-source-detail .primary-button {
    width: 100%;
    min-height: 50px;
    margin-top: 14px;
  }
}

/*
 * Finance portal v3
 * The approved 390px mockup is the rendering contract. This final layer is
 * intentionally last so legacy rules cannot override the mobile shell.
 */
html:has(body.finance-portal-v3) {
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  color: #102033;
  background: #eef2f6;
}

body.finance-portal-v3 {
  --portal-ink: #102033;
  --portal-muted: #677487;
  --portal-line: #e3e9ef;
  --portal-soft: #f5f8fb;
  --portal-blue: #1557c0;
  --portal-teal: #0d866f;
  --portal-mint: #e8f7f2;
  width: 100%;
  max-width: 430px;
  min-height: 100dvh;
  margin: 0 auto;
  padding: 0 0 calc(78px + env(safe-area-inset-bottom));
  overflow-x: hidden;
  color: var(--portal-ink);
  background: #fff;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

.finance-portal-v3 *,
.finance-portal-v3 *::before,
.finance-portal-v3 *::after { box-sizing: border-box; }

.finance-portal-v3 a { color: inherit; text-decoration: none; }
.finance-portal-v3 :where(h1, h2, h3, p) { margin-top: 0; overflow-wrap: anywhere; word-break: keep-all; letter-spacing: 0; }
.finance-portal-v3 :where(button, input, select, textarea) { font: inherit; }
.finance-portal-v3 .translate-topbar {
  position: relative;
  z-index: 31;
  display: flex !important;
  gap: 8px;
  align-items: center;
  width: 100%;
  min-height: 42px;
  padding: 6px 12px;
  overflow: hidden;
  color: var(--portal-muted);
  background: #f7f9fb;
  border: 0;
  border-bottom: 1px solid var(--portal-line);
}

.finance-portal-v3 .translate-topbar > div {
  display: block;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}

.finance-portal-v3 .translate-topbar > div strong {
  display: block;
  color: var(--portal-ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 30px;
  white-space: nowrap;
}

.finance-portal-v3 .translate-topbar > div span,
.finance-portal-v3 .translate-pill span,
.finance-portal-v3 .translate-more span {
  display: none;
}

.finance-portal-v3 .google-translate-mount {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip-path: inset(50%);
  white-space: nowrap;
}

.finance-portal-v3 .translate-status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

.finance-portal-v3 .translate-topbar nav {
  display: flex;
  flex: 1 1 auto;
  gap: 2px;
  align-items: center;
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}

.finance-portal-v3 .translate-topbar nav::-webkit-scrollbar { display: none; }

.finance-portal-v3 .translate-pill,
.finance-portal-v3 .translate-more {
  display: grid;
  flex: 0 0 auto;
  min-width: 32px;
  height: 30px;
  min-height: 30px;
  margin: 0;
  padding: 0 7px;
  place-items: center;
  color: #526174;
  background: transparent;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.finance-portal-v3 .translate-pill b,
.finance-portal-v3 .translate-more b {
  width: auto;
  min-width: 0;
  color: inherit;
  font: inherit;
}

.finance-portal-v3 .translate-pill.is-primary {
  color: var(--portal-blue);
  background: #eaf1fd;
}

.finance-portal-v3 .translate-pill:focus-visible,
.finance-portal-v3 .translate-more:focus-visible {
  outline: 2px solid var(--portal-blue);
  outline-offset: 1px;
}
.finance-portal-v3 .loan-site-chrome { position: relative; z-index: 30; width: 100%; }

.finance-portal-v3 .site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  background: rgba(255, 255, 255, .98);
  border: 0;
  border-bottom: 1px solid var(--portal-line);
  box-shadow: none;
  backdrop-filter: none;
}

.finance-portal-v3 .brand { display: flex; flex: 0 1 auto; gap: 10px; align-items: center; min-width: 0; padding: 0; }
.finance-portal-v3 .brand-mark { display: grid; flex: 0 0 30px; width: 30px; height: 30px; place-items: center; color: #fff; background: var(--portal-blue); border-radius: 7px; }
.finance-portal-v3 .brand-mark svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.finance-portal-v3 .brand strong { display: block; max-width: none; overflow: visible; color: var(--portal-ink); font-size: 15px; line-height: 1.15; text-overflow: clip; white-space: nowrap; }
.finance-portal-v3 .brand small { display: block; margin-top: 2px; color: var(--portal-muted); font-size: 10px; line-height: 1.1; }
.finance-portal-v3 :where(.main-nav, .header-search, .header-actions) { display: none !important; }
.finance-portal-v3 .mobile-header-nav { display: flex; gap: 0; align-items: center; margin-left: auto; }
.finance-portal-v3 .mobile-header-nav a { display: grid; width: 40px; min-width: 40px; height: 40px; min-height: 40px; padding: 0; place-items: center; color: var(--portal-ink); background: transparent; border: 0; }
.finance-portal-v3 .mobile-header-search svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2; }

.finance-portal-v3 main,
.finance-portal-v3 .portal-screen { width: 100%; min-width: 0; margin: 0; }
.finance-portal-v3 .portal-page,
.finance-portal-v3 .content-layout,
.finance-portal-v3 .portal-content-layout,
.finance-portal-v3 .home-content-layout,
.finance-portal-v3 .feed-content-layout { display: block; width: 100%; max-width: none; margin: 0; padding: 20px 18px 0; }
.finance-portal-v3 .portal-home-page { padding-top: 20px; }
.finance-portal-v3 .content-main { width: 100%; min-width: 0; }
.finance-portal-v3 .content-rail { display: none !important; }

.finance-portal-v3 .portal-eyebrow,
.finance-portal-v3 .section-head > div > span,
.finance-portal-v3 .editorial-feed-head > div > span,
.finance-portal-v3 .review-proof-head > span,
.finance-portal-v3 .compact-head > span,
.finance-portal-v3 .official-check-head > span { color: var(--portal-teal); font-size: 12px; font-weight: 800; }
.finance-portal-v3 .portal-eyebrow { display: block; line-height: 14px; }

.finance-portal-v3 .home-hero,
.finance-portal-v3 .portal-home-intro { width: 100%; margin: 0; padding: 0; background: #fff; border: 0; border-radius: 0; box-shadow: none; }
.finance-portal-v3 .portal-home-title,
.finance-portal-v3 .home-hero h1 { max-width: 355px; margin: 1px 0 12px; color: var(--portal-ink); font-size: 27px; line-height: 1.28; }
.finance-portal-v3 .portal-home-lead { max-width: 355px; margin: 0; color: var(--portal-muted); font-size: 16px; line-height: 1.75; }

.finance-portal-v3 .hero-search-form,
.finance-portal-v3 .portal-search,
.finance-portal-v3 .feed-search { display: flex; align-items: center; width: 100%; height: 52px; min-height: 52px; margin: 18px 0 12px; overflow: hidden; box-sizing: border-box; background: #fff; border: 2px solid var(--portal-blue); border-radius: 6px; box-shadow: none; line-height: normal; }
.finance-portal-v3 .hero-search-form input,
.finance-portal-v3 .portal-search input,
.finance-portal-v3 .feed-search input { flex: 1 1 auto; min-width: 0; height: 48px; padding: 0 14px; color: var(--portal-ink); background: #fff; border: 0; outline: 0; font-size: 16px; line-height: normal; }
.finance-portal-v3 .hero-search-form button,
.finance-portal-v3 .portal-search button { display: grid; flex: 0 0 52px; width: 52px; height: 48px; place-items: center; color: #fff; background: var(--portal-blue); border: 0; border-radius: 0; line-height: normal; }
.finance-portal-v3 .hero-search-form button svg,
.finance-portal-v3 .portal-search button svg { width: 21px; height: 21px; }

.finance-portal-v3 .service-note { margin: 16px 0 0; padding: 13px 14px; color: #40546d; background: #f5f9ff; border: 1px solid #dce7f4; border-radius: 6px; font-size: 12px; line-height: 1.55; }
.finance-portal-v3 .portal-quick-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; border: 1px solid var(--portal-line); border-radius: 6px; }
.finance-portal-v3 .portal-quick-grid a { height: 108.406px; min-height: 102px; padding: 15px 13px; background: #fff; border-right: 1px solid var(--portal-line); border-bottom: 1px solid var(--portal-line); line-height: normal; }
.finance-portal-v3 .portal-quick-grid a:nth-child(2n) { border-right: 0; }
.finance-portal-v3 .portal-quick-grid a:nth-last-child(-n + 2) { border-bottom: 0; }
.finance-portal-v3 .portal-quick-icon { display: grid; width: 30px; height: 30px; margin-bottom: 9px; place-items: center; color: var(--portal-blue); background: #edf4ff; border-radius: 7px; }
.finance-portal-v3 .portal-quick-grid a:nth-child(2n) .portal-quick-icon { color: var(--portal-teal); background: var(--portal-mint); }
.finance-portal-v3 .portal-quick-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.finance-portal-v3 .portal-quick-grid b { display: block; margin-bottom: 4px; color: var(--portal-ink); font-size: 14px; }
.finance-portal-v3 .portal-quick-grid a > span:last-child { display: inline; color: var(--portal-muted); font-size: 12px; line-height: 1.45; }

.finance-portal-v3 .portal-home-status { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 18px 0; border-top: 1px solid var(--portal-ink); border-bottom: 1px solid var(--portal-line); line-height: normal; }
.finance-portal-v3 .portal-home-status > div { min-width: 0; padding: 12px 4px; border-right: 1px solid var(--portal-line); text-align: center; }
.finance-portal-v3 .portal-home-status > div:last-child { border-right: 0; }
.finance-portal-v3 .portal-home-status b { display: block; font-size: 14px; line-height: normal; }
.finance-portal-v3 .portal-home-status span { display: block; margin-top: 3px; color: var(--portal-muted); font-size: 10px; line-height: normal; }

.finance-portal-v3 .portal-home-feature { display: block; margin-top: 15px; padding: 16px 0; border-top: 1px solid var(--portal-ink); border-bottom: 1px solid var(--portal-line); }
.finance-portal-v3 .portal-home-feature h2 { margin: 5px 0 6px; color: var(--portal-ink); font-size: 19px; line-height: 1.42; }
.finance-portal-v3 .portal-home-feature p { margin: 0; color: var(--portal-muted); font-size: 14px; line-height: 1.62; }
.finance-portal-v3 .portal-read-line { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 9px; color: var(--portal-muted); font-size: 11px; }
.finance-portal-v3 .portal-read-line b { color: var(--portal-blue); }

.finance-portal-v3 .portal-journey { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 16px 0 2px; line-height: normal; }
.finance-portal-v3 .portal-journey > div { position: relative; min-width: 0; padding: 8px 4px 8px 24px; color: var(--portal-muted); font-size: 10px; line-height: 1.45; }
.finance-portal-v3 .portal-journey > div::before { content: attr(data-step); position: absolute; top: 6px; left: 0; display: grid; width: 20px; height: 20px; place-items: center; color: var(--portal-blue); background: #edf4ff; border-radius: 50%; font-size: 10px; font-weight: 850; }
.finance-portal-v3 .portal-journey b,
.finance-portal-v3 .portal-journey span { display: block; }
.finance-portal-v3 .portal-journey b { color: var(--portal-ink); font-size: 12px; }

.finance-portal-v3 .section,
.finance-portal-v3 .editorial-feed,
.finance-portal-v3 .problem-first-hub,
.finance-portal-v3 .top-direct-answer,
.finance-portal-v3 .ai-answer,
.finance-portal-v3 .application-funnel,
.finance-portal-v3 .continue-reading-band,
.finance-portal-v3 .next-path-panel,
.finance-portal-v3 .review-proof,
.finance-portal-v3 .loan-db,
.finance-portal-v3 .tool-hub,
.finance-portal-v3 .official-check-center,
.finance-portal-v3 .prep-center,
.finance-portal-v3 .decision-break,
.finance-portal-v3 .english-brief,
.finance-portal-v3 .ai-visibility-block { width: 100%; margin: 0; padding: 28px 0; background: #fff; border: 0; border-bottom: 1px solid var(--portal-line); border-radius: 0; box-shadow: none; }

.finance-portal-v3 .section-head,
.finance-portal-v3 .editorial-feed-head,
.finance-portal-v3 .review-proof-head,
.finance-portal-v3 .compact-head,
.finance-portal-v3 .official-check-head { display: flex; align-items: end; justify-content: space-between; gap: 14px; margin: 0 0 10px; }
.finance-portal-v3 .section-head > div,
.finance-portal-v3 .editorial-feed-head > div { min-width: 0; }
.finance-portal-v3 .section-head h2,
.finance-portal-v3 .editorial-feed-head h2,
.finance-portal-v3 .review-proof-head h2,
.finance-portal-v3 .compact-head h2,
.finance-portal-v3 .official-check-head h2 { margin: 3px 0 0; color: var(--portal-ink); font-size: 22px; line-height: 1.38; }
.finance-portal-v3 .section-head p,
.finance-portal-v3 .editorial-feed-head p { margin: 7px 0 0; color: var(--portal-muted); font-size: 14px; line-height: 1.65; }
.finance-portal-v3 .section-head .text-link,
.finance-portal-v3 .editorial-feed-head .text-link,
.finance-portal-v3 .text-link { flex: 0 0 auto; color: var(--portal-blue); font-size: 13px; font-weight: 750; white-space: nowrap; }

.finance-portal-v3 .editorial-feed-list,
.finance-portal-v3 .editorial-feed-group,
.finance-portal-v3 .editorial-feed:not(.is-full) .editorial-feed-group { display: block; }
.finance-portal-v3 .editorial-feed-group { margin: 0; padding: 0; border: 0; }
.finance-portal-v3 .editorial-feed-group:first-child,
.finance-portal-v3 .home-official-list,
.finance-portal-v3 .problem-first-grid,
.finance-portal-v3 .source-list,
.finance-portal-v3 .faq-list { border-top: 1px solid var(--portal-ink); }
.finance-portal-v3 .editorial-feed-card,
.finance-portal-v3 .editorial-feed:not(.is-full) .editorial-feed-card { position: relative; margin: 0; padding: 0; background: #fff; border: 0; border-bottom: 1px solid var(--portal-line); border-radius: 0; box-shadow: none; }
.finance-portal-v3 .editorial-feed-card > a,
.finance-portal-v3 .editorial-feed:not(.is-full) .editorial-feed-card > a { display: block; min-height: 0; padding: 17px 0; }
.finance-portal-v3 .editorial-feed-thumb,
.finance-portal-v3 .editorial-feed-arrow,
.finance-portal-v3 .feed-save-button { display: none !important; }
.finance-portal-v3 .editorial-feed-meta { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; margin-bottom: 5px; color: var(--portal-muted); font-size: 12px; }
.finance-portal-v3 .editorial-feed-meta b { color: var(--portal-teal); font-size: 12px; }
.finance-portal-v3 .editorial-feed-meta small { max-width: 100%; color: var(--portal-muted); font-size: 11px; white-space: normal; }
.finance-portal-v3 .editorial-feed-card h3,
.finance-portal-v3 .editorial-feed:not(.is-full) .editorial-feed-card h3 { margin: 0; color: var(--portal-ink); font-size: 17px; line-height: 1.5; }
.finance-portal-v3 .editorial-feed-card p,
.finance-portal-v3 .editorial-feed:not(.is-full) .editorial-feed-card p { display: -webkit-box; margin: 6px 0 0; overflow: hidden; color: #536174; font-size: 13px; line-height: 1.58; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.finance-portal-v3 .editorial-feed.is-home .editorial-feed-card p { display: none; }

.finance-portal-v3 .feed-toolbar { margin: 18px 0 10px; }
.finance-portal-v3 .feed-toolbar .feed-search { margin: 0; border-width: 1px; }
.finance-portal-v3 .feed-toolbar .feed-search > svg { width: 20px; margin-left: 14px; color: var(--portal-muted); }
.finance-portal-v3 .feed-filter,
.finance-portal-v3 .tabs { display: flex; gap: 8px; margin: 12px -18px; padding: 0 18px 7px; overflow-x: auto; scrollbar-width: none; }
.finance-portal-v3 .feed-filter button,
.finance-portal-v3 .tabs button { flex: 0 0 auto; height: 36px; padding: 0 14px; color: #5c6878; background: #fff; border: 1px solid var(--portal-line); border-radius: 18px; font-size: 13px; font-weight: 700; }
.finance-portal-v3 .feed-filter button[aria-pressed="true"],
.finance-portal-v3 .tabs button.active { color: #fff; background: var(--portal-ink); border-color: var(--portal-ink); }
.finance-portal-v3 .feed-count { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 18px 0 0; padding: 13px 0; color: var(--portal-muted); border-top: 1px solid var(--portal-ink); border-bottom: 1px solid var(--portal-line); font-size: 12px; }
.finance-portal-v3 .feed-count b { color: var(--portal-ink); font-size: 14px; }

.finance-portal-v3 .home-official-list { display: block; }
.finance-portal-v3 .home-official-card { display: grid; grid-template-columns: 46px minmax(0, 1fr) 14px; gap: 12px; align-items: center; min-width: 0; padding: 17px 0; background: #fff; border: 0; border-bottom: 1px solid var(--portal-line); border-radius: 0; }
.finance-portal-v3 .bank-identity,
.finance-portal-v3 .bank-mark { display: grid; width: 44px; height: 44px; place-items: center; color: #fff; background: #1459a6; border-radius: 7px; font-size: 11px; font-weight: 900; }
.finance-portal-v3 .bank-kb,
.finance-portal-v3 .bank-mark.kb { color: #111827; background: #ffbc00; }
.finance-portal-v3 .bank-jb,
.finance-portal-v3 .bank-mark.jb { background: #125baa; }
.finance-portal-v3 .bank-bnk,
.finance-portal-v3 .bank-mark.bnk { background: #d71920; }
.finance-portal-v3 .bank-kj,
.finance-portal-v3 .bank-mark.kj { background: #0d776e; }
.finance-portal-v3 .home-official-copy,
.finance-portal-v3 .home-official-copy > * { display: block; min-width: 0; }
.finance-portal-v3 .home-official-copy small { color: var(--portal-teal); font-size: 11px; font-weight: 800; }
.finance-portal-v3 .home-official-copy strong { margin-top: 3px; font-size: 17px; line-height: 1.42; }
.finance-portal-v3 .home-official-copy em { margin-top: 4px; color: #52605b; font-size: 12px; font-style: normal; }
.finance-portal-v3 .home-official-copy > span { margin-top: 7px; color: #52605b; font-size: 13px; line-height: 1.55; }
.finance-portal-v3 .home-official-copy b { margin-top: 8px; color: #6b7873; font-size: 11px; }
.finance-portal-v3 .home-official-arrow { color: #7c8795; font-size: 23px; }

.finance-portal-v3 .problem-first-grid,
.finance-portal-v3 .problem-first-hub.is-compact .problem-first-grid { display: block; }
.finance-portal-v3 .problem-first-grid a,
.finance-portal-v3 .problem-first-hub.is-compact .problem-first-grid a { display: block; min-height: 0; padding: 17px 0; background: #fff; border: 0; border-bottom: 1px solid var(--portal-line); border-radius: 0; }
.finance-portal-v3 .problem-first-grid b { display: none; }
.finance-portal-v3 .problem-first-grid em { color: var(--portal-teal); font-size: 12px; }
.finance-portal-v3 .problem-first-grid strong { display: block; margin-top: 4px; font-size: 17px; line-height: 1.5; }
.finance-portal-v3 .problem-first-grid span { display: block; margin-top: 6px; color: #536174; font-size: 14px; line-height: 1.62; }

.finance-portal-v3 .hero,
.finance-portal-v3 .document-guide-hero,
.finance-portal-v3 .simple-hero,
.finance-portal-v3 .feed-hero { width: 100%; max-width: none; margin: 0; padding: 20px 18px 0; background: #fff; border: 0; border-radius: 0; box-shadow: none; }
.finance-portal-v3 .breadcrumbs { margin: 0 0 8px; color: var(--portal-muted); font-size: 11px; }
.finance-portal-v3 .hero h1,
.finance-portal-v3 .document-guide-hero h1,
.finance-portal-v3 .simple-hero h1,
.finance-portal-v3 .feed-hero h1 { max-width: 100%; margin: 5px 0 12px; color: var(--portal-ink); font-size: 27px; line-height: 1.28; }
.finance-portal-v3 .hero-copy > p,
.finance-portal-v3 .feed-hero > p { margin: 0; color: var(--portal-muted); font-size: 16px; line-height: 1.75; }
.finance-portal-v3 .hero .disclaimer,
.finance-portal-v3 .simple-hero .disclaimer,
.finance-portal-v3 .document-guide-hero .disclaimer { margin: 16px 0 0; padding: 14px 0; color: #6a7482; border-top: 1px solid var(--portal-line); font-size: 13px; line-height: 1.65; }

.finance-portal-v3 .top-direct-answer,
.finance-portal-v3 .ai-answer,
.finance-portal-v3 .key-answer { margin: 20px 0 0; padding: 18px; color: #263548; background: #f7f9fb; border: 1px solid #dce4ec; border-radius: 7px; }
.finance-portal-v3 .top-direct-answer::before,
.finance-portal-v3 .ai-answer::before,
.finance-portal-v3 .core-direct-answer::before { display: none; }
.finance-portal-v3 .top-direct-answer h2,
.finance-portal-v3 .ai-answer h2,
.finance-portal-v3 .key-answer h2 { margin: 0 0 8px; font-size: 20px; line-height: 1.45; }
.finance-portal-v3 .top-direct-answer p,
.finance-portal-v3 .ai-answer p,
.finance-portal-v3 .key-answer p { margin: 0; color: #344255; font-size: 16px; line-height: 1.75; }

.finance-portal-v3 .content-main :where(p, li, dd) { max-width: 100%; color: #425166; font-size: 17px; line-height: 1.75; overflow-wrap: anywhere; }
.finance-portal-v3 .content-main h2 { font-size: 24px; line-height: 1.38; letter-spacing: 0; }
.finance-portal-v3 .content-main h3 { font-size: 18px; line-height: 1.5; letter-spacing: 0; }

.finance-portal-v3 .table-wrap { width: calc(100% + 36px); margin-inline: -18px; padding-inline: 18px; overflow-x: auto; }
.finance-portal-v3 table { width: 100%; border-collapse: collapse; table-layout: fixed; font-size: 14px; line-height: 1.5; }
.finance-portal-v3 th,
.finance-portal-v3 td { min-width: 0; padding: 11px 7px; overflow-wrap: anywhere; border-bottom: 1px solid var(--portal-line); text-align: left; vertical-align: top; }
.finance-portal-v3 thead th { border-top: 1px solid var(--portal-ink); background: #f7f9fb; }

.finance-portal-v3 .bank-grid,
.finance-portal-v3 .source-list,
.finance-portal-v3 .review-proof-grid,
.finance-portal-v3 .answer-db-board,
.finance-portal-v3 .silo-grid,
.finance-portal-v3 .silo-grid-compact,
.finance-portal-v3 .warning-grid,
.finance-portal-v3 .glossary-grid,
.finance-portal-v3 .application-funnel-grid,
.finance-portal-v3 .page-focus-grid,
.finance-portal-v3 .official-check-grid,
.finance-portal-v3 .prep-center-actions,
.finance-portal-v3 .next-path-grid { grid-template-columns: 1fr; }

.finance-portal-v3 .bank-card,
.finance-portal-v3 .source-card,
.finance-portal-v3 .review-proof-card,
.finance-portal-v3 .warning-card,
.finance-portal-v3 .page-focus-card,
.finance-portal-v3 .official-check-card { margin: 0; padding: 18px 0; background: #fff; border: 0; border-bottom: 1px solid var(--portal-line); border-radius: 0; box-shadow: none; }
.finance-portal-v3 .bank-card-top { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 12px; }
.finance-portal-v3 .bank-card h3 { margin: 14px 0 8px; font-size: 21px; }
.finance-portal-v3 .bank-card dl { margin-top: 14px; }
.finance-portal-v3 .bank-card dl > div { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 10px; padding: 11px 0; border-top: 1px solid var(--portal-line); }
.finance-portal-v3 .bank-card dt,
.finance-portal-v3 .bank-card dd { margin: 0; font-size: 15px; line-height: 1.6; }

.finance-portal-v3 .faq-list details,
.finance-portal-v3 details.faq-item { margin: 0; padding: 0; background: #fff; border: 0; border-bottom: 1px solid var(--portal-line); border-radius: 0; }
.finance-portal-v3 .faq-list summary,
.finance-portal-v3 details.faq-item summary { min-height: 56px; padding: 15px 0; color: var(--portal-ink); font-size: 17px; line-height: 1.55; }
.finance-portal-v3 .faq-list details p,
.finance-portal-v3 details.faq-item p { padding: 0 0 18px; font-size: 17px; line-height: 1.75; }

.finance-portal-v3 .ad-slot,
.finance-portal-v3 .ad-slot-live,
.finance-portal-v3 .loan-manual-ad-boundary { clear: both; width: calc(100% + 36px); min-height: 250px; margin: 32px -18px; padding: 0; overflow: visible; background: #fff; border: 0; border-top: 1px solid #edf0f3; border-bottom: 1px solid #edf0f3; border-radius: 0; box-shadow: none; }
.finance-portal-v3 .ad-slot > span,
.finance-portal-v3 .ad-slot-live > span { display: block; padding-top: 5px; color: #9aa3ae; font-size: 10px; line-height: 1; text-align: center; }
.finance-portal-v3 .ad-slot .adsbygoogle,
.finance-portal-v3 .ad-slot-live .adsbygoogle { width: 100%; min-height: 230px; }

.finance-portal-v3 .mobile-dock { position: fixed; right: auto; bottom: 0; left: 50%; z-index: 45; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); width: min(100%, 430px); min-height: 64px; padding: 0 0 env(safe-area-inset-bottom); transform: translateX(-50%); background: rgba(255, 255, 255, .98); border: 0; border-top: 1px solid var(--portal-line); box-shadow: none; backdrop-filter: none; }
.finance-portal-v3 .mobile-dock a { display: grid; gap: 2px; align-content: center; place-items: center; min-width: 0; min-height: 64px; padding: 0; color: #6d7886; border: 0; font-size: 11px; font-weight: 700; text-align: center; }
.finance-portal-v3 .mobile-dock a + a { border-left: 0; }
.finance-portal-v3 .mobile-dock a:first-child { color: var(--portal-blue); }
.finance-portal-v3 .mobile-dock a b { display: grid; min-height: 20px; place-items: center; }
.finance-portal-v3 .mobile-dock svg { width: 20px; height: 20px; }

.finance-portal-v3 .site-footer { display: block; width: 100%; margin: 0; padding: 30px 18px calc(28px + env(safe-area-inset-bottom)); color: #dbeafe; background: #0d1b2a; }
.finance-portal-v3 .site-footer p { margin: 6px 0 0; color: #cbd5e1; font-size: 13px; line-height: 1.65; }
.finance-portal-v3 .site-footer div:last-child { display: flex; flex-wrap: wrap; gap: 10px 14px; justify-content: flex-start; margin-top: 18px; }
.finance-portal-v3 .site-footer a { color: #dbeafe; font-size: 12px; font-weight: 700; }

@media (min-width: 431px) {
  body.finance-portal-v3 { box-shadow: 0 0 0 1px #dfe5eb, 0 18px 60px rgba(16, 32, 51, .12); }
}

/* Mockup parity: secondary information is a reading list, not a card wall. */
.finance-portal-v3 .problem-first-head,
.finance-portal-v3 .application-funnel-head,
.finance-portal-v3 .next-path-head,
.finance-portal-v3 .decision-head,
.finance-portal-v3 .search-demand-loop-head,
.finance-portal-v3 .core-quality-heading {
  display: block;
  margin: 0 0 12px;
}
.finance-portal-v3 :where(
  .problem-first-head,
  .application-funnel-head,
  .next-path-head,
  .decision-head,
  .search-demand-loop-head,
  .core-quality-heading
) > span {
  display: block;
  margin-bottom: 4px;
  color: var(--portal-teal);
  font-size: 12px;
  font-weight: 800;
}
.finance-portal-v3 :where(
  .problem-first-head,
  .application-funnel-head,
  .next-path-head,
  .decision-head,
  .search-demand-loop-head,
  .core-quality-heading
) h2 {
  margin: 0;
  color: var(--portal-ink);
  font-size: 22px;
  line-height: 1.38;
}
.finance-portal-v3 :where(
  .problem-first-head,
  .application-funnel-head,
  .next-path-head,
  .decision-head,
  .search-demand-loop-head,
  .core-quality-heading
) p {
  margin: 7px 0 0;
  color: var(--portal-muted);
  font-size: 14px;
  line-height: 1.65;
}
.finance-portal-v3 .problem-first-head .primary-button {
  display: inline-flex;
  width: auto;
  min-height: 40px;
  margin-top: 12px;
  padding: 0 14px;
  align-items: center;
  border-radius: 5px;
  font-size: 13px;
}

.finance-portal-v3 :where(
  .answer-db-board,
  .review-proof-grid,
  .decision-grid,
  .application-funnel-grid,
  .next-path-grid,
  .search-demand-loop-grid,
  .compact-related-list,
  .trust-grid,
  .warning-grid,
  .page-focus-grid
) {
  display: block;
  margin: 0;
  border-top: 1px solid var(--portal-ink);
}

.finance-portal-v3 :where(
  .answer-db-card,
  .review-proof-grid > a,
  .decision-card,
  .application-funnel-grid > a,
  .next-path-grid > a,
  .search-demand-loop-grid > a,
  .compact-related-link,
  .trust-grid > a,
  .warning-card,
  .page-focus-card
) {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 16px 0;
  color: var(--portal-ink);
  background: #fff;
  border: 0;
  border-bottom: 1px solid var(--portal-line);
  border-radius: 0;
  box-shadow: none;
  transform: none;
}
.finance-portal-v3 :where(
  .answer-db-card,
  .review-proof-grid > a,
  .decision-card,
  .application-funnel-grid > a,
  .next-path-grid > a,
  .search-demand-loop-grid > a,
  .compact-related-link,
  .trust-grid > a
):active {
  background: #f7f9fc;
}
.finance-portal-v3 :where(
  .answer-db-card,
  .review-proof-grid > a,
  .decision-card,
  .application-funnel-grid > a,
  .next-path-grid > a,
  .search-demand-loop-grid > a,
  .compact-related-link,
  .trust-grid > a
) > span:first-child {
  display: block;
  margin: 0 0 4px;
  color: var(--portal-teal);
  font-size: 12px;
  font-weight: 800;
}
.finance-portal-v3 :where(
  .answer-db-card,
  .review-proof-grid > a,
  .decision-card,
  .application-funnel-grid > a,
  .next-path-grid > a,
  .search-demand-loop-grid > a,
  .trust-grid > a
) strong {
  display: block;
  margin: 0;
  color: var(--portal-ink);
  font-size: 17px;
  line-height: 1.48;
}
.finance-portal-v3 :where(
  .review-proof-grid > a,
  .decision-card,
  .application-funnel-grid > a,
  .next-path-grid > a,
  .search-demand-loop-grid > a,
  .trust-grid > a
) :where(em, span:not(:first-child)) {
  display: block;
  margin-top: 5px;
  color: var(--portal-muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.6;
}
.finance-portal-v3 .answer-db-card :where(ol, ul) {
  margin: 9px 0 0;
  padding: 0;
  list-style: none;
}
.finance-portal-v3 .answer-db-card li {
  position: relative;
  margin: 0;
  padding: 3px 0 3px 12px;
  color: #47576a;
  font-size: 14px;
  line-height: 1.58;
}
.finance-portal-v3 .answer-db-card li::before {
  content: "";
  position: absolute;
  top: .82em;
  left: 0;
  width: 4px;
  height: 4px;
  background: #94a3b8;
  border-radius: 50%;
}
.finance-portal-v3 .answer-db-card > p {
  margin: 6px 0 0;
  color: #47576a;
  font-size: 14px;
  line-height: 1.65;
}
.finance-portal-v3 .answer-db-card > b {
  display: block;
  margin-top: 8px;
  color: var(--portal-blue);
  font-size: 13px;
}

.finance-portal-v3 .ai-answer {
  padding: 20px 0 0;
  background: #fff;
  border: 0;
  border-top: 1px solid var(--portal-ink);
  border-bottom: 1px solid var(--portal-line);
  border-radius: 0;
}
.finance-portal-v3 .ai-answer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.finance-portal-v3 .ai-answer-head span {
  color: var(--portal-teal);
  font-size: 12px;
  font-weight: 800;
}
.finance-portal-v3 .ai-answer-head time {
  color: var(--portal-muted);
  font-size: 11px;
}
.finance-portal-v3 .ai-answer > dl {
  margin: 16px 0 0;
  border-top: 1px solid var(--portal-line);
}
.finance-portal-v3 .ai-answer > dl > div {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid var(--portal-line);
}
.finance-portal-v3 .ai-answer dt,
.finance-portal-v3 .ai-answer dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}
.finance-portal-v3 .ai-answer dt {
  color: var(--portal-muted);
  font-weight: 700;
}
.finance-portal-v3 .ai-answer dd { color: var(--portal-ink); }
.finance-portal-v3 .ai-source-links {
  margin-top: 16px;
  padding: 15px 0;
  border-top: 1px solid var(--portal-line);
}
.finance-portal-v3 .ai-source-links > strong {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
}
.finance-portal-v3 .ai-source-links :where(span, a) {
  display: block;
  margin: 5px 0 0;
  color: #536174;
  font-size: 12px;
  line-height: 1.55;
}
.finance-portal-v3 .ai-source-links a {
  color: var(--portal-blue);
  font-weight: 800;
}

.finance-portal-v3 .review-proof,
.finance-portal-v3 .decision-path,
.finance-portal-v3 .english-brief,
.finance-portal-v3 .search-demand-loop,
.finance-portal-v3 .core-quality-bridge {
  width: 100%;
  margin: 0;
  padding: 26px 0;
  background: #fff;
  border: 0;
  border-bottom: 1px solid var(--portal-line);
  border-radius: 0;
  box-shadow: none;
}
.finance-portal-v3 .review-proof-head {
  display: block;
  margin-bottom: 10px;
}
.finance-portal-v3 .english-brief nav {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}
.finance-portal-v3 .english-brief nav a {
  min-height: 36px;
  padding: 7px 10px;
  color: var(--portal-blue);
  border: 1px solid var(--portal-line);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 750;
}

.finance-portal-v3 .core-quality-bridge {
  border-top: 1px solid var(--portal-ink);
}
.finance-portal-v3 .core-condition-table {
  display: block;
  margin-top: 14px;
  border-top: 1px solid var(--portal-ink);
}
.finance-portal-v3 .core-condition-table > [role="row"] {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 3px;
  min-height: 0;
  padding: 14px 0;
  color: var(--portal-ink);
  border: 0;
  border-bottom: 1px solid var(--portal-line);
  border-radius: 0;
  background: #fff;
}
.finance-portal-v3 .core-condition-table > div[role="row"] {
  display: none;
}
.finance-portal-v3 .core-condition-table [role="cell"] {
  font-size: 13px;
  line-height: 1.55;
}
.finance-portal-v3 .core-condition-table [role="cell"]:first-child {
  color: var(--portal-ink);
  font-size: 16px;
  font-weight: 800;
}
.finance-portal-v3 .core-condition-table [role="cell"]:not(:first-child) {
  color: var(--portal-muted);
}
.finance-portal-v3 .core-checklist,
.finance-portal-v3 .core-mini-faq {
  margin: 20px 0 0;
  padding: 0;
  background: #fff;
  border: 0;
  border-radius: 0;
}
.finance-portal-v3 .core-checklist ol {
  margin: 10px 0 0;
  padding-left: 22px;
}
.finance-portal-v3 .core-checklist a {
  display: block;
  margin-top: 14px;
  padding: 13px 14px;
  color: #fff;
  background: var(--portal-blue);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}
.finance-portal-v3 .core-mini-faq details {
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--portal-line);
  border-radius: 0;
}
.finance-portal-v3 .core-mini-faq summary {
  padding: 14px 0;
  font-size: 16px;
  line-height: 1.55;
}
.finance-portal-v3 .core-mini-faq details p {
  margin: 0;
  padding: 0 0 16px;
  font-size: 15px;
}

.finance-portal-v3 .compact-related-link {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 14px;
  gap: 10px;
  align-items: start;
}
.finance-portal-v3 .compact-related-order {
  display: grid;
  width: 24px;
  height: 24px;
  margin: 0;
  place-items: center;
  color: var(--portal-blue);
  background: #edf4ff;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 850;
}
.finance-portal-v3 .compact-related-copy strong {
  font-size: 16px;
  line-height: 1.5;
}
.finance-portal-v3 .compact-related-copy small {
  display: block;
  margin-top: 4px;
  color: var(--portal-muted);
  font-size: 12px;
  line-height: 1.55;
}

.finance-portal-v3 .source-list {
  display: block;
  margin: 0;
  border-top: 1px solid var(--portal-ink);
}
.finance-portal-v3 .source-card {
  display: block;
  min-height: 0;
  padding: 16px 0;
}
.finance-portal-v3 .source-card > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}
.finance-portal-v3 .source-card strong {
  font-size: 16px;
  line-height: 1.45;
}
.finance-portal-v3 .source-card p {
  margin: 7px 0 0;
  color: #536174;
  font-size: 14px;
  line-height: 1.62;
}
.finance-portal-v3 .source-card :where(span, b) {
  display: block;
  margin-top: 6px;
  color: var(--portal-muted);
  font-size: 12px;
  line-height: 1.5;
}
.finance-portal-v3 .source-card b { color: var(--portal-blue); }

.finance-portal-v3 .problem-visa-routes {
  padding: 14px 0 0;
  border-top: 1px solid var(--portal-line);
}
.finance-portal-v3 .problem-visa-routes > strong {
  display: block;
  color: var(--portal-muted);
  font-size: 12px;
}
.finance-portal-v3 .problem-visa-routes nav {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 8px;
}
.finance-portal-v3 .problem-visa-routes a {
  padding: 6px 9px;
  color: var(--portal-blue);
  background: #fff;
  border: 1px solid var(--portal-line);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 750;
}

.finance-portal-v3 .portal-index-details {
  display: block;
  border-top: 1px solid var(--portal-ink);
}
.finance-portal-v3 .portal-index-details > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  padding: 12px 0;
  cursor: pointer;
  list-style: none;
}
.finance-portal-v3 .portal-index-details > summary::-webkit-details-marker { display: none; }
.finance-portal-v3 .portal-index-details > summary span,
.finance-portal-v3 .portal-index-details > summary b,
.finance-portal-v3 .portal-index-details > summary small {
  display: block;
}
.finance-portal-v3 .portal-index-details > summary b {
  font-size: 17px;
  line-height: 1.45;
}
.finance-portal-v3 .portal-index-details > summary small {
  margin-top: 3px;
  color: var(--portal-muted);
  font-size: 12px;
}
.finance-portal-v3 .portal-index-details > summary i {
  color: var(--portal-blue);
  font-size: 22px;
  font-style: normal;
}
.finance-portal-v3 .portal-index-details[open] > summary i { transform: rotate(45deg); }
.finance-portal-v3 .silo-grid-compact {
  display: block;
  margin: 0;
  border-top: 1px solid var(--portal-line);
}
.finance-portal-v3 .silo-grid-compact article {
  margin: 0;
  padding: 15px 0;
  background: #fff;
  border: 0;
  border-bottom: 1px solid var(--portal-line);
  border-radius: 0;
}
.finance-portal-v3 .silo-grid-compact h3 {
  margin: 0 0 8px;
  color: var(--portal-ink);
  font-size: 15px;
}
.finance-portal-v3 .silo-grid-compact article > div {
  display: block;
}
.finance-portal-v3 .silo-grid-compact a {
  display: block;
  padding: 7px 0;
  color: #425166;
  font-size: 14px;
  line-height: 1.55;
}
.finance-portal-v3 .silo-grid-compact a span {
  display: inline;
  margin-left: 6px;
  color: var(--portal-muted);
  font-size: 11px;
}

.finance-portal-v3 .trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--portal-line);
}
.finance-portal-v3 .trust-grid > a {
  min-height: 76px;
  padding: 13px 10px 13px 0;
}
.finance-portal-v3 .trust-grid > a:nth-child(odd) {
  border-right: 1px solid var(--portal-line);
}
.finance-portal-v3 .trust-grid > a:nth-child(even) {
  padding-left: 10px;
}
.finance-portal-v3 .trust-grid > a strong { font-size: 14px; }
.finance-portal-v3 .trust-grid > a span { font-size: 11px; }

.finance-portal-v3 .section.split,
.finance-portal-v3 .section.warning-section,
.finance-portal-v3 .section.page-focus-blocks,
.finance-portal-v3 .section.compact-related-guides,
.finance-portal-v3 .section.seo-silos {
  padding: 28px 0;
  background: #fff;
  border: 0;
  border-bottom: 1px solid var(--portal-line);
  border-radius: 0;
  box-shadow: none;
}
.finance-portal-v3 .section-title {
  margin-bottom: 12px;
}
.finance-portal-v3 .section-title > span {
  color: var(--portal-teal);
  font-size: 12px;
  font-weight: 800;
}
.finance-portal-v3 .section-title h2 {
  margin: 4px 0 0;
  font-size: 22px;
}
.finance-portal-v3 .section-title p {
  margin: 7px 0 0;
  color: var(--portal-muted);
  font-size: 14px;
}
.finance-portal-v3 .note-panel,
.finance-portal-v3 .checklist,
.finance-portal-v3 .document-grid,
.finance-portal-v3 .comparison-grid {
  margin: 0;
  padding: 0;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 430px) {
  .finance-portal-v3 .content-main :where(p, li, dd) {
    font-size: 17px;
    line-height: 1.75;
  }
  .finance-portal-v3 .content-main h2 {
    font-size: 23px;
    line-height: 1.4;
  }
  .finance-portal-v3 .content-main h3 {
    font-size: 18px;
    line-height: 1.5;
  }
}

/* Exact mobile mockup contract: flat reading flow, compact framed units only where the mockup uses them. */
.finance-portal-v3 {
  --portal-ink: #102033;
  --portal-muted: #677487;
  --portal-line: #e3e9ef;
  --portal-soft: #f5f8fb;
  --portal-blue: #1557c0;
  --portal-teal: #0d866f;
  --portal-mint: #e8f7f2;
}

.finance-portal-v3 .portal-page,
.finance-portal-v3 .content-layout,
.finance-portal-v3 .portal-content-layout,
.finance-portal-v3 .home-content-layout,
.finance-portal-v3 .feed-content-layout {
  padding: 20px 18px 0;
}

.finance-portal-v3 .portal-home-page { padding-top: 20px; }
.finance-portal-v3 .portal-home-title,
.finance-portal-v3 .home-hero h1 { margin-bottom: 12px; font-size: 27px; line-height: 1.28; }
.finance-portal-v3 .portal-home-lead { max-width: 335px; font-size: 16px; line-height: 1.75; }
.finance-portal-v3 .service-note { margin-top: 16px; padding: 13px 14px; font-size: 12px; line-height: 1.55; }
.finance-portal-v3 .portal-quick-grid { border-radius: 6px; }
.finance-portal-v3 .portal-quick-grid a { min-height: 102px; padding: 15px 13px; }
.finance-portal-v3 .portal-home-status { margin: 18px 0; }
.finance-portal-v3 .portal-home-status > div { padding: 12px 8px; }
.finance-portal-v3 .portal-home-status b { font-size: 15px; line-height: normal; }
.finance-portal-v3 .portal-home-status span { font-size: 10px; line-height: normal; }
.finance-portal-v3 .portal-home-feature {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 14px;
  height: 161.906px;
  min-height: 161.906px;
  margin-top: 15px;
  padding: 14px 0;
  align-items: center;
  border-top: 1px solid var(--portal-ink);
  border-bottom: 1px solid var(--portal-line);
}
.finance-portal-v3 .portal-home-feature > span { display: block; width: 100%; }
.finance-portal-v3 .portal-home-feature > img { display: block; width: 112px; height: 112px; object-fit: cover; border-radius: 7px; }
.finance-portal-v3 .portal-home-feature h2 { margin: 5px 0 6px; font-size: 17px; line-height: 1.38; }
.finance-portal-v3 .portal-home-feature p { font-size: 12px; line-height: 1.5; }
.finance-portal-v3 .portal-journey { margin: 16px 0 2px; }
.finance-portal-v3 .portal-journey > div { padding: 8px 7px 8px 24px; font-size: 11px; line-height: normal; }
.finance-portal-v3 .portal-journey :where(b, span) { line-height: normal; }

.finance-portal-v3 .section-head,
.finance-portal-v3 .editorial-feed-head {
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin: 28px 0 10px;
}
.finance-portal-v3 .section-head > div > span,
.finance-portal-v3 .editorial-feed-head > div > span { display: block; line-height: 14px; }
.finance-portal-v3 .section-head h2,
.finance-portal-v3 .editorial-feed-head h2 { margin: 3px 0 0; font-size: 22px; line-height: 1.38; }
.finance-portal-v3 .section-head > div > p,
.finance-portal-v3 .editorial-feed-head > div > p { margin: 6px 0 0; font-size: 14px; line-height: 1.55; }
.finance-portal-v3 .editorial-feed.is-home .editorial-feed-head > div > p,
.finance-portal-v3 .home-official-preview .section-head > div > p { display: none; }
.finance-portal-v3 .editorial-feed.is-home .editorial-feed-head,
.finance-portal-v3 .home-official-preview .section-head { height: 48.359px; }
.finance-portal-v3 .section-head > a,
.finance-portal-v3 .editorial-feed-head > a { display: block; align-self: flex-end; min-height: 0; padding: 0; color: var(--portal-blue); font-size: 13px; font-weight: 750; line-height: normal; white-space: nowrap; }

.finance-portal-v3 .editorial-feed,
.finance-portal-v3 .home-official-preview { padding: 0; border: 0; }
.finance-portal-v3 .editorial-feed-list,
.finance-portal-v3 .editorial-feed-group { display: block; margin: 0; }
.finance-portal-v3 .editorial-feed-group { border-top: 1px solid var(--portal-ink); }
.finance-portal-v3 .editorial-feed-card,
.finance-portal-v3 .editorial-feed-card > a {
  display: block;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.finance-portal-v3 .editorial-feed-card > a { padding: 17px 0; border-bottom: 1px solid var(--portal-line); }
.finance-portal-v3 .editorial-feed.is-home .editorial-feed-card { border-bottom: 0; }
.finance-portal-v3 .editorial-feed-meta { display: flex; gap: 6px; margin-bottom: 5px; color: var(--portal-muted); font-size: 12px; line-height: normal; }
.finance-portal-v3 .editorial-feed-meta :where(b, small) { line-height: normal; }
.finance-portal-v3 .editorial-feed-meta b { color: var(--portal-teal); }
.finance-portal-v3 .editorial-feed.is-home:not(.is-full) .editorial-feed-card h3 { margin: 0; font-size: 16px; line-height: 1.5; }
.finance-portal-v3 .editorial-feed.is-home .editorial-feed-card p { display: none; }
.finance-portal-v3 .editorial-feed:not(.is-home) .editorial-feed-card p {
  display: -webkit-box;
  margin: 7px 0 0;
  overflow: hidden;
  color: #536174;
  font-size: 13px;
  line-height: 1.58;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.finance-portal-v3 .home-official-list { display: grid; grid-template-columns: 1fr; gap: 11px; margin-top: 16px; }
.finance-portal-v3 .home-official-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 18px;
  gap: 12px;
  align-items: center;
  min-height: 92px;
  padding: 14px;
  border: 1px solid var(--portal-line);
  border-radius: 7px;
}
.finance-portal-v3 .home-official-card .bank-identity { width: 48px; height: 48px; border-radius: 11px; }
.finance-portal-v3 .home-official-copy small { font-size: 10px; }
.finance-portal-v3 .home-official-copy strong { margin-top: 2px; font-size: 15px; }
.finance-portal-v3 .home-official-copy em,
.finance-portal-v3 .home-official-copy b { display: none; }
.finance-portal-v3 .home-official-copy > span {
  display: -webkit-box;
  margin-top: 4px;
  overflow: hidden;
  font-size: 11px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.finance-portal-v3 .top-direct-answer,
.finance-portal-v3 .key-answer,
.finance-portal-v3 .portal-answer-summary {
  margin-top: 20px;
  padding: 18px;
  background: #f7f9fb;
  border: 1px solid #dce4ec;
  border-radius: 7px;
  box-shadow: none;
}
.finance-portal-v3 .top-direct-answer > div:first-child > span,
.finance-portal-v3 .portal-answer-summary > div:first-child > span { display: block; margin-bottom: 8px; color: #4f5e70; font-size: 12px; font-weight: 800; }
.finance-portal-v3 .top-direct-answer h2,
.finance-portal-v3 .portal-answer-summary h2 { margin-bottom: 8px; font-size: 20px; line-height: 1.45; }
.finance-portal-v3 .top-direct-answer p,
.finance-portal-v3 .portal-answer-summary p { font-size: 15px; line-height: 1.75; }
.finance-portal-v3 .portal-answer-summary > div > p:last-child { margin-bottom: 0; }

.finance-portal-v3 .loan-db-detail,
.finance-portal-v3 .official-check-center { padding: 22px 0; border-top: 1px solid var(--portal-ink); border-bottom: 0; }
.finance-portal-v3 .db-summary-grid,
.finance-portal-v3 .db-info-grid,
.finance-portal-v3 .official-check-grid { display: block; margin: 16px 0 0; border-top: 1px solid var(--portal-ink); }
.finance-portal-v3 .db-summary-card,
.finance-portal-v3 .db-info-card,
.finance-portal-v3 .official-check-card {
  display: block;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 17px 0;
  background: #fff;
  border: 0;
  border-bottom: 1px solid var(--portal-line);
  border-radius: 0;
  box-shadow: none;
}
.finance-portal-v3 .db-summary-card > span,
.finance-portal-v3 .official-check-top em { color: var(--portal-teal); font-size: 11px; font-style: normal; font-weight: 850; }
.finance-portal-v3 .db-summary-card > strong,
.finance-portal-v3 .db-info-card h3,
.finance-portal-v3 .official-check-card h3 { display: block; margin: 5px 0 6px; font-size: 17px; line-height: 1.5; }
.finance-portal-v3 .db-summary-card p,
.finance-portal-v3 .db-info-card p,
.finance-portal-v3 .official-check-card > p { margin: 0; color: var(--portal-muted); font-size: 14px; line-height: 1.65; }
.finance-portal-v3 .db-summary-card ul,
.finance-portal-v3 .db-info-card ul { margin: 8px 0 0; padding: 0; list-style: none; }
.finance-portal-v3 .db-summary-card li,
.finance-portal-v3 .db-info-card li { padding: 8px 0; border-bottom: 1px solid var(--portal-line); font-size: 15px; line-height: 1.6; }
.finance-portal-v3 .card-click-label { display: block; margin-top: 9px; color: var(--portal-blue); font-size: 13px; }
.finance-portal-v3 .official-check-top { display: flex; gap: 8px; align-items: center; }
.finance-portal-v3 .official-check-top > span { color: var(--portal-teal); font-size: 11px; font-weight: 900; }
.finance-portal-v3 .official-check-card dl { margin: 10px 0 0; }
.finance-portal-v3 .official-check-card dl > div { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 10px; padding: 7px 0; border-top: 1px solid var(--portal-line); }
.finance-portal-v3 .official-check-card :where(dt, dd) { margin: 0; font-size: 12px; line-height: 1.5; }
.finance-portal-v3 .official-check-card dt { color: var(--portal-muted); }
.finance-portal-v3 .official-check-card > b { display: block; margin-top: 9px; color: var(--portal-blue); font-size: 13px; }
.finance-portal-v3 .db-source-panel,
.finance-portal-v3 .db-caution-box,
.finance-portal-v3 .db-english-summary,
.finance-portal-v3 .official-source-detail { margin: 22px 0 0; padding: 18px; border: 1px solid var(--portal-line); border-radius: 6px; background: #fff; box-shadow: none; }
.finance-portal-v3 .db-related { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--portal-ink); }
.finance-portal-v3 .db-related > div { border-top: 1px solid var(--portal-line); }
.finance-portal-v3 .db-related a { display: block; padding: 14px 0; border-bottom: 1px solid var(--portal-line); font-size: 15px; line-height: 1.55; }
.finance-portal-v3 .db-related a span { display: block; margin-top: 4px; color: var(--portal-muted); font-size: 12px; }

.finance-portal-v3 .checklist { border-top: 1px solid var(--portal-ink); }
.finance-portal-v3 .checklist label {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  min-height: 0;
  margin: 0;
  padding: 14px 0;
  background: #fff;
  border: 0;
  border-bottom: 1px solid var(--portal-line);
  border-radius: 0;
}
.finance-portal-v3 .checklist input { width: 20px; height: 20px; margin: 3px 0 0; accent-color: var(--portal-teal); }
.finance-portal-v3 .checklist label > span { color: #344255; font-size: 16px; line-height: 1.62; }
.finance-portal-v3 .note-panel { margin-top: 22px; padding: 16px; border: 1px solid #ecd7a7; border-radius: 6px; background: #fffaf0; }

.finance-portal-v3 .warning-grid { display: block; border-top: 1px solid var(--portal-ink); }
.finance-portal-v3 .warning-grid > a { display: block; padding: 17px 0; border-bottom: 1px solid var(--portal-line); }
.finance-portal-v3 .warning-grid h3 { margin: 0 0 6px; font-size: 17px; }
.finance-portal-v3 .warning-grid p { margin: 0; font-size: 15px; line-height: 1.7; }
.finance-portal-v3 .warning-grid b { display: block; margin-top: 8px; color: var(--portal-blue); font-size: 13px; }

.finance-portal-v3 .bank-grid,
.finance-portal-v3 .bank-stack { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 16px; }
.finance-portal-v3 .bank-card {
  display: block;
  padding: 16px;
  background: #fff;
  border: 1px solid #dce3ea;
  border-radius: 7px;
  box-shadow: 0 2px 8px rgba(16, 32, 51, .04);
}
.finance-portal-v3 .bank-card-top,
.finance-portal-v3 .bank-card-head { display: grid; grid-template-columns: 46px minmax(0, 1fr) 28px; gap: 11px; align-items: center; }
.finance-portal-v3 .bank-card .bank-mark,
.finance-portal-v3 .bank-card .bank-identity { width: 46px; height: 46px; border-radius: 11px; }
.finance-portal-v3 .bank-card h3,
.finance-portal-v3 .product-title { margin: 14px 0 10px; font-size: 17px; line-height: 1.42; }
.finance-portal-v3 .bank-card dl,
.finance-portal-v3 .bank-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 15px 0 0; padding: 13px 0; border-top: 1px solid var(--portal-line); border-bottom: 1px solid var(--portal-line); }
.finance-portal-v3 .bank-card dl > div,
.finance-portal-v3 .bank-metrics > div { display: block; min-width: 0; padding: 0 9px; border: 0; border-right: 1px solid var(--portal-line); }
.finance-portal-v3 .bank-card dl > div:first-child,
.finance-portal-v3 .bank-metrics > div:first-child { padding-left: 0; }
.finance-portal-v3 .bank-card dl > div:last-child,
.finance-portal-v3 .bank-metrics > div:last-child { padding-right: 0; border-right: 0; }
.finance-portal-v3 .bank-card dt,
.finance-portal-v3 .bank-metrics dt { color: var(--portal-muted); font-size: 10px; }
.finance-portal-v3 .bank-card dd,
.finance-portal-v3 .bank-metrics dd { margin: 4px 0 0; font-size: 12px; font-weight: 850; line-height: 1.35; }

.finance-portal-v3 .loan-manual-ad-boundary,
.finance-portal-v3 .ad-slot,
.finance-portal-v3 .ad-slot-live {
  min-height: 250px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 0;
  border-radius: 0;
}
.finance-portal-v3 .loan-manual-ad-boundary > .ad-slot { margin: 0; }
body.finance-portal-v3[data-ad-profile] .loan-manual-ad-boundary { margin-block: 32px; }

@media (max-width: 430px) {
  .finance-portal-v3 .content-main :where(p, li, dd) { font-size: 16px; line-height: 1.72; }
  .finance-portal-v3 .longread-article .article-section > p,
  .finance-portal-v3 .article-lead { font-size: 18px; line-height: 1.72; }
  .finance-portal-v3 .content-main h2 { font-size: 22px; line-height: 1.38; }
  .finance-portal-v3 .content-main .article-section > h2 { font-size: 24px; }
}

/*
 * Exact mockup page system.
 * Every generated route uses the same 390/412px reading hierarchy as the
 * approved mock: header, direct answer, facts, contents, long sections,
 * official detail, FAQ, related reading and four-item dock.
 */
.finance-portal-v3 .site-footer { display: none !important; }

.finance-portal-v3 .portal-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 20px 18px 0;
}

.finance-portal-v3 .portal-article-page,
.finance-portal-v3 .portal-feed-page,
.finance-portal-v3 .portal-search-page {
  color: var(--portal-ink);
  background: #fff;
}

.finance-portal-v3 .portal-article-header,
.finance-portal-v3 .portal-feed-header,
.finance-portal-v3 .portal-search-header {
  margin: 0;
  padding: 0;
  background: #fff;
  border: 0;
}

.finance-portal-v3 .portal-article-header > h1,
.finance-portal-v3 .portal-feed-header > h1,
.finance-portal-v3 .portal-search-header > h1 {
  margin: 2px 0 12px;
  color: var(--portal-ink);
  font-size: 27px;
  font-weight: 800;
  line-height: 1.28;
}

.finance-portal-v3 .portal-article-lead,
.finance-portal-v3 .portal-feed-header > p,
.finance-portal-v3 .portal-search-header > p {
  margin: 0;
  color: var(--portal-muted);
  font-size: 16px;
  line-height: 1.75;
}

.finance-portal-v3 .portal-article-meta,
.finance-portal-v3 .portal-feed-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 9px;
  align-items: center;
  margin: 0 0 13px;
  color: var(--portal-muted);
  font-size: 12px;
  line-height: 1.4;
}

.finance-portal-v3 .portal-article-meta b,
.finance-portal-v3 .portal-feed-meta b {
  color: var(--portal-teal);
  font-weight: 800;
}

.finance-portal-v3 .portal-article-lead {
  font-size: 18px;
  line-height: 1.72;
}

.finance-portal-v3 .portal-related-query-line {
  margin: 18px 0 0;
  color: #6d7785;
  font-size: 14px;
  line-height: 1.68;
}

.finance-portal-v3 .portal-related-query-line span {
  color: #526071;
}

.finance-portal-v3 .portal-key-answer {
  margin: 20px 0 0;
  padding: 22px 0;
  color: var(--portal-ink);
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.finance-portal-v3 .portal-key-answer > * {
  min-width: 0;
  max-width: 100%;
}

.finance-portal-v3 .portal-key-answer > small {
  display: block;
  margin-bottom: 8px;
  color: #4f5e70;
  font-size: 12px;
  font-weight: 850;
}

.finance-portal-v3 .portal-key-answer > h2 {
  width: auto;
  margin: 0 0 9px;
  color: var(--portal-ink);
  font-size: 24px;
  line-height: 1.38;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

.finance-portal-v3 .portal-key-answer > p {
  margin: 0;
  color: #263548;
  font-size: 18px;
  line-height: 1.72;
}

.finance-portal-v3 .portal-verification-line {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin: 12px 0 0;
  color: var(--portal-muted);
  font-size: 12px;
  line-height: 1.55;
}

.finance-portal-v3 .portal-verification-line b { color: var(--portal-teal); }

.finance-portal-v3 .portal-official-bridge {
  display: inline-flex;
  min-height: 40px;
  margin-top: 12px;
  align-items: center;
  color: var(--portal-blue);
  font-size: 14px;
  font-weight: 800;
}

.finance-portal-v3 .portal-summary-facts {
  margin: 20px 0;
  border-top: 1px solid var(--portal-ink);
}

.finance-portal-v3 .portal-summary-facts > a {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) 18px;
  gap: 12px;
  min-height: 52px;
  padding: 14px 0;
  align-items: start;
  color: inherit;
  border-bottom: 1px solid var(--portal-line);
  text-decoration: none;
}

.finance-portal-v3 .portal-summary-label {
  color: var(--portal-muted);
  font-size: 13px;
  font-weight: 700;
}

.finance-portal-v3 .portal-summary-value {
  color: var(--portal-ink);
  font-size: 14px;
  line-height: 1.55;
}

.finance-portal-v3 .portal-summary-facts > a:focus-visible {
  outline: 3px solid rgba(21, 87, 192, 0.28);
  outline-offset: 3px;
}

@media (hover: hover) {
  .finance-portal-v3 .portal-summary-facts > a:hover { background: #f7f9fc; }
}

.finance-portal-v3 :where(
  #policy-content,
  #query-context,
  #verification-order,
  #portal-conditions,
  #documents,
  #warnings,
  #bank-questions,
  #sources,
  #faq
) {
  scroll-margin-top: 76px;
}

.finance-portal-v3 .portal-article-toc {
  margin: 22px 0 0;
  padding: 17px 0 4px;
  border-top: 1px solid var(--portal-ink);
}

.finance-portal-v3 .portal-article-toc > b {
  display: block;
  margin-bottom: 9px;
  font-size: 16px;
}

.finance-portal-v3 .portal-article-toc ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: portal-toc;
}

.finance-portal-v3 .portal-article-toc li {
  counter-increment: portal-toc;
  border-bottom: 1px solid var(--portal-line);
}

.finance-portal-v3 .portal-article-toc a {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 8px;
  padding: 12px 0;
  color: #344255;
  font-size: 15px;
  line-height: 1.55;
}

.finance-portal-v3 .portal-article-toc a::before {
  content: counter(portal-toc, decimal-leading-zero);
  color: var(--portal-teal);
  font-size: 11px;
  font-weight: 850;
}

.finance-portal-v3 .portal-article-section {
  margin: 0;
  padding: 26px 0;
  background: #fff;
  border: 0;
  border-top: 1px solid var(--portal-ink);
  border-radius: 0;
  box-shadow: none;
}

.finance-portal-v3 .portal-article-section > h2 {
  margin: 4px 0 12px;
  color: var(--portal-ink);
  font-size: 24px;
  line-height: 1.38;
}

.finance-portal-v3 .portal-article-section > p {
  margin: 0 0 14px;
  color: #425166;
  font-size: 18px;
  line-height: 1.72;
}

.finance-portal-v3 .portal-condition-grid,
.finance-portal-v3 .portal-number-list,
.finance-portal-v3 .portal-question-list {
  margin-top: 16px;
  border-top: 1px solid var(--portal-ink);
}

.finance-portal-v3 .portal-condition-row,
.finance-portal-v3 .portal-number-row {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 18px;
  gap: 12px;
  align-items: center;
  padding: 17px 0;
  border-bottom: 1px solid var(--portal-line);
}

.finance-portal-v3 a.portal-condition-row,
.finance-portal-v3 a.portal-number-row {
  color: var(--portal-ink);
}

.finance-portal-v3 a.portal-condition-row:active,
.finance-portal-v3 a.portal-number-row:active {
  background: #f7f9fc;
}

.finance-portal-v3 .portal-condition-number,
.finance-portal-v3 .portal-number-row > span:first-child {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--portal-blue);
  background: #edf4ff;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 850;
}

.finance-portal-v3 .portal-condition-row b,
.finance-portal-v3 .portal-number-row b {
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 1.48;
}

.finance-portal-v3 .portal-condition-row em,
.finance-portal-v3 .portal-number-row em {
  display: block;
  color: var(--portal-muted);
  font-size: 16px;
  font-style: normal;
  line-height: 1.7;
}

.finance-portal-v3 .portal-check-list {
  margin-top: 16px;
  border-top: 1px solid var(--portal-ink);
}

.finance-portal-v3 .portal-check-row {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 18px;
  gap: 11px;
  align-items: center;
  padding: 15px 0;
  color: var(--portal-ink);
  border-bottom: 1px solid var(--portal-line);
}

.finance-portal-v3 .portal-row-arrow,
.finance-portal-v3 .portal-source-row-arrow {
  align-self: center;
  color: #8391a2;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  text-align: right;
}

.finance-portal-v3 :where(.portal-condition-row, .portal-number-row, .portal-check-row):is(:hover, :focus-visible) {
  background: #f7f9fc;
}

.finance-portal-v3 .portal-check-mark {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: var(--portal-teal);
  border: 1px solid #cbd5df;
  border-radius: 4px;
  font-size: 14px;
}

.finance-portal-v3 .portal-check-row b {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.5;
}

.finance-portal-v3 .portal-check-row em {
  display: block;
  color: var(--portal-muted);
  font-size: 14px;
  font-style: normal;
  line-height: 1.62;
}

.finance-portal-v3 .portal-question-list > :where(div, a) {
  display: block;
  padding: 16px 0;
  color: var(--portal-ink);
  border-bottom: 1px solid var(--portal-line);
}

.finance-portal-v3 .portal-question-list > a:is(:hover, :focus-visible) { background: #f7f9fc; }

.finance-portal-v3 .portal-question-list b {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 1.5;
}

.finance-portal-v3 .portal-question-list span {
  display: block;
  color: var(--portal-muted);
  font-size: 14px;
  line-height: 1.65;
}

.finance-portal-v3 .portal-question-list strong { color: var(--portal-teal); }
.finance-portal-v3 .portal-question-list > a > em {
  display: inline-block;
  margin-top: 8px;
  color: var(--portal-blue);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.finance-portal-v3 .portal-source-audit-list {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.finance-portal-v3 .portal-source-audit {
  margin: 0;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--portal-line);
  border-radius: 6px;
}

.finance-portal-v3 .portal-source-head {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 18px;
  gap: 12px;
  align-items: center;
  color: var(--portal-ink);
}

.finance-portal-v3 .portal-source-intro-link:is(:hover, :focus-visible) { background: #f7f9fc; }

.finance-portal-v3 .portal-bank-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #fff;
  background: #1459a6;
  border-radius: 11px;
  font-size: 10px;
  font-weight: 900;
  overflow: hidden;
}

.finance-portal-v3 .portal-source-head small {
  display: block;
  color: var(--portal-teal);
  font-size: 10px;
  font-weight: 850;
}

.finance-portal-v3 .portal-source-head h3 {
  margin: 3px 0 4px;
  color: var(--portal-ink);
  font-size: 17px;
  line-height: 1.45;
}

.finance-portal-v3 .portal-source-head em {
  display: block;
  color: var(--portal-muted);
  font-size: 11px;
  font-style: normal;
  line-height: 1.45;
}

.finance-portal-v3 .portal-source-overview-link {
  display: block;
  margin: 15px 0 12px;
  color: #425166;
}

.finance-portal-v3 .portal-source-overview-link > span {
  display: block;
  color: #425166;
  font-size: 16px;
  line-height: 1.7;
}

.finance-portal-v3 .portal-source-overview-link > b {
  display: inline-block;
  margin-top: 6px;
  color: var(--portal-blue);
  font-size: 13px;
  font-weight: 800;
}

.finance-portal-v3 .portal-source-audit-rows { margin: 0; }
.finance-portal-v3 .portal-source-audit-row {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) 18px;
  gap: 10px;
  align-items: start;
  padding: 11px 0;
  color: #334155;
  border-top: 1px solid var(--portal-line);
}
.finance-portal-v3 .portal-source-audit-row:is(:hover, :focus-visible) { background: #f7f9fc; }
.finance-portal-v3 .portal-source-row-label { color: var(--portal-muted); font-size: 14px; font-weight: 700; line-height: 1.6; }
.finance-portal-v3 .portal-source-row-value { min-width: 0; color: #334155; font-size: 14px; line-height: 1.6; overflow-wrap: anywhere; }
.finance-portal-v3 .portal-source-row-value ul { margin: 0; padding: 0; list-style: none; }
.finance-portal-v3 .portal-source-row-value li { position: relative; padding-left: 12px; }
.finance-portal-v3 .portal-source-row-value li + li { margin-top: 5px; }
.finance-portal-v3 .portal-source-row-value li::before { position: absolute; top: 0; left: 0; content: "·"; color: var(--portal-teal); font-weight: 900; }
.finance-portal-v3 .portal-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  margin-top: 14px;
  color: #fff;
  background: var(--portal-blue);
  border-radius: 5px;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

.finance-portal-v3 .portal-faq-list { margin-top: 12px; border-top: 1px solid var(--portal-ink); }
.finance-portal-v3 .portal-faq-list details { border-bottom: 1px solid var(--portal-line); }
.finance-portal-v3 .portal-faq-list summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20px;
  gap: 10px;
  padding: 17px 0;
  color: var(--portal-ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
}
.finance-portal-v3 .portal-faq-list summary::-webkit-details-marker { display: none; }
.finance-portal-v3 .portal-faq-list summary::after { content: "+"; color: var(--portal-blue); font-size: 19px; }
.finance-portal-v3 .portal-faq-list details[open] summary::after { content: "−"; }
.finance-portal-v3 .portal-faq-list details > p { margin: 0; padding: 0 0 17px; color: #475569; font-size: 16px; line-height: 1.72; }

.finance-portal-v3 .portal-article-disclaimer {
  display: block;
  margin: 22px 0;
  padding: 16px;
  color: #65573f;
  background: #fffaf0;
  border: 1px solid #ecd7a7;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.7;
}
.finance-portal-v3 .portal-article-disclaimer strong { display: block; margin-bottom: 5px; color: var(--portal-ink); }
.finance-portal-v3 .portal-article-disclaimer span { display: block; }

.finance-portal-v3 .compact-related-guides {
  margin: 0;
  padding: 26px 0;
  border-top: 1px solid var(--portal-ink);
  border-bottom: 0;
}
.finance-portal-v3 .compact-related-list { border-top: 1px solid var(--portal-ink); }
.finance-portal-v3 .compact-related-link { padding: 14px 0; border-bottom: 1px solid var(--portal-line); }
.finance-portal-v3 .portal-feed-retention-link .compact-related-copy > small:first-child {
  margin-bottom: 3px;
  color: var(--portal-teal);
  font-size: 11px;
  font-weight: 850;
}
.finance-portal-v3 .portal-retention-group { margin-top: 26px; }
.finance-portal-v3 .portal-retention-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 9px;
}
.finance-portal-v3 .portal-retention-group-head h3 { margin: 0; color: var(--portal-ink); font-size: 18px; line-height: 1.45; }
.finance-portal-v3 .portal-retention-group-head span { flex: 0 0 auto; color: var(--portal-teal); font-size: 11px; font-weight: 850; }
.finance-portal-v3 .portal-retention-source-list { border-top: 1px solid var(--portal-ink); }
.finance-portal-v3 .portal-retention-source-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 16px;
  gap: 12px;
  align-items: center;
  min-height: 96px;
  padding: 15px 0;
  border-bottom: 1px solid var(--portal-line);
}
.finance-portal-v3 .portal-retention-source-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 5px;
  overflow: hidden;
  color: var(--portal-blue);
  background: #f3f6fa;
  border: 1px solid #e0e6ee;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 900;
}
.finance-portal-v3 .portal-retention-source-mark img { display: block; width: 100%; height: 100%; object-fit: contain; }
.finance-portal-v3 .portal-retention-source-copy,
.finance-portal-v3 .portal-retention-source-copy > * { display: block; min-width: 0; }
.finance-portal-v3 .portal-retention-source-copy small { color: var(--portal-teal); font-size: 10px; font-weight: 800; }
.finance-portal-v3 .portal-retention-source-copy strong { margin-top: 3px; color: var(--portal-ink); font-size: 15px; line-height: 1.45; }
.finance-portal-v3 .portal-retention-source-copy em {
  display: -webkit-box;
  margin-top: 3px;
  overflow: hidden;
  color: var(--portal-muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.finance-portal-v3 .portal-retention-source-arrow { color: #8290a0; font-size: 22px; text-align: right; }

.finance-portal-v3 .portal-feed-feature {
  display: block;
  margin: 18px 0 4px;
}
.finance-portal-v3 .portal-feed-feature > img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 7px;
}
.finance-portal-v3 .portal-feed-feature .portal-feed-meta { margin: 12px 0 0; }
.finance-portal-v3 .portal-feed-feature > h2 { margin: 0 0 6px; font-size: 22px; line-height: 1.38; }
.finance-portal-v3 .portal-feed-feature > p { margin: 0; color: var(--portal-muted); font-size: 13px; line-height: 1.5; }

.finance-portal-v3 .portal-feed-search {
  display: flex;
  align-items: center;
  width: 100%;
  height: 52px;
  margin: 18px 0 12px;
  overflow: hidden;
  background: #fff;
  border: 2px solid var(--portal-blue);
  border-radius: 6px;
}
.finance-portal-v3 .portal-feed-search input { flex: 1; min-width: 0; height: 100%; padding: 0 14px; border: 0; outline: 0; font-size: 16px; }
.finance-portal-v3 .portal-feed-search button { display: grid; width: 52px; height: 100%; place-items: center; color: #fff; background: var(--portal-blue); border: 0; }
.finance-portal-v3 .portal-feed-search svg { width: 21px; height: 21px; }
.finance-portal-v3 .portal-feed-search svg,
.finance-portal-v3 .portal-source-search svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.finance-portal-v3 .portal-sources-page {
  padding: 26px 18px 104px;
}

.finance-portal-v3 .portal-source-hub-view { min-width: 0; }
.finance-portal-v3 .portal-source-hub-view > .loan-manual-ad-boundary { width: 100%; max-width: 100%; min-width: 0; margin-inline: 0; }
.finance-portal-v3 .portal-source-hub-view > .loan-manual-ad-boundary > .ad-slot { width: 100%; max-width: 100%; min-width: 0; margin-inline: 0; }
.finance-portal-v3 .portal-source-more,
.finance-portal-v3 .portal-source-archive { margin-block: 24px; border-block: 1px solid var(--portal-line); }
.finance-portal-v3 .portal-source-more > summary,
.finance-portal-v3 .portal-source-archive > summary { padding: 18px 0; min-height: 48px; font-size: 17px; line-height: 1.6; font-weight: 700; cursor: pointer; overflow-wrap: anywhere; }
.finance-portal-v3 .portal-source-trust,
.finance-portal-v3 [data-source-result-count] { color: #52616b; font-size: 14px; line-height: 1.7; }

.finance-portal-v3 .portal-sources-header > h1 {
  margin: 5px 0 10px;
  color: var(--portal-ink);
  font-size: 27px;
  line-height: 1.28;
}

.finance-portal-v3 .portal-sources-header > p {
  margin: 0;
  color: #425166;
  font-size: 16px;
  line-height: 1.75;
}

.finance-portal-v3 .portal-source-search {
  display: flex;
  align-items: center;
  width: 100%;
  height: 52px;
  margin: 20px 0 0;
  overflow: hidden;
  background: #fff;
  border: 2px solid var(--portal-blue);
  border-radius: 6px;
}

.finance-portal-v3 .portal-source-search input {
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 0 14px;
  border: 0;
  outline: 0;
  font-size: 16px;
}

.finance-portal-v3 .portal-source-search button {
  display: grid;
  width: 52px;
  height: 100%;
  place-items: center;
  color: #fff;
  background: var(--portal-blue);
  border: 0;
}

.finance-portal-v3 .portal-source-search svg {
  width: 21px;
  height: 21px;
}

.finance-portal-v3 .portal-source-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 18px 0 20px;
  overflow: hidden;
  border: 1px solid var(--portal-line);
  border-radius: 6px;
}

.finance-portal-v3 .portal-source-summary > div {
  min-width: 0;
  padding: 12px 8px;
  border-right: 1px solid var(--portal-line);
  text-align: center;
}

.finance-portal-v3 .portal-source-summary > div:last-child { border-right: 0; }
.finance-portal-v3 .portal-source-summary b { display: block; color: var(--portal-ink); font-size: 14px; }
.finance-portal-v3 .portal-source-summary span { display: block; margin-top: 3px; color: var(--portal-muted); font-size: 10px; line-height: 1.35; }

.finance-portal-v3 .portal-source-tabs {
  display: flex;
  gap: 8px;
  margin: 16px -18px 12px;
  padding: 0 18px 7px;
  overflow-x: auto;
  scrollbar-width: none;
}

.finance-portal-v3 .portal-source-tabs::-webkit-scrollbar { display: none; }
.finance-portal-v3 .portal-source-tabs button {
  flex: 0 0 auto;
  height: 36px;
  padding: 0 14px;
  color: #5c6878;
  background: #fff;
  border: 1px solid var(--portal-line);
  border-radius: 18px;
  font-size: 13px;
  font-weight: 700;
}
.finance-portal-v3 .portal-source-tabs button[aria-pressed="true"] { color: #fff; background: var(--portal-ink); border-color: var(--portal-ink); }

.finance-portal-v3 .portal-source-hub {
  display: grid;
  gap: 11px;
  margin: 16px 0 0;
}

.finance-portal-v3 .portal-source-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 18px;
  gap: 12px;
  align-items: center;
  min-height: 92px;
  padding: 14px;
  color: var(--portal-ink);
  background: #fff;
  border: 1px solid var(--portal-line);
  border-radius: 7px;
}

.finance-portal-v3 .portal-source-card:active { background: #f7f9fc; }
.finance-portal-v3 .portal-source-card > span:last-child { color: #8290a0; font-size: 22px; text-align: right; }
.finance-portal-v3 .portal-source-card small { display: block; color: var(--portal-teal); font-size: 10px; font-weight: 850; }
.finance-portal-v3 .portal-source-card h2 { margin: 2px 0 4px; color: var(--portal-ink); font-size: 15px; line-height: 1.42; }
.finance-portal-v3 .portal-source-card p { margin: 0; color: var(--portal-muted); font-size: 11px; line-height: 1.45; }

.finance-portal-v3 :where(.portal-bank-mark, .bank-identity).is-bank-logo {
  display: grid;
  place-items: center;
  padding: 5px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce3ea;
}

.finance-portal-v3 :where(.portal-bank-mark, .bank-identity).is-bank-logo img {
  display: block;
  width: 100%;
  max-width: 40px;
  height: 100%;
  max-height: 34px;
  object-fit: contain;
}

.finance-portal-v3 .portal-longtail-deep-dive > h3 {
  margin: 30px 0 10px;
  color: var(--portal-ink);
  font-size: 20px;
  line-height: 1.45;
}

.finance-portal-v3 .portal-longtail-prose {
  margin: 18px 0 0;
  padding: 17px 0;
  border-top: 1px solid var(--portal-line);
  border-bottom: 1px solid var(--portal-line);
}

.finance-portal-v3 .portal-longtail-prose p {
  margin: 0;
  color: #344255;
  font-size: 18px;
  line-height: 1.78;
}

.finance-portal-v3 .portal-longtail-prose p + p { margin-top: 14px; }

.finance-portal-v3 .portal-longtail-reason-list,
.finance-portal-v3 .portal-scenario-list {
  border-top: 1px solid var(--portal-ink);
}

.finance-portal-v3 .portal-longtail-reason-list article,
.finance-portal-v3 .portal-scenario-list article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  padding: 17px 0;
  border-bottom: 1px solid var(--portal-line);
}

.finance-portal-v3 .portal-longtail-reason-list article > span,
.finance-portal-v3 .portal-scenario-list article > span {
  display: grid;
  width: 38px;
  min-height: 30px;
  place-items: center;
  align-self: start;
  color: var(--portal-teal);
  background: #edf8f5;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 850;
}

.finance-portal-v3 .portal-scenario-list article > span { width: 42px; color: var(--portal-blue); background: #edf4ff; }
.finance-portal-v3 :where(.portal-longtail-reason-list, .portal-scenario-list) h4 { margin: 0 0 5px; color: var(--portal-ink); font-size: 17px; line-height: 1.5; }
.finance-portal-v3 :where(.portal-longtail-reason-list, .portal-scenario-list) p { margin: 0; color: #526174; font-size: 16px; line-height: 1.7; }

.finance-portal-v3 .portal-longtail-timeline {
  margin: 0;
  padding: 0;
  counter-reset: longtail-step;
  list-style: none;
  border-top: 1px solid var(--portal-ink);
}

.finance-portal-v3 .portal-longtail-timeline li {
  position: relative;
  min-height: 68px;
  padding: 16px 0 16px 48px;
  counter-increment: longtail-step;
  border-bottom: 1px solid var(--portal-line);
}

.finance-portal-v3 .portal-longtail-timeline li::before {
  position: absolute;
  top: 17px;
  left: 0;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  content: counter(longtail-step);
  color: #fff;
  background: var(--portal-ink);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 850;
}

.finance-portal-v3 .portal-longtail-timeline b { display: block; color: var(--portal-ink); font-size: 17px; line-height: 1.5; }
.finance-portal-v3 .portal-longtail-timeline p { margin: 5px 0 0; color: #526174; font-size: 16px; line-height: 1.7; }

.finance-portal-v3 .portal-longtail-source-note {
  margin-top: 22px;
  padding: 16px;
  background: #f7f9fb;
  border-left: 3px solid var(--portal-teal);
}

.finance-portal-v3 .portal-longtail-source-note b { color: var(--portal-ink); font-size: 15px; }
.finance-portal-v3 .portal-longtail-source-note p { margin: 7px 0; color: #344255; font-size: 14px; line-height: 1.65; }
.finance-portal-v3 .portal-longtail-source-note span { display: block; color: var(--portal-muted); font-size: 13px; line-height: 1.6; }

.finance-portal-v3 .portal-bank-kb { color: #242424; background: #ffbc00; }
.finance-portal-v3 .portal-bank-jb { background: #145aa3; }
.finance-portal-v3 .portal-bank-bnk { background: #d92331; }
.finance-portal-v3 .portal-bank-kj { background: #148d83; }
.finance-portal-v3 .portal-bank-sh { background: #1059a3; }
.finance-portal-v3 .portal-bank-hf { background: #177d65; }
.finance-portal-v3 .portal-bank-fss { background: #334155; }

.finance-portal-v3 .portal-sources-page [data-source-card][hidden] { display: none; }
.finance-portal-v3 .portal-source-usage { margin-top: 0; }

.finance-portal-v3 .portal-feed-tabs {
  display: flex;
  gap: 8px;
  margin: 16px -18px 12px;
  padding: 0 18px 7px;
  overflow-x: auto;
  scrollbar-width: none;
}
.finance-portal-v3 .portal-feed-tabs::-webkit-scrollbar { display: none; }
.finance-portal-v3 .portal-feed-tabs button { flex: 0 0 auto; height: 36px; padding: 0 14px; color: #5c6878; background: #fff; border: 1px solid var(--portal-line); border-radius: 18px; font-size: 13px; font-weight: 700; }
.finance-portal-v3 .portal-feed-tabs button[aria-pressed="true"] { color: #fff; background: var(--portal-ink); border-color: var(--portal-ink); }
.finance-portal-v3 .portal-feed-count { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 18px 0 0; padding: 13px 0; color: var(--portal-muted); border-top: 1px solid var(--portal-ink); border-bottom: 1px solid var(--portal-line); font-size: 12px; }
.finance-portal-v3 .portal-feed-count b { color: var(--portal-ink); font-size: 14px; }
.finance-portal-v3 .portal-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin: 28px 0 10px; }
.finance-portal-v3 .portal-section-head h2 { margin: 3px 0 0; font-size: 22px; line-height: 1.38; }
.finance-portal-v3 .portal-feed-article-list,
.finance-portal-v3 .portal-feed-group { display: block; }
.finance-portal-v3 .portal-feed-group:first-child { border-top: 1px solid var(--portal-ink); }
.finance-portal-v3 .portal-feed-article { margin: 0; background: #fff; border: 0; border-bottom: 1px solid var(--portal-line); }
.finance-portal-v3 .portal-feed-article > a { display: block; padding: 17px 0; }
.finance-portal-v3 .portal-feed-article .portal-feed-meta { margin-bottom: 5px; }
.finance-portal-v3 .portal-feed-article h3 { margin: 5px 0 7px; font-size: 17px; line-height: 1.46; }
.finance-portal-v3 .portal-feed-article p { margin: 0; color: #536174; font-size: 13px; line-height: 1.58; }
.finance-portal-v3 .portal-feed-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 11px; }
.finance-portal-v3 .portal-feed-tags em { color: #637083; font-size: 10px; font-style: normal; font-weight: 750; }
.finance-portal-v3 .portal-feed-tags em + em::before { content: "·"; margin-right: 5px; color: #a5afba; }
.finance-portal-v3 .portal-feed-read { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 9px; color: var(--portal-muted); font-size: 11px; }
.finance-portal-v3 .portal-feed-read b { color: var(--portal-blue); }

.finance-portal-v3 .portal-search-page .search-panel { padding-top: 18px; }
.finance-portal-v3 .portal-search-page .search-panel > .section-head { display: none; }
.finance-portal-v3 .site-search-form { display: flex; gap: 0; height: 52px; margin: 0 0 12px; overflow: hidden; border: 2px solid var(--portal-blue); border-radius: 6px; }
.finance-portal-v3 .site-search-form label { flex: 1; min-width: 0; }
.finance-portal-v3 .site-search-form label > span { display: none; }
.finance-portal-v3 .site-search-form input { width: 100%; height: 48px; padding: 0 14px; border: 0; outline: 0; }
.finance-portal-v3 .site-search-form .primary-button { width: 64px; min-height: 48px; margin: 0; border-radius: 0; }
.finance-portal-v3 .search-terms { display: flex; gap: 7px; margin: 12px -18px 16px; padding: 0 18px; overflow-x: auto; }
.finance-portal-v3 .search-terms a { flex: 0 0 auto; padding: 7px 10px; color: #536174; border: 1px solid var(--portal-line); border-radius: 16px; font-size: 11px; }
.finance-portal-v3 .search-results { border-top: 1px solid var(--portal-ink); }
.finance-portal-v3 .search-result-card { display: block; padding: 17px 0; border-bottom: 1px solid var(--portal-line); }
.finance-portal-v3 .search-result-card > span { color: var(--portal-teal); font-size: 11px; font-weight: 850; }
.finance-portal-v3 .search-result-card strong { display: block; margin: 5px 0 6px; font-size: 17px; line-height: 1.46; }
.finance-portal-v3 .search-result-card em { display: -webkit-box; overflow: hidden; color: var(--portal-muted); font-size: 13px; font-style: normal; line-height: 1.58; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.finance-portal-v3 .search-result-card b { display: block; margin-top: 6px; color: var(--portal-muted); font-size: 10px; }

.finance-portal-v3 .loan-tool-input-zone,
.finance-portal-v3 .loan-tool-input-zone > .section,
.finance-portal-v3 .loan-tool-input-zone :where(.tool-panel, .calculator-card, .checker-card) {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.finance-portal-v3 .loan-tool-input-zone :where(label, .tool-question, .check-row) {
  border-color: var(--portal-line);
}

.finance-portal-v3 .portal-index-details { margin-top: 22px; }

.finance-portal-v3 .mobile-dock {
  position: fixed;
  right: auto;
  bottom: 0;
  left: 50%;
  z-index: 45;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(100%, 430px);
  min-height: 64px;
  padding: 0 0 env(safe-area-inset-bottom);
  transform: translateX(-50%);
  background: rgba(255,255,255,.98);
  border-top: 1px solid var(--portal-line);
  box-shadow: none;
}

.finance-portal-v3 .mobile-dock a {
  display: grid;
  min-width: 0;
  min-height: 64px;
  padding: 0;
  place-items: center;
  align-content: center;
  gap: 2px;
  color: #6d7886;
  border: 0;
  font-size: 11px;
  font-weight: 700;
}
.finance-portal-v3 .mobile-dock a + a { border-left: 0; }
.finance-portal-v3 .mobile-dock a:first-child { color: var(--portal-blue); }
.finance-portal-v3 .mobile-dock b { display: grid; place-items: center; }
.finance-portal-v3 .mobile-dock svg { width: 20px; height: 20px; stroke-width: 2; }

@media (min-width: 431px) {
  body.finance-portal-v3 { box-shadow: 0 0 0 1px #dfe5eb, 0 18px 60px rgba(16,32,51,.12); }
}

@media (max-width: 430px) {
  .finance-portal-v3 .portal-article-page,
  .finance-portal-v3 .portal-feed-page,
  .finance-portal-v3 .portal-search-page { padding-inline: 18px; }
  .finance-portal-v3 .portal-article-section > p,
  .finance-portal-v3 .portal-key-answer > p { font-size: 18px; line-height: 1.72; }
}

/* The approved mock keeps screen introductions flat; only article answers use a framed card. */
.finance-portal-v3 :where(
  .portal-home-intro,
  .portal-feed-header,
  .portal-sources-header
).top-direct-answer {
  margin: 0;
  padding: 0;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.finance-portal-v3 .portal-feed-header > p,
.finance-portal-v3 .portal-sources-header > p {
  color: var(--portal-muted);
  font-size: 16px;
  line-height: 1.75;
}

.finance-portal-v3 .portal-home-intro .portal-home-lead {
  font-size: 16px;
  line-height: 1.75;
}

.finance-portal-v3 .portal-article-cover {
  display: block;
  width: 100%;
  margin: 0 0 18px;
  aspect-ratio: 16 / 8.5;
  object-fit: cover;
  border-radius: 7px;
}

/* GG24-reference editorial long reads: query-specific, text-first, mobile-first. */
.finance-portal-v3 .portal-editorial-article {
  color: #172033;
}

.finance-portal-v3 .portal-editorial-article .portal-article-header h1 {
  max-width: 760px;
  margin: 8px 0 14px;
  font-size: 32px;
  line-height: 1.32;
  letter-spacing: 0;
}

.finance-portal-v3 .portal-editorial-article .portal-article-lead,
.finance-portal-v3 .portal-editorial-chapter > p {
  color: #344255;
  font-size: 18px;
  line-height: 1.78;
}

.finance-portal-v3 .portal-editorial-chapter {
  margin: 0;
  padding: 42px 0;
  border-bottom: 1px solid var(--portal-line);
}

.finance-portal-v3 .portal-editorial-chapter > h2 {
  margin: 5px 0 16px;
  color: var(--portal-ink);
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: 0;
}

.finance-portal-v3 .portal-editorial-chapter > h3 {
  margin: 30px 0 12px;
  color: var(--portal-ink);
  font-size: 21px;
  line-height: 1.45;
}

.finance-portal-v3 .portal-editorial-chapter > p + p {
  margin-top: 18px;
}

.finance-portal-v3 .portal-editorial-answer {
  margin: 24px 0 28px;
  padding: 19px;
  color: #263548;
  background: #f7f9fb;
  border: 1px solid #dce4ec;
  border-radius: 7px;
}

.finance-portal-v3 .portal-editorial-answer strong {
  display: block;
  margin-bottom: 8px;
  color: var(--portal-teal);
  font-size: 13px;
}

.finance-portal-v3 .portal-editorial-answer p {
  margin: 0;
  font-size: 18px;
  line-height: 1.72;
}

.finance-portal-v3 .portal-editorial-table {
  width: 100%;
  margin: 18px 0 0;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 1px solid var(--portal-ink);
}

.finance-portal-v3 .portal-editorial-table th,
.finance-portal-v3 .portal-editorial-table td {
  padding: 16px 12px;
  vertical-align: top;
  border-bottom: 1px solid var(--portal-line);
  overflow-wrap: anywhere;
}

.finance-portal-v3 .portal-editorial-table th {
  width: 31%;
  color: var(--portal-ink);
  background: #f7f9fb;
  font-size: 15px;
  line-height: 1.55;
  text-align: left;
}

.finance-portal-v3 .portal-editorial-table td {
  color: #425166;
  font-size: 17px;
  line-height: 1.7;
}

.finance-portal-v3 .portal-document-role-table td span {
  display: block;
  margin-top: 7px;
  color: var(--portal-muted);
  font-size: 13px;
}

.finance-portal-v3 .portal-editorial-risk-list {
  border-top: 1px solid var(--portal-ink);
}

.finance-portal-v3 .portal-editorial-risk-list article {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  padding: 18px 0;
  border-bottom: 1px solid var(--portal-line);
}

.finance-portal-v3 .portal-editorial-risk-list article > span {
  display: grid;
  width: 36px;
  height: 30px;
  place-items: center;
  color: #175ea8;
  background: #edf4ff;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 850;
}

.finance-portal-v3 .portal-editorial-risk-list h4 {
  margin: 0 0 5px;
  font-size: 18px;
  line-height: 1.48;
}

.finance-portal-v3 .portal-editorial-risk-list p {
  margin: 0;
  color: #526174;
  font-size: 16px;
  line-height: 1.72;
}

.finance-portal-v3 .portal-editorial-risk-list b {
  display: block;
  margin-top: 8px;
  color: #087f6a;
  font-size: 13px;
  line-height: 1.55;
}

.finance-portal-v3 .portal-editorial-question-list {
  border-top: 1px solid var(--portal-ink);
}

.finance-portal-v3 .portal-editorial-question-list > div {
  padding: 17px 0;
  border-bottom: 1px solid var(--portal-line);
}

.finance-portal-v3 .portal-editorial-question-list b,
.finance-portal-v3 .portal-editorial-question-list span {
  display: block;
}

.finance-portal-v3 .portal-editorial-question-list b {
  color: var(--portal-ink);
  font-size: 17px;
  line-height: 1.55;
}

.finance-portal-v3 .portal-editorial-question-list span {
  margin-top: 6px;
  color: #526174;
  font-size: 15px;
  line-height: 1.65;
}

.finance-portal-v3 .portal-editorial-note,
.finance-portal-v3 .portal-longtail-source-note {
  margin-top: 22px;
  padding: 17px;
  background: #f7f9fb;
  border: 1px solid #dce4ec;
  border-radius: 6px;
}

.finance-portal-v3 .portal-editorial-note strong,
.finance-portal-v3 .portal-longtail-source-note b {
  color: var(--portal-ink);
  font-size: 15px;
}

.finance-portal-v3 .portal-editorial-note p {
  margin: 7px 0 0;
  color: #526174;
  font-size: 15px;
  line-height: 1.68;
}

.finance-portal-v3 .portal-editorial-source-list {
  margin-top: 18px;
  border-top: 1px solid var(--portal-ink);
}

.finance-portal-v3 .portal-editorial-source-list a {
  display: block;
  padding: 18px 0;
  color: inherit;
  border-bottom: 1px solid var(--portal-line);
}

.finance-portal-v3 .portal-editorial-source-list a > span {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.finance-portal-v3 .portal-editorial-source-list a > span b {
  color: var(--portal-teal);
  font-size: 12px;
}

.finance-portal-v3 .portal-editorial-source-list a > span small {
  color: var(--portal-muted);
  font-size: 11px;
}

.finance-portal-v3 .portal-editorial-source-list h3 {
  margin: 6px 0 7px;
  font-size: 18px;
  line-height: 1.5;
}

.finance-portal-v3 .portal-editorial-source-list p {
  margin: 0;
  color: #526174;
  font-size: 15px;
  line-height: 1.68;
}

.finance-portal-v3 .portal-editorial-source-list em {
  display: block;
  margin-top: 8px;
  color: var(--portal-blue);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

/* Official lookup detail follows the approved single-product mock. */
.finance-portal-v3 .portal-official-detail[hidden] {
  display: none;
}

.finance-portal-v3.is-official-source-detail .portal-source-hub-view,
.finance-portal-v3 .is-official-source-detail .portal-source-hub-view,
body.is-official-source-detail .portal-source-hub-view {
  display: none;
}

.finance-portal-v3 .portal-official-back {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-bottom: 8px;
  color: var(--portal-blue);
  font-size: 13px;
  font-weight: 800;
}

.finance-portal-v3 .portal-official-hero {
  margin: 4px 0 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--portal-ink);
}

.finance-portal-v3 .portal-official-bank {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
}

.finance-portal-v3 .portal-official-brand {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: #1459a6;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 900;
}

.finance-portal-v3 .portal-official-brand.is-bank-logo {
  background: #fff;
  border: 1px solid var(--portal-line);
}

.finance-portal-v3 .portal-official-brand img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.finance-portal-v3 .portal-official-bank small {
  display: block;
  color: var(--portal-teal);
  font-size: 11px;
  font-weight: 850;
}

.finance-portal-v3 .portal-official-bank h2 {
  margin: 4px 0 0;
  color: var(--portal-ink);
  font-size: 24px;
  line-height: 1.35;
}

.finance-portal-v3 .portal-official-bank p {
  margin: 3px 0 0;
  color: var(--portal-muted);
  font-size: 12px;
  line-height: 1.5;
}

.finance-portal-v3 .portal-official-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.finance-portal-v3 .portal-official-chips span {
  padding: 6px 10px;
  color: #4f5e70;
  background: #f1f4f7;
  border-radius: 14px;
  font-size: 11px;
  font-weight: 750;
}

.finance-portal-v3 .portal-official-chips .is-official {
  color: var(--portal-teal);
  background: #eaf8f4;
}

.finance-portal-v3 .portal-official-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  color: var(--portal-muted);
  font-size: 11px;
  line-height: 1.45;
}

.finance-portal-v3 .portal-official-trust b {
  color: var(--portal-teal);
}

.finance-portal-v3 .portal-official-answer {
  margin: 20px 0;
  padding: 18px;
  color: #263548;
  background: #f7f9fb;
  border: 1px solid #dce4ec;
  border-radius: 7px;
}

.finance-portal-v3 .portal-official-answer > strong {
  display: block;
  margin-bottom: 7px;
  color: var(--portal-teal);
  font-size: 12px;
}

.finance-portal-v3 .portal-official-answer h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.45;
}

.finance-portal-v3 .portal-official-answer p {
  margin: 0;
  color: #425166;
  font-size: 16px;
  line-height: 1.7;
}

.finance-portal-v3 .portal-official-facts-panel {
  margin-top: 20px;
}

.finance-portal-v3 .portal-official-facts-heading {
  display: block;
  margin-bottom: 10px;
  color: var(--portal-ink);
  font-size: 19px;
  line-height: 1.45;
  font-weight: 850;
}

.finance-portal-v3 .portal-official-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--portal-line);
  border-radius: 7px;
}

.finance-portal-v3 .portal-official-facts > :where(div, a) {
  position: relative;
  min-height: 78px;
  padding: 12px 28px 12px 12px;
  color: var(--portal-ink);
  border-right: 1px solid var(--portal-line);
  border-bottom: 1px solid var(--portal-line);
}

.finance-portal-v3 .portal-official-facts > a::after {
  position: absolute;
  top: 50%;
  right: 11px;
  color: #8391a2;
  font-size: 20px;
  line-height: 1;
  content: "›";
  transform: translateY(-50%);
}
.finance-portal-v3 .portal-official-facts > a:is(:hover, :focus-visible) { background: #f7f9fc; }
.finance-portal-v3 .portal-official-facts > :where(div, a):nth-child(2n) { border-right: 0; }
.finance-portal-v3 .portal-official-facts > :where(div, a):nth-last-child(-n + 2) { border-bottom: 0; }
.finance-portal-v3 .portal-official-facts small { display: block; color: var(--portal-muted); font-size: 10px; }
.finance-portal-v3 .portal-official-facts b { display: block; margin-top: 5px; font-size: 13px; line-height: 1.45; overflow-wrap: anywhere; }

.finance-portal-v3 .portal-official-facts.is-bank-facts > :where(div, a).is-key-fact {
  grid-column: 1 / -1;
  min-height: 0;
  padding: 16px;
  border-right: 0;
  border-bottom: 1px solid var(--portal-line);
}

.finance-portal-v3 .portal-official-facts.is-bank-facts > :where(div, a).is-key-fact small {
  color: var(--portal-teal);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 850;
}

.finance-portal-v3 .portal-official-facts.is-bank-facts > :where(div, a).is-key-fact b {
  margin-top: 7px;
  color: var(--portal-ink);
  font-size: 17px;
  line-height: 1.62;
  font-weight: 760;
}

.finance-portal-v3 .portal-official-fact-note {
  display: block;
  margin-top: 7px;
  color: var(--portal-muted);
  font-size: 13px;
  line-height: 1.62;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.finance-portal-v3 .portal-official-facts.is-bank-facts > :where(div, a):not(.is-key-fact) {
  min-height: 92px;
  padding: 14px;
}

.finance-portal-v3 .portal-official-facts.is-bank-facts > :where(div, a):not(.is-key-fact) small {
  font-size: 11px;
  line-height: 1.4;
}

.finance-portal-v3 .portal-official-facts.is-bank-facts > :where(div, a):not(.is-key-fact) b {
  font-size: 14px;
  line-height: 1.55;
}

.finance-portal-v3 .portal-official-tabs {
  display: flex;
  gap: 7px;
  margin: 18px -18px 0;
  padding: 0 18px 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.finance-portal-v3 .portal-official-tabs a {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 9px 14px;
  color: #526174;
  background: #fff;
  border: 1px solid var(--portal-line);
  border-radius: 18px;
  font-size: 12px;
  font-weight: 750;
}

.finance-portal-v3 .portal-official-section {
  margin: 0;
  padding: 34px 0;
  border-bottom: 1px solid var(--portal-line);
}

.finance-portal-v3 .portal-official-section > h2 {
  margin: 5px 0 14px;
  font-size: 24px;
  line-height: 1.4;
}

.finance-portal-v3 .portal-official-section > p {
  color: #425166;
  font-size: 17px;
  line-height: 1.72;
}

.finance-portal-v3 .portal-official-related-list {
  margin-top: 16px;
  border-top: 1px solid var(--portal-ink);
}

.finance-portal-v3 .portal-official-retention-group { margin-top: 28px; }
.finance-portal-v3 .portal-official-retention-group .portal-official-related-list,
.finance-portal-v3 .portal-official-retention-group .compact-related-list { margin-top: 8px; }

.finance-portal-v3 .portal-official-related-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 16px;
  gap: 12px;
  align-items: center;
  min-height: 92px;
  padding: 15px 0;
  border-bottom: 1px solid var(--portal-line);
}

.finance-portal-v3 .portal-official-related-brand {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  overflow: hidden;
  color: var(--portal-blue);
  background: #f3f6fa;
  border: 1px solid #e0e6ee;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 900;
}

.finance-portal-v3 .portal-official-related-brand img { width: 100%; height: 100%; object-fit: contain; }
.finance-portal-v3 .portal-official-related-card > span:nth-child(2),
.finance-portal-v3 .portal-official-related-card small,
.finance-portal-v3 .portal-official-related-card strong,
.finance-portal-v3 .portal-official-related-card em { display: block; min-width: 0; }
.finance-portal-v3 .portal-official-related-card small { color: var(--portal-teal); font-size: 10px; font-weight: 800; }
.finance-portal-v3 .portal-official-related-card strong { margin-top: 3px; color: var(--portal-ink); font-size: 15px; line-height: 1.45; }
.finance-portal-v3 .portal-official-related-card em {
  display: -webkit-box;
  margin-top: 3px;
  overflow: hidden;
  color: var(--portal-muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.finance-portal-v3 .portal-official-related-arrow { color: #8290a0; font-size: 22px; text-align: right; }
.finance-portal-v3 .portal-official-related-all { display: inline-block; margin-top: 15px; color: var(--portal-blue); font-size: 13px; font-weight: 850; }

.finance-portal-v3 .portal-official-check-list {
  border-top: 1px solid var(--portal-ink);
}

.finance-portal-v3 .portal-official-check-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 18px;
  gap: 12px;
  padding: 16px 0;
  color: var(--portal-ink);
  border-bottom: 1px solid var(--portal-line);
}

.finance-portal-v3 a.portal-official-check-row:is(:hover, :focus-visible) { background: #f7f9fc; }

.finance-portal-v3 .portal-official-check-mark {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #fff;
  background: var(--portal-blue);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 850;
}

.finance-portal-v3 .portal-official-check-row b,
.finance-portal-v3 .portal-official-check-row span span {
  display: block;
}

.finance-portal-v3 .portal-official-check-row b { font-size: 16px; line-height: 1.5; }
.finance-portal-v3 .portal-official-check-row span span { margin-top: 4px; color: var(--portal-muted); font-size: 13px; line-height: 1.55; }

.finance-portal-v3 .portal-official-detail-table {
  margin: 16px 0 0;
  border-top: 1px solid var(--portal-ink);
}

.finance-portal-v3 .portal-official-detail-table > :where(div, a) {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 18px;
  gap: 12px;
  align-items: start;
  padding: 15px 0;
  color: #344255;
  border-bottom: 1px solid var(--portal-line);
}

.finance-portal-v3 .portal-official-detail-row:is(:hover, :focus-visible) { background: #f7f9fc; }
.finance-portal-v3 .portal-official-detail-label { color: var(--portal-muted); font-size: 13px; font-weight: 750; }
.finance-portal-v3 .portal-official-detail-value { min-width: 0; color: #344255; font-size: 15px; line-height: 1.68; overflow-wrap: anywhere; }

.finance-portal-v3 .portal-official-extra {
  margin-top: 18px;
  border-top: 1px solid var(--portal-ink);
}

.finance-portal-v3 .portal-official-extra-card {
  padding: 22px 0;
  border-bottom: 1px solid var(--portal-line);
}

.finance-portal-v3 .portal-official-extra-card h3 {
  margin: 0;
  color: var(--portal-ink);
  font-size: 19px;
  line-height: 1.5;
}

.finance-portal-v3 .portal-official-extra-card p {
  margin: 8px 0 0;
  color: #526174;
  font-size: 16px;
  line-height: 1.72;
}

.finance-portal-v3 .portal-official-extra-card ul {
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
}

.finance-portal-v3 .portal-official-extra-card li {
  position: relative;
  padding: 0 0 0 18px;
  color: #344255;
  font-size: 16px;
  line-height: 1.65;
}

.finance-portal-v3 .portal-official-extra-card li > a {
  display: block;
  padding: 7px 0;
  color: #344255;
}

.finance-portal-v3 .portal-official-extra-card li::before {
  position: absolute;
  top: 7px;
  left: 0;
  color: var(--portal-teal);
  font-weight: 900;
  content: "✓";
}

.finance-portal-v3 .portal-official-notice,
.finance-portal-v3 .portal-official-disclaimer {
  margin-top: 18px;
  padding: 16px;
  color: #465468;
  background: #fff9ec;
  border: 1px solid #ead8a7;
  border-radius: 7px;
  font-size: 14px;
  line-height: 1.65;
}

.finance-portal-v3 .portal-official-bullets,
.finance-portal-v3 .portal-official-steps {
  margin: 14px 0 0;
  padding-left: 22px;
}

.finance-portal-v3 .portal-official-bullets li,
.finance-portal-v3 .portal-official-steps li {
  padding: 0;
  color: #344255;
  font-size: 16px;
  line-height: 1.65;
}

.finance-portal-v3 .portal-official-bullets li > a,
.finance-portal-v3 .portal-official-steps li > a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px;
  gap: 8px;
  align-items: center;
  padding: 9px 0;
  color: #344255;
  border-bottom: 1px solid var(--portal-line);
}

.finance-portal-v3 .portal-official-bullets li > a:is(:hover, :focus-visible),
.finance-portal-v3 .portal-official-steps li > a:is(:hover, :focus-visible),
.finance-portal-v3 .portal-official-extra-card li > a:is(:hover, :focus-visible) { color: var(--portal-blue); }

.finance-portal-v3 .portal-official-disclosure {
  border-top: 1px solid var(--portal-line);
}

.finance-portal-v3 .portal-official-disclosure:last-child {
  border-bottom: 1px solid var(--portal-line);
}

.finance-portal-v3 .portal-official-disclosure summary {
  min-height: 54px;
  padding: 15px 32px 15px 0;
  color: var(--portal-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  cursor: pointer;
}

.finance-portal-v3 .portal-official-disclosure > div {
  padding: 0 0 17px;
  color: #526174;
  font-size: 15px;
  line-height: 1.68;
}

.finance-portal-v3 .portal-official-disclosure > div > p { margin: 0; }
.finance-portal-v3 .portal-official-disclosure-link {
  display: inline-block;
  margin-top: 9px;
  color: var(--portal-blue);
  font-size: 13px;
  font-weight: 800;
}

.finance-portal-v3 .portal-official-final .portal-primary {
  width: 100%;
  min-height: 52px;
  margin-top: 16px;
}

@media (max-width: 430px) {
  .finance-portal-v3 .portal-editorial-article .portal-article-header h1 {
    font-size: 24px;
    line-height: 1.32;
  }

  .finance-portal-v3 .portal-editorial-article .portal-article-lead,
  .finance-portal-v3 .portal-editorial-chapter > p,
  .finance-portal-v3 .portal-editorial-answer p {
    font-size: 18px;
    line-height: 1.72;
  }

  .finance-portal-v3 .portal-editorial-chapter {
    padding: 38px 0;
  }

  .finance-portal-v3 .portal-editorial-chapter > h2 {
    font-size: 24px;
    line-height: 1.38;
  }

  .finance-portal-v3 .portal-editorial-table th,
  .finance-portal-v3 .portal-editorial-table td {
    padding: 14px 10px;
  }

  .finance-portal-v3 .portal-editorial-table th {
    width: 34%;
    font-size: 14px;
  }

  .finance-portal-v3 .portal-editorial-table td {
    font-size: 16px;
  }

  .finance-portal-v3 .portal-official-detail {
    padding-top: 4px;
  }
}

/* Returning-condition loop: local-only progress and scheduled rechecks. */
.finance-portal-v3 .portal-home-return {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin: 15px 0 0;
  padding: 15px 0;
  color: var(--portal-ink);
  border-top: 1px solid var(--portal-line);
  border-bottom: 1px solid var(--portal-line);
}
.finance-portal-v3 .portal-home-return[hidden] { display: none; }
.finance-portal-v3 .portal-home-return span,
.finance-portal-v3 .portal-home-return small,
.finance-portal-v3 .portal-home-return strong,
.finance-portal-v3 .portal-home-return em { display: block; min-width: 0; }
.finance-portal-v3 .portal-home-return small { color: var(--portal-teal); font-size: 11px; font-weight: 850; }
.finance-portal-v3 .portal-home-return strong { margin-top: 3px; font-size: 17px; line-height: 1.45; }
.finance-portal-v3 .portal-home-return em { margin-top: 3px; color: var(--portal-muted); font-size: 13px; font-style: normal; line-height: 1.55; }
.finance-portal-v3 .portal-home-return > b { max-width: 108px; color: var(--portal-blue); font-size: 12px; line-height: 1.5; text-align: right; }

.finance-portal-v3 .readiness-return-panel {
  margin: 4px 0 20px;
  padding: 17px;
  color: var(--portal-ink);
  background: var(--portal-soft);
  border: 1px solid var(--portal-line);
  border-radius: 7px;
}

.finance-portal-v3 .readiness-return-panel[hidden] { display: none; }
.finance-portal-v3 .readiness-return-panel > span,
.finance-portal-v3 .readiness-recheck-guide > span {
  display: block;
  color: var(--portal-teal);
  font-size: 12px;
  font-weight: 800;
}
.finance-portal-v3 .readiness-return-panel h3,
.finance-portal-v3 .readiness-recheck-guide h3 {
  margin: 4px 0 0;
  color: var(--portal-ink);
  font-size: 20px;
  line-height: 1.45;
}
.finance-portal-v3 .readiness-return-panel > p {
  margin: 7px 0 0;
  color: var(--portal-muted);
  font-size: 14px;
  line-height: 1.65;
}
.finance-portal-v3 .readiness-return-panel dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 14px 0 0;
  border-top: 1px solid var(--portal-line);
  border-bottom: 1px solid var(--portal-line);
}
.finance-portal-v3 .readiness-return-panel dl > div { min-width: 0; padding: 11px 8px 11px 0; }
.finance-portal-v3 .readiness-return-panel dt,
.finance-portal-v3 .readiness-return-panel dd { margin: 0; overflow-wrap: anywhere; }
.finance-portal-v3 .readiness-return-panel dt { color: var(--portal-muted); font-size: 11px; font-weight: 700; }
.finance-portal-v3 .readiness-return-panel dd { margin-top: 3px; color: var(--portal-ink); font-size: 13px; font-weight: 800; line-height: 1.45; }
.finance-portal-v3 .readiness-return-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin-top: 14px;
}
.finance-portal-v3 .readiness-return-actions button { min-height: 44px; margin: 0; }

.finance-portal-v3 .readiness-next-review-block {
  padding: 16px;
  background: var(--portal-mint);
  border: 1px solid #cce8df;
  border-radius: 7px;
}

.finance-portal-v3 .readiness-followup-block > p {
  margin: 7px 0 0;
  color: var(--portal-muted);
  font-size: 13px;
  line-height: 1.6;
}
.finance-portal-v3 .readiness-followup-list {
  display: block;
  margin-top: 10px;
  border-top: 1px solid var(--portal-line);
}
.finance-portal-v3 .readiness-followup-list a {
  display: block;
  min-height: 78px;
  padding: 13px 22px 13px 0;
  border-bottom: 1px solid var(--portal-line);
}
.finance-portal-v3 .readiness-followup-list a b,
.finance-portal-v3 .readiness-followup-list a strong,
.finance-portal-v3 .readiness-followup-list a em { display: block; }
.finance-portal-v3 .readiness-followup-list a b { color: var(--portal-teal); font-size: 11px; }
.finance-portal-v3 .readiness-followup-list a strong { margin-top: 2px; color: var(--portal-ink); font-size: 15px; line-height: 1.48; }
.finance-portal-v3 .readiness-followup-list a em { margin-top: 3px; color: var(--portal-muted); font-size: 12px; font-style: normal; line-height: 1.5; }
.finance-portal-v3 .readiness-official-followup { background: #f7f9fc; border-color: #d9e0ea; }
.finance-portal-v3 .readiness-followup-all {
  display: inline-block;
  margin-top: 12px;
  color: var(--portal-blue);
  font-size: 13px;
  font-weight: 850;
}
.finance-portal-v3 .readiness-next-review-block > p {
  margin: 7px 0 0;
  color: #40554f;
  font-size: 14px;
  line-height: 1.62;
}
.finance-portal-v3 .readiness-next-review-date {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
.finance-portal-v3 .readiness-next-review-date > span {
  color: var(--portal-ink);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.45;
}
.finance-portal-v3 .readiness-next-review-date button {
  flex: 0 0 auto;
  width: auto;
  min-height: 40px;
  margin: 0;
  padding: 8px 12px;
}
.finance-portal-v3 .readiness-next-review-block > small {
  display: block;
  margin-top: 10px;
  color: var(--portal-muted);
  font-size: 11px;
  line-height: 1.55;
}
.finance-portal-v3 .readiness-save-status {
  display: block;
  min-height: 18px;
  margin-top: 6px;
  color: var(--portal-teal);
  font-size: 12px;
  font-weight: 750;
}

.finance-portal-v3 .readiness-recheck-guide {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--portal-ink);
}
.finance-portal-v3 .readiness-recheck-guide > div {
  margin-top: 12px;
  border-top: 1px solid var(--portal-line);
}
.finance-portal-v3 .readiness-recheck-guide a {
  display: block;
  min-height: 84px;
  padding: 15px 22px 15px 0;
  border-bottom: 1px solid var(--portal-line);
}
.finance-portal-v3 .readiness-recheck-guide a b,
.finance-portal-v3 .readiness-recheck-guide a strong,
.finance-portal-v3 .readiness-recheck-guide a em { display: block; }
.finance-portal-v3 .readiness-recheck-guide a b { color: var(--portal-teal); font-size: 11px; }
.finance-portal-v3 .readiness-recheck-guide a strong { margin-top: 2px; color: var(--portal-ink); font-size: 16px; line-height: 1.5; }
.finance-portal-v3 .readiness-recheck-guide a em { margin-top: 3px; color: var(--portal-muted); font-size: 13px; font-style: normal; line-height: 1.55; }

.finance-portal-v3 .mobile-dock [data-readiness-dock].has-readiness-record { color: var(--portal-blue); }
.finance-portal-v3 .mobile-dock [data-readiness-dock].is-readiness-due { color: #b84b32; }

@media (max-width: 390px) {
  .finance-portal-v3 .portal-home-return { grid-template-columns: 1fr; gap: 8px; }
  .finance-portal-v3 .portal-home-return > b { max-width: none; text-align: left; }
  .finance-portal-v3 .readiness-return-panel dl { grid-template-columns: 1fr; }
  .finance-portal-v3 .readiness-return-panel dl > div { padding: 9px 0; border-bottom: 1px solid var(--portal-line); }
  .finance-portal-v3 .readiness-return-panel dl > div:last-child { border-bottom: 0; }
  .finance-portal-v3 .readiness-next-review-date { align-items: stretch; flex-direction: column; }
  .finance-portal-v3 .readiness-next-review-date button { width: 100%; }
}

/* Mobile reading-flow fixes: keep feature copy and long-form links in normal document flow. */
.finance-portal-v3 .portal-home-feature {
  height: auto;
  min-height: 0;
  align-items: start;
  color: inherit;
  text-decoration: none;
}

.finance-portal-v3 .portal-home-feature > span { min-width: 0; }
.finance-portal-v3 .portal-read-line { flex-wrap: wrap; }

.finance-portal-v3 .portal-journey > :where(div, a) {
  position: relative;
  min-width: 0;
  min-height: 48px;
  padding: 8px 7px 8px 24px;
  color: var(--portal-muted);
  border-radius: 4px;
  font-size: 11px;
  line-height: normal;
  text-decoration: none;
}

.finance-portal-v3 .portal-journey > :where(div, a)::before {
  content: attr(data-step);
  position: absolute;
  top: 6px;
  left: 0;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  color: var(--portal-blue);
  background: #edf4ff;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 850;
}

.finance-portal-v3 :where(
  .portal-longtail-reason-list,
  .portal-scenario-list
) > :where(article, a) {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  min-height: 48px;
  padding: 17px 0;
  color: inherit;
  border-bottom: 1px solid var(--portal-line);
  text-decoration: none;
}

.finance-portal-v3 :where(
  .portal-longtail-reason-list,
  .portal-scenario-list
) > :where(article, a) > span {
  display: grid;
  width: 38px;
  min-height: 30px;
  place-items: center;
  align-self: start;
  color: var(--portal-teal);
  background: #edf8f5;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 850;
}

.finance-portal-v3 .portal-scenario-list > :where(article, a) > span {
  width: 42px;
  color: var(--portal-blue);
  background: #edf4ff;
}

.finance-portal-v3 .portal-longtail-timeline li { padding: 0 0 0 48px; }
.finance-portal-v3 .portal-longtail-timeline li > a {
  display: block;
  min-height: 68px;
  padding: 16px 0;
  color: inherit;
  text-decoration: none;
}

.finance-portal-v3 .portal-editorial-table tr.is-clickable > :where(th, td) { padding: 0; }
.finance-portal-v3 .portal-table-link {
  display: block;
  min-height: 48px;
  padding: 16px 12px;
  color: inherit;
  text-decoration: none;
}

.finance-portal-v3 .portal-editorial-risk-list > :where(article, a) {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  min-height: 48px;
  padding: 18px 0;
  color: inherit;
  border-bottom: 1px solid var(--portal-line);
  text-decoration: none;
}

.finance-portal-v3 .portal-editorial-risk-list > :where(article, a) > span {
  display: grid;
  width: 36px;
  height: 30px;
  place-items: center;
  color: #175ea8;
  background: #edf4ff;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 850;
}

.finance-portal-v3 .portal-editorial-question-list > :where(div, a) {
  display: block;
  min-height: 48px;
  padding: 17px 0;
  color: inherit;
  border-bottom: 1px solid var(--portal-line);
  text-decoration: none;
}

.finance-portal-v3 .portal-row-link {
  display: block;
  margin-top: 8px;
  color: var(--portal-blue);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.45;
}

.finance-portal-v3 :where(
  .portal-home-feature,
  .portal-journey > a,
  .portal-longtail-reason-list > a,
  .portal-scenario-list > a,
  .portal-longtail-timeline a,
  .portal-editorial-risk-list > a,
  .portal-editorial-question-list > a,
  .portal-table-link
):focus-visible {
  outline: 3px solid rgba(21, 87, 192, 0.28);
  outline-offset: 3px;
}

@media (hover: hover) {
  .finance-portal-v3 :where(
    .portal-home-feature,
    .portal-journey > a,
    .portal-longtail-reason-list > a,
    .portal-scenario-list > a,
    .portal-longtail-timeline a,
    .portal-editorial-risk-list > a,
    .portal-editorial-question-list > a,
    .portal-table-link
  ):hover { background: #f7f9fb; }
}

@media (max-width: 390px) {
  .finance-portal-v3 .portal-home-feature {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 12px;
  }
  .finance-portal-v3 .portal-home-feature > img { width: 104px; height: 104px; }
}
/* Shared reading system: keep site content in normal flow around ad slots. */
.site-language-switch { display:flex; align-items:center; gap:4px; max-width:760px; margin:auto; padding:6px 20px; min-height:42px; background:#fff; color:#637068; font-size:12px; }
.site-language-switch > span { margin-right:auto; }
.site-language-switch a { display:inline-flex; align-items:center; min-height:32px; padding:4px 10px; color:#52605a; text-decoration:none; border-bottom:2px solid transparent; }
.site-language-switch a[aria-current="page"] { color:#126c59; border-color:#126c59; font-weight:750; }
.finance-portal-v3 .portal-editorial-note { font-size:13px; line-height:1.7; color:#69736e; margin:10px 0 0; }
.finance-portal-v3 .portal-article-header .portal-article-meta { font-size:13px; flex-wrap:wrap; line-height:1.7; }
.finance-portal-v3 .portal-key-answer { border:0; border-radius:0; padding:22px 0; background:#fff; box-shadow:none; min-width:0; }
.finance-portal-v3 .portal-key-answer h2 { font-size:23px; line-height:1.5; margin:8px 0 14px; overflow-wrap:anywhere; word-break:keep-all; }
.finance-portal-v3 .portal-key-answer p { font-size:18px; line-height:1.85; }
.finance-portal-v3 .portal-verification-line { font-size:14px; line-height:1.7; padding:12px 0; border-top:1px solid #e2e7e3; }
.finance-portal-v3 .next-path-panel { width:100%; max-width:100%; padding:28px 0; margin:24px 0; border:0; border-top:2px solid #253b31; border-radius:0; background:#fff; box-shadow:none; }
.finance-portal-v3 .next-path-head { display:block; }
.finance-portal-v3 .next-path-head h2 { font-size:23px; line-height:1.5; }
.finance-portal-v3 .next-path-head p { font-size:15px; line-height:1.75; }
.finance-portal-v3 .next-check-grid { display:block; }
.finance-portal-v3 .next-check-grid > a { position:relative; display:grid; gap:7px; width:100%; min-width:0; padding:20px 0; border:0; border-bottom:1px solid #e0e6e2; border-radius:0; background:#fff; color:#202a25; box-shadow:none; }
.finance-portal-v3 .next-check-grid > a strong { font-size:18px; line-height:1.55; }
.finance-portal-v3 .next-check-grid > a > span { font-size:15px; line-height:1.75; color:#65706a; }
.finance-portal-v3 .next-check-grid > a em { font-size:12px; color:#126c59; font-style:normal; }
.finance-portal-v3 .next-check-grid > a > b { font-size:14px; color:#155aaa; }
.reader-task-section { padding:30px 0; margin:20px 0; }
.reader-task-section h2 { font-size:24px; line-height:1.5; }
.reader-task-section .section-head p { font-size:16px; line-height:1.8; }
.reader-task-list { border-top:2px solid #24392f; }
.reader-task-list a { display:grid; grid-template-columns:minmax(0,1fr) 18px; gap:5px 16px; padding:22px 0; border-bottom:1px solid #e0e6e2; text-decoration:none; color:#202a25; }
.reader-task-list strong { font-size:18px; line-height:1.5; }
.reader-task-list span { font-size:15px; line-height:1.7; color:#65706a; }
.reader-task-list b { grid-column:2; grid-row:1 / 3; align-self:center; color:#126c59; }
.reader-visa-links { display:flex; flex-wrap:wrap; gap:4px 20px; margin-top:20px; }
.reader-visa-links a { min-height:44px; display:inline-flex; align-items:center; font-size:15px; color:#126c59; }
.native-en-header .brand { min-width:0; gap:10px; }
.native-en-header .brand img { flex:0 0 34px; }
.native-en-header .brand strong { font-size:17px; }
.native-en-header .brand small { font-size:11px; }
.native-en-header .en-header-links { display:flex; align-items:center; gap:14px; margin-left:auto; font-size:14px; }
.en-header-links a { min-height:44px; display:inline-flex; align-items:center; }
.en-header-links svg { width:22px; height:22px; }
.en-header-links svg { fill:none; stroke:currentColor; stroke-width:1.8; }
.finance-portal-v3 .portal-article-header .portal-editorial-note { background:none; border:0; padding:0; margin:10px 0 0; box-shadow:none; border-radius:0; }
.finance-portal-v3 .reader-context { margin:30px 0 20px; font-size:17px; line-height:1.85; color:#546059; }
.finance-life .life-fields { display:grid; grid-template-columns:minmax(0,1fr); gap:20px; }
.finance-life .life-fields label { display:grid; gap:8px; font-size:17px; line-height:1.6; min-width:0; }
.finance-life .life-fields input[type="number"] { width:100%; min-width:0; min-height:48px; padding:10px 12px; border:1px solid #a5b1aa; border-radius:6px; font:inherit; background:#fff; color:#202a25; box-sizing:border-box; }
.finance-life .life-fields fieldset { min-width:0; margin:0; padding:20px 0; border:0; border-top:1px solid #dce3df; display:grid; gap:18px; }
.finance-life .life-fields legend { font-size:20px; font-weight:700; padding:0 8px 0 0; }
.finance-life .life-fields .life-confirm { display:flex; align-items:flex-start; gap:12px; }
.finance-life .life-confirm input { flex:0 0 20px; width:20px; height:20px; margin-top:5px; }
.finance-life .life-actions { display:flex; flex-wrap:wrap; gap:14px; margin:24px 0; }
.finance-life .life-actions button { min-height:48px; padding:12px 18px; border:1px solid #126c59; border-radius:6px; background:#126c59; color:#fff; font-size:17px; font-weight:700; }
.finance-life .life-actions button[type="reset"] { background:#fff; color:#126c59; }
.finance-life .life-result { border-top:2px solid #126c59; padding-top:24px; scroll-margin-top:100px; }
.finance-life [data-life-error] { color:#a52a2a; font-size:16px; }
.finance-life .life-checklist { padding-left:22px; font-size:18px; line-height:1.85; }
.finance-life .life-checklist li { margin-bottom:14px; }
.finance-life :focus-visible { outline:3px solid #2972d9; outline-offset:4px; }
.finance-life:lang(ko) h1,.finance-life:lang(ko) h2,.finance-life:lang(ko) h3 { word-break:keep-all; overflow-wrap:anywhere; }
.finance-life [data-life-result][hidden],.finance-life [data-life-error][hidden] { display:none !important; }
.native-english { color:#202a25; background:#fff; }
.native-english .portal-page { width:100%; max-width:760px; padding:30px 24px 72px; margin:auto; }
.native-english h1,.native-english h2,.native-english h3,.native-english p,.native-english a { letter-spacing:0; overflow-wrap:break-word; word-break:normal; }
.native-english h1 { font-size:36px; line-height:1.23; margin:16px 0; font-weight:780; }
.native-english h2 { font-size:26px; line-height:1.35; margin:0 0 16px; }
.native-english h3 { font-size:20px; line-height:1.45; margin:0 0 10px; }
.native-english p { font-size:18px; line-height:1.85; margin:0 0 20px; }
.native-english a { color:#126c59; text-underline-offset:4px; }
.native-english .en-intro { padding-bottom:14px; }
.native-english .en-topic { color:#126c59; font-size:13px; line-height:1.5; font-weight:700; }
.native-english .en-source-note,.native-english .en-byline { font-size:13px; line-height:1.75; color:#647069; }
.en-answer { padding:20px 0 26px; }
.native-english .en-answer h2 { font-size:18px; color:#126c59; }
.en-breadcrumb { display:flex; flex-wrap:wrap; gap:8px; font-size:13px; line-height:1.6; color:#647069; }
.en-section { margin:0; padding:34px 0; border-top:1px solid #e0e6e2; scroll-margin-top:110px; }
.en-contents { padding:26px 0; border-top:2px solid #263e32; border-bottom:1px solid #e0e6e2; }
.native-english .en-contents h2 { font-size:18px; }
.en-contents ol { padding-left:23px; margin:0; }
.en-contents li { padding:6px 0; font-size:16px; line-height:1.7; }
.en-contents a { display:block; padding:4px 0; }
.en-task-list { display:grid; grid-template-columns:1fr 1fr; gap:0 26px; }
.en-task-list > a,.en-guide-row { display:block; padding:24px 0; border-bottom:1px solid #e0e6e2; text-decoration:none; }
.native-english .en-task-list h3,.native-english .en-guide-row h3 { color:#202a25; margin:7px 0 10px; }
.native-english .en-task-list p,.native-english .en-guide-row p { color:#647069; font-size:16px; line-height:1.8; margin-bottom:12px; }
.en-read { font-size:14px; font-weight:700; }
.en-search { margin:24px 0; }
.en-search label { display:block; font-size:14px; font-weight:650; margin-bottom:8px; }
.en-search input { width:100%; min-height:48px; border:1px solid #acb9b0; border-radius:6px; padding:12px 14px; font:inherit; font-size:16px; color:#202a25; background:#fff; }
.native-english .en-search p { font-size:13px; margin-top:8px; color:#647069; }
.en-facts { margin:24px 0; border-top:2px solid #263e32; }
.en-facts > div { display:grid; grid-template-columns:140px minmax(0,1fr); gap:18px; padding:20px 0; border-bottom:1px solid #e0e6e2; }
.en-facts dt { font-size:16px; font-weight:700; }
.en-facts dd { margin:0; font-size:17px; line-height:1.8; }
.en-source-list article { padding:24px 0; border-top:1px solid #e0e6e2; }
.native-english .en-source-list h3 { font-size:18px; }
.native-english .en-source-list p { font-size:16px; line-height:1.8; }
.en-source-list small { display:block; font-size:13px; line-height:1.6; color:#647069; margin-bottom:12px; }
.en-source-list a { display:inline-flex; align-items:center; gap:8px; min-height:44px; font-size:16px; }
.en-faq { padding:18px 0; border-bottom:1px solid #e0e6e2; }
.en-faq summary { cursor:pointer; font-size:17px; line-height:1.65; font-weight:700; }
.native-english .en-faq p { margin:16px 0 0; font-size:17px; line-height:1.8; }
.en-disclaimer { border-top:2px solid #263e32; padding:24px 0; margin-top:30px; }
.native-english .en-disclaimer p { font-size:14px; line-height:1.8; margin-top:12px; }
.native-en-footer { max-width:760px; margin:auto; }
.native-en-footer nav { display:flex; flex-wrap:wrap; gap:16px; }
@media (max-width:600px) {
  .site-language-switch { padding:4px 18px; }
  .finance-portal-v3 .portal-article-header h1 { font-size:28px; line-height:1.4; word-break:keep-all; overflow-wrap:anywhere; }
  .finance-portal-v3 .portal-article-lead { font-size:17px; line-height:1.85; }
  .finance-portal-v3 .portal-key-answer h2 { font-size:22px; }
  .finance-portal-v3 .portal-home-feature { display:block; }
  .finance-portal-v3 .portal-home-feature img { width:100%; height:150px; object-fit:cover; margin:0 0 18px; }
  .finance-portal-v3 .portal-home-feature > span { display:block; min-width:0; }
  .native-english .portal-page { padding:24px 20px 64px; }
  .native-english h1 { font-size:30px; line-height:1.3; }
  .native-english h2 { font-size:24px; }
  .native-english p { font-size:18px; line-height:1.85; }
  .en-task-list { display:block; }
  .en-facts > div { display:block; }
  .en-facts dt { margin-bottom:8px; color:#126c59; }
  .native-en-header .brand strong { font-size:15px; }
  .native-en-header .en-header-links { gap:10px; font-size:13px; }
}
