/* ════════════════════════════════════════════
   UNISTRIX — Full Stylesheet v9
   Modes: Space · Day ☀️ · Night 🌙 · Rain 🌧️ · Snow ❄️
════════════════════════════════════════════ */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ── CSS Variables (space default) ── */
:root {
  --bg: #040412;
  --bg-soft: #07071a;
  --bg-card: #0b0b22;
  --border: #1e1e40;
  --text: #e8e8ff;
  --text-muted: #7070a8;
  --purple: #7c3aed;
  --purple-lt: rgba(124, 58, 237, .18);
  --blue: #2563eb;
  --blue-lt: rgba(37, 99, 235, .18);
  --grad: linear-gradient(135deg, #7c3aed, #2563eb);
  --grad-soft: linear-gradient(135deg, rgba(124, 58, 237, .15), rgba(37, 99, 235, .15));
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, .5);
  --shadow-md: 0 8px 30px rgba(0, 0, 0, .6);
  --shadow-lg: 0 20px 60px rgba(0, 0, 0, .7);
  --radius: 16px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
}

/* ── Day ── */
[data-day="on"] {
  --bg: #e8f4ff;
  --bg-soft: #f0f8ff;
  --bg-card: #ffffff;
  --border: #c8ddf0;
  --text: #0a1628;
  --text-muted: #3a5070;
  --purple: #5b21b6;
  --purple-lt: #ede9fe;
  --blue: #1d4ed8;
  --blue-lt: #dbeafe;
  --shadow-sm: 0 2px 8px rgba(0, 80, 160, .08);
  --shadow-md: 0 8px 30px rgba(0, 80, 160, .12);
  --shadow-lg: 0 20px 60px rgba(0, 80, 160, .16);
}

[data-day="on"] body {
  background: transparent !important;
  color: #0a1628;
}

[data-day="on"] .space-canvas {
  opacity: 1 !important;
}

[data-day="on"] .hero-blob {
  opacity: 0;
}

[data-day="on"] #hero,
[data-day="on"] #navbar {
  position: relative;
  z-index: 2;
}

[data-day="on"] .services {
  background: rgba(255, 255, 255, .82) !important;
  position: relative;
  z-index: 2;
}

[data-day="on"] .why-us {
  background: rgba(240, 248, 255, .88) !important;
  position: relative;
  z-index: 2;
}

[data-day="on"] .contact {
  background: rgba(255, 255, 255, .82) !important;
  position: relative;
  z-index: 2;
}

[data-day="on"] .hero-title,
[data-day="on"] .hero-badge {
  color: #0a1628 !important;
}

[data-day="on"] .hero-body,
[data-day="on"] .hero-trust {
  color: #3a5070 !important;
}

[data-day="on"] .section-head h2,
[data-day="on"] h3,
[data-day="on"] h4 {
  color: #0a1628 !important;
}

[data-day="on"] .section-head p,
[data-day="on"] .card-sub,
[data-day="on"] .card-desc,
[data-day="on"] .pillar p,
[data-day="on"] .contact-sub,
[data-day="on"] .footer-copy,
[data-day="on"] .footer-loc {
  color: #3a5070 !important;
}

[data-day="on"] .feature-list li {
  color: #0a1628 !important;
}

[data-day="on"] .nav-link {
  color: #3a5070 !important;
}

[data-day="on"] .nav-link:hover,
[data-day="on"] .nav-link.active-link {
  color: #0a1628 !important;
}

[data-day="on"] .logo-text {
  color: #0a1628 !important;
}

[data-day="on"] .dot-sep {
  color: #a0b8d0 !important;
}

[data-day="on"] .eyebrow {
  background: #ede9fe;
  color: #5b21b6;
}

[data-day="on"] .navbar.scrolled {
  background: rgba(255, 255, 255, .88) !important;
  backdrop-filter: blur(16px);
}

[data-day="on"] .service-card,
[data-day="on"] .pillar,
[data-day="on"] .hosting-callout {
  background: rgba(255, 255, 255, .92) !important;
  border-color: #c8ddf0 !important;
}

[data-day="on"] .contact-card {
  background: unset !important;
  border-color: unset !important;
}

[data-day="on"] .card-phone {
  background: linear-gradient(135deg, #2563eb, #0ea5e9) !important;
}

[data-day="on"] .contact-card .cc-label,
[data-day="on"] .contact-card .cc-value,
[data-day="on"] .contact-card .cc-icon {
  color: #fff !important;
}

[data-day="on"] .contact-inner h2 {
  color: #0a1628 !important;
}

[data-day="on"] .footer-bottom {
  border-color: #c8ddf0 !important;
}

[data-day="on"] .mobile-menu {
  background: rgba(248, 252, 255, .97);
}

[data-day="on"] .mobile-link {
  color: #0a1628 !important;
}

[data-day="on"] .phone-mockup,
[data-day="on"] .browser-mockup {
  background: #fff;
  border-color: #c8ddf0;
}

[data-day="on"] .b-block {
  background: #e8f0f8;
  border-color: #c8ddf0;
}

[data-day="on"] .browser-bar {
  background: #f0f8ff;
}

[data-day="on"] .c1 {
  background: linear-gradient(135deg, #ede9fe, #dbeafe);
}

[data-day="on"] .c2 {
  background: #ede9fe;
}

[data-day="on"] .c3 {
  background: #dbeafe;
}

[data-day="on"] .c4 {
  background: linear-gradient(135deg, #fce7f3, #ede9fe);
}

[data-day="on"] .b-hero-strip {
  background: linear-gradient(135deg, #ede9fe, #dbeafe);
}

[data-day="on"] .screen-bar {
  background: #c8ddf0;
}

[data-day="on"] .btn-ghost {
  color: #0a1628 !important;
  border-color: #c8ddf0 !important;
}

[data-day="on"] .footer-brand {
  color: #0a1628 !important;
}

[data-day="on"] .callout-body strong {
  color: #0a1628 !important;
}

[data-day="on"] .callout-body span {
  color: #3a5070 !important;
}

[data-day="on"] #contactMessage {
  background: rgba(255, 255, 255, .5);
}

[data-day="on"] .virtual-keyboard {
  background: rgba(255, 255, 255, .3);
}

/* ── Night ── */
[data-night="on"] {
  --bg: #01010e;
  --bg-soft: #04041a;
  --bg-card: #060618;
  --border: #14143a;
  --text: #d0d0ff;
  --text-muted: #5050a0;
}

[data-night="on"] body {
  background: #01010e !important;
}

[data-night="on"] .space-canvas {
  opacity: 1 !important;
}

[data-night="on"] #hero,
[data-night="on"] #navbar {
  position: relative;
  z-index: 2;
}

[data-night="on"] .navbar.scrolled {
  background: rgba(1, 1, 14, .95) !important;
}

[data-night="on"] .services {
  background: rgba(3, 3, 16, .9) !important;
  position: relative;
  z-index: 2;
}

[data-night="on"] .why-us {
  background: rgba(2, 2, 14, .9) !important;
  position: relative;
  z-index: 2;
}

[data-night="on"] .contact {
  background: rgba(3, 3, 16, .9) !important;
  position: relative;
  z-index: 2;
}

[data-night="on"] .service-card,
[data-night="on"] .pillar,
[data-night="on"] .hosting-callout,
[data-night="on"] .contact-card {
  background: rgba(6, 6, 24, .9) !important;
  border-color: #14143a !important;
}

[data-night="on"] .hero-blob {
  opacity: 0;
}

[data-night="on"] .mobile-menu {
  background: rgba(1, 1, 12, .97);
}

/* ── Rain ── */
[data-rain="on"] {
  --bg: #0d1822;
  --bg-soft: #111f2e;
  --bg-card: #142030;
  --border: #1e3550;
  --text: #c8ddf0;
  --text-muted: #6080a0;
}

[data-rain="on"] body {
  background: #0d1822 !important;
}

[data-rain="on"] .space-canvas {
  opacity: 1 !important;
}

[data-rain="on"] .hero-blob {
  opacity: 0;
}

[data-rain="on"] #hero,
[data-rain="on"] #navbar {
  position: relative;
  z-index: 2;
}

[data-rain="on"] .services,
[data-rain="on"] .why-us,
[data-rain="on"] .contact {
  position: relative;
  z-index: 2;
}

[data-rain="on"] .navbar.scrolled {
  background: rgba(13, 24, 34, .93) !important;
}

[data-rain="on"] .service-card,
[data-rain="on"] .pillar,
[data-rain="on"] .hosting-callout,
[data-rain="on"] .contact-card {
  background: #142030 !important;
  border-color: #1e3550 !important;
}

[data-rain="on"] .mobile-menu {
  background: rgba(10, 18, 26, .97);
}

/* ── Snow ── */
[data-snow="on"] {
  --bg: #0c1520;
  --bg-soft: #101c28;
  --bg-card: #131e2c;
  --border: #1a2e42;
  --text: #d8eaff;
  --text-muted: #5a7898;
}

[data-snow="on"] body {
  background: #0c1520 !important;
}

[data-snow="on"] .space-canvas {
  opacity: 1 !important;
}

[data-snow="on"] .hero-blob {
  opacity: 0;
}

[data-snow="on"] #hero,
[data-snow="on"] #navbar {
  position: relative;
  z-index: 2;
}

