:root {
  --bg: #071313;
  --panel: rgba(255, 255, 255, 0.08);
  --panel-strong: rgba(255, 255, 255, 0.13);
  --line: rgba(255, 255, 255, 0.14);
  --text: #f5fffb;
  --muted: rgba(245, 255, 251, 0.72);
  --soft: rgba(245, 255, 251, 0.1);
  --orange: #52e6b4;
  --orange-dark: #087a62;
  --green: #13a87b;
  --blue: #2a6df4;
  --gold: #f4c95d;
  --amber: #e7b84a;
  --steel: #172c31;
  --danger: #ff6b5f;
  --paper: #f4fbf6;
  --ink: #10241d;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

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

button,
input,
select {
  font: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(244, 201, 93, 0.82);
  outline-offset: 3px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 78px;
  padding: 14px clamp(20px, 5vw, 72px);
  background: rgba(7, 19, 19, 0.76);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

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

.brand-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--text);
  background: linear-gradient(135deg, var(--green), var(--blue));
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 0 34px rgba(82, 230, 180, 0.28);
  overflow: hidden;
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 2px solid rgba(255, 255, 255, 0.62);
  border-right-color: transparent;
  border-radius: 50%;
}

.logo-c {
  position: relative;
  z-index: 1;
}

.logo-arrow {
  position: absolute;
  right: 8px;
  top: 14px;
  width: 9px;
  height: 9px;
  border-top: 3px solid var(--gold);
  border-right: 3px solid var(--gold);
  transform: rotate(45deg);
  z-index: 1;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 15px;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex: 1;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

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

.header-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 0;
  border: 1px solid rgba(37, 211, 102, 0.52);
  border-radius: 999px;
  color: #25d366;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease, color 160ms ease;
  line-height: 0;
}

.header-action svg {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.header-action:hover,
.header-action:focus-visible {
  transform: translateY(-1px);
  color: #48e27f;
  background: rgba(37, 211, 102, 0.08);
  border-color: rgba(37, 211, 102, 0.84);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(500px, 1.05fr) minmax(440px, 0.82fr);
  align-items: start;
  gap: clamp(34px, 5vw, 78px);
  min-height: min(84vh, 760px);
  padding: 126px clamp(20px, 5vw, 72px) 58px;
  overflow: hidden;
}

.money-notes {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.money-notes span {
  position: absolute;
  display: block;
  width: 420px;
  height: 96px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.16), transparent 68%),
    linear-gradient(90deg, rgba(82, 230, 180, 0.14), transparent 72%);
  opacity: 0;
  filter: blur(0.1px);
  box-shadow:
    0 8px 34px rgba(82, 230, 180, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  animation:
    geometric-arrive 1400ms cubic-bezier(0.23, 0.86, 0.39, 0.96) forwards,
    banknote-drift 13s ease-in-out infinite;
}

.money-notes span::before,
.money-notes span::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
}

.money-notes span::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 54%);
  backdrop-filter: blur(2px);
}

.money-notes span::after {
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.money-notes span:nth-child(1) {
  left: -8%;
  top: 18%;
  width: min(54vw, 620px);
  height: 132px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.18), transparent 68%),
    linear-gradient(90deg, rgba(82, 230, 180, 0.16), transparent 72%);
  --shape-rotate: 12deg;
  transform: translateY(-120px) rotate(12deg);
  animation-delay: 120ms, 0ms;
}

.money-notes span:nth-child(2) {
  right: -6%;
  top: 66%;
  width: min(46vw, 540px);
  height: 116px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.14), transparent 68%),
    linear-gradient(90deg, rgba(42, 109, 244, 0.14), transparent 72%);
  --shape-rotate: -15deg;
  transform: translateY(-120px) rotate(-15deg);
  animation-delay: 260ms, -7s;
}

.money-notes span:nth-child(3) {
  left: 10%;
  bottom: 8%;
  width: min(34vw, 340px);
  height: 78px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.14), transparent 68%),
    linear-gradient(90deg, rgba(244, 201, 93, 0.14), transparent 72%);
  --shape-rotate: -8deg;
  transform: translateY(-120px) rotate(-8deg);
  animation-delay: 200ms, -11s;
}

