:root {
  --blue: #075cf6;
  --blue-dark: #063fae;
  --blue-ink: #082052;
  --blue-soft: #eef5ff;
  --cyan: #21d4c5;
  --accent: #ffb627;
  --ink: #14213d;
  --muted: #667085;
  --line: #e5eaf2;
  --soft: #f6f8fc;
  --white: #fff;
  --success: #05a66a;
  --danger: #e13d55;
  --radius-sm: 12px;
  --radius: 18px;
  --radius-lg: 26px;
  --shadow-sm: 0 8px 28px rgba(8, 32, 82, .07);
  --shadow: 0 20px 55px rgba(6, 48, 126, .14);
  --container: 1160px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, summary { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px;
  color: #fff; background: var(--blue-dark); border-radius: 8px; transform: translateY(-140%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky; z-index: 100; top: 0; height: 76px; background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(229,234,242,.9); backdrop-filter: blur(14px);
}
.site-header__inner { display: flex; align-items: center; height: 100%; gap: 30px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; }
.brand img, .custom-logo { width: auto; height: 42px; }
.brand__label { color: var(--blue-ink); font-size: 14px; font-weight: 750; white-space: nowrap; }
.site-nav { margin-left: auto; }
.site-nav__list { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.site-nav__list a { position: relative; display: block; padding: 12px 0; font-size: 14px; font-weight: 650; }
.site-nav__list a::after {
  position: absolute; right: 50%; bottom: 5px; left: 50%; height: 2px; content: "";
  background: var(--blue); border-radius: 5px; transition: .2s ease;
}
.site-nav__list a:hover, .site-nav__list a:focus { color: var(--blue); }
.site-nav__list a:hover::after, .site-nav__list a:focus::after { right: 0; left: 0; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: #fff; border: 1px solid var(--line); border-radius: 10px; }
.nav-toggle > span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--ink); border-radius: 5px; transition: .2s ease; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 12px 22px;
  color: #fff; background: var(--blue); border: 1px solid var(--blue); border-radius: 11px;
  font-weight: 760; line-height: 1.2; cursor: pointer; box-shadow: 0 7px 18px rgba(7,92,246,.2); transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover, .button:focus { color: #fff; background: var(--blue-dark); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(7,92,246,.28); }
.button--small { min-height: 42px; padding: 10px 18px; font-size: 14px; }
.button--large { min-height: 56px; padding: 15px 26px; }
.button--block { width: 100%; }
.button--accent { color: #18223a; background: var(--accent); border-color: var(--accent); box-shadow: 0 10px 25px rgba(255,182,39,.25); }
.button--accent:hover, .button--accent:focus { color: #18223a; background: #ffc44f; border-color: #ffc44f; box-shadow: 0 12px 28px rgba(255,182,39,.32); }
.button--white { color: var(--blue); background: #fff; border-color: #fff; box-shadow: 0 12px 28px rgba(4,28,78,.16); }
.button--white:hover, .button--white:focus { color: var(--blue-dark); background: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--blue); font-weight: 750; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link--large { font-size: 17px; }

.hero {
  position: relative; overflow: hidden; min-height: 660px; padding: 72px 0 76px;
  color: #fff; background: linear-gradient(122deg, #073eaa 0%, #075cf6 49%, #1379f2 100%);
}
.hero::before {
  position: absolute; inset: 0; content: ""; opacity: .15;
  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: 48px 48px; mask-image: linear-gradient(to right, #000, transparent 75%);
}
.hero__glow { position: absolute; border-radius: 50%; filter: blur(4px); }
.hero__glow--one { top: -260px; right: -160px; width: 620px; height: 620px; background: rgba(36,224,209,.16); }
.hero__glow--two { bottom: -370px; left: -120px; width: 720px; height: 720px; background: rgba(31,119,255,.46); border: 1px solid rgba(255,255,255,.14); }
.hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(390px, .78fr); align-items: center; gap: 76px; }
.hero__content { max-width: 650px; }
.eyebrow { margin: 0 0 15px; color: inherit; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow > span { display: inline-grid; width: 21px; height: 21px; margin-right: 7px; place-items: center; color: var(--blue); background: #fff; border-radius: 50%; }
.eyebrow--blue { color: var(--blue); }
.hero h1 { max-width: 690px; margin: 0; font-size: clamp(42px, 5vw, 64px); line-height: 1.08; letter-spacing: -.045em; }
.hero h1 em { color: #8ff4e7; font-style: normal; }
.hero__lead { max-width: 610px; margin: 24px 0 25px; color: rgba(255,255,255,.86); font-size: 18px; line-height: 1.7; }
.hero__points { display: flex; flex-wrap: wrap; gap: 9px 20px; margin-bottom: 30px; }
.hero__points span { font-size: 14px; font-weight: 650; }
.hero__points b { display: inline-grid; width: 20px; height: 20px; margin-right: 5px; place-items: center; color: #055b42; background: #9bf3dc; border-radius: 50%; font-size: 12px; }
.hero__trust { display: flex; align-items: center; gap: 13px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.17); }
.hero__trust p { margin: 0; font-size: 13px; line-height: 1.45; }
.hero__trust strong { font-size: 14px; }
.hero__trust span { color: rgba(255,255,255,.68); }
.avatar-stack { display: flex; padding-left: 8px; }
.avatar-stack i { display: grid; width: 36px; height: 36px; margin-left: -8px; place-items: center; color: #fff; background: #273e76; border: 2px solid #fff; border-radius: 50%; font-size: 12px; font-style: normal; font-weight: 800; }
.avatar-stack i:nth-child(2) { background: #10a485; }.avatar-stack i:nth-child(3) { background: #f08555; }

.loan-finder { padding: 28px; color: var(--ink); background: #fff; border: 1px solid rgba(255,255,255,.5); border-radius: var(--radius-lg); box-shadow: 0 28px 70px rgba(3,25,78,.28); }
.loan-finder__head { display: flex; align-items: center; gap: 13px; margin-bottom: 27px; padding-bottom: 21px; border-bottom: 1px solid var(--line); }
.loan-finder__head p { margin: 0 0 2px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.loan-finder__head p a { color: inherit; }
.loan-finder__head p a:hover { color: var(--blue-dark); text-decoration: underline; }
.loan-finder__head h2 { margin: 0; font-size: 22px; line-height: 1.3; }
.loan-finder__icon { display: grid; flex: 0 0 auto; width: 44px; height: 44px; place-items: center; color: #fff; background: var(--blue); border-radius: 12px; font-size: 22px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.loan-finder__icon:hover { transform: translateY(-2px); background: var(--blue-dark); color: #fff; }
.range-field { margin: 0 0 23px; }
.range-field__label { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 11px; }
.range-field label { color: #39445d; font-size: 13px; font-weight: 650; }
.range-field output { color: var(--blue); font-size: 17px; font-weight: 820; }
.range-field input[type="range"] { width: 100%; height: 5px; margin: 0; appearance: none; background: linear-gradient(90deg,var(--blue) var(--range-progress,44%),#dde5f1 var(--range-progress,44%)); border-radius: 10px; outline: none; }
.range-field input[type="range"]::-webkit-slider-thumb { width: 20px; height: 20px; appearance: none; background: #fff; border: 6px solid var(--blue); border-radius: 50%; box-shadow: 0 2px 8px rgba(7,92,246,.28); cursor: pointer; }
.range-field input[type="range"]::-moz-range-thumb { width: 10px; height: 10px; background: #fff; border: 6px solid var(--blue); border-radius: 50%; box-shadow: 0 2px 8px rgba(7,92,246,.28); cursor: pointer; }
.range-field__ends { display: flex; justify-content: space-between; margin-top: 6px; color: #98a1b3; font-size: 11px; }
.estimate { margin: 2px 0 20px; padding: 13px 15px; background: var(--blue-soft); border-radius: 11px; }
.estimate > div { display: flex; justify-content: space-between; gap: 20px; padding: 4px 0; }
.estimate span { color: #596780; font-size: 12px; }
.estimate strong { color: var(--blue-ink); font-size: 13px; }
.loan-finder__legal { margin: 12px 5px 0; color: #8a94a8; font-size: 10px; line-height: 1.45; text-align: center; }

.trust-bar { background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 9px 30px rgba(5,49,127,.04); }
.trust-bar__grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 105px; align-items: center; }
.trust-bar__grid > div { display: flex; align-items: center; justify-content: center; gap: 13px; min-height: 48px; padding: 5px 22px; border-right: 1px solid var(--line); }
.trust-bar__grid > div:first-child { justify-content: flex-start; padding-left: 0; }
.trust-bar__grid > div:last-child { justify-content: flex-end; padding-right: 0; border: 0; }
.trust-bar strong { color: var(--blue); font-size: 25px; line-height: 1; }
.trust-bar span { max-width: 120px; color: #6a7489; font-size: 12px; line-height: 1.45; }

.section { padding: 92px 0; }
.section--soft { background: var(--soft); }
.section-heading { margin-bottom: 40px; }
.section-heading h2 { margin: 0; color: var(--blue-ink); font-size: clamp(28px, 3.4vw, 40px); line-height: 1.25; letter-spacing: -.035em; text-wrap: balance; }
.section-heading > p, .section-heading > div > p:not(.eyebrow) { color: var(--muted); }
.section-heading--split { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.section-heading--split > p { max-width: 440px; margin: 0; line-height: 1.6; }
.section-heading--center { max-width: 700px; margin: 0 auto 46px; text-align: center; }
.section-heading--center > p:last-child { margin: 14px auto 0; max-width: 580px; font-size: 15px; line-height: 1.65; text-wrap: balance; }
.eyebrow--badge { display: inline-flex; align-items: center; gap: 6px; padding: 6px 15px; background: var(--blue-soft); color: var(--blue); border: 1px solid #d0e2ff; border-radius: 999px; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 12px; }
.eyebrow--badge span { font-size: 13px; line-height: 1; }
.filter-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 25px; }
.filter-chips button { padding: 9px 16px; color: #58667f; background: #fff; border: 1px solid var(--line); border-radius: 999px; font-size: 12px; font-weight: 700; cursor: pointer; }
.filter-chips button:hover, .filter-chips button.is-active { color: var(--blue); background: var(--blue-soft); border-color: #c6dbff; }
.loan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.loan-card { position: relative; padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.loan-card:hover { border-color: #cbdcff; transform: translateY(-4px); box-shadow: var(--shadow); }
.loan-card__top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; }
.loan-card__logo { display: grid; width: 50px; height: 50px; place-items: center; color: #fff; background: var(--partner-color); border-radius: 13px; font-size: 18px; font-weight: 850; letter-spacing: -.05em; }
.loan-card__tag { margin: 0 0 1px; color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.loan-card h3 { margin: 0; color: var(--blue-ink); font-size: 20px; line-height: 1.3; }
.verified-badge { display: grid; width: 22px; height: 22px; place-items: center; color: #fff; background: var(--success); border-radius: 50%; font-size: 11px; font-weight: 900; }
.loan-card__note { min-height: 50px; margin: 16px 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.loan-card__facts { margin: 0 0 18px; border-top: 1px solid var(--line); }
.loan-card__facts div { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.loan-card__facts dt { color: #7b8597; font-size: 11px; }
.loan-card__facts dd { margin: 0; color: #26344f; font-size: 12px; font-weight: 730; text-align: right; }
.loan-card__fineprint { margin: 9px 0 0; color: #929bac; font-size: 9px; line-height: 1.4; text-align: center; }
.info-callout { display: flex; align-items: flex-start; gap: 12px; margin-top: 22px; padding: 15px 18px; color: #54647d; background: #f1f6ff; border: 1px solid #d8e6ff; border-radius: 12px; font-size: 12px; }
.info-callout > span { display: grid; flex: 0 0 auto; width: 20px; height: 20px; place-items: center; color: #fff; background: var(--blue); border-radius: 50%; font-family: Georgia, serif; font-weight: 800; }
.info-callout p { margin: 0; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.step { position: relative; padding: 30px 24px 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); text-align: center; }
.step::after { position: absolute; z-index: 2; top: 58px; left: calc(100% + 2px); width: 16px; content: "···"; color: #a9c4fb; letter-spacing: 2px; }
.step:last-child::after { display: none; }
.step > span { position: absolute; top: 13px; right: 16px; color: #dbe7fb; font-size: 25px; font-weight: 850; }
.step > i { display: grid; width: 58px; height: 58px; margin: 0 auto 18px; place-items: center; color: var(--blue); background: var(--blue-soft); border-radius: 17px; font-size: 25px; font-style: normal; font-weight: 800; }
.step h3 { margin: 0 0 7px; color: var(--blue-ink); font-size: 17px; }
.step p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.benefit-section { overflow: hidden; }
.benefit-grid { display: grid; grid-template-columns: .92fr 1fr; align-items: center; gap: 110px; }
.benefit-visual { position: relative; display: grid; min-height: 540px; place-items: center; }
.benefit-visual::before { position: absolute; width: 440px; height: 440px; content: ""; background: var(--blue-soft); border-radius: 50%; }
.benefit-visual::after { position: absolute; width: 360px; height: 360px; content: ""; border: 1px dashed #bad2ff; border-radius: 50%; animation: jeff-spin 35s linear infinite; }
@keyframes jeff-spin { to { transform: rotate(360deg); } }
.phone-card { position: relative; z-index: 2; width: 300px; min-height: 500px; padding: 24px 19px; color: #fff; background: linear-gradient(150deg,#0643bd,#0874f5); border: 7px solid #fff; border-radius: 33px; box-shadow: 0 30px 70px rgba(8,55,143,.25); }
.phone-card__bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 42px; }
.phone-card__bar span { width: 18px; height: 2px; background: rgba(255,255,255,.75); box-shadow: 0 5px rgba(255,255,255,.75), 0 -5px rgba(255,255,255,.75); }
.phone-card__bar b { font-size: 23px; letter-spacing: -.07em; }
.phone-card__bar i { width: 29px; height: 29px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; }
.phone-card > p { margin: 0; color: rgba(255,255,255,.7); font-size: 12px; text-align: center; }
.phone-card > strong { display: block; margin: 3px 0 30px; font-size: 30px; text-align: center; }
.mini-offer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; margin-bottom: 10px; padding: 13px; color: var(--ink); background: #fff; border-radius: 13px; box-shadow: 0 7px 22px rgba(5,40,115,.14); }
.mini-offer > i { display: grid; width: 34px; height: 34px; place-items: center; color: #fff; background: var(--c); border-radius: 9px; font-size: 11px; font-style: normal; font-weight: 800; }
.mini-offer b, .mini-offer span { display: block; line-height: 1.4; }.mini-offer b { font-size: 11px; }.mini-offer span { color: var(--muted); font-size: 8px; }.mini-offer em { color: var(--blue); font-style: normal; }
.float-badge { position: absolute; z-index: 3; padding: 12px 16px; color: var(--blue-ink); background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); font-size: 12px; font-weight: 700; }
.float-badge--top { top: 83px; right: -2px; }.float-badge--bottom { bottom: 65px; left: -5px; }.float-badge--bottom b { color: var(--blue); font-size: 21px; }
.benefit-content h2 { margin: 0; color: var(--blue-ink); font-size: clamp(36px, 4vw, 48px); line-height: 1.15; letter-spacing: -.04em; }
.benefit-content__lead { margin: 22px 0 26px; color: var(--muted); font-size: 16px; }
.benefit-list { margin-bottom: 27px; }
.benefit-list > div { display: flex; align-items: flex-start; gap: 14px; margin: 16px 0; }
.benefit-list i { display: grid; flex: 0 0 auto; width: 40px; height: 40px; place-items: center; color: var(--blue); background: var(--blue-soft); border-radius: 11px; font-size: 20px; font-style: normal; font-weight: 800; }
.benefit-list p { margin: 0; }.benefit-list strong, .benefit-list span { display: block; }.benefit-list strong { color: var(--blue-ink); font-size: 14px; }.benefit-list span { color: var(--muted); font-size: 12px; }

.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.post-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.post-card__media { display: block; overflow: hidden; aspect-ratio: 16/9; background: #dce9ff; }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }.post-card:hover .post-card__media img { transform: scale(1.035); }
.post-card__placeholder { display: grid; width: 100%; height: 100%; padding: 20px; place-content: center; color: #fff; background: linear-gradient(135deg,#0645bf,#0c78f7); text-align: center; }
.post-card__placeholder span { font-size: 39px; font-weight: 850; letter-spacing: -.08em; }.post-card__placeholder small { display: block; margin-bottom: 6px; color: #94f5e7; font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.post-card__body { padding: 22px; }
.post-card__meta { display: flex; gap: 8px; margin-bottom: 8px; color: #8c96a8; font-size: 10px; text-transform: uppercase; }
.post-card h3 { margin: 0 0 8px; color: var(--blue-ink); font-size: 18px; line-height: 1.4; letter-spacing: -.015em; }
.post-card h3 a:hover { color: var(--blue); }
.post-card__body > p { margin: 0 0 15px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.post-card .text-link { font-size: 12px; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 90px; }
.faq-intro h2 { margin: 0; color: var(--blue-ink); font-size: 43px; line-height: 1.2; letter-spacing: -.04em; }.faq-intro > p:not(.eyebrow) { color: var(--muted); }
.faq-support { display: flex; align-items: center; gap: 12px; margin-top: 30px; padding: 17px; background: var(--soft); border-radius: 13px; }
.faq-support > span { display: grid; flex: 0 0 auto; width: 38px; height: 38px; place-items: center; color: var(--blue); background: #fff; border: 1px solid var(--line); border-radius: 50%; font-weight: 850; }
.faq-support p { margin: 0; font-size: 11px; line-height: 1.5; }.faq-support strong, .faq-support a { display: block; }.faq-support a { color: var(--blue); font-weight: 750; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 20px 2px; color: var(--blue-ink); font-size: 15px; font-weight: 750; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; flex: 0 0 auto; width: 24px; height: 24px; background: var(--blue-soft); border-radius: 50%; }
.faq-list summary span::before, .faq-list summary span::after { position: absolute; top: 11px; left: 7px; width: 10px; height: 2px; content: ""; background: var(--blue); }
.faq-list summary span::after { transform: rotate(90deg); transition: transform .2s ease; }.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { margin: -5px 45px 20px 2px; color: var(--muted); font-size: 13px; line-height: 1.7; }

.bottom-cta { padding: 64px 0; color: #fff; background: linear-gradient(125deg,#073ca7,#075cf6 58%,#1278f1); }
.bottom-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.bottom-cta .eyebrow { margin-bottom: 7px; color: #9ff5e8; }.bottom-cta h2 { margin: 0 0 4px; font-size: 34px; line-height: 1.2; letter-spacing: -.03em; }.bottom-cta p:last-child { margin: 0; color: rgba(255,255,255,.73); font-size: 13px; }

.site-footer { padding: 66px 0 24px; color: #c5cee1; background: #071630; }
.site-footer__main { display: grid; grid-template-columns: 1.4fr .65fr .75fr 1.15fr; gap: 50px; }
.site-footer .brand__label { color: #fff; }.site-footer .footer-brand > p { max-width: 330px; margin: 20px 0 0; font-size: 12px; line-height: 1.7; }
.site-footer h2 { margin: 5px 0 18px; color: #fff; font-size: 14px; }.site-footer__main > div > a { display: block; margin: 9px 0; color: #aeb9ce; font-size: 12px; }.site-footer__main > div > a:hover { color: #fff; }
.footer-note { padding: 17px 19px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.08); border-radius: 13px; }.footer-note h2 { margin-top: 0; }.footer-note p { margin: 0; color: #9eabc2; font-size: 11px; line-height: 1.65; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }.site-footer__bottom p { margin: 0; color: #7f8ca4; font-size: 10px; }

/* Content pages */
.page-hero { padding: 58px 0 52px; color: #fff; background: linear-gradient(125deg,#073ca7,#075cf6 63%,#1179f2); }
.page-hero--compact { padding: 42px 0; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 15px; color: rgba(255,255,255,.68); font-size: 12px; }.breadcrumbs a:hover { color: #fff; }.breadcrumbs span { color: rgba(255,255,255,.38); }
.page-hero h1 { max-width: 820px; margin: 0; font-size: clamp(34px, 4vw, 49px); line-height: 1.16; letter-spacing: -.04em; }
.page-hero__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; margin-top: 19px; color: rgba(255,255,255,.76); font-size: 12px; }
.page-hero__meta .author-avatar { display: grid; width: 28px; height: 28px; place-items: center; color: var(--blue); background: #fff; border-radius: 50%; font-size: 10px; font-weight: 850; }
.content-area { padding: 56px 0 90px; background: var(--soft); }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: start; gap: 34px; }
.article-shell { min-width: 0; padding: 36px 42px 46px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.article-thumbnail { overflow: hidden; margin: -10px 0 28px; border-radius: 14px; }.article-thumbnail img { width: 100%; }
.entry-content { color: #34425b; font-size: 16px; line-height: 1.82; }
.entry-content > *:first-child { margin-top: 0; }.entry-content > *:last-child { margin-bottom: 0; }
.entry-content h2, .entry-content h3, .entry-content h4 { scroll-margin-top: 100px; color: var(--blue-ink); line-height: 1.3; letter-spacing: -.025em; }
.entry-content h2 { margin: 42px 0 14px; padding-top: 4px; font-size: 28px; }.entry-content h3 { margin: 30px 0 10px; font-size: 21px; }.entry-content h4 { margin: 25px 0 8px; font-size: 17px; }
.entry-content p { margin: 0 0 19px; }.entry-content a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }.entry-content ul, .entry-content ol { margin: 0 0 20px; padding-left: 24px; }.entry-content li { margin: 7px 0; }
.entry-content blockquote { margin: 28px 0; padding: 18px 21px; color: #334468; background: var(--blue-soft); border-left: 4px solid var(--blue); border-radius: 0 10px 10px 0; }.entry-content blockquote p { margin: 0; }
.entry-content table { width: 100%; margin: 25px 0; border-collapse: collapse; font-size: 14px; }.entry-content th, .entry-content td { padding: 12px 14px; border: 1px solid var(--line); text-align: left; }.entry-content th { color: var(--blue-ink); background: var(--blue-soft); }
.entry-content img { border-radius: 12px; }.entry-content .wp-caption { max-width: 100%; }.entry-content .wp-caption-text { margin-top: 7px; color: var(--muted); font-size: 12px; text-align: center; }
.toc-box { margin: 26px 0 34px; background: #f7faff; border: 1px solid #dbe8ff; border-radius: 12px; }
.toc-box summary { display: flex; align-items: center; justify-content: space-between; padding: 15px 18px; color: var(--blue-ink); font-size: 14px; font-weight: 800; cursor: pointer; list-style: none; }.toc-box summary::-webkit-details-marker { display: none; }.toc-box summary::after { content: "+"; color: var(--blue); font-size: 20px; line-height: 1; }.toc-box[open] summary::after { content: "−"; }.toc-box__list { margin: 0; padding: 0 22px 17px 38px; list-style: decimal; }.toc-box__list li { margin: 7px 0; color: #63718b; font-size: 13px; }.toc-box__list li.toc-h3 { margin-left: 16px; list-style: disc; }.toc-box__list a { color: #35425c !important; text-decoration: none !important; }.toc-box__list a:hover { color: var(--blue) !important; text-decoration: underline !important; }
.article-disclaimer { display: flex; gap: 12px; margin-top: 38px; padding: 17px; color: #725723; background: #fff9e9; border: 1px solid #f6df9d; border-radius: 11px; font-size: 12px; }.article-disclaimer span { font-size: 18px; }.article-disclaimer p { margin: 0; }
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); }.article-tags a { padding: 6px 10px; color: #66738b; background: var(--soft); border-radius: 7px; font-size: 11px; }.article-tags a:hover { color: var(--blue); background: var(--blue-soft); }
.sidebar { display: grid; gap: 20px; }.sidebar-card { padding: 21px; background: #fff; border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow-sm); }.sidebar-card__title { margin: 0 0 16px; color: var(--blue-ink); font-size: 16px; }.sidebar-card--proposal { overflow: hidden; padding: 0; }.sidebar-proposal__top { padding: 23px; color: #fff; background: linear-gradient(135deg,#073fae,#0871f2); }.sidebar-proposal__top .loan-card__logo { margin-bottom: 12px; border: 2px solid rgba(255,255,255,.4); }.sidebar-proposal__top p { margin: 0 0 4px; color: rgba(255,255,255,.72); font-size: 10px; font-weight: 750; text-transform: uppercase; }.sidebar-proposal__top h2 { margin: 0; font-size: 21px; }.sidebar-proposal__body { padding: 20px; }.sidebar-proposal__body ul { margin: 0 0 17px; padding: 0; list-style: none; }.sidebar-proposal__body li { position: relative; margin: 9px 0; padding-left: 20px; color: #59667d; font-size: 12px; }.sidebar-proposal__body li::before { position: absolute; top: 1px; left: 0; content: "✓"; color: var(--success); font-weight: 900; }.sidebar-proposal__body > p { margin: 10px 0 0; color: #919aac; font-size: 9px; text-align: center; }
.popular-list { display: grid; gap: 15px; }.popular-post { display: grid; grid-template-columns: 60px 1fr; align-items: center; gap: 11px; }.popular-post__thumb { display: grid; overflow: hidden; width: 60px; height: 52px; place-items: center; color: #fff; background: linear-gradient(135deg,#075cf6,#2b8bfa); border-radius: 9px; font-size: 10px; font-weight: 850; }.popular-post__thumb img { width: 100%; height: 100%; object-fit: cover; }.popular-post h3 { display: -webkit-box; overflow: hidden; margin: 0 0 3px; color: var(--blue-ink); font-size: 11px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }.popular-post h3 a:hover { color: var(--blue); }.popular-post time { color: #98a1b1; font-size: 9px; }
.sticky-sidebar { position: sticky; top: 96px; }
.post-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 22px; }.post-navigation a { display: block; padding: 16px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }.post-navigation .nav-next { text-align: right; }.post-navigation span { display: block; color: #9099aa; font-size: 10px; text-transform: uppercase; }.post-navigation strong { display: block; margin-top: 4px; color: var(--blue-ink); font-size: 12px; line-height: 1.5; }
.archive-shell { padding: 70px 0 90px; }.archive-shell .post-grid { margin-top: 35px; }.pagination { margin-top: 36px; }.pagination .nav-links { display: flex; justify-content: center; gap: 7px; }.pagination .page-numbers { display: grid; min-width: 40px; height: 40px; padding: 0 8px; place-items: center; color: #58667d; background: #fff; border: 1px solid var(--line); border-radius: 9px; font-size: 12px; font-weight: 700; }.pagination .current, .pagination a:hover { color: #fff; background: var(--blue); border-color: var(--blue); }
.empty-state { max-width: 620px; margin: 40px auto; padding: 45px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); text-align: center; }.empty-state h2 { margin-top: 0; }.search-form { display: flex; max-width: 500px; gap: 8px; margin: 22px auto 0; }.search-form label { flex: 1; }.search-field { width: 100%; height: 48px; padding: 0 15px; border: 1px solid var(--line); border-radius: 10px; outline: none; }.search-field:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(7,92,246,.1); }.search-submit { min-width: 100px; color: #fff; background: var(--blue); border: 0; border-radius: 10px; font-weight: 750; cursor: pointer; }
.page-template-default .article-shell { min-height: 380px; }

@media (max-width: 1024px) {
  .site-nav__list { gap: 20px; }.brand__label { display: none; }
  .hero { padding-top: 60px; }.hero__grid { gap: 40px; }.hero h1 { font-size: 48px; }
  .loan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefit-grid { gap: 55px; }.float-badge--top { right: -25px; }.float-badge--bottom { left: -20px; }
  .faq-grid { gap: 55px; }.content-layout { grid-template-columns: minmax(0,1fr) 290px; gap: 25px; }.article-shell { padding: 32px; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .site-header { height: 68px; }.site-header__inner { gap: 12px; }.brand img, .custom-logo { height: 38px; }
  .nav-toggle { display: block; margin-left: auto; cursor: pointer; }.header-cta { display: none; }
  .site-nav { position: fixed; top: 68px; right: 0; left: 0; visibility: hidden; margin: 0; padding: 13px 16px 22px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(8,32,82,.12); opacity: 0; transform: translateY(-10px); transition: .2s ease; }.site-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }.site-nav__list { display: block; }.site-nav__list a { padding: 12px 8px; border-bottom: 1px solid var(--line); }.site-nav__list li:last-child a { border: 0; }.site-nav__list a::after { display: none; }.nav-toggle[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }.nav-toggle[aria-expanded="true"] > span:nth-of-type(3) { opacity: 0; }.nav-toggle[aria-expanded="true"] > span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }
  .hero { padding: 52px 0 60px; }.hero__grid { grid-template-columns: 1fr; gap: 38px; }.hero__content { max-width: 700px; }.hero h1 { max-width: 650px; font-size: clamp(41px,8vw,58px); }.loan-finder { width: min(100%,540px); }.trust-bar__grid { grid-template-columns: repeat(2,1fr); padding: 18px 0; }.trust-bar__grid > div, .trust-bar__grid > div:first-child, .trust-bar__grid > div:last-child { justify-content: flex-start; padding: 13px 20px; border-right: 1px solid var(--line); }.trust-bar__grid > div:nth-child(2n) { border-right: 0; }
  .section { padding: 70px 0; }.section-heading--split { display: block; }.section-heading--split > p { margin-top: 15px; }.steps { grid-template-columns: repeat(2,1fr); }.step:nth-child(2)::after { display: none; }
  .benefit-grid { grid-template-columns: 1fr; gap: 50px; }.benefit-visual { order: 2; }.benefit-content { max-width: 650px; }.post-grid { grid-template-columns: repeat(2,1fr); }.post-grid .post-card:last-child { display: none; }
  .faq-grid { grid-template-columns: 1fr; gap: 35px; }.faq-intro { max-width: 600px; }.bottom-cta__inner { display: block; }.bottom-cta .button { margin-top: 25px; }
  .site-footer__main { grid-template-columns: 1.3fr 1fr 1fr; }.footer-note { grid-column: 1/-1; }.content-layout { grid-template-columns: 1fr; }.sidebar { grid-template-columns: 1fr 1fr; }.sticky-sidebar { position: static; }.widget-area { grid-column: 1/-1; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 76px; }.container { width: min(calc(100% - 28px), var(--container)); }
  .hero { min-height: 0; padding: 42px 0 45px; }.hero::before { background-size: 34px 34px; }.hero h1 { font-size: 39px; line-height: 1.08; }.hero__lead { margin-top: 19px; font-size: 15px; }.hero__points { display: grid; gap: 9px; }.hero__trust { display: none; }
  .loan-finder { padding: 21px 18px; border-radius: 20px; }.loan-finder__head { margin-bottom: 22px; }.loan-finder__head h2 { font-size: 19px; }.loan-finder__icon { width: 40px; height: 40px; }.range-field__label { gap: 8px; }.range-field output { font-size: 15px; }.estimate span { max-width: 160px; line-height: 1.4; }.button--large { min-height: 53px; font-size: 14px; }
  .trust-bar__grid { padding: 12px 0; }.trust-bar__grid > div, .trust-bar__grid > div:first-child, .trust-bar__grid > div:last-child { display: block; padding: 12px; }.trust-bar strong, .trust-bar span { display: block; }.trust-bar strong { margin-bottom: 5px; font-size: 22px; }.trust-bar span { max-width: none; font-size: 10px; }
  .section { padding: 58px 0; }.section-heading { margin-bottom: 28px; }.section-heading h2 { font-size: 31px; }.section-heading--center { margin-bottom: 32px; }.filter-chips { overflow-x: auto; flex-wrap: nowrap; margin-right: -14px; padding: 0 14px 6px 0; scrollbar-width: none; }.filter-chips::-webkit-scrollbar { display: none; }.filter-chips button { flex: 0 0 auto; }
  .loan-grid, .steps, .post-grid { grid-template-columns: 1fr; }.loan-card { padding: 21px; }.post-grid .post-card:last-child { display: block; }.step::after { display: none; }.step { display: grid; grid-template-columns: auto 1fr; column-gap: 16px; padding: 20px; text-align: left; }.step > i { grid-row: span 2; width: 48px; height: 48px; margin: 0; }.step h3 { align-self: end; }.step p { align-self: start; }.step > span { font-size: 20px; }
  .benefit-visual { min-height: 455px; transform: scale(.88); margin: -25px -20px; }.benefit-visual::before { width: 390px; height: 390px; }.benefit-visual::after { width: 320px; height: 320px; }.phone-card { width: 272px; min-height: 455px; }.float-badge--top { top: 60px; right: -4px; }.float-badge--bottom { bottom: 47px; left: -4px; }.benefit-content h2 { font-size: 35px; }
  .faq-intro h2 { font-size: 34px; }.faq-list summary { padding: 17px 2px; font-size: 14px; line-height: 1.45; }.faq-list details p { margin-right: 10px; }.bottom-cta { padding: 48px 0; }.bottom-cta h2 { font-size: 29px; }
  .site-footer { padding-top: 48px; }.site-footer__main { grid-template-columns: 1fr 1fr; gap: 34px 24px; }.footer-brand, .footer-note { grid-column: 1/-1; }.site-footer__bottom { display: block; }.site-footer__bottom p + p { margin-top: 6px; }
  .page-hero { padding: 36px 0; }.page-hero h1 { font-size: 33px; }.page-hero__meta { line-height: 1.45; }.content-area { padding: 25px 0 60px; }.article-shell { padding: 23px 19px 30px; border-radius: 14px; }.entry-content { font-size: 15px; line-height: 1.78; }.entry-content h2 { margin-top: 34px; font-size: 24px; }.entry-content h3 { font-size: 20px; }.entry-content table { display: block; overflow-x: auto; white-space: nowrap; }.toc-box { margin-bottom: 24px; }.sidebar { grid-template-columns: 1fr; }.post-navigation { grid-template-columns: 1fr; }.post-navigation .nav-next { text-align: left; }.archive-shell { padding: 50px 0 65px; }.archive-shell .post-grid { margin-top: 25px; }.search-form { display: grid; }.empty-state { padding: 30px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
