/* ═══════════════════════════════════════════════════════
   Get Chatty with Corey — Midnight Sapphire Theme
   ═══════════════════════════════════════════════════════ */

/* ─── Tokens ─── */
:root {
  --bg: #020617;
  --bg-card: #0f172a;
  --bg-elevated: #1e293b;
  --bg-surface: #0c1425;
  --accent: #38bdf8;
  --accent-glow: rgba(56, 189, 248, .25);
  --accent-hover: #7dd3fc;
  --text: #e2e8f0;
  --text-muted: #94a3b8;
  --text-bright: #f8fafc;
  --border: rgba(148, 163, 184, .12);
  --green: #22c55e;

  --font-heading: 'Bebas Neue', sans-serif;
  --font-body: 'Bebas Neue', sans-serif;
  --font-mono: 'IBM Plex Mono', monospace;

  --radius: 14px;
  --radius-sm: 8px;
  --max-w: 1140px;
  --transition: .3s cubic-bezier(.4,0,.2,1);
}

/* ─── Reset ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--accent); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--accent-hover); }
em { font-style: italic; color: var(--accent); }
ul { list-style: none; }

/* ─── Layout ─── */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
.divider {
  max-width: var(--max-w);
  margin: 0 auto;
  border: 0;
  height: 1px;
  background: var(--border);
}

/* ═══════════════════ NAV ═══════════════════ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 32px;
  background: rgba(2, 6, 23, .65);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: background var(--transition), border-color var(--transition);
}
.nav.scrolled {
  background: rgba(2, 6, 23, .92);
  border-bottom-color: var(--border);
}
.nav-brand {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text-bright);
  letter-spacing: -0.3px;
}
.nav-links { display: flex; gap: 28px; }
.nav-links a {
  font-size: .82rem;
  font-weight: 500;
  color: var(--text-muted);
  transition: color var(--transition);
  letter-spacing: 0.3px;
}
.nav-links a:hover, .nav-links a.active { color: var(--text-bright); }
.nav-cta {
  font-size: .78rem;
  font-weight: 600;
  padding: 8px 20px;
  border: 1px solid var(--accent);
  color: var(--accent);
  border-radius: 999px;
  transition: all var(--transition);
}
.nav-cta:hover { background: var(--accent); color: var(--bg); }
.nav-mobile {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.nav-mobile span {
  width: 22px; height: 2px;
  background: var(--text-bright);
  border-radius: 2px;
  transition: transform var(--transition);
}

/* ═══════════════════ HERO ═══════════════════ */
.hero {
  position: relative;
  padding: 140px 0 60px;
  text-align: center;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -100px; left: 50%;
  transform: translateX(-50%);
  width: 800px; height: 800px;
  background: radial-gradient(circle, rgba(56,189,248,.08) 0%, transparent 70%);
  pointer-events: none;
}
.hero-overline {
  font-family: var(--font-mono);
  font-size: .72rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 20px;
}
.hero h1 {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 5.5vw, 4.2rem);
  font-weight: 700;
  color: var(--text-bright);
  line-height: 1.15;
  margin-bottom: 18px;
}
.hero-desc {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 520px;
  margin: 0 auto 32px;
}
.hero-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 56px;
}

/* ─── Buttons ─── */
.btn-primary {
  display: inline-block;
  padding: 13px 32px;
  background: var(--accent);
  color: var(--bg);
  font-weight: 600;
  font-size: .88rem;
  border-radius: 999px;
  transition: all var(--transition);
}
.btn-primary:hover { background: var(--accent-hover); color: var(--bg); transform: translateY(-1px); }
.btn-secondary {
  display: inline-block;
  padding: 13px 32px;
  border: 1px solid var(--border);
  color: var(--text);
  font-weight: 500;
  font-size: .88rem;
  border-radius: 999px;
  transition: all var(--transition);
}
.btn-secondary:hover { border-color: var(--text-muted); color: var(--text-bright); }

