
@media (min-width: 993px) {
  .mobile-center-logo-link,
  .menu-box-btn {
    display: none !important;
  }
}


/* ==========================================================================
   neesoi Webdesign Agency - Restored Cloud Design System & Styles
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Design Tokens & Refined Modular Type Scale
   -------------------------------------------------------------------------- */
:root {
  /* Core Backgrounds */
  --bg-main: transparent;
  --bg-subtle: transparent;
  --bg-hero: transparent;
  --bg-card: rgba(255, 255, 255, 0.92);
  --bg-dark: rgba(15, 23, 42, 0.94);

  /* Typography Colors */
  --text-main: #0F172A;
  --text-muted: #475569;
  --text-light: #64748B;
  --text-inverse: #FFFFFF;

  /* Atmospheric Blues */
  --blue-primary: #0066FF;
  --blue-hover: #0047BA;
  --blue-cyan: #00C2FF;
  --blue-light: rgba(240, 246, 255, 0.85);
  --blue-glow: rgba(0, 102, 255, 0.14);

  /* Status Colors */
  --color-success: #10B981;
  --color-failure: #EF4444;

  /* Lines */
  --line-black: #0F172A;
  --line-grid: rgba(15, 23, 42, 0.08);
  --line-subtle: rgba(15, 23, 42, 0.12);

  /* Fonts */
  --font-helvetica: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-inter: 'Inter', system-ui, -apple-system, sans-serif;
  --font-mono: 'JetBrains Mono', monospace;

  /* Type Scale */
  --fs-display: clamp(3.8rem, 9.5vw, 7.5rem);
  --fs-h1: clamp(2.1rem, 3.8vw, 3rem);
  --fs-h2: clamp(1.5rem, 2.8vw, 2.2rem);
  --fs-h3: clamp(1.25rem, 2vw, 1.6rem);
  --fs-h4: 1.1rem;
  --fs-body-lg: 1.12rem;
  --fs-body: 0.98rem;
  --fs-small: 0.85rem;
  --fs-caption: 0.75rem;

  /* Dimensions */
  --header-height: 62px;
  --container-max: 1560px;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-pill: 100px;

  /* Transitions */
  --transition-fast: 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-smooth: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* --------------------------------------------------------------------------
   2. Reset & Base Layout with Soft Ambient Canvas
   -------------------------------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  background-color: #ECE7DF;
  color: #0F172A;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
}

body {
  font-family: var(--font-inter);
  font-size: var(--fs-body);
  line-height: 1.7;
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
  position: relative;
  min-height: 100vh;
  background-color: #ECE7DF;
  color: #0F172A;
}

/* GPU Hardware Acceleration & Smooth Motion Engine */
.site-header,
.project-card,
.service-card-sports,
.btn-pill,
.floating-cloud-artwork,
.scroll-pop-chart,
.review-selector-tab,
.factual-metric-row,
.contact-band-card,
.project-image {
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

/* Ambient Radial Mesh & Architectural Edge Grid Background Canvas (Bone Theme) */
.site-bg-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
  background-image: 
    linear-gradient(to right, rgba(15, 23, 42, 0.065) 1.5px, transparent 1.5px),
    linear-gradient(to bottom, rgba(15, 23, 42, 0.065) 1.5px, transparent 1.5px),
    radial-gradient(circle at 10% 20%, rgba(0, 102, 255, 0.04) 0%, transparent 45%),
    radial-gradient(circle at 90% 70%, rgba(0, 194, 255, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 50% 90%, rgba(236, 231, 223, 0.6) 0%, transparent 60%);
  background-size: 80px 80px, 80px 80px, 100% 100%, 100% 100%, 100% 100%;
}

.cloud-drift-layer {
  display: none !important;
}

/* FLOATING LUSH ATMOSPHERIC CLOUDS (MUCH LARGER & CINEMATIC - STRICTLY BEHIND CONTENT) */
.floating-cloud-artwork,
.floating-greek-artwork {
  position: absolute;
  z-index: 0 !important;
  pointer-events: none;
  user-select: none;
  opacity: 0.92;
  will-change: transform;
  transition: opacity 0.4s ease;
  display: block !important;
  max-width: 100vw !important;
  overflow: visible;
}

.floating-cloud-artwork .cloud-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 6px 20px rgba(0, 194, 255, 0.08));
  -webkit-mask-image: radial-gradient(ellipse at 50% 50%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 60%);
  mask-image: radial-gradient(ellipse at 50% 50%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 60%);
}

.cloud-artwork-1, .greek-artwork-1 {
  top: -40px;
  left: -8vw !important;
  right: auto !important;
  width: 680px;
  max-width: 48vw;
  animation: floatCloudV 8s ease-in-out infinite alternate;
}

.cloud-artwork-2, .greek-artwork-2 {
  top: -40px;
  right: -8vw !important;
  left: auto !important;
  width: 700px;
  max-width: 48vw;
  animation: floatCloudSway 10s ease-in-out infinite alternate;
}

.cloud-artwork-3, .greek-artwork-3 {
  top: -40px;
  left: -8vw !important;
  right: auto !important;
  width: 720px;
  max-width: 48vw;
  animation: floatCloudRotate 12s ease-in-out infinite alternate;
}

.cloud-artwork-4, .greek-artwork-4 {
  top: -40px;
  right: -8vw !important;
  left: auto !important;
  width: 700px;
  max-width: 48vw;
  animation: floatCloudV 9.5s ease-in-out infinite alternate;
}

.cloud-artwork-5, .greek-artwork-5 {
  top: -40px;
  left: -8vw !important;
  right: auto !important;
  width: 680px;
  max-width: 48vw;
  animation: floatCloudSway 11s ease-in-out infinite alternate;
}

.cloud-artwork-6, .greek-artwork-6 {
  top: -40px;
  right: -8vw !important;
  left: auto !important;
  width: 820px;
  max-width: 52vw;
  animation: floatCloudV 10s ease-in-out infinite alternate;
}

/* --------------------------------------------------------------------------
   18. SOLARITY-STYLE FEATURED WORK SHOWCASE
   -------------------------------------------------------------------------- */
.solarity-work-container {
  display: flex;
  flex-direction: column;
  gap: 13rem;
  padding: 3rem 0 7rem 0;
  max-width: 1440px;
  margin: 0 auto;
}

@keyframes floatCloudV {
  0% { transform: translateY(0px) rotate(0deg); }
  100% { transform: translateY(-28px) rotate(2deg); }
}

@keyframes floatCloudSway {
  0% { transform: translateY(0px) rotate(-1.5deg) scale(1); }
  100% { transform: translateY(-22px) rotate(2deg) scale(1.03); }
}

@keyframes floatCloudRotate {
  0% { transform: translateY(0px) rotate(0deg); }
  100% { transform: translateY(-32px) rotate(-2.5deg); }
}

/* --------------------------------------------------------------------------
   10. FAQ ACCORDION SYSTEM
   -------------------------------------------------------------------------- */
.faq-list {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  position: relative;
  z-index: 5;
}

.faq-item {
  background: #FFFFFF;
  border: 1.5px solid rgba(15, 23, 42, 0.16);
  border-radius: var(--radius-md);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05), 0 2px 5px rgba(15, 23, 42, 0.02);
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.faq-item:hover {
  border-color: #0F172A;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.1);
}

.faq-item[open] {
  border-color: var(--blue-primary);
  box-shadow: 0 10px 28px rgba(0, 102, 255, 0.1);
}

.faq-summary {
  padding: 1.15rem 1.6rem;
  font-family: var(--font-helvetica);
  font-weight: 800;
  font-size: 1.02rem;
  color: #0F172A;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
  user-select: none;
  gap: 1rem;
}

.faq-summary::-webkit-details-marker,
.faq-summary::marker {
  display: none;
}

.faq-icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  border-radius: 50%;
  background-color: rgba(0, 102, 255, 0.08);
  color: var(--blue-primary);
  font-weight: 800;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease, color 0.3s ease;
}

.faq-item[open] .faq-icon {
  transform: rotate(45deg);
  background-color: var(--blue-primary);
  color: #FFFFFF;
}

.faq-content {
  padding: 0.2rem 1.6rem 1.25rem 1.6rem;
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.6;
  border-top: 1px solid rgba(15, 23, 42, 0.05);
}

.faq-content p {
  margin-top: 1rem;
}

/* --------------------------------------------------------------------------
   10. CLEAN MATCHING DARK BLUE CTA CONTAINER (PRE-FOOTER)
   -------------------------------------------------------------------------- */
.contact-band-section {
  padding: 4.5rem 0 5rem 0;
  position: relative;
  z-index: 5;
}

.blue-cta-shape {
  background: linear-gradient(145deg, #0F172A 0%, #0B132B 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  padding: 5.5rem 4rem;
  box-shadow: 0 25px 65px rgba(15, 23, 42, 0.18);
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.blue-cta-shape .mono-label {
  color: var(--blue-cyan) !important;
  letter-spacing: 0.15em;
}

.blue-cta-title {
  font-family: var(--font-helvetica);
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 2.8rem);
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-top: 0.85rem;
  line-height: 1.25;
  text-transform: lowercase;
}

.blue-cta-desc {
  font-size: var(--fs-body-lg);
  color: #94A3B8;
  line-height: 1.65;
  max-width: 580px;
  margin-top: 1rem;
  margin-bottom: 2.25rem;
}

.blue-cta-btn {
  background-color: var(--blue-primary) !important;
  border: 1px solid var(--blue-primary) !important;
  color: #FFFFFF !important;
  font-family: var(--font-helvetica);
  font-weight: 700 !important;
  font-size: 1.05rem !important;
  padding: 1rem 2.75rem !important;
  border-radius: var(--radius-pill);
  box-shadow: 0 10px 28px rgba(0, 102, 255, 0.35) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease !important;
  cursor: pointer;
}

.blue-cta-btn:hover {
  background-color: var(--blue-hover) !important;
  border-color: var(--blue-hover) !important;
  color: #FFFFFF !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 36px rgba(0, 102, 255, 0.5) !important;
}

@media (max-width: 768px) {
  .blue-cta-shape {
    padding: 3.25rem 1.5rem;
  }
}

/* --------------------------------------------------------------------------
   11. ULTRA-CLEAN MODERN FOOTER DESIGN
   -------------------------------------------------------------------------- */
.site-footer {
  background-color: #090D16;
  color: #FFFFFF;
  padding: 5rem 0 3rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 10;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  align-items: start;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}

.footer-logo-link {
  display: inline-flex;
  align-items: center;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
}

.footer-logo-link:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.footer-logo-img {
  height: 36px;
  width: auto;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
}

.footer-tagline {
  font-size: 0.92rem;
  color: #94A3B8;
  max-width: 340px;
  line-height: 1.65;
}

.footer-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.4rem 0.95rem;
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.22);
  border-radius: var(--radius-pill);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: #10B981;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #10B981;
  box-shadow: 0 0 10px #10B981;
  animation: pulseDot 2s infinite;
}

@keyframes pulseDot {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

.footer-nav-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

.footer-column-title {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--blue-cyan);
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 1.35rem;
  text-transform: uppercase;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.footer-links a {
  font-size: 0.92rem;
  color: #94A3B8;
  transition: color 0.25s ease, transform 0.25s ease;
  display: inline-block;
}

.footer-links a:hover {
  color: #FFFFFF;
  transform: translateX(4px);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2.25rem;
  font-size: var(--fs-caption);
  color: #64748B;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom-accent {
  font-family: var(--font-mono);
  color: #475569;
}

/* --------------------------------------------------------------------------
   12. RESPONSIVE BREAKPOINTS
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .review-spotlight-wrapper,
  .impact-cards-grid,
  .portfolio-grid-3,
  .services-grid-3,
  .footer-top {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .cloud-artwork-1, .cloud-artwork-2, .cloud-artwork-3, .cloud-artwork-4, .cloud-artwork-5, .cloud-artwork-6 {
    width: 320px;
    opacity: 0.7;
  }
}

@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }
  .menu-circle-btn {
    display: flex;
  }
  .hero-title {
    font-size: clamp(3.2rem, 14vw, 5.5rem);
  }
  .section {
    padding: 4.5rem 0;
  }
  .section-header {
    margin-bottom: 2rem;
  }
  .cloud-artwork-1, .cloud-artwork-2, .cloud-artwork-3, .cloud-artwork-4, .cloud-artwork-5, .cloud-artwork-6 {
    display: none !important;
  }
}

/* Section Header Underline (Wider & Thicker Cyan Accent Stroke) */
.hand-drawn-underline {
  position: absolute;
  bottom: -6px;
  left: -4%;
  width: 108%;
  height: 24px;
  pointer-events: none;
  z-index: -1;
  opacity: 0.95;
  overflow: visible;
  filter: drop-shadow(0 3px 10px rgba(0, 194, 255, 0.4));
}

.hand-drawn-underline path {
  stroke: var(--blue-cyan);
  stroke-width: 7.5px;
  stroke-linecap: round;
}

.scribble-transition-divider {
  display: none !important;
}

a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition-fast);
}

button, input, textarea, select {
  font-family: inherit;
  font-size: var(--fs-body);
  border: none;
  outline: none;
  background: none;
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #F4EFEA;
}
::-webkit-scrollbar-thumb {
  background: #CBD5E1;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--blue-primary);
}

::selection {
  background-color: var(--blue-primary);
  color: #FFFFFF;
}

.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 5;
}

.mono-label {
  font-family: var(--font-mono);
  font-size: var(--fs-caption);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--blue-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 700;
}

.overflow-visible {
  overflow-x: clip !important;
  overflow-y: visible !important;
}

.position-relative {
  position: relative !important;
}

/* Page Header for Subpages (Clears Fixed Header Navbar with Generous Breathing Room) */
.legal-header {
  padding-top: 11.5rem !important;
  padding-bottom: 3.5rem;
  position: relative;
  z-index: 10;
}

/* --------------------------------------------------------------------------
   3. DYNAMIC FLOATING SCROLL-SHRINKING NAVIGATION BAR (ULTRA-PREMIUM GLASS)
   -------------------------------------------------------------------------- */
.site-header {
  position: fixed;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 2.5rem);
  max-width: 780px;
  height: 70px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: var(--radius-pill);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, height, max-width;
}

/* Scrolled State: Sleek & Ultra-Refined Contraction */
.site-header.scrolled {
  top: 0.8rem;
  height: 54px;
  max-width: 660px;
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(15, 23, 42, 0.16);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.1);
}

/* Site-Wide Scroll Reveal Engine */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1), transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.reveal-on-scroll.revealed {
  opacity: 1;
  transform: translateY(0);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 1.75rem;
  width: 100%;
  position: relative;
}

.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 2rem;
  width: 100%;
  transition: gap 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.site-header.scrolled .nav-menu {
  gap: 1.3rem;
}

.nav-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1rem;
  transition: margin 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.site-header.scrolled .nav-logo-item {
  margin: 0 0.5rem;
}

.nav-center-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.35rem;
}

.nav-center-logo-img {
  height: 32px;
  width: auto;
  object-fit: contain;
  display: block;
  transition: height 0.35s cubic-bezier(0.16, 1, 0.3, 1), transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.site-header.scrolled .nav-center-logo-img {
  height: 25px;
}

.nav-center-logo-link:hover .nav-center-logo-img {
  transform: scale(1.1);
}

.nav-link {
  font-family: var(--font-helvetica);
  font-weight: 800 !important;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0F172A;
  padding: 0.45rem 1.1rem;
  border-radius: var(--radius-pill);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-block;
  white-space: nowrap;
  position: relative;
}

.site-header.scrolled .nav-link {
  font-size: 0.78rem;
  padding: 0.35rem 0.95rem;
}

.nav-link:hover {
  color: #FFFFFF !important;
  background-color: #0F172A !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.22);
}

.nav-link.active {
  color: #FFFFFF !important;
  background-color: #0F172A !important;
  font-weight: 800 !important;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.22);
}

.menu-circle-btn {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(15, 23, 42, 0.15);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.9);
  transition: var(--transition-fast);
}

.menu-circle-btn span {
  width: 17px;
  height: 2px;
  background-color: #0F172A;
  transition: var(--transition-fast);
}

.hero-title-container {
  position: relative;
  display: inline-block;
  z-index: 2;
}

/* Pill Buttons */
.btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.9rem 2.2rem;
  background-color: var(--line-black);
  color: #FFFFFF !important;
  font-family: var(--font-helvetica);
  font-weight: 700;
  font-size: var(--fs-small);
  text-transform: lowercase;
  border-radius: var(--radius-pill);
  border: 1px solid var(--line-black);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.3s ease, box-shadow 0.35s ease, border-color 0.3s ease;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.btn-pill:hover {
  background-color: var(--blue-primary);
  border-color: var(--blue-primary);
  color: #FFFFFF !important;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 30px rgba(0, 102, 255, 0.35);
}

/* --------------------------------------------------------------------------
   4. HERO SECTION (BEAUTIFUL CLOUD PANORAMA)
   -------------------------------------------------------------------------- */
.hero-section {
  position: relative;
  min-height: 88vh;
  width: 100%;
  padding-top: calc(var(--header-height) + 6rem);
  padding-bottom: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, rgba(236, 231, 223, 0.15) 0%, rgba(236, 231, 223, 0.65) 75%, #ECE7DF 100%), url('../images/hero.webp') no-repeat center center / cover !important;
  color: #0F172A;
  overflow: hidden;
  border-bottom: none !important;
}

.hero-center-content {
  position: relative;
  z-index: 10;
  text-align: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-title {
  font-family: var(--font-helvetica);
  font-weight: 900;
  font-size: clamp(4.8rem, 12.5vw, 9rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
  text-transform: lowercase;
  color: #0F172A;
  text-shadow: 0 4px 25px rgba(255, 255, 255, 0.95);
}

.hero-subtitle {
  font-family: var(--font-helvetica);
  font-weight: 700;
  font-size: clamp(1.6rem, 3.5vw, 2.5rem);
  letter-spacing: -0.03em;
  text-transform: lowercase;
  color: #475569;
  margin-top: 1rem;
  margin-bottom: 0;
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.8);
}

.hero-anim-1 {
  animation: heroFadeUp 1.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-anim-2 {
  opacity: 0;
  animation: heroFadeUp 1.4s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards;
}

.hero-stats-bar {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(15, 23, 42, 0.08);
  padding: 1.25rem 2.5rem;
  border-radius: var(--radius-pill);
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.04);
}

@media (max-width: 768px) {
  .desktop-only-divider {
    display: none !important;
  }
  .hero-stats-bar {
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    gap: 1.5rem !important;
  }
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --------------------------------------------------------------------------
   5. SECTIONS WITH ATMOSPHERIC TRANSPARENCY
   -------------------------------------------------------------------------- */
.section {
  padding: 6.5rem 0;
  position: relative;
  background: transparent !important;
  border-bottom: none !important;
}

.section-subtle {
  background: transparent !important;
}

.section-impact {
  background: transparent !important;
}

.section-title {
  font-family: var(--font-helvetica);
  font-weight: 900;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  text-transform: lowercase;
  color: #0F172A;
}

.section-desc {
  font-size: clamp(1rem, 2vw, 1.22rem);
  color: #475569;
  max-width: 680px;
  margin: 1rem auto 0 auto;
  line-height: 1.6;
}

.section-header {
  text-align: center;
  margin-bottom: 2.75rem;
}

/* --------------------------------------------------------------------------
   6. SPOTLIGHT REVIEWS SHOWCASE (PURE WHITE GLASS CARDS)
   -------------------------------------------------------------------------- */
.review-spotlight-wrapper {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 2.5rem;
  align-items: stretch;
}

.spotlight-card-main {
  background: #FFFFFF;
  border: 1.5px solid rgba(15, 23, 42, 0.16);
  border-radius: var(--radius-lg);
  padding: 3rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.75rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08), 0 4px 12px rgba(15, 23, 42, 0.04);
  position: relative;
  overflow: hidden;
  z-index: 5;
  color: #0F172A;
}

.spotlight-glass-bg {
  position: absolute;
  top: -30%;
  right: -30%;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(0, 102, 255, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.spotlight-top-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.spotlight-category {
  font-family: var(--font-mono);
  font-size: var(--fs-caption);
  color: var(--blue-primary);
  font-weight: 700;
}

.spotlight-quote {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: clamp(1.2rem, 2.2vw, 1.48rem);
  line-height: 1.6;
  color: #0F172A;
  font-style: normal;
  letter-spacing: -0.02em;
}

.spotlight-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line-subtle);
  padding-top: 1.75rem;
  gap: 1rem;
}

.spotlight-author-box {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.spotlight-avatar {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  border-radius: 50%;
  background-color: #0F172A;
  color: #FFFFFF;
  font-family: var(--font-mono);
  font-weight: 800;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.star-rating-pill {
  font-family: var(--font-mono);
  font-size: var(--fs-caption);
  font-weight: 700;
  color: #D97706;
  background-color: #FEF3C7;
  padding: 0.35rem 0.85rem;
  border-radius: var(--radius-pill);
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.star-rating-pill span {
  color: #0F172A;
}

.reviews-selector-column {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  justify-content: center;
}

.review-selector-tab {
  background: #FFFFFF;
  border: 1.5px solid rgba(15, 23, 42, 0.16);
  border-radius: var(--radius-md);
  padding: 1.25rem 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  transition: var(--transition-smooth);
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
  color: #0F172A;
}

.review-selector-tab:hover {
  transform: translateX(6px);
  border-color: #0F172A;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

.review-selector-tab.active {
  background-color: #0F172A;
  color: #FFFFFF;
  border-color: #0F172A;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.15);
}

.selector-left {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.selector-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: rgba(15, 23, 42, 0.08);
  color: #0F172A;
  font-family: var(--font-mono);
  font-weight: 800;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.review-selector-tab.active .selector-avatar {
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
}

.selector-title {
  display: block;
  font-family: var(--font-helvetica);
  font-weight: 800;
  font-size: var(--fs-body);
  line-height: 1.2;
}

.selector-desc {
  display: block;
  font-size: var(--fs-caption);
  color: #64748B;
  margin-top: 0.15rem;
}

.review-selector-tab.active .selector-desc {
  color: #94A3B8;
}

/* --------------------------------------------------------------------------
   7. SINGLE BIG FACTUAL CURVE GRAPH CHART (SCROLL POP & TUFF LINE ANIMATION)
   -------------------------------------------------------------------------- */
.scroll-pop-chart {
  opacity: 0;
  transform: translateY(40px) scale(0.96);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.scroll-pop-chart.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.factual-chart-card {
  background: #FFFFFF;
  border: 1.5px solid rgba(15, 23, 42, 0.16);
  border-radius: var(--radius-lg);
  padding: 2.25rem 2rem;
  max-width: 1100px;
  margin: 0 auto;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08), 0 4px 12px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  position: relative;
  z-index: 5;
  color: #0F172A;
}

.single-chart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  padding-bottom: 1rem;
  flex-wrap: wrap;
}

.single-header-left {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.dark-theme-title {
  color: #0F172A !important;
}

.single-header-stats {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.stat-callout-box {
  display: flex;
  flex-direction: column;
}

.stat-callout-num {
  font-family: var(--font-helvetica);
  font-weight: 900;
  font-size: 1.75rem;
  color: var(--blue-primary);
  line-height: 1;
}

.stat-callout-num small {
  font-size: 1rem;
  color: #64748B;
}

.stat-callout-label {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: #64748B;
  margin-top: 0.2rem;
}

.single-curve-viewport {
  position: relative;
  width: 100%;
  background: #F9F6F0;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: var(--radius-md);
  padding: 1.25rem 1.25rem 0.75rem 1.25rem;
  overflow: hidden;
}

.hero-svg-chart {
  width: 100%;
  max-height: 210px;
  height: auto;
  overflow: visible;
}

.hero-chart-axis {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 1rem 0 1rem;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: #64748B;
  font-weight: 700;
  letter-spacing: 0.06em;
}

/* Animations */
@keyframes drawChartLine {
  0% { stroke-dashoffset: 1000; }
  100% { stroke-dashoffset: 0; }
}

@keyframes pulseBeacon {
  0% { r: 6; opacity: 0.9; }
  50% { r: 16; opacity: 0.25; }
  100% { r: 6; opacity: 0.9; }
}

@keyframes floatBadge {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-7px); }
}

.animated-neesoi-line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: stroke-dashoffset 2.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.scroll-pop-chart.is-visible .animated-neesoi-line {
  stroke-dashoffset: 0;
}

.animated-template-line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: stroke-dashoffset 2.8s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
}

.scroll-pop-chart.is-visible .animated-template-line {
  stroke-dashoffset: 0;
}

.beacon-pulse {
  animation: pulseBeacon 2.2s infinite ease-in-out;
}

/* Stat badge is static (no floating animation as requested) */
.chart-hero-badge {
  pointer-events: none;
}

.hero-chart-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.75rem;
  gap: 1.25rem;
  width: 100%;
}

.dark-citations {
  color: #64748B;
}

.cyan-link {
  color: #94A3B8 !important;
  font-weight: 700;
  transition: color 0.2s ease;
}

.cyan-link:hover {
  color: var(--blue-cyan) !important;
}

.btn-cyan-cta {
  background-color: var(--blue-primary) !important;
  border-color: var(--blue-primary) !important;
  color: #FFFFFF !important;
  box-shadow: 0 10px 30px rgba(0, 102, 255, 0.45) !important;
  font-weight: 700 !important;
}

.btn-cyan-cta:hover {
  background-color: var(--blue-hover) !important;
  border-color: var(--blue-hover) !important;
  box-shadow: 0 14px 40px rgba(0, 102, 255, 0.65) !important;
  transform: translateY(-2px) scale(1.02);
}

@media (max-width: 860px) {
  .factual-chart-card {
    padding: 2.25rem 1.5rem;
  }
  .single-chart-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-chart-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
.citation-sep { color: #CBD5E1; }

/* --------------------------------------------------------------------------
   8. FEATURED PROJECTS PORTFOLIO
   -------------------------------------------------------------------------- */
.portfolio-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.project-card {
  background: #FFFFFF;
  border: 1.5px solid rgba(15, 23, 42, 0.16);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06), 0 2px 6px rgba(15, 23, 42, 0.03);
}

.project-card:hover {
  transform: translateY(-6px);
  border-color: #0F172A;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
}

.project-image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9.2;
  overflow: hidden;
  background-color: #F1F5F9;
}

.project-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.dr-sofi-image {
  object-fit: cover !important;
  object-position: center 20% !important;
}

.project-card:hover .project-image {
  transform: scale(1.05);
}

.project-badge {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 5;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.28rem 0.7rem;
  background-color: #0F172A;
  color: #FFFFFF;
  border-radius: var(--radius-pill);
  letter-spacing: 0.05em;
}

.project-info {
  padding: 1.5rem 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  gap: 1rem;
}

.project-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: var(--fs-caption);
  color: var(--blue-primary);
  font-weight: 700;
}

.project-title {
  font-family: var(--font-helvetica);
  font-weight: 900;
  font-size: 1.3rem;
  color: #0F172A;
  margin-top: 0.25rem;
  text-transform: lowercase;
}

.project-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line-subtle);
  padding-top: 0.85rem;
}

