.elementor-632 .elementor-element.elementor-element-94cce99{--display:flex;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-632 .elementor-element.elementor-element-cbda93f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-632 .elementor-element.elementor-element-67637fc{--display:flex;}.elementor-632 .elementor-element.elementor-element-ca01c2d{--display:flex;}.elementor-632 .elementor-element.elementor-element-e70230c{--display:flex;}.elementor-632 .elementor-element.elementor-element-58a227e{--display:flex;}body.elementor-page-632:not(.elementor-motion-effects-element-type-background), body.elementor-page-632 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-cbda93f *//* Import fontów (Playfair Display dla szeryfowego nagłówka i Inter dla reszty) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,700&family=Inter:wght@400;600;800&display=swap');

.cf-hero {
    position: relative;
    width: 100%;
    min-height: 100vh; /* Na pełen ekran */
    display: flex;
    align-items: center;
    background-color: #050505;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

.cf-tr-hero__bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

/* Gradient - ciemny po lewej, jasny po prawej */
.cf-tr-hero__overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(90deg, rgba(10,10,10,0.95) 0%, rgba(10,10,10,0.8) 40%, rgba(10,10,10,0.2) 100%);
    z-index: 2;
}

.cf-tr-hero__content {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.cf-tr-hero__badge {
    display: inline-block;
    border: 1px solid #2E7D32; /* Ciemnozielona ramka z projektu */
    color: #4CAF50; /* Stonowany zielony tekst */
    padding: 6px 14px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 2px;
    margin-bottom: 30px;
    background: rgba(46, 125, 50, 0.1);
}

.cf-tr-hero__title {
    font-family: 'Playfair Display', serif; /* Ten elegancki, gazetowy font z figmy */
    color: #ffffff;
    font-size: 5.5rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 25px 0;
    letter-spacing: -1px;
}

.cf-tr-hero__title-accent {
    color: #388E3C; /* Przygaszony zielony dla drugiego wiersza */
    font-style: italic;
}

.cf-tr-hero__desc {
    color: #d1d5db;
    font-size: 1.15rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 0 45px 0;
    font-weight: 400;
}

.cf-tr-hero__actions {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.cf-tr-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 36px;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cf-tr-hero__btn--primary {
    background: #00FF66; /* Twój firmowy neonowy zielony */
    color: #000;
    border: none;
    box-shadow: 0 0 20px rgba(0, 255, 102, 0.2); /* Delikatna poświata */
}

.cf-tr-hero__btn--primary:hover {
    background: #fff;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
}

.cf-tr-hero__btn--outline {
    background: transparent;
    color: #fff;
    border: 1px solid #444;
}

.cf-tr-hero__btn--outline:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.05);
}

/* --------------------------------- */
/* OPTYMALIZACJA POD EKRANY I MOBILE */
/* --------------------------------- */

@media (max-width: 1024px) {
    .cf-tr-hero__title { font-size: 4rem; }
}

@media (max-width: 768px) {
    .cf-hero {
        align-items: flex-end; /* Treść zjeżdża na dół, żeby pokazać zdjęcie u góry */
        padding-bottom: 60px;
    }
    
    .cf-tr-hero__overlay {
        /* Odwracamy gradient - dół jest czarny, góra przezroczysta */
        background: linear-gradient(180deg, rgba(10,10,10,0) 0%, rgba(10,10,10,0.8) 50%, rgba(10,10,10,1) 100%);
    }
    
    .cf-tr-hero__content { padding: 0 20px; }
    .cf-tr-hero__badge { margin-bottom: 20px; }
    
    .cf-tr-hero__title { 
        font-size: 3rem; 
        margin-bottom: 20px;
    }
    
    .cf-tr-hero__desc {
        font-size: 1rem;
        margin-bottom: 30px;
    }
    
    .cf-tr-hero__actions {
        flex-direction: column; /* Przyciski w kolumnie jeden pod drugim */
        gap: 15px;
    }
    
    .cf-tr-hero__btn { width: 100%; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cc77bab *//* GŁÓWNA SEKCJA */
.cf-adrenaline {
    background-color: #0d0d0d; /* Głęboka czerń */
    padding: 100px 0;
    font-family: 'Inter', sans-serif;
}

.cf-adrenaline__container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

/* NAGŁÓWEK */
.cf-adrenaline__header {
    text-align: center;
    margin-bottom: 70px;
}

.cf-adrenaline__title {
    font-family: 'Playfair Display', serif; /* Elegancki szeryfowy font z Hero */
    color: #fff;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.cf-adrenaline__subtitle {
    color: #888;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

/* SIATKA KART */
.cf-adrenaline__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* KARTA */
.cf-adr-card {
    background: #111111; /* Odrobinę jaśniejsza niż tło sekcji */
    border: 1px solid #1a1a1a;
    border-radius: 6px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
}

.cf-adr-card:hover {
    border-color: #388E3C; /* Przygaszony zielony obrys na hover */
    transform: translateY(-5px);
}

/* IKONA */
.cf-adr-icon {
    width: 65px;
    height: 65px;
    background: #1a1a1a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px auto;
}

.cf-adr-icon i {
    font-size: 24px;
    color: #388E3C; /* Przygaszona zieleń */
}

/* TYTUŁ KARTY */
.cf-adr-title {
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
}

/* TEKST KARTY */
.cf-adr-desc {
    color: #888;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* RESPONSYWNOŚĆ */
@media (max-width: 1024px) {
    .cf-adrenaline__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .cf-adrenaline { padding: 70px 0; }
    .cf-adrenaline__grid { grid-template-columns: 1fr; }
    .cf-adrenaline__title { font-size: 2.5rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-298c2e9 *//* SEKCJA DLA KOGO */
.cf-who-for {
    background-color: #080808; /* Bardzo ciemny grafit, robi płynne przejście między sekcjami */
    padding: 90px 0;
    text-align: center;
    border-top: 1px solid #111;
}

.cf-who-for__container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 30px;
}

.cf-who-for__title {
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

.cf-who-for__desc {
    font-family: 'Inter', sans-serif;
    color: #a0aab5; /* Szaro-niebieskawy odcień premium */
    font-size: 1.15rem;
    line-height: 1.7;
    margin: 0 auto;
}

/* RESPONSYWNOŚĆ MOBILNA */
@media (max-width: 768px) {
    .cf-who-for { 
        padding: 60px 0; 
    }
    .cf-who-for__title { 
        font-size: 2.2rem; 
        margin-bottom: 20px;
    }
    .cf-who-for__desc { 
        font-size: 1rem; 
        line-height: 1.6;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e809376 *//* SEKCJA GŁÓWNA */
.cf-glory-path {
    background-color: #050505;
    padding: 100px 0;
    font-family: 'Inter', sans-serif;
    border-top: 1px solid #111;
}

.cf-glory-path__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* NAGŁÓWEK */
.cf-glory-path__header {
    text-align: center;
    margin-bottom: 80px;
}

.cf-glory-path__title {
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.cf-glory-path__subtitle {
    color: #888;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

/* OŚ CZASU (TIMELINE) */
.cf-glory-path__timeline {
    position: relative;
    padding: 40px 0;
}

/* Środkowa pionowa linia */
.cf-timeline-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: #1a1a1a;
    transform: translateX(-50%);
    z-index: 1;
}

/* Pojedynczy element osi czasu */
.cf-timeline-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

/* Naprzemienny układ - parzyste elementy odwracają się stronami */
.cf-timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}

/* Zielona kropka na środku linii */
.cf-timeline-marker {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    background: #00FF66; /* Twój neonowy zielony */
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 255, 102, 0.6);
    z-index: 3;
}

/* Kontener z tekstem i ze zdjęciem zajmują po 45% szerokości */
.cf-timeline-content, 
.cf-timeline-media {
    width: 45%;
}

/* TYPOGRAFIA W OŚ CZASU */
.cf-timeline-title {
    color: #00FF66;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.cf-step-num {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    color: #388E3C; /* Ciemniejsza zieleń jak w designie */
    font-style: italic;
}

.cf-step-icon {
    font-size: 1.2rem;
    color: #444; /* Subtelna ikona FontAwesome */
}

.cf-timeline-desc {
    color: #aaa;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
}

/* ZDJĘCIA / MEDIA */
.cf-timeline-media img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
    border: 1px solid #1a1a1a;
    transition: 0.4s ease;
    filter: brightness(0.85); /* Lekko przyciemnione, pasujące do klimatu */
}

.cf-timeline-item:hover .cf-timeline-media img {
    filter: brightness(1);
    border-color: #333;
}

/* --------------------------------- */
/* OPTYMALIZACJA MOBILNA             */
/* --------------------------------- */
@media (max-width: 992px) {
    .cf-glory-path__title { font-size: 2.8rem; }
    .cf-timeline-title { font-size: 1.5rem; }
}

@media (max-width: 768px) {
    .cf-glory-path__container { padding: 0 20px; }
    
    /* Przesunięcie linii na lewą stronę */
    .cf-timeline-line {
        left: 0;
        transform: none;
    }
    
    /* Markery lądują na samej linii z lewej */
    .cf-timeline-marker {
        left: 0;
        transform: translate(-50%, -50%);
    }
    
    /* Układ stosowy (wszystko jedno pod drugim) */
    .cf-timeline-item, 
    .cf-timeline-item:nth-child(even) {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 40px; /* Miejsce na linię */
        margin-bottom: 60px;
    }
    
    .cf-timeline-content, 
    .cf-timeline-media {
        width: 100%;
    }
    
    .cf-timeline-content { margin-bottom: 25px; }
    
    /* Wyśrodkowanie markera względem nagłówka na mobile */
    .cf-timeline-marker {
        top: 25px; 
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a33276e *//* GŁÓWNA SEKCJA */
.cf-pricing-faq {
    background-color: #080808;
    padding: 100px 0;
    font-family: 'Inter', sans-serif;
    border-top: 1px solid #111;
}

.cf-pricing-faq__container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.cf-pricing-column, .cf-faq-column {
    flex: 1;
    width: 50%;
}

.cf-section-title {
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
}

/* LEWA KARTA (Pakiet) */
.cf-pricing-card {
    background: #111;
    border: 1px solid #1f3d23; /* Ciemnozielona ramka z projektu */
    border-radius: 8px;
    padding: 50px 40px;
    position: relative;
}

.cf-pricing-badge {
    position: absolute;
    top: -12px;
    left: 40px;
    background: #1f3d23;
    color: #00FF66;
    padding: 4px 12px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1px;
    border-radius: 4px;
}

.cf-pricing-card-title {
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 2rem;
    margin-top: 10px;
    margin-bottom: 15px;
}

.cf-pricing-card-desc {
    color: #888;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.cf-pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.cf-pricing-features li {
    color: #ccc;
    font-size: 1.05rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.cf-pricing-features li i {
    color: #00FF66; /* Zielone znaczki check */
}

.cf-btn-reserve {
    display: block;
    width: 100%;
    background: #00FF66;
    color: #000;
    text-align: center;
    padding: 20px;
    font-size: 1rem;
    font-weight: 800;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s;
    letter-spacing: 1px;
}

.cf-btn-reserve:hover {
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 255, 102, 0.3);
}

.cf-pricing-note {
    color: #666;
    font-size: 0.85rem;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
}

/* PRAWA KOLUMNA (FAQ) */
.cf-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cf-faq-item {
    background: #111;
    border: 1px solid #1a1a1a;
    border-radius: 6px;
    overflow: hidden;
    transition: 0.3s;
}

.cf-faq-item.active {
    border-color: #333;
}

.cf-faq-btn {
    width: 100%;
    background: transparent;
    border: none;
    padding: 25px 30px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
}

.cf-faq-btn i {
    color: #444;
    transition: transform 0.3s ease;
}

.cf-faq-item.active .cf-faq-btn i {
    transform: rotate(180deg);
    color: #00FF66;
}

.cf-faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.cf-faq-content p {
    color: #888;
    line-height: 1.6;
    padding: 0 30px 25px 30px;
    margin: 0;
}

/* RESPONSYWNOŚĆ */
@media (max-width: 1024px) {
    .cf-pricing-faq__container {
        flex-direction: column;
    }
    .cf-pricing-column, .cf-faq-column {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .cf-pricing-faq { padding: 60px 0; }
    .cf-pricing-faq__container { padding: 0 20px; }
    .cf-pricing-card { padding: 40px 20px; }
    .cf-faq-btn { padding: 20px; font-size: 1rem; }
    .cf-faq-content p { padding: 0 20px 20px 20px; }
}/* End custom CSS */