* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body { font-family: 'Tajawal', sans-serif; }

:root {
  --brand-orange: #f97300;
  --brand-orange-strong: #f45c00;
  --brand-orange-deep: #df4d00;
  --brand-orange-soft: #ff962d;
  --brand-cream: #fff7f1;
  --brand-cream-dark: #fff0e0;
  --brand-yellow: #ffd25c;
  --ink: #232323;
  --muted: #6f6f77;
  --line: rgba(244, 92, 0, 0.12);
}

body {
  background: linear-gradient(180deg, #fffaf6 0%, var(--brand-cream) 100%);
  color: var(--ink);
  overflow-x: hidden;
  position: relative;
  direction: rtl;
}

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

.hero-stage {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--brand-orange-soft) 0%, var(--brand-orange) 42%, var(--brand-orange-strong) 72%, var(--brand-orange-deep) 100%);
  color: #fff;
  padding: 22px 0 0;
}

.hero-stage::before {
  content: "";
  position: absolute;
  top: -180px;
  left: -170px;
  width: 420px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255, 184, 88, 0.22);
}

.hero-stage::after {
  content: "";
  position: absolute;
  right: -8%;
  left: -8%;
  bottom: 110px;
  height: 190px;
  background:
    radial-gradient(70% 130% at 15% 100%, rgba(255, 165, 59, 0.92) 0 48%, transparent 49%),
    radial-gradient(68% 150% at 85% 100%, rgba(255, 165, 59, 0.88) 0 48%, transparent 49%);
  pointer-events: none;
}

.bg-glow,
.ball,
.dots,
.price-tag,
.shop-bag {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.bg-glow {
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
}

.bg-glow-1 {
  width: 560px;
  height: 560px;
  top: -220px;
  right: -220px;
  animation: drift 14s ease-in-out infinite;
}

.bg-glow-2 {
  width: 520px;
  height: 520px;
  bottom: -260px;
  left: -120px;
  background: rgba(255, 209, 92, 0.14);
  animation: drift 16s ease-in-out infinite reverse;
}

.ball {
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #ffbe63 0%, #ff962d 56%, #f45c00 100%);
  box-shadow: 0 18px 34px rgba(170, 58, 0, 0.25);
}

.ball.b1 {
  width: 38px;
  height: 38px;
  top: 112px;
  right: 86px;
  animation: floatY 5s ease-in-out infinite;
}

.ball.b2 {
  width: 46px;
  height: 46px;
  bottom: 118px;
  left: 74px;
  animation: floatY 6.2s ease-in-out infinite;
}

.ball.b3 {
  width: 48px;
  height: 48px;
  top: 280px;
  left: 36px;
  animation: floatY 5.8s ease-in-out infinite 0.8s;
}

.dots {
  width: 88px;
  height: 88px;
  opacity: 0.38;
  background-image: radial-gradient(rgba(255,255,255,0.58) 2px, transparent 2px);
  background-size: 18px 18px;
}

.dots.d1 {
  bottom: 130px;
  left: 42px;
}

.dots.d2 {
  top: 136px;
  right: 78px;
}

nav {
  position: relative;
  z-index: 5;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  display: block;
  height: 52px;
  width: auto;
  filter: brightness(0) invert(1);
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav-links a {
  font-size: 20px;
  font-weight: 700;
  color: rgba(255,255,255,0.92);
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: #fff;
  border-bottom-color: rgba(255,255,255,0.85);
}

.socials {
  display: flex;
  gap: 12px;
}

.socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.72);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background 0.2s ease;
}

.socials a:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.12);
}

.price-tag,
.shop-bag {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.price-tag {
  top: 126px;
  left: 54px;
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: linear-gradient(145deg, #ffb437 0%, #ff9800 100%);
  font-size: 30px;
  font-weight: 900;
  transform: rotate(-16deg);
  box-shadow: 0 14px 24px rgba(165, 66, 0, 0.2);
}

.shop-bag {
  right: 74px;
  bottom: 232px;
  width: 76px;
  height: 92px;
  border-radius: 18px;
  background: linear-gradient(160deg, #ffbf58 0%, #ff9808 52%, #f45c00 100%);
  font-size: 40px;
  font-weight: 900;
  box-shadow: 0 18px 30px rgba(165, 66, 0, 0.24);
}

.shop-bag::before,
.shop-bag::after {
  content: "";
  position: absolute;
  top: -18px;
  width: 18px;
  height: 26px;
  border: 4px solid rgba(255,255,255,0.82);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}

.shop-bag::before {
  right: 14px;
}

.shop-bag::after {
  left: 14px;
}

.hero {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 48px));
  margin: 18px auto 0;
  padding: 38px 0 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}

.hero-left {
  position: relative;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.circle-deco {
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: transparent;
}

.orbit-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 338px;
  height: 338px;
  border-radius: 50%;
  border: 2px dashed rgba(255,255,255,0.44);
  transform: translate(-50%, -50%);
  animation: rotateRing 26s linear infinite;
}

.big-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.big-logo img {
  width: min(310px, 76vw);
  height: auto;
  filter: brightness(0) invert(1) drop-shadow(0 8px 10px rgba(140, 48, 0, 0.25));
}

.badge {
  position: absolute;
  bottom: 18px;
  background: #f2f2f2;
  color: var(--brand-orange-deep);
  border-radius: 12px;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(135, 46, 0, 0.16);
}

.hero-right {
  text-align: right;
}

.hero-right h1 {
  font-size: clamp(56px, 8vw, 92px);
  line-height: 1.05;
  font-weight: 900;
  margin-bottom: 12px;
  text-shadow: 0 6px 0 rgba(159, 66, 0, 0.16), 0 10px 26px rgba(112, 39, 0, 0.18);
}

.tagline {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}

.desc {
  max-width: 520px;
  font-size: 24px;
  line-height: 1.8;
  color: rgba(255,255,255,0.95);
}

.countdown-section {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 48px));
  margin: 10px auto 0;
  text-align: center;
}

