:root {
  --bg: #05060b;
  --bg-alt: #0e1020;
  --green: #20e3b2;
  --blue: #27b0ff;
  --white: #f9fbff;
  --text: #c8d4f3;
  --text-muted: #8a92b2;
  --card: rgba(12, 16, 34, 0.75);
  --border: rgba(39, 176, 255, 0.15);
  --shadow: 0 40px 80px rgba(0, 0, 0, 0.45);
  --page-inline-gutter: clamp(0.5rem, 3vw, 4rem);
  font-size: 16px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Manrope', sans-serif;
  /* background: radial-gradient(circle at 20% 20%, rgba(39, 176, 255, 0.12), transparent 60%),
    radial-gradient(circle at 80% 20%, rgba(32, 227, 178, 0.12), transparent 55%),
    linear-gradient(135deg, #03040a 0%, #070817 40%, #05060b 100%); */
  background: #000;
  color: var(--text);
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}

/* .background-glow {
  position: fixed;
  inset: -40% -30% auto;
  height: 120vh;
  background: radial-gradient(circle, rgba(39, 176, 255, 0.35), transparent 60%);
  filter: blur(80px);
  opacity: 0.6;
  z-index: -3;
}

  .orb {
  position: fixed;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle at 30% 30%, rgba(32, 227, 178, 0.5), rgba(16, 23, 43, 0));
  filter: blur(60px);
  opacity: 0.45;
  z-index: -2;
}

.orb-right {
  top: 10%;
  right: -120px;
}

.orb-left {
  bottom: 0;
  left: -160px;
} */

main {
  display: flex;
  flex-direction: column;
  gap: clamp(3rem, 6vw, 4rem);
  padding: 0 var(--page-inline-gutter) 6rem;
}

main.legal-page {
  display: block;
  padding: clamp(4rem, 8vw, 6rem) var(--page-inline-gutter) 6rem;
  background: linear-gradient(160deg, rgba(10, 16, 35, 0.65), rgba(6, 10, 24, 0.9));
}

.legal-container {
  max-width: 960px;
  margin: 0 auto;
}

.legal-card {
  background: rgba(10, 14, 32, 0.65);
  border: 1px solid rgba(39, 176, 255, 0.18);
  border-radius: 28px;
  backdrop-filter: blur(14px);
  box-shadow: 0 45px 95px rgba(7, 12, 32, 0.55);
  padding: clamp(2rem, 5vw, 3.5rem);
  color: var(--white);
  line-height: 1.7;
}

.legal-card h1 {
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  margin-bottom: 0.75rem;
  color: var(--white);
}

.legal-updated {
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 2rem;
}

.legal-section + .legal-section {
  margin-top: 1.75rem;
}

.legal-section h2 {
  font-size: clamp(1.3rem, 4vw, 1.7rem);
  margin-bottom: 0.75rem;
  color: var(--green);
}

.legal-section p,
.legal-section a {
  color: var(--text);
}

.legal-section a {
  text-decoration: underline;
  text-decoration-color: rgba(39, 176, 255, 0.6);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.legal-section a:hover {
  color: var(--white);
  text-decoration-color: var(--white);
}

.legal-card hr {
  border: none;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(39, 176, 255, 0.4) 50%,
    transparent 100%
  );
  margin: clamp(2rem, 5vw, 3rem) 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(360px, 1.1fr) minmax(420px, 0.9fr);
  gap: 1.5rem;
  align-items: top;
  padding-top: 1rem;
}

.hero__visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
  min-height: 360px;
}

.chart-frame {
  position: relative;
  width: min(620px, 100%);
  aspect-ratio: 16 / 11;
  border-radius: 28px;
  padding: 2.2rem 2rem 2rem;
  background: radial-gradient(circle at 10% 10%, rgba(32, 227, 178, 0.12), transparent 55%),
    radial-gradient(circle at 80% 0%, rgba(39, 176, 255, 0.2), transparent 60%),
    linear-gradient(160deg, rgba(10, 16, 35, 0.95) 0%, rgba(6, 10, 24, 0.9) 100%);
  border: 1px solid rgba(39, 176, 255, 0.22);
  box-shadow: 0 35px 80px rgba(7, 12, 32, 0.55);
  overflow: hidden;
  backdrop-filter: blur(6px);
}

