:root {
  --cw-bg: #06101f;
  --cw-bg-soft: #0b1728;
  --cw-card: #ffffff;
  --cw-text: #0c1628;
  --cw-muted: #667386;
  --cw-blue: #1f78ff;
  --cw-blue-dark: #0057ff;
  --cw-green: #25d695;
  --cw-gold: #ffc24f;
  --cw-line: #e5ebf4;
  --cw-shadow: 0 24px 70px rgba(6, 16, 31, .14);
  --cw-shadow-soft: 0 18px 45px rgba(6, 16, 31, .08);
  --cw-radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  min-width: 320px;
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--cw-text);
  background:
    radial-gradient(circle at 10% 12%, rgba(31, 120, 255, .08), transparent 30%),
    linear-gradient(180deg, #f7faff 0%, #f4f7fb 42%, #ffffff 100%);
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-weight: 900;
  letter-spacing: -.04em;
}

h1 {
  max-width: 760px;
  margin-bottom: 26px;
  color: #ffffff;
  font-size: clamp(44px, 7vw, 82px);
  line-height: .94;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05;
}

h3 {
  font-size: 21px;
  line-height: 1.2;
}

.cw-navbar {
  padding: 18px 0;
  transition: padding .2s ease, background .2s ease, box-shadow .2s ease, backdrop-filter .2s ease;
}

.cw-navbar.is-scrolled {
  padding: 10px 0;
  background: rgba(6, 16, 31, .86);
  box-shadow: 0 16px 50px rgba(0, 0, 0, .22);
  backdrop-filter: blur(18px);
}

.navbar > .container {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  background: rgba(255, 255, 255, .055);
  backdrop-filter: blur(14px);
}

.navbar-brand,
.footer-brand {
  color: #ffffff;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -.03em;
}

.navbar-brand:hover,
.footer-brand:hover {
  color: #ffffff;
}

.brand-mark {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--cw-blue), var(--cw-blue-dark));
  box-shadow: 0 0 30px rgba(31, 120, 255, .45);
}

.navbar-nav {
  gap: 12px;
}

.navbar-dark .navbar-nav .nav-link {
  padding-inline: 14px;
  color: rgba(255, 255, 255, .76);
  font-weight: 700;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  font-weight: 900;
}

.btn-primary-gradient {
  border: 0;
  color: #ffffff;
  background: linear-gradient(135deg, var(--cw-blue), var(--cw-blue-dark));
  box-shadow: 0 16px 42px rgba(31, 120, 255, .3);
  transition: transform .18s ease, box-shadow .18s ease;
}

.btn-primary-gradient:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(31, 120, 255, .4);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 20%, rgba(31, 120, 255, .28), transparent 28%),
    radial-gradient(circle at 15% 12%, rgba(37, 214, 149, .13), transparent 25%),
    linear-gradient(135deg, #06101f 0%, #0a1628 58%, #030812 100%);
}

.hero-content {
  min-height: 760px;
  padding: 148px 0 132px;
}

.hero::after {
  content: "";
  position: absolute;
  right: -150px;
  bottom: -180px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(31, 120, 255, .18);
  filter: blur(30px);
}

.hero-grid-bg {
  position: absolute;
  inset: 0;
  opacity: .45;
  background-image:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .92), transparent 82%);
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  padding: 9px 14px;
  border: 1px solid rgba(31, 120, 255, .18);
  border-radius: 999px;
  color: #1b6eff;
  background: rgba(31, 120, 255, .08);
  font-size: 14px;
  font-weight: 900;
}

.hero .eyebrow {
  color: #c9dbff;
  border-color: rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .08);
}

.pulse-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cw-green);
  box-shadow: 0 0 18px rgba(37, 214, 149, .9);
}

.hero-text {
  max-width: 660px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, .82);
  font-size: 20px;
  line-height: 1.65;
}

.hero-note {
  max-width: 240px;
  color: rgba(255, 255, 255, .68);
  font-weight: 600;
}

.hero-features {
  margin-top: 36px;
}

.glass-card {
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .075);
  box-shadow: 0 16px 45px rgba(0, 0, 0, .12);
  backdrop-filter: blur(14px);
}

.feature-chip {
  display: flex;
  min-height: 86px;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border-radius: 22px;
  color: #ffffff;
  font-weight: 800;
}

.feature-chip i {
  display: grid;
  width: 42px;
  height: 42px;
  flex: none;
  place-items: center;
  border-radius: 15px;
  color: #91bcff;
  background: rgba(31, 120, 255, .15);
}

