@import "tailwind.css";

/* ── Home Page Pixel Restore ── */
.home-page {
  margin: 0;
  overflow-x: hidden;
  background: #ffffff;
  color: #333333;
  font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.home-page *,
.home-page *::before,
.home-page *::after {
  box-sizing: border-box;
}

.home-page a {
  color: inherit;
  text-decoration: none;
}

i.fa-fire-flame-curved,
i.fa-solid.fa-fire-flame-curved {
  display: inline-block !important;
  width: 0.89em !important;
  height: 1em !important;
  flex: 0 0 auto;
  background: url("../images/icon-hot.png") center / contain no-repeat !important;
  color: transparent !important;
  line-height: 1 !important;
  vertical-align: middle;
}

i.fa-fire-flame-curved::before,
i.fa-solid.fa-fire-flame-curved::before {
  content: "" !important;
}

.home-page img {
  display: block;
  max-width: 100%;
}

.home-page button,
.home-page input {
  font: inherit;
}

.home-container {
  width: min(100% - 48px, 1120px);
  margin: 0 auto;
}

.home-hero {
  position: relative;
  height: 292px;
  background: #2c6ca2 url("../images/home/hero-bg.png") center top / cover no-repeat;
}

.home-hero__actions,
.home-cta {
  display: grid;
  grid-template-columns: 298px 171px;
  width: 469px;
  height: 56px;
  overflow: hidden;
  border: 1px solid #dcb575;
  border-radius: 8px;
  background: #ffffff;
  color: #333333;
  line-height: 1;
}

.home-hero__actions {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}

.home-hero__actions span,
.home-hero__actions a,
.home-cta span,
.home-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  font-size: 18px;
}

.home-hero__actions a,
.home-cta a {
  background: linear-gradient(90deg, #efc76a 0%, #bd8b43 100%);
  color: #ffffff;
  font-weight: 800;
}

.home-compliance {
  position: relative;
  padding: 0 0 50px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(246, 252, 255, 0.82), rgba(255, 255, 255, 0.88), rgba(255, 249, 246, 0.82)),
    #ffffff;
}

.home-compliance::before,
.home-compliance::after,
.home-regions::before,
.home-regions::after {
  position: absolute;
  z-index: 0;
  width: 318px;
  height: 555px;
  background: rgba(245, 241, 232, 0.52);
  content: "";
  pointer-events: none;
}

.home-compliance::before,
.home-regions::before {
  left: -5px;
  bottom: 58px;
  clip-path: polygon(0 43%, 70% 0, 100% 0, 100% 13%, 37% 50%, 100% 87%, 100% 100%, 70% 100%, 0 57%);
}

.home-compliance::after,
.home-regions::after {
  right: -5px;
  bottom: 58px;
  clip-path: polygon(0 0, 30% 0, 100% 43%, 100% 57%, 30% 100%, 0 100%, 0 87%, 63% 50%, 0 13%);
}

.home-advantage-bar {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 1120px;
  max-width: calc(100% - 48px);
  min-height: 140px;
  margin: -4px auto 44px;
  overflow: hidden;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.07);
}

.home-advantage-bar article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 27px 18px 25px;
  text-align: center;
}

.home-advantage-bar article:nth-child(odd) {
  background: #fff1d2;
}

.home-advantage-bar strong {
  display: block;
  color: #333333;
  font-size: 20px;
  font-weight: 500;
}

.home-advantage-bar strong::before {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 14px;
  border-radius: 6px;
  background: #d6aa5d;
  vertical-align: -8px;
  content: "";
  clip-path: polygon(50% 0, 100% 20%, 86% 78%, 50% 100%, 14% 78%, 0 20%);
}

.home-advantage-bar p {
  margin: 22px 0 0;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
}

.home-section-title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #303030;
  text-align: center;
}

.home-section-title span {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: linear-gradient(135deg, #efc76b 0%, #bd8b42 100%);
}

.home-section-title h2 {
  margin: 0;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: 0;
}

.home-compliance__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 20px;
  margin-top: 36px;
}

.home-text-card {
  min-height: 223px;
  border-radius: 7px;
  background: #ffffff;
  padding: 26px 24px 22px;
  box-shadow: 0 11px 30px rgba(0, 0, 0, 0.065);
  text-align: center;
}

.home-text-card h3,
.home-image-card h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin: 0;
  color: #333333;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.2;
}

.home-text-card h3 img,
.home-image-card h3 img {
  width: 32px;
  height: auto;
  margin-right: 9px;
}

.home-text-card h3::after {
  display: block;
  width: 48px;
  height: 3px;
  margin: 35px 0 0 -48px;
  border-radius: 999px;
  background: #d8aa58;
  content: "";
}

.home-text-card p {
  margin: 16px 0 0;
  color: #666666;
  font-size: 16px;
  line-height: 1.55;
  text-align: left;
}

.home-text-card a,
.home-image-card a,
.home-brand-banner a,
.home-form button,
.home-footer__brand a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 166px;
  height: 42px;
  margin-top: 18px;
  border-radius: 8px;
  background: linear-gradient(90deg, #efc669 0%, #bd8c45 100%);
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}

.home-image-services {
  padding: 47px 0 62px;
  background: #ffffff;
}

.home-image-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px 20px;
  margin-top: 38px;
}

.home-image-card {
  min-height: 426px;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 13px 32px rgba(0, 0, 0, 0.065);
}

.home-image-card > img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.home-image-card > div {
  display: flex;
  min-height: 226px;
  flex-direction: column;
  align-items: center;
  padding: 21px 24px 20px;
  text-align: center;
}

.home-image-card p {
  width: 100%;
  margin: 13px 0 0;
  color: #666666;
  font-size: 16px;
  line-height: 1.55;
  text-align: left;
}

.home-image-card a {
  margin-top: auto;
}

.home-regions {
  position: relative;
  overflow: hidden;
  padding: 0 0 56px;
  background: #ffffff;
}

.home-region-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 20px;
  margin-top: 36px;
}

.home-region-card {
  min-height: 255px;
  border-radius: 8px;
  background: #ffffff;
  padding: 30px 18px 20px;
  box-shadow: 0 12px 31px rgba(0, 0, 0, 0.065);
  text-align: center;
}

.home-region-card > img {
  width: auto;
  height: 86px;
  margin: 0 auto;
  object-fit: contain;
}

.home-region-card h3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  height: 33px;
  margin: 24px 0 0;
  border: 1px solid #d6a45a;
  background: #fffdf9;
  color: #303030;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}

.home-region-card.is-hot h3::before {
  display: inline-block;
  width: 28px;
  height: 31px;
  margin-left: -43px;
  margin-right: 14px;
  background: url("../images/home/icon-fire.png") center / contain no-repeat;
  content: "";
}

.home-region-card p {
  margin: 13px 0 0;
  color: #666666;
  font-size: 20px;
  line-height: 1.34;
}

.home-regions .home-cta,
.home-banks .home-cta,
.home-why .home-cta,
.home-clients .home-cta {
  margin: 33px auto 0;
}

.home-banks {
  padding: 46px 0 47px;
  background: linear-gradient(90deg, #f5f8fa 0%, #ffffff 50%, #f6f8fa 100%);
  text-align: center;
}

.home-banks p {
  margin: 18px 0 32px;
  color: #666666;
  font-size: 18px;
}

.home-logo-wall {
  width: 1122px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.home-brand-banner {
  min-height: 309px;
  padding-top: 38px;
  background: #17496f url("../images/home/brand-banner-bg.png") center / cover no-repeat;
  text-align: center;
}

.home-brand-banner > img {
  width: 662px;
  margin: 0 auto;
}

.home-brand-banner p {
  margin: 35px 0 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
}

.home-brand-banner p span {
  color: #f4c765;
}

.home-brand-banner a {
  margin-top: 22px;
}

.home-image-services--second {
  padding-top: 47px;
  padding-bottom: 54px;
}

.home-coverage {
  padding: 0 0 20px;
  background: #ffffff;
  text-align: center;
}

.home-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 139px;
  margin-top: 31px;
  background: linear-gradient(180deg, #efc772 0%, #c1954c 2%, #fff8e9 100%);
  color: #5a390c;
}

.home-stats div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 25px;
}

.home-stats div:not(:last-child)::after {
  position: absolute;
  top: 30px;
  right: 0;
  width: 3px;
  height: 76px;
  border-radius: 999px;
  background: #ffffff;
  content: "";
}

.home-stats strong {
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}

.home-stats span {
  margin-top: 13px;
  font-size: 25px;
  font-weight: 800;
}

.home-map {
  width: 1120px;
  max-width: 100%;
  margin: 31px auto 0;
}

.home-why {
  padding: 9px 0 58px;
  background: #ffffff;
}

.home-why .home-section-title {
  margin-top: 51px;
}

.home-why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 9px;
  margin-top: 35px;
}

.home-why-grid article {
  min-height: 205px;
  border-radius: 8px;
  background: #ffffff;
  padding: 25px 19px 20px;
  box-shadow: 0 12px 31px rgba(0, 0, 0, 0.065);
  text-align: center;
}

.home-why-grid img {
  width: 50px;
  height: 48px;
  margin: 0 auto;
  object-fit: contain;
}

.home-why-grid h3 {
  margin: 20px 0 0;
  color: #333333;
  font-size: 22px;
  font-weight: 900;
}

.home-why-grid p {
  margin: 12px 0 0;
  color: #666666;
  font-size: 15px;
  line-height: 1.48;
  text-align: left;
}

.home-clients {
  min-height: 690px;
  padding: 43px 0 49px;
  background: linear-gradient(rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.84)), url("../images/home/clients-bg.png") center / cover no-repeat;
  text-align: center;
}

.home-clients__sub {
  margin: 8px 0 40px;
  color: #666666;
  font-size: 18px;
}

.home-metrics {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0 0 33px;
}

.home-metrics dt {
  color: #ddb25f;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}

.home-metrics dd {
  margin: 13px 0 0;
  color: #333333;
  font-size: 22px;
  font-weight: 800;
}

.home-contact {
  padding: 43px 0 37px;
  background: #f6f2ec;
  text-align: center;
}

.home-contact p {
  margin: 8px 0 35px;
  color: #666666;
  font-size: 16px;
}

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

.home-form input {
  width: 100%;
  height: 43px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  background: #ffffff;
  padding: 0 20px;
  color: #666666;
  font-size: 14px;
  outline: none;
}

.home-form button {
  width: 266px;
  height: 50px;
  margin-top: 25px;
  border: 0;
  cursor: pointer;
}

.home-form label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 18px;
  color: #be8c41;
  font-size: 15px;
}

.home-form label input {
  width: 16px;
  height: 16px;
  padding: 0;
}

.home-news {
  padding: 44px 0 35px;
  background: #ffffff;
}

.home-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 37px;
}

.home-news-card {
  min-height: 500px;
  border-radius: 8px;
  background: #ffffff;
  padding: 16px 16px 20px;
  box-shadow: 0 13px 32px rgba(0, 0, 0, 0.065);
}

.home-news-card > img {
  width: 100%;
  height: 185px;
  border-radius: 6px;
  object-fit: cover;
}

.home-news-card h3 {
  margin: 20px 0 0;
  color: #333333;
  font-size: 21px;
  font-weight: 900;
}

.home-news-card p {
  margin: 10px 0 0;
  color: #9b9b9b;
  font-size: 15px;
}

.home-news-card ul {
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
}

.home-news-card li {
  position: relative;
  margin-top: 9px;
  padding-left: 22px;
  color: #666666;
  font-size: 14px;
  line-height: 1.35;
}

.home-news-card li::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 18px;
  background: url("../images/home/icon-fire.png") center / contain no-repeat;
  content: "";
}

.home-links {
  width: 1120px;
  max-width: 100%;
  margin: 25px auto 0;
  color: #666666;
  font-size: 16px;
}

.home-footer {
  padding: 35px 0 42px;
  background: #f5f0e9;
}

.home-footer__inner {
  display: grid;
  grid-template-columns: 160px 140px 190px 120px 180px;
  justify-content: space-between;
  width: 1120px;
  max-width: calc(100% - 48px);
  margin: 0 auto;
}

.home-footer h3 {
  margin: 0 0 15px;
  color: #333333;
  font-size: 18px;
  font-weight: 900;
}

.home-footer a,
.home-footer p {
  display: block;
  margin: 9px 0 0;
  color: #333333;
  font-size: 14px;
  line-height: 1.35;
}

.home-footer__brand > img {
  width: 165px;
  height: 46px;
}

.home-footer__brand a {
  width: 119px;
  height: 36px;
  margin-top: 15px;
  font-size: 13px;
}

.home-footer__follow > img {
  width: 122px;
  height: 122px;
  object-fit: contain;
}

.home-footer__follow a {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 1180px) {
  .home-container {
    max-width: calc(100% - 32px);
  }

  .home-section-title h2 {
    font-size: 32px;
  }
}

@media (max-width: 900px) {
  .home-advantage-bar,
  .home-compliance__grid,
  .home-image-card-grid,
  .home-region-grid,
  .home-news-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-why-grid,
  .home-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-form > div,
  .home-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-stats {
    height: auto;
  }

  .home-stats div {
    min-height: 125px;
  }

  .home-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
}

