/*
Sequence animation intro.
*/
@keyframes animationIn {
0% {
opacity: 0;
transform: translateY(30px);
filter: blur(8px);
}
100% {
opacity: 1;
transform: translateY(0);
filter: blur(0px);
}
}



body {
font-feature-settings: "cv11", "ss01";
background-color: #030303;
}
/* Grid Background - Container Aligned */
.grid-overlay {
position: fixed;
inset: 0;
pointer-events: none;
z-index: 0;
display: flex;
justify-content: center;
}
.grid-inner {
width: 100%;
height: 100%;
max-width: 80rem; /* max-w-7xl equivalent */
display: flex;
justify-content: space-between;
padding: 0 1rem; /* match px-4 */
}
.grid-line-v {
width: 1px;
height: 100%;
background: rgba(255,255,255,0.02);
}
/* Utilities */
.text-gradient {
background-clip: text;
-webkit-background-clip: text;
color: transparent;
background-image: linear-gradient(to bottom, #fff, #777);
}
.border-subtle { border-color: rgba(255, 255, 255, 0.03); }
/* Border Beam Animation */
@keyframes border-beam {
0% { offset-distance: 0%; }
100% { offset-distance: 100%; }
}
.beam-border {
position: absolute;
inset: 0;
border-radius: 9999px;
pointer-events: none;
overflow: hidden;
}
.beam-border::before {
content: "";
position: absolute;
inset: -2px; /* controls thickness of beam relative to border */
background: conic-gradient(from 0deg, transparent 0 340deg, white 360deg);
animation: spin 4s linear infinite;
opacity: 0;
transition: opacity 0.3s ease;
}
.group:hover .beam-border::before {
opacity: 1;
}
@keyframes spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
/* Text Reveal Scroller */
.reveal-word {
opacity: 0.1;
transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-word.active {
opacity: 1;
}
/* Marquee Animation */
.marquee-container {
mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
-webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}
.marquee-content {
animation: marquee 40s linear infinite;
}
@keyframes marquee {
0% { transform: translateX(0); }
100% { transform: translateX(-50%); }
}
/* Sticky Workflow Step Active State */
.step-indicator { transition: all 0.5s ease; width: 2px; height: 100%; background: #262626; }
.step-indicator.active { background: #fff; }
.step-text { transition: all 0.5s ease; color: #555; }
.step-text.active { color: #fff; }
/* Solar Icon Fixes */
iconify-icon { display: inline-block; vertical-align: middle; }



.font-geist-mono { font-family: 'Geist Mono', monospace !important; }
.font-geist { font-family: 'Geist', sans-serif !important; }
.font-space-grotesk { font-family: 'Space Grotesk', sans-serif !important; }



.text-gradient { background-image: linear-gradient(to right, #dbeafe, #60a5fa, #fff) !important; } .selection\:bg-white\/10 { background-color: rgba(37, 99, 235, 0.22) !important; } .hover\:glow-purple:hover { box-shadow: 0 0 30px rgba(37, 99, 235, 0.25); border-color: rgba(147, 197, 253, 0.4); } .bg-brand-gradient { background: linear-gradient(135deg, #1d4ed8, #2563eb); } .text-glow { text-shadow: 0 0 20px rgba(96, 165, 250, 0.5); }



.font-geist { font-family: 'Geist', sans-serif !important; }



.font-roboto { font-family: 'Roboto', sans-serif !important; }



.font-montserrat { font-family: 'Montserrat', sans-serif !important; }



.font-poppins { font-family: 'Poppins', sans-serif !important; }



.font-playfair { font-family: 'Playfair Display', serif !important; }



.font-instrument-serif { font-family: 'Instrument Serif', serif !important; }



.font-merriweather { font-family: 'Merriweather', serif !important; }



.font-bricolage { font-family: 'Bricolage Grotesque', sans-serif !important; }



.font-jakarta { font-family: 'Plus Jakarta Sans', sans-serif !important; }



.font-manrope { font-family: 'Manrope', sans-serif !important; }



.font-space-grotesk { font-family: 'Space Grotesk', sans-serif !important; }



.font-work-sans { font-family: 'Work Sans', sans-serif !important; }



.font-pt-serif { font-family: 'PT Serif', serif !important; }



.font-geist-mono { font-family: 'Geist Mono', monospace !important; }



.font-space-mono { font-family: 'Space Mono', monospace !important; }



.font-quicksand { font-family: 'Quicksand', sans-serif !important; }



.font-nunito { font-family: 'Nunito', sans-serif !important; }


.font-newsreader { font-family: 'Newsreader', serif !important; }

.font-google-sans-flex { font-family: 'Google Sans Flex', sans-serif !important; }

.font-oswald { font-family: 'Oswald', sans-serif !important; }

.font-dm-sans { font-family: 'DM Sans', sans-serif !important; }

.font-cormorant { font-family: 'Cormorant Garamond', serif !important; }

/* WebNaMíru.online brand overrides - blue premium theme */
:root {
  --wnm-blue: #2563eb;
  --wnm-blue-light: #93c5fd;
  --wnm-blue-soft: #60a5fa;
  --wnm-blue-dark: #0f172a;
  --wnm-bg: #020617;
}
.text-gradient {
  background-image: linear-gradient(to right, #dbeafe, var(--wnm-blue-light), #ffffff) !important;
}
.bg-brand-gradient {
  background: linear-gradient(135deg, #1d4ed8, #2563eb, #93c5fd) !important;
}
.text-glow {
  text-shadow: 0 0 24px rgba(96, 165, 250, 0.45) !important;
}
.hover\:glow-purple:hover {
  box-shadow: 0 0 34px rgba(37, 99, 235, 0.28) !important;
  border-color: rgba(147, 197, 253, 0.42) !important;
}
.text-purple-300,
.text-blue-300,
.text-purple-400,
.text-blue-400 {
  color: var(--wnm-blue-light) !important;
}
.text-purple-500,
.text-blue-500,
.text-green-500 {
  color: var(--wnm-blue-soft) !important;
}
.bg-purple-500,
.bg-blue-500 {
  background-color: var(--wnm-blue-soft) !important;
}
.bg-purple-900\/20,
.bg-blue-900\/20,
.bg-purple-500\/10,
.bg-blue-500\/10 {
  background-color: rgba(37, 99, 235, 0.12) !important;
}
.border-purple-500\/30,
.border-blue-500\/30,
.group-hover\:border-blue-500\/30:hover,
.hover\:border-blue-500\/30:hover {
  border-color: rgba(147, 197, 253, 0.32) !important;
}
.from-purple-500\/50,
.from-blue-500\/50 {
  --tw-gradient-from: rgba(96, 165, 250, 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgba(96, 165, 250, 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-purple-400,
.from-blue-400 {
  --tw-gradient-from: #bfdbfe var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgba(191, 219, 254, 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.to-blue-400 {
  --tw-gradient-to: #60a5fa var(--tw-gradient-to-position) !important;
}


/* Audit improvements */
.selection\:bg-white\/10,
::selection {
  background-color: rgba(37, 99, 235, 0.22) !important;
  color: #ffffff;
}
.site-nav-inner {
  box-shadow: 0 20px 80px rgba(0,0,0,0.55), 0 0 0 1px rgba(147,197,253,0.08) inset;
}
.nav-title {
  white-space: nowrap;
}
.form-status.is-success {
  color: var(--wnm-blue-light) !important;
}
.form-status.is-error {
  color: #fca5a5 !important;
}
#contact input:-webkit-autofill,
#contact textarea:-webkit-autofill {
  -webkit-text-fill-color: #fff;
  transition: background-color 9999s ease-in-out 0s;
}
#contact input,
#contact textarea {
  caret-color: var(--wnm-blue-light);
}
#results img,
.workflow-img [class*="bg-[url"] {
  filter: saturate(0.9) contrast(1.05);
}
@media (max-width: 760px) {
  .site-nav-inner {
    max-width: calc(100vw - 1.5rem) !important;
  }
  .nav-domain {
    display: none !important;
  }
  .nav-title {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    font-size: 1rem !important;
  }
  nav a[href="#contact"] {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  h1 {
    font-size: 3.35rem !important;
  }
  .marquee-content {
    animation-duration: 55s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-content,
  .beam-border::before,
  .animate-pulse {
    animation: none !important;
  }
  .animate-on-scroll {
    animation-play-state: running !important;
  }
}


/* Round 2 audit polish */
html, body {
  background: #020617;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(37, 99, 235, 0.18), transparent 34%),
    radial-gradient(circle at 80% 18%, rgba(96, 165, 250, 0.09), transparent 28%);
}
.site-nav-inner {
  border-color: rgba(147, 197, 253, 0.10) !important;
}
.bg-brand-gradient:hover {
  box-shadow: 0 0 34px rgba(37, 99, 235, 0.38) !important;
}
.hero-trust-line {
  letter-spacing: 0.14em;
}
#results .group::after,
.workflow-img::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.06), rgba(2, 6, 23, 0.72));
}
#results h3 {
  text-shadow: 0 0 20px rgba(2, 6, 23, 0.9);
}
#contact input:focus,
#contact textarea:focus {
  border-color: var(--wnm-blue-light) !important;
}
#contact label {
  pointer-events: none;
}
@media (max-width: 760px) {
  .hero-trust-line {
    line-height: 1.7;
  }
  section:first-of-type {
    padding-top: 9rem !important;
  }
  .services-intro {
    max-width: 100% !important;
  }
}

.hover\:shadow-\[0_0_20px_rgba\(37\,99\,235\,0\.45\)\]:hover,
.hover\:shadow-\[0_0_30px_rgba\(37\,99\,235\,0\.42\)\]:hover {
  box-shadow: 0 0 34px rgba(37, 99, 235, 0.38) !important;
}
.group-hover\:bg-\[\#07111f\]:hover {
  background-color: #07111f !important;
}


/* Round 3: blue + purple premium blend and sharper copy support */
:root {
  --wnm-blue: #2563eb;
  --wnm-blue-light: #93c5fd;
  --wnm-blue-soft: #60a5fa;
  --wnm-purple: #8b5cf6;
  --wnm-purple-light: #c4b5fd;
  --wnm-purple-deep: #4c1d95;
  --wnm-bg: #020617;
}
.text-gradient {
  background-image: linear-gradient(100deg, #ffffff 0%, #bfdbfe 34%, #c4b5fd 68%, #ffffff 100%) !important;
}
.bg-brand-gradient {
  background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 38%, #7c3aed 74%, #c4b5fd 120%) !important;
}
.text-glow {
  text-shadow: 0 0 24px rgba(96, 165, 250, 0.42), 0 0 42px rgba(139, 92, 246, 0.24) !important;
}
.hover\:glow-purple:hover {
  box-shadow: 0 0 34px rgba(37, 99, 235, 0.22), 0 0 54px rgba(139, 92, 246, 0.18) !important;
  border-color: rgba(196, 181, 253, 0.42) !important;
}
.text-purple-300,
.text-blue-300,
.text-purple-400,
.text-blue-400 {
  color: var(--wnm-purple-light) !important;
}
.text-purple-500,
.text-blue-500,
.text-green-500 {
  color: var(--wnm-blue-soft) !important;
}
.bg-purple-500,
.bg-blue-500 {
  background: linear-gradient(135deg, var(--wnm-blue-soft), var(--wnm-purple)) !important;
}
.bg-purple-900\/20,
.bg-blue-900\/20,
.bg-purple-500\/10,
.bg-blue-500\/10 {
  background-color: rgba(76, 29, 149, 0.16) !important;
}
.border-purple-500\/30,
.border-blue-500\/30,
.group-hover\:border-blue-500\/30:hover,
.hover\:border-blue-500\/30:hover {
  border-color: rgba(196, 181, 253, 0.34) !important;
}
.from-purple-500\/50,
.from-blue-500\/50 {
  --tw-gradient-from: rgba(139, 92, 246, 0.62) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgba(139, 92, 246, 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-purple-400,
.from-blue-400 {
  --tw-gradient-from: #93c5fd var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgba(147, 197, 253, 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.to-purple-400,
.to-blue-400 {
  --tw-gradient-to: #c4b5fd var(--tw-gradient-to-position) !important;
}
.selection\:bg-white\/10,
::selection {
  background-color: rgba(139, 92, 246, 0.24) !important;
}
.site-nav-inner {
  border-color: rgba(196, 181, 253, 0.12) !important;
  box-shadow: 0 20px 80px rgba(0,0,0,0.58), 0 0 0 1px rgba(147,197,253,0.07) inset, 0 0 48px rgba(76,29,149,0.12);
}
body::before {
  background:
    radial-gradient(circle at 50% 0%, rgba(37, 99, 235, 0.16), transparent 34%),
    radial-gradient(circle at 82% 16%, rgba(139, 92, 246, 0.16), transparent 30%),
    radial-gradient(circle at 18% 38%, rgba(59, 130, 246, 0.08), transparent 28%);
}
.beam-border::before {
  background: conic-gradient(from 0deg, transparent 0 325deg, rgba(147,197,253,0.25) 340deg, rgba(196,181,253,1) 360deg) !important;
}
.form-status.is-success,
#contact input,
#contact textarea {
  caret-color: var(--wnm-purple-light) !important;
}
#contact input:focus,
#contact textarea:focus {
  border-color: var(--wnm-purple-light) !important;
}
#results img,
.workflow-img [class*="bg-[url"] {
  filter: saturate(0.82) contrast(1.08) hue-rotate(4deg);
}
.hover\:shadow-\[0_0_20px_rgba\(37\,99\,235\,0\.45\)\]:hover,
.hover\:shadow-\[0_0_30px_rgba\(37\,99\,235\,0\.42\)\]:hover {
  box-shadow: 0 0 34px rgba(37, 99, 235, 0.30), 0 0 54px rgba(139, 92, 246, 0.22) !important;
}
.group-hover\:bg-\[\#07111f\]:hover {
  background-color: #0b1024 !important;
}

/* Process-only round 3 polish */
.process-section {
  background:
    radial-gradient(circle at 25% 12%, rgba(37, 99, 235, 0.08), transparent 28%),
    radial-gradient(circle at 82% 42%, rgba(139, 92, 246, 0.10), transparent 30%),
    #000000;
}
.process-kicker {
  color: var(--wnm-purple-light) !important;
}
.process-intro {
  border-left: 1px solid rgba(196, 181, 253, 0.18);
  padding-left: 1rem;
}
.process-visual {
  box-shadow: 0 0 70px rgba(37, 99, 235, 0.10), 0 0 80px rgba(139, 92, 246, 0.08) inset;
}
.process-list li {
  align-items: flex-start;
  line-height: 1.65;
}
.process-list iconify-icon {
  margin-top: 0.1rem;
  flex: 0 0 auto;
}
.process-cta {
  border-color: rgba(196, 181, 253, 0.22) !important;
  box-shadow: 0 0 28px rgba(139, 92, 246, 0.08);
}
.process-cta:hover {
  border-color: rgba(196, 181, 253, 0.42) !important;
  box-shadow: 0 0 34px rgba(37, 99, 235, 0.16), 0 0 46px rgba(139, 92, 246, 0.14);
  transform: translateY(-1px);
}
.process-section .workflow-step-content h3 {
  max-width: 38rem;
}
.process-section .workflow-step-content p {
  max-width: 42rem;
}
@media (max-width: 760px) {
  .process-intro {
    margin-bottom: 2rem;
  }
  .process-section .workflow-step-content {
    min-height: auto !important;
  }
  .process-cta {
    width: 100%;
    justify-content: center;
  }
}

/* Targeted update: stronger hero offer pill + premium metric cards */
.hero-offer-pill {
  border-color: rgba(196, 181, 253, 0.26) !important;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(30, 41, 59, 0.72)),
    radial-gradient(circle at 20% 20%, rgba(96, 165, 250, 0.24), transparent 34%),
    radial-gradient(circle at 86% 78%, rgba(139, 92, 246, 0.22), transparent 32%) !important;
  box-shadow:
    0 0 0 1px rgba(147, 197, 253, 0.08) inset,
    0 18px 48px rgba(2, 6, 23, 0.55),
    0 0 32px rgba(37, 99, 235, 0.14),
    0 0 42px rgba(139, 92, 246, 0.12);
  overflow: hidden;
}
.hero-offer-pill::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent);
  transform: translateX(-120%);
  transition: transform 0.7s ease;
  pointer-events: none;
}
.group:hover .hero-offer-pill::before {
  transform: translateX(120%);
}
.hero-offer-pill iconify-icon {
  filter: drop-shadow(0 0 10px rgba(196, 181, 253, 0.45));
}
.metric-card {
  border-color: rgba(147, 197, 253, 0.10) !important;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.72), rgba(2, 6, 23, 0.98)),
    radial-gradient(circle at 18% 0%, rgba(96, 165, 250, 0.16), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(139, 92, 246, 0.13), transparent 36%) !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.025) inset,
    0 22px 70px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  isolation: isolate;
}
.metric-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(135deg, rgba(96, 165, 250, 0.34), rgba(139, 92, 246, 0.28), transparent 58%);
  transition: opacity 0.35s ease;
}
.metric-card::after {
  content: "";
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196, 181, 253, 0.55), transparent);
  opacity: 0.55;
}
.metric-card:hover {
  transform: translateY(-4px);
  border-color: rgba(196, 181, 253, 0.32) !important;
  box-shadow:
    0 0 0 1px rgba(196, 181, 253, 0.08) inset,
    0 24px 80px rgba(0, 0, 0, 0.36),
    0 0 42px rgba(37, 99, 235, 0.16),
    0 0 60px rgba(139, 92, 246, 0.12) !important;
}
.metric-card:hover::before {
  opacity: 1;
}
.metric-card iconify-icon {
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem;
  border-radius: 9999px;
  background: rgba(15, 23, 42, 0.68);
  border: 1px solid rgba(147, 197, 253, 0.14);
  color: #c4b5fd !important;
  box-shadow: 0 0 22px rgba(139, 92, 246, 0.10);
}
.metric-card .text-4xl {
  letter-spacing: -0.06em;
  text-shadow: 0 0 24px rgba(147, 197, 253, 0.20);
}
.metric-card h3 {
  max-width: 18rem;
  line-height: 1.55;
  color: rgba(226, 232, 240, 0.72) !important;
}
.metric-badge {
  border-radius: 9999px;
  background: rgba(37, 99, 235, 0.12) !important;
  border-color: rgba(196, 181, 253, 0.32) !important;
  box-shadow: 0 0 22px rgba(139, 92, 246, 0.14) !important;
}
@media (max-width: 760px) {
  .hero-offer-pill {
    min-height: 3.25rem;
  }
  .metric-card {
    min-height: 180px !important;
  }
}

