/* ==========================================================================
   AL-SIHR HOME V2 — 2025 cinematic layout (not a 2019 2-col template)
   ========================================================================== */

.home-v2 {
  --bg: #030105;
  padding-bottom: 0;
  background: #030105;
}

.home-v2 .site-header,
.home-v2 .promo-bar,
.home-v2 .mobile-bar,
.home-v2 .site-footer { display: none !important; }

/* Top strip */
.v2-top {
  background: linear-gradient(90deg, #1a050c, #6b0f2a 40%, #3d0a18 100%);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-size: 0.8rem;
  font-weight: 700;
  position: relative;
  z-index: 50;
}
.v2-top-inner {
  display: flex; align-items: center; justify-content: center;
  gap: 1rem; flex-wrap: wrap; padding: 0.55rem 0;
  color: rgba(255,255,255,0.9);
}
.v2-live {
  display: inline-flex; align-items: center; gap: 0.4rem;
  background: rgba(0,0,0,0.25); padding: 0.25rem 0.65rem;
  border-radius: 999px; font-size: 0.72rem; letter-spacing: 0.04em;
}
.v2-live i {
  width: 7px; height: 7px; border-radius: 50%; background: #4ade80;
  box-shadow: 0 0 0 0 rgba(74,222,128,0.6);
  animation: live 1.4s infinite;
}
@keyframes live {
  70% { box-shadow: 0 0 0 8px transparent; }
}
.v2-top-wa {
  color: #fff; background: rgba(255,255,255,0.12);
  padding: 0.3rem 0.75rem; border-radius: 999px; font-weight: 800;
  font-family: var(--font-d, "Noto Kufi Arabic", sans-serif);
}
.v2-top-wa:hover { background: rgba(255,255,255,0.2); }

/* Nav floating */
.v2-nav {
  position: sticky; top: 0; z-index: 90;
  padding: 0.75rem 0;
  background: linear-gradient(180deg, rgba(3,1,5,0.92), rgba(3,1,5,0.7) 70%, transparent);
  backdrop-filter: blur(12px);
}
.v2-nav-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 0.45rem 0.55rem 0.45rem 0.75rem;
  background: rgba(12, 8, 12, 0.75);
  border: 1px solid rgba(212, 160, 23, 0.2);
  border-radius: 999px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.04);
}
.v2-brand {
  display: flex; align-items: center; gap: 0.55rem;
  font-family: "Noto Kufi Arabic", sans-serif;
  flex-shrink: 0;
  max-width: min(240px, 58vw);
}
.v2-brand-logo {
  height: clamp(44px, 10vw, 56px);
  width: auto; max-width: 100%;
  object-fit: contain; object-position: right center;
  display: block;
  border-radius: 4px;
}
.v2-brand-icon { display: none !important; }
.v2-brand-mark {
  width: 40px; height: 40px; border-radius: 12px;
  display: grid; place-items: center;
  font-weight: 900; font-size: 1.15rem; color: #f5e6b8;
  background: linear-gradient(145deg, #9f1239, #3d0a18);
  border: 1px solid rgba(212,160,23,0.35);
  box-shadow: 0 4px 16px rgba(159,18,57,0.4);
}
.v2-brand-text {
  font-weight: 900; font-size: 1.15rem; color: #fff; line-height: 1.1;
}
.v2-brand-text small {
  display: block; font-size: 0.58rem; font-weight: 700;
  color: #d4a017; letter-spacing: 0.2em; margin-top: 0.15rem;
}
.v2-footer-logo {
  height: auto; width: min(160px, 70%);
  max-height: 160px;
  object-fit: contain; margin-bottom: 0.75rem;
  border-radius: 12px;
}
.v2-footer-logo-link { display: inline-block; }
.v2-links {
  display: none; gap: 0.15rem; font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 0.86rem; font-weight: 700; color: rgba(255,255,255,0.55);
}
.v2-links a {
  padding: 0.45rem 0.7rem; border-radius: 999px;
  transition: 0.2s;
}
.v2-links a:hover { color: #fff; background: rgba(255,255,255,0.06); }
@media (min-width: 960px) { .v2-links { display: flex; } }
.v2-nav-cta { display: flex; align-items: center; gap: 0.4rem; }
.v2-burger {
  width: 44px; height: 44px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.12);
  background: transparent; color: #fff; font-size: 1.2rem;
}
@media (min-width: 960px) { .v2-burger { display: none; } }

/* Buttons v2 */
.v2-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: 0.65rem 1.2rem; border-radius: 999px;
  font-family: "Noto Kufi Arabic", sans-serif; font-weight: 800; font-size: 0.88rem;
  border: none; cursor: pointer; transition: 0.22s cubic-bezier(0.16,1,0.3,1);
  white-space: nowrap;
}
.v2-btn:hover { transform: translateY(-2px); }
.v2-btn-xl { min-height: 56px; padding: 0.9rem 1.75rem; font-size: 1rem; }
.v2-btn-primary {
  background: linear-gradient(135deg, #fb7185, #e11d48 40%, #9f1239 100%);
  color: #fff;
  box-shadow: 0 12px 40px rgba(225, 29, 72, 0.4), inset 0 1px 0 rgba(255,255,255,0.2);
}
.v2-btn-wa {
  background: linear-gradient(145deg, #4ade80, #16a34a);
  color: #fff; box-shadow: 0 8px 24px rgba(22, 163, 74, 0.35);
}
.v2-btn-ghost {
  background: transparent; border: 1px solid rgba(255,255,255,0.15); color: #fff;
}
.v2-btn-glass {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  color: #fff;
  backdrop-filter: blur(12px);
}

/* ═══ HERO V3 — full split, no empty dead zone ═══ */
.v2-hero {
  position: relative;
  min-height: min(94vh, 920px);
  display: flex;
  align-items: center;
  padding: 2rem 0 3.5rem;
  overflow: hidden;
}
.v2-hero-bg {
  position: absolute; inset: 0; z-index: 0;
}
.v2-hero-img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: center 25%;
  transform: scale(1.06);
  filter: saturate(0.9) brightness(0.42) contrast(1.05);
}
.v2-hero-shade {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 55% 70% at 15% 40%, rgba(159,18,57,0.28), transparent 60%),
    radial-gradient(ellipse 50% 60% at 90% 50%, rgba(212,160,23,0.12), transparent 55%),
    linear-gradient(180deg, rgba(3,1,5,0.55) 0%, rgba(3,1,5,0.75) 45%, rgba(3,1,5,0.97) 100%),
    linear-gradient(90deg, rgba(3,1,5,0.88) 0%, rgba(3,1,5,0.55) 50%, rgba(3,1,5,0.88) 100%);
}
.v2-hero-grain {
  position: absolute; inset: 0; opacity: 0.045; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='0.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Two-column grid fills the whole hero */
.v2-hero-grid {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 2.5rem;
  align-items: center;
  padding-block: 1rem;
}
@media (min-width: 960px) {
  .v2-hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 2rem 3rem;
    min-height: min(78vh, 760px);
  }
}

