:root {
  --pink: #f5365c;
  --violet: #3d5af1;
  --purple: #9b51e0;
  --black: #04040a;
  --dark: #080b18;
  --card-bg: #0d1021;
  --white: #ffffff;
  --g50: #f8f9ff;
  --g100: #eef0f8;
  --g200: #d4d8ee;
  --g400: #8a90b0;
  --g600: #525878;
  --g800: #1a1d30;
  --grad: linear-gradient(135deg, #f5365c, #9b51e0, #3d5af1);
  --grad-h: linear-gradient(90deg, #f5365c, #9b51e0, #3d5af1);
  --grad-2: linear-gradient(135deg, #f5365c, #3d5af1);
}

.custom-trading-content *,
.custom-trading-content *::before,
.custom-trading-content *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.custom-trading-page {
  font-family: 'Sen', sans-serif;
  color: var(--g800);
  background: var(--white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ── SCROLLBAR ── */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(--black);
}

::-webkit-scrollbar-thumb {
  background: rgba(245, 54, 92, 0.5);
  border-radius: 6px;
}

.wrap {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ── HERO ── */
.hero {
  min-height: 100vh;
  background: var(--black);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 130px 6% 90px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 55% at 15% 25%, rgba(245, 54, 92, 0.11) 0%, transparent 65%),
    radial-gradient(ellipse 60% 50% at 85% 75%, rgba(61, 90, 241, 0.13) 0%, transparent 65%),
    radial-gradient(ellipse 50% 40% at 50% 50%, rgba(155, 81, 224, 0.08) 0%, transparent 70%);
}

.hero-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
}

.hero-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse at center, black 0%, transparent 72%);
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(245, 54, 92, 0.35);
  background: rgba(245, 54, 92, 0.07);
  padding: 7px 18px;
  border-radius: 100px;
  color: #ff6b8a;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  animation: fadeDown 0.7s ease both;
}

.hero-h1 {
  background: none !important;
  color: #fff !important;
  /* padding: 0px !important; */
  text-align: center;

}

.hero-h1::before {
  background: transparent !important;

}

.eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pink);
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }
}

.hero h1 {
  font-size: clamp(2.6rem, 5.5vw, 4.4rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.08;
  /* max-width: 900px; */
  margin-bottom: 26px;
  position: relative;
  z-index: 1;
  animation: fadeUp 0.8s ease 0.1s both;
  letter-spacing: -0.02em;
  padding: 15px 18px;
}

.hero h1 em {
  font-style: normal;
  background: var(--grad-h);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-sub {
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  max-width: 650px;
  line-height: 1.75;
  margin-bottom: 44px;
  position: relative;
  z-index: 1;
  animation: fadeUp 0.8s ease 0.2s both;
}

.hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-bottom: 72px;
  animation: fadeUp 0.8s ease 0.3s both;
}

/* second-section */
.te-capabilities-section {
  background: #fff;
  padding: 86px 0 96px;
}

.te-section-head {
  max-width: 760px;
  /* margin: 0 auto 48px; */
  text-align: left;
}

.te-section-head h2 {
  /* max-width: 820px; */
  margin: 0 auto 18px;
  color: #131522;
  font-size: clamp(30px, 3.3vw, 45px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.18;
}



.te-section-head p {
  /* max-width: 560px; */
  margin: 0 auto;
  color: #7d8499;
  font-size: 16px;
  line-height: 1.8;
}

.te-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  /* max-width: 880px; */
  margin: 0 auto;
  margin-top: 30px;
}

.te-capability-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-bottom: 24px;
  border-radius: 6px;
  background: rgba(190, 103, 255, 0.16);
  color: #FABCFF80;
}

