/* Global Theme ----------------------------------------------------------- */
:root {
  --bg-primary: #040507;
  --bg-secondary: #0d0f16;
  --bg-panel: rgba(13, 15, 22, 0.85);
  --text-primary: #f5f5f0;
  --text-muted: #b1b5c4;
  --accent: #f5ff4a;
  --accent-soft: rgba(245, 255, 74, 0.12);
  --gradient: linear-gradient(135deg, #121524, #05070b 55%, #0e141f);
  --font-display: 'Playfair Display', serif;
  --font-body: 'Space Grotesk', system-ui, sans-serif;
  --phi: 1.618;
  --space-base: clamp(1.25rem, 1.25vw, 1.8rem);
  --space-lg: calc(var(--space-base) * var(--phi));
  --space-xl: calc(var(--space-lg) * var(--phi));
  --radius-lg: 1.5rem;
  --radius-md: 1rem;
  --radius-sm: 0.75rem;
  --transition: all 0.3s ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text-primary);
  background: radial-gradient(circle at top, rgba(245, 255, 74, 0.08), transparent 45%), var(--bg-primary);
  line-height: 1.6;
  position: relative;
}

body::before,
body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
}

body::before {
  background: radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.04) 0, transparent 45%),
    radial-gradient(circle at 75% 0%, rgba(111, 182, 255, 0.05) 0, transparent 50%);
  opacity: 0.7;
}

body::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><g fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="0.5"><path d="M0 100h200M100 0v200"/><circle cx="100" cy="100" r="98"/></g></svg>');
  opacity: 0.4;
}

main {
  margin-top: 5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.2;
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

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

.container {
  width: min(1200px, calc(100% - 3rem));
  max-width: none !important;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section>.container {
  display: flex;
  flex-direction: column;
  gap: calc(var(--space-base) * var(--phi));
  align-items: stretch;
}

/* Navigation ------------------------------------------------------------- */
.main-nav {
  position: fixed;
  inset: 0 0 auto 0;
  background: rgba(4, 5, 7, 0.85);
  backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  z-index: 10;
}

/* Global Theme ----------------------------------------------------------- */
:root {
  --bg-primary: #040507;
  --bg-secondary: #0d0f16;
  --bg-panel: rgba(13, 15, 22, 0.85);
  --text-primary: #f5f5f0;
  --text-muted: #b1b5c4;
  --accent: #f5ff4a;
  --accent-soft: rgba(245, 255, 74, 0.12);
  --gradient: linear-gradient(135deg, #121524, #05070b 55%, #0e141f);
  --font-display: 'Playfair Display', serif;
  --font-body: 'Space Grotesk', system-ui, sans-serif;
  --phi: 1.618;
  --space-base: clamp(1.25rem, 1.25vw, 1.8rem);
  --space-lg: calc(var(--space-base) * var(--phi));
  --space-xl: calc(var(--space-lg) * var(--phi));
  --radius-lg: 1.5rem;
  --radius-md: 1rem;
  --radius-sm: 0.75rem;
  --transition: all 0.3s ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text-primary);
  background: radial-gradient(circle at top, rgba(245, 255, 74, 0.08), transparent 45%), var(--bg-primary);
  line-height: 1.6;
  position: relative;
}

body::before,
body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
}

body::before {
  background: radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.04) 0, transparent 45%),
    radial-gradient(circle at 75% 0%, rgba(111, 182, 255, 0.05) 0, transparent 50%);
  opacity: 0.7;
}

body::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><g fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="0.5"><path d="M0 100h200M100 0v200"/><circle cx="100" cy="100" r="98"/></g></svg>');
  opacity: 0.4;
}

main {
  margin-top: 5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.2;
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

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

.container {
  width: min(1200px, calc(100% - 3rem));
  max-width: none !important;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section>.container {
  display: flex;
  flex-direction: column;
  gap: calc(var(--space-base) * var(--phi));
  align-items: stretch;
}

/* Navigation ------------------------------------------------------------- */
.main-nav {
  position: fixed;
  inset: 0 0 auto 0;
  background: rgba(4, 5, 7, 0.85);
  backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  z-index: 10;
}

.main-nav.scrolled {
  background: rgba(4, 5, 7, 0.95);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.nav-container {
  width: min(1200px, calc(100% - 3rem));
  margin: 0 auto;
  padding: 0.6rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

.logo {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}

.logo img {
  height: 70px;
  width: auto;
  display: block;
}

.logo-tagline {
  font-size: 0.7rem;
  color: var(--text-muted);
  letter-spacing: 0.35rem;
  text-transform: uppercase;
}

.nav-links {
  flex: 1;
  display: flex;
  justify-content: center;
}

.nav-menu {
  list-style: none;
  display: flex;
  gap: clamp(1rem, 2vw, 2rem);
  margin: 0;
  padding: 0;
  justify-content: center;
}

.nav-link {
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.15rem;
  color: var(--text-muted);
  transition: var(--transition);
  padding-bottom: 0.25rem;
}

.nav-link:hover,
.nav-link.active {
  color: var(--accent);
  border-bottom: 1px solid rgba(245, 255, 74, 0.35);
}

.nav-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: auto;
}

/* Modern Mobile Menu Button */
.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  color: var(--text-primary);
  font-size: 1.3rem;
  position: relative;
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 102;
}

.hamburger {
  width: 24px;
  height: 2px;
  background: var(--text-primary);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  border-radius: 2px;
}

.hamburger::before,
.hamburger::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 2px;
  background: var(--text-primary);
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.hamburger::before {
  top: -8px;
  left: 0;
}

.hamburger::after {
  top: 8px;
  left: 0;
}

/* Hamburger to X Animation */
.mobile-menu-btn.active .hamburger {
  background: transparent;
}

.mobile-menu-btn.active .hamburger::before {
  top: 0;
  transform: rotate(45deg);
  background: var(--accent);
}

.mobile-menu-btn.active .hamburger::after {
  top: 0;
  transform: rotate(-45deg);
  background: var(--accent);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(20, 22, 35, 0.98), rgba(4, 5, 7, 0.99));
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow-y: auto;
  padding: 5rem 2rem 3rem;
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Animated Background Elements */
.mobile-menu-overlay::before {
  content: '';
  position: absolute;
  top: 20%;
  left: 10%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(245, 255, 74, 0.15), transparent 70%);
  border-radius: 50%;
  filter: blur(60px);
  animation: floatOrb 8s ease-in-out infinite;
}

.mobile-menu-overlay::after {
  content: '';
  position: absolute;
  bottom: 20%;
  right: 10%;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(74, 242, 255, 0.12), transparent 70%);
  border-radius: 50%;
  filter: blur(50px);
  animation: floatOrb 10s ease-in-out infinite reverse;
}

