/* ═══════════════════════════════════════════════════════════════
   KETAMINE.NL - PREMIUM VISUAL EFFECTS v2
   Warm, los, organisch - geen strakke rondjes
   ═══════════════════════════════════════════════════════════════ */

/* ─────────────────────────────────────────────────────────────
   WARM COLOR TOKENS
   ───────────────────────────────────────────────────────────── */
:root {
  --warm-cream: #FFF9F0;
  --warm-peach: #FFF3E8;
  --warm-blush: #FFE8D6;
  --warm-sky: #E8F4FD;
  --warm-lavender: #F0EEFF;
  --warm-mint: #E8FAF0;
  --warm-glow: rgba(255, 183, 107, 0.12);
  --warm-blue: rgba(74, 158, 255, 0.08);
  --warm-green: rgba(52, 211, 153, 0.06);
  --warm-shadow: rgba(120, 80, 40, 0.06);

  --shadow-warm-sm: 0 2px 8px rgba(120, 80, 40, 0.04), 0 1px 2px rgba(120, 80, 40, 0.06);
  --shadow-warm-md: 0 4px 16px rgba(120, 80, 40, 0.06), 0 2px 6px rgba(120, 80, 40, 0.04);
  --shadow-warm-lg: 0 12px 32px rgba(120, 80, 40, 0.07), 0 4px 12px rgba(120, 80, 40, 0.04);
  --shadow-warm-xl: 0 24px 56px rgba(120, 80, 40, 0.08), 0 8px 20px rgba(120, 80, 40, 0.04);
  --shadow-warm-glow: 0 8px 32px rgba(74, 158, 255, 0.12), 0 4px 16px rgba(255, 183, 107, 0.08);
}

/* ─────────────────────────────────────────────────────────────
   KEYFRAME ANIMATIONS
   ───────────────────────────────────────────────────────────── */

@keyframes drift {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  20% { transform: translate(12px, -18px) rotate(3deg); }
  40% { transform: translate(-8px, -30px) rotate(-2deg); }
  60% { transform: translate(15px, -14px) rotate(4deg); }
  80% { transform: translate(-5px, -24px) rotate(-1deg); }
}

@keyframes drift-reverse {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  20% { transform: translate(-10px, -22px) rotate(-3deg); }
  40% { transform: translate(14px, -12px) rotate(2deg); }
  60% { transform: translate(-6px, -28px) rotate(-4deg); }
  80% { transform: translate(8px, -16px) rotate(1deg); }
}

@keyframes breathe {
  0%, 100% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.08); opacity: 0.9; }
}

@keyframes morph {
  0%, 100% { border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%; }
  25% { border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%; }
  50% { border-radius: 50% 60% 30% 60% / 70% 40% 50% 40%; }
  75% { border-radius: 30% 40% 60% 70% / 50% 60% 30% 60%; }
}