.chart-surface {
  position: absolute;
  inset: 2.2rem 2rem 2rem;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(32, 227, 178, 0.08);
  background: radial-gradient(circle at 20% 20%, rgba(32, 227, 178, 0.12), transparent 60%),
    radial-gradient(circle at 80% 50%, rgba(39, 176, 255, 0.12), transparent 65%),
    rgba(5, 9, 22, 0.92);
}

.chart-frame::after {
  content: '';
  position: absolute;
  inset: 18% -20% 55% -30%;
  background: radial-gradient(circle, rgba(32, 227, 178, 0.3), transparent 65%);
  filter: blur(50px);
  opacity: 0.6;
  pointer-events: none;
}

#candleCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.chart-overlay {
  position: absolute;
  top: 1.5rem;
  left: 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  z-index: 2;
}

.chart-top-bar,
.chart-bottom-bar {
  position: absolute;
  left: 1.6rem;
  right: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  border-radius: 14px;
  padding: 0.65rem 1rem;
  background: rgba(8, 14, 32, 0.66);
  border: 1px solid rgba(39, 176, 255, 0.18);
  box-shadow: 0 18px 40px rgba(6, 12, 28, 0.45);
  backdrop-filter: blur(16px);
  z-index: 3;
}

.chart-top-bar {
  top: 0.9rem;
  justify-content: space-between;
}

.chart-bottom-bar {
  bottom: 1rem;
  justify-content: space-around;
  flex-wrap: wrap;
  font-size: 0.9rem;
}

.asset-current {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-weight: 600;
}

.asset-symbol {
  font-size: 0.85rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.asset-price {
  font-size: 1.15rem;
  color: var(--white);
}

.asset-change {
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: rgba(32, 227, 178, 0.12);
  color: rgba(32, 227, 178, 0.85);
  border: 1px solid rgba(32, 227, 178, 0.35);
  transition: background 240ms ease, color 240ms ease, border-color 240ms ease;
}

.asset-change.negative {
  background: rgba(255, 110, 110, 0.12);
  color: rgba(255, 130, 130, 0.85);
  border-color: rgba(255, 110, 110, 0.32);
}

.asset-choices {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-12px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.chart-top-bar.is-open .asset-choices {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.asset-choice {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: rgba(39, 176, 255, 0.12);
  border: 1px solid rgba(39, 176, 255, 0.25);
  color: rgba(255, 255, 255, 0.72);
}

.market-stat {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 90px;
}

.market-stat__label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.55);
}

.market-stat__value {
  font-size: 1rem;
  font-weight: 600;
  color: var(--white);
}

.chart-title {
  font-size: 0.8rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.chart-subtitle {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--white);
  text-shadow: 0 10px 30px rgba(39, 176, 255, 0.3);
}

.chart-highlights {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: center;
}

.chart-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.15rem 1.15rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(9, 20, 45, 0.92), rgba(7, 14, 34, 0.88));
  border: 1px solid rgba(39, 176, 255, 0.38);
  color: var(--white);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.75rem;
  backdrop-filter: blur(10px);
  box-shadow:
    0 16px 32px rgba(6, 12, 30, 0.6),
    0 0 28px rgba(32, 227, 178, 0.2);
  text-shadow: 0 0 12px rgba(39, 176, 255, 0.35);
  font-weight: bold;
}

.chart-label__icon {
  display: block;
  width: 35px;
  height: 35px;
  filter:
    drop-shadow(0 6px 12px rgba(39, 176, 255, 0.32))
    drop-shadow(0 0 18px rgba(32, 227, 178, 0.25));
  animation: chart-label-icon-spin 4s linear infinite;
  transform-origin: center;
}

@keyframes chart-label-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.chart-label--tech .chart-label__icon {
  width: 28px;
  height: 28px;
}

.chart-label__icon--circle {
  padding: 4px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(39, 176, 255, 0.8), rgba(32, 227, 178, 0.5));
  box-shadow:
    0 0 18px rgba(39, 176, 255, 0.4),
    0 10px 22px rgba(6, 12, 30, 0.55);
}

.candle-ripples {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 3;
}

.candle-ripples .ripple {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(39, 176, 255, 0.7) 0%, rgba(32, 227, 178, 0.05) 70%, transparent 100%);
  transform: translate(-50%, -50%) scale(0.25);
  animation: ripple-wave 1.6s ease-out forwards;
  mix-blend-mode: screen;
  box-shadow: 0 0 20px rgba(39, 176, 255, 0.35);
}