.view-btn-text {
  font-family: var(--font-helvetica);
  font-weight: 800;
  font-size: 0.9rem;
  color: #0F172A;
  transition: color 0.2s ease;
}

.project-card:hover .view-btn-text {
  color: var(--blue-primary);
}

/* --------------------------------------------------------------------------
   9. SERVICES GRID SECTION
   -------------------------------------------------------------------------- */
.services-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2rem;
}

.service-card-sports {
  background: #FFFFFF;
  border: 1.5px solid rgba(15, 23, 42, 0.16);
  border-radius: var(--radius-lg);
  padding: 2.75rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
}

.service-card-sports:hover {
  transform: translateY(-5px);
  border-color: #0F172A;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
}

/* Featured Dark Blue Service Card Accent */
.dark-service-card {
  background: #0F172A !important;
  color: #FFFFFF !important;
  border: 1px solid var(--blue-primary) !important;
  box-shadow: 0 16px 45px rgba(0, 102, 255, 0.18) !important;
}

.dark-service-card .service-icon-badge {
  background-color: var(--blue-primary) !important;
}

.dark-service-card .service-num-tag {
  color: var(--blue-cyan) !important;
}

.dark-service-card .service-card-headline {
  color: #FFFFFF !important;
}

.dark-service-card .service-card-desc {
  color: #94A3B8 !important;
}

.dark-service-card .service-cta-btn {
  color: var(--blue-cyan) !important;
}

.service-icon-badge {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  background-color: #0F172A;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-svg-icon {
  width: 24px;
  height: 24px;
  stroke: #FFFFFF;
}

.service-num-tag {
  font-family: var(--font-mono);
  font-size: var(--fs-caption);
  color: var(--blue-primary);
  font-weight: 700;
}

.service-card-headline {
  font-family: var(--font-helvetica);
  font-weight: 800;
  font-size: 1.35rem;
  color: #0F172A;
  text-transform: lowercase;
  line-height: 1.25;
}

.service-card-desc {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.6;
}

.service-card-footer {
  border-top: 1px solid var(--line-subtle);
  padding-top: 1.25rem;
}

.service-cta-btn {
  font-family: var(--font-helvetica);
  font-weight: 800;
  font-size: 0.9rem;
  color: var(--blue-primary);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.service-cta-btn:hover {
  color: var(--blue-hover);
}

/* Clean Footer Mobile Responsive Media Queries */
@media (max-width: 992px) {
  .footer-top {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

@media (max-width: 640px) {
  .footer-nav-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

/* --------------------------------------------------------------------------
   11. RESPONSIVE BREAKPOINTS
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .review-spotlight-wrapper,
  .impact-cards-grid,
  .portfolio-grid-3,
  .services-grid-3,
  .footer-top {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .cloud-artwork-1, .cloud-artwork-2, .cloud-artwork-3, .cloud-artwork-4 {
    width: 320px;
    opacity: 0.7;
  }
}

@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }
  .menu-circle-btn {
    display: flex;
  }
  .hero-title {
    font-size: clamp(3.2rem, 14vw, 5.5rem);
  }
  .section {
    padding: 4.5rem 0;
  }
  .cloud-artwork-1, .cloud-artwork-2, .cloud-artwork-3, .cloud-artwork-4 {
    display: none !important;
  }
}

/* --------------------------------------------------------------------------
   11. FOUNDERS MANIFESTO & PROFILE CARDS
   -------------------------------------------------------------------------- */
.founders-showcase-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.founders-manifesto-card {
  background: #0F172A;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  padding: 3.5rem 3rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  align-items: center;
  box-shadow: 0 25px 65px rgba(15, 23, 42, 0.28);
}

.manifesto-headline {
  font-family: var(--font-helvetica);
  font-weight: 900;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: #FFFFFF;
  margin-top: 0.6rem;
  line-height: 1.2;
}

.manifesto-text {
  font-size: 1.05rem;
  color: #94A3B8;
  margin-top: 1rem;
  line-height: 1.7;
}

.manifesto-stats-column {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 2.5rem;
}

.manifesto-stat-item {
  display: flex;
  flex-direction: column;
}

.manifesto-num {
  font-family: var(--font-helvetica);
  font-weight: 900;
  font-size: 2.2rem;
  color: var(--blue-cyan);
  line-height: 1;
}

.manifesto-lbl {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: #64748B;
  margin-top: 0.3rem;
}

.founders-profiles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}

.founder-profile-card {
  background: #0F172A;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.2);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease;
}

.founder-profile-card:hover {
  transform: translateY(-6px);
  border-color: var(--blue-cyan);
}

.founder-img-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: #090D16;
}

.founder-portrait-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.founder-profile-card:hover .founder-portrait-img {
  transform: scale(1.05);
}

.founder-role-badge {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 800;
  color: #0F172A;
  background: var(--blue-cyan);
  padding: 0.35rem 0.85rem;
  border-radius: var(--radius-pill);
}

.founder-card-body {
  padding: 2.25rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.founder-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.founder-name {
  font-family: var(--font-helvetica);
  font-weight: 900;
  font-size: 1.6rem;
  color: #FFFFFF;
}

.founder-subtitle {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: #64748B;
  display: block;
}

.founder-tag-pill {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--blue-cyan);
  background: rgba(0, 194, 255, 0.12);
  padding: 0.3rem 0.75rem;
  border-radius: 6px;
}

.founder-bio-text {
  font-size: 0.98rem;
  color: #94A3B8;
  line-height: 1.65;
}

.founder-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.25rem;
  margin-top: 0.5rem;
}

.founder-connect-link {
  font-family: var(--font-helvetica);
  font-weight: 800;
  font-size: 0.9rem;
  color: var(--blue-cyan);
  transition: color 0.2s ease;
}

.founder-connect-link:hover {
  color: #FFFFFF;
}

/* --------------------------------------------------------------------------
   12. INTERACTIVE PROJECT PLANNER FORM
   -------------------------------------------------------------------------- */
.planner-card {
  background: #0F172A;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  padding: 3.5rem 3rem;
  color: #FFFFFF;
  box-shadow: 0 25px 65px rgba(15, 23, 42, 0.28);
}

.planner-form {
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
}

.form-step-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-helvetica);
  font-weight: 800;
  font-size: 1.15rem;
  color: #FFFFFF;
  margin-bottom: 1.25rem;
}

.chip-options {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.chip-checkbox {
  display: none;
}

.chip-label {
  font-family: var(--font-helvetica);
  font-weight: 700;
  font-size: 0.92rem;
  color: #94A3B8;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0.75rem 1.4rem;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: all 0.25s ease;
}

.chip-label:hover {
  color: #FFFFFF;
  border-color: var(--blue-cyan);
  background: rgba(0, 194, 255, 0.08);
}

.chip-checkbox:checked + .chip-label {
  color: #0F172A;
  background: var(--blue-cyan);
  border-color: var(--blue-cyan);
  font-weight: 800;
  box-shadow: 0 6px 20px rgba(0, 194, 255, 0.35);
}

.form-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.input-field {
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  padding: 1.1rem 1.4rem;
  color: #FFFFFF;
  font-family: var(--font-inter);
  font-size: 0.98rem;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}

.input-field:focus {
  outline: none;
  border-color: var(--blue-cyan);
  background: rgba(255, 255, 255, 0.07);
}

.input-field::placeholder {
  color: #64748B;
}

@media (max-width: 860px) {
  .founders-manifesto-card,
  .founders-profiles-grid,
  .form-grid-2 {
    grid-template-columns: 1fr;
  }
  .manifesto-stats-column {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 0;
    padding-top: 1.75rem;
    flex-direction: row;
    justify-content: space-between;
  }
  .planner-card,
  .founders-manifesto-card {
    padding: 2.25rem 1.5rem;
  }
}

/* --------------------------------------------------------------------------
   13. PORTFOLIO CATEGORY FILTER BAR & DARK GLASSMORPHISM UTILITIES
   -------------------------------------------------------------------------- */
.portfolio-filter-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 3.5rem;
}

.portfolio-filter-btn {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  font-weight: 700;
  color: #94A3B8;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0.6rem 1.35rem;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  letter-spacing: 0.05em;
  backdrop-filter: blur(8px);
}

.portfolio-filter-btn:hover {
  color: #FFFFFF;
  border-color: var(--blue-cyan);
  background: rgba(0, 194, 255, 0.12);
  transform: translateY(-2px);
}

.portfolio-filter-btn.active {
  color: #0F172A;
  background: var(--blue-cyan);
  border-color: var(--blue-cyan);
  box-shadow: 0 8px 24px rgba(0, 194, 255, 0.4);
}

.dark-glass-card {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.92) 0%, rgba(11, 19, 43, 0.95) 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
}

.white-glass-card {
  background: #FFFFFF !important;
  border: 1px solid rgba(15, 23, 42, 0.12) !important;
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
  color: #0F172A !important;
}

.white-glass-card h2, .white-glass-card h3, .white-glass-card strong {
  color: #0F172A !important;
}

.white-glass-card p {
  color: #475569 !important;
}

.blue-tint-card {
  background: rgba(0, 102, 255, 0.05) !important;
  border: 1.5px solid rgba(0, 102, 255, 0.22) !important;
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 40px rgba(0, 102, 255, 0.08);
  color: #0F172A !important;
}

.device-placeholder-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
  color: #94A3B8;
  font-family: var(--font-mono);
  font-size: 0.85rem;
  padding: 1.5rem;
  text-align: center;
}

.legal-article-dark {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.85) 0%, rgba(11, 19, 43, 0.9) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  padding: 3.5rem 3rem;
  color: #FFFFFF;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.legal-article-dark h2 {
  color: #FFFFFF;
  font-family: var(--font-helvetica);
  font-weight: 800;
  font-size: 1.4rem;
  margin-bottom: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 0.5rem;
}

.legal-article-dark h3 {
  color: var(--blue-cyan);
  font-family: var(--font-helvetica);
  font-weight: 700;
  font-size: 1.1rem;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

.legal-article-dark p {
  color: #94A3B8;
  font-size: 0.98rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

.legal-article-dark a {
  color: var(--blue-cyan);
  text-decoration: underline;
  transition: color 0.2s ease;
}

.legal-article-dark a:hover {
  color: #FFFFFF;
}

.service-cta-btn {
  font-family: var(--font-mono);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--blue-cyan);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: color 0.25s ease, transform 0.25s ease;
}

.service-cta-btn:hover {
  color: #FFFFFF;
  transform: translateX(-4px);
}

/* --------------------------------------------------------------------------
   14. SIDE-BY-SIDE LAPTOP & MOBILE PHONE DEVICE MOCKUPS
   -------------------------------------------------------------------------- */
.device-showcase-wrapper {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 3.5rem auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2rem;
  perspective: 1200px;
}

.device-showcase-wrapper::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 80%;
  background: radial-gradient(ellipse at center, rgba(0, 194, 255, 0.18) 0%, rgba(0, 102, 255, 0.08) 45%, transparent 70%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 1;
}

/* --- LAPTOP MOCKUP --- */
.laptop-mockup {
  position: relative;
  width: 82%;
  z-index: 2;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), filter 0.5s ease;
  filter: drop-shadow(0 18px 40px rgba(15, 23, 42, 0.12));
}

.laptop-mockup:hover {
  transform: translateY(-6px);
  filter: drop-shadow(0 24px 52px rgba(15, 23, 42, 0.18));
}

.laptop-bezel {
  background: #090D16;
  border: 3px solid #1E293B;
  border-radius: 20px 20px 0 0;
  padding: 10px 10px 0 10px;
  position: relative;
  box-shadow: 0 0 0 1px #090D16;
}

.laptop-camera-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #334155;
  margin: 0 auto 8px auto;
  box-shadow: 0 0 4px rgba(0, 194, 255, 0.5);
}

.laptop-screen {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #090D16 !important;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  border: none;
  box-shadow: none;
}

.laptop-screen::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.35);
  border-radius: inherit;
}

.laptop-screen-img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: top center !important;
  border: none !important;
  outline: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transition: transform 0.8s ease;
}

.laptop-mockup:hover .laptop-screen-img {
  transform: scale(1.04);
}

.laptop-base {
  height: 18px;
  background: linear-gradient(180deg, #1E293B 0%, #0F172A 100%);
  border-radius: 0 0 24px 24px;
  position: relative;
  border-top: 1.5px solid #334155;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.laptop-base-notch {
  width: 90px;
  height: 6px;
  background: #090D16;
  border-radius: 0 0 6px 6px;
  margin: 0 auto;
}

.device-badge-laptop {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 194, 255, 0.3);
  color: var(--blue-cyan);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.35rem 0.85rem;
  border-radius: var(--radius-pill);
  z-index: 10;
  letter-spacing: 0.08em;
}

/* --- MOBILE PHONE MOCKUP --- */
.phone-mockup {
  position: relative;
  width: 28%;
  max-width: 240px;
  z-index: 3;
  margin-left: -5%;
  margin-bottom: -10px;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), filter 0.5s ease;
  filter: drop-shadow(0 14px 32px rgba(15, 23, 42, 0.14));
}

.phone-mockup:hover {
  transform: translateY(-8px) scale(1.02);
  filter: drop-shadow(0 20px 45px rgba(15, 23, 42, 0.2));
}

.phone-frame {
  background: #090D16;
  border: 4px solid #1E293B;
  border-radius: 36px;
  padding: 8px;
  position: relative;
  box-shadow: 0 0 0 1px #090D16, 0 0 20px rgba(0, 194, 255, 0.15);
}

.phone-notch {
  width: 65px;
  height: 14px;
  background: #000000;
  border-radius: 12px;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.phone-screen {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 18.5;
  background: #090D16 !important;
  border-radius: 28px;
  overflow: hidden;
  border: none;
  box-shadow: none;
}

.phone-screen::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.35);
  border-radius: inherit;
}

.phone-screen-img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: top center !important;
  border: none !important;
  outline: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transition: transform 0.8s ease;
}

.phone-mockup:hover .phone-screen-img {
  transform: scale(1.06);
}

/* --- SPELTHORNE EAGLES HEROIC SHOWCASE ACCENTS --- */
.spelthorne-row .laptop-mockup {
  width: 86% !important;
}

.spelthorne-row .phone-mockup {
  width: 30% !important;
  transform: translateY(32px);
}

.spelthorne-row .phone-mockup:hover {
  transform: translateY(22px) scale(1.02);
}

.spelthorne-row .phone-screen-img {
  object-position: center 25px !important;
}

.spelthorne-showcase-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 95%;
  background: radial-gradient(circle, rgba(0, 194, 255, 0.15) 0%, rgba(0, 102, 255, 0.05) 55%, transparent 75%);
  filter: blur(45px);
  pointer-events: none;
  z-index: 1;
}

/* --- LIVE SITE CTA ACTION BAR --- */
.live-site-action-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.9) 0%, rgba(11, 19, 43, 0.95) 100%);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(0, 194, 255, 0.25);
  border-radius: var(--radius-lg);
  padding: 1.6rem 2.25rem;
  margin-bottom: 3.5rem;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.3);
}

.live-site-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: linear-gradient(135deg, #0066FF 0%, #00C2FF 100%);
  color: #FFFFFF !important;
  font-family: var(--font-helvetica);
  font-weight: 800;
  font-size: 1.05rem;
  padding: 0.95rem 2.4rem;
  border-radius: var(--radius-pill);
  box-shadow: 0 10px 30px rgba(0, 194, 255, 0.4);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.live-site-cta-btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 16px 40px rgba(0, 194, 255, 0.6);
  background: linear-gradient(135deg, #00C2FF 0%, #0066FF 100%);
}

.live-site-meta-list {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.meta-pill-tag {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: #94A3B8;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.meta-pill-tag strong {
  color: #FFFFFF;
}

/* --- INTERACTIVE LIVE SITE DEMO MODAL --- */
.live-demo-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(9, 13, 22, 0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.live-demo-modal.active {
  opacity: 1;
  pointer-events: auto;
}

.live-demo-header {
  height: 64px;
  background: #0F172A;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
}

.live-demo-title {
  font-family: var(--font-helvetica);
  font-weight: 800;
  font-size: 1.1rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.live-demo-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.demo-view-btn {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 700;
  color: #94A3B8;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0.45rem 1rem;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: all 0.2s ease;
}

.demo-view-btn.active, .demo-view-btn:hover {
  color: #0F172A;
  background: var(--blue-cyan);
  border-color: var(--blue-cyan);
}

.live-demo-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
}

.live-demo-close:hover {
  background: var(--color-failure);
}

.live-demo-viewport {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  overflow: hidden;
}

.demo-iframe-wrapper {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  background: #FFFFFF;
  border-radius: var(--radius-md);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  transition: max-width 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.demo-iframe-wrapper.mobile-view {
  max-width: 414px;
  height: 780px;
  border-radius: 36px;
  border: 4px solid #334155;
}

@media (max-width: 860px) {
  .device-showcase-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .laptop-mockup {
    width: 100%;
  }
  .phone-mockup {
    width: 60%;
    margin-left: 0;
    margin-top: -30px;
  }
}

/* --------------------------------------------------------------------------
   15. ATMOSPHERIC BACKGROUND CLOUDS & GREEK ARTWORK LAYER ENGINE
   -------------------------------------------------------------------------- */
.floating-cloud-artwork,
.floating-greek-artwork {
  position: absolute;
  pointer-events: none;
  z-index: 0 !important; /* STRICTLY BEHIND ALL CONTENT CARDS */
  opacity: 0.65;
  transition: opacity 0.3s ease;
}

.cloud-artwork-1 {
  top: -40px;
  left: -8vw !important;
  right: auto !important;
  width: 680px;
}

.cloud-artwork-2 {
  top: -40px;
  right: -8vw !important;
  left: auto !important;
  width: 700px;
}

.cloud-artwork-3 {
  top: -40px;
  left: -8vw !important;
  right: auto !important;
  width: 720px;
}

.cloud-artwork-4 {
  top: -40px;
  right: -8vw !important;
  left: auto !important;
  width: 700px;
}

.cloud-artwork-5 {
  top: -40px;
  left: -8vw !important;
  right: auto !important;
  width: 680px;
}

.cloud-artwork-6 {
  top: -40px;
  right: -8vw !important;
  left: auto !important;
  width: 820px;
}

.cloud-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0, 194, 255, 0.15));
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

.cloud-glow-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background: radial-gradient(circle, rgba(0, 194, 255, 0.22) 0%, rgba(0, 102, 255, 0.08) 50%, transparent 75%);
  filter: blur(50px);
  z-index: -1;
}

/* Ensure ALL Content Containers Sit Crisp & Sharp Above Background Elements */
.legal-header,
main,
.section,
.spotlight-card-main,
.planner-card,
.dark-glass-card,
.white-glass-card,
.blue-tint-card,
.device-showcase-wrapper,
.live-site-action-bar,
.portfolio-filter-bar,
.founders-manifesto-card,
.founder-profile-card,
.service-card-sports,
.blue-cta-shape {
  position: relative;
  z-index: 10 !important; /* ALWAYS STRICTLY IN FRONT OF CLOUDS */
}

/* --------------------------------------------------------------------------
   17. SPACIOUS & LUXURIOUS CASE STUDY NEESOI DESIGN SYSTEM
   -------------------------------------------------------------------------- */
.project-metadata-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  background: #0F172A;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  padding: 2.25rem 2.5rem;
  margin: 3.5rem 0;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.25);
}

