/* ==========================================================================
   ARWAKE MEDIA — EDITORIAL LUXURY LIGHT THEME STYLESHEET
   Light warm canvas, deep charcoal typography, vivid orange energy signals,
   monochromatic cinema aesthetics, and high-performance interactive layout.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,600&family=Syne:wght@700;800;900&family=Space+Grotesk:wght@600;700&display=swap');

:root {
  /* Canvas & Palette */
  --bg-canvas: #F7F6F2;
  --bg-surface: #FFFFFF;
  --bg-neutral: #EFECE6;
  --bg-neutral-alt: #E8E4DC;
  --bg-dark-block: #0D0D0D;
  --bg-dark-surface: #171719;

  /* Typography Colors */
  --text-primary: #0D0D0D;
  --text-secondary: #383838;
  --text-muted: #6E6E6E;
  --text-light: #F7F6F2;
  --text-light-muted: #A3A3A3;

  /* Arwake Accent — Electric Orange Energy Signal */
  --accent-orange: #FF4500;
  --accent-orange-hover: #E03E00;
  --accent-orange-light: #FF5E24;
  --accent-orange-glow: rgba(255, 69, 0, 0.2);
  --accent-orange-subtle: rgba(255, 69, 0, 0.08);

  /* Functional Status Colors */
  --whatsapp-green: #25D366;
  --whatsapp-glow: rgba(37, 211, 102, 0.25);
  --border-subtle: rgba(0, 0, 0, 0.07);
  --border-medium: rgba(0, 0, 0, 0.15);
  --border-dark: rgba(255, 255, 255, 0.12);

  /* Typography Stacks */
  --font-display: 'Syne', -apple-system, BlinkMacSystemFont, 'Plus Jakarta Sans', sans-serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Inter', sans-serif;
  --font-mono: 'Space Grotesk', monospace;

  /* Elevation & Shadows */
  --shadow-subtle: 0 4px 20px rgba(0, 0, 0, 0.03);
  --shadow-elevated: 0 12px 32px rgba(0, 0, 0, 0.06);
  --shadow-hover: 0 20px 48px rgba(0, 0, 0, 0.1);
  --shadow-dark: 0 24px 60px rgba(0, 0, 0, 0.25);

  /* Layout Constants */
  --container-width: 1280px;
  --container-wide: 1440px;
  --nav-height: 80px;
  --radius-xs: 4px;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-full: 9999px;
  --transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-slow: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Base Reset */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  background-color: var(--bg-canvas);
  color: var(--text-primary);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
  line-height: 1.6;
  background-color: var(--bg-canvas);
  color: var(--text-primary);
  position: relative;
}

/* Subtle Film Grain Texture Overlay */
body::before {
  content: "";
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  pointer-events: none;
  z-index: 999;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

/* Selection */
::selection {
  background-color: var(--accent-orange);
  color: #FFFFFF;
}

/* Custom Interactive Cursor (Desktop) */
.custom-cursor {
  position: fixed;
  top: 0; left: 0;
  width: 8px; height: 8px;
  background-color: var(--accent-orange);
  border-radius: 50%;
  pointer-events: none;
  z-index: 10000;
  transform: translate(-50%, -50%);
  transition: width 0.2s ease, height 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}

.custom-cursor-follower {
  position: fixed;
  top: 0; left: 0;
  width: 32px; height: 32px;
  border: 1px solid rgba(255, 69, 0, 0.4);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.08s ease-out, width 0.2s ease, height 0.2s ease, border-color 0.2s ease;
}

.custom-cursor.hovering {
  width: 12px; height: 12px;
  background-color: var(--accent-orange);
}

.custom-cursor-follower.hovering {
  width: 48px; height: 48px;
  border-color: var(--accent-orange);
  background-color: rgba(255, 69, 0, 0.06);
}

/* Utility Containers */
.container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 24px;
}

.container-wide {
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: 0 32px;
}

