@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@300;400;600;700&family=Space+Grotesk:wght@400;600&display=swap');

:root {
  --bg: #f5f7fb;
  --ink: #0b1f3f;
  --muted: #3b4b66;
  --accent: #f2a01b;
  --accent-dark: #c67c0b;
  --surface: #ffffff;
  --surface-2: #eef2f8;
  --stroke: rgba(11, 31, 63, 0.12);
  --shadow: 0 24px 60px rgba(11, 31, 63, 0.18);
}

* { box-sizing: border-box; }

html,
body {
  width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "IBM Plex Sans Arabic", "Space Grotesk", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 20% 10%, #dfe8ff, transparent 52%),
              radial-gradient(circle at 80% 0%, #ffe3b0, transparent 48%),
              var(--bg);
  line-height: 1.7;
  overflow-x: hidden;
}

.bg-grid {
  position: fixed;
  inset: 0;
  background-image: linear-gradient(to right, rgba(0,0,0,0.04) 1px, transparent 1px),
                    linear-gradient(to bottom, rgba(0,0,0,0.04) 1px, transparent 1px);
  background-size: 90px 90px;
  pointer-events: none;
  opacity: 0.3;
}

.bg-orb {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.4;
  z-index: 0;
}

.orb-1 { background: #d0ddff; top: -120px; left: -100px; }
.orb-2 { background: #ffd28a; bottom: -160px; right: -120px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(245, 247, 251, 0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--stroke);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 6vw;
  width: 100%;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: #ffffff;
  color: var(--ink);
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
  padding: 4px;
}

.brand-text {
  font-weight: 700;
}

.brand-text em {
  font-style: normal;
  font-size: 0.9rem;
  color: var(--muted);
  font-family: "Space Grotesk", sans-serif;
}

.nav-menu {
  display: flex;
  gap: 24px;
  align-items: center;
}

.nav-menu a {
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
}

.nav-cta {
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff !important;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--stroke);
  background: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 600;
}

main { position: relative; z-index: 2; }

.hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  padding: 80px 6vw 40px;
  align-items: center;
  width: 100%;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--accent-dark);
  font-weight: 700;
  font-size: 0.9rem;
}

.hero h1 {
  font-size: clamp(2.2rem, 2.8vw + 1rem, 3.6rem);
  margin: 10px 0;
}

.lead { color: var(--muted); font-size: 1.1rem; }

.hero-actions { display: flex; gap: 16px; margin: 24px 0 30px; flex-wrap: wrap; }

.btn {
  text-decoration: none;
  border-radius: 999px;
  padding: 12px 24px;
  font-weight: 700;
  border: 1px solid var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn.primary {
  background: var(--accent);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 12px 24px rgba(242, 160, 27, 0.35);
}

.btn.ghost {
  background: transparent;
  color: var(--ink);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.hero-metrics strong { display: block; font-size: 1.6rem; }

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
}

.phone {
  width: min(320px, 80vw);
  aspect-ratio: 9 / 18;
  border-radius: 36px;
  background: #111;
  padding: 14px;
  box-shadow: var(--shadow);
}

.phone-screen {
  height: 100%;
  border-radius: 28px;
  background: linear-gradient(160deg, #ffe9d6, #f7f3ec 60%, #e8f6f2);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: #1d1d1d;
}

.signal {
  width: 56px;
  height: 6px;
  border-radius: 999px;
  background: #1d1d1d;
}

.mini-cards {
  display: grid;
  gap: 10px;
}

.mini-card {
  background: #fff;
  border-radius: 16px;
  padding: 12px 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  font-weight: 600;
}

.ring {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 1px dashed rgba(0,0,0,0.2);
  animation: spin 18s linear infinite;
}

.strip {
  padding: 28px 6vw;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--stroke);
  border-bottom: 1px solid var(--stroke);
  background: var(--surface-2);
  width: 100%;
}

.logo-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-weight: 700;
  color: var(--muted);
}

