:root {
  --teal: #10aaa4;
  --deep: #00566f;
  --deep-2: #033544;
  --night: #031f29;
  --ink: #102b33;
  --paper: #f7f8f5;
  --white: #ffffff;
  --soft: #dce8e7;
  --line: rgba(0, 86, 111, 0.16);
  --line-dark: rgba(255, 255, 255, 0.14);
  --shadow: 0 22px 70px rgba(0, 40, 52, 0.22);
  font-family:
    "IBM Plex Sans Arabic", "IBM Plex Sans", "Segoe UI", Tahoma, Arial, sans-serif;
}

/* Hostinger hotfix guards */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.site-header {
  max-width: min(1180px, calc(100% - 24px)) !important;
}

.brand-logo,
.site-header .brand-logo,
.site-footer .brand-logo {
  display: block !important;
  width: clamp(132px, 12vw, 184px) !important;
  max-width: 42vw !important;
  height: auto !important;
  max-height: 46px !important;
  object-fit: contain !important;
  object-position: center !important;
}

.hero {
  isolation: isolate;
}

.hero-copy {
  z-index: 8 !important;
  min-width: 0;
}

.void-stage {
  z-index: 1 !important;
  justify-self: stretch;
  width: min(100%, 720px) !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

.glass-device {
  width: auto !important;
  max-width: 78% !important;
  min-height: clamp(300px, 34vw, 390px) !important;
}

.character-shell {
  min-height: clamp(240px, 30vw, 315px) !important;
}

.hero-character,
.character-shell > img,
.void-stage img {
  display: block;
  width: min(72%, 360px) !important;
  max-width: min(72%, 360px) !important;
  height: auto !important;
  max-height: 330px !important;
  object-fit: contain !important;
}

.hero.section-dark,
.void-stage,
.glass-device,
.character-shell {
  background-color: transparent;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr !important;
  }

  .void-stage {
    justify-self: center;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  background:
    linear-gradient(180deg, rgba(16, 170, 164, 0.08), transparent 520px),
    var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: none;
  opacity: 0.075;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.62'/%3E%3C/svg%3E");
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(16, 170, 164, 0.16), transparent 28%),
    linear-gradient(290deg, rgba(0, 86, 111, 0.14), transparent 30%);
  filter: blur(34px);
}

body.menu-open {
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 14px;
  left: clamp(12px, 3vw, 42px);
  right: clamp(12px, 3vw, 42px);
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 58px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 7px 12px 7px 16px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.38)),
    rgba(247, 248, 245, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 16px 44px rgba(0, 45, 60, 0.14);
  backdrop-filter: blur(24px) saturate(1.22);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: 15px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.42), transparent 34%),
    radial-gradient(circle at 18% 20%, rgba(16, 170, 164, 0.16), transparent 32%);
  pointer-events: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand-logo {
  width: clamp(136px, 14vw, 178px);
  height: auto;
  max-height: 44px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  color: rgba(16, 43, 51, 0.72);
  font-size: 0.9rem;
  font-weight: 800;
}

.site-nav a {
  padding: 7px 0;
}

.site-nav a:hover {
  color: var(--deep);
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.language-toggle,
.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
  transition:
    transform 160ms ease,
    background 160ms ease,
    color 160ms ease,
    border 160ms ease;
}

.language-toggle {
  min-width: 44px;
  min-height: 40px;
  background: transparent;
  border-color: rgba(0, 86, 111, 0.22);
  color: var(--deep);
}

.header-cta {
  min-height: 40px;
  background: var(--deep);
  color: var(--white);
}

.button:hover,
.header-cta:hover,
.language-toggle:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--teal);
  color: var(--white);
  box-shadow: 0 14px 32px rgba(16, 170, 164, 0.25);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.24);
  color: var(--white);
}

.section:not(.section-dark) .button-secondary,
.plan-card .button-secondary {
  border-color: rgba(0, 86, 111, 0.22);
  color: var(--deep);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
  border: 1px solid rgba(0, 86, 111, 0.18);
  border-radius: 8px;
  background: transparent;
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  background: var(--deep);
}

.section,
.hero,
.contact-section {
  padding: clamp(72px, 9vw, 132px) clamp(18px, 5vw, 76px);
}

.section-dark {
  background:
    linear-gradient(135deg, rgba(16, 170, 164, 0.16) 0%, transparent 36%),
    linear-gradient(220deg, rgba(255, 255, 255, 0.06), transparent 42%),
    var(--night);
  color: var(--white);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.9fr);
  gap: clamp(34px, 6vw, 84px);
  min-height: 100svh;
  align-items: center;
  overflow: hidden;
  padding-top: clamp(112px, 12vw, 152px);
}

.hero::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--teal), transparent);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 12ch;
  margin: 0;
  font-size: 5.4rem;
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  max-width: 13ch;
  margin: 0;
  font-size: 3.65rem;
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.24rem;
  line-height: 1.16;
  letter-spacing: 0;
}

.hero-text {
  max-width: 660px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.18rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.void-stage {
  position: relative;
  isolation: isolate;
  min-height: clamp(500px, 54vw, 660px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 52% 42%, rgba(238, 194, 111, 0.2), transparent 28%),
    radial-gradient(circle at 24% 20%, rgba(16, 170, 164, 0.28), transparent 34%),
    radial-gradient(circle at 78% 78%, rgba(0, 86, 111, 0.72), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.026)),
    #062b36;
  box-shadow:
    inset 0 0 80px rgba(255, 255, 255, 0.06),
    0 34px 90px rgba(0, 40, 52, 0.28);
  backdrop-filter: blur(26px) saturate(1.16);
  perspective: 1100px;
}

.void-stage::before {
  content: "";
  position: absolute;
  inset: 8%;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 36% 64% 48% 52% / 48% 34% 66% 52%;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -24px 70px rgba(255, 255, 255, 0.04),
    0 38px 80px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(20px) saturate(1.24);
  animation: liquidMorph 11s ease-in-out infinite;
}

.void-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  opacity: 0.085;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.1' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

.stage-grid {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
  animation: gridDrift 16s linear infinite;
}

.golden-ratio {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 1;
  width: min(840px, 126%);
  height: auto;
  opacity: 0.82;
  transform: translate(-50%, -50%) rotate(-8deg) translateZ(-120px);
  filter: drop-shadow(0 0 32px rgba(238, 194, 111, 0.22));
  animation: goldenDrift 13s ease-in-out infinite;
}

.golden-ratio rect,
.golden-ratio path {
  fill: none;
  vector-effect: non-scaling-stroke;
}

.golden-ratio rect {
  stroke: rgba(238, 194, 111, 0.13);
  stroke-width: 1;
}

.golden-ratio path {
  stroke: rgba(238, 194, 111, 0.58);
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-dasharray: 760;
  stroke-dashoffset: 760;
  animation: spiralDraw 6.8s ease-in-out infinite;
}

.stage-frame {
  position: absolute;
  inset: clamp(34px, 7vw, 72px);
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  opacity: 0.58;
  animation: frameBreath 7s ease-in-out infinite;
}

.stage-frame span {
  display: none;
}

.stage-frame span:nth-child(1) {
  inset-block-start: -1px;
  inset-inline-start: -1px;
  border-width: 3px 0 0 3px;
}

.stage-frame span:nth-child(2) {
  inset-block-start: -1px;
  inset-inline-end: -1px;
  border-width: 3px 3px 0 0;
}

.stage-frame span:nth-child(3) {
  inset-block-end: -1px;
  inset-inline-end: -1px;
  border-width: 0 3px 3px 0;
}

.stage-frame span:nth-child(4) {
  inset-block-end: -1px;
  inset-inline-start: -1px;
  border-width: 0 0 3px 3px;
}

.stage-logo {
  position: absolute;
  inset-inline: clamp(38px, 6vw, 78px);
  top: 42%;
  z-index: 5;
  display: grid;
  place-items: center;
  min-height: 236px;
  padding: clamp(22px, 4vw, 38px);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78)),
    rgba(255, 255, 255, 0.88);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px) saturate(1.16);
  transform: translateY(-50%) rotateX(4deg) rotateY(-5deg);
  animation: logoFloat 5s ease-in-out infinite;
}

.stage-logo::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(0, 86, 111, 0.12);
  border-radius: 7px;
  pointer-events: none;
}

.stage-logo::after {
  content: "";
  position: absolute;
  inset: -40px;
  z-index: -1;
  background: radial-gradient(circle, rgba(16, 170, 164, 0.24), transparent 64%);
  filter: blur(8px);
}

.stage-logo img {
  width: min(610px, 100%);
  height: auto;
  max-height: 205px;
  object-fit: contain;
}

.orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(16, 170, 164, 0.22);
  border-radius: 50%;
  aspect-ratio: 1;
}

.orbit-one {
  width: 42%;
  inset-inline-start: 29%;
  top: 29%;
  animation: rotateSlow 26s linear infinite;
}

.pulse-line {
  position: absolute;
  z-index: 2;
  width: 46%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--teal), transparent);
  transform-origin: center;
  opacity: 0.72;
}

.tool-cloud {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  transform-style: preserve-3d;
}

.tool-tile,
.tool-glyph {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.05);
  color: var(--white);
  box-shadow:
    0 22px 44px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(18px) saturate(1.22);
  transform-style: preserve-3d;
}

.tool-tile {
  width: 60px;
  aspect-ratio: 1;
  font-size: 1.28rem;
  font-weight: 800;
  animation: toolFloat 6.4s ease-in-out infinite;
}

.tool-tile::after,
.tool-glyph::after {
  content: "";
  position: absolute;
  inset: 8px -8px -10px 10px;
  z-index: -1;
  border-radius: inherit;
  background: rgba(0, 0, 0, 0.16);
  filter: blur(8px);
  transform: translateZ(-30px);
}

.tool-ai {
  inset-inline-start: 18%;
  top: 20%;
  color: #ffd36e;
  animation-delay: -0.4s;
}

.tool-ps {
  inset-inline-end: 18%;
  top: 23%;
  color: #7edaff;
  animation-delay: -1.7s;
}

.tool-ae {
  inset-inline-start: 13%;
  bottom: 30%;
  color: #cab8ff;
  animation-delay: -2.5s;
}

.tool-pr {
  inset-inline-end: 12%;
  bottom: 26%;
  color: #d6b8ff;
  animation-delay: -3.2s;
}

.tool-glyph {
  width: 62px;
  aspect-ratio: 1;
  animation: glyphFloat 7s ease-in-out infinite;
}

.glyph-pen {
  inset-inline-start: 25%;
  bottom: 18%;
  animation-delay: -1.1s;
}

.glyph-pen span {
  width: 28px;
  height: 38px;
  clip-path: polygon(50% 0, 86% 64%, 54% 100%, 46% 100%, 14% 64%);
  background: linear-gradient(180deg, #eec26f, var(--teal));
}

.glyph-cursor {
  inset-inline-end: 25%;
  bottom: 19%;
  animation-delay: -2.2s;
}

.glyph-cursor span {
  width: 28px;
  height: 36px;
  clip-path: polygon(0 0, 100% 48%, 61% 58%, 84% 100%, 66% 100%, 44% 61%, 16% 83%);
  background: var(--white);
}

.glyph-layers {
  inset-inline-start: 6%;
  bottom: 12%;
  gap: 0;
  animation-delay: -3.5s;
}

.glyph-layers span {
  width: 34px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 4px;
  transform: rotate(-18deg);
}

.glyph-layers span + span {
  margin-top: -8px;
}

.glyph-bezier {
  inset-inline-end: 7%;
  top: 45%;
  animation-delay: -4.1s;
}

.glyph-bezier::before {
  content: "";
  position: absolute;
  width: 44px;
  height: 28px;
  border-top: 2px solid rgba(238, 194, 111, 0.9);
  border-radius: 50%;
  transform: rotate(-20deg);
}

.glyph-bezier i {
  width: 9px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--teal);
}

.glyph-bezier i:first-child {
  transform: translate(-16px, 8px);
}

.glyph-bezier i:last-child {
  transform: translate(16px, -8px);
}

.line-one {
  top: 20%;
  inset-inline-start: 12%;
  animation: scanLine 4.6s ease-in-out infinite;
}

.line-two {
  bottom: 22%;
  inset-inline-end: 8%;
  animation: scanLine 5.8s ease-in-out infinite reverse;
}

.hero-panel,
.signal-card {
  position: absolute;
  z-index: 4;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-panel {
  inset-inline-start: clamp(18px, 4vw, 42px);
  bottom: clamp(22px, 5vw, 44px);
  width: min(310px, calc(100% - 36px));
  padding: 20px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  backdrop-filter: blur(18px);
}

.hero-panel span,
.signal-card span {
  color: rgba(16, 43, 51, 0.58);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-panel strong {
  display: block;
  margin-top: 8px;
  font-size: 2.05rem;
  line-height: 1.08;
}

.hero-panel p {
  margin: 8px 0 0;
  color: rgba(16, 43, 51, 0.66);
  font-weight: 750;
}

.signal-card {
  top: clamp(22px, 5vw, 54px);
  inset-inline-end: clamp(18px, 4vw, 42px);
  display: grid;
  place-items: center;
  width: 128px;
  aspect-ratio: 1;
  background: var(--teal);
  color: var(--white);
  text-align: center;
  animation: cardPulse 4.8s ease-in-out infinite;
}

.signal-card strong {
  font-size: 2rem;
  line-height: 0.95;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.proof-strip div {
  min-height: 118px;
  padding: 26px clamp(18px, 4vw, 48px);
  border-inline-end: 1px solid var(--line);
}

.proof-strip div:last-child {
  border-inline-end: 0;
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong {
  color: var(--deep);
  font-size: 1.55rem;
  line-height: 1.05;
}

.proof-strip span {
  margin-top: 9px;
  color: rgba(16, 43, 51, 0.62);
  font-weight: 760;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.64fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: end;
  max-width: 1280px;
  margin: 0 auto 46px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -12px;
}

.section-heading p:not(.eyebrow) {
  margin: 0;
  color: rgba(16, 43, 51, 0.68);
  font-size: 1.08rem;
}

.section-dark .section-heading p:not(.eyebrow),
.contact-section p {
  color: rgba(255, 255, 255, 0.72);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1280px;
  margin: 0 auto;
}

.service-card,
.plan-card,
.faq-item,
.process-list article {
  border-radius: 8px;
}

.service-card {
  display: grid;
  gap: 20px;
  min-height: 360px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(16px);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.service-card.featured {
  background: rgba(0, 86, 111, 0.94);
  color: var(--white);
}

.service-card:hover,
.plan-card:hover,
.process-list article:hover {
  transform: translateY(-5px);
  border-color: rgba(16, 170, 164, 0.42);
  box-shadow: 0 18px 48px rgba(0, 64, 80, 0.12);
}

.service-number {
  color: var(--teal);
  font-weight: 950;
}

.service-card p {
  margin: 0;
  color: rgba(16, 43, 51, 0.66);
}

.service-card.featured p {
  color: rgba(255, 255, 255, 0.72);
}

.service-card ul,
.plan-card ul {
  align-self: end;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-card li,
.plan-card li {
  position: relative;
  padding-inline-start: 18px;
  color: rgba(16, 43, 51, 0.72);
  font-weight: 750;
}

.service-card.featured li {
  color: rgba(255, 255, 255, 0.82);
}

.service-card li::before,
.plan-card li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  background: var(--teal);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: center;
  max-width: 1430px;
  margin: 0 auto;
}

.work-mosaic {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.8fr;
  grid-template-rows: 1fr 0.8fr;
  gap: 12px;
  min-height: min(620px, 62vw);
  overflow: hidden;
}

.work-mosaic span {
  border-radius: 8px;
  background: var(--deep);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.work-mosaic span:nth-child(1) {
  grid-row: 1 / 3;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 42%),
    var(--teal);
  clip-path: polygon(0 0, 82% 0, 100% 20%, 82% 38%, 100% 68%, 78% 100%, 0 100%);
}

.work-mosaic span:nth-child(2) {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), transparent),
    var(--deep);
}

.work-mosaic span:nth-child(3) {
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px 24px),
    var(--night);
}

.work-mosaic span:nth-child(4) {
  position: absolute;
  inset-inline: 14%;
  bottom: 12%;
  height: 20%;
  background: var(--white);
  border: 10px solid var(--paper);
  box-shadow: var(--shadow);
}

.case-copy p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(16, 43, 51, 0.68);
  font-size: 1.12rem;
}

.metric-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 34px;
}