/* Editorial Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.display-mega {
  font-size: clamp(2.8rem, 7vw, 6.2rem);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.display-hero {
  font-size: clamp(2.4rem, 5.8vw, 5.2rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.display-section {
  font-size: clamp(2rem, 4.2vw, 3.8rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.sub-display {
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 500;
  color: var(--text-secondary);
  line-height: 1.5;
}

.editorial-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 16px;
}

.editorial-tag .signal-dot {
  width: 6px; height: 6px;
  background-color: var(--accent-orange);
  border-radius: 50%;
  display: inline-block;
}

.highlight-orange {
  color: var(--accent-orange);
}

/* Buttons & Interactive Elements */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 16px 28px;
  border-radius: var(--radius-full);
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background-color: var(--accent-orange);
  color: #FFFFFF;
  border-color: var(--accent-orange);
  box-shadow: 0 4px 16px var(--accent-orange-glow);
}

.btn-primary:hover {
  background-color: var(--accent-orange-hover);
  border-color: var(--accent-orange-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 69, 0, 0.3);
}

.btn-secondary {
  background-color: var(--bg-surface);
  color: var(--text-primary);
  border-color: var(--border-medium);
}

.btn-secondary:hover {
  background-color: var(--bg-neutral);
  border-color: var(--text-primary);
  transform: translateY(-2px);
}

.btn-dark {
  background-color: var(--bg-dark-block);
  color: #FFFFFF;
  border-color: var(--bg-dark-block);
}

.btn-dark:hover {
  background-color: #222225;
  transform: translateY(-2px);
}

.btn-whatsapp {
  background-color: #25D366;
  color: #FFFFFF;
  border-color: #25D366;
  box-shadow: 0 4px 16px var(--whatsapp-glow);
}

.btn-whatsapp:hover {
  background-color: #1EBE5D;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
}

.btn-sm {
  padding: 10px 18px;
  font-size: 0.78rem;
}

.btn-icon {
  width: 18px; height: 18px;
  transition: transform 0.2s ease;
}

.btn:hover .btn-icon {
  transform: translateX(3px);
}

/* ==========================================================================
   NAVIGATION BAR
   ========================================================================== */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--nav-height);
  z-index: 1000;
  transition: var(--transition);
  background: rgba(247, 246, 242, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-subtle);
  height: 72px;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--text-primary);
}

.brand-logo svg, .brand-logo img {
  height: 38px;
  width: auto;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
}

.nav-link {
  font-family: var(--font-body);
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--text-secondary);
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: var(--transition);
  position: relative;
  padding: 6px 0;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 2px;
  background-color: var(--accent-orange);
  transition: width 0.25s ease;
}

.nav-link:hover {
  color: var(--text-primary);
}

.nav-link:hover::after {
  width: 100%;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Mobile Toggle */
.mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 40px; height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1002;
}

.mobile-toggle span {
  display: block;
  height: 2px;
  width: 26px;
  background-color: var(--text-primary);
  transition: var(--transition);
}

.mobile-toggle.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-toggle.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* Mobile Fullscreen Drawer */
.mobile-drawer {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background-color: var(--bg-canvas);
  z-index: 1001;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 32px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transform: translateY(-15px);
}

.mobile-drawer.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mobile-drawer-menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.mobile-drawer-link {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--text-primary);
  text-decoration: none;
  text-transform: uppercase;
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.hero-section {
  padding-top: calc(var(--nav-height) + 40px);
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 50px;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: var(--bg-surface);
  border: 1px solid var(--border-medium);
  padding: 8px 16px;
  border-radius: var(--radius-full);
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--text-primary);
  width: fit-content;
  box-shadow: var(--shadow-subtle);
}

.hero-badge-pill .pill-dot {
  width: 8px; height: 8px;
  background-color: var(--accent-orange);
  border-radius: 50%;
  animation: pulseDot 2s infinite ease-in-out;
}

@keyframes pulseDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}

.hero-title {
  margin-top: 4px;
}

.hero-lead {
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  color: var(--text-secondary);
  line-height: 1.6;
  max-width: 580px;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 12px;
}