.v2-hero-copy {
  max-width: 640px;
  padding: 0.5rem 0;
  justify-self: stretch;
}
@media (max-width: 767px) {
  .v2-hero-copy {
    padding-inline: 0.65rem;
  }
  .v2-pill {
    padding-block: 0.5rem;
  }
}
@media (min-width: 960px) {
  .v2-hero-copy { max-width: none; }
}

.v2-pill {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.4rem 0.95rem; border-radius: 999px;
  font-family: "Noto Kufi Arabic", sans-serif; font-size: 0.78rem; font-weight: 800;
  line-height: 1.45;
  background: rgba(0,0,0,0.5); border: 1px solid rgba(251,113,133,0.45);
  color: #fda4af; backdrop-filter: blur(10px);
  margin-bottom: 1.1rem;
}
.v2-h1-main {
  display: block;
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: clamp(3rem, 9vw, 5.5rem);
  font-weight: 900; line-height: 0.92; letter-spacing: -0.04em;
  color: #fff;
  text-shadow: 0 8px 40px rgba(0,0,0,0.55);
}
.v2-h1-magh {
  display: block;
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: clamp(1.85rem, 5.5vw, 3rem);
  font-weight: 900; line-height: 1.05;
  margin-top: 0.15rem;
  background: linear-gradient(100deg, #f0d78c, #d4a017 55%, #fb7185);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.v2-h1-sub {
  display: block; margin-top: 0.85rem;
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: clamp(1.05rem, 2.8vw, 1.45rem);
  font-weight: 700; line-height: 1.45;
  color: rgba(255,255,255,0.78);
}
.v2-hero-lead {
  margin: 1.15rem 0 1.5rem;
  font-size: clamp(0.95rem, 2.2vw, 1.06rem);
  line-height: 1.9; color: rgba(255,255,255,0.7);
  max-width: 36em;
}
.v2-hero-lead strong { color: #f0d78c; }
.v2-hero-actions {
  display: flex; flex-wrap: wrap; gap: 0.65rem; margin-bottom: 1.5rem;
}
.v2-metrics {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.6rem;
  max-width: 520px;
}
@media (max-width: 520px) {
  .v2-metrics { grid-template-columns: repeat(2, 1fr); }
  .v2-hero-actions .v2-btn { flex: 1 1 calc(50% - 0.4rem); }
  .v2-hero-actions .v2-btn-xl:first-child { flex: 1 1 100%; }
}
.v2-metrics div {
  background: rgba(0,0,0,0.45); border: 1px solid rgba(212,160,23,0.18);
  border-radius: 14px; padding: 0.7rem 0.45rem; text-align: center;
  backdrop-filter: blur(10px);
}
.v2-metrics b {
  display: block; font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 1.15rem; color: #f0d78c; font-weight: 900;
}
.v2-metrics span { font-size: 0.68rem; color: rgba(255,255,255,0.5); font-weight: 700; }

.v2-hero-trust {
  display: flex; flex-wrap: wrap; gap: 0.5rem 0.85rem;
  margin-top: 1.25rem;
  font-size: 0.82rem; font-weight: 700;
  color: rgba(255,255,255,0.55);
}
.v2-hero-trust span {
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

/* RIGHT / visual column — seal stage */
.v2-hero-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  min-height: 320px;
}
@media (min-width: 960px) {
  .v2-hero-visual { min-height: 520px; justify-content: center; }
}

.v2-seal-stage {
  position: relative;
  width: min(100%, 420px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.v2-seal-img {
  position: relative;
  z-index: 3;
  width: min(88%, 360px);
  height: auto;
  border-radius: 28px;
  box-shadow:
    0 0 0 1px rgba(212,160,23,0.35),
    0 0 80px rgba(159,18,57,0.35),
    0 32px 64px rgba(0,0,0,0.65);
  animation: seal-float 6s ease-in-out infinite;
}
@keyframes seal-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.v2-seal-ring {
  position: absolute;
  inset: 4%;
  border-radius: 50%;
  border: 1px solid rgba(212,160,23,0.22);
  box-shadow: 0 0 40px rgba(212,160,23,0.08), inset 0 0 40px rgba(159,18,57,0.12);
  animation: ring-spin 28s linear infinite;
  z-index: 1;
  pointer-events: none;
}
.v2-seal-ring-2 {
  inset: -2%;
  border-color: rgba(225,29,72,0.18);
  animation-direction: reverse;
  animation-duration: 40s;
  opacity: 0.7;
}
@keyframes ring-spin {
  to { transform: rotate(360deg); }
}
.v2-seal-ring::before {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  border: 1px dashed rgba(240,215,140,0.15);
}

/* Floating service chips around seal */
.v2-float-card {
  position: absolute;
  z-index: 4;
  padding: 0.65rem 0.9rem;
  border-radius: 16px;
  background: rgba(8,4,8,0.88);
  border: 1px solid rgba(212,160,23,0.28);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.45);
  font-family: "Noto Kufi Arabic", sans-serif;
  white-space: nowrap;
}
.v2-float-card strong {
  display: block; font-size: 0.88rem; color: #f0d78c; font-weight: 900;
}
.v2-float-card span {
  font-size: 0.72rem; color: rgba(255,255,255,0.5); font-weight: 700;
}
.v2-float-a {
  top: 6%; inset-inline-start: -4%;
  animation: chip-a 5s ease-in-out infinite;
}
.v2-float-b {
  bottom: 18%; inset-inline-start: -8%;
  animation: chip-b 5.5s ease-in-out infinite;
}
.v2-float-c {
  top: 22%; inset-inline-end: -6%;
  animation: chip-c 6s ease-in-out infinite;
}
@keyframes chip-a {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes chip-b {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}
@keyframes chip-c {
  0%,100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-6px) rotate(-1deg); }
}

@media (max-width: 959px) {
  .v2-float-a { top: 0; inset-inline-start: 0; }
  .v2-float-b { bottom: 8%; inset-inline-start: 0; }
  .v2-float-c { top: 8%; inset-inline-end: 0; }
  .v2-seal-stage { width: min(100%, 340px); }
}

/* Thumbnail strip under seal */
.v2-hero-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  width: min(100%, 420px);
}
.v2-hero-thumbs img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(212,160,23,0.2);
  filter: saturate(0.85) brightness(0.75);
  transition: 0.25s cubic-bezier(0.16,1,0.3,1);
}
.v2-hero-thumbs img:hover {
  filter: none;
  transform: translateY(-3px);
  border-color: rgba(225,29,72,0.5);
  box-shadow: 0 12px 28px rgba(0,0,0,0.4);
}

