/* ========================================
   Anavix — Advanced Creative Agency
   Dark · RTL · Editorial · Media Motifs
   ======================================== */

@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

:root {
  --bg: #06080f;
  --bg-elevated: #0c1120;
  --surface: #111827;
  --surface-hover: #1a2332;
  --border: rgba(255,255,255,.06);
  --border-strong: rgba(255,255,255,.1);
  --text: #eef1f8;
  --text-dim: rgba(255,255,255,.55);
  --muted: #8895b4;
  --accent: #6d5cfc;
  --accent-hover: #9385ff;
  --accent-glow: rgba(109,92,252,.22);
  --gold: #fbbf24;
  --gold-glow: rgba(251,191,36,.18);
  --rose: #f472b6;
  --rose-glow: rgba(244,114,182,.13);
  --cyan: #22d3ee;
  --lens: rgba(255,255,255,.04);
  --lens-hover: rgba(255,255,255,.07);
  --radius: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { overflow-x: hidden; }
body {
  margin: 0;
  background: var(--bg);
  background-image:
    radial-gradient(ellipse 80% 45% at 18% 0%, rgba(109,92,252,.08), transparent 60%),
    radial-gradient(ellipse 70% 45% at 85% 30%, rgba(244,114,182,.04), transparent 65%),
    linear-gradient(180deg, #06080f 0%, #0a0e1c 50%, #06080f 100%);
  color: var(--text);
  font-family: 'Tajawal', system-ui, sans-serif;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

body::before,
body::after { content: none; }

[id] { scroll-margin-top: 100px; }

/* ---- Layout ---- */
.av-site-wrapper { min-height: 100vh; display: flex; flex-direction: column; position: relative; }
.av-site-wrapper::before { content: none; }
.av-site-wrapper main { flex: 1; }

/* ---- Header ---- */
.av-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: 18px 0 0; pointer-events: none; }
.av-header .container { pointer-events: auto; }
.av-nav {
  display: flex; align-items: center; gap: 10px; min-height: 70px;
  padding: 0 16px 0 24px;
  background: rgba(8,11,19,.82);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 60px;
  justify-content: center;
  box-shadow: 0 24px 80px rgba(0,0,0,.4), 0 0 0 1px rgba(109,92,252,.04);
}
.av-logo { display: flex; align-items: center; min-width: 100px; }
.av-logo img { max-height: 38px; }
.av-menu { display: flex; align-items: center; gap: 2px; font-size: 13px; font-weight: 700; }
.av-menu a { color: rgba(255,255,255,.6); padding: 10px 15px; border-radius: 40px; transition: all .25s var(--ease); }
.av-menu a:hover { color: #fff; background: var(--lens-hover); }
.av-menu-toggle { display: none; border: none; width: 42px; height: 42px; border-radius: 50%; background: var(--lens); color: #fff; font-size: 17px; cursor: pointer; }

/* ---- Buttons ---- */
.av-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 30px; border-radius: 60px; font-weight: 700; font-size: 13.5px;
  border: none; cursor: pointer; transition: all .3s var(--ease);
  text-decoration: none; font-family: inherit; white-space: nowrap;
}
.av-btn-primary {
  background: linear-gradient(135deg, var(--accent), #8b74ff);
  color: #fff; box-shadow: 0 8px 32px var(--accent-glow);
  text-shadow: 0 1px 2px rgba(0,0,0,.3);
}
.av-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 44px rgba(109,92,252,.4); color: #fff; }
.av-btn-outline {
  background: transparent; border: 2px solid rgba(255,255,255,.16); color: #fff;
  background: rgba(255,255,255,.03);
}
.av-btn-outline:hover { border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.05); color: #fff; }
.av-btn-white { background: #fff; color: var(--bg); box-shadow: 0 8px 28px rgba(0,0,0,.25); }
.av-btn-white:hover { background: #f0f0f5; color: #000; transform: translateY(-2px); }

/* ---- Hero ---- */
.av-hero {
  min-height: 94vh; display: flex; align-items: center; padding: 180px 0 120px;
  position: relative; overflow: hidden;
  background:
    radial-gradient(ellipse 70% 50% at 75% 15%, rgba(109,92,252,.18), transparent),
    radial-gradient(ellipse 50% 40% at 20% 60%, rgba(244,114,182,.1), transparent),
    radial-gradient(ellipse 40% 30% at 55% 85%, rgba(34,211,238,.06), transparent),
    linear-gradient(180deg, #03050a 0%, #080c1d 25%, #0d1328 55%, #0a0f1e 85%, #06080f 100%);
}
.av-hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(circle 800px at 72% 10%, rgba(109,92,252,.15), transparent 50%),
    radial-gradient(circle 600px at 28% 55%, rgba(244,114,182,.08), transparent 45%),
    radial-gradient(circle 400px at 60% 85%, rgba(34,211,238,.06), transparent 40%);
}
.av-hero::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .025;
  background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 0);
  background-size: 48px 48px;
}
.av-hero .container { position: relative; z-index: 2; }
.av-hero h1 {
  max-width: 820px; font-size: clamp(44px, 6.5vw, 88px);
  line-height: .94; letter-spacing: -.04em; color: #fff;
  margin-bottom: 26px; font-weight: 900;
}
.av-hero h1 .av-gradient-text {
  background: linear-gradient(135deg, var(--accent-hover), var(--rose), var(--gold));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.av-hero p {
  max-width: 580px; font-size: clamp(16px, 1.5vw, 19px);
  color: rgba(255,255,255,.58); margin-bottom: 34px; line-height: 1.85; font-weight: 400;
}
/* Hero feature stack */
.av-hero-feature-stack {
  position: relative; display: grid; gap: 12px; padding: 16px;
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 32px 90px rgba(0,0,0,.4);
}
.av-feature-pill {
  display: flex; align-items: center; gap: 13px; padding: 16px;
  border-radius: 20px; background: rgba(8,11,21,.7);
  border: 1px solid rgba(255,255,255,.07);
}
.av-feature-pill-main { background: linear-gradient(135deg, rgba(109,92,252,.2), rgba(244,114,182,.1)); }
.av-feature-icon,.av-feature-number {
  width: 46px; height: 46px; display: grid; place-items: center;
  flex: 0 0 46px; border-radius: 14px; background: rgba(255,255,255,.08); color: #fff;
}
.av-feature-icon { color: var(--gold); font-size: 17px; }
.av-feature-pill strong { display: block; color: #fff; font-size: 17px; line-height: 1.2; }
.av-feature-pill small { display: block; color: rgba(255,255,255,.58); margin-top: 3px; font-size: 12.5px; }
.av-hero-mini { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; }
.av-hero-mini > div {
  padding: 14px 10px; border-radius: 14px; background: rgba(255,255,255,.05);
  color: #fff; font-size: 12px; font-weight: 500; text-align: center;
}
.av-hero-mini span { display: block; font-size: 26px; font-weight: 900; color: var(--gold); }

/* ---- Stats ---- */
.av-stats { margin-top: -50px; position: relative; z-index: 5; padding-bottom: 70px; }
.av-stat {
  padding: 30px 24px; border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(17,24,39,.92), rgba(26,35,50,.82));
  border: 1px solid rgba(255,255,255,.07); height: 100%; text-align: center;
  transition: all .35s var(--ease);
  box-shadow: 0 4px 24px rgba(0,0,0,.2);
}
.av-stat:hover { border-color: rgba(109,92,252,.3); transform: translateY(-3px); box-shadow: 0 12px 36px rgba(0,0,0,.3); }
.av-stat-number {
  font-size: 44px; font-weight: 900;
  background: linear-gradient(135deg, var(--gold), #fde68a);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  line-height: 1;
}
.av-stat-label { margin-top: 8px; color: var(--muted); font-weight: 600; font-size: 14px; }

/* ---- Sections ---- */
.av-section { padding: 110px 0; position: relative; overflow: hidden; }
.av-section::before {
  content: ''; position: absolute; inset: auto 0 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(109,92,252,.08) 20%, rgba(255,255,255,.08) 50%, rgba(244,114,182,.08) 80%, transparent);
}
.av-section:nth-child(even of .av-section) {
  background: rgba(255,255,255,.012);
}
.av-section > .container { position: relative; z-index: 1; }

/* Cheap section tinting, no large pseudo glow layers. */
.av-section#about { background: rgba(255,255,255,.008); }
.av-section#services { background: transparent; }
.av-section#why-us { background: rgba(255,255,255,.008); }
.av-section#portfolio { background: transparent; }
.av-section#pricing { background: rgba(255,255,255,.008); }
.av-section#team { background: transparent; }
.av-section#faq { background: rgba(255,255,255,.008); }
.av-section#contact { background: transparent; }

.section-divider {
  position: absolute; top: -1px; left: 0; right: 0; height: 80px; pointer-events: none;
  background: linear-gradient(180deg, var(--bg), transparent);
}

/* ---- Section Headings ---- */
.av-section-heading { margin-bottom: 56px; max-width: 780px; }
.av-section-heading.text-center { margin-left: auto; margin-right: auto; }
.av-section-heading .av-label {
  display: inline-block; margin-bottom: 14px; font-size: 12px; font-weight: 800;
  color: var(--accent-hover); letter-spacing: .12em;
  padding: 5px 14px; border-radius: 60px;
  background: rgba(109,92,252,.1); border: 1px solid rgba(109,92,252,.16);
}
.av-section-heading h2 { font-size: clamp(30px, 4vw, 52px); margin: 0; font-weight: 800; letter-spacing: -.03em; }

/* ---- Cards (used selectively, not everywhere) ---- */
.av-card {
  padding: 32px 28px; border-radius: var(--radius-lg);
  background: linear-gradient(160deg, rgba(17,24,39,.92), rgba(21,31,50,.78));
  border: 1px solid rgba(255,255,255,.07); height: 100%;
  transition: all .35s var(--ease); display: flex; flex-direction: column;
  box-shadow: 0 8px 32px rgba(0,0,0,.2);
}
.av-card:hover { border-color: rgba(109,92,252,.3); transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,.3); }
.av-card-icon {
  width: 58px; height: 58px; border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(109,92,252,.16), rgba(244,114,182,.08));
  margin-bottom: 20px; font-size: 22px;
}
.av-card-icon i { color: var(--accent-hover); }
.av-card h3 { margin: 0 0 8px; font-size: 18px; font-weight: 800; }
.av-card p { color: var(--muted); flex: 1; font-size: 14.5px; line-height: 1.7; }
.av-card-link { text-decoration: none; color: inherit; display: block; }
.av-card-link:hover { color: inherit; }

/* ---- Badge ---- */
.av-badge {
  display: inline-flex; align-items: center; gap: 5px; padding: 5px 14px;
  border-radius: 60px; font-size: 12px; font-weight: 700;
}
.av-badge-gold { background: var(--gold-glow); color: var(--gold); }
.av-badge-light { background: var(--lens-hover); color: #fff; border: 1px solid rgba(255,255,255,.08); }

/* ---- Pricing ---- */
.av-price { font-size: 46px; font-weight: 900; color: #fff; letter-spacing: -.05em; line-height: 1; }
.av-price small { font-size: 16px; font-weight: 500; color: var(--muted); }
.av-features { list-style: none; padding: 0; margin: 20px 0; }
.av-features li {
  padding: 12px 0; border-bottom: 1px solid var(--border);
  display: flex; align-items: center; gap: 12px; color: #d0d5e0; font-size: 14px;
}
.av-features li::before {
  content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900;
  color: #34d399; font-size: 12px;
}

/* ---- Team ---- */
.av-team-img {
  width: 120px; height: 120px; object-fit: cover; border-radius: 50%;
  margin: 0 auto 16px; border: 3px solid rgba(109,92,252,.25);
}

/* ---- Team Cards (v2) ---- */
.av-team-card {
  height: 100%; display: flex; flex-direction: column; overflow: hidden;
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, rgba(17,24,39,.92), rgba(21,31,50,.78));
  border: 1px solid rgba(255,255,255,.07);
  box-shadow: 0 8px 32px rgba(0,0,0,.2);
  transition: transform .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
}
.av-team-card:hover {
  transform: translateY(-6px);
  border-color: rgba(109,92,252,.35);
  box-shadow: 0 20px 56px rgba(0,0,0,.35), 0 0 0 1px rgba(109,92,252,.12);
}
.av-team-photo {
  position: relative; aspect-ratio: 1 / 1; overflow: hidden;
  background:
    radial-gradient(circle at 70% 20%, rgba(109,92,252,.22), transparent 55%),
    radial-gradient(circle at 20% 85%, rgba(244,114,182,.14), transparent 50%),
    #0b101f;
}
.av-team-photo img {
  width: 100%; height: 100%; object-fit: cover; object-position: top center;
  transition: transform .5s var(--ease);
}
.av-team-card:hover .av-team-photo img { transform: scale(1.05); }
.av-team-photo::after {
  content: ''; position: absolute; inset: auto 0 0; height: 45%;
  background: linear-gradient(180deg, transparent, rgba(6,8,15,.72));
  pointer-events: none;
}
.av-team-photo-empty {
  position: absolute; inset: 0; display: grid; place-items: center;
  color: rgba(255,255,255,.14); font-size: 64px;
}
.av-team-socials {
  position: absolute; inset: auto 0 12px; z-index: 2;
  display: flex; justify-content: center; gap: 8px;
  opacity: 0; transform: translateY(10px);
  transition: all .35s var(--ease);
}
.av-team-card:hover .av-team-socials { opacity: 1; transform: translateY(0); }
.av-team-socials a {
  width: 38px; height: 38px; display: grid; place-items: center;
  border-radius: 50%; background: rgba(8,11,19,.85); color: #fff;
  border: 1px solid rgba(255,255,255,.14); font-size: 14px;
  backdrop-filter: blur(6px);
  transition: all .25s var(--ease);
}
.av-team-socials a:hover { background: var(--accent); border-color: var(--accent); transform: translateY(-3px); }
.av-team-body { padding: 20px 20px 22px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 6px; flex: 1; }
.av-team-name { margin: 0; font-size: 18px; font-weight: 800; color: #fff; }
.av-team-role { color: var(--accent-hover); font-weight: 700; font-size: 13px; }
.av-team-exp { margin-top: 2px; }
.av-team-bio { margin: 8px 0 0; color: var(--muted); font-size: 13.5px; line-height: 1.7; }

/* ---- Page Title ---- */
.av-page-title {
  padding: 190px 0 90px; position: relative; overflow: hidden;
  background: linear-gradient(180deg, #03050a, #080c1a 55%, #0d1328);
}
.av-page-title::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(circle at 70% 15%, var(--accent-glow), transparent 40%),
    radial-gradient(circle at 30% 85%, var(--rose-glow), transparent 38%);
}
.av-page-title > .container { position: relative; z-index: 2; }
.av-page-title-text { font-size: clamp(34px, 5vw, 68px); color: #fff; letter-spacing: -.04em; line-height: 1; max-width: 860px; font-weight: 900; }

/* ---- Contact ---- */
.av-contact-card {
  padding: 36px; border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(17,24,39,.92), rgba(22,34,55,.78));
  border: 1px solid rgba(255,255,255,.07); min-height: 100%;
  box-shadow: 0 8px 32px rgba(0,0,0,.2);
}
.av-contact-card h4 { font-size: 19px; }
.av-contact-card .av-contact-row { border-bottom: 1px solid rgba(255,255,255,.06); padding: 16px 0; }
.av-contact-card .av-contact-row:last-child { border: none; }
.av-form {
  padding: 36px; border-radius: var(--radius-lg);
  background: linear-gradient(160deg, rgba(17,24,39,.92), rgba(21,31,50,.78));
  border: 1px solid rgba(255,255,255,.07);
  box-shadow: 0 8px 32px rgba(0,0,0,.2);
}
.av-form input,.av-form textarea,.av-form select {
  width: 100%; padding: 14px 18px; border-radius: 14px;
  border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.035);
  color: #fff; font-size: 15px; font-family: inherit; transition: all .25s var(--ease);
}
.av-form input:focus,.av-form textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px rgba(109,92,252,.1); background: rgba(255,255,255,.05); }
.av-form input::placeholder,.av-form textarea::placeholder { color: rgba(255,255,255,.24); }
.av-form textarea { min-height: 140px; resize: vertical; }
.av-form label { font-weight: 700; margin-bottom: 7px; display: block; font-size: 13.5px; color: #fff; }

/* ---- CTA ---- */
.av-cta {
  padding: 52px 48px; border-radius: var(--radius-xl);
  background:
    radial-gradient(ellipse 50% 50% at 80% 20%, rgba(109,92,252,.15), transparent),
    radial-gradient(ellipse 40% 50% at 20% 80%, rgba(244,114,182,.1), transparent),
    linear-gradient(135deg, rgba(109,92,252,.1), rgba(17,24,39,.8), rgba(244,114,182,.06));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 12px 48px rgba(0,0,0,.25);
}
.av-cta h2 { font-size: 30px; font-weight: 800; margin-bottom: 6px; }

/* ---- Showreel ---- */
.av-showreel-section { padding-top: 30px; }
.av-showreel-card {
  position: relative; min-height: 460px; display: grid; place-items: center;
  padding: 20px; border-radius: var(--radius-xl);
  background:
    radial-gradient(circle 400px at 80% 15%, rgba(244,114,182,.18), transparent),
    radial-gradient(circle 350px at 12% 80%, rgba(109,92,252,.18), transparent),
    linear-gradient(145deg, rgba(17,24,39,.92), rgba(7,10,18,.82));
  border: 1px solid rgba(255,255,255,.08); overflow: hidden;
  box-shadow: 0 16px 48px rgba(0,0,0,.3);
}
.av-showreel-card::before { content: ''; position: absolute; inset: 16px; border-radius: 26px; border: 1px solid rgba(255,255,255,.05); pointer-events: none; }
.av-showreel-card .instagram-media { max-width: 540px !important; min-width: 260px !important; width: 100% !important; margin: 0 auto !important; background: #fff !important; border-radius: 16px !important; overflow: hidden; }

/* ---- Portfolio ---- */
.av-portfolio-filters { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.av-filter-btn {
  padding: 9px 22px; border-radius: 50px; border: 1px solid rgba(255,255,255,.1);
  background: var(--lens); color: var(--muted); cursor: pointer;
  font-size: 13px; font-weight: 700; font-family: inherit;
  transition: all .3s var(--ease);
}
.av-filter-btn:hover { color: #fff; border-color: rgba(255,255,255,.2); }
.av-filter-btn.active { background: linear-gradient(135deg, var(--accent), #8b74ff); color: #fff; border-color: transparent; box-shadow: 0 4px 20px var(--accent-glow); }
.av-social-portfolio-card {
  height: 100%; display: flex; flex-direction: column; overflow: hidden;
  border-radius: var(--radius); background: linear-gradient(160deg, rgba(17,24,39,.92), rgba(21,31,50,.78));
  border: 1px solid rgba(255,255,255,.07);
  box-shadow: 0 8px 32px rgba(0,0,0,.2);
}
.av-social-embed-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 14px 16px; border-bottom: 1px solid rgba(255,255,255,.05); }
.av-social-platform { display: inline-flex; align-items: center; gap: 7px; color: #fff; font-weight: 800; font-size: 12.5px; }
.av-social-platform i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; }
.av-social-platform.is-instagram i { background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045); }
.av-social-platform.is-facebook i { background: #1877f2; }
.av-social-embed-box { min-height: 500px; display: grid; place-items: center; padding: 12px; background: rgba(255,255,255,.03); }
.av-social-embed-box .instagram-media { max-width: 500px !important; min-width: 250px !important; width: 100% !important; margin: 0 auto !important; background: #fff !important; border-radius: 14px !important; overflow: hidden; }
.av-social-embed-box iframe { max-width: 100%; border-radius: 14px; background: #fff; }
.av-social-embed-info { padding: 16px 18px 20px; margin-top: auto; }
.av-social-embed-info h4 { font-size: 1rem; margin-bottom: 6px; }
.av-social-open { display: inline-flex; align-items: center; color: var(--accent-hover); font-weight: 800; font-size: 12.5px; }
.av-social-open:hover { color: #fff; }
.av-social-mobile-fallback {
  display: none;
  gap: 8px; padding: 34px 18px; min-height: 220px;
  place-items: center; text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(109,92,252,.16), transparent 55%),
    rgba(255,255,255,.035);
  color: #fff; text-decoration: none;
  transition: background .25s var(--ease);
}
.av-social-mobile-fallback:hover { color: #fff; background: radial-gradient(circle at 50% 0%, rgba(109,92,252,.24), transparent 60%), rgba(255,255,255,.05); }
.av-social-mobile-fallback strong { font-size: 15px; line-height: 1.4; }
.av-social-mobile-fallback small { color: rgba(255,255,255,.62); font-size: 12px; }
.av-social-portfolio-card.is-embed-failed .av-social-embed-box { display: none; }
.av-social-portfolio-card.is-embed-failed .av-social-mobile-fallback { display: grid; }
.av-social-mobile-icon {
  width: 48px; height: 48px; display: grid; place-items: center;
  border-radius: 16px; color: #fff; font-size: 20px;
}
.av-social-mobile-icon.is-instagram { background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045); }
.av-social-mobile-icon.is-facebook { background: #1877f2; }
.av-social-platform.is-photo i { background: linear-gradient(135deg, #10b981, #34d399); }
.av-social-platform.is-video i { background: linear-gradient(135deg, #f59e0b, #fbbf24); color: #1a1305; }

/* Filtering: actually hide filtered-out items */
.av-portfolio-item.hidden { display: none !important; }

/* Facebook responsive embed shell */
.av-fb-embed { width: 100%; display: grid; place-items: center; min-height: 320px; }
.av-fb-embed iframe { border-radius: 14px; background: #fff; max-width: 100%; }
.av-fb-embed:empty::after {
  content: ''; width: 34px; height: 34px; border-radius: 50%;
  border: 3px solid rgba(255,255,255,.15); border-top-color: var(--accent);
  animation: av-spin 1s linear infinite;
}
@keyframes av-spin { to { transform: rotate(360deg); } }

/* ---- Uploaded media cards (photo / video) ---- */
.av-media-frame {
  position: relative; display: block; width: 100%; padding: 0; border: 0;
  background: #0b101f; cursor: pointer; overflow: hidden;
  aspect-ratio: 4 / 5; text-align: inherit;
}
.av-media-frame img,
.av-media-frame video {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .5s var(--ease);
}
.av-media-frame:hover img,
.av-media-frame:hover video { transform: scale(1.04); }
.av-media-overlay {
  position: absolute; inset: 0; z-index: 2;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  background: linear-gradient(180deg, rgba(6,8,15,.1), rgba(6,8,15,.55));
  color: #fff; font-weight: 800; font-size: 13px;
  opacity: 0; transition: opacity .3s var(--ease);
}
.av-media-frame:hover .av-media-overlay,
.av-media-frame:focus-visible .av-media-overlay { opacity: 1; }
.av-media-overlay i {
  width: 54px; height: 54px; display: grid; place-items: center;
  border-radius: 50%; background: rgba(109,92,252,.9); font-size: 19px;
  box-shadow: 0 12px 32px rgba(109,92,252,.45);
}
.av-media-overlay.is-play { opacity: 1; background: linear-gradient(180deg, transparent 40%, rgba(6,8,15,.6)); }
.av-media-overlay.is-play i { background: rgba(8,11,19,.72); border: 2px solid rgba(255,255,255,.6); backdrop-filter: blur(4px); }
.av-media-overlay.is-play span { text-shadow: 0 2px 8px rgba(0,0,0,.6); }
.av-media-frame:hover .av-media-overlay.is-play i { background: var(--accent); border-color: var(--accent); }
.av-media-meta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 8px; }
.av-media-meta span { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-size: 12px; font-weight: 600; }
.av-media-meta i { color: var(--accent-hover); font-size: 11px; }

/* ---- Lightbox ---- */
body.av-lightbox-open { overflow: hidden; }
.av-lightbox {
  position: fixed; inset: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: center;
  background: rgba(3,4,9,.92); backdrop-filter: blur(8px);
  padding: 24px;
}
.av-lightbox[hidden] { display: none; }
.av-lightbox-stage { margin: 0; max-width: min(1000px, 94vw); max-height: 90vh; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.av-lightbox-stage img,
.av-lightbox-stage video {
  max-width: 100%; max-height: 78vh; border-radius: 16px;
  box-shadow: 0 30px 90px rgba(0,0,0,.6);
  background: #000;
}
.av-lightbox-stage figcaption { color: rgba(255,255,255,.75); font-weight: 700; font-size: 14px; text-align: center; }
.av-lightbox-close {
  position: absolute; top: 18px; inset-inline-start: 18px;
  width: 46px; height: 46px; display: grid; place-items: center;
  border-radius: 50%; border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.06); color: #fff; font-size: 18px; cursor: pointer;
  transition: all .25s var(--ease);
}
.av-lightbox-close:hover { background: var(--accent); border-color: var(--accent); }

/* ---- Service Detail ---- */
.av-service-detail { padding-top: 160px; }

/* ---- Editorial Service List ---- */
.av-service-list { display: grid; gap: 0; }
.av-service-row {
  display: flex; align-items: center; gap: 24px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: all .25s var(--ease);
}
.av-service-row:hover {
  background: rgba(255,255,255,.015);
  padding-left: 8px; padding-right: 8px;
  border-radius: 12px;
}
.av-service-row:last-child { border-bottom: none; }
.av-service-num {
  font-size: clamp(38px, 4.5vw, 64px); font-weight: 900;
  color: rgba(255,255,255,.04); line-height: 1;
  min-width: clamp(50px, 8vw, 80px);
  flex-shrink: 0;
}
.av-service-icon-wrap {
  width: 56px; height: 56px; display: grid; place-items: center; flex-shrink: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(109,92,252,.14), rgba(244,114,182,.07));
  color: var(--accent-hover);
  font-size: 22px;
}
.av-service-body { flex: 1; min-width: 0; }
.av-service-body h3 { margin: 0 0 4px; font-size: 18px; font-weight: 800; }
.av-service-body p { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.6; }
.av-service-arrow {
  width: 40px; height: 40px; display: grid; place-items: center; flex-shrink: 0;
  border-radius: 50%; border: 1px solid rgba(255,255,255,.1);
  color: var(--muted); transition: all .25s var(--ease);
}
.av-service-arrow:hover { color: #fff; border-color: var(--accent); background: rgba(109,92,252,.1); }

@media (max-width: 991px) {
  .av-service-row { gap: 14px; padding: 22px 0; }
  .av-service-num { font-size: clamp(28px, 7vw, 42px); min-width: auto; }
  .av-service-icon-wrap { width: 44px; height: 44px; border-radius: 12px; font-size: 18px; }
  .av-service-body h3 { font-size: 16px; }
  .av-service-body p { font-size: 13px; }
  .av-service-arrow { width: 34px; height: 34px; }
}
.av-service-visual {
  min-height: 400px; display: grid; place-items: center; gap: 20px; padding: 38px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 74% 20%, rgba(244,114,182,.16), transparent 32%),
    radial-gradient(circle at 20% 80%, rgba(109,92,252,.18), transparent 38%),
    linear-gradient(145deg, rgba(17,24,39,.88), rgba(7,10,18,.8));
  border: 1px solid rgba(255,255,255,.08);
}
.av-service-orb {
  width: 140px; height: 140px; display: grid; place-items: center;
  border-radius: 38px; background: linear-gradient(135deg, rgba(109,92,252,.3), rgba(244,114,182,.14));
  color: #fff; font-size: 56px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 22px 55px rgba(109,92,252,.14);
}
.av-service-lines { width: min(100%, 320px); display: grid; gap: 9px; }
.av-service-lines span { height: 9px; border-radius: 20px; background: linear-gradient(90deg, rgba(109,92,252,.8), rgba(244,114,182,.5)); }
.av-service-lines span:nth-child(2) { width: 76%; }
.av-service-lines span:nth-child(3) { width: 54%; }
.av-service-visual strong { color: #fff; font-size: 22px; text-align: center; }

/* ---- FAQ Accordion ---- */
.av-accordion .accordion-item {
  background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--radius) !important; margin-bottom: 6px; overflow: hidden;
}
.av-accordion .accordion-button {
  background: transparent; color: #fff; font-weight: 700; font-family: inherit;
  padding: 17px 22px; box-shadow: none; text-align: right; font-size: 15px;
}
.av-accordion .accordion-button:not(.collapsed) { background: rgba(109,92,252,.08); color: var(--accent-hover); }
.av-accordion .accordion-button::after { margin-right: auto; margin-left: 0; filter: brightness(0) invert(1); }
.av-accordion .accordion-body { padding: 0 22px 18px; color: var(--muted); line-height: 1.8; }

/* ---- 404 ---- */
.av-404 { padding: 200px 0; text-align: center; }
.av-404 h1 { font-size: 46px; margin-bottom: 14px; }

/* ---- Footer ---- */
.av-footer {
  background: linear-gradient(180deg, #050710, #020308);
  padding: 64px 0 28px; border-top: 1px solid rgba(255,255,255,.04); margin-top: auto;
  position: relative;
}
.av-footer::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 60% 40% at 20% 30%, rgba(109,92,252,.04), transparent),
    radial-gradient(ellipse 50% 40% at 80% 70%, rgba(244,114,182,.03), transparent);
}
.av-footer h5 { color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.av-footer-link { color: var(--muted); font-size: 13.5px; transition: all .2s; }
.av-footer-link:hover { color: var(--accent-hover); padding-right: 4px; }
.av-ficon {
  width: 48px; height: 48px; display: flex; align-items: center; justify-content: center;
  border-radius: 14px; background: linear-gradient(135deg, rgba(109,92,252,.13), rgba(244,114,182,.08));
  color: var(--accent-hover); font-size: 17px; flex-shrink: 0;
}
.av-social {
  width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;
  border-radius: 50%; background: rgba(255,255,255,.04); color: var(--muted); font-size: 15px;
  transition: all .25s var(--ease);
}
.av-social:hover { background: var(--accent); color: #fff; transform: translateY(-3px); box-shadow: 0 8px 22px var(--accent-glow); }
.av-scroll-top {
  position: fixed; left: 22px; bottom: 22px; z-index: 90;
  width: 46px; height: 46px; display: flex; align-items: center; justify-content: center;
  border-radius: 50%; background: var(--surface); color: #fff;
  border: 1px solid var(--border); font-size: 15px; text-decoration: none; opacity: .78;
  transition: all .25s;
}
.av-scroll-top:hover { opacity: 1; color: #fff; background: var(--accent); border-color: var(--accent); }

.av-mobile-actions { display: none; }

/* ---- Utility ---- */
.text-muted-av { color: var(--muted); }

/* ---- Scroll Reveal ---- */
.av-reveal { opacity: 0; transform: translateY(36px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.av-reveal.av-revealed { opacity: 1; transform: translateY(0); }
.av-reveal-delay-1 { transition-delay: .08s; }
.av-reveal-delay-2 { transition-delay: .16s; }
.av-reveal-delay-3 { transition-delay: .24s; }
.av-reveal-delay-4 { transition-delay: .32s; }

/* ---- Media Motif: Filmstrip ---- */
.av-filmstrip {
  position: absolute; inset: 0; pointer-events: none; opacity: .04;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.8) 1px, transparent 1px),
    linear-gradient(to right, rgba(255,255,255,.8) 1px, transparent 1px);
  background-position: 14% 0, 86% 0;
  background-size: 4px 100%, 4px 100%;
  background-repeat: no-repeat;
}
.av-filmstrip::before,.av-filmstrip::after {
  content: ''; position: absolute; left: 0; right: 0; height: 8px;
  background: repeating-linear-gradient(90deg, transparent, transparent 22px, rgba(255,255,255,.6) 22px, rgba(255,255,255,.6) 26px);
}
.av-filmstrip::before { top: 0; }
.av-filmstrip::after { bottom: 0; }

/* ---- Media Motif: Viewfinder ---- */
.av-viewfinder {
  display: grid; place-items: center; padding: 50px;
  position: relative;
}
.av-viewfinder::before {
  content: ''; position: absolute; inset: 14px;
  border: 1px solid rgba(255,255,255,.08); border-radius: 4px;
}
.av-viewfinder::after {
  content: '+'; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  font-size: 28px; color: rgba(255,255,255,.12); font-weight: 200;
}
@media (max-width: 991px) {
  .av-viewfinder { padding: 28px 16px; }
  .av-viewfinder::before { inset: 8px; }
  .av-viewfinder::after { font-size: 22px; }
}
@media (max-width: 420px) {
  .av-viewfinder { padding: 20px 10px; }
}

/* ---- Media Motif: CMYK Dots ---- */
.av-cmyk-dots {
  position: absolute; width: 160px; height: 160px; pointer-events: none; opacity: .07;
  background:
    radial-gradient(circle at 30% 25%, #0ff 2px, transparent 2px),
    radial-gradient(circle at 55% 35%, #f0f 2px, transparent 2px),
    radial-gradient(circle at 70% 60%, #ff0 2px, transparent 2px),
    radial-gradient(circle at 40% 70%, #000 2px, transparent 2px);
  background-size: 80px 80px;
}

/* ---- Animated Gradient Line ---- */
.av-gradient-line {
  height: 1px; width: 100%;
  background: linear-gradient(90deg, transparent, var(--accent-glow) 20%, var(--rose-glow) 50%, var(--gold-glow) 80%, transparent);
}

/* ---- Large Number Accent ---- */
.av-big-number {
  font-size: clamp(140px, 18vw, 240px); font-weight: 900; line-height: .7;
  color: rgba(255,255,255,.015); position: absolute; pointer-events: none;
  user-select: none;
}

/* ---- Responsive ---- */
@media (min-width: 992px) {
  .av-nav { justify-content: space-between; }
  .av-menu { flex: 1; justify-content: center; }
}
@media (min-width: 1200px) {
  .av-section { padding: 120px 0; }
}

@media (max-width: 991px) {
  body { -webkit-tap-highlight-color: transparent; }
  .container { width: 100%; max-width: 720px; padding-left: 16px; padding-right: 16px; }
  .row { margin-left: 0; margin-right: 0; }
  .row > * { padding-left: calc(var(--bs-gutter-x) * .35); padding-right: calc(var(--bs-gutter-x) * .35); }

  .av-header { padding: 8px 0 0; }
  .av-nav { min-height: 54px; padding: 0 8px 0 12px; border-radius: 18px; justify-content: space-between; background: rgba(5,7,13,.96); box-shadow: 0 12px 36px rgba(0,0,0,.38); }
  .av-logo { min-width: 0; }
  .av-logo img { max-height: 30px; max-width: 110px; }
  .av-menu {
    display: none; position: absolute; top: 64px; left: 8px; right: 8px;
    padding: 8px; background: rgba(5,7,13,.97); border: 1px solid rgba(255,255,255,.07);
    border-radius: 18px; flex-direction: column; gap: 2px;
    box-shadow: 0 16px 48px rgba(0,0,0,.5);
  }
  .av-menu.is-open { display: flex; }
  .av-menu a { width: 100%; text-align: center; padding: 14px; border-radius: 14px; font-size: 15px; min-height: 48px; display: flex; align-items: center; justify-content: center; }
  .av-menu a:hover { background: rgba(109,92,252,.14); }
  .av-menu-toggle { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; font-size: 17px; }
  .av-nav > .av-btn { display: none; }

  /* Hero */
  .av-hero { min-height: auto; padding: 92px 0 34px; text-align: start;
    background:
      radial-gradient(circle 400px at 70% 0%, rgba(109,92,252,.2), transparent),
      radial-gradient(circle 300px at 10% 45%, rgba(244,114,182,.1), transparent),
      linear-gradient(180deg, #04060c, #0a0f1e 66%, #06080f);
  }
  .av-hero::after { opacity: .02; background-size: 32px 32px; }
  .av-hero h1 { font-size: clamp(31px, 8.5vw, 42px); line-height: 1.06; margin-bottom: 12px; letter-spacing: -.025em; }
  .av-hero p { font-size: 14.5px; line-height: 1.75; margin-bottom: 18px; }
  .av-hero .row { --bs-gutter-x: 0; --bs-gutter-y: 1.25rem; }
  .av-hero .d-flex { display: grid !important; grid-template-columns: 1fr; gap: 8px !important; }
  .av-hero .av-btn { width: 100%; min-height: 50px; font-size: 14px; }
  .av-hero-feature-stack { max-width: 100%; margin-top: 0; padding: 10px; gap: 7px; border-radius: 18px; box-shadow: 0 16px 44px rgba(0,0,0,.28); }
  .av-feature-pill { padding: 12px; border-radius: 14px; }
  .av-feature-icon,.av-feature-number { width: 40px; height: 40px; flex-basis: 40px; border-radius: 11px; font-size: 15px; }
  .av-feature-pill strong { font-size: 15px; }
  .av-feature-pill small { font-size: 12px; }
  .av-hero-mini { gap: 6px; }
  .av-hero-mini > div { padding: 14px 8px; font-size: 12px; min-height: 60px; display: grid; place-content: center; }
  .av-hero-mini span { font-size: 24px; }

  /* Stats */
  .av-stats { margin-top: 0; padding: 18px 0 34px; }
  .av-stats .row { --bs-gutter-y: .75rem; }
  .av-stat { display: flex; align-items: center; justify-content: space-between; text-align: start; padding: 18px 20px; border-radius: 18px; }
  .av-stat-number { font-size: 32px; }
  .av-stat-label { margin-top: 0; font-size: 13px; }

  /* Sections */
  .av-section { padding: 46px 0; }
  .av-section-heading { margin-bottom: 22px; }
  .av-section-heading h2 { font-size: clamp(24px, 6vw, 31px); line-height: 1.25; }
  .av-section-heading .av-label { font-size: 11px; padding: 4px 11px; }

  /* Cards */
  .av-card,.av-form,.av-contact-card { padding: 20px 16px; border-radius: 18px; box-shadow: 0 10px 30px rgba(0,0,0,.18); }
  .av-card-icon { width: 50px; height: 50px; border-radius: 14px; margin-bottom: 16px; font-size: 20px; }
  .av-card h3 { font-size: 17px; }
  .av-card p { font-size: 14px; line-height: 1.65; }

  /* Service rows */
  .av-service-list { gap: 10px; }
  .av-service-row { flex-wrap: wrap; gap: 10px; padding: 16px; border: 1px solid rgba(255,255,255,.065); border-radius: 18px; background: rgba(255,255,255,.025); }
  .av-service-row:hover { padding: 16px; border-radius: 18px; }
  .av-service-num { font-size: 28px; min-width: 34px; color: rgba(255,255,255,.09); }
  .av-service-icon-wrap { width: 42px; height: 42px; border-radius: 12px; font-size: 18px; }
  .av-service-body { flex: 1 1 calc(100% - 100px); min-width: 0; }
  .av-service-body h3 { font-size: 16px; }
  .av-service-body p { font-size: 13.5px; }
  .av-service-arrow { width: 40px; height: 40px; margin-inline-start: auto; }

  /* Page title */
  .av-page-title { padding: 110px 0 46px; }
  .av-page-title-text { font-size: clamp(29px, 7vw, 38px); line-height: 1.12; }

  /* CTA */
  .av-cta { padding: 26px 20px; border-radius: 22px; text-align: start; }
  .av-cta h2 { font-size: 22px; line-height: 1.2; }
  .av-cta .av-btn { width: 100%; }

  /* Forms */
  .av-form input,.av-form textarea,.av-form select { min-height: 50px; font-size: 16px; border-radius: 12px; }
  .av-form textarea { min-height: 130px; }
  .av-contact-card .av-contact-row { padding: 14px 0; }

  /* Portfolio */
  .av-portfolio-filters { justify-content: flex-start; gap: 6px; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 6px; scrollbar-width: none; }
  .av-portfolio-filters::-webkit-scrollbar { display: none; }
  .av-filter-btn { flex: 0 0 auto; padding: 9px 16px; font-size: 12.5px; min-height: 38px; display: flex; align-items: center; }
  .av-social-embed-head { padding: 12px 14px; }
  .av-social-embed-box { min-height: 300px; padding: 8px; }
  .av-social-embed-box iframe { max-width: 100%; }
  .av-social-embed-info { padding: 14px 15px 16px; }
  .av-social-mobile-fallback { padding: 20px 16px; min-height: 180px; }

  /* Service detail */
  .av-service-detail { padding-top: 110px; }
  .av-service-visual { min-height: 240px; padding: 22px 16px; border-radius: 22px; }
  .av-service-orb { width: 88px; height: 88px; border-radius: 24px; font-size: 34px; }

  /* Showreel */
  .av-showreel-section { padding-top: 8px; }
  .av-showreel-card { min-height: 280px; padding: 12px; border-radius: 20px; }
  .av-showreel-card::before { inset: 8px; border-radius: 16px; }

  /* Pricing */
  .av-price { font-size: 36px; margin: 8px 0; }
  .av-price small { font-size: 14px; }
  .av-features li { padding: 10px 0; font-size: 13.5px; gap: 10px; }

  /* Team */
  .av-team-img { width: 90px; height: 90px; }

  /*FAQ */
  .av-accordion .accordion-button { padding: 16px 18px; font-size: 14.5px; min-height: 48px; }
  .av-accordion .accordion-body { padding: 0 18px 16px; font-size: 14px; }

  /* Footer */
  .av-footer { padding: 32px 0 20px; text-align: start; }
  .av-footer .row { --bs-gutter-x: 0; --bs-gutter-y: .75rem; }
  .av-footer .row.pb-5 { padding-bottom: 1.5rem !important; }
  .av-footer .row.py-5 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .av-footer .d-flex.align-items-center { justify-content: flex-start; }
  .av-footer ul { align-items: flex-start; }
  .av-footer .d-flex.flex-wrap.justify-content-between { justify-content: center !important; text-align: center; gap: 12px; }
  .av-footer h5 { font-size: 12px; }

  /* Buttons */
  .av-btn { min-height: 48px; }
  .av-section .av-btn,.av-cta .av-btn,.av-form .av-btn { width: 100%; justify-content: center; }

  /* Misc */
  .av-scroll-top { left: 14px; bottom: 14px; width: 44px; height: 44px; font-size: 14px; }
  .av-mobile-actions {
    position: fixed; right: 12px; left: 12px; bottom: 10px; z-index: 95;
    display: grid; grid-template-columns: 1.45fr .8fr; gap: 8px;
    padding: 8px; border-radius: 18px;
    background: rgba(5,7,13,.94); border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 12px 34px rgba(0,0,0,.42);
  }
  .av-mobile-actions a {
    min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 7px;
    border-radius: 14px; font-weight: 800; font-size: 13px; color: #fff;
    background: rgba(255,255,255,.055);
  }
  .av-mobile-actions .av-mobile-action-primary {
    background: linear-gradient(135deg, var(--accent), #8b74ff);
    box-shadow: 0 8px 22px rgba(109,92,252,.25);
  }
  .av-scroll-top { bottom: 82px; }
  body { padding-bottom: 76px; }
  .av-reveal,.av-reveal-delay-1,.av-reveal-delay-2,.av-reveal-delay-3,.av-reveal-delay-4 { transition-delay: 0s; }
  .av-card:hover,.av-stat:hover,.av-social:hover { transform: none; }
  .av-filmstrip,.av-cmyk-dots { display: none; }
  .av-big-number { display: none; }
  body::after { opacity: .025; }
  .av-site-wrapper::before { opacity: .5; }
  .av-section#about::after, .av-section#services::after, .av-section#pricing::after, .av-section#contact::after { display: none; }
}

@media (max-width: 575px) {
  .av-hero .row { --bs-gutter-y: 1.5rem; }
  .av-feature-pill { gap: 12px; padding: 12px; }
  .av-feature-pill strong { font-size: 14px; }
  .av-feature-pill small { font-size: 11.5px; }
  .av-hero-mini > div { padding: 12px 6px; font-size: 11px; }
  .av-hero-mini span { font-size: 22px; }
  .av-social-embed-box { min-height: 260px; }
  .av-contact-card .av-contact-row { padding: 12px 0; }
  .av-form input, .av-form textarea, .av-form select { padding: 12px 14px; }
}

@media (max-width: 420px) {
  .container { width: 100%; padding-left: 12px; padding-right: 12px; }
  .av-hero { padding: 88px 0 30px; }
  .av-hero h1 { font-size: clamp(27px, 7.5vw, 32px); margin-bottom: 12px; }
  .av-hero p { font-size: 14px; line-height: 1.75; margin-bottom: 18px; }
  .av-hero-feature-stack { grid-template-columns: 1fr 1fr; padding: 10px; gap: 7px; }
  .av-feature-pill { padding: 10px; gap: 10px; }
  .av-feature-pill-main { grid-column: 1 / -1; }
  .av-feature-pill:not(.av-feature-pill-main) { display: block; min-height: 92px; }
  .av-feature-pill:not(.av-feature-pill-main) .av-feature-icon { margin-bottom: 8px; }
  .av-feature-pill:not(.av-feature-pill-main) small { display: none; }
  .av-feature-icon,.av-feature-number { width: 36px; height: 36px; flex-basis: 36px; border-radius: 10px; font-size: 14px; }
  .av-feature-pill strong { font-size: 13.5px; }
  .av-feature-pill small { font-size: 11px; }
  .av-hero-mini { grid-column: 1 / -1; margin-top: 0; }
  .av-hero-mini > div { padding: 9px 6px; min-height: 48px; }
  .av-hero-mini span { font-size: 20px; }
  .av-section { padding: 36px 0; }
  .av-section-heading { margin-bottom: 20px; }
  .av-section-heading h2 { font-size: clamp(20px, 6vw, 24px); }
  .av-stat { padding: 14px 16px; border-radius: 14px; }
  .av-stat-number { font-size: 26px; }
  .av-stat-label { font-size: 12px; }
  .av-service-row { gap: 8px; padding: 14px; }
  .av-service-row:hover { padding: 14px; }
  .av-service-num { font-size: 26px; min-width: 32px; }
  .av-service-icon-wrap { width: 38px; height: 38px; border-radius: 10px; font-size: 16px; }
  .av-service-body { flex: 1 1 100%; min-width: 0; }
  .av-service-body h3 { font-size: 15px; }
  .av-service-body p { font-size: 13px; line-height: 1.55; }
  .av-service-arrow { width: 34px; height: 34px; font-size: 12px; }
  .av-card,.av-form,.av-contact-card { padding: 17px 14px; border-radius: 16px; }
  .av-card-icon { width: 44px; height: 44px; margin-bottom: 14px; }
  .av-card h3 { font-size: 16px; }
  .av-card p { font-size: 13.5px; }
  .av-btn { padding: 12px 20px; font-size: 13px; min-height: 46px; }
  .av-price { font-size: 34px; }
  .av-features li { font-size: 13px; padding: 9px 0; }
  .av-team-img { width: 76px; height: 76px; }
  .av-accordion .accordion-button { padding: 14px 16px; font-size: 14px; }
  .av-accordion .accordion-body { padding: 0 16px 14px; font-size: 13.5px; line-height: 1.7; }
  .av-social-embed-box { min-height: 240px; }
  .av-cta { padding: 22px 16px; }
  .av-cta h2 { font-size: 20px; }
  .av-footer { padding: 28px 0 18px; }
  .av-ficon { width: 42px; height: 42px; font-size: 15px; }
  .av-social { width: 36px; height: 36px; font-size: 14px; }
  .av-showreel-card { min-height: 240px; }
}

@media (max-width: 359px) {
  .av-nav { padding: 0 8px; min-height: 52px; border-radius: 18px; }
  .av-logo img { max-height: 26px; max-width: 90px; }
  .av-menu-toggle { width: 40px; height: 40px; }
  .av-hero { padding: 88px 0 28px; }
  .av-hero h1 { font-size: 24px; }
  .av-hero p { font-size: 13px; }
  .av-hero .av-btn { min-height: 44px; font-size: 13px; padding: 10px 16px; }
  .av-feature-pill { padding: 10px; gap: 8px; }
  .av-feature-icon,.av-feature-number { width: 32px; height: 32px; flex-basis: 32px; font-size: 13px; }
  .av-feature-pill strong { font-size: 13px; }
  .av-feature-pill small { font-size: 10.5px; }
  .av-hero-mini span { font-size: 18px; }
  .av-section { padding: 32px 0; }
  .av-section-heading h2 { font-size: 19px; }
  .av-stat { padding: 12px; gap: 8px; }
  .av-stat-number { font-size: 24px; }
  .av-stat-label { font-size: 11px; }
  .av-card,.av-form,.av-contact-card { padding: 16px 12px; }
  .av-card h3 { font-size: 15px; }
  .av-card p { font-size: 13px; }
  .av-service-num { font-size: 22px; min-width: 28px; }
  .av-service-icon-wrap { width: 34px; height: 34px; font-size: 14px; }
  .av-service-body h3 { font-size: 14px; }
  .av-service-body p { font-size: 12.5px; }
  .av-price { font-size: 30px; }
  .av-team-img { width: 64px; height: 64px; }
  .av-btn { padding: 10px 16px; font-size: 12.5px; min-height: 44px; }
  .av-form input,.av-form textarea,.av-form select { min-height: 44px; padding: 10px 12px; font-size: 15px; }
  .av-form textarea { min-height: 110px; }
}