@keyframes floatOrb {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(30px, -20px) scale(1.1);
  }
}

/* Grid Pattern Background */
.mobile-menu-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.5;
}

/* Mobile Menu Content */
.mobile-menu-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 2rem;
}

.mobile-menu-logo {
  margin-bottom: 3rem;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.1s;
}

.mobile-menu-overlay.active .mobile-menu-logo {
  opacity: 1;
  transform: translateY(0);
}

.mobile-menu-logo img {
  height: 48px;
  width: auto;
  filter: drop-shadow(0 0 20px rgba(245, 255, 74, 0.3));
}

/* Mobile Nav Links */
.mobile-nav-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 3rem 0;
}

.mobile-nav-item {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.mobile-menu-overlay.active .mobile-nav-item {
  opacity: 1;
  transform: translateY(0);
}

.mobile-menu-overlay.active .mobile-nav-item:nth-child(1) {
  transition-delay: 0.15s;
}

.mobile-menu-overlay.active .mobile-nav-item:nth-child(2) {
  transition-delay: 0.2s;
}

.mobile-menu-overlay.active .mobile-nav-item:nth-child(3) {
  transition-delay: 0.25s;
}

.mobile-menu-overlay.active .mobile-nav-item:nth-child(4) {
  transition-delay: 0.3s;
}

.mobile-nav-link {
  display: inline-block;
  font-family: var(--font-display);
  font-size: clamp(2rem, 8vw, 3.5rem);
  font-weight: 600;
  color: var(--text-primary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.5rem 1rem;
  position: relative;
  transition: all 0.3s ease;
}

.mobile-nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), rgba(74, 242, 255, 0.8));
  transform: translateX(-50%);
  transition: width 0.3s ease;
  border-radius: 2px;
}

.mobile-nav-link:hover {
  color: var(--accent);
  text-shadow: 0 0 30px rgba(245, 255, 74, 0.4);
}

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

/* Mobile CTA Button */
.mobile-cta {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.35s;
}

.mobile-menu-overlay.active .mobile-cta {
  opacity: 1;
  transform: translateY(0);
}

.mobile-cta .primary-pill {
  padding: 1rem 2.5rem;
  font-size: 0.9rem;
  box-shadow: 0 0 30px rgba(245, 255, 74, 0.3);
}

/* Mobile Menu Close Button */
.mobile-menu-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-primary);
  font-size: 1.25rem;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  opacity: 0;
  transform: scale(0.8);
}

.mobile-menu-overlay.active .mobile-menu-close {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.3s;
}

.mobile-menu-close:hover {
  background: var(--accent);
  color: #05070b;
  border-color: var(--accent);
  transform: scale(1.1);
}

.mobile-menu-close:active {
  transform: scale(0.95);
}

/* Mobile Menu Footer */
.mobile-menu-footer {
  margin-top: auto;
  padding-top: 3rem;
  padding-bottom: 2rem;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.4s;
}

.mobile-menu-overlay.active .mobile-menu-footer {
  opacity: 1;
  transform: translateY(0);
}

.mobile-menu-footer p {
  font-size: 0.75rem;
  color: var(--text-muted);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.mobile-menu-footer a {
  color: var(--accent);
  margin-left: 0.5rem;
}

/* Buttons --------------------------------------------------------------- */
.primary-pill,
.ghost-pill {
  border: none;
  border-radius: 999px;
  padding: 0.85rem 1.8rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}

.primary-pill {
  background: var(--accent);
  color: #05070b;
  box-shadow: 0 10px 30px rgba(245, 255, 74, 0.25);
}

.primary-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 45px rgba(245, 255, 74, 0.35);
}

.ghost-pill {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: var(--text-primary);
  background: transparent;
}

.ghost-pill:hover {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.08);
}

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

.cta-group.center {
  justify-content: center;
}

.w-full {
  width: 100%;
  justify-content: center;
  text-align: center;
}

