/* ============================================================
   GIZMOTT — Streaming Platform for Creators
   Page template: page-creators.php
   Body class:    .gz-creators-active
   Production URL: /streaming-platform-for-creators/

   Notes:
   - This stylesheet only loads on the matching template via
     gizmott_child_enqueue_styles() in functions.php
   - CSS variables (--cyan, --pink, etc.) come from the global theme
   - Selector specificity is page-local; no body class scoping needed
     because the file only loads here
   ============================================================ */

@media (max-width: 700px) { }
.container { max-width: 1240px; margin: 0 auto; position: relative; z-index: 1; }
.section-num { font-family: var(--ff-d); font-size: 16px; letter-spacing: 0.2em; color: var(--cyan); margin-bottom: 16px; display: block; }
.section-h { font-family: var(--ff-d); font-size: clamp(38px, 5vw, 64px); line-height: 1; letter-spacing: 1px; margin-bottom: 24px; }
.section-sub { font-size: 17px; color: rgba(245,245,248,0.65); max-width: 760px; margin-bottom: 50px; line-height: 1.7; }
.btn-primary { padding: 14px 28px; background: var(--cyan); color: var(--black); font-family: var(--ff-b); font-size: 14px; font-weight: 700; letter-spacing: 0.04em; border: none; border-radius: 4px; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: all 0.2s; }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 10px 30px rgba(38,214,255,0.25); }
.btn-ghost { padding: 14px 24px; background: transparent; color: var(--white); font-size: 14px; font-weight: 500; letter-spacing: 0.03em; border: 1px solid rgba(255,255,255,0.18); border-radius: 4px; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: all 0.2s; }
.btn-ghost:hover { border-color: var(--cyan); color: var(--cyan); }