/* Responsive audit fix — layout only, content unchanged */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  width: 100%;
  min-width: 0;
  overflow-x: hidden;
}

img,
svg,
video,
canvas,
iframe {
  max-width: 100%;
}

iconify-icon {
  flex-shrink: 0;
}

.container {
  width: min(100%, 80rem);
}

section {
  scroll-margin-top: clamp(5.5rem, 10vw, 7.5rem);
}

nav {
  padding-inline: clamp(0.5rem, 2vw, 1rem) !important;
}

.site-nav-inner {
  width: min(100%, calc(100vw - 1rem)) !important;
  max-width: min(56rem, calc(100vw - 1rem)) !important;
  min-width: 0;
  flex-wrap: nowrap;
  gap: clamp(0.2rem, 0.7vw, 0.5rem) !important;
}

.site-nav-inner > * {
  min-width: 0;
}

.nav-domain,
.nav-title,
nav a[href="#contact"] {
  white-space: nowrap;
}

.nav-domain {
  max-width: clamp(7rem, 18vw, 12rem);
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 0 1 auto;
}

.nav-title {
  flex: 0 1 auto;
  font-size: clamp(1rem, 2.1vw, 1.5rem) !important;
  padding-inline: clamp(0.55rem, 1.5vw, 1.5rem) !important;
}

nav a[href="#contact"] {
  flex: 0 0 auto;
  padding-inline: clamp(0.8rem, 1.7vw, 1.5rem) !important;
}

body > section:first-of-type {
  padding-top: clamp(8.75rem, 16vh, 13rem) !important;
  padding-bottom: clamp(4.5rem, 8vw, 8rem) !important;
}

body > section:first-of-type .container > .flex:first-child {
  margin-bottom: clamp(3rem, 8vw, 6rem) !important;
}

body > section:first-of-type h1 {
  max-width: 100%;
  font-size: clamp(3.1rem, 9vw, 8rem) !important;
  line-height: 0.88 !important;
  gap: 0 clamp(0.65rem, 2.2vw, 2rem) !important;
  text-wrap: balance;
}

body > section:first-of-type h1 span {
  max-width: 100%;
  overflow-wrap: normal;
}

body > section:first-of-type h2,
body > section:first-of-type .leading-relaxed {
  max-width: min(100%, 42rem);
  text-wrap: balance;
}

.hero-offer-pill {
  max-width: min(100%, 22rem);
}

.counter-trigger {
  width: 100%;
}

.metric-card {
  min-width: 0;
  min-height: clamp(11.5rem, 22vw, 13.75rem) !important;
  padding: clamp(1.25rem, 3vw, 2rem) !important;
}

.metric-card h3,
.metric-card .text-xs {
  overflow-wrap: break-word;
}

#scroll-reveal-section {
  padding-top: clamp(4.5rem, 10vw, 8rem) !important;
  padding-bottom: clamp(4.5rem, 10vw, 8rem) !important;
}

#scroll-reveal-section h2 {
  font-size: clamp(2rem, 5vw, 3.25rem) !important;
  text-wrap: balance;
}

.process-section .sticky,
.process-section .workflow-step-content,
#results .grid > *,
#contact .grid > *,
footer * {
  min-width: 0;
}

.process-section .workflow-step-content h3,
.process-section .workflow-step-content p,
.process-list li,
.services-intro,
#contact p,
footer p {
  overflow-wrap: break-word;
}

.process-visual {
  max-height: min(62vh, 32rem);
}

#results .grid {
  width: 100%;
}

#results .group {
  min-width: 0;
}

#results img {
  transform: translateZ(0);
}

.marquee-container {
  max-width: 100vw;
}

.marquee-content .w-\[400px\] {
  width: min(25rem, 86vw) !important;
}

#contact input,
#contact textarea,
#contact button {
  max-width: 100%;
}

footer .flex {
  min-width: 0;
}

footer a {
  white-space: nowrap;
}

@media (max-width: 1120px) {
  .site-nav-inner .hidden.md\:flex {
    display: none !important;
  }

  .nav-domain {
    max-width: 10rem;
  }

  body > section:first-of-type h1 {
    font-size: clamp(3.25rem, 10.5vw, 7rem) !important;
  }
}

@media (max-width: 1023px) {
  .process-section .sticky {
    position: static !important;
    height: auto !important;
    top: auto !important;
    border-right: 0 !important;
  }

  .process-section .workflow-step-content {
    min-height: auto !important;
    padding-block: clamp(3rem, 8vw, 5rem) !important;
  }

  .process-section .lg\:w-1\/2 {
    width: 100% !important;
  }

  #results .grid {
    gap: 0.75rem !important;
  }

  #results .aspect-\[9\/16\] {
    aspect-ratio: 4 / 5 !important;
  }
}

