/* ============================================================
   Mechanik Radom — design tokens
   Extracted from Figma site palette (dark / red / gold)
   ============================================================ */
:root {
  --bg-0: #000000;
  --bg-1: #000000;
  --bg-2: #000000;
  --bg-3: #000000;
  --surface: #131922;
  --surface-2: #1b2330;
  --border: rgba(255,255,255,0.08);
  --border-strong: rgba(255,255,255,0.16);

  --red: #d4183d;
  --red-2: #dc2626;
  --red-3: #ef4444;
  --red-dark: #991b1b;
  --red-glow: rgba(220, 38, 38, 0.35);

  --gold: #D4AF37;
  --gold-2: #C8A74A;
  --gold-3: #B88A2B;

  --text: #ffffff;
  --text-mute: #cbced4;
  --text-dim: #a3a3a3;

  --cyan: #00D9FF;

  --tuning: #FF7A1A;
  --tuning-2: #FF9447;
  --tuning-glow: rgba(255, 122, 26, 0.45);

  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;

  --shadow-sm: 0 2px 8px rgba(0,0,0,0.4);
  --shadow:   0 16px 40px rgba(0,0,0,0.55);
  --shadow-red: 0 12px 40px var(--red-glow);

  --container: 1240px;
  --container-narrow: 880px;

  --font: 'Inter', system-ui, -apple-system, sans-serif;

  --ease: cubic-bezier(.2,.7,.2,1);
}

/* ============================================================ Reset */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--bg-1);
  color: var(--text);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; margin: 0; }
h1, h2, h3, h4 { margin: 0; line-height: 1.15; letter-spacing: -0.01em; }
p { margin: 0; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 28px; }
.container--narrow { max-width: var(--container-narrow); }

.section { padding: clamp(70px, 9vw, 130px) 0; position: relative; }

.section__title {
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 800;
  text-align: center;
  margin-bottom: 18px;
  letter-spacing: -0.025em;
}
.section__lead {
  text-align: center;
  color: var(--text-mute);
  font-size: clamp(15px, 1.4vw, 18px);
  max-width: 720px;
  margin: 0 auto 56px;
}

/* ============================================================ Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
  transition: transform .25s var(--ease), background .25s, box-shadow .25s, color .25s;
  border: 1px solid transparent;
  white-space: nowrap;
}
.btn--lg { padding: 15px 28px; font-size: 15px; }
.btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.btn--lg svg { width: 19px; height: 19px; }
.btn--primary {
  background: linear-gradient(180deg, var(--red-2), var(--red-dark));
  color: #fff;
  box-shadow: 0 6px 20px var(--red-glow);
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 10px 30px var(--red-glow); }
.btn--ghost {
  background: rgba(255,255,255,0.04);
  color: #fff;
  border-color: var(--border-strong);
  backdrop-filter: blur(8px);
}
.btn--ghost:hover { background: rgba(255,255,255,0.1); transform: translateY(-2px); }
.btn--gold {
  background: linear-gradient(180deg, var(--gold), var(--gold-3));
  color: #1a1408;
}
.btn--gold:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(212,175,55,0.3); }
.btn--ghost-gold {
  background: transparent;
  color: var(--gold);
  border-color: rgba(212,175,55,0.4);
}
.btn--ghost-gold:hover { background: rgba(212,175,55,0.08); transform: translateY(-2px); }
.btn--tuning {
  background:
    linear-gradient(180deg, rgba(255,148,71,0.18), rgba(255,122,26,0.08)),
    rgba(10,15,20,0.35);
  color: var(--tuning-2);
  border-color: rgba(255,122,26,0.55);
  box-shadow:
    0 6px 20px var(--tuning-glow),
    0 0 0 1px rgba(255,148,71,0.18) inset,
    0 0 18px rgba(255,122,26,0.25);
  backdrop-filter: blur(8px);
  text-shadow: 0 0 14px rgba(255,148,71,0.55);
}
.btn--tuning:hover {
  transform: translateY(-2px);
  background:
    linear-gradient(180deg, rgba(255,148,71,0.28), rgba(255,122,26,0.14)),
    rgba(10,15,20,0.4);
  box-shadow:
    0 12px 32px var(--tuning-glow),
    0 0 0 1px rgba(255,148,71,0.3) inset,
    0 0 32px rgba(255,122,26,0.4);
}
.btn--neon {
  background: linear-gradient(180deg, #22E4FF, #00B6E0);
  color: #001a24;
  font-weight: 700;
  border-color: rgba(0,217,255,0.6);
  box-shadow: 0 6px 20px rgba(0,217,255,0.45), 0 0 24px rgba(0,217,255,0.35), inset 0 0 12px rgba(255,255,255,0.25);
  text-shadow: 0 0 6px rgba(255,255,255,0.45);
}
.btn--neon:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(0,217,255,0.6), 0 0 40px rgba(0,217,255,0.5), inset 0 0 12px rgba(255,255,255,0.3);
}
.btn__hint { display: none; }

/* ============================================================ NAV */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: rgba(10,15,20,0.6);
  backdrop-filter: blur(18px) saturate(160%);
  border-bottom: 1px solid var(--border);
  transition: background .3s, padding .3s;
}
.nav.is-scrolled { background: rgba(10,15,20,0.92); }
.nav__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav__brand {
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.01em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.nav__brand-logo {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: var(--tuning);
  -webkit-mask-image: url('assets/icons/logo.png');
  mask-image: url('assets/icons/logo.png');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  transition: opacity .2s;
}
.nav__brand:hover .nav__brand-logo { opacity: 0.85; }
.nav__links {
  display: flex;
  gap: 28px;
  margin-left: auto;
}
.nav__links a {
  color: var(--text-mute);
  font-size: 14px;
  font-weight: 500;
  transition: color .2s;
}
.nav__links a:hover { color: var(--text); }
.nav__links a[href$="#vip"] {
  color: var(--gold);
  font-weight: 600;
}
.nav__links a[href$="#vip"]:hover { color: #f4e5b5; }
.nav__links a[data-tuning] {
  color: var(--tuning-2);
  font-weight: 600;
  text-shadow: 0 0 14px rgba(255,122,26,0.55);
}
.nav__links a[data-tuning]:hover {
  color: #FFB880;
  text-shadow: 0 0 20px rgba(255,122,26,0.8);
}
.nav__links a[data-neon] {
  color: var(--cyan);
  font-weight: 600;
  text-shadow: 0 0 14px rgba(0,217,255,0.7), 0 0 4px rgba(0,217,255,0.5);
}
.nav__links a[data-neon]:hover {
  color: #8BEEFF;
  text-shadow: 0 0 22px rgba(0,217,255,0.9), 0 0 8px rgba(0,217,255,0.7);
}
.nav__cta { padding: 10px 18px; font-size: 13px; }
.nav__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav__burger {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 8px;
  margin-left: auto;
}
.nav__burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform .25s, opacity .2s;
}
@media (max-width: 880px) {
  .nav__inner {
    padding: 12px 16px;
    gap: 8px;
  }
  .nav__brand { font-size: 16px; gap: 8px; }
  .nav__brand-logo { width: 22px; height: 22px; }
  .nav__links { display: none; }
  .nav__burger { display: flex; padding: 6px; margin-left: 2px; }

  .nav__actions {
    display: flex;
    margin-left: auto;
    gap: 6px;
  }
  .nav__actions .nav__cta {
    padding: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    justify-content: center;
    flex-shrink: 0;
  }
  .nav__actions .nav__cta span { display: none; }
  .nav__actions .nav__cta svg { width: 17px; height: 17px; }

  .nav.is-open .nav__links {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    background: rgba(10,15,20,0.97);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 18px 28px 24px;
    gap: 18px;
    border-bottom: 1px solid var(--border);
  }
  .nav.is-open .nav__links a {
    font-size: 16px;
    padding: 4px 0;
  }
  .nav.is-open .nav__burger span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .nav.is-open .nav__burger span:nth-child(2) {
    opacity: 0;
  }
  .nav.is-open .nav__burger span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}

/* ============================================================ HERO */
.hero {
  position: relative;
  height: 250vh;
  background: #000;
}
.hero__pin {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  contain: layout paint;
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  backface-visibility: hidden;
  filter: contrast(1.06) saturate(1.05);
}
.hero__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: contrast(1.06) saturate(1.05);
  transition: opacity 0.4s ease-out;
}
.hero__poster.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 50% 48%, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0.40) 38%, rgba(0,0,0,0) 78%),
    linear-gradient(180deg,
      rgba(0,0,0,0.55) 0%,
      rgba(0,0,0,0.25) 35%,
      rgba(0,0,0,0.55) 70%,
      rgba(0,0,0,0.90) 88%,
      rgba(0,0,0,1.00) 100%);
  pointer-events: none;
  z-index: 2;
}
.hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 120px 28px 80px;
  max-width: 980px;
}
.hero__title {
  font-size: clamp(56px, 9vw, 128px);
  font-weight: 900;
  letter-spacing: -0.04em;
  background: linear-gradient(180deg, #ffffff 0%, #e8edf2 55%, #aab3bf 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter:
    drop-shadow(0 0 28px rgba(0,0,0,0.85))
    drop-shadow(0 2px 12px rgba(0,0,0,0.7))
    drop-shadow(0 18px 50px rgba(0,0,0,0.55));
  margin-bottom: 18px;
}
.hero__tagline {
  font-size: clamp(16px, 1.6vw, 22px);
  color: #ffffff;
  text-shadow:
    0 0 22px rgba(0,0,0,0.85),
    0 0 8px rgba(0,0,0,0.7),
    0 2px 4px rgba(0,0,0,0.6);
  margin-bottom: 38px;
}
.hero__ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.hero__scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 24px;
  height: 38px;
  border: 2px solid rgba(255,255,255,0.35);
  border-radius: 14px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 6px;
}
.hero__scroll span {
  width: 3px;
  height: 8px;
  background: #fff;
  border-radius: 2px;
  animation: scroll 1.6s ease-in-out infinite;
}
@keyframes scroll {
  0% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(14px); opacity: 0; }
}