.v2-scroll-hint {
  position: absolute; bottom: 1rem; left: 50%; transform: translateX(-50%);
  z-index: 3; color: rgba(255,255,255,0.3); font-size: 1.25rem;
  animation: bob 2s ease-in-out infinite;
  display: none;
}
@media (min-width: 960px) {
  .v2-scroll-hint { display: block; }
}
@keyframes bob {
  0%,100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); }
}

/* Marquee */
.v2-marquee {
  border-block: 1px solid rgba(212,160,23,0.15);
  background: #0a0608;
  overflow: hidden;
  padding: 1rem 0;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.v2-marquee-track {
  display: flex; gap: 2.5rem; width: max-content;
  animation: marquee 40s linear infinite;
  font-family: "Noto Kufi Arabic", sans-serif;
  font-weight: 800; font-size: 0.95rem;
  color: rgba(240, 215, 140, 0.55);
  white-space: nowrap;
}
.v2-marquee-track span::after {
  content: "◆"; margin-right: 2.5rem; color: rgba(225,29,72,0.5); font-size: 0.65rem;
}
@keyframes marquee {
  to { transform: translateX(50%); }
}

/* Sections */
.v2-section { padding: clamp(3rem, 8vw, 5.5rem) 0; }
.v2-section-head { margin-bottom: 2rem; }
.v2-section-head-center { text-align: center; }
.v2-section-head-row {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 1rem; flex-wrap: wrap;
}
.v2-kicker {
  display: block; font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.22em;
  color: #e11d48; margin-bottom: 0.65rem;
}
.v2-section-head h2 {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: clamp(1.65rem, 4vw, 2.4rem);
  font-weight: 900; color: #fff; letter-spacing: -0.03em;
  line-height: 1.25; margin-bottom: 0.45rem;
}
.v2-section-head p { color: rgba(255,255,255,0.5); font-size: 1.02rem; }

/* Bento */
.v2-bento {
  display: grid; gap: 0.85rem;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .v2-bento {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 180px;
  }
  .v2-bento-lg { grid-column: span 2; grid-row: span 2; min-height: 380px; }
  .v2-bento-wide { grid-column: span 2; }
}
.v2-bento-card {
  position: relative; border-radius: 22px; overflow: hidden;
  min-height: 170px;
  border: 1px solid rgba(255,255,255,0.08);
  background: #12080c;
  display: flex; align-items: flex-end;
  transition: transform 0.35s cubic-bezier(0.16,1,0.3,1), border-color 0.25s;
  box-shadow: 0 16px 40px rgba(0,0,0,0.35);
}
.v2-bento-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  z-index: 0;
  transform: scale(1.02);
  transition: transform 0.45s cubic-bezier(0.16,1,0.3,1), filter 0.35s;
  filter: saturate(0.9) brightness(0.72);
}
.v2-bento-card:hover {
  transform: scale(1.02);
  border-color: rgba(225,29,72,0.45);
  z-index: 2;
}
.v2-bento-card:hover .v2-bento-img {
  transform: scale(1.08);
  filter: saturate(1) brightness(0.85);
}
.v2-bento-shade {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(0deg, rgba(3,1,5,0.92) 0%, rgba(3,1,5,0.45) 45%, rgba(3,1,5,0.25) 100%);
  pointer-events: none;
}
.v2-bento-body {
  position: relative; z-index: 2; padding: 1.25rem 1.35rem; width: 100%;
}
.v2-bento-body span {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 0.75rem; font-weight: 800; color: #f0d78c;
  letter-spacing: 0.08em;
}
.v2-bento-body h3 {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 1.25rem; font-weight: 900; color: #fff;
  margin: 0.25rem 0 0.2rem;
}
.v2-bento-lg .v2-bento-body h3 { font-size: clamp(1.5rem, 3vw, 2rem); }
.v2-bento-body p { color: rgba(255,255,255,0.55); font-size: 0.9rem; }

