/* ============================================================
   Velocity Detailing — Premium Ceramic Coating Design System
   Dark glossy world · chrome + electric-blue · mirror shine
   ============================================================ */

:root {
  /* Palette — near-black depth + chrome + electric blue */
  --black-950: #05070b;
  --black-900: #0a0d14;
  --black-850: #0e131d;
  --black-800: #131a26;
  --black-700: #1b2433;
  --black-600: #283242;
  --steel-500: #5a6b82;
  --steel-300: #8a9bb3;
  --chrome-100: #e8eef6;
  --chrome-200: #cdd8e6;

  --blue-700: #0a4fd6;
  --blue-600: #1565ff;
  --blue-500: #2b7bff;
  --blue-400: #58a0ff;
  --blue-300: #8bc0ff;
  --cyan-400: #36e3ff;

  --ink: #eaf1fb;
  --ink-soft: #aab8cc;
  --muted: #6f7e94;
  --line: rgba(138, 155, 179, 0.14);
  --line-strong: rgba(138, 155, 179, 0.26);
  --white: #ffffff;

  /* Type */
  --display: "Clash Display", "Archivo", sans-serif;
  --head: "Archivo", system-ui, sans-serif;
  --body: "Sora", system-ui, sans-serif;

  /* Shape & motion */
  --radius: 16px;
  --radius-lg: 26px;
  --radius-xl: 38px;
  --shadow-sm: 0 6px 22px rgba(0, 0, 0, 0.45);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
  --shadow-lg: 0 50px 110px rgba(0, 0, 0, 0.7);
  --glow: 0 0 0 1px rgba(43, 123, 255, 0.4), 0 18px 50px rgba(21, 101, 255, 0.35);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --wrap: 1280px;
}

