:root {
  --nata-bg: #08080d;
  --nata-panel: #0f1018;
  --nata-panel-2: #12131c;
  --nata-line: rgba(255, 255, 255, 0.09);
  --nata-pink: #dda4bb;
  --nata-blue: #718be2;
}

body {
  background:
    radial-gradient(circle at 84% 8%, rgba(221, 164, 187, 0.08), transparent 24%),
    radial-gradient(circle at 13% 7%, rgba(113, 139, 226, 0.07), transparent 22%),
    var(--nata-bg);
}

.reveal,
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.site-header {
  background: rgba(8, 8, 13, 0.9);
  border-bottom-color: var(--nata-line);
}

.nav-row {
  min-height: 76px;
}

.logo-mark {
  width: 44px;
  height: 44px;
  border-radius: 12px;
}

.logo img {
  width: 94px;
  transform: translate(-7px, -7px);
}

.logo span {
  font-size: 0.96rem;
}

.site-nav {
  gap: 28px;
  font-size: 0.92rem;
}

.nav-actions .primary-btn,
.hero-actions .primary-btn,
.hero-actions .secondary-btn {
  min-height: 48px;
  padding-inline: 22px;
}

.hero-section {
  min-height: 700px;
  display: grid;
  align-items: center;
  padding: 66px 0 82px;
}

.hero-grid {
  grid-template-columns: 1.08fr 0.82fr;
  gap: clamp(42px, 7vw, 96px);
}

.hero-copy h1 {
  max-width: 11ch;
  font-size: clamp(4.2rem, 6.7vw, 6.8rem);
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.hero-copy h1 span,
.story-heading h2 span {
  color: transparent;
  background: linear-gradient(95deg, #f2b1c9 8%, #aa91d6 52%, #6e91ee 92%);
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-text {
  max-width: 620px;
  font-size: 1.12rem;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.hero-points li {
  padding: 10px 14px;
  font-size: 0.88rem;
  border-radius: 999px;
}

.hero-media {
  max-width: 500px;
  justify-self: start;
}

.media-frame {
  min-height: 520px;
  border-radius: 28px;
}

.hero-helper-label {
  display: none;
}

.hero-play-button {
  width: 92px;
  height: 48px;
  inset: auto 24px 24px auto;
}

.hero-stats {
  margin-top: 12px;
  border-radius: 18px;
}

.discipline-strip {
  border-block: 1px solid var(--nata-line);
  background: rgba(255, 255, 255, 0.018);
}

.discipline-track {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}

.discipline-track::-webkit-scrollbar {
  display: none;
}

.discipline-track a {
  color: #d7cbd1;
  font-size: 1.05rem;
  font-weight: 700;
}

.discipline-track span {
  color: var(--nata-pink);
  opacity: 0.72;
}

.story-section,
.services-section,
.process-section,
.solutions-section,
.work-section,
.clients-section,
.cta-section {
  padding: 122px 0;
  background: transparent;
  color: var(--text);
}

.story-wrap {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  align-items: center;
  gap: clamp(50px, 9vw, 130px);
  padding: 0;
  border: 0;
  background: transparent;
}

.story-heading h2 {
  font-size: clamp(3rem, 5vw, 5.6rem);
  line-height: 1.08;
}

.story-body > p {
  margin: 0;
  max-width: 680px;
  font-size: 1.1rem;
}

.story-metrics {
  margin-top: 42px;
  padding-top: 28px;
  border-top: 1px solid var(--nata-line);
}

.story-metrics strong {
  display: block;
  color: transparent;
  background: linear-gradient(90deg, var(--nata-pink), var(--nata-blue));
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 2.55rem;
}

.section-head {
  align-items: start;
  margin-bottom: 50px;
}

.section-head h2,
.cta-box h2 {
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 1.08;
}

.section-head > p {
  padding-top: 34px;
}

.service-card,
.service-card.active {
  border-width: 0 0 1px;
  border-radius: 0;
  background: transparent;
}

.service-card.active {
  border: 1px solid rgba(221, 164, 187, 0.24);
  border-inline-end: 2px solid var(--nata-blue);
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.012), rgba(221, 164, 187, 0.035));
}

.service-trigger {
  min-height: 86px;
  padding: 22px 24px;
}

.service-title {
  font-size: clamp(1.65rem, 3vw, 2.5rem);
}

.service-card.active .service-title {
  color: var(--nata-pink);
}

.service-panel {
  max-width: 720px;
  padding: 0 24px 26px;
}

.process-section {
  background: rgba(255, 255, 255, 0.012);
  border-block: 1px solid rgba(255, 255, 255, 0.04);
}

.process-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--nata-line);
  border-radius: 24px;
  overflow: hidden;
}

.process-grid article {
  min-height: 250px;
  padding: 28px;
  border: 0;
  border-inline-start: 1px solid var(--nata-line);
  border-radius: 0;
  background: transparent;
}

.process-grid article:last-child {
  border-inline-start: 0;
}