/* HERO */
.hero { position: relative; padding: 80px 24px 70px; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -200px; left: -200px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(38,214,255,0.18) 0%, transparent 60%); pointer-events: none; }
.hero::after { content: ''; position: absolute; top: -100px; right: -200px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(255,91,209,0.16) 0%, transparent 60%); pointer-events: none; }
.hero-inner { max-width: 1240px; margin: 0 auto; position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
@media (max-width: 980px) { .hero-grid { grid-template-columns: 1fr; gap: 40px; } }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; background: rgba(38,214,255,0.08); border: 1px solid rgba(38,214,255,0.25); border-radius: 100px; font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cyan); margin-bottom: 28px; }
.hero-eyebrow::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.hero-h { font-family: var(--ff-d); font-size: clamp(48px, 7vw, 96px); line-height: 0.92; letter-spacing: 1px; margin-bottom: 24px; max-width: 900px; }
.hero-h .grad { background: var(--g-gradient); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; }
.hero-h .italic { font-family: var(--ff-s); font-style: italic; font-weight: 400; letter-spacing: 0; text-transform: none; }
.hero-sub { font-size: clamp(16px, 1.4vw, 19px); line-height: 1.65; color: rgba(245,245,248,0.65); max-width: 640px; margin-bottom: 36px; font-weight: 300; }
.hero-sub strong { color: var(--white); font-weight: 500; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 50px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 16px 32px; font-size: 13px; color: rgba(245,245,248,0.55); }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust .check { width: 16px; height: 16px; border-radius: 50%; background: rgba(38,214,255,0.12); border: 1px solid var(--cyan); display: inline-flex; align-items: center; justify-content: center; color: var(--cyan); font-size: 9px; font-weight: 700; }
.hero-visual { position: relative; height: 540px; }
.hero-photo {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  border: 1px solid var(--bl);
  box-shadow: 0 30px 80px rgba(0,0,0,0.4);
  overflow: hidden;
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hero-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5,6,10,0.08) 0%, rgba(5,6,10,0.45) 100%);
  pointer-events: none;
}
.phone-mock { position: absolute; width: 200px; height: 420px; border-radius: 28px; background: linear-gradient(160deg, #1A1D28 0%, #0A0C12 100%); border: 6px solid #1F2230; box-shadow: 0 40px 90px rgba(255,91,209,0.25), 0 20px 60px rgba(38,214,255,0.2); overflow: hidden; bottom: 30px; right: -10px; z-index: 3; }
.phone-screen { padding: 16px 12px; height: 100%; display: flex; flex-direction: column; gap: 10px; }
.phone-h { font-size: 9px; text-transform: uppercase; letter-spacing: 0.15em; color: rgba(245,245,248,0.45); margin-bottom: 4px; }
.phone-title { font-family: var(--ff-d); font-size: 18px; margin-bottom: 8px; }
/* Hero phone screen thumbnails — Real Unsplash photos (Standard License, no recognizable faces)
   For production: download these and self-host on Gizmott CDN.
   Sources:
   - thumb-big:  unsplash.com/photos/woman-in-yoga-pose-G_91H-3qZOA — Jared Rice
   - thumb-a:    unsplash.com/photos/silhouette-photography-of-woman-doing-yoga-F2qh3yjz6Jk — kike vega
   - thumb-b:    unsplash.com/photos/woman-meditation-yoga-eca07ce68773 — Jared Rice
   - thumb-wide: unsplash.com/photos/person-on-yoga-mat-G9H5edUL0T8 — Junseong Lee
*/
.thumb {
  border-radius: 5px;
  height: 88px;
  background-color: rgba(20,22,30,0.6);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.4) 100%);
  pointer-events: none;
}
.thumb-big {
  background-image:
    linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.55) 100%),
    url('https://images.unsplash.com/photo-1518611012118-696072aa579a?w=400&h=300&fit=crop&q=75');
}
.thumb-a {
  background-image:
    linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.55) 100%),
    url('https://images.unsplash.com/photo-1544367567-0f2fcb009e0b?w=300&h=300&fit=crop&q=75');
}
.thumb-b {
  background-image:
    linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.55) 100%),
    url('https://images.unsplash.com/photo-1506126613408-eca07ce68773?w=300&h=300&fit=crop&q=75');
}
.thumb-wide {
  background-image:
    linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.55) 100%),
    url('https://images.unsplash.com/photo-1637157216470-d92cd2edb2e8?w=400&h=300&fit=crop&q=75');
}
.thumb-row { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.thumb-row .thumb { height: 70px; }
.thumb-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 24px; height: 24px; border-radius: 50%; background: rgba(255,255,255,0.85); display: flex; align-items: center; justify-content: center; }
.thumb-play::after { content: ''; border-style: solid; border-width: 5px 0 5px 8px; border-color: transparent transparent transparent #000; margin-left: 2px; }
.hero-badge { position: absolute; top: 36px; left: 24px; display: flex; align-items: center; gap: 12px; padding: 12px 18px; background: rgba(10, 12, 18, 0.85); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.12); border-radius: 10px; z-index: 4; }
.hero-badge-dot { width: 8px; height: 8px; border-radius: 50%; background: #FF3B30; box-shadow: 0 0 12px #FF3B30; animation: pulse 1.5s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.6; transform: scale(1.2); } }
.hero-badge-label { font-family: var(--ff-d); font-size: 10px; letter-spacing: 0.2em; color: var(--white); }
.hero-badge-val { font-size: 11px; color: rgba(245,245,248,0.65); margin-top: 2px; }
@media (max-width: 980px) { .hero-visual { height: 480px; } .phone-mock { width: 170px; height: 360px; } }

/* MILESTONES */
.milestones { padding: 80px 24px; background: var(--black2); border-top: 1px solid var(--bl); border-bottom: 1px solid var(--bl); }
.milestone-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 900px) { .milestone-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .milestone-grid { grid-template-columns: 1fr; } }
.milestone-card { padding: 24px 20px; background: var(--black3); border: 1px solid var(--bl); border-radius: 8px; position: relative; }
.milestone-card::before { content: '↗'; position: absolute; top: 16px; right: 16px; width: 22px; height: 22px; border-radius: 50%; background: rgba(38,214,255,0.12); color: var(--cyan); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; }
.milestone-stat { font-family: var(--ff-d); font-size: 40px; color: var(--cyan); margin-bottom: 8px; line-height: 1; }
.milestone-label { font-size: 13px; font-weight: 600; color: var(--white); margin-bottom: 6px; }
.milestone-desc { font-size: 12.5px; color: rgba(245,245,248,0.55); line-height: 1.55; }

/* PILLARS */
.pillars { padding: 70px 24px; }
.pillar-grid { display: grid; grid-template-columns: 1.1fr 1fr; grid-template-rows: 1fr 1fr auto; gap: 18px; }
@media (max-width: 980px) { .pillar-grid { grid-template-columns: 1fr; grid-template-rows: auto; } }
.pillar { background: linear-gradient(160deg, var(--black2) 0%, var(--black3) 100%); border: 1px solid var(--bl); border-radius: 14px; padding: 26px 24px; position: relative; overflow: hidden; transition: border-color 0.2s, transform 0.2s; }
.pillar:hover { border-color: var(--bl2); transform: translateY(-2px); }
/* Pillar 1 — TV as focal point, yoga content on screen */
.pillar-1 {
  grid-column: 1;
  grid-row: 1 / span 2;
  background: linear-gradient(160deg, var(--black2) 0%, var(--black3) 100%);
  border: 1px solid rgba(38,214,255,0.18);
  min-height: 440px;
  display: flex;
  flex-direction: column;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.pillar-1-stage {
  flex: 1;
  position: relative;
  background:
    radial-gradient(circle at 30% 30%, rgba(38,214,255,0.10) 0%, transparent 50%),
    radial-gradient(circle at 70% 70%, rgba(255,91,209,0.10) 0%, transparent 50%),
    linear-gradient(135deg, var(--black) 0%, var(--black2) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 20px 16px;
  min-height: 260px;
  overflow: hidden;
}

/* Floating creator tag */
.pillar-1-creator-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7px 12px;
  background: rgba(10, 12, 18, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 100px;
  z-index: 4;
}
.creator-avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--pink));
  border: 1.5px solid rgba(255,255,255,0.18);
  flex-shrink: 0;
}
.creator-name {
  font-family: var(--ff-d);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--white);
  line-height: 1;
}
.creator-sub {
  font-size: 9px;
  color: rgba(245,245,248,0.55);
  margin-top: 2px;
}

