/* ================= HERO ================= */

.infratech-hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45);
}

.hero-content {
    position: relative;
    color: white;
    padding-top: 140px;
}

.hero-top-text {
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hero-big-title {
    position: absolute;
    bottom: -40px;
    left: 0;
    font-size: 10vw;
    font-weight: 800;
    opacity: .95;
}


/* ================= SPLIT SECTION ================= */

.split-section {
    padding: 120px 0;
    background: #f7f6f2;
}

.split-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
}

.split-list {
    list-style: none;
    padding: 0;
}

.split-list li {
    padding: 18px 0;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
}

.split-img {
    border-radius: 8px;
}


/* ================= CTA ================= */

.cta-dark {
    background: #111;
    color: white;
    padding: 80px 0;
}