/* Proof strip */
.v2-proof {
  border-block: 1px solid rgba(212,160,23,0.12);
  background: linear-gradient(90deg, #0a0408, #12080c 50%, #0a0408);
  padding: 1.25rem 0;
}
.v2-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem 1rem;
}
@media (min-width: 800px) {
  .v2-proof-grid { grid-template-columns: repeat(4, 1fr); gap: 1rem; }
}
.v2-proof-item {
  text-align: center;
  padding: 0.85rem 0.5rem;
  border-radius: 14px;
  background: rgba(0,0,0,0.25);
  border: 1px solid rgba(255,255,255,0.05);
}
.v2-proof-item b {
  display: block;
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  color: #f0d78c;
  margin-bottom: 0.2rem;
}
.v2-proof-item span {
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255,255,255,0.45);
}

/* Packages teaser */
.v2-pkg-teaser {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .v2-pkg-teaser { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1000px) {
  .v2-pkg-teaser { grid-template-columns: repeat(3, 1fr); }
}
.v2-pkg-card {
  background: rgba(18,9,14,0.9);
  border: 1px solid rgba(212,160,23,0.16);
  border-radius: 20px;
  padding: 1.25rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  transition: 0.25s cubic-bezier(0.16,1,0.3,1);
}
.v2-pkg-card:hover {
  border-color: rgba(225,29,72,0.4);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}
.v2-pkg-card.vip {
  border-color: rgba(212,160,23,0.5);
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(212,160,23,0.12), transparent 55%),
    rgba(18,9,14,0.95);
}
.v2-pkg-card .top {
  display: flex; justify-content: space-between; align-items: center; gap: 0.5rem;
}
.v2-pkg-card .tag {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 0.72rem; font-weight: 800;
  color: #fda4af;
  background: rgba(159,18,57,0.25);
  border: 1px solid rgba(225,29,72,0.3);
  padding: 0.2rem 0.55rem; border-radius: 999px;
}
.v2-pkg-card.vip .tag {
  color: #f0d78c;
  background: rgba(212,160,23,0.12);
  border-color: rgba(212,160,23,0.35);
}
.v2-pkg-card .num { font-size: 0.78rem; color: rgba(255,255,255,0.35); font-weight: 700; }
.v2-pkg-card h3 {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 1.05rem; font-weight: 900; color: #fff; line-height: 1.4;
}
.v2-pkg-card .meta { font-size: 0.82rem; color: rgba(255,255,255,0.45); font-weight: 600; }
.v2-pkg-card .v2-btn { margin-top: 0.65rem; width: 100%; }