@keyframes gradient-flow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes soft-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes wave-drift {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes sparkle {
  0%, 100% { opacity: 0; transform: scale(0) rotate(0deg); }
  50% { opacity: 0.7; transform: scale(1) rotate(180deg); }
}

/* ─────────────────────────────────────────────────────────────
   WARM BODY BACKGROUND
   ───────────────────────────────────────────────────────────── */

body {
  background-color: #FFFCF8 !important;
  background-image:
    radial-gradient(ellipse at 15% 5%, rgba(255, 183, 107, 0.05) 0%, transparent 50%),
    radial-gradient(ellipse at 85% 15%, rgba(74, 158, 255, 0.04) 0%, transparent 45%),
    radial-gradient(ellipse at 50% 90%, rgba(52, 211, 153, 0.03) 0%, transparent 50%),
    radial-gradient(ellipse at 70% 50%, rgba(255, 183, 107, 0.03) 0%, transparent 40%) !important;
}

/* ─────────────────────────────────────────────────────────────
   FLOATING BACKGROUND - Warm organic shapes (NO circles/dots)
   ───────────────────────────────────────────────────────────── */

.floating-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.floating-bg__element {
  position: absolute;
  pointer-events: none;
  will-change: transform;
}

/* Organic blob shapes - warm and soft */
.floating-bg__blob {
  opacity: 0.04;
  animation: drift 24s ease-in-out infinite;
}

.floating-bg__blob svg {
  width: 100%;
  height: 100%;
}

.floating-bg__blob--sm { width: 80px; height: 80px; }
.floating-bg__blob--md { width: 140px; height: 140px; }
.floating-bg__blob--lg { width: 220px; height: 220px; opacity: 0.025; }

/* Hexagon molecular structures - outline only, warm */
.floating-bg__hex {
  opacity: 0.035;
  animation: drift-reverse 28s ease-in-out infinite;
}

.floating-bg__hex--sm { width: 40px; height: 35px; }
.floating-bg__hex--md { width: 65px; height: 56px; }
.floating-bg__hex--lg { width: 100px; height: 87px; opacity: 0.025; }

/* Sparkle/star accents */
.floating-bg__sparkle {
  width: 16px;
  height: 16px;
  opacity: 0.06;
  animation: sparkle 6s ease-in-out infinite;
}

/* Wavy lines */
.floating-bg__wave {
  opacity: 0.03;
  animation: drift 30s ease-in-out infinite;
}

.floating-bg__wave--sm { width: 120px; height: 30px; }
.floating-bg__wave--md { width: 200px; height: 40px; }

/* ─────────────────────────────────────────────────────────────
   GRADIENT MESH - Warmer, bigger, softer
   ───────────────────────────────────────────────────────────── */

.gradient-mesh {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  will-change: transform;
}

.gradient-mesh--hero {
  width: 700px;
  height: 700px;
  background: radial-gradient(circle,
    rgba(255, 183, 107, 0.12) 0%,
    rgba(74, 158, 255, 0.08) 40%,
    transparent 70%);
  top: -250px;
  right: -200px;
  animation: morph 22s ease-in-out infinite, breathe 10s ease-in-out infinite;
}

.gradient-mesh--hero-secondary {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle,
    rgba(74, 158, 255, 0.08) 0%,
    rgba(52, 211, 153, 0.06) 40%,
    transparent 70%);
  bottom: -150px;
  left: -150px;
  animation: morph 28s ease-in-out infinite reverse;
}

.gradient-mesh--warm {
  background: radial-gradient(circle,
    rgba(255, 183, 107, 0.08) 0%,
    rgba(255, 160, 80, 0.04) 40%,
    transparent 70%);
  animation: morph 25s ease-in-out infinite;
}

.gradient-mesh--cool {
  background: radial-gradient(circle,
    rgba(74, 158, 255, 0.06) 0%,
    rgba(130, 100, 255, 0.04) 40%,
    transparent 70%);
  animation: morph 30s ease-in-out infinite reverse;
}

/* ─────────────────────────────────────────────────────────────
   HERO PREMIUM - Warm gradient, organic feel
   ───────────────────────────────────────────────────────────── */

.hero--premium {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #FFFCF8 0%, #FFF6ED 20%, #F0F6FF 50%, #FFFCF8 80%, #FFF9F2 100%) !important;
  background-size: 300% 300% !important;
  animation: gradient-flow 20s ease infinite;
}

.hero--premium::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    radial-gradient(ellipse at 25% 30%, rgba(255, 183, 107, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 75% 60%, rgba(74, 158, 255, 0.06) 0%, transparent 45%),
    radial-gradient(ellipse at 40% 80%, rgba(52, 211, 153, 0.04) 0%, transparent 40%);
  pointer-events: none;
}

.hero--premium::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(to bottom, transparent, #FFFCF8);
  pointer-events: none;
  z-index: 1;
}

/* Decorative wavy lines in hero */
.hero__deco-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.hero__deco-line {
  position: absolute;
  height: 2px;
  border-radius: 2px;
}

.hero__deco-line:nth-child(1) {
  top: 18%;
  width: 55%;
  left: -5%;
  transform: rotate(-2deg);
  background: linear-gradient(90deg, transparent 0%, rgba(255, 183, 107, 0.12) 30%, rgba(74, 158, 255, 0.08) 70%, transparent 100%);
}

.hero__deco-line:nth-child(2) {
  top: 50%;
  width: 65%;
  right: -5%;
  left: auto;
  transform: rotate(1.5deg);
  background: linear-gradient(90deg, transparent 0%, rgba(74, 158, 255, 0.08) 30%, rgba(52, 211, 153, 0.06) 70%, transparent 100%);
}

