:root {
  --bg: #f7fbff;
  --surface: rgba(255, 255, 255, 0.72);
  --line: rgba(54, 160, 219, 0.16);
  --text: #11263d;
  --text-soft: #5f7691;
  --primary: #35a0db;
  --primary-strong: #2089c3;
  --shadow: 0 28px 70px rgba(44, 126, 177, 0.13);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --container: min(1160px, calc(100% - 32px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: "Plus Jakarta Sans", sans-serif;
  background: linear-gradient(180deg, #fbfdff 0%, #f3faff 35%, #f7fbff 100%);
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, select { font: inherit; }
.container { width: var(--container); margin: 0 auto; }
.page-shell { position: relative; overflow: clip; }

.bg-orb {
  position: fixed;
  z-index: -3;
  border-radius: 999px;
  filter: blur(16px);
  opacity: 0.8;
}
.bg-orb-left {
  top: 90px;
  left: -160px;
  width: 440px;
  height: 440px;
  background: radial-gradient(circle, rgba(53, 160, 219, 0.22), transparent 66%);
}
.bg-orb-right {
  top: 380px;
  right: -180px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(125, 216, 255, 0.28), transparent 66%);
}
.bg-grid {
  position: fixed;
  inset: 0;
  z-index: -4;
  background-image:
    linear-gradient(rgba(53, 160, 219, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(53, 160, 219, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48), transparent 88%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(53, 160, 219, 0.1);
}
.ticker-tape {
  overflow: hidden;
  background: linear-gradient(90deg, rgba(223, 244, 255, 0.78), rgba(255, 255, 255, 0.96), rgba(223, 244, 255, 0.78));
}
.ticker-tape-live {
  padding: 0 0 8px;
}
.tradingview-widget-container {
  border: 1px solid rgba(53, 160, 219, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.tradingview-widget-container__widget {
  min-height: 72px;
}
.ticker-fallback {
  display: grid;
  place-items: center;
  min-height: 72px;
  padding: 0 18px;
  color: #4a657d;
  font-size: 0.95rem;
  font-weight: 600;
}
.ticker-fallback.is-hidden {
  display: none;
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 86px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.brand-logo {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  box-shadow: 0 18px 30px rgba(53, 160, 219, 0.18);
}
.brand-copy {
  display: grid;
  gap: 3px;
}
.brand-copy strong,
.hero h1,
.section-heading h2,
.contact-copy h2,
.hero-glass-card h2 {
  font-family: "Outfit", sans-serif;
}
.brand-copy strong {
  font-size: 1.05rem;
  letter-spacing: 0.08em;
}
.brand-copy span:last-child {
  color: var(--text-soft);
  font-size: 0.88rem;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}
.site-nav a {
  color: #395168;
  font-size: 0.95rem;
  font-weight: 600;
}
.button,
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.nav-cta,
.button-primary {
  color: white;
  background: linear-gradient(135deg, var(--primary), var(--primary-strong));
  box-shadow: 0 18px 38px rgba(53, 160, 219, 0.28);
}
.button-secondary {
  color: var(--text);
  border: 1px solid rgba(53, 160, 219, 0.2);
  background: rgba(255, 255, 255, 0.68);
}
.button:hover,
.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(53, 160, 219, 0.22);
}
.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 12px;
  border: 0;
  border-radius: 16px;
  background: rgba(53, 160, 219, 0.08);
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  border-radius: 999px;
  background: var(--text);
}

.hero {
  padding: 52px 0 44px;
}
.hero-layout {
  display: block;
}
.hero-surface {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 24px;
  padding: 64px 28px 28px;
  border-radius: 42px;
  overflow: hidden;
  border: 1px solid rgba(53, 160, 219, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.54)),
    url("assets/hero-wallpaper.jpg") center/cover no-repeat;
  box-shadow: var(--shadow);
}
.hero-surface::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(126, 220, 255, 0.24), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.58));
  pointer-events: none;
}
.hero-surface::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(25, 162, 224, 0.08);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.hero-surface > * {
  position: relative;
  z-index: 1;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--primary-strong);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.hero-copy { max-width: 860px; }
.hero h1,
.section-heading h2,
.contact-copy h2 {
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 5.6rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
}
.scroll-title {
  will-change: transform, opacity;
  transition: transform 0.18s linear, opacity 0.18s linear;
}
.hero-text,
.section-heading p,
.contact-copy p,
.route-content p,
.market-card p,
.info-card p,
.payment-card p,
.testimonial-card p {
  color: var(--text-soft);
  line-height: 1.75;
  font-size: 1.02rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.hero-marquee {
  width: min(100%, 980px);
  overflow: hidden;
  padding: 8px 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(223, 244, 255, 0.75), rgba(255, 255, 255, 0.92), rgba(223, 244, 255, 0.75));
  border: 1px solid rgba(53, 160, 219, 0.14);
}
.hero-marquee-track {
  display: flex;
  align-items: center;
  gap: 14px;
  width: max-content;
  animation: marquee 28s linear infinite;
}
.hero-marquee-track span {
  padding: 11px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #2c526c;
  font-size: 0.94rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(53, 160, 219, 0.08);
}
.hero-cards {
  display: grid;
  grid-template-columns: 1.15fr 1fr 0.8fr;
  gap: 18px;
  width: 100%;
  margin-top: 12px;
}

.hero-glass-card,
.hero-stat-card,
.info-card,
.market-card,
.payment-card,
.route-content,
.testimonial-card,
.contact-form {
  border: 1px solid var(--line);
  background: var(--surface);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}
.hero-glass-card,
.hero-stat-card {
  min-height: 100%;
  padding: 28px;
  border-radius: var(--radius-xl);
  text-align: left;
}
.card-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--primary-strong);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.hero-glass-card h2 {
  margin: 0 0 12px;
  font-size: 1.9rem;
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}
.feature-list li {
  position: relative;
  padding-left: 22px;
  color: #47627b;
}
.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), #7bdaff);
}
.hero-stat-card {
  display: grid;
  align-content: center;
  gap: 18px;
  background: linear-gradient(180deg, rgba(53, 160, 219, 0.12), rgba(255, 255, 255, 0.92));
}
.hero-stat-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--primary-strong);
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.hero-stat-card span {
  color: #446179;
  font-weight: 600;
}

