/* ═══════════ Capital Passion — LAM-style landing ═══════════ */
:root {
  --dark: #101527;
  --dark-2: #0E1A3C;
  --dark-card: #1A2340;
  --orange: #EE7A14;
  --orange-light: #F5A54E;
  --sand-soft: #F6D9B4;
  --warm-bg: #FBF3E8;
  --white: #fff;
  --gray: #5E6577;
  --gray-2: #97897A;
  --chip-light: #F5EDE1;
  --r-sheet: 44px;
  --font-d: "Roboto Condensed", sans-serif;
  --font-b: "Poppins", sans-serif;
  --font-m: "Fragment Mono", monospace;
  --font-ar: "Tajawal", sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: initial; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
body {
  font-family: var(--font-b); color: var(--dark); background: var(--warm-bg);
  overflow-x: clip; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
h1, h2 { font-family: var(--font-d); font-weight: 900; text-transform: uppercase; letter-spacing: -0.04em; }
.on-dark { color: var(--white); }

/* split-text line masks */
.split .word { display: inline-block; overflow: hidden; vertical-align: bottom; }
.split .word > i { display: inline-block; font-style: normal; transform: translateY(115%); }

/* ═══════════ preloader ═══════════ */
.preloader { position: fixed; inset: 0; z-index: 99; background: var(--dark-2); display: flex; align-items: center; justify-content: center; }
.pre-inner { text-align: center; }
.pre-logo { font-family: var(--font-d); font-weight: 900; font-size: clamp(38px, 7vw, 76px); color: #fff; letter-spacing: -0.02em; overflow: hidden; }
.pre-logo span { display: inline-block; transform: translateY(110%); }
.pre-logo .sp { width: .35em; }
.pre-logo .oj { color: var(--orange); }
.pre-count { font-family: var(--font-m); color: var(--orange-light); margin-top: 14px; font-size: 15px; }

/* ═══════════ navbar ═══════════ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px clamp(18px, 4vw, 54px); transition: padding .45s ease;
}
.nav.scrolled { padding-top: 10px; padding-bottom: 10px; }
.nav.scrolled::before {
  content: ""; position: absolute; inset: 0; backdrop-filter: blur(14px);
  background: rgba(251, 243, 232, .55); mask: linear-gradient(#000 78%, transparent);
  -webkit-mask: linear-gradient(#000 78%, transparent); z-index: -1;
}
.nav-logo { display: flex; align-items: center; gap: 10px; font-family: var(--font-d); font-weight: 900; font-size: 21px; letter-spacing: .01em; }
.nav-logo span b { color: var(--orange); font-weight: 900; }
.nav-pill {
  display: flex; gap: 4px; background: rgba(16, 21, 39, .82); backdrop-filter: blur(8px);
  border-radius: 24px; padding: 6px;
}
.nav-pill a {
  color: #cfd3de; font-size: 13.5px; font-weight: 500; padding: 8px 16px; border-radius: 18px;
  display: flex; align-items: center; gap: 7px; transition: color .25s, background .25s;
}
.nav-pill a:hover { color: #fff; }
.nav-pill a.active { background: #2A3352; color: #fff; }
.nav-pill a.active i { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }
.nav-cta {
  background: #fff; font-weight: 600; font-size: 13.5px; padding: 11px 20px; border-radius: 22px;
  box-shadow: 0 10px 4px rgba(160,140,110,.03), 0 6px 3px rgba(160,140,110,.11), 0 2px 2px rgba(160,140,110,.19), 0 1px 1px rgba(160,140,110,.22);
  transition: transform .25s ease, box-shadow .25s ease;
}
.nav-cta:hover { transform: scale(1.04); }

.nav-actions { display: flex; align-items: center; gap: 10px; margin: 15px; }
.nav-lang {
  font-family: 'Tajawal', sans-serif; font-weight: 700; font-size: 13.5px; background: var(--dark);
  color: #fff; padding: 11px 18px; border-radius: 22px;
  transition: transform .25s ease, background .25s ease;
}
.nav-lang:hover { transform: scale(1.06); background: var(--orange); }
html[dir="rtl"] .nav-lang { font-family: 'Poppins', sans-serif; font-weight: 600; }

/* ═══════════ hero ═══════════ */
.hero { position: relative; min-height: 100svh; padding: 130px 20px 90px; text-align: center; overflow: clip; }
.hero-glow {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(34% 26% at 50% 36%, rgba(245,165,78,.18) 0%, transparent 70%),
    linear-gradient(#FFFDFa 0%, var(--warm-bg) 78%, #F6EAD8 100%);
}
.hero-stage { position: relative; z-index: 1; height: clamp(520px, 66vh, 640px); margin-bottom: 8px; }

.phone { width: 250px; filter: drop-shadow(0 34px 44px rgba(90, 55, 10, .3)); }
.hero-phone { position: absolute; left: 50%; top: 40px; transform: translateX(-50%); z-index: 1; }
.ph-frame {
  background: #fff; border: 7px solid #14224A; border-radius: 44px; padding: 14px 14px 18px;
  min-height: 470px; position: relative; text-align: left;
}
.ph-island { width: 78px; height: 20px; background: #14224A; border-radius: 12px; margin: 2px auto 4px; }
.ph-status { display: flex; justify-content: space-between; font-family: var(--font-m); font-size: 10px; color: #9aa; padding: 0 4px 8px; }
.ph-head { display: flex; align-items: center; justify-content: space-between; padding: 4px 2px 12px; }
.ph-head b { font-size: 14.5px; }
.ph-bell, .ph-x { font-size: 12px; opacity: .55; }
.ph-choose { display: flex; gap: 10px; justify-content: center; padding: 6px 0 14px; }
.ph-opt { text-align: center; flex: 1; border-radius: 18px; padding: 12px 6px; background: #FBF6EE; }
.ph-opt b { display: block; font-size: 12.5px; margin-top: 8px; }
.ph-opt span { font-size: 10px; color: var(--gray); }
.ph-circ {
  width: 62px; height: 62px; border-radius: 50%; background: #fff; margin: 0 auto;
  display: flex; align-items: center; justify-content: center; border: 2.5px solid transparent;
}
.ph-opt.sel { background: #FDEEDC; }
.ph-opt.sel .ph-circ { border-color: var(--orange); }
.ph-btn {
  background: var(--orange); color: #fff; text-align: center; font-size: 13px; font-weight: 600;
  border-radius: 16px; padding: 12px; margin-top: 2px;
}

.ghost {
  position: absolute; z-index: 0; background: rgba(255,255,255,.66); backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,.85); border-radius: 18px; padding: 13px 16px;
  box-shadow: 0 18px 34px rgba(120, 75, 15, .14); font-size: 12px; text-align: left;
}
.ghost b { display: block; font-size: 14px; }
.ghost span { color: var(--gray); font-size: 11px; }
.gc-1 { left: max(4vw, 12px); top: 90px; transform: rotate(-7deg); display: flex; gap: 10px; align-items: center; }
.gc-1 .g-ic { font-size: 20px; }
.gc-2 { right: max(5vw, 14px); top: 140px; transform: rotate(6deg); }
.gc-2 b { font-size: 24px; font-family: var(--font-d); color: var(--orange); }
.g-tag { font-family: var(--font-m); font-size: 9px; letter-spacing: 1px; color: var(--gray); }
.gc-3 { left: 12vw; bottom: 60px; transform: rotate(5deg); }
.g-stars { color: var(--orange); letter-spacing: 2px; font-size: 11px; display: block; }
.gc-3 b { font-family: var(--font-m); font-weight: 400; }

.hero-h1 {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  font-size: clamp(46px, 7.6vw, 108px); line-height: .92; pointer-events: none;
}
.hero-h1 .l1 { display: block; color: var(--orange); }
.hero-h1 .l2 { display: block; color: var(--dark); }

.hero-sub { position: relative; z-index: 2; max-width: 560px; margin: 26px auto 0; color: var(--gray); font-size: 15.5px; line-height: 1.6; }
.hero-ar { position: relative; z-index: 2; font-family: var(--font-ar); color: #A2683A; font-size: 15px; margin-top: 10px; }
.hero-btns { position: relative; z-index: 2; display: flex; gap: 12px; justify-content: center; margin-top: 26px; }

.btn {
  display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 14.5px;
  padding: 15px 28px; border-radius: 24px; transition: transform .3s cubic-bezier(.2,.9,.3,1.4), box-shadow .3s;
  will-change: transform;
}
.btn:hover { transform: scale(1.045); }
.btn-orange { background: var(--orange); color: #fff; box-shadow: 0 14px 26px rgba(238,122,20,.35); }
.btn-dark { background: var(--dark); color: #fff; box-shadow: 0 14px 26px rgba(16,21,39,.3); }

/* house hero */
.house { position: absolute; left: 50%; top: 0; transform: translateX(-50%); width: min(340px, 78vw); z-index: 1;
  filter: drop-shadow(0 30px 40px rgba(90, 55, 10, .22)); }
.house .room, [data-product] { cursor: pointer; }
.house .room:hover rect:first-child { fill: #FBE3C4; }
.b-mini-grid i svg { display: block; }
.cta-house { position: relative; text-align: center; padding-bottom: 40px; }
.cta-house .ch-mark { margin: -74px auto 0; position: relative; }
.cta-house .ph-cta-t { display: block; color: #fff; font-family: var(--font-d); text-transform: uppercase;
  font-size: 34px; line-height: 1; margin-top: 18px; letter-spacing: -.02em; }
.cta-house .ph-cta-ar { display: block; font-family: var(--font-ar); color: #fff; margin-top: 10px; font-size: 17px; }

/* ═══════════ sheets & arcs ═══════════ */
.arcs { position: relative; z-index: 2; height: 0; }
.arcs i {
  position: absolute; left: 50%; transform: translateX(-50%); border-radius: 48px 48px 0 0;
  background: var(--sand-soft); width: 94%; height: 90px; top: -66px; opacity: .55;
}
.arcs i:nth-child(2) { width: 97%; top: -44px; opacity: .8; background: #F9E6C8; }
.arcs i:nth-child(3) { width: 100%; top: -22px; opacity: 1; background: #FDF0DC; }

.sheet { position: relative; z-index: 3; border-radius: var(--r-sheet) var(--r-sheet) 0 0; padding: 90px clamp(18px, 5vw, 70px); }
.sheet-light { background: #fff; }
.sheet-dark { background: var(--dark); }

.tags { display: flex; justify-content: center; margin-bottom: 26px; }
.tag {
  font-family: var(--font-m); font-size: 12px; letter-spacing: 1px; padding: 9px 16px; border-radius: 14px;
}
.tag-light { background: var(--chip-light); transform: rotate(-6deg); }
.tag-dark { background: var(--dark); color: #fff; transform: rotate(4deg) translateX(-6px); }
.tag-orange { background: var(--orange); color: #fff; transform: rotate(4deg) translateX(-6px); }

.sheet h2 { font-size: clamp(40px, 6vw, 74px); line-height: .98; text-align: center; }
.sect-sub { text-align: center; max-width: 520px; margin: 18px auto 0; color: var(--gray); font-size: 15px; line-height: 1.65; }
.sect-sub.on-dark { color: #A9AFC2; }

/* ═══════════ bento ═══════════ */
.bento {
  display: grid; gap: 18px; margin-top: 54px;
  grid-template-columns: 1.15fr 1fr 1fr; grid-template-rows: 220px 220px;
  grid-template-areas: "a b c" "a d c";
}
.b-card {
  border-radius: 28px; background: var(--warm-bg); padding: 26px; position: relative; overflow: clip;
  border: 1px solid #F0E4D2;
}
.b-card b { font-size: 17px; display: block; max-width: 240px; line-height: 1.35; position: relative; z-index: 2; }
.b-card:nth-child(1) { grid-area: a; }
.b-card:nth-child(2) { grid-area: b; }
.b-card:nth-child(3) { grid-area: c; }
.b-card:nth-child(4) { grid-area: d; }
.b-picker { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.chip { background: #fff; border: 1px solid #EFE3CF; padding: 8px 14px; border-radius: 16px; font-size: 12.5px; }
.chip.on { background: var(--orange); border-color: var(--orange); color: #fff; }
.b-mini-grid { display: flex; gap: 12px; margin-top: 26px; }
.b-mini-grid i { font-style: normal; font-size: 26px; background: #fff; border-radius: 16px; width: 62px; height: 62px; display: flex; align-items: center; justify-content: center; border: 1px solid #EFE3CF; }
.b-chat { margin-top: 16px; display: flex; flex-direction: column; gap: 8px; }
.msg { font-size: 12px; line-height: 1.5; padding: 10px 13px; border-radius: 14px; max-width: 92%; }
.msg.me { background: var(--dark); color: #fff; border-bottom-right-radius: 4px; align-self: flex-end; }
.msg.them { background: #fff; border: 1px solid #EFE3CF; border-bottom-left-radius: 4px; }
.b-photo { padding: 0; }
.b-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.b-photo b { position: absolute; left: 22px; bottom: 18px; color: #fff; z-index: 2; text-shadow: 0 2px 14px rgba(0,0,0,.4); }
.b-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(16,21,39,.72)); }
.b-dark { background: var(--dark-2); border-color: #22355E; }
.b-dark b { color: #fff; }
.b-shield { display: flex; gap: 14px; align-items: center; margin-top: 18px; color: #A9AFC2; font-size: 12.5px; line-height: 1.5; }

.pgallery { margin-top: 46px; }
.pg-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 18px; }
.pg-head b { font-size: 19px; }
.pg-head span { font-family: var(--font-ar); color: var(--gray); font-size: 15px; }
.pg-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.pg-tile { position: relative; border-radius: 18px; overflow: clip; height: 170px; }
.pg-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.pg-tile:hover img { transform: scale(1.07); }
.pg-tile span { position: absolute; left: 10px; right: 10px; bottom: 10px; background: rgba(255,255,255,.88);
  backdrop-filter: blur(4px); border-radius: 12px; padding: 7px 10px; font-size: 11.5px; font-weight: 600;
  display: flex; justify-content: space-between; align-items: center; }
.pg-tile span i { font-style: normal; font-family: var(--font-ar); color: var(--orange); font-weight: 700; }
@media (max-width: 900px) { .pg-row { grid-template-columns: repeat(2, 1fr); } .pg-head { flex-direction: column; gap: 4px; } }

/* ═══════════ statement ═══════════ */
.statement { position: relative; z-index: 3; background: #fff; padding: 120px 20px; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.st-text { max-width: 880px; text-align: center; font-size: clamp(26px, 4vw, 46px); font-weight: 600; line-height: 1.35; }
.st-text .w { opacity: .13; display: inline-block; }
.pill-word { background: var(--chip-light); border-radius: 40px; padding: 2px 20px; display: inline-block; }
.st-chip { margin-top: 44px; background: var(--dark); color: #fff; font-size: 13px; padding: 11px 22px; border-radius: 20px; }
.st-icons .sq {
  position: absolute; width: 58px; height: 58px; border-radius: 19px; background: var(--orange);
  display: flex; align-items: center; justify-content: center; font-size: 24px;
  box-shadow: 0 16px 30px rgba(238,122,20,.35);
}
.st-icons .sq:nth-child(1) { left: 9vw; top: 18%; }
.st-icons .sq:nth-child(2) { right: 10vw; top: 24%; }
.st-icons .sq:nth-child(3) { left: 14vw; bottom: 20%; }
.st-icons .sq:nth-child(4) { right: 15vw; bottom: 16%; }
.st-icons .sq:nth-child(5) { left: 48%; top: 11%; }

/* ═══════════ packages deck ═══════════ */
.packages { position: relative; z-index: 3; background: #fff; padding: 110px clamp(18px, 5vw, 70px); display: grid; grid-template-columns: 1fr 1.3fr; gap: 40px; min-height: 100vh; align-items: center; }
.pk-label .tags { justify-content: flex-start; margin-bottom: 20px; }
.pk-label h3 { font-family: var(--font-d); font-weight: 900; text-transform: uppercase; font-size: clamp(34px, 4.6vw, 58px); line-height: .98; letter-spacing: -0.04em; }
.deck { position: relative; height: 480px; }
.dcard {
  position: absolute; left: 50%; top: 50%; width: min(400px, 88%); height: 250px;
  border-radius: 26px; padding: 26px 30px; color: #fff; overflow: clip;
  box-shadow: 0 30px 60px rgba(16,21,39,.28);
}
.dcard::after {
  content: ""; position: absolute; inset: 0; opacity: .35; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
}
.d-num { position: absolute; right: 22px; top: 18px; font-family: var(--font-m); font-size: 13px; opacity: .8; }
.dcard h4 { font-family: var(--font-d); font-size: 30px; text-transform: uppercase; letter-spacing: -.02em; }
.d-price { font-family: var(--font-d); font-size: 42px; margin: 10px 0 8px; }
.d-price small { font-size: 16px; font-family: var(--font-b); font-weight: 500; opacity: .8; }
.dcard p { font-size: 13.5px; line-height: 1.55; opacity: .92; max-width: 320px; }
.dc-1 { background: linear-gradient(135deg, #22355E, #0E1A3C 70%); }
.dc-2 { background: linear-gradient(135deg, #F5A54E, #EE7A14 60%, #D96A08); }
.dc-3 { background: linear-gradient(135deg, #E8C79A, #C89B62); }

/* ═══════════ how it works ═══════════ */
.how { padding-bottom: 40px; }
.how-aurora {
  position: absolute; left: 0; right: 0; top: -40px; height: 380px; pointer-events: none; opacity: .55;
  background: radial-gradient(60% 70% at 50% 0%, rgba(238,122,20,.35), transparent 70%);
}
.how-pin { display: grid; grid-template-columns: 70px 1.25fr 1fr; gap: 38px; align-items: center; min-height: 78vh; margin-top: 50px; }
.how-rail { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.rail-step {
  width: 52px; height: 52px; border-radius: 17px; background: var(--dark-card);
  display: flex; align-items: center; justify-content: center; transition: background .35s, box-shadow .35s;
}
.rail-step i { font-style: normal; font-family: var(--font-m); color: #8b93ad; transition: color .35s; }
.rail-step.is-on { background: var(--orange); box-shadow: 0 12px 26px rgba(238,122,20,.4); }
.rail-step.is-on i { color: #fff; }
.rail-dots { width: 2px; height: 44px; background: repeating-linear-gradient(#39415e 0 5px, transparent 5px 11px); }
.how-card {
  position: relative; border-radius: 30px; background: var(--dark-2); border: 1px solid #22355E;
  height: 420px; overflow: clip;
}
.how-pane { position: absolute; inset: 0; padding: 30px; opacity: 0; }
.how-pane.hp-0 { opacity: 1; }
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.cat {
  background: var(--dark-card); border: 1px solid #2A3352; color: #E7EAF3; font-size: 13px;
  border-radius: 18px; padding: 20px 10px; text-align: center;
}
.cat i { display: block; font-style: normal; font-size: 24px; margin-bottom: 8px; }
.how-badge { position: absolute; left: 30px; bottom: 24px; font-family: var(--font-m); font-size: 11.5px; color: var(--orange-light); }
.q-chat { display: flex; flex-direction: column; gap: 10px; max-width: 340px; margin: 8px auto 0; }
.q-chat .msg.them { background: var(--dark-card); border-color: #2A3352; color: #E7EAF3; }
.q-quote { background: #fff; border-radius: 16px; padding: 14px 16px; margin-top: 6px; }
.q-quote b { font-family: var(--font-m); font-size: 11px; color: var(--orange); display: block; }
.q-quote span { font-size: 12.5px; font-weight: 600; display: block; margin-top: 3px; }
.q-quote em { font-size: 11px; color: var(--gray); font-style: normal; }
.hp-2 { padding: 0; }
.map { width: 100%; height: 100%; object-fit: cover; }
.road, .map-tag { position: absolute; font-family: var(--font-m); font-size: 10.5px; }
.road { background: #fff; color: var(--dark); border-radius: 8px; padding: 3px 8px; }
.r1 { left: 10%; top: 20%; } .r2 { left: 46%; top: 64%; } .r3 { right: 12%; top: 38%; }
.map-tag { color: #93A2CC; }
.t1 { left: 38%; top: 44%; } .t2 { right: 16%; top: 20%; }
.how-copy { position: relative; min-height: 190px; }
.how-step { position: absolute; inset: 0; opacity: 0; transform: translateY(18px); }
.how-step.hs-0 { opacity: 1; transform: none; }
.how-step b { font-family: var(--font-d); text-transform: uppercase; font-size: 30px; color: #fff; letter-spacing: -.02em; }
.how-step p { color: #A9AFC2; margin-top: 12px; font-size: 15px; line-height: 1.65; max-width: 330px; }

/* ═══════════ testimonials ═══════════ */
.testi { padding-top: 70px; }
.testi-inner { border-radius: 36px; background: #151B31; border: 1px solid #232C4C; padding: 90px 30px 60px; position: relative; overflow: clip; min-height: 92vh; }
.t-stage { position: absolute; inset: 0; pointer-events: none; }
.t-card {
  position: absolute; width: 250px; border-radius: 22px; padding: 20px; background: linear-gradient(160deg, #FDEEDC, #fff);
  box-shadow: 0 26px 50px rgba(0,0,0,.35); pointer-events: auto; cursor: grab;
}
.t-card p { font-size: 12.5px; line-height: 1.55; margin: 8px 0 10px; }
.t-card b { font-size: 11px; color: var(--gray); font-weight: 600; }
.t-q { position: absolute; right: 16px; top: -12px; width: 34px; height: 34px; background: var(--orange); color: #fff; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.t-stars { color: var(--orange); letter-spacing: 2px; font-size: 12px; }
.t-dark { background: linear-gradient(160deg, #1E2848, #14224A); color: #fff; }
.t-dark b { color: #93A2CC; }
.tc-1 { left: 6%; top: 24%; } .tc-2 { right: 8%; top: 20%; } .tc-3 { left: 14%; bottom: 16%; }
.tc-4 { right: 14%; bottom: 14%; } .tc-5 { left: 40%; top: 44%; }
.ratings { position: absolute; left: 0; right: 0; bottom: 26px; display: flex; gap: 18px; justify-content: center; font-family: var(--font-m); font-size: 12.5px; color: #B9BFD4; }
.ratings b { color: #fff; font-weight: 400; }
.ratings em { font-style: normal; opacity: .6; }
.ratings i { color: var(--orange); }

/* ═══════════ faq ═══════════ */
.faqs { padding-top: 60px; }
.faq-card { background: #171E36; border: 1px solid #232C4C; border-radius: 40px; padding: 70px clamp(20px, 4vw, 60px); max-width: 980px; margin: 0 auto; }
.acc { margin-top: 50px; display: flex; flex-direction: column; }
.acc-item { border-bottom: 1px solid #262F52; }
.acc-head {
  width: 100%; background: none; border: 0; cursor: pointer; display: flex; align-items: center; gap: 18px;
  padding: 24px 4px; text-align: left; font-family: var(--font-b);
}
.acc-head i { font-style: normal; font-family: var(--font-m); font-size: 12px; color: #7c86a6; min-width: 20px; }
.acc-head span { flex: 1; color: #fff; font-size: clamp(16px, 2vw, 22px); font-weight: 600; }
.acc-head em {
  font-style: normal; width: 40px; height: 40px; border-radius: 50%; background: var(--orange); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 20px; transition: transform .3s;
}
.acc-head:hover em { transform: scale(1.1); }
.acc-body { overflow: hidden; height: 0; }
.acc-item.open .acc-body { height: auto; }
.acc-body p { color: #A9AFC2; font-size: 14.5px; line-height: 1.7; padding: 0 42px 24px; max-width: 700px; }
.faq-more { margin-top: 40px; text-align: center; color: #A9AFC2; font-size: 14.5px; }
.faq-more b { color: #fff; display: block; font-size: 17px; margin-bottom: 6px; }
.faq-more a { color: var(--orange-light); text-decoration: underline; }

/* ═══════════ cta ═══════════ */
.cta { min-height: 105vh; overflow: clip; padding-bottom: 0; }
.cta-word { position: absolute; font-family: var(--font-d); font-weight: 900; text-transform: uppercase; letter-spacing: -.04em; font-size: clamp(56px, 9vw, 130px); line-height: .9; background: linear-gradient(180deg, #fff, var(--sand-soft)); -webkit-background-clip: text; background-clip: text; color: transparent; z-index: 1; }
.cw-1 { left: 8%; top: 16%; }
.cw-2 { right: 5%; top: 34%; }
.cw-3 { left: 10%; bottom: 22%; }
.cta-panel {
  position: relative; width: min(520px, 90%); height: 460px; margin: 90px auto 0; border-radius: 40px;
  background: radial-gradient(80% 90% at 50% 100%, #F5A54E 0%, #EE7A14 45%, rgba(238,122,20,0) 100%);
  display: flex; align-items: flex-end; justify-content: center; z-index: 2;
}
.cta-phone { margin-bottom: -120px; }
.cta-panel { align-items: center; }
.cta-phone .ph-frame { min-height: 430px; background: var(--dark-2); border-color: #060C20; text-align: center; }
.cta-phone .ph-status { color: #55618a; }
.ph-mark { display: flex; justify-content: center; margin-top: 48px; }
.ph-cta-t { display: block; color: #fff; font-family: var(--font-d); text-transform: uppercase; font-size: 30px; line-height: 1; margin-top: 22px; letter-spacing: -.02em; }
.ph-cta-ar { display: block; font-family: var(--font-ar); color: var(--orange-light); margin-top: 10px; font-size: 16px; }
.soc {
  position: absolute; width: 56px; height: 56px; border-radius: 18px; background: #fff; color: var(--dark);
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 19px; z-index: 3;
  box-shadow: 0 18px 34px rgba(0,0,0,.4);
}
.s-1 { left: 16%; top: 46%; } .s-2 { right: 20%; top: 58%; } .s-3 { right: 10%; bottom: 20%; }
.cta-btns { position: relative; z-index: 4; display: flex; gap: 14px; justify-content: center; padding: 40px 0 90px; flex-wrap: wrap; }
.btn-store { background: #000; color: #fff; font-size: 13px; }
.btn-store b { font-size: 15px; }

/* ═══════════ footer ═══════════ */
.footer { position: relative; z-index: 3; background: var(--dark); padding: 40px clamp(18px, 4vw, 60px) 30px; overflow: clip; }
.to-top {
  position: absolute; left: 50%; top: -26px; transform: translateX(-50%); width: 52px; height: 52px;
  border-radius: 50%; border: 0; background: var(--orange); color: #fff; font-size: 20px; cursor: pointer;
  box-shadow: 0 14px 30px rgba(238,122,20,.45); transition: transform .3s;
  z-index: 4;
}
.to-top:hover { transform: translateX(-50%) scale(1.1); }
.wm {
  position: absolute; left: 50%; bottom: -4%; transform: translateX(-50%); font-family: var(--font-d);
  font-weight: 900; font-size: clamp(110px, 20vw, 300px); line-height: .82; letter-spacing: -.04em;
  color: #171E36; z-index: 0; text-align: center; pointer-events: none; user-select: none;
}
.f-panels { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 50px; }
.f-panel { background: linear-gradient(135deg, #F5A54E, #EE7A14); border-radius: 38px; padding: 40px 44px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; }
.f-panel b { grid-column: 1 / -1; font-family: var(--font-d); font-size: 30px; color: #fff; letter-spacing: -.02em; margin-bottom: 14px; }
.f-panel a { color: #fff; font-size: 14.5px; font-weight: 500; opacity: .92; transition: opacity .2s, transform .2s; }
.f-panel a:hover { opacity: 1; transform: translateX(4px); }
.f-bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; color: #7c86a6; font-size: 12.5px; margin-top: 130px; }
.f-ar { font-family: var(--font-ar); color: var(--orange-light); }

/* ═══════════ responsive ═══════════ */
@media (max-width: 900px) {
  .nav-pill { display: none; }
  .bento { grid-template-columns: 1fr; grid-template-rows: auto; grid-template-areas: "a" "b" "c" "d"; }
  .b-card { min-height: 200px; }
  .packages { grid-template-columns: 1fr; min-height: auto; }
  .deck { height: 560px; margin-top: 20px; }
  .how-pin { grid-template-columns: 1fr; min-height: auto; }
  .how-rail { flex-direction: row; }
  .rail-dots { width: 44px; height: 2px; background: repeating-linear-gradient(90deg, #39415e 0 5px, transparent 5px 11px); }
  .how-copy { min-height: 170px; }
  .t-card { position: relative; inset: auto !important; margin: 14px auto; transform: none !important; }
  .t-stage { position: relative; padding-top: 30px; }
  .testi-inner { min-height: auto; padding-bottom: 90px; }
  .ratings { position: relative; bottom: auto; margin-top: 30px; flex-direction: column; align-items: center; gap: 6px; }
  .cta-word { position: relative; display: block; left: auto !important; right: auto !important; top: auto !important; bottom: auto !important; text-align: center; }
  .cta { padding-top: 70px; }
  .f-panels { grid-template-columns: 1fr; }
  .st-icons .sq { display: none; }
  .gc-3 { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* ═══════════ product modal ═══════════ */
.pmodal { position: fixed; inset: 0; z-index: 90; display: flex; align-items: center; justify-content: center; padding: 20px; }
.pmodal[hidden] { display: none; }
.pm-overlay { position: absolute; inset: 0; background: rgba(14, 22, 44, .55); backdrop-filter: blur(6px); }
.pm-card { position: relative; width: min(920px, 96vw); max-height: 90vh; overflow: auto; background: #fff;
  border-radius: 26px; display: grid; grid-template-columns: 1.05fr 1fr; box-shadow: 0 40px 90px rgba(10, 16, 34, .45); }
.pm-x { position: absolute; top: 14px; inset-inline-end: 14px; z-index: 2; width: 40px; height: 40px; border: 0; border-radius: 50%;
  background: var(--dark); color: #fff; font-size: 15px; cursor: pointer; transition: transform .25s, background .25s; }
.pm-x:hover { transform: scale(1.1); background: var(--orange); }
.pm-photo { min-height: 320px; }
.pm-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pm-body { padding: 34px 32px 28px; display: flex; flex-direction: column; gap: 10px; }
.pm-body > b { font-size: 26px; font-weight: 700; color: var(--dark); line-height: 1.2; }
.pm-sub { font-family: var(--font-ar); color: var(--orange); font-weight: 700; font-size: 17px; }
.pm-body p { color: var(--gray); font-size: 14px; line-height: 1.7; }
.pm-items-h { font-size: 11px; font-weight: 700; letter-spacing: 1.6px; color: #A89B88; margin-top: 6px; }
.pm-items { display: flex; flex-wrap: wrap; gap: 8px; }
.pm-items span { background: var(--warm-bg); border: 1px solid #F0E4D2; border-radius: 15px; padding: 7px 14px; font-size: 12.5px; }
.pm-foot { margin-top: auto; padding-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.pm-price { font-family: var(--font-d); font-size: 24px; color: var(--dark); }
.pm-price small { font-size: 13px; color: var(--gray); font-family: var(--font-b); }
@media (max-width: 760px) { .pm-card { grid-template-columns: 1fr; } .pm-photo { min-height: 200px; max-height: 230px; } }
html[dir="rtl"] .pm-body > b { font-family: var(--font-ar); }

/* ═══════════ visit / map ═══════════ */
.visit { padding-bottom: 40px; }
.visit-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 24px; margin-top: 50px; max-width: 1060px; margin-inline: auto; }
.map-card { border-radius: 26px; overflow: clip; border: 1px solid #232C4C; min-height: 380px; background: #151B31; }
.map-card iframe { width: 100%; height: 100%; min-height: 380px; border: 0; display: block; filter: saturate(.9); }
.visit-info { background: #151B31; border: 1px solid #232C4C; border-radius: 26px; padding: 34px 32px; display: flex; flex-direction: column; gap: 14px; }
.visit-info > b { color: #fff; font-size: 21px; }
.vi-ar { font-family: var(--font-ar); color: var(--orange-light); font-weight: 700; font-size: 16px; margin-top: -8px; }
.vi-row { display: flex; gap: 12px; color: #A9AFC2; font-size: 14px; line-height: 1.6; }
.vi-row i { font-style: normal; }
.visit-info .btn { margin-top: auto; justify-content: center; }
.pg-all { margin: 26px auto 0; display: flex; width: fit-content; }
@media (max-width: 900px) { .visit-grid { grid-template-columns: 1fr; } }

/* ═══════════ products page ═══════════ */
.prod-hero { padding: 150px 20px 40px; text-align: center; }
.prod-hero h1 { font-size: clamp(40px, 6.6vw, 84px); line-height: .95; }
.prod-hero h1 .acc { color: var(--orange); }
.prod-hero p { color: var(--gray); max-width: 520px; margin: 16px auto 0; font-size: 15px; line-height: 1.65; }
.prod-filter { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 26px auto 0; max-width: 860px; }
.prod-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 18px;
  padding: 40px clamp(18px, 5vw, 70px) 90px; max-width: 1280px; margin: 0 auto; }
.p-card { background: #fff; border: 1px solid #F0E4D2; border-radius: 22px; overflow: clip; cursor: pointer;
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s; }
.p-card:hover { transform: translateY(-6px); box-shadow: 0 22px 44px rgba(120, 75, 15, .16); }
.p-card .pc-img { height: 170px; overflow: clip; }
.p-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.p-card:hover img { transform: scale(1.06); }
.p-card .pc-body { padding: 16px 18px 18px; }
.pc-cat { font-family: var(--font-m); font-size: 10px; letter-spacing: 1px; color: var(--orange); text-transform: uppercase; }
.pc-body b { display: block; font-size: 16px; margin-top: 5px; color: var(--dark); }
.pc-ar { font-family: var(--font-ar); color: var(--gray); font-weight: 700; font-size: 13.5px; }
.pc-foot { display: flex; justify-content: space-between; align-items: center; margin-top: 12px; }
.pc-price { font-family: var(--font-d); font-size: 18px; color: var(--dark); }
.pc-price small { font-family: var(--font-b); font-size: 11px; color: var(--gray); }
.pc-more { font-size: 12px; font-weight: 600; color: var(--orange); }
html[dir="rtl"] .prod-hero h1, html[dir="rtl"] .pc-body b { font-family: var(--font-ar); letter-spacing: 0; }

.vi-ic { flex-shrink: 0; margin-top: 2px; }
.vi-ic svg { display: block; }
