/* ============================================================
   MODx Pro — Layout  (PDE Performance glass-morphism)
   All variables sourced from tokens.css
   ============================================================ */

/* ------------------------------------------------------------
   Shared: Glass Panel Mixin via utility class
   ------------------------------------------------------------ */
.glass-panel {
  position: relative;
  background: var(--glass);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-top: 1px solid var(--border-t);
  border-left: 1px solid var(--border-s);
  border-right: 1px solid var(--border-s);
  border-bottom: 1px solid var(--border-b);
  overflow: hidden;
}

/* Shimmer sweep — shared pseudo-element */
.shimmer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(255, 255, 255, 0.04) 45%,
    rgba(255, 255, 255, 0.08) 50%,
    rgba(255, 255, 255, 0.04) 55%,
    transparent 60%
  );
  transform: translateX(-100%);
  transition: transform 0.6s var(--spring);
  pointer-events: none;
  z-index: 1;
}

.shimmer:hover::before {
  transform: translateX(100%);
}

/* ============================================================
   1. HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #000;
  padding-top: 80px;
}

/* Neon rain canvas */
#neon-rain {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

/* Background image as hero bg */
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

/* Gradient overlay on hero bg */
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg,
      rgba(0,0,0,0.85) 0%,
      rgba(0,0,0,0.55) 25%,
      rgba(0,0,0,0.45) 50%,
      rgba(0,0,0,0.6) 80%,
      rgba(0,0,0,0.95) 100%
    );
}

/* === VIDEO MOCKUP — floating screen below hero text === */
.video-mockup {
  position: relative;
  z-index: 5;
  max-width: 900px;
  margin: 40px auto 0;
  padding: 0 20px 80px;
}

.video-mockup-screen {
  position: relative;
  background: linear-gradient(145deg, #1a1a1a, #0a0a0a);
  border-radius: 16px 16px 0 0;
  padding: 10px 10px 0;
  box-shadow: 0 20px 80px rgba(0,0,0,0.6), 0 0 100px rgba(247,148,29,0.05);
}

/* Top bar with dots */
.video-mockup-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px 8px;
}

.video-mockup-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.video-mockup-dot.r { background: #ef4444; }
.video-mockup-dot.y { background: #eab308; }
.video-mockup-dot.g { background: #22c55e; }

.video-mockup-title {
  flex: 1;
  text-align: center;
  font-family: var(--ff-mono);
  font-size: 10px;
  color: var(--t3);
  letter-spacing: 0.05em;
}

/* Video inside the screen */
.video-mockup-inner {
  position: relative;
  background: #000;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  aspect-ratio: 16/9;
}

.video-mockup-inner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Base/stand */
.video-mockup-base {
  height: 14px;
  background: linear-gradient(to bottom, #2a2a2a, #1a1a1a);
  border-radius: 0 0 2px 2px;
}

.video-mockup-bottom {
  height: 10px;
  background: linear-gradient(to bottom, #1a1a1a, #0d0d0d);
  border-radius: 0 0 14px 14px;
  transform: perspective(500px) rotateX(-5deg);
  transform-origin: top center;
  box-shadow: 0 8px 30px rgba(0,0,0,0.5);
}

.video-mockup-shadow {
  position: absolute;
  bottom: -25px;
  left: 10%;
  right: 10%;
  height: 20px;
  background: radial-gradient(ellipse, rgba(0,0,0,0.35) 0%, transparent 70%);
  filter: blur(10px);
}

@media (max-width: 768px) {
  .video-mockup { padding: 0 16px 60px; margin-top: -20px; }
  .video-mockup-screen { border-radius: 12px 12px 0 0; padding: 8px 8px 0; }
  .video-mockup-dot { width: 6px; height: 6px; }
  .video-mockup-title { font-size: 8px; }
}

/* Hero content */
.hero-content {
  position: relative;
  z-index: 4;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: clamp(60px, 10vh, 140px) var(--pad) clamp(40px, 6vh, 80px);
  text-align: center;
}

.hero-sub {
  font-family: var(--ff);
  font-size: var(--text-xs);
  color: var(--t2);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: clamp(12px, 2vw, 20px);
  font-weight: 600;
}

.hero h1 {
  font-family: var(--ff-h);
  font-size: clamp(2.2rem, 6vw, 4.5rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: clamp(16px, 3vw, 28px);
  color: var(--t1);
}

.hero h1 .hl {
  color: var(--primary);
}

.hero-desc {
  font-family: var(--ff);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  color: var(--t2);
  max-width: 600px;
  margin: 0 auto clamp(24px, 4vw, 40px);
  line-height: 1.7;
}

.hero-desc strong {
  color: var(--t1);
}

.microcopy {
  font-size: var(--text-xs);
  color: var(--t3);
  margin-bottom: clamp(14px, 2vw, 24px);
}

/* Badge */
.badge {
  display: inline-flex;
  align-items: center;
  gap: clamp(8px, 1.5vw, 14px);
  background: var(--primary-a10);
  border: 1px solid var(--primary-a20);
  padding: clamp(8px, 1vw, 12px) clamp(14px, 2vw, 22px);
  border-radius: var(--r-full);
  margin-bottom: clamp(20px, 4vw, 36px);
}

.badge-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-s));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  flex-shrink: 0;
}

.badge-text {
  font-size: var(--text-xs);
  color: var(--t2);
}

.badge-text strong {
  color: var(--primary);
}

.badge-sep {
  width: 1px;
  height: 16px;
  background: var(--border-s);
}

.badge-launch {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: var(--text-xs);
  color: var(--success);
  font-weight: 600;
}

.badge-launch::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--success);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

/* Buttons */
.btns {
  display: flex;
  gap: clamp(10px, 2vw, 18px);
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: clamp(16px, 3vw, 28px);
}

.btn-p {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--primary), var(--primary-s));
  color: #000;
  padding: clamp(12px, 1.5vw, 18px) clamp(22px, 3vw, 36px);
  border-radius: var(--r-md);
  font-family: var(--ff-h);
  font-weight: 700;
  font-size: clamp(0.85rem, 1.2vw, 1rem);
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 24px rgba(247, 148, 29, 0.35);
  transition: transform 0.3s var(--spring), box-shadow 0.3s var(--ease);
}