.metric-list div {
  min-height: 128px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.52);
}

.metric-list strong,
.metric-list span {
  display: block;
}

.metric-list strong {
  color: var(--deep);
  font-size: 2.25rem;
  line-height: 1;
}

.metric-list span {
  margin-top: 10px;
  color: rgba(16, 43, 51, 0.62);
  font-weight: 760;
}

.work-section {
  position: relative;
}

.work-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 1280px;
  margin: -12px auto 28px;
}

.work-tabs button {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.54);
  color: rgba(16, 43, 51, 0.72);
  font-weight: 800;
  cursor: pointer;
  backdrop-filter: blur(14px);
}

.work-tabs button.active {
  background: var(--deep);
  color: var(--white);
  border-color: var(--deep);
}

.work-panels {
  max-width: 1280px;
  margin: 0 auto;
}

.work-panel {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.work-panel.active {
  display: grid;
  animation: panelIn 420ms ease both;
}

.work-card,
.video-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 18px 52px rgba(0, 64, 80, 0.1);
  backdrop-filter: blur(18px);
}

.work-card {
  display: grid;
  grid-template-rows: 1fr auto auto auto;
  gap: 14px;
  padding: 14px;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.work-card:hover,
.video-card:hover {
  transform: translateY(-5px);
  border-color: rgba(16, 170, 164, 0.42);
  box-shadow: 0 24px 70px rgba(0, 64, 80, 0.16);
}

.work-preview {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--deep);
}

.work-preview.has-image,
.modal-shot.has-image {
  background-position: center;
  background-size: cover;
}

.work-preview::after,
.video-card::after,
.modal-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='130' height='130' viewBox='0 0 130 130'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.05' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='130' height='130' filter='url(%23n)' opacity='.72'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

.work-card p,
.video-meta p {
  margin: 0;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.work-card button,
.video-actions button {
  justify-self: start;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(0, 86, 111, 0.22);
  border-radius: 8px;
  background: transparent;
  color: var(--deep);
  font-weight: 900;
  cursor: pointer;
}

.work-card button:hover,
.video-actions button:hover {
  background: var(--deep);
  color: var(--white);
}

.social-preview {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 48%),
    radial-gradient(circle at 26% 24%, var(--teal) 0 17%, transparent 18%),
    linear-gradient(145deg, var(--deep), #052b37);
}

.social-preview::before {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(var(--teal), var(--teal)) 18px 24px / 44% 12px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)) 18px 56px / 72% 10px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.48)) 18px 82px / 48% 8px no-repeat;
}

.social-two {
  filter: hue-rotate(16deg) saturate(1.1);
}

.social-three {
  filter: hue-rotate(-12deg) contrast(1.08);
}

.identity-preview {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0 34%, transparent 34%),
    linear-gradient(145deg, var(--teal), var(--deep));
}

.identity-preview::before {
  content: "VOID";
  position: absolute;
  inset-inline-start: 34px;
  bottom: 32px;
  color: var(--white);
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0;
}

.identity-two {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0 28%, transparent 28%),
    radial-gradient(circle at 76% 28%, rgba(255, 255, 255, 0.86) 0 15%, transparent 16%),
    var(--deep);
}

.identity-three {
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.22) 0 1px, transparent 1px 26px),
    linear-gradient(145deg, var(--teal), #062b36);
}

.cgi-preview {
  background:
    radial-gradient(circle at 52% 44%, rgba(255, 255, 255, 0.88) 0 13%, transparent 14%),
    radial-gradient(circle at 58% 46%, rgba(16, 170, 164, 0.64) 0 25%, transparent 26%),
    linear-gradient(145deg, #041e29, var(--deep));
}

.cgi-preview::before {
  content: "";
  position: absolute;
  width: 58%;
  aspect-ratio: 1;
  inset-inline-start: 21%;
  top: 18%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  animation: rotateSlow 12s linear infinite;
}

.cgi-two {
  filter: hue-rotate(20deg);
}

.cgi-three {
  filter: contrast(1.12) saturate(1.2);
}

.video-panel {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.video-card {
  display: grid;
  min-height: 460px;
  background: var(--night);
}

.work-video {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  opacity: 0.72;
  filter: saturate(0.62) contrast(1.16);
}

.video-meta {
  position: absolute;
  inset-inline: 18px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  backdrop-filter: blur(16px);
}

.video-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.work-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  padding: clamp(16px, 4vw, 42px);
}

.work-modal.open {
  display: grid;
  place-items: center;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 19, 26, 0.72);
  backdrop-filter: blur(16px);
}

.modal-card {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  width: min(1060px, 100%);
  max-height: min(760px, calc(100svh - 36px));
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(247, 248, 245, 0.88);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(24px);
}

.modal-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.modal-head h2 {
  max-width: 18ch;
  font-size: 2rem;
}

.modal-close {
  flex: 0 0 44px;
  width: 44px;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--deep);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.modal-gallery {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 34%);
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 4px 2px 16px;
  scroll-snap-type: x mandatory;
}

.modal-shot {
  position: relative;
  display: grid;
  align-content: end;
  margin: 0;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--deep);
  scroll-snap-align: start;
}

.modal-shot figcaption {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 18px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  font-weight: 800;
  backdrop-filter: blur(14px);
}

.modal-shot.social {
  background:
    radial-gradient(circle at 28% 26%, var(--teal) 0 18%, transparent 19%),
    linear-gradient(145deg, var(--deep), #041e29);
}

.modal-shot.identity {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0 32%, transparent 32%),
    linear-gradient(145deg, var(--teal), var(--deep));
}

.modal-shot.cgi {
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.9) 0 12%, transparent 13%),
    radial-gradient(circle at 50% 40%, rgba(16, 170, 164, 0.58) 0 28%, transparent 29%),
    linear-gradient(145deg, #041e29, var(--deep));
}

.process-section {
  overflow: hidden;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1280px;
  margin: 0 auto;
}

.process-list article {
  min-height: 290px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line-dark);
  backdrop-filter: blur(14px);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.process-list span {
  display: block;
  margin-bottom: 86px;
  color: var(--teal);
  font-weight: 950;
}

.process-list p {
  color: rgba(255, 255, 255, 0.7);
}

.billing-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  max-width: 1280px;
  margin: -14px auto 24px;
}

.billing-tabs button {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: transparent;
  color: rgba(16, 43, 51, 0.68);
  font-weight: 900;
  cursor: pointer;
}

.billing-tabs button.active {
  background: var(--deep);
  color: var(--white);
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1280px;
  margin: 0 auto;
}

.plan-card {
  display: grid;
  gap: 16px;
  min-height: 520px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(16px);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.plan-card.spotlight {
  background: var(--teal);
  color: var(--white);
}

.plan-card.spotlight li,
.plan-card.spotlight .price-note {
  color: rgba(255, 255, 255, 0.84);
}

.plan-label {
  width: fit-content;
  margin: 0;
  padding: 7px 10px;
  background: var(--deep);
  color: var(--white);
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.price {
  margin-top: 16px;
  font-size: 3.15rem;
  line-height: 0.95;
}

.price-note {
  color: rgba(16, 43, 51, 0.58);
  font-weight: 760;
}

.plan-card .button {
  align-self: end;
  width: 100%;
}

.plan-card.spotlight .button-primary {
  background: var(--deep);
}

.faq-section {
  padding-top: 0;
}

.faq-list {
  max-width: 980px;
  margin: 0 auto;
}

.faq-item {
  border-top: 1px solid var(--line);
}

.faq-item:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-item button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  width: 100%;
  min-height: 82px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  text-align: start;
  font-size: 1.22rem;
  font-weight: 950;
  cursor: pointer;
}

.faq-item button b {
  flex: 0 0 36px;
  display: grid;
  place-items: center;
  width: 36px;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-weight: 900;
}

.faq-item p {
  display: none;
  max-width: 680px;
  margin: -8px 0 28px;
  color: rgba(16, 43, 51, 0.68);
}

.faq-item.open p {
  display: block;
}

.faq-item.open button b {
  background: var(--teal);
  border-color: var(--teal);
  color: var(--white);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: start;
}

.contact-section h2 {
  max-width: 11ch;
}

.contact-section p:not(.eyebrow) {
  max-width: 580px;
  font-size: 1.12rem;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(16px);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 850;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
  color: var(--white);
  outline: 0;
}

.contact-form input {
  min-height: 50px;
  padding: 0 14px;
}

.contact-form textarea {
  resize: vertical;
  padding: 14px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--teal);
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 30px clamp(18px, 5vw, 76px);
  background: var(--white);
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
  color: rgba(16, 43, 51, 0.62);
  font-weight: 760;
}

.site-footer a:last-child {
  color: var(--deep);
  font-weight: 950;
}

html[dir="ltr"] body {
  font-family:
    "IBM Plex Sans", "Segoe UI", Arial, Tahoma, sans-serif;
}

html[dir="ltr"] h1 {
  max-width: 12ch;
}

body[data-lang="ar"] h1 {
  max-width: 13ch;
  font-size: 3.7rem;
  line-height: 1.08;
  font-weight: 600;
}

body[data-lang="ar"] h2 {
  font-size: 2.55rem;
  line-height: 1.12;
  font-weight: 600;
}

body[data-lang="ar"] h3 {
  font-size: 1.18rem;
  line-height: 1.22;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 620ms ease,
    transform 620ms ease,
    filter 620ms ease;
  transition-delay: var(--delay, 0ms);
  filter: blur(8px);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

html[dir="ltr"] .hero-text,
html[dir="ltr"] .section-heading p:not(.eyebrow),
html[dir="ltr"] .case-copy p:not(.eyebrow),
html[dir="ltr"] .contact-section p:not(.eyebrow) {
  line-height: 1.5;
}

@keyframes gridDrift {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 44px 44px, 44px 44px;
  }
}

@keyframes frameBreath {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.72;
  }
  50% {
    transform: scale(0.976);
    opacity: 1;
  }
}

@keyframes logoFloat {
  0%,
  100% {
    transform: translateY(-50%) translateX(0) rotateX(4deg) rotateY(-5deg);
  }
  50% {
    transform: translateY(-54%) translateX(8px) rotateX(7deg) rotateY(-2deg);
  }
}

@keyframes goldenDrift {
  0%,
  100% {
    transform: translate(-50%, -50%) rotate(-8deg) translate3d(0, 0, -120px) scale(1);
    opacity: 0.62;
  }
  50% {
    transform: translate(-50%, -50%) rotate(-4deg) translate3d(-12px, 10px, -120px) scale(1.025);
    opacity: 0.78;
  }
}

@keyframes liquidMorph {
  0%,
  100% {
    border-radius: 36% 64% 48% 52% / 48% 34% 66% 52%;
    transform: translate3d(0, 0, 20px) rotate(-2deg) scale(1);
  }
  35% {
    border-radius: 58% 42% 38% 62% / 42% 54% 46% 58%;
    transform: translate3d(12px, -10px, 42px) rotate(2deg) scale(1.025);
  }
  70% {
    border-radius: 44% 56% 62% 38% / 56% 44% 56% 44%;
    transform: translate3d(-10px, 12px, 34px) rotate(-1deg) scale(0.985);
  }
}

@keyframes spiralDraw {
  0% {
    stroke-dashoffset: 760;
    opacity: 0.2;
  }
  42%,
  68% {
    stroke-dashoffset: 0;
    opacity: 0.72;
  }
  100% {
    stroke-dashoffset: -760;
    opacity: 0.2;
  }
}

@keyframes toolFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 70px) rotateX(12deg) rotateY(-18deg);
  }
  50% {
    transform: translate3d(10px, -16px, 96px) rotateX(18deg) rotateY(-8deg);
  }
}

@keyframes glyphFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 52px) rotateX(8deg) rotateY(16deg) rotateZ(-6deg);
  }
  50% {
    transform: translate3d(-12px, 14px, 84px) rotateX(15deg) rotateY(8deg) rotateZ(4deg);
  }
}

@keyframes rotateSlow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes scanLine {
  0%,
  100% {
    transform: translateX(-18%) scaleX(0.72);
    opacity: 0.28;
  }
  50% {
    transform: translateX(20%) scaleX(1);
    opacity: 0.95;
  }
}

@keyframes cardPulse {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}

@keyframes panelIn {
  from {
    opacity: 0;
    transform: translateY(14px);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

/* Refined liquid-glass hero and navigation */
.site-header {
  min-height: 54px;
  padding: 6px 10px 6px 14px;
  border-color: rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.52)),
    rgba(255, 255, 255, 0.36);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -1px 0 rgba(255, 255, 255, 0.32),
    0 12px 34px rgba(24, 82, 112, 0.12);
  backdrop-filter: blur(28px) saturate(1.28);
}

.site-header::before {
  border-radius: 17px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.72), transparent 30%),
    linear-gradient(290deg, rgba(16, 170, 164, 0.13), transparent 35%);
}

.brand-logo {
  width: clamp(142px, 13vw, 184px);
  max-height: 42px;
}

.site-nav {
  color: rgba(3, 31, 41, 0.74);
  font-size: 0.86rem;
  font-weight: 700;
}

.language-toggle,
.header-cta {
  min-height: 38px;
  border-radius: 10px;
}

.header-cta {
  background: linear-gradient(135deg, var(--deep), var(--teal));
  box-shadow: 0 10px 26px rgba(16, 170, 164, 0.2);
}

.hero.section-dark {
  background:
    linear-gradient(rgba(0, 86, 111, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 86, 111, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 18% 20%, rgba(16, 170, 164, 0.2), transparent 30%),
    radial-gradient(circle at 78% 24%, rgba(0, 86, 111, 0.16), transparent 34%),
    radial-gradient(circle at 76% 82%, rgba(16, 170, 164, 0.11), transparent 36%),
    linear-gradient(180deg, #f8fbfb 0%, #eff8f7 58%, #f7fbfb 100%);
  background-size:
    42px 42px,
    42px 42px,
    auto,
    auto,
    auto,
    auto;
  color: #07131a;
}

.hero-copy {
  max-width: 680px;
}

.hero .eyebrow {
  width: fit-content;
  padding: 6px 12px;
  border: 1px solid rgba(0, 86, 111, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--deep);
  box-shadow: 0 8px 24px rgba(0, 86, 111, 0.06);
  backdrop-filter: blur(18px);
}

.hero h1 {
  color: #07131a;
}

body[data-lang="ar"] .hero h1 {
  font-size: 3.35rem;
  max-width: 13.5ch;
}

.hero h1::first-letter {
  color: var(--teal);
}

.hero-text {
  max-width: 590px;
  color: rgba(7, 19, 26, 0.62);
}

.hero .button-secondary {
  border-color: rgba(0, 86, 111, 0.14);
  background: rgba(255, 255, 255, 0.56);
  color: var(--deep);
  backdrop-filter: blur(16px);
}

.void-stage {
  min-height: clamp(500px, 52vw, 650px);
  border-color: rgba(255, 255, 255, 0.66);
  border-radius: 32px;
  background:
    linear-gradient(rgba(0, 86, 111, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 86, 111, 0.05) 1px, transparent 1px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.22)),
    rgba(255, 255, 255, 0.28);
  background-size:
    34px 34px,
    34px 34px,
    auto,
    auto;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    inset 0 -1px 0 rgba(255, 255, 255, 0.28),
    0 30px 90px rgba(51, 111, 152, 0.18);
  backdrop-filter: blur(32px) saturate(1.35);
}

.hero-aurora {
  position: absolute;
  inset: -20%;
  z-index: 0;
  background:
    radial-gradient(circle at 24% 30%, rgba(16, 170, 164, 0.28), transparent 25%),
    radial-gradient(circle at 72% 26%, rgba(0, 86, 111, 0.18), transparent 29%),
    radial-gradient(circle at 68% 76%, rgba(16, 170, 164, 0.14), transparent 30%);
  filter: blur(28px);
  animation: auroraFloat 14s ease-in-out infinite;
}

.void-stage::before {
  inset: 11%;
  z-index: 2;
  border-radius: 34% 66% 44% 56% / 48% 40% 60% 52%;
  border-color: rgba(255, 255, 255, 0.44);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 38px 90px rgba(67, 116, 152, 0.16);
  backdrop-filter: blur(22px) saturate(1.32);
}

.golden-ratio {
  width: min(760px, 118%);
  opacity: 0.56;
  filter: drop-shadow(0 0 34px rgba(0, 86, 111, 0.08));
}

.golden-ratio rect {
  stroke: rgba(0, 86, 111, 0.08);
}

.golden-ratio path {
  stroke: rgba(16, 170, 164, 0.34);
  stroke-width: 3;
}

.glass-device {
  position: absolute;
  inset-inline: 11%;
  top: 50%;
  z-index: 5;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 390px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.24)),
    rgba(255, 255, 255, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 34px 90px rgba(77, 113, 146, 0.2);
  backdrop-filter: blur(30px) saturate(1.36);
  transform: translateY(-50%) rotateX(4deg) rotateY(-5deg);
  animation: deviceFloat 7s ease-in-out infinite;
}