@keyframes ripple-wave {
  0% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(0.2);
  }
  45% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(5.8);
  }
}

.hero__headline {
  grid-column: 1 / -1;
  font-size: clamp(2.8rem, 4vw + 1rem, 4.8rem);
  line-height: 1.1;
  color: var(--white);
  margin: 0;
  text-align: center;
}

/* .welcome-features .welcome-fea {
  
} */

.welcome-features {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.welcome-features .welcome-feature {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1rem 1.5rem;
  border-radius: 1.5rem;
  background: linear-gradient(135deg, rgba(39, 176, 255, 0.35), rgba(32, 227, 178, 0.35));
  box-shadow: 0 18px 40px rgba(11, 18, 45, 0.35);
  color: var(--white);
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
  will-change: transform;
  animation: welcomeFeatureSpotlight 12s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  filter: brightness(0.9) saturate(0.95);
}

.welcome-features .welcome-feature:hover,
.welcome-features .welcome-feature:focus-visible {
  transform: translateY(-4px) scale(1.07) !important;
  background: linear-gradient(135deg, rgba(39, 176, 255, 0.7), rgba(32, 227, 178, 0.7)) !important;
  box-shadow: 0 36px 80px rgba(18, 32, 70, 0.55) !important;
  filter: brightness(1.18) saturate(1.12) !important;
}

.welcome-features:hover .welcome-feature,
.welcome-features:focus-within .welcome-feature {
  animation-play-state: paused;
}

.welcome-features .welcome-feature:nth-child(2) {
  animation-delay: 2s;
}

.welcome-features .welcome-feature:nth-child(3) {
  animation-delay: 4s;
}

.welcome-features .welcome-feature:nth-child(4) {
  animation-delay: 6s;
}

@keyframes welcomeFeatureSpotlight {
  0% {
    transform: translateY(-4px) scale(1.02);
    filter: brightness(1.15) saturate(1.15);
    box-shadow: 0 32px 70px rgba(20, 37, 85, 0.55);
    background: linear-gradient(135deg, rgba(39, 176, 255, 0.7), rgba(32, 227, 178, 0.7));
  }
  18% {
    transform: translateY(-3px) scale(1.015);
    filter: brightness(1.1) saturate(1.1);
    box-shadow: 0 28px 60px rgba(17, 32, 73, 0.48);
    background: linear-gradient(135deg, rgba(39, 176, 255, 0.6), rgba(32, 227, 178, 0.6));
  }
  30%,
  100% {
    transform: translateY(0) scale(1);
    filter: brightness(0.9) saturate(0.95);
    box-shadow: 0 18px 40px rgba(11, 18, 45, 0.35);
    background: linear-gradient(135deg, rgba(39, 176, 255, 0.35), rgba(32, 227, 178, 0.35));
  }
}

@media (prefers-reduced-motion: reduce) {
  .welcome-features .welcome-feature {
    animation: none;
    filter: none;
  }
}

.welcome-feature__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  filter: drop-shadow(0 6px 12px rgba(32, 227, 178, 0.45));
}

.welcome-feature__body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.welcome-features .welcome-feature .title {
  font-size: 1.3rem;
  font-weight: 700;
}

.welcome-feature__description {
  font-size: 0.95rem;
  line-height: 1.4;
  color: var(--text);
}