.section {
  padding: 70px 6vw;
  width: 100%;
}

.section.alt {
  background: var(--surface-2);
  border-top: 1px solid var(--stroke);
  border-bottom: 1px solid var(--stroke);
}

.section-head {
  max-width: 620px;
  margin-bottom: 32px;
}

.section h2 {
  font-size: clamp(1.8rem, 2vw + 1rem, 2.6rem);
  margin: 0 0 12px;
}

.section p { color: var(--muted); }

.grid {
  display: grid;
  gap: 24px;
}

.grid.cards {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.card {
  background: var(--surface);
  border-radius: 22px;
  padding: 26px;
  box-shadow: var(--shadow);
  border: 1px solid var(--stroke);
  min-width: 0;
}

.solutions {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.solution {
  padding: 18px 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--stroke);
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.step {
  padding: 22px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--stroke);
  position: relative;
}

.step span {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--accent-dark);
}

.quote {
  font-style: italic;
}

.pricing {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.price-card {
  background: #fff;
  padding: 30px;
  border-radius: 24px;
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
}

.price-card.highlight {
  background: var(--ink);
  color: #fff;
}

.price {
  font-size: 2rem;
  font-weight: 700;
}

.price span { font-size: 1rem; font-weight: 400; }

.price-card ul {
  padding: 0;
  list-style: none;
  margin: 20px 0;
}

.price-card li {
  padding: 6px 0;
}

.faq-grid {
  display: grid;
  gap: 16px;
}

.faq-grid details {
  background: #fff;
  padding: 18px 20px;
  border-radius: 16px;
  border: 1px solid var(--stroke);
}

.contact {
  padding-bottom: 90px;
}

.contact-card {
  background: #fff;
  border-radius: 30px;
  padding: 36px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  min-width: 0;
}

.thanks-brand {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
}

.thanks-brand img {
  width: 110px;
  height: 110px;
  object-fit: contain;
}

.contact-info {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.contact-info span {
  color: var(--muted);
  font-size: 0.9rem;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--stroke);
  font-family: inherit;
}

.hp-field {
  position: absolute;
  left: -9999px;
}

.site-footer {
  padding: 40px 6vw 60px;
  border-top: 1px solid var(--stroke);
  background: var(--surface-2);
  display: grid;
  gap: 14px;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-links a { text-decoration: none; color: var(--muted); }

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

.product-hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  align-items: center;
}

.product-hero-card {
  background: #fff;
  border-radius: 22px;
  padding: 26px;
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
}

.product-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.brand-group {
  margin-bottom: 36px;
}

.brand-title {
  margin: 0 0 18px;
  font-size: clamp(1.4rem, 1.2vw + 1rem, 2rem);
}

.product-card {
  background: #fff;
  border-radius: 20px;
  padding: 18px;
  border: 1px solid var(--stroke);
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
  display: grid;
  gap: 14px;
  min-width: 0;
}

.product-card img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  border-radius: 16px;
  background: #f4f4f4;
}

.product-card h3 {
  margin: 0 0 6px;
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #1b1b1b;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 900px) {
  .nav-menu {
    position: absolute;
    top: 70px;
    right: 6vw;
    left: 6vw;
    flex-direction: column;
    background: #fff;
    padding: 18px;
    border-radius: 18px;
    box-shadow: var(--shadow);
    display: none;
  }

  .nav-menu.open { display: flex; }
  .nav-toggle { display: inline-flex; }
  .strip { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 600px) {
  .hero { padding-top: 50px; }
  .hero-actions { width: 100%; }
  .btn { width: 100%; }
  .ring { display: none; }
  .section { padding: 50px 6vw; }
  .contact-card { padding: 22px; gap: 20px; }
  .thanks-brand img { width: 90px; height: 90px; }
  .product-card img { height: 180px; }
  .nav { padding: 14px 6vw; }
  .brand-text em { font-size: 0.8rem; }
}
