/* Homepage-specific content and typography system. Loaded after shared styles. */

html body.home-page {
  --home-section-y: clamp(62px, 6.2vw, 88px);
  --home-reading-width: 760px;
  font-size: clamp(16px, .18vw + 15.2px, 17px) !important;
  line-height: 1.78 !important;
}

html body.home-page .section-padding {
  padding-block: var(--home-section-y) !important;
}

html body.home-page .section-title {
  max-width: 820px;
  margin-bottom: clamp(30px, 3.6vw, 48px) !important;
}

html body.home-page .section-title.right {
  max-width: 680px;
  margin-inline: 0 !important;
}

html body.home-page .section-title h2,
html body.home-page .cta-band h2 {
  max-width: 820px;
  font-size: clamp(27px, 2.25vw, 32px) !important;
  font-weight: 700 !important;
  line-height: 1.38 !important;
  letter-spacing: -.018em;
  white-space: nowrap;
}

html body.home-page .section-title p {
  max-width: var(--home-reading-width);
  font-size: clamp(16px, .36vw + 14.8px, 17.5px) !important;
  line-height: 1.82 !important;
}

html body.home-page .eyebrow,
html body.home-page .hero-badge {
  font-size: 13.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0;
}

html body.home-page .hero {
  min-height: clamp(640px, 84vh, 760px) !important;
  padding: 138px 0 94px !important;
  text-align: right !important;
}

html body.home-page .hero-content {
  max-width: 1180px !important;
  margin-inline: auto !important;
}

html body.home-page .hero h1 {
  max-width: 1180px;
  margin-bottom: 18px !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0;
}

html body.home-page .hero h1 span {
  display: block;
  max-width: 100%;
  letter-spacing: -.018em;
  text-wrap: balance;
}

html body.home-page .hero .hero-title-main {
  color: var(--white);
  font-size: clamp(32px, 2.55vw, 36px);
  font-weight: 800;
  line-height: 1.28;
}

html body.home-page .hero .hero-title-sub {
  margin-top: 7px;
  color: var(--white);
  font-size: clamp(22px, 1.85vw, 26px);
  font-weight: 700;
  line-height: 1.45;
}

html body.home-page .hero p {
  max-width: 730px !important;
  margin-bottom: 26px;
  font-size: clamp(17px, .55vw + 14px, 19px) !important;
  font-weight: 500 !important;
  line-height: 1.82 !important;
}

html body.home-page .hero-buttons,
html body.home-page .hero-trust {
  justify-content: flex-start;
}

html body.home-page .hero-buttons {
  flex-wrap: nowrap;
  gap: 10px;
  width: max-content;
  max-width: 100%;
}

html body.home-page .hero-buttons .btn {
  min-height: 48px !important;
  padding: 12px 18px !important;
  gap: 8px;
  font-size: 14.5px !important;
  font-weight: 700 !important;
  white-space: nowrap;
}

html body.home-page .hero-trust {
  gap: 9px;
  margin-top: 22px;
}

html body.home-page .hero-trust a,
html body.home-page .hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(29, 30, 38, .28);
  color: #f7f8fa;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.45;
  backdrop-filter: blur(7px);
}

html body.home-page .hero-trust a {
  transition: border-color .2s ease, background .2s ease;
}

html body.home-page .hero-trust a:hover {
  border-color: rgba(var(--primary-rgb), .72);
  background: rgba(var(--primary-rgb), .13);
}

html body.home-page .hero-trust i {
  color: var(--primary);
}

html body.home-page .hero-trust .trust-platform {
  gap: 8px;
}

html body.home-page .hero-trust .trust-logo {
  display: grid;
  place-items: center;
  width: 30px;
  height: 23px;
  padding: 2px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
}

html body.home-page .hero-trust .trust-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

html body.home-page .hero-trust .trust-platform:first-child .trust-logo img {
  object-fit: cover;
}

html body.home-page .hero-trust .trust-platform-sbc .trust-logo {
  position: relative;
}

html body.home-page .hero-trust .trust-platform-sbc .trust-logo img {
  position: absolute;
  right: 2px;
  width: auto;
  max-width: none;
  height: calc(100% - 4px);
  object-fit: initial;
}

html body.home-page .trust-strip {
  margin-top: -38px;
}

html body.home-page .trust-strip-grid {
  gap: 12px;
  padding: 14px;
}