.btn-p:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 40px rgba(247, 148, 29, 0.50);
}

.btn-s {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--glass);
  backdrop-filter: blur(8px) saturate(160%);
  -webkit-backdrop-filter: blur(8px) saturate(160%);
  color: var(--t1);
  padding: clamp(12px, 1.5vw, 18px) clamp(22px, 3vw, 36px);
  border-radius: var(--r-md);
  font-family: var(--ff-h);
  font-weight: 600;
  font-size: clamp(0.85rem, 1.2vw, 1rem);
  border-top: 1px solid var(--border-t);
  border-left: 1px solid var(--border-s);
  border-right: 1px solid var(--border-s);
  border-bottom: 1px solid var(--border-b);
  cursor: pointer;
  transition: all 0.3s var(--ease);
}

.btn-s:hover {
  border-color: var(--t3);
  background: var(--glass-hover);
}

/* ============================================================
   2. STATS ROW
   ============================================================ */
.stats-row {
  display: flex;
  align-items: stretch;
  background: var(--glass);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-top: 1px solid var(--border-t);
  border-bottom: 1px solid var(--border-b);
  position: relative;
  z-index: 5;
}

.stats-row .stat-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.5vw, 18px);
  padding: clamp(18px, 3vw, 32px) clamp(16px, 2.5vw, 32px);
  border-right: 1px solid var(--border-s);
  transition: background 0.3s var(--ease);
}

.stats-row .stat-item:last-child {
  border-right: none;
}

.stats-row .stat-item:hover {
  background: rgba(255, 255, 255, 0.03);
}

.stat-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--primary);
  transition: transform 0.3s var(--spring);
}

.stat-item:hover .stat-icon {
  transform: scale(1.1);
}

.stat-num {
  font-family: var(--ff-mono);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 300;
  color: var(--t1);
  line-height: 1.1;
}

.stat-label {
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--t3);
  font-family: var(--ff);
}

/* ============================================================
   3. SECTION CONTAINER
   ============================================================ */
.section-wrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(80px, 12vh, 160px) var(--pad);
  position: relative;
}

.section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto clamp(48px, 8vw, 80px);
}

.section-label {
  font-family: var(--ff-h);
  font-size: var(--text-xs);
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: clamp(10px, 1.5vw, 16px);
}

.section-title {
  font-family: var(--ff-h);
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--t1);
  margin-bottom: clamp(10px, 1.5vw, 16px);
}

