/* ============================================================
   DEV MONKEYS – Custom Design System
   Based on "The Kinetic Core" design language
   ============================================================ */

/* ============ FONTS ============ */
/* Space Grotesk (headline), Plus Jakarta Sans (body), Manrope (label)
   Material Symbols Outlined (icons) — all loaded via Google Fonts */

/* ============ BASE ============ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  background-color: #131313;
  color: #e5e2e1;
  font-family: 'Plus Jakarta Sans', sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ============ TECH GRID BACKGROUND ============ */
.tech-grid-bg {
  background-image: radial-gradient(circle, rgba(0, 224, 255, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  background-attachment: fixed;
}

/* ============ SCROLLBAR ============ */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: #0e0e0e; }
::-webkit-scrollbar-thumb { background: rgba(0, 224, 255, 0.25); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: rgba(0, 224, 255, 0.5); }

/* ============ SELECTION ============ */
::selection { background: rgba(0, 224, 255, 0.2); color: #00e0ff; }

/* ============ GLASS CARD ============ */
.glass-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

/* ============ GLOW UTILITIES ============ */
.glow-cyan { box-shadow: 0 0 20px rgba(0, 224, 255, 0.2); }
.glow-cyan-strong { box-shadow: 0 0 40px rgba(0, 224, 255, 0.35); }
.text-glow-cyan { text-shadow: 0 0 20px rgba(0, 224, 255, 0.55); }

/* ============ FLOATING PARTICLES ============ */
.dm-particle {
  position: fixed;
  width: 2px;
  height: 2px;
  background: rgba(0, 224, 255, 0.6);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  animation: particleFloat linear infinite;
}

@keyframes particleFloat {
  0%   { transform: translateY(100vh) translateX(0px);  opacity: 0; }
  10%  { opacity: 1; }
  90%  { opacity: 0.6; }
  100% { transform: translateY(-120px) translateX(30px); opacity: 0; }
}

/* ============ PRELOADER ============ */
#dm-preloader {
  position: fixed;
  inset: 0;
  background: #0e0e0e;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

#dm-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader-logo {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: white;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.preloader-logo span { color: #00e0ff; }

.preloader-terminal {
  font-family: 'Courier New', monospace;
  font-size: 0.7rem;
  color: rgba(0, 224, 255, 0.7);
  text-align: left;
  width: 380px;
  max-width: 90vw;
  line-height: 1.8;
}

.preloader-terminal .tl {
  display: block;
  opacity: 0;
  animation: termLineIn 0.25s ease forwards;
}
.preloader-terminal .tl:nth-child(1) { animation-delay: 0.3s; }
.preloader-terminal .tl:nth-child(2) { animation-delay: 0.75s; }
.preloader-terminal .tl:nth-child(3) { animation-delay: 1.1s; }
.preloader-terminal .tl:nth-child(4) { animation-delay: 1.5s; }
.preloader-terminal .tl:nth-child(5) { animation-delay: 1.85s; }

@keyframes termLineIn {
  from { opacity: 0; transform: translateX(-8px); }
  to   { opacity: 1; transform: translateX(0); }
}

.preloader-progress {
  width: 340px;
  max-width: 90vw;
  height: 2px;
  background: rgba(0, 224, 255, 0.1);
  border-radius: 1px;
  overflow: hidden;
}

.preloader-progress-fill {
  width: 0;
  height: 100%;
  background: #00e0ff;
  box-shadow: 0 0 12px rgba(0, 224, 255, 0.9);
  animation: preloadFill 2.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: 0.3s;
}

@keyframes preloadFill {
  0%   { width: 0%; }
  40%  { width: 45%; }
  70%  { width: 72%; }
  100% { width: 100%; }
}

/* ============ CURSOR GLOW ============ */
#dm-cursor-glow {
  position: fixed;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 224, 255, 0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
  transform: translate(-50%, -50%);
  transition: left 0.15s ease, top 0.15s ease;
}

/* ============ NAVIGATION ============ */
.dm-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  background: rgba(19, 19, 19, 0.75);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 40px rgba(0, 42, 145, 0.15);
  transition: background 0.4s ease, box-shadow 0.4s ease;
}

.dm-nav.scrolled {
  background: rgba(14, 14, 14, 0.92);
  box-shadow: 0 0 60px rgba(0, 224, 255, 0.08);
}

.nav-link {
  position: relative;
  color: #8e909e;
  text-decoration: none;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  transition: color 0.3s ease;
  padding-bottom: 3px;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #00e0ff;
  box-shadow: 0 0 8px rgba(0, 224, 255, 0.9);
  transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.nav-link:hover,
.nav-link.active { color: white; }

.nav-link:hover::after,
.nav-link.active::after { width: 100%; }

/* Hamburger */
.dm-hamburger {
  width: 28px;
  height: 18px;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: none;
  padding: 0;
}

.dm-hamburger span {
  display: block;
  width: 100%;
  height: 1.5px;
  background: white;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: center;
}

.dm-hamburger.open span:nth-child(1) { transform: translateY(8.25px) rotate(45deg); }
.dm-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.dm-hamburger.open span:nth-child(3) { transform: translateY(-8.25px) rotate(-45deg); }

/* Mobile menu */
.dm-mobile-menu {
  position: fixed;
  inset: 0;
  background: rgba(14, 14, 14, 0.97);
  backdrop-filter: blur(20px);
  z-index: 40;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  transform: translateY(-100%);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.dm-mobile-menu.open { transform: translateY(0); }

.dm-mobile-menu a {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2rem, 8vw, 3.5rem);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.25);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  transition: color 0.3s ease;
}

.dm-mobile-menu a:hover { color: #00e0ff; }
.dm-mobile-menu a.cta { color: #00e0ff; }

/* ============ BUTTONS ============ */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #00e0ff;
  color: #00363f;
  padding: 0.875rem 1.75rem;
  border: none;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  letter-spacing: -0.01em;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.btn-primary:hover {
  box-shadow: 0 0 35px rgba(0, 224, 255, 0.45);
  transform: translateY(-2px);
}

.btn-primary:hover::before { opacity: 1; }
.btn-primary:active { transform: scale(0.97); }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: #00e0ff;
  padding: 0.875rem 1.75rem;
  border: 1px solid rgba(0, 224, 255, 0.3);
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
}

.btn-ghost:hover {
  border-color: #00e0ff;
  box-shadow: 0 0 25px rgba(0, 224, 255, 0.2);
  background: rgba(0, 224, 255, 0.05);
}

/* ============ HERO SECTION ============ */
.hero-section { position: relative; overflow: hidden; }

.hero-gradient {
  background:
    radial-gradient(circle at top right, rgba(0, 224, 255, 0.12), transparent 40%),
    radial-gradient(circle at bottom left, rgba(0, 42, 145, 0.18), transparent 45%);
}

.hero-inner {
  position: relative;
  z-index: 10;
  padding: 8rem 1.5rem 5rem;
  max-width: 96rem;
  margin: 0 auto;
}
@media (min-width: 1024px) { .hero-inner { padding-left: 3rem; padding-right: 3rem; } }

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
  min-height: 78vh;
}
@media (min-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 4rem; }
}

