@charset "UTF-8";
/* ============================================
   GOC Global Algo — V3 Command Center Theme
   ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.main-globalalgo-v3,
.main-globalalgo-v3 * {
  scroll-behavior: auto !important;
}

:root {
  --ga-bg: #0B0E11;
  --ga-bg-card: #10141a;
  --ga-bg-elevated: #151a24;
  --ga-green: #00FF7F;
  --ga-green-dim: rgba(0, 255, 127, 0.1);
  --ga-green-dim-2: rgba(0, 255, 163, .08);
  --ga-green-glow: rgba(0, 255, 127, 0.3);
  --ga-green-mid: rgba(0, 255, 127, 0.5);
  --ga-teal: #0AB0B0;
  --ga-violet: #6D47FF;
  --ga-violet-dim: rgba(109, 71, 255, 0.1);
  --ga-violet-glow: rgba(109, 71, 255, 0.35);
  --ga-violet-light: #8B6FFF;
  --ga-red: #FF4D4D;
  --ga-text: #e4e8ee;
  --ga-text-dim: #6b7280;
  --ga-text-dim-2: #9ca3af;
  --ga-text-muted: #6b7280;
  --ga-text-muted-2: rgba(255, 255, 255, .35);
  --ga-glass-bg: rgba(16, 20, 26, 0.75);
  --ga-glass-bg-2: rgba(255, 255, 255, .04);
  --ga-glass-border: rgba(255, 255, 255, 0.06);
  --ga-glass-border-2: rgba(255, 255, 255, .08);
  --ga-radius: 16px;
  --ga-radius-sm: 10px;
  --ga-gradient-main: linear-gradient(101deg, #0AB0B0 5%, #00FF7F 100%);
  --ga-gradient-main-2: linear-gradient(90deg, #00FF7F, #0AB0B0);
  --font-Poppins: "Poppins", sans-serif;
  --radius: 16px;
  --radius-sm: 10px;
  --teal: #0AB0B0;
  --violet: #6D47FF;
  --violet-dim: rgba(109, 71, 255, 0.1);
  --violet-glow: rgba(109, 71, 255, 0.35);
  --violet-light: #8B6FFF;
}

.main-globalalgo-v3 {
  font-family: var(--font-Poppins);
  background: var(--ga-bg);
  color: var(--ga-text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.main-globalalgo-v3 *,
.main-globalalgo-v3 *::before,
.main-globalalgo-v3 *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.main-globalalgo-v3 a {
  text-decoration: none;
  color: inherit;
}

.main-globalalgo-v3 .green {
  color: var(--ga-green) !important;
}

.main-globalalgo-v3 .violet {
  color: var(--ga-violet-light) !important;
}

.main-globalalgo-v3 .red {
  color: var(--ga-red) !important;
}

/* ========== BUTTONS ========== */
.main-globalalgo-v3 .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 30px;
  border-radius: var(--ga-radius-sm);
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  font-family: inherit;
  line-height: 1.5;
  font-family: var(--font-Poppins);
}

.main-globalalgo-v3 .btn-primary {
  background: var(--ga-gradient-main) !important;
  color: #0B0E11 !important;
  border-color: transparent !important;
}

.main-globalalgo-v3 .btn-primary:hover,
.main-globalalgo-v3 .btn-primary:focus,
.main-globalalgo-v3 .btn-primary:active {
  background: var(--ga-gradient-main) !important;
  color: #0B0E11 !important;
  border-color: transparent !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px var(--ga-green-glow), 0 4px 16px var(--ga-violet-glow);
}

.main-globalalgo-v3 .btn-glass {
  background: var(--ga-glass-bg);
  color: var(--ga-text);
  border: 1px solid var(--ga-glass-border);
  backdrop-filter: blur(12px);
}

.main-globalalgo-v3 .btn-glass:hover {
  border-color: rgba(0, 255, 163, 0.2);
  background: rgba(0, 255, 163, 0.05);
  transform: translateY(-2px);
  color: var(--ga-text);
}

.main-globalalgo-v3 .btn-lg {
  padding: 18px 44px;
  font-size: 1.05rem;
  border-radius: 12px;
}

/* ========== HERO ========== */
.main-globalalgo-v3 .hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 110px 24px 60px;
  overflow: hidden;
  background: var(--ga-bg);
}

.main-globalalgo-v3 .hero-grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 255, 163, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(112, 0, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 60% 50% at 50% 50%, black 20%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 60% 50% at 50% 50%, black 20%, transparent 100%);
}

.main-globalalgo-v3 .hero-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  animation: glowDrift 10s ease-in-out infinite alternate;
}

.main-globalalgo-v3 .glow-green {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--ga-green-glow) 0%, transparent 70%);
  top: -150px;
  right: -200px;
  opacity: 0.4;
}

.main-globalalgo-v3 .glow-violet {
  width: 550px;
  height: 550px;
  background: radial-gradient(circle, var(--ga-violet-glow) 0%, transparent 70%);
  bottom: -150px;
  left: -200px;
  opacity: 0.4;
  animation-delay: 5s;
}

.main-globalalgo-v3 .glow-center {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(0, 255, 163, 0.08) 0%, rgba(112, 0, 255, 0.05) 50%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 2.5s;
  animation-name: glowPulseCenter;
}

@keyframes glowDrift {
  0% {
    transform: scale(1) translate(0, 0);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.15) translate(10px, -10px);
    opacity: 0.5;
  }
}
@keyframes glowPulseCenter {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.5;
  }
}
.main-globalalgo-v3 .hero-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.main-globalalgo-v3 .particle {
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  opacity: 0;
  animation: particleFloat 6s ease-in-out infinite;
}

@keyframes particleFloat {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-120px);
  }
}
.main-globalalgo-v3 .hero-content {
  position: relative;
  z-index: 1;
  max-width: 860px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-globalalgo-v3 .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--ga-glass-bg);
  border: 1px solid var(--ga-glass-border);
  padding: 10px 22px;
  border-radius: 100px;
  font-size: 0.85rem;
  color: var(--ga-text-dim);
  margin-bottom: 24px;
  backdrop-filter: blur(12px);
  font-family: var(--font-Poppins);
}

.main-globalalgo-v3 .eyebrow-pulse {
  width: 8px;
  height: 8px;
  background: var(--ga-green);
  border-radius: 50%;
  animation: livePulse 2s ease-in-out infinite;
}

@keyframes livePulse {
  0%, 100% {
    box-shadow: 0 0 0 0 var(--ga-green-glow);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(0, 255, 163, 0);
  }
}
.main-globalalgo-v3 .hero-intro {
  font-size: 0.85rem;
  font-weight: 600;
  background: var(--ga-gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: var(--font-Poppins);
}

.main-globalalgo-v3 .hero-intro::before,
.main-globalalgo-v3 .hero-intro::after {
  content: "";
  width: 32px;
  height: 1px;
  background: var(--ga-gradient-main);
  flex-shrink: 0;
}

.main-globalalgo-v3 .hero-title {
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.04em;
  margin-bottom: 10px;
  color: #fff;
  font-family: var(--font-Poppins);
}

.main-globalalgo-v3 .hero-tagline {
  font-size: clamp(1.25rem, 2.5vw, 1.7rem);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 16px;
  letter-spacing: -0.01em;
  font-family: var(--font-Poppins);
}

.main-globalalgo-v3 .title-gradient {
  background: var(--ga-gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.main-globalalgo-v3 .hero-subtitle {
  font-size: clamp(0.85rem, 1.5vw, 0.95rem);
  color: var(--ga-text-dim);
  max-width: 480px;
  margin: 0 auto 28px;
  line-height: 1.7;
  font-weight: 400;
  font-family: var(--font-Poppins);
}

.main-globalalgo-v3 .hero-subtitle strong {
  background: var(--ga-gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}

.main-globalalgo-v3 .hero-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.main-globalalgo-v3 .hero-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}

.main-globalalgo-v3 .scroll-mouse {
  width: 24px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  padding-top: 8px;
}

.main-globalalgo-v3 .scroll-wheel {
  width: 3px;
  height: 8px;
  background: var(--ga-green);
  border-radius: 2px;
  animation: scrollAnim 2s ease-in-out infinite;
}

@keyframes scrollAnim {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(12px);
  }
}
/* ========== SECTIONS ========== */
.main-globalalgo-v3 .section-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.main-globalalgo-v3 .section-header {
  text-align: center;
  margin-bottom: 64px;
}

.main-globalalgo-v3 .section-tag {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 100px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: var(--font-Poppins);
}

.main-globalalgo-v3 .green-tag {
  background: var(--ga-green-dim);
  color: var(--ga-green);
  border: 1px solid rgba(0, 255, 163, 0.15);
}

.main-globalalgo-v3 .violet-tag {
  background: var(--ga-violet-dim);
  color: var(--ga-violet-light);
  border: 1px solid rgba(112, 0, 255, 0.2);
}

.main-globalalgo-v3 .section-title {
  font-size: clamp(1.7rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
  color: #fff;
  font-family: var(--font-Poppins);
}

.main-globalalgo-v3 .section-subtitle {
  color: var(--ga-text-dim);
  font-size: 1rem;
  font-style: italic;
  font-family: var(--font-Poppins);
}

/* ========== PERFORMANCE — BENTO GRID ========== */
.main-globalalgo-v3 .performance {
  padding: 120px 0;
  background: var(--ga-bg);
}

.main-globalalgo-v3 .bento-grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 900px;
  margin: 0 auto;
}

.main-globalalgo-v3 .bento-card {
  position: relative;
  background: var(--ga-glass-bg);
  border: 1px solid var(--ga-glass-border);
  border-radius: var(--ga-radius);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 28px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-globalalgo-v3 .bento-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.1);
}

.main-globalalgo-v3 .card-glow-line {
  position: absolute;
  top: -1px;
  left: 15%;
  right: 15%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--ga-green), transparent);
  opacity: 0;
  transition: opacity 0.4s;
}

