/* SiteLab dark-luxe theme — ported verbatim from the approved design prototype
   (Atceriesmani_editable_finished.html). Loaded site-wide by Pages/Shared/_Layout.cshtml.
   Do not hand-edit token values without updating the prototype source of truth. */

/* ============================================
   DESIGN TOKENS — LIGHT PREMIUM EDITORIAL
============================================ */
:root {
  --bg: #050505;
  --bg-2: #080808;
  --bg-3: #0a0a0a;
  --paper: #111111;
  --paper-2: #161616;
  --ink: #ffffff;
  --ink-2: #eaeaea;
  --ink-3: #b5b5b5;
  --ink-4: #797982;
  --line: rgba(255,255,255,0.08);
  --line-2: rgba(255,255,255,0.12);
  --line-3: rgba(255,255,255,0.18);
  --gold: #c9a567;
  --gold-2: #e0c891;
  --gold-3: #f0d9a8;
  --gold-deep: #a07a3a;
  --gold-soft: rgba(201,165,103,0.1);
  --gold-grad: linear-gradient(135deg, #e0c891 0%, #c9a567 50%, #f0d9a8 100%);
  --gold-shine: linear-gradient(135deg, #f0d9a8 0%, #e0c891 30%, #c9a567 70%, #f0d9a8 100%);
  --burgundy: #5a1922;
  --success: #4ade80;
  --shadow-lux: 0 30px 80px -25px rgba(201,165,103,0.3), 0 8px 20px -8px rgba(0,0,0,0.4);
  --shadow-deep: 0 40px 100px -30px rgba(0,0,0,0.7);
  --shadow-card: 0 1px 0 rgba(255,255,255,0.03) inset, 0 8px 32px -8px rgba(0,0,0,0.5);
  --shadow-glow: 0 0 60px rgba(201,165,103,0.15);
  --radius-sm: 8px;
  --radius: 16px;
  --radius-lg: 28px;
  --radius-xl: 40px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-2: cubic-bezier(0.65, 0, 0.35, 1);
  --max: 1320px;
  --gutter: clamp(20px, 4vw, 60px);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  font-feature-settings: 'cv11', 'ss03';
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
img { max-width: 100%; display: block; }

::selection { background: var(--gold); color: #fff; }

::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--bg-3); }
::-webkit-scrollbar-thumb { background: var(--ink-4); border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: var(--gold); }

/* ============================================
   LAYOUT
============================================ */
.container {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
section { padding: clamp(36px, 5.5vw, 80px) 0; position: relative; }
.section-tight { padding: clamp(24px, 3.5vw, 45px) 0; }

/* ============================================
   TYPOGRAPHY
============================================ */
h1, h2, h3, h4 {
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--ink);
}
h1 {
  font-size: clamp(28px, 5.2vw, 72px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.035em;
  overflow-wrap: break-word;
  word-break: keep-all;
}
h2 {
  font-size: clamp(32px, 4.8vw, 64px);
  font-weight: 700;
  margin-bottom: 28px;
  line-height: 1.05;
  letter-spacing: -0.025em;
}
/* Storefront page titles (Pricing / FAQ / About / Contact / Privacy / Portfolio) now lead with a
   real <h1> for SEO + a11y. Each sits where a section <h2> used to, so mirror the <h2> sizing and
   spacing to keep the dark-luxe look pixel-identical. */
.section-head .left h1,
.team-intro h1,
.legal-head h1 {
  font-size: clamp(32px, 4.8vw, 64px);
  margin-bottom: 28px;
  line-height: 1.05;
  letter-spacing: -0.025em;
}
.team-intro h1 { margin-bottom: 24px; }
h3 {
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.015em;
}
h4 {
  font-size: clamp(17px, 1.5vw, 20px);
  font-weight: 600;
  letter-spacing: -0.01em;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 28px;
}
.eyebrow::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--gold);
}
.eyebrow-c { justify-content: center; }
.eyebrow-c::before { display: none; }
.eyebrow-c::after { display: none; }

.italic {
  font-style: normal;
  font-weight: 700;
  color: var(--gold);
  display: inline-block;
  position: relative;
}
.gold {
  color: var(--gold);
  display: inline-block;
}
@keyframes goldShine {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
/* Subtle metallic shimmer for italic accent words */
.italic::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,0.55) 50%, transparent 70%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: italicShimmer 5s linear infinite;
  pointer-events: none;
}
@keyframes italicShimmer {
  0% { background-position: 200% 50%; }
  100% { background-position: -200% 50%; }
}
.serif { font-family: 'Inter', system-ui, sans-serif; }
.lead {
  font-size: clamp(16px, 1.3vw, 19px);
  color: var(--ink-3);
  line-height: 1.7;
  max-width: 600px;
  font-weight: 400;
}
.mono {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.05em;
}

/* ============================================
   BUTTONS
============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 30px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.005em;
  transition: all 0.5s var(--ease);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid transparent;
}
.btn-primary {
  background: var(--ink);
  color: var(--bg-2);
}
.btn-primary:hover {
  background: var(--gold);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 40px -12px rgba(176,137,71,0.4);
}
.btn-gold {
  background: var(--gold);
  color: #fff;
}
.btn-gold:hover {
  background: var(--ink);
  transform: translateY(-2px);
  box-shadow: 0 18px 40px -12px rgba(14,14,16,0.3);
}
.btn-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.18);
}
.btn-outline:hover {
  background: var(--gold-shine);
  background-size: 200% 100%;
  color: #050505;
  border-color: transparent;
}
.btn-ghost {
  background: rgba(255,255,255,0.04);
  color: #fff;
  border-color: var(--line);
  backdrop-filter: blur(12px);
}
.btn-ghost:hover {
  background: rgba(255,255,255,0.08);
  color: #fff;
  border-color: rgba(201,165,103,0.4);
}
.btn .arrow {
  display: inline-flex;
  transition: transform 0.4s var(--ease);
}
.btn:hover .arrow { transform: translateX(4px); }

/* ============================================
   UTILITY BAR (top)
============================================ */
.utility-bar {
  background: var(--ink);
  color: var(--bg-2);
  padding: 10px 0;
  font-size: 12px;
}
.utility-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.utility-left, .utility-right {
  display: flex;
  align-items: center;
  gap: 24px;
}
.utility-bar a {
  color: rgba(255,255,255,0.7);
  transition: color 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.utility-bar a:hover { color: var(--gold-2); }
.utility-bar .badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  background: rgba(176,137,71,0.15);
  color: var(--gold-2);
  border-radius: 100px;
  font-size: 11px;
  font-weight: 500;
}
.utility-bar .badge::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-2);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

/* ============================================
   NAVIGATION
============================================ */
.nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(5,5,5,0.7);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
  transition: all 0.4s var(--ease);
}
.nav.scrolled {
  padding: 14px 0;
  background: rgba(5,5,5,0.92);
  border-bottom-color: var(--line-2);
  box-shadow: 0 8px 32px -8px rgba(0,0,0,0.5);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.logo-mark {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--ink);
  display: grid;
  place-items: center;
  color: var(--gold-2);
  font-weight: 700;
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  position: relative;
  overflow: hidden;
}
.logo-mark::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 40%, rgba(176,137,71,0.3) 50%, transparent 60%);
  transform: translateX(-100%);
  transition: transform 0.6s var(--ease);
}
.logo:hover .logo-mark::after { transform: translateX(100%); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
}
.nav-links a {
  font-size: 14px;
  color: var(--ink-2);
  transition: color 0.3s;
  position: relative;
  font-weight: 500;
}
.nav-links a:hover { color: var(--gold); }
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.4s var(--ease);
}
.nav-links a:hover::after { width: 100%; }

.nav-cta { display: flex; align-items: center; gap: 12px; }

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--paper);
  border: 1px solid var(--line);
  align-items: center;
  justify-content: center;
}
.menu-toggle span {
  width: 16px;
  height: 1.5px;
  background: var(--ink);
  position: relative;
  transition: 0.3s;
}
.menu-toggle span::before,
.menu-toggle span::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 1.5px;
  background: var(--ink);
  transition: 0.3s;
}
.menu-toggle span::before { top: -5px; }
.menu-toggle span::after { top: 5px; }
.menu-toggle.open span { background: transparent; }
.menu-toggle.open span::before { transform: rotate(45deg); top: 0; }
.menu-toggle.open span::after { transform: rotate(-45deg); top: 0; }

@media (max-width: 1024px) {
  .nav-links { display: none; }
  .menu-toggle { display: flex; }
  .nav-links.mobile-open {
    display: flex;
    position: fixed;
    top: 75px;
    left: 0;
    right: 0;
    background: rgba(8,8,8,0.95);
    backdrop-filter: blur(24px);
    flex-direction: column;
    padding: 32px var(--gutter);
    gap: 24px;
    align-items: flex-start;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 40px -10px rgba(0,0,0,0.6);
  }
}

/* ============================================
   HERO
============================================ */
.hero {
  position: relative;
  padding: clamp(40px, 6vw, 80px) 0 0;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}
.hero-top {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  gap: clamp(32px, 4vw, 56px);
  align-items: end;
  margin-bottom: 56px;
}
/* Stack the hero earlier so the cycle word always has room on its line */
@media (max-width: 1100px) {
  .hero-top { grid-template-columns: 1fr; gap: 32px; align-items: start; }
}

.hero-headline-block {}
.hero-headline-block h1 {
  margin-bottom: 0;
}
.hero h1 .gold {
  color: var(--gold);
  font-style: normal;
  font-weight: 700;
}
.hero h1 .marked {
  position: relative;
  white-space: nowrap;
}
.hero h1 .marked::after {
  content: '';
  position: absolute;
  bottom: 0.08em;
  left: -0.05em;
  right: -0.05em;
  height: 0.12em;
  background: var(--gold);
  opacity: 0.35;
  z-index: -1;
}

.hero-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
}
.hero-meta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: var(--ink-4);
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: right;
}
.hero-meta .line {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.hero-meta .num {
  color: var(--ink);
  font-weight: 500;
}
.hero-sub {
  font-size: clamp(16px, 1.3vw, 19px);
  color: var(--ink-3);
  line-height: 1.6;
  max-width: 420px;
  text-align: right;
}
@media (max-width: 968px) {
  .hero-right { align-items: flex-start; }
  .hero-meta { text-align: left; }
  .hero-meta .line { justify-content: flex-start; }
  .hero-sub { text-align: left; }
}

.hero-cta-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.hero-secondary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink-3);
  font-size: 14px;
}
.hero-secondary .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 4px rgba(45,106,62,0.15);
  animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
  0%, 100% { box-shadow: 0 0 0 4px rgba(45,106,62,0.15); }
  50% { box-shadow: 0 0 0 8px rgba(45,106,62,0.05); }
}

