@font-face {
  font-family: "Proxima Nova";
  src: url("/themes/curren-operat/fonts/ProximaNova-Regular.eot");
  src: url("/themes/curren-operat/fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"),
    url("/themes/curren-operat/fonts/ProximaNova-Regular.woff") format("woff"),
    url("/themes/curren-operat/fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Final Figma-specific overrides for the awards page. */
.awards-page .awards-hero-shell {
  overflow: hidden;
  border-radius: 0 0 16px 16px;
  background: var(--soft);
}

.awards-page .awards-hero-copy h1 {
  text-transform: uppercase;
}

.awards-page .rating-card {
  background: var(--pale-green);
}

.awards-page .rating-card-main {
  background: var(--soft);
}

.awards-page .award-card,
.awards-page .award-card.is-featured {
  min-height: 158px;
  padding: 20px;
  border: 1px solid var(--line);
  background: #fff;
}

.awards-page .award-card strong {
  font-size: 26px;
}

.awards-page .award-card span {
  font-size: 15px;
}

.awards-page .service-card {
  min-height: 154px;
  padding: 20px;
}

.awards-page .service-card > img {
  inset: auto 54px 8px auto;
  width: 142px;
  height: 142px;
  object-fit: contain;
}

.awards-page .service-card > span {
  font-size: 20px;
}

.awards-page .service-card::after {
  right: 16px;
  bottom: 16px;
  width: 36px;
  height: 36px;
}

.awards-page .awards-articles .article-grid {
  align-items: start;
}

.awards-page .awards-articles .article-card-image {
  min-height: 0;
  display: grid;
  grid-template-rows: 205px auto auto;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.awards-page .awards-articles .article-card-image > img {
  position: static;
  width: 100%;
  height: 205px;
  border-radius: 12px;
  object-fit: cover;
}

.awards-page .awards-articles .article-card-image > p,
.awards-page .awards-articles .article-card-image > div {
  padding-right: 0;
  padding-left: 0;
}

.awards-page .awards-articles .article-card-image > p {
  margin: 18px 0 12px;
  font-size: 17px;
}

.awards-page .awards-offices h2 {
  margin: 0;
}

.awards-page .footer {
  background: #e7e7e7;
  color: var(--ink);
}

.awards-page .footer p,
.awards-page .footer a,
.awards-page .footer-bottom,
.awards-page .callback {
  color: #626979;
}

.awards-page .footer strong,
.awards-page .footer .phone-main {
  color: var(--ink);
}

.awards-page .footer-buttons a {
  color: #fff;
  background: var(--green);
}

@media (min-width: 761px) and (max-width: 1100px) {
  .awards-page .ratings-section {
    display: block;
  }

  .awards-page .ratings-intro {
    min-height: 0;
  }

  .awards-page .ratings-intro ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 20px;
  }

  .awards-page .ratings-grid {
    margin-top: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .awards-page .rating-card-main {
    grid-column: span 2;
  }

  .awards-page .home-final-form {
    grid-template-columns: minmax(0, 45%) minmax(0, 55%);
  }

  .awards-page .home-final-info {
    min-width: 0;
  }

  .awards-page .footer-grid {
    grid-template-columns: 1fr 1.25fr 1fr;
  }
}

@media (max-width: 760px) {
  .awards-page .award-card,
  .awards-page .award-card.is-featured {
    min-height: 238px;
    padding: 22px;
  }

  .awards-page .service-card {
    min-height: 154px;
  }

  .awards-page .awards-articles .article-card-image {
    min-height: 0;
    grid-template-rows: 180px auto auto;
  }

  .awards-page .awards-articles .article-card-image > img {
    height: 180px;
  }
}

@media (max-width: 480px) {
  .awards-page .ratings-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .awards-page .rating-card-main {
    grid-column: 1 / -1;
  }

  .awards-page .rating-card:not(.rating-card-main) {
    min-height: 170px;
    padding: 16px;
  }

  .awards-page .rating-card:not(.rating-card-main) > img {
    top: 14px;
    right: 14px;
    width: 72px;
    height: 26px;
  }

  .awards-page .rating-card:not(.rating-card-main) > strong {
    font-size: 23px;
  }

  .awards-page .rating-card:not(.rating-card-main) > p {
    font-size: 14px;
  }

  .awards-page .service-card > img {
    right: 46px;
    width: 132px;
    height: 132px;
  }
}

/* Awards and ratings page */
.awards-page {
  overflow: hidden;
}

.awards-page .mobile-only {
  display: none;
}

.awards-hero-shell .topline {
  margin-top: 28px;
  margin-bottom: 20px;
}

.awards-hero-shell .nav {
  margin-top: 0;
  margin-bottom: 0;
}

.awards-hero {
  width: min(var(--container), calc(100% - 40px));
  min-height: 448px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 0 0 16px 16px;
  background: var(--soft);
}

.awards-hero-copy {
  z-index: 1;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 42px 0 42px 40px;
}

.awards-hero-copy .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 54px;
  color: #8c93a1;
}

.awards-hero-copy .breadcrumbs a:hover {
  color: var(--green);
}

.awards-hero-copy h1 {
  max-width: 555px;
  margin: 0 0 24px;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: 0;
}

.awards-hero-copy > p {
  max-width: 535px;
  margin: 0 0 40px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.4;
}

.awards-hero-copy .btn {
  min-width: 250px;
}

.awards-hero-art {
  position: relative;
  min-width: 0;
}

.awards-hero-art img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.awards-main {
  padding: 60px 0 120px;
}

.awards-wrap {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.awards-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.awards-value-card {
  min-height: 274px;
  padding: 24px;
  overflow: hidden;
  border-radius: 16px;
  background: var(--soft);
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.awards-value-card.is-green {
  background: var(--pale-green);
}

.awards-value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 30px rgba(22, 33, 54, .1);
}

.awards-value-card img {
  width: 64px;
  height: 64px;
  margin-bottom: 28px;
}

.awards-value-card h2 {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.15;
}

.awards-value-card p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.35;
}

.ratings-section {
  margin-top: 120px;
  display: grid;
  grid-template-columns: 488px minmax(0, 1fr);
  gap: 20px;
}

.ratings-intro {
  min-height: 710px;
  padding: 33px;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.section-label {
  display: inline-block;
  color: var(--green);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.ratings-intro h2 {
  margin: 25px 0 28px;
  font-size: 36px;
  line-height: 1.12;
}

.ratings-intro > p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.4;
}

.ratings-intro ul {
  margin: 47px 0 0;
  padding: 0;
  list-style: none;
}

.ratings-intro li {
  position: relative;
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 10px 0 10px 52px;
  border-top: 1px solid var(--line);
  font-size: 18px;
  font-weight: 700;
}

.ratings-intro li:last-child {
  border-bottom: 1px solid var(--line);
}

.ratings-intro li::before {
  content: "";
  position: absolute;
  left: 8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--pale-green);
}

.ratings-intro li::after {
  content: "";
  position: absolute;
  left: 16px;
  width: 8px;
  height: 5px;
  border-left: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  transform: rotate(-45deg) translateY(-1px);
}

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

.rating-card {
  position: relative;
  min-height: 223px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 24px;
  border-radius: 16px;
  background: var(--soft);
  transition: transform .25s ease, box-shadow .25s ease;
}

.rating-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(22, 33, 54, .1);
}

.rating-card > img {
  position: absolute;
  top: 22px;
  right: 24px;
  width: 96px;
  height: 32px;
  object-fit: contain;
  object-position: right center;
}

.rating-card > strong {
  margin-bottom: 10px;
  font-family: "Magistral", "Arial Black", sans-serif;
  font-size: 32px;
  line-height: 1;
}

.rating-card > p {
  max-width: 290px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.35;
}

.rating-card-main {
  grid-column: 1 / -1;
  min-height: 224px;
  display: grid;
  grid-template-columns: 265px minmax(0, 1fr);
  align-items: center;
  padding: 24px 40px;
  background: var(--pale-green);
}

.rating-card-main > p {
  max-width: 390px;
  color: var(--ink);
  font-size: 20px;
}

.rating-visual {
  position: relative;
  width: 190px;
  height: 150px;
  display: grid;
  place-items: center;
}

.rating-visual .rating-ring {
  position: absolute;
  object-fit: contain;
}

.rating-ring-one {
  width: 144px;
  height: 144px;
}

.rating-ring-two {
  left: 0;
  bottom: 4px;
  width: 76px;
  height: 76px;
}

.rating-visual strong {
  position: relative;
  z-index: 1;
  font-family: "Magistral", "Arial Black", sans-serif;
  font-size: 24px;
}

.award-archive {
  margin-top: 120px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.award-year-tabs {
  width: max-content;
  max-width: 100%;
  display: flex;
  gap: 12px;
  padding: 6px;
  overflow-x: auto;
  border-radius: 12px;
  background: var(--soft);
  scrollbar-width: none;
}

.award-year-tabs::-webkit-scrollbar {
  display: none;
}

.award-year-tabs button {
  min-width: 80px;
  min-height: 44px;
  padding: 10px 20px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--ink);
  font-weight: 700;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.award-year-tabs button:hover:not(.is-active) {
  color: var(--green);
  background: #fff;
}

.award-year-tabs button:active {
  transform: scale(.96);
}

.award-year-tabs button.is-active {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 5px 14px rgba(22, 33, 54, .18);
}

.award-year-group {
  margin-top: 60px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .28s ease, transform .28s ease;
}

.award-year-group[hidden] {
  display: none;
}

.award-year-group.is-entering {
  opacity: 0;
  transform: translateY(14px);
}

.award-year-group h3 {
  margin: 0 0 24px;
  font-size: 36px;
  line-height: 1.1;
}

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

.award-card {
  position: relative;
  min-height: 252px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 124px;
  grid-template-rows: 1fr auto;
  align-items: start;
  gap: 18px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease, background-color .24s ease;
}

.award-card:hover,
.award-card:focus-visible {
  transform: translateY(-5px);
  border-color: var(--green);
  box-shadow: 0 14px 30px rgba(0, 146, 65, .12);
}

.award-card:active {
  transform: translateY(-1px) scale(.995);
}

.award-card.is-featured {
  border-color: transparent;
  background: var(--pale-green);
}

.award-card strong {
  font-family: "Magistral", "Arial Black", sans-serif;
  font-size: 32px;
  line-height: 1.05;
}

.award-card img {
  width: 124px;
  height: 42px;
  object-fit: contain;
  object-position: right top;
}

.award-card .bankiros-logo {
  height: 30px;
}

.award-card span {
  grid-column: 1 / -1;
  align-self: end;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.35;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
  transition: color .2s ease, text-decoration-color .2s ease;
}

.award-card:hover span {
  color: var(--ink);
  text-decoration-color: var(--green);
}

.geography-section,
.service-section,
.awards-articles,
.awards-page .home-final-form,
.awards-offices {
  margin-top: 120px;
}

.awards-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 600px;
  align-items: end;
  gap: 40px;
  margin-bottom: 40px;
}

.awards-section-head h2,
.awards-offices h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.1;
}

.awards-section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
}

.geography-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}

.geography-map-card,
.methodology-card {
  min-height: 430px;
  overflow: hidden;
  border-radius: 16px;
}

.geography-map-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 32px;
  background: var(--soft);
}

.geography-map-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.geography-map-card strong {
  position: relative;
  z-index: 1;
  max-width: 340px;
  font-family: "Magistral", "Arial Black", sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.methodology-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 32px 0;
  border: 1px solid var(--line);
}

.methodology-card h3 {
  margin: 20px 0 18px;
  font-size: 28px;
  line-height: 1.15;
}

.methodology-card p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.4;
}

.methodology-card > img {
  align-self: center;
  width: 240px;
  max-height: 190px;
  object-fit: contain;
}

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

.service-card {
  position: relative;
  min-height: 310px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 28px;
  border-radius: 16px;
  background: var(--soft);
  transition: transform .25s ease, box-shadow .25s ease;
}

.service-card::after {
  content: "↗";
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--green);
  font-size: 24px;
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 32px rgba(22, 33, 54, .12);
}

.service-card:hover::after {
  color: #fff;
  background: var(--green);
  transform: rotate(45deg);
}

.service-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.service-card:hover > img {
  transform: scale(1.035);
}

.service-card > span {
  position: relative;
  z-index: 1;
  max-width: 250px;
  padding-right: 45px;
  font-family: "Magistral", "Arial Black", sans-serif;
  font-size: 26px;
  line-height: 1.15;
}

.awards-articles .news-head {
  margin-bottom: 40px;
}

.awards-articles .article-card-image {
  min-height: 430px;
  display: grid;
  grid-template-rows: 230px 1fr auto;
  padding: 0 0 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}

.awards-articles .article-card-image > img {
  position: static;
  width: 100%;
  height: 230px;
  border-radius: 0;
  object-fit: cover;
}

.awards-articles .article-card-image > p,
.awards-articles .article-card-image > div {
  padding-right: 24px;
  padding-left: 24px;
}