.device-topbar {
  display: flex;
  gap: 7px;
  padding: 3px 2px 14px;
}

.device-topbar span {
  width: 9px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(0, 86, 111, 0.24);
}

.device-topbar span:nth-child(2) {
  background: rgba(16, 170, 164, 0.36);
}

.device-topbar span:nth-child(3) {
  background: rgba(0, 86, 111, 0.24);
}

.character-shell {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 315px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 22px;
  background:
    linear-gradient(rgba(0, 86, 111, 0.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 86, 111, 0.038) 1px, transparent 1px),
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.84), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.12));
  background-size:
    28px 28px,
    28px 28px,
    auto,
    auto;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.66);
}

.hero-character {
  position: relative;
  z-index: 3;
  width: min(72%, 360px);
  max-height: 330px;
  object-fit: contain;
  filter: drop-shadow(0 26px 38px rgba(0, 62, 80, 0.18));
}

.character-fallback {
  position: absolute;
  inset: 16%;
  z-index: 2;
  display: grid;
  place-items: center;
  filter: drop-shadow(0 28px 34px rgba(0, 62, 80, 0.18));
}

.character-fallback .head {
  position: absolute;
  top: 14%;
  width: 74px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--teal), #74d8d0);
}

.character-fallback .body {
  position: absolute;
  bottom: 9%;
  width: 190px;
  height: 210px;
  border-radius: 48% 52% 32% 34% / 28% 28% 72% 72%;
  background: linear-gradient(145deg, var(--deep), #0f8a97);
}

.character-fallback .arm {
  position: absolute;
  top: 44%;
  width: 118px;
  height: 28px;
  border-radius: 999px;
  background: rgba(16, 170, 164, 0.76);
}

.character-fallback .arm-left {
  transform: translateX(-92px) rotate(-28deg);
}

.character-fallback .arm-right {
  transform: translateX(92px) rotate(28deg);
}

.tool-tile,
.tool-glyph {
  border-color: rgba(255, 255, 255, 0.58);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.22)),
    rgba(255, 255, 255, 0.24);
  color: var(--deep);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 18px 44px rgba(82, 120, 150, 0.16);
  backdrop-filter: blur(24px) saturate(1.24);
}

.tool-ai {
  inset-inline-start: 8%;
  top: 22%;
}

.tool-ps {
  inset-inline-end: 8%;
  top: 24%;
}

.glyph-pen {
  inset-inline-start: 12%;
  bottom: 18%;
}

.glyph-cursor {
  inset-inline-end: 12%;
  bottom: 20%;
}

.orbit-one {
  border-color: rgba(16, 170, 164, 0.14);
}

@keyframes auroraFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(18px, -16px, 0) rotate(5deg);
  }
}

@keyframes deviceFloat {
  0%,
  100% {
    transform: translateY(-50%) rotateX(4deg) rotateY(-5deg);
  }
  50% {
    transform: translateY(-53%) rotateX(6deg) rotateY(-2deg);
  }
}

@media (max-width: 1120px) {
  .glass-device {
    inset-inline: 8%;
    min-height: 360px;
  }
}

@media (max-width: 820px) {
  body[data-lang="ar"] .hero h1 {
    font-size: 2.45rem;
  }

  .void-stage {
    min-height: 500px;
    border-radius: 24px;
  }

  .glass-device {
    inset-inline: 7%;
    min-height: 345px;
    border-radius: 22px;
  }

  .character-shell {
    min-height: 280px;
  }

  .tool-ai,
  .glyph-pen {
    inset-inline-start: 6%;
  }

  .tool-ps,
  .glyph-cursor {
    inset-inline-end: 6%;
  }
}

@media (max-width: 520px) {
  .glass-device {
    inset-inline: 5%;
    min-height: 320px;
    padding: 14px;
  }

  .character-shell {
    min-height: 250px;
  }

  .character-fallback .head {
    width: 58px;
  }

  .character-fallback .body {
    width: 146px;
    height: 172px;
  }

  .tool-tile,
  .tool-glyph {
    width: 42px;
  }
}

@media (max-width: 1120px) {
  .site-header {
    gap: 14px;
  }

  .header-cta {
    display: none;
  }

  .hero,
  .contact-section,
  .split-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  h1 {
    font-size: 4.55rem;
  }

  h2 {
    font-size: 3.05rem;
  }

  body[data-lang="ar"] h1 {
    font-size: 3.2rem;
  }

  body[data-lang="ar"] h2 {
    font-size: 2.25rem;
  }

  .service-grid,
  .plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .work-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .site-header {
    top: 10px;
    min-height: 58px;
    gap: 12px;
    grid-template-columns: auto auto;
  }

  .brand-logo {
    width: 132px;
    max-height: 40px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: fixed;
    inset: 78px 12px auto 12px;
    display: none;
    grid-column: 1 / -1;
    justify-content: start;
    align-items: stretch;
    gap: 0;
    padding: 18px;
    background: rgba(247, 248, 245, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 14px;
    box-shadow: var(--shadow);
    backdrop-filter: blur(22px) saturate(1.18);
  }

  .site-nav.open {
    display: grid;
  }

  .site-nav a {
    min-height: 50px;
    border-bottom: 1px solid var(--line);
  }

  h1 {
    max-width: 10ch;
    font-size: 3.35rem;
  }

  h2 {
    max-width: 12ch;
    font-size: 2.35rem;
  }

  body[data-lang="ar"] h1 {
    max-width: 12ch;
    font-size: 2.45rem;
  }

  body[data-lang="ar"] h2 {
    font-size: 1.95rem;
  }

  .price {
    font-size: 2.55rem;
  }

  .metric-list strong {
    font-size: 2rem;
  }

  .section-heading,
  .proof-strip,
  .metric-list {
    grid-template-columns: 1fr;
  }

  .proof-strip div {
    border-inline-end: 0;
    border-bottom: 1px solid var(--line);
  }

  .service-grid,
  .plan-grid,
  .work-panel,
  .process-list {
    grid-template-columns: 1fr;
  }

  .video-panel {
    grid-template-columns: 1fr;
  }

  .modal-gallery {
    grid-auto-columns: minmax(240px, 82%);
  }

  .service-card,
  .plan-card {
    min-height: auto;
  }

  .void-stage {
    min-height: 500px;
  }

  .stage-logo {
    inset-inline: 22px;
    top: 38%;
    min-height: 174px;
  }

  .golden-ratio {
    width: 138%;
  }

  .tool-tile {
    width: 56px;
    font-size: 1.05rem;
  }

  .tool-glyph {
    width: 52px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .site-header {
    padding-inline: 14px;
  }

  .brand-logo {
    width: 118px;
    max-height: 36px;
  }

  .language-toggle {
    min-width: 42px;
    padding: 0 12px;
  }

  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2rem;
  }

  body[data-lang="ar"] h1 {
    font-size: 2.05rem;
  }

  body[data-lang="ar"] h2 {
    font-size: 1.65rem;
  }

  .hero-text,
  .section-heading p:not(.eyebrow),
  .case-copy p:not(.eyebrow),
  .contact-section p:not(.eyebrow) {
    font-size: 1rem;
  }

  .void-stage {
    min-height: 430px;
  }

  .stage-frame {
    inset: 24px;
  }

  .stage-logo {
    min-height: 148px;
    padding: 18px;
  }

  .stage-logo img {
    max-height: 126px;
  }

  .tool-tile {
    width: 48px;
  }

  .tool-glyph {
    width: 44px;
  }


  .hero-panel {
    width: calc(100% - 36px);
  }

  .signal-card {
    width: 104px;
  }

  .button,
  .hero-actions {
    width: 100%;
  }
}

/* Hostinger hotfix final override */
html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

.brand-logo,
.site-header .brand-logo,
.site-footer .brand-logo {
  display: block !important;
  width: clamp(132px, 12vw, 184px) !important;
  max-width: 42vw !important;
  height: auto !important;
  max-height: 46px !important;
  object-fit: contain !important;
  object-position: center !important;
}

.hero-copy {
  position: relative !important;
  z-index: 8 !important;
  min-width: 0 !important;
}

.void-stage {
  z-index: 1 !important;
  width: min(100%, 720px) !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

.glass-device {
  width: auto !important;
  max-width: 78% !important;
  min-height: clamp(300px, 34vw, 390px) !important;
}

.character-shell {
  min-height: clamp(240px, 30vw, 315px) !important;
}

.hero-character,
.character-shell > img,
.void-stage img {
  display: block !important;
  width: min(72%, 360px) !important;
  max-width: min(72%, 360px) !important;
  height: auto !important;
  max-height: 330px !important;
  object-fit: contain !important;
}

.hero-character[style*="display: none"] {
  display: none !important;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr !important;
  }
}

/* Premium hero rebuild */
.hero.section-dark {
  grid-template-columns: minmax(320px, 0.86fr) minmax(420px, 1fr) !important;
  gap: clamp(38px, 6vw, 92px) !important;
  min-height: 100svh !important;
  padding-top: clamp(126px, 13vw, 166px) !important;
  background:
    linear-gradient(rgba(0, 86, 111, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 86, 111, 0.05) 1px, transparent 1px),
    radial-gradient(ellipse at 18% 22%, rgba(16, 170, 164, 0.18), transparent 34%),
    radial-gradient(ellipse at 82% 26%, rgba(0, 86, 111, 0.16), transparent 38%),
    linear-gradient(180deg, #fbfdfd 0%, #eff8f8 48%, #f7fbfb 100%) !important;
  background-size: 40px 40px, 40px 40px, auto, auto, auto !important;
}

.hero.section-dark::before {
  content: "";
  position: absolute;
  inset: 82px clamp(14px, 3vw, 44px) auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(16, 170, 164, 0.55), transparent);
}

.hero-copy {
  padding-block: clamp(18px, 3vw, 42px);
}

.hero-copy.reveal,
.void-stage.reveal {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}

.hero .eyebrow {
  margin-bottom: 18px !important;
  color: var(--deep) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 16px 38px rgba(0, 86, 111, 0.08) !important;
}

.hero h1 {
  max-width: 11.8ch !important;
  color: #061922 !important;
  font-weight: 400 !important;
  font-size: clamp(3.55rem, 6vw, 6.8rem) !important;
  line-height: 0.92 !important;
}

.hero h1 span,
.hero h1 strong {
  display: block;
}

.hero h1 strong {
  color: var(--teal);
  font-weight: 800;
}

body[data-lang="ar"] .hero h1 {
  max-width: 12.8ch !important;
  font-size: clamp(3rem, 4.8vw, 5.15rem) !important;
  line-height: 1.02 !important;
}

.hero-text {
  max-width: 620px !important;
  color: rgba(6, 25, 34, 0.66) !important;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem) !important;
  line-height: 1.85 !important;
}

.hero-actions {
  margin-top: 32px !important;
}

.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-trust-row span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(0, 86, 111, 0.12);
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.58);
  color: rgba(6, 25, 34, 0.74);
  font-size: 0.83rem;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(0, 86, 111, 0.06);
  backdrop-filter: blur(18px);
}

.void-stage {
  min-height: clamp(560px, 50vw, 720px) !important;
  border-radius: 34px !important;
  border-color: rgba(255, 255, 255, 0.72) !important;
  background:
    linear-gradient(rgba(0, 86, 111, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 86, 111, 0.055) 1px, transparent 1px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.22)),
    rgba(255, 255, 255, 0.32) !important;
  background-size: 32px 32px, 32px 32px, auto, auto !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -1px 0 rgba(255, 255, 255, 0.26),
    0 34px 92px rgba(0, 86, 111, 0.18),
    0 8px 26px rgba(16, 170, 164, 0.08) !important;
}

.void-stage::before {
  inset: 12% 10% !important;
  border-radius: 32px !important;
  background:
    linear-gradient(rgba(0, 86, 111, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 86, 111, 0.035) 1px, transparent 1px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.12) !important;
  background-size: 26px 26px, 26px 26px, auto, auto !important;
}

.hero-aurora {
  opacity: 0.58;
  filter: blur(32px) !important;
}

.golden-ratio {
  display: none !important;
}

.golden-ratio path {
  stroke: rgba(16, 170, 164, 0.36) !important;
}

.glass-device {
  inset-inline: 16% !important;
  top: 49% !important;
  min-height: clamp(390px, 36vw, 480px) !important;
  max-width: 68% !important;
  padding: 18px !important;
  border-radius: 30px !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -1px 0 rgba(255, 255, 255, 0.28),
    0 44px 110px rgba(0, 70, 90, 0.2) !important;
}

.character-shell {
  min-height: clamp(320px, 31vw, 390px) !important;
  border-radius: 24px !important;
}

.hero-character,
.character-shell > img,
.void-stage img {
  width: min(82%, 430px) !important;
  max-width: min(82%, 430px) !important;
  max-height: 390px !important;
  filter: drop-shadow(0 28px 42px rgba(0, 62, 80, 0.2)) !important;
}

.stage-card {
  position: absolute;
  z-index: 8;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.26)),
    rgba(255, 255, 255, 0.3);
  color: #061922;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 22px 54px rgba(0, 70, 90, 0.15);
  backdrop-filter: blur(26px) saturate(1.25);
}

.stage-card span,
.stage-card p {
  color: rgba(6, 25, 34, 0.58);
  font-size: 0.75rem;
  font-weight: 900;
}

.stage-card-main {
  inset-inline-start: 6%;
  bottom: 9%;
  width: min(300px, 46%);
  padding: 18px;
  animation: cardPulse 6s ease-in-out infinite;
}

.stage-card-main strong {
  display: block;
  margin-top: 8px;
  color: var(--deep);
  font-size: clamp(1.35rem, 2vw, 2.1rem);
  line-height: 1.08;
}

.stage-card-main p {
  margin: 8px 0 0;
}

.stage-card-signal {
  inset-inline-end: 7%;
  top: 11%;
  display: grid;
  place-items: center;
  width: 130px;
  aspect-ratio: 1;
  text-align: center;
  animation: toolFloat 7s ease-in-out infinite;
}

.stage-card-signal strong {
  color: var(--teal);
  font-size: 2rem;
  line-height: 1;
}

.stage-label {
  position: absolute;
  z-index: 7;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(0, 86, 111, 0.1);
  border-radius: 999px;
  padding: 0 13px;
  background: rgba(255, 255, 255, 0.52);
  color: rgba(0, 86, 111, 0.76);
  font-size: 0.74rem;
  font-weight: 950;
  box-shadow: 0 14px 34px rgba(0, 86, 111, 0.1);
  backdrop-filter: blur(18px);
  animation: glyphFloat 6.6s ease-in-out infinite;
}