/* TV mockup — centerpiece */
.hero-tv {
  width: 92%;
  max-width: 460px;
  background: linear-gradient(160deg, #2A2E3D 0%, #161922 100%);
  border-radius: 10px;
  padding: 10px 10px 8px;
  box-shadow:
    0 35px 80px rgba(0,0,0,0.55),
    0 0 0 1px rgba(38,214,255,0.18),
    0 20px 60px rgba(38,214,255,0.10);
  z-index: 2;
  position: relative;
}
.hero-tv-screen {
  background: var(--black);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.hero-tv-app-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  background: linear-gradient(180deg, rgba(38,214,255,0.06) 0%, transparent 100%);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.hero-tv-logo {
  font-family: var(--ff-d);
  font-size: 14px;
  letter-spacing: 0.08em;
  color: var(--white);
}
.hero-tv-logo span {
  background: var(--g-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-tv-nav {
  display: flex;
  gap: 14px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(245,245,248,0.4);
}
.hero-tv-nav .active {
  color: var(--cyan);
  position: relative;
}
.hero-tv-nav .active::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--cyan);
}

/* TV hero — yoga instructor block */
.hero-tv-hero {
  position: relative;
  height: 138px;
  overflow: hidden;
}
.hero-tv-yoga {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.45) 0%, transparent 50%),
    url('https://images.unsplash.com/photo-1506126613408-eca07ce68773?w=900&h=400&fit=crop&q=80') center/cover;
}
.hero-tv-overlay {
  position: absolute;
  bottom: 12px;
  left: 14px;
  z-index: 2;
}
.hero-tv-title {
  font-family: var(--ff-d);
  font-size: 18px;
  letter-spacing: 0.06em;
  color: var(--white);
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
  margin-bottom: 4px;
}
.hero-tv-meta {
  font-size: 9px;
  color: rgba(245,245,248,0.7);
  margin-bottom: 8px;
  text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}
.hero-tv-play {
  display: inline-block;
  padding: 5px 11px;
  background: var(--cyan);
  color: var(--black);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-radius: 3px;
}

/* TV grid (smaller content tiles below hero) */
.hero-tv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4px;
  padding: 6px;
}
.hero-tv-tile {
  height: 36px;
  border-radius: 3px;
  background: linear-gradient(135deg, rgba(38,214,255,0.18), rgba(255,91,209,0.12));
}
.hero-tv-tile.alt {
  background: linear-gradient(135deg, rgba(255,91,209,0.22), rgba(38,214,255,0.10));
}

