/* ===========================
   E&E Digital — styles.css
   Dark-first design
   =========================== */

/* ---------- Local Fonts (Inter) ---------- */
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 300; font-display: swap;
  src: url('fonts/inter-latin-ext-300-normal.woff2') format('woff2'), url('fonts/inter-latin-ext-300-normal.woff') format('woff');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 300; font-display: swap;
  src: url('fonts/inter-latin-300-normal.woff2') format('woff2'), url('fonts/inter-latin-300-normal.woff') format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('fonts/inter-latin-ext-400-normal.woff2') format('woff2'), url('fonts/inter-latin-ext-400-normal.woff') format('woff');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('fonts/inter-latin-400-normal.woff2') format('woff2'), url('fonts/inter-latin-400-normal.woff') format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face { font-family: 'Inter'; font-style: normal; font-weight: 500; font-display: swap;
  src: url('fonts/inter-latin-ext-500-normal.woff2') format('woff2'), url('fonts/inter-latin-ext-500-normal.woff') format('woff');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 500; font-display: swap;
  src: url('fonts/inter-latin-500-normal.woff2') format('woff2'), url('fonts/inter-latin-500-normal.woff') format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('fonts/inter-latin-ext-600-normal.woff2') format('woff2'), url('fonts/inter-latin-ext-600-normal.woff') format('woff');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('fonts/inter-latin-600-normal.woff2') format('woff2'), url('fonts/inter-latin-600-normal.woff') format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face { font-family: 'Inter'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('fonts/inter-latin-ext-700-normal.woff2') format('woff2'), url('fonts/inter-latin-ext-700-normal.woff') format('woff');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('fonts/inter-latin-700-normal.woff2') format('woff2'), url('fonts/inter-latin-700-normal.woff') format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* ---------- CSS Variables ---------- */
:root {
  --bg:          #08080f;
  --bg-2:        #0d0d1a;
  --bg-3:        #131320;
  --text:        #e8e8f5;
  --text-muted:  #7878a0;
  --border:      rgba(255,255,255,.07);
  --accent:      #7c3aed;
  --accent-2:    #a855f7;
  --accent-bg:   rgba(124,58,237,.12);
  --glow:        rgba(124,58,237,.4);
  --gradient:    linear-gradient(135deg, #6366f1 0%, #a855f7 100%);
  --grad-text:   linear-gradient(135deg, #818cf8 0%, #c084fc 100%);
  --radius:      12px;
  --radius-lg:   20px;
  --shadow-md:   0 4px 24px rgba(0,0,0,.5);
  --shadow-lg:   0 12px 60px rgba(0,0,0,.6);
  --transition:  0.25s ease;
}

[data-theme="light"] {
  --bg:          #ffffff;
  --bg-2:        #ffffff;
  --bg-3:        #f5f5fa;
  --text:        #0a0a15;
  --text-muted:  #5c5c80;
  --border:      #e0e0ec;
  --accent:      #6366f1;
  --accent-2:    #7c3aed;
  --accent-bg:   #eef2ff;
  --glow:        rgba(99,102,241,.25);
  --gradient:    linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
  --grad-text:   linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
  --shadow-md:   0 4px 16px rgba(0,0,0,.08);
  --shadow-lg:   0 12px 40px rgba(0,0,0,.12);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
h1, h2, h3, h4 { line-height: 1.15; font-weight: 700; }

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Gradient text ---------- */
.gradient-text {
  background: linear-gradient(135deg, #818cf8 0%, #c084fc 35%, #60a5fa 65%, #818cf8 100%);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradShift 5s linear infinite;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 17px 38px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition);
  border: none;
  font-family: inherit;
  white-space: nowrap;
  letter-spacing: -.01em;
}
.btn--primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 0 28px var(--glow);
}
.btn--primary:hover {
  background: var(--accent-2);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 0 60px var(--glow), 0 12px 32px rgba(0,0,0,.35);
}
.btn--ghost {
  background: transparent;
  color: var(--text);
  border: 1.5px solid var(--border);
}
.btn--ghost:hover {
  border-color: var(--accent);
  color: var(--accent);
  box-shadow: 0 0 16px var(--glow);
}
.btn--white { background: #fff; color: var(--accent); }
.btn--white:hover {
  background: rgba(255,255,255,.92);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0,0,0,.3);
}
.btn--sm { padding: 11px 22px; font-size: 14px; border-radius: var(--radius); }
.btn--full { width: 100%; justify-content: center; }

/* ---------- Sections ---------- */
.section { padding: 120px 0; }
.section--alt { background: var(--bg-2); }
.section__header { text-align: center; margin-bottom: 72px; }
.section__label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
  display: block;
}
.section__title {
  font-size: clamp(34px, 4.5vw, 58px);
  color: var(--text);
  max-width: 640px;
  margin: 0 auto;
  letter-spacing: -.03em;
}
.section__cta { text-align: center; margin-top: 48px; }

/* ---------- NAV ---------- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(8,8,15,.85);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid transparent;
  transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
  animation: navSlideDown 0.7s cubic-bezier(0.22,1,0.36,1) both;
}
.nav::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 40%, var(--accent-2) 60%, transparent 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
[data-theme="light"] .nav { background: rgba(255,255,255,.92); }
.nav.scrolled { border-color: transparent; box-shadow: 0 8px 60px rgba(0,0,0,.6), 0 0 0 1px rgba(124,58,237,.08); animation: navSlideDown 0.7s cubic-bezier(0.22,1,0.36,1) both, navGlow 6s 0.7s ease-in-out infinite; }
.nav.scrolled::after { opacity: 1; }
[data-theme="light"] .nav.scrolled { box-shadow: 0 4px 28px rgba(0,0,0,.1); }

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 106px;
}

/* Logo */
.nav__logo {
  font-size: 34px;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -.04em;
  transition: opacity var(--transition);
  animation: linkFadeIn .6s .05s cubic-bezier(0.22,1,0.36,1) both;
}
.nav__logo:hover { opacity: .85; }
.nav__logo span {
  background: linear-gradient(135deg, #818cf8 0%, #c084fc 40%, #60a5fa 70%, #818cf8 100%);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradShift 4s linear infinite;
}

/* Desktop links */
.nav__links { display: flex; align-items: center; gap: 44px; }
.nav__links a {
  font-size: 17px;
  font-weight: 500;
  color: var(--text-muted);
  transition: color var(--transition), text-shadow var(--transition);
  position: relative;
}
.nav__links a:not(.btn) { padding-bottom: 4px; }
/* Sliding underline from center */
.nav__links a::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 50%; right: 50%;
  height: 2px;
  background: var(--gradient);
  border-radius: 2px;
  transition: left .3s cubic-bezier(0.22,1,0.36,1), right .3s cubic-bezier(0.22,1,0.36,1);
}
.nav__links a:hover { color: var(--text); }
.nav__links a:hover::after { left: 0; right: 0; }
.nav__links a.active {
  color: var(--accent-2);
  font-weight: 600;
  text-shadow: 0 0 18px rgba(168,85,247,.45);
}
.nav__links a.active::after { left: 0; right: 0; }
/* CTA button override — no underline, animated gradient shimmer */
.nav__links .btn {
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent-2) 50%, var(--accent) 100%);
  background-size: 200% 100%;
  background-position: 0% center;
  color: #fff;
  box-shadow: 0 0 24px var(--glow);
  padding: 13px 28px;
  font-size: 15px;
  animation: linkFadeIn .6s .55s cubic-bezier(0.22,1,0.36,1) both, btnShimmer 3s 1.2s ease-in-out infinite;
}
.nav__links .btn::after { display: none; }
.nav__links .btn:hover { transform: translateY(-2px); box-shadow: 0 0 48px var(--glow), 0 8px 24px rgba(0,0,0,.3); }
/* Staggered link entrance */
.nav__links a:not(.btn):nth-child(1) { animation: linkFadeIn .6s .15s cubic-bezier(0.22,1,0.36,1) both; }
.nav__links a:not(.btn):nth-child(2) { animation: linkFadeIn .6s .25s cubic-bezier(0.22,1,0.36,1) both; }
.nav__links a:not(.btn):nth-child(3) { animation: linkFadeIn .6s .35s cubic-bezier(0.22,1,0.36,1) both; }
.nav__links a:not(.btn):nth-child(4) { animation: linkFadeIn .6s .45s cubic-bezier(0.22,1,0.36,1) both; }
.nav__links a:not(.btn):nth-child(5) { animation: linkFadeIn .6s .55s cubic-bezier(0.22,1,0.36,1) both; }

/* Nav controls: lang + theme + burger */
.nav__controls { display: flex; align-items: center; gap: 10px; }

/* Language switcher */
.lang-switch {
  display: flex;
  gap: 2px;
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: 9px;
  padding: 3px;
}
.lang-btn {
  padding: 4px 11px;
  border-radius: 7px;
  background: none;
  border: none;
  font-size: 12px;
  font-weight: 700;
  color: var(--text-muted);
  cursor: pointer;
  transition: all var(--transition);
  font-family: inherit;
  letter-spacing: .05em;
}
.lang-btn.active { background: var(--accent); color: #fff; box-shadow: 0 0 10px var(--glow); }
.lang-btn:not(.active):hover { color: var(--text); }

/* Theme toggle */
.theme-toggle {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--bg-3);
  border: 1.5px solid var(--border);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: all 0.3s cubic-bezier(0.22,1,0.36,1);
  flex-shrink: 0;
  animation: linkFadeIn .6s .6s cubic-bezier(0.22,1,0.36,1) both;
}
.theme-toggle svg { width: 18px; height: 18px; transition: transform 0.3s cubic-bezier(0.22,1,0.36,1); }
.theme-toggle:hover { color: var(--text); border-color: var(--accent); box-shadow: 0 0 22px var(--glow); background: var(--accent-bg); }
.theme-toggle:hover svg { transform: rotate(25deg) scale(1.15); }
.icon-sun { display: none; }
.icon-moon { display: block; }
[data-theme="light"] .icon-sun { display: block; }
[data-theme="light"] .icon-moon { display: none; }

/* Burger */
.nav__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav__burger span {
  display: block;
  width: 26px; height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.22,1,0.36,1);
}
.nav__burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger.open span:nth-child(2) { opacity: 0; }
.nav__burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu */
.nav__mobile {
  display: none;
  flex-direction: column;
  padding: 16px 24px 20px;
  border-top: 1px solid var(--border);
  background: var(--bg);
  gap: 4px;
}
.nav__mobile.open { display: flex; animation: mobileMenuOpen .4s cubic-bezier(0.22,1,0.36,1); }
.nav__mobile a {
  padding: 12px 0;
  font-weight: 500;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border);
  font-size: 15px;
  transition: color var(--transition);
}
.nav__mobile a:last-child { border-bottom: none; color: var(--accent); font-weight: 600; }
.nav__mobile a:hover { color: var(--text); }
.nav__mobile-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  margin-top: 8px;
}

