
html {
    scroll-behavior: smooth;
}
/* FIX DLA IOS: Tło w osobnym kontenerze */
.bg-fixed-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
                      url('https://raw.githubusercontent.com/hruston/Piotrwrozy/refs/heads/main/Strona%20Piotr/—Pngtree—landscape%20with%20milky%20way%20galaxy_15462129.png');
    background-size: cover;
    background-position: center;
    z-index: -1;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

/* Ikonka menu */
.menu-icon {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1000;
    cursor: pointer;
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}

.menu-icon img {
    width: 100%;
    filter: invert(85%) sepia(20%) saturate(500%) hue-rotate(10deg);
}

.menu-icon:hover {
    transform: scale(1.1) rotate(5deg);
    filter: drop-shadow(0 0 8px rgba(224, 206, 158, 0.8));
}

/* Wysuwany panel boczny */
#side-menu {
    position: fixed;
    top: 0;
    left: -300px;
    width: 250px;
    height: 100%;
    background: rgba(11, 11, 11, 0.98);
    backdrop-filter: blur(15px);
    z-index: 1001;
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding-top: 60px;
    border-right: 1px solid rgba(224, 206, 158, 0.2);
}

#side-menu.active {
    left: 0;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 35px;
    color: #e0ce9e;
    cursor: pointer;
}

.nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-links li {
    padding: 10px 40px;
}

.nav-links a {
    text-decoration: none;
    color: #e0ce9e;
    font-family: 'Cinzel', serif;
    font-size: 18px;
    letter-spacing: 2px;
    transition: 0.3s;
}

.nav-links a:hover {
    color: #fff;
    text-shadow: 0 0 10px #e0ce9e;
}

/* Przyciemnienie tła */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1000;
    display: none;
}

.menu-overlay.active {
    display: block;
}

.nav-bk {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #05A862;
    color: #e0ce9e !important;
    padding: 10px 10px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px !important;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    width: 80%;
    margin: 20px auto;
    box-shadow: 0 4px 15px rgba(0, 255, 164, 0.3);
}

.nav-bk:hover {
    color: #e0ce9e !important;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 255, 164, 0.5);
    filter: brightness(1.1);
}

#side-menu .nav-links li.bk-wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background-color: #000;
    color: #e0ce9e;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* PRESENTATION */
.presentation {
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 1;
    background: transparent;
    transition: opacity 0.2s ease-out;
    will-change: opacity;
}

.profile-img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #e0ce9e;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    object-position: center 35%;
}

.profile-name {
    color: white;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
    letter-spacing: 4px;
    font-size: clamp(22px, 5vw, 28px);
}

.profile-bio {
    color: white;
    font-family: 'Cinzel', serif;
    letter-spacing: 2px;
    font-size: clamp(18px, 4vw, 14px);
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
    max-width: 600px;
    padding: 5px 20px;
    line-height: 1.6;
}