.section-desc {
  font-family: var(--ff);
  font-size: clamp(0.9rem, 1.3vw, 1.05rem);
  color: var(--t2);
  line-height: 1.65;
}

/* ============================================================
   4. FEATURE SECTIONS
   ============================================================ */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 24px);
}

.feature-card {
  position: relative;
  background: var(--glass);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-top: 1px solid var(--border-t);
  border-left: 1px solid var(--border-s);
  border-right: 1px solid var(--border-s);
  border-bottom: 1px solid var(--border-b);
  border-radius: var(--r-lg);
  padding: clamp(24px, 3vw, 36px) clamp(20px, 2.5vw, 28px);
  overflow: hidden;
  transition: transform 0.35s var(--spring), box-shadow 0.35s var(--ease);
}

/* shimmer on feature card */
.feature-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(255, 255, 255, 0.04) 45%,
    rgba(255, 255, 255, 0.08) 50%,
    rgba(255, 255, 255, 0.04) 55%,
    transparent 60%
  );
  transform: translateX(-100%);
  transition: transform 0.6s var(--spring);
  pointer-events: none;
  z-index: 1;
}

.feature-card:hover::before {
  transform: translateX(100%);
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.40), 0 0 30px rgba(247, 148, 29, 0.06);
}

.feature-card-icon {
  width: 56px;
  height: 56px;
  border-radius: var(--r-md);
  background: linear-gradient(135deg, var(--primary-a20), var(--primary-a10));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(14px, 2vw, 22px);
  color: var(--primary);
  flex-shrink: 0;
}

.feature-card h3 {
  font-family: var(--ff-h);
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  font-weight: 600;
  color: var(--t1);
  margin-bottom: clamp(8px, 1vw, 12px);
  position: relative;
  z-index: 2;
}

.feature-card p {
  font-family: var(--ff);
  font-size: var(--text-sm);
  color: var(--t2);
  line-height: 1.65;
  position: relative;
  z-index: 2;
}

/* ============================================================
   5. MOCKUP SECTION
   ============================================================ */
.mockup-wrap {
  position: relative;
  padding: clamp(60px, 10vh, 120px) var(--pad);
  overflow: hidden;
}

.mockup-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 40%, rgba(247, 148, 29, 0.08) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}