/* LEFT column: live code sits behind copy */
.hero-left { position: relative; }

.hero-code-bg {
  position: absolute;
  inset: 1rem;
  z-index: 2;
  pointer-events: none;
  user-select: none;
  overflow: hidden;
  padding: 1rem 1.1rem;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-family: 'Courier New', monospace;
  font-size: 0.62rem;
  line-height: 1.7;
  color: rgba(220, 232, 255, 0.78);
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.55);
}

.hero-code-fade-top,
.hero-code-fade-bottom {
  position: absolute;
  left: 1rem;
  right: 1rem;
  height: 30%;
  z-index: 3;
  pointer-events: none;
  border-radius: 1.5rem;
}
.hero-code-fade-top    { top: 1rem;    background: linear-gradient(to bottom, rgba(19,19,19,0.85) 0%, rgba(19,19,19,0.35) 60%, transparent 100%); }
.hero-code-fade-bottom { bottom: 1rem; background: linear-gradient(to top,    rgba(19,19,19,0.85) 0%, rgba(19,19,19,0.35) 60%, transparent 100%); }

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.hero-badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: rgba(65, 0, 161, 0.22);
  border: 1px solid rgba(207, 188, 255, 0.25);
  color: #e9ddff;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  font-family: Manrope, sans-serif;
}

.hero-headline     { font-size: clamp(2.75rem, 7vw, 5.5rem); }
.hero-subtitle     { font-size: 1.1rem; max-width: 36rem; }
.hero-cta-row      { display: flex; flex-wrap: wrap; gap: 1rem; }
.hero-cta-icon     { font-size: 1rem; }

/* RIGHT column: image glass card */
.hero-right { position: relative; }

.hero-right-glow {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 320px;
  height: 320px;
  background: rgba(183, 196, 255, 0.15);
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
}

