/* ========================================
   LANDING PAGE — Premium Dark UI
   Conversion-optimized for ads
   ======================================== */

/* --- Hero Section --- */
.hero-section {
  padding: 160px 0 80px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border-radius: 100px;
  background: rgba(124, 58, 237, 0.1);
  border: 1px solid rgba(124, 58, 237, 0.25);
  font-size: 13px;
  font-weight: 600;
  color: #a78bfa;
  margin-bottom: 32px;
  backdrop-filter: blur(10px);
}

.hero-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 8px #10b981;
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.5); }
}

.hero-title {
  font-size: clamp(36px, 7vw, 72px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 28px;
}

.gradient-text {
  background: linear-gradient(135deg, #a78bfa 0%, #06b6d4 50%, #10b981 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-desc {
  font-size: clamp(16px, 3vw, 20px);
  color: #94a3b8;
  max-width: 680px;
  margin: 0 auto 44px;
  line-height: 1.7;
}

.hero-desc strong {
  color: #10b981;
}

.hero-cta {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.btn-hero {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 40px;
  border-radius: 100px;
  background: linear-gradient(135deg, #7c3aed, #06b6d4);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 0 40px rgba(124, 58, 237, 0.35), 0 4px 20px rgba(0,0,0,0.3);
  text-decoration: none;
  font-family: var(--font);
}

.btn-hero:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 60px rgba(124, 58, 237, 0.5), 0 8px 30px rgba(0,0,0,0.4);
  text-decoration: none;
}

.btn-hero-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 40px;
  border-radius: 100px;
  background: transparent;
  color: #e2e8f0;
  font-size: 17px;
  font-weight: 600;
  border: 1px solid rgba(255,255,255,0.12);
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  font-family: var(--font);
}

.btn-hero-outline:hover {
  border-color: #7c3aed;
  background: rgba(124, 58, 237, 0.06);
  color: #a78bfa;
  text-decoration: none;
}

/* Hero Stats */
.hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.hero-stat {
  text-align: center;
}

.hero-stat strong {
  display: block;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
}

.hero-stat span {
  font-size: 13px;
  color: #64748b;
}

.hero-stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.08);
}

/* --- Dot Grid Background --- */
.dot-grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 30px 30px;
  z-index: 0;
}

/* --- Video Demo Section --- */
.video-demo-section {
  padding: 0 0 80px;
  position: relative;
  z-index: 1;
}

.video-wrapper {
  max-width: 960px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 40px 100px rgba(0,0,0,0.6), 0 0 60px rgba(124, 58, 237, 0.15);
  aspect-ratio: 16/9;
  background: #000;
  position: relative;
}

.video-wrapper iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-caption {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #64748b;
}

/* --- Download Section --- */
.download-section {
  padding: 0 0 60px;
  position: relative;
  z-index: 1;
}

.download-box {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 48px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.06), rgba(6, 182, 212, 0.06));
  border: 1px solid rgba(16, 185, 129, 0.2);
  backdrop-filter: blur(12px);
}

.download-info {
  flex: 1;
}

.download-info h2 {
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 12px;
  text-align: left;
}

.download-info p {
  font-size: 15px;
  color: #94a3b8;
  margin-bottom: 16px;
  text-align: left;
}

.download-perks {
  list-style: none;
  padding: 0;
}

.download-perks li {
  padding: 4px 0;
  font-size: 14px;
  color: #10b981;
  font-weight: 600;
}

.download-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .download-box { flex-direction: column; padding: 32px 24px; gap: 24px; }
  .download-info h2 { text-align: center; font-size: 22px; }
  .download-info p { text-align: center; }
  .download-perks { text-align: center; }
  .download-actions { width: 100%; }
  .download-actions .btn-hero,
  .download-actions .btn-hero-outline { width: 100%; justify-content: center; }
}

/* --- Platforms Bar --- */
.platforms-bar {
  padding: 28px 0;
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  background: rgba(255,255,255,0.01);
  position: relative;
  z-index: 1;
}

.platforms-bar .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.platforms-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #475569;
}

