/* قاعة السعد — تصميم صفحة هبوط */
:root {
  --gold: #C9A962;
  --gold-light: #E8D5A3;
  --gold-dark: #9A7B3C;
  --ink: #14110E;
  --ink-soft: #2A2520;
  --cream: #FAF6EF;
  --white: #FFFFFF;
  --muted: #6B6358;
  --border: rgba(201, 169, 98, 0.22);
  --shadow: 0 24px 60px rgba(20, 17, 14, 0.12);
  --font: 'Tajawal', system-ui, sans-serif;
  --radius: 16px;
  --radius-lg: 24px;
  --radius-pill: 999px;
  --section-y: clamp(72px, 10vw, 120px);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--cream);
  color: var(--ink-soft);
  line-height: 1.75;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-family: inherit; font-size: inherit; }

.wrap { max-width: 1140px; margin-inline: auto; padding-inline: clamp(16px, 4vw, 28px); }
.center { text-align: center; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.14em;
  color: var(--gold-dark); text-transform: uppercase;
}
.eyebrow::before, .eyebrow::after { content: ''; width: 24px; height: 1px; background: var(--gold); opacity: 0.6; }
.sec-title { font-size: clamp(1.85rem, 5vw, 2.85rem); font-weight: 700; line-height: 1.25; color: var(--ink); margin-top: 12px; }
.sec-sub { font-size: clamp(1rem, 2.2vw, 1.12rem); color: var(--muted); max-width: 620px; margin: 14px auto 0; }
.gold { color: var(--gold-dark); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 28px; border-radius: var(--radius-pill); font-weight: 600; font-size: 0.95rem;
  border: none; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s;
}
.btn:active { transform: scale(0.98); }
.btn-gold {
  background: linear-gradient(135deg, var(--gold-dark), var(--gold), var(--gold-light));
  color: var(--ink); box-shadow: 0 8px 28px rgba(201, 169, 98, 0.35);
}
.btn-ghost { background: transparent; color: var(--cream); border: 1.5px solid rgba(250, 246, 239, 0.35); }
.btn-wide { width: 100%; }

.site-header {
  position: fixed; top: 0; inset-inline: 0; z-index: 100; padding: 14px 0;
  background: rgba(20, 17, 14, 0.92); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201, 169, 98, 0.15);
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.logo { display: flex; align-items: center; }
.logo-img { height: 52px; width: auto; object-fit: contain; opacity: 1; }
@media (max-width: 720px) { .logo-img { height: 42px; } }
.header-nav { display: flex; align-items: center; gap: 20px; }
.header-nav a { font-size: 0.88rem; color: rgba(250, 246, 239, 0.75); }
.header-nav a:hover { color: var(--gold-light); }
.header-cta { padding: 10px 22px; font-size: 0.88rem; }
@media (max-width: 720px) { .header-nav a:not(.header-cta) { display: none; } }

.hero {
  min-height: 100dvh; display: flex; align-items: center; padding: 120px 0 80px;
  color: var(--cream); position: relative;
}
.hero-video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(20,17,14,0.88) 0%, rgba(20,17,14,0.72) 45%, rgba(42,37,32,0.82) 100%);
}
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; text-align: center; } }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 18px;
  border-radius: var(--radius-pill); background: rgba(201, 169, 98, 0.15);
  border: 1px solid rgba(201, 169, 98, 0.35); color: var(--gold-light); font-size: 0.84rem; margin-bottom: 20px;
}
.hero h1 { font-size: clamp(2.2rem, 6.5vw, 3.75rem); font-weight: 700; line-height: 1.15; margin-bottom: 16px; }
.hero h1 em { font-style: normal; color: var(--gold-light); }
.hero-lead { font-size: clamp(1.05rem, 2.4vw, 1.2rem); color: rgba(250, 246, 239, 0.78); max-width: 520px; margin-bottom: 28px; font-weight: 300; }
@media (max-width: 900px) { .hero-lead, .hero-cta, .hero-stats { margin-inline: auto; justify-content: center; } }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 36px; padding-top: 28px; border-top: 1px solid rgba(201, 169, 98, 0.2); }
.hero-stat b { display: block; font-size: 1.5rem; color: var(--gold-light); }
.hero-stat span { font-size: 0.82rem; opacity: 0.6; }

