/* ============================================================
   Bloom 360 LLC - Premium Landing Page Stylesheet
   A 360 Marketing Agency - Dual Theme (Light/Dark)
   ============================================================ */

/* ----------------------------------------------------------------
   CSS CUSTOM PROPERTIES - Theme System
   Light theme = :root (default)
   Dark theme  = [data-theme="dark"]
   ---------------------------------------------------------------- */
:root {
  /* Backgrounds */
  --bg-primary: #ffffff;
  --bg-secondary: #f8fafc;
  --card-bg: rgba(15, 23, 42, 0.03);
  --card-bg-hover: rgba(15, 23, 42, 0.06);
  --subtle-bg: rgba(15, 23, 42, 0.02);

  /* Text */
  --text-heading: #0f172a;
  --text-secondary: #334155;
  --text-muted: #64748b;

  /* Borders */
  --border-color: rgba(15, 23, 42, 0.08);
  --border-strong: rgba(15, 23, 42, 0.15);
  --divider-color: rgba(15, 23, 42, 0.1);

  /* Header */
  --header-scrolled-bg: rgba(255, 255, 255, 0.92);
  --header-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
  --header-border: rgba(15, 23, 42, 0.06);

  /* Mobile menu */
  --menu-bg: rgba(255, 255, 255, 0.97);
  --menu-border: rgba(15, 23, 42, 0.06);

  /* Nav */
  --nav-link-color: #64748b;
  --nav-link-hover: #0f172a;
  --nav-hover-bg: rgba(15, 23, 42, 0.04);

  /* Hero */
  --hero-bg: linear-gradient(135deg, #faf5ff 0%, #fff1f8 25%, #f0f4ff 50%, #fff1f8 75%, #faf5ff 100%);
  --hero-overlay-1: radial-gradient(ellipse 80% 50% at 20% 50%, rgba(108, 58, 237, 0.12), transparent);
  --hero-overlay-2: radial-gradient(ellipse 60% 60% at 80% 30%, rgba(236, 72, 153, 0.1), transparent);
  --hero-overlay-3: radial-gradient(ellipse 50% 50% at 50% 80%, rgba(59, 130, 246, 0.08), transparent);
  --orb-1: radial-gradient(circle, rgba(108, 58, 237, 0.15), transparent 70%);
  --orb-2: radial-gradient(circle, rgba(236, 72, 153, 0.12), transparent 70%);
  --orb-3: radial-gradient(circle, rgba(59, 130, 246, 0.1), transparent 70%);
  --grid-line-color: rgba(108, 58, 237, 0.04);
  --hero-mockup-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  --hero-stat-divider: rgba(15, 23, 42, 0.1);

  /* Inputs */
  --input-bg: rgba(15, 23, 42, 0.03);
  --input-border: rgba(15, 23, 42, 0.12);
  --input-placeholder: rgba(100, 116, 139, 0.6);
  --select-option-bg: #ffffff;

  /* Scrollbar */
  --scrollbar-track: #f1f5f9;

  /* Cookie banner */
  --cookie-bg: rgba(255, 255, 255, 0.97);
  --cookie-shadow: 0 -4px 30px rgba(0, 0, 0, 0.06);

  /* Logo items filter */
  --logo-filter: grayscale(1) brightness(0.4);
  --logo-hover-filter: grayscale(0) brightness(1);

  /* Skeleton */
  --skeleton-from: rgba(15, 23, 42, 0.03);
  --skeleton-mid: rgba(15, 23, 42, 0.06);

  /* Overlay */
  --overlay-bg: rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] {
  /* Backgrounds */
  --bg-primary: #050012;
  --bg-secondary: #0a0020;
  --card-bg: rgba(255, 255, 255, 0.03);
  --card-bg-hover: rgba(255, 255, 255, 0.05);
  --subtle-bg: rgba(255, 255, 255, 0.01);

  /* Text */
  --text-heading: #ffffff;
  --text-secondary: #e2e8f0;
  --text-muted: #a0aec0;

  /* Borders */
  --border-color: rgba(255, 255, 255, 0.06);
  --border-strong: rgba(255, 255, 255, 0.15);
  --divider-color: rgba(255, 255, 255, 0.1);

  /* Header */
  --header-scrolled-bg: rgba(5, 0, 18, 0.85);
  --header-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
  --header-border: rgba(255, 255, 255, 0.04);

  /* Mobile menu */
  --menu-bg: rgba(5, 0, 18, 0.97);
  --menu-border: rgba(255, 255, 255, 0.06);

  /* Nav */
  --nav-link-color: #a0aec0;
  --nav-link-hover: #ffffff;
  --nav-hover-bg: rgba(255, 255, 255, 0.04);

  /* Hero */
  --hero-bg: linear-gradient(135deg, #0a0030 0%, #1a0050 25%, #0d1560 50%, #1a0050 75%, #0a0030 100%);
  --hero-overlay-1: radial-gradient(ellipse 80% 50% at 20% 50%, rgba(108, 58, 237, 0.3), transparent);
  --hero-overlay-2: radial-gradient(ellipse 60% 60% at 80% 30%, rgba(236, 72, 153, 0.25), transparent);
  --hero-overlay-3: radial-gradient(ellipse 50% 50% at 50% 80%, rgba(59, 130, 246, 0.2), transparent);
  --orb-1: radial-gradient(circle, rgba(108, 58, 237, 0.5), transparent 70%);
  --orb-2: radial-gradient(circle, rgba(236, 72, 153, 0.4), transparent 70%);
  --orb-3: radial-gradient(circle, rgba(59, 130, 246, 0.3), transparent 70%);
  --grid-line-color: rgba(255, 255, 255, 0.02);
  --hero-mockup-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  --hero-stat-divider: rgba(255, 255, 255, 0.1);

  /* Inputs */
  --input-bg: rgba(255, 255, 255, 0.04);
  --input-border: rgba(255, 255, 255, 0.08);
  --input-placeholder: rgba(160, 174, 192, 0.6);
  --select-option-bg: #0a0020;

  /* Scrollbar */
  --scrollbar-track: #050012;

  /* Cookie banner */
  --cookie-bg: rgba(5, 0, 18, 0.97);
  --cookie-shadow: 0 -4px 30px rgba(0, 0, 0, 0.3);

  /* Logo items filter */
  --logo-filter: grayscale(1) brightness(2);
  --logo-hover-filter: grayscale(0) brightness(1);

  /* Skeleton */
  --skeleton-from: rgba(255, 255, 255, 0.03);
  --skeleton-mid: rgba(255, 255, 255, 0.06);

  /* Overlay */
  --overlay-bg: rgba(0, 0, 0, 0.5);
}

/* ----------------------------------------------------------------
   0. CSS RESET / NORMALIZE
   ---------------------------------------------------------------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 400;
  color: var(--text-secondary);
  background-color: var(--bg-primary);
  overflow-x: hidden;
  min-height: 100vh;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  border: none;
  outline: none;
  background: none;
  color: inherit;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-heading);
}

p {
  line-height: 1.7;
  color: var(--text-muted);
}

::selection {
  background-color: rgba(108, 58, 237, 0.4);
  color: #ffffff;
}

/* ----------------------------------------------------------------
   0a. CUSTOM SCROLLBAR
   ---------------------------------------------------------------- */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--scrollbar-track);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #6C3AED, #EC4899);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #7C4DFF, #F06292);
}