/* ─── Hero 3D iPhones ─── */
.hero-phones {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 28px;
  perspective: 1200px;
  margin: 0 auto 48px;
  width: fit-content;
}
.iphone-device {
  position: relative;
  transition: transform .6s cubic-bezier(.4,0,.2,1);
}
.iphone-raised { transform: translateY(-18px); }
.iphone-frame {
  position: relative;
  width: 160px;
  height: 320px;
  background: linear-gradient(145deg, #3a3a3c, #1c1c1e 60%, #2c2c2e);
  border-radius: 28px;
  padding: 8px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.08),
    0 4px 24px rgba(0,0,0,.45),
    inset 0 1px 0 rgba(255,255,255,.06);
  overflow: hidden;
}
.iphone-frame::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,.04) 0%, transparent);
  border-radius: 28px 28px 0 0;
  pointer-events: none;
  z-index: 2;
}
.iphone-notch {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 18px;
  background: #000;
  border-radius: 12px;
  z-index: 3;
}
.iphone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
}
.phone-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.phone-play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 4;
  transition: opacity var(--transition);
}
.phone-play-overlay.hidden { opacity: 0; pointer-events: none; }
.phone-caption {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-mono);
  font-size: .55rem;
  color: rgba(255,255,255,.75);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 5;
  text-shadow: 0 1px 4px rgba(0,0,0,.6);
}
.iphone-home-bar {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 4px;
  background: rgba(255,255,255,.2);
  border-radius: 4px;
  z-index: 5;
}
.iphone-shadow {
  position: absolute;
  bottom: -18px;
  left: 10%;
  width: 80%;
  height: 18px;
  background: radial-gradient(ellipse, rgba(56,189,248,.12) 0%, transparent 70%);
  filter: blur(6px);
}

/* ─── Stats Bar ─── */
.stats-bar {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}
.stat { text-align: center; }
.stat-value {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-bright);
}
.stat-label {
  font-family: var(--font-mono);
  font-size: .65rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-top: 2px;
}

/* ═══════════════════ LOGOS SECTION ═══════════════════ */
.logos-section {
  padding: 48px 0;
  text-align: center;
  overflow: hidden;
  position: relative;
  background: #020617;
}
.logos-label {
  font-family: var(--font-mono);
  font-size: .68rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 24px;
}
.logos-marquee {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}
.logos-track {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 60px;
  width: -webkit-max-content;
  width: max-content;
  -webkit-animation: scroll-logos 25s linear infinite;
  animation: scroll-logos 25s linear infinite;
  will-change: transform;
}
@-webkit-keyframes scroll-logos {
  0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  100% { -webkit-transform: translate3d(-50%, 0, 0); transform: translate3d(-50%, 0, 0); }
}
@keyframes scroll-logos {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}
.logos-track:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.brand-logo {
  height: 70px;
  min-width: 140px;
  width: auto;
  object-fit: contain;
  object-position: center;
  opacity: 1 !important;
  filter: none !important;
  background: transparent !important;
  transition: opacity var(--transition);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: inline-block;
}
.brand-logo:hover { opacity: 1; }

/* ═══════════════════ WHY SECTION ═══════════════════ */
.why-section {
  padding: 80px 0;
}
.why-grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 620px;
  gap: 0;
}
.why-text h2 {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--text-bright);
  line-height: 1.15;
  margin-bottom: 18px;
}
.why-text p {
  color: var(--text-muted);
  margin-bottom: 14px;
  font-size: .88rem;
  line-height: 1.65;
  font-family: 'Playfair Display', Georgia, serif;
}
.why-divider {
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,.1);
  margin: 24px 0;
}
.why-points {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.why-point {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.why-point-icon {
  width: 22px;
  height: 22px;
  min-width: 22px;
  background: rgba(56, 189, 248, .12);
  color: var(--accent);
  border-radius: 4px;
  border: 1px solid rgba(56,189,248,.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .65rem;
  font-weight: 700;
  margin-top: 2px;
}
.why-point h4 {
  font-size: .88rem;
  font-weight: 400;
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--text);
  line-height: 1.45;
}
.why-closer {
  margin-top: 40px;
  font-size: 1rem;
  color: var(--accent);
  font-style: italic;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400;
  text-align: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

/* ═══════════════════ SECTION HELPERS ═══════════════════ */
.section-label {
  font-family: var(--font-mono);
  font-size: .68rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 10px;
}
.section-title {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: var(--text-bright);
  font-weight: 700;
  margin-bottom: 12px;
}
.section-subtitle {
  color: var(--text-muted);
  font-size: .95rem;
  max-width: 520px;
  margin: 0 auto 48px;
}

/* ═══════════════════ PORTFOLIO SCROLL PHONES ═══════════════════ */
.showcase-section {
  padding: 80px 0 60px;
  overflow: hidden;
}
.showcase-header {
  text-align: center;
  margin-bottom: 40px;
}
.showcase-header .section-subtitle { margin: 0 auto 0; }

.scroll-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: scrollLeft 60s linear infinite;
}
.scroll-track:hover { animation-play-state: paused; }
.scroll-track-reverse { animation-name: scrollRight; }

@keyframes scrollLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes scrollRight {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

.scroll-phone-3d {
  flex-shrink: 0;
}
.phone-body {
  width: 130px;
  height: 260px;
  background: linear-gradient(145deg, #3a3a3c, #1c1c1e 60%, #2c2c2e);
  border-radius: 22px;
  padding: 6px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.06),
    0 4px 18px rgba(0,0,0,.4);
  position: relative;
  overflow: hidden;
}
.phone-body::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 40%;
  background: linear-gradient(180deg, rgba(255,255,255,.03) 0%, transparent);
  border-radius: 22px 22px 0 0;
  pointer-events: none;
  z-index: 2;
}
.phone-notch-mini {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 14px;
  background: #000;
  border-radius: 10px;
  z-index: 3;
}
.phone-screen-inner {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  position: relative;
}
.phone-home-indicator {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: rgba(255,255,255,.18);
  border-radius: 3px;
  z-index: 5;
}

/* Scroll video container */
.scroll-video-container { position: relative; }
.scroll-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.scroll-play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 4;
  transition: opacity var(--transition);
}
.scroll-play-overlay.hidden { opacity: 0; pointer-events: none; }

/* ═══════════════════ ABOUT ═══════════════════ */
.about-section { padding: 80px 0; }
.about-grid {
  display: grid;
  grid-template-columns: .85fr 1fr;
  gap: 56px;
  align-items: center;
}
.about-image img {
  border-radius: var(--radius);
  box-shadow: 0 8px 40px rgba(0,0,0,.3);
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
}
.about-text h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--text-bright);
  line-height: 1.25;
  margin-bottom: 18px;
}
.about-text p {
  color: var(--text-muted);
  margin-bottom: 14px;
  font-size: .95rem;
}
.about-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.about-tag {
  font-family: var(--font-mono);
  font-size: .65rem;
  padding: 5px 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--text-muted);
  letter-spacing: .5px;
}