.mockup-content {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.mockup-content h2 {
  font-family: var(--ff-h);
  font-size: clamp(1.7rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--t1);
  margin-bottom: clamp(14px, 2vw, 24px);
}

.mockup-content h2 span {
  color: var(--primary);
}

.mockup-content > p {
  font-family: var(--ff);
  font-size: clamp(0.95rem, 1.4vw, 1.15rem);
  color: var(--t2);
  max-width: 620px;
  margin: 0 auto clamp(32px, 5vw, 56px);
  line-height: 1.7;
}

.laptop-mockup {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.laptop-screen {
  position: relative;
  background: linear-gradient(145deg, #1a1a1a, #0a0a0a);
  border-radius: var(--r-lg) var(--r-lg) 0 0;
  padding: 12px 12px 0;
  box-shadow: 0 -2px 30px rgba(0, 0, 0, 0.5);
}

.laptop-screen::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
}

.laptop-screen-inner {
  position: relative;
  background: #000;
  border-radius: var(--r-sm) var(--r-sm) 0 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.laptop-screen-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.laptop-base {
  height: 18px;
  background: linear-gradient(to bottom, #2a2a2a, #1a1a1a);
  border-radius: 0 0 2px 2px;
}

.laptop-bottom {
  height: 12px;
  background: linear-gradient(to bottom, #1a1a1a, #0d0d0d);
  border-radius: 0 0 var(--r-md) var(--r-md);
  transform: perspective(500px) rotateX(-5deg);
  transform-origin: top center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
}

.laptop-shadow {
  position: absolute;
  bottom: -30px;
  left: 10%;
  right: 10%;
  height: 20px;
  background: radial-gradient(ellipse, rgba(0, 0, 0, 0.4) 0%, transparent 70%);
  filter: blur(10px);
}

.mockup-features {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 4vw, 48px);
  flex-wrap: wrap;
  margin-top: clamp(32px, 5vw, 56px);
}

.mockup-feat {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ff);
  font-size: clamp(0.85rem, 1.2vw, 1rem);
  color: var(--t1);
}

.mockup-feat svg {
  width: 22px;
  height: 22px;
  color: var(--success);
  flex-shrink: 0;
}

/* ============================================================
   6. CATALOG BANNER
   ============================================================ */
.catalog-banner {
  position: relative;
  background: linear-gradient(135deg, rgba(247, 148, 29, 0.05) 0%, rgba(247, 148, 29, 0.02) 100%);
  border-top: 1px solid rgba(247, 148, 29, 0.15);
  border-bottom: 1px solid rgba(247, 148, 29, 0.10);
  padding: clamp(48px, 8vh, 100px) var(--pad);
  overflow: hidden;
}

.catalog-banner-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.catalog-content h2 {
  font-family: var(--ff-h);
  font-size: clamp(1.6rem, 3.2vw, 2.4rem);
  font-weight: 700;
  color: var(--t1);
  margin-bottom: clamp(12px, 2vw, 20px);
}

.catalog-content h2 span {
  color: var(--primary);
}

.catalog-content p {
  font-family: var(--ff);
  font-size: clamp(0.9rem, 1.2vw, 1.05rem);
  color: var(--t2);
  line-height: 1.65;
  margin-bottom: clamp(20px, 3vw, 32px);
}

.catalog-stats {
  display: flex;
  gap: clamp(16px, 3vw, 32px);
  margin-bottom: clamp(24px, 4vw, 40px);
}

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

.catalog-stat .stat-num {
  font-family: var(--ff-mono);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 300;
  color: var(--primary);
}

.catalog-stat .stat-label {
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--t3);
}

.catalog-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: clamp(12px, 1.5vw, 16px) clamp(24px, 3vw, 36px);
  border: 1px solid var(--primary-a50);
  border-radius: var(--r-md);
  color: var(--primary);
  font-family: var(--ff-h);
  font-weight: 600;
  font-size: clamp(0.85rem, 1.1vw, 1rem);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s var(--ease);
}

.catalog-cta:hover {
  background: var(--primary-a10);
  border-color: var(--primary);
  box-shadow: 0 0 24px rgba(247, 148, 29, 0.15);
}

.catalog-visual {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--glass);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-top: 1px solid var(--border-t);
  border-left: 1px solid var(--border-s);
  border-right: 1px solid var(--border-s);
  border-bottom: 1px solid var(--border-b);
  aspect-ratio: 4 / 3;
}

.catalog-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================================================
   7. CREATOR / ABOUT SECTION
   ============================================================ */
.creator-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(80px, 12vh, 160px) var(--pad);
}

.creator-card {
  position: relative;
  background: var(--glass);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-top: 1px solid var(--border-t);
  border-left: 1px solid var(--border-s);
  border-right: 1px solid var(--border-s);
  border-bottom: 1px solid var(--border-b);
  border-radius: var(--r-xl);
  overflow: hidden;
}

/* top gradient bar */
.creator-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--youtube), var(--primary));
  z-index: 2;
}

.creator-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(28px, 5vw, 56px);
  padding: clamp(28px, 4vw, 48px);
  align-items: start;
}

.creator-avatar-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(14px, 2vw, 20px);
}

.creator-avatar {
  width: clamp(120px, 16vw, 200px);
  height: clamp(120px, 16vw, 200px);
  border-radius: var(--r-xl);
  object-fit: cover;
  box-shadow:
    0 0 20px rgba(247, 148, 29, 0.20),
    0 0 60px rgba(247, 148, 29, 0.08);
}

.creator-name {
  font-family: var(--ff-h);
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  font-weight: 700;
  color: var(--t1);
  margin-bottom: clamp(4px, 0.5vw, 8px);
}

.creator-role {
  font-family: var(--ff);
  font-size: var(--text-sm);
  color: var(--primary);
  font-weight: 600;
}

.creator-bio {
  font-family: var(--ff);
  font-size: clamp(0.9rem, 1.2vw, 1.05rem);
  color: var(--t2);
  line-height: 1.7;
  margin-bottom: clamp(16px, 3vw, 28px);
}

.creator-stats {
  display: flex;
  gap: clamp(20px, 3vw, 36px);
  margin-bottom: clamp(20px, 3vw, 32px);
}

.creator-stat .stat-num {
  font-family: var(--ff-mono);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 300;
  color: var(--t1);
}

.creator-stat .stat-label {
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--t3);
}

.creator-highlights {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.5vw, 14px);
}

