:root {
  --ink: #061b44;
  --muted: #536985;
  --line: #d7e2f1;
  --paper: #f7fbff;
  --soft: #edf5ff;
  --field: #ffffff;
  --navy: #001846;
  --navy-2: #002567;
  --blue: #005fe8;
  --blue-2: #0c82ff;
  --cyan: #12b6ea;
  --whatsapp: #22c55e;
  --shadow: 0 24px 70px rgba(0, 24, 70, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(251, 252, 251, 0.92);
  border-bottom: 1px solid rgba(219, 228, 231, 0.9);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  object-fit: contain;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(0, 36, 103, 0.18);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.15;
}

.brand small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.82rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 750;
}

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

.header-action,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 850;
  white-space: nowrap;
}

.header-action,
.button.primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  box-shadow: 0 12px 28px rgba(0, 95, 232, 0.24);
}

.button.secondary {
  color: #ffffff;
  background: rgba(0, 24, 70, 0.78);
  border-color: rgba(255, 255, 255, 0.42);
}

.button:hover,
.header-action:hover {
  transform: translateY(-1px);
}

.button svg,
.header-action svg,
.service-card svg,
.quick-info svg,
.trust-band svg {
  width: 19px;
  height: 19px;
  stroke-width: 2.4;
}

.hero {
  position: relative;
  min-height: auto;
  overflow: hidden;
  display: block;
  padding: 0;
  background: var(--navy);
}

.hero-image {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  background: #ffffff;
}

.hero-overlay {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(28px, 5vw, 46px) 0 clamp(34px, 6vw, 58px);
  color: #ffffff;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #dff3ff;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 800px;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin: 16px 0 8px;
  font-size: 1.16rem;
}

.hero-copy {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.03rem, 2vw, 1.24rem);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.quick-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.quick-info article {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 82px;
  padding: 20px;
  background: #ffffff;
  color: var(--blue);
  font-weight: 850;
}

.section,
.split-section,
.calculator-section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(58px, 8vw, 100px) 0;
}

.section-heading {
  margin-bottom: 28px;
}

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

.service-card {
  min-height: 230px;
  padding: 26px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 32px rgba(16, 36, 51, 0.05);
}

.service-card svg {
  width: 34px;
  height: 34px;
  color: var(--blue);
}

.service-card p,
.split-copy p,
.trust-band p,
.rate-note p {
  color: var(--muted);
  line-height: 1.7;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(30px, 6vw, 72px);
  align-items: center;
}

.split-copy p {
  margin-top: 18px;
  font-size: 1.05rem;
}

.steps {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
}

.steps div {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px;
  background: var(--soft);
  border-radius: 8px;
}

.steps dt {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  border-radius: 8px;
  font-weight: 950;
}

.steps dd {
  margin: 0;
  color: var(--muted);
}

.feature-panel {
  position: relative;
}

.feature-panel img {
  width: 100%;
  min-height: 480px;
  object-fit: contain;
  background:
    radial-gradient(circle at 36% 30%, rgba(18, 182, 234, 0.18), transparent 32%),
    linear-gradient(135deg, #ffffff, #eef6ff);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: clamp(18px, 4vw, 48px);
}

.rate-note {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(219, 228, 231, 0.9);
  border-radius: 8px;
  backdrop-filter: blur(12px);
}

.rate-note span {
  display: block;
  margin-bottom: 6px;
  color: var(--blue);
  font-weight: 950;
}

.rate-note p {
  margin: 0;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.trust-band article {
  padding: clamp(30px, 5vw, 54px);
  background: var(--navy);
  color: #ffffff;
}

.trust-band svg {
  width: 34px;
  height: 34px;
  color: var(--cyan);
}

.trust-band p {
  color: #b7cbd1;
  margin-bottom: 0;
}

.calculator-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.calculator-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.requirement-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.requirement-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 800;
}

.requirement-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(18, 182, 234, 0.14);
}

.calculator-card {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 4vw, 34px);
  background:
    linear-gradient(180deg, rgba(237, 245, 255, 0.76), rgba(255, 255, 255, 0.98)),
    #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.formula-box {
  display: grid;
  gap: 6px;
  padding: 16px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  border-radius: 8px;
}

.formula-box span,
.calculator-results span {
  font-size: 0.86rem;
  font-weight: 800;
}