/* Hero Visual Composition */
.hero-visual-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background-color: var(--bg-dark-block);
  box-shadow: var(--shadow-dark);
  border: 1px solid rgba(0,0,0,0.1);
  aspect-ratio: 16 / 11;
}

.hero-visual-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-visual-frame:hover img {
  transform: scale(1.03);
}

.hero-visual-badge-floating {
  position: absolute;
  bottom: 20px; left: 20px;
  background: rgba(13, 13, 13, 0.88);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border-dark);
  padding: 12px 18px;
  border-radius: var(--radius-sm);
  color: #FFFFFF;
  font-family: var(--font-mono);
  font-size: 0.78rem;
}

/* Hero Live Ticker Bar */
.hero-ticker-bar {
  background-color: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 28px 40px;
  box-shadow: var(--shadow-subtle);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.ticker-item {
  border-right: 1px solid var(--border-subtle);
  padding-right: 20px;
}

.ticker-item:last-child {
  border-right: none;
  padding-right: 0;
}

.ticker-number {
  font-family: var(--font-display);
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.ticker-label {
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--accent-orange);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ticker-sub {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-top: 2px;
}

/* ==========================================================================
   OVERSIZED TYPOGRAPHIC ART & MARQUEE
   ========================================================================== */
.marquee-band {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
  background-color: var(--bg-dark-block);
  color: #FFFFFF;
  padding: 24px 0;
  display: flex;
  white-space: nowrap;
  user-select: none;
}

.marquee-track {
  display: flex;
  gap: 48px;
  animation: marqueeScroll 28s linear infinite;
}

.marquee-text {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5.5vw, 4.5rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  display: flex;
  align-items: center;
  gap: 48px;
}

.marquee-spark {
  color: var(--accent-orange);
}

@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Giant Backdrop Typography */
.giant-backdrop-typography {
  font-family: var(--font-display);
  font-size: clamp(4rem, 16vw, 15rem);
  font-weight: 900;
  color: rgba(0, 0, 0, 0.03);
  line-height: 0.8;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  pointer-events: none;
  user-select: none;
  overflow: hidden;
  white-space: nowrap;
  margin: 30px 0;
}

/* ==========================================================================
   ABOUT & POSITIONING SECTION
   ========================================================================== */
.about-section {
  padding: 100px 0;
  position: relative;
  background-color: var(--bg-neutral);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-start;
}

.about-quote {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: var(--text-primary);
}

.about-quote .word-highlight {
  color: var(--accent-orange);
  position: relative;
  display: inline-block;
}

.about-paragraphs {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-paragraphs p {
  font-size: 1.15rem;
  color: var(--text-secondary);
  line-height: 1.65;
}

.about-truths {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.truth-card {
  background-color: var(--bg-surface);
  padding: 30px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-subtle);
  transition: var(--transition);
}

.truth-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-elevated);
  border-color: var(--border-medium);
}

.truth-card-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--text-primary);
}

.truth-card-desc {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.55;
}

/* ==========================================================================
   FLOATING INFORMATION CARDS (6 ARWAKE PILLARS)
   ========================================================================== */
.pillars-section {
  padding: 110px 0;
  position: relative;
}

.section-header-editorial {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}

.section-header-text {
  max-width: 700px;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.pillar-card {
  background-color: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  box-shadow: var(--shadow-subtle);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 380px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.pillar-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(255, 69, 0, 0.3);
}

/* Dark Contrast Card */
.pillar-card.card-dark {
  background-color: var(--bg-dark-block);
  color: #FFFFFF;
  border-color: var(--border-dark);
}

.pillar-card.card-dark h3 {
  color: #FFFFFF;
}

.pillar-card.card-dark p {
  color: var(--text-light-muted);
}

.pillar-card.card-dark .pillar-tag {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}

.pillar-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.pillar-num {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--accent-orange);
}

.pillar-tag {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background-color: var(--bg-neutral);
  padding: 6px 12px;
  border-radius: var(--radius-full);
  color: var(--text-primary);
}

.pillar-title {
  font-size: 1.55rem;
  margin-bottom: 8px;
}

.pillar-subtitle {
  font-family: var(--font-body);
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--accent-orange);
  margin-bottom: 16px;
}