.gradient-text {
  background: linear-gradient(120deg, var(--blue), var(--green), var(--blue));
  background-size: 200% 200%;
  animation: gradientTextShift 6s ease infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes gradientTextShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.gradient-text2 {
  background: linear-gradient(90deg, var(--white), var(--green));
  font-size: 48px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.hero__copy p {
  margin-top: 1.5rem;
  font-size: 1.1rem;
  max-width: 36ch;
  color: var(--text-muted);
}

.hero-callout {
  margin-top: clamp(2rem, 4vw, 3rem);
  display: flex;
  justify-content: center;
  position: relative;
}

.hero-callout::before {
  content: "";
  position: absolute;
  top: -1.75rem;
  width: clamp(220px, 55vw, 420px);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(39, 176, 255, 0.65), rgba(32, 227, 178, 0.65));
}

.hero-callout::after {
  content: "";
  position: absolute;
  top: -1.75rem;
  left: 50%;
  width: 12px;
  height: 12px;
  border-left: 2px solid rgba(32, 227, 178, 0.85);
  border-bottom: 2px solid rgba(32, 227, 178, 0.85);
  transform: translate(-50%, 55%) rotate(-45deg);
  border-radius: 2px;
}

.hero-callout__text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.75rem;
  border-radius: 999px;
  border: 1px solid rgba(39, 176, 255, 0.4);
  background: linear-gradient(135deg, rgba(7, 18, 42, 0.82), rgba(10, 28, 64, 0.68));
  box-shadow: 0 18px 38px rgba(6, 18, 43, 0.45);
  font-size: clamp(1.05rem, 2vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
}

.market-labels {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
  gap: clamp(0.4rem, 0.8vw, 0.75rem);
}

.market-pill {
  padding: 0.28rem clamp(0.65rem, 1vw, 0.9rem) 0.28rem clamp(0.4rem, 0.9vw, 0.7rem);
  border-radius: 999px;
  font-weight: 800;
  font-size: clamp(0.68rem, 1.1vw, 0.82rem);
  letter-spacing: clamp(0.02em, 0.28vw, 0.04em);
  text-transform: uppercase;
  color: #01030a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
  background: linear-gradient(135deg, rgba(32, 227, 178, 0.9), rgba(39, 176, 255, 0.9));
  box-shadow: 0 18px 30px rgba(30, 150, 255, 0.25);
  display: inline-flex;
  align-items: center;
  gap: clamp(0.45rem, 0.75vw, 0.65rem);
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
  white-space: nowrap;
}

.market-pill::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.4), transparent 55%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.market-pill:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 28px 50px rgba(30, 150, 255, 0.35);
  background: linear-gradient(135deg, rgba(32, 227, 178, 1), rgba(39, 176, 255, 1));
}

.market-pill:hover::after {
  opacity: 1;
}

.market-icon {
  width: clamp(40px, 4.5vw, 52px);
  height: clamp(40px, 4.5vw, 52px);
  flex-shrink: 0;
  display: block;
  border-radius: 1.5rem;
  box-shadow: 0 20px 40px rgba(4, 8, 18, 0.55);
}

.hero__actions {
  display: flex;
  gap: 1rem;
  margin-top: 2.5rem;
}

.hero__visual {
  min-height: 340px;
}

.content-section {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4rem);
  margin-inline: calc(-1 * var(--page-inline-gutter));
  padding: clamp(3rem, 6vw, 4.5rem) var(--page-inline-gutter);
  border-radius: 36px;
  position: relative;
  overflow: hidden;
}

.section__header {
  display: grid;
  gap: 1rem;
  text-align: center;
  max-width: 68ch;
  margin: 0 auto;
}

.section__tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: var(--green);
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(39, 176, 255, 0.25);
  background: linear-gradient(135deg, rgba(39, 176, 255, 0.08), rgba(32, 227, 178, 0.08));
}

.section__header h2 {
  color: var(--white);
  font-size: clamp(2rem, 2.4vw + 1rem, 3.2rem);
}

.section__header p {
  color: var(--text-muted);
  line-height: 1.6;
}

.section__actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  padding: 0.85rem 1.7rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn.primary {
  background: linear-gradient(135deg, rgba(32, 227, 178, 0.95), rgba(39, 176, 255, 0.95));
  color: #020308;
  box-shadow: 0 30px 50px rgba(39, 176, 255, 0.22);
}

.btn.primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 35px 60px rgba(39, 176, 255, 0.32);
}

.btn.ghost {
  border: 1px solid rgba(39, 176, 255, 0.4);
  color: var(--white);
  backdrop-filter: blur(6px);
}

.btn.ghost:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(39, 176, 255, 0.18);
}

.portal-main {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vw, 0.6rem);
  padding-inline: clamp(0.4rem, 1.2vw, 1.4rem);
  padding-bottom: 6rem;
}

.cta-banner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  padding: clamp(3.5rem, 6vw, 5rem) clamp(1.5rem, 4vw, 4.5rem);
  border-radius: 36px;
  text-align: center;
  background: radial-gradient(circle at top, rgba(39, 176, 255, 0.18), transparent 60%),
    linear-gradient(160deg, #040717 0%, #050814 70%, #03040a 100%);
  border: 1px solid rgba(39, 176, 255, 0.15);
  box-shadow: 0 45px 120px rgba(4, 6, 18, 0.75);
  overflow: hidden;
}