.hero-image-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: 2rem;
  transform: rotate(3deg);
  transition: transform 0.7s ease;
}
.hero-image-card:hover { transform: rotate(0deg); }

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  border-radius: 1.5rem;
  padding: 1rem;
  box-sizing: border-box;
}

.hero-image-gradient {
  position: absolute;
  inset: 1rem;
  border-radius: 1.5rem;
  background: linear-gradient(to top, #131313, transparent 60%);
  opacity: 0.7;
  pointer-events: none;
}

.hero-ai-badge-wrap {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  z-index: 4;
}
.hero-ai-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: rgba(14, 14, 14, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 224, 255, 0.25);
}
.hero-ai-badge-icon {
  font-variation-settings: 'FILL' 1;
  font-size: 1.05rem;
}

@media (max-width: 1023px) {
  .hero-right { max-width: 28rem; margin: 0 auto; width: 100%; }
}

.hero-reveal-1 {
  animation: heroReveal 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0.2s;
  opacity: 0;
}

.hero-reveal-2 {
  animation: heroReveal 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0.45s;
  opacity: 0;
}

.hero-reveal-3 {
  animation: heroReveal 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0.7s;
  opacity: 0;
}

.hero-reveal-4 {
  animation: heroReveal 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0.9s;
  opacity: 0;
}

.hero-stats-reveal {
  animation: heroReveal 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0.35s;
  opacity: 0;
}

@keyframes heroReveal {
  from {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

/* Status dot pulse */
.status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00e0ff;
  animation: statusPulse 2.5s ease-in-out infinite;
}

@keyframes statusPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0, 224, 255, 0.6); opacity: 1; }
  50%       { box-shadow: 0 0 0 7px rgba(0, 224, 255, 0); opacity: 0.7; }
}

/* Progress bars */
.dm-progress-fill {
  width: 0;
  height: 4px;
  border-radius: 2px;
  transition: width 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #00e0ff;
  box-shadow: 0 0 10px rgba(0, 224, 255, 0.8);
}

.dm-progress-fill.animated {
  width: var(--tw);
}

/* ============ GLITCH LOGO ============ */
.glitch-logo {
  position: relative;
  display: inline-block;
}

.glitch-logo::before,
.glitch-logo::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.glitch-logo::before {
  color: #00e0ff;
  clip-path: polygon(0 0, 100% 0, 100% 38%, 0 38%);
  animation: glitchTop 5s steps(1) infinite;
  opacity: 0;
}

.glitch-logo::after {
  color: #cfbcff;
  clip-path: polygon(0 65%, 100% 65%, 100% 100%, 0 100%);
  animation: glitchBottom 5s steps(1) infinite;
  opacity: 0;
}

@keyframes glitchTop {
  0%, 85%, 100% { opacity: 0; transform: translateX(0); }
  87% { opacity: 1; transform: translateX(-3px); }
  90% { opacity: 1; transform: translateX(2px); }
  92% { opacity: 0; }
}

@keyframes glitchBottom {
  0%, 82%, 100% { opacity: 0; transform: translateX(0); }
  84% { opacity: 1; transform: translateX(3px); }
  87% { opacity: 1; transform: translateX(-1px); }
  89% { opacity: 0; }
}

/* ============ SCROLL REVEAL ============ */
.dm-reveal {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.dm-reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.dm-reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.dm-reveal.visible,
.dm-reveal-left.visible,
.dm-reveal-right.visible {
  opacity: 1;
  transform: translate(0);
}

/* Staggered children delays */
.stagger > *:nth-child(1) { transition-delay: 0.0s !important; }
.stagger > *:nth-child(2) { transition-delay: 0.1s !important; }
.stagger > *:nth-child(3) { transition-delay: 0.2s !important; }
.stagger > *:nth-child(4) { transition-delay: 0.3s !important; }
.stagger > *:nth-child(5) { transition-delay: 0.4s !important; }
.stagger > *:nth-child(6) { transition-delay: 0.5s !important; }
.stagger > *:nth-child(7) { transition-delay: 0.6s !important; }
.stagger > *:nth-child(8) { transition-delay: 0.7s !important; }

/* ============ SECTION LABEL ============ */
.section-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: 'Manrope', sans-serif;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: #00e0ff;
  margin-bottom: 1.5rem;
}

.section-label::before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: #00e0ff;
  box-shadow: 0 0 8px rgba(0, 224, 255, 0.9);
  flex-shrink: 0;
}

