.elementor-2887 .elementor-element.elementor-element-dff849a{--display:flex;}.elementor-2887 .elementor-element.elementor-element-0fafc0d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-dd37988 *//* =========================================================================
   SMARTELITE SERVICES - MASTER STYLES (V 2.1 - UNIFORM SPACING)
   ========================================================================== */

/* 1. IMPORT CZCIONEK */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Montserrat:wght@300;400;500;600;700&display=swap');

/* 2. USTAWIENIA GLOBALNE SEKCJI (ODSTĘPY) */
.se-section {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    color: #f5f5f5;
    background-color: #050505; /* Głęboka czerń */
    overflow: hidden;
    box-sizing: border-box;
    opacity: 1;
    transform: none;
    
    /* --- GLOBALNY ODSTĘP --- */
    /* To ustawienie kontroluje odstęp WSZYSTKICH sekcji na stronie */
    padding: 100px 0; 
}

.se-inner {
    position: relative;
    z-index: 2;
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 3. TYPOGRAFIA */
.se-label {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.85rem;
    color: #D4AF37; /* Złoty */
    margin-bottom: 16px;
    font-weight: 600;
    display: block;
}

.se-title {
    font-family: 'Cinzel', serif;
    font-size: 2.4rem;
    line-height: 1.25;
    color: #D4AF37;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.se-box-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #d1d1d1;
}

/* 4. SEKCJA HERO (Authority - Główna) */
/* Nadpisujemy globalny padding dla Hero, bo musi być na pełny ekran */
.se-hero-authority {
    position: relative;
    height: 100vh !important;
    min-height: 100vh !important;
    
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
    
    /* Indywidualny padding tylko dla pierwszej sekcji */
    padding-top: 80px !important; 
    padding-bottom: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    
    overflow: hidden;
    background: #000;
    text-align: center;
}

/* TŁO WIDEO */
.se-hero-bg-video {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0.35;
    z-index: 0;
}
.se-hero-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle at center, rgba(0,0,0,0.5) 0%, #000 95%);
    z-index: 1;
}