@media (max-width: 767px) {
  nav {
    top: clamp(0.75rem, 3vw, 1.5rem) !important;
  }

  .site-nav-inner {
    padding: 0.35rem !important;
  }

  .nav-title {
    font-size: clamp(0.78rem, 4.4vw, 1rem) !important;
    letter-spacing: -0.03em !important;
    padding-inline: clamp(0.4rem, 2.5vw, 0.75rem) !important;
  }

  nav a[href="#contact"] {
    font-size: clamp(0.62rem, 3vw, 0.75rem) !important;
    padding: 0.55rem clamp(0.62rem, 3vw, 0.85rem) !important;
    letter-spacing: 0.08em !important;
  }

  body > section:first-of-type {
    padding-top: clamp(7.75rem, 24vw, 9rem) !important;
  }

  body > section:first-of-type h1 {
    font-size: clamp(2.85rem, 15vw, 4.4rem) !important;
    line-height: 0.92 !important;
  }

  body > section:first-of-type .md\:flex-row {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .hero-offer-pill {
    width: min(100%, 20rem);
  }

  .metric-card {
    min-height: 10.75rem !important;
  }

  .metric-card .text-4xl {
    font-size: clamp(2rem, 11vw, 2.5rem) !important;
  }

  #results .aspect-\[9\/16\],
  #results .md\:aspect-auto {
    aspect-ratio: 16 / 11 !important;
  }

  #results .flex-1 {
    min-height: clamp(12rem, 50vw, 18rem);
  }

  #results h3 {
    max-width: calc(100% - 2rem);
    font-size: clamp(1rem, 5vw, 1.25rem) !important;
  }

  #contact {
    padding-top: clamp(4rem, 12vw, 6rem) !important;
    padding-bottom: clamp(4rem, 12vw, 6rem) !important;
  }

  footer .flex.gap-8,
  footer .flex.gap-6 {
    flex-wrap: wrap;
    row-gap: 0.75rem;
  }
}

@media (max-width: 420px) {
  .site-nav-inner {
    width: calc(100vw - 0.75rem) !important;
    max-width: calc(100vw - 0.75rem) !important;
  }

  .nav-title {
    font-size: clamp(0.7rem, 4.2vw, 0.9rem) !important;
    gap: 0.35rem !important;
  }

  .nav-title > div {
    width: 0.42rem !important;
    height: 0.42rem !important;
  }

  nav a[href="#contact"] span {
    letter-spacing: 0.05em !important;
  }

  body > section:first-of-type h1 {
    font-size: clamp(2.45rem, 15vw, 3.35rem) !important;
  }

  .hero-offer-pill {
    padding-right: 1rem !important;
    gap: 0.75rem !important;
  }

  .metric-card {
    padding: 1.2rem !important;
  }

  .metric-card h3 {
    max-width: 100%;
  }

  .process-section h2,
  #results h2 {
    font-size: clamp(2.7rem, 14vw, 4rem) !important;
  }
}

@media (max-width: 360px) {
  .nav-title {
    max-width: 7.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  nav a[href="#contact"] {
    padding-inline: 0.55rem !important;
  }

  body > section:first-of-type h1 {
    font-size: 2.35rem !important;
  }
}

@media (max-height: 680px) and (min-width: 768px) {
  body > section:first-of-type {
    padding-top: 8rem !important;
    padding-bottom: 4rem !important;
  }

  .process-section .lg\:h-screen {
    height: auto !important;
    min-height: 100vh;
  }
}

/* === Restore Process sticky desktop behavior ===
   Keeps the responsive fixes, but restores the original desktop interaction:
   the left process panel stays pinned while the right steps scroll. */
@media (min-width: 1024px) {
  .process-section .sticky {
    position: sticky !important;
    top: 0 !important;
    height: 100vh !important;
    min-height: 100vh !important;
    align-self: flex-start !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .process-section .workflow-step-content {
    min-height: 80vh !important;
  }

  .process-section .process-visual.hidden.lg\:block {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .process-section .sticky {
    position: static !important;
    height: auto !important;
    min-height: 0 !important;
    top: auto !important;
  }
}


/* === REAL PROCESS STICKY RESTORE — desktop only ===
   Fixes the process section after responsive cleanup.
   Keeps mobile/tablet safe, but restores the original desktop interaction. */
#workflows,
#workflows .container,
#workflows .process-layout {
  overflow: visible !important;
}

@media (min-width: 1024px) {
  #workflows .process-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    align-items: start !important;
  }

  #workflows .process-left-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    align-self: start !important;
    height: 100vh !important;
    min-height: 100vh !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    overflow: visible !important;
    z-index: 2 !important;
  }

  #workflows .process-right-scroll {
    width: 100% !important;
    min-width: 0 !important;
  }

  #workflows .process-right-scroll .workflow-step-content {
    min-height: 80vh !important;
  }

  #workflows .process-visual.hidden.lg\:block {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  #workflows .process-layout {
    display: flex !important;
    flex-direction: column !important;
  }

  #workflows .process-left-sticky {
    position: static !important;
    height: auto !important;
    min-height: 0 !important;
    width: 100% !important;
  }

  #workflows .process-right-scroll {
    width: 100% !important;
  }
}

/* === FINAL OVERRIDE: keep process sticky also on zoomed desktop widths === */
@media (min-width: 900px) {
  #workflows .process-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    align-items: start !important;
  }

  #workflows .process-left-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    align-self: start !important;
    height: 100vh !important;
    min-height: 100vh !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    overflow: visible !important;
    z-index: 2 !important;
  }

  #workflows .process-right-scroll {
    width: 100% !important;
    min-width: 0 !important;
  }

  #workflows .process-right-scroll .workflow-step-content {
    min-height: 80vh !important;
  }

  #workflows .process-visual.hidden.lg\:block {
    display: block !important;
  }

  #workflows .workflow-step-content > .process-visual.block.lg\:hidden {
    display: none !important;
  }
}

@media (max-width: 899px) {
  #workflows .process-layout {
    display: flex !important;
    flex-direction: column !important;
  }

  #workflows .process-left-sticky {
    position: static !important;
    height: auto !important;
    min-height: 0 !important;
    width: 100% !important;
  }
}

/* === PROCESS STICKY ENSURED — real locked left / scrolling right ===
   Left side stays visually locked while the right process steps scroll.
   It releases naturally before/after the process section. */
:root {
  --process-sticky-top: 96px;
  --process-left-left: 0px;
  --process-left-width: 50vw;
  --process-left-height: calc(100dvh - var(--process-sticky-top) - 16px);
}

#workflows,
#workflows .container,
#workflows .process-layout {
  overflow: visible !important;
}

@media (min-width: 1024px) {
  #workflows .process-layout {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    align-items: start !important;
  }

  #workflows .process-left-sticky {
    grid-column: 1 !important;
    grid-row: 1 !important;
    position: sticky !important;
    top: var(--process-sticky-top) !important;
    align-self: start !important;
    width: 100% !important;
    height: var(--process-left-height) !important;
    min-height: 0 !important;
    max-height: var(--process-left-height) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    overflow: hidden !important;
    z-index: 5 !important;
    will-change: transform;
  }

  #workflows .process-right-scroll {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  #workflows .process-right-scroll .workflow-step-content {
    min-height: 88vh !important;
  }

  #workflows .process-visual.hidden.lg\:block {
    display: block !important;
    max-height: min(34vh, 22rem) !important;
  }

  /* JS fallback/lock: stronger than CSS sticky for browser zoom and edge widths. */
  #workflows.process-sticky-js-enabled .process-left-sticky {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    width: var(--process-left-width) !important;
    height: var(--process-left-height) !important;
    max-height: var(--process-left-height) !important;
  }

  #workflows.process-sticky-js-enabled .process-left-sticky.is-fixed {
    position: fixed !important;
    top: var(--process-sticky-top) !important;
    left: var(--process-left-left) !important;
    bottom: auto !important;
    width: var(--process-left-width) !important;
    height: var(--process-left-height) !important;
    max-height: var(--process-left-height) !important;
  }

  #workflows.process-sticky-js-enabled .process-left-sticky.is-bottom {
    position: absolute !important;
    top: auto !important;
    left: 0 !important;
    bottom: 0 !important;
    width: var(--process-left-width) !important;
    height: var(--process-left-height) !important;
    max-height: var(--process-left-height) !important;
  }
}

@media (max-width: 1023px) {
  #workflows .process-layout {
    display: flex !important;
    flex-direction: column !important;
  }

  #workflows .process-left-sticky,
  #workflows.process-sticky-js-enabled .process-left-sticky,
  #workflows.process-sticky-js-enabled .process-left-sticky.is-fixed,
  #workflows.process-sticky-js-enabled .process-left-sticky.is-bottom {
    position: static !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  #workflows .process-right-scroll {
    width: 100% !important;
  }
}


/* Targeted update: reveal selected hero content only after a small scroll */
.hero-reveal-on-scroll {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(22px) !important;
  filter: blur(8px) !important;
  pointer-events: none !important;
  transition:
    opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.65s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.65s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0s linear 0.65s !important;
}

.hero-reveal-on-scroll.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  filter: blur(0) !important;
  pointer-events: auto !important;
  transition-delay: 0s !important;
}

.hero-reveal-stats.is-visible .metric-card:nth-child(1) { transition-delay: 0.04s; }
.hero-reveal-stats.is-visible .metric-card:nth-child(2) { transition-delay: 0.10s; }
.hero-reveal-stats.is-visible .metric-card:nth-child(3) { transition-delay: 0.16s; }

/* Targeted update: metric cards hover effect without lifting */
.metric-card:hover {
  transform: none !important;
  border-color: rgba(196, 181, 253, 0.42) !important;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.82), rgba(2, 6, 23, 0.98)),
    radial-gradient(circle at 18% 0%, rgba(96, 165, 250, 0.22), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(139, 92, 246, 0.20), transparent 36%) !important;
  box-shadow:
    0 0 0 1px rgba(196, 181, 253, 0.10) inset,
    0 0 34px rgba(37, 99, 235, 0.18),
    0 0 58px rgba(139, 92, 246, 0.14),
    0 22px 70px rgba(0, 0, 0, 0.30) !important;
}

.metric-card:hover::after {
  opacity: 1;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(96, 165, 250, 0.78), rgba(196, 181, 253, 0.72), transparent);
}

.metric-card:hover iconify-icon {
  border-color: rgba(196, 181, 253, 0.34) !important;
  box-shadow:
    0 0 0 1px rgba(147, 197, 253, 0.08) inset,
    0 0 28px rgba(96, 165, 250, 0.22),
    0 0 34px rgba(139, 92, 246, 0.16);
}

.metric-card:hover .text-4xl {
  text-shadow:
    0 0 20px rgba(147, 197, 253, 0.34),
    0 0 36px rgba(139, 92, 246, 0.18);
}

@media (prefers-reduced-motion: reduce) {
  .hero-reveal-on-scroll,
  .hero-reveal-on-scroll.is-visible {
    transition: none !important;
    filter: none !important;
    transform: none !important;
  }
}


/* Update: smoother animated hero reveal after first small scroll */
@keyframes heroPillPop {
  0% { transform: translateY(18px) scale(0.96); }
  55% { transform: translateY(-2px) scale(1.015); }
  100% { transform: translateY(0) scale(1); }
}

@keyframes heroRevealShine {
  0% { transform: translateX(-130%) skewX(-16deg); opacity: 0; }
  18% { opacity: 0.9; }
  100% { transform: translateX(150%) skewX(-16deg); opacity: 0; }
}

.hero-reveal-on-scroll {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translate3d(0, 34px, 0) scale(0.975) !important;
  filter: blur(14px) saturate(0.8) !important;
  clip-path: inset(0 0 28% 0 round 14px) !important;
  pointer-events: none !important;
  will-change: opacity, transform, filter, clip-path;
  transition:
    opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1) var(--hero-delay, 0ms),
    transform 0.85s cubic-bezier(0.16, 1, 0.3, 1) var(--hero-delay, 0ms),
    filter 0.9s cubic-bezier(0.16, 1, 0.3, 1) var(--hero-delay, 0ms),
    clip-path 0.9s cubic-bezier(0.16, 1, 0.3, 1) var(--hero-delay, 0ms),
    visibility 0s linear calc(var(--hero-delay, 0ms) + 0.85s) !important;
}