.countdown-title {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 22px;
}

.countdown {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.time-box {
  min-width: 102px;
  padding: 14px 18px 12px;
  border: 1px solid rgba(255,255,255,0.32);
  border-radius: 14px;
  background: rgba(255,255,255,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.time-box .num {
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.time-box .lbl {
  margin-top: 6px;
  font-size: 17px;
  color: rgba(255,255,255,0.92);
}

.colon {
  font-size: 34px;
  font-weight: 900;
  opacity: 0.95;
}

.subscribe-section {
  position: relative;
  z-index: 3;
  width: min(760px, calc(100% - 48px));
  margin: 20px auto 0;
  text-align: center;
  padding-bottom: 86px;
}

.subscribe-section h3 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 6px;
}

.subscribe-section > p {
  font-size: 18px;
  color: rgba(255,255,255,0.9);
  margin-bottom: 12px;
}

.sub-form {
  display: flex;
  align-items: center;
  gap: 0;
  background: #efefef;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(145, 52, 0, 0.16);
}

.sub-form input {
  flex: 1;
  border: none;
  background: transparent;
  color: #444;
  padding: 15px 18px;
  font: inherit;
  outline: none;
}

.sub-form input::placeholder {
  color: #8b8b93;
}

.sub-form button {
  border: none;
  background: linear-gradient(135deg, var(--brand-orange-soft) 0%, var(--brand-orange) 100%);
  color: #fff;
  padding: 15px 30px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  border-radius: 15px;
  box-shadow: 0 8px 18px rgba(182, 66, 0, 0.18);
  transition: filter 0.2s ease, transform 0.2s ease;
}

.sub-form button:hover {
  filter: brightness(0.98);
  transform: translateY(-1px);
}

.privacy {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(255,255,255,0.92);
}

.features {
  position: relative;
  z-index: 4;
  width: min(1240px, 100%);
  margin: -18px auto 0;
  background: #f7f7f7;
  color: var(--ink);
  border-radius: 50px 50px 0 0;
  padding: 22px 42px 26px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  box-shadow: 0 -4px 0 rgba(255,255,255,0.18), 0 -20px 40px rgba(130, 52, 0, 0.08);
}

.feature {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  text-align: right;
}

.feature i {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: var(--brand-orange);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.feature h4 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 4px;
}

.feature p {
  color: var(--muted);
  font-size: 16px;
}

.page-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 40px auto 0;
}

.page-section {
  position: relative;
  padding: 44px;
  margin-bottom: 28px;
  border-radius: 34px;
  overflow: hidden;
}

.page-title {
  text-align: center;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 900;
  margin-bottom: 12px;
}

.page-lead {
  text-align: center;
  max-width: 740px;
  margin: 0 auto 34px;
  font-size: 18px;
  line-height: 1.9;
}

.page-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
}

.page-card {
  padding: 26px 22px;
  border-radius: 24px;
  text-align: right;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-card.center {
  text-align: center;
}

.page-card:hover {
  transform: translateY(-6px);
}

.page-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  margin-bottom: 16px;
  font-size: 24px;
}

.page-card h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 8px;
}

.page-card p {
  font-size: 16px;
  line-height: 1.8;
}

.white-section {
  background: #fff;
  border: 1px solid rgba(244, 92, 0, 0.08);
  box-shadow: 0 16px 40px rgba(189, 81, 18, 0.08);
}

.white-section::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 183, 95, 0.2) 0%, rgba(255, 183, 95, 0) 72%);
}

.white-section .page-title {
  color: var(--ink);
}

.white-section .page-lead {
  color: var(--muted);
}