.money-notes span:nth-child(4) {
  right: 16%;
  top: 11%;
  width: min(23vw, 220px);
  height: 58px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.14), transparent 68%),
    linear-gradient(90deg, rgba(82, 230, 180, 0.14), transparent 72%);
  --shape-rotate: 21deg;
  transform: translateY(-120px) rotate(21deg);
  animation-delay: 360ms, -4s;
}

.money-notes span:nth-child(5) {
  left: 22%;
  top: 7%;
  width: min(18vw, 160px);
  height: 42px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.14), transparent 68%),
    linear-gradient(90deg, rgba(125, 226, 255, 0.14), transparent 72%);
  --shape-rotate: -24deg;
  transform: translateY(-120px) rotate(-24deg);
  animation-delay: 480ms, -9s;
}

@keyframes geometric-arrive {
  to {
    opacity: 0.95;
    transform: translateY(0) rotate(var(--shape-rotate, 0deg));
  }
}

@keyframes banknote-drift {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 14px -18px;
  }
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(82, 230, 180, 0.24), transparent 30%),
    radial-gradient(circle at 94% 78%, rgba(42, 109, 244, 0.22), transparent 34%),
    linear-gradient(110deg, rgba(82, 230, 180, 0.12), transparent 30%),
    linear-gradient(160deg, rgba(244, 201, 93, 0.1), transparent 24%),
    var(--bg);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 94px 94px;
  mask-image: linear-gradient(90deg, transparent, black 38%, transparent 88%);
}

.hero h1 {
  color: transparent;
  background:
    linear-gradient(180deg, var(--text), rgba(245, 255, 251, 0.82) 54%, rgba(82, 230, 180, 0.82));
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-copy,
.rates-panel {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 960px;
  padding-top: clamp(34px, 5vw, 70px);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 980px;
  margin-bottom: 22px;
  font-size: clamp(46px, 5.8vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.03;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.hero-text {
  max-width: 740px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: clamp(17px, 1.55vw, 20px);
}

.hero-micro-board {
  display: flex;
  flex-wrap: wrap;
  width: min(100%, 760px);
  margin: 0 0 28px;
  gap: 14px 18px;
}

.hero-micro-board span {
  flex: 1 1 188px;
  min-width: 0;
  padding-left: 14px;
  border-left: 2px solid rgba(82, 230, 180, 0.9);
}

.hero-micro-board strong,
.hero-micro-board small {
  display: block;
}

.hero-micro-board strong {
  font-size: 13px;
  font-weight: 900;
}

.hero-micro-board small {
  margin-top: 3px;
  color: rgba(245, 255, 251, 0.54);
  font-size: 11px;
  font-weight: 700;
}

.hero-actions,
.cta-section {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

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

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

.button.primary {
  color: #06110f;
  background: var(--orange);
  box-shadow: 0 20px 46px rgba(82, 230, 180, 0.24);
}

.button.primary:hover {
  background: #7ff0c9;
}

.button.ghost {
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.button.ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.24);
}

.hero-proof {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  max-width: 760px;
  margin-top: 20px;
  color: rgba(245, 255, 251, 0.62);
  font-size: 13px;
  font-weight: 700;
}

.rates-panel,
.solution-grid article {
  border: 1px solid var(--line);
  background: var(--panel);
  backdrop-filter: blur(18px);
}

.hero-proof span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-proof span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 14px rgba(82, 230, 180, 0.64);
}

.rates-panel {
  width: min(100%, 620px);
  justify-self: end;
  padding: 20px 22px 22px;
  border-radius: 22px;
  border-color: rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(circle at 0% 0%, rgba(82, 230, 180, 0.16), transparent 35%),
    radial-gradient(circle at 100% 18%, rgba(244, 201, 93, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06)),
    linear-gradient(135deg, rgba(18, 39, 45, 0.95), rgba(11, 24, 25, 0.95));
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color-scheme: dark;
}

.rates-panel::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  pointer-events: none;
}

.rates-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(244, 201, 93, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 42%);
  pointer-events: none;
  opacity: 0.55;
}