.hero-tv-stand {
  width: 60px;
  height: 6px;
  background: linear-gradient(180deg, #2A2E3D 0%, #161922 100%);
  margin: 4px auto 0;
  border-radius: 0 0 4px 4px;
}

/* Phone peek — front-right corner */
.hero-phone-peek {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 76px;
  height: 150px;
  background: linear-gradient(160deg, #1F2230 0%, #0A0C12 100%);
  border: 3px solid #2A2E3D;
  border-radius: 12px;
  padding: 8px 5px;
  box-shadow: 0 20px 50px rgba(255,91,209,0.22), 0 10px 30px rgba(0,0,0,0.5);
  z-index: 3;
  transform: rotate(8deg);
}
.hpp-screen {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hpp-thumb {
  height: 78px;
  border-radius: 4px;
  background: linear-gradient(135deg, rgba(38,214,255,0.4), rgba(255,91,209,0.28));
  position: relative;
}
.hpp-thumb::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 14px; height: 14px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
}
.hpp-thumb-sm {
  flex: 1;
  border-radius: 4px;
  background: linear-gradient(135deg, rgba(255,91,209,0.25), rgba(38,214,255,0.12));
}

/* Bottom: content strip — tightened */
.pillar-1-content {
  padding: 22px 28px 26px;
  background: linear-gradient(180deg, transparent 0%, rgba(38,214,255,0.04) 100%);
  border-top: 1px solid rgba(38,214,255,0.12);
}
.pillar-1 h3 {
  font-family: var(--ff-d);
  font-size: 24px;
  letter-spacing: 0.9px;
  line-height: 1;
  margin-bottom: 10px;
  background: var(--g-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pillar-1 p {
  font-size: 13px;
  color: rgba(245,245,248,0.7);
  line-height: 1.55;
  margin-bottom: 14px;
}

@media (max-width: 980px) {
  .hero-tv { max-width: 380px; }
  .hero-tv-hero { height: 115px; }
  .hero-phone-peek { width: 64px; height: 130px; bottom: 10px; right: 10px; }
}
@media (max-width: 700px) {
  .hero-tv { max-width: 100%; }
  .hero-tv-hero { height: 100px; }
  .hero-phone-peek { display: none; }
  .pillar-1 h3 { font-size: 22px; }
  .pillar-1-stage { padding: 22px 18px 16px; min-height: 240px; }
}

/* Money stack — primary vs secondary tier */
/* Pillar 3 — monetization mini-cards layout */
.pillar-3 {
  grid-column: 1;
  grid-row: 3;
  display: flex;
  flex-direction: column;
}
.pillar-3 h3 {
  font-size: 19px;
  line-height: 1.1;
  margin-bottom: 8px;
}
.pillar-3 > p {
  font-size: 12.5px;
  color: rgba(245,245,248,0.6);
  line-height: 1.55;
  margin-bottom: 18px;
}

/* Two primary mini-cards side by side */
.mon-primary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}
@media (max-width: 560px) { .mon-primary-grid { grid-template-columns: 1fr; } }

.mon-card {
  padding: 14px 14px 16px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.mon-card-cyan {
  background: linear-gradient(160deg, rgba(38,214,255,0.10) 0%, rgba(38,214,255,0.03) 100%);
  border: 1px solid rgba(38,214,255,0.28);
}
.mon-card-pink {
  background: linear-gradient(160deg, rgba(255,91,209,0.10) 0%, rgba(255,91,209,0.03) 100%);
  border: 1px solid rgba(255,91,209,0.28);
}
.mon-card-tag {
  font-family: var(--ff-d);
  font-size: 10px;
  letter-spacing: 0.15em;
  margin-bottom: 8px;
}
.mon-card-cyan .mon-card-tag { color: var(--cyan); }
.mon-card-pink .mon-card-tag { color: var(--pink); }
.mon-card-headline {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 6px;
  line-height: 1.25;
}
.mon-card-desc {
  font-size: 11.5px;
  color: rgba(245,245,248,0.55);
  line-height: 1.5;
}

/* Secondary streams: same shape as primary, visually muted */
.mon-secondary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
@media (max-width: 560px) { .mon-secondary-grid { grid-template-columns: 1fr; } }

.mon-card-muted {
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.07);
}
.mon-card-muted .mon-card-tag {
  color: rgba(245,245,248,0.5);
}
.mon-card-muted .mon-card-headline {
  color: rgba(245,245,248,0.75);
  font-size: 13px;
}
.mon-card-muted .mon-card-desc {
  color: rgba(245,245,248,0.45);
}

.pillar-4 { grid-column: 2; grid-row: 3; }
.pillar-2 { grid-column: 2; grid-row: 1 / span 2; min-height: 440px; display: flex; flex-direction: row; padding: 0; overflow: hidden; }
@media (max-width: 980px) {
  .pillar-1, .pillar-2, .pillar-3, .pillar-4 {
    grid-column: 1; grid-row: auto; min-height: auto;
  }
  .pillar-2 { flex-direction: column; }
}

/* Pillar 2 — internal split */
.pillar-2-content {
  flex: 1.2;
  padding: 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.pillar-2 h3 {
  font-size: 19px;
  letter-spacing: 0.4px;
  line-height: 1.12;
  margin-bottom: 8px;
}
.pillar-2 > .pillar-2-content > p {
  font-size: 12px;
  margin-bottom: 14px;
  line-height: 1.55;
  color: rgba(245,245,248,0.55);
}

/* Featured format rows — tighter */
.format-features {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 0;
}
.format-feature {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  padding: 7px 10px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 6px;
}
.format-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 6px;
  flex-shrink: 0;
  box-shadow: 0 0 10px currentColor;
}
.format-dot.cyan { background: var(--cyan); color: var(--cyan); }
.format-dot.pink { background: var(--pink); color: var(--pink); }
.format-feature strong {
  display: block;
  font-family: var(--ff-d);
  font-size: 14px;
  letter-spacing: 0.05em;
  color: var(--white);
  margin-bottom: 2px;
}
.format-feature span {
  font-size: 10.5px;
  color: rgba(245,245,248,0.55);
  line-height: 1.4;
  display: block;
}

.format-also {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.format-also-label {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(245,245,248,0.4);
  margin-right: 4px;
}
.format-also-item {
  padding: 4px 10px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 4px;
  font-size: 11px;
  color: rgba(245,245,248,0.65);
}

/* Pillar 2 — vertical phone mockup column */
.pillar-2-phone {
  flex: 1;
  position: relative;
  background:
    radial-gradient(circle at 50% 50%, rgba(38,214,255,0.10) 0%, transparent 60%),
    radial-gradient(circle at 30% 20%, rgba(255,91,209,0.08) 0%, transparent 50%),
    var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 380px;
}

.vphone-frame {
  position: relative;
  width: 160px;
  height: 340px;
  background: linear-gradient(160deg, #1F2230 0%, #0A0C12 100%);
  border: 6px solid #232838;
  border-radius: 26px;
  padding: 10px 6px 6px;
  box-shadow:
    0 30px 80px rgba(255,91,209,0.18),
    0 20px 60px rgba(38,214,255,0.12),
    0 0 0 1px rgba(38,214,255,0.15);
  z-index: 1;
}
.vphone-notch {
  width: 60px;
  height: 4px;
  background: #2A2E3D;
  border-radius: 100px;
  margin: 0 auto 8px;
}
.vphone-screen {
  position: relative;
  width: 100%;
  height: calc(100% - 12px);
  background: #000;
  border-radius: 18px;
  overflow: hidden;
}
.vphone-home {
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: rgba(255,255,255,0.5);
  border-radius: 100px;
}

/* Vertical short — current (taking full viewport) */
.vshort {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 14px;
}
.vshort-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.vshort-bg-1 {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.65) 100%),
    url('https://images.unsplash.com/photo-1751042265458-cfad0040a5de?w=600&h=900&fit=crop&q=80') center/cover;
}
.vshort-ui {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.vshort-label {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 6px;
  padding: 4px 10px;
  background: rgba(255,59,48,0.9);
  border-radius: 100px;
  font-family: var(--ff-d);
  font-size: 9px;
  letter-spacing: 0.15em;
  color: #fff;
}
.vshort-label::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  animation: pulse 1.5s ease-in-out infinite;
}
.vshort-actions {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  gap: 14px;
  margin-bottom: 12px;
}
.vshort-action {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
}

/* Creator caption — bottom-left of the short */
.vshort-caption {
  align-self: flex-start;
  max-width: 80%;
  padding-right: 8px;
  text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}
.vshort-creator {
  font-family: var(--ff-d);
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 4px;
}
.vshort-song {
  font-size: 10px;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.02em;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Next-short peek (cropped strip at bottom suggesting more) */
.vshort-next {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.6) 100%);
  z-index: 3;
}
.vshort-next-bar {
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background: rgba(255,255,255,0.4);
  border-radius: 100px;
}

/* Floating "2.4M views" badge */
.vphone-badge {
  position: absolute;
  top: 40px;
  right: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: rgba(10, 12, 18, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(38,214,255,0.25);
  border-radius: 100px;
  z-index: 2;
  font-size: 11px;
  font-weight: 500;
  color: rgba(245,245,248,0.85);
  box-shadow: 0 15px 40px rgba(0,0,0,0.4);
}
.vphone-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 8px var(--cyan);
  animation: pulse 1.5s ease-in-out infinite;
}

@media (max-width: 980px) {
  .pillar-2-phone { min-height: 380px; padding: 30px 20px; }
  .vphone-frame { width: 180px; height: 380px; }
}
.pillar-icon { width: 52px; height: 52px; border-radius: 12px; background: var(--g-gradient); display: flex; align-items: center; justify-content: center; margin-bottom: 22px; color: #fff; }
.pillar-icon-sm { width: 40px; height: 40px; border-radius: 10px; background: rgba(38,214,255,0.12); border: 1px solid rgba(38,214,255,0.22); color: var(--cyan); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.pillar-icon-sm.pink { background: rgba(255,91,209,0.12); border-color: rgba(255,91,209,0.22); color: var(--pink); }
.pillar h3 { font-family: var(--ff-d); font-size: 26px; letter-spacing: 0.8px; line-height: 1.05; margin-bottom: 14px; }
.pillar-1 h3 { font-size: 34px; }
.pillar p { font-size: 14px; color: rgba(245,245,248,0.65); line-height: 1.65; }
.pillar-1 p { font-size: 15px; max-width: 480px; }
.device-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  margin-top: 18px;
  max-width: 520px;
}
.device-row span {
  padding: 6px 10px;
  background: rgba(38,214,255,0.1);
  border: 1px solid rgba(38,214,255,0.2);
  border-radius: 100px;
  font-size: 11px;
  color: var(--cyan);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 700px) {
  .device-row { grid-template-columns: repeat(3, 1fr); max-width: 100%; }
}
.money-row { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 20px; }
.money-row span { padding: 6px 12px; background: rgba(255,91,209,0.08); border: 1px solid rgba(255,91,209,0.2); border-radius: 4px; font-size: 11.5px; color: var(--pink); font-weight: 600; font-family: var(--ff-d); letter-spacing: 0.06em; }
.pillar-4-inner { display: flex; flex-direction: column; gap: 22px; }
.pillar-4-features { display: flex; flex-direction: column; gap: 14px; margin-top: 20px; }
.pillar-4-feature { display: flex; gap: 12px; align-items: flex-start; }
.pillar-4-feature .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); margin-top: 7px; flex-shrink: 0; }
.pillar-4-feature strong { display: block; font-size: 14px; margin-bottom: 2px; color: var(--white); font-weight: 600; }
.pillar-4-feature span { font-size: 13px; color: rgba(245,245,248,0.55); line-height: 1.5; }

/* PRICING — single base package card */
.pricing-section { padding: 100px 24px; background: linear-gradient(180deg, var(--black) 0%, var(--black2) 100%); border-top: 1px solid var(--bl); border-bottom: 1px solid var(--bl); position: relative; overflow: hidden; }
.pricing-section::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 800px; height: 400px; background: radial-gradient(ellipse, rgba(38,214,255,0.10) 0%, transparent 60%); pointer-events: none; }