.formula-box strong {
  font-size: clamp(1rem, 2vw, 1.24rem);
}

.calculator-results {
  display: grid;
  gap: 10px;
}

.calculator-results div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 54px;
  padding: 13px 15px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.calculator-results strong {
  color: var(--navy);
  font-size: 1.12rem;
  white-space: nowrap;
}

.calculator-results .receive-total {
  color: #ffffff;
  background: var(--navy);
  border-color: var(--navy);
}

.calculator-results .receive-total span,
.calculator-results .receive-total strong {
  color: #ffffff;
}

.calculator-results .receive-total strong {
  font-size: clamp(1.55rem, 4vw, 2.35rem);
}

.calculator-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.calculator-note.warning {
  color: #a9441f;
  font-weight: 850;
}

.reverse-calc {
  display: grid;
  gap: 12px;
  padding: 18px;
  background: rgba(237, 245, 255, 0.7);
  border: 1px dashed var(--line);
  border-radius: 8px;
}

.reverse-title {
  margin: 0;
  color: var(--ink);
  font-weight: 950;
  font-size: 1rem;
}

.reverse-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.reverse-result span {
  color: var(--muted);
  font-weight: 800;
  font-size: 0.9rem;
}

.reverse-result strong {
  color: var(--navy);
  font-size: 1.4rem;
  white-space: nowrap;
}

.reverse-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.reverse-note.warning {
  color: #a9441f;
  font-weight: 850;
}

.calculator-button {
  width: 100%;
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--field);
  border: 1px solid #cbd7dc;
  border-radius: 8px;
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(12, 130, 255, 0.22);
  border-color: var(--blue-2);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(18px, 4vw, 56px);
  color: #dce7e5;
  background: var(--navy);
}

.site-footer p {
  margin: 0;
}

@media (max-width: 920px) {
  .nav-links {
    display: none;
  }

  .service-grid,
  .split-section,
  .trust-band,
  .calculator-section {
    grid-template-columns: 1fr;
  }

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

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

  .brand small {
    display: none;
  }

  .header-action {
    width: 46px;
    padding: 0;
    font-size: 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .quick-info,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .quick-info article {
    justify-content: flex-start;
  }

  .feature-panel img {
    min-height: 340px;
  }

  .rate-note {
    position: static;
    margin-top: 12px;
  }

  .site-footer {
    display: grid;
  }
}

.paypal-calc-section,
.payoneer-calc-section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(40px, 6vw, 80px) 0;
}

.paypal-calc-intro,
.payoneer-calc-intro {
  margin: 0 0 28px;
  color: var(--muted);
  line-height: 1.7;
  max-width: 760px;
}

.paypal-calc-intro strong,
.payoneer-calc-intro strong {
  color: var(--ink);
}

.paypal-calc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.paypal-block {
  display: grid;
  gap: 14px;
  padding: clamp(20px, 4vw, 30px);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 32px rgba(16, 36, 51, 0.05);
}

.paypal-block h3 {
  margin: 0;
  font-size: 1.2rem;
}

.paypal-block-desc {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.paypal-output {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.paypal-output span {
  color: var(--muted);
  font-weight: 800;
  font-size: 0.9rem;
}

.paypal-output strong {
  color: var(--navy);
  font-size: 1.25rem;
  white-space: nowrap;
}

.payoneer-card-result {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 4vw, 34px);
  background:
    linear-gradient(180deg, rgba(237, 245, 255, 0.76), rgba(255, 255, 255, 0.98)),
    #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.payoneer-results {
  display: grid;
  gap: 10px;
}

.payoneer-results > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 54px;
  padding: 13px 15px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.payoneer-results span {
  color: var(--muted);
  font-weight: 800;
  font-size: 0.9rem;
}

.payoneer-results strong {
  color: var(--navy);
  font-size: 1.12rem;
  white-space: nowrap;
}

.payoneer-remaining {
  background: var(--navy) !important;
  border-color: var(--navy) !important;
}

.payoneer-remaining span,
.payoneer-remaining strong {
  color: #ffffff !important;
}

.payoneer-remaining strong {
  font-size: clamp(1.3rem, 3vw, 1.8rem) !important;
}

.payoneer-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.payoneer-note.warning {
  color: #a9441f;
  font-weight: 850;
}

@media (max-width: 920px) {
  .paypal-calc-grid {
    grid-template-columns: 1fr;
  }
}