.te-capability-icon svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.te-capability-card {
  min-height: 198px;
  padding: 28px 24px 26px;
  border: 1px solid #e8ebf2;
  border-radius: 10px;
  background: #fff;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.te-capability-card.active,
.te-capability-card:hover {
  border-color: rgba(253, 70, 142, 0.36);
  box-shadow: 0 18px 36px rgba(74, 93, 245, 0.08), 0 0 0 1px rgba(253, 70, 142, 0.08);
  transform: translateY(-2px);
}

.te-capability-card h3 {
  margin-bottom: 12px;
  color: #151726;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}

.te-capability-card p {
  color: #747d93;
  font-size: 14px;
  line-height: 1.8;
}

.grad-text {
  background: linear-gradient(90deg, #FF00A6 9.62%, #0565FF 96.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* end */

.custom-trading-content .btn-primary {
  background: var(--grad-2);
  color: var(--white);
  border: none;
  padding: 15px 32px;
  border-radius: 10px;
  font-family: 'Sen', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.25s;
  box-shadow: 0 8px 28px rgba(245, 54, 92, 0.4);
  letter-spacing: 0.01em;
}

.custom-trading-content .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(245, 54, 92, 0.55);
}

.custom-trading-content .btn-outline {
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 32px;
  border-radius: 10px;
  font-family: 'Sen', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.25s;
  letter-spacing: 0.01em;
}

.custom-trading-content .btn-outline:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-1px);
}

/* Hero Chart */
.hero-chart-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 980px;
  animation: fadeUp 0.9s ease 0.4s both;
}

.hero-chart-glow {
  position: absolute;
  inset: -40px;
  pointer-events: none;
  background: radial-gradient(ellipse 80% 50% at 50% 100%, rgba(245, 54, 92, 0.12) 0%, transparent 70%);
}

.hero-chart {
  background: #080b18;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 50px 120px rgba(0, 0, 0, 0.9), 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.chart-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.chart-win-dots {
  display: flex;
  gap: 6px;
}

.wd {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.wd.r {
  background: #ff5f57;
}

.wd.y {
  background: #febc2e;
}

.wd.g {
  background: #28c840;
}

.chart-tabs {
  display: flex;
  gap: 4px;
}

.chart-tab {
  padding: 5px 14px;
  border-radius: 7px;
  font-size: 0.76rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  letter-spacing: 0.02em;
}

.chart-tab.active {
  background: rgba(245, 54, 92, 0.15);
  color: var(--pink);
}

.chart-indicators {
  display: flex;
  gap: 6px;
}

.ind-pill {
  padding: 4px 11px;
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.04em;
}

.chart-body {
  padding: 22px 22px 16px;
}

.chart-price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 18px;
}

.chart-price {
  font-size: 2rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.02em;
}

.chart-change {
  font-size: 0.82rem;
  font-weight: 700;
  color: #22c55e;
  background: rgba(34, 197, 94, 0.12);
  padding: 4px 10px;
  border-radius: 7px;
}

.chart-symbol {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 600;
}

.chart-svg-wrap {
  width: 100%;
  height: 190px;
}

.chart-volume-row {
  display: flex;
  gap: 3px;
  margin-top: 10px;
  align-items: flex-end;
  height: 38px;
}

.vol-bar {
  border-radius: 2px 2px 0 0;
  flex: 1;
}

.vol-bar.g {
  background: rgba(34, 197, 94, 0.35);
}

.vol-bar.r {
  background: rgba(239, 68, 68, 0.35);
}

.chart-footer {
  display: flex;
  justify-content: space-between;
  padding: 12px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.cf-item {
  font-size: 0.73rem;
  color: rgba(255, 255, 255, 0.28);
}

.cf-item span {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 700;
}

/* ── SECTION COMMON ── */
.custom-trading-content section {
  padding: 100px 6% !important;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--violet);
  margin-bottom: 18px;
}

.section-label::before {
  content: '';
  width: 22px;
  height: 2px;
  background: var(--grad-2);
  border-radius: 2px;
  display: block;
}

.section-title {
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 18px;
  color: var(--g800);
  letter-spacing: -0.02em;
}