/* Firefox */
html {
  scrollbar-width: thin;
  scrollbar-color: #6C3AED var(--scrollbar-track);
}

/* ----------------------------------------------------------------
   0b. ACCESSIBILITY - Skip Link
   ---------------------------------------------------------------- */
.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  z-index: 10000;
  padding: 12px 24px;
  background: linear-gradient(135deg, #6C3AED, #EC4899);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: 0 0 8px 8px;
  transition: top 0.3s ease;
}

.skip-link:focus {
  top: 0;
  outline: 2px solid #EC4899;
  outline-offset: 2px;
}

/* ----------------------------------------------------------------
   1. SHARED UTILITIES
   ---------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 640px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 1024px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.text-gradient {
  background: linear-gradient(135deg, #6C3AED, #EC4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ---- Section Header ---- */
.section-header {
  text-align: center;
  margin-bottom: 56px;
}

@media (min-width: 1024px) {
  .section-header {
    margin-bottom: 72px;
  }
}

.section-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #EC4899;
  padding: 6px 20px;
  border-radius: 9999px;
  margin-bottom: 20px;
  background: rgba(108, 58, 237, 0.08);
  border: 1px solid transparent;
  background-clip: padding-box;
  position: relative;
}

.section-tag::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 9999px;
  padding: 1px;
  background: linear-gradient(135deg, #6C3AED, #EC4899);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.section-title {
  font-size: 2rem;
  font-weight: 800;
  color: var(--text-heading);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

@media (min-width: 640px) {
  .section-title {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .section-title {
    font-size: 3rem;
  }
}

.section-subtitle {
  font-size: 1rem;
  color: var(--text-muted);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

@media (min-width: 640px) {
  .section-subtitle {
    font-size: 1.125rem;
  }
}

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 12px 28px;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  line-height: 1.5;
}

.btn--primary {
  background: linear-gradient(135deg, #6C3AED, #EC4899);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 20px rgba(108, 58, 237, 0.3);
}

.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(108, 58, 237, 0.5), 0 0 40px rgba(236, 72, 153, 0.2);
}

.btn--primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(108, 58, 237, 0.3);
}

.btn--outline {
  background: transparent;
  color: var(--text-heading);
  border: 1px solid var(--border-strong);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.btn--outline:hover {
  border-color: rgba(108, 58, 237, 0.5);
  background: rgba(108, 58, 237, 0.08);
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(108, 58, 237, 0.15);
}

.btn--outline:active {
  transform: translateY(0);
}

.btn--lg {
  padding: 16px 36px;
  font-size: 1rem;
  border-radius: 14px;
}

.btn--block {
  display: flex;
  width: 100%;
}

/* ---- Animate on Scroll ---- */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-on-scroll.animated {
  opacity: 1;
  transform: translateY(0);
}

/* ----------------------------------------------------------------
   2. HEADER / NAVIGATION
   ---------------------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 16px 0;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
}

.header--scrolled {
  background-color: var(--header-scrolled-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 10px 0;
  box-shadow: var(--header-shadow);
  border-bottom: 1px solid var(--header-border);
}

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

.nav__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 1001;
}

.nav__logo-img {
  height: 42px;
  width: 42px;
  object-fit: contain;
  border-radius: 50%;
}

@media (min-width: 1024px) {
  .nav__logo-img {
    height: 48px;
    width: 48px;
  }
}

.nav__menu {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 1023px) {
  .nav__menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(320px, 85vw);
    flex-direction: column;
    align-items: flex-start;
    padding: 100px 32px 40px;
    background: var(--menu-bg);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-left: 1px solid var(--menu-border);
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 4px;
    overflow-y: auto;
    z-index: 1000;
  }

  .nav__menu--open {
    transform: translateX(0);
  }
}

.nav__link {
  display: inline-flex;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--nav-link-color);
  padding: 8px 16px;
  border-radius: 8px;
  transition: color 0.25s ease, background-color 0.25s ease;
  position: relative;
}

.nav__link:hover,
.nav__link:focus-visible {
  color: var(--nav-link-hover);
  background-color: var(--nav-hover-bg);
}

.nav__link::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 16px;
  right: 16px;
  height: 2px;
  background: linear-gradient(135deg, #6C3AED, #EC4899);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav__link:hover::after,
.nav__link:focus-visible::after {
  transform: scaleX(1);
}

@media (max-width: 1023px) {
  .nav__link {
    width: 100%;
    font-size: 1.0625rem;
    padding: 14px 16px;
  }

  .nav__link::after {
    display: none;
  }
}

.nav__link--cta {
  background: linear-gradient(135deg, #6C3AED, #EC4899);
  color: #ffffff;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 10px;
  margin-left: 8px;
  box-shadow: 0 4px 15px rgba(108, 58, 237, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.nav__link--cta::after {
  display: none;
}

.nav__link--cta:hover,
.nav__link--cta:focus-visible {
  background: linear-gradient(135deg, #7C4DFF, #F06292);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(108, 58, 237, 0.4);
}

@media (max-width: 1023px) {
  .nav__link--cta {
    margin-left: 0;
    margin-top: 16px;
    text-align: center;
    justify-content: center;
  }
}

/* Hamburger Toggle */
.nav__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  gap: 6px;
  z-index: 1001;
  cursor: pointer;
  background: none;
  border: none;
  padding: 8px;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}

.nav__toggle:hover {
  background-color: var(--nav-hover-bg);
}

@media (max-width: 1023px) {
  .nav__toggle {
    display: flex;
  }
}

.nav__toggle-line {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-heading);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav__toggle--active .nav__toggle-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.nav__toggle--active .nav__toggle-line:nth-child(2) {
  opacity: 0;
}

.nav__toggle--active .nav__toggle-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* Mobile overlay backdrop */
.nav__overlay {
  display: none;
}

@media (max-width: 1023px) {
  .nav__overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: var(--overlay-bg);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .nav__overlay.is-visible {
    opacity: 1;
    visibility: visible;
  }
}

/* ---- Logo Text ---- */
.nav__logo-text {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  color: var(--text-heading);
  letter-spacing: -0.01em;
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.nav__logo-text span:first-child {
  font-size: 0.875rem;
  font-weight: 600;
}

.nav__logo-text span:last-child {
  font-size: 1.125rem;
  font-weight: 800;
  background: linear-gradient(135deg, #6C3AED, #EC4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ---- Nav Controls (theme + lang toggles) ---- */
.nav__controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 1023px) {
  .nav__controls {
    gap: 8px;
  }
}

/* ---- Theme Toggle ---- */
.theme-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background-color 0.25s ease;
  padding: 0;
}

.theme-toggle:hover {
  background: var(--nav-hover-bg);
}

.theme-toggle svg {
  width: 20px;
  height: 20px;
  stroke: var(--text-heading);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Light mode: show moon (click to go dark) */
.theme-toggle .icon-sun {
  display: none;
}
.theme-toggle .icon-moon {
  display: block;
}

/* Dark mode: show sun (click to go light) */
[data-theme="dark"] .theme-toggle .icon-sun {
  display: block;
}
[data-theme="dark"] .theme-toggle .icon-moon {
  display: none;
}

/* ---- Language Toggle ---- */
.lang-toggle {
  display: flex;
  align-items: center;
  gap: 2px;
  border-radius: 8px;
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  padding: 3px;
}

.lang-toggle__btn {
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-muted);
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  line-height: 1.4;
}

.lang-toggle__btn:hover {
  color: var(--text-heading);
}

.lang-toggle__btn.active {
  color: #ffffff;
  background: linear-gradient(135deg, #6C3AED, #EC4899);
}

/* ---- Footer Logo Text ---- */
.footer__logo-text {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.footer__logo-text span:first-child {
  font-size: 0.875rem;
  font-weight: 600;
}

.footer__logo-text span:last-child {
  font-size: 1.125rem;
  font-weight: 800;
  background: linear-gradient(135deg, #6C3AED, #EC4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ----------------------------------------------------------------
   3. HERO SECTION
   ---------------------------------------------------------------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
  overflow: hidden;
  background: var(--hero-bg);
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    var(--hero-overlay-1),
    var(--hero-overlay-2),
    var(--hero-overlay-3);
  z-index: 0;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .hero {
    padding: 100px 0 60px;
  }
}

/* Background Container */
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

/* Background Orbs */
.hero__orb--1,
.hero__orb--2,
.hero__orb--3 {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  will-change: transform;
}

.hero__orb--1 {
  width: 700px;
  height: 700px;
  background: var(--orb-1);
  top: -200px;
  left: -200px;
  animation: floatOrb1 20s ease-in-out infinite;
}

.hero__orb--2 {
  width: 600px;
  height: 600px;
  background: var(--orb-2);
  bottom: -100px;
  right: -150px;
  animation: floatOrb2 25s ease-in-out infinite;
}

.hero__orb--3 {
  width: 500px;
  height: 500px;
  background: var(--orb-3);
  top: 30%;
  left: 40%;
  animation: floatOrb3 18s ease-in-out infinite;
}

@keyframes floatOrb1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  25% { transform: translate(60px, 40px) scale(1.1); }
  50% { transform: translate(30px, -30px) scale(0.95); }
  75% { transform: translate(-40px, 20px) scale(1.05); }
}

@keyframes floatOrb2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(-50px, -40px) scale(1.08); }
  66% { transform: translate(40px, 30px) scale(0.92); }
}

@keyframes floatOrb3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  25% { transform: translate(-30px, 50px) scale(1.1); }
  50% { transform: translate(50px, 20px) scale(0.9); }
  75% { transform: translate(20px, -40px) scale(1.05); }
}

/* Grid pattern background */
.hero__grid-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--grid-line-color) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line-color) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, black, transparent);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, black, transparent);
}