/* Hero visual / showcase */
.hero-showcase {
  position: relative;
  background: var(--ink);
  border-radius: var(--radius-lg);
  padding: clamp(32px, 5vw, 64px);
  color: #fff;
  overflow: hidden;
  margin-top: 24px;
}
.hero-showcase::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: radial-gradient(ellipse at top right, rgba(176,137,71,0.15), transparent 60%);
}
.hero-showcase-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 968px) {
  .hero-showcase-grid { grid-template-columns: 1fr; }
}
.hero-showcase-left h3 {
  color: #fff;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 400;
  margin-bottom: 16px;
  line-height: 1.15;
}
.hero-showcase-left h3 em {
  color: var(--gold-2);
  font-style: normal;
  font-weight: 700;
}
.hero-showcase-left p {
  color: rgba(255,255,255,0.7);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 28px;
}
.hero-showcase-feats {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hero-showcase-feats .feat {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
}
.hero-showcase-feats svg { color: var(--gold-2); flex-shrink: 0; }

/* Admin panel mockup */
.admin-mockup {
  background: #0a0a0c;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
  box-shadow: 0 50px 100px -30px rgba(0,0,0,0.8);
  transform: perspective(1000px) rotateY(-5deg) rotateX(2deg);
  transition: transform 0.6s var(--ease);
}
.hero-showcase:hover .admin-mockup {
  transform: perspective(1000px) rotateY(-3deg) rotateX(1deg);
}
.admin-bar {
  height: 38px;
  background: #14141a;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  padding: 0 14px;
  gap: 8px;
}
.admin-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}
.admin-dot.r { background: #ff5f57; }
.admin-dot.y { background: #febc2e; }
.admin-dot.g { background: #28c840; }
.admin-bar .url {
  margin-left: 16px;
  padding: 5px 14px;
  background: rgba(255,255,255,0.04);
  border-radius: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.05em;
}
.admin-body {
  display: grid;
  grid-template-columns: 130px 1fr;
  height: 280px;
}
@media (max-width: 480px) {
  .admin-body { grid-template-columns: 100px 1fr; height: 240px; }
}
.admin-side {
  background: #0e0e12;
  border-right: 1px solid rgba(255,255,255,0.05);
  padding: 16px 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.admin-side-item {
  height: 30px;
  border-radius: 6px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: rgba(255,255,255,0.45);
}
.admin-side-item.act {
  background: rgba(176,137,71,0.15);
  color: var(--gold-2);
}
.admin-side-item::before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: currentColor;
  opacity: 0.6;
  flex-shrink: 0;
}
.admin-main {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow: hidden;
}
.admin-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.admin-stat {
  padding: 12px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
}
.admin-stat .v {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.admin-stat .l {
  font-size: 9px;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.admin-stat .change {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  color: #4ade80;
  margin-top: 4px;
}
.admin-chart {
  flex: 1;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  padding: 14px;
  position: relative;
  overflow: hidden;
  min-height: 80px;
}
.admin-chart-label {
  font-size: 10px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.admin-chart-label .pct { color: var(--gold-2); font-family: 'JetBrains Mono', monospace; }
.admin-chart svg {
  width: 100%;
  height: calc(100% - 24px);
}

/* Hero metrics row */
.hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 56px;
  padding: 36px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
@media (max-width: 768px) {
  .hero-metrics { grid-template-columns: repeat(2, 1fr); padding: 32px 0; }
}
.hero-metric {
  text-align: center;
  border-right: 1px solid var(--line);
  padding: 0 16px;
}
.hero-metric:last-child { border-right: none; }
@media (max-width: 768px) {
  .hero-metric:nth-child(2) { border-right: none; }
  .hero-metric:nth-child(1), .hero-metric:nth-child(2) { padding-bottom: 24px; border-bottom: 1px solid var(--line); }
  .hero-metric:nth-child(3), .hero-metric:nth-child(4) { padding-top: 24px; }
}
.hero-metric-value {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: clamp(36px, 4.5vw, 64px);
  font-weight: 600;
  color: var(--ink);
  line-height: 1;
  letter-spacing: -0.03em;
}
.hero-metric-value .sm { font-size: 0.45em; color: var(--ink-4); }
.hero-metric-label {
  margin-top: 12px;
  font-size: 12px;
  color: var(--ink-3);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

/* ============================================
   TRUST / REVIEWS BAR
============================================ */
.trust-bar {
  padding: 56px 0;
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trust-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 768px) {
  .trust-grid { grid-template-columns: 1fr; gap: 32px; }
}
.trust-label {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 400;
  color: var(--ink);
  line-height: 1.2;
  max-width: 220px;
}
.trust-label em { color: var(--gold); font-style: italic; font-weight: 600; }
.trust-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 640px) {
  .trust-cards { grid-template-columns: 1fr; }
}
.trust-card {
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  gap: 18px;
  transition: all 0.4s var(--ease);
}
.trust-card:hover {
  border-color: var(--gold);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px -10px rgba(0,0,0,0.08);
}
.trust-card-platform {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 18px;
}
.trust-card-platform.clutch { background: #17313B; color: #FF3D2E; }
.trust-card-platform.google { background: #fff; border: 1px solid var(--line); color: #4285F4; }
.trust-card-platform.fb { background: #1877F2; color: #fff; }
.trust-card-platform.upwork { background: #14A800; color: #fff; }
.trust-rating {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 4px;
}
.trust-rating .score {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1;
}
.trust-stars {
  display: flex;
  gap: 1px;
  color: var(--gold);
}
.trust-reviews {
  font-size: 12px;
  color: var(--ink-3);
}
.trust-reviews strong { color: var(--ink); }

/* ============================================
   PARTNER LOGOS MARQUEE
============================================ */
.logos-section {
  padding: 30px 0;
  background: var(--bg);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.logos-head {
  text-align: center;
  margin-bottom: 36px;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-4);
  font-family: 'JetBrains Mono', monospace;
}
.logos-marquee {
  display: flex;
  gap: 80px;
  animation: marquee 30s linear infinite;
  white-space: nowrap;
  width: max-content;
}
@keyframes marquee {
  to { transform: translateX(-50%); }
}
.logo-item {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 500;
  color: var(--ink-3);
  letter-spacing: -0.02em;
  opacity: 0.6;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  gap: 12px;
}
.logo-item:hover { opacity: 1; }
.logo-item .dot { color: var(--gold); font-size: 0.5em; }

/* ============================================
   SECTION HEADER
============================================ */
.section-head {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 80px;
}
@media (max-width: 968px) {
  .section-head { grid-template-columns: 1fr; gap: 24px; align-items: start; }
}
.section-head .right { padding-bottom: 8px; }

/* ============================================
   SERVICES
============================================ */
.services-section { background: var(--bg); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .services-grid { grid-template-columns: 1fr; }
}
.service-card {
  position: relative;
  padding: 48px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all 0.6s var(--ease);
  isolation: isolate;
  display: flex;
  flex-direction: column;
  min-height: 380px;
}
@media (max-width: 480px) {
  .service-card { padding: 32px; min-height: auto; }
}
.service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 0%), var(--gold-soft), transparent 60%);
  opacity: 0;
  transition: opacity 0.5s;
  z-index: -1;
}
.service-card:hover {
  border-color: var(--gold);
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -20px rgba(176,137,71,0.2);
}
.service-card:hover::before { opacity: 1; }
.service-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 0.15em;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.service-icon-box {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: var(--ink);
  color: var(--gold-2);
  display: grid;
  place-items: center;
  margin-bottom: 32px;
  transition: all 0.5s var(--ease);
}
.service-card:hover .service-icon-box {
  background: var(--gold);
  color: #fff;
  transform: rotate(-6deg) scale(1.05);
}
.service-card h3 {
  margin-bottom: 14px;
  font-weight: 500;
}
.service-card p {
  color: var(--ink-3);
  margin-bottom: 28px;
  line-height: 1.6;
  flex: 1;
}
.service-tech {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 28px;
}
.service-tech span {
  padding: 4px 10px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 100px;
  font-size: 11px;
  color: var(--ink-3);
  font-family: 'JetBrains Mono', monospace;
}
.service-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.service-price {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
}
.service-price .small {
  font-size: 12px;
  color: var(--ink-3);
  font-family: 'Inter', sans-serif;
  display: block;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 2px;
}
.service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--gold);
  transition: gap 0.3s;
  font-weight: 500;
}
.service-card:hover .service-link { gap: 14px; }

/* ============================================
   FEATURE / WHY US
============================================ */
.feature-section {
  background: var(--bg-2);
  position: relative;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
@media (max-width: 968px) {
  .feature-grid { grid-template-columns: 1fr; gap: 60px; }
}
.feature-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 40px;
}
.feature-row {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 24px;
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
}
.feature-row:last-child { border-bottom: none; }
.feature-row-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--ink);
  color: var(--gold-2);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.feature-row-content h4 {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--ink);
}
.feature-row-content p {
  color: var(--ink-3);
  font-size: 15px;
  line-height: 1.6;
}

/* Tech stack visual */
.tech-cloud {
  position: relative;
  aspect-ratio: 1;
  background: var(--ink);
  border-radius: var(--radius-lg);
  padding: 48px;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.tech-cloud::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(176,137,71,0.15), transparent 60%);
}
.tech-orbit {
  position: relative;
  width: 100%;
  height: 100%;
}
.tech-orb {
  position: absolute;
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 14px 20px;
  color: #fff;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  transition: all 0.5s var(--ease);
  animation: float 6s ease-in-out infinite;
}
.tech-orb:hover {
  background: rgba(176,137,71,0.2);
  border-color: var(--gold-2);
  color: var(--gold-2);
}
.tech-orb .blot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-2);
}
.tech-orb:nth-child(1) { top: 10%; left: 10%; animation-delay: 0s; }
.tech-orb:nth-child(2) { top: 18%; right: 12%; animation-delay: 1s; }
.tech-orb:nth-child(3) { top: 38%; left: 5%; animation-delay: 2s; }
.tech-orb:nth-child(4) { top: 45%; right: 5%; animation-delay: 3s; }
.tech-orb:nth-child(5) { bottom: 28%; left: 15%; animation-delay: 4s; }
.tech-orb:nth-child(6) { bottom: 18%; right: 18%; animation-delay: 5s; }
.tech-orb:nth-child(7) { bottom: 8%; left: 35%; animation-delay: 2.5s; }
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
.tech-center {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.tech-center .big {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: clamp(48px, 5vw, 80px);
  font-weight: 600;
  color: var(--gold-2);
  letter-spacing: -0.03em;
  line-height: 1;
}
.tech-center .lbl {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* ============================================
   VALUE PROPS / PROCESS
============================================ */
.process-section {
  background: var(--ink);
  color: var(--bg-2);
}
.process-section .eyebrow { color: var(--gold-2); }
.process-section h2 { color: #fff; }
.process-section .lead { color: rgba(255,255,255,0.65); }

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 24px;
}
@media (max-width: 968px) {
  .process-grid { grid-template-columns: 1fr; }
}
.process-card {
  padding: 48px 40px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-lg);
  transition: all 0.5s var(--ease);
  position: relative;
  overflow: hidden;
}
.process-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: var(--gold-2);
  transition: width 0.6s var(--ease);
}
.process-card:hover::before { width: 100%; }
.process-card:hover {
  background: rgba(176,137,71,0.08);
  border-color: rgba(176,137,71,0.3);
  transform: translateY(-4px);
}
.process-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--gold-2);
  letter-spacing: 0.15em;
  margin-bottom: 32px;
}
.process-card h3 {
  color: #fff;
  margin-bottom: 16px;
  font-weight: 500;
}
.process-card p {
  color: rgba(255,255,255,0.65);
  font-size: 15px;
  line-height: 1.65;
}
.process-card .hl {
  display: inline-block;
  padding: 2px 8px;
  background: rgba(176,137,71,0.18);
  color: var(--gold-2);
  border-radius: 4px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
}

/* ============================================
   PORTFOLIO
============================================ */
.portfolio-section { background: var(--bg); }
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .portfolio-grid { grid-template-columns: 1fr; }
}
.portfolio-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all 0.5s var(--ease);
  cursor: pointer;
  display: block;
}
.portfolio-card:hover {
  border-color: var(--gold);
  transform: translateY(-8px);
  box-shadow: 0 40px 80px -30px rgba(0,0,0,0.15);
}
.portfolio-img {
  aspect-ratio: 4/3;
  background: var(--ink);
  position: relative;
  overflow: hidden;
  padding: 24px;
}
.portfolio-frame {
  position: relative;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.portfolio-frame-bar {
  height: 30px;
  background: rgba(0,0,0,0.4);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  padding: 0 12px;
  gap: 5px;
}
.portfolio-frame-bar .d {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
}
.portfolio-frame-bar .url {
  margin-left: auto;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: rgba(255,255,255,0.5);
}
.portfolio-frame-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 36px;
  position: relative;
  overflow: hidden;
}
.portfolio-card.kidoo .portfolio-frame-content {
  background: linear-gradient(135deg, #2a4d6f 0%, #1a3a5a 100%);
}
.portfolio-card.kidoo .portfolio-frame-content::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -30%;
  width: 80%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,200,100,0.2), transparent 60%);
}
.portfolio-card.atceries .portfolio-frame-content {
  background: linear-gradient(135deg, #4a2424 0%, #2a1414 100%);
}
.portfolio-card.atceries .portfolio-frame-content::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -20%;
  width: 70%;
  height: 200%;
  background: radial-gradient(circle, rgba(212,169,87,0.25), transparent 60%);
}
.portfolio-card.rtriga .portfolio-frame-content {
  background: linear-gradient(135deg, #1a0c10 0%, #2a0810 50%, #100408 100%);
}
.portfolio-card.rtriga .portfolio-frame-content::before {
  content: '';
  position: absolute;
  top: -40%;
  left: -20%;
  width: 80%;
  height: 200%;
  background: radial-gradient(circle, rgba(220,40,50,0.18), transparent 55%);
}
.portfolio-card.rtriga .portfolio-frame-content::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, transparent 49%, rgba(255,255,255,0.025) 49%, rgba(255,255,255,0.025) 51%, transparent 51%);
  background-size: 32px 100%;
  opacity: 0.4;
  pointer-events: none;
}
.portfolio-card.sharnas .portfolio-frame-content {
  background: linear-gradient(135deg, #1a1410 0%, #2a1f10 50%, #100c08 100%);
}
.portfolio-card.sharnas .portfolio-frame-content::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 70%;
  height: 200%;
  background: radial-gradient(circle, rgba(224,200,145,0.22), transparent 55%);
}
.portfolio-card.sharnas .portfolio-frame-content::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -20%;
  width: 60%;
  height: 80%;
  background: radial-gradient(circle, rgba(160,122,58,0.18), transparent 65%);
  pointer-events: none;
}
.portfolio-frame-content .brand {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.03em;
  position: relative;
}
.portfolio-frame-content .desc {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  position: relative;
}
.portfolio-info {
  padding: 32px;
}
.portfolio-tags {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.portfolio-tag {
  padding: 4px 12px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 100px;
  font-size: 11px;
  color: var(--ink-3);
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: 0.05em;
}
.portfolio-info h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
}
.portfolio-info p {
  color: var(--ink-3);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.portfolio-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--gold);
  font-family: 'JetBrains Mono', monospace;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.portfolio-card:hover .portfolio-link { gap: 14px; }

/* ============================================
   PRICING
============================================ */
.pricing-section { background: var(--bg-2); }
.pricing-tabs {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 56px;
  padding: 6px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 100px;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
}
.pricing-tab {
  padding: 12px 24px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-3);
  transition: all 0.4s var(--ease);
  white-space: nowrap;
}
.pricing-tab:hover { color: var(--ink); }
.pricing-tab.active {
  background: var(--ink);
  color: var(--bg-2);
}
.pricing-panel { display: none; }
.pricing-panel.active {
  display: block;
  animation: fadeIn 0.5s var(--ease);
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 968px) {
  .pricing-grid { grid-template-columns: 1fr; }
}
.price-card {
  position: relative;
  padding: 48px 40px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  transition: all 0.5s var(--ease);
}
.price-card.featured {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
  transform: scale(1.02);
}
.price-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.1);
}
.price-card.featured:hover {
  transform: scale(1.02) translateY(-6px);
  box-shadow: 0 30px 60px -20px rgba(176,137,71,0.4);
}
.price-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 16px;
  background: var(--gold);
  color: #fff;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.price-card h3 {
  font-size: 26px;
  margin-bottom: 8px;
  font-weight: 500;
}
.price-card.featured h3 { color: #fff; }
.price-card .timeline {
  font-size: 12px;
  color: var(--ink-4);
  margin-bottom: 32px;
  font-family: 'JetBrains Mono', monospace;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.price-card.featured .timeline { color: rgba(255,255,255,0.5); }
.price-value {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: clamp(48px, 5vw, 64px);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
  color: var(--ink);
  letter-spacing: -0.035em;
}
.price-card.featured .price-value { color: #fff; }
.price-value .currency { font-size: 0.5em; vertical-align: top; opacity: 0.5; }
.price-value .prefix {
  font-size: 0.3em;
  color: var(--ink-3);
  display: block;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 4px;
}
.price-card.featured .price-value .prefix { color: rgba(255,255,255,0.5); }
.price-suffix {
  font-size: 13px;
  color: var(--ink-3);
  margin-bottom: 36px;
}
.price-card.featured .price-suffix { color: rgba(255,255,255,0.5); }
.price-features {
  list-style: none;
  margin-bottom: 36px;
  flex: 1;
}
.price-features li {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: var(--ink-2);
}
.price-card.featured .price-features li {
  color: rgba(255,255,255,0.85);
  border-bottom-color: rgba(255,255,255,0.1);
}
.price-features li:last-child { border-bottom: none; }
.price-features li::before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 8.5l3 3 7-7' stroke='%23b08947' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  flex-shrink: 0;
  margin-top: 2px;
}
.price-card.featured .price-features li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 8.5l3 3 7-7' stroke='%23c9a14a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.price-card .btn { width: 100%; justify-content: center; }
.price-card.featured .btn-outline {
  background: var(--gold);
  color: #fff;
  border-color: var(--gold);
}
.price-card.featured .btn-outline:hover {
  background: #fff;
  color: var(--ink);
  border-color: #fff;
}

.price-note {
  text-align: center;
  margin-top: 40px;
  padding: 24px 32px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 15px;
  color: var(--ink-2);
}
.price-note strong { color: var(--gold); }

/* Maintenance pricing card variant */
.maintenance-section {
  background: var(--bg);
  border-top: 1px solid var(--line);
}
.maintenance-intro {
  max-width: 720px;
  margin: 0 auto 64px;
  text-align: center;
}
.maintenance-intro p {
  color: var(--ink-2);
  font-size: 17px;
  line-height: 1.7;
}
.maintenance-intro p strong { color: var(--ink); }

/* ============================================
   TESTIMONIALS — VIDEO + WRITTEN
============================================ */
.testimonials-section { background: var(--bg-2); }
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 968px) {
  .video-grid { grid-template-columns: 1fr; }
}
.video-card {
  aspect-ratio: 9/16;
  max-height: 480px;
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.5s var(--ease);
  border: 1px solid var(--line);
}
@media (max-width: 968px) {
  .video-card { aspect-ratio: 16/9; max-height: none; }
}
.video-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.2);
}
.video-card.v1 { background: linear-gradient(135deg, #2a3548 0%, #0a0f18 100%); }
.video-card.v2 { background: linear-gradient(135deg, #4a3429 0%, #1a1410 100%); }
.video-card.v3 { background: linear-gradient(135deg, #2c4030 0%, #0f1812 100%); }
.video-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 60%, rgba(176,137,71,0.2), transparent 60%);
}
.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.3);
  display: grid;
  place-items: center;
  color: #fff;
  transition: all 0.4s var(--ease);
  z-index: 2;
}
.video-card:hover .video-play {
  background: var(--gold);
  border-color: var(--gold);
  transform: translate(-50%, -50%) scale(1.1);
}
.video-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px;
  z-index: 2;
  background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
}
.video-info .name {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 4px;
}
.video-info .role {
  font-size: 12px;
  color: rgba(255,255,255,0.7);
}
.video-tag {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  padding: 6px 12px;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 100px;
  font-size: 11px;
  color: #fff;
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: 0.05em;
}

/* Written testimonials */
.tw-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 968px) {
  .tw-grid { grid-template-columns: 1fr; }
}
.tw-card {
  padding: 40px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  transition: all 0.5s var(--ease);
  display: flex;
  flex-direction: column;
}
.tw-card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.1);
}
.tw-stars {
  display: flex;
  gap: 2px;
  color: var(--gold);
  margin-bottom: 20px;
}
.tw-card .quote {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 32px;
  flex: 1;
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.tw-author {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.tw-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--gold-2);
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  flex-shrink: 0;
}
.tw-author .name {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}
.tw-author .role {
  font-size: 12px;
  color: var(--ink-3);
}

/* ============================================
   STATS BAND
============================================ */
.stats-band {
  padding: 80px 0;
  background: var(--ink);
  color: #fff;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
@media (max-width: 768px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 0; }
}
.stat-item {
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.1);
  padding: 0 16px;
}
.stat-item:last-child { border-right: none; }
@media (max-width: 768px) {
  .stat-item:nth-child(2) { border-right: none; }
}
.stat-value {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: clamp(44px, 7vw, 96px);
  font-weight: 600;
  color: var(--gold-2);
  line-height: 1;
  letter-spacing: -0.04em;
}
.stat-value .sm { font-size: 0.45em; color: rgba(255,255,255,0.5); }
.stat-label {
  margin-top: 16px;
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.05em;
}

