









@media (min-width: 769px) {
    /* Zmniejszenie odstępu pomiędzy headerem a hero-title */
    .hero {
        padding-top: 15hv !important;
    }

    /* Zmniejszenie hero-badge */
    .hero-badge {
        font-size: 1.2rem !important;
        padding: 0.5rem 1rem !important;
    }

    /* Zwiększenie i wyśrodkowanie elementu: „Utknęłam..." */
    .quote-clean {
        font-size: 1.2rem !important;
        text-align: center !important;
        max-width: 900px !important;
        margin: 0rem auto !important;
        font-weight: 700;
    }
    
    /* Zmniejszenie odległości pomiędzy nagłówkiem a tekstem w kafelkach z usługami */
    .benefit-card h3 + p {
        margin-top: 0.5rem !important;
    }

    /* Zwiększenie elementu: Wiemy z Czym Się Zmagasz */
    .problems-badge {
        font-size: 0.9rem !important;
        padding: 1rem 2rem !important;
    }

    .section-subtitle {
        font-size: 2.8rem !important;
        padding: 0rem 0rem !important;
    }    

    /* Zwiększenie elementu: Twój sukces jest naszym sukcesem... */
    .cta-content h2 {
        font-size: 4rem !important;
        line-height: 1.2 !important;
    }


    /* Wyśrodkowanie i powiększenie tekstu: „Dzięki FoxFans mój dochód..." */
    .final-case-study h2 {
        font-size: 2.5rem !important;
        text-align: center !important;
        max-width: 800px !important;
        margin: 0 auto !important;
    }

.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-top: -200px !important;
}

.benefit-item img {
    width: 65px;
    height: 65px;
    min-width: 65px; /* Zapewnia stały rozmiar */
}


.solution-content h2 {
    font-size: 2.2rem !important;
    font-weight: 800;
    margin-bottom: 4rem !important;
    line-height: 1.4;
    color: #D1DAE0 !important;
}


.benefit-item span {
    font-size: 1.18rem !important;
    color: #999999;
    font-weight: 400; 
}


.benefit-item {
    max-width: 75% !important;
    margin-left: 100px !important;
   
}

.benefit-item {
 padding: 0.5rem !important;
}


.hero-subtitle {
    font-size: 1rem !important;
    color: #D1DAE0;
    margin-top: 1.5rem;
    margin-bottom: 2rem !important;
    line-height: 1.6;
    font-weight: 400;
    max-width: 85%;
}

.video-container {
    margin-top: -2rem !important;
    margin-bottom: 1.8rem !important;
}




.section-badge {
    border: 1.6px solid #FF0088 !important;
    box-shadow: 0 0 10px #FF0088, inset 0 0 30px rgba(255, 0, 174, 0.5) !important;
    transform: scale(1.15);
    padding: 0.7rem 1rem !important;
    background: transparent !important;
    margin-bottom: 0rem !important;

}



.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0.9rem 1.6rem !important;
    border: none;
    border-radius: 50px;
    font-size: 0.9rem !important; 
    font-weight: 700;
    cursor: pointer;
    transition: all 0.4s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 2rem;
}



.content-block h3 {
    font-size: 2.3rem !important;
    font-weight: 700;
    margin-bottom: 0rem !important;
    color: #D1DAE0 !important;
    line-height: 1.3;
}

.benefits-grid {
    margin-top: -4rem !important;
    margin-bottom: 1.5rem !important;
}




.problem-card {
max-width: 50%;
margin: auto;
}