/* ═══════════════════ SERVICES ═══════════════════ */
.services-section { padding: 80px 0; text-align: center; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  text-align: left;
}
.service-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  transition: border-color var(--transition), transform var(--transition);
}
.service-card:hover { border-color: rgba(56,189,248,.25); transform: translateY(-3px); }
.service-icon { font-size: 1.6rem; margin-bottom: 14px; }
.service-card h3 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  color: var(--text-bright);
  margin-bottom: 10px;
}
.service-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.6; }

/* ═══════════════════ PROCESS ═══════════════════ */
.process-section { padding: 80px 0; text-align: center; }
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  text-align: left;
}
.process-step {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
}
.step-number {
  font-family: var(--font-mono);
  font-size: .65rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 14px;
}
.process-step h3 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  color: var(--text-bright);
  margin-bottom: 10px;
}
.process-step p { font-size: .85rem; color: var(--text-muted); line-height: 1.6; }

/* ═══════════════════ RESULTS ═══════════════════ */
.results-section { padding: 80px 0; text-align: center; }
.results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  text-align: left;
}
.result-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
}
.result-brand {
  font-family: var(--font-mono);
  font-size: .65rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}
.result-card h3 {
  font-size: .95rem;
  color: var(--text-bright);
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.45;
}
.result-metrics { display: flex; gap: 24px; }
.result-metric .val {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-bright);
}
.result-metric .label {
  font-family: var(--font-mono);
  font-size: .58rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 2px;
}

/* ═══════════════════ PACKAGES ═══════════════════ */
.packages-section { padding: 80px 0; text-align: center; }
.packages-section > .container { max-width: 1120px; }
.packages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  text-align: left;
}
.package-card {
  background: var(--bg-card);
  border: 1px solid rgba(56,189,248,.25);
  border-radius: 16px;
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform var(--transition), border-color var(--transition);
}
.package-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: .5;
}
.package-card:hover {
  transform: translateY(-4px);
  border-color: rgba(56,189,248,.6);
}

/* Featured (Growth) */
.package-card.featured {
  border-color: var(--accent);
  background: linear-gradient(145deg, #101e2e 0%, #0c1828 100%);
}
.package-card.featured::before { opacity: 1; }

.pkg-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  background: var(--accent);
  color: var(--bg);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: 600;
}