/* ============================================
   TEAM
============================================ */
.team-section { background: var(--bg); }
.team-intro {
  max-width: 760px;
  margin: 0 auto 64px;
  text-align: center;
}
.team-intro h2 { margin-bottom: 24px; }
.team-intro p { color: var(--ink-3); font-size: 18px; line-height: 1.6; margin: 0 auto; }
.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 760px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .team-grid { grid-template-columns: 1fr; }
}
.team-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 48px 36px;
  text-align: center;
  transition: all 0.5s var(--ease);
}
.team-card:hover {
  border-color: var(--gold);
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -20px rgba(176,137,71,0.2);
}
.team-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--gold-2);
  display: grid;
  place-items: center;
  font-size: 36px;
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 500;
  margin: 0 auto 24px;
  position: relative;
}
.team-avatar::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  opacity: 0;
  transition: opacity 0.4s;
}
.team-card:hover .team-avatar::after { opacity: 1; }
.team-card h4 {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 6px;
  color: var(--ink);
}
.team-role {
  font-size: 13px;
  color: var(--ink-3);
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  font-family: 'JetBrains Mono', monospace;
  text-transform: uppercase;
}
.team-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--gold);
  font-weight: 500;
}

/* ============================================
   FAQ
============================================ */
.faq-section { background: var(--bg-2); }
.faq-list {
  max-width: 920px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-question {
  width: 100%;
  padding: 32px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: clamp(19px, 1.9vw, 26px);
  font-weight: 500;
  color: var(--ink);
  transition: color 0.3s;
  line-height: 1.3;
}
.faq-question:hover { color: var(--gold); }
.faq-toggle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--paper);
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: all 0.4s var(--ease);
}
.faq-item.open .faq-toggle {
  background: var(--gold);
  border-color: var(--gold);
  transform: rotate(45deg);
}
.faq-item.open .faq-toggle svg path { stroke: #fff; }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s var(--ease);
}
.faq-answer-inner {
  padding: 0 0 32px;
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.75;
  max-width: 82%;
}
.faq-answer-inner strong { color: var(--gold); }

/* ============================================
   BLOG / ARTICLES
============================================ */
.blog-section { background: var(--bg); }
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 968px) {
  .blog-grid { grid-template-columns: 1fr; }
}
.blog-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all 0.5s var(--ease);
  display: flex;
  flex-direction: column;
}
.blog-card:hover {
  border-color: var(--gold);
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.1);
}
.blog-img {
  aspect-ratio: 16/10;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.blog-img.b1 { background: linear-gradient(135deg, #f7f0e1 0%, #efe4cb 100%); }
.blog-img.b2 { background: linear-gradient(135deg, #e4ecf0 0%, #cad7e3 100%); }
.blog-img.b3 { background: linear-gradient(135deg, #efe2e2 0%, #d8c4c4 100%); }
.blog-img-glyph {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: clamp(64px, 8vw, 120px);
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.04em;
  line-height: 1;
  opacity: 0.85;
}
.blog-img-glyph em { color: var(--gold); font-style: italic; }
.blog-content {
  padding: 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.blog-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 11px;
  font-family: 'JetBrains Mono', monospace;
  color: var(--ink-4);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.blog-meta .cat {
  color: var(--gold);
  font-weight: 500;
}
.blog-meta .sep {
  width: 16px;
  height: 1px;
  background: var(--ink-4);
}
.blog-card h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 16px;
  color: var(--ink);
  flex: 1;
}
.blog-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--gold);
  font-weight: 500;
}
.blog-card:hover .blog-link { gap: 14px; }

/* ============================================
   BOOKING / CALENDLY-STYLE CTA
============================================ */
.booking-section {
  background: var(--ink);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.booking-section::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 60%;
  height: 140%;
  background: radial-gradient(ellipse at center, rgba(176,137,71,0.15), transparent 60%);
  pointer-events: none;
}
.booking-section .eyebrow { color: var(--gold-2); }
.booking-section h2 { color: #fff; }

.booking-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
@media (max-width: 968px) {
  .booking-grid { grid-template-columns: 1fr; gap: 48px; }
}
.booking-left p {
  color: rgba(255,255,255,0.7);
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 40px;
  max-width: 480px;
}
.booking-contacts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.booking-contact {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 24px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  transition: all 0.4s var(--ease);
}
.booking-contact:hover {
  background: rgba(176,137,71,0.1);
  border-color: var(--gold-2);
  transform: translateX(4px);
}
.booking-contact-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(176,137,71,0.15);
  color: var(--gold-2);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.booking-contact-info .label {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 4px;
  font-family: 'JetBrains Mono', monospace;
}
.booking-contact-info .value {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}

.booking-right {
  background: var(--bg-2);
  color: var(--ink);
  border-radius: var(--radius-lg);
  padding: 40px;
  position: relative;
  z-index: 2;
}
.booking-form-head {
  border-bottom: 1px solid var(--line);
  padding-bottom: 24px;
  margin-bottom: 28px;
}
.booking-form-head h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 6px;
  color: var(--ink);
}
.booking-form-head p {
  color: var(--ink-3);
  font-size: 14px;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: var(--ink-2);
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}
.form-input, .form-select, .form-textarea {
  width: 100%;
  padding: 14px 16px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: var(--ink);
  transition: border 0.3s;
}
.form-textarea { resize: vertical; min-height: 100px; }
.form-input:focus, .form-select:focus, .form-textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: var(--paper);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 480px) {
  .form-row { grid-template-columns: 1fr; }
}
.booking-form .btn { width: 100%; justify-content: center; margin-top: 8px; }
.booking-trust {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 16px;
  font-size: 11px;
  color: var(--ink-3);
  flex-wrap: wrap;
}
.booking-trust span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.booking-trust svg { color: var(--success); }

/* ============================================
   FOOTER
============================================ */
footer {
  background: var(--ink);
  color: rgba(255,255,255,0.7);
  padding: 80px 0 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 64px;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-brand { grid-column: 1 / -1; }
}
.footer-brand .logo { color: #fff; }
.footer-brand .logo-mark { background: var(--gold); color: var(--ink); }
.footer-brand p {
  color: rgba(255,255,255,0.6);
  margin-top: 24px;
  max-width: 320px;
  font-size: 14px;
  line-height: 1.7;
}
.footer-brand .addr {
  margin-top: 20px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 1.7;
}
.footer-col h5 {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 24px;
}
.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-col a {
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  transition: color 0.3s;
}
.footer-col a:hover { color: var(--gold-2); }
.footer-bottom {
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}
.footer-bottom .tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.footer-bottom .tag::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-2);
}
.footer-socials {
  display: flex;
  gap: 12px;
}
.footer-socials a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  display: grid;
  place-items: center;
  transition: all 0.3s;
}
.footer-socials a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}

/* ============================================
   REVEAL ANIMATIONS
============================================ */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s var(--ease), transform 1s var(--ease);
}
.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}
.reveal-stagger > * {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.reveal-stagger.in-view > * { opacity: 1; transform: translateY(0); }
.reveal-stagger.in-view > *:nth-child(1) { transition-delay: 0.05s; }
.reveal-stagger.in-view > *:nth-child(2) { transition-delay: 0.15s; }
.reveal-stagger.in-view > *:nth-child(3) { transition-delay: 0.25s; }
.reveal-stagger.in-view > *:nth-child(4) { transition-delay: 0.35s; }
.reveal-stagger.in-view > *:nth-child(5) { transition-delay: 0.45s; }
.reveal-stagger.in-view > *:nth-child(6) { transition-delay: 0.55s; }

/* ============================================
   LUXURY ENHANCEMENTS
============================================ */
.eyebrow { color: var(--gold); }
.eyebrow::before {
  background: linear-gradient(90deg, transparent, var(--gold-2), var(--gold));
  height: 1px;
  width: 40px;
}

.logo-mark {
  background: var(--gold-shine);
  color: var(--ink);
  box-shadow: 0 4px 16px -4px rgba(160,122,58,0.5), inset 0 1px 0 rgba(255,255,255,0.3);
  background-size: 200% 100%;
  animation: goldShine 6s ease-in-out infinite;
}

.utility-bar {
  background: linear-gradient(135deg, #0a0a0e 0%, #14141a 100%);
  border-bottom: 1px solid rgba(201,165,103,0.15);
  position: relative;
}
.utility-bar::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-2), transparent);
  opacity: 0.4;
}
.utility-bar .badge {
  background: linear-gradient(135deg, rgba(201,165,103,0.2), rgba(160,122,58,0.1));
  border: 1px solid rgba(201,165,103,0.25);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.btn-gold {
  background: var(--gold-shine);
  background-size: 200% 100%;
  color: #fff;
  box-shadow: 0 10px 30px -8px rgba(160,122,58,0.5), inset 0 1px 0 rgba(255,255,255,0.25);
  border: 1px solid rgba(255,255,255,0.1);
  animation: goldShine 6s ease-in-out infinite;
  text-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.btn-gold:hover {
  box-shadow: 0 18px 45px -10px rgba(160,122,58,0.6), inset 0 1px 0 rgba(255,255,255,0.35);
  transform: translateY(-3px);
}
.btn-primary {
  background: linear-gradient(135deg, #1f1f24, #111114);
  color: #fff;
  box-shadow: 0 10px 30px -10px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.05);
  border: 1px solid rgba(201,165,103,0.18);
}
.btn-primary:hover {
  background: var(--gold-shine);
  border-color: rgba(255,255,255,0.2);
  color: #050505;
  box-shadow: 0 18px 45px -10px rgba(201,165,103,0.5), inset 0 1px 0 rgba(255,255,255,0.3);
}

.service-card, .price-card, .team-card, .tw-card, .blog-card, .portfolio-card, .trust-card {
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), 0 4px 20px -8px rgba(0,0,0,0.04);
}
.service-card:hover, .price-card:hover, .team-card:hover, .tw-card:hover, .blog-card:hover, .portfolio-card:hover, .trust-card:hover {
  box-shadow: var(--shadow-lux), inset 0 1px 0 rgba(255,255,255,0.8);
}

.price-card.featured {
  background: linear-gradient(135deg, #14141a 0%, #0a0a0e 100%);
  border: 1px solid rgba(201,165,103,0.3);
  position: relative;
  box-shadow: 0 30px 80px -25px rgba(160,122,58,0.4), inset 0 1px 0 rgba(201,165,103,0.2);
}
.price-badge {
  background: var(--gold-shine);
  background-size: 200% 100%;
  animation: goldShine 6s ease-in-out infinite;
  box-shadow: 0 6px 20px -6px rgba(160,122,58,0.5);
  border: 1px solid rgba(255,255,255,0.15);
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.service-icon-box {
  background: linear-gradient(135deg, #1a1a1f, #0a0a0e);
  box-shadow: 0 8px 20px -6px rgba(0,0,0,0.15), inset 0 1px 0 rgba(201,165,103,0.15);
  border: 1px solid rgba(201,165,103,0.1);
  color: var(--gold-2);
}
.service-card:hover .service-icon-box {
  background: var(--gold-shine);
  color: #fff;
  box-shadow: 0 12px 30px -6px rgba(160,122,58,0.5), inset 0 1px 0 rgba(255,255,255,0.3);
}

.price-value {
  font-weight: 700;
  letter-spacing: -0.04em;
}
.price-card.featured .price-value {
  background: var(--gold-shine);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: goldShine 6s ease-in-out infinite;
}

.stat-value {
  background: var(--gold-shine);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: goldShine 8s ease-in-out infinite;
}

.hero-metric-value {
  font-weight: 700;
  letter-spacing: -0.04em;
}
.hero-metrics {
  position: relative;
}
.hero-metrics::before, .hero-metrics::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 8px;
  height: 8px;
  background: var(--gold-2);
  rotate: 45deg;
  margin-left: -4px;
}
.hero-metrics::before { top: -4px; }
.hero-metrics::after { bottom: -4px; }

.team-avatar {
  background: linear-gradient(135deg, #14141a, #0a0a0e);
  box-shadow: 0 8px 24px -8px rgba(0,0,0,0.25), inset 0 1px 0 rgba(201,165,103,0.2);
  border: 1px solid rgba(201,165,103,0.2);
  position: relative;
}
.team-avatar::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px solid var(--gold-2);
  opacity: 0.25;
  transition: all 0.5s var(--ease);
}
.team-card:hover .team-avatar::before {
  inset: -10px;
  opacity: 1;
  border-color: var(--gold);
}

.process-section {
  background: linear-gradient(135deg, #0a0a0e 0%, #14141a 50%, #0a0a0e 100%);
}
.process-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-2), transparent);
  opacity: 0.4;
}
.process-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-2), transparent);
  opacity: 0.4;
}
.process-card {
  background: linear-gradient(135deg, rgba(201,165,103,0.04), rgba(255,255,255,0.02));
  border: 1px solid rgba(201,165,103,0.12);
}
.process-card:hover {
  background: linear-gradient(135deg, rgba(201,165,103,0.1), rgba(201,165,103,0.04));
  border-color: rgba(201,165,103,0.35);
  box-shadow: 0 30px 80px -25px rgba(160,122,58,0.3);
}

.stats-band {
  background: linear-gradient(135deg, #0a0a0e 0%, #1a1620 100%);
  position: relative;
}
.stats-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 30%, rgba(201,165,103,0.08), transparent 40%),
    radial-gradient(circle at 90% 70%, rgba(201,165,103,0.08), transparent 40%);
  pointer-events: none;
}
.stats-band .container { position: relative; }

