/* Approved 1672 × 941 Scheme C homepage alignment.
   This stylesheet is visual-only and intentionally scoped to remittance-page. */

html {
  scroll-behavior: smooth;
  scrollbar-width: none;
  overflow-x: clip;
}

html::-webkit-scrollbar {
  width: 0;
  height: 0;
}

body.remittance-page {
  --approved-green: #063b2a;
  --approved-green-dark: #03281c;
  --approved-green-soft: #eaf7ef;
  --approved-gold: #d4a853;
  --approved-ink: #142433;
  --approved-muted: #647181;
  --approved-border: #e2e8e5;
  --approved-shadow: 0 12px 36px rgba(30, 52, 44, .08);
  min-width: 320px;
  scrollbar-width: none;
  overflow-x: clip;
  background: #fff;
  color: var(--approved-ink);
}

body.remittance-page::-webkit-scrollbar {
  width: 0;
  height: 0;
}

body.remittance-page .portal-main {
  width: 100%;
  max-width: none !important;
  padding: 0 !important;
}

body.remittance-page .portal-footer {
  margin-top: 0;
  border-top-color: #e8eeeb;
  background: #fff;
}

.approved-header {
  position: relative;
  z-index: 30;
  height: 84px;
  border-bottom: 1px solid rgba(227, 235, 231, .72);
  background: rgba(255, 255, 255, .97);
}

.approved-header-inner {
  width: min(calc(100% - 104px), 1568px);
  height: 100%;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
  margin: 0 auto;
}

.approved-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  color: var(--approved-green);
  text-decoration: none;
}

.approved-brand img {
  width: 42px;
  height: 42px;
}

.approved-brand-copy {
  display: grid;
  line-height: 1;
}

.approved-brand strong {
  color: #063b2a;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .04em;
}

.approved-brand small {
  margin-top: 5px;
  color: #063b2a;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .2em;
}

.approved-desktop-nav {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 38px;
  height: 100%;
}

.approved-desktop-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #16211e;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.approved-desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  border-radius: 99px;
  background: var(--approved-green);
  content: "";
  transition: transform .18s ease;
}

.approved-desktop-nav a:hover,
.approved-desktop-nav a:focus-visible,
.approved-desktop-nav a.is-active {
  color: var(--approved-green-dark);
}

.approved-desktop-nav a:hover::after,
.approved-desktop-nav a:focus-visible::after,
.approved-desktop-nav a.is-active::after {
  transform: scaleX(1);
}

.approved-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.language-menu {
  position: relative;
}

.language-menu summary {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 4px;
  color: #1e2a26;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  list-style: none;
}

.language-menu summary::-webkit-details-marker,
.approved-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.language-menu summary > img:first-child {
  width: 18px;
  height: 18px;
}

.language-menu .language-chevron {
  width: 14px;
  height: 14px;
  transition: transform .18s ease;
}

.language-menu[open] .language-chevron {
  transform: rotate(180deg);
}

.language-menu p,
.language-menu-options {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  width: 178px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--approved-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--approved-shadow);
  color: var(--approved-muted);
  font-size: 12px;
}

.language-menu-options {
  display: grid;
  gap: 4px;
  z-index: 20;
}

.language-menu-options a {
  border-radius: 8px;
  color: #1e2a26;
  padding: 8px 10px;
  text-decoration: none;
}

.language-menu-options a:hover,
.language-menu-options a:focus-visible,
.language-menu-options a[aria-current="true"] {
  background: #eef8f2;
  color: #174b3a;
}

.header-lookup-button,
.header-start-button {
  min-width: 86px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 8px 17px;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.header-start-button {
  min-width: 92px;
}

.header-lookup-button {
  border: 1px solid #dfe6e3;
  background: #fff;
  box-shadow: 0 5px 16px rgba(27, 48, 41, .06);
  color: var(--approved-green-dark);
}

.header-start-button {
  border: 1px solid var(--approved-green);
  background: linear-gradient(180deg, #0a4a36, #063b2a);
  box-shadow: 0 8px 18px rgba(6, 59, 42, .2);
  color: #fff;
}

.header-lookup-button:hover,
.header-lookup-button:focus-visible {
  border-color: #a9c8b8;
  color: var(--approved-green-dark);
}

.header-start-button:hover,
.header-start-button:focus-visible {
  border-color: var(--approved-green-dark);
  background: var(--approved-green-dark);
  color: #fff;
}

.approved-mobile-menu {
  display: none;
  justify-self: end;
}

.approved-home {
  width: min(calc(100% - 104px), 1568px);
  margin: 0 auto;
  padding: 0 0 72px;
}

.approved-hero {
  position: relative;
  padding-top: 12px;
}

.approved-hero::before {
  position: absolute;
  z-index: -2;
  left: 26%;
  top: -72px;
  width: 590px;
  height: 570px;
  background: radial-gradient(circle, rgba(193, 239, 214, .29) 0, rgba(233, 249, 240, .16) 38%, transparent 68%);
  content: "";
  pointer-events: none;
}

.approved-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 30fr) minmax(0, 38fr) minmax(420px, 32fr);
  grid-template-rows: 474px 86px;
  grid-template-areas:
    "copy flow calculator"
    "trust trust calculator";
  column-gap: 20px;
  row-gap: 12px;
  min-height: 572px;
}