/* ============================================================ O NAS */
.section--about { background: var(--bg-1); }
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}
.feature-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 22px;
  text-align: center;
  transition: transform .35s var(--ease), border-color .25s, box-shadow .25s;
}
.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212,24,61,0.4);
  box-shadow: 0 16px 40px rgba(0,0,0,0.4);
}
.feature-card__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(220,38,38,0.18), rgba(220,38,38,0.06));
  display: grid;
  place-items: center;
  color: var(--red-3);
  border: 1px solid rgba(220,38,38,0.25);
}
.feature-card__icon svg { width: 26px; height: 26px; }
.feature-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.feature-card p { color: var(--text-dim); font-size: 14px; }

.stats-card {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 40px;
  background: linear-gradient(135deg, var(--surface) 0%, var(--bg-2) 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 44px;
  align-items: center;
}
.stats-card__number {
  font-size: clamp(48px, 6vw, 84px);
  font-weight: 900;
  color: var(--red-3);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 10px;
  text-shadow: 0 6px 24px rgba(220,38,38,0.4);
}
.stats-card__label {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
}
.stats-card__left p { color: var(--text-dim); font-size: 14px; }
.stats-card__right h3 { font-size: 22px; margin-bottom: 12px; }
.stats-card__right p { color: var(--text-mute); font-size: 14px; margin-bottom: 18px; }
.team-member {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  background: rgba(220,38,38,0.08);
  border: 1px solid rgba(220,38,38,0.2);
  border-radius: var(--radius-sm);
}
.team-member__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--red-2), var(--red-dark));
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 14px;
}
.team-member__name { font-weight: 700; font-size: 15px; }
.team-member__role { color: var(--text-dim); font-size: 13px; }

/* ============================================================ USŁUGI */
.section--services { background: var(--bg-1); }
.service-group { margin-bottom: 70px; }
.service-group__head {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border);
}
.service-group__chip {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 999px;
}
.service-group__chip--green {
  background: rgba(34,197,94,0.12);
  color: #4ade80;
  border: 1px solid rgba(34,197,94,0.3);
}
.service-group__chip--red {
  background: rgba(220,38,38,0.12);
  color: var(--red-3);
  border: 1px solid rgba(220,38,38,0.3);
}
.service-group__head p { color: var(--text-dim); font-size: 14px; }

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service-grid--4 { grid-template-columns: repeat(4, 1fr); }
.service-grid--2 { grid-template-columns: repeat(2, 1fr); }

.service-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .35s var(--ease), border-color .25s, box-shadow .25s;
}
.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(220,38,38,0.4);
  box-shadow: 0 22px 50px rgba(0,0,0,0.5);
}
.service-card__img {
  aspect-ratio: 16/10;
  overflow: hidden;
  position: relative;
}
.service-card__img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s var(--ease);
}
.service-card:hover .service-card__img img { transform: scale(1.06); }
.service-card__body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.service-card__body h3 { font-size: 18px; font-weight: 700; }
.service-card__body p { color: var(--text-dim); font-size: 14px; flex: 1; }
.service-card__body .btn { align-self: flex-start; }
.service-card__ctas {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-self: flex-start;
}
.service-card__ctas .btn { align-self: auto; }
.service-card--lg .service-card__body { padding: 28px; }
.service-card--lg h3 { font-size: 22px; }
.service-card--lg p { font-size: 15px; line-height: 1.65; }

