:root {
  --black: #08090b;
  --charcoal: #17191d;
  --graphite: #30343b;
  --text: #111318;
  --muted: #626977;
  --line: #e6e8ee;
  --page: #ffffff;
  --soft: #f6f7f9;
  --yellow: #ffd21f;
  --orange: #ff7a1a;
  --accent: linear-gradient(135deg, var(--yellow), var(--orange));
  --dark-gradient: linear-gradient(135deg, #08090b 0%, #191b20 54%, #333841 100%);
  --shadow: 0 24px 70px rgba(17, 19, 24, 0.13);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

/* Lenis Smooth Scroll resets */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/* Glowing Top Scroll Progress Bar */
.scroll-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, #ffd21f 0%, #ff7a1a 50%, #ff4500 100%);
  z-index: 99999;
  box-shadow: 0 0 12px rgba(255, 122, 26, 0.8), 0 0 4px rgba(255, 210, 31, 0.9);
  transition: width 0.08s ease-out;
  pointer-events: none;
  will-change: width;
}

/* Custom Sleek Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #08090b;
}

::-webkit-scrollbar-thumb {
  background: #30343b;
  border-radius: 5px;
  border: 2px solid #08090b;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--orange);
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 210, 31, 0.14), transparent 26rem),
    radial-gradient(circle at 92% 8%, rgba(255, 122, 26, 0.12), transparent 28rem),
    var(--page);
  color: var(--text);
  font-family: "Quicksand", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  width: 100%;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

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

button {
  font: inherit;
}

.section-shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  width: min(1160px, calc(100% - 40px));
  margin: 14px auto 0;
  padding: 12px 14px 12px 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(231, 232, 236, 0.92);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(17, 19, 24, 0.08);
  backdrop-filter: blur(18px);
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.brand img {
  width: 156px;
  height: auto;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a {
  padding: 10px 12px;
  border-radius: 6px;
  color: #444a55;
  font-size: 0.94rem;
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: transparent;
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 7px;
  font-weight: 850;
  line-height: 1;
}

.header-cta svg,
.btn svg {
  width: 18px;
  height: 18px;
}

.header-cta {
  color: #111318;
  background: var(--accent);
  box-shadow: 0 12px 28px rgba(255, 122, 26, 0.24);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 7px;
  background: var(--dark-gradient);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* ==========================================================================
   Hero — Pixel-Perfect Match to Reference Image
   ========================================================================== */
.modern-split-hero {
  position: relative;
  padding: 120px 0 0;
  background: #faf9ff;
  overflow: hidden;
  isolation: isolate;
}

/* Soft pastel ambient blobs — light & airy like the reference */
.hero-pastel-mesh { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.mesh-blob { position: absolute; border-radius: 50%; }
.blob-1 {
  width: 600px; height: 600px;
  top: -80px; left: -150px;
  background: radial-gradient(circle, rgba(255,200,150,0.28) 0%, rgba(255,180,120,0.1) 60%, transparent 100%);
  filter: blur(70px);
}
.blob-2 {
  width: 700px; height: 700px;
  top: -100px; right: -200px;
  background: radial-gradient(circle, rgba(210,185,255,0.35) 0%, rgba(195,165,255,0.15) 55%, transparent 100%);
  filter: blur(80px);
}
.blob-3 {
  width: 400px; height: 400px;
  bottom: 0; right: 30%;
  background: radial-gradient(circle, rgba(255,220,180,0.2) 0%, transparent 70%);
  filter: blur(60px);
}
.blob-4 { display: none; }

/* Two-column grid */
.hero-split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 0;
  align-items: flex-end;
  position: relative;
  z-index: 2;
  min-height: 480px;
}

/* ── LEFT COLUMN ──────────────────────────────── */
.hero-left-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 72px;
}

/* Kicker pill — small orange dot + text */
.hero-kicker-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 14px 5px 9px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 122, 26, 0.25);
  color: #b84500;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1px;
  margin-bottom: 22px;
}

.kicker-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #ff7a1a;
  flex-shrink: 0;
}

/* Mobile Hero Visual — hidden on desktop */
.hero-mobile-visual {
  display: none;
}

/* Hero H1 — Outfit font */
.hero-split-title {
  font-family: 'Outfit', sans-serif !important;
  font-size: clamp(2.6rem, 5vw, 4.2rem) !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  letter-spacing: -1px !important;
  color: #111827 !important;
  margin-bottom: 18px !important;
  max-width: 560px;
}

.hero-headline-row { display: block; }

/* Line 1: "Digital Agency for" — dark, full-width block */
.ht-line1 {
  display: block;
  color: #111827;
}

/* Line 2: rotating keyword — block */
.ht-line2 {
  display: block;
  line-height: 1.15;
  padding-bottom: 4px;
}

/* Keep old ht-dark in case used elsewhere */
.ht-dark { color: #111827; }

.hero-headline-row { display: block; }
/* ── Rotating headline wrapper ─────────────────── */
.hero-rotating-wrap {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  overflow: hidden;           /* clips the slide-in/out */
  line-height: 1.15;
  padding: 2px 8px 8px 8px;
  margin: -2px -8px -8px -8px;
}

/* Sizer: always in-flow (gives wrapper stable width & height).
   Invisible — just holds space for the widest word. */
.rh-sizer {
  display: block;
  visibility: hidden;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  line-height: 1.15;
  padding: 0 4px;
  box-sizing: border-box;
}

/* All rotating words — absolutely layered on top of the sizer */
.rh-word {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  white-space: nowrap;
  will-change: transform, opacity;
  transform: translateY(120%);
  opacity: 0;
  pointer-events: none;
  line-height: 1.15;
  padding: 0 4px;
  box-sizing: border-box;
  text-align: inherit;
}

/* The currently visible word — sits naturally at top:0 */
.rh-word.rh-current {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

/* Slide in from below */
.rh-word.rh-enter {
  animation: rhSlideIn 0.52s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* Slide out to above */
.rh-word.rh-exit {
  animation: rhSlideOut 0.42s cubic-bezier(0.55, 0, 0.45, 1) forwards;
}

@keyframes rhSlideIn {
  0%   { transform: translateY(120%); opacity: 0; }
  50%  { opacity: 1; }
  100% { transform: translateY(0);    opacity: 1; }
}

@keyframes rhSlideOut {
  0%   { transform: translateY(0);     opacity: 1; }
  100% { transform: translateY(-120%); opacity: 0; }
}

/* ── Gradient colour themes per service ─────────── */
.title-gradient {
  font-style: normal;
  background: linear-gradient(100deg, #ff7a1a 0%, #e8304a 48%, #a855f7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* Web Design — ocean blue → cyan */
[data-gradient="grad-web"].title-gradient {
  background: linear-gradient(100deg, #0ea5e9 0%, #06b6d4 55%, #10b981 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

/* SEO Growth — lime → emerald */
[data-gradient="grad-seo"].title-gradient {
  background: linear-gradient(100deg, #22c55e 0%, #16a34a 55%, #0d9488 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

/* Social Media — pink → rose → orange */
[data-gradient="grad-social"].title-gradient {
  background: linear-gradient(100deg, #ec4899 0%, #f43f5e 50%, #fb923c 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

/* Brand Strategy — indigo → violet */
[data-gradient="grad-brand"].title-gradient {
  background: linear-gradient(100deg, #6366f1 0%, #8b5cf6 55%, #d946ef 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

/* Digital Marketing — amber → orange → red */
[data-gradient="grad-content"].title-gradient {
  background: linear-gradient(100deg, #f59e0b 0%, #f97316 50%, #ef4444 100%);
  -webkit-background-clip: text;
  background-clip: text;
}


/* Body copy */
.hero-split-desc {
  font-size: 1rem !important;
  line-height: 1.65 !important;
  color: #6b7280 !important;
  margin-bottom: 34px !important;
  max-width: 440px;
  font-weight: 450;
}

/* CTA row */
.hero-split-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 0;
}

/* "Get Started" — dark pill with arrow */
.hero-primary-btn {
  height: 52px;
  padding: 0 8px 0 26px;
  border-radius: 9999px;
  background: #111827;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.96rem;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 8px 28px rgba(17, 24, 39, 0.26);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-arrow-box {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.btn-arrow-box svg { width: 14px; height: 14px; }

.hero-primary-btn:hover {
  background: #ff7a1a;
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(255, 122, 26, 0.34);
}

.hero-primary-btn:hover .btn-arrow-box { transform: translateX(3px); }

/* "Watch Our Story" — play circle + text */
.hero-play-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #111827 !important;
  font-weight: 700;
  font-size: 0.94rem;
  transition: opacity 0.25s;
}

.hero-play-btn:hover { opacity: 0.72; }

.play-icon-circle {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: linear-gradient(145deg, #ffd21f 0%, #ff7a1a 100%);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 22px rgba(255, 122, 26, 0.32);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  flex-shrink: 0;
}

.play-icon-circle svg { width: 15px; height: 15px; margin-left: 2px; }
.hero-play-btn:hover .play-icon-circle { transform: scale(1.1); }

/* Social proof — hidden in reference, keep markup but remove spacing */
.hero-social-proof { display: none; }

/* ── RIGHT COLUMN ─────────────────────────────── */
.hero-right-column {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}

.hero-visual-stage {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 480px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

/* Pink/lavender blob behind the woman */
.stage-backdrop-glow {
  position: absolute;
  width: 340px; height: 340px;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(220,195,255,0.5) 0%, rgba(255,195,200,0.3) 50%, transparent 80%);
  filter: blur(30px);
  z-index: 1;
}

/* Hero woman image */
.hero-main-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-46%);
  z-index: 3;
  height: 105%;
  width: auto;
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.10));
}

/* Dot pattern (top-right of stage) */
.hero-dot-grid {
  position: absolute;
  top: 10px; right: 0;
  width: 130px; height: 130px;
  background-image: radial-gradient(circle, rgba(160,140,200,0.5) 1.5px, transparent 1.5px);
  background-size: 16px 16px;
  z-index: 1;
  pointer-events: none;
  opacity: 0.65;
}

/* ── FLOATING CARDS ─────────────────────────── */
.float-card {
  position: absolute;
  z-index: 6;
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.8);
  padding: 10px 14px 10px 10px;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.09);
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  animation: heroFloat var(--fa-dur, 3.8s) ease-in-out infinite alternate;
  animation-delay: var(--fa-delay, 0s);
}

/* Card 1: "Grow Your Brand Online" — right side at mid-chest, clear of face */
.float-top-left {
  top: 32%;
  right: -10px;
  left: auto;
  --fa-dur: 4s;
}

/* Card 2: "+250% Business Growth" — bottom-left, below the crossed legs */
.float-bottom-left {
  bottom: 2%;
  left: -6%;
  --fa-dur: 4.6s;
  --fa-delay: 1.2s;
}

/* Icon box inside float card */
.fc-icon {
  width: 36px; height: 36px;
  border-radius: 10px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
}

.fc-pink {
  background: linear-gradient(135deg, #fce7f3 0%, #fdf2f8 100%);
  color: #db2777;
  border: 1px solid rgba(219, 39, 119, 0.15);
}

.fc-icon svg { width: 18px; height: 18px; }

/* Card text */
.fc-body { display: flex; flex-direction: column; gap: 1px; }

.fc-body strong {
  display: block;
  font-size: 0.86rem;
  font-weight: 800;
  color: #111827;
  line-height: 1.25;
}

.fc-body span {
  display: block;
  font-size: 0.72rem;
  color: #6b7280;
  font-weight: 600;
}

/* Donut SVG */
.fc-donut { width: 42px; height: 42px; flex-shrink: 0; }
.fc-donut-svg { width: 100%; height: 100%; }

/* "14 Active Projects" pill — hidden in reference, replace with nothing */
.float-pill { display: none; }
.fp-live-dot { display: none; }

/* Orange circle badge — right side, mid-lower area (below the brand card) */
.float-circle-badge {
  position: absolute;
  z-index: 6;
  bottom: 22%;
  right: -14px;
  width: 54px; height: 54px;
  border-radius: 50%;
  background: linear-gradient(145deg, #fb923c 0%, #ef4444 100%);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 28px rgba(251, 146, 60, 0.42);
  animation: heroFloat 4.4s ease-in-out infinite alternate;
  animation-delay: 0.8s;
}

.float-circle-badge svg { width: 22px; height: 22px; }

/* Paper plane doodle — top-right, above the pointing hand */
.float-doodle {
  position: absolute;
  z-index: 6;
  top: 4%;
  right: 6%;
  animation: heroFloat 3.6s ease-in-out infinite alternate;
  animation-delay: 1.8s;
}

.float-doodle svg { width: 44px; height: 44px; }

/* Float animation */
@keyframes heroFloat {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}

/* float-top-left now uses normal heroFloat (no translateX) */
.float-top-left { animation: heroFloat var(--fa-dur, 4s) ease-in-out infinite alternate; }

/* ── Mobile Responsive ──────────────────────── */
@media (max-width: 900px) {
  .modern-split-hero {
    padding: 104px 0 60px;
  }

  .hero-split-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 0;
    min-height: unset;
  }

  /* Text column — centered */
  .hero-left-column {
    align-items: center;
    text-align: center;
    padding-bottom: 0;
    width: 100%;
  }

  /* Center the headline and all text */
  .hero-split-title,
  .ht-line1,
  .ht-line2 {
    text-align: center !important;
  }

  .hero-rotating-wrap {
    display: inline-block;
    text-align: center;
  }

  .rh-word {
    text-align: center;
  }

  .hero-split-title { max-width: 100%; }
  .hero-split-desc  { 
    max-width: 100%; 
    margin-left: auto !important; 
    margin-right: auto !important; 
    text-align: center !important;
  }
  .hero-split-actions { justify-content: center; }
  .hero-kicker-badge { align-self: center; }

  /* Mobile Hero Visual — 16:9 aspect ratio wide visual before headline */
  .hero-mobile-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: min(100% - 16px, 540px);
    margin: 8px auto 28px;
    z-index: 2;
  }

  .hero-mobile-glow {
    position: absolute;
    width: 90%;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(255, 122, 26, 0.28) 0%, rgba(0, 114, 255, 0.2) 50%, transparent 75%);
    filter: blur(28px);
    z-index: 1;
    pointer-events: none;
  }

  .hero-mobile-frame {
    position: relative;
    z-index: 2;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    overflow: hidden;
    background: #0f172a;
    border: 2px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14), 0 4px 14px rgba(255, 122, 26, 0.1);
  }

  .hero-mobile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    transition: transform 0.4s ease;
  }

  .hero-mobile-badge {
    position: absolute;
    bottom: -10px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 16px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 9999px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
    font-size: 0.8rem;
    font-weight: 750;
    color: #111827;
    backdrop-filter: blur(10px);
    white-space: nowrap;
  }

  .hero-mobile-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.25);
  }

  /* Fully remove desktop right visual stage on mobile */
  .hero-right-column {
    display: none !important;
  }
}

/* ── Very small screens ───────────────── */
@media (max-width: 480px) {
  .hero-split-title { font-size: clamp(2rem, 9vw, 2.8rem) !important; }
  .hero-mobile-visual { max-width: 100%; }
}





.hero {
  position: relative;
  overflow: hidden;
  padding: 28px 0 70px;
}

.hero-bg {
  position: absolute;
  inset: 104px 0 0;
  background: var(--dark-gradient);
  clip-path: polygon(0 10%, 100% 0, 100% 86%, 0 100%);
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
  gap: 44px;
  align-items: center;
  min-height: 710px;
  padding-top: 44px;
}

.hero-copy {
  max-width: 650px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #a75500;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 99px;
  background: var(--accent);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(2.7rem, 6vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  color: var(--black);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.24rem;
  line-height: 1.2;
}

.hero-text {
  max-width: 620px;
  color: #4f5662;
  font-size: 1.14rem;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn-primary {
  color: #111318;
  background: var(--accent);
  box-shadow: 0 14px 35px rgba(255, 122, 26, 0.28);
}

.btn-ghost {
  color: var(--text);
  background: #fff;
  border: 1px solid var(--line);
}

.btn-dark {
  color: #fff;
  background: var(--dark-gradient);
}

.btn-light {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 34px 0 0;
}

.hero-stats div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(230, 232, 238, 0.9);
  border-radius: var(--radius);
  box-shadow: 0 16px 38px rgba(17, 19, 24, 0.07);
}

.hero-stats dt {
  color: var(--black);
  font-size: 1.55rem;
  font-weight: 900;
}

.hero-stats dd {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.hero-console {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.035));
  background-size: 36px 36px, 36px 36px, auto;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.hero-console::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: var(--radius);
  background: var(--accent);
  opacity: 0.8;
  transform: translate(12px, 12px);
}

.console-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  padding: 16px;
  color: #fff;
  border-radius: 7px;
  background: rgba(8, 9, 11, 0.72);
}

.console-top span {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.8rem;
  font-weight: 750;
}

.console-top strong {
  display: block;
  font-size: 1.15rem;
}

.status-pill {
  padding: 7px 10px;
  color: #111318;
  border-radius: 999px;
  background: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
}

.console-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.console-card {
  min-height: 168px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  color: #fff;
  background: rgba(8, 9, 11, 0.68);
}

.console-card.wide {
  grid-column: span 2;
}

.console-card.orange {
  color: #111318;
  background: var(--accent);
}

.console-card.dark {
  min-height: auto;
  background: rgba(255, 255, 255, 0.92);
  color: #111318;
}

.console-card-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.console-card span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.86rem;
  font-weight: 750;
}

.console-card.orange span,
.console-card.dark span {
  color: rgba(17, 19, 24, 0.66);
}

.console-card strong {
  display: block;
  margin-top: 8px;
  font-size: 2.2rem;
  line-height: 1;
}

.console-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 26px;
  color: var(--yellow);
}