.hero__deco-line:nth-child(3) {
  top: 78%;
  width: 45%;
  left: 25%;
  transform: rotate(-1deg);
  background: linear-gradient(90deg, transparent 0%, rgba(255, 183, 107, 0.08) 40%, rgba(74, 158, 255, 0.06) 80%, transparent 100%);
}

/* ─────────────────────────────────────────────────────────────
   WAVE SECTION DIVIDERS - Organic, warm transitions
   ───────────────────────────────────────────────────────────── */

.wave-divider {
  position: relative;
  width: 100%;
  height: 80px;
  overflow: hidden;
  pointer-events: none;
}

.wave-divider svg {
  position: absolute;
  bottom: 0;
  width: 200%;
  height: 100%;
  animation: wave-drift 15s linear infinite;
}

.wave-divider--warm svg { fill: var(--warm-cream); }
.wave-divider--cool svg { fill: var(--warm-sky); }
.wave-divider--white svg { fill: #FFFCF8; }

/* ─────────────────────────────────────────────────────────────
   3D CARD EFFECTS - Warmer, softer
   ───────────────────────────────────────────────────────────── */

.card--3d {
  transform-style: preserve-3d;
  perspective: 1000px;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
}

.card--3d::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 183, 107, 0.04) 0%, rgba(74, 158, 255, 0.03) 50%, transparent 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.card--3d:hover {
  transform: translateY(-6px) rotateX(1.5deg) rotateY(-0.5deg);
  box-shadow: var(--shadow-warm-xl);
}

.card--3d:hover::before {
  opacity: 1;
}

/* Glass card - warmer glass */
.card--glass {
  background: rgba(255, 252, 248, 0.75) !important;
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid rgba(255, 235, 210, 0.5) !important;
  box-shadow: var(--shadow-warm-sm), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.card--glass:hover {
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: var(--shadow-warm-lg), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  border-color: rgba(74, 158, 255, 0.12) !important;
}

/* ─────────────────────────────────────────────────────────────
   SECTION DECORATIONS - Warm organic backgrounds
   ───────────────────────────────────────────────────────────── */

.section--decorated {
  position: relative;
  overflow: hidden;
}

.section--decorated::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -15%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 183, 107, 0.05) 0%, transparent 70%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  pointer-events: none;
  animation: morph 25s ease-in-out infinite;
}

.section--decorated::after {
  content: '';
  position: absolute;
  bottom: -25%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(74, 158, 255, 0.04) 0%, transparent 70%);
  border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
  pointer-events: none;
  animation: morph 22s ease-in-out infinite reverse;
}

/* Soft dot grid - bigger spacing, warm color */
.section--dots {
  background-image: radial-gradient(rgba(200, 170, 130, 0.06) 1.5px, transparent 1.5px);
  background-size: 32px 32px;
}

/* ─────────────────────────────────────────────────────────────
   SCROLL REVEAL ANIMATIONS
   ───────────────────────────────────────────────────────────── */

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal--left { transform: translateX(-30px); }
.reveal--right { transform: translateX(30px); }
.reveal--scale { transform: scale(0.95); }

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

/* Staggered children - slower, more organic */
.reveal-stagger > * {
  opacity: 0;
  transform: translateY(24px);
  transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-stagger.is-visible > * { opacity: 1; transform: none; }
.reveal-stagger.is-visible > *:nth-child(1) { transition-delay: 0.06s; }
.reveal-stagger.is-visible > *:nth-child(2) { transition-delay: 0.14s; }
.reveal-stagger.is-visible > *:nth-child(3) { transition-delay: 0.22s; }
.reveal-stagger.is-visible > *:nth-child(4) { transition-delay: 0.30s; }
.reveal-stagger.is-visible > *:nth-child(5) { transition-delay: 0.38s; }
.reveal-stagger.is-visible > *:nth-child(6) { transition-delay: 0.46s; }

/* ─────────────────────────────────────────────────────────────
   WARM DIVIDERS
   ───────────────────────────────────────────────────────────── */

.divider--gradient {
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 183, 107, 0.25), rgba(74, 158, 255, 0.2), rgba(52, 211, 153, 0.15), transparent);
  border: none;
  margin: 0;
}