[data-snow="on"] .services,
[data-snow="on"] .why-us,
[data-snow="on"] .contact {
  position: relative;
  z-index: 2;
}

[data-snow="on"] .navbar.scrolled {
  background: rgba(12, 21, 32, .93) !important;
}

[data-snow="on"] .service-card,
[data-snow="on"] .pillar,
[data-snow="on"] .hosting-callout,
[data-snow="on"] .contact-card {
  background: #131e2c !important;
  border-color: #1a2e42 !important;
}

[data-snow="on"] .mobile-menu {
  background: rgba(10, 16, 24, .97);
}

/* ── Space default ── */
[data-space="on"] .space-canvas {
  opacity: 1 !important;
}

[data-space="on"] body {
  background: #040412;
}

[data-space="on"] .hero-blob {
  opacity: 0;
  transition: opacity .8s;
}

[data-space="on"] .navbar.scrolled {
  background: rgba(4, 4, 18, .9) !important;
}

[data-space="on"] .services {
  background: rgba(5, 5, 22, .82) !important;
  position: relative;
  z-index: 2;
}

[data-space="on"] .why-us {
  background: rgba(5, 5, 22, .78) !important;
  position: relative;
  z-index: 2;
}

[data-space="on"] .contact {
  background: rgba(5, 5, 22, .82) !important;
  position: relative;
  z-index: 2;
}

[data-space="on"] #hero,
[data-space="on"] #navbar {
  position: relative;
  z-index: 2;
}

[data-space="on"] .service-card,
[data-space="on"] .pillar,
[data-space="on"] .hosting-callout,
[data-space="on"] .contact-card {
  border-color: #1e1e40 !important;
  background: rgba(11, 11, 34, .8) !important;
  backdrop-filter: blur(10px);
}

[data-space="on"] .phone-mockup,
[data-space="on"] .browser-mockup {
  background: rgba(8, 8, 28, .85);
  border-color: #1e1e40;
  backdrop-filter: blur(10px);
}

[data-space="on"] .c1 {
  background: linear-gradient(135deg, rgba(124, 58, 237, .22), rgba(37, 99, 235, .18));
}

[data-space="on"] .c2 {
  background: rgba(124, 58, 237, .16);
}

[data-space="on"] .c3 {
  background: rgba(37, 99, 235, .16);
}

[data-space="on"] .c4 {
  background: linear-gradient(135deg, rgba(167, 56, 120, .18), rgba(124, 58, 237, .14));
}

[data-space="on"] .b-hero-strip {
  background: linear-gradient(135deg, rgba(124, 58, 237, .22), rgba(37, 99, 235, .18));
}

[data-space="on"] .screen-bar {
  background: #1e1e40;
}

[data-space="on"] .b-block {
  background: rgba(20, 20, 50, .7);
  border-color: #1e1e40;
}

[data-space="on"] .browser-bar {
  background: rgba(15, 15, 40, .9);
}

[data-space="on"] .switchboard {
  z-index: 610;
}

/* ══════════════════════════════════════════
   CURSORS — canvas-generated emoji PNGs
   injected dynamically by JS below via
   #theme-cursor-style <style> tag swap.
   Base fallback defined here.
══════════════════════════════════════════ */
html,
html * {
  cursor: url('data:image/png;base64,'), auto;
}

/* ══ CLICK EFFECTS ══ */
.click-effect {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  font-size: 24px;
  animation: effect-pop .6s cubic-bezier(.2, 1, .3, 1) forwards;
}

@keyframes effect-pop {
  0% {
    transform: scale(.5) translateY(0);
    opacity: 1;
  }

  100% {
    transform: scale(1.5) translateY(-30px) rotate(15deg);
    opacity: 0;
  }
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.6;
  transition: background .5s, color .4s;
  /* Prevent orphan scrollable space below footer */
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Contact/footer section anchors the page bottom */
.contact {
  margin-top: auto;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: var(--bg-soft);
}

::-webkit-scrollbar-thumb {
  background: var(--purple);
  border-radius: 4px;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.gradient-word {
  background-image: linear-gradient(90deg, #7c3aed 0%, #2563eb 33%, #a78bfa 66%, #7c3aed 100%);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-flow 4s linear infinite;
}

@keyframes gradient-flow {
  from {
    background-position: 0%
  }

  to {
    background-position: 200%
  }
}

.eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--purple);
  background: var(--purple-lt);
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 18px;
  animation: eyebrow-pulse 4s ease-in-out infinite;
}

@keyframes eyebrow-pulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(124, 58, 237, 0)
  }

  50% {
    box-shadow: 0 0 0 6px rgba(124, 58, 237, .08)
  }
}

/* ══ SCROLL PROGRESS ══ */
#scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: var(--grad);
  z-index: 9999;
  border-radius: 0 3px 3px 0;
  box-shadow: 0 0 10px rgba(124, 58, 237, .6);
  transition: width .1s linear;
}

/* ══ SPACE CANVAS ══ */
.space-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 1.4s ease;
  pointer-events: none;
}

