/* =========================================================
   GOLD MIST — Main Stylesheet
   Palette: Navy #071827 / #081A2E, Gold #B8892D, Soft Gold #E9D6A5,
            Light #FBF8F3, Text #FFFFFF / #222222
   ========================================================= */

:root {
	--gm-navy: #071827;
	--gm-navy-bg: #081A2E;
	--gm-gold: #B8892D;
	--gm-soft-gold: #E9D6A5;
	--gm-light: #FBF8F3;
	--gm-text-light: #FFFFFF;
	--gm-text-dark: #222222;
	--gm-radius: 14px;
	--gm-shadow: 0 20px 40px rgba(7, 24, 39, 0.35);
	--gm-font: 'Cairo', 'Tajawal', sans-serif;
}

* { box-sizing: border-box; }

body {
	font-family: var(--gm-font);
	color: var(--gm-text-dark);
	background: var(--gm-light);
	margin: 0;
	direction: rtl;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

a { text-decoration: none; color: inherit; }
h1, h2, h3, h4 { font-family: var(--gm-font); font-weight: 700; margin: 0 0 12px; }
ul { list-style: none; margin: 0; padding: 0; }

.btn {
	display: inline-block;
	padding: 14px 32px;
	border-radius: 999px;
	font-weight: 700;
	transition: transform .2s ease, box-shadow .2s ease;
	cursor: pointer;
	border: none;
}
.btn-gold {
	background: linear-gradient(135deg, var(--gm-gold), var(--gm-soft-gold));
	color: var(--gm-navy);
	box-shadow: 0 8px 24px rgba(184, 137, 45, 0.4);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(184, 137, 45, 0.55); }
.btn-outline {
	background: transparent;
	border: 2px solid var(--gm-soft-gold);
	color: var(--gm-text-light);
}
.btn-outline:hover { background: rgba(233, 214, 165, 0.1); }

/* ---------- Announcement Bar ---------- */
.goldmist-announcement-bar {
	background: var(--gm-navy);
	color: var(--gm-soft-gold);
	font-size: 13px;
	padding: 8px 0;
}
.announcement-inner { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 8px; }

/* ---------- Header ---------- */
.goldmist-header { background: var(--gm-navy-bg); color: var(--gm-text-light); position: sticky; top: 0; z-index: 100; box-shadow: 0 8px 24px rgba(0,0,0,0.25); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; gap: 24px; }
.logo-title { font-size: 26px; font-weight: 800; color: var(--gm-soft-gold); letter-spacing: 1px; display: block; }
.logo-tagline { font-size: 11px; color: rgba(255,255,255,0.6); }
.goldmist-search { display: flex; flex: 1; max-width: 360px; background: rgba(255,255,255,0.06); border-radius: 999px; overflow: hidden; }
.goldmist-search input { flex: 1; background: transparent; border: none; padding: 10px 16px; color: #fff; }
.goldmist-search input::placeholder { color: rgba(255,255,255,0.5); }
.goldmist-search button { background: var(--gm-gold); border: none; padding: 0 18px; cursor: pointer; }
.header-actions { display: flex; gap: 18px; align-items: center; }
.header-icon-link { color: var(--gm-text-light); font-size: 18px; position: relative; }
.cart-count { position: absolute; top: -8px; left: -10px; background: var(--gm-gold); color: var(--gm-navy); font-size: 11px; border-radius: 50%; padding: 1px 6px; }
.mobile-nav-toggle { display: none; background: none; border: none; color: #fff; font-size: 24px; }

.goldmist-nav { background: rgba(255,255,255,0.03); border-top: 1px solid rgba(255,255,255,0.08); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; }
.primary-menu { display: flex; gap: 28px; padding: 12px 0; }
.primary-menu a { color: rgba(255,255,255,0.85); font-size: 14px; font-weight: 600; }
.primary-menu a:hover { color: var(--gm-soft-gold); }
.nav-cta-btn { background: var(--gm-gold); color: var(--gm-navy); padding: 8px 22px; border-radius: 999px; font-weight: 700; font-size: 13px; }

/* ---------- Hero ---------- */
.goldmist-hero { background: radial-gradient(circle at 30% 20%, #0d2438, var(--gm-navy-bg)); color: var(--gm-text-light); padding: 70px 0; position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 1fr 0.8fr; gap: 32px; align-items: center; position: relative; z-index: 2; }
.hero-copy h1 { font-size: 44px; line-height: 1.2; color: var(--gm-text-light); }
.hero-copy p { color: rgba(255,255,255,0.75); font-size: 16px; margin-bottom: 24px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-product-image { position: relative; text-align: center; }
.hero-product-image img { max-width: 100%; border-radius: var(--gm-radius); filter: drop-shadow(0 30px 40px rgba(0,0,0,0.4)); }
.prize-value-badge {
	position: absolute; top: 6%; left: 4%;
	width: 92px; height: 92px; border-radius: 50%;
	background: radial-gradient(circle at 35% 30%, #FBF0D2, var(--gm-soft-gold) 45%, var(--gm-gold) 100%);
	color: var(--gm-navy); display: flex; flex-direction: column; align-items: center; justify-content: center;
	box-shadow: 0 10px 26px rgba(184,137,45,0.5), 0 0 0 5px rgba(255,255,255,0.08);
	text-align: center; line-height: 1.2;
}
.prize-value-badge .badge-label { font-size: 9px; font-weight: 700; text-transform: uppercase; }
.prize-value-badge .badge-value { font-size: 18px; font-weight: 800; }
.hero-ribbon {
	position: absolute; bottom: -1px; left: 0; right: 0; height: 6px;
	background: linear-gradient(90deg, transparent, var(--gm-gold) 20%, var(--gm-soft-gold) 50%, var(--gm-gold) 80%, transparent);
	opacity: 0.85;
}
.hero-prize-card {
	background: rgba(255,255,255,0.06);
	border: 1px solid var(--gm-gold);
	border-radius: var(--gm-radius);
	padding: 24px;
	backdrop-filter: blur(6px);
}
.hero-prize-card .eyebrow { color: var(--gm-soft-gold); font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }
.hero-prize-card h3 { color: var(--gm-text-light); font-size: 20px; margin-top: 6px; }
.hero-prize-card dl { margin-top: 14px; font-size: 13px; color: rgba(255,255,255,0.7); }
.hero-prize-card dt { font-weight: 700; color: var(--gm-soft-gold); margin-top: 8px; }

/* ---------- Prize / Countdown / Wheel ---------- */
.goldmist-prize-section { background: var(--gm-navy); color: var(--gm-text-light); padding: 60px 0; }
.countdown-block { text-align: center; margin-bottom: 40px; }
.countdown-block .eyebrow { color: var(--gm-soft-gold); letter-spacing: 2px; font-size: 13px; }
.goldmist-countdown { display: flex; justify-content: center; gap: 16px; margin-top: 16px; }
.countdown-box {
	background: linear-gradient(160deg, rgba(184,137,45,0.14), rgba(255,255,255,0.03));
	border: 1px solid var(--gm-gold);
	border-radius: 10px;
	padding: 16px 20px;
	min-width: 86px;
	text-align: center;
	box-shadow: 0 8px 20px rgba(0,0,0,0.3), inset 0 0 12px rgba(184,137,45,0.08);
}
.countdown-box span { display: block; font-size: 32px; font-weight: 800; color: var(--gm-soft-gold); text-shadow: 0 0 12px rgba(233,214,165,0.4); }
.countdown-box label { font-size: 12px; color: rgba(255,255,255,0.6); }

.wheel-how-row { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.goldmist-wheel-wrap { text-align: center; position: relative; }
.goldmist-wheel {
	position: relative; width: 380px; height: 380px; margin: 0 auto;
	filter: drop-shadow(0 25px 45px rgba(0,0,0,0.55));
}
.wheel-svg { width: 100%; height: 100%; }
.wheel-spin-btn {
	position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
	width: 82px; height: 82px; border-radius: 50%;
	background: radial-gradient(circle at 35% 30%, #FBF0D2, var(--gm-soft-gold) 45%, var(--gm-gold) 100%);
	color: var(--gm-navy); font-weight: 800; font-size: 15px; letter-spacing: 1px;
	border: 3px solid var(--gm-navy-bg);
	cursor: pointer; box-shadow: 0 0 0 6px rgba(184,137,45,0.18), 0 0 25px rgba(233,214,165,0.7);
	transition: transform .15s ease, box-shadow .15s ease;
}
.wheel-spin-btn:hover { transform: translate(-50%, -50%) scale(1.06); box-shadow: 0 0 0 8px rgba(184,137,45,0.25), 0 0 32px rgba(233,214,165,0.9); }
.wheel-spin-btn:active { transform: translate(-50%, -50%) scale(0.96); }
.wheel-result { margin-top: 20px; font-weight: 700; font-size: 18px; color: var(--gm-soft-gold); min-height: 24px; }

.how-to-enter h3 { color: var(--gm-soft-gold); font-size: 24px; }
.how-to-enter ol { counter-reset: step; }
.how-to-enter li { display: flex; flex-direction: column; padding: 14px 0 14px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
.how-to-enter li strong { color: var(--gm-text-light); }
.how-to-enter li span { color: rgba(255,255,255,0.6); font-size: 13px; }
.how-to-enter .btn { margin-top: 20px; }

/* ---------- Product Section ---------- */
.goldmist-product-section { padding: 70px 0; background: var(--gm-light); }
.product-showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: flex-start; }
.product-gallery img { width: 100%; border-radius: var(--gm-radius); box-shadow: var(--gm-shadow); transition: transform .3s ease; }
.product-gallery img:hover { transform: scale(1.02); }
.goldmist-buy-now-btn { box-shadow: 0 10px 26px rgba(184,137,45,0.45) !important; }
.product-info h2 { font-size: 30px; color: var(--gm-navy); }
.product-price { font-size: 26px; color: var(--gm-gold); font-weight: 800; margin: 12px 0; }
.product-info .cart { display: flex; gap: 12px; align-items: center; margin: 24px 0; flex-wrap: wrap; }
.product-info .btn-outline { border-color: var(--gm-navy); color: var(--gm-navy); }
.product-accordion details { border-bottom: 1px solid #e6ddc9; padding: 12px 0; }
.product-accordion summary { cursor: pointer; font-weight: 700; color: var(--gm-navy); }

/* ---------- Why Buy ---------- */
.goldmist-why-buy { background: var(--gm-navy-bg); padding: 55px 0; border-top: 1px solid rgba(184,137,45,0.2); border-bottom: 1px solid rgba(184,137,45,0.2); }
.why-buy-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; text-align: center; }
.why-buy-card { color: var(--gm-text-light); }
.why-buy-icon {
	width: 58px; height: 58px; display: flex; align-items: center; justify-content: center;
	font-size: 24px; margin: 0 auto 14px; border-radius: 50%;
	border: 1.5px solid var(--gm-gold); background: rgba(184,137,45,0.08);
	transition: transform .2s ease, box-shadow .2s ease;
}
.why-buy-card:hover .why-buy-icon { transform: translateY(-4px); box-shadow: 0 8px 18px rgba(184,137,45,0.35); }
.why-buy-card h4 { font-size: 14px; color: var(--gm-soft-gold); }
.why-buy-card p { font-size: 12px; color: rgba(255,255,255,0.6); line-height: 1.6; }

/* ---------- Livestream ---------- */
.goldmist-livestream { padding: 60px 0; background: var(--gm-light); }
.livestream-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center; }
.livestream-embed iframe { width: 100%; aspect-ratio: 16/9; border-radius: var(--gm-radius); border: none; }
.livestream-placeholder { background: var(--gm-navy); color: var(--gm-soft-gold); border-radius: var(--gm-radius); aspect-ratio: 16/9; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; }
.livestream-info h3 { color: var(--gm-navy); font-size: 24px; }

/* ---------- Reviews ---------- */
.goldmist-reviews { padding: 60px 0; background: var(--gm-navy); color: var(--gm-text-light); text-align: center; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 30px; text-align: right; }
.review-card { background: rgba(255,255,255,0.05); border-radius: var(--gm-radius); padding: 24px; }
.goldmist-stars { color: var(--gm-gold); display: block; margin: 8px 0; }
.review-author { color: var(--gm-soft-gold); font-size: 13px; font-weight: 700; }

/* ---------- Footer ---------- */
.goldmist-footer { background: var(--gm-navy); color: rgba(255,255,255,0.75); padding: 60px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 32px; }
.footer-col h4 { color: var(--gm-soft-gold); font-size: 15px; margin-bottom: 14px; }
.footer-col ul li { margin-bottom: 8px; font-size: 13px; }
.footer-social a { margin-left: 12px; color: var(--gm-soft-gold); font-size: 13px; }
.newsletter-form { display: flex; gap: 8px; margin-top: 10px; }
.newsletter-form input { flex: 1; padding: 10px 14px; border-radius: 999px; border: none; }
.newsletter-form button { background: var(--gm-gold); color: var(--gm-navy); border: none; border-radius: 999px; padding: 10px 18px; font-weight: 700; cursor: pointer; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); margin-top: 40px; padding-top: 18px; text-align: center; font-size: 12px; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
	.hero-grid, .wheel-how-row, .product-showcase, .livestream-grid, .footer-grid { grid-template-columns: 1fr; }
	.why-buy-grid { grid-template-columns: repeat(2, 1fr); }
	.reviews-grid { grid-template-columns: 1fr; }
	.primary-menu { flex-wrap: wrap; }
	.mobile-nav-toggle { display: block; }
}