.panel-heading {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.panel-heading div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.panel-heading span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
}

.panel-heading p {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
}

.panel-heading small {
  padding: 6px 9px;
  border: 1px solid rgba(82, 230, 180, 0.2);
  border-radius: 999px;
  color: rgba(245, 255, 251, 0.72);
  background: rgba(82, 230, 180, 0.08);
  font-size: 11px;
  font-weight: 900;
}

.rates-table {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 7px;
}

.featured-rate {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}

.featured-rate[hidden] {
  display: none;
}

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

.featured-rate-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.92fr);
  align-items: center;
  gap: 12px;
  min-height: 82px;
  padding: 10px 12px;
  border: 1px solid rgba(82, 230, 180, 0.28);
  border-radius: 15px;
  background:
    radial-gradient(circle at 0% 0%, rgba(82, 230, 180, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(23, 44, 49, 0.92), rgba(32, 47, 59, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 44px rgba(0, 0, 0, 0.24);
  animation: rate-reveal 480ms ease both;
}

.featured-rate-card:hover,
.featured-rate-card:focus-visible,
.rate-row:hover,
.rate-row:focus-visible {
  border-color: rgba(82, 230, 180, 0.44);
  background:
    linear-gradient(90deg, rgba(244, 201, 93, 0.12), transparent 38%),
    rgba(255, 255, 255, 0.14);
}

.featured-rate-main {
  display: flex;
  align-items: center;
  gap: 12px;
}

.featured-rate-main > span {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #06110f;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.72), transparent 22%),
    linear-gradient(145deg, #ffe485, var(--gold));
  font-size: 19px;
  font-weight: 900;
  box-shadow:
    inset 0 -7px 13px rgba(111, 82, 9, 0.18),
    0 16px 34px rgba(244, 201, 93, 0.26);
}

.featured-rate-main > span::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(17, 22, 11, 0.18);
  border-radius: 50%;
}

.featured-rate-main em {
  display: block;
  color: rgba(245, 255, 251, 0.6);
  font-style: normal;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.featured-rate-main strong {
  display: block;
  margin: 0 0 2px;
  font-size: 19px;
  line-height: 1.06;
}

.featured-rate-values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.featured-rate-values div {
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 13px;
  background: rgba(7, 19, 19, 0.26);
}

.featured-rate-values small,
.featured-rate-values strong {
  display: block;
}

.featured-rate-values small {
  color: rgba(245, 255, 251, 0.52);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-rate-values strong {
  margin-top: 5px;
  font-size: 18px;
  line-height: 1;
}

.featured-rate-values strong.is-small-rate {
  font-size: 15px;
}

.rates-list {
  display: grid;
  gap: 6px;
}

.other-rates-label {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
  padding: 4px 2px 2px;
  color: rgba(245, 255, 251, 0.62);
}

.other-rates-label strong,
.other-rates-label span {
  display: block;
}

.other-rates-label strong {
  color: rgba(245, 255, 251, 0.74);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.other-rates-label span {
  font-size: 11px;
  font-weight: 700;
  text-align: right;
}

.other-rates-label.is-empty {
  align-items: center;
  padding: 12px;
  border: 1px dashed rgba(82, 230, 180, 0.22);
  border-radius: 13px;
  background: rgba(82, 230, 180, 0.045);
}

.consult-rates {
  display: grid;
  gap: 8px;
  margin-top: 2px;
}

.consult-rate-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 10px 12px;
  border: 1px dashed rgba(82, 230, 180, 0.26);
  border-radius: 15px;
  color: rgba(245, 255, 251, 0.78);
  background:
    radial-gradient(circle at 0% 0%, rgba(82, 230, 180, 0.12), transparent 34%),
    rgba(82, 230, 180, 0.045);
}

.consult-rate-card > span {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #06110f;
  background: var(--orange);
  font-size: 18px;
  font-weight: 900;
}

.consult-rate-card strong,
.consult-rate-card small {
  display: block;
}

.consult-rate-card strong {
  color: rgba(245, 255, 251, 0.88);
  font-size: 14px;
  font-weight: 900;
}

.consult-rate-card small {
  color: rgba(245, 255, 251, 0.48);
  margin-top: 2px;
  font-size: 11px;
  font-weight: 900;
}

.rates-head,
.rate-row {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(76px, 0.55fr) minmax(76px, 0.55fr);
  align-items: center;
  gap: 10px;
}

.rates-head {
  display: none;
  color: rgba(245, 255, 251, 0.52);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.rates-head span:nth-child(n + 2) {
  text-align: center;
}

.rate-row {
  min-height: 48px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 13px;
  background:
    radial-gradient(circle at 0% 0%, rgba(244, 201, 93, 0.08), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.08));
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
  animation: rate-reveal 480ms ease both;
  animation-delay: calc(var(--rate-index, 0) * 60ms);
}

.rate-row:hover,
.rate-row:focus-visible {
  transform: translateY(-1px);
}

@keyframes rate-reveal {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

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

.rate-currency {
  display: flex;
  align-items: center;
  gap: 9px;
}

.rate-currency > span {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 2px solid rgba(17, 22, 11, 0.1);
  border-radius: 50%;
  color: #06110f;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.64), transparent 20%),
    linear-gradient(145deg, #ffe07a, var(--gold));
  font-size: 15px;
  font-weight: 900;
  box-shadow:
    inset 0 -5px 10px rgba(111, 82, 9, 0.16),
    0 8px 22px rgba(244, 201, 93, 0.18);
}

.rate-currency > span::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(17, 22, 11, 0.16);
  border-radius: 50%;
}

.rate-currency strong,
.rate-currency small {
  display: block;
}

.rate-copy {
  min-width: 0;
}

.rate-currency strong {
  font-size: 13px;
  line-height: 1.18;
}

.rate-currency small {
  color: var(--muted);
  font-size: 11px;
}

.rate-stat {
  display: grid;
  gap: 4px;
  align-content: center;
  min-height: 36px;
  padding: 3px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: center;
}

.rate-stat-label {
  display: block;
  color: rgba(245, 255, 251, 0.48);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.rate-stat-value {
  display: block;
  color: var(--text);
  font-size: clamp(14px, 1.15vw, 16px);
  font-weight: 900;
  line-height: 1;
}

.rate-row--lead {
  border-color: rgba(82, 230, 180, 0.3);
  background:
    radial-gradient(circle at 0% 0%, rgba(82, 230, 180, 0.12), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.1));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 16px 36px rgba(0, 0, 0, 0.16);
}

.rate-row--lead .rate-currency > span {
  box-shadow:
    inset 0 -5px 10px rgba(111, 82, 9, 0.16),
    0 10px 26px rgba(244, 201, 93, 0.24);
}

.rate-row--lead .rate-stat {
  border-color: rgba(82, 230, 180, 0.12);
  background: rgba(7, 19, 19, 0.24);
}

.rates-action {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 48px;
  margin-top: 12px;
}

.rates-help {
  position: relative;
  z-index: 1;
  margin: 9px 0 -3px;
  color: rgba(245, 255, 251, 0.58);
  font-size: 11.5px;
  line-height: 1.36;
}

.rates-empty {
  padding: 22px;
  border: 1px dashed rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  background: rgba(7, 19, 19, 0.28);
}

.rates-empty strong,
.rates-empty span {
  display: block;
}

.rates-empty span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
}

.currency-list {
  display: grid;
  gap: 14px;
}

.currency-item {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  align-items: center;
  gap: 14px;
  min-height: 76px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel-strong);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.currency-item:hover,
.currency-item:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(82, 230, 180, 0.42);
  background: rgba(255, 255, 255, 0.17);
}

.coin {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  color: var(--text);
  background: var(--blue);
  font-weight: 900;
}

.coin.euro {
  background: var(--green);
}

.coin.gold {
  color: #11160b;
  background: var(--gold);
}

.coin.teal {
  background: #287078;
}

.currency-item strong,
.currency-item small {
  display: block;
}

.currency-item small,
.panel-note {
  color: var(--muted);
}

.currency-item b {
  color: var(--gold);
  font-size: 13px;
}

.exchange-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(244, 201, 93, 0.1), transparent 22%),
    #081616;
  color: rgba(245, 255, 251, 0.8);
}

.exchange-strip span,
.exchange-strip a {
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 0 clamp(18px, 4vw, 54px);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.exchange-strip a {
  justify-content: center;
  color: var(--orange);
  background: rgba(82, 230, 180, 0.035);
  transition: background 160ms ease, color 160ms ease;
}

.exchange-strip a:hover,
.exchange-strip a:focus-visible {
  color: #06110f;
  background: var(--orange);
}

.exchange-strip span:last-child,
.exchange-strip a:last-child {
  border-right: 0;
}

.panel-note {
  position: relative;
  z-index: 1;
  display: none;
}

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

.section-lead,
.section-intro p {
  max-width: 620px;
  color: rgba(16, 36, 29, 0.68);
  font-size: 18px;
}

.solutions {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  background:
    linear-gradient(90deg, rgba(82, 230, 180, 0.1), transparent 38%),
    linear-gradient(180deg, #fbfdfb, var(--paper));
  color: var(--ink);
  overflow: hidden;
}

.solutions::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(16, 36, 29, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 36, 29, 0.05) 1px, transparent 1px);
  background-size: 88px 88px;
  opacity: 0.7;
  pointer-events: none;
}

.section-intro,
.solution-grid {
  position: relative;
  z-index: 1;
}

.solutions .eyebrow,
.location .eyebrow {
  color: var(--orange-dark);
}

.flow .eyebrow {
  color: var(--orange);
}

.section-intro h2 {
  max-width: 650px;
}

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

.solution-grid article {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 22px;
  border: 1px solid #dbe9e2;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 251, 248, 0.9));
  box-shadow: 0 20px 55px rgba(16, 36, 29, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.solution-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(8, 122, 98, 0.16);
  box-shadow: 0 28px 72px rgba(16, 36, 29, 0.12);
}

.solution-icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: auto;
  border-radius: 50%;
  color: #06110f;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.72), transparent 20%),
    linear-gradient(145deg, #ffe07a, var(--gold));
  font-size: 24px;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(244, 201, 93, 0.2);
}

.solution-grid p,
.flow-rail p,
.cta-section p {
  color: rgba(24, 34, 29, 0.68);
}

.solution-grid h3 {
  margin-top: 34px;
}

.confidence-strip {
  position: relative;
  padding: 24px clamp(20px, 5vw, 72px);
  border-top: 1px solid rgba(16, 36, 29, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(82, 230, 180, 0.14), rgba(244, 201, 93, 0.1), transparent 82%),
    linear-gradient(180deg, #f6fbf8, #eaf6f0);
  color: var(--ink);
}

.confidence-strip p {
  width: min(100%, 980px);
  margin: 0 auto;
  color: rgba(16, 36, 29, 0.74);
  font-size: clamp(17px, 2.2vw, 24px);
  font-weight: 800;
  text-align: center;
}

.flow {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  background:
    radial-gradient(circle at 17% 10%, rgba(82, 230, 180, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(7, 19, 19, 0.98), rgba(12, 35, 34, 0.96));
  color: var(--text);
  overflow: hidden;
}

.flow::before {
  content: "01 02 03 04";
  position: absolute;
  left: clamp(20px, 5vw, 72px);
  right: clamp(20px, 5vw, 72px);
  bottom: -28px;
  color: rgba(255, 255, 255, 0.035);
  font-size: clamp(74px, 13vw, 170px);
  font-weight: 900;
  letter-spacing: 0.02em;
  white-space: nowrap;
  pointer-events: none;
}

.flow-copy {
  position: relative;
  z-index: 1;
  max-width: 610px;
}

.flow-rail {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.flow-rail article {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  column-gap: 18px;
  align-items: start;
  min-height: 168px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.flow-rail article::after {
  content: "";
  position: absolute;
  inset: auto 22px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--orange), rgba(244, 201, 93, 0.88));
}

.flow-rail article > span {
  display: inline-grid;
  grid-row: 1 / span 2;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #06110f;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.64), transparent 20%),
    linear-gradient(145deg, #ffe07a, var(--gold));
  font-weight: 900;
  z-index: 1;
}

.flow-rail strong {
  display: block;
  grid-column: 2;
  min-width: 0;
  margin-bottom: 4px;
  font-size: 18px;
}

.flow-rail p {
  grid-column: 2;
  min-width: 0;
  margin-bottom: 0;
  color: var(--muted);
}

.trust {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  background:
    linear-gradient(120deg, rgba(7, 19, 19, 0.96), rgba(10, 35, 37, 0.94)),
    var(--bg);
  color: var(--text);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.trust::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(244, 201, 93, 0.08), transparent),
    repeating-linear-gradient(90deg, transparent 0 70px, rgba(255, 255, 255, 0.03) 70px 71px);
  opacity: 0.65;
  pointer-events: none;
}

.trust-copy {
  position: sticky;
  z-index: 1;
  top: 110px;
}

.trust-copy p:not(.eyebrow) {
  max-width: 570px;
  color: var(--muted);
  font-size: 18px;
}

.trust-board {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.trust-board article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
}

.trust-board span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 28px;
  border-radius: 50%;
  color: #06110f;
  background: var(--orange);
  font-size: 12px;
  font-weight: 900;
}

.trust-board strong,
.trust-board p {
  display: block;
}

.trust-board strong {
  margin-bottom: 10px;
  font-size: 20px;
}

.trust-board p {
  margin-bottom: 0;
  color: var(--muted);
}

.location {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 0.65fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  background: var(--paper);
  color: var(--ink);
  border-top: 1px solid #dbe9e2;
  overflow: hidden;
}

.location::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(180deg, transparent, rgba(82, 230, 180, 0.08));
  pointer-events: none;
}

.faq {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 70px);
  background: #edf5f1;
  color: var(--ink);
  border-top: 1px solid #dbe9e2;
}

.faq .eyebrow {
  color: var(--orange-dark);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid #d5e4dc;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  overflow: hidden;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.faq-list details:hover {
  transform: translateY(-1px);
  border-color: rgba(8, 122, 98, 0.16);
  box-shadow: 0 14px 34px rgba(16, 36, 29, 0.06);
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 900;
}

.faq-list summary:focus-visible {
  outline: 3px solid rgba(8, 122, 98, 0.42);
  outline-offset: -3px;
}

.faq-list p {
  margin: 0;
  padding: 0 20px 20px;
  color: rgba(16, 36, 29, 0.68);
}

.location-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.location-copy p {
  max-width: 650px;
  color: rgba(16, 36, 29, 0.68);
  font-size: 18px;
}

.location-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.location-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #d5e4dc;
  border-radius: 999px;
  color: rgba(16, 36, 29, 0.78);
  background: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 800;
}