.hero-reveal-on-scroll.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
  filter: blur(0) saturate(1) !important;
  clip-path: inset(0 0 0 0 round 0) !important;
  pointer-events: auto !important;
  transition-delay: var(--hero-delay, 0ms), var(--hero-delay, 0ms), var(--hero-delay, 0ms), var(--hero-delay, 0ms), 0s !important;
}

.hero-reveal-on-scroll.is-visible .hero-offer-pill {
  animation: heroPillPop 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-offer-pill::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.16) 42%, transparent 62%);
  transform: translateX(-130%) skewX(-16deg);
  opacity: 0;
  pointer-events: none;
}

.hero-reveal-on-scroll.is-visible .hero-offer-pill::after {
  animation: heroRevealShine 1.15s ease-out 0.35s both;
}

.hero-reveal-stats {
  transition-delay: var(--hero-delay, 0ms) !important;
}

.hero-reveal-stats .metric-card {
  opacity: 0;
  transform: translate3d(0, 32px, 0) scale(0.955) !important;
  filter: blur(12px);
  will-change: opacity, transform, filter;
  transition:
    opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1) var(--metric-delay, 0ms),
    transform 0.75s cubic-bezier(0.16, 1, 0.3, 1) var(--metric-delay, 0ms),
    filter 0.8s cubic-bezier(0.16, 1, 0.3, 1) var(--metric-delay, 0ms),
    border-color 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease !important;
}

.hero-reveal-stats.is-visible .metric-card {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1) !important;
  filter: blur(0);
}

.hero-reveal-stats.is-visible .metric-card:nth-child(1) { --metric-delay: 220ms; }
.hero-reveal-stats.is-visible .metric-card:nth-child(2) { --metric-delay: 350ms; }
.hero-reveal-stats.is-visible .metric-card:nth-child(3) { --metric-delay: 480ms; }

.hero-reveal-stats.is-visible .metric-card::after {
  opacity: 0.55;
  animation: heroRevealShine 1.05s ease-out calc(var(--metric-delay, 0ms) + 0.18s) both;
}

.metric-card:hover {
  transform: translate3d(0, 0, 0) scale(1) !important;
}

@media (prefers-reduced-motion: reduce) {
  .hero-reveal-on-scroll,
  .hero-reveal-on-scroll.is-visible,
  .hero-reveal-stats .metric-card,
  .hero-reveal-stats.is-visible .metric-card {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    filter: none !important;
    clip-path: none !important;
    animation: none !important;
    transition: none !important;
  }

  .hero-offer-pill::after,
  .metric-card::after {
    animation: none !important;
  }
}

/* === PROCESS DESIGN REFINED — matches the rest of the page, content unchanged === */
#workflows.process-section {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 12%, rgba(37, 99, 235, 0.12), transparent 30%),
    radial-gradient(circle at 86% 36%, rgba(139, 92, 246, 0.10), transparent 32%),
    linear-gradient(180deg, #000 0%, #020617 48%, #000 100%);
  border-top: 1px solid rgba(147, 197, 253, 0.08) !important;
  border-bottom: 1px solid rgba(196, 181, 253, 0.08) !important;
}

#workflows.process-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    linear-gradient(90deg, transparent, rgba(147, 197, 253, 0.055), transparent),
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.014) 1px, transparent 1px);
  background-size: 100% 100%, 72px 72px, 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, black 16%, black 86%, transparent);
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 16%, black 86%, transparent);
  opacity: 0.9;
}

#workflows > .container {
  position: relative;
  z-index: 1;
}

#workflows .process-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(147, 197, 253, 0.16);
  background: rgba(15, 23, 42, 0.52);
  box-shadow: 0 0 28px rgba(37, 99, 235, 0.10);
}

#workflows .process-intro {
  border-left-color: rgba(147, 197, 253, 0.32) !important;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.075), transparent 80%);
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

#workflows .step-trigger {
  position: relative;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.055);
  background: rgba(255, 255, 255, 0.018);
  transition: background 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

#workflows .step-trigger:hover,
#workflows .step-trigger.is-active,
#workflows .step-trigger:has(.step-text.active) {
  border-color: rgba(147, 197, 253, 0.22);
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.10), rgba(139, 92, 246, 0.055)),
    rgba(255,255,255,0.02);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.26), 0 0 34px rgba(37, 99, 235, 0.08);
}

#workflows .step-indicator {
  width: 3px !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12) !important;
}

#workflows .step-indicator.active {
  background: linear-gradient(to bottom, #60a5fa, #a78bfa) !important;
  box-shadow: 0 0 18px rgba(96, 165, 250, 0.55), 0 0 24px rgba(167, 139, 250, 0.28);
}

#workflows .step-trigger h3 {
  letter-spacing: 0.11em;
}

#workflows .step-text.active {
  color: rgba(255, 255, 255, 0.82) !important;
}

#workflows .process-visual {
  border-color: rgba(147, 197, 253, 0.14) !important;
  background: rgba(2, 6, 23, 0.75) !important;
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.42),
    0 0 48px rgba(37, 99, 235, 0.10),
    inset 0 0 54px rgba(139, 92, 246, 0.055) !important;
}

#workflows .workflow-img > .relative {
  padding: 0.95rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(2, 6, 23, 0.50);
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.32);
}

#workflows .workflow-step-content {
  position: relative;
}

#workflows .workflow-step-content > span:first-child {
  color: transparent !important;
  background: linear-gradient(135deg, rgba(96, 165, 250, 0.22), rgba(167, 139, 250, 0.16));
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 0 40px rgba(96, 165, 250, 0.10);
}

#workflows .workflow-step-content h3 {
  text-wrap: balance;
}

#workflows .process-list li {
  padding: 0.78rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.055);
  background: rgba(255, 255, 255, 0.018);
  transition: background 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

#workflows .process-list li:hover {
  border-color: rgba(147, 197, 253, 0.18);
  background: rgba(37, 99, 235, 0.055);
  box-shadow: 0 0 28px rgba(37, 99, 235, 0.07);
}

#workflows .process-list iconify-icon {
  font-size: 1.05rem;
  filter: drop-shadow(0 0 10px rgba(96, 165, 250, 0.32));
}

#workflows .process-cta {
  border-color: rgba(147, 197, 253, 0.20) !important;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.18), rgba(139, 92, 246, 0.14)),
    rgba(255, 255, 255, 0.035) !important;
  box-shadow: 0 0 34px rgba(37, 99, 235, 0.10), inset 0 1px 0 rgba(255,255,255,0.05) !important;
}

#workflows .process-cta:hover {
  transform: none !important;
  border-color: rgba(196, 181, 253, 0.36) !important;
  background: linear-gradient(135deg, #2563eb, #7c3aed) !important;
  box-shadow: 0 0 44px rgba(37, 99, 235, 0.20), 0 0 54px rgba(139, 92, 246, 0.18) !important;
}

@media (min-width: 1024px) {
  #workflows .process-left-sticky {
    padding-left: clamp(1rem, 1.5vw, 1.75rem) !important;
    padding-right: clamp(3rem, 5vw, 5rem) !important;
    border-right-color: rgba(147, 197, 253, 0.12) !important;
    background:
      linear-gradient(90deg, rgba(15, 23, 42, 0.34), transparent 72%),
      radial-gradient(circle at 12% 24%, rgba(37, 99, 235, 0.10), transparent 34%);
  }

  #workflows .process-right-scroll {
    padding-left: clamp(1rem, 2.4vw, 2.75rem) !important;
  }

  #workflows .process-right-scroll .workflow-step-content {
    min-height: 88vh !important;
    margin: 0 0 1px 0;
    padding-left: clamp(2rem, 4vw, 4.5rem) !important;
    padding-right: clamp(1.25rem, 2.5vw, 2.75rem) !important;
    border-left: 1px solid rgba(147, 197, 253, 0.10) !important;
    background:
      linear-gradient(90deg, rgba(15, 23, 42, 0.24), transparent 65%),
      radial-gradient(circle at 8% 28%, rgba(37, 99, 235, 0.065), transparent 34%);
  }

  #workflows .process-right-scroll .workflow-step-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 22%;
    bottom: 22%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(96, 165, 250, 0.58), rgba(167, 139, 250, 0.44), transparent);
    box-shadow: 0 0 18px rgba(96, 165, 250, 0.30);
  }
}

@media (max-width: 1023px) {
  #workflows .process-left-sticky {
    border-right: 0 !important;
    background: transparent !important;
  }

  #workflows .process-right-scroll .workflow-step-content {
    padding: 2.25rem 1.25rem !important;
    margin-bottom: 1rem;
    border: 1px solid rgba(255,255,255,0.055) !important;
    background:
      linear-gradient(135deg, rgba(15, 23, 42, 0.30), rgba(2, 6, 23, 0.16)),
      radial-gradient(circle at 14% 12%, rgba(37, 99, 235, 0.07), transparent 35%);
  }
}

/* === PROCESS POLISH: softer edges, no harsh color blocks === */
#workflows.process-section {
  overflow: hidden;
  background:
    radial-gradient(ellipse at 24% 18%, rgba(37, 99, 235, 0.105), transparent 42%),
    radial-gradient(ellipse at 72% 38%, rgba(139, 92, 246, 0.075), transparent 46%),
    linear-gradient(180deg, #000 0%, #020617 46%, #000 100%) !important;
}

#workflows.process-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(90deg,
      #000 0%,
      rgba(0, 0, 0, 0.62) 5%,
      rgba(2, 6, 23, 0.18) 14%,
      transparent 28%,
      transparent 72%,
      rgba(2, 6, 23, 0.22) 88%,
      #000 100%),
    radial-gradient(ellipse at 34% 24%, rgba(59, 130, 246, 0.08), transparent 46%),
    radial-gradient(ellipse at 64% 68%, rgba(167, 139, 250, 0.055), transparent 42%);
  mix-blend-mode: screen;
  opacity: 0.85;
}

#workflows > .container {
  position: relative;
  z-index: 2;
}

@media (min-width: 1024px) {
  #workflows .process-layout {
    position: relative;
    isolation: isolate;
  }

  #workflows .process-layout::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 56%;
    pointer-events: none;
    z-index: -1;
    background:
      linear-gradient(90deg,
        transparent 0%,
        rgba(15, 23, 42, 0.20) 15%,
        rgba(15, 23, 42, 0.16) 46%,
        rgba(15, 23, 42, 0.06) 68%,
        transparent 100%),
      radial-gradient(ellipse at 32% 22%, rgba(37, 99, 235, 0.14), transparent 54%),
      radial-gradient(ellipse at 58% 60%, rgba(139, 92, 246, 0.075), transparent 50%);
    filter: blur(0.2px);
    mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 78%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 78%, transparent 100%);
  }

  #workflows .process-left-sticky {
    background: transparent !important;
  }

  #workflows .process-left-sticky::before {
    content: "";
    position: absolute;
    inset: -10% -18% -10% -24%;
    pointer-events: none;
    z-index: -1;
    background:
      radial-gradient(ellipse at 38% 22%, rgba(37, 99, 235, 0.10), transparent 52%),
      linear-gradient(90deg, transparent 0%, rgba(2, 6, 23, 0.30) 28%, rgba(2, 6, 23, 0.08) 70%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, black 14%, black 82%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 14%, black 82%, transparent 100%);
  }

  #workflows .process-right-scroll .workflow-step-content {
    background:
      linear-gradient(90deg,
        rgba(15, 23, 42, 0.11) 0%,
        rgba(15, 23, 42, 0.055) 26%,
        transparent 72%),
      radial-gradient(ellipse at 8% 30%, rgba(37, 99, 235, 0.045), transparent 42%) !important;
  }

  #workflows .process-right-scroll .workflow-step-content::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(0,0,0,0.24), transparent 18%, transparent 100%);
    opacity: 0.38;
  }
}

@media (max-width: 1023px) {
  #workflows.process-section::after {
    background:
      linear-gradient(90deg, #000 0%, transparent 16%, transparent 84%, #000 100%),
      radial-gradient(ellipse at 50% 18%, rgba(37, 99, 235, 0.08), transparent 52%);
    opacity: 0.7;
  }
}