/* ============ GRADIENT DIVIDER ============ */
.gradient-divider {
  height: 1px;
  background: linear-gradient(to right, transparent 0%, rgba(0, 224, 255, 0.25) 40%, rgba(183, 196, 255, 0.15) 60%, transparent 100%);
  margin: 5rem 0;
}

/* ============ ABOUT / OVER ONS ============ */
.about-stat {
  position: relative;
  padding-left: 1.25rem;
}

.about-stat::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 70%;
  background: #00e0ff;
  box-shadow: 0 0 8px rgba(0, 224, 255, 0.6);
  border-radius: 2px;
}

/* ============ PIPELINE STEPS ============ */
.pipeline-step {
  position: relative;
  padding-left: 5px;
  transition: all 0.35s ease;
  cursor: pointer;
  border-left: 3px solid transparent;
  border-radius: 0 4px 4px 0;
}

.pipeline-step:hover,
.pipeline-step.active {
  background: rgba(0, 224, 255, 0.04);
  border-left-color: #00e0ff;
}

.pipeline-step.active {
  border-left-color: #00e0ff;
  box-shadow: inset 0 0 20px rgba(0, 224, 255, 0.03);
}

.pipeline-number {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #00e0ff;
  min-width: 2rem;
  line-height: 1;
}

/* Pipeline connector line animation */
.pipeline-line {
  width: 2px;
  background: linear-gradient(to bottom, #00e0ff, rgba(0, 224, 255, 0));
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  animation: pipelinePulse 2s ease-in-out infinite;
}

@keyframes pipelinePulse {
  0%, 100% { opacity: 0.3; }
  50%       { opacity: 1; }
}

/* ============ SERVICE MODULES ============ */
.module-card {
  transition: transform 0.35s ease,
              background 0.35s ease,
              box-shadow 0.35s ease,
              border-left-color 0.35s ease;
  cursor: default;
}

.module-card:hover {
  transform: translateY(-6px);
  background: rgba(42, 42, 42, 0.7) !important;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35), 0 0 25px rgba(0, 224, 255, 0.08);
  border-left-color: #00e0ff !important;
}

.module-icon {
  transition: transform 0.35s ease, text-shadow 0.35s ease;
  display: block;
  font-size: 2.5rem;
  color: #00e0ff;
  margin-bottom: 1.5rem;
}

.module-card:hover .module-icon {
  transform: scale(1.15) rotate(6deg);
  text-shadow: 0 0 25px rgba(0, 224, 255, 0.9);
}

/* ============ PORTFOLIO / PROJECTEN ============ */
.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  height: 340px;
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              opacity 0.5s ease;
}

.project-card:hover img {
  transform: scale(1.1);
  opacity: 0.6;
}

.project-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
    rgba(19, 19, 19, 0.97) 0%,
    rgba(19, 19, 19, 0.5) 50%,
    rgba(0, 42, 145, 0.1) 100%);
  transition: background 0.5s ease;
}

.project-card:hover .project-overlay {
  background: linear-gradient(to top,
    rgba(14, 14, 14, 0.99) 0%,
    rgba(0, 42, 145, 0.3) 60%,
    rgba(0, 224, 255, 0.05) 100%);
}

.project-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.75rem;
}

.project-category {
  font-family: 'Manrope', sans-serif;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #00e0ff;
  margin-bottom: 0.5rem;
  display: block;
}

.project-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: white;
  line-height: 1.2;
}

.project-desc {
  font-size: 0.8rem;
  color: #c5c5d5;
  margin-top: 0.625rem;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s;
}

.project-card:hover .project-desc {
  opacity: 1;
  transform: translateY(0);
}

/* Project card border glow on hover */
.project-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  border: 1px solid rgba(0, 224, 255, 0);
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
  pointer-events: none;
}

.project-card:hover::after {
  border-color: rgba(0, 224, 255, 0.25);
  box-shadow: 0 0 30px rgba(0, 224, 255, 0.1);
}

/* ============ CLIENTS / BRANDS MARQUEE ============ */
.clients-marquee-wrap {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%);
}

.clients-track {
  display: flex;
  align-items: center;
  gap: 3rem;
  animation: marqueeScroll 28s linear infinite;
  width: max-content;
}

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

@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.client-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  flex-shrink: 0;
  filter: brightness(0) invert(0.35);
  transition: filter 0.4s ease, transform 0.4s ease;
  cursor: default;
}

.client-logo-item:hover {
  filter: brightness(0) invert(0.75);
  transform: scale(1.08);
}

.client-logo-item img {
  height: 36px;
  width: auto;
  object-fit: contain;
}