.stage-label-one {
  inset-inline-start: 12%;
  top: 18%;
}

.stage-label-two {
  inset-inline-end: 14%;
  bottom: 24%;
  animation-delay: -1.8s;
}

.stage-label-three {
  inset-inline-start: 18%;
  bottom: 30%;
  animation-delay: -3s;
}

.tool-ai {
  inset-inline-start: 8% !important;
  top: 34% !important;
}

.tool-ps {
  inset-inline-end: 8% !important;
  top: 38% !important;
}

.glyph-pen {
  inset-inline-start: 30% !important;
  bottom: 13% !important;
}

.glyph-cursor {
  inset-inline-end: 28% !important;
  bottom: 12% !important;
}

.liquid-blob,
.orbit {
  display: none !important;
}

.glyph-pen-tool {
  width: 58px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.32)),
    rgba(255, 255, 255, 0.42) !important;
}

.glyph-pen-tool span {
  position: relative;
  width: 29px;
  height: 40px;
  clip-path: polygon(50% 0, 88% 62%, 58% 62%, 50% 100%, 42% 62%, 12% 62%);
  background: linear-gradient(180deg, var(--deep), var(--teal));
}

.glyph-pen-tool span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 3px;
  width: 7px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--white);
  transform: translateX(-50%);
}

.glyph-pen-tool i {
  position: absolute;
  width: 42px;
  height: 24px;
  border-top: 2px solid rgba(0, 86, 111, 0.42);
  border-radius: 50%;
  transform: translate(0, 3px) rotate(-22deg);
}

@media (max-width: 980px) {
  .hero.section-dark {
    grid-template-columns: 1fr !important;
    padding-top: 112px !important;
  }

  .hero h1,
  body[data-lang="ar"] .hero h1 {
    max-width: 12ch !important;
    font-size: clamp(2.65rem, 9vw, 4.2rem) !important;
  }

  .void-stage {
    min-height: 560px !important;
  }
}

html[dir="ltr"] .hero h1 strong {
  color: var(--teal);
}

@media (max-width: 620px) {
  .hero-trust-row span {
    min-height: 34px;
    font-size: 0.76rem;
  }

  .glass-device {
    inset-inline: 10% !important;
    max-width: 80% !important;
  }

  .stage-card-main {
    width: min(260px, 58%);
  }

  .stage-card-signal {
    width: 104px;
  }

  .stage-label {
    display: none;
  }
}

/* Final hero typography and cursor polish */
html,
body,
a,
button,
input,
textarea,
[role="button"] {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M16 2 28 25l-8-3-4 8-4-8-8 3L16 2Z' fill='%2300566f' stroke='white' stroke-width='2' stroke-linejoin='round'/%3E%3Ccircle cx='16' cy='17' r='3' fill='%2310aaa4'/%3E%3C/svg%3E") 16 30, auto !important;
}

.hero h1,
body[data-lang="ar"] .hero h1 {
  max-width: 14ch !important;
  color: var(--deep) !important;
  font-family: "IBM Plex Sans Arabic", "IBM Plex Sans", "Segoe UI", Tahoma, Arial, sans-serif !important;
  font-size: clamp(3rem, 4.35vw, 5rem) !important;
  font-weight: 400 !important;
  line-height: 1.18 !important;
  word-spacing: 0.08em !important;
}

.hero h1::first-letter,
.hero h1 span::first-letter {
  color: var(--deep) !important;
}

.hero h1 span {
  display: block !important;
  color: var(--deep) !important;
  font-weight: 400 !important;
}

.hero h1 strong {
  display: block !important;
  margin-top: 0.03em;
  color: var(--teal) !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
}

/* Signature work showcase */
.work-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 18% 18%, rgba(16, 170, 164, 0.22), transparent 34%),
    radial-gradient(circle at 82% 70%, rgba(16, 170, 164, 0.14), transparent 36%),
    linear-gradient(145deg, #031f29, #022b38 52%, #041922) !important;
  background-size: 34px 34px, 34px 34px, auto, auto, auto !important;
  color: var(--white);
}

.work-section::before {
  content: "";
  position: absolute;
  inset: 8% auto auto -10%;
  width: 38vw;
  aspect-ratio: 1;
  border: 1px solid rgba(16, 170, 164, 0.2);
  border-radius: 50%;
  opacity: 0.5;
  animation: rotateSlow 30s linear infinite;
}

.work-section::after {
  content: "";
  position: absolute;
  inset: auto -14% 4% auto;
  width: 42vw;
  aspect-ratio: 1;
  border-radius: 32% 68% 46% 54% / 54% 32% 68% 46%;
  background: rgba(16, 170, 164, 0.12);
  filter: blur(30px);
  animation: liquidMorph 14s ease-in-out infinite;
}

.work-section > * {
  position: relative;
  z-index: 1;
}

.work-section .section-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 1fr);
  gap: clamp(22px, 5vw, 72px);
  align-items: end;
  max-width: 1280px;
  text-align: start;
}

.work-section .eyebrow {
  grid-column: 1 / -1;
  color: var(--teal);
}

.work-section h2 {
  max-width: 11ch;
  color: var(--white);
}

.work-section .section-heading p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.68);
}

.work-tabs {
  justify-content: flex-start !important;
  gap: 8px !important;
  max-width: 1280px !important;
  margin: 8px auto 26px !important;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(22px);
}

.work-tabs button {
  border-radius: 12px !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.7) !important;
  transition: transform 220ms ease, background 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.work-tabs button:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.08) !important;
}

.work-tabs button.active {
  background: linear-gradient(135deg, var(--teal), #0d7e8e) !important;
  color: var(--white) !important;
  box-shadow: 0 16px 38px rgba(16, 170, 164, 0.22);
}

.work-panels {
  max-width: 1280px !important;
}

.work-panel {
  grid-template-columns: 1.12fr 0.88fr 0.88fr !important;
  grid-auto-rows: minmax(220px, auto);
  gap: 18px !important;
}

.work-panel.active {
  animation: workPanelIn 620ms cubic-bezier(0.2, 0.8, 0.2, 1) both !important;
}

.work-card,
.video-card {
  min-height: 500px !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 24px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.045) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 28px 70px rgba(0, 0, 0, 0.22) !important;
  backdrop-filter: blur(24px) saturate(1.18) !important;
}

.work-card {
  grid-template-rows: 1fr auto auto;
  padding: 16px !important;
}

.work-panel .work-card:first-child {
  grid-row: span 2;
  min-height: 620px !important;
}

.work-preview {
  min-height: 340px !important;
  border-radius: 18px !important;
  transform: translateZ(0);
}

.work-panel .work-card:first-child .work-preview {
  min-height: 470px !important;
}

.work-card::before,
.video-card::before {
  content: "";
  position: absolute;
  inset: -40% -30% auto auto;
  width: 70%;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(16, 170, 164, 0.2), transparent 62%);
  transform: rotate(20deg);
  transition: transform 500ms ease, opacity 500ms ease;
}

.work-card:hover,
.video-card:hover {
  transform: translateY(-8px) scale(1.012) !important;
  border-color: rgba(16, 170, 164, 0.42) !important;
}

.work-card:hover::before,
.video-card:hover::before {
  opacity: 0.9;
  transform: translate(-12%, 10%) rotate(42deg);
}

.work-card p,
.video-meta p {
  color: rgba(16, 170, 164, 0.9) !important;
}

.work-card h3,
.video-card h3 {
  color: var(--white);
  font-size: clamp(1.35rem, 2vw, 2.05rem);
}

.work-card button,
.video-actions button {
  border-color: rgba(255, 255, 255, 0.14) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: var(--white) !important;
}

.work-card button:hover,
.video-actions button:hover {
  background: var(--teal) !important;
  color: var(--white) !important;
}

.video-panel {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.video-card video {
  filter: saturate(0.9) contrast(1.05);
}

@keyframes workPanelIn {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.98);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@media (max-width: 980px) {
  .work-section .section-heading,
  .work-panel,
  .video-panel {
    grid-template-columns: 1fr !important;
  }

  .work-panel .work-card:first-child {
    grid-row: auto;
    min-height: 500px !important;
  }
}

/* Final work-system polish */
html,
body {
  cursor: auto !important;
}

a,
button,
[role="button"],
input[type="button"],
input[type="submit"] {
  cursor: pointer !important;
}

input,
textarea {
  cursor: text !important;
}

.work-section::before,
.work-section::after {
  animation: none !important;
}

.work-panels {
  max-width: min(1320px, calc(100% - 32px)) !important;
}

.work-panel {
  --work-card-height: clamp(440px, 31vw, 540px);
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-auto-rows: auto !important;
  align-items: stretch !important;
  gap: 18px !important;
}

.work-panel.video-panel {
  --work-card-height: clamp(430px, 30vw, 520px);
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.work-card,
.video-card {
  height: var(--work-card-height) !important;
  min-height: 0 !important;
  contain: layout paint;
  border-radius: 22px !important;
  backdrop-filter: blur(16px) saturate(1.08) !important;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease !important;
}

.work-card {
  grid-template-rows: minmax(0, 1fr) auto auto auto !important;
  gap: 14px !important;
}

.work-panel .work-card:first-child {
  grid-row: auto !important;
  min-height: 0 !important;
}

.work-preview,
.work-panel .work-card:first-child .work-preview {
  min-height: 0 !important;
  height: auto !important;
}

.work-preview {
  align-self: stretch;
}

.work-card:hover,
.video-card:hover {
  transform: translateY(-5px) !important;
}

.video-card {
  padding: 0 !important;
}

.work-video,
.video-card video {
  min-height: 0 !important;
  height: 100% !important;
  object-fit: cover;
}

.work-panel[data-work-panel="cgi"] .work-card {
  grid-template-rows: minmax(0, 1fr) auto auto !important;
}

.modal-card {
  width: min(1540px, calc(100vw - 20px)) !important;
  max-height: min(920px, calc(100svh - 20px)) !important;
  overflow: hidden;
  border-radius: 20px !important;
}

.modal-gallery {
  scroll-snap-type: none !important;
  overscroll-behavior: contain;
}

.modal-gallery-grid {
  grid-auto-flow: row !important;
  grid-auto-columns: auto !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  max-height: min(76svh, 780px);
  padding: 2px 4px 12px !important;
}

.modal-gallery-stack {
  grid-auto-flow: row !important;
  grid-auto-columns: auto !important;
  grid-template-columns: minmax(0, 1fr) !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  max-height: min(78svh, 820px);
  padding: 2px 4px 18px !important;
}

.modal-shot {
  display: grid !important;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 0 !important;
  background: rgba(255, 255, 255, 0.58) !important;
}

.modal-shot-media {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 24%, rgba(16, 170, 164, 0.35), transparent 30%),
    linear-gradient(145deg, rgba(0, 86, 111, 0.9), rgba(3, 31, 41, 0.96));
}

.modal-shot.identity .modal-shot-media {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0 31%, transparent 31%),
    linear-gradient(145deg, rgba(16, 170, 164, 0.92), rgba(0, 86, 111, 0.96));
}

.modal-shot-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: rgba(247, 248, 245, 0.92);
}

.modal-gallery-grid .modal-shot {
  aspect-ratio: 1 / 1.08;
}

.modal-gallery-stack .modal-shot {
  display: block !important;
  border-radius: 14px !important;
}

.modal-gallery-stack .modal-shot-media {
  min-height: min(58vw, 520px);
}

.modal-gallery-stack .modal-shot.has-image .modal-shot-media {
  min-height: 0;
}

.modal-gallery-stack .modal-shot-media img {
  height: auto;
  object-fit: contain;
}

.modal-gallery-stack .modal-shot figcaption {
  border-top: 1px solid rgba(0, 86, 111, 0.1);
}

/* Social popups: client title only, tight image grid */
.work-modal[data-gallery-theme="social"] .modal-card {
  width: min(1480px, calc(100vw - 20px)) !important;
  gap: 14px;
}

.work-modal[data-gallery-theme="social"] .modal-head {
  align-items: center;
}

.work-modal[data-gallery-theme="social"] .modal-head .eyebrow {
  display: none;
}

.work-modal[data-gallery-theme="social"] .modal-head h2 {
  max-width: none;
  font-size: clamp(1.55rem, 3vw, 2.6rem);
}

.modal-gallery-grid[data-gallery-theme="social"] {
  display: grid !important;
  grid-auto-flow: row !important;
  grid-auto-rows: min-content !important;
  align-content: start !important;
  align-items: start !important;
  gap: clamp(6px, 0.8vw, 10px) !important;
  max-height: min(78svh, 820px);
  padding: 0 !important;
}

.modal-gallery-grid[data-gallery-theme="social"] .modal-shot {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  align-self: start !important;
  grid-template-rows: minmax(0, 1fr) !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 10px !important;
  border-color: rgba(0, 86, 111, 0.08);
}

.modal-gallery-grid[data-gallery-theme="social"] .modal-shot-media {
  min-height: 0;
}

.modal-gallery-grid[data-gallery-theme="social"] .modal-shot figcaption {
  display: none !important;
}

/* Reel style video cards */
.work-panel.video-panel {
  grid-template-columns: repeat(3, minmax(210px, 1fr)) !important;
  justify-items: center;
  align-items: start !important;
}

.work-panel.video-panel .video-card {
  width: min(100%, 360px) !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 9 / 16;
  border-radius: 24px !important;
}

.work-panel.video-panel .work-video,
.work-panel.video-panel .video-card video {
  aspect-ratio: 9 / 16;
  object-fit: contain !important;
  background:
    radial-gradient(circle at 50% 38%, rgba(16, 170, 164, 0.12), transparent 36%),
    var(--night);
}

.work-panel.video-panel .video-meta {
  display: none !important;
}

.work-panel.video-panel .video-actions {
  display: none !important;
}

.video-play-overlay {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: clamp(58px, 6vw, 76px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5)),
    rgba(255, 255, 255, 0.42);
  color: var(--deep);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 20px 46px rgba(0, 31, 41, 0.24);
  backdrop-filter: blur(18px) saturate(1.2);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 180ms ease;
}

.video-play-overlay span {
  display: block;
  width: 0;
  height: 0;
  margin-inline-start: 5px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid currentColor;
}

.video-play-overlay:hover {
  transform: translate(-50%, -50%) scale(1.06);
}

.video-card.is-playing .video-play-overlay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.86);
}

.video-card.is-playing:hover .video-play-overlay,
.video-card.is-playing:focus-within .video-play-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.video-card.is-playing .video-play-overlay span {
  position: relative;
  width: 24px;
  height: 26px;
  margin: 0;
  border: 0;
}

.video-card.is-playing .video-play-overlay span::before,
.video-card.is-playing .video-play-overlay span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7px;
  border-radius: 999px;
  background: currentColor;
}

.video-card.is-playing .video-play-overlay span::before {
  inset-inline-start: 2px;
}

.video-card.is-playing .video-play-overlay span::after {
  inset-inline-end: 2px;
}

/* Brand identity popup: natural uploaded image stack */
.modal-gallery-stack[data-gallery-theme="identity"] {
  display: flex !important;
  flex-direction: column;
  gap: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  max-height: min(72svh, 760px);
  padding: 0 !important;
}

.modal-gallery-stack[data-gallery-theme="identity"] .modal-shot {
  position: relative;
  display: block !important;
  aspect-ratio: auto !important;
  height: auto !important;
  min-height: unset !important;
  flex: 0 0 auto;
  overflow: visible;
  border-width: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.modal-gallery-stack[data-gallery-theme="identity"] .modal-shot-media,
.modal-gallery-stack[data-gallery-theme="identity"] .modal-shot.has-image .modal-shot-media {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: auto;
  min-height: unset !important;
  aspect-ratio: auto !important;
  background: transparent !important;
}

.modal-gallery-stack[data-gallery-theme="identity"] .modal-shot:not(.has-image) .modal-shot-media {
  aspect-ratio: 16 / 9 !important;
  background:
    radial-gradient(circle at 24% 22%, rgba(16, 170, 164, 0.28), transparent 34%),
    linear-gradient(145deg, rgba(16, 170, 164, 0.95), rgba(0, 86, 111, 0.98)) !important;
}

.modal-gallery-stack[data-gallery-theme="identity"] .modal-shot-media img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
  object-fit: contain;
  margin: 0 auto;
  background: transparent !important;
}