.section-title em {
  font-style: normal;
  background: var(--grad-h);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-sub {
  font-size: 1.02rem;
  color: var(--g600);
  line-height: 1.75;
  max-width: 600px;
}

/* ── TRUST ── */
.trust-section {
  padding: 56px 6%;
  background: var(--g50);
  border-bottom: 1px solid var(--g100);
}

.trust-label {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--g400);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.logos-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 44px;
  flex-wrap: wrap;
  margin-bottom: 56px;
}

.logo-item {
  font-weight: 800;
  font-size: 1rem;
  color: var(--g200);
  letter-spacing: 0.04em;
  transition: color 0.2s;
  cursor: default;
}

.logo-item:hover {
  color: var(--g400);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
}

.stat-card {
  padding: 32px 28px;
  background: var(--white);
  border-radius: 0;
  position: relative;
}

.stat-card:first-child {
  border-radius: 14px 0 0 14px;
}

.stat-card:last-child {
  border-radius: 0 14px 14px 0;
}

.stat-num {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1;
  background: var(--grad-h);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 0.85rem;
  color: var(--g400);
  font-weight: 600;
}

/* ── SOLUTIONS ── */
.solutions-section {
  background: var(--white);
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 52px;
}

.sol-card {
  padding: 34px;
  border-radius: 18px;
  border: 1px solid var(--g100);
  background: var(--white);
  transition: all 0.28s;
  position: relative;
  overflow: hidden;
}

.sol-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--grad-2);
  opacity: 0;
  transition: opacity 0.28s;
}

.sol-card:hover::after {
  opacity: 1;
}

.sol-card:hover {
  border-color: rgba(61, 90, 241, 0.2);
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
}

.sol-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  font-size: 1.5rem;
}

.sol-icon.p {
  background: rgba(245, 54, 92, 0.1);
}

.sol-icon.v {
  background: rgba(61, 90, 241, 0.1);
}

.sol-icon.m {
  background: linear-gradient(135deg, rgba(245, 54, 92, 0.09), rgba(61, 90, 241, 0.09));
}

.sol-card h3 {
  font-size: 1.08rem;
  font-weight: 800;
  margin-bottom: 11px;
  color: var(--g800);
}

.sol-card p {
  font-size: 0.88rem;
  color: var(--g600);
  line-height: 1.7;
}

.sol-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 18px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--violet);
  text-decoration: none;
  transition: gap 0.2s;
}

.sol-link:hover {
  gap: 9px;
}

/* ── DEMO ── */


.demo-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.demo-features {
  list-style: none;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.demo-feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.feat-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  flex-shrink: 0;
  background: linear-gradient(139.51deg, #FD468E 3.37%, #2A5ABC 96.63%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  box-shadow: 0 4px 14px rgba(245, 54, 92, 0.25);
}
.feat-title{
 font-size: 20px;
 color: #000;
 font-weight: 700;
 /* margin-bottom: 10px; */
}
.demo-feature p{
  font-size: 16px;
}

.demo-feature strong {
  font-weight: 800;
  color: var(--g800);
  display: block;
  font-size: 0.92rem;
  margin-bottom: 4px;
}

.demo-feature span {
  font-size: 0.86rem;
  color: var(--g600);
  line-height: 1.6;
}

.demo-chart {
  background: var(--dark);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 22px;
  overflow: hidden;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.28);
}

.demo-chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.demo-ticker {
  font-weight: 800;
  color: var(--white);
  font-size: 1.05rem;
}

.demo-tf {
  display: flex;
  gap: 4px;
}

.tf-btn {
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 0.7rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: all 0.2s;
}

.tf-btn.active {
  background: rgba(245, 54, 92, 0.18);
  color: var(--pink);
}

.tf-btn:hover {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.7);
}

.demo-legend {
  display: flex;
  gap: 18px;
  padding: 12px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 10px;
}

.demo-legend span {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 600;
}

/* ── HOW IT WORKS ── */
.hiw-section {
  background: var(--white);
}

.hiw-header {
  text-align: center;
  margin-bottom: 64px;
}

.hiw-header .section-label {
  justify-content: center;
}

.hiw-header .section-sub {
  margin: 0 auto;
  text-align: center;
}

.steps-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