/* ══ LOADING SCREEN ══ */
.nf-screen {
  position: fixed;
  inset: 0;
  z-index: 9100;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  pointer-events: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease, visibility .5s;
  background: #01010e;
}

.nf-screen.visible {
  opacity: 1;
  visibility: visible;
}

.nf-screen.fade-out {
  opacity: 0;
  visibility: hidden;
}

.auth-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.auth-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid rgba(124, 58, 237, .4);
  background: rgba(124, 58, 237, .05);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(124, 58, 237, .2);
}

.user-icon {
  width: 36px;
  height: 36px;
  color: #a78bfa;
}

.scan-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #a78bfa;
  box-shadow: 0 0 10px #a78bfa, 0 0 20px #a78bfa;
  animation: scan-anim 2s ease-in-out infinite;
}

@keyframes scan-anim {

  0%,
  100% {
    transform: translateY(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  50% {
    transform: translateY(78px);
  }
}

.nf-text {
  font-family: var(--font);
  font-size: 16px;
  font-weight: 700;
  color: #e8e8ff;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-align: center;
  user-select: none;
  animation: nf-breathe 2s ease-in-out infinite;
  text-shadow: 0 0 15px rgba(124, 58, 237, .5);
}

@keyframes nf-breathe {

  0%,
  100% {
    opacity: .5
  }

  50% {
    opacity: 1
  }
}

.auth-progress {
  width: 200px;
  height: 4px;
  background: rgba(255, 255, 255, .1);
  border-radius: 4px;
  overflow: hidden;
}

.auth-bar {
  height: 100%;
  width: 0%;
  background: var(--grad);
  border-radius: 4px;
  box-shadow: 0 0 10px #7c3aed;
  animation: load-bar 2.5s cubic-bezier(.8, 0, .2, 1) forwards;
}

@keyframes load-bar {
  0% {
    width: 0%
  }

  40% {
    width: 40%
  }

  60% {
    width: 60%
  }

  100% {
    width: 100%
  }
}

/* ══ INTRO VIDEO ══ */
.intro-video-container {
  position: fixed;
  inset: 0;
  z-index: 9200;
  background: linear-gradient(135deg, #ffffff, #f8f9fa);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  /* To block clicks until video is done */
  transition: opacity 0.5s ease;
  overflow: hidden;
}

.intro-video-container::before,
.intro-video-container::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  z-index: -1;
  animation: intro-blob-float 6s infinite alternate ease-in-out;
}

.intro-video-container::before {
  width: 50vw;
  height: 50vw;
  max-width: 600px;
  max-height: 600px;
  background: rgba(124, 58, 237, 0.12);
  /* Subtle purple */
  top: -10%;
  left: -10%;
}

.intro-video-container::after {
  width: 45vw;
  height: 45vw;
  max-width: 500px;
  max-height: 500px;
  background: rgba(37, 99, 235, 0.12);
  /* Subtle blue */
  bottom: -10%;
  right: -10%;
  animation-delay: -3s;
}

@keyframes intro-blob-float {
  0% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(60px, 80px) scale(1.1);
  }
}

.intro-video-container.fade-out {
  opacity: 0;
  pointer-events: none;
}

/* ══ VINTAGE TV INTRO ══ */
.vintage-tv {
  position: relative;
  width: 90vw;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
  z-index: 10;
  animation: tv-float 4s ease-in-out infinite alternate;
}

@keyframes tv-float {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

.tv-antenna {
  position: relative;
  width: 100px;
  height: 60px;
  margin-bottom: -10px;
}

.tv-antenna .ant {
  position: absolute;
  bottom: 10px;
  width: 4px;
  height: 70px;
  background: linear-gradient(90deg, #d4d4d8, #a1a1aa, #d4d4d8);
  border-radius: 2px;
  transform-origin: bottom center;
}

.tv-antenna .ant.left {
  left: 45%;
  transform: rotate(-30deg);
}

.tv-antenna .ant.left::after {
  content: '';
  position: absolute;
  top: -4px;
  left: -2px;
  width: 8px;
  height: 8px;
  background: #71717a;
  border-radius: 50%;
}

.tv-antenna .ant.right {
  left: 50%;
  transform: rotate(40deg);
}

.tv-antenna .ant.right::after {
  content: '';
  position: absolute;
  top: -4px;
  left: -2px;
  width: 8px;
  height: 8px;
  background: #71717a;
  border-radius: 50%;
}

.tv-antenna .ant-base {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 15px;
  background: #3f3f46;
  border-radius: 10px 10px 0 0;
}

.tv-body {
  position: relative;
  width: 100%;
  background: linear-gradient(135deg, #fcecae, #d8ac67, #a46d32);
  /* Vintage wood/plastic */
  border-radius: 30px;
  padding: 24px;
  display: flex;
  gap: 20px;
  box-shadow:
    inset 0 4px 10px rgba(255, 255, 255, 0.4),
    inset 0 -10px 20px rgba(0, 0, 0, 0.4),
    0 10px 30px rgba(0, 0, 0, 0.3);
  border: 4px solid #78481e;
}

.tv-body::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 26px;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0, 0, 0, 0.03) 2px, rgba(0, 0, 0, 0.03) 4px);
  pointer-events: none;
}

.tv-screen-container {
  flex: 1;
  background: #18181b;
  border-radius: 18px;
  padding: 12px;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.8), 0 2px 0 rgba(255, 255, 255, 0.2);
  border: 2px solid #3f3f46;
  position: relative;
}

.tv-screen {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #000;
  border-radius: 30% / 10%;
  /* classic CRT bulb shape */
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.9) inset;
}

.tv-screen::before {
  content: '';
  position: absolute;
  inset: -10% 0;
  border-radius: 10% / 50%;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.8);
  pointer-events: none;
  z-index: 2;
}

#introVideo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(0.92);
  filter: contrast(1.1) brightness(1.1) sepia(0.2);
  /* Vintage filter */
  opacity: 0;
}

#introVideo.is-on {
  opacity: 1;
  animation:
    crt-turn-on 0.8s cubic-bezier(0.23, 1, 0.32, 1) both,
    tv-flicker 0.15s infinite alternate 0.8s;
}

@keyframes crt-turn-on {
  0% {
    transform: scale(0.01, 0.01);
    filter: contrast(3) brightness(3) sepia(0);
  }

  35% {
    transform: scale(0.92, 0.02);
    filter: contrast(3) brightness(3) sepia(0);
  }

  100% {
    transform: scale(0.92, 0.92);
    filter: contrast(1.1) brightness(1.1) sepia(0.2);
  }
}

.tv-scanlines {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.1) 50%);
  background-size: 100% 4px;
  z-index: 3;
  pointer-events: none;
}

.tv-glass {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 40%),
    radial-gradient(ellipse at 50% 50%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 4;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.1);
}

.tv-controls {
  width: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-top: 10px;
}

.dial {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e4e4e7, #a1a1aa);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4), inset 0 2px 4px #fff;
  border: 2px solid #3f3f46;
  position: relative;
}

.dial::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 12px;
  background: #3f3f46;
  border-radius: 2px;
}

.speaker {
  margin-top: auto;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 40px;
}