.se-hero-content-wrapper {
    position: relative;
    z-index: 5;
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* BADGE ZAUFANIA */
.se-trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(212, 175, 55, 0.4);
    padding: 10px 24px;
    border-radius: 50px;
    margin-bottom: 40px;
    backdrop-filter: blur(5px);
    animation: fadeInDown 1s ease-out;
}
.se-trust-icon { color: #FF0000; display: flex; align-items: center; }
.se-trust-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    color: #e0e0e0;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.se-trust-highlight { color: #fff; font-weight: 700; }

/* NAGŁÓWEK HERO */
.se-hero-headline {
    font-family: 'Cinzel', serif;
    font-size: 4rem; 
    line-height: 1.15;
    color: #f5f5f5;
    margin-bottom: 30px;
    text-shadow: 0 10px 40px rgba(0,0,0,0.9);
    opacity: 0;
    animation: fadeUpHero 1s ease-out 0.3s forwards;
}
.se-text-gold { color: #D4AF37; }
.se-text-strike { text-decoration: line-through; color: #777; text-decoration-thickness: 2px;}

.se-hero-subhead {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    line-height: 1.7;
    color: #ccc;
    max-width: 750px;
    margin-bottom: 50px;
    opacity: 0;
    animation: fadeUpHero 1s ease-out 0.6s forwards;
}

.se-hero-actions {
    opacity: 0;
    animation: fadeUpHero 1s ease-out 0.9s forwards;
}

/* ANIMACJE */
@keyframes fadeUpHero {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Stara klasa Hero (pozostawiona dla kompatybilności, ale wyczyszczona z paddingów) */
.se-hero-section-new {
    text-align: left;
    padding: 0; /* Reset, bo padding daje .se-section */
}
.se-hero-grid {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 80px;
    align-items: center;
}
.se-hero-title {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #D4AF37;
}
.se-hero-desc {
    font-size: 1.1rem;
    max-width: 600px;
    margin-bottom: 45px;
    opacity: 0.9;
}
.se-hero-stats-bar {
    display: flex;
    gap: 50px;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    padding-top: 30px;
    margin-top: 50px;
}
.se-hero-stat { display: flex; flex-direction: column; }
.stat-val {
    font-family: 'Cinzel', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #D4AF37;
    line-height: 1;
    margin-bottom: 8px;
}
.stat-txt {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.se-hero-image-col { position: relative; }
.se-hero-image-col::before {
    content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 100%; height: 100%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.15) 0%, rgba(0,0,0,0) 70%);
    filter: blur(60px); z-index: 0;
}
.se-hero-main-img {
    width: 100%; height: auto; display: block; position: relative; z-index: 2;
    border-radius: 12px; filter: drop-shadow(0 20px 50px rgba(0,0,0,0.7));
}

/* 5. PRZYCISKI */
.se-btn-group {
    display: flex; gap: 20px; flex-wrap: wrap; font-family: 'Montserrat', sans-serif;
}
.se-hero-btns { justify-content: flex-start; }
.se-btn {
    padding: 14px 32px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 1.2;
}
.se-btn-primary {
    background-color: #D4AF37; color: #000000 !important; border: 2px solid #D4AF37;
}
.se-btn-primary:hover {
    background-color: #E4BF47; border-color: #E4BF47; transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.3);
}
.se-btn-outline {
    background-color: transparent; color: #D4AF37 !important; border: 2px solid #D4AF37;
}
.se-btn-outline:hover {
    background-color: #D4AF37; color: #000000 !important; transform: translateY(-3px);
}

/* 6. UKŁADY SEKCJI (O MNIE) */
.se-two-col-det {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 60px;
    align-items: center;
    padding: 0; /* Padding usunięty - bierze globalny z .se-section */
}
.se-about-img img {
    width: 100%; border-radius: 12px; box-shadow: 0 0 30px rgba(0,0,0,0.5);
}

/* ==========================================================================
   SEKCJA OFERTA (HEXAGON STYLE)
   ========================================================================== */
.se-hex-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
    /* Padding wewnętrzny grida usunięty/zmniejszony */
    padding: 20px 0; 
    margin-top: -30px;
}
.se-hex-item {
    position: relative; width: 180px; height: 200px; margin: -20px 10px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: rgba(255, 255, 255, 0.05); padding: 3px;
    background-image: linear-gradient(135deg, rgba(212, 175, 55, 0.3), rgba(0, 0, 0, 0.8));
    transition: all 0.3s ease; cursor: pointer;
}
.se-hex-inner {
    width: 100%; height: 100%; background: #0a0a0a; display: flex; flex-direction: column;
    justify-content: center; align-items: center;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    text-align: center; padding: 20px; transition: all 0.3s ease;
}
.se-hex-icon {
    width: 48px; height: 48px; color: #aaa; margin-bottom: 15px; transition: all 0.3s ease;
}
.se-hex-label {
    font-family: 'Montserrat', sans-serif; font-size: 0.95rem; font-weight: 600;
    color: #ccc; transition: all 0.3s ease;
}
/* Hover */
.se-hex-item:hover {
    transform: scale(1.05) translateY(-5px);
    background-image: linear-gradient(135deg, #D4AF37, #FCEabb);
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.4);
}
.se-hex-item:hover .se-hex-inner { background: rgba(20, 20, 20, 0.9); }
.se-hex-item:hover .se-hex-icon { color: #D4AF37; transform: scale(1.1); }
.se-hex-item:hover .se-hex-label { color: #fff; }
.se-hex-center .se-hex-icon { color: #D4AF37; }
.se-hex-center .se-hex-label { color: #fff; }

/* POPUP */
.se-popup-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px); z-index: 9999;
    display: flex; justify-content: center; align-items: center; padding: 20px;
    opacity: 0; visibility: hidden; transition: all 0.4s ease;
}
.se-popup-overlay.is-active { opacity: 1; visibility: visible; }
.se-popup-content {
    background: #0e0e0e; border: 1px solid rgba(212, 175, 55, 0.5); border-radius: 12px;
    padding: 60px 40px 50px; max-width: 600px; width: 100%; text-align: center;
    position: relative; box-shadow: 0 20px 60px rgba(0,0,0,0.8), 0 0 30px rgba(212, 175, 55, 0.15);
    transform: translateY(30px); transition: all 0.4s ease;
}
.se-popup-overlay.is-active .se-popup-content { transform: translateY(0); }
.se-popup-close {
    position: absolute; top: 20px; right: 20px; width: 40px; height: 40px; border-radius: 50%;
    background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ccc; font-size: 1.2rem; display: flex; justify-content: center; align-items: center;
    cursor: pointer; transition: all 0.3s ease; line-height: 1; padding: 0;
}
.se-popup-close:hover {
    background: #D4AF37; border-color: #D4AF37; color: #000; transform: rotate(90deg);
}
.se-popup-title {
    font-family: 'Cinzel', serif; font-size: 2.2rem; color: #D4AF37; margin-bottom: 20px; line-height: 1.2;
}
.se-popup-desc {
    font-family: 'Montserrat', sans-serif; font-size: 1rem; line-height: 1.7; color: #d1d1d1; margin-bottom: 35px;
}
.se-popup-btn { margin-top: 10px; }

/* PROCES (Timeline) */
.se-timeline {
    position: relative;
    padding: 0; /* Padding usunięty - bierze globalny */
}
.se-timeline::before {
    content: ''; position: absolute; left: 20px; top: 0; bottom: 0;
    width: 2px; background: #D4AF37; opacity: 0.3;
}
.se-timeline-item {
    position: relative; padding-left: 50px; margin-bottom: 50px;
}
.se-timeline-dot {
    position: absolute; left: 11px; top: 5px; width: 20px; height: 20px;
    background: #000; border: 2px solid #D4AF37; border-radius: 50%; z-index: 2;
}
.se-timeline-content {
    background: rgba(255,255,255,0.02); padding: 20px;
    border-radius: 8px; border: 1px solid rgba(255,255,255,0.05);
}

/* YOUTUBE */
.se-yt-wrapper {
    position: relative; width: 100%; padding-bottom: 56.25%; height: 0; overflow: hidden;
    border-radius: 12px; border: 1px solid rgba(255,255,255,0.1); background: #000;
    margin-bottom: 50px; box-shadow: 0 20px 50px rgba(0,0,0,0.6);
}
.se-yt-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.se-yt-stats {
    display: flex; justify-content: center; align-items: center; gap: 80px;
    width: 100%; flex-wrap: wrap; text-align: center;
}
.se-stat-num {
    font-family: 'Cinzel', serif; font-size: 3rem; color: #D4AF37;
    font-weight: 700; line-height: 1; margin-bottom: 10px;
}
.se-stat-label {
    text-transform: uppercase; color: #aaa; font-size: 0.8rem; letter-spacing: 2px;
}

/* KONTAKT */
.se-split {
    display: grid; grid-template-columns: 1fr 1fr; gap: 60px;
    padding: 0; /* Padding usunięty - bierze globalny */
}
.se-form-box {
    background: rgba(255,255,255,0.03); padding: 30px;
    border-radius: 12px; border: 1px solid rgba(255,255,255,0.08);
}
.se-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.se-full-width { grid-column: 1 / -1; }
.se-input, .se-textarea, .se-select {
    width: 100%; background-color: #1a1a1a !important; border: 1px solid #333 !important;
    color: #f5f5f5 !important; padding: 14px; border-radius: 6px; box-shadow: none !important;
}
.se-input::placeholder, .se-textarea::placeholder { color: #777 !important; }
.se-input:focus, .se-textarea:focus { border-color: #D4AF37 !important; background-color: #222 !important; outline: none; }

/* KONTAKT LISTA & WHATSAPP */
.se-contact-list { margin-top: 40px; display: flex; flex-direction: column; gap: 20px; }
.se-contact-item {
    display: flex; align-items: center; gap: 15px; font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem; color: #f5f5f5; text-decoration: none; transition: all 0.3s ease;
}
.se-contact-item svg { width: 24px; height: 24px; color: #D4AF37; flex-shrink: 0; }
.se-contact-item:hover { color: #D4AF37; transform: translateX(10px); }
.se-btn-whatsapp {
    margin-top: 30px; display: inline-flex; align-items: center; gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2); background: rgba(37, 211, 102, 0.1); color: #fff !important;
}
.se-btn-whatsapp:hover {
    border-color: #25D366; background: rgba(37, 211, 102, 0.2); color: #25D366 !important;
}
.se-contact-block { border-left: 2px solid #D4AF37; padding-left: 25px; margin-top: 30px; }

/* 7. RESPONSYWNOŚĆ (MEDIA QUERIES) */
@media(min-width: 900px) {
    .se-timeline::before { left: 50%; }
    .se-timeline-item:nth-child(odd) { width: 45%; margin-left: auto; padding-left: 0; padding-right: 0; }
    .se-timeline-item:nth-child(even) { width: 45%; margin-right: auto; padding-right: 0; text-align: right; }
    .se-timeline-item:nth-child(odd) .se-timeline-dot { left: -60px; }
    .se-timeline-item:nth-child(even) .se-timeline-dot { left: auto; right: -62px; }
}

@media (max-width: 992px) {
    /* Zmniejszenie globalnego paddingu na mobile */
    .se-section { padding: 60px 0; }
    
    .se-hero-section-new { padding: 0; text-align: center; }
    .se-hero-grid { grid-template-columns: 1fr; gap: 50px; }
    .se-hero-content { order: 1; text-align: center; }
    .se-hero-image-col { order: 2; }
    .se-hero-title { font-size: 2.5rem; }
    .se-hero-btns { justify-content: center; }
    .se-hero-stats-bar { justify-content: center; padding-top: 20px; }
    
    .se-two-col-det, .se-grid-4, .se-split { grid-template-columns: 1fr; gap: 40px; }
    .se-btn { width: 100%; }
    .se-yt-stats { gap: 40px; flex-direction: column; }
    
    .se-timeline::before { left: 20px; }
    .se-timeline-item { width: 100%; padding-left: 50px; text-align: left; }
    .se-timeline-dot { left: 11px; right: auto; }
}

@media (max-width: 768px) {
    .se-hero-headline { font-size: 2.2rem; margin-bottom: 20px; }
    .se-hero-subhead { font-size: 1rem; margin-bottom: 30px; }
    .se-trust-badge { padding: 8px 16px; margin-bottom: 25px; }
    .se-trust-text { font-size: 0.8rem; }
    .se-hero-authority { height: 100vh; }
    
    .se-hex-grid { flex-direction: column; margin-top: 0; }
    .se-hex-item { margin: 10px 0; width: 220px; height: 240px; }
    .se-popup-content { padding: 40px 25px; }
    .se-popup-title { font-size: 1.8rem; }
}

/* ==========================================================================
   MOBILE HERO FIX (DODAJ NA SAMYM KOŃCU PLIKU CSS)
   ========================================================================== */

@media (max-width: 768px) {
    
    /* 1. KONTENER GŁÓWNY */
    .se-hero-authority {
        /* Zmiana wysokości na 'auto' z minimalną wysokością ekranu. 
           Dzięki temu, jeśli tekst będzie długi, sekcja się wydłuży, zamiast ucinać treść */
        height: auto !important; 
        min-height: 100dvh !important; /* 'dvh' lepiej radzi sobie z paskiem adresu w Safari/Chrome mobile */
        
        /* Zmniejszamy odstęp od góry (desktop miał 180px, tu wystarczy ok 100-120px zależnie od menu) */
        padding-top: 110px !important; 
        padding-bottom: 60px !important;
    }

    /* 2. NAGŁÓWEK */
    .se-hero-headline {
        font-size: 2.2rem !important; /* Znacznie mniejszy niż 4rem na desktopie */
        line-height: 1.2 !important;
        margin-bottom: 20px !important;
        padding: 0 10px !important; /* Margines bezpieczeństwa po bokach */
    }

    /* 3. PODTYTUŁ */
    .se-hero-subhead {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        margin-bottom: 35px !important;
        padding: 0 15px !important;
    }

    /* 4. PRZYCISKI (PEŁNA SZEROKOŚĆ) */
    .se-hero-actions {
        display: flex !important;
        flex-direction: column !important; /* Układ pionowy */
        width: 100% !important;
        gap: 15px !important;
        padding: 0 10px !important; /* Margines od krawędzi ekranu */
    }

    .se-btn {
        width: 100% !important; /* Przycisk rozciągnięty na całą szerokość */
        padding: 16px 20px !important; /* Większe pole dotyku */
        justify-content: center !important;
    }

    /* 5. BADGE ZAUFANIA (MNIEJSZY) */
    .se-trust-badge {
        padding: 8px 16px !important;
        margin-bottom: 25px !important;
        max-width: 90% !important; /* Żeby nie wychodził poza ekran na bardzo wąskich telefonach */
    }
    
    .se-trust-text {
        font-size: 0.75rem !important;
    }
}

/* ==========================================================================
   SEKCJA FAQ (ACCORDION STYLE)
   ========================================================================== */

.se-faq-container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.se-faq-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Nagłówek pytania (to co widać zawsze) */
.se-faq-question {
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Cinzel', serif; /* Nagłówki szeryfowe */
    font-size: 1.1rem;
    color: #f5f5f5;
    background: transparent;
    transition: background 0.3s ease;
}

.se-faq-question:hover {
    background: rgba(255, 255, 255, 0.05);
}

/* Ikona plusa/minusa */
.se-faq-icon {
    width: 24px;
    height: 24px;
    position: relative;
    flex-shrink: 0;
    margin-left: 20px;
}

.se-faq-icon::before, .se-faq-icon::after {
    content: '';
    position: absolute;
    background-color: #D4AF37; /* Złoty */
    transition: transform 0.3s ease;
}

/* Pozioma kreska */
.se-faq-icon::before {
    width: 100%; height: 2px;
    top: 50%; left: 0; margin-top: -1px;
}
/* Pionowa kreska */
.se-faq-icon::after {
    width: 2px; height: 100%;
    top: 0; left: 50%; margin-left: -1px;
}

/* Treść odpowiedzi (domyślnie ukryta) */
.se-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    background: rgba(0, 0, 0, 0.2);
}

.se-faq-answer p {
    padding: 0 30px 30px 30px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #ccc;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* --- STAN AKTYWNY (OTWARTY) --- */
.se-faq-item.active {
    border-color: rgba(212, 175, 55, 0.3);
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.se-faq-item.active .se-faq-question {
    color: #D4AF37; /* Pytanie robi się złote */
}

/* Obrót plusa w minusa */
.se-faq-item.active .se-faq-icon::after {
    transform: rotate(90deg); /* Składa się w poziomą linię */
}

.se-faq-item.active .se-faq-answer {
    max-height: 1000px; /* Wystarczająco dużo, by pokazać tekst */
    transition: max-height 1s ease-in-out;
}/* End custom CSS */