:root {
  --bg: #061d12;
  --bg-2: #0a351e;
  --deep: #03130d;
  --green: #103c21;
  --lime: #c7f23a;
  --lime-2: #a8d82f;
  --white: #f7fff5;
  --muted: rgba(247, 255, 245, 0.72);
  --glass: rgba(18, 61, 34, 0.45);
  --border: rgba(198, 242, 58, 0.28);
  --shadow: rgba(0, 0, 0, 0.34);
  --font: 'Tajawal', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--bg); }
body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font);
  color: var(--white);
  background:
    radial-gradient(circle at 14% 38%, rgba(185, 236, 43, 0.17), transparent 28%),
    radial-gradient(circle at 78% 19%, rgba(167, 230, 54, 0.11), transparent 24%),
    linear-gradient(126deg, var(--deep), #062314 45%, #082b19 74%, #04140d);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }

.site-shell {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 28px clamp(18px, 4vw, 72px) 36px;
  overflow: hidden;
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.028) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}

.ambient { position: absolute; pointer-events: none; border-radius: 999px; filter: blur(6px); }
.ambient-1 {
  width: 520px; height: 520px; left: -140px; top: 110px;
  background: radial-gradient(circle, rgba(199, 242, 58, 0.10), transparent 64%);
  animation: floatGlow 8s ease-in-out infinite alternate;
}
.ambient-2 {
  width: 410px; height: 410px; right: 46%; bottom: -170px;
  background: radial-gradient(circle, rgba(199, 242, 58, 0.08), transparent 66%);
  animation: floatGlow 12s ease-in-out infinite alternate-reverse;
}

.topbar {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  min-height: 72px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(199, 242, 58, 0.12);
}

.domain-pill {
  direction: ltr;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 9px 21px;
  border: 1px solid rgba(199, 242, 58, 0.65);
  color: #ecffe8;
  border-radius: 999px;
  background: rgba(13, 51, 27, 0.42);
  box-shadow: inset 0 0 28px rgba(199, 242, 58, 0.05), 0 0 26px rgba(199, 242, 58, 0.09);
  font-weight: 700;
  letter-spacing: 0.04em;
}
.icon-globe { color: var(--lime); font-weight: 900; font-size: 24px; line-height: 1; }

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 28px);
  color: rgba(247, 255, 245, 0.82);
  font-size: 17px;
  font-weight: 600;
}
.nav-links span { color: var(--lime); opacity: .75; }
.nav-links a { transition: color .25s ease, transform .25s ease; }
.nav-links a:hover { color: var(--lime); transform: translateY(-1px); }

.brand-mark { display: flex; align-items: center; gap: 16px; justify-self: end; }
.brand-text { display: grid; gap: 4px; text-align: right; }
.brand-text strong { color: var(--lime); font-size: 25px; line-height: 1; font-weight: 900; }
.brand-text span { color: rgba(247, 255, 245, .83); font-size: 15px; font-weight: 700; }
.brand-calligraphy {
  width: 62px; height: 62px;
  display: grid; place-items: center;
  color: white; font-size: 13px; font-weight: 900; line-height: 1.05;
  text-align: center;
  filter: drop-shadow(0 0 12px rgba(199, 242, 58, .26));
}

.hero {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 210px);
  display: grid;
  grid-template-columns: minmax(330px, 0.92fr) minmax(410px, 1fr);
  align-items: center;
  gap: clamp(20px, 4vw, 78px);
  padding: clamp(26px, 5vw, 72px) 0 32px;
}

.book-zone { position: relative; min-height: 560px; display: grid; place-items: center; }
.calligraphy-bg {
  position: absolute;
  left: 0; top: 10%;
  color: rgba(199, 242, 58, 0.23);
  font-size: clamp(48px, 7vw, 116px);
  font-weight: 900;
  line-height: .9;
  letter-spacing: -0.06em;
  text-align: center;
  transform: rotate(-8deg);
  filter: blur(.1px) drop-shadow(0 0 30px rgba(199, 242, 58, .1));
  user-select: none;
}
.orbit {
  position: absolute; border: 1px solid rgba(199, 242, 58, 0.26); border-radius: 50%;
  transform: rotate(-22deg); opacity: .9;
}
.orbit-1 { width: 560px; height: 340px; left: 10%; top: 16%; animation: orbitBreath 5s ease-in-out infinite alternate; }
.orbit-2 { width: 720px; height: 500px; right: 6%; bottom: -6%; border-color: rgba(199, 242, 58, 0.12); }

.book-stage { position: relative; width: min(470px, 86vw); display: grid; place-items: center; }
.stage-glow {
  position: absolute;
  width: 92%; height: 15%;
  bottom: 2%; left: 4%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(199, 242, 58, .42) 0%, rgba(157, 216, 48, .18) 35%, transparent 70%);
  filter: blur(10px);
  transform: perspective(500px) rotateX(64deg);
}
.book-cover {
  position: relative;
  z-index: 2;
  display: block;
  width: min(430px, 84vw);
  height: auto;
  filter: drop-shadow(0 44px 54px rgba(0,0,0,.42)) drop-shadow(0 0 32px rgba(199, 242, 58, .13));
  animation: bookFloat 4.8s ease-in-out infinite alternate;
}