.speaker-bar {
  display: block;
  height: 3px;
  background: #3f3f46;
  border-radius: 2px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.8);
}

.tv-legs {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin-top: -5px;
}

.leg {
  width: 14px;
  height: 36px;
  background: linear-gradient(90deg, #52525b, #27272a);
  z-index: 1;
}

.leg.left {
  transform: rotate(20deg);
  border-radius: 0 0 4px 4px;
}

.leg.right {
  transform: rotate(-20deg);
  border-radius: 0 0 4px 4px;
}

@keyframes tv-flicker {
  0% {
    opacity: 0.96;
  }

  100% {
    opacity: 1;
  }
}

@media (max-width: 600px) {
  .tv-body {
    flex-direction: column;
    padding: 16px;
    gap: 12px;
  }

  .tv-controls {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    padding-top: 0;
  }

  .speaker {
    margin-top: 0;
    margin-bottom: 0;
    height: 40px;
    justify-content: center;
  }

  .vintage-tv {
    width: 95vw;
  }
}

/* ══ SWITCHBOARD ══ */
.switchboard {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 600;
  display: flex;
  align-items: center;
  filter: drop-shadow(-6px 0 22px rgba(0, 0, 0, .28));
}

.sb-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 34px;
  height: 104px;
  background: linear-gradient(180deg, #4a4a52 0%, #2e2e36 60%, #1e1e26 100%);
  color: #ffd700;
  border: none;
  border-left: 3px solid #1a1a22;
  border-top: 2px solid #5a5a62;
  border-bottom: 2px solid #1a1a22;
  border-radius: 10px 0 0 10px;
  padding: 10px 5px;
  position: relative;
  transition: background .2s, box-shadow .2s;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, .08), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.sb-tab::before {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: 7px 0 0 7px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .07) 0%, transparent 60%);
  pointer-events: none;
}

.sb-tab:hover {
  background: linear-gradient(180deg, #5a5a64 0%, #3a3a44 60%, #2a2a34 100%);
}

.sb-tab-bolt {
  font-size: 16px;
  line-height: 1;
  filter: drop-shadow(0 0 4px rgba(255, 215, 0, .6));
}

.sb-tab-text {
  font-family: 'Courier New', monospace;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .18em;
  color: #aaa;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  line-height: 1;
  text-transform: uppercase;
}

.sb-box {
  width: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: width .45s cubic-bezier(.22, 1, .36, 1), opacity .3s;
  will-change: width, opacity;
  background: linear-gradient(160deg, #3c3c46 0%, #2a2a34 35%, #222230 60%, #2a2a38 100%);
  border: 2px solid #1a1a24;
  border-right: none;
  border-radius: 12px 0 0 12px;
}

.switchboard.open .sb-box {
  width: 250px;
  opacity: 1;
  pointer-events: auto;
}

.sb-nameplate {
  padding: 0;
  border-bottom: 3px solid #1a1a24;
  overflow: hidden;
}

.sb-hazard-stripe {
  height: 8px;
  background: repeating-linear-gradient(-45deg, #f59e0b 0px, #f59e0b 8px, #1a1a24 8px, #1a1a24 16px);
}

.sb-np-inner {
  position: relative;
  padding: 10px 16px 10px 14px;
  background: linear-gradient(135deg, #1e1e2e 0%, #2a2a3e 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sb-np-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
}

.sb-brand {
  font-family: 'Courier New', monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .22em;
  color: #ffd700;
  text-shadow: 0 0 10px rgba(255, 215, 0, .4);
}

.sb-model {
  font-family: 'Courier New', monospace;
  font-size: 8px;
  letter-spacing: .18em;
  color: #8888aa;
  text-transform: uppercase;
}

.sb-spec {
  font-family: 'Courier New', monospace;
  font-size: 7px;
  letter-spacing: .1em;
  color: #ff4444;
  text-shadow: 0 0 6px rgba(255, 68, 68, .4);
  margin-top: 2px;
}

.sb-rivet {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #8a8a9a, #3a3a4a 60%, #1a1a2a);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .6), 0 1px 0 rgba(255, 255, 255, .12);
  flex-shrink: 0;
}

.sb-rivet-tl {
  position: absolute;
  top: 6px;
  left: 6px;
}

.sb-rivet-tr {
  position: absolute;
  top: 6px;
  right: 6px;
}

.sb-rivet-bl {
  position: absolute;
  bottom: 6px;
  left: 6px;
}

.sb-rivet-br {
  position: absolute;
  bottom: 6px;
  right: 6px;
}

.sb-circuits {
  padding: 10px 0 6px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.sb-circuit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 14px 8px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
  transition: background .2s;
  gap: 10px;
}

.sb-circuit:last-child {
  border-bottom: none;
}

.sb-circuit:hover {
  background: rgba(255, 255, 255, .04);
}

.sb-ckt-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.sb-ckt-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.sb-ckt-name {
  font-family: 'Courier New', monospace;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .12em;
  color: #c0c0d0;
  white-space: nowrap;
  text-transform: uppercase;
}

.sb-ckt-amp {
  font-family: 'Courier New', monospace;
  font-size: 7px;
  color: #666680;
  letter-spacing: .08em;
}

.sb-led {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #1e1e2e;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .8), 0 0 0 1.5px #111118;
  flex-shrink: 0;
  transition: background .3s, box-shadow .3s;
  position: relative;
}

.sb-led::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .15);
}

#ckt-day.active #led-day {
  background: #fbbf24;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3), 0 0 0 1.5px #92400e, 0 0 8px #fbbf24, 0 0 20px rgba(251, 191, 36, .6);
}

#ckt-night.active #led-night {
  background: #a78bfa;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3), 0 0 0 1.5px #4c1d95, 0 0 8px #a78bfa, 0 0 20px rgba(167, 139, 250, .6);
  animation: night-led-pulse 2s ease-in-out infinite;
}

#ckt-rain.active #led-rain {
  background: #60a5fa;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3), 0 0 0 1.5px #1e3a5f, 0 0 8px #60a5fa, 0 0 18px rgba(96, 165, 250, .55);
  animation: rain-led-pulse 1.5s ease-in-out infinite;
}

#ckt-snow.active #led-snow {
  background: #e0f2fe;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3), 0 0 0 1.5px #7dd3fc, 0 0 10px #e0f2fe, 0 0 24px rgba(224, 242, 254, .7);
  animation: snow-led-pulse 2.5s ease-in-out infinite;
}

@keyframes night-led-pulse {

  0%,
  100% {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3), 0 0 0 1.5px #4c1d95, 0 0 8px #a78bfa, 0 0 20px rgba(167, 139, 250, .6)
  }

  50% {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3), 0 0 0 1.5px #4c1d95, 0 0 16px #c4b5fd, 0 0 36px rgba(196, 181, 253, .8)
  }
}

@keyframes rain-led-pulse {

  0%,
  100% {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3), 0 0 0 1.5px #1e3a5f, 0 0 8px #60a5fa, 0 0 18px rgba(96, 165, 250, .55)
  }

  50% {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3), 0 0 0 1.5px #1e3a5f, 0 0 14px #93c5fd, 0 0 32px rgba(147, 197, 253, .7)
  }
}