/* === PROCESS OVERLAP FIX: prevents title/content collisions on desktop, zoom and low-height screens === */
#workflows .process-left-sticky,
#workflows .process-left-sticky * {
  box-sizing: border-box;
}

#workflows .process-left-sticky h2 {
  max-width: 100%;
  font-size: clamp(3rem, 4.6vw, 3.75rem) !important;
  line-height: 0.92 !important;
  letter-spacing: -0.055em !important;
  overflow-wrap: normal;
  text-wrap: balance;
}

#workflows .process-left-sticky h2 span {
  display: inline-block;
  max-width: 100%;
}

#workflows .workflow-step-content > * {
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  #workflows .process-left-sticky {
    padding-top: clamp(1.25rem, 3vh, 2rem) !important;
    padding-bottom: clamp(1.25rem, 3vh, 2rem) !important;
    overflow: hidden !important;
  }

  #workflows .process-right-scroll {
    position: relative;
    z-index: 2;
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
  #workflows .process-left-sticky h2 {
    font-size: clamp(2.85rem, 4.4vw, 3.35rem) !important;
  }

  #workflows .step-trigger h3 {
    font-size: clamp(1rem, 1.85vw, 1.25rem) !important;
    letter-spacing: 0.095em !important;
  }
}

@media (min-width: 1024px) and (max-height: 820px) {
  #workflows .process-left-sticky {
    justify-content: flex-start !important;
    padding-top: clamp(1rem, 2.8vh, 1.6rem) !important;
    padding-bottom: clamp(1rem, 2.8vh, 1.6rem) !important;
  }

  #workflows .process-kicker {
    margin-bottom: 0.85rem !important;
  }

  #workflows .process-left-sticky h2 {
    font-size: clamp(2.55rem, 7vh, 3.2rem) !important;
    line-height: 0.90 !important;
    margin-bottom: 1.1rem !important;
  }

  #workflows .process-intro {
    margin-bottom: 1.1rem !important;
    padding-top: 0.65rem !important;
    padding-bottom: 0.65rem !important;
  }

  #workflows .process-left-sticky .space-y-6 {
    margin-bottom: 1.05rem !important;
    row-gap: 0.7rem !important;
  }

  #workflows .step-trigger {
    padding: 0.62rem 0.8rem !important;
    gap: 1rem !important;
  }

  #workflows .step-trigger h3 {
    font-size: 1rem !important;
  }

  #workflows .step-trigger p {
    font-size: 0.78rem !important;
  }

  #workflows .process-visual.hidden.lg\:block {
    max-height: min(22vh, 10.5rem) !important;
  }
}

@media (min-width: 1024px) and (max-height: 660px) {
  #workflows .process-left-sticky h2 {
    font-size: clamp(2.25rem, 6.5vh, 2.8rem) !important;
    margin-bottom: 0.85rem !important;
  }

  #workflows .process-intro {
    font-size: 0.82rem !important;
    line-height: 1.55 !important;
    margin-bottom: 0.85rem !important;
  }

  #workflows .process-left-sticky .space-y-6 {
    margin-bottom: 0 !important;
  }

  #workflows .process-visual.hidden.lg\:block {
    display: none !important;
  }
}


/* Service offer section — added under case studies */
.service-offer-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(37, 99, 235, 0.12), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(124, 58, 237, 0.10), transparent 34%),
    #000;
}

.service-offer-head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.035);
  padding-bottom: 2rem;
}

.service-offer-card {
  min-height: 190px;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.045);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.035), rgba(255,255,255,0.012)),
    rgba(5, 5, 5, 0.92);
  position: relative;
  overflow: hidden;
  transition: border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.service-offer-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(59,130,246,0.14), rgba(168,85,247,0.08), transparent 62%);
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}

.service-offer-card:hover {
  border-color: rgba(96, 165, 250, 0.28);
  box-shadow: 0 0 34px rgba(37, 99, 235, 0.08);
  background:
    linear-gradient(135deg, rgba(59,130,246,0.07), rgba(168,85,247,0.035)),
    rgba(5, 5, 5, 0.96);
}

.service-offer-card:hover::before {
  opacity: 1;
}

.service-offer-card span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 2.6rem;
  color: rgba(147, 197, 253, 0.78);
  font-family: 'Geist', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
}

.service-offer-card h3 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.service-offer-card p {
  position: relative;
  z-index: 1;
  color: rgba(212, 212, 216, 0.68);
  font-family: 'Geist', sans-serif;
  font-size: 0.88rem;
  line-height: 1.65;
}

@media (max-width: 640px) {
  .service-offer-section {
    padding-bottom: 4.5rem !important;
  }

  .service-offer-card {
    min-height: 160px;
    padding: 1.25rem;
  }

  .service-offer-card span {
    margin-bottom: 1.8rem;
  }
}

/* Service offer simplified polish — only service offer section */
.service-offer-compact {
  padding-top: clamp(2.75rem, 6vw, 4.25rem) !important;
  padding-bottom: clamp(4.5rem, 9vw, 6rem) !important;
  background:
    radial-gradient(circle at 16% 0%, rgba(37, 99, 235, 0.14), transparent 30%),
    radial-gradient(circle at 86% 20%, rgba(124, 58, 237, 0.11), transparent 34%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.02), rgba(0, 0, 0, 1) 28%),
    #000 !important;
}

.service-offer-compact .service-offer-head {
  align-items: flex-end;
  margin-bottom: 1.25rem !important;
  padding-bottom: 1.4rem !important;
  border-bottom: 1px solid rgba(147, 197, 253, 0.10) !important;
}

.service-offer-compact .service-offer-head h2 {
  max-width: 760px;
  text-wrap: balance;
}

.service-offer-compact .service-offer-grid {
  gap: 0.5rem !important;
}

.service-offer-compact .service-offer-card {
  min-height: 118px !important;
  padding: 1.15rem 1.15rem 1.2rem !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-color: rgba(147, 197, 253, 0.10) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.038), rgba(255, 255, 255, 0.01)),
    linear-gradient(180deg, rgba(37, 99, 235, 0.055), rgba(124, 58, 237, 0.025)),
    rgba(5, 5, 5, 0.94) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.035);
}

.service-offer-compact .service-offer-card::before {
  background:
    linear-gradient(90deg, rgba(96, 165, 250, 0.55), rgba(139, 92, 246, 0.48), transparent 72%) !important;
  height: 1px;
  bottom: auto;
  opacity: 0.34 !important;
}

.service-offer-compact .service-offer-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 100% 0%, rgba(96, 165, 250, 0.16), transparent 34%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.service-offer-compact .service-offer-card:hover {
  border-color: rgba(196, 181, 253, 0.32) !important;
  box-shadow: 0 0 34px rgba(37, 99, 235, 0.10), inset 0 1px 0 rgba(255,255,255,0.06) !important;
  background:
    linear-gradient(135deg, rgba(59,130,246,0.09), rgba(124,58,237,0.05)),
    rgba(5, 5, 5, 0.97) !important;
}

.service-offer-compact .service-offer-card:hover::after {
  opacity: 1;
}

.service-offer-compact .service-offer-card span {
  margin-bottom: 1.7rem !important;
  color: rgba(196, 181, 253, 0.82) !important;
  font-size: 0.66rem !important;
  letter-spacing: 0.18em !important;
}

.service-offer-compact .service-offer-card h3 {
  margin-bottom: 0 !important;
  font-size: clamp(1rem, 1.55vw, 1.22rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.025em !important;
}

@media (max-width: 640px) {
  .service-offer-compact .service-offer-head {
    margin-bottom: 1rem !important;
  }

  .service-offer-compact .service-offer-card {
    min-height: 92px !important;
  }

  .service-offer-compact .service-offer-card span {
    margin-bottom: 1.05rem !important;
  }
}

/* Targeted polish: service offer without numbering + contact section refinement */
.service-offer-compact .service-offer-card {
  min-height: 96px !important;
  justify-content: center !important;
}

.service-offer-compact .service-offer-card span {
  display: none !important;
}

.service-offer-compact .service-offer-card h3 {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.service-offer-compact .service-offer-card h3::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 9999px;
  flex: 0 0 auto;
  background: linear-gradient(135deg, #60a5fa, #8b5cf6);
  box-shadow: 0 0 18px rgba(96, 165, 250, 0.45);
}

.contact-refined {
  background:
    radial-gradient(circle at 16% 0%, rgba(37, 99, 235, 0.11), transparent 32%),
    radial-gradient(circle at 86% 26%, rgba(124, 58, 237, 0.10), transparent 34%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.12), #000 36%) !important;
}

.contact-refined .contact-grid-refined {
  gap: clamp(2rem, 6vw, 4rem) !important;
  align-items: stretch;
}

.contact-info-panel,
.contact-form-panel {
  position: relative;
  border: 1px solid rgba(147, 197, 253, 0.10);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.035), rgba(255,255,255,0.01)),
    rgba(5, 5, 5, 0.78);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 0 70px rgba(37,99,235,0.055);
  padding: clamp(1.35rem, 3vw, 2rem);
  overflow: hidden;
}

.contact-info-panel::before,
.contact-form-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 100% 0%, rgba(96,165,250,0.11), transparent 34%);
  opacity: 0.9;
}

.contact-info-panel > *,
.contact-form-panel > * {
  position: relative;
  z-index: 1;
}

.contact-trust-pill {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.25rem;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(196, 181, 253, 0.20);
  background: rgba(37, 99, 235, 0.08);
  color: rgba(219, 234, 254, 0.86);
  font-family: 'Geist', sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-line-refined {
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.045);
}

.contact-line-refined:last-child {
  border-bottom: 0;
}

.contact-line-refined iconify-icon {
  color: var(--wnm-purple-light);
}

.contact-form-refined {
  padding: 0 !important;
}

.contact-form-refined input,
.contact-form-refined textarea {
  border-color: rgba(147, 197, 253, 0.14) !important;
}

.contact-form-refined button {
  width: 100%;
  justify-content: center;
  border: 1px solid rgba(196, 181, 253, 0.18);
  background: linear-gradient(135deg, rgba(37,99,235,0.18), rgba(124,58,237,0.18));
  padding: 1rem 1.25rem !important;
  margin-top: 0.25rem;
}

.contact-form-refined button:hover {
  color: #fff !important;
  border-color: rgba(196, 181, 253, 0.38);
  box-shadow: 0 0 30px rgba(37, 99, 235, 0.12), 0 0 44px rgba(124, 58, 237, 0.10);
}

.contact-form-note {
  color: rgba(212, 212, 216, 0.60);
  font-family: 'Geist', sans-serif;
  font-size: 0.78rem;
  line-height: 1.6;
  margin-top: -0.5rem;
}

@media (max-width: 640px) {
  .service-offer-compact .service-offer-card {
    min-height: 78px !important;
  }

  .contact-info-panel,
  .contact-form-panel {
    padding: 1.25rem;
  }

  .contact-form-refined button {
    font-size: 0.68rem !important;
    letter-spacing: 0.12em !important;
  }
}


/* Targeted update: softer premium top navigation */
.site-nav-inner {
  border-radius: 0.55rem !important;
  border-color: rgba(147, 197, 253, 0.14) !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.035), rgba(255,255,255,0.012)),
    rgba(0, 0, 0, 0.82) !important;
  box-shadow:
    0 18px 70px rgba(0, 0, 0, 0.62),
    0 0 0 1px rgba(196, 181, 253, 0.045) inset,
    0 0 42px rgba(37, 99, 235, 0.08) !important;
  overflow: hidden;
}

.site-nav-inner a,
.site-nav-inner .nav-title {
  border-radius: 0.38rem !important;
}

.site-nav-inner a:not([href="#contact"]):not(.bg-brand-gradient) {
  position: relative;
  overflow: hidden;
}

