:root {
  --bg: #0b0b0d;
  --bg-2: #141416;
  --bg-3: #1b1b1f;
  --surface: rgba(255, 255, 255, 0.06);
  --surface-2: rgba(255, 255, 255, 0.08);
  --surface-light: #f5f1ea;
  --card-light: #fffdf9;
  --ink: #121212;
  --muted: #655f58;
  --muted-on-dark: rgba(255, 255, 255, 0.74);
  --line: rgba(255, 255, 255, 0.12);
  --line-soft: rgba(255, 255, 255, 0.08);
  --line-light: rgba(18, 18, 18, 0.08);
  --accent: #d8c09a;
  --accent-2: #b89563;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  --shadow-lg: 0 38px 100px rgba(0, 0, 0, 0.28);
  --radius: 30px;
  --container: 1220px;
  --ok-bg: #ecfdf5;
  --ok-line: #a7f3d0;
  --ok-text: #065f46;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Tajawal", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--white);
  background:
    radial-gradient(circle at top right, rgba(184, 149, 99, 0.14), transparent 18%),
    linear-gradient(180deg, #060607 0%, #101012 32%, #18181b 100%);
  line-height: 1.75;
}

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

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

input,
textarea,
button {
  font: inherit;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 96px 0;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 100svh;
}

.hero-bg,
.hero-overlay,
.hero-noise {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background:
    linear-gradient(to left, rgba(8, 8, 10, 0.9), rgba(8, 8, 10, 0.6)),
    url("../images/Gemini_Generated_Image_6zkn8m6zkn8m6zkn.png") center/cover no-repeat;
  transform: scale(1.05);
}

.hero-overlay {
  background:
    radial-gradient(circle at 15% 22%, rgba(216, 192, 154, 0.16), transparent 20%),
    radial-gradient(circle at 86% 16%, rgba(255, 255, 255, 0.05), transparent 16%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.hero-noise {
  opacity: 0.08;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 160px 160px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1), transparent 85%);
}

.hero-shell {
  position: relative;
  z-index: 1;
  padding: 24px 0 128px;
}

.topbar {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) auto minmax(160px, 1fr);
  align-items: center;
  gap: 20px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(16px);
}

.brand-wrap {
  display: inline-flex;
  align-items: center;
  justify-self: start;
}

.brand-logo {
  width: auto;
  height: 56px;
  object-fit: contain;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.nav a {
  transition: color 0.22s ease, opacity 0.22s ease;
}

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

.topbar-cta {
  justify-self: end;
  min-height: 46px;
  padding-inline: 20px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.approach-layout,
.contact-shell {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 36px;
  align-items: center;
}

.hero-simple {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100svh - 132px);
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.kicker {
  display: inline-flex;
  align-items: center;
  padding: 9px 15px;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #5f564d;
  font-size: 0.80rem;
  font-weight: 800;
}

.kicker-dark {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.88);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  font-weight: 900;
}

h1 {
  margin-top: 18px;
  font-size: clamp(2.75rem, 5vw, 5.25rem);
}

h2 {
  font-size: clamp(2rem, 3.8vw, 3.3rem);
}

h3 {
  font-size: clamp(1.18rem, 1.9vw, 1.45rem);
}

.hero-copy,
.section-copy,
.sector-card p,
.work-overlay p,
.approach-copy,
.process-card p {
  color: var(--muted-on-dark);
}

.hero-copy {
  max-width: 500px;
  margin-top: 18px;
  font-size: 1.04rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-cta-row {
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 18px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.btn-primary {
  color: var(--ink);
  background: var(--white);
}

.btn-secondary {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
}

.sector-grid,
.process-grid,
.contact-points,
.approach-tags {
  display: grid;
  gap: 16px;
}
.trust-items span,
.approach-tags span,
.contact-points span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.visible .work-card img {
  transform: scale(1);
  filter: none;
}

.trust-strip-wrap {
  position: relative;
  z-index: 2;
  margin-top: -58px;
  padding-bottom: 30px;
}

.trust-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 28px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.trust-title {
  font-size: 1.08rem;
  font-weight: 800;
}

.trust-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.statement-section::before,
.approach-section::before,
.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(216, 192, 154, 0.05), transparent 50%);
  pointer-events: none;
}

.section-center {
  max-width: 620px;
  margin-inline: auto;
  text-align: center;
}

.section-center h2,
.section-head h2,
.contact-panel h2,
.approach-panel h2 {
  margin-top: 16px;
}

.section-head {
  max-width: 760px;
}

.split-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  max-width: none;
}

