:root {
  --navy: #123a9f;
  --navy-900: #08266f;
  --navy-950: #031647;
  --gold: #d6b52f;
  --gold-soft: #f3d766;
  --mint: #53d9b2;
  --ink: #0a1b43;
  --muted: #5e6b84;
  --line: #e7ebf3;
  --soft: #f3f5fa;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(3, 22, 71, 0.16);
  font-family:
    "Aptos", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.is-hidden {
  display: none !important;
}

/* Order workspace */
.order-page { background: #eef3fb; color: #071b49; }
.tracking-shell { width: min(1180px, calc(100% - 40px)); min-height: 72vh; margin: 0 auto; padding: 56px 0 80px; }
.tracking-loading, .tracking-error { padding: 80px 24px; text-align: center; }
.tracking-hero { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding: 34px 38px; color: #fff; border-radius: 30px; background: linear-gradient(125deg, #071b49, #1748bd 62%, #2366c9); box-shadow: 0 24px 55px rgba(7,27,73,.2); }
.tracking-hero h1 { margin: 4px 0 8px; font-size: clamp(2rem, 5vw, 4rem); }
.tracking-hero p { margin: 0; max-width: 670px; color: #dce7ff; }
.tracking-status { flex: 0 0 auto; padding: 11px 17px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: rgba(255,255,255,.13); font-weight: 800; }
.tracking-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .8fr); gap: 22px; margin-top: 22px; }
.tracking-main, .tracking-aside { display: grid; align-content: start; gap: 22px; }
.tracking-panel, .order-summary-strip { padding: 26px; border: 1px solid #dce3ef; border-radius: 24px; background: #fff; box-shadow: 0 14px 34px rgba(12,38,91,.07); }
.tracking-panel h2 { margin: 0 0 20px; font-size: 1.25rem; }
.order-summary-strip { display: grid; grid-template-columns: 1fr auto 1fr 1.15fr; align-items: center; gap: 18px; }
.order-summary-strip div { display: grid; gap: 5px; }
.order-summary-strip small, .receipt-route small { color: #71809c; }
.order-summary-strip strong { font-size: 1.05rem; }
.order-timeline { display: grid; grid-template-columns: repeat(6, 1fr); gap: 9px; }
.order-step { position: relative; display: grid; gap: 10px; color: #8a95a9; }
.order-step > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: #e9edf5; font-weight: 900; }
.order-step strong, .order-step small { display: block; font-size: .78rem; }
.order-step.is-done > span, .order-step.is-current > span { color: #071b49; background: #f4cf37; }
.order-step.is-current { color: #071b49; }
.order-chat { display: grid; gap: 12px; max-height: 340px; overflow: auto; }
.order-message { width: min(88%, 560px); padding: 13px 16px; border-radius: 4px 18px 18px 18px; background: #edf3ff; }
.order-message p { margin: 5px 0; white-space: pre-line; }
.order-message small { color: #71809c; }
.order-chat-compose { display: grid; grid-template-columns: 1fr auto; gap: 10px; margin-top: 16px; }
.order-chat-compose input { min-width: 0; padding: 14px 16px; border: 1px solid #d4dcea; border-radius: 14px; }
.order-chat-compose button { padding: 0 20px; border: 0; border-radius: 14px; background: #123a9f; color: #fff; font-weight: 800; }
.payment-instructions dl { display: grid; grid-template-columns: 90px 1fr; gap: 10px; margin: 0; }
.payment-instructions dt { color: #71809c; }
.payment-instructions dd { margin: 0; font-weight: 800; overflow-wrap: anywhere; }
.payment-deadline { margin-top: 18px; padding: 13px; border-radius: 13px; background: #fff5c9; font-weight: 800; }
.empty-instructions { padding: 20px; border: 1px dashed #b8c3d5; border-radius: 16px; color: #53617a; line-height: 1.55; }
.order-upload { display: block; padding: 18px; margin-bottom: 12px; border: 1px dashed #7c8eae; border-radius: 15px; text-align: center; cursor: pointer; }
.order-upload input { display: block; width: 100%; margin-bottom: 10px; }
.button--wide { display: block; width: 100%; text-align: center; }
.button--gold { color: #071b49; background: #f4cf37; }
.form-status.is-error { color: #b42318; }

.receipt-page { margin: 0; padding: 45px 18px; color: #071b49; background: #eaf0f8; font-family: "DM Sans", sans-serif; }
.receipt-shell { width: min(760px, 100%); margin: auto; }
.transfer-receipt { overflow: hidden; border-radius: 28px; background: #fff; box-shadow: 0 25px 70px rgba(7,27,73,.16); }
.transfer-receipt > header { display: flex; align-items: center; justify-content: space-between; padding: 30px 34px; color: #fff; background: #0b2c7d; }
.transfer-receipt h1 { margin: 4px 0 0; font-size: 1.35rem; }
.receipt-success { padding: 13px 34px; background: #d9f9eb; color: #08734f; font-weight: 800; }
.receipt-route { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; padding: 34px; }
.receipt-route div { display: grid; gap: 6px; }
.receipt-route strong { font-size: 1.4rem; }
.receipt-details { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; padding: 0 34px 24px; }
.receipt-details p { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; margin: 0; border-bottom: 1px solid #e4e8f0; }
.receipt-details span { color: #71809c; }
.receipt-proof { display: block; margin: 0 34px 25px; padding: 14px; border-radius: 12px; text-align: center; color: #fff; background: #123a9f; font-weight: 800; }
.transfer-receipt > footer { padding: 24px 34px; background: #f5f7fb; }
.transfer-receipt code { display: block; margin: 8px 0; overflow-wrap: anywhere; color: #53617a; font-size: .72rem; }
.receipt-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 18px; }
.receipt-actions a, .receipt-actions button { padding: 13px 18px; border: 0; border-radius: 12px; color: #fff; background: #123a9f; font-weight: 800; text-decoration: none; cursor: pointer; }

@media (max-width: 820px) {
  .tracking-shell { width: min(100% - 24px, 680px); padding-top: 24px; }
  .tracking-hero { align-items: start; flex-direction: column; padding: 26px; }
  .tracking-grid { grid-template-columns: 1fr; }
  .order-summary-strip { grid-template-columns: 1fr auto 1fr; }
  .order-summary-strip div:last-child { grid-column: 1 / -1; }
  .order-timeline { grid-template-columns: 1fr 1fr; gap: 18px; }
  .receipt-details { grid-template-columns: 1fr; }
}

@media print {
  .receipt-page { padding: 0; background: #fff; }
  .transfer-receipt { box-shadow: none; }
  .receipt-actions { display: none; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
}

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 14px clamp(20px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  min-width: max-content;
}

.brand__name {
  color: var(--navy-900);
  font-size: 1.28rem;
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1;
}

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

.brand__tagline {
  color: #8a94a8;
  font-size: 0.68rem;
  font-weight: 750;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  color: #4b5874;
  font-size: 0.92rem;
  font-weight: 780;
}

.nav a {
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.nav a:hover {
  color: var(--navy);
  transform: translateY(-1px);
}

.nav a.is-active {
  color: var(--navy-900);
}

.nav a.is-active:not(.nav__whatsapp)::after {
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 6px;
  content: "";
  background: var(--gold);
  border-radius: 999px;
}

.nav__whatsapp {
  padding: 12px 22px;
  color: var(--white) !important;
  background: #22c55e;
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(34, 197, 94, 0.24);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--navy-900);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(54px, 7vw, 96px) clamp(20px, 5vw, 72px);
  color: var(--white);
  background:
    radial-gradient(circle at 12% 16%, rgba(243, 215, 102, 0.28), transparent 28%),
    radial-gradient(circle at 88% 22%, rgba(83, 217, 178, 0.2), transparent 28%),
    linear-gradient(135deg, #06206d 0%, #123a9f 48%, #031647 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.25) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.25) 1px, transparent 1px);
  background-size: 52px 52px;
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-soft);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(3rem, 7vw, 6.8rem);
  font-weight: 950;
  letter-spacing: -0.075em;
  line-height: 0.92;
}

.hero__lead {
  max-width: 620px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero--hub {
  display: grid;
  min-height: calc(100vh - 76px);
  align-items: center;
}

.area-preview {
  display: grid;
  gap: 16px;
}

.area-preview__main {
  display: grid;
  min-height: 310px;
  padding: 30px;
  color: var(--white);
  align-content: end;
  background:
    radial-gradient(circle at 82% 18%, rgba(243, 215, 102, 0.28), transparent 28%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 34px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.area-preview__main span,
.area-preview__main small {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 850;
}

.area-preview__main strong {
  max-width: 360px;
  margin: 12px 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.98;
  letter-spacing: -0.07em;
}

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

.area-preview__grid a {
  min-height: 96px;
  padding: 18px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 24px;
  font-weight: 950;
  backdrop-filter: blur(14px);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 900;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--gold {
  color: var(--navy-950);
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  box-shadow: 0 18px 36px rgba(214, 181, 47, 0.28);
}

.button--ghost {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.button--ghost-dark {
  color: var(--navy);
  border: 1px solid var(--line);
  background: var(--white);
}

.button--mint {
  color: #06221d;
  background: var(--mint);
}

.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  max-width: 100%;
  margin-top: 34px;
  padding: 12px 18px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  backdrop-filter: blur(16px);
}

.live-dot {
  width: 9px;
  height: 9px;
  background: #22c55e;
  border-radius: 999px;
  box-shadow: 0 0 0 8px rgba(34, 197, 94, 0.16);
}

.calculator {
  padding: clamp(24px, 4vw, 34px);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 32px;
  box-shadow: var(--shadow);
}

.calculator--hero {
  max-width: 520px;
  margin-left: auto;
}

.calculator__label {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.calculator h2 {
  margin: 0 0 22px;
  color: var(--navy-900);
  font-size: 2rem;
  letter-spacing: -0.04em;
}

.field-card {
  display: block;
  padding: 12px 14px;
  border: 1px solid #d7dce8;
  border-radius: 18px;
  background: var(--white);
}

.field-card span,
.country-row label {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 760;
}

.field-card__row {
  display: grid;
  grid-template-columns: 1fr 132px;
  gap: 14px;
  align-items: center;
}

.field-card input,
.field-card select,
.country-row select {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
}

.field-card input {
  min-width: 0;
  font-size: clamp(2rem, 5vw, 3.1rem);
  font-weight: 520;
  letter-spacing: -0.05em;
}

.field-card select {
  padding-left: 14px;
  border-left: 1px solid var(--line);
  font-size: 1.1rem;
  font-weight: 900;
}

.swap-button {
  display: grid;
  width: 42px;
  height: 42px;
  margin: 14px auto;
  color: var(--mint);
  border: 0;
  border-radius: 999px;
  background: #eefbf7;
  cursor: pointer;
  place-items: center;
}

.country-row {
  margin-top: 14px;
}

.country-row label {
  display: grid;
  gap: 6px;
}

.country-row select {
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
}

.exchange-details {
  margin-top: 20px;
  padding: 18px;
  background: #f7f8fb;
  border-radius: 18px;
}

.exchange-details summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 900;
}

.exchange-details div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 13px;
  color: var(--muted);
}

.exchange-details strong {
  color: var(--navy-900);
  text-align: right;
}

.method-picker {
  display: grid;
  gap: 10px;
  max-height: 210px;
  margin-top: 16px;
  overflow: auto;
}

.method-card {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.method-card__icon {
  display: grid;
  width: 42px;
  height: 42px;
  color: var(--navy);
  background: #eef2ff;
  border-radius: 14px;
  place-items: center;
}

.method-card strong {
  display: block;
  color: var(--navy-900);
}

.method-card span {
  color: var(--muted);
  font-size: 0.78rem;
}

.advisor-note {
  margin-top: 16px;
  padding: 16px 18px;
  color: #294066;
  line-height: 1.55;
  background: linear-gradient(135deg, #eef6ff, #fff8d8);
  border: 1px solid #dbe6ff;
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.calculator__cta {
  width: 100%;
  margin-top: 18px;
}

.reception-methods {
  display: grid;
  gap: 12px;
  margin: 16px 0;
}

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

.reception-methods__head h3 {
  margin: 0;
  color: var(--navy-900);
  font-size: 1rem;
}

.reception-methods__head small {
  color: var(--muted);
  font-weight: 800;
}

.reception-search {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 14px;
  background: #fff;
  border: 1px solid #d7deeb;
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(12, 23, 54, 0.08);
}

.reception-search input {
  width: 100%;
  color: var(--navy-900);
  background: transparent;
  border: 0;
  outline: 0;
  font-weight: 800;
}

.reception-list {
  display: grid;
  gap: 8px;
  max-height: 260px;
  overflow: auto;
  padding-right: 4px;
}

.reception-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  background: #fff;
  border: 1px solid #e1e7f2;
  border-radius: 18px;
}

.reception-item__icon {
  display: grid;
  width: 48px;
  height: 48px;
  color: var(--blue);
  background: #eef4ff;
  border-radius: 16px;
  font-size: 1.3rem;
  font-weight: 950;
  place-items: center;
}

.reception-item strong,
.reception-item b {
  color: var(--navy-900);
  font-weight: 950;
}

.reception-item small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-weight: 700;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #c5a323;
}

.stats article {
  min-height: 150px;
  padding: 32px 20px;
  text-align: center;
  background: var(--gold);
}

.stats strong {
  display: block;
  color: var(--navy-900);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 950;
  letter-spacing: -0.06em;
}

.stats span {
  color: rgba(13, 27, 62, 0.76);
  font-weight: 760;
}

.section {
  padding: clamp(64px, 8vw, 110px) clamp(20px, 5vw, 72px);
}

.section--soft {
  background: var(--soft);
}

.section--blue {
  color: var(--white);
  background:
    radial-gradient(circle at 12% 0%, rgba(243, 215, 102, 0.24), transparent 26%),
    linear-gradient(135deg, #031647, #123a9f);
}

.section__head {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.section__head h2 {
  margin: 0;
  color: var(--navy-900);
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 950;
  letter-spacing: -0.06em;
}

.section__head p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

.section__head--light h2,
.section__head--light p:not(.eyebrow) {
  color: var(--white);
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 28px;
}

.tab {
  min-height: 44px;
  padding: 0 20px;
  color: var(--navy-900);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  cursor: pointer;
  font-weight: 900;
}

.tab.is-active {
  color: var(--navy-950);
  border-color: var(--gold);
  background: var(--gold-soft);
}

.service-grid,
.rate-grid,
.country-grid,
.support__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto;
}

.service-card,
.rate-card,
.country-grid article,
.country-card,
.support-card {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: 0 18px 44px rgba(13, 27, 62, 0.08);
}

.service-card {
  overflow: hidden;
  position: relative;
  display: grid;
  min-height: 360px;
  padding: 0;
  color: var(--white);
  background: var(--navy-950);
}

.service-card > img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.02);
}

.service-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 190px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(7, 17, 45, 0.92), rgba(7, 17, 45, 1));
}

.service-card p,
.rate-card p,
.country-grid p,
.support-card p {
  color: var(--muted);
  line-height: 1.55;
}

.service-card p {
  color: rgba(255, 255, 255, 0.74);
}

.service-card strong {
  color: var(--gold-soft);
}

.service-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 16px;
}

.service-meta span {
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 850;
}

.rate-card {
  display: grid;
  gap: 10px;
}

.rate-card__pair {
  color: var(--navy-900);
  font-size: 1.4rem;
  font-weight: 950;
}

.rate-card__value {
  color: var(--gold);
  font-size: 1.8rem;
  font-weight: 950;
}

.country-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  align-items: start;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.country-card img {
  width: 72px;
  height: 52px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.country-card span {
  display: grid;
  width: fit-content;
  min-width: 44px;
  min-height: 32px;
  padding: 0 10px;
  color: var(--navy-950);
  background: var(--gold-soft);
  border-radius: 999px;
  font-weight: 950;
  place-items: center;
}

.country-card h3 {
  margin: 12px 0 8px;
}

.country-grid p {
  color: rgba(255, 255, 255, 0.7);
}

.support {
  background:
    radial-gradient(circle at 82% 8%, rgba(83, 217, 178, 0.16), transparent 28%),
    linear-gradient(180deg, #f4f6fa, #ffffff);
}

.support-card h3 {
  margin-top: 0;
  color: var(--navy-900);
  font-size: 1.45rem;
}

.support-card--dark {
  color: var(--white);
  background: var(--navy-900);
  border-color: var(--navy-900);
}

.support-card--dark h3,
.support-card--dark p {
  color: var(--white);
}

.support-console {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.72fr);
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto;
}

.support-chat,
.order-validator {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(13, 27, 62, 0.08);
  border-radius: 34px;
  box-shadow: 0 28px 80px rgba(13, 27, 62, 0.13);
}

.support-chat {
  padding: clamp(22px, 4vw, 34px);
}

.support-chat::before,
.order-validator::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 92% 0%, rgba(214, 181, 47, 0.18), transparent 26%),
    radial-gradient(circle at 0% 100%, rgba(27, 42, 107, 0.08), transparent 30%);
}

.support-chat > *,
.order-validator > * {
  position: relative;
  z-index: 1;
}

.support-chat__head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.support-chat__head h2,
.order-validator h2 {
  margin: 0;
  color: var(--navy-900);
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.support-chat__head p:not(.eyebrow),
.order-validator p {
  max-width: 680px;
  color: var(--muted);
  line-height: 1.6;
}

.support-chat__head > span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  color: var(--navy-950);
  background: var(--gold-soft);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 950;
  white-space: nowrap;
}

.quick-questions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.quick-questions button {
  min-height: 38px;
  padding: 0 14px;
  color: var(--navy);
  background: #eef2ff;
  border: 1px solid #dbe3ff;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 900;
}

.chat-box--premium {
  min-height: 260px;
  max-height: 330px;
  background:
    linear-gradient(180deg, rgba(244, 246, 250, 0.94), rgba(255, 255, 255, 0.94));
  border: 1px solid var(--line);
}

.chat-box--premium p {
  width: fit-content;
  max-width: min(680px, 92%);
  box-shadow: 0 10px 24px rgba(13, 27, 62, 0.06);
}

.chat-box--premium p strong {
  color: var(--navy);
}

.chat-form--support {
  grid-template-columns: minmax(145px, 0.75fr) minmax(170px, 0.95fr) minmax(260px, 1.55fr) auto;
}

.chat-form--support input {
  background: #fbfcff;
}

.chat-form--support input:focus {
  border-color: var(--navy);
  box-shadow: 0 0 0 4px rgba(27, 42, 107, 0.08);
}

.order-validator {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: clamp(22px, 4vw, 30px);
  background:
    radial-gradient(circle at 85% 12%, rgba(243, 215, 102, 0.24), transparent 28%),
    var(--navy-950);
  color: var(--white);
}

.order-validator h2,
.order-validator p {
  color: var(--white);
}

.order-validator .eyebrow {
  color: var(--gold-soft);
}

.order-validator form {
  display: grid;
  gap: 10px;
}

.order-validator input {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  outline: 0;
}

.order-validator input::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.order-validator button {
  min-height: 52px;
  color: var(--navy-950);
  background: var(--gold-soft);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 950;
}

.order-result {
  display: grid;
  gap: 7px;
  min-height: 128px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
}

.order-result strong {
  color: var(--white);
  font-size: 1.25rem;
}

.order-result span,
.order-result small {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}

.order-result.is-ready {
  background: rgba(83, 217, 178, 0.16);
  border-color: rgba(83, 217, 178, 0.42);
}

.order-result.is-process {
  background: rgba(243, 215, 102, 0.14);
  border-color: rgba(243, 215, 102, 0.36);
}

.chat-box {
  display: grid;
  gap: 10px;
  max-height: 230px;
  min-height: 170px;
  padding: 16px;
  overflow: auto;
  background: var(--soft);
  border-radius: 18px;
}

.chat-box p {
  margin: 0;
  padding: 10px 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.chat-form {
  display: grid;
  grid-template-columns: minmax(140px, 0.8fr) minmax(160px, 1fr) minmax(220px, 1.4fr) auto;
  gap: 10px;
  margin-top: 12px;
}

.chat-form input {
  min-width: 0;
  padding: 14px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  outline: 0;
}

.chat-form button {
  padding: 0 18px;
  color: var(--navy-950);
  border: 0;
  border-radius: 999px;
  background: var(--gold-soft);
  cursor: pointer;
  font-weight: 900;
}

.chat-ticket {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-weight: 800;
}

.footer {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 36px;
  padding: 54px clamp(20px, 5vw, 72px) 30px;
  color: #b9c2d4;
  background: var(--navy-950);
}

.footer p {
  max-width: 520px;
  line-height: 1.6;
}

.footer nav {
  display: grid;
  gap: 12px;
  align-content: start;
}

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

.brand--footer .brand__name {
  color: var(--white);
}

.hero-country-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 620px;
  margin-top: 24px;
}

.hero-country {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 44px;
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 15px;
  backdrop-filter: blur(14px);
  transition:
    transform 160ms ease,
    background 160ms ease;
}

.hero-country:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.18);
}

.hero-country img {
  width: 30px;
  height: 22px;
  object-fit: cover;
  border-radius: 7px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

.hero-country span {
  font-size: 0.78rem;
  font-weight: 950;
}

.marketplace-page {
  background: #f4f6fa;
  padding: 0;
}

.marketplace-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding: 30px clamp(18px, 4vw, 36px) 48px;
}

.marketplace-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.marketplace-title {
  display: flex;
  gap: 18px;
  align-items: center;
}

.marketplace-title > a {
  display: grid;
  width: 38px;
  height: 38px;
  color: #475467;
  border-radius: 999px;
  place-items: center;
  font-size: 1.4rem;
}

.marketplace-title h2 {
  margin: 0;
  color: #101828;
  font-size: 1.1rem;
  font-weight: 950;
}

.marketplace-title span {
  color: #98a2b3;
  font-size: 0.9rem;
}

.marketplace-actions {
  display: flex;
  gap: 14px;
  align-items: center;
}

.marketplace-search {
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(385px, 44vw);
  min-height: 44px;
  padding: 0 14px;
  background: #fff;
  border: 1px solid #dfe4ee;
  border-radius: 16px;
}

.marketplace-search span {
  color: #98a2b3;
  font-size: 1.2rem;
}

.marketplace-search input {
  width: 100%;
  border: 0;
  outline: 0;
  color: #101828;
}

.marketplace-cart {
  display: grid;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--navy-900);
  border: 0;
  border-radius: 999px;
  place-items: center;
}

.marketplace-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.market-tab {
  min-height: 38px;
  padding: 0 18px;
  color: #344054;
  background: #eaedf3;
  border: 0;
  border-radius: 999px;
  font-weight: 850;
}

.market-tab.is-active {
  color: #fff;
  background: var(--navy-900);
}

.marketplace-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
  padding: 34px 32px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(216, 181, 57, 0.16), transparent 22%),
    linear-gradient(135deg, #11131d, #20223a);
  border-radius: 16px;
}

.marketplace-hero h3 {
  max-width: 420px;
  margin: 12px 0 10px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: -0.06em;
}

.marketplace-hero p,
.marketplace-hero small {
  color: #aab2c1;
}

.marketplace-hero > div > span,
.marketplace-hero aside span {
  color: #22c55e;
  font-weight: 900;
}

.marketplace-hero aside {
  min-width: 180px;
  text-align: right;
}

.marketplace-hero aside strong {
  display: block;
  color: #fff;
  font-size: 3.1rem;
  line-height: 1;
}

.marketplace-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  color: #667085;
  font-weight: 850;
}

.marketplace-summary button {
  color: #667085;
  background: transparent;
  border: 0;
  font-weight: 900;
}

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

.marketplace-grid .service-card {
  min-height: 254px;
  color: #101828;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(16, 24, 40, 0.10);
}

.marketplace-grid .service-card > img {
  height: 128px;
}

.marketplace-grid .service-card__content {
  min-height: 0;
  padding: 13px 13px 14px;
  background: #fff;
}

.marketplace-grid .service-card small {
  color: #98a2b3;
  font-size: 0.82rem;
}

.marketplace-grid .service-card h3 {
  margin: 7px 0 4px;
  color: #101828;
  font-size: 0.98rem;
  line-height: 1.25;
}

.marketplace-grid .service-card p {
  display: none;
}

.marketplace-grid .service-meta {
  margin: 7px 0 12px;
}

.marketplace-grid .service-meta span {
  padding: 0;
  color: #98a2b3;
  background: transparent;
  border: 0;
  font-size: 0.76rem;
  font-weight: 750;
}

.marketplace-grid .service-meta span:nth-child(n + 2) {
  display: none;
}

.marketplace-grid .service-card strong {
  color: #101828;
  font-size: 1.04rem;
}

.service-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 5px 9px;
  color: #fff;
  background: var(--navy-900);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 950;
}

.marketplace-grid .service-card::after {
  position: absolute;
  right: 12px;
  bottom: 13px;
  content: "Comprar";
  padding: 8px 13px;
  color: #fff;
  background: var(--navy-900);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 950;
}

.country-card {
  color: var(--navy-900);
  background: #fff;
  min-height: 138px;
  padding: 18px;
  border-color: rgba(13, 27, 62, 0.08);
}

.country-card p {
  color: #475467;
  font-size: 0.9rem;
}

.country-card h3 {
  color: var(--navy-900);
  font-size: 1.08rem;
}

.section--blue .country-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1040px;
}

.page-body {
  background: var(--soft);
}

.page-body--market {
  background: #f4f6fa;
}

.page-hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(62px, 8vw, 118px) clamp(20px, 5vw, 40px) 34px;
}

.page-hero h1 {
  max-width: 850px;
  margin: 0;
  color: var(--navy-900);
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.92;
  letter-spacing: -0.075em;
}

.page-hero p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.58;
}

.page-hero--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: clamp(32px, 6vw, 78px);
  align-items: center;
}

.page-hero--dark {
  max-width: none;
  padding-right: clamp(20px, 5vw, 72px);
  padding-left: clamp(20px, 5vw, 72px);
  color: var(--white);
  background:
    radial-gradient(circle at 18% 12%, rgba(243, 215, 102, 0.2), transparent 28%),
    linear-gradient(135deg, #031647, #123a9f);
}

.page-hero--dark h1,
.page-hero--dark p:not(.eyebrow) {
  color: var(--white);
}

.process-card,
.legal-index,
.legal-content article,
.payment-methods-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 22px 64px rgba(13, 27, 62, 0.1);
}

.process-card {
  display: grid;
  gap: 12px;
  min-height: 220px;
  padding: 30px;
  align-content: end;
  border-radius: 34px;
}

.process-card strong {
  color: var(--navy-900);
  font-size: 2.2rem;
  letter-spacing: -0.06em;
}

.process-card span {
  color: var(--muted);
  font-weight: 850;
}

.process-grid,
.payment-methods-section,
.legal-layout {
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px clamp(20px, 5vw, 40px) clamp(72px, 8vw, 110px);
}

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

.process-grid article {
  min-height: 270px;
  padding: 26px;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 18%, rgba(243, 215, 102, 0.2), transparent 28%),
    linear-gradient(145deg, #08266f, #031647);
  border-radius: 30px;
}

.process-grid span,
.legal-content article span,
.payment-methods-grid article span {
  color: var(--gold);
  font-weight: 950;
}

.process-grid h2,
.payment-methods-grid h2,
.legal-content h2 {
  margin: 18px 0 10px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.process-grid p,
.payment-methods-grid p,
.legal-content p {
  margin: 0;
  line-height: 1.62;
}

.legal-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
}

.legal-index {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 10px;
  padding: 20px;
  align-self: start;
  border-radius: 24px;
}

.legal-index a {
  padding: 13px 14px;
  color: var(--navy-900);
  background: #f8fafd;
  border-radius: 14px;
  font-weight: 850;
}

.legal-content {
  display: grid;
  gap: 18px;
}

.legal-content article {
  padding: clamp(24px, 4vw, 40px);
  border-radius: 30px;
}

.legal-content h2,
.payment-methods-grid h2 {
  color: var(--navy-900);
}

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

.payment-methods-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.payment-methods-grid article {
  min-height: 230px;
  padding: 26px;
  border-radius: 30px;
}

.payment-methods-grid article span {
  display: inline-flex;
  min-width: 54px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  color: var(--navy-950);
  background: var(--gold-soft);
  border-radius: 999px;
}

.section--compact {
  padding-top: 30px;
}

.area-hub {
  padding: clamp(64px, 8vw, 110px) clamp(20px, 5vw, 72px);
  background: var(--white);
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.area-card {
  display: grid;
  min-height: 280px;
  padding: 24px;
  color: var(--navy-900);
  align-content: space-between;
  background: #f4f6fb;
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: 0 18px 50px rgba(13, 27, 62, 0.08);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.area-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 70px rgba(13, 27, 62, 0.16);
}

.area-card span {
  color: var(--gold);
  font-size: 2.3rem;
  font-weight: 950;
}

.area-card h3 {
  margin: auto 0 10px;
  font-size: 1.35rem;
  line-height: 1.05;
}

.area-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.area-card--gold {
  color: var(--navy-950);
  background:
    radial-gradient(circle at 85% 18%, rgba(255, 255, 255, 0.45), transparent 24%),
    linear-gradient(135deg, var(--gold-soft), var(--gold));
}

.area-card--gold span,
.area-card--gold p {
  color: var(--navy-950);
}

.marketplace-page--standalone {
  min-height: calc(100vh - 76px);
  padding-top: 22px;
}

.marketplace-page--standalone .marketplace-title h1 {
  margin: 0;
  color: #101828;
  font-size: 1.2rem;
  font-weight: 950;
}

.marketplace-page--standalone .marketplace-shell {
  padding-top: 28px;
}

.support-card--wide {
  grid-column: span 2;
}

.operation-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(54px, 8vw, 104px) clamp(20px, 5vw, 40px);
}

.operation-head {
  max-width: 820px;
  margin-bottom: 34px;
}

.operation-head h1 {
  margin: 0;
  color: var(--navy-900);
  font-size: clamp(2.7rem, 6vw, 5.4rem);
  line-height: 0.94;
  letter-spacing: -0.075em;
}

.operation-head p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.6;
}

.operation-layout {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.operation-summary,
.operation-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: 0 18px 52px rgba(13, 27, 62, 0.1);
}

.operation-summary {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 14px;
  padding: 26px;
}

.operation-summary span {
  color: var(--gold);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.operation-summary strong {
  color: var(--navy-900);
  font-size: 1.65rem;
  line-height: 1.05;
}

.operation-summary p {
  color: var(--muted);
  line-height: 1.55;
}

.operation-form {
  display: grid;
  gap: 24px;
  padding: clamp(22px, 4vw, 34px);
}

.operation-form section {
  display: grid;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.operation-form section:last-of-type {
  border-bottom: 0;
}

.operation-form h2 {
  margin: 0;
  color: var(--navy-900);
  font-size: 1.22rem;
}

.section-helper {
  margin: -6px 0 4px;
  color: var(--muted);
  line-height: 1.55;
}

.exchange-method-board {
  display: grid;
  gap: 14px;
}

.exchange-method-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 16px;
  width: 100%;
  padding: 18px;
  text-align: left;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(10, 27, 68, 0.08);
  cursor: pointer;
}

.exchange-method-card.is-active {
  border-color: var(--gold);
  background: linear-gradient(135deg, #fff, #fff8d8);
}

.exchange-method-card span {
  color: var(--navy-900);
  font-weight: 900;
}

.exchange-method-card strong {
  color: var(--navy);
  font-size: 1.2rem;
}

.exchange-method-card small {
  grid-column: 1 / -1;
  color: var(--muted);
}

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

.operation-method-column {
  min-width: 0;
  padding: 14px;
  background: #f7f9fd;
  border: 1px solid #dce3ef;
  border-radius: 24px;
}

.operation-method-column .reception-search {
  min-height: 48px;
  margin: 10px 0;
  background: #fff;
}

.operation-method-list {
  display: grid;
  gap: 10px;
  max-height: 380px;
  overflow: auto;
}

.operation-method-option {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 78px;
  padding: 10px 12px;
  text-align: left;
  background: #fff;
  border: 1px solid #dce3ef;
  border-radius: 18px;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.operation-method-option:hover,
.operation-method-option.is-active {
  border-color: var(--gold);
  box-shadow: 0 16px 34px rgba(10, 27, 67, 0.11);
  transform: translateY(-1px);
}

.operation-method-option .method-logo--image img {
  width: 84px;
  height: 46px;
  padding: 6px 8px;
  border-radius: 12px;
  box-shadow: none;
}

.operation-method-option__info {
  display: grid;
  gap: 2px;
}

.operation-method-option__info strong {
  color: var(--navy-900);
  font-weight: 950;
}

.operation-method-option__info small {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.25;
}

.operation-method-option b {
  color: var(--navy-900);
  font-weight: 950;
}

.operation-readable-summary {
  padding: 18px;
  color: #f8fafc;
  background: linear-gradient(135deg, #0b1020, #122b70);
  border-radius: 22px;
  font-size: 1.06rem;
  font-weight: 850;
  line-height: 1.55;
}

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

.form-grid__full {
  grid-column: 1 / -1;
}

.operation-form label {
  display: grid;
  gap: 8px;
  color: #526079;
  font-weight: 850;
}

.operation-form input,
.operation-form select,
.operation-form textarea {
  width: 100%;
  padding: 15px 16px;
  color: var(--navy-900);
  background: #f8fafd;
  border: 1px solid var(--line);
  border-radius: 16px;
  outline: 0;
}

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

.method-choice label {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  min-height: 118px;
  padding: 18px;
  background: #f8fafd;
  border: 1px solid var(--line);
  border-radius: 20px;
}

.method-choice input {
  width: auto;
  margin-top: 4px;
}

.method-choice strong,
.method-choice small {
  display: block;
}

.method-choice strong {
  color: var(--navy-900);
}

.method-choice small {
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.45;
}

.proof-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 18px;
  background: linear-gradient(135deg, #f8fafd, #eef4ff);
  border: 1px solid var(--line);
  border-radius: 22px;
}

.proof-card strong {
  color: var(--navy-900);
}

.proof-card p {
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.45;
}

.proof-card small {
  grid-column: 1 / -1;
  color: var(--muted);
  font-weight: 800;
}

.proof-card small.is-error {
  color: #b42318;
}

.proof-upload {
  display: inline-flex !important;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: var(--navy-950) !important;
  background: var(--gold-soft);
  border-radius: 999px;
  cursor: pointer;
}

.proof-upload input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.operation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.account-shell {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(390px, 520px);
  align-items: start;
  gap: clamp(32px, 5vw, 72px);
  max-width: 1220px;
  margin: 0 auto;
  padding: clamp(48px, 7vw, 88px) clamp(20px, 5vw, 40px);
}

.account-copy h1 {
  max-width: 620px;
  margin: 0;
  color: var(--navy-900);
  font-size: clamp(2.8rem, 5.8vw, 5.2rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.account-copy p {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.15rem;
  line-height: 1.62;
}

.account-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.account-trust span,
.status-chip {
  display: inline-flex;
  padding: 10px 14px;
  color: var(--navy-950);
  background: var(--gold-soft);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 950;
}

.account-panel {
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(13, 27, 62, 0.12);
}

.account-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 20px;
  padding: 5px;
  background: #eef2f8;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.account-tabs button {
  min-height: 46px;
  color: #526079;
  background: transparent;
  border: 0;
  border-radius: 12px;
  font-weight: 950;
  cursor: pointer;
}

.account-tabs button.is-active {
  color: var(--white);
  background: var(--navy-900);
  box-shadow: 0 10px 24px rgba(13, 27, 62, 0.16);
}

.account-form,
.account-session,
.account-kyc {
  display: grid;
  gap: 14px;
}

.account-form label,
.account-kyc label {
  display: grid;
  gap: 8px;
  color: #526079;
  font-weight: 850;
}

.account-form input,
.account-kyc input,
.account-kyc select {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  color: var(--navy-900);
  background: #f8fafd;
  border: 1px solid var(--line);
  border-radius: 16px;
  outline: 0;
}

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

.account-session {
  padding: 22px;
  background:
    radial-gradient(circle at 88% 12%, rgba(83, 217, 178, 0.18), transparent 26%),
    linear-gradient(145deg, #08266f, #031647);
  border-radius: 24px;
}

.account-kyc {
  padding: 18px;
  background: #f8fafd;
  border: 1px solid var(--line);
  border-radius: 20px;
}

.account-kyc__head {
  display: grid;
  gap: 8px;
}

.account-kyc__head h2 {
  margin: 0;
  color: var(--navy-900);
}

.account-kyc__head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.account-session h2,
.account-session p {
  color: var(--white);
}

.account-session p {
  opacity: 0.78;
  line-height: 1.55;
}

.account-status {
  min-height: 22px;
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 800;
}

@media (max-width: 980px) {
  .hero__grid,
  .service-grid,
  .rate-grid,
  .country-grid,
  .support__grid {
    grid-template-columns: 1fr;
  }

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

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

  .nav-toggle {
    display: block;
  }

  .nav {
    position: fixed;
    top: 76px;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: var(--shadow);
  }

  .nav.is-open {
    display: flex;
  }

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

  .section--blue .country-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .marketplace-topbar,
  .marketplace-hero {
    align-items: stretch;
    flex-direction: column;
  }

  .marketplace-search {
    width: 100%;
  }

  .page-hero--split,
  .area-grid,
  .process-grid,
  .payment-methods-grid,
  .legal-layout,
  .account-shell {
    grid-template-columns: 1fr;
  }

  .account-grid {
    grid-template-columns: 1fr;
  }

  .support-card--wide {
    grid-column: auto;
  }

  .operation-layout,
  .form-grid,
  .method-choice,
  .support-console,
  .proof-card {
    grid-template-columns: 1fr;
  }

  .operation-summary {
    position: static;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 68px;
  }

  .brand__tagline {
    display: none;
  }

  .field-card__row {
    grid-template-columns: 1fr;
  }

  .field-card select {
    padding: 10px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .stats {
    grid-template-columns: 1fr;
  }

  .chat-form,
  .chat-form--support,
  .footer {
    grid-template-columns: 1fr;
  }

  .support-chat__head {
    flex-direction: column;
  }

  .marketplace-grid {
    grid-template-columns: 1fr;
  }

  .section--blue .country-grid {
    grid-template-columns: 1fr;
  }

  .marketplace-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .area-preview__grid {
    grid-template-columns: 1fr;
  }

  .page-hero h1 {
    font-size: clamp(2.7rem, 15vw, 4.1rem);
  }
}

.purchase-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(6, 14, 36, 0.62);
  backdrop-filter: blur(10px);
}

.purchase-modal {
  width: min(620px, 100%);
  max-height: min(86vh, 820px);
  overflow: auto;
  padding: 24px;
  color: var(--navy-900);
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 32px 90px rgba(4, 13, 35, 0.35);
}

.purchase-modal header {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 18px;
}

.purchase-modal header span {
  color: var(--gold-700);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.purchase-modal header h2 {
  margin: 4px 0 6px;
}

.purchase-modal header p {
  color: var(--muted);
}

.purchase-modal header button {
  width: 42px;
  height: 42px;
  color: var(--navy-900);
  background: #f2f5fb;
  border: 1px solid #dbe3f0;
  border-radius: 14px;
  font-size: 1.4rem;
}

.purchase-field,
.purchase-contact label {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--muted);
  font-weight: 900;
}

.purchase-field select,
.purchase-contact input {
  min-height: 52px;
  padding: 0 14px;
  color: var(--navy-900);
  background: #f7f9fd;
  border: 1px solid #d7deeb;
  border-radius: 16px;
  outline: 0;
  font-weight: 850;
}

.purchase-methods {
  display: grid;
  gap: 10px;
  margin: 16px 0;
}

.purchase-method {
  display: grid;
  grid-template-columns: auto 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px;
  background: #f7f9fd;
  border: 1px solid #dfe6f2;
  border-radius: 18px;
}

.purchase-method span {
  display: grid;
  width: 44px;
  height: 44px;
  color: var(--blue);
  background: #eaf1ff;
  border-radius: 14px;
  place-items: center;
  font-weight: 950;
}

.purchase-method strong {
  display: block;
}

.purchase-method small {
  color: var(--muted);
}

.purchase-contact button,
.service-buy-button {
  width: 100%;
  min-height: 46px;
  margin-top: 12px;
  color: #fff;
  background: var(--blue);
  border: 0;
  border-radius: 999px;
  font-weight: 950;
}

.purchase-contact button {
  color: var(--navy-900);
  background: var(--mint);
}

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

.calculator--exchange {
  position: relative;
  overflow: visible;
  padding: 28px;
  color: #1e2430;
  background: radial-gradient(circle at 100% 0%, rgba(83, 217, 178, 0.18), transparent 34%), #ffffff;
  border: 0;
  border-radius: 24px;
  box-shadow: 0 28px 74px rgba(7, 22, 60, 0.18);
}

.calculator__topline {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.calculator__topline > span {
  flex: 0 0 auto;
  padding: 10px 16px;
  color: #0a1b43;
  background: #fff8d7;
  border: 1px solid rgba(214, 181, 47, 0.55);
  border-radius: 999px;
  font-weight: 900;
}

.calculator--exchange .calculator__label {
  margin-bottom: 2px;
  color: #5d6473;
  letter-spacing: 0;
  text-transform: none;
}

.calculator--exchange h2 {
  margin-bottom: 0;
  font-size: clamp(1.8rem, 3vw, 2.25rem);
}

.field-card--method {
  position: relative;
  padding: 0;
  background: transparent;
  border: 0;
}

.field-card--method > span {
  position: absolute;
  z-index: 2;
  top: -9px;
  left: 16px;
  padding: 0 8px;
  color: #424956;
  background: #fff;
  font-size: 0.88rem;
  font-weight: 650;
}

.field-card--method .field-card__row {
  grid-template-columns: minmax(0, 1fr) minmax(210px, 250px);
  gap: 0;
  min-height: 92px;
  padding: 10px 14px 10px 20px;
  background: #fff;
  border: 1.5px solid rgba(25, 34, 53, 0.24);
  border-radius: 18px;
}

.field-card--method input {
  color: #24272f;
  font-size: clamp(2.35rem, 4.5vw, 3.1rem);
  font-weight: 430;
}

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

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

.field-card__currency {
  color: #0a1b43;
  font-size: 1rem;
  font-weight: 950;
}

.method-display {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-left: 18px;
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(10, 27, 67, 0.14);
}

.method-display--receive {
  width: 100%;
  cursor: pointer;
}

.method-display select {
  width: 108px;
  padding: 8px 28px 8px 8px;
  color: #0a1b43;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 1.05rem;
  font-weight: 950;
}

.method-display--send {
  padding-right: 30px;
}

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

.method-display--send::after {
  content: "\2304";
  position: absolute;
  right: 10px;
  color: #0a1b43;
  font-size: 1rem;
  font-weight: 950;
  pointer-events: none;
}

.method-display__flag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

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

.currency-copy b {
  color: #0a1b43;
  font-size: 0.95rem;
  font-weight: 950;
}

.currency-copy small,
.selected-method-card__name {
  max-width: 96px;
  overflow: hidden;
  color: #667085;
  font-size: 0.68rem;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.method-display__flag img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(4, 18, 54, 0.12);
}

.method-display__brand {
  display: flex;
  flex: 1;
  min-width: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.selected-method-card {
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  justify-items: start;
}

.selected-method-card .method-logo {
  width: 80px;
  max-width: 80px;
  justify-content: center;
  overflow: hidden;
}

.selected-method-card .method-logo--image img {
  width: 76px;
  height: 48px;
  padding: 2px;
  background: #fff;
  border: 0;
  border-radius: 14px;
  box-shadow: none;
}

.selected-method-card .method-logo img {
  width: 34px;
  height: 34px;
}

.selected-method-card__currency {
  color: #0a1b43;
  font-size: 0.82rem;
  font-weight: 950;
}

.selected-method-card__copy {
  display: grid;
  min-width: 0;
  text-align: left;
}

.selected-method-card__copy strong {
  overflow: hidden;
  color: #0a1b43;
  font-size: 1.04rem;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selected-method-card__copy small {
  color: #667085;
  font-size: 0.78rem;
  font-weight: 850;
}

.currency-orb {
  display: inline-grid;
  width: 42px;
  height: 42px;
  color: #0a1b43;
  background: #fff8d7;
  border: 1px solid rgba(214, 181, 47, 0.62);
  border-radius: 999px;
  place-items: center;
  font-weight: 950;
}

.method-display__chevron {
  color: #1e2430;
  font-size: 1.1rem;
  font-weight: 900;
}

.swap-button--visual {
  width: 34px;
  height: 34px;
  margin: 12px auto;
  color: #61cdb7;
  background: #fff;
  border: 0;
  font-size: 1.3rem;
}

.swap-button--visual,
.method-display__chevron {
  font-size: 0;
}

.swap-button--visual::before {
  content: "\21C5";
  font-size: 1.35rem;
}

.method-display__chevron::before {
  content: "\2304";
  font-size: 1.1rem;
}

.calculator--exchange > .reception-methods:not(.reception-methods--dropdown),
.calculator--exchange .advisor-note {
  display: none;
}

.reception-methods--dropdown {
  position: absolute;
  z-index: 8;
  top: 245px;
  right: 28px;
  left: 28px;
  display: none;
  gap: 0;
  max-height: 430px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(10, 27, 67, 0.1);
  border-radius: 0 0 18px 18px;
  box-shadow: 0 24px 70px rgba(5, 18, 47, 0.22);
}

.reception-methods--dropdown.is-open {
  display: grid;
}

.reception-methods--dropdown .reception-search {
  min-height: 58px;
  padding: 0 18px;
  border: 0;
  border-bottom: 1px solid #edf0f5;
  border-radius: 0;
  box-shadow: none;
}

.reception-methods--dropdown .reception-search span::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #a6adba;
  border-radius: 50%;
  box-shadow: 9px 9px 0 -7px #a6adba;
  transform: rotate(-12deg);
}

.reception-methods--dropdown .reception-search input {
  color: #1e2430;
  font-size: 1rem;
  font-weight: 500;
}

.reception-methods--dropdown .reception-list {
  max-height: 360px;
  gap: 0;
  padding: 0;
  overflow: auto;
}

.reception-methods--dropdown .reception-item {
  position: relative;
  grid-template-columns: minmax(80px, 120px) minmax(118px, 1fr) minmax(210px, 250px);
  gap: 18px;
  min-height: 112px;
  padding: 20px 26px;
  cursor: pointer;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #edf0f5;
  border-radius: 0;
  transition: background 160ms ease, transform 160ms ease;
}

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

.reception-item__meta {
  display: grid;
  align-content: center;
  justify-items: end;
  color: #b6bcc8;
}

.reception-item__amount {
  color: #b8bec9;
  font-size: 1rem;
  font-weight: 500;
}

.best-price {
  align-self: center;
  justify-self: start;
  padding: 8px 14px;
  color: #008d26;
  background: #d7ffd3;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 800;
}

.method-logo {
  display: inline-flex;
  min-width: 0;
  max-width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: #0b3a8e;
  font-size: 0.92rem;
  font-weight: 950;
  line-height: 0.95;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.method-logo--image {
  width: 100%;
  justify-content: flex-end;
  letter-spacing: -0.02em;
  text-transform: none;
}

.method-logo--image img {
  width: min(100%, 220px);
  height: 72px;
  object-fit: contain;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid rgba(10, 27, 67, 0.08);
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(10, 27, 67, 0.08);
}

.method-logo__fallback {
  display: inline-flex;
  min-width: 74px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  color: #0a1b43;
  background: #eef4ff;
  border: 1px solid rgba(10, 27, 67, 0.08);
  border-radius: 14px;
  font-size: 0.88rem;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.1;
  text-align: center;
  text-transform: none;
}

.method-logo__fallback[hidden] {
  display: none !important;
}

.method-logo img {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 12px 20px rgba(10, 27, 67, 0.14);
}

.method-logo span {
  display: block;
  color: #9aa0ab;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

.method-logo strong {
  display: block;
  color: #0b3a8e;
  font-size: 1.15rem;
}

.method-logo--compact {
  justify-content: center;
  transform: scale(0.94);
  transform-origin: center;
}

.method-display__brand .method-logo--image img {
  width: min(100%, 190px);
  height: 58px;
  padding: 8px 12px;
  box-shadow: none;
}

.method-logo--placeholder {
  width: 72px;
  height: 52px;
  justify-content: center;
  color: #0a1b43;
  background: #f4f6fb;
  border-radius: 18px;
}

.method-logo--paypal,
.method-logo--yape,
.method-logo--plin,
.method-logo--zelle,
.method-logo--nequi {
  color: #0b59a8;
  font-size: 2.1rem;
  font-weight: 950;
  letter-spacing: -0.08em;
  text-transform: none;
}

.method-logo--paypal span {
  display: inline;
  color: #159bd7;
  font-size: inherit;
  letter-spacing: inherit;
}

.method-logo--yape {
  color: #8e24aa;
  font-style: italic;
}

.method-logo--plin {
  color: #00a99d;
}

.method-logo--zelle {
  color: #6d35d8;
}

.method-logo--nequi {
  color: #ee3a7f;
}

@media (max-width: 760px) {
  .operation-method-columns {
    grid-template-columns: 1fr;
  }

  .operation-method-option {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .operation-method-option b {
    grid-column: 2;
  }

  .field-card--method .field-card__row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .method-display {
    min-height: 62px;
    padding: 12px 0 0;
    border-top: 1px solid rgba(10, 27, 67, 0.1);
    border-left: 0;
  }

  .selected-method-card {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .selected-method-card .method-logo {
    width: 70px;
    max-width: 70px;
  }

  .selected-method-card .method-logo--image img {
    width: 66px;
    height: 40px;
  }

  .reception-methods--dropdown {
    top: 318px;
  }

  .reception-methods--dropdown .reception-item {
    grid-template-columns: 82px 1fr;
    min-height: 100px;
  }

  .reception-methods--dropdown .method-logo {
    grid-column: 2;
    justify-self: end;
  }

  .reception-methods--dropdown .method-logo--image img {
    width: min(100%, 185px);
    height: 60px;
  }

  .best-price {
    grid-column: 1 / -1;
  }
}
