/* ==========================================
   1. RESET, BASE & CONTAINER STYLES
   ========================================== */
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', sans-serif; }
body { background-color: #000000; color: #f8fafc; display: flex; justify-content: center; align-items: center; min-height: 100vh; padding: 40px 20px; overflow-x: hidden; }
.container { width: 100%; max-width: 500px; text-align: center; position: relative; }

/* ==========================================
   2. EPISCHE PRELOADER STYLING
   ========================================== */
#preloader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #000000; z-index: 9999; display: flex; justify-content: center; align-items: center; transition: opacity 0.6s ease, visibility 0.6s; }
#preloader.fade-out { opacity: 0; visibility: hidden; }
.loader-container { position: relative; width: 120px; height: 120px; display: flex; justify-content: center; align-items: center; }
.loader-ring { position: absolute; width: 100%; height: 100%; border: 3px solid transparent; border-top-color: #ff6600; border-bottom-color: #ff6600; border-radius: 50%; animation: spin 1.5s linear infinite; box-shadow: 0 0 15px rgba(255, 102, 0, 0.2); }
.loader-core { position: absolute; width: 60px; height: 60px; background: radial-gradient(circle, rgba(255,102,0,0.4) 0%, rgba(0,0,0,0) 70%); border-radius: 50%; animation: pulse 1.5s ease-in-out infinite; }
.loader-text { font-size: 0.75rem; color: #ff6600; font-weight: bold; letter-spacing: 3px; text-shadow: 0 0 8px rgba(255, 102, 0, 0.6); animation: blink 1.5s linear infinite; }
@keyframes spin { 100% { transform: rotate(360deg); } }
@keyframes pulse { 0%, 100% { transform: scale(0.8); opacity: 0.5; } 50% { transform: scale(1.2); opacity: 1; box-shadow: 0 0 25px rgba(255, 102, 0, 0.6); } }
@keyframes blink { 0%, 100% { opacity: 0.4; } 50% { opacity: 1; } }

/* ==========================================
   3. ALGEMENE INTERFACE (HEADERS & LINKS)
   ========================================== */
.profile { margin-bottom: 40px; }
h1 { font-size: 2.2rem; margin-bottom: 12px; letter-spacing: 0.5px; color: #ffffff; }
.glow-text { text-shadow: 0 0 10px rgba(255, 102, 0, 0.3), 0 0 20px rgba(255, 102, 0, 0.5), 0 0 30px rgba(255, 102, 0, 0.8); animation: glow 3s ease-in-out infinite; }
@keyframes glow { 0%, 100% { text-shadow: 0 0 10px rgba(255,102,0,0.3), 0 0 20px rgba(255,102,0,0.5); } 50% { text-shadow: 0 0 15px rgba(255,102,0,0.5), 0 0 30px rgba(255,102,0,1); } }
.profile p { color: #94a3b8; font-size: 1rem; line-height: 1.5; }
h2 { font-size: 1.1rem; color: #ff6600; text-transform: uppercase; letter-spacing: 1px; margin: 30px 0 12px 0; text-align: left; }
.links-container { display: flex; flex-direction: column; gap: 15px; }
.link-card { background: transparent; border: 2px solid #ff6600; padding: 16px; border-radius: 12px; text-decoration: none; color: #ffffff; font-weight: 700; transition: all 0.3s ease; display: block; cursor: pointer; }
.link-card:hover { background: #ff6600; color: #000000; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(255, 102, 0, 0.4); }
.font-bold { font-weight: bold; }
.back-link { display: inline-flex; align-items: center; justify-content: center; background: rgba(255, 102, 0, 0.03); border: 1px solid rgba(255, 102, 0, 0.3); padding: 8px 16px; border-radius: 6px; color: #94a3b8; text-decoration: none; font-size: 0.85rem; font-weight: 600; transition: all 0.2s ease; margin-top: 20px; }
.back-link:hover { border-color: #ff6600; color: #ffffff; background: rgba(255, 102, 0, 0.1); transform: translateY(-1px); }

/* ==========================================
   4. SERVER LISTING STYLING
   ========================================== */
.server-card { background: #111111; border: 1px solid #222222; border-radius: 12px; padding: 20px; text-align: left; display: flex; flex-direction: column; gap: 10px; }
.server-card:hover { border-color: #ff6600; }
.server-info h3 { color: #ffffff; font-size: 1.2rem; margin-bottom: 4px; }
.server-info p { color: #94a3b8; font-size: 0.85rem; }
.price { color: #ff6600; font-weight: 700; font-size: 1.1rem; }
.order-btn { background: #ff6600; color: #000000; text-decoration: none; font-weight: 700; padding: 10px; border-radius: 8px; text-align: center; transition: background 0.3s ease; }
.order-btn:hover { background: #ffffff; }

/* ==========================================
   5. CONFIGURATOR & SLIDERS
   ========================================== */
.config-container { background: #111111; border: 2px solid #ff6600; border-radius: 16px; padding: 25px; text-align: left; display: flex; flex-direction: column; gap: 25px; }
.minecraft-theme-bg { background-image: linear-gradient(rgba(17,17,17,0.95), rgba(17,17,17,0.95)), repeating-conic-gradient(#151515 0% 25%, #111111 0% 50%); background-size: 100%, 16px 16px; border-radius: 16px; }
.minecraft-banner-box { width: 100%; max-height: 150px; border-radius: 12px; overflow: hidden; margin-bottom: 25px; border: 2px solid #ff6600; box-shadow: 0 0 20px rgba(255, 102, 0, 0.3); }
.banner-img { width: 100%; height: 100%; object-fit: cover; }
.config-group { display: flex; flex-direction: column; gap: 10px; }
.config-group label { font-weight: 700; font-size: 1.05rem; color: #ffffff; }
.highlight-text { color: #ff6600; font-size: 1.2rem; margin-left: 5px; }
.config-hint { font-size: 0.8rem; color: #64748b; }
input[type=range] { -webkit-appearance: none; appearance: none; width: 100%; background: #222222; height: 8px; border-radius: 4px; outline: none; }
input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 20px; height: 20px; border-radius: 50%; background: #ff6600; cursor: pointer; box-shadow: 0 0 10px rgba(255, 102, 0, 0.8); transition: transform 0.1s; }
input[type=range]::-moz-range-thumb { appearance: none; width: 20px; height: 20px; border-radius: 50%; background: #ff6600; border: none; cursor: pointer; box-shadow: 0 0 10px rgba(255, 102, 0, 0.8); transition: transform 0.1s; }
input[type=range]::-webkit-slider-thumb:hover, input[type=range]::-moz-range-thumb:hover { transform: scale(1.2); }
select { width: 100%; padding: 12px; background: #222222; border: 1px solid #333333; color: #ffffff; border-radius: 8px; font-weight: 600; outline: none; cursor: pointer; }
select:focus { border-color: #ff6600; }

/* ==========================================
   6. RADIO'S, TECH PRICE BOX & FOOTER
   ========================================== */
.radio-group { display: flex; flex-direction: column; gap: 12px; margin-top: 5px; }
.radio-label { display: flex; align-items: center; gap: 10px; background: #1a1a1a; padding: 14px; border-radius: 8px; cursor: pointer; border: 1px solid #222222; font-weight: 600; font-size: 0.95rem; color: #e2e8f0; transition: all 0.2s; }
.radio-label:hover { border-color: rgba(255, 102, 0, 0.4); background: #222222; }
.radio-label input[type="radio"] { appearance: none; -webkit-appearance: none; width: 18px; height: 18px; border: 2px solid #475569; border-radius: 50%; outline: none; background: transparent; display: grid; place-content: center; cursor: pointer; }
.radio-label input[type="radio"]:checked { border-color: #ff6600; }
.radio-label input[type="radio"]::before { content: ""; width: 10px; height: 10px; border-radius: 50%; transform: scale(0); transition: 0.15s transform ease-in-out; background-color: #ff6600; box-shadow: 0 0 8px rgba(255, 102, 0, 0.8); }
.radio-label input[type="radio"]:checked::before { transform: scale(1); }

/* DE EPISCHE GESTREEPTE ORANJE TECH-BOX */
.price-display { background: rgba(255, 102, 0, 0.05); border: 2px dashed #ff6600 !important; padding: 18px; border-radius: 12px; text-align: center; font-size: 1.15rem; font-weight: 700; color: #ffffff; margin: 15px 0; box-shadow: inset 0 0 15px rgba(255, 102, 0, 0.05); }
#total-price { color: #ff6600; font-size: 1.6rem; font-weight: 800; text-shadow: 0 0 10px rgba(255, 102, 0, 0.5); margin: 0 4px; }

/* HOOFD FOOTER STYLING */
footer { margin-top: 50px; padding: 20px 0; border-top: 1px solid #111111; width: 100%; }
footer p { font-size: 0.8rem; color: #475569; letter-spacing: 0.5px; }