.awards-articles .article-card-image > p {
  margin: 25px 0 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.awards-offices h2 {
  margin-bottom: 40px;
}

.awards-offices-map {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: var(--soft);
}

.awards-offices-map > img {
  width: 100%;
}

.awards-offices-map .btn {
  position: absolute;
  right: 50px;
  bottom: 48px;
  min-width: 300px;
}

@media (max-width: 1100px) {
  .awards-hero,
  .awards-wrap {
    width: calc(100% - 40px);
  }

  .awards-hero-copy h1 {
    font-size: 36px;
  }

  .awards-value-card {
    min-height: 300px;
    padding: 20px;
  }

  .awards-value-card h2 {
    font-size: 21px;
  }

  .ratings-section {
    grid-template-columns: 38% minmax(0, 1fr);
  }

  .ratings-intro {
    padding: 28px;
  }

  .ratings-intro h2 {
    font-size: 30px;
  }

  .rating-card-main {
    grid-template-columns: 210px minmax(0, 1fr);
    padding: 24px;
  }

  .award-card {
    min-height: 270px;
    grid-template-columns: minmax(0, 1fr) 100px;
    padding: 24px;
  }

  .award-card img {
    width: 100px;
  }

  .awards-section-head {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  .awards-page .desktop-only {
    display: none;
  }

  .awards-page .mobile-only {
    display: inline;
  }

  .awards-hero-shell .topline,
  .awards-hero-shell .nav,
  .awards-hero,
  .awards-wrap {
    width: calc(100% - 32px);
  }

  .awards-hero-shell .topline {
    margin-top: 16px;
    margin-bottom: 12px;
  }

  .awards-hero-shell .nav {
    min-height: 48px;
  }

  .awards-hero {
    min-height: 570px;
    grid-template-columns: 1fr;
    grid-template-rows: 300px 270px;
    border-radius: 0 0 12px 12px;
  }

  .awards-hero-copy {
    order: 1;
    justify-content: flex-start;
    padding: 28px 24px 24px;
  }

  .awards-hero-art {
    order: 2;
  }

  .awards-hero-copy .breadcrumbs {
    display: none;
  }

  .awards-hero-copy h1 {
    max-width: 540px;
    margin-bottom: 18px;
    font-size: 30px;
  }

  .awards-hero-copy > p {
    max-width: 520px;
    margin-bottom: 24px;
    font-size: 17px;
  }

  .awards-hero-copy .btn {
    min-width: 220px;
  }

  .awards-main {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .awards-values,
  .service-card-grid,
  .awards-articles .article-grid {
    width: calc(100% + 16px);
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .awards-values::-webkit-scrollbar,
  .service-card-grid::-webkit-scrollbar,
  .awards-articles .article-grid::-webkit-scrollbar,
  .award-card-grid::-webkit-scrollbar {
    display: none;
  }

  .awards-value-card {
    flex: 0 0 280px;
    min-height: 266px;
    scroll-snap-align: start;
  }

  .ratings-section,
  .award-archive,
  .geography-section,
  .service-section,
  .awards-articles,
  .awards-page .home-final-form,
  .awards-offices {
    margin-top: 80px;
  }

  .ratings-section {
    display: block;
  }

  .ratings-intro {
    min-height: 0;
    padding: 28px;
  }

  .ratings-intro h2 {
    font-size: 30px;
  }

  .ratings-grid {
    margin-top: 20px;
  }

  .rating-card-main {
    min-height: 250px;
  }

  .award-year-group {
    margin-top: 48px;
  }

  .award-year-group h3 {
    font-size: 30px;
  }

  .award-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .award-card {
    min-height: 248px;
  }

  .awards-section-head {
    display: block;
    margin-bottom: 28px;
  }

  .awards-section-head h2,
  .awards-offices h2 {
    font-size: 30px;
  }

  .awards-section-head p {
    margin-top: 20px;
    font-size: 17px;
  }

  .geography-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .geography-map-card,
  .methodology-card {
    min-height: 390px;
  }

  .service-card {
    flex: 0 0 292px;
    min-height: 300px;
    scroll-snap-align: start;
  }

  .awards-articles .news-head {
    display: flex;
    align-items: flex-end;
    gap: 20px;
  }

  .awards-articles .news-head h2 {
    max-width: 420px;
    font-size: 30px;
  }

  .awards-articles .article-card-image {
    flex: 0 0 320px;
    min-height: 420px;
    scroll-snap-align: start;
  }

  .awards-page .home-final-form {
    grid-template-columns: 1fr;
  }

  .awards-offices-map .btn {
    right: 24px;
    bottom: 24px;
  }
}

@media (max-width: 480px) {
  .awards-hero-shell .topline,
  .awards-hero-shell .nav,
  .awards-hero,
  .awards-wrap {
    width: calc(100% - 32px);
  }

  .awards-hero {
    min-height: 552px;
    grid-template-rows: 292px 260px;
  }

  .awards-hero-copy {
    padding: 25px 16px 20px;
  }

  .awards-hero-copy h1 {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.08;
  }

  .awards-hero-copy > p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.35;
  }

  .awards-hero-copy .btn {
    width: 100%;
    min-width: 0;
  }

  .awards-main {
    padding-top: 80px;
  }

  .awards-value-card {
    flex-basis: 280px;
  }

  .ratings-intro {
    padding: 24px 20px;
  }

  .ratings-intro h2 {
    margin: 20px 0;
    font-size: 25px;
  }

  .ratings-intro > p,
  .ratings-intro li {
    font-size: 16px;
  }

  .ratings-intro ul {
    margin-top: 32px;
  }

  .ratings-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .rating-card-main {
    grid-column: auto;
    min-height: 270px;
    display: flex;
    align-items: flex-start;
    padding: 20px;
  }

  .rating-card-main .rating-visual {
    position: absolute;
    top: 14px;
    right: 8px;
    transform: scale(.72);
    transform-origin: top right;
  }

  .rating-card-main > p {
    max-width: 200px;
    font-size: 17px;
  }

  .rating-card {
    min-height: 180px;
    padding: 20px;
  }

  .rating-card > strong {
    font-size: 28px;
  }

  .award-year-tabs {
    max-width: calc(100% + 16px);
  }

  .award-year-tabs button {
    min-width: 70px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .award-card-grid {
    width: calc(100% + 16px);
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .award-card {
    flex: 0 0 290px;
    min-height: 238px;
    padding: 22px;
    scroll-snap-align: start;
  }

  .award-card strong {
    font-size: 28px;
  }

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

  .geography-map-card,
  .methodology-card {
    min-height: 330px;
  }

  .geography-map-card {
    padding: 20px;
  }

  .geography-map-card strong {
    font-size: 20px;
  }

  .methodology-card {
    min-height: 390px;
    padding: 24px 20px 0;
  }

  .methodology-card h3 {
    font-size: 24px;
  }

  .service-card {
    flex-basis: 290px;
  }

  .awards-articles .news-head {
    display: block;
  }

  .awards-articles .news-head h2 {
    font-size: 25px;
  }

  .awards-articles .news-head .btn {
    width: 100%;
    margin-top: 24px;
  }

  .awards-articles .article-card-image {
    flex-basis: 290px;
  }

  .awards-page .home-final-phone {
    display: none;
  }

  .awards-offices h2 {
    margin-bottom: 24px;
    font-size: 25px;
  }

  .awards-offices-map {
    overflow: visible;
  }

  .awards-offices-map > img {
    height: 360px;
    object-fit: cover;
    object-position: left center;
    border-radius: 12px;
  }

  .awards-offices-map .btn {
    position: static;
    width: 100%;
    margin-top: 16px;
  }
}

@font-face {
  font-family: "Proxima Nova";
  src: url("/themes/curren-operat/fonts/ProximaNova-Bold.eot");
  src: url("/themes/curren-operat/fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"),
    url("/themes/curren-operat/fonts/ProximaNova-Bold.woff2") format("woff2"),
    url("/themes/curren-operat/fonts/ProximaNova-Bold.woff") format("woff"),
    url("/themes/curren-operat/fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova Bold";
  src: url("/themes/curren-operat/fonts/ProximaNova-Bold.eot");
  src: url("/themes/curren-operat/fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"),
    url("/themes/curren-operat/fonts/ProximaNova-Bold.woff2") format("woff2"),
    url("/themes/curren-operat/fonts/ProximaNova-Bold.woff") format("woff"),
    url("/themes/curren-operat/fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Magistral";
  src: url("/themes/curren-operat/fonts/Magistral-Bold.eot");
  src: url("/themes/curren-operat/fonts/Magistral-Bold.eot?#iefix") format("embedded-opentype"),
    url("/themes/curren-operat/fonts/Magistral-Bold.woff2") format("woff2"),
    url("/themes/curren-operat/fonts/Magistral-Bold.woff") format("woff"),
    url("/themes/curren-operat/fonts/Magistral-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Magistral  Bold";
  src: url("/themes/curren-operat/fonts/Magistral-Bold.eot");
  src: url("/themes/curren-operat/fonts/Magistral-Bold.eot?#iefix") format("embedded-opentype"),
    url("/themes/curren-operat/fonts/Magistral-Bold.woff2") format("woff2"),
    url("/themes/curren-operat/fonts/Magistral-Bold.woff") format("woff"),
    url("/themes/curren-operat/fonts/Magistral-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Magistral";
  src: url("/themes/curren-operat/fonts/Magistral-ExtraBoldItalic.eot");
  src: url("/themes/curren-operat/fonts/Magistral-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"),
    url("/themes/curren-operat/fonts/Magistral-ExtraBoldItalic.woff2") format("woff2"),
    url("/themes/curren-operat/fonts/Magistral-ExtraBoldItalic.woff") format("woff"),
    url("/themes/curren-operat/fonts/Magistral-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Magistral Extra Bold Italic";
  src: url("/themes/curren-operat/fonts/Magistral-ExtraBoldItalic.eot");
  src: url("/themes/curren-operat/fonts/Magistral-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"),
    url("/themes/curren-operat/fonts/Magistral-ExtraBoldItalic.woff2") format("woff2"),
    url("/themes/curren-operat/fonts/Magistral-ExtraBoldItalic.woff") format("woff"),
    url("/themes/curren-operat/fonts/Magistral-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

:root {
  --ink: #162136;
  --lime: #C1D9CC;
  --green: #009241;
  --green-2: #009846;
  --paper: #ffffff;
  --soft: #efefef;
  --soft-2: #f7f9fc;
  --line: #d6d9e0;
  --muted: #687082;
  --pale-green: #def0d9;
  --shadow: 0 4px 8px rgba(0, 0, 0, .08);
  --container: 1260px;
  font-family: "Proxima Nova", Inter, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Proxima Nova", Arial, sans-serif;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease, transform .2s ease;
}

button,
input,
select {
  font: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(0, 146, 65, .35);
  outline-offset: 3px;
}

.wrap {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.title-font {
  font-family: "Magistral", "Magistral  Bold", "Arial Black", Arial, sans-serif;
  font-weight: 700;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 16px 20px;
  border-radius: 8px;
  border: 1px solid transparent;
  background: var(--green);
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}

.btn.secondary {
  background: #fff;
  color: var(--green);
  border-color: var(--line);
  gap: 8px;
  align-items: center;
}

.btn:hover {
  transform: translateY(-2px);
  background: #007f38;
  box-shadow: 0 10px 24px rgba(0, 146, 65, .22);
}

.footer-buttons .btn.secondary:hover {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}

.btn:active {
  transform: translateY(0);
  box-shadow: none;
}

.hero-shell {
  background: var(--soft);
  border-radius: 0 0 16px 16px;
  padding: 20px 0 40px;
}

/* .nav {
  margin: 50px auto 0px auto;
} */

.hero {
  margin-top: 0px !important;
}

.nav {
  margin-bottom: 0px !important;
}

.topline,
.benefits,
.hero,
.nav,
.hero-feature-cards,
.currency-strip {
  width: min(var(--container), calc(100% - 40px));
  margin: 50px auto;
}

.topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  height: 35px;
  width: 363px;
  object-fit: contain;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
}

.top-actions a:not(.btn):hover,
.nav-links a:hover,
.footer a:hover {
  color: var(--green);
}

.nav-links a:hover {
  color: var(--pale-green);
}

.city {
  display: flex;
  gap: 6px;
  align-items: center;
}

.eye {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background: #d7d7d7;
  display: grid;
  place-items: center;
  transition: background-color .2s ease, transform .2s ease;
}

.eye img {
  width: 26px;
}

.visually {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  line-height: 1.2;
  cursor: pointer;
}

.visually:hover .eye {
  background: var(--pale-green);
  transform: scale(1.05);
}

.nav {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 64px;
  padding: 12px 20px 12px 40px;
  background: var(--green-2);
  color: #fff;
  border-radius: 8px;
  font-weight: 700;
}

.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-actions {
  gap: 20px;
}

.phone {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-weight: 400;
  color: #f3f3f3;
  font-size: 13px;
}

.phone strong {
  font-size: 20px;
  color: #fff;
  font-family: "Magistral", "Magistral  Bold", "Arial Black", Arial, sans-serif;
  letter-spacing: .6px;
}

.menu {
  display: grid;
  gap: 6px;
  justify-items: center;
  font-weight: 400;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  transition: color .2s ease, transform .2s ease;
}

.menu span {
  width: 40px;
  height: 4px;
  background: #fff;
  border-radius: 1px;
  display: block;
  transition: transform .2s ease, background-color .2s ease;
}

.menu small {
  font-size: 14px;
}

.menu:hover {
  color: var(--pale-green);
  transform: translateY(-1px);
}

.menu:hover span {
  background: var(--pale-green);
}

.menu:hover span:first-child {
  transform: translateX(-4px);
}

.menu:hover span:last-of-type {
  transform: translateX(4px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
  align-items: center;
  gap: 20px;
  min-height: 360px;
}

.breadcrumbs {
  color: #b0b0b0;
  font-size: 16px;
  margin-bottom: 30px;
}

.breadcrumbs a {
  text-decoration: underline;
}

.breadcrumbs a:hover {
  text-decoration: none;
}

.hero h1 {
  font-size: 42px;
  line-height: 1.2;
  margin: 0 0 22px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero p {
  font-size: 18px;
  margin: 0 0 40px;
  line-height: 1.2;
}

.hero-visual {
  mix-blend-mode: multiply;
}

.hero-visual img {
  width: 100%;
  height: 360px;
  object-fit: contain;
}

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

.benefit {
  min-height: 92px;
  display: flex;
  align-items: center;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1.2;
}

.hero-feature-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding: 0;
}

.hero-feature-card {
  min-height: 200px;
  padding: 22px;
  border-radius: 10px;
  background: #e4f4df;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.hero-feature-card:nth-child(3) {
  order: 1;
}

.hero-feature-card:nth-child(1) {
  order: 2;
}

.hero-feature-card:nth-child(2) {
  order: 3;
}

.hero-feature-card:nth-child(4) {
  order: 4;
}

.hero-feature-card:hover {
  transform: translateY(-4px);
  background: rgba(222, 240, 217, .85);
  box-shadow: 0 14px 30px rgba(22, 33, 54, .12);
}

.hero-feature-card h2 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.hero-feature-card p {
  margin: 0;
  color: #687082;
  font-size: 16px;
  line-height: 1.45;
}

.hero-feature-icon {
  width: 58px;
  height: 58px;
  padding: 16px;
  border-radius: 50%;
  background: #fff;
  object-fit: contain;
  box-sizing: border-box;
  transition: transform .25s ease, filter .25s ease;
}

.hero-feature-card > div {
  margin-top: auto;
}

.hero-feature-card:hover .hero-feature-icon {
  transform: translateY(-3px) rotate(-4deg) scale(1.08);
  filter: drop-shadow(0 8px 12px rgba(0, 146, 65, .18));
}

.exchange-action-cards {
  width: min(var(--container), calc(100% - 40px));
  margin: 32px auto 0;
  padding-bottom: 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.exchange-action-card {
  min-height: 135px;
  padding: 32px;
  border-radius: 16px;
  background: var(--pale-green);
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 20px;
}

.exchange-action-copy {
  min-width: 0;
  flex: 1 1 auto;
  align-self: stretch;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 24px;
}

.exchange-action-card h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.exchange-action-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}

.exchange-action-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  padding-top: 12px;
  color: var(--green);
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1px;
}

.exchange-action-link:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.exchange-action-link:hover {
  color: #007f38;
  transform: translateX(2px);
}

.exchange-action-coin {
  flex: 0 0 auto;
  width: 120px;
  height: 120px;
  background-image: url("/themes/curren-operat/assets/currency-sprite.png");
  background-repeat: no-repeat;
  background-size: 417px 417px;
}

.exchange-action-coin.usd,
.exchange-action-coin.dollar {
  background-position: -16px -19px;
}

.exchange-action-coin.eur,
.exchange-action-coin.euro {
  background-position: -149px -19px;
}

.exchange-action-coin.gbp,
.exchange-action-coin.pound {
  background-position: -282px -19px;
}

.exchange-action-coin.cny,
.exchange-action-coin.yuan {
  background-position: -83px -151px;
}

.exchange-action-coin.chf,
.exchange-action-coin.franc {
  background-position: -215px -151px;
}

.exchange-action-coin.aed,
.exchange-action-coin.dirham {
  background-position: -19px -278px;
}

.exchange-action-coin.try,
.exchange-action-coin.lira {
  background-position: -149px -278px;
}

.exchange-action-coin.rub,
.exchange-action-coin.ruble {
  background-position: -282px -278px;
}

.currency-strip {
  display: grid;
  grid-template-columns: repeat(7, 120px);
  justify-content: space-between;
  gap: 20px;
  padding: 60px 0 0;
}

.currency {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  transition: color .2s ease, transform .2s ease;
}

.currency:hover {
  color: var(--green);
  transform: translateY(-4px);
}

.currency-icon {
  height: 120px;
  width: 120px;
  border-radius: 24px;
  background: var(--soft);
  overflow: hidden;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  transition: box-shadow .2s ease, transform .2s ease, background-color .2s ease;
}

.currency:hover .currency-icon {
  background: #e8f5e4;
  box-shadow: 0 14px 30px rgba(22, 33, 54, .12);
  transform: scale(1.03);
}

.currency-icon:before {
  content: "";
  width: 88px;
  height: 88px;
  background-image: url("/themes/curren-operat/assets/currency-sprite.png");
  background-repeat: no-repeat;
  background-size: 306px 306px;
  display: block;
}

.currency-icon.usd:before {
  background-position: -12px -14px;
}

.currency-icon.eur:before {
  background-position: -109px -14px;
}

.currency-icon.gbp:before {
  background-position: -207px -14px;
}

.currency-icon.cny:before {
  background-position: -61px -111px;
}

.currency-icon.chf:before {
  background-position: -158px -111px;
}

.currency-icon.aed:before {
  background-position: -14px -204px;
}

.currency-icon.try:before {
  background-position: -109px -204px;
}

.currency small {
  font-size: 14px;
}

.carousel-dots {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.carousel-dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d6d9e0;
  cursor: pointer;
  transition: background-color .25s ease, transform .25s ease;
}

.carousel-dots button.is-active {
  background: var(--lime);
  transform: scale(1.08);
}

.is-carousel-track>* {
  transition: opacity .35s ease, transform .35s ease, filter .35s ease;
}

.is-carousel-track> :not(.is-carousel-active) {
  opacity: .68;
  transform: scale(.96);
}

.is-carousel-track>.is-carousel-active {
  opacity: 1;
  transform: scale(1);
}

main {
  padding: 20px 0 90px;
}

.stack {
  display: grid;
  gap: 120px;
}

.section-title {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0 0 40px;
}

.exchange-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 20px;
  align-items: stretch;
}

.exchange-steps {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  min-width: 0;
  overflow: visible;
}

.exchange-steps::-webkit-scrollbar {
  display: none;
}

.exchange-steps.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.exchange-step {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  min-height: 0;
  padding: 32px 40px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.step-number {
  flex: 0 0 auto;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--pale-green);
  color: var(--ink);
  font-family: "Magistral Extra Bold Italic", "Magistral", "Arial Black", Arial, sans-serif;
  font-size: 32px;
  font-weight: 800;
  font-style: italic;
  line-height: 30px;
  text-align: center;
}

.exchange-copy {
  display: grid;
  gap: 20px;
  min-width: 0;
  flex: 1 1 auto;
}

.exchange-copy h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
}

.exchange-copy p {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
}

.exchange-promo {
  width: 100%;
  max-width: 100%;
  border-radius: 16px;
  background: var(--soft);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}

.exchange-promo h3 {
  width: min(328px, calc(100% - 48px));
  margin: 0;
  padding: 32px 0;
  color: var(--green);
  font-size: 38px;
  line-height: 1.2;
  text-align: center;
}

.exchange-promo-visual {
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  mix-blend-mode: multiply;
  object-fit: cover;
  object-position: center;
}

.exchange-dots {
  display: none;
  margin-top: 24px;
}

.trust-panel {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 40px;
  background: #fff;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 16px;
  align-items: stretch;
}

.award-main,
.award-card {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  min-height: 240px;
  background: var(--soft-2);
  padding: 32px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.35;
}

.award-main {
  grid-column: 1 / -1;
  min-height: 311px;
  border-radius: 8px;
  padding: 94px 44px;
  background: var(--soft);
  font-size: 28px;
  line-height: 1.5;
}

.award-main .award-dots {
  position: absolute;
  right: -74px;
  bottom: 10px;
  width: 480px;
  height: 277px;
  object-fit: contain;
}

.award-main .award-cup {
  position: absolute;
  right: 297px;
  top: 44px;
  width: 223px;
  height: 223px;
  object-fit: contain;
}

.award-card {
  background: rgba(222, 240, 217, .6);
  min-height: 255px;
  border-radius: 8px;
  padding: 32px 16px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 22px;
}

.award-card img {
  width: 150px;
  position: absolute;
  top: 16px;
  right: 16px;
}

.award-card--banki img {
  width: 119px;
  height: 119px;
}

.award-card--sravni img {
  width: 103px;
}

.award-card--2gis img {
  border-radius: 15%; 
  object-fit: contain; 
  width: 90px;
}

.award-card p {
  margin: 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
}

.pin {
  position: absolute;
  right: 31px;
  top: 24px;
  width: 70px;
  height: 70px;
  border-radius: 50% 50% 50% 0;
  background: #ff4038;
  transform: rotate(-45deg);
}

.pin:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  left: 24px;
  top: 24px;
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 20px;
  height: 622px;
  overflow: hidden;
}

.offer {
  min-height: 0;
  border-radius: 16px;
  overflow: hidden;
  background: var(--soft);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.offer:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(22, 33, 54, .12);
  background: #f5f5f5;
}

.offer.feature {
  grid-row: 1 / span 3;
  flex-direction: column;
  padding: 32px;
}

.offer-copy {
  padding: 0;
}

.offer h3 {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1.2;
}

.offer h3 span {
  color: var(--green);
}

.offer p {
  margin: 0;
  line-height: 1.4;
  font-size: 18px;
}

.offer img {
  align-self: stretch;
  width: 130px;
  height: 130px;
  object-fit: contain;
}

.offer.feature img {
  align-self: center;
  width: 556px;
  max-width: 100%;
  height: 300px;
  object-fit: contain;
}

.faq {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: 16px;
  padding: 33px;
  max-width: none;
  background: #fff;
}

.faq .section-title {
  margin-bottom: 40px;
}

.faq-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 17px 0 16px;
  border-top: 1px solid #f1f1f3;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
  transition: color .2s ease, padding-left .2s ease;
}

.faq-item:first-of-type .faq-row {
  border-top: 0;
}

.faq-row:hover {
  color: var(--green);
  padding-left: 8px;
}

.plus {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border: 1px solid var(--green-2);
  border-radius: 50%;
  position: relative;
  transition: background-color .2s ease, transform .2s ease;
}

.plus:before,
.plus:after {
  content: "";
  position: absolute;
  background: var(--green-2);
  left: 8px;
  right: 8px;
  top: 15px;
  height: 1px;
  transition: transform .2s ease, opacity .2s ease, background-color .2s ease;
}

.plus:after {
  transform: rotate(90deg);
}

.faq-row:hover .plus {
  background: var(--green);
  transform: rotate(90deg);
}

.faq-row:hover .plus:before,
.faq-row:hover .plus:after {
  background: #fff;
}

.faq-item.is-open .plus {
  background: var(--green);
  transform: rotate(180deg);
}

.faq-item.is-open .plus:before {
  background: #fff;
}

.faq-item.is-open .plus:after {
  opacity: 0;
  transform: rotate(90deg) scaleX(.4);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  color: #4b5565;
  font-size: 16px;
  line-height: 1.5;
  opacity: 0;
  transition: max-height .28s ease, opacity .2s ease, padding .28s ease;
}

.faq-answer p {
  margin: 0;
  max-width: 820px;
}

.faq-item.is-open .faq-answer {
  max-height: 180px;
  padding: 0 56px 18px 0;
  opacity: 1;
}

.text-section {
  max-width: 1000px;
}

.text-section p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 16px;
}

.articles {
  display: grid;
  gap: 24px;
  justify-items: center;
}

.articles-head {
  justify-self: stretch;
}

.article-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.article-card {
  display: grid;
  gap: 20px;
  min-width: 0;
}

.article-card img {
  width: 100%;
  aspect-ratio: 300 / 147;
  border-radius: 16px;
  object-fit: cover;
  transition: transform .2s ease, box-shadow .2s ease;
}

.article-card time {
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 1px;
}

.article-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
}

.article-card:hover img {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(22, 33, 54, .14);
}

.rates-block {
  display: grid;
  grid-template-columns: minmax(0, 550px) minmax(320px, 370px);
  gap: 32px;
  align-items: start;
}

.rates-form {
  width: 100%;
}

.rates-card {
  width: 100%;
  max-width: 370px;
  padding: 10px 10px 16px;
  border-radius: 8px;
  background: #f1f1f3;
}

.rates-card h3 {
  margin: 0 0 16px;
  font-family: "Proxima Nova", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.45;
}

.rates-card h3 span {
  font-weight: 400;
}

.rates-table {
  width: calc(100% - 32px);
  margin: 32px 16px 0;
  border-collapse: collapse;
  color: #687082;
  font-size: 16px;
}

.rates-table th {
  color: var(--ink);
  font-weight: 700;
  text-align: left;
  padding: 5px 10px 7px;
  border-bottom: 2px solid #eaeaea;
}

.rates-table td {
  padding: 6px 10px;
  border-bottom: 1px solid #eaeaea;
}

.commission {
  margin: 18px 0 0;
  color: #687082;
  text-align: center;
  font-size: 16px;
}

.commission strong {
  color: var(--ink);
}

.rates-note {
  margin: 16px 0 0;
  color: #687082;
  text-align: center;
  font-size: 14px;
  line-height: 1.15;
}

.office-map {
  display: grid;
  gap: 10px;
}

.map-canvas {
  position: relative;
  height: 400px;
  overflow: hidden;
  background:
    linear-gradient(35deg, transparent 47%, rgba(255, 255, 255, .75) 48% 52%, transparent 53%) 0 0 / 140px 120px,
    linear-gradient(145deg, transparent 47%, rgba(255, 255, 255, .75) 48% 52%, transparent 53%) 20px 10px / 160px 130px,
    linear-gradient(90deg, rgba(76, 132, 181, .35) 0 4px, transparent 4px) 10px 0 / 92px 100%,
    #d9e4d4;
}

.map-canvas:before {
  content: "";
  position: absolute;
  inset: -20px;
  background:
    radial-gradient(circle at 22% 28%, rgba(0, 146, 65, .24), transparent 16%),
    radial-gradient(circle at 74% 64%, rgba(0, 146, 65, .18), transparent 18%),
    linear-gradient(30deg, transparent 0 45%, rgba(242, 147, 62, .85) 46% 48%, transparent 49% 100%),
    linear-gradient(120deg, transparent 0 48%, rgba(242, 147, 62, .75) 49% 51%, transparent 52% 100%);
  opacity: .85;
}

.map-controls {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
  width: 34px;
  border: 2px solid rgba(0, 0, 0, .2);
  border-radius: 4px;
  overflow: hidden;
}

.map-controls span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  background: #fff;
  font-size: 22px;
  line-height: 1;
}

.map-controls span+span {
  border-top: 1px solid #ccc;
}

.map-pin {
  position: absolute;
  z-index: 1;
  width: 32px;
  height: 44px;
  border-radius: 50% 50% 50% 0;
  background: var(--green);
  border: 3px solid #fff;
  transform: rotate(-45deg);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
}

.map-pin:after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  border: 3px solid #fff;
}

.map-pin.p1 {
  left: 32%;
  top: 8%;
}

.map-pin.p2 {
  left: 66%;
  top: 9%;
}

.map-pin.p3 {
  left: 43%;
  top: 27%;
}

.map-pin.p4 {
  left: 24%;
  top: 37%;
}

.map-pin.p5 {
  left: 72%;
  top: 38%;
}

.map-pin.p6 {
  left: 80%;
  top: 61%;
}

.map-pin.p7 {
  left: 50%;
  top: 69%;
}

.map-pin.p8 {
  left: 36%;
  top: 75%;
}

.map-pin.p9 {
  left: 92%;
  top: 29%;
}

.map-pin.p10 {
  left: -4%;
  top: 72%;
}

.map-button {
  width: 100%;
  min-height: 44px;
}

.metro-block {
  overflow: hidden;
}

.metro-tabs {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 12px;
}

.metro-tabs button {
  min-width: 64px;
  min-height: 43px;
  border: 0;
  border-radius: 8px;
  background: #efefef;
  color: var(--ink);
  font-weight: 700;
}

.metro-tabs button.active {
  background: var(--ink);
  color: #fff;
}

.metro-list {
  display: grid;
  gap: 30px;
  margin-top: 12px;
}

.metro-list article {
  display: grid;
  grid-template-columns: 20px 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 48px;
  border-bottom: 1px solid #f1f1f3;
}

.metro-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.metro-dot.green {
  background: #009846;
}

.metro-dot.red {
  background: #e43b3b;
}

.metro-dot.blue {
  background: #2876d9;
}

.metro-dot.orange {
  background: #f08a24;
}

.metro-dot.teal {
  background: #00a19a;
}

.chart-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 24px 20px;
  background: #fff;
}

.chart-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.chart-head strong {
  display: block;
  font-size: 26px;
}

.chart-head span {
  color: var(--muted);
}

.chart-head button {
  border: 0;
  border-radius: 8px;
  background: #efefef;
  padding: 10px 14px;
  color: var(--ink);
}

.chart-area {
  position: relative;
  height: 330px;
  margin-top: 28px;
  padding-left: 28px;
  background: repeating-linear-gradient(to bottom, transparent 0 65px, #eaeaea 66px);
}

.chart-area svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.chart-area polyline {
  fill: none;
  stroke: var(--green);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chart-area .sell-line {
  stroke: #f08a24;
}

.axis {
  position: absolute;
  left: 0;
  color: #687082;
  font-size: 14px;
}

.axis.y1 {
  top: 0;
}

.axis.y2 {
  top: 66px;
}

.axis.y3 {
  top: 132px;
}

.axis.y4 {
  top: 198px;
}

.axis.y5 {
  top: 264px;
}

.chart-legend {
  display: flex;
  gap: 40px;
  margin: 24px 0 32px;
}

.chart-legend span:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 12px;
}

.chart-legend .buy:before {
  background: var(--green);
}

.chart-legend .sell:before {
  background: #f08a24;
}

/* Scroll reveal animations */
.reveal-on-scroll {
  opacity: 0;
  transform: var(--reveal-active-transform, var(--reveal-transform, translateY(34px)));
  transition:
    opacity var(--reveal-duration, .75s) ease,
    transform var(--reveal-duration, .75s) cubic-bezier(.2, .72, .2, 1);
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  --reveal-active-transform: translate3d(0, 0, 0);
}

.reveal-rise {
  --reveal-transform: translateY(34px);
}

.reveal-left {
  --reveal-transform: translateX(-42px);
}

.reveal-right {
  --reveal-transform: translateX(42px);
}

.reveal-zoom {
  --reveal-transform: scale(.96);
}

.reveal-pop {
  --reveal-transform: translateY(24px) scale(.96);
  --reveal-duration: .65s;
}

.reserve {
  display: grid;
  grid-template-columns: 550px 690px;
  gap: 20px;
  align-items: stretch;
}

.reserve-form {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  background: #fff;
  display: grid;
  gap: 30px;
}

.reserve-form h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.32px;
}

.reserve-form h2 span {
  display: inline-flex;
  align-items: center;
  margin-top: 4px;
  color: var(--green-2);
  font-size: 28px;
}

.tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 6px;
  background: var(--soft);
  border-radius: 12px;
}

.tabs button {
  border: 0;
  border-radius: 8px;
  padding: 12px 24px;
  background: transparent;
  color: var(--ink);
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
}

.tabs button.active {
  background: var(--ink);
  color: #fff;
}

.field {
  min-height: 56px;
  border: 1px solid #d5d9de;
  border-radius: 8px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #747e89;
}

.field input,
.field select {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 16px 20px;
  background: transparent;
  color: var(--ink);
}

.field select {
  max-width: none;
  border-left: 0;
}

.amount-field select {
  max-width: 120px;
  border-left: 1px solid #d5d9de;
}

.agree {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.25;
  font-size: 16px;
  cursor: pointer;
}

.agree-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
}

.box {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border: 1px solid var(--green-2);
  border-radius: 4px;
  position: relative;
  transition: background-color .18s ease, border-color .18s ease;
}

.agree-input:checked + .box {
  border-color: var(--green-2);
  background: var(--green-2);
}

.agree-input:checked + .box::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.agree-input:focus-visible + .box {
  outline: 3px solid rgba(0, 152, 70, .25);
  outline-offset: 2px;
}

.agree a {
  text-decoration: underline;
}

.safe {
  display: flex;
  gap: 5px;
  color: var(--muted);
  font-size: 16px;
  align-items: center;
}

.reserve-form .btn:disabled,
.currency-widget .submit-btn:disabled {
  cursor: default;
  opacity: .72;
}

.info-card {
  background: var(--soft);
  border-radius: 16px;
  overflow: hidden;
  padding: 32px 20px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.info-card h3 {
  margin: 0;
  max-width: 500px;
  font-size: 24px;
  line-height: 1.2;
}

.info-card p {
  margin: 0;
  max-width: 500px;
  font-size: 18px;
  line-height: 1.2;
}

.info-card img {
  width: 100%;
  margin-top: auto;
  object-fit: contain;
}

.cash-cta {
  display: none;
}

.reserve-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.phone-card {
  min-height: 151px;
  padding: 40px;
  background: rgba(222, 240, 217, .6);
  border-radius: 16px;
  display: grid;
  gap: 30px;
}

.phone-card strong {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--green-2);
  font-family: "Magistral", "Magistral  Bold", "Arial Black", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.phone-card img {
  width: 29px;
  height: 29px;
}

.phone-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
}

.footer {
  background: #f3f3f3;
  padding: 44px 0 34px;
  color: var(--ink);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.4fr 1fr;
  gap: 50px;
  align-items: start;
  font-size: 16px;
  line-height: 1.45;
}

.footer strong {
  display: block;
  margin-bottom: 8px;
}

.footer .phone-main {
  color: var(--green);
  font-size: 26px;
  font-weight: 700;
  font-family: "Magistral", "Magistral  Bold", "Arial Black", Arial, sans-serif;
}

.footer-buttons {
  display: grid;
  gap: 12px;
  margin: 20px 0;
}

.footer-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  border-radius: 8px;
  background: var(--green-2);
  color: #fff;
  text-decoration: none;
}