.approved-home .premium-hero-copy {
  grid-area: copy;
  align-self: start;
  padding: 36px 0 0;
}

.approved-home .premium-hero-copy .eyebrow {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 18px;
  border-radius: 999px;
  padding: 9px 17px;
  background: #eef8f2;
  color: #14834e;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}

.approved-home .premium-hero-copy .eyebrow span {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background: #19a762;
}

.approved-home .premium-hero-copy .page-title {
  max-width: none;
  margin: 0;
  font-size: clamp(56px, 4vw, 66px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: 1.14;
}

.approved-home .premium-hero-copy .page-title span {
  display: block;
  white-space: nowrap;
}

.approved-home .premium-hero-copy .page-title span:first-child {
  color: #132333;
}

.approved-home .premium-hero-copy .page-title span:last-child {
  color: var(--approved-green);
}

.approved-home .premium-hero-copy .page-lead {
  max-width: 420px;
  margin: 25px 0 0;
  color: #667587;
  font-size: 16px;
  line-height: 1.68;
}

.approved-home .premium-hero-copy .page-lead span {
  display: block;
  white-space: nowrap;
}

.approved-home .hero-brand-promise {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 19px 0 -10px;
  color: #063b2a;
  font-size: 13px;
}

.approved-home .hero-brand-promise strong {
  padding-right: 9px;
  border-right: 1px solid rgba(212, 168, 83, .62);
  font-weight: 850;
  letter-spacing: .08em;
}

.approved-home .hero-brand-promise span {
  color: #66736e;
  font-weight: 650;
}

.approved-home .hero-actions {
  gap: 16px;
  margin-top: 50px;
}

.approved-home .home-primary-action,
.approved-home .home-secondary-action {
  height: 48px;
  min-height: 48px;
  border-radius: 25px;
  padding: 0 22px;
  font-size: 15px;
  font-weight: 800;
}

.approved-home .home-primary-action {
  width: 170px;
  border-color: var(--approved-green);
  background: linear-gradient(180deg, #0a4a36, #063b2a);
  box-shadow: 0 10px 22px rgba(6, 59, 42, .22);
}

.approved-home .home-secondary-action {
  width: 140px;
  border-color: #dde5e1;
  background: #fff;
  box-shadow: 0 5px 16px rgba(25, 45, 38, .06);
  color: var(--approved-green-dark);
}

.approved-home .scheme-c-stage {
  grid-area: flow;
  position: relative;
  min-height: 474px;
  margin: 0;
  overflow: visible;
}

.approved-home .scheme-c-halo {
  width: 96%;
  background: radial-gradient(circle at 49% 47%, rgba(153, 232, 188, .32), rgba(218, 246, 230, .19) 36%, rgba(246, 251, 248, .05) 58%, transparent 69%);
  filter: blur(3px);
}

.approved-home .scheme-c-globe {
  z-index: 1;
  width: min(69%, 380px);
  opacity: .96;
  filter: saturate(.86) contrast(.96) brightness(1.06) drop-shadow(0 22px 24px rgba(29, 103, 75, .13));
  translate: -20px -36px;
}

.approved-home .scheme-c-orbits {
  z-index: 2;
  width: 135%;
  max-width: 720px;
}

.approved-home .scheme-c-orbit {
  stroke-width: 3.2;
}

.approved-home .scheme-c-engine {
  z-index: 4;
  width: 182px;
  top: 49%;
  gap: 3px;
  transform: translate(-50%, calc(-50% - 52px));
}

.approved-home .scheme-c-engine-shield {
  width: 56px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 17px 17px 24px 24px;
  background: linear-gradient(155deg, rgba(62, 196, 116, .95), rgba(11, 145, 74, .97));
  box-shadow: 0 14px 24px rgba(24, 135, 81, .23);
}

.approved-home .scheme-c-engine-shield img {
  width: 37px;
  height: 37px;
  filter: brightness(0) invert(1);
}

.approved-home .scheme-c-engine > strong {
  margin-top: 7px;
  color: #17352b;
  font-size: 15px;
}

.approved-home .scheme-c-engine > small {
  color: #62766e;
  font-size: 11px;
}

.approved-home .scheme-c-crypto-node {
  z-index: 6;
  left: -13.5%;
  top: 46%;
  gap: 4px;
  transform: rotate(-6deg);
}

.approved-home .scheme-c-coin {
  width: 74px;
  height: 74px;
  border: 7px solid rgba(83, 233, 180, .72);
  background: linear-gradient(145deg, #38dfad, #09a875 70%);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .38), 0 15px 28px rgba(10, 163, 111, .26);
}

.approved-home .scheme-c-coin::before {
  inset: 8px;
  border-color: rgba(255, 255, 255, .38);
}

.approved-home .scheme-c-coin img {
  position: relative;
  z-index: 2;
  width: 42px;
  height: 42px;
}

.approved-home .scheme-c-crypto-node > strong {
  color: #0c8b50;
  font-size: 15px;
}

.approved-home .scheme-c-fiat-coin {
  position: absolute;
  z-index: 6;
  right: 0;
  top: 12%;
  display: grid;
  justify-items: center;
}

.approved-home .scheme-c-fiat-coin span {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 7px solid #ffda70;
  border-radius: 50%;
  background: linear-gradient(145deg, #ffd96d, #f2a81c);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .38), 0 14px 24px rgba(213, 151, 26, .24);
  color: #fff;
  font-family: Georgia, serif;
  font-size: 39px;
  font-weight: 800;
  transform: rotate(8deg);
}

.approved-home .scheme-c-fiat-coin strong {
  margin-top: 7px;
  color: #d9830d;
  font-size: 14px;
}

.approved-home .scheme-c-fiat-card {
  z-index: 7;
  right: 4%;
  bottom: 19px;
  width: 198px;
  min-height: 134px;
  padding: 12px 12px 10px;
  border-radius: 17px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 14px 27px rgba(28, 72, 54, .1);
  transform: rotate(-9deg);
}

.approved-home .scheme-c-fiat-grid {
  gap: 6px;
}

.approved-home .scheme-c-fiat-grid span {
  gap: 4px;
  min-height: 61px;
  border-color: #edf1ef;
  border-radius: 9px;
  padding: 7px 3px;
  background: #fff;
}

.approved-home .scheme-c-fiat-grid img {
  width: 26px;
  height: 26px;
}

.approved-home .scheme-c-fiat-grid small {
  color: #27352f;
  font-size: 9px;
  font-weight: 800;
}

.approved-home .scheme-c-fiat-card > strong {
  margin-top: 7px;
  color: #3e4d47;
  font-size: 12px;
}

.approved-home .scheme-c-fiat-card > small,
.approved-home .flow-legend {
  display: none;
}

.approved-home .scheme-c-particle {
  width: 7px;
  height: 7px;
  background: #56d7a4;
  box-shadow: 0 0 14px rgba(56, 207, 147, .68);
}

.approved-home .particle-one { left: 12%; top: 22%; }
.approved-home .particle-two { right: 10%; top: 9%; width: 10px; height: 10px; }
.approved-home .particle-three { right: 13%; bottom: 30%; }
.approved-home .particle-four { position: absolute; left: 2%; bottom: 30%; }

.calculator-column {
  grid-area: calculator;
  width: 100%;
  max-width: 450px;
  justify-self: end;
}

.approved-home .quote-calculator {
  width: 100%;
  align-self: start;
  padding: 18px 22px 16px;
  border: 1px solid #e3e8e5;
  border-radius: 19px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 13px 34px rgba(29, 54, 45, .1);
}

.approved-home .calculator-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 13px;
}

.approved-home .calculator-heading h2 {
  margin: 0;
  color: #16252f;
  font-size: 20px;
  font-weight: 850;
}

.approved-home .calculator-test-notice,
.approved-home .notice-danger {
  margin: -5px 0 10px !important;
  padding: 7px 10px;
  border-radius: 9px;
  font-size: 11px;
}

.approved-home .route-selector {
  position: relative;
}

.approved-home .quote-entry-card {
  min-width: 0;
  border: 1px solid #dce3df;
  border-radius: 12px;
  padding: 8px 13px;
  background: #fff;
}

.approved-home .quote-entry-label {
  margin-bottom: 3px;
  color: #5c6964;
  font-size: 12px;
  font-weight: 650;
}

.approved-home .quote-entry-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(125px, 142px);
  gap: 8px;
  align-items: center;
}

.approved-home .quote-calculator .amount-input-wrap .form-control,
.approved-home .receive-amount {
  width: 100%;
  min-width: 0;
  min-height: 43px;
  padding: 0;
  color: #172433;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: .01em;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.approved-home .amount-input-wrap { min-width: 0; }

.approved-home .amount-input-wrap input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

.approved-home .amount-input-wrap input[type="number"]::-webkit-inner-spin-button,
.approved-home .amount-input-wrap input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
}

.approved-home .amount-input-wrap .form-control:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

.approved-home .quote-select-wrap {
  position: relative;
  width: 100%;
  min-width: 0;
  border: 0;
  border-radius: 11px;
  background: #f4f8f6;
}

.approved-home .select-leading-icon {
  position: absolute;
  z-index: 2;
  left: 10px;
  top: 50%;
  display: grid;
  transform: translateY(-50%);
  pointer-events: none;
}

.approved-home .select-leading-icon img {
  width: 25px;
  height: 25px;
}

.approved-home .asset-select-wrap .select-leading-icon {
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  background: #26a17b;
}

.approved-home .asset-select-wrap .select-leading-icon img {
  width: 17px;
  height: 17px;
}

.approved-home .asset-select-wrap .form-select {
  padding-left: 41px;
}

.approved-home .fiat-select-wrap .form-select {
  padding-left: 41px;
}

.approved-home .quote-select-wrap .form-select {
  width: 100%;
  min-height: 43px;
  border: 0;
  background-color: transparent;
  color: #1e2b27;
  font-size: 13px;
  font-weight: 750;
}

.approved-home .network-select-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  margin-top: 4px;
  padding: 0;
}

.approved-home .network-select-row > label {
  color: #66736e;
  font-size: 11px;
  font-weight: 650;
}

.approved-home .network-select-row .quote-select-wrap {
  width: 100%;
  max-width: 100%;
  background: #f3f6f5;
}

.approved-home .network-select-wrap .form-select {
  min-height: 27px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 11px;
}

.approved-home .quote-connector {
  position: relative;
  z-index: 5;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin: -7px auto;
  border: 1px solid #e5eae7;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 6px 13px rgba(29, 58, 47, .1);
}

.approved-home .quote-connector img {
  width: 20px;
  height: 20px;
}

.approved-home .quote-entry-receive {
  border-color: #ead7a8;
  background: #fffefa;
}

.approved-home .quote-preview-panel {
  margin-top: 10px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.approved-home .quote-detail-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 27px;
  padding: 4px 0;
  border-bottom: 0;
  color: #394640;
  font-size: 12px;
}

.approved-home .quote-detail-row strong {
  color: #26342f;
  font-size: 12px;
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.approved-home .quote-detail-row > span small {
  border-radius: 6px;
  padding: 2px 5px;
  background: #edf7f1;
  color: var(--approved-green-dark);
}

.approved-home .quote-total-row {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}

.approved-home .quote-preview-status {
  min-height: 0;
  margin: 4px 0 0;
  padding: 0;
  background: transparent;
  color: #7a8781;
  font-size: 10px;
  text-align: center;
}

.approved-home .quote-preview-status.is-success {
  background: transparent;
  color: var(--approved-green-dark);
}

.approved-home .quote-preview-status.is-error {
  border-radius: 7px;
  padding: 5px 7px;
  background: #fbe9e7;
  color: #8d271e;
}

.approved-home .remit-button {
  width: 100%;
  min-height: 48px;
  border-radius: 11px;
  background: linear-gradient(180deg, #109b55, #0a8448);
  box-shadow: 0 9px 20px rgba(13, 139, 77, .18);
  font-size: 15px;
}

.approved-home .terms-consent {
  margin: 8px auto 0;
  max-width: 390px;
  color: #6d7974;
  font-size: 10px;
  line-height: 1.45;
  text-align: center;
}

.approved-home .terms-consent a {
  color: var(--approved-green-dark);
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.approved-home .calculator-footnote {
  margin: 6px 0 0;
  color: #8a9691;
  font-size: 8.5px;
  line-height: 1.35;
  text-align: center;
}

.rate-refresh {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 14px 0 0;
  color: #65736d;
  font-size: 12px;
}

.rate-refresh img {
  width: 16px;
  height: 16px;
}

.approved-home .trust-strip {
  grid-area: trust;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  height: 86px;
  margin: 0;
  border: 1px solid var(--approved-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(25, 51, 42, .045);
  overflow: hidden;
}

.approved-home .trust-strip article {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 14px;
  padding: 15px 26px;
  background: #fff;
}

.approved-home .trust-strip article + article::before {
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: #eef2f0;
  content: "";
}

.approved-home .trust-icon,
.approved-home .step-icon,
.home-info-icon {
  width: 48px;
  height: 48px;
  display: grid;
  flex: 0 0 48px;
  place-items: center;
  border-radius: 50%;
  background: #eaf7ef;
}

.approved-home .trust-icon img {
  width: 28px;
  height: 28px;
}

.approved-home .trust-strip h2 {
  margin: 0;
  color: #22312c;
  font-size: 14px;
  font-weight: 850;
}

.approved-home .trust-strip p {
  margin: 4px 0 0;
  color: #75817c;
  font-size: 11px;
  white-space: nowrap;
}

.homepage-lower-grid {
  display: grid;
  grid-template-columns: minmax(0, 53.5fr) minmax(0, 46.5fr);
  gap: 34px;
  margin-top: 31px;
}

.approved-home .home-section {
  min-width: 0;
  min-height: 220px;
  margin: 0;
  border: 1px solid var(--approved-border);
  border-radius: 15px;
  padding: 18px 20px 20px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(26, 53, 43, .035);
}

.approved-home .compact-heading {
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.approved-home .compact-heading h2 {
  margin: 0;
  color: #1a2924;
  font-size: 18px;
  font-weight: 850;
}

.approved-home .compact-heading h2 em {
  color: var(--approved-green);
  font-style: normal;
}

.approved-home .compact-heading > a {
  color: var(--approved-green);
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.approved-home .remittance-step-cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 26px minmax(0, 1fr) 26px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  margin-top: 17px;
}

.approved-home .remittance-step-cards article {
  min-height: 136px;
  padding: 16px;
  border: 1px solid #e7ece9;
  border-radius: 11px;
  background: #fff;
  box-shadow: none;
}

.step-card-top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.step-number {
  width: 28px;
  height: 28px;
  display: grid;
  flex: 0 0 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--approved-green);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

.approved-home .step-icon {
  width: 37px;
  height: 37px;
  flex-basis: 37px;
  border-radius: 7px;
}

.approved-home .step-icon img {
  width: 24px;
  height: 24px;
}

.approved-home .remittance-step-cards h3 {
  margin: 13px 0 4px;
  color: #27352f;
  font-size: 14px;
  font-weight: 850;
}

.approved-home .remittance-step-cards p {
  margin: 0;
  color: #71807a;
  font-size: 11px;
  line-height: 1.55;
}

.step-arrow {
  width: 21px;
  height: 21px;
  justify-self: center;
  filter: grayscale(1) brightness(.48);
}

.supported-assets-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px 12px;
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
}

.supported-assets-list li {
  min-width: 0;
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #e8edea;
  border-radius: 11px;
  padding: 8px 10px;
  background: #fff;
}

.asset-icon {
  width: 34px;
  height: 34px;
  display: grid;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--approved-green);
}

.supported-assets-list li:not(.asset-coming-soon) .asset-icon {
  background: #26a17b;
}

.asset-icon img {
  width: 27px;
  height: 27px;
}

.asset-icon.more-icon {
  background: #e6e9e8;
}

.supported-assets-list .asset-coming-soon {
  border-color: #ecefed;
  background: #fafbfb;
}

.supported-assets-list .asset-coming-soon .asset-icon {
  background: #e7eae9;
}

.supported-assets-list .asset-coming-soon .asset-icon img {
  opacity: .5;
  filter: grayscale(1);
}

.supported-assets-list .asset-coming-soon strong,
.supported-assets-list .asset-coming-soon small {
  color: #8a9490;
}

.asset-icon.more-icon img {
  opacity: .65;
}

.supported-assets-list strong,
.supported-assets-list small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.supported-assets-list strong {
  color: #28362f;
  font-size: 12px;
  font-weight: 850;
}

.supported-assets-list small {
  margin-top: 2px;
  color: #77837e;
  font-size: 9px;
}

.supported-assets-list .capability-empty {
  grid-column: span 2;
  color: #77837e;
  font-size: 11px;
}

.home-info-section {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  margin-top: 38px;
  scroll-margin-top: 96px;
  border: 1px solid var(--approved-border);
  border-radius: 18px;
  padding: 28px 30px;
  background: linear-gradient(135deg, #fff, #f7fbf8);
}

.home-info-section .eyebrow {
  margin: 0 0 5px;
  color: var(--approved-green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
}

.home-info-section h2 {
  margin: 0;
  color: #1f2e29;
  font-size: 23px;
  font-weight: 850;
}

.home-info-section p:last-child {
  max-width: 850px;
  margin: 8px 0 0;
  color: #697670;
  font-size: 13px;
  line-height: 1.65;
}

.home-info-section > a {
  color: var(--approved-green);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.help-section {
  align-items: start;
}

.help-content {
  grid-column: 2 / -1;
}

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

.faq-grid article {
  border: 1px solid #e7ede9;
  border-radius: 12px;
  padding: 16px;
  background: #fff;
}

.faq-grid h3 {
  margin: 0;
  font-size: 14px;
}

.faq-grid article p {
  margin: 6px 0 0 !important;
  font-size: 12px !important;
}

.coming-soon-badge {
  border-radius: 999px;
  padding: 9px 15px;
  background: #eaf7ef;
  color: var(--approved-green-dark);
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 1460px) {
  .approved-header-inner,
  .approved-home {
    width: calc(100% - 72px);
  }

  .approved-header-inner {
    grid-template-columns: 226px minmax(0, 1fr) auto;
    gap: 18px;
  }

  .approved-desktop-nav {
    gap: 26px;
  }

  .approved-hero-grid {
    grid-template-columns: minmax(0, 29fr) minmax(0, 38fr) minmax(400px, 33fr);
  }

  .approved-home .premium-hero-copy .page-title {
    font-size: clamp(48px, 3.7vw, 56px);
  }

  .approved-home .premium-hero-copy .page-lead {
    font-size: 14px;
  }

  .approved-home .scheme-c-globe {
    width: min(77%, 390px);
  }

  .approved-home .scheme-c-fiat-card {
    width: 182px;
  }

  .approved-home .trust-strip article {
    padding-inline: 18px;
  }
}

@media (min-width: 1101px) and (max-width: 1320px) {
  .approved-header {
    height: 72px;
  }

  .approved-header-inner,
  .approved-home {
    width: calc(100% - 48px);
  }

  .approved-header-inner {
    grid-template-columns: 178px minmax(0, 1fr) auto;
    gap: 12px;
  }

  .approved-brand strong { font-size: 20px; }
  .approved-brand img { width: 36px; height: 36px; }
  .approved-desktop-nav { gap: 19px; }
  .approved-desktop-nav a { font-size: 12px; }
  .approved-desktop-nav a::after { bottom: 13px; }
  .approved-header-actions { gap: 8px; }
  .language-menu summary { font-size: 11px; }
  .header-lookup-button { min-width: 78px; }
  .header-start-button { min-width: 86px; }
  .header-lookup-button,
  .header-start-button { min-height: 38px; padding-inline: 12px; font-size: 11px; }

  .approved-hero {
    padding-top: 8px;
  }

  .approved-hero-grid {
    grid-template-columns: minmax(0, 29fr) minmax(0, 37fr) minmax(360px, 34fr);
    grid-template-rows: 440px 76px;
    row-gap: 10px;
    min-height: 526px;
  }

  .approved-home .premium-hero-copy {
    padding-top: 29px;
  }

  .approved-home .premium-hero-copy .eyebrow {
    margin-bottom: 18px;
    padding: 7px 12px;
    font-size: 11px;
  }

  .approved-home .premium-hero-copy .page-title {
    font-size: 46px;
  }

  .approved-home .premium-hero-copy .page-lead {
    margin-top: 20px;
    font-size: 12px;
  }

  .approved-home .hero-actions {
    gap: 10px;
    margin-top: 25px;
  }

  .approved-home .home-primary-action,
  .approved-home .home-secondary-action {
    height: 48px;
    min-height: 48px;
    padding: 0 17px;
    font-size: 12px;
  }

  .approved-home .home-primary-action { width: 170px; }
  .approved-home .home-secondary-action { width: 140px; }

  .approved-home .scheme-c-stage {
    min-height: 440px;
  }

  .approved-home .scheme-c-globe {
    width: min(76%, 335px);
  }

  .approved-home .scheme-c-orbits {
    width: 130%;
  }

  .approved-home .scheme-c-engine {
    transform: translate(-50%, -50%) scale(.86);
  }

  .approved-home .scheme-c-crypto-node {
    left: -4%;
    transform: rotate(-6deg) scale(.82);
  }

  .approved-home .scheme-c-fiat-coin {
    right: 0;
    transform: scale(.82);
  }

  .approved-home .scheme-c-fiat-card {
    right: -2%;
    width: 162px;
    transform: rotate(-9deg) scale(.88);
    transform-origin: right bottom;
  }

  .approved-home .quote-calculator {
    padding: 14px 16px 12px;
    border-radius: 16px;
  }

  .approved-home .calculator-heading {
    margin-bottom: 10px;
  }

  .approved-home .calculator-heading h2 {
    font-size: 17px;
  }

  .approved-home .calculator-test-notice {
    margin-bottom: 6px !important;
    padding: 5px 7px;
    font-size: 9px;
  }

  .approved-home .quote-entry-card {
    padding: 7px 10px;
  }

  .approved-home .quote-entry-label { font-size: 10px; }
  .approved-home .quote-calculator .amount-input-wrap .form-control,
  .approved-home .receive-amount { min-height: 37px; font-size: 23px; }
  .approved-home .quote-select-wrap .form-select { min-height: 37px; font-size: 10px; }
  .approved-home .network-select-wrap .form-select { min-height: 23px; }
  .approved-home .quote-connector { width: 31px; height: 31px; }
  .approved-home .quote-preview-panel { margin-top: 8px; }
  .approved-home .quote-detail-row { min-height: 23px; padding: 3px 0; font-size: 10px; }
  .approved-home .quote-detail-row strong { font-size: 10px; }
  .approved-home .quote-preview-status { margin-top: 2px; font-size: 8px; }
  .approved-home .terms-consent { margin-top: 5px; font-size: 8.5px; }
  .approved-home .remit-button { min-height: 42px; font-size: 13px; }
  .approved-home .calculator-footnote { margin-top: 3px; font-size: 7px; }
  .rate-refresh { margin-top: 10px; font-size: 10px; }

  .approved-home .trust-strip {
    height: 76px;
  }

  .approved-home .trust-strip article {
    gap: 10px;
    padding: 11px 14px;
  }

  .approved-home .trust-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .approved-home .trust-strip h2 { font-size: 12px; }
  .approved-home .trust-strip p { font-size: 9px; }

  .homepage-lower-grid {
    gap: 24px;
    margin-top: 25px;
  }

  .approved-home .home-section {
    min-height: 200px;
    padding: 15px 16px;
  }

  .approved-home .remittance-step-cards article {
    min-height: 122px;
    padding: 10px;
  }
}

@media (max-width: 1100px) {
  .approved-header {
    height: 72px;
  }

  .approved-header-inner,
  .approved-home {
    width: calc(100% - 40px);
  }

  .approved-header-inner {
    grid-template-columns: auto 1fr auto;
  }

  .approved-desktop-nav,
  .approved-header-actions {
    display: none;
  }

  .approved-mobile-menu {
    position: relative;
    display: block;
  }

  .approved-mobile-menu summary {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid #dfe8e3;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    list-style: none;
  }

  .approved-mobile-menu nav {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    width: 230px;
    display: grid;
    border: 1px solid var(--approved-border);
    border-radius: 14px;
    padding: 8px;
    background: #fff;
    box-shadow: var(--approved-shadow);
  }

  .approved-mobile-brand {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 2px 4px 7px;
    padding: 8px 8px 12px;
    border-bottom: 1px solid var(--approved-border);
  }

  .approved-mobile-brand > span {
    display: grid;
    line-height: 1;
  }

  .approved-mobile-brand strong {
    color: #063b2a;
    font-size: 14px;
  }

  .approved-mobile-brand small {
    margin-top: 4px;
    color: #063b2a;
    font-size: 7px;
    font-weight: 750;
    letter-spacing: .18em;
  }

  .approved-mobile-menu nav a {
    border-radius: 8px;
    padding: 10px 12px;
    color: #293730;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
  }

  .approved-mobile-menu nav a:hover,
  .approved-mobile-menu nav a:focus-visible {
    background: #edf7f1;
    color: var(--approved-green-dark);
  }

  .approved-mobile-menu .mobile-language-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin: 6px 4px 2px;
    padding-top: 8px;
    border-top: 1px solid var(--approved-border);
  }

  .approved-mobile-menu .mobile-language-options a {
    padding: 8px 6px;
    text-align: center;
  }

  .approved-mobile-menu .mobile-language-options a[aria-current="true"] {
    background: #e4f3e9;
    color: var(--approved-green-dark);
  }

  .approved-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, .92fr);
    grid-template-rows: auto 450px auto;
    grid-template-areas:
      "copy calculator"
      "flow flow"
      "trust trust";
    gap: 24px;
  }

  .approved-home .premium-hero-copy {
    padding-top: 40px;
  }

  .approved-home .premium-hero-copy .page-title {
    font-size: clamp(48px, 6.2vw, 60px);
  }

  .approved-home .scheme-c-stage {
    width: min(100%, 680px);
    min-height: 450px;
    justify-self: center;
    overflow: hidden;
  }

  .approved-home .scheme-c-globe {
    width: min(62%, 390px);
  }

  .approved-home .scheme-c-orbits {
    width: min(100%, 680px);
  }

  .approved-home .scheme-c-crypto-node { left: 8%; }
  .approved-home .scheme-c-fiat-coin { right: 8%; }
  .approved-home .scheme-c-fiat-card { right: 7%; }

  .approved-home .trust-strip {
    height: auto;
    min-height: 86px;
  }

  .homepage-lower-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .approved-header-inner,
  .approved-home {
    width: calc(100% - 28px);
  }

  .approved-brand strong {
    font-size: 20px;
  }

  .approved-brand img {
    width: 35px;
    height: 35px;
  }

  .approved-hero {
    padding-top: 2px;
  }

  .approved-hero::before {
    left: -20%;
    top: 680px;
    width: 140%;
  }

  .approved-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto 380px auto;
    grid-template-areas:
      "copy"
      "calculator"
      "flow"
      "trust";
    gap: 20px;
  }

  .approved-home .premium-hero-copy {
    padding-top: 28px;
  }

  .approved-home .premium-hero-copy .eyebrow {
    margin-bottom: 17px;
    padding: 7px 12px;
    font-size: 11px;
  }

  .approved-home .premium-hero-copy .page-title {
    font-size: clamp(43px, 12.5vw, 55px);
  }

  .approved-home .premium-hero-copy .page-lead {
    margin-top: 20px;
    font-size: 13px;
  }

  .approved-home .premium-hero-copy .page-lead span {
    white-space: normal;
  }

  .approved-home .hero-actions {
    margin-top: 25px;
  }

  .approved-home .home-primary-action,
  .approved-home .home-secondary-action {
    flex: 1 1 0;
    min-width: 0;
    padding-inline: 14px;
  }

  .calculator-column {
    width: 100%;
    max-width: 540px;
    justify-self: center;
  }

  .approved-home .scheme-c-stage {
    min-height: 380px;
  }

  .approved-home .scheme-c-globe {
    width: min(76vw, 310px);
  }

  .approved-home .scheme-c-orbits {
    width: 114%;
    min-width: 430px;
  }

  .approved-home .scheme-c-crypto-node {
    left: -2%;
    transform: scale(.72) rotate(-6deg);
  }

  .approved-home .scheme-c-fiat-coin {
    right: -2%;
    transform: scale(.72);
    transform-origin: right top;
  }

  .approved-home .scheme-c-fiat-card {
    right: -2%;
    width: 155px;
    transform: rotate(-8deg) scale(.82);
    transform-origin: right bottom;
  }

  .approved-home .scheme-c-engine {
    transform: translate(-50%, -50%) scale(.8);
  }

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

  .approved-home .trust-strip article {
    padding: 13px 16px;
  }

  .approved-home .trust-strip article + article::before {
    right: 16px;
    top: 0;
    bottom: auto;
    left: 16px;
    width: auto;
    height: 1px;
  }

  .approved-home .trust-strip p {
    white-space: normal;
  }

  .homepage-lower-grid {
    gap: 18px;
    margin-top: 20px;
  }

  .approved-home .home-section {
    min-height: 0;
    padding: 18px 14px;
  }

  .approved-home .remittance-step-cards {
    grid-template-columns: 1fr;
  }

  .approved-home .remittance-step-cards article {
    min-height: 0;
  }

  .step-arrow {
    transform: rotate(90deg);
  }

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

  .home-info-section {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    margin-top: 22px;
    padding: 21px 18px;
  }

  .home-info-section > a,
  .coming-soon-badge {
    grid-column: 2;
    justify-self: start;
  }

  .help-content {
    grid-column: 2;
  }

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

@media (max-width: 410px) {
  .approved-header-inner,
  .approved-home {
    width: calc(100% - 20px);
  }

  .approved-home .premium-hero-copy .page-title {
    font-size: 42px;
  }

  .approved-home .quote-calculator {
    padding: 16px 14px 14px;
  }

  .approved-home .quote-entry-row {
    grid-template-columns: minmax(0, 1fr) 126px;
  }

  .approved-home .quote-calculator .amount-input-wrap .form-control,
  .approved-home .receive-amount {
    font-size: clamp(21px, 6.1vw, 24px);
  }

  .approved-home .quote-select-wrap .form-select {
    font-size: 11px;
  }

  .supported-assets-list {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .supported-assets-list li {
    padding-inline: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .approved-home .scheme-c-globe,
  .approved-home .scheme-c-engine,
  .approved-home .scheme-c-engine-shield,
  .approved-home .scheme-c-orbits,
  .approved-home .scheme-c-orbit,
  .approved-home .scheme-c-orbit-pulse,
  .approved-home .scheme-c-crypto-node,
  .approved-home .scheme-c-fiat-coin,
  .approved-home .scheme-c-fiat-card,
  .approved-home .scheme-c-particle {
    visibility: visible !important;
    opacity: 1 !important;
    animation: none !important;
    animation-play-state: paused !important;
  }

  .approved-home .scheme-c-globe {
    transform: translateZ(0) !important;
  }

  .approved-home .scheme-c-engine {
    transform: translate(-50%, -50%) !important;
  }

  .approved-home .scheme-c-orbits {
    transform: translate(-50%, -50%) !important;
  }

  .approved-home .scheme-c-crypto-node {
    transform: rotate(-6deg) !important;
  }

  .approved-home .scheme-c-fiat-card {
    transform: rotate(-9deg) !important;
  }
}

.approved-home .quote-entry-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.approved-home .network-capsule {
  min-width: 0;
  max-width: 58%;
  border: 1px solid #c8d9d4;
  border-radius: 999px;
  background: #f4faf8;
  color: #173c35;
  font-size: 12px;
  font-weight: 700;
}

.approved-home .network-static-label {
  display: block;
  overflow: hidden;
  padding: 6px 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.approved-home .network-select-compact .form-select {
  width: 100%;
  min-height: 32px;
  padding: 5px 29px 5px 11px;
  border: 0;
  border-radius: 999px;
  background-color: transparent;
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  text-overflow: ellipsis;
}

@media (max-width: 410px) {
  .approved-home .quote-entry-header {
    align-items: flex-start;
  }

  .approved-home .network-capsule {
    max-width: 66%;
  }
}