.meta-item-bento {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  padding-right: 1.5rem;
}

.meta-item-bento:last-child {
  border-right: none;
  padding-right: 0;
}

.meta-bento-lbl {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 800;
  color: #64748B;
  letter-spacing: 0.06em;
}

.meta-bento-val {
  font-family: var(--font-helvetica);
  font-weight: 800;
  font-size: 1.1rem;
  color: #FFFFFF;
}

.spacious-section-gap {
  margin-bottom: 4.5rem;
}

@media (max-width: 992px) {
  .project-metadata-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .meta-item-bento {
    border-right: none;
  }
}

@media (max-width: 576px) {
  .project-metadata-strip {
    grid-template-columns: 1fr;
  }
}

/* --------------------------------------------------------------------------
   18. SOLARITY-STYLE FEATURED WORK SHOWCASE
   -------------------------------------------------------------------------- */
.solarity-work-container {
  display: flex;
  flex-direction: column;
  gap: 9.5rem;
  padding: 2rem 0 7rem 0;
  max-width: 1520px;
  margin: 0 auto;
}

.solarity-work-row {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 5rem;
  align-items: center;
  padding-bottom: 0;
  border-bottom: none;
}

.solarity-work-row:last-child {
  padding-bottom: 0;
}

.solarity-work-row.reverse-row {
  grid-template-columns: 1.35fr 1fr;
}

.solarity-work-row.reverse-row .solarity-info-col {
  order: 2;
}

.solarity-work-row.reverse-row .solarity-visual-col {
  order: 1;
}

.solarity-visual-col .laptop-mockup {
  max-width: 720px !important;
  width: 100% !important;
}

.dr-sofi-zoom-out {
  object-fit: cover !important;
  object-position: top center !important;
  transform: none !important;
  background: #090D16 !important;
}

.solarity-eyebrow {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--blue-primary);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.solarity-title {
  font-family: var(--font-helvetica);
  font-weight: 900;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  color: #0F172A;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  line-height: 1.15;
}

.solarity-desc {
  font-size: 1.05rem;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 1.75rem;
}

/* Client Avatar Badge Frame */
.client-avatar-bento-card {
  position: relative;
  background: #FFFFFF;
  border: 1.5px solid rgba(15, 23, 42, 0.16);
  border-radius: 1.5rem;
  padding: 1.25rem 1.5rem 1.25rem 5.25rem;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.06), 0 2px 6px rgba(15, 23, 42, 0.03);
  margin-bottom: 1.75rem;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.client-avatar-bento-card:hover {
  border-color: #0F172A;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

.client-avatar-frame {
  position: absolute;
  left: -0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  padding: 3px;
  background: conic-gradient(from 210deg at 50% 50%, #00C2FF 0deg, #0066FF 120deg, #38BDF8 240deg, #00C2FF 360deg);
  box-shadow: 0 8px 24px rgba(0, 102, 255, 0.25);
}

.client-avatar-img-box {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: #0F172A;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: var(--font-helvetica);
  font-weight: 800;
  font-size: 1.1rem;
}

.client-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.client-avatar-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.client-name-text {
  font-family: var(--font-helvetica);
  font-weight: 800;
  font-size: 1.1rem;
  color: #0F172A;
  margin: 0;
}

.client-role-text {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: #64748B;
  display: block;
}

.client-stat-value {
  font-family: var(--font-helvetica);
  font-weight: 900;
  font-size: 1.25rem;
  color: var(--blue-primary);
  text-align: right;
  line-height: 1;
}

.client-stat-label {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: #64748B;
  text-transform: uppercase;
}

.work-meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

.work-meta-item strong {
  display: block;
  color: #0F172A;
  font-family: var(--font-helvetica);
  font-weight: 800;
}

.work-meta-item span {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: #64748B;
}

@media (max-width: 992px) {
  .solarity-work-row,
  .solarity-work-row.reverse-row {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .solarity-work-row.reverse-row .solarity-info-col {
    order: 1;
  }
  .solarity-work-row.reverse-row .solarity-visual-col {
    order: 2;
  }
}


/* ==========================================================================
   PROJECTS PAGE Ã¢â‚¬â€ REFINED ATMOSPHERIC BACKGROUND
   Scoped to .projects-page to avoid affecting other pages.
   Design intent: warm, minimal, B2B-appropriate depth. Two clouds only,
   no cyan glow blobs, no drift-layer animation. The work is the hero.
   ========================================================================== */

/* --- PROJECTS PAGE CONTAINER OVERFLOW UNCLIP FIX ---
   Ensures container bounds do not clip floating side cloud artwork */
.projects-page main,
.projects-page .container,
.projects-page .legal-header,
.projects-page .solarity-work-container,
.projects-page .solarity-work-row {
  overflow: visible !important;
  overflow-x: visible !important;
}

.projects-cloud-header {
  position: absolute;
  top: -60px;
  left: -8vw !important;
  right: auto !important;
  width: 720px;
  max-width: 46vw;
  opacity: 0.45 !important;
  z-index: 0 !important;
  pointer-events: none;
  animation: floatCloudV 11s ease-in-out infinite alternate;
}

.projects-cloud-top-right {
  position: absolute;
  top: 8%;
  right: -8vw !important;
  left: auto !important;
  width: 720px;
  max-width: 46vw;
  opacity: 0.42 !important;
  z-index: 0 !important;
  pointer-events: none;
  animation: floatCloudSway 13s ease-in-out infinite alternate;
}

.projects-cloud-mid-left {
  position: absolute;
  top: 34%;
  left: -8vw !important;
  right: auto !important;
  width: 700px;
  max-width: 46vw;
  opacity: 0.40 !important;
  z-index: 0 !important;
  pointer-events: none;
  animation: floatCloudH 12s ease-in-out infinite alternate;
}

.projects-cloud-mid-right {
  position: absolute;
  top: 58%;
  right: -8vw !important;
  left: auto !important;
  width: 720px;
  max-width: 46vw;
  opacity: 0.40 !important;
  z-index: 0 !important;
  pointer-events: none;
  animation: floatCloudSway 14s ease-in-out infinite alternate;
}

.projects-cloud-lower {
  position: absolute;
  top: 84%;
  left: -8vw !important;
  right: auto !important;
  width: 700px;
  max-width: 46vw;
  opacity: 0.38 !important;
  z-index: 0 !important;
  pointer-events: none;
  animation: floatCloudV 13s ease-in-out infinite alternate;
}

.projects-page .cloud-img {
  filter: drop-shadow(0 18px 36px rgba(0, 102, 255, 0.12));
}

/* Hide desktop floating side clouds at mobile — projects-mobile-clouds-layer handles mobile perfectly */
@media (max-width: 768px) {
  .site-clouds-wrapper,
  .projects-cloud-header,
  .projects-cloud-top-right,
  .projects-cloud-mid-left,
  .projects-cloud-mid-right,
  .projects-cloud-lower {
    display: none !important;
  }
}

/* ==========================================================================
   CUSTOM WIN GRID (2 TOP CARDS + 1 WIDE BOTTOM FACT CARD)
   ========================================================================== */
.custom-win-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem;
  max-width: 1240px;
  margin: 0 auto;
}

.reason-card {
  background: #FFFFFF;
  border: 1.5px solid rgba(15, 23, 42, 0.16);
  border-radius: var(--radius-lg);
  padding: 2.25rem 2rem;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.06), 0 2px 6px rgba(15, 23, 42, 0.03);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
  transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.reason-card:hover {
  transform: translateY(-5px);
  border-color: #0F172A;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
}

.wide-fact-card {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #0F172A 0%, #0B132B 100%);
  color: #FFFFFF;
  border-color: #0F172A;
}

.wide-fact-card .cyan-tag {
  color: var(--blue-cyan) !important;
}

.reason-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.reason-mono-tag {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--blue-primary);
  font-weight: 700;
  letter-spacing: 0.06em;
}

.reason-pill {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 800;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-pill);
}

.reason-pill.emerald {
  background: #D1FAE5;
  color: #065F46;
}

.reason-pill.blue {
  background: #DBEAFE;
  color: #1E40AF;
}

.reason-pill.dark {
  background: rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
}

.reason-stat-num {
  font-family: var(--font-helvetica);
  font-weight: 900;
  font-size: clamp(2.4rem, 3.5vw, 3rem);
  line-height: 1;
  letter-spacing: -0.03em;
  margin-top: 0.5rem;
}

.reason-title {
  font-family: var(--font-helvetica);
  font-weight: 800;
  font-size: 1.25rem;
  color: #0F172A;
  margin-top: 0.2rem;
  line-height: 1.35;
}

.reason-desc {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.6;
}

.fact-split-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

.fact-quote-box {
  max-width: 680px;
}

.fact-quote-text {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.5;
  color: #FFFFFF;
}

.fact-citations-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.75rem;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: #94A3B8;
  flex-wrap: wrap;
}

.fact-source {
  color: var(--blue-cyan);
  font-weight: 700;
}

.citation-dot {
  color: #475569;
}

.fact-citation-link {
  color: #94A3B8;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.fact-citation-link:hover {
  color: #FFFFFF;
}


/* ==========================================================================
   MOBILE "WHY CUSTOM WEBSITES WIN" (#impact) SIDE-BY-SIDE CARD COMPOSITION
   ========================================================================== */
@media (max-width: 860px) {
  #impact .section-title,
  .section-impact .section-title {
    font-size: clamp(2.1rem, 9.2vw, 3.1rem) !important;
    white-space: nowrap !important;
    line-height: 1.12 !important;
  }

  #impact .hero-title-container,
  .section-impact .hero-title-container {
    white-space: nowrap !important;
    display: inline-block !important;
  }

  #impact .section-title .hand-drawn-underline,
  .section-impact .section-title .hand-drawn-underline {
    bottom: -6px !important;
    height: 20px !important;
  }

  .custom-win-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0.65rem !important;
    max-width: 100% !important;
  }

  .wide-fact-card {
    grid-column: 1 / -1 !important;
    padding: 1.35rem 1.1rem !important;
    border-radius: 18px !important;
  }

  /* Compact Upper 2 Side-by-Side Cards */
  .reason-card:not(.wide-fact-card) {
    padding: 1.1rem 0.85rem !important;
    border-radius: 16px !important;
    gap: 0.65rem !important;
  }

  .reason-card-top {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.35rem !important;
  }

  .reason-mono-tag {
    font-size: 0.62rem !important;
    letter-spacing: 0.04em !important;
  }

  .reason-pill {
    font-size: 0.58rem !important;
    padding: 0.18rem 0.45rem !important;
  }

  .reason-stat-num {
    font-size: clamp(1.75rem, 5.8vw, 2.25rem) !important;
    line-height: 1.0 !important;
    margin-top: 0.1rem !important;
  }

  .reason-title {
    font-size: 0.92rem !important;
    line-height: 1.25 !important;
    margin-top: 0.1rem !important;
  }

  .reason-desc {
    font-size: 0.78rem !important;
    line-height: 1.45 !important;
  }

  /* Bottom Dark Fact Card Mobile Styling */
  .fact-split-content {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 1.1rem !important;
    margin-top: 0.5rem !important;
  }

  .fact-quote-box {
    max-width: 100% !important;
  }

  .fact-quote-text {
    font-size: 0.96rem !important;
    line-height: 1.5 !important;
  }

  .fact-citations-row {
    font-size: 0.7rem !important;
    gap: 0.35rem 0.5rem !important;
    margin-top: 0.6rem !important;
  }

  .fact-audit-cta {
    width: 100% !important;
  }

  .fact-audit-cta .btn-pill {
    width: 100% !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0.85rem 1.25rem !important;
    font-size: 0.88rem !important;
    text-align: center !important;
  }
}

@media (max-width: 360px) {
  #impact .section-title,
  .section-impact .section-title {
    font-size: clamp(1.7rem, 8.5vw, 1.95rem) !important;
  }

  .custom-win-grid {
    gap: 0.45rem !important;
  }

  .reason-card:not(.wide-fact-card) {
    padding: 0.95rem 0.65rem !important;
  }

  .reason-stat-num {
    font-size: 1.6rem !important;
  }

  .reason-title {
    font-size: 0.85rem !important;
  }

  .reason-desc {
    font-size: 0.72rem !important;
  }
}


/* ==========================================================================
   SERVICES PAGE â€” CLEAN BLUE & WHITE
   ========================================================================== */

/* ==========================================================================
   SERVICES PAGE â€” EXACT DARK BLUE GRADIENT MATCHING .blue-cta-shape
   ========================================================================== */

/* --- Service Cards Stack --- */
.svc-stack {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

/* --- Base Card --- */
.svc-row {
  display: grid;
  gap: 0;
  align-items: stretch;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(145deg, #0F172A 0%, #0B132B 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.25);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease, box-shadow 0.35s ease;
}

.svc-row:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 194, 255, 0.4);
  box-shadow: 0 25px 60px rgba(0, 194, 255, 0.18);
}

/* Size variants */
.svc-row.cols-55-45 { grid-template-columns: 55fr 45fr; }
.svc-row.cols-50-50 { grid-template-columns: 1fr 1fr; }
.svc-row.cols-42-58 { grid-template-columns: 42fr 58fr; }
.svc-row.w-90 { width: 90%; margin-left: auto; }
.svc-row.w-full { width: 100%; }

/* --- Content & Visual Columns --- */
.svc-col-text {
  padding: 2.5rem 2.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.svc-col-visual {
  padding: 2rem 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Number watermark */
.svc-wm {
  position: absolute;
  top: 1rem;
  right: 2rem;
  font-family: var(--font-mono);
  font-weight: 900;
  font-size: 5.5rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.035);
  pointer-events: none;
  user-select: none;
}

/* Tag label */
.svc-label {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--blue-cyan);
  margin-bottom: 0.65rem;
}

/* Title */
.svc-heading {
  font-family: var(--font-helvetica);
  font-weight: 900;
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 0.85rem;
}

/* Description */
.svc-text {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #94A3B8;
  margin-bottom: 1.25rem;
}

/* Deliverable pills */
.svc-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.svc-tag-pill {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-pill);
  background: rgba(0, 194, 255, 0.08);
  border: 1px solid rgba(0, 194, 255, 0.2);
  color: #CBD5E1;
}

/* Visual panel inner box */
.svc-panel {
  width: 100%;
  border-radius: var(--radius-md);
  padding: 1.75rem;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Mini stat pair */
.svc-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.svc-mini-stat {
  padding: 1rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.svc-mini-stat .val {
  font-family: var(--font-helvetica);
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--blue-cyan);
}
.svc-mini-stat .lbl {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 600;
  color: #94A3B8;
  margin-top: 0.25rem;
}

/* Note bar */
.svc-note {
  padding: 0.75rem;
  border-radius: var(--radius-sm);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  background: rgba(0, 194, 255, 0.08);
  border: 1px solid rgba(0, 194, 255, 0.2);
  color: #CBD5E1;
}

/* CTA */
.svc-btn { align-self: flex-start; }

/* Mobile */
@media (max-width: 900px) {
  .svc-row { grid-template-columns: 1fr !important; width: 100% !important; margin-left: 0 !important; }
  .svc-col-text { padding: 1.75rem 1.5rem; }
  .svc-col-visual { padding: 1.25rem 1.5rem; order: 2; }
  .svc-col-text { order: 1; }
  .svc-wm { font-size: 3.5rem; }
}

/* ==========================================================================
   SERVICES PAGE â€” WORKFLOW (EXACT DARK BLUE GRADIENT)
   ========================================================================== */
.wf-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.wf-card {
  background: linear-gradient(145deg, #0F172A 0%, #0B132B 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  padding: 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.wf-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 194, 255, 0.4);
  box-shadow: 0 15px 35px rgba(0, 194, 255, 0.15);
}
.wf-card .wf-day {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--blue-cyan);
}
.wf-card .wf-name {
  font-family: var(--font-helvetica);
  font-weight: 800;
  font-size: 1.05rem;
  color: #FFFFFF;
}
.wf-card .wf-desc {
  font-size: 0.85rem;
  color: #94A3B8;
  line-height: 1.55;
}
@media (max-width: 900px) { .wf-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .wf-grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   SERVICES PAGE â€” PRICING (EXACT DARK BLUE GRADIENT)
   ========================================================================== */
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  align-items: stretch;
}
.price-card {
  border-radius: var(--radius-lg);
  padding: 1.6rem 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  background: linear-gradient(145deg, #0F172A 0%, #0B132B 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.25);
  color: #FFFFFF;
}
.price-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 194, 255, 0.4);
  box-shadow: 0 18px 45px rgba(0, 194, 255, 0.18);
}
.price-card.pop {
  border: 1.5px solid var(--blue-cyan);
  box-shadow: 0 16px 45px rgba(0, 194, 255, 0.25);
}
.price-card.pop:hover {
  box-shadow: 0 22px 55px rgba(0, 194, 255, 0.35);
}

.price-card .p-badge {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 800;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-pill);
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 0.75rem;
  background: rgba(0, 194, 255, 0.1);
  border: 1px solid rgba(0, 194, 255, 0.25);
  color: var(--blue-cyan);
}
.price-card.pop .p-badge {
  background: linear-gradient(135deg, var(--blue-primary) 0%, var(--blue-cyan) 100%);
  color: #FFFFFF;
  border: none;
}

.price-card .p-price {
  font-family: var(--font-helvetica);
  font-weight: 900;
  font-size: 1.75rem;
  color: #FFFFFF;
  margin-bottom: 0.45rem;
}

.price-card .p-desc {
  font-size: 0.88rem;
  color: #94A3B8;
  line-height: 1.55;
  margin-bottom: 1.25rem;
}

.price-card .p-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  font-size: 0.88rem;
  color: #CBD5E1;
}
.price-card .p-list li { display: flex; align-items: flex-start; gap: 0.5rem; }
.price-card .p-list li strong { color: var(--blue-cyan); flex-shrink: 0; }

/* ==========================================================================
   EDITORIAL SERVICES & HOW WE WORK SECTIONS (NEESOI DARK THEME)
   ========================================================================== */

/* Enforce Cloud Artworks Strictly Behind Content */
.site-clouds-wrapper,
.floating-cloud-artwork,
.projects-cloud-header,
.projects-cloud-top-right,
.projects-cloud-mid-left,
.projects-cloud-mid-right,
.projects-cloud-bottom-left,
.projects-cloud-bottom-right {
  z-index: 0 !important;
  pointer-events: none !important;
}

/* Service Row (Clean Architectural Layout) */
.editorial-service-row {
  display: grid;
  grid-template-columns: 54fr 46fr;
  gap: 3.5rem;
  align-items: center;
  max-width: 1520px;
  margin: 0 auto 6.5rem auto;
  position: relative;
  z-index: 10 !important;
}

.editorial-service-row.reverse {
  display: grid;
  grid-template-columns: 46fr 54fr;
  gap: 3.5rem;
  align-items: center;
}

/* Service Info Column */
.solarity-info-col {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
}

.solarity-eyebrow {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--blue-primary);
  letter-spacing: 0.12em;
}

.solarity-title {
  font-family: var(--font-helvetica);
  font-weight: 900;
  font-size: clamp(2rem, 3.5vw, 2.6rem);
  line-height: 1.15;
  color: #0F172A;
  letter-spacing: -0.02em;
  text-transform: lowercase;
}

.solarity-desc {
  font-size: 1.02rem;
  color: #475569;
  line-height: 1.7;
}

/* White Deliverables Card (Homepage Design System Shadow & Border) */
.svc-deliverables-box {
  background: #FFFFFF;
  border: 1.5px solid rgba(15, 23, 42, 0.14);
  border-radius: var(--radius-md);
  padding: 1.35rem 1.6rem;
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.08), 0 2px 6px rgba(15, 23, 42, 0.04);
  margin-top: 0.25rem;
  width: 100%;
}

.svc-deliverables-title {
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 800;
  color: var(--blue-primary);
  letter-spacing: 0.1em;
  margin-bottom: 0.85rem;
}

.svc-deliverables-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  font-size: 0.92rem;
  color: #0F172A;
  font-weight: 500;
}

.svc-deliverables-list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.svc-deliverables-list li strong {
  color: var(--blue-primary);
  font-weight: 900;
}

/* Primary Dark Navy Service Action Button (Homepage Matching Design) */
.btn-service-cta {
  background-color: #0F172A !important;
  border: 1.5px solid #0F172A !important;
  color: #FFFFFF !important;
  font-family: var(--font-helvetica);
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  padding: 0.95rem 2.4rem !important;
  border-radius: var(--radius-pill) !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.22) !important;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease !important;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: 0.5rem;
}

.btn-service-cta:hover {
  background-color: #0066FF !important;
  border-color: #0066FF !important;
  color: #FFFFFF !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 14px 34px rgba(0, 102, 255, 0.38) !important;
}

/* Divider Line between Service Rows */
.editorial-row-divider {
  width: 100%;
  max-width: 920px;
  margin: 0 auto 5.5rem auto;
  height: 1px;
  background: rgba(15, 23, 42, 0.12);
  position: relative;
  z-index: 10 !important;
}

/* Workflow Cards with Homepage Strong Tactile Shadow & Border */
.editorial-wf-card {
  background: #FFFFFF;
  border: 1.5px solid rgba(15, 23, 42, 0.16);
  border-radius: var(--radius-lg);
  padding: 2.25rem 1.6rem;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.14), 0 6px 16px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: relative;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.editorial-wf-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.22), 0 10px 25px rgba(0, 102, 255, 0.15);
  border-color: var(--blue-primary);
}

/* Sleek Process Progress Track */
.process-tracker-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 10 !important;
}

.process-tracker-step {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--blue-primary);
  background: #FFFFFF;
  border: 1.5px solid rgba(15, 23, 42, 0.16);
  border-radius: 100px;
  padding: 0.65rem 1.25rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12), 0 2px 8px rgba(15, 23, 42, 0.06);
}