.footer-buttons a:hover {
  color: #fff;
  background: #006A31;
  transition: 0.6s;
}

.callback {
  display: inline-block;
  background: #9f9f9f;
  color: #000;
  padding: 2px 6px;
}

.footer-bottom {
  border-top: 1px solid #d7d7d7;
  margin-top: 34px;
  padding-top: 24px;
  text-align: center;
  font-size: 14px;
  color: #687082;
}

.footer_feed_button1 {
  border-radius: 8px;
}

@media (max-width: 1100px) {

  .top-actions,
  .nav-links {
    display: none;
  }

  .nav {
    padding-left: 20px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 34px 0;
  }

  .hero-visual {
    order: -1;
  }

  .hero-visual img {
    height: 300px;
  }

  .benefits,
  .hero-feature-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .exchange-action-cards {
    gap: 24px;
  }

  .exchange-action-card {
    padding: 30px;
  }

  .currency-strip {
    overflow-x: auto;
    justify-content: start;
    padding-bottom: 8px;
  }

  .rates-block,
  .exchange-layout,
  .trust-grid,
  .offers-grid,
  .article-grid,
  .reserve,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .exchange-promo {
    width: 100%;
  }

  .exchange-promo-visual {
    min-height: 360px;
  }

  .award-main {
    grid-column: auto;
  }

  .offers-grid {
    height: auto;
    grid-template-rows: none;
  }

  .offer.feature {
    grid-row: auto;
  }

  .reserve {
    gap: 20px;
  }

  .faq {
    max-width: none;
  }

  .exchange-layout {
    display: block;
    overflow: hidden;
  }

  .exchange-steps {
    display: flex;
    gap: 20px;
    width: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
    scrollbar-width: none;
    cursor: grab;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
  }

  .exchange-step {
    flex: 0 0 280px;
    min-width: 280px;
    flex-direction: column;
    scroll-snap-align: start;
  }

  .exchange-promo {
    display: none;
  }

  .exchange-dots {
    display: flex;
    margin-top: 24px;
  }

  .exchange-section {
    overflow: hidden;
  }

  .exchange-layout {
    overflow: visible;
  }

  .exchange-steps.is-exchange-mobile-carousel {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    max-width: 100%;
  }

  .exchange-steps.is-exchange-mobile-carousel .exchange-step {
    scroll-snap-align: start;
  }

  .exchange-dots {
    width: auto;
    margin: 24px auto 0;
    justify-content: center;
  }

}

@media (max-width: 640px) {

  .wrap,
  .topline,
  .nav,
  .hero,
  .benefits,
  .hero-feature-cards {
    width: calc(100% - 32px);
  }

  .hero-shell {
    position: relative;
    padding: 20px 0 40px;
    border-radius: 0 0 16px 16px;
  }

  .topline {
    margin: 0 auto;
    min-height: 40px;
    gap: 10px;
    justify-content: flex-start;
  }

  .logo {
    width: 145px;
    height: 14px;
    object-fit: contain;
  }

  .top-actions {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-left: auto;
    margin-right: 52px;
    font-size: 16px;
  }

  .top-actions>a:not(.visually),
  .top-actions .btn {
    display: none;
  }

  .city {
    font-weight: 700;
  }

  .visually {
    display: grid;
    place-items: center;
    gap: 0;
  }

  .visually span:not(.eye) {
    display: none;
  }

  .eye {
    width: 40px;
    height: 40px;
  }

  .eye img {
    width: 26px;
  }

  .nav {
    margin: 20px auto 0;
    min-height: 43px;
    padding: 0 20px;
    border-radius: 8px;
  }

  .nav-actions {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }

  .nav-actions .phone,
  .nav-actions .btn {
    display: flex;
  }

  .nav-actions .phone {
    color: transparent;
    font-size: 0;
  }

  .nav-actions .phone strong {
    color: #fff;
    font-size: 16px;
    line-height: 1;
  }

  .nav-actions .btn {
    min-height: auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    box-shadow: none;
    font-size: 14px;
    letter-spacing: 0;
  }

  .menu {
    position: absolute;
    top: 20px;
    right: 16px;
    width: 40px;
    height: 40px;
    padding: 0;
    place-content: center;
    border-radius: 8px;
    background: var(--green);
  }

  .menu span {
    width: 24px;
    height: 2px;
  }

  .menu small {
    display: none;
  }

  .hero {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0 auto;
    padding: 20px 0 0;
  }

  .hero-visual {
    order: 2;
    width: 100%;
    margin-top: 20px;
  }

  .hero-visual img {
    height: 200px;
    object-fit: contain;
    border-radius: 0;
  }

  .breadcrumbs {
    font-size: 12px;
    line-height: 1.2;
  }

  .hero h1 {
    font-family: "Proxima Nova", Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
  }

  .hero p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
  }

  .hero .btn {
    width: 100%;
  }

  .section-title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 24px;
  }

  .benefits,
  .hero-feature-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0 auto;
    padding: 0;
  }

  .benefit {
    min-height: 91px;
    padding: 20px 16px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.2;
  }

  .hero-feature-card {
    min-height: 200px;
    padding: 22px;
    gap: 24px;
  }

  .hero-feature-icon {
    position: static;
    width: 58px;
    height: 58px;
  }

  .exchange-action-cards {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 24px auto 0;
    padding-bottom: 24px;
  }

  .exchange-action-card {
    position: relative;
    align-items: flex-end;
    min-height: 186px;
    padding: 24px 104px 24px 24px;
    overflow: hidden;
  }

  .exchange-action-copy {
    gap: 16px;
  }

  .exchange-action-card h2 {
    font-size: 20px;
  }

  .exchange-action-card p {
    font-size: 14px;
    line-height: 1.35;
  }

  .exchange-action-link {
    display: inline-flex !important;
    padding-top: 0;
    font-size: 14px;
    line-height: 1;
  }

  .exchange-action-coin {
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 88px;
    height: 88px;
    background-size: 306px 306px;
  }

  .exchange-action-coin.usd,
  .exchange-action-coin.dollar {
    background-position: -12px -14px;
  }

  .exchange-action-coin.eur,
  .exchange-action-coin.euro {
    background-position: -109px -14px;
  }

  .exchange-action-coin.gbp,
  .exchange-action-coin.pound {
    background-position: -207px -14px;
  }

  .exchange-action-coin.cny,
  .exchange-action-coin.yuan {
    background-position: -61px -111px;
  }

  .exchange-action-coin.chf,
  .exchange-action-coin.franc {
    background-position: -158px -111px;
  }

  .exchange-action-coin.aed,
  .exchange-action-coin.dirham {
    background-position: -14px -204px;
  }

  .exchange-action-coin.try,
  .exchange-action-coin.lira {
    background-position: -109px -204px;
  }

  .exchange-action-coin.rub,
  .exchange-action-coin.ruble {
    background-position: -207px -204px;
  }

  .currency-strip {
    display: flex;
    gap: 16px;
    width: 100%;
    margin: 80px 0 0;
    padding: 0 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .currency-strip::-webkit-scrollbar,
  .exchange-steps::-webkit-scrollbar,
  .article-grid::-webkit-scrollbar {
    display: none;
  }

  .currency {
    flex: 0 0 100px;
    scroll-snap-align: start;
    font-size: 14px;
    font-weight: 700;
    color: var(--ink);
  }

  .currency-icon {
    width: 100px;
    height: 100px;
    border-radius: 16px;
  }

  .currency-icon:before {
    width: 68px;
    height: 68px;
    background-size: 236px 236px;
  }

  .currency-icon.usd:before {
    background-position: -9px -11px;
  }

  .currency-icon.eur:before {
    background-position: -84px -11px;
  }

  .currency-icon.gbp:before {
    background-position: -160px -11px;
  }

  .currency-icon.cny:before {
    background-position: -47px -86px;
  }

  .currency-icon.chf:before {
    background-position: -122px -86px;
  }

  .currency-icon.aed:before {
    background-position: -11px -158px;
  }

  .currency-icon.try:before {
    background-position: -84px -158px;
  }

  .carousel-dots {
    display: flex;
    width: 60px;
    margin: 32px auto 0;
  }

  main {
    padding: 80px 0 0;
  }

  .stack {
    gap: 90px;
  }

  .rates-block {
    gap: 24px;
  }

  .reserve-form {
    gap: 24px;
    padding: 20px;
    border-radius: 16px;
  }

  .reserve-form h2 {
    font-size: 28px;
    letter-spacing: -.32px;
  }

  .reserve-form h2 span {
    font-size: 28px;
  }

  .tabs {
    gap: 12px;
  }

  .tabs button {
    padding: 12px 10px;
    min-width: 0;
  }

  .field {
    min-height: 43px;
  }

  .field input,
  .field select {
    padding: 10px 14px;
  }

  .amount-field {
    min-height: 56px;
  }

  .rates-card {
    max-width: none;
    padding: 10px 10px 16px;
  }

  .rates-table {
    width: calc(100% - 32px);
    margin: 32px 16px 0;
    font-size: 16px;
  }

  .rates-table th,
  .rates-table td {
    padding-left: 8px;
    padding-right: 8px;
  }

  .office-map {
    gap: 10px;
  }

  .office-map .section-title {
    margin-bottom: 14px;
  }

  .map-canvas {
    height: 400px;
  }

  .metro-tabs {
    margin-right: -16px;
    padding-right: 16px;
  }

  .metro-list {
    gap: 30px;
  }

  .metro-list article {
    grid-template-columns: 16px minmax(0, 1fr);
    min-height: 48px;
  }

  .metro-list article span:last-child {
    grid-column: 2;
    color: var(--muted);
  }

  .exchange-steps {
    padding: 0;
  }

  .exchange-step {
    flex: 0 0 280px;
    min-width: 280px;
    min-height: 431px;
    flex-direction: column;
    gap: 40px;
    padding: 20px;
    border-radius: 16px;
    scroll-snap-align: start;
    transition: opacity .35s ease, transform .35s ease, box-shadow .35s ease;
  }

  .step-number {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }

  .exchange-copy {
    gap: 20px;
  }

  .exchange-copy h3 {
    font-size: 20px;
  }

  .exchange-copy p {
    font-size: 16px;
    line-height: 1.5;
  }

  .exchange-copy .btn {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .exchange-promo {
    display: none;
  }

  .exchange-dots {
    margin-top: 24px;
  }

  .exchange-promo h3 {
    width: calc(100% - 40px);
    padding: 28px 0 20px;
    font-size: 28px;
  }

  .exchange-promo-visual {
    min-height: 300px;
  }

  .chart-card {
    padding: 20px;
  }

  .chart-area {
    height: 300px;
  }

  .trust-panel {
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  .trust-panel .section-title {
    margin-bottom: 24px;
  }

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

  .award-main,
  .award-card,
  .offer {
    padding: 20px;
    border-radius: 16px;
  }

  .award-main {
    grid-column: 1 / -1;
  }

  .award-main {
    min-height: 240px;
    padding: 15px 16px;
    font-size: 15px;
    line-height: 1.5;
    background: #f7f9fc;
  }

  .award-main .award-dots {
    width: 200px;
    height: 100px;
    right: 0;
    bottom: 10px;
  }

  .award-main .award-cup {
    display: none;
  }

  .award-card {
    min-height: 140px;
    padding: 26px 10px 10px;
    font-size: 17px;
    line-height: 1.15;
    background: rgba(222, 240, 217, .6);
  }

  .award-card p {
    font-size: 12px;
    line-height: 1.2;
  }

  .award-card img {
    width: 50px;
    top: 25px;
    right: 5px;
    max-height: 50px;
  }

  .pin {
    width: 44px;
    height: 44px;
    right: 23px;
    top: 30px;
  }

  .pin:after {
    width: 14px;
    height: 14px;
    left: 15px;
    top: 15px;
  }

  .offers-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: auto;
    overflow: visible;
  }

  .offer {
    flex-direction: row;
    min-height: 127px;
    padding: 24px;
    border-radius: 16px;
    background: var(--soft);
  }

  .offer.feature {
    min-height: 473px;
    padding: 0;
    flex-direction: column;
  }

  .offer.feature .offer-copy {
    width: 100%;
    min-height: 273px;
    padding: 32px 20px 0;
  }

  .offer h3 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.2;
    overflow-wrap: anywhere;
  }

  .offer p {
    font-size: 16px;
    line-height: 1.2;
  }

  .offer.feature p {
    line-height: 1.6;
  }

  .offer.feature img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    object-position: center bottom;
  }

  .offer:not(.feature) img {
    align-self: center;
    width: 130px;
    height: 130px;
  }

  .faq {
    padding: 32px 24px;
    border-radius: 16px;
  }

  .faq .section-title {
    margin-bottom: 24px;
  }

  .faq-row {
    min-height: 65px;
    padding: 17px 0 16px;
    font-size: 16px;
    color: #000;
  }

  .faq-row:hover {
    padding-left: 0;
  }

  .text-section .section-title {
    margin-bottom: 24px;
  }

  .text-section p {
    font-size: 16px;
    line-height: 1.6;
  }

  .articles {
    align-items: start;
    justify-items: stretch;
    overflow: hidden;
  }

  .articles .section-title {
    margin-bottom: 8px;
  }

  .article-grid {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 0;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .article-card {
    flex: 0 0 280px;
    min-width: 280px;
    scroll-snap-align: start;
  }

  .article-card img {
    border-radius: 16px;
  }

  .article-card p {
    font-size: 18px;
    line-height: 1.4;
    max-height: 76px;
    overflow: hidden;
  }

  .articles-dots {
    margin-top: 8px;
  }

  .bottom-reserve {
    gap: 20px;
  }

  .info-card {
    min-height: 392px;
    padding: 32px 20px 0;
  }

  .cash-cta {
    display: grid;
    min-height: 278px;
    padding: 24px 20px 0;
    border-radius: 16px;
    background: var(--soft);
    overflow: hidden;
  }

  .cash-cta-copy {
    display: grid;
    gap: 18px;
    max-width: 280px;
  }

  .cash-cta h2 {
    margin: 0;
    font-family: "Proxima Nova", Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
  }

  .cash-cta p {
    margin: 0;
    color: var(--ink);
    font-size: 15px;
    line-height: 1.25;
  }

  .cash-cta img {
    justify-self: center;
    width: 250px;
    margin-top: 8px;
  }

  .footer {
    margin-top: 90px;
    padding: 20px 0 35px;
    background: #d6d4d3;
    text-align: center;
    color: #000;
  }

  .footer .wrap {
    width: 320px;
  }

  .footer-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    font-size: 13px;
    line-height: 1.3;
  }

  .footer strong {
    margin: 0;
    font-weight: 400;
  }

  .footer-hotline {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-hotline p {
    margin: 0;
  }

  .footer .phone-main {
    margin: 2px 0 18px;
    color: #000;
    font-family: "Proxima Nova", Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
  }

  .footer-buttons {
    width: 270px;
    gap: 17px;
    margin: 0 0 25px;
  }

  .footer-buttons a {
    min-height: 49px;
    font-size: 15px;
  }

  .callback {
    margin-bottom: 4px;
  }

  .footer-info,
  .footer-service {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .footer-info p,
  .footer-service p {
    margin: 0;
    max-width: 310px;
  }

  .footer-service strong {
    font-size: 12px;
    color: #414141;
  }

  .footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 35px;
    padding-top: 35px;
    border-color: #b7b7b7;
    color: #616161;
    font-size: 12px;
  }
  
}