.section { padding: 92px 0; }
.section-light {
  background: linear-gradient(180deg, rgba(223, 244, 255, 0.48), rgba(255, 255, 255, 0.65));
}
.section-white { background: rgba(255, 255, 255, 0.56); }
.section-heading {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}
.align-left {
  margin-left: 0;
  text-align: left;
}
.advantage-grid,
.payment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.info-card,
.market-card,
.payment-card,
.testimonial-card {
  padding: 24px;
  border-radius: var(--radius-lg);
}
.icon-chip {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(53, 160, 219, 0.16), rgba(123, 218, 255, 0.36));
  color: var(--primary-strong);
}
.icon-chip svg {
  width: 24px;
  height: 24px;
  stroke: var(--primary-strong);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.info-card h3,
.market-card h3,
.payment-card h3,
.route-content h3,
.testimonial-card h3 {
  margin: 0 0 10px;
  font-size: 1.16rem;
}
.split-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 28px;
  align-items: start;
}
.market-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.focus-showcase {
  display: grid;
  gap: 18px;
}
.chart-stage {
  position: relative;
  min-height: 260px;
  padding: 22px;
  border-radius: calc(var(--radius-lg) + 6px);
  border: 1px solid rgba(53, 160, 219, 0.16);
  background:
    linear-gradient(180deg, rgba(220, 243, 255, 0.68), rgba(255, 255, 255, 0.9));
  overflow: hidden;
  box-shadow: var(--shadow);
}
.chart-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(53, 160, 219, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(53, 160, 219, 0.09) 1px, transparent 1px);
  background-size: 44px 44px;
}
.candles {
  position: absolute;
  inset: auto 22px 28px 22px;
  height: 150px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 8px;
}
.candles span {
  width: 100%;
  max-width: 18px;
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, rgba(53, 160, 219, 0.96), rgba(53, 160, 219, 0.32));
  animation: candlePulse 3.6s ease-in-out infinite;
  transform-origin: bottom;
}
.candles span:nth-child(1) { height: 42%; animation-delay: 0.1s; }
.candles span:nth-child(2) { height: 56%; animation-delay: 0.4s; }
.candles span:nth-child(3) { height: 38%; animation-delay: 0.7s; }
.candles span:nth-child(4) { height: 72%; animation-delay: 1s; }
.candles span:nth-child(5) { height: 49%; animation-delay: 1.3s; }
.candles span:nth-child(6) { height: 64%; animation-delay: 1.6s; }
.candles span:nth-child(7) { height: 45%; animation-delay: 1.9s; }
.candles span:nth-child(8) { height: 82%; animation-delay: 2.2s; }
.candles span:nth-child(9) { height: 58%; animation-delay: 2.5s; }
.candles span:nth-child(10) { height: 69%; animation-delay: 2.8s; }
.candles span:nth-child(11) { height: 88%; animation-delay: 3.1s; }
.candles span:nth-child(12) { height: 63%; animation-delay: 3.4s; }
.chart-line {
  position: absolute;
  inset: 18px 18px 20px 18px;
  width: calc(100% - 36px);
  height: calc(100% - 38px);
}
.chart-line path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 10px 20px rgba(53, 160, 219, 0.35));
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: drawLine 5.5s ease-in-out infinite;
}
.chart-badge {
  position: absolute;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--primary-strong);
  font-size: 0.86rem;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(53, 160, 219, 0.12);
}
.chart-badge-top {
  top: 18px;
  right: 18px;
}
.chart-badge-bottom {
  bottom: 18px;
  left: 18px;
}
.market-card {
  min-height: 190px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(223, 244, 255, 0.65));
}
.payment-card { text-align: center; }
.payment-card img,
.bank-card-mark {
  width: 100%;
  height: 78px;
  margin-bottom: 20px;
  border-radius: 20px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(53, 160, 219, 0.1);
  padding: 16px;
}
.bank-card-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding-inline: 14px;
}
.card-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.visa-logo {
  color: #1a3fa9;
  font-family: "Outfit", sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.mastercard-logo {
  position: relative;
  gap: 0;
  min-width: 126px;
  height: 34px;
}
.mc-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  opacity: 0.96;
}
.mc-red {
  background: #eb001b;
  transform: translateX(7px);
}
.mc-yellow {
  background: #f79e1b;
  transform: translateX(-7px);
}
.mc-text {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #2d3848;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: lowercase;
}