.cta-banner__rings {
  position: absolute;
  inset: -30% -10% -20%;
  background: radial-gradient(circle at center, rgba(39, 176, 255, 0.08) 0%, transparent 32%),
    radial-gradient(circle at center, rgba(39, 176, 255, 0.07) 32%, transparent 52%),
    radial-gradient(circle at center, rgba(39, 176, 255, 0.05) 52%, transparent 70%),
    radial-gradient(circle at center, rgba(39, 176, 255, 0.035) 70%, transparent 85%);
  opacity: 0.65;
  pointer-events: none;
  z-index: 0;
}

.cta-banner > *:not(.cta-banner__rings) {
  position: relative;
  z-index: 1;
}

.cta-banner__icon {
  width: 82px;
  height: 82px;
  margin: 0 auto 2rem;
  border-radius: 28px;
  background: linear-gradient(135deg, #8856ff, #27b0ff, #20e3b2);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.3rem;
  padding: 0.85rem;
  box-shadow: 0 25px 40px rgba(32, 227, 178, 0.25);
}

.cta-banner__icon .bar {
  width: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 20px rgba(3, 4, 12, 0.35);
}

.cta-banner__icon .bar-1 {
  height: 20px;
  opacity: 0.65;
}

.cta-banner__icon .bar-2 {
  height: 32px;
  opacity: 0.8;
}

.cta-banner__icon .bar-3 {
  height: 44px;
}

.cta-banner__icon .bar-4 {
  height: 28px;
  opacity: 0.8;
}

.cta-banner h2 {
  position: relative;
  font-size: clamp(2.3rem, 3vw + 1rem, 3.7rem);
  color: var(--white);
  margin: 0 auto;
  max-width: 18ch;
  line-height: 1.2;
}

.cta-accent {
  background: linear-gradient(135deg, #8856ff, #27b0ff, #20e3b2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta-banner p {
  position: relative;
  margin: 1rem auto 2.5rem;
  max-width: 45ch;
  color: rgba(200, 212, 243, 0.72);
  line-height: 1.6;
}

.btn.cta {
  background: linear-gradient(135deg, #3f5efb, #2fb7f3, #20e3b2);
  color: #f9fbff;
  box-shadow: 0 25px 55px rgba(33, 83, 190, 0.45);
  min-width: 190px;
}

.btn.cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 35px 65px rgba(33, 83, 190, 0.55);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(1.8rem, 3vw, 2.5rem);
}

.feature-card {
  display: grid;
  gap: 1.2rem;
  padding: clamp(1.8rem, 3vw, 2.2rem);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(12, 18, 38, 0.75), rgba(10, 15, 30, 0.6));
  border: 1px solid rgba(39, 176, 255, 0.12);
  box-shadow: var(--shadow);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.feature-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 40px 70px rgba(39, 176, 255, 0.18);
}

.feature-card__media {
  width: 68px;
  height: 68px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(39, 176, 255, 0.2), rgba(32, 227, 178, 0.26));
  box-shadow: 0 20px 30px rgba(33, 175, 255, 0.15);
}

.feature-card__icon {
  width: 40px;
  height: 40px;
}

.feature-card__title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--white);
}

.feature-card__description {
  color: var(--text-muted);
  line-height: 1.6;
}

.feature-card__bullets {
  list-style: none;
  display: grid;
  gap: 0.6rem;
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.5;
}

.feature-card__bullets li {
  position: relative;
  padding-left: 1.4rem;
}

.feature-card__bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(32, 227, 178, 0.9), rgba(39, 176, 255, 0.9));
  box-shadow: 0 6px 12px rgba(39, 176, 255, 0.4);
}

.portal-developer-split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(1rem, 2.5vw, 1.8rem);
  padding: clamp(1.4rem, 4vw, 2.4rem);
  background:
    radial-gradient(circle at 15% 20%, rgba(39, 176, 255, 0.12), transparent 60%),
    radial-gradient(circle at 85% 20%, rgba(32, 227, 178, 0.1), transparent 55%),
    rgba(8, 12, 28, 0.8);
  border: 1px solid rgba(39, 176, 255, 0.2);
  border-radius: 32px;
  box-shadow: 0 32px 70px rgba(5, 9, 24, 0.55);
}

.split-card {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  padding: clamp(2.2rem, 4.5vw, 3.1rem);
  min-height: clamp(260px, 30vw, 380px);
  border-radius: 26px;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(39, 176, 255, 0.12);
  background: rgba(9, 13, 30, 0.75);
  backdrop-filter: blur(10px);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
  position: relative;
  overflow: hidden;
  padding-right: clamp(4rem, 12vw, 8rem);
}

