.route-body { min-height: 100vh; background: #f4f8fb; }
[data-auth-pending] .route-main, [data-auth-pending] .site-footer { visibility: hidden; }
.route-main { min-height: calc(100vh - 280px); }
.route-hero {
  position: relative;
  overflow: hidden;
  padding: 76px max(40px, calc((100vw - 1040px) / 2)) 72px;
  color: #fff;
  background: radial-gradient(circle at 82% 20%, rgba(245,184,59,.22), transparent 34%), linear-gradient(125deg, #061b2f, #0a3d68);
}
.route-hero::after { content: ""; position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px); background-size: 42px 42px; pointer-events: none; }
.route-hero > * { position: relative; z-index: 1; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; color: #bed2e2; font-size: .88rem; }
.breadcrumbs a { color: #fff; text-decoration: none; font-weight: 750; }
.breadcrumbs a:hover { color: var(--gold-300); }
.route-hero h1 { max-width: 760px; margin: 0; font-size: clamp(2.35rem, 5vw, 4.25rem); line-height: 1.08; letter-spacing: -.045em; }
.route-hero h1 span { color: var(--gold-300); }
.route-hero > p:not(.eyebrow) { max-width: 700px; margin: 20px 0 0; color: #d2e2ee; font-size: 1.05rem; }
.route-shell { width: min(1040px, calc(100% - 40px)); margin: 0 auto; padding: 58px 0 82px; }
.route-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: start; gap: 28px; }
.route-card { border: 1px solid var(--line); border-radius: 24px; padding: 32px; background: #fff; box-shadow: 0 16px 48px rgba(6,27,47,.09); }
.route-card h2, .route-card h3 { margin-top: 0; line-height: 1.25; }
.route-card > p { color: var(--muted); }
.route-card .button { margin-top: 8px; }
.route-card .button:not(.button-primary):not(.button-gold) { border: 1px solid #c7d8e4; color: var(--navy-900); background: #f7fbfd; }
.route-form { display: grid; gap: 16px; }
.route-form label { display: grid; gap: 7px; color: #435466; font-size: .91rem; font-weight: 780; }
.route-form input, .route-form select, .route-form textarea { width: 100%; min-height: 50px; border: 1px solid var(--line); border-radius: 11px; padding: 0 14px; color: var(--ink); background: #fff; font: inherit; }
.route-form textarea { min-height: 112px; padding-top: 12px; resize: vertical; }
.route-form input:focus, .route-form select:focus, .route-form textarea:focus { outline: 3px solid rgba(21,149,234,.22); border-color: var(--blue-500); }
.route-form select:disabled { color: #8794a2; background: #edf2f5; }
.route-form input[readonly] { color: #41576b; background: #edf4f8; }
.route-form .button { width: 100%; }
.route-form .button:disabled { opacity: .62; cursor: wait; }
.route-form .field-pair { gap: 16px; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.password-guidance { margin: -5px 0 0; color: #5b7083; font-size: .84rem; line-height: 1.6; }
.route-check a { color: var(--blue-600); font-weight: 850; }
.register-borrow-section { min-width: 0; display: grid; gap: 16px; margin: 6px 0; border: 1px solid #b9d9ec; border-radius: 16px; padding: 20px; background: #f4faff; }
.register-borrow-section[hidden] { display: none; }
.register-borrow-section legend { padding: 0 8px; color: var(--navy-900); font-size: 1.08rem; font-weight: 900; }
.register-borrow-section > p { margin: -4px 0 0; color: var(--muted); font-size: .9rem; line-height: 1.65; }
.route-check { grid-template-columns: auto 1fr !important; align-items: start; }
.route-check input { width: 18px; min-height: 18px; margin-top: 4px; }
.route-note { padding: 14px 16px; border-radius: 12px; color: #506273; background: #edf7fd; font-size: .86rem; }
.route-note strong { color: var(--blue-600); }
.side-card { position: sticky; top: 102px; }
.side-list { display: grid; gap: 14px; margin: 22px 0 0; }
.side-list div { display: grid; grid-template-columns: 30px 1fr; gap: 10px; color: #56687a; font-size: .9rem; }
.side-list span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--navy-950); background: var(--gold-500); font-size: .78rem; font-weight: 900; }
.success-panel { text-align: center; padding: 18px 0 4px; }
.success-panel[hidden] { display: none; }
.success-panel .success-icon { width: 62px; height: 62px; display: grid; place-items: center; margin: 0 auto 16px; border-radius: 50%; color: #fff; background: var(--success); font-size: 1.8rem; font-weight: 900; }
.success-panel h2 { margin-bottom: 8px; }
.success-panel p { color: var(--muted); }
.success-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.recovery-code-card { width: 100%; display: grid; gap: 12px; margin-bottom: 8px; border: 1px solid #b9d9ec; border-radius: 16px; padding: 18px; background: #f0f9ff; }
.recovery-code-card span { color: #345167; font-weight: 850; }
.recovery-code-card code { overflow-wrap: anywhere; border: 1px dashed #5598c6; border-radius: 12px; padding: 14px; color: #092a49; background: #fff; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: clamp(1.05rem, 3vw, 1.35rem); font-weight: 900; letter-spacing: .08em; }
.recovery-code-card small { color: #65798a; line-height: 1.55; }
.recovery-code-card .recovery-copy { width: 100%; margin: 0; }
.route-error { margin: 0; color: var(--danger); font-size: .88rem; font-weight: 780; }
.route-switch { margin: 0; text-align: center; color: var(--muted); font-size: .9rem; }
.route-switch a { color: var(--blue-600); font-weight: 850; }
.account-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 24px; }
.account-profile-card, .account-success { grid-column: 1 / -1; }
.account-success { border: 1px solid var(--line); border-radius: 24px; padding: 32px; background: #fff; box-shadow: 0 16px 48px rgba(6,27,47,.09); }
.privacy-layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.privacy-layout .route-card { box-shadow: 0 10px 32px rgba(6,27,47,.07); }
.privacy-intro, .privacy-layout .route-card:nth-last-child(1) { grid-column: 1 / -1; }
.privacy-list { display: grid; gap: 10px; margin: 0; padding-left: 1.2rem; color: #4f6172; line-height: 1.7; }
.privacy-list strong { color: #263d51; }
.privacy-table { display: grid; gap: 0; border: 1px solid #dbe7ee; border-radius: 14px; overflow: hidden; }
.privacy-table > div { display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 14px; padding: 15px 16px; color: #4f6172; line-height: 1.65; }
.privacy-table > div + div { border-top: 1px solid #dbe7ee; }
.privacy-table strong { color: #18334b; }
.privacy-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.privacy-actions .button { margin: 0; }
.area-directory { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.area-tile { display: grid; gap: 12px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; text-decoration: none; box-shadow: 0 8px 25px rgba(9,42,73,.05); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.area-tile:hover { transform: translateY(-3px); border-color: #9fc7e2; box-shadow: var(--shadow); }
.area-tile small { color: var(--blue-600); font-weight: 850; }
.area-tile strong { font-size: 1.22rem; }
.area-tile span { color: var(--muted); font-size: .9rem; }
.area-tile b { color: var(--blue-600); font-size: .88rem; }
.area-listing-shell { width: min(1320px, calc(100% - 40px)); }
.anti-fraud-notice { position: relative; overflow: hidden; margin: 0 0 24px; border: 1px solid #384b60; border-radius: 24px; padding: 28px; color: #fff; background: linear-gradient(135deg, #182330, #2b3037); box-shadow: 0 16px 42px rgba(6,27,47,.16); }
.anti-fraud-notice::after { content: ""; position: absolute; width: 220px; height: 220px; top: -112px; right: -72px; border: 28px solid rgba(239,68,68,.14); border-radius: 50%; pointer-events: none; }
.anti-fraud-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 86px minmax(0, 1fr); align-items: center; gap: 20px; }
.anti-fraud-mark { width: 86px; height: 86px; display: grid; place-items: center; border: 7px solid #fecaca; border-radius: 50%; color: #fff; background: #dc2626; box-shadow: 0 0 0 6px rgba(220,38,38,.18); font-size: 1.16rem; font-weight: 950; letter-spacing: .04em; }
.anti-fraud-kicker { margin: 0 0 4px; color: #fbbf24; font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.anti-fraud-heading h2 { margin: 0; color: #fff; font-size: clamp(1.65rem, 3vw, 2.45rem); line-height: 1.12; letter-spacing: -.025em; }
.anti-fraud-heading > div > p:last-child { margin: 9px 0 0; color: #d8e1e9; }
.anti-fraud-list { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.anti-fraud-list li { display: grid; gap: 5px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; padding: 16px; background: rgba(255,255,255,.07); }
.anti-fraud-list strong { color: #fbbf24; font-size: 1rem; }
.anti-fraud-list span { color: #edf2f7; font-size: .9rem; line-height: 1.55; }
.anti-fraud-footer { position: relative; z-index: 1; display: flex; align-items: center; gap: 18px; margin-top: 16px; border-top: 1px solid rgba(255,255,255,.16); padding-top: 16px; }
.anti-fraud-footer strong { flex: none; border-radius: 999px; padding: 8px 14px; color: #fff; background: #dc2626; font-size: .9rem; }
.anti-fraud-footer span { color: #ced8e1; font-size: .84rem; line-height: 1.5; }
.loan-notice { margin: 24px 0 0; border: 1px solid var(--line); border-radius: 18px; padding: 24px; background: #fff; box-shadow: 0 10px 28px rgba(6,27,47,.06); }
.loan-notice-heading { border-bottom: 1px solid #dfe8ee; padding-bottom: 14px; }
.loan-notice-heading .eyebrow { margin-bottom: 5px; font-size: .72rem; }
.loan-notice-heading h2 {
  width: fit-content;
  margin: 0;
  color: #dc2626;
  background: linear-gradient(100deg, #b91c1c 0%, #ef4444 26%, #ff9a9a 46%, #dc2626 68%, #991b1b 100%);
  background-size: 260% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
  animation: loan-notice-title-shimmer 2.4s linear infinite;
}
@keyframes loan-notice-title-shimmer {
  from { background-position: 120% 50%; }
  to { background-position: -140% 50%; }
}
.loan-notice-heading > p:last-child { margin: 7px 0 0; color: var(--muted); font-size: .88rem; }
.loan-notice-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: loan-notice; }
.loan-notice-list li { counter-increment: loan-notice; display: grid; grid-template-columns: 34px 205px minmax(0, 1fr); align-items: start; gap: 10px; border-bottom: 1px solid #e6edf2; padding: 14px 0; }
.loan-notice-list li::before { content: counter(loan-notice); width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #dc2626; font-size: .76rem; font-weight: 900; }
.loan-notice-list strong { color: #c4161c; font-size: .9rem; line-height: 1.5; }
.loan-notice-list span { color: #4f6172; font-size: .88rem; line-height: 1.6; }
.loan-notice-law { margin: 12px 0 0; border-radius: 10px; padding: 10px 12px; color: #56687a; background: #f2f7fa; font-size: .76rem; line-height: 1.55; }
.loan-notice-law a { color: var(--blue-600); font-weight: 850; }
.provider-stack { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); grid-auto-rows: 1fr; align-items: stretch; gap: 14px; min-width: 0; }
.provider-route-card { position: relative; height: 100%; display: flex; flex-direction: column; padding: 0; overflow: hidden; }
.good-provider-badge { position: absolute; z-index: 2; top: 9px; right: 9px; display: inline-flex; align-items: center; gap: 5px; border: 2px solid #ffd34e; border-radius: 999px; padding: 6px 10px; color: #fff; background: linear-gradient(135deg, #ef2f3b, #c91425); box-shadow: 0 6px 18px rgba(201,20,37,.42), 0 0 0 2px rgba(255,211,78,.12); font-size: .78rem; font-weight: 950; line-height: 1; animation: good-provider-flash .9s steps(2, end) infinite; }
@keyframes good-provider-flash {
  0%, 100% { color: #fff; text-shadow: 0 0 3px rgba(255,255,255,.55); }
  50% { color: #ffe05f; text-shadow: 0 0 8px #ffd34e, 0 0 14px rgba(255,211,78,.9); }
}
.provider-route-head { height: 124px; display: grid; place-items: center; box-sizing: border-box; padding: 34px 16px 12px; color: #fff; background: linear-gradient(135deg, var(--navy-900), var(--navy-800)); }
.provider-route-head h2 {
  width: min(100%, 9em);
  margin: 0;
  color: #ffd76a;
  background: linear-gradient(100deg, #f5b83b 0%, #ffe79a 20%, #fff 40%, #ffd35e 60%, #fff4c7 78%, #f5b83b 100%);
  background-size: 260% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 8px rgba(245,184,59,.18));
  font-size: clamp(1.05rem, 1.25vw, 1.35rem);
  line-height: 1.35;
  text-align: center;
  animation: provider-title-shimmer 3.2s linear infinite;
}
@keyframes provider-title-shimmer {
  from { background-position: 120% 50%; }
  to { background-position: -140% 50%; }
}
.provider-route-body { min-height: 0; display: flex; flex: 1; flex-direction: column; padding: 18px; }
.provider-introduction-field { display: grid; gap: 7px; }
.provider-introduction-field[hidden] { display: none; }
.provider-introduction-field > span { font-size: 1rem; }
.provider-introduction-field strong { color: #24384a; text-align: left; font-size: 1.08rem; font-weight: 700; line-height: 1.7; }
.area-actions[hidden] { display: none; }
.provider-route-details[hidden] { display: none; }
.provider-route-details { min-height: 0; display: flex; flex: 1; flex-direction: column; margin: 14px 0 0; border-top: 1px solid #e7edf2; }
.provider-member-contact[hidden] { display: none; }
.provider-member-contact { margin-top: auto; }
.provider-contact-link { width: 100%; min-height: 44px; justify-content: center; margin-top: 14px; border: 1px solid #158dd4; color: #086eaf; background: #eef8fe; }
.provider-contact-link:hover { color: #fff; background: #087fc4; }
.area-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.area-actions .button { margin: 0; }
.provider-route-card .area-actions { display: grid; grid-template-columns: 1fr; }
.provider-route-card .area-actions[hidden] { display: none; }
.provider-route-card .area-actions .button { min-height: 44px; justify-content: center; padding: 0 11px; font-size: .86rem; }
.provider-page-note { margin: 0; }
.nearby-area-card { position: static; margin: 0 0 24px; padding: 24px 26px; }
.nearby-area-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.nearby-area-heading .eyebrow { margin-bottom: 5px; }
.nearby-area-heading h2 { margin: 0; }
.nearby-area-heading .button { flex: none; margin: 0; }
.nearby-area-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.nearby-area-links a { min-height: 42px; display: inline-flex; align-items: center; border: 2px solid #e7aa2d; border-radius: 999px; padding: 0 16px; color: #8b5700; background: #fff8df; text-decoration: none; font-size: .9rem; font-weight: 850; box-shadow: 0 4px 12px rgba(196,126,0,.08); transition: color .18s ease, border-color .18s ease, background-color .18s ease, transform .18s ease; }
.nearby-area-links a:hover { transform: translateY(-2px); border-color: #c77b00; color: #613c00; background: #ffedb5; }
.nearby-area-links a:focus-visible { outline: 3px solid rgba(231,170,45,.32); outline-offset: 3px; }
.region-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.region-nav a { min-height: 42px; display: inline-flex; align-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; padding: 0 17px; color: #fff; text-decoration: none; font-weight: 780; }
.region-nav a[aria-current="page"] { border-color: var(--gold-500); color: var(--navy-950); background: var(--gold-500); }
.route-footer .footer-links a { text-decoration: none; }
.line-contact-card { text-align: center; }
.line-contact-card h2 { margin-bottom: 10px; }
.line-contact-intro { max-width: 560px; margin: 0 auto 24px; }
.qr-placeholder { width: min(260px, 100%); aspect-ratio: 1; display: grid; align-content: center; justify-items: center; gap: 9px; margin: 0 auto 20px; border: 2px dashed #7fcf9b; border-radius: 22px; color: #2f5b43; background: linear-gradient(145deg, #f4fff7, #e9f8ee); }
.qr-placeholder .line-badge { min-width: 74px; min-height: 42px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: #06c755; font-size: .92rem; font-weight: 900; letter-spacing: .05em; }
.qr-placeholder strong { margin-top: 4px; color: var(--ink); font-size: 1.08rem; }
.qr-placeholder small { color: var(--muted); }
.line-contact-status { width: fit-content; margin: 0 auto 20px; padding: 7px 12px; border-radius: 999px; color: #73520f; background: #fff1c9; font-size: .84rem; font-weight: 850; }

.contact-page-shell, .line-provider-shell { width: min(900px, calc(100% - 40px)); }
.provider-contact-page-card, .line-provider-card { padding: clamp(24px, 5vw, 46px); }
.contact-area-label { width: fit-content; margin: 0 0 12px; border-radius: 999px; padding: 7px 13px; color: #0a6ca8; background: #e8f5fd; font-size: .88rem; font-weight: 850; }
.provider-contact-page-card h2, .line-provider-card h2 { margin-bottom: 12px; font-size: clamp(2rem, 5vw, 3rem); line-height: 1.2; }
.provider-contact-page-card h2 {
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  color: #b87800;
  background: linear-gradient(100deg, #9b6300 0%, #f5b83b 20%, #fff0a6 40%, #d58c00 60%, #ffe38a 78%, #9b6300 100%);
  background-size: 260% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 7px rgba(155,99,0,.24));
  text-align: center;
  animation: provider-title-shimmer 3.2s linear infinite;
}
.contact-introduction { max-width: 720px; margin: 0 auto 28px; color: #4b6073; font-size: 1.06rem; line-height: 1.8; text-align: center; }
.contact-channel-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.contact-channel { min-height: 220px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 14px; border-radius: 22px; padding: 28px; color: #fff; text-align: center; text-decoration: none; box-shadow: 0 14px 34px rgba(6,27,47,.14); transition: transform .18s ease, filter .18s ease, box-shadow .18s ease; }
.contact-channel:hover { transform: translateY(-3px); filter: brightness(1.04); box-shadow: 0 18px 40px rgba(6,27,47,.2); }
.contact-channel:focus-visible { outline: 4px solid rgba(245,184,59,.55); outline-offset: 3px; }
.contact-channel[aria-disabled="true"] { cursor: not-allowed; filter: grayscale(.4); opacity: .72; }
.contact-channel[aria-disabled="true"]:hover { transform: none; }
.contact-channel-phone { background: linear-gradient(135deg, #3579cc, #4490e1); }
.contact-channel-phone[aria-disabled="true"] { filter: none; opacity: 1; }
.contact-channel-line { background: linear-gradient(135deg, #08bf54, #049b43); }
.contact-channel-image { width: 96px; height: 96px; display: block; }
.contact-channel-label { color: #fff; font-size: clamp(1.45rem, 3.5vw, 1.9rem); line-height: 1.2; }
.contact-channel-phone .contact-channel-label { color: #fff; }
.contact-page-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.contact-page-actions .button { margin: 0; }
.provider-contact-page-card .route-note, .line-provider-card .route-note { margin: 24px 0 0; }
.contact-error-card { text-align: center; }
.contact-error-card[hidden] { display: none; }

.line-provider-card { text-align: center; }
.line-provider-card .contact-area-label { margin-right: auto; margin-left: auto; }
.line-qr-frame { width: min(360px, 100%); min-height: 360px; display: grid; place-items: center; margin: 28px auto 20px; border: 1px solid #cfe1ec; border-radius: 24px; padding: 20px; color: var(--muted); background: #fff; box-shadow: inset 0 0 0 10px #f4f9fc; }
.line-qr-frame svg,
.line-qr-frame img { width: 100%; height: auto; display: block; border-radius: 12px; }
.line-id-panel { width: min(520px, 100%); display: grid; gap: 5px; margin: 0 auto; border: 1px solid #bce6cb; border-radius: 16px; padding: 17px 20px; background: #effcf4; }
.line-id-panel small { color: #34704b; font-size: .8rem; font-weight: 900; letter-spacing: .08em; }
.line-id-panel strong { overflow-wrap: anywhere; color: #143e25; font-size: clamp(1.25rem, 4vw, 1.75rem); }
.line-page-actions { width: min(620px, 100%); display: grid; grid-template-columns: 1.2fr .8fr; gap: 12px; margin: 20px auto 0; }
.line-page-actions .button { min-height: 52px; justify-content: center; margin: 0; }
.line-open-button { border-color: #06b94e !important; color: #fff !important; background: #06c755 !important; }
.line-open-button:hover { background: #05a948 !important; }

@media (max-width: 820px) {
  .route-grid { grid-template-columns: 1fr; }
  .side-card { position: static; }
  .account-grid, .privacy-layout { grid-template-columns: 1fr; }
  .account-profile-card, .account-success, .privacy-intro, .privacy-layout .route-card:nth-last-child(1) { grid-column: auto; }
}

@media (max-width: 900px) {
  .anti-fraud-list { grid-template-columns: 1fr; }
  .provider-stack { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .route-hero { padding: 52px 20px 54px; }
  .route-shell { width: min(100% - 28px, 1040px); padding: 38px 0 62px; }
  .route-card { padding: 24px 19px; border-radius: 19px; }
  .route-form .field-pair { grid-template-columns: 1fr; gap: 16px; }
  .privacy-table > div { grid-template-columns: 1fr; gap: 5px; }
  .register-borrow-section { padding: 16px; }
  .area-directory { grid-template-columns: 1fr; }
  .anti-fraud-notice { border-radius: 19px; padding: 23px 19px; }
  .anti-fraud-heading { grid-template-columns: 64px minmax(0, 1fr); gap: 15px; }
  .anti-fraud-mark { width: 64px; height: 64px; border-width: 5px; font-size: .95rem; }
  .anti-fraud-footer { align-items: flex-start; flex-direction: column; gap: 11px; }
  .loan-notice { border-radius: 16px; padding: 18px 16px; }
  .loan-notice-list li { grid-template-columns: 36px 1fr; gap: 10px 12px; }
  .loan-notice-list li::before { grid-row: 1 / span 2; }
  .loan-notice-list span { grid-column: 2; }
  .provider-route-head, .provider-route-body { padding: 18px; }
}

@media (max-width: 620px) {
  .provider-stack { grid-template-columns: 1fr; }
  .nearby-area-heading { align-items: stretch; flex-direction: column; }
  .nearby-area-heading .button { width: 100%; justify-content: center; }
  .nearby-area-links { display: grid; grid-template-columns: 1fr; }
  .nearby-area-links a { justify-content: center; }
  .contact-page-shell, .line-provider-shell { width: min(100% - 28px, 900px); }
  .contact-channel-grid { grid-template-columns: 1fr; }
  .contact-channel { min-height: 190px; padding: 24px 18px; }
  .contact-channel-image { width: 88px; height: 88px; }
  .line-qr-frame { min-height: 280px; padding: 16px; }
  .line-page-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .provider-route-head h2 { animation: none; background-position: 50% 50%; }
  .provider-contact-page-card h2 { animation: none; background-position: 50% 50%; }
  .loan-notice-heading h2 { animation: none; background-position: 50% 50%; }
}

@media (forced-colors: active) {
  .provider-route-head h2 { color: CanvasText; background: none; -webkit-text-fill-color: currentColor; filter: none; }
  .provider-contact-page-card h2 { color: CanvasText; background: none; -webkit-text-fill-color: currentColor; filter: none; }
  .loan-notice-heading h2 { color: CanvasText; background: none; -webkit-text-fill-color: currentColor; }
}
.seo-guide-card { margin-bottom: 1.5rem; }
.seo-guide-card h2 { margin: .35rem 0 .75rem; }
.seo-guide-card p { color: var(--muted); line-height: 1.8; }
.seo-guide-card ul { margin: 1rem 0 0; padding-left: 1.35rem; display: grid; gap: .65rem; color: var(--ink); line-height: 1.65; }