@media (max-width: 640px) {
  .home-container {
    width: calc(100% - 28px);
  }

  .home-hero {
    height: 260px;
    background-size: auto 260px;
  }

  .home-hero__actions,
  .home-cta {
    width: min(100%, 469px);
    height: auto;
    grid-template-columns: 1fr;
  }

  .home-hero__actions span,
  .home-hero__actions a,
  .home-cta span,
  .home-cta a {
    min-height: 46px;
    font-size: 15px;
  }

  .home-advantage-bar,
  .home-compliance__grid,
  .home-image-card-grid,
  .home-region-grid,
  .home-news-grid,
  .home-why-grid,
  .home-metrics,
  .home-form > div,
  .home-stats,
  .home-footer__inner {
    grid-template-columns: 1fr;
  }

  .home-section-title {
    gap: 11px;
  }

  .home-section-title h2 {
    font-size: 26px;
  }

  .home-section-title span {
    width: 11px;
    height: 11px;
  }

  .home-brand-banner > img {
    width: min(100% - 28px, 662px);
  }

  .home-brand-banner p {
    padding: 0 18px;
    font-size: 18px;
  }
}

.h-\[230px\] {
  height: 230px;
}

/* ── Company Register Page ── */
.company-register-page {
  background: #ffffff;
}

.cr-section-inner {
  width: min(100% - 48px, 1200px);
  margin: 0 auto;
}

.cr-title-block {
  text-align: center;
}

.cr-section-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
  margin: 0;
  color: #333333;
  font-size: 41px;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
}

.cr-section-title::before,
.cr-section-title::after {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #efc76b 0%, #bd8840 100%);
  box-shadow: 0 2px 7px rgba(190, 135, 60, 0.18);
  content: "";
}

.cr-title-block p {
  margin: 18px auto 0;
  color: #666666;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
}

.cr-hero {
  height: 500px;
  background: #264158 url("../images/company-register/hero-bg.png") center top / cover no-repeat;
}

.cr-cta {
  display: grid;
  grid-template-columns: 299px 171px;
  width: 470px;
  max-width: 100%;
  height: 56px;
  margin: 44px auto 0;
  overflow: hidden;
  border: 1px solid #ddbd85;
  border-radius: 8px;
  background: #ffffff;
  color: #333333;
  font-size: 18px;
  line-height: 1;
  box-shadow: 0 9px 22px rgba(73, 48, 14, 0.04);
}

.cr-cta span,
.cr-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.cr-cta span {
  padding: 0 20px;
  font-weight: 500;
  white-space: nowrap;
}

.cr-cta a {
  background: linear-gradient(90deg, #efc66d 0%, #bd873c 100%);
  color: #ffffff;
  font-weight: 800;
  transition: filter 0.25s ease, transform 0.25s ease;
}

.cr-cta a:hover {
  filter: brightness(0.96);
  transform: translateY(-1px);
}

.cr-regions {
  padding: 75px 0 62px;
  background: #ffffff;
}

.cr-region-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 60px;
  margin-top: 42px;
}

.cr-region-card {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 0;
  min-height: 216px;
  border-radius: 8px;
  background: #ffffff;
  padding: 34px 40px 24px 32px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.058);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cr-region-card:hover,
.cr-image-card:hover,
.cr-hot-card:hover,
.cr-why-grid article:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.1);
}

.cr-region-card img {
  display: block;
  width: 64px;
  height: 64px;
  margin-top: 1px;
  border-radius: 50%;
  object-fit: cover;
}

.cr-region-card div {
  min-width: 0;
}

.cr-region-card h3 {
  color: #333333;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: 0;
}

.cr-region-card p,
.cr-region-card li {
  color: #444444;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.48;
}

.cr-region-card p {
  margin-top: 25px;
}

.cr-region-card ul {
  margin-top: 15px;
}

.cr-region-card li {
  position: relative;
  padding-left: 13px;
}

.cr-region-card li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c7933e;
  content: "";
}

.cr-region-card a,
.cr-hot-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 178px;
  height: 43px;
  margin-top: 18px;
  border-radius: 8px;
  background: linear-gradient(90deg, #efc66d 0%, #bd873c 100%);
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.cr-region-card a:hover,
.cr-hot-card a:hover {
  transform: translateY(-2px);
  filter: brightness(0.96);
}

.cr-region-card--tall {
  min-height: 230px;
}

.cr-region-card--tall a {
  margin-top: 31px;
}

.cr-perks {
  padding: 50px 0 40px;
  background:
    linear-gradient(90deg, rgba(241, 242, 246, 0.9), rgba(255, 250, 244, 0.8), rgba(241, 242, 246, 0.9)),
    #f4f5f6;
}

.cr-perk-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.cr-perk-grid article {
  min-height: 208px;
  border-radius: 8px;
  background: #ffffff;
  padding: 27px 18px 22px;
  text-align: center;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.065);
}

.cr-perk-icon {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto;
  object-fit: contain;
}

.cr-perk-grid h3 {
  margin-top: 11px;
  color: #333333;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.18;
}

.cr-perk-grid p {
  margin-top: 9px;
  color: #666666;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
}

.cr-core {
  padding: 56px 0 52px;
  background: #ffffff;
}

.cr-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 23px 21px;
  margin-top: 39px;
}

.cr-image-card {
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.065);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cr-image-card img {
  display: block;
  width: 100%;
  height: 214px;
  object-fit: cover;
}

.cr-image-card div {
  min-height: 164px;
  padding: 26px 24px 20px;
  text-align: center;
}

.cr-image-card h3 {
  color: #333333;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}

.cr-image-card p {
  margin-top: 16px;
  color: #666666;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.43;
  text-align: left;
}

.cr-hot {
  padding: 18px 0 26px;
  background: #ffffff;
}

.cr-hot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px 20px;
  margin-top: 30px;
}

.cr-hot-card {
  min-height: 306px;
  border-radius: 8px;
  background: #ffffff;
  padding: 20px 27px 18px;
  text-align: center;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.065);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cr-hot-card img {
  display: block;
  width: 88px;
  height: 88px;
  margin: 0 auto;
  border-radius: 50%;
  object-fit: cover;
}

.cr-hot-card h3 {
  margin-top: 15px;
  color: #333333;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.2;
}

.cr-hot-card p {
  min-height: 72px;
  margin-top: 12px;
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}

.cr-hot-card a {
  margin-top: 12px;
}

.cr-process {
  position: relative;
  overflow: hidden;
  padding: 65px 0 62px;
  background:url('/assets/images/company-odi/company-odi-intro-card-2.png') center no-repeat;
  background-size: cover;
}

.cr-process > .cr-section-inner {
  position: relative;
  z-index: 1;
}

.cr-process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 68px;
  margin-top: 40px;
}

.cr-process-track article {
  position: relative;
  height: 185px;
  background: #fff2dd;
  padding: 28px 18px 21px;
  text-align: center;
}

.cr-process-track article::after {
  position: absolute;
  right: 0;
  bottom: -23px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 24px solid #fff2dd;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  content: "";
}

.cr-process-icon {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto;
  object-fit: contain;
}

.cr-process-track h3 {
  margin-top: 9px;
  color: #4d2d07;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.18;
}

.cr-process-track p {
  margin-top: 11px;
  color: #4d2d07;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.cr-process-line {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 28px;
  margin: 48px auto 0;
}

.cr-process-line::before {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  height: 2px;
  background: #dfae59;
  transform: translateY(-50%);
  content: "";
}

.cr-process-line span {
  position: relative;
  z-index: 1;
  width: 25px;
  height: 25px;
  border: 2px solid #dfae59;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: inset 0 0 0 6px #f2dcae;
}

.cr-process-cta {
  margin-top: 43px;
}

.cr-advantages {
  padding: 48px 0 54px;
  background: #ffffff;
}

.cr-advantages .cr-service-grid {
  margin-top: 39px;
}

.cr-advantages .cr-image-card div {
  min-height: 160px;
}

.cr-advantages .cr-image-card p {
  text-align: center;
}

.cr-why {
  padding: 58px 0 45px;
  background: #ffffff;
}

.cr-title-block--plain h2 {
  margin: 0;
  color: #333333;
  font-size: 41px;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
}

.cr-why-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  margin-top: 44px;
}

.cr-why-grid article {
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.065);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cr-why-image-link {
  display: block;
  overflow: hidden;
  aspect-ratio: 28 / 17;
}

.cr-why-image-link:focus-visible {
  outline: 3px solid rgba(223, 174, 89, 0.78);
  outline-offset: -3px;
}

.cr-why-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.cr-why-grid article:hover img {
  transform: scale(1.025);
}

.cr-why-grid h3 {
  min-height: 105px;
  padding: 22px 10px 19px;
  color: #333333;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.25;
}

.cr-why-cta {
  margin-top: 40px;
}

.cr-bottom-proof {
  min-height: 378px;
  padding: 54px 0 25px;
  background: #f7f7f7 url("../images/company-register/bg-register.jpg") center top / cover no-repeat;
}

