/* ===========================
   SEKCJA KONTAKT
   =========================== */

.sekcja-kontakt {
    background: url('/img/tlo5.jpg') center/cover no-repeat fixed;
    position: relative;
    min-height: 100vh;
    padding-top: 140px;
}

.sekcja-kontakt .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 0;
}

/* ===========================
   BOX KONTAKTOWY
   =========================== */

.kontakt-box {
    position: relative;
    z-index: 5;
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
    background: rgba(0,0,0,0.65);
    border-radius: 12px;
    color: #fff;
    text-align: left;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.kontakt-box h2 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 32px;
}

.kontakt-box p {
    font-size: 20px;
    margin: 12px 0;
}

/* ===========================
   LINKI KONTAKTOWE
   =========================== */

.kontakt-link {
    color: #00aaff;
    font-weight: 600;
    text-decoration: none;
}

.kontakt-link:hover {
    text-decoration: underline;
}

/* TikTok – nieklikalny */
.tiktok-off {
    color: #cccccc;
    font-weight: 600;
}

/* ===========================
   FIXLY – LINIA + ANIMACJA STRZAŁKI
   =========================== */

.fixly-line {
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
    color: #fff;
}

.fixly-arrow {
    margin: 0 6px;
    color: #00aaff;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    animation: arrowMove 1.4s infinite ease-in-out;
}

@keyframes arrowMove {
    0% { transform: translateX(0); }
    50% { transform: translateX(6px); }
    100% { transform: translateX(0); }
}

.fixly-link {
    color: #00aaff;
    font-weight: 700;
    text-decoration: none;
    transition: 0.2s;
}

.fixly-link:hover {
    text-decoration: underline;
    color: #33c6ff;
}

/* ===========================
   PANEL ADMINA
   =========================== */

.admin-panel {
    position: fixed;
    top: 20px;
    right: 20px;
    background: rgba(0,0,0,0.75);
    padding: 10px 18px;
    border-radius: 8px;
    z-index: 99999;
    box-shadow: 0 0 12px rgba(0,0,0,0.5);
}

.admin-panel a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
}

.admin-panel a:hover {
    color: #00aaff;
}