/* ============================================================ VIP */
.section--vip {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(212,175,55,0.08) 0%, transparent 60%),
    linear-gradient(180deg, var(--bg-1) 0%, #0c0a06 100%);
  position: relative;
}
.section--vip::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.4;
}
.vip-header { text-align: center; margin-bottom: 60px; }
.vip-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: var(--gold);
  padding: 6px 16px;
  border: 1px solid rgba(212,175,55,0.35);
  border-radius: 999px;
  margin-bottom: 18px;
}
.section--vip .section__title {
  background: linear-gradient(180deg, var(--gold) 0%, #8a6a1f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 60px;
}
.vip-card {
  background: linear-gradient(180deg, rgba(212,175,55,0.06) 0%, rgba(0,0,0,0) 100%);
  border: 1px solid rgba(212,175,55,0.18);
  border-radius: var(--radius);
  padding: 28px 22px;
  text-align: center;
  transition: border-color .25s, transform .35s var(--ease);
}
.vip-card:hover { transform: translateY(-3px); border-color: rgba(212,175,55,0.4); }
.vip-card__icon {
  width: 48px; height: 48px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(212,175,55,0.2), rgba(212,175,55,0.06));
  border: 1px solid rgba(212,175,55,0.4);
  color: var(--gold);
  display: grid;
  place-items: center;
  font-size: 20px;
}
.vip-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; color: #f4e5b5; }
.vip-card p { color: var(--text-dim); font-size: 14px; }

.vip-process-title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 36px;
  color: #f4e5b5;
}
.vip-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 60px;
  position: relative;
}
.vip-process::after {
  content: "";
  position: absolute;
  top: 28px;
  left: 12%; right: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212,175,55,0.3), transparent);
  z-index: 0;
}
.vip-step {
  text-align: center;
  position: relative;
  z-index: 1;
}
.vip-step__num {
  width: 56px; height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--gold), var(--gold-3));
  color: #1a1408;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 20px;
  box-shadow: 0 10px 30px rgba(212,175,55,0.3);
}
.vip-step h4 { font-size: 16px; font-weight: 700; margin-bottom: 6px; color: #f4e5b5; }
.vip-step p { color: var(--text-dim); font-size: 13px; }

.vip-cta {
  background: linear-gradient(135deg, rgba(212,175,55,0.08), rgba(0,0,0,0));
  border: 1px solid rgba(212,175,55,0.25);
  border-radius: var(--radius-lg);
  padding: 44px;
  text-align: center;
}
.vip-cta h3 { font-size: 24px; font-weight: 700; margin-bottom: 22px; color: #f4e5b5; }
.vip-cta__buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 16px; }
.vip-cta__note { color: var(--text-dim); font-size: 13px; }

/* ============================================================ GALERIA */
.section--gallery { background: var(--bg-1); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 200px;
  gap: 14px;
}
.gallery-item {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  cursor: pointer;
}
/* Video as portrait centerpiece: 3 cols × 3 rows; photos arrange around it */
.gallery-item:nth-child(1) { grid-column: 6 / span 3; grid-row: 1 / span 3; }
.gallery-item:nth-child(2) { grid-column: 1 / span 5; grid-row: 1 / span 2; }
.gallery-item:nth-child(3) { grid-column: 9 / span 4; grid-row: 1 / span 2; }
.gallery-item:nth-child(4) { grid-column: 1 / span 5; grid-row: 3; }
.gallery-item:nth-child(5) { grid-column: 9 / span 4; grid-row: 3; }
.gallery-item img,
.gallery-item video {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .8s var(--ease), filter .4s;
  display: block;
}
.gallery-item:hover img,
.gallery-item:hover video { transform: scale(1.06); filter: brightness(1.1); }

.gallery-item--video { background: #000; }
.gallery-item--video::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 90% at 50% 100%, rgba(0,0,0,0.45) 0%, transparent 55%);
  z-index: 1;
  pointer-events: none;
}
.gallery-item__badge {
  position: absolute;
  top: 14px; left: 14px;
  z-index: 2;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  padding: 6px 10px 6px 22px;
  border-radius: 999px;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.18);
}
.gallery-item__badge::before {
  content: "";
  position: absolute;
  left: 9px; top: 50%;
  width: 7px; height: 7px;
  margin-top: -3.5px;
  border-radius: 50%;
  background: var(--red-3);
  box-shadow: 0 0 0 0 rgba(239,68,68,0.7);
  animation: gallery-badge-pulse 1.8s var(--ease) infinite;
}
@keyframes gallery-badge-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(239,68,68,0.55); }
  70%  { box-shadow: 0 0 0 7px rgba(239,68,68,0); }
  100% { box-shadow: 0 0 0 0 rgba(239,68,68,0); }
}
@media (prefers-reduced-motion: reduce) {
  .gallery-item__badge::before { animation: none; }
}
.gallery-item--video figcaption { z-index: 2; }
.gallery-item figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 18px 18px 16px;
  background: linear-gradient(0deg, rgba(0,0,0,0.85) 0%, transparent 100%);
  font-weight: 600;
  font-size: 14px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .3s, transform .3s;
}
.gallery-item:hover figcaption { opacity: 1; transform: translateY(0); }

/* ============================================================ OPINIE */
.section--reviews { background: var(--bg-2); }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.review {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  transition: transform .35s var(--ease), border-color .25s;
}
.review:hover { transform: translateY(-3px); border-color: rgba(220,38,38,0.3); }
.review__stars { color: #fbbf24; font-size: 16px; letter-spacing: 2px; margin-bottom: 14px; }
.review__head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.review__avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--red-2), var(--red-dark));
  display: grid; place-items: center;
  font-weight: 700;
  font-size: 13px;
}
.review h4 { font-size: 16px; font-weight: 700; }
.review p { color: var(--text-mute); font-size: 14px; line-height: 1.7; }

/* ============================================================ BLOG */
.section--blog { background: var(--bg-1); }
.blog-scroller {
  position: relative;
  margin: 0 -28px 50px;
}
.blog-scroller::before,
.blog-scroller::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  pointer-events: none;
  z-index: 3;
  transition: opacity .25s;
}
.blog-scroller::before {
  left: 0;
  background: linear-gradient(90deg, var(--bg-1) 0%, rgba(10,15,20,0) 100%);
}
.blog-scroller::after {
  right: 0;
  background: linear-gradient(270deg, var(--bg-1) 0%, rgba(10,15,20,0) 100%);
}
.blog-scroller.is-at-start::before { opacity: 0; }
.blog-scroller.is-at-end::after { opacity: 0; }

