/* ============================================================
   Octopus Player — Landing Page Styles (Vibrant Aurora Glassmorphism)
   ============================================================ */

/* ─── Global Sections ─── */
.section { padding: 120px 0; position: relative; z-index: 2; }
.section__header { text-align: center; margin-bottom: 80px; max-width: 800px; margin-left: auto; margin-right: auto; }
.section__kicker {
  display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(236, 72, 153, 0.1));
  border: 1px solid rgba(99, 102, 241, 0.15);
  color: #4f46e5;
  margin-bottom: 24px; padding: 6px 16px; border-radius: 999px;
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.section__header h2 {
  margin: 0 0 24px; font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 900; letter-spacing: -0.04em;
  background: linear-gradient(135deg, #0f172a 30%, #4338ca 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1.15;
}
.section__sub { margin: 0 auto; font-size: clamp(1.1rem, 2vw, 1.25rem); color: var(--text-silver); line-height: 1.6; max-width: 600px; }

/* ─── 1. Hero ─── */
.hero { position: relative; padding: 180px 0 100px; overflow: hidden; }
.hero__bg-glow {
  position: absolute; top: -10%; left: 50%; transform: translateX(-50%); width: 85vw; height: 600px;
  background: radial-gradient(ellipse at center, rgba(99, 102, 241, 0.12) 0%, rgba(236, 72, 153, 0.04) 40%, transparent 70%);
  pointer-events: none; z-index: 0;
}
.hero__inner {
  position: relative; z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.hero__content {
  flex: 1;
  max-width: 550px;
  position: relative;
  z-index: 5;
}
.hero h1 {
  font-size: clamp(2.8rem, 5.5vw, 4.4rem); font-weight: 900; line-height: 1.1; letter-spacing: -0.04em; margin: 0 0 24px;
  background: linear-gradient(135deg, #0f172a 20%, #4f46e5 50%, #db2777 90%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero__desc { font-size: clamp(1.1rem, 1.8vw, 1.25rem); color: var(--text-silver); margin: 0 0 32px; line-height: 1.6; }
.hero__actions { display: flex; gap: 16px; justify-content: flex-start; }

/* Hero Release Badge */
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(99, 102, 241, 0.15);
  border-radius: 999px;
  margin-bottom: 24px;
  box-shadow: 0 4px 15px rgba(99, 102, 241, 0.04);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.hero__badge-dot {
  width: 8px;
  height: 8px;
  background: #ec4899;
  border-radius: 50%;
  position: relative;
}
.hero__badge-dot::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid #ec4899;
  opacity: 0.5;
  animation: badge-ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes badge-ping {
  0% { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(2.2); opacity: 0; }
}
.hero__badge-text {
  font-size: 13px;
  font-weight: 700;
  color: #4f46e5;
  letter-spacing: 0.02em;
}

/* Trust stars rating */
.hero__trust {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
}
.trust__stars {
  color: #fbbf24;
  font-size: 18px;
  letter-spacing: 2px;
}
.trust__text {
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
}

/* Hero Showcase (Media Right Column) */
.hero__media {
  flex: 1.1;
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero__media-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140%;
  height: 140%;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.18) 0%, rgba(236, 72, 153, 0.06) 50%, transparent 80%);
  pointer-events: none;
  z-index: 0;
}
.showcase-perspective {
  position: relative;
  width: 100%;
  max-width: 580px;
  perspective: 1500px;
}
/* ─── Device Showcase Frame (Bezel, Glare, Shadow) ─── */
.device-frame {
  position: relative;
  border-radius: 16px;
  border: 3px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 30px 60px -15px rgba(99, 102, 241, 0.15), 0 0 0 1px rgba(99, 102, 241, 0.05);
  overflow: hidden;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  background: #0d0b21;
}
.device-frame img {
  display: block;
  width: 100%;
  height: auto;
}
.device-frame__glare {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 50%);
  pointer-events: none;
  z-index: 5;
}

.showcase-device {
  position: absolute;
}
.showcase-device--tv {
  position: relative; /* defines container height */
  width: 85%;
  left: 15%;
  z-index: 1;
  transform: rotateY(-16deg) rotateX(6deg) translateZ(0px);
}
.showcase-device--tablet {
  width: 52%;
  left: 5%;
  bottom: -10%;
  z-index: 10;
  transform: rotateY(-12deg) rotateX(4deg) translateZ(80px);
  border-radius: 12px;
}
.showcase-device--mobil {
  width: 32%;
  left: -8%;
  bottom: -18%;
  z-index: 20;
  transform: rotateY(-8deg) rotateX(2deg) translateZ(160px);
  border-radius: 8px;
}

/* Hover effects */
.showcase-device--tv:hover {
  transform: rotateY(-10deg) rotateX(4deg) translateZ(20px) translateY(-5px);
  box-shadow: 0 40px 80px -15px rgba(99, 102, 241, 0.3);
}
.showcase-device--tablet:hover {
  transform: rotateY(-8deg) rotateX(3deg) translateZ(100px) translateY(-8px);
  box-shadow: -20px 30px 60px rgba(0, 0, 0, 0.2);
}
.showcase-device--mobil:hover {
  transform: rotateY(-4deg) rotateX(1deg) translateZ(180px) translateY(-10px);
  box-shadow: -25px 35px 65px rgba(0, 0, 0, 0.25);
}

/* Showcase Widgets */
.showcase-widget {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  box-shadow: 0 15px 30px -10px rgba(99, 102, 241, 0.1),
              inset 0 1px 0 rgba(255, 255, 255, 0.8);
  z-index: 12;
  padding: 16px;
}
.widget-player {
  right: -10px;
  bottom: 8%;
  width: 230px;
  transform: translateZ(120px) rotateY(-8deg);
  text-align: left;
}
.widget-player__header {
  display: flex;
  gap: 5px;
  margin-bottom: 12px;
}
.player-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.player-dot.red { background: #ef4444; }
.player-dot.yellow { background: #f59e0b; }
.player-dot.green { background: #10b981; }

.player-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.player-thumb {
  width: 36px;
  height: 36px;
  background: var(--accent-gradient);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.player-details h4 {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  color: #0f172a;
}
.player-details p {
  margin: 0;
  font-size: 10px;
  color: #64748b;
  font-weight: 600;
}
.player-progress {
  margin-bottom: 10px;
}
.progress-bar {
  width: 100%;
  height: 4px;
  background: #e2e8f0;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 6px;
}
.progress-fill {
  height: 100%;
  background: var(--accent-gradient);
}
.progress-time {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: #94a3b8;
  font-weight: 600;
}
.player-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  color: #475569;
}
.play-btn {
  width: 24px;
  height: 24px;
  background: #6366f1;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  cursor: pointer;
}

.widget-speed {
  right: -30px;
  top: 10%;
  width: 180px;
  transform: translateZ(100px) rotateY(-10deg);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
}
.widget-speed__icon {
  font-size: 20px;
  background: rgba(16, 185, 129, 0.1);
  color: #10b981;
  padding: 6px;
  border-radius: 10px;
  border: 1px solid rgba(16, 185, 129, 0.2);
}
.widget-speed__content h4 {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 800;
  color: #0f172a;
}
.widget-speed__content p {
  margin: 0 0 8px;
  font-size: 10px;
  color: #64748b;
  font-weight: 600;
}
.speed-indicator {
  display: flex;
  gap: 3px;
}
.speed-indicator .bar {
  width: 12px;
  height: 3px;
  background: #e2e8f0;
  border-radius: 1px;
}
.speed-indicator .bar.active {
  background: #10b981;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .hero {
    padding: 120px 0 80px;
  }
  .hero__inner {
    flex-direction: column;
    text-align: center;
    gap: 50px;
  }
  .hero__content {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero__trust {
    justify-content: center;
  }
  .hero__actions {
    margin-bottom: 0;
    justify-content: center;
  }
  .hero__media {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .showcase-perspective {
    perspective: none;
    margin-bottom: 40px;
  }
  .showcase-device--tv {
    transform: none !important;
    width: 90% !important;
    left: 10% !important;
  }
  .showcase-device--tablet {
    transform: none !important;
    width: 55% !important;
    left: 5% !important;
    bottom: -8% !important;
  }
  .showcase-device--mobil {
    transform: none !important;
    width: 35% !important;
    left: -5% !important;
    bottom: -12% !important;
  }
  .widget-player, .widget-speed {
    display: none;
  }
}
@media (max-width: 480px) {
  .showcase-perspective {
    margin-bottom: 30px;
  }
  .showcase-device--tv {
    width: 100% !important;
    left: 0 !important;
  }
  .showcase-device--tablet {
    display: none !important;
  }
  .showcase-device--mobil {
    width: 45% !important;
    left: -10px !important;
    bottom: -15px !important;
  }
}

/* ─── Marquee (Floating Premium Gallery) ─── */
.marquee-section {
  overflow: hidden; padding: 40px 0;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255,255,255,0.4);
  border-bottom: 1px solid rgba(255,255,255,0.4);
  box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.01);
}
.marquee-track { display: flex; width: max-content; animation: scrollLeft 45s linear infinite; gap: 30px; }
.marquee-item { display: flex; align-items: center; justify-content: center; width: 320px; transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.marquee-item img {
  height: 160px; object-fit: cover; border-radius: 16px;
  border: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 15px 35px -10px rgba(99, 102, 241, 0.15);
  transition: all 0.3s ease;
}
.marquee-item:hover img {
  transform: scale(1.05) translateY(-5px);
  box-shadow: 0 20px 40px -10px rgba(236, 72, 153, 0.25);
  border-color: #ffffff;
}
@keyframes scrollLeft { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ─── 2. Quick Features (Glass Cards) ─── */
.feat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.feat-card {
  padding: 40px; background: var(--bg-surface); border-radius: var(--radius);
  border: 1px solid var(--border); position: relative; overflow: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); display: flex; flex-direction: column;
  box-shadow: 0 10px 30px -10px rgba(99, 102, 241, 0.04), inset 0 1px 0 rgba(255,255,255,0.6);
}
.feat-card::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(300px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(99, 102, 241, 0.08), transparent 60%);
  opacity: 0; transition: opacity 0.4s ease; pointer-events: none;
}
.feat-card:hover {
  transform: translateY(-6px); background: var(--bg-surface-hover);
  border-color: rgba(99, 102, 241, 0.25);
  box-shadow: 0 20px 40px -15px rgba(99, 102, 241, 0.12), inset 0 1px 0 rgba(255,255,255,0.8);
}
.feat-card:hover::before { opacity: 1; }
.feat-card__icon {
  width: 48px; height: 48px; margin-bottom: 24px; color: #6366f1;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(236, 72, 153, 0.1));
  padding: 10px; border-radius: 12px; border: 1px solid rgba(99, 102, 241, 0.15);
}
.feat-card h3 { font-size: 1.25rem; font-weight: 800; margin: 0 0 12px; color: #0f172a; letter-spacing: -0.02em; }
.feat-card p { font-size: 0.95rem; color: var(--text-silver); margin: 0; line-height: 1.6; }

/* ─── 3. App Experience (Sticky Scroll Showcase) ─── */
.sticky-wrapper { display: flex; align-items: flex-start; position: relative; gap: 80px; }
.sticky-content { position: sticky; top: 100px; height: calc(100vh - 120px); width: 50%; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.sticky-visual { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: 0; transform: scale(0.95); transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
.sticky-visual.active { opacity: 1; transform: scale(1); }
.sticky-visual .device-frame {
  max-width: 95%;
  max-height: 70vh;
  border-radius: 24px;
  border-width: 4px;
}
.sticky-visual:nth-child(1) .device-frame {
  box-shadow: 0 30px 60px -15px rgba(99, 102, 241, 0.22), 0 0 0 1px rgba(99, 102, 241, 0.05);
}
.sticky-visual:nth-child(2) .device-frame {
  box-shadow: 0 30px 60px -15px rgba(236, 72, 153, 0.22), 0 0 0 1px rgba(236, 72, 153, 0.05);
}
.sticky-visual:nth-child(3) .device-frame {
  box-shadow: 0 30px 60px -15px rgba(20, 184, 166, 0.22), 0 0 0 1px rgba(20, 184, 166, 0.05);
}
.sticky-scroll-area { width: 50%; display: flex; flex-direction: column; }
.sticky-scroll-area section { min-height: 80vh; display: flex; flex-direction: column; justify-content: center; padding-right: 40px; }
.platform-card__tag {
  font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.1), rgba(99, 102, 241, 0.1));
  border: 1px solid rgba(236, 72, 153, 0.15);
  color: #db2777;
  margin-bottom: 16px; display: inline-block; padding: 4px 12px; border-radius: 999px;
}
.sticky-scroll-area h3 { font-size: 3rem; font-weight: 900; letter-spacing: -0.04em; margin: 0 0 24px; color: #0f172a; line-height: 1.1; }
.sticky-scroll-area p { font-size: 1.15rem; color: var(--text-silver); line-height: 1.7; margin: 0; }
.mobile-only-visual {
  display: none !important;
}

@media (max-width: 900px) {
  .sticky-wrapper { flex-direction: column; gap: 40px; }
  .sticky-content { display: none !important; }
  .mobile-only-visual {
    display: block !important;
    margin-top: 28px;
    width: 100%;
    max-width: 480px;
    align-self: center;
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), 
                transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), 
                box-shadow 0.5s ease !important;
  }
  .sticky-scroll-area { width: 100%; }
  .sticky-scroll-area section {
    min-height: auto;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
  /* Staggered entry transforms on mobile scroll */
  .sticky-scroll-area section:nth-child(1) .mobile-only-visual {
    transform: translateY(30px) rotate(-1.5deg);
    opacity: 0;
  }
  .sticky-scroll-area section:nth-child(1) .mobile-only-visual.in {
    transform: translateY(0) rotate(-1.5deg);
    opacity: 1;
    box-shadow: 0 20px 40px -10px rgba(99, 102, 241, 0.22), 0 0 0 1px rgba(99, 102, 241, 0.05);
  }
  
  .sticky-scroll-area section:nth-child(2) .mobile-only-visual {
    transform: translateX(30px) rotate(1.5deg);
    opacity: 0;
  }
  .sticky-scroll-area section:nth-child(2) .mobile-only-visual.in {
    transform: translateX(0) rotate(1.5deg);
    opacity: 1;
    box-shadow: 0 20px 40px -10px rgba(236, 72, 153, 0.22), 0 0 0 1px rgba(236, 72, 153, 0.05);
  }
  
  .sticky-scroll-area section:nth-child(3) .mobile-only-visual {
    transform: translateX(-30px) rotate(-1deg);
    opacity: 0;
  }
  .sticky-scroll-area section:nth-child(3) .mobile-only-visual.in {
    transform: translateX(0) rotate(-1deg);
    opacity: 1;
    box-shadow: 0 20px 40px -10px rgba(20, 184, 166, 0.22), 0 0 0 1px rgba(20, 184, 166, 0.05);
  }
  
  /* Active/touch interactions */
  .mobile-only-visual:active {
    transform: scale(0.98) !important;
  }
}

/* ─── 4. Bento Grid (Why Octopus) ─── */
.bento-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: minmax(320px, auto); gap: 24px; }
.bento-item {
  background: var(--bg-surface); border-radius: var(--radius);
  border: 1px solid var(--border); padding: 48px; position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 10px 30px -10px rgba(99, 102, 241, 0.04), inset 0 1px 0 rgba(255,255,255,0.6);
}
.bento-item::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(236, 72, 153, 0.08), transparent 50%);
  opacity: 0; transition: opacity 0.4s; pointer-events: none; z-index: 0;
}
.bento-item:hover::before { opacity: 1; }
.bento-item:hover {
  border-color: rgba(99, 102, 241, 0.25); transform: translateY(-6px);
  box-shadow: 0 20px 45px -15px rgba(99, 102, 241, 0.15), inset 0 1px 0 rgba(255,255,255,0.8);
}
.bento-item > * { position: relative; z-index: 1; }
.bento-item--large { grid-column: span 8; }
.bento-item--medium { grid-column: span 4; }
.bento-item__icon {
  width: 56px; height: 56px; margin-bottom: 40px; color: #6366f1;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(236, 72, 153, 0.1));
  padding: 12px; border-radius: 16px; border: 1px solid rgba(99, 102, 241, 0.15);
}
.bento-item h3 { font-size: 2rem; font-weight: 900; margin: 0 0 16px; letter-spacing: -0.03em; color: #0f172a; line-height: 1.15; }
.bento-item p { font-size: 1.05rem; color: var(--text-silver); margin: 0; line-height: 1.65; max-width: 480px; }
@media (max-width: 900px) { .bento-item--large, .bento-item--medium { grid-column: span 12; } }

/* ─── 5. Setup Steps ─── */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: step; }
.step-card {
  padding: 40px; border-top: 2px solid rgba(99, 102, 241, 0.15); position: relative;
  background: rgba(255, 255, 255, 0.25); border-radius: 0 0 16px 16px;
  backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
}
.step-card::before {
  counter-increment: step; content: "0" counter(step); display: block;
  font-size: 14px; font-weight: 800;
  background: var(--accent-gradient); -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-bottom: 24px; letter-spacing: 0.1em;
}
.step-card h3 { font-size: 1.4rem; font-weight: 800; margin: 0 0 16px; color: #0f172a; }
.step-card p { font-size: 1rem; color: var(--text-silver); margin: 0; line-height: 1.6; }
@media (max-width: 768px) {
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { border-top: none; border-left: 2px solid rgba(99, 102, 241, 0.15); border-radius: 0 16px 16px 0; padding: 0 0 40px 32px; background: transparent; box-shadow: none; }
  .step-card::before { position: absolute; left: -12px; top: 0; padding: 0 8px; }
}

/* ─── 6. FAQ (Accordion) ─── */
.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
.faq-item {
  background: var(--bg-surface); border-radius: 16px; border: 1px solid var(--border);
  padding: 0 32px; transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01), inset 0 1px 0 rgba(255,255,255,0.4);
}
.faq-item:hover {
  border-color: rgba(99, 102, 241, 0.2);
  background: var(--bg-surface-hover);
}
.faq-item.active {
  border-color: rgba(99, 102, 241, 0.3);
  background: #ffffff;
  box-shadow: 0 10px 25px -5px rgba(99, 102, 241, 0.08);
}
.faq-btn {
  width: 100%; background: transparent; border: none; padding: 24px 0;
  text-align: left; display: flex; align-items: center; justify-content: space-between;
  font-size: 1.2rem; font-weight: 700; color: #0f172a; cursor: pointer; transition: color 0.2s;
}
.faq-btn:hover { color: #6366f1; }
.faq-icon { transition: transform 0.3s ease; color: var(--text-muted); }
.faq-item.active .faq-icon { transform: rotate(180deg); color: #6366f1; }
.faq-content { max-height: 0; overflow: hidden; transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.faq-content p { margin: 0 0 24px; color: var(--text-silver); line-height: 1.65; font-size: 1.05rem; }

/* ─── 7. Final CTA ─── */
.cta-section { text-align: center; padding: 120px 0; position: relative; z-index: 5; }
.cta-section .container {
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #ec4899 100%);
  padding: 80px 40px; border-radius: 32px;
  box-shadow: 0 30px 60px -15px rgba(99, 102, 241, 0.35);
  overflow: hidden;
  color: #ffffff;
}
.cta-section .container::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
              radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 50%);
  pointer-events: none;
}
.cta-section h2 {
  font-size: clamp(3rem, 6vw, 4.8rem); font-weight: 900; letter-spacing: -0.04em; margin: 0 0 24px;
  color: #ffffff; line-height: 1.1;
}
.cta-section p { font-size: 1.25rem; color: rgba(255, 255, 255, 0.85); max-width: 600px; margin: 0 auto 48px; line-height: 1.6; }
.cta-section .btn--primary {
  background: #ffffff;
  color: #4f46e5;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.15);
}
.cta-section .btn--primary:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #312e81;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

/* ─── 8. Legal Section ─── */
.legal-section {
  padding: 40px 0 100px;
  position: relative;
  z-index: 5;
}
.legal-card {
  padding: 32px;
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  box-shadow: 0 10px 30px -10px rgba(99, 102, 241, 0.04),
              inset 0 1px 0 rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
}
.legal-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.legal-card__icon {
  font-size: 20px;
}
.legal-card h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #db2777;
}
.legal-card p {
  margin: 0;
  font-size: 13.5px;
  color: var(--text-silver);
  line-height: 1.7;
  text-align: left;
}