@media(max-width: 376px) {
  .exchange-action-cards {
    gap: 16px;
  }

  .exchange-action-card {
    position: relative;
    align-items: flex-end;
    min-height: 186px;
    padding: 16px 80px 16px 16px;
    overflow: hidden;
  }

  .exchange-action-copy {
    gap: 24px;
  }

  .exchange-action-card h2 {
    font-size: 20px;
  }

  .exchange-action-coin {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 80px;
    height: 80px;
    background-size: 278px 278px;
  }

  .exchange-action-coin.usd,
  .exchange-action-coin.dollar {
    background-position: -11px -13px;
  }

  .exchange-action-coin.eur,
  .exchange-action-coin.euro {
    background-position: -99px -13px;
  }

  .exchange-action-coin.gbp,
  .exchange-action-coin.pound {
    background-position: -188px -13px;
  }

  .exchange-action-coin.cny,
  .exchange-action-coin.yuan {
    background-position: -55px -101px;
  }

  .exchange-action-coin.chf,
  .exchange-action-coin.franc {
    background-position: -143px -101px;
  }

  .exchange-action-coin.aed,
  .exchange-action-coin.dirham {
    background-position: -13px -185px;
  }

  .exchange-action-coin.try,
  .exchange-action-coin.lira {
    background-position: -99px -185px;
  }

  .exchange-action-coin.rub,
  .exchange-action-coin.ruble {
    background-position: -188px -185px;
  }

  .offer:not(.feature) img {
    width: 100px;
  }
}

@media(max-width: 320px) {
  .offer:not(.feature) img {
    width: 80px;
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *:before,
  *:after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (min-width: 641px) {
  .is-carousel-track>* {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

/* ==========================================================================
   Blog hub page (blog.html)
   ========================================================================== */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.page-header {
  background: #fff;
}

.blog .breadcrumbs {
  margin: 24px 0 20px;
}

/* Hero banner */
.blog-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 80px 100px;
  border-radius: 24px;
  background: #3d4a3e;
  overflow: hidden;
}

.blog-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .4;
  pointer-events: none;
}

.blog-hero-title {
  position: relative;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
}

.blog-search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 600px;
  padding: 12px 12px 12px 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.blog-search-input {
  flex: 1 1 0;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 16px;
  color: var(--ink);
}

.blog-search-input::placeholder {
  color: #6b7280;
}

.blog-search-btn {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 12px;
  background: var(--green);
  cursor: pointer;
  transition: background-color .2s ease, transform .2s ease;
}

.blog-search-btn:hover {
  background: #007f38;
  transform: scale(1.05);
}

/* Content layout: sidebar + main */
.blog-grid {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  column-gap: 48px;
  row-gap: 60px;
  align-items: start;
  margin-top: 60px;
}

.blog-tabbar {
  grid-column: 1 / -1;
  order: -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.blog-sidebar {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
  position: sticky;
  top: 24px;
  overflow-y: auto;
}

.blog-main {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  gap: 60px;
  min-width: 0;
}

/* Base order (works for both desktop columns and the mobile single flow) */
.blog-cats { order: 1; }
.blog-featured--lead { order: 3; }
.blog-popular { order: 4; }
.blog-section--green { order: 5; }
.blog-ad--a { order: 6; }
.blog-section--purple { order: 7; }
.blog-news { order: 8; }
.blog-section--teal { order: 9; }
.blog-ad--b { order: 10; }
.blog-section--orange { order: 11; }
.blog-newsletter { order: 12; }

/* Tabs (topic pills) */
.blog-tab {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 11px 16px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
  transition: transform .2s ease, filter .2s ease;
}

.blog-tab:hover {
  transform: translateY(-1px);
  filter: brightness(.97);
}

.blog-tab--link {
  padding: 10px 16px;
  background: transparent;
  color: var(--ink);
  font-weight: 700;
}

.blog-tab--link:hover {
  color: var(--green);
  filter: none;
}

/* Shared chip colour families (tags + tabs) */
.blog-tag--green,
.blog-tab--green {
  background: var(--pale-green);
  color: #009846;
}

.blog-tag--teal,
.blog-tab--teal {
  background: rgba(45, 131, 137, .2);
  color: #2d8389;
}

.blog-tag--orange,
.blog-tab--orange {
  background: rgba(255, 143, 74, .2);
  color: #ff8f4a;
}

.blog-tag--purple,
.blog-tab--purple {
  background: rgba(94, 50, 115, .15);
  color: #5e3273;
}

/* Category navigation (sidebar) */
.blog-cats-title,
.blog-popular-title {
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -.32px;
  color: var(--ink);
}

.blog-cats-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.blog-cat {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  border-bottom: 1px solid var(--soft);
  color: var(--muted);
  font-size: 16px;
  line-height: 1.2;
  transition: color .2s ease, background-color .2s ease;
}

.blog-cat.is-active {
  background: rgba(0, 0, 0, .05);
  border-bottom-color: var(--ink);
  color: var(--ink);
}

.blog-cat:hover {
  color: var(--green);
}

.blog-cat-icon {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
}

/* Popular list */
.blog-popular {
  border: 1px solid #eaf1f9;
  border-radius: 16px;
  padding: 32px 24px;
}

.blog-popular-title {
  margin: 0;
}

.blog-popular-list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.blog-popular-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 0 16px;
  border-top: 1px solid #eaf1f9;
}

.blog-popular-item:last-child {
  border-bottom: 1px solid #eaf1f9;
}

.blog-popular-link {
  font-size: 18px;
  line-height: 1.2;
  color: var(--ink);
}

.blog-popular-link:hover {
  color: var(--green);
}

/* Newsletter card */
.blog-newsletter {
  position: relative;
  overflow: hidden;
  padding: 32px 24px 48px;
  border-radius: 24px;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
}

.blog-newsletter-glow {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  filter: blur(32px);
  pointer-events: none;
}

.blog-newsletter-title {
  position: relative;
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -.32px;
}

.blog-newsletter-text {
  position: relative;
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  color: #bbccdf;
}

.blog-newsletter-form {
  position: relative;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.blog-newsletter-input {
  padding: 18px 24px;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .3);
  color: #fff;
  font-size: 16px;
}

.blog-newsletter-input::placeholder {
  color: rgba(255, 255, 255, .5);
}

.blog-newsletter-agree {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 12px;
  line-height: 20px;
  color: #bbccdf;
  cursor: pointer;
}

.blog-newsletter-agree input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.blog-newsletter-box {
  position: relative;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border: 1px solid var(--green-2);
  border-radius: 4px;
  transition: background-color .2s ease;
}

.blog-newsletter-agree input:checked+.blog-newsletter-box {
  background: var(--green-2);
}

.blog-newsletter-agree input:checked+.blog-newsletter-box::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.blog-newsletter-agree input:focus-visible+.blog-newsletter-box {
  outline: 3px solid rgba(255, 255, 255, .4);
  outline-offset: 2px;
}

.blog-newsletter-agree a {
  color: #bbccdf;
  text-decoration: underline;
}

.blog-newsletter-agree a:hover {
  color: #fff;
}

.blog-newsletter-btn {
  width: 100%;
  background: var(--green-2);
  letter-spacing: 0;
}

/* Featured article card */
.blog-featured {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}

.blog-featured-media {
  flex: 1 1 0;
  align-self: stretch;
  min-width: 0;
  overflow: hidden;
}

.blog-featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.blog-featured:hover .blog-featured-media img {
  transform: scale(1.04);
}

.blog-featured-body {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
}

.blog-featured-title {
  margin: 0;
  font-family: "Magistral", "Magistral  Bold", "Arial Black", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}

.blog-featured-title a:hover {
  color: var(--green);
}

.blog-featured-text {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  color: var(--ink);
}

/* Regular article card */
.blog-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.blog-card-media {
  display: block;
  aspect-ratio: 300 / 147;
  overflow: hidden;
  border-radius: 16px;
}

.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.blog-card:hover .blog-card-media img {
  transform: scale(1.04);
}

.blog-card-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}

.blog-card-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.blog-card-title a:hover {
  color: var(--green);
}

/* Meta + tags */
.blog-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.blog-meta .blog-tag {
  padding: 8px 12px;
}

.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.blog-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
  transition: filter .2s ease;
}

.blog-tag:hover {
  filter: brightness(.96);
}

.blog-date {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.2;
}

.blog-sep {
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  background: currentColor;
  opacity: .55;
  transform: rotate(45deg);
}

/* Category sections (bento) */
.blog-section {
  border-radius: 16px;
  padding: 48px 32px;
}

.blog-section--green { background: var(--pale-green); }
.blog-section--purple { background: #e7e0ea; }
.blog-section--teal { background: #d5e6e7; }
.blog-section--orange { background: #ffe9db; }

.blog-section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.blog-section-title {
  grid-column: 1 / -1;
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--ink);
}

.blog-section-grid .blog-featured {
  grid-column: 1 / -1;
}

.blog-loadmore {
  grid-column: 1 / -1;
  width: 100%;
  letter-spacing: 1px;
}

.blog-loadmore:hover,
.blog-loadmore:hover svg {
  color: #fff;
}

.loadmore-btn {
    grid-column: 1 / -1;
    letter-spacing: 1px;
}

.loadmore-btn svg {
    transition: transform 0.3s ease;
}

.loadmore-btn:hover, .loadmore-btn:hover svg {
    color: #fff;
}

/* Advertising block */
.blog-ad {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px 32px;
  border-radius: 16px;
  background: var(--soft);
  overflow: hidden;
}

.blog-ad-copy {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog-ad-label {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1;
  color: var(--ink);
}

.blog-ad-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
}

.blog-ad-text {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
}

.blog-ad-img {
  flex: 0 0 auto;
  width: 136px;
  height: 136px;
  object-fit: contain;
}

/* Bank news carousel */
.blog-news {
  padding: 96px 0;
  border-radius: 16px;
  background: #f3f4f5;
  overflow: hidden;
}

.blog-news-inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 0 32px;
}

.blog-news-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.blog-news-eyebrow {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--green-2);
}

.blog-news-title {
  margin: 0;
  font-size: 36px;
  line-height: 1.2;
}

.blog-news-nav {
  display: flex;
  gap: 16px;
}

.blog-news-arrow {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.blog-news-arrow:hover {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}

.blog-news-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
}

.blog-news-track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.blog-news-track::-webkit-scrollbar {
  display: none;
}

.blog-news-card {
  flex: 0 0 350px;
  min-width: 350px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  scroll-snap-align: start;
}

.blog-news-card .blog-date {
  font-size: 14px;
}

.blog-news-card-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.blog-news-card-title a:hover {
  color: var(--green);
}

.blog-news-card-title--accent a {
  color: var(--green);
}

.blog-news-card-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: var(--muted);
}

.blog-news-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-top: 8px;
  color: var(--green);
  font-weight: 700;
  font-size: 14px;
}

.blog-news-more:hover {
  color: #007f38;
  transform: translateX(2px);
}

.blog-loadmore--inline {
  width: max-content;
  align-self: flex-start;
}

/* Full-width tail sections (reuse offers / articles / reserve) */
.blog-tail {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 120px;
  margin: 120px auto;
}

.blog-tail > * {
  min-width: 0;
}

.blog-tail .articles .article-card a {
  display: block;
  color: inherit;
}

.blog-tail .articles .article-card a:hover {
  color: var(--green);
}

/* --- Blog responsive: 960px --- */
@media (max-width: 960px) {
  .blog-grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 48px;
    margin-top: 40px;
  }

  .blog-sidebar,
  .blog-main {
    display: contents;
  }

  .blog-tabbar {
    order: 2;
  }

  /* Categories become a horizontal scroller */
  .blog-cats-title {
    display: none;
  }

  .blog-cats-list {
    flex-direction: row;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
    border-bottom: 1px solid var(--soft);
  }

  .blog-cats-list::-webkit-scrollbar {
    display: none;
  }

  .blog-cat {
    flex: 0 0 auto;
    padding: 12px 16px;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
  }

  .blog-cat.is-active {
    background: transparent;
    border-bottom-color: var(--ink);
  }
}

/* --- Blog responsive: 640px --- */
@media (max-width: 640px) {
  .blog-hero {
    padding: 48px 24px;
    gap: 32px;
    border-radius: 16px;
  }

  .blog-hero-title {
    font-size: 30px;
  }

  .blog-grid {
    gap: 40px;
  }

  /* Featured card stacks: text on top, image below */
  .blog-featured {
    flex-direction: column;
    align-items: stretch;
  }

  .blog-featured-media {
    order: 2;
    flex: none;
    align-self: auto;
    aspect-ratio: 16 / 9;
  }

  .blog-featured-body {
    flex: none;
  }

  .blog-featured-media img {
    height: 100%;
  }

  .blog-section {
    padding: 24px 16px;
  }

  .blog-news {
    padding: 48px 0;
  }

  .blog-news-inner {
    gap: 32px;
    padding: 0 16px;
  }

  .blog-news-title {
    font-size: 28px;
  }

  .blog-news-card {
    flex-basis: 300px;
    min-width: 300px;
  }

  .blog-ad {
    padding: 20px;
  }

  .blog-ad-img {
    width: 100px;
    height: 100px;
  }

  .blog-tail {
    gap: 90px;
    margin: 90px auto;
  }
}

/* --- Blog responsive: 480px (single-column cards) --- */
@media (max-width: 480px) {
  .blog-section-grid {
    grid-template-columns: 1fr;
  }
}

/* --- Blog responsive: 360px --- */
@media (max-width: 360px) {
  .blog-hero {
    padding: 40px 16px;
  }

  .blog-hero-title {
    font-size: 26px;
  }

  .blog-section-title {
    font-size: 24px;
  }
}


/* ==========================================================================
   Blog article page (article.html)
   ========================================================================== */

/* Hero */
.article-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-top: 40px;
}

.article-hero-head {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1000px;
  width: 100%;
  text-align: center;
}

.article-hero-title {
  margin: 0;
  font-size: 36px;
  line-height: 1.2;
  color: var(--ink);
}

.article-hero-lead {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  color: var(--ink);
}

.article-hero-media {
  width: 100%;
}

.article-hero-media img {
  display: block;
  width: 100%;
  height: 382px;
  object-fit: cover;
  border: 1px solid var(--soft);
  border-radius: 24px;
}

.article-hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.article-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.2;
}

.article-meta-icon {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  color: var(--muted);
}

/* Hero share (accessible disclosure) */
.article-share {
  position: relative;
  margin-left: auto;
}

.article-share > summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 6px 6px 12px;
  list-style: none;
  cursor: pointer;
  color: var(--muted);
  font-size: 14px;
  border-radius: 8px;
}

.article-share > summary::-webkit-details-marker {
  display: none;
}

.article-share-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .06);
}

.article-share-icon svg {
  width: 20px;
  height: 20px;
  color: var(--ink);
}

.article-share[open] > summary {
  color: var(--ink);
}

.article-share > summary:focus-visible {
  outline: 3px solid rgba(0, 152, 70, .35);
  outline-offset: 2px;
}

.article-share[open] .share-list {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 5;
  padding: 16px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(22, 33, 54, .16);
}

.article-share:not([open]) > .share-list {
  display: none;
}

/* Social buttons (shared: hero + author) */
.share-list {
  display: flex;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.share-btn {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.share-btn svg {
  width: 20px;
  height: 20px;
}

.share-btn:hover {
  color: #fff;
  background: var(--green);
  border-color: var(--green);
}

/* Two-column layout: aside + article body */
.article-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  column-gap: 80px;
  align-items: start;
  margin-top: 60px;
}

.article-aside {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 24px;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  gap: 24px;
  min-width: 0;
}

/* Table of contents */
.article-toc {
  background: var(--soft);
  border-radius: 16px;
  padding: 32px;
}

.article-toc-title {
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--ink);
}

.article-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.article-toc-list a {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.2;
  color: var(--muted);
  transition: color .2s ease;
}