.card-oneliner {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--ga-text-dim);
  margin-bottom: 16px;
  white-space: nowrap;
  overflow-x: auto;
}

.neon-amount {
  font-size: 1.1rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.02em;
}

.card-oneliner .neon-amount {
  font-size: 1.15rem;
}

.neon-arrow-icon {
  font-size: 1rem;
  color: var(--ga-teal);
  opacity: 0.6;
}

.card-oneliner .neon-arrow-icon {
  font-size: 1.1rem;
}

.neon-glow {
  color: var(--ga-green);
  text-shadow: 0 0 8px var(--ga-green-glow), 0 0 24px rgba(0, 255, 127, 0.15);
}

.main-globalalgo-v3 .violet-line {
  background: linear-gradient(90deg, transparent, var(--ga-violet-light), transparent);
}

.main-globalalgo-v3 .bento-card:hover .card-glow-line {
  opacity: 0.8;
}

.main-globalalgo-v3 .bento-large,
.main-globalalgo-v3 .bento-medium {
  width: 100%;
}

/* Chart */
.main-globalalgo-v3 .algo-chart {
  width: 100%;
  margin: 20px 0;
  border-radius: var(--ga-radius-sm);
  background: rgba(0, 0, 0, 0.25);
  padding: 24px 20px 12px;
  position: relative;
  border: 1px solid var(--ga-glass-border);
}

.main-globalalgo-v3 .algo-chart svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}

.main-globalalgo-v3 .chart-grid-line {
  stroke: rgba(255, 255, 255, 0.05);
  stroke-width: 1;
}

.main-globalalgo-v3 .chart-label {
  fill: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  font-family: inherit;
  font-weight: 500;
}

.main-globalalgo-v3 .chart-title {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 4px;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-family: var(--font-Poppins);
}

.main-globalalgo-v3 .chart-bar {
  transition: opacity 0.3s;
}

.main-globalalgo-v3 .chart-bar:hover {
  opacity: 0.8;
}

.main-globalalgo-v3 .chart-bar-green {
  fill: var(--ga-green);
  opacity: 0.75;
  filter: drop-shadow(0 0 4px var(--ga-green-glow));
}

.main-globalalgo-v3 .chart-bar-green-bright {
  fill: var(--ga-green);
  opacity: 1;
  filter: drop-shadow(0 0 8px var(--ga-green-glow));
}

.main-globalalgo-v3 .chart-bar-red {
  fill: var(--ga-red);
  opacity: 0.85;
  filter: drop-shadow(0 0 4px rgba(255, 77, 77, 0.4));
}

.main-globalalgo-v3 .chart-bar-label {
  fill: #fff;
  font-size: 11px;
  font-family: inherit;
  font-weight: 600;
  text-anchor: middle;
}

.main-globalalgo-v3 .chart-bar-label-red {
  fill: var(--ga-red);
}

/* Card top */
.main-globalalgo-v3 .card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 12px;
  gap: 12px;
  flex-wrap: wrap;
}

.main-globalalgo-v3 .card-identity {
  display: flex;
  align-items: center;
  gap: 12px;
}

.main-globalalgo-v3 .algo-badge {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-globalalgo-v3 .green-badge {
  background: var(--ga-green-dim);
  color: var(--ga-green);
  border: 1px solid rgba(0, 255, 163, 0.2);
}

.main-globalalgo-v3 .violet-badge {
  background: var(--ga-violet-dim);
  color: var(--ga-violet-light);
  border: 1px solid rgba(112, 0, 255, 0.25);
}

.main-globalalgo-v3 .card-name {
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  font-family: var(--font-Poppins);
}

.main-globalalgo-v3 .card-tag {
  font-size: 0.75rem;
  color: var(--ga-text-dim);
  font-weight: 500;
  font-family: var(--font-Poppins);
}

.main-globalalgo-v3 .card-return {
  font-size: 0.9rem;
  font-weight: 800;
  padding: 5px 16px;
  border-radius: var(--ga-radius-sm);
  letter-spacing: -0.01em;
  font-family: var(--font-Poppins);
}

.main-globalalgo-v3 .green-return {
  background: var(--ga-green-dim);
  color: var(--ga-green);
  border: 1px solid rgba(0, 255, 163, 0.2);
}

.main-globalalgo-v3 .violet-return {
  background: var(--ga-violet-dim);
  color: var(--ga-violet-light);
  border: 1px solid rgba(112, 0, 255, 0.25);
}

.main-globalalgo-v3 .card-quote {
  font-size: 0.85rem;
  color: var(--ga-text-muted);
  font-style: italic;
  margin-bottom: 20px;
  font-family: var(--font-Poppins);
}

.main-globalalgo-v3 .card-period {
  font-size: 0.75rem;
  color: var(--ga-text-dim);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--ga-glass-border);
  font-family: var(--font-Poppins);
}

.main-globalalgo-v3 .pulse-title {
  font-size: 0.8rem;
  color: var(--ga-violet-light);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin-bottom: 12px;
}

/* Metrics Row */
.main-globalalgo-v3 .metrics-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--ga-glass-border);
}

.main-globalalgo-v3 .metric {
  flex: 1;
  min-width: 70px;
  text-align: center;
}

.main-globalalgo-v3 .metric-val {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  font-family: var(--font-Poppins);
}

.main-globalalgo-v3 .metric-lbl {
  display: block;
  font-size: 0.65rem;
  color: var(--ga-text-dim);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 4px;
  font-family: var(--font-Poppins);
}

/* Data Table */
.main-globalalgo-v3 .table-wrapper {
  overflow-x: auto;
}

.main-globalalgo-v3 .data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.82rem;
}

.main-globalalgo-v3 .data-table th {
  text-align: left;
  padding: 10px 10px;
  font-weight: 600;
  color: var(--ga-text-dim);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-bottom: 1px solid var(--ga-glass-border);
  font-family: var(--font-Poppins);
}

.main-globalalgo-v3 .data-table td {
  padding: 9px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.02);
  font-variant-numeric: tabular-nums;
  color: var(--ga-text);
  font-family: var(--font-Poppins);
}

.main-globalalgo-v3 .data-table tbody tr {
  transition: background 0.2s;
}

.main-globalalgo-v3 .data-table tbody tr:hover {
  background: rgba(0, 255, 163, 0.03);
}

.main-globalalgo-v3 .total-row {
  font-weight: 700;
  border-top: 1px solid var(--ga-glass-border);
}

.main-globalalgo-v3 .total-row td {
  padding-top: 14px;
  border-bottom: none;
}

/* ========== WHY US — EDGE CARDS ========== */
.main-globalalgo-v3 .why-us {
  padding: 120px 0;
  background: var(--ga-bg-card);
}

.main-globalalgo-v3 .edge-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.main-globalalgo-v3 .edge-card {
  position: relative;
  background: var(--ga-glass-bg);
  border: 1px solid var(--ga-glass-border);
  border-radius: var(--ga-radius);
  padding: 36px 28px 32px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.main-globalalgo-v3 .edge-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.1);
}

.main-globalalgo-v3 .edge-number {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 3rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.03);
  letter-spacing: -0.05em;
  line-height: 1;
  pointer-events: none;
  font-family: var(--font-Poppins);
}

.main-globalalgo-v3 .edge-icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s;
}

.main-globalalgo-v3 .green-wrap {
  background: var(--ga-green-dim);
  color: var(--ga-green);
  border: 1px solid rgba(0, 255, 163, 0.15);
}

.main-globalalgo-v3 .violet-wrap {
  background: var(--ga-violet-dim);
  color: var(--ga-violet-light);
  border: 1px solid rgba(112, 0, 255, 0.2);
}

.main-globalalgo-v3 .edge-card:hover .green-wrap {
  background: rgba(0, 255, 163, 0.15);
  box-shadow: 0 0 24px rgba(0, 255, 163, 0.15);
}

.main-globalalgo-v3 .edge-card:hover .violet-wrap {
  background: rgba(112, 0, 255, 0.15);
  box-shadow: 0 0 24px rgba(112, 0, 255, 0.15);
}

.main-globalalgo-v3 .edge-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  font-family: var(--font-Poppins);
}