/* Hero Content Layout */
.hero__content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

@media (min-width: 1024px) {
  .hero__content {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
}

.hero__text {
  text-align: center;
}

@media (min-width: 1024px) {
  .hero__text {
    text-align: left;
  }
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #EC4899;
  padding: 8px 20px;
  border-radius: 9999px;
  margin-bottom: 24px;
  background: rgba(108, 58, 237, 0.08);
  border: 1px solid rgba(108, 58, 237, 0.2);
  letter-spacing: 0.03em;
}

.hero__title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.1;
  color: var(--text-heading);
  margin-bottom: 24px;
  letter-spacing: -0.03em;
}

@media (min-width: 640px) {
  .hero__title {
    font-size: 3rem;
  }
}

@media (min-width: 1024px) {
  .hero__title {
    font-size: 3.75rem;
  }
}

@media (min-width: 1440px) {
  .hero__title {
    font-size: 4.25rem;
  }
}

.hero__title--gradient {
  background: linear-gradient(135deg, #6C3AED, #EC4899, #3B82F6);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientShift 6s ease-in-out infinite;
}

@keyframes gradientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.hero__subtitle {
  font-size: 1.0625rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 520px;
}

@media (min-width: 640px) {
  .hero__subtitle {
    font-size: 1.125rem;
  }
}

@media (min-width: 1024px) {
  .hero__subtitle {
    font-size: 1.1875rem;
  }
}

@media (max-width: 1023px) {
  .hero__subtitle {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Hero CTA Buttons */
.hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 48px;
}

@media (max-width: 1023px) {
  .hero__ctas {
    justify-content: center;
  }
}

@media (max-width: 479px) {
  .hero__ctas {
    flex-direction: column;
  }

  .hero__ctas .btn {
    width: 100%;
    justify-content: center;
  }
}

/* Hero Stats */
.hero__stats {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media (max-width: 1023px) {
  .hero__stats {
    justify-content: center;
  }
}

@media (max-width: 479px) {
  .hero__stats {
    gap: 16px;
  }
}

.hero__stat {
  text-align: center;
}

@media (min-width: 1024px) {
  .hero__stat {
    text-align: left;
  }
}

.hero__stat-number {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--text-heading);
  line-height: 1.2;
}

@media (min-width: 640px) {
  .hero__stat-number {
    font-size: 2rem;
  }
}

.hero__stat-suffix {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  background: linear-gradient(135deg, #6C3AED, #EC4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 640px) {
  .hero__stat-suffix {
    font-size: 2rem;
  }
}

.hero__stat-label {
  font-size: 0.8125rem;
  color: var(--text-muted);
  margin-top: 2px;
}

.hero__stat-divider {
  width: 1px;
  height: 40px;
  background: var(--hero-stat-divider);
  flex-shrink: 0;
}

/* Hero Visual / Mockup */
.hero__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1023px) {
  .hero__visual {
    order: -1;
    max-width: 500px;
    margin: 0 auto;
  }
}

.hero__mockup {
  position: relative;
  width: 100%;
  max-width: 560px;
}

.hero__mockup-img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  box-shadow: var(--hero-mockup-shadow);
}

.hero__mockup-glow {
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle, rgba(108, 58, 237, 0.2), rgba(236, 72, 153, 0.1), transparent 70%);
  filter: blur(60px);
  z-index: 0;
  pointer-events: none;
}