.booking-section {
  background: linear-gradient(135deg, #0a0a0e 0%, #1a1620 50%, #0a0a0e 100%);
}
.booking-contact {
  background: linear-gradient(135deg, rgba(255,255,255,0.04), rgba(201,165,103,0.03));
  border: 1px solid rgba(201,165,103,0.12);
}
.booking-contact:hover {
  background: linear-gradient(135deg, rgba(201,165,103,0.1), rgba(201,165,103,0.04));
  border-color: rgba(201,165,103,0.4);
}
.booking-contact-icon {
  background: linear-gradient(135deg, rgba(201,165,103,0.2), rgba(160,122,58,0.05));
  border: 1px solid rgba(201,165,103,0.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}

.booking-right {
  background: linear-gradient(180deg, var(--paper) 0%, var(--bg-2) 100%);
  box-shadow: 0 40px 100px -30px rgba(0,0,0,0.25);
  border: 1px solid rgba(201,165,103,0.1);
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  border-color: var(--gold);
  background: var(--paper);
  box-shadow: 0 0 0 3px rgba(201,165,103,0.1);
}

.trust-card:hover {
  border-color: rgba(201,165,103,0.4);
  background: linear-gradient(135deg, var(--paper), rgba(201,165,103,0.03));
}

.hero-showcase {
  background: linear-gradient(135deg, #0a0a0e 0%, #14141a 100%);
  box-shadow: var(--shadow-deep), inset 0 1px 0 rgba(201,165,103,0.1);
  border: 1px solid rgba(201,165,103,0.15);
}
.hero-showcase::before {
  background: radial-gradient(ellipse at top right, rgba(201,165,103,0.25), transparent 50%);
}

.tech-cloud {
  background: linear-gradient(135deg, #0a0a0e 0%, #14141a 50%, #0a0a0e 100%);
  box-shadow: var(--shadow-deep), inset 0 1px 0 rgba(201,165,103,0.1);
  border: 1px solid rgba(201,165,103,0.15);
}
.tech-orb {
  background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border: 1px solid rgba(201,165,103,0.15);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 8px 20px -6px rgba(0,0,0,0.3);
}
.tech-orb:hover {
  background: linear-gradient(135deg, rgba(201,165,103,0.2), rgba(201,165,103,0.05));
  border-color: var(--gold-2);
}

footer {
  background: linear-gradient(180deg, #0a0a0e 0%, #14141a 100%);
  border-top: 1px solid rgba(201,165,103,0.2);
  position: relative;
}
footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-2), transparent);
  opacity: 0.5;
}
.footer-brand .logo-mark {
  background: var(--gold-shine);
}
.footer-socials a:hover {
  background: var(--gold-shine);
  border-color: transparent;
  color: var(--ink);
}

.scroll-top {
  background: linear-gradient(135deg, #1a1a1f, #0a0a0e);
  border: 1px solid rgba(201,165,103,0.2);
  box-shadow: 0 12px 30px -10px rgba(0,0,0,0.3), inset 0 1px 0 rgba(201,165,103,0.15);
}
.scroll-top:hover {
  background: var(--gold-shine);
  border-color: transparent;
}

.curtain-logo {
  background: var(--gold-shine);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.pricing-tabs {
  background: var(--paper);
  box-shadow: 0 8px 24px -8px rgba(0,0,0,0.06), inset 0 1px 0 rgba(255,255,255,0.8);
  border: 1px solid rgba(201,165,103,0.15);
}
.pricing-tab-indicator {
  background: linear-gradient(135deg, #1a1a1f, #0a0a0e);
  box-shadow: 0 4px 16px -4px rgba(0,0,0,0.3);
}

.faq-toggle {
  background: var(--paper);
  border: 1px solid rgba(201,165,103,0.15);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
}
.faq-item.open .faq-toggle {
  background: var(--gold-shine);
  border-color: transparent;
  box-shadow: 0 6px 16px -4px rgba(160,122,58,0.4);
}
.faq-item::before {
  background: var(--gold-shine);
}

.logo-item .dot { color: var(--gold); }

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--gold-shine);
  background-size: 200% 100%;
  animation: goldShine 6s ease-in-out infinite;
  z-index: 199;
  opacity: 0.5;
}

section { padding: clamp(28px, 4vw, 60px) 0; }
.lead { line-height: 1.75; }
/* Tighten the services section specifically — it had a noticeably tall gap
   between the 8-card grid and the next section. */
.services-section { padding-bottom: clamp(20px, 3vw, 40px); }

/* ============================================
   GLOBAL DARK SAAS OVERRIDES
============================================ */

/* Body now inherits dark by default */
body {
  background: #050505;
  color: #eaeaea;
}

/* Cards: glassmorphism with subtle borders */
.service-card,
.price-card:not(.featured),
.tw-card,
.team-card,
.blog-card,
.portfolio-card,
.trust-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.025), rgba(255,255,255,0.01)) !important;
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(20px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 8px 32px -8px rgba(0,0,0,0.5);
}
.service-card:hover,
.price-card:not(.featured):hover,
.tw-card:hover,
.team-card:hover,
.blog-card:hover,
.portfolio-card:hover,
.trust-card:hover {
  background: linear-gradient(135deg, rgba(201,165,103,0.05), rgba(255,255,255,0.02)) !important;
  border-color: rgba(201,165,103,0.3);
  box-shadow: 0 30px 80px -25px rgba(201,165,103,0.25), inset 0 1px 0 rgba(255,255,255,0.06);
}

/* Text inside cards */
.service-card h3,
.price-card h3,
.tw-card h3,
.team-card h4,
.blog-card h3,
.portfolio-info h3,
.trust-rating .score { color: #fff; }
.service-card p,
.price-card p,
.tw-card .quote,
.blog-content,
.portfolio-info p,
.team-role,
.trust-reviews { color: var(--ink-3); }
.trust-reviews strong { color: #fff; }

/* Section background overrides — most sections now blend with body */
.services-section,
.feature-section,
.process-section,
.portfolio-section,
.testimonials-section,
.pricing-section,
.maintenance-section,
.team-section,
.faq-section,
.blog-section,
.stats-band,
.booking-section,
.trust-bar,
.logos-section {
  background: transparent !important;
  position: relative;
}

/* Subtle section depth via inner gradient at edges */
.feature-section::after,
.portfolio-section::after,
.team-section::after,
.blog-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(201,165,103,0.04), transparent 50%);
  pointer-events: none;
  z-index: 0;
}
.feature-section > .container,
.portfolio-section > .container,
.team-section > .container,
.blog-section > .container { position: relative; z-index: 1; }

/* Trust bar dark */
.trust-bar { border-color: var(--line); }
.trust-card-platform.google { background: #1a1a1a; border-color: var(--line); color: #4285F4; }
.trust-label { color: #fff; }

/* Logos section keep border */
.logos-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

/* Maintenance intro h2 */
.maintenance-intro h2 { color: #fff; }

/* Video card / video tag visibility */
.video-info .name { color: #fff; }
.video-info .role { color: rgba(255,255,255,0.7); }

/* Process / Stats / Booking sections lose dark gradient (now redundant) but keep ambient corner glows */
.process-section { background: transparent !important; }
.stats-band { background: transparent !important; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.booking-section { background: transparent !important; }
.process-section::before, .process-section::after,
.stats-band::before, .booking-section::before { display: none; }
.dark-luxe::before, .dark-luxe::after { display: none; }

/* Section connecting borders */
.feature-section, .portfolio-section, .team-section, .blog-section { border-top: 1px solid var(--line); }
.feature-section { border-top: none; }

/* Subtle section ambient glows */
section { position: relative; }
section::after { content: none; }

/* Footer keep visible — has its own dark gradient */
footer { background: linear-gradient(180deg, #0a0a0a 0%, #050505 100%) !important; }

/* Booking right form panel */
.booking-right { box-shadow: 0 40px 100px -30px rgba(0,0,0,0.6) !important; }

/* Pricing card featured glow stronger over dark */
.price-card.featured {
  background: linear-gradient(135deg, rgba(201,165,103,0.12), rgba(255,255,255,0.02)) !important;
  border: 1px solid rgba(201,165,103,0.4) !important;
  box-shadow: 0 40px 100px -30px rgba(201,165,103,0.5), inset 0 1px 0 rgba(201,165,103,0.3) !important;
}
.price-card.featured h3 { color: #fff; }
.price-card.featured .timeline { color: rgba(255,255,255,0.6); }
.price-card.featured .price-value { color: #fff; }
.price-card.featured .price-suffix { color: rgba(255,255,255,0.6); }
.price-card.featured .price-features li { color: rgba(255,255,255,0.9); }

/* Featured card animated glow */
@keyframes featuredGlow {
  0%, 100% { box-shadow: 0 40px 100px -30px rgba(201,165,103,0.4), inset 0 1px 0 rgba(201,165,103,0.25); }
  50% { box-shadow: 0 50px 120px -30px rgba(201,165,103,0.6), inset 0 1px 0 rgba(201,165,103,0.4); }
}

/* Tech cloud in dark scheme */
.tech-cloud {
  background: linear-gradient(135deg, rgba(255,255,255,0.03), rgba(201,165,103,0.02)) !important;
  border: 1px solid rgba(201,165,103,0.15) !important;
}

/* Tw card quote color */
.tw-card .quote { color: #fff; opacity: 0.9; }

/* Logo dot color update */
.logo-mark { color: #050505; }

/* Logos marquee */
.logo-item { color: var(--ink-3); }
.logos-head { color: var(--ink-4); }

/* Marquee logos visibility */
.logos-section { border-bottom-color: var(--line); }

/* Form inputs dark */
.form-input, .form-select, .form-textarea {
  background: rgba(255,255,255,0.03);
  border-color: var(--line);
  color: #fff;
}
.form-input::placeholder, .form-textarea::placeholder { color: var(--ink-4); }
.form-input:focus, .form-select:focus, .form-textarea:focus {
  background: rgba(255,255,255,0.05);
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,165,103,0.12);
}
.form-group label { color: var(--ink-2); }

/* Booking form panel */
.booking-right {
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01)) !important;
  border: 1px solid var(--line);
  backdrop-filter: blur(24px);
}
.booking-form-head { border-bottom-color: var(--line); }
.booking-form-head h3 { color: #fff; }
.booking-form-head p,
.booking-trust { color: var(--ink-3); }

/* Tw author */
.tw-author { border-top-color: var(--line); }
.tw-author .name { color: #fff; }
.tw-author .role { color: var(--ink-4); }
.tw-avatar {
  background: linear-gradient(135deg, rgba(201,165,103,0.18), rgba(160,122,58,0.05));
  color: var(--gold-2);
  border: 1px solid rgba(201,165,103,0.2);
}

/* FAQ */
.faq-item { border-bottom-color: var(--line); }
.faq-item:first-child { border-top-color: var(--line); }
.faq-question { color: #fff; }
.faq-question:hover { color: var(--gold-2); }
.faq-toggle {
  background: rgba(255,255,255,0.04) !important;
  border-color: rgba(255,255,255,0.1) !important;
  box-shadow: none !important;
}
.faq-toggle svg path { stroke: #fff; }
.faq-answer-inner { color: var(--ink-3); }

/* Pricing tabs dark */
.pricing-tabs {
  background: rgba(255,255,255,0.03) !important;
  border: 1px solid var(--line) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03) !important;
}
.pricing-tab { color: var(--ink-3); }
.pricing-tab:hover { color: #fff; }
.pricing-tab.active { color: #050505 !important; }
.pricing-tab-indicator {
  background: var(--gold-shine) !important;
  background-size: 200% 100% !important;
  animation: goldShine 6s ease-in-out infinite !important;
  box-shadow: 0 6px 20px -6px rgba(201,165,103,0.5) !important;
}

/* Price card */
.price-card h3 { color: #fff; }
.price-card .timeline { color: var(--ink-4); }
.price-value { color: #fff; }
.price-value .prefix { color: var(--ink-4); }
.price-suffix { color: var(--ink-4); }
.price-features li {
  color: var(--ink-2);
  border-bottom-color: var(--line);
}

.price-note {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line);
  color: var(--ink-2);
}
.price-note strong { color: var(--gold-2); }

/* Service icon box keep dark */
.service-icon-box {
  background: linear-gradient(135deg, rgba(201,165,103,0.12), rgba(201,165,103,0.02)) !important;
  border: 1px solid rgba(201,165,103,0.2) !important;
  color: var(--gold-2);
}
.service-card:hover .service-icon-box {
  background: var(--gold-shine) !important;
  color: #050505;
}
.service-num { color: var(--gold-2); }
.service-tech span {
  background: rgba(255,255,255,0.04);
  border-color: var(--line);
  color: var(--ink-3);
}
.service-foot { border-top-color: var(--line); }
.service-price { color: #fff; }
.service-price .small { color: var(--ink-4); }

/* Portfolio */
.portfolio-tag {
  background: rgba(255,255,255,0.04);
  border-color: var(--line);
  color: var(--ink-3);
}

/* Blog */
.blog-img.b1 { background: linear-gradient(135deg, rgba(201,165,103,0.15), rgba(201,165,103,0.03)); }
.blog-img.b2 { background: linear-gradient(135deg, rgba(80,120,180,0.15), rgba(80,120,180,0.03)); }
.blog-img.b3 { background: linear-gradient(135deg, rgba(180,80,80,0.15), rgba(180,80,80,0.03)); }
.blog-img-glyph { color: #fff; }
.blog-img-glyph em { color: var(--gold-2); }
.blog-content { padding: 32px; }
.blog-card h3 { color: #fff; }
.blog-meta { color: var(--ink-4); }
.blog-meta .cat { color: var(--gold-2); }

/* Team */
.team-card h4 { color: #fff; }
.team-avatar { color: var(--gold-2); }

/* Hero metrics — dark */
.hero-metrics { border-color: var(--line); }
.hero-metric { border-right-color: var(--line); }
.hero-metric-value { color: #fff; }
.hero-metric-value .sm { color: var(--ink-4); }
.hero-metric-label { color: var(--ink-3); }

/* Hero pill */
.hero-pill {
  background: rgba(255,255,255,0.04);
  border-color: var(--line);
  color: var(--ink-3);
}

/* Hero feature pills */
.hero-feature {
  background: rgba(201,165,103,0.06);
  border-color: rgba(201,165,103,0.2);
  color: var(--gold-2);
}

/* Section head lead text */
.section-head .right p { color: var(--ink-3); }

/* Feature list */
.feature-row { border-bottom-color: var(--line); }
.feature-row-content h4 { color: #fff; }
.feature-row-content p { color: var(--ink-3); }
.feature-row-icon {
  background: linear-gradient(135deg, rgba(201,165,103,0.15), rgba(201,165,103,0.03));
  border: 1px solid rgba(201,165,103,0.2);
  color: var(--gold-2);
}

/* Maintenance intro */
.maintenance-intro p { color: var(--ink-2); }
.maintenance-intro p strong { color: #fff; }

/* Eyebrow */
.eyebrow { color: var(--gold-2); }

/* Page progress bar already gold — keep */

/* Stats band stat-label */
.stat-label { color: var(--ink-3); }

/* Process card */
.process-card { color: var(--ink-2); }
.process-card h3 { color: #fff; }
.process-card p { color: var(--ink-3); }

/* Booking section */
.booking-left p { color: var(--ink-3); }
.booking-contact-info .label { color: var(--ink-4); }
.booking-contact-info .value { color: #fff; }

/* Tw stars */
.tw-stars, .trust-stars { color: var(--gold-2); }

/* Hero scroll indicator */
.scroll-indicator { color: var(--ink-4); }

/* Service link arrows etc all in gold */
.service-link, .portfolio-link, .blog-link { color: var(--gold-2); }

/* Hero meta line dim */
.hero-meta { color: var(--ink-4); }
.hero-meta .num { color: var(--ink-2); }
.hero-sub { color: var(--ink-3); }
.hero-secondary { color: var(--ink-3); }

/* ============================================
   GLOBAL STAR DUST (drifting particles)
============================================ */
.global-dust {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}
.dust-particle {
  position: absolute;
  border-radius: 50%;
  background: var(--gold-2);
  box-shadow: 0 0 12px var(--gold-2), 0 0 24px rgba(201,165,103,0.4);
  opacity: 0;
  animation: dustFloat var(--dur, 18s) linear var(--delay, 0s) infinite;
  will-change: transform, opacity;
}
.dust-particle.white {
  background: #fff;
  box-shadow: 0 0 8px rgba(255,255,255,0.6), 0 0 16px rgba(255,255,255,0.3);
}
@keyframes dustFloat {
  0% {
    transform: translate3d(0, 110vh, 0) scale(0);
    opacity: 0;
  }
  8% {
    opacity: var(--op, 0.6);
    transform: translate3d(var(--dx1, 10px), 95vh, 0) scale(1);
  }
  30% {
    transform: translate3d(var(--dx2, 30px), 65vh, 0) scale(1);
  }
  60% {
    transform: translate3d(var(--dx3, 0px), 35vh, 0) scale(1);
    opacity: var(--op, 0.6);
  }
  92% {
    opacity: var(--op, 0.6);
  }
  100% {
    transform: translate3d(var(--dx4, -20px), -10vh, 0) scale(0);
    opacity: 0;
  }
}

/* Sparkle dust — quick twinkle dust */
.sparkle-dust {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}
.sparkle {
  position: absolute;
  width: 2px;
  height: 2px;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  animation: sparkleIn var(--dur, 3s) ease-in-out var(--delay, 0s) infinite;
}
.sparkle.gold {
  background: var(--gold-2);
  box-shadow: 0 0 6px var(--gold-2);
}
@keyframes sparkleIn {
  0%, 100% { opacity: 0; transform: scale(0.5); }
  50% { opacity: var(--op, 0.9); transform: scale(1.6); }
}

/* ============================================
   STARFIELD (global)
============================================ */
.starfield {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70vw 60vh at 20% 0%, rgba(201,165,103,0.06), transparent 60%),
    radial-gradient(ellipse 60vw 50vh at 80% 100%, rgba(201,165,103,0.05), transparent 60%),
    radial-gradient(circle at 50% 50%, transparent 0%, rgba(5,5,5,0.4) 100%);
}
.star-layer {
  position: absolute;
  inset: -50%;
  width: 200%;
  height: 200%;
  will-change: transform;
}
.star {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(255,255,255,0.4);
}
.star.gold { background: var(--gold-2); box-shadow: 0 0 8px rgba(201,165,103,0.6); }
.star.twinkle {
  animation: twinkle var(--dur, 4s) ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}
@keyframes twinkle {
  0%, 100% { opacity: var(--op, 0.4); transform: scale(1); }
  50% { opacity: calc(var(--op, 0.4) * 2.2); transform: scale(1.4); }
}
.star-layer.layer-1 { animation: starDrift1 240s linear infinite; }
.star-layer.layer-2 { animation: starDrift2 320s linear infinite; }
.star-layer.layer-3 { animation: starDrift3 400s linear infinite; }
@keyframes starDrift1 {
  from { transform: translate(0, 0); }
  to { transform: translate(-300px, -200px); }
}
@keyframes starDrift2 {
  from { transform: translate(0, 0); }
  to { transform: translate(200px, -300px); }
}
@keyframes starDrift3 {
  from { transform: translate(0, 0); }
  to { transform: translate(-150px, 150px); }
}

/* Body content above starfield */
.utility-bar, .nav, header, section, footer { position: relative; z-index: 2; }

/* Mouse-follow ambient light */
.mouse-glow {
  position: fixed;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,165,103,0.08), transparent 60%);
  pointer-events: none;
  z-index: 1;
  filter: blur(40px);
  transform: translate(-50%, -50%);
  transition: opacity 0.5s;
  opacity: 0;
}
.mouse-glow.active { opacity: 1; }

/* Grain overlay reduce on dark */
.grain { opacity: 0.06; mix-blend-mode: overlay; }

/* Scroll progress top bar — adjust over dark */
.scroll-progress { background: linear-gradient(90deg, var(--gold), var(--gold-2)); }

/* Footer adjustments */
.footer-brand p, .footer-brand .addr, .footer-col a, .footer-bottom { color: var(--ink-3); }
.footer-bottom { color: var(--ink-4); }

/* Maintain horizontal line top of body — gold */
body::before {
  opacity: 0.7;
}

/* Stat value gradient text */
.stat-value { color: var(--gold-2); }

/* ============================================
   RESPONSIVE SCALING — phone → tablet → desktop
============================================ */

/* Container fluidity */
:root {
  --gutter: clamp(16px, 4vw, 60px);
}

/* === Tablet (≤1024px) === */
@media (max-width: 1024px) {
  /* Hero stacks single column */
  .hero-top { grid-template-columns: 1fr !important; gap: 28px !important; align-items: start !important; }
  .hero-right { align-items: flex-start !important; }
  .hero-meta { text-align: left !important; }
  .hero-meta .line { justify-content: flex-start !important; }
  .hero-sub { text-align: left !important; max-width: 100% !important; }

  /* Hero showcase stacks */
  .hero-showcase-grid { grid-template-columns: 1fr !important; gap: 32px !important; }

  /* Feature grid stacks */
  .feature-grid { grid-template-columns: 1fr !important; gap: 48px !important; }

  /* Section heads stack */
  .section-head { grid-template-columns: 1fr !important; gap: 20px !important; align-items: start !important; }

  /* Booking grid stacks */
  .booking-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
}

/* === Mobile (≤768px) === */
@media (max-width: 768px) {
  :root {
    --gutter: 18px;
  }

  /* Utility bar: compact + hide overflow elements */
  .utility-bar { font-size: 11px; padding: 8px 0; }
  .utility-inner { gap: 10px; }
  .utility-left { gap: 12px; }
  .utility-left a:nth-child(2) { display: none; } /* hide email on mobile */
  .utility-right { gap: 10px; }
  .utility-bar .badge {
    font-size: 10px;
    padding: 3px 8px;
    white-space: nowrap;
  }
  .utility-bar .badge span,
  .utility-right > a:not(.badge) { display: none; }
  /* Make badge text shorter via CSS-only swap */
  .utility-bar .badge {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* Nav: shrink logo, hide CTA text on small mobile, keep button compact */
  .nav { padding: 12px 0; }
  .nav-inner { gap: 12px; }
  .logo { font-size: 18px; }
  .logo-mark { width: 32px; height: 32px; font-size: 13px; }
  .nav-cta .btn-primary {
    padding: 10px 14px !important;
    font-size: 12px !important;
  }
  .nav-cta .btn-primary span.arrow { display: none; }

  /* Hero typography scales down */
  h1 {
    font-size: clamp(26px, 7.5vw, 38px) !important;
    line-height: 1.05 !important;
    letter-spacing: -0.02em !important;
  }
  h2 {
    font-size: clamp(22px, 6.5vw, 32px) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.015em !important;
  }
  /* Promoted page-title h1s track the section <h2> sizing at this breakpoint too. */
  .section-head .left h1,
  .team-intro h1,
  .legal-head h1 {
    font-size: clamp(22px, 6.5vw, 32px) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.015em !important;
  }
  h3 {
    font-size: clamp(18px, 4.6vw, 24px) !important;
    line-height: 1.2 !important;
  }
  .eyebrow { font-size: 10px; letter-spacing: 0.14em; margin-bottom: 18px; }
  .eyebrow::before { width: 22px; }
  .lead { font-size: 14px !important; line-height: 1.65 !important; }

  /* Hero word cycler — fit inside container, no horizontal overflow.
     Don't force min-width:0 — the JS measurement sets it to the widest word
     so the active cycle-word never gets clipped. */
  .word-cycler-hero {
    max-width: 100% !important;
    overflow: hidden;
    vertical-align: bottom;
  }
  .word-cycler-hero .cycle-word {
    line-height: 1.1;
  }
  /* Ensure h1 itself never causes horizontal scroll */
  h1, h2, h3 { overflow-wrap: break-word; }
  h1 { max-width: 100%; }

  /* Hero spacing tightens */
  .hero { padding-top: 24px; }
  .hero-top { margin-bottom: 36px !important; }
  .hero-cta-row {
    flex-direction: column;
    align-items: stretch !important;
    gap: 12px !important;
    margin-bottom: 32px !important;
  }
  .hero-cta-row .btn {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
    font-size: 14px;
  }
  .hero-secondary {
    text-align: center;
    justify-content: center;
    font-size: 12px;
  }

  /* Hero showcase tighter padding */
  .hero-showcase { padding: 24px !important; }
  .hero-showcase-left h3 { font-size: 22px !important; }

  /* Admin mockup smaller */
  .admin-body { grid-template-columns: 90px 1fr !important; height: 220px !important; }
  .admin-side-item { font-size: 10px; height: 26px; }
  .admin-stat .v { font-size: 14px; }
  .admin-stat .l { font-size: 8px; }
  .admin-stat .change { font-size: 8px; }

  /* Hero metrics: 2 cols on mobile */
  .hero-metrics {
    grid-template-columns: repeat(2, 1fr) !important;
    padding: 24px 0 !important;
    margin-top: 36px !important;
    gap: 8px !important;
  }
  .hero-metric { border-right: none !important; padding: 16px 8px !important; }
  .hero-metric:nth-child(odd) { border-right: 1px solid var(--line) !important; }
  .hero-metric:nth-child(1), .hero-metric:nth-child(2) { border-bottom: 1px solid var(--line) !important; }
  .hero-metric-value { font-size: 32px !important; }
  .hero-metric-label { font-size: 10px; margin-top: 8px; }

  /* Trust bar */
  .trust-grid { grid-template-columns: 1fr !important; gap: 24px !important; }
  .trust-cards { grid-template-columns: 1fr !important; gap: 12px; }
  .trust-label { font-size: 20px !important; max-width: 100%; }
  .trust-card { padding: 16px; gap: 14px; }

  /* Logos marquee — slow down + smaller */
  .logo-item { font-size: 18px !important; }
  .logos-marquee { gap: 40px; }
  .logos-section { padding: 16px 0; }

  /* Services grid stacks */
  .services-grid { grid-template-columns: 1fr !important; gap: 16px !important; }
  .service-card { padding: 28px 24px !important; min-height: auto !important; }
  .service-icon-box { width: 52px !important; height: 52px !important; margin-bottom: 24px !important; }
  .service-foot { flex-wrap: wrap; gap: 12px; }
  .service-price { font-size: 18px !important; }
  .service-link { font-size: 12px; }
  .service-tech { gap: 5px; }
  .service-tech span { font-size: 10px; padding: 3px 8px; }

  /* Feature list compact */
  .feature-row { grid-template-columns: 36px 1fr !important; gap: 16px !important; padding: 20px 0 !important; }
  .feature-row-icon { width: 36px !important; height: 36px !important; }
  .feature-row-content h4 { font-size: 18px !important; }
  .feature-row-content p { font-size: 14px; }

  /* Tech cloud smaller and fit better */
  .tech-cloud { padding: 32px !important; }
  .tech-orb { font-size: 11px !important; padding: 8px 12px !important; }
  .tech-center .big { font-size: 44px !important; }
  .tech-center .lbl { font-size: 10px; }

  /* Process cards stack */
  .process-grid { grid-template-columns: 1fr !important; gap: 14px !important; }
  .process-card { padding: 28px 24px !important; }

  /* Stats band 2-col */
  .stats-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 32px 0 !important; }
  .stats-band { padding: 56px 0; }
  .stat-value { font-size: 44px !important; }
  .stat-label { font-size: 11px; margin-top: 10px; }

  /* Portfolio stacks */
  .portfolio-grid { grid-template-columns: 1fr !important; gap: 20px !important; }
  .portfolio-card { padding: 0; }
  .portfolio-info { padding: 24px !important; }
  .portfolio-info h3 { font-size: 20px !important; }
  .portfolio-frame-content { padding: 24px !important; }
  .portfolio-frame-content .brand { font-size: 32px !important; }

  /* Video cards: change aspect to 16:9 stacked single col */
  .video-grid { grid-template-columns: 1fr !important; gap: 14px !important; }
  .video-card { aspect-ratio: 16/9 !important; max-height: none !important; }

  /* Written testimonials */
  .tw-grid { grid-template-columns: 1fr !important; gap: 14px !important; }
  .tw-card { padding: 28px 24px !important; }
  .tw-card .quote { font-size: 15px !important; }

  /* Pricing */
  .pricing-tabs {
    flex-direction: row;
    gap: 4px !important;
    padding: 5px !important;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .pricing-tabs::-webkit-scrollbar { display: none; }
  .pricing-tab {
    padding: 10px 16px !important;
    font-size: 12px !important;
    white-space: nowrap;
  }
  .pricing-grid { grid-template-columns: 1fr !important; gap: 16px !important; }
  .price-card { padding: 32px 24px !important; }
  .price-card.featured { transform: none !important; }
  .price-card.featured:hover { transform: translateY(-6px) !important; }
  .price-value { font-size: 42px !important; }
  .price-features li { font-size: 13px !important; padding: 8px 0; }
  .price-note { padding: 18px 20px; font-size: 13px; }

  /* Team grid stacks */
  .team-grid { grid-template-columns: 1fr !important; gap: 14px !important; }
  .team-card { padding: 36px 28px !important; }
  .team-avatar { width: 80px; height: 80px; font-size: 28px; }

  /* FAQ */
  .faq-question {
    font-size: 16px !important;
    padding: 22px 0 !important;
    gap: 14px;
  }
  .faq-toggle { width: 36px; height: 36px; }
  .faq-answer-inner {
    padding: 0 0 22px !important;
    font-size: 14px !important;
    max-width: 100% !important;
  }

  /* Blog */
  .blog-grid { grid-template-columns: 1fr !important; gap: 16px !important; }
  .blog-content { padding: 24px !important; }
  .blog-card h3 { font-size: 18px !important; }
  .blog-img-glyph { font-size: 64px !important; }

  /* Booking section */
  .booking-section { padding: 32px 0; }
  .booking-left p { font-size: 14px; max-width: 100%; margin-bottom: 28px; }
  .booking-contact { padding: 16px; gap: 14px; }
  .booking-contact-icon { width: 40px; height: 40px; }
  .booking-contact-info .value { font-size: 15px !important; }
  .booking-right { padding: 28px 22px !important; }
  .form-row { grid-template-columns: 1fr !important; gap: 16px !important; }
  .form-input, .form-select, .form-textarea {
    font-size: 16px !important; /* prevent iOS zoom */
    padding: 12px 14px;
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 32px !important;
  }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; align-items: center; }

  /* Sections — tighter vertical padding so mobile doesn't feel stretched */
  section { padding: 28px 0 !important; }
  .section-tight { padding: 20px 0 !important; }

  /* Mouse glow disabled (mobile has no cursor) */
  .mouse-glow { display: none !important; }

  /* Scroll-to-top button */
  .scroll-top {
    width: 48px;
    height: 48px;
    bottom: 20px !important;
    right: 16px !important;
  }

  /* Maintenance note + price-note responsive */
  .maintenance-intro { margin-bottom: 40px !important; }
  .maintenance-intro p { font-size: 14px !important; line-height: 1.65; }

  /* CTA card */
  .cta-card { padding: 48px 24px !important; }

  /* Deco circles / dots scaled down */
  .deco-circle { transform: scale(0.6); }
  .deco-dot { transform: scale(0.7); }
}

/* === Small mobile (≤480px) === */
@media (max-width: 480px) {
  :root { --gutter: 16px; }
  h1 { font-size: clamp(22px, 7.5vw, 30px) !important; }
  .utility-bar { display: none; } /* clean above-the-fold on tiny screens */
  .hero { padding-top: 12px; }
  .hero-pill { font-size: 11px; padding: 7px 12px; margin-bottom: 24px; }
  .hero-feature { font-size: 11px; padding: 8px 12px; }
  .price-value { font-size: 36px !important; }
}

/* === Phone landscape / extra small width === */
@media (max-width: 360px) {
  h1 { font-size: 26px !important; }
  h2 { font-size: 22px !important; }
  .section-head .left h1, .team-intro h1, .legal-head h1 { font-size: 22px !important; }
  .hero-metric-value { font-size: 26px !important; }
  .stat-value { font-size: 36px !important; }
  .service-card { padding: 24px 20px !important; }
  .price-card { padding: 28px 20px !important; }
}

/* Pricing subhead — inline label between project pricing and monthly maintenance,
   sits inside the same section so the two pricing grids feel like one model. */
.pricing-subhead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: clamp(56px, 8vw, 96px) auto clamp(40px, 6vw, 64px);
  max-width: 640px;
}
.pricing-subhead .line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-2), transparent);
  opacity: 0.45;
}
.pricing-subhead .label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-2);
  white-space: nowrap;
}
/* Backwards compatibility — older usages of .pricing-divider still render the same */
.pricing-divider { display: none; }

/* ============================================
   UNIFIED DARK BACKGROUND
   Every section reads off the same #050505 body bg
   + global starfield so the page feels like one
   continuous dark surface (matching the top hero).
============================================ */
html, body {
  background: #050505 !important;
}

/* Force EVERY section to be transparent — content sits on the body bg + starfield */
section,
header.hero,
.services-section,
.feature-section,
.process-section,
.portfolio-section,
.testimonials-section,
.pricing-section,
.maintenance-section,
.team-section,
.faq-section,
.blog-section,
.stats-band,
.booking-section,
.trust-bar,
.logos-section,
.dark-luxe,
.dark-luxe.services-section,
.dark-luxe.feature-section,
.dark-luxe.pricing-section,
.dark-luxe.maintenance-section,
.dark-luxe.testimonials-section,
.dark-luxe.faq-section {
  background: transparent !important;
}

/* Remove the dark-gradient backgrounds that gave individual sections their own tone */
.process-section,
.stats-band,
.booking-section { background: transparent !important; }

/* Remove the radial ambient circles per-section so the page reads as one canvas */
.feature-section::after,
.portfolio-section::after,
.team-section::after,
.blog-section::after,
.dark-luxe::before,
.dark-luxe::after,
.process-section::before,
.process-section::after,
.stats-band::before,
.booking-section::before { display: none !important; }

/* Hairline gold dividers between sections (so the eye still has rhythm) */
section + section,
section + footer {
  border-top: 1px solid rgba(255,255,255,0.05);
}

/* Body-level ambient mesh — the same soft hero glow but spread evenly
   across the entire viewport at all times, sitting between starfield and content */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 60vw 50vh at 15% 10%, rgba(201,165,103,0.08), transparent 55%),
    radial-gradient(ellipse 50vw 45vh at 85% 90%, rgba(201,165,103,0.06), transparent 55%),
    radial-gradient(ellipse 70vw 60vh at 50% 50%, rgba(255,255,255,0.015), transparent 70%);
}

/* Trust bar / logos sections were the only ones with subtle borders — keep them off so background reads uniform */
.trust-bar, .logos-section {
  border-top: 1px solid rgba(255,255,255,0.05) !important;
  border-bottom: 1px solid rgba(255,255,255,0.05) !important;
}

/* Stats band has its own borders — soften them so it doesn't visually box off */
.stats-band {
  border-top: 1px solid rgba(255,255,255,0.05) !important;
  border-bottom: 1px solid rgba(255,255,255,0.05) !important;
}

/* Footer matches body — no separate gradient */
footer {
  background: transparent !important;
  border-top: 1px solid rgba(255,255,255,0.06);
}

/* Nav remains a glass blur sitting on the body */
.nav { background: rgba(5,5,5,0.6) !important; }
.nav.scrolled { background: rgba(5,5,5,0.85) !important; }

/* Page curtain stays its own thing during load */
.page-curtain { background: #050505 !important; }

/* ============================================
   DARK LUXE SECTION MODIFIER
============================================ */
.dark-luxe {
  background: linear-gradient(135deg, #0a0a0e 0%, #14141a 50%, #0a0a0e 100%) !important;
  color: var(--bg-2);
  position: relative;
  overflow: hidden;
}
.dark-luxe::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-2), transparent);
  opacity: 0.4;
  z-index: 3;
}
.dark-luxe::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-2), transparent);
  opacity: 0.4;
  z-index: 3;
}
.dark-luxe > .container { position: relative; z-index: 2; }

/* Soft ambient radial glows in dark sections */
.dark-luxe .ambient-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    radial-gradient(circle at 15% 25%, rgba(201,165,103,0.06), transparent 35%),
    radial-gradient(circle at 85% 75%, rgba(201,165,103,0.06), transparent 35%);
}

/* Typography */
.dark-luxe h2, .dark-luxe h3, .dark-luxe h4 { color: #fff; }
.dark-luxe .lead { color: rgba(255,255,255,0.65); }
.dark-luxe .eyebrow { color: var(--gold-2); }
.dark-luxe .eyebrow::before {
  background: linear-gradient(90deg, var(--gold-2), transparent);
}

/* Cards in dark sections */
.dark-luxe .service-card,
.dark-luxe .price-card:not(.featured),
.dark-luxe .tw-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.03), rgba(201,165,103,0.02));
  border: 1px solid rgba(201,165,103,0.12);
  backdrop-filter: blur(20px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}
.dark-luxe .service-card:hover,
.dark-luxe .price-card:not(.featured):hover,
.dark-luxe .tw-card:hover {
  background: linear-gradient(135deg, rgba(201,165,103,0.08), rgba(201,165,103,0.03));
  border-color: rgba(201,165,103,0.35);
  box-shadow: 0 30px 80px -25px rgba(160,122,58,0.3), inset 0 1px 0 rgba(255,255,255,0.06);
}

.dark-luxe .service-card h3,
.dark-luxe .price-card h3,
.dark-luxe .tw-card h3 { color: #fff; }

.dark-luxe .service-card p,
.dark-luxe .price-card p,
.dark-luxe .tw-card .quote { color: rgba(255,255,255,0.72); }

.dark-luxe .service-num { color: var(--gold-2); }

.dark-luxe .service-tech span,
.dark-luxe .portfolio-tag {
  background: rgba(255,255,255,0.04);
  border-color: rgba(201,165,103,0.15);
  color: rgba(255,255,255,0.7);
}

.dark-luxe .service-foot,
.dark-luxe .price-features li {
  border-top-color: rgba(255,255,255,0.08);
  border-bottom-color: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.8);
}
.dark-luxe .price-features li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 8.5l3 3 7-7' stroke='%23c9a567' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.dark-luxe .service-price { color: #fff; }
.dark-luxe .service-price .small { color: rgba(255,255,255,0.5); }

.dark-luxe .price-value { color: #fff; }
.dark-luxe .price-value .prefix { color: rgba(255,255,255,0.5); }
.dark-luxe .price-suffix,
.dark-luxe .price-card .timeline { color: rgba(255,255,255,0.5); }

.dark-luxe .tw-author { border-top-color: rgba(255,255,255,0.08); }
.dark-luxe .tw-author .name { color: #fff; }
.dark-luxe .tw-author .role { color: rgba(255,255,255,0.55); }
.dark-luxe .tw-avatar {
  background: linear-gradient(135deg, rgba(201,165,103,0.2), rgba(160,122,58,0.05));
  color: var(--gold-2);
  border: 1px solid rgba(201,165,103,0.2);
}

/* FAQ in dark luxe */
.dark-luxe .faq-item { border-bottom-color: rgba(255,255,255,0.08); }
.dark-luxe .faq-item:first-child { border-top-color: rgba(255,255,255,0.08); }
.dark-luxe .faq-question { color: #fff; }
.dark-luxe .faq-question:hover { color: var(--gold-2); }
.dark-luxe .faq-toggle {
  background: rgba(255,255,255,0.04);
  border-color: rgba(201,165,103,0.2);
  box-shadow: none;
}
.dark-luxe .faq-toggle svg path { stroke: #fff; }
.dark-luxe .faq-answer-inner { color: rgba(255,255,255,0.72); }

/* Pricing tabs in dark luxe */
.dark-luxe .pricing-tabs {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(201,165,103,0.15);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}
.dark-luxe .pricing-tab { color: rgba(255,255,255,0.6); }
.dark-luxe .pricing-tab:hover { color: #fff; }
.dark-luxe .pricing-tab.active { color: #fff !important; }
.dark-luxe .pricing-tab-indicator {
  background: var(--gold-shine);
  background-size: 200% 100%;
  animation: goldShine 6s ease-in-out infinite;
  box-shadow: 0 6px 20px -6px rgba(160,122,58,0.5);
}

.dark-luxe .price-note {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(201,165,103,0.15);
  color: rgba(255,255,255,0.75);
}
.dark-luxe .price-note strong { color: var(--gold-2); }

.dark-luxe .maintenance-intro p { color: rgba(255,255,255,0.72); }
.dark-luxe .maintenance-intro p strong { color: #fff; }

/* Service icon box stays dark+gold; refine */
.dark-luxe .service-icon-box {
  background: linear-gradient(135deg, rgba(201,165,103,0.15), rgba(160,122,58,0.03));
  border: 1px solid rgba(201,165,103,0.25);
  color: var(--gold-2);
}
.dark-luxe .service-card:hover .service-icon-box {
  background: var(--gold-shine);
  color: #fff;
}

/* Featured price card in dark — extra glow */
.dark-luxe .price-card.featured {
  background: linear-gradient(135deg, rgba(201,165,103,0.12), rgba(160,122,58,0.03));
  border: 1px solid rgba(201,165,103,0.45);
  box-shadow: 0 40px 100px -30px rgba(160,122,58,0.5), inset 0 1px 0 rgba(201,165,103,0.3);
}

/* Btn-outline in dark luxe */
.dark-luxe .btn-outline {
  border-color: rgba(255,255,255,0.3);
  color: #fff;
}
.dark-luxe .btn-outline:hover {
  border-color: transparent;
  color: #fff;
}

/* Service link stays gold */
.dark-luxe .service-link { color: var(--gold-2); }
.dark-luxe .portfolio-link { color: var(--gold-2); }
.dark-luxe .blog-link { color: var(--gold-2); }

/* Trust card variants if applied */
.dark-luxe .trust-card {
  background: rgba(255,255,255,0.04);
  border-color: rgba(201,165,103,0.15);
}
.dark-luxe .trust-rating .score { color: #fff; }
.dark-luxe .trust-reviews { color: rgba(255,255,255,0.6); }
.dark-luxe .trust-reviews strong { color: #fff; }

/* Section divider between sections that are both dark */
.dark-luxe + .dark-luxe::before { display: none; }

/* Section-head lead text in dark sections */
.dark-luxe .section-head .right p,
.dark-luxe .lead { color: rgba(255,255,255,0.65); }

/* Maintenance heading inside dark section */
.dark-luxe .maintenance-intro h2 { color: #fff; }

/* Hover lift shadow recoloured for dark */
.dark-luxe .service-card:hover,
.dark-luxe .price-card:hover,
.dark-luxe .tw-card:hover {
  box-shadow: 0 30px 80px -25px rgba(160,122,58,0.35), inset 0 1px 0 rgba(255,255,255,0.06);
}

/* Video card already dark - just ensure consistency */
.dark-luxe .video-card { border-color: rgba(201,165,103,0.15); }

/* ============================================
   FLOATING DECO DOTS / ORBS
============================================ */
.deco-dot {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-2);
  opacity: 0.5;
  pointer-events: none;
  box-shadow: 0 0 10px var(--gold-2);
  animation: decoDotFloat 5s ease-in-out infinite;
  z-index: 1;
}
.deco-circle {
  position: absolute;
  border: 1px solid var(--gold-2);
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: none;
  animation: decoCircleSpin 12s linear infinite;
  z-index: 1;
}
@keyframes decoDotFloat {
  0%, 100% { transform: translate(0, 0); opacity: 0.5; }
  50% { transform: translate(8px, -10px); opacity: 0.9; }
}
@keyframes decoCircleSpin {
  to { transform: rotate(360deg); }
}

/* ============================================
   COMPLEX ANIMATIONS LAYER
============================================ */

/* Animated mesh gradient hero background */
.hero-mesh {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.7;
}
.hero-mesh::before, .hero-mesh::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
}
.hero-mesh::before {
  width: 60vw;
  height: 60vw;
  background: radial-gradient(circle, rgba(201,165,103,0.25), transparent 70%);
  top: -10%;
  left: -10%;
  animation: meshDrift1 20s ease-in-out infinite;
}
.hero-mesh::after {
  width: 50vw;
  height: 50vw;
  background: radial-gradient(circle, rgba(224,200,145,0.2), transparent 70%);
  bottom: -10%;
  right: -10%;
  animation: meshDrift2 24s ease-in-out infinite;
}
@keyframes meshDrift1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(15vw, 10vh) scale(1.1); }
  66% { transform: translate(5vw, 20vh) scale(0.9); }
}
@keyframes meshDrift2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-20vw, -10vh) scale(1.15); }
}

/* Floating gold particles in dark sections */
.particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}
.particle {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold-2);
  opacity: 0;
  box-shadow: 0 0 12px var(--gold-2), 0 0 24px rgba(201,165,103,0.3);
  animation: particleFloat var(--dur, 12s) linear var(--delay, 0s) infinite;
}
@keyframes particleFloat {
  0% {
    transform: translateY(110vh) translateX(0) scale(0);
    opacity: 0;
  }
  10% {
    opacity: var(--op, 0.6);
    transform: translateY(90vh) translateX(var(--dx, 10px)) scale(1);
  }
  50% {
    transform: translateY(40vh) translateX(calc(var(--dx, 10px) * 3)) scale(1);
  }
  90% {
    opacity: var(--op, 0.6);
  }
  100% {
    transform: translateY(-10vh) translateX(calc(var(--dx, 10px) * 5)) scale(0);
    opacity: 0;
  }
}
.process-section .container,
.stats-band .container,
.booking-section .container {
  position: relative;
  z-index: 2;
}

/* Letter-by-letter reveal animation for h2s — simple slide-up + fade so the
   headlines stay readable even mid-animation (no rotateX flat-letter look) */
.split-letters {
  display: inline-block;
}
.split-letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.35em);
  transition: opacity 0.5s var(--ease), transform 0.55s var(--ease);
  will-change: transform, opacity;
}
.split-letters.in-view .split-letter {
  opacity: 1;
  transform: translateY(0);
}
.split-letters.in-view .split-letter { transition-delay: calc(var(--i, 0) * 18ms); }

/* Scroll velocity skew for cards */
.skew-container > * {
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

/* 3D perspective marquee */
.logos-marquee-wrap {
  perspective: 800px;
  transform-style: preserve-3d;
}
.logos-marquee {
  transform: rotateX(8deg);
  transform-origin: center bottom;
}

/* Orbital tech cloud animation */
.tech-orbit-ring {
  position: absolute;
  inset: 10%;
  border: 1px dashed rgba(201,165,103,0.15);
  border-radius: 50%;
  animation: orbitRing 30s linear infinite;
  pointer-events: none;
}
.tech-orbit-ring::before, .tech-orbit-ring::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(201,165,103,0.1);
}
.tech-orbit-ring::before {
  inset: -10%;
  animation: orbitRing 40s linear infinite reverse;
}
.tech-orbit-ring::after {
  inset: 15%;
  border-color: rgba(201,165,103,0.2);
  animation: orbitRing 25s linear infinite;
}
@keyframes orbitRing {
  to { transform: rotate(360deg); }
}

/* Hero word cycler */
.word-cycler {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  height: 1.6em;
  line-height: 1.6;
  min-width: 4ch;
  font-weight: 700;
}
.word-cycler .cycle-word {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  color: var(--gold);
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.55s var(--ease), transform 0.55s var(--ease);
  line-height: 1.6;
}
.word-cycler .cycle-word.active {
  opacity: 1;
  transform: translateY(0);
}
.word-cycler .cycle-word.leaving {
  opacity: 0;
  transform: translateY(-100%);
}
/* Subtle shimmer over the active word only */
.word-cycler .cycle-word.active::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,0.5) 50%, transparent 70%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: italicShimmer 4s linear infinite;
  pointer-events: none;
}

/* ============================================
   HERO MASCOT (animated 3D coding character)
============================================ */
.mascot-stage {
  width: 100%;
  max-width: 460px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: auto;
  perspective: 1400px;
  perspective-origin: 50% 45%;
  transform-style: preserve-3d;
}
.mascot {
  width: 100%;
  height: 100%;
  display: block;
  filter: drop-shadow(0 20px 50px rgba(0,0,0,0.55)) drop-shadow(0 0 40px rgba(201,165,103,0.18));
}
.mascot-3d {
  width: 100% !important;
  height: 100% !important;
  display: block;
  background: transparent;
}
@keyframes mascot3DRotate {
  0%, 100% { transform: rotateY(-10deg) rotateX(4deg) translateZ(0); }
  25%      { transform: rotateY(0deg) rotateX(-2deg) translateZ(20px); }
  50%      { transform: rotateY(10deg) rotateX(4deg) translateZ(0); }
  75%      { transform: rotateY(0deg) rotateX(-2deg) translateZ(20px); }
}
/* Mouse-tracking rotation overrides the loop when hovering */
.mascot-stage:hover .mascot {
  animation-play-state: paused;
}
/* Reflective floor disc beneath mascot */
.mascot-stage::before {
  content: '';
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%) rotateX(70deg);
  width: 70%;
  height: 28%;
  background: radial-gradient(ellipse at center, rgba(201,165,103,0.2) 0%, rgba(201,165,103,0.05) 40%, transparent 70%);
  filter: blur(8px);
  pointer-events: none;
  animation: floorPulse 4s ease-in-out infinite;
}
@keyframes floorPulse {
  0%, 100% { opacity: 0.8; }
  50% { opacity: 1; }
}
@media (max-width: 1024px) {
  .mascot-stage { max-width: 340px; margin: 0 auto; }
}
@media (max-width: 480px) {
  .mascot-stage { max-width: 280px; }
}

/* Individual depth layers — each part rises off the surface at different Z heights */
.character { transform: translateZ(20px); transform-style: preserve-3d; }
.head      { transform: translateZ(35px); transform-style: preserve-3d; transform-origin: 210px 200px; transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1); }
.eyes      { transition: transform 0.18s cubic-bezier(0.16, 1, 0.3, 1); transform-origin: center; }
.eye-l     { transition: transform 0.18s cubic-bezier(0.16, 1, 0.3, 1); transform-origin: 192px 198px; }
.eye-r     { transition: transform 0.18s cubic-bezier(0.16, 1, 0.3, 1); transform-origin: 228px 198px; }
.laptop    { transform: translateZ(30px); }
.arm-left, .arm-right { transform: translateZ(25px); }
.code-window    { transform: translateZ(50px); transform-style: preserve-3d; }
.preview-window { transform: translateZ(55px); transform-style: preserve-3d; }
.sparkles      { transform: translateZ(70px); }
.orbit-dots    { transform: translateZ(60px); }
.mascot-halo   { transform: translateZ(-30px); }
.data-line     { transform: translateZ(45px); }

/* Halo gentle breathing */
.mascot-halo {
  transform-origin: 210px 220px;
  animation: haloBreath 4s ease-in-out infinite;
}
@keyframes haloBreath {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.08); }
}