/* CENNIK */
.cennik-wrapper {
    position: relative;
    z-index: 10;
    background-color: #0b0b0b;
    box-shadow: 0 -30px 60px rgba(0,0,0,0.9),
                0 30px 60px rgba(0,0,0,0.9);
    border-top: 1px solid rgba(224, 206, 158, 0.3);
    border-bottom: 1px solid rgba(224, 206, 158, 0.3);
    padding: 100px 0;
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: 1s ease-out;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

h1 {
    font-family: 'Cinzel', serif;
    letter-spacing: 5px;
    font-size: 22px;
    margin-bottom: 40px;
}



.main-title {
    font-family: 'Cinzel', serif;
    font-size: clamp(20px, 8vw, 30px);
    letter-spacing: 10px;
    margin: 20px 0;
}

/* WYŚWIETLANIE NAPISU MAIN.TITLE NA SMARTPHONE */

@media (max-width: 480px) {
    .main-title {
        font-size: 20px !important;
        letter-spacing: 2px !important;
        white-space: nowrap;
        text-align: center;
        width: 100%;
        display: block;
        overflow: hidden;
    }
}

@media (max-width: 390px) {
    .main-title {
        font-size:20px !important;
        letter-spacing: 1px !important;
    }
}

h2 {
    font-family: 'Cinzel', serif;
    font-size: 18px;
    letter-spacing: 4px;
    margin: 60px 0 25px;
    opacity: 0.9;
    color: #fff;
}

.item {
    margin-bottom: 18px;
    padding: 5px 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

/* PODŚWIETLANIE I PODNIESIENIE POZYCJI CENNIKA PO NAJECHANIU */
.item:hover {
    transform: translateY(-2px);
}

.item:hover .item-name,
.item:hover .price,
.item:hover .opis {
    text-shadow: 0 0 8px rgba(224, 206, 158, 0.4);
}

.item:hover span:not(.dots) {
    color: #e0ce9e;
    text-shadow: 0 0 10px rgba(224, 206, 158, 0.9);
}

.item-top {
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.item-name {
    font-size: 13px;
    letter-spacing: 1.5px;
}

.dots {
    flex: 1;
    border-bottom: 1px dotted rgba(224, 206, 158, 0.3);
    margin: 0 12px 5px;
}

.price {
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    white-space: nowrap;
}

.opis-toggle {
    margin-top: 6px;
    font-size: 13px;
    letter-spacing: 1.5px;
    opacity: 0.75;
    cursor: pointer;
    text-align: left;
    color: #cbb98a;
}

.opis-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.45s ease, opacity 0.3s ease, margin-top 0.3s ease;
    font-size: 13px;
    color: #cbb98a;
    line-height: 1.45;
    text-align: left;
    letter-spacing: 0.2px;
    margin-top: 0;
}

.item.open .opis-content {
    max-height: 220px;
    opacity: 1;
    margin-top: 6px;
}

.item.open .opis-toggle {
    color: #e0ce9e;
}

.stars-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    background-image:
        url('https://www.transparenttextures.com/patterns/stardust.png'),
        radial-gradient(circle at top right, rgba(224, 206, 158, 0.1), transparent 400px),
        radial-gradient(circle at bottom left, rgba(224, 206, 158, 0.07), transparent 400px);
}

.cennik-container {
    max-width: 650px;
    margin: 0 auto;
    width: 90%;
    text-align: center;
}

.pricer-info{
    font-family: 'Cinzel', serif;
    font-size: 18px;
    letter-spacing: 4px;
    margin: 60px 0 25px;
    opacity: 0.9;
    color: #fff;
}

.gold-accent {
    width: 200px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #e0ce9e, transparent);
    margin: 20px auto 0;
}

/* SOCIAL */
.social-reveal-section {
    position: relative;
    z-index: 2;
    padding: 120px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent;
}

.social-title {
    font-family: 'Cinzel', serif;
    font-size: 26px;
    color: white;
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 50px;
    letter-spacing: 4px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
}

.social-buttons {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}

.social-btn {
    padding: 16px 32px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    border-radius: 50px;
    transition: all 0.3s ease;
    color: white;
    min-width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.social-btn i {
    font-size: 18px;
}

.social-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.4);
    filter: brightness(1.1);
}

.fb {
    background-color: #1877F2;
}

.ig {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.sh {
    background-color: #FFFC00;
    color: #000 !important;
}

.bk {
    background-color: #05A862;
}

.footer-strip {
    position: relative;
    z-index: 100;
    margin-top: auto;
    flex-shrink: 0;
    background-color: #0b0b0b;
    border-top: 1px solid rgba(224, 206, 158, 0.3);
    min-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 500px 0 500px #0b0b0b;
    overflow: visible;
    position: sticky;
}

.footer-text {
    font-family: 'Cinzel', serif;
    font-size: 8px;
    letter-spacing: 2px;
    color: rgba(224, 206, 158, 0.6);
    z-index: 2;
}

@media (max-width: 480px) {
    #side-menu {
        width: 65%;
    }
}

/* podstrona O mnie */
.about-box {
            max-width: 760px;
            margin: 34px auto 0;
            color: #CBB98A;
            font-size: 15px;
            line-height: 2;
            letter-spacing: 0.7px;
            text-align: center;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
        }

        .about-box p {
            margin-bottom: 22px;
        }

        .contact-box {
            display: flex;
            flex-direction: column;
            gap: 18px;
            align-items: center;
            margin-top: 34px;
        }
        
/* Podstrona rytuały */

.rytual-title {
    color: #c85a5a;
    transition: color 0.3s ease, text-shadow 0.3s ease, transform 0.3s ease;
    font-family: 'Cinzel', serif;
    font-size: 28px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0;

}

.rytual-title:hover {
    color: #ff6b6b;
    text-shadow: 0 0 10px rgba(255, 107, 107, 0.7);
    transform: scale(1.03);
}

.rytual-box {
    text-align: center;
    margin-bottom: 10px;
}

.rytual-toggle {
    font-size: 12px;
    letter-spacing: 2px;
    opacity: 0.7;
    margin-top: 8px;
    cursor: pointer;
}

.rytual-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease;
    text-align: center;
    margin-top: 15px;
    line-height: 1.6;
}