/* Scroll Indicator */
.hero__scroll-indicator {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 2;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.hero__scroll-indicator:hover {
  opacity: 1;
}

.hero__scroll-line {
  width: 2px;
  height: 40px;
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(108, 58, 237, 0.8), transparent);
  position: relative;
  overflow: hidden;
}

.hero__scroll-line::after {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, transparent, #EC4899);
  animation: scrollBounce 2s ease-in-out infinite;
}

@keyframes scrollBounce {
  0% { top: -50%; }
  50% { top: 100%; }
  100% { top: -50%; }
}

@media (max-width: 639px) {
  .hero__scroll-indicator {
    display: none;
  }
}

/* ----------------------------------------------------------------
   4. LOGO CLOUD / TICKER
   ---------------------------------------------------------------- */
.logos {
  padding: 60px 0;
  overflow: hidden;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  background: var(--subtle-bg);
}

.logos__title {
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 32px;
}

.logos__track {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.logos__slide {
  display: flex;
  align-items: center;
  gap: 48px;
  animation: scroll 30s linear infinite;
  flex-shrink: 0;
  padding-right: 48px;
}

@media (min-width: 640px) {
  .logos__slide {
    gap: 64px;
    padding-right: 64px;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.logos__item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.4;
  transition: opacity 0.3s ease;
  filter: var(--logo-filter);
}

.logos__item:hover {
  opacity: 0.8;
  filter: var(--logo-hover-filter);
}

.logos__svg {
  max-height: 32px;
  max-width: 120px;
  width: auto;
}

@media (min-width: 640px) {
  .logos__svg {
    max-height: 36px;
    max-width: 140px;
  }
}

/* ----------------------------------------------------------------
   5. STATS SECTION
   ---------------------------------------------------------------- */
.stats {
  padding: 80px 0;
  background: linear-gradient(180deg, rgba(108, 58, 237, 0.08) 0%, transparent 100%);
  border-top: 1px solid rgba(108, 58, 237, 0.1);
  border-bottom: 1px solid rgba(108, 58, 237, 0.05);
}

@media (min-width: 1024px) {
  .stats {
    padding: 100px 0;
  }
}

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

@media (min-width: 640px) {
  .stats__grid {
    gap: 32px;
  }
}

@media (min-width: 1024px) {
  .stats__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}

.stats__item {
  text-align: center;
  padding: 32px 20px;
  border-radius: 20px;
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.stats__item:hover {
  transform: translateY(-4px);
  border-color: rgba(108, 58, 237, 0.2);
  box-shadow: 0 8px 30px rgba(108, 58, 237, 0.08);
}

@media (min-width: 640px) {
  .stats__item {
    padding: 40px 24px;
  }
}

.stats__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(108, 58, 237, 0.15), rgba(236, 72, 153, 0.1));
  margin: 0 auto 20px;
  font-size: 1.5rem;
}

.stats__icon svg {
  width: 24px;
  height: 24px;
  stroke: #EC4899;
}

.stats__number {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--text-heading);
  line-height: 1.1;
}

@media (min-width: 640px) {
  .stats__number {
    font-size: 3rem;
  }
}