html body.home-page .trust-item {
  align-items: flex-start;
  gap: 13px;
  min-height: 130px;
  padding: 17px 15px;
  border: 1px solid rgba(229, 231, 235, .72);
  background: linear-gradient(145deg, #fff, #f7f8fa);
}

html body.home-page .trust-item > i {
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--primary-gradient);
  box-shadow: 0 10px 22px rgba(var(--primary-dark-rgb), .23);
  color: var(--secondary);
  font-size: 18px;
}

html body.home-page .trust-item > div {
  min-width: 0;
}

html body.home-page .trust-item strong {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
}

html body.home-page .trust-item span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
}

html body.home-page .premium-card .card-body h3,
html body.home-page .project-card .card-body h3,
html body.home-page .blog-card-body h3,
html body.home-page .process-card h3,
html body.home-page .contact-card h3 {
  max-width: 100%;
  font-size: clamp(18px, 1.25vw, 20px) !important;
  font-weight: 700 !important;
  line-height: 1.42 !important;
  letter-spacing: -.01em;
  white-space: nowrap;
}

html body.home-page .premium-card .card-img-wrap {
  padding: 14px 14px 0;
}

html body.home-page .premium-card .card-img {
  height: 290px;
}

html body.home-page .premium-card .card-icon-wrap {
  right: 50%;
  bottom: -28px;
  width: 60px;
  height: 60px;
  border: 4px solid var(--white);
  border-radius: 18px;
  background: var(--primary-gradient);
  color: var(--secondary);
  font-size: 22px;
  box-shadow: 0 12px 26px rgba(29, 30, 38, .18);
  transform: translateX(50%);
}

html body.home-page .premium-card .card-body {
  padding: 47px 23px 24px;
  text-align: right;
}

html body.home-page .premium-card .card-body h3 {
  margin-bottom: 13px;
  font-size: clamp(21px, 1.65vw, 24px) !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  text-align: center;
}

html body.home-page .premium-card .service-meta {
  justify-content: center;
  margin-bottom: 15px;
}

html body.home-page .premium-card .card-body p {
  margin-bottom: 0;
  font-size: 15.5px !important;
  font-weight: 500;
  line-height: 1.92 !important;
}

html body.home-page .premium-card .card-link {
  gap: 11px;
  margin-top: auto;
  margin-right: auto;
  padding-top: 19px;
  color: var(--primary-dark);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

html body.home-page .premium-card .card-link i {
  font-size: 17px;
  transform: scaleX(1.45);
  transform-origin: left center;
}

html body.home-page .premium-card .card-body p,
html body.home-page .project-card .card-body p,
html body.home-page .blog-card-body p,
html body.home-page .process-card p,
html body.home-page .contact-card p,
html body.home-page .contact-card a {
  font-size: clamp(15.5px, .25vw + 14.7px, 16.5px) !important;
  line-height: 1.78 !important;
}

html body.home-page .premium-card .card-body p,
html body.home-page .project-card .card-body p,
html body.home-page .blog-card-body p {
  min-height: 0;
}

html body.home-page .card-img {
  height: 238px;
}

html body.home-page .card-body,
html body.home-page .blog-card-body {
  padding: 38px 22px 24px;
}

html body.home-page .projects-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html body.home-page .project-card:first-child {
  grid-row: auto;
  grid-column: auto;
}

html body.home-page .project-card:first-child .card-img,
html body.home-page .project-card .card-img {
  height: 270px;
}

html body.home-page .project-card .card-body {
  padding-top: 22px;
}

html body.home-page .project-meta {
  margin-bottom: 14px;
}

html body.home-page .projects-section-footer {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

html body.home-page .about-grid {
  gap: clamp(34px, 5vw, 62px);
}

html body.home-page .about-content p {
  margin-bottom: 0;
  font-size: clamp(16px, .36vw + 14.8px, 17.5px) !important;
  line-height: 1.82 !important;
}

html body.home-page .about-features {
  gap: 14px;
  margin-bottom: 28px;
}

html body.home-page .about-features li {
  align-items: flex-start;
  font-size: 16.5px;
  line-height: 1.7;
}

html body.home-page .about-features i {
  margin-top: 6px;
}

html body.home-page .about-img {
  min-height: 420px;
  aspect-ratio: 4 / 3;
}

html body.home-page .process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

html body.home-page .process-card {
  padding: 24px 20px;
}

html body.home-page .credentials-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 18%, rgba(var(--primary-rgb), .17), transparent 32%),
    linear-gradient(135deg, #1d1e26, #303342);
}

html body.home-page .credentials-section::after {
  content: '';
  position: absolute;
  inset: auto -120px -190px auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(var(--primary-rgb), .08);
  pointer-events: none;
}

html body.home-page .credentials-section .container {
  position: relative;
  z-index: 1;
}

html body.home-page .credentials-title h2 {
  color: var(--white);
}

html body.home-page .credentials-title p {
  color: #d9dde6;
}

html body.home-page .credentials-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: min(100%, 980px);
  margin-inline: auto;
}

