x-apple-data-detectors {
    display: none !important;
}
.sp-dots {
    bottom: 0px!important;
}
.sp-slider-content-align-{background: rgba(53, 51, 205, 0.1);
    padding: 1rem;
    border-radius: 8px;
    text-align: center;
    color: #000000;
    border-left: 3px solid #3533cd;
    grid-column: 1 / -1;
                         font-size: 19px;
    font-weight: 700;}

h3{position: relative;
    z-index: 2;
    padding: 0.5rem 2rem !important;

    display: inline-block;
    background: linear-gradient(90deg, #000000, #3533cd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  text-align: center;
    margin-bottom: 1rem!important;
    font-size: 3rem;
    font-weight: 800;
    position: relative;
    display: inline-block;
    width: 100%;}

body {
    font-family: 'League Spartan', sans-serif !important;
    background: var(--bg-gradient) !important;
    color: #000000 !important;
    overflow-x: hidden;
}

/* ==================== TOP BAR ==================== */
#sp-top-bar, #sp-footer {
    background: linear-gradient(90deg, #000000, #3533cd, #000000) !important;
    color: white !important;
    padding: 0.5rem 0 !important;
    border-bottom: 2px solid rgba(255,255,255,0.1);
}

#sp-top-bar a {
    color: white !important;
}

#sp-top-bar .sp-contact-info {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1.5rem;
}

#sp-top-bar .sp-contact-info li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: white;
    margin: 0;
}

#sp-top-bar .sp-contact-info li i {
    color: rgba(255,255,255,0.9);
}

/* Ukrycie ikon społecznościowych (niepotrzebnych) */
#sp-top-bar .social-icons {
    display: none !important;
}

/* ==================== HEADER ==================== */
#sp-header {
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-bottom: 2px solid #3533cd !important;
    box-shadow: none !important;
    /* Usunięto position: sticky i top */
    z-index: 1000 !important;
    height: 70px;
}

/* Usunięto .sticky-header */

/* Logo */
.logo img {
    max-height: 50px !important;
    width: auto !important;
}

/* ==================== MENU GŁÓWNE ==================== */
.sp-megamenu-parent {
    margin: 0 !important;
    padding: 0 !important;
}

.sp-megamenu-parent > li > a {
    font-family: 'League Spartan', sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #000000 !important;
    position: relative !important;
    transition: all 0.3s ease !important;
}

.sp-megamenu-parent > li > a::before {
    content: '' !important;
    position: absolute !important;
    bottom: 10px !important;
    left: 1.2rem !important;
    width: 0 !important;
    height: 2px !important;
    background: linear-gradient(90deg, #000000, #3533cd) !important;
    transition: width 0.3s ease !important;
}

.sp-megamenu-parent > li > a:hover::before,
.sp-megamenu-parent > li.active > a::before {
    width: calc(100% - 2.4rem) !important;
}

.sp-megamenu-parent > li > a:hover,
.sp-megamenu-parent > li.active > a {
    color: #3533cd !important;
}

/* ==================== OFF CANVAS MENU ==================== */
#offcanvas-toggler .burger-icon span {
    background: #000000 !important;
    height: 3px !important;
}

#offcanvas-toggler:hover .burger-icon span {
    background: #3533cd !important;
}

.offcanvas-menu {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(10px) !important;
    border-right: 2px solid #3533cd !important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li > a {
    font-family: 'League Spartan', sans-serif !important;
    color: #000000 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-bottom: 1px solid rgba(53, 51, 205, 0.1) !important;
    padding: 1rem !important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li > a:hover {
    color: #3533cd !important;
    padding-left: 1.5rem !important;
    background: rgba(53, 51, 205, 0.05) !important;
}

/* ==================== GŁÓWNA TREŚĆ ==================== */
#sp-main-body {
    padding: 0 !important;
    background: transparent !important;
}

/* ==================== SEKCJE ==================== */
.section-title {
    font-family: 'League Spartan', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #000000;
    text-align: center;
}

.section-title span {
    background: linear-gradient(90deg, #000000, #3533cd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

/* ==================== KARTY OFERT ==================== */
.offers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.offer-card {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(53, 51, 205, 0.2);
    border-radius: 30px;
    padding: 2rem;
    transition: all 0.3s ease;
    color: #000000;
    text-align: center;
}

.offer-card:hover {
    transform: translateY(-10px);
    border-color: #3533cd;
    box-shadow: 0 20px 40px -15px rgba(53, 51, 205, 0.3);
}

.offer-icon {
    font-size: 2.5rem;
    color: #3533cd;
    margin-bottom: 1.5rem;
}

/* ==================== ZESPÓŁ ==================== */
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.team-member {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(53, 51, 205, 0.2);
    transition: all 0.3s ease;
    color: #000000;
    text-align: center;
}

.team-member:hover {
    transform: translateY(-10px);
    border-color: #3533cd;
    box-shadow: 0 20px 30px -10px rgba(53, 51, 205, 0.3);
}

.member-photo {
    height: 250px;
    background-size: cover;
    background-position: center;
}

.member-info {
    padding: 1.5rem;
}

.member-info h4 {
    font-family: 'League Spartan', sans-serif;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

/* ==================== KONTAKT ==================== */
.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
}

.contact-item {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(53, 51, 205, 0.2);
    text-align: center;
}

.contact-item i {
    font-size: 2rem;
    color: #3533cd;
    margin-bottom: 1rem;
}

/* ==================== FOOTER ==================== */


#sp-footer a {
    color: #3533cd !important;
}

#sp-footer a:hover {
    color: #000000 !important;
}

/* ==================== PARTICLES.JS ==================== */
#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

/* ==================== PŁYWAJĄCE KSZTAŁTY ==================== */
.floating-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    overflow: hidden;
}

.shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    animation: float 20s infinite;
}

.shape-1 {
    width: 300px;
    height: 300px;
    top: 10%;
    left: -100px;
    background: rgba(53, 51, 205, 0.15);
}

.shape-2 {
    width: 400px;
    height: 400px;
    bottom: -100px;
    right: -100px;
    background: rgba(0, 0, 0, 0.1);
    animation-delay: -5s;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.3; }
    50% { transform: translate(50px, 50px) scale(1.1); opacity: 0.5; }
}

/* ==================== CUSTOM CURSOR ==================== */
.custom-cursor {
    width: 10px;
    height: 10px;
    background-color:#e31e24;
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    transition: transform 0.2s ease;
    transform: translate(-50%, -50%);
}

.custom-cursor.hover {
    transform: translate(-50%, -50%) scale(2);
    background: red;
    border-color: transparent;
}

/* ==================== PRZYCISK NEON ==================== */
.neon-btn {
    background: transparent;
    border: 2px solid #3533cd;
    color: #3533cd;
    padding: 0.6rem 1.5rem;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 1;
    display: inline-block;
    font-family: 'League Spartan', sans-serif;
    text-decoration: none;
}

.neon-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    height: 100%;
    background: #3533cd;
    border-radius: 30px;
    z-index: -1;
    transition: transform 0.5s ease;
}

.neon-btn:hover {
    color: #ffffff;
    box-shadow: 0 0 20px rgba(53, 51, 205, 0.5);
}

.neon-btn:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

/* ==================== MEDIA QUERIES ==================== */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }
    
    .offers-grid {
        grid-template-columns: 1fr;
    }
    
    .team-grid {
        grid-template-columns: 1fr;
    }
    
    #sp-top-bar .sp-contact-info {
        flex-direction: column;
        gap: 0.5rem;
        align-items: center;
    }
}