/* ==========================================================================
   BESPOKE VISUAL SHOWCASE CARDS (DARK NAVY INTERACTIVE DASHBOARDS)
   ========================================================================== */
.svc-visual-card {
  background: linear-gradient(145deg, #0F172A 0%, #0B132B 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.75rem;
  padding: 2.25rem 2rem;
  color: #FFFFFF;
  box-shadow: 0 25px 65px rgba(15, 23, 42, 0.35), 0 10px 25px rgba(0, 102, 255, 0.15);
  position: relative;
  overflow: hidden;
  min-height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease, border-color 0.4s ease;
  margin-top: 0.5rem;
}

.svc-visual-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 35px 80px rgba(0, 194, 255, 0.28), 0 15px 35px rgba(0, 102, 255, 0.2);
  border-color: rgba(0, 194, 255, 0.5);
}

/* Card Header Controls / Navigation Tabs */
.svc-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.svc-card-badge {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 800;
  color: #00C2FF;
  background: rgba(0, 194, 255, 0.12);
  border: 1px solid rgba(0, 194, 255, 0.28);
  padding: 0.3rem 0.8rem;
  border-radius: 100px;
  letter-spacing: 0.08em;
}

.svc-card-tabs {
  display: flex;
  gap: 0.4rem;
  background: rgba(255, 255, 255, 0.06);
  padding: 0.25rem;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.svc-tab-btn {
  background: transparent;
  border: none;
  color: #94A3B8;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.3rem 0.75rem;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.svc-tab-btn:hover {
  color: #FFFFFF;
}

.svc-tab-btn.active {
  background: #0066FF;
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(0, 102, 255, 0.4);
}

/* Visual Card Body Panels */
.svc-tab-panel {
  display: none;
  flex-direction: column;
  gap: 1.25rem;
  animation: fadeInTab 0.3s ease forwards;
}

.svc-tab-panel.active {
  display: flex;
}

@keyframes fadeInTab {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Speed Dashboard Components */
.speed-score-widget {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.25rem;
  padding: 1.25rem;
}

.speed-gauge-circle {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  background: conic-gradient(#00C2FF 0% 98%, rgba(255, 255, 255, 0.1) 98% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 0 25px rgba(0, 194, 255, 0.3);
}

.speed-gauge-circle::before {
  content: '';
  position: absolute;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #0B132B;
}

.speed-gauge-text {
  position: relative;
  z-index: 2;
  font-family: var(--font-helvetica);
  font-weight: 900;
  font-size: 1.35rem;
  color: #FFFFFF;
}

.speed-metrics-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  width: 100%;
}

.speed-metric-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.75rem;
  padding: 0.6rem 0.85rem;
}

.speed-metric-val {
  font-family: var(--font-mono);
  font-size: 1.05rem;
  font-weight: 800;
  color: #00C2FF;
}

.speed-metric-lbl {
  font-size: 0.72rem;
  color: #94A3B8;
}

/* Code Snippet Box */
.svc-code-box {
  background: #060B19;
  border: 1px solid rgba(0, 194, 255, 0.2);
  border-radius: 1rem;
  padding: 1rem 1.25rem;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  line-height: 1.6;
  color: #CBD5E1;
  overflow-x: auto;
  box-shadow: inset 0 2px 8px rgba(0,0,0,0.5);
}

.svc-code-box .code-tag { color: #00C2FF; }
.svc-code-box .code-attr { color: #38BDF8; }
.svc-code-box .code-val { color: #A7F3D0; }
.svc-code-box .code-comment { color: #64748B; font-style: italic; }

/* Brand Identity Interactive Preview */
.brand-interactive-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.brand-theme-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.75rem 1.1rem;
  border-radius: 1rem;
}

.brand-theme-switch {
  display: flex;
  background: #060B19;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  padding: 0.2rem;
}

.brand-theme-btn {
  background: transparent;
  border: none;
  color: #94A3B8;
  padding: 0.25rem 0.7rem;
  border-radius: 100px;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.brand-theme-btn.active {
  background: #0066FF;
  color: #FFFFFF;
}

/* Palette Swatches */
.brand-palette-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.6rem;
}

.brand-swatch {
  height: 65px;
  border-radius: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0.4rem;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
}

.brand-swatch:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.brand-swatch-hex {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 800;
  text-align: center;
}

/* Typography Preview Box */
.brand-type-preview {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  padding: 1.1rem 1.25rem;
}

/* Matchday Graphic Deck Preview */
.matchday-card-preview {
  background: linear-gradient(135deg, #09132D 0%, #172554 100%);
  border: 1px solid rgba(0, 194, 255, 0.3);
  border-radius: 1.25rem;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
}

.matchday-badge-glow {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(0, 194, 255, 0.3) 0%, transparent 70%);
  pointer-events: none;
}

.matchday-header-tag {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 800;
  color: #00C2FF;
  letter-spacing: 0.15em;
  margin-bottom: 0.5rem;
}

.matchday-vs-title {
  font-family: var(--font-helvetica);
  font-weight: 900;
  font-size: 1.45rem;
  color: #FFFFFF;
  line-height: 1.2;
}

.matchday-meta-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.25rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: #94A3B8;
}

/* Card Footer Stats Bar */
.svc-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: #94A3B8;
}

.svc-card-footer-val {
  color: #00C2FF;
  font-weight: 800;
}

/* ==========================================================================
   PROCESS / HOW WE WORK SECTION (WHITE FLOATING CARDS + BLUE CONNECTORS)
   ========================================================================== */
.editorial-workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  position: relative;
  z-index: 10 !important;
}

.editorial-wf-card {
  background: #FFFFFF;
  border: 1.5px solid rgba(15, 23, 42, 0.16);
  border-radius: var(--radius-lg);
  padding: 2.25rem 1.6rem;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.14), 0 6px 16px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: relative;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.editorial-wf-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.22), 0 10px 25px rgba(0, 102, 255, 0.15);
  border-color: var(--blue-primary);
}

.editorial-wf-badge {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--blue-primary);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  box-shadow: 0 8px 20px rgba(0, 102, 255, 0.28);
}

.editorial-wf-num-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.editorial-wf-num {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--blue-primary);
}

.editorial-wf-time {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 700;
  color: #64748B;
  background: rgba(15, 23, 42, 0.06);
  padding: 0.2rem 0.55rem;
  border-radius: 100px;
}

.editorial-wf-title {
  font-family: var(--font-helvetica);
  font-weight: 900;
  font-size: 1.22rem;
  color: #0F172A;
}

.editorial-wf-desc {
  font-size: 0.88rem;
  color: #64748B;
  line-height: 1.6;
}

/* Sleek Process Progress Track */
.process-tracker-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 10 !important;
}

.process-tracker-step {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--blue-primary);
  background: #FFFFFF;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 100px;
  padding: 0.5rem 1rem;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.03);
}

.process-tracker-step-num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--blue-primary);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 800;
}

.process-tracker-arrow {
  margin-left: auto;
  color: var(--blue-cyan);
  font-weight: 900;
  font-size: 1rem;
}

/* ==========================================================================
   PRICING SECTION (DARK BLUE GRADIENT CARDS)
   ========================================================================== */
.mockup-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: stretch;
  position: relative;
  z-index: 10 !important;
}

.mockup-pricing-card {
  background: linear-gradient(145deg, #0F172A 0%, #0B132B 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  padding: 2.5rem 2rem;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 16px 45px rgba(15, 23, 42, 0.25);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  position: relative;
}

.mockup-pricing-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 194, 255, 0.5);
  box-shadow: 0 25px 60px rgba(0, 194, 255, 0.22);
}

.mockup-pricing-card.popular {
  border: 2px solid var(--blue-cyan);
  box-shadow: 0 20px 55px rgba(0, 194, 255, 0.3);
}

.mockup-pricing-card.popular:hover {
  box-shadow: 0 30px 70px rgba(0, 194, 255, 0.4);
}

.mockup-pricing-badge {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 800;
  color: #00C2FF;
  background: rgba(0, 194, 255, 0.12);
  border: 1px solid rgba(0, 194, 255, 0.28);
  padding: 0.3rem 0.85rem;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 1.1rem;
}

.mockup-pricing-card.popular .mockup-pricing-badge {
  background: linear-gradient(135deg, var(--blue-primary) 0%, var(--blue-cyan) 100%);
  color: #FFFFFF;
  border: none;
  box-shadow: 0 4px 14px rgba(0, 194, 255, 0.35);
}

.mockup-pricing-price {
  font-family: var(--font-helvetica);
  font-weight: 900;
  font-size: 2.2rem;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}

.mockup-pricing-desc {
  font-size: 0.92rem;
  color: #94A3B8;
  line-height: 1.6;
  margin-bottom: 1.75rem;
}

.mockup-pricing-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: #E2E8F0;
}

.mockup-pricing-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}

.mockup-pricing-list li strong {
  color: #00C2FF;
  flex-shrink: 0;
}

.mockup-pricing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.95rem 1.75rem;
  background: #0066FF;
  color: #FFFFFF;
  border-radius: 100px;
  font-family: var(--font-helvetica);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 102, 255, 0.35);
  transition: all 0.25s ease;
}

.mockup-pricing-btn:hover {
  background: #00C2FF;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 194, 255, 0.5);
}

.mockup-pricing-card.popular .mockup-pricing-btn {
  background: linear-gradient(135deg, var(--blue-primary) 0%, var(--blue-cyan) 100%);
}

/* ==========================================================================
   FAQ SECTION (ACCORDION SYSTEM)
   ========================================================================== */
.mockup-faq-list {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  z-index: 10 !important;
}

.mockup-faq-item {
  background: #FFFFFF;
  border: 1.5px solid rgba(15, 23, 42, 0.12);
  border-radius: var(--radius-md);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.mockup-faq-item:hover {
  border-color: #0F172A;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.mockup-faq-item[open] {
  border-color: var(--blue-primary);
  box-shadow: 0 10px 28px rgba(0, 102, 255, 0.12);
}

.mockup-faq-summary {
  padding: 1.25rem 1.75rem;
  font-family: var(--font-helvetica);
  font-weight: 800;
  font-size: 1.05rem;
  color: #0F172A;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
  user-select: none;
  gap: 1rem;
}

.mockup-faq-summary::-webkit-details-marker,
.mockup-faq-summary::marker {
  display: none;
}

.mockup-faq-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background-color: rgba(0, 102, 255, 0.08);
  color: var(--blue-primary);
  font-weight: 800;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease, color 0.3s ease;
}

.mockup-faq-item[open] .mockup-faq-icon {
  transform: rotate(45deg);
  background-color: var(--blue-primary);
  color: #FFFFFF;
}

.mockup-faq-content {
  padding: 0.25rem 1.75rem 1.35rem 1.75rem;
  font-size: 0.98rem;
  color: #475569;
  line-height: 1.65;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

/* CTA Container Box */
.mockup-cta-box {
  background: linear-gradient(145deg, #0F172A 0%, #0B132B 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  padding: 5rem 3rem;
  box-shadow: 0 25px 65px rgba(15, 23, 42, 0.2);
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 1520px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 10 !important;
}

/* Responsiveness for Services Page */
@media (max-width: 1024px) {
  .editorial-service-row,
  .editorial-service-row.reverse {
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-bottom: 5rem;
  }
  .editorial-service-row.reverse > .solarity-info-col {
    order: 2;
  }
  .editorial-service-row.reverse > .svc-visual-card {
    order: 1;
  }
  .editorial-workflow-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem;
  }
  .editorial-wf-connector {
    display: none;
  }
  .mockup-pricing-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}

@media (max-width: 640px) {
  .editorial-workflow-grid {
    grid-template-columns: 1fr;
  }
  .svc-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .speed-score-widget {
    flex-direction: column;
    text-align: center;
  }
  .brand-palette-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ==========================================================================
   FOUNDERS PAGE REDESIGN STYLES (EXACT SECTION-BY-SECTION SPEC)
   ========================================================================== */

/* Centered Hero Black Logo Mark Box */
.founders-hero-logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 10 !important;
}

.founders-hero-logo-img {
  width: 140px;
  height: auto;
  filter: drop-shadow(0 4px 20px rgba(15, 23, 42, 0.18));
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.founders-hero-logo-box:hover .founders-hero-logo-img {
  transform: scale(1.08);
}

/* Section 2: Unified "Why neesoi exists" Box Container */
.neesoi-origin-single-card {
  background: #FFFFFF;
  border: 1.5px solid rgba(15, 23, 42, 0.14);
  border-radius: var(--radius-lg);
  padding: 3.5rem 3.5rem;
  max-width: 980px;
  width: 100%;
  margin: 0 auto 3.5rem auto;
  box-shadow: 0 20px 65px rgba(15, 23, 42, 0.08), 0 4px 12px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 10 !important;
}

.neesoi-origin-title {
  font-family: var(--font-helvetica);
  font-weight: 900;
  font-size: clamp(2rem, 3.5vw, 2.6rem);
  color: #0F172A;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-transform: lowercase;
}

.neesoi-origin-body-paragraphs {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 840px;
  margin: 0 auto 2rem auto;
}

.neesoi-origin-text {
  font-size: 1.05rem;
  color: #475569;
  line-height: 1.8;
  text-align: center;
}

.neesoi-origin-text strong {
  color: #0F172A;
  font-weight: 700;
}

.neesoi-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 100%;
  margin-top: 0.5rem;
}

.neesoi-pillar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.5rem;
  background: rgba(15, 23, 42, 0.03);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--radius-md);
  padding: 1.1rem 1rem;
  font-size: 0.92rem;
  color: #0F172A;
}

.neesoi-pillar-tag {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--blue-primary);
  background: rgba(0, 102, 255, 0.08);
  padding: 0.25rem 0.65rem;
  border-radius: 100px;
  flex-shrink: 0;
}

/* Section 3: Founder Split Cards (HERO-SCALE IMAGES & FULL TORSO FRAMING) */
.founder-split-row {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 4.5rem;
  align-items: center;
  margin-bottom: 6rem;
  position: relative;
  z-index: 10 !important;
}

.founder-split-row.reverse {
  grid-template-columns: 1fr 1.25fr;
}

.founder-split-img-box {
  position: relative;
  width: 100%;
  height: 680px;
  border-radius: 1.75rem;
  overflow: hidden;
  border: 1.5px solid rgba(15, 23, 42, 0.14);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.15), 0 6px 18px rgba(15, 23, 42, 0.06);
}

.founder-split-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.founder-split-img-box:hover .founder-split-img {
  transform: scale(1.04);
}

.founder-img-armin {
  object-position: center 75%;
}

.founder-img-jaden {
  object-position: center 25%;
}

.founder-split-role-tag {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 800;
  color: #0F172A;
  background: var(--blue-cyan);
  padding: 0.35rem 0.85rem;
  border-radius: 100px;
  letter-spacing: 0.08em;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.founder-split-info {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.founder-split-name {
  font-family: var(--font-helvetica);
  font-weight: 900;
  font-size: clamp(2rem, 3.5vw, 2.6rem);
  color: #0F172A;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.founder-split-role-lbl {
  font-family: var(--font-mono);
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--blue-primary);
  letter-spacing: 0.1em;
}

.founder-split-bio {
  font-size: 1.02rem;
  color: #475569;
  line-height: 1.75;
}

/* Founders page — centered editorial layout + desktop split rows */
.founders-page .founders-hero-header {
  padding-top: calc(var(--header-height) + 5.5rem);
  padding-bottom: 2rem;
  text-align: center;
  position: relative;
  z-index: 10;
}

.founders-page .founders-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.founders-page .founders-hero-title {
  font-family: var(--font-helvetica);
  font-weight: 900;
  font-size: clamp(2.75rem, 8vw, 5rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  text-transform: lowercase;
  color: #0F172A;
  margin-top: 0.65rem;
}

.founders-page .founders-hero-subtitle {
  font-family: var(--font-helvetica);
  font-weight: 700;
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
  color: #64748B;
  margin-top: 0.85rem;
  margin-bottom: 0.5rem;
  text-transform: lowercase;
}

.founders-page .founders-origin-section {
  padding-bottom: 3rem;
  position: relative;
  z-index: 10;
}

.founders-page .founders-origin-wrap {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.founders-page .neesoi-origin-single-card {
  margin-bottom: 0;
  padding: 2.75rem 2.5rem;
}

.founders-page .neesoi-origin-label {
  justify-content: center;
  color: var(--blue-primary);
  margin-bottom: 0.75rem;
}

.founders-page .founders-main {
  z-index: 10;
}

.founders-page .founders-profiles-desktop {
  max-width: 1450px;
  margin: 0 auto;
  padding: 1rem 1.25rem 4rem;
}

.founders-page .founders-profiles-mobile {
  display: none;
}

.founders-page .founder-split-row.reverse .founder-split-img-box {
  order: 2;
}

.founders-page .founder-split-row.reverse .founder-split-info {
  order: 1;
}

.founders-page .founders-profiles-desktop .founder-contact-btn {
  align-self: flex-start;
}

.founders-page .founders-section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.founders-page .founders-section-title {
  font-family: var(--font-helvetica);
  font-weight: 900;
  font-size: clamp(1.85rem, 4vw, 2.5rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-transform: lowercase;
  color: #0F172A;
  margin-top: 0.5rem;
}

.founders-page .founders-cards-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.5rem;
}

.founders-page .founder-centered-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.founders-page .founder-centered-photo {
  position: relative;
  width: 100%;
  max-width: 420px;
  height: 480px;
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1.5px solid rgba(15, 23, 42, 0.14);
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.12), 0 6px 16px rgba(15, 23, 42, 0.06);
}

.founders-page .founder-centered-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.founders-page .founder-centered-tag {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 800;
  color: #0F172A;
  background: var(--blue-cyan);
  padding: 0.35rem 0.85rem;
  border-radius: 100px;
  letter-spacing: 0.08em;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

.founders-page .founder-centered-body {
  width: 100%;
  max-width: 520px;
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
}

.founders-page .founder-centered-role {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--blue-primary);
  letter-spacing: 0.08em;
}

.founders-page .founder-centered-name {
  font-family: var(--font-helvetica);
  font-weight: 900;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  color: #0F172A;
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-transform: lowercase;
}

.founders-page .founder-centered-bio {
  font-size: 0.98rem;
  color: #475569;
  line-height: 1.7;
  max-width: 460px;
}

.founders-page .founders-profiles-mobile .founder-contact-btn {
  margin-top: 0.5rem;
  align-self: center;
}

.founders-page .founders-cta-section {
  padding: 3rem 0 4.5rem;
  position: relative;
  z-index: 10;
}

.founders-page .founders-cta-wrap {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.founders-page .founders-cta-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 3.5rem 2.5rem;
}

.founders-page .founders-cta-label {
  color: #00C2FF;
  letter-spacing: 0.15em;
}

.founders-page .founders-cta-title {
  font-family: var(--font-helvetica);
  font-weight: 900;
  color: #FFFFFF;
  font-size: clamp(1.85rem, 4vw, 2.5rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-transform: lowercase;
  margin-top: 0.85rem;
}

.founders-page .founders-cta-desc {
  color: #94A3B8;
  font-size: 0.98rem;
  line-height: 1.65;
  max-width: 480px;
  margin-top: 0.75rem;
  margin-bottom: 2rem;
}

.founders-page .founders-cta-btn {
  padding: 1rem 2.5rem;
  font-size: 0.95rem;
}

.founders-mobile-clouds-layer {
  display: none !important;
}

@media (max-width: 1024px) {
  .founders-page .neesoi-pillars-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

/* Section 4: Proof / Credibility Bento Strip */
.founders-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 5.5rem;
  position: relative;
  z-index: 10 !important;
}

.proof-stat-card {
  background: #FFFFFF;
  border: 1.5px solid rgba(15, 23, 42, 0.14);
  border-radius: var(--radius-md);
  padding: 1.6rem 1.8rem;
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.08), 0 2px 6px rgba(15, 23, 42, 0.04);
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.proof-stat-num {
  font-family: var(--font-helvetica);
  font-weight: 900;
  font-size: 2.2rem;
  color: var(--blue-primary);
  line-height: 1;
  flex-shrink: 0;
}

.proof-stat-info {
  display: flex;
  flex-direction: column;
}

.proof-stat-title {
  font-family: var(--font-helvetica);
  font-weight: 800;
  font-size: 0.95rem;
  color: #0F172A;
}

.proof-stat-sub {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: #64748B;
  margin-top: 0.15rem;
}

/* Responsiveness */
@media (max-width: 1024px) {
  .founder-split-row,
  .founder-split-row.reverse {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 4rem;
  }
  .founder-split-row.reverse .founder-split-info {
    order: 2;
  }
  .founder-split-row.reverse .founder-split-img-box {
    order: 1;
  }
  .founders-proof-strip {
    grid-template-columns: 1fr;
  }
}

/* Enforce Cloud Artwork Stacking Strictly Behind Content */
.site-clouds-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

.floating-cloud-artwork {
  position: absolute;
  pointer-events: none !important;
  z-index: 0 !important;
  opacity: 0.65;
  will-change: transform;
}

/* Dynamic Cloud Scale Variety Utilities (Founders Page Style) */
.cloud-sm {
  width: 480px !important;
  opacity: 0.5;
}

.cloud-md {
  width: 640px !important;
  opacity: 0.58;
}

.cloud-lg {
  width: 820px !important;
  opacity: 0.65;
}

.cloud-xl {
  width: 950px !important;
  opacity: 0.68;
}

.projects-cloud-header {
  top: 20px;
  left: -8vw;
  width: 620px;
}

.projects-cloud-top-right {
  top: 40px;
  right: -10vw;
}

.projects-cloud-mid-left {
  top: 650px;
  left: -10vw;
}

.projects-cloud-bottom-right {
  top: 1350px;
  right: -10vw;
}

.projects-cloud-bottom-left {
  top: 2050px;
  left: -10vw;
}

.projects-cloud-end-right {
  top: 2750px;
  right: -8vw;
}

.projects-cloud-end-left {
  top: 3350px;
  left: -10vw;
}

/* Desktop Page-Specific Tailored Cloud Layout Engine (PC view only) */
@media (min-width: 769px) {
  /* Contact Page PC View — 3 Minimal, Evenly Spaced Clouds (Top to Bottom) */
  body.page-contact .projects-cloud-top-right {
    top: 40px !important;
    right: -9vw !important;
    width: 580px !important;
    opacity: 0.46 !important;
  }

  body.page-contact .projects-cloud-mid-left {
    top: 520px !important;
    left: -9vw !important;
    width: 500px !important;
    opacity: 0.42 !important;
  }

  body.page-contact .projects-cloud-bottom-right {
    top: 1050px !important;
    right: -9vw !important;
    width: 560px !important;
    opacity: 0.44 !important;
  }

  /* Founders / About Page PC View — 5 Minimal, Evenly Spaced Clouds (Top to Bottom) */
  .founders-page .projects-cloud-top-right {
    top: 40px !important;
    right: -9vw !important;
    width: 600px !important;
    opacity: 0.48 !important;
  }

  .founders-page .projects-cloud-mid-left {
    top: 600px !important;
    left: -9vw !important;
    width: 520px !important;
    opacity: 0.42 !important;
  }

  .founders-page .projects-cloud-bottom-right {
    top: 1180px !important;
    right: -9vw !important;
    width: 560px !important;
    opacity: 0.45 !important;
  }

  .founders-page .projects-cloud-bottom-left {
    top: 1750px !important;
    left: -9vw !important;
    width: 540px !important;
    opacity: 0.42 !important;
  }

  .founders-page .projects-cloud-end-right {
    top: 2320px !important;
    right: -9vw !important;
    width: 580px !important;
    opacity: 0.44 !important;
    display: block !important;
  }

  /* Selected Work / Projects Page PC View — 5 Evenly Distributed Clouds */
  body.projects-page:not(.page-services) .projects-cloud-header {
    top: 20px !important;
    left: -9vw !important;
    width: 600px !important;
    opacity: 0.46 !important;
  }

  body.projects-page:not(.page-services) .projects-cloud-top-right {
    top: 60px !important;
    right: -9vw !important;
    width: 620px !important;
    opacity: 0.48 !important;
  }

  body.projects-page:not(.page-services) .projects-cloud-mid-left {
    top: 550px !important;
    left: -9vw !important;
    width: 560px !important;
    opacity: 0.44 !important;
  }

  body.projects-page:not(.page-services) .projects-cloud-bottom-right {
    top: 1100px !important;
    right: -9vw !important;
    width: 600px !important;
    opacity: 0.46 !important;
  }

  body.projects-page:not(.page-services) .projects-cloud-lower {
    top: 1600px !important;
    left: -9vw !important;
    width: 560px !important;
    opacity: 0.44 !important;
  }

  /* Services Page PC View — Evenly Distributed Clouds Along Full Scroll Height */
  body.page-services .projects-cloud-top-right {
    top: 40px !important;
    right: -9vw !important;
    width: 620px !important;
    opacity: 0.46 !important;
  }

  body.page-services .projects-cloud-mid-left {
    top: 620px !important;
    left: -9vw !important;
    width: 560px !important;
    opacity: 0.44 !important;
  }

  body.page-services .projects-cloud-mid-right {
    top: 1250px !important;
    right: -9vw !important;
    width: 600px !important;
    opacity: 0.46 !important;
  }

  body.page-services .projects-cloud-bottom-left {
    top: 1880px !important;
    left: -9vw !important;
    width: 560px !important;
    opacity: 0.44 !important;
  }

  body.page-services .projects-cloud-bottom-right {
    top: 2500px !important;
    right: -9vw !important;
    width: 580px !important;
    opacity: 0.45 !important;
  }

  body.page-services .services-cloud-faq-left {
    top: 3120px !important;
    left: -9vw !important;
    width: 560px !important;
    opacity: 0.44 !important;
  }

  body.page-services .services-cloud-faq-right {
    top: 3740px !important;
    right: -9vw !important;
    width: 580px !important;
    opacity: 0.46 !important;
  }

  body.page-services .services-cloud-cta-left {
    top: 4360px !important;
    left: -9vw !important;
    width: 540px !important;
    opacity: 0.42 !important;
  }

  body.page-services .services-cloud-cta-right {
    top: 4850px !important;
    right: -9vw !important;
    width: 600px !important;
    opacity: 0.45 !important;
  }
}

.legal-header .container,
main.container,
.editorial-service-row,
.editorial-workflow-grid,
.price-grid,
.faq-list,
.contact-band-section,
.blue-cta-shape,
.site-footer {
  position: relative;
  z-index: 5 !important;
}

/* ==========================================================================
   18. SITE FOOTER DESIGN SYSTEM
   ========================================================================== */
.site-footer {
  background: #090D16 !important;
  color: #FFFFFF !important;
  padding: 5rem 0 3rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
  z-index: 20 !important;
  margin-top: 4rem;
}

.site-footer .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
}

.footer-logo-link {
  display: inline-block;
}

.footer-logo-img {
  height: 38px;
  width: auto;
  filter: brightness(0) invert(1);
}

.footer-tagline {
  font-size: 0.95rem;
  color: #94A3B8;
  line-height: 1.7;
  max-width: 380px;
}

.footer-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.3);
  padding: 0.4rem 0.95rem;
  border-radius: 100px;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: #10B981;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #10B981;
  box-shadow: 0 0 10px #10B981;
}