html body.home-page .credential-card {
  display: grid;
  grid-template-columns: 142px 1fr 40px;
  align-items: center;
  gap: 18px;
  min-height: 142px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 20px;
  background: rgba(255, 255, 255, .07);
  color: var(--white);
  backdrop-filter: blur(8px);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

html body.home-page a.credential-card:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--primary-rgb), .6);
  background: rgba(255, 255, 255, .1);
}

html body.home-page .credential-logo {
  display: grid;
  place-items: center;
  width: 142px;
  height: 88px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(29, 30, 38, .08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
}

html body.home-page .credential-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

html body.home-page .credential-logo-sca img {
  object-fit: cover;
}

html body.home-page .credential-logo-sbc img {
  width: min(100%, 122px);
}

html body.home-page .credential-link-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: var(--primary);
  font-size: 14px;
}

html body.home-page .credential-copy,
html body.home-page .credential-copy strong,
html body.home-page .credential-copy > span {
  display: block;
}

html body.home-page .credential-copy strong {
  margin-bottom: 4px;
  font-size: 16.5px;
  line-height: 1.55;
  white-space: nowrap;
}

html body.home-page .credential-copy > span {
  color: #d9dde6;
  font-size: 14px;
  line-height: 1.6;
}

html body.home-page .blog-section-footer {
  justify-content: center;
  margin-top: 32px;
}

html body.home-page #faq {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(var(--primary-rgb), .11), transparent 27%),
    linear-gradient(180deg, #fff 0%, #f7f8fa 100%);
}

html body.home-page #faq::after {
  content: '';
  position: absolute;
  left: -120px;
  bottom: -170px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(var(--primary-rgb), .13);
  border-radius: 50%;
  box-shadow: 0 0 0 36px rgba(var(--primary-rgb), .025);
  pointer-events: none;
}

html body.home-page #faq .container {
  position: relative;
  z-index: 1;
}

html body.home-page #faq .section-title {
  margin-bottom: 34px !important;
}

html body.home-page .faq-wrap {
  max-width: 1120px;
  gap: 16px;
}

html body.home-page .faq-column {
  display: grid;
  align-content: start;
  gap: 16px;
  min-width: 0;
}

html body.home-page .faq-item {
  position: relative;
  border: 1px solid rgba(217, 220, 226, .92);
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 28px rgba(29, 30, 38, .055);
  transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}

html body.home-page .faq-item::before {
  content: '';
  position: absolute;
  top: 14px;
  right: 0;
  bottom: 14px;
  width: 3px;
  border-radius: 3px 0 0 3px;
  background: var(--primary);
  opacity: 0;
  transition: opacity .24s ease;
}

html body.home-page .faq-item:hover,
html body.home-page .faq-item.active {
  border-color: rgba(var(--primary-rgb), .58);
  box-shadow: 0 16px 38px rgba(29, 30, 38, .085);
}

html body.home-page .faq-item.active::before {
  opacity: 1;
}

html body.home-page .faq-question {
  min-height: 64px;
  gap: 12px;
  padding: 15px 18px;
  font-size: clamp(14.5px, .22vw + 13.8px, 15.5px) !important;
  font-weight: 700;
  line-height: 1.5 !important;
}

html body.home-page .faq-question span {
  min-width: 0;
  white-space: nowrap;
}

html body.home-page .faq-question i {
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(var(--primary-rgb), .24);
  border-radius: 10px;
  background: rgba(var(--primary-rgb), .1);
  color: var(--primary-dark);
  font-size: 12px;
}

html body.home-page .faq-item.active .faq-question {
  color: var(--secondary);
  background: linear-gradient(90deg, rgba(var(--primary-rgb), .08), transparent 62%);
}

html body.home-page .faq-item.active .faq-question i {
  background: var(--secondary);
  color: var(--primary);
}

html body.home-page .faq-answer p {
  margin: 0 18px;
  padding: 17px 0 20px;
  border-top: 1px solid rgba(217, 220, 226, .72);
  color: #5f6570;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.92;
  text-align: right;
}

html body.home-page .contact-card {
  text-align: right !important;
}