@keyframes snow-led-pulse {

  0%,
  100% {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3), 0 0 0 1.5px #7dd3fc, 0 0 10px #e0f2fe, 0 0 24px rgba(224, 242, 254, .7)
  }

  50% {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3), 0 0 0 1.5px #bae6fd, 0 0 18px #fff, 0 0 40px rgba(255, 255, 255, .5)
  }
}

.sb-breaker {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

.sb-breaker input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.sb-breaker-housing {
  position: relative;
  width: 28px;
  height: 56px;
  border-radius: 4px;
  background: linear-gradient(180deg, #3a3a48 0%, #2a2a38 100%);
  border: 1.5px solid #1a1a26;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), inset 0 -1px 0 rgba(0, 0, 0, .3), 0 2px 6px rgba(0, 0, 0, .4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 3px;
  overflow: hidden;
}

.sb-breaker-housing::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 6px;
  bottom: 14px;
  width: 3px;
  background: #1a1a26;
  border-radius: 2px;
  z-index: 0;
}

.sb-breaker-handle {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 30px;
  border-radius: 3px;
  background: linear-gradient(180deg, #d0d0e0 0%, #a0a0b8 40%, #888898 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 -1px 0 rgba(0, 0, 0, .3), 0 2px 5px rgba(0, 0, 0, .5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 2px 0;
  z-index: 1;
  transition: top .15s cubic-bezier(.22, 1, .36, 1);
  user-select: none;
}

.sb-breaker input:checked~.sb-breaker-housing .sb-breaker-handle {
  top: 18px;
  background: linear-gradient(180deg, #4ade80 0%, #22c55e 40%, #16a34a 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2), 0 0 8px rgba(74, 222, 128, .5), 0 2px 5px rgba(0, 0, 0, .4);
}

.sb-sym {
  font-family: 'Courier New', monospace;
  font-size: 8px;
  font-weight: 900;
  color: rgba(0, 0, 0, .55);
  line-height: 1;
}

.sb-sym-top {
  color: rgba(0, 0, 0, .7);
}

.sb-sym-bot {
  color: rgba(0, 0, 0, .45);
}

.sb-grip-lines {
  display: flex;
  flex-direction: column;
  gap: 2.5px;
  align-items: center;
}

.sb-grip {
  width: 10px;
  height: 1.5px;
  background: rgba(0, 0, 0, .25);
  border-radius: 1px;
  box-shadow: 0 .5px 0 rgba(255, 255, 255, .2);
}

.sb-track-legend {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-family: 'Courier New', monospace;
  font-size: 5.5px;
  letter-spacing: .05em;
  color: #666680;
  padding: 0 2px;
}

.sb-track-legend span:first-child {
  color: #4ade80;
}

.sb-track-legend span:last-child {
  color: #666;
}

.sb-serial-plate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 14px;
  background: linear-gradient(135deg, #1a1a28, #22222e);
  border-top: 2px solid #1a1a24;
}

.sb-serial {
  font-family: 'Courier New', monospace;
  font-size: 7px;
  letter-spacing: .1em;
  color: #555568;
  text-transform: uppercase;
}

/* Mobile switchboard */
@media(max-width:900px) {
  .switchboard {
    transform: translateY(-50%) scale(0.85);
    transform-origin: right center;
  }

  .switchboard .sb-box {
    width: 0;
  }

  .switchboard.open .sb-box {
    width: 260px;
    opacity: 1;
    pointer-events: auto;
    border-right: 2px solid #1a1a24;
    border-radius: 12px;
  }
}

@media(max-width:580px) {
  .switchboard {
    transform: translateY(-50%) scale(0.7);
  }

  .switchboard.open .sb-box {
    width: 240px;
  }
}

/* ══ NAVBAR ══ */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  padding: 0 24px;
  transition: background .3s, box-shadow .3s, transform .4s var(--ease);
}

.navbar.scrolled {
  background: rgba(4, 4, 18, .9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 var(--border);
}

.navbar.hide {
  transform: translateY(-100%);
}

.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  height: 68px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
  transition: transform .3s var(--ease);
}

.nav-logo:hover {
  transform: scale(1.04);
}

.nav-logo:hover .logo-mark {
  animation: logo-spin .5s var(--ease);
}

@keyframes logo-spin {
  50% {
    transform: rotate(14deg) scale(1.12)
  }
}

.logo-mark {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: var(--grad);
  color: #fff;
  font-family: var(--font);
  font-weight: 900;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.logo-mark.sm {
  width: 24px;
  height: 24px;
  font-size: 12px;
  border-radius: 6px;
}

.logo-text {
  font-family: var(--font);
  font-weight: 800;
  font-size: 17px;
  color: var(--text);
  letter-spacing: .04em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}

.nav-link {
  position: relative;
  text-decoration: none;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 100px;
  transition: color .2s, background .2s;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 16px;
  right: 16px;
  height: 2px;
  background: var(--grad);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s var(--ease);
}

.nav-link:hover {
  color: var(--text);
  background: var(--bg-soft);
}

.nav-link:hover::after,
.nav-link.active-link::after {
  transform: scaleX(1);
}

.nav-link.active-link {
  color: var(--purple);
  font-weight: 700;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  padding: 10px 22px;
  border-radius: 100px;
  background: var(--grad);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(124, 58, 237, .3);
  transition: transform .25s var(--ease), box-shadow .25s;
}

.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(124, 58, 237, .45);
}

.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 8px;
  margin-left: auto;
  cursor: pointer;
  z-index: 501;
  position: relative;
}

.burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: .3s;
  pointer-events: none;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 510;
  background: rgba(4, 4, 18, .97);
  backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s var(--ease);
}

.mobile-menu.open {
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu.open .mobile-link {
  animation: mobile-link-in .4s var(--ease) both;
}

.mobile-menu.open .mobile-link:nth-child(2) {
  animation-delay: .05s
}

.mobile-menu.open .mobile-link:nth-child(3) {
  animation-delay: .1s
}

.mobile-menu.open .mobile-link:nth-child(4) {
  animation-delay: .15s
}

.mobile-menu.open .mobile-link:nth-child(5) {
  animation-delay: .2s
}

@keyframes mobile-link-in {
  from {
    opacity: 0;
    transform: translateY(22px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.mobile-close {
  position: absolute;
  top: 24px;
  right: 28px;
  background: none;
  border: none;
  font-size: 24px;
  color: var(--text-muted);
  transition: color .2s, transform .2s;
}

.mobile-close:hover {
  color: var(--text);
  transform: rotate(90deg);
}

.mobile-link {
  font-family: var(--font);
  font-size: 28px;
  font-weight: 700;
  color: var(--text);
  text-decoration: none;
  transition: color .2s, transform .2s;
}

.mobile-link:hover {
  color: var(--purple);
  transform: translateX(6px);
}

.mobile-link.cta-inline {
  color: var(--purple);
}

/* ══ HERO ══ */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  padding: 110px 24px 24px;
  position: relative;
}

.hero-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}

.hero-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: .6;
  will-change: transform;
}

.blob-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #ede0ff, #dbeafe);
  top: -180px;
  right: -120px;
}