.site-nav-inner a:not([href="#contact"]):not(.bg-brand-gradient)::after {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: 0.35rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(147,197,253,0.75), rgba(196,181,253,0.65), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.28s ease, opacity 0.28s ease;
  opacity: 0;
}

.site-nav-inner a:not([href="#contact"]):not(.bg-brand-gradient):hover {
  background: rgba(255,255,255,0.045) !important;
  color: #ffffff !important;
}

.site-nav-inner a:not([href="#contact"]):not(.bg-brand-gradient):hover::after {
  transform: scaleX(1);
  opacity: 1;
}

.nav-domain {
  background: rgba(255,255,255,0.055) !important;
  border: 1px solid rgba(255,255,255,0.035);
}

.nav-title {
  background: linear-gradient(135deg, rgba(37,99,235,0.055), rgba(124,58,237,0.045));
}

nav a[href="#contact"].bg-brand-gradient,
nav a[href="#contact"].group {
  border-radius: 0.42rem !important;
  border: 1px solid rgba(219, 234, 254, 0.16);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.04) inset, 0 0 24px rgba(37,99,235,0.18);
}

nav a[href="#contact"].bg-brand-gradient:hover,
nav a[href="#contact"].group:hover {
  transform: translateY(-1px) !important;
  opacity: 1 !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.08) inset,
    0 0 32px rgba(37,99,235,0.28),
    0 0 40px rgba(124,58,237,0.20) !important;
}

.service-offer-head h2 {
  max-width: 100%;
}


/* Nav audit refinement: cleaner structure after removing case studies */
.site-nav-inner {
  border-radius: 0.7rem !important;
  border-color: rgba(147, 197, 253, 0.16) !important;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(3, 7, 18, 0.88)),
    rgba(0, 0, 0, 0.82) !important;
  box-shadow:
    0 18px 70px rgba(0, 0, 0, 0.64),
    0 0 0 1px rgba(255, 255, 255, 0.035) inset,
    0 0 48px rgba(37, 99, 235, 0.08) !important;
}

.nav-link {
  position: relative;
  border: 1px solid transparent;
  border-radius: 0.46rem !important;
  line-height: 1;
}

.nav-link:hover,
.nav-link.is-active {
  color: #fff !important;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.10), rgba(124, 58, 237, 0.08)) !important;
  border-color: rgba(147, 197, 253, 0.12);
  box-shadow: 0 0 18px rgba(37, 99, 235, 0.08) inset;
}

.nav-link::after {
  bottom: 0.32rem !important;
}

.nav-domain {
  letter-spacing: 0.12em !important;
}

.nav-title {
  border: 1px solid rgba(147, 197, 253, 0.08);
  box-shadow: 0 0 20px rgba(37, 99, 235, 0.08) inset;
}

.nav-cta {
  border-radius: 0.52rem !important;
  transform: none !important;
  transition: box-shadow 0.25s ease, filter 0.25s ease, border-color 0.25s ease !important;
}

.nav-cta:hover {
  transform: none !important;
  filter: brightness(1.08);
  border-color: rgba(219, 234, 254, 0.26) !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.08) inset,
    0 0 28px rgba(37, 99, 235, 0.28),
    0 0 38px rgba(124, 58, 237, 0.18) !important;
}

@media (max-width: 980px) {
  .site-nav-inner {
    max-width: calc(100vw - 1rem) !important;
  }

  .nav-link {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
}


/* Targeted nav cleanup: remove the center brand button only */
nav .nav-logo,
nav .brand-center,
nav .center-logo,
nav .nav-center-brand {
  display: none !important;
}


/* Why web section */
.why-web-section {
  background:
    radial-gradient(circle at 15% 15%, rgba(37, 99, 235, 0.10), transparent 34%),
    radial-gradient(circle at 78% 20%, rgba(124, 58, 237, 0.10), transparent 32%),
    #000;
}

.why-web-card {
  transition: border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.why-web-card:hover {
  border-color: rgba(96, 165, 250, 0.28);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 0 35px rgba(37,99,235,0.08);
}

.why-web-strip {
  background:
    linear-gradient(135deg, rgba(37,99,235,0.09), rgba(124,58,237,0.07)),
    rgba(255,255,255,0.02);
}

@media (max-width: 768px) {
  .why-web-section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .why-web-card {
    min-height: 220px;
  }
}


/* Clearer Why web section */
.why-web-section-clear {
  background:
    radial-gradient(circle at 14% 8%, rgba(37, 99, 235, 0.13), transparent 32%),
    radial-gradient(circle at 82% 12%, rgba(124, 58, 237, 0.10), transparent 34%),
    linear-gradient(180deg, #000 0%, #030712 45%, #000 100%);
}

.why-web-summary {
  background:
    linear-gradient(135deg, rgba(37,99,235,0.08), rgba(124,58,237,0.06)),
    rgba(255,255,255,0.02);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.why-web-reason-card {
  transition: border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.why-web-reason-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(59,130,246,0.13), transparent 38%),
    radial-gradient(circle at bottom right, rgba(139,92,246,0.08), transparent 44%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.why-web-reason-card:hover {
  border-color: rgba(96,165,250,0.26);
  background: rgba(255,255,255,0.035);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 0 34px rgba(37,99,235,0.08);
}

.why-web-reason-card:hover::before {
  opacity: 1;
}

.why-web-strip {
  background:
    linear-gradient(135deg, rgba(37,99,235,0.09), rgba(124,58,237,0.07)),
    rgba(255,255,255,0.02);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

@media (max-width: 768px) {
  .why-web-section-clear {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .why-web-summary {
    padding: 1.5rem;
  }

  .why-web-reason-card {
    min-height: 210px;
  }
}


/* Why me section */
.why-me-section {
  background:
    radial-gradient(circle at 12% 10%, rgba(37, 99, 235, 0.12), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(124, 58, 237, 0.10), transparent 36%),
    #000;
}

.why-me-lead,
.why-me-strip {
  background:
    linear-gradient(135deg, rgba(37,99,235,0.08), rgba(124,58,237,0.06)),
    rgba(255,255,255,0.02);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.why-me-card {
  transition: border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.why-me-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(59,130,246,0.13), transparent 40%),
    radial-gradient(circle at bottom right, rgba(139,92,246,0.09), transparent 46%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.why-me-card:hover {
  border-color: rgba(96,165,250,0.28);
  background: rgba(255,255,255,0.035);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 0 34px rgba(37,99,235,0.08);
}

.why-me-card:hover::before {
  opacity: 1;
}

@media (max-width: 768px) {
  .why-me-section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .why-me-card {
    min-height: 220px;
  }
}


/* Why me section - clearer benefits */
.why-me-benefit-label {
  border-top: 1px solid rgba(255,255,255,0.04);
  padding-top: 1.25rem;
}

.why-me-card {
  min-height: 230px;
}

@media (max-width: 640px) {
  .why-me-card {
    min-height: 205px;
  }
}


/* Compact Why me section */
.why-me-compact {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.why-me-card-compact {
  min-height: 200px;
}

.why-me-card-compact h3 {
  line-height: 1.15;
}

@media (max-width: 768px) {
  .why-me-compact {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .why-me-card-compact {
    min-height: 185px;
  }
}


/* Cookie consent */
.cookie-consent {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 9999;
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.25rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(37,99,235,0.12), rgba(124,58,237,0.10)),
    rgba(3,3,3,0.92);
  box-shadow: 0 24px 80px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.05);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transform: translateY(120%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
}

.cookie-consent.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.cookie-consent__title {
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.95rem;
  line-height: 1;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.cookie-consent__text {
  color: rgba(212, 212, 216, 0.78);
  font-family: 'Geist', sans-serif;
  font-size: 0.78rem;
  line-height: 1.55;
  margin: 0;
}

.cookie-consent__actions {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-shrink: 0;
}

.cookie-consent__button {
  border: 1px solid rgba(147,197,253,0.22);
  border-radius: 10px;
  padding: 0.75rem 0.95rem;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff;
  font-family: 'Geist', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.cookie-consent__button:hover {
  border-color: rgba(255,255,255,0.26);
  box-shadow: 0 0 24px rgba(96,165,250,0.22);
}

.cookie-consent__button--ghost {
  background: rgba(255,255,255,0.03);
  color: rgba(255,255,255,0.72);
}

@media (max-width: 720px) {
  .cookie-consent {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem;
  }

  .cookie-consent__actions {
    width: 100%;
  }

  .cookie-consent__button {
    width: 100%;
    justify-content: center;
  }
}


/* Legal pages */
.legal-page {
  background:
    radial-gradient(circle at 18% 10%, rgba(37,99,235,0.10), transparent 34%),
    radial-gradient(circle at 82% 14%, rgba(124,58,237,0.10), transparent 30%),
    #000;
}

.legal-content h2 {
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.35rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 0.75rem;
}

.legal-content p {
  margin: 0.5rem 0;
  color: rgba(212, 212, 216, 0.78);
}

.legal-content section {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}

.legal-content section:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}


/* Legal consent checkboxes */
.form-legal-consent {
  border-top: 1px solid rgba(255,255,255,0.04);
  padding-top: 1rem;
}

.legal-checkbox {
  cursor: pointer;
  user-select: none;
}

.legal-checkbox input {
  appearance: none;
  -webkit-appearance: none;
  width: 1.05rem;
  height: 1.05rem;
  min-width: 1.05rem;
  margin-top: 0.08rem;
  border: 1px solid rgba(147,197,253,0.32);
  border-radius: 0.28rem;
  background: rgba(255,255,255,0.03);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
  cursor: pointer;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
  position: relative;
}

.legal-checkbox input:checked {
  border-color: rgba(167,139,250,0.7);
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  box-shadow: 0 0 18px rgba(96,165,250,0.18);
}

.legal-checkbox input:checked::after {
  content: "";
  position: absolute;
  left: 0.32rem;
  top: 0.15rem;
  width: 0.34rem;
  height: 0.58rem;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.legal-checkbox input:focus-visible {
  outline: 2px solid rgba(96,165,250,0.45);
  outline-offset: 3px;
}


/* Visible legal consent in contact form */
.visible-legal-consent {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 1rem;
  border: 1px solid rgba(96, 165, 250, 0.18);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(37,99,235,0.07), rgba(124,58,237,0.06)),
    rgba(255,255,255,0.025);
}

.visible-legal-consent .legal-checkbox {
  display: flex !important;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 0 0 0.75rem 0;
  color: rgba(212, 212, 216, 0.82);
  font-family: 'Geist', sans-serif;
  font-size: 0.78rem;
  line-height: 1.55;
  cursor: pointer;
}

.visible-legal-consent .legal-checkbox:last-child {
  margin-bottom: 0;
}

.visible-legal-consent .legal-checkbox a {
  color: #93c5fd;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.25s ease;
}

.visible-legal-consent .legal-checkbox a:hover {
  color: #ffffff;
}

.visible-legal-consent .legal-checkbox input {
  appearance: none;
  -webkit-appearance: none;
  display: inline-block !important;
  width: 1.05rem;
  height: 1.05rem;
  min-width: 1.05rem;
  margin-top: 0.12rem;
  border: 1px solid rgba(147,197,253,0.42);
  border-radius: 0.28rem;
  background: rgba(255,255,255,0.04);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
  cursor: pointer;
  position: relative;
}

.visible-legal-consent .legal-checkbox input:checked {
  border-color: rgba(167,139,250,0.8);
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  box-shadow: 0 0 18px rgba(96,165,250,0.2);
}

.visible-legal-consent .legal-checkbox input:checked::after {
  content: "";
  position: absolute;
  left: 0.32rem;
  top: 0.15rem;
  width: 0.34rem;
  height: 0.58rem;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


/* Fix legal consent clickability */
.contact-form-panel,
.contact-form-refined,
.visible-legal-consent,
.legal-consent-row,
.legal-consent-text,
.legal-consent-text a,
.legal-consent-text label,
.visible-legal-consent input {
  position: relative;
  z-index: 20;
  pointer-events: auto !important;
}

.contact-form-panel::before,
.contact-form-panel::after,
.contact-form-refined::before,
.contact-form-refined::after,
.visible-legal-consent::before,
.visible-legal-consent::after {
  pointer-events: none !important;
}

.legal-consent-row {
  display: flex !important;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 0 0 0.75rem 0;
  color: rgba(212, 212, 216, 0.82);
  font-family: 'Geist', sans-serif;
  font-size: 0.78rem;
  line-height: 1.55;
}

.legal-consent-row:last-child {
  margin-bottom: 0;
}

.legal-consent-text {
  display: inline;
}

.legal-consent-text label {
  cursor: pointer;
}

.legal-consent-text a {
  color: #93c5fd;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.25s ease;
}

.legal-consent-text a:hover {
  color: #ffffff;
}

.visible-legal-consent input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  display: inline-block !important;
  width: 1.05rem;
  height: 1.05rem;
  min-width: 1.05rem;
  margin-top: 0.12rem;
  border: 1px solid rgba(147,197,253,0.42);
  border-radius: 0.28rem;
  background: rgba(255,255,255,0.04);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
  cursor: pointer;
}

.visible-legal-consent input[type="checkbox"]:checked {
  border-color: rgba(167,139,250,0.8);
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  box-shadow: 0 0 18px rgba(96,165,250,0.2);
}

.visible-legal-consent input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 0.32rem;
  top: 0.15rem;
  width: 0.34rem;
  height: 0.58rem;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


/* Pricing + FAQ section */
.pricing-faq-section {
  background:
    radial-gradient(circle at 16% 10%, rgba(37,99,235,0.10), transparent 34%),
    radial-gradient(circle at 84% 12%, rgba(124,58,237,0.09), transparent 34%),
    #000;
}

.pricing-card,
.faq-card {
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.pricing-card::before,
.faq-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(96,165,250,0.10), transparent 42%);
  pointer-events: none;
}

.price-mini-box,
.faq-item {
  transition: border-color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

.price-mini-box:hover,
.faq-item:hover {
  border-color: rgba(147,197,253,0.22);
  background: rgba(255,255,255,0.035);
  box-shadow: 0 0 28px rgba(37,99,235,0.06);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item[open] .faq-plus {
  transform: rotate(45deg);
}

.faq-plus {
  display: inline-block;
  transition: transform 0.25s ease;
}

@media (max-width: 768px) {
  .pricing-faq-section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .faq-item summary {
    font-size: 1.05rem;
  }
}


/* Premium scroll experience */
.scroll-progress {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  z-index: 10000;
  pointer-events: none;
  background: rgba(255,255,255,0.03);
}

.scroll-progress__bar {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #2563eb, #7c3aed, #60a5fa);
  box-shadow: 0 0 20px rgba(96,165,250,0.35);
  transition: width 0.08s linear;
}

.scroll-fade {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  filter: blur(10px);
  transition:
    opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.85s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--scroll-delay, 0ms);
}

.scroll-fade.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

.scroll-scale {
  opacity: 0;
  transform: translate3d(0, 24px, 0) scale(0.975);
  filter: blur(8px);
  transition:
    opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--scroll-delay, 0ms);
}

.scroll-scale.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.section-soft-glow {
  position: relative;
  overflow: hidden;
}

.section-soft-glow::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 20%), rgba(59,130,246,0.10), transparent 28%),
    radial-gradient(circle at calc(var(--glow-x, 50%) + 18%) calc(var(--glow-y, 20%) + 8%), rgba(124,58,237,0.08), transparent 32%);
  opacity: 0.85;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.section-soft-glow > * {
  position: relative;
  z-index: 1;
}

nav.scroll-nav-active > div {
  border-color: rgba(96,165,250,0.16) !important;
  box-shadow:
    0 18px 60px rgba(0,0,0,0.45),
    0 0 35px rgba(37,99,235,0.08),
    inset 0 1px 0 rgba(255,255,255,0.05);
  background:
    linear-gradient(135deg, rgba(37,99,235,0.10), rgba(124,58,237,0.08)),
    rgba(0,0,0,0.90) !important;
}

.card-magnetic {
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
  will-change: transform;
}

.card-magnetic:hover {
  border-color: rgba(147,197,253,0.24) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 20px 70px rgba(37,99,235,0.08);
  background: rgba(255,255,255,0.035);
}

.parallax-soft {
  transform: translate3d(0, var(--parallax-y, 0px), 0);
  transition: transform 0.15s linear;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .scroll-progress__bar {
    transition: none;
  }

  .scroll-fade,
  .scroll-scale,
  .parallax-soft {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  .card-magnetic {
    transform: none !important;
  }
}

@media (max-width: 768px) {
  .scroll-fade,
  .scroll-scale {
    transform: translate3d(0, 22px, 0);
    filter: blur(6px);
  }

  .section-soft-glow::before {
    opacity: 0.55;
  }
}


/* Restore process sticky behavior after scroll effects */
#workflows,
.workflow-sticky-section {
  overflow: visible !important;
}

#workflows.section-soft-glow {
  overflow: visible !important;
}

#workflows.section-soft-glow::before {
  pointer-events: none;
}

#workflows .workflow-sticky-layout {
  align-items: stretch;
  transform: none !important;
  filter: none !important;
}

#workflows .workflow-sticky-left {
  position: sticky !important;
  top: 0 !important;
  align-self: flex-start;
  min-height: 100vh;
  height: 100vh;
  transform: none !important;
  filter: none !important;
  z-index: 5;
}

#workflows .workflow-sticky-left.scroll-fade,
#workflows .workflow-sticky-left.scroll-scale,
#workflows .workflow-sticky-layout.scroll-fade,
#workflows .workflow-sticky-layout.scroll-scale {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
}

#workflows .workflow-step-content {
  transform-origin: center;
}

@media (min-width: 1024px) {
  #workflows .workflow-sticky-left {
    display: flex !important;
  }

  #workflows .lg\:w-1\/2:last-child {
    min-height: 240vh;
  }
}

@media (max-width: 1023px) {
  #workflows .workflow-sticky-left {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    min-height: auto !important;
  }
}