/* ---------- Reset ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--body);
  color: var(--ink);
  background: var(--black-950);
  line-height: 1.7;
  font-size: 17px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
::selection { background: var(--blue-600); color: #fff; }

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--white);
}
h1 { font-size: clamp(2.9rem, 7vw, 6rem); }
h2 { font-size: clamp(2.1rem, 4.6vw, 3.7rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.8rem); }
em { font-style: normal; color: var(--blue-400); }

.wrap { width: min(100% - 2.6rem, var(--wrap)); margin-inline: auto; }
.section { padding: clamp(4.5rem, 9vw, 8.5rem) 0; position: relative; }
.section-darker { background: var(--black-900); }
.section-panel { background: linear-gradient(180deg, var(--black-900), var(--black-950)); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: var(--head); font-weight: 700;
  font-size: 0.74rem; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--blue-400);
}
.eyebrow::before {
  content: ""; width: 26px; height: 2px;
  background: linear-gradient(90deg, var(--cyan-400), var(--blue-600));
}
.section-head { max-width: 680px; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow::before { display: none; }
.section-head p { color: var(--ink-soft); margin-top: 1.1rem; font-size: 1.06rem; }

.lede { color: var(--ink-soft); font-size: 1.1rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-family: var(--head); font-weight: 700; font-size: 0.92rem;
  letter-spacing: 0.02em; padding: 1rem 1.8rem; border-radius: 100px;
  cursor: pointer; border: 1.5px solid transparent;
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease), background 0.3s, color 0.3s, border-color 0.3s;
  white-space: nowrap;
}
.btn .arr { transition: transform 0.4s var(--ease); }
.btn:hover .arr { transform: translateX(5px); }
.btn-solid {
  background: linear-gradient(135deg, var(--blue-600), var(--blue-700));
  color: #fff;
  box-shadow: var(--glow);
}
.btn-solid:hover { transform: translateY(-3px); box-shadow: 0 0 0 1px rgba(54,227,255,0.6), 0 26px 60px rgba(21,101,255,0.5); }
.btn-ghost {
  background: rgba(255,255,255,0.02);
  color: var(--ink);
  border-color: var(--line-strong);
  backdrop-filter: blur(8px);
}
.btn-ghost:hover { border-color: var(--blue-400); color: #fff; transform: translateY(-3px); }
.btn-chrome {
  background: linear-gradient(135deg, #f4f8ff, #c3d2e6);
  color: var(--black-900);
}
.btn-chrome:hover { transform: translateY(-3px); box-shadow: var(--shadow); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  padding: 1.1rem 0;
  transition: padding 0.4s var(--ease), background 0.4s var(--ease), border-color 0.4s;
  border-bottom: 1px solid transparent;
}
.site-header.shrink {
  padding: 0.55rem 0;
  background: rgba(8, 11, 17, 0.82);
  backdrop-filter: blur(18px) saturate(140%);
  border-bottom-color: var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: flex; flex-direction: column; line-height: 1; }
.brand-mark {
  font-family: var(--display); font-weight: 600; font-size: 1.5rem;
  color: #fff; letter-spacing: -0.01em; display: flex; align-items: center; gap: 0.4rem;
}
.brand-mark .spark {
  width: 22px; height: 22px; display: inline-grid; place-items: center;
}
.brand-mark .spark svg { width: 22px; height: 22px; }
.brand-sub {
  font-family: var(--head); font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.34em; text-transform: uppercase; color: var(--steel-300);
  margin-top: 0.35rem; padding-left: 2px;
}
.nav-links { display: flex; align-items: center; gap: 0.4rem; }
.nav-links a {
  font-family: var(--head); font-weight: 600; font-size: 0.92rem;
  color: var(--ink-soft); padding: 0.5rem 0.95rem; border-radius: 100px;
  transition: color 0.3s, background 0.3s; position: relative;
}
.nav-links a:hover { color: #fff; }
.nav-links a.active { color: #fff; background: rgba(43,123,255,0.14); }
.nav-cta { display: flex; align-items: center; gap: 1.1rem; }
.nav-phone {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--head); font-weight: 700; font-size: 0.9rem; color: var(--ink);
}
.nav-phone svg { width: 17px; height: 17px; color: var(--blue-400); }
.nav-toggle {
  display: none; flex-direction: column; gap: 5px; width: 44px; height: 44px;
  align-items: center; justify-content: center; background: rgba(255,255,255,0.04);
  border: 1px solid var(--line-strong); border-radius: 12px; cursor: pointer;
}
.nav-toggle span { display: block; width: 22px; height: 2px; background: #fff; transition: transform 0.35s var(--ease), opacity 0.3s; }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  padding: 9rem 0 4rem; overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img {
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.12);
  will-change: transform;
}
.hero.kb .hero-bg img { animation: kenburns 22s var(--ease) infinite alternate; }
@keyframes kenburns {
  from { transform: scale(1.08) translate(0, 0); }
  to { transform: scale(1.22) translate(-2%, -2%); }
}
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(120% 90% at 75% 30%, rgba(5,7,11,0.1), rgba(5,7,11,0.86) 70%),
    linear-gradient(90deg, rgba(5,7,11,0.96) 8%, rgba(5,7,11,0.55) 55%, rgba(5,7,11,0.2));
}
.hero-glow {
  position: absolute; z-index: 1; pointer-events: none;
  width: 60vw; height: 60vw; border-radius: 50%;
  background: radial-gradient(circle, rgba(43,123,255,0.32), transparent 60%);
  filter: blur(40px); top: -15%; right: -10%;
}
.hero .wrap { position: relative; z-index: 2; width: min(100% - 2.6rem, var(--wrap)); }
.hero-copy { max-width: 660px; }
.hero h1 { margin-top: 1.4rem; }
.hero h1 .shine {
  background: linear-gradient(100deg, #fff 20%, var(--blue-300) 45%, #fff 60%, var(--cyan-400) 80%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  background-size: 200% auto;
}
.hero-tag { color: var(--ink-soft); font-size: 1.12rem; margin-top: 1.6rem; max-width: 540px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2.2rem; }
.hero-trust { display: flex; align-items: center; gap: 0.9rem; margin-top: 2.4rem; color: var(--ink-soft); font-size: 0.95rem; }
.hero-trust .stars { color: var(--cyan-400); letter-spacing: 2px; }
.hero-trust b { color: #fff; }

.hero-stats {
  position: relative; z-index: 2; margin-top: clamp(3rem, 6vw, 5rem);
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line);
  border-radius: var(--radius-lg); overflow: hidden;
  backdrop-filter: blur(10px);
}
.hero-stats .stat { background: rgba(10,13,20,0.6); padding: 1.6rem 1.5rem; }
.hero-stats .num { font-family: var(--display); font-weight: 600; font-size: clamp(1.8rem, 3.5vw, 2.8rem); color: #fff; line-height: 1; }
.hero-stats .num .plus { color: var(--blue-400); }
.hero-stats .lab { font-family: var(--head); font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--steel-300); margin-top: 0.6rem; }

.scroll-cue {
  position: absolute; bottom: 1.6rem; left: 50%; transform: translateX(-50%);
  z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  font-family: var(--head); font-size: 0.68rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--steel-300);
}
.scroll-cue .line { width: 1px; height: 38px; background: linear-gradient(var(--blue-400), transparent); animation: cue 2s var(--ease) infinite; }
@keyframes cue { 0%,100% { opacity: 0.3; transform: scaleY(0.6); } 50% { opacity: 1; transform: scaleY(1); } }

/* ---------- Marquee ---------- */
.marquee { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--black-900); overflow: hidden; padding: 1.4rem 0; }
.marquee-track { display: flex; gap: 3.5rem; width: max-content; animation: scroll-x 28s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track span { font-family: var(--head); font-weight: 700; font-size: 1.05rem; letter-spacing: 0.04em; color: var(--steel-300); display: inline-flex; align-items: center; gap: 3.5rem; }
.marquee-track span::after { content: "◆"; color: var(--blue-500); font-size: 0.7rem; }
@keyframes scroll-x { to { transform: translateX(-50%); } }

/* ---------- Intro / split ---------- */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2.5rem, 5vw, 5rem); align-items: center; }
.split.rev { grid-template-columns: 1fr 1.05fr; }
.split-media { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.split-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.split-media:hover img { transform: scale(1.06); }
.split-media .frame { position: absolute; inset: 0; border-radius: var(--radius-lg); box-shadow: inset 0 0 0 1px var(--line-strong); pointer-events: none; }
.split-media .tag {
  position: absolute; left: 1.2rem; bottom: 1.2rem;
  background: rgba(8,11,17,0.7); backdrop-filter: blur(10px);
  border: 1px solid var(--line-strong); border-radius: 100px;
  padding: 0.55rem 1.1rem; font-family: var(--head); font-weight: 700; font-size: 0.82rem;
  display: inline-flex; align-items: center; gap: 0.5rem;
}
.split-media .tag .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan-400); box-shadow: 0 0 10px var(--cyan-400); }
.split h2 { margin-top: 1.3rem; }
.split p { color: var(--ink-soft); margin-top: 1.2rem; }
.split-list { margin-top: 1.8rem; display: grid; gap: 1rem; }
.split-list li { display: flex; gap: 0.9rem; align-items: flex-start; }
.split-list .ic { flex: 0 0 auto; width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; background: rgba(43,123,255,0.12); border: 1px solid rgba(43,123,255,0.3); }
.split-list .ic svg { width: 18px; height: 18px; color: var(--blue-400); }
.split-list b { color: #fff; font-family: var(--head); display: block; }
.split-list span.sub { color: var(--muted); font-size: 0.92rem; }

/* ---------- Service cards ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.svc-card {
  position: relative; background: linear-gradient(180deg, var(--black-850), var(--black-900));
  border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2rem 1.9rem;
  overflow: hidden; transition: transform 0.5s var(--ease), border-color 0.4s, box-shadow 0.5s;
}
.svc-card::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; opacity: 0;
  background: radial-gradient(120% 80% at 50% 0%, rgba(43,123,255,0.18), transparent 60%);
  transition: opacity 0.5s;
}
.svc-card:hover { transform: translateY(-7px); border-color: rgba(43,123,255,0.4); box-shadow: var(--shadow); }
.svc-card:hover::before { opacity: 1; }
.svc-card .ic {
  width: 54px; height: 54px; border-radius: 15px; display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(43,123,255,0.2), rgba(54,227,255,0.08));
  border: 1px solid rgba(43,123,255,0.3); margin-bottom: 1.3rem; position: relative; z-index: 1;
}
.svc-card .ic svg { width: 26px; height: 26px; color: var(--cyan-400); }
.svc-card h3 { position: relative; z-index: 1; }
.svc-card p { color: var(--ink-soft); margin-top: 0.8rem; font-size: 0.97rem; position: relative; z-index: 1; }
.svc-card .price { position: relative; z-index: 1; margin-top: 1.4rem; font-family: var(--head); font-weight: 700; color: var(--blue-300); font-size: 0.92rem; display: flex; align-items: center; gap: 0.5rem; }
.svc-card .price b { color: #fff; font-family: var(--display); font-size: 1.5rem; }

/* ---------- Process / steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; counter-reset: step; }
.step { position: relative; padding: 2.1rem 1.6rem; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--black-900); transition: border-color 0.4s, transform 0.4s; }
.step:hover { border-color: rgba(43,123,255,0.4); transform: translateY(-5px); }
.step .n { font-family: var(--display); font-weight: 600; font-size: 3rem; line-height: 1; background: linear-gradient(180deg, var(--blue-400), rgba(43,123,255,0.15)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.step h3 { font-size: 1.2rem; margin-top: 0.8rem; }
.step p { color: var(--ink-soft); margin-top: 0.6rem; font-size: 0.93rem; }

/* ---------- Showcase / parallax band ---------- */
.showcase { position: relative; padding: clamp(6rem, 12vw, 11rem) 0; overflow: hidden; text-align: center; }
.showcase-bg { position: absolute; inset: 0; z-index: 0; }
.showcase-bg img { width: 100%; height: 120%; object-fit: cover; will-change: transform; }
.showcase-bg::after { content: ""; position: absolute; inset: 0; background: radial-gradient(80% 70% at 50% 50%, rgba(5,7,11,0.55), rgba(5,7,11,0.92)); }
.showcase .wrap { position: relative; z-index: 1; }
.showcase h2 { margin: 1.3rem auto 0; max-width: 880px; }
.showcase p { color: var(--ink-soft); max-width: 560px; margin: 1.3rem auto 2rem; }

/* ---------- Stats band ---------- */
.statband { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); }
.statband .cell { background: var(--black-900); padding: 2.4rem 1.8rem; text-align: center; }
.statband .num { font-family: var(--display); font-weight: 600; font-size: clamp(2.2rem, 4vw, 3.2rem); color: #fff; line-height: 1; }
.statband .num .plus { color: var(--blue-400); }
.statband .lab { font-family: var(--head); font-size: 0.8rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--steel-300); margin-top: 0.7rem; }