.dashboard-card {
  position: relative;
  max-width: 430px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 36px;
  color: #ffffff;
  background:
    radial-gradient(circle at 76% 12%, rgba(31, 120, 255, .35), transparent 32%),
    linear-gradient(160deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .045));
  box-shadow: 0 34px 110px rgba(0, 0, 0, .38);
  backdrop-filter: blur(20px);
}

.dashboard-card::before {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: -1;
  border-radius: 44px;
  background: linear-gradient(135deg, rgba(31, 120, 255, .42), rgba(37, 214, 149, .14));
  filter: blur(30px);
}

.dashboard-top,
.trade-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.dashboard-top {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .68);
  font-weight: 700;
}

.status-badge {
  padding: 7px 12px;
  border-radius: 999px;
  color: #0b2a1e;
  background: var(--cw-green);
  font-size: 12px;
  font-weight: 900;
}

.profit-value {
  margin-bottom: 6px;
  font-size: clamp(34px, 5vw, 46px);
  font-weight: 900;
  letter-spacing: -.05em;
}

.profit-change {
  color: var(--cw-green);
  font-weight: 900;
}

.chart-card {
  margin: 30px 0;
  padding: 18px;
  border-radius: 24px;
  background: rgba(6, 16, 31, .52);
}

.chart-card svg {
  display: block;
  width: 100%;
}

.chart-line {
  fill: none;
  stroke: var(--cw-green);
  stroke-linecap: round;
  stroke-width: 6;
}

.chart-area {
  fill: url(#chartFill);
}

.trade-list {
  display: grid;
  gap: 12px;
}

.trade-list div {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.trade-list div:last-child {
  border-bottom: 0;
}

.trade-list span {
  color: rgba(255, 255, 255, .72);
  font-weight: 700;
}

.trade-list strong {
  color: var(--cw-green);
}

.section-padding {
  padding: 84px 0;
}

.soft-section {
  background: linear-gradient(180deg, #ffffff, #f5f8fd);
}

.dark-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 10%, rgba(31, 120, 255, .22), transparent 28%),
    linear-gradient(135deg, #07101e, #0d1829);
}

.section-text,
.section-heading p,
.info-card p,
.advantage-card p,
.timeline-item p,
.accordion-body,
.cta-card p {
  color: var(--cw-muted);
  font-size: 16px;
  line-height: 1.7;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 48px;
}

.stats-strip {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding-top: 34px;
}

.stats-strip .row > [class*="col"] {
  display: flex;
}

.stat-card {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 150px;
  padding: 24px;
  border: 1px solid rgba(229, 235, 244, .9);
  border-radius: var(--cw-radius);
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--cw-shadow);
  backdrop-filter: blur(16px);
}

.stat-card i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 17px;
  color: var(--cw-blue);
  background: rgba(31, 120, 255, .1);
  font-size: 22px;
}

.stat-card strong {
  margin-bottom: 4px;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -.04em;
}

.stat-card span {
  color: var(--cw-muted);
  font-size: 14px;
  font-weight: 700;
}

.info-card,
.advantage-card,
.timeline-item,
.accordion-item {
  border: 1px solid var(--cw-line);
  background: #ffffff;
  box-shadow: var(--cw-shadow-soft);
}

.info-card,
.advantage-card {
  height: 100%;
  padding: 30px;
  border-radius: var(--cw-radius);
}

.info-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 20px;
  color: var(--cw-blue);
  background: rgba(31, 120, 255, .1);
  font-size: 26px;
}

.advantage-card {
  position: relative;
  overflow: hidden;
}

.advantage-card::after {
  content: "";
  position: absolute;
  right: -45px;
  top: -45px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(31, 120, 255, .08);
}

.advantage-card span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--cw-blue);
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -.06em;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.timeline-item {
  position: relative;
  min-height: 250px;
  padding: 30px;
  border-radius: var(--cw-radius);
}

.timeline-item span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-bottom: 34px;
  border-radius: 19px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--cw-blue), var(--cw-blue-dark));
  box-shadow: 0 16px 36px rgba(31, 120, 255, .28);
  font-weight: 900;
}

.reviews-carousel {
  max-width: 520px;
  margin: 0 auto;
  padding: 0 58px 54px;
}

.reviews-carousel .carousel-inner {
  overflow: visible;
}

.reviews-carousel .carousel-item {
  text-align: center;
}

.review-zoom {
  display: inline-block;
  padding: 0;
  border: 0;
  border-radius: 26px;
  background: transparent;
  cursor: zoom-in;
}

.review-zoom:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .86);
  outline-offset: 6px;
}

