
/* =====================================================
   VISUAL UPGRADE — major redesign
===================================================== */

:root {
  --accent:   #7c6fff;
  --accent-2: #c026d3;
  --accent-3: #06eeff;
  --gradient: linear-gradient(135deg, #7c6fff, #c026d3);
  --shadow-glow: 0 0 60px rgba(124,111,255,0.25);
}

h1 {
  font-size: clamp(2.8rem, 6.5vw, 5.2rem);
  letter-spacing: -0.04em;
  line-height: 1.06;
}

.gradient-text {
  background: linear-gradient(135deg, #a78bff, #e040fb, #06eeff, #e040fb, #a78bff);
  background-size: 400% 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShimmer 4s ease-in-out infinite;
}
@keyframes gradientShimmer {
  0%, 100% { background-position: 0% 50%; filter: drop-shadow(0 0 32px rgba(167,139,255,0.75)) drop-shadow(0 0 64px rgba(192,38,211,0.45)); }
  50%       { background-position: 100% 50%; filter: drop-shadow(0 0 56px rgba(6,238,255,0.80)) drop-shadow(0 0 96px rgba(224,64,251,0.60)); }
}

.blob { filter: blur(55px); opacity: 0.35; }
.blob-1 { width: 820px; height: 820px; background: radial-gradient(circle, #7c6fff 0%, #c026d3 60%, transparent 100%); top: -280px; right: -160px; }
.blob-2 { width: 560px; height: 560px; background: radial-gradient(circle, #c026d3 0%, #7c6fff 70%, transparent 100%); bottom: -140px; left: -120px; }
.blob-3 { width: 420px; height: 420px; background: radial-gradient(circle, #06eeff 0%, #7c6fff 70%, transparent 100%); top: 45%; left: 38%; opacity: 0.25; }

#hero::before {
  background-image: linear-gradient(rgba(124,111,255,0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(124,111,255,0.12) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse 85% 85% at 50% 50%, black 30%, transparent 100%);
}

.badge {
  background: rgba(124,111,255,0.14);
  border: 1px solid rgba(192,38,211,0.35);
  color: #b69fff;
  box-shadow: 0 0 18px rgba(192,38,211,0.18), inset 0 0 12px rgba(124,111,255,0.08);
  font-size: 0.82rem;
}

.btn-primary {
  background: linear-gradient(135deg, #7c6fff, #c026d3);
  box-shadow: 0 4px 24px rgba(124,111,255,0.55);
  animation: ctaGlowPulse 2.5s ease-in-out infinite;
  font-size: 0.97rem;
  padding: 15px 34px;
}
.btn-primary:hover {
  background: linear-gradient(135deg, #9480ff, #d946ef);
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 12px 40px rgba(124,111,255,0.70), 0 0 60px rgba(192,38,211,0.35);
  animation: none;
}
@keyframes ctaGlowPulse {
  0%, 100% { box-shadow: 0 4px 24px rgba(124,111,255,0.55); }
  50%       { box-shadow: 0 4px 36px rgba(124,111,255,0.75), 0 0 48px rgba(192,38,211,0.40); }
}

.btn-ghost {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(124,111,255,0.30);
  backdrop-filter: blur(8px);
}
.btn-ghost:hover {
  background: rgba(124,111,255,0.12);
  border-color: rgba(192,38,211,0.50);
  box-shadow: 0 0 24px rgba(124,111,255,0.20);
}

.stat-number {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #ffffff, #b69fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 12px rgba(124,111,255,0.60)) drop-shadow(0 0 28px rgba(192,38,211,0.35));
  line-height: 1;
}
.stat-divider {
  background: linear-gradient(to bottom, transparent, rgba(124,111,255,0.45), transparent);
}

.section-tag {
  background: rgba(124,111,255,0.14);
  border: 1px solid rgba(192,38,211,0.30);
  color: #b69fff;
  box-shadow: 0 0 14px rgba(124,111,255,0.15), inset 0 0 8px rgba(192,38,211,0.08);
}

.service-card {
  background: linear-gradient(135deg, rgba(30,28,50,0.85), rgba(20,18,36,0.90));
  border: 1px solid rgba(124,111,255,0.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.06);
}
.service-card:hover {
  background: linear-gradient(135deg, rgba(40,36,70,0.90), rgba(28,24,52,0.92));
  border-color: rgba(192,38,211,0.40);
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.55), 0 0 40px rgba(124,111,255,0.22), inset 0 1px 0 rgba(255,255,255,0.08);
}
.service-card.featured {
  background: linear-gradient(135deg, rgba(50,40,90,0.88), rgba(30,24,60,0.92));
  border-color: rgba(124,111,255,0.38);
  box-shadow: 0 0 50px rgba(124,111,255,0.18), 0 8px 32px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.08);
}
.service-card:hover .service-icon {
  background: rgba(124,111,255,0.25);
  border-color: rgba(192,38,211,0.55);
  box-shadow: 0 0 28px rgba(124,111,255,0.42);
  transform: scale(1.1) rotate(-6deg);
}

.pricing-card {
  background: linear-gradient(145deg, rgba(28,26,46,0.88), rgba(18,16,30,0.92));
  border: 1px solid rgba(124,111,255,0.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.05);
}
.pricing-card:hover {
  border-color: rgba(192,38,211,0.45);
  background: linear-gradient(145deg, rgba(42,36,72,0.90), rgba(28,22,50,0.94));
  box-shadow: 0 24px 64px rgba(0,0,0,0.55), 0 0 50px rgba(124,111,255,0.22), inset 0 1px 0 rgba(255,255,255,0.08);
}
.pricing-card.popular {
  background: linear-gradient(145deg, rgba(60,46,110,0.92), rgba(30,22,65,0.96));
  border: 1.5px solid rgba(124,111,255,0.60);
  box-shadow: 0 0 0 1px rgba(192,38,211,0.22), 0 0 60px rgba(124,111,255,0.28), 0 20px 60px rgba(0,0,0,0.55);
}
@keyframes popularPulse {
  0%, 100% { box-shadow: 0 0 0 1px rgba(192,38,211,0.20), 0 0 40px rgba(124,111,255,0.22), 0 20px 60px rgba(0,0,0,0.55); }
  50%       { box-shadow: 0 0 0 1px rgba(192,38,211,0.42), 0 0 70px rgba(192,38,211,0.38), 0 20px 60px rgba(0,0,0,0.55); }
}

#services     { background: radial-gradient(ellipse 80% 50% at 100% 0%, rgba(124,111,255,0.08), transparent 60%), radial-gradient(ellipse 60% 40% at 0% 100%, rgba(192,38,211,0.07), transparent 60%), linear-gradient(to bottom, var(--bg), #0d0d18 15%, #0d0d18 85%, var(--bg)); }
#how-it-works { background: radial-gradient(ellipse 70% 50% at 50% 50%, rgba(6,238,255,0.05), transparent 65%), var(--bg); }
#pricing      { background: radial-gradient(ellipse 70% 50% at 15% 80%, rgba(192,38,211,0.09), transparent 60%), radial-gradient(ellipse 60% 40% at 85% 20%, rgba(124,111,255,0.08), transparent 60%), linear-gradient(to bottom, var(--bg), #0d0d18 12%, #0d0d18 88%, var(--bg)); }
#about        { background: radial-gradient(ellipse 60% 50% at 90% 40%, rgba(124,111,255,0.08), transparent 60%), linear-gradient(to bottom, var(--bg), #0d0d18 12%, #0d0d18 88%, var(--bg)); }
#contact      { background: radial-gradient(ellipse 65% 50% at 70% 70%, rgba(6,238,255,0.07), transparent 60%), radial-gradient(ellipse 55% 40% at 30% 30%, rgba(192,38,211,0.07), transparent 60%), linear-gradient(to bottom, var(--bg), #0d0d18 12%, #0d0d18 88%, var(--bg)); }

#services::after     { background: radial-gradient(ellipse 70% 60% at 90% 10%, rgba(124,111,255,0.14), transparent 65%); }
#how-it-works::after { background: radial-gradient(ellipse 60% 70% at 10% 50%, rgba(6,238,255,0.12), transparent 65%); }
#pricing::after      { background: radial-gradient(ellipse 70% 60% at 15% 80%, rgba(192,38,211,0.14), transparent 65%); }
#about::after        { background: radial-gradient(ellipse 60% 70% at 85% 40%, rgba(124,111,255,0.12), transparent 65%); }
#faq::after          { background: radial-gradient(ellipse 60% 60% at 50% 20%, rgba(124,111,255,0.11), transparent 65%); }
#testimonials::after { background: radial-gradient(ellipse 65% 60% at 75% 30%, rgba(192,38,211,0.12), transparent 65%); }
#contact::after      { background: radial-gradient(ellipse 60% 60% at 70% 70%, rgba(6,238,255,0.11), transparent 65%); }

.hero-terminal {
  width: 320px;
  background: linear-gradient(145deg, rgba(12,10,28,0.96), rgba(8,6,20,0.98));
  border: 1px solid rgba(124,111,255,0.35);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  animation: terminalGlow 4s ease-in-out infinite;
}
@keyframes terminalGlow {
  0%, 100% { box-shadow: 0 30px 80px rgba(0,0,0,0.65), 0 0 40px rgba(124,111,255,0.15), inset 0 1px 0 rgba(255,255,255,0.08); }
  50%       { box-shadow: 0 30px 80px rgba(0,0,0,0.65), 0 0 70px rgba(192,38,211,0.22), inset 0 1px 0 rgba(255,255,255,0.08); }
}
.terminal-bar { background: rgba(255,255,255,0.05); border-bottom: 1px solid rgba(124,111,255,0.18); }
.t-dot.r { box-shadow: 0 0 6px rgba(255,95,87,0.7); }
.t-dot.y { box-shadow: 0 0 6px rgba(254,188,46,0.7); }
.t-dot.g { box-shadow: 0 0 6px rgba(40,200,64,0.7); }
.t-prompt { color: #a78bff; text-shadow: 0 0 8px rgba(167,139,255,0.6); }
.t-ok     { color: #34d058; text-shadow: 0 0 8px rgba(52,208,88,0.5); }
.t-blink  { color: #a78bff; text-shadow: 0 0 8px rgba(167,139,255,0.8); }

.hero-subtitle { font-size: 1.18rem; color: rgba(220,218,240,0.82); line-height: 1.85; }

.step-number {
  font-size: 3.2rem;
  background: linear-gradient(135deg, #a78bff, #e040fb, #06eeff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 18px rgba(167,139,255,0.65)) drop-shadow(0 0 36px rgba(192,38,211,0.40));
}

.amount {
  font-size: 4rem;
  background: linear-gradient(135deg, #ffffff, #c4b5ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 12px rgba(124,111,255,0.45));
}

.contact-form {
  background: linear-gradient(145deg, rgba(28,26,46,0.88), rgba(18,16,30,0.92));
  border: 1px solid rgba(124,111,255,0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.06);
}

/* ── LOGO ───────────────────────────────────────── */
.logo { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; }

.logo-p-mark {
  flex-shrink: 0;
  transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1), filter 0.4s ease;
}
.logo:hover .logo-p-mark {
  transform: scale(1.1);
  filter: drop-shadow(0 0 10px rgba(192,38,211,0.6)) drop-shadow(0 0 22px rgba(124,111,255,0.35));
}

/* lit dots pulse */
.pd {
  animation: dotPulse 2.6s ease-in-out infinite;
}
@keyframes dotPulse {
  0%, 100% { opacity: 0.65; }
  50%       { opacity: 1; }
}
.logo:hover .pd { animation-duration: 0.3s; }

/* dim dots light up on hover */
.logo:hover .logo-p-mark circle:not(.pd) {
  fill: rgba(124,111,255,0.25);
  transition: fill 0.3s ease;
}

.logo-name {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #e8e4ff 0%, #c4b5ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: letter-spacing 0.35s ease;
}
.logo:hover .logo-name {
  background: linear-gradient(135deg, #a78bff 0%, #e040fb 50%, #06eeff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  letter-spacing: -0.01em;
}

@media (max-width: 768px) {
  h1 { font-size: clamp(2.2rem, 9vw, 3.4rem); }
  .stat-number { font-size: 1.9rem; }
}
