:root {
    --primary-color: #c59b27; /* Rich Gold */
    --primary-dark: #a17c1d;
    --bg-color: #fdfbf7; /* Cream/Off-white */
    --text-color: #1e293b; /* Dark Slate */
    --text-muted: #475569; /* Medium Slate */
    --card-bg: #ffffff; /* White */
    --font-heading: 'Cinzel', serif;
    --font-body: 'Lora', serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: var(--font-body); background-color: var(--bg-color); color: var(--text-color); line-height: 1.6; }
h1, h2, h3, h4 { font-family: var(--font-heading); color: var(--primary-color); font-weight: 600; }

.hero { position: relative; height: 70vh; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(253, 251, 247, 0.6); z-index: 2; }
.hero-content { position: relative; z-index: 3; padding: 2rem; }
.hero h1 { font-size: 4rem; margin-bottom: 1rem; text-shadow: 1px 1px 10px rgba(255,255,255,0.9); letter-spacing: 2px; }
.hero p { font-size: 1.5rem; color: var(--text-color); font-weight: 600; }

section { padding: 4rem 2rem; max-width: 1200px; margin: 0 auto; text-align: center; }
section h2 { font-size: 2.5rem; margin-bottom: 2rem; position: relative; display: inline-block; }
section h2::after { content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 60px; height: 3px; background-color: var(--primary-color); }

.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 900px; margin: 0 auto; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); border: 2px solid var(--primary-dark); }
.video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.mystery-container { background: var(--card-bg); padding: 3rem 2rem; border-radius: 15px; box-shadow: 0 15px 40px rgba(0,0,0,0.05); border: 1px solid rgba(197, 155, 39, 0.2); max-width: 700px; margin: 0 auto; }

.spinner-container { margin: 3rem 0; display: flex; justify-content: center; align-items: center; gap: 3rem; flex-wrap: wrap; }
.warrior-container { flex: 1; min-width: 250px; max-width: 350px; display: flex; justify-content: flex-end; }
.warrior-image { width: 100%; height: auto; max-height: 400px; object-fit: contain; filter: drop-shadow(0 10px 15px rgba(0,0,0,0.2)); transition: opacity 0.3s ease; }
.wheel-wrapper { position: relative; width: 320px; height: 320px; min-width: 320px; }