/* Sections -------------------------------------------------------------- */
.section {
  padding: calc(var(--space-lg) * 2) 0;
  position: relative;
  isolation: isolate;
  display: flex;
  justify-content: center;
}

.section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(245, 255, 74, 0.04), transparent 55%),
    radial-gradient(circle at 80% 0%, rgba(74, 242, 255, 0.04), transparent 55%);
  opacity: 0.6;
  z-index: -2;
}

.section::after {
  content: '';
  position: absolute;
  inset: auto 10% 0 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}

.section:last-of-type::after {
  display: none;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  font-size: 0.75rem;
  color: var(--accent);
  margin-bottom: 1rem;
}

.section-header {
  text-align: center;
  margin-bottom: min(3rem, var(--space-lg));
}

.section-header h2 {
  font-family: var(--font-display);
  font-size: 2.8rem;
  margin: 0.5rem 0;
  letter-spacing: -0.02em;
}

.section-header p {
  color: var(--text-muted);
  max-width: 620px;
  margin: 0.5rem auto 0;
}

.section-footnote {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-size: 0.75rem;
  margin-top: 2rem;
  color: var(--text-muted);
}

/* Hero ------------------------------------------------------------------ */
.hero-section {
  padding: 6rem 0 4rem;
  background: var(--gradient);
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(245, 255, 74, 0.12), transparent 50%),
    radial-gradient(circle at 80% 0%, rgba(111, 182, 255, 0.18), transparent 45%);
  pointer-events: none;
}

.hero-section::after {
  content: '';
  position: absolute;
  inset: 10% 5% 5% 5%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(280px, 0.618fr);
  gap: var(--space-lg);
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-copy h1 {
  font-size: clamp(2.75rem, 4vw, 4rem);
  margin-bottom: 1.5rem;
}

.hero-copy .lead {
  color: var(--text-muted);
  font-size: 1.15rem;
  margin-bottom: 2rem;
  max-width: 540px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 1.25rem;
  margin-top: 2.25rem;
}

.hero-stats article {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
}

.hero-stats article::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.08));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.hero-stats article:hover::after {
  opacity: 1;
}

.hero-stats article::before {
  content: '';
  position: absolute;
  width: 60%;
  height: 200%;
  left: -80%;
  top: -50%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transform: rotate(20deg);
  transition: transform 0.8s ease;
}

.hero-stats article:hover::before {
  transform: translateX(250%) rotate(20deg);
}

.hero-stats .label {
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-size: 0.65rem;
  color: var(--text-muted);
}

.hero-stats .value {
  font-size: 2.5rem;
  font-family: var(--font-display);
  margin: 0.3rem 0;
}

.hero-stats .meta {
  color: var(--text-muted);
  font-size: 0.85rem;
}

.hero-panel {
  background: var(--bg-panel);
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  animation: floatOrbit 12s ease-in-out infinite;
  position: relative;
  overflow: hidden;
}

.hero-panel::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(245, 255, 74, 0.3), transparent, rgba(74, 242, 255, 0.2));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.hero-panel::before {
  content: '';
  position: absolute;
  inset: 15%;
  border-radius: inherit;
  background: radial-gradient(circle at top, rgba(245, 255, 74, 0.15), transparent 60%);
  opacity: 0.5;
  z-index: -1;
}

@keyframes floatOrbit {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-10px) rotate(1deg);
  }

  100% {
    transform: translateY(0) rotate(0deg);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.9s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.reveal[data-delay='1'] {
  transition-delay: 0.12s;
}

.reveal[data-delay='2'] {
  transition-delay: 0.24s;
}

.hero-panel h3 {
  font-family: var(--font-display);
  font-size: 2rem;
}

.hero-panel p,
.hero-panel ul {
  color: var(--text-muted);
}

.hero-panel ul {
  list-style: none;
  padding: 0;
}

.hero-panel li {
  margin: 0.75rem 0;
  position: relative;
  padding-left: 1.25rem;
}

.hero-panel li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background: var(--accent);
}

/* Cards ----------------------------------------------------------------- */
.card-grid {
  display: grid;
  gap: calc(var(--space-base) * var(--phi));
  width: 100%;
}

.card-grid.three {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.card-grid.four {
  grid-template-columns: repeat(4, 1fr);
  gap: calc(var(--space-base) * var(--phi));
}

.plans-section .card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 2vw, 2rem);
  width: min(1200px, 100%);
  margin: 0 auto;
}

.plans-section .card-grid .plan-card {
  min-width: 0;
  width: 100%;
}

@media (min-width: 1201px) {
  .plans-section .card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.plans-section::before {
  content: '';
  position: absolute;
  inset: 5% 10%;
  border-radius: var(--radius-lg);
  background: radial-gradient(circle at center, rgba(74, 242, 255, 0.08), transparent 70%);
  filter: blur(20px);
  z-index: 0;
}

.plans-section>.container {
  position: relative;
  z-index: 1;
}

.glow-card,
.plan-card,
.case-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  padding: calc(var(--space-base) * var(--phi));
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.glow-card:hover,
.plan-card:hover,
.case-card:hover {
  transform: translateY(-8px);
  border-color: rgba(245, 255, 74, 0.35);
}

.glow-card::after,
.plan-card::after,
.case-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, rgba(245, 255, 74, 0.08), rgba(74, 242, 255, 0.08), transparent);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.glow-card:hover::after,
.plan-card:hover::after,
.case-card:hover::after {
  opacity: 1;
}