.blog-scroller__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(15,21,32,0.85);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border-strong);
  color: var(--text);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background .2s, border-color .2s, transform .2s, opacity .25s, box-shadow .2s;
  box-shadow: 0 8px 28px rgba(0,0,0,0.5);
}
.blog-scroller__nav svg { width: 22px; height: 22px; }
.blog-scroller__nav:hover {
  background: var(--red-2);
  border-color: var(--red-2);
  box-shadow: 0 10px 32px var(--red-glow);
  transform: translateY(-50%) scale(1.06);
}
.blog-scroller__nav:active { transform: translateY(-50%) scale(0.97); }
.blog-scroller__nav--prev { left: 6px; }
.blog-scroller__nav--next { right: 6px; }
.blog-scroller__nav.is-disabled {
  opacity: 0;
  pointer-events: none;
}

.blog-grid {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 28px;
  padding: 6px 28px 18px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,0.15) transparent;
  -webkit-overflow-scrolling: touch;
}
.blog-grid::-webkit-scrollbar { height: 8px; }
.blog-grid::-webkit-scrollbar-track { background: transparent; }
.blog-grid::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.12);
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: padding-box;
}
.blog-grid::-webkit-scrollbar-thumb:hover { background: rgba(255,255,255,0.22); background-clip: padding-box; }
.blog-grid > .blog-card {
  flex: 0 0 340px;
  scroll-snap-align: start;
}
.blog-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .35s var(--ease), border-color .25s, box-shadow .25s;
}
.blog-card:hover { transform: translateY(-4px); border-color: rgba(220,38,38,0.35); box-shadow: 0 20px 40px rgba(0,0,0,0.5); }
.blog-card__img {
  aspect-ratio: 16/10;
  background-size: cover;
  background-position: center;
  transition: transform .8s var(--ease);
}
.blog-card:hover .blog-card__img { transform: scale(1.04); }
.blog-card__body { padding: 22px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.blog-card__meta { display: flex; align-items: center; gap: 12px; font-size: 12px; color: var(--text-dim); }
.tag {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 10px;
  border-radius: 999px;
}
.tag--red { background: rgba(220,38,38,0.15); color: var(--red-3); }
.tag--gray { background: rgba(255,255,255,0.08); color: var(--text-mute); }
.blog-card h3 { font-size: 17px; font-weight: 700; line-height: 1.35; }
.blog-card p { color: var(--text-dim); font-size: 14px; flex: 1; }
.link-arrow { color: var(--red-3); font-weight: 600; font-size: 14px; transition: color .2s, transform .2s; align-self: flex-start; }
.link-arrow:hover { color: #fff; transform: translateX(4px); display: inline-block; }
.blog-cta {
  text-align: center;
  padding: 36px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}
.blog-cta p { font-size: 18px; font-weight: 600; margin-bottom: 20px; }

/* ============================================================ FAQ */
.section--faq { background: var(--bg-2); }
.faq { display: flex; flex-direction: column; gap: 12px; }
.faq__item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color .25s;
}
.faq__item[open] { border-color: rgba(220,38,38,0.35); }
.faq__item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  font-weight: 600;
  font-size: 16px;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary i {
  display: block;
  width: 18px; height: 18px;
  position: relative;
  flex-shrink: 0;
}
.faq__item summary i::before, .faq__item summary i::after {
  content: "";
  position: absolute;
  top: 50%; left: 0;
  width: 100%; height: 2px;
  background: var(--red-3);
  border-radius: 2px;
  transition: transform .25s var(--ease);
}
.faq__item summary i::after { transform: rotate(90deg); }
.faq__item[open] summary i::after { transform: rotate(0); }
.faq__item p {
  padding: 0 24px 22px;
  color: var(--text-mute);
  font-size: 15px;
  line-height: 1.65;
}

/* ============================================================ KONTAKT */
.section--contact { background: var(--bg-1); }
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 28px;
}
.contact-info, .contact-cta {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px;
}
.contact-info h3, .contact-cta h3 { font-size: 22px; margin-bottom: 24px; }
.contact-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  color: var(--text-mute);
  font-size: 14px;
  transition: color .2s;
}
.contact-row:last-of-type { border-bottom: none; }
.contact-row:hover { color: #fff; }
.contact-row--static { cursor: default; }
.contact-row__icon { font-size: 18px; }
.contact-row strong { color: #fff; font-weight: 700; font-size: 14px; }

.contact-map {
  margin-top: 18px;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9;
  border: 1px solid var(--border);
}
.contact-map iframe { width: 100%; height: 100%; border: 0; }
.contact-map__cta {
  position: absolute;
  left: 12px; bottom: 12px;
  background: rgba(10,15,20,0.9);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--border-strong);
}

.contact-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.contact-cta__icon {
  width: 72px; height: 72px;
  margin: 8px 0 18px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--red-2), var(--red-dark));
  display: grid; place-items: center;
  font-size: 32px;
  box-shadow: 0 12px 32px var(--red-glow);
}
.contact-cta p { color: var(--text-mute); font-size: 15px; max-width: 320px; margin: 0 auto 20px; }
.contact-cta .btn { margin-bottom: 18px; }
.contact-cta__or { font-size: 13px; color: var(--text-dim); }
.contact-cta__or a { color: var(--red-3); }