/* Whole character softly floats */
.character { animation: floatBob 4.5s ease-in-out infinite; transform-origin: center; }
@keyframes floatBob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

/* Head rotation is now driven entirely by JS for cursor tracking — no autonomous CSS tilt */

/* Antenna pulse */
.antenna-pulse {
  transform-origin: 210px 124px;
  animation: antennaPulse 2s ease-in-out infinite;
  filter: drop-shadow(0 0 6px #c9a567);
}
@keyframes antennaPulse {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.5); }
}

/* Eyes blink — applied only to the inner gold circle + highlight so JS can still
   translate the wrapping group toward the cursor without conflict */
.eye-circle, .eye-shine {
  transform-origin: center;
  animation: blink 5s ease-in-out infinite;
}
@keyframes blink {
  0%, 92%, 96%, 100% { transform: scaleY(1); }
  94% { transform: scaleY(0.05); }
}

/* Chest pulse */
.chest-pulse {
  transform-origin: 210px 280px;
  animation: chestPulse 1.8s ease-in-out infinite;
  filter: drop-shadow(0 0 6px #c9a567);
}
@keyframes chestPulse {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.3); }
}

/* Arms typing — alternating subtle up-down */
.arm-left {
  transform-origin: 149px 270px;
  animation: typeLeft 0.7s ease-in-out infinite;
}
.arm-right {
  transform-origin: 271px 270px;
  animation: typeRight 0.7s ease-in-out infinite;
  animation-delay: 0.35s;
}
@keyframes typeLeft {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-3px) rotate(-2deg); }
}
@keyframes typeRight {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-3px) rotate(2deg); }
}