.plan-card h3 {
  font-size: 2.4rem;
  margin: 0.3rem 0 1rem;
}

.plan-card ul {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 1.75rem;
}

.plan-card li {
  color: var(--text-muted);
  margin: 0.6rem 0;
  padding-left: 1.25rem;
  position: relative;
}

.plan-card li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--accent);
}

.plan-card h3 span {
  font-size: 1rem;
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--text-muted);
}

.plan-pitch {
  font-style: italic;
  color: var(--accent);
  font-size: 0.95rem;
  margin-bottom: 1rem;
  padding-left: 0.75rem;
  border-left: 2px solid var(--accent);
}

.plan-best-for {
  font-size: 0.8rem;
  color: var(--text-muted);
  background: rgba(255, 255, 255, 0.03);
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  margin-bottom: 1rem;
  line-height: 1.5;
}

.plan-best-for strong {
  color: var(--text-primary);
}

.custom-plan-cta {
  background: linear-gradient(135deg, rgba(245, 255, 74, 0.08), rgba(74, 242, 255, 0.05));
  border: 1px dashed rgba(245, 255, 74, 0.3);
  border-radius: var(--radius-lg);
  padding: 2rem;
  margin-top: calc(var(--space-base) * var(--phi));
  text-align: center;
}

.custom-plan-content h3 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

.custom-plan-content p {
  color: var(--text-muted);
  margin-bottom: 1.25rem;
}

.plan-label {
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  font-size: 0.7rem;
  color: var(--text-muted);
  line-height: 1.35;
}

.plan-label .label-name {
  color: var(--accent);
  display: block;
}

.plan-label .label-description {
  display: block;
  margin-top: 0.35rem;
  color: var(--text-muted);
  letter-spacing: 0.24rem;
}

.plan-card.highlight {
  background: linear-gradient(160deg, rgba(245, 255, 74, 0.1), rgba(74, 242, 255, 0.08));
  border-color: rgba(245, 255, 74, 0.35);
  box-shadow: 0 25px 55px rgba(8, 10, 20, 0.55);
}

.case-card .label {
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-size: 0.65rem;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
}

.case-card .meta {
  color: var(--accent);
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.2rem;
}

.services-section {
  background: var(--gradient);
}

.wins-section {
  background: radial-gradient(circle at 60% 20%, rgba(74, 242, 255, 0.08), transparent 60%);
}

.method-section {
  background: radial-gradient(circle at 40% 20%, rgba(245, 255, 74, 0.05), transparent 60%);
}

.case-section {
  background: linear-gradient(180deg, rgba(3, 4, 6, 0.92), rgba(5, 7, 11, 0.98));
}

.case-card,
.glow-card {
  backdrop-filter: blur(12px);
}

/* Method --------------------------------------------------------------- */
.method-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.5rem;
}

.method-grid article {
  background: rgba(255, 255, 255, 0.02);
  border-radius: var(--radius-lg);
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.step {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 1rem;
  font-size: 0.85rem;
  letter-spacing: 0.2rem;
}

/* Process / How We Work Together ----------------------------------------- */
.process-section {
  background: radial-gradient(circle at 30% 40%, rgba(245, 255, 74, 0.04), transparent 55%),
    radial-gradient(circle at 70% 70%, rgba(74, 242, 255, 0.04), transparent 55%);
}

.process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 960px;
  margin: 0 auto;
}

.process-line {
  display: none;
}

.process-section .section-header h2 {
  color: var(--accent);
}

.process-card {
  position: relative;
  background: #0a0c12;
  border: 1px solid rgba(245, 255, 74, 0.15);
  border-radius: var(--radius-lg);
  padding: 2.25rem 2rem;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.4s ease,
    box-shadow 0.4s ease;
}

.process-card:hover {
  transform: translateY(-8px);
  border-color: rgba(245, 255, 74, 0.35);
  box-shadow: 0 20px 45px rgba(245, 255, 74, 0.06),
    0 0 0 1px rgba(245, 255, 74, 0.1);
}

.process-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(130deg, rgba(245, 255, 74, 0.06), rgba(74, 242, 255, 0.06), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.process-card:hover::before {
  opacity: 1;
}

.process-card__badge {
  flex-shrink: 0;
  display: inline-flex;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
  background: var(--accent);
  color: #05070b;
  font-family: var(--font-ui, 'Space Grotesk', sans-serif);
}

.process-card__content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--accent);
  margin-top: 0;
  margin-bottom: 0.6rem;
}

.process-card__content p {
  color: var(--text-primary);
  line-height: 1.65;
  font-size: 0.95rem;
}

.process-card__content {
  padding-top: 0.8rem;
}

.process-cta {
  text-align: center;
  margin-top: 3rem;
}

/* Responsive: single column below 768px */
@media (max-width: 768px) {
  .process-timeline {
    grid-template-columns: 1fr;
    position: relative;
  }

  .process-line {
    display: block;
    position: absolute;
    left: 2.6rem;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, var(--accent), rgba(74, 242, 255, 0.6), transparent);
    border-radius: 999px;
  }

  .process-card {
    padding-left: 5.5rem;
  }

  .process-card__badge {
    position: absolute;
    left: 1rem;
    top: 2.2rem;
  }

  .process-card__content h3 {
    margin-top: 0;
  }
}