.price-hero {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(201, 169, 98, 0.3);
  border-radius: var(--radius-lg); padding: clamp(28px, 4vw, 40px); box-shadow: var(--shadow);
}
.price-hero-tag { font-size: 0.78rem; letter-spacing: 0.1em; color: var(--gold); margin-bottom: 8px; }
.price-hero-num { font-size: clamp(2.2rem, 7vw, 3.2rem); font-weight: 700; color: var(--gold-light); line-height: 1; }
.price-hero-note { margin-top: 12px; font-size: 0.9rem; opacity: 0.65; }
.price-hero-list { list-style: none; margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(201,169,98,0.2); }
.price-hero-list li { display: flex; gap: 10px; font-size: 0.9rem; margin-bottom: 10px; opacity: 0.85; }
.price-hero-list li::before { content: '✓'; color: var(--gold); font-weight: 700; }

.trust-strip { background: var(--ink); color: var(--cream); padding: 20px 0; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; text-align: center; }
@media (max-width: 720px) { .trust-grid { grid-template-columns: repeat(2, 1fr); } }
.trust-item b { display: block; color: var(--gold-light); }
.trust-item span { font-size: 0.82rem; opacity: 0.7; }

section { padding-block: var(--section-y); }
.section-dark { background: var(--ink); color: var(--cream); }
.section-dark .sec-title { color: var(--cream); }
.section-dark .sec-sub { color: rgba(250,246,239,0.65); }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
@media (max-width: 900px) { .cards { grid-template-columns: 1fr; } }
.card {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 28px 24px; box-shadow: 0 8px 32px rgba(20, 17, 14, 0.06); transition: transform 0.25s;
}
.card:hover { transform: translateY(-4px); }
.section-dark .card { background: rgba(255,255,255,0.05); border-color: rgba(201,169,98,0.15); }
.card-ico {
  width: 48px; height: 48px; border-radius: 12px;
  background: linear-gradient(135deg, rgba(201,169,98,0.2), rgba(201,169,98,0.05));
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.card h3 { font-size: 1.12rem; margin-bottom: 8px; color: var(--ink); }
.section-dark .card h3 { color: var(--gold-light); }
.card p { font-size: 0.92rem; color: var(--muted); line-height: 1.65; }
.section-dark .card p { color: rgba(250,246,239,0.65); }

.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
@media (max-width: 720px) { .gallery { grid-template-columns: 1fr 1fr; } }
.gallery-item {
  aspect-ratio: 4/3; border-radius: var(--radius); overflow: hidden; position: relative;
  background: var(--ink);
}
.gallery-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.7s cubic-bezier(.22,1,.36,1);
}
.gallery-item:first-child { grid-row: span 2; aspect-ratio: auto; }
.gallery-item:first-child img { min-height: 100%; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item figcaption {
  position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end;
  padding: 20px; background: linear-gradient(transparent 40%, rgba(0,0,0,0.75)); color: var(--cream);
}
.gallery-item figcaption i { font-size: 0.82rem; opacity: 0.75; font-style: normal; }

.package-box {
  margin-top: 48px; background: var(--white); border: 2px solid var(--gold);
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow);
}
.package-head {
  background: linear-gradient(135deg, var(--ink), var(--ink-soft)); color: var(--cream);
  padding: clamp(28px, 4vw, 40px); text-align: center;
}
.package-head .price { font-size: clamp(2.5rem, 7vw, 3.25rem); font-weight: 700; color: var(--gold-light); }
.package-body { display: grid; grid-template-columns: 1fr 1fr; }
@media (max-width: 720px) { .package-body { grid-template-columns: 1fr; } }
.package-col { padding: clamp(24px, 4vw, 36px); }
.package-col + .package-col { border-inline-start: 1px solid var(--border); }
@media (max-width: 720px) { .package-col + .package-col { border-inline-start: none; border-top: 1px solid var(--border); } }
.package-col h4 { color: var(--gold-dark); margin-bottom: 16px; }
.package-col ul { list-style: none; }
.package-col li { font-size: 0.92rem; margin-bottom: 10px; color: var(--muted); padding-inline-start: 20px; position: relative; }
.package-col li::before { content: '✓'; position: absolute; inset-inline-start: 0; color: var(--gold-dark); }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 48px; }
@media (max-width: 900px) { .steps { grid-template-columns: repeat(2, 1fr); } }
.step { text-align: center; padding: 24px 16px; }
.step-num {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: var(--ink); font-weight: 700; display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
}
.step h4 { margin-bottom: 6px; }
.section-dark .step h4 { color: var(--gold-light); }
.step p { font-size: 0.88rem; color: var(--muted); }
.section-dark .step p { color: rgba(250,246,239,0.6); }

