/*
Theme Name: HiiKAMP Pro
Theme URI: https://hiikampkulubu.com/
Author: Stitch Design
Description: HiiKAMP Kulübü için özel olarak tasarlanmış, yüksek performanslı ve karanlık mod odaklı WordPress teması.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: hiikamp
*/

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body { 
    min-height: 100vh; 
    font-family: 'Inter', Arial, sans-serif; 
    color: #fff; 
    overflow-x: hidden; 
    background: #081021; 
}

/* === Background Image === */
.bg-image { 
    position: fixed; inset: 0; z-index: 0; 
    background: url('https://images.unsplash.com/photo-1510312305653-8ed496efae75?auto=format&fit=crop&w=2000&q=80') center/cover no-repeat; 
    filter: brightness(0.45) saturate(1.1); 
}
.bg-image::after { 
    content: ''; position: absolute; inset: 0; 
    background: radial-gradient(ellipse at 25% 0%, rgba(40, 80, 160, .4) 0%, transparent 50%), 
                radial-gradient(ellipse at 80% 20%, rgba(30, 60, 130, .2) 0%, transparent 45%), 
                linear-gradient(180deg, rgba(8, 20, 45, .6) 0%, rgba(10, 25, 50, .4) 50%, rgba(8, 18, 35, .7) 100%); 
}

/* === Fireflies === */
.fireflies { position: fixed; inset: 0; pointer-events: none; z-index: 1; overflow: hidden; }
.firefly { 
    position: absolute; width: 4px; height: 4px; border-radius: 50%; background: #fff9b0; 
    box-shadow: 0 0 8px 2px #ffe566, 0 0 18px 4px rgba(255, 220, 60, .4); 
    animation: ff-move 14s ease-in-out infinite, ff-glow 3s ease-in-out infinite; 
}
@keyframes ff-move { 0% { transform: translate(0, 0) } 20% { transform: translate(30px, -50px) } 40% { transform: translate(-25px, -100px) } 60% { transform: translate(55px, -60px) } 80% { transform: translate(-15px, -30px) } 100% { transform: translate(0, 0) } }
@keyframes ff-glow { 0%, 100% { opacity: .2; transform: scale(.7) } 50% { opacity: 1; transform: scale(1.5) } }

.firefly:nth-child(1) { left: 5%; top: 15%; animation-delay: 0s, 0s }
.firefly:nth-child(2) { left: 14%; top: 72%; animation-delay: 2s, 1s }
.firefly:nth-child(3) { left: 28%; top: 38%; animation-delay: 4s, .5s }
.firefly:nth-child(4) { left: 45%; top: 82%; animation-delay: 1s, 2s }
.firefly:nth-child(5) { left: 60%; top: 22%; animation-delay: 3s, 1.5s }
.firefly:nth-child(6) { left: 74%; top: 63%; animation-delay: 5s, 0s }
.firefly:nth-child(7) { left: 85%; top: 28%; animation-delay: 6s, 2.5s }
.firefly:nth-child(8) { left: 91%; top: 76%; animation-delay: 8s, 1s }

/* === Page Wrapper === */
.page-wrapper { 
    position: relative; z-index: 2; max-width: 1440px; margin: 0 auto; 
    padding: 40px 20px; display: grid; grid-template-columns: 1fr 340px; gap: 30px; align-items: start; 
}

/* === Desktop Panel === */
.desktop-panel { 
    background: rgba(8, 20, 45, .92); border-radius: 12px; overflow: hidden; 
    border: 1px solid rgba(255, 255, 255, .09); box-shadow: 0 30px 90px rgba(0, 0, 0, .6); 
}