/* FINAL: pinned split scroll for process section */
#workflows.process-pinned-section,
#workflows {
  overflow: visible !important;
  contain: none !important;
}

#workflows .process-pinned-layout {
  position: relative;
  align-items: stretch;
  overflow: visible !important;
  transform: none !important;
  filter: none !important;
  contain: none !important;
}

#workflows .process-pinned-left {
  transform: none !important;
  filter: none !important;
  opacity: 1 !important;
  will-change: auto !important;
  z-index: 20;
}

#workflows .process-pinned-right {
  position: relative;
  z-index: 10;
}

/* Native sticky first */
@media (min-width: 1024px) {
  #workflows .process-pinned-left {
    position: sticky !important;
    top: 0 !important;
    height: 100vh !important;
    min-height: 100vh !important;
    align-self: flex-start !important;
  }

  #workflows .process-pinned-left.is-js-pinned {
    position: fixed !important;
    top: 0 !important;
    height: 100vh !important;
    min-height: 100vh !important;
    max-height: 100vh !important;
  }

  #workflows .process-pinned-left.is-js-released {
    position: absolute !important;
    top: auto !important;
    bottom: 0 !important;
    height: 100vh !important;
    min-height: 100vh !important;
  }

  #workflows .process-pinned-left.is-js-before {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
  }
}

@media (max-width: 1023px) {
  #workflows .process-pinned-left,
  #workflows .process-pinned-left.is-js-pinned,
  #workflows .process-pinned-left.is-js-released,
  #workflows .process-pinned-left.is-js-before {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    min-height: auto !important;
  }
}


/* Premium liquid glass navigation */
nav > div {
  border-radius: 18px !important;
  border-color: rgba(147, 197, 253, 0.16) !important;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.62), rgba(20, 10, 44, 0.54)),
    rgba(3, 3, 8, 0.72) !important;
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.46),
    0 0 34px rgba(37, 99, 235, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    inset 0 -1px 0 rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
  position: relative;
  overflow: hidden;
}

nav > div::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 0%, rgba(96, 165, 250, 0.20), transparent 34%),
    radial-gradient(circle at 86% 12%, rgba(168, 85, 247, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.075), transparent 46%);
  opacity: 0.72;
}

nav > div > * {
  position: relative;
  z-index: 2;
}

nav .nav-link {
  border-radius: 12px;
  transition:
    color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

nav .nav-link:hover {
  color: #fff !important;
  background: rgba(255,255,255,0.055);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
  transform: translateY(-1px);
}

nav .nav-cta,
nav a[href="#contact"].bg-brand-gradient,
nav a[href="index.html#contact"].bg-brand-gradient {
  border-radius: 14px !important;
  border: 1px solid rgba(196, 181, 253, 0.30);
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.88), rgba(124, 58, 237, 0.86)),
    rgba(255, 255, 255, 0.06) !important;
  box-shadow:
    0 14px 38px rgba(37, 99, 235, 0.26),
    0 0 34px rgba(124, 58, 237, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  isolation: isolate;
}

nav .nav-cta::before,
nav a[href="#contact"].bg-brand-gradient::before,
nav a[href="index.html#contact"].bg-brand-gradient::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.24), transparent 48%),
    radial-gradient(circle at 22% 12%, rgba(255,255,255,0.28), transparent 30%);
  opacity: 0.72;
  z-index: -1;
}

nav .nav-cta::after,
nav a[href="#contact"].bg-brand-gradient::after,
nav a[href="index.html#contact"].bg-brand-gradient::after {
  content: "";
  position: absolute;
  top: -70%;
  left: -45%;
  width: 55%;
  height: 240%;
  transform: rotate(22deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.32), transparent);
  opacity: 0;
  transition: left 0.65s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease;
}

nav .nav-cta:hover,
nav a[href="#contact"].bg-brand-gradient:hover,
nav a[href="index.html#contact"].bg-brand-gradient:hover {
  opacity: 1 !important;
  transform: translateY(-1px) scale(1.018) !important;
  border-color: rgba(255, 255, 255, 0.38);
  box-shadow:
    0 18px 48px rgba(37, 99, 235, 0.32),
    0 0 42px rgba(124, 58, 237, 0.27),
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

nav .nav-cta:hover::after,
nav a[href="#contact"].bg-brand-gradient:hover::after,
nav a[href="index.html#contact"].bg-brand-gradient:hover::after {
  left: 115%;
  opacity: 1;
}

nav.scroll-nav-active > div {
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.72), rgba(28, 13, 56, 0.64)),
    rgba(0, 0, 0, 0.78) !important;
  border-color: rgba(147,197,253,0.20) !important;
  box-shadow:
    0 22px 80px rgba(0,0,0,0.52),
    0 0 40px rgba(37,99,235,0.14),
    inset 0 1px 0 rgba(255,255,255,0.10);
}

@media (max-width: 768px) {
  nav > div {
    border-radius: 16px !important;
  }

  nav .nav-cta,
  nav a[href="#contact"].bg-brand-gradient,
  nav a[href="index.html#contact"].bg-brand-gradient {
    border-radius: 12px !important;
  }
}


/* Premium hero offer pill */
.premium-offer-pill {
  border-radius: 999px !important;
  border-color: rgba(147, 197, 253, 0.20) !important;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.13), rgba(124, 58, 237, 0.12)),
    rgba(8, 8, 12, 0.84) !important;
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(37, 99, 235, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.10),
    inset 0 -1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  overflow: hidden;
}

.premium-offer-pill::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.12), transparent 48%),
    radial-gradient(circle at 20% 15%, rgba(96,165,250,0.24), transparent 34%),
    radial-gradient(circle at 86% 36%, rgba(168,85,247,0.18), transparent 38%);
  pointer-events: none;
}

