/* ==========================================================================
   ADAXE DIGITAL MARKETING AGENCY - COMPREHENSIVE DESIGN SYSTEM
   Theme: Ultra-Modern Premium White / Light System (Stripe & Linear Standard)
   Aesthetics: Crisp White Canvas, Deep Ink Typography, Rich Violet & Cyan Accents
   Fully Optimized for Desktop, Tablet, and Mobile (iOS & Android)
   ========================================================================== */

:root {
  /* Color Palette - Premium White / Light System */
  --bg-primary: #ffffff;
  --bg-secondary: #f8fafc;
  --bg-tertiary: #f1f5f9;
  --bg-card: #ffffff;
  --bg-card-hover: #ffffff;
  --bg-glass: rgba(15, 23, 42, 0.02);
  --border-subtle: rgba(15, 23, 42, 0.08);
  --border-focus: rgba(212, 175, 55, 0.5);
  --border-glow: rgba(212, 175, 55, 0.35);

  /* Primary Brand Gradients & Accents - AdAxe Signature Gold & Black */
  --brand-gold: #d4af37;
  --brand-gold-light: #f59e0b;
  --brand-gold-bright: #f6e05e;
  --brand-gold-dark: #b8860b;
  --brand-gold-deep: #855806;
  --brand-black: #09090b;
  --brand-black-soft: #18181b;
  --brand-emerald: #10b981;
  --brand-rose: #f43f5e;
  --brand-amber: #f59e0b;

  /* Backward Compatibility Aliases */
  --brand-violet: #b8860b;
  --brand-cyan: #d4af37;

  /* Metallic Gold & Obsidian Gradients */
  --gradient-primary: linear-gradient(135deg, #d4af37 0%, #f3d068 50%, #b8860b 100%);
  --gradient-gold: linear-gradient(135deg, #bf953f 0%, #fcf6ba 25%, #b38728 50%, #fbf5b7 75%, #aa771c 100%);
  --gradient-dark: linear-gradient(135deg, #18181b 0%, #09090b 100%);
  --gradient-text: linear-gradient(135deg, #855806 0%, #b8860b 35%, #d4af37 70%, #996515 100%);
  --gradient-accent: linear-gradient(135deg, #09090b 0%, #d4af37 100%);

  /* Typography */
  --font-main: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --text-main: #09090b;
  --text-muted: #475569;
  --text-dim: #64748b;

  /* Shadows & Glows - Liquid Glass System (Gold & Obsidian) */
  --glow-primary: 0 12px 30px -10px rgba(212, 175, 55, 0.35);
  --glow-cyan: 0 10px 25px -8px rgba(212, 175, 55, 0.3);
  --shadow-card: 0 10px 30px -5px rgba(15, 23, 42, 0.05), 0 2px 6px rgba(15, 23, 42, 0.03);
  --shadow-elevated: 0 20px 45px -10px rgba(15, 23, 42, 0.09), 0 4px 12px rgba(15, 23, 42, 0.04);
  --liquid-glass-shadow: 0 20px 45px -12px rgba(15, 23, 42, 0.07), 0 2px 8px -2px rgba(15, 23, 42, 0.03), inset 0 1px 1px 0 rgba(255, 255, 255, 0.95), inset 0 -1px 2px 0 rgba(15, 23, 42, 0.02);
  --liquid-glass-shadow-hover: 0 28px 60px -15px rgba(184, 134, 11, 0.2), 0 4px 16px -2px rgba(15, 23, 42, 0.06), inset 0 1px 2px 0 rgba(255, 255, 255, 1);

  /* Dimensions & Radius */
  --container-max: 1240px;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-pill: 9999px;
  --header-height: 64px;
  --transition-fast: 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-smooth: 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
  color-scheme: light;
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
}

body {
  font-family: var(--font-main);
  background-color: #ffffff;
  background-image: 
    radial-gradient(circle at 50% -80px, rgba(212, 175, 55, 0.08) 0%, transparent 60%),
    radial-gradient(circle at 90% 250px, rgba(245, 158, 11, 0.04) 0%, transparent 45%),
    radial-gradient(circle at 10% 650px, rgba(212, 175, 55, 0.05) 0%, transparent 45%);
  background-attachment: fixed;
  color: var(--text-main);
  line-height: 1.6;
  overflow-x: clip;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

body.menu-open {
  overflow: hidden;
}

/* Ambient Fluid Backlight Mesh for Liquid Glass Refraction (Gold & Obsidian) */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: 
    radial-gradient(at 10% 12%, rgba(212, 175, 55, 0.07) 0px, transparent 50%),
    radial-gradient(at 88% 8%, rgba(243, 208, 104, 0.06) 0px, transparent 45%),
    radial-gradient(at 48% 45%, rgba(212, 175, 55, 0.04) 0px, transparent 50%),
    radial-gradient(at 85% 80%, rgba(212, 175, 55, 0.06) 0px, transparent 50%),
    radial-gradient(at 15% 88%, rgba(245, 158, 11, 0.04) 0px, transparent 45%);
  pointer-events: none;
  z-index: 0;
}

/* Ambient Background Light Orbs */
.ambient-glow {
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.ambient-glow-1 {
  top: -120px;
  left: 20%;
  width: 650px;
  height: 500px;
  background: radial-gradient(circle, rgba(243, 208, 104, 0.08) 0%, rgba(212, 175, 55, 0.03) 50%, transparent 70%);
  filter: blur(120px);
  opacity: 0.5;
}

.ambient-glow-2 {
  top: 40%;
  right: -100px;
  width: 580px;
  height: 580px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.06) 0%, rgba(245, 158, 11, 0.02) 50%, transparent 70%);
  filter: blur(130px);
  opacity: 0.4;
}

/* Container */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  z-index: 1;
}

/* Typography Helpers */
h1, h2, h3, h4, h5, h6 {
  color: var(--text-main);
  font-weight: 700;
  line-height: 1.2;
}

.gradient-text {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.lead {
  font-size: 1.15rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* Badges & Eyebrows */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(212, 175, 55, 0.09);
  border: 1px solid rgba(212, 175, 55, 0.32);
  padding: 0.4rem 1rem;
  border-radius: var(--radius-pill);
  font-size: 0.825rem;
  font-weight: 700;
  color: #855806;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.eyebrow-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d4af37;
  box-shadow: 0 0 10px #d4af37;
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
  0% { transform: scale(0.95); opacity: 0.8; }
  50% { transform: scale(1.3); opacity: 1; }
  100% { transform: scale(0.95); opacity: 0.8; }
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-family: var(--font-main);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.8rem 1.6rem;
  border-radius: var(--radius-pill);
  text-decoration: none;
  cursor: pointer;
  transition: all var(--transition-smooth);
  border: 1px solid transparent;
  white-space: nowrap;
  min-height: 48px; /* Touch-friendly tap target */
}

.btn-primary {
  background: #09090b;
  color: #ffffff;
  border: 1px solid rgba(212, 175, 55, 0.7);
  box-shadow: 0 12px 28px -8px rgba(0, 0, 0, 0.25), 0 0 15px rgba(212, 175, 55, 0.2), inset 0 1px 1px 0 rgba(255, 255, 255, 0.25);
}

.btn-primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #d4af37 0%, #f3d068 50%, #b8860b 100%);
  color: #09090b;
  font-weight: 700;
  border-color: #d4af37;
  box-shadow: 0 18px 36px -6px rgba(184, 134, 11, 0.45), 0 0 25px rgba(212, 175, 55, 0.3);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(15, 23, 42, 0.12);
  color: var(--text-main);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05), inset 0 1px 1.5px rgba(255, 255, 255, 1);
}

.btn-secondary:hover {
  background: #ffffff;
  border-color: rgba(212, 175, 55, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px -4px rgba(184, 134, 11, 0.15), inset 0 1px 1.5px rgba(255, 255, 255, 1);
  color: var(--text-main);
}

.btn-sm {
  padding: 0.5rem 1.1rem;
  font-size: 0.85rem;
  min-height: 40px;
}

.btn-lg {
  padding: 1rem 2.2rem;
  font-size: 1.05rem;
  min-height: 52px;
}

/* Announcement Bar */
.announcement-bar {
  background: #09090b;
  color: #f4f4f5;
  font-size: 0.825rem;
  padding: 0.55rem 1rem;
  text-align: center;
  font-weight: 600;
  border-bottom: 1px solid rgba(212, 175, 55, 0.3);
  margin-bottom: 1.25rem;
}

.announcement-bar a {
  color: #f3d068;
  text-decoration: underline;
  font-weight: 700;
  margin-left: 0.35rem;
}

/* ==========================================================================
   FLOATING PILL ISLAND NAVBAR (Ultra-Luxury Gold & Obsidian Glass)
   ========================================================================== */
.site-header {
  position: sticky;
  top: 1.25rem;
  z-index: 1000;
  width: 100%;
  pointer-events: none;
  background: transparent;
  border-bottom: none;
  padding: 0 1.25rem;
  margin-top: 1.25rem;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.pill-nav-container {
  pointer-events: auto;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  height: 62px;
  /* Frosted Liquid Glass — Clearly Visible */
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.78) 50%, rgba(255, 255, 255, 0.88) 100%);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  /* Gold Accent Border */
  border: 1.5px solid rgba(212, 175, 55, 0.35);
  border-radius: 9999px;
  padding: 0.4rem 0.8rem 0.4rem 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.75rem;
  box-shadow: 
    0 8px 32px -4px rgba(15, 23, 42, 0.1),
    0 2px 8px rgba(15, 23, 42, 0.04),
    0 0 0 1px rgba(255, 255, 255, 0.6),
    0 0 24px rgba(212, 175, 55, 0.08),
    inset 0 1px 1px 0 rgba(255, 255, 255, 0.9);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.pill-nav-container:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.92) 100%);
  border-color: rgba(212, 175, 55, 0.55);
  box-shadow: 
    0 12px 40px -6px rgba(15, 23, 42, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.7),
    0 0 30px rgba(212, 175, 55, 0.15),
    inset 0 1px 2px 0 rgba(255, 255, 255, 1);
}

