:root {
  --bg: #ffffff;
  --muted-bg: #f3f3f3;
  --ink: #101522;
  --soft-ink: #4d5462;
  --muted: #777d86;
  --line: #e1e2e5;
  --dark: #0f0f10;
  --dark-2: #171717;
  --green: #00e013;
  --green-dark: #00c614;
  --green-soft: #dcff9f;
  --hero-surface: #eaf9c5;
  --hero-surface-end: #ffffff;
  --notice-bg: linear-gradient(99.06deg, #cae88b 2.34%, #fff7f2 109.02%);
  --footer-text: #858585;
  --container: 1280px;
  --radius-sm: 24px;
  --radius-md: 24px;
  --radius-card: 24px;
  --radius-pill: 999px;
  --font: Inter, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  font-synthesis: none;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

h1,
h2,
h3,
p,
dl,
dd {
  margin: 0;
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: var(--radius-pill);
  padding: 0 24px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.button-primary {
  background: var(--green);
  color: #001405;
}

.button-primary:hover {
  background: var(--green-dark);
}

.button-light {
  background: #fff;
  color: #111827;
  box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.08);
}

.button-dark {
  min-height: 40px;
  background: #050505;
  color: #fff;
  padding: 0 20px;
  font-size: 13px;
}

.button-outline-dark {
  min-height: 39px;
  border: 1px solid #282828;
  background: transparent;
  color: #f6f6f6;
}

.button-small {
  min-height: 32px;
  padding: 0 19px;
  font-size: 13px;
}

.button-tiny {
  min-height: 30px;
  padding: 0 18px;
  font-size: 11px;
}

.button-block {
  width: 100%;
}

.site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  color: #050505;
}

.site-header .container {
  width: min(var(--container), calc(100% - 48px));
}

.nav {
  display: flex;
  height: 76px;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 100px;
  height: 22.891px;
  object-fit: contain;
  filter: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0;
  margin-left: auto;
  color: #050505;
  font-size: 14px;
  font-weight: 600;
  line-height: 17.5px;
}

.nav-links a {
  display: inline-flex;
  width: 98.164px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-pill);
  padding: 8px 16px;
  letter-spacing: 0;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0;
  margin-left: 9.754px;
}

.language {
  display: inline-flex;
  height: 32px;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: var(--radius-pill);
  background: transparent;
  color: #050505;
  padding: 0 9.75px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.08px;
  text-transform: uppercase;
}

.nav .button-small {
  min-height: 40px;
  margin-left: 0;
  border: 0;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
}

.mobile-menu-button {
  display: none;
}

.hero {
  position: relative;
  min-height: 1107px;
  overflow: hidden;
  background:
    linear-gradient(180deg, var(--hero-surface) 0%, #f1fbd8 46%, var(--hero-surface-end) 100%);
  color: #050505;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  display: none;
  background: transparent;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 1107px;
  flex-direction: column;
  align-items: center;
  padding-top: 146px;
  padding-bottom: 130px;
  text-align: center;
}

.ratings {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: #050505;
  font-size: 14px;
  font-weight: 700;
  line-height: 21.7px;
  letter-spacing: -0.084px;
}

.ratings span {
  display: inline-flex;
  align-items: center;
  gap: 9.75px;
}

.ratings strong {
  color: #050505;
  font-weight: 700;
}

.store-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.hero h1 {
  max-width: 798px;
  margin-top: 17px;
  color: #050505;
  font-size: 72px;
  font-weight: 700;
  line-height: 77px;
  letter-spacing: -2.8px;
}

.hero-lede {
  max-width: 516px;
  margin-top: 17px;
  color: #050505;
  font-size: 19px;
  font-weight: 500;
  line-height: 28px;
}

.transfer-card {
  width: 448px;
  min-height: 464px;
  height: auto;
  margin-top: 40px;
  border-radius: 40px;
  padding: 24px;
  background: #fff;
  color: #111827;
  text-align: left;
  backdrop-filter: none;
  box-shadow: 0 22px 60px rgba(31, 41, 55, 0.04);
}

.notice {
  display: flex;
  height: 64px;
  align-items: center;
  gap: 8px;
  border-radius: 14px;
  padding: 12px;
  background: var(--notice-bg);
  color: #101828;
}

.notice strong,
.notice span {
  display: block;
}

.notice strong {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.notice span {
  margin-top: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.notice-copy {
  display: block;
  white-space: nowrap;
}

.line-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  object-fit: contain;
}

.quote-fields {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.quote-field {
  display: flex;
  height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-radius: 14px;
  padding: 12px 16px;
  background: #f4f4f4;
}

.quote-field > div {
  display: grid;
  min-width: 104px;
  gap: 2px;
  align-content: center;
}

.field-label {
  display: block;
  color: #697386;
  font-size: 12px;
  line-height: 16px;
}

.currency {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  vertical-align: middle;
  min-height: 0;
  margin: 0;
  border: 0;
  background: transparent;
  padding: 0;
  color: #111827;
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.quote-field .currency {
  height: 24px;
}

.quote-field .flag {
  width: 20px;
  height: 20px;
}

.currency-select {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
}

.currency-select:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 2px;
}

.send-currency-menu[hidden] {
  display: none;
}

.send-currency-menu {
  position: fixed;
  z-index: 120;
  display: grid;
  min-width: 188px;
  gap: 4px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
  padding: 8px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.16);
}

.send-currency-menu button {
  display: flex;
  min-height: 42px;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  padding: 8px 10px;
  color: #111827;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.send-currency-menu button:hover {
  background: #f4f4f4;
}

.quote-field strong,
.quote-amount-input {
  color: #101827;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.quote-amount-input {
  width: 156px;
  min-width: 0;
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #101827;
  font-family: inherit;
  letter-spacing: 0;
  text-align: right;
  outline: 0;
}

.quote-amount-input:focus {
  color: #050816;
}

.chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  color: transparent;
  font-size: 0;
  line-height: 0;
}

.chevron::before {
  width: 7px;
  height: 7px;
  border-right: 1.6px solid #737b8d;
  border-bottom: 1.6px solid #737b8d;
  content: "";
  transform: translateY(-1px) rotate(45deg);
}

.quote-summary {
  margin: 16px 0;
  border-top: 0;
  padding-top: 6px;
}

.quote-summary div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #111827;
  font-size: 14px;
  line-height: 20px;
}

.quote-summary div + div {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 600;
}

.quote-summary dt {
  color: #657085;
}

.quote-summary dd {
  font-weight: 500;
}

.old-fee {
  color: #00a63e;
  text-decoration: line-through;
  text-decoration-thickness: 1.4px;
}

.transfer-card .button {
  min-height: 48px;
  font-size: 16px;
  font-weight: 600;
}

.transfer-card .button + .button {
  margin-top: 12px;
}

.transfer-card .button-light {
  background: #f4f4f4;
  box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.06);
}

.modal-open {
  overflow: hidden;
}

.country-modal-root[hidden] {
  display: none;
}

.country-modal-root {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 32px 24px;
}

.country-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(17, 12, 9, 0.58);
  backdrop-filter: blur(9px);
  cursor: pointer;
}

.country-modal-card {
  position: relative;
  width: min(420px, 100%);
  max-height: min(520px, calc(100vh - 64px));
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  padding: 22px 22px 18px;
  color: #1f2430;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
}

