.tourbier-loans {
    --tp-loan-deep: #173651;
    --tp-loan-mid: #315a82;
    --tp-loan-pale: #eaf0f5;
}

.tourbier-loans__hero {
    background:
        radial-gradient(circle at 84% 16%, rgba(255, 255, 255, 0.14), transparent 31%),
        linear-gradient(135deg, var(--tp-loan-deep) 0%, var(--tp-blue) 52%, #66809a 100%);
}

.tourbier-loans .tourbier-assurances__service-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tourbier-loans .tourbier-assurances__card {
    min-height: 370px;
}

.tourbier-loans__projects {
    background: var(--tp-white);
}

.tourbier-loans__project-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.tourbier-loans__project-card {
    position: relative;
    min-height: 220px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid var(--tp-border);
    border-radius: 15px;
    background: var(--tp-white);
    transition: border-color 180ms ease, transform 180ms ease;
}

.tourbier-loans__project-card:hover {
    border-color: rgba(38, 70, 111, 0.34);
    transform: translateY(-3px);
}

.tourbier-loans__project-card > span {
    display: block;
    margin-bottom: 30px;
    color: rgba(38, 70, 111, 0.35);
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.tourbier-loans__project-card h3 {
    margin: 0;
    color: var(--tp-blue);
    font-family: Poppins, sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.35;
}

.tourbier-loans__project-card p {
    margin: 14px 0 0;
    color: var(--tp-muted);
    font-size: 14px;
    line-height: 1.65;
}

.tourbier-loans .tourbier-assurances__steps {
    gap: 12px;
}

.tourbier-loans .tourbier-assurances__steps li {
    padding-block: 24px;
}

.tourbier-loans__documents {
    background: var(--tp-sand);
}

.tourbier-loans__document-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.tourbier-loans__document-grid article {
    display: grid;
    min-height: 150px;
    padding: 26px;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    border: 1px solid rgba(38, 70, 111, 0.13);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.76);
}

.tourbier-loans__document-grid article > span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    color: var(--tp-white);
    background: var(--tp-blue);
    font-size: 15px;
    font-weight: 700;
}

.tourbier-loans__document-grid h3 {
    margin: 1px 0 8px;
    color: var(--tp-ink);
    font-family: Poppins, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}

.tourbier-loans__document-grid p {
    margin: 0;
    color: var(--tp-muted);
    font-size: 14px;
    line-height: 1.65;
}

.tourbier-loans__privacy-note {
    max-width: 920px;
    margin: 24px 0 0;
    padding: 20px 22px;
    border-left: 3px solid var(--tp-blue);
    color: #473f3a;
    background: rgba(255, 255, 255, 0.58);
    font-size: 14px;
    line-height: 1.7;
}

.tourbier-loans__privacy-note strong {
    color: var(--tp-blue);
}

#pret-services {
    scroll-margin-top: 120px;
}

@media (max-width: 1180px) {
    .tourbier-loans .tourbier-assurances__service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .tourbier-loans__project-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .tourbier-loans .tourbier-assurances__service-grid,
    .tourbier-loans__project-grid,
    .tourbier-loans__document-grid {
        grid-template-columns: 1fr;
    }

    .tourbier-loans .tourbier-assurances__card {
        min-height: 320px;
    }

    .tourbier-loans__project-card {
        min-height: 0;
        padding: 24px 22px;
    }

    .tourbier-loans__document-grid article {
        min-height: 0;
        padding: 22px 18px;
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 14px;
    }

    .tourbier-loans__document-grid article > span {
        width: 34px;
        height: 34px;
    }
}