.footer-nav-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

.footer-column-title {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--blue-cyan);
  letter-spacing: 0.12em;
  margin-bottom: 1.25rem;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 0;
  margin: 0;
}

.footer-links a {
  font-size: 0.95rem;
  color: #94A3B8;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
  display: inline-block;
}

.footer-links a:hover {
  color: #FFFFFF;
  transform: translateX(3px);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
  font-family: var(--font-mono);
  font-size: 0.82rem;
  color: #64748B;
}

.footer-bottom-accent {
  color: var(--blue-cyan);
}

@media (max-width: 900px) {
  .footer-top {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .footer-nav-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}

/* Page Header Breathing Room & Generous Vertical Spacing */
.legal-header {
  padding-top: 9.5rem !important;
  padding-bottom: 4rem !important;
  position: relative;
  z-index: 5 !important;
}

main.container,
.section {
  padding-top: 3.5rem !important;
}

/* ==========================================================================
   19. ENHANCED WHITE CARD ELEVATION SHADOWS & CLEAN CONTACT PAGE LAYOUT
   ========================================================================== */

/* Prominent Crisp Elevation Shadow for White Box Elements */
.neesoi-origin-single-card,
.founder-split-img-box,
.service-card-sports.white-glass-card,
.contact-form-clean-card {
  box-shadow: 0 24px 75px rgba(15, 23, 42, 0.14), 0 8px 24px rgba(15, 23, 42, 0.08) !important;
  border: 1.5px solid rgba(15, 23, 42, 0.16) !important;
}

/* 2-Column Clean Contact Grid (Equal Size Cards) */
.contact-clean-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: stretch;
  margin-bottom: 4rem;
}

/* Left Column: Clean White Contact Form Card */
.contact-form-clean-card {
  background: #FFFFFF;
  border-radius: var(--radius-lg);
  padding: 3.5rem 3rem;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
}

.contact-card-logo-box {
  width: 58px;
  height: 58px;
  background: #0F172A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.15);
}

.contact-card-logo-img {
  width: 32px;
  height: auto;
  filter: brightness(0) invert(1);
}

.contact-card-title {
  font-family: var(--font-helvetica);
  font-weight: 900;
  font-size: clamp(2rem, 3.2vw, 2.5rem);
  color: #0F172A;
  margin-top: 0.3rem;
  letter-spacing: -0.02em;
}

.contact-card-sub {
  color: #475569;
  font-size: 0.95rem;
  margin-top: 0.4rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.clean-form-label {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: #475569;
  margin-bottom: 0.5rem;
}

.clean-form-input,
.clean-form-select,
.clean-form-textarea {
  width: 100%;
  padding: 0.95rem 1.25rem;
  background: #F8FAFC;
  border: 1.5px solid rgba(15, 23, 42, 0.15);
  border-radius: var(--radius-md);
  color: #0F172A;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.clean-form-input:focus,
.clean-form-select:focus,
.clean-form-textarea:focus {
  outline: none;
  border-color: var(--blue-primary);
  box-shadow: 0 0 0 4px rgba(0, 102, 255, 0.12);
  background: #FFFFFF;
}

/* Right Column: Studio Info Card */
.contact-info-clean-card {
  background: linear-gradient(145deg, #0F172A 0%, #0B132B 100%);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-lg);
  padding: 3.5rem 2.75rem;
  color: #FFFFFF;
  box-shadow: 0 25px 65px rgba(15, 23, 42, 0.28);
}

.contact-info-title {
  font-family: var(--font-helvetica);
  font-weight: 900;
  font-size: clamp(1.8rem, 2.8vw, 2.2rem);
  color: #FFFFFF;
  margin-top: 0.3rem;
  margin-bottom: 2.25rem;
  letter-spacing: -0.02em;
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  margin-bottom: 2.5rem;
}

.contact-info-item {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}

.contact-info-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--blue-cyan);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-info-content h4 {
  font-family: var(--font-helvetica);
  font-weight: 700;
  font-size: 1.05rem;
  color: #FFFFFF;
  margin-bottom: 0.2rem;
}

.contact-info-link {
  color: var(--blue-cyan);
  font-family: var(--font-mono);
  font-size: 0.95rem;
  text-decoration: none;
  font-weight: 600;
  display: block;
}

.contact-info-link:hover {
  text-decoration: underline;
}

.contact-info-val {
  color: #F8FAFC;
  font-size: 0.95rem;
  font-weight: 600;
  display: block;
}

.contact-info-sub {
  color: #94A3B8;
  font-size: 0.82rem;
  margin-top: 0.15rem;
  display: block;
}

.contact-strategy-box {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  padding: 1.5rem;
}

.contact-strategy-text {
  color: #CBD5E1;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

/* Responsiveness */
@media (max-width: 1024px) {
  .contact-clean-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .form-row-2 {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   20. FAQ ACCORDION INTERACTION ENGINE
   ========================================================================== */
.services-faq-container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 960px;
  margin: 0 auto;
}

.faq-accordion-item {
  background: #FFFFFF;
  border: 1.5px solid rgba(15, 23, 42, 0.14);
  border-radius: var(--radius-md);
  padding: 1.5rem 2rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
}

.faq-accordion-item:hover {
  border-color: rgba(0, 102, 255, 0.3);
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
}

.faq-accordion-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-helvetica);
  font-weight: 800;
  font-size: 1.15rem;
  color: #0F172A;
}

.faq-icon-indicator {
  font-family: var(--font-mono);
  font-size: 1.4rem;
  color: var(--blue-primary);
  transition: transform 0.3s ease;
  line-height: 1;
  display: inline-block;
  flex-shrink: 0;
  margin-left: 1rem;
}

.faq-accordion-item.active .faq-icon-indicator {
  transform: rotate(45deg);
}

.faq-accordion-body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease, margin-top 0.3s ease;
}

.faq-accordion-item.active .faq-accordion-body {
  max-height: 350px;
  opacity: 1;
  margin-top: 1rem;
}

.faq-accordion-body p {
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
}


/* ==========================================================================
   MOBILE REVIEW CARD SLIDER: Hidden on Desktop (> 992px)
   ========================================================================== */
.mobile-review-slider {
  display: none !important;
}

@media (max-width: 992px) {
  /* Hide the desktop spotlight layout on mobile */
  .review-spotlight-wrapper {
    display: none !important;
  }

  /* Show the mobile card slider */
  .mobile-review-slider {
    display: block !important;
    width: 100%;
    margin-top: 1.5rem;
    overflow: hidden;
  }

  .mobile-review-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
  }

  .mobile-review-slide {
    min-width: 100%;
    width: 100%;
    flex-shrink: 0;
    padding: 0 0.5rem;
    box-sizing: border-box;
  }

  .mobile-review-card-inner {
    background: #FFFFFF;
    border: 1.5px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    padding: 1.75rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
  }

  .mrc-stars {
    color: #F59E0B;
    font-size: 1.05rem;
    letter-spacing: 0.08em;
  }

  .mrc-text {
    font-family: var(--font-inter);
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.7;
    color: #1E293B;
    margin: 0;
  }

  .mrc-author {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    padding-top: 1rem;
    margin-top: 0.25rem;
  }

  .mrc-author strong {
    font-family: var(--font-inter);
    font-size: 0.92rem;
    font-weight: 700;
    color: #0F172A;
  }

  .mrc-author span {
    font-family: var(--font-inter);
    font-size: 0.78rem;
    color: #64748B;
  }

  /* Dot indicators */
  .mrc-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.25rem;
  }

  .mrc-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.18);
    transition: background 0.3s ease, width 0.3s ease, border-radius 0.3s ease;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .mrc-dot.active {
    width: 20px;
    border-radius: 100px;
    background: #0F172A;
  }
}


/* ==========================================================================
   PERFECT MOBILE HEADER & NAV BAR (MOBILE <= 992px)
   ========================================================================== */
@media (max-width: 992px) {
  /* Hide desktop navbar oval pill on mobile */
  .nav-wrapper,
  .nav-menu {
    display: none !important;
  }

  /* When mobile drawer is active, show fullscreen overlay */
  .nav-menu.active {
    display: flex !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(7, 11, 20, 0.98) !important;
    backdrop-filter: blur(24px) !important;
    -webkit-backdrop-filter: blur(24px) !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2.2rem !important;
    z-index: 9999 !important;
  }

  .nav-menu.active .nav-link {
    font-family: var(--font-inter) !important;
    font-weight: 800 !important;
    font-size: 2rem !important;
    color: #FFFFFF !important;
    text-transform: lowercase !important;
    text-decoration: none !important;
  }

  .nav-menu.active .nav-logo-item {
    display: none !important;
  }

  /* Transparent Header Wrapper */
  .site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    height: 70px !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 10000 !important;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: none !important;
    box-shadow: none !important;
    pointer-events: none !important;
  }

  .nav-container {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  /* 1. DOUBLE-E LOGO: EXACT HORIZONTAL & VERTICAL CENTER OF THE SCREEN */
  .mobile-center-logo-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: fixed !important;
    top: 15px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 10002 !important;
    pointer-events: auto !important;
    text-decoration: none !important;
    width: auto !important;
    height: 42px !important;
  }

  .mobile-logo-glow {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.35) 50%, transparent 75%);
    filter: blur(10px);
    z-index: -1;
    pointer-events: none;
  }

  .mobile-center-logo-img {
    height: 38px !important;
    width: auto !important;
    max-height: 38px !important;
    object-fit: contain !important;
    filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.9)) !important;
  }

  /* 2. BURGER MENU BOX BUTTON: EXACT TOP-RIGHT CORNER OF THE SCREEN */
  .menu-box-btn {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 5px !important;
    position: fixed !important;
    top: 14px !important;
    right: 16px !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    border-radius: 10px !important;
    background: rgba(15, 23, 42, 0.85) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    cursor: pointer !important;
    z-index: 10003 !important;
    pointer-events: auto !important;
    margin: 0 !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25) !important;
  }

  .menu-box-btn span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #FFFFFF;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .menu-box-btn.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-box-btn.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-box-btn.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

/* ==========================================================================
   MOBILE HERO SECTION: BIGGER "neesoi" TITLE (MOBILE <= 768px)
   ========================================================================== */
@media (max-width: 768px) {
  .hero-section {
    padding-top: 8.5rem !important;
  }

  .hero-title {
    font-size: clamp(4.5rem, 20vw, 6.8rem) !important;
    font-weight: 900 !important;
    letter-spacing: -0.04em !important;
    line-height: 1.0 !important;
  }

  #hero .hero-title-container .hand-drawn-underline {
    bottom: -8px;
    height: 20px;
  }

  .hero-subtitle {
    font-size: 1.15rem !important;
    margin-top: 0.75rem !important;
  }
}




/* ==========================================================================
   CLEAN MINIMALIST PC FOOTER (DESKTOP > 768px)
   ========================================================================== */
.clean-footer-pc {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 1rem 0;
}

.clean-footer-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.clean-footer-brand-box {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.clean-footer-logo-img {
  height: 36px;
  width: auto;
  filter: brightness(0) invert(1);
}

.clean-footer-brand-title {
  font-family: var(--font-inter);
  font-weight: 800;
  font-size: 1.4rem;
  color: #FFFFFF;
  letter-spacing: -0.02em;
}

.clean-footer-nav-links {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}

.clean-footer-link {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 0.95rem;
  color: #94A3B8;
  text-decoration: none;
  transition: color 0.2s ease;
}

.clean-footer-link:hover {
  color: #FFFFFF;
}

.clean-footer-social-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.clean-footer-social {
  font-family: var(--font-mono);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--blue-cyan);
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.clean-footer-social:hover {
  opacity: 0.8;
}

.clean-footer-divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.clean-footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-inter);
  font-size: 0.85rem;
  color: #64748B;
}

.clean-footer-location {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: #94A3B8;
}



/* ==========================================================================
   STRICT MOBILE NAV BAR OVERRIDE (HIDE DESKTOP OVAL PILL ON MOBILE <= 992px)
   ========================================================================== */
@media (max-width: 992px) {
  .nav-wrapper {
    display: contents !important;
  }
  .nav-menu:not(.active) {
    display: none !important;
  }

  /* TRANSPARENT CONTAINER WITH ZERO BACKGROUND/BORDER/SHADOW */
  header.site-header,
  .site-header,
  .nav-container {
    background: none !important;
    background-color: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
  }

  /* 1. DOUBLE-E LOGO: EXACT TOP-CENTER OF PHONE SCREEN */
  .mobile-center-logo-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: fixed !important;
    top: 16px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 10002 !important;
    pointer-events: auto !important;
    text-decoration: none !important;
    width: auto !important;
    height: 42px !important;
  }

  .mobile-center-logo-img {
    height: 38px !important;
    width: auto !important;
    max-height: 38px !important;
    object-fit: contain !important;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.9)) !important;
  }

  /* 2. BURGER MENU BOX BUTTON: EXACT TOP-RIGHT CORNER OF PHONE SCREEN */
  .menu-box-btn {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 5px !important;
    position: fixed !important;
    top: 14px !important;
    right: 16px !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    border-radius: 10px !important;
    background: rgba(15, 23, 42, 0.88) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    cursor: pointer !important;
    z-index: 10003 !important;
    pointer-events: auto !important;
    margin: 0 !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25) !important;
  }
}



/* ==========================================================================
   PERFECT MOBILE HEADER & NO-OVAL CONTAINER FIX (MOBILE <= 992px)
   ========================================================================== */
@media (max-width: 992px) {
  header.site-header,
  .site-header,
  .site-header.scrolled {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 70px !important;
    background: transparent !important;
    background-color: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    pointer-events: none !important;
  }

  .nav-container {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  .nav-wrapper {
    display: contents !important;
  }
  .nav-menu:not(.active) {
    display: none !important;
  }

  /* 1. DOUBLE-E LOGO: EXACT TOP-CENTER OF PHONE SCREEN */
  .mobile-center-logo-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: fixed !important;
    top: 16px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 10002 !important;
    pointer-events: auto !important;
    text-decoration: none !important;
    width: auto !important;
    height: 42px !important;
    transition: top 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  }

  .mobile-center-logo-img {
    height: 38px !important;
    width: auto !important;
    max-height: 38px !important;
    object-fit: contain !important;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.9)) !important;
    transition: height 0.3s cubic-bezier(0.16, 1, 0.3, 1), max-height 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  }

  /* Shrink mobile nav logo when scrolling down */
  .site-header.scrolled .mobile-center-logo-link {
    top: 10px !important;
  }

  .site-header.scrolled .mobile-center-logo-img {
    height: 26px !important;
    max-height: 26px !important;
    transform: scale(0.85);
  }

  .site-header.scrolled .mobile-logo-glow {
    width: 45px;
    height: 45px;
    opacity: 0.6;
  }

  /* 2. BURGER MENU BOX BUTTON: EXACT TOP-RIGHT CORNER OF PHONE SCREEN */
  .menu-box-btn {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 5px !important;
    position: fixed !important;
    top: 14px !important;
    right: 16px !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    border-radius: 10px !important;
    background: rgba(15, 23, 42, 0.88) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    cursor: pointer !important;
    z-index: 10003 !important;
    pointer-events: auto !important;
    margin: 0 !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25) !important;
  }

  .menu-box-btn span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #FFFFFF;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .menu-box-btn.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-box-btn.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-box-btn.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}



/* ==========================================================================
   CONSOLIDATED SINGLE REVIEW SYSTEM (.review-spotlight-wrapper)
   ========================================================================== */
.review-spotlight-wrapper {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 2.5rem;
  align-items: stretch;
}


/* ==========================================================================
   WHY CUSTOM WIN GRID & REASON CARDS (SECTION 3)
   ========================================================================== */
.custom-win-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem;
}

.reason-card {
  background: #FFFFFF;
  border: 1.5px solid rgba(15, 23, 42, 0.12);
  border-radius: var(--radius-lg);
  padding: 2.25rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.reason-card:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 23, 42, 0.25);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.09);
}

.reason-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.reason-mono-tag {
  font-family: var(--font-mono);
  font-size: var(--fs-caption);
  font-weight: 700;
  color: #64748B;
}

.reason-pill {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-pill);
}

.reason-pill.emerald {
  background: #D1FAE5;
  color: #065F46;
}

.reason-pill.blue {
  background: #DBEAFE;
  color: #1E40AF;
}

.reason-pill.dark {
  background: #0F172A;
  color: #FFFFFF;
}

.reason-stat-num {
  font-family: var(--font-inter);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.reason-title {
  font-family: var(--font-inter);
  font-size: 1.2rem;
  font-weight: 700;
  color: #0F172A;
  margin: 0;
  line-height: 1.35;
}

.reason-desc {
  font-family: var(--font-inter);
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

.wide-fact-card {
  grid-column: 1 / -1;
  background: #0F172A;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.wide-fact-card .reason-mono-tag {
  color: var(--blue-cyan);
}

.fact-split-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 0.5rem;
}

.fact-quote-box {
  flex: 1;
}

.fact-quote-text {
  font-family: var(--font-inter);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 500;
  line-height: 1.55;
  color: #F8FAFC;
  margin: 0;
}

.fact-citations-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
  font-size: 0.8rem;
  color: #94A3B8;
  flex-wrap: wrap;
}

.fact-citation-link {
  color: var(--blue-cyan);
  text-decoration: none;
}

.fact-citation-link:hover {
  text-decoration: underline;
}

.fact-audit-cta {
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .custom-win-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .reason-card {
    padding: 1.35rem 1.25rem;
    border-radius: 18px;
    gap: 0.75rem;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
  }

  .reason-card-top {
    margin-bottom: 0.2rem;
  }

  .reason-stat-num {
    font-size: 1.85rem;
    font-weight: 800;
    line-height: 1.05;
  }

  .reason-title {
    font-size: 1.05rem;
    font-weight: 700;
  }

  .reason-desc {
    font-size: 0.88rem;
    line-height: 1.5;
    color: #475569;
  }

  .wide-fact-card {
    padding: 1.4rem 1.25rem;
    border-radius: 18px;
  }

  .fact-split-content {
    flex-direction: column;
    align-items: stretch;
    gap: 1.1rem;
    margin-top: 0.35rem;
  }

  .fact-quote-text {
    font-size: 1.02rem;
    line-height: 1.48;
    color: #F8FAFC;
  }

  .fact-citations-row {
    font-size: 0.75rem;
    gap: 0.4rem;
    margin-top: 0.65rem;
    color: #94A3B8;
  }

  .fact-audit-cta {
    width: 100%;
    margin-top: 0.25rem;
  }

  .fact-audit-cta .btn-pill {
    width: 100%;
    display: flex !important;
    text-align: center;
    justify-content: center;
    box-sizing: border-box;
  }
}