.modal-gallery-stack[data-gallery-theme="identity"] .modal-shot figcaption {
  display: none !important;
}

@media (max-width: 980px) {
  .work-panel,
  .work-panel.video-panel {
    --work-card-height: auto;
    grid-template-columns: 1fr !important;
  }

  .work-card,
  .video-card {
    min-height: 430px !important;
  }

  .modal-gallery-grid {
    grid-template-columns: 1fr !important;
  }

  .modal-gallery-grid[data-gallery-theme="social"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .work-panel.video-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .work-panel.video-panel .video-card {
    width: min(100%, 320px) !important;
  }
}

@media (max-width: 620px) {
  .modal-gallery-grid[data-gallery-theme="social"] {
    grid-template-columns: 1fr !important;
  }

  .work-panel.video-panel {
    grid-template-columns: 1fr !important;
  }

  .work-panel.video-panel .video-card {
    width: min(100%, 300px) !important;
  }
}

/* Video-only hero */
.hero.section-dark.hero-video-only {
  display: grid !important;
  grid-template-columns: 1fr !important;
  place-items: start center;
  min-height: 0 !important;
  padding: clamp(82px, 7vw, 108px) clamp(14px, 4vw, 58px) 0 !important;
  background:
    linear-gradient(rgba(0, 86, 111, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 86, 111, 0.055) 1px, transparent 1px),
    radial-gradient(ellipse at 18% 18%, rgba(16, 170, 164, 0.18), transparent 36%),
    radial-gradient(ellipse at 82% 78%, rgba(0, 86, 111, 0.14), transparent 38%),
    linear-gradient(180deg, #fbfdfd 0%, #eef8f8 54%, #f7fbfb 100%) !important;
  background-size: 38px 38px, 38px 38px, auto, auto, auto !important;
}

.hero.section-dark.hero-video-only::before {
  content: "" !important;
  position: absolute;
  inset: 76px clamp(14px, 3vw, 44px) 0 !important;
  height: auto !important;
  border: 1px solid rgba(0, 86, 111, 0.08);
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.72), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.08));
  pointer-events: none;
}

.hero-video-frame {
  position: relative;
  z-index: 2;
  isolation: isolate;
  width: min(1480px, 100%);
  height: clamp(500px, 68svh, 800px);
  min-height: 510px;
  overflow: hidden;
  padding: clamp(8px, 1.1vw, 14px);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: clamp(24px, 3vw, 42px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.16)),
    rgba(0, 86, 111, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -1px 0 rgba(255, 255, 255, 0.24),
    0 38px 120px rgba(0, 86, 111, 0.18),
    0 12px 38px rgba(16, 170, 164, 0.1);
  backdrop-filter: blur(28px) saturate(1.22);
}

.hero-video-frame::before,
.hero-video-frame::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-video-frame::before {
  inset: clamp(8px, 1.1vw, 14px);
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: clamp(18px, 2.4vw, 32px);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.18), transparent 22%),
    linear-gradient(180deg, rgba(0, 86, 111, 0.06), transparent 42%, rgba(3, 31, 41, 0.2)),
    linear-gradient(300deg, rgba(16, 170, 164, 0.12), transparent 32%);
  opacity: 0.68;
}

.hero-video-frame::after {
  inset: 0;
  z-index: 4;
  opacity: 0.09;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.05' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='.72'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

.hero-video-glow {
  position: absolute;
  inset: -18%;
  z-index: 0;
  background:
    radial-gradient(circle at 22% 22%, rgba(16, 170, 164, 0.22), transparent 28%),
    radial-gradient(circle at 76% 74%, rgba(0, 86, 111, 0.2), transparent 34%);
  filter: blur(32px);
  animation: auroraFloat 16s ease-in-out infinite;
}

.hero-video {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: clamp(18px, 2.4vw, 32px);
  object-fit: cover;
  background:
    linear-gradient(135deg, rgba(0, 86, 111, 0.92), rgba(3, 31, 41, 0.96)),
    var(--deep);
  filter: saturate(1.08) contrast(1.12);
  transform: translateZ(0);
}

@media (max-width: 720px) {
  .hero.section-dark.hero-video-only {
    padding-inline: 12px !important;
    padding-top: 84px !important;
  }

  .hero.section-dark.hero-video-only::before {
    inset: 70px 10px 0 !important;
    border-radius: 24px;
  }

  .hero-video-frame {
    height: min(68svh, 620px);
    min-height: 430px;
    border-radius: 24px;
  }
}

.whatsapp-float {
  position: fixed;
  inset-inline-end: clamp(16px, 2.4vw, 30px);
  bottom: clamp(16px, 2.4vw, 30px);
  z-index: 70;
  display: grid;
  place-items: center;
  width: 58px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.12)),
    linear-gradient(135deg, #13c65a, #0a7e72);
  color: var(--white);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 18px 44px rgba(0, 86, 111, 0.24),
    0 8px 20px rgba(19, 198, 90, 0.2);
  backdrop-filter: blur(18px) saturate(1.2);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 24px 54px rgba(0, 86, 111, 0.28),
    0 10px 26px rgba(19, 198, 90, 0.24);
}

.whatsapp-float svg {
  width: 31px;
  height: 31px;
  fill: currentColor;
}

.trusted-section {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3vw, 38px) 0 clamp(30px, 4vw, 52px);
  background:
    linear-gradient(rgba(0, 86, 111, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 86, 111, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #f7fbfb 0%, #ffffff 100%);
  background-size: 38px 38px, 38px 38px, auto;
  border-top: 1px solid rgba(16, 170, 164, 0.18);
  border-bottom: 1px solid rgba(0, 86, 111, 0.1);
}

.trusted-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 0%, rgba(16, 170, 164, 0.16), transparent 28%),
    radial-gradient(circle at 82% 100%, rgba(0, 86, 111, 0.11), transparent 30%);
}

.trusted-kicker {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin: 0 auto clamp(18px, 2.4vw, 26px);
  padding: 8px 16px;
  border: 1px solid rgba(0, 86, 111, 0.12);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.48)),
    rgba(255, 255, 255, 0.38);
  color: var(--deep);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 14px 34px rgba(0, 86, 111, 0.08);
  backdrop-filter: blur(18px) saturate(1.18);
}

.trusted-marquee {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  min-height: 138px;
  margin: 0;
  overflow: hidden;
  contain: layout paint;
  border-block: 1px solid rgba(0, 86, 111, 0.1);
  border-inline: 0;
  border-radius: 0;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.38)),
    rgba(255, 255, 255, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 24px 62px rgba(0, 86, 111, 0.09);
  backdrop-filter: blur(20px) saturate(1.12);
}

.trusted-marquee::before,
.trusted-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 3;
  width: min(140px, 18vw);
  height: 100%;
  pointer-events: none;
}

.trusted-marquee::before {
  inset-inline-start: 0;
  background: linear-gradient(90deg, rgba(248, 252, 252, 0.98), transparent);
}

.trusted-marquee::after {
  inset-inline-end: 0;
  background: linear-gradient(270deg, rgba(248, 252, 252, 0.98), transparent);
}

.trusted-track {
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  display: flex;
  width: max-content;
  height: 100%;
  align-items: center;
  gap: clamp(18px, 2.4vw, 34px);
  padding: 20px clamp(22px, 5vw, 72px);
  animation: trustedMarquee 42s linear infinite;
  will-change: transform;
}

.trusted-marquee:hover .trusted-track {
  animation-play-state: paused;
}

.trusted-logo {
  flex: 0 0 clamp(170px, 15vw, 250px);
  display: grid;
  place-items: center;
  min-height: 96px;
  padding: 18px 24px;
  border: 1px solid rgba(0, 86, 111, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.28)),
    rgba(255, 255, 255, 0.36);
  color: #061922;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 16px 34px rgba(0, 86, 111, 0.055);
  backdrop-filter: blur(18px) saturate(1.1);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.trusted-logo:hover {
  transform: translateY(-3px);
  border-color: rgba(16, 170, 164, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 22px 44px rgba(0, 86, 111, 0.09);
}

.trusted-logo span {
  color: #061922;
  font-size: clamp(1.05rem, 1.45vw, 1.45rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trusted-logo img {
  display: none;
  width: 100%;
  max-width: 190px;
  max-height: 58px;
  object-fit: contain;
  filter: grayscale(1) contrast(1.18);
  mix-blend-mode: multiply;
}

.trusted-logo.has-image img {
  display: block;
}

.trusted-logo.has-image span {
  display: none;
}

@keyframes trustedMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

html[dir="rtl"] .trusted-track {
  animation-name: trustedMarqueeRtl;
}

@keyframes trustedMarqueeRtl {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(50%);
  }
}

@media (max-width: 720px) {
  .trusted-section {
    padding-block: 24px 34px;
  }

  .trusted-track {
    gap: 14px;
    padding: 16px 18px;
    animation-duration: 28s;
  }

  .trusted-logo {
    flex-basis: 150px;
    min-height: 84px;
    border-radius: 18px;
    padding: 14px 18px;
  }

  .trusted-logo img {
    max-width: 132px;
    max-height: 46px;
  }
}

/* Final premium responsive navigation */
.site-header {
  top: clamp(10px, 1.5vw, 18px) !important;
  left: clamp(10px, 3vw, 46px) !important;
  right: clamp(10px, 3vw, 46px) !important;
  max-width: 1480px !important;
  min-height: 62px !important;
  padding: 8px 12px 8px 18px !important;
  border-radius: 24px !important;
  border-color: rgba(255, 255, 255, 0.78) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.48)),
    rgba(255, 255, 255, 0.34) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 20px 55px rgba(0, 86, 111, 0.13),
    0 1px 0 rgba(16, 170, 164, 0.18) !important;
  backdrop-filter: blur(30px) saturate(1.28) !important;
}

.site-header::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(0, 86, 111, 0.06);
  border-radius: 18px;
  pointer-events: none;
}

.site-nav {
  gap: clamp(8px, 1.3vw, 18px) !important;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px !important;
  border-radius: 999px;
  color: rgba(0, 86, 111, 0.82);
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  inset-inline: 12px;
  bottom: 6px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--teal), var(--deep));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.site-nav a:hover {
  background: rgba(16, 170, 164, 0.09);
  color: var(--deep);
  transform: translateY(-1px);
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.language-toggle,
.nav-toggle,
.header-cta {
  border-radius: 14px !important;
}

.nav-toggle {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.3)),
    rgba(255, 255, 255, 0.36) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 12px 24px rgba(0, 86, 111, 0.08);
}

.nav-toggle span {
  border-radius: 99px;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto !important;
    min-height: 62px !important;
    padding: 8px 10px 8px 12px !important;
    border-radius: 22px !important;
  }

  .brand-logo,
  .site-header .brand-logo {
    width: clamp(116px, 36vw, 150px) !important;
    max-width: 44vw !important;
    max-height: 38px !important;
  }

  .header-actions {
    gap: 8px;
  }

  .language-toggle {
    min-width: 44px !important;
    min-height: 40px !important;
    padding-inline: 12px !important;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.34)),
      rgba(255, 255, 255, 0.42) !important;
  }

  .nav-toggle {
    display: inline-grid !important;
    place-items: center;
    width: 44px !important;
    min-height: 44px !important;
    padding: 0 !important;
  }

  .nav-toggle span {
    position: absolute;
    width: 18px;
    height: 2px;
    background: var(--deep);
  }

  .nav-toggle span:first-child {
    transform: translateY(-4px);
  }

  .nav-toggle span:last-child {
    transform: translateY(4px);
  }

  body.menu-open .nav-toggle span:first-child {
    transform: rotate(45deg);
  }

  body.menu-open .nav-toggle span:last-child {
    transform: rotate(-45deg);
  }

  .site-nav {
    position: fixed !important;
    inset: 82px 10px auto 10px !important;
    display: grid !important;
    gap: 10px !important;
    padding: 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.72) !important;
    border-radius: 24px !important;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.56)),
      rgba(255, 255, 255, 0.42) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.92),
      0 24px 58px rgba(0, 86, 111, 0.16) !important;
    backdrop-filter: blur(30px) saturate(1.25) !important;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px) scale(0.98);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .site-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .site-nav a {
    justify-content: space-between;
    min-height: 56px !important;
    padding: 0 18px !important;
    border: 1px solid rgba(0, 86, 111, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.46);
    font-size: 1rem;
  }

  .site-nav a::before {
    content: "";
    width: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--teal);
    box-shadow: 0 0 0 6px rgba(16, 170, 164, 0.1);
  }

  .site-nav a::after {
    display: none;
  }

  .header-cta {
    display: none !important;
  }
}

@media (max-width: 420px) {
  .site-header {
    top: 8px !important;
    left: 8px !important;
    right: 8px !important;
  }

  .brand-logo,
  .site-header .brand-logo {
    width: 112px !important;
  }
}

/* Mobile portfolio tuning */
.site-header .brand-logo {
  width: clamp(120px, 10vw, 158px) !important;
  max-height: 38px !important;
}

@media (max-width: 820px) {
  .site-header .brand-logo {
    width: clamp(104px, 31vw, 132px) !important;
    max-height: 34px !important;
  }
}

@media (max-width: 420px) {
  .site-header .brand-logo {
    width: 102px !important;
    max-height: 32px !important;
  }
}

@media (max-width: 980px) {
  .work-panels {
    max-width: min(100%, calc(100vw - 16px)) !important;
  }

  .work-panel[data-work-panel="social"] {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(6px, 1.8vw, 10px) !important;
    align-items: stretch !important;
  }

  .work-panel[data-work-panel="social"] .work-card {
    height: auto !important;
    min-height: 0 !important;
    padding: clamp(7px, 1.9vw, 10px) !important;
    gap: clamp(5px, 1.4vw, 8px) !important;
    border-radius: 16px !important;
    grid-template-rows: auto auto auto auto !important;
  }

  .work-panel[data-work-panel="social"] .work-preview {
    min-height: 0 !important;
    aspect-ratio: 1 / 1;
    border-radius: 12px !important;
  }

  .work-panel[data-work-panel="social"] .work-card p {
    margin: 0;
    font-size: clamp(0.48rem, 1.8vw, 0.68rem) !important;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .work-panel[data-work-panel="social"] .work-card h3 {
    margin: 0;
    min-height: 2.35em;
    font-size: clamp(0.68rem, 2.55vw, 0.92rem) !important;
    line-height: 1.16;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .work-panel[data-work-panel="social"] .work-card button {
    min-height: 28px;
    padding: 0 clamp(6px, 1.5vw, 10px) !important;
    border-radius: 10px !important;
    font-size: clamp(0.62rem, 2vw, 0.78rem) !important;
  }

  .modal-gallery-grid[data-gallery-theme="social"] {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(5px, 1.5vw, 8px) !important;
  }
}

@media (max-width: 430px) {
  .work-panel[data-work-panel="social"] {
    gap: 6px !important;
  }

  .work-panel[data-work-panel="social"] .work-card {
    padding: 6px !important;
    border-radius: 14px !important;
  }

  .work-panel[data-work-panel="social"] .work-preview {
    border-radius: 10px !important;
  }
}

/* Mobile detail views */
@media (max-width: 760px) {
  .work-modal {
    padding: 8px !important;
    overflow: hidden !important;
  }

  .work-panel[data-work-panel="social"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: clamp(8px, 2.5vw, 12px) !important;
  }

  .work-panel[data-work-panel="social"] .work-card {
    padding: clamp(7px, 2.4vw, 10px) !important;
  }

  .work-modal.open {
    place-items: center !important;
  }

  .modal-card {
    width: 100% !important;
    max-width: 100% !important;
    max-height: calc(100dvh - 16px) !important;
    grid-template-rows: auto minmax(0, 1fr);
    overflow: hidden !important;
  }

  .work-modal[data-gallery-theme="social"] .modal-card {
    width: 100% !important;
    padding: clamp(10px, 3vw, 16px) !important;
    gap: 10px !important;
  }

  .work-modal[data-gallery-theme="social"] .modal-head {
    gap: 8px !important;
    align-items: center !important;
  }

  .work-modal[data-gallery-theme="social"] .modal-head h2 {
    font-size: clamp(1.28rem, 5.6vw, 1.8rem) !important;
    line-height: 1.15 !important;
  }

  .modal-close {
    flex-basis: 40px !important;
    width: 40px !important;
  }

  .modal-gallery-grid[data-gallery-theme="social"] {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    grid-auto-rows: auto !important;
    align-content: start !important;
    align-items: start !important;
    justify-content: stretch !important;
    justify-items: stretch !important;
    gap: 4px !important;
    max-height: calc(100dvh - 118px) !important;
    overflow-y: auto !important;
    padding: 0 !important;
  }

  .modal-gallery-grid[data-gallery-theme="social"] .modal-shot {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    place-self: stretch !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 8px !important;
  }

  .modal-gallery-grid[data-gallery-theme="social"] .modal-shot-media {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
  }

  .modal-gallery-grid[data-gallery-theme="social"] .modal-shot-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .modal-gallery-stack[data-gallery-theme="identity"] {
    gap: 0 !important;
    padding: 0 !important;
    max-height: calc(100dvh - 118px) !important;
  }

  .modal-gallery-stack[data-gallery-theme="identity"] .modal-shot {
    border-radius: 0 !important;
    border-width: 0 !important;
  }

  .modal-gallery-stack[data-gallery-theme="identity"] .modal-shot-media img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }

  .work-panel.video-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: clamp(10px, 3vw, 14px) !important;
    justify-items: stretch !important;
  }

  .work-panel.video-panel .video-card {
    width: 100% !important;
    max-width: none !important;
    border-radius: 18px !important;
  }

  .video-play-overlay {
    width: clamp(46px, 13vw, 58px) !important;
  }

  .video-play-overlay span {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 16px;
  }
}

