/* ===== Hero Section ===== */
.hero {
    position: relative;
    background: url('../../img/staly-nadzor-bhp/before.png') no-repeat center center/cover;
    color: #fff;
    text-align: center;
    padding: 160px 20px 100px;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(30, 0, 0, 0.7) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

/* Breadcrumb */
.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 30px;
    font-size: 0.85rem;
    font-weight: 400;
    opacity: 0.85;
}

.breadcrumb a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s;
}

.breadcrumb a:hover {
    opacity: 0.7;
    text-decoration: underline;
}

.breadcrumb-sep {
    opacity: 0.5;
}

.breadcrumb-current {
    font-weight: 500;
}

.hero-content h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.hero-content > p {
    font-size: 1.15rem;
    margin-bottom: 36px;
    font-weight: 400;
    opacity: 0.92;
    line-height: 1.6;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border: 2px solid transparent;
    border-radius: 8px;
    background: #d32f2f;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-primary:hover {
    background: #b71c1c;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(211, 47, 47, 0.35);
}

.btn-primary.btn-outline {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.7);
    color: #fff;
}

.btn-primary.btn-outline:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #fff;
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.15);
}

/* ===== Intro Section ===== */
.intro-section {
    padding: 80px 20px;
    background: #fff;
    text-align: center;
}

.intro-container {
    max-width: 900px;
    margin: 0 auto;
}

.intro-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fef2f2;
    color: #d32f2f;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 50px;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.intro-section h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
    line-height: 1.3;
}

.intro-lead {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    max-width: 700px;
    margin: 0 auto 50px;
}

.stats-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 30px;
}

.stat-number {
    font-size: 2.4rem;
    font-weight: 800;
    color: #d32f2f;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 0.9rem;
    color: #777;
    font-weight: 500;
}

/* ===== FAQ Section ===== */
.faq-section {
    padding: 80px 20px;
    background: linear-gradient(180deg, #f8f9fa, #f0f1f3);
}

.faq-container {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.faq-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px 36px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid #eee;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
}

.faq-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #d32f2f, #e57373);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 1.3rem;
    color: #fff;
}

.faq-card h2 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 16px;
    line-height: 1.4;
}

.faq-card p {
    font-size: 0.98rem;
    line-height: 1.8;
    color: #555;
}

/* ===== Services Scope Section ===== */
.services-scope {
    padding: 80px 20px 100px;
    background: #fff;
    text-align: center;
}

.services-scope-container {
    max-width: 1100px;
    margin: 0 auto;
}

.services-scope h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
}

.services-scope-lead {
    font-size: 1.05rem;
    color: #777;
    margin-bottom: 50px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    text-align: left;
}

.service-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px 28px;
    background: #fafafa;
    border-radius: 12px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.service-item:hover {
    background: #fff;
    border-color: #d32f2f;
    box-shadow: 0 4px 16px rgba(211, 47, 47, 0.08);
}

.service-number {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #d32f2f, #ef5350);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 800;
    border-radius: 10px;
    letter-spacing: 0.5px;
}

.service-item p {
    font-size: 0.97rem;
    line-height: 1.7;
    color: #444;
    margin: 0;
    padding-top: 8px;
}

/* ===== CTA Banner ===== */
.cta-banner {
    padding: 70px 20px;
    background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -20%;
    width: 60%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 70%);
    pointer-events: none;
}

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}

.cta-banner h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.cta-banner p {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 32px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
    color: #d32f2f;
    border: 2px solid #fff;
}

.btn-cta:hover {
    background: transparent;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.btn-cta.btn-cta-outline {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
}

.btn-cta.btn-cta-outline:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
    .hero-content h1 {
        font-size: 2.4rem;
    }

    .faq-container {
        grid-template-columns: 1fr;
        max-width: 600px;
    }

    .services-grid {
        grid-template-columns: 1fr;
        max-width: 600px;
        margin: 0 auto;
    }

    .stats-row {
        gap: 20px;
    }

    .stat-item {
        padding: 16px 20px;
    }

    .stat-number {
        font-size: 2rem;
    }
}

@media (max-width: 600px) {
    .hero {
        padding: 120px 16px 70px;
        min-height: 400px;
    }

    .hero-content h1 {
        font-size: 1.9rem;
    }

    .hero-content > p {
        font-size: 1rem;
    }

    .btn-primary {
        padding: 12px 22px;
        font-size: 0.92rem;
    }

    .intro-section {
        padding: 50px 16px;
    }

    .intro-section h2 {
        font-size: 1.7rem;
    }

    .faq-section {
        padding: 50px 16px;
    }

    .faq-card {
        padding: 28px 24px;
    }

    .faq-card h2 {
        font-size: 1.15rem;
    }

    .services-scope {
        padding: 50px 16px 70px;
    }

    .services-scope h2 {
        font-size: 1.7rem;
    }

    .service-item {
        padding: 20px;
    }

    .cta-banner {
        padding: 50px 16px;
    }

    .cta-banner h2 {
        font-size: 1.5rem;
    }

    .btn-cta {
        padding: 12px 22px;
        font-size: 0.92rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}