.faq { max-width: 720px; margin: 48px auto 0; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item button {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 0; background: none; border: none; cursor: pointer; text-align: start;
  font-size: 1rem; font-weight: 600; color: var(--ink);
}
.faq-item .plus { width: 20px; height: 20px; position: relative; flex: none; }
.faq-item .plus::before, .faq-item .plus::after {
  content: ''; position: absolute; background: var(--gold-dark); border-radius: 2px;
}
.faq-item .plus::before { width: 14px; height: 2px; top: 9px; left: 3px; }
.faq-item .plus::after { width: 2px; height: 14px; top: 3px; left: 9px; transition: transform 0.2s; }
.faq-item.open .plus::after { transform: scaleY(0); }
.faq-item .a { max-height: 0; overflow: hidden; transition: max-height 0.3s; }
.faq-item.open .a { max-height: 200px; }
.faq-item .a p { padding-bottom: 20px; font-size: 0.92rem; color: var(--muted); }

.booking {
  background: var(--white); border-radius: var(--radius-lg); padding: clamp(28px, 4vw, 40px);
  box-shadow: var(--shadow); margin-top: 48px; max-width: 640px; margin-inline: auto;
}
.fgroup { margin-bottom: 18px; }
.fgroup label { display: block; font-size: 0.88rem; font-weight: 600; margin-bottom: 6px; }
.fgroup label i { color: var(--gold-dark); font-style: normal; }
.fgroup input, .fgroup select, .fgroup textarea {
  width: 100%; padding: 12px 16px; border: 1px solid var(--border); border-radius: 10px; background: var(--cream);
}
.fgroup input:focus, .fgroup select:focus, .fgroup textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,169,98,0.15);
}
.fgroup.bad input { border-color: #c0392b; }
.fgroup .err { display: none; font-size: 0.8rem; color: #c0392b; margin-top: 4px; }
.fgroup.bad .err { display: block; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }
.form-fine { font-size: 0.82rem; color: var(--muted); text-align: center; margin-top: 12px; }

footer { background: var(--ink); color: rgba(250,246,239,0.7); padding: 48px 0 32px; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; margin-bottom: 32px; }
@media (max-width: 720px) { .foot-grid { grid-template-columns: 1fr; } }
footer h5 { color: var(--gold-light); font-size: 0.88rem; margin-bottom: 12px; }
.copy { text-align: center; font-size: 0.82rem; opacity: 0.5; padding-top: 24px; border-top: 1px solid rgba(201,169,98,0.12); }

.sticky-bar {
  position: fixed; bottom: 0; inset-inline: 0; z-index: 90;
  background: rgba(20,17,14,0.96); border-top: 1px solid rgba(201,169,98,0.2);
  padding: 12px 0; transform: translateY(100%); transition: transform 0.3s;
}
.sticky-bar.show { transform: translateY(0); }
.sticky-bar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.sticky-price b { color: var(--gold-light); font-size: 1.1rem; }

.wa-float {
  position: fixed; bottom: 24px; inset-inline-start: 24px; z-index: 95;
  width: 56px; height: 56px; border-radius: 50%; background: #25D366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(37,211,102,0.4);
}
.wa-float svg { width: 28px; height: 28px; }

.sheet {
  position: fixed; inset: 0; z-index: 200; background: rgba(0,0,0,0.6);
  display: flex; align-items: flex-end; justify-content: center;
  opacity: 0; visibility: hidden; transition: opacity 0.3s, visibility 0.3s;
}
.sheet.on { opacity: 1; visibility: visible; }
.sheet-card {
  background: var(--cream); border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  padding: 28px 24px 32px; width: 100%; max-width: 420px;
  transform: translateY(100%); transition: transform 0.3s;
}
.sheet.on .sheet-card { transform: translateY(0); }
.sheet-opt {
  display: flex; align-items: center; gap: 12px; padding: 14px 16px;
  border: 1px solid var(--border); border-radius: var(--radius); margin-bottom: 10px;
}
.sheet-close {
  width: 100%; margin-top: 8px; padding: 12px; background: none;
  border: 1px solid var(--border); border-radius: var(--radius-pill); cursor: pointer;
}

.reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.8s cubic-bezier(.22,1,.36,1), transform 0.8s cubic-bezier(.22,1,.36,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal-child { opacity: 0; transform: translateY(20px); transition: opacity 0.6s cubic-bezier(.22,1,.36,1), transform 0.6s cubic-bezier(.22,1,.36,1), box-shadow 0.3s; }
.reveal-child.in { opacity: 1; transform: none; }

/* ── Loader ── */
body.loading { overflow: hidden; }
.page-loader {
  position: fixed; inset: 0; z-index: 9999; background: var(--ink);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px;
  transition: opacity 0.5s, visibility 0.5s;
}
.page-loader.out { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-mark {
  font-size: 2rem; font-weight: 700; color: var(--gold-light);
  letter-spacing: 0.2em; animation: loaderPulse 1.2s ease-in-out infinite;
}
.loader-logo {
  height: 88px; width: auto; object-fit: contain;
  animation: loaderPulse 1.2s ease-in-out infinite;
}
.loader-bar { width: 120px; height: 2px; background: rgba(201,169,98,0.2); border-radius: 2px; overflow: hidden; }
.loader-bar span {
  display: block; height: 100%; width: 40%; background: var(--gold);
  animation: loaderSlide 1s ease-in-out infinite;
}
@keyframes loaderPulse { 0%,100%{ opacity:0.5; } 50%{ opacity:1; } }
@keyframes loaderSlide { 0%{ transform:translateX(-100%); } 100%{ transform:translateX(350%); } }

/* ── Hero background ── */
.hero { overflow: hidden; }
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.hero-glow {
  position: absolute; width: 140%; height: 140%; top: -20%; right: -20%;
  background:
    radial-gradient(ellipse 50% 40% at 70% 30%, rgba(201,169,98,0.18) 0%, transparent 60%),
    radial-gradient(ellipse 40% 50% at 20% 80%, rgba(201,169,98,0.08) 0%, transparent 55%);
  animation: glowDrift 12s ease-in-out infinite alternate;
}
.hero-grain {
  position: absolute; inset: 0; opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
@keyframes glowDrift { from{ transform:translate(0,0) scale(1); } to{ transform:translate(-3%,2%) scale(1.05); } }

.hero .wrap { position: relative; z-index: 1; }
.anim-up { opacity: 0; transform: translateY(28px); transition: opacity 0.9s cubic-bezier(.22,1,.36,1), transform 0.9s cubic-bezier(.22,1,.36,1); transition-delay: var(--d, 0s); }
.anim-up.in { opacity: 1; transform: none; }

/* ── Icons ── */
.ico { width: 24px; height: 24px; color: var(--gold-dark); stroke-linecap: round; stroke-linejoin: round; }
.ico-sm { width: 14px; height: 14px; color: var(--gold); }

/* ── Buttons shine ── */
.btn-shine { position: relative; overflow: hidden; }
.btn-shine::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.35) 50%, transparent 60%);
  transform: translateX(-120%); transition: none;
}
.btn-shine:hover::after { animation: btnShine 0.7s ease; }
@keyframes btnShine { to { transform: translateX(120%); } }

.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 12px 36px rgba(201,169,98,0.45); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-light); background: rgba(201,169,98,0.08); }

