/* Sección SUNAT - estilo acorde al sitio */
.sunat-section {
    margin: 0 20px 30px;
    border-radius: 24px;
    background: #ecf6fa;
    box-shadow: 0 8px 32px rgba(5, 84, 242, 0.08);
    overflow: hidden;
    border: 1px solid #dce8f5;
}

.sunat-section .left-info h2 {
    font-size: 140px;
    line-height: 120px;
    color: #0554f2;
    text-shadow: -4px 4px 0 rgba(5, 84, 242, 0.15);
    margin-bottom: 30px;
}

.sunat-section .left-info h2 span {
    font-size: 28px;
    font-weight: 800;
    color: #0e2258;
    line-height: 1.3;
    max-width: 280px;
}

.sunat-section .left-info p {
    color: #5a6a85;
    font-size: 16px;
    line-height: 1.7;
}

.sunat-section ul {
    margin-top: 20px;
    list-style: none;
    padding: 0;
}

.sunat-section ul li {
    display: flex;
    align-items: center;
    position: relative;
    background: #ffffff;
    border: 1px solid #e0eaf5;
    border-radius: 18px;
    padding: 16px 20px 16px 58px;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 15px;
    color: #0e2258;
    line-height: 1.45;
    box-shadow: 0 4px 14px rgba(5, 84, 242, 0.07);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.sunat-section ul li:last-child {
    margin-bottom: 0;
}

.sunat-section ul li:hover {
    border-color: rgba(5, 84, 242, 0.35);
    box-shadow: 0 6px 20px rgba(5, 84, 242, 0.12);
    transform: translateY(-1px);
}

.sunat-section ul li::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(5, 84, 242, 0.1);
}

.sunat-section ul li::after {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0554f2;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    content: "\f2f7";
    font-family: "Font Awesome 5 Pro";
}

.sunat-section .left-info a.btn {
    margin-top: 24px;
    border-radius: 30px;
    padding: 12px 28px;
}

.sunat-section .thumb-inner img {
    border-radius: 16px;
}

@media (max-width: 991px) {
    .sunat-section {
        margin: 0 12px 20px;
        border-radius: 18px;
    }

    .sunat-section .left-info h2 {
        font-size: 100px;
        line-height: 90px;
    }

    .sunat-section .left-info h2 span {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .sunat-section .left-info h2 {
        font-size: 80px;
        line-height: 70px;
    }

    .sunat-section .left-info h2 span {
        font-size: 20px;
        max-width: 200px;
    }
}
