*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Tajawal",system-ui,sans-serif;
  background:#FFF1F3;
  color:#2b111b;
}

a{text-decoration:none;color:inherit}

.activation-page{
  min-height:100vh;
  overflow:hidden;
  background:
    radial-gradient(900px 480px at 80% -10%,rgba(212,175,55,.20),transparent 60%),
    radial-gradient(800px 420px at 10% 10%,rgba(217,119,145,.20),transparent 55%),
    linear-gradient(180deg,#FFF1F3,#fff);
}

.activation-hero{
  width:min(1200px,100%);
  margin:auto;
  padding:70px 24px 42px;
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);
  gap:28px;
  align-items:center;
}

.hero-content{display:grid;gap:18px}

.vip-badge,
.section-head span,
.limited{
  width:max-content;
  padding:9px 14px;
  border-radius:999px;
  font-weight:900;
  color:#7b3149;
  background:rgba(255,255,255,.75);
  border:1px solid rgba(212,175,55,.45);
  box-shadow:0 10px 26px rgba(0,0,0,.05);
}

h1{
  margin:0;
  font-size:clamp(36px,5vw,66px);
  line-height:1.1;
  font-weight:900;
  color:#241018;
}

.hero-content p{
  margin:0;
  max-width:760px;
  font-size:clamp(18px,2vw,22px);
  line-height:1.9;
  color:#684354;
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
}

.hero-actions.center{justify-content:center}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:15px 24px;
  border-radius:16px;
  font-weight:900;
  transition:.25s ease;
}

.btn:hover{
  transform:translateY(-2px);
}

.btn-primary{
  color:#fff;
  background:
    linear-gradient(#7b3149,#7b3149) padding-box,
    linear-gradient(135deg,#a77717,#f7d778,#d4af37) border-box;
  border:2px solid transparent;
  box-shadow:0 18px 44px rgba(125,49,73,.22);
}

.btn-secondary{
  color:#7b3149;
  background:rgba(255,255,255,.70);
  border:1px solid rgba(212,175,55,.45);
}

.btn-full{width:100%}

.trust-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.trust-row span{
  padding:9px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.75);
  border:1px solid rgba(212,175,55,.28);
  color:#6b4050;
  font-weight:800;
}

.price-card{
  position:relative;
  display:grid;
  gap:13px;
  padding:28px;
  border-radius:30px;
  background:
    radial-gradient(520px 260px at 20% 0%,rgba(212,175,55,.22),transparent 60%),
    linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,247,249,.82));
  border:1px solid rgba(212,175,55,.55);
  box-shadow:0 26px 80px rgba(125,49,73,.16);
}

.price-card h2{
  margin:4px 0 0;
  font-size:clamp(26px,3vw,38px);
  font-weight:900;
}

.old-price,
.pay-once{
  margin:0;
  color:#7b5360;
  font-weight:800;
}

.price{
  font-size:clamp(42px,5vw,62px);
  line-height:1;
  color:#7b3149;
  font-weight:900;
}

.price-card ul{
  margin:4px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:9px;
}

.price-card li{
  padding:10px 12px;
  border-radius:14px;
  background:rgba(212,175,55,.12);
  font-weight:800;
  color:#543040;
}

.section{
  width:min(1200px,100%);
  margin:42px auto;
  padding:0 24px;
}

.section-head{
  display:grid;
  justify-items:center;
  text-align:center;
  gap:10px;
  margin-bottom:24px;
}

.section-head h2,
.legal-box h2,
.final-cta h2{
  margin:0;
  font-size:clamp(28px,3.5vw,44px);
  font-weight:900;
}

.grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
  gap:18px;
}

.card{
  padding:22px;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(212,175,55,.35);
  box-shadow:0 16px 44px rgba(0,0,0,.06);
  transition:.25s ease;
}

.card:hover{
  transform:translateY(-4px);
  box-shadow:0 22px 60px rgba(0,0,0,.10);
}

.card b{font-size:18px}
.card p{
  margin:10px 0 0;
  line-height:1.8;
  color:#6f4657;
}

.dark-section{
  padding:34px 24px;
  border-radius:30px;
  background:
    radial-gradient(700px 320px at 20% 0%,rgba(212,175,55,.18),transparent 60%),
    linear-gradient(135deg,#2d1420,#7b3149);
  color:#fff;
  box-shadow:0 24px 70px rgba(125,49,73,.20);
}

.section-head.light span{
  background:rgba(255,255,255,.12);
  color:#fff;
}

.section-head.light h2{color:#fff}

.benefits{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:12px;
}

.benefits div{
  padding:15px;
  border-radius:16px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  font-weight:900;
}

.legal-box,
.final-cta{
  width:min(1100px,calc(100% - 48px));
  margin:42px auto;
  padding:30px 24px;
  border-radius:28px;
  text-align:center;
  background:#fff;
  border:1px solid rgba(212,175,55,.35);
  box-shadow:0 18px 54px rgba(0,0,0,.06);
}

.legal-box p,
.final-cta p{
  margin:12px auto 0;
  max-width:850px;
  line-height:1.9;
  color:#6f4657;
  font-weight:700;
}

.final-cta{
  background:
    radial-gradient(700px 320px at 50% -20%,rgba(212,175,55,.16),transparent 60%),
    linear-gradient(135deg,#fff,#fff7f8);
}

@media(max-width:900px){
  .activation-hero{
    grid-template-columns:1fr;
    text-align:center;
  }

  .hero-content{
    justify-items:center;
  }

  .hero-actions,
  .trust-row{
    justify-content:center;
  }

  .price-card{
    max-width:560px;
    margin:auto;
    width:100%;
  }
}

@media(max-width:640px){
  .activation-hero{
    padding:46px 16px 28px;
  }

  .section{
    padding:0 16px;
    margin:36px auto;
  }

  .btn{
    width:100%;
  }

  .legal-box,
  .final-cta{
    width:calc(100% - 32px);
  }
}
.login-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:18px var(--pad);
  position:relative;
  z-index:2;
}

.login-header .logo{
  padding:0;
}

.back-home{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:999px;
  font-weight:800;
  color:var(--brand-700);
  background:rgba(255,255,255,.72);
  border:1px solid rgba(212,175,55,.42);
  box-shadow:0 8px 22px rgba(0,0,0,.05);
}

.back-home:hover{
  transform:translateY(-1px);
  text-decoration:none;
}

@media(max-width:640px){
  .login-header{
    flex-direction:column-reverse;
    justify-content:center;
  }
}

