/* ===================================================================
   Nouruna — multi-page site. Faithful to wotn.com.sa:
   dark navy base + gold accent, abstract silk hero, gold geometric
   value icons, project-card carousels, white client strip.
=================================================================== */
:root {
  --navy: #0a0e1f;
  --navy-2: #0d1228;
  --navy-3: #111733;
  --panel: #141a36;
  --panel-2: #1a2142;
  --border: rgba(255, 255, 255, 0.08);
  --border-2: rgba(255, 255, 255, 0.16);
  --text: #eef0f8;
  --muted: rgba(238, 240, 248, 0.64);
  --faint: rgba(238, 240, 248, 0.40);
  --gold: #9d7bf3;
  --gold-2: #bda6f8;
  --gold-grad: linear-gradient(135deg, #8b5cf6, #6d28d9 55%, #4c1d95);
  --maxw: 1200px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --r: 16px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--navy); color: var(--text); font-family: "Tajawal","Poppins",system-ui,sans-serif; line-height: 1.8; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
html[lang="en"] body { font-family: "Poppins","Tajawal",system-ui,sans-serif; }
[dir="rtl"] body { letter-spacing: 0; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.ltr { direction: ltr; unicode-bidi: isolate; display: inline-block; }
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 26px; }
.gold { color: var(--gold); }

/* Silk / wave backdrop (abstract, like WOTN) */
.silk { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.silk::before, .silk::after { content: ""; position: absolute; border-radius: 50%; filter: blur(70px); opacity: 0.5; }
.silk::before { width: 70vw; height: 70vw; background: radial-gradient(circle, #1c2550, transparent 65%); top: -25vw; inset-inline-start: -15vw; }
.silk::after { width: 55vw; height: 55vw; background: radial-gradient(circle, #221c12, transparent 60%); bottom: -20vw; inset-inline-end: -10vw; opacity: 0.6; }
.silk svg { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.5; }

/* ── Buttons ───────────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; cursor: pointer; border: none; border-radius: 999px; font: inherit; font-weight: 700; padding: 13px 30px; font-size: 15px; transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s, color .3s, border-color .3s; }
.btn-sm { padding: 9px 20px; font-size: 14px; }
.btn-lg { padding: 16px 40px; font-size: 17px; }
.btn-block { width: 100%; }
.btn-primary { background: var(--gold-grad); color: #fff; box-shadow: 0 10px 30px rgba(124,58,237,.42); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 40px rgba(124,58,237,.55); }
.btn-ghost { background: rgba(255,255,255,.05); color: #fff; border: 1px solid var(--border-2); }
.btn-ghost:hover { background: rgba(255,255,255,.1); border-color: var(--gold); transform: translateY(-2px); }
.btn-arrow svg { width: 16px; height: 16px; }
[dir="rtl"] .btn-arrow svg { transform: rotate(180deg); }

/* ── Nav ───────────────────────────────────────────────────────── */
.nav { position: fixed; inset-inline: 0; top: 0; z-index: 50; transition: background .4s, backdrop-filter .4s, border-color .4s; border-bottom: 1px solid transparent; }
.nav.scrolled { background: rgba(10,14,31,.82); backdrop-filter: blur(14px); border-bottom-color: var(--border); }
.nav-inner { display: flex; align-items: center; gap: 22px; max-width: 1280px; margin-inline: auto; padding: 14px 26px; }
.nav-logo { display: inline-flex; align-items: center; }
.brand { position: relative; display: inline-block; line-height: 0; }
.brand-word { display: block; width: 100%; height: auto; }
.brand-sun { position: absolute; left: 26.07%; top: 56.91%; width: 18%; transform: translate(-50%,-50%); transform-origin: 50% 50%; animation: sunSpin 8s linear infinite; }
.brand.is-nav { width: 152px; }
.brand.is-footer { width: 196px; margin-bottom: 16px; filter: drop-shadow(0 6px 16px rgba(124,58,237,.25)); }
.nav-links { display: flex; gap: 24px; margin-inline: auto; }
.nav-links a { font-size: 14.5px; font-weight: 500; color: var(--muted); position: relative; padding: 4px 0; transition: color .25s; white-space: nowrap; }
.nav-links a::after { content: ""; position: absolute; inset-inline: 0; bottom: -3px; height: 2px; background: var(--gold); transform: scaleX(0); transition: transform .3s var(--ease); }
.nav-links a:hover, .nav-links a.active { color: #fff; }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.lang-toggle { cursor: pointer; background: rgba(255,255,255,.06); border: 1px solid var(--border); color: #fff; border-radius: 999px; padding: 8px 15px; font: 700 13px "Poppins",sans-serif; transition: all .25s; }
.lang-toggle:hover { border-color: var(--gold); color: var(--gold); }
.nav-burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-burger span { width: 24px; height: 2px; background: #fff; border-radius: 2px; }

/* ── Generic section ───────────────────────────────────────────── */
.section { position: relative; padding: 104px 0; z-index: 1; }
.eyebrow { color: var(--gold); font-weight: 700; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 14px; }
.section-title { font-family: "Poppins","Tajawal",sans-serif; font-weight: 800; font-size: clamp(28px,4vw,44px); line-height: 1.25; }
[dir="rtl"] .section-title { line-height: 1.5; }
.center { text-align: center; }
.center .eyebrow { text-align: center; }
.section-sub { color: var(--muted); font-size: 17px; max-width: 640px; }
.center .section-sub { margin-inline: auto; }
.head-pad { margin-bottom: 50px; }

/* ── Page hero (inner pages) ───────────────────────────────────── */
.page-hero { position: relative; padding: 170px 0 80px; overflow: hidden; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { font-family: "Poppins","Tajawal",sans-serif; font-weight: 800; font-size: clamp(34px,5vw,60px); line-height: 1.2; }
[dir="rtl"] .page-hero h1 { line-height: 1.4; }
.page-hero p { color: var(--muted); margin-top: 14px; font-size: 18px; max-width: 620px; }
.crumb { color: var(--faint); font-size: 14px; margin-bottom: 16px; }
.crumb .gold { color: var(--gold); }

/* ── HOME HERO (3D brand emblem) ───────────────────────────────── */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding: 130px 0 90px; }
.hero-canvas { position: absolute; inset: 0; z-index: 0; display: block; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(58% 52% at 50% 40%, rgba(124,58,237,.22), transparent 70%); }
.hero-stage { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: clamp(22px, 3vw, 34px); padding-inline: 24px; width: 100%; }

/* Spinning 3D emblem (the brand mark) */
.hero-emblem { position: relative; width: clamp(168px, 23vw, 290px); aspect-ratio: 1; }
.emblem-glow { position: absolute; inset: -24%; border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(139,92,246,.50), rgba(124,58,237,.16) 46%, transparent 70%);
  filter: blur(6px); animation: glowPulse 5s ease-in-out infinite; }
.emblem-spin { position: absolute; inset: 0; transform-origin: 50% 50%; will-change: transform;
  animation: emblemSpin 24s linear infinite; }
.emblem-face { position: absolute; inset: 0;
  -webkit-mask: url("assets/mark.png") center/contain no-repeat;
          mask: url("assets/mark.png") center/contain no-repeat;
  background: linear-gradient(145deg, #ded3ff 0%, #b6a3fc 26%, #8b5cf6 52%, #6d28d9 76%, #4c1d95 100%);
  filter:
    drop-shadow(1px 1.5px 0 #6d28d9)
    drop-shadow(2px 3px 0 #5b21b6)
    drop-shadow(3px 4.5px 0 #4c1d95)
    drop-shadow(4px 6px 0 #3a1370)
    drop-shadow(5px 7.5px 0 #2b0e54)
    drop-shadow(0 18px 30px rgba(124,58,237,.45)); }

/* Wordmark + spinning sun (the 'o' in Nouruna) */
.hero-word { position: relative; display: inline-block; width: clamp(250px, 50vw, 540px); line-height: 0; }
.hero-wordmark { width: 100%; height: auto; filter: drop-shadow(0 8px 22px rgba(124,58,237,.30)); }
.hero-sun { position: absolute; width: 18%; left: 26.07%; top: 56.91%;
  transform: translate(-50%, -50%); transform-origin: 50% 50%;
  animation: sunSpin 8s linear infinite;
  filter: drop-shadow(0 0 12px rgba(167,139,250,.6)); }

.hero .hero-sub { color: var(--muted); max-width: 540px; margin: 0 auto; font-size: 17px; }
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-scroll { position: absolute; bottom: 30px; inset-inline-start: 50%; transform: translateX(-50%); width: 26px; height: 42px; border: 2px solid rgba(255,255,255,.35); border-radius: 14px; display: flex; justify-content: center; padding-top: 7px; z-index: 2; }
.hero-scroll span { width: 4px; height: 8px; border-radius: 4px; background: #fff; animation: scrolldot 1.6s infinite; }
@keyframes scrolldot { 0%{transform:translateY(0);opacity:1} 80%{transform:translateY(13px);opacity:0} 100%{opacity:0} }
@keyframes emblemSpin { to { transform: rotate(360deg); } }
@keyframes sunSpin { from { transform: translate(-50%,-50%) rotate(0); } to { transform: translate(-50%,-50%) rotate(-360deg); } }
@keyframes glowPulse { 0%,100%{ opacity:.7; transform:scale(1);} 50%{ opacity:1; transform:scale(1.06);} }
@media (prefers-reduced-motion: reduce){ .emblem-spin, .hero-sun, .brand-sun, .emblem-glow { animation: none; } }

/* Project carousel cards (in hero + projects) */
.pcards { display: flex; gap: 18px; overflow: hidden; }
.pcard { position: relative; flex: none; width: 260px; aspect-ratio: 3/4; border-radius: 20px; overflow: hidden; border: 1px solid var(--border); background: #000; cursor: pointer; }
.pcard img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.pcard:hover img { transform: scale(1.06); }
.pcard .pc-grad { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,10,24,.94), transparent 55%); }
.pcard .pc-body { position: absolute; inset-inline: 0; bottom: 0; padding: 18px; }
.pcard .pc-cat { color: var(--gold); font-size: 12.5px; font-weight: 700; }
.pcard .pc-title { font-weight: 700; font-size: 16px; margin-top: 4px; }
.pcard .pc-go { position: absolute; inset-inline-end: 14px; bottom: 14px; width: 38px; height: 38px; border-radius: 50%; background: var(--gold-grad); color: #fff; display: grid; place-items: center; }
.pcard .pc-go svg { width: 16px; height: 16px; }
[dir="rtl"] .pcard .pc-go svg { transform: rotate(180deg); }
.car-nav { display: flex; gap: 10px; margin-top: 22px; }
.car-arrow { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--border-2); background: rgba(255,255,255,.04); color: #fff; cursor: pointer; display: grid; place-items: center; transition: all .25s; }
.car-arrow:hover { background: var(--gold-grad); color: #fff; border-color: transparent; }
.car-arrow svg { width: 18px; height: 18px; }

/* ── Full-bleed video band ─────────────────────────────────────── */
.video-band { position: relative; height: 78vh; min-height: 460px; overflow: hidden; }
.video-band video { width: 100%; height: 100%; object-fit: cover; }
.video-band .vb-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, var(--navy), transparent 30%, transparent 70%, var(--navy)); }
.video-band .vb-cap { position: absolute; inset-inline-start: 0; bottom: 8%; }
.video-band .vb-cap h2 { font-family: "Poppins","Tajawal",sans-serif; font-weight: 800; font-size: clamp(26px,4vw,46px); }

/* ── Our Values (gold geometric icons) ─────────────────────────── */
.values { background: var(--navy-2); }
.values-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; margin-top: 48px; }
.value-card { padding: 30px 20px; text-align: center; border-radius: var(--r); border: 1px solid transparent; transition: transform .35s var(--ease), background .35s, border-color .35s; }
.value-card:hover { transform: translateY(-8px); background: var(--panel); border-color: var(--border); box-shadow: 0 24px 50px rgba(0,0,0,.35); }
.value-ic { width: 76px; height: 76px; margin: 0 auto 18px; display: grid; place-items: center; color: var(--gold); transition: transform .4s var(--ease); }
.value-ic svg { width: 56px; height: 56px; }
.value-card:hover .value-ic { transform: translateY(-3px) scale(1.06); }
.value-card h3 { font-size: 19px; margin-bottom: 9px; }
.value-card p { color: var(--muted); font-size: 13.5px; line-height: 1.7; }

/* ── Services grid ─────────────────────────────────────────────── */
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 48px; }
.service-card { position: relative; background: var(--panel); border: 1px solid var(--border); border-radius: var(--r); padding: 32px 26px; overflow: hidden; transition: transform .4s var(--ease), border-color .4s; }
.service-card:hover { transform: translateY(-6px); border-color: var(--gold); }
.service-ic { width: 56px; height: 56px; border-radius: 14px; display: grid; place-items: center; background: rgba(139,92,246,.16); color: var(--gold); margin-bottom: 20px; transition: transform .4s var(--ease), background .4s, color .4s; }
.service-ic svg { width: 28px; height: 28px; }
.service-card:hover .service-ic { transform: scale(1.1); background: var(--gold-grad); color: #fff; }
.service-card h3 { font-size: 20px; margin-bottom: 6px; }
.service-list { list-style: none; margin-top: 14px; display: flex; flex-direction: column; gap: 10px; }
.service-list li { position: relative; padding-inline-start: 24px; color: var(--muted); font-size: 15.5px; line-height: 1.5; transition: color .3s; }
.service-list li::before { content: ""; position: absolute; inset-inline-start: 0; top: 0.62em; width: 9px; height: 9px; border-radius: 3px; background: var(--gold-grad); transform: translateY(-50%) rotate(45deg); box-shadow: 0 0 10px rgba(139,92,246,.45); }
.service-card:hover .service-list li { color: var(--text); }
.service-num { position: absolute; inset-inline-end: 22px; top: 16px; font: 800 13px "Poppins"; color: var(--faint); }

/* ── Stats ─────────────────────────────────────────────────────── */
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.stat { text-align: center; padding: 28px 14px; border: 1px solid var(--border); border-radius: var(--r); background: var(--navy-3); }
.stat-num { font: 900 clamp(34px,5vw,52px)/1 "Poppins"; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat-label { color: var(--muted); margin-top: 10px; font-size: 15px; }

/* ── Clients (white strip, like WOTN) ──────────────────────────── */
.clients-strip { background: #fff; padding: 46px 0; }
.clients-strip .marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent); mask-image: linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent); }
.marquee-track { display: flex; align-items: center; gap: 30px; width: max-content; animation: marquee 38s linear infinite; }
@keyframes marquee { to { transform: translateX(calc(-50% - 15px)); } }
[dir="rtl"] .marquee-track { animation-direction: reverse; }
.client-logo { height: 64px; width: 140px; flex: none; display: grid; place-items: center; filter: grayscale(1); opacity: .7; transition: filter .3s, opacity .3s, transform .3s; }
.client-logo img { max-height: 100%; max-width: 100%; object-fit: contain; }
.client-logo:hover { filter: grayscale(0); opacity: 1; transform: scale(1.05); }
/* Clients page grid */
.clients-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 18px; margin-top: 40px; }
.clients-grid .cg-item { background: #fff; border-radius: 16px; height: 128px; display: grid; place-items: center; padding: 26px 28px; border: 1px solid var(--border); box-shadow: 0 8px 24px rgba(0,0,0,.18); transition: transform .35s var(--ease), box-shadow .35s, outline-color .35s; outline: 1.5px solid transparent; outline-offset: 3px; }
.clients-grid .cg-item:hover { transform: translateY(-6px); box-shadow: 0 16px 34px rgba(124,58,237,.28); outline-color: rgba(157,123,243,.6); }
.clients-grid img { max-height: 58px; max-width: 100%; width: auto; object-fit: contain; }

/* ── Work / media gallery (clean: videos + photos, no captions) ── */
.media-grid { display: grid; grid-template-columns: repeat(3,1fr); grid-auto-rows: 1fr; gap: 16px; margin-top: 40px; }
.media-tile { position: relative; margin: 0; aspect-ratio: 4/3; border-radius: 16px; overflow: hidden; border: 1px solid var(--border); background: #05070f; cursor: pointer; }
.media-tile img, .media-tile video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .8s var(--ease); }
.media-tile::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.04); border-radius: 16px; pointer-events: none; transition: box-shadow .3s; }
.media-tile:hover img, .media-tile:hover video { transform: scale(1.05); }
.media-tile:hover::after { box-shadow: inset 0 0 0 1.5px rgba(157,123,243,.55); }
/* first tile spans larger for a gallery rhythm (desktop only) */
@media (min-width: 760px){ .media-grid > .media-tile:first-child { grid-column: span 2; grid-row: span 2; } }

/* Lightbox (click a media tile to enlarge) */
.lightbox { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; padding: 26px; background: rgba(5,7,15,.92); backdrop-filter: blur(10px); }
.lightbox.open { display: flex; animation: lbFade .25s var(--ease); }
@keyframes lbFade { from { opacity: 0; } to { opacity: 1; } }
.lb-stage { max-width: 92vw; max-height: 88vh; display: flex; align-items: center; justify-content: center; }
.lb-stage img, .lb-stage video { max-width: 92vw; max-height: 88vh; width: auto; height: auto; border-radius: 14px; box-shadow: 0 30px 90px rgba(0,0,0,.6); display: block; animation: lbZoom .3s var(--ease); }
@keyframes lbZoom { from { transform: scale(.92); opacity: .4; } to { transform: scale(1); opacity: 1; } }
.lb-btn { position: absolute; background: rgba(255,255,255,.08); border: 1px solid var(--border-2); color: #fff; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; cursor: pointer; transition: background .25s, transform .25s, border-color .25s; z-index: 1; }
.lb-btn:hover { background: var(--gold-grad); border-color: transparent; }
.lb-btn svg { width: 22px; height: 22px; }
.lb-close { top: 22px; inset-inline-end: 22px; }
.lb-prev { inset-inline-start: 22px; top: 50%; transform: translateY(-50%); }
.lb-next { inset-inline-end: 22px; top: 50%; transform: translateY(-50%); }
.lb-prev:hover, .lb-next:hover { transform: translateY(-50%) scale(1.07); }
[dir="rtl"] .lb-prev svg, [dir="rtl"] .lb-next svg { transform: rotate(180deg); }
@media (max-width: 680px){ .lb-btn { width: 44px; height: 44px; } .lb-close { top: 14px; inset-inline-end: 14px; } .lb-prev { inset-inline-start: 10px; } .lb-next { inset-inline-end: 10px; } }

/* ── Projects grid / detail ────────────────────────────────────── */
.projects-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 40px; }
.proj-card { position: relative; aspect-ratio: 4/5; border-radius: 18px; overflow: hidden; border: 1px solid var(--border); cursor: pointer; }
.proj-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.proj-card:hover img { transform: scale(1.07); }
.proj-card .pc-grad { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,10,24,.95), transparent 50%); }
.proj-card .pc-body { position: absolute; inset-inline: 0; bottom: 0; padding: 22px; }
.proj-card .pc-cat { color: var(--gold); font-size: 12.5px; font-weight: 700; }
.proj-card .pc-title { font-weight: 700; font-size: 19px; margin-top: 6px; }
.proj-detail-media { border-radius: 20px; overflow: hidden; border: 1px solid var(--border); margin-top: 28px; }
.proj-detail-media video, .proj-detail-media img { width: 100%; display: block; }
.proj-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 16px; }
.proj-gallery img { border-radius: 14px; aspect-ratio: 1; object-fit: cover; }

/* ── Certs ─────────────────────────────────────────────────────── */
.certs-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 44px; }
.cert-card { text-align: center; padding: 34px 24px; border: 1px solid var(--border); border-radius: var(--r); background: var(--panel); transition: transform .35s var(--ease), border-color .35s; }
.cert-card:hover { transform: translateY(-6px); border-color: var(--gold); }
.cert-ic { color: var(--gold); margin: 0 auto 16px; width: 40px; height: 40px; }
.cert-num { font: 800 30px "Poppins"; letter-spacing: .04em; direction: ltr; }
.cert-label { font-weight: 700; margin-top: 6px; }
.cert-note { color: var(--faint); font-size: 13.5px; margin-top: 4px; }

/* ── CTA band ──────────────────────────────────────────────────── */
.cta-band { position: relative; padding: 120px 24px; text-align: center; overflow: hidden; isolation: isolate; }
.cta-band video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.cta-band .cta-ov { position: absolute; inset: 0; background: rgba(8,10,24,.86); z-index: -1; }
.cta-band h2 { font-family: "Poppins","Tajawal",sans-serif; font-weight: 900; font-size: clamp(30px,5vw,58px); line-height: 1.15; }
[dir="rtl"] .cta-band h2 { line-height: 1.35; }
.cta-band p { color: var(--muted); margin: 18px auto 30px; max-width: 560px; font-size: 18px; }

/* ── Contact ───────────────────────────────────────────────────── */
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
.contact-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 26px; }
.cm-card { background: var(--panel); border: 1px solid var(--border); border-radius: var(--r); padding: 20px; transition: border-color .3s, transform .3s; }
.cm-card:hover { border-color: var(--gold); transform: translateY(-4px); }
.cm-ic { width: 44px; height: 44px; border-radius: 12px; background: rgba(139,92,246,.16); color: var(--gold); display: grid; place-items: center; margin-bottom: 12px; }
.cm-ic svg { width: 22px; height: 22px; }
.cm-card .cm-label { color: var(--faint); font-size: 13px; }
.cm-card .cm-val { font-weight: 700; margin-top: 2px; }
.contact-form { display: grid; gap: 14px; background: var(--panel); border: 1px solid var(--border); border-radius: var(--r); padding: 28px; }
.contact-form input, .contact-form textarea { background: rgba(255,255,255,.04); border: 1px solid var(--border); border-radius: 12px; padding: 13px 16px; color: #fff; font: inherit; transition: border-color .25s, background .25s; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: var(--faint); }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--gold); background: rgba(255,255,255,.07); }

/* ── Footer ────────────────────────────────────────────────────── */
.footer { position: relative; border-top: 1px solid var(--border); padding: 64px 0 30px; background: var(--navy-2); overflow: hidden; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 34px; position: relative; z-index: 1; }
.footer-about { color: var(--muted); font-size: 14.5px; max-width: 300px; }
.footer-col h4 { font-size: 15px; margin-bottom: 16px; color: #fff; }
.footer-col a, .footer-col li { display: block; color: var(--muted); font-size: 14.5px; padding: 5px 0; transition: color .2s; list-style: none; }
.footer-col a:hover { color: var(--gold); }
.footer-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.footer-badge { font-size: 12px; color: var(--faint); border: 1px solid var(--border); border-radius: 999px; padding: 6px 13px; }
.footer-badge b { color: var(--text); }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--border); display: grid; place-items: center; color: var(--muted); transition: all .25s; }
.footer-social a:hover { color: var(--gold); border-color: var(--gold); transform: translateY(-3px); }
.footer-bar { border-top: 1px solid var(--border); margin-top: 44px; padding-top: 22px; text-align: center; color: var(--faint); font-size: 13.5px; }

.wa-fab { position: fixed; inset-inline-end: 22px; bottom: 22px; z-index: 60; width: 56px; height: 56px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 10px 30px rgba(37,211,102,.45); transition: transform .3s; }
.wa-fab:hover { transform: scale(1.1); }

.reveal, .anim { opacity: 0; }

/* ── Responsive ────────────────────────────────────────────────── */
@media (max-width: 980px) {
  .hero { padding: 116px 0 80px; }
  .values-grid { grid-template-columns: repeat(2,1fr); }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .projects-grid { grid-template-columns: repeat(2,1fr); }
  .media-grid { grid-template-columns: repeat(2,1fr); }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .clients-grid { grid-template-columns: repeat(3,1fr); }
  .certs-grid { grid-template-columns: 1fr; }
  .contact-inner { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .nav-links { display: none; position: absolute; top: 100%; inset-inline: 0; flex-direction: column; gap: 0; background: rgba(10,14,31,.98); backdrop-filter: blur(14px); border-top: 1px solid var(--border); padding: 8px 0; margin-inline: 0; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 13px 26px; }
  .nav-burger { display: flex; }
  .section { padding: 74px 0; }
  .values-grid, .services-grid, .projects-grid, .stats-grid { grid-template-columns: 1fr; }
  .clients-grid { grid-template-columns: repeat(2,1fr); }
  .contact-methods { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .proj-gallery { grid-template-columns: 1fr 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  .reveal,.anim { opacity: 1 !important; }
}