@media (max-width: 430px) {
  .modal-gallery-grid[data-gallery-theme="social"] {
    gap: 3px !important;
  }

  .modal-gallery-grid[data-gallery-theme="social"] .modal-shot {
    border-radius: 7px !important;
  }

  .work-panel.video-panel {
    gap: 10px !important;
  }
}

/* Final portfolio presentation */
.work-section .work-panels {
  width: min(100%, 1480px) !important;
  margin-inline: auto;
}

.work-panel {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(14px, 1.8vw, 24px) !important;
  align-items: stretch !important;
}

.work-card,
.video-card {
  position: relative;
  isolation: isolate;
  height: auto !important;
  min-height: 0 !important;
  border-radius: 24px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.06) !important;
  box-shadow: 0 28px 80px rgba(0, 29, 38, 0.28);
  overflow: hidden;
}

.work-card {
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) !important;
  gap: 0 !important;
  padding: 10px !important;
}

.work-card::before,
.video-card::before {
  opacity: 0.72;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.45), transparent 38%),
    radial-gradient(circle at 24% 14%, rgba(16, 170, 164, 0.28), transparent 34%);
}

.work-card::before {
  content: none !important;
  display: none !important;
}

.work-card-index {
  position: absolute;
  inset-block-start: 20px;
  inset-inline-start: 20px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 900;
  backdrop-filter: blur(18px) saturate(1.2);
}

.work-card-index {
  display: none !important;
}

.work-preview {
  width: 100%;
  min-height: 0 !important;
  aspect-ratio: 4 / 3;
  border-radius: 18px !important;
  background-size: cover !important;
  background-position: center !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.work-preview::before,
.work-preview::after,
.social-preview::before,
.identity-preview::before {
  content: none !important;
  display: none !important;
}

.work-preview.has-image {
  background-color: transparent !important;
  background-blend-mode: normal !important;
}

.work-preview.has-image::before,
.work-preview.has-image::after,
.work-card[data-work-card="social"] .work-preview.has-image::before,
.work-card[data-work-card="identity"] .work-preview.has-image::before,
.work-card[data-work-card="social"] .work-preview.has-image::after,
.work-card[data-work-card="identity"] .work-preview.has-image::after {
  content: none !important;
  display: none !important;
}

.work-panel[data-work-panel="social"] .work-preview,
.work-card[data-work-card="social"] .work-preview {
  aspect-ratio: 1 / 1;
}

.work-card-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  padding: clamp(14px, 1.8vw, 20px) 8px 6px;
  direction: ltr;
}

.work-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  grid-column: 1 / -1;
  direction: rtl;
}

.work-card p,
.work-card-meta p {
  margin: 0 !important;
  color: var(--teal) !important;
  font-size: 0.75rem !important;
  font-weight: 900 !important;
  letter-spacing: 0;
  text-transform: uppercase;
}

.work-card > p {
  margin: 14px 8px 0 !important;
}

.work-card > h3,
.work-card > button {
  margin-inline: 8px !important;
}

.work-card > button {
  margin-bottom: 6px !important;
}

.work-card-meta small {
  color: rgba(255, 255, 255, 0.62);
  font-weight: 800;
  white-space: nowrap;
}

.work-card h3,
.work-card-content h3 {
  grid-column: 2;
  justify-self: end;
  margin: 0 !important;
  min-height: 0 !important;
  color: var(--white) !important;
  font-size: clamp(1.12rem, 1.5vw, 1.55rem) !important;
  line-height: 1.25 !important;
  text-align: right;
  direction: rtl;
}

.work-card button,
.work-more-button {
  grid-column: 1;
  grid-row: 2;
  justify-self: start;
  align-self: center;
  min-height: 42px !important;
  padding: 0 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.11) !important;
  color: var(--white) !important;
  font-weight: 900 !important;
  backdrop-filter: blur(16px) saturate(1.2);
}

.work-card button:hover,
.work-more-button:hover {
  border-color: rgba(16, 170, 164, 0.72) !important;
  background: var(--teal) !important;
  color: var(--night) !important;
}

.work-card:not(:has(.work-card-content)) {
  grid-template-columns: auto minmax(0, 1fr) !important;
  grid-template-rows: auto auto auto !important;
  direction: ltr;
}

.work-card:not(:has(.work-card-content)) > .work-preview,
.work-card:not(:has(.work-card-content)) > p {
  grid-column: 1 / -1;
}

.work-card:not(:has(.work-card-content)) > p {
  direction: rtl;
  text-align: right;
}

.work-card:not(:has(.work-card-content)) > h3 {
  grid-column: 2;
  grid-row: 3;
  justify-self: end;
}

.work-card:not(:has(.work-card-content)) > button {
  grid-column: 1;
  grid-row: 3;
  justify-self: start;
  align-self: center;
}

.work-panel.video-panel {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  justify-items: stretch !important;
}

.work-panel.video-panel .video-card {
  width: 100% !important;
  max-width: none !important;
  aspect-ratio: 9 / 16;
}

.work-panel.video-panel .work-video,
.work-panel.video-panel .video-card video {
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  aspect-ratio: 9 / 16;
  object-fit: contain !important;
}

.video-caption {
  position: absolute;
  inset-inline: 12px;
  bottom: 12px;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 10px;
  align-items: end;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(2, 30, 39, 0.52);
  color: var(--white);
  backdrop-filter: blur(18px) saturate(1.2);
}

.video-caption p,
.video-caption h3 {
  margin: 0;
}

.video-caption p {
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.video-caption h3 {
  grid-column: 1;
  font-size: clamp(0.9rem, 1.1vw, 1.12rem);
  line-height: 1.25;
}

.video-caption small {
  grid-row: 1 / span 2;
  grid-column: 2;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 900;
}

@media (max-width: 980px) {
  .work-panel,
  .work-panel.video-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  .work-panel:not([data-work-panel="social"]):not(.video-panel) {
    grid-template-columns: 1fr !important;
  }

  .work-panel[data-work-panel="social"] {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .work-panel.video-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .work-card {
    padding: 8px !important;
    border-radius: 20px !important;
    box-shadow: 0 22px 58px rgba(0, 29, 38, 0.22) !important;
  }

  .work-preview {
    border-radius: 16px !important;
    min-height: 220px !important;
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.2),
      0 14px 34px rgba(0, 29, 38, 0.18) !important;
  }

  .work-panel[data-work-panel="social"] .work-preview,
  .work-card[data-work-card="social"] .work-preview {
    aspect-ratio: 1 / 1 !important;
    min-height: 0 !important;
  }

  .work-card-content {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px;
    padding: 12px 6px 6px;
  }

  .work-card-index,
  .work-card-meta small {
    display: none;
  }

  .work-card h3,
  .work-card-content h3 {
    font-size: clamp(0.78rem, 3vw, 1rem) !important;
    line-height: 1.18 !important;
  }

  .work-card button,
  .work-more-button {
    min-height: 32px !important;
    padding: 0 10px !important;
    font-size: 0.74rem !important;
  }

  .video-caption {
    display: none;
  }
}

/* v40 popup clarity: show client images large and clean */
.work-modal[data-gallery-theme="social"] {
  padding: clamp(6px, 1.4vw, 18px) !important;
}

.work-modal[data-gallery-theme="social"] .modal-card {
  width: min(1680px, calc(100vw - 12px)) !important;
  max-height: calc(100dvh - 12px) !important;
  grid-template-rows: auto minmax(0, 1fr) !important;
  padding: clamp(10px, 1.8vw, 22px) !important;
  border-radius: clamp(22px, 3vw, 34px) !important;
}

.work-modal[data-gallery-theme="social"] .modal-head {
  padding-inline: 4px !important;
}

.modal-gallery-grid[data-gallery-theme="social"] {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(8px, 1vw, 14px) !important;
  max-height: calc(100dvh - 116px) !important;
  padding: 0 2px 8px !important;
}

.modal-gallery-grid[data-gallery-theme="social"] .modal-shot {
  display: block !important;
  aspect-ratio: auto !important;
  width: 100% !important;
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.modal-gallery-grid[data-gallery-theme="social"] .modal-shot::after {
  content: none !important;
  display: none !important;
}

.modal-gallery-grid[data-gallery-theme="social"] .modal-shot-media {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow:
    inset 0 0 0 1px rgba(0, 86, 111, 0.08),
    0 18px 42px rgba(0, 29, 38, 0.12) !important;
}

.modal-gallery-grid[data-gallery-theme="social"] .modal-shot-media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  background: #fff !important;
}

@media (max-width: 760px) {
  .work-modal[data-gallery-theme="social"] .modal-card {
    width: calc(100vw - 10px) !important;
    max-height: calc(100dvh - 10px) !important;
    padding: 10px !important;
  }

  .modal-gallery-grid[data-gallery-theme="social"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    max-height: calc(100dvh - 104px) !important;
  }

  .modal-gallery-grid[data-gallery-theme="social"] .modal-shot-media {
    border-radius: 12px !important;
  }
}

@media (max-width: 430px) {
  .modal-gallery-grid[data-gallery-theme="social"] {
    gap: 6px !important;
  }
}

/* v41 mobile popup: one clear image per row */
@media (max-width: 760px) {
  .work-modal[data-gallery-theme="social"] {
    padding: 6px !important;
  }

  .work-modal[data-gallery-theme="social"] .modal-card {
    width: calc(100vw - 8px) !important;
    max-height: calc(100dvh - 8px) !important;
    padding: 10px !important;
  }

  .modal-gallery-grid[data-gallery-theme="social"] {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
    max-height: calc(100dvh - 108px) !important;
    padding: 0 0 12px !important;
  }

  .modal-gallery-grid[data-gallery-theme="social"] .modal-shot {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    overflow: hidden !important;
    border-radius: 18px !important;
  }

  .modal-gallery-grid[data-gallery-theme="social"] .modal-shot-media {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
    border-radius: 18px !important;
  }

  .modal-gallery-grid[data-gallery-theme="social"] .modal-shot-media img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }
}

/* v42 agency-style mobile gallery and video player */
body.modal-open .whatsapp-float,
body.video-modal-open .whatsapp-float {
  display: none !important;
}

body.modal-open,
body.video-modal-open {
  overflow: hidden !important;
  touch-action: none;
}

@media (max-width: 980px) {
  .work-modal[data-gallery-theme="social"] {
    padding: 6px !important;
  }

  .work-modal[data-gallery-theme="social"] .modal-card {
    width: calc(100vw - 8px) !important;
    max-height: calc(100dvh - 8px) !important;
    padding: 10px !important;
    border-radius: 26px !important;
  }

  .work-modal[data-gallery-theme="social"] .modal-head h2 {
    font-size: clamp(1.55rem, 7vw, 2.35rem) !important;
  }

  .modal-gallery-grid[data-gallery-theme="social"] {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-flow: row !important;
    grid-auto-rows: auto !important;
    gap: 14px !important;
    max-height: calc(100dvh - 112px) !important;
    overflow-y: auto !important;
    padding: 0 0 14px !important;
  }

  .modal-gallery-grid[data-gallery-theme="social"] .modal-shot {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 20px !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .modal-gallery-grid[data-gallery-theme="social"] .modal-shot-media {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow:
      inset 0 0 0 1px rgba(0, 86, 111, 0.08),
      0 20px 48px rgba(0, 29, 38, 0.16) !important;
  }

  .modal-gallery-grid[data-gallery-theme="social"] .modal-shot-media img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    background: #fff !important;
  }
}

.work-video-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  place-items: center;
  padding: clamp(10px, 3vw, 28px);
}

.work-video-modal.open {
  display: grid;
}

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(16, 170, 164, 0.22), transparent 34%),
    rgba(1, 18, 25, 0.82);
  backdrop-filter: blur(18px);
  cursor: pointer;
}

.video-modal-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(230px, 0.55fr) minmax(260px, 420px);
  grid-template-rows: auto minmax(0, 1fr);
  gap: clamp(14px, 2vw, 22px);
  width: min(980px, calc(100vw - 20px));
  max-height: calc(100dvh - 20px);
  padding: clamp(14px, 2vw, 22px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)),
    rgba(2, 30, 39, 0.82);
  color: var(--white);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 34px 110px rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(28px) saturate(1.2);
}

.video-modal-close {
  position: absolute;
  top: 14px;
  inset-inline-start: 14px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 46px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  font-size: 1.8rem;
  cursor: pointer;
  backdrop-filter: blur(16px);
}

.video-modal-copy {
  grid-column: 1;
  align-self: end;
  padding: 52px 4px 4px;
}

.video-modal-copy p {
  margin: 0 0 10px;
  color: var(--teal);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.video-modal-copy h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.65rem, 4vw, 3.1rem);
  line-height: 1.05;
}

.video-modal-stage {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: center;
  width: min(100%, 420px);
  max-height: calc(100dvh - 250px);
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background: #020f15;
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.36);
}

.video-modal-stage video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #020f15;
}