.rytual-box.active .rytual-content {
    max-height: 2000px;
}

.rytual-header {
    text-align: center;
    margin-bottom: 15px;
}

.rytual-icon {
    width: 60px;
    height: auto;
    margin-bottom: 20px;
    margin-top: 30px;
    opacity: 0.9;
    transition: transform 0.3s ease;
}

/* PODŚWIETLANIE I PODNIESIENIE POZYCJI CENNIKA PO NAJECHANIU */
.rytual-icon:hover {
    transform: scale(1.1);
}

.cennik-wrapper .social-btn.bk {
    display: flex; 
    width: fit-content;
    min-width: unset;
    padding: 14px 28px;
    margin: 20px auto;
    justify-content: center;
}

/* KSIĘGA WPISÓW */

.ksiega-icon{
    width: 170px;
    height: auto;
    margin-bottom: -20px;
    margin-top: -20px;
    opacity: 0.9;
    transition: transform 0.3s ease;
    
}

/* PODŚWIETLANIE I PODNIESIENIE PO NAJECHANIU */
.ksiega-icon:hover {
    transform: scale(1.1);
}

/* ── FORMULARZ ── */
        #ksiega-form {
            display: flex;
            flex-direction: column;
            gap: 14px;
            margin: 40px auto 0;
            max-width: 560px;
        }

        #ksiega-form input,
        #ksiega-form textarea {
            background: rgba(255,255,255,0.04);
            border: 1px solid rgba(224, 206, 158, 0.25);
            border-radius: 6px;
            color: #e0ce9e;
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            letter-spacing: 1px;
            padding: 12px 16px;
            outline: none;
            transition: border-color 0.3s, box-shadow 0.3s;
            resize: none;
            width: 100%;
            box-sizing: border-box;
        }

        #ksiega-form input::placeholder,
        #ksiega-form textarea::placeholder {
            color: rgba(224, 206, 158, 0.35);
            letter-spacing: 1px;
        }

        #ksiega-form input:focus,
        #ksiega-form textarea:focus {
            border-color: rgba(224, 206, 158, 0.6);
            box-shadow: 0 0 16px rgba(224, 206, 158, 0.08);
        }

        #submitBtn {
            align-self: center;
            background: transparent;
            border: 1px solid rgba(224, 206, 158, 0.5);
            border-radius: 50px;
            color: #e0ce9e;
            cursor: pointer;
            font-family: 'Cinzel', serif;
            font-size: 12px;
            letter-spacing: 3px;
            padding: 14px 36px;
            text-transform: uppercase;
            transition: all 0.35s ease;
            position: relative;
            overflow: hidden;
        }

        #submitBtn::before {
            content: '';
            position: absolute;
            inset: 0;
            background: rgba(224, 206, 158, 0.08);
            opacity: 0;
            transition: opacity 0.3s;
        }

        #submitBtn:hover {
            border-color: #e0ce9e;
            color: #fff;
            box-shadow: 0 0 20px rgba(224, 206, 158, 0.2);
            transform: translateY(-2px);
        }

        #submitBtn:hover::before { opacity: 1; }

        #submitBtn:disabled {
            opacity: 0.4;
            cursor: not-allowed;
            transform: none;
        }

        /* ── KOMUNIKAT PO WYSŁANIU ── */
        #send-msg {
            text-align: center;
            font-family: 'Cinzel', serif;
            font-size: 12px;
            letter-spacing: 2px;
            color: rgba(224, 206, 158, 0.7);
            min-height: 20px;
            margin-top: 4px;
            transition: opacity 0.4s;
        }

        /* ── SEPARATOR ── */
        .ksiega-divider {
            display: flex;
            align-items: center;
            gap: 16px;
            margin: 50px auto 40px;
            max-width: 560px;
        }

        .ksiega-divider::before,
        .ksiega-divider::after {
            content: '';
            flex: 1;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(224,206,158,0.4), transparent);
        }

        .ksiega-divider-icon {
            color: rgba(224, 206, 158, 0.5);
            font-size: 14px;
            letter-spacing: 6px;
        }

        /* ── LICZNIK ── */
        #opinii-count {
            font-family: 'Cinzel', serif;
            font-size: 11px;
            letter-spacing: 4px;
            color: rgba(224, 206, 158, 0.45);
            text-align: center;
            margin-bottom: 30px;
            text-transform: uppercase;
        }

        /* ── SIATKA KART ── */
        #entries-container {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 20px;
            margin-top: 10px;
        }

        #entries-container.loading {
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 120px;
        }

        /* ── KARTA OPINII ── */
        .entry-card {
            position: relative;
            background: rgba(255,255,255,0.03);
            border: 1px solid rgba(224, 206, 158, 0.15);
            border-radius: 8px;
            padding: 22px 20px 18px;
            text-align: left;
            overflow: hidden;
            opacity: 0;
            transform: translateY(22px);
            animation: cardIn 0.6s ease forwards;
        }

        @keyframes cardIn {
            to { opacity: 1; transform: translateY(0); }
        }

        /* Subtelny złoty połysk w rogu */
        .entry-card::before {
            content: '';
            position: absolute;
            top: -40px;
            right: -40px;
            width: 100px;
            height: 100px;
            background: radial-gradient(circle, rgba(224,206,158,0.07) 0%, transparent 70%);
            pointer-events: none;
        }

        /* Gwiazdka dekoracyjna */
        .entry-card::after {
            content: '✦';
            position: absolute;
            top: 10px;
            right: 14px;
            font-size: 9px;
            color: rgba(224, 206, 158, 0.25);
        }

        .entry-card:hover {
            border-color: rgba(224, 206, 158, 0.3);
            background: rgba(255,255,255,0.05);
            transform: translateY(-3px);
            transition: all 0.3s ease;
            box-shadow: 0 8px 30px rgba(0,0,0,0.4);
        }

        .entry-quote {
            font-size: 36px;
            line-height: 1;
            color: rgba(224, 206, 158, 0.18);
            font-family: 'Cinzel', serif;
            margin-bottom: 4px;
            margin-top: -6px;
            display: block;
        }

        .entry-text {
            font-family: 'Montserrat', sans-serif;
            font-size: 13px;
            line-height: 1.75;
            color: rgba(224, 206, 158, 0.8);
            letter-spacing: 0.4px;
            margin: 0 0 16px;
            word-break: break-word;
        }

        .entry-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-top: 1px solid rgba(224, 206, 158, 0.1);
            padding-top: 12px;
            gap: 8px;
            flex-wrap: wrap;
        }

        .entry-autor {
            font-family: 'Cinzel', serif;
            font-size: 11px;
            letter-spacing: 2px;
            color: #e0ce9e;
            text-transform: uppercase;
        }

        .entry-date {
            font-family: 'Montserrat', sans-serif;
            font-size: 10px;
            letter-spacing: 1px;
            color: rgba(224, 206, 158, 0.35);
        }

        /* ── PUSTE STANY ── */
        .empty-state {
            grid-column: 1 / -1;
            text-align: center;
            padding: 40px 20px;
        }

        .empty-state p {
            font-family: 'Cinzel', serif;
            font-size: 13px;
            letter-spacing: 2px;
            color: rgba(224, 206, 158, 0.4);
        }

        /* ── LOADING SPINNER ── */
        .loader {
            width: 32px;
            height: 32px;
            border: 2px solid rgba(224,206,158,0.15);
            border-top-color: rgba(224,206,158,0.6);
            border-radius: 50%;
            animation: spin 0.9s linear infinite;
        }

        @keyframes spin { to { transform: rotate(360deg); } }

        /* ── GWIAZDKI TYTUŁOWE ── */
        .ksiega-title-wrap {
            text-align: center;
            margin-bottom: 10px;
        }

        .ksiega-stars {
            display: block;
            font-size: 11px;
            letter-spacing: 10px;
            color: rgba(224,206,158,0.4);
            margin-bottom: 10px;
        }
        
        /* GRA */