.main-globalalgo-v3 .edge-desc {
  font-size: 0.88rem;
  color: var(--ga-text-dim);
  line-height: 1.6;
  font-family: var(--font-Poppins);
}

/* ========== CTA ========== */
.main-globalalgo-v3 .cta-section {
  position: relative;
  padding: 60px 0 40px;
  text-align: center;
  overflow: hidden;
  background: var(--ga-bg);
}

.main-globalalgo-v3 .cta-bg-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  pointer-events: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.main-globalalgo-v3 .cta-bg-glow:first-of-type {
  background: radial-gradient(circle, var(--ga-green-glow) 0%, transparent 70%);
  opacity: 0.15;
}

.main-globalalgo-v3 .cta-glow-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--ga-violet-glow) 0%, transparent 70%);
  opacity: 0.12;
  animation: glowDrift 8s ease-in-out infinite alternate;
}

.main-globalalgo-v3 .cta-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-globalalgo-v3 .cta-eyebrow {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ga-green);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: var(--font-Poppins);
}

.main-globalalgo-v3 .cta-title {
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  font-weight: 800;
  margin-bottom: 28px;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1.1;
  font-family: var(--font-Poppins);
}

.main-globalalgo-v3 .cta-info-card {
  background: var(--ga-glass-bg);
  border: 1px solid var(--ga-glass-border);
  border-radius: var(--ga-radius);
  padding: 24px 32px;
  max-width: 520px;
  width: 100%;
  margin-bottom: 28px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.main-globalalgo-v3 .cta-info-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  text-align: left;
}

.main-globalalgo-v3 .cta-info-icon {
  font-size: 1.5rem;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
  font-family: var(--font-Poppins);
}

.main-globalalgo-v3 .cta-info-row p {
  font-size: 1rem;
  color: var(--ga-text);
  line-height: 1.6;
  font-family: var(--font-Poppins);
}

.main-globalalgo-v3 .cta-info-row strong {
  color: #fff;
  font-weight: 700;
}

.main-globalalgo-v3 .cta-info-note {
  font-size: 0.82rem;
  color: var(--ga-text-dim);
}

.main-globalalgo-v3 .cta-divider {
  height: 1px;
  background: var(--ga-glass-border);
  margin: 16px 0;
}

.main-globalalgo-v3 .cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.main-globalalgo-v3 .cta-pulse-btn {
  animation: ctaPulse 2.5s ease-in-out infinite;
}

@keyframes ctaPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(0, 255, 163, 0.4);
  }
  50% {
    box-shadow: 0 0 24px 4px rgba(0, 255, 163, 0.15);
  }
}
.main-globalalgo-v3 .cta-seats {
  font-size: 0.85rem;
  color: var(--ga-text-dim);
  font-weight: 500;
  font-family: var(--font-Poppins);
}

/* ========== ANIMATIONS ========== */
.main-globalalgo-v3 .fade-in {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-globalalgo-v3 .fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ========== SELECTION / SCROLLBAR ========== */
.main-globalalgo-v3 ::-moz-selection {
  background: rgba(0, 255, 163, 0.2);
  color: #fff;
}
.main-globalalgo-v3 ::selection {
  background: rgba(0, 255, 163, 0.2);
  color: #fff;
}

/* ========== DEPLOY MODAL ========== */
.deploy-modal-dialog {
  max-width: 460px !important;
  margin: 1.75rem auto;
}

.deploy-modal-content {
  background: #10141a !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px !important;
  color: #e4e8ee;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.6);
  overflow: hidden;
}

.deploy-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px 0;
}