.stats__suffix {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  background: linear-gradient(135deg, #6C3AED, #EC4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stats__label {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-top: 6px;
}

/* ----------------------------------------------------------------
   6. SERVICES SECTION
   ---------------------------------------------------------------- */
.services {
  padding: 80px 0;
  position: relative;
}

.services::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(108, 58, 237, 0.1), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

@media (min-width: 1024px) {
  .services {
    padding: 120px 0;
  }
}

.services__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 640px) {
  .services__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (min-width: 1024px) {
  .services__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

.services__card {
  padding: 32px 28px;
  border-radius: 20px;
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
              border-color 0.35s ease,
              box-shadow 0.35s ease,
              background-color 0.35s ease;
  position: relative;
  overflow: hidden;
}

.services__card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #6C3AED, #EC4899);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.services__card:hover {
  transform: translateY(-6px);
  border-color: rgba(108, 58, 237, 0.2);
  box-shadow: 0 16px 40px rgba(108, 58, 237, 0.1), 0 0 0 1px rgba(108, 58, 237, 0.05);
  background: var(--card-bg-hover);
}

.services__card:hover::before {
  opacity: 1;
}

.services__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(108, 58, 237, 0.12), rgba(236, 72, 153, 0.08));
  margin-bottom: 20px;
  font-size: 1.5rem;
  transition: transform 0.35s ease;
}

.services__card-icon svg {
  width: 24px;
  height: 24px;
  stroke: #EC4899;
}

.services__card:hover .services__card-icon {
  transform: scale(1.1) rotate(-3deg);
}

.services__card-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--text-heading);
  margin-bottom: 10px;
}

.services__card-text {
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ----------------------------------------------------------------
   7. PROCESS / TIMELINE
   ---------------------------------------------------------------- */
.process {
  padding: 80px 0;
}

@media (min-width: 1024px) {
  .process {
    padding: 120px 0;
  }
}

.process__timeline {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}

/* Connecting vertical line */
.process__line {
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg,
    rgba(108, 58, 237, 0.4),
    rgba(236, 72, 153, 0.4),
    rgba(59, 130, 246, 0.2),
    transparent
  );
}

@media (min-width: 640px) {
  .process__line {
    left: 32px;
  }
}

.process__step {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding-bottom: 48px;
  position: relative;
}

@media (min-width: 640px) {
  .process__step {
    gap: 32px;
    padding-bottom: 56px;
  }
}

.process__step:last-child {
  padding-bottom: 0;
}

.process__number {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6C3AED, #EC4899);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  color: #ffffff;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 20px rgba(108, 58, 237, 0.3);
}

@media (min-width: 640px) {
  .process__number {
    width: 64px;
    height: 64px;
    font-size: 1.25rem;
  }
}

.process__content {
  padding-top: 8px;
}

@media (min-width: 640px) {
  .process__content {
    padding-top: 14px;
  }
}

.process__content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-heading);
  margin-bottom: 8px;
}

@media (min-width: 640px) {
  .process__content h3 {
    font-size: 1.375rem;
  }
}

.process__content p {
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ----------------------------------------------------------------
   8. PRICING SECTION
   ---------------------------------------------------------------- */
.pricing {
  padding: 80px 0;
  background: linear-gradient(180deg, transparent 0%, rgba(108, 58, 237, 0.06) 50%, transparent 100%);
}

@media (min-width: 1024px) {
  .pricing {
    padding: 120px 0;
  }
}

.pricing__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: stretch;
}

@media (min-width: 640px) {
  .pricing__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .pricing__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

@media (min-width: 1440px) {
  .pricing__grid {
    gap: 24px;
  }
}

.pricing__card {
  position: relative;
  padding: 36px 28px;
  border-radius: 24px;
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
              box-shadow 0.35s ease,
              border-color 0.35s ease;
}

.pricing__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

/* Popular / Highlighted Card */
.pricing__card--popular {
  background: rgba(108, 58, 237, 0.06);
  border: 2px solid transparent;
  position: relative;
  transform: scale(1.02);
  box-shadow: 0 12px 40px rgba(108, 58, 237, 0.15), 0 0 0 1px rgba(108, 58, 237, 0.1);
  z-index: 1;
}

.pricing__card--popular::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 26px;
  padding: 2px;
  background: linear-gradient(135deg, #6C3AED, #EC4899, #3B82F6);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.pricing__card--popular:hover {
  transform: scale(1.02) translateY(-4px);
  box-shadow: 0 20px 60px rgba(108, 58, 237, 0.25);
}

@media (min-width: 1024px) {
  .pricing__card--popular {
    transform: scale(1.04);
  }

  .pricing__card--popular:hover {
    transform: scale(1.04) translateY(-4px);
  }
}

.pricing__badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.75rem;
  font-weight: 700;
  color: #ffffff;
  padding: 6px 20px;
  border-radius: 9999px;
  background: linear-gradient(135deg, #6C3AED, #EC4899);
  white-space: nowrap;
  letter-spacing: 0.03em;
  box-shadow: 0 4px 12px rgba(108, 58, 237, 0.3);
}

.pricing__badge--premium {
  background: linear-gradient(135deg, #EC4899, #F59E0B);
}

.pricing__card-header {
  text-align: center;
  margin-bottom: 24px;
}

.pricing__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(108, 58, 237, 0.12), rgba(236, 72, 153, 0.08));
  margin: 0 auto 16px;
  font-size: 1.5rem;
}

.pricing__icon svg {
  width: 24px;
  height: 24px;
  stroke: #EC4899;
}

.pricing__name {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-heading);
  margin-bottom: 6px;
}

.pricing__description {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.5;
}

/* Price */
.pricing__price {
  text-align: center;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border-color);
}

.pricing__currency {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-muted);
  vertical-align: top;
  line-height: 1;
  position: relative;
  top: 8px;
}

.pricing__amount {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: var(--text-heading);
  line-height: 1;
}

@media (min-width: 640px) {
  .pricing__amount {
    font-size: 3.5rem;
  }
}