.review-image {
  display: block;
  width: min(100%, 360px);
  max-height: 640px;
  margin: 0 auto;
  object-fit: contain;
  border: 10px solid rgba(255, 255, 255, .95);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .36);
  transition: transform .18s ease, box-shadow .18s ease;
}

.review-zoom:hover .review-image {
  transform: translateY(-4px) scale(1.015);
  box-shadow: 0 34px 105px rgba(0, 0, 0, .45);
}

.reviews-carousel .carousel-control-prev,
.reviews-carousel .carousel-control-next {
  width: 46px;
  height: 46px;
  top: 50%;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(12px);
  transform: translateY(-50%);
  opacity: 1;
}

.reviews-carousel .carousel-control-prev {
  left: 0;
}

.reviews-carousel .carousel-control-next {
  right: 0;
}

.reviews-carousel .carousel-indicators {
  bottom: 0;
  margin-bottom: 0;
}

.reviews-carousel .carousel-indicators [data-bs-target] {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .42);
}

.reviews-carousel .carousel-indicators .active {
  background-color: #ffffff;
}

.review-modal .modal-content {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 28px;
  color: #ffffff;
  background: rgba(6, 16, 31, .96);
  box-shadow: 0 34px 120px rgba(0, 0, 0, .55);
}

.review-modal .modal-header {
  border-bottom-color: rgba(255, 255, 255, .1);
}

.review-modal .modal-body {
  display: grid;
  place-items: center;
  padding: 22px;
}

.review-modal img {
  display: block;
  max-width: 100%;
  max-height: min(82vh, 920px);
  object-fit: contain;
  border-radius: 18px;
}

.exchange-cloud {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
}

.exchange-cloud span {
  padding: 18px 12px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .06);
  text-align: center;
  font-size: 14px;
  font-weight: 900;
}

.accordion {
  display: grid;
  gap: 14px;
}

.accordion-item {
  overflow: hidden;
  border-radius: 20px !important;
}

.accordion-button {
  padding: 22px 24px;
  color: var(--cw-text);
  background: #ffffff;
  font-weight: 900;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  color: var(--cw-blue);
  background: #f4f8ff;
}

.accordion-body {
  padding: 0 24px 24px;
}

.cta-card {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  justify-content: center;
  padding: 44px;
  border-radius: 34px;
  color: #ffffff;
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 194, 79, .38), transparent 28%),
    radial-gradient(circle at 12% 85%, rgba(31, 120, 255, .34), transparent 32%),
    linear-gradient(135deg, #07101e, #101d31);
  box-shadow: var(--cw-shadow);
}

.cta-card .section-kicker {
  width: fit-content;
  color: #ffffff;
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .08);
}

.cta-card p {
  max-width: 520px;
  color: rgba(255, 255, 255, .74);
}

.cta-card .btn {
  width: fit-content;
  margin-top: 14px;
}

.site-footer {
  padding: 34px 0;
  color: rgba(255, 255, 255, .66);
  background: #06101f;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .65s ease, transform .65s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1199.98px) {
  .timeline,
  .exchange-cloud {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding-top: 18px;
  }

  .nav-cta {
    width: 100%;
    margin-top: 10px;
  }

  .hero {
    padding-top: 88px;
  }

  .hero-content {
    min-height: auto;
    padding: 56px 0 88px;
  }

  .stats-strip {
    margin-top: 0;
    padding-top: 28px;
  }
}

@media (max-width: 767.98px) {
  html {
    scroll-padding-top: 78px;
  }

  h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .section-padding {
    padding: 68px 0;
  }

  .navbar > .container {
    width: min(100% - 24px, 540px);
  }

  .hero-text {
    font-size: 18px;
  }

  .hero-content {
    padding: 44px 0 58px;
  }

  .stats-strip {
    margin-top: 0;
    padding-top: 24px;
  }

  .dashboard-card,
  .cta-card,
  .info-card,
  .advantage-card,
  .timeline-item,
  .stat-card {
    border-radius: 24px;
  }

  .cta-card {
    min-height: auto;
    padding: 32px;
  }

  .timeline,
  .exchange-cloud {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .btn-lg {
    width: 100%;
  }

  .dashboard-card {
    padding: 22px;
  }

  .profit-value {
    font-size: 34px;
  }

  .stat-card {
    min-height: 198px;
    padding: 22px;
  }

  .reviews-carousel {
    max-width: 100%;
    padding: 0 42px 46px;
  }

  .review-image {
    width: min(100%, 300px);
    max-height: 560px;
    border-width: 8px;
    border-radius: 22px;
  }
}