/* Laptop code lines pop in sequence */
.lap-line {
  transform-origin: left center;
  animation: lapLine 3s ease-in-out infinite;
}
.lap-l-1 { animation-delay: 0s; }
.lap-l-2 { animation-delay: 0.25s; }
.lap-l-3 { animation-delay: 0.5s; }
.lap-l-4 { animation-delay: 0.75s; }
@keyframes lapLine {
  0%, 80%, 100% { transform: scaleX(1); opacity: 1; }
  85% { transform: scaleX(0); opacity: 0.3; }
}

/* Floating code window — gentle drift + slight rotation */
.code-window {
  animation: codeFloat 6s ease-in-out infinite;
  transform-origin: center;
  transform-box: fill-box;
}
@keyframes codeFloat {
  0%, 100% { transform: translate(20px, 110px) rotate(-2deg); }
  50% { transform: translate(15px, 102px) rotate(0deg); }
}

/* Code lines in floating window — type-on staggered effect */
.cl {
  transform-origin: left center;
  animation: codeLineType 4s ease-in-out infinite;
}
.cl-1 { animation-delay: 0s; }
.cl-2 { animation-delay: 0.2s; }
.cl-3 { animation-delay: 0.4s; }
.cl-4 { animation-delay: 0.6s; }
.cl-5 { animation-delay: 0.8s; }
.cl-6 { animation-delay: 1.0s; }
.cl-7 { animation-delay: 1.2s; }
@keyframes codeLineType {
  0% { transform: scaleX(0); opacity: 0; }
  10% { opacity: 1; }
  30%, 90% { transform: scaleX(1); opacity: 1; }
  100% { transform: scaleX(0); opacity: 0; }
}

