:root {
  --bg: #fbf7ef;
  --bg-alt: #f3ead8;
  --surface: #ffffff;
  --surface-soft: #fdfaf3;
  --text: #211e18;
  --text-soft: #6f685c;
  --cta-deep: #0d0b08;
  --cta-mid: #2d2417;
  --cta-gold: #d9b96f;
  --cta-gradient: radial-gradient(circle at 18% 16%, rgba(218,185,111,.30), transparent 34%), linear-gradient(135deg, #3a2d1b 0%, #18130d 56%, #090806 100%);
  --button-gradient: linear-gradient(135deg, #e7cf94 0%, #c49a4a 55%, #a8782e 100%);
  --gold: #c49a4a;
  --gold-deep: #8a6429;
  --gold-soft: #f1e5ca;
  --gold-pale: #fbf4e6;
  --red: #a94a3e;
  --dark: #0d0b08;
  --border: #e5d8bd;
  --shadow: 0 24px 70px rgba(67, 49, 19, .12);
  --shadow-soft: 0 12px 35px rgba(67, 49, 19, .075);
  --radius: 28px;
  --container: 1180px;
}

html[data-theme="dark"] {
  --bg: #12100d;
  --bg-alt: #1a1712;
  --surface: #1f1b15;
  --surface-soft: #17140f;
  --text: #f7f0e2;
  --text-soft: #beb4a4;
  --cta-deep: #080705;
  --cta-mid: #302516;
  --cta-gold: #e0c27e;
  --cta-gradient: radial-gradient(circle at 18% 16%, rgba(224,194,126,.24), transparent 34%), linear-gradient(135deg, #3a2c1a 0%, #17120c 58%, #070604 100%);
  --button-gradient: linear-gradient(135deg, #e6cd91 0%, #c79d4e 60%, #a7772e 100%);
  --gold: #d3ad62;
  --gold-deep: #e0c27e;
  --gold-soft: #352b1b;
  --gold-pale: #211b12;
  --red: #c56a5c;
  --dark: #080705;
  --border: #3c3326;
  --shadow: 0 24px 70px rgba(0, 0, 0, .34);
  --shadow-soft: 0 12px 35px rgba(0, 0, 0, .24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--bg);
  font-family: "Noto Sans Arabic", Tahoma, "Segoe UI", Arial, sans-serif;
  line-height: 1.72;
  overflow-x: hidden;
  transition: background .25s ease, color .25s ease;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 96px 0; }
.skip-link { position: fixed; top: -100px; right: 20px; z-index: 999; background: var(--dark); color: #fff; padding: 10px 16px; border-radius: 10px; }
.skip-link:focus { top: 20px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  padding: 13px 0;
  background: color-mix(in srgb, var(--bg) 85%, transparent);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: all .25s ease;
}
.site-header.scrolled { border-color: var(--border); box-shadow: 0 8px 28px rgba(20, 20, 10, .06); }
.nav-wrap { min-height: 60px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { width: 52px; height: 52px; border-radius: 16px; object-fit: cover; box-shadow: 0 7px 22px rgba(146, 114, 61, .18); }
.brand span { display: grid; line-height: 1.25; }
.brand strong { font-size: .88rem; letter-spacing: -.02em; }
.brand small { color: var(--text-soft); font-size: .6rem; margin-top: 4px; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 28px; margin-inline: auto; }
.main-nav a { font-size: .78rem; font-weight: 700; color: var(--text-soft); transition: .2s ease; }
.main-nav a:hover { color: var(--gold-deep); }
.main-nav .nav-download { color: #231a0d; padding: 9px 17px; border: 1px solid rgba(255,239,200,.72); border-radius: 999px; background: var(--button-gradient); box-shadow: 0 10px 22px rgba(150,105,34,.18); }
.main-nav .nav-download:hover { color: #231a0d; transform: translateY(-1px); }
.nav-tools { display: flex; align-items: center; gap: 8px; }
.icon-button, .language-toggle { border: 1px solid var(--border); background: var(--surface); height: 40px; border-radius: 12px; cursor: pointer; box-shadow: var(--shadow-soft); }
.icon-button { width: 40px; display: grid; place-items: center; }
.icon-button svg { width: 19px; }
.language-toggle { min-width: 45px; padding: 0 10px; color: var(--gold-deep); font-weight: 800; font-size: .78rem; }
.menu-toggle { display: none; margin-inline-start: auto; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; border-radius: 3px; background: var(--text); transition: .25s ease; }

.hero { position: relative; padding-top: 155px; min-height: 770px; display: flex; align-items: center; isolation: isolate; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 78% 35%, color-mix(in srgb, var(--gold-soft) 80%, transparent), transparent 32%), linear-gradient(180deg, var(--bg), var(--surface-soft)); }
.hero-pattern { position: absolute; inset: 0; z-index: -1; opacity: .18; background-image: linear-gradient(30deg, var(--gold) 12%, transparent 12.5%, transparent 87%, var(--gold) 87.5%, var(--gold)), linear-gradient(150deg, var(--gold) 12%, transparent 12.5%, transparent 87%, var(--gold) 87.5%, var(--gold)); background-size: 68px 118px; mask-image: linear-gradient(90deg, transparent, #000 75%, transparent); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 75px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border: 1px solid var(--border); border-radius: 999px; color: var(--gold-deep); background: color-mix(in srgb, var(--surface) 80%, transparent); font-size: .73rem; font-weight: 800; line-height: 1.25; box-shadow: var(--shadow-soft); }
.eyebrow img { width: 30px; height: 20px; object-fit: cover; border-radius: 4px; flex: 0 0 auto; }
.eyebrow span { display: inline-flex; align-items: center; }
.hero h1 { max-width: 620px; margin: 20px 0 15px; font-size: clamp(2rem, 3.55vw, 3.15rem); line-height: 1.38; letter-spacing: 0; font-weight: 800; }
.hero h1 em { color: var(--gold-deep); font-style: normal; position: relative; white-space: nowrap; }
.hero h1 em::after { content: ""; position: absolute; left: 0; right: 0; bottom: -7px; height: 6px; border-radius: 999px; background: var(--gold); opacity: .42; transform: none; }
.hero-copy > p { max-width: 620px; margin: 0; color: var(--text-soft); font-size: .84rem; line-height: 1.92; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 1px solid transparent; border-radius: 16px; font-weight: 800; font-size: .82rem; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn svg { width: 20px; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #231a0d; border-color: rgba(255,239,200,.7); background: var(--button-gradient); box-shadow: 0 15px 32px rgba(150,105,34,.24); }
.btn-ghost { border-color: var(--border); background: var(--surface); box-shadow: var(--shadow-soft); }
.btn-ghost:hover { border-color: color-mix(in srgb, var(--gold) 55%, var(--border)); color: var(--gold-deep); }
.hero-notes { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 26px; color: var(--text-soft); font-size: .71rem; }
.hero-notes span { display: flex; align-items: center; gap: 7px; }
.hero-notes i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px var(--gold-soft); }
.hero-notes b { font-weight: 700; }

.hero-visual { min-height: 610px; position: relative; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid color-mix(in srgb, var(--gold) 36%, transparent); border-radius: 50%; }
.orbit-one { width: 530px; height: 530px; }
.orbit-two { width: 420px; height: 420px; border-style: dashed; animation: spin 28s linear infinite; }
.phone-shell { position: relative; width: 306px; height: 610px; padding: 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 47px; background: #101417; box-shadow: 0 38px 80px rgba(7,17,18,.33), inset 0 0 0 2px #31363b; transform: rotate(-2.5deg); z-index: 2; }
.phone-top { position: absolute; top: 16px; left: 50%; z-index: 4; width: 92px; height: 24px; border-radius: 30px; background: #080b0d; transform: translateX(-50%); }
.phone-top span { position: absolute; top: 8px; right: 16px; width: 7px; height: 7px; border-radius: 50%; background: #1d2730; }
.phone-screen { height: 100%; padding: 13px 14px 15px; border-radius: 38px; overflow: hidden; color: #1e1e1b; background: #faf5ea; }
.app-status { display: flex; justify-content: space-between; padding: 0 5px 8px; font-size: .58rem; font-weight: 800; }
.app-head { display: flex; align-items: center; justify-content: space-between; margin: 5px 0 14px; }
.app-head div { display: grid; }
.app-head small { color: #7e776b; font-size: .61rem; }
.app-head strong { font-size: .84rem; }
.app-head img { width: 39px; height: 39px; border-radius: 12px; }
.app-hero-card { height: 190px; position: relative; border-radius: 23px; overflow: hidden; box-shadow: 0 11px 30px rgba(34,25,9,.18); }
.app-hero-card img { width: 100%; height: 100%; object-fit: cover; }
.app-hero-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,15,14,.86), rgba(5,15,14,.03) 70%); }
.app-hero-overlay { position: absolute; right: 15px; left: 15px; bottom: 13px; z-index: 2; display: grid; color: #fff; }
.app-hero-overlay small { opacity: .8; font-size: .58rem; }
.app-hero-overlay strong { font-size: 1.05rem; line-height: 1.45; }
.app-hero-overlay span { color: #e9d7aa; font-size: .64rem; }
.next-prayer { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 9px; margin-top: 13px; padding: 11px; border: 1px solid #e2d7be; border-radius: 17px; background: #fff; }
.prayer-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 13px; color: #92723d; background: #efe4c6; font-size: 1.2rem; }
.next-prayer div { display: grid; }
.next-prayer small { color: #8b857b; font-size: .55rem; }
.next-prayer strong { font-size: .74rem; }
.next-prayer > b { color: #9a7130; font-size: .77rem; }
.mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; margin-top: 11px; }
.mini-grid div { display: flex; align-items: center; gap: 7px; padding: 12px 10px; border-radius: 15px; background: #f1e8d4; color: #4c493f; }
.mini-grid span { color: #9a7130; font-size: 1rem; }
.mini-grid b { font-size: .61rem; }
.float-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; min-width: 170px; padding: 11px 13px; border: 1px solid color-mix(in srgb, var(--border) 72%, transparent); border-radius: 16px; background: color-mix(in srgb, var(--surface) 92%, transparent); box-shadow: var(--shadow); backdrop-filter: blur(12px); animation: float 5.5s ease-in-out infinite; }
.float-card > span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 12px; color: var(--gold-deep); background: var(--gold-soft); font-size: 1.1rem; }
.float-card div { display: grid; }
.float-card small { color: var(--text-soft); font-size: .59rem; }
.float-card strong { font-size: .72rem; }
.float-prayer { top: 125px; right: 0; }
.float-qibla { bottom: 110px; left: -12px; animation-delay: -2.4s; }

.trust-strip { border-block: 1px solid var(--border); background: color-mix(in srgb, var(--surface) 60%, transparent); }
.trust-grid { min-height: 120px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid div { display: grid; justify-items: center; border-inline-start: 1px solid var(--border); }
.trust-grid div:last-child { border-inline-start: 0; }
.trust-grid strong { color: var(--gold-deep); font-size: 1.34rem; line-height: 1.2; }
.trust-grid span { color: var(--text-soft); font-size: .64rem; }

.section-heading { max-width: 680px; margin-bottom: 45px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-kicker { display: inline-block; margin-bottom: 8px; color: var(--gold-deep); font-size: .65rem; font-weight: 900; letter-spacing: .02em; }
.section-kicker.light { color: #e8d4a6; }
.section-heading h2, .spotlight-copy h2, .download-copy h2 { margin: 0 0 12px; font-size: clamp(1.35rem, 2.2vw, 1.95rem); line-height: 1.58; letter-spacing: 0; font-weight: 800; }
.section-heading p { margin: 0; color: var(--text-soft); font-size: .79rem; line-height: 1.86; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card { min-height: 240px; padding: 24px 21px; border: 1px solid var(--border); border-radius: 24px; background: var(--surface); box-shadow: var(--shadow-soft); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-7px); border-color: color-mix(in srgb, var(--gold) 58%, var(--border)); box-shadow: var(--shadow); }
.feature-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 21px; border-radius: 17px; color: var(--gold-deep); background: var(--gold-soft); }
.feature-icon svg { width: 24px; height: 24px; }
.icon-quran, .icon-ramadan { color: #231a0d; background: var(--button-gradient); }
.icon-uae { color: var(--red); background: color-mix(in srgb, var(--red) 12%, transparent); }
.feature-card h3 { margin: 0 0 8px; font-size: .84rem; line-height: 1.5; }
.feature-card p { margin: 0; color: var(--text-soft); font-size: .69rem; line-height: 1.8; }

.spotlight { background: var(--surface-soft); }
.spotlight-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.spotlight-media { position: relative; min-height: 550px; }
.spotlight-media > img { width: 88%; height: 520px; object-fit: cover; border-radius: 35px; box-shadow: var(--shadow); }
.spotlight-media::after { content: ""; position: absolute; width: 58%; height: 62%; left: 0; bottom: -25px; z-index: -1; border-radius: 36px; background: var(--gold-soft); }
.spotlight-badge { position: absolute; left: -12px; bottom: 58px; display: flex; align-items: center; gap: 10px; max-width: 230px; padding: 12px 15px; border: 1px solid var(--border); border-radius: 18px; background: var(--surface); box-shadow: var(--shadow); font-size: .68rem; font-weight: 800; }
.spotlight-badge img { width: 44px; height: 44px; border-radius: 13px; }
.spotlight-copy > p { color: var(--text-soft); font-size: .79rem; line-height: 1.86; }
.reason-list { display: grid; gap: 8px; margin-top: 30px; }
.reason-list > div { display: grid; grid-template-columns: 55px 1fr; align-items: start; gap: 13px; padding: 17px 0; border-bottom: 1px solid var(--border); }
.reason-list b { color: var(--gold-deep); font-size: .71rem; }
.reason-list span { display: grid; }
.reason-list strong { font-size: .8rem; }
.reason-list small { margin-top: 4px; color: var(--text-soft); font-size: .67rem; line-height: 1.76; }

.screens { overflow: hidden; }
.gallery-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(300px, 38%); gap: 20px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; scrollbar-color: var(--gold) transparent; padding: 10px 2px 24px; scroll-snap-type: x mandatory; }
.gallery-card { position: relative; height: 410px; margin: 0; border-radius: 27px; overflow: hidden; box-shadow: var(--shadow-soft); scroll-snap-align: start; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.gallery-card:hover img { transform: scale(1.045); }
.gallery-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,17,18,.82), transparent 57%); }
.gallery-card figcaption { position: absolute; inset: auto 18px 17px; z-index: 2; display: flex; align-items: center; gap: 10px; color: #fff; }
.gallery-card figcaption span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.32); border-radius: 12px; color: #e8d4a6; font-size: .68rem; backdrop-filter: blur(10px); }
.gallery-card figcaption b { font-size: .79rem; }

.download { padding-top: 65px; }
.download-panel { min-height: 475px; position: relative; display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 50px; padding: 55px 70px; border-radius: 38px; overflow: hidden; color: #fff; background: var(--cta-gradient); box-shadow: 0 40px 80px rgba(7,17,18,.3); }
.download-panel::after { content: ""; position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(circle, #fff 1px, transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(90deg,#000,transparent 80%); }
.download-art, .download-copy { position: relative; z-index: 2; }
.download-art { min-height: 360px; display: grid; place-items: center; }
.download-art img { width: 285px; filter: drop-shadow(0 30px 35px rgba(0,0,0,.25)); animation: float 6s ease-in-out infinite; }
.download-ring { position: absolute; border: 1px solid rgba(216,189,120,.35); border-radius: 50%; }
.ring-a { width: 340px; height: 340px; }
.ring-b { width: 265px; height: 265px; border-style: dashed; animation: spin 24s linear infinite; }
.download-copy p { max-width: 620px; margin: 0; color: rgba(255,255,255,.75); font-size: .8rem; line-height: 1.85; }
.store-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.store-btn { min-width: 200px; min-height: 62px; display: inline-flex; align-items: center; justify-content: flex-start; gap: 13px; padding: 10px 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; color: #fff; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); cursor: pointer; transition: .2s ease; text-align: right; }
.store-btn:hover { background: rgba(255,255,255,.13); transform: translateY(-2px); }
.store-btn svg { width: 26px; height: 26px; flex-shrink: 0; }
.store-btn span { display: grid; line-height: 1.28; }
.store-btn small { color: rgba(255,255,255,.65); font-size: .58rem; }
.store-btn strong { font-size: .78rem; }
.store-btn.unavailable { opacity: .7; }
.download-note { display: block; margin-top: 15px; color: rgba(255,255,255,.5); font-size: .66rem; }

.faq { padding-top: 85px; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.accordion { display: grid; gap: 11px; }
.accordion details { border: 1px solid var(--border); border-radius: 19px; background: var(--surface); box-shadow: var(--shadow-soft); overflow: hidden; }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 18px; cursor: pointer; list-style: none; font-weight: 700; font-size: .75rem; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary b { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 10px; color: var(--gold-deep); background: var(--gold-soft); font-size: 1.2rem; transition: transform .2s ease; }
.accordion details[open] summary b { transform: rotate(45deg); }
.accordion details p { margin: 0; padding: 0 18px 17px; color: var(--text-soft); font-size: .68rem; line-height: 1.82; }

.site-footer { padding: 62px 0 23px; color: #fff; background: radial-gradient(circle at 86% 10%, rgba(216,189,120,.16), transparent 30%), linear-gradient(145deg, #241b10 0%, #17120c 52%, #0d0b08 100%); }
.footer-main { display: grid; grid-template-columns: 1fr 1.3fr 1fr; align-items: center; gap: 45px; padding-bottom: 42px; }
.footer-brand strong { color: #fff; }
.footer-brand small { color: rgba(255,255,255,.55); }
.footer-main > p { margin: 0; color: rgba(255,255,255,.58); font-size: .67rem; }
.footer-main nav { display: flex; justify-content: flex-end; gap: 18px; color: rgba(255,255,255,.65); font-size: .66rem; }
.footer-main nav a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(231,207,148,.18); color: rgba(255,255,255,.46); font-size: .6rem; }
.made-with { display: flex; align-items: center; gap: 8px; }
.made-with i { width: 17px; height: 6px; border-radius: 10px; background: linear-gradient(90deg, #a94a3e 33%, #fff 33% 66%, #9a7130 66%); }

.simple-page { min-height: 100vh; display: grid; place-items: center; padding: 40px 20px; background: radial-gradient(circle at 50% 20%, var(--gold-soft), transparent 35%), var(--bg); }
.simple-card { width: min(620px, 100%); padding: 45px; border: 1px solid var(--border); border-radius: 30px; background: var(--surface); box-shadow: var(--shadow); text-align: center; }
.simple-card img { width: 105px; margin: 0 auto 23px; border-radius: 27px; }
.simple-card h1 { margin: 5px 0 12px; font-size: 2rem; }
.simple-card p { color: var(--text-soft); }
.simple-card code { direction: ltr; display: inline-block; padding: 2px 7px; border-radius: 7px; background: var(--bg-alt); }
.simple-card .btn { margin-top: 15px; }

.toast { position: fixed; right: 50%; bottom: 28px; z-index: 200; max-width: min(440px, calc(100% - 30px)); padding: 12px 17px; border-radius: 14px; color: #fff; background: #17120c; box-shadow: 0 15px 35px rgba(0,0,0,.28); opacity: 0; pointer-events: none; transform: translate(50%, 18px); transition: .25s ease; font-size: .76rem; text-align: center; }
.toast.show { opacity: 1; transform: translate(50%, 0); }
.reveal { opacity: 1; transform: none; }
.js-enabled .reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.js-enabled .reveal.visible { opacity: 1; transform: none; }


h1, h2, h3,
.brand strong,
.main-nav,
.btn,
.section-kicker,
.trust-grid strong,
.store-btn strong,
.accordion summary {
  font-family: "Noto Kufi Arabic", "Noto Sans Arabic", Tahoma, sans-serif;
}

.footer-actions { display: flex; align-items: center; gap: 13px; }
.social-link {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  border: 1px solid rgba(216,189,120,.28);
  border-radius: 9px;
  color: #e8d4a6;
  background: rgba(255,255,255,.045);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.social-link:hover { transform: translateY(-2px); background: rgba(216,189,120,.12); border-color: rgba(216,189,120,.55); }
.social-link svg { width: 16px; height: 16px; stroke-width: 1.65; }
.social-link .instagram-dot { fill: currentColor; stroke: none; }


/* Footer uses the same charcoal and champagne-gold identity as the download panel. */
.site-footer .brand img { box-shadow: 0 9px 28px rgba(196,154,74,.20); }
.site-footer a:focus-visible { outline: 2px solid #e7cf94; outline-offset: 4px; }

@media (max-width: 850px) {
  .section-heading h2, .spotlight-copy h2, .download-copy h2 { font-size: clamp(1.28rem, 4.1vw, 1.72rem); }
  .hero h1 { font-size: clamp(1.86rem, 5vw, 2.58rem); line-height: 1.42; }
}

@media (max-width: 620px) {
  .section-heading h2, .spotlight-copy h2, .download-copy h2 { font-size: clamp(1.18rem, 6vw, 1.54rem); line-height: 1.6; }
  .hero h1 { font-size: clamp(1.66rem, 8vw, 2.18rem); line-height: 1.45; }
  .hero-copy > p, .section-heading p, .spotlight-copy > p, .download-copy p { font-size: .74rem; }
  .feature-card h3 { font-size: .8rem; }
  .feature-card p { font-size: .67rem; }
  .eyebrow { font-size: .67rem; }
  .footer-main > p { font-size: .64rem; }
}

/* Gold is the primary product accent across the interface. */
.next-prayer > b,
.mini-grid span { color: #9a7130; }


@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1080px) {
  .main-nav { gap: 17px; }
  .main-nav a { font-size: .76rem; }
  .hero-grid { gap: 35px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .spotlight-grid { gap: 45px; }
  .download-panel { padding: 45px; }
}

@media (max-width: 850px) {
  .site-header { padding: 9px 0; }
  .brand img { width: 46px; height: 46px; }
  .nav-tools { margin-inline-start: 0; }
  .menu-toggle { display: block; order: 2; }
  .nav-tools { order: 3; }
  .main-nav { position: fixed; inset: 72px 16px auto; display: grid; gap: 0; padding: 10px; border: 1px solid var(--border); border-radius: 20px; background: var(--surface); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s ease; }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { padding: 12px 14px; border-bottom: 1px solid var(--border); }
  .main-nav a:last-child { margin-top: 8px; text-align: center; border-bottom: 0; }
  .hero { padding-top: 130px; }
  .hero-grid, .spotlight-grid, .faq-grid, .download-panel { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy > p, .hero h1 { margin-inline: auto; }
  .eyebrow, .hero-actions, .hero-notes { justify-content: center; }
  .hero-visual { min-height: 650px; }
  .spotlight-media { order: 2; }
  .spotlight-media > img { width: 100%; }
  .download-panel { text-align: center; }
  .download-art { min-height: 280px; }
  .download-art img { width: 230px; }
  .store-buttons { justify-content: center; }
  .faq-grid { gap: 25px; }
  .footer-main { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  .footer-main nav { justify-content: center; }
  .footer-bottom { flex-direction: column; align-items: center; }
  .footer-actions { justify-content: center; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 26px, var(--container)); }
  .section-pad { padding: 70px 0; }
  .brand small { display: none; }
  .brand img { width: 42px; height: 42px; border-radius: 13px; }
  .nav-wrap { gap: 8px; }
  .language-toggle { min-width: 40px; }
  .icon-button { display: none; }
  .hero { padding-top: 120px; }
  .hero h1 { font-size: clamp(1.62rem, 8vw, 2.08rem); line-height: 1.45; }
  .hero-copy > p { font-size: .75rem; line-height: 1.86; }
  .hero-actions .btn { width: 100%; }
  .hero-notes { gap: 11px; }
  .hero-visual { min-height: 590px; transform: scale(.9); margin: -25px 0; }
  .phone-shell { width: 295px; height: 590px; }
  .orbit-one { width: 460px; height: 460px; }
  .orbit-two { width: 370px; height: 370px; }
  .float-prayer { right: -25px; }
  .float-qibla { left: -25px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); padding: 17px 0; }
  .trust-grid div { min-height: 78px; align-content: center; border-bottom: 1px solid var(--border); }
  .trust-grid div:nth-child(3), .trust-grid div:nth-child(4) { border-bottom: 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .spotlight-media { min-height: 430px; }
  .spotlight-media > img { height: 410px; }
  .gallery-track { grid-auto-columns: 84%; }
  .gallery-card { height: 360px; }
  .download-panel { padding: 32px 20px; border-radius: 28px; }
  .download-art { min-height: 240px; }
  .download-art img { width: 205px; }
  .ring-a { width: 260px; height: 260px; }
  .ring-b { width: 210px; height: 210px; }
  .store-btn { width: 100%; justify-content: center; text-align: right; }
  .footer-main nav { flex-wrap: wrap; }
  .simple-card { padding: 33px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Version 6: tighter typography, straight hero accent, and refined content rhythm. */
.section-pad { padding: 84px 0; }
.hero { min-height: 720px; padding-top: 142px; }
.hero h1 {
  max-width: 590px;
  margin: 18px 0 13px;
  font-size: clamp(1.78rem, 3vw, 2.62rem);
  line-height: 1.42;
}
.hero h1 em::after {
  left: 5%;
  right: 5%;
  bottom: -4px;
  height: 2px;
  border-radius: 0;
  background: linear-gradient(90deg, transparent 0%, var(--gold) 18%, var(--gold) 82%, transparent 100%);
  opacity: .72;
  transform: none !important;
}
.hero-copy > p { font-size: .78rem; line-height: 1.86; }
.eyebrow { padding: 6px 11px; font-size: .68rem; border-radius: 12px; }
.eyebrow img { width: 27px; height: 18px; }
.hero-notes { font-size: .67rem; }
.btn { min-height: 46px; font-size: .77rem; }

.section-heading { max-width: 640px; margin-bottom: 38px; }
.section-kicker { font-size: .61rem; margin-bottom: 6px; }
.section-heading h2,
.spotlight-copy h2,
.download-copy h2 {
  margin-bottom: 10px;
  font-size: clamp(1.2rem, 1.85vw, 1.68rem);
  line-height: 1.58;
}
.section-heading p,
.spotlight-copy > p,
.download-copy p { font-size: .72rem; line-height: 1.82; }

.feature-card { min-height: 220px; padding: 22px 20px; }
.feature-card h3 { font-size: .78rem; }
.feature-card p { font-size: .64rem; line-height: 1.76; }

.spotlight-intro { max-width: 560px; margin: 0; }
.reason-list { margin-top: 22px; gap: 4px; }
.reason-list > div { grid-template-columns: 45px 1fr; gap: 12px; padding: 14px 0; }
.reason-list b { font-size: .64rem; padding-top: 2px; }
.reason-list strong { font-size: .74rem; line-height: 1.62; }
.reason-list small { margin-top: 3px; font-size: .62rem; line-height: 1.78; }
.spotlight-badge { font-size: .62rem; }

.gallery-card figcaption b { font-size: .72rem; }
.gallery-card figcaption span { font-size: .62rem; }
.accordion summary { font-size: .69rem; }
.accordion details p { font-size: .63rem; }
.footer-main > p { font-size: .63rem; }
.footer-main nav { font-size: .62rem; }
.footer-bottom { font-size: .57rem; }

@media (max-width: 850px) {
  .hero h1 { font-size: clamp(1.64rem, 4.7vw, 2.2rem); }
  .section-heading h2,
  .spotlight-copy h2,
  .download-copy h2 { font-size: clamp(1.16rem, 3.7vw, 1.48rem); }
}

@media (max-width: 620px) {
  .section-pad { padding: 62px 0; }
  .hero { padding-top: 112px; }
  .hero h1 { font-size: clamp(1.43rem, 7vw, 1.82rem); line-height: 1.5; }
  .hero-copy > p { font-size: .7rem; }
  .eyebrow { font-size: .61rem; }
  .section-heading h2,
  .spotlight-copy h2,
  .download-copy h2 { font-size: clamp(1.05rem, 5.2vw, 1.3rem); line-height: 1.62; }
  .section-heading p,
  .spotlight-copy > p,
  .download-copy p { font-size: .67rem; }
  .feature-card h3 { font-size: .73rem; }
  .feature-card p { font-size: .61rem; }
  .reason-list strong { font-size: .7rem; }
  .reason-list small { font-size: .59rem; }
  .accordion summary { font-size: .65rem; }
  .accordion details p { font-size: .6rem; }
}

/* Display all six original generated visuals without hiding them in a carousel. */
.gallery-track {
  grid-auto-flow: row;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-columns: auto;
  overflow: visible;
  scroll-snap-type: none;
  padding-bottom: 8px;
}
.gallery-card { height: 340px; }

@media (max-width: 850px) {
  .gallery-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-card { height: 320px; }
}

@media (max-width: 620px) {
  .gallery-track { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .gallery-card { height: 245px; border-radius: 20px; }
  .gallery-card figcaption { inset: auto 10px 10px; gap: 6px; }
  .gallery-card figcaption span { width: 29px; height: 29px; border-radius: 9px; font-size: .55rem; }
  .gallery-card figcaption b { font-size: .58rem; }
}

/* Version 7: balanced, more readable Arabic typography. */
body { line-height: 1.76; }
.main-nav a { font-size: .82rem; }
.brand strong { font-size: .94rem; }
.brand small { font-size: .65rem; }

.hero h1 {
  max-width: 620px;
  font-size: clamp(2rem, 3.35vw, 2.95rem);
  line-height: 1.4;
}
.hero-copy > p { font-size: .88rem; line-height: 1.9; }
.eyebrow { font-size: .75rem; }
.hero-notes { font-size: .73rem; }
.btn { min-height: 48px; font-size: .84rem; }

.section-kicker { font-size: .68rem; }
.section-heading h2,
.spotlight-copy h2,
.download-copy h2 {
  font-size: clamp(1.42rem, 2.18vw, 1.95rem);
  line-height: 1.55;
}
.section-heading p,
.spotlight-copy > p,
.download-copy p { font-size: .82rem; line-height: 1.86; }

.feature-card h3 { font-size: .9rem; }
.feature-card p { font-size: .74rem; line-height: 1.82; }
.spotlight-badge { font-size: .7rem; }
.reason-list b { font-size: .72rem; }
.reason-list strong { font-size: .86rem; line-height: 1.58; }
.reason-list small { font-size: .73rem; line-height: 1.82; }
.gallery-card figcaption b { font-size: .8rem; }
.gallery-card figcaption span { font-size: .68rem; }
.download-copy p { font-size: .82rem; }
.store-btn small { font-size: .64rem; }
.store-btn strong { font-size: .84rem; }
.download-note { font-size: .7rem; }
.accordion summary { font-size: .8rem; }
.accordion details p { font-size: .72rem; line-height: 1.86; }
.footer-main > p { font-size: .7rem; }
.footer-main nav { font-size: .69rem; }
.footer-bottom { font-size: .63rem; }

@media (max-width: 850px) {
  .hero h1 { font-size: clamp(1.82rem, 5vw, 2.45rem); }
  .hero-copy > p { font-size: .84rem; }
  .section-heading h2,
  .spotlight-copy h2,
  .download-copy h2 { font-size: clamp(1.32rem, 4vw, 1.72rem); }
  .section-heading p,
  .spotlight-copy > p,
  .download-copy p { font-size: .79rem; }
}

@media (max-width: 620px) {
  .hero h1 { font-size: clamp(1.66rem, 7.5vw, 2.08rem); line-height: 1.46; }
  .hero-copy > p { font-size: .8rem; line-height: 1.88; }
  .eyebrow { font-size: .68rem; }
  .hero-notes { font-size: .68rem; }
  .btn { font-size: .8rem; }
  .section-heading h2,
  .spotlight-copy h2,
  .download-copy h2 { font-size: clamp(1.22rem, 5.7vw, 1.52rem); line-height: 1.58; }
  .section-heading p,
  .spotlight-copy > p,
  .download-copy p { font-size: .75rem; }
  .feature-card h3 { font-size: .84rem; }
  .feature-card p { font-size: .7rem; }
  .reason-list strong { font-size: .79rem; }
  .reason-list small { font-size: .68rem; }
  .accordion summary { font-size: .75rem; }
  .accordion details p { font-size: .68rem; }
  .footer-main > p { font-size: .67rem; }
  .footer-main nav { font-size: .66rem; }
  .footer-bottom { font-size: .6rem; }
}

/* Version 8: slightly larger typography while preserving the balanced hierarchy. */
.main-nav a { font-size: .86rem; }
.brand strong { font-size: .98rem; }
.brand small { font-size: .68rem; }

.hero h1 {
  font-size: clamp(2.12rem, 3.55vw, 3.12rem);
}
.hero-copy > p { font-size: .93rem; }
.eyebrow { font-size: .79rem; }
.hero-notes { font-size: .77rem; }
.btn { font-size: .88rem; }

.section-kicker { font-size: .72rem; }
.section-heading h2,
.spotlight-copy h2,
.download-copy h2 {
  font-size: clamp(1.5rem, 2.3vw, 2.05rem);
}
.section-heading p,
.spotlight-copy > p,
.download-copy p { font-size: .86rem; }

.feature-card h3 { font-size: .95rem; }
.feature-card p { font-size: .78rem; }
.spotlight-badge { font-size: .74rem; }
.reason-list b { font-size: .76rem; }
.reason-list strong { font-size: .91rem; }
.reason-list small { font-size: .77rem; }
.gallery-card figcaption b { font-size: .84rem; }
.gallery-card figcaption span { font-size: .72rem; }
.store-btn small { font-size: .67rem; }
.store-btn strong { font-size: .88rem; }
.download-note { font-size: .74rem; }
.accordion summary { font-size: .84rem; }
.accordion details p { font-size: .76rem; }
.footer-main > p { font-size: .74rem; }
.footer-main nav { font-size: .73rem; }
.footer-bottom { font-size: .67rem; }

@media (max-width: 850px) {
  .hero h1 { font-size: clamp(1.93rem, 5.25vw, 2.58rem); }
  .hero-copy > p { font-size: .88rem; }
  .section-heading h2,
  .spotlight-copy h2,
  .download-copy h2 { font-size: clamp(1.4rem, 4.2vw, 1.82rem); }
  .section-heading p,
  .spotlight-copy > p,
  .download-copy p { font-size: .83rem; }
}

@media (max-width: 620px) {
  .hero h1 { font-size: clamp(1.74rem, 7.8vw, 2.18rem); }
  .hero-copy > p { font-size: .84rem; }
  .eyebrow { font-size: .72rem; }
  .hero-notes { font-size: .72rem; }
  .btn { font-size: .84rem; }
  .section-heading h2,
  .spotlight-copy h2,
  .download-copy h2 { font-size: clamp(1.3rem, 5.95vw, 1.62rem); }
  .section-heading p,
  .spotlight-copy > p,
  .download-copy p { font-size: .79rem; }
  .feature-card h3 { font-size: .88rem; }
  .feature-card p { font-size: .74rem; }
  .reason-list strong { font-size: .83rem; }
  .reason-list small { font-size: .72rem; }
  .accordion summary { font-size: .79rem; }
  .accordion details p { font-size: .72rem; }
  .footer-main > p { font-size: .71rem; }
  .footer-main nav { font-size: .7rem; }
  .footer-bottom { font-size: .64rem; }
}


/* v9 refinement: circular logo treatment for the download section */
.download-art {
  isolation: isolate;
}
.download-orb {
  position: relative;
  width: 320px;
  height: 320px;
  display: grid;
  place-items: center;
  animation: float 6s ease-in-out infinite;
}
.download-orb__halo,
.download-orb__frame {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}
.download-orb__halo {
  inset: -8px;
  background:
    radial-gradient(circle at center, rgba(217,185,111,.18) 0%, rgba(217,185,111,.10) 38%, rgba(217,185,111,0) 66%),
    radial-gradient(circle at center, rgba(255,255,255,.12) 0%, rgba(255,255,255,0) 74%);
  filter: blur(6px);
  z-index: 0;
}
.download-orb__frame {
  border: 1px solid rgba(224,194,126,.38);
  box-shadow:
    0 0 0 10px rgba(224,194,126,.05),
    0 0 0 1px rgba(255,240,201,.12) inset,
    0 0 36px rgba(217,185,111,.18);
  z-index: 1;
}
.download-orb::before,
.download-orb::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.download-orb::before {
  inset: 14px;
  border: 1px solid rgba(255,238,196,.92);
  z-index: 2;
}
.download-orb::after {
  inset: -18px;
  border: 1.5px dashed rgba(224,194,126,.36);
  opacity: .95;
  z-index: 1;
}
.download-orb__image-wrap {
  position: relative;
  z-index: 3;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(180deg, #f7f4ef 0%, #ece6de 100%);
  border: 10px solid rgba(255,245,222,.95);
  box-shadow:
    0 22px 36px rgba(0,0,0,.28),
    0 0 0 1px rgba(143,108,47,.16) inset,
    0 0 26px rgba(217,185,111,.18);
}
.download-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: none;
  animation: none;
}
@media (max-width: 991px) {
  .download-orb { width: 286px; height: 286px; }
  .download-orb__image-wrap { width: 246px; height: 246px; }
}
@media (max-width: 640px) {
  .download-orb { width: 242px; height: 242px; }
  .download-orb::after { inset: -12px; }
  .download-orb__image-wrap { width: 210px; height: 210px; border-width: 8px; }
}


/* v10: GPU-friendly, continuous animation for the download emblem */
.download-orb {
  animation: downloadOrbFloat 5.2s linear infinite;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  contain: layout paint;
}
.download-orb::after {
  transform-origin: 50% 50%;
  animation: downloadOrbRingSpin 20s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
}
.download-orb__image-wrap,
.download-orb__frame,
.download-orb__halo {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.download-orb__halo {
  filter: blur(4px);
  opacity: .86;
}
@keyframes downloadOrbFloat {
  0%   { transform: translate3d(0, 0, 0) rotate(.001deg); }
  12.5% { transform: translate3d(0, -2px, 0) rotate(.001deg); }
  25%  { transform: translate3d(0, -5px, 0) rotate(.001deg); }
  37.5% { transform: translate3d(0, -8px, 0) rotate(.001deg); }
  50%  { transform: translate3d(0, -10px, 0) rotate(.001deg); }
  62.5% { transform: translate3d(0, -8px, 0) rotate(.001deg); }
  75%  { transform: translate3d(0, -5px, 0) rotate(.001deg); }
  87.5% { transform: translate3d(0, -2px, 0) rotate(.001deg); }
  100% { transform: translate3d(0, 0, 0) rotate(.001deg); }
}
@keyframes downloadOrbRingSpin {
  from { transform: translate3d(0,0,0) rotate(0deg); }
  to   { transform: translate3d(0,0,0) rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
  .download-orb,
  .download-orb::after {
    animation: none !important;
  }
}

/* v11: settled emblem placement with a calm rotating outer ring */
.download-art {
  padding-inline: 18px 34px;
  overflow: visible;
}
.download-orb {
  width: 294px;
  height: 294px;
  animation: none !important;
  transform: translate3d(-26px, 8px, 0);
  will-change: auto;
  contain: paint;
}
.download-orb__image-wrap {
  width: 258px;
  height: 258px;
  border-width: 9px;
  box-shadow:
    0 18px 30px rgba(0,0,0,.24),
    0 0 0 1px rgba(143,108,47,.14) inset,
    0 0 18px rgba(217,185,111,.12);
}
.download-orb__halo {
  inset: -5px;
  opacity: .62;
  filter: blur(5px);
  background:
    radial-gradient(circle at center, rgba(217,185,111,.14) 0%, rgba(217,185,111,.07) 42%, rgba(217,185,111,0) 70%);
}
.download-orb__frame {
  border-color: rgba(224,194,126,.30);
  box-shadow:
    0 0 0 8px rgba(224,194,126,.035),
    0 0 0 1px rgba(255,240,201,.09) inset,
    0 0 24px rgba(217,185,111,.12);
}
.download-orb::before {
  inset: 13px;
  border-color: rgba(255,238,196,.78);
}
.download-orb::after {
  inset: -14px;
  border-color: rgba(224,194,126,.28);
  animation: downloadOrbRingSpin 38s linear infinite;
}

@media (max-width: 991px) {
  .download-art { padding-inline: 0; }
  .download-orb {
    width: 270px;
    height: 270px;
    transform: translate3d(0, 0, 0);
  }
  .download-orb__image-wrap {
    width: 236px;
    height: 236px;
  }
}

@media (max-width: 640px) {
  .download-orb {
    width: 232px;
    height: 232px;
  }
  .download-orb__image-wrap {
    width: 202px;
    height: 202px;
    border-width: 8px;
  }
  .download-orb::after { inset: -10px; }
}


/* v12 definitive download emblem cleanup */
.download-art {
  min-height: 330px;
  padding: 0 !important;
  overflow: visible;
  display: grid;
  place-items: center;
}
.download-art > .download-ring {
  display: none !important;
}
.download-orb {
  position: relative;
  width: 270px !important;
  height: 270px !important;
  margin: 22px 42px 0 0;
  transform: none !important;
  animation: none !important;
  will-change: auto !important;
  contain: none !important;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.download-orb__halo {
  position: absolute;
  inset: -16px !important;
  border-radius: 50%;
  opacity: .52 !important;
  filter: blur(12px) !important;
  background: radial-gradient(circle, rgba(224,194,126,.20) 0%, rgba(224,194,126,.08) 42%, transparent 72%) !important;
  z-index: 0;
  animation: none !important;
}
.download-orb__frame {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(241,216,157,.55) !important;
  box-shadow:
    0 0 0 7px rgba(224,194,126,.045),
    0 0 0 1px rgba(255,246,222,.16) inset,
    0 0 22px rgba(224,194,126,.14) !important;
  z-index: 2;
  animation: none !important;
}
.download-orb::before {
  content: "";
  position: absolute;
  inset: 10px !important;
  border-radius: 50%;
  border: 1px solid rgba(255,241,205,.82) !important;
  z-index: 3;
  pointer-events: none;
}
.download-orb::after {
  content: "";
  position: absolute;
  inset: -14px !important;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    transparent 0deg 36deg,
    rgba(224,194,126,.92) 36deg 43deg,
    transparent 43deg 166deg,
    rgba(224,194,126,.34) 166deg 171deg,
    transparent 171deg 286deg,
    rgba(255,226,158,.72) 286deg 293deg,
    transparent 293deg 360deg
  );
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 2px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 2px));
  z-index: 1;
  animation: v12Orbit 46s linear infinite !important;
  will-change: transform;
  transform: translateZ(0);
}
.download-orb__image-wrap {
  position: relative;
  z-index: 4;
  width: 234px !important;
  height: 234px !important;
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid rgba(255,247,228,.96) !important;
  background: #f7f3ec;
  box-shadow:
    0 18px 32px rgba(0,0,0,.26),
    0 0 0 1px rgba(143,108,47,.12) inset,
    0 0 14px rgba(217,185,111,.10) !important;
  animation: none !important;
  transform: none !important;
}
.download-orb__image-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: none !important;
  animation: none !important;
  transform: none !important;
}
@keyframes v12Orbit {
  from { transform: translateZ(0) rotate(0deg); }
  to { transform: translateZ(0) rotate(360deg); }
}
@media (max-width: 991px) {
  .download-art { min-height: 290px; }
  .download-orb {
    width: 250px !important;
    height: 250px !important;
    margin: 10px auto 0;
  }
  .download-orb__image-wrap {
    width: 216px !important;
    height: 216px !important;
  }
}
@media (max-width: 640px) {
  .download-art { min-height: 245px; }
  .download-orb {
    width: 220px !important;
    height: 220px !important;
    margin: 4px auto 0;
  }
  .download-orb__image-wrap {
    width: 190px !important;
    height: 190px !important;
    border-width: 7px !important;
  }
  .download-orb::after { inset: -10px !important; }
}
@media (prefers-reduced-motion: reduce) {
  .download-orb::after { animation: none !important; }
}