.cr-bottom-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.cr-bottom-card {
  display: block;
  min-height: 207px;
  border-radius: 8px;
  background: #ffffff;
  padding: 25px 14px 18px;
  text-align: center;
  color: inherit;
  box-shadow: 0 12px 30px rgba(45, 45, 45, 0.06);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.cr-bottom-card:hover {
  box-shadow: 0 16px 36px rgba(45, 45, 45, 0.1);
  transform: translateY(-2px);
}

.cr-bottom-grid img {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  object-fit: contain;
}

.cr-bottom-grid h3 {
  margin-top: 10px;
  color: #333333;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}

.cr-bottom-grid p {
  margin-top: 9px;
  color: #666666;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
}

.cr-bottom-cta {
  margin-top: 36px;
}

@media (max-width: 1180px) {
  .cr-section-title,
  .cr-title-block--plain h2 {
    font-size: 34px;
  }

  .cr-region-grid {
    gap: 20px 24px;
  }

  .cr-region-card {
    padding-left: 42px;
  }

  .cr-process-track {
    gap: 28px;
  }

  .cr-hot-card h3 {
    font-size: 23px;
  }
}

@media (max-width: 900px) {
  .cr-section-inner {
    width: min(100% - 32px, 1200px);
  }

  .cr-hero {
    height: auto;
    min-height: 360px;
    background-size: auto 100%;
    background-position: center top;
  }

  .cr-regions,
  .cr-core,
  .cr-hot,
  .cr-process,
  .cr-advantages,
  .cr-why {
    padding: 48px 0;
  }

  .cr-section-title,
  .cr-title-block--plain h2 {
    gap: 14px;
    font-size: 29px;
  }

  .cr-section-title::before,
  .cr-section-title::after {
    width: 11px;
    height: 11px;
  }

  .cr-title-block p {
    max-width: 680px;
    font-size: 15px;
  }

  .cr-region-grid,
  .cr-service-grid,
  .cr-hot-grid,
  .cr-process-track,
  .cr-why-grid,
  .cr-bottom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cr-perk-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cr-process-line {
    display: none;
  }

  .cr-process-track {
    gap: 48px 24px;
  }
}

@media (max-width: 640px) {
  .cr-hero {
    min-height: 280px;
    background-size: auto 100%;
    background-position: center top;
  }

  .cr-section-title,
  .cr-title-block--plain h2 {
    font-size: 24px;
    line-height: 1.26;
  }

  .cr-region-grid,
  .cr-service-grid,
  .cr-hot-grid,
  .cr-process-track,
  .cr-why-grid,
  .cr-perk-grid,
  .cr-bottom-grid {
    grid-template-columns: 1fr;
  }

  .cr-region-card {
    grid-template-columns: 64px 1fr;
    min-height: 0;
    padding: 28px 22px 24px;
  }

  .cr-region-card img {
    width: 54px;
    height: 54px;
  }

  .cr-region-card h3,
  .cr-hot-card h3,
  .cr-image-card h3 {
    font-size: 22px;
  }

  .cr-region-card p,
  .cr-region-card li,
  .cr-image-card p,
  .cr-hot-card p,
  .cr-process-track p {
    font-size: 15px;
  }

  .cr-cta {
    grid-template-columns: 1fr;
    height: auto;
    font-size: 16px;
  }

  .cr-cta span,
  .cr-cta a {
    min-height: 48px;
  }

  .cr-image-card div {
    min-height: 0;
  }

  .cr-hot-card {
    min-height: 0;
  }

  .cr-hot-card p {
    min-height: 0;
  }

  .cr-process-track article {
    height: auto;
    min-height: 170px;
  }

  .cr-bottom-proof {
    min-height: 310px;
    background-position: center top;
  }
}

.w-\[142px\] {
  width: 142px;
}

.home-hot-services__inner {
  width: min(100% - 48px, 1200px);
  margin: 0 auto;
}

@media (max-width: 640px) {
  .home-hot-services__inner {
    width: calc(100% - 32px);
  }
}

/* ── Header ── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 104px;
  overflow: visible;
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.site-header__inner {
  display: grid;
  grid-template-columns: 200px 1fr;
  column-gap: 20px;
  width: min(100% - 32px, 1200px);
  height: 104px;
  margin: 0 auto;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  align-self: center;
  gap: 9px;
  width: max-content;
  color: #d6aa5d;
  transform: translateY(6px);
  transition: opacity 0.25s ease;
}

.site-logo:hover {
  opacity: 0.82;
}

.site-logo img {
  display: block;
  width: 180px;
  height: 48px;
  object-fit: contain;
}

.site-logo__mark {
  position: relative;
  display: inline-flex;
  width: 33px;
  height: 38px;
  flex: 0 0 auto;
  border: 4px solid #d6aa5d;
  border-radius: 6px 6px 11px 11px;
  clip-path: polygon(50% 0, 100% 14%, 100% 68%, 50% 100%, 0 68%, 0 14%);
}

.site-logo__mark::before,
.site-logo__mark::after {
  position: absolute;
  content: "";
}

.site-logo__mark::before {
  inset: 5px;
  border: 3px solid #d6aa5d;
  border-radius: 3px 3px 7px 7px;
  clip-path: polygon(50% 0, 100% 14%, 100% 67%, 50% 100%, 0 67%, 0 14%);
}

.site-logo__mark::after {
  top: 12px;
  left: 10px;
  width: 13px;
  height: 14px;
  border-top: 3px solid #d6aa5d;
  border-bottom: 3px solid #d6aa5d;
}

.site-logo__name {
  font-size: 29px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.site-header__right {
  position: relative;
  min-width: 0;
}

.site-header__tools {
  position: absolute;
  top: 14px;
  right: 1px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}

.site-search {
  display: grid;
  grid-template-columns: 190px 92px;
  width: 282px;
  height: 34px;
  overflow: hidden;
  border: 1px solid #eeeeee;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.site-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  padding: 0 17px;
  color: #666666;
  font-size: 13px;
  line-height: 34px;
  outline: none;
}

.site-search input::placeholder {
  color: #a6a6a6;
}

.site-search button {
  border: 0;
  border-radius: 999px;
  background: #d2a356;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 34px;
  cursor: pointer;
  transition: background-color 0.25s ease;
}

.site-search button:hover {
  background: #bd8d43;
}

.site-phone {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  height: 34px;
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: color 0.25s ease;
}

.site-phone img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.site-phone__icon {
  position: relative;
  display: inline-flex;
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  color: #d2a356;
}

.site-phone__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.site-phone__icon:empty::before {
  position: absolute;
  inset: 4px 6px 4px 4px;
  border: 4px solid currentColor;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 0 0 0 13px;
  transform: rotate(-45deg);
  content: "";
}

.site-phone__icon:empty::after {
  position: absolute;
  top: 2px;
  right: 1px;
  width: 7px;
  height: 7px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: rotate(8deg);
  content: "";
}

.site-phone:hover {
  color: #d2a356;
}

.site-nav {
  position: absolute;
  right: 4px;
  bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 80px;
  min-width: 0;
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.site-nav a {
  transition: color 0.25s ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: #c99b4b;
}

@media (max-width: 1179px) {
  .site-header__inner {
    width: calc(100% - 32px);
    grid-template-columns: 176px 1fr;
    column-gap: 16px;
  }

  .site-logo__name {
    font-size: 27px;
  }

  .site-header__tools {
    gap: 32px;
  }

  .site-nav {
    left: 0;
    right: 0;
    justify-content: space-between;
    gap: 0;
    font-size: 13px;
  }
}

@media (max-width: 900px) {
  .site-header {
    height: auto;
  }

  .site-header__inner {
    display: flex;
    min-height: 104px;
    height: auto;
    flex-direction: column;
    gap: 14px;
    padding: 16px 0 14px;
  }

  .site-logo {
    align-self: flex-start;
    transform: none;
  }

  .site-header__right {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

  .site-header__tools {
    position: static;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .site-nav {
    position: static;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px 22px;
    padding-top: 0;
    white-space: normal;
  }
}

@media (max-width: 560px) {
  .site-header__tools {
    align-items: stretch;
    flex-direction: column;
  }

  .site-search {
    width: 100%;
    grid-template-columns: 1fr 84px;
  }

  .site-nav {
    gap: 12px 20px;
  }
}

/* ── Hero Section ── */
.odi-hero {
  position: relative;
  height: auto;
  min-height: 468px;
  overflow: visible;
  touch-action: pan-y;
  user-select: none;
}

.odi-hero__viewport {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #1a5e9d;
}

.odi-hero__track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
  will-change: transform;
}

.odi-hero.is-dragging .odi-hero__track {
  transition: none;
}

.odi-hero__content-viewport {
  position: relative;
  z-index: 10;
  width: 100%;
}

.odi-hero__content-track {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease;
  will-change: transform;
}

.odi-hero.is-dragging .odi-hero__content-track {
  transition: none;
}

.odi-hero__content-slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 100%;
}

.odi-hero__content-slide[aria-hidden="true"] {
  pointer-events: none;
}

.odi-hero__slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 100%;
  height: 100%;
  overflow: hidden;
}

.odi-hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
}

.odi-hero__arrow {
  position: absolute;
  top: 50%;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  background: rgba(10, 35, 59, 0.35);
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.odi-hero__arrow:hover,
.odi-hero__arrow:focus-visible {
  border-color: rgba(255, 255, 255, 0.9);
  background: rgba(10, 35, 59, 0.56);
  transform: translateY(-50%) scale(1.04);
}

.odi-hero__arrow:focus-visible {
  outline: 3px solid rgba(244, 208, 131, 0.58);
  outline-offset: 3px;
}

.odi-hero__arrow[hidden] {
  display: none;
}

.odi-hero__arrow--prev {
  left: max(18px, calc((100% - 1280px) / 2));
}

.odi-hero__arrow--next {
  right: max(18px, calc((100% - 1280px) / 2));
}

.odi-hero__shade {
  z-index: 1;
  background: rgba(84, 158, 222, 0.12);
  pointer-events: none;
}

.odi-hero__content {
  z-index: 10;
  width: min(100% - 48px, 1200px);
  max-width: none;
  padding-top: 40px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.odi-hero__panel {
  width: 100%;
  max-width: 1200px;
  min-height: 325px;
  padding: 28px 24px 30px;
  border-radius: 4px;
  background: rgba(20, 43, 68, 0.62);
  box-shadow: none;
  backdrop-filter: none;
}

.odi-hero__perks {
  max-width: 1200px;
  margin-top: 30px;
}

.odi-hero__perks > article {
  min-height: 150px;
  gap: 24px;
  padding-top: 28px;
  padding-bottom: 30px;
}

/* Fallback for the Tailwind arbitrary utility used in the markup. */
.bg-\[\#ffeece\] {
  background-color: #ffeece;
}

.odi-hero__perk-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 34px;
  white-space: nowrap;
}

.odi-hero__perks i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  min-width: 34px;
  font-size: 30px;
  line-height: 1;
}

.odi-hero__perks h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #3f3f3f;
}

.odi-hero__perks p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  color: #333333;
  white-space: nowrap;
}

.odi-hero__eyebrow {
  margin-bottom: 24px;
  color: #f4d083;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.35;
}

.odi-hero__title {
  color: #ffffff;
  font-size: 46px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.12;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
}

.odi-hero__services {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  min-height: 55px;
  margin-top: 33px;
  padding: 0 24px;
  border-radius: 8px;
  background: linear-gradient(180deg, #f7d678 0%, #e9bb62 100%);
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
  box-shadow: 0 10px 22px rgba(103, 70, 24, 0.16);
}

.odi-hero__service-separator {
  margin: 0 11px;
}

.odi-hero__actions {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin-top: 36px;
}

.odi-hero__phone,
.odi-hero__detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.odi-hero__phone {
  min-width: 318px;
  border: 2px solid #f1c46f;
  border-right: 0;
  border-radius: 8px 0 0 8px;
  background: rgba(14, 39, 66, 0.62);
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
}

.odi-hero__detail {
  min-width: 164px;
  border-radius: 0 8px 8px 0;
  background: #ffffff;
  color: #111111;
  font-size: 17px;
  font-weight: 700;
}

.odi-hero__phone:hover,
.odi-hero__detail:hover {
  transform: translateY(-2px);
}

.odi-hero__phone:hover {
  background: rgba(10, 35, 59, 0.76);
}

.odi-hero__detail:hover {
  background: #f7e5c2;
}

/* ── Country Section ── */
.country-section {
  position: relative;
  min-height: 821px;
  overflow: hidden;
  background: #ffffff;
}

.country-section::before,
.country-section::after {
  position: absolute;
  top: 117px;
  width: 321px;
  height: 557px;
  content: "";
  opacity: 0.56;
  pointer-events: none;
}

.country-section::before {
  left: 0;
  background: linear-gradient(90deg, #fbf8f1 0 65px, transparent 65px 99px, #fbf8f1 99px 130px, transparent 130px 190px, #fbf8f1 190px 321px);
  clip-path: polygon(0 43.5%, 69.4% 0, 100% 0, 100% 12.1%, 36.4% 50%, 100% 87.9%, 100% 100%, 69.4% 100%, 0 56.5%);
}

.country-section::after {
  right: 0;
  background: linear-gradient(90deg, #fbf8f1 0 131px, transparent 131px 191px, #fbf8f1 191px 222px, transparent 222px 256px, #fbf8f1 256px 321px);
  clip-path: polygon(0 0, 30.6% 0, 100% 43.5%, 100% 56.5%, 30.6% 100%, 0 100%, 0 87.9%, 63.6% 50%, 0 12.1%);
}

.country-section__inner {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(100% - 48px, 1200px);
  min-height: 821px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
}

.country-section__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 32px;
  color: #303030;
}

.country-section__heading h2 {
  margin: 0;
  font-size: 41px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}

.country-section__heading span {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #d4a153;
}

.country-grid {
  display: grid;
  width: 1200px;
  max-width: 100%;
  grid-template-columns: repeat(4, 286px);
  gap: 26px 20px;
  justify-content: center;
  margin-top: 27px;
}

.country-card {
  display: flex;
  height: 273px;
  flex-direction: column;
  align-items: center;
  border-radius: 9px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.075);
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.country-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 17px 40px rgba(0, 0, 0, 0.1);
}

.country-card__flag {
  width: auto;
  height: 93px;
  margin-top: 32px;
  object-fit: cover;
  object-position: center;
}

.country-card__flag--hongkong,
.country-card__flag--singapore {
  height: 92px;
}

.country-card__flag--uk,
.country-card__flag--us,
.country-card__flag--bvi,
.country-card__flag--cayman,
.country-card__flag--malaysia,
.country-card__flag--seychelles {
  height: 93px;
}

.country-card__title-row {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 35px;
  margin-top: 26px;
  gap: 11px;
}

.country-card__title-row i {
  position: absolute;
  left: 30px;
  color: #ff1800;
  font-size: 34px;
  line-height: 1;
}

.country-card__title-row h3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 142px;
  height: 35px;
  border: 1px solid #d8a14f;
  background: rgba(255, 253, 249, 0.78);
  color: #303030;
  font-size: 27px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.country-card:not(.country-card--hot) .country-card__title-row h3 {
  min-width: 142px;
}

.country-card p {
  margin: 13px 8px 0;
  color: #666666;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
}

.country-card p span {
  font-size: 16px;
}

.country-section__cta {
  display: grid;
  width: 470px;
  height: 56px;
  grid-template-columns: 298px 172px;
  margin-top: 36px;
  overflow: hidden;
  border: 1px solid #d9b16a;
  border-radius: 8px;
  background: #ffffff;
}

.country-section__cta span,
.country-section__cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
}

.country-section__cta span {
  color: #303030;
  font-weight: 500;
}

.country-section__cta a {
  background: #d4a356;
  color: #ffffff;
  font-weight: 800;
  transition: background-color 0.25s ease;
}

.country-section__cta a:hover {
  background: #bd8a3f;
}

@media (max-width: 1180px) {
  .country-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .country-card__title-row h3 {
    min-width: 128px;
    font-size: 24px;
  }

  .country-card p {
    font-size: 18px;
  }
}

@media (max-width: 900px) {
  .country-section {
    min-height: 0;
  }

  .country-section::before,
  .country-section::after {
    top: 110px;
    transform: scale(0.72);
  }

  .country-section::before {
    transform-origin: left top;
  }

  .country-section::after {
    transform-origin: right top;
  }

  .country-section__inner {
    width: min(100% - 32px, 1200px);
    min-height: 0;
    padding: 38px 0 54px;
  }

  .country-section__heading {
    gap: 14px;
    margin-top: 0;
  }

  .country-section__heading h2 {
    font-size: 31px;
  }

  .country-section__heading span {
    width: 12px;
    height: 12px;
  }

  .country-grid {
    grid-template-columns: repeat(2, minmax(0, 286px));
    gap: 18px;
    margin-top: 28px;
  }

  .country-card {
    height: 252px;
  }

  .country-card__flag {
    width: 140px;
    height: 85px;
    margin-top: 27px;
  }

  .country-card__flag--hongkong,
  .country-card__flag--singapore {
    height: 85px;
  }

  .country-card__title-row {
    margin-top: 23px;
  }

  .country-card__title-row i {
    left: 34px;
    font-size: 28px;
  }

  .country-card__title-row h3 {
    min-width: 128px;
    height: 33px;
    font-size: 23px;
  }

  .country-card p {
    font-size: 17px;
  }
}