.blob-2 {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, #dbeafe, #e0e7ff);
  bottom: -80px;
  left: -80px;
}

.blob-3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, #fce7f3, #ede9fe);
  top: 45%;
  left: 38%;
  opacity: .35;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
  background-size: 40px 40px;
}

[data-day="on"] .hero-grid {
  background-image: linear-gradient(rgba(0, 0, 0, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, .025) 1px, transparent 1px);
}

.orb {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 58, 237, .08), transparent 70%);
  pointer-events: none;
  filter: blur(40px);
  animation: orb-float 7s ease-in-out infinite;
}

.orb-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  left: -60px;
}

.orb-2 {
  width: 200px;
  height: 200px;
  bottom: 15%;
  right: -40px;
  animation-delay: -3s;
}

@keyframes orb-float {

  0%,
  100% {
    transform: translateY(0) scale(1)
  }

  50% {
    transform: translateY(-30px) scale(1.06)
  }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--purple);
  background: var(--purple-lt);
  border: 1px solid rgba(124, 58, 237, .15);
  padding: 7px 16px;
  border-radius: 100px;
  margin-bottom: 24px;
  animation: badge-float 3.5s ease-in-out infinite;
}

@keyframes badge-float {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-7px)
  }
}

.badge-dot {
  width: 7px;
  height: 7px;
  background: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, .2);
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {

  0%,
  100% {
    box-shadow: 0 0 0 3px rgba(34, 197, 94, .2)
  }

  50% {
    box-shadow: 0 0 0 7px rgba(34, 197, 94, .07)
  }
}

.hero-title {
  font-family: var(--font);
  font-size: clamp(38px, 5.5vw, 68px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -.02em;
  margin-bottom: 20px;
}

.hero-body {
  font-size: clamp(15px, 1.6vw, 18px);
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 36px;
}

.hero-body strong {
  color: var(--text);
  font-weight: 600;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 30px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  font-family: var(--font);
  position: relative;
  overflow: hidden;
  transition: transform .25s var(--ease), box-shadow .25s;
}

.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, .25) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform .45s var(--ease);
}

.btn:hover::after {
  transform: translateX(100%);
}

.btn-primary {
  background: var(--grad);
  color: #fff;
  box-shadow: 0 4px 20px rgba(124, 58, 237, .3);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(124, 58, 237, .5);
}

.btn-ghost {
  background: transparent;
  color: var(--text);
  border: 1.5px solid var(--border);
}

.btn-ghost:hover {
  background: var(--bg-soft);
  transform: translateY(-3px);
  border-color: rgba(124, 58, 237, .35);
}

.hero-trust {
  font-size: 13px;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.dot-sep {
  color: var(--border);
}

.br-desk {
  display: block;
}

.hero-visual {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
  padding-bottom: 20px;
  will-change: transform;
}

.phone-mockup {
  width: 140px;
  background: var(--bg-card);
  border-radius: 26px;
  border: 2px solid var(--border);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  flex-shrink: 0;
  animation: float-phone 4s ease-in-out infinite;
  transition: box-shadow .3s, border-color .3s;
}

.phone-mockup:hover {
  box-shadow: 0 30px 70px rgba(124, 58, 237, .22);
  border-color: rgba(124, 58, 237, .3);
}

@keyframes float-phone {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-12px)
  }
}

.phone-screen {
  padding: 14px 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.screen-bar {
  width: 60px;
  height: 6px;
  background: var(--border);
  border-radius: 4px;
  margin: 0 auto 4px;
}

.screen-card {
  border-radius: 8px;
}

.c1 {
  height: 50px;
  background: linear-gradient(135deg, #ede9fe, #dbeafe)
}

.c2 {
  flex: 1;
  height: 40px;
  background: var(--purple-lt)
}

.c3 {
  flex: 1;
  height: 40px;
  background: var(--blue-lt)
}

.c4 {
  height: 35px;
  background: linear-gradient(135deg, #fce7f3, #ede9fe)
}

.screen-row {
  display: flex;
  gap: 6px;
}

.browser-mockup {
  flex: 1;
  background: var(--bg-card);
  border-radius: 14px;
  border: 1.5px solid var(--border);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  animation: float-browser 4s ease-in-out infinite .8s;
  transition: box-shadow .3s, border-color .3s;
}

.browser-mockup:hover {
  box-shadow: 0 30px 70px rgba(37, 99, 235, .18);
  border-color: rgba(37, 99, 235, .28);
}

@keyframes float-browser {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-8px)
  }
}

.browser-bar {
  background: var(--bg-soft);
  border-bottom: 1px solid var(--border);
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.bub {
  width: 8px;
  height: 8px;
  border-radius: 50%
}

.r {
  background: #fc5c65
}

.y {
  background: #fed330
}

.g {
  background: #26de81
}

.browser-url {
  flex: 1;
  margin-left: 8px;
  background: var(--border);
  border-radius: 4px;
  height: 16px;
  font-size: 9px;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  padding: 0 8px;
}

.browser-body {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.b-hero-strip {
  height: 50px;
  background: linear-gradient(135deg, #ede9fe, #dbeafe);
  border-radius: 8px;
}

.b-row {
  display: flex;
  gap: 8px;
}

.b-block {
  flex: 1;
  height: 36px;
  background: var(--bg-soft);
  border-radius: 6px;
  border: 1px solid var(--border);
}

.b-tall {
  height: 50px;
  flex: .6;
}

/* ══ SERVICES ══ */
.services {
  padding: 28px 0 60px;
  background: var(--bg-soft);
}

.section-head {
  text-align: center;
  margin-bottom: 40px;
}

.section-head h2 {
  font-family: var(--font);
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -.02em;
  margin-bottom: 14px;
}

.section-head p {
  font-size: 17px;
  color: var(--text-muted);
  max-width: 500px;
  margin: 0 auto;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
}

.service-card {
  background: var(--bg-card);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 32px 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: box-shadow .35s var(--ease), transform .35s var(--ease), border-color .35s;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(105deg, transparent 30%, rgba(124, 58, 237, .05) 50%, transparent 70%);
  transition: left .65s var(--ease);
  pointer-events: none;
  z-index: 0;
}

.service-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-8px);
  border-color: rgba(124, 58, 237, .25);
}

.service-card:hover::before {
  left: 150%;
}

.service-card>* {
  position: relative;
  z-index: 1;
}

.service-card--featured {
  border: 2px solid var(--purple);
  background: linear-gradient(160deg, var(--bg-card), var(--purple-lt) 60%, var(--blue-lt));
  box-shadow: 0 0 0 4px rgba(124, 58, 237, .08);
}

.service-card--featured:hover {
  box-shadow: 0 24px 70px rgba(124, 58, 237, .22), 0 0 0 4px rgba(124, 58, 237, .12);
}

.featured-pill {
  position: absolute;
  top: -1px;
  right: 24px;
  background: var(--grad);
  color: #fff;
  font-family: var(--font);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  padding: 8px 18px;
  border-radius: 0 0 14px 14px;
  box-shadow: 0 6px 20px rgba(124, 58, 237, .45);
  z-index: 10;
  white-space: nowrap;
  animation: pill-bounce 3s ease-in-out infinite;
}

@keyframes pill-bounce {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(5px)
  }
}

.card-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  flex-shrink: 0;
  transition: transform .35s var(--ease);
}