.article-toc-list a::before {
  content: "";
  flex: 0 0 auto;
  margin-top: 2px;
  width: 0;
  height: 0;
  border-left: 8px solid var(--green-2);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.article-toc-list a:hover {
  color: var(--green);
}

/* Article body typography (universal) */
.article-body {
  display: flex;
  flex-direction: column;
  gap: 72px;
  min-width: 0;
  font-size: 18px;
  line-height: 1.6;
  color: var(--muted);
}

.article-sec {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.article-body h2,
.article-body h3,
.article-body h4 {
  margin: 0;
  color: var(--ink);
  line-height: 1.2;
}

.article-body h2 {
  font-family: "Magistral", "Magistral  Bold", "Arial Black", Arial, sans-serif;
  font-weight: 700;
  font-size: 28px;
}

.article-body h3 {
  font-family: "Magistral", "Magistral  Bold", "Arial Black", Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
}

.article-body p {
  margin: 0;
}

.article-body a:not(.btn) {
  color: var(--green);
  text-decoration: underline;
}

.article-body a:not(.btn):hover {
  color: #007f38;
}

.article-body strong {
  color: var(--ink);
  font-weight: 700;
}

.article-body em {
  font-style: italic;
}

.article-body ul:not(.article-icon-list):not(.share-list),
.article-body ol {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.article-body ul:not(.article-icon-list):not(.share-list) {
  list-style: none;
}

.article-body ul:not(.article-icon-list):not(.share-list) > li {
  position: relative;
  padding-left: 28px;
}

.article-body ul:not(.article-icon-list):not(.share-list) > li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: .62em;
  width: 0;
  height: 0;
  border-left: 8px solid var(--green-2);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.article-body ol {
  list-style: none;
  counter-reset: article-ol;
  padding-left: 4px;
}

.article-body ol > li {
  position: relative;
  padding-left: 28px;
  counter-increment: article-ol;
}

.article-body ol > li::before {
  content: counter(article-ol) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: var(--ink);
}

.article-body blockquote {
  margin: 0;
  padding: 24px 32px;
  border-left: 4px solid var(--green);
  border-radius: 0 16px 16px 0;
  background: var(--soft);
  color: var(--ink);
  font-size: 20px;
  line-height: 1.5;
}

.article-body hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 0;
}

.article-figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.article-figure img {
  display: block;
  width: 100%;
  height: 382px;
  object-fit: cover;
  border-radius: 24px;
}

.article-figure figcaption {
  text-align: center;
  font-size: 14px;
  color: var(--muted);
}

/* Tables */
.article-body table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.article-body th,
.article-body td {
  border: 1px solid var(--line);
  padding: 12px 16px;
  text-align: left;
  line-height: 1.4;
}

.article-body th {
  background: var(--soft);
  color: var(--ink);
  font-weight: 700;
}

/* Icon lists (callouts + comparisons) */
.article-icon-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.article-icon-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.article-icon-list span {
  flex: 1 1 0;
  min-width: 0;
  font-size: 18px;
  line-height: 1.34;
  color: var(--muted);
}

.article-ico {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
}

.article-ico--ok {
  color: var(--green);
}

.article-ico--no {
  color: #eb5757;
}

/* Callout (info box) */
.article-callout {
  background: var(--pale-green);
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.article-callout-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--ink);
}

/* Comparison (pros / cons) */
.article-compare {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: 20px;
}

.article-compare-col {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.article-compare-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--ink);
}

/* In-article CTA banner */
.article-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.75fr);
  gap: 40px 20px;
  padding: 32px;
  border-radius: 16px;
  background: var(--soft);
  overflow: hidden;
}

.article-cta-copy {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}

.article-cta-tag {
  padding: 8px 12px;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
}

.article-cta-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  color: var(--ink);
}

.article-cta-title span {
  color: var(--green);
}

.article-cta-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.article-cta-list li {
  position: relative;
  padding-left: 28px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--ink);
}

.article-cta-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: .62em;
  width: 0;
  height: 0;
  border-left: 8px solid var(--green-2);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.article-cta-btn {
  width: max-content;
  max-width: 305px;
  background: var(--green);
  letter-spacing: 0;
}

.article-cta-media {
  min-width: 0;
}

.article-cta-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

/* Author card */
.article-author {
  display: flex;
  gap: 32px;
  align-items: center;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--soft);
}

.article-author-avatar {
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.article-author-info {
  min-width: 0;
}

.article-author-name {
  margin: 0;
  font-family: "Magistral", "Magistral  Bold", "Arial Black", Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: var(--ink);
}

.article-author-role {
  margin: 6px 0 0;
  font-size: 18px;
  line-height: 1.34;
  color: var(--muted);
}

/* Author share row */
.article-share-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.article-share-caption {
  margin: 0;
  font-size: 16px;
  color: var(--muted);
}

/* Last section keeps the divider from the design */
.article-sec--last {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}

/* "Как обменять валюту" steps */
.article-steps-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}

.article-step {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.article-step-num {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--pale-green);
  color: #000;
  font-family: "Magistral", "Magistral  Bold", "Arial Black", Arial, sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 24px;
}

.article-step-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.article-step-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--ink);
}

.article-step-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: var(--muted);
}

.article-step-btn {
  width: max-content;
  max-width: 305px;
  background: var(--green);
  letter-spacing: 0;
}

/* "Другие статьи по теме" */
.blog-related-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}

.blog-related-head .section-title {
  margin: 0;
}

.blog-related-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
}

.blog-related-track::-webkit-scrollbar {
  display: none;
}

.blog-related-track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.blog-related-track > .blog-card {
  flex: 0 0 calc((100% - 40px) / 3);
  min-width: 300px;
  scroll-snap-align: start;
}

/* --- Article responsive: 960px --- */
@media (max-width: 960px) {
  .article-layout {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 48px;
    margin-top: 40px;
  }

  .article-aside {
    display: contents;
  }

  .article-toc {
    order: 1;
  }

  .article-body {
    order: 2;
  }

  .article-aside .blog-newsletter {
    order: 3;
  }
}

/* --- Article responsive: 640px --- */
@media (max-width: 640px) {
  .article-hero {
    padding-top: 24px;
    gap: 20px;
  }

  .article-hero-head {
    gap: 20px;
  }

  .article-hero-title {
    font-size: 28px;
  }

  .article-hero-lead {
    font-size: 16px;
  }

  .article-hero-media img {
    height: 300px;
    border-radius: 16px;
  }

  .article-body {
    gap: 56px;
    font-size: 16px;
  }

  .article-share {
    display: none;
  }

  .article-sec {
    gap: 24px;
  }

  .article-icon-list span,
  .article-cta-list li,
  .article-author-role {
    font-size: 16px;
  }

  .article-callout,
  .article-compare-col,
  .article-author {
    padding: 24px;
  }

  .article-compare,
  .article-cta {
    grid-template-columns: 1fr;
  }

  .article-cta {
    gap: 24px;
    padding: 24px;
  }

  .article-cta-media {
    grid-row: 2;
    max-height: 220px;
  }

  .article-figure img {
    height: 240px;
    border-radius: 16px;
  }

  .article-steps-grid {
    grid-template-columns: 1fr;
  }

  .article-author {
    gap: 20px;
  }
}

/* --- Article responsive: mobile --- */
@media (max-width: 360px) {
  .article-hero-title {
    font-size: 24px;
  }

  .article-hero-media img {
    height: 240px;
  }

  .article-author {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}

/* Reserve component extensions (used by the article page CTA form) */
.reserve-city {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  color: var(--green-2);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.reserve-submit {
  width: 100%;
}

/* Article interactivity states */
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

.article-sec {
  scroll-margin-top: 24px;
}

.article-toc-list a.is-active {
  color: var(--ink);
  font-weight: 700;
}

.share-copy-wrap {
  position: relative;
}

.share-btn.is-copied::after {
  content: "Ссылка скопирована";
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 12px;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  pointer-events: none;
  z-index: 6;
}

.blog-newsletter-form.is-subscribed .blog-newsletter-btn {
  background: var(--green-2);
  opacity: .85;
  cursor: default;
}


.currency-widget {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.widget-form-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.02);
}

.widget-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 24px;
  color: #111827;
}

        .widget-title .city {
            color: #009a4e;
            display: inline-flex;
            align-items: center;
            cursor: pointer;
        }

        .widget-title .city svg {
            margin-left: 6px;
            width: 16px;
            height: 16px;
        }

        .action-toggle {
            display: flex;
            background: #f3f4f6;
            border-radius: 8px;
            padding: 4px;
            margin-bottom: 24px;
        }

        .toggle-btn {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 12px;
            border: none;
            border-radius: 6px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s ease;
            background: transparent;
            color: #111827;
        }

        .toggle-btn.active {
            background: #172136;
            color: #ffffff;
        }

        .toggle-btn svg {
            margin-left: 8px;
            width: 12px;
            height: 12px;
            stroke-width: 2.5;
        }

        .toggle-btn.active svg {
            stroke: #ffffff;
        }

        .toggle-btn:not(.active) svg {
            stroke: #009a4e;
        }

        .form-group {
            margin-bottom: 16px;
        }

        .form-control {
            width: 100%;
            padding: 14px 16px;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            font-size: 15px;
            color: #111827;
            outline: none;
            transition: border-color 0.2s;
        }

        .form-control::placeholder {
            color: #9ca3af;
        }

        .form-control:focus {
            border-color: #009a4e;
        }

        .input-group-split {
            display: flex;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            overflow: hidden;
            transition: border-color 0.2s;
        }

        .input-group-split:focus-within {
            border-color: #009a4e;
        }

        .input-group-split input {
            flex: 1;
            border: none;
            padding: 14px 16px;
            outline: none;
            font-size: 15px;
        }

        .currency-select {
            display: flex;
            align-items: center;
            border-left: 1px solid #e5e7eb;
            padding: 0 16px;
            background: #ffffff;
        }

        .currency-select select {
            border: none;
            outline: none;
            background: transparent;
            font-size: 15px;
            color: #111827;
            cursor: pointer;
            appearance: none;
            padding-right: 20px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23111827' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4l3 3 3-3'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right center;
        }

        .office-select {
            position: relative;
        }

        .office-select select {
            appearance: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4l3 3 3-3'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 16px center;
            cursor: pointer;
            color: #6b7280;
        }

        .office-select select:valid {
            color: #111827;
        }

        .submit-btn {
            width: 100%;
            background: #009a4e;
            color: #ffffff;
            border: none;
            border-radius: 8px;
            padding: 16px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            margin-top: 8px;
            margin-bottom: 24px;
            transition: background 0.2s;
        }

        .submit-btn:hover {
            background: #008744;
        }

        .agreement-label {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            font-size: 13px;
            color: #4b5563;
            cursor: pointer;
            margin-bottom: 24px;
            line-height: 1.4;
        }

        .agreement-label input {
            display: none;
        }

        .custom-checkbox {
            width: 18px;
            height: 18px;
            border: 1.5px solid #009a4e;
            border-radius: 4px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            flex-shrink: 0;
            margin-top: 1px;
        }

        .agreement-label input:checked + .custom-checkbox::after {
            content: '';
            width: 10px;
            height: 10px;
            background-color: #009a4e;
            border-radius: 2px;
        }

        .agreement-label a {
            color: #4b5563;
            text-decoration: underline;
            text-decoration-color: #9ca3af;
        }

        .security-notice {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 12px;
            color: #6b7280;
        }

        .security-notice svg {
            width: 14px;
            height: 14px;
            stroke: #6b7280;
        }

        .widget-info-column {
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .contact-card {
            background: #eaf5ec;
            border-radius: 16px;
            padding: 24px 32px;
        }

        .contact-phone {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 20px;
            font-weight: 700;
            color: #009a4e;
            margin-bottom: 8px;
        }

        .contact-phone svg {
            width: 20px;
            height: 20px;
            fill: #009a4e;
        }

        .contact-text {
            font-size: 13px;
            color: #374151;
            line-height: 1.4;
        }

        .promo-card {
            background: #f2f3f5;
            border-radius: 16px;
            padding: 32px 32px 0 32px;
            flex: 1;
            display: flex;
            flex-direction: column;
            overflow: hidden;
            position: relative;
        }

        .promo-title {
            font-size: 20px;
            font-weight: 700;
            color: #111827;
            margin-bottom: 16px;
            line-height: 1.3;
        }

        .promo-desc {
            font-size: 14px;
            color: #374151;
            line-height: 1.5;
            margin-bottom: 32px;
        }

        .promo-image-wrapper {
            margin-top: auto;
            text-align: center;
            position: relative;
            height: 180px;
        }

        .promo-image-wrapper img {
            max-width: 100%;
            height: auto;
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
        }

        @media (max-width: 991px) {
            .currency-widget {
                grid-template-columns: 1fr;
            }
            
            .contact-card {
                display: none; 
            }

            .widget-form-card, .promo-card {
                padding: 24px;
            }

            .promo-image-wrapper {
                height: 160px;
            }
        }
.blog-loadmore svg {
    transition: transform 0.3s ease;
}

.blog-loadmore.is-expanded svg {
    transform: rotate(180deg);
}

/* Merged current home-page styles */

.home-page .btn {
  letter-spacing: 0;
}

.home-page .btn,
.home-page button,
.home-page a,
.home-page input[type="range"] {
  -webkit-tap-highlight-color: transparent;
}

.home-page .reveal-on-scroll {
  opacity: 1;
  transform: none;
}

.btn.outline {
  background: transparent;
  color: var(--ink);
  border-color: var(--green);
}

.btn.outline:hover {
  background: #fff;
  color: var(--green);
}

.home-hero-shell {
  padding-bottom: 0;
}

.home-page .topline,
.home-page .nav {
  margin-top: 20px;
  margin-bottom: 0;
}

.home-hero {
  min-height: 448px;
  margin-top: 0;
  margin-bottom: 0;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.home-hero > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
  transition: opacity .28s ease, transform .28s ease;
}

.home-hero.is-switching > div:first-child,
.home-hero.is-switching .home-hero-visual {
  opacity: .2;
  transform: translateY(8px);
}

.home-hero h1 {
  max-width: 620px;
  margin-bottom: 20px;
}

.home-hero p {
  margin-bottom: 32px;
}

.home-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.home-hero-visual {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-hero-visual img {
  width: 630px;
  height: 448px;
  object-fit: cover;
  transform: scale(var(--hero-image-scale, 1));
  transform-origin: center;
  transition: transform .28s ease;
}

.home-dots {
  width: min(var(--container), calc(100% - 40px));
  min-height: 48px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.home-dots button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 32px;
  background: #99a1af;
  cursor: pointer;
  transition: width .25s ease, background-color .25s ease, transform .25s ease;
}

.home-dots button.is-active {
  width: 32px;
}

.home-dots button:hover {
  background: var(--green);
  transform: scale(1.12);
}

.home-main {
  padding-top: 120px;
}

.home-section-head {
  display: grid;
  gap: 8px;
  margin-bottom: 40px;
}

.home-section-head .section-title {
  margin-bottom: 0;
}

.home-section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.4;
}

.home-rates-layout {
  display: grid;
  grid-template-columns: 550px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.home-reserve-form {
  min-height: 716px;
}

.home-rates-card {
  min-height: 716px;
  padding: 32px;
  border-radius: 16px;
  background: var(--soft);
  overflow: hidden;
}

.home-rates-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 8px;
}

.home-rates-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
}

.home-rates-card h3 span {
  font-weight: 400;
}

.home-rates-card .office-select {
  margin-top: 24px;
  background: #fff;
}

.home-rates-card .office-select span {
  color: var(--green);
}

.home-rates-card .rates-table {
  width: 100%;
  margin: 30px 0 0;
}

.home-rates-card .rates-table td:first-child {
  font-weight: 700;
}

.home-rates-card .rates-table td:first-child:before {
  content: "▲";
  margin-right: 8px;
  color: var(--green);
  font-size: 8px;
}

.home-rates-card .rates-table td:not(:first-child):before {
  content: "▼";
  margin-right: 8px;
  color: #d72716;
  font-size: 8px;
}

.home-rates-card .rates-table td:last-child:before {
  content: "▲";
  color: var(--green);
}

.home-rates-card .rates-table span {
  font-weight: 400;
}

.home-row-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-bottom: 40px;
}

.home-row-head .section-title {
  margin: 0;
}

.home-pill-tabs {
  display: flex;
  gap: 12px;
  padding: 6px;
  border-radius: 32px;
  background: var(--soft);
}

.home-pill-tabs button,
.calc-scroll-tabs button {
  border: 0;
  border-radius: 32px;
  padding: 12px 24px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, transform .18s ease, box-shadow .18s ease;
}

.home-pill-tabs button.active,
.calc-scroll-tabs button.active {
  background: var(--ink);
  color: #fff;
}

.home-pill-tabs button:hover,
.calc-scroll-tabs button:hover {
  transform: translateY(-1px);
}

.home-pill-tabs button:active,
.calc-scroll-tabs button:active,
.btn:active {
  transform: translateY(1px) scale(.99);
}

.home-finance-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  overflow: hidden;
}

.finance-card {
  min-height: 233px;
  padding: 20px;
  border-radius: 16px;
  background: var(--soft);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transition: opacity .22s ease, transform .22s ease, box-shadow .2s ease, background-color .2s ease;
}

.finance-card strong {
  font-size: 16px;
  line-height: 1.2;
}

.finance-card img {
  width: 100%;
  aspect-ratio: 153 / 121;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.finance-card:hover,
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(22, 33, 54, .12);
}

.home-finance-grid.is-updating .finance-card {
  opacity: 0;
  transform: translateY(10px);
}

.home-calculator {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  gap: 40px;
  align-items: end;
}

.calculator-green {
  padding: 32px;
  border-radius: 16px;
  background: #def0d9;
}

.calc-scroll-tabs {
  display: flex;
  gap: 0;
  max-width: 100%;
  margin-bottom: 32px;
  padding: 1px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background: #fff;
}

.calc-scroll-tabs button {
  padding: 8px 16px;
  font-size: 14px;
  white-space: nowrap;
}

.calculator-green > span,
.range-row span,
.rate-box span,
.calc-disclaimer {
  color: var(--muted);
}

.calculator-green strong {
  display: block;
  margin: 16px 0;
  font-size: 42px;
  line-height: 1.2;
}

.calculator-green p {
  margin: 0;
  color: rgba(0, 0, 0, .5);
}

.calc-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, .12);
  color: rgba(0, 0, 0, .5);
  font-size: 18px;
}

.calc-meta b {
  color: var(--green);
}

.calc-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 24px;
}

.calculator-controls {
  display: grid;
  gap: 32px;
  padding: 33px;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.home-pill-tabs.is-full {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.home-page [data-calc-type-tabs] button {
  min-width: 0;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}

.range-row {
  display: grid;
  gap: 14px;
}

.range-row div,
.range-row p,
.rate-box {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.range-row div > span {
  text-transform: uppercase;
}

.range-row strong,
.rate-box strong {
  font-family: "Magistral", "Magistral  Bold", "Arial Black", Arial, sans-serif;
  font-size: 20px;
}

.range-row input[type="range"] {
  --value: 6%;
  appearance: none;
  width: 100%;
  height: 8px;
  margin: 0;
  border-radius: 30px;
  background: linear-gradient(90deg, var(--green) 0 var(--value), #e5e7eb var(--value) 100%);
  cursor: pointer;
}

.range-row input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(0, 146, 65, .25);
  transition: transform .18s ease, box-shadow .18s ease;
}

.range-row input[type="range"]::-webkit-slider-thumb:hover {
  transform: scale(1.12);
  box-shadow: 0 0 0 8px rgba(0, 146, 65, .12);
}

.range-row input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: var(--green);
}

.range-row p {
  margin: 0;
  font-size: 14px;
}

.rate-box {
  padding: 16px;
  border-radius: 8px;
  background: #e8f5ee;
}

.rate-box strong {
  color: var(--green);
}

.calc-disclaimer {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}

.home-products {
  overflow: hidden;
}

.product-carousel {
  display: flex;
  gap: 20px;
}

.product-card {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}

.product-card:before {
  content: "";
  position: absolute;
  inset: 0 0 46%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
}

.product-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.product-card div,
.product-card a {
  position: relative;
  z-index: 2;
}

.product-card h3 {
  margin: 0 0 18px;
  font-family: "Magistral", "Magistral  Bold", "Arial Black", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.product-card p {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 18px;
  line-height: 1.4;
}

.product-card a {
  width: max-content;
  padding: 16px 20px;
  border-radius: 8px;
  background: #fff;
  color: #000;
  font-weight: 500;
  transition: background-color .2s ease, color .2s ease, transform .18s ease;
}

.product-card a:hover {
  background: var(--green);
  color: #fff;
}

.product-dots {
  margin-top: 24px;
}

.home-question-cta {
  min-height: 296px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 16px;
  background: var(--ink);
  color: #fff;
}

.home-question-cta > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 60px;
}

.home-question-cta h2 {
  margin: 0;
  font-size: 36px;
}

.home-question-cta p {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 18px;
}

.home-question-cta .btn {
  width: max-content;
  margin-top: 16px;
}

.home-question-cta img {
  width: 50%;
  object-fit: cover;
}

.home-about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, 224.5px);
  gap: 20px;
}