.pillar-desc {
  font-size: 0.94rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ==========================================================================
   DYNAMIC EDITING SHOWCASE (10 CAPABILITIES)
   ========================================================================== */
.showcase-section {
  padding: 110px 0;
  background-color: var(--bg-neutral);
  position: relative;
}

.showcase-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}

.filter-btn {
  padding: 10px 20px;
  border-radius: var(--radius-full);
  background-color: var(--bg-surface);
  border: 1px solid var(--border-medium);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-secondary);
  cursor: pointer;
  transition: var(--transition);
}

.filter-btn:hover {
  border-color: var(--text-primary);
  color: var(--text-primary);
}

.filter-btn.active {
  background-color: var(--bg-dark-block);
  color: #FFFFFF;
  border-color: var(--bg-dark-block);
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.showcase-card {
  background-color: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-subtle);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.showcase-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(255, 69, 0, 0.35);
}

.showcase-media-box {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background-color: var(--bg-dark-block);
}

.showcase-media-box img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.showcase-card:hover .showcase-media-box img {
  transform: scale(1.04);
}

.showcase-badge-pill {
  position: absolute;
  top: 16px; left: 16px;
  background: rgba(13, 13, 13, 0.85);
  backdrop-filter: blur(8px);
  padding: 6px 12px;
  border-radius: var(--radius-full);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  color: #FFFFFF;
  border: 1px solid var(--border-dark);
}

.showcase-play-trigger {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 54px; height: 54px;
  background-color: var(--accent-orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  opacity: 0.9;
  transition: var(--transition);
  cursor: pointer;
  box-shadow: 0 4px 20px var(--accent-orange-glow);
}

.showcase-card:hover .showcase-play-trigger {
  transform: translate(-50%, -50%) scale(1.08);
  opacity: 1;
}

.showcase-content {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.showcase-cat-id {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--accent-orange);
  letter-spacing: 0.08em;
}

.showcase-card-title {
  font-size: 1.35rem;
  line-height: 1.15;
}

.showcase-card-desc {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.55;
}

.showcase-features-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
  list-style: none;
}

.showcase-feature-tag {
  font-size: 0.74rem;
  font-family: var(--font-mono);
  background-color: var(--bg-neutral);
  padding: 4px 10px;
  border-radius: var(--radius-xs);
  color: var(--text-secondary);
}

/* ==========================================================================
   BEFORE / AFTER SECTION (INTERACTIVE TRANSFORMATION SLIDER)
   ========================================================================== */
.before-after-section {
  padding: 110px 0;
  position: relative;
}

.comparison-wrapper {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.comparison-box {
  background-color: var(--bg-surface);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-subtle);
  border: 1px solid var(--border-subtle);
}

.comparison-box.after-box {
  border: 2px solid var(--accent-orange);
  background: linear-gradient(180deg, #FFFFFF 0%, #FAF9F6 100%);
  position: relative;
}

.comparison-box.after-box::before {
  content: "RECOMMENDED TRANSFORMATION";
  position: absolute;
  top: -12px; right: 28px;
  background-color: var(--accent-orange);
  color: #FFFFFF;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: var(--radius-full);
}

.comparison-tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  margin-bottom: 20px;
}

.before-tag {
  background-color: rgba(220, 38, 38, 0.12);
  color: #DC2626;
}

.after-tag {
  background-color: var(--accent-orange);
  color: #FFFFFF;
}

.comparison-img-frame {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 24px;
  background-color: var(--bg-dark-block);
}

.comparison-img-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

.comparison-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.comparison-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.94rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

.comparison-list li .bullet-icon {
  font-weight: 800;
  font-size: 1rem;
}

.before-box .bullet-icon { color: #DC2626; }
.after-box .bullet-icon { color: var(--accent-orange); }

/* ==========================================================================
   CASE STUDIES (EDITORIAL MAGAZINE FORMAT)
   ========================================================================== */
.case-studies-section {
  padding: 110px 0;
  background-color: var(--bg-neutral);
}

.cs-magazine-card {
  background-color: var(--bg-surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-subtle);
  padding: 48px;
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.cs-magazine-card:last-child {
  margin-bottom: 0;
}

.cs-meta-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}

.cs-index {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--accent-orange);
  letter-spacing: 0.1em;
}