.route-section {
  background:
    radial-gradient(circle at 12% 16%, rgba(53, 160, 219, 0.18), transparent 24%),
    radial-gradient(circle at 88% 82%, rgba(145, 227, 255, 0.24), transparent 22%),
    linear-gradient(180deg, #ffffff, #eff9ff);
}
.route-timeline {
  position: relative;
  display: grid;
  gap: 28px;
  margin-top: 48px;
}
.route-progress {
  position: absolute;
  top: 44px;
  left: 60px;
  right: 60px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(53, 160, 219, 0.16), rgba(53, 160, 219, 0.5), rgba(53, 160, 219, 0.16));
  overflow: hidden;
}
.route-progress::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.88), transparent);
  animation: shimmer 3.5s linear infinite;
}
.route-step {
  position: relative;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  animation: routeFloat 5s ease-in-out infinite;
}
.route-step:nth-child(odd) .route-content {
  transform: translateY(8px);
}
.route-step-two {
  animation-delay: 0.7s;
}
.route-step-three {
  animation-delay: 1.4s;
}
.route-node {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  margin: 0 auto;
  border-radius: 28px;
  color: white;
  font-family: "Outfit", sans-serif;
  font-size: 1.65rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--primary), var(--primary-strong));
  box-shadow: 0 18px 36px rgba(53, 160, 219, 0.24);
  animation: pulse 2.6s infinite;
}
.route-content {
  position: relative;
  padding: 26px;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.84);
  overflow: hidden;
}
.route-content::after {
  content: "";
  position: absolute;
  inset: auto -20% -50% auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(53, 160, 219, 0.14), transparent 68%);
  pointer-events: none;
}
.route-content span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--primary-strong);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.testimonial-strip {
  overflow: hidden;
  padding: 8px 0;
}
.testimonial-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: testimonial-scroll 28s linear infinite;
}
.testimonial-strip:hover .testimonial-track,
.hero-marquee:hover .hero-marquee-track {
  animation-play-state: paused;
}
.testimonial-card {
  width: min(330px, calc(100vw - 72px));
  background: rgba(255, 255, 255, 0.9);
}
.testimonial-card img {
  width: 74px;
  height: 74px;
  margin-bottom: 18px;
  border-radius: 20px;
  object-fit: cover;
}
.testimonial-card span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--text-soft);
}