.about-card {
  min-height: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 16px;
  background: var(--soft);
}

.about-card > div {
  padding: 32px 24px 0;
}

.about-card h3 {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.2;
}

.about-card p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.4;
}

.about-card img {
  width: min(250px, 42%);
  height: 100%;
  object-fit: cover;
}

.about-main {
  grid-row: 1 / span 2;
  display: flex;
  flex-direction: column;
  background: var(--ink);
  color: #fff;
}

.about-main img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.about-main p {
  color: rgba(255, 255, 255, .7);
}

.about-main a {
  display: inline-flex;
  gap: 12px;
  margin-top: 28px;
  color: #fff;
  font-weight: 500;
}

.about-main a:after {
  content: "›";
  font-size: 22px;
  line-height: .8;
}

.about-card.review {
  background: #def0d9;
}

.home-info-card {
  min-height: 210px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 40px;
  border-radius: 16px;
  background: var(--soft);
}

.home-info-card h2 {
  margin: 0 0 16px;
  font-size: 32px;
  line-height: 1.2;
}

.home-info-card p {
  margin: 0;
  max-width: 620px;
  font-size: 18px;
  line-height: 1.4;
}

@media (max-width: 1100px) {
  .home-page .stack {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-page .stack > section,
  .home-page .home-finance,
  .home-page .home-calculator,
  .home-page .home-finance-grid,
  .home-page .calculator-controls,
  .home-page .calculator-green {
    min-width: 0;
    max-width: 100%;
  }

  .home-hero,
  .home-rates-layout {
    grid-template-columns: 1fr;
  }

  .home-hero-visual {
    order: 2;
  }

  .home-hero-visual img {
    height: 360px;
    object-fit: contain;
  }

  .home-rates-card,
  .home-reserve-form {
    min-height: 0;
  }

  .home-finance {
    display: none;
  }

  .home-calculator,
  .home-about-grid {
    grid-template-columns: 1fr;
  }

  .home-about-grid {
    grid-template-rows: none;
  }

  .about-main {
    grid-row: auto;
  }

  .product-carousel {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .product-card {
    flex: 0 0 300px;
    scroll-snap-align: start;
  }

  .product-dots {
    display: flex;
  }
}

@media (max-width: 640px) {
  .home-main {
    padding-top: 80px;
  }

  .home-hero h1 {
    font-family: "Magistral", "Magistral  Bold", "Arial Black", Arial, sans-serif;
    text-transform: uppercase;
  }

  .home-hero-actions {
    display: grid;
    width: 100%;
  }

  .home-hero-visual img {
    width: 100%;
    height: 240px;
  }

  .home-dots {
    width: calc(100% - 32px);
  }

  .home-rates-card {
    padding: 16px;
    overflow: hidden;
  }

  .home-rates-card h3 {
    font-size: 16px;
  }

  .home-rates-card .office-select {
    font-size: 12px;
    line-height: 1.35;
  }

  .home-rates-card .rates-table {
    table-layout: fixed;
    font-size: 10px;
  }

  .home-rates-card .rates-table th,
  .home-rates-card .rates-table td {
    padding-left: 4px;
    padding-right: 4px;
  }

  .home-rates-card .rates-table th:first-child,
  .home-rates-card .rates-table td:first-child {
    width: 48%;
  }

  .home-rates-card .rates-table td:first-child:before,
  .home-rates-card .rates-table td:not(:first-child):before {
    margin-right: 3px;
    font-size: 6px;
  }

  .home-rates-card .commission,
  .home-rates-card .rates-note {
    font-size: 11px;
  }

  .home-finance {
    display: none;
  }

  .home-row-head {
    display: grid;
    margin-bottom: 24px;
  }

  .home-row-head .section-title {
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .home-row-head .home-pill-tabs {
    display: none;
  }

  .home-finance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .finance-card {
    min-height: 143px;
    padding: 20px;
  }

  .finance-card strong {
    font-size: 15px;
  }

  .finance-card img {
    height: 76px;
    object-fit: contain;
  }

  .home-calculator {
    display: grid;
    gap: 24px;
  }

  .calculator-green,
  .calculator-controls {
    padding: 20px;
  }

  .calc-scroll-tabs {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .calculator-green strong {
    font-size: 36px;
  }

  .calc-actions {
    grid-template-columns: 1fr;
  }

  .home-question-cta {
    min-height: 390px;
    display: grid;
  }

  .home-question-cta > div {
    padding: 32px 20px 0;
  }

  .home-question-cta h2 {
    font-size: 28px;
  }

  .home-question-cta img {
    width: 100%;
    height: 162px;
    object-position: center;
  }

  .about-card {
    min-height: 280px;
    flex-direction: column;
  }

  .about-card > div {
    padding: 24px 20px 0;
  }

  .about-card img {
    width: 100%;
    height: 160px;
  }

  .about-main img {
    height: 200px;
  }
}

@media (max-width: 380px) {
  .home-page .home-main .wrap {
    width: calc(100% - 32px);
  }

  .home-page .footer .wrap {
    width: calc(100% - 40px);
  }

  .home-finance {
    display: block;
  }
}

/* Final mobile alignment with the dedicated Figma frames. */
@media (min-width: 381px) and (max-width: 640px) {
  .home-page .topline,
  .home-page .nav {
    display: none;
  }

  .home-page .hero-shell {
    padding-top: 0;
  }

  .home-page .home-hero {
    padding-top: 42px;
  }

  .home-page .home-hero h1 {
    max-width: 360px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.05;
  }

  .home-page .home-hero p {
    max-width: 380px;
    margin-bottom: 16px;
    font-size: 12px;
  }

  .home-page .home-hero-actions {
    grid-template-columns: 114px 122px;
    gap: 8px;
  }

  .home-page .home-hero-actions .btn {
    min-height: 30px;
    padding: 7px 8px;
    font-size: 10px;
  }

  .home-page .home-hero-visual {
    height: 270px;
    margin-top: 12px;
  }

  .home-page .home-main {
    padding-top: 54px;
  }

  .home-page .stack {
    gap: 56px;
  }

  .home-page .section-title {
    font-size: 22px;
  }

  .home-page .calculator-controls,
  .home-page .calculator-green {
    padding: 18px;
  }

  .home-page .about-main {
    min-height: 284px;
  }

  .home-page .about-card {
    min-height: 164px;
  }

  .home-page .about-card img {
    width: 62%;
    height: 108%;
    right: -2%;
    bottom: -4%;
  }
}

@media (max-width: 380px) {
  .home-page .hero-shell {
    padding: 10px 0 22px;
  }

  .home-page .topline {
    min-height: 28px;
    gap: 6px;
  }

  .home-page .logo {
    width: 104px;
    height: 12px;
  }

  .home-page .top-actions {
    gap: 5px;
    margin-right: 36px;
    font-size: 10px;
  }

  .home-page .top-actions svg {
    width: 13px;
    height: 13px;
  }

  .home-page .eye,
  .home-page .menu {
    width: 28px;
    height: 28px;
  }

  .home-page .eye img {
    width: 18px;
  }

  .home-page .menu {
    top: 10px;
    right: 8px;
  }

  .home-page .menu span {
    width: 17px;
  }

  .home-page .nav {
    min-height: 30px;
    margin-top: 8px;
    padding: 0 12px;
  }

  .home-page .nav-actions .phone strong {
    font-size: 12px;
  }

  .home-page .nav-actions .btn {
    font-size: 9px;
  }

  .home-page .home-hero {
    padding-top: 28px;
  }

  .home-page .home-hero h1 {
    max-width: 230px;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.02;
  }

  .home-page .home-hero p {
    max-width: 300px;
    margin-bottom: 16px;
    font-size: 11px;
  }

  .home-page .home-hero-visual {
    height: 178px;
  }

  .home-page .calculator-result > .calc-disclaimer {
    order: 4;
    margin: 0;
    padding: 0 2px;
  }

  .home-page .trust-grid {
    grid-template-rows: 242px repeat(2, 144px);
    gap: 10px;
  }

  .home-page .award-main {
    min-height: 0;
  }

  .home-page .award-card {
    padding: 12px;
  }

  .home-page .about-main {
    min-height: 376px;
  }

  .home-page .about-card {
    min-height: 280px;
  }

  .home-page .about-card.review {
    min-height: 354px;
  }

  .home-page .about-card:not(.about-main) > div {
    width: 100%;
  }

  .home-page .home-question-cta {
    min-height: 278px;
  }

  .home-page .home-question-cta > img {
    right: auto;
    bottom: 0;
    left: 50%;
    width: 176px;
    height: 118px;
    transform: translateX(-50%);
  }

  .home-page .about-card img {
    width: 100%;
    height: 84%;
    right: 0;
    bottom: 0;
    object-position: center bottom;
  }

  .home-page .about-main img {
    width: 108%;
    height: 64%;
    right: -4%;
    bottom: -2%;
  }

  .home-page .faq {
    min-height: 654px;
    padding: 32px 24px;
  }

  .home-page .faq .section-title {
    margin-bottom: 24px;
  }

  .home-page .faq-row {
    min-height: 64px;
    padding: 12px 0;
    width: auto;
    box-sizing: border-box;
  }

  .home-page .faq-row .plus {
    display: block;
    width: 20px;
    height: 20px;
    min-width: 20px;
  }

  .home-page .faq-row .plus:before,
  .home-page .faq-row .plus:after {
    top: 9px;
    left: 5px;
    right: 5px;
  }

  .home-page .faq-row [data-faq-label] {
    flex: 1 1 auto;
    min-width: 0;
  }

  .home-page .home-final-reserve {
    min-height: 776px;
    padding: 32px 20px;
  }

  .home-page .home-final-currency {
    min-height: 411px;
    padding: 32px 20px 0;
  }

  .home-page .home-final-currency > img {
    height: 203px;
  }
}

/* Final awards page cascade overrides. */
.awards-page .awards-hero-shell { overflow: hidden; border-radius: 0 0 16px 16px; background: var(--soft); }
.awards-page .awards-hero-copy h1 { text-transform: uppercase; }
.awards-page .rating-card { background: var(--pale-green); }
.awards-page .rating-card-main { background: var(--soft); }
.awards-page .award-card,
.awards-page .award-card.is-featured { min-height: 158px; padding: 20px; border: 1px solid var(--line); background: #fff; }
.awards-page .award-card strong { font-size: 26px; }
.awards-page .award-card span { font-size: 15px; }
.awards-page .service-card { min-height: 154px; padding: 20px; }
.awards-page .service-card > img { inset: auto 54px 8px auto; width: 142px; height: 142px; object-fit: contain; }
.awards-page .service-card > span { font-size: 20px; }
.awards-page .service-card::after { right: 16px; bottom: 16px; width: 36px; height: 36px; }
.awards-page .awards-articles .article-grid { align-items: start; }
.awards-page .awards-articles .article-card-image { min-height: 0; display: grid; grid-template-rows: 205px auto auto; padding: 0; overflow: visible; border: 0; background: transparent; box-shadow: none; }
.awards-page .awards-articles .article-card-image > img { position: static; width: 100%; height: 205px; border-radius: 12px; object-fit: cover; }
.awards-page .awards-articles .article-card-image > p,
.awards-page .awards-articles .article-card-image > div { padding-right: 0; padding-left: 0; }
.awards-page .awards-articles .article-card-image > p { margin: 18px 0 12px; font-size: 17px; }
.awards-page .awards-offices h2 { margin: 0; }
.awards-page .footer { background: #e7e7e7; color: var(--ink); }
.awards-page .footer p,
.awards-page .footer a,
.awards-page .footer-bottom,
.awards-page .callback { color: #626979; }
.awards-page .footer strong,
.awards-page .footer .phone-main { color: var(--ink); }
.awards-page .footer-buttons a { color: #fff; background: var(--green); }

@media (min-width: 761px) and (max-width: 1100px) {
  .awards-page .ratings-section { display: block; }
  .awards-page .ratings-intro { min-height: 0; }
  .awards-page .ratings-intro ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 20px; }
  .awards-page .ratings-grid { margin-top: 20px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .awards-page .rating-card-main { grid-column: span 2; }
  .awards-page .home-final-form { grid-template-columns: minmax(0, 45%) minmax(0, 55%); }
  .awards-page .home-final-info { min-width: 0; }
  .awards-page .footer-grid { grid-template-columns: 1fr 1.25fr 1fr; }
}

@media (max-width: 760px) {
  .awards-page .award-card,
  .awards-page .award-card.is-featured { min-height: 238px; padding: 22px; }
  .awards-page .service-card { min-height: 154px; }
  .awards-page .awards-articles .article-card-image { min-height: 0; grid-template-rows: 180px auto auto; }
  .awards-page .awards-articles .article-card-image > img { height: 180px; }
}

@media (max-width: 480px) {
  .awards-page .ratings-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .awards-page .rating-card-main { grid-column: 1 / -1; }
  .awards-page .rating-card:not(.rating-card-main) { min-height: 170px; padding: 16px; }
  .awards-page .rating-card:not(.rating-card-main) > img { top: 14px; right: 14px; width: 72px; height: 26px; }
  .awards-page .rating-card:not(.rating-card-main) > strong { font-size: 23px; }
  .awards-page .rating-card:not(.rating-card-main) > p { font-size: 14px; }
  .awards-page .service-card > img { right: 46px; width: 132px; height: 132px; }
}

.awards-page .city-mobile { display: none; }

@media (max-width: 760px) {
  .awards-page .city-desktop { display: none; }
  .awards-page .city-mobile { display: inline; }
  .awards-page .awards-hero-shell .topline { width: calc(100% - 40px); min-height: 96px; margin: 0 auto; }
  .awards-page .awards-hero-shell .topline > a { flex: 0 0 auto; }
  .awards-page .awards-hero-shell .logo { width: clamp(190px, 43vw, 273px); height: auto; }
  .awards-page .awards-hero-shell .top-actions { margin-left: auto; }
  .awards-page .awards-hero-shell .top-actions > a { display: none; }
  .awards-page .awards-hero-shell .visually > span:last-child { display: none; }
  .awards-page .awards-hero-shell .nav { width: calc(100% - 40px); min-height: 58px; margin: 0 auto; padding: 8px 20px; }
  .awards-page .awards-hero-shell .phone { display: flex; }
  .awards-page .awards-hero-shell .nav-actions { width: 100%; justify-content: space-between; }
  .awards-page .awards-hero { width: 100%; min-height: 870px; grid-template-rows: 590px 280px; }
  .awards-page .awards-hero-copy { padding: 30px 20px 24px; }
  .awards-page .awards-hero-copy .breadcrumbs { display: flex; margin-bottom: 72px; font-size: 18px; line-height: 1.35; }
  .awards-page .awards-hero-copy h1 { margin-bottom: 38px; font-size: clamp(32px, 5.6vw, 36px); line-height: 1.08; }
  .awards-page .awards-hero-copy > p { margin-bottom: 44px; font-size: 18px; line-height: 1.4; }
  .awards-page .awards-hero-copy .btn { width: auto; min-height: 68px; padding-right: 28px; padding-left: 28px; font-size: 18px; }
  .awards-page .award-card,
  .awards-page .award-card.is-featured { min-height: 158px; padding: 18px; }
}

@media (min-width: 481px) and (max-width: 760px) {
  .awards-page .awards-hero-shell .top-actions { display: none; }
  .awards-page .awards-hero-shell .nav { min-height: 100px; }
  .awards-page .awards-hero-shell .phone { font-size: 20px; }
  .awards-page .awards-hero-shell .phone strong { font-size: 27px; }
  .awards-page .awards-hero-shell .nav .btn.secondary { display: inline-flex; min-height: 64px; padding: 16px 28px; color: #fff; border-color: rgba(255,255,255,.7); background: transparent; }
  .awards-page .awards-hero-shell .menu { display: flex; }
}

@media (max-width: 480px) {
  .awards-page .awards-hero-shell .topline { width: calc(100% - 32px); min-height: 96px; }
  .awards-page .awards-hero-shell .logo { width: 190px; }
  .awards-page .awards-hero-shell .nav { width: calc(100% - 32px); }
  .awards-page .awards-hero-shell .phone { font-size: 0; }
  .awards-page .awards-hero-shell .phone strong { font-size: 18px; }
  .awards-page .awards-hero-shell .nav .btn.secondary { display: inline-flex; min-height: 40px; padding: 8px 12px; color: #fff; border: 0; background: transparent; font-size: 14px; }
  .awards-page .awards-hero { min-height: 870px; grid-template-rows: 590px 280px; }
  .awards-page .awards-hero-copy { padding-right: 20px; padding-left: 20px; }
  .awards-page .awards-hero-copy .breadcrumbs { margin-bottom: 72px; }
  .awards-page .awards-hero-copy h1 { margin-bottom: 38px; font-size: 32px; }
  .awards-page .awards-hero-copy > p { margin-bottom: 44px; font-size: 18px; }
  .awards-page .awards-hero-copy .btn { width: 100%; }
}

/* Stability fixes for the merged static build. */
.home-final-phone a {
  color: inherit;
  text-decoration: none;
}

.visually[role="button"] {
  cursor: pointer;
}

body.is-accessible-mode {
  --muted: #283441;
  --line: #4c5966;
}

body.is-accessible-mode a:not(.btn),
body.is-accessible-mode [role="button"] {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

body.is-accessible-mode *,
body.is-accessible-mode *::before,
body.is-accessible-mode *::after {
  animation-duration: .01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: .01ms !important;
}

body.is-accessible-mode .reveal-on-scroll {
  opacity: 1 !important;
  transform: none !important;
}

.page {
  overflow-x: clip;
}

.currency-widget,
.widget-form-card,
.widget-info-column,
.input-group-split,
.input-group-split input {
  min-width: 0;
  max-width: 100%;
}

@supports not (overflow: clip) {
  .page {
    overflow-x: hidden;
  }
}

@media (max-width: 1100px) {
  header:has(.menu) {
    position: relative;
  }

  header.is-menu-open .nav {
    flex-wrap: wrap;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  header.is-menu-open .nav-links {
    order: 2;
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    padding-top: 8px;
  }

  header.is-menu-open .nav-links a {
    min-height: 40px;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    line-height: 1.2;
  }

  header.is-menu-open .menu span:nth-of-type(1) {
    transform: translateY(8px) rotate(45deg);
  }

  header.is-menu-open .menu span:nth-of-type(2) {
    opacity: 0;
  }

  header.is-menu-open .menu span:nth-of-type(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

@media (max-width: 640px) {
  header.is-menu-open .nav-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }

  header.is-menu-open .nav-links a {
    min-height: 36px;
    padding: 8px 10px;
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  .blog-news-card,
  .blog-related-track > .blog-card {
    flex-basis: calc(100vw - 32px);
    min-width: calc(100vw - 32px);
  }

  .blog-newsletter {
    max-width: 100%;
  }
}

/* Currency page corrections from "Правки по валютам.pdf". */
.offer {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.offer:focus-visible {
  outline: 3px solid rgba(0, 146, 65, .35);
  outline-offset: 3px;
}

.award-card p {
  width: 100%;
  min-height: 3em;
}

@media (max-width: 640px) {
  .hero-feature-cards {
    margin: 24px auto 0;
  }

  .hero-feature-card {
    justify-content: flex-start;
  }

  .hero-feature-card > div {
    margin-top: 0;
  }

  .hero-feature-card h2 {
    min-height: 2.4em;
  }

  .award-card p {
    min-height: 2.4em;
  }
}

/* Last mobile overrides: keep 360px and 640px layouts connected without a jump. */
@media (min-width: 381px) and (max-width: 640px) {
  .home-page .topline,
  .home-page .nav {
    display: flex;
  }

  .home-page .hero-shell {
    padding: 12px 0 22px;
  }

  .home-page .topline,
  .home-page .nav,
  .home-page .home-main .wrap {
    width: calc(100% - 32px);
  }

  .home-page .topline {
    min-height: 30px;
    margin: 0 auto;
    gap: 8px;
  }

  .home-page .logo {
    width: 112px;
    height: 13px;
  }

  .home-page .top-actions {
    gap: 6px;
    margin-right: 38px;
    font-size: 11px;
  }

  .home-page .top-actions svg {
    width: 14px;
    height: 14px;
  }

  .home-page .eye,
  .home-page .menu {
    width: 30px;
    height: 30px;
  }

  .home-page .eye img {
    width: 19px;
  }

  .home-page .menu {
    top: 12px;
    right: 16px;
  }

  .home-page .menu span {
    width: 18px;
  }

  .home-page .nav {
    min-height: 32px;
    margin: 8px auto 0;
    padding: 0 12px;
  }

  .home-page .nav-actions .phone strong {
    font-size: 13px;
  }

  .home-page .nav-actions .btn {
    font-size: 10px;
  }

  .home-page .home-hero {
    padding-top: 26px;
  }

  .home-page .home-hero-copy {
    padding: 0;
  }

  .home-page .home-hero h1 {
    max-width: 310px;
    margin-bottom: 9px;
    font-size: 20px;
    line-height: 1.04;
  }

  .home-page .home-hero p {
    max-width: 340px;
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 1.35;
  }

  .home-page .home-hero-actions {
    grid-template-columns: 116px 124px;
    gap: 8px;
  }

  .home-page .home-hero-actions .btn {
    min-height: 32px;
    padding: 7px 8px;
    font-size: 10px;
  }

  .home-page .home-hero-visual {
    height: 210px;
    margin-top: 12px;
  }

  .home-page .home-hero-visual img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
  }

  .home-page .home-main {
    padding-top: 56px;
  }
}

@media (min-width: 481px) and (max-width: 560px) {
  .home-page .home-hero h1 {
    max-width: 340px;
    font-size: 22px;
  }

  .home-page .home-hero-visual {
    height: 232px;
  }
}

@media (min-width: 561px) and (max-width: 640px) {
  .home-page .home-hero h1 {
    max-width: 380px;
    font-size: 24px;
  }

  .home-page .home-hero-visual {
    height: 250px;
  }
}

/* Keep every main-page section inside its mobile grid track. */
@media (max-width: 640px) {
  .home-page .stack {
    grid-template-columns: minmax(0, 1fr);
    min-width: 0;
  }

  .home-page .stack > section,
  .home-page .stack > div,
  .home-page .home-finance,
  .home-page .home-calculator,
  .home-page .home-products,
  .home-page .home-question-cta,
  .home-page .trust-panel,
  .home-page .home-about,
  .home-page .faq,
  .home-page .articles,
  .home-page .home-final-form,
  .home-page .home-row-head,
  .home-page .home-finance-grid,
  .home-page .home-about-grid,
  .home-page .trust-grid,
  .home-page .home-final-info {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .home-page .home-finance-grid,
  .home-page .home-about-grid,
  .home-page .trust-grid,
  .home-page .home-final-form {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .home-page .product-carousel,
  .home-page .article-grid,
  .home-page .calc-scroll-tabs {
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    touch-action: pan-x;
  }

  .home-page .product-carousel > *,
  .home-page .article-grid > *,
  .home-page .calc-scroll-tabs > * {
    scroll-snap-stop: always;
  }
}

/* Keep the transition between the 360px and 640px Figma layouts continuous. */
@media (min-width: 381px) and (max-width: 640px) {
  .home-page .topline,
  .home-page .nav {
    display: flex;
  }

  .home-page .hero-shell {
    padding: 12px 0 22px;
  }

  .home-page .topline,
  .home-page .nav,
  .home-page .home-main .wrap {
    width: calc(100% - 32px);
  }

  .home-page .topline {
    min-height: 30px;
    margin: 0 auto;
    gap: 8px;
  }

  .home-page .logo {
    width: 112px;
    height: 13px;
  }

  .home-page .top-actions {
    gap: 6px;
    margin-right: 38px;
    font-size: 11px;
  }

  .home-page .top-actions svg {
    width: 14px;
    height: 14px;
  }

  .home-page .eye,
  .home-page .menu {
    width: 30px;
    height: 30px;
  }

  .home-page .eye img {
    width: 19px;
  }

  .home-page .menu {
    top: 12px;
    right: 16px;
  }

  .home-page .menu span {
    width: 18px;
  }

  .home-page .nav {
    min-height: 32px;
    margin: 8px auto 0;
    padding: 0 12px;
  }

  .home-page .nav-actions .phone strong {
    font-size: 13px;
  }

  .home-page .nav-actions .btn {
    font-size: 10px;
  }

  .home-page .home-hero {
    padding-top: 26px;
  }

  .home-page .home-hero-copy {
    padding: 0;
  }

  .home-page .home-hero h1 {
    max-width: 310px;
    margin-bottom: 9px;
    font-size: 20px;
    line-height: 1.04;
  }

  .home-page .home-hero p {
    max-width: 340px;
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 1.35;
  }

  .home-page .home-hero-actions {
    grid-template-columns: 116px 124px;
    gap: 8px;
  }

  .home-page .home-hero-actions .btn {
    min-height: 32px;
    padding: 7px 8px;
    font-size: 10px;
  }

  .home-page .home-hero-visual {
    height: 210px;
    margin-top: 12px;
  }

  .home-page .home-main {
    padding-top: 56px;
  }
}

@media (min-width: 481px) and (max-width: 560px) {
  .home-page .home-hero h1 {
    max-width: 340px;
    font-size: 22px;
  }

  .home-page .home-hero-visual {
    height: 232px;
  }
}

@media (min-width: 561px) and (max-width: 640px) {
  .home-page .home-hero h1 {
    max-width: 380px;
    font-size: 24px;
  }

  .home-page .home-hero-visual {
    height: 250px;
  }
}

.home-page .product-carousel.is-carousel-track > :not(.is-carousel-active),
.home-page .product-carousel.is-carousel-track > .is-carousel-active {
  opacity: 1;
  transform: none;
  filter: none;
}

.home-page .is-pressed {
  transform: translateY(1px) scale(.99) !important;
}

.home-page .btn:focus-visible,
.home-page button:focus-visible,
.home-page a:focus-visible,
.home-page input[type="range"]:focus-visible {
  outline: 3px solid rgba(36, 172, 110, .34);
  outline-offset: 3px;
}

.home-page .finance-card,
.home-page .product-card,
.home-page .award-card {
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.home-page .finance-card:hover,
.home-page .product-card:hover,
.home-page .award-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(22, 33, 54, .12);
}

.home-page .home-offices {
  display: grid;
  gap: 0;
}

.home-page .home-offices .section-title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.home-page .home-offices-map {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: var(--soft);
}

.home-page .home-offices-map > img {
  display: block;
  width: 100%;
  height: auto;
}

.home-page .home-offices-link {
  position: absolute;
  right: 58px;
  top: 167px;
  width: 346px;
  min-height: 48px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--green);
  color: #fff;
  font-weight: 700;
  opacity: 0;
  transition: opacity .2s ease, transform .2s ease;
}

.home-page .home-offices-map:hover .home-offices-link,
.home-page .home-offices-link:focus-visible {
  opacity: 1;
}

.home-page .home-final-form {
  display: grid;
  grid-template-columns: 550px minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}

.home-page .home-final-reserve {
  min-height: 716px;
}

.home-page .home-final-reserve .safe {
  display: flex;
  align-items: center;
  gap: 6px;
}

.home-page .home-final-reserve .safe img {
  width: 18px;
  height: 18px;
}

.home-page .home-final-info {
  display: grid;
  gap: 20px;
}

.home-page .home-final-phone,
.home-page .home-final-currency {
  overflow: hidden;
  border-radius: 16px;
}

.home-page .home-final-phone {
  min-height: 151px;
  display: grid;
  gap: 30px;
  padding: 40px;
  background: #def0d9;
}

.home-page .home-final-phone div {
  display: flex;
  align-items: center;
  gap: 20px;
}

.home-page .home-final-phone img {
  width: 29px;
  height: 29px;
}

.home-page .home-final-phone strong {
  color: var(--green);
  font-family: "Magistral", "Magistral  Bold", "Arial Black", Arial, sans-serif;
  font-size: 32px;
  line-height: 1.2;
}

.home-page .home-final-phone p,
.home-page .home-final-currency p {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
}

.home-page .home-final-currency {
  min-height: 545px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 40px 0;
  background: var(--soft);
}

.home-page .home-final-currency h3 {
  margin: 0 0 30px;
  max-width: 500px;
  font-size: 32px;
  line-height: 1.2;
}

.home-page .home-final-currency p {
  max-width: 500px;
  color: var(--muted);
}

.home-page .home-final-currency > img {
  align-self: center;
  width: min(610px, 100%);
  height: 310px;
  object-fit: contain;
}

.home-page .footer {
  background: var(--ink);
  color: #fff;
}

.home-page .footer p,
.home-page .footer a,
.home-page .footer-bottom {
  color: rgba(255, 255, 255, .72);
}

.home-page .footer .phone-main {
  color: #fff;
}

.home-page .footer-buttons a {
  color: #fff;
}

.home-page .callback {
  display: inline-flex;
  align-items: center;
  min-height: 21px;
  padding: 0;
  color: rgba(255, 255, 255, .78);
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .2s ease, transform .2s ease;
}

.home-page .callback:hover {
  color: #fff;
  transform: translateY(-1px);
}

.home-page .nav-actions .btn.secondary:hover {
  background: #e8f5ee;
  border-color: #e8f5ee;
  color: #007f38;
  box-shadow: 0 8px 18px rgba(0, 82, 38, .18);
}

.home-page .about-link {
  color: var(--ink);
  text-decoration: none;
  cursor: pointer;
  transition: transform .24s ease, box-shadow .24s ease;
}

.home-page .about-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(22, 33, 54, .12);
}

.home-page .about-link:hover img {
  transform: translateY(-4px) scale(1.025);
}

.home-page .about-link img {
  transition: transform .24s ease;
}

.home-page .finance-card {
  animation: finance-card-enter .36s cubic-bezier(.2, .75, .25, 1) both;
}

.home-page .finance-card:nth-child(2) { animation-delay: .05s; }
.home-page .finance-card:nth-child(3) { animation-delay: .1s; }
.home-page .finance-card:nth-child(4) { animation-delay: .15s; }
.home-page .finance-card:nth-child(5) { animation-delay: .2s; }

.home-page .finance-card img {
  transition: transform .24s ease;
}

.home-page .finance-card:hover img {
  transform: translateY(-4px) scale(1.045);
}

.home-page .home-finance-grid.is-updating .finance-card {
  animation: finance-card-leave .18s ease both;
}

@keyframes finance-card-enter {
  from { opacity: 0; transform: translateY(14px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes finance-card-leave {
  to { opacity: 0; transform: translateY(8px) scale(.985); }
}

@media (max-width: 640px) {
  .home-page .nav-actions .btn.secondary:hover {
    background: rgba(255, 255, 255, .16);
    border-color: transparent;
    color: #fff;
    box-shadow: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .finance-card,
  .home-page .home-finance-grid.is-updating .finance-card {
    animation: none;
  }
}

.home-page .footer-bottom {
  border-top-color: rgba(255, 255, 255, .14);
}

.home-page .trust-panel {
  padding: 40px;
}

.home-page .trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.home-page .award-main,
.home-page .award-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  font-weight: 400;
}

.home-page .award-main {
  grid-column: 1 / -1;
  min-height: 224px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px;
  background: var(--soft);
  font-size: 18px;
  line-height: 1.4;
}

.home-page .award-main div {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-page .award-main strong,
.home-page .award-card strong {
  display: block;
  font-family: "Proxima Nova", Arial, sans-serif;
  font-size: 28px;
  line-height: 1;
  color: var(--ink);
}

.home-page .award-main p {
  margin: 0;
  max-width: 630px;
  color: var(--muted);
}

.home-page .award-main .award-dots {
  position: static;
  width: 160px;
  height: 160px;
  object-fit: contain;
}

.home-page .award-card {
  min-height: 222px;
  padding: 24px;
  background: #def0d9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-page .award-card div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.home-page .award-card img {
  position: static;
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.home-page .award-card p {
  margin: 0;
  color: rgba(0, 0, 0, .7);
  font-size: 18px;
  line-height: 1.4;
}

.home-page .award-card .pin {
  position: relative;
  top: auto;
  right: auto;
  width: 64px;
  height: 64px;
}

.news-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
  margin-bottom: 16px;
}

.news-head .section-title {
  margin: 0;
}

.home-page .article-card {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  padding: 32px;
  border-radius: 16px;
  background: var(--soft);
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.home-page .article-card > p {
  margin: 0;
  max-height: 58px;
  overflow: hidden;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.4;
}

.home-page .article-card > div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.home-page .article-card img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  transition: transform .2s ease;
}

.home-page .article-card:hover {
  background: #e8f5ee;
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(22, 33, 54, .12);
}

.home-page .article-card:hover img {
  transform: rotate(-8deg) scale(1.08);
  box-shadow: none;
}

@media (max-width: 1100px) {
  .home-page .home-finance {
    display: block;
  }

  .home-page .home-finance-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .home-page .finance-card {
    flex: 0 0 220px;
    scroll-snap-align: start;
  }

  .home-page .trust-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    overflow: visible;
    scroll-snap-type: none;
  }

  .home-page .award-main {
    grid-column: 1 / -1;
  }

  .home-page .article-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .home-page .article-card {
    flex: 0 0 328px;
    scroll-snap-align: start;
  }

  .home-page .home-final-form {
    grid-template-columns: 1fr;
  }

  .home-page .home-final-reserve {
    min-height: 0;
  }

  .home-page .home-final-currency {
    min-height: 420px;
  }
}

@media (max-width: 640px) {
  .home-page .home-offices {
    gap: 0;
  }

  .home-page .home-offices-map {
    border-radius: 12px;
  }

  .home-page .home-offices-map > img {
    width: 100%;
    max-width: none;
    transform: none;
  }

  .home-page .home-offices-link {
    display: none;
  }

  .home-page .home-final-phone,
  .home-page .home-final-currency {
    padding: 32px 20px;
  }

  .home-page .home-final-phone {
    min-height: 142px;
    gap: 20px;
  }

  .home-page .home-final-phone strong {
    font-size: 24px;
  }

  .home-page .home-final-phone p,
  .home-page .home-final-currency p {
    font-size: 16px;
  }

  .home-page .home-final-currency {
    min-height: 411px;
    padding-bottom: 0;
  }

  .home-page .home-final-currency h3 {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .home-page .home-final-currency > img {
    width: 100%;
    height: 204px;
  }

  .home-page .trust-panel {
    padding: 0;
  }

  .home-page .award-main {
    min-height: 242px;
    padding: 12px;
  }

  .home-page .award-main .award-dots {
    width: 100px;
    height: 100px;
  }

  .home-page .award-main strong,
  .home-page .award-card strong {
    font-size: 18px;
  }

  .home-page .award-card {
    min-height: 144px;
    padding: 12px;
  }

  .home-page .award-card img,
  .home-page .award-card .pin {
    width: 40px;
    height: 40px;
  }

  .home-page .award-card p,
  .home-page .award-main p {
    font-size: 12px;
  }

  .news-head {
    display: block;
  }

  .news-head .btn {
    display: none;
  }

  .home-page .article-card {
    flex-basis: 280px;
    min-height: 157px;
    padding: 24px;
  }

  .home-page .article-card > p {
    font-size: 16px;
  }
}

/* Mobile home page: overrides legacy responsive rules with the Figma layouts. */
@media (max-width: 640px) {
  .home-page .home-main,
  .home-page .stack,
  .home-page .home-section-head,
  .home-page .home-calculator,
  .home-page .calculator-controls,
  .home-page .calculator-green,
  .home-page .home-final-form,
  .home-page .home-final-reserve,
  .home-page .home-final-currency {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .home-page .section-title,
  .home-page .home-section-head p,
  .home-page .calculator-controls,
  .home-page .calculator-green,
  .home-page .home-final-reserve {
    overflow-wrap: anywhere;
  }

  .home-page .calculator-controls > *,
  .home-page .calculator-green > *,
  .home-page .home-final-reserve > * {
    min-width: 0;
  }

  .home-page .breadcrumbs {
    display: none;
  }

  .home-page .topline,
  .home-page .nav {
    margin-top: 12px;
  }

  .home-page .home-hero {
    min-height: 0;
    display: block;
    padding: 28px 0 0;
  }

  .home-page .home-hero-copy {
    display: block;
    padding: 0 8px;
  }

  .home-page .home-hero h1 {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.02;
  }

  .home-page .home-hero p {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.35;
  }

  .home-page .home-hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .home-page .home-hero-actions .btn {
    min-height: 44px;
    padding: 10px 8px;
    font-size: 14px;
  }

  .home-page .home-hero-visual {
    display: grid;
    place-items: center;
    height: 480px;
    margin-top: 18px;
    overflow: hidden;
    border-radius: 0 0 12px 12px;
    background: var(--soft);
  }

  .home-page .home-hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .home-page .home-dots {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 48px;
    margin-top: -48px;
  }

  .home-page .home-main {
    padding-top: 72px;
  }

  .home-page .stack {
    gap: 72px;
  }

  .home-page .section-title {
    font-size: 28px;
    line-height: 1.1;
  }

  .home-page .home-finance {
    display: none;
  }

  .home-page .home-calculator {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }

  .home-page .calculator-result {
    display: contents;
  }

  .home-page .calculator-result .home-section-head {
    order: 1;
    gap: 8px;
    margin: 0 0 8px;
  }

  .home-page .calculator-controls {
    order: 2;
    min-width: 0;
    gap: 24px;
    padding: 20px;
    border-radius: 12px;
  }

  .home-page .calculator-green {
    order: 3;
    padding: 20px;
    border-radius: 12px;
  }

  .home-page .calculator-green strong {
    margin: 12px 0;
    font-size: 38px;
  }

  .home-page .calc-scroll-tabs {
    margin-bottom: 24px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .home-page .calc-scroll-tabs button {
    flex: 0 0 auto;
    padding: 8px 12px;
    font-size: 12px;
  }

  .home-page .calc-meta {
    gap: 12px 20px;
    margin-top: 18px;
    padding-top: 18px;
    font-size: 15px;
  }

  .home-page .calc-actions {
    gap: 12px;
    margin-top: 18px;
  }

  .home-page .calc-actions .btn {
    min-height: 44px;
    padding: 10px;
    font-size: 14px;
  }

  .home-page .home-products {
    overflow: visible;
  }

  .home-page .product-carousel {
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .home-page .product-card {
    flex: 0 0 172px;
    height: 244px;
    padding: 12px;
    border-radius: 10px;
    scroll-snap-align: start;
  }

  .home-page .product-card h3 {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 1.05;
  }

  .home-page .product-card p {
    font-size: 12px;
  }

  .home-page .product-card a {
    padding: 9px 12px;
    border-radius: 6px;
    font-size: 12px;
  }

  .home-page .product-dots {
    display: none;
  }

  .home-page .home-question-cta {
    position: relative;
    min-height: 278px;
    display: block;
    border-radius: 10px;
  }

  .home-page .home-question-cta > div {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    padding: 28px 24px;
  }

  .home-page .home-question-cta h2 {
    font-size: 25px;
  }

  .home-page .home-question-cta p {
    font-size: 14px;
  }

  .home-page .home-question-cta .btn {
    min-height: 42px;
    margin-top: 4px;
    padding: 10px 16px;
  }

  .home-page .home-question-cta > img {
    position: absolute;
    right: 24px;
    bottom: 14px;
    width: 230px;
    height: 150px;
    object-fit: contain;
  }

  .home-page .trust-panel {
    padding: 0;
  }

  .home-page .trust-panel .section-title {
    margin-bottom: 24px;
  }

  .home-page .trust-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto repeat(2, 150px);
    gap: 8px;
    overflow: visible;
  }

  .home-page .award-main {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: 246px;
    padding: 20px;
  }

  .home-page .award-main strong {
    color: var(--green);
  }

  .home-page .award-main p {
    max-width: 70%;
    font-size: 13px;
  }

  .home-page .award-main .award-dots {
    width: 116px;
    height: 116px;
  }

  .home-page .award-card {
    min-width: 0;
    min-height: 0;
    padding: 14px;
  }

  .home-page .award-card strong {
    font-size: 20px;
  }

  .home-page .award-card img {
    width: 52px;
    height: 52px;
  }

  .home-page .award-card p {
    font-size: 13px;
    line-height: 1.28;
  }

  .home-page .award-card:nth-child(2) { grid-column: 1; grid-row: 3; }
  .home-page .award-card:nth-child(3) { grid-column: 2; grid-row: 2; }
  .home-page .award-card:nth-child(4) { grid-column: 1; grid-row: 2; }
  .home-page .award-card:nth-child(5) { grid-column: 2; grid-row: 3; }

  .home-page .home-about-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 12px;
  }

  .home-page .about-card,
  .home-page .about-main {
    position: relative;
    min-height: 198px;
    display: block;
    border-radius: 10px;
  }

  .home-page .about-main {
    min-height: 360px;
    grid-row: auto;
  }

  .home-page .about-card > div {
    position: relative;
    z-index: 1;
    width: 56%;
    padding: 22px 20px 0;
  }

  .home-page .about-main > div {
    width: 100%;
  }

  .home-page .about-card h3 {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .home-page .about-card p {
    font-size: 14px;
    line-height: 1.35;
  }

  .home-page .about-main a {
    margin-top: 16px;
    font-size: 14px;
  }

  .home-page .about-card img,
  .home-page .about-main img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 58%;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
  }

  .home-page .about-main img {
    width: 100%;
    height: 63%;
    object-position: center bottom;
  }

  .home-page .faq {
    padding: 24px 20px;
    border-radius: 10px;
  }

  .home-page .faq .section-title {
    margin-bottom: 20px;
  }

  .home-page .faq-row {
    min-height: 60px;
    gap: 12px;
    padding: 14px 0;
    font-size: 14px;
    line-height: 1.25;
  }

  .home-page .faq-row [data-faq-label] {
    min-width: 0;
  }

  .home-page .faq-row .plus {
    width: 24px;
    height: 24px;
  }

  .home-page .faq-row .plus:before,
  .home-page .faq-row .plus:after {
    top: 11px;
    left: 6px;
    right: 6px;
  }

  .home-page .articles {
    display: grid;
    gap: 20px;
  }

  .home-page .news-head {
    margin: 0;
  }

  .home-page .article-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
  }

  .home-page .article-card {
    flex: 0 0 214px;
    min-height: 156px;
    padding: 18px;
    border-radius: 10px;
    scroll-snap-align: start;
  }

  .home-page .article-card > p {
    max-height: 50px;
    font-size: 14px;
    line-height: 1.25;
  }

  .home-page .article-card img {
    width: 44px;
    height: 44px;
  }

  .home-page .articles-dots {
    display: none;
  }

  .home-page .home-final-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-page .home-final-reserve {
    min-height: 0;
    padding: 20px;
    border-radius: 10px;
  }

  .home-page .home-final-reserve h2 {
    margin-bottom: 18px;
    font-size: 28px;
    line-height: 1.05;
  }

  .home-page .home-final-reserve .tabs {
    margin-bottom: 16px;
  }

  .home-page .home-final-reserve .field,
  .home-page .home-final-reserve .btn {
    min-height: 46px;
  }

  .home-page .home-final-phone,
  .home-page .home-final-currency {
    border-radius: 10px;
  }

  .home-page .home-final-phone {
    min-height: 128px;
    padding: 24px;
  }

  .home-page .home-final-currency {
    min-height: 360px;
    padding: 24px 24px 0;
  }

  .home-page .home-final-currency h3 {
    margin-bottom: 14px;
    font-size: 25px;
  }

  .home-page .home-final-currency > img {
    height: 200px;
  }
}

@media (min-width: 381px) and (max-width: 640px) {
  .home-page .calculator-green .calc-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 380px) {
  .home-page .wrap {
    width: calc(100% - 16px);
  }

  .home-page .home-hero {
    padding-top: 18px;
  }

  .home-page .home-hero-copy {
    padding: 0;
  }

  .home-page .home-hero h1 {
    font-size: 25px;
  }

  .home-page .home-hero p {
    font-size: 12px;
  }

  .home-page .home-hero-actions {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .home-page .home-hero-actions .btn {
    min-height: 40px;
    font-size: 12px;
  }

  .home-page .home-hero-visual {
    height: 178px;
    margin-top: 12px;
  }

  .home-page .home-main {
    padding-top: 56px;
  }

  .home-page .stack {
    gap: 56px;
  }

  .home-page .section-title {
    font-size: 22px;
  }

  .home-page .home-finance {
    display: block;
  }

  .home-page .home-row-head {
    display: grid;
    gap: 16px;
    margin-bottom: 16px;
  }

  .home-page .home-row-head .home-pill-tabs {
    display: flex;
    width: max-content;
    max-width: 100%;
    gap: 4px;
    padding: 4px;
  }

  .home-page .home-row-head .home-pill-tabs button {
    padding: 7px 10px;
    font-size: 10px;
  }

  .home-page .home-finance-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
  }

  .home-page .finance-card {
    min-width: 0;
    min-height: 116px;
    padding: 10px;
    border-radius: 8px;
  }

  .home-page .finance-card strong {
    font-size: 10px;
    line-height: 1.08;
  }

  .home-page .finance-card img {
    height: 66px;
    width: 100%;
    object-fit: contain;
    object-position: center bottom;
    mix-blend-mode: normal;
  }

  .home-page .calculator-controls,
  .home-page .calculator-green {
    padding: 14px;
  }

  .home-page .calculator-controls {
    gap: 18px;
  }

  .home-page .home-pill-tabs.is-full button {
    padding: 8px 4px;
    font-size: 11px;
  }

  .home-page .range-row {
    gap: 9px;
  }

  .home-page .range-row strong,
  .home-page .rate-box strong {
    font-size: 16px;
  }

  .home-page .range-row p,
  .home-page .calc-disclaimer {
    font-size: 10px;
  }

  .home-page .calculator-green strong {
    font-size: 30px;
  }

  .home-page .calc-meta {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 7px 14px;
    font-size: 12px;
  }

  .home-page .calc-actions {
    grid-template-columns: 1fr;
  }

  .home-page .product-card {
    flex-basis: 122px;
    height: 192px;
    padding: 9px;
  }

  .home-page .product-card h3 {
    font-size: 12px;
  }

  .home-page .product-card p {
    font-size: 9px;
  }

  .home-page .product-card a {
    padding: 7px 9px;
    font-size: 9px;
  }

  .home-page .home-question-cta {
    min-height: 278px;
  }

  .home-page .home-question-cta > div {
    gap: 10px;
    padding: 20px 16px;
  }

  .home-page .home-question-cta h2 {
    font-size: 21px;
  }

  .home-page .home-question-cta p {
    font-size: 11px;
  }

  .home-page .home-question-cta > img {
    right: 10px;
    bottom: 4px;
    width: 142px;
    height: 92px;
  }

  .home-page .trust-grid {
    grid-template-rows: auto repeat(2, 126px);
  }

  .home-page .award-main {
    min-height: 194px;
    padding: 12px;
  }

  .home-page .award-main p {
    max-width: 78%;
    font-size: 10px;
  }

  .home-page .award-main .award-dots {
    width: 86px;
    height: 86px;
  }

  .home-page .award-card {
    padding: 10px;
  }

  .home-page .award-card strong {
    font-size: 15px;
  }

  .home-page .award-card img {
    width: 38px;
    height: 38px;
  }

  .home-page .award-card p {
    font-size: 10px;
  }

  .home-page .award-card:nth-child(2) { grid-column: 2; grid-row: 3; }
  .home-page .award-card:nth-child(3) { grid-column: 1; grid-row: 2; }
  .home-page .award-card:nth-child(4) { grid-column: 1; grid-row: 3; }
  .home-page .award-card:nth-child(5) { grid-column: 2; grid-row: 2; }

  .home-page .about-card,
  .home-page .about-main {
    min-height: 180px;
  }

  .home-page .about-main {
    min-height: 294px;
  }

  .home-page .about-card > div {
    padding: 16px 14px 0;
  }

  .home-page .about-card h3 {
    font-size: 15px;
  }

  .home-page .about-card p,
  .home-page .about-main a {
    font-size: 11px;
  }

  .home-page .faq {
    padding: 20px 14px;
  }

  .home-page .faq .section-title {
    font-size: 21px;
  }

  .home-page .faq-row {
    min-height: 51px;
    font-size: 10px;
  }

  .home-page .news-head {
    display: contents;
  }

  .home-page .articles {
    display: flex;
    flex-direction: column;
  }

  .home-page .news-head .section-title {
    order: 1;
  }

  .home-page .article-grid {
    order: 2;
  }

  .home-page .news-head .btn {
    display: grid;
    order: 3;
    width: 100%;
    min-height: 38px;
    margin-top: 4px;
    font-size: 11px;
  }

  .home-page .article-card {
    flex-basis: 144px;
    min-height: 130px;
    padding: 12px;
  }

  .home-page .article-card > p {
    font-size: 10px;
  }

  .home-page .article-card time {
    font-size: 9px;
    letter-spacing: 0;
  }

  .home-page .article-card img {
    width: 34px;
    height: 34px;
  }

  .home-page .home-final-reserve {
    padding: 14px 12px;
  }

  .home-page .home-final-reserve h2 {
    font-size: 22px;
  }

  .home-page .home-final-reserve .field,
  .home-page .home-final-reserve .btn {
    min-height: 38px;
  }

  .home-page .home-final-reserve input,
  .home-page .home-final-reserve select,
  .home-page .home-final-reserve .agree,
  .home-page .home-final-reserve .safe {
    font-size: 10px;
  }

  .home-page .home-final-phone {
    display: none;
  }

  .home-page .home-final-currency {
    min-height: 312px;
    padding: 16px 14px 0;
  }

  .home-page .home-final-currency h3 {
    font-size: 17px;
  }

  .home-page .home-final-currency p {
    font-size: 11px;
  }

  .home-page .home-final-currency > img {
    height: 150px;
  }
}

/* Must remain last: these rules supersede legacy mobile breakpoints above. */
@media (min-width: 381px) and (max-width: 640px) {
  .home-page .topline,
  .home-page .nav {
    display: flex;
  }

  .home-page .hero-shell {
    padding: 12px 0 11px;
  }

  .home-page .topline,
  .home-page .nav,
  .home-page .home-main .wrap {
    width: calc(100% - 32px);
  }

  .home-page .topline {
    min-height: 30px;
    margin: 0 auto;
    gap: 8px;
  }

  .home-page .logo {
    width: 112px;
    height: 13px;
  }

  .home-page .top-actions {
    gap: 6px;
    margin-right: 38px;
    font-size: 11px;
  }

  .home-page .top-actions svg {
    width: 14px;
    height: 14px;
  }

  .home-page .eye,
  .home-page .menu {
    width: 30px;
    height: 30px;
  }

  .home-page .eye img {
    width: 19px;
  }

  .home-page .menu {
    top: 12px;
    right: 16px;
  }

  .home-page .menu span {
    width: 18px;
  }

  .home-page .nav {
    min-height: 32px;
    margin: 8px auto 0;
    padding: 0 12px;
  }

  .home-page .nav-actions .phone strong {
    font-size: 13px;
  }

  .home-page .nav-actions .btn {
    font-size: 10px;
  }

  .home-page .home-hero {
    padding-top: 26px;
  }

  .home-page .home-hero-copy {
    padding: 0;
    height: 169px;
  }

  .home-page .home-hero h1 {
    max-width: 310px;
    margin-bottom: 9px;
    font-size: 20px;
    line-height: 1.04;
  }

  .home-page .home-hero p {
    max-width: 340px;
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 1.35;
  }

  .home-page .home-hero-actions {
    grid-template-columns: 116px 124px;
    gap: 8px;
  }

  .home-page .home-hero-actions .btn {
    min-height: 32px;
    padding: 7px 8px;
    font-size: 10px;
  }

  .home-page .home-hero-visual {
    height: 201px;
    margin-top: 7px;
  }

  .home-page .home-hero-visual img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
  }

  .home-page .home-main {
    padding-top: 56px;
  }

  .home-page .stack {
    gap: 56px;
  }

  .home-page .section-title {
    font-size: 22px;
  }

  .home-page .calculator-controls,
  .home-page .calculator-green {
    padding: 18px;
  }

  .home-page .calculator-result > .calc-disclaimer {
    order: 4;
    margin: 0;
  }

  .home-page .about-main {
    min-height: 284px;
  }

  .home-page .about-card {
    min-height: 164px;
  }

  .home-page .about-card img {
    width: 62%;
    height: 108%;
    right: -2%;
    bottom: -4%;
  }
}

@media (min-width: 481px) and (max-width: 560px) {
  .home-page .home-hero-copy {
    height: 173px;
  }

  .home-page .home-hero h1 {
    max-width: 340px;
    font-size: 22px;
  }

  .home-page .home-hero-visual {
    height: 224px;
  }
}

@media (min-width: 561px) and (max-width: 640px) {
  .home-page .home-hero-copy {
    height: 177px;
  }

  .home-page .home-hero h1 {
    max-width: 380px;
    font-size: 24px;
  }

  .home-page .home-hero-visual {
    height: 250px;
  }
}

@media (max-width: 380px) {
  .home-page .home-main .wrap {
    width: calc(100% - 32px);
  }

  .home-page .footer .wrap {
    width: calc(100% - 40px);
  }

  .home-page .hero-shell {
    padding: 10px 0 22px;
  }

  .home-page .topline {
    min-height: 28px;
    gap: 6px;
  }

  .home-page .logo {
    width: 104px;
    height: 12px;
  }

  .home-page .top-actions {
    gap: 5px;
    margin-right: 36px;
    font-size: 10px;
  }

  .home-page .top-actions svg {
    width: 13px;
    height: 13px;
  }

  .home-page .eye,
  .home-page .menu {
    width: 28px;
    height: 28px;
  }

  .home-page .eye img {
    width: 18px;
  }

  .home-page .menu {
    top: 10px;
    right: 8px;
  }

  .home-page .menu span {
    width: 17px;
  }

  .home-page .nav {
    min-height: 30px;
    margin-top: 8px;
    padding: 0 12px;
  }

  .home-page .nav-actions .phone strong {
    font-size: 12px;
  }

  .home-page .nav-actions .btn {
    font-size: 9px;
  }

  .home-page .home-hero {
    padding-top: 28px;
  }

  .home-page .home-hero-copy {
    min-height: 237px;
  }

  .home-page .home-hero h1 {
    max-width: 230px;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.02;
  }

  .home-page .home-hero p {
    max-width: 300px;
    margin-bottom: 16px;
    font-size: 11px;
  }

  .home-page .home-hero-visual {
    height: 178px;
  }

  .home-page .calculator-result > .calc-disclaimer {
    order: 4;
    margin: 0;
    padding: 0 2px;
  }

  .home-page .trust-grid {
    grid-template-rows: 242px repeat(2, 144px);
    gap: 10px;
  }

  .home-page .award-main {
    min-height: 0;
  }

  .home-page .award-card {
    padding: 12px;
  }

  .home-page .about-main {
    min-height: 376px;
  }

  .home-page .about-card {
    min-height: 280px;
  }

  .home-page .about-card.review {
    min-height: 354px;
  }

  .home-page .about-card:not(.about-main) > div {
    width: 100%;
  }

  .home-page .home-question-cta > img {
    right: auto;
    bottom: 0;
    left: 50%;
    width: 176px;
    height: 118px;
    transform: translateX(-50%);
  }

  .home-page .about-card img {
    width: 100%;
    height: 84%;
    right: 0;
    bottom: 0;
    object-position: center bottom;
  }

  .home-page .about-main img {
    width: 108%;
    height: 64%;
    right: -4%;
    bottom: -2%;
  }

  .home-page .faq {
    min-height: 654px;
    padding: 32px 24px;
  }

  .home-page .faq .section-title {
    margin-bottom: 24px;
  }

  .home-page .faq-row {
    min-height: 64px;
    padding: 12px 0;
  }

  .home-page .home-final-reserve {
    min-height: 776px;
    padding: 32px 20px;
  }

  .home-page .home-final-currency {
    min-height: 411px;
    padding: 32px 20px 0;
  }

  .home-page .home-final-currency > img {
    height: 203px;
  }
}

/* Awards page rules must follow the legacy home-page media queries. */
.awards-page .awards-hero-shell { overflow: hidden; border-radius: 0 0 16px 16px; background: var(--soft); }
.awards-page .awards-hero-copy h1 { text-transform: uppercase; }
.awards-page .rating-card { background: var(--pale-green); }
.awards-page .rating-card-main { background: var(--soft); }
.awards-page .award-card,
.awards-page .award-card.is-featured { min-height: 158px; padding: 20px; border: 1px solid var(--line); background: #fff; }
.awards-page .award-card strong { font-size: 26px; }
.awards-page .award-card span { font-size: 15px; }
.awards-page .service-card { min-height: 154px; padding: 20px; }
.awards-page .service-card > img { inset: auto 54px 8px auto; width: 142px; height: 142px; object-fit: contain; }
.awards-page .service-card > span { font-size: 20px; }
.awards-page .service-card::after { right: 16px; bottom: 16px; width: 36px; height: 36px; }
.awards-page .awards-articles .article-grid { align-items: start; }
.awards-page .awards-articles .article-card-image { min-height: 0; display: grid; grid-template-rows: 205px auto auto; padding: 0; overflow: visible; border: 0; background: transparent; box-shadow: none; }
.awards-page .awards-articles .article-card-image > img { position: static; width: 100%; height: 205px; border-radius: 12px; object-fit: cover; }
.awards-page .awards-articles .article-card-image > p,
.awards-page .awards-articles .article-card-image > div { padding-right: 0; padding-left: 0; }
.awards-page .awards-articles .article-card-image > p { margin: 18px 0 12px; font-size: 17px; }
.awards-page .awards-offices h2 { margin: 0; }
.awards-page .footer { background: #e7e7e7; color: var(--ink); }
.awards-page .footer p,
.awards-page .footer a,
.awards-page .footer-bottom,
.awards-page .callback { color: #626979; }
.awards-page .footer strong,
.awards-page .footer .phone-main { color: var(--ink); }
.awards-page .footer-buttons a { color: #fff; background: var(--green); }

@media (min-width: 761px) and (max-width: 1100px) {
  .awards-page .ratings-section { display: block; }
  .awards-page .ratings-intro { min-height: 0; }
  .awards-page .ratings-intro ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 20px; }
  .awards-page .ratings-grid { margin-top: 20px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .awards-page .rating-card-main { grid-column: span 2; }
  .awards-page .home-final-form { grid-template-columns: minmax(0, 45%) minmax(0, 55%); }
  .awards-page .home-final-info { min-width: 0; }
  .awards-page .footer-grid { grid-template-columns: 1fr 1.25fr 1fr; }
}

@media (max-width: 760px) {
  .awards-page .award-card,
  .awards-page .award-card.is-featured { min-height: 238px; padding: 22px; }
  .awards-page .service-card { min-height: 154px; }
  .awards-page .awards-articles .article-card-image { min-height: 0; grid-template-rows: 180px auto auto; }
  .awards-page .awards-articles .article-card-image > img { height: 180px; }
}

@media (max-width: 480px) {
  .awards-page .ratings-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .awards-page .rating-card-main { grid-column: 1 / -1; }
  .awards-page .rating-card:not(.rating-card-main) { min-height: 170px; padding: 16px; }
  .awards-page .rating-card:not(.rating-card-main) > img { top: 14px; right: 14px; width: 72px; height: 26px; }
  .awards-page .rating-card:not(.rating-card-main) > strong { font-size: 23px; }
  .awards-page .rating-card:not(.rating-card-main) > p { font-size: 14px; }
  .awards-page .service-card > img { right: 46px; width: 132px; height: 132px; }
}