.cs-client-industry {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-muted);
}

.cs-headline {
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  line-height: 1.1;
  margin-bottom: 20px;
}

.cs-body-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 24px;
}

.cs-block-label {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--accent-orange);
  text-transform: uppercase;
  margin-bottom: 6px;
}

.cs-block-text {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

.cs-metrics-pill-bar {
  background-color: var(--bg-neutral);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  margin-bottom: 24px;
}

.cs-metric-row {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 0.82rem;
}

.cs-metric-row.after {
  font-weight: 700;
  color: var(--accent-orange);
  margin-top: 6px;
}

.cs-quote-box {
  border-left: 3px solid var(--accent-orange);
  padding-left: 16px;
  font-style: italic;
  font-size: 0.95rem;
  color: var(--text-secondary);
  margin-top: 12px;
}

/* Video Stage on Right */
.cs-video-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: var(--radius-md);
  overflow: hidden;
  background-color: var(--bg-dark-block);
  box-shadow: var(--shadow-elevated);
}

.cs-video-stage img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

.cs-video-overlay-btn {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 64px; height: 64px;
  background-color: var(--accent-orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  cursor: pointer;
  box-shadow: 0 8px 30px var(--accent-orange-glow);
  transition: var(--transition);
}

.cs-video-overlay-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

/* ==========================================================================
   AUDITED RESULTS & PROOF METRICS
   ========================================================================== */
.results-section {
  padding: 110px 0;
  position: relative;
}

.results-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 50px;
}

.result-stat-box {
  background-color: var(--bg-surface);
  border-radius: var(--radius-md);
  padding: 32px 24px;
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-subtle);
  text-align: center;
}

.result-stat-num {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.result-stat-label {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--accent-orange);
  letter-spacing: 0.08em;
}

.result-stat-detail {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 6px;
}

.proof-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.proof-card {
  background-color: var(--bg-surface);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
  overflow: hidden;
  box-shadow: var(--shadow-subtle);
  transition: var(--transition);
}

.proof-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(255, 69, 0, 0.3);
}

.proof-card-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.proof-card-body {
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.proof-card-title {
  font-size: 0.95rem;
  font-weight: 700;
}

.proof-card-tag {
  font-family: var(--font-mono);
  font-size: 0.74rem;
  font-weight: 800;
  color: var(--accent-orange);
}

/* ==========================================================================
   YOUTUBE CASE STUDIES SECTION
   ========================================================================== */
.youtube-section {
  padding: 110px 0;
  background-color: var(--bg-dark-block);
  color: #FFFFFF;
}

.youtube-section h2 {
  color: #FFFFFF;
}

.youtube-section .editorial-tag {
  color: var(--text-light-muted);
}

.yt-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.yt-card {
  background-color: var(--bg-dark-surface);
  border: 1px solid var(--border-dark);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-dark);
  display: flex;
  flex-direction: column;
  transition: var(--transition);
}

.yt-card:hover {
  transform: translateY(-6px);
  border-color: var(--accent-orange);
}

.yt-thumb-box {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #000000;
}

.yt-thumb-box img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

.yt-play-pill {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 52px; height: 52px;
  background-color: var(--accent-orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  cursor: pointer;
  transition: var(--transition);
}

.yt-card:hover .yt-play-pill {
  transform: translate(-50%, -50%) scale(1.12);
}

.yt-card-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.yt-client-name {
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--accent-orange);
}

.yt-video-title {
  font-size: 1.15rem;
  color: #FFFFFF;
  line-height: 1.25;
}

.yt-video-desc {
  font-size: 0.86rem;
  color: var(--text-light-muted);
  line-height: 1.5;
}

/* ==========================================================================
   INTERACTIVE SERVICES SECTION
   ========================================================================== */
.services-section {
  padding: 110px 0;
  position: relative;
}