/* Contact -------------------------------------------------------------- */
.contact-section {
  background: #05070b;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  align-items: start;
}

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

.reply-card,
.email-card,
.contact-form-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  margin-top: 1.5rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease;
}

.reply-card::after,
.email-card::after,
.contact-form-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(245, 255, 74, 0.08), transparent 55%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.reply-card:hover::after,
.email-card:hover::after,
.contact-form-card:hover::after {
  opacity: 1;
}

.reply-card:hover,
.email-card:hover,
.contact-form-card:hover {
  transform: translateY(-6px);
}

.reply-card ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.reply-card li {
  padding-left: 1rem;
  position: relative;
  margin-bottom: 0.7rem;
  color: var(--text-muted);
}

.reply-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 0.35rem;
  height: 0.35rem;
  background: var(--accent);
  border-radius: 50%;
}

.reply-card__divider {
  margin: 1.25rem 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}

.reply-card__hint {
  color: var(--text-muted);
  margin-top: 0.25rem;
}

.contact-form-card {
  background: rgba(13, 15, 22, 0.9);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.form-group label {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 0.7rem;
  color: var(--text-muted);
}

.form-group input,
.form-group textarea {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.8rem;
  padding: 0.85rem 1rem;
  color: var(--text-primary);
  font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--accent);
}

.contact-modal {
  position: fixed;
  inset: 0;
  background: rgba(4, 5, 7, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.contact-modal.active {
  opacity: 1;
  pointer-events: auto;
}

.contact-modal__panel {
  max-width: 420px;
  width: 100%;
  background: rgba(8, 10, 18, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  padding: 2rem;
  text-align: center;
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.5);
}

.contact-modal__panel h3 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.contact-modal__panel p {
  color: var(--text-muted);
  margin-bottom: 0.75rem;
}

.checkout-modal {
  position: fixed;
  inset: 0;
  background: rgba(4, 5, 7, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  z-index: 60;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.checkout-modal.active {
  opacity: 1;
  pointer-events: auto;
}

.checkout-modal__panel {
  width: min(520px, 100%);
  background: rgba(6, 8, 15, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  padding: 2rem;
  position: relative;
  box-shadow: 0 40px 70px rgba(0, 0, 0, 0.6);
}

.checkout-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: none;
  background: transparent;
  color: var(--text-muted);
  font-size: 1.6rem;
  cursor: pointer;
}

.checkout-modal__price {
  color: var(--text-muted);
  margin-top: -0.3rem;
  margin-bottom: 1.5rem;
}

.checkout-info-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.checkout-info-status {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: var(--accent);
  display: none;
}

.checkout-info-status.visible {
  display: block;
}

/* Reviews Section ------------------------------------------------------- */
.reviews-section {
  background: radial-gradient(circle at 30% 30%, rgba(245, 255, 74, 0.04), transparent 55%),
    radial-gradient(circle at 70% 70%, rgba(74, 242, 255, 0.04), transparent 55%);
  padding: calc(var(--space-lg) * 2) 0;
  overflow: hidden;
}

.reviews-carousel {
  position: relative;
  width: 100%;
}

.reviews-track {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 1rem 0 2rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.reviews-track::-webkit-scrollbar {
  display: none;
}

/* Ensure smooth transitions for infinite loop */
.reviews-carousel {
  position: relative;
}

.review-card {
  flex: 0 0 320px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  scroll-snap-align: start;
}

/* Clone cards for infinite loop - same styling */
.review-card.clone {
  /* Clones have same styling as original cards */
}

.review-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), rgba(74, 242, 255, 0.8));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.review-card:hover {
  transform: translateY(-8px);
  border-color: rgba(245, 255, 74, 0.35);
}

.review-card:hover::before {
  opacity: 1;
}

.review-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, rgba(245, 255, 74, 0.08), rgba(74, 242, 255, 0.08), transparent);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.review-card:hover::after {
  opacity: 1;
}

.review-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(245, 255, 74, 0.4);
  flex-shrink: 0;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-name {
  font-weight: 600;
  color: var(--text-primary);
  font-size: 1.1rem;
  margin: 0;
}

.review-stars {
  display: flex;
  gap: 0.25rem;
  justify-content: center;
}

.review-stars i {
  color: var(--accent);
  font-size: 0.9rem;
  filter: drop-shadow(0 0 4px rgba(245, 255, 74, 0.4));
}

.review-text {
  color: var(--text-primary);
  font-size: 0.95rem;
  line-height: 1.7;
  font-style: italic;
  flex-grow: 1;
  margin: 0;
}

.review-occupation {
  color: var(--text-muted);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin: 0;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  width: 100%;
}

.reviews-nav {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.carousel-dots {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.carousel-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-dots .dot:hover {
  background: rgba(255, 255, 255, 0.6);
}

.carousel-dots .dot.active {
  background: var(--accent);
  width: 24px;
  border-radius: 5px;
}

/* Clients Section ------------------------------------------------------- */
.clients-section {
  background: radial-gradient(circle at 50% 50%, rgba(245, 255, 74, 0.03), transparent 60%);
  padding: calc(var(--space-lg) * 1.5) 0;
  overflow: hidden;
}

.clients-carousel {
  overflow: hidden;
  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);
}

.clients-track {
  display: flex;
  gap: 1.5rem;
  animation: scrollClients 30s linear infinite;
  width: max-content;
}

.clients-track:hover {
  animation-play-state: paused;
}

@keyframes scrollClients {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 1.5rem 2rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-md);
  transition: var(--transition);
  min-width: 160px;
  flex-shrink: 0;
}

.logo-item:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(245, 255, 74, 0.2);
  transform: translateY(-4px);
}

.logo-item i {
  font-size: 2rem;
  color: var(--accent);
  opacity: 0.8;
}

.logo-item span {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  color: var(--text-muted);
  text-align: center;
  white-space: nowrap;
}

/* Testimonials Section -------------------------------------------------- */
.testimonials-section {
  background: linear-gradient(180deg, rgba(5, 7, 11, 0.95), rgba(3, 4, 6, 0.98));
  overflow: hidden;
}

.testimonials-carousel {
  position: relative;
}

.carousel-container {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 1rem 0 2rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x mandatory;
}

.carousel-container::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  flex: 0 0 350px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
  scroll-snap-align: start;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  border-color: rgba(245, 255, 74, 0.3);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  cursor: pointer;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(30%);
  transition: var(--transition);
}