@media (max-width: 640px) {
  .country-section__inner {
    width: min(100% - 32px, 1200px);
    padding: 34px 0 44px;
  }

  .country-section__heading {
    gap: 10px;
  }

  .country-section__heading h2 {
    font-size: 25px;
  }

  .country-section__heading span {
    width: 10px;
    height: 10px;
  }

  .country-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
  }

  .country-card {
    height: 238px;
  }

  .country-card__flag {
    width: 132px;
    height: 80px;
    margin-top: 25px;
  }

  .country-card__flag--hongkong,
  .country-card__flag--singapore {
    height: 80px;
  }

  .country-card__title-row {
    margin-top: 20px;
  }

  .country-card__title-row h3 {
    height: 32px;
    font-size: 22px;
  }

  .country-card p {
    margin-top: 11px;
    font-size: 16px;
  }

  .country-card p span {
    font-size: 14px;
  }

  .country-section__cta {
    width: min(100%, 470px);
    height: auto;
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .country-section__cta span,
  .country-section__cta a {
    min-height: 48px;
    font-size: 15px;
  }
}

/* ── Bank Section ── */
.bank-section {
  min-height: 650px;
  overflow: hidden;
  background: #f4f5f4;
}

.bank-section__inner {
  display: flex;
  width: min(100% - 48px, 1200px);
  min-height: 650px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.bank-section__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 45px;
  color: #303030;
}

.bank-section__heading h2 {
  margin: 0;
  font-size: 41px;
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: 0;
}

.bank-section__heading span {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #d4a153;
}

.bank-section__subtitle {
  margin: 18px 0 0;
  color: #666666;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
}

.bank-section__logos {
  display: grid;
  width: min(100%, 1200px);
  margin-top: 34px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px 17px;
}

.bank-logo-card {
  height: 72px;
  width: 100%;
  min-width: 0;
  background: #ffffff;
  object-fit: contain;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.055);
}

.bank-section__cta {
  display: grid;
  grid-template-columns: 299px 171px;
  width: 470px;
  height: 56px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid #d9b16a;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.035);
}

.bank-section__cta span,
.bank-section__cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
}

.bank-section__cta span {
  color: #303030;
  font-weight: 500;
}

.bank-section__cta a {
  background: #d4a356;
  color: #ffffff;
  font-weight: 800;
  transition: background-color 0.25s ease;
}

.bank-section__cta a:hover {
  background: #bd8a3f;
}

@media (max-width: 900px) {
  .bank-section {
    min-height: 0;
  }

  .bank-section__inner {
    width: calc(100% - 32px);
    min-height: 0;
    padding: 40px 0 44px;
  }

  .bank-section__heading {
    gap: 14px;
    margin-top: 0;
  }

  .bank-section__heading h2 {
    font-size: 30px;
  }

  .bank-section__heading span {
    width: 12px;
    height: 12px;
  }

  .bank-section__subtitle {
    max-width: 360px;
    margin-top: 12px;
    font-size: 14px;
  }

  .bank-section__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }

  .bank-logo-card {
    height: 66px;
  }

  .bank-section__cta {
    grid-template-columns: 1fr;
    width: min(100%, 470px);
    height: auto;
    margin-top: 24px;
  }

  .bank-section__cta span,
  .bank-section__cta a {
    min-height: 48px;
    font-size: 15px;
  }
}

/* ── Service Banner ── */
.service-banner {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  background: #17496f url("../images/img_banner_3.png") center center / cover no-repeat;
  color: #ffffff;
}

.service-banner__inner {
  display: flex;
  width: min(100% - 48px, 1200px);
  min-height: 310px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.service-banner__title-frame {
  display: inline-flex;
  max-width: 100%;
  margin-top: 41px;
  padding: 8px 36px 9px;
  background: rgba(75, 146, 212, 0.96);
  clip-path: polygon(28px 0, 100% 0, calc(100% - 28px) 100%, 0 100%);
}

.service-banner__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 41px;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.service-banner__title-line {
  display: inline-block;
  width: 74px;
  height: 4px;
  margin: 0 18px 0 8px;
  border-radius: 999px;
  background: #ffffff;
}

.service-banner__title-gold,
.service-banner__gold {
  color: #f2c463;
}

.service-banner__text {
  display: flex;
  max-width: 860px;
  margin: 39px 0 0;
  flex-direction: column;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
  text-shadow: 0 2px 8px rgba(3, 24, 44, 0.22);
}

.service-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 171px;
  height: 55px;
  margin-top: 22px;
  border-radius: 8px;
  background: linear-gradient(90deg, #f0c265 0%, #bd8b43 100%);
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.service-banner__button:hover {
  transform: translateY(-2px);
  filter: brightness(0.96);
}

@media (max-width: 900px) {
  .service-banner__inner {
    width: min(100% - 32px, 1200px);
  }

  .service-banner__title-frame {
    margin-top: 44px;
    padding: 8px 34px 9px;
  }

  .service-banner__title {
    font-size: 32px;
  }

  .service-banner__title-line {
    width: 56px;
    margin-right: 15px;
  }

  .service-banner__text {
    max-width: 720px;
    margin-top: 34px;
    font-size: 21px;
  }
}

@media (max-width: 640px) {
  .service-banner {
    min-height: 326px;
  }

  .service-banner__inner {
    min-height: 326px;
  }

  .service-banner__title-frame {
    margin-top: 42px;
    padding: 9px 25px 10px;
    clip-path: polygon(18px 0, 100% 0, calc(100% - 18px) 100%, 0 100%);
  }

  .service-banner__title {
    flex-wrap: wrap;
    gap: 5px 8px;
    font-size: 25px;
    white-space: normal;
  }

  .service-banner__title-line {
    display: none;
  }

  .service-banner__text {
    margin-top: 32px;
    font-size: 18px;
  }

  .service-banner__button {
    width: 160px;
    height: 49px;
    margin-top: 24px;
    font-size: 16px;
  }
}

/* ── Sea Service Section ── */
.sea-service-section {
  background: #ffffff;
  padding: 46px 0 25px;
}

.sea-service-section__inner {
  width: 1200px;
  max-width: calc(100% - 48px);
  margin: 0 auto;
}

.sea-service-section__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  margin-bottom: 36px;
  color: #333333;
}

.sea-service-section__heading span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #d4a558;
}

.sea-service-section__heading h2 {
  margin: 0;
  font-size: 43px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.sea-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px 21px;
}

.sea-service-card {
  display: flex;
  min-height: 424px;
  overflow: hidden;
  flex-direction: column;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 13px 32px rgba(0, 0, 0, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.sea-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.1);
}

.sea-service-card__image {
  display: block;
  width: 100%;
  height: 214px;
  flex: 0 0 auto;
  object-fit: cover;
}

.sea-service-card__body {
  display: flex;
  min-height: 210px;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  padding: 24px 25px 18px;
  text-align: center;
}

.sea-service-card__title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 31px;
  margin: 0;
  color: #333333;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.sea-service-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 31px;
  margin-right: 10px;
  color: #f32819;
  font-size: 31px;
  line-height: 1;
}

.sea-service-card__desc {
  width: 100%;
  min-height: 63px;
  margin: 12px 0 0;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.48;
  text-align: left;
}