/* ==========================================================================
   UNIFIED SITE FOOTER & MOBILE NAV (v2026)
   ========================================================================== */

.site-footer {
  background: #090D16 !important;
  color: #FFFFFF !important;
  padding: 3rem 0 1.75rem !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
  margin-top: 4rem;
  position: relative;
  z-index: 20;
}

.site-footer-container {
  max-width: 1200px;
}

.site-footer-inner {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.site-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.site-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  transition: opacity var(--transition-fast);
}

.site-footer-brand:hover {
  opacity: 0.88;
}

.site-footer-logo {
  height: 32px;
  width: auto;
  filter: brightness(0) invert(1);
  display: block;
}

.site-footer-wordmark {
  font-family: var(--font-inter);
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  line-height: 1;
}

.site-footer-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem 1.75rem;
}

.site-footer-nav a {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 0.9rem;
  color: #94A3B8;
  text-decoration: none;
  transition: color var(--transition-fast);
}

.site-footer-nav a:hover {
  color: #FFFFFF;
}

.site-footer-mid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem 1.35rem;
  padding-top: 0.25rem;
}

.site-footer-link {
  font-family: var(--font-mono);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--blue-cyan);
  text-decoration: none;
  transition: opacity var(--transition-fast), color var(--transition-fast);
}

.site-footer-link:hover {
  opacity: 0.8;
  color: #FFFFFF;
}

.site-footer-link-muted {
  color: #64748B;
  text-transform: lowercase;
  font-family: var(--font-inter);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0;
}

.site-footer-link-muted:hover {
  color: #CBD5E1;
  opacity: 1;
}

.site-footer-sep {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}

.site-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.site-footer-copy,
.site-footer-location {
  margin: 0;
  font-size: 0.76rem;
  color: #64748B;
  line-height: 1.5;
}

.site-footer-copy {
  font-family: var(--font-inter);
}

.site-footer-location {
  font-family: var(--font-mono);
  letter-spacing: 0.02em;
}

@media (max-width: 768px) {
  .site-footer {
    padding: 2.5rem 0 1.5rem !important;
    margin-top: 0 !important;
  }

  .site-footer-inner {
    gap: 1.5rem;
    align-items: center;
    text-align: center;
  }

  .site-footer-top {
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
  }

  .site-footer-nav {
    justify-content: center;
    gap: 0.5rem 1.25rem;
  }

  .site-footer-mid {
    justify-content: center;
    gap: 0.55rem 1rem;
    padding-top: 0;
  }

  .site-footer-sep {
    display: none;
  }

  .site-footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.4rem;
    padding-top: 1rem;
    width: 100%;
  }
}

@media (min-width: 769px) {
  .site-footer {
    padding: 3.25rem 0 2rem !important;
  }

  .site-footer-container {
    max-width: 1140px;
  }

  .site-footer-inner {
    gap: 2rem;
  }

  .site-footer-top {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 2rem;
  }

  .site-footer-brand {
    grid-column: 1;
    justify-self: start;
  }

  .site-footer-nav {
    grid-column: 2;
    justify-self: center;
    gap: 2rem;
  }

  .site-footer-nav a {
    font-size: 0.88rem;
  }

  .site-footer-mid {
    justify-content: center;
    gap: 1.5rem;
    padding-top: 0.15rem;
  }

  .site-footer-mid .site-footer-link-muted {
    margin-left: 0;
  }

  .site-footer-sep {
    margin: 0 0.5rem;
  }

  .site-footer-bottom {
    padding-top: 1.5rem;
  }

  .site-footer-copy,
  .site-footer-location {
    font-size: 0.78rem;
  }
}

.faq-section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}

.faq-section-header .mono-label {
  justify-content: center;
  color: var(--blue-primary);
}

.faq-section-header .section-title {
  margin-top: 0.5rem;
}

/* Hero CTA buttons — equal size, solid white audit button */
.hero-actions {
  margin-top: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  flex-wrap: wrap;
  width: fit-content;
  max-width: calc(100% - 1.5rem);
  margin-left: auto;
  margin-right: auto;
}

.hero-actions .hero-btn {
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  padding: 0.95rem 1.2rem !important;
  font-family: var(--font-helvetica) !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  letter-spacing: 0;
  text-transform: lowercase;
  line-height: 1.2;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}

.hero-btn-primary {
  background-color: #0F172A !important;
  border-color: #0F172A !important;
  color: #FFFFFF !important;
}

.hero-btn-primary:hover {
  background-color: var(--blue-primary) !important;
  border-color: var(--blue-primary) !important;
  color: #FFFFFF !important;
}

.hero-btn-secondary {
  background-color: #FFFFFF !important;
  border: none !important;
  color: #0F172A !important;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}

.hero-btn-secondary:hover {
  background-color: #FFFFFF !important;
  border: none !important;
  color: var(--blue-primary) !important;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 24px rgba(0, 102, 255, 0.18);
}

@media (max-width: 768px) {
  .hero-actions {
    width: 100%;
    max-width: min(100%, 320px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
  }

  .hero-actions .hero-btn {
    width: 100%;
    min-height: 3.2rem;
    padding: 0.85rem 1rem !important;
    font-size: 0.92rem !important;
    white-space: nowrap;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 769px) {
  .hero-actions {
    gap: 0.85rem;
  }

  .hero-actions .hero-btn {
    flex: 0 0 auto;
    width: auto;
    min-height: 0;
    padding: 1rem 1.35rem !important;
    font-size: 0.95rem !important;
    white-space: nowrap;
  }
}

@media (max-width: 380px) {
  .hero-actions {
    max-width: calc(100% - 1.25rem);
    gap: 0.55rem;
  }

  .hero-actions .hero-btn {
    font-size: 0.88rem !important;
    padding: 0.8rem 0.45rem !important;
    min-height: 3rem;
  }
}

/* FAQ title — single line, matches section scale */
#faq .section-title,
.faq-section-header .section-title {
  font-size: clamp(2.5rem, 6vw, 4rem);
}

#faq .hero-title-container,
.faq-section-header .hero-title-container {
  white-space: nowrap;
  display: inline-block;
}

@media (max-width: 768px) {
  .hero-title-container {
    display: inline-block !important;
    width: auto !important;
    position: relative !important;
    text-align: center !important;
  }

  .hand-drawn-underline {
    position: absolute !important;
    left: -2% !important;
    width: 104% !important;
    bottom: -8px !important;
    height: 18px !important;
  }

  #faq .section-title,
  .faq-section-header .section-title {
    font-size: clamp(2.05rem, 7.5vw, 2.95rem);
  }

  #faq .hand-drawn-underline,
  .faq-section-header .hand-drawn-underline {
    bottom: -8px !important;
    height: 16px !important;
  }
}

/* Mobile menu extras — hidden on desktop */
.nav-menu-mobile-extra {
  display: none;
}

/* Frosted burger button */
@media (max-width: 992px) {
  .menu-box-btn {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 5px !important;
    position: fixed !important;
    top: 14px !important;
    right: 16px !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 100px !important;
    background: rgba(255, 255, 255, 0.94) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    border: 1px solid rgba(15, 23, 42, 0.1) !important;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08) !important;
    cursor: pointer !important;
    z-index: 10003 !important;
    pointer-events: auto !important;
    transition: transform var(--transition-fast), box-shadow var(--transition-fast) !important;
  }

  .menu-box-btn:hover {
    transform: scale(1.04);
    box-shadow: 0 6px 24px rgba(15, 23, 42, 0.12) !important;
  }

  .menu-box-btn span {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #0F172A !important;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .menu-box-btn.active {
    background: rgba(255, 255, 255, 0.98) !important;
  }

  .menu-box-btn.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-box-btn.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-box-btn.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-center-logo-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: fixed !important;
    top: 8px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 10002 !important;
    pointer-events: auto !important;
    height: 72px !important;
    width: 72px !important;
  }

  .mobile-center-logo-link::before {
    content: '';
    position: absolute;
    inset: -20px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.38) 42%, transparent 72%);
    filter: blur(10px);
    z-index: -1;
    pointer-events: none;
  }

  .mobile-center-logo-img {
    height: 64px !important;
    max-height: 64px !important;
    width: auto !important;
    object-fit: contain !important;
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.88)) drop-shadow(0 2px 12px rgba(15, 23, 42, 0.1)) !important;
    transition: height 0.3s ease, max-height 0.3s ease, transform 0.3s ease !important;
  }

  .site-header.scrolled .mobile-center-logo-link {
    top: 4px !important;
    height: 56px !important;
    width: 56px !important;
  }

  .site-header.scrolled .mobile-center-logo-link::before {
    inset: -16px;
    opacity: 0.85;
  }

  .site-header.scrolled .mobile-center-logo-img {
    height: 50px !important;
    max-height: 50px !important;
  }

  .nav-menu.active {
    display: flex !important;
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    background: rgba(9, 13, 22, 0.97) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1.5rem !important;
    z-index: 10001 !important;
    padding: 5rem 1.5rem 2rem !important;
    list-style: none !important;
    pointer-events: auto !important;
    animation: mobileNavFadeIn 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  }

  @keyframes mobileNavFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }

  .nav-menu.active li {
    pointer-events: auto !important;
    width: 100%;
    text-align: center;
  }

  .nav-menu.active .nav-link {
    font-family: var(--font-inter) !important;
    font-weight: 700 !important;
    font-size: clamp(1.65rem, 6vw, 2.1rem) !important;
    color: #FFFFFF !important;
    text-transform: lowercase !important;
    letter-spacing: -0.02em !important;
    padding: 0.5rem 1rem !important;
    background: none !important;
    box-shadow: none !important;
    transform: none !important;
    display: inline-block !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.12);
    text-decoration: none !important;
  }

  .nav-menu.active .nav-link.active {
    color: var(--blue-cyan) !important;
  }

  .nav-menu.active .nav-link:hover {
    color: var(--blue-cyan) !important;
    background: none !important;
  }

  .nav-menu.active .nav-logo-item {
    display: none !important;
  }

  .nav-menu.active .nav-menu-mobile-extra {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1.25rem !important;
    margin-top: 0.5rem !important;
  }

  .mobile-menu-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1.75rem;
    background: #FFFFFF;
    color: #0F172A !important;
    font-family: var(--font-inter);
    font-weight: 700;
    font-size: 0.88rem;
    border-radius: var(--radius-pill);
    text-decoration: none;
    transition: transform var(--transition-fast), box-shadow var(--transition-fast);
  }

  .mobile-menu-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 255, 255, 0.15);
  }

  .mobile-menu-legal {
    display: flex;
    align-items: center;
    gap: 1.25rem;
  }

  .mobile-menu-legal a {
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748B;
    text-decoration: none;
    transition: color var(--transition-fast);
  }

  .mobile-menu-legal a:hover {
    color: #94A3B8;
  }

  .site-header.mobile-open .mobile-center-logo-link {
    z-index: 10004 !important;
  }

  .site-header.mobile-open .menu-box-btn {
    z-index: 10005 !important;
  }
}

/* Hide legacy footer/nav classes */
.desktop-footer-only,
.mobile-footer-only,
.clean-footer-pc,
.simple-footer-content,
.mobile-nav-overlay,
.nav-mobile-center-logo,
.menu-circle-btn {
  display: none !important;
}

/* ==========================================================================
   COMPACT FAQ SIZING — MOBILE ONLY (index, services, contact)
   Desktop keeps original FAQ sizes from the main design system.
   ========================================================================== */
@media (max-width: 768px) {
  #faq.section,
  .services-faq-section,
  section#faq {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  #faq .section-header,
  .services-faq-section .section-header,
  section#faq .section-header {
    margin-bottom: 2rem !important;
  }

  /* ==========================================================================
     UNIFIED COMPACT MOBILE FAQ ENGINE (Home, Contact, Services)
     ========================================================================== */
  .faq-list,
  .mockup-faq-list,
  .services-faq-container {
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.55rem !important;
    padding: 0 !important;
  }

  .faq-item,
  .mockup-faq-item,
  .faq-accordion-item {
    border-radius: 12px !important;
    border: 1px solid rgba(15, 23, 42, 0.12) !important;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04) !important;
    padding: 0 !important;
  }

  .faq-summary,
  .mockup-faq-summary,
  .faq-accordion-header {
    padding: 0.75rem 1rem !important;
    font-size: 0.86rem !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    gap: 0.75rem !important;
  }

  .faq-icon,
  .mockup-faq-icon,
  .faq-icon-indicator {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    font-size: 0.85rem !important;
    margin-left: 0 !important;
  }

  .faq-content,
  .mockup-faq-content,
  .faq-accordion-body {
    padding: 0.25rem 1rem 0.85rem 1rem !important;
    font-size: 0.82rem !important;
    line-height: 1.5 !important;
  }

  .faq-content p,
  .mockup-faq-content p,
  .faq-accordion-body p {
    font-size: 0.82rem !important;
    line-height: 1.5 !important;
    margin: 0 !important;
  }

  .faq-accordion-item.active .faq-accordion-body {
    max-height: 380px !important;
    margin-top: 0.25rem !important;
  }
}

/* ==========================================================================
   MOBILE — CONTACT PAGE (max-width 768px ONLY — desktop untouched)
   ========================================================================== */
.contact-mobile-clouds-layer,
.services-mobile-clouds-layer,
.founders-mobile-clouds-layer,
.projects-mobile-clouds-layer,
.home-mobile-clouds-layer {
  display: none !important;
}

@media (max-width: 768px) {
  .contact-mobile-clouds-layer,
  .services-mobile-clouds-layer,
  .founders-mobile-clouds-layer,
  .projects-mobile-clouds-layer,
  .home-mobile-clouds-layer {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden !important;
  }

  .home-mobile-cloud-item,
  .services-mobile-cloud-item,
  .founders-mobile-cloud-item,
  .projects-mobile-cloud-item,
  .contact-mobile-cloud-item {
    position: absolute;
    pointer-events: none;
    opacity: 0.46;
    width: min(54vw, 230px);
  }

  .home-mobile-cloud--left,
  .services-mobile-cloud--left,
  .founders-mobile-cloud--left,
  .projects-mobile-cloud--left,
  .contact-mobile-cloud--left {
    left: 0 !important;
    right: auto !important;
    transform: translateX(-45%);
  }

  .home-mobile-cloud--right,
  .services-mobile-cloud--right,
  .founders-mobile-cloud--right,
  .projects-mobile-cloud--right,
  .contact-mobile-cloud--right {
    right: 0 !important;
    left: auto !important;
    transform: translateX(45%);
  }

  .home-mobile-cloud-item .cloud-img,
  .services-mobile-cloud-item .cloud-img,
  .founders-mobile-cloud-item .cloud-img,
  .projects-mobile-cloud-item .cloud-img,
  .contact-mobile-cloud-item .cloud-img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 14px 32px rgba(0, 194, 255, 0.16));
    -webkit-mask-image: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 72%);
    mask-image: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 72%);
  }

  /* Unified Mobile Cloud Spread (Top to Bottom within document content bounds) */
  .home-mobile-cloud-item-1, .services-mobile-cloud-item-1, .contact-mobile-cloud-item-1, .projects-mobile-cloud-item-1, .founders-mobile-cloud-item-1, body.page-contact .contact-mobile-cloud-item-top { top: 3.5% !important; opacity: 0.44 !important; }
  .home-mobile-cloud-item-2, .services-mobile-cloud-item-2, .contact-mobile-cloud-item-2, .projects-mobile-cloud-item-2, .founders-mobile-cloud-item-2, body.page-contact .contact-mobile-cloud-item-end-1 { top: 14% !important; opacity: 0.40 !important; }
  .home-mobile-cloud-item-3, .services-mobile-cloud-item-3, .contact-mobile-cloud-item-3, .projects-mobile-cloud-item-3, .founders-mobile-cloud-item-3, body.page-contact .contact-mobile-cloud-item-end-2 { top: 25% !important; opacity: 0.44 !important; }
  .home-mobile-cloud-item-4, .services-mobile-cloud-item-4, .contact-mobile-cloud-item-4, .projects-mobile-cloud-item-4, .founders-mobile-cloud-item-4, body.page-contact .contact-mobile-cloud-item-end-3 { top: 36% !important; opacity: 0.42 !important; }
  .home-mobile-cloud-item-5, .services-mobile-cloud-item-5, .contact-mobile-cloud-item-5, .projects-mobile-cloud-item-5, .founders-mobile-cloud-item-5, body.page-contact .contact-mobile-cloud-item-end-4 { top: 47% !important; opacity: 0.44 !important; }
  .home-mobile-cloud-item-6, .services-mobile-cloud-item-6, .contact-mobile-cloud-item-6, .projects-mobile-cloud-item-6, .founders-mobile-cloud-item-6, body.page-contact .contact-mobile-cloud-item-end-5 { top: 58% !important; opacity: 0.40 !important; }
  .home-mobile-cloud-item-7, .services-mobile-cloud-item-7, .contact-mobile-cloud-item-7, .projects-mobile-cloud-item-7, .founders-mobile-cloud-item-7, body.page-contact .contact-mobile-cloud-item-end-6 { top: 69% !important; opacity: 0.44 !important; }
  .home-mobile-cloud-item-8, .services-mobile-cloud-item-8, .contact-mobile-cloud-item-8, .projects-mobile-cloud-item-8, .founders-mobile-cloud-item-8 { top: 78% !important; opacity: 0.40 !important; }
}

@media (min-width: 769px) {
  /* Only undo global padding overrides — nothing else on desktop */
  body.page-contact .legal-header {
    padding-top: 7rem !important;
    padding-bottom: 2.5rem !important;
  }

  body.page-contact main.container {
    padding-top: 1.5rem !important;
    padding-bottom: 5rem !important;
  }
}

@media (max-width: 768px) {
  body.page-contact .site-clouds-wrapper {
    display: none !important;
  }

  body.page-contact .contact-mobile-clouds-layer {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: visible;
  }

  body.page-contact .contact-mobile-cloud-item {
    position: absolute;
    pointer-events: none;
    opacity: 0.46;
    width: min(58vw, 250px);
  }

  body.page-contact .contact-mobile-cloud--left {
    left: 0 !important;
    right: auto !important;
    transform: translateX(-45%);
  }

  body.page-contact .contact-mobile-cloud--right {
    right: 0 !important;
    left: auto !important;
    transform: translateX(45%);
  }

  body.page-contact .contact-mobile-cloud-item .cloud-img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 14px 32px rgba(0, 194, 255, 0.16));
    -webkit-mask-image: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 72%);
    mask-image: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 72%);
  }

  body.page-contact .legal-header {
    padding-top: 7.25rem !important;
    padding-bottom: 1.75rem !important;
  }

  body.page-contact .legal-header .section-title,
  body.page-contact .legal-title {
    font-size: clamp(2.15rem, 8.5vw, 2.85rem) !important;
    line-height: 1.1 !important;
    text-align: center !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  body.page-contact .legal-header .hero-title-container,
  body.page-contact .hero-title-container {
    width: auto !important;
    display: inline-block !important;
    position: relative !important;
    text-align: center !important;
    margin: 0 auto !important;
  }

  body.page-contact .legal-header .hero-title-container .hand-drawn-underline,
  body.page-contact .hand-drawn-underline {
    left: -2% !important;
    width: 104% !important;
    bottom: -8px !important;
    height: 18px !important;
  }

  body.page-contact main.container {
    padding-top: 0.5rem !important;
    padding-bottom: 3rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  body.page-contact .contact-clean-layout {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-bottom: 2.5rem;
  }

  body.page-contact .contact-form-clean-card,
  body.page-contact .contact-info-clean-card {
    padding: 1.65rem 1.25rem !important;
    border-radius: 18px !important;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.1), 0 4px 12px rgba(15, 23, 42, 0.05) !important;
  }

  body.page-contact .contact-card-logo-box {
    width: 48px;
    height: 48px;
    margin-bottom: 1.1rem;
  }

  body.page-contact .contact-card-logo-img {
    width: 26px;
  }

  body.page-contact .contact-card-title {
    font-size: clamp(1.55rem, 6vw, 1.85rem) !important;
  }

  body.page-contact .contact-card-sub {
    font-size: 0.9rem;
    margin-bottom: 1.35rem;
    line-height: 1.55;
  }

  body.page-contact .contact-info-title {
    font-size: clamp(1.45rem, 5.5vw, 1.7rem) !important;
    margin-bottom: 1.35rem;
  }

  body.page-contact .form-row-2 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  body.page-contact .clean-form-label {
    font-size: 0.72rem;
  }

  body.page-contact .clean-form-input,
  body.page-contact .clean-form-select,
  body.page-contact .clean-form-textarea {
    padding: 0.9rem 1rem;
    font-size: 16px;
    border-radius: 12px;
  }

  body.page-contact .clean-form-textarea {
    min-height: 120px;
  }

  body.page-contact .contact-form-clean-card .btn-cyan-cta {
    width: 100% !important;
    margin-top: 1.5rem !important;
    padding: 1rem !important;
    font-size: 0.95rem !important;
    justify-content: center !important;
  }

  body.page-contact .contact-info-list {
    gap: 1.15rem;
    margin-bottom: 1.35rem;
  }

  body.page-contact .contact-info-item {
    gap: 0.9rem;
    align-items: center;
  }

  body.page-contact .contact-info-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }

  body.page-contact .contact-info-content h4 {
    font-size: 0.95rem;
  }

  body.page-contact .contact-info-link,
  body.page-contact .contact-info-val {
    font-size: 0.88rem;
  }

  body.page-contact .contact-info-sub {
    font-size: 0.78rem;
    line-height: 1.45;
  }

  body.page-contact .contact-strategy-box {
    padding: 1.15rem;
    border-radius: 14px;
  }

  body.page-contact .contact-strategy-text {
    font-size: 0.85rem;
    margin-bottom: 1rem;
  }

  body.page-contact .contact-strategy-box .btn-service-cta {
    width: 100% !important;
    padding: 0.9rem 1rem !important;
    font-size: 0.92rem !important;
    justify-content: center !important;
  }

  body.page-contact .services-faq-section {
    padding-top: 0.5rem;
  }

  body.page-contact .services-faq-section .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.page-contact .faq-section-header .section-title {
    font-size: clamp(1.75rem, 7vw, 2.2rem) !important;
  }
}

/* ==========================================================================
   MOBILE — FOUNDERS PAGE
   ========================================================================== */
