:root {
  --bg: #070d1f;
  --bg-2: #08162c;
  --bg-3: #0d1c35;
  --surface: rgba(14, 27, 51, 0.78);
  --surface-2: rgba(19, 34, 61, 0.92);
  --text: #ffffff;
  --muted: #aab6cc;
  --line: rgba(222, 164, 67, 0.32);
  --gold: #d7a64a;
  --gold-2: #f1c56a;
  --green: #48e58a;
  --green-2: #22c76f;
  --border: rgba(255, 255, 255, 0.09);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Tajawal", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(46, 93, 148, 0.22), transparent 32rem),
    linear-gradient(180deg, var(--bg) 0%, #081127 48%, #060b18 100%);
  color: var(--text);
  line-height: 1.85;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; }

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--gold-2);
  outline-offset: 4px;
}

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

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

.skip-link {
  position: absolute;
  inset-inline-start: 20px;
  top: -100px;
  background: var(--green);
  color: #041324;
  z-index: 999;
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 800;
}

.skip-link:focus { top: 20px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(7, 13, 31, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.navbar {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-inline-start: auto;
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.menu {
  display: flex;
  align-items: center;
  gap: 26px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #dce5f5;
}

.menu a {
  transition: color 0.2s ease;
  white-space: nowrap;
}

.menu a:hover,
.menu a.is-active {
  color: var(--green);
}

.language-switch {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: #d8deeb;
  font-weight: 700;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  background: transparent;
  border-radius: 12px;
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
}

.hero {
  min-height: 680px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 10, 24, 0.2), rgba(7, 13, 31, 0.78) 48%, rgba(7, 13, 31, 0.98)),
    radial-gradient(circle at 22% 38%, rgba(216, 166, 74, 0.13), transparent 19rem),
    radial-gradient(circle at 76% 20%, rgba(72, 229, 138, 0.08), transparent 22rem);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
}

.hero-visual {
  min-height: 470px;
  position: relative;
}

.camera-shape {
  position: absolute;
  left: 8%;
  top: 28%;
  width: 240px;
  height: 160px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 34% 50%, #111f36 0 22%, transparent 23%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
  transform: rotate(-8deg);
  opacity: 0.86;
}

.camera-shape::before {
  content: "";
  position: absolute;
  right: -72px;
  top: 45px;
  width: 96px;
  height: 70px;
  border-radius: 50%;
  background: radial-gradient(circle, #1b2a43 0 35%, #071024 36% 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.camera-shape::after {
  content: "";
  position: absolute;
  left: 70px;
  bottom: -150px;
  width: 2px;
  height: 150px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 70px 40px 0 rgba(255, 255, 255, 0.12), -70px 40px 0 rgba(255, 255, 255, 0.12);
}

.product-stage {
  position: absolute;
  right: 5%;
  bottom: 66px;
  width: 280px;
  height: 80px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.02) 68%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.product-bottle {
  position: absolute;
  right: 102px;
  bottom: 45px;
  width: 70px;
  height: 150px;
  border-radius: 18px 18px 12px 12px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.28), rgba(11, 31, 54, 0.48));
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow: 0 22px 60px rgba(72, 229, 138, 0.14);
}

.product-bottle::before {
  content: "";
  position: absolute;
  top: -34px;
  right: 18px;
  width: 34px;
  height: 38px;
  border-radius: 8px 8px 2px 2px;
  background: #0f1d33;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 34px;
}

.breadcrumb span:last-child { color: var(--gold-2); }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 22px;
}

.eyebrow::before {
  content: "";
  width: 70px;
  height: 2px;
  background: var(--gold);
}

.eyebrow::after {
  content: "";
  width: 2px;
  height: 74px;
  background: #e6e6e6;
  opacity: 0.78;
}

.eyebrow-title {
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 900;
  line-height: 1.05;
  max-width: 190px;
}

.hero-copy {
  color: #c6d0e3;
  font-size: 17px;
  max-width: 760px;
  margin: 0 0 22px;
}

h1 {
  margin: 0 0 30px;
  color: var(--gold-2);
  font-size: clamp(28px, 4.5vw, 50px);
  line-height: 1.5;
  max-width: 900px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 28px;
  border-radius: 999px;
  font-weight: 900;
  border: 0;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary,
.btn-small {
  background: linear-gradient(135deg, var(--green), var(--green-2));
  color: #041324;
  box-shadow: 0 14px 34px rgba(72, 229, 138, 0.2);
}

.btn-small {
  min-height: 38px;
  padding: 8px 20px;
  font-size: 14px;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 46px;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  color: var(--gold-2);
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 900;
}

.section-heading .line {
  width: min(90px, 14vw);
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.feature-card {
  background: linear-gradient(180deg, rgba(16, 31, 58, 0.9), rgba(9, 20, 38, 0.88));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 22px;
  min-height: 282px;
  text-align: center;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(72, 229, 138, 0.35);
}

.icon,
.choose-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-size: 44px;
  line-height: 1;
  margin-bottom: 18px;
  text-shadow: 0 0 22px rgba(72, 229, 138, 0.25);
}

.feature-card h3,
.choose-item h3 {
  color: var(--gold-2);
  margin: 0 0 12px;
  font-size: 19px;
}

.feature-card p,
.choose-item p,
.cta-content p,
.footer-brand p,
.site-footer li,
.site-footer address {
  color: var(--muted);
  margin: 0;
}

.choose-layout {
  display: grid;
  grid-template-columns: 1fr 1.05fr 1fr;
  gap: 42px;
  align-items: center;
}

.choose-column {
  display: grid;
  gap: 32px;
}

.choose-item {
  position: relative;
  background: rgba(9, 19, 37, 0.38);
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 20px;
}

.choose-item:hover {
  border-color: var(--border);
  background: rgba(14, 27, 51, 0.62);
}

.choose-icon {
  font-size: 42px;
  margin-bottom: 12px;
}

.brand-orbit {
  height: 440px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  background:
    repeating-radial-gradient(circle, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 32px),
    radial-gradient(circle, rgba(216, 166, 74, 0.12), transparent 57%);
}

.orbit-line {
  position: absolute;
  inset: 50px;
  border: 1px solid rgba(216, 166, 74, 0.19);
  border-radius: 50%;
}

.orbit-logo-img {
  width: min(240px, 58%);
  height: auto;
  display: block;
  filter: drop-shadow(0 20px 70px rgba(216, 166, 74, 0.28));
}

.pricing-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: rgba(8, 18, 35, 0.78);
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 850px;
  text-align: center;
}