.services-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 50px;
  align-items: flex-start;
}

.services-list {
  display: flex;
  flex-direction: column;
}

.service-row {
  border-top: 1px solid var(--border-subtle);
  padding: 28px 0;
  cursor: pointer;
  transition: var(--transition);
  position: relative;
}

.service-row:last-child {
  border-bottom: 1px solid var(--border-subtle);
}

.service-row-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-title-group {
  display: flex;
  align-items: center;
  gap: 20px;
}

.service-num {
  font-family: var(--font-mono);
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--accent-orange);
}

.service-name {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 1.8vw, 1.6rem);
  font-weight: 800;
  text-transform: uppercase;
  transition: var(--transition);
}

.service-row:hover .service-name,
.service-row.active .service-name {
  color: var(--accent-orange);
  transform: translateX(8px);
}

.service-arrow {
  width: 24px; height: 24px;
  color: var(--text-muted);
  transition: var(--transition);
}

.service-row:hover .service-arrow,
.service-row.active .service-arrow {
  color: var(--accent-orange);
  transform: rotate(45deg);
}

.service-details-reveal {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, margin-top 0.4s ease;
  margin-top: 0;
}

.service-row.active .service-details-reveal {
  max-height: 250px;
  margin-top: 18px;
}

.service-desc-text {
  font-size: 0.94rem;
  color: var(--text-secondary);
  margin-bottom: 12px;
}

.service-deliverables-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.deliverable-pill {
  font-family: var(--font-mono);
  font-size: 0.74rem;
  background-color: var(--bg-neutral);
  padding: 4px 10px;
  border-radius: var(--radius-xs);
  color: var(--text-secondary);
}

/* Sticky Preview Panel on Right */
.service-preview-panel {
  position: sticky;
  top: 120px;
  background-color: var(--bg-surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  overflow: hidden;
  box-shadow: var(--shadow-elevated);
}

.service-preview-img-box {
  width: 100%;
  aspect-ratio: 16 / 11;
  background-color: var(--bg-dark-block);
  overflow: hidden;
}

.service-preview-img-box img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: var(--transition-slow);
}

.service-preview-caption {
  padding: 24px;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--text-secondary);
}

/* ==========================================================================
   THE ARWAKE SYSTEM (PROCESS)
   ========================================================================== */
.system-section {
  padding: 110px 0;
  background-color: var(--bg-neutral);
}

.system-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 50px;
}

.system-step-card {
  background-color: var(--bg-surface);
  border-radius: var(--radius-lg);
  padding: 36px 30px;
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-subtle);
  transition: var(--transition);
  position: relative;
  display: flex;
  flex-direction: column;
}

.system-step-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(255, 69, 0, 0.3);
}

.system-step-num {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--accent-orange);
  margin-bottom: 16px;
}

.system-step-title {
  font-size: 1.25rem;
  margin-bottom: 12px;
  line-height: 1.2;
}

.system-step-desc {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ==========================================================================
   PRICING TIERS (CENTRAL CONFIGURATION)
   ========================================================================== */
.pricing-section {
  padding: 110px 0;
  position: relative;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: stretch;
  margin-top: 50px;
}

.pricing-card {
  background-color: var(--bg-surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  padding: 44px 36px;
  box-shadow: var(--shadow-subtle);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: var(--transition);
  position: relative;
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}

/* Growth Tier Highlighted */
.pricing-card.popular-tier {
  border: 2px solid var(--accent-orange);
  background: linear-gradient(180deg, #FFFFFF 0%, #FAF8F5 100%);
  box-shadow: 0 16px 48px rgba(255, 69, 0, 0.12);
  transform: scale(1.03);
}

.pricing-card.popular-tier:hover {
  transform: scale(1.03) translateY(-6px);
}

.popular-badge {
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%);
  background-color: var(--accent-orange);
  color: #FFFFFF;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 6px 16px;
  border-radius: var(--radius-full);
}

.plan-name {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.plan-price-box {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 16px 0;
}

.plan-price {
  font-family: var(--font-display);
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--text-primary);
}

.plan-period {
  font-family: var(--font-mono);
  font-size: 0.88rem;
  color: var(--text-muted);
}

.plan-desc {
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.55;
  margin-bottom: 24px;
}

.plan-deliverables-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
  border-top: 1px solid var(--border-subtle);
  padding-top: 24px;
}

.plan-deliverables-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--text-secondary);
}

