/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.1
*/


:root {
    --primary-pink: #FF3465; /* Neonowy róż */
    --dark-purple: #1a0524; /* Jeszcze głębszy, premium fiolet na tła */
    --bg-light: #fdfdfd; 
    --text-light: #ffffff;
    --text-dark: #222222;
    --radius-bento: 24px;
    --transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Resety i baza */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Inter', sans-serif; line-height: 1.6; color: var(--text-dark); background-color: var(--bg-light); -webkit-font-smoothing: antialiased; }
a { text-decoration: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* Przyciski Premium */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 16px 32px; background-color: var(--primary-pink); color: var(--text-light); border-radius: 50px; font-weight: 700; font-size: 1.05rem; transition: var(--transition); border: none; cursor: pointer; text-transform: uppercase; letter-spacing: 1px; }
.btn i { margin-left: 10px; transition: transform 0.3s; }
.btn:hover { background-color: #f02052; transform: translateY(-3px); box-shadow: 0 10px 25px rgba(255, 52, 101, 0.4); }
.btn:hover i { transform: translateX(5px); }

.btn-outline { background-color: transparent; border: 2px solid rgba(255,255,255,0.4); color: var(--text-light); backdrop-filter: blur(5px); }
.btn-outline:hover { background-color: var(--text-light); color: var(--dark-purple); border-color: var(--text-light); box-shadow: 0 10px 20px rgba(0,0,0,0.15); }

/* HERO: Bez zmian, jest super */
.hero { position: relative; background-color: var(--dark-purple); color: var(--text-light); padding: 200px 0 160px; text-align: center; overflow: hidden; display: flex; align-items: center; }
.hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: url('https://artmusic.eskr.pl/art/wp-content/uploads/2022/01/event8-section-bg2.svg'); background-size: cover; background-position: center bottom; opacity: 0.15; z-index: 0; }
.hero .container { position: relative; z-index: 1; }

.hero h1 { font-size: 4.8rem; font-weight: 800; line-height: 1; margin-bottom: 25px; letter-spacing: -2px; }
.hero h1 span { color: var(--primary-pink); text-shadow: 0 0 20px rgba(255, 52, 101, 0.3); }
.hero p { font-size: 1.3rem; max-width: 700px; margin: 0 auto 45px auto; color: rgba(255,255,255,0.85); line-height: 1.5; font-weight: 400; }
.hero .new-badge { display: inline-block; background-color: rgba(255,255,255,0.1); padding: 8px 16px; border-radius: 50px; font-weight: 600; font-size: 0.9rem; color: var(--primary-pink); margin-bottom: 20px; border: 1px solid rgba(255,52,101,0.2); text-transform: uppercase; letter-spacing: 1px; }
.hero-buttons { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }

/* ULEPSZONE USŁUGI (BENTO): Czytelniejsze i z nowymi sekcjami */
.services { padding: 120px 0; background-color: var(--bg-light); }
.services-bento { display: grid; grid-template-columns: repeat(12, 1fr); gap: 30px; }

.bento-card { position: relative; border-radius: var(--radius-bento); overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; box-shadow: 0 15px 35px rgba(0,0,0,0.08); background-color: #000; }

/* Nowy układ kolumn dla lepszej ekspozycji koncertów i zaplecza */
.card-lg { grid-column: span 8; min-height: 420px; }
.card-md { grid-column: span 4; min-height: 420px; }
.card-half { grid-column: span 6; min-height: 380px; }
.card-sm { grid-column: span 4; min-height: 340px; }

.bento-card .bg-image { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-size: cover; background-position: center; transition: transform 0.8s ease; z-index: 1; opacity: 0.75; }
.bento-card:hover .bg-image { transform: scale(1.08); opacity: 0.9; }

/* Poprawiony, mocniejszy gradient dla 100% czytelności */
.bento-card .overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to top, rgba(10, 2, 18, 0.98) 0%, rgb(10 2 18 / 0%) 50%, rgb(18 2 2 / 0%) 100%); z-index: 2; }