.orange .console-icon {
  color: #111318;
}

.chart {
  width: 100%;
  height: 190px;
  margin-top: 14px;
}

.chart-area {
  opacity: 0.22;
  stroke: none;
}

.chart-line {
  fill: none;
  stroke-width: 7;
}

.stacked-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.stacked-row:last-child {
  border-bottom: 0;
}

.stacked-row b {
  color: #b95600;
}

.client-strip {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: rgba(246, 247, 249, 0.92);
}

.ticker {
  display: flex;
  justify-content: center;
  gap: 24px;
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0;
  color: #4a505b;
  font-size: 0.92rem;
  font-weight: 850;
  white-space: nowrap;
}

.ticker span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.ticker span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--orange);
}

.content-section,
.proof-section,
.testimonials,
.process-section {
  padding: 92px 0;
  content-visibility: auto;
  contain-intrinsic-size: 1px 700px;
}

.content-section {
  position: relative;
  margin-block: 0;
  padding: 92px 0;
  background: transparent;
  border-top: none;
  border-bottom: none;
  overflow: hidden;
}

.content-section::before {
  display: none;
}

/* Reusable gradient text */
.gradient-text {
  background: linear-gradient(135deg, var(--orange) 0%, var(--yellow) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/* Eyebrow Pill Badge styling */
.content-section .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(255, 122, 26, 0.08);
  border: 1px solid rgba(255, 122, 26, 0.15);
  border-radius: 99px;
  color: var(--orange);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

.content-section .eyebrow::before {
  display: none;
}

.pulse-dot {
  width: 6px;
  height: 6px;
  background-color: var(--orange);
  border-radius: 50%;
  position: relative;
  display: inline-block;
}

.pulse-dot::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid var(--orange);
  animation: pulse-ring 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  opacity: 0;
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.3);
    opacity: 0.8;
  }
  80%, 100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

/* Elevate shell content over mesh background */
.content-section > .section-shell {
  position: relative;
  z-index: 2;
}

.section-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.content-section .section-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.section-heading {
  max-width: 760px;
}

.section-heading p,
.proof-copy p,
.cta-section p {
  color: var(--muted);
}