/* ── Header scroll ── */
.site-header { transition: padding 0.3s, background 0.3s, box-shadow 0.3s; }
.site-header.scrolled {
  padding: 10px 0;
  background: rgba(20,17,14,0.98);
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

/* ── Price card glow ── */
.price-hero {
  position: relative;
  animation: priceFloat 6s ease-in-out infinite;
}
.price-hero::before {
  content: ''; position: absolute; inset: -1px; border-radius: inherit; z-index: -1;
  background: linear-gradient(135deg, rgba(201,169,98,0.5), transparent, rgba(201,169,98,0.3));
  opacity: 0.5; filter: blur(1px);
}
@keyframes priceFloat { 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(-6px); } }

/* ── Cards enhanced ── */
.card {
  transition: transform 0.4s cubic-bezier(.22,1,.36,1), box-shadow 0.4s, border-color 0.3s;
}
.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(20,17,14,0.12);
  border-color: rgba(201,169,98,0.4);
}
.section-dark .card:hover { background: rgba(255,255,255,0.08); }
.card-ico {
  transition: transform 0.4s cubic-bezier(.22,1,.36,1), background 0.3s;
}
.card:hover .card-ico { transform: scale(1.08); background: rgba(201,169,98,0.25); }

.col-mark {
  display: inline-block; width: 8px; height: 8px;
  background: var(--gold); transform: rotate(45deg); margin-inline-end: 8px; vertical-align: middle;
}