/* FAQ */
.v2-faq {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.v2-faq details {
  background: rgba(18,9,14,0.9);
  border: 1px solid rgba(212,160,23,0.14);
  border-radius: 16px;
  padding: 1rem 1.2rem;
  transition: border-color 0.2s;
}
.v2-faq details[open] {
  border-color: rgba(225,29,72,0.35);
}
.v2-faq summary {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.v2-faq summary::-webkit-details-marker { display: none; }
.v2-faq summary::after {
  content: "+";
  font-size: 1.25rem;
  color: #d4a017;
  font-weight: 900;
  flex-shrink: 0;
}
.v2-faq details[open] summary::after { content: "−"; color: #fb7185; }
.v2-faq details p {
  margin-top: 0.75rem;
  color: rgba(255,255,255,0.6);
  font-size: 0.95rem;
  line-height: 1.85;
  padding-top: 0.65rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.v2-faq details p strong { color: #f0d78c; }

.v2-split-lead {
  color: rgba(255,255,255,0.62);
  font-size: 1.02rem;
  line-height: 1.85;
  margin: 0 0 1.25rem;
  max-width: 36em;
}
.v2-split-copy h2 em {
  font-style: normal;
  background: linear-gradient(100deg, #f0d78c, #fb7185);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

.v2-final-seal {
  width: 72px; height: 72px;
  border-radius: 18px;
  margin: 0 auto 1.25rem;
  border: 1px solid rgba(212,160,23,0.35);
  box-shadow: 0 12px 40px rgba(159,18,57,0.35);
  object-fit: cover;
}
.v2-final h2 span {
  background: linear-gradient(100deg, #fda4af, #f0d78c);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* Process */
.v2-process {
  padding: clamp(3rem, 8vw, 5rem) 0;
  background: linear-gradient(180deg, #030105, #0c0609 50%, #030105);
  border-block: 1px solid rgba(212,160,23,0.1);
}
.v2-steps {
  display: grid; gap: 1.5rem;
  max-width: 1000px; margin: 0 auto;
}
@media (min-width: 800px) {
  .v2-steps {
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: start; gap: 1rem;
  }
}
.v2-step {
  text-align: center; padding: 1.5rem 1rem;
  background: rgba(18,9,14,0.6); border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
}
.v2-step-num {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 2rem; font-weight: 900;
  background: linear-gradient(135deg, #fb7185, #d4a017);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-bottom: 0.5rem;
}
.v2-step h3 {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 1.15rem; color: #fff; margin-bottom: 0.4rem;
}
.v2-step p { color: rgba(255,255,255,0.5); font-size: 0.92rem; line-height: 1.7; }
.v2-step-line {
  display: none; width: 40px; height: 2px; margin-top: 3rem;
  background: linear-gradient(90deg, transparent, rgba(212,160,23,0.5), transparent);
  align-self: center;
}
@media (min-width: 800px) { .v2-step-line { display: block; } }

/* Split */
.v2-split {
  display: grid; gap: 2.5rem; align-items: center;
  padding: clamp(3rem, 8vw, 5rem) 0;
}
@media (min-width: 900px) {
  .v2-split { grid-template-columns: 1.05fr 0.95fr; gap: 3.5rem; }
}
.v2-split-visual {
  position: relative; border-radius: 28px; overflow: hidden;
  border: 1px solid rgba(212,160,23,0.2);
  box-shadow: 0 32px 80px rgba(0,0,0,0.5);
  aspect-ratio: 4/3;
}
.v2-split-visual img {
  width: 100%; height: 100%; object-fit: cover;
}
.v2-split-float {
  position: absolute; bottom: 1.25rem; right: 1.25rem;
  background: rgba(5,3,8,0.85); backdrop-filter: blur(12px);
  border: 1px solid rgba(212,160,23,0.3);
  border-radius: 16px; padding: 1rem 1.25rem;
}
.v2-split-float strong {
  display: block; font-family: "Noto Kufi Arabic", sans-serif;
  color: #f0d78c; font-size: 1.05rem;
}
.v2-split-float span { color: rgba(255,255,255,0.5); font-size: 0.85rem; }
.v2-split-copy h2 {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.35rem);
  font-weight: 900; color: #fff; line-height: 1.3;
  letter-spacing: -0.02em; margin: 0.5rem 0 1.25rem;
}
.v2-checklist {
  list-style: none; margin: 0 0 1.75rem; padding: 0;
}
.v2-checklist li {
  position: relative; padding: 0.65rem 1.75rem 0.65rem 0;
  color: rgba(255,255,255,0.65); font-size: 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.v2-checklist li::before {
  content: "◆"; position: absolute; right: 0; top: 0.7rem;
  color: #e11d48; font-size: 0.65rem;
}

/* Geo */
.v2-geo {
  display: flex; flex-wrap: wrap; gap: 0.55rem;
}
.v2-geo a {
  min-height: 48px; padding: 0.65rem 1.25rem;
  border-radius: 999px;
  font-family: "Noto Kufi Arabic", sans-serif; font-weight: 800; font-size: 0.88rem;
  background: rgba(18,9,14,0.8);
  border: 1px solid rgba(212,160,23,0.18);
  color: rgba(255,255,255,0.7);
  transition: 0.2s;
}
.v2-geo a:hover {
  border-color: #e11d48; color: #fff;
  background: rgba(159,18,57,0.25);
  transform: translateY(-2px);
}

/* Final CTA */
.v2-final {
  position: relative;
  padding: clamp(4rem, 10vw, 7rem) 0;
  background:
    radial-gradient(ellipse 70% 80% at 50% 100%, rgba(159,18,57,0.35), transparent 60%),
    #030105;
  border-top: 1px solid rgba(225,29,72,0.2);
  text-align: center;
}
.v2-final h2 {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: clamp(2rem, 6vw, 3.25rem);
  font-weight: 900; color: #fff; letter-spacing: -0.03em;
  margin-bottom: 0.65rem;
}
.v2-final p {
  color: rgba(255,255,255,0.55); font-size: 1.1rem; margin-bottom: 1.75rem;
}

/* Footer v2 */
.v2-footer {
  background: #050308;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 3.5rem 0 6.5rem;
  color: rgba(255,255,255,0.45); font-size: 0.92rem;
}
@media (min-width: 768px) { .v2-footer { padding-bottom: 3rem; } }
.v2-footer-grid {
  display: grid; gap: 2rem;
}
@media (min-width: 800px) {
  .v2-footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; }
}
.v2-footer-brand {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-weight: 900; font-size: 1.2rem; color: #f0d78c; margin-bottom: 0.5rem;
}
.v2-footer strong {
  display: block; font-family: "Noto Kufi Arabic", sans-serif;
  color: #d4a017; margin-bottom: 0.5rem; font-size: 0.85rem;
}
.v2-footer a {
  display: block; margin: 0.3rem 0; color: rgba(255,255,255,0.45); font-weight: 600;
}
.v2-footer a:hover { color: #f0d78c; }
.v2-footer-note {
  margin-top: 2.5rem; padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  font-size: 0.78rem; opacity: 0.7;
}

/* Dock */
.v2-dock {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 100;
  display: flex; gap: 0.45rem;
  padding: 0.65rem 0.85rem;
  padding-bottom: calc(0.65rem + env(safe-area-inset-bottom, 0px));
  background: rgba(3,1,5,0.92);
  border-top: 1px solid rgba(212,160,23,0.2);
  backdrop-filter: blur(16px);
}
.v2-dock a {
  flex: 1; min-height: 48px; display: grid; place-items: center;
  border-radius: 14px; font-family: "Noto Kufi Arabic", sans-serif;
  font-weight: 800; font-size: 0.82rem;
}
.v2-dock-wa { background: linear-gradient(145deg, #4ade80, #16a34a); color: #fff; }
.v2-dock-line { background: linear-gradient(145deg, #22c55e, #009a00); color: #fff; }
.v2-dock-go {
  background: linear-gradient(135deg, #fb7185, #9f1239); color: #fff;
}
@media (min-width: 768px) { .v2-dock { display: none; } }

/* Blog grid inherits from site.css but enhance on home */
.home-v2 .blog-cover {
  height: 170px !important;
}

/* ─── INNER PAGES (page-v2 shell) ───────────────────────────────── */
.page-v2 {
  --bg: #030105;
  background: #030105;
  padding-bottom: 0;
}
.page-v2 .site-header,
.page-v2 .promo-bar,
.page-v2 .mobile-bar,
.page-v2 .site-footer { display: none !important; }

.page-v2 .v2-nav {
  background: linear-gradient(180deg, rgba(3,1,5,0.96), rgba(3,1,5,0.85));
}

.v2-page-hero {
  padding: clamp(2rem, 5vw, 3.5rem) 0 1.75rem;
  position: relative;
}
.v2-page-hero::before {
  content: "";
  position: absolute;
  inset: -1rem -5vw auto;
  height: 220px;
  background:
    radial-gradient(ellipse 60% 80% at 80% 0%, rgba(159,18,57,0.35), transparent 60%),
    radial-gradient(ellipse 40% 60% at 10% 40%, rgba(212,160,23,0.08), transparent 55%);
  pointer-events: none;
  z-index: -1;
}
.v2-page-hero h1 {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: clamp(2rem, 6vw, 3.25rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #fff;
  margin: 0.75rem 0 1rem;
}
.v2-page-hero .lead {
  color: rgba(255,255,255,0.68);
  max-width: 38em;
  font-size: clamp(1rem, 2.4vw, 1.12rem);
}
.v2-page-hero .breadcrumb {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.4);
  margin-bottom: 1rem;
  font-weight: 700;
}
.v2-page-hero .breadcrumb a { color: #f0d78c; }
.v2-page-hero .breadcrumb a:hover { color: #fff; }

.page-v2 .card {
  background: rgba(18, 9, 14, 0.85);
  border: 1px solid rgba(212,160,23,0.16);
  border-radius: 20px;
  transition: 0.25s cubic-bezier(0.16,1,0.3,1);
  overflow: hidden;
}
.page-v2 .card:hover {
  border-color: rgba(225,29,72,0.45);
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.45);
}
.page-v2 .pkg-card {
  background: rgba(18, 9, 14, 0.9);
  border-radius: 20px;
  border: 1px solid rgba(212,160,23,0.14);
}
.page-v2 .pkg-card.vip {
  border-color: rgba(212,160,23,0.55);
  box-shadow: 0 0 0 1px rgba(212,160,23,0.15), 0 16px 40px rgba(159,18,57,0.15);
}
.page-v2 .prose h2 {
  font-family: "Noto Kufi Arabic", sans-serif;
  color: #f0d78c;
}
.page-v2 .faq details {
  background: rgba(18,9,14,0.9);
  border: 1px solid rgba(212,160,23,0.12);
  border-radius: 16px;
}
.page-v2 .cta-box {
  margin: 2.5rem auto 3rem;
  padding: 2.5rem 1.5rem;
  border-radius: 24px;
  background:
    radial-gradient(ellipse 80% 100% at 50% 100%, rgba(159,18,57,0.35), transparent 60%),
    rgba(12,8,12,0.9);
  border: 1px solid rgba(225,29,72,0.25);
  text-align: center;
}
.page-v2 .blog-card {
  border-radius: 20px;
  overflow: hidden;
  background: rgba(18,9,14,0.9);
  border: 1px solid rgba(212,160,23,0.12);
}
.page-v2 .blog-cover {
  height: 160px;
  background-size: cover;
  background-position: center;
}

@media (prefers-reduced-motion: reduce) {
  .v2-marquee-track, .v2-scroll-hint, .v2-live i,
  .v2-seal-img, .v2-seal-ring, .v2-float-a, .v2-float-b, .v2-float-c {
    animation: none !important;
  }
  .v2-bento-card:hover, .v2-btn:hover, .page-v2 .card:hover,
  .v2-hero-thumbs img:hover { transform: none !important; }
}