.creator-highlights li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--ff);
  font-size: var(--text-sm);
  color: var(--t2);
}

.creator-highlights li svg,
.creator-highlights li .check-icon {
  width: 20px;
  height: 20px;
  color: var(--success);
  flex-shrink: 0;
}

/* ============================================================
   8. PRICING SECTION
   ============================================================ */
.pricing-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(80px, 12vh, 160px) var(--pad);
}

/* Free vs Pro comparison */
.pricing-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 2.5vw, 28px);
  margin-bottom: clamp(40px, 6vw, 72px);
}

.pricing-tier {
  position: relative;
  background: var(--glass);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-top: 1px solid var(--border-t);
  border-left: 1px solid var(--border-s);
  border-right: 1px solid var(--border-s);
  border-bottom: 1px solid var(--border-b);
  border-radius: var(--r-lg);
  padding: clamp(24px, 4vw, 40px);
  overflow: hidden;
}

.pricing-tier.pro {
  border-color: rgba(168, 85, 247, 0.25);
  box-shadow: 0 0 40px rgba(168, 85, 247, 0.08);
}

.pricing-badge {
  position: absolute;
  top: clamp(14px, 2vw, 20px);
  right: clamp(14px, 2vw, 20px);
  background: linear-gradient(135deg, var(--purple), var(--primary));
  color: #000;
  font-family: var(--ff-h);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 5px 12px;
  border-radius: var(--r-full);
}

.pricing-tier h3 {
  font-family: var(--ff-h);
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  font-weight: 700;
  color: var(--t1);
  margin-bottom: clamp(8px, 1vw, 14px);
}

.pricing-tier .price {
  font-family: var(--ff-mono);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 300;
  color: var(--t1);
  margin-bottom: clamp(6px, 1vw, 12px);
}

.pricing-tier .price span {
  font-size: var(--text-sm);
  color: var(--t3);
  font-weight: 400;
}

.pricing-tier .price-desc {
  font-size: var(--text-sm);
  color: var(--t2);
  margin-bottom: clamp(16px, 2vw, 24px);
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1vw, 12px);
}

.pricing-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ff);
  font-size: var(--text-sm);
  color: var(--t2);
}

.pricing-features li svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: var(--success);
}

.pricing-features li.disabled {
  color: var(--t4);
  text-decoration: line-through;
}

.pricing-features li.disabled svg {
  color: var(--t4);
}

/* Pro plans grid */
.pro-plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 2vw, 22px);
  margin-bottom: clamp(40px, 6vw, 72px);
}

.pro-plan {
  position: relative;
  background: var(--glass);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-top: 1px solid var(--border-t);
  border-left: 1px solid var(--border-s);
  border-right: 1px solid var(--border-s);
  border-bottom: 1px solid var(--border-b);
  border-radius: var(--r-lg);
  padding: clamp(22px, 3vw, 36px);
  text-align: center;
  overflow: hidden;
  transition: transform 0.3s var(--spring), box-shadow 0.3s var(--ease);
}

.pro-plan:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

.pro-plan.featured {
  border-color: var(--primary-a50);
  box-shadow: 0 0 40px rgba(247, 148, 29, 0.08);
}

.pro-plan .popular-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--primary), var(--primary-s));
  color: #000;
  font-family: var(--ff-h);
  font-size: 0.6rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 4px 16px;
  border-radius: 0 0 var(--r-sm) var(--r-sm);
}

.pro-plan h4 {
  font-family: var(--ff-h);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 600;
  color: var(--t1);
  margin-bottom: clamp(8px, 1vw, 14px);
}

.pro-plan .plan-price {
  font-family: var(--ff-mono);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 300;
  color: var(--t1);
  margin-bottom: clamp(4px, 0.5vw, 8px);
}

.pro-plan .plan-price span {
  font-size: var(--text-sm);
  color: var(--t3);
}

.pro-plan .plan-period {
  font-size: var(--text-xs);
  color: var(--t3);
  margin-bottom: clamp(16px, 2vw, 24px);
}

.pro-plan .plan-btn {
  display: block;
  width: 100%;
  padding: clamp(10px, 1.2vw, 14px);
  border-radius: var(--r-md);
  font-family: var(--ff-h);
  font-weight: 700;
  font-size: var(--text-sm);
  border: 1px solid var(--border-s);
  background: var(--glass);
  color: var(--t1);
  cursor: pointer;
  transition: all 0.3s var(--ease);
}