.white-section .page-card {
  background: linear-gradient(180deg, #fffaf7 0%, var(--brand-cream) 100%);
  border: 1px solid var(--line);
  box-shadow: 0 12px 26px rgba(194, 84, 20, 0.07);
}

.white-section .page-card i {
  background: rgba(249, 115, 0, 0.1);
  color: var(--brand-orange);
}

.white-section .page-card p {
  color: var(--muted);
}

.accent-section {
  background: linear-gradient(135deg, #fff0e0 0%, #ffe3c5 100%);
  border: 1px solid rgba(244, 92, 0, 0.08);
}

.accent-section .page-title,
.accent-section .page-lead {
  color: var(--ink);
}

.accent-section .page-card {
  background: #fff;
  border: 1px solid rgba(244, 92, 0, 0.1);
  box-shadow: 0 12px 26px rgba(194, 84, 20, 0.08);
}

.accent-section .page-card i {
  background: linear-gradient(135deg, rgba(249, 115, 0, 0.14) 0%, rgba(255, 210, 92, 0.34) 100%);
  color: var(--brand-orange-deep);
}

.contact-section {
  margin-bottom: 40px;
}

.legal-section .page-lead {
  max-width: 820px;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
}

.legal-card {
  position: relative;
  padding: 26px 22px;
  border-radius: 24px;
  text-align: right;
  background: linear-gradient(180deg, #fffaf7 0%, var(--brand-cream) 100%);
  border: 1px solid var(--line);
  box-shadow: 0 12px 26px rgba(194, 84, 20, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.accent-section .legal-card {
  background: #fff;
}

.legal-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 30px rgba(194, 84, 20, 0.12);
}

.legal-card h3 {
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 10px;
  color: var(--brand-orange-deep);
}

.legal-card p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.contact-wrap {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 22px;
  text-align: right;
}

.contact-form,
.contact-info {
  background: linear-gradient(180deg, #fffaf7 0%, var(--brand-cream) 100%);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 12px 26px rgba(194, 84, 20, 0.07);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(244, 92, 0, 0.12);
  border-radius: 14px;
  padding: 14px 16px;
  font: inherit;
  color: var(--ink);
  background: #fff;
  outline: none;
}

.contact-form textarea {
  resize: vertical;
  min-height: 130px;
}

.contact-form button {
  border: none;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--brand-orange-soft) 0%, var(--brand-orange) 100%);
  color: #fff;
  padding: 14px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-info > div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: 16px;
}

.contact-info i {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(249, 115, 0, 0.1);
  color: var(--brand-orange);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

footer {
  text-align: center;
  padding: 0 20px 42px;
  color: #8b786f;
  font-size: 14px;
}

.footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.footer-links a {
  color: var(--brand-orange-deep);
  font-size: 15px;
  font-weight: 700;
  transition: opacity 0.2s ease;
}

.footer-links a:hover {
  opacity: 0.8;
}

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

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

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

@keyframes drift {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(18px, -12px, 0) scale(1.03); }
}

@keyframes rotateRing {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@media (max-width: 1100px) {
  .nav-links {
    gap: 22px;
  }

  .nav-links a {
    font-size: 18px;
  }

  .hero {
    gap: 24px;
  }

  .desc {
    font-size: 20px;
  }

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

@media (max-width: 900px) {
  nav,
  .hero,
  .countdown-section,
  .subscribe-section,
  .page-shell {
    width: min(100% - 32px, 1180px);
  }

  .nav-links {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    text-align: center;
    padding-top: 30px;
  }

  .hero-right {
    text-align: center;
    order: -1;
  }

  .hero-left {
    min-height: 300px;
  }

  .desc {
    margin: 0 auto;
    font-size: 18px;
  }

  .shop-bag {
    right: 22px;
    bottom: 270px;
    transform: scale(0.84);
  }

  .price-tag {
    left: 22px;
  }

  .countdown {
    flex-wrap: wrap;
    justify-content: center;
  }

  .features {
    width: calc(100% - 16px);
    padding: 24px 18px;
    border-radius: 36px 36px 0 0;
  }

  .page-section {
    padding: 30px 22px;
    border-radius: 26px;
  }

  .contact-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero-stage {
    padding-top: 16px;
  }

  nav {
    width: calc(100% - 24px);
    gap: 12px;
  }

  .logo img {
    height: 42px;
  }

  .socials a {
    width: 34px;
    height: 34px;
  }

  .hero {
    width: calc(100% - 24px);
  }

  .hero-left {
    min-height: 240px;
  }

  .circle-deco,
  .orbit-ring {
    width: 250px;
    height: 250px;
  }

  .big-logo img {
    width: 230px;
  }

  .badge {
    font-size: 14px;
    padding: 9px 14px;
    bottom: 0;
  }

  .hero-right h1 {
    font-size: 54px;
  }

  .tagline {
    font-size: 20px;
  }

  .desc {
    font-size: 16px;
  }

  .countdown-section,
  .subscribe-section,
  .page-shell {
    width: calc(100% - 24px);
  }

  .time-box {
    min-width: 86px;
  }

  .time-box .num,
  .colon {
    font-size: 28px;
  }

  .time-box .lbl {
    font-size: 15px;
  }

  .sub-form {
    flex-direction: column-reverse;
    background: transparent;
    box-shadow: none;
    gap: 10px;
  }

  .sub-form input,
  .sub-form button {
    width: 100%;
    border-radius: 14px;
  }

  .features {
    grid-template-columns: 1fr;
  }

  .feature {
    justify-content: flex-start;
  }

  .page-title {
    font-size: 34px;
  }

  .page-lead {
    font-size: 16px;
  }

  .dots,
  .shop-bag {
    display: none;
  }

  .price-tag {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