.sea-service-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 178px;
  height: 43px;
  margin-top: auto;
  border-radius: 8px;
  background: linear-gradient(90deg, #f2c363 0%, #b88b45 100%);
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.sea-service-card__button:hover {
  transform: translateY(-2px);
  filter: brightness(0.96);
}

@media (max-width: 1179px) {
  .sea-service-section {
    padding: 44px 0 28px;
  }

  .sea-service-section__heading h2 {
    font-size: 36px;
  }

  .sea-service-grid {
    gap: 24px 18px;
  }

  .sea-service-card__body {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sea-service-card__title {
    font-size: 22px;
  }

  .sea-service-card__desc {
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  .sea-service-section__inner {
    max-width: calc(100% - 32px);
  }

  .sea-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .sea-service-section {
    padding: 36px 0 24px;
  }

  .sea-service-section__heading {
    gap: 12px;
    margin-bottom: 26px;
  }

  .sea-service-section__heading span {
    width: 12px;
    height: 12px;
  }

  .sea-service-section__heading h2 {
    font-size: 28px;
  }

  .sea-service-grid {
    grid-template-columns: 1fr;
  }

  .sea-service-card {
    min-height: auto;
  }

  .sea-service-card__image {
    height: 205px;
  }

  .sea-service-card__body {
    min-height: 198px;
  }
}

/* ── Coverage Map ── */
.coverage-map-section {
  min-height: 870px;
  padding: 25px 0 34px;
  background: #ffffff;
}

.coverage-map__inner {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.coverage-map__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 29px;
  color: #303030;
  text-align: center;
}

.coverage-map__heading h2 {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.32;
  letter-spacing: 0;
}

.coverage-map__heading span {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #efc66b 0%, #bd8b42 100%);
}

.coverage-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  height: 184px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%),
    linear-gradient(90deg, #f4ca6a 0%, #e4bf74 43%, #bd8d4b 100%);
  color: #5b3a0e;
  text-align: center;
}

.coverage-stats__item {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  padding-top: 28px;
}

.coverage-stats__item:not(:last-child)::after {
  position: absolute;
  top: 32px;
  right: 0;
  width: 3px;
  height: 86px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  content: "";
}

.coverage-stats__item strong {
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.coverage-stats__item span {
  margin-top: 12px;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
}

.coverage-map__stage {
  position: relative;
  width: 1200px;
  max-width: 100%;
  height: 508px;
  margin: -14px auto 0;
  overflow: visible;
}

.coverage-map__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.coverage-label {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  min-width: 88px;
  min-height: 47px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 4px 10px;
  border-radius: 8px;
  background: rgba(240, 220, 182, 0.78);
  color: #7a603b;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.14;
  text-align: center;
  white-space: nowrap;
}

.coverage-label__row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.coverage-label__row--hot::before {
  display: inline-block;
  width: 16px;
  height: 20px;
  margin-right: 4px;
  background: #ef2316;
  clip-path: polygon(52% 0, 70% 22%, 78% 8%, 91% 34%, 100% 54%, 93% 78%, 76% 100%, 56% 89%, 46% 100%, 25% 89%, 9% 70%, 0 48%, 11% 28%, 22% 45%, 31% 22%);
  content: "";
}

.coverage-label--canada {
  top: 19.7%;
  left: 4.4%;
  width: 124px;
}

.coverage-label--america {
  top: 41.2%;
  left: 6.7%;
  width: 132px;
}

.coverage-label--cayman {
  top: 57.6%;
  left: 14.5%;
  width: 96px;
}

.coverage-label--bvi {
  top: 38.2%;
  left: 21.4%;
  width: 204px;
}

.coverage-label--britain {
  top: 17.7%;
  left: 33.9%;
  width: 84px;
}

.coverage-label--germany {
  top: 12.2%;
  left: 46.7%;
  width: 108px;
}

.coverage-label--france {
  top: 31.7%;
  left: 44.2%;
  width: 110px;
}

.coverage-label--dubai {
  top: 31.3%;
  left: 52.7%;
  width: 134px;
}

.coverage-label--seychelles {
  top: 52.4%;
  left: 51.6%;
  width: 113px;
}

.coverage-label--hongkong {
  top: 29.7%;
  left: 71.8%;
  width: 126px;
  min-height: 94px;
}

.coverage-label--thai {
  top: 38%;
  left: 64.3%;
  width: 83px;
  min-height: 96px;
}

.coverage-label--singapore {
  top: 57.3%;
  left: 64.3%;
  width: 156px;
  min-height: 102px;
}

.coverage-label--korea {
  top: 19.3%;
  left: 82.2%;
  width: 78px;
}

.coverage-label--japan {
  top: 20.5%;
  left: 89.0%;
  width: 80px;
}

.coverage-label--marshall {
  top: 42.3%;
  left: 88.3%;
  width: 110px;
  min-height: 100px;
}

.coverage-label--newzealand {
  top: 73.4%;
  left: 86.7%;
  width: 121px;
}

.coverage-label--australia {
  top: 84.8%;
  left: 80.8%;
  width: 101px;
}

.coverage-label__pin {
  position: absolute;
  z-index: -1;
  width: 37px;
  height: 36px;
  object-fit: contain;
  pointer-events: none;
  transform: translate(var(--pin-x, 0), var(--pin-y, 0));
}

.coverage-label__pin--right {
  top: 50%;
  left: calc(100% + 11px);
  transform: translate(var(--pin-x, 0), calc(-50% + var(--pin-y, 0px)));
}

.coverage-label__pin--left {
  top: 50%;
  right: calc(100% + 11px);
  transform: translate(var(--pin-x, 0), calc(-50% + var(--pin-y, 0px)));
}

.coverage-label__pin--top {
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translate(calc(-50% + var(--pin-x, 0px)), var(--pin-y, 0));
}

.coverage-label__pin--bottom {
  top: calc(100% + 10px);
  left: 50%;
  transform: translate(calc(-50% + var(--pin-x, 0px)), var(--pin-y, 0));
}

.coverage-label__pin--canada {--pin-x: -20px;--pin-y: -20px;}
.coverage-label__pin--america { --pin-x: -46px; --pin-y: -25px; }
.coverage-label__pin--cayman { --pin-x: -36px; --pin-y: -41px; }
.coverage-label__pin--bvi {--pin-x: 0px;--pin-y: -10px;}
.coverage-label__pin--britain { --pin-x: 10px; --pin-y: 0px; }
.coverage-label__pin--germany { --pin-x: -30px; --pin-y: 0px; }
.coverage-label__pin--france { --pin-x: -41px; --pin-y: 20px; }
.coverage-label__pin--europe { display:none; }
.coverage-label__pin--dubai { --pin-x: -54px; --pin-y: 47px; }
.coverage-label__pin--seychelles { --pin-x: -49px; --pin-y: 38px; }
.coverage-label__pin--hongkong { --pin-x: -26px; --pin-y: -11px; }
.coverage-label__pin--thailand { --pin-x: -3px; --pin-y: 16px; }
.coverage-label__pin--singapore { --pin-x: -14px; --pin-y: -17px; }
.coverage-label__pin--korea { --pin-x: -26px; --pin-y: 12px; }
.coverage-label__pin--japan { --pin-x: -72px; --pin-y: -2px; }
.coverage-label__pin--marshall { --pin-x: 1px; --pin-y: 0px; }
.coverage-label__pin--newzealand { --pin-x: 28px; --pin-y: -13px; }
.coverage-label__pin--australia { --pin-x: -72px; --pin-y: -54px; }

.coverage-map__cta {
  display: flex;
  width: min(470px, 100%);
  height: 54px;
  margin: 8px auto 0;
  overflow: hidden;
  border: 1px solid #e4c592;
  border-radius: 8px;
  background: #ffffff;
  color: #323232;
  text-align: center;
  font-size: 19px;
  line-height: 1;
}

.coverage-map__cta span,
.coverage-map__cta a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.coverage-map__cta span {
  flex: 1 1 auto;
  padding: 0 24px;
}

.coverage-map__cta a {
  flex: 0 0 171px;
  background: linear-gradient(90deg, #f0c56b 0%, #bc8a43 100%);
  color: #ffffff;
  font-weight: 700;
  transition: background 0.25s ease;
}

.coverage-map__cta a:hover {
  background: linear-gradient(90deg, #dcae58 0%, #a97836 100%);
}

@media (max-width: 1260px) {
  .coverage-map-section {
    min-height: auto;
  }

  .coverage-map__stage {
    height: calc((100vw - 48px) * 0.4417);
  }

  .coverage-label {
    min-width: 7.6vw;
    min-height: 4.2vw;
    border-radius: 0.75vw;
    font-size: 1.5vw;
  }

  .coverage-label__row--hot::before {
    width: 1.5vw;
    height: 1.85vw;
    margin-right: 0.35vw;
  }

  .coverage-label__pin {
    width: 3.08vw;
    height: 3vw;
  }
}

@media (max-width: 760px) {
  .coverage-map-section {
    padding: 34px 0 42px;
  }

  .coverage-map__inner {
    width: min(100% - 32px, 1200px);
  }

  .coverage-map__heading {
    gap: 14px;
    margin-bottom: 24px;
  }

  .coverage-map__heading h2 {
    font-size: 28px;
  }

  .coverage-map__heading span {
    width: 12px;
    height: 12px;
  }

  .coverage-stats {
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background: linear-gradient(135deg, #f2c765 0%, #bd8c45 100%);
  }

  .coverage-stats__item {
    min-height: 112px;
    padding: 20px 10px 18px;
  }

  .coverage-stats__item:not(:last-child)::after {
    display: none;
  }

  .coverage-stats__item:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.7);
  }

  .coverage-stats__item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  }

  .coverage-stats__item strong {
    font-size: 34px;
  }

  .coverage-stats__item span {
    margin-top: 8px;
    font-size: 17px;
  }

  .coverage-map__stage {
    height: auto;
    margin-top: 22px;
    padding-top: 43.5%;
  }

  .coverage-map__image {
    position: absolute;
    inset: 0;
    height: auto;
  }

  .coverage-label,
  .coverage-label__pin {
    display: none;
  }

  .coverage-map__stage::after {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.38);
    content: "";
  }

  .coverage-map__cta {
    height: auto;
    flex-direction: column;
    margin-top: 22px;
    font-size: 16px;
  }

  .coverage-map__cta span,
  .coverage-map__cta a {
    min-height: 48px;
    padding: 0 16px;
  }

  .coverage-map__cta a {
    flex-basis: auto;
  }
}

/* ── Footer ── */
.site-footer {
  min-height: 292px;
  background: #fbf8f4;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 140px 116px 160px 170px 122px;
  column-gap: 90px;
  width: 1200px;
  max-width: calc(100% - 48px);
  margin: 0 auto;
  padding-top: 36px;
  color: #333333;
}

.site-footer__brand strong {
  display: block;
  margin-top: -4px;
  color: #d7ae62;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
  white-space: nowrap;
}

.site-footer__brand a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 44px;
  margin-top: 12px;
  border-radius: 6px;
  background: #d6ab62;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition: background-color 0.25s ease;
}

.site-footer__brand a:hover {
  background: #c09245;
}

.site-footer__brand p {
  margin-top: 18px;
  color: #333333;
  font-size: 16px;
  line-height: 1.4;
  white-space: nowrap;
}

.site-footer__group h3,
.site-footer__follow h3 {
  margin: 0 0 13px;
  color: #222222;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
}

.site-footer__group a,
.site-footer__group p {
  display: block;
  margin: 0 0 13px;
  color: #333333;
  font-size: 16px;
  line-height: 1.35;
}

.site-footer__group a {
  transition: color 0.25s ease;
}

.site-footer__group a:hover {
  color: #c89545;
}

.site-footer__business a {
  position: relative;
  white-space: nowrap;
}

.site-footer__business i {
  position: absolute;
  top: 50%;
  left: -23px;
  margin-right: 0;
  color: #e02f22;
  font-size: 17px;
  transform: translateY(-50%);
}

.site-footer__business .site-footer__hot,
.site-footer__business .site-footer__hot-icon {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 17px;
  margin-right: 6px;
  color: #e02f22;
  vertical-align: -2px;
}

.site-footer__business .site-footer__hot::before {
  position: absolute;
  inset: 1px 2px 0;
  border-radius: 50% 50% 45% 45%;
  background: currentColor;
  transform: rotate(12deg);
  content: "";
}

.site-footer__business .site-footer__hot::after {
  position: absolute;
  left: 5px;
  bottom: 0;
  width: 4px;
  height: 8px;
  border-radius: 50% 50% 40% 40%;
  background: #ffffff;
  transform: rotate(18deg);
  content: "";
}

.site-footer__follow img {
  display: block;
  width: 122px;
  height: 122px;
  object-fit: cover;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.site-footer__follow p {
  margin: 12px 0 2px;
  color: #333333;
  font-size: 16px;
  line-height: 1.35;
}

.site-footer__follow a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #333333;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
  transition: color 0.25s ease;
}

.site-footer__follow a:hover {
  color: #c89545;
}

.site-footer__follow i {
  color: #d6ab62;
  font-size: 18px;
}

.site-footer__follow .site-footer__phone-icon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  color: #d6ab62;
}

.site-footer__follow .site-footer__phone-icon::before {
  position: absolute;
  inset: 3px 5px 3px 3px;
  border: 3px solid currentColor;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 0 0 0 11px;
  transform: rotate(-45deg);
  content: "";
}

.site-footer__follow .site-footer__phone-icon::after {
  position: absolute;
  top: 2px;
  right: 1px;
  width: 6px;
  height: 6px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(8deg);
  content: "";
}

/* ── Clients Section ── */
.clients-section {
  position: relative;
  min-height: 736px;
  overflow: hidden;
  background: url("../images/bg-bank-banklogo.jpg") bottom no-repeat;
  background-size:cover;
  padding: 26px 0 28px;
}

/* .clients-section::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.64) 0%, rgba(255, 255, 255, 0.9) 27%, rgba(255, 255, 255, 0.91) 73%, rgba(255, 255, 255, 0.68) 100%),
    rgba(255, 255, 255, 0.48);
  content: "";
}

.clients-section::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.26) 42%, rgba(255, 255, 255, 0.7) 100%);
  content: "";
} */

.clients-section__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, 1200px);
  margin: 0 auto;
  text-align: center;
}

.clients-section__heading h2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
  color: #333333;
  font-size: 39px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}

.clients-section__heading h2::before,
.clients-section__heading h2::after {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #e6bd69 0%, #bf8d3d 100%);
  content: "";
}

.clients-section__heading p {
  margin-top: 8px;
  color: #666666;
  font-size: 19px;
  line-height: 1.45;
}

.clients-metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 30px;
  margin-top: 43px;
  text-align: center;
}

.clients-metrics div {
  min-width: 0;
}

.clients-metrics dt {
  color: #dfb25f;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.clients-metrics dd {
  margin-top: 13px;
  color: #333333;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
}

.clients-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 226px));
  gap: 16px 17px;
  justify-content: center;
  margin: 46px auto 0;
}

.clients-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(36, 36, 36, 0.04);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.clients-logo-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(36, 36, 36, 0.08);
}

.clients-logo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clients-cta {
  display: grid;
  grid-template-columns: 300px 170px;
  justify-content: center;
  width: 470px;
  height: 54px;
  margin: 40px auto 0;
  overflow: hidden;
  border: 1px solid #dfbd85;
  border-radius: 8px;
  background: #ffffff;
  color: #333333;
  font-size: 18px;
  line-height: 1;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
}

.clients-cta span,
.clients-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients-cta a {
  background: linear-gradient(90deg, #edc66d 0%, #bd873c 100%);
  color: #ffffff;
  font-weight: 800;
  transition: filter 0.25s ease;
}

.clients-cta a:hover {
  filter: brightness(0.96);
}

/* ── Contact Section ── */
.contact-section {
  min-height: 357px;
  background: #f6f2ec;
  padding: 42px 0 28px;
}

.contact-section__inner {
  width: min(100% - 48px, 1200px);
  margin: 0 auto;
  text-align: center;
}

.contact-section__title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
  color: #333333;
  font-size: 35px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.contact-section__title::before,
.contact-section__title::after {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #d5a457;
  content: "";
}

.contact-section__subtitle {
  margin-top: 7px;
  color: #676767;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.45;
}

.contact-form {
  margin-top: 41px;
}

.contact-form__fields {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 19px;
}

.contact-form__field {
  display: block;
}

.contact-form__field input {
  width: 100%;
  height: 46px;
  border: 1px solid #e4dfd8;
  border-radius: 4px;
  background: #ffffff;
  padding: 0 21px;
  color: #555555;
  font-size: 17px;
  line-height: 46px;
  outline: none;
  box-shadow: 0 1px 4px rgba(35, 27, 17, 0.04);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.contact-form__field input::placeholder {
  color: #777777;
}

.contact-form__field input:focus {
  border-color: #d6a759;
  box-shadow: 0 0 0 3px rgba(214, 167, 89, 0.14);
}

.contact-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 286px;
  height: 54px;
  margin-top: 27px;
  border-radius: 8px;
  background: linear-gradient(90deg, #f1c96f 0%, #bc873c 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(190, 135, 60, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-form__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(190, 135, 60, 0.24);
}

.contact-form__agreement {
  display: flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 18px auto 0;
  color: #be8c46;
  font-size: 18px;
  line-height: 1.35;
}

.contact-form__agreement input {
  width: 17px;
  height: 17px;
  border: 1px solid #caa06a;
  border-radius: 2px;
  background: transparent;
  accent-color: #d6a759;
}

@media (min-width: 768px) {
  .odi-hero {
    height: 468px;
    min-height: 468px;
  }

  .odi-hero__content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 468px;
    padding-top: 72px;
  }

  .odi-hero__panel {
    padding: 28px 48px 30px;
  }

  .odi-hero__eyebrow {
    margin-bottom: 24px;
  }

  .odi-hero__services {
    margin-top: 24px;
  }

  .odi-hero__actions {
    margin-top: 36px;
  }

  .odi-hero__perks {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: auto;
    margin-top: 0;
    transform: translateY(71%);
  }

  #services {
    padding-top: 192px;
  }
}

@media (min-width: 1024px) {
  .odi-hero {
    height: 468px;
    min-height: 468px;
  }

  .odi-hero__content {
    min-height: 468px;
    padding-top: 72px;
  }

  .odi-hero__panel {
    padding-right: 64px;
    padding-left: 64px;
  }

  #services {
    padding-top: 192px;
  }
}

@media (min-width: 1280px) {
  .odi-hero__perks {
    right: 0;
    left: 0;
  }
}

