﻿:root {
  --bg: #050505;
  --bg-soft: #0d0d0f;
  --surface: #101013;
  --surface-2: #18181c;
  --gold: #d7af4c;
  --gold-soft: #f0d58a;
  --text: #f7f4ea;
  --muted: #c8bd9b;
  --line: rgba(215, 175, 76, 0.25);
  --shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  --radius: 18px;
  --container: 1160px;
  --ease: 320ms ease;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Cairo", "Noto Kufi Arabic", "Tajawal", sans-serif;
  background:
    radial-gradient(circle at 10% 10%, rgba(215, 175, 76, 0.09), transparent 38%),
    radial-gradient(circle at 90% 0%, rgba(215, 175, 76, 0.08), transparent 30%),
    linear-gradient(145deg, #030303, #09090b 40%, #0c0c0f);
  color: var(--text);
  line-height: 1.95;
  letter-spacing: 0;
  min-height: 100vh;
  overflow-x: hidden;
}

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

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

.container {
  width: min(100% - 2.5rem, var(--container));
  margin-inline: auto;
}

.section {
  padding: clamp(4.2rem, 7vw, 6.5rem) 0;
  position: relative;
}

.narrow {
  max-width: 860px;
}

.page-glow {
  position: fixed;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(70px);
  z-index: -1;
}

.page-glow--one {
  width: 360px;
  height: 360px;
  right: -120px;
  top: 6%;
  background: rgba(215, 175, 76, 0.18);
}

.page-glow--two {
  width: 320px;
  height: 320px;
  left: -120px;
  top: 58%;
  background: rgba(215, 175, 76, 0.14);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 25;
  backdrop-filter: blur(16px);
  background: rgba(5, 5, 5, 0.75);
  border-bottom: 1px solid rgba(215, 175, 76, 0.15);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 800;
}

.brand-mark {
  width: 2.1rem;
  height: 2.1rem;
  display: grid;
  place-items: center;
  border-radius: 0.7rem;
  background: linear-gradient(145deg, #f6d98f, #c59433);
  color: #1d1506;
  font-weight: 800;
}

.brand-logo {
  width: auto;
  height: 5.2rem;
  max-width: 11rem;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
  background: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
}

.brand-text {
  color: var(--gold-soft);
  font-size: 1.15rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

.nav a {
  color: #f7f0dc;
  font-weight: 600;
  transition: color var(--ease);
}

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

.nav-cta {
  border: 1px solid var(--line);
  padding: 0.5rem 1rem;
  border-radius: 99px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: transparent;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin-inline: auto;
  background: var(--gold-soft);
  transition: transform var(--ease), opacity var(--ease);
}

.hero {
  padding-top: clamp(5rem, 8vw, 7rem);
}

.hero-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
}

.overline {
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.hero h1 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.35;
  margin: 0 0 1rem;
}

.hero-lead {
  color: #e5d9bb;
  max-width: 60ch;
  margin-bottom: 1.6rem;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid transparent;
  font-weight: 700;
  padding: 0.78rem 1.25rem;
  transition: transform var(--ease), box-shadow var(--ease), filter var(--ease);
}

.btn-primary {
  color: #1c1406;
  background: linear-gradient(140deg, #f6da96, #c8912f);
  box-shadow: 0 10px 30px rgba(215, 175, 76, 0.34);
}

.btn-primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 15px 34px rgba(215, 175, 76, 0.4);
}

.btn-large {
  padding: 0.95rem 1.7rem;
  font-size: 1.05rem;
}

.platform-badge {
  border: 1px solid var(--line);
  background: rgba(215, 175, 76, 0.1);
  color: var(--gold-soft);
  border-radius: 999px;
  padding: 0.5rem 0.95rem;
  font-weight: 600;
}

.ios-note {
  margin-top: 0.85rem;
  color: #b8ac89;
  font-size: 0.95rem;
}

.hero-device {
  position: relative;
  display: grid;
  place-items: center;
}

.device-glow {
  position: absolute;
  inset: auto;
  width: min(100%, 340px);
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 175, 76, 0.28), transparent 62%);
  filter: blur(24px);
}