/* Sticky Scrolled State Enhancement */
.site-header.is-scrolled .pill-nav-container {
  height: 56px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 50%, rgba(255, 255, 255, 0.94) 100%);
  backdrop-filter: blur(28px) saturate(200%);
  -webkit-backdrop-filter: blur(28px) saturate(200%);
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: 
    0 12px 40px -6px rgba(15, 23, 42, 0.14),
    0 0 0 1px rgba(255, 255, 255, 0.7),
    0 0 28px rgba(212, 175, 55, 0.12),
    inset 0 1px 1px 0 rgba(255, 255, 255, 1);
}

/* Left: Big Brand Logo on Navbar */
.pill-brand-logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: transform var(--transition-fast);
}

.pill-brand-logo:hover {
  transform: translateY(-1px);
}

.pill-nav-logo-img {
  height: 38px;
  width: auto;
  max-width: 145px;
  object-fit: contain;
  display: block;
}

/* Fallback / Sub-emblem if used */
.pill-brand-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #0f172a;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.25);
  transition: transform var(--transition-fast);
  overflow: hidden;
}

.pill-brand-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}

.pill-brand-icon svg {
  width: 22px;
  height: 22px;
  fill: #ffffff !important;
}

.pill-brand-icon:hover {
  transform: scale(1.05);
}