.plan-deliverables-list li .check-mark {
  color: var(--accent-orange);
  font-weight: 800;
}

.plan-guarantee-badge {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--text-muted);
  text-align: center;
  margin-top: 12px;
}

.pricing-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ==========================================================================
   CALENDLY & STRATEGY BOOKING SECTION
   ========================================================================== */
.booking-section {
  padding: 110px 0;
  background-color: var(--bg-neutral);
  position: relative;
}

.booking-card-wrapper {
  background-color: var(--bg-surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-elevated);
  padding: 56px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 48px;
  align-items: center;
}

.booking-left h2 {
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 1.04;
  margin-bottom: 20px;
}

.booking-steps-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 28px 0;
}

.booking-steps-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.95rem;
  color: var(--text-secondary);
}

.booking-steps-list li span.step-num {
  font-family: var(--font-mono);
  font-weight: 800;
  color: var(--accent-orange);
}

.calendly-embed-box {
  background-color: var(--bg-canvas);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
  overflow: hidden;
  height: 580px;
}

.calendly-embed-box iframe {
  width: 100%; height: 100%;
  border: none;
}

/* ==========================================================================
   TESTIMONIALS SECTION
   ========================================================================== */
.testimonials-section {
  padding: 110px 0;
  position: relative;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 50px;
}

.testimonial-card {
  background-color: var(--bg-surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  padding: 40px;
  box-shadow: var(--shadow-subtle);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: var(--transition);
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}

.testimonial-quote {
  font-size: 1.08rem;
  color: var(--text-secondary);
  line-height: 1.65;
  margin-bottom: 28px;
  position: relative;
}

.testimonial-quote::before {
  content: "“";
  font-family: var(--font-display);
  font-size: 3.5rem;
  color: var(--accent-orange);
  opacity: 0.25;
  position: absolute;
  top: -24px; left: -14px;
}

.testimonial-author-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border-subtle);
  padding-top: 20px;
}

.author-info-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.author-avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--accent-orange);
}

.author-name {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
}

.author-role {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.testimonial-result-badge {
  font-family: var(--font-mono);
  font-size: 0.74rem;
  font-weight: 800;
  color: var(--accent-orange);
  background-color: var(--accent-orange-subtle);
  padding: 6px 12px;
  border-radius: var(--radius-full);
}

/* ==========================================================================
   EDITORIAL FAQ ACCORDION
   ========================================================================== */
.faq-section {
  padding: 110px 0;
  background-color: var(--bg-neutral);
}

.faq-container-narrow {
  max-width: 920px;
  margin: 0 auto;
}

.faq-list {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background-color: var(--bg-surface);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-subtle);
  overflow: hidden;
  transition: var(--transition);
}

.faq-question-btn {
  width: 100%;
  padding: 24px 30px;
  background: none;
  border: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 700;
  color: var(--text-primary);
  transition: var(--transition);
}

.faq-item.active .faq-question-btn {
  color: var(--accent-orange);
}

.faq-chevron {
  width: 20px; height: 20px;
  transition: transform 0.3s ease;
  color: var(--accent-orange);
}

.faq-item.active .faq-chevron {
  transform: rotate(180deg);
}

.faq-answer-pane {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 30px;
}

.faq-item.active .faq-answer-pane {
  max-height: 300px;
  padding: 0 30px 24px 30px;
}

.faq-answer-pane p {
  font-size: 0.96rem;
  color: var(--text-secondary);
  line-height: 1.65;
}

/* ==========================================================================
   FINAL CTA SECTION
   ========================================================================== */
.final-cta-section {
  padding: 130px 0;
  background-color: var(--bg-dark-block);
  color: #FFFFFF;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.final-cta-section h2 {
  color: #FFFFFF;
  margin-bottom: 24px;
}