.phone-frame {
  width: min(100%, 290px);
  aspect-ratio: 9 / 18;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, #16161b, #09090b);
  box-shadow: var(--shadow);
  padding: 0.8rem;
  position: relative;
}

.phone-frame::before {
  content: "";
  position: absolute;
  top: 0.38rem;
  left: 50%;
  transform: translateX(-50%);
  width: 34%;
  height: 0.42rem;
  border-radius: 999px;
  background: #2c2c31;
}

.phone-frame img,
.phone-shell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.screen-placeholder,
.shot-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 1.3rem;
  background:
    linear-gradient(170deg, rgba(215, 175, 76, 0.12), rgba(255, 255, 255, 0.04)),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.06) 0,
      rgba(255, 255, 255, 0.06) 1px,
      transparent 1px,
      transparent 30px
    );
  border: 1px solid rgba(255, 255, 255, 0.07);
  display: grid;
  place-items: center;
  text-align: center;
  color: #f4e6bf;
  padding: 1.2rem;
}

.screen-placeholder strong {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1.1rem;
}

.section-head {
  text-align: center;
  margin-bottom: 2rem;
}

.section-head h2,
.intro h2,
.value h2,
.cta h2 {
  margin-top: 0;
  margin-bottom: 0.7rem;
  font-size: clamp(1.45rem, 2.6vw, 2.3rem);
}

.section-head p,
.intro p,
.value p,
.cta p {
  color: #dccfaa;
  margin: 0;
}

.intro {
  background: linear-gradient(180deg, rgba(215, 175, 76, 0.08), transparent 70%);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.feature-card {
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.04), rgba(215, 175, 76, 0.03));
  border: 1px solid rgba(215, 175, 76, 0.2);
  border-radius: var(--radius);
  padding: 1.2rem;
  transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.26);
}

.feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(240, 213, 138, 0.55);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.35);
}

.icon-wrap {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 0.8rem;
  display: grid;
  place-items: center;
  margin-bottom: 0.8rem;
  background: rgba(215, 175, 76, 0.15);
  border: 1px solid rgba(215, 175, 76, 0.35);
}

.feature-card h3 {
  margin-top: 0;
  margin-bottom: 0.45rem;
  font-size: 1.05rem;
}

.feature-card p {
  margin: 0;
  color: #d4c8a5;
  font-size: 0.94rem;
}

.screenshots {
  background: radial-gradient(circle at 50% -10%, rgba(215, 175, 76, 0.14), transparent 52%);
}

.shots-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.shot-nav {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  color: var(--gold-soft);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  transition: background var(--ease), transform var(--ease);
  flex-shrink: 0;
}

.shot-nav:hover {
  background: rgba(215, 175, 76, 0.14);
  transform: translateY(-2px);
}