@media (max-width: 1199px) {
  html body.home-page .hero {
    min-height: 650px !important;
  }

  html body.home-page .projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html body.home-page .project-card:last-child {
    grid-column: 1 / -1;
    width: min(100%, 620px);
    margin-inline: auto;
  }
}

@media (max-width: 991px) {
  html body.home-page .hero {
    min-height: auto !important;
    padding: 124px 0 82px !important;
    text-align: center !important;
  }

  html body.home-page .hero-content {
    margin-inline: auto !important;
  }

  html body.home-page .hero h1,
  html body.home-page .hero p {
    margin-inline: auto;
  }

  html body.home-page .hero h1 {
    font-size: clamp(33px, 4.5vw, 40px) !important;
  }

  html body.home-page .hero-buttons,
  html body.home-page .hero-trust {
    justify-content: center;
  }

  html body.home-page .hero-buttons {
    margin-inline: auto;
  }

  html body.home-page .trust-strip-grid,
  html body.home-page .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html body.home-page .about-grid {
    grid-template-columns: 1fr;
  }

  html body.home-page .about-img-wrap {
    width: min(100%, 720px);
    margin-inline: auto;
  }

  html body.home-page .credential-card {
    grid-template-columns: 126px 1fr 38px;
    gap: 14px;
  }

  html body.home-page .credential-logo {
    width: 126px;
  }
}