.platforms-logos {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.platform-item {
  font-size: 16px;
  font-weight: 800;
  color: #475569;
  letter-spacing: 0.5px;
  transition: color 0.3s;
}

.platform-item:hover {
  color: #94a3b8;
}

/* --- Section Common --- */
.section {
  padding: 120px 0;
  position: relative;
  z-index: 1;
}

.section--dark {
  background: rgba(0,0,0,0.3);
  border-top: 1px solid rgba(255,255,255,0.04);
  border-bottom: 1px solid rgba(255,255,255,0.04);
}

.section-header {
  text-align: center;
  margin-bottom: 72px;
}

.section-badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 100px;
  background: rgba(124, 58, 237, 0.1);
  border: 1px solid rgba(124, 58, 237, 0.2);
  font-size: 12px;
  font-weight: 700;
  color: #a78bfa;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}

.section-title {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 16px;
}

.section-desc {
  font-size: 18px;
  color: #64748b;
  max-width: 560px;
  margin: 0 auto;
}

/* --- Features Grid --- */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.feature-box {
  background: rgba(12, 12, 30, 0.6);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  padding: 32px 28px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  backdrop-filter: blur(12px);
}

.feature-box:hover {
  border-color: rgba(124, 58, 237, 0.4);
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.4), 0 0 30px rgba(124, 58, 237, 0.1);
}

.feature-box--lg {
  grid-column: span 3;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
  gap: 0 24px;
  padding: 40px 36px;
}

.feature-box--lg .feature-icon-wrap { grid-row: 1 / 3; }
.feature-box--lg h3 { font-size: 26px; }

.feature-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.15), rgba(6, 182, 212, 0.15));
  border: 1px solid rgba(124, 58, 237, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.feature-box h3 {
  font-size: 18px;
  font-weight: 800;
  color: #f1f5f9;
  margin-bottom: 10px;
}

.feature-box p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
}

.feature-highlight {
  grid-column: 1 / -1;
  margin-top: 24px;
  padding: 16px 20px;
  border-radius: 12px;
  background: rgba(16, 185, 129, 0.08);
  border: 1px dashed rgba(16, 185, 129, 0.25);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #10b981;
}

.feature-highlight-icon {
  font-size: 18px;
}

/* --- Steps Grid --- */
.steps-grid {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.step-box {
  flex: 1;
  min-width: 200px;
  max-width: 260px;
  text-align: center;
  padding: 0 20px;
}

.step-number {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7c3aed, #06b6d4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  margin: 0 auto 20px;
  box-shadow: 0 0 30px rgba(124, 58, 237, 0.3);
}

.step-box h3 {
  font-size: 18px;
  font-weight: 800;
  color: #f1f5f9;
  margin-bottom: 10px;
}

.step-box p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
}

.step-connector {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, rgba(124, 58, 237, 0.4), rgba(6, 182, 212, 0.4));
  margin-top: 32px;
  flex-shrink: 0;
  border-radius: 2px;
}

/* --- Pricing Row --- */
.pricing-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.price-card {
  background: rgba(12, 12, 30, 0.6);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  padding: 36px 28px 32px;
  position: relative;
  transition: all 0.35s;
  backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
}

.price-card:hover {
  border-color: rgba(124, 58, 237, 0.3);
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}

.price-card--popular {
  border-color: #7c3aed;
  box-shadow: 0 0 50px rgba(124, 58, 237, 0.15);
}

.price-card--vip {
  border-color: #f59e0b;
  box-shadow: 0 0 40px rgba(245, 158, 11, 0.1);
}

.price-card-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 18px;
  border-radius: 100px;
  background: linear-gradient(135deg, #7c3aed, #06b6d4);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  white-space: nowrap;
}