.content-zone { position: relative; text-align: right; padding-inline: clamp(0px, 2vw, 20px); }
.small-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 24px;
  border: 1px solid rgba(199, 242, 58, .36);
  border-radius: 999px;
  color: var(--lime);
  background: rgba(11, 45, 25, .52);
  box-shadow: inset 0 0 18px rgba(199, 242, 58, .06);
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 26px;
}
.hourglass { font-size: 18px; }

h1 { margin: 0; line-height: 1.03; letter-spacing: -0.045em; }
h1 span { display: block; font-size: clamp(52px, 6vw, 96px); font-weight: 900; color: var(--white); text-shadow: 0 9px 30px rgba(0,0,0,.28); }
h1 strong { display: block; color: var(--lime); font-size: clamp(58px, 6.8vw, 110px); font-weight: 900; text-shadow: 0 0 42px rgba(199, 242, 58, .16); }
.subtitle {
  position: relative;
  display: inline-block;
  margin: 26px 0 28px;
  color: rgba(247, 255, 245, .86);
  font-size: clamp(19px, 2.1vw, 28px);
  font-weight: 600;
}
.subtitle:before, .subtitle:after {
  content: ''; display: inline-block; vertical-align: middle; width: 82px; height: 1px; margin: 0 18px;
  background: linear-gradient(90deg, transparent, rgba(199, 242, 58, .55), transparent);
}

.countdown-wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(118px, 1fr));
  gap: 14px;
  align-items: center;
  max-width: 780px;
  direction: ltr;
  margin: 0 0 26px auto;
}
.countdown-card {
  position: relative;
  min-height: 165px;
  padding: 20px 10px 16px;
  text-align: center;
  border: 1px solid var(--border);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(51, 99, 55, .38), rgba(8, 35, 21, .62)),
    radial-gradient(circle at top, rgba(199, 242, 58, .12), transparent 52%);
  box-shadow:
    inset 0 0 30px rgba(255,255,255,.03),
    0 16px 42px rgba(0,0,0,.24),
    0 0 30px rgba(199, 242, 58, .05);
  overflow: hidden;
  isolation: isolate;
}
.countdown-card:before {
  content: '';
  position: absolute; inset: -1px;
  background: linear-gradient(120deg, transparent 12%, rgba(255,255,255,.08), transparent 55%);
  transform: translateX(-120%);
  animation: shine 5.4s ease-in-out infinite;
  z-index: -1;
}
.card-icon { display: block; color: var(--lime); font-size: 30px; height: 34px; margin-bottom: 10px; }
.countdown-card strong { display: block; font-size: clamp(50px, 5vw, 86px); line-height: 1; color: var(--white); font-weight: 900; letter-spacing: .02em; }
.countdown-card small { display: block; margin-top: 10px; color: var(--lime); font-size: 19px; font-weight: 800; }
.separator { display: none; color: var(--lime); font-size: 42px; font-weight: 900; }

.soon-panel {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 16px 26px;
  border-radius: 999px;
  border: 1px solid rgba(199, 242, 58, .28);
  background: rgba(12, 45, 26, .52);
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 700;
  box-shadow: inset 0 0 28px rgba(199, 242, 58, .06);
}
.soon-panel strong { color: var(--lime); font-size: 1.55em; font-weight: 900; text-shadow: 0 0 22px rgba(199, 242, 58, .34); }
.spark, .wand { color: var(--lime); font-size: 26px; animation: twinkle 1.8s ease-in-out infinite alternate; }
.wand { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(199, 242, 58, .32); }

.features {
  position: relative;
  z-index: 4;
  width: min(1580px, 100%);
  margin: 6px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 22px 26px;
  border: 1px solid rgba(199, 242, 58, .18);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(12, 46, 26, .62), rgba(9, 31, 20, .74));
  box-shadow: 0 20px 60px rgba(0,0,0,.22), inset 0 0 30px rgba(199, 242, 58, .03);
}
.features article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: center;
  padding: 10px 20px;
  border-left: 1px solid rgba(255,255,255,.08);
}
.features article:last-child { border-left: 0; }
.feature-icon {
  width: 46px; height: 46px; display: grid; place-items: center;
  border-radius: 16px; border: 1px solid rgba(199, 242, 58, .28);
  color: var(--lime); font-size: 23px; font-weight: 900;
}
.features strong { display: block; font-size: 21px; margin-bottom: 3px; }
.features p { margin: 0; color: rgba(247, 255, 245, .65); font-size: 14px; line-height: 1.55; }

.is-expired h1 span { font-size: clamp(42px, 5vw, 72px); }
.is-expired h1 strong { animation: soonPulse 1.35s ease-in-out infinite alternate; }
.is-expired .countdown-card { opacity: .58; filter: saturate(.72); }
.is-expired .soon-panel { animation: panelGlow 1.8s ease-in-out infinite alternate; }