.pro-plan.featured .plan-btn {
  background: linear-gradient(135deg, var(--primary), var(--primary-s));
  color: #000;
  border: none;
}

.pro-plan .plan-btn:hover {
  background: var(--glass-hover);
  border-color: var(--primary-a50);
}

.pro-plan.featured .plan-btn:hover {
  box-shadow: 0 4px 24px rgba(247, 148, 29, 0.35);
}

/* Credits grid */
.credits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 1.5vw, 20px);
  margin-bottom: clamp(32px, 5vw, 56px);
}

.credit-card {
  position: relative;
  background: var(--glass);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-top: 1px solid var(--border-t);
  border-left: 1px solid var(--border-s);
  border-right: 1px solid var(--border-s);
  border-bottom: 1px solid var(--border-b);
  border-radius: var(--r-md);
  padding: clamp(18px, 2.5vw, 28px);
  text-align: center;
  overflow: hidden;
  transition: transform 0.3s var(--spring);
}

.credit-card:hover {
  transform: translateY(-3px);
}

.credit-card .best-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--teal);
  color: #000;
  font-family: var(--ff-h);
  font-size: 0.55rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 3px 12px;
  border-radius: 0 0 var(--r-sm) var(--r-sm);
}

.credit-card .credit-amount {
  font-family: var(--ff-mono);
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 300;
  color: var(--t1);
  margin-bottom: 4px;
}

.credit-card .credit-price {
  font-family: var(--ff-mono);
  font-size: clamp(1rem, 1.4vw, 1.3rem);
  color: var(--primary);
  margin-bottom: 4px;
}

.credit-card .credit-unit {
  font-size: var(--text-xs);
  color: var(--t3);
}

/* Pricing info box */
.pricing-info {
  background: linear-gradient(135deg, var(--primary-a10), var(--primary-a20));
  border: 1px solid var(--primary-a20);
  border-radius: var(--r-lg);
  padding: clamp(20px, 3vw, 32px);
  text-align: center;
}

.pricing-info p {
  font-family: var(--ff);
  font-size: var(--text-sm);
  color: var(--t2);
  line-height: 1.65;
}

.pricing-info strong {
  color: var(--primary);
}

/* ============================================================
   9. FAQ SECTION
   ============================================================ */
.faq-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(80px, 12vh, 160px) var(--pad);
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(32px, 6vw, 80px);
  align-items: start;
}

.faq-title-block {
  position: sticky;
  top: clamp(80px, 10vh, 120px);
}

.faq-title-block h2 {
  font-family: var(--ff-h);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700;
  color: var(--t1);
  margin-bottom: clamp(10px, 1.5vw, 16px);
}

.faq-title-block p {
  font-family: var(--ff);
  font-size: var(--text-sm);
  color: var(--t2);
  line-height: 1.65;
}

.faq-items {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.5vw, 14px);
}

.faq-item {
  background: var(--glass);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-top: 1px solid var(--border-t);
  border-left: 1px solid var(--border-s);
  border-right: 1px solid var(--border-s);
  border-bottom: 1px solid var(--border-b);
  border-radius: var(--r-md);
  overflow: hidden;
}

.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: clamp(16px, 2vw, 22px) clamp(18px, 2.5vw, 24px);
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--ff-h);
  font-size: clamp(0.85rem, 1.2vw, 0.95rem);
  font-weight: 600;
  color: var(--t1);
  text-align: left;
  transition: color 0.3s var(--ease);
}

.faq-q:hover {
  color: var(--primary);
}

.faq-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--border-s);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--t3);
  font-size: 14px;
  transition: transform 0.35s var(--spring), color 0.3s var(--ease), border-color 0.3s var(--ease);
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
  color: var(--primary);
  border-color: var(--primary-a50);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s var(--ease);
}

.faq-item.open .faq-a {
  max-height: 200px;
}

.faq-a-inner {
  padding: 0 clamp(18px, 2.5vw, 24px) clamp(16px, 2vw, 22px);
  font-family: var(--ff);
  font-size: var(--text-sm);
  color: var(--t2);
  line-height: 1.7;
}

/* ============================================================
   10. CONTACT SECTION
   ============================================================ */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 2vw, 22px);
  max-width: 1280px;
  margin: 0 auto;
}

