body {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    background-color: #1a1e24;
    color: #ffffff;
}
p, h4{ color:white}
.text-secondary {
    color: #9d9d9d!important;
}
.navbar {
    background-color: rgba(26, 30, 36, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.navbar-brand {
    font-weight: 700;
    font-size: 3rem;
    color: #ffffff !important;
}

.nav-link {
    color: rgba(255,255,255,0.8) !important;
    font-weight: 500;
}

.nav-link:hover {
    color: #0d6efd !important;
}

.hero-section {
    padding: 160px 0 80px 0;
    background: linear-gradient(135deg, #1a1e24 0%, #232b34 100%);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.hero-title {
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-title span {
    color: #0d6efd;
    border-bottom: 3px solid #0d6efd;
    display: inline-block;
    padding-bottom: 5px;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.7);
    margin-bottom: 2rem;
    max-width: 700px;
}

.years-badge {
    background-color: rgba(13, 110, 253, 0.15);
    border-left: 4px solid #0d6efd;
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
}

.years-badge p {
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.years-badge strong {
    color: #0d6efd;
    font-size: 1.8rem;
    margin-right: 5px;
}

.section-title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.section-subtitle {
    color: rgba(255,255,255,0.6);
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto 50px auto;
}

.service-card {
    background-color: #232b34;
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255,255,255,0.05);
    position: relative;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
    border-color: #0d6efd;
}

.service-icon {
    font-size: 3rem;
    color: #0d6efd;
    margin-bottom: 25px;
}

.service-card h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-card .badge-exp {
    background-color: rgba(13, 110, 253, 0.2);
    color: #0d6efd;
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 20px;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.service-features li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.8);
}

.service-features li i {
    color: #0d6efd;
    margin-right: 10px;
    font-size: 0.9rem;
}

.btn-service {
    background-color: transparent;
    border: 2px solid #0d6efd;
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.btn-service:hover {
    background-color: #0d6efd;
    color: white;
}

.integration-note {
    background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%);
    border-radius: 100px;
    padding: 15px 30px;
    display: inline-block;
    margin: 40px 0;
    font-weight: 500;
}

.footer {
    background-color: #151a1f;
    padding: 50px 0 20px 0;
    margin-top: 80px;
    border-top: 1px solid rgba(255,255,255,0.05);
}

/* Placeholder dla zdjęć */
.img-placeholder {
    background: linear-gradient(135deg, #2a343f, #1e262f);
    border-radius: 20px;
    padding:4px;
    text-align: center;
    border: 2px dashed rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.3);
    font-size: 0.9rem;
    box-sizing: border-box;
}

.img-placeholder img{
    max-width:100%;
    border-radius:20px
}

.img-placeholder i {
    font-size: 3rem;
    display: block;
    margin-bottom: 10px;
    color: rgba(255,255,255,0.2);
}

.text-border{
    text-shadow:
            -4px -4px 0 black,
            0px -4px 0 black,
            4px -4px 0 black,
            -4px  0px 0 black,
            4px  0px 0 black,
            -4px  4px 0 black,
            0px  4px 0 black,
            4px  4px 0 black;
}
.text-border-little{
    text-shadow:
            -2px -2px 0 black,
            0px -2px 0 black,
            2px -2px 0 black,
            -2px  0px 0 black,
            2px  0px 0 black,
            -2px  2px 0 black,
            0px  2px 0 black,
            2px  2px 0 black;
}


@media (max-width: 768px) {
    .hero-title {
        font-size: 2.2rem;
    }
}