/* Card content */
.card-label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 8px;
}
.card-name {
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--text-bright);
  letter-spacing: .5px;
  line-height: 1;
  margin-bottom: 6px;
  font-weight: 700;
}
.card-tagline {
  font-size: .75rem;
  color: rgba(255,255,255,.4);
  font-weight: 300;
  margin-bottom: 24px;
  line-height: 1.4;
}
.price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 24px;
}
.price {
  font-family: var(--font-heading);
  font-size: 2.8rem;
  color: var(--text-bright);
  letter-spacing: -1px;
  line-height: 1;
  font-weight: 700;
}
.price-unit {
  font-size: .8rem;
  color: rgba(255,255,255,.4);
  font-weight: 300;
}
.card-divider {
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,.07);
  margin-bottom: 20px;
}
.features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
  flex-grow: 1;
}
.features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .8rem;
  color: rgba(255,255,255,.7);
  font-weight: 300;
  line-height: 1.4;
}
.features li::before {
  content: '✓';
  color: var(--accent);
  font-size: .75rem;
  font-weight: 500;
  flex-shrink: 0;
  margin-top: 1px;
}

/* Buttons */
.pkg-btn {
  display: block;
  width: 100%;
  padding: 13px;
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  transition: all .2s ease;
}
.pkg-btn-outline {
  border: 1px solid rgba(56,189,248,.4);
  color: var(--accent);
}
.pkg-btn-outline:hover {
  background: rgba(56,189,248,.15);
  border-color: var(--accent);
  color: var(--accent);
}
.pkg-btn-primary {
  background: var(--accent);
  color: var(--bg);
  border: 1px solid transparent;
}
.pkg-btn-primary:hover { background: var(--accent-hover); }