@media (max-width: 768px) {
  .founders-page .site-clouds-wrapper {
    display: none !important;
  }

  .founders-page .founders-mobile-clouds-layer {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: visible;
  }

  .founders-page .founders-mobile-cloud-item {
    position: absolute;
    pointer-events: none;
    width: min(58vw, 250px);
    opacity: 0.46;
  }

  .founders-page .founders-mobile-cloud--left {
    left: 0 !important;
    right: auto !important;
    transform: translateX(-45%);
  }

  .founders-page .founders-mobile-cloud--right {
    right: 0 !important;
    left: auto !important;
    transform: translateX(45%);
  }

  .founders-page .founders-mobile-cloud-item .cloud-img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 14px 32px rgba(0, 194, 255, 0.16));
    -webkit-mask-image: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 72%);
    mask-image: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 72%);
  }

  .founders-page .founders-mobile-cloud-item-1 { top: 6.5rem; opacity: 0.44; }
  .founders-page .founders-mobile-cloud-item-2 { top: 24%; opacity: 0.4; }
  .founders-page .founders-mobile-cloud-item-3 { top: 40%; opacity: 0.44; }
  .founders-page .founders-mobile-cloud-item-4 { top: 56%; opacity: 0.42; }
  .founders-page .founders-mobile-cloud-item-5 { top: 72%; opacity: 0.44; }
  .founders-page .founders-mobile-cloud-item-6 { bottom: 6rem; opacity: 0.4; }

  .founders-page .founders-hero-header {
    padding-top: 7.5rem !important;
    padding-bottom: 1.25rem !important;
  }

  .founders-page .founders-hero-title {
    font-size: clamp(2.4rem, 10vw, 3.1rem) !important;
    line-height: 1.08 !important;
  }

  .founders-page .founders-hero-title .hand-drawn-underline {
    bottom: -8px;
    height: 18px;
  }

  .founders-page .founders-hero-subtitle {
    font-size: 1rem !important;
    margin-top: 0.65rem;
    margin-bottom: 0.25rem;
  }

  .founders-page .founders-origin-section {
    padding-bottom: 2rem;
  }

  .founders-page .founders-origin-wrap {
    padding: 0 1rem;
  }

  .founders-page .neesoi-origin-single-card {
    padding: 1.65rem 1.25rem !important;
    border-radius: 18px !important;
    align-items: center !important;
    text-align: center !important;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.1), 0 4px 12px rgba(15, 23, 42, 0.05) !important;
  }

  .founders-page .neesoi-origin-label {
    justify-content: center !important;
    font-size: 0.68rem;
  }

  .founders-page .neesoi-origin-title {
    font-size: clamp(1.55rem, 6.5vw, 1.95rem) !important;
    text-align: center;
    width: 100%;
    margin-bottom: 1rem;
  }

  .founders-page .neesoi-origin-title .hand-drawn-underline {
    bottom: -8px;
    height: 16px;
  }

  .founders-page .neesoi-origin-body-paragraphs {
    gap: 0.95rem;
    margin-bottom: 1.25rem;
  }

  .founders-page .neesoi-origin-text {
    font-size: 0.92rem;
    line-height: 1.65;
    text-align: center;
  }

  .founders-page .neesoi-pillar-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0.85rem 1rem;
    font-size: 0.88rem;
  }

  .founders-page .founders-profiles-desktop {
    display: none !important;
  }

  .founders-page .founders-profiles-mobile {
    display: block !important;
    max-width: 720px;
    margin: 0 auto;
    padding: 0.5rem 1rem 2.5rem;
  }

  .founders-page .founders-hero-header .legal-title,
  .founders-page .founders-hero-header .hero-title-container,
  .founders-page .legal-title {
    font-size: clamp(2.15rem, 8.5vw, 2.85rem) !important;
    line-height: 1.1 !important;
  }

  .founders-page .founders-hero-header .hero-title-container .hand-drawn-underline {
    bottom: -8px;
    height: 18px;
  }

  .founders-page .founders-section-title {
    font-size: clamp(1.6rem, 6.5vw, 2rem) !important;
  }

  .founders-page .founders-section-title .hand-drawn-underline {
    bottom: -8px;
    height: 16px;
  }

  .founders-page .founders-cards-stack {
    gap: 2.75rem;
  }

  .founders-page .founder-centered-photo {
    max-width: 100%;
    height: min(84vw, 440px);
    border-radius: 1.25rem;
  }

  .founders-page .founder-centered-tag {
    font-size: 0.62rem;
    padding: 0.3rem 0.65rem;
  }

  .founders-page .founder-centered-body {
    margin-top: 1.25rem;
    gap: 0.7rem;
  }

  .founders-page .founder-centered-role {
    font-size: 0.72rem;
  }

  .founders-page .founder-centered-name {
    font-size: clamp(1.55rem, 6.5vw, 1.85rem) !important;
  }

  .founders-page .founder-centered-bio {
    font-size: 0.92rem;
    line-height: 1.6;
  }

  .founders-page .founders-profiles-mobile .founder-contact-btn {
    width: 100% !important;
    max-width: 320px;
    padding: 0.9rem 1rem !important;
    font-size: 0.92rem !important;
    justify-content: center !important;
  }

  .founders-page .founders-cta-section {
    padding: 2rem 0 3rem;
  }

  .founders-page .founders-cta-wrap {
    padding: 0 1rem;
  }

  .founders-page .founders-cta-box {
    padding: 2rem 1.25rem !important;
    border-radius: 18px !important;
    width: 100%;
    margin: 0;
  }

  .founders-page .founders-cta-title {
    font-size: clamp(1.45rem, 6vw, 1.85rem) !important;
  }

  .founders-page .founders-cta-desc {
    font-size: 0.9rem !important;
    margin-bottom: 1.5rem !important;
  }

  .founders-page .founders-cta-btn {
    width: 100% !important;
    max-width: 320px;
    padding: 1rem 1.25rem !important;
    font-size: 0.95rem !important;
    justify-content: center !important;
  }
}

/* ==========================================================================
   SERVICES PAGE — BASE LAYOUT (desktop defaults; mobile overrides below)
   ========================================================================== */
.page-services .services-hero-header {
  padding-top: 7.5rem;
  padding-bottom: 2.5rem;
}

.page-services .services-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10;
}

.page-services .services-hero-title {
  margin-top: 0.5rem;
}

.page-services .services-hero-title,
.page-services .hero-title-container,
.page-services .section-header .section-title {
  font-size: clamp(2.4rem, 4.5vw, 3.4rem);
  line-height: 1.15;
}

.page-services .services-main {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 10;
  max-width: 1520px;
}

.services-mobile-clouds-layer {
  display: none !important;
}

@media (min-width: 769px) {
  .services-mobile-visual-card {
    display: none !important;
  }

  body.page-services .editorial-service-row {
    display: grid !important;
    grid-template-columns: 54fr 46fr !important;
    gap: 3.5rem !important;
    align-items: center !important;
    margin-bottom: 6.5rem !important;
    max-width: 1520px !important;
  }

  body.page-services .editorial-service-row.reverse {
    grid-template-columns: 46fr 54fr !important;
  }

  body.page-services .editorial-service-row.reverse .svc-visual-card {
    order: 1 !important;
  }

  body.page-services .editorial-service-row.reverse .solarity-info-col {
    order: 2 !important;
  }

  body.page-services .solarity-info-col {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    width: 100% !important;
  }

  body.page-services .svc-visual-card {
    width: 100% !important;
    margin: 0 !important;
  }

  body.page-services .svc-deliverables-box {
    width: 100% !important;
    margin-bottom: 1.75rem !important;
  }

  body.page-services .editorial-row-divider {
    width: 100% !important;
    max-width: 1520px !important;
    margin: 0 auto 5.5rem auto !important;
  }
}

/* ==========================================================================
   MOBILE — SERVICES PAGE (max-width 768px ONLY — desktop untouched)
   ========================================================================== */
@media (max-width: 768px) {
  body.page-services .site-clouds-wrapper {
    display: none !important;
  }

  body.page-services .services-mobile-clouds-layer {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: visible;
  }

  body.page-services .services-mobile-cloud-item {
    position: absolute;
    pointer-events: none;
    width: min(58vw, 250px);
    opacity: 0.46;
  }

  body.page-services .services-mobile-cloud--left {
    left: 0 !important;
    right: auto !important;
    transform: translateX(-45%);
  }

  body.page-services .services-mobile-cloud--right {
    right: 0 !important;
    left: auto !important;
    transform: translateX(45%);
  }

  body.page-services .services-mobile-cloud-item .cloud-img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 14px 32px rgba(0, 194, 255, 0.16));
    -webkit-mask-image: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 72%);
    mask-image: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 72%);
  }

  /* Hero */
  body.page-services .services-hero-header {
    padding-top: 7.25rem !important;
    padding-bottom: 1.5rem !important;
  }

  body.page-services .services-hero-title,
  body.page-services .legal-title {
    font-size: clamp(2.15rem, 8.5vw, 2.85rem) !important;
    line-height: 1.1 !important;
    text-align: center !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  body.page-services .services-hero-header .hero-title-container,
  body.page-services .hero-title-container {
    width: auto !important;
    display: inline-block !important;
    position: relative !important;
    text-align: center !important;
    margin: 0 auto !important;
  }

  body.page-services .services-hero-title .hand-drawn-underline,
  body.page-services .hero-title-container .hand-drawn-underline {
    left: -2% !important;
    width: 104% !important;
    bottom: -8px !important;
    height: 18px !important;
  }

  /* Main container */
  body.page-services .services-main {
    padding: 0.5rem 1rem 3rem !important;
    max-width: 100% !important;
  }

  body.page-services .services-main > section:first-of-type {
    margin-bottom: 3rem !important;
  }

  /* Service modules — stacked editorial cards */
  body.page-services .editorial-service-row,
  body.page-services .editorial-service-row.reverse {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.35rem !important;
    margin-bottom: 2.75rem !important;
    padding: 0;
  }

  /* Hide outer desktop visual cards on mobile */
  body.page-services .editorial-service-row > .svc-visual-card,
  body.page-services .editorial-service-row.reverse > .svc-visual-card {
    display: none !important;
  }

  /* Show mobile visual card directly underneath svc-deliverables-box */
  body.page-services .services-mobile-visual-card {
    display: flex !important;
    width: 100% !important;
    margin: 0.85rem 0 1.25rem 0 !important;
  }

  body.page-services .editorial-service-row .solarity-info-col,
  body.page-services .editorial-service-row.reverse .solarity-info-col {
    align-items: center;
    text-align: center;
    gap: 1rem;
  }

  body.page-services .solarity-eyebrow {
    font-size: 0.68rem;
    text-align: center;
  }

  body.page-services .solarity-title {
    font-size: clamp(1.55rem, 6.5vw, 1.95rem) !important;
    text-align: center;
  }

  body.page-services .solarity-desc {
    font-size: 0.92rem;
    line-height: 1.65;
    text-align: center;
    max-width: 520px;
  }

  body.page-services .svc-deliverables-box {
    width: 100%;
    padding: 1.15rem 1.2rem !important;
    border-radius: 16px !important;
    text-align: left;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08), 0 4px 12px rgba(15, 23, 42, 0.04) !important;
  }

  body.page-services .svc-deliverables-title {
    font-size: 0.68rem;
    margin-bottom: 0.7rem;
  }

  body.page-services .svc-deliverables-list {
    gap: 0.5rem;
    font-size: 0.86rem;
  }

  body.page-services .solarity-info-col .services-mobile-visual-card {
    order: 5 !important;
  }

  body.page-services .solarity-info-col .btn-service-cta,
  body.page-services .btn-service-cta {
    order: 10 !important;
    width: 100% !important;
    max-width: 320px;
    padding: 0.9rem 1rem !important;
    font-size: 0.92rem !important;
    justify-content: center !important;
    align-self: center !important;
    margin-top: 0.5rem !important;
  }

  /* Dark showcase cards — compact mobile dashboard */
  body.page-services .svc-visual-card {
    min-height: auto !important;
    padding: 1.35rem 1.15rem !important;
    border-radius: 18px !important;
  }

  body.page-services .svc-card-header {
    flex-direction: row !important;
    align-items: center !important;
    gap: 0.5rem !important;
    margin-bottom: 1rem !important;
    padding-bottom: 0.75rem !important;
  }

  body.page-services .svc-card-badge {
    font-size: 0.62rem;
    padding: 0.25rem 0.6rem;
  }

  body.page-services .speed-score-widget {
    flex-direction: row !important;
    text-align: left !important;
    padding: 1rem !important;
    gap: 1rem !important;
  }

  body.page-services .speed-gauge-circle {
    width: 64px;
    height: 64px;
    min-width: 64px;
  }

  body.page-services .speed-gauge-circle::before {
    width: 52px;
    height: 52px;
  }

  body.page-services .speed-gauge-text {
    font-size: 1.1rem;
  }

  body.page-services .speed-metrics-list {
    grid-template-columns: 1fr 1fr !important;
    gap: 0.55rem !important;
  }

  body.page-services .speed-metric-item {
    padding: 0.65rem 0.5rem !important;
    border-radius: 12px !important;
  }

  body.page-services .speed-metric-val {
    font-size: 1rem !important;
  }

  body.page-services .speed-metric-lbl {
    font-size: 0.62rem !important;
    line-height: 1.3;
  }

  body.page-services .svc-card-footer {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.35rem !important;
    font-size: 0.68rem !important;
    margin-top: 1rem;
    padding-top: 0.85rem;
  }

  body.page-services .brand-palette-grid {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 0.45rem !important;
  }

  body.page-services .brand-swatch {
    min-height: 44px;
    border-radius: 10px;
  }

  body.page-services .brand-type-preview {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.75rem !important;
    padding: 0.85rem !important;
  }

  body.page-services .editorial-row-divider {
    margin-bottom: 2.25rem !important;
    opacity: 0.6;
  }

  /* Process section */
  body.page-services .services-main > section:nth-of-type(2) {
    margin-bottom: 3.5rem !important;
  }

  body.page-services .services-main > section:nth-of-type(2) .section-header {
    margin-bottom: 1.75rem !important;
  }

  body.page-services .services-main > section:nth-of-type(2) .section-title {
    font-size: clamp(1.55rem, 6.5vw, 1.95rem) !important;
  }

  body.page-services .services-main > section:nth-of-type(2) .section-desc {
    font-size: 0.9rem !important;
    max-width: 100% !important;
    padding: 0 0.25rem;
  }

  body.page-services .process-tracker-bar {
    display: none !important;
  }

  body.page-services .editorial-workflow-grid {
    grid-template-columns: 1fr !important;
    gap: 0.85rem !important;
  }

  body.page-services .editorial-wf-card {
    padding: 1.35rem 1.15rem !important;
    border-radius: 16px !important;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.1), 0 4px 12px rgba(15, 23, 42, 0.05) !important;
  }

  body.page-services .editorial-wf-card:hover {
    transform: none !important;
  }

  body.page-services .editorial-wf-badge {
    width: 40px;
    height: 40px;
    margin-bottom: 0.35rem;
  }

  body.page-services .editorial-wf-badge svg {
    width: 18px;
    height: 18px;
  }

  body.page-services .editorial-wf-title {
    font-size: 1.05rem !important;
  }

  body.page-services .editorial-wf-desc {
    font-size: 0.86rem !important;
    line-height: 1.55;
  }

  /* Pricing section */
  body.page-services .services-main > section:nth-of-type(3) {
    margin-bottom: 3.5rem !important;
  }

  body.page-services .services-main > section:nth-of-type(3) .section-header {
    margin-bottom: 1.75rem !important;
  }

  body.page-services .services-main > section:nth-of-type(3) .section-title {
    font-size: clamp(1.85rem, 7.5vw, 2.4rem) !important;
    line-height: 1.12 !important;
  }

  body.page-services .services-main > section:nth-of-type(3) .section-desc {
    font-size: 0.9rem !important;
  }

  body.page-services .mockup-pricing-grid {
    gap: 1rem !important;
  }

  body.page-services .mockup-pricing-card {
    padding: 1.5rem 1.25rem !important;
    border-radius: 18px !important;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.1), 0 4px 12px rgba(15, 23, 42, 0.05) !important;
  }

  body.page-services .mockup-pricing-card:hover {
    transform: none !important;
  }

  body.page-services .mockup-pricing-card.popular {
    border-color: var(--blue-cyan) !important;
    box-shadow: 0 16px 44px rgba(0, 194, 255, 0.18), 0 4px 12px rgba(15, 23, 42, 0.06) !important;
  }

  body.page-services .mockup-pricing-price {
    font-size: clamp(1.65rem, 7vw, 2rem) !important;
  }

  body.page-services .mockup-pricing-desc {
    font-size: 0.88rem !important;
  }

  body.page-services .mockup-pricing-list {
    font-size: 0.86rem !important;
    gap: 0.45rem !important;
  }

  body.page-services .mockup-pricing-btn {
    width: 100% !important;
    justify-content: center !important;
    padding: 0.85rem 1rem !important;
    font-size: 0.9rem !important;
  }

  /* FAQ — Compact Mobile Matching Other Pages */
  body.page-services #faq.section {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  body.page-services #faq .section-header {
    margin-bottom: 1.25rem !important;
  }

  body.page-services #faq .section-desc {
    font-size: 0.86rem !important;
    padding: 0 0.25rem;
    margin-bottom: 0.5rem;
  }

  /* CTA band */
  body.page-services .services-cta-section {
    padding-bottom: 1rem;
  }

  body.page-services .services-cta-section .container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  body.page-services .services-cta-section .mockup-cta-box {
    padding: 2rem 1.25rem !important;
    border-radius: 18px !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  body.page-services .services-cta-section .section-title {
    font-size: clamp(1.45rem, 6vw, 1.85rem) !important;
    line-height: 1.12 !important;
  }

  body.page-services .services-cta-section .section-desc {
    font-size: 0.9rem !important;
    margin-bottom: 1.5rem !important;
  }

    body.page-services .services-cta-section .btn-pill {
    width: 100% !important;
    max-width: 320px;
    padding: 1rem 1.25rem !important;
    font-size: 0.95rem !important;
    justify-content: center !important;
  }
}

/* ==========================================================================
   WORK / PROJECTS PAGE — BASE DEFAULT (Desktop stays intact)
   ========================================================================== */
.work-mobile-mockup {
  display: none !important;
}

.projects-mobile-clouds-layer {
  display: none !important;
}

/* ==========================================================================
   MOBILE — SELECTED WORK / PROJECTS PAGE (max-width 768px ONLY — desktop untouched)
   ========================================================================== */