.deploy-modal-title {
  font-family: var(--font-Poppins);
  font-size: 1.4rem;
  font-weight: 800;
  background: linear-gradient(101deg, #0AB0B0 5%, #00FF7F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}

.deploy-modal-close {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
  flex-shrink: 0;
}

.deploy-modal-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.deploy-modal-body {
  padding: 20px 28px 28px;
}

.deploy-modal-desc {
  color: #6b7280;
  font-size: 0.92rem;
  margin-bottom: 20px;
  font-family: var(--font-Poppins);
  line-height: 1.5;
}

.deploy-input-wrap {
  display: flex;
  align-items: center;
  background: #0B0E11;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 14px 16px;
  gap: 10px;
  transition: border-color 0.25s ease;
}

.deploy-input-wrap:focus-within {
  border-color: rgba(0, 255, 127, 0.35);
}

.deploy-input-icon {
  font-size: 1rem;
  font-weight: 600;
  color: #4b5563;
  flex-shrink: 0;
}

.deploy-input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 600;
  font-family: var(--font-Poppins);
  width: 100%;
}

.deploy-input::-moz-placeholder {
  color: #3d4452;
  font-weight: 400;
}

.deploy-input::placeholder {
  color: #3d4452;
  font-weight: 400;
}

.deploy-input-hint {
  font-size: 0.8rem;
  color: #4b5563;
  display: block;
  margin-top: 8px;
  font-family: var(--font-Poppins);
}

.deploy-error-text {
  color: #FF4D4D;
  font-size: 0.85rem;
  margin-top: 10px;
  font-family: var(--font-Poppins);
}

.deploy-submit-btn {
  display: block;
  width: 100%;
  padding: 14px;
  margin-top: 24px;
  font-size: 1.02rem;
  font-weight: 700;
  font-family: var(--font-Poppins);
  border-radius: 10px;
  background: linear-gradient(101deg, #0AB0B0 5%, #00FF7F 100%);
  color: #0B0E11;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.deploy-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0, 255, 127, 0.3);
}

.deploy-submit-btn:disabled {
  opacity: 0.6;
  transform: none;
  cursor: not-allowed;
}

.thankyou-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 120px 20px 60px;
}

.thankyou-card {
  max-width: 560px;
  width: 100%;
  text-align: center;
}

.checkmark-circle {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: rgba(0, 255, 135, 0.1);
  border: 2px solid rgba(0, 255, 135, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 32px;
  animation: checkPop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.checkmark-circle svg {
  width: 48px;
  height: 48px;
  stroke: #00ff87;
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  animation: checkDraw 0.5s 0.4s ease forwards;
}

@keyframes checkPop {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes checkDraw {
  to {
    stroke-dashoffset: 0;
  }
}
.thankyou-heading {
  font-family: var(--font-Poppins);
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.thankyou-heading .title-gradient {
  background: linear-gradient(135deg, #00ff87 0%, #60efff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.thankyou-subtext {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 40px;
  font-family: var(--font-Poppins);
}

.thankyou-info {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 32px 28px;
  margin-bottom: 40px;
  text-align: left;
}

.thankyou-info-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 12px 0;
}

.thankyou-info-item + .thankyou-info-item {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.thankyou-info-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.thankyou-info-item p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  margin: 0;
  font-family: var(--font-Poppins);
}

.thankyou-info-item strong {
  color: #fff;
}

.telegram-section {
  background: linear-gradient(135deg, rgba(0, 136, 204, 0.08), rgba(34, 158, 217, 0.04));
  border: 1px solid rgba(0, 136, 204, 0.2);
  border-radius: 16px;
  padding: 28px 24px;
  margin-bottom: 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.telegram-section .tele-close {
  position: absolute;
  right: 20px;
  top: 10px;
  padding: 5px;
  color: #e1e1e1;
  font-size: 18px;
  background: transparent;
  border: 0px;
  box-shadow: none;
}

.telegram-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0088cc, #229ED9, #00ff87);
}

.telegram-step-badge {
  display: inline-block;
  background: rgba(0, 136, 204, 0.15);
  border: 1px solid rgba(0, 136, 204, 0.3);
  border-radius: 20px;
  padding: 4px 14px;
  font-size: 0.7rem;
  font-weight: 600;
  color: #229ED9;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 14px;
  font-family: var(--font-Poppins);
}

.telegram-title {
  font-family: var(--font-Poppins);
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
}

.telegram-desc {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  margin: 0 0 18px;
  font-family: var(--font-Poppins);
}

.telegram-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: linear-gradient(135deg, #0088cc, #229ED9) !important;
  border-radius: 12px;
  color: #fff !important;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 136, 204, 0.3);
  font-family: var(--font-Poppins);
}

.telegram-btn:hover {
  background: linear-gradient(135deg, #006fa1, #0088cc) !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0, 136, 204, 0.4);
}

.telegram-stat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: rgba(0, 255, 135, 0.7);
  margin: 16px 0 0;
  font-weight: 500;
  font-family: var(--font-Poppins);
  position: relative;
  padding-left: 15px;
}

.telegram-stat::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #00ff87;
  border-radius: 50%;
  animation: pulse-dot 2s infinite;
  min-width: 6px;
  position: absolute;
  left: 3px;
  top: 6px;
}

@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.thankyou-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: rgba(37, 211, 102, 0.1) !important;
  border: 1px solid rgba(37, 211, 102, 0.25) !important;
  border-radius: 12px;
  color: #25D366 !important;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 8px;
  font-family: var(--font-Poppins);
}

.thankyou-whatsapp-btn:hover {
  background: rgba(37, 211, 102, 0.18) !important;
  border-color: rgba(37, 211, 102, 0.4) !important;
}

/* ========== RESPONSIVE ========== */
.pd-telegram {
  position: relative;
  border: 1px solid rgba(0, 136, 204, 0.27);
}
.pd-telegram .telegram-btn {
  padding: 12px 24px;
}
.pd-telegram .tele-close {
  position: absolute;
  right: 20px;
  top: 10px;
  padding: 5px;
  color: #373737;
  font-size: 18px;
  background: transparent;
  border: 0px;
  box-shadow: none;
}
.pd-telegram .telegram-title {
  color: #000000;
}
.pd-telegram .telegram-desc {
  color: rgba(0, 0, 0, 0.6);
}
.pd-telegram .telegram-stat {
  color: rgb(11, 178, 177);
}
.pd-telegram .telegram-stat:before {
  background: #0BB2B1;
}

.dark-theme .pd-telegram {
  background: #151515;
  border: 0px;
}
.dark-theme .pd-telegram .tele-close {
  color: #c5c5c5;
}
.dark-theme .pd-telegram .telegram-title {
  color: #fff;
}
.dark-theme .pd-telegram .telegram-desc {
  color: rgba(255, 255, 255, 0.6);
}
.dark-theme .pd-telegram .telegram-stat {
  color: rgba(0, 255, 135, 0.7);
}
.dark-theme .pd-telegram .telegram-stat:before {
  background: #00ff87;
}

@media (max-width: 1100px) {
  .main-globalalgo-v3 .edge-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .main-globalalgo-v3 .hero {
    padding: 100px 20px 48px;
    min-height: auto;
  }
  .main-globalalgo-v3 .hero-title {
    font-size: clamp(2.4rem, 10vw, 3rem);
  }
  .main-globalalgo-v3 .hero-tagline {
    font-size: clamp(1.05rem, 4vw, 1.3rem);
  }
  .main-globalalgo-v3 .hero-intro {
    font-size: 0.75rem;
    letter-spacing: 0.14em;
  }
  .main-globalalgo-v3 .hero-eyebrow {
    font-size: 0.7rem;
    padding: 8px 16px;
  }
  .main-globalalgo-v3 .btn {
    padding: 12px 24px;
    font-size: 0.9rem;
  }
  .main-globalalgo-v3 .performance {
    padding: 50px 0;
  }
  .main-globalalgo-v3 .why-us {
    padding: 50px 0;
  }
  .main-globalalgo-v3 .cta-section {
    padding: 50px 0 50px;
  }
  .main-globalalgo-v3 .cta-eyebrow {
    margin-bottom: 10px;
    font-size: 0.75rem;
  }
  .main-globalalgo-v3 .cta-title {
    font-size: clamp(1.7rem, 7vw, 2.6rem);
    margin-bottom: 20px;
  }
  .main-globalalgo-v3 .cta-info-card {
    padding: 20px 16px;
    margin-bottom: 20px;
  }
  .main-globalalgo-v3 .cta-divider {
    margin: 12px 0;
  }
  .main-globalalgo-v3 .cta-buttons {
    margin-bottom: 14px;
  }
  .main-globalalgo-v3 .section-header {
    margin-bottom: 36px;
  }
  .main-globalalgo-v3 .card-top {
    flex-direction: column;
    gap: 8px;
  }
  .main-globalalgo-v3 .card-return {
    align-self: flex-start;
    font-size: 0.8rem;
  }
  .main-globalalgo-v3 .card-name {
    font-size: 1.05rem;
  }
  .main-globalalgo-v3 .metrics-row {
    gap: 8px;
  }
  .main-globalalgo-v3 .metric {
    min-width: 55px;
  }
  .main-globalalgo-v3 .metric-val {
    font-size: 0.92rem;
  }
  .main-globalalgo-v3 .algo-chart {
    padding: 16px 10px 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .main-globalalgo-v3 .chart-title {
    font-size: 0.85rem;
  }
  .main-globalalgo-v3 .edge-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .main-globalalgo-v3 .edge-card {
    padding: 28px 22px 24px;
  }
  .main-globalalgo-v3 .bento-card {
    overflow-x: auto;
    padding: 20px 16px;
  }
  .main-globalalgo-v3 .data-table {
    font-size: 0.72rem;
  }
  .main-globalalgo-v3 .data-table th,
  .main-globalalgo-v3 .data-table td {
    padding: 7px 5px;
    white-space: nowrap;
  }
  .main-globalalgo-v3 .hero-scroll {
    display: none;
  }
  .main-globalalgo-v3 .cta-seats {
    font-size: 0.78rem;
    padding: 0 16px;
  }
  .card-oneliner {
    flex-wrap: wrap;
    white-space: normal;
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  .main-globalalgo-v3 .btn-lg {
    font-size: 0.9rem;
    padding: 12px 26px;
  }
}
@media (max-width: 575px) {
  .main-globalalgo-v3 .hero-title {
    font-size: 2.2rem;
  }
  .main-globalalgo-v3 .hero-buttons {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .main-globalalgo-v3 .btn {
    width: 100%;
    max-width: 300px;
  }
  .main-globalalgo-v3 .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .main-globalalgo-v3 .cta-seats {
    font-size: 0.72rem;
    padding: 0 12px;
    line-height: 1.5;
  }
  .main-globalalgo-v3 .cta-info-row p {
    font-size: 0.88rem;
  }
  .main-globalalgo-v3 .edge-icon-wrap {
    width: 50px;
    height: 50px;
  }
  .main-globalalgo-v3 .edge-icon-wrap svg {
    width: 24px;
  }
  .thankyou-wrapper {
    padding: 100px 16px 40px;
    justify-content: flex-start;
    padding-top: 100px;
  }
  .checkmark-circle {
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
  }
  .checkmark-circle svg {
    width: 36px;
    height: 36px;
  }
  .thankyou-subtext {
    font-size: 0.95rem;
    margin-bottom: 28px;
  }
  .thankyou-info {
    padding: 20px 16px;
    margin-bottom: 28px;
    border-radius: 12px;
  }
  .thankyou-info-item {
    gap: 12px;
    padding: 10px 0;
  }
  .thankyou-info-icon {
    font-size: 1.2rem;
  }
  .thankyou-info-item p {
    font-size: 0.875rem;
  }
  .telegram-section {
    border-radius: 12px;
    padding: 24px 16px;
  }
  .telegram-title {
    font-size: 1.1rem;
  }
  .telegram-desc {
    font-size: 0.8rem;
  }
  .telegram-btn {
    width: 100%;
    justify-content: center;
    padding: 12px 18px;
    font-size: 0.875rem;
  }
  .thankyou-whatsapp-btn {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
    font-size: 0.875rem;
  }
  .pd-telegram .tele-close {
    right: 8px;
    top: 5px;
    font-size: 15px;
  }
  .pd-telegram .telegram-btn {
    padding: 11px 12px;
  }
  .pd-telegram .telegram-btn svg {
    width: 18px;
  }
}
.ob-page {
  font-family: var(--font-Poppins);
  background: #0B0E11 !important;
  color: #e4e8ee;
  min-height: 100vh;
}

.title-gradient {
  background: var(--ga-gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@keyframes livePulse {
  0%, 100% {
    box-shadow: 0 0 0 0 var(--ga-green-glow);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(0, 255, 163, 0);
  }
}
@keyframes glowDrift {
  0% {
    transform: scale(1) translate(0, 0);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.15) translate(10px, -10px);
    opacity: 0.5;
  }
}
@keyframes glowPulseCenter {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.5;
  }
}
@keyframes stepFadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes checkPop {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes hurryPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(0, 255, 127, 0.15);
  }
  50% {
    box-shadow: 0 0 20px 4px rgba(0, 255, 127, 0.1);
  }
}
@keyframes modalSlideUp {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.ob-fade-in {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.ob-fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Buttons */
.ob-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 30px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  font-family: inherit;
}

.ob-btn-primary {
  background: var(--ga-gradient-main);
  color: #0B0E11 !important;
}

.ob-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px var(--ga-green-glow), 0 4px 16px var(--ga-violet-glow);
}

.ob-btn-primary:disabled,
.ob-btn-primary[disabled] {
  opacity: 0.45;
  pointer-events: none;
}

.ob-btn-lg {
  padding: 18px 44px;
  font-size: 1.05rem;
  border-radius: 12px;
}

.ob-btn-block {
  width: 100%;
}

/* Layout */
.ob-section-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.ob-section-header {
  text-align: center;
  margin-bottom: 64px;
}

.ob-section-tag {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 100px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.ob-green-tag {
  background: var(--ga-green-dim);
  color: var(--ga-green);
  border: 1px solid rgba(0, 255, 163, 0.15);
}

.ob-section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
  color: #fff;
  font-family: var(--font-Poppins);
}

.ob-section-subtitle {
  color: #b0b8c4;
  font-size: 1rem;
  font-style: italic;
}

/* Hero */
.ob-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 24px 60px;
  overflow: hidden;
  background-color: var(--ga-bg);
}

.ob-hero-grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 255, 163, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(112, 0, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 60% 50% at 50% 50%, black 20%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 60% 50% at 50% 50%, black 20%, transparent 100%);
}

.ob-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  animation: glowDrift 10s ease-in-out infinite alternate;
}

.ob-glow-green {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--ga-green-glow) 0%, transparent 70%);
  top: -200px;
  right: -250px;
  opacity: 0.35;
}