.steps-track::before {
  content: '';
  position: absolute;
  top: 38px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: linear-gradient(90deg, var(--pink), var(--purple), var(--violet));
  opacity: 0.25;
}

.step-item {
  padding: 0 22px;
  text-align: center;
}

.step-circle {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  /* background: var(--grad-2); */
  background: linear-gradient(143.01deg, #FD468E 13.55%, #2A5ABC 83.39%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--white);
  margin: 0 auto 24px;
  position: relative;
  z-index: 1;
  /* box-shadow: 0 10px 30px rgba(245, 54, 92, 0.35); */
}


.pro-badges {
position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(105deg, #ff4db4, #6b67ff);
  color: #fff;
  font-size: 12px;
  font-weight: 800;

}

.step-item h3 {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 11px;
  color: var(--g800);
}

.step-item p {
  font-size: 0.85rem;
  color: var(--g600);
  line-height: 1.65;
}

/* ── CHART TYPES ── */
.chart-types-section {
  background: var(--g50);
}

.ct-header {
  margin-bottom: 52px;
}

.chart-types-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.ct-card {
  background: var(--white);
  border-radius: 18px;
  border: 1px solid var(--g100);
  overflow: hidden;
  transition: all 0.25s;
}

.ct-card:hover {
  border-color: rgba(61, 90, 241, 0.25);
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.ct-preview {
  height: 130px;
  background: #080b18;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  position: relative;
  overflow: hidden;
}

.ct-info {
  padding: 18px 20px;
}

.ct-info h3 {
  font-size: 0.92rem;
  font-weight: 800;
  margin-bottom: 7px;
  color: var(--g800);
}

.ct-info p {
  font-size: 0.8rem;
  color: var(--g600);
  line-height: 1.6;
}

.ct-tag {
  display: inline-block;
  margin-top: 10px;
  padding: 3px 10px;
  border-radius: 100px;
  font-size: 0.68rem;
  font-weight: 700;
  background: rgba(61, 90, 241, 0.07);
  color: var(--violet);
  letter-spacing: 0.04em;
}

/* ── INTEGRATION ── */
.integration-section {
  background: var(--white);
}

.int-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.int-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.int-pill {
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 700;
  border: 1px solid var(--g100);
  color: var(--g600);
  display: flex;
  align-items: center;
  gap: 7px;
  background: var(--g50);
}

.pill-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--grad-2);
  display: block;
}

.code-window {
  background: #0a0c1a;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}

.code-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 18px;
  background: rgba(255, 255, 255, 0.025);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.code-dots {
  display: flex;
  gap: 6px;
}

.cd {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.cd.r {
  background: rgba(255, 95, 87, 0.7);
}

.cd.y {
  background: rgba(254, 188, 46, 0.7);
}

.cd.g {
  background: rgba(40, 200, 64, 0.7);
}

.code-lang {
  font-size: 0.7rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.08em;
}

.code-body {
  padding: 22px;
  font-family: 'Courier New', monospace;
  font-size: 0.82rem;
  line-height: 1.8;
}

.cc1 {
  color: #c792ea;
}

/* keyword */
.cc2 {
  color: #82aaff;
}

/* identifier */
.cc3 {
  color: #697098;
}

/* comment */
.cc4 {
  color: #82cfff;
}

/* function */
.cc5 {
  color: #c3e88d;
}

/* string */
.cc6 {
  color: #89ddff;
}

/* punct */

/* ── USE CASES ── */
.usecases-section {
  background: var(--dark);
  position: relative;
  overflow: hidden;
}

.usecases-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 60% 60% at 80% 20%, rgba(61, 90, 241, 0.1) 0%, transparent 65%),
    radial-gradient(ellipse 50% 50% at 20% 80%, rgba(245, 54, 92, 0.08) 0%, transparent 65%);
}

.usecases-section .section-label {
  color: rgba(255, 255, 255, 0.5);
}

.usecases-section .section-label::before {
  background: var(--grad-2);
}

.usecases-section .section-title {
  color: var(--white);
}

.usecases-section .section-sub {
  color: rgba(255, 255, 255, 0.5);
}

.uc-header {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.uc-header .section-label {
  justify-content: center;
}

.uc-header .section-sub {
  margin: 0 auto;
  text-align: center;
}

.uc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
  z-index: 1;
}

.uc-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  padding: 34px 28px;
  transition: all 0.28s;
}

