:root {
  --home-blue: #123fa5;
  --home-blue-bright: #1552c7;
  --home-blue-deep: #061a4f;
  --home-blue-soft: #eaf1ff;
  --home-gold: #efc72f;
  --home-gold-soft: #fff7d8;
  --home-mint: #4ddbb4;
  --home-ink: #0b1d48;
  --home-muted: #667085;
  --home-line: #e4e8ef;
}

.home-page {
  min-width: 320px;
  color: var(--home-ink);
  background: var(--home-blue-deep);
}

.home-header {
  min-height: 82px;
  padding-inline: max(24px, calc((100vw - 1180px) / 2));
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: rgba(11, 46, 130, 0.12);
  box-shadow: 0 5px 24px rgba(6, 26, 79, 0.08);
}

.home-header .brand__name {
  font-size: 1.42rem;
}

.home-header .nav {
  gap: 24px;
  font-size: 0.9rem;
}

.home-header .nav__whatsapp {
  padding: 11px 20px;
}

.home-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 76px 24px 60px;
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(135deg, #061a4f 0%, #0d3695 48%, #1552b3 100%);
  background-size: 64px 64px, 64px 64px, auto;
}

.home-hero__glow {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 76% 23%, rgba(77, 219, 180, 0.27), transparent 27%),
    radial-gradient(circle at 25% 60%, rgba(239, 199, 47, 0.18), transparent 28%),
    linear-gradient(90deg, rgba(2, 15, 51, 0.26), transparent 48%);
  pointer-events: none;
}

.home-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 560px);
  gap: clamp(56px, 7vw, 108px);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}

.home-intro {
  align-self: start;
  padding-top: 20px;
}

.home-kicker {
  margin: 0 0 16px;
  color: var(--home-gold);
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-intro h1 {
  max-width: 590px;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 5vw, 4.45rem);
  font-weight: 780;
  letter-spacing: -0.055em;
  line-height: 1.06;
}

.home-steps {
  display: grid;
  gap: 14px;
  max-width: 570px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.home-steps li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.home-steps li > span {
  display: grid;
  width: 30px;
  height: 30px;
  color: var(--home-blue-deep);
  background: var(--home-gold);
  border: 1px solid rgba(255, 240, 161, 0.72);
  box-shadow: 0 8px 24px rgba(239, 199, 47, 0.2);
  border-radius: 50%;
  place-items: center;
  font-size: 0.84rem;
  font-weight: 950;
}

.home-steps strong {
  display: block;
  color: #fff;
  font-size: 1rem;
}

.home-steps p {
  margin: 3px 0 0;
  color: rgba(235, 242, 255, 0.76);
  font-size: 0.94rem;
  line-height: 1.45;
}

.home-coverage {
  display: grid;
  gap: 12px;
  margin-top: 36px;
}

.home-coverage > span {
  color: rgba(235, 242, 255, 0.74);
  font-size: 0.86rem;
}

.home-coverage .hero-country-strip {
  margin-top: 0;
}

.home-coverage .hero-country {
  min-height: 42px;
  padding: 7px 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 10px 28px rgba(2, 15, 51, 0.16);
  backdrop-filter: blur(10px);
}

.home-coverage .hero-country:hover {
  color: var(--home-blue-deep);
  background: var(--home-gold);
  border-color: var(--home-gold);
}

.home-coverage .hero-country__flag {
  display: inline-grid;
  width: 28px;
  height: 22px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  place-items: center;
}

.home-coverage .hero-country__flag img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
  filter: saturate(0.95);
}

.home-coverage .hero-country__flag > span {
  color: currentColor;
  font-size: 0.72rem;
  font-weight: 900;
}

.home-calculator {
  width: 100%;
  max-width: 560px;
  margin: 0;
  padding: 26px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 25px;
  box-shadow:
    0 32px 90px rgba(1, 12, 44, 0.38),
    0 5px 18px rgba(1, 12, 44, 0.18);
}

.home-calculator .calculator__topline {
  align-items: center;
  margin-bottom: 24px;
}

.home-calculator .calculator__label {
  color: var(--home-blue);
  font-size: 0.76rem;
  font-weight: 900;
}

.home-calculator h2 {
  color: var(--home-ink);
  font-size: 2rem;
  font-weight: 800;
}

.home-calculator .calculator__topline > span {
  padding: 8px 13px;
  color: var(--home-blue-deep);
  background: var(--home-gold-soft);
  border-color: rgba(224, 186, 47, 0.55);
  font-size: 0.78rem;
}