.ob-glow-violet {
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, var(--ga-violet-glow) 0%, transparent 70%);
  bottom: -200px;
  left: -250px;
  opacity: 0.35;
  animation-delay: 5s;
}

.ob-glow-center {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0, 255, 163, 0.05) 0%, rgba(112, 0, 255, 0.03) 50%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-name: glowPulseCenter;
  animation-delay: 2.5s;
}

.ob-hero-content {
  position: relative;
  z-index: 1;
  max-width: 930px;
  width: 100%;
}

.ob-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(109, 71, 255, 0.1);
  border: 1px solid rgba(109, 71, 255, 0.25);
  border-radius: 100px;
  padding: 8px 20px;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--ga-violet-light);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 32px;
}

.ob-badge-dot {
  width: 6px;
  height: 6px;
  background: var(--ga-violet-light);
  border-radius: 50%;
  animation: livePulse 2s ease-in-out infinite;
}

.ob-hero-title {
  font-family: var(--font-Poppins);
  font-size: clamp(2.6rem, 5.5vw, 4rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 20px;
}

.ob-hero-sub {
  font-size: 1.05rem;
  color: var(--ga-text-dim-2);
  max-width: 520px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.ob-hero-sub strong {
  color: #fff;
  font-weight: 600;
}

.ob-trust-row {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 44px;
}

.ob-trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  padding: 14px 28px;
  background: var(--ga-glass-bg);
  border: 1px solid var(--ga-glass-border);
  border-radius: 14px;
  backdrop-filter: blur(12px);
  white-space: nowrap;
  transition: border-color 0.3s, transform 0.3s;
}

.ob-trust-item:hover {
  border-color: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

.ob-trust-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ob-trust-icon.green-icon {
  background: var(--ga-green-dim);
  color: var(--ga-green);
  border: 1px solid rgba(0, 255, 163, 0.15);
}

.ob-trust-icon.teal-icon {
  background: rgba(10, 176, 176, 0.1);
  color: var(--ga-teal);
  border: 1px solid rgba(10, 176, 176, 0.2);
}

.ob-trust-icon.violet-icon {
  background: var(--ga-violet-dim);
  color: var(--ga-violet-light);
  border: 1px solid rgba(109, 71, 255, 0.2);
}

/* Pricing */
.ob-pricing {
  padding: 100px 0 120px;
  position: relative;
  background-color: var(--ga-bg);
}

.ob-pricing-grid {
  max-width: 560px;
  margin: 0 auto;
}

.ob-price-card {
  position: relative;
  background: var(--ga-glass-bg);
  border: 1px solid var(--ga-glass-border);
  border-radius: 20px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 44px 40px;
  overflow: hidden;
}

.ob-price-card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--ga-green), var(--ga-teal), transparent);
  border-radius: 2px;
}

.ob-price-header {
  text-align: center;
  margin-bottom: 32px;
}

.ob-price-tag {
  display: inline-block;
  background: linear-gradient(135deg, rgba(0, 255, 127, 0.1), rgba(10, 176, 176, 0.08));
  border: 1px solid rgba(0, 255, 127, 0.18);
  border-radius: 100px;
  padding: 6px 18px;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--ga-green);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 28px;
}

.ob-price-duo {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 32px 24px;
}

.ob-price-block {
  text-align: center;
}

.ob-price-block-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ga-text-muted);
  margin-bottom: 10px;
}

.ob-price-amount {
  font-family: var(--font-Poppins);
  font-size: clamp(2.4rem, 6vw, 3.2rem);
  font-weight: 800;
  background: var(--ga-gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.1;
}

.ob-price-period {
  font-size: 0.82rem;
  color: var(--ga-text-dim-2);
  margin-top: 4px;
}

.ob-price-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  font-family: var(--font-Poppins);
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  align-self: stretch;
  padding-top: 28px;
}

.ob-profit-amount {
  font-family: var(--font-Poppins);
  font-size: clamp(2.4rem, 6vw, 3.2rem);
  font-weight: 800;
  color: var(--ga-violet-light);
  line-height: 1.1;
}

.ob-profit-sub {
  font-size: 0.82rem;
  color: var(--ga-text-dim-2);
  margin-top: 6px;
}

.ob-features {
  list-style: none;
  margin-bottom: 28px;
  padding: 0;
}

.ob-features li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.ob-features li:last-child {
  border-bottom: none;
}

.ob-check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(0, 255, 127, 0.1);
  border: 1px solid rgba(0, 255, 127, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--ga-green);
}

/* CTA States */
.ob-cta-state {
  display: none;
  animation: stepFadeIn 0.4s ease-out;
}

.ob-cta-state.active {
  display: block;
}

/* Payment form (default state) */
.ob-form-section {
  margin-bottom: 20px;
}

.ob-form-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ga-text-muted);
  margin-bottom: 12px;
}

.ob-paymode-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.ob-paymode-btn {
  flex: 1;
  min-width: 90px;
  padding: 12px 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: var(--ga-text-dim-2);
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s;
  font-family: inherit;
}

.ob-paymode-btn:hover,
.ob-paymode-btn.active {
  border-color: var(--ga-green);
  background: rgba(0, 255, 127, 0.06);
  color: var(--ga-green);
}

.ob-slab-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.ob-slab-btn {
  flex: 1;
  min-width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 16px 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.25s;
  font-family: inherit;
}

.ob-slab-btn:hover,
.ob-slab-btn.active {
  border-color: var(--ga-green);
  background: rgba(0, 255, 127, 0.06);
  box-shadow: 0 0 18px rgba(0, 255, 127, 0.1);
}

.ob-slab-amount {
  font-family: var(--font-Poppins);
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.ob-slab-btn.active .ob-slab-amount {
  color: var(--ga-green);
}

.ob-slab-currency {
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ga-text-muted);
}

.ob-note-box {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: rgba(0, 255, 127, 0.04);
  border: 1px solid rgba(0, 255, 127, 0.12);
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 20px;
  font-size: 0.85rem;
  color: var(--ga-text-dim-2);
  line-height: 1.5;
}

.ob-error {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: #ff6b6b;
  margin-bottom: 16px;
}

/* USDT state */
.ob-cta-result {
  text-align: center;
  padding: 24px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  margin-bottom: 20px;
}

.ob-cta-result-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  border: 2px solid transparent;
}

.ob-cta-result-icon.success {
  background: rgba(0, 255, 127, 0.08);
  border-color: rgba(0, 255, 127, 0.25);
  animation: checkPop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.ob-cta-result-icon.warning {
  background: rgba(255, 200, 50, 0.06);
  border-color: rgba(255, 200, 50, 0.2);
}

.ob-cta-result-icon.teal {
  background: rgba(10, 176, 176, 0.08);
  border-color: rgba(10, 176, 176, 0.25);
}

.ob-cta-result-title {
  font-family: var(--font-Poppins);
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.ob-cta-result-desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin-bottom: 16px;
}

/* Not eligible state */
.ob-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: rgba(37, 211, 102, 0.08);
  border: 1px solid rgba(37, 211, 102, 0.2);
  border-radius: 12px;
  color: #25D366 !important;
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
  width: 100%;
  justify-content: center;
}

.ob-wa-btn:hover {
  background: rgba(37, 211, 102, 0.15);
  border-color: rgba(37, 211, 102, 0.35);
  transform: translateY(-2px);
  color: #25D366;
}

/* Hurry Banner */
.ob-hurry-banner {
  background: linear-gradient(135deg, rgba(0, 255, 127, 0.08), rgba(10, 176, 176, 0.06));
  border: 1px solid rgba(0, 255, 127, 0.2);
  border-radius: 12px;
  padding: 16px 20px;
  text-align: center;
  margin-bottom: 20px;
  animation: hurryPulse 2s ease-in-out infinite;
}

@keyframes hurryPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(0, 255, 127, 0.15);
  }
  50% {
    box-shadow: 0 0 20px 4px rgba(0, 255, 127, 0.1);
  }
}
.ob-hurry-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ga-green);
  margin-bottom: 6px;
}

.ob-hurry-text {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
}

.ob-hurry-text strong {
  color: #fff;
}

.ob-hurry-discount {
  display: inline-block;
  background: var(--ga-gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800;
  font-size: 1.1rem;
}

/* Mini duo */
.ob-mini-duo {
  display: inline-grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 20px 32px;
  margin: 0 auto 20px;
  width: auto;
}

.ob-mini-block {
  text-align: center;
}

.ob-mini-label {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ga-text-muted);
  margin-bottom: 6px;
}

.ob-mini-value-green {
  font-family: var(--font-Poppins);
  font-size: 1.8rem;
  font-weight: 800;
  background: var(--ga-gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.1;
}

.ob-mini-value-violet {
  font-family: var(--font-Poppins);
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--ga-violet-light);
  line-height: 1.1;
}