.text-link {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 800;
  transition: opacity 0.22s ease;
}

.text-link:hover {
  opacity: 0.72;
}

.sector-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 38px;
}

.sector-card,
.process-card,
.form-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.sector-card,
.process-card {
  padding: 30px;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.sector-card:hover,
.work-card:hover,
.process-card:hover,
.form-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
}

.sector-card:hover,
.process-card:hover {
  background: rgba(255, 255, 255, 0.08);
}

.sector-index,
.process-number {
  color: var(--accent);
  font-size: 0.88rem;
  font-weight: 900;
}

.sector-card p,
.process-card p {
  margin: 10px 0 0;
}

.works-section {
  background: linear-gradient(180deg, rgba(10, 10, 12, 0.6), rgba(10, 10, 12, 0.24));
}

.works-slider {
  margin-top: 38px;
  width: 100%;
}

.works-stage {
  position: relative;
  min-height: clamp(320px, 42vw, 470px);
  overflow: hidden;
  border-radius: 38px;
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(18, 18, 20, 0.42);
  color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.gallery-arrow:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-50%) scale(1.03);
}

.gallery-arrow span {
  font-size: 1.8rem;
  line-height: 1;
}

.gallery-prev {
  left: 18px;
}

.gallery-next {
  right: 18px;
}

.gallery-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.gallery-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  cursor: pointer;
  transition: width 0.24s ease, background 0.24s ease, transform 0.24s ease;
}

.gallery-dot:hover {
  transform: scale(1.08);
}

.gallery-dot.is-active {
  width: 28px;
  background: var(--accent);
}

.works-grid {
  position: relative;
  min-height: inherit;
}

.work-card {
  position: absolute;
  inset: 0;
  width: min(100%, 690px);
  height: 100%;
  margin: auto;
  overflow: hidden;
  min-height: 0;
  border-radius: 34px;
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow);
  opacity: 0;
  filter: blur(8px);
  pointer-events: none;
  transform: translate3d(0, 34px, 0) scale(0.96);
  transition:
    transform 0.82s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.82s ease,
    filter 0.82s ease,
    box-shadow 0.32s ease;
  direction: rtl;
}

.work-card-feature {
  width: min(100%, 690px);
}

.work-card.is-active {
  z-index: 3;
  opacity: 1;
  filter: blur(0);
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

.work-card.is-prev,
.work-card.is-next {
  z-index: 1;
  opacity: 0.28;
  filter: blur(1px);
}

.work-card.is-prev {
  transform: translate3d(-42%, 0, 0) scale(0.88);
}

.work-card.is-next {
  transform: translate3d(42%, 0, 0) scale(0.88);
}

.work-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 32%, rgba(0, 0, 0, 0.72));
}

.work-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  transition: transform 0.75s ease, filter 0.75s ease;
  filter: saturate(0.9) brightness(0.92);
}

.work-card:hover img {
  transform: scale(1.08);
}

.work-card-portrait img {
  object-position: center top;
}

.work-overlay {
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  max-width: 320px;
}

.work-tag {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.76rem;
  font-weight: 800;
}

