* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #24366e;
  background: #eef2f8;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid #e1e5ee;
}

.header-inner {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo img {
  display: block;
  max-width: 110px;
  width: auto;
  height: auto;
}

.main-nav {
  display: flex;
  gap: 24px;
}

.main-nav a {
  color: #788cb6;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
}

.hero {
  padding: 20px 0 12px;
  background: #f4f7f9;
}

.hero h1 {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  color: #24366e;
}

.homepage-intro {
  max-width: 1000px;
  margin: 0 auto;
}

.homepage-intro p {
  margin: 0 auto 10px;
  font-size: 17px;
  line-height: 1.4;
  color: #24366e;
  text-align: center;
}

.hero-btn,
.offer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 8px;
  background: #faae40;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 17px;
}

.offers-section {
  padding: 0 0 20px;
  background: #f4f7f9;
}

.offers-section h2,
.seo-section h2,
.faq-section h2 {
  margin: 0 0 24px;
  font-size: 18px;
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}


.single-offer .offers-grid {
  max-width: 280px;
  margin: 0 auto;
  grid-template-columns: 1fr;
}


.offer-card {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
}

.offer-logo {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 14px;
}

.offer-logo img {
  max-width: 160px;
  max-height: 70px;
  width: auto;
  height: auto;
}

.offer-info {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
}

.offer-info div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.offer-info span {
  color: #657786;
  font-size: 13px;
}

.offer-info strong {
  text-align: right;
}

.offer-rate {
  border-top: 1px solid #e5e7eb;
  padding-top: 12px;
  text-align: center;
  margin: 0 0 12px;
}

.offer-rate p {
  margin: 0 0 1px;
  font-size: 10px;
  font-weight: 600;
}

.offer-rate div {
  justify-content: space-between;
  gap: 12px;
  font-size: 10px;
}

.offer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  margin: 14px 0;
  text-align: center;
}

.offer-links a {
  color: #009fe3;
  text-decoration: none;
  font-size: 11px;
}

.offer-btn {
  width: 100%;
}

.seo-section,
.faq-section {
  padding: 15px 0;
  background: #fff;
  font-size: 16px;
}


.eeat-author,
.seo-block {
  max-width: 1100px;
  margin: 0 auto;
}


.seo-block p,
.seo-block li {
  line-height: 1.5;
}

.seo-block h2 {
  margin: 32px 0 18px;
}


.seo-block ul {
  padding-left: 22px;
}


.faq-item {
  border-bottom: 1px solid #e5e7eb;
}

.faq-question {
  width: 100%;
  padding: 15px 0;
  background: none;
  border: 0;
  text-align: left;
  color: #24366e;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.faq-answer {
  display: none;
  padding-bottom: 18px;
}

.faq-item.active .faq-answer {
  display: block;
}

.creditors-info {
  padding: 60px 0;
  background: #f4f7f9;
}

.tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.tabs-btn {
  padding: 14px 18px;
  border: 0;
  background: transparent;
  color: #24366e;
  font-size: 14px;
  cursor: pointer;
}

.tabs-btn.active {
  background: #fff;
  border-radius: 8px 8px 0 0;
  font-weight: 700;
}

.tabs-content {
  background: #fff;
  border-radius: 0 8px 8px 8px;
  padding: 20px;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
}

.tabs-panel {
  display: none;
}

.tabs-panel.active {
  display: block;
}

.tabs-panel h2 {
  margin: 0 0 14px;
  font-size: 18px;
}

.tabs-panel p,
.tabs-panel li {
  font-size: 14px;
}

.tabs-panel p {
  margin: 0 0 12px;
  font-size: 12px;
}

.tabs-panel ul {
  margin: 0 0 14px;
  padding-left: 20px;
}



.links-section {
  padding: 28px 0;
  background: #fff;
}

.links-section h2 {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.3;
  color: #24366e;
}

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

.links-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 16px;
  border: 1px solid #dbe3ef;
  border-radius: 4px;
  background: #fff;
  color: #1565c0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.2s ease;
}

.links-grid a:hover {
  border-color: #ffa800;
  color: #123962;
  background: #fff8e8;
}

@media (max-width: 640px) {

  .links-section {
    padding: 22px 0;
  }

  .links-grid {
    gap: 6px;
  }

  .links-grid a {
    min-height: 34px;
    padding: 7px 12px;
    font-size: 12px;
  }

}


.site-footer {
  padding: 20px 0;
  background: #00387b;
  color: #ffffff;
}

.footer-inner {
  display: grid;
  gap: 2px;
}