.game-section {
    text-align: center;
    padding: 20px 0 10px;
}


.game-wrapper {
    width: 100%;
    max-width: 360px;
    margin: 30px auto 0;
    border: 1px solid rgba(224, 206, 158, 0.25);
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255,255,255,0.03);
    box-shadow: 0 12px 40px rgba(0,0,0,0.45);
    backdrop-filter: blur(6px);
}

.game-wrapper iframe {
    display: block;
    width: 100%;
    height: 640px;
    border: 0;
    background: #000;
}

@media (max-width: 768px) {
    .game-wrapper {
        border-radius: 12px;
    }

    .game-wrapper iframe {
        height: 480px;
    }

    .game-section h1 {
        letter-spacing: 2px;
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .game-wrapper iframe {
        height: 380px;
    }

    .game-section {
        padding-top: 10px;
    }

    .game-section h1 {
        font-size: 20px;
        letter-spacing: 1px;
    }
}

/* --- PŁYWAJĄCA CHMURKA KONTAKTU (FAB) --- */

/* Ikonka chmurki w prawym dolnym rogu */
.contact-bubble-fab {
    position: fixed;
    bottom: 20px;
    left: 20px; /* Przeniesiona na lewą stronę */
    width: 40px;
    height: 40px;
    background: transparent !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #000; /* Czarna ikonka dla kontrastu na złocie */
    cursor: pointer;
    z-index: 10000; /* Nad wszystkimi elementami */
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
    transition: transform 0.3s ease, background 0.3s ease;
    overflow: hidden;
}

.fab-icon-png {
    width: 100%;  /* Obrazek wypełnia cały przycisk */
    height: 100%;
    object-fit: cover; /* Grafika pokrywa cały obszar bez deformacji */
    display: block;
    
    /* MAGIA: Zastosowanie filtra SVG zdefiniowanego w HTML, 
       który sprawia, że czarna koperta staje się przezroczysta */
    filter: url(#black-to-alpha); 
    
    transition: transform 0.3s ease;
}

.contact-bubble-fab:hover {
    transform: scale(1.1) rotate(5deg); /* Delikatny obrót */
    filter: drop-shadow(0 0 8px rgba(224, 206, 158, 0.8)); /* Zmiana koloru po najechaniu */
}

/* Okno formularza kontaktowego */
.contact-popup-fab {
    position: fixed;
    bottom: 100px;
    left: 25px; /* Nad chmurką, po prawej stronie */
    width: 320px;
    background: #0b0b0b; /* Bardzo ciemne tło (pasujące do cennika) */
    border: 1px solid rgba(224, 206, 158, 0.4);
    border-radius: 18px;
    display: none; /* Początkowo ukryte */
    flex-direction: column;
    z-index: 9999;
    box-shadow: 0 12px 40px rgba(0,0,0,0.7);
    overflow: hidden;
    animation: slideInFab 0.3s ease-out;
}

/* Stan aktywny (dodawany przez JavaScript) */
.contact-popup-fab.active {
    display: flex;
}

/* Nagłówek okienka kontaktowego */
.popup-header-fab {
    background: #D8C279; /* Twoje złoto */
    color: #000;
    padding: 12px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
}

.popup-header-fab button {
    background: none;
    border: none;
    font-size: 24px;
    color: #000;
    cursor: pointer;
    transition: color 0.3s ease;
}

.popup-header-fab button:hover {
    color: #fff;
}

/* Sam formularz wewnątrz okienka */
.popup-form-fab {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.popup-form-fab input, 
.popup-form-fab textarea {
    background: rgba(255,255,255,0.03); /* Bardzo subtelne tło */
    border: 1px solid rgba(224, 206, 158, 0.2);
    padding: 12px 15px;
    color: #fff;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.popup-form-fab input:focus, 
.popup-form-fab textarea:focus {
    outline: none;
    border-color: #D8C279; /* Pełne złoto po kliknięciu */
    box-shadow: 0 0 10px rgba(224, 206, 158, 0.2);
}

.popup-form-fab textarea {
    resize: none;
    height: 100px;
}

/* Przycisk wyślij */
.popup-form-fab button {
    background: #D8C279; /* Twoje złoto */
    border: none;
    padding: 12px;
    cursor: pointer;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    border-radius: 8px;
    color: #000;
    transition: background 0.3s ease, transform 0.2s ease;
}

.popup-form-fab button:hover {
    background: #D8C279; /* Biały po najechaniu */
}

.popup-form-fab button:active {
    transform: scale(0.98); /* Efekt wciśnięcia */
}

/* Animacja wjazdu okienka */
@keyframes slideInFab {
    from { opacity: 0; transform: translateY(30px) scale(0.9); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

/* Responsywność dla małych ekranów */
@media (max-width: 480px) {
    .contact-popup-fab {
        width: 90%;
        right: 5%;
        left: 5%;
        bottom: 95px;
    }
}

/* Definicja animacji pulsowania */
@keyframes titlePulse {
    0% {
        transform: scale(1);
        text-shadow: 0 0 10px rgba(224, 206, 158, 0.2);
    }
    50% {
        transform: scale(1.03); /* Delikatne powiększenie */
        text-shadow: 0 0 20px rgba(224, 206, 158, 0.6), 0 0 30px rgba(224, 206, 158, 0.3);
    }
    100% {
        transform: scale(1);
        text-shadow: 0 0 10px rgba(224, 206, 158, 0.2);
    }
}

/* Nałożenie animacji na klasę */
.pulsing-title {
    display: inline-block; /* Wymagane, aby transform (skala) działała poprawnie */
    animation: titlePulse 3s ease-in-out infinite; /* 3 sekundy na pełny cykl, powtarzane w nieskończoność */
}