/* ── Gallery hover ── */
.gallery-item:hover { box-shadow: 0 16px 40px rgba(20,17,14,0.2); }
.gallery-item::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(145deg, rgba(201,169,98,0.12), transparent);
  opacity: 0; transition: opacity 0.4s; z-index: 1; pointer-events: none;
}
.gallery-item:hover::before { opacity: 1; }
.gallery-item figcaption { z-index: 2; transition: padding-bottom 0.3s; }
.gallery-item:hover figcaption { padding-bottom: 28px; }

/* ── Package box ── */
.package-box { transition: transform 0.4s, box-shadow 0.4s; }
.package-box:hover { transform: translateY(-4px); box-shadow: 0 32px 64px rgba(20,17,14,0.18); }
.package-head .price {
  background: linear-gradient(135deg, var(--gold-light), var(--gold), var(--gold-dark));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

/* ── Steps connector ── */
.steps { position: relative; }
.steps::before {
  content: ''; position: absolute; top: 46px; left: 12.5%; right: 12.5%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,169,98,0.35), transparent);
}
.step-num { transition: transform 0.3s, box-shadow 0.3s; }
.step:hover .step-num { transform: scale(1.12); box-shadow: 0 0 24px rgba(201,169,98,0.4); }

/* ── Trust strip ── */
.trust-item { transition: transform 0.3s; }
.trust-item:hover { transform: translateY(-3px); }

/* ── Sticky bar slide ── */
.sticky-bar { transition: transform 0.4s cubic-bezier(.22,1,.36,1); }

/* ── WA float pulse ── */
.wa-float { animation: waPulse 3s ease-in-out infinite; }
@keyframes waPulse {
  0%,100%{ box-shadow: 0 8px 24px rgba(37,211,102,0.4); }
  50%{ box-shadow: 0 8px 32px rgba(37,211,102,0.65), 0 0 0 8px rgba(37,211,102,0.12); }
}

/* ── Video section ── */
.video-wrap {
  position: relative; margin-top: 48px; border-radius: var(--radius-lg);
  overflow: hidden; border: 1px solid rgba(201,169,98,0.25);
  box-shadow: 0 32px 64px rgba(0,0,0,0.35);
  max-width: 920px; margin-inline: auto;
}
.hall-video {
  width: 100%; display: block; aspect-ratio: 16/9;
  background: var(--ink); object-fit: cover;
}
.video-play {
  position: absolute; inset: 0; margin: auto; width: 80px; height: 80px;
  border-radius: 50%; border: 2px solid rgba(255,255,255,0.6);
  background: rgba(20,17,14,0.55); color: var(--cream); cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(8px); transition: transform 0.3s, background 0.3s;
}
.video-play svg { width: 28px; height: 28px; margin-inline-start: 4px; }
.video-play:hover { transform: scale(1.08); background: rgba(201,169,98,0.35); border-color: var(--gold); }
.video-play-ring {
  position: absolute; inset: -8px; border-radius: 50%;
  border: 1px solid rgba(201,169,98,0.4);
  animation: videoRing 2s ease-out infinite;
}
.video-play.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
@keyframes videoRing {
  0% { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(1.35); opacity: 0; }
}

.foot-logo-saad { height: 72px; width: auto; opacity: 1; }
.foot-logo-hv { max-width: 160px; margin-top: 20px; opacity: 0.75; filter: brightness(0) invert(1); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .reveal, .reveal-child, .anim-up { opacity: 1; transform: none; }
}