.section-heading h2,
.proof-copy h2,
.cta-section h2 {
  max-width: 720px;
  margin-bottom: 20px;
  font-size: clamp(3.2rem, 5.2vw, 5rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow),
.proof-copy p:not(.eyebrow),
.cta-section p:not(.eyebrow) {
  max-width: 650px;
  margin-bottom: 0;
  color: #42506a;
  font-size: 1.06rem;
  line-height: 1.55;
}

.centered {
  margin-inline: 0;
  text-align: left;
}

.carousel-controls {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.carousel-controls button {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 122, 26, 0.15);
  border-radius: 50%;
  color: var(--text);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(17, 19, 24, 0.05);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.carousel-controls button:hover {
  background: var(--accent);
  color: #111318;
  border-color: transparent;
  transform: scale(1.08);
  box-shadow: 0 12px 28px rgba(255, 122, 26, 0.25);
}

.carousel-controls svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.carousel-controls button:hover[data-carousel-prev] svg,
.carousel-controls button:hover[data-video-prev] svg {
  transform: translateX(-2px);
}

.carousel-controls button:hover[data-carousel-next] svg,
.carousel-controls button:hover[data-video-next] svg {
  transform: translateX(2px);
}

.carousel-controls.light button {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.carousel-controls.light button:hover {
  color: #111318;
  background: var(--accent);
  border-color: transparent;
}

.card-carousel {
  display: grid;
  grid-auto-columns: calc((100% - 36px) / 3);
  grid-auto-flow: column;
  gap: 18px;
  overflow: visible; /* Prevents card clipping on top and bottom boundaries */
  overflow-x: auto; /* Handles horizontal scrolling */
  padding: 10px 4px 14px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}

.card-carousel::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}

.card-carousel > article {
  scroll-snap-align: start;
}

.service-card {
  position: relative;
  min-height: 410px;
  padding: 34px 28px;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(14, 17, 23, 0.98) 0%, rgba(22, 27, 38, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.45s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1),
              background 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1;
}

.testimonial-grid article {
  position: relative;
  min-height: 320px;
  padding: 36px 32px;
  overflow: hidden;
  border: 1.5px solid rgba(226, 232, 240, 0.9);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.testimonial-grid article:hover {
  border-color: rgba(255, 122, 26, 0.35);
  box-shadow: 0 28px 60px rgba(255, 122, 26, 0.15);
  transform: translateY(-6px);
}

/* Ambient Radial Glow Orb */
.card-glow-bg {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  opacity: 0.18;
  filter: blur(40px);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
              opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1),
              filter 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  z-index: -1;
}

.service-card:hover .card-glow-bg {
  opacity: 0.55;
  transform: scale(1.6) translate(-15px, 15px);
  filter: blur(30px);
}

.card-header-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.card-number {
  font-size: 0.95rem;
  font-weight: 850;
  letter-spacing: 1px;
  opacity: 0.35;
  color: #ffffff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.card-category {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

/* ----------------------------------------------------
   Per-Service Colorful Theme Variations
   ---------------------------------------------------- */

/* Theme 1: Electric Cyan/Blue (Web Development) */
.service-card.theme-blue {
  --accent-color: #00f2fe;
  --accent-gradient: linear-gradient(135deg, #00f2fe 0%, #4facfe 100%);
  --accent-glow: rgba(0, 242, 254, 0.35);
  --border-hover: rgba(0, 242, 254, 0.45);
}
.service-card.theme-blue .card-glow-bg {
  background: #00f2fe;
}
.service-card.theme-blue .card-category {
  color: #00f2fe;
}

/* Theme 2: Emerald / Mint (SEO Optimization) */
.service-card.theme-emerald {
  --accent-color: #10b981;
  --accent-gradient: linear-gradient(135deg, #34d399 0%, #059669 100%);
  --accent-glow: rgba(16, 185, 129, 0.35);
  --border-hover: rgba(16, 185, 129, 0.45);
}
.service-card.theme-emerald .card-glow-bg {
  background: #10b981;
}
.service-card.theme-emerald .card-category {
  color: #34d399;
}

/* Theme 3: Electric Pink / Purple (Social Media) */
.service-card.theme-pink {
  --accent-color: #ec4899;
  --accent-gradient: linear-gradient(135deg, #f43f5e 0%, #8b5cf6 100%);
  --accent-glow: rgba(236, 72, 153, 0.35);
  --border-hover: rgba(236, 72, 153, 0.45);
}
.service-card.theme-pink .card-glow-bg {
  background: #ec4899;
}
.service-card.theme-pink .card-category {
  color: #f472b6;
}

/* Theme 4: Sunburst Amber / Orange (GMB Optimization) */
.service-card.theme-amber {
  --accent-color: #ff7a1a;
  --accent-gradient: linear-gradient(135deg, #ffd21f 0%, #ff7a1a 100%);
  --accent-glow: rgba(255, 122, 26, 0.35);
  --border-hover: rgba(255, 122, 26, 0.45);
}
.service-card.theme-amber .card-glow-bg {
  background: #ff7a1a;
}
.service-card.theme-amber .card-category {
  color: #ffd21f;
}

/* Theme 5: Violet / Hot Magenta (Video Production) */
.service-card.theme-violet {
  --accent-color: #a855f7;
  --accent-gradient: linear-gradient(135deg, #c084fc 0%, #9333ea 100%);
  --accent-glow: rgba(168, 85, 247, 0.35);
  --border-hover: rgba(168, 85, 247, 0.45);
}
.service-card.theme-violet .card-glow-bg {
  background: #a855f7;
}
.service-card.theme-violet .card-category {
  color: #c084fc;
}

/* Hover Motion & Glowing Accent Shadows */
.service-card:hover {
  transform: translateY(-8px) scale(1.015);
  border-color: var(--border-hover);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1), 0 0 24px var(--accent-glow);
  background: linear-gradient(145deg, rgba(18, 22, 30, 0.99) 0%, rgba(28, 34, 48, 0.96) 100%);
}

.card-icon {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  color: var(--accent-color, var(--orange));
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              background 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              color 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-card:hover .card-icon {
  background: var(--accent-gradient);
  color: #08090b;
  border-color: transparent;
  box-shadow: 0 10px 24px var(--accent-glow);
  transform: scale(1.08) rotate(4deg);
}

.card-icon svg {
  width: 24px;
  height: 24px;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-card:hover .card-icon svg {
  transform: scale(1.1);
}

.service-card h3 {
  font-size: 1.42rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 12px;
  letter-spacing: -0.4px;
  line-height: 1.25;
  transition: color 0.3s ease;
}

.service-card:hover h3 {
  color: #ffffff;
}

.service-card p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.96rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 26px;
}

.learn-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: auto;
  padding: 11px 20px;
  border-radius: 12px;
  font-size: 0.88rem;
  font-weight: 800;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  line-height: 1;
}

.service-card:hover .learn-more-btn {
  background: var(--accent-gradient);
  color: #08090b !important;
  border-color: transparent;
  box-shadow: 0 8px 22px var(--accent-glow);
}

.learn-more-btn svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  stroke-width: 2.5px;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  fill: none;
}

.learn-more-btn:hover svg,
.service-card:hover .learn-more-btn svg {
  transform: translateX(4px);
}

/* Carousel Scroll Progress Tracker */
.carousel-progress-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px 0 14px;
}

.carousel-progress-track {
  width: 160px;
  height: 4px;
  background: rgba(226, 232, 240, 0.9);
  border-radius: 99px;
  overflow: hidden;
  position: relative;
}

.carousel-progress-bar {
  height: 100%;
  width: 40px;
  background: linear-gradient(90deg, #ffd21f 0%, #ff7a1a 50%, #ff4500 100%);
  border-radius: 99px;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 10px rgba(255, 122, 26, 0.6);
  transition: left 0.15s cubic-bezier(0.16, 1, 0.3, 1), width 0.15s cubic-bezier(0.16, 1, 0.3, 1);
}

.section-link {
  display: inline-flex;
  margin-top: 14px;
  color: #e66700;
  font-weight: 850;
  transition: color 0.3s ease;
}

.section-link:hover {
  color: #ff7a1a;
}

/* Process Section Bento Nodes */
.process-section {
  color: #08090b;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 210, 31, 0.08), transparent 30rem),
    #ffffff;
  padding: 90px 0;
}

.process-section h2,
.process-section .section-heading p {
  color: #08090b;
}

.process-card {
  min-height: 360px;
  padding: 34px 28px;
  border: 1.5px solid rgba(226, 232, 240, 0.9);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.05);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.process-card-orb {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  opacity: 0.16;
  filter: blur(35px);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.process-card:hover .process-card-orb {
  opacity: 0.45;
  transform: scale(1.4) translate(-10px, -10px);
}

.process-card::before {
  content: attr(data-step);
  position: absolute;
  right: 18px;
  bottom: 0;
  font-size: 6.8rem;
  font-weight: 950;
  color: rgba(15, 23, 42, 0.035);
  line-height: 1;
  pointer-events: none;
  transition: all 0.4s ease;
  z-index: 1;
  letter-spacing: -3px;
}

.process-step-badge {
  display: inline-flex;
  margin-bottom: 20px;
  font-size: 0.82rem;
  font-weight: 900;
  padding: 4px 14px;
  border-radius: 9999px;
  letter-spacing: 0.5px;
  z-index: 2;
  transition: all 0.3s ease;
}

.process-icon-box {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.process-icon-box svg {
  width: 24px;
  height: 24px;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.process-card h3 {
  font-size: 1.35rem;
  font-weight: 850;
  color: #08090b;
  margin-bottom: 12px;
  z-index: 2;
  transition: color 0.3s ease;
}

.process-card p {
  margin-bottom: 0;
  color: #475569;
  font-size: 0.94rem;
  line-height: 1.6;
  z-index: 2;
}

/* ----------------------------------------------------
   Per-Card Theme Color Variations for Process Section
   ---------------------------------------------------- */
/* Theme 1: Electric Blue / Cyan (01 Discovery) */
.process-card.theme-blue {
  --card-theme-glow: rgba(0, 114, 255, 0.16);
  --card-border-hover: rgba(0, 114, 255, 0.45);
  --card-theme-color: #0072ff;
}
.process-card.theme-blue .process-card-orb { background: #00f2fe; }
.process-card.theme-blue .process-step-badge {
  background: rgba(0, 242, 254, 0.12);
  border: 1px solid rgba(0, 114, 255, 0.28);
  color: #0072ff;
}
.process-card.theme-blue .process-icon-box {
  background: rgba(0, 242, 254, 0.12);
  border: 1px solid rgba(0, 114, 255, 0.28);
  color: #0072ff;
}
.process-card.theme-blue:hover .process-icon-box {
  background: linear-gradient(135deg, #00c6ff 0%, #0072ff 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 12px 28px rgba(0, 114, 255, 0.35);
  transform: rotate(5deg) scale(1.08);
}
.process-card.theme-blue:hover::before {
  color: rgba(0, 114, 255, 0.1);
}

/* Theme 2: Sunburst Amber / Sunset Orange (02 Strategy) */
.process-card.theme-amber {
  --card-theme-glow: rgba(255, 122, 26, 0.16);
  --card-border-hover: rgba(255, 122, 26, 0.45);
  --card-theme-color: #ff7a1a;
}
.process-card.theme-amber .process-card-orb { background: #ff7a1a; }
.process-card.theme-amber .process-step-badge {
  background: rgba(255, 210, 31, 0.14);
  border: 1px solid rgba(255, 122, 26, 0.28);
  color: #ff7a1a;
}
.process-card.theme-amber .process-icon-box {
  background: rgba(255, 210, 31, 0.14);
  border: 1px solid rgba(255, 122, 26, 0.28);
  color: #ff7a1a;
}
.process-card.theme-amber:hover .process-icon-box {
  background: linear-gradient(135deg, #ffd21f 0%, #ff7a1a 100%);
  color: #08090b;
  border-color: transparent;
  box-shadow: 0 12px 28px rgba(255, 122, 26, 0.35);
  transform: rotate(5deg) scale(1.08);
}
.process-card.theme-amber:hover::before {
  color: rgba(255, 122, 26, 0.1);
}

/* Theme 3: Mint Emerald (03 Execution) */
.process-card.theme-emerald {
  --card-theme-glow: rgba(16, 185, 129, 0.16);
  --card-border-hover: rgba(16, 185, 129, 0.45);
  --card-theme-color: #059669;
}
.process-card.theme-emerald .process-card-orb { background: #10b981; }
.process-card.theme-emerald .process-step-badge {
  background: rgba(16, 185, 129, 0.14);
  border: 1px solid rgba(16, 185, 129, 0.28);
  color: #059669;
}
.process-card.theme-emerald .process-icon-box {
  background: rgba(16, 185, 129, 0.14);
  border: 1px solid rgba(16, 185, 129, 0.28);
  color: #059669;
}
.process-card.theme-emerald:hover .process-icon-box {
  background: linear-gradient(135deg, #34d399 0%, #059669 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 12px 28px rgba(16, 185, 129, 0.35);
  transform: rotate(5deg) scale(1.08);
}
.process-card.theme-emerald:hover::before {
  color: rgba(16, 185, 129, 0.1);
}

/* Theme 4: Violet / Magenta (04 Optimize) */
.process-card.theme-violet {
  --card-theme-glow: rgba(168, 85, 247, 0.16);
  --card-border-hover: rgba(168, 85, 247, 0.45);
  --card-theme-color: #9333ea;
}
.process-card.theme-violet .process-card-orb { background: #a855f7; }
.process-card.theme-violet .process-step-badge {
  background: rgba(168, 85, 247, 0.14);
  border: 1px solid rgba(168, 85, 247, 0.28);
  color: #9333ea;
}
.process-card.theme-violet .process-icon-box {
  background: rgba(168, 85, 247, 0.14);
  border: 1px solid rgba(168, 85, 247, 0.28);
  color: #9333ea;
}
.process-card.theme-violet:hover .process-icon-box {
  background: linear-gradient(135deg, #c084fc 0%, #9333ea 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 12px 28px rgba(168, 85, 247, 0.35);
  transform: rotate(5deg) scale(1.08);
}
.process-card.theme-violet:hover::before {
  color: rgba(168, 85, 247, 0.1);
}

.process-card:hover {
  transform: translateY(-8px);
  border-color: var(--card-border-hover);
  box-shadow: 0 26px 55px var(--card-theme-glow);
}

/* Proof & Metrics Bento Section */
.proof-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 58px;
  align-items: center;
  position: relative;
  width: min(1160px, calc(100% - 40px));
  margin-block: 28px;
  padding: 84px 0;
}

.proof-panel {
  padding: 24px;
  border-radius: 32px;
  background: linear-gradient(145deg, #08090b 0%, #191b20 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 80px rgba(8, 9, 11, 0.3);
}

.proof-panel-head span {
  color: #ffd21f;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.proof-panel-head strong {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.92rem;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.proof-card {
  position: relative;
  min-height: 190px;
  padding: 26px;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  border: 1.5px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.proof-card-orb {
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  opacity: 0.18;
  filter: blur(30px);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.proof-card:hover .proof-card-orb {
  opacity: 0.45;
  transform: scale(1.4) translate(-10px, -10px);
}

.stat-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.stat-icon-box svg {
  width: 22px;
  height: 22px;
  margin: 0 !important;
}

.proof-card:hover .stat-icon-box {
  transform: scale(1.1) rotate(5deg);
}

.stat-number {
  display: block;
  font-size: 2.7rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 8px;
  transition: transform 0.3s ease;
}

.proof-card:hover .stat-number {
  transform: translateX(2px);
}

.stat-label {
  font-size: 0.92rem;
  font-weight: 750;
  color: #475569;
  line-height: 1.3;
}

/* Theme 1: Electric Blue / Cyan (Projects Completed) */
.proof-card.theme-blue {
  --card-theme-glow: rgba(0, 114, 255, 0.18);
  --card-border-hover: rgba(0, 114, 255, 0.45);
}
.proof-card.theme-blue .proof-card-orb { background: #00f2fe; }
.proof-card.theme-blue .stat-icon-box {
  background: rgba(0, 242, 254, 0.12);
  border: 1px solid rgba(0, 114, 255, 0.25);
  color: #0072ff;
}
.proof-card.theme-blue .stat-number {
  background: linear-gradient(135deg, #00c6ff 0%, #0072ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Theme 2: Sunburst Gold / Orange (Happy Clients) */
.proof-card.theme-amber {
  --card-theme-glow: rgba(255, 122, 26, 0.18);
  --card-border-hover: rgba(255, 122, 26, 0.45);
}
.proof-card.theme-amber .proof-card-orb { background: #ff7a1a; }
.proof-card.theme-amber .stat-icon-box {
  background: rgba(255, 210, 31, 0.14);
  border: 1px solid rgba(255, 122, 26, 0.25);
  color: #ff7a1a;
}
.proof-card.theme-amber .stat-number {
  background: linear-gradient(135deg, #ffd21f 0%, #ff7a1a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Theme 3: Mint Emerald (Years Experience) */
.proof-card.theme-emerald {
  --card-theme-glow: rgba(16, 185, 129, 0.18);
  --card-border-hover: rgba(16, 185, 129, 0.45);
}
.proof-card.theme-emerald .proof-card-orb { background: #10b981; }
.proof-card.theme-emerald .stat-icon-box {
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.25);
  color: #059669;
}
.proof-card.theme-emerald .stat-number {
  background: linear-gradient(135deg, #34d399 0%, #059669 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Theme 4: Violet / Hot Magenta (Average ROI Increase) */
.proof-card.theme-violet {
  --card-theme-glow: rgba(168, 85, 247, 0.18);
  --card-border-hover: rgba(168, 85, 247, 0.45);
}
.proof-card.theme-violet .proof-card-orb { background: #a855f7; }
.proof-card.theme-violet .stat-icon-box {
  background: rgba(168, 85, 247, 0.12);
  border: 1px solid rgba(168, 85, 247, 0.25);
  color: #9333ea;
}
.proof-card.theme-violet .stat-number {
  background: linear-gradient(135deg, #c084fc 0%, #9333ea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.proof-card:hover {
  transform: translateY(-8px);
  border-color: var(--card-border-hover);
  box-shadow: 0 24px 50px var(--card-theme-glow);
}

@media (max-width: 768px) {
  .proof-grid {
    display: grid;
    grid-template-columns: none !important;
    grid-auto-columns: minmax(220px, 75%) !important;
    grid-auto-flow: column !important;
    gap: 14px !important;
    overflow-x: auto !important;
    padding: 4px 2px 20px !important;
    scroll-behavior: smooth !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
  }

  .proof-grid::-webkit-scrollbar {
    display: none !important;
  }

  .proof-grid > div {
    scroll-snap-align: start !important;
  }
}

.testimonials {
  background: var(--soft);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.stars {
  display: flex;
  gap: 5px;
  margin-bottom: 18px;
}

.stars span {
  width: 16px;
  height: 16px;
  background: var(--accent);
  clip-path: polygon(50% 0, 61% 34%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 34%);
}

.testimonial-grid article p {
  color: #3b414b;
}

.person {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}

.person span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #111318;
  background: var(--accent);
  font-weight: 900;
}

.person small {
  display: block;
  color: var(--muted);
}

.video-testimonial-carousel {
  display: grid;
  grid-auto-columns: calc((100% - 54px) / 4);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  padding: 4px 2px 22px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.video-testimonial-carousel::-webkit-scrollbar {
  display: none;
}

.video-testimonial-card {
  scroll-snap-align: start;
  min-width: 0;
}

.video-frame {
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 1px solid rgba(8, 9, 11, 0.12);
  border-radius: var(--radius);
  background: var(--dark-gradient);
  box-shadow: 0 22px 55px rgba(17, 19, 24, 0.14);
}

.video-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.74));
  pointer-events: none;
}

.video-frame iframe,
.video-frame img,
.video-frame picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  display: block;
}

.video-frame img {
  transition: transform 0.4s ease;
}

.video-testimonial-card:hover .video-frame img {
  transform: scale(1.04);
}

.video-testimonial-card.is-playing .video-thumb,
.video-testimonial-card.is-playing picture {
  display: none;
}

.video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  color: #111318;
  background: var(--accent);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.video-play svg {
  width: 25px;
  height: 25px;
  margin-left: 3px;
  fill: currentColor;
  stroke: none;
}

.video-testimonial-card.is-playing .video-frame::after,
.video-testimonial-card.is-playing .video-play {
  display: none;
}

.video-label {
  display: grid;
  gap: 2px;
  margin-top: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.video-label strong {
  color: var(--black);
  font-size: 1rem;
}

.video-label span {
  color: #b95600;
  font-weight: 850;
}

.video-label small {
  color: var(--muted);
  font-weight: 700;
}

.cta-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  margin-block: 92px;
  padding: 64px;
  color: #fff;
  border-radius: 20px;
  background: radial-gradient(circle at 100% 100%, rgba(255, 122, 26, 0.15) 0%, transparent 60%), #0d0f14;
  border: 1px solid rgba(255, 122, 26, 0.15);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(255, 122, 26, 0.05);
}

.cta-section .eyebrow {
  color: var(--yellow) !important;
  font-size: 0.8rem;
  letter-spacing: 1.5px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.cta-section h2 {
  color: #fff !important;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

.cta-section p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 1.08rem;
  line-height: 1.6;
  max-width: 600px;
  margin-bottom: 0;
}

.cta-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-actions .btn {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 8px;
}

.cta-actions .btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(255, 122, 26, 0.45);
}

.cta-actions .btn-light {
  background: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
}

.cta-actions .btn-light:hover {
  background: #ffffff;
  color: #111318 !important;
  border-color: transparent;
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(255, 255, 255, 0.12);
}

.site-footer {
  color: rgba(255, 255, 255, 0.74);
  background: #08090b;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 34px;
  padding: 58px 0 34px;
}

.footer-brand,
.footer-grid h3 {
  display: inline-flex;
  margin-bottom: 16px;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
}

.footer-grid a {
  display: block;
  margin-bottom: 10px;
}

.social-links {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 7px;
  transition: all 0.3s ease;
}

.social-links a:hover {
  background: var(--accent);
  color: #111318;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 122, 26, 0.24);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  margin-left: 18px;
}

.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 7px;
  color: #111318;
  background: var(--accent);
  box-shadow: 0 14px 30px rgba(8, 9, 11, 0.2);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px) translateZ(0);
  transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1), transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
  backface-visibility: hidden;
}

.back-to-top svg {
  width: 20px;
  height: 20px;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) translateZ(0);
}

.reveal-section {
  opacity: 0;
  transform: translateY(32px) translateZ(0);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
  backface-visibility: hidden;
}

.reveal-section.is-visible {
  opacity: 1;
  transform: translateY(0) translateZ(0);
}

.reveal-section > * {
  transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-section.is-visible > * {
  transform: translateY(0) translateZ(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal-section {
    opacity: 1;
    transform: none;
  }

  .service-card,
  .process-card {
    position: relative !important;
    top: auto !important;
    transform: none !important;
    margin-bottom: 20px !important;
  }
}

@media (max-width: 960px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .site-nav {
    position: fixed;
    inset: 84px 20px auto;
    z-index: 70;
    padding: 16px;
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
  }

  body.nav-open .site-nav {
    display: grid;
  }

  body.nav-open .header-cta {
    position: fixed;
    inset: auto 36px 24px;
    z-index: 70;
    display: inline-flex;
  }

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

  .proof-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: stretch;
  }

  .proof-copy {
    max-width: 100%;
  }

  .hero-bg {
    inset: 42% 0 0;
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 100%);
  }

  .hero-inner {
    min-height: 0;
    gap: 34px;
    padding-top: 54px;
  }

  .card-carousel,
  .process-carousel {
    grid-auto-columns: calc((100% - 18px) / 2);
  }

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

  .video-testimonial-carousel {
    grid-auto-columns: calc((100% - 18px) / 2);
  }

  .cta-section {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .section-shell,
  .site-header,
  .ticker {
    width: min(100% - 28px, 1160px);
  }

  .brand img {
    width: 132px;
  }

  .hero {
    padding: 18px 0 52px;
  }

  .hero-inner {
    padding-top: 38px;
  }

  h1 {
    font-size: clamp(2.35rem, 14vw, 4rem);
  }

  .section-heading h2,
  .proof-copy h2,
  .cta-section h2 {
    font-size: clamp(2.45rem, 11vw, 3.6rem);
  }

  .hero-actions,
  .cta-actions {
    display: grid;
  }

  .btn,
  .header-cta {
    width: 100%;
    white-space: normal;
    text-align: center;
    height: auto;
    min-height: 46px;
    padding: 12px 24px;
    line-height: 1.3;
  }

  .hero-stats,
  .console-grid,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .proof-section {
    width: min(100% - 28px, 1160px);
    padding: 62px 0;
  }

  .proof-section::before {
    inset: 12px -14px;
  }

  .proof-panel-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .console-card.wide {
    grid-column: auto;
  }

  .chart {
    height: 150px;
  }

  .section-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .content-section .section-top {
    grid-template-columns: 1fr;
  }


  .card-carousel,
  .process-carousel {
    grid-auto-columns: minmax(260px, 86%);
  }

  .video-testimonial-carousel {
    grid-auto-columns: minmax(210px, 72%);
  }

  .ticker {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .content-section,
  .proof-section,
  .testimonials,
  .process-section {
    padding: 68px 0;
  }

  .cta-section {
    margin-block: 68px;
    padding: 28px;
  }

  .footer-bottom {
    display: grid;
  }

  .footer-bottom a {
    margin: 0 18px 0 0;
  }
}

/* Section Scroll Offsets */
section[id] {
  scroll-margin-top: 100px;
}

/* Reference-style top experience */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  width: min(1160px, calc(100% - 40px));
  margin: 16px auto 0;
  padding: 10px 16px 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(2, 5, 13, 0.75);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
  transition: all 0.3s ease;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: #fff;
}

.brand-logo-container {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
  padding: 3px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}

.logo-leaves {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1.5px;
  height: 12px;
  margin-bottom: 2px;
}

.leaf {
  border-radius: 50% 50% 0 50%;
  display: block;
}

.leaf-1 {
  width: 6px;
  height: 6px;
  background: #4ade80;
  transform: rotate(-75deg);
}

.leaf-2 {
  width: 8px;
  height: 8px;
  background: #22c55e;
  transform: rotate(-45deg) translateY(-2px);
}

.leaf-3 {
  width: 6px;
  height: 6px;
  background: #166534;
  transform: rotate(-15deg);
}

.logo-letters {
  font-family: 'Quicksand', sans-serif;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  display: flex;
  letter-spacing: -0.5px;
}

.letter-s {
  color: #334155;
}

.letter-r {
  color: var(--orange);
}

.brand-name {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 850;
  letter-spacing: -0.5px;
}

.site-nav {
  gap: 24px;
}

.site-nav a {
  padding: 6px 0;
  color: #94a3b8;
  background: transparent;
  font-size: 0.9rem;
  font-weight: 600;
  position: relative;
  transition: color 0.2s ease;
}

.site-nav a:hover {
  color: #ffffff;
}

.site-nav a[aria-current="page"] {
  color: var(--yellow);
  font-weight: 700;
}

.site-nav a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 18px;
}

.contact-btn-orange {
  background: var(--accent) !important;
  color: #111318 !important;
  border-radius: 9999px !important;
  font-weight: 850 !important;
  font-size: 0.88rem !important;
  padding: 10px 22px !important;
  min-height: 40px !important;
  box-shadow: 0 8px 24px rgba(255, 122, 26, 0.24) !important;
  transition: all 0.3s ease !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: none;
  border: none;
}

.contact-btn-orange:hover {
  background: linear-gradient(135deg, #ff7a1a, #ffd21f) !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(255, 122, 26, 0.38) !important;
}

.contact-btn-orange svg {
  display: block !important;
  width: 14px;
  height: 14px;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.5px !important;
  transition: transform 0.2s ease;
}

.contact-btn-orange:hover svg {
  transform: translate(2px, -2px);
}

.whatsapp-btn {
  background: #25d366 !important;
  color: #ffffff !important;
  border-radius: 9999px !important;
  font-weight: 850 !important;
  font-size: 0.88rem !important;
  padding: 10px 22px !important;
  min-height: 40px !important;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.24) !important;
  transition: all 0.3s ease !important;
  display: none !important; /* hidden by default on desktop */
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-transform: none;
  border: none;
}

.whatsapp-btn:hover {
  background: #20ba5a !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.38) !important;
}

.whatsapp-btn svg {
  display: block !important;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  fill: currentColor !important;
  transition: transform 0.2s ease;
}

.whatsapp-btn:hover svg {
  transform: scale(1.1);
}

/* ==========================================================================
   CENTERED HERO SECTION WITH CONNECTED BENTO NODE ECOSYSTEM (ADIYO INSPIRED)
   ========================================================================== */
.hero-centered-section {
  position: relative;
  padding: 130px 0 80px;
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 210, 31, 0.12), transparent 32rem),
    radial-gradient(circle at 85% 65%, rgba(255, 122, 26, 0.1), transparent 32rem),
    radial-gradient(circle at 15% 75%, rgba(255, 210, 31, 0.08), transparent 32rem),
    #ffffff;
  overflow: hidden;
}

.hero-ambient-lights {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-ambient-lights .light-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.6;
}

.orb-center {
  width: 400px;
  height: 400px;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 210, 31, 0.14);
}

.orb-left {
  width: 350px;
  height: 350px;
  top: 40%;
  left: 5%;
  background: rgba(255, 122, 26, 0.1);
}

.orb-right {
  width: 350px;
  height: 350px;
  top: 40%;
  right: 5%;
  background: rgba(255, 210, 31, 0.1);
}

.hero-centered-inner {
  position: relative;
  z-index: 5;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Centered Kicker Pill Badge */
.hero-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  border-radius: 9999px;
  background: rgba(255, 210, 31, 0.12);
  border: 1px solid rgba(255, 122, 26, 0.3);
  color: #e66700;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
  box-shadow: 0 4px 20px rgba(255, 122, 26, 0.15);
}

.hero-badge-pill .pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff7a1a;
  box-shadow: 0 0 10px #ff7a1a;
  display: inline-block;
  position: relative;
}

.hero-badge-pill .pulse-dot::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid #ff7a1a;
  animation: pulse-ring 1.8s infinite ease-out;
  opacity: 0.7;
}

/* Centered Headline */
.hero-centered-title {
  font-family: 'Quicksand', sans-serif;
  color: #08090b;
  font-size: clamp(2.8rem, 5.4vw, 4.6rem);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -1.5px;
  max-width: 920px;
  margin: 0 auto 20px;
}

.hero-centered-title mark.gradient-text {
  background: linear-gradient(135deg, #ffd21f 0%, #ff7a1a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
}

/* Centered Sub-headline */
.hero-centered-desc {
  color: #4b5563;
  font-size: clamp(1.05rem, 1.8vw, 1.22rem);
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto 34px;
  font-weight: 500;
}

/* Centered CTAs */
.hero-centered-ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 56px;
}

.btn-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 32px;
  border-radius: 9999px;
  font-size: 1rem;
  font-weight: 850;
  color: #08090b;
  background: linear-gradient(135deg, #ffd21f 0%, #ff7a1a 100%);
  box-shadow: 0 14px 35px rgba(255, 122, 26, 0.38);
  border: none;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.btn-hero-pill:hover {
  background: linear-gradient(135deg, #ff7a1a 0%, #e66700 100%);
  color: #ffffff;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 20px 45px rgba(255, 122, 26, 0.48);
}

.btn-hero-pill svg {
  width: 18px;
  height: 18px;
  transition: transform 0.25s ease;
}

.btn-hero-pill:hover svg {
  transform: translateX(4px);
}

.btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 9999px;
  font-size: 1rem;
  font-weight: 800;
  color: #1f2937;
  background: #ffffff;
  border: 1.5px solid rgba(255, 122, 26, 0.25);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-hero-secondary:hover {
  border-color: #ff7a1a;
  color: #ff7a1a;
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(255, 122, 26, 0.15);
}

/* ==========================================================================
   CONNECTED BENTO NODE ECOSYSTEM (MATCHING REFERENCE IMAGE)
   ========================================================================== */
.bento-node-ecosystem {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1.1fr 0.9fr 1.1fr;
  gap: 16px;
  align-items: center;
}

.bento-connector-svg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

.node-card {
  position: relative;
  z-index: 2;
  background: #ffffff;
  border: 1.5px solid rgba(226, 232, 240, 0.9);
  border-radius: 24px;
  padding: 22px 20px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07), 0 4px 12px rgba(15, 23, 42, 0.03);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.node-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 122, 26, 0.4);
  box-shadow: 0 28px 60px rgba(255, 122, 26, 0.15);
}

/* Node 1: Left Floating Channel Cluster */
.node-channel-cluster {
  border-radius: 32px;
  background: rgba(255, 248, 235, 0.75);
  border-color: rgba(255, 210, 31, 0.45);
  backdrop-filter: blur(14px);
  padding: 24px 18px;
}

.channel-icons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.channel-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.channel-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.channel-icon:hover {
  transform: scale(1.15) rotate(6deg);
}

/* Node 2: Win Rate Stat Card */
.node-stat-card {
  align-items: flex-start;
  text-align: left;
  gap: 8px;
}

.stat-badge-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 122, 26, 0.12);
  display: grid;
  place-items: center;
}

.stat-badge-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.stat-content strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 900;
  color: #0f172a;
  line-height: 1;
}

.stat-content small {
  display: block;
  font-size: 0.76rem;
  color: #64748b;
  margin-top: 4px;
  line-height: 1.35;
  font-weight: 600;
}

/* Node 3: Center Core Engine Hub */
.node-center-engine {
  border-radius: 36px;
  padding: 34px 24px;
  background: linear-gradient(145deg, #08090b 0%, #191b20 100%);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.3);
}

.engine-core-glow {
  position: absolute;
  inset: -10px;
  border-radius: 40px;
  background: radial-gradient(circle, rgba(255, 122, 26, 0.45), transparent 70%);
  filter: blur(20px);
  opacity: 0.6;
  z-index: -1;
  animation: coreGlowPulse 3.5s infinite ease-in-out alternate;
}

@keyframes coreGlowPulse {
  0% { opacity: 0.4; transform: scale(0.95); }
  100% { opacity: 0.8; transform: scale(1.05); }
}

.engine-symbol {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd21f 0%, #ff7a1a 100%);
  display: grid;
  place-items: center;
  color: #08090b;
  box-shadow: 0 10px 28px rgba(255, 122, 26, 0.4);
  margin-bottom: 12px;
}

.engine-symbol svg {
  width: 32px;
  height: 32px;
  animation: engineRotate 12s linear infinite;
}

@keyframes engineRotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.engine-label {
  font-size: 0.92rem;
  font-weight: 850;
  letter-spacing: 0.5px;
}

/* Node 4: Team Specialist Avatars */
.node-team-card {
  align-items: flex-start;
  text-align: left;
}

.team-title {
  font-size: 0.78rem;
  font-weight: 800;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.avatar-stack {
  display: flex;
  align-items: center;
}

.avatar-item {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 850;
  display: grid;
  place-items: center;
  margin-left: -10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

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

/* Node 5: Right Revenue Impact Card */
.node-revenue-card {
  align-items: flex-start;
  text-align: left;
}

.revenue-val {
  font-size: 1.95rem;
  font-weight: 900;
  color: #0f172a;
  line-height: 1;
  letter-spacing: -0.5px;
}

.node-revenue-card small {
  font-size: 0.76rem;
  color: #64748b;
  margin-top: 6px;
  line-height: 1.35;
  font-weight: 600;
}

/* Responsive Adaptations for Hero Bento Nodes */
@media (max-width: 960px) {
  .hero-centered-section {
    padding: 100px 0 60px;
  }

  .bento-node-ecosystem {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .bento-connector-svg {
    display: none;
  }

  .node-center-engine {
    grid-column: span 2;
  }
}

@media (max-width: 640px) {
  .hero-centered-ctas {
    flex-direction: column;
    width: 100%;
  }

  .btn-hero-pill,
  .btn-hero-secondary {
    width: 100%;
    justify-content: center;
  }

  .bento-node-ecosystem {
    grid-template-columns: 1fr;
  }

  .node-center-engine {
    grid-column: auto;
  }
}

/* Page Scroll Arrow Placement */
.hero .hero-scroll {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
  z-index: 10;
}

/* -------------------------------------------------------------------------- */
/* VECTOR VISUALS & GRAPHICS */
/* -------------------------------------------------------------------------- */

/* General entrance animation for visuals */
.hero-slide .slide-visual > div {
  opacity: 0;
  transform: scale(0.9) rotateY(15deg);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}

.hero-slide.active .slide-visual > div {
  opacity: 1;
  transform: scale(1) rotateY(0deg);
}

/* 1. Slide 1: Growth Dashboard Styling */
.growth-dashboard-graphic {
  width: min(460px, 95%);
  background: rgba(8, 9, 11, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  overflow: hidden;
  padding: 16px;
}

.dashboard-header {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 12px;
  margin-bottom: 16px;
}

.window-controls {
  display: flex;
  align-items: center;
  gap: 6px;
}

.live-tag {
  margin-left: auto;
  font-size: 0.68rem;
  font-weight: 850;
  color: #10b981;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.25);
  padding: 3px 8px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 0.5px;
}

.live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 8px #10b981;
}

.dashboard-footer-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.chip {
  font-size: 0.74rem;
  font-weight: 750;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 4px 10px;
  border-radius: 6px;
}

.chip.highlight {
  color: #ffd21f;
  background: rgba(255, 210, 31, 0.1);
  border-color: rgba(255, 210, 31, 0.25);
}

.roi-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--accent);
  color: #111318;
  font-size: 0.74rem;
  font-weight: 850;
  padding: 4px 10px;
  border-radius: 9999px;
  box-shadow: 0 6px 16px rgba(255, 122, 26, 0.3);
}

.status-pill.green {
  background: rgba(16, 185, 129, 0.18);
  border: 1px solid rgba(16, 185, 129, 0.3);
  color: #34d399;
}

.dashboard-header span[class^="dot-"] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.dot-red { background: #ff5f56; }
.dot-yellow { background: #ffbd2e; }
.dot-green { background: #27c93f; }

.panel-title {
  margin-left: 6px;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.chart-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 20px;
}

.stat-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  padding: 12px;
  transition: transform 0.3s ease;
}

.stat-box:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.05);
}

.stat-box small {
  display: block;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 4px;
}

.stat-box strong {
  display: block;
  font-size: 1.35rem;
  color: var(--yellow);
  font-weight: 800;
}

.stat-box:first-child strong {
  color: var(--orange);
}

.line-graph {
  position: relative;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 16px;
}

.graph-svg {
  width: 100%;
  height: auto;
  display: block;
}

/* Animated SVG path reveal */
.hero-slide.active .draw-line {
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation: drawGraphLine 2s cubic-bezier(0.25, 0.8, 0.25, 1) 0.5s forwards;
}

@keyframes drawGraphLine {
  to {
    stroke-dashoffset: 0;
  }
}

.graph-pulse {
  animation: graphNodePulse 2s infinite;
  transform-origin: center;
}

@keyframes graphNodePulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.7; }
  100% { transform: scale(1); opacity: 1; }
}

.bar-chart {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 52px;
  padding: 0 8px;
  border-top: 1px dashed rgba(255, 255, 255, 0.08);
}

.bar {
  width: 12%;
  height: 0%;
  background: linear-gradient(180deg, var(--yellow), rgba(255, 122, 26, 0.3));
  border-radius: 4px 4px 0 0;
  transition: height 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.8s;
}

.hero-slide.active .bar {
  height: var(--height);
}

/* 2. Slide 2: Social Feed Phone Mockup */
.social-feed-graphic {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Floating Glass Badges */
.floating-badge {
  position: absolute;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 9999px;
  background: rgba(14, 17, 23, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
  font-size: 0.78rem;
  font-weight: 800;
  color: #ffffff;
  pointer-events: none;
  animation: floatBadgeBounce 3.5s ease-in-out infinite alternate;
}

.floating-badge.badge-top-left {
  top: 15px;
  left: -20px;
}

.floating-badge.badge-top-right {
  top: 60px;
  right: -25px;
  animation-delay: 0.7s;
}

.floating-badge.badge-bottom-right {
  bottom: 25px;
  right: -15px;
  animation-delay: 1.4s;
}

@keyframes floatBadgeBounce {
  0% { transform: translateY(0); }
  100% { transform: translateY(-8px); }
}

.smartphone-frame {
  width: 270px;
  height: 500px;
  background: #090b10;
  border: 8px solid #202430;
  border-radius: 38px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6), inset 0 2px 8px rgba(255, 255, 255, 0.12);
  overflow: hidden;
  position: relative;
}

.phone-speaker {
  width: 50px;
  height: 5px;
  background: #282a35;
  border-radius: 10px;
  margin: 10px auto 4px;
}

.phone-screen {
  width: 100%;
  height: calc(100% - 19px);
  background: #151821;
  padding: 12px;
  overflow: hidden;
  position: relative;
}

.phone-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0 4px;
}

.phone-header .brand-title {
  font-size: 0.78rem;
  font-weight: 850;
  color: #ffffff;
}

.status-pill.pink {
  background: rgba(236, 72, 153, 0.18);
  border: 1px solid rgba(236, 72, 153, 0.35);
  color: #f472b6;
  font-size: 0.68rem;
  padding: 3px 8px;
  border-radius: 9999px;
  font-weight: 850;
}

.campaign-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 12px;
}

.c-stat {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 8px 10px;
}

.c-stat small {
  display: block;
  font-size: 0.66rem;
  color: rgba(255, 255, 255, 0.55);
}

.c-stat strong {
  display: block;
  font-size: 1.1rem;
  color: #ec4899;
  font-weight: 850;
}

.c-stat strong.green {
  color: #34d399;
}

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

.feed-post-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 10px;
}

.post-user {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.post-user .avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--accent);
}

.post-user .avatar.pink-gradient {
  background: linear-gradient(135deg, #f43f5e 0%, #8b5cf6 100%);
}

.post-user strong {
  display: block;
  font-size: 0.72rem;
  color: #fff;
}

.post-user small {
  display: block;
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.4);
}

.post-content-visual {
  height: 110px;
  background: linear-gradient(135deg, #1f1b2c 0%, #3b284c 100%);
  border-radius: 8px;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
}

.visual-accent {
  position: absolute;
  width: 80px;
  height: 80px;
  background: var(--accent);
  filter: blur(34px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: visualGlowPulse 4s infinite ease-in-out;
}

.visual-accent.pink-glow {
  background: linear-gradient(135deg, #ec4899 0%, #8b5cf6 100%);
}

.ad-creative-text {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  text-align: center;
}

.ad-creative-text span {
  font-size: 0.82rem;
  font-weight: 850;
  color: #ffffff;
  line-height: 1.3;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.roi-badge.pink {
  background: linear-gradient(135deg, #ec4899 0%, #8b5cf6 100%);
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(236, 72, 153, 0.4);
}

.post-shares {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 700;
}

@keyframes visualGlowPulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.6; }
  50% { transform: translate(-50%, -50%) scale(1.3); opacity: 0.9; }
}

.post-interactions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.7rem;
  padding: 0 4px;
}

.post-interactions svg {
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.likes-counter {
  display: flex;
  align-items: center;
  gap: 5px;
}

.heart-icon {
  animation: heartThrob 1.2s infinite;
}

@keyframes heartThrob {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.25); }
}

/* Floating emojis / reactions in SMM slide */
.reaction-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.particle {
  position: absolute;
  font-size: 1.15rem;
  opacity: 0;
  bottom: 44px;
}

.hero-slide.active .particle {
  animation: floatReaction 3s ease-in-out infinite;
}

.particle.heart-1 { left: 40px; animation-delay: 0.2s; }
.particle.thumb-2 { left: 90px; animation-delay: 0.8s; }
.particle.heart-3 { right: 50px; animation-delay: 1.4s; }
.particle.fire-4 { right: 80px; animation-delay: 2s; }

@keyframes floatReaction {
  0% {
    transform: translateY(0) scale(0.6);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    transform: translateY(-240px) scale(1.2);
    opacity: 0;
  }
}

/* 3. Slide 3: Impressive Web Workspace Styling */
.impressive-web-workspace {
  position: relative;
  width: min(440px, 95%);
  height: 340px;
  perspective: 1000px;
}

.workspace-pane {
  position: absolute;
  background: rgba(8, 9, 11, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.workspace-pane .pane-header {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  gap: 5px;
}

.workspace-pane .pane-header span[class^="dot-"] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.pane-code {
  width: 260px;
  height: 180px;
  top: 10px;
  left: 10px;
  z-index: 5;
  transform: rotateY(10deg) rotateX(5deg);
}

.pane-code .pane-tab {
  font-family: monospace;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 8px;
}

.code-content {
  padding: 12px;
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.72rem;
  line-height: 1.5;
  color: #abb2bf;
}

.code-line {
  white-space: nowrap;
}

/* Code Syntax Colors */
.c-keyword { color: #c678dd; }
.c-variable { color: #e06c75; }
.c-string { color: #98c379; }
.c-def { color: #61afef; }
.c-func { color: #d19a66; }
.c-key { color: #d19a66; }
.c-number { color: #d19a66; }

/* Browser Window Pane */
.pane-browser {
  width: 280px;
  height: 190px;
  bottom: 20px;
  right: 10px;
  z-index: 6;
  background: rgba(21, 24, 33, 0.88);
  transform: translateZ(20px) rotateY(-8deg);
}

.pane-browser .browser-address {
  margin-left: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 4px;
  font-size: 0.62rem;
  color: rgba(255, 255, 255, 0.4);
  padding: 1px 16px;
  text-align: center;
  flex-grow: 0.8;
}

.browser-web-preview {
  padding: 14px;
}

.preview-hero {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.preview-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--accent);
}

.preview-accent-line {
  flex-grow: 1;
  height: 6px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 3px;
}

.preview-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.preview-card {
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.01);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.preview-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  transform: translateX(-100%);
  animation: previewShimmer 2s infinite;
}

@keyframes previewShimmer {
  100% { transform: translateX(100%); }
}

/* Deploy Terminal Window Pane */
.pane-terminal {
  width: 240px;
  height: 115px;
  top: 90px;
  left: 70px;
  z-index: 7;
  transform: translateZ(40px) rotateX(8deg);
  background: rgba(4, 5, 8, 0.9);
}

.pane-terminal .pane-title {
  font-family: monospace;
  font-size: 0.64rem;
  color: #ffd21f;
  font-weight: 700;
}

.terminal-content {
  padding: 10px;
  font-family: monospace;
  font-size: 0.64rem;
  line-height: 1.6;
}

.term-line {
  white-space: nowrap;
}

.term-line.success { color: #27c93f; }
.term-line.info { color: #61afef; }
.term-line.warning { color: var(--orange); }

/* Floating Decorative Bubbles */
.floating-bubble {
  position: absolute;
  background: #08090b;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  padding: 4px 8px;
  font-family: monospace;
  font-size: 0.68rem;
  color: var(--yellow);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transform: scale(0.8);
  z-index: 10;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.hero-slide.active .floating-bubble {
  opacity: 0.9;
  transform: scale(1);
}

.bubble-html {
  top: 5px;
  right: 80px;
  color: var(--orange);
  transition-delay: 0.5s;
}

.bubble-css {
  bottom: 80px;
  left: 5px;
  color: #38bdf8;
  transition-delay: 0.7s;
}

.bubble-js {
  top: 85px;
  right: 5px;
  transition-delay: 0.9s;
}

/* Overlapping Hover Effects */
.impressive-web-workspace:hover .pane-code {
  transform: translate(-10px, -5px) rotateY(12deg) scale(1.02);
}

.impressive-web-workspace:hover .pane-browser {
  transform: translate(10px, 5px) rotateY(-10deg) scale(1.02);
}

.impressive-web-workspace:hover .pane-terminal {
  transform: translateZ(50px) translateY(-5px) scale(1.03);
}

/* Responsive Overrides for Hero Slider */
@media (max-width: 960px) {
  .hero-slider {
    height: auto !important;
    min-height: 100vh;
    display: flex !important;
    flex-direction: column !important;
  }

  .hero-slide.active {
    position: relative !important;
    inset: auto !important;
    height: auto !important;
    min-height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
  
  .slide-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 128px;
    padding-bottom: 80px;
    height: auto;
    align-content: center;
    flex: 1 0 auto;
  }
  
  .slide-content {
    max-width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .slide-visual {
    min-height: 320px;
    order: -1; /* Place graphics above text for mobile hierarchy */
  }

  .hero-slide h2 {
    font-size: clamp(2rem, 5.5vw, 2.8rem);
  }

  .hero-arrow {
    display: none; /* Hide arrows on tablets and mobile to preserve clean screen space */
  }
  
  .hero-dots {
    bottom: 24px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  
  .hero .hero-scroll {
    display: none;
  }
}

@media (max-width: 600px) {
  .slide-inner {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .slide-visual {
    min-height: 280px;
  }
  .smartphone-frame {
    width: 210px;
    height: 400px;
  }
  .post-content-visual {
    height: 80px;
  }
  .particle {
    font-size: 0.95rem;
  }
  .impressive-web-workspace {
    transform: scale(0.78);
    transform-origin: center center;
    margin: -30px 0;
  }
  .hero-slide .hero-line {
    overflow: visible !important;
  }
  .hero-slide .hero-line-inner {
    display: inline !important;
    transform: none !important;
    animation: none !important;
  }
}

@media (max-width: 380px) {
  .slide-visual {
    min-height: 230px;
  }
  .impressive-web-workspace {
    transform: scale(0.62);
    transform-origin: center center;
    margin: -45px 0;
  }
  .smartphone-frame {
    width: 190px;
    height: 360px;
  }
}

.hero-scroll svg {
  width: 23px;
  height: 23px;
}

@media (max-width: 960px) {
  .hero-center {
    padding-inline: 22px;
  }
}

@media (max-width: 640px) {
  .site-header {
    width: min(100% - 28px, 1160px);
  }

  .brand-name {
    font-size: 1rem;
  }

  .hero-center {
    min-height: auto;
    padding: 120px 16px 48px;
  }

  .hero-center h1 {
    font-size: clamp(2rem, 9.8vw, 3.25rem);
    line-height: 1.2;
    margin-bottom: 16px;
  }

  .hero-line {
    white-space: normal;
    display: block;
  }

  .hero-center p:not(.hero-kicker) {
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .hero-scroll {
    margin-top: 48px;
  }
}

@media (max-width: 960px) {
  .site-header {
    position: fixed;
    left: 14px;
    right: 14px;
    top: 12px;
    width: auto;
    grid-template-columns: auto 44px;
    gap: 14px;
    padding: 12px 12px 12px 14px;
  }

  .nav-toggle {
    position: relative;
    z-index: 92;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
  }

  .nav-toggle span {
    grid-area: 1 / 1;
    margin: 0;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  }

  .nav-toggle span:nth-child(1) {
    transform: translateY(-6px);
  }

  .nav-toggle span:nth-child(2) {
    transform: none;
  }

  .nav-toggle span:nth-child(3) {
    transform: translateY(6px);
  }

  body.nav-open .nav-toggle span:nth-child(1) {
    transform: rotate(45deg);
  }

  body.nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }

  body.nav-open .nav-toggle span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .site-nav {
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    max-width: 100% !important;
    justify-self: stretch !important;
    top: calc(100% + 8px);
    z-index: 88;
    display: grid;
    gap: 4px;
    padding: 14px 14px 72px 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(8, 10, 16, 0.98);
    backdrop-filter: blur(24px);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    grid-column: 1 / -1;
  }

  body.nav-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a,
  body.nav-open .site-nav a {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    font-weight: 600;
    background: transparent;
  }

  .site-nav a:hover,
  .site-nav a[aria-current="page"] {
    color: var(--yellow) !important;
    background: rgba(255, 210, 31, 0.1) !important;
  }

  .site-nav a:first-child::after {
    display: none;
  }

  .header-actions {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    top: auto;
    z-index: 89;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
    gap: 10px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    grid-column: 1 / -1;
  }

  body.nav-open .header-actions {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .login-link {
    display: none;
  }

  .header-actions .header-cta,
  body.nav-open .header-actions .header-cta,
  body.nav-open .header-actions .whatsapp-btn {
    position: static;
    flex: 1 1 0%;
    width: auto;
    min-height: 42px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 12px !important;
    font-size: 0.85rem !important;
    border-radius: 9999px !important;
  }

  body.nav-open .header-actions .whatsapp-btn {
    display: inline-flex !important;
  }
}

@media (max-width: 640px) {
  .site-header {
    left: 10px;
    right: 10px;
    width: auto;
  }
}

/* ==========================================================================
   Contact & About Page Ultra-Minimalistic & Modern Styling (Light Theme)
   ========================================================================== */
body.contact-page-body,
body.about-page-body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 210, 31, 0.14), transparent 26rem),
    radial-gradient(circle at 92% 8%, rgba(255, 122, 26, 0.12), transparent 28rem),
    var(--page);
  color: var(--text);
}

body.contact-page-body .site-footer,
body.about-page-body .site-footer {
  border-top: 1px solid var(--line);
}

/* ==========================================================================
   About Page Specific Modern Styling
   ========================================================================== */
.about-main {
  padding: 140px 0 92px;
  position: relative;
  z-index: 1;
}

.about-hero {
  padding: 60px 0 40px;
  text-align: center;
}

.about-hero-copy {
  max-width: 820px;
  margin: 0 auto;
}

.about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: #a75500;
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.about-kicker::before {
  content: "";
  width: 24px;
  height: 3px;
  border-radius: 99px;
  background: var(--accent);
}

.about-hero-copy h1 {
  margin: 0 0 24px;
  color: var(--black);
  font-family: 'Quicksand', sans-serif;
  font-size: clamp(2rem, 4.2vw, 3.5rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1px;
}

/* ==========================================================================
   State-of-the-Art High-Contrast Obsidian Bento CTA Card
   ========================================================================== */
.cta-section {
  margin-block: 64px;
  padding: 60px 52px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 88% 15%, rgba(255, 210, 31, 0.16) 0%, transparent 30rem),
    radial-gradient(circle at 12% 85%, rgba(255, 122, 26, 0.14) 0%, transparent 30rem),
    linear-gradient(145deg, #090a0f 0%, #161822 100%);
  border: 1.5px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 30px 80px rgba(8, 9, 11, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 38px;
  position: relative;
  overflow: hidden;
}

.cta-content {
  max-width: 580px;
  position: relative;
  z-index: 2;
}

.cta-kicker-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 9999px;
  background: rgba(255, 210, 31, 0.12);
  border: 1px solid rgba(255, 210, 31, 0.3);
  color: #ffd21f;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.cta-kicker-tag .spark-icon {
  width: 14px;
  height: 14px;
  color: #ffd21f;
}

.cta-section h2 {
  color: #ffffff !important;
  font-size: clamp(2.1rem, 4.2vw, 3.2rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

.cta-highlight-gradient {
  background: linear-gradient(135deg, #ffd21f 0%, #ff7a1a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta-section p {
  color: rgba(241, 245, 249, 0.9) !important;
  font-size: 1.06rem;
  line-height: 1.6;
  margin-bottom: 0;
  font-weight: 500;
}

.cta-trust-bar {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 26px;
  flex-wrap: wrap;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: #e2e8f0;
  font-weight: 650;
}

.trust-pill .green-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 10px #10b981;
}

.trust-pill .star-icon {
  width: 15px;
  height: 15px;
  color: #ffd21f;
}

.cta-action-console {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-shrink: 0;
  min-width: 240px;
  position: relative;
  z-index: 2;
}

.cta-main-btn {
  height: 54px;
  padding: 0 30px;
  border-radius: 9999px;
  background: linear-gradient(135deg, #ffd21f 0%, #ff7a1a 100%);
  color: #08090b !important;
  font-weight: 850;
  font-size: 0.98rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 14px 35px rgba(255, 122, 26, 0.38);
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.cta-main-btn:hover {
  background: linear-gradient(135deg, #ff7a1a 0%, #e66700 100%);
  color: #ffffff !important;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 20px 45px rgba(255, 122, 26, 0.48);
}

.cta-main-btn svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.cta-main-btn:hover svg {
  transform: translateX(4px);
}

.cta-phone-btn {
  height: 52px;
  padding: 0 24px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
  font-weight: 750;
  font-size: 0.94rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.cta-phone-btn:hover {
  background: #ffffff;
  color: #08090b !important;
  border-color: transparent;
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(255, 255, 255, 0.2);
}

.cta-phone-btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
}

@media (max-width: 960px) {
  .cta-section {
    flex-direction: column;
    text-align: center;
    padding: 40px 24px;
    gap: 28px;
  }
  
  .cta-content {
    align-items: center;
  }
  
  .cta-trust-bar {
    justify-content: center;
  }
  
  .cta-action-console {
    width: 100%;
    min-width: unset;
  }
}

.about-desc {
  margin: 0 auto;
  color: #4f5664;
  font-size: 1.15rem;
  line-height: 1.65;
  max-width: 740px;
}

.mission-vision-section {
  padding-block: 60px;
}

.mission-vision-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.mission-card,
.vision-card {
  position: relative;
  padding: 42px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(230, 232, 238, 0.9);
  box-shadow: 0 12px 34px rgba(17, 19, 24, 0.04);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mission-card:hover,
.vision-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 122, 26, 0.28);
  box-shadow: 0 20px 48px rgba(255, 122, 26, 0.08);
}

.card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.mission-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 210, 31, 0.06), rgba(255, 122, 26, 0.06));
  border: 1px solid rgba(255, 122, 26, 0.16);
  color: var(--orange);
}

.mission-card:hover .mission-icon,
.vision-card:hover .mission-icon {
  background: var(--accent);
  color: #111318;
  border-color: transparent;
}

.mission-icon svg {
  width: 20px;
  height: 20px;
}

.card-header h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--black);
}

.mission-card p,
.vision-card p {
  margin: 0;
  color: #4f5664;
  font-size: 1.02rem;
  line-height: 1.6;
}

.values-section {
  padding-block: 84px;
  border-top: 1px solid var(--line);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 42px;
}

.value-card {
  padding: 32px 24px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(230, 232, 238, 0.7);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.value-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 122, 26, 0.22);
  box-shadow: 0 16px 36px rgba(17, 19, 24, 0.05);
}

.value-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border-radius: 8px;
  color: var(--orange);
  background: linear-gradient(135deg, rgba(255, 210, 31, 0.05), rgba(255, 122, 26, 0.05));
  border: 1px solid rgba(255, 122, 26, 0.12);
  transition: all 0.4s ease;
}

.value-card:hover .value-icon {
  background: var(--accent);
  color: #111318;
  border-color: transparent;
}

.value-icon svg {
  width: 18px;
  height: 18px;
}

.value-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 12px;
}

.value-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

@media (max-width: 960px) {
  .values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .mission-vision-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .mission-card,
  .vision-card {
    padding: 32px;
  }
}

@media (max-width: 640px) {
  .values-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .value-card {
    padding: 28px 20px;
  }
}

/* Background Blobs */
.blob-container {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
}

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.14;
  animation: blob-drift 24s infinite alternate ease-in-out;
}

.blob-1 {
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(255, 210, 31, 0.4) 0%, transparent 80%);
  left: -8%;
  top: 15%;
}

.blob-2 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 122, 26, 0.3) 0%, transparent 80%);
  right: -8%;
  bottom: 12%;
  animation-delay: -8s;
}

@keyframes blob-drift {
  0% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  100% {
    transform: translate(80px, 60px) scale(1.15) rotate(45deg);
  }
}

/* Contact Main Layout */
.contact-main {
  padding: 140px 0 92px;
  position: relative;
  z-index: 1;
}

.contact-section-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 68px;
  align-items: start;
}

/* Left Column - Info Panel */
.contact-info-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: #a75500;
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.contact-kicker::before {
  content: "";
  width: 24px;
  height: 3px;
  border-radius: 99px;
  background: var(--accent);
}

.contact-info-panel h1 {
  margin: 0 0 20px;
  color: var(--black);
  font-size: clamp(2.5rem, 4.8vw, 4rem);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -1px;
}

.contact-info-panel h1 mark {
  color: var(--orange);
  background: transparent;
}

.contact-desc {
  margin: 0 0 40px;
  color: #4f5664;
  font-size: 1.04rem;
  line-height: 1.6;
  max-width: 580px;
}

/* Contact capsules */
.quick-contact-methods {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  max-width: 520px;
  margin-bottom: 34px;
}

.method-capsule {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px 20px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid rgba(230, 232, 238, 0.9);
  box-shadow: 0 10px 24px rgba(17, 19, 24, 0.03);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
}

a.method-capsule:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 122, 26, 0.28);
  box-shadow: 0 12px 30px rgba(255, 122, 26, 0.08);
}

.capsule-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 210, 31, 0.06), rgba(255, 122, 26, 0.06));
  border: 1px solid rgba(255, 122, 26, 0.16);
  color: var(--orange);
  transition: all 0.4s ease;
}

a.method-capsule:hover .capsule-icon {
  background: linear-gradient(135deg, rgba(255, 210, 31, 0.12), rgba(255, 122, 26, 0.12));
  border-color: rgba(255, 122, 26, 0.35);
  color: var(--orange);
  transform: rotate(5deg) scale(1.05);
}

.capsule-icon svg {
  width: 20px;
  height: 20px;
}

.capsule-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.capsule-text span {
  font-size: 0.76rem;
  color: var(--muted);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.capsule-text strong {
  font-size: 1rem;
  color: var(--black);
  font-weight: 600;
  transition: color 0.3s ease;
}

a.method-capsule:hover .capsule-text strong {
  color: var(--orange);
}

/* Live Tracker Pulse */
.live-tracker {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 9999px;
  background: rgba(34, 197, 94, 0.05);
  border: 1px solid rgba(34, 197, 94, 0.16);
  font-size: 0.82rem;
  color: #065f46;
}

.live-dot {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  position: relative;
}

.live-dot::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid #22c55e;
  animation: pulse-dot 1.8s infinite ease-in-out;
  opacity: 0.8;
}

@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
    opacity: 0.8;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}

/* Right Column - Map Wrapper styling */
.contact-map-wrapper {
  margin-top: 24px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(230, 232, 238, 0.9);
  box-shadow: 0 20px 50px rgba(17, 19, 24, 0.05);
  height: 280px;
  background: #ffffff;
  transition: all 0.3s ease;
}

.contact-map-wrapper:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 122, 26, 0.25);
  box-shadow: 0 24px 60px rgba(255, 122, 26, 0.08);
}

.contact-map-wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/* Right Column - Premium Clean Form Card */
/* Right Column - Premium Clean Form Card */
.glass-contact-form {
  padding: 44px 38px;
  border-radius: 28px;
  background: #ffffff;
  border: 1.5px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  gap: 26px;
  position: relative;
  overflow: visible;
}

.glass-contact-form h2 {
  font-size: 1.85rem;
  font-weight: 850;
  color: #08090b;
  margin: 0;
  letter-spacing: -0.5px;
}

.glass-contact-form h2 + p {
  margin: -14px 0 6px 0;
  color: #475569;
  font-size: 0.96rem;
  line-height: 1.5;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 18px;
}

/* Input Fields with High-End In-Border Floating Labels */
.input-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}

.input-wrapper.full-width {
  grid-column: span 2;
}

.input-wrapper input {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  font-size: 0.94rem;
  font-family: inherit;
  color: #08090b;
  background: #f8fafc;
  border: 1.5px solid rgba(203, 213, 225, 0.8);
  border-radius: 12px;
  outline: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.input-wrapper textarea {
  width: 100%;
  padding: 16px;
  font-size: 0.94rem;
  font-family: inherit;
  color: #08090b;
  background: #f8fafc;
  border: 1.5px solid rgba(203, 213, 225, 0.8);
  border-radius: 14px;
  outline: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.input-wrapper label {
  position: absolute;
  left: 14px;
  top: 15px;
  font-size: 0.92rem;
  color: #64748b;
  pointer-events: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: left center;
  background: transparent;
  padding: 0 4px;
  border-radius: 4px;
  z-index: 5;
  line-height: 1;
}

.input-wrapper input:focus,
.input-wrapper textarea:focus {
  border-color: #ff7a1a;
  box-shadow: 0 0 0 4px rgba(255, 122, 26, 0.12);
  background: #ffffff;
}

/* In-Border Floating Pill Label Animation */
.input-wrapper input:not([type="hidden"]):focus ~ label,
.input-wrapper input:not([type="hidden"]):not(:placeholder-shown) ~ label,
.input-wrapper textarea:focus ~ label,
.input-wrapper textarea:not(:placeholder-shown) ~ label {
  transform: translateY(-23px) scale(0.82);
  background: #ffffff;
  color: #ff7a1a;
  font-weight: 750;
}

/* ==========================================================================
   Custom Modern UI Select Dropdown Component
   ========================================================================== */
.custom-select-wrapper {
  position: relative;
  width: 100%;
}

.custom-select-trigger {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  font-size: 0.94rem;
  font-family: inherit;
  color: #08090b;
  background: #f8fafc;
  border: 1.5px solid rgba(203, 213, 225, 0.8);
  border-radius: 12px;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  text-align: left;
}

.custom-select-wrapper:hover .custom-select-trigger {
  border-color: rgba(255, 122, 26, 0.4);
  background: #ffffff;
}

.custom-select-wrapper.open .custom-select-trigger {
  border-color: #ff7a1a;
  box-shadow: 0 0 0 4px rgba(255, 122, 26, 0.12);
  background: #ffffff;
}

.custom-select-label {
  position: absolute;
  left: 14px;
  top: 16px;
  font-size: 0.92rem;
  color: #64748b;
  pointer-events: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: left center;
  background: transparent;
  padding: 0 4px;
  border-radius: 4px;
  z-index: 5;
  line-height: 1;
}

.custom-select-wrapper.selected .custom-select-label,
.custom-select-wrapper.open .custom-select-label {
  transform: translateY(-24px) scale(0.82) !important;
  background: #ffffff !important;
  color: #ff7a1a !important;
  font-weight: 750 !important;
}

.custom-select-trigger .trigger-label {
  font-size: 0.94rem;
  font-weight: 600;
  color: #08090b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
}

.custom-select-trigger .chevron-icon {
  width: 18px;
  height: 18px;
  color: #64748b;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
}

.custom-select-wrapper.open .chevron-icon {
  transform: rotate(180deg);
  color: #ff7a1a;
}

/* Floating Glass Dropdown Menu */
.custom-select-options {
  position: absolute !important;
  top: calc(100% + 8px) !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9999 !important;
  background: #ffffff !important;
  border: 1.5px solid rgba(226, 232, 240, 0.95) !important;
  border-radius: 20px !important;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18), 0 6px 20px rgba(15, 23, 42, 0.06) !important;
  padding: 8px !important;
  display: none !important;
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  flex-direction: column;
  gap: 4px;
}

.custom-select-wrapper.open .custom-select-options {
  display: flex !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

.custom-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: transparent;
}

.custom-option:hover {
  background: rgba(255, 210, 31, 0.12);
}

.custom-option.active {
  background: rgba(255, 122, 26, 0.12);
}

.option-text {
  font-size: 0.94rem;
  font-weight: 600;
  color: #08090b;
  transition: color 0.2s ease;
}

.custom-option:hover .option-text,
.custom-option.active .option-text {
  color: #ff7a1a;
  font-weight: 750;
}

.custom-option .check-icon {
  width: 16px;
  height: 16px;
  color: #ff7a1a;
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.2s ease;
}

.custom-option.active .check-icon {
  opacity: 1;
  transform: scale(1);
}

/* Premium Animated Submit Button */
.submit-btn {
  width: 100%;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 32px;
  border-radius: 9999px;
  border: none;
  font-weight: 850;
  font-size: 0.98rem;
  color: #08090b;
  background: linear-gradient(135deg, #ffd21f 0%, #ff7a1a 100%);
  box-shadow: 0 14px 35px rgba(255, 122, 26, 0.35);
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.submit-btn:hover {
  background: linear-gradient(135deg, #ff7a1a 0%, #e66700 100%);
  color: #ffffff;
  transform: translateY(-3px) scale(1.015);
  box-shadow: 0 20px 45px rgba(255, 122, 26, 0.48);
}

.submit-btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5px;
  transition: transform 0.3s ease;
}

.submit-btn:hover svg {
  transform: translate(3px, -3px) scale(1.1);
}

/* ==========================================================================
   Responsive Adaptations for Contact Page
   ========================================================================== */
@media (max-width: 960px) {
  .contact-section-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  
  .contact-info-panel {
    align-items: center;
    text-align: center;
  }
  
  .contact-kicker {
    justify-content: center;
  }
  
  .contact-desc {
    margin-inline: auto;
  }
  
  .quick-contact-methods {
    margin-inline: auto;
  }
  
  .live-tracker {
    margin-inline: auto;
  }
  
  .glass-contact-form {
    padding: 34px;
  }
}

@media (max-width: 640px) {
  .contact-main {
    padding: 110px 0 68px;
  }
  
  .contact-info-panel h1 {
    font-size: clamp(2.1rem, 10vw, 3rem);
  }
  
  .form-grid {
    grid-template-columns: 1fr;
  }
  
  .input-wrapper.full-width {
    grid-column: auto;
  }
  
  .glass-contact-form {
    padding: 28px 20px;
    gap: 20px;
  }
  
  .glass-contact-form h2 {
    font-size: 1.5rem;
  }
}

/* ==========================================================================
   Complete Mobile Optimization & Touch-Friendly Responsiveness
   ========================================================================== */

/* Universal Overflow Prevention */
html, body {
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100vw !important;
}

/* Tablet & Mobile Layout Adaptations (max-width: 960px) */
@media (max-width: 960px) {
  .section-shell {
    width: 100% !important;
    padding-inline: 18px !important;
  }

  /* Consistent Section Rhythm */
  .modern-split-hero {
    padding: 96px 0 38px !important;
  }

  .content-section,
  .proof-section,
  .testimonials,
  .process-section {
    padding: 52px 0 !important;
  }

  .about-main,
  .contact-main {
    padding: 96px 0 46px !important;
  }

  .site-footer {
    padding: 48px 0 24px !important;
  }

  .cta-section {
    flex-direction: column !important;
    text-align: center !important;
    padding: 40px 22px !important;
    gap: 24px !important;
  }

  .cta-content {
    max-width: 100% !important;
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .cta-trust-bar {
    justify-content: center !important;
  }

  .cta-action-console {
    width: 100% !important;
    min-width: unset !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
  }

  .cta-main-btn,
  .cta-phone-btn {
    width: 100% !important;
    justify-content: center !important;
  }
}

/* Mobile Devices (max-width: 640px) */
@media (max-width: 640px) {
  .section-shell {
    padding-inline: 16px !important;
  }

  /* Compact Hero Flow */
  .modern-split-hero {
    padding: 88px 0 32px !important;
  }

  .hero-left-column {
    padding-bottom: 0 !important;
  }

  .hero-kicker-badge {
    margin-bottom: 10px !important;
  }

  .hero-mobile-visual {
    margin: 6px auto 18px !important;
  }

  .hero-split-title {
    margin-bottom: 12px !important;
  }

  .hero-split-desc {
    margin-bottom: 20px !important;
    font-size: 0.95rem !important;
    line-height: 1.55 !important;
  }

  .hero-split-actions {
    gap: 10px !important;
    margin-bottom: 22px !important;
  }

  .hero-social-proof {
    gap: 10px !important;
  }

  /* Typography Scaling */
  h1 {
    font-size: clamp(1.9rem, 8.5vw, 2.5rem) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.5px !important;
  }

  h2 {
    font-size: clamp(1.55rem, 6.8vw, 1.95rem) !important;
    line-height: 1.2 !important;
    letter-spacing: -0.5px !important;
  }

  .section-heading h2,
  .proof-copy h2 {
    margin-bottom: 10px !important;
  }

  .eyebrow {
    font-size: 0.74rem !important;
    letter-spacing: 0.8px !important;
    margin-bottom: 6px !important;
  }

  .section-top {
    margin-bottom: 18px !important;
    gap: 10px !important;
  }

  /* Strip & Ticker */
  .client-strip {
    padding: 10px 0 !important;
  }

  .ticker {
    gap: 16px !important;
  }

  /* Overlapping Stacking Cards on Mobile (Services & Process) */
  .carousel-controls,
  .carousel-progress-wrapper {
    display: none !important;
  }

  .content-section,
  .process-section {
    content-visibility: visible !important;
    contain: none !important;
    overflow: visible !important;
  }

  .card-carousel,
  .process-carousel {
    display: flex !important;
    flex-direction: column !important;
    overflow: visible !important;
    overflow-x: visible !important;
    scroll-snap-type: none !important;
    gap: 0 !important;
    padding: 10px 0 40px !important;
    position: relative !important;
  }

  .service-card,
  .process-card {
    position: -webkit-sticky !important;
    position: sticky !important;
    width: 100% !important;
    min-height: 290px !important;
    margin-bottom: 72px !important;
    padding: 26px 20px !important;
    border-radius: 24px !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-top: 5px solid var(--accent-color, #ff7a1a) !important;
    box-shadow: 0 -8px 25px rgba(0, 0, 0, 0.35), 0 24px 60px rgba(0, 0, 0, 0.45) !important;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
  }

  .service-card:last-child,
  .process-card:last-child {
    margin-bottom: 16px !important;
  }

  /* Themes with rich opaque background + colored top tab bar */
  .service-card.theme-blue, .process-card.theme-blue {
    background: linear-gradient(160deg, #0d1e34 0%, #0f1726 100%) !important;
    --accent-color: #00c6ff;
  }
  .service-card.theme-emerald, .process-card.theme-emerald {
    background: linear-gradient(160deg, #08261e 0%, #0a1b15 100%) !important;
    --accent-color: #10b981;
  }
  .service-card.theme-pink, .process-card.theme-pink {
    background: linear-gradient(160deg, #2b0e23 0%, #1e0d19 100%) !important;
    --accent-color: #ec4899;
  }
  .service-card.theme-amber, .process-card.theme-amber {
    background: linear-gradient(160deg, #2c1708 0%, #1e1208 100%) !important;
    --accent-color: #ff7a1a;
  }
  .service-card.theme-violet, .process-card.theme-violet {
    background: linear-gradient(160deg, #1f0f35 0%, #150a25 100%) !important;
    --accent-color: #a855f7;
  }

  /* Progressive sticky stacking offsets (creates the layered top tab edges) */
  .service-card:nth-child(1), .process-card:nth-child(1) { top: 72px !important; z-index: 1 !important; }
  .service-card:nth-child(2), .process-card:nth-child(2) { top: 88px !important; z-index: 2 !important; }
  .service-card:nth-child(3), .process-card:nth-child(3) { top: 104px !important; z-index: 3 !important; }
  .service-card:nth-child(4), .process-card:nth-child(4) { top: 120px !important; z-index: 4 !important; }
  .service-card:nth-child(5), .process-card:nth-child(5) { top: 136px !important; z-index: 5 !important; }
  .service-card:nth-child(6), .process-card:nth-child(6) { top: 152px !important; z-index: 6 !important; }

  /* High-Contrast Typography & Visuals on Mobile Dark Cards */
  .service-card h3,
  .process-card h3 {
    margin-bottom: 8px !important;
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    letter-spacing: -0.3px !important;
  }

  .service-card p,
  .process-card p {
    color: rgba(226, 232, 240, 0.92) !important;
    font-size: 0.92rem !important;
    line-height: 1.58 !important;
  }

  .process-step-badge {
    background: rgba(255, 255, 255, 0.08) !important;
    color: var(--accent-color, #ff7a1a) !important;
    border: 1px solid var(--accent-color, #ff7a1a) !important;
    font-weight: 900 !important;
    font-size: 0.8rem !important;
    margin-bottom: 16px !important;
  }

  .process-icon-box {
    width: 48px !important;
    height: 48px !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    color: var(--accent-color, #ff7a1a) !important;
    margin-bottom: 16px !important;
  }

  .process-icon-box svg {
    width: 22px !important;
    height: 22px !important;
    color: var(--accent-color, #ff7a1a) !important;
    stroke: var(--accent-color, #ff7a1a) !important;
  }

  .process-card::before {
    color: rgba(255, 255, 255, 0.04) !important;
  }

  .card-header-row {
    margin-bottom: 14px !important;
  }

  .card-icon {
    width: 44px !important;
    height: 44px !important;
    margin-bottom: 12px !important;
  }

  /* Proof & Metrics Grid */
  .proof-section {
    gap: 22px !important;
    padding: 46px 0 !important;
  }

  .proof-copy p {
    margin-bottom: 16px !important;
  }

  .proof-panel {
    padding: 16px 12px !important;
    border-radius: 20px !important;
  }

  .proof-panel-head {
    margin-bottom: 12px !important;
  }

  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .proof-card {
    padding: 16px 12px !important;
    min-height: 140px !important;
    border-radius: 16px !important;
  }

  .stat-icon-box {
    width: 36px !important;
    height: 36px !important;
    margin-bottom: 10px !important;
    border-radius: 10px !important;
  }

  .stat-icon-box svg {
    width: 16px !important;
    height: 16px !important;
  }

  .stat-number {
    font-size: 1.95rem !important;
    margin-bottom: 2px !important;
  }

  .stat-label {
    font-size: 0.78rem !important;
  }

  /* Testimonials */
  .testimonials {
    padding: 46px 0 !important;
  }

  .video-testimonial-carousel {
    gap: 12px !important;
    padding-bottom: 6px !important;
  }

  .video-testimonial-card {
    min-height: auto !important;
    border-radius: 18px !important;
  }

  /* About Page Refinements */
  .about-hero {
    padding: 16px 0 18px !important;
  }

  .about-hero-copy h1 {
    margin-bottom: 12px !important;
  }

  .about-hero-copy p {
    font-size: 0.94rem !important;
    line-height: 1.55 !important;
  }

  .mission-vision-section {
    padding: 34px 0 !important;
  }

  .mission-vision-grid {
    gap: 14px !important;
  }

  .mission-card,
  .vision-card {
    padding: 22px 16px !important;
    border-radius: 18px !important;
  }

  .values-grid {
    gap: 12px !important;
  }

  .value-card {
    padding: 18px 14px !important;
    border-radius: 14px !important;
  }

  /* Contact Page Optimization */
  .contact-main {
    padding: 88px 0 44px !important;
  }

  .contact-section-layout {
    gap: 22px !important;
  }

  .contact-info-panel {
    gap: 14px !important;
  }

  .contact-info-panel h1 {
    margin-bottom: 8px !important;
  }

  .contact-details-list {
    gap: 10px !important;
    margin-top: 14px !important;
  }

  .contact-detail-card {
    padding: 14px 12px !important;
    border-radius: 14px !important;
    gap: 10px !important;
  }

  .glass-contact-form {
    padding: 22px 16px !important;
    border-radius: 20px !important;
    gap: 16px !important;
  }

  .form-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .input-wrapper.full-width {
    grid-column: auto !important;
  }

  .input-wrapper input,
  .custom-select-trigger {
    height: 48px !important;
    font-size: 0.9rem !important;
    border-radius: 12px !important;
  }

  .submit-btn {
    min-height: 48px !important;
    font-size: 0.92rem !important;
  }

  /* CTA Banner Card Mobile Fine-Tuning */
  .cta-section {
    padding: 28px 16px !important;
    border-radius: 20px !important;
    margin-block: 36px !important;
    gap: 18px !important;
  }

  .cta-kicker-tag {
    margin-bottom: 10px !important;
    padding: 4px 12px !important;
    font-size: 0.72rem !important;
  }

  .cta-section h2 {
    font-size: 1.6rem !important;
    margin-bottom: 8px !important;
  }

  .cta-section p {
    font-size: 0.9rem !important;
  }

  .cta-trust-bar {
    margin-top: 14px !important;
    gap: 10px !important;
  }

  .trust-pill {
    font-size: 0.75rem !important;
    gap: 6px !important;
  }

  .cta-main-btn,
  .cta-phone-btn {
    height: 48px !important;
    font-size: 0.9rem !important;
  }

  /* Footer */
  .site-footer {
    padding: 40px 0 20px !important;
  }

  .footer-grid {
    gap: 24px !important;
  }

  .footer-column {
    gap: 8px !important;
  }

  .footer-bottom {
    margin-top: 24px !important;
    padding-top: 16px !important;
    gap: 8px !important;
  }
}

/* Small Screens & Budget Mobile (max-width: 400px) */
@media (max-width: 400px) {
  .section-shell {
    padding-inline: 12px !important;
  }

  .proof-grid {
    grid-template-columns: 1fr !important;
  }

  .proof-card {
    min-height: 120px !important;
    padding: 14px !important;
  }

  .glass-contact-form {
    padding: 18px 12px !important;
  }
}
