:root {
  --green: #06a63c;
  --green-dark: #078332;
  --green-soft: #eaf8ef;
  --orange: #ff6b13;
  --red: #e8422f;
  --ink: #30363a;
  --muted: #697278;
  --line: #dfe5e2;
  --panel: #f6f8f7;
  --white: #fff;
  --shadow: 0 12px 30px rgba(33, 58, 43, .10);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Roboto, Arial, sans-serif; color: var(--ink); background: #fff; line-height: 1.55; }
img { max-width: 100%; height: auto; }
a { color: var(--green-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
.container { width: min(var(--container), calc(100% - 32px)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 16px; z-index: 9999; background: #fff; padding: 10px; }

.site-header { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 100; }
.header-row { display: flex; align-items: center; gap: 24px; min-height: 82px; }
.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 150px; display: block; }
.main-nav { display: flex; align-items: center; gap: 7px; margin-left: auto; }
.main-nav a { color: #3d4549; padding: 6px; font-weight: 500; font-size: 14px; border-radius: 8px; }
.main-nav a:hover, .main-nav a.active { background: var(--green-soft); color: var(--green-dark); text-decoration: none; }
.header-cta, .btn { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 8px; padding: 12px; font-weight: 500; cursor: pointer; transition: .2s; background: var(--green); color: #fff; text-decoration: none; }
.header-cta:hover, .btn:hover { background: var(--green-dark); text-decoration: none; }

.lang-switch { display:inline-flex; align-items:center; gap:0; border:1px solid var(--border); border-radius:8px; overflow:hidden; background:#fff; flex:0 0 auto; }
.lang-switch a { display:flex; align-items:center; justify-content:center; min-width:36px; height:40px; padding:0 8px; color:var(--text); font-size:14px; font-weight:700; text-decoration:none; }
.lang-switch a + a { border-left:1px solid var(--border); }
.lang-switch a:hover { background:var(--green-soft); text-decoration:none; }
.lang-switch .active { color:var(--green); background:var(--green-soft); }
.btn.secondary { background: #fff; color: var(--green-dark); border: 2px solid var(--green); }
.btn.orange { background: var(--orange); }
.btn.small { padding: 9px 14px; font-size: 14px; }
.mobile-toggle { display: none; background: #fff; border: 1px solid var(--line); border-radius: 9px; font-size: 24px; padding: 7px 11px; }

.hero { background: linear-gradient(135deg, #f5fff7 0%, #fff 62%); padding: 54px 0 48px; border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 44px; }
.eyebrow { text-transform: uppercase; color: var(--orange); font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.hero h1 { font-size: clamp(34px, 4.8vw, 56px); line-height: 1.08; margin: 12px 0 18px; letter-spacing: -.035em; }
.hero p { font-size: 18px; color: #596268; max-width: 720px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.hero-visual { display: flex; align-items: center; justify-content: center; }
.hero-visual img {
  display: block;
  width: 100%;
  object-fit: contain;
  border: 2px solid #ff780c;
  border-radius: 10px;
  padding: 2px;
}

.section { padding: 62px 0; }
.section.alt { background: var(--panel); }
.section h2 { font-size: clamp(28px, 3.6vw, 40px); line-height: 1.15; margin: 0 0 14px; }
.section-lead { font-size: 17px; color: var(--muted); margin: 0 0 30px; }

.filter-box { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 24px; }
.filter-grid { display: grid; grid-template-columns: 1.25fr 1.25fr 1fr 1fr auto; gap: 18px; align-items: end; }
.field label { display: flex; justify-content: space-between; gap: 12px; font-weight: 600; margin-bottom: 7px; }
.range-value { color: var(--green-dark); }
input[type=range] { --range-progress: 0%; width: 100%; height: 24px; margin: 0; -webkit-appearance: none; appearance: none; background: linear-gradient(to right, var(--green) 0%, var(--green) var(--range-progress), #3d3d3d var(--range-progress), #3d3d3d 100%) center / 100% 6px no-repeat; border-radius: 999px; cursor: pointer; }
input[type=range]::-webkit-slider-runnable-track { height: 6px; background: transparent; border: 0; border-radius: 999px; }
input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 24px; height: 24px; margin-top: -9px; border-radius: 50%; background: #ff6b13; border: 0; box-shadow: none; cursor: pointer; }
input[type=range]::-moz-range-track { height: 6px; background: #3d3d3d; border: 0; border-radius: 999px; }
input[type=range]::-moz-range-progress { height: 6px; background: var(--green); border: 0; border-radius: 999px; }
input[type=range]::-moz-range-thumb { width: 24px; height: 24px; border-radius: 50%; background: #ff6b13; border: 0; box-shadow: none; cursor: pointer; }
select { width: 100%; height: 40px; border: 1px solid #cbd4cf; border-radius: 8px; background: #fff; padding: 0 11px; font: inherit; font-size: 14px; }
.filter-reset { display: flex; align-items: flex-end; }
.filter-reset .btn { white-space: nowrap; font-weight: 300; }
.filter-secondary { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 20px; }
.checks { display: flex; flex: 1 1 auto; gap: 8px; margin-top: 0px; border-radius: 8px; padding: 10px; background: #f6f8f7; justify-content: space-between; flex-wrap: wrap; }
.check-pill { display: flex; align-items: center; gap: 7px; border: 1px solid #d9e2dd; border-radius: 8px; padding: 8px; background: #fff; font-size: 14px; cursor: pointer; }
.check-pill:has(input:checked) { border-color: var(--green); background: var(--green-soft); color: var(--green-dark); font-weight: 700; }
.filter-bottom { display: flex; flex: 0 0 auto; justify-content: flex-end; align-items: center; gap: 14px; margin-top: 0; border-top: 0; padding-top: 0; font-size: 12px; }
.view-switch { display: flex; align-items: center; gap: 7px; }
.view-switch button { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 9px 12px; cursor: pointer; }
.view-switch button.active { background: var(--green); color: #fff; border-color: var(--green); }
.category-alert { border-left: 4px solid var(--orange); background: #fff8f1; padding: 14px 16px; border-radius: 8px; margin-bottom: 22px; }

.results-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 18px; margin: 52px 0 10px; }
.results-head h2 { font-size: 30px; margin: 0; }
.updated { color: var(--muted); font-size: 14px; }
.offer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: start; }
.offers-initial-state { grid-column: 1 / -1; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; color: var(--muted); font-size: 14px; }
.offer-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding-top: 30px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 7px 20px rgba(30, 61, 41, .07); overflow: visible; }
.offer-card.recommended { border-color: #91d6aa; box-shadow: 0 12px 26px rgba(6, 166, 60, .13); }
.offer-ribbon { position: absolute; z-index: 2; top: -1px; left: -1px; right: -1px; height: 31px; display: flex; align-items: center; justify-content: center; padding: 5px 15px; border-radius: 16px 16px 0 0; background: var(--green); color: #fff; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.offer-top { display: grid; grid-template-columns: 0.4fr 0.4fr 1fr; align-items: center; gap: 10px; padding: 16px; }
.offer-logo { display: flex; align-items: center; justify-content: center; }
.offer-name { color: #005700; font-size: 16px; font-weight: 500; }
.rating-row { display: flex; align-items: center; gap: 7px; }
.rating { color: #f09b00; font-weight: 600; }
.rating span { color: #3d4549; font-size: 14px; }
.compare-check { font-size: 13px; display: flex; align-items: center; gap: 5px; }
.offer-stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat { min-width: 0; padding: 8px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat small { display: block; color: var(--muted); margin-bottom: 3px; }
.stat-label { display: flex !important; align-items: center; gap: 5px; }
.stat strong { display: block; font-size: 14px; overflow-wrap: anywhere; }
.offer-tags { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; padding: 0; }
.tag { font-size: 12px; border-radius: 6px; background: var(--green-soft); color: var(--green-dark); padding: 4px; text-align: center; }
.tag.gray { background: #f0f2f1; color: #5d6569; }
.offer-actions { display: flex; gap: 10px; padding: 16px; }
.offer-actions .btn { flex: 1; min-width: 0; }
.offer-actions .compare-check { flex: 0 0 auto; align-self: center; white-space: nowrap; }
.details-btn { background: #fff; border: 1px solid var(--line); color: var(--ink); font-weight: 600; }
.details-btn:hover, .details-btn:focus-visible { color: #fff; }
.offer-details { display: none; background: #fbfcfb; border-top: 1px solid var(--line); padding: 18px; }
.offer-details.open { display: block; }
.details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; }
.details-column { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.details-item h4 { margin: 0 0 5px; font-size: 15px; color: var(--green-dark); }
.details-item p { margin: 0; color: #596268; font-size: 14px; }
.important { grid-column: 1 / -1; background: #fff3eb; border-left: 4px solid var(--orange); padding: 12px; border-radius: 8px; font-size: 14px; }

.tooltip-wrap { position: relative; display: inline-flex; flex: 0 0 auto; }
.tooltip-trigger { width: 19px; height: 19px; display: inline-flex; align-items: center; justify-content: center; padding: 0; border: 1px solid #9ca8a1; border-radius: 50%; background: #fff; color: #596268; font: 800 12px/1 Roboto, Arial, sans-serif; cursor: pointer; }
.tooltip-trigger:hover, .tooltip-trigger:focus-visible { border-color: var(--green); color: var(--green-dark); outline: none; }
.tooltip-content { position: absolute; z-index: 30; left: 50%; bottom: calc(100% + 9px); width: min(270px, 72vw); padding: 10px 12px; border: 1px solid var(--line); border-radius: 9px; background: #303a3f; color: #fff; box-shadow: 0 10px 25px rgba(0, 0, 0, .2); font-size: 12px; font-weight: 400; line-height: 1.45; opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, 5px); transition: .16s; }
.tooltip-content::after { content: ''; position: absolute; left: 50%; top: 100%; border: 6px solid transparent; border-top-color: #303a3f; transform: translateX(-50%); }
.tooltip-wrap:hover .tooltip-content, .tooltip-wrap:focus-within .tooltip-content, .tooltip-wrap.open .tooltip-content { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.stat .tooltip-content { left: auto; right: -8px; transform: translateY(5px); }
.stat .tooltip-content::after { left: auto; right: 11px; transform: none; }
.stat .tooltip-wrap:hover .tooltip-content, .stat .tooltip-wrap:focus-within .tooltip-content, .stat .tooltip-wrap.open .tooltip-content { transform: translateY(0); }

.offers-table-wrap { display: none; overflow: auto; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.offers-table-wrap.active { display: block; }
.offer-grid.hidden { display: none; }
.offers-table { width: 100%; border-collapse: collapse; min-width: 1080px; }
.offers-table th, .offers-table td { padding: 13px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
.offers-table th { background: #f5f8f6; font-size: 13px; }
.table-logo { width: 112px; max-height: 38px; object-fit: contain; }
.empty-state { display: none; text-align: center; padding: 42px; background: #fff; border: 1px dashed #bbc8c0; border-radius: 14px; }
.empty-state.show { display: block; }

.steps-grid, .benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step-card, .benefit-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 18px; text-align: center; }
.step-card img, .benefit-card img { height: 88px; object-fit: contain; margin-bottom: 12px; }
.step-card h3, .benefit-card h3 { margin: 8px 0; color: #ef6a00; font-size: 18px; }
.content-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 30px; }
.content-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 25px; }
.content-card h3 { margin-top: 0; }
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { padding: 9px 0 9px 31px; position: relative; border-bottom: 1px solid #edf0ee; }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: 8px; width: 21px; height: 21px; border-radius: 50%; background: var(--green); color: #fff; text-align: center; line-height: 21px; font-weight: 900; }

.faq { max-width: 900px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; display: flex; justify-content: space-between; gap: 15px; text-align: left; border: 0; background: transparent; padding: 18px 0; font-size: 18px; font-weight: 500; cursor: pointer; }
.faq-a { display: none; color: #5b6469; padding: 0 0 18px; }
.faq-item.open .faq-a { display: block; }
.faq-item.open .faq-q span:last-child { transform: rotate(45deg); }

.seo-section { border-top: 1px solid var(--line); background: #fff; }
.seo-article { max-width: 980px; }
.seo-article h2 { max-width: 900px; }
.seo-article h3 { margin: 34px 0 10px; font-size: 23px; line-height: 1.25; }
.seo-article p, .seo-article li { color: #4f585d; }
.seo-article p { margin: 0 0 16px; }
.seo-article ul { margin: 0 0 20px; padding-left: 24px; }
.seo-article li { margin-bottom: 8px; }
.seo-note { margin: 26px 0; padding: 16px 18px; border-left: 4px solid var(--orange); border-radius: 8px; background: #fff8f1; color: #4f585d; }


#filter, #offers { scroll-margin-top: 96px; }

.why-credit-section { background: #eaf7fb; }
.marketing-heading { text-align: center; margin-bottom: 28px; }
.marketing-heading h2 { color: var(--orange); text-transform: uppercase; letter-spacing: -.02em; }
.marketing-heading p { margin: 0; color: var(--muted); font-size: 18px; }
.why-credit-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 46px; }
.why-credit-image img { display: block; width: 100%; max-height: 390px; object-fit: contain; }
.why-credit-list { display: grid; gap: 18px; }
.why-credit-item { display: grid; grid-template-columns: 54px 1fr; align-items: start; gap: 14px; }
.why-credit-item h3 { margin: 1px 0 5px; font-size: 20px; }
.why-credit-item p { margin: 0; color: var(--muted); }
.why-check { width: 50px; height: 50px; display: inline-flex; align-items: center; justify-content: center; border: 6px solid var(--green); border-radius: 50%; color: #60686d; background: #fff; font-size: 32px; font-weight: 900; line-height: 1; }

.advantages-section { position: relative; background: #fffdf0; }
.advantages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; }
.advantage-card { text-align: center; }
.advantage-card img { width: 104px; height: 104px; object-fit: contain; margin-bottom: 10px; }
.advantage-card h3 { margin: 0 0 10px; text-transform: uppercase; font-size: 19px; }
.advantage-card p { margin: 0; color: var(--muted); }

.popular-categories-section { padding-top: 42px; padding-bottom: 42px; background: var(--panel); }
.popular-categories-section h2 { text-align: center; font-size: 30px; }
.popular-category-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.popular-category-links a { display: inline-flex; align-items: center; padding: 9px 13px; border: 1px solid #d7dfdb; border-radius: 8px; background: #f3f5f4; color: #445047; font-size: 14px; }
.popular-category-links a:hover { border-color: var(--green); background: var(--green-soft); color: var(--green-dark); text-decoration: none; }

.article-more { margin-top: 18px; }
.article-more summary { cursor: pointer; display: inline-flex; align-items: center; font-weight: 800; color: var(--green-dark); list-style: none; transition: color .2s ease, opacity .2s ease; }
.article-more summary::-webkit-details-marker { display: none; }
.article-more summary::after { content: " +"; margin-left: 4px; color: var(--green); }
.article-more[open] summary { color: #6f8f7b; opacity: .82; margin-bottom: 22px; }
.article-more[open] summary::after { content: " −"; color: var(--green); }

.legal-hero { background: #f5f8f6; padding: 42px 0; }
.legal-content { max-width: 900px; }
.legal-content h2 { font-size: 25px; margin-top: 34px; }
.legal-content p, .legal-content li { color: #4f585d; }
.legal-note { background: #fff8f1; border-left: 4px solid var(--orange); padding: 15px; margin: 22px 0; }

.compare-bar { position: fixed; left: 50%; bottom: 16px; transform: translateX(-50%); z-index: 120; width: min(760px, calc(100% - 24px)); background: #303a3f; color: #fff; border-radius: 14px; padding: 12px 16px; display: none; align-items: center; gap: 12px; box-shadow: 0 15px 40px rgba(0, 0, 0, .3); }
.compare-bar.show { display: flex; }
.compare-bar .spacer { flex: 1; }
.compare-modal { position: fixed; inset: 0; background: rgba(20, 28, 24, .64); z-index: 300; display: none; padding: 30px; overflow: auto; }
.compare-modal.open { display: block; }
.compare-dialog { max-width: 1060px; margin: auto; background: #fff; border-radius: 18px; padding: 22px; position: relative; }
.modal-close { position: absolute; right: 16px; top: 12px; border: 0; background: transparent; font-size: 28px; cursor: pointer; }
.compare-table { width: 100%; border-collapse: collapse; margin-top: 18px; }
.compare-table th, .compare-table td { border: 1px solid var(--line); padding: 11px; text-align: left; }

.site-footer { background: #333c41; color: #fff; padding: 48px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 34px; }
.footer-brand img { width: 150px; display: block; margin-bottom: 18px; }
.site-footer a { color: #d8f8e2; font-size: 14px; }
.footer-links { display: grid; gap: 8px; }
.footer-disclaimer { font-size: 13px; color: #c5ced2; margin-top: 15px; }
.copyright { border-top: 1px solid rgba(255, 255, 255, .14); margin-top: 30px; padding-top: 18px; font-size: 13px; color: #bbc5ca; }


/* Filter fallback: keep non-matching MFOs visible */
.filter-results-separator { grid-column: 1 / -1; width: 100%; padding: 14px 18px; border: 1px solid #efb11c; border-radius: 10px; background: #fff8dc; color: #5b4300; text-align: center; font-size: 14px; font-weight: 700; }
.offer-card.filter-mismatch {
  filter: grayscale(.8);
  box-shadow: none;
}
.offer-card.filter-mismatch .offer-ribbon { background: #8c9791; }
.offer-card.filter-mismatch button:disabled, .filter-mismatch-row button:disabled { cursor: not-allowed; opacity: 1; }
.filter-results-separator-row td { padding: 14px 18px !important; background: #fff8dc; color: #5b4300; border-top: 1px solid #efb11c; border-bottom: 1px solid #efb11c; text-align: center !important; font-weight: 700; }
.filter-mismatch-row { opacity: .52; filter: grayscale(.72); }

/* Activity popup */
.activity-popup { position: fixed; z-index: 80; right: 24px; bottom: 24px; width: min(330px, calc(100vw - 32px)); display: grid; grid-template-columns: 42px 1fr 28px; align-items: center; gap: 10px; padding: 12px 10px 12px 12px; border: 1px solid var(--line); border-left: 4px solid var(--green); border-radius: 14px; background: #fff; box-shadow: 0 12px 32px rgba(30,61,41,.18); opacity: 0; visibility: hidden; transform: translateY(18px); transition: opacity .22s ease, transform .22s ease, visibility .22s; }
.activity-popup.show { opacity: 1; visibility: visible; transform: translateY(0); }
.activity-icon { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--green); color: #fff; font-size: 20px; font-weight: 900; }
.activity-copy { min-width: 0; display: flex; flex-direction: column; gap: 2px; font-size: 12px; line-height: 1.35; color: #4d585d; }
.activity-copy strong { color: #293338; font-size: 13px; }
.activity-copy b { color: var(--green); }
.activity-close { width: 26px; height: 26px; border: 0; border-radius: 50%; background: #f4f1ff; color: #6d35d9; font-size: 18px; line-height: 1; cursor: pointer; }

@media (max-width: 980px) {
  .main-nav { display: none; position: absolute; left: 16px; right: 16px; top: 82px; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 12px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 6px; }
  .header-cta { margin-left: auto; }
  .mobile-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 620px; }
  .filter-grid { grid-template-columns: 1fr 1fr; }
  .filter-secondary { flex-wrap: wrap; }
  .offer-grid { grid-template-columns: 1fr; }
  .steps-grid, .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .why-credit-grid { grid-template-columns: 1fr; }
  .why-credit-image { max-width: 680px; margin-inline: auto; }
  .advantages-grid { gap: 24px; }
  .content-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .activity-popup { right: 11px; bottom: 11px; width: calc(100vw - 22px); }
  .container { width: min(100% - 22px, var(--container)); }
  .header-row { min-height: 68px; gap: 9px;  justify-content: space-between; }
  .brand img { width: 150px; }
  .header-cta { display: none; }
  .main-nav { top: 68px; }
  .hero { padding: 36px 0; }
  .hero h1 { font-size: 36px; }
  .hero p { font-size: 16px; }
  .filter-box { padding: 17px; }
  .filter-grid { grid-template-columns: 1fr; }
  .filter-reset, .filter-reset .btn { width: 100%; }
  .filter-secondary { align-items: stretch; flex-direction: column; }
  .filter-bottom { width: 100%; justify-content: flex-start; align-items: center; flex-direction: row; }
  .results-head { align-items: flex-start; flex-direction: column; }
  .offer-card { padding-top: 30px; }
  .offer-top { grid-template-columns: 1fr 1fr; }
  .offer-top .offer-tags { grid-column: 1 / -1; }
  .offer-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    gap: 8px 10px;
    align-items: stretch;
  }
  .offer-actions .compare-check {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
  }
  .offer-actions .details-btn {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
  }
  .offer-actions .orange {
    grid-column: 2;
    grid-row: 1 / 3;
    width: 100%;
  }
  .offer-stats { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .details-grid { grid-template-columns: 1fr; }
  .important { grid-column: auto; }
  .steps-grid, .benefits-grid { grid-template-columns: 1fr; }
  .advantages-grid { grid-template-columns: 1fr; gap: 30px; }
  .why-credit-item { grid-template-columns: 46px 1fr; }
  .why-check { width: 44px; height: 44px; border-width: 5px; font-size: 27px; }
  .marketing-heading p { font-size: 16px; }
  .footer-grid { grid-template-columns: 1fr; }
  .compare-bar { font-size: 13px; flex-wrap: wrap; }
  .compare-bar .spacer { display: none; }
  .compare-modal { padding: 10px; }
  .compare-dialog { padding: 18px 12px; overflow: auto; }
  .tooltip-content { width: min(250px, 75vw); }
  .rating-row .tooltip-content { left: auto; right: -10px; transform: translateY(5px); }
  .rating-row .tooltip-content::after { left: auto; right: 12px; transform: none; }
  .rating-row .tooltip-wrap:hover .tooltip-content, .rating-row .tooltip-wrap:focus-within .tooltip-content, .rating-row .tooltip-wrap.open .tooltip-content { transform: translateY(0); }
}


/* Blog v27 */
.blog-hero { padding-bottom: 36px; }
.article-kicker { margin-bottom: 10px; color: var(--green-dark); font-size: 13px; font-weight: 700; }
.article-kicker a { color: inherit; }
.blog-list-head { max-width: 820px; margin-bottom: 24px; }
.blog-list-head h2 { margin: 7px 0 8px; }
.blog-list-head p { margin: 0; color: var(--muted); }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.blog-card { display: flex; flex-direction: column; min-height: 260px; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 8px 22px rgba(25, 44, 35, .06); }
.blog-card-meta { margin-bottom: 8px; color: var(--green-dark); font-size: 12px; font-weight: 700; }
.blog-card h3 { margin: 0 0 10px; font-size: 19px; line-height: 1.28; }
.blog-card h3 a { color: #263238; }
.blog-card p { margin: 0 0 16px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.blog-card-link { margin-top: auto; color: var(--green-dark); font-size: 14px; font-weight: 700; }
.article-content { max-width: 900px; }
.article-content h2 { margin: 32px 0 10px; font-size: 24px; }
.article-content h3 { margin: 22px 0 8px; font-size: 18px; }
.article-content p, .article-content li { line-height: 1.72; }
.article-content ul { padding-left: 22px; }
.article-note { margin-bottom: 24px; padding: 14px 16px; border-left: 3px solid var(--green); border-radius: 8px; background: var(--green-soft); font-size: 14px; line-height: 1.55; }
.article-checklist li, .source-list li { margin-bottom: 8px; }
.article-related { margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--line); line-height: 1.7; }
@media (max-width: 980px) { .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .blog-grid { grid-template-columns: 1fr; } .blog-card { min-height: 0; } .article-content h2 { font-size: 22px; } }
/* End Blog v27 */

/* Blog credit CTA v30 */
.blog-credit-cta-section { padding: 22px 0; background: #f5f8f6; border-bottom: 1px solid var(--line); }
.blog-credit-cta { padding: 24px 28px; border: 1px solid var(--line); border-top: 3px solid #ff780c; border-radius: 14px; background: #fff; box-shadow: 0 10px 28px rgba(25, 44, 35, .06); }
.blog-credit-cta-title { margin-bottom: 14px; color: #263238; font-size: 25px; line-height: 1.2; font-weight: 700; }
.blog-credit-cta-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto; gap: 14px; align-items: stretch; }
.blog-credit-param { min-width: 0; display: flex; align-items: center; gap: 12px; padding: 12px 14px; border: 1px solid #d9e2dd; border-radius: 10px; background: #f9fbfa; color: inherit; text-decoration: none; cursor: pointer; }
.blog-credit-param:hover { border-color: #ff780c; }
.blog-credit-param-icon { display: inline-flex; flex: 0 0 34px; width: 34px; height: 34px; align-items: center; justify-content: center; border-radius: 9px; background: #fff0e6; color: #ff780c; font-size: 16px; font-weight: 800; }
.blog-credit-param small { display: block; margin-bottom: 2px; color: var(--muted); font-size: 13px; }
.blog-credit-param strong { display: block; color: #263238; font-size: 18px; line-height: 1.1; }
.blog-credit-cta-button { min-width: 190px; padding-left: 22px; padding-right: 22px; background: var(--green); }
@media (max-width: 640px) { .blog-credit-cta-section { padding: 14px 0; } .blog-credit-cta { padding: 18px; border-radius: 12px; } .blog-credit-cta-title { font-size: 21px; } .blog-credit-cta-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; } .blog-credit-param { gap: 7px; padding: 9px; } .blog-credit-param-icon { flex-basis: 28px; width: 28px; height: 28px; font-size: 14px; } .blog-credit-param small { font-size: 11px; } .blog-credit-param strong { font-size: 16px; } .blog-credit-cta-button { grid-column: 1 / -1; width: 100%; min-width: 0; } }
/* End Blog credit CTA v30 */

@media (max-width: 640px) {
  .lang-switch { margin-left:auto; }
  .lang-switch a { min-width:34px; height:36px; padding:0 7px; font-size:13px; }
}


/* Breadcrumbs v35 */
.breadcrumbs { padding: 11px 0 0; background: #fff; color: var(--muted); font-size: 13px; line-height: 1.4; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li { display: flex; align-items: center; min-width: 0; }
.breadcrumbs li + li::before { content: "›"; margin-right: 7px; color: #98a39e; }
.breadcrumbs a { color: var(--green-dark); text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }
.breadcrumbs [aria-current="page"] { color: var(--muted); }
/* End Breadcrumbs v35 */