@media (max-width: 768px) {
  body.projects-page .site-clouds-wrapper,
  body.projects-page .floating-cloud-artwork {
    display: none !important;
  }

  body.projects-page .projects-mobile-clouds-layer {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: visible;
  }

  body.projects-page .projects-mobile-cloud-item {
    position: absolute;
    pointer-events: none;
    width: min(58vw, 250px);
    opacity: 0.44;
  }

  body.projects-page .projects-mobile-cloud--left {
    left: 0 !important;
    right: auto !important;
    transform: translateX(-45%);
  }

  body.projects-page .projects-mobile-cloud--right {
    right: 0 !important;
    left: auto !important;
    transform: translateX(45%);
  }

  body.projects-page .projects-mobile-cloud-item .cloud-img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 14px 32px rgba(0, 194, 255, 0.16));
    -webkit-mask-image: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 72%);
    mask-image: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 72%);
  }

  body.projects-page .projects-mobile-cloud-item-1 { top: 6.5rem; opacity: 0.44; }
  body.projects-page .projects-mobile-cloud-item-2 { top: 25%; opacity: 0.40; }
  body.projects-page .projects-mobile-cloud-item-3 { top: 46%; opacity: 0.44; }
  body.projects-page .projects-mobile-cloud-item-4 { top: 68%; opacity: 0.42; }
  body.projects-page .projects-mobile-cloud-item-5 { bottom: 6rem; opacity: 0.44; }

  /* Hero Header */
  body.projects-page .legal-header {
    padding-top: 7.25rem !important;
    padding-bottom: 1.25rem !important;
    text-align: center !important;
  }

  body.projects-page .legal-header .container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  body.projects-page .legal-header .section-title,
  body.projects-page .legal-title {
    font-size: clamp(2.15rem, 8.5vw, 2.85rem) !important;
    line-height: 1.1 !important;
    text-align: center !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;
  }

  body.projects-page .legal-header .hero-title-container,
  body.projects-page .hero-title-container {
    width: auto !important;
    display: inline-block !important;
    position: relative !important;
    text-align: center !important;
    margin: 0 auto !important;
  }

  body.projects-page .section-title .hand-drawn-underline,
  body.projects-page .hero-title-container .hand-drawn-underline {
    left: -2% !important;
    width: 104% !important;
    bottom: -8px !important;
    height: 18px !important;
  }

  /* Main Container */
  body.projects-page main.container {
    padding: 0.5rem 1rem 3.5rem !important;
    max-width: 100% !important;
  }

  /* Project Showcase Cards Engine */
  body.projects-page .solarity-work-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem !important;
    padding: 0 !important;
  }

  body.projects-page .solarity-work-row,
  body.projects-page .solarity-work-row.reverse-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 1.4rem 1.15rem !important;
    background: rgba(255, 255, 255, 0.90) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border: 1.5px solid rgba(15, 23, 42, 0.11) !important;
    border-radius: 20px !important;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08), 0 3px 8px rgba(15, 23, 42, 0.03) !important;
    position: relative !important;
    overflow: visible !important;
  }

  body.projects-page .solarity-info-col,
  body.projects-page .solarity-work-row.reverse-row .solarity-info-col {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    text-align: left !important;
    gap: 0 !important;
    order: 1 !important;
  }

  /* Hide Desktop Visual Column & Phone Mockups on Mobile */
  body.projects-page .solarity-visual-col,
  body.projects-page .solarity-work-row.reverse-row .solarity-visual-col,
  body.projects-page .phone-mockup {
    display: none !important;
  }

  body.projects-page .solarity-eyebrow {
    font-size: 0.68rem !important;
    font-family: var(--font-mono) !important;
    font-weight: 800 !important;
    letter-spacing: 0.06em !important;
    margin-bottom: 0.4rem !important;
    color: var(--blue-primary) !important;
    display: block !important;
  }

  body.projects-page .solarity-title {
    font-size: clamp(1.45rem, 6.2vw, 1.85rem) !important;
    font-family: var(--font-helvetica) !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    margin-top: 0.15rem !important;
    margin-bottom: 0.65rem !important;
    color: #0F172A !important;
  }

  body.projects-page .solarity-desc {
    font-size: 0.88rem !important;
    line-height: 1.62 !important;
    color: #475569 !important;
    margin-bottom: 1.15rem !important;
  }

  /* Client Avatar Bento Card */
  body.projects-page .client-avatar-bento-card {
    background: rgba(248, 250, 252, 0.95) !important;
    border: 1.5px solid rgba(15, 23, 42, 0.12) !important;
    border-radius: 16px !important;
    padding: 0.85rem 1rem 0.85rem 4.4rem !important;
    margin-bottom: 1.25rem !important;
    position: relative !important;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.04) !important;
  }

  body.projects-page .client-avatar-frame {
    position: absolute !important;
    left: -0.6rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 56px !important;
    height: 56px !important;
    padding: 2.5px !important;
  }

  body.projects-page .client-avatar-img-box {
    font-size: 0.95rem !important;
  }

  body.projects-page .client-name-text {
    font-size: 0.92rem !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
  }

  body.projects-page .client-role-text {
    font-size: 0.68rem !important;
    margin-top: 0.15rem !important;
  }

  body.projects-page .client-stat-value {
    font-size: 1.15rem !important;
    font-weight: 900 !important;
  }

  body.projects-page .client-stat-label {
    font-size: 0.62rem !important;
  }

  /* Mobile-Only Laptop Mockup (Positioned Underneath Client Bento Card) */
  body.projects-page .work-mobile-mockup {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 1.25rem 0 !important;
    filter: drop-shadow(0 12px 28px rgba(15, 23, 42, 0.14)) !important;
  }

  body.projects-page .work-mobile-mockup .laptop-bezel {
    background: #090D16 !important;
    border: 2.5px solid #1E293B !important;
    border-radius: 14px 14px 0 0 !important;
    padding: 6px 6px 0 6px !important;
  }

  body.projects-page .work-mobile-mockup .laptop-camera-dot {
    width: 5px !important;
    height: 5px !important;
    margin: 0 auto 5px auto !important;
  }

  body.projects-page .work-mobile-mockup .laptop-screen {
    aspect-ratio: 16 / 10 !important;
    border-radius: 4px 4px 0 0 !important;
    overflow: hidden !important;
  }

  body.projects-page .work-mobile-mockup .laptop-screen-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: top center !important;
  }

  body.projects-page .work-mobile-mockup .laptop-base {
    height: 12px !important;
    background: linear-gradient(180deg, #1E293B 0%, #0F172A 100%) !important;
    border-radius: 0 0 16px 16px !important;
    border-top: 1.5px solid #334155 !important;
  }

  body.projects-page .work-mobile-mockup .laptop-base-notch {
    width: 60px !important;
    height: 4px !important;
    background: #090D16 !important;
    border-radius: 0 0 4px 4px !important;
    margin: 0 auto !important;
  }

  /* Work Metadata Tags */
  body.projects-page .work-meta-list {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0.65rem !important;
    margin-bottom: 1.25rem !important;
    width: 100% !important;
  }

  body.projects-page .work-meta-item {
    background: #FFFFFF !important;
    border: 1.5px solid rgba(15, 23, 42, 0.08) !important;
    border-radius: 12px !important;
    padding: 0.7rem 0.8rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.2rem !important;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.02) !important;
  }

  body.projects-page .work-meta-item span {
    font-size: 0.66rem !important;
    font-family: var(--font-mono) !important;
    color: #64748B !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
  }

  body.projects-page .work-meta-item strong {
    font-size: 0.8rem !important;
    font-family: var(--font-helvetica) !important;
    color: #0F172A !important;
    line-height: 1.35 !important;
  }

  /* Live Interactive Demo CTA Button */
  body.projects-page .solarity-info-col .btn-cyan-cta,
  body.projects-page .btn-cyan-cta {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 320px !important;
    margin: 0.5rem auto 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0.9rem 1.25rem !important;
    font-size: 0.9rem !important;
    text-align: center !important;
    z-index: 5 !important;
  }

  /* Pre-Footer CTA Band & Main Container Controls */
  body.projects-page main.container {
    padding-top: 0.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  body.projects-page .solarity-work-container {
    padding: 1rem 0 1.5rem 0 !important;
    gap: 2rem !important;
  }

  body.projects-page .contact-band-section {
    padding-top: 1.5rem !important;
    padding-bottom: 2.5rem !important;
    margin-bottom: 0 !important;
  }

  body.projects-page .blue-cta-shape {
    padding: 2rem 1.25rem !important;
    border-radius: 18px !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  body.projects-page .blue-cta-title {
    font-size: clamp(1.45rem, 6vw, 1.85rem) !important;
    line-height: 1.12 !important;
  }

  body.projects-page .blue-cta-desc {
    font-size: 0.88rem !important;
    line-height: 1.6 !important;
    margin-bottom: 1.35rem !important;
  }

  body.projects-page .blue-cta-btn {
    width: 100% !important;
    max-width: 320px !important;
    padding: 0.95rem 1.25rem !important;
    font-size: 0.92rem !important;
    justify-content: center !important;
  }
}

@media (max-width: 420px) {
  body.projects-page .work-meta-list {
    grid-template-columns: 1fr !important;
  }
  
  body.projects-page .client-avatar-bento-card {
    padding: 0.8rem 0.85rem 0.8rem 4rem !important;
  }
  
  body.projects-page .client-avatar-frame {
    width: 50px !important;
    height: 50px !important;
    left: -0.5rem !important;
  }
  
  body.projects-page .client-avatar-img-box {
    font-size: 0.85rem !important;
  }
}

/* ==========================================================================
   THANK YOU PAGE STYLING (NEESOI DESIGN SYSTEM)
   ========================================================================== */
.thankyou-mobile-clouds-layer {
  display: none !important;
}

.thank-you-card {
  background: linear-gradient(145deg, #0F172A 0%, #0B132B 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-lg);
  padding: 3.25rem 2.5rem;
  color: #FFFFFF;
  box-shadow: 0 25px 65px rgba(15, 23, 42, 0.28), 0 10px 25px rgba(0, 102, 255, 0.15);
  max-width: 720px;
  margin: 2rem auto 4rem auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10;
}

.thank-you-logo-box {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 12px 35px rgba(0, 194, 255, 0.25), 0 0 0 6px rgba(255, 255, 255, 0.1);
}

.thank-you-logo-img {
  width: 40px;
  height: auto;
}

.thank-you-badge {
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #00C2FF;
  background: rgba(0, 194, 255, 0.12);
  border: 1px solid rgba(0, 194, 255, 0.25);
  padding: 0.35rem 0.9rem;
  border-radius: 100px;
  margin-bottom: 1.25rem;
}

.thank-you-msg {
  font-size: 1.05rem;
  color: #CBD5E1;
  line-height: 1.7;
  max-width: 580px;
  margin-bottom: 2rem;
}

.thank-you-highlights {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
  max-width: 480px;
  margin-bottom: 2.5rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  text-align: left;
}

.thank-you-highlight-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.9rem;
  color: #F8FAFC;
}

.thank-you-highlight-item strong {
  color: #00C2FF;
}

.thank-you-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}

.btn-thankyou-primary {
  background: linear-gradient(135deg, #0066FF 0%, #00C2FF 100%) !important;
  color: #FFFFFF !important;
  border: none !important;
  box-shadow: 0 8px 24px rgba(0, 194, 255, 0.35) !important;
  font-family: var(--font-helvetica) !important;
  font-weight: 700 !important;
  padding: 1rem 2.2rem !important;
  font-size: 0.95rem !important;
  transition: all 0.25s ease !important;
}

.btn-thankyou-primary:hover {
  background: linear-gradient(135deg, #0052CC 0%, #00B0FF 100%) !important;
  color: #FFFFFF !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 30px rgba(0, 194, 255, 0.5) !important;
}

.btn-thankyou-secondary {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #FFFFFF !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  font-family: var(--font-helvetica) !important;
  font-weight: 700 !important;
  padding: 1rem 2.2rem !important;
  font-size: 0.95rem !important;
  transition: all 0.25s ease !important;
}

.btn-thankyou-secondary:hover {
  background: rgba(255, 255, 255, 0.16) !important;
  border-color: #00C2FF !important;
  color: #FFFFFF !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(0, 194, 255, 0.2) !important;
}

@media (min-width: 769px) {
  body.page-thankyou .legal-header {
    padding-top: 7rem !important;
    padding-bottom: 2rem !important;
  }

  body.page-thankyou .section-title {
    font-size: clamp(2.5rem, 5.5vw, 3.6rem) !important;
    font-weight: 900 !important;
  }

  body.page-thankyou .thank-you-card {
    max-width: 780px !important;
    padding: 3.5rem 3.5rem !important;
    border-radius: 28px !important;
    margin: 2.5rem auto 5rem auto !important;
  }

  body.page-thankyou .thank-you-logo-box {
    width: 84px !important;
    height: 84px !important;
    box-shadow: 0 16px 40px rgba(0, 194, 255, 0.3), 0 0 0 8px rgba(255, 255, 255, 0.08) !important;
    margin-bottom: 1.75rem !important;
  }

  body.page-thankyou .thank-you-logo-img {
    width: 46px !important;
  }

  body.page-thankyou .thank-you-badge {
    font-size: 0.78rem !important;
    padding: 0.4rem 1rem !important;
    letter-spacing: 0.14em !important;
    margin-bottom: 1.5rem !important;
  }

  body.page-thankyou .thank-you-msg {
    font-size: 1.12rem !important;
    line-height: 1.75 !important;
    max-width: 600px !important;
    color: #CBD5E1 !important;
    margin-bottom: 2.25rem !important;
  }

  body.page-thankyou .thank-you-highlights {
    max-width: 520px !important;
    padding: 1.5rem 1.85rem !important;
    gap: 0.85rem !important;
    border-radius: 20px !important;
    margin-bottom: 2.75rem !important;
  }

  body.page-thankyou .thank-you-highlight-item {
    font-size: 0.95rem !important;
  }

  body.page-thankyou .thank-you-actions .btn-pill {
    padding: 1.1rem 2.5rem !important;
    font-size: 1rem !important;
  }
}

@media (max-width: 768px) {
  .thankyou-mobile-clouds-layer {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden !important;
  }

  .thank-you-card {
    padding: 2rem 1.35rem !important;
    border-radius: 20px !important;
    margin: 1.5rem 1rem 3rem 1rem !important;
    max-width: calc(100% - 2rem) !important;
  }

  .thank-you-logo-box {
    width: 60px;
    height: 60px;
    margin-bottom: 1.25rem;
  }

  .thank-you-logo-img {
    width: 32px;
  }

  .thank-you-msg {
    font-size: 0.92rem !important;
    line-height: 1.6 !important;
    margin-bottom: 1.5rem !important;
  }

  .thank-you-highlights {
    padding: 1rem 1.15rem !important;
    gap: 0.65rem !important;
    margin-bottom: 1.75rem !important;
  }

  .thank-you-highlight-item {
    font-size: 0.82rem !important;
  }

  .thank-you-actions {
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
  }

  .thank-you-actions .btn-pill {
    width: 100% !important;
    justify-content: center !important;
    padding: 0.9rem 1.25rem !important;
    font-size: 0.9rem !important;
  }
}

/* ==========================================================================
   VISUALLY HIDDEN UTILITY (A11Y & NETLIFY HONEYPOT)
   ========================================================================== */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ==========================================================================
   CONTACT FORM VALIDATION STYLES (Tokens: Ink #111C36, Base #FFFFFF, Accent #5FA8D3)
   ========================================================================== */
.clean-form-input.is-invalid,
.clean-form-select.is-invalid,
.clean-form-textarea.is-invalid {
  border-color: #EF4444 !important;
  background-color: #FFF8F8 !important;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.14) !important;
}

.clean-form-error-msg {
  display: none;
  font-family: var(--font-mono);
  font-size: 0.76rem;
  color: #EF4444;
  margin-top: 0.4rem;
  letter-spacing: 0.02em;
}

.clean-form-input.is-invalid ~ .clean-form-error-msg,
.clean-form-textarea.is-invalid ~ .clean-form-error-msg {
  display: block;
}

/* ==========================================================================
   COOKIE CONSENT BANNER (GDPR / PRIVACY COMPLIANT)
   Tokens: Ink #111C36, Base #FFFFFF, Paper #F4F1EC, Accent #5FA8D3
   ========================================================================== */
.cookie-consent-wrapper {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%) translateY(120%);
  width: calc(100% - 2.5rem);
  max-width: 720px;
  z-index: 9999999;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease;
}

.cookie-consent-wrapper.is-visible {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.cookie-consent-card {
  background: #111C36; /* Ink Design Token */
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  padding: 1.4rem 1.75rem;
  box-shadow: 0 20px 45px rgba(17, 28, 54, 0.42), 0 2px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

@media (min-width: 640px) {
  .cookie-consent-card {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.75rem;
  }
}

.cookie-consent-content {
  flex: 1;
}

.cookie-consent-label {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #5FA8D3; /* Accent Design Token */
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.cookie-consent-text {
  font-family: var(--font-inter);
  font-size: 0.86rem;
  line-height: 1.55;
  color: #FFFFFF; /* Base Design Token */
  margin: 0;
}

.cookie-consent-link {
  color: #5FA8D3; /* Accent Design Token */
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s ease;
}

.cookie-consent-link:hover {
  opacity: 0.85;
  color: #FFFFFF;
}

.cookie-consent-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.cookie-btn {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.65rem 1.25rem;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.cookie-btn-accept {
  background: #5FA8D3; /* Accent Design Token */
  color: #111C36; /* Ink Design Token for sharp contrast */
}

.cookie-btn-accept:hover {
  background: #76B8DE;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(95, 168, 211, 0.35);
}

.cookie-btn-decline {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.cookie-btn-decline:hover {
  background: rgba(244, 241, 236, 0.1); /* Paper tint */
  border-color: rgba(255, 255, 255, 0.45);
  color: #FFFFFF;
}

@media (max-width: 480px) {
  .cookie-consent-wrapper {
    bottom: 1rem;
    width: calc(100% - 1.5rem);
  }

  .cookie-consent-card {
    padding: 1.25rem 1.25rem;
    gap: 1rem;
  }

  .cookie-consent-actions {
    width: 100%;
  }

  .cookie-btn {
    flex: 1;
    padding: 0.7rem 0.75rem;
    font-size: 0.78rem;
  }
}

/* ==========================================================================
   20. REFINED MINIMALIST CATEGORY FILTER CAPSULE & CONTROLS
   ========================================================================== */
.projects-filter-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.75rem;
  position: relative;
  z-index: 5;
  width: 100%;
}

.projects-filter-bar {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  justify-content: center;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  padding: 0.35rem 0.45rem;
  border-radius: 9999px;
  box-shadow: 0 10px 30px -6px rgba(15, 23, 42, 0.07), 0 2px 8px rgba(0, 102, 255, 0.03);
}

.portfolio-filter-btn {
  background: transparent;
  border: 1px solid transparent;
  color: #64748B;
  font-family: var(--font-mono, 'JetBrains Mono', monospace);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 0.45rem 0.95rem;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  outline: none;
  user-select: none;
}

.portfolio-filter-btn .filter-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #CBD5E1;
  transition: all 0.25s ease;
  flex-shrink: 0;
}

.portfolio-filter-btn .filter-label {
  line-height: 1;
}

.portfolio-filter-btn .filter-count {
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.12rem 0.42rem;
  border-radius: 9999px;
  background: rgba(15, 23, 42, 0.05);
  color: #64748B;
  line-height: 1;
  transition: all 0.25s ease;
}

.portfolio-filter-btn:hover {
  color: #0F172A;
  background: rgba(15, 23, 42, 0.04);
}

.portfolio-filter-btn:hover .filter-dot {
  background: var(--blue-primary);
  box-shadow: 0 0 6px rgba(0, 102, 255, 0.4);
}

.portfolio-filter-btn.active {
  color: #FFFFFF;
  background: #0F172A;
  border-color: #0F172A;
  font-weight: 600;
  box-shadow: 0 4px 14px -2px rgba(15, 23, 42, 0.3);
}

.portfolio-filter-btn.active .filter-dot {
  background: var(--blue-cyan);
  box-shadow: 0 0 8px var(--blue-cyan);
}

.portfolio-filter-btn.active .filter-count {
  background: rgba(255, 255, 255, 0.18);
  color: var(--blue-cyan);
}

/* ==========================================================================
   PROJECTS PAGE — FULL VIEWPORT STICKY FOOTER & RESPONSIVE GRID
   ========================================================================== */
body.projects-page {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
}

body.projects-page main {
  flex: 1 0 auto !important;
  width: 100% !important;
}

body.projects-page .contact-band-section {
  margin-top: auto !important;
  position: relative !important;
  z-index: 10 !important;
  padding-top: 5rem !important;
  padding-bottom: 2.5rem !important;
}

body.projects-page .site-footer {
  position: relative !important;
  z-index: 10 !important;
  margin-top: 0 !important;
}

/* Pure Floating Showcase Grid (2 by 2 then 3 Cadence on Desktop) */
.projects-laptop-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 5.5rem 3.5rem;
  position: relative;
  z-index: 5;
  width: 100%;
}

/* 2 by 2 then 3 Grid Span Rules (Desktop) */
.projects-laptop-grid:not(.is-filtered) > .showcase-item:nth-child(1),
.projects-laptop-grid:not(.is-filtered) > .showcase-item:nth-child(2),
.projects-laptop-grid:not(.is-filtered) > .showcase-item:nth-child(3),
.projects-laptop-grid:not(.is-filtered) > .showcase-item:nth-child(4) {
  grid-column: span 3;
}

.projects-laptop-grid:not(.is-filtered) > .showcase-item:nth-child(5),
.projects-laptop-grid:not(.is-filtered) > .showcase-item:nth-child(6),
.projects-laptop-grid:not(.is-filtered) > .showcase-item:nth-child(7) {
  grid-column: span 2;
}

/* When Filtered: Dynamic balanced column distribution */
.projects-laptop-grid.is-filtered {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 4.5rem 3.5rem;
}

.projects-laptop-grid.is-filtered > .showcase-item {
  grid-column: auto !important;
  width: 100%;
}

.showcase-item {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
}

.showcase-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  width: 100%;
  position: relative;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Floating Laptop Visual Container */
.showcase-media {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0 1rem 0;
}

.showcase-glow {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  height: 65%;
  background: radial-gradient(ellipse at center, rgba(0, 102, 255, 0.12) 0%, rgba(0, 194, 255, 0.04) 60%, transparent 80%);
  border-radius: 50%;
  filter: blur(34px);
  pointer-events: none;
  z-index: 1;
  transition: all 0.5s ease;
  opacity: 0.7;
}

.showcase-item:hover .showcase-glow {
  background: radial-gradient(ellipse at center, rgba(0, 102, 255, 0.22) 0%, rgba(0, 194, 255, 0.1) 60%, transparent 80%);
  filter: blur(40px);
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 1;
}

/* Floating MacBook Image */
.showcase-laptop-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), filter 0.5s ease;
  filter: drop-shadow(0 18px 36px rgba(15, 23, 42, 0.16));
}

.showcase-item:hover .showcase-laptop-img {
  transform: translateY(-8px) scale(1.02);
  filter: drop-shadow(0 26px 48px rgba(15, 23, 42, 0.22)) drop-shadow(0 0 20px rgba(0, 102, 255, 0.18));
}

/* Minimal Typography Details */
.showcase-info {
  padding: 1rem 0.25rem 0 0.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.35rem;
}

.showcase-title {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0F172A;
  margin: 0;
  line-height: 1.25;
  transition: color 0.3s ease, transform 0.3s ease;
  text-transform: lowercase;
}

.showcase-item:hover .showcase-title {
  color: var(--blue-primary, #0066FF);
  transform: translateY(-2px);
}

.showcase-niche {
  font-family: var(--font-mono, 'JetBrains Mono', monospace);
  font-size: 0.78rem;
  font-weight: 500;
  color: #64748B;
  letter-spacing: 0.05em;
  text-transform: lowercase;
  transition: color 0.3s ease;
}

.showcase-item:hover .showcase-niche {
  color: #0F172A;
}

.portfolio-filter-btn .label-full {
  display: inline;
}

.portfolio-filter-btn .label-mobile {
  display: none;
}

/* Responsive Grid Breakdown */
@media (max-width: 1100px) {
  .projects-laptop-grid,
  .projects-laptop-grid.is-filtered {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 4rem 2.5rem !important;
  }
  
  .projects-laptop-grid:not(.is-filtered) > .showcase-item:nth-child(n),
  .projects-laptop-grid.is-filtered > .showcase-item:nth-child(n) {
    grid-column: span 1 !important;
  }
}

@media (max-width: 768px) {
  .portfolio-filter-btn .label-full {
    display: none;
  }

  .portfolio-filter-btn .label-mobile {
    display: inline;
  }

  .projects-filter-wrapper {
    margin-bottom: 2rem;
    padding: 0 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
  }

  .projects-filter-bar {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.35rem !important;
    padding: 0.35rem !important;
    border-radius: 18px !important;
    width: 100% !important;
    max-width: 350px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    background: rgba(255, 255, 255, 0.95) !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    box-shadow: 0 8px 24px -4px rgba(15, 23, 42, 0.06) !important;
  }

  .portfolio-filter-btn {
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    padding: 0.5rem 0.35rem !important;
    gap: 0.35rem !important;
    border-radius: 12px !important;
    width: 100% !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
  }

  .portfolio-filter-btn .filter-dot {
    width: 4px;
    height: 4px;
  }

  .portfolio-filter-btn .filter-count {
    font-size: 0.62rem;
    padding: 0.1rem 0.35rem;
    border-radius: 6px;
  }

  .projects-laptop-grid,
  .projects-laptop-grid.is-filtered {
    grid-template-columns: 1fr !important;
    gap: 2.75rem !important;
    max-width: 440px !important;
    margin: 0 auto !important;
    padding: 0 0.5rem;
  }
  
  .projects-laptop-grid:not(.is-filtered) > .showcase-item:nth-child(n),
  .projects-laptop-grid.is-filtered > .showcase-item:nth-child(n) {
    grid-column: span 1 !important;
  }

  .showcase-media {
    padding: 0.25rem 0;
  }

  .showcase-laptop-img {
    width: 100%;
    max-width: 100%;
    filter: drop-shadow(0 14px 28px rgba(15, 23, 42, 0.14));
  }

  .showcase-info {
    padding: 0.65rem 0 0 0;
    gap: 0.2rem;
  }

  .showcase-title {
    font-size: 1.25rem;
    font-weight: 800;
  }

  .showcase-niche {
    font-size: 0.72rem;
    color: #64748B;
  }
  
  body.projects-page .contact-band-section {
    padding-top: 2.5rem !important;
    padding-bottom: 2rem !important;
  }
}

@media (max-width: 360px) {
  .projects-filter-bar {
    max-width: 100%;
    gap: 0.25rem;
    padding: 0.25rem;
  }

  .portfolio-filter-btn {
    font-size: 0.66rem;
    padding: 0.45rem 0.2rem;
    gap: 0.25rem;
  }

  .portfolio-filter-btn .filter-count {
    font-size: 0.58rem;
    padding: 0.08rem 0.25rem;
  }
}