.divine-arrow { position: absolute; top: calc(50% - 10px); left: -200px; width: 80px; height: 20px; z-index: 20; opacity: 0; background: linear-gradient(to right, transparent 0%, #cbd5e1 20%, #f8fafc 80%, transparent 100%); box-shadow: 0 0 15px #60a5fa, inset 0 0 5px #fff; transition: left 0.3s cubic-bezier(0.5, 0, 1, 1), opacity 0.2s ease-in; }
.divine-arrow::after { content: ''; position: absolute; right: -15px; top: -10px; border-top: 20px solid transparent; border-bottom: 20px solid transparent; border-left: 30px solid #f8fafc; filter: drop-shadow(5px 0 5px #60a5fa); }
.divine-arrow.shooting { opacity: 1; left: -40px; }

.wheel-wrapper.shake { animation: shake 0.4s cubic-bezier(.36,.07,.19,.97) both; }
@keyframes shake { 10%, 90% { transform: translate3d(-1px, 0, 0); } 20%, 80% { transform: translate3d(2px, 0, 0); } 30%, 50%, 70% { transform: translate3d(-4px, 0, 0); } 40%, 60% { transform: translate3d(4px, 0, 0); } }

.chariot-wheel { width: 100%; height: 100%; border-radius: 50%; border: 15px solid #6b4423; position: relative; overflow: hidden; transition: transform 4s cubic-bezier(0.17, 0.67, 0.12, 0.99); box-shadow: 0 0 0 4px #c59b27, inset 0 0 0 3px #c59b27, 0 10px 20px rgba(0,0,0,0.2); background: #3d2314; }
.wheel-number { position: absolute; width: 40px; height: 40px; left: calc(50% - 20px); top: 5px; text-align: center; font-family: var(--font-heading); font-weight: bold; font-size: 1.4rem; color: #fdfbf7; text-shadow: 1px 1px 3px rgba(0,0,0,0.8); transform-origin: 20px 145px; z-index: 5; }
.wheel-number.greyed { color: #94a3b8; text-decoration: line-through; opacity: 0.5; }
.chariot-spoke { position: absolute; width: 8px; height: 100%; background: linear-gradient(to right, #4a2b16, #6b4423, #4a2b16); left: calc(50% - 4px); top: 0; z-index: 1; }
.chariot-wheel::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 60px; height: 60px; background: radial-gradient(circle, #c59b27 30%, #6b4423 70%); border-radius: 50%; border: 4px solid #4a2b16; z-index: 10; box-shadow: 0 5px 15px rgba(0,0,0,0.5), inset 0 2px 5px rgba(255,255,255,0.2); }

.form-group { display: flex; flex-direction: column; gap: 1rem; max-width: 400px; margin: 0 auto 2rem; }
input[type="text"] { padding: 1rem; border-radius: 5px; border: 1px solid #cbd5e1; background: #ffffff; color: var(--text-color); font-size: 1.1rem; font-family: var(--font-body); }
input[type="text"]:focus { outline: none; border-color: var(--primary-color); }
.btn { padding: 1rem 2rem; border: none; border-radius: 5px; font-size: 1.1rem; font-family: var(--font-heading); font-weight: 600; cursor: pointer; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 1px; }
.primary-btn { background-color: var(--primary-color); color: #fff; }
.primary-btn:hover { background-color: var(--primary-dark); transform: translateY(-2px); }
.secondary-btn { background-color: transparent; color: var(--primary-color); border: 2px solid var(--primary-color); }
.secondary-btn:hover { background-color: rgba(197, 155, 39, 0.1); }
.checkout-btn { background-color: #22c55e; color: white; width: 100%; }
.checkout-btn:hover { background-color: #16a34a; }
.hidden { display: none; }

.result-area { margin: 2rem 0; padding: 1.5rem; background: rgba(197, 155, 39, 0.1); border-radius: 10px; border: 1px solid var(--primary-color); }
.highlight { font-size: 2rem; font-weight: bold; color: var(--primary-color); }
.success-msg { color: #16a34a; margin-bottom: 1.5rem; font-size: 0.9rem; }
.bundle-offer { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid rgba(0,0,0,0.1); }
.bundle-offer p { margin-bottom: 1.5rem; color: var(--text-muted); }

.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-top: 3rem; }
.statue-card { background: var(--card-bg); border-radius: 10px; overflow: hidden; transition: transform 0.3s ease; border: 1px solid rgba(0,0,0,0.05); box-shadow: 0 4px 6px rgba(0,0,0,0.05); }
.statue-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); border-color: rgba(197, 155, 39, 0.3); }
.card-img-placeholder { height: 250px; background: #f1f5f9; display: flex; align-items: center; justify-content: center; color: var(--text-muted); font-style: italic; }
.card-content { padding: 2rem; text-align: left; }
.card-content h3 { font-size: 1.4rem; margin-bottom: 0.5rem; }
.tag { display: inline-block; padding: 0.2rem 0.8rem; background: rgba(197, 155, 39, 0.15); color: var(--primary-color); border-radius: 20px; font-size: 0.8rem; margin-bottom: 1rem; font-family: var(--font-heading); }
.card-content p:not(.tag) { color: var(--text-muted); margin-bottom: 1.5rem; font-size: 0.95rem; }
.card-btn { width: 100%; background: #f1f5f9; color: var(--text-color); border: 1px solid #e2e8f0; }
.card-btn:hover { background: var(--primary-color); color: #fff; border-color: var(--primary-color); }

footer { text-align: center; padding: 2rem; border-top: 1px solid rgba(0,0,0,0.1); margin-top: 2rem; color: var(--text-muted); }