.ob-mini-sub {
  font-size: 0.72rem;
  color: var(--ga-text-dim-2);
  margin-top: 4px;
}

.ob-mini-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  padding-top: 18px;
  font-family: var(--font-Poppins);
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
}

/* FAQ */
.ob-faq {
  padding: 100px 0 120px;
  background-color: var(--ga-bg);
}

.ob-faq-list {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ob-faq-item {
  background: var(--ga-glass-bg);
  border: 1px solid var(--ga-glass-border);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.3s;
}

.ob-faq-item:hover {
  border-color: rgba(255, 255, 255, 0.1);
}

.ob-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 600;
  color: #fff;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-family: inherit;
}

.ob-faq-chevron {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--ga-text-muted);
  transition: transform 0.3s ease, color 0.3s;
}

.ob-faq-item.open .ob-faq-chevron {
  transform: rotate(180deg);
  color: var(--ga-green);
}

.ob-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.ob-faq-a-inner {
  padding: 0 24px 20px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
}

.ob-faq-item.open .ob-faq-a {
  max-height: 300px;
}

/* Footer */
.ob-footer {
  padding: 48px 24px 72px;
  text-align: center;
  background-color: var(--ga-bg);
}

.ob-footer-text {
  font-size: 0.82rem;
  color: var(--ga-text-muted);
  margin-bottom: 20px;
}

.ob-divider {
  height: 1px;
  max-width: 200px;
  margin: 0 auto;
  background: linear-gradient(90deg, transparent, var(--ga-glass-border), transparent);
}

/* USDT Modal */
.ob-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.ob-modal-overlay.active {
  display: flex;
}

.ob-modal-card {
  background: #080b0f;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 36px 32px 32px;
  max-width: 480px;
  width: 100%;
  position: relative;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.7), 0 0 60px rgba(0, 255, 163, 0.05);
  animation: modalSlideUp 0.3s ease-out;
}

.ob-modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  color: var(--ga-text-muted);
  font-size: 26px;
  cursor: pointer;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 8px;
  transition: all 0.2s;
}

.ob-modal-close:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.ob-modal-title {
  font-family: var(--font-Poppins);
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
}

.ob-modal-desc {
  font-size: 0.88rem;
  color: var(--ga-text-dim-2);
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.5;
}

.ob-modal-amount {
  font-family: var(--font-Poppins);
  font-size: 2rem;
  font-weight: 800;
  background: var(--ga-gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  margin-bottom: 6px;
}

.ob-modal-amount-label {
  font-size: 0.75rem;
  color: var(--ga-text-muted);
  text-align: center;
  margin-bottom: 28px;
}

/* Responsive */
@media (max-width: 768px) {
  .ob-hero {
    padding: 90px 20px 48px;
  }
  .ob-hero-title {
    font-size: clamp(2rem, 8vw, 2.8rem);
  }
  .ob-trust-row {
    gap: 12px;
  }
  .ob-trust-item {
    font-size: 0.88rem;
    padding: 10px 14px;
    white-space: normal;
  }
  .ob-trust-icon {
    width: 30px;
    height: 30px;
  }
  .ob-trust-icon svg {
    width: 16px;
  }
  .ob-price-card {
    padding: 36px 24px;
  }
}
@media (max-width: 480px) {
  .ob-pricing,
  .ob-faq {
    padding: 56px 0 56px;
  }
  .ob-price-card {
    padding: 24px 16px;
    border-radius: 16px;
  }
  .ob-price-duo {
    padding: 20px 12px;
    border-radius: 12px;
  }
  .ob-price-amount,
  .ob-profit-amount {
    font-size: 1.7rem;
  }
  .ob-price-divider {
    padding: 0 10px;
    padding-top: 22px;
    font-size: 1.2rem;
  }
  .ob-trust-row {
    flex-direction: column;
    align-items: center;
  }
  .ob-mini-duo {
    padding: 16px 12px;
  }
  .ob-mini-value-green,
  .ob-mini-value-violet {
    font-size: 1.4rem;
  }
}
.ty-page {
  min-height: calc(100vh - 54px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 24px 60px;
  position: relative;
  overflow: hidden;
  background: #0B0E11 !important;
}

.ty-content {
  position: relative;
  z-index: 1;
  max-width: 580px;
  width: 100%;
  text-align: center;
}

.ty-check-wrap {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(0, 255, 127, 0.08);
  border: 2px solid rgba(0, 255, 127, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 32px;
  animation: checkBounce 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

@keyframes checkBounce {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.ty-check-wrap svg {
  width: 48px;
  height: 48px;
  stroke: #00ff87;
  animation: checkDraw 0.6s ease-out 0.4s both;
}

@keyframes checkDraw {
  0% {
    stroke-dashoffset: 30;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
.ty-title {
  font-family: var(--font-Poppins);
  font-size: clamp(2rem, 5vw, 2.8rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: -0.03em;
}

.title-gradient {
  background: var(--ga-gradient-main-2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ty-subtitle {
  font-size: 1.05rem;
  color: var(--ga-text-dim-2);
  margin-bottom: 40px;
  line-height: 1.7;
}

.ty-info-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 36px;
}

.ty-info-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: var(--ga-glass-bg-2);
  border: 1px solid var(--ga-glass-border-2);
  border-radius: 14px;
  padding: 20px 24px;
  text-align: left;
}

.ty-info-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ty-info-icon.green {
  background: var(--ga-green-dim-2);
  color: var(--ga-green);
  border: 1px solid rgba(0, 255, 163, 0.15);
}

.ty-info-icon.violet {
  background: var(--ga-violet-dim);
  color: var(--ga-violet-light);
  border: 1px solid rgba(109, 71, 255, 0.2);
}

.ty-info-icon.teal {
  background: rgba(10, 176, 176, 0.1);
  color: var(--ga-teal);
  border: 1px solid rgba(10, 176, 176, 0.2);
}

.ty-info-text h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.ty-info-text p {
  font-size: 0.85rem;
  color: var(--ga-text-dim-2);
  line-height: 1.5;
}

.ty-note {
  background: linear-gradient(135deg, rgba(109, 71, 255, 0.06), rgba(10, 176, 176, 0.04));
  border: 1px solid rgba(109, 71, 255, 0.18);
  border-radius: 14px;
  padding: 20px 24px;
  margin-bottom: 36px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  text-align: left;
}

.ty-note-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(109, 71, 255, 0.12);
  border: 1px solid rgba(109, 71, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--ga-violet-light);
}

.ty-note-text {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

.ty-note-text strong {
  color: #fff;
}

.ty-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: rgba(37, 211, 102, 0.1);
  border: 1px solid rgba(37, 211, 102, 0.25);
  border-radius: 12px;
  color: #25D366 !important;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
  margin-bottom: 20px;
}

.ty-wa-btn:hover {
  background: rgba(37, 211, 102, 0.18);
  border-color: rgba(37, 211, 102, 0.4);
  transform: translateY(-2px);
  color: #25D366;
}

.ty-back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  color: var(--ga-text-muted-2);
  text-decoration: none;
  transition: color 0.25s;
  font-family: var(--font-Poppins);
}

.ty-back-link:hover {
  color: var(--ga-green) !important;
}

.ty-confetti {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.ty-dot {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  animation: confettiFall 3s ease-out forwards;
}

@keyframes confettiFall {
  0% {
    opacity: 1;
    transform: translateY(-20px) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(100vh) scale(0.3);
  }
}
.hero-grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
}

.glow-green {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 255, 127, 0.12), transparent 70%);
  top: -100px;
  left: -100px;
}

.glow-violet {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(109, 71, 255, 0.1), transparent 70%);
  bottom: -80px;
  right: -80px;
}

@media (max-width: 480px) {
  .ty-page {
    padding: 80px 16px 40px;
  }
  .ty-title {
    font-size: 1.8rem;
  }
  .ty-subtitle {
    font-size: 0.92rem;
  }
  .ty-info-card {
    padding: 16px 18px;
  }
  .ty-info-icon {
    width: 38px;
    height: 38px;
  }
  .ty-note {
    padding: 16px 18px;
  }
  .ty-wa-btn {
    width: 100%;
    justify-content: center;
  }
  .ty-check-wrap svg {
    width: 38px;
    height: 38px;
  }
  .ty-wa-btn {
    padding: 8px 15px;
    font-size: 14px;
  }
  .ob-badge {
    font-size: 10px;
  }
  .ob-btn-lg {
    padding: 14px 23px;
    font-size: 14px;
    line-height: 14px;
  }
  .ob-hero-sub {
    font-size: 1rem;
  }
}
.modal-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 255, 163, 0.3), transparent);
  margin-bottom: 22px;
}

.usdt-options {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr !important;
  gap: 12px;
  margin-bottom: 20px;
}

.usdt-option {
  cursor: pointer;
}

.usdt-option-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 12px;
  border-radius: 14px;
  border: 1.5px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  transition: all 0.25s ease;
  gap: 4px;
}