/* Footer Big Brand Logo */
.footer-brand-logo {
  text-decoration: none;
  display: inline-block;
  transition: opacity var(--transition-fast);
}

.footer-brand-logo:hover {
  opacity: 0.85;
}

.footer-logo-img {
  height: 50px;
  width: auto;
  max-width: 190px;
  object-fit: contain;
  display: block;
  margin-bottom: 0.85rem;
}

@media (max-width: 680px) {
  .pill-nav-logo-img {
    height: 32px;
    max-width: 118px;
  }
}

/* Center: Links */
.desktop-nav .nav-links {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  color: #09090b;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  padding: 0.42rem 0.95rem;
  border-radius: 9999px;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-flex;
  align-items: center;
  position: relative;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
  border: 1px solid transparent;
}

.nav-links a:hover {
  color: #855806;
  background: rgba(212, 175, 55, 0.14);
  border-color: rgba(212, 175, 55, 0.25);
  transform: translateY(-1px);
}

.nav-links a.active {
  color: #09090b;
  background: rgba(212, 175, 55, 0.2);
  border-color: rgba(212, 175, 55, 0.3);
  font-weight: 700;
}

/* Right: Actions */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
}

.nav-admin-link {
  font-size: 0.78rem;
  color: #855806;
  text-decoration: none;
  border: 1px dashed rgba(212, 175, 55, 0.4);
  padding: 0.35rem 0.65rem;
  border-radius: var(--radius-pill);
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  transition: all var(--transition-fast);
}

.nav-admin-link:hover {
  color: #09090b;
  background: rgba(212, 175, 55, 0.12);
  border-color: #d4af37;
}