.price-card-badge--vip {
  background: linear-gradient(135deg, #f59e0b, #d97706);
}

.price-card-header {
  text-align: center;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.price-card-header h3 {
  font-size: 20px;
  font-weight: 800;
  color: #e2e8f0;
  margin-bottom: 12px;
}

.price-card--popular .price-card-header h3 { color: #a78bfa; }
.price-card--vip .price-card-header h3 { color: #f59e0b; }

.price-amount {
  font-size: 44px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}

.price-amount span {
  font-size: 16px;
  font-weight: 400;
  color: #64748b;
}

.price-period {
  font-size: 13px;
  color: #64748b;
  margin-top: 6px;
}

.price-features {
  list-style: none;
  padding: 0;
  margin: 0 0 auto;
  flex: 1;
}

.price-features li {
  padding: 8px 0;
  font-size: 14px;
  color: #94a3b8;
  display: flex;
  align-items: center;
  gap: 10px;
}

.price-features li::before {
  content: '✓';
  color: #10b981;
  font-weight: 800;
  font-size: 13px;
  flex-shrink: 0;
}

.price-feature--gift {
  color: #f59e0b !important;
  font-weight: 700;
}

.price-feature--gift::before {
  content: '' !important;
}

.btn-price {
  display: block;
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.1);
  background: transparent;
  color: #e2e8f0;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 28px;
  text-decoration: none;
  font-family: var(--font);
}

.btn-price:hover {
  border-color: #7c3aed;
  background: rgba(124, 58, 237, 0.06);
  color: #a78bfa;
  text-decoration: none;
}

.btn-price--primary {
  background: linear-gradient(135deg, #7c3aed, #06b6d4);
  border: none;
  color: #fff;
  box-shadow: 0 4px 20px rgba(124, 58, 237, 0.3);
}

.btn-price--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(124, 58, 237, 0.4);
  color: #fff;
}

.btn-price--vip {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  border: none;
  color: #fff;
  box-shadow: 0 4px 20px rgba(245, 158, 11, 0.3);
}

.btn-price--vip:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(245, 158, 11, 0.4);
  color: #fff;
}

.btn-price--green {
  background: linear-gradient(135deg, #10b981, #059669);
  border: none;
  color: #fff;
  box-shadow: 0 4px 20px rgba(16, 185, 129, 0.3);
}

.btn-price--green:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.4);
  color: #fff;
}

/* --- CTA Section --- */
.cta-section {
  padding: 80px 0 120px;
}

.cta-box {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.08), rgba(6, 182, 212, 0.08));
  border: 1px solid rgba(124, 58, 237, 0.2);
  border-radius: 32px;
  padding: 80px 48px;
  backdrop-filter: blur(20px);
  box-shadow: 0 0 80px rgba(124, 58, 237, 0.1);
}

.cta-title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 20px;
}

.cta-desc {
  font-size: 18px;
  color: #94a3b8;
  margin-bottom: 40px;
}

.cta-contact {
  display: inline-block;
  padding: 20px 36px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  margin-bottom: 40px;
}

.cta-contact-label {
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.cta-contact-number {
  font-size: 24px;
  font-weight: 900;
  color: #06b6d4;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* --- Footer --- */
.site-footer {
  text-align: center;
  padding: 60px 0;
  border-top: 1px solid rgba(255,255,255,0.05);
  background: rgba(0,0,0,0.3);
  position: relative;
  z-index: 1;
}

.footer-brand {
  font-size: 20px;
  font-weight: 900;
  color: #e2e8f0;
  margin-bottom: 12px;
}

.site-footer p {
  font-size: 13px;
  color: #475569;
  margin-bottom: 4px;
}

/* Nav inner */
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 24px;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
  .pricing-row { grid-template-columns: repeat(2, 1fr); }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-box--lg { grid-column: span 2; }
}

/* --- Gallery --- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}

.gallery-item {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1;
  background: rgba(12, 12, 30, 0.6);
  border: 1px solid rgba(255,255,255,0.06);
  transition: all 0.3s;
  cursor: pointer;
}

.gallery-item:hover {
  border-color: rgba(124, 58, 237, 0.4);
  transform: scale(1.03);
  box-shadow: 0 16px 40px rgba(0,0,0,0.4);
}

.gallery-item img, .gallery-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #475569;
}

.gallery-placeholder span {
  font-size: 48px;
  opacity: 0.5;
}

.gallery-placeholder p {
  font-size: 13px;
}

/* --- Workflow Store --- */
.store-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.store-card {
  background: rgba(12, 12, 30, 0.6);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  padding: 28px 24px;
  backdrop-filter: blur(12px);
  transition: all 0.35s;
  position: relative;
  display: flex;
  flex-direction: column;
}

.store-card:hover {
  border-color: rgba(124, 58, 237, 0.3);
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}

.store-card-icon {
  font-size: 36px;
  margin-bottom: 16px;
}

.store-card-badge {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 100px;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.25);
  color: #10b981;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 16px;
  width: fit-content;
}