.usdt-option-box:hover {
  border-color: rgba(0, 255, 163, 0.25);
  background: rgba(0, 255, 163, 0.04);
}

.usdt-option-box.usdt-option-active {
  border-color: #00ffa3;
  background: rgba(0, 255, 163, 0.08);
  box-shadow: 0 0 20px rgba(0, 255, 163, 0.1);
}

.usdt-option-box.usdt-option-active .usdt-amount {
  color: #00ffa3;
}

.usdt-amount {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.usdt-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.4);
}

.usdt-custom-wrap {
  margin-bottom: 20px;
}

.usdt-input-group {
  display: flex;
  align-items: center;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
  transition: border-color 0.2s;
}

.usdt-input-group:focus-within {
  border-color: #00ffa3;
}

.usdt-input-prefix {
  padding: 12px 14px;
  font-size: 13px;
  font-weight: 700;
  color: #00ffa3;
  background: rgba(0, 255, 163, 0.06);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  white-space: nowrap;
}

.usdt-input {
  flex: 1;
  padding: 12px 14px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: transparent;
  border: none;
  outline: none;
}

.usdt-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-weight: 400;
}

.usdt-input::placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-weight: 400;
}

.usdt-submit-btn {
  width: 100%;
  justify-content: center;
  margin-top: 4px;
}

/* ========== STEP PROGRESS BAR ========== */
.step-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 48px;
  width: 100%;
  max-width: 420px;
}

.step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: default;
  position: relative;
}

.step-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.12);
  background: var(--ga-bg-card);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.step-num {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--ga-text-muted);
  transition: all 0.3s;
}

.step-check {
  display: none;
  color: #0B0E11;
}

.step-label {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--ga-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: color 0.3s;
  white-space: nowrap;
}

.step-connector {
  flex: 1;
  height: 2px;
  background: rgba(255, 255, 255, 0.08);
  margin: 0 16px;
  margin-bottom: 24px;
  position: relative;
  min-width: 60px;
  border-radius: 2px;
  overflow: hidden;
}

.step-connector::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ga-gradient-main);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 2px;
}

.step-connector.filled::after {
  transform: scaleX(1);
}

.step-item.active .step-circle {
  border-color: var(--ga-green);
  background: rgba(0, 255, 127, 0.1);
  box-shadow: 0 0 20px rgba(0, 255, 127, 0.15);
}

.step-item.active .step-num {
  color: var(--ga-green);
}

.step-item.active .step-label {
  color: var(--ga-green);
}

.step-item.completed {
  cursor: pointer;
}

.step-item.completed .step-circle {
  border-color: var(--ga-green);
  background: var(--ga-gradient-main);
  box-shadow: 0 0 16px rgba(0, 255, 127, 0.2);
  cursor: pointer;
}

.step-item.completed .step-circle:hover {
  box-shadow: 0 0 24px rgba(0, 255, 127, 0.35);
  transform: scale(1.08);
}

.step-item.completed .step-num {
  display: none;
}

.step-item.completed .step-check {
  display: block;
}

.step-item.completed .step-label {
  color: var(--ga-green);
}

.step-item.clickable .step-circle {
  cursor: pointer;
  border-color: rgba(255, 255, 255, 0.2);
}

.step-item.clickable .step-circle:hover {
  border-color: var(--ga-green);
  background: rgba(0, 255, 127, 0.1);
  box-shadow: 0 0 20px rgba(0, 255, 127, 0.15);
  transform: scale(1.08);
}

.step-item.clickable .step-label {
  color: rgba(255, 255, 255, 0.7);
}

.step-item.disabled .step-circle {
  opacity: 0.8;
  border-color: rgba(255, 255, 255, 0.2);
  cursor: default;
}

.step-item.disabled .step-num {
  color: var(--ga-text-dim-2);
}

.step-item.disabled .step-label {
  opacity: 0.8;
  color: var(--ga-text-dim-2);
}

/* ========== STEP PANELS ========== */
.step-panel {
  display: none;
  flex-direction: column;
  align-items: center;
  animation: stepFadeIn 0.4s ease-out;
  width: 100%;
}

.step-panel.active {
  display: flex;
}

@keyframes stepFadeIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ========== SLAB QUESTION ========== */
.slab-question {
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.5;
  font-family: var(--font-Poppins);
}

.deploy-cards-inline {
  display: flex;
  gap: 14px;
  width: 100%;
  max-width: 520px;
  margin: 0 auto 28px;
}

.deploy-cards-modal {
  display: flex;
  gap: 12px;
  width: 100%;
  margin-bottom: 20px;
}

.deploy-card {
  flex: 1;
  cursor: pointer;
}

.deploy-card input[type=radio] {
  display: none;
}

.deploy-card-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 24px 12px;
  border-radius: 14px;
  border: 1.5px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.03);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.deploy-card-box:hover {
  border-color: rgba(0, 255, 127, 0.4);
  background: rgba(0, 255, 127, 0.05);
}

.deploy-card input:checked + .deploy-card-box {
  border-color: var(--ga-green);
  background: rgba(0, 255, 127, 0.08);
  box-shadow: 0 0 20px rgba(0, 255, 127, 0.12);
}

.deploy-card-radio {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
  transition: border-color 0.3s;
}

.deploy-card input:checked + .deploy-card-box .deploy-card-radio {
  border-color: var(--ga-green);
}

.deploy-card-radio-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  transition: background 0.3s;
}

.deploy-card input:checked + .deploy-card-box .deploy-card-radio-dot {
  background: var(--ga-green);
}

.deploy-card-amount {
  font-family: var(--font-Poppins);
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  transition: color 0.3s;
}

.deploy-card input:checked + .deploy-card-box .deploy-card-amount {
  color: var(--ga-green);
}

.deploy-card-currency {
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ga-text-muted);
}

/* Step 1 info footer */
.step1-info-footer {
  margin-top: 24px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--ga-glass-border);
}

.step1-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  color: var(--ga-text-dim-2);
  line-height: 1.5;
}

.step1-info-item svg {
  flex-shrink: 0;
}

.step1-info-item strong {
  color: var(--ga-text);
}

.step1-info-divider {
  height: 1px;
  background: var(--ga-glass-border);
  margin: 10px 0;
}

.step-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--ga-text-dim);
  font-size: 0.82rem;
  font-weight: 500;
  padding: 10px 24px;
  border-radius: 100px;
  cursor: pointer;
  margin-top: 28px;
  transition: all 0.3s;
  font-family: inherit;
}
.step-back-btn:hover {
  border-color: rgba(0, 255, 127, 0.3);
  color: var(--green);
  background: rgba(0, 255, 127, 0.04);
}

.payment-options {
  margin-bottom: 16px;
}

.cta-subtitle {
  font-size: 1rem;
  color: var(--ga-text);
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 500px;
  font-weight: 400;
}

.payment-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 520px;
  margin-bottom: 32px;
}

.payment-option {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--ga-glass-bg);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
  padding: 20px 24px;
  cursor: pointer;
  text-align: left;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: border-color 0.3s, box-shadow 0.3s;
}

.payment-option:hover {
  border-color: rgba(0, 255, 163, 0.4);
}

.payment-option.selected {
  border-color: var(--ga-green);
  box-shadow: 0 0 20px rgba(0, 255, 163, 0.08);
}

.payment-option input[type=radio] {
  display: none;
}

.payment-radio {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  flex-shrink: 0;
  position: relative;
  transition: border-color 0.3s;
}

.payment-option.selected .payment-radio {
  border-color: var(--ga-green);
}

.payment-option.selected .payment-radio::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ga-green);
}

.payment-option-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.payment-option-title {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.payment-preferred {
  display: inline-block;
  background: rgba(0, 255, 163, 0.15);
  color: var(--ga-green);
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 2px 8px;
  border-radius: 10px;
}

.payment-option-desc {
  font-size: 0.82rem;
  color: var(--ga-text);
  line-height: 1.4;
}

.payment-continue-btn {
  margin-top: 8px;
}

.payment-continue-btn.disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}

.gta-fund-section {
  font-family: var(--font-Poppins) !important;
  padding-top: 70px;
  background: #f5f5f5;
}

.container-fund {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

/* Header */
.heading-fund {
  background: transparent;
  padding: 20px 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.heading-fund h1 {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0px;
  font-family: var(--font-Poppins);
}

.heading-fund h1 .brand {
  color: #1ab4a8;
}

.heading-fund .logo-text {
  font-size: 14px;
  color: #888;
  margin-left: 6px;
}

/* Rate Card */
.rate-card {
  background: #fff;
  color: #1a1a1a;
  padding: 16px 24px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1.5px solid #e0e0e0;
}

.rate-card h2 {
  font-size: 15px;
  font-weight: 500;
  color: #666;
  margin-bottom: 0px;
  font-family: var(--font-Poppins);
}

.rate-card .rate-display {
  font-size: 24px;
  font-weight: 700;
  margin: 4px 0 0 0;
  display: inline;
}

.rate-card .rate-display .currency {
  font-size: 16px;
}

.rate-card p {
  font-size: 13px;
  display: none;
}

/* Cards */
.card-fund {
  background: #fff;
  border-radius: 12px;
  padding: 24px 30px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.card-fund h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-Poppins);
}

.card-fund h3 .icon {
  font-size: 20px;
}

/* Bank Details */
.bank-detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}