.service-card:hover .card-icon {
  transform: scale(1.15) rotate(-7deg);
}

.icon-purple {
  background: var(--purple-lt);
  color: var(--purple);
}

.icon-blue {
  background: var(--blue-lt);
  color: var(--blue);
}

.card-icon svg {
  width: 28px;
  height: 28px;
}

.card-body h3 {
  font-family: var(--font);
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 4px;
}

.card-sub {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 14px;
  font-weight: 500;
}

.card-desc {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 22px;
}

.card-desc strong {
  color: var(--text);
  font-weight: 600;
}

.feature-list {
  list-style: none;
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.feature-list li {
  font-size: 14px;
  color: var(--text);
  font-weight: 500;
  padding-left: 22px;
  position: relative;
  opacity: 0;
  transform: translateX(-14px);
  transition: opacity .35s var(--ease), transform .35s var(--ease);
}

.feature-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--purple);
  font-weight: 700;
  font-size: 13px;
}

.service-card.in-view .feature-list li {
  opacity: 1;
  transform: translateX(0);
}

.service-card.in-view .feature-list li:nth-child(1) {
  transition-delay: .05s
}

.service-card.in-view .feature-list li:nth-child(2) {
  transition-delay: .12s
}

.service-card.in-view .feature-list li:nth-child(3) {
  transition-delay: .19s
}

.service-card.in-view .feature-list li:nth-child(4) {
  transition-delay: .26s
}

.service-card.in-view .feature-list li:nth-child(5) {
  transition-delay: .33s
}

.card-link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--purple);
  text-decoration: none;
  margin-top: auto;
  transition: color .2s, letter-spacing .25s var(--ease);
}

.card-link:hover {
  color: var(--blue);
  letter-spacing: .03em;
}

.hosting-callout {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--bg-card);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 22px 28px;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .3s var(--ease), transform .3s var(--ease);
}

.hosting-callout:hover {
  box-shadow: 0 10px 40px rgba(124, 58, 237, .12);
  transform: translateY(-4px);
}

.callout-icon {
  font-size: 32px;
  flex-shrink: 0;
  transition: transform .4s var(--ease);
}

.hosting-callout:hover .callout-icon {
  transform: rotate(-12deg) scale(1.25);
}

.callout-body {
  font-size: 15px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.callout-body strong {
  color: var(--text);
}

.callout-body span {
  color: var(--text-muted);
}

/* ══ WHY US ══ */
.why-us {
  padding: 72px 0;
  background: var(--bg);
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  perspective: 900px;
}

.pillar {
  background: var(--bg-soft);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
  transition: box-shadow .3s var(--ease), transform .3s var(--ease), border-color .3s;
}

.pillar::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--grad);
  border-radius: 3px 0 0 3px;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .4s var(--ease);
}

.pillar:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-6px);
  border-color: rgba(124, 58, 237, .2);
}

.pillar:hover::before {
  transform: scaleY(1);
}

.pillar-icon {
  font-size: 28px;
  margin-bottom: 16px;
  display: inline-block;
  transition: transform .4s var(--ease);
}

.pillar:hover .pillar-icon {
  transform: scale(1.3) rotate(12deg);
}

.pillar h4 {
  font-family: var(--font);
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
}

.pillar p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.65;
}

/* ══ CONTACT ══ */
.contact {
  padding: 72px 0 48px;
  background: var(--bg-soft);
}

.contact-inner {
  text-align: center;
}

.contact-inner h2 {
  font-family: var(--font);
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -.02em;
  margin-bottom: 16px;
}

.contact-sub {
  font-size: 17px;
  color: var(--text-muted);
  margin-bottom: 48px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.contact-module {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  max-width: 800px;
  margin: 0 auto 72px;
}

.contact-separate {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
}

.contact-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 28px;
  border-radius: var(--radius);
  text-decoration: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  min-width: 220px;
  transition: transform .3s var(--ease), box-shadow .3s;
}

.contact-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -80%;
  width: 50%;
  height: 100%;
  background: linear-gradient(105deg, transparent 20%, rgba(255, 255, 255, .2) 50%, transparent 80%);
  transition: left .5s var(--ease);
  pointer-events: none;
  z-index: 1;
}

.contact-card:hover::before {
  left: 130%;
}

.contact-card:hover {
  transform: translateY(-5px) scale(1.02);
}

.card-phone {
  background: linear-gradient(135deg, #2563eb, #0ea5e9);
  box-shadow: 0 8px 30px rgba(37, 99, 235, .3);
}

.card-phone:hover {
  box-shadow: 0 18px 50px rgba(37, 99, 235, .42);
}

.card-gmail {
  background: #be185d !important;
  box-shadow: 0 10px 40px rgba(190, 24, 93, 0.5) !important;
  color: #ffffff !important;
}

.card-gmail:hover {
  background: #db2777 !important;
  box-shadow: 0 20px 60px rgba(219, 39, 119, 0.6) !important;
}

.cc-icon {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, .18);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.cc-icon svg {
  width: 20px;
  height: 20px;
}

.cc-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.cc-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .75;
}

.cc-value {
  font-family: var(--font);
  font-size: 15px;
  font-weight: 700;
}

.contact-form-area {
  width: 100%;
  background: var(--bg-card);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.msg-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#contactMessage {
  width: 100%;
  height: 120px;
  background: rgba(0, 0, 0, .2);
  border: 1.5px solid var(--border);
  border-radius: 12px;
  padding: 16px;
  color: var(--text);
  font-family: 'Courier New', monospace;
  font-size: 16px;
  font-weight: 600;
  resize: none;
  outline: none;
  transition: border-color .3s;
}

#contactMessage:focus {
  border-color: var(--purple);
}

.msg-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.btn-wa,
.btn-mail {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 100px;
  color: #fff;
  font-family: var(--font);
  font-weight: 700;
  font-size: 14px;
  border: none;
}

.btn-wa {
  background: linear-gradient(135deg, #25D366, #128C7E);
}

.btn-mail {
  background: var(--grad);
}

/* ══ VIRTUAL KEYBOARD ══ */
.virtual-keyboard {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  background: rgba(0, 0, 0, .15);
  padding: 16px;
  border-radius: 14px;
  border: 1px solid var(--border);
}

.vk-row {
  display: flex;
  gap: 6px;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
}

.vk-key {
  width: 38px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--bg-soft);
  color: var(--text);
  font-family: var(--font);
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .1s, background .15s, box-shadow .15s;
  box-shadow: 0 4px 0 var(--border);
}

.vk-key:active,
.vk-key.pressed {
  transform: translateY(4px);
  box-shadow: 0 0 0 var(--border);
  background: var(--purple-lt);
  color: var(--purple);
  border-color: var(--purple);
}

.vk-spacebar {
  width: 220px;
}

.vk-backspace {
  width: 62px;
  font-size: 14px;
}

.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  color: var(--text-muted);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font);
  font-size: 15px;
  color: var(--text);
}