/* Topbar */
.topbar { 
    height: 65px; background: rgba(4, 12, 32, .98); display: flex; align-items: center; 
    justify-content: space-between; padding: 0 32px; border-bottom: 1px solid rgba(255, 255, 255, .08); 
}
.logo { display: flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; }
.logo-icon { font-size: 24px; color: #c8daf0; }
.logo-img { height: 40px; width: auto; object-fit: contain; }
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-main { font-size: 18px; font-weight: 900; letter-spacing: .8px; }
.logo-sub { font-size: 10px; font-weight: 600; letter-spacing: 2.5px; color: #8fa8cc; margin-top: 3px; }

nav { display: flex; gap: 4px; align-items: center; }
nav a { 
    font-size: 11.5px; font-weight: 700; text-transform: uppercase; color: #c8d8f0; 
    text-decoration: none; padding: 6px 14px; letter-spacing: .4px; transition: all .2s; border-radius: 4px; 
}
nav a:hover { color: #fff; background: rgba(255, 255, 255, .05); }
nav a.active { color: #f28b35; }

.btn-bilet { 
    background: #f28b35 !important; color: #fff !important; border-radius: 20px !important; 
    padding: 8px 18px !important; font-size: 11px !important; display: inline-flex !important; 
    align-items: center; gap: 6px; box-shadow: 0 6px 18px rgba(242, 139, 53, .4); transition: all .2s !important; 
}
.btn-bilet:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(242, 139, 53, .6) !important; filter: brightness(1.1); }

.btn-review {
    background: rgba(255,255,255,.08) !important; color: #c8d8f0 !important; border-radius: 20px !important;
    padding: 8px 16px !important; font-size: 11px !important; display: inline-flex !important;
    align-items: center; gap: 6px; border: 1px solid rgba(255,255,255,.15) !important; transition: all .2s !important;
}
.btn-review:hover { background: rgba(255,255,255,.14) !important; color: #fff !important; border-color: rgba(255,255,255,.3) !important; }

.btn-hizmetler { position: relative; }
.btn-hizmetler::after { content: ''; position: absolute; bottom: -2px; left: 14px; right: 14px; height: 2px; background: #f28b35; border-radius: 2px; transform: scaleX(0); transition: transform .2s; }
.btn-hizmetler:hover::after { transform: scaleX(1); }

/* === Hero Slider === */
.hero { position: relative; overflow: hidden; height: 350px; }
.hero-slides { position: relative; width: 100%; height: 100%; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .8s ease; }
.hero-slide.active { opacity: 1; }
.hero-slide img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4, 12, 35, .8), rgba(4, 12, 35, .3) 60%, rgba(4, 12, 35, .15)); }
.hero-text { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 20px 60px; z-index: 2; }
.hero-text h1 { font-size: 36px; font-weight: 900; line-height: 1.1; text-transform: uppercase; text-shadow: 0 4px 18px rgba(0, 0, 0, .7); }
.hero-text p { margin-top: 12px; font-size: 16px; color: #e6f2ff; text-shadow: 0 2px 10px rgba(0, 0, 0, .6); max-width: 650px; }

.btn-primary { 
    display: inline-block; margin-top: 24px; background: #f28b35; color: #fff; 
    text-decoration: none; border-radius: 25px; padding: 12px 32px; font-size: 13px; 
    font-weight: 800; text-transform: uppercase; box-shadow: 0 8px 24px rgba(242, 139, 53, .5); transition: all .2s; 
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(242, 139, 53, .65); filter: brightness(1.1); }

.hero-arrow { 
    position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255, 255, 255, .15); 
    border: none; color: #fff; font-size: 36px; width: 40px; height: 60px; border-radius: 6px; 
    cursor: pointer; z-index: 3; display: flex; align-items: center; justify-content: center; 
    transition: background .2s; backdrop-filter: blur(4px); 
}
.hero-arrow:hover { background: rgba(255, 255, 255, .3); }
.hero-arrow-left { left: 15px; }
.hero-arrow-right { right: 15px; }

/* === Events Section === */
.events-section { padding: 35px 32px 0; }
.events-section h2 { 
    text-align: center; font-size: 20px; font-weight: 900; text-transform: uppercase; 
    letter-spacing: 1.5px; color: #e6eeff; margin-bottom: 28px; display: flex; align-items: center; justify-content: center; gap: 15px; 
}
.events-section h2::before, .events-section h2::after { content: ''; height: 1px; width: 50px; background: rgba(255, 255, 255, .2); }

.slider-container { position: relative; overflow-x: auto; padding-bottom: 20px; scrollbar-width: none; -ms-overflow-style: none; }
.slider-container::-webkit-scrollbar { display: none; }
.event-grid { display: flex; gap: 20px; scroll-snap-type: x mandatory; }

.event-card { 
    flex: 0 0 31%; min-width: 290px; scroll-snap-align: start; background: rgba(25, 35, 65, .6); 
    border-radius: 15px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .1); 
    box-shadow: 0 15px 35px rgba(0, 0, 0, .3); transition: all .3s ease; cursor: pointer; 
}
.small-grid-container .event-card { flex: 0 0 18.5%; min-width: 220px; }
.event-card:hover { transform: translateY(-8px); border-color: rgba(242, 139, 53, .5); box-shadow: 0 25px 60px rgba(0, 0, 0, .5); }

.card-img-wrap { position: relative; overflow: hidden; }
.card-img-wrap img { display: block; width: 100%; height: 160px; object-fit: cover; transition: transform .6s ease; }
.event-card:hover .card-img-wrap img { transform: scale(1.1); }
.date-badge { 
    position: absolute; top: 15px; left: 15px; background: #f28b35; color: #fff; 
    width: 48px; height: 48px; border-radius: 10px; font-size: 11px; font-weight: 900; 
    line-height: 1.1; display: flex; align-items: center; justify-content: center; text-align: center; 
    box-shadow: 0 6px 15px rgba(242, 139, 53, .45); z-index: 2; 
}

.card-body { padding: 18px 20px 22px; }
.card-body h3 { font-size: 16px; font-weight: 800; margin-bottom: 8px; color: #fff; }
.card-body p { font-size: 13px; line-height: 1.5; color: #abbccf; height: 40px; overflow: hidden; }
.btn-card { 
    display: inline-block; margin-top: 15px; background: rgba(255, 255, 255, .08); 
    color: #f28b35; text-decoration: none; border-radius: 20px; padding: 8px 18px; 
    font-size: 11px; font-weight: 800; text-transform: uppercase; transition: all .2s; border: 1px solid rgba(242, 139, 53, .3); 
}

/* === Feedback Section === */
.feedback-section { padding: 50px 32px; text-align: center; background: rgba(255, 255, 255, .02); margin-top: 50px; border-top: 1px solid rgba(255, 255, 255, .05); }
.feedback-content h3 { font-size: 22px; margin-bottom: 12px; font-weight: 800; }
.feedback-content p { font-size: 14px; color: #8fa8cc; margin-bottom: 25px; max-width: 600px; margin-left: auto; margin-right: auto; }
.btn-feedback { background: #fff; color: #081021; text-decoration: none; padding: 12px 32px; border-radius: 30px; font-size: 13px; font-weight: 800; transition: all .2s; }
.btn-feedback:hover { background: #f28b35; color: #fff; transform: translateY(-2px); }

/* === Desktop Footer (Modern) === */
.desktop-footer { padding: 60px 32px 0; background: rgba(4, 12, 32, .98); border-top: 1px solid rgba(255, 255, 255, .08); position: relative; overflow: hidden; }
.desktop-footer::before { content: ''; position: absolute; top: -100px; right: -100px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(242,139,53,.06) 0%, transparent 70%); pointer-events: none; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 50px; margin-bottom: 50px; }
.footer-brand .logo { margin-bottom: 16px; }
.footer-brand p { font-size: 13px; color: #6a88aa; line-height: 1.7; max-width: 220px; margin-bottom: 20px; }
.footer-col h4 { font-size: 11px; font-weight: 900; color: #f28b35; margin-bottom: 18px; letter-spacing: 2px; text-transform: uppercase; padding-bottom: 10px; border-bottom: 1px solid rgba(242,139,53,.2); }
.footer-col a { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #7a9abb; text-decoration: none; margin-bottom: 10px; transition: all .2s; padding: 2px 0; }
.footer-col a::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: rgba(242,139,53,.4); flex-shrink: 0; transition: background .2s; }
.footer-col a:hover { color: #fff; padding-left: 4px; }
.footer-col a:hover::before { background: #f28b35; }
.footer-col p { font-size: 13px; color: #7a9abb; margin-bottom: 8px; }
.footer-contact-item { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #7a9abb; margin-bottom: 12px; }
.footer-contact-item i { color: #f28b35; width: 16px; }
.social-row { display: flex; gap: 10px; margin-top: 20px; }
.social-row a { width: 38px; height: 38px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 16px; background: rgba(255,255,255,.05); color: #8fa8cc; border: 1px solid rgba(255,255,255,.08); transition: all .2s; text-decoration: none; }
.social-row a:hover { background: #f28b35; color: #fff; border-color: #f28b35; transform: translateY(-3px); }
.footer-divider { border: none; border-top: 1px solid rgba(255,255,255,.06); margin: 0 -32px; }
.footer-bottom { padding: 20px 0 24px; display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: #3d5570; flex-wrap: wrap; gap: 10px; }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { color: #3d5570; text-decoration: none; transition: color .2s; font-size: 12px; }
.footer-bottom-links a:hover { color: #8fa8cc; }

/* === Sidebar === */
.sidebar { background: rgba(8, 20, 45, .92); border-radius: 12px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .09); box-shadow: 0 30px 80px rgba(0, 0, 0, .55); width: 100%; }
.sidebar-topbar { height: 55px; background: rgba(4, 12, 32, .98); display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border-bottom: 1px solid rgba(255, 255, 255, .07); }
.sidebar-hero-strip { display: grid; grid-template-columns: repeat(var(--strip-cols, 3), 1fr); }
.sidebar-hero-strip img { width: 100%; height: 100px; object-fit: cover; display: block; border-right: 1px solid rgba(255, 255, 255, .05); }
.sidebar-hero-strip.cols-1 img { height: 140px; }
.sidebar-hero-strip.cols-2 img { height: 120px; }

.sidebar-section { padding: 24px 20px 0; }
.sidebar-title { font-size: 14px; font-weight: 900; letter-spacing: 1px; color: #f28b35; margin-bottom: 18px; text-transform: uppercase; text-align: center; display: flex; align-items: center; justify-content: center; gap: 10px; }
.sidebar-title::before, .sidebar-title::after { content: ''; height: 1px; flex: 1; background: rgba(242, 139, 53, .3); }

.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.service-item { 
    background: rgba(255, 255, 255, .03); border-radius: 10px; overflow: hidden; 
    border: 1px solid rgba(255, 255, 255, .06); display: flex; flex-direction: column; 
    align-items: center; padding: 12px 8px 0; gap: 8px; cursor: pointer; transition: all .2s; 
}
.service-item:hover { transform: translateY(-3px); border-color: rgba(242, 139, 53, .4); background: rgba(255, 255, 255, .05); }
.service-item i { font-size: 20px; color: #f28b35; }
.service-item span { font-size: 10px; font-weight: 700; color: #c8d8f0; text-align: center; line-height: 1.2; }
.service-item img { display: block; width: 100%; height: 60px; object-fit: cover; margin-top: 8px; border-top: 1px solid rgba(255, 255, 255, .05); }

.explore-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.explore-grid img { display: block; width: 100%; height: 80px; object-fit: cover; border-radius: 6px; cursor: pointer; transition: all .3s ease; border: 1px solid rgba(255, 255, 255, .05); }
.explore-grid img:hover { transform: scale(1.05); border-color: rgba(242, 139, 53, .5); z-index: 2; }

.map-box { position: relative; border-radius: 10px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .08); cursor: pointer; transition: all .2s; }
.map-box:hover { border-color: rgba(242, 139, 53, .5); }
.map-img { display: block; width: 100%; height: 100px; object-fit: cover; filter: brightness(.6) saturate(.8); }
.map-info { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 15px; background: rgba(8, 20, 50, .4); }
.map-info h5 { font-size: 13px; font-weight: 900; color: #fff; margin-bottom: 5px; text-shadow: 0 2px 4px rgba(0,0,0,.5); }
.map-info p { font-size: 10px; color: #cbdcf0; margin-bottom: 8px; }
.map-link-hint { font-size: 10px; color: #f28b35; font-weight: 800; background: rgba(0,0,0,0.5); padding: 4px 10px; border-radius: 12px; }

.sidebar-footer { margin-top: 24px; padding: 24px 20px; border-top: 1px solid rgba(255, 255, 255, .08); background: rgba(0, 0, 0, .1); }
.sidebar-footer .footer-grid { grid-template-columns: 1fr; gap: 20px; }
.sidebar-footer .footer-col h4 { font-size: 11px; margin-bottom: 10px; }
.sidebar-footer .footer-col a, .sidebar-footer .footer-col p { font-size: 10.5px; margin-bottom: 6px; }

/* === Modals === */
.modal-overlay {
    position: fixed; inset: 0; z-index: 1000;
    background: rgba(0,0,0,.85);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
    padding: 20px;
}
.modal-overlay.active { opacity: 1; visibility: visible; }
.modal-box { background: #0d162d; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; max-width: 800px; width: 100%; max-height: 90vh; overflow-y: auto; position: relative; box-shadow: 0 40px 120px rgba(0,0,0,.9); animation: modalIn .4s cubic-bezier(0.16, 1, 0.3, 1); }
@keyframes modalIn { from { transform: translateY(40px) scale(.95); opacity: 0 } to { transform: translateY(0) scale(1); opacity: 1 } }
.modal-close { position: absolute; top: 20px; right: 20px; background: rgba(0,0,0,.6); border: none; color: #fff; width: 40px; height: 40px; border-radius: 50%; font-size: 24px; cursor: pointer; transition: all .2s; z-index: 10; display: flex; align-items: center; justify-content: center; }
.modal-close:hover { background: #f28b35; transform: rotate(90deg); }
.modal-header-img { width: 100%; height: 350px; object-fit: cover; display: block; }
.modal-body { padding: 40px 50px 50px; }
.modal-body h3 { font-size: 30px; font-weight: 900; margin-bottom: 15px; color: #fff; }
.modal-body p { font-size: 16px; line-height: 1.8; color: #b0c4de; margin-bottom: 30px; }
.btn-modal-ticket { background: #f28b35; color: #fff; text-decoration: none; padding: 16px 40px; border-radius: 35px; font-size: 15px; font-weight: 800; text-transform: uppercase; box-shadow: 0 10px 30px rgba(242,139,53,.4); transition: all .2s; display: inline-block; }

/* Lightbox */
.lightbox-overlay {
    position: fixed; inset: 0; z-index: 9999;
    background: rgba(0,0,0,.95);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s;
    cursor: pointer;
}
.lightbox-overlay.active { opacity: 1; visibility: visible; }
.lightbox-overlay img { max-width: 90vw; max-height: 80vh; border-radius: 8px; box-shadow: 0 20px 60px rgba(0,0,0,.5); cursor: default; display: block; }
.lightbox-caption { color: #ccc; margin-top: 16px; font-size: 15px; font-weight: 500; }
.lightbox-close {
    position: fixed; top: 24px; right: 28px;
    background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
    color: #fff; font-size: 28px; width: 48px; height: 48px;
    border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center;
    transition: background .2s; z-index: 10000;
}
.lightbox-close:hover { background: #f28b35; }

/* === Modern Map Choice Box (HIGH SPECIFICITY) === */
#mapModal .map-choice-box {
    background: linear-gradient(135deg, #0d162d 0%, #111e3a 100%) !important;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 28px;
    padding: 48px 40px 40px;
    width: 420px;
    max-width: 95vw;
    text-align: center;
    box-shadow: 0 50px 100px rgba(0,0,0,.8), inset 0 1px 0 rgba(255,255,255,.08);
    position: relative;
}
.map-choice-icon {
    width: 64px; height: 64px; background: rgba(242,139,53,.15); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 20px; font-size: 28px; color: #f28b35;
    border: 1px solid rgba(242,139,53,.3);
}
#mapModal .map-choice-box h3 { font-size: 22px; font-weight: 900; margin-bottom: 6px; color: #fff !important; }
.map-subtitle { font-size: 13px; color: #8fa8cc; margin-bottom: 28px; }
#mapModal a.map-btn {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 16px 20px !important;
    border-radius: 16px !important;
    text-decoration: none !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    margin-bottom: 12px !important;
    transition: all .3s ease !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
#mapModal a.map-btn:hover { transform: translateY(-3px) !important; }
#mapModal a.google-btn { background: linear-gradient(135deg, #ea4335 0%, #c62828 100%) !important; box-shadow: 0 8px 24px rgba(234,67,53,.35) !important; }
#mapModal a.google-btn:hover { box-shadow: 0 14px 32px rgba(234,67,53,.5) !important; }
#mapModal a.apple-btn { background: linear-gradient(135deg, #2c2c2e 0%, #1c1c1e 100%) !important; border: 1px solid rgba(255,255,255,.2) !important; box-shadow: 0 8px 24px rgba(0,0,0,.4) !important; }
#mapModal a.apple-btn:hover { box-shadow: 0 14px 32px rgba(0,0,0,.6) !important; }
.map-btn-icon {
    width: 40px; height: 40px; border-radius: 10px;
    display: flex !important; align-items: center; justify-content: center;
    font-size: 20px; flex-shrink: 0;
    background: rgba(255,255,255,.15);
}
.map-btn-text { flex: 1; text-align: left; }
.map-btn-text strong { display: block; font-size: 14px; color: #fff; }
.map-btn-text span { display: block; font-size: 11px; font-weight: 400; opacity: .7; margin-top: 2px; }
.map-btn-arrow { font-size: 12px; opacity: .6; flex-shrink: 0; }

/* === Floating Buttons === */
.float-buttons { position: fixed; bottom: 35px; right: 35px; z-index: 50; display: flex; flex-direction: column; gap: 18px; }
.float-btn { width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; font-size: 28px; box-shadow: 0 12px 35px rgba(0,0,0,.45); transition: all .3s ease; position: relative; color: #fff; }
.float-whatsapp { background: #25d366; }
.float-instagram { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%); }
.float-btn:hover { transform: scale(1.1); }

/* === Responsive === */
@media(max-width: 1100px) {
    .page-wrapper { grid-template-columns: 1fr; padding: 20px 15px; }
    .sidebar { max-width: 500px; margin: 30px auto 0; }
    .service-grid { grid-template-columns: repeat(4, 1fr); }
    .explore-grid { grid-template-columns: repeat(4, 1fr); }
    .slider-container .event-card { flex: 0 0 45%; }
}
@media(max-width: 768px) {
    .hero { height: 280px; }
    .hero-text h1 { font-size: 26px; }
    .topbar { padding: 0 15px; }
    nav a { display: none; }
    nav a.btn-bilet { display: flex; }
    .slider-container .event-card { flex: 0 0 75%; }
    .small-grid-container .event-card { flex: 0 0 55%; }
    .modal-body { padding: 30px; }
    .modal-body h3 { font-size: 24px; }
    .modal-header-img { height: 220px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }

    /* Float buttons — mobilde */
    .float-buttons { bottom: 35px; right: 14px; gap: 10px; }
    .float-btn { width: 48px; height: 48px; font-size: 20px; border-width: 0; }
}

@media(max-width: 480px) {
    .hero { height: 220px; }
    .hero-text h1 { font-size: 18px; }
    .hero-text p { display: none; }
    .footer-grid { grid-template-columns: 1fr; }
}