.country-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.country-modal-header h2 {
  color: #1d2330;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.country-modal-close {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #6b7280;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}

.country-search {
  position: relative;
  display: block;
  margin-top: 14px;
}

.country-search span {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  border: 2px solid #98a2b3;
  border-radius: 50%;
  pointer-events: none;
}

.country-search span::after {
  position: absolute;
  right: -5px;
  bottom: -4px;
  width: 7px;
  height: 2px;
  transform: rotate(45deg);
  border-radius: 999px;
  background: #98a2b3;
  content: "";
}

.country-search input {
  width: 100%;
  height: 42px;
  border: 1.5px solid var(--green);
  border-radius: 10px;
  padding: 0 16px 0 40px;
  color: #1d2433;
  font: inherit;
  font-size: 16px;
  line-height: 24px;
  outline: 0;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.country-search input:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(0, 224, 19, 0.16);
}

.country-search input::placeholder {
  color: #98a2b3;
}

.country-list {
  display: grid;
  max-height: 384px;
  overflow-y: auto;
  padding: 12px 0 2px;
}

.country-option {
  position: relative;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 58px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  padding: 6px 10px;
  color: #232833;
  text-align: left;
  cursor: pointer;
}

.country-option[hidden] {
  display: none;
}

.country-option:hover,
.country-option:focus-visible {
  background: #f6f7f9;
  outline: 0;
}

.country-option .flag {
  width: 32px;
  height: 32px;
}

.country-option .coin-usdc {
  width: 32px;
  height: 32px;
  font-size: 16px;
}

.country-option strong,
.country-option small {
  display: block;
}

.country-option strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.country-option small {
  margin-top: 1px;
  color: #818998;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.country-option.has-more::after {
  position: absolute;
  right: 18px;
  color: #9ca3af;
  content: "›";
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
}

.whatsapp-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.partners {
  display: block;
  margin-top: 40px;
}

.partners img {
  width: 214px;
  height: auto;
}

.section {
  padding: 128px 0;
}

.section-muted {
  background: #fff;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-bottom: 48px;
}

.feature-card {
  min-width: 0;
  min-height: 164px;
}

.feature-icon {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.feature-card h2 {
  margin-top: 24px;
  color: #101828;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.feature-card p {
  max-width: 395px;
  margin-top: 8px;
  color: #404040;
  font-size: 16px;
  line-height: 1.5;
}

.story-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-card);
}

.story-card img {
  width: 100%;
  height: 720px;
  border-radius: var(--radius-card);
  object-fit: cover;
}

.story-pill {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  min-height: 68px;
  align-items: center;
  gap: 16px;
  transform: translate(-50%, -50%);
  border-radius: var(--radius-pill);
  padding: 10px 16px 10px 10px;
  background: rgba(255, 255, 255, 0.9);
  color: #0a0a0a;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  white-space: nowrap;
}

.story-pill .flag {
  width: 48px;
  height: 48px;
}