.pricing__period {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-left: 4px;
}

/* Features List */
.pricing__features {
  flex: 1;
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pricing__features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

.pricing__features li svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  stroke: #6C3AED;
}

.pricing__card--popular .pricing__features li svg {
  stroke: #EC4899;
}

.pricing__cta {
  margin-top: auto;
}

.pricing__note {
  text-align: center;
  font-size: 0.8125rem;
  color: var(--text-muted);
  margin-top: 16px;
}

/* ----------------------------------------------------------------
   9. RESULTS / CASE STUDIES
   ---------------------------------------------------------------- */
.results {
  padding: 80px 0;
}

@media (min-width: 1024px) {
  .results {
    padding: 120px 0;
  }
}

.results__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 640px) {
  .results__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .results__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
}

.results__card {
  border-radius: 20px;
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
              box-shadow 0.35s ease,
              border-color 0.35s ease;
}

.results__card:hover {
  transform: translateY(-6px);
  border-color: rgba(108, 58, 237, 0.2);
  box-shadow: 0 16px 40px rgba(108, 58, 237, 0.1);
}

.results__card-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

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

.results__card:hover .results__card-img img {
  transform: scale(1.05);
}

@media (min-width: 640px) {
  .results__card-img {
    height: 220px;
  }
}

.results__card-body {
  padding: 24px;
}

.results__card-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #EC4899;
  padding: 4px 14px;
  border-radius: 9999px;
  background: rgba(108, 58, 237, 0.1);
  border: 1px solid rgba(108, 58, 237, 0.15);
  margin-bottom: 16px;
  text-transform: uppercase;
}

.results__card-title,
.results__card-body h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--text-heading);
  margin-bottom: 12px;
  line-height: 1.3;
}

.results__card-text,
.results__card-body > p {
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 20px;
}

.results__card-stats {
  display: flex;
  gap: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--border-color);
}

.results__card-stat {
  text-align: center;
  flex: 1;
}

.results__card-stat-number {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #6C3AED, #EC4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}

.results__card-stat-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 2px;
}

/* ----------------------------------------------------------------
   10. TESTIMONIALS
   ---------------------------------------------------------------- */
.testimonials {
  padding: 80px 0;
  background: linear-gradient(180deg, rgba(236, 72, 153, 0.04) 0%, rgba(108, 58, 237, 0.06) 50%, transparent 100%);
}

@media (min-width: 1024px) {
  .testimonials {
    padding: 120px 0;
  }
}

.testimonials__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 640px) {
  .testimonials__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .testimonials__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
}

.testimonials__card {
  padding: 32px 28px;
  border-radius: 20px;
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
              border-color 0.35s ease,
              box-shadow 0.35s ease;
}

.testimonials__card:hover {
  transform: translateY(-4px);
  border-color: rgba(108, 58, 237, 0.15);
  box-shadow: 0 12px 30px rgba(108, 58, 237, 0.08);
}

.testimonials__stars {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
}

.testimonials__stars svg {
  width: 18px;
  height: 18px;
  fill: #F59E0B;
  stroke: none;
}

.testimonials__quote {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 24px;
  flex: 1;
  font-style: italic;
  position: relative;
  padding-left: 16px;
  border-left: 2px solid rgba(108, 58, 237, 0.3);
}

.testimonials__author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testimonials__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(108, 58, 237, 0.3);
}

.testimonials__name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--text-heading);
}

.testimonials__role {
  font-size: 0.8125rem;
  color: var(--text-muted);
  margin-top: 2px;
}

/* ----------------------------------------------------------------
   11. FAQ ACCORDION
   ---------------------------------------------------------------- */
.faq {
  padding: 80px 0;
}

@media (min-width: 1024px) {
  .faq {
    padding: 120px 0;
  }
}

.faq__list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq__item {
  border-radius: 16px;
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.faq__item:hover {
  border-color: rgba(108, 58, 237, 0.15);
}

.faq__item.active {
  border-color: rgba(108, 58, 237, 0.25);
  box-shadow: 0 4px 20px rgba(108, 58, 237, 0.06);
}

.faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 24px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-heading);
  text-align: left;
  cursor: pointer;
  transition: color 0.3s ease;
  gap: 16px;
  background: none;
  border: none;
}

@media (min-width: 640px) {
  .faq__question {
    padding: 24px 28px;
    font-size: 1.0625rem;
  }
}

.faq__question:hover {
  color: #EC4899;
}

.faq__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq__icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--text-muted);
  transition: stroke 0.3s ease;
}

.faq__item.active .faq__icon {
  transform: rotate(180deg);
}

.faq__item.active .faq__icon svg {
  stroke: #EC4899;
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
              padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 24px;
}

@media (min-width: 640px) {
  .faq__answer {
    padding: 0 28px;
  }
}

.faq__item.active .faq__answer {
  max-height: 500px;
  padding: 0 24px 24px;
}

@media (min-width: 640px) {
  .faq__item.active .faq__answer {
    padding: 0 28px 28px;
  }
}

.faq__answer p {
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ----------------------------------------------------------------
   12. CONTACT SECTION
   ---------------------------------------------------------------- */
.contact {
  padding: 80px 0;
  position: relative;
  background: linear-gradient(180deg, transparent, rgba(108, 58, 237, 0.08) 30%, rgba(236, 72, 153, 0.06) 70%, transparent);
}

@media (min-width: 1024px) {
  .contact {
    padding: 120px 0;
  }
}

.contact__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

@media (min-width: 1024px) {
  .contact__wrapper {
    grid-template-columns: 5fr 7fr;
    gap: 64px;
  }
}

/* Contact Info (left) */
.contact__info {
  display: flex;
  flex-direction: column;
}

.contact__info h3 {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--text-heading);
  margin-bottom: 16px;
}

@media (min-width: 640px) {
  .contact__info h3 {
    font-size: 2rem;
  }
}

.contact__description {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 32px;
}