.work-overlay p {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

.work-overlay h3 {
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 0.98;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.partners-section {
  padding-top: 40px;
  background: linear-gradient(180deg, rgba(10, 10, 12, 0.24), rgba(10, 10, 12, 0.62));
}

.partners-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 42px;
  background: var(--bg-2);
  box-shadow: var(--shadow-lg);
}

.partners-bg,
.partners-panel::before,
.partners-panel::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.partners-bg {
  background:
    linear-gradient(180deg, rgba(6, 6, 7, 0.48), rgba(6, 6, 7, 0.92)),
    linear-gradient(to left, rgba(11, 11, 13, 0.6), rgba(11, 11, 13, 0.9)),
    url("../images/Gemini_Generated_Image_6zkn8m6zkn8m6zkn.png") center/cover no-repeat;
  transform: scale(1.04);
}

.partners-panel::before {
  content: "";
  z-index: 1;
  background:
    radial-gradient(circle at 18% 16%, rgba(216, 192, 154, 0.22), transparent 22%),
    radial-gradient(circle at 82% 22%, rgba(255, 255, 255, 0.06), transparent 18%);
}

.partners-panel::after {
  content: "";
  top: auto;
  height: 7px;
  z-index: 2;
  background: linear-gradient(90deg, transparent, var(--accent), var(--accent-2), transparent);
}

.partners-content {
  position: relative;
  z-index: 3;
  padding: clamp(42px, 6vw, 78px) clamp(18px, 5vw, 64px) clamp(34px, 5vw, 58px);
}

.partners-eyebrow {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  width: min(100%, 520px);
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.2rem, 2.2vw, 1.72rem);
  font-weight: 500;
}

.partners-eyebrow::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 192, 154, 0.72));
}

.partners-head {
  max-width: 920px;
}

.partners-head h2 {
  margin-top: 18px;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.35;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  max-width: 900px;
  margin: 46px auto 0;
}

.partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  min-height: 0;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.24);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.partner-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}

.partner-logo:hover {
  transform: translateY(-5px);
  border-color: rgba(216, 192, 154, 0.44);
  box-shadow: 0 30px 66px rgba(0, 0, 0, 0.34);
}

.partners-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 24px;
  margin-top: 42px;
  color: rgba(255, 255, 255, 0.84);
  text-align: center;
  font-size: clamp(1.05rem, 2vw, 1.55rem);
}

.partners-footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(216, 192, 154, 0.38);
  border-radius: 999px;
  background: rgba(216, 192, 154, 0.1);
  color: var(--accent);
  font-size: 0.95rem;
  font-weight: 800;
  transition: transform 0.24s ease, background 0.24s ease;
}

.partners-footer a:hover {
  transform: translateY(-2px);
  background: rgba(216, 192, 154, 0.16);
}

.approach-layout {
  align-items: stretch;
}

.approach-panel {
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  box-shadow: var(--shadow-lg);
}

.approach-copy {
  max-width: 420px;
  margin-top: 16px;
}

.approach-tags,
.contact-points {
  grid-template-columns: repeat(3, max-content);
  margin-top: 24px;
}

.process-grid {
  grid-template-columns: repeat(3, 1fr);
}

.contact-section {
  padding-top: 80px;
}

.contact-panel {
  max-width: 520px;
}

.section-copy {
  margin-top: 16px;
}

.form-card {
  padding: 30px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
}

.form-kicker {
  color: #7b7268;
  font-size: 0.92rem;
  font-weight: 800;
}

.form-title {
  margin-top: 8px;
  color: var(--ink);
  font-size: 1.95rem;
  font-weight: 900;
}

.form-grid {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.field {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: 18px;
  color: var(--ink);
  background: #fff;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field:focus {
  border-color: var(--ink);
  box-shadow: 0 0 0 4px rgba(18, 18, 18, 0.06);
}

textarea.field {
  min-height: 128px;
  resize: vertical;
}

.counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 18px;
  background: #f7f4ee;
  color: #7b7268;
}

.counter strong {
  color: var(--ink);
}

.submit-btn {
  width: 100%;
  margin-top: 6px;
  border: none;
  color: var(--white);
  background: #121212;
}

.submit-btn:disabled {
  opacity: 0.82;
  cursor: wait;
}

.success {
  display: none;
  padding: 14px 16px;
  border: 1px solid var(--ok-line);
  border-radius: 18px;
  color: var(--ok-text);
  background: var(--ok-bg);
}

.success.show {
  display: block;
}