.pause-button {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.section-action {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.section-action .button {
  width: 137.383px;
  min-height: 48px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.media-section {
  padding: 128px 0 64px;
}

.media-section-tight {
  padding-top: 64px;
}

.split-row {
  display: grid;
  grid-template-columns: 480px minmax(0, 672px);
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

.split-row-reverse {
  grid-template-columns: minmax(0, 672px) 480px;
}

.square-media {
  width: 480px;
  aspect-ratio: 1;
  border-radius: var(--radius-sm);
  object-fit: cover;
}

.copy-block {
  max-width: 672px;
}

.copy-block h2,
.section-heading h2,
.faq-aside h2 {
  color: #000;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.12;
}

.copy-block h2 {
  max-width: 580px;
}

.copy-block p {
  margin-top: 24px;
  color: var(--soft-ink);
  font-size: 16px;
  line-height: 1.5;
}

.copy-block .button {
  margin-top: 24px;
}

.steps-section {
  padding-top: 64px;
}

.section-heading {
  text-align: center;
}

.section-heading p {
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}

.section-heading h2 {
  margin-top: 24px;
}

.steps-grid {
  display: grid;
  grid-template-columns: minmax(0, 622px) minmax(0, 622px);
  gap: 36px;
  margin-top: 48px;
  align-items: start;
}

.steps-media {
  width: 100%;
  height: 612px;
  border-radius: var(--radius-sm);
  object-fit: cover;
}

.steps-list {
  display: grid;
  gap: 36px;
  width: 100%;
}

.step-card {
  display: flex;
  min-height: 180px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 24px;
  padding: 20px;
  background: #f5f5f5;
}

.step-card .feature-icon {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: var(--radius-pill);
}

.download-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.step-card h3 {
  color: #101828;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.step-card p {
  margin-top: 8px;
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.countries-section {
  background: var(--muted-bg);
  padding-bottom: 50px;
}

.country-panel {
  border-radius: var(--radius-md);
  padding: 64px 80px;
  background: #fff;
}

.country-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 36px;
  margin-top: 48px;
}

.country-grid a {
  display: grid;
  justify-items: center;
  gap: 16px;
  color: #101828;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}

.country-grid .flag {
  width: 56px;
  height: 56px;
}

.faq-section {
  background: var(--muted-bg);
}

.faq-grid {
  display: grid;
  grid-template-columns: 512px minmax(0, 704px);
  justify-content: space-between;
  gap: 64px;
}

.faq-aside p {
  margin-top: 24px;
  color: #202838;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.17;
}

.faq-aside .button {
  min-height: 48px;
  margin-top: 24px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  min-height: 77px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #202838;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  color: #6b7280;
  content: "⌄";
}

.faq-list details[open] summary::after {
  transform: rotate(180deg);
}

.faq-list p {
  padding: 0 48px 24px 0;
  color: var(--soft-ink);
  font-size: 16px;
  line-height: 1.5;
}

.site-footer {
  background: #000;
  color: #f6f6f6;
}

.footer-container {
  width: min(var(--container), calc(100% - 48px));
  padding: 44px 0;
}

.footer-top,
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.footer-top {
  min-height: 52px;
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 29px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
}

.footer-brand img {
  width: 100px;
  height: 22.891px;
  object-fit: contain;
}

.footer-actions,
.socials {
  display: flex;
  align-items: center;
}

.footer-actions {
  gap: 12px;
}

.footer-actions .button {
  min-height: 39px;
  height: 39px;
  border-radius: 24px;
  font-size: 14px;
  line-height: 21px;
}

.footer-actions .button-outline-dark {
  border-color: #1e1e1e;
  padding: 9px 14px;
  color: #e8e8e8;
}

.footer-actions .button-primary {
  width: 131px;
  padding: 8px 16px;
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 369px;
  border-bottom: 1px solid #1a1a1a;
}

.contact-block {
  padding: 45.5px 0;
}

.contact-block h2,
.disclosures h3 {
  color: #e8e8e8;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.45px;
}

.office-block h3 {
  color: #e8e8e8;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.45px;
}

.contact-block a {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: #767676;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.45px;
}

.contact-block .flag {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

.office-block {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid #1a1a1a;
  padding: 0 0 0 48px;
}

.office-grid {
  display: block;
  min-height: 90px;
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 43px;
}

.office-grid p,
.disclosures p {
  margin-top: 8px;
  color: #767676;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.45px;
}

.disclosures {
  padding-top: 42px;
}

.disclosures p {
  max-width: 100%;
  text-align: justify;
}

.disclosures a {
  color: #767676;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-bottom {
  min-height: 56px;
  padding-top: 28px;
}

.socials {
  gap: 16px;
}

.socials span {
  color: #e8e8e8;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.45px;
}

.socials a {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
}

.socials img {
  width: 28px;
  height: 28px;
}

.footer-bottom p {
  color: #484848;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.42px;
}

.destination-page {
  background: #fff;
  color: #101828;
}

.destination-header {
  color: #101828;
}

.destination-header .brand img {
  filter: none;
}

.destination-header .nav-links,
.destination-header .language {
  color: #101828;
}

.destination-hero {
  padding: 160px 0 136px;
  background: #fff;
}

.destination-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 600px) 448px;
  align-items: center;
  justify-content: space-between;
  gap: 72px;
}

.destination-copy {
  max-width: 600px;
}

.destination-ratings {
  display: flex;
  align-items: center;
  gap: 19px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 21.7px;
}

.destination-ratings span {
  display: inline-flex;
  align-items: center;
  gap: 9.75px;
  white-space: nowrap;
}

.destination-copy h1 {
  max-width: 600px;
  margin-top: 24px;
  color: #101828;
  font-size: 60px;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: -1.2px;
}

.destination-heading-country {
  color: var(--green);
}

.destination-copy p {
  max-width: 590px;
  margin-top: 22px;
  color: #364153;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.destination-copy strong {
  font-weight: 700;
}

.destination-copy a,
.destination-steps a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.destination-quote {
  width: 448px;
  border: 1px solid #e6e8ec;
  border-radius: 32px;
  background: #f9fafb;
  padding: 20px;
  box-shadow: 0 22px 44px rgba(16, 24, 40, 0.12);
}

.destination-quote-notice {
  width: 100%;
  margin-bottom: 12px;
}

.notice .mobile-notice-copy,
.destination-options {
  display: none;
}

.destination-field {
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
  border-radius: 14px;
  background: #fff;
  padding: 10px 16px;
}

.destination-field + .destination-field {
  margin-top: 10px;
}

.destination-field .currency {
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.destination-field .flag,
.destination-ratings .store-icon {
  width: 24px;
  height: 24px;
}

.destination-field strong {
  color: #101828;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: right;
}

.destination-amount-input {
  width: 144px;
  color: #101828;
  font-size: 20px;
  line-height: 28px;
}

.destination-summary dt {
  color: #6a7282;
  font-size: 14px;
  line-height: 20px;
}

.destination-options {
  padding-top: 16px;
}

.destination-options div {
  display: flex;
  min-height: 28px;
  align-items: center;
  justify-content: space-between;
}

.destination-options div + div {
  padding-top: 12px;
}

.destination-options span {
  color: #6a7282;
  font-size: 14px;
  line-height: 20px;
}

.destination-options button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: var(--radius-pill);
  background: #fff;
  color: #101828;
  padding: 4px 8px 4px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.destination-summary {
  margin-top: 14px;
  border-top: 1px solid #e5e5e5;
  padding-top: 14px;
}

.destination-summary div {
  display: flex;
  min-height: 20px;
  align-items: center;
  justify-content: space-between;
}

.destination-summary div + div {
  padding-top: 10px;
}

.destination-summary dd {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #101828;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.fee-info {
  color: #9ca3af;
  font-size: 12px;
  line-height: 1;
}

.destination-summary div:last-child dt,
.destination-summary div:last-child dd {
  color: #101828;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.destination-quote .button {
  margin-top: 14px;
  min-height: 48px;
  color: #18181b;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.destination-whatsapp,
.destination-hero-partners {
  display: none;
}

.destination-mobile-logo {
  display: none;
}

.destination-section {
  padding: 128px 0;
}

.destination-section-muted,
.destination-partners,
.destination-faq {
  background: #f4f4f4;
}

.destination-split {
  display: grid;
  grid-template-columns: 480px minmax(0, 672px);
  align-items: center;
  justify-content: space-between;
  gap: 128px;
}

.destination-media {
  width: 480px;
  height: 480px;
  border-radius: 32px;
  object-fit: cover;
}

.destination-steps h2,
.destination-card-section h2,
.destination-partners h2,
.destination-app-copy h2 {
  color: #101828;
  font-size: 56px;
  font-weight: 600;
  line-height: 61.6px;
  letter-spacing: -1.4px;
}

.destination-steps h2 {
  max-width: 572px;
}

.destination-steps ol {
  display: grid;
  gap: 0;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: destination-steps;
}

.destination-steps li {
  position: relative;
  min-height: 90px;
  padding: 8px 0 8px 24px;
  counter-increment: destination-steps;
}

.destination-steps li::before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #101828;
  content: "";
}

.destination-steps strong {
  display: block;
  color: #101828;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.destination-steps span {
  display: block;
  padding-top: 8px;
  color: #101828;
  font-size: 16px;
  line-height: 24px;
}

.destination-card-section {
  padding: 128px 0 64px;
  background: #fff;
}

.destination-receive-section {
  padding: 64px 0 128px;
}

.destination-card-section h2 {
  max-width: 912px;
  margin: 0 auto;
  text-align: center;
}

.destination-receive-section h2 {
  max-width: 844px;
}

.destination-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
  margin-top: 48px;
}

.destination-info-card {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 24px;
  background: #f5f5f5;
  padding: 20px;
}

.destination-card-grid-short .destination-info-card {
  min-height: 252px;
}

.destination-card-icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
}

.destination-info-card h3 {
  margin-top: 24px;
  color: #101828;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.destination-info-card p {
  margin-top: 8px;
  color: #404040;
  font-size: 16px;
  line-height: 24px;
}

.destination-info-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: #00e013;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.destination-partners {
  text-align: center;
}

.destination-eyebrow {
  color: #b45309;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}

.destination-partners h2 {
  max-width: 810px;
  margin: 16px auto 0;
}

.destination-section-copy {
  max-width: 840px;
  margin: 24px auto 0;
  color: #101828;
  font-size: 16px;
  line-height: 24px;
}

.partner-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 32px;
  max-width: 1024px;
  margin: 48px auto 0;
}

.partner-logo-grid span {
  display: grid;
  min-height: 64px;
  place-items: center;
  border-radius: 8px;
  background: #fff;
  color: #101828;
  font-size: 14px;
  font-weight: 600;
}

.destination-app-cta {
  background: #fff;
}

.destination-app-copy p {
  max-width: 704px;
  margin-top: 16px;
  color: #404040;
  font-size: 16px;
  line-height: 24px;
}

.destination-app-copy .destination-ratings {
  margin-bottom: 16px;
  font-size: 12px;
}

.destination-app-copy .store-icon {
  width: 18px;
  height: 18px;
}

.destination-app-copy .button {
  margin-top: 24px;
}

.destination-faq .faq-aside h2 {
  font-size: 56px;
  line-height: 61.6px;
  letter-spacing: -1.4px;
}

.flag {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.flag-us {
  background-image: url("assets/flags/united-states.svg");
}

.flag-eu {
  background-image: url("assets/flags/european-union.svg");
}

.flag-gb {
  background-image: url("assets/flags/united-kingdom.svg");
}

.flag-mx {
  background-image: url("assets/flags/mexico.svg");
}

.flag-co {
  background-image: url("assets/flags/colombia.svg");
}

.flag-in {
  background-image: url("assets/flags/india.svg");
}

.flag-sv {
  background-image: url("assets/flags/el-salvador.svg");
}

.flag-ph {
  background-image: url("assets/flags/philippines.svg");
}

.flag-do {
  background-image: url("assets/flags/dominican-republic.svg");
}

.flag-pe {
  background-image: url("assets/flags/peru.svg");
}

.flag-cl {
  background-image: url("assets/flags/chile.svg");
}

.flag-cn {
  background-image: url("assets/flags/china.svg");
}

.flag-gt {
  background-image: url("assets/flags/guatemala.svg");
}

.flag-af {
  background-image: url("assets/flags/afghanistan.svg");
}

.flag-al {
  background-image: url("assets/flags/albania.svg");
}

.flag-ao {
  background-image: url("assets/flags/angola.svg");
}

.flag-ag {
  background-image: url("assets/flags/antigua-and-barbuda.svg");
}

.flag-am {
  background-image: url("assets/flags/armenia.svg");
}

.flag-ar {
  background-image: url("assets/flags/argentina.svg");
}

.flag-at {
  background-image: url("assets/flags/austria.svg");
}

.flag-au {
  background-image: url("assets/flags/australia.svg");
}

.flag-ke {
  background-image: url("assets/flags/kenya.svg");
}

.flag-cd {
  background-image: url("assets/flags/democratic-republic-of-congo.svg");
}

.flag-cm {
  background-image: url("assets/flags/cameroon.svg");
}

.flag-bj {
  background-image: url("assets/flags/benin.svg");
}

.flag-bf {
  background-image: url("assets/flags/burkina-faso.svg");
}

.flag-ci {
  background-image: url("assets/flags/ivory-coast.svg");
}

.flag-gw {
  background-image: url("assets/flags/guinea-bissau.svg");
}

.flag-ml {
  background-image: url("assets/flags/mali.svg");
}

.flag-ne {
  background-image: url("assets/flags/niger.svg");
}

.flag-sn {
  background-image: url("assets/flags/senegal.svg");
}

.flag-tg {
  background-image: url("assets/flags/togo.svg");
}

.flag-eg {
  background-image: url("assets/flags/egypt.svg");
}

.flag-za {
  background-image: url("assets/flags/south-africa.svg");
}

.flag-cf {
  background-image: url("assets/flags/central-african-republic.svg");
}

.flag-td {
  background-image: url("assets/flags/chad.svg");
}

.flag-cg {
  background-image: url("assets/flags/republic-of-the-congo.svg");
}

.flag-gq {
  background-image: url("assets/flags/equatorial-guinea.svg");
}

.flag-ga {
  background-image: url("assets/flags/gabon.svg");
}

.flag-ng {
  background-image: url("assets/flags/nigeria.svg");
}

.flag-gh {
  background-image: url("assets/flags/ghana.svg");
}

.flag-gn {
  background-image: url("assets/flags/guinea.svg");
}

.flag-ug {
  background-image: url("assets/flags/uganda.svg");
}

.flag-et {
  background-image: url("assets/flags/ethiopia.svg");
}

.flag-rw {
  background-image: url("assets/flags/rwanda.svg");
}

.flag-ma {
  background-image: url("assets/flags/morocco.svg");
}

.flag-tz {
  background-image: url("assets/flags/tanzania.svg");
}

.flag-zm {
  background-image: url("assets/flags/zambia.svg");
}

.flag-sl {
  background-image: url("assets/flags/sierra-leone.svg");
}

.flag-mw {
  background-image: url("assets/flags/malawi.svg");
}

.flag-lr {
  background-image: url("assets/flags/liberia.svg");
}

.flag-gm {
  background-image: url("assets/flags/gambia.svg");
}

.coin-usdc {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: url("assets/send-page/usdc.svg") center / cover no-repeat;
}

@media (max-width: 1100px) {
  .destination-hero {
    padding: 132px 0 88px;
  }

  .destination-hero-grid,
  .destination-split {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .destination-quote,
  .destination-media {
    width: min(480px, 100%);
  }

  .destination-card-grid {
    gap: 24px;
  }

  .hero {
    min-height: 1040px;
  }

  .hero-content {
    min-height: 1040px;
    padding-top: 140px;
  }

  .ratings {
    flex-wrap: wrap;
    gap: 16px 28px;
    font-size: 16px;
  }

  .hero h1 {
    font-size: 64px;
    line-height: 68px;
    letter-spacing: -2px;
  }

  .feature-grid,
  .split-row,
  .split-row-reverse,
  .steps-grid,
  .faq-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .split-row,
  .split-row-reverse {
    gap: 40px;
  }

  .square-media {
    width: min(480px, 100%);
  }

  .copy-block {
    max-width: 720px;
  }

  .steps-media {
    height: auto;
  }

  .country-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .office-block {
    border-left: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  .site-header .container {
    width: min(var(--container), calc(100% - 48px));
  }
}

@media (min-width: 761px) and (max-width: 1024px) {
  .site-header .container,
  .destination-header .container {
    width: min(100% - 96px, var(--container));
  }

  .nav {
    height: 76px;
    justify-content: space-between;
  }

  .brand {
    margin: 0;
  }

  .nav-links {
    display: none;
  }

  .nav-actions {
    display: flex;
    margin-left: 0;
  }

  .nav .button-small {
    min-width: 109px;
    height: 40px;
    min-height: 40px;
    padding: 0 24px;
  }
}

@media (max-width: 900px) {
  .container {
    width: min(100% - 96px, var(--container));
  }

  .destination-header .container {
    width: min(100% - 96px, var(--container));
  }

  .destination-hero {
    padding: 112px 0 48px;
  }

  .destination-hero-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 34px;
  }

  .destination-copy {
    display: flex;
    max-width: 546px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .destination-ratings {
    justify-content: center;
  }

  .destination-copy h1,
  .destination-steps h2,
  .destination-card-section h2,
  .destination-partners h2,
  .destination-app-copy h2,
  .destination-faq .faq-aside h2 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0;
  }

  .destination-copy h1 {
    max-width: 546px;
    margin-top: 14px;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -1.2px;
  }

  .destination-copy p {
    max-width: 546px;
    margin-top: 14px;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }

  .destination-quote {
    width: min(530px, 100%);
    border-radius: 25px;
    padding: 24px 16px;
  }

  .destination-quote-notice {
    margin-bottom: 16px;
  }

  .destination-field,
  .destination-summary,
  .destination-quote .button {
    width: 100%;
  }

  .destination-field {
    min-height: 64px;
    padding: 12px 16px;
  }

  .destination-field + .destination-field {
    margin-top: 8px;
  }

  .destination-card-grid,
  .partner-logo-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .destination-section,
  .destination-card-section,
  .destination-receive-section {
    padding: 60px 0;
  }

  .destination-section-muted {
    padding: 60px 0 36px;
  }

  .destination-card-section {
    padding: 36px 0;
  }

  .destination-receive-section {
    padding: 36px 0 60px;
  }

  .destination-split {
    gap: 32px;
  }

  .destination-media {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .destination-steps ol {
    margin-top: 16px;
  }

  .destination-info-card,
  .destination-card-grid-short .destination-info-card {
    min-height: 264px;
  }

  .destination-card-grid {
    margin-top: 32px;
  }

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

  .site-header .container {
    width: min(100% - 96px, var(--container));
  }

  .nav {
    height: 76px;
    justify-content: space-between;
  }

  .brand {
    margin: 0;
  }

  .nav-links {
    display: none;
  }

  .nav-actions {
    display: flex;
    margin-left: 0;
  }

  .nav .button-small {
    min-width: 109px;
    height: 40px;
    min-height: 40px;
    padding: 0 24px;
  }

  .hero,
  .hero-content {
    min-height: 965px;
  }

  .hero-content {
    padding-top: 116px;
  }

  .hero h1 {
    max-width: 724px;
    font-size: 64px;
    line-height: 1.08;
    letter-spacing: -1.8px;
  }

  .hero-lede {
    max-width: 610px;
  }

  .section {
    padding: 60px 0;
  }

  .section-muted {
    padding-top: 40px;
  }

  .feature-grid {
    gap: 36px;
    margin-bottom: 36px;
  }

  .feature-card h2 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .feature-card p {
    max-width: none;
    line-height: 24px;
  }

  .story-card img {
    height: 767px;
    aspect-ratio: auto;
  }

  .section-action .button {
    width: 100%;
    min-height: 48px;
    font-size: 16px;
  }

  .media-section {
    padding: 60px 0 36px;
  }

  .media-section-tight {
    padding-top: 36px;
  }

  .split-row,
  .split-row-reverse {
    gap: 32px;
  }

  .media-section-tight .square-media {
    order: -1;
  }

  .square-media {
    width: 100%;
    max-width: none;
  }

  .copy-block h2,
  .section-heading h2,
  .faq-aside h2 {
    font-size: 40px;
    line-height: 1;
  }

  .copy-block .button {
    width: 100%;
    min-height: 48px;
  }

  .steps-section {
    padding: 36px 0;
  }

  .steps-section .section-heading {
    text-align: left;
  }

  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
    margin-top: 32px;
  }

  .steps-media {
    height: 648px;
  }

  .steps-list {
    gap: 24px;
  }

  .step-card {
    min-height: 200px;
  }

  .step-card p {
    max-width: 304px;
  }

  .countries-section {
    padding: 60px 0 36px;
  }

  .countries-section .container {
    width: min(100% - 48px, var(--container));
  }

  .country-panel {
    padding: 32px;
  }

  .country-panel .section-heading {
    text-align: left;
  }

  .country-panel .section-heading h2 {
    margin-top: 0;
  }

  .country-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
    margin-top: 32px;
  }

  .country-grid a {
    min-height: 116px;
    justify-items: start;
    gap: 8px;
    text-align: left;
  }

  .faq-section {
    padding: 36px 0 60px;
  }

  .faq-grid {
    gap: 48px;
  }

  .faq-aside .button {
    width: 100%;
  }

  .footer-container {
    width: min(100% - 48px, var(--container));
  }
}

@media (max-width: 760px) {
  .container,
  .footer-container {
    width: min(100% - 32px, var(--container));
  }

  .destination-hero {
    min-height: 1004px;
    position: relative;
    padding: 112px 0 48px;
    background: #fff;
  }

  .destination-ratings {
    display: flex;
    justify-content: center;
    gap: 19px;
    font-size: 14px;
    font-weight: 600;
    line-height: 21.7px;
    letter-spacing: -0.084px;
  }

  .destination-ratings strong {
    display: none;
  }

  .destination-page .container {
    width: min(100% - 40px, var(--container));
  }

  .destination-hero-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .destination-mobile-logo {
    display: none;
  }

  .destination-mobile-logo img {
    width: 100px;
    height: 22.891px;
    object-fit: contain;
  }

  .destination-copy {
    display: flex;
    max-width: 380px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .destination-copy h1,
  .destination-steps h2,
  .destination-card-section h2,
  .destination-partners h2,
  .destination-app-copy h2,
  .destination-faq .faq-aside h2 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0;
  }

  .destination-copy h1 {
    max-width: 380px;
    margin-top: 20px;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -1.2px;
  }

  .destination-copy p {
    max-width: 380px;
    margin-top: 20px;
    color: #000;
    font-size: 16px;
    line-height: 24px;
  }

  .destination-quote {
    width: min(382px, 100%);
    max-height: 540px;
    border: 1px solid #e5e5e5;
    border-radius: 25px;
    background: #f9fafb;
    padding: 24px 16px;
    box-shadow: 0 20px 12.5px rgba(0, 0, 0, 0.1), 0 8px 5px rgba(0, 0, 0, 0.1);
  }

  .destination-quote-notice {
    min-height: 64px;
    margin-bottom: 16px;
    background: var(--notice-bg);
  }

  .destination-quote-notice strong,
  .destination-quote-notice span {
    font-size: 14px;
    line-height: 20px;
  }

  .destination-quote-notice strong {
    font-weight: 600;
  }

  .destination-quote-notice span {
    font-weight: 600;
  }

  .promo-rate-row {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #101828;
    white-space: nowrap;
  }

  .promo-rate-row b {
    font-weight: 600;
  }

  .promo-rate-row s {
    color: #6a7282;
    font-weight: 600;
  }

  .promo-rate-row em {
    color: #032e15;
    font-style: normal;
    font-weight: 600;
  }

  .destination-card-grid,
  .partner-logo-grid {
    grid-template-columns: 1fr;
  }

  .destination-info-card,
  .destination-card-grid-short .destination-info-card {
    min-height: auto;
  }

  .destination-media {
    height: auto;
    aspect-ratio: 1;
  }

  .destination-field {
    min-height: 64px;
    background: #fff;
    padding: 12px 16px;
  }

  .destination-field .currency-static {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .destination-field strong {
    font-size: 20px;
    line-height: 28px;
  }

  .destination-amount-input {
    width: 144px;
    font-size: 20px;
    line-height: 28px;
  }

  .destination-options {
    display: none;
  }

  .destination-summary {
    margin-top: 16px;
    padding-top: 16px;
  }

  .destination-quote .button {
    margin-top: 16px;
    min-height: 48px;
  }

  .destination-summary dd {
    gap: 8px;
    font-size: 12px;
  }

  .destination-whatsapp {
    display: inline-flex;
    margin-top: 12px;
    background: #f5f5f4;
    color: #000;
    box-shadow: none;
  }

  .destination-whatsapp img {
    width: 20px;
    height: 20px;
  }

  .destination-hero-partners {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 0;
  }

  .destination-hero-partners img {
    width: 222px;
    height: auto;
  }

  .site-header .container {
    width: min(100% - 40px, var(--container));
  }

  .site-header {
    position: absolute;
  }

  .nav {
    height: 76px;
    justify-content: space-between;
  }

  .brand {
    margin: 0;
  }

  .nav-links {
    display: none;
  }

  .nav-actions {
    display: none;
  }

  .mobile-menu-button {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #0a0a0a;
    box-shadow: 0 16px 34px rgba(16, 24, 40, 0.08);
  }

  .mobile-menu-button span {
    display: block;
    width: 14px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
  }

  .nav .button-small {
    min-height: 40px;
    padding: 0 24px;
  }

  .hero {
    min-height: 900px;
    background-position: center top;
  }

  .hero-content {
    min-height: 900px;
    padding-top: 112px;
  }

  .ratings {
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 28px;
    font-size: 16px;
    line-height: 22px;
  }

  .ratings span {
    gap: 9.75px;
    white-space: nowrap;
  }

  .ratings strong {
    display: none;
  }

  .store-icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .hero h1 {
    margin-top: 28px;
    font-size: 48px;
    line-height: 1.02;
    letter-spacing: -1.2px;
  }

  .hero-lede {
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.35;
  }

  .transfer-card {
    width: min(448px, 100%);
    margin-top: 36px;
    border-radius: 36px;
    padding: 18px;
  }

  .notice strong,
  .notice span {
    font-size: 14px;
    line-height: 20px;
  }

  .quote-field strong {
    font-size: 21px;
  }

  .partners {
    margin-top: 34px;
  }

  .section,
  .media-section,
  .media-section-tight,
  .steps-section {
    padding: 72px 0;
  }

  .feature-grid {
    gap: 32px;
    margin-bottom: 40px;
  }

  .story-pill {
    min-height: 48px;
    padding: 8px 16px 8px 8px;
    font-size: 12px;
  }

  .story-pill .flag {
    width: 32px;
    height: 32px;
  }

  .copy-block h2,
  .section-heading h2,
  .faq-aside h2 {
    font-size: 38px;
    line-height: 1.12;
  }

  .copy-block p {
    font-size: 15px;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 32px;
  }

  .steps-list {
    gap: 20px;
  }

  .step-card {
    min-height: auto;
    padding: 20px;
  }

  .step-card h3 {
    margin-top: 0;
  }

  .country-panel {
    padding: 32px;
  }

  .country-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    column-gap: 32px;
    row-gap: 44px;
    margin-top: 32px;
  }

  .country-grid a {
    min-height: 136px;
    justify-items: start;
    gap: 8px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }

  .faq-grid {
    gap: 40px;
  }

  .faq-list summary {
    min-height: 68px;
    font-size: 16px;
  }

  .footer-top,
  .footer-bottom,
  .footer-actions {
    align-items: flex-start;
  }

  .site-footer {
    padding: 30px 0;
  }

  .footer-container {
    width: min(100% - 48px, var(--container));
    padding: 0;
  }

  .footer-top,
  .footer-bottom {
    flex-direction: column;
  }

  .footer-top {
    min-height: 0;
    gap: 21px;
    padding-bottom: 29px;
  }

  .footer-actions {
    flex-wrap: nowrap;
    gap: 12px;
  }

  .footer-main {
    display: flex;
    min-height: 539.5px;
    flex-direction: column;
  }

  .contact-block {
    padding: 45.5px 0 0;
  }

  .office-block {
    justify-content: flex-start;
    border-left: 0;
    padding: 45.5px 0;
  }

  .office-grid {
    min-height: 90px;
    padding-bottom: 43px;
  }

  .disclosures {
    padding-top: 42px;
  }

  .footer-bottom {
    min-height: 0;
    gap: 21px;
    padding-top: 28px;
  }

  .socials a:first-of-type {
    margin-left: 16px;
  }
}

@media (max-width: 480px) {
  .container,
  .footer-container {
    width: min(100% - 40px, var(--container));
  }

  .footer-container {
    width: min(100% - 48px, var(--container));
  }

  .destination-header .container {
    width: min(100% - 40px, var(--container));
  }

  .destination-hero {
    min-height: 1004px;
    padding: 112px 0 72px;
  }

  .destination-page .container {
    width: min(100% - 48px, var(--container));
  }

  .destination-ratings {
    display: flex;
  }

  .destination-hero-grid {
    gap: 32px;
  }

  .destination-copy h1 {
    max-width: 390px;
    margin-top: 20px;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -1.2px;
  }

  .destination-copy p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .destination-quote {
    min-height: 0;
    border-radius: 25px;
    padding: 24px 16px;
  }

  .destination-quote-notice {
    height: 64px;
    margin-bottom: 16px;
    background: var(--notice-bg);
  }

  .notice .desktop-notice-copy {
    display: none;
  }

  .notice .mobile-notice-copy {
    display: block;
  }

  .destination-quote-notice strong,
  .destination-quote-notice span {
    font-weight: 600;
  }

  .promo-rate-row {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #101828;
    white-space: nowrap;
  }

  .promo-rate-row b {
    font-weight: 600;
  }

  .promo-rate-row s {
    color: #6a7282;
    font-weight: 600;
  }

  .promo-rate-row em {
    color: #032e15;
    font-style: normal;
    font-weight: 600;
  }

  .destination-field strong {
    font-size: 20px;
    line-height: 28px;
  }

  .destination-amount-input {
    width: 136px;
    font-size: 20px;
    line-height: 28px;
  }

  .destination-field {
    height: 64px;
    min-height: 64px;
  }

  .destination-options {
    display: none;
  }

  .destination-quote .button {
    margin-top: 15px;
  }

  .destination-summary dd {
    gap: 8px;
    font-size: 12px;
  }

  .destination-section,
  .destination-card-section,
  .destination-receive-section {
    padding: 60px 0 36px;
  }

  .destination-card-section h2,
  .destination-partners h2,
  .destination-app-copy h2,
  .destination-steps h2,
  .destination-faq .faq-aside h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.9px;
  }

  .destination-section-muted {
    padding: 60px 0 36px;
  }

  .destination-split {
    gap: 32px;
  }

  .destination-media {
    border-radius: 14px;
  }

  .destination-steps ol {
    margin-top: 0;
  }

  .destination-steps li {
    min-height: 90px;
  }

  .destination-steps li:nth-child(n + 3) {
    min-height: 114px;
  }

  .destination-steps span {
    max-width: 358px;
  }

  .destination-card-section {
    padding: 36px 0;
  }

  .destination-receive-section {
    padding: 36px 0 60px;
  }

  .destination-card-grid {
    gap: 36px;
    margin-top: 32px;
  }

  .destination-info-card {
    min-height: 312px;
    padding: 20px;
  }

  .destination-card-grid-short .destination-info-card {
    min-height: 252px;
  }

  .site-header .container {
    width: min(100% - 40px, var(--container));
  }

  .nav {
    height: 76px;
    justify-content: space-between;
  }

  .brand {
    margin: 0;
  }

  .nav-actions {
    display: none;
  }

  .nav .button-small {
    width: auto;
    height: 40px;
    min-height: 40px;
    margin-left: 0;
    padding: 0 24px;
    font-size: 14px;
  }

  .hero,
  .hero-content {
    min-height: 980px;
  }

  .hero-content {
    padding-top: 112px;
  }

  .ratings {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 28px;
    font-size: 16px;
    line-height: 22px;
  }

  .ratings span {
    gap: 9.75px;
    white-space: nowrap;
  }

  .ratings strong {
    display: none;
  }

  .store-icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .hero h1 {
    max-width: 390px;
    margin-top: 20px;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -1.1px;
  }

  .hero-lede {
    max-width: 390px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .transfer-card {
    width: 100%;
    height: auto;
    margin-top: 36px;
    border-radius: 24px;
    padding: 20px 16px;
  }

  .notice strong,
  .notice span {
    font-size: 14px;
    line-height: 20px;
  }

  .quote-field {
    height: 60px;
    padding: 10px 14px;
  }

  .currency {
    font-size: 18px;
  }

  .quote-field strong {
    font-size: 24px;
  }

  .country-modal-root {
    padding: 20px;
  }

  .country-modal-card {
    max-height: 520px;
    border-radius: 20px;
    padding: 20px 18px 16px;
  }

  .country-modal-header h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .country-list {
    max-height: 344px;
  }

  .country-option {
    min-height: 58px;
    padding-left: 8px;
  }

  .country-option strong {
    font-size: 16px;
    line-height: 22px;
  }

  .partners {
    margin-top: 20px;
  }

  .section-muted {
    padding: 40px 0;
  }

  .feature-grid {
    gap: 36px;
    margin-bottom: 36px;
  }

  .feature-card h2 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .feature-card p {
    font-size: 16px;
    line-height: 24px;
  }

  .story-card,
  .section-action {
    width: min(382px, 100%);
    margin-right: auto;
    margin-left: auto;
  }

  .story-card img {
    height: 606px;
  }

  .media-section .container,
  .media-section-tight .container,
  .steps-section .container,
  .faq-section .container {
    width: min(100% - 48px, var(--container));
  }

  .media-section {
    padding: 60px 0 36px;
  }

  .media-section-tight {
    padding: 36px 0;
  }

  .split-row,
  .split-row-reverse,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .square-media {
    aspect-ratio: 1;
  }

  .copy-block h2,
  .section-heading h2,
  .faq-aside h2 {
    font-size: 40px;
    line-height: 1;
  }

  .copy-block p {
    margin-top: 16px;
    font-size: 18px;
    line-height: 24px;
  }

  .copy-block .button {
    margin-top: 16px;
  }

  .steps-section {
    padding: 36px 0;
  }

  .steps-grid {
    gap: 28px;
    margin-top: 32px;
  }

  .steps-media {
    height: 350px;
  }

  .steps-list {
    gap: 20px;
  }

  .step-card {
    min-height: 176px;
    padding: 20px;
  }

  .step-card h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .step-card p {
    max-width: 342px;
    font-size: 16px;
    line-height: 24px;
  }

  .countries-section {
    padding: 60px 0 36px;
  }

  .countries-section .container {
    width: min(100% - 48px, var(--container));
  }

  .country-panel {
    padding: 32px;
  }

  .country-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    column-gap: 32px;
    row-gap: 44px;
    margin-top: 32px;
  }

  .country-grid a {
    min-height: 136px;
    justify-items: start;
    gap: 8px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }

  .faq-section {
    padding: 36px 0 60px;
  }

  .faq-grid {
    gap: 48px;
  }

  .faq-list summary {
    min-height: 104px;
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: 42px;
    letter-spacing: -0.8px;
  }

  .quote-field {
    padding: 10px 12px;
  }

  .currency {
    font-size: 15px;
  }

  .quote-field strong {
    font-size: 19px;
  }

  .country-panel {
    padding: 30px 24px;
  }

  .country-grid {
    column-gap: 24px;
    row-gap: 40px;
  }
}

/* Send page */
.send-document {
  height: auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior-y: auto;
}

.send-page {
  margin: 0;
  height: auto;
  min-height: 0;
  max-height: none;
  background: #090f11;
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior-y: auto;
  touch-action: pan-y;
}

.send-page a {
  color: inherit;
}

.send-shell {
  position: relative;
  height: auto;
  min-height: 0;
  max-height: none;
  overflow: visible;
  background: #090f11;
}

.send-logo {
  display: inline-flex;
  grid-row: 1;
  justify-self: center;
  width: 110px;
  height: 25.181px;
  align-items: center;
}

.send-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.send-download {
  position: fixed;
  right: clamp(32px, 3.65vw, 63px);
  bottom: clamp(32px, 4.25vh, 45px);
  z-index: 6;
  display: inline-flex;
  width: 174.105px;
  height: 44.901px;
  align-items: center;
  justify-content: center;
  gap: 9.211px;
  border: 1.151px solid rgba(255, 255, 255, 0.16);
  border-radius: 27.632px;
  color: #e8e8e8;
  font: 600 16.118px/24.178px Inter, Arial, sans-serif;
  text-decoration: none;
}

.send-download-icons {
  display: inline-flex;
  align-items: center;
  gap: 4.605px;
}

.send-download-icons img {
  display: block;
  width: 23.026px;
  height: 23.026px;
}

.send-download [data-coming-soon-label],
.send-whatsapp [data-coming-soon-label] {
  display: inline-block;
  transition: opacity 180ms ease, transform 220ms ease;
}

.send-download.is-coming-soon-changing [data-coming-soon-label],
.send-whatsapp.is-coming-soon-changing [data-coming-soon-label] {
  opacity: 0;
  transform: translateY(4px);
}

.send-download.is-coming-soon [data-coming-soon-label],
.send-whatsapp.is-coming-soon [data-coming-soon-label] {
  opacity: 1;
  transform: translateY(0);
}

.send-layout {
  display: flex;
  height: auto;
  max-height: none;
  min-height: 0;
  background: #000;
}

.send-left {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto minmax(0, 1fr) auto;
  justify-items: center;
  min-width: 0;
  height: auto;
  max-height: none;
  min-height: 0;
  flex: 1 1 50%;
  align-items: center;
  overflow: visible;
  padding: 70px 40px;
  box-sizing: border-box;
  border-radius: 0;
  background: #000;
}

.send-content {
  display: flex;
  grid-row: 3;
  width: 520px;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.send-copy {
  text-align: center;
  transition: opacity 900ms ease-in-out;
  will-change: opacity;
}

.send-copy h1 {
  width: 440px;
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  font-family: Datatype, "DM Sans", Inter, Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: -0.035em;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  text-align: center;
}

.send-copy h1.send-title-wide {
  width: 520px;
}

.send-title-mobile {
  display: none;
}

.send-title-desktop {
  display: block;
}

.send-title-desktop,
.send-title-mobile {
  width: 100%;
  text-align: center;
  white-space: nowrap;
}

.send-copy p {
  margin: 16px 0 0;
  color: #a3a3a3;
  font-family: "DM Sans", Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
}

.send-carousel-dots {
  display: none;
  width: 70px;
  height: 30px;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 100px;
  background: #111;
}

.send-carousel-dots button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #333;
  cursor: pointer;
  transition: background-color 280ms ease, transform 280ms ease;
}

.send-carousel-dots button + button {
  margin-left: 6px;
}

.send-carousel-dots button.active {
  background: #00e013;
  transform: scale(1.08);
}

.send-quote {
  width: 448px;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 40px;
  background: #fff;
  color: #101828;
  transition: opacity 520ms cubic-bezier(0.16, 1, 0.3, 1), transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.send-field {
  display: flex;
  width: 100%;
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  box-sizing: border-box;
  border-radius: 14px;
  background: #f4f4f4;
}

.send-field + .send-field {
  margin-top: 8px;
}

.send-currency-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.send-field-label {
  color: #6a7282;
  font: 400 12px/16px Inter, Arial, sans-serif;
}

.send-currency {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0a0a0a;
  font: 500 16px/24px Inter, Arial, sans-serif;
  appearance: none;
  cursor: pointer;
}

.send-currency .flag,
.send-currency .coin-usdc,
.send-currency img:not(.send-chevron) {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  object-fit: cover;
}

.send-currency .coin-usdc {
  flex: 0 0 24px;
}

.send-css-chevron {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 1px;
  border-right: 1.7px solid #667085;
  border-bottom: 1.7px solid #667085;
  transform: translateY(-2px) rotate(45deg);
}

.send-field strong,
.send-amount-input {
  width: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #101828;
  font: 600 20px/28px Inter, Arial, sans-serif;
  text-align: right;
}

.send-amount-entry {
  display: inline-flex;
  width: 160px;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  cursor: text;
}

.send-amount-entry::after {
  content: "";
  display: block;
  width: 2px;
  height: 24px;
  flex: 0 0 2px;
  border-radius: 999px;
  background: #00e013;
  opacity: 0;
  animation: send-amount-caret-blink 1.05s steps(1, end) infinite;
  pointer-events: none;
}

.send-amount-entry-active::after {
  opacity: 1;
}

.send-amount-input {
  min-width: 0;
  font-size: 20px;
  caret-color: transparent;
  appearance: textfield;
}

.send-amount-input-plain {
  width: 160px;
}

[data-send-amount] {
  caret-color: #00e013;
}

.send-amount-input::-webkit-outer-spin-button,
.send-amount-input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.send-summary {
  padding-top: 18px;
}

.send-summary div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #101828;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

.send-summary div + div {
  padding-top: 8px;
}

.send-summary span {
  color: #6a7282;
  font-weight: 400;
}

.send-summary strong {
  font-weight: 600;
  text-align: right;
}

.send-summary [data-rate-line] {
  font-size: 13px;
  line-height: 18px;
}

.send-summary .send-free {
  color: #00a63e;
}

.send-method-pill {
  display: inline-flex;
  min-height: 22px;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
  padding: 1px 5px 1px 8px;
  border: 0;
  border-radius: 16px;
  background: #f4f4f4;
  color: #000;
  font: 500 14px/20px Inter, Arial, sans-serif;
  cursor: pointer;
}

.send-method-pill .send-css-chevron {
  width: 6px;
  height: 6px;
  margin-left: 0;
  border-width: 1.5px;
}

.send-primary,
.send-whatsapp {
  display: flex;
  width: 100%;
  height: 48px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 999px;
  font: 600 16px/20px Inter, Arial, sans-serif;
  text-decoration: none;
}

.send-primary {
  margin-top: 16px;
  background: #00e013;
  color: #18181b;
}

.send-whatsapp {
  margin-top: 12px;
  gap: 9px;
  border: 1px solid #f5f5f4;
  background: #f4f4f4;
  color: #000;
}

.send-app-icons {
  display: inline-flex;
  align-items: center;
  gap: 4.605px;
}

.send-whatsapp img {
  display: block;
  width: 23.026px;
  height: 23.026px;
}

.send-disclosure {
  grid-row: 5;
  align-self: end;
  width: 616px;
  max-width: 100%;
  margin: 0;
  color: #767676;
  font-family: "DM Sans", Inter, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.9px;
  text-align: center;
}

.send-disclosure a {
  color: inherit;
  text-decoration: underline;
  text-underline-position: from-font;
}

.send-visual {
  position: relative;
  min-width: 0;
  height: auto;
  max-height: none;
  min-height: 0;
  flex: 1 1 50%;
  overflow: hidden;
  border-radius: 0;
}

.send-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: opacity 2400ms ease-in-out;
  will-change: opacity;
}

.send-hero-image.is-active {
  opacity: 1;
  transform: scale(1);
}

.send-shell.is-slide-leaving .send-copy {
  opacity: 0.04;
}

.send-shell.is-slide-leaving .send-hero-image,
.send-shell.is-slide-leaving .send-mobile-card-image {
  transform: scale(1);
}

.send-shell.is-slide-entering .send-copy {
  animation: send-slide-copy-in 1400ms ease-in-out both;
}

.send-mobile-card {
  display: none;
}

@media (min-width: 1181px) {
  .send-document {
    height: 100%;
    overflow: hidden;
  }

  .send-page {
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
  }

  .send-shell {
    height: 100vh;
    height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
  }

  .send-layout {
    height: 100%;
    max-height: 100dvh;
  }

  .send-left {
    height: 100%;
    max-height: 100dvh;
    overflow: hidden;
  }

  .send-visual {
    height: 100%;
    max-height: 100dvh;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  .send-page {
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
    max-height: none;
    overflow: auto;
  }

  .send-shell {
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
    max-height: none;
    overflow: visible;
  }

  .send-layout {
    display: block;
    height: auto;
    min-height: 100vh;
  }

  .send-left {
    height: auto;
    min-height: 100vh;
    padding: 70px 40px;
    background: #000;
  }

  .send-download {
    display: none;
  }

  .send-visual {
    display: none;
  }
}

@media (max-width: 767px) {
  .send-document {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    position: static !important;
    overscroll-behavior-y: auto;
  }

  .send-page {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    position: static !important;
    background: #000;
    --send-mobile-padding: 20px;
    -webkit-overflow-scrolling: touch;
  }

  .send-shell {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    position: relative;
    background: #000;
  }

  .send-logo {
    width: 110px;
    height: 25.181px;
  }

  .send-download {
    display: none;
  }

  .send-layout {
    display: block;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    background: #000;
  }

  .send-left {
    display: flex;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: visible !important;
    padding: 52px var(--send-mobile-padding) 68px;
    background: #000;
  }

  .send-content {
    width: 100%;
    margin-top: 72px;
    gap: 29px;
  }

  .send-title-desktop {
    display: none;
  }

  .send-title-mobile {
    display: block;
  }

  .send-copy h1 {
    width: 100%;
    font-size: clamp(39px, 10.7vw, 48px);
    line-height: 1.18;
    letter-spacing: -0.035em;
    font-kerning: normal;
    text-rendering: optimizeLegibility;
    white-space: normal;
  }

  .send-copy h1.send-title-wide {
    width: 100%;
  }

  .send-copy p {
    margin-top: 8px;
    width: min(100%, 310px);
    margin-right: auto;
    margin-left: auto;
    color: #a3a3a3;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
  }

  .send-carousel-dots {
    display: none;
  }

  .send-quote {
    width: 100%;
    max-width: none;
    padding: 20px;
    border-radius: 30px;
  }

  .send-field {
    min-height: 64px;
    padding: 13px 16px;
    border-radius: 12px;
  }

  .send-currency {
    gap: 5px;
    font-weight: 600;
  }

  .send-summary {
    padding-top: 20px;
  }

  .send-primary {
    height: 46px;
    margin-top: 18px;
  }

  .send-whatsapp {
    height: 47px;
    margin-top: 12px;
  }

  .send-mobile-card {
    position: relative;
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 362 / 446;
    overflow: hidden;
    border-radius: 30px;
    background: #111;
  }

  .send-mobile-card-image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: opacity 2400ms ease-in-out;
    will-change: opacity;
  }

  .send-mobile-card-image.is-active {
    opacity: 1;
    transform: scale(1);
  }

  .send-disclosure {
    align-self: center;
    width: 100%;
    margin-top: 40px;
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 0.9px;
  }

  .send-visual {
    display: none;
  }

  .send-page .country-modal-root {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: var(--send-mobile-padding);
  }

  .send-page .country-modal-root[hidden] {
    display: none;
  }

  .send-page .country-modal-card {
    width: 100%;
    max-width: none;
    max-height: 520px;
    box-sizing: border-box;
    border-radius: 24px;
    padding: 20px 20px 16px;
    animation: send-modal-slide-up 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
  }

  .send-page .country-list {
    max-height: 374px;
  }

  .send-page .country-search {
    margin-top: 14px;
  }

  .send-page .country-search input {
    height: 42px;
    border-radius: 10px;
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .send-page {
    --send-mobile-padding: 20px;
  }

  .send-copy h1 {
    font-size: clamp(37px, 10.7vw, 43px);
  }

  .send-feature-pills {
    width: 292px;
  }

  .send-feature-pill strong {
    font-size: 14px;
  }
}

@keyframes send-modal-slide-up {
  from {
    opacity: 0;
    transform: translateY(42px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes send-amount-caret-blink {
  0%,
  48% {
    opacity: 1;
  }

  49%,
  100% {
    opacity: 0;
  }
}

@keyframes send-slide-copy-in {
  from {
    opacity: 0.04;
  }

  to {
    opacity: 1;
  }
}

.legal-page {
  min-height: 100vh;
  margin: 0;
  background: #000;
  color: #fff;
  font-family: "DM Sans", "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.legal-shell {
  width: min(100%, 920px);
  margin: 0 auto;
  padding: 56px 24px 88px;
  box-sizing: border-box;
}

.legal-logo {
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 112px;
  text-decoration: none;
}

.legal-logo img {
  display: block;
  width: 142px;
  height: auto;
}

.legal-content {
  color: rgba(255, 255, 255, 0.78);
}

.legal-content h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 5.8vw, 68px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.legal-updated {
  margin: 20px 0 52px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 15px;
  line-height: 1.5;
}

.legal-content section {
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.legal-content h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
}

.legal-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
}

.legal-content p + p {
  margin-top: 14px;
}

@media (max-width: 640px) {
  .legal-shell {
    padding: 40px 20px 72px;
  }

  .legal-logo {
    margin-bottom: 76px;
  }

  .legal-logo img {
    width: 126px;
  }

  .legal-content h1 {
    font-size: 38px;
  }

  .legal-updated {
    margin-bottom: 38px;
  }

  .legal-content section {
    padding: 24px 0;
  }

  .legal-content p {
    font-size: 15px;
    line-height: 1.65;
  }
}