@media (max-width: 767px) {
  .odi-hero {
    height: auto;
    min-height: 0;
  }

  .odi-hero__arrow {
    top: 40%;
    width: 36px;
    height: 36px;
    font-size: 15px;
  }

  .odi-hero__arrow--prev {
    left: 10px;
  }

  .odi-hero__arrow--next {
    right: 10px;
  }

  .odi-hero__content {
    padding-top: 32px;
    padding-bottom: 30px;
  }

  .odi-hero__eyebrow {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .odi-hero__title {
    font-size: 34px;
  }

  .odi-hero__services {
    min-height: auto;
    margin-top: 22px;
    padding: 12px 16px;
    font-size: 17px;
  }

  .odi-hero__service-separator {
    margin: 0 8px;
  }

  .odi-hero__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
  }

  .odi-hero__phone,
  .odi-hero__detail {
    width: min(100%, 320px);
    min-width: 0;
    border-radius: 8px;
  }

  .odi-hero__phone {
    border-right: 2px solid #f1c46f;
  }

  .odi-hero__perks {
    position: static;
    transform: none;
  }

  .odi-hero__perks > article {
    min-height: 98px;
    gap: 8px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .odi-hero__perks i {
    font-size: 20px;
  }

  .odi-hero__perks h2 {
    font-size: 15px;
  }

  .odi-hero__perks p {
    font-size: 12px;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    row-gap: 28px;
    width: min(100% - 32px, 520px);
    max-width: none;
    padding: 34px 0 42px;
  }

  .site-footer__brand strong {
    font-size: 30px;
  }

  .site-footer__brand p,
  .site-footer__business a {
    white-space: normal;
  }

  .contact-section {
    padding: 36px 0 40px;
  }

  .contact-section__title {
    font-size: 30px;
  }

  .contact-section__subtitle {
    font-size: 16px;
  }

  .contact-form {
    margin-top: 26px;
  }

  .contact-form__fields {
    grid-template-columns: 1fr;
  }

  .clients-section {
    min-height: 0;
    background: #f7f7f5 url("../images/img_banner_2.png") center bottom / cover no-repeat;
    padding: 42px 0;
  }

  .clients-section::before {
    background: rgba(255, 255, 255, 0.78);
  }

  .clients-section::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.76) 0%, rgba(255, 255, 255, 0.5) 100%);
  }

  .clients-section__inner {
    width: min(100% - 32px, 560px);
  }

  .clients-section__heading h2 {
    gap: 12px;
    font-size: 30px;
  }

  .clients-section__heading h2::before,
  .clients-section__heading h2::after {
    width: 11px;
    height: 11px;
  }

  .clients-section__heading p {
    font-size: 15px;
  }

  .clients-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
    margin-top: 30px;
  }

  .clients-metrics div:last-child {
    grid-column: 1 / -1;
  }

  .clients-metrics dt {
    font-size: 31px;
  }

  .clients-metrics dd {
    margin-top: 9px;
    font-size: 18px;
  }

  .clients-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 226px));
    gap: 14px;
    margin-top: 30px;
  }

  .clients-logo-card {
    height: auto;
    aspect-ratio: 226 / 72;
  }

  .clients-cta {
    grid-template-columns: 1fr;
    width: min(100%, 360px);
    height: auto;
    margin-top: 28px;
    font-size: 16px;
  }

  .clients-cta span,
  .clients-cta a {
    min-height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .odi-hero__track,
  .odi-hero__content-track,
  .odi-hero__arrow {
    transition: none;
  }
}

@media (max-width: 420px) {
  .odi-hero__title {
    font-size: 30px;
  }

  .odi-hero__services {
    font-size: 15px;
  }

  .contact-section__title {
    gap: 12px;
    font-size: 25px;
  }

  .contact-section__title::before,
  .contact-section__title::after {
    width: 10px;
    height: 10px;
  }

  .contact-form__submit {
    width: 100%;
  }

  .contact-form__agreement {
    font-size: 14px;
  }

  .clients-section__heading h2 {
    font-size: 25px;
  }

  .clients-metrics {
    grid-template-columns: 1fr;
  }

  .clients-logo-grid {
    grid-template-columns: minmax(0, 226px);
  }

  .clients-metrics dt {
    font-size: 29px;
  }

  .clients-metrics dd {
    white-space: normal;
  }
}

/* ── News Section ── */
.news-section {
  background: #ffffff;
  padding: 38px 0 76px;
}

.news-section__inner {
  width: min(100% - 48px, 1200px);
  margin: 0 auto;
}

.news-section__title {
  margin-bottom: 36px;
  text-align: center;
}

.news-section__title h2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: #333333;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.news-section__title h2::before,
.news-section__title h2::after {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #d2a255;
  content: "";
}

.news-section__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.news-card {
  min-height: 547px;
  padding: 17px 17px 24px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.045);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}

.news-card__image {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  object-fit: cover;
}

.news-card h3 {
  margin-top: 20px;
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.news-card__meta {
  margin-top: 7px;
  color: #999999;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

.news-card__list {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.news-card__list li {
  display: grid;
  grid-template-columns: 17px 1fr;
  column-gap: 4px;
  align-items: start;
  color: #999999;
  font-size: 14px;
  line-height: 1.32;
  letter-spacing: 0;
}

.news-card__list i {
  color: #e12a1f;
  font-size: 17px;
  line-height: 1.1;
  transform: translateY(2px);
}

@media (max-width: 1023px) {
  .news-section {
    padding: 44px 0 58px;
  }

  .news-section__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .news-card {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .news-section__title h2 {
    gap: 14px;
    font-size: 28px;
  }

  .news-section__title h2::before,
  .news-section__title h2::after {
    width: 12px;
    height: 12px;
  }

  .news-card__image {
    height: 180px;
  }
}

/* ── 友情链接 ── */


.home-yqlj{
  padding-top: 30px;
  color: #5f5f5f;
}

.home-yqlj a{
  padding: 0 8px 0 8px;
  color: #5f5f5f;
}

/* ── Company ODI Page ── */
.company-odi-page {
  background: #ffffff;
}

.company-odi-hero {
  height: 600px;
  background: #1a3148 url("../images/company-odi/hero-bg.png") center top / cover no-repeat;
}

.company-odi-inner {
  width: min(100% - 48px, 1200px);
  margin: 0 auto;
}

.company-odi-section {
  background: #ffffff;
  padding: 0 0 74px;
}

.company-odi-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  margin: 0;
  color: #333333;
  font-size: 41px;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
  text-align: center;
}

.company-odi-title::before,
.company-odi-title::after {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #efc86f 0%, #bd8a42 100%);
  box-shadow: 0 2px 8px rgba(190, 135, 60, 0.22);
  content: "";
}

.company-odi-title--plain {
  font-size: 42px;
}

.company-odi-title--plain::before,
.company-odi-title--plain::after {
  display: none;
}

.company-odi-cta {
  display: grid;
  width: 470px;
  max-width: 100%;
  height: 56px;
  grid-template-columns: 299px 171px;
  margin: 32px auto 0;
  overflow: hidden;
  border: 1px solid #ddbd85;
  border-radius: 8px;
  background: #ffffff;
  color: #333333;
  font-size: 18px;
  line-height: 1;
  box-shadow: 0 9px 22px rgba(73, 48, 14, 0.04);
}

.company-odi-cta span,
.company-odi-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.company-odi-cta span {
  padding: 0 20px;
  font-weight: 500;
  white-space: nowrap;
}

.company-odi-cta a {
  background: linear-gradient(90deg, #efc86f 0%, #bc873d 100%);
  color: #ffffff;
  font-weight: 800;
  transition: filter 0.25s ease, transform 0.25s ease;
}

.company-odi-cta a:hover {
  filter: brightness(0.96);
  transform: translateY(-1px);
}

.company-odi-intro {
  margin-top: 50px;
  padding-top: 43px;
}

.company-odi-intro-card {
  display: grid;
  grid-template-columns: 396px 1fr;
  min-height: 348px;
  margin-top: 39px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(54, 38, 14, 0.07);
}

.company-odi-intro-card__aside {
  background: #edc66e;
  padding: 40px 32px 26px;
  color: #5d4a25;
}

.company-odi-intro-card__aside h3,
.company-odi-intro-card__body h3 {
  margin: 0;
  color: #3a3327;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
}

.company-odi-intro-card__aside h3::after {
  display: block;
  width: 48px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: #4d3f1b;
  content: "";
}

.company-odi-intro-card__aside p {
  margin-top: 19px;
  color: #5b4f3e;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}

.company-odi-intro-card__aside p + p {
  margin-top: 4px;
}

.company-odi-intro-card__body {
  position: relative;
  overflow: hidden;
  padding: 43px 35px 24px 34px;
  color: #555555;
}

.company-odi-intro-card__body::before,
.company-odi-type-card::before,
.company-odi-process::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:url('/assets/images/company-odi/company-odi-intro-card.png') no-repeat;
  background-size: cover;
  content: "";
}

.company-odi-intro-card__body > * {
  position: relative;
  z-index: 1;
}

.company-odi-intro-card__top {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 34px;
  align-items: start;
}

.company-odi-intro-card__top p {
  margin-top: 18px;
  color: #444444;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
}

.company-odi-intro-card__top p + p {
  margin-top: 12px;
}

.odi-meta-icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 20px;
  margin-right: 7px;
  color: #d8a657;
  vertical-align: -4px;
}

.odi-meta-icon::before {
  position: absolute;
  content: "";
}

.odi-meta-icon--agency::before {
  left: 2px;
  top: 2px;
  width: 14px;
  height: 16px;
  border: 3px solid currentColor;
  border-radius: 2px;
  box-shadow: 6px 5px 0 -2px currentColor;
}

.odi-meta-icon--agency::after {
  position: absolute;
  left: 7px;
  top: 8px;
  width: 13px;
  height: 3px;
  background: currentColor;
  content: "";
}

.odi-meta-icon--valid::before {
  left: 2px;
  top: 3px;
  width: 16px;
  height: 16px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.odi-meta-icon--valid::after {
  position: absolute;
  left: 8px;
  top: 7px;
  width: 6px;
  height: 9px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(35deg);
  content: "";
}

.company-odi-intro-card__top img {
  display: block;
  width: 220px;
  height: 132px;
  object-fit: cover;
}

.company-odi-intro-card__body h4 {
  margin: 38px 0 12px;
  color: #333333;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.35;
}

.company-odi-intro-card__body > p {
  margin-top: 6px;
  color: #666666;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.company-odi-needs {
  padding-top: 0;
}

.company-odi-image-grid {
  display: grid;
  gap: 30px 28px;
  margin-top: 44px;
}

.company-odi-image-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.company-odi-image-grid--six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 27px;
}

.company-odi-image-card {
  min-width: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 11px 30px rgba(0, 0, 0, 0.08);
}

.company-odi-image-card img {
  display: block;
  width: 100%;
  height: 211px;
  object-fit: cover;
}

.company-odi-image-grid--six .company-odi-image-card img {
  height: 227px;
}

.company-odi-image-card div {
  min-height: 124px;
  padding: 17px 22px 18px;
  text-align: center;
}

.company-odi-image-grid--six .company-odi-image-card div {
  min-height: 205px;
  padding: 56px 18px 26px;
}

.company-odi-image-card h3 {
  color: #333333;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.24;
  letter-spacing: 0;
}

.company-odi-image-card p {
  margin-top: 9px;
  color: #666666;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.42;
}

.company-odi-image-grid--six .company-odi-image-card p {
  margin-top: 18px;
  font-size: 17px;
  line-height: 1.48;
  text-align: left;
}

.company-odi-impact {
  padding-top: 7px;
}

.company-odi-photo-panel {
  position: relative;
  min-height: 430px;
  margin-top: 48px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.065);
}

.company-odi-photo-panel::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 53%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.company-odi-photo-panel::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 22%;
  bottom: 0;
  width: 46%;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.98) 48%, rgba(255, 255, 255, 0.58) 82%, rgba(255, 255, 255, 0.08) 100%);
  content: "";
}

.company-odi-photo-panel--impact::after {
  background-image: url("../images/company-odi/impact-photo.png");
  opacity: 0.75;
}

.company-odi-photo-panel--condition::after {
  background-image: url("../images/company-odi/condition-photo.png");
}

.company-odi-photo-panel--material::after {
  background-image: url("../images/company-odi/material-photo.png");
}

.company-odi-photo-panel ol {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 24px;
  width: 68%;
  padding: 55px 34px 42px 61px;
  color: #333333;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
}

.company-odi-photo-panel li {
  position: relative;
  padding-left: 28px;
}

.company-odi-photo-panel li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #c58f32;
  content: "";
}

.company-odi-types {
  padding-top: 10px;
}

.company-odi-type-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 49px;
}

.company-odi-type-card {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  padding: 55px 28px 28px;
  text-align: center;
  box-shadow: 0 11px 31px rgba(0, 0, 0, 0.07);
}

.company-odi-type-card:nth-child(odd) {
  background-color: #fff5e3;
}

.company-odi-type-card > * {
  position: relative;
  z-index: 1;
}