.success.error {
  border-color: #fecaca;
  color: #991b1b;
  background: #fef2f2;
}

.footer {
  padding: 0 0 38px;
  color: rgba(255, 255, 255, 0.66);
  text-align: center;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1200;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(22, 22, 24, 0.88);
  color: #ffffff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.whatsapp-float:hover {
  transform: translateY(-2px) scale(1.02);
  background: rgba(34, 34, 38, 0.96);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.34);
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
}

[data-parallax] {
  transform: translate3d(0, var(--parallax-y, 0px), 0);
  will-change: transform;
}

.reveal {
  opacity: 0;
  filter: blur(8px);
  transition:
    opacity 0.85s ease,
    transform 0.85s ease,
    filter 0.85s ease;
}

[data-reveal="up"] {
  transform: translateY(30px);
}

[data-reveal="right"] {
  transform: translateX(34px);
}

[data-reveal="left"] {
  transform: translateX(-34px);
}

[data-reveal="scale"] {
  transform: scale(0.96);
}

.reveal.visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

@media (max-width: 1180px) {
  .approach-layout,
  .contact-shell,
  .sector-grid,
  .process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .work-card,
  .work-card-feature {
    width: min(100%, 620px);
  }

  .work-card.is-prev {
    transform: translate3d(-34%, 0, 0) scale(0.86);
  }

  .work-card.is-next {
    transform: translate3d(34%, 0, 0) scale(0.86);
  }

  .partners-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 1024px) {
  .approach-layout,
  .contact-shell,
  .sector-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .approach-tags,
  .contact-points {
    grid-template-columns: repeat(2, max-content);
  }

  .works-stage {
    min-height: 380px;
  }

  .work-card,
  .work-card-feature {
    width: min(100%, 520px);
  }

  .work-card.is-prev,
  .work-card.is-next {
    opacity: 0;
    transform: translate3d(0, 34px, 0) scale(0.96);
  }
}

@media (max-width: 900px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .trust-strip,
  .split-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .trust-items {
    justify-content: flex-start;
  }

  .gallery-arrow {
    width: 50px;
    height: 50px;
  }

  .partners-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 640px) {
  .container {
    width: min(var(--container), calc(100% - 22px));
  }

  .section {
    padding: 74px 0;
  }

  .hero-shell {
    padding-top: 18px;
    padding-bottom: 110px;
  }

  .topbar {
    padding: 14px;
    border-radius: 20px;
  }

  .brand-logo {
    height: 48px;
  }

  h1 {
    font-size: 2.55rem;
  }

  .hero-main-image {
    height: 430px;
  }

  .approach-tags,
  .contact-points {
    grid-template-columns: 1fr;
  }

  .works-stage {
    min-height: 310px;
  }

  .work-card,
  .work-card-feature {
    width: min(100%, 360px);
  }

  .trust-strip-wrap {
    margin-top: -40px;
  }

  .trust-strip,
  .sector-card,
  .work-card,
  .partners-panel,
  .approach-panel,
  .process-card,
  .form-card {
    border-radius: 24px;
  }

  .partners-content {
    padding: 34px 14px 32px;
  }

  .partners-eyebrow {
    margin-bottom: 24px;
  }

  .partners-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 32px;
  }

  .partner-logo {
    padding: 6px;
    border-radius: 14px;
  }

  .work-overlay {
    right: 16px;
    left: 16px;
    bottom: 16px;
  }

  .work-overlay h3 {
    font-size: 1.85rem;
  }

  .gallery-arrow {
    top: auto;
    bottom: 18px;
    transform: none;
    width: 46px;
    height: 46px;
  }

  .gallery-arrow:hover {
    transform: scale(1.03);
  }

  .gallery-prev {
    left: 16px;
  }

  .gallery-next {
    left: 68px;
    right: auto;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .btn,
  .reveal,
  .work-card,
  .gallery-arrow,
  .gallery-dot,
  .sector-card,
  .partner-logo,
  .process-card,
  .form-card,
  .work-card img,
  [data-parallax] {
    transition: none;
  }
}