.home-calculator .field-card--method .field-card__row {
  grid-template-columns: minmax(0, 1fr) minmax(210px, 235px);
  min-height: 92px;
  padding: 10px 14px 10px 20px;
  border: 1px solid rgba(17, 24, 39, 0.24);
  border-radius: 16px;
}

.home-calculator .field-card--method > span {
  color: #3f4654;
  background: #fff;
  font-size: 0.82rem;
}

.home-calculator .field-card input {
  color: #22252b;
  font-size: clamp(2.25rem, 3.6vw, 2.85rem);
  font-weight: 450;
}

.home-calculator .field-card__amount-wrap {
  display: flex;
  min-width: 0;
  align-items: baseline;
  gap: 10px;
}

.home-calculator .field-card__amount-wrap input {
  min-width: 0;
}

.home-calculator .field-card__currency {
  display: grid;
  min-width: 58px;
  color: var(--home-ink);
  text-align: left;
}

.home-calculator .field-card__currency b {
  font-size: 1rem;
  font-weight: 950;
}

.home-calculator .field-card__currency small {
  max-width: 72px;
  overflow: hidden;
  color: var(--home-muted);
  font-size: 0.66rem;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-calculator .method-display {
  min-height: 70px;
}

.home-calculator .method-display--send {
  position: relative;
  padding-right: 28px;
}

.home-calculator .method-display--send::after {
  content: "\2304";
  position: absolute;
  right: 8px;
  color: var(--home-ink);
  font-size: 1rem;
  font-weight: 950;
  pointer-events: none;
}

.home-calculator .method-display select {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.home-calculator .swap-button--visual {
  margin: 9px auto;
  color: var(--home-mint);
  background: transparent;
}

.receive-method-shell {
  position: relative;
  z-index: 11;
}

.home-calculator .selected-method-card {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.home-calculator .selected-method-card .method-logo {
  width: 168px;
  max-width: 168px;
}

.home-calculator .selected-method-card .method-logo--image img {
  width: 138px;
  height: 58px;
  padding: 2px;
  border: 0;
  border-radius: 8px;
  object-fit: contain;
}

.home-calculator .selected-method-card__currency {
  flex: 0 0 auto;
  color: var(--home-ink);
  font-size: 0.82rem;
  font-weight: 950;
}

.home-calculator .selected-method-card__copy strong {
  color: var(--home-ink);
  font-size: 0.96rem;
}

.home-calculator .selected-method-card__copy small {
  color: var(--home-muted);
  font-size: 0.73rem;
}

.selected-method-placeholder {
  display: grid;
  width: 100%;
  min-width: 0;
  justify-items: start;
  text-align: left;
}

.selected-method-placeholder strong {
  color: var(--home-ink);
  font-size: 0.92rem;
  white-space: nowrap;
}

.selected-method-placeholder small {
  color: var(--home-muted);
  font-size: 0.72rem;
  font-weight: 850;
}

.home-calculator .currency-orb {
  color: var(--home-blue-deep);
  background: var(--home-gold-soft);
  border-color: rgba(224, 186, 47, 0.55);
}

.home-calculator .method-display__flag-image {
  display: inline-grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 50%;
  place-items: center;
}

.home-calculator .method-display__flag-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.home-calculator .method-display__flag-image > span {
  color: var(--home-blue-deep);
  font-size: 0.72rem;
  font-weight: 900;
}

.home-calculator .currency-copy {
  display: grid;
  min-width: 0;
  gap: 2px;
  text-align: left;
}

.home-calculator .currency-copy b {
  color: var(--home-ink);
  font-size: 0.95rem;
  font-weight: 950;
}

.home-calculator .currency-copy small,
.home-calculator .selected-method-card__name {
  max-width: 92px;
  overflow: hidden;
  color: var(--home-muted);
  font-size: 0.68rem;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-calculator .reception-methods--dropdown {
  z-index: 50;
  top: calc(100% + 7px);
  right: 0;
  left: 0;
  max-height: 440px;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 14px;
  box-shadow: 0 26px 70px rgba(17, 24, 39, 0.2);
}

.home-calculator .reception-methods--dropdown .reception-search {
  min-height: 58px;
  padding: 0 17px;
  background: #fff;
}

.home-calculator .reception-methods--dropdown .reception-list {
  max-height: 360px;
  overflow-x: hidden;
}

.home-calculator .reception-methods--dropdown .reception-item {
  display: grid;
  width: 100%;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 22px;
  min-height: 112px;
  padding: 14px 16px;
  align-items: center;
  color: var(--home-ink);
  text-align: left;
}

.home-calculator .reception-methods--dropdown .reception-item:hover,
.home-calculator .reception-methods--dropdown .reception-item.is-selected {
  background: #f4f6f9;
}

.home-calculator .reception-item__quote {
  display: grid;
  justify-items: end;
  color: var(--home-ink);
}

.home-calculator .reception-item__quote strong {
  max-width: 92px;
  overflow: hidden;
  font-size: 0.93rem;
  font-weight: 720;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-calculator .reception-item__quote small {
  color: #a0a7b4;
  font-size: 0.72rem;
}

.home-calculator .reception-item__quote .best-price {
  max-width: 112px;
  margin-top: 7px;
  padding: 5px 8px;
  color: #08762b;
  background: #ddfbdc;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
}

.home-calculator .reception-item__copy {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.home-calculator .reception-item__copy strong {
  overflow: hidden;
  color: var(--home-ink);
  font-size: 0.95rem;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-calculator .reception-item__copy small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--home-muted);
  font-size: 0.72rem;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-calculator .reception-item__copy .best-price {
  width: fit-content;
  margin-top: 3px;
  padding: 4px 8px;
  color: #08762b;
  background: #ddfbdc;
  font-size: 0.66rem;
}

.home-calculator .reception-item__logo {
  display: grid;
  min-width: 0;
  place-items: center;
}

.home-calculator .reception-item__logo .method-logo {
  width: 240px;
  max-width: 100%;
  justify-content: center;
}

.home-calculator .reception-item__logo .method-logo--image img {
  width: min(100%, 236px);
  height: 76px;
  padding: 2px 4px;
  background: transparent;
  border: 0;
  border-radius: 7px;
  box-shadow: none;
  object-fit: contain;
}

.home-calculator .reception-item__logo .method-logo__fallback {
  width: 120px;
  min-height: 48px;
  color: var(--home-blue-deep);
  background: var(--home-blue-soft);
  border: 0;
}

.home-calculator .method-logo__flag {
  display: inline-grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  place-items: center;
}

.home-calculator .method-logo__flag img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.home-calculator .method-logo__flag > span {
  color: var(--home-blue-deep);
  font-size: 0.72rem;
  font-weight: 900;
}

.home-country-row {
  margin-top: 15px;
}

.home-country-row select {
  min-height: 48px;
  color: var(--home-ink);
  border-color: var(--home-line);
  border-radius: 13px;
  font-weight: 750;
}

.home-calculator .exchange-details {
  margin-top: 16px;
  padding: 15px 17px;
  background: #f5f6f8;
  border-radius: 13px;
}

.home-calculator .exchange-details div {
  margin-top: 10px;
  font-size: 0.82rem;
}

.home-calculator .exchange-details strong {
  text-align: right;
}

.home-calculator .calculator__cta {
  width: 100%;
  margin-top: 18px;
  color: var(--home-blue-deep);
  background: var(--home-mint);
  border-radius: 13px;
  box-shadow: none;
}

.home-market-overview {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(420px, 1.25fr);
  gap: 76px;
  align-items: end;
  max-width: 980px;
  margin: 68px auto 0;
}

.home-operation-counter {
  display: grid;
  justify-items: center;
  text-align: center;
}

.home-operation-counter strong {
  min-width: 112px;
  padding: 7px 18px;
  color: var(--home-blue-deep);
  background: var(--home-gold);
  border: 1px solid rgba(255, 240, 161, 0.6);
  border-radius: 14px;
  font-size: 2rem;
  line-height: 1;
  box-shadow: 0 15px 36px rgba(1, 12, 44, 0.24);
}

.home-operation-counter span {
  margin-top: 12px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
}

.home-operation-counter small {
  margin-top: 4px;
  color: rgba(235, 242, 255, 0.68);
}

.home-rate-summary {
  padding: 18px 22px;
  color: rgba(235, 242, 255, 0.76);
  background: rgba(3, 20, 66, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(1, 12, 44, 0.18);
  backdrop-filter: blur(10px);
  font-size: 0.88rem;
}

.home-rate-summary__head,
.home-rate-summary__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  padding: 11px 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.home-rate-summary__head {
  color: rgba(235, 242, 255, 0.58);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.home-rate-summary__row strong {
  color: var(--home-gold);
}

.home-rate-summary__row span:last-child,
.home-rate-summary__head span:last-child {
  text-align: right;
}

.home-editorial {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(60px, 9vw, 140px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 116px 24px;
}

.home-editorial__intro {
  position: sticky;
  top: 120px;
  align-self: start;
}

.home-editorial h2,
.home-methods h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.25rem, 4vw, 3.55rem);
  letter-spacing: -0.055em;
  line-height: 1.06;
}

.home-editorial__intro > p:last-child {
  max-width: 430px;
  margin: 22px 0 0;
  color: rgba(235, 242, 255, 0.72);
  font-size: 1.05rem;
  line-height: 1.65;
}

.home-editorial__rows {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.home-editorial__rows article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 20px;
  padding: 38px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.home-editorial__rows article > span {
  color: var(--home-gold);
  font-size: 1.35rem;
  font-weight: 950;
}

.home-editorial__rows h3 {
  margin: 0;
  color: #fff;
  font-size: 1.45rem;
  letter-spacing: -0.025em;
}

.home-editorial__rows p {
  margin: 10px 0 17px;
  color: rgba(235, 242, 255, 0.7);
  line-height: 1.58;
}

.home-editorial__rows a,
.home-methods__head > a {
  color: var(--home-gold);
  font-weight: 850;
}

.home-editorial__rows a::after,
.home-methods__head > a::after {
  content: "  ->";
}

.home-methods {
  padding: 100px max(24px, calc((100vw - 1180px) / 2));
  background:
    radial-gradient(circle at 82% 12%, rgba(77, 219, 180, 0.15), transparent 24%),
    linear-gradient(135deg, #0a2a75 0%, #103d9d 100%);
  border-block: 1px solid rgba(255, 255, 255, 0.12);
}

.home-methods__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.home-methods__head h2 {
  max-width: 720px;
}

.home-methods__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: 58px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
}

.home-method-tile {
  display: grid;
  min-height: 124px;
  padding: 18px;
  align-content: center;
  justify-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, 0.96);
  text-align: center;
}

.home-method-tile .method-logo {
  width: 100%;
  max-width: 150px;
  justify-content: center;
}

.home-method-tile .method-logo--image img {
  width: 138px;
  height: 58px;
  padding: 2px;
  border: 0;
  border-radius: 6px;
  box-shadow: none;
  filter: grayscale(1);
  opacity: 0.66;
  object-fit: contain;
  transition: filter 160ms ease, opacity 160ms ease;
}

.home-method-tile:hover .method-logo--image img {
  filter: grayscale(0);
  opacity: 1;
}

.home-method-tile > strong {
  color: #525b6b;
  font-size: 0.82rem;
}

.home-methods__loading {
  grid-column: 1 / -1;
  margin: 0;
  padding: 40px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--home-blue-deep);
  text-align: center;
}

.home-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  color: var(--home-blue-deep);
  background: linear-gradient(100deg, #dbae16 0%, #efc72f 52%, #f4d962 100%);
}

.home-trust > div {
  min-height: 190px;
  padding: 46px max(24px, calc((100vw - 1180px) / 6));
  border-right: 1px solid rgba(6, 26, 79, 0.15);
}

.home-trust > div:last-child {
  border-right: 0;
}

.home-trust strong {
  display: block;
  color: var(--home-blue-deep);
  font-size: 1.35rem;
}

.home-trust p {
  max-width: 320px;
  margin: 12px 0 0;
  color: rgba(6, 26, 79, 0.74);
  line-height: 1.55;
}

.home-footer {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 0.7fr);
  gap: 44px;
  padding: 72px max(24px, calc((100vw - 1180px) / 2)) 34px;
  color: rgba(235, 242, 255, 0.68);
  background: #04143f;
  border-top: 0;
}

.home-footer__brand p {
  max-width: 360px;
  margin-top: 18px;
  line-height: 1.55;
}

.home-footer nav {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 11px;
}

.home-footer nav strong {
  margin-bottom: 5px;
  color: #fff;
}

.home-footer nav a:hover {
  color: var(--home-gold);
}

.home-footer small {
  grid-column: 1 / -1;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.home-footer .brand__name span,
.home-footer .brand__name strong {
  color: #fff;
}

.home-footer .brand__name strong {
  color: var(--home-gold);
}

.home-footer .brand__tagline {
  color: rgba(235, 242, 255, 0.62);
}

@media (max-width: 980px) {
  .home-hero__grid {
    grid-template-columns: 1fr;
    max-width: 700px;
  }

  .home-intro {
    padding-top: 0;
  }

  .home-calculator {
    max-width: 620px;
    margin: 0 auto;
  }

  .home-market-overview {
    max-width: 700px;
  }

  .home-editorial {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .home-editorial__intro {
    position: static;
  }

  .home-methods__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-footer {
    grid-template-columns: 1.2fr repeat(2, 0.8fr);
  }

  .home-footer nav:last-of-type {
    grid-column: 2;
  }
}

@media (max-width: 760px) {
  .home-header {
    min-height: 70px;
    padding-inline: 18px;
  }

  .home-header .nav {
    top: 70px;
    right: 16px;
    left: 16px;
    gap: 4px;
    padding: 12px;
  }

  .home-header .nav a {
    padding: 11px 12px;
  }

  .home-hero {
    padding: 52px 18px 48px;
  }

  .home-hero__grid {
    gap: 44px;
  }

  .home-intro h1 {
    font-size: clamp(2.55rem, 13vw, 3.35rem);
  }

  .home-steps {
    margin-top: 30px;
  }

  .home-coverage {
    margin-top: 30px;
  }

  .home-calculator {
    padding: 20px;
    border-radius: 20px;
  }

  .home-calculator h2 {
    font-size: 1.65rem;
  }

  .home-calculator .calculator__topline > span {
    padding: 7px 10px;
    font-size: 0.7rem;
  }

  .home-calculator .field-card--method .field-card__row {
    grid-template-columns: minmax(0, 1fr) 148px;
    gap: 0;
    min-height: 82px;
    padding: 8px 8px 8px 14px;
  }

  .home-calculator .field-card input {
    font-size: clamp(1.85rem, 10vw, 2.4rem);
  }

  .home-calculator .method-display {
    min-height: 64px;
    padding: 0 0 0 10px;
    border-top: 0;
    border-left: 1px solid rgba(10, 27, 67, 0.12);
  }

  .home-calculator .method-display select {
    width: 76px;
    padding-left: 4px;
    font-size: 0.9rem;
  }

  .home-calculator .method-display__flag img,
  .home-calculator .currency-orb {
    width: 36px;
    height: 36px;
  }

  .home-calculator .selected-method-card {
    display: flex;
    justify-content: center;
  }

  .home-calculator .selected-method-card .method-logo {
    width: 126px;
    max-width: 126px;
  }

  .home-calculator .selected-method-card .method-logo--image img {
    width: 122px;
    height: 46px;
  }

  .home-calculator .reception-methods--dropdown {
    top: calc(100% + 6px);
    right: 0;
    left: 0;
    max-height: 410px;
  }

  .home-calculator .reception-methods--dropdown .reception-item {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 12px;
    min-height: 96px;
    padding: 12px 10px;
  }

  .home-calculator .reception-item__quote strong {
    max-width: 68px;
    font-size: 0.74rem;
  }

  .home-calculator .reception-item__logo .method-logo,
  .home-calculator .reception-item__logo .method-logo--image img {
    width: 164px;
    max-width: 100%;
  }

  .home-calculator .reception-item__logo .method-logo--image img {
    height: 58px;
  }

  .home-market-overview {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 54px;
  }

  .home-rate-summary__head,
  .home-rate-summary__row {
    grid-template-columns: 0.9fr 1fr 1fr;
    gap: 10px;
    font-size: 0.78rem;
  }

  .home-editorial {
    padding: 78px 20px;
  }

  .home-editorial__rows article {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
  }

  .home-methods {
    padding: 78px 20px;
  }

  .home-methods__head {
    display: grid;
  }

  .home-methods__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 40px;
  }

  .home-method-tile {
    min-height: 108px;
    padding: 12px;
  }

  .home-method-tile .method-logo--image img {
    width: 112px;
    height: 48px;
  }

  .home-trust {
    grid-template-columns: 1fr;
  }

  .home-trust > div {
    min-height: 0;
    padding: 34px 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .home-footer {
    grid-template-columns: 1fr 1fr;
    gap: 38px 24px;
    padding: 56px 22px 30px;
  }

  .home-footer__brand,
  .home-footer small {
    grid-column: 1 / -1;
  }

  .home-footer nav:last-of-type {
    grid-column: auto;
  }
}

@media (max-width: 430px) {
  .home-calculator .calculator__topline {
    align-items: start;
  }

  .home-calculator .calculator__topline > span {
    max-width: 74px;
    text-align: center;
  }

  .home-calculator .field-card--method .field-card__row {
    grid-template-columns: minmax(0, 1fr) 138px;
  }

  .home-calculator .field-card input {
    font-size: 1.8rem;
  }

  .home-footer {
    grid-template-columns: 1fr;
  }

  .home-footer nav,
  .home-footer nav:last-of-type {
    grid-column: 1;
  }
}