.company-odi-type-card h3 {
  color: #333333;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.24;
}

.company-odi-type-card p {
  margin-top: 24px;
  color: #555555;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.55;
}

.company-odi-condition {
  padding-top: 0;
}

.company-odi-condition .company-odi-photo-panel,
.company-odi-materials .company-odi-photo-panel {
  min-height: 280px;
  margin-top: 50px;
}

.company-odi-condition .company-odi-photo-panel ol,
.company-odi-materials .company-odi-photo-panel ol {
  gap: 13px;
  width: 69%;
  padding-top: 48px;
  font-size: 20px;
}

.company-odi-process {
  position: relative;
  overflow: hidden;
  background: #fffaf1;
  padding: 42px 0 56px;
}

.company-odi-process::before {
  background:url('/assets/images/company-odi/company-odi-intro-card-2.png') center no-repeat;
  background-size: cover;
}

.company-odi-process > .company-odi-inner {
  position: relative;
  z-index: 1;
}

.company-odi-process__tip {
  margin-top: 8px;
  color: #777777;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.company-odi-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 76px;
  margin-top: 51px;
  padding-bottom: 42px;
}

.company-odi-timeline::before {
  position: absolute;
  right: 1px;
  bottom: 15px;
  left: 1px;
  height: 2px;
  background: #e6b65b;
  content: "";
}

.company-odi-timeline article {
  position: relative;
  height: 185px;
  background: #fff2dd;
  padding: 43px 18px 22px;
  text-align: center;
}

.company-odi-timeline article::before {
  position: absolute;
  right: 0;
  bottom: -22px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 23px solid #fff2dd;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  content: "";
}

.company-odi-timeline article::after {
  position: absolute;
  right: 0;
  bottom: -53px;
  left: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  border: 3px solid #e8be6b;
  border-radius: 50%;
  background: radial-gradient(circle, #e8be6b 0 30%, #ffffff 32% 58%, #e8be6b 60% 100%);
  content: "";
}

.company-odi-timeline__icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  object-fit: contain;
}

.company-odi-timeline h3 {
  margin-top: -4px;
  color: #4d3b22;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.32;
}

.company-odi-materials {
  padding-top: 55px;
}

.company-odi-benefits {
  padding-top: 0;
}

.company-odi-why {
  padding-top: 18px;
  padding-bottom: 68px;
}

.company-odi-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 44px;
}

.company-odi-why-grid article {
  height: 230px;
  border-radius: 8px;
  background: #ffffff;
  padding: 31px 25px 24px;
  text-align: center;
  box-shadow: 0 11px 32px rgba(0, 0, 0, 0.075);
}

.company-odi-why__icon {
  width: 70px;
  height: 60px;
  margin: 0 auto;
  object-fit: contain;
}

.company-odi-why-grid h3 {
  margin-top: 20px;
  color: #333333;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.2;
}

.company-odi-why-grid p {
  margin-top: 13px;
  color: #666666;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.42;
  text-align: left;
}

.company-odi-page .contact-section {
  margin-top: 0;
}

@media (max-width: 1180px) {
  .company-odi-title {
    font-size: 34px;
  }

  .company-odi-intro-card {
    grid-template-columns: 330px 1fr;
  }

  .company-odi-intro-card__top {
    grid-template-columns: 1fr 180px;
  }

  .company-odi-intro-card__top img {
    width: 180px;
    height: 108px;
  }

  .company-odi-timeline {
    gap: 36px;
  }
}

@media (max-width: 900px) {
  .company-odi-hero {
    height: auto;
    min-height: 360px;
    background-size: auto 100%;
    background-position: center top;
  }

  .company-odi-inner {
    width: min(100% - 32px, 1200px);
  }

  .company-odi-section {
    padding-bottom: 54px;
  }

  .company-odi-intro {
    padding-top: 48px;
  }

  .company-odi-title {
    gap: 14px;
    font-size: 29px;
  }

  .company-odi-title::before,
  .company-odi-title::after {
    width: 11px;
    height: 11px;
  }

  .company-odi-intro-card,
  .company-odi-intro-card__top {
    grid-template-columns: 1fr;
  }

  .company-odi-intro-card__top img {
    width: 220px;
    height: 132px;
  }

  .company-odi-image-grid--three,
  .company-odi-image-grid--six,
  .company-odi-type-grid,
  .company-odi-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-odi-photo-panel ol {
    width: 82%;
    padding-right: 24px;
    font-size: 17px;
  }

  .company-odi-photo-panel::after {
    width: 58%;
    opacity: 0.5;
  }

  .company-odi-photo-panel::before {
    right: 18%;
    width: 58%;
  }

  .company-odi-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 54px 28px;
  }

  .company-odi-timeline::before {
    display: none;
  }
}

@media (max-width: 640px) {
  .company-odi-hero {
    min-height: 300px;
    background-size: auto 100%;
    background-position: center top;
  }

  .company-odi-title {
    gap: 10px;
    font-size: 23px;
    line-height: 1.3;
  }

  .company-odi-title::before,
  .company-odi-title::after {
    width: 10px;
    height: 10px;
  }

  .company-odi-cta {
    grid-template-columns: 1fr;
    height: auto;
    font-size: 16px;
  }

  .company-odi-cta span,
  .company-odi-cta a {
    min-height: 48px;
  }

  .company-odi-intro-card__aside,
  .company-odi-intro-card__body {
    padding: 30px 24px;
  }

  .company-odi-image-grid--three,
  .company-odi-image-grid--six,
  .company-odi-type-grid,
  .company-odi-why-grid,
  .company-odi-timeline {
    grid-template-columns: 1fr;
  }

  .company-odi-image-card img,
  .company-odi-image-grid--six .company-odi-image-card img {
    height: 205px;
  }

  .company-odi-photo-panel,
  .company-odi-condition .company-odi-photo-panel,
  .company-odi-materials .company-odi-photo-panel {
    min-height: 0;
  }

  .company-odi-photo-panel::after {
    display: none;
  }

  .company-odi-photo-panel::before {
    display: none;
  }

  .company-odi-photo-panel ol,
  .company-odi-condition .company-odi-photo-panel ol,
  .company-odi-materials .company-odi-photo-panel ol {
    width: 100%;
    padding: 32px 24px;
    font-size: 16px;
  }

  .company-odi-timeline article {
    height: auto;
    min-height: 168px;
  }

  .company-odi-timeline article::after {
    display: none;
  }
}

/* ── Services Section ── */
.services-section {
  position: relative;
  min-height: 723px;
  overflow: hidden;
  padding: 40px 0 54px;
  background: #ffffff;
}

.services-section__bg {
  position: absolute;
  inset: 143px 0 0;
  background: url("../images/img_banner_2.png") center bottom / cover no-repeat;
  opacity: 0.98;
}

.services-section__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, 1200px);
  margin: 0 auto;
}

.services-section__heading {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  text-align: center;
}

.services-section__heading h2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #333333;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.services-section__heading h2::before,
.services-section__heading h2::after {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e2bd73 0%, #b9873d 100%);
  content: "";
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 21px;
}

.service-card {
  position: relative;
  display: flex;
  min-height: 238px;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  padding: 29px 26px 15px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.service-card::after {
  position: absolute;
  right: 0;
  bottom: -26px;
  z-index: 0;
  width: 114px;
  height: 128px;
  background: url("../images/icon-hot-2.png") center / contain no-repeat;
  content: "";
  pointer-events: none;
}

.service-card > * {
  position: relative;
  z-index: 1;
}

.service-card__title {
  display: flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 13px;
  text-align: center;
}

.service-card__icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: #ff120d;
  font-size: 34px;
  line-height: 1;
}

.service-card h3 {
  color: #333333;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.services-grid > article .service-card__title h3 {
  position: relative;
  display: inline-block;
}

.services-grid > article .service-card__title h3::after {
  position: absolute;
  right: 50%;
  bottom: -10px;
  width: 112px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(239, 200, 109, 0) 0%, rgba(239, 200, 109, 0.9) 18%, rgba(214, 167, 89, 0.98) 50%, rgba(189, 135, 60, 0.9) 82%, rgba(239, 200, 109, 0) 100%);
  transform: translateX(50%);
  content: "";
}

.service-card p {
  width: 100%;
  flex: 1;
  color: #5f5f5f;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42;
  text-align: left;
}

.service-card a {
  display: inline-flex;
  width: 178px;
  height: 43px;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  border-radius: 8px;
  background: linear-gradient(90deg, #efc86d 0%, #bd873c 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(190, 135, 60, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card a:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(190, 135, 60, 0.25);
}

@media (min-width: 768px) {
  .services-section#services {
    padding-top: 160px;
  }
}

@media (max-width: 1023px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .services-section {
    min-height: 0;
    padding: 36px 0 44px;
  }

  .services-section__bg {
    inset: 108px 0 0;
  }

  .services-section__inner {
    width: min(100% - 32px, 1200px);
  }

  .services-section__heading {
    margin-bottom: 28px;
  }

  .services-section__heading h2 {
    gap: 13px;
    font-size: 26px;
  }

  .services-section__heading h2::before,
  .services-section__heading h2::after {
    width: 10px;
    height: 10px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .service-card {
    min-height: 0;
    padding: 26px 24px 22px;
  }
}

/* ── Choose Section ── */
.choose-section {
  min-height: 485px;
  padding: 37px 0 52px;
  background: #ffffff;
}

.choose-section__inner {
  width: min(100% - 48px, 1200px);
  margin: 0 auto;
}

.choose-section__heading {
  margin-bottom: 43px;
  text-align: center;
}

.choose-section__heading h2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: #333333;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}

.choose-section__heading h2::before,
.choose-section__heading h2::after {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 35%, #f0d38c 0%, #d0a050 52%, #b87e32 100%);
  box-shadow: 0 2px 7px rgba(190, 135, 60, 0.28);
  content: "";
}

.choose-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.choose-card {
  height: 207px;
  padding: 27px 12px 18px;
  border-radius: 6px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.choose-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.11);
}

.choose-card i {
  position: relative;
  color: #d4a154;
  font-size: 45px;
  line-height: 1;
}

.choose-card__bolt::after {
  position: absolute;
  top: 9px;
  left: 50%;
  color: #ffffff;
  font-size: 17px;
  line-height: 1;
  transform: translateX(-50%);
  content: "\f0e7";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
}

.choose-card h3 {
  margin-top: 19px;
  color: #242424;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.choose-card p {
  margin-top: 11px;
  color: #686868;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.52;
  text-align: left;
  letter-spacing: 0;
}

.choose-cta {
  display: grid;
  grid-template-columns: 1fr 172px;
  width: 470px;
  height: 54px;
  margin: 45px auto 0;
  overflow: hidden;
  border: 1px solid #d8cbb3;
  border-radius: 8px;
  background: #ffffff;
  color: #333333;
  font-size: 18px;
  line-height: 1;
}

.choose-cta span,
.choose-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.choose-cta span {
  padding: 0 20px;
  white-space: nowrap;
}

.choose-cta a {
  background: linear-gradient(90deg, #efc86d 0%, #bd873c 100%);
  color: #ffffff;
  font-weight: 800;
  transition: background 0.25s ease;
}

.choose-cta a:hover {
  background: linear-gradient(90deg, #e1b95e 0%, #ac7834 100%);
}

@media (max-width: 1180px) {
  .choose-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

@media (max-width: 767px) {
  .choose-section {
    min-height: 0;
    padding: 36px 0 44px;
  }

  .choose-section__inner {
    width: min(100% - 32px, 1200px);
  }

  .choose-section__heading {
    margin-bottom: 28px;
  }

  .choose-section__heading h2 {
    gap: 13px;
    font-size: 26px;
  }

  .choose-section__heading h2::before,
  .choose-section__heading h2::after {
    width: 10px;
    height: 10px;
  }

  .choose-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .choose-card {
    min-height: 0;
    padding: 26px 24px 24px;
  }

  .choose-card p {
    text-align: center;
  }

  .choose-cta {
    grid-template-columns: 1fr;
    width: min(100%, 470px);
    height: auto;
    margin-top: 28px;
    font-size: 16px;
  }

  .choose-cta span,
  .choose-cta a {
    min-height: 48px;
  }
}

/* ── Company Bank Page ── */
.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  color: currentColor;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: -0.12em;
}

.company-bank-page {
  background: #ffffff;
}

.company-bank-section__inner {
  width: min(100% - 48px, 1200px);
  margin: 0 auto;
  text-align: center;
}

.company-bank-section-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
  margin: 0;
  color: #333333;
  font-size: 41px;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
}

.company-bank-section-title::before,
.company-bank-section-title::after {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: linear-gradient(135deg, #efc76b 0%, #bd8840 100%);
  box-shadow: 0 2px 7px rgba(190, 135, 60, 0.18);
  content: "";
}

.company-bank-title-block p {
  margin-top: 18px;
  color: #666666;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
}

.company-bank-cta {
  display: grid;
  grid-template-columns: 299px 171px;
  justify-content: center;
  width: 470px;
  max-width: 100%;
  height: 56px;
  overflow: hidden;
  border: 1px solid #ddb879;
  border-radius: 8px;
  background: #ffffff;
  color: #333333;
  font-size: 18px;
  line-height: 1;
  box-shadow: 0 9px 22px rgba(54, 39, 18, 0.04);
}

.company-bank-cta span,
.company-bank-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.company-bank-cta span {
  padding: 0 20px;
  font-weight: 500;
  white-space: nowrap;
}

.company-bank-cta a {
  background: linear-gradient(90deg, #efc66d 0%, #bd873c 100%);
  color: #ffffff;
  font-weight: 800;
  transition: filter 0.25s ease, transform 0.25s ease;
}

.company-bank-cta a:hover {
  filter: brightness(0.96);
}

.company-bank-hero {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  background: #15283b;
  color: #ffffff;
}

.company-bank-hero::before {
  position: absolute;
  inset: 0;
  background: url("../images/company_bank/hero-bg.png") center center / cover no-repeat;
  content: "";
}

.company-bank-hero::after {
  position: absolute;
  inset: 0;
  display: none;
  background: transparent;
  content: "";
}

.company-bank-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(100% - 48px, 1200px);
  min-height: 500px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  padding-top: 86px;
  text-align: center;
}

.company-bank-hero__badges {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 66px;
  color: #ffffff;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.16);
}

.company-bank-hero__badges span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
}

.company-bank-hero__badges .icon {
  width: 33px;
  height: 33px;
  color: #ffffff;
  font-size: 34px;
  stroke-width: 2.8;
  line-height: 1;
}

.company-bank-hero h1 {
  margin-top: 31px;
  color: #ffffff;
  font-size: 63px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.2);
}