.testimonial-card:hover .video-wrapper video {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  transition: var(--transition);
}

.video-overlay i {
  font-size: 4rem;
  color: var(--accent);
  opacity: 0.9;
  transition: var(--transition);
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.video-overlay .video-label {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: var(--text-primary);
  opacity: 0;
  transition: var(--transition);
}

.testimonial-card:hover .video-overlay i {
  opacity: 1;
  transform: scale(1.1);
}

.testimonial-card:hover .video-label {
  opacity: 1;
}

.video-wrapper.playing .video-overlay {
  opacity: 0;
  pointer-events: none;
}

.video-wrapper.playing video {
  filter: grayscale(0%);
}

.video-wrapper.static-spotlight {
  cursor: default;
}

.video-wrapper.static-spotlight video,
.testimonial-card:hover .video-wrapper.static-spotlight video {
  filter: grayscale(0%);
  transform: none;
}

.video-wrapper.static-spotlight .video-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(4, 5, 7, 0.74));
}

.video-wrapper.static-spotlight .video-overlay i {
  font-size: 2.4rem;
}

.video-wrapper.static-spotlight .video-label {
  opacity: 1;
}

/* Keep old class for compatibility */
.video-thumbnail {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(30%);
  transition: var(--transition);
}

.testimonial-card:hover .video-thumbnail img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.video-thumbnail i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  color: var(--accent);
  opacity: 0.9;
  transition: var(--transition);
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.testimonial-card:hover .video-thumbnail i {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}

.testimonial-content {
  padding: 1.5rem;
}