/* ============ TERMINAL / CONTACT ============ */
#section-contact {
  padding: 5rem 1.5rem;
}

.terminal-header {
  background: #2a2a2a;
  padding: 0.625rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.terminal-dots {
  display: flex;
  gap: 0.4rem;
}

.terminal-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.terminal-dot.red    { background: #ff5f57; }
.terminal-dot.yellow { background: #ffbd2e; }
.terminal-dot.green  { background: #28c840; }

.terminal-title {
  font-family: 'Manrope', monospace;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #8e909e;
}

.terminal-body {
  padding: 2rem;
  font-family: 'Courier New', monospace;
  font-size: 0.8rem;
}

.terminal-cmd {
  color: #00e0ff;
  margin-bottom: 0.75rem;
  display: block;
}

.terminal-cmd .prompt { color: #4ade80; }
.terminal-cmd .path   { color: #93c5fd; }

.terminal-output {
  color: #8e909e;
  line-height: 1.9;
  margin-bottom: 1.5rem;
  display: block;
}

.terminal-line {
  display: block;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.terminal-line.visible {
  opacity: 1;
  transform: translateX(0);
}

.terminal-cursor {
  display: inline-block;
  width: 7px;
  height: 14px;
  background: #00e0ff;
  vertical-align: middle;
  margin-left: 2px;
  animation: cursorBlink 1s step-end infinite;
}

@keyframes cursorBlink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0; }
}

/* Contact form inputs */
.dm-input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(142, 144, 158, 0.4);
  padding: 0.75rem 0;
  color: white;
  font-family: inherit;
  font-size: 0.875rem;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.dm-input::placeholder {
  color: rgba(142, 144, 158, 0.5);
  font-family: inherit;
}

.dm-input:focus {
  border-bottom-color: #00e0ff;
  box-shadow: 0 2px 0 rgba(0, 224, 255, 0.4);
}

.dm-form-status {
  min-height: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.dm-form-status.is-success { color: #00e0ff; }

.dm-form-status.is-error { color: #ffb4ab; }

/* ============ FOOTER ============ */
#dm-footer {
  background: #0e0e0e;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 4rem 1.5rem 2.5rem;
  position: relative;
}

.footer-link {
  color: #8e909e;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.3s ease;
}

.footer-link:hover { color: #00e0ff; }

.footer-social-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: #8e909e;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.footer-social-btn:hover {
  color: #00e0ff;
  border-color: rgba(0, 224, 255, 0.35);
  box-shadow: 0 0 18px rgba(0, 224, 255, 0.2);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .hero-headline-text { font-size: clamp(2.5rem, 6vw, 4.5rem) !important; }
}

@media (max-width: 768px) {
  .hero-headline-text { font-size: 2.5rem !important; }
  #section-contact { padding: 3rem 1.25rem; }
  .terminal-body { padding: 1.25rem; }
}

@media (max-width: 480px) {
  .hero-headline-text { font-size: 2rem !important; }
}

/* ==================================================================
   SHARED UTILITY CLASSES (refactored out of inline styles)
   ================================================================== */

/* Section typography */
.section-heading           { font-size: clamp(2rem, 4vw, 2.75rem); }
.section-heading-rule      { height: 1px; background: rgba(68, 70, 82, 0.6); margin-top: 1rem; }
.section-header-row        { border-bottom: 1px solid rgba(68, 70, 82, 0.5); }

/* Stat / number sizes */
.stat-lg                   { font-size: 2rem; }
.stat-md                   { font-size: 1.75rem; }
.stat-sm                   { font-size: 1.5rem; }

/* Small icon sizes inside buttons / badges */
.icon-xs                   { font-size: 0.75rem !important; }
.icon-sm                   { font-size: 0.9rem !important; }
.icon-1rem                 { font-size: 1rem !important; }
.icon-lg                   { font-size: 1.5rem !important; }
.icon-xl                   { font-size: 2rem !important; }
.icon-2xl                  { font-size: 2.5rem !important; }
.icon-3xl                  { font-size: 4rem !important; }
.icon-watermark            { font-size: 11rem !important; line-height: 1; }
.icon-filled               { font-variation-settings: 'FILL' 1 !important; }
.icon-nudge-down           { margin-top: 2px; }

/* Card backgrounds */
.card-bg-primary-soft      { background: rgba(0, 42, 145, 0.08); border-color: rgba(0, 42, 145, 0.2); }
.card-bg-primary-medium    { background: rgba(0, 42, 145, 0.12); border-color: rgba(0, 42, 145, 0.25); }
.card-bg-cyan-soft         { background: rgba(0, 224, 255, 0.08); }
.card-bg-cyan-medium       { background: rgba(0, 224, 255, 0.12); border-color: rgba(0, 224, 255, 0.2); }
.card-bg-project-cta       { background: rgba(0, 42, 145, 0.1); border-color: rgba(0, 224, 255, 0.15); }

/* Clean list reset used in footer nav columns */
.list-reset                { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.625rem; }

/* Small link style (footer legal row) */
.w-full-important          { width: 100% !important; }
.footer-link-sm            { font-size: 0.75rem; }
.footer-link-cyan          { color: #00e0ff; }

/* Reveal-delay helpers */
.pipeline-reveal-delay     { transition-delay: 0.15s; }

/* Generic inline padding 0-reset for dividers */
.divider-reset             { margin: 0; }

/* ============ HOMEPAGE SITEPARTS ============ */

/* About / Pipeline */
.about-left-col            { gap: 2.5rem; }
.about-blurb               { font-size: 1rem; }
.pipeline-heading          { font-size: 1.1rem; }
.pipeline-steps            { display: flex; flex-direction: column; gap: 0.75rem; }
.about-image-col           { min-height: 480px; }
.about-image-bg            { opacity: 0.35; mix-blend-mode: luminosity; }
.about-image-overlay       {
  background: linear-gradient(135deg, rgba(19, 19, 19, 0.9) 0%, rgba(0, 42, 145, 0.2) 60%, transparent 100%);
}
.about-featured-card       {
  border-left: 4px solid #00e0ff;
  background: rgba(19, 19, 19, 0.7);
}

/* Services / portfolio / brands */
.services-bottom-cta       { background: rgba(0, 42, 145, 0.08); border-color: rgba(0, 42, 145, 0.2); }
.services-bottom-cta-title { font-size: 1.35rem; }
.module-link               { color: inherit; text-decoration: none; }
.module-title              { font-size: 1.15rem; }
.portfolio-intro           { max-width: 38rem; font-size: 0.95rem; }
.brands-intro              { max-width: 36rem; font-size: 0.95rem; }
.portfolio-bottom-card     { height: 260px; }
.portfolio-cta-title       { font-size: 1.2rem; }
.btn-sm                    { padding: 0.6rem 1.4rem !important; font-size: 0.8rem !important; }

/* Section vertical padding */
.section-padding-y         { padding-top: 5rem; padding-bottom: 5rem; }

/* ============ NAV LOGO TILE (header + footer) ============ */
.nav-logo-tile {
  width: 2.25rem; height: 2.25rem; border-radius: 0.25rem;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  background: rgba(0, 224, 255, 0.15);
  border: 1px solid rgba(0, 224, 255, 0.25);
}
.footer-logo-tile {
  width: 2rem; height: 2rem; border-radius: 0.25rem;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  background: rgba(0, 224, 255, 0.12);
  border: 1px solid rgba(0, 224, 255, 0.2);
}

/* ============ CONTACT / TERMINAL (footer.cfm) ============ */
.contact-section           { padding: 5rem 1.5rem; }
.contact-terminal          {
  background: #0e0e0e;
  border: 1px solid rgba(0, 224, 255, 0.2);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 60px rgba(0, 224, 255, 0.08);
}
.terminal-header-spacer    { width: 3rem; }
.contact-heading           { font-size: clamp(1.75rem, 3vw, 2.25rem); }
.contact-subtitle          { font-size: 0.9rem; }
.contact-body              { padding-top: 1rem; }
.contact-detail-row        { font-size: 0.85rem; }
.contact-textarea          {
  resize: none; border: none;
  border-bottom: 1px solid rgba(142, 144, 158, 0.4);
  display: block; width: 100%;
  outline: none; font-family: inherit; font-size: 0.875rem;
  background: transparent; color: white;
  padding: 0.75rem 0;
  transition: border-color 0.3s ease;
}

/* ============ FOOTER ============ */
/* Preloader terminal line colors */
.tl-green                  { color: #4ade80; }
.tl-blue                   { color: #93c5fd; }
.tl-cyan                   { color: #00e0ff; }

/* Nav logo link */
.nav-logo-link             { text-decoration: none; }
.nav-logo-icon             { font-size: 1.1rem; }

.footer-top-row            { border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.footer-brand-col          { min-width: 200px; }
.footer-brand-logo         { text-decoration: none; margin-bottom: 1rem; }
.footer-brand-tagline      { font-size: 0.8rem; max-width: 220px; }
.footer-social-initial     { font-size: 0.75rem; font-weight: 700; letter-spacing: -0.03em; }

/* ============================================================
   TEMPLATE-PAGE UTILITIES (shared by /templates/*.cfm)
   ============================================================ */

/* Glass panel variant used by specialist pages */
.glass-panel {
  background: rgba(229, 226, 225, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.kinetic-glow  { box-shadow: 0 0 40px -10px rgba(0, 224, 255, 0.2); }
.mesh-bg {
  background-image:
    radial-gradient(at 0% 0%, rgba(0, 42, 145, 0.15) 0px, transparent 50%),
    radial-gradient(at 100% 100%, rgba(0, 224, 255, 0.1) 0px, transparent 50%);
}
.material-symbols-outlined { font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24; }

/* Template-page top nav (floats over mesh bg) */
.tpl-nav {
  position: fixed; top: 0; width: 100%; z-index: 50;
  background: rgba(19, 19, 19, 0.8);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background-image: linear-gradient(to bottom, #131313, transparent);
}
.tpl-nav-inner {
  display: flex; justify-content: space-between; align-items: center;
  padding: 1rem 1.5rem; max-width: 96rem; margin: 0 auto;
}
.tpl-nav-link-active {
  color: #00e0ff;
  border-bottom: 2px solid #00e0ff;
  padding-bottom: 0.25rem;
}
.tpl-nav-link {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.2s;
}
.tpl-nav-link:hover { color: #fff; }

/* Template-page side nav */
.tpl-aside {
  position: fixed; left: 0; height: 100%; width: 16rem;
  display: none; flex-direction: column;
  background: #131313; border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem; z-index: 40; padding-top: 6rem;
}
@media (min-width: 1024px) { .tpl-aside { display: flex; } }

.tpl-aside-link {
  display: flex; align-items: center; gap: 0.75rem;
  padding: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.2s;
}
.tpl-aside-link:hover { background: rgba(255, 255, 255, 0.05); }
.tpl-aside-link-active {
  background: linear-gradient(to right, rgba(0, 42, 145, 0.2), transparent);
  color: #00e0ff;
  border-left: 4px solid #00e0ff;
}

.tpl-aside-cta {
  display: block; width: 100%;
  background: #00e0ff;
  color: #005f6d;
  padding: 0.75rem;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 0.875rem;
  text-align: center;
  transition: filter 0.2s;
}
.tpl-aside-cta:hover { filter: brightness(1.1); }

/* Template-page main content area offset */
.tpl-main {
  padding-top: 6rem;
  padding-bottom: 5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  min-height: 100vh;
}
@media (min-width: 1024px) {
  .tpl-main { margin-left: 16rem; padding-left: 3rem; padding-right: 3rem; }
}

/* Template-page footer offset (to clear aside) */
.tpl-footer { position: relative; z-index: 10; padding-bottom: 4rem; }
@media (min-width: 1024px) { .tpl-footer { margin-left: 16rem; } }

/* Template-page hero headline */
.tpl-hero-headline {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
}
.tpl-hero-gradient-text {
  color: transparent;
  background: linear-gradient(to right, #00e0ff, #cfbcff);
  -webkit-background-clip: text;
  background-clip: text;
}
.tpl-hero-subtitle {
  font-size: 1.125rem;
  line-height: 1.65;
  max-width: 42rem;
  font-weight: 300;
  color: #c5c5d5;
}

.tpl-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.25rem 0.75rem; border-radius: 9999px;
  background: rgba(65, 0, 161, 0.3);
  border: 1px solid rgba(207, 188, 255, 0.2);
}
.tpl-badge-dot { display: block; width: 0.5rem; height: 0.5rem; border-radius: 50%; background: #00e0ff; }
.tpl-badge-dot-pulse { animation: statusPulse 2.5s ease-in-out infinite; }
.tpl-badge-text {
  font-family: Manrope, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #cfbcff;
}

/* Template-page hero image card */
.tpl-hero-image-wrap     { position: relative; }
.tpl-hero-image-blur     { position: absolute; inset: -1rem; background: rgba(0, 224, 255, 0.1); filter: blur(48px); transition: background 0.3s; }
.tpl-hero-image-wrap:hover .tpl-hero-image-blur { background: rgba(0, 224, 255, 0.2); }
.tpl-hero-image-card {
  position: relative;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: linear-gradient(to bottom right, rgba(0, 42, 145, 0.4), rgba(0, 224, 255, 0.1));
  display: flex; align-items: center; justify-content: center;
}

/* Template-page big button (kinetic) */
.btn-kinetic {
  display: inline-flex; align-items: center; gap: 0.75rem;
  background: linear-gradient(to right, #002a91, rgba(0, 224, 255, 0.3));
  border: 1px solid rgba(0, 224, 255, 0.2);
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 0 40px -10px rgba(0, 224, 255, 0.2);
  font-family: 'Space Grotesk', sans-serif;
  transition: transform 0.2s;
}
.btn-kinetic:hover { transform: scale(1.02); }

.btn-glass {
  display: inline-flex; align-items: center; gap: 0.75rem;
  background: rgba(229, 226, 225, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  font-weight: 700;
  color: #b7c4ff;
  font-family: 'Space Grotesk', sans-serif;
  transition: background 0.2s;
}
.btn-glass:hover { background: rgba(255, 255, 255, 0.1); }

/* Template-page bento grid cards */
.tpl-bento-card {
  background: rgba(229, 226, 225, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
}
.tpl-bento-card-sm { padding: 1.5rem; }

.tpl-tag {
  font-family: Manrope, sans-serif;
  font-size: 10px;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.tpl-stat-tile {
  background: #201f1f;
  padding: 1rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.tpl-stat-tile-label {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
}

/* Template-page CTA */
.tpl-cta-section {
  max-width: 56rem;
  margin: 2rem auto 0;
  padding: 3rem;
  border-radius: 1.5rem;
  background: linear-gradient(to bottom right, rgba(0, 42, 145, 0.4), rgba(0, 224, 255, 0.1));
  position: relative;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 0 40px -10px rgba(0, 224, 255, 0.2);
}
.tpl-cta-scanlines {
  position: absolute; inset: 0; opacity: 0.05; pointer-events: none;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.03) 4px);
}

.btn-cta-solid {
  background: #00e0ff;
  color: #005f6d;
  padding: 1rem 2.5rem;
  border-radius: 0.75rem;
  font-weight: 700;
  transition: filter 0.2s;
  font-family: 'Space Grotesk', sans-serif;
}
.btn-cta-solid:hover { filter: brightness(1.1); }

.btn-cta-outline {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 1rem 2.5rem;
  border-radius: 0.75rem;
  font-weight: 700;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  font-family: 'Space Grotesk', sans-serif;
  transition: background 0.2s;
}
.btn-cta-outline:hover { background: rgba(255, 255, 255, 0.05); }

/* Template-page arrow link (inline CTA) */
.tpl-arrow-link {
  display: inline-flex; align-items: center; gap: 0.75rem;
  color: #00e0ff;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  transition: gap 0.2s;
}
.tpl-arrow-link:hover { gap: 1.25rem; }

/* ============ POLICY PAGES (privacybeleid / algemene_voorwaarden / cookies) ============ */
.policy-main {
  max-width: 56rem;
  margin: 0 auto;
  padding: 7rem 1.5rem 4rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #c5c5d5;
  line-height: 1.7;
}
.policy-heading-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.policy-heading-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.25rem, 2.5vw, 1.625rem);
  font-weight: 700;
  color: #fff;
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
}
.policy-heading-3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #b7c4ff;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.policy-paragraph { margin-bottom: 1rem; }
.policy-list {
  list-style: disc;
  padding-left: 1.25rem;
  margin-bottom: 1rem;
  display: flex; flex-direction: column; gap: 0.5rem;
}
.policy-intro-box {
  margin-top: 1rem;
  padding: 1rem 1.25rem;
  border-left: 3px solid #00e0ff;
  background: rgba(0, 224, 255, 0.04);
  border-radius: 0 0.5rem 0.5rem 0;
  font-size: 0.95rem;
}
.policy-section-num {
  display: inline-block;
  font-family: Manrope, sans-serif;
  font-size: 0.75rem;
  color: #00e0ff;
  letter-spacing: 0.2em;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
.policy-meta-row {
  display: flex; flex-wrap: wrap; gap: 1rem;
  font-family: Manrope, sans-serif;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 2rem;
}
.policy-side-nav {
  position: sticky; top: 6rem;
  display: none; flex-direction: column; gap: 0.5rem;
  padding-left: 1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
@media (min-width: 1024px) { .policy-side-nav { display: flex; } }

.policy-side-link {
  font-family: Manrope, sans-serif;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  transition: color 0.2s;
}
.policy-side-link:hover { color: #00e0ff; }
.policy-side-link-active { color: #00e0ff; }

.policy-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .policy-layout { grid-template-columns: minmax(0, 1fr) 14rem; }
}