.footer-about p,
.footer-contacts p,
.footer-bottom p {
  margin: 0 0 6px;
  color: rgba(255,255,255,.88);
  font-size: 11px;
  line-height: 1.6;
}

.footer-contacts h2,
.footer-nav h2 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 16px;
}

.footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 4px;
  font-size: 11px;
}

.footer-nav a,
.footer-contacts a {
  color: rgba(255,255,255,.88);
  text-decoration: none;
}

.footer-nav a:hover,
.footer-contacts a:hover {
  color: #ffa800;
}

.footer-bottom {
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
}

@media (max-width: 1024px) {
  .offers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .header-inner {
    flex-direction: column;
    gap: 5px;
    padding: 6px 0;
  }

  .main-nav {
    gap: 14px;
    font-size: 10px;
  }

  .hero {
    padding: 16px 0 10px;
  }

  .hero h1 {
    font-size: 22px;
    text-align: left;
  }

  .homepage-intro p {
    font-size: 14px;
	text-align: left;
  }

  .offers-grid {
    grid-template-columns: 1fr;
  }

  .offer-rate div {
    flex-direction: column;
    gap: 4px;
  }

  .tabs-nav {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tabs-btn {
    text-align: left;
    background: #f8fafc;
    border-bottom: 1px solid #e5e7eb;
  }

  .tabs-btn.active {
    border-radius: 8px 8px 0 0;
  }

  .tabs-content {
    border-radius: 0 0 8px 8px;
  }
}


.eeat-section {
  padding: 10px 0 16px;
  background: #fff;
}

.eeat-section p {
  margin: 0 0 6px;
  font-size: 13px;
}

/* prestamistas-links-section */
.prestamistas-links-section {
  padding: 28px 0;
  background: #fff;
}

.prestamistas-links-section h2 {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.3;
  color: #24366e;
}

.prestamistas-links-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.prestamistas-links-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 16px;
  border: 1px solid #dbe3ef;
  border-radius: 4px;
  background: #fff;
  color: #1565c0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.prestamistas-links-grid a:hover {
  border-color: #ffa800;
  color: #123962;
  background: #fff8e8;
}

@media (max-width: 640px) {
  .prestamistas-links-section {
    padding: 22px 0;
  }

  .prestamistas-links-grid {
    gap: 6px;
  }

  .prestamistas-links-grid a {
    min-height: 34px;
    padding: 7px 12px;
    font-size: 13px;
  }
}




.eeat-section {
  padding: 18px 0 22px;
  background: #fff;
}

.eeat-author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.eeat-author-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.eeat-author-photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 1px solid #e5e7eb;
}

.eeat-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #123962;
}

.eeat-social svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

.eeat-social:hover {
  background: #ffa800;
}

.eeat-author-info p {
  margin: 0;
}

.eeat-author-name {
  font-size: 18px;
  line-height: 1.3;
  color: #123962;
}

.eeat-author-role {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.5;
  color: #6b7280;
}

.eeat-updated {
  margin-top: 8px !important;
  font-size: 10px;
  line-height: 1.4;
  color: #123962;
}

@media (max-width: 640px) {

  .eeat-section {
    padding: 16px 0 20px;
  }

  .eeat-author {
    align-items: flex-start;
    gap: 12px;
  }

  .eeat-author-photo {
    width: 50px;
    height: 50px;
  }

  .eeat-social {
    width: 20px;
    height: 20px;
  }

  .eeat-social svg {
    width: 16px;
    height: 16px;
  }

  .eeat-author-name {
    font-size: 16px;
  }

  .eeat-author-role {
    font-size: 14px;
  }

  .eeat-updated {
    font-size: 13px;
  }

}


/* ciudad-links-section */

.ciudad-links-section {
  padding: 10px 0 40px;
  background: #fff;
}

.ciudad-links-section h2 {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 700;
  color: #1d3b8b;
  line-height: 1.3;
}

.ciudad-links-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ciudad-links-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  background: #fff;
  border: 1px solid #d6dcef;
  border-radius: 4px;
  color: #1565c0;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.ciudad-links-grid a:hover {
   border-color: #ffa800;
   color: #123962;
   background: #fff8e8;
}

@media (max-width: 768px) {

  .ciudad-links-section {
    padding: 22px 0;
	background: #fff;
  }

  .ciudad-links-section h2 {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .ciudad-links-grid {
    gap: 8px;
  }

  .ciudad-links-grid a {
    font-size: 12px;
    padding: 10px 14px;
  }

}