.bento-content { position: relative; z-index: 3; padding: 40px; color: var(--text-light); }
.card-sm .bento-content { padding: 30px; }

.bento-content h3 { font-size: 2.2rem; font-weight: 800; margin-bottom: 15px; line-height: 1.15; letter-spacing: -0.5px; color: #fff; text-shadow: 0 2px 10px rgba(0,0,0,0.5); }
.card-sm .bento-content h3 { font-size: 1.6rem; margin-bottom: 10px; }

.bento-content p { font-size: 1.05rem; margin-bottom: 25px; color: rgba(255,255,255,0.9); line-height: 1.5; text-shadow: 0 1px 4px rgba(0,0,0,0.5); }
.card-sm .bento-content p { font-size: 0.95rem; margin-bottom: 20px; }

.bento-buttons { display: flex; gap: 12px; flex-wrap: wrap; }
.bento-buttons .btn { padding: 12px 24px; font-size: 0.95rem; }

/* O FIRMIE I STATYSTYKI */
.about-stats { padding: 120px 0; background: #fff; position: relative; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }

.about-text h2 { font-size: 3.2rem; font-weight: 800; color: var(--dark-purple); line-height: 1.1; margin-bottom: 30px; letter-spacing: -1px; }
.about-text h2 span { color: var(--primary-pink); }
.about-text p { font-size: 1.15rem; color: #555; margin-bottom: 25px; line-height: 1.6; }

.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.stat-item { text-align: left; padding: 30px; background-color: var(--bg-light); border-radius: var(--radius-bento); }
.stat-item .number { font-size: 4.5rem; font-weight: 800; color: var(--primary-pink); line-height: 1; margin-bottom: 8px; display: block; }
.stat-item p { font-size: 1.15rem; color: #444; font-weight: 600; }
.stat-item .exp-badge { display: inline-block; background-color: rgba(255,52,101,0.1); padding: 5px 12px; border-radius: 50px; font-size: 0.8rem; color: var(--primary-pink); font-weight: 700; text-transform: uppercase; margin-top: 10px; }

/* GALERIA */
.gallery-section { background-color: var(--bg-light); padding: 120px 0; }
.gallery-header { text-align: center; margin-bottom: 60px; }
.gallery-header h5 { color: var(--dark-purple); font-size: 1.1rem; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; }
.gallery-header h5 span { color: var(--primary-pink); }
.gallery-header h2 { font-size: 3.5rem; font-weight: 800; color: var(--dark-purple); line-height: 1.1; letter-spacing: -1px; }
.gallery-header h2 span { color: var(--primary-pink); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.gallery-grid img { width: 100%; height: 300px; object-fit: cover; border-radius: var(--radius-bento); transition: var(--transition); cursor: pointer; }
.gallery-grid img:hover { transform: translateY(-8px) scale(1.02); box-shadow: 0 15px 35px rgba(0,0,0,0.1); }

/* ULEPSZONE DLACZEGO MY (PREMIUM GLASSMORPHISM) */
.why-us { background-color: var(--dark-purple); padding: 120px 0 160px; color: var(--text-light); position: relative; overflow: hidden; }

.why-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 70px; position: relative; z-index: 2; }
.why-header h2 { font-size: 3.5rem; font-weight: 800; line-height: 1.1; letter-spacing: -1px; }
.why-header h2 span { color: var(--primary-pink); }

.why-bento { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; position: relative; z-index: 2; }

/* Ciemne karty premium z podświetleniem */
.why-card { 
    padding: 50px 35px; 
    text-align: left; 
    border-radius: var(--radius-bento); 
    transition: var(--transition); 
    background: rgba(255, 255, 255, 0.03); 
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
}

/* Kolorowe akcenty na kartach */
.why-card.accent-purple { border-top: 4px solid #b266ff; }
.why-card.accent-yellow { border-top: 4px solid #ffcb62; }
.why-card.accent-orange { border-top: 4px solid #ff6060; }
.why-card.accent-pink { border-top: 4px solid var(--primary-pink); }

.why-card:hover { transform: translateY(-10px); background: rgba(255, 255, 255, 0.06); box-shadow: 0 20px 40px rgba(0,0,0,0.3); }

.why-card img { height: 75px; margin-bottom: 30px; transition: transform 0.3s; filter: drop-shadow(0 5px 15px rgba(0,0,0,0.5)); }
.why-card:hover img { transform: scale(1.1); }

.why-card h4 { font-size: 1.4rem; margin-bottom: 15px; font-weight: 700; color: #fff; }
.why-card p { font-size: 1rem; color: rgba(255,255,255,0.75); line-height: 1.6; }

/* KONTAKT CTA */
.contact-cta { margin-top: -100px; padding-bottom: 100px; position: relative; z-index: 10; }
.cta-box { background-color: #fff; border-radius: var(--radius-bento); display: grid; grid-template-columns: 0.8fr 1.5fr 1fr; gap: 40px; padding: 60px 80px; color: var(--text-dark); box-shadow: 0 30px 60px rgba(0,0,0,0.15); border: 1px solid rgba(0,0,0,0.02); overflow: hidden; background-image: url('https://artmusic.eskr.pl/art/wp-content/uploads/2022/01/event8-wrap-bg5.svg'); background-size: cover; background-position: right bottom; }
.cta-img { display: flex; align-items: center; justify-content: center; }
.cta-img img { max-width: 100%; transform: translateY(20px); }
.cta-text { display: flex; flex-direction: column; justify-content: center; padding: 0 30px; border-right: 1px solid rgba(0,0,0,0.05); }
.cta-text h4 { color: var(--primary-pink); font-size: 1.25rem; margin-bottom: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.cta-text h2 { font-size: 3rem; font-weight: 800; line-height: 1.1; letter-spacing: -1px; margin-bottom: 25px; color: var(--dark-purple); }
.cta-info { display: flex; flex-direction: column; justify-content: center; padding-left: 30px; }
.cta-info h3 a { color: var(--primary-pink); font-size: 2.6rem; font-weight: 800; transition: color 0.3s; display: block; margin-bottom: 20px; line-height: 1; letter-spacing: -1px; white-space: nowrap; }
.cta-info h3 a:hover { color: #f02052; }
.cta-info p { margin-bottom: 30px; font-size: 1.05rem; color: #555; line-height: 1.6; }
.cta-info strong { color: #333; font-weight: 700; }

/* Responsywność */
@media (max-width: 1024px) {
    .services-bento { grid-template-columns: 1fr; gap: 20px; }
    .card-lg, .card-md, .card-half, .card-sm { grid-column: span 12; min-height: 380px; }
    .why-bento { grid-template-columns: repeat(2, 1fr); }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .cta-box { grid-template-columns: 1fr; text-align: center; padding: 60px 40px; }
    .cta-img { display: none; }
    .cta-text { padding: 20px 0; border-right: none; border-bottom: 1px solid rgba(0,0,0,0.05); }
    .cta-info { padding-left: 0; padding-top: 40px; }
    .cta-info h3 a { font-size: 2.5rem; }
    .about-grid { grid-template-columns: 1fr; text-align: center; }
    .hero h1 { font-size: 3.5rem; }
    .why-header { flex-direction: column; text-align: center; gap: 20px; }
}
@media (max-width: 768px) {
    .hero h1 { font-size: 3rem; }
    .gallery-grid { grid-template-columns: 1fr; }
    .why-bento { grid-template-columns: 1fr; }
    .stat-item .number { font-size: 3.5rem; }
    .bento-content h3 { font-size: 1.8rem; }
}