/* Solid Obsidian & Metallic Gold Pill CTA Button */
.pill-cta-btn {
  background: rgba(9, 9, 11, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #ffffff !important;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  padding: 0.55rem 1.35rem;
  border-radius: 9999px;
  border: 1.5px solid #d4af37;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2), 0 0 16px rgba(212, 175, 55, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.35);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.pill-cta-btn svg {
  transition: transform 0.25s ease;
}

.pill-cta-btn .cta-call-icon {
  display: none;
}

.pill-cta-btn:hover {
  background: linear-gradient(135deg, #d4af37 0%, #f3d068 50%, #b8860b 100%);
  color: #09090b !important;
  border-color: #f3d068;
  transform: translateY(-1px) scale(1.03);
  box-shadow: 0 8px 24px rgba(184, 134, 11, 0.4), 0 0 22px rgba(212, 175, 55, 0.4);
}

.pill-cta-btn:hover svg {
  transform: translateX(3px);
}

.pill-cta-btn:active {
  transform: scale(0.98);
}

/* Animated Hamburger Toggle Button */
.mobile-toggle {
  display: none;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 8px;
  width: 44px;
  height: 44px;
  padding: 10px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  transition: background var(--transition-fast);
}

.hamburger-bar {
  width: 22px;
  height: 2px;
  background-color: #0f172a;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Morph to 'X' */
.mobile-toggle.active .bar-1 {
  transform: translateY(7px) rotate(45deg);
}

.mobile-toggle.active .bar-2 {
  opacity: 0;
}

.mobile-toggle.active .bar-3 {
  transform: translateY(-7px) rotate(-45deg);
}

/* Full Mobile Drawer Overlay */
.mobile-drawer {
  display: none;
  position: fixed;
  top: var(--header-height);
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  z-index: 99;
  overflow-y: auto;
  padding: 1.5rem 1.5rem 6rem;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translateY(-10px);
  opacity: 0;
  pointer-events: none;
}

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

.mobile-nav-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.mobile-nav-links li a {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.25rem;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--radius-md);
  color: #0f172a;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 600;
  min-height: 52px;
  transition: background var(--transition-fast);
}

.mobile-nav-links li a:active,
.mobile-nav-links li a:hover {
  background: rgba(212, 175, 55, 0.12);
  border-color: var(--brand-gold);
}

.mobile-nav-icon {
  font-size: 1.2rem;
}

.mobile-drawer-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mobile-cta-btn {
  width: 100%;
}

.mobile-admin-btn {
  width: 100%;
}

.mobile-drawer-contact {
  text-align: center;
  padding: 1rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.mobile-drawer-contact a {
  display: block;
  font-size: 1.2rem;
  font-weight: 800;
  color: #0f172a;
  text-decoration: none;
  margin-top: 0.25rem;
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.hero-section {
  padding: 2.25rem 0 3.5rem;
  position: relative;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 3rem;
  align-items: center;
}

.hero-content {
  text-align: left;
}

.hero-title {
  font-size: clamp(2.3rem, 4.2vw, 3.8rem);
  letter-spacing: -0.03em;
  margin-bottom: 1.5rem;
  font-weight: 800;
  line-height: 1.14;
  color: #0f172a;
}

.hero-description {
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  color: #475569;
  margin-bottom: 2.25rem;
  max-width: 620px;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.hero-social-proof {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.875rem;
  color: #475569;
  flex-wrap: wrap;
}

/* Hero Photo Showcase & Floating Badges */
.hero-visual-wrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hero-photo-card {
  position: relative;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.95);
  padding: 0.65rem;
  box-shadow: 0 24px 60px -15px rgba(15, 23, 42, 0.12), 0 0 35px rgba(212, 175, 55, 0.18), inset 0 1px 2px rgba(255, 255, 255, 1);
  width: fit-content;
  max-width: 320px;
  margin: 0 0 0 auto;
}

.hero-photo-glow {
  position: absolute;
  inset: -12px;
  border-radius: calc(var(--radius-lg) + 12px);
  background: radial-gradient(circle, rgba(212, 175, 55, 0.25), rgba(0, 0, 0, 0.08), transparent 70%);
  filter: blur(22px);
  z-index: 0;
  pointer-events: none;
}

.hero-photo-img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 310px;
  max-height: 390px;
  height: auto;
  border-radius: calc(var(--radius-lg) - 4px);
  display: block;
  object-fit: cover;
  object-position: top center;
}

.floating-badge {
  position: absolute;
  z-index: 3;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(20px) saturate(190%);
  -webkit-backdrop-filter: blur(20px) saturate(190%);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: var(--radius-md);
  padding: 0.6rem 0.95rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  box-shadow: 0 18px 40px -10px rgba(15, 23, 42, 0.1), 0 0 15px rgba(212, 175, 55, 0.15), inset 0 1px 1px rgba(255, 255, 255, 1);
  animation: float-gentle 4.5s ease-in-out infinite;
  white-space: nowrap;
}

.badge-icon-wrap {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #09090b;
  border: 1px solid rgba(212, 175, 55, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  color: #f3d068;
}

.floating-badge strong {
  display: block;
  font-size: 0.825rem;
  color: #0f172a;
  line-height: 1.2;
}

.floating-badge span {
  font-size: 0.7rem;
  color: #64748b;
}

.badge-roas {
  top: 18px;
  left: -32px;
}

.badge-spend {
  bottom: 18px;
  right: -26px;
  animation-delay: 2.2s;
}

@keyframes float-gentle {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.avatar-stack {
  display: flex;
}

.avatar-stack .avatar-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin-left: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: #09090b;
  background: linear-gradient(135deg, #f3d068, #d4af37 60%, #b8860b 100%);
}

.avatar-stack .avatar-circle:first-child {
  margin-left: 0;
}

.rating-stars {
  color: #fbbf24;
  display: flex;
  align-items: center;
  gap: 2px;
}

/* ==========================================================================
   STATS COUNTER SECTION
   ========================================================================== */
.stats-section {
  padding: 1.5rem 0 3.5rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: var(--radius-lg);
  padding: 2.5rem 1.5rem;
  box-shadow: var(--liquid-glass-shadow);
}

.stat-item {
  text-align: center;
  padding: 0 1rem;
  border-right: 1px solid rgba(15, 23, 42, 0.08);
}

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

.stat-number {
  font-size: 2.8rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat-number .stat-suffix {
  color: var(--brand-violet);
}

.stat-label {
  font-size: 0.9rem;
  color: #475569;
  font-weight: 600;
}

/* Trust Bar / Marquee */
.trust-marquee-section {
  padding: 2.5rem 0 4rem;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.marquee-heading {
  text-align: center;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #64748b;
  margin-bottom: 2rem;
}

.marquee-container {
  display: flex;
  overflow: hidden;
  user-select: none;
  mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.marquee-content {
  display: flex;
  gap: 4.5rem;
  animation: marquee-scroll 25s linear infinite;
  align-items: center;
  flex-shrink: 0;
}

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

.marquee-brand {
  font-size: 1.25rem;
  font-weight: 700;
  color: rgba(15, 23, 42, 0.45);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  letter-spacing: -0.02em;
}

/* Section Header Shared */
.section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 4rem;
}

.section-title {
  font-size: clamp(1.85rem, 3.8vw, 2.75rem);
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
  color: #0f172a;
}

.section-subtitle {
  color: #475569;
  font-size: 1.05rem;
}

/* ==========================================================================
   SERVICES GRID (Clean White Cards)
   ========================================================================== */
.services-section {
  padding: 5.5rem 0;
  position: relative;
  background: #f8fafc;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.service-card {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  transition: all var(--transition-smooth);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--liquid-glass-shadow);
}

.service-card:hover {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(212, 175, 55, 0.45);
  transform: translateY(-6px);
  box-shadow: var(--liquid-glass-shadow-hover);
}

.service-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.32);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b8860b;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.service-title {
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
  color: #0f172a;
}

.service-desc {
  color: #475569;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.service-features {
  list-style: none;
  margin-bottom: 1.75rem;
}

.service-features li {
  font-size: 0.875rem;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.service-features li svg {
  color: var(--brand-emerald);
  flex-shrink: 0;
}

.service-link {
  color: #996515;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 44px;
  transition: all var(--transition-fast);
}

.service-link:hover {
  color: #09090b;
  transform: translateX(4px);
}

/* ==========================================================================
   CASE STUDIES & RESULTS CARDS
   ========================================================================== */
.case-studies-section {
  padding: 5.5rem 0;
  background: #ffffff;
}

.cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.case-card {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--liquid-glass-shadow);
  position: relative;
}

.case-card:hover {
  transform: translateY(-6px);
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: var(--liquid-glass-shadow-hover);
}

.case-preview-banner {
  width: 100%;
  position: relative;
  padding: 14px 14px 0 14px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.08), transparent 70%), #f8fafc;
  overflow: hidden;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.case-mockup-frame {
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-bottom: none;
  border-radius: 12px 12px 0 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(15, 23, 42, 0.06);
  position: relative;
}

.mockup-titlebar {
  height: 30px;
  background: #f1f5f9;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  flex-shrink: 0;
}

.mockup-dots {
  display: flex;
  gap: 5px;
  align-items: center;
}

.mockup-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.mockup-dots .dot.red { background: #ef4444; }
.mockup-dots .dot.yellow { background: #f59e0b; }
.mockup-dots .dot.green { background: #10b981; }

.mockup-domain {
  font-size: 0.72rem;
  font-weight: 600;
  color: #64748b;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: -0.01em;
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mockup-status-live {
  font-size: 0.65rem;
  font-weight: 700;
  color: #059669;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 4px;
}

.mockup-status-live::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #059669;
  box-shadow: 0 0 6px #059669;
}

.mockup-viewport {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
  background: #ffffff;
}

.mockup-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
  background: #ffffff;
  display: block;
  transition: transform 0.4s ease;
}

.case-card:hover .mockup-img {
  transform: scale(1.03);
}

.mockup-graphic-stage {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.graphic-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(15, 23, 42, 0.08) 1px, transparent 1px);
  background-size: 14px 14px;
  opacity: 0.6;
}

.graphic-brand-logo {
  font-size: 1.45rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
  z-index: 2;
}

.graphic-chart-curve {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45px;
  opacity: 0.7;
  pointer-events: none;
}

/* Card Body */
.case-body {
  padding: 1.5rem 1.5rem 1.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.case-meta-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.85rem;
}

.case-tag-badge {
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.3);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.22rem 0.65rem;
  border-radius: var(--radius-pill);
  color: #855806;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.case-title {
  font-size: 1.22rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.35;
  margin-bottom: 0.6rem;
}

.case-desc {
  font-size: 0.88rem;
  color: #475569;
  line-height: 1.55;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Frosted Metric Chips */
.case-metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-top: auto;
  margin-bottom: 1.25rem;
}

.metric-chip {
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 10px;
  padding: 0.65rem 0.35rem;
  text-align: center;
  transition: border-color 0.2s, background 0.2s;
}

.case-card:hover .metric-chip {
  border-color: rgba(212, 175, 55, 0.35);
  background: #ffffff;
}

.metric-chip strong {
  display: block;
  font-size: 1.22rem;
  font-weight: 800;
  color: #059669;
  line-height: 1.2;
}

.metric-chip span {
  display: block;
  font-size: 0.68rem;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-top: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ==========================================================================
   4-STEP PROCESS SECTION
   ========================================================================== */
.process-section {
  padding: 5.5rem 0;
  background: #f8fafc;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.process-card {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: var(--radius-lg);
  padding: 2rem 1.5rem;
  box-shadow: var(--liquid-glass-shadow);
  transition: all var(--transition-smooth);
}

.process-card:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: var(--liquid-glass-shadow-hover);
}

.process-step-num {
  font-size: 2.5rem;
  font-weight: 900;
  color: #b8860b;
  background: linear-gradient(135deg, #855806 0%, #b8860b 45%, #d4af37 80%, #f3d068 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
  line-height: 1;
  letter-spacing: -0.02em;
  transition: transform var(--transition-smooth);
}

.process-card:hover .process-step-num {
  transform: translateY(-2px) scale(1.04);
}

.process-title {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
  color: #0f172a;
}

.process-desc {
  font-size: 0.9rem;
  color: #475569;
}

/* ==========================================================================
   TESTIMONIALS SECTION
   ========================================================================== */
.testimonials-section {
  padding: 5.5rem 0;
  background: #ffffff;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: var(--radius-lg);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--liquid-glass-shadow);
  transition: all var(--transition-smooth);
}

.testimonial-card:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: var(--liquid-glass-shadow-hover);
}

.testimonial-quote {
  font-size: 0.98rem;
  color: #334155;
  font-style: italic;
  margin-bottom: 1.5rem;
  line-height: 1.65;
}

.client-profile {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.client-avatar-mock {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #09090b, #1f2026);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  color: #f3d068;
  border: 2px solid #d4af37;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.2);
  flex-shrink: 0;
}

.client-info h4 {
  font-size: 0.95rem;
  color: #0f172a;
}

.client-info p {
  font-size: 0.8rem;
  color: #64748b;
}

/* ==========================================================================
   CONTACT / LEAD CAPTURE FORM SECTION
   ========================================================================== */
.contact-section {
  padding: 5.5rem 0;
  position: relative;
  background: #f8fafc;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 3.5rem;
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(28px) saturate(180%);
  -webkit-backdrop-filter: blur(28px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: var(--radius-lg);
  padding: 3.5rem;
  box-shadow: 0 30px 70px -15px rgba(15, 23, 42, 0.09), inset 0 1px 2px 0 rgba(255, 255, 255, 1);
}

.contact-perks {
  list-style: none;
  margin: 2rem 0;
}

.contact-perks li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: #334155;
  margin-bottom: 1rem;
}

.contact-perks li svg {
  color: var(--brand-emerald);
  flex-shrink: 0;
}

.lead-form-box {
  background: rgba(248, 250, 252, 0.8);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: var(--radius-md);
  padding: 2.25rem;
  box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.04), inset 0 1px 1px rgba(255, 255, 255, 0.95);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: 0.4rem;
}

/* iOS Safari Zoom Prevention */
.form-control {
  width: 100%;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: var(--radius-sm);
  padding: 0.85rem 1rem;
  color: #0f172a;
  font-family: var(--font-main);
  font-size: 16px;
  outline: none;
  transition: all var(--transition-fast);
}

.form-control:focus {
  border-color: #d4af37;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.2);
  background: #ffffff;
}

select.form-control {
  cursor: pointer;
}

select.form-control option {
  background: #ffffff;
  color: #0f172a;
}

textarea.form-control {
  resize: vertical;
  min-height: 95px;
  line-height: 1.6;
}

.form-status-msg {
  margin-top: 1rem;
  padding: 0.85rem 1.1rem;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  display: none;
  line-height: 1.5;
}

.form-status-msg.success {
  display: block;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid #10b981;
  color: #059669;
}

.form-status-msg.error {
  display: block;
  background: rgba(244, 63, 94, 0.12);
  border: 1px solid #f43f5e;
  color: #e11d48;
}

/* ==========================================================================
   FAQ SECTION
   ========================================================================== */
.faq-section {
  padding: 5.5rem 0;
  background: #ffffff;
}

.faq-accordion {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.04), inset 0 1px 1px 0 rgba(255, 255, 255, 0.95);
  transition: all var(--transition-fast);
}

.faq-item:hover {
  border-color: rgba(212, 175, 55, 0.4);
  box-shadow: 0 14px 30px -6px rgba(15, 23, 42, 0.07), inset 0 1px 1px 0 rgba(255, 255, 255, 1);
}

.faq-item.active {
  border-color: rgba(212, 175, 55, 0.5);
  box-shadow: 0 18px 36px -8px rgba(184, 134, 11, 0.14), inset 0 1px 1.5px 0 rgba(255, 255, 255, 1);
}

.faq-trigger {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 1.35rem 1.5rem;
  color: #0f172a;
  font-family: var(--font-main);
  font-size: 1.05rem;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  min-height: 52px;
}

.faq-trigger svg {
  transition: transform var(--transition-fast);
  color: #64748b;
  flex-shrink: 0;
  margin-left: 0.75rem;
}

.faq-item.active .faq-trigger svg {
  transform: rotate(180deg);
  color: #b8860b;
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  padding: 0 1.5rem;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.7;
}

.faq-item.active .faq-content {
  padding-bottom: 1.35rem;
}

/* ==========================================================================
   FOOTER (Clean Light Surface)
   ========================================================================== */
.site-footer {
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  background: #f8fafc;
  padding: 4.5rem 0 2.5rem;
  margin-top: 4rem;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.25fr;
  gap: 3rem;
  margin-bottom: 3.5rem;
}

.footer-brand p {
  color: #64748b;
  font-size: 0.925rem;
  margin: 1rem 0 1.5rem;
  max-width: 320px;
}

.footer-socials {
  display: flex;
  gap: 0.75rem;
}

.social-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  text-decoration: none;
  transition: all var(--transition-fast);
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
}

.social-btn:hover {
  background: #09090b;
  color: #f3d068;
  border-color: #d4af37;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.25);
}

.footer-col h4 {
  font-size: 1rem;
  margin-bottom: 1.25rem;
  color: #0f172a;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: #64748b;
  text-decoration: none;
  font-size: 0.95rem;
  display: inline-block;
  padding: 2px 0;
}

.footer-links a:hover {
  color: #0f172a;
}

.newsletter-form {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}

.newsletter-input {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: var(--radius-pill);
  padding: 0.7rem 1.1rem;
  color: #0f172a;
  font-family: var(--font-main);
  font-size: 16px;
  outline: none;
  flex-grow: 1;
}

.newsletter-input:focus {
  border-color: #d4af37;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.2);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  font-size: 0.85rem;
  color: #64748b;
}



/* ==========================================================================
   RESPONSIVE BREAKPOINTS (Tablet & Mobile Ergonomics)
   ========================================================================== */

@media (max-width: 1024px) {
  .hero-layout {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 3rem;
  }
  .hero-content {
    text-align: center;
  }
  .hero-description {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-cta-group {
    justify-content: center;
  }
  .hero-social-proof {
    justify-content: center;
  }
  .hero-visual-wrap {
    justify-content: center;
    padding-right: 0;
  }
  .hero-photo-card {
    margin: 0 auto;
    max-width: 290px;
  }
  .hero-photo-img {
    max-width: 280px;
    max-height: 360px;
  }
  .badge-roas {
    left: -10px;
    top: 10px;
  }
  .badge-spend {
    right: -10px;
    bottom: 10px;
  }
  .services-grid,
  .cases-grid,
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-layout {
    grid-template-columns: 1fr;
    padding: 2.25rem;
  }
  .footer-top {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  /* Container & Global Ergonomics */
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }



  /* Section Spacing & Headings Overhaul */
  .services-section,
  .cases-section,
  .process-section,
  .testimonials-section,
  .contact-section,
  .faq-section {
    padding: 3rem 0;
  }

  .section-header {
    margin-bottom: 2rem;
    text-align: center;
  }

  .section-title {
    font-size: clamp(1.65rem, 5.5vw, 2.1rem);
    line-height: 1.22;
    margin-bottom: 0.65rem;
    letter-spacing: -0.02em;
  }

  .section-subtitle {
    font-size: 0.92rem;
    line-height: 1.55;
    padding: 0 0.5rem;
  }

  .eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
    padding: 0.3rem 0.75rem;
  }

  /* Announcement Bar */
  .announcement-bar {
    font-size: 0.74rem;
    padding: 0.45rem 0.75rem;
    margin-bottom: 0.65rem;
    line-height: 1.4;
  }

  /* Floating Island Navbar */
  .desktop-nav,
  .desktop-only-btn {
    display: none;
  }

  .site-header {
    top: 0.65rem;
    margin-top: 0.65rem;
    padding: 0 0.65rem;
  }

  .pill-nav-container {
    height: 52px;
    padding: 0.3rem 0.55rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    max-width: 100%;
  }

  .mobile-toggle {
    display: flex;
    justify-self: start;
    width: 38px;
    height: 38px;
    padding: 8px;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(15, 23, 42, 0.1);
  }

  .pill-brand-logo {
    justify-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pill-nav-logo-img {
    height: 28px;
    max-width: 110px;
  }

  .nav-actions {
    justify-self: end;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .pill-cta-btn {
    width: 38px;
    height: 38px;
    min-height: 38px;
    padding: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f3d068 !important;
    background: #09090b;
    border: 1.5px solid #d4af37;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 0 10px rgba(212, 175, 55, 0.2);
  }

  .pill-cta-btn .cta-text,
  .pill-cta-btn .cta-arrow-icon {
    display: none;
  }

  .pill-cta-btn .cta-call-icon {
    display: block;
  }

  .desktop-only-text {
    display: none;
  }

  /* Floating Glass Mobile Drawer */
  .mobile-drawer {
    display: block;
    position: fixed;
    top: calc(52px + 1.25rem);
    left: 0.75rem;
    right: 0.75rem;
    max-height: calc(100vh - 85px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(28px) saturate(180%);
    -webkit-backdrop-filter: blur(28px) saturate(180%);
    border: 1.5px solid rgba(212, 175, 55, 0.35);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.16), 0 0 25px rgba(212, 175, 55, 0.12);
    padding: 1.25rem 1.15rem 1.75rem;
    z-index: 999;
  }

  .mobile-nav-links {
    gap: 0.45rem;
    margin-bottom: 1.5rem;
  }

  .mobile-nav-links li a {
    padding: 0.85rem 1.1rem;
    font-size: 0.98rem;
    min-height: 48px;
    border-radius: 12px;
  }

  /* Hero Section */
  .hero-section {
    padding: 1.25rem 0 2.25rem;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2rem;
  }

  .hero-content {
    text-align: center;
  }

  .hero-title {
    font-size: clamp(1.95rem, 6.8vw, 2.45rem);
    line-height: 1.18;
    letter-spacing: -0.025em;
    margin-bottom: 1rem;
  }

  .hero-description {
    font-size: 0.98rem;
    line-height: 1.55;
    margin: 0 auto 1.75rem;
    max-width: 100%;
  }

  .hero-cta-group {
    flex-direction: column;
    width: 100%;
    gap: 0.75rem;
    margin-bottom: 1.75rem;
    justify-content: center;
  }

  .hero-btn {
    width: 100%;
    justify-content: center;
    min-height: 50px;
    font-size: 0.98rem;
  }

  .hero-social-proof {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.5rem;
  }

  .social-proof-text {
    font-size: 0.82rem;
    line-height: 1.4;
  }

  .hero-visual-wrap {
    justify-content: center;
    margin-top: 0.5rem;
    padding: 0;
  }

  .hero-photo-card {
    max-width: 260px;
    margin: 0 auto;
    border-radius: 16px;
    padding: 0.5rem;
  }

  .hero-photo-img {
    max-width: 100%;
    max-height: 310px;
    border-radius: 12px;
  }

  .badge-roas,
  .badge-spend {
    display: none; /* Avoid overflowing mobile screens */
  }

  /* Real-Time Stats Grid (Clean 2x2 Quadrant) */
  .stats-section {
    padding: 0 0 1.5rem;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 1.25rem 0.5rem;
    border-radius: 16px;
    row-gap: 0;
  }

  .stat-item {
    padding: 1rem 0.5rem;
    border-right: none;
    border-bottom: none;
  }

  .stat-item:nth-child(1),
  .stat-item:nth-child(3) {
    border-right: 1px solid rgba(15, 23, 42, 0.08);
  }

  .stat-item:nth-child(1),
  .stat-item:nth-child(2) {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }

  .stat-number {
    font-size: 1.95rem;
    line-height: 1.15;
  }

  .stat-label {
    font-size: 0.78rem;
    line-height: 1.35;
  }

  /* Trust Marquee Bar */
  .trust-marquee-section {
    padding: 1.75rem 0 2.25rem;
  }

  .marquee-heading {
    font-size: 0.75rem;
    margin-bottom: 1.25rem;
  }

  .marquee-content {
    gap: 2.25rem;
  }

  .marquee-brand {
    font-size: 1.05rem;
  }

  /* Grids to Single Column on Mobile */
  .services-grid,
  .cases-grid,
  .testimonials-grid,
  .process-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  /* Service Cards */
  .service-card {
    padding: 1.5rem 1.25rem;
    border-radius: 16px;
  }

  .service-icon {
    width: 44px;
    height: 44px;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    border-radius: 12px;
  }

  .service-title {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }

  .service-desc {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
  }

  .service-features {
    margin-bottom: 1.25rem;
  }

  .service-features li {
    font-size: 0.85rem;
    margin-bottom: 0.45rem;
  }

  /* Case Studies */
  .case-card {
    border-radius: 16px;
  }

  .case-preview-banner {
    padding: 10px 10px 0;
  }

  .mockup-titlebar {
    height: 26px;
    padding: 0 8px;
  }

  .mockup-domain {
    font-size: 0.65rem;
    max-width: 100px;
  }

  .mockup-status-live {
    font-size: 0.6rem;
  }

  .graphic-brand-logo {
    font-size: 1.2rem;
  }

  .case-body {
    padding: 1.25rem 1rem 1.5rem;
  }

  .case-title {
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
  }

  .case-desc {
    font-size: 0.85rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    -webkit-line-clamp: 2;
  }

  .case-metrics-grid {
    gap: 0.4rem;
    margin-bottom: 1.25rem;
  }

  .metric-chip {
    padding: 0.5rem 0.2rem;
    border-radius: 8px;
  }

  .metric-chip strong {
    font-size: 1.1rem;
  }

  .metric-chip span {
    font-size: 0.62rem;
  }

  /* Process Cards */
  .process-card {
    padding: 1.5rem 1.25rem;
    border-radius: 16px;
  }

  .process-step-num {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }

  .process-title {
    font-size: 1.1rem;
  }

  .process-desc {
    font-size: 0.88rem;
    line-height: 1.5;
  }

  /* Testimonial Cards */
  .testimonial-card {
    padding: 1.5rem 1.25rem;
    border-radius: 16px;
  }

  .testimonial-quote {
    font-size: 0.92rem;
    line-height: 1.55;
  }

  /* Contact / Lead Capture Form */
  .contact-layout {
    grid-template-columns: 1fr;
    padding: 1.25rem;
    border-radius: 18px;
    gap: 2rem;
  }

  .contact-info {
    text-align: center;
  }

  .contact-info .lead {
    font-size: 0.92rem;
    line-height: 1.55;
    margin-bottom: 1.25rem;
  }

  .contact-perks {
    margin: 1.25rem auto;
    display: inline-flex;
    flex-direction: column;
    text-align: left;
  }

  .contact-perks li {
    font-size: 0.88rem;
    margin-bottom: 0.65rem;
  }

  .lead-form-box {
    padding: 1.25rem 1rem;
    border-radius: 14px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .form-group {
    margin-bottom: 1rem;
    text-align: left;
  }

  .form-group label {
    font-size: 0.82rem;
    margin-bottom: 0.35rem;
  }

  .form-control {
    font-size: 16px !important; /* Prevents auto-zoom on iOS */
    padding: 0.75rem 0.85rem;
    border-radius: 10px;
  }

  .btn-submit {
    width: 100%;
    min-height: 50px;
    font-size: 0.98rem;
    font-weight: 700;
  }

  /* FAQ Accordion */
  .faq-accordion {
    gap: 0.75rem;
  }

  .faq-item {
    border-radius: 14px;
  }

  .faq-trigger {
    padding: 1rem 1.15rem;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.35;
  }

  .faq-content {
    padding: 0 1.15rem;
    font-size: 0.88rem;
    line-height: 1.55;
  }

  .faq-item.active .faq-content {
    padding-bottom: 1.15rem;
  }

  /* Footer */
  .site-footer {
    padding: 2.5rem 0 2rem;
    margin-top: 2.5rem;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
    margin-bottom: 2rem;
  }

  .footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-brand-logo {
    display: inline-flex;
    justify-content: center;
  }

  .footer-brand p {
    max-width: 290px;
    margin: 0.75rem auto 1.25rem;
    font-size: 0.88rem;
    line-height: 1.5;
  }

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

  .footer-col h4 {
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
    text-align: center;
  }

  .footer-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
  }

  .footer-links a {
    font-size: 0.88rem;
  }

  .newsletter-form {
    max-width: 320px;
    margin: 0.5rem auto 0;
    width: 100%;
  }

  .newsletter-input {
    font-size: 16px !important;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 0.75rem;
    text-align: center;
    padding-top: 1.5rem;
    font-size: 0.82rem;
  }


}

/* Small mobile devices (iPhone SE, Galaxy A, etc. <= 400px) */
@media (max-width: 400px) {
  .container {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .hero-title {
    font-size: 1.85rem;
  }

  .stat-number {
    font-size: 1.75rem;
  }

  .stat-label {
    font-size: 0.74rem;
  }

  .lead-form-box {
    padding: 1.1rem 0.75rem;
  }

  .metric-chip strong {
    font-size: 1rem;
  }

  .metric-chip span {
    font-size: 0.58rem;
  }
}