@keyframes bookFloat { from { transform: translateY(0) rotate(.2deg); } to { transform: translateY(-15px) rotate(-.4deg); } }
@keyframes orbitBreath { from { transform: rotate(-22deg) scale(.98); opacity: .55; } to { transform: rotate(-18deg) scale(1.04); opacity: .95; } }
@keyframes floatGlow { from { transform: translate3d(0,0,0) scale(.95); } to { transform: translate3d(24px,-18px,0) scale(1.08); } }
@keyframes shine { 0%, 50% { transform: translateX(-135%); } 78%, 100% { transform: translateX(145%); } }
@keyframes twinkle { from { transform: rotate(-8deg) scale(.92); opacity: .64; } to { transform: rotate(8deg) scale(1.05); opacity: 1; } }
@keyframes soonPulse { from { filter: drop-shadow(0 0 0 rgba(199,242,58,0)); } to { filter: drop-shadow(0 0 22px rgba(199,242,58,.45)); } }
@keyframes panelGlow { from { box-shadow: inset 0 0 26px rgba(199, 242, 58, .05); } to { box-shadow: inset 0 0 38px rgba(199, 242, 58, .12), 0 0 38px rgba(199,242,58,.08); } }

@media (max-width: 1160px) {
  .topbar { grid-template-columns: 1fr auto; }
  .nav-links { order: 3; grid-column: 1 / -1; justify-content: center; flex-wrap: wrap; padding-top: 8px; }
  .hero { grid-template-columns: 1fr; text-align: center; gap: 12px; }
  .book-zone { min-height: 430px; order: 2; }
  .content-zone { text-align: center; order: 1; }
  .countdown-wrap { margin-inline: auto; }
  .features { grid-template-columns: repeat(2, 1fr); }
  .features article:nth-child(2) { border-left: 0; }
}

@media (max-width: 740px) {
  .site-shell { padding: 18px 14px 24px; }
  .topbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-bottom: 16px; }
  .brand-calligraphy { display: none; }
  .brand-text strong { font-size: 20px; }
  .brand-text span { font-size: 12px; }
  .domain-pill { padding: 8px 13px; min-height: 40px; font-size: 14px; }
  .nav-links { display: none; }
  .hero { padding-top: 28px; }
  .small-badge { font-size: 15px; margin-bottom: 16px; }
  h1 span { font-size: clamp(42px, 14vw, 62px); }
  h1 strong { font-size: clamp(50px, 17vw, 76px); }
  .subtitle { margin: 18px 0 22px; }
  .subtitle:before, .subtitle:after { width: 28px; margin: 0 8px; }
  .countdown-wrap { grid-template-columns: repeat(2, minmax(120px, 1fr)); max-width: 420px; gap: 12px; }
  .countdown-card { min-height: 132px; border-radius: 18px; }
  .countdown-card strong { font-size: 54px; }
  .countdown-card small { font-size: 16px; }
  .book-zone { min-height: 350px; }
  .book-cover { width: min(330px, 94vw); }
  .calligraphy-bg { font-size: 72px; left: -20px; top: 24%; }
  .orbit-1 { width: 340px; height: 200px; left: 8%; top: 26%; }
  .orbit-2 { display: none; }
  .soon-panel { border-radius: 24px; flex-wrap: wrap; justify-content: center; padding: 14px 18px; }
  .soon-panel .soon-before { width: 100%; }
  .features { grid-template-columns: 1fr; padding: 16px; border-radius: 22px; }
  .features article { border-left: 0; border-bottom: 1px solid rgba(255,255,255,.08); padding: 14px 6px; }
  .features article:last-child { border-bottom: 0; }
}

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


.launch-subtitle{font-size:clamp(15px,1.5vw,21px)!important;color:rgba(247,255,245,.78)!important;margin-top:16px!important}
.launch-message{max-width:760px;margin:0 0 24px auto;padding:22px 26px;border-radius:26px;border:1px solid rgba(199,242,58,.28);background:linear-gradient(135deg,rgba(199,242,58,.12),rgba(8,35,21,.58));box-shadow:0 18px 50px rgba(0,0,0,.22);}
.launch-message strong{display:block;color:var(--lime);font-size:clamp(24px,2.4vw,34px);font-weight:900;margin-bottom:8px}.launch-message p{margin:0;color:rgba(247,255,245,.84);font-size:18px;line-height:1.8}.route-actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:flex-start;margin-top:10px}.route-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:13px 24px;border-radius:999px;font-weight:900;font-size:18px;box-shadow:0 15px 35px rgba(0,0,0,.24);transition:transform .22s ease,filter .22s ease}.route-btn:hover{transform:translateY(-2px)}.primary-route{background:var(--lime);color:#062314}.secondary-route{background:rgba(247,255,245,.1);border:1px solid rgba(247,255,245,.2);color:var(--white)}
@media(max-width:760px){.route-actions{justify-content:center}.launch-message{margin-inline:auto;text-align:center}.route-btn{width:100%}}
