/* ==========================================================
   HERO + OPINIE + STOPKA — czysty styl
   ========================================================== */

/* ---------- HERO ---------- */
.bib-hero {
    position: relative;
    min-height: 580px;
    display: flex;
    align-items: center;
    overflow: hidden;
    font-family: 'Inter', 'Poppins', -apple-system, sans-serif;
}
.bib-hero-bg {
    position: absolute;
    inset: 0;
    background: #3a2a1a url('/wp-content/uploads/2024/07/Zdjecie-WhatsApp-2024-06-29-o-21.17.11_2a31edba.jpg') center/cover no-repeat;
}
.bib-hero-bg--img { background: #3a2a1a; }
.bib-hero-bg-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; z-index: 0; }
.bib-hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(100deg, rgba(20,12,6,0.78) 0%, rgba(20,12,6,0.55) 45%, rgba(20,12,6,0.18) 100%);
}
.bib-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 32px;
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
}
.bib-hero-text { flex: 1 1 60%; max-width: 640px; }
.bib-hero-eyebrow {
    display: inline-block;
    background: rgba(255,255,255,0.16);
    color: #ffe7d3;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 7px 16px;
    border-radius: 999px;
    margin-bottom: 18px;
    backdrop-filter: blur(4px);
}
.bib-hero-title {
    font-family: 'Baloo 2', 'Baloo Bhai 2', cursive;
    font-size: clamp(2.4rem, 6vw, 4rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.05;
    margin: 0 0 20px;
    text-shadow: 0 2px 18px rgba(0,0,0,0.35);
}
.bib-hero-desc {
    color: #f3e9e0;
    font-size: 1.1rem;
    line-height: 1.65;
    margin: 0 0 28px;
    max-width: 540px;
}
.bib-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e8420a;
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 16px 34px;
    border-radius: 999px;
    box-shadow: 0 10px 26px rgba(232,66,10,0.4);
    transition: transform 0.18s, background 0.18s;
}
.bib-hero-cta:hover { background: #c43408; transform: translateY(-2px); }
.bib-hero-mascot {
    flex: 0 0 auto;
    width: clamp(200px, 26vw, 320px);
    height: clamp(200px, 26vw, 320px);
    border-radius: 50%;
    background: radial-gradient(circle at 50% 40%, #fff7ee 0%, #fdeeda 70%, #f7e2c6 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-shadow: 0 18px 40px rgba(0,0,0,0.35), inset 0 -8px 24px rgba(232,66,10,0.06);
    animation: bibFloat 4s ease-in-out infinite;
}
.bib-hero-mascot img {
    width: 78%;
    height: auto;
    margin-bottom: 6%;
}
@keyframes bibFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-14px)} }

@media (max-width: 820px) {
    .bib-hero { min-height: auto; }
    .bib-hero-inner { flex-direction: column-reverse; text-align: center; padding: 54px 22px; gap: 24px; }
    .bib-hero-text { max-width: 100%; }
    .bib-hero-desc { margin-left: auto; margin-right: auto; }
    .bib-hero-mascot img { width: 150px; }
}

/* ---------- OPINIE ---------- */
.bib-reviews { background: #fff; }
.bib-reviews-wrap { max-width: 1180px; margin: 0 auto; }

/* ---------- STOPKA / KONTAKT ---------- */
.bib-footer {
    background: #1e293b;
    color: #f1e6da;
    font-family: 'Inter', 'Poppins', -apple-system, sans-serif;
    padding: 56px 24px 0;
}
.bib-footer-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.3fr 1fr 1.1fr;
    gap: 40px;
}
.bib-footer-col h3 {
    font-family: 'Baloo 2', 'Baloo Bhai 2', cursive;
    font-size: 1.25rem;
    color: #ffb27a;
    margin: 0 0 14px;
}
.bib-footer-slogan { max-width: 230px; height: auto; border-radius: 10px; margin-bottom: 16px; }
.bib-footer-brand p { color: #cdbdae; line-height: 1.6; font-size: 0.96rem; margin: 0 0 18px; }
.bib-footer-social { display: flex; gap: 10px; }
.bib-footer-social a {
    width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,0.1);
    color: #fff; text-decoration: none;
    border-radius: 50%;
    font-weight: 700;
    transition: background 0.18s, transform 0.15s;
}
.bib-footer-social a:hover { background: #e8420a; transform: translateY(-2px); }
.bib-footer-hours { list-style: none; margin: 0; padding: 0; }
.bib-footer-hours li { display: flex; justify-content: space-between; gap: 12px; color: #cdbdae; }
.bib-footer-hours b { color: #fff; }
.bib-footer-contact { line-height: 1.9; color: #cdbdae; font-size: 0.96rem; margin: 0; }
.bib-footer-contact a { color: #f1e6da; text-decoration: none; }
.bib-footer-contact a:hover { color: #ffb27a; }
.bib-footer-map iframe { display: block; box-shadow: 0 8px 22px rgba(0,0,0,0.3); }
.bib-footer-bottom {
    max-width: 1180px;
    margin: 44px auto 0;
    border-top: 1px solid rgba(255,255,255,0.12);
    padding: 22px 0 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.88rem;
    color: #a8978a;
    flex-wrap: wrap;
    gap: 10px;
}
.bib-footer-bottom a { color: #a8978a; text-decoration: none; }
.bib-footer-bottom a:hover { color: #ffb27a; }

@media (max-width: 820px) {
    .bib-footer-inner { grid-template-columns: 1fr; gap: 30px; text-align: center; }
    .bib-footer-social { justify-content: center; }
    .bib-footer-hours li { justify-content: center; gap: 8px; }
    .bib-footer-bottom { justify-content: center; text-align: center; }
}