/* ---------- HERO ---------- */
.hero {
  padding: 200px 0 130px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-image: radial-gradient(rgba(124,58,237,.10) 1px, transparent 1px);
  background-size: 44px 44px;
}
[data-theme="light"] .hero { background-image: radial-gradient(rgba(99,102,241,.07) 1px, transparent 1px); }
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 65% at 50% -5%, rgba(124,58,237,.28) 0%, transparent 65%);
  pointer-events: none;
  animation: heroGlow 7s ease-in-out infinite;
}
.hero::after {
  content: '';
  position: absolute;
  width: 900px; height: 900px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124,58,237,.09) 0%, transparent 70%);
  top: -380px; left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  animation: orbFloat 10s ease-in-out infinite;
}
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent-bg);
  color: var(--accent);
  font-size: 14px;
  font-weight: 600;
  padding: 9px 26px;
  border-radius: 100px;
  margin-bottom: 40px;
  border: 1px solid rgba(124,58,237,.3);
  animation: badgePulse 3.5s ease-in-out infinite;
  position: relative; z-index: 1;
}
.hero__title {
  font-size: clamp(52px, 9vw, 108px);
  letter-spacing: -.05em;
  line-height: 1.01;
  margin-bottom: 30px;
  position: relative; z-index: 1;
}
.hero__sub {
  font-size: clamp(18px, 2.2vw, 23px);
  color: var(--text-muted);
  max-width: 580px;
  margin: 0 auto 56px;
  line-height: 1.75;
  position: relative; z-index: 1;
}
.hero__cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 84px; position: relative; z-index: 1; }
.hero__stats { display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; position: relative; z-index: 1; }
.stat { text-align: center; }
.stat__num {
  display: block;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -.04em;
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.stat__label { font-size: 13px; color: var(--text-muted); margin-top: 4px; }
.stat__divider { width: 1px; height: 44px; background: var(--border); }

/* ---------- MARQUEE ---------- */
.marquee-strip {
  overflow: hidden;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--bg-2);
  padding: 14px 0;
}
.marquee__track {
  display: flex;
  align-items: center;
  gap: 24px;
  width: max-content;
  animation: marquee 28s linear infinite;
}
.marquee__track span { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--text-muted); white-space: nowrap; }
.marquee__track .mdot { color: var(--accent); font-size: 16px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---- Animation keyframes ---- */
@keyframes gradShift {
  0%   { background-position: 0% center; }
  100% { background-position: 300% center; }
}
@keyframes heroGlow {
  0%, 100% { opacity: .75; transform: scale(1); }
  50%       { opacity: 1;   transform: scale(1.08); }
}
@keyframes orbFloat {
  0%, 100% { transform: translateX(-50%) translateY(0)    scale(1);    }
  50%       { transform: translateX(-50%) translateY(-50px) scale(1.06); }
}
@keyframes badgePulse {
  0%, 100% { box-shadow: 0 0 0 0 transparent;                         border-color: rgba(124,58,237,.3); }
  50%       { box-shadow: 0 0 0 8px rgba(124,58,237,.06), 0 0 36px rgba(124,58,237,.4); border-color: rgba(124,58,237,.65); }
}
@keyframes backTopPulse {
  0%, 100% { box-shadow: 0 0 24px var(--glow); }
  50%       { box-shadow: 0 0 52px var(--glow), 0 0 0 10px rgba(124,58,237,.1); }
}
@keyframes navGlow {
  0%, 100% { box-shadow: 0 8px 60px rgba(0,0,0,.6), 0 0 0 1px rgba(124,58,237,.08); }
  50%       { box-shadow: 0 8px 80px rgba(0,0,0,.7), 0 0 0 1px rgba(124,58,237,.18); }
}
@keyframes navSlideDown {
  from { transform: translateY(-100%); opacity: 0; }
  to   { transform: translateY(0);     opacity: 1; }
}
@keyframes linkFadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes btnShimmer {
  0%, 100% { background-position: 0%   center; }
  50%       { background-position: 100% center; }
}
@keyframes mobileMenuOpen {
  from { opacity: 0; transform: translateY(-14px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ---------- CARDS (Services) ---------- */
.services__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.card {
  padding: 34px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg-2);
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}
.card:hover {
  border-color: var(--accent);
  transform: translateY(-14px);
  box-shadow: 0 0 70px rgba(124,58,237,.22), 0 24px 60px rgba(0,0,0,.4), 0 0 0 1px rgba(124,58,237,.25);
}
.card:hover .card__icon {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 0 24px var(--glow);
  transform: scale(1.1);
}
.card__icon {
  width: 60px; height: 60px;
  background: var(--accent-bg);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: var(--accent);
  transition: all var(--transition);
}
.card__icon svg { width: 24px; height: 24px; }
.card__title { font-size: 19px; margin-bottom: 12px; color: var(--text); }
.card__text { font-size: 15px; color: var(--text-muted); line-height: 1.75; }
.card--tall { display: flex; flex-direction: column; }
.card__list { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-top: 18px; flex: 1; }
.card__list li { font-size: 14px; color: var(--text-muted); display: flex; align-items: center; gap: 8px; }
.card__list li::before { content: '→'; color: var(--accent); font-size: 12px; flex-shrink: 0; }

/* ---------- WORK ---------- */
.work__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.work__card { border-radius: var(--radius-lg); overflow: hidden; cursor: pointer; transition: opacity .3s ease, transform .3s ease; }
.work__card.hidden { opacity: .1; transform: scale(.96); pointer-events: none; }
.work__img {
  height: 280px;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  transition: transform var(--transition);
}
.work__card:hover .work__img { transform: scale(1.03); }
.work__img--1 { background: linear-gradient(135deg,#f9a8d4,#ec4899); }
.work__img--2 { background: linear-gradient(135deg,#93c5fd,#3b82f6); }
.work__img--3 { background: linear-gradient(135deg,#86efac,#22c55e); }
.work__img--4 { background: linear-gradient(135deg,#fcd34d,#f59e0b); }
.work__img--5 { background: linear-gradient(135deg,#c4b5fd,#8b5cf6); }
.work__img--6 { background: linear-gradient(135deg,#6ee7b7,#10b981); }
.work__img--7 { background: linear-gradient(135deg,#fed7aa,#f97316); }
.work__img--8 { background: linear-gradient(135deg,#a5b4fc,#4f46e5); }
.work__img--9 { background: linear-gradient(135deg,#99f6e4,#14b8a6); }
.work__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.85) 0%, rgba(0,0,0,.15) 100%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 24px; color: #fff;
  opacity: 0; transition: opacity var(--transition);
}
.work__card:hover .work__overlay { opacity: 1; }
.work__tag { font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; background: rgba(255,255,255,.2); padding: 4px 10px; border-radius: 100px; width: fit-content; margin-bottom: 8px; }
.work__name { font-size: 20px; font-weight: 700; margin-bottom: 4px; }
.work__overlay p { font-size: 13px; opacity: .85; }

/* ---------- FILTER ---------- */
.filter__bar { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; }
.filter__btn {
  padding: 8px 18px;
  border: 1px solid var(--border);
  border-radius: 100px;
  background: var(--bg-2);
  font-size: 13px; font-weight: 600;
  color: var(--text-muted);
  cursor: pointer;
  transition: all var(--transition);
  font-family: inherit;
}
.filter__btn:hover { border-color: var(--accent); color: var(--accent); }
.filter__btn.active { background: var(--accent); border-color: var(--accent); color: #fff; box-shadow: 0 0 18px var(--glow); }

/* ---------- PROCESS ---------- */
.process__steps { display: flex; align-items: flex-start; justify-content: center; flex-wrap: wrap; }
.step { flex: 1; min-width: 180px; max-width: 220px; text-align: center; padding: 0 16px; }
.step__num { font-size: 13px; font-weight: 700; color: var(--accent); letter-spacing: .06em; margin-bottom: 16px; }
.step__title { font-size: 18px; margin-bottom: 10px; color: var(--text); }
.step__text { font-size: 14px; color: var(--text-muted); line-height: 1.75; }
.step__arrow { align-self: flex-start; margin-top: 20px; color: var(--border); flex-shrink: 0; }
.step__arrow svg { width: 20px; height: 20px; }

/* ---------- ABOUT ---------- */
.about__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about__content .section__title { text-align: left; margin: 0 0 20px; }
.about__text { font-size: 16px; color: var(--text-muted); line-height: 1.85; margin-bottom: 16px; }
.about__highlights { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }
.highlight { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 500; color: var(--text); }
.highlight svg { width: 18px; height: 18px; color: var(--accent); flex-shrink: 0; }
.about__visual { position: relative; height: 360px; }
.about__card { position: absolute; border-radius: var(--radius-lg); padding: 24px 28px; border: 1px solid var(--border); }
.about__card-label { font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 6px; opacity: .6; }
.about__card-value { font-size: 34px; font-weight: 800; letter-spacing: -.03em; }
.about__card--main { background: var(--bg-2); top: 0; left: 0; right: 60px; color: var(--text); }
.about__card--accent { background: var(--accent); color: #fff; top: 130px; right: 0; left: 60px; border-color: var(--accent); box-shadow: 0 0 32px var(--glow); }
.about__card--subtle { background: var(--bg-3); color: var(--text); bottom: 0; left: 30px; right: 30px; }

/* ---------- TESTIMONIALS ---------- */
.testimonials__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}
.testimonial:hover { border-color: var(--accent); transform: translateY(-10px); box-shadow: 0 0 50px rgba(124,58,237,.18), 0 20px 40px rgba(0,0,0,.3); }
.testimonial__stars { color: #f59e0b; font-size: 16px; margin-bottom: 16px; letter-spacing: 2px; }
.testimonial__quote { font-size: 15px; color: var(--text-muted); line-height: 1.8; margin-bottom: 24px; font-style: italic; }
.testimonial__author { display: flex; align-items: center; gap: 12px; }
.testimonial__avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--gradient); color: #fff; font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.testimonial__name { font-size: 14px; font-weight: 600; color: var(--text); }
.testimonial__role { font-size: 12px; color: var(--text-muted); margin-top: 2px; }

/* ---------- EMPTY STATE ---------- */
.empty-state {
  text-align: center;
  padding: 80px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.empty-state__icon {
  width: 72px;
  height: 72px;
  color: var(--accent);
  opacity: 0.5;
}
.empty-state__title {
  font-size: clamp(20px, 2.8vw, 30px);
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--text);
}
.empty-state__sub {
  max-width: 520px;
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.75;
}

/* ---------- FIRST CLIENT CTA ---------- */
.first-client {
  text-align: center;
  padding: 60px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  max-width: 660px;
  margin: 0 auto;
}
.first-client__stars {
  font-size: 28px;
  color: #fbbf24;
  letter-spacing: 6px;
}
.first-client__title {
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--text);
}
.first-client__sub {
  color: var(--text-muted);
  font-size: 17px;
  line-height: 1.75;
}

/* ---------- PRICING ---------- */
.pricing__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
.pricing__card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  position: relative;
  transition: all var(--transition);
}
.pricing__card:hover { border-color: var(--accent); box-shadow: 0 0 36px rgba(124,58,237,.14), var(--shadow-lg); transform: translateY(-6px); }
.pricing__card--featured {
  border-color: var(--accent);
  box-shadow: 0 0 80px rgba(124,58,237,.32), 0 0 0 1px rgba(124,58,237,.4);
  transform: scale(1.05);
}
.pricing__card--featured:hover { transform: scale(1.04) translateY(-6px); }
.pricing__badge { display: inline-block; background: var(--gradient); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 4px 12px; border-radius: 100px; margin-bottom: 20px; }
.pricing__tier { font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 10px; }
.pricing__price { font-size: 56px; font-weight: 800; letter-spacing: -.04em; line-height: 1; margin-bottom: 16px; color: var(--text); }
.pricing__currency { font-size: 24px; vertical-align: top; margin-top: 12px; display: inline-block; }
.pricing__desc { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--border); }
.pricing__features { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }
.pricing__features li { font-size: 14px; color: var(--text-muted); display: flex; align-items: center; gap: 10px; }
.pricing__features li::before {
  content: '';
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--accent-bg);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%237c3aed' stroke-width='2.5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 10px; background-repeat: no-repeat; background-position: center;
  flex-shrink: 0;
}
[data-theme="light"] .pricing__features li::before { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%236366f1' stroke-width='2.5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); }
.pricing__note { text-align: center; margin-top: 40px; font-size: 14px; color: var(--text-muted); }
.pricing__note a { color: var(--accent); font-weight: 600; }
.pricing__note a:hover { text-decoration: underline; }

/* ---------- FAQ ---------- */
.faq__container { max-width: 760px; margin: 0 auto; }
.faq__list { display: flex; flex-direction: column; }
.faq__item { border-bottom: 1px solid var(--border); }
.faq__item:first-child { border-top: 1px solid var(--border); }
.faq__question { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 0; background: none; border: none; font-family: inherit; font-size: 16px; font-weight: 600; color: var(--text); cursor: pointer; text-align: left; }
.faq__question:hover { color: var(--accent); }
.faq__icon { font-size: 22px; font-weight: 300; color: var(--accent); flex-shrink: 0; line-height: 1; transition: transform var(--transition); }
.faq__item.open .faq__icon { transform: rotate(45deg); }
.faq__answer { max-height: 0; overflow: hidden; transition: max-height .38s ease, padding-bottom .38s ease; }
.faq__item.open .faq__answer { max-height: 220px; padding-bottom: 20px; }
.faq__answer p { font-size: 15px; color: var(--text-muted); line-height: 1.8; }

/* ---------- CTA BANNER ---------- */
.cta-banner { background: var(--gradient); padding: 110px 0; position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 50%, rgba(255,255,255,.1) 0%, transparent 60%); pointer-events: none; }
.cta-banner__inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; position: relative; z-index: 1; }
.cta-banner__title { font-size: clamp(30px, 4.5vw, 52px); color: #fff; margin-bottom: 12px; letter-spacing: -.02em; }
.cta-banner__sub { font-size: 18px; color: rgba(255,255,255,.8); }

/* ---------- CONTACT ---------- */
.contact__inner { display: grid; grid-template-columns: 1fr 1.45fr; gap: 32px; align-items: start; }

/* Info card */
.contact__card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
}
.contact__card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 2px;
  background: var(--gradient);
}
.contact__card .section__label { margin-bottom: 8px; }
.contact__heading {
  font-size: clamp(22px, 2.8vw, 30px);
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--text);
  margin-bottom: 12px;
  line-height: 1.2;
}
.contact__text { font-size: 14px; color: var(--text-muted); line-height: 1.75; margin-bottom: 24px; }

/* Info items */
.contact__info { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.contact__item {
  display: flex; align-items: center; gap: 14px;
  padding: 13px 15px;
  background: var(--bg-3);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  transition: all var(--transition);
  text-decoration: none;
}
a.contact__item:hover { border-color: var(--accent); box-shadow: 0 0 18px var(--glow); transform: translateX(4px); }
.contact__item-icon {
  width: 38px; height: 38px; border-radius: 10px;
  background: var(--gradient);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 0 14px var(--glow);
}
.contact__item-icon svg { width: 15px; height: 15px; stroke: #fff; }
.contact__item-text { display: flex; flex-direction: column; gap: 1px; }
.contact__item-label { font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--text-muted); }
.contact__item-value { font-size: 14px; font-weight: 600; color: var(--text); }

/* Trust signals */
.contact__trust {
  display: flex; flex-direction: column; gap: 9px;
  padding: 20px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin-bottom: 24px;
}
.contact__trust-item { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; color: var(--text-muted); }
.contact__trust-item svg { width: 13px; height: 13px; color: var(--accent); flex-shrink: 0; stroke: var(--accent); }

/* Social */
.contact__social-label { font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 10px; display: block; }
.contact__social-links { display: flex; gap: 8px; flex-wrap: wrap; }
.social__link { font-size: 12px; font-weight: 600; color: var(--text-muted); border: 1px solid var(--border); padding: 5px 13px; border-radius: var(--radius); transition: all var(--transition); background: var(--bg-3); }
.social__link:hover { border-color: var(--accent); color: var(--accent); box-shadow: 0 0 12px var(--glow); }

/* Form wrap card */
.contact__form-wrap {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
}
.contact__form-wrap::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 2px;
  background: var(--gradient);
}
.contact__form-header { margin-bottom: 24px; }
.contact__form-title { font-size: 20px; font-weight: 700; letter-spacing: -.02em; color: var(--text); margin-bottom: 6px; }
.contact__form-sub { font-size: 13px; color: var(--text-muted); line-height: 1.6; }
.contact__form { display: flex; flex-direction: column; gap: 16px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form__group { display: flex; flex-direction: column; gap: 6px; }
.form__group label { font-size: 12px; font-weight: 600; letter-spacing: .03em; text-transform: uppercase; color: var(--text-muted); }
.form__group input,
.form__group select,
.form__group textarea {
  padding: 12px 15px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-family: inherit;
  font-size: 14px;
  color: var(--text);
  background: var(--bg-3);
  transition: border-color var(--transition), box-shadow var(--transition);
  outline: none;
  resize: vertical;
}
.form__group input::placeholder, .form__group textarea::placeholder { color: var(--text-muted); opacity: .6; }
.form__group select option { background: var(--bg-2); color: var(--text); }
.form__group input:focus, .form__group select:focus, .form__group textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-bg); background: var(--bg-2); }
.form__success { display: none; background: rgba(34,197,94,.1); color: #4ade80; border: 1px solid rgba(34,197,94,.2); padding: 14px 18px; border-radius: var(--radius); font-size: 14px; font-weight: 500; text-align: center; }
[data-theme="light"] .form__success { background: #dcfce7; color: #166534; border-color: #bbf7d0; }
.form__success.show { display: block; }
.form__error { display: none; background: rgba(239,68,68,.1); color: #f87171; border: 1px solid rgba(239,68,68,.2); padding: 14px 18px; border-radius: var(--radius); font-size: 14px; font-weight: 500; text-align: center; }
[data-theme="light"] .form__error { background: #fee2e2; color: #991b1b; border-color: #fecaca; }
.form__error.show { display: block; }

/* ---------- BACK TO TOP ---------- */
.back-to-top {
  position: fixed; bottom: 28px; right: 28px;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 24px var(--glow);
  opacity: 0; transform: translateY(14px); pointer-events: none;
  transition: opacity var(--transition), transform var(--transition), box-shadow var(--transition);
  z-index: 99;
}
.back-to-top.visible { opacity: 1; transform: translateY(0); pointer-events: auto; animation: backTopPulse 3s ease-in-out infinite; }
.back-to-top:hover { box-shadow: 0 0 60px var(--glow); transform: translateY(-4px); animation: none; }
.back-to-top svg { width: 18px; height: 18px; }

/* ---------- FOOTER ---------- */
.footer { background: var(--bg-2); color: var(--text-muted); padding: 64px 0 0; border-top: 1px solid var(--border); }
.footer__inner { display: flex; justify-content: space-between; gap: 48px; flex-wrap: wrap; padding-bottom: 48px; }
.footer__brand p { font-size: 14px; margin-top: 10px; max-width: 220px; line-height: 1.75; }
.footer__links { display: flex; gap: 64px; flex-wrap: wrap; }
.footer__col { display: flex; flex-direction: column; gap: 12px; }
.footer__col h4 { color: var(--text); font-size: 14px; font-weight: 600; margin-bottom: 4px; }
.footer__col a { font-size: 14px; color: var(--text-muted); transition: color var(--transition); }
.footer__col a:hover { color: var(--accent); }
.footer__bottom { border-top: 1px solid var(--border); padding: 20px 0; }
.footer__bottom .container { display: flex; justify-content: space-between; align-items: center; font-size: 13px; flex-wrap: wrap; gap: 8px; color: var(--text-muted); }
.footer__legal { display: flex; gap: 20px; align-items: center; }
.footer__legal a { font-size: 13px; color: var(--text-muted); transition: color var(--transition); }
.footer__legal a:hover { color: var(--accent); }
.footer__ig { color: var(--text-muted); display: flex; align-items: center; transition: color var(--transition); }
.footer__ig:hover { color: var(--accent); }

/* ---------- LEGAL PAGES ---------- */
.legal-content { max-width: 760px; margin: 0 auto; }
.legal-block { margin-bottom: 48px; }
.legal-block h2 { font-size: 20px; font-weight: 700; color: var(--text); margin-bottom: 16px; letter-spacing: -.02em; }
.legal-block p { color: var(--text-muted); line-height: 1.8; margin-bottom: 12px; }
.legal-block ul { color: var(--text-muted); line-height: 1.8; padding-left: 20px; margin-bottom: 12px; }
.legal-block ul li { margin-bottom: 6px; }
.legal-block a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.legal-block a:hover { color: var(--accent-2); }
.legal-note { font-size: 13px; color: var(--text-muted); opacity: 0.7; font-style: italic; border-left: 2px solid var(--accent); padding-left: 12px; margin-top: 8px; }

/* ---------- PAGE HERO (inner pages) ---------- */
.page-hero {
  padding: 170px 0 90px;
  background: var(--bg-2);
  text-align: center;
  border-bottom: 1px solid var(--border);
  position: relative; overflow: hidden;
  background-image: radial-gradient(rgba(124,58,237,.08) 1px, transparent 1px);
  background-size: 40px 40px;
}
[data-theme="light"] .page-hero { background-image: radial-gradient(rgba(99,102,241,.05) 1px, transparent 1px); }
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(124,58,237,.2) 0%, transparent 70%); pointer-events: none; animation: heroGlow 8s ease-in-out infinite; }
.page-hero__label { font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; display: block; position: relative; z-index: 1; }
.page-hero__title { font-size: clamp(42px, 6.5vw, 80px); font-weight: 800; letter-spacing: -.04em; line-height: 1.05; margin-bottom: 20px; position: relative; z-index: 1; }
.page-hero__sub { font-size: 20px; color: var(--text-muted); max-width: 560px; margin: 0 auto; line-height: 1.75; position: relative; z-index: 1; }

/* ---------- STATS ROW ---------- */
.stats__row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; }
.stats__item { background: var(--bg); padding: 40px 24px; text-align: center; }
.stats__num { font-size: 48px; font-weight: 800; letter-spacing: -.04em; display: block; background: var(--grad-text); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.stats__label { font-size: 13px; color: var(--text-muted); margin-top: 6px; display: block; }

/* ---------- VALUES ---------- */
.values__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.value__card { padding: 32px 24px; background: var(--bg-2); border: 1px solid var(--border); border-radius: var(--radius-lg); transition: all var(--transition); }
.value__card:hover { border-color: var(--accent); box-shadow: 0 0 60px rgba(124,58,237,.2), 0 20px 40px rgba(0,0,0,.35); transform: translateY(-12px); }
.value__num { font-size: 34px; font-weight: 800; background: var(--grad-text); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 14px; display: block; }
.value__title { font-size: 17px; font-weight: 700; margin-bottom: 10px; color: var(--text); }
.value__text { font-size: 14px; color: var(--text-muted); line-height: 1.75; }

/* ---------- TECH STACK ---------- */
.tech__grid { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.tech__badge { padding: 8px 20px; border: 1px solid var(--border); border-radius: var(--radius); font-size: 13px; font-weight: 600; color: var(--text-muted); background: var(--bg-2); transition: all var(--transition); }
.tech__badge:hover { border-color: var(--accent); color: var(--accent); box-shadow: 0 0 22px var(--glow); transform: translateY(-2px); }

/* ---------- COMPARISON TABLE ---------- */
.comparison__wrap { overflow-x: auto; }
.comparison { width: 100%; border-collapse: collapse; font-size: 14px; }
.comparison th, .comparison td { padding: 14px 20px; text-align: center; border-bottom: 1px solid var(--border); color: var(--text-muted); }
.comparison th:first-child, .comparison td:first-child { text-align: left; font-weight: 500; color: var(--text); }
.comparison thead th { font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; background: var(--bg-3); color: var(--text-muted); padding: 16px 20px; }
.comparison thead th.featured { background: var(--accent); color: #fff; }
.comparison .check { color: var(--accent); font-size: 15px; font-weight: 700; }
.comparison .cross { color: var(--border); font-size: 15px; }
.comparison tbody tr:hover td { background: var(--bg-3); }
.comparison tbody tr:last-child td { border-bottom: none; }

/* ---------- SCROLL ANIMATIONS ---------- */
.reveal { opacity: 0; transform: translateY(48px); transition: opacity 0.75s cubic-bezier(0.22,1,0.36,1), transform 0.75s cubic-bezier(0.22,1,0.36,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
  .work__grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials__grid { grid-template-columns: repeat(2, 1fr); }
  .about__inner { grid-template-columns: 1fr; gap: 48px; }
  .about__visual { height: 200px; }
  .about__card--main { right: 30%; }
  .about__card--accent { left: 30%; }
  .pricing__grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .pricing__card--featured { transform: scale(1); }
  .pricing__card--featured:hover { transform: translateY(-6px); }
  .values__grid { grid-template-columns: repeat(2, 1fr); }
  .stats__row { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .nav__links { display: none; }
  .nav__burger { display: flex; }
  .section { padding: 80px 0; }
  .hero { padding: 140px 0 80px; }
  .work__grid { grid-template-columns: 1fr; }
  .testimonials__grid { grid-template-columns: 1fr; }
  .contact__inner { grid-template-columns: 1fr; gap: 40px; }
  .form__row { grid-template-columns: 1fr; }
  .process__steps { flex-direction: column; align-items: center; }
  .step__arrow { transform: rotate(90deg); margin: 0; }
  .about__visual { display: none; }
  .footer__links { gap: 32px; }
  .stat__divider { display: none; }
  .hero__stats { gap: 20px; }
  .cta-banner { padding: 56px 0; }
  .cta-banner__inner { flex-direction: column; text-align: center; }
  .filter__bar { gap: 6px; }
  .page-hero { padding: 140px 0 60px; }
  .values__grid { grid-template-columns: 1fr; }
  .stats__row { grid-template-columns: repeat(2, 1fr); }
  .comparison th, .comparison td { padding: 10px 12px; font-size: 13px; }
}
@media (max-width: 480px) {
  .hero__cta { flex-direction: column; align-items: center; }
  .btn { width: 100%; justify-content: center; }
  .services__grid { grid-template-columns: 1fr; }
  .lang-switch { display: none; }
}