.contact-card {
  position: relative;
  background: var(--glass);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-top: 1px solid var(--border-t);
  border-left: 1px solid var(--border-s);
  border-right: 1px solid var(--border-s);
  border-bottom: 1px solid var(--border-b);
  border-radius: var(--r-lg);
  padding: clamp(28px, 4vw, 40px);
  text-align: center;
  overflow: hidden;
  transition: transform 0.35s var(--spring), box-shadow 0.35s var(--ease), border-color 0.35s var(--ease);
}

.contact-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(255, 255, 255, 0.04) 45%,
    rgba(255, 255, 255, 0.08) 50%,
    rgba(255, 255, 255, 0.04) 55%,
    transparent 60%
  );
  transform: translateX(-100%);
  transition: transform 0.6s var(--spring);
  pointer-events: none;
  z-index: 1;
}

.contact-card:hover::before {
  transform: translateX(100%);
}

.contact-card:hover {
  transform: translateY(-4px);
  border-color: var(--primary-a50);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35), 0 0 20px rgba(247, 148, 29, 0.06);
}

.contact-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--primary-a10);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto clamp(14px, 2vw, 22px);
  color: var(--primary);
}

.contact-card h3 {
  font-family: var(--ff-h);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  font-weight: 600;
  color: var(--t1);
  margin-bottom: clamp(6px, 1vw, 10px);
  position: relative;
  z-index: 2;
}

.contact-card p {
  font-family: var(--ff);
  font-size: var(--text-sm);
  color: var(--t2);
  line-height: 1.6;
  position: relative;
  z-index: 2;
}

.contact-card a {
  color: var(--primary);
  transition: color 0.3s var(--ease);
}

.contact-card a:hover {
  color: var(--primary-s);
}

/* ============================================================
   11. FINAL CTA
   ============================================================ */
.cta-section {
  position: relative;
  padding: clamp(80px, 14vh, 200px) var(--pad);
  text-align: center;
  overflow: hidden;
}