/* ============================================================ FOOTER */
.footer {
  background: #050709;
  padding: 70px 0 30px;
  border-top: 1px solid var(--border);
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.footer__col h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}
.footer__col p { color: var(--text-dim); font-size: 14px; line-height: 1.7; max-width: 320px; }
.footer__col ul li { margin-bottom: 10px; }
.footer__col ul li a, .footer__col ul li { color: var(--text-dim); font-size: 14px; }
.footer__col ul li a:hover { color: var(--red-3); }
.footer__contact li { line-height: 1.5; }
.footer__social { display: flex; gap: 10px; }
.footer__social a {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid var(--border);
  display: grid; place-items: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--text-mute);
  transition: background .2s, color .2s, border-color .2s, transform .25s;
}
.footer__social a:hover { background: var(--red-2); color: #fff; border-color: var(--red-2); transform: translateY(-2px); }
.footer__bottom {
  text-align: center;
  color: var(--text-dim);
  font-size: 13px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}

/* ============================================================ Reveal */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ============================================================ Responsive */
@media (max-width: 1080px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid, .service-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .vip-grid, .vip-process { grid-template-columns: repeat(2, 1fr); }
  .vip-process::after { display: none; }
  .stats-card { grid-template-columns: 1fr; gap: 28px; padding: 32px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: repeat(6, 1fr); }
  /* Reset spans for the breakpoint */
  .gallery-item:nth-child(n) { grid-column: auto; grid-row: auto; }
  /* Portrait video on the right, 3 photos stacked left, 1 banner below */
  .gallery-item:nth-child(1) { grid-column: 4 / span 3; grid-row: 1 / span 3; }
  .gallery-item:nth-child(2) { grid-column: 1 / span 3; grid-row: 1; }
  .gallery-item:nth-child(3) { grid-column: 1 / span 3; grid-row: 2; }
  .gallery-item:nth-child(4) { grid-column: 1 / span 3; grid-row: 3; }
  .gallery-item:nth-child(5) { grid-column: 1 / span 6; grid-row: 4; }
}
@media (max-width: 640px) {
  .section { padding: 70px 0; }
  .features-grid, .service-grid, .service-grid--4, .service-grid--2,
  .reviews-grid, .blog-grid, .vip-grid, .vip-process,
  .contact-grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .gallery-item:nth-child(n) { grid-column: 1; grid-row: auto; }
  /* Video keeps phone-shape — span 3 rows ≈ 660px tall, matches 9:16 at ~380px wide */
  .gallery-item:nth-child(1) { grid-row: span 3; }
  .hero__title { font-size: 56px; }
  .stats-card, .vip-cta, .contact-info, .contact-cta { padding: 28px 22px; }
  .btn--lg { padding: 13px 22px; font-size: 14px; }
  .blog-scroller__nav { display: none; }
  .blog-grid > .blog-card { flex: 0 0 82vw; }
}

/* ============================================================
   Antykradzieżowe subpage — neon-blue accent system
   ============================================================ */
.page--neon { background: var(--bg-0); }

/* Sub-page hero — compact, neon glow */
.subhero {
  position: relative;
  padding: 160px 0 90px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(0,217,255,0.10) 0%, rgba(0,217,255,0) 55%),
    linear-gradient(180deg, var(--bg-1) 0%, var(--bg-0) 100%);
  border-bottom: 1px solid var(--border);
}
.subhero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.subhero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,217,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,217,255,0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at 50% 40%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 40%, #000 30%, transparent 75%);
}
.subhero__glow {
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 720px;
  height: 720px;
  background: radial-gradient(circle, rgba(0,217,255,0.25) 0%, rgba(0,217,255,0) 65%);
  filter: blur(40px);
}
.subhero__content {
  position: relative;
  text-align: center;
  max-width: 880px;
}
.subhero__chip {
  display: inline-block;
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cyan);
  background: rgba(0,217,255,0.08);
  border: 1px solid rgba(0,217,255,0.35);
  box-shadow: 0 0 22px rgba(0,217,255,0.18), inset 0 0 12px rgba(0,217,255,0.08);
  margin-bottom: 22px;
}
.subhero__title {
  font-size: clamp(40px, 6.4vw, 88px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.02;
  background: linear-gradient(180deg, #ffffff 0%, #cfecf6 55%, #79c8df 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 30px 80px rgba(0,217,255,0.18);
  margin-bottom: 22px;
}
.subhero__lead {
  font-size: clamp(15px, 1.4vw, 19px);
  color: var(--text-mute);
  max-width: 720px;
  margin: 0 auto 36px;
  line-height: 1.6;
}
.subhero__ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

/* Section backgrounds for the subpage */
.section--what { background: var(--bg-1); }
.section--process { background: var(--bg-0); }
.section--for-who { background: var(--bg-1); }
.section--cta-neon { background: var(--bg-0); padding-bottom: 110px; }

/* "Co montujemy" — 4-card neon grid */
.neon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.neon-card {
  background:
    linear-gradient(180deg, rgba(0,217,255,0.04) 0%, rgba(0,217,255,0) 60%),
    var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 24px;
  text-align: center;
  transition: transform .35s var(--ease), border-color .25s, box-shadow .25s;
}
.neon-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0,217,255,0.45);
  box-shadow: 0 18px 44px rgba(0,0,0,0.5), 0 0 28px rgba(0,217,255,0.18);
}
.neon-card__icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(0,217,255,0.18), rgba(0,217,255,0.04));
  display: grid;
  place-items: center;
  color: var(--cyan);
  border: 1px solid rgba(0,217,255,0.35);
  box-shadow: 0 0 18px rgba(0,217,255,0.2), inset 0 0 10px rgba(0,217,255,0.12);
}
.neon-card__icon svg { width: 28px; height: 28px; }
.neon-card h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
}
.neon-card p {
  color: var(--text-dim);
  font-size: 14px;
  line-height: 1.55;
}

/* "Jak to wygląda u nas" — numbered steps */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  counter-reset: step;
}
.step-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 24px 28px;
  transition: transform .35s var(--ease), border-color .25s, box-shadow .25s;
}
.step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0,217,255,0.4);
  box-shadow: 0 18px 44px rgba(0,0,0,0.5);
}
.step-card__num {
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--cyan);
  text-shadow: 0 0 18px rgba(0,217,255,0.5);
  margin-bottom: 14px;
}
.step-card h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
}
.step-card p {
  color: var(--text-dim);
  font-size: 14px;
  line-height: 1.55;
}

/* "Dla kogo" — audience cards */
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.audience-card {
  background:
    linear-gradient(135deg, rgba(0,217,255,0.05) 0%, rgba(0,217,255,0) 50%),
    var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
  display: flex;
  align-items: center;
  gap: 18px;
  transition: transform .35s var(--ease), border-color .25s, box-shadow .25s;
}
.audience-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0,217,255,0.4);
  box-shadow: 0 18px 44px rgba(0,0,0,0.5), 0 0 24px rgba(0,217,255,0.15);
}
.audience-card__icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(0,217,255,0.18), rgba(0,217,255,0.04));
  display: grid;
  place-items: center;
  color: var(--cyan);
  border: 1px solid rgba(0,217,255,0.3);
}
.audience-card__icon svg { width: 26px; height: 26px; }
.audience-card h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

/* Bottom neon CTA */
.cta-neon {
  position: relative;
  text-align: center;
  padding: 60px 40px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(0,217,255,0.14) 0%, rgba(0,217,255,0) 60%),
    linear-gradient(180deg, var(--surface) 0%, var(--bg-2) 100%);
  border: 1px solid rgba(0,217,255,0.3);
  box-shadow: 0 30px 80px rgba(0,0,0,0.5), 0 0 60px rgba(0,217,255,0.12);
  overflow: hidden;
}
.cta-neon::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,217,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,217,255,0.04) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(ellipse at 50% 50%, #000 20%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 50%, #000 20%, transparent 70%);
  pointer-events: none;
}
.cta-neon > * { position: relative; }
.cta-neon h2 {
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #cfecf6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cta-neon p {
  color: var(--text-mute);
  font-size: 16px;
  margin-bottom: 28px;
}
.cta-neon__buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 22px;
}
.cta-neon__note {
  font-size: 13px;
  color: var(--text-dim);
  font-style: italic;
  margin-top: 8px;
}

/* Active nav state */
.nav__links a[aria-current="page"] {
  color: #8BEEFF;
  text-shadow: 0 0 18px rgba(0,217,255,0.85), 0 0 6px rgba(0,217,255,0.6);
}