@media (max-width: 767px) {
  html body.home-page {
    --home-section-y: clamp(50px, 13vw, 66px);
    font-size: 16px !important;
    line-height: 1.76 !important;
  }

  html body.home-page .section-title {
    margin-bottom: 30px !important;
  }

  html body.home-page .section-title h2,
  html body.home-page .cta-band h2 {
    font-size: clamp(21.5px, 6vw, 24px) !important;
    line-height: 1.42 !important;
  }

  html body.home-page .section-title p,
  html body.home-page .about-content p {
    font-size: 16px !important;
    line-height: 1.78 !important;
  }

  html body.home-page .hero {
    padding: 112px 0 68px !important;
  }

  html body.home-page .hero h1 {
    margin-bottom: 16px !important;
  }

  html body.home-page .hero .hero-title-main {
    font-size: clamp(15px, 4.82vw, 19px);
    line-height: 1.45;
    white-space: nowrap;
    text-wrap: nowrap;
  }

  html body.home-page .hero .hero-title-sub {
    margin-top: 5px;
    font-size: clamp(13.5px, 4.1vw, 16px);
    line-height: 1.55;
    white-space: nowrap;
  }

  html body.home-page .hero p {
    font-size: 16px !important;
    line-height: 1.78 !important;
  }

  html body.home-page .hero-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: min(100%, 360px);
  }

  html body.home-page .hero-buttons .btn {
    width: 100%;
    max-width: none;
    min-height: 46px !important;
    margin-inline: auto;
    padding: 10px 7px !important;
    gap: 7px;
    font-size: 13.25px !important;
    line-height: 1.35;
  }

  html body.home-page .hero-buttons .btn i {
    font-size: 13.5px;
  }

  html body.home-page .hero-trust {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    width: min(100%, 382px);
    margin: 16px auto 0;
  }

  html body.home-page .hero-trust a,
  html body.home-page .hero-trust span {
    justify-content: center;
    min-width: 0;
    padding: 6px 4px;
    font-size: 10.5px;
    white-space: nowrap;
  }

  html body.home-page .hero-trust .trust-platform {
    width: 100%;
    gap: 4px;
  }

  html body.home-page .hero-trust .trust-logo {
    width: 23px;
    height: 19px;
  }

  html body.home-page .trust-strip {
    margin-top: 0;
    padding-top: 16px;
  }

  html body.home-page .trust-strip-grid,
  html body.home-page .projects-grid,
  html body.home-page .process-grid {
    grid-template-columns: 1fr;
  }

  html body.home-page .trust-item {
    align-items: center;
    min-height: auto;
    padding: 15px;
  }

  html body.home-page .premium-card .card-body h3,
  html body.home-page .project-card .card-body h3,
  html body.home-page .blog-card-body h3,
  html body.home-page .process-card h3,
  html body.home-page .contact-card h3 {
    font-size: 18px !important;
  }

  html body.home-page .premium-card .card-img {
    height: 260px;
  }

  html body.home-page .premium-card .card-body {
    padding: 46px 20px 22px;
  }

  html body.home-page .premium-card .card-body h3 {
    font-size: 21px !important;
  }

  html body.home-page .premium-card .card-body p {
    font-size: 15.5px !important;
    line-height: 1.9 !important;
    text-align: right;
  }

  html body.home-page .project-card:last-child {
    grid-column: auto;
    width: 100%;
  }

  html body.home-page .card-img,
  html body.home-page .project-card:first-child .card-img,
  html body.home-page .project-card .card-img {
    height: 220px;
  }

  html body.home-page .about-img {
    min-height: 280px;
  }

  html body.home-page .about-features li {
    font-size: 16px;
  }

  html body.home-page .credentials-grid {
    grid-template-columns: 1fr;
    width: min(100%, 500px);
  }

  html body.home-page .credential-card {
    position: relative;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    min-height: auto;
    padding: 20px;
    text-align: center;
  }

  html body.home-page .credential-logo {
    width: 180px;
    height: 78px;
  }

  html body.home-page .credential-copy strong {
    font-size: 15.5px;
  }

  html body.home-page .credential-link-icon {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 34px;
    height: 34px;
  }

  html body.home-page .faq-wrap {
    gap: 11px;
    grid-template-columns: 1fr !important;
  }

  html body.home-page .faq-column {
    gap: 11px;
  }

  html body.home-page .footer {
    padding-top: 54px;
  }

  html body.home-page .footer .container {
    width: min(100% - 32px, 480px);
  }

  html body.home-page .footer-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 34px 16px !important;
    padding-bottom: 36px;
    text-align: center !important;
  }

  html body.home-page .footer-grid > * {
    width: 100%;
    max-width: 360px;
    margin-inline: auto;
  }

  html body.home-page .footer-about {
    display: flex;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: center;
  }

  html body.home-page .footer-nav-column {
    width: 100%;
    max-width: none;
  }

  html body.home-page .footer-contact-column {
    grid-column: 1 / -1;
  }

  html body.home-page .footer .logo-img {
    margin: 0 auto 16px;
  }

  html body.home-page .footer-about p {
    max-width: 320px;
    margin-inline: auto;
  }

  html body.home-page .footer-socials {
    justify-content: center;
  }

  html body.home-page .footer-title {
    width: max-content;
    margin-inline: auto;
  }

  html body.home-page .footer-nav-column .footer-title {
    margin-bottom: 15px;
    font-size: 17px;
  }

  html body.home-page .footer-title::after {
    right: 50%;
    transform: translateX(50%);
  }

  html body.home-page .footer-links,
  html body.home-page .footer-contact {
    width: 100%;
    justify-items: center;
  }

  html body.home-page .footer-links li,
  html body.home-page .footer-contact li {
    width: 100%;
  }

  html body.home-page .footer-links a,
  html body.home-page .footer-contact a,
  html body.home-page .footer-contact .info-only {
    width: 100%;
    justify-content: center !important;
    text-align: center;
  }

  html body.home-page .footer-links a:hover {
    padding-right: 0;
  }

  html body.home-page .footer-nav-column .footer-links {
    align-content: start;
    gap: 9px;
  }

  html body.home-page .footer-nav-column .footer-links a {
    min-height: 26px;
    padding-inline: 2px;
    font-size: 14px;
    line-height: 1.55;
  }

  html body.home-page .footer-nav-column .footer-links i {
    flex: 0 0 auto;
    margin-top: 5px;
    font-size: 11px;
  }

  html body.home-page .footer-contact span {
    max-width: 300px;
    text-align: center;
  }

  html body.home-page .footer-bottom {
    padding: 22px 12px;
  }

  html body.home-page .footer-bottom p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
  }
}

@media (max-width: 420px) {
  html body.home-page .hero-badge {
    font-size: 12.5px !important;
  }

  html body.home-page .hero-trust .trust-platform {
    padding-inline: 3px;
    font-size: 10px;
  }

  html body.home-page .hero-trust .trust-logo {
    width: 21px;
    height: 18px;
  }

  html body.home-page .premium-card .card-img {
    height: 250px;
  }

  html body.home-page .faq-question {
    min-height: 56px;
    gap: 8px;
    padding: 12px;
    font-size: clamp(12.5px, 3.35vw, 13px) !important;
  }

  html body.home-page .faq-question i {
    flex-basis: 26px;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    font-size: 10px;
  }

  html body.home-page .faq-answer p {
    margin-inline: 14px;
    padding-block: 15px 18px;
    font-size: 14.5px;
    line-height: 1.88;
  }

  html body.home-page .footer-grid {
    gap: 32px 10px !important;
  }

  html body.home-page .footer-nav-column .footer-title {
    font-size: 16px;
  }

  html body.home-page .footer-nav-column .footer-links a {
    font-size: 13px;
  }
}