.contact-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(223, 244, 255, 0.48));
}
.contact-copy { align-self: center; }
.contact-points {
  display: grid;
  gap: 16px;
  margin: 28px 0;
}
.contact-points div {
  display: grid;
  gap: 5px;
}
.contact-points span { color: var(--text-soft); }
.socials {
  display: flex;
  gap: 14px;
}
.socials a {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  border: 1px solid rgba(53, 160, 219, 0.16);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 14px 28px rgba(53, 160, 219, 0.08);
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.socials a:hover {
  transform: translateY(-3px);
  border-color: rgba(53, 160, 219, 0.34);
}
.socials svg {
  width: 24px;
  height: 24px;
  fill: var(--primary-strong);
}
.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.82);
}
.contact-form label {
  display: grid;
  gap: 8px;
  font-weight: 600;
}
.contact-form input,
.contact-form select {
  min-height: 54px;
  padding: 0 16px;
  color: var(--text);
  border: 1px solid rgba(53, 160, 219, 0.14);
  border-radius: 16px;
  background: rgba(248, 252, 255, 0.94);
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.contact-form input:focus,
.contact-form select:focus {
  border-color: rgba(53, 160, 219, 0.44);
  box-shadow: 0 0 0 4px rgba(53, 160, 219, 0.08);
}

.site-footer {
  padding: 34px 0 18px;
  color: #d9ecfa;
  background:
    radial-gradient(circle at top right, rgba(94, 196, 255, 0.24), transparent 30%),
    linear-gradient(180deg, #1790cb, #0f6ca2 58%, #0b557e 100%);
}
.footer-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.9fr;
  gap: 28px;
  align-items: start;
}
.footer-brand {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.footer-brand strong,
.footer-column h3 {
  display: block;
  margin-bottom: 10px;
  color: white;
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
}
.footer-brand p,
.footer-column a,
.footer-column span,
.footer-bottom span {
  color: rgba(233, 247, 255, 0.9);
  line-height: 1.7;
}
.footer-column {
  display: grid;
  gap: 8px;
}
.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}
.footer-socials a {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.9rem;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(53, 160, 219, 0.26); }
  70% { box-shadow: 0 0 0 12px rgba(53, 160, 219, 0); }
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes testimonial-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes shimmer {
  from { transform: translateX(-100%); }
  to { transform: translateX(100%); }
}
@keyframes routeFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes candlePulse {
  0%, 100% { transform: scaleY(0.92); opacity: 0.72; }
  50% { transform: scaleY(1.08); opacity: 1; }
}
@keyframes drawLine {
  0% { stroke-dashoffset: 1000; opacity: 0.3; }
  35% { stroke-dashoffset: 0; opacity: 1; }
  70% { stroke-dashoffset: 0; opacity: 1; }
  100% { stroke-dashoffset: -100; opacity: 0.6; }
}
@keyframes shimmer-vertical {
  from { transform: translateY(-100%); }
  to { transform: translateY(100%); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
  .scroll-title {
    transform: none !important;
    opacity: 1 !important;
  }
}

@media (max-width: 1024px) {
  .hero-cards,
  .advantage-grid,
  .payment-grid,
  .split-layout,
  .contact-layout,
  .footer-layout {
    grid-template-columns: 1fr 1fr;
  }
  .hero-cards article:last-child,
  .split-layout > :first-child,
  .contact-layout > :first-child,
  .footer-layout > :first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 920px) {
  .menu-toggle { display: inline-block; }
  .site-nav {
    position: absolute;
    top: calc(100% + 12px);
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(53, 160, 219, 0.14);
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .hero h1,
  .section-heading h2,
  .contact-copy h2 {
    font-size: clamp(2.4rem, 8vw, 4.4rem);
  }
  .route-progress {
    top: 0;
    bottom: 0;
    left: 43px;
    right: auto;
    width: 4px;
    height: auto;
  }
  .route-progress::after { animation-name: shimmer-vertical; }
  .route-step { grid-template-columns: 86px 1fr; }
}

@media (max-width: 720px) {
  .hero-cards,
  .advantage-grid,
  .payment-grid,
  .split-layout,
  .market-grid,
  .contact-layout,
  .footer-layout {
    grid-template-columns: 1fr;
  }
  .section { padding: 74px 0; }
  .hero { padding-top: 34px; }
  .hero-surface { padding: 46px 18px 22px; }
  .hero-actions,
  .button { width: 100%; }
  .footer-bottom {
    flex-direction: column;
  }
  .route-step {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .route-node { margin-left: 0; }
  .route-progress { display: none; }
}