/* Responsive for the subpage */
@media (max-width: 1024px) {
  .neon-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .subhero { padding: 130px 0 70px; }
  .neon-grid { grid-template-columns: 1fr; gap: 14px; }
  .steps-grid { grid-template-columns: 1fr; gap: 14px; }
  .neon-card, .step-card, .audience-card { padding: 24px 20px; }
  .cta-neon { padding: 44px 22px; }
}

/* ============================================================
   Liquid Glass — site-wide panel surface system
   No color tint. Backdrop blur + saturation, hairline white border,
   top inner sheen, depth shadow. Inspired by iOS 26 / macOS Tahoe glass.
   ============================================================ */
:root {
  --glass-blur: blur(28px) saturate(180%);
  --glass-blur-strong: blur(36px) saturate(190%);

  --glass-bg: rgba(255, 255, 255, 0.045);
  --glass-bg-hover: rgba(255, 255, 255, 0.075);

  --glass-border-color: rgba(255, 255, 255, 0.13);
  --glass-border-color-hover: rgba(255, 255, 255, 0.22);

  --glass-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.10),
    0 14px 40px rgba(0, 0, 0, 0.55),
    0 2px 8px rgba(0, 0, 0, 0.35);
  --glass-shadow-hover:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 22px 56px rgba(0, 0, 0, 0.65),
    0 4px 12px rgba(0, 0, 0, 0.45);
}

.feature-card,
.service-card,
.stats-card,
.team-member,
.vip-card,
.vip-step,
.vip-cta,
.review,
.blog-card,
.blog-cta,
.faq__item,
.contact-info,
.contact-cta,
.contact-form,
.contact-row,
.contact-map,
.blog-scroller__nav,
.neon-card,
.step-card,
.audience-card,
.cta-neon {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border-color);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  box-shadow: var(--glass-shadow);
}

/* Stronger blur on the larger heavy panels */
.stats-card,
.vip-cta,
.cta-neon,
.contact-cta,
.contact-form,
.blog-cta,
.contact-info {
  backdrop-filter: var(--glass-blur-strong);
  -webkit-backdrop-filter: var(--glass-blur-strong);
}

/* Hover — glass intensifies, no color */
.feature-card:hover,
.service-card:hover,
.vip-card:hover,
.vip-step:hover,
.review:hover,
.blog-card:hover,
.faq__item:hover,
.neon-card:hover,
.step-card:hover,
.audience-card:hover {
  background: var(--glass-bg-hover);
  border-color: var(--glass-border-color-hover);
  box-shadow: var(--glass-shadow-hover);
}

/* Chevron buttons — circular glass, same family */
.blog-scroller__nav {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border-color);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  box-shadow: var(--glass-shadow);
}
.blog-scroller__nav:hover {
  background: var(--glass-bg-hover);
  border-color: var(--glass-border-color-hover);
  box-shadow: var(--glass-shadow-hover);
  transform: translateY(-50%) scale(1.06);
}

/* FAQ open state — no red, just brighter glass */
.faq__item[open] {
  background: var(--glass-bg-hover);
  border-color: var(--glass-border-color-hover);
  box-shadow: var(--glass-shadow-hover);
}

/* Nav bar — same glass family for visual coherence */
.nav {
  background: rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.nav.is-scrolled {
  background: rgba(255, 255, 255, 0.06);
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* Footer social pills — match the system */
.footer__social a {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
}
.footer__social a:hover {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.20);
}

/* ============================================================
   Service catalog — icon-led card variant + bullet sub-lists
   ============================================================ */
.service-group__chip--tuning {
  background: rgba(255,122,26,0.12);
  color: var(--tuning-2);
  border: 1px solid rgba(255,122,26,0.4);
  text-shadow: 0 0 14px rgba(255,122,26,0.4);
}

.service-card--catalog {
  display: flex;
  flex-direction: column;
}
.service-card--catalog .service-card__body {
  padding: 0 26px 26px;
  gap: 10px;
}
.service-card__icon {
  width: 56px;
  height: 56px;
  margin: 26px 26px 4px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(220,38,38,0.20), rgba(220,38,38,0.04));
  display: grid;
  place-items: center;
  color: var(--red-3);
  border: 1px solid rgba(220,38,38,0.30);
  box-shadow: 0 0 18px rgba(220,38,38,0.18), inset 0 0 12px rgba(220,38,38,0.10);
  flex-shrink: 0;
}
.service-card__icon svg { width: 26px; height: 26px; }

.service-card__icon--neon {
  background: linear-gradient(180deg, rgba(0,217,255,0.20), rgba(0,217,255,0.04));
  color: var(--cyan);
  border-color: rgba(0,217,255,0.35);
  box-shadow: 0 0 20px rgba(0,217,255,0.22), inset 0 0 12px rgba(0,217,255,0.12);
}
.service-card__icon--tuning {
  background: linear-gradient(180deg, rgba(255,148,71,0.22), rgba(255,122,26,0.04));
  color: var(--tuning-2);
  border-color: rgba(255,122,26,0.40);
  box-shadow: 0 0 22px rgba(255,122,26,0.25), inset 0 0 12px rgba(255,148,71,0.12);
}

.service-card__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 4px 0 6px;
  font-size: 13.5px;
  color: var(--text-mute);
  line-height: 1.5;
}
.service-card__list li {
  position: relative;
  padding-left: 18px;
}
.service-card__list li::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red-3);
  box-shadow: 0 0 6px var(--red-glow);
}
.service-card__list--neon li::before {
  background: var(--cyan);
  box-shadow: 0 0 8px rgba(0,217,255,0.6);
}
.service-card__list--tuning li::before {
  background: var(--tuning-2);
  box-shadow: 0 0 8px var(--tuning-glow);
}

.service-card--neon:hover {
  border-color: rgba(0,217,255,0.30);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.16),
    0 22px 56px rgba(0,0,0,0.65),
    0 0 28px rgba(0,217,255,0.20);
}
.service-group--tuning .service-card:hover {
  border-color: rgba(255,122,26,0.30);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.16),
    0 22px 56px rgba(0,0,0,0.65),
    0 0 28px rgba(255,122,26,0.22);
}

/* Push tagline up tight on catalog cards, less paragraph weight */
.service-card--catalog .service-card__body p { font-size: 14px; margin-bottom: 2px; }

/* ============================================================
   Contact form — glass surface with crisp inputs
   ============================================================ */
