@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&family=Playfair+Display:wght@700&display=swap');
:root { --gold: #c5a059; --gold-hover: #e6c88a; --dark-bg: #0a0a0a; --card-bg: rgba(20, 20, 20, 0.95); --text-main: #f0f0f0; --border: #333333; }
* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: var(--dark-bg); color: var(--text-main); font-family: 'Montserrat', sans-serif; line-height: 1.6; background-size: cover; background-attachment: fixed; background-position: center; min-height: 100vh; }
body::before { content: ''; position: fixed; inset: 0; background: rgba(0,0,0,0.88); z-index: -1; }
.navbar { padding: 0.5rem 5%; background: rgba(10,10,10,0.98); border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 100; }
.logo-img { height: 70px; object-fit: contain; }
.nav-links a { margin-left: 20px; font-weight: 500; text-transform: uppercase; font-size: 0.85rem; text-decoration:none; color:inherit; transition:0.3s; }
.nav-links a:hover { color: var(--gold); }
.hero { text-align: center; padding: 8rem 1rem 6rem 1rem; border-bottom: 1px solid var(--border); }
.hero h1 { font-family: 'Playfair Display', serif; font-size: 3.5rem; color: var(--gold); margin-bottom: 1rem; text-shadow: 0 0 20px rgba(0,0,0,0.8); }
.hero p { font-size: 1.2rem; color: #ddd; max-width: 700px; margin: 0 auto; text-shadow: 0 0 10px rgba(0,0,0,0.8); }
.features-section { padding: 4rem 5%; background: rgba(255,255,255,0.02); border-bottom: 1px solid var(--border); text-align: center; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; max-width: 1200px; margin: 3rem auto 0; }
.feature-box { padding: 2rem; border: 1px solid #333; border-radius: 8px; background: rgba(0,0,0,0.3); transition: 0.3s; }
.feature-box:hover { border-color: var(--gold); transform: translateY(-5px); }
.feature-icon { font-size: 2rem; color: var(--gold); margin-bottom: 1rem; }
.feature-title { font-family: 'Playfair Display', serif; font-size: 1.3rem; margin-bottom: 0.5rem; color: #fff; }
.feature-text { font-size: 0.9rem; color: #aaa; }
.container { max-width: 1200px; margin: 0 auto; padding: 4rem 1rem; }
.section-title { text-align: center; font-family: 'Playfair Display', serif; color: var(--gold); font-size: 2.5rem; margin-bottom: 3rem; }
.cars-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 400px)); gap: 3rem; justify-content: center; }
.car-card { background: var(--card-bg); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; transition: 0.4s; cursor: pointer; display:flex; flex-direction:column; }
.car-card:hover { transform: translateY(-10px); border-color: var(--gold); box-shadow: 0 10px 40px rgba(197, 160, 89, 0.15); }
.car-img-container { height: 250px; width: 100%; }
.car-img-container img { width: 100%; height: 100%; object-fit: cover; }
.car-info { padding: 1.5rem; text-align: center; flex:1; display:flex; flex-direction:column; }
.car-info h3 { font-family: 'Playfair Display', serif; color: var(--gold); margin-bottom: 0.5rem; font-size: 1.5rem; }
.car-desc-preview { font-size: 0.9rem; color: #aaa; margin-bottom: 15px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.footer { background: rgba(5,5,5,0.95); border-top: 1px solid var(--border); padding: 4rem 5%; margin-top: 4rem; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 3rem; }

/* FIX IKON */
.social-links { display: flex; flex-direction: row !important; gap: 15px; margin-top: 15px; flex-wrap: wrap; }
.social-icon { display: inline-flex; align-items: center; gap: 10px; background: #1a1a1a; padding: 10px 20px; border-radius: 30px; border: 1px solid #333; font-size: 0.9rem; text-decoration:none; color:#ccc; transition: 0.3s; white-space: nowrap; }
.social-icon:hover { border-color: var(--gold); color: var(--gold); background: #222; transform: translateY(-3px); }
.social-icon svg { width: 18px; height: 18px; fill: currentColor; display: block; }

.modal { position: fixed; inset: 0; background: rgba(0,0,0,0.95); display: none; z-index: 2000; overflow-y: auto; justify-content: center; padding: 2rem; }
.modal.active { display: flex; }
.modal-content { background: #111; padding: 2rem; border-radius: 8px; width: 100%; max-width: 800px; position: relative; border: 1px solid var(--gold); }
.close { position: absolute; right: 20px; top: 10px; font-size: 30px; cursor: pointer; color: var(--gold); }
.lg-outer { z-index: 99999 !important; }
input, select, textarea { width: 100%; padding: 12px; background: #0a0a0a; border: 1px solid #333; color: #fff; border-radius: 4px; margin-bottom: 10px; font-family: inherit; }
.btn { padding: 12px; border-radius: 4px; border: none; cursor: pointer; font-weight: 600; text-transform: uppercase; width: 100%; transition:0.3s; }
.btn-primary { background: var(--gold); color: #000; }
.btn-primary:hover { background: var(--gold-hover); transform: scale(1.02); }
.btn-add { background: #222; color: var(--gold); border:1px solid var(--gold); margin-bottom: 20px; } 
.price-summary { background: #0a0a0a; padding: 20px; border: 1px solid var(--gold); border-radius: 5px; display: none; margin-top: 20px; }
.gross-highlight { font-size: 1.5rem; color: var(--gold); text-align: right; margin-top: 15px; border-top: 1px solid #333; padding-top: 10px; font-weight: bold; }
.stop-row { display: flex; gap: 10px; margin-bottom: 5px; }
#bookingCarDesc { font-size: 0.9rem; color: #ccc; margin-bottom: 20px; border-left: 2px solid var(--gold); padding-left: 15px; font-style: italic; }
.qr-container { background: white; padding: 10px; display: inline-block; border-radius: 10px; }
.qr-img { width: 150px; height: 150px; display: block; }