.testimonial-content .quote {
  font-style: italic;
  color: var(--text-primary);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.testimonial-content .client-name {
  font-weight: 600;
  color: var(--accent);
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}

.testimonial-content .client-business {
  color: var(--text-muted);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.carousel-nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.carousel-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-primary);
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-btn:hover {
  background: var(--accent);
  color: #05070b;
  border-color: var(--accent);
}

/* Footer --------------------------------------------------------------- */
.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 0;
  background: #030406;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

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

.footer-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-grid li {
  margin-bottom: 0.5rem;
}

.footer-grid a {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.footer-note {
  text-align: center;
  margin-top: 1.25rem;
  color: var(--text-muted);
  font-size: 0.85rem;
}

/* Responsive ----------------------------------------------------------- */

/* Extra Large Screens */
@media (min-width: 1400px) {
  .container {
    width: min(1320px, calc(100% - 4rem));
  }

  .hero-copy h1 {
    font-size: 4.5rem;
  }

  .section-header h2 {
    font-size: 3.2rem;
  }
}

/* Large Screens to Desktop */
@media (max-width: 1200px) {
  .hero-grid {
    grid-template-columns: minmax(280px, 1fr) minmax(260px, 0.618fr);
    gap: var(--space-base);
  }

  .plans-section .card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

/* Tablet Portrait */
@media (max-width: 1024px) {
  .nav-container {
    flex-wrap: nowrap;
    gap: 0.75rem;
  }

  .logo img {
    height: 55px;
  }

  .nav-links {
    flex: 0 1 auto;
    justify-content: flex-start;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero-panel {
    max-width: 500px;
    margin: 0 auto;
  }

  .card-grid.three {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .card-grid.three>*:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: 400px;
    margin: 0 auto;
  }

  .method-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

  .method-grid>*:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: 400px;
    margin: 0 auto;
  }
}

/* Tablet Portrait */
@media (max-width: 1024px) {
  .nav-container {
    flex-wrap: nowrap;
    gap: 0.75rem;
  }

  .logo img {
    height: 55px;
  }

  .nav-actions {
    gap: 0.5rem;
  }

  .nav-menu {
    position: fixed;
    inset: 0;
    background: rgba(4, 5, 7, 0.98);
    backdrop-filter: blur(20px);
    flex-direction: column;
    padding: 6rem 2rem 2rem;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 100;
    gap: 0.5rem;
  }

  .nav-menu.active {
    transform: translateX(0);
  }

  .nav-menu .nav-link {
    font-size: 1.2rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .nav-links {
    flex-basis: 100%;
    justify-content: flex-start;
  }

  .mobile-menu-btn {
    display: block;
    margin-left: auto;
    padding: 0.5rem;
    z-index: 101;
  }

  .desktop-cta {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .section::after {
    inset: auto 5% 0 5%;
  }

  .plans-section .card-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .plans-section .card-grid .plan-card {
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

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

/* Mobile Large */
@media (max-width: 640px) {
  :root {
    --space-base: 1rem;
    --radius-lg: 1.25rem;
    --radius-md: 0.875rem;
  }

  main {
    margin-top: 5rem;
  }

  .nav-container {
    padding: calc(env(safe-area-inset-top, 0px) + 0.8rem) 1rem 0.8rem;
    align-items: center;
  }

  .logo img {
    height: 48px;
    transform: none;
  }

  .logo {
    flex: 0 0 auto;
  }

  .nav-actions {
    margin-left: auto;
  }

  .nav-menu {
    padding: 5rem 1.5rem 2rem;
  }

  .hero-section {
    padding: 4rem 0 2.5rem;
  }

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

  .hero-copy h1 {
    font-size: clamp(2rem, 6vw, 2.75rem);
  }

  .hero-copy .lead {
    font-size: 1rem;
  }

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

  .hero-copy .cta-group button {
    width: 100%;
  }

  .hero-panel {
    padding: 1.5rem;
  }

  .hero-panel h3 {
    font-size: 1.5rem;
  }

  .section {
    padding: calc(var(--space-lg) * 1.5) 0;
  }

  .section-header h2 {
    font-size: clamp(1.75rem, 5vw, 2.2rem);
  }

  .section-header p {
    font-size: 0.95rem;
  }

  .hero-grid {
    gap: var(--space-base);
  }

  .hero-stats {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .hero-stats .value {
    font-size: 2rem;
  }

  .card-grid.three {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .card-grid.three>*:last-child:nth-child(odd) {
    grid-column: auto;
    max-width: none;
  }

  .glow-card,
  .plan-card,
  .case-card {
    padding: 1.5rem;
  }

  .plan-card h3 {
    font-size: 2rem;
  }

  .card-grid.four {
    grid-template-columns: 1fr;
  }

  .cta-group {
    width: 100%;
    flex-direction: column;
    gap: 0.75rem;
  }

  .cta-group button {
    width: 100%;
  }

  .primary-pill,
  .ghost-pill {
    padding: 0.9rem 1.5rem;
    font-size: 0.8rem;
    letter-spacing: 0.2rem;
  }

  .process-cta .primary-pill {
    white-space: nowrap;
    font-size: 0.7rem;
    letter-spacing: 0.12rem;
    padding: 0.85rem 1.2rem;
  }

  .contact-modal__panel,
  .checkout-modal__panel {
    padding: 1.5rem;
    margin: 1rem;
  }

  .checkout-modal__panel h3 {
    font-size: 1.5rem;
  }

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

  .footer-grid ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 1.5rem;
  }

  .footer-grid li {
    margin-bottom: 0;
  }

  /* Clients responsive */
  .clients-section {
    padding: var(--space-lg) 0;
  }

  .clients-carousel {
    mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
  }

  .logo-item {
    min-width: 130px;
    padding: 1rem 1.25rem;
  }

  .logo-item i {
    font-size: 1.5rem;
  }

  .logo-item span {
    font-size: 0.65rem;
  }

  /* Testimonials responsive */
  .testimonials-section {
    padding: calc(var(--space-lg) * 1.5) 0;
  }

  .carousel-container {
    padding: 0.5rem 0 1.5rem;
    gap: 1rem;
  }

  .testimonial-card {
    flex: 0 0 280px;
    min-width: 280px;
  }

  .video-wrapper,
  .video-thumbnail {
    height: 160px;
  }

  .video-overlay i {
    font-size: 3rem;
  }

  .testimonial-content {
    padding: 1.25rem;
  }

  .testimonial-content .quote {
    font-size: 0.9rem;
  }

  .carousel-btn {
    width: 44px;
    height: 44px;
  }

  /* Method responsive */
  .method-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .method-grid article {
    padding: 1.5rem;
  }

  .step {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.75rem;
  }

  /* Case studies responsive */
  .case-card .label {
    font-size: 0.6rem;
  }

  .case-card .meta {
    font-size: 0.75rem;
  }
}

/* Mobile Small */
@media (max-width: 380px) {
  :root {
    --space-base: 0.875rem;
  }

  .container {
    width: calc(100% - 2rem);
    padding: 0 1rem;
  }

  .hero-section {
    padding: 3rem 0 2rem;
  }

  .hero-copy h1 {
    font-size: 1.75rem;
  }

  .hero-stats .value {
    font-size: 1.75rem;
  }

  .section-header h2 {
    font-size: 1.5rem;
  }

  .testimonial-card {
    flex: 0 0 260px;
    min-width: 260px;
  }

  .logo-item {
    min-width: 110px;
    padding: 0.875rem 1rem;
  }

  .logo-item i {
    font-size: 1.25rem;
  }

  .logo-item span {
    font-size: 0.6rem;
    letter-spacing: 0.1rem;
  }

  .plan-card h3 {
    font-size: 1.75rem;
  }

  .plan-card ul {
    font-size: 0.9rem;
  }

  .nav-menu {
    padding: 4rem 1rem 1.5rem;
  }

  .nav-menu .nav-link {
    font-size: 1rem;
    padding: 0.875rem 0;
  }

  .process-cta .primary-pill {
    font-size: 0.65rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1rem;
  }
}

/* Prevent card overlap - ensure grid children don't overflow */
.card-grid>*,
.plans-section .card-grid>*,
.method-grid>* {
  min-width: 0;
  overflow-wrap: break-word;
}

/* Touch-friendly targets */
@media (pointer: coarse) {

  .nav-link,
  .carousel-btn,
  .mobile-menu-btn,
  button,
  a {
    min-height: 44px;
    min-width: 44px;
  }
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .clients-track {
    animation: none;
  }

  .hero-panel {
    animation: none;
  }
}

/* Print styles */
@media print {

  .main-nav,
  .contact-modal,
  .checkout-modal,
  .carousel-nav,
  .video-overlay {
    display: none !important;
  }

  body {
    background: white;
    color: black;
  }

  .section {
    page-break-inside: avoid;
  }
}

/* Floating WhatsApp Button */
.floating-whatsapp {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3), 0 0 20px rgba(37, 211, 102, 0.4);
  z-index: 999;
  transition: all 0.3s ease;
}

.floating-whatsapp:hover {
  transform: scale(1.1) translateY(-3px);
  background-color: #20ba5a;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4), 0 0 30px rgba(37, 211, 102, 0.6);
}

.floating-whatsapp:active {
  transform: scale(0.95);
}

@media (max-width: 640px) {
  .floating-whatsapp {
    bottom: 1.5rem;
    right: 1.5rem;
    width: 54px;
    height: 54px;
    font-size: 1.8rem;
  }
}

/* Reviews Section Styles */
.reviews-section {
  padding: 2rem 0 8rem 0;
  overflow: hidden;
  background: radial-gradient(circle at 50% 50%, rgba(245, 255, 74, 0.03), transparent 70%);
}

.reviews-ticker-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 2rem 0;
  /* Premium side-fade effect using webkit mask */
  mask-image: linear-gradient(to right, transparent, #fff 15%, #fff 85%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #fff 15%, #fff 85%, transparent);
}

.reviews-ticker-track {
  display: flex;
  width: max-content;
  gap: 2rem;
  /* Loop animation RTL */
  animation: marquee-rtl 65s linear infinite;
}

.reviews-ticker-track:hover {
  animation-play-state: paused;
}

.review-card {
  width: 380px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 260px;
  height: auto;
  flex-shrink: 0;
}

.review-card:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 255, 74, 0.3);
}

.review-stars {
  color: var(--accent);
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.review-text {
  font-family: var(--font-body);
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: auto;
}

.review-avatar {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--accent), #4af2ff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.review-meta h4 {
  font-size: 0.95rem;
  color: #fff;
  font-weight: 600;
  margin: 0;
}

.review-meta p {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin: 0.15rem 0 0 0;
}

@keyframes marquee-rtl {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .reviews-section {
    padding: 1rem 0 5rem 0;
  }
  .review-card {
    width: 320px;
    padding: 2rem;
    min-height: 240px;
    height: auto;
  }
}

/* Social Media Links ----------------------------------------------------- */
.social-links {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.25rem;
}

.social-link {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 0.9rem;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.02);
}

.social-link:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: var(--accent-soft);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(245, 255, 74, 0.15);
}

/* Mobile Responsive Typography Adjustments */
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
  
  h1, .h1, [style*="font-size: 2."], [style*="font-size: 3."] {
    font-size: clamp(1.8rem, 8vw, 2.2rem) !important;
  }
  
  h2, .h2, [style*="font-size: 1.8"], [style*="font-size: 1.9"] {
    font-size: clamp(1.5rem, 6vw, 1.8rem) !important;
  }
  
  h3, .h3, [style*="font-size: 1.6"], [style*="font-size: 1.7"] {
    font-size: clamp(1.3rem, 5vw, 1.5rem) !important;
  }
  
  h4, .h4, [style*="font-size: 1.4"], [style*="font-size: 1.5"] {
    font-size: clamp(1.15rem, 4vw, 1.3rem) !important;
  }
  
  h5, .h5, [style*="font-size: 1.2"], [style*="font-size: 1.3"] {
    font-size: clamp(1.05rem, 3vw, 1.15rem) !important;
  }
  
  h6, .h6 {
    font-size: 1rem !important;
  }
  
  p, li, .text-muted, [style*="font-size: 1.05"], [style*="font-size: 1.1"] {
    font-size: 1rem !important;
    line-height: 1.6;
  }
  
  .hero-subtitle {
    font-size: 1.1rem !important;
  }
  
  .btn, .nav-btn {
    font-size: 0.95rem !important;
    padding: 0.6rem 1.2rem !important;
  }
  
  /* Catch all large inline fonts */
  [style*="font-size:"] {
    max-font-size: 100%;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 13px;
  }
  
  h1, .h1, [style*="font-size: 2."], [style*="font-size: 3."] {
    font-size: clamp(1.5rem, 8vw, 1.8rem) !important;
  }
  
  h2, .h2, [style*="font-size: 1.8"], [style*="font-size: 1.9"] {
    font-size: clamp(1.3rem, 6vw, 1.5rem) !important;
  }
  
  h3, .h3, [style*="font-size: 1.6"], [style*="font-size: 1.7"] {
    font-size: clamp(1.1rem, 5vw, 1.3rem) !important;
  }
}