/* Preview window — float in the opposite direction */
.preview-window {
  animation: previewFloat 6s ease-in-out infinite;
  transform-origin: center;
  transform-box: fill-box;
  animation-delay: 1s;
}
@keyframes previewFloat {
  0%, 100% { transform: translate(282px, 90px) rotate(2deg); }
  50% { transform: translate(287px, 82px) rotate(0deg); }
}

/* Cursor blink in preview */
.cursor-blink {
  animation: cursorBlink 1s steps(2) infinite;
}
@keyframes cursorBlink {
  0%, 50% { opacity: 1; }
  51%, 100% { opacity: 0; }
}

/* Data flow line between code and preview */
.data-line {
  stroke-dashoffset: 0;
  animation: dataFlow 1.5s linear infinite;
}
@keyframes dataFlow {
  to { stroke-dashoffset: -14; }
}

/* Orbit dots gentle twinkle */
.orbit-dots circle {
  animation: orbitTwinkle 3s ease-in-out infinite;
}
.orbit-dots circle:nth-child(1) { animation-delay: 0s; }
.orbit-dots circle:nth-child(2) { animation-delay: 0.5s; }
.orbit-dots circle:nth-child(3) { animation-delay: 1s; }
.orbit-dots circle:nth-child(4) { animation-delay: 1.5s; }
.orbit-dots circle:nth-child(5) { animation-delay: 2s; }
.orbit-dots circle:nth-child(6) { animation-delay: 2.5s; }
@keyframes orbitTwinkle {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}

/* Floating sparkles */
.sp { transform-origin: center; transform-box: fill-box; }
.sp-1 { animation: sparkle 3s ease-in-out infinite 0s; }
.sp-2 { animation: sparkle 3s ease-in-out infinite 0.6s; }
.sp-3 { animation: sparkle 3s ease-in-out infinite 1.2s; }
.sp-4 { animation: sparkle 3s ease-in-out infinite 1.8s; }
.sp-5 { animation: sparkle 3s ease-in-out infinite 2.4s; }
@keyframes sparkle {
  0%, 100% { opacity: 0; transform: scale(0.5); }
  50% { opacity: 1; transform: scale(1.3); }
}

/* ============================================
   NAV LANGUAGE SWITCH (next to the primary CTA)
============================================ */
.lang-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  border-radius: 100px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line);
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all 0.3s var(--ease);
  outline: none;
}
.lang-switch:hover,
.lang-switch:focus-visible {
  background: rgba(201,165,103,0.08);
  border-color: rgba(201,165,103,0.35);
  color: var(--gold-2);
}
.lang-switch svg {
  transition: transform 0.3s var(--ease);
  opacity: 0.75;
}
.lang-switch:hover svg,
.lang-switch:focus-within svg { transform: rotate(180deg); opacity: 1; }

.lang-menu {
  position: fixed; /* fixed → escapes all stacking-context conflicts (backdrop-filter, etc.) */
  top: 0; left: 0;
  min-width: 170px;
  padding: 6px;
  margin: 0;
  list-style: none;
  background: rgba(10,10,12,0.95);
  backdrop-filter: blur(20px);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 24px 50px -18px rgba(0,0,0,0.7);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(var(--lm-x, 0), calc(var(--lm-y, 0) - 8px), 0);
  transition: opacity 0.28s var(--ease), transform 0.28s var(--ease), visibility 0.28s;
  z-index: 99999;
}
.lang-switch:hover .lang-menu,
.lang-switch:focus-within .lang-menu,
.lang-switch:focus .lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(var(--lm-x, 0), var(--lm-y, 0), 0);
}
.lang-menu li { margin: 0; }
.lang-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  font-size: 13px;
  color: var(--ink-2);
  border-radius: 10px;
  transition: background 0.2s, color 0.2s;
}
.lang-menu a:hover {
  background: rgba(201,165,103,0.1);
  color: var(--gold-2);
}
.lang-menu .lang-code {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--ink-4);
  min-width: 22px;
}
.lang-menu a:hover .lang-code { color: var(--gold-2); }
.lang-menu .lang-name { font-size: 13px; }

/* Flag chip — small rounded rectangle that holds the SVG flag */
.flag {
  display: inline-block;
  width: 20px;
  height: 14px;
  border-radius: 3px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.08), 0 1px 2px rgba(0,0,0,0.4);
  line-height: 0;
  vertical-align: middle;
}
.flag svg {
  width: 100%;
  height: 100%;
  display: block;
}
.lang-switch .flag { margin-right: 2px; }

@media (max-width: 768px) {
  .lang-switch { padding: 8px 12px; font-size: 12px; }
  .lang-menu { right: 0; left: auto; }
}

/* ============================================
   HERO CONTACT CARD (right column of the hero)
   Lives where the 3D mascot used to be — gives the
   contact info immediate visibility above the fold.
============================================ */
.hero-contact-card {
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  padding: clamp(18px, 2vw, 24px);
  background: linear-gradient(135deg, rgba(255,255,255,0.04), rgba(201,165,103,0.04));
  border: 1px solid rgba(201,165,103,0.18);
  border-radius: var(--radius);
  backdrop-filter: blur(20px);
  box-shadow: 0 24px 48px -22px rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.04);
  position: relative;
  overflow: hidden;
  font-size: 13px;
}
.hero-contact-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-2), transparent);
  opacity: 0.7;
}

.hcc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-2);
  margin-bottom: 10px;
}
.hcc-eyebrow .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-2);
  box-shadow: 0 0 8px rgba(201,165,103,0.7);
  animation: hccDot 2s ease-in-out infinite;
}
@keyframes hccDot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(1.35); opacity: 0.55; }
}

.hcc-title {
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
  letter-spacing: -0.015em;
  line-height: 1.2;
}
.hcc-sub {
  font-size: 12px;
  color: var(--ink-3);
  line-height: 1.5;
  margin-bottom: 16px;
}

.hcc-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
}
.hcc-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: rgba(255,255,255,0.025);
  border: 1px solid var(--line);
  border-radius: 12px;
  transition: all 0.35s var(--ease);
  color: inherit;
  text-decoration: none;
}
.hcc-row:hover {
  background: rgba(201,165,103,0.08);
  border-color: rgba(201,165,103,0.35);
  transform: translateX(4px);
  box-shadow: 0 12px 28px -10px rgba(201,165,103,0.25);
}
.hcc-icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(201,165,103,0.15), rgba(201,165,103,0.04));
  border: 1px solid rgba(201,165,103,0.2);
  display: grid;
  place-items: center;
  color: var(--gold-2);
  flex-shrink: 0;
  transition: all 0.35s var(--ease);
}
.hcc-icon svg { width: 14px; height: 14px; }
.hcc-row:hover .hcc-icon {
  background: var(--gold-shine);
  background-size: 200% 100%;
  border-color: transparent;
  color: #050505;
}
.hcc-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.hcc-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-4);
}
.hcc-value {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hcc-foot {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.hcc-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  color: var(--ink-3);
}
.hcc-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 3px rgba(45,106,62,0.18);
  animation: hccDot 2s ease-in-out infinite;
}

@media (max-width: 1024px) {
  .hero-contact-card { max-width: 100%; margin: 0 auto; }
}
@media (max-width: 480px) {
  .hcc-value { font-size: 13px; }
}

/* ============================================
   HERO SUB + BULLETS (below the headline)
============================================ */
.hero-headline-block .hero-sub {
  text-align: left !important;
  max-width: 560px !important;
  margin-top: clamp(18px, 2vw, 26px);
  margin-bottom: clamp(20px, 2vw, 28px);
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.6;
  color: var(--ink-3);
}
.hero-headline-block .hero-sub strong {
  color: #fff;
  font-weight: 600;
}

.hero-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}
.hero-bullets li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--ink-2);
  white-space: nowrap;
}
.hero-bullets .hb-tick {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(201,165,103,0.12);
  border: 1px solid rgba(201,165,103,0.3);
  color: var(--gold-2);
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .hero-bullets li { font-size: 12px; }
  .hero-bullets { gap: 6px 14px; }
}

/* Keep "un" and the cycling word together on the same line — never break between them */
.hero-un-pair {
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
  max-width: 100%;
}
.hero-un-pair .split-word { vertical-align: top; }

/* Hero-sized cycler (large h1) */
.word-cycler-hero {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  height: 1.05em;
  line-height: 1;
  min-width: 4ch;
  font-weight: 700;
  color: var(--gold);
}
.word-cycler-hero .cycle-word {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  color: var(--gold);
  opacity: 0;
  transform: translateY(110%);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
  line-height: 1;
}
.word-cycler-hero .cycle-word.active {
  opacity: 1;
  transform: translateY(0);
}
.word-cycler-hero .cycle-word.leaving {
  opacity: 0;
  transform: translateY(-110%);
}
/* Shimmer on active hero word */
.word-cycler-hero .cycle-word.active::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,0.55) 50%, transparent 70%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: italicShimmer 5s linear infinite;
  pointer-events: none;
}

/* Text scramble effect */
.scramble-target {
  position: relative;
  display: inline-block;
}

/* Card lift on hover (combined with existing tilt) */
.service-card, .price-card, .blog-card, .portfolio-card, .team-card, .tw-card, .trust-card {
  will-change: transform;
}

/* Section reveal mask animation */
.mask-reveal {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}
.mask-reveal.in-view {
  clip-path: inset(0 0 0 0);
}

/* Scroll-linked rotation for gold dingbats */
.gold-spin {
  display: inline-block;
  transition: transform 0.5s var(--ease);
}

/* Service card icon orbital glow */
.service-icon-box {
  position: relative;
}
.service-icon-box::before {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 20px;
  background: conic-gradient(from 0deg, transparent, var(--gold), transparent, transparent);
  opacity: 0;
  z-index: -1;
  animation: iconConic 4s linear infinite;
  transition: opacity 0.5s;
}
.service-card:hover .service-icon-box::before { opacity: 0.4; }
@keyframes iconConic {
  to { transform: rotate(360deg); }
}

/* Floating decoration shapes */
.deco-shape {
  position: absolute;
  pointer-events: none;
  opacity: 0.3;
  animation: decoFloat 8s ease-in-out infinite;
}
@keyframes decoFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(180deg); }
}

/* Pricing tab indicator elastic spring */
.pricing-tab-indicator {
  transition: transform 0.6s cubic-bezier(0.68, -0.4, 0.27, 1.4), width 0.6s cubic-bezier(0.68, -0.4, 0.27, 1.4);
}

/* Slot machine digit roll */
.slot-digit {
  display: inline-block;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 1em;
  line-height: 1;
}
.slot-digit-roll {
  display: inline-flex;
  flex-direction: column;
  transition: transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
.slot-digit-roll span {
  display: block;
  height: 1em;
  line-height: 1;
}
.stats-band .stat-value .slot-digit,
.stats-band .stat-value .slot-digit-roll,
.stats-band .stat-value .slot-digit-roll span {
  -webkit-text-fill-color: var(--gold-2) !important;
  color: var(--gold-2) !important;
  background: none !important;
}

/* Portfolio card image zoom on scroll */
.portfolio-frame {
  transition: transform 1.2s var(--ease);
}

/* Admin mockup data flow effect */
.admin-flow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-2), transparent);
  animation: dataFlow 3s linear infinite;
  opacity: 0.6;
}
@keyframes dataFlow {
  0% { transform: translateY(-280px); }
  100% { transform: translateY(0px); }
}