.company-bank-hero__bar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 900px;
  height: 67px;
  margin-top: 31px;
  border-radius: 8px;
  background: linear-gradient(90deg, #f0c86b 0%, #c3954a 100%);
  color: #ffffff;
  font-size: 29px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 32px rgba(83, 56, 18, 0.18);
}

.company-bank-hero__bar span:not(.company-bank-hero__divider) {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.company-bank-hero__bar .icon {
  width: 31px;
  height: 31px;
  color: #ffffff;
  font-size: 32px;
  stroke-width: 2.8;
  line-height: 1;
}

.company-bank-hero__divider {
  width: 2px;
  height: 25px;
  margin: 0 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
}

.company-bank-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 284px;
  height: 58px;
  margin-top: 38px;
  border-radius: 9px;
  background: linear-gradient(90deg, #f1c86e 0%, #bd8a43 100%);
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 13px 26px rgba(77, 50, 14, 0.18);
  transition: transform 0.25s ease, filter 0.25s ease;
}

.company-bank-hero__button:hover {
  transform: translateY(-2px);
  filter: brightness(0.96);
}

.company-bank-partners {
  min-height: 680px;
  background: linear-gradient(90deg, #fffefe 0%, #f5f8f9 50%, #f8fafb 100%);
  padding: 75px 0 51px;
}

.company-bank-partners__logos {
  display: block;
  width: 1200px;
  max-width: 100%;
  margin: 35px auto 0;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.05));
}

.company-bank-partners .company-bank-cta {
  margin: 35px auto 0;
}

.company-bank-opening {
  padding: 74px 0 61px;
  background: #ffffff;
}

.company-bank-opening__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 19px;
  margin-top: 44px;
}

.company-bank-opening-card {
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.065);
  text-align: left;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.company-bank-opening-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.1);
}

.company-bank-opening-card img {
  display: block;
  width: 100%;
  height: 198px;
  object-fit: cover;
}

.company-bank-opening-card__body {
  min-height: 202px;
  padding: 24px 21px 22px;
}

.company-bank-opening-card h3 {
  color: #333333;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.company-bank-opening-card p {
  margin-top: 15px;
  color: #999999;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 0;
}

.company-bank-faq {
  padding: 2px 0 3px;
  background: #ffffff;
}

.company-bank-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 30px;
  margin-top: 47px;
}

.company-bank-faq-card {
  position: relative;
  min-height: 218px;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  padding: 42px 40px 28px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.065);
  text-align: center;
}

.company-bank-faq-card::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 178px;
  height: 76px;
  border-top-left-radius: 8px;
  /* background: rgba(250, 241, 226, 0.72); */
  content: "";
}

.company-bank-faq-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 190px;
  height: 133px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.company-bank-faq-card--user::after { background-image: url("../images/company_bank/faq-user-bg.png"); }
.company-bank-faq-card--chart::after { background-image: url("../images/company_bank/faq-chart-bg.png"); }
.company-bank-faq-card--clock::after { background-image: url("../images/company_bank/faq-clock-bg.png"); }
.company-bank-faq-card--globe::after { background-image: url("../images/company_bank/faq-globe-bg.png"); }

.company-bank-faq-card > * {
  position: relative;
  z-index: 1;
}

.company-bank-faq-card h3 {
  color: #333333;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.28;
}

.company-bank-faq-card p {
  min-height: 62px;
  margin: 16px auto 0;
  color: #999999;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.42;
}

.company-bank-faq-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 178px;
  height: 43px;
  margin-top: 18px;
  border-radius: 8px;
  background: linear-gradient(90deg, #efc66d 0%, #bd873c 100%);
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.company-bank-faq-card a:hover {
  transform: translateY(-2px);
  filter: brightness(0.96);
}

.company-bank-process {
  position: relative;
  overflow: hidden;
  padding: 73px 0 24px;
  background: url("../images/company_bank/process-bg.png") center no-repeat;
}

.company-bank-process .company-bank-section__inner {
  position: relative;
  z-index: 1;
  --company-bank-process-card-width: 170px;
  --company-bank-process-gap: 28px;
  --company-bank-process-track-width: 1160px;
}

.company-bank-process__track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, var(--company-bank-process-card-width));
  justify-content: center;
  gap: var(--company-bank-process-gap);
  margin-top: 44px;
}

.company-bank-process-card {
  position: relative;
  min-height: 222px;
  background: #fff5e3;
  padding: 31px 14px 20px;
  color: #432400;
}

.company-bank-process-card::after {
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 18px solid #fff5e3;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  transform: translateX(-50%);
  content: "";
}

.company-bank-process-card .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #d7aa5a;
  stroke-width: 2.4;
  font-size: 42px;
  line-height: 1;
}

.company-bank-process-card h3 {
  margin-top: 19px;
  color: #432400;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.18;
}

.company-bank-process-card p {
  margin-top: 13px;
  color: #432400;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
}

.company-bank-process__line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, var(--company-bank-process-card-width));
  align-items: center;
  justify-content: center;
  gap: var(--company-bank-process-gap);
  width: var(--company-bank-process-track-width);
  height: 28px;
  margin: 42px auto 0;
}

.company-bank-process__line::before {
  position: absolute;
  right: calc(var(--company-bank-process-card-width) / 2);
  left: calc(var(--company-bank-process-card-width) / 2);
  top: 50%;
  height: 2px;
  background: #dfae59;
  transform: translateY(-50%);
  content: "";
}

.company-bank-process__line span {
  position: relative;
  z-index: 1;
  justify-self: center;
  width: 25px;
  height: 25px;
  border: 2px solid #dfae59;
  border-radius: 50%;
  background: #d3ab64;
  box-shadow: inset 0 0 0 6px #fffaf0;
}

.company-bank-process__cta {
  margin: 42px auto 0;
}

.company-bank-choice {
  padding: 79px 0 70px;
  background: #ffffff;
}

.company-bank-choice__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 23px 21px;
  margin-top: 45px;
}

.company-bank-choice-card {
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.065);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.company-bank-choice-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.1);
}

.company-bank-choice-card img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: top center;
}

.company-bank-choice-card div {
  min-height: 147px;
  padding: 25px 24px 24px;
}

.company-bank-choice-card h3 {
  color: #333333;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.2;
}

.company-bank-choice-card p {
  margin-top: 20px;
  color: #666666;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.33;
}

.company-bank-choice__cta {
  margin: 49px auto 0;
}

@media (max-width: 1180px) {
  .company-bank-process .company-bank-section__inner {
    --company-bank-process-gap: 18px;
    --company-bank-process-track-width: 1110px;
  }

  .company-bank-hero__badges {
    gap: 34px;
    font-size: 24px;
  }

  .company-bank-hero h1 {
    font-size: 54px;
  }

  .company-bank-hero__bar {
    min-width: 0;
    width: 100%;
    font-size: 24px;
  }

  .company-bank-opening-card h3 {
    font-size: 23px;
  }

  .company-bank-opening-card p {
    font-size: 17px;
  }

  .company-bank-process__track {
    gap: 18px;
  }

  .company-bank-process-card h3 {
    font-size: 21px;
  }

  .company-bank-process-card p {
    font-size: 15px;
  }
}

@media (max-width: 900px) {
  .company-bank-section__inner,
  .company-bank-hero__inner {
    width: min(100% - 32px, 1200px);
  }

  .company-bank-section-title {
    gap: 14px;
    font-size: 31px;
  }

  .company-bank-section-title::before,
  .company-bank-section-title::after {
    width: 12px;
    height: 12px;
  }

  .company-bank-hero,
  .company-bank-hero__inner {
    min-height: 470px;
  }

  .company-bank-hero__inner {
    padding-top: 78px;
  }

  .company-bank-hero__badges {
    flex-direction: column;
    gap: 14px;
    font-size: 22px;
  }

  .company-bank-hero h1 {
    font-size: 42px;
  }

  .company-bank-hero__bar {
    height: auto;
    flex-wrap: wrap;
    gap: 13px 18px;
    padding: 18px;
    font-size: 20px;
  }

  .company-bank-hero__divider {
    display: none;
  }

  .company-bank-partners,
  .company-bank-opening,
  .company-bank-faq,
  .company-bank-process,
  .company-bank-choice {
    min-height: 0;
    padding: 50px 0;
  }

  .company-bank-opening__grid,
  .company-bank-faq__grid,
  .company-bank-choice__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-bank-process__track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 18px;
  }

  .company-bank-process__line {
    display: none;
  }

  .company-bank-process__cta {
    margin-top: 34px;
  }
}

@media (max-width: 640px) {
  .company-bank-section__inner,
  .company-bank-hero__inner {
    width: min(100% - 32px, 1200px);
  }

  .company-bank-section-title {
    gap: 10px;
    font-size: 23px;
    line-height: 1.28;
  }

  .company-bank-section-title::before,
  .company-bank-section-title::after {
    width: 10px;
    height: 10px;
  }

  .company-bank-title-block p {
    margin-top: 12px;
    font-size: 15px;
  }

  .company-bank-cta {
    grid-template-columns: 1fr;
    height: auto;
    font-size: 16px;
  }

  .company-bank-cta span,
  .company-bank-cta a {
    min-height: 48px;
  }

  .company-bank-hero,
  .company-bank-hero__inner {
    min-height: 526px;
  }

  .company-bank-hero__inner {
    padding-top: 40px;
  }

  .company-bank-hero__badges {
    align-items: center;
    width: 100%;
    font-size: 17px;
    text-align: center;
  }

  .company-bank-hero__badges span {
    justify-content: center;
    width: 100%;
    white-space: normal;
  }

  .company-bank-hero__badges .icon {
    font-size: 25px;
  }

  .company-bank-hero h1 {
    margin-top: 24px;
    max-width: 100%;
    font-size: 31px;
    line-height: 1.16;
    word-break: keep-all;
  }

  .company-bank-hero__bar {
    width: 100%;
    margin-top: 25px;
    padding: 16px 14px;
    font-size: 17px;
  }

  .company-bank-hero__bar span:not(.company-bank-hero__divider) {
    justify-content: center;
    width: 100%;
  }

  .company-bank-hero__bar .icon {
    font-size: 22px;
  }

  .company-bank-hero__button {
    width: min(100%, 284px);
    height: 52px;
    margin-top: 28px;
    font-size: 17px;
  }

  .company-bank-partners,
  .company-bank-opening,
  .company-bank-faq,
  .company-bank-process,
  .company-bank-choice {
    padding: 42px 0;
  }

  .company-bank-partners__logos,
  .company-bank-opening__grid,
  .company-bank-faq__grid,
  .company-bank-choice__grid,
  .company-bank-process__track {
    margin-top: 28px;
  }

  .company-bank-opening__grid,
  .company-bank-faq__grid,
  .company-bank-choice__grid,
  .company-bank-process__track {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .company-bank-opening-card img {
    height: 198px;
  }

  .company-bank-opening-card__body {
    min-height: 0;
    padding: 22px 20px 24px;
  }

  .company-bank-opening-card p {
    text-align: center;
  }

  .company-bank-faq-card {
    min-height: 0;
    padding: 32px 22px 25px;
  }

  .company-bank-faq-card h3 {
    font-size: 22px;
  }

  .company-bank-faq-card p {
    min-height: 0;
    font-size: 15px;
  }

  .company-bank-process::before {
    inset: 120px 0 0;
  }

  .company-bank-process-card {
    min-height: 0;
    padding-bottom: 28px;
  }

  .company-bank-choice-card img {
    height: auto;
  }

  .company-bank-choice-card div {
    min-height: 0;
  }
}