.split-card__media {
  position: absolute;
  top: clamp(0.8rem, 3vw, 1.6rem);
  right: clamp(0.8rem, 3vw, 1.6rem);
  width: clamp(120px, 26vw, 220px);
  height: clamp(120px, 26vw, 220px);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(39, 176, 255, 0.18), rgba(32, 227, 178, 0.12));
  display: grid;
  place-items: center;
  padding: clamp(0.8rem, 2.5vw, 1.4rem);
  opacity: 0.85;
  pointer-events: none;
}

.split-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 16px 32px rgba(32, 227, 178, 0.25));
}

.split-card::after {
  content: '';
  position: absolute;
  inset: -40% 30% 50% -40%;
  background: radial-gradient(circle, rgba(39, 176, 255, 0.35), transparent 70%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.split-card--portal::after {
  background: radial-gradient(circle, rgba(32, 227, 178, 0.4), transparent 70%);
}

.split-card:hover,
.split-card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(39, 176, 255, 0.4);
  background: rgba(12, 18, 40, 0.85);
  box-shadow: 0 28px 60px rgba(6, 12, 30, 0.6);
}

.split-card:hover::after,
.split-card:focus-visible::after {
  opacity: 1;
}

.split-card__tag {
  font-size: 0.75rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--green);
  font-weight: 700;
  opacity: 0.8;
}

.split-card__title {
  font-size: clamp(1.6rem, 1.8vw + 0.6rem, 2.2rem);
  color: var(--white);
  max-width: 18ch;
}

.split-card__copy {
  color: var(--text-muted);
  line-height: 1.5;
  max-width: 32ch;
}