.uc-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(245, 54, 92, 0.3);
  transform: translateY(-4px);
}

.uc-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: var(--grad-2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 22px;
  box-shadow: 0 8px 24px rgba(245, 54, 92, 0.25);
}

.uc-card h3 {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 12px;
  color: var(--white);
}

.uc-card p {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.7;
}

.chart-img-sec img {
  width: 100%;
}

/* ── PRICING ── */
.pricing-section {
  background: var(--white);
}

.pricing-header {
  text-align: center;
  margin-bottom: 60px;
}

.pricing-header .section-label {
  justify-content: center;
}

.pricing-header .section-sub {
  margin: 0 auto;
  text-align: center;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1100px;
  margin: 0 auto;
}

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 515px;
  padding: 40px 34px;
  border-radius: 22px;
  border: 1px solid var(--g100);
  background: var(--white);
  transition: min-height 0.38s ease, transform 0.28s, box-shadow 0.28s, border-color 0.28s;
  position: relative;
  /* overflow: hidden; */
}

.price-card.featured {
  background: var(--dark);
  border-color: rgba(245, 54, 92, 0.3);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(245, 54, 92, 0.15);
  transform: scale(1.03);

}

.price-card:hover:not(.featured) {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.09);
  border-color: var(--g200);
}

.price-card:hover,
.price-card:focus-within {
  min-height: 585px;
}

.price-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
  max-width: 50%;
  text-align: center;
}

.price-card:not(.featured) .price-badge {
  background: var(--g50);
  color: var(--g400);
}

.price-card.featured .price-badge {
  background: var(--grad-2);
  color: var(--white);
}

.price-name {
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.price-card:not(.featured) .price-name {
  color: var(--g800);
}

.price-card.featured .price-name {
  color: var(--white);
}

.price-desc {
  font-size: 0.86rem;
  color: var(--g400);
  line-height: 1.65;
  margin-bottom: 28px;
}

.price-card.featured .price-desc {
  color: rgba(255, 255, 255, 0.45);
}

.price-amount {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 28px;
  letter-spacing: -0.02em;
}

.price-card:not(.featured) .price-amount {
  color: var(--g800);
}

.price-card.featured .price-amount {
  color: var(--white);
}

.price-amount small {
  font-size: 1rem;
  font-weight: 600;
}

.price-divider {
  height: 1px;
  background: var(--g100);
  margin-bottom: 24px;
}

.price-card.featured .price-divider {
  background: rgba(255, 255, 255, 0.08);
}

.price-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  margin-bottom: 32px;
}

.price-feat {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 0.87rem;
}

.price-card:not(.featured) .price-feat {
  color: var(--g600);
}

.price-card.featured .price-feat {
  color: rgba(255, 255, 255, 0.7);
}

.check-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.15);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  color: #22c55e;
}

.price-btn {
  display: block;
  width: 100%;
  max-height: 0;
  min-height: 0;
  margin: 0 auto;
  padding: 0 14px;
  border-radius: 10px;
  font-family: 'Sen', sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  cursor: pointer;
  overflow: hidden;
  opacity: 0;
  transform: translateY(14px);
  transform-origin: center;
  pointer-events: none;
  transition: max-height 0.38s ease, min-height 0.38s ease, padding 0.38s ease, opacity 0.28s ease, transform 0.38s ease, box-shadow 0.28s ease, background 0.28s ease, border-color 0.28s ease;
  letter-spacing: 0.01em;
}