.pricing-single-wrap {
  max-width: 640px;
  margin: 0 auto;
}
.price-card-single {
  padding: 44px 44px 38px;
  background: linear-gradient(160deg, rgba(38,214,255,0.06) 0%, rgba(255,91,209,0.04) 100%);
  border: 1px solid rgba(38,214,255,0.3);
  border-radius: 16px;
  position: relative;
  text-align: center;
  box-shadow: 0 30px 80px rgba(0,0,0,0.4), 0 0 0 1px rgba(38,214,255,0.1);
}
.price-card-single::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--g-gradient);
  border-radius: 16px 16px 0 0;
}

.price-tag {
  display: inline-block;
  padding: 5px 14px;
  background: rgba(38,214,255,0.14);
  border: 1px solid rgba(38,214,255,0.3);
  color: var(--cyan);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: 100px;
  margin-bottom: 28px;
}

/* Price row: prefix + big number + suffix */
.price-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 36px;
}
.price-prefix {
  font-size: 14px;
  color: rgba(245,245,248,0.5);
  font-weight: 500;
}
.price-big {
  font-family: var(--ff-d);
  font-size: 110px;
  line-height: 0.9;
  letter-spacing: -2px;
  background: var(--g-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.price-suffix {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.price-unit-main {
  font-size: 18px;
  color: var(--white);
  font-weight: 600;
  letter-spacing: 0.02em;
}
.price-unit-sub {
  font-size: 11px;
  color: rgba(245,245,248,0.45);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* "What's included" block */
.price-includes {
  text-align: left;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.07);
}
.price-includes-label {
  font-family: var(--ff-d);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245,245,248,0.5);
  margin-bottom: 18px;
  text-align: center;
}
.price-includes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 18px;
}
@media (max-width: 560px) { .price-includes-grid { grid-template-columns: 1fr; } }
.price-includes-grid span {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: rgba(245,245,248,0.78);
  line-height: 1.4;
}
.price-includes-grid .check {
  width: 16px; height: 16px;
  border-radius: 50%;
  background: rgba(38,214,255,0.15);
  border: 1px solid var(--cyan);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--cyan);
  font-size: 9px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.pricing-bullets {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
  margin-top: 40px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.pricing-bullets span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(245,245,248,0.65);
}
.pricing-bullets .check {
  width: 16px; height: 16px;
  border-radius: 50%;
  background: rgba(38,214,255,0.15);
  border: 1px solid var(--cyan);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--cyan);
  font-size: 9px;
  font-weight: 700;
}
.pricing-cta {
  text-align: center;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

@media (max-width: 700px) {
  .price-card-single { padding: 32px 24px 28px; }
  .price-big { font-size: 84px; }
  .price-row { gap: 10px; }
  .price-prefix { font-size: 12px; }
  .price-unit-main { font-size: 15px; }
}

/* AI */
.ai-section { padding: 100px 24px; }
.ai-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
@media (max-width: 900px) { .ai-grid { grid-template-columns: 1fr; gap: 40px; } }
.ai-mock { position: relative; height: 460px; background: var(--black3); border: 1px solid var(--bl); border-radius: 14px; padding: 28px; overflow: hidden; }
.ai-mock::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 70% 30%, rgba(38,214,255,0.12), transparent 60%); }
.ai-rec { position: relative; margin-bottom: 14px; display: flex; gap: 14px; padding: 14px; background: var(--black2); border: 1px solid var(--bl); border-radius: 8px; }
.ai-rec-thumb { width: 64px; height: 44px; border-radius: 4px; background: linear-gradient(135deg, rgba(38,214,255,0.3), rgba(255,91,209,0.2)); flex-shrink: 0; }
.ai-rec-body { flex: 1; min-width: 0; }
.ai-rec-title { font-size: 13px; font-weight: 600; margin-bottom: 4px; }
.ai-rec-meta { font-size: 11px; color: rgba(245,245,248,0.45); }
.ai-rec-score { font-family: var(--ff-d); font-size: 22px; color: var(--cyan); }
.ai-features { list-style: none; margin-top: 30px; }
.ai-features li { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--bl); }
.ai-features li:last-child { border-bottom: none; }
.ai-features .ico { width: 36px; height: 36px; border-radius: 8px; background: rgba(38,214,255,0.1); border: 1px solid rgba(38,214,255,0.2); color: var(--cyan); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ai-features h4 { font-size: 15px; margin-bottom: 4px; font-weight: 600; }
.ai-features p { font-size: 13px; color: rgba(245,245,248,0.55); line-height: 1.5; }
.soon-badge { font-size: 9px; padding: 2px 6px; background: rgba(245,158,11,0.15); color: #F59E0B; border: 1px solid rgba(245,158,11,0.35); border-radius: 3px; font-weight: 700; letter-spacing: 0.05em; margin-left: 6px; }

/* COMPARISON */
/* MONETIZATION TOOLKIT — refined elegant version */
.toolkit {
  padding: 110px 24px;
  background: var(--black2);
  border-top: 1px solid var(--bl);
  border-bottom: 1px solid var(--bl);
  position: relative;
  overflow: hidden;
}
.toolkit::before {
  content: '';
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(38,214,255,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.toolkit-group {
  margin-bottom: 48px;
  position: relative;
}
.toolkit-group:last-of-type { margin-bottom: 64px; }

/* Group label — refined typography */
.toolkit-group-label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}
.tg-tag {
  font-family: var(--ff-d);
  font-size: 13px;
  letter-spacing: 0.22em;
  padding: 6px 16px;
  border-radius: 100px;
  font-weight: 400;
}
.tg-tag-cyan {
  background: rgba(38,214,255,0.08);
  border: 1px solid rgba(38,214,255,0.25);
  color: var(--cyan);
}
.tg-tag-pink {
  background: rgba(255,91,209,0.08);
  border: 1px solid rgba(255,91,209,0.25);
  color: var(--pink);
}
.tg-desc {
  font-size: 13px;
  color: rgba(245,245,248,0.55);
  font-style: italic;
  font-family: var(--ff-s);
  letter-spacing: 0.01em;
}

.toolkit-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.toolkit-grid-4 {
  grid-template-columns: repeat(4, 1fr);
  max-width: 80%;
}
@media (max-width: 1100px) {
  .toolkit-grid, .toolkit-grid-4 { grid-template-columns: repeat(3, 1fr); max-width: 100%; }
}
@media (max-width: 700px) {
  .toolkit-grid, .toolkit-grid-4 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .toolkit-grid, .toolkit-grid-4 { grid-template-columns: 1fr; }
}

/* Toolkit card — glass/blur, larger padding, refined */
.toolkit-card {
  padding: 30px 24px 26px;
  background: linear-gradient(160deg, rgba(255,255,255,0.025) 0%, rgba(255,255,255,0.01) 100%);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
  position: relative;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.25s ease;
  overflow: hidden;
}
.toolkit-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(38,214,255,0) 0%, rgba(38,214,255,0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.toolkit-card:hover {
  background: linear-gradient(160deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.015) 100%);
  border-color: rgba(255,255,255,0.1);
  transform: translateY(-1px);
}
.toolkit-card:hover::before {
  opacity: 1;
  background: linear-gradient(135deg, rgba(38,214,255,0.4) 0%, rgba(255,91,209,0.4) 100%);
}

/* Line-art icons, no fill */
.toolkit-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.toolkit-icon.cyan { color: var(--cyan); }
.toolkit-icon.pink { color: var(--pink); }

/* Refined typography hierarchy */
.toolkit-name {
  font-family: var(--ff-d);
  font-size: 17px;
  letter-spacing: 0.06em;
  color: var(--white);
  margin-bottom: 8px;
  line-height: 1.1;
}
.toolkit-desc {
  font-size: 12.5px;
  color: rgba(245,245,248,0.62);
  line-height: 1.55;
}

/* INTEGRATIONS STRIP — elegant */
.toolkit-integrations {
  margin-top: 56px;
  position: relative;
}
.toolkit-int-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 36px;
}
.ti-line {
  flex: 0 0 80px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
}
.ti-title {
  font-family: var(--ff-d);
  font-size: 12px;
  letter-spacing: 0.32em;
  color: rgba(245,245,248,0.45);
  white-space: nowrap;
}

.toolkit-int-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 900px) { .toolkit-int-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 500px) { .toolkit-int-grid { grid-template-columns: repeat(2, 1fr); } }

.int-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 22px 16px;
  border-radius: 10px;
  color: rgba(245,245,248,0.4);
  transition: all 0.3s ease;
  cursor: default;
  position: relative;
}
.int-logo svg {
  width: 28px;
  height: 28px;
  filter: grayscale(1);
  opacity: 0.55;
  transition: all 0.3s ease;
}
.int-logo span {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: color 0.3s ease;
}
.int-logo:hover {
  background: rgba(255,255,255,0.025);
  color: var(--white);
}
.int-logo:hover svg {
  filter: grayscale(0);
  opacity: 1;
  color: var(--cyan);
}