.shots-track {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.shot-card {
  border-radius: 1.4rem;
  padding: 0.55rem;
  border: 1px solid rgba(215, 175, 76, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(215, 175, 76, 0.04));
  transition: transform var(--ease), border-color var(--ease);
}

.shot-card:hover,
.shot-card.is-active {
  transform: translateY(-4px);
  border-color: rgba(240, 213, 138, 0.62);
}

.phone-shell {
  aspect-ratio: 9 / 18;
  border-radius: 1.1rem;
  overflow: hidden;
  background: #111;
}

.shot-placeholder {
  border-radius: 1.1rem;
}

.shots-dots {
  display: none;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.2rem;
}

.shots-dots button {
  width: 0.6rem;
  height: 0.6rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.shots-dots button.active {
  background: var(--gold);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.step-card {
  border: 1px solid rgba(215, 175, 76, 0.2);
  border-radius: var(--radius);
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.02);
}

.step-num {
  color: var(--gold);
  font-weight: 800;
  font-size: 1.1rem;
}

.step-card h3 {
  margin: 0.4rem 0;
}

.step-card p {
  margin: 0;
  color: #d3c6a2;
}

.value {
  background: linear-gradient(180deg, transparent, rgba(215, 175, 76, 0.08) 40%, transparent);
}

.value-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
  align-items: start;
}

.value-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.value-list li {
  border: 1px solid rgba(215, 175, 76, 0.2);
  padding: 0.75rem 1rem;
  border-radius: 12px;
  color: #e5d8b4;
  background: rgba(255, 255, 255, 0.02);
}

.cta-box {
  text-align: center;
  border: 1px solid rgba(215, 175, 76, 0.35);
  border-radius: calc(var(--radius) + 2px);
  padding: clamp(1.4rem, 4vw, 2.5rem);
  background:
    radial-gradient(circle at 50% 0, rgba(215, 175, 76, 0.16), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(215, 175, 76, 0.05));
}

.cta-box p {
  max-width: 60ch;
  margin-inline: auto;
  margin-bottom: 1.3rem;
}

.cta-notes {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  color: #d9cb9f;
}

.cta-notes span {
  border: 1px solid rgba(215, 175, 76, 0.25);
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
}

.faq-list {
  max-width: 860px;
  margin-inline: auto;
  display: grid;
  gap: 0.9rem;
}

.faq-item {
  border: 1px solid rgba(215, 175, 76, 0.25);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  border: none;
  background: transparent;
  color: var(--text);
  text-align: right;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  padding: 1rem 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.faq-icon {
  color: var(--gold-soft);
  font-size: 1.35rem;
  line-height: 1;
  transition: transform var(--ease);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 350ms ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 1.1rem 1rem;
  color: #dccfaa;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
}

.site-footer {
  border-top: 1px solid rgba(215, 175, 76, 0.2);
  padding: 3rem 0 1rem;
  background: #070709;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 1rem;
}

.footer-grid h3,
.footer-grid h4 {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: var(--gold-soft);
}

.footer-grid p {
  margin: 0;
  color: #d1c39d;
}

.footer-grid a {
  display: block;
  color: #efe3bf;
  margin-bottom: 0.4rem;
}

.footer-contact,
.footer-social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact-phone {
  direction: ltr;
  unicode-bidi: isolate-override;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}

.footer-grid a:hover {
  color: var(--gold);
}

.copyright {
  text-align: center;
  color: #b8ab86;
  font-size: 0.92rem;
  margin-top: 1.7rem;
  border-top: 1px solid rgba(215, 175, 76, 0.13);
  padding-top: 1rem;
}

.reveal-up {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 580ms ease, transform 580ms ease;
}

.reveal-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 120ms;
}

.delay-2 {
  transition-delay: 220ms;
}

.floaty {
  animation: floaty 4.5s ease-in-out infinite;
}

@keyframes floaty {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@media (max-width: 1100px) {
  .features-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

@media (max-width: 900px) {
  .hero-grid,
  .value-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-device {
    order: -1;
  }

  .hero-content {
    text-align: center;
  }

  .hero-actions {
    justify-content: center;
  }
}

@media (max-width: 780px) {
  .brand-logo {
    width: auto;
    height: 4.2rem;
    max-width: 9rem;
  }

  .brand-text {
    font-size: 1.02rem;
  }

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

  .nav {
    position: absolute;
    top: 84px;
    right: 1.25rem;
    left: 1.25rem;
    display: grid;
    gap: 0.2rem;
    padding: 0.6rem;
    border: 1px solid rgba(215, 175, 76, 0.24);
    border-radius: 14px;
    background: rgba(10, 10, 12, 0.97);
    transform-origin: top;
    transform: scaleY(0.5);
    opacity: 0;
    pointer-events: none;
    transition: transform var(--ease), opacity var(--ease);
  }

  .nav.open {
    transform: scaleY(1);
    opacity: 1;
    pointer-events: auto;
  }

  .nav a {
    padding: 0.72rem 0.8rem;
    border-radius: 10px;
  }

  .nav a:hover {
    background: rgba(215, 175, 76, 0.12);
  }

  .features-grid,
  .steps-grid,
  .shots-track {
    grid-template-columns: 1fr;
  }

  .shots-wrap {
    gap: 0.5rem;
  }

  .shots-dots {
    display: flex;
  }

  .shot-card {
    display: none;
  }

  .shot-card.is-active {
    display: block;
  }

  .section {
    padding: 3.7rem 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .reveal-up {
    opacity: 1;
    transform: none;
  }
}