.price-card:hover .price-btn,
.price-card:focus-within .price-btn {
  max-height: 54px;
  min-height: 50px;
  padding-top: 14px;
  padding-bottom: 14px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.price-btn.primary {
  background: var(--grad-2);
  color: var(--white);
  border: none;
  box-shadow: 0 6px 20px rgba(245, 54, 92, 0.35);
  text-align: center;
}

.price-btn.primary:hover {
  box-shadow: 0 10px 30px rgba(245, 54, 92, 0.5);
}

.price-btn.ghost {
  background: transparent;
  border: 1px solid var(--g200);
  color: var(--g600);
}

.price-btn.ghost:hover {
  background: var(--g50);
  border-color: var(--g400);
}

/* ── CEO QUOTE ── */
.custom-trading-content .hc-ceo-quote-section {
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 94px 6% 98px;
}

.hc-ceo-quote-card {
  position: relative;
  width: min(100%, 710px);
  min-height: 236px;
  padding: 58px 58px 38px;
  border: 1px solid rgba(251, 111, 190, 0.28);
  border-radius: 20px;
background: linear-gradient(180deg, rgba(252, 70, 141, 0.05) 0%, rgba(63, 94, 251, 0.05) 100%);  box-shadow: 0 0 0 1px rgba(255, 235, 249, 0.8), 0 16px 34px rgba(204, 141, 211, 0.15);
  text-align: center;
}

.hc-ceo-quote-card p {
  max-width: 555px;
  margin: 0 auto 36px;
  color: #272838;
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.45;
}

.hc-ceo-quote-mark {
  position: absolute;
  color: #aeb1ba;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}

.hc-ceo-quote-start {
  top: 34px;
  left: 34px;
}

.hc-ceo-quote-end {
  right: 62px;
  bottom: 99px;
}

.hc-ceo-profile {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  text-align: left;
}

.hc-ceo-profile img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
}

.hc-ceo-profile h3 {
  margin-bottom: 7px;
  color: #161827;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.1;
}

.hc-ceo-profile span {
  color: #8a8f9f;
  font-size: 12px;
  font-weight: 700;
}

/* ── WHY SECTION ── */
/* .why-section {
  background: var(--g50);
} */

.why-header {
  max-width: 680px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 52px;
}

.why-card {
  padding: 30px 24px;
  border-radius: 18px;
  background: var(--white);
border: 0.8px solid #1E293933;
  transition: all 0.25s;
}

.why-card:hover {
  border-color: rgba(61, 90, 241, 0.2);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.09);
}

.why-emoji {
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.why-card h3 {
  font-size: 0.92rem;
  font-weight: 800;
  margin-bottom: 10px;
  color: var(--g800);
}

.why-card p {
  font-size: 0.82rem;
  color: var(--g600);
  line-height: 1.65;
}

/* ── TESTIMONIALS ── */
.testi-section {
  background: var(--white);
}

.testi-header {
  text-align: center;
  margin-bottom: 56px;
}

.testi-header .section-label {
  justify-content: center;
}

.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testi-card {
  padding: 36px;
  border-radius: 20px;
  border: 1px solid var(--g100);
  background: var(--g50);
  transition: all 0.25s;
  position: relative;
}

.testi-card:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.testi-quote {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--g100);
  line-height: 1;
  margin-bottom: 16px;
}

.stars {
  color: #f59e0b;
  font-size: 0.9rem;
  letter-spacing: 2px;
  margin-bottom: 18px;
}

.testi-text {
  font-size: 0.9rem;
  color: var(--g600);
  line-height: 1.75;
  margin-bottom: 28px;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 13px;
}

.testi-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--white);
}

.testi-name {
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--g800);
}

.testi-role {
  font-size: 0.78rem;
  color: var(--g400);
  margin-top: 2px;
}

/* ── FAQ ── */
.faq-section {
  background: var(--g50);
}

.faq-header {
  text-align: center;
  margin-bottom: 56px;
}

.faq-header .section-label {
  justify-content: center;
}

.faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--g100);
  border-radius: 14px;
  overflow: hidden;
  transition: box-shadow 0.25s;
}

.faq-item.open {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
  border-color: rgba(61, 90, 241, 0.2);
}