/* ══ POP-IN ══ */
.pop-in {
  opacity: 0;
  transform: translateY(24px);
  animation: pop-in-anim .7s var(--ease) forwards;
  animation-delay: var(--d, 0s);
}

@keyframes pop-in-anim {
  to {
    opacity: 1;
    transform: translateY(0)
  }
}

/* ══ SCROLL REVEAL ══ */
.reveal-zoom,
.reveal-wipe,
.reveal-slide-l,
.reveal-slide-r,
.reveal-flip,
.reveal-pop {
  will-change: opacity, transform;
  transition-delay: var(--sd, 0s);
}

.reveal-zoom {
  opacity: 0;
  transform: scale(.84);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}

.reveal-zoom.visible {
  opacity: 1;
  transform: scale(1);
}

.reveal-zoom.hidden {
  opacity: 0;
  transform: scale(.84);
}

.reveal-wipe {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transition: opacity .6s var(--ease), clip-path .7s var(--ease);
}

.reveal-wipe.visible {
  opacity: 1;
  clip-path: inset(0 0 0% 0);
}

.reveal-wipe.hidden {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
}

.reveal-slide-l {
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}

.reveal-slide-l.visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-slide-l.hidden {
  opacity: 0;
  transform: translateX(-60px);
}

.reveal-slide-r {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}

.reveal-slide-r.visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-slide-r.hidden {
  opacity: 0;
  transform: translateX(60px);
}

.reveal-flip {
  opacity: 0;
  transform: rotateX(35deg) scale(.92);
  transition: opacity .65s var(--ease), transform .65s var(--ease);
  transform-origin: top center;
}

.reveal-flip.visible {
  opacity: 1;
  transform: rotateX(0deg) scale(1);
}

.reveal-flip.hidden {
  opacity: 0;
  transform: rotateX(35deg) scale(.92);
}

.reveal-pop {
  opacity: 0;
  transform: scale(.6) translateY(20px);
  transition: opacity .5s var(--ease), transform .6s cubic-bezier(.34, 1.56, .64, 1);
}

.reveal-pop.visible {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.reveal-pop.hidden {
  opacity: 0;
  transform: scale(.6) translateY(20px);
}

/* ══ RIPPLE ══ */
.ripple-btn {
  position: relative;
  overflow: hidden;
}

.ripple-wave {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  pointer-events: none;
  animation: ripple-go .55s linear forwards;
  background: rgba(255, 255, 255, .32);
}

@keyframes ripple-go {
  to {
    transform: scale(4.5);
    opacity: 0
  }
}

/* ══ LEAD FORM ══ */
.lead-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: linear-gradient(135deg, rgba(30, 41, 59, 1), rgba(15, 23, 42, 1));
  padding: 32px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5), 0 0 15px rgba(124, 58, 237, 0.1);
  position: relative;
  overflow: hidden;
}

.lead-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--grad);
}

.form-input {
  width: 100%;
  background: #ffffff !important;
  border: 2px solid #cbd5e1 !important;
  border-radius: 12px;
  padding: 16px 20px;
  color: #0f172a !important;
  font-family: var(--font);
  font-size: 16px !important;
  font-weight: 600 !important;
  outline: none;
  transition: all 0.3s var(--ease);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.form-input:focus {
  border-color: var(--primary) !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
  transform: translateY(-2px);
}

.form-input::placeholder {
  color: #64748b !important;
  font-weight: 400;
}

/* Fix dropdown visibility */
select.form-input {
  cursor: pointer;
  appearance: none;
  background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%230f172a'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E") no-repeat right 14px center / 18px !important;
  padding-right: 45px;
}

select.form-input option {
  background: #ffffff;
  color: #0f172a;
  padding: 12px;
}

.submit-lead-btn {
  width: 100%;
  padding: 20px;
  border-radius: 14px;
  background: var(--grad);
  background-size: 200% auto;
  color: #ffffff !important;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border: none;
  cursor: pointer;
  transition: all 0.4s var(--ease);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-shadow: 0 15px 30px rgba(124, 58, 237, 0.4);
}

.submit-lead-btn:hover {
  transform: translateY(-5px) scale(1.02);
  background-position: right center;
  box-shadow: 0 25px 50px rgba(124, 58, 237, 0.7);
}

.submit-lead-btn:active {
  transform: translateY(1px);
}

.submit-lead-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

/* ══ RESPONSIVE ══ */
@media(max-width:900px) {
  .hero {
    grid-template-columns: 1fr;
    text-align: center;
    padding-top: 88px;
    padding-bottom: 20px;
    gap: 32px;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-trust {
    justify-content: center;
  }

  .hero-visual {
    justify-content: center;
    max-width: 380px;
    margin: 0 auto;
  }

  .br-desk {
    display: none;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .pillars-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav-links,
  .nav-cta {
    display: none;
  }

  .burger {
    display: flex;
  }

  .contact-cards {
    flex-direction: column;
    align-items: center;
  }

  .contact-card {
    width: 100%;
    max-width: 340px;
    justify-content: center;
  }
}

@media(max-width:600px) {
  .vk-key {
    width: 28px;
    height: 40px;
    font-size: 12px;
    box-shadow: 0 2px 0 var(--border);
  }

  .vk-key:active,
  .vk-key.pressed {
    transform: translateY(2px);
  }

  .vk-spacebar {
    width: 150px;
  }

  .vk-backspace {
    width: 44px;
  }

  .virtual-keyboard {
    padding: 10px 6px;
    gap: 4px;
  }

  .vk-row {
    gap: 3px;
  }

  .section-head h2 {
    font-size: 28px;
  }

  .pillars-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:480px) {
  .hero {
    padding: 80px 16px 16px;
  }

  .hero-title {
    font-size: 30px;
  }

  .hero-body {
    font-size: 14px;
  }

  .hero-visual {
    flex-direction: column;
    align-items: center;
    max-width: 200px;
  }

  .browser-mockup {
    display: none;
  }

  .pillars-grid {
    grid-template-columns: 1fr;
  }

  .contact-card {
    max-width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .hosting-callout {
    flex-direction: column;
    text-align: center;
  }

  .section-head h2 {
    font-size: 26px;
  }

  .contact-form-area {
    padding: 16px;
  }

  .services {
    padding: 20px 0 40px;
  }

  .why-us {
    padding: 40px 0;
  }

  .contact {
    padding: 40px 0 32px;
  }
}

@media(max-width:380px) {
  .vk-key {
    width: 24px;
    height: 36px;
    font-size: 11px;
  }

  .vk-spacebar {
    width: 120px;
  }

  .vk-backspace {
    width: 38px;
  }

  .hero-title {
    font-size: 26px;
  }
}

@media(prefers-reduced-motion:reduce) {

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  #scroll-progress,
  .curtain {
    display: none;
  }
}

/* ══ TOUCH/MOBILE — reset custom cursors to default ══ */
@media(pointer:coarse) {

  html,
  html *,
  html[data-day="on"],
  html[data-day="on"] *,
  html[data-night="on"],
  html[data-night="on"] *,
  html[data-rain="on"],
  html[data-rain="on"] *,
  html[data-snow="on"],
  html[data-snow="on"] * {
    cursor: auto !important;
  }
}