.video-control-bar {
  grid-column: 2;
  grid-row: 3;
  justify-self: center;
  width: min(100%, 420px);
  display: grid;
  grid-template-columns: auto auto minmax(120px, 1fr) auto auto auto;
  gap: 8px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.video-control-bar button {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  font-weight: 900;
  cursor: pointer;
}

.video-control-bar button:hover {
  background: var(--teal);
  color: var(--night);
}

.video-control-bar input[type="range"] {
  width: 100%;
  accent-color: var(--teal);
}

.video-control-bar span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .work-video-modal {
    padding: 6px;
  }

  .video-modal-card {
    width: calc(100vw - 8px);
    max-height: calc(100dvh - 8px);
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: 10px;
    padding: 10px;
    border-radius: 24px;
  }

  .video-modal-copy {
    grid-column: 1;
    grid-row: 1;
    padding: 48px 4px 0;
  }

  .video-modal-copy h2 {
    font-size: clamp(1.35rem, 6vw, 2rem);
  }

  .video-modal-stage {
    grid-column: 1;
    grid-row: 2;
    width: min(78vw, 390px);
    max-height: calc(100dvh - 250px);
  }

  .video-control-bar {
    grid-column: 1;
    grid-row: 3;
    grid-template-columns: repeat(4, minmax(0, auto));
    gap: 6px;
  }

  .video-control-bar input[type="range"] {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .video-control-bar span {
    grid-column: 1 / -1;
    order: 8;
    text-align: center;
  }

  .video-control-bar button {
    min-height: 38px;
    padding: 0 10px;
    font-size: 0.78rem;
  }
}

/* v44 final media polish */
body.modal-open,
body.video-modal-open {
  overflow: hidden !important;
  touch-action: auto !important;
}

.work-modal .modal-gallery,
.work-video-modal {
  overscroll-behavior: contain;
}

.work-modal .modal-gallery {
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

@media (max-width: 980px) {
  .modal-gallery-grid[data-gallery-theme="social"] {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    max-height: calc(100dvh - 112px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 0 0 14px !important;
  }

  .modal-gallery-grid[data-gallery-theme="social"] .modal-shot {
    flex: 0 0 auto !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .modal-gallery-grid[data-gallery-theme="social"] .modal-shot-media {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
    border-radius: 18px !important;
    background: #fff !important;
  }

  .modal-gallery-grid[data-gallery-theme="social"] .modal-shot-media img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    background: #fff !important;
  }
}

.video-modal-close {
  left: 14px !important;
  right: auto !important;
  inset-inline-start: auto !important;
  inset-inline-end: auto !important;
}

.video-modal-copy {
  direction: rtl;
  text-align: right;
}

@media (min-width: 761px) {
  .video-modal-card {
    direction: ltr;
    grid-template-columns: minmax(260px, 420px) minmax(230px, 0.55fr) !important;
  }

  .video-modal-stage {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
  }

  .video-control-bar {
    grid-column: 1 !important;
    grid-row: 3 !important;
    direction: ltr;
  }

  .video-modal-copy {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    align-self: center;
    padding: 52px 4px 4px !important;
  }
}

@media (max-width: 760px) {
  .video-modal-close {
    left: 12px !important;
    right: auto !important;
  }

  .video-modal-copy {
    text-align: right !important;
    padding-inline: 58px 4px !important;
  }
}

/* v44.1 popup stacking and video header fix */
.modal-gallery-grid[data-gallery-theme="social"] {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: none !important;
  grid-auto-flow: row !important;
  gap: clamp(12px, 2.5vw, 20px) !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  scroll-padding-block: 18px;
}

.modal-gallery-grid[data-gallery-theme="social"] .modal-shot {
  flex: 0 0 auto !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  transform: none !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.modal-gallery-grid[data-gallery-theme="social"] .modal-shot-media {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  overflow: hidden !important;
  border-radius: clamp(14px, 3vw, 22px) !important;
  background: #fff !important;
}

.modal-gallery-grid[data-gallery-theme="social"] .modal-shot-media img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center !important;
  background: #fff !important;
}

.video-modal-card {
  align-items: start;
}

.video-modal-close {
  left: 14px !important;
  right: auto !important;
  inset-inline-start: auto !important;
  inset-inline-end: auto !important;
}

.video-modal-copy {
  justify-self: stretch;
  direction: rtl;
  text-align: right;
}

.video-modal-copy p,
.video-modal-copy h2 {
  text-align: right;
}

@media (max-width: 760px) {
  .modal-gallery-grid[data-gallery-theme="social"] {
    max-height: calc(100dvh - 130px) !important;
    gap: 10px !important;
  }

  .video-modal-copy {
    min-height: 72px;
    padding: 10px 6px 0 64px !important;
  }

  .video-modal-close {
    left: 12px !important;
    right: auto !important;
    top: 12px !important;
  }
}

/* v46 mobile speed pass */
.work-card,
.video-card {
  content-visibility: auto;
  contain-intrinsic-size: 420px;
}

.video-card.is-lazy-video {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 18%, rgba(16, 170, 164, 0.42), transparent 30%),
    linear-gradient(145deg, rgba(0, 86, 111, 0.98), rgba(3, 31, 41, 0.98));
}

.video-card.is-lazy-video::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.34;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
}

.video-card.is-lazy-video .work-video {
  opacity: 0 !important;
}

.video-card.is-lazy-video .video-caption,
.video-card.is-lazy-video .video-play-overlay {
  z-index: 2;
}

.video-loading {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 20px;
  color: var(--white);
  font-weight: 900;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 42%, rgba(16, 170, 164, 0.26), transparent 32%),
    rgba(2, 15, 21, 0.34);
  transition: opacity 180ms ease;
}

.work-video-modal.is-loading .video-loading {
  opacity: 1;
}

@media (max-width: 760px) {
  body::before {
    opacity: 0.035;
    mix-blend-mode: normal;
  }

  body::after {
    display: none;
  }

  .hero-video-glow {
    animation: none !important;
    filter: blur(16px);
    opacity: 0.72;
    inset: 0;
    max-width: 100%;
    overflow: hidden;
  }

  .trusted-track {
    position: relative;
    inset: auto;
    display: grid;
    width: 100%;
    max-width: 100%;
    height: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 14px 16px;
    animation: none !important;
    transform: none !important;
  }

  .trusted-marquee {
    min-height: 0;
    overflow: hidden;
  }

  .trusted-logo {
    width: 100%;
    min-width: 0;
    min-height: 72px;
    padding: 10px;
    border-radius: 16px;
  }

  .trusted-logo img {
    max-width: 86px;
    max-height: 36px;
  }

  .site-header,
  .hero-video-frame,
  .modal-card,
  .video-modal-card,
  .work-card,
  .pricing-card,
  .service-card {
    backdrop-filter: blur(12px) saturate(1.05) !important;
  }

  .work-card,
  .video-card {
    contain: layout paint;
    content-visibility: auto;
    contain-intrinsic-size: 360px;
  }

  .work-preview,
  .work-video,
  .hero-video {
    filter: saturate(1.02) contrast(1.04) !important;
  }

  .video-card {
    min-height: min(82vh, 560px);
  }

  .work-video {
    min-height: min(82vh, 560px);
  }

  .video-loading {
    font-size: 0.95rem;
  }
}

/* v47 footer, video covers, and mobile services polish */
.modal-close,
.video-modal-close {
  font-family: Arial, Helvetica, sans-serif !important;
  line-height: 1 !important;
  text-rendering: geometricPrecision;
}

.video-card.has-video-cover {
  background-image:
    linear-gradient(180deg, rgba(2, 15, 21, 0.04), rgba(2, 15, 21, 0.62)),
    var(--video-cover) !important;
  background-size: cover !important;
  background-position: center !important;
}

.video-card.has-video-cover::after {
  opacity: 0.08;
}

.video-card.has-video-cover.is-lazy-video::before {
  opacity: 0.16;
  mix-blend-mode: overlay;
}

.video-card.has-video-cover .video-play-overlay {
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.premium-footer {
  position: relative;
  isolation: isolate;
  display: block !important;
  overflow: hidden;
  padding: clamp(34px, 6vw, 78px) clamp(16px, 5vw, 76px) 22px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.35) !important;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 18% 16%, rgba(16, 170, 164, 0.22), transparent 34%),
    radial-gradient(circle at 82% 78%, rgba(0, 86, 111, 0.38), transparent 38%),
    linear-gradient(145deg, #02141b 0%, #032532 52%, #031f29 100%) !important;
  background-size: 34px 34px, 34px 34px, auto, auto, auto !important;
  color: var(--white);
}

.premium-footer::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.02);
  pointer-events: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) repeat(3, minmax(170px, 0.65fr));
  gap: clamp(14px, 2vw, 24px);
  max-width: 1380px;
  margin: 0 auto;
}

.footer-brand,
.footer-panel {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.035);
  box-shadow: 0 24px 74px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px) saturate(1.1);
}

.footer-brand {
  display: grid;
  gap: 18px;
  padding: clamp(18px, 3vw, 28px);
}

.premium-footer .brand-logo {
  width: clamp(148px, 15vw, 220px) !important;
  max-height: 74px !important;
  filter: drop-shadow(0 16px 34px rgba(16, 170, 164, 0.16));
}

.footer-brand p {
  max-width: 54ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
  line-height: 1.8;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-badges span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.075);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 900;
}

.footer-panel {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: clamp(16px, 2.4vw, 22px);
}

.footer-label {
  margin: 0;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.footer-panel a,
.footer-panel span,
.footer-bottom,
.footer-bottom a {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 800;
}

.footer-main-link {
  color: var(--white) !important;
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  overflow-wrap: anywhere;
}

.footer-panel a:hover,
.footer-bottom a:hover {
  color: var(--teal);
}

.footer-links a {
  width: fit-content;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  max-width: 1380px;
  margin: 22px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.88rem;
}

@media (max-width: 980px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  #services {
    padding-inline: 14px;
  }

  #services .section-heading {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-bottom: 18px !important;
    text-align: right;
  }

  #services .section-heading .eyebrow {
    margin: 0 !important;
  }

  #services .section-heading h2 {
    max-width: none;
    font-size: clamp(1.55rem, 8vw, 2.12rem) !important;
    line-height: 1.12 !important;
  }

  #services .section-heading p:not(.eyebrow) {
    font-size: 0.95rem;
    line-height: 1.8;
  }

  .service-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .service-card {
    min-height: 0 !important;
    gap: 12px !important;
    padding: 18px !important;
    border-radius: 18px !important;
  }

  .service-card h3 {
    margin: 0;
    font-size: 1.14rem !important;
  }

  .service-card p {
    font-size: 0.92rem;
    line-height: 1.75;
  }

  .service-card ul {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px !important;
  }

  .service-card li {
    padding: 7px 10px !important;
    border: 1px solid rgba(0, 86, 111, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.38);
    font-size: 0.82rem;
  }

  .service-card.featured li {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
  }

  .service-card li::before {
    content: none !important;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .premium-footer {
    padding: 28px 12px 18px !important;
  }

  .premium-footer::before {
    inset: 8px;
    border-radius: 22px;
  }

  .footer-brand,
  .footer-panel {
    border-radius: 18px;
  }

  .footer-bottom {
    display: grid;
    text-align: center;
  }
}

/* v49 agency-grade footer */
.agency-footer {
  position: relative;
  display: block !important;
  overflow: hidden;
  padding: clamp(28px, 5vw, 74px) clamp(14px, 5vw, 78px) 22px !important;
  border-top: 1px solid rgba(16, 170, 164, 0.2) !important;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, rgba(16, 170, 164, 0.14) 0%, transparent 34%),
    linear-gradient(225deg, rgba(255, 255, 255, 0.08) 0%, transparent 32%),
    #031a23 !important;
  background-size: 44px 44px, 44px 44px, auto, auto, auto !important;
  color: #fff !important;
}

.agency-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 24%, rgba(16, 170, 164, 0.16) 24% 25%, transparent 25% 100%),
    linear-gradient(0deg, rgba(2, 15, 21, 0.34), transparent 42%);
}

.agency-footer::after {
  content: "VOID ART IQ";
  position: absolute;
  inset-inline: -0.03em;
  bottom: -0.23em;
  z-index: 0;
  color: rgba(255, 255, 255, 0.035);
  font-family: "IBM Plex Sans", "IBM Plex Sans Arabic", sans-serif;
  font-size: clamp(4.6rem, 18vw, 20rem);
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: 0;
  white-space: nowrap;
  pointer-events: none;
}

.agency-footer-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(20px, 3vw, 34px);
  max-width: 1480px;
  margin: 0 auto;
}

.footer-command {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
  padding-bottom: clamp(16px, 2.2vw, 26px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-logo-link {
  min-width: 0;
}

.agency-footer .footer-logo {
  width: clamp(142px, 15vw, 230px) !important;
  max-height: 78px !important;
  object-fit: contain;
  filter: drop-shadow(0 16px 32px rgba(16, 170, 164, 0.16));
}

.footer-whatsapp-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, #10aaa4, #e7fbfa);
  color: #031a23 !important;
  font-weight: 950 !important;
  box-shadow: 0 18px 44px rgba(16, 170, 164, 0.22);
}

.footer-statement {
  display: grid;
  max-width: 1120px;
  gap: 14px;
}

.footer-kicker,
.footer-contact-card span {
  margin: 0;
  color: #10aaa4 !important;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-statement h2 {
  max-width: 12ch;
  margin: 0;
  color: #fff;
  font-size: clamp(2.75rem, 8.4vw, 8.7rem);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: 0;
}

html[dir="ltr"] .footer-statement h2 {
  max-width: 14ch;
}

.footer-statement > p:not(.footer-kicker) {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.03rem, 1.6vw, 1.34rem);
  font-weight: 650;
  line-height: 1.9;
}

.footer-directory {
  display: grid;
  grid-template-columns: minmax(280px, 1.1fr) minmax(220px, 0.8fr) minmax(200px, 0.7fr);
  gap: 12px;
}

.footer-contact-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
  padding: clamp(18px, 2.5vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.035);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px) saturate(1.15);
}

.footer-contact-card-main {
  background:
    linear-gradient(145deg, rgba(16, 170, 164, 0.22), rgba(255, 255, 255, 0.055)),
    rgba(255, 255, 255, 0.04);
}

.footer-contact-card a,
.footer-contact-card small,
.footer-bottom,
.footer-bottom a {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.footer-contact-card a {
  width: fit-content;
  max-width: 100%;
  overflow-wrap: anywhere;
  font-size: clamp(1rem, 1.6vw, 1.28rem);
}

.footer-contact-card a:hover,
.footer-bottom a:hover {
  color: #10aaa4 !important;
}

.footer-contact-card-main a {
  color: #fff !important;
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  font-weight: 950;
}

.footer-nav-links a {
  font-size: 1rem;
}

.footer-capabilities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px 0 0;
}

.footer-capabilities span {
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 900;
}

.agency-footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  max-width: none;
  margin: 8px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 0.9rem;
}