.final-cta-section p {
  color: var(--text-light-muted);
  font-size: 1.25rem;
  max-width: 680px;
  margin: 0 auto 40px auto;
}

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

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  background-color: #0A0A0A;
  color: #FFFFFF;
  padding: 80px 0 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 60px;
}

.footer-brand-text {
  font-size: 0.92rem;
  color: var(--text-light-muted);
  max-width: 320px;
  margin-top: 16px;
  line-height: 1.6;
}

.footer-col-title {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--accent-orange);
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.footer-links-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links-list a {
  color: var(--text-light-muted);
  text-decoration: none;
  font-size: 0.88rem;
  transition: var(--transition);
}

.footer-links-list a:hover {
  color: #FFFFFF;
  transform: translateX(4px);
}

.footer-bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 0.76rem;
  color: #666666;
}

/* ==========================================================================
   FLOATING WHATSAPP BUTTON & MODALS
   ========================================================================== */
.floating-whatsapp-btn {
  position: fixed;
  bottom: 28px; right: 28px;
  width: 60px; height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  box-shadow: 0 8px 28px var(--whatsapp-glow);
  z-index: 990;
  transition: var(--transition);
  text-decoration: none;
}

.floating-whatsapp-btn:hover {
  transform: scale(1.1) translateY(-2px);
  box-shadow: 0 12px 36px rgba(37, 211, 102, 0.4);
}

/* Video Modal */
.video-modal-backdrop {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(12px);
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  padding: 24px;
}

.video-modal-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}

.video-modal-container {
  width: 100%;
  max-width: 960px;
  background-color: #0D0D0D;
  border-radius: var(--radius-md);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-dark);
}

.video-modal-close {
  position: absolute;
  top: 16px; right: 16px;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #FFFFFF;
  width: 36px; height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  z-index: 2;
  transition: var(--transition);
}

.video-modal-close:hover {
  background: var(--accent-orange);
}

.video-modal-iframe-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.video-modal-iframe-wrap iframe {
  width: 100%; height: 100%;
  border: none;
}

/* ==========================================================================
   NON-CODER QUICK GUIDE HELPER BAR (DISCREET FLOATING BADGE)
   ========================================================================== */
.config-helper-badge {
  position: fixed;
  bottom: 28px; left: 28px;
  background: rgba(13, 13, 13, 0.92);
  backdrop-filter: blur(8px);
  color: #FFFFFF;
  padding: 8px 16px;
  border-radius: var(--radius-full);
  font-family: var(--font-mono);
  font-size: 0.74rem;
  font-weight: 700;
  z-index: 990;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: var(--transition);
}

.config-helper-badge:hover {
  background-color: var(--accent-orange);
  border-color: var(--accent-orange);
}

/* ==========================================================================
   RESPONSIVE DESIGN (TABLET & MOBILE)
   ========================================================================== */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .pillars-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .showcase-grid {
    grid-template-columns: 1fr;
  }
  .cs-magazine-card {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .services-layout {
    grid-template-columns: 1fr;
  }
  .service-preview-panel {
    display: none;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
  .pricing-card.popular-tier {
    transform: none;
  }
  .booking-card-wrapper {
    grid-template-columns: 1fr;
  }
  .yt-cards-grid {
    grid-template-columns: 1fr;
  }
  .results-stats-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .proof-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .nav-menu, .nav-actions .btn {
    display: none;
  }
  .mobile-toggle {
    display: flex;
  }
  .hero-ticker-bar {
    grid-template-columns: 1fr 1fr;
    padding: 20px;
  }
  .ticker-item {
    border-right: none;
  }
  .about-truths {
    grid-template-columns: 1fr;
  }
  .pillars-grid {
    grid-template-columns: 1fr;
  }
  .comparison-wrapper {
    grid-template-columns: 1fr;
  }
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  .results-stats-row {
    grid-template-columns: 1fr;
  }
  .proof-cards-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom-bar {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

/* Accessibility: Respect Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .marquee-track {
    animation: none;
  }
}