.bank-detail-row:last-child {
  border-bottom: none;
}

.bank-detail-row .label {
  font-size: 13px;
  color: #888;
  min-width: 120px;
  font-family: var(--font-Poppins);
}

.bank-detail-row .value {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  flex: 1;
  text-align: right;
  margin-right: 12px;
  word-break: break-all;
}

.copy-btn {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #16a34a;
  padding: 6px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.2s;
  white-space: nowrap;
  font-family: var(--font-Poppins);
}

.copy-btn:hover {
  background: #dcfce7;
}

.copy-btn.copied {
  background: #22c55e;
  color: #fff;
  border-color: #22c55e;
}

/* Form */
.fund-form .form-group {
  margin-bottom: 18px;
}

.fund-form .form-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #555;
  margin-bottom: 6px;
  font-family: var(--font-Poppins);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.fund-form .form-group input[type=number],
.fund-form .form-group input[type=text] {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s;
  font-family: var(--font-Poppins);
}

.fund-form .form-group input:focus {
  border-color: #333;
}

.fund-form .form-group input[readonly] {
  background: #f9f9f9;
  color: #888;
}

.fund-form .form-group .hint {
  font-size: 12px;
  color: #aaa;
  margin-top: 4px;
}

/* Upload Zone */
.upload-zone {
  border: 2px dashed #d0d0d0;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
  background: #fafafa;
}

.upload-zone:hover,
.upload-zone.dragover {
  border-color: #22c55e;
  background: #f0fdf4;
}

.upload-zone .upload-icon {
  font-size: 36px;
  margin-bottom: 8px;
}

.upload-zone p {
  color: #888;
  font-size: 14px;
  font-family: var(--font-Poppins);
  margin-bottom: 0px;
}

.upload-zone .browse-link {
  color: #22c55e;
  font-weight: 600;
  cursor: pointer;
}

.upload-zone input {
  display: none;
}

/* Image Previews */
.image-previews {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.preview-item {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #e0e0e0;
}

.preview-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.preview-item .remove-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preview-item .remove-btn:hover {
  background: #ef4444;
}

/* Submit */
.submit-btn-fund {
  background: linear-gradient(135deg, #7c3aed, #0d9488);
  color: #fff;
  border: none;
  padding: 12px 50px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  width: auto;
  display: block;
  margin: 0 auto;
  transition: opacity 0.2s;
  font-family: var(--font-Poppins);
}

.submit-btn-fund:hover {
  opacity: 0.9;
}

.submit-btn-fund:disabled {
  background: #a0a0a0;
  cursor: not-allowed;
}

/* Tabs */
.fund-tab .tabs {
  display: flex;
  gap: 0;
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 16px;
  overflow-x: auto;
  overflow-y: clip;
}
.fund-tab .tabs::-webkit-scrollbar {
  display: none;
  height: 0px;
}

.fund-tab .tab-btn {
  padding: 10px 20px;
  border: none;
  background: none;
  font-size: 14px;
  font-weight: 600;
  color: #888;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: all 0.2s;
  font-family: var(--font-Poppins);
}

.fund-tab .tab-btn:hover {
  color: #333;
}

.fund-tab .tab-btn.active {
  color: #1a1a1a;
  border-bottom-color: #1a1a1a;
}

/* History Items */
.history-item {
  display: flex;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #f0f0f0;
  gap: 14px;
}

.history-item:last-child {
  border-bottom: none;
}

.history-thumb {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #e0e0e0;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.history-info {
  flex: 1;
}

.history-info .amount {
  font-size: 12px;
  color: #888;
}

.history-info .date {
  font-size: 12px;
  color: #aaa;
  margin-top: 2px;
}

.history-info .inr {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
}

.status-badge {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  flex-shrink: 0;
}

.status-pending {
  background: #fef9c3;
  color: #a16207;
}

.status-approved {
  background: #e0e7ff;
  color: #3730a3;
}

.status-rejected {
  background: #fee2e2;
  color: #dc2626;
}

.empty-state {
  text-align: center;
  padding: 40px 20px;
  color: #aaa;
  font-size: 14px;
}

.empty-state .empty-icon {
  font-size: 40px;
  margin-bottom: 10px;
}

/* Toast */
.toast-fu {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: #1a1a1a;
  color: #fff;
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  z-index: 1000;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.toast-fu.show {
  transform: translateX(-50%) translateY(0);
}

.fund-screenshot-area {
  position: relative;
}

.fund-screenshot-preview {
  position: relative;
  display: inline-block;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: border-color 0.2s;
  max-width: 186px;
  height: 138px;
  overflow: hidden;
  width: 100%;
}

.fund-screenshot-preview:hover {
  border-color: #0d9488;
}

.fund-screenshot-preview img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fund-screenshot-preview .fund-img-remove {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  transition: background 0.2s;
}

.fund-screenshot-preview .fund-img-remove:hover {
  background: #ef4444;
}

.fund-screenshot-actions {
  display: flex;
  gap: 10px;
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 50%;
  z-index: 1;
}

.fund-screenshot-actions button {
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.2s;
  font-family: "Segoe UI", system-ui, sans-serif;
}

.fund-btn-delete {
  color: #dc2626;
  background-color: transparent;
  border: 0px !important;
  padding: 0px !important;
}

.fund-btn-delete:hover {
  background: #fee2e2;
}

.fund-payment-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 16px;
  padding: 10px 14px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  font-size: 12.5px;
  color: #15803d;
  line-height: 1.5;
}

.fund-payment-note svg {
  flex-shrink: 0;
  margin-top: 1px;
}

.fund-screenshot-preview img {
  cursor: pointer;
}

.fund-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  animation: fund-fadeIn1 0.2s ease;
}

.fund-lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
  -o-object-fit: contain;
     object-fit: contain;
}

.fund-lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: none;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.fund-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.3);
}

@keyframes fund-fadeIn1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ob-payment-mode .ob-preferred-tag {
  display: block;
  font-size: 0.62rem;
  font-weight: 700;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 2px;
  opacity: 0.8;
}

.ob-paymode-btn.error-highlight,
.ob-slab-btn.error-highlight {
  border-color: rgba(255, 77, 77, 0.5) !important;
  animation: shakeError 0.4s ease;
}

@keyframes shakeError {
  0%, 100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-6px);
  }
  40% {
    transform: translateX(6px);
  }
  60% {
    transform: translateX(-4px);
  }
  80% {
    transform: translateX(4px);
  }
}
@media (max-width: 767px) {
  .ob-trust-row {
    flex-wrap: wrap;
  }
  .container-fund {
    padding: 10px;
  }
  .card-fund {
    padding: 16px 14px;
    margin-bottom: 12px;
  }
  .heading-fund {
    padding: 14px 16px;
    margin-bottom: 12px;
  }
  .rate-card {
    padding: 12px 16px;
    margin-bottom: 12px;
  }
  .rate-card .rate-display {
    font-size: 20px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .bank-detail-row {
    flex-wrap: wrap;
    gap: 6px;
  }
  .bank-detail-row .value {
    text-align: left;
    margin-right: 0;
  }
  .copy-btn {
    margin-left: auto;
  }
  .fund-tab .tab-btn {
    padding: 10px 14px;
    font-size: 13px;
  }
  .heading-fund h1 {
    text-align: center;
    font-size: 20px;
  }
  .submit-btn-fund {
    padding: 9px 30px;
  }
}
@media (max-width: 575px) {
  .ob-trust-row {
    margin-bottom: 30px;
  }
  .ob-faq-q {
    padding: 16px 16px;
  }
  .ob-faq-a-inner {
    padding: 0 16px 16px;
  }
  .ty-check-wrap {
    width: 62px;
    height: 62px;
    margin: 0 auto 25px;
  }
  .ty-info-text p {
    margin-bottom: 0.2rem;
  }
  .ty-info-cards {
    margin-bottom: 25px;
  }
  .ty-note {
    margin-bottom: 25px;
  }
  .payment-option {
    padding: 16px 16px;
  }
}
@media (max-width: 480px) {
  .deploy-cards-inline,
  .deploy-cards-modal {
    flex-direction: column;
    gap: 10px;
  }
  .deploy-card-box {
    flex-direction: row;
    padding: 10px 14px;
    gap: 10px;
  }
  .deploy-card-radio {
    margin-bottom: 0;
  }
  .deploy-card-amount {
    font-size: 1.05rem;
  }
  .step-circle {
    width: 38px;
    height: 38px;
  }
  .main-globalalgo-v3 .btn-lg {
    padding: 12px 14px;
    font-size: 0.8rem;
  }
  .step1-info-footer {
    padding: 16px 16px;
  }
  .step1-info-item {
    font-size: 0.8rem;
  }
}/*# sourceMappingURL=gocglobalalgo.css.map */