.pricing-table th,
.pricing-table td {
  padding: 20px 18px;
  border: 1px solid rgba(216, 166, 74, 0.21);
  vertical-align: middle;
}

.pricing-table thead th {
  background: rgba(16, 31, 58, 0.94);
  color: #fff;
  font-size: 18px;
}

.pricing-table thead span {
  display: block;
  color: var(--gold-2);
  font-size: 16px;
  margin-top: 8px;
}

.pricing-table tbody th {
  color: #fff;
  font-weight: 900;
}

.pricing-table td {
  color: #c8d3e5;
}

.package-row th {
  background: rgba(5, 12, 27, 0.9);
  color: var(--gold-2) !important;
  padding: 12px;
}

.cta-row th,
.cta-row td {
  background: rgba(11, 23, 43, 0.68);
}

.final-cta {
  padding-top: 30px;
}

.cta-card {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 42px;
  align-items: center;
  padding: 44px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(14, 27, 51, 0.95), rgba(8, 18, 35, 0.95)),
    radial-gradient(circle at 10% 10%, rgba(72, 229, 138, 0.16), transparent 32rem);
  box-shadow: var(--shadow);
}

.cta-illustration {
  height: 280px;
  position: relative;
}

.softbox {
  position: absolute;
  right: 20px;
  top: 34px;
  width: 88px;
  height: 110px;
  transform: skew(-12deg);
  background: linear-gradient(135deg, rgba(255,255,255,0.22), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.14);
}

.softbox::after {
  content: "";
  position: absolute;
  right: 44px;
  bottom: -140px;
  width: 2px;
  height: 140px;
  background: rgba(255,255,255,0.16);
}

.table-top {
  position: absolute;
  right: 105px;
  bottom: 72px;
  width: 220px;
  height: 14px;
  border-radius: 20px;
  background: var(--gold);
  box-shadow: 0 38px 0 rgba(255,255,255,0.1);
}

.photographer {
  position: absolute;
  left: 74px;
  top: 48px;
  width: 94px;
  height: 164px;
  border-radius: 48px 48px 22px 22px;
  background: linear-gradient(#f3a83d 0 50%, #26364d 51% 100%);
  transform: rotate(-7deg);
}

.photographer::before {
  content: "";
  position: absolute;
  top: -28px;
  right: 26px;
  width: 46px;
  height: 46px;
  background: #d6b58c;
  border-radius: 50%;
}

.photographer::after {
  content: "";
  position: absolute;
  right: -70px;
  top: 38px;
  width: 78px;
  height: 50px;
  border-radius: 14px;
  background: #101b2f;
  border: 1px solid rgba(255,255,255,0.16);
}

.mini-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}

.mini-heading span {
  width: 58px;
  height: 2px;
  background: var(--gold);
}

.mini-heading h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
}

.cta-content p {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: 17px;
}

.site-footer {
  background: #060b18;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 76px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr 0.85fr;
  gap: 46px;
}

.footer-logo-img {
  width: 96px;
  height: auto;
  display: inline-block;
  margin-bottom: 16px;
}

.site-footer h2,
.site-footer h3 {
  color: #fff;
  margin: 0 0 18px;
}

.site-footer h3::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  margin-top: 12px;
  background: var(--green);
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 9px;
}

.site-footer li a::before {
  content: "‹";
  color: var(--green);
  margin-left: 8px;
  font-weight: 900;
}

.site-footer a {
  color: #c7d1e3;
  transition: color 0.2s ease;
}

.site-footer a:hover { color: var(--green); }

address { font-style: normal; display: grid; gap: 12px; }

.social-links {
  display: grid;
  grid-template-columns: repeat(3, 44px);
  gap: 12px;
}

.social-links a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  font-weight: 800;
}

.footer-bottom {
  margin-top: 60px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
}

.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 24px; }

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

@media (max-width: 1100px) {
  .menu-toggle { display: inline-block; }

  .menu {
    position: absolute;
    top: 78px;
    inset-inline: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(8, 18, 35, 0.98);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 14px;
    box-shadow: var(--shadow);
  }

  .menu.is-open { display: flex; }

  .menu a {
    display: block;
    padding: 12px;
  }

  .brand { margin-inline-start: 0; }
  .language-switch { margin-inline-start: auto; }

  .hero-grid,
  .choose-layout,
  .cta-card,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid { gap: 24px; }
  .hero-visual { order: -1; min-height: 360px; }
  .brand-orbit { height: 320px; }

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

@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 54px 0; }
  .hero { min-height: auto; padding-top: 42px; }
  .hero-visual { min-height: 260px; transform: scale(0.8); transform-origin: center; }
  .cards-grid { grid-template-columns: 1fr; }
  .section-heading { gap: 12px; }
  .section-heading .line { width: 40px; }
  .cta-card { padding: 28px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-bottom div { flex-wrap: wrap; }
}

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

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