.contact__details {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 32px;
}

.contact__detail {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.contact__detail svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  stroke: #6C3AED;
  margin-top: 2px;
}

.contact__detail a {
  color: var(--text-secondary);
  transition: color 0.25s ease;
}

.contact__detail a:hover {
  color: #EC4899;
}

.contact__social {
  display: flex;
  gap: 12px;
}

.contact__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  transition: all 0.3s ease;
}

.contact__social-link svg {
  width: 20px;
  height: 20px;
  fill: var(--text-muted);
  transition: fill 0.3s ease;
}

.contact__social-link:hover {
  background: linear-gradient(135deg, rgba(108, 58, 237, 0.15), rgba(236, 72, 153, 0.1));
  border-color: rgba(108, 58, 237, 0.3);
  transform: translateY(-2px);
}

.contact__social-link:hover svg {
  fill: #EC4899;
}

/* Contact Form (right) */
.contact__form {
  padding: 36px 28px;
  border-radius: 24px;
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

@media (min-width: 640px) {
  .contact__form {
    padding: 44px 36px;
  }
}

.contact__form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 640px) {
  .contact__form-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

.contact__form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.contact__form-group--checkbox {
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
}

.contact__label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 8px;
}

.contact__label--checkbox {
  font-size: 0.8125rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 0;
  cursor: pointer;
}

.contact__label--checkbox a {
  color: #6C3AED;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contact__label--checkbox a:hover {
  color: #EC4899;
}

.contact__input,
.contact__select,
.contact__textarea {
  width: 100%;
  padding: 14px 18px;
  border-radius: 12px;
  background: var(--input-bg);
  border: 1px solid var(--input-border);
  color: var(--text-heading);
  font-size: 0.9375rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.contact__input::placeholder,
.contact__textarea::placeholder {
  color: var(--input-placeholder);
}

.contact__input:focus,
.contact__select:focus,
.contact__textarea:focus {
  border-color: #6C3AED;
  box-shadow: 0 0 0 3px rgba(108, 58, 237, 0.15);
  background: var(--card-bg-hover);
  outline: none;
}

/* Gradient border focus effect */
.contact__input:focus,
.contact__select:focus,
.contact__textarea:focus {
  border-image: linear-gradient(135deg, #6C3AED, #EC4899) 1;
  border-image-slice: 1;
  border-width: 1px;
  border-style: solid;
  border-radius: 12px;
}

/* Use outline approach for rounded corners with gradient */
.contact__input:focus,
.contact__select:focus,
.contact__textarea:focus {
  border-color: #6C3AED;
  outline: 1px solid #EC4899;
  outline-offset: -1px;
  border-radius: 12px;
}

.contact__select {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23a0aec0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 44px;
}

.contact__select option {
  background: var(--select-option-bg);
  color: var(--text-secondary);
}

.contact__textarea {
  min-height: 120px;
  resize: vertical;
}

.contact__checkbox {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid var(--border-strong);
  background: var(--input-bg);
  cursor: pointer;
  accent-color: #6C3AED;
  margin-top: 2px;
}

.contact__error {
  font-size: 0.8125rem;
  color: #EF4444;
  margin-top: 6px;
}

.contact__input--error,
.contact__input--error.contact__input,
.contact__input--error.contact__select,
.contact__input--error.contact__textarea {
  border-color: #EF4444 !important;
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.15);
}

.contact__submit {
  margin-top: 8px;
}

.contact__success {
  padding: 28px 24px;
  border-radius: 16px;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.2);
  color: #10B981;
  font-size: 0.9375rem;
  text-align: center;
  margin-top: 20px;
  animation: fadeInUp 0.5s ease;
}

.contact__success h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 16px 0 8px;
  color: #10B981;
}

.contact__success p {
  color: var(--text-muted);
}

.contact__success svg {
  margin: 0 auto;
  stroke: #10B981;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ----------------------------------------------------------------
   13. FOOTER
   ---------------------------------------------------------------- */
.footer {
  /* Footer is always dark regardless of theme */
  --text-heading: #ffffff;
  --text-secondary: #e2e8f0;
  --text-muted: #a0aec0;
  --border-color: rgba(255, 255, 255, 0.04);
  --border-strong: rgba(255, 255, 255, 0.06);
  --card-bg: rgba(255, 255, 255, 0.04);
  --nav-hover-bg: rgba(255, 255, 255, 0.04);

  padding: 64px 0 0;
  border-top: 1px solid var(--border-color);
  background: #0a0015;
  color: #e2e8f0;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding-bottom: 48px;
}

@media (min-width: 640px) {
  .footer__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

@media (min-width: 1024px) {
  .footer__grid {
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
  }
}

/* Brand Column */
.footer__brand {
  max-width: 320px;
}

.footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.footer__logo-img {
  height: 42px;
  width: 42px;
  object-fit: contain;
  border-radius: 50%;
}

.footer__tagline {
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 24px;
}

.footer__social {
  display: flex;
  gap: 10px;
}

.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--card-bg);
  border: 1px solid var(--border-strong);
  transition: all 0.3s ease;
}

.footer__social-link svg {
  width: 18px;
  height: 18px;
  fill: var(--text-muted);
  transition: fill 0.3s ease;
}

.footer__social-link:hover {
  background: linear-gradient(135deg, rgba(108, 58, 237, 0.15), rgba(236, 72, 153, 0.1));
  border-color: rgba(108, 58, 237, 0.3);
  transform: translateY(-2px);
}

.footer__social-link:hover svg {
  fill: #EC4899;
}

/* Footer Columns */
.footer__col-title {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--text-heading);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__links a {
  font-size: 0.9375rem;
  color: var(--text-muted);
  transition: color 0.25s ease, padding-left 0.25s ease;
}

.footer__links a:hover {
  color: #EC4899;
  padding-left: 4px;
}