.process-grid h3 {
  margin-top: 70px;
  font-size: 1.45rem;
}

.solutions-section .section-head p,
.solutions-grid p,
.clients-section .section-head p {
  color: var(--muted);
}

.solutions-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.solutions-grid .solution-card {
  min-height: 215px;
  color: var(--text);
  background: linear-gradient(145deg, #11131b, #0b0c12);
  border: 1px solid var(--nata-line);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.solutions-grid .solution-card:hover,
.solutions-grid .solution-card:focus-visible {
  border-color: rgba(113, 139, 226, 0.36);
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.34);
}

.solutions-grid h3 {
  color: #fff;
}

.solutions-grid span {
  color: var(--nata-pink);
}

.solutions-grid p {
  color: var(--muted);
}

.solutions-grid .solution-card::after {
  content: "تواصل عبر واتساب";
  display: block;
  margin-top: 22px;
  color: #9cc9ad;
  font-size: 0.82rem;
  font-weight: 700;
}

.work-section {
  overflow: hidden;
}

.work-grid {
  display: flex;
  direction: rtl;
  gap: 18px;
  overflow-x: auto;
  padding: 4px 0 22px;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--nata-pink) rgba(255, 255, 255, 0.06);
  scrollbar-width: thin;
}

.work-card,
.work-large,
.work-wide {
  flex: 0 0 min(300px, 76vw);
  min-height: 440px;
  grid-column: auto;
  grid-row: auto;
  scroll-snap-align: start;
}

.work-card:first-child {
  flex-basis: min(340px, 82vw);
}

.work-copy {
  inset: auto 14px 14px;
}

.clients-section {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.clients-section .section-head {
  justify-content: center;
  text-align: center;
}

.clients-section .section-head > p {
  display: none;
}

.logo-marquee {
  display: grid;
  gap: 12px;
  padding-block: 10px;
  overflow: hidden;
}

.logo-track {
  gap: 12px;
  animation-duration: 38s;
}

.logo-track:nth-child(2) {
  animation-direction: reverse;
  animation-duration: 44s;
}

.logo-pill {
  min-width: 190px;
  min-height: 96px;
  padding: 12px 16px;
  border-radius: 14px;
  background: #fff;
  box-shadow: none;
}

.logo-pill img {
  height: 68px;
  width: 88%;
}

.cta-box {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: clamp(38px, 7vw, 78px);
  text-align: center;
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 0%, rgba(221, 164, 187, 0.12), transparent 36%),
    linear-gradient(145deg, #11131b, #090a0f);
}

.cta-box > div:first-child {
  grid-column: 1 / -1;
}

.cta-box > div:first-child p {
  margin-inline: auto;
  max-width: 720px;
}

.cta-actions {
  grid-column: 1 / -1;
  flex-direction: row;
  justify-content: center;
  margin-top: 22px;
}

.cta-proof {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 54px;
  padding-top: 30px;
  border-top: 1px solid var(--nata-line);
}

.cta-proof div {
  display: grid;
  gap: 6px;
}

.cta-proof strong {
  color: #fff;
}

.cta-proof span {
  color: var(--muted);
  font-size: 0.86rem;
}

.site-footer {
  padding-top: 36px;
}

.footer-grid {
  padding-top: 54px;
}

@media (max-width: 1080px) {
  .hero-grid,
  .story-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }

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

  .process-grid article:nth-child(3) {
    border-top: 1px solid var(--nata-line);
  }

  .process-grid article:nth-child(4) {
    border-top: 1px solid var(--nata-line);
  }
}

@media (max-width: 720px) {
  .hero-section {
    min-height: 0;
    padding: 50px 0 66px;
  }

  .hero-grid,
  .story-wrap {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    font-size: clamp(3.6rem, 18vw, 5.3rem);
  }

  .hero-media {
    width: 100%;
    max-width: none;
  }

  .media-frame {
    min-height: 440px;
  }

  .discipline-track {
    justify-content: start;
  }

  .story-section,
  .services-section,
  .process-section,
  .solutions-section,
  .work-section,
  .clients-section,
  .cta-section {
    padding: 82px 0;
  }

  .story-heading h2,
  .section-head h2,
  .cta-box h2 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .story-metrics,
  .solutions-grid,
  .process-grid,
  .cta-proof {
    grid-template-columns: 1fr;
  }

  .story-metrics {
    gap: 24px;
  }

  .section-head {
    display: grid;
  }

  .section-head > p {
    padding-top: 0;
  }

  .process-grid article,
  .process-grid article:nth-child(n) {
    min-height: 210px;
    border-inline: 0;
    border-top: 1px solid var(--nata-line);
  }

  .process-grid article:first-child {
    border-top: 0;
  }

  .process-grid h3 {
    margin-top: 44px;
  }

  .cta-box {
    display: block;
  }

  .cta-actions {
    flex-direction: column;
    min-width: 0;
  }

  .cta-proof {
    gap: 22px;
  }

  .logo-pill {
    min-width: 156px;
    min-height: 82px;
  }
}