.contact-form {
  padding: 36px;
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-form h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.contact-form__lead {
  color: var(--text-dim);
  font-size: 14px;
  margin-bottom: 4px;
}
.form-row {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.form-row--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.form-row--split > div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.form-row label {
  font-size: 12.5px;
  color: var(--text-mute);
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.form-row__req {
  color: var(--red-3);
  margin-left: 2px;
}
.form-row input,
.form-row textarea {
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 12px;
  padding: 13px 15px;
  font: inherit;
  color: var(--text);
  font-size: 14.5px;
  line-height: 1.45;
  transition: border-color .2s, background .2s, box-shadow .2s;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.form-row input::placeholder,
.form-row textarea::placeholder {
  color: rgba(255,255,255,0.32);
}
.form-row input:hover,
.form-row textarea:hover {
  border-color: rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.05);
}
.form-row input:focus,
.form-row textarea:focus {
  border-color: rgba(220,38,38,0.55);
  background: rgba(255,255,255,0.06);
  box-shadow: 0 0 0 3px rgba(220,38,38,0.18);
}
.form-row input.is-invalid,
.form-row textarea.is-invalid {
  border-color: rgba(239,68,68,0.7);
  background: rgba(239,68,68,0.05);
}
.form-row textarea {
  resize: vertical;
  min-height: 110px;
}
.contact-form__submit {
  margin-top: 6px;
  align-self: flex-start;
}
.contact-form.is-busy .contact-form__submit { opacity: 0.6; pointer-events: none; }
.contact-form__status {
  font-size: 14px;
  min-height: 20px;
  font-weight: 500;
}
.contact-form__status.is-success { color: #4ade80; }
.contact-form__status.is-error { color: #ef4444; }
.contact-form__note {
  font-size: 12px;
  color: var(--text-dim);
  line-height: 1.55;
  margin-top: 2px;
}
@media (max-width: 640px) {
  .form-row--split { grid-template-columns: 1fr; }
  .contact-form { padding: 26px 22px; }
  .contact-form__submit { align-self: stretch; }
}

/* ============================================================
   POST MODAL — expandable blog article (liquid-glass overlay)
   ============================================================ */
.blog-card {
  cursor: pointer;
  outline: none;
}
.blog-card:focus-visible {
  box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.55), 0 0 0 4px rgba(220, 38, 38, 0.18);
  border-radius: 16px;
}
.blog-card .link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ff4d4d;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  transition: gap 200ms ease, color 200ms ease;
  user-select: none;
}
.blog-card:hover .link-arrow {
  gap: 10px;
  color: #ff7a7a;
}

.post-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: none;
  align-items: stretch;
  justify-content: center;
  opacity: 0;
  transition: opacity 260ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
.post-modal.is-open {
  display: flex;
  opacity: 1;
}
.post-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(220, 38, 38, 0.10) 0%, transparent 55%),
    rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
}
.post-modal__panel {
  position: relative;
  margin: auto;
  width: min(940px, calc(100vw - 32px));
  max-height: calc(100vh - 48px);
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(20, 20, 22, 0.92) 0%, rgba(8, 8, 10, 0.94) 100%);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 22px;
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 30px 80px -20px rgba(0, 0, 0, 0.85),
    0 8px 24px -8px rgba(0, 0, 0, 0.6);
  transform: translateY(24px) scale(0.97);
  opacity: 0;
  transition: transform 320ms cubic-bezier(0.2, 0.7, 0.2, 1), opacity 220ms ease 40ms;
}
.post-modal.is-open .post-modal__panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.post-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 5;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.post-modal__close:hover {
  background: rgba(220, 38, 38, 0.65);
  border-color: rgba(255, 100, 100, 0.55);
  transform: rotate(90deg);
}
.post-modal__close svg { width: 18px; height: 18px; }

.post-modal__hero {
  position: relative;
  height: clamp(220px, 36vh, 320px);
  flex-shrink: 0;
  overflow: hidden;
}
.post-modal__hero-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  filter: saturate(0.95) brightness(0.85);
}
.post-modal__hero-grad {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.55) 60%, rgba(8, 8, 10, 0.98) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 50%);
}
.post-modal__hero-content {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 28px 36px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.post-modal__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.02em;
}
.post-modal__meta .tag {
  background: rgba(220, 38, 38, 0.16);
  color: #ff8888;
  border: 1px solid rgba(220, 38, 38, 0.32);
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.post-modal__dot {
  width: 3px; height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}
.post-modal__hero-content h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.5rem, 2.6vw, 2.05rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.015em;
  max-width: 720px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
}

.post-modal__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}
.post-modal__scroll::-webkit-scrollbar { width: 10px; }
.post-modal__scroll::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: padding-box;
}
.post-modal__scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.28);
  background-clip: padding-box;
  border: 2px solid transparent;
}

.post-modal__body {
  padding: 36px 36px 12px;
  color: rgba(235, 235, 240, 0.86);
  font-size: 1.02rem;
  line-height: 1.72;
  letter-spacing: 0.005em;
}
.post-modal__body > * + * { margin-top: 1em; }
.post-modal__body p { margin: 0; }
.post-modal__body p.lede {
  font-size: 1.12rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 400;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  margin-bottom: 28px;
}
.post-modal__body h3 {
  margin: 36px 0 14px;
  color: #fff;
  font-size: 1.32rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.3;
  position: relative;
  padding-left: 16px;
}
.post-modal__body h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 4px;
  height: 0.95em;
  background: linear-gradient(180deg, #dc2626, #991b1b);
  border-radius: 2px;
}
.post-modal__body h4 {
  margin: 28px 0 10px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 0.82rem;
  color: #ff6a6a;
}
.post-modal__body ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.post-modal__body ul li {
  position: relative;
  padding-left: 26px;
  color: rgba(235, 235, 240, 0.88);
}
.post-modal__body ul li::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 0.62em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.18);
}
.post-modal__body strong { color: #fff; font-weight: 600; }
.post-modal__body .pricing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 18px 0 6px;
}
.post-modal__body .pricing__cell {
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
}
.post-modal__body .pricing__label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ff6a6a;
  margin-bottom: 4px;
}
.post-modal__body .pricing__value {
  font-size: 1.18rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
}
.post-modal__body .outro {
  margin-top: 32px;
  padding: 22px 24px;
  background: linear-gradient(180deg, rgba(220, 38, 38, 0.08) 0%, rgba(220, 38, 38, 0.02) 100%);
  border: 1px solid rgba(220, 38, 38, 0.18);
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
}

.post-modal__cta {
  margin: 28px 36px 36px;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 18px;
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
}
.post-modal__cta-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.post-modal__cta-text strong {
  color: #fff;
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: -0.005em;
}
.post-modal__cta-text span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.88rem;
}
.post-modal__cta-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.post-modal__cta-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  font-size: 0.94rem;
}
.post-modal__cta-actions .btn svg { width: 16px; height: 16px; }
.post-modal__cta-actions .btn--ghost {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  transition: background 180ms ease, border-color 180ms ease;
}
.post-modal__cta-actions .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.32);
}