.divider--glow {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 183, 107, 0.3), rgba(74, 158, 255, 0.2), transparent);
  border: none;
  box-shadow: 0 0 24px rgba(255, 183, 107, 0.08);
  margin: 0;
}

/* ─────────────────────────────────────────────────────────────
   BUTTON SHINE EFFECT
   ───────────────────────────────────────────────────────────── */

.btn--primary {
  position: relative;
  overflow: hidden;
}

.btn--primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transition: left 0.6s ease;
}

.btn--primary:hover::before {
  left: 100%;
}

/* ─────────────────────────────────────────────────────────────
   PREMIUM TYPOGRAPHY
   ───────────────────────────────────────────────────────────── */

.text-gradient {
  background: linear-gradient(135deg, var(--color-ink-dark) 0%, #4A7EAF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-gradient--warm {
  background: linear-gradient(135deg, #4A7EAF 0%, #4A9EFF 40%, #FFB76B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ─────────────────────────────────────────────────────────────
   WARM ICON CONTAINERS
   ───────────────────────────────────────────────────────────── */

.icon-container--premium {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  position: relative;
  background: linear-gradient(135deg, rgba(255, 183, 107, 0.1) 0%, rgba(74, 158, 255, 0.08) 100%);
  border: 1px solid rgba(255, 210, 160, 0.2);
  box-shadow: 0 2px 8px rgba(255, 183, 107, 0.08);
  transition: all 0.3s ease;
}

.card:hover .icon-container--premium,
.card--3d:hover .icon-container--premium {
  box-shadow: 0 4px 16px rgba(255, 183, 107, 0.12);
  background: linear-gradient(135deg, rgba(255, 183, 107, 0.14) 0%, rgba(74, 158, 255, 0.1) 100%);
}

/* ─────────────────────────────────────────────────────────────
   PREMIUM STAT CARDS
   ───────────────────────────────────────────────────────────── */

.stat-card--premium {
  text-align: center;
  padding: var(--space-8);
  background: rgba(255, 252, 248, 0.85);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 230, 200, 0.4);
  border-radius: var(--radius-2xl);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.stat-card--premium:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-warm-lg);
  border-color: rgba(74, 158, 255, 0.12);
}

.stat-card--premium .stat-number {
  font-size: var(--text-4xl);
  font-weight: var(--font-extrabold);
  background: linear-gradient(135deg, #4A9EFF 0%, #FFB76B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: var(--space-2);
}

/* ─────────────────────────────────────────────────────────────
   WARM EMERGENCY BANNER
   ───────────────────────────────────────────────────────────── */

.emergency-banner--premium {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #FFF8F5 0%, #FFF0EC 50%, #FFFAF8 100%);
  border: 1px solid rgba(240, 68, 56, 0.12);
  border-radius: var(--radius-2xl);
  box-shadow: 0 4px 20px rgba(240, 68, 56, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.emergency-banner--premium::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--color-coral), var(--color-amber), #FFB76B, var(--color-coral));
  background-size: 300% 100%;
  animation: gradient-flow 5s ease infinite;
}

/* ─────────────────────────────────────────────────────────────
   WARM FAQ STYLING
   ───────────────────────────────────────────────────────────── */

.faq-item--premium {
  background: rgba(255, 252, 248, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(235, 225, 210, 0.5);
  border-radius: var(--radius-xl);
  margin-bottom: var(--space-3);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
}

.faq-item--premium:hover {
  border-color: rgba(255, 183, 107, 0.2);
  box-shadow: var(--shadow-warm-sm);
}

.faq-item--premium.is-open {
  border-color: rgba(74, 158, 255, 0.15);
  box-shadow: var(--shadow-warm-md);
  background: rgba(255, 255, 255, 0.95);
}

/* ─────────────────────────────────────────────────────────────
   WARM TOC
   ───────────────────────────────────────────────────────────── */

.toc--premium {
  background: rgba(255, 252, 248, 0.8);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(235, 225, 210, 0.4);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-warm-md);
  position: relative;
  overflow: hidden;
}

.toc--premium::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(to bottom, #FFB76B, var(--color-electric-blue), rgba(74, 158, 255, 0.15));
  border-radius: 0 2px 2px 0;
}

/* ─────────────────────────────────────────────────────────────
   WARM BREADCRUMB
   ───────────────────────────────────────────────────────────── */

.breadcrumb--premium {
  background: rgba(255, 252, 248, 0.6);
  backdrop-filter: blur(10px);
  border-radius: var(--radius-full);
  padding: var(--space-2) var(--space-4);
  display: inline-flex;
  border: 1px solid rgba(235, 225, 210, 0.4);
}

/* ─────────────────────────────────────────────────────────────
   WARM RELATED CARDS
   ───────────────────────────────────────────────────────────── */

.related__card--premium {
  border-radius: var(--radius-2xl);
  overflow: hidden;
  background: #FFFCF8;
  border: 1px solid rgba(235, 225, 210, 0.5);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: var(--shadow-warm-sm);
}

.related__card--premium:hover {
  transform: translateY(-6px) scale(1.005);
  box-shadow: var(--shadow-warm-xl);
  border-color: rgba(255, 183, 107, 0.15);
}

.related__card--premium .related__card-image {
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.related__card--premium:hover .related__card-image {
  transform: scale(1.04);
}

/* ─────────────────────────────────────────────────────────────
   WARM FOOTER
   ───────────────────────────────────────────────────────────── */

.footer--premium {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--color-ink-dark) 0%, #0D1B2A 100%) !important;
}

.footer--premium::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 5%, rgba(255, 183, 107, 0.3) 25%, rgba(74, 158, 255, 0.3) 50%, rgba(52, 211, 153, 0.2) 75%, transparent 95%);
}

