.elementor-746 .elementor-element.elementor-element-c330d76{--display:flex;}.elementor-746 .elementor-element.elementor-element-a731a67{--display:flex;}.elementor-746 .elementor-element.elementor-element-6b4fc59{--display:flex;}body.elementor-page-746:not(.elementor-motion-effects-element-type-background), body.elementor-page-746 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5c88049 *//* ==========================================
   CSS: HERO KONTAKT (DARK PREMIUM)
   ========================================== */

html body .cf-contact-hero {
    background-color: #080a09 !important; /* Bardzo głęboka czerń */
    background: radial-gradient(circle at center, #111812 0%, #080a09 100%) !important;
    padding: 140px 20px 100px 20px !important;
    text-align: center !important;
    border-bottom: 1px solid #1a1a1a !important;
    position: relative !important;
    overflow: hidden !important;
}

html body .cf-hero-container {
    max-width: 900px !important;
    margin: 0 auto !important;
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s ease-out !important;
}

html body .cf-hero-container.is-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Mały napis nad nagłówkiem */
html body .cf-hero-badge {
    display: inline-block !important;
    color: #00FF66 !important;
    font-size: 0.85rem !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-weight: 800 !important;
    margin-bottom: 25px !important;
    background: rgba(0, 255, 102, 0.05) !important;
    padding: 8px 20px !important;
    border-radius: 30px !important;
    border: 1px solid rgba(0, 255, 102, 0.1) !important;
}

/* Nagłówek H1 */
html body .cf-hero-content h1,
html body .cf-hero-container h1 {
    font-family: 'Playfair Display', serif !important;
    font-size: 4rem !important;
    color: #ffffff !important;
    line-height: 1.1 !important;
    margin: 0 0 25px 0 !important;
    font-weight: 700 !important;
}

/* Opis pod nagłówkiem */
html body .cf-hero-container p {
    color: #8c9b91 !important;
    font-size: 1.2rem !important;
    line-height: 1.7 !important;
    max-width: 750px !important;
    margin: 0 auto !important;
    font-family: 'Inter', sans-serif !important;
}

/* Animowana strzałka */
html body .cf-hero-scroll {
    margin-top: 60px !important;
    animation: cfBounce 2s infinite !important;
}

html body .cf-hero-scroll i {
    color: #333 !important;
    font-size: 1.5rem !important;
}

@keyframes cfBounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-10px);}
    60% {transform: translateY(-5px);}
}