/* ---------- Reviews ---------- */
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.rev-card { background: linear-gradient(180deg, var(--black-850), var(--black-900)); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2rem 1.9rem; display: flex; flex-direction: column; gap: 1rem; transition: border-color 0.4s, transform 0.4s; }
.rev-card:hover { border-color: rgba(43,123,255,0.35); transform: translateY(-5px); }
.rev-card .stars { color: var(--cyan-400); letter-spacing: 2px; font-size: 0.95rem; }
.rev-card p { color: var(--ink); font-size: 1.02rem; line-height: 1.65; }
.rev-card .who { display: flex; align-items: center; gap: 0.8rem; margin-top: auto; }
.rev-card .av { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-family: var(--display); font-weight: 600; color: #fff; background: linear-gradient(135deg, var(--blue-600), var(--blue-700)); }
.rev-card .who b { color: #fff; font-family: var(--head); display: block; font-size: 0.95rem; }
.rev-card .who span { color: var(--muted); font-size: 0.82rem; }

/* ---------- CTA band ---------- */
.cta {
  position: relative; border-radius: var(--radius-xl); overflow: hidden;
  background: linear-gradient(135deg, var(--black-800), var(--black-950));
  border: 1px solid var(--line-strong); padding: clamp(3rem, 6vw, 5rem);
  text-align: center;
}
.cta::before { content: ""; position: absolute; width: 50vw; height: 50vw; border-radius: 50%; background: radial-gradient(circle, rgba(43,123,255,0.28), transparent 60%); top: -30%; left: 50%; transform: translateX(-50%); filter: blur(20px); }
.cta .wrap-in { position: relative; z-index: 1; max-width: 640px; margin-inline: auto; }
.cta p { color: var(--ink-soft); margin: 1.1rem 0 2rem; }
.cta-actions { display: flex; gap: 0.9rem; justify-content: center; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.site-footer { background: var(--black-950); border-top: 1px solid var(--line); padding: clamp(3.5rem, 6vw, 5.5rem) 0 2.5rem; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 2.5rem; }
.foot-brand .brand-mark { font-size: 1.7rem; }
.foot-brand p { color: var(--ink-soft); margin-top: 1.2rem; font-size: 0.95rem; max-width: 300px; }
.foot-social { display: flex; gap: 0.7rem; margin-top: 1.5rem; }
.foot-social a { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; border: 1px solid var(--line-strong); color: var(--ink-soft); transition: all 0.3s; }
.foot-social a:hover { color: #fff; border-color: var(--blue-400); background: rgba(43,123,255,0.12); transform: translateY(-3px); }
.foot-social svg { width: 18px; height: 18px; }
.foot-col h4 { font-family: var(--head); font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--steel-300); margin-bottom: 1.2rem; }
.foot-col ul { display: grid; gap: 0.7rem; }
.foot-col a, .foot-col li { color: var(--ink-soft); font-size: 0.94rem; transition: color 0.3s; }
.foot-col a:hover { color: var(--blue-400); }
.foot-col .nap { display: flex; gap: 0.6rem; align-items: flex-start; }
.foot-col .nap svg { width: 16px; height: 16px; color: var(--blue-400); flex: 0 0 auto; margin-top: 3px; }
.foot-bottom { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; color: var(--muted); font-size: 0.85rem; }
.foot-disclaimer { margin-top: 1.4rem; color: var(--muted); font-size: 0.8rem; line-height: 1.6; max-width: 900px; }

/* ---------- Page hero (sub pages) ---------- */
.page-hero { position: relative; padding: 11rem 0 4.5rem; overflow: hidden; border-bottom: 1px solid var(--line); }
.page-hero::before { content: ""; position: absolute; width: 55vw; height: 55vw; border-radius: 50%; background: radial-gradient(circle, rgba(43,123,255,0.22), transparent 60%); top: -25%; right: -15%; filter: blur(30px); }
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero h1 { margin-top: 1.3rem; max-width: 760px; }
.page-hero p { color: var(--ink-soft); margin-top: 1.3rem; max-width: 560px; font-size: 1.08rem; }
.crumb { font-family: var(--head); font-size: 0.82rem; color: var(--muted); }
.crumb a:hover { color: var(--blue-400); }

/* ---------- Filter chips ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 2.5rem; }
.chip {
  font-family: var(--head); font-weight: 600; font-size: 0.86rem;
  padding: 0.6rem 1.3rem; border-radius: 100px; cursor: pointer;
  background: rgba(255,255,255,0.03); border: 1px solid var(--line-strong); color: var(--ink-soft);
  transition: all 0.3s;
}
.chip:hover { color: #fff; border-color: var(--blue-400); }
.chip.active { background: linear-gradient(135deg, var(--blue-600), var(--blue-700)); color: #fff; border-color: transparent; box-shadow: var(--glow); }

/* ---------- Pricing rows ---------- */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; transition: opacity 0.3s; }
.price-card { position: relative; background: linear-gradient(180deg, var(--black-850), var(--black-900)); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2.1rem 1.9rem; display: flex; flex-direction: column; transition: transform 0.5s var(--ease), border-color 0.4s, box-shadow 0.5s; }
.price-card.feat { border-color: rgba(43,123,255,0.5); box-shadow: var(--glow); }
.price-card:hover { transform: translateY(-6px); border-color: rgba(43,123,255,0.5); }
.price-card .badge { position: absolute; top: 1.4rem; right: 1.4rem; font-family: var(--head); font-weight: 700; font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cyan-400); background: rgba(54,227,255,0.1); border: 1px solid rgba(54,227,255,0.3); padding: 0.3rem 0.7rem; border-radius: 100px; }
.price-card .cat { font-family: var(--head); font-size: 0.74rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--steel-300); }
.price-card h3 { margin-top: 0.7rem; }
.price-card .amt { font-family: var(--display); font-weight: 600; font-size: 2.7rem; color: #fff; margin-top: 1rem; line-height: 1; }
.price-card .amt small { font-size: 1rem; color: var(--muted); font-family: var(--head); }
.price-card .desc { color: var(--ink-soft); margin-top: 1rem; font-size: 0.95rem; }
.price-card ul { margin-top: 1.4rem; display: grid; gap: 0.7rem; }
.price-card li { display: flex; gap: 0.6rem; align-items: flex-start; color: var(--ink-soft); font-size: 0.93rem; }
.price-card li svg { width: 17px; height: 17px; color: var(--blue-400); flex: 0 0 auto; margin-top: 4px; }
.price-card .btn { margin-top: 1.8rem; justify-content: center; }

/* ---------- Add-ons table ---------- */
.addons { display: grid; gap: 0; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.addon-row { display: flex; justify-content: space-between; gap: 1.5rem; align-items: center; padding: 1.3rem 1.8rem; border-bottom: 1px solid var(--line); background: var(--black-900); transition: background 0.3s; }
.addon-row:last-child { border-bottom: none; }
.addon-row:hover { background: var(--black-850); }
.addon-row b { font-family: var(--head); color: #fff; }
.addon-row span { color: var(--muted); font-size: 0.92rem; }
.addon-row .pr { font-family: var(--display); color: var(--blue-300); font-size: 1.3rem; white-space: nowrap; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
.info-card { background: var(--black-900); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2rem; }
.info-card + .info-card { margin-top: 1.4rem; }
.info-card h3 { font-size: 1.3rem; }
.info-list { margin-top: 1.4rem; display: grid; gap: 1.1rem; }
.info-list .row { display: flex; gap: 0.9rem; align-items: flex-start; }
.info-list .ic { width: 40px; height: 40px; flex: 0 0 auto; border-radius: 12px; display: grid; place-items: center; background: rgba(43,123,255,0.12); border: 1px solid rgba(43,123,255,0.3); }
.info-list .ic svg { width: 18px; height: 18px; color: var(--blue-400); }
.info-list .row b { font-family: var(--head); color: #fff; display: block; font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--steel-300); }
.info-list .row a, .info-list .row span { color: var(--ink); }
.hours { margin-top: 1.4rem; display: grid; gap: 0.5rem; }
.hours .row { display: flex; justify-content: space-between; padding: 0.55rem 0; border-bottom: 1px solid var(--line); font-size: 0.94rem; }
.hours .row:last-child { border-bottom: none; }
.hours .row span:first-child { color: var(--ink-soft); }
.hours .row span:last-child { color: #fff; font-family: var(--head); font-weight: 600; }
.hours .row.closed span:last-child { color: var(--muted); }

.form { background: linear-gradient(180deg, var(--black-850), var(--black-900)); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.8rem, 3vw, 2.6rem); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.field { margin-bottom: 1.2rem; }
.field label { display: block; font-family: var(--head); font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--steel-300); margin-bottom: 0.5rem; }
.field input, .field select, .field textarea {
  width: 100%; background: rgba(255,255,255,0.03); border: 1px solid var(--line-strong);
  border-radius: 12px; padding: 0.85rem 1rem; color: var(--ink); font-family: var(--body); font-size: 0.96rem;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue-500); box-shadow: 0 0 0 3px rgba(43,123,255,0.18); }
.field textarea { resize: vertical; min-height: 120px; }
.field select { appearance: none; cursor: pointer; }
.form .btn { width: 100%; justify-content: center; margin-top: 0.4rem; }
[data-form-note] { margin-top: 1.1rem; font-size: 0.92rem; color: var(--cyan-400); min-height: 1.2rem; font-family: var(--head); font-weight: 600; }

.map-wrap { margin-top: 1.4rem; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); background: var(--black-850); }
.map-wrap svg { width: 100%; height: auto; display: block; }

/* ---------- Blog ---------- */
.feature-post { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(1.5rem, 3vw, 2.5rem); align-items: center; background: linear-gradient(180deg, var(--black-850), var(--black-900)); border: 1px solid var(--line); border-radius: var(--radius-xl); overflow: hidden; }
.feature-post .media { position: relative; min-height: 320px; overflow: hidden; }
.feature-post .media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.feature-post:hover .media img { transform: scale(1.05); }
.feature-post .body { padding: clamp(1.8rem, 3vw, 2.8rem) clamp(1.8rem, 3vw, 2.8rem) clamp(1.8rem, 3vw, 2.8rem) 0; }
.feature-post .cat { font-family: var(--head); font-size: 0.74rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--blue-400); }
.feature-post h2 { font-size: clamp(1.7rem, 3vw, 2.6rem); margin-top: 0.8rem; }
.feature-post p { color: var(--ink-soft); margin-top: 1.1rem; }
.feature-post .meta { color: var(--muted); font-size: 0.85rem; margin-top: 1.4rem; font-family: var(--head); }

.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.post-card { background: var(--black-900); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; transition: transform 0.5s var(--ease), border-color 0.4s, box-shadow 0.5s; display: flex; flex-direction: column; }
.post-card:hover { transform: translateY(-7px); border-color: rgba(43,123,255,0.4); box-shadow: var(--shadow); }
.post-card .media { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.post-card .media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--ease); }
.post-card:hover .media img { transform: scale(1.07); }
.post-card .media .grad { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(5,7,11,0.75)); }
.post-card .cat { position: absolute; top: 1rem; left: 1rem; z-index: 1; font-family: var(--head); font-weight: 700; font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; background: rgba(43,123,255,0.7); backdrop-filter: blur(6px); padding: 0.35rem 0.8rem; border-radius: 100px; }
.post-card .body { padding: 1.6rem; flex: 1; display: flex; flex-direction: column; }
.post-card h3 { font-size: 1.25rem; }
.post-card p { color: var(--ink-soft); margin-top: 0.7rem; font-size: 0.94rem; }
.post-card .meta { color: var(--muted); font-size: 0.82rem; margin-top: auto; padding-top: 1.3rem; font-family: var(--head); }
.post-card .gradient-thumb { aspect-ratio: 16/10; display: grid; place-items: center; }
.gt1 { background: linear-gradient(135deg, #0a4fd6, #05070b 80%); }
.gt2 { background: linear-gradient(135deg, #1b2433, #2b7bff 130%); }
.gt3 { background: linear-gradient(135deg, #131a26, #36e3ff 160%); }
.gradient-thumb svg { width: 64px; height: 64px; color: rgba(255,255,255,0.85); }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: 0.08s; }
.reveal[data-d="2"] { transition-delay: 0.16s; }
.reveal[data-d="3"] { transition-delay: 0.24s; }
.reveal[data-d="4"] { transition-delay: 0.32s; }
.reveal[data-d="5"] { transition-delay: 0.4s; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .svc-grid, .rev-grid, .post-grid, .price-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .feature-post { grid-template-columns: 1fr; }
  .feature-post .media { min-height: 240px; }
  .feature-post .body { padding: 0 clamp(1.8rem,4vw,2.6rem) clamp(1.8rem,4vw,2.6rem); }
}
@media (max-width: 860px) {
  .nav-links, .nav-cta .nav-phone { display: none; }
  .nav-toggle { display: flex; }
  .nav.open .nav-links {
    display: flex; flex-direction: column; align-items: stretch; gap: 0.3rem;
    position: absolute; top: calc(100% + 0.7rem); left: 1.3rem; right: 1.3rem;
    background: rgba(10,13,20,0.96); backdrop-filter: blur(18px);
    border: 1px solid var(--line-strong); border-radius: var(--radius-lg); padding: 1rem;
    box-shadow: var(--shadow);
  }
  .nav.open .nav-links a { padding: 0.85rem 1rem; }
  .nav.open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav.open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav.open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .split, .split.rev, .contact-grid { grid-template-columns: 1fr; }
  .split.rev .split-media { order: -1; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .statband { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .svc-grid, .rev-grid, .post-grid, .price-grid, .steps { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .hero { padding-top: 7.5rem; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero.kb .hero-bg img { animation: none; transform: scale(1.1); }
  html { scroll-behavior: auto; }
}