.toolkit-int-note {
  text-align: center;
  margin-top: 28px;
  font-size: 12px;
  color: rgba(245,245,248,0.4);
  font-family: var(--ff-s);
  font-style: italic;
  letter-spacing: 0.02em;
}

/* USE CASES */
.cases { padding: 100px 24px; }
.cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 900px) { .cases-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .cases-grid { grid-template-columns: 1fr; } }
.case { padding: 0; background: var(--black2); border: 1px solid var(--bl); border-radius: 12px; overflow: hidden; transition: border-color 0.2s; }
.case:hover { border-color: var(--bl2); }
.case-img { height: 160px; background-size: cover; background-position: center; position: relative; }
.case-body { padding: 22px 22px 24px; }
.case-h { font-family: var(--ff-d); font-size: 22px; letter-spacing: 0.6px; margin-bottom: 8px; }
.case-d { font-size: 13px; color: rgba(245,245,248,0.6); line-height: 1.6; }
.case-tag { display: inline-block; padding: 4px 10px; background: rgba(38,214,255,0.1); border: 1px solid rgba(38,214,255,0.2); color: var(--cyan); font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; border-radius: 100px; margin-bottom: 14px; }
.case-1 .case-img { background: linear-gradient(180deg, rgba(10,12,18,0) 30%, rgba(10,12,18,0.4) 100%), url('https://images.unsplash.com/photo-1518611012118-696072aa579a?w=600&h=400&fit=crop&q=70') center/cover; }
.case-2 .case-img { background: linear-gradient(180deg, rgba(10,12,18,0) 30%, rgba(10,12,18,0.4) 100%), url('https://images.unsplash.com/photo-1636971828014-0f3493cba88a?w=600&h=400&fit=crop&q=70') center/cover; }
.case-3 .case-img { background: linear-gradient(180deg, rgba(10,12,18,0) 30%, rgba(10,12,18,0.4) 100%), url('https://images.unsplash.com/photo-1558975285-193b2c315c2c?w=600&h=400&fit=crop&q=70') center/cover; }
.case-4 .case-img { background: linear-gradient(180deg, rgba(10,12,18,0) 30%, rgba(10,12,18,0.4) 100%), url('https://images.unsplash.com/photo-1635830625698-3b9bd74671ca?w=600&h=400&fit=crop&q=70') center/cover; }
.case-5 .case-img { background: linear-gradient(180deg, rgba(10,12,18,0) 30%, rgba(10,12,18,0.4) 100%), url('https://images.unsplash.com/photo-1438232992991-995b7058bbb3?w=600&h=400&fit=crop&q=70') center/cover; }
.case-6 .case-img { background: linear-gradient(180deg, rgba(10,12,18,0) 30%, rgba(10,12,18,0.4) 100%), url('https://images.unsplash.com/photo-1542751371-adc38448a05e?w=600&h=400&fit=crop&q=70') center/cover; }