.location-card {
  position: relative;
  min-height: 300px;
  padding: 30px;
  border: 1px solid #dbe9e2;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(42, 109, 244, 0.08), rgba(82, 230, 180, 0.18)),
    #ffffff;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(16, 36, 29, 0.1);
}

.location-card::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(16, 36, 29, 0.08);
  border-radius: 12px;
}

.location-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(16, 36, 29, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(16, 36, 29, 0.06) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(120deg, transparent, black 20%, transparent 88%);
  pointer-events: none;
}

.pin {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 52px;
  margin-bottom: 44px;
  border-radius: 50% 50% 50% 6px;
  background: linear-gradient(135deg, var(--green), var(--blue));
  transform: rotate(-45deg);
  z-index: 1;
}

.pin::after {
  content: "";
  position: absolute;
  inset: 17px;
  border-radius: 50%;
  background: var(--gold);
}

.location-card strong,
.location-card p,
.location-card a,
.location-label {
  position: relative;
  z-index: 1;
}

.location-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 18px;
  padding: 0 10px;
  border: 1px solid rgba(8, 122, 98, 0.18);
  border-radius: 999px;
  color: rgba(16, 36, 29, 0.72);
  background: rgba(82, 230, 180, 0.08);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.location-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 28px;
}

.location-card p {
  color: rgba(16, 36, 29, 0.68);
}