.premium-offer-pill::after {
  content: "";
  position: absolute;
  top: -70%;
  left: -45%;
  width: 45%;
  height: 240%;
  transform: rotate(24deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  opacity: 0;
  transition: left 0.75s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease;
  pointer-events: none;
}

.group:hover .premium-offer-pill {
  border-color: rgba(196, 181, 253, 0.34) !important;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.18), rgba(124, 58, 237, 0.16)),
    rgba(8, 8, 12, 0.90) !important;
  box-shadow:
    0 20px 58px rgba(0, 0, 0, 0.42),
    0 0 42px rgba(37, 99, 235, 0.18),
    0 0 34px rgba(124, 58, 237, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -1px 0 rgba(255, 255, 255, 0.05);
}

.group:hover .premium-offer-pill::after {
  left: 118%;
  opacity: 1;
}

.premium-offer-pill iconify-icon {
  filter: drop-shadow(0 0 10px rgba(96,165,250,0.42));
}

.premium-offer-pill .md\:w-10,
.premium-offer-pill .w-8 {
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,0.20), transparent 34%),
    linear-gradient(135deg, rgba(37,99,235,0.32), rgba(124,58,237,0.24)) !important;
  border-color: rgba(147,197,253,0.30) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.14),
    0 0 20px rgba(37,99,235,0.16);
}

.premium-offer-pill span {
  position: relative;
  z-index: 2;
}


/* Complete redesign: Bezplatný návrh / Bez závazku */
.offer-pill-redesign {
  isolation: isolate;
  border-radius: 999px !important;
  border: 1px solid rgba(191, 219, 254, 0.26) !important;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.72), rgba(29, 16, 57, 0.66)),
    radial-gradient(circle at 18% 12%, rgba(96, 165, 250, 0.24), transparent 34%),
    radial-gradient(circle at 86% 30%, rgba(168, 85, 247, 0.22), transparent 36%),
    rgba(3, 3, 8, 0.82) !important;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.42),
    0 0 34px rgba(37, 99, 235, 0.15),
    0 0 28px rgba(124, 58, 237, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(22px) saturate(155%);
  -webkit-backdrop-filter: blur(22px) saturate(155%);
  overflow: hidden;
  transform: translateZ(0);
}

.offer-pill-redesign::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.18), transparent 42%),
    radial-gradient(circle at 22% 18%, rgba(255,255,255,0.18), transparent 28%),
    radial-gradient(circle at 76% 72%, rgba(124,58,237,0.20), transparent 34%);
}

.offer-pill-redesign::after {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  background: conic-gradient(
    from 180deg,
    rgba(96,165,250,0.00),
    rgba(96,165,250,0.32),
    rgba(168,85,247,0.34),
    rgba(96,165,250,0.00)
  );
  opacity: 0.55;
  filter: blur(10px);
  animation: offerPillAura 5.5s linear infinite;
}

@keyframes offerPillAura {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.offer-pill-redesign > * {
  position: relative;
  z-index: 2;
}

.offer-pill-redesign .md\:w-10,
.offer-pill-redesign .w-8 {
  border: 1px solid rgba(191, 219, 254, 0.34) !important;
  background:
    radial-gradient(circle at 34% 24%, rgba(255,255,255,0.28), transparent 28%),
    linear-gradient(135deg, rgba(37,99,235,0.40), rgba(124,58,237,0.34)) !important;
  box-shadow:
    0 0 24px rgba(96,165,250,0.20),
    inset 0 1px 0 rgba(255,255,255,0.20),
    inset 0 -1px 0 rgba(255,255,255,0.07);
}

.offer-pill-redesign iconify-icon {
  color: #bfdbfe !important;
  filter:
    drop-shadow(0 0 8px rgba(96,165,250,0.52))
    drop-shadow(0 0 14px rgba(168,85,247,0.22));
}

.offer-pill-redesign span:first-child,
.offer-pill-redesign span.text-\[10px\] {
  color: rgba(191, 219, 254, 0.82) !important;
}

.offer-pill-redesign span:last-child {
  color: #ffffff !important;
  text-shadow: 0 0 18px rgba(96,165,250,0.18);
}

.group:hover .offer-pill-redesign {
  border-color: rgba(255,255,255,0.38) !important;
  background:
    linear-gradient(135deg, rgba(20, 31, 63, 0.82), rgba(42, 20, 76, 0.76)),
    radial-gradient(circle at 18% 12%, rgba(96, 165, 250, 0.32), transparent 36%),
    radial-gradient(circle at 86% 30%, rgba(168, 85, 247, 0.30), transparent 38%),
    rgba(3, 3, 8, 0.90) !important;
  box-shadow:
    0 24px 72px rgba(0, 0, 0, 0.48),
    0 0 44px rgba(37, 99, 235, 0.22),
    0 0 36px rgba(124, 58, 237, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.20),
    inset 0 -1px 0 rgba(255, 255, 255, 0.07);
}

.group:hover .offer-pill-redesign .md\:w-10,
.group:hover .offer-pill-redesign .w-8 {
  transform: scale(1.06);
  transition: transform 0.28s ease;
}

@media (prefers-reduced-motion: reduce) {
  .offer-pill-redesign::after {
    animation: none;
  }
}


/* Form status states */
.form-status.text-green-300 {
  color: #86efac !important;
}

.form-status.text-red-300 {
  color: #fca5a5 !important;
}


/* Final mobile/tablet menu fix */
.mobile-menu-brand-fixed,
.mobile-menu-toggle-fixed,
.mobile-menu-panel-fixed,
.mobile-menu-backdrop-fixed {
  display: none;
}

@media (max-width: 1023px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body.mobile-menu-fixed-lock {
    overflow: hidden;
  }

  nav {
    top: 12px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  nav > div {
    width: 100% !important;
    max-width: calc(100vw - 24px) !important;
    min-height: 58px;
    padding: 8px !important;
    gap: 8px !important;
    border-radius: 18px !important;
  }

  nav .nav-domain,
  nav .nav-title,
  nav .nav-cta,
  nav .hidden.md\:flex,
  nav .md\:flex {
    display: none !important;
  }

  .mobile-menu-brand-fixed {
    display: inline-flex !important;
    align-items: center;
    min-height: 44px;
    flex: 1 1 auto;
    min-width: 0;
    padding: 0 14px;
    border: 1px solid rgba(147,197,253,0.16);
    border-radius: 14px;
    background:
      linear-gradient(135deg, rgba(37,99,235,0.12), rgba(124,58,237,0.10)),
      rgba(255,255,255,0.035);
    color: rgba(255,255,255,0.88);
    font-family: 'Geist', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 10002;
  }

  .mobile-menu-toggle-fixed {
    display: inline-flex !important;
    width: 44px;
    height: 44px;
    min-width: 44px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid rgba(147,197,253,0.22);
    border-radius: 14px;
    background:
      radial-gradient(circle at 25% 15%, rgba(255,255,255,0.14), transparent 30%),
      linear-gradient(135deg, rgba(37,99,235,0.18), rgba(124,58,237,0.16)),
      rgba(255,255,255,0.04);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.10),
      0 0 24px rgba(37,99,235,0.12);
    cursor: pointer;
    position: relative;
    z-index: 10002;
    pointer-events: auto !important;
  }

  .mobile-menu-toggle-fixed span {
    width: 18px;
    height: 1.5px;
    border-radius: 99px;
    background: rgba(255,255,255,0.92);
    transition: transform 0.28s ease, opacity 0.2s ease;
  }

  body.mobile-menu-fixed-open .mobile-menu-toggle-fixed span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
  }

  body.mobile-menu-fixed-open .mobile-menu-toggle-fixed span:nth-child(2) {
    opacity: 0;
  }

  body.mobile-menu-fixed-open .mobile-menu-toggle-fixed span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
  }

  .mobile-menu-backdrop-fixed {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(0,0,0,0.34);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }

  body.mobile-menu-fixed-open .mobile-menu-backdrop-fixed {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .mobile-menu-panel-fixed {
    display: block;
    position: fixed;
    left: 12px;
    right: 12px;
    top: 82px;
    z-index: 10001;
    padding: 10px;
    border: 1px solid rgba(147,197,253,0.20);
    border-radius: 20px;
    background:
      radial-gradient(circle at 18% 0%, rgba(96,165,250,0.18), transparent 36%),
      radial-gradient(circle at 88% 12%, rgba(168,85,247,0.17), transparent 36%),
      rgba(3,3,8,0.94);
    box-shadow:
      0 28px 90px rgba(0,0,0,0.62),
      inset 0 1px 0 rgba(255,255,255,0.08);
    backdrop-filter: blur(24px) saturate(155%);
    -webkit-backdrop-filter: blur(24px) saturate(155%);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px) scale(0.985);
    pointer-events: none;
    transition:
      opacity 0.28s ease,
      visibility 0.28s ease,
      transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  }

  body.mobile-menu-fixed-open .mobile-menu-panel-fixed {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto !important;
  }

  .mobile-menu-panel-fixed a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
    margin-bottom: 6px;
    padding: 0 14px;
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 14px;
    background: rgba(255,255,255,0.04);
    color: rgba(255,255,255,0.84);
    font-family: 'Geist', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    pointer-events: auto !important;
    position: relative;
    z-index: 10003;
  }

  .mobile-menu-panel-fixed a:last-child {
    margin-bottom: 0;
  }

  .mobile-menu-panel-fixed a:hover,
  .mobile-menu-panel-fixed a:focus-visible {
    color: #fff;
    border-color: rgba(147,197,253,0.24);
    background: rgba(255,255,255,0.07);
    outline: none;
  }

  .mobile-menu-panel-fixed a.mobile-menu-panel-fixed__cta {
    margin-top: 4px;
    color: #fff;
    background:
      linear-gradient(135deg, rgba(37,99,235,0.90), rgba(124,58,237,0.88)),
      rgba(255,255,255,0.06);
    border-color: rgba(196,181,253,0.32);
    box-shadow:
      0 12px 34px rgba(37,99,235,0.22),
      inset 0 1px 0 rgba(255,255,255,0.18);
  }

  section {
    scroll-margin-top: 96px;
  }

  .container {
    max-width: 100% !important;
  }

  .hero-reveal-stats {
    gap: 10px !important;
  }

  .metric-card {
    min-height: 170px !important;
  }

  #workflows,
  #workflows.process-pinned-section {
    overflow: hidden !important;
  }

  #workflows .process-pinned-left,
  #workflows .workflow-sticky-left,
  #workflows .sticky.top-0 {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
  }

  #workflows .process-pinned-layout,
  #workflows .process-layout {
    display: flex !important;
    flex-direction: column !important;
  }

  #workflows .process-right-scroll,
  #workflows .process-pinned-right,
  #workflows .lg\:w-1\/2 {
    width: 100% !important;
  }

  .contact-grid-refined,
  .why-web-header,
  .service-offer-head {
    gap: 2rem !important;
  }

  .contact-form-panel,
  .contact-info-panel,
  .pricing-card,
  .faq-card {
    min-width: 0;
  }

  footer .flex {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: clamp(3.15rem, 15vw, 5.4rem) !important;
    line-height: 0.92 !important;
  }

  h2 {
    overflow-wrap: anywhere;
  }

  .metric-card {
    padding: 24px !important;
  }

  .contact-form-panel,
  .contact-info-panel,
  .pricing-card,
  .faq-card {
    padding: 1.5rem !important;
  }

  .visible-legal-consent {
    padding: 0.85rem !important;
  }

  .cookie-consent {
    left: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
  }
}

@media (max-width: 420px) {
  nav {
    top: 10px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  nav > div {
    max-width: calc(100vw - 16px) !important;
  }

  .mobile-menu-brand-fixed {
    font-size: 10px;
    letter-spacing: 0.09em;
    padding-left: 11px;
    padding-right: 11px;
  }

  .mobile-menu-panel-fixed {
    left: 8px;
    right: 8px;
    top: 74px;
    border-radius: 18px;
  }

  .mobile-menu-panel-fixed a {
    min-height: 46px;
    font-size: 11px;
  }

  .hero-offer-pill {
    max-width: calc(100vw - 24px);
  }

  .metric-card h3 {
    line-height: 1.45;
  }
}