.faq-q {
  padding: 22px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 0.97rem;
  font-weight: 700;
  color: var(--g800);
  user-select: none;
  transition: color 0.2s;
}

.faq-item.open .faq-q {
  color: var(--violet);
}

.faq-arrow {
  font-size: 0.8rem;
  color: var(--g400);
  transition: transform 0.3s;
}

.faq-item.open .faq-arrow {
  transform: rotate(180deg);
  color: var(--violet);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s;
  font-size: 0.9rem;
  color: var(--g600);
  line-height: 1.75;
  padding: 0 28px;
}

.faq-item.open .faq-a {
  max-height: 300px;
  padding: 0 28px 22px;
}

/* ── FINAL CTA ── */
.final-cta {
  background: var(--black);
  text-align: center;
  padding: 110px 6%;
  position: relative;
  overflow: hidden;
}

.final-cta-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 60% at 30% 50%, rgba(245, 54, 92, 0.1) 0%, transparent 65%),
    radial-gradient(ellipse 60% 55% at 70% 50%, rgba(61, 90, 241, 0.11) 0%, transparent 65%);
}

.final-cta-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.02;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px;
}

.final-cta-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}

.final-cta h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
  letter-spacing: -0.02em;
}

.final-cta h2 em {
  font-style: normal;
  background: var(--grad-h);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.final-cta p {
  font-size: 1.02rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.75;
  max-width: 620px;
  margin: 0 auto 44px;
  position: relative;
  z-index: 1;
}

.final-cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.cta-trust {
  margin-top: 32px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 1;
}

.cta-trust span {
  color: rgba(255, 255, 255, 0.55);
}

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

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

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-14px);
  }

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

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-btns.ar3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.bold-sub {
  color: #FFFFFFB2;
}

/* ── RESPONSIVE ── */
@media (max-width:1024px) {
  .te-capability-grid {
    grid-template-columns: 1fr 1fr;
  }

}


@media (max-width: 1199px) {
  .solutions-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .chart-types-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .uc-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-card:first-child {
    border-radius: 14px 0 0 0;
  }

  .stat-card:last-child {
    border-radius: 0 14px 14px 0;
  }
}

@media (max-width: 991px) {
  nav {
    padding: 14px 5%;
  }

  .hero h1 {
    font-size: 2.2rem;
  }

  .demo-inner,
  .int-inner {
    grid-template-columns: 1fr;
  }

  .steps-track {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .steps-track::before {
    display: none;
  }

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

  .price-card.featured {
    transform: none;
  }

  .price-btn {
    width: 100%;
  }

  .custom-trading-content .hc-ceo-quote-section {
    padding: 72px 6% !important;
  }

  .hc-ceo-quote-card {
    max-width: 640px;
    min-height: auto;
    padding: 50px 34px 34px;
  }

  .hc-ceo-quote-card p {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .hc-ceo-quote-end {
    right: 34px;
    bottom: 104px;
  }

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

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .te-section-head {
    margin-bottom: 34px;
  }

  .te-section-head h2 {
    font-size: 28px;
  }

  .te-capability-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 768.98px) {
  .chart-types-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .chart-img-sec img {
    max-height: 200px;
  }

  .hc-ceo-quote-card {
    border-radius: 16px;
    padding: 46px 22px 30px;
  }

  .hc-ceo-quote-card p {
    font-size: 13px;
    line-height: 1.55;
  }

  .hc-ceo-quote-start {
    top: 25px;
    left: 22px;
  }

  .hc-ceo-quote-end {
    right: 24px;
    bottom: 101px;
  }

  .hc-ceo-profile {
    gap: 13px;
  }

  .hc-ceo-profile img {
    width: 58px;
    height: 58px;
  }

  .hc-ceo-profile h3 {
    font-size: 15px;
  }
  .wrap{
    padding: 0px !important;
  }
        .steps-track {
          grid-template-columns: repeat(1, 1fr);
          gap: 32px;
        }
                        .why-grid {
                          grid-template-columns: repeat(1, 1fr);
                        }
}
