/* ============================================================
   WAYNENT V2 — tawakkul.css
   Tawakkul Brotherhood page (/tawakkul) specific styles
   ============================================================ */

/* ---- Hero ---- */
.tawakkul-hero {
  min-height: 100vh;
  background: var(--gotham-void);
  display: flex;
  align-items: center;
  padding-top: 88px;
  position: relative;
}

/* Vertical gold line — full height, left edge */
.tawakkul-hero::before {
  content: '';
  position: absolute;
  left: 48px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--sacred-gold), transparent);
  opacity: 0.4;
}

.tawakkul-hero-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.tawakkul-arabic-label {
  font-family: var(--font-arabic);
  font-size: 36px;
  color: var(--sacred-gold);
  direction: rtl;
  display: block;
  margin-bottom: 12px;
}

.tawakkul-sub-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mist);
  margin-bottom: 32px;
  display: block;
}

.tawakkul-hero-headline {
  font-size: clamp(56px, 8vw, 96px);
  color: var(--ghost-white);
  margin-bottom: 32px;
  line-height: 0.9;
}

.tawakkul-hero-sub {
  font-size: 17px;
  color: var(--mist);
  line-height: 1.7;
  max-width: 580px;
  margin: 0 auto 20px;
}

.tawakkul-hero-friction {
  font-family: var(--font-body);
  font-size: 18px;
  color: var(--ghost-white);
  font-weight: 500;
  margin-bottom: 40px;
  font-style: italic;
}

/* ---- What Tawakkul Means Section ---- */
.meaning-section {
  background: var(--gotham-shadow);
  padding: var(--section-pad-v) 0;
}

.meaning-headline {
  font-size: clamp(32px, 4vw, 52px);
  color: var(--ghost-white);
  margin-bottom: 32px;
}

.meaning-body {
  font-size: 17px;
  color: var(--mist);
  line-height: 1.75;
  max-width: 680px;
  margin-bottom: 0;
}

/* ---- Five Stages Section ---- */
.stages-section {
  background: var(--gotham-void);
  padding: var(--section-pad-v) 0;
}

.stages-progression {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;
  margin-top: 48px;
  position: relative;
}

/* Connecting line between stages */
.stages-progression::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gotham-steel), var(--gotham-steel), transparent);
  z-index: 0;
}

.stage-card {
  background: var(--gotham-shadow);
  border: 1px solid var(--gotham-steel);
  padding: 28px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 1;
  transition: border-color 0.3s;
}

.stage-card:hover {
  border-color: rgba(201,169,97,0.4);
}

.stage-card.active {
  border-color: rgba(196,28,28,0.4);
  border-top: 2px solid var(--crimson-signal);
}

.stage-number {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 52px;
  color: var(--sacred-gold);
  line-height: 0.85;
  opacity: 0.4;
}

.stage-card.active .stage-number {
  opacity: 1;
}

.stage-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ghost-white);
}

.stage-do {
  font-size: 13px;
  color: var(--mist);
  line-height: 1.5;
}

.stage-become {
  font-size: 12px;
  color: var(--sacred-gold);
  opacity: 0.7;
  font-style: italic;
}

.stages-closing {
  margin-top: 48px;
  font-size: 16px;
  color: var(--mist);
  font-style: italic;
  border-left: 3px solid var(--gotham-steel);
  padding-left: 24px;
}

/* ---- What Brotherhood Does Section ---- */
.brotherhood-section {
  background: var(--gotham-shadow);
  padding: var(--section-pad-v) 0;
}

.brotherhood-card {
  background: var(--gotham-void);
  border: 1px solid var(--gotham-steel);
  border-top: 2px solid var(--sacred-gold);
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.brotherhood-card-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ghost-white);
}

.brotherhood-card-arabic {
  font-family: var(--font-arabic);
  font-size: 18px;
  color: var(--sacred-gold);
  direction: rtl;
}

.brotherhood-card-body {
  font-size: 15px;
  color: var(--mist);
  line-height: 1.65;
}

/* ---- Waitlist Form Section ---- */
.waitlist-section {
  background: var(--gotham-void);
  padding: var(--section-pad-v) 0;
}

.waitlist-intro {
  font-size: 17px;
  color: var(--mist);
  font-style: italic;
  margin-bottom: 48px;
  padding: 24px 32px;
  border-left: 3px solid var(--sacred-gold);
  background: rgba(201,169,97,0.04);
}

.waitlist-form-card {
  background: var(--gotham-shadow);
  border: 1px solid rgba(201,169,97,0.3);
  padding: 48px;
  max-width: 680px;
}

.waitlist-telegram-note {
  margin-top: 32px;
  font-size: 14px;
  color: var(--mist);
  text-align: center;
}

.waitlist-telegram-note a {
  color: var(--sacred-gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .stages-progression {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .tawakkul-hero::before {
    left: 20px;
  }

  .stages-progression {
    grid-template-columns: 1fr 1fr;
  }

  .stages-progression::before {
    display: none;
  }

  .waitlist-form-card {
    padding: 28px 20px;
  }
}

@media (max-width: 480px) {
  .stages-progression {
    grid-template-columns: 1fr;
  }
}