/* Test Drive card — gold accent */
.package-card.test-drive {
  border-color: rgba(245,200,66,.3);
  background: linear-gradient(145deg, #1a1910 0%, #111208 100%);
}
.package-card.test-drive::before {
  background: linear-gradient(90deg, transparent, #f5c842, transparent);
}
.package-card.test-drive:hover { border-color: rgba(245,200,66,.6); }
.package-card.test-drive .card-label { color: #f5c842; }
.package-card.test-drive .features li::before { color: #f5c842; }
.package-card.test-drive .pkg-btn-outline {
  border-color: rgba(245,200,66,.4);
  color: #f5c842;
}
.package-card.test-drive .pkg-btn-outline:hover {
  background: rgba(245,200,66,.1);
  border-color: #f5c842;
}

/* ═══════════════════ YOUTUBE ═══════════════════ */
.youtube-section { padding: 80px 0; }
.youtube-embed {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.yt-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  aspect-ratio: 16/9;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text-muted);
  font-size: .85rem;
  transition: border-color var(--transition);
}
.yt-placeholder:hover { border-color: #ff0000; color: var(--text); }
.yt-play {
  font-size: 2.5rem;
  color: #ff0000;
}
.youtube-text h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  color: var(--text-bright);
  line-height: 1.25;
  margin-bottom: 16px;
}
.youtube-text p {
  color: var(--text-muted);
  font-size: .92rem;
  margin-bottom: 12px;
}
.youtube-text .btn-secondary { margin-top: 10px; }

/* ═══════════════════ TESTIMONIALS ═══════════════════ */
.testimonials-section { padding: 80px 0 0; text-align: center; }
.reviews-marquee {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
  -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
  mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}
.reviews-track {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 48px;
  width: -webkit-max-content;
  width: max-content;
  -webkit-animation: scroll-reviews 20s linear infinite;
  animation: scroll-reviews 20s linear infinite;
  will-change: transform;
}
.reviews-track:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.review-slide {
  height: 280px;
  width: auto;
  max-width: none !important;
  border-radius: var(--radius);
  object-fit: contain;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: inline-block;
}
@-webkit-keyframes scroll-reviews {
  0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  100% { -webkit-transform: translate3d(-50%, 0, 0); transform: translate3d(-50%, 0, 0); }
}
@keyframes scroll-reviews {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}

/* ═══════════════════ CTA / CONTACT ═══════════════════ */
.cta-section { padding: 80px 0; }
.cta-box {
  text-align: center;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 56px 40px;
}
.cta-box h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  color: var(--text-bright);
  font-weight: 700;
  margin-bottom: 14px;
}
.cta-box p {
  color: var(--text-muted);
  font-size: .95rem;
  max-width: 480px;
  margin: 0 auto 28px;
}
.cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ═══════════════════ FOOTER ═══════════════════ */
.footer {
  padding: 40px 0;
  border-top: 1px solid var(--border);
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-brand {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  color: var(--text-bright);
  font-weight: 600;
}
.footer-links { display: flex; gap: 20px; }
.footer-links a { font-size: .78rem; color: var(--text-muted); }
.footer-links a:hover { color: var(--text-bright); }
.footer-copy {
  font-size: .72rem;
  color: var(--text-muted);
}

/* ═══════════════════ WHATSAPP FLOAT ═══════════════════ */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 200;
  width: 56px;
  height: 56px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px rgba(37, 211, 102, .35);
  transition: transform var(--transition), box-shadow var(--transition);
}
.whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 24px rgba(37, 211, 102, .5);
}

/* WhatsApp Popup */
.wa-popup {
  position: fixed;
  bottom: 90px;
  right: 24px;
  z-index: 199;
  background: #fff;
  color: #1a1a1a;
  font-family: var(--font-body);
  font-size: .85rem;
  line-height: 1.5;
  padding: 14px 38px 14px 16px;
  border-radius: 12px;
  box-shadow: 0 6px 28px rgba(0,0,0,.22);
  max-width: 280px;
  opacity: 0;
  transform: translateY(10px) scale(.95);
  pointer-events: none;
  transition: opacity .35s ease, transform .35s ease;
}
.wa-popup.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.wa-popup::after {
  content: '';
  position: absolute;
  bottom: -8px;
  right: 22px;
  width: 16px;
  height: 16px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: 4px 4px 8px rgba(0,0,0,.08);
}
.wa-popup-close {
  position: absolute;
  top: 6px;
  right: 8px;
  background: none;
  border: none;
  font-size: 1.1rem;
  color: #888;
  cursor: pointer;
  line-height: 1;
  padding: 2px 6px;
}
.wa-popup-close:hover { color: #333; }

/* ═══════════════════ FADE-IN ANIMATION ═══════════════════ */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s ease, transform .7s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ═══════════════════ RESPONSIVE ═══════════════════ */
@media (max-width: 1024px) {
  .packages-grid { max-width: 560px; margin: 0 auto; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .results-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .packages-grid { grid-template-columns: 1fr; max-width: 380px; }
  .why-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .nav-mobile { display: flex; }

  /* Mobile nav open */
  .nav.nav-open .nav-links {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(2, 6, 23, .96);
    backdrop-filter: blur(18px);
    padding: 20px 32px;
    gap: 16px;
    border-bottom: 1px solid var(--border);
  }
  .nav.nav-open .nav-cta {
    display: inline-block;
    position: absolute;
    top: calc(100% + 140px);
    left: 32px;
  }

  .hero { padding: 120px 0 48px; }
  .hero h1 { font-size: 2rem; }
  .hero-phones {
    gap: 14px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .iphone-frame {
    width: 110px;
    height: 220px;
    border-radius: 20px;
  }
  .iphone-notch { width: 44px; height: 14px; }
  .iphone-screen { border-radius: 14px; }
  .iphone-raised { transform: translateY(-10px); }
  .phone-caption { font-size: .4rem; letter-spacing: .5px; }

  .stats-bar { gap: 24px; }
  .stat-value { font-size: 1.5rem; }

  .about-grid { grid-template-columns: 1fr; gap: 32px; }
  .about-image { max-width: 320px; margin: 0 auto; }

  .services-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .results-grid { grid-template-columns: 1fr; }

  .review-slide { height: 200px; }

  .youtube-embed { grid-template-columns: 1fr; gap: 28px; }

  .section-title { font-size: 1.6rem; }

  .footer-inner { flex-direction: column; text-align: center; }

  /* Logos on mobile */
  .brand-logo { height: 45px; min-width: 90px; opacity: 1 !important; filter: none !important; }
  .logos-track {
    gap: 36px;
    -webkit-animation: scroll-logos 15s linear infinite;
    animation: scroll-logos 15s linear infinite;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .logos-track::-webkit-scrollbar { display: none; }

  /* Scroll phones smaller on mobile */
  .phone-body {
    width: 105px;
    height: 210px;
    border-radius: 18px;
  }
  .phone-notch-mini { width: 36px; height: 11px; }
  .phone-screen-inner { border-radius: 13px; }
}

@media (max-width: 480px) {
  .hero-phones { gap: 8px; }
  .iphone-frame { width: 95px; height: 190px; border-radius: 18px; }
  .iphone-notch { width: 36px; height: 12px; }
  .iphone-screen { border-radius: 12px; }

  .phone-body { width: 90px; height: 180px; border-radius: 16px; }
  .phone-screen-inner { border-radius: 11px; }

  .logos-track { gap: 24px; }
  .brand-logo { height: 36px; min-width: 72px; }

  .cta-box { padding: 36px 20px; }
}

/* ─── Reduced Motion ─── */
@media (prefers-reduced-motion: reduce) {
  .scroll-track, .logos-track, .reviews-track { animation: none; }
  .fade-in { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}