/* Underline draw on links */
.draw-underline {
  position: relative;
}
.draw-underline::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s var(--ease);
}
.draw-underline:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* Smooth scroll velocity skew */
[data-skew] {
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* Hover image peek (cursor follow) */
.peek-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 220px;
  height: 140px;
  border-radius: 12px;
  pointer-events: none;
  z-index: 9990;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease);
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.4);
  overflow: hidden;
}
.peek-img.visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* Cinematic clip reveal for sections */
.cinematic-reveal {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  transition: clip-path 1.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.cinematic-reveal.in-view {
  clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
}

/* Featured price card pulsing glow */
.price-card.featured {
  animation: featuredGlow 4s ease-in-out infinite;
}
@keyframes featuredGlow {
  0%, 100% { box-shadow: 0 30px 80px -25px rgba(160,122,58,0.4), inset 0 1px 0 rgba(201,165,103,0.2); }
  50% { box-shadow: 0 35px 90px -25px rgba(160,122,58,0.6), inset 0 1px 0 rgba(201,165,103,0.3); }
}

/* Stagger char reveal */
.char-stagger {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: charIn 0.6s var(--ease) forwards;
  animation-delay: calc(var(--i, 0) * 30ms);
}
@keyframes charIn {
  to { opacity: 1; transform: translateY(0); }
}

/* Animated SVG gold flourish */
.flourish {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.flourish svg path {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: flourishDraw 2s var(--ease) forwards;
}
@keyframes flourishDraw {
  to { stroke-dashoffset: 0; }
}

/* Portfolio brand letters cascade */
.portfolio-frame-content .brand {
  display: flex;
  gap: 0;
  overflow: hidden;
}
.portfolio-card:hover .brand span {
  animation: brandWave 0.6s var(--ease) forwards;
}
@keyframes brandWave {
  0% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0); }
}

/* Card glare sweep */
.card-glare {
  position: relative;
  overflow: hidden;
}
.card-glare::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.08), transparent);
  transform: skewX(-25deg);
  transition: left 0.8s var(--ease);
  pointer-events: none;
}
.card-glare:hover::after { left: 130%; }

/* Smooth gradient angle shift on hover */
.btn-gold:hover, .btn-primary:hover, .price-badge {
  animation: gradientShift 3s ease-in-out infinite;
}
@keyframes gradientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* Custom cursor removed — system cursor restored */

/* ============================================
   SCROLL PROGRESS
============================================ */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-2));
  z-index: 200;
  width: 0%;
  transition: width 0.1s ease-out;
  box-shadow: 0 0 12px rgba(176,137,71,0.6);
}

/* ============================================
   PAGE LOAD CURTAIN
============================================ */
.page-curtain {
  position: fixed;
  inset: 0;
  background: linear-gradient(135deg, #050505 0%, #0a0a0a 100%);
  z-index: 9998;
  display: grid;
  place-items: center;
  transition: transform 1.2s cubic-bezier(0.86, 0, 0.07, 1) 0.4s;
}
.page-curtain.gone {
  transform: translateY(-100%);
}
.curtain-logo {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: var(--gold-2);
  letter-spacing: -0.03em;
  opacity: 0;
  animation: curtainFade 1s var(--ease) forwards;
}
.curtain-logo em { font-style: italic; }
@keyframes curtainFade {
  0% { opacity: 0; transform: translateY(20px); }
  40% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(-20px); }
}

/* ============================================
   HERO SPOTLIGHT (cursor-following gradient)
============================================ */
.hero {
  position: relative;
}
.hero-spotlight {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: radial-gradient(
    600px circle at var(--sx, 50%) var(--sy, 50%),
    rgba(176, 137, 71, 0.08),
    transparent 60%
  );
  z-index: 0;
  transition: background 0.3s ease;
}
.hero > .container { position: relative; z-index: 1; }

/* ============================================
   HEADLINE WORD ANIMATION
============================================ */
.split-word {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
.split-word > span {
  display: inline-block;
  transform: translateY(110%);
  opacity: 0;
  transition: transform 1.1s var(--ease), opacity 1.1s var(--ease);
}
.split-loaded .split-word > span {
  transform: translateY(0);
  opacity: 1;
}
.split-loaded .split-word:nth-child(1) > span { transition-delay: 0.05s; }
.split-loaded .split-word:nth-child(2) > span { transition-delay: 0.10s; }
.split-loaded .split-word:nth-child(3) > span { transition-delay: 0.15s; }
.split-loaded .split-word:nth-child(4) > span { transition-delay: 0.20s; }
.split-loaded .split-word:nth-child(5) > span { transition-delay: 0.25s; }
.split-loaded .split-word:nth-child(6) > span { transition-delay: 0.30s; }
.split-loaded .split-word:nth-child(7) > span { transition-delay: 0.35s; }
.split-loaded .split-word:nth-child(8) > span { transition-delay: 0.40s; }
.split-loaded .split-word:nth-child(9) > span { transition-delay: 0.45s; }
.split-loaded .split-word:nth-child(10) > span { transition-delay: 0.50s; }
.split-loaded .split-word:nth-child(11) > span { transition-delay: 0.55s; }

/* ============================================
   3D TILT CARDS
============================================ */
[data-tilt] {
  transform-style: preserve-3d;
  transition: transform 0.6s var(--ease), border-color 0.5s, box-shadow 0.5s;
  will-change: transform;
}
[data-tilt]:hover {
  transition: transform 0.1s ease-out, border-color 0.5s, box-shadow 0.5s;
}
[data-tilt] > * {
  transform: translateZ(0);
  transition: transform 0.6s var(--ease);
}

/* ============================================
   MAGNETIC BUTTONS
============================================ */
[data-magnetic] {
  transition: transform 0.4s var(--ease), background 0.5s, color 0.5s, box-shadow 0.5s;
}

/* ============================================
   BUTTON RIPPLE
============================================ */
.btn { position: relative; }
.btn .ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  transform: scale(0);
  animation: rippleEffect 0.7s var(--ease);
  pointer-events: none;
}
.btn-primary .ripple, .btn-gold .ripple { background: rgba(255,255,255,0.5); }
.btn-outline .ripple, .btn-ghost .ripple { background: rgba(176,137,71,0.3); }
@keyframes rippleEffect {
  to { transform: scale(4); opacity: 0; }
}

/* ============================================
   ARROW LINK ANIMATION (continuous)
============================================ */
.service-link span, .portfolio-link span, .blog-link span {
  display: inline-block;
  animation: arrowBob 2.4s ease-in-out infinite;
}
@keyframes arrowBob {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(4px); }
}

/* ============================================
   MARQUEE — keeps scrolling on hover (no pause)
============================================ */

/* ============================================
   ADMIN CHART DRAWING
============================================ */
.admin-chart svg path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: drawPath 2.4s var(--ease) 0.8s forwards;
}
.admin-chart svg path:first-child {
  animation: none;
  opacity: 0;
  animation: fadeArea 1.2s var(--ease) 2s forwards;
}
@keyframes drawPath {
  to { stroke-dashoffset: 0; }
}
@keyframes fadeArea {
  to { opacity: 1; }
}

/* ============================================
   ADMIN STAT PULSE
============================================ */
.admin-stat {
  position: relative;
  overflow: hidden;
}
.admin-stat::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(176,137,71,0.15), transparent);
  transform: translateX(-100%);
  animation: shimmer 4s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}
.admin-stat:nth-child(1)::after { --delay: 0s; }
.admin-stat:nth-child(2)::after { --delay: 1.3s; }
.admin-stat:nth-child(3)::after { --delay: 2.6s; }
@keyframes shimmer {
  0%, 20% { transform: translateX(-100%); }
  40%, 100% { transform: translateX(100%); }
}

/* ============================================
   FLOATING ANIMATION FOR HERO SHOWCASE
============================================ */
.hero-showcase .admin-mockup {
  animation: heroFloat 6s ease-in-out infinite;
}
@keyframes heroFloat {
  0%, 100% { transform: perspective(1000px) rotateY(-5deg) rotateX(2deg) translateY(0); }
  50% { transform: perspective(1000px) rotateY(-5deg) rotateX(2deg) translateY(-12px); }
}

/* ============================================
   GRAIN OVERLAY
============================================ */
.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.04;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ============================================
   STATS COUNTER FLIP
============================================ */
.stat-value {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
}

/* ============================================
   FAQ HOVER BORDER
============================================ */
.faq-item {
  position: relative;
  transition: padding-left 0.5s var(--ease);
}
.faq-item::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%) scaleY(0);
  width: 3px;
  height: 60%;
  background: var(--gold);
  transition: transform 0.4s var(--ease);
}
.faq-item:hover { padding-left: 12px; }
.faq-item:hover::before { transform: translateY(-50%) scaleY(1); }
.faq-item.open { padding-left: 12px; }
.faq-item.open::before { transform: translateY(-50%) scaleY(1); }

/* ============================================
   PORTFOLIO HOVER LAYER
============================================ */
.portfolio-card {
  position: relative;
  isolation: isolate;
}
.portfolio-card .portfolio-frame-content {
  transition: transform 0.8s var(--ease);
}
.portfolio-card:hover .portfolio-frame-content {
  transform: scale(1.06);
}

/* ============================================
   IMAGE / TECH ORB INTERACTIVE
============================================ */
.tech-orb {
  cursor: default;
}
.tech-orb:hover {
  z-index: 5;
  animation-play-state: paused;
  transform: scale(1.15);
}

/* ============================================
   PRICING TAB INDICATOR
============================================ */
.pricing-tabs {
  position: relative;
}
.pricing-tab-indicator {
  position: absolute;
  top: 6px;
  left: 6px;
  height: calc(100% - 12px);
  background: var(--ink);
  border-radius: 100px;
  z-index: 0;
  transition: transform 0.5s var(--ease), width 0.5s var(--ease);
}
.pricing-tab { position: relative; z-index: 1; background: transparent !important; }
.pricing-tab.active { color: var(--bg-2) !important; background: transparent !important; }

/* ============================================
   SCROLL TO TOP BUTTON
============================================ */
.scroll-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  display: grid;
  place-items: center;
  z-index: 90;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px) scale(0.8);
  transition: all 0.5s var(--ease);
  box-shadow: 0 12px 30px -10px rgba(0,0,0,0.3);
}
.scroll-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.scroll-top:hover {
  background: var(--gold);
  transform: translateY(-4px) scale(1.05);
}
.scroll-top svg { transition: transform 0.4s var(--ease); }
.scroll-top:hover svg { transform: translateY(-2px); }

/* ============================================
   FORM INPUT FLOATING LABEL
============================================ */
.form-group {
  position: relative;
}
.form-input:focus + .focus-line,
.form-select:focus + .focus-line,
.form-textarea:focus + .focus-line {
  transform: scaleX(1);
}
.focus-line {
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--ease);
}

/* ============================================
   GRADIENT TEXT ON HOVER FOR HEADINGS
============================================ */
.gradient-hover {
  background: linear-gradient(90deg, var(--ink), var(--ink));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.5s;
}
.gradient-hover:hover {
  background: linear-gradient(90deg, var(--gold), var(--gold-2));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ============================================
   TILTED GRADIENT BLOBS BACKGROUND
============================================ */
.bg-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
  pointer-events: none;
  animation: blobMove 20s ease-in-out infinite;
}
@keyframes blobMove {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(30px, -40px) scale(1.1); }
  66% { transform: translate(-30px, 30px) scale(0.95); }
}

/* ============================================
   CHIP COUNT BADGE PULSE
============================================ */
.utility-bar .badge::before {
  animation: pulseDot 1.6s ease-in-out infinite;
}
@keyframes pulseDot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.5); opacity: 0.5; }
}

/* Disable cursor for select/textarea elements */
@media (hover: hover) and (pointer: fine) {
  input, textarea, select { cursor: text !important; }
  select { cursor: pointer !important; }
}


/* ============================================
   CUSTOM OVERRIDES (edits)
============================================ */

/* TASK 3 — hero value props */
.hero-promises {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 30px;
  max-width: 580px;
}
.hero-promises li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: var(--ink-3);
  line-height: 1.3;
}
.hero-promises strong { color: var(--ink); font-weight: 600; }
.hero-promises .hp-ico {
  flex: none;
  width: 34px; height: 34px;
  display: grid; place-items: center;
  border-radius: 10px;
  font-size: 16px; font-weight: 600;
  color: var(--gold-2);
  background: linear-gradient(135deg, rgba(201,165,103,0.16), rgba(201,165,103,0.05));
  border: 1px solid rgba(201,165,103,0.25);
}
@media (max-width: 640px) {
  .hero-promises { grid-template-columns: 1fr; gap: 12px; margin-top: 24px; }
}

/* TASK 5 — services: no cursor glow / tilt, just a clean lift */
.service-card::before { display: none !important; }
.service-card {
  transition: transform 0.32s var(--ease), box-shadow 0.32s var(--ease),
              border-color 0.32s var(--ease), background 0.32s var(--ease) !important;
}
.service-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 18px 38px -22px rgba(0,0,0,0.55) !important;
  border-color: rgba(201,165,103,0.28) !important;
  background: linear-gradient(135deg, rgba(255,255,255,0.045), rgba(255,255,255,0.015)) !important;
}

/* TASK 7 — per-table maintenance note */
.price-maint {
  margin: -2px 0 16px;
  padding: 9px 13px;
  border-radius: 10px;
  font-size: 12.5px;
  color: var(--ink-3);
  background: rgba(201,165,103,0.07);
  border: 1px solid rgba(201,165,103,0.18);
}
.price-maint strong { color: var(--gold-2); font-weight: 600; }
.price-maint span { opacity: 0.7; }
.price-card.featured .price-maint {
  background: rgba(201,165,103,0.12);
  border-color: rgba(201,165,103,0.3);
}

/* TASK 9 — dark dropdown (options were rendering white-on-white) */
.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(255,255,255,0.03);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M2 4l3 3 3-3' stroke='%23c9a567' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 42px;
  color: #fff;
  cursor: pointer;
}
.form-select:focus {
  background-color: rgba(255,255,255,0.05);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M2 4l3 3 3-3' stroke='%23c9a567' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.form-select option,
.form-select optgroup {
  background-color: #14141a;
  color: #ffffff;
}

/* TASK 6 — new portfolio card (Ellas Šatalovas prakse) */
.portfolio-card.esatalova .portfolio-frame-content {
  background: linear-gradient(135deg, #123a3c 0%, #0d2a2f 50%, #08181c 100%);
}
.portfolio-card.esatalova .portfolio-frame-content::before {
  content: '';
  position: absolute;
  top: -30%; right: -15%;
  width: 75%; height: 200%;
  background: radial-gradient(circle, rgba(122,201,190,0.18), transparent 60%);
}

/* Remove golden shimmer/glide on the rotating hero offer word */
.word-cycler-hero .cycle-word.active::after { display: none !important; animation: none !important; }

/* Services: hover = lift ONLY. No gold glow, no colour shift, no other motion. */
.dark-luxe .service-card,
.services-section .service-card,
.service-card {
  transition: transform 0.3s var(--ease) !important;
}
.dark-luxe .service-card:hover,
.services-section .service-card:hover,
.service-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 14px 30px -18px rgba(0,0,0,0.5) !important;
  background: linear-gradient(135deg, rgba(255,255,255,0.025), rgba(255,255,255,0.01)) !important;
  border-color: rgba(255,255,255,0.08) !important;
}
/* icon box looks identical hovered or not — no recolor, rotate or scale */
.dark-luxe .service-icon-box,
.dark-luxe .service-card:hover .service-icon-box,
.service-card .service-icon-box,
.service-card:hover .service-icon-box {
  background: linear-gradient(135deg, rgba(201,165,103,0.15), rgba(160,122,58,0.03)) !important;
  border: 1px solid rgba(201,165,103,0.25) !important;
  color: var(--gold-2) !important;
  transform: none !important;
  box-shadow: none !important;
}
/* kill the spinning conic gold ring around the icon */
.service-icon-box::before { display: none !important; }
/* arrow no longer slides on hover */
.service-card .service-link,
.service-card:hover .service-link { gap: 8px !important; }

/* Services section: remove ALL decorative glow layers (floating gold dots,
   spinning circles, particles, ambient radial) — these were the glowing
   animation drifting over the section. Cards now just pop on hover. */
.services-section .ambient-glow,
.services-section .deco-dot,
.services-section .deco-circle,
.services-section .particles {
  display: none !important;
}

/* Remove the diagonal light "line" that sweeps across cards on hover */
.card-glare::after { display: none !important; }

/* single-file router */
.nav-links a.current { color: var(--gold-2) !important; }