.location-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.location-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  font-weight: 800;
}

.location-actions a:first-child {
  color: var(--text);
  background: var(--orange-dark);
}

.location-whatsapp {
  border: 1px solid rgba(8, 122, 98, 0.22);
  color: var(--orange-dark);
  background: rgba(255, 255, 255, 0.72);
}

.cta-section {
  justify-content: space-between;
  padding: clamp(54px, 7vw, 86px) clamp(20px, 5vw, 72px);
  background: var(--bg);
}

.cta-section div {
  max-width: 760px;
}

.cta-section p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(20px, 5vw, 72px);
  color: var(--muted);
  font-size: 13px;
  border-top: 1px solid var(--line);
}

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

  .site-header {
    justify-content: space-between;
  }

  .brand {
    min-width: 0;
  }

  .hero,
  .solutions,
  .flow,
  .trust,
  .location,
  .faq {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 138px;
    padding-bottom: 64px;
    gap: 42px;
  }

  .rates-panel {
    width: min(100%, 540px);
    justify-self: center;
    margin-top: 8px;
  }

  .trust-copy {
    position: static;
  }

  .solution-grid,
  .trust-board {
    grid-template-columns: 1fr 1fr;
  }

  .flow-rail {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    position: fixed;
    min-height: 70px;
    padding: 12px 78px 12px 18px;
  }

  .brand small {
    display: none;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .header-action {
    position: fixed;
    top: 12px;
    right: 18px;
    transform: none;
    z-index: 20;
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
    padding: 0;
    border-color: rgba(37, 211, 102, 0.9);
    color: #06110f;
    background: #25d366;
    box-shadow: 0 10px 26px rgba(37, 211, 102, 0.22);
  }

  .header-action:hover,
  .header-action:focus-visible {
    transform: none;
  }

  .header-action svg {
    display: block;
    width: 23px;
    height: 23px;
  }

  .hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100vw;
    min-width: 0;
    padding: 104px 18px 34px;
    gap: 28px;
    overflow-x: clip;
  }

  .money-notes span {
    opacity: 0.12;
  }

  .money-notes span:nth-child(n + 4) {
    display: none;
  }

  .eyebrow {
    margin-bottom: 10px;
  }

  h1 {
    width: 100%;
    max-width: none;
    margin-bottom: 14px;
    font-size: clamp(31px, 8.6vw, 38px);
    line-height: 1.02;
    text-wrap: pretty;
  }

  .hero-copy {
    width: calc(100vw - 36px);
    max-width: 390px;
    min-width: 0;
    margin: 0 auto;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .hero-text {
    width: 100%;
    max-width: 25em;
    margin-bottom: 18px;
    color: rgba(245, 255, 251, 0.66);
    font-size: 13.5px;
    line-height: 1.48;
    text-wrap: pretty;
  }

  .hero-micro-board {
    flex-direction: column;
    width: 100%;
    margin-bottom: 22px;
    gap: 10px;
  }

  .hero-micro-board span {
    display: block;
    flex-basis: auto;
    padding: 0 0 0 12px;
    border-left-color: rgba(82, 230, 180, 0.72);
  }

  .hero-micro-board span:last-child {
    border-bottom: 0;
  }

  .hero-micro-board small {
    margin-top: 0;
  }

  .eyebrow,
  h1 {
    text-align: left;
  }

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

  .hero-actions {
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
    max-width: 340px;
    margin: 0;
  }

  .hero-actions .button {
    width: min(100%, 332px);
    max-width: 100%;
    min-height: 52px;
  }

  .solution-grid,
  .trust-board {
    grid-template-columns: 1fr;
  }

  .hero-proof {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 390px;
    gap: 8px 14px;
    margin-top: 4px;
    padding-top: 0;
    color: rgba(245, 255, 251, 0.58);
    font-size: 10.5px;
  }

  .hero-proof span {
    justify-content: flex-start;
    text-align: left;
    line-height: 1.3;
    white-space: normal;
  }

  .rates-panel {
    width: calc(100vw - 36px);
    max-width: 354px;
    min-width: 0;
    overflow: hidden;
    justify-self: center;
    margin: 0 auto;
    padding: 14px;
    border-radius: 20px;
  }

  .rates-panel * {
    min-width: 0;
  }

  .featured-rate-card {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
    border-radius: 15px;
  }

  .featured-rate-card.is-secondary {
    grid-template-columns: 1fr;
  }

  .featured-rate-main {
    gap: 10px;
  }

  .featured-rate-main > span {
    width: 42px;
    height: 42px;
    font-size: 19px;
  }

  .featured-rate-main strong {
    font-size: 18px;
  }

  .featured-rate-main small,
  .featured-rate-main em {
    font-size: 9px;
  }

  .featured-rate-values {
    gap: 7px;
  }

  .featured-rate-values div {
    padding: 9px 10px;
    border-radius: 12px;
  }

  .featured-rate-values strong {
    font-size: 18px;
  }

  .exchange-strip {
    grid-template-columns: 1fr 1fr;
  }

  .exchange-strip span,
  .exchange-strip a {
    justify-content: center;
    min-width: 0;
    min-height: 52px;
    padding: 0 18px;
    font-size: 10px;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
  }

  .section-intro h2,
  .flow-copy h2,
  .trust-copy h2,
  .location-copy h2,
  .faq h2,
  .cta-section h2 {
    font-size: clamp(28px, 7.4vw, 34px);
    line-height: 1.05;
  }

  .location-badges {
    gap: 8px;
  }

  .location-badges span {
    font-size: 11px;
  }

  .location-actions {
    flex-direction: column;
  }

  .location-actions a {
    width: 100%;
  }

  .rates-table,
  .rates-list,
  .rate-row {
    min-width: 0;
    max-width: 100%;
  }

  .rates-panel::before {
    inset: 7px;
    border-radius: 15px;
  }

  .panel-heading {
    margin-bottom: 11px;
  }

  .panel-heading div,
  .panel-heading p {
    min-width: 0;
  }

  .panel-heading p {
    font-size: 16px;
  }

  .panel-heading small {
    display: inline-flex;
    padding: 4px 8px;
    font-size: 9px;
  }

  .rates-head,
  .rate-row {
    grid-template-columns: minmax(108px, 1.1fr) minmax(72px, 0.72fr) minmax(72px, 0.72fr);
    gap: 8px;
  }

  .rates-head {
    display: none;
  }

  .other-rates-label {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    padding-top: 8px;
  }

  .other-rates-label span {
    font-size: 10px;
    text-align: left;
  }

  .rate-row {
    position: relative;
    min-height: 58px;
    padding: 8px 10px;
    border-radius: 13px;
    background:
      radial-gradient(circle at 0% 0%, rgba(244, 201, 93, 0.1), transparent 34%),
      linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.08));
    overflow: hidden;
  }

  .rate-row::after {
    content: none;
  }

  .rate-currency {
    grid-column: auto;
    gap: 8px;
    min-width: 0;
  }

  .rate-currency > span {
    width: 30px;
    height: 30px;
    font-size: 13px;
    flex: 0 0 auto;
  }

  .rate-currency strong {
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: 12.5px;
    line-height: 1.15;
  }

  .rate-currency small {
    font-size: 10.5px;
  }

  .rate-stat {
    min-height: 40px;
    padding: 0;
    border-radius: 0;
    gap: 3px;
    text-align: right;
  }

  .rate-stat-label {
    font-size: 8px;
  }

  .rate-stat-value {
    font-size: clamp(12px, 3.6vw, 15px);
    line-height: 1.05;
    white-space: nowrap;
  }

  .rates-help,
  .panel-note {
    display: none;
  }

  .rates-action {
    width: 100%;
    min-height: 46px;
    margin-top: 10px;
  }

  .currency-item {
    grid-template-columns: 48px 1fr;
  }

  .currency-item b {
    grid-column: 2;
  }

  .section,
  .cta-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .solution-grid article,
  .flow-rail article,
  .trust-board article,
  .location-card,
  .faq-list details {
    border-radius: 12px;
  }

  .cta-section {
    align-items: flex-start;
  }

  .site-footer {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .money-notes span {
    animation: none;
  }
}