#neon-rain-cta {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.cta-section h2 {
  position: relative;
  z-index: 2;
  font-family: var(--ff-h);
  font-size: clamp(3rem, 8vw, 7rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: clamp(20px, 4vw, 40px);
  background: linear-gradient(135deg, var(--t1) 0%, var(--primary) 50%, var(--primary-s) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cta-section p {
  position: relative;
  z-index: 2;
  font-family: var(--ff);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: var(--t2);
  max-width: 560px;
  margin: 0 auto clamp(24px, 4vw, 44px);
  line-height: 1.7;
}

.cta-section .btn-primary {
  position: relative;
  z-index: 2;
}

/* Screenshot in CTA */
.cta-screenshot {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto 40px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 16px 60px rgba(0,0,0,0.5), 0 0 80px rgba(247,148,29,0.06);
  border: 1px solid rgba(255,255,255,0.08);
}

.cta-screenshot img {
  width: 100%;
  display: block;
  opacity: 0.9;
  transition: opacity 0.4s var(--ease);
}

.cta-screenshot:hover img {
  opacity: 1;
}

@media (max-width: 768px) {
  .cta-screenshot { max-width: 100%; margin-bottom: 32px; }
}

/* ============================================================
   11.5 SIGNUP CTA
   ============================================================ */
.signup-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

.signup-cta-title {
  font-family: var(--ff-h);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.1;
  margin-bottom: 16px;
}

.signup-cta-title em {
  font-style: normal;
  background: linear-gradient(135deg, var(--primary), var(--primary-s));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.signup-cta-desc {
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  color: var(--t2);
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 440px;
}

.signup-cta-benefits {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.signup-benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--t2);
}

.signup-benefit svg {
  color: var(--success);
  flex-shrink: 0;
}

/* Form mock card */
.signup-form-mock {
  padding: clamp(28px, 4vw, 40px);
  border-radius: var(--r-xl);
  text-align: center;
}

.signup-form-header {
  margin-bottom: 28px;
}

.signup-form-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  background: linear-gradient(135deg, var(--primary-a20), var(--primary-a10));
  border: 1px solid rgba(247, 148, 29, 0.2);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

.signup-form-header h3 {
  font-family: var(--ff-h);
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.signup-form-header p {
  font-size: var(--text-xs);
  color: var(--t3);
}

/* Mock fields */
.signup-form-fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.signup-field-mock {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.signup-field-label {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--t3);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.signup-field-input {
  width: 100%;
  height: 44px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 0 14px;
}

.signup-field-dots {
  font-size: 14px;
  color: var(--t3);
  letter-spacing: 2px;
}

/* CTA button */
.signup-form-btn {
  width: 100%;
  padding: 16px 24px;
  font-size: 0.82rem;
  justify-content: center;
  box-shadow: 0 4px 24px rgba(247, 148, 29, 0.3);
}

.signup-form-btn:hover {
  box-shadow: 0 8px 40px rgba(247, 148, 29, 0.4);
}

.signup-form-note {
  margin-top: 14px;
  font-size: var(--text-xs);
  color: var(--t3);
  letter-spacing: 0.05em;
}

@media (max-width: 834px) {
  .signup-cta {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .signup-cta-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .signup-cta-benefits {
    align-items: center;
  }
}

/* ============================================================
   12. FOOTER
   ============================================================ */
.site-footer {
  position: relative;
  background: var(--glass);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-top: 1px solid var(--border-t);
  padding: clamp(28px, 4vw, 48px) var(--pad);
}

.footer-content {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(16px, 3vw, 24px);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.5vw, 16px);
}

.footer-logo-img {
  height: clamp(28px, 3.5vw, 40px);
  width: auto;
}

.footer-text {
  font-family: var(--ff);
  font-size: var(--text-sm);
  color: var(--t2);
}

.footer-right {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 32px);
}

.footer-links {
  display: flex;
  gap: clamp(12px, 2vw, 22px);
}

.footer-links a {
  font-family: var(--ff);
  font-size: var(--text-sm);
  color: var(--t2);
  transition: color 0.3s var(--ease);
}

.footer-links a:hover {
  color: var(--primary);
}

.footer-social {
  display: flex;
  gap: clamp(6px, 1vw, 12px);
}

.footer-social a {
  width: 36px;
  height: 36px;
  background: var(--glass);
  border-top: 1px solid var(--border-t);
  border-left: 1px solid var(--border-s);
  border-right: 1px solid var(--border-s);
  border-bottom: 1px solid var(--border-b);
  border-radius: var(--r-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--t2);
  transition: all 0.3s var(--ease);
}

.footer-social a:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: var(--primary-a10);
}

.footer-copy {
  width: 100%;
  text-align: center;
  font-family: var(--ff);
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--t4);
  margin-top: clamp(16px, 3vw, 28px);
  padding-top: clamp(16px, 3vw, 28px);
  border-top: 1px solid var(--border-b);
}

/* ============================================================
   RESPONSIVE BREAKPOINTS
   ============================================================ */

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

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

  .faq-wrap {
    grid-template-columns: 1fr;
  }

  .faq-title-block {
    position: static;
  }

  .catalog-banner-inner {
    grid-template-columns: 1fr;
  }

  .catalog-visual {
    max-width: 480px;
    margin: 0 auto;
  }
}

/* --- 834px --- */
@media (max-width: 834px) {
  .pricing-compare {
    grid-template-columns: 1fr;
  }

  .pro-plans {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .creator-grid {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .creator-highlights li {
    justify-content: center;
  }

  .creator-stats {
    justify-content: center;
  }
}

/* --- 768px --- */
@media (max-width: 768px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .stats-row {
    flex-direction: column;
  }

  .stats-row .stat-item {
    border-right: none;
    border-bottom: 1px solid var(--border-b);
  }

  .stats-row .stat-item:last-child {
    border-bottom: none;
  }

  .mockup-wrap {
    padding: clamp(40px, 8vh, 80px) var(--pad);
  }

  .footer-content {
    flex-direction: column;
    text-align: center;
  }

  .footer-right {
    flex-direction: column;
    gap: 16px;
  }

  .footer-brand {
    justify-content: center;
  }
}

/* --- 500px --- */
@media (max-width: 500px) {
  .hero h1 {
    font-size: clamp(1.8rem, 8vw, 2.6rem);
    letter-spacing: -0.02em;
  }

  .btns {
    flex-direction: column;
    align-items: center;
  }

  .btn-p,
  .btn-s {
    width: 100%;
    justify-content: center;
  }

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

  .catalog-stats {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .creator-stats {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .mockup-features {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }

  .cta-section h2 {
    font-size: clamp(2rem, 10vw, 3.5rem);
  }

  .footer-links {
    flex-direction: column;
    gap: 10px;
  }
}