@media (max-width: 960px) {
  .footer-directory {
    grid-template-columns: 1fr 1fr;
  }

  .footer-nav-links {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .agency-footer {
    padding-inline: 12px !important;
  }

  .footer-command {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-whatsapp-cta {
    width: 100%;
  }

  .footer-statement h2 {
    max-width: 10ch;
    font-size: clamp(2.65rem, 16vw, 4.55rem);
  }

  .footer-directory {
    grid-template-columns: 1fr;
  }

  .footer-contact-card {
    border-radius: 16px;
  }

  .footer-capabilities {
    gap: 7px;
  }

  .footer-capabilities span {
    font-size: 0.76rem;
    padding: 9px 11px;
  }

  .agency-footer .footer-bottom {
    display: grid;
    text-align: center;
    justify-items: center;
  }
}

/* v54 premium mobile pass: calmer layout, solid footer, cleaner spacing */
.agency-footer {
  background: #031a23 !important;
  background-image: none !important;
}

.agency-footer::before,
.agency-footer::after {
  display: none !important;
}

.agency-footer .footer-contact-card {
  background: #062530 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.footer-whatsapp-cta {
  background: #10aaa4 !important;
  color: #031a23 !important;
  box-shadow: 0 14px 34px rgba(16, 170, 164, 0.18) !important;
}

.footer-capabilities {
  display: none !important;
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 92px;
  }

  body {
    background:
      linear-gradient(rgba(0, 86, 111, 0.045) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 86, 111, 0.045) 1px, transparent 1px),
      #eefafa !important;
    background-size: 34px 34px;
  }

  body::before,
  body::after {
    display: none !important;
  }

  .section,
  .contact-section {
    padding: 48px 16px !important;
  }

  .section-dark {
    background: #031a23 !important;
  }

  .site-header {
    top: 8px !important;
    left: 10px !important;
    right: 10px !important;
    min-height: 56px !important;
    padding: 7px 8px 7px 12px !important;
    border-radius: 20px !important;
    background: rgba(248, 253, 253, 0.88) !important;
    border-color: rgba(255, 255, 255, 0.84) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.95),
      0 14px 38px rgba(0, 86, 111, 0.12) !important;
    backdrop-filter: blur(18px) saturate(1.1) !important;
  }

  .site-header::before,
  .site-header::after {
    display: none !important;
  }

  .site-header .brand-logo,
  .brand-logo {
    width: clamp(104px, 33vw, 134px) !important;
    max-width: 38vw !important;
    max-height: 34px !important;
  }

  .header-actions {
    gap: 6px !important;
  }

  .language-toggle,
  .nav-toggle {
    min-width: 40px !important;
    min-height: 40px !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 86, 111, 0.08) !important;
    box-shadow: none !important;
  }

  .nav-toggle {
    width: 40px !important;
  }

  .site-nav {
    inset: 72px 10px auto 10px !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
    align-items: stretch !important;
    justify-items: stretch !important;
    gap: 8px !important;
    padding: 10px !important;
    border-radius: 20px !important;
    background: rgba(248, 253, 253, 0.94) !important;
    border-color: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 22px 50px rgba(0, 64, 80, 0.14) !important;
    backdrop-filter: blur(18px) saturate(1.08) !important;
  }

  .site-nav a {
    width: 100% !important;
    box-sizing: border-box !important;
    min-height: 46px !important;
    padding: 0 14px !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    color: #00566f !important;
    font-size: 0.94rem !important;
  }

  .hero.section-dark.hero-video-only {
    min-height: 0 !important;
    padding: 86px 12px 22px !important;
    background:
      linear-gradient(rgba(0, 86, 111, 0.045) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 86, 111, 0.045) 1px, transparent 1px),
      #eefafa !important;
    background-size: 34px 34px;
  }

  .hero-video-frame {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 16 / 9 !important;
    padding: 7px !important;
    border-radius: 24px !important;
    border-color: rgba(0, 86, 111, 0.08) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0 22px 58px rgba(0, 86, 111, 0.13) !important;
  }

  .hero-video-frame::before,
  .hero-video-frame::after {
    opacity: 0.04 !important;
  }

  .hero-video {
    border-radius: 18px !important;
  }

  .trusted-section {
    padding: 24px 0 20px !important;
    background: #eefafa !important;
  }

  .trusted-kicker {
    width: calc(100% - 32px);
    margin: 0 auto 12px !important;
    justify-content: center;
    min-height: 36px;
    border-radius: 999px;
    background: #ffffff !important;
  }

  .trusted-marquee {
    width: calc(100% - 24px) !important;
    margin: 0 auto !important;
    border-radius: 22px !important;
    border: 1px solid rgba(0, 86, 111, 0.08) !important;
    background: #ffffff !important;
    box-shadow: 0 16px 34px rgba(0, 86, 111, 0.06) !important;
  }

  .trusted-marquee::before,
  .trusted-marquee::after {
    display: none !important;
  }

  .trusted-track {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    padding: 12px !important;
  }

  .trusted-logo {
    min-height: 64px !important;
    padding: 8px !important;
    border-radius: 14px !important;
    background: #f6fbfb !important;
  }

  .trusted-logo img {
    max-width: 82px !important;
    max-height: 34px !important;
  }

  .trusted-logo:nth-child(n + 7) {
    display: none !important;
  }

  .proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 !important;
    width: calc(100% - 24px);
    margin: 4px auto 0 !important;
    border: 1px solid rgba(0, 86, 111, 0.08) !important;
    border-radius: 22px !important;
    overflow: hidden;
    background: #ffffff !important;
    box-shadow: 0 16px 34px rgba(0, 86, 111, 0.06);
  }

  .proof-strip div {
    min-height: 104px !important;
    padding: 16px 12px !important;
    border: 0 !important;
    border-inline-end: 1px solid rgba(0, 86, 111, 0.08) !important;
    border-bottom: 1px solid rgba(0, 86, 111, 0.08) !important;
  }

  .proof-strip div:nth-child(2n) {
    border-inline-end: 0 !important;
  }

  .proof-strip div:nth-last-child(-n + 2) {
    border-bottom: 0 !important;
  }

  .proof-strip strong {
    font-size: clamp(1.05rem, 5vw, 1.42rem) !important;
    line-height: 1.15 !important;
  }

  .proof-strip span {
    font-size: 0.78rem !important;
    line-height: 1.5 !important;
  }

  .section-heading {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin: 0 auto 22px !important;
    text-align: start !important;
  }

  .section-heading .eyebrow {
    margin: 0 !important;
    font-size: 0.78rem !important;
  }

  h2,
  body[data-lang="ar"] h2,
  .section-heading h2 {
    max-width: 11ch !important;
    font-size: clamp(1.72rem, 8vw, 2.32rem) !important;
    line-height: 1.12 !important;
  }

  .section-heading p:not(.eyebrow),
  .contact-section p:not(.eyebrow) {
    max-width: none !important;
    font-size: 0.94rem !important;
    line-height: 1.75 !important;
  }

  .service-grid,
  .plan-grid,
  .process-list {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .service-card,
  .plan-card,
  .process-list article,
  .faq-item {
    border-radius: 20px !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 86, 111, 0.08) !important;
    box-shadow: 0 16px 34px rgba(0, 86, 111, 0.06) !important;
    backdrop-filter: none !important;
  }

  .section-dark .process-list article {
    background: #062530 !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
  }

  .service-card.featured,
  .plan-card.spotlight {
    background: #00566f !important;
  }

  .service-card {
    min-height: 0 !important;
    gap: 12px !important;
    padding: 18px !important;
  }

  .service-number {
    font-size: 0.92rem !important;
  }

  .service-card h3 {
    font-size: 1.12rem !important;
  }

  .service-card p {
    font-size: 0.9rem !important;
  }

  .service-card ul,
  .plan-card ul {
    display: grid !important;
    gap: 8px !important;
  }

  .service-card li,
  .plan-card li {
    padding: 0 16px 0 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    font-size: 0.86rem !important;
  }

  html[dir="ltr"] .service-card li,
  html[dir="ltr"] .plan-card li {
    padding: 0 0 0 16px !important;
  }

  .service-card li::before,
  .plan-card li::before {
    content: "" !important;
    display: block !important;
    width: 6px !important;
    height: 6px !important;
    top: 0.7em !important;
  }

  .work-section {
    padding-inline: 12px !important;
  }

  .work-tabs,
  .billing-tabs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    padding: 6px !important;
    border-radius: 20px !important;
    background: rgba(255, 255, 255, 0.86) !important;
    border: 1px solid rgba(0, 86, 111, 0.08) !important;
    overflow: visible !important;
  }

  .work-tabs button,
  .billing-tabs button {
    min-height: 44px !important;
    padding: 0 10px !important;
    border-radius: 15px !important;
    font-size: 0.86rem !important;
    white-space: normal !important;
  }

  .work-tabs button:not(.active),
  .billing-tabs button:not(.active) {
    background: #ffffff !important;
    color: #00566f !important;
  }

  .work-tabs button.active,
  .billing-tabs button.active {
    background: #10aaa4 !important;
    color: #031a23 !important;
  }

  .work-panels {
    margin-top: 14px !important;
  }

  .work-panel,
  .work-panel.video-panel {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .work-card {
    height: auto !important;
    min-height: 0 !important;
    padding: 10px !important;
    border-radius: 22px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
    box-shadow: 0 20px 44px rgba(0, 29, 38, 0.22) !important;
    content-visibility: visible !important;
    contain-intrinsic-size: auto !important;
  }

  .work-preview {
    width: 100% !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 3 !important;
    border-radius: 18px !important;
  }

  .work-panel[data-work-panel="social"] .work-preview,
  .work-card[data-work-card="social"] .work-preview {
    aspect-ratio: 1 / 1 !important;
  }

  .identity-card .work-preview,
  .work-card[data-work-card="identity"] .work-preview {
    aspect-ratio: 16 / 9 !important;
  }

  .work-card p,
  .work-card-meta p {
    font-size: 0.74rem !important;
  }

  .work-card h3,
  .work-card-content h3 {
    font-size: 1.18rem !important;
    line-height: 1.25 !important;
  }

  .work-card button,
  .work-more-button {
    min-height: 42px !important;
    padding: 0 16px !important;
    border-radius: 14px !important;
    font-size: 0.92rem !important;
  }

  .work-panel.video-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .video-card {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 9 / 16 !important;
    border-radius: 20px !important;
    padding: 0 !important;
    overflow: hidden !important;
    content-visibility: visible !important;
    contain-intrinsic-size: auto !important;
  }

  .work-panel.video-panel .work-video,
  .work-panel.video-panel .video-card video {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
  }

  .video-meta,
  .video-caption {
    padding: 10px !important;
    border-radius: 16px !important;
  }

  .video-meta h3,
  .video-caption h3 {
    font-size: 0.9rem !important;
  }

  .video-actions,
  .video-caption small {
    display: none !important;
  }

  .video-play-overlay {
    width: 52px !important;
    height: 52px !important;
  }

  .plan-card {
    min-height: 0 !important;
    padding: 20px !important;
    gap: 14px !important;
  }

  .price {
    margin-top: 4px !important;
    font-size: 2.25rem !important;
  }

  .faq-section {
    padding-top: 36px !important;
  }

  .faq-item {
    padding: 0 16px !important;
    margin-bottom: 10px !important;
  }

  .faq-item button {
    min-height: 64px !important;
    font-size: 1rem !important;
  }

  .contact-section {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .contact-section h2 {
    max-width: 10ch !important;
  }

  .contact-form {
    padding: 16px !important;
    border-radius: 20px !important;
    background: #062530 !important;
    backdrop-filter: none !important;
  }

  .contact-form input,
  .contact-form textarea {
    min-height: 48px !important;
    border-radius: 14px !important;
  }

  .work-modal {
    padding: 8px !important;
  }

  .modal-card,
  .work-modal[data-gallery-theme="social"] .modal-card {
    width: calc(100vw - 16px) !important;
    max-height: calc(100dvh - 16px) !important;
    padding: 12px !important;
    border-radius: 24px !important;
    background: #eef3f2 !important;
  }

  .modal-head {
    position: sticky;
    top: 0;
    z-index: 4;
    align-items: center !important;
    min-height: 58px;
    padding: 0 0 10px !important;
    background: #eef3f2 !important;
  }

  .modal-head h2 {
    font-size: clamp(1.35rem, 7vw, 2rem) !important;
    line-height: 1.15 !important;
  }

  .modal-head .eyebrow {
    display: none !important;
  }

  .modal-close,
  .video-modal-close {
    width: 46px !important;
    height: 46px !important;
    border-radius: 14px !important;
    font-size: 0 !important;
    background: #ffffff !important;
    color: transparent !important;
    border: 1px solid rgba(0, 86, 111, 0.08) !important;
    box-shadow: 0 10px 22px rgba(0, 86, 111, 0.08) !important;
  }

  .modal-close::before,
  .modal-close::after,
  .video-modal-close::before,
  .video-modal-close::after {
    content: "" !important;
    position: absolute;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #00566f;
  }

  .modal-close::before,
  .video-modal-close::before {
    transform: rotate(45deg);
  }

  .modal-close::after,
  .video-modal-close::after {
    transform: rotate(-45deg);
  }

  .modal-gallery-grid[data-gallery-theme="social"],
  .modal-gallery-stack[data-gallery-theme="identity"] {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    max-height: calc(100dvh - 100px) !important;
    padding: 0 0 12px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }

  .modal-gallery-stack[data-gallery-theme="identity"] {
    gap: 0 !important;
  }

  .modal-shot,
  .modal-gallery-grid[data-gallery-theme="social"] .modal-shot,
  .modal-gallery-stack[data-gallery-theme="identity"] .modal-shot {
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .modal-shot-media,
  .modal-gallery-grid[data-gallery-theme="social"] .modal-shot-media,
  .modal-gallery-stack[data-gallery-theme="identity"] .modal-shot-media {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    background: #ffffff !important;
  }

  .modal-gallery-stack[data-gallery-theme="identity"] .modal-shot-media {
    border-radius: 0 !important;
  }

  .modal-shot-media img,
  .modal-gallery-grid[data-gallery-theme="social"] .modal-shot-media img,
  .modal-gallery-stack[data-gallery-theme="identity"] .modal-shot-media img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    background: #ffffff !important;
  }

  .work-video-modal {
    padding: 8px !important;
  }

  .video-modal-card {
    width: calc(100vw - 16px) !important;
    max-height: calc(100dvh - 16px) !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto minmax(0, 1fr) auto !important;
    gap: 10px !important;
    padding: 12px !important;
    border-radius: 24px !important;
    background: #031a23 !important;
    backdrop-filter: none !important;
  }

  .video-modal-copy {
    grid-column: 1 !important;
    grid-row: 1 !important;
    min-height: 58px !important;
    padding: 4px 62px 0 4px !important;
    align-self: start !important;
  }

  .video-modal-copy p {
    font-size: 0.72rem !important;
    margin-bottom: 4px !important;
  }

  .video-modal-copy h2 {
    font-size: clamp(1.25rem, 6vw, 1.8rem) !important;
  }

  .video-modal-stage {
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: min(78vw, 350px) !important;
    max-height: calc(100dvh - 210px) !important;
    border-radius: 20px !important;
  }

  .video-control-bar {
    grid-column: 1 !important;
    grid-row: 3 !important;
    width: 100% !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    padding: 8px !important;
    border-radius: 18px !important;
    background: #062530 !important;
    backdrop-filter: none !important;
  }

  .video-control-bar input[type="range"] {
    grid-column: 1 / -1 !important;
  }

  .video-control-bar span {
    grid-column: 1 / -1 !important;
    text-align: center !important;
  }

  .video-control-bar button {
    min-height: 38px !important;
    padding: 0 6px !important;
    border-radius: 12px !important;
    font-size: 0.72rem !important;
  }

  .agency-footer {
    padding: 34px 16px 20px !important;
    border-top: 0 !important;
    background: #031a23 !important;
  }

  .agency-footer-shell {
    gap: 16px !important;
  }

  .footer-command {
    display: grid !important;
    gap: 14px !important;
    padding-bottom: 14px !important;
  }

  .agency-footer .footer-logo {
    width: 150px !important;
    max-height: 54px !important;
  }

  .footer-whatsapp-cta {
    width: 100% !important;
    min-height: 46px !important;
    border-radius: 14px !important;
  }

  .footer-statement {
    gap: 10px !important;
  }

  .footer-statement h2 {
    max-width: 11ch !important;
    font-size: clamp(2rem, 10vw, 3.2rem) !important;
    line-height: 1.05 !important;
  }

  .footer-statement > p:not(.footer-kicker) {
    font-size: 0.94rem !important;
    line-height: 1.75 !important;
  }

  .footer-directory {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .footer-contact-card {
    padding: 14px !important;
    border-radius: 16px !important;
  }

  .footer-nav-links {
    display: none !important;
  }

  .footer-contact-card a {
    font-size: 1rem !important;
  }

  .agency-footer .footer-bottom {
    display: grid !important;
    justify-items: center !important;
    gap: 8px !important;
    margin-top: 0 !important;
    padding-top: 12px !important;
    text-align: center !important;
  }

  .whatsapp-float {
    right: 14px !important;
    bottom: 14px !important;
    width: 54px !important;
    border-radius: 17px !important;
    box-shadow: 0 14px 34px rgba(18, 140, 126, 0.24) !important;
  }

  .reveal {
    filter: none !important;
    transform: translateY(12px);
    transition-duration: 360ms !important;
  }

  .reveal.is-visible {
    transform: translateY(0);
  }
}

@media (max-width: 380px) {
  .work-panel.video-panel {
    grid-template-columns: 1fr !important;
  }

  .trusted-track,
  .footer-capabilities {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .proof-strip {
    grid-template-columns: 1fr !important;
  }

  .proof-strip div,
  .proof-strip div:nth-child(2n),
  .proof-strip div:nth-last-child(-n + 2) {
    border-inline-end: 0 !important;
    border-bottom: 1px solid rgba(0, 86, 111, 0.08) !important;
  }

  .proof-strip div:last-child {
    border-bottom: 0 !important;
  }
}