/* Footer Bottom */
.footer__bottom {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

@media (min-width: 640px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

.footer__bottom p {
  font-size: 0.8125rem;
  color: var(--text-muted);
}

.footer__bottom a {
  color: var(--text-muted);
  transition: color 0.25s ease;
}

.footer__bottom a:hover {
  color: #EC4899;
}

.footer__badges {
  display: flex;
  gap: 12px;
  align-items: center;
}

.footer__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: var(--text-muted);
  padding: 4px 12px;
  border-radius: 6px;
  background: var(--card-bg);
  border: 1px solid var(--border-strong);
}

.footer__badge svg {
  width: 14px;
  height: 14px;
}

/* ----------------------------------------------------------------
   14. WHATSAPP FLOATING BUTTON
   ---------------------------------------------------------------- */
.whatsapp-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: whatsappPulse 3s ease-in-out infinite;
}

.whatsapp-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.5);
  animation: none;
}

.whatsapp-btn svg {
  width: 28px;
  height: 28px;
  fill: #ffffff;
}

@keyframes whatsappPulse {
  0%, 100% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.35);
  }
  50% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.35), 0 0 0 12px rgba(37, 211, 102, 0.08);
  }
}

@media (min-width: 640px) {
  .whatsapp-btn {
    bottom: 32px;
    right: 32px;
  }
}

/* ----------------------------------------------------------------
   15. COOKIE BANNER
   ---------------------------------------------------------------- */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 20px 0;
  background: var(--cookie-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid var(--border-color);
  box-shadow: var(--cookie-shadow);
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.cookie-banner.is-visible {
  transform: translateY(0);
}

.cookie-banner__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

@media (min-width: 1024px) {
  .cookie-banner__content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.cookie-banner__text {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.6;
  max-width: 640px;
}

.cookie-banner__text h4 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-heading);
  margin-bottom: 4px;
}

.cookie-banner__text a {
  color: #6C3AED;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-banner__text a:hover {
  color: #EC4899;
}

.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex-shrink: 0;
}

.cookie-banner__btn {
  padding: 10px 20px;
  border-radius: 10px;
  border: none;
  font-size: 0.8125rem;
  font-weight: 600;
  font-family: inherit;
  transition: all 0.25s ease;
  white-space: nowrap;
  cursor: pointer;
}

.cookie-banner__btn--accept {
  background: linear-gradient(135deg, #6C3AED, #EC4899);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(108, 58, 237, 0.2);
}

.cookie-banner__btn--accept:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(108, 58, 237, 0.35);
}

.cookie-banner__btn--reject {
  background: var(--card-bg);
  color: var(--text-muted);
  border: 1px solid var(--border-color);
}

.cookie-banner__btn--reject:hover {
  background: var(--card-bg-hover);
  color: var(--text-heading);
}

.cookie-banner__btn--customize {
  background: transparent;
  color: var(--text-muted);
  border: 1px solid var(--border-color);
}

.cookie-banner__btn--customize:hover {
  background: var(--card-bg);
  color: var(--text-heading);
  border-color: var(--border-strong);
}

/* ----------------------------------------------------------------
   16. 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;
  }

  .hero__orb--1,
  .hero__orb--2,
  .hero__orb--3 {
    animation: none;
  }

  .logos__slide {
    animation: none;
  }

  .whatsapp-btn {
    animation: none;
  }

  .animate-on-scroll {
    opacity: 1;
    transform: none;
  }
}

/* ----------------------------------------------------------------
   17. FOCUS VISIBLE (Accessibility)
   ---------------------------------------------------------------- */
:focus-visible {
  outline: 2px solid #6C3AED;
  outline-offset: 2px;
}

button:focus:not(:focus-visible),
a:focus:not(:focus-visible),
input:focus:not(:focus-visible),
select:focus:not(:focus-visible),
textarea:focus:not(:focus-visible) {
  outline: none;
}

/* ----------------------------------------------------------------
   18. PRINT STYLES
   ---------------------------------------------------------------- */
@media print {
  .header,
  .whatsapp-btn,
  .cookie-banner,
  .hero__orb--1,
  .hero__orb--2,
  .hero__orb--3,
  .hero__grid-pattern,
  .hero__scroll-indicator,
  .nav__toggle {
    display: none !important;
  }

  body {
    background: #ffffff;
    color: #000000;
  }

  .hero {
    min-height: auto;
    padding: 40px 0;
  }

  .container {
    max-width: 100%;
  }

  * {
    color: #000000 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a {
    text-decoration: underline;
  }
}

/* ----------------------------------------------------------------
   19. ADDITIONAL RESPONSIVE FINE-TUNING
   ---------------------------------------------------------------- */

/* Very small screens (320px) */
@media (max-width: 359px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero__title {
    font-size: 2rem;
  }

  .hero__stats {
    flex-wrap: wrap;
    gap: 12px;
  }

  .hero__stat-divider {
    display: none;
  }

  .pricing__card {
    padding: 28px 20px;
  }

  .contact__form {
    padding: 24px 20px;
  }
}

/* Large desktop (1440px+) */
@media (min-width: 1440px) {
  .container {
    max-width: 1360px;
  }

  .section-title {
    font-size: 3.25rem;
  }

  .services__grid {
    gap: 28px;
  }

  .testimonials__grid {
    gap: 32px;
  }

  .results__grid {
    gap: 32px;
  }

  .footer__grid {
    gap: 64px;
  }
}

/* ----------------------------------------------------------------
   20. UTILITY CLASSES
   ---------------------------------------------------------------- */

/* Screen-reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* Prevent body scroll when mobile menu is open */
body.no-scroll {
  overflow: hidden;
}

/* Loading skeleton shimmer for lazy-loaded content */
@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

.skeleton {
  background: linear-gradient(90deg,
    var(--skeleton-from) 25%,
    var(--skeleton-mid) 50%,
    var(--skeleton-from) 75%
  );
  background-size: 200% 100%;
  animation: shimmer 1.5s ease-in-out infinite;
  border-radius: 8px;
}