.footer--premium::after {
  content: '';
  position: absolute;
  top: -150px;
  right: -80px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(74, 158, 255, 0.04) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* ─────────────────────────────────────────────────────────────
   WARM BLOG CARDS
   ───────────────────────────────────────────────────────────── */

.blog-card--premium {
  border-radius: var(--radius-2xl);
  overflow: hidden;
  background: #FFFCF8;
  border: 1px solid rgba(235, 225, 210, 0.4);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: var(--shadow-warm-sm);
}

.blog-card--premium:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-warm-xl);
  border-color: rgba(255, 183, 107, 0.15);
}

.blog-card--premium .blog-card__image {
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.blog-card--premium:hover .blog-card__image {
  transform: scale(1.04);
}

/* ─────────────────────────────────────────────────────────────
   WARM SCROLL-TO-TOP
   ───────────────────────────────────────────────────────────── */

.scroll-top--premium {
  background: rgba(255, 252, 248, 0.92);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(235, 225, 210, 0.5);
  box-shadow: var(--shadow-warm-lg);
  border-radius: var(--radius-xl);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.scroll-top--premium:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-warm-glow);
  border-color: rgba(74, 158, 255, 0.15);
}

/* ─────────────────────────────────────────────────────────────
   WARM FORM INPUTS
   ───────────────────────────────────────────────────────────── */

.form-input--premium,
.form-textarea--premium {
  background: rgba(255, 252, 248, 0.85);
  backdrop-filter: blur(10px);
  border: 1.5px solid rgba(235, 225, 210, 0.5);
  border-radius: var(--radius-lg);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: var(--shadow-warm-sm);
}

.form-input--premium:focus,
.form-textarea--premium:focus {
  border-color: var(--color-electric-blue);
  box-shadow: 0 0 0 3px rgba(74, 158, 255, 0.08), var(--shadow-warm-sm);
  background: var(--color-white);
}

/* ─────────────────────────────────────────────────────────────
   RESPONSIVE
   ───────────────────────────────────────────────────────────── */

@media (max-width: 768px) {
  .floating-bg__blob--lg,
  .floating-bg__wave--md,
  .gradient-mesh--hero-secondary {
    display: none;
  }

  .gradient-mesh--hero {
    width: 350px;
    height: 350px;
  }

  .hero--premium::after {
    height: 80px;
  }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .floating-bg__element,
  .floating-bg__blob,
  .floating-bg__hex,
  .floating-bg__sparkle,
  .floating-bg__wave,
  .gradient-mesh {
    animation: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .reveal-stagger > * {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero--premium {
    animation: none;
  }
}