body.is-modal-open {
  overflow: hidden;
}

@media (max-width: 720px) {
  .post-modal__panel {
    width: 100vw;
    max-height: 100vh;
    border-radius: 0;
    margin: 0;
  }
  .post-modal__hero { height: 240px; }
  .post-modal__hero-content { padding: 22px 22px 18px; }
  .post-modal__body { padding: 26px 22px 4px; font-size: 1rem; }
  .post-modal__body .pricing { grid-template-columns: 1fr; }
  .post-modal__cta {
    margin: 22px 18px 24px;
    padding: 18px 18px;
    flex-direction: column;
    align-items: stretch;
  }
  .post-modal__cta-actions { justify-content: stretch; }
  .post-modal__cta-actions .btn { flex: 1; justify-content: center; }
  .post-modal__close { top: 12px; right: 12px; width: 40px; height: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  .post-modal, .post-modal__panel, .post-modal__close { transition: none !important; }
  .post-modal__panel { transform: none !important; }
}

/* ============================================================
   Contact info — refined glass cards + primary call action
   ============================================================ */

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-info__eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--red-3);
  margin-bottom: -8px;
}

.contact-info h3 {
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 6px;
  font-weight: 700;
}

/* Primary: phone-call card */
.contact-primary {
  position: relative;
  display: block;
  padding: 24px 26px;
  border-radius: 16px;
  text-decoration: none;
  color: #fff;
  background:
    radial-gradient(120% 140% at 0% 0%, rgba(239,68,68,0.22) 0%, rgba(239,68,68,0) 55%),
    linear-gradient(180deg, rgba(220,38,38,0.16), rgba(153,27,27,0.10));
  border: 1px solid rgba(239,68,68,0.32);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 14px 40px rgba(220,38,38,0.18);
  transition: transform .25s var(--ease), box-shadow .25s, border-color .25s, background .25s;
  overflow: hidden;
}
.contact-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.06) 50%, transparent 70%);
  opacity: 0;
  transition: opacity .35s var(--ease);
  pointer-events: none;
}
.contact-primary:hover {
  transform: translateY(-2px);
  border-color: rgba(239,68,68,0.55);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.12),
    0 20px 50px rgba(220,38,38,0.32);
}
.contact-primary:hover::after { opacity: 1; }

.contact-primary__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.contact-primary__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}
.contact-primary__number {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #fff;
  line-height: 1.1;
}
.contact-primary__hint {
  font-size: 12px;
  color: var(--text-mute);
  margin-top: 4px;
}

/* Secondary list */
.contact-list {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-item {
  display: block;
  padding: 16px 18px;
  border-radius: 14px;
  text-decoration: none;
  color: var(--text-mute);
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.06);
  transition: background .25s, border-color .25s, color .25s, transform .25s var(--ease);
}
.contact-item:hover {
  color: #fff;
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.14);
  transform: translateX(2px);
}
.contact-item--static { cursor: default; }
.contact-item--static:hover {
  color: var(--text-mute);
  background: rgba(255,255,255,0.025);
  border-color: rgba(255,255,255,0.06);
  transform: none;
}

.contact-item__body {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.contact-item__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--text-dim);
}
.contact-item__value {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.005em;
  word-break: break-word;
}

.contact-hours {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 4px;
}
.contact-hours > span {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
}
.contact-hours b {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--text-dim);
}
.contact-hours em {
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.01em;
}

/* Map CTA refresh */
.contact-map { margin-top: 8px; }
.contact-map__cta {
  display: inline-flex;
  align-items: center;
  background: rgba(0,0,0,0.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  transition: background .25s, border-color .25s, transform .25s var(--ease);
}
.contact-map__cta:hover {
  background: rgba(220,38,38,0.92);
  border-color: rgba(255,255,255,0.28);
  transform: translateY(-1px);
}

/* Footer contact — plain text links */
.footer__contact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__contact li { margin: 0; line-height: 1.55; }
.footer__contact a,
.footer__contact-hours {
  color: var(--text-dim);
  font-size: 14px;
  transition: color .25s;
}
.footer__contact a:hover { color: #fff; }
.footer__contact-hours { cursor: default; }

@media (max-width: 640px) {
  .contact-primary { padding: 20px; }
  .contact-primary__number { font-size: 24px; }
  .contact-item { padding: 14px 16px; }
  .contact-hours { grid-template-columns: 1fr; gap: 6px; }
  .contact-info h3 { font-size: 22px; }
}

/* ============================================================
   VIP MODAL — gold-accent contact form popup
   ============================================================ */
.vip-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 16px;
  overflow-y: auto;
}
.vip-modal.is-open {
  display: flex;
  animation: vipFade .25s ease;
}
.vip-modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(8, 8, 10, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.vip-modal__panel {
  position: relative;
  width: min(620px, 100%);
  background: linear-gradient(180deg, rgba(28,24,18,0.95) 0%, rgba(18,16,14,0.98) 100%);
  border: 1px solid rgba(212,175,55,0.22);
  border-radius: 18px;
  padding: 36px 32px 28px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.55), 0 0 0 1px rgba(212,175,55,0.08) inset;
  transform: translateY(12px);
  opacity: 0;
  animation: vipRise .35s cubic-bezier(.2,.8,.2,1) forwards;
  margin: auto;
}
@keyframes vipFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes vipRise { to { transform: translateY(0); opacity: 1; } }

.vip-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  color: var(--text-dim);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .2s, color .2s, transform .2s;
}
.vip-modal__close:hover {
  background: rgba(212,175,55,0.18);
  color: var(--gold);
  transform: rotate(90deg);
}
.vip-modal__close svg { width: 16px; height: 16px; }

.vip-modal__head {
  margin-bottom: 22px;
}
.vip-modal__eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 4px 10px;
  border: 1px solid rgba(212,175,55,0.35);
  border-radius: 999px;
  margin-bottom: 12px;
}
.vip-modal__head h3 {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 10px;
  color: #fff;
}
.vip-modal__lead {
  color: var(--text-dim);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.vip-form .form-row + .form-row { margin-top: 14px; }
.vip-form__submit {
  width: 100%;
  margin-top: 18px;
  justify-content: center;
}
.vip-form__status {
  margin-top: 12px;
  font-size: 14px;
  min-height: 20px;
}
.vip-form__status.is-success { color: #4ade80; }
.vip-form__status.is-error { color: #ff6a6a; }
.vip-form__note {
  margin-top: 10px;
  font-size: 12px;
  color: var(--text-dim);
  line-height: 1.55;
}

body.is-vip-open { overflow: hidden; }

@media (max-width: 560px) {
  .vip-modal { padding: 20px 12px; }
  .vip-modal__panel { padding: 28px 20px 22px; }
  .vip-modal__head h3 { font-size: 22px; }
}