.split-card__action {
  margin-top: auto;
  align-self: flex-start;
  font-weight: 700;
  color: #020308;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  letter-spacing: 0.02em;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(32, 227, 178, 0.95), rgba(39, 176, 255, 0.95));
  box-shadow: 0 20px 45px rgba(12, 180, 220, 0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.split-card__action::after {
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
  margin-left: 0.2rem;
  transition: transform 0.3s ease;
  border-color: currentColor;
}

.split-card:hover .split-card__action::after,
.split-card:focus-visible .split-card__action::after {
  transform: translateX(4px) rotate(45deg);
}

.split-card:hover .split-card__action,
.split-card:focus-visible .split-card__action {
  transform: translateY(-2px);
  box-shadow: 0 26px 60px rgba(12, 180, 220, 0.45);
  background: linear-gradient(135deg, rgba(32, 227, 178, 1), rgba(39, 176, 255, 1));
}

#retail {
  background:
    radial-gradient(circle at 5% 10%, rgba(39, 176, 255, 0.18), transparent 60%),
    radial-gradient(circle at 85% 15%, rgba(32, 227, 178, 0.16), transparent 65%),
    linear-gradient(140deg, rgba(12, 18, 40, 0.92), rgba(7, 12, 30, 0.88));
  border: 1px solid rgba(39, 176, 255, 0.14);
  box-shadow: 0 50px 120px rgba(6, 10, 22, 0.55);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  padding: clamp(2.2rem, 4.5vw, 3.2rem);
  border-radius: 28px;
  border: 1px solid rgba(39, 176, 255, 0.22);
  background:
    radial-gradient(circle at 0% 0%, rgba(39, 176, 255, 0.12), transparent 55%),
    radial-gradient(circle at 100% 0%, rgba(32, 227, 178, 0.16), transparent 60%),
    linear-gradient(160deg, rgba(8, 12, 26, 0.88), rgba(5, 7, 20, 0.95));
  box-shadow: 0 40px 90px rgba(2, 5, 14, 0.6);
  backdrop-filter: blur(16px);
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.form-field--split {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.form-field--split > div {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.form-field--full {
  grid-column: 1 / -1;
}

.form-field label {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--white);
  font-weight: 600;
}

.form-field__hint {
  font-size: 0.82rem;
  color: rgba(200, 212, 243, 0.65);
  letter-spacing: 0.02em;
  text-transform: none;
  margin-top: -0.15rem;
  margin-bottom: 0.35rem;
}

.form-field input,
.form-field textarea,
.form-field select {
  font: inherit;
  padding: 0.95rem 1.05rem;
  border-radius: 18px;
  border: 1px solid rgba(39, 176, 255, 0.18);
  background: rgba(5, 9, 22, 0.8);
  color: var(--white);
  font-size: 1rem;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.form-field textarea {
  min-height: 160px;
  resize: vertical;
}

.form-field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(200, 212, 243, 0.55) 50%),
    linear-gradient(135deg, rgba(200, 212, 243, 0.55) 50%, transparent 50%),
    linear-gradient(to right, rgba(200, 212, 243, 0.35), rgba(200, 212, 243, 0.35));
  background-position:
    calc(100% - 1.5rem) calc(50% - 0.35rem),
    calc(100% - 1.1rem) calc(50% - 0.35rem),
    calc(100% - 2.35rem) 50%;
  background-size: 0.65rem 0.65rem, 0.65rem 0.65rem, 1px 70%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(200, 212, 243, 0.55);
}

.form-field--error label {
  color: rgba(255, 140, 140, 0.95);
}

.form-field--error .form-field__hint {
  color: rgba(255, 180, 180, 0.75);
}

.form-field--error input,
.form-field--error textarea,
.form-field--error select {
  border-color: rgba(255, 120, 120, 0.9);
  box-shadow: 0 0 0 3px rgba(255, 120, 120, 0.22);
  background: rgba(34, 6, 18, 0.9);
}

.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: rgba(39, 176, 255, 0.45);
  background: rgba(7, 12, 28, 0.9);
  box-shadow: 0 0 0 4px rgba(39, 176, 255, 0.12);
}

.primary-button {
  grid-column: 1 / -1;
  justify-self: flex-start;
  padding: 1.15rem 3.4rem;
  border-radius: 999px;
  border: none;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 1.08rem;
  color: #020308;
  cursor: pointer;
  background: linear-gradient(135deg, rgba(32, 227, 178, 0.95), rgba(39, 176, 255, 0.95));
  box-shadow: 0 18px 45px rgba(12, 180, 220, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.primary-button:hover,
.primary-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 28px 70px rgba(12, 180, 220, 0.5);
  background: linear-gradient(135deg, rgba(32, 227, 178, 1), rgba(39, 176, 255, 1));
}

.checkbox-field label {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.checkbox-field a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(200, 212, 243, 0.4);
}

.checkbox-field a:hover,
.checkbox-field a:focus-visible {
  color: var(--white);
  text-decoration-color: rgba(200, 212, 243, 0.8);
}

.checkbox-field input[type="checkbox"] {
  appearance: none;
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0.2rem;
  border-radius: 6px;
  border: 1px solid rgba(39, 176, 255, 0.4);
  background: rgba(5, 9, 22, 0.85);
  position: relative;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
  flex-shrink: 0;
}

.checkbox-field input[type="checkbox"]:focus-visible {
  outline: none;
  border-color: rgba(39, 176, 255, 0.8);
  box-shadow: 0 0 0 3px rgba(39, 176, 255, 0.18);
}

.checkbox-field input[type="checkbox"]:checked {
  background: linear-gradient(135deg, rgba(32, 227, 178, 0.95), rgba(39, 176, 255, 0.95));
  border-color: transparent;
}

.checkbox-field input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8.5 6.5 11 12 5.5' stroke='%23020308' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/0.75rem 0.75rem no-repeat;
}

.login-container {
  width: min(95vw, 1400px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.login-panel {
  display: grid;
  gap: 2.2rem;
  padding: clamp(2.8rem, 6vw, 4rem);
  border-radius: 36px;
  border: 1px solid rgba(39, 176, 255, 0.28);
  background:
    radial-gradient(circle at 0% 0%, rgba(39, 176, 255, 0.16), transparent 55%),
    radial-gradient(circle at 100% 0%, rgba(32, 227, 178, 0.18), transparent 60%),
    linear-gradient(160deg, rgba(8, 12, 26, 0.9), rgba(5, 7, 20, 0.96));
  box-shadow: 0 40px 90px rgba(2, 5, 14, 0.6);
  width: 100%; 
}

.login-panel__intro {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: center;
}

.login-panel__icon {
  width: clamp(220px, 32vw, 420px);
  height: clamp(200px, 24vw, 360px);
  display: block;
  object-fit: cover;
  object-position: center;
}

.login-panel__tag {
  font-size: 0.85rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--green);
  font-weight: 700;
}

.login-panel__title {
  font-size: clamp(2.7rem, 4.4vw, 4rem);
  color: var(--white);
  line-height: 1.15;
  max-width: 16ch;
}

.login-panel__description {
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 52ch;
}

.login-form {
  border-radius: 0;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  border: none;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  justify-items: stretch;
}

.login-form .form-field input {
  padding: 1.75rem 1.95rem;
  font-size: 1.24rem;
  border-radius: 30px;
}

.login-form .form-field input::placeholder {
  font-size: 1.12rem;
}

.login-form .form-field label {
  font-size: 0.88rem;
  letter-spacing: 0.18em;
}

.login-form .login-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.login-form .remember-option {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.95rem;
  color: var(--text-muted);
  cursor: pointer;
}

.login-form .remember-option input[type="checkbox"] {
  appearance: none;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 7px;
  border: 1px solid rgba(39, 176, 255, 0.4);
  background: rgba(5, 9, 22, 0.85);
  position: relative;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
}

.login-form .remember-option input[type="checkbox"]:focus-visible {
  outline: none;
  border-color: rgba(39, 176, 255, 0.8);
  box-shadow: 0 0 0 3px rgba(39, 176, 255, 0.18);
}

.login-form .remember-option input[type="checkbox"]:checked {
  background: linear-gradient(135deg, rgba(32, 227, 178, 0.95), rgba(39, 176, 255, 0.95));
  border-color: transparent;
}

.login-form .remember-option input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8.5 6.5 11 12 5.5' stroke='%23020308' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/0.75rem 0.75rem no-repeat;
}

.login-form .form-link {
  font-size: 0.95rem;
  color: rgba(200, 212, 243, 0.75);
  text-decoration: none;
  transition: color 0.25s ease;
  font-weight: 600;
}

.login-form .form-link:hover,
.login-form .form-link:focus-visible {
  color: var(--white);
}

.login-form .primary-button {
  justify-self: center;
  width: 100%;
}

.auth-note {
  font-size: 0.95rem;
  color: rgba(200, 212, 243, 0.75);
}

.auth-note a {
  color: var(--white);
  text-decoration: underline;
  text-decoration-color: rgba(200, 212, 243, 0.45);
  transition: color 0.25s ease, text-decoration-color 0.25s ease;
}

.auth-note a:hover,
.auth-note a:focus-visible {
  color: var(--white);
  text-decoration-color: rgba(200, 212, 243, 0.8);
}

.login-back {
  font-size: 0.95rem;
  color: rgba(200, 212, 243, 0.75);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: color 0.25s ease, transform 0.25s ease;
  font-weight: 600;
}

.login-back:hover,
.login-back:focus-visible {
  color: var(--white);
  transform: translateX(-4px);
}

@media (min-width: 1024px) {
  .login-form {
    width: 50%;
  }
}

@media (max-width: 960px) {
  .login-panel {
    max-width: 100%;
  }
}

@media (max-width: 720px) {
  .login-panel__intro {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .login-panel__icon {
    margin: 0 auto;
  }

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

  .primary-button {
    width: 100%;
    justify-self: stretch;
  }

  .login-form .primary-button {
    justify-self: stretch;
  }
}

@media (max-width: 640px) {
  .contact-form {
    grid-template-columns: 1fr;
  }

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

  .login-form .login-options {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .primary-button {
    width: 100%;
    justify-self: stretch;
  }
}

@media (max-width: 768px) {
  .hero__actions {
    flex-direction: column;
  }

  main {
    padding: 0 1.5rem 4rem;
  }

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

  .portal-developer-split {
    padding: clamp(1.2rem, 5vw, 2rem);
    gap: clamp(0.8rem, 4vw, 1.5rem);
  }

  .split-card {
    padding: clamp(1.8rem, 6vw, 2.6rem);
    min-height: 100%;
    padding-right: clamp(1.8rem, 6vw, 2.6rem);
  }

  .split-card__media {
    position: static;
    order: -1;
    width: clamp(180px, 70vw, 240px);
    height: clamp(140px, 50vw, 200px);
    margin: 0 auto;
  }

  .hero__visual {
    grid-template-columns: repeat(4, 1fr);
  }

  .market-labels {
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .card.analytics {
    grid-column: 1 / span 4;
  }

  .card.revenue {
    grid-column: 1 / span 4;
  }

  .card.pie {
    grid-column: 2 / span 2;
  }
}

@media (max-width: 520px) {
  .hero__visual {
    display: none;
  }
}