.gradient-text .transition-text {
    background: linear-gradient(135deg, #D1DAE0 0%, #d1dae0 50%, #D1DAE0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 400 !important;
    font-size: 1.6rem;
    margin-top: -2rem !important;
}


.final-case-content {
    margin-top: 7rem !important;
}





.benefit-icon {
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.2rem auto 1rem !important;
    font-size: 2.5rem;
    color: #FF61B5;
    box-shadow: none;
    transition: all 0.4s ease;
}




.video-placeholder {
    height: 600px !important;
}


.video-placeholder .video-controls-bar,
.video-placeholder .play-button,
.video-placeholder .video-overlay {
transition: opacity 0.3s ease, visibility 0.3s ease;
}

.video-controls-bar {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 25px;
background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
display: flex;
align-items: center;
gap: 15px;
z-index: 5;
pointer-events: none;
opacity: 0;
visibility: hidden;
}

.progress-container {
flex-grow: 1;
height: 6px;
background: rgba(255, 255, 255, 0.2);
border-radius: 3px;
position: relative;
cursor: pointer;
pointer-events: all;
}

.progress-bar {
height: 100%;
width: 0%;
background: #ff1493;
border-radius: 3px;
position: relative;
transition: width 0.1s linear;
}

.progress-bar::after {
content: '';
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
width: 12px;
height: 12px;
background: #ff1493;
border-radius: 50%;
box-shadow: 0 0 10px #ff1493;
opacity: 0;
transition: opacity 0.3s ease;
}

.progress-container:hover .progress-bar::after {
opacity: 1;
}






.highlight-solution-text {
        color: #D1DAE0 !important; /* Zmień ten kolor na wybrany */
        background: none !important;
        font-weight: 400 !important;
        margin-top: -4rem !important;
        -webkit-text-fill-color: initial !important;
    }


/* ========================================================= */
/* === WERSJA OSTATECZNA - Z WYMUSZENIEM STYLÓW (!) === */
/* ========================================================= */

.hero-container {
    display: grid !important;
    grid-template-areas: "left-col center-col right-col" !important;
    grid-template-columns: 25% 50% 25% !important;
    align-items: center !important;
    max-width: 100% !important;
    padding: 0 !important;
    gap: 0 !important;
    height: 90vh !important; /* Wymuszenie wysokości dla lepszego centrowania */
}

/* --- Wymuszone centrowanie środkowej kolumny --- */
.hero-content {
    grid-area: center-col !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}
.hero-subtitle {
    text-align: center !important;
}

/* Kontenery na karty */
.hero-column-left, .hero-column-right {
    position: relative !important;
    height: 100% !important; /* Rozciągnięcie na całą wysokość kontenera */
}

/* --- Wymuszone pozycjonowanie kart na krawędziach --- */
.hero-column-left .card-1 {
    position: absolute !important;
    top: 40% !important;
    left: -17rem !important;
      transform: rotate(-20deg) !important;
              animation: floatcard2 6s ease-in-out infinite !important;

}
.hero-column-left .card-2 {
    position: absolute !important;
    bottom: 35% !important;
    left: -8rem !important;
    top: auto !important; /* Nadpisanie ewentualnego 'top' */
          transform: rotate(1deg) !important;
}
.hero-column-right .card-3 {
    position: absolute !important;
    top: 51% !important;
    right: -15rem !important;
    left: auto !important;
      transform: rotate(-9deg) !important;

}

/* Ukrycie elementów, które nie są już potrzebne */
.hero-visual {
    display: none !important;
}
.hero-scroll-indicator {
    display: none !important;
}

/* 2. Usunięcie strzałki skaczącej w dół */
.hero-scroll-indicator {
    display: flex !important;
}

/* 3. Zmniejszenie odstępu pomiędzy Hero Section a Case Study Video */
.case-study {
    padding-top: 4rem !important; /* Zmniejszono z 8rem */
}

/* 4. Podniesienie przycisku CTA na samym dole strony */
.final-cta {
    padding-top: 1rem !important; /* Zmniejszono z 8rem, aby podnieść sekcję */
    padding-bottom: 5rem !important; /* Zmniejszono, aby zredukować pustą przestrzeń na dole */
}


.hero-content .hero-title {
    width: 150%;           /* lub ile chcesz */
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    margin: 0;
    padding: 0 2rem;
    margin-top: 6.5rem;
    margin-bottom: 1rem;
}


.logo img {
  height: 40px;
  width: auto;
  display: block;
}





.cta-button {
	animation: jittery 4s infinite;
	}

@keyframes jittery {
	5%,
	50% {
		transform: scale(1);
	}
	10% {
		transform: scale(0.9);
	}
	15% {
		transform: scale(1.05);
	}
	20% {
		transform: scale(1.05) rotate(-5deg);
	}
	25% {
		transform: scale(1.05) rotate(5deg);
	}
	30% {
		transform: scale(1.05) rotate(-3deg);
	}
	35% {
		transform: scale(1.05) rotate(2deg);
	}
	40% {
		transform: scale(1.05) rotate(0);
	}
}

/* Wymuszenie widoczności przycisku odtwarzania i jego ikony na PC */
.video-placeholder .play-button {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.video-placeholder .play-button i {
    opacity: 1 !important;
    visibility: visible !important;
}

}













/* Dodaj na samej górze pliku styles.css */
body, section, .navbar, header {
    background: #000000 !important;
    background-image: none !important;
}

.logo img {
    height: 90px !important; 
    width: auto !important;
    max-height: 100% !important;
    object-fit: contain;
    display: block;
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #ffffff;
    background: linear-gradient(-45deg, #0a0a0a, #1a0a1a, #2a0a2a, #1a1a2a, #0a1a2a);
    background-size: 400% 400%;
    animation: gradient-shift 15s ease infinite;
    overflow-x: hidden;
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Navigation */
.navbar {
    position: static;
    top: 0;
    width: 100%;
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(20px);
    z-index: 1000;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 20, 147, 0.2);
    transition: all 0.3s ease;
}

.navbar .nav-container {
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0px;
    display: flex;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.8rem;
    font-weight: 800;
    color: #ff1493;
    text-shadow: 0 0 20px rgba(255, 20, 147, 0.5);
}

.logo i {
    font-size: 2rem;
    animation: pulse 2s ease-in-out infinite;
}



/* Hero Section */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-top: 70px;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="0.5" fill="%23ff1493" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    animation: float 20s ease-in-out infinite;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-badge {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #8A8A8A !important; /* Zmieniamy kolor z powrotem na różowy */
    font-family: 'Caveat', cursive;
    font-size: 2.2rem;
    font-weight: 700;
    text-shadow: none; /* Usunięcie poświaty/cienia z tekstu */
    padding: 0 !important; /* Resetujemy padding */
    position: relative;
    margin-bottom: 3rem !important;
}

@keyframes glow {
    0%, 100% { box-shadow: 0 0 20px rgba(255, 20, 147, 0.3); }
    50% { box-shadow: 0 0 30px rgba(255, 20, 147, 0.5); }
}

.hero-content {
    animation: fadeInUp 1s ease-out;
}

.hero-title {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #ff1493 50%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 40px rgba(255, 20, 147, 0.3);
}

.hero-title .highlight {
    background: linear-gradient(135deg, #ff1493 0%, #ff69b4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}



@keyframes expand {
    from { width: 0; }
    to { width: 100%; }
}

.hero-subtitle {
    font-size: 0.92rem;
    color: #D1DAE0;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    line-height: 1.6;
    font-weight: 400;
    max-width: 85%;
}

.hero-buttons {
    display: flex;
    gap: 10rem;
    flex-wrap: wrap;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 1.2rem 2.5rem;
    border: none;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.4s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-button.primary {
    background: linear-gradient(135deg, #ff1493 0%, #ff69b4 50%, #ff1493 100%);
    color: white;
    box-shadow: 0 15px 35px rgba(255, 20, 147, 0.4);
    border: 2px solid transparent;
}

.cta-button.primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.cta-button.primary:hover::before {
    left: 100%;
}

.cta-button.secondary {
    background: transparent;
    color: #ff1493;
    border: 2px solid #ff1493;
    box-shadow: 0 10px 25px rgba(255, 20, 147, 0.2);
}

.cta-button.secondary:hover {
    background: rgba(255, 20, 147, 0.1);
    box-shadow: 0 15px 35px rgba(255, 20, 147, 0.3);
}

.cta-button.large {
    padding: 1rem 2rem;
    font-size: 1rem;
}

.cta-button:hover {
    box-shadow: 0 20px 40px rgba(255, 20, 147, 0.5);
}



.cta-button i {
    transition: transform 0.3s ease;
}

.cta-button:hover i:last-child {
    transform: translateX(5px);
}

/* Floating Elements */
.hero-visual {
    position: relative;
    height: 500px;
}

.floating-elements {
    position: relative;
    width: 100%;
    height: 100%;
}

.floating-card {
    position: absolute;
    background: rgba(255, 20, 147, 0.1);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 20, 147, 0.3);
    border-radius: 25px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    animation: float 6s ease-in-out infinite;
    box-shadow: 0 10px 30px rgba(255, 20, 147, 0.2);
}

.floating-card i {
    font-size: 2.5rem;
    color: #ff1493;
    margin-bottom: 0.5rem;
}

.floating-card span {
    font-size: 1.8rem;
    font-weight: 800;
    color: #ffffff;
}

.floating-card small {
    font-size: 0.9rem;
    color: #ff69b4;
    font-weight: 600;
}





.hero-scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    color: #d1dae0;
    font-size: 1.5rem;
    animation: bounce 2s infinite;
}

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

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #d1dae0 0%, #d1dae0 50%, #D1DAE0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #cccccc;
    font-weight: 500;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(255, 20, 147, 0.2) 0%, rgba(255, 20, 147, 0.1) 100%);
    border: 1px solid rgba(255, 20, 147, 0.3);
    padding: 1rem 1.8rem;
    border-radius: 50px;
    font-size: 0.85rem !important;
    font-weight: 350;
    color: #D1DAE0;
    margin-bottom: 2rem;
    backdrop-filter: blur(10px);
}

.problems-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: 2px solid #FF0088;
    box-shadow: 0 0 10px #FF0088, inset 0 0 30px rgba(255, 0, 174, 0.5);
    padding: 1rem 1.8rem;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #FF0088;
    margin-bottom: 2rem;
    backdrop-filter: blur(10px);
}

/* Case Study Section */
.case-study {
    padding: 8rem 0;
    background: linear-gradient(135deg, #111111 0%, #1a0a1a 100%);
}

.video-container {
    max-width: 900px;
    margin: 0 auto 4rem;
    margin-top: -0.78rem;
}

.video-placeholder {
    position: relative;
    width: 100%;
    height: 500px;
    background: linear-gradient(135deg, #1a1a1a 0%, #2a1a2a 100%);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s ease;
    border: 2px solid rgba(255, 20, 147, 0.2);
}

.video-placeholder:hover {
    transform: scale(1.02);
    border-color: rgba(255, 20, 147, 0.4);
    box-shadow: 0 20px 40px rgba(255, 20, 147, 0.2);
}

.play-button {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #ff1493 0%, #ff69b4 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: white;
    transition: all 0.4s ease;
    z-index: 2;
    box-shadow: 0 15px 30px rgba(255, 20, 147, 0.4);
}

.play-button:hover {
    box-shadow: 0 20px 40px rgba(255, 20, 147, 0.6);
}

.video-overlay {
    position: absolute;
    bottom: 40px;
    left: 25px;
    background: rgba(0, 0, 0, 0.8);
    padding: 12px 20px;
    border-radius: 15px;
    font-weight: 600;
    border: 1px solid rgba(255, 20, 147, 0.3);
}

.testimonial {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial blockquote {
    font-size: 2.2rem;
    font-style: italic;
    color: #e0e0e0;
    position: relative;
    padding: 0;
    margin-bottom: 1rem;
    line-height: 1.4;
}



.testimonial cite {
    color: #ff69b4;
    font-weight: 600;
    font-style: normal;
}

/* What We Do Section */
.what-we-do {
    padding: 4rem 0;
    background: #0a0a0a;
}

.content-block {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.content-block h3 {
    font-size: 2.9rem;
    font-weight: 700;
    margin-bottom: 0rem !important;
    color: #ffffff;
    line-height: 1.3;
}

.content-block p {
    font-size: 1.05rem;
    color: #cccccc;
    line-height: 1.8;
    font-weight: 500;
}

/* Benefits Section */
.benefits {
    padding: 4rem 0;
    background: linear-gradient(135deg, #111111 0%, #1a0a1a 100%);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 5rem;
}

.benefit-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1); 
    border-radius: 15px;
    padding: 1rem;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 20, 147, 0.1) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.benefit-card:hover::before {
    opacity: 1;
}

.benefit-card:hover {
    border-color: rgba(255, 20, 147, 0.4);
    box-shadow: 0 25px 50px rgba(255, 20, 147, 0.2);
}

.benefit-icon {
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 2.5rem;
    color: #FF61B5;
    box-shadow: none;
    transition: all 0.4s ease;
}


.benefit-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0rem;
    color: #D1DAE0;
}

.benefit-card p {
    color: rgb(159, 159, 159);
    line-height: 1.5;
    margin-bottom: 1rem;
    margin-top: -0.44rem;
    font-size: 0.95rem !important;
}

.benefit-features {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.benefit-features span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ff69b4;
    font-weight: 600;
    font-size: 0.95rem;
}

.benefit-features i {
    color: #ff1493;
}

.cta-section {
    text-align: center;
}

/* Problems Section */
.problems {
    padding: 8rem 0;
    background: #0a0a0a;
}

.problems-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    max-width: 900px;
    margin: 0 auto;
}

.problem-card {
    background: rgba(255, 255, 255, 0.03); /* Bardzo subtelne szare tło */
    border: 1px solid rgba(255, 255, 255, 0.1); /* Trochę jaśniejsza szara ramka */
    border-radius: 20px;
    padding: 2.5rem 2rem;
    transition: all 0.4s ease;
    position: relative;
    text-align: center;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.problem-icon {
    font-size: 3rem;
    color: #FF61B5;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.problem-card h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #D1DAE0;
    line-height: 1.3;
}

.problem-card p {
    color: #EBEBEB !important;
    line-height: 1.8;
    font-size: 1.4rem;
    text-align: center;
}

.problem-card:hover {
    background: rgba(255, 20, 147, 0.08);
    border-color: rgba(255, 20, 147, 0.3);
    box-shadow: 0 15px 35px rgba(255, 20, 147, 0.1);
}

.problem-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    display: block;
    color: #FF61B5;
}

.problem-card h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.problem-card p {
    color: #cccccc;
    line-height: 1.7;
    font-size: 1.3rem;
}

/* Solution Section */
.solution {
    padding: 8rem 0;
    background: linear-gradient(135deg, #111111 0%, #1a0a1a 100%);
}

.solution-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.transition-text {
    font-size: 1.1rem;
    color: #ff1493;
    margin-bottom: 2.5rem;
    font-weight: 600;
}

.gradient-text {
    background: linear-gradient(135deg, #D1DAE0 0%, #d1dae0 50%, #D1DAE0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 750;
    font-size: 1.6rem;
}

.solution-content h2 {
    font-size: 0.2rem;
    font-weight: 800;
    margin-bottom: 2rem;
    line-height: 1.4;
    color: #ffffff;
}

.spacing-break {
    margin: 2rem 0;
}

.benefits-list {
    display: grid;
    gap: 1rem;
    text-align: left;
    max-width: 700px;
    margin: 0 auto;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    border-radius: 15px;
    transition: all 0.4s ease;
}


.benefit-item i {
    color: #FF00A6;
    font-size: 1.5rem;
    min-width: 24px;
}

.benefit-item span {
    font-size: 0.9rem;
    color: #999999;
    font-weight: 400;
}

/* Final Case Study */
.final-case-study {
    padding: 8rem 0;
    background: linear-gradient(135deg, #111111 0%, #1a0a1a 100%);
}

/* Final CTA Section */
.final-cta {
    padding: 8rem 0;
    background: radial-gradient(circle at 50% 50%, rgba(255, 20, 147, 0.1) 0%, transparent 70%),
                linear-gradient(135deg, #0a0a0a 0%, #1a0a1a 50%, #0a0a0a 100%);
}

.cta-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.cta-content h2 {
    font-size: 3.2rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #ff1493 50%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cta-content p {
    font-size: 1.3rem;
    color: #cccccc;
    margin-bottom: 3rem;
    line-height: 1.6;
}

.cta-buttons {
    margin-bottom: 3rem;
}

.trust-indicators {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ff69b4;
    font-weight: 600;
}

.trust-item i {
    color: #ff1493;
    font-size: 1.2rem;
}

/* Footer */
.footer {
    padding: 4rem 0;
    background: #000000;
    border-top: 1px solid rgba(255, 20, 147, 0.2);
}

.footer-c.nav-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
} color: #888888;
}

/* Animation Classes */
[data-aos] {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

[data-aos].aos-animate {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 768px) {


  .floating-card {
    display: none !important;
  }




.hero-subtitle {
    font-size: 0.92rem;
    color: #D1DAE0;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    line-height: 1.6;
    font-weight: 400;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}


    .hero-container {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }
    
    .hero-title {
        font-size: 2rem !important;
    }
    
    .hero-visual {
        height: 350px;
    }
    
    .floating-card {
        padding: 1.5rem;
    }
    
    .floating-card span {
        font-size: 1.4rem;
    }
    
    .section-title {
        font-size: 2.2rem;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .problems-grid {
        grid-template-columns: 1fr;
    }
    
    .trust-indicators {
        gap: 1.5rem;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .video-placeholder {
        height: 300px;
    }
    
    .play-button {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .cta-button {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
    
    .cta-button.large {
        padding: 1.2rem 2.5rem;
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .hero-title {
        font-size: 5.2rem;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .benefit-card,
    .problem-card {
    padding: 1rem 2.5rem;
    }
    
    .hero-badge,
    .section-badge,
    .problems-badge {
        font-size: 1rem;
        padding: 0.6rem 1.2rem;
    }
    
    .testimonial blockquote {
        font-size: 1.4rem;
        padding: 0 2rem;
    }
    
    .testimonial blockquote::before,
    .testimonial blockquote::after {
        font-size: 3rem;
        top: -10px;
    }
}



@media (max-width: 768px) {
.solution-content .transition-text.gradient-text {
    max-width: 87%; /* Ogranicza szerokość do 80% kontenera */
    margin-left: auto;  /* Centruje element */
    margin-right: auto; /* Centruje element */
    letter-spacing: -0.8px; /* Zmniejsza odległość między literami */
}


/* Additional Mobile Optimizations */
@media (max-width: 768px) {
    .hero {
        padding: 2rem 0;
    }
    
    .case-study,
    .what-we-do,
    .benefits,
    .problems,
    .solution,
    .final-case-study,
    .final-cta {
        padding: 4rem 0;
    }
    
    .benefit-icon {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .problem-icon {
        font-size: 2.5rem;
    }
    
    .cta-button {
        width: 100%;
        justify-content: center;
    }
    
    .hero-buttons {
        width: 100%;
    }
}



.testimonial blockquote {
    text-align: left;
    color: #e0e0e0;
}

.testimonial blockquote::before,
.testimonial blockquote::after {
    content: '"';
    color: #ff1493;
    font-size: 2rem;
    font-weight: bold;
}

.testimonial blockquote::before {
    margin-right: 0.5rem;
}

.testimonial blockquote::after {
    margin-left: 0.5rem;
}

.testimonial blockquote span {
    color: #e0e0e0;
}



.what-we-do .section-header {
    margin-bottom: 11rem;
}


/* Solution Final Section */
.solution-final {
    padding: 8rem 0;
    background: linear-gradient(135deg, #111111 0%, #1a0a1a 100%);
}

.solution-final-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.solution-content {
    max-width: none;
    text-align: left;
}

.final-case-content {
    text-align: center;
}

.final-case-content .section-header {
    margin-bottom: 2rem;
}

.final-case-content .video-container {
    max-width: 500px;
    margin: 0 auto 2rem;
}

@media (max-width: 768px) {
    .solution-final-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .solution-content {
        text-align: center;
    }
}


/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .hero {
        padding-top: 120px;
    }
    
    .hero-container {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .hero-visual {
        display: none;
    }
    
    .cta-button {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .hero-subtitle {
        font-size: 0.9rem;
    }
    
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}


.final-case-content .section-title {
    font-size: 2rem;
}



@media (max-width: 768px) {
    .section-badge {
        font-size: 10rem;
        padding: 0.8rem 1.5rem;
    }
}



@media (max-width: 768px) {
    .content-block h3 {
        font-size: 10.8rem;
    }
}



@media (max-width: 768px) {
    .content-block p {
        font-size: 0.9rem;
    }
}


@media (max-width: 768px) {
.navbar {
    padding-top: 0rem;
    padding-bottom: 0rem;
}




@media (max-width: 768px) {
    .final-cta h2 {
        font-size: 1.8rem;
    }
}



@media (max-width: 768px) {
    .cta-button.primary.large {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }
}



@media (max-width: 768px) {
    .benefits-list .benefit-item {
        font-size: 0.9rem;
        padding: 0.8rem;
    }
}



@media (max-width: 768px) {
    .case-study .section-subtitle {
        font-size: 0.9rem;
    }
}



@media (max-width: 768px) {
    .benefit-item span {
        font-size: 0.9rem;
    }
}



.success-subtitle {
    color: #cccccc;
    font-size: 1.1rem;
    font-weight: 400;
    margin-top: 1rem;
    line-height: 1.6;
}


/* Mobile Responsive Styles */
@media (max-width: 768px) {
    /* Zmniejszenie przycisków CTA na górze strony dla telefonów - zmiana 9 i 2 */
    .hero-buttons .cta-button {
        padding: 0.6rem 1.2rem;
        font-size: 0.8rem;
        margin-top: 1rem !important;
        botton: 0 !important;
    }
    
    .cta-button {
        padding: 0.6rem 1.2rem;
        font-size: 0.7rem;
    }
    
    /* Zwiększenie przycisku CTA pod kafelkami usług - tylko dla telefonów */
    .benefits .cta-button {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
    
    /* Usunięcie przerwy między CTA a case study - zmiana 2 */
    .benefits {
        padding: 2rem 0;
    }
    
    .case-study {
        padding: 1rem 0;
    }
    
    /* Zmniejszenie elementu Oto co robimy dla telefonów - zmiana 11 */
    .section-badge {
        padding: 0.8rem 1.5rem;
        font-size: 1.02rem;
    }
    
    /* Zmniejszenie przerwy między Oto co robimy a My przejmujemy - zmiana 5 */
    .what-we-do {
        padding: 2rem 0 1rem 0;
    }
    
    /* Ukrycie elementów na telefonach - zmiana 3 - poprawka */
    .hero-scroll-indicator {
        display: none;
    }
    
    .case-study .section-header {
        display: none;
    }
    
    /* Przesunięcie elementów na górę - zmiana 4 */
    .hero-container {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding-top: 0.5rem;
    }
    
    .hero {
        min-height: auto;
        padding-top: 1rem;
        margin-top: -15px !important;
    }
    
    .hero-visual {
        order: -1;
        height: 200px;
        margin-bottom: 1rem;
    }
    
    .floating-card {
        padding: 1rem;
    }
    
    .floating-card span {
        font-size: 1.2rem;
    }
    
    .floating-card small {
        font-size: 0.8rem;
    }
    
    /* Zmiana układu kafelków z usługami na telefonie - zmiana 12 */
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .benefit-card {
        display: flex;
        align-items: flex-start;
        text-align: left;
        padding: 0rem !important;
        gap: 0rem !important;
    }
    
    .benefit-icon {
        margin: 0;
        min-width: 60px;
        font-size: 2rem;
    }
    
    .benefit-content {
        flex: 1;
    }
    
    .benefit-card h3 {
        margin-bottom: 0.5rem;
        font-size: 1rem;
    }
    
    .benefit-card p {
        font-size: 0.85rem;
        margin-bottom: 0;
    }
    
    /* Zmniejszenie elementu testimonial dla telefonów - zmiana 13 i 5 */
    .testimonial blockquote {
        font-size: 1.2rem;
    }
    
    /* Zmniejszenie przerwy między kafelkami problemów a elementem Ale z nami - zmiana 14 */
    .problems {
        padding: 4rem 0 2rem 0;
    }
    
    /* Zmniejszenie elementu testimonial w final case study - zmiana 15 */
    .final-case-content .testimonial blockquote {
        font-size: 1.3rem;
    }
    
    /* Zmniejszenie przerwy między testimonial a Gotowa na zmianę - zmiana 16 */
    .solution-final {
        padding: 4rem 0 2rem 0;
    }
    
    /* Zmniejszenie i zmiana koloru tekstu what-we-do - zmiana 6 */
    .content-block h3 {
        font-size: 10.8rem;
        color: #c8c8c8;
    }
    
    /* Naprawienie stylu gradient-text - zmiana 7 */
    .gradient-text {
        font-size: 2.2rem;
        font-weight: 700;
    }
    
    /* Uniezależnienie elementu Wiemy z czym się zmagasz - tylko dla telefonów */

    
    /* Zmniejszenie tekstu hero title - tylko dla telefonów */
    .hero-content h1 {
        font-size: 1.7rem;
    }
    
    /* Ciemniejszy odcień szarego dla tekstu z emoji - tylko dla telefonów */
    .content-block p {
        font-size: 1rem;
        color: #888888;
    }
    
    /* Zmniejszenie i ucieńszenie tekstu transition-text - tylko dla telefonów */
    .transition-text {
        font-size: 0.8rem;
        font-weight: 300;
    }
    
    /* Zmniejszenie success-subtitle na telefonie - zmiana 9 */
    .success-subtitle {
        font-size: 0.9rem;
    }
    
    /* Usunięcie przerwy między case study a cytatami i zmniejszenie tekstu - zmiana 10 */
    .case-study .testimonial {
        margin-top: 0.5rem;
    }
    
    .case-study .testimonial blockquote {
        font-size: 1.4rem;
    }
}




/* Mobile-specific styles */
@media (max-width: 768px) {
    .hero-title {
        font-size: 6.8rem; /* Significantly decreased size for mobile */
    }

    .content-block h3 {
        font-size: 10.4rem; /* Significantly decreased size for mobile */
    }

    .solution-content .transition-text.gradient-text {
        font-size: 1.8rem; /* Slightly increased size for mobile */
        color: #FF0000; /* Lighter grayish color */
        -webkit-text-fill-color: #FF0000; /* For webkit browsers */
    }
}




    .content-block p {
        max-width: 80%; /* Make it narrower */
        margin: 0 auto; /* Center the narrower text */
        font-size: 1rem; /* Slightly decrease font size */
    }



    .problem-icon {
        font-size: 3.5rem; /* Increased icon size */
    }
    
    .problem-card h3 {
        font-size: 1.5rem; /* Decreased heading size */
    }
    
    .problem-card p {
        font-size: 1rem; /* Decreased paragraph size */
        color: #E0E0E0; /* Lighter text color */
    }

.cta-button i {
    display: none !important;
}

.case-study .video-container {
    margin-bottom: 0.1rem !important; /* wcześniej było 4rem */
}

.solution-content .transition-text.gradient-text {
    font-size: 1.2rem !important;  /* było 1.6–1.8rem */
    font-weight: 400 !important;
    color: #FF0000 !important;
    -webkit-text-fill-color: #D1DAE0 !important;
}


.solution-final .video-container {
    margin-bottom: 0rem !important;
}



.what-we-do .section-header {
    margin-bottom: -1rem !important;
}

.what-we-do .content-block {
    margin-top: 0 !important;
}


.cta-button {
    font-size: 0.8rem !important;
    padding: 1rem 0.4rem !important;
    border-radius: 40px !important;
}



.content-block p {
    font-size: 0.93rem !important;
    color: #9E9E9E !important;
    line-height: 1.6 !important;
}


.benefits-grid {
    margin-bottom: 2rem !important;
}

.cta-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.solution-content .transition-text.gradient-text {
    margin-bottom: 0.8rem !important;
}


.solution-content h2 {
    margin-bottom: 1.3rem !important;
}


.final-case-content .testimonial {
    margin-bottom: 1rem !important;
}

.final-cta {
    padding-top: 0rem !important;
}


.content-block h3 {
    font-size: 1.7rem !important;
    font-weight: 650 !important;
    color: #D1DAE0 !important;
}


.hero-badge span {
    font-size: 1rem !important;
}


.content-block h3 {
    margin-bottom: -1rem !important;
}

.content-block p {
    margin-top: 0 !important;
}


.problems .section-header {
    margin-bottom: 0rem !important;
}


.problems .section-subtitle {
    margin-bottom: 3rem !important;
    margin-top: 0.5rem; /* Ustawiamy mały, stały odstęp od elementu powyżej */

}


.problems-grid {
    gap: 1.2rem !important;
}


.problems {
    padding-bottom: 1rem !important;
}

.solution-final {
    padding-top: 2.2rem !important;
}


.solution-content h2 {
    font-size: 2rem !important;
    font-weight: 700 !important;
}


.final-case-content .testimonial cite {
    display: none !important;
}



.hero-badge {
    margin-bottom: 10rem !important;
}


.case-study .testimonial cite {
    display: none !important;
}



.problem-card .problem-icon {
    margin-bottom: 0rem !important;
}

.solution-content.success-merged-heading,
.solution-content .success-merged-heading {
    font-size: 1.65rem !important;
    font-weight: 650 !important;
    color: #D1DAE0 !important;
    line-height: 1.3 !important;
    text-align: left !important;
    margin-bottom: 2rem !important;
}



.quote-clean {
    font-size: 1.07rem;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    margin: 1rem auto 2rem auto;
    max-width: 900px;
    line-height: 1.5;
}



.benefits-list {
    gap: 0rem !important; /* było 2rem */
}

.benefit-item {
    margin-bottom: 0 !important;
    padding: 0rem !important;
}


.solution-content.success-merged-heading,
.solution-content .success-merged-heading {
    text-align: center !important;
}


.final-case-content .quote-clean {
    font-style: italic !important;
}


.section-badge {
    border: 2px solid #FF0088; /* Jaśniejszy, neonowy róż */
    box-shadow: 0 0 10px #ff00ae, inset 0 0 30px rgba(255, 0, 174, 0.5); /* Efekt poświaty */
    transform: scale(0.75);
    padding: 0.7rem 1rem !important;
    background: transparent;

}


.problems-badge {
    transform: scale(0.6);
    padding: 1rem 2rem !important;
}



.problems .section-subtitle.transition-text.gradient-text {
    background: none; /* Usuwa gradient */
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    color: #D1DAE0; /* Ustawia kolor na szary */
    font-size: 1.6rem; /* Zmniejsza rozmiar czcionki */
    font-weight: 800;
    line-height: 1.2;
}



.problems .section-header {
    margin-bottom: 0rem !important;
}



body {
    background: #000000 !important;
    background-image: none !important;
    background-size: unset !important;
    animation: none !important;
}


.problems-badge {
    margin-bottom: 0.3rem !important;
}


.case-study .quote-clean {
    font-style: italic !important;
}



.hero-badge {
    background-color: #2a2a2a !important;
    color: #6B6B6B !important;
    border: 1px solid #444 !important;
}



.benefit-item {
    background: none !important;
    border: none !important;
    padding: 0.2rem 0 !important;
    margin: 0.5rem 0 !important;
    display: flex !important;
    align-items: center;
}

.benefit-item p {
    color: #999999 !important;
    font-size: 1.1rem !important;
}


.benefit-item p {
    color: #FF0000 !important;
}







.hero-badge {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #8A8A8A !important; /* Zmieniamy kolor z powrotem na różowy */
    font-family: 'Caveat', cursive;
    font-size: 2.2rem !important;
    font-weight: 700;
    text-shadow: none; /* Usunięcie poświaty/cienia z tekstu */
    padding: 0 !important; /* Resetujemy padding */
    position: relative;
    margin-bottom: 3rem !important;
}


header,
.hero,
.site-header,
.navbar {
    border-bottom: none !important;
    box-shadow: none !important;
}

header::after,
.hero::after,
.site-header::after,
.navbar::after {
    display: none !important;
}




.logo img {
    height: 55px !important; 
    width: auto !important;
    max-height: 100% !important;
    object-fit: contain;
    display: block;
}



.case-study {
    margin-bottom: 3rem !important;
}





/* Dodaj ten kod na końcu pliku styles.css */
.video-player {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Zapewnia, że wideo wypełnia kontener */
    border-radius: 25px;
    position: absolute;
    top: 0;
    left: 0;
}




@media (max-width: 768px) {
.benefits-list {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}




@media (max-width: 768px) {
.benefit-card {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 1rem;
}

@media (max-width: 768px) {
.benefit-card:hover {
    transform: none !important;
    box-shadow: none;
}

@media (max-width: 768px) {
.benefit-card::before {
    display: none;
}


/* Dodaj ten kod na końcu pliku styles.css */
.benefit-item img {
    width: 48px;
    height: 48px;
    min-width: 48px; /* Zapewnia stały rozmiar */
}



@media (max-width: 768px) {
    .benefit-icon.is-highlighted {
        color: #ffffff; /* Kolor podświetlenia, taki sam jak przy najechaniu */
        transition: color 0.3s ease-in-out;
    }
}


/* Animacja dla znikania przycisku i nakładki wideo */
.fade-out {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}



/* Style dla paska postępu */
.video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.video-controls.fade-out {
    opacity: 0.3;
    visibility: visible;
}

.progress-bar {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    cursor: pointer;
    position: relative;
}

.progress-filled {
    height: 100%;
    width: 0%;
    background: #ff1493; /* Kolor paska postępu */
    border-radius: 3px;
    transition: width 0.1s linear;
}






/* Nowe style dla paska kontrolnego wideo */
.video-placeholder .video-controls-bar,
.video-placeholder .play-button,
.video-placeholder .video-overlay {
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.video-controls-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 5;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.progress-container {
    flex-grow: 1;
    height: 6px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    pointer-events: all;
}

.progress-bar {
    height: 100%;
    width: 0%;
    background: #ff1493;
    border-radius: 3px;
    position: relative;
    transition: width 0.1s linear;
}

.progress-bar::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: #ff1493;
    border-radius: 50%;
    box-shadow: 0 0 10px #ff1493;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.progress-container:hover .progress-bar::after {
    opacity: 1;
}








@media (max-width: 768px) {
    .benefit-card {
        align-items: flex-start;
        padding: -1rem 0; /* zmniejszone odstępy */
        gap: -1rem; /* mniejszy odstęp między ikoną a tekstem */
    }

    .benefit-icon {
        min-width: 20px; /* zmniejszona szerokość ikony */
        font-size: 1.6rem;
        margin-top: 0.2rem;
    }




.problems-grid .problem-card:first-child h3,
.problems-grid .problem-card:last-child h3 {
    color: #E6EAED; 
}






.problem-card p {
    letter-spacing: -0.3px; /* dopasuj wartość według gustu */
    font-weight: 350;
}





.cta-button {
	animation: jittery 4s infinite;
	}

@keyframes jittery {
	5%,
	50% {
		transform: scale(1);
	}
	10% {
		transform: scale(0.9);
	}
	15% {
		transform: scale(1.05);
	}
	20% {
		transform: scale(1.05) rotate(-5deg);
	}
	25% {
		transform: scale(1.05) rotate(5deg);
	}
	30% {
		transform: scale(1.05) rotate(-3deg);
	}
	35% {
		transform: scale(1.05) rotate(2deg);
	}
	40% {
		transform: scale(1.05) rotate(0);
	}
}