/* HOW IT WORKS */
.how { padding: 100px 24px; background: var(--black2); border-top: 1px solid var(--bl); border-bottom: 1px solid var(--bl); }
.how-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 60px; }
@media (max-width: 900px) { .how-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .how-grid { grid-template-columns: 1fr; } }
.step { position: relative; padding: 28px 24px; background: var(--black3); border: 1px solid var(--bl); border-radius: 10px; }
.step-n { font-family: var(--ff-d); font-size: 56px; background: var(--g-gradient); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; margin-bottom: 18px; }
.step h4 { font-family: var(--ff-d); font-size: 20px; letter-spacing: 0.6px; margin-bottom: 8px; }
.step p { font-size: 13px; color: rgba(245,245,248,0.6); line-height: 1.6; }

/* FAQ */
.faq { padding: 100px 24px; }
.faq-list { max-width: 880px; margin: 0 auto; }
.faq-item { background: var(--black2); border: 1px solid var(--bl); border-radius: 8px; margin-bottom: 12px; padding: 22px 24px; cursor: pointer; transition: border-color 0.2s; }
.faq-item:hover { border-color: var(--bl2); }
.faq-q { display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 15px; font-weight: 600; }
.faq-q-arrow { color: var(--cyan); font-size: 18px; transform: rotate(0); transition: transform 0.2s; }
.faq-item.open .faq-q-arrow { transform: rotate(45deg); }
.faq-a { margin-top: 12px; font-size: 14px; line-height: 1.65; color: rgba(245,245,248,0.6); display: none; }
.faq-item.open .faq-a { display: block; }

/* FINAL CTA */
.final-cta { padding: 100px 24px; background: var(--black); text-align: center; position: relative; overflow: hidden; border-top: 1px solid var(--bl); }
.final-cta::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 800px; height: 400px; background: radial-gradient(ellipse, rgba(38,214,255,0.15) 0%, transparent 60%); pointer-events: none; }
.final-h { font-family: var(--ff-d); font-size: clamp(40px, 6vw, 76px); line-height: 1; letter-spacing: 1px; margin-bottom: 24px; position: relative; z-index: 1; }
.final-h .grad { background: var(--g-gradient); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.final-sub { font-size: 16px; color: rgba(245,245,248,0.65); margin-bottom: 36px; max-width: 560px; margin-left: auto; margin-right: auto; line-height: 1.65; position: relative; z-index: 1; }
.final-cta .hero-ctas { justify-content: center; margin-bottom: 0; position: relative; z-index: 1; }