.store-card-badge--pro {
  background: rgba(124, 58, 237, 0.12);
  border-color: rgba(124, 58, 237, 0.25);
  color: #a78bfa;
}

.store-card h3 {
  font-size: 17px;
  font-weight: 800;
  color: #f1f5f9;
  margin-bottom: 8px;
}

.store-card p {
  font-size: 13px;
  color: #64748b;
  line-height: 1.6;
  flex: 1;
}

.store-card-meta {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.store-card-meta span {
  font-size: 12px;
  color: #475569;
}

.store-card .btn-price {
  margin-top: 16px;
}

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

@media (max-width: 768px) {
  .store-grid { grid-template-columns: 1fr; max-width: 400px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

/* --- Testimonials --- */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.testimonial-card {
  background: rgba(12, 12, 30, 0.6);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  padding: 32px 28px;
  backdrop-filter: blur(12px);
}

.testimonial-stars {
  font-size: 16px;
  margin-bottom: 16px;
  letter-spacing: 2px;
}

.testimonial-card p {
  font-size: 15px;
  color: #cbd5e1;
  line-height: 1.7;
  margin-bottom: 20px;
  font-style: italic;
}

.testimonial-author strong {
  display: block;
  color: #f1f5f9;
  font-size: 14px;
}

.testimonial-author span {
  font-size: 12px;
  color: #64748b;
}

/* --- FAQ --- */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: rgba(12, 12, 30, 0.6);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.3s;
}

.faq-item[open] {
  border-color: rgba(124, 58, 237, 0.3);
}

.faq-item summary {
  padding: 20px 28px;
  font-size: 16px;
  font-weight: 700;
  color: #e2e8f0;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-item summary::after {
  content: '+';
  font-size: 22px;
  font-weight: 300;
  color: #64748b;
  transition: transform 0.3s;
}

.faq-item[open] summary::after {
  content: '−';
  color: #a78bfa;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item p {
  padding: 0 28px 20px;
  font-size: 14px;
  color: #94a3b8;
  line-height: 1.7;
}

/* --- Guarantee --- */
.guarantee-section {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.guarantee-box {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 32px 40px;
  border-radius: 20px;
  background: rgba(16, 185, 129, 0.06);
  border: 1px solid rgba(16, 185, 129, 0.2);
  backdrop-filter: blur(12px);
}

.guarantee-icon {
  font-size: 48px;
  flex-shrink: 0;
}

.guarantee-content h3 {
  font-size: 20px;
  font-weight: 800;
  color: #10b981;
  margin-bottom: 8px;
}

.guarantee-content p {
  font-size: 14px;
  color: #94a3b8;
  line-height: 1.6;
}

/* --- Sticky CTA --- */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 12px 16px;
  background: rgba(3, 0, 20, 0.95);
  backdrop-filter: blur(20px);
  border-top: 1px solid rgba(124, 58, 237, 0.3);
  display: none;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
  .pricing-row { grid-template-columns: repeat(2, 1fr); }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-box--lg { grid-column: span 2; }
  .testimonials-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .hero-section { padding: 120px 0 60px; }
  .hero-title { font-size: 36px; }
  .section { padding: 80px 0; }
  .features-grid { grid-template-columns: 1fr; }
  .feature-box--lg { grid-column: span 1; display: block; }
  .pricing-row { grid-template-columns: 1fr; max-width: 400px; }
  .steps-grid { flex-direction: column; align-items: center; }
  .step-connector { width: 2px; height: 40px; margin: 0; }
  .step-box { max-width: 100%; }
  .hero-stats { gap: 20px; }
  .hero-stat-divider { display: none; }
  .cta-box { padding: 48px 24px; }
  .platforms-bar .container { gap: 20px; }
  .platforms-logos { gap: 20px; }
  .nav-links { gap: 2px; }
  .nav-link { padding: 6px 10px; font-size: 12px; }
  .sticky-cta { display: block; }
  .guarantee-box { flex-direction: column; text-align: center; padding: 28px 24px; }
  .site-footer { padding-bottom: 80px; }
}