/* Responsywność */
@media (max-width: 768px) {
    html body .cf-contact-hero { padding: 100px 20px 60px 20px !important; }
    html body .cf-hero-container h1 { font-size: 2.5rem !important; }
    html body .cf-hero-container p { font-size: 1rem !important; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-801a3e2 *//* ==========================================
   CSS: DANE KONTAKTOWE I Q&A
   ========================================== */

html body .cf-contact-data {
    background-color: #0b0b0b !important;
    padding: 80px 20px !important;
    font-family: 'Inter', sans-serif !important;
}

html body .cf-contact-grid {
    max-width: 1200px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 1fr 1.2fr !important;
    gap: 80px !important;
}

/* Kolumny */
html body .cf-data-block {
    margin-bottom: 50px !important;
}

html body .cf-data-block h3,
html body .cf-qa-header h3 {
    font-family: 'Playfair Display', serif !important;
    color: #ffffff !important;
    font-size: 1.8rem !important;
    margin-bottom: 30px !important;
    border-left: 3px solid #00FF66 !important;
    padding-left: 15px !important;
}

/* Pozycje kontaktowe */
html body .cf-contact-item {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    margin-bottom: 25px !important;
}

html body .cf-contact-item i {
    color: #00FF66 !important;
    font-size: 1.4rem !important;
    width: 25px !important;
    text-align: center !important;
}

html body .cf-contact-item strong {
    display: block !important;
    color: #8c9b91 !important;
    font-size: 0.8rem !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

html body .cf-contact-item p,
html body .cf-contact-item a {
    color: #ffffff !important;
    font-size: 1.1rem !important;
    margin: 5px 0 0 0 !important;
    text-decoration: none !important;
}

/* Godziny otwarcia */
html body .cf-opening-hours {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

html body .cf-opening-hours li {
    display: flex !important;
    justify-content: space-between !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid #1a1a1a !important;
    color: #aaaaaa !important;
    font-size: 0.95rem !important;
}

html body .cf-highlight-day {
    color: #ffffff !important;
    font-weight: 600 !important;
}

html body .cf-closed {
    color: #ff4444 !important;
    font-weight: 700 !important;
}

/* Q&A / Accordion */
html body .cf-qa-item {
    border-bottom: 1px solid #1a1a1a !important;
}

html body .cf-qa-trigger {
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    color: #ffffff !important;
    padding: 25px 0 !important;
    text-align: left !important;
    font-size: 1.05rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    transition: color 0.3s ease !important;
}

html body .cf-qa-trigger:hover,
html body .cf-qa-trigger.active {
    color: #00FF66 !important;
}

html body .cf-qa-trigger i {
    font-size: 0.9rem !important;
    color: #333 !important;
}

html body .cf-qa-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden !important;
    transition: all 0.4s cubic-bezier(0, 1, 0, 1) !important;
}

html body .cf-qa-content p {
    color: #888888 !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    margin-bottom: 25px !important;
}

/* Animacje wejścia */
html body .cf-animate-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out !important;
}

html body .cf-animate-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Responsywność */
@media (max-width: 991px) {
    html body .cf-contact-grid {
        grid-template-columns: 1fr !important;
        gap: 60px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e223ac1 *//* ==========================================
   CSS: WPFORMS PREMIUM OVERRIDE (ID 748)
   ========================================== */

html body .cf-contact-form-section {
    background-color: #0b0b0b !important;
    padding: 40px 20px 120px 20px !important;
    font-family: 'Inter', sans-serif !important;
}

html body .cf-form-container {
    max-width: 900px !important; /* Formularz nie powinien być za szeroki, by dobrze się go czytało */
    margin: 0 auto !important;
}

html body .cf-form-inner {
    background-color: #121413 !important;
    border: 1px solid #1f2420 !important;
    border-radius: 16px !important;
    padding: 60px 50px !important;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3) !important;
}

html body .cf-form-header {
    text-align: center !important;
    margin-bottom: 40px !important;
}

html body .cf-form-header h3 {
    font-family: 'Playfair Display', serif !important;
    font-size: 2.2rem !important;
    color: #ffffff !important;
    margin-bottom: 10px !important;
}

html body .cf-form-header p {
    color: #888 !important;
    font-size: 1rem !important;
}

/* --- STYLOWANIE PÓL FORMULARZA --- */

/* Labelki (Tytuły pól) */
html body .cf-wpforms-wrapper .wpforms-field-label {
    color: #aaaaaa !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    display: block !important;
}

/* Gwiazdka wymagalności */
html body .cf-wpforms-wrapper .wpforms-required-label {
    color: #00FF66 !important;
}

/* Wspólny styl dla wszystkich wejść (Input & Textarea) */
html body .cf-wpforms-wrapper input[type="text"],
html body .cf-wpforms-wrapper input[type="email"],
html body .cf-wpforms-wrapper input[type="tel"],
html body .cf-wpforms-wrapper textarea,
html body .cf-wpforms-wrapper select {
    background-color: #080a09 !important;
    border: 1px solid #2a302c !important;
    color: #ffffff !important;
    padding: 15px 20px !important;
    border-radius: 8px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 1rem !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

/* Hover & Focus */
html body .cf-wpforms-wrapper input:focus,
html body .cf-wpforms-wrapper textarea:focus {
    border-color: #00FF66 !important;
    outline: none !important;
    box-shadow: 0 0 15px rgba(0, 255, 102, 0.1) !important;
}

/* Specyfika dla pola telefonu (ID #6) z flagami */
html body .cf-wpforms-wrapper .wpforms-field-phone .iti__country-list {
    background-color: #1a1a1a !important;
    color: #fff !important;
    border: 1px solid #333 !important;
}

html body .cf-wpforms-wrapper .wpforms-field-phone .iti__selected-flag {
    background-color: rgba(255,255,255,0.05) !important;
    border-radius: 8px 0 0 8px !important;
}

/* Przycisk WYŚLIJ (Submit) */
html body .cf-wpforms-wrapper button[type="submit"] {
    background-color: #00FF66 !important;
    color: #000000 !important;
    border: none !important;
    padding: 20px 40px !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    width: 100% !important;
    margin-top: 20px !important;
    transition: all 0.3s ease !important;
}

html body .cf-wpforms-wrapper button[type="submit"]:hover {
    background-color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 30px rgba(0, 255, 102, 0.3) !important;
}

/* Komunikaty błędów */
html body .cf-wpforms-wrapper label.wpforms-error {
    color: #ff4444 !important;
    font-size: 0.75rem !important;
    margin-top: 5px !important;
}

/* Responsywność */
@media (max-width: 600px) {
    html body .cf-form-inner {
        padding: 40px 20px !important;
    }
    html body .cf-form-header h3 {
        font-size: 1.8rem !important;
    }
}/* End custom CSS */