.intro p {
    font-size: 1.05rem;
    margin-bottom: 1rem;
}

.seo-hero,
.secure-flow-hero {
    border-bottom: 1px solid #e7dce8;
    padding-bottom: 2rem;
}

.seo-hero h1 {
    color: #4b134f;
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 2.25rem;
    line-height: 1.15;
    margin-bottom: 1rem;
    text-align: left;
}

.text-links {
    color: #5f5365;
    font-size: 1rem;
    line-height: 1.7;
}

.hero-links {
    margin-top: 1.25rem;
}

.section-links {
    margin-top: 1rem;
}

.text-links a {
    color: #4b134f;
    font-weight: 700;
    text-decoration-color: rgba(201, 75, 75, 0.45);
    text-decoration-thickness: 2px;
    text-underline-offset: 0.18em;
}

.text-links a:hover {
    color: #c94b4b;
    text-decoration-color: currentColor;
}

.seo-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.seo-grid > div,
.mini-logement {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    padding: 1.2rem;
}

.seo-grid h3 {
    color: #4b134f;
    margin-bottom: 0.5rem;
}

.city-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.city-links a {
    background: #ffffff;
    border: 1px solid #e5d7e6;
    border-radius: 18px;
    color: #4b134f;
    padding: 0.45rem 0.8rem;
    text-decoration: none;
}

.city-links a:hover {
    border-color: #6e4a7e;
}

.logements-mini-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.mini-logement {
    color: inherit;
    display: block;
    text-decoration: none;
}

.mini-logement img {
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    display: block;
    margin-bottom: 0.8rem;
    object-fit: cover;
    width: 100%;
}

.mini-logement span,
.mini-logement small {
    display: block;
}

.mini-logement span {
    color: #4b134f;
    font-weight: 700;
}

.mini-logement small {
    color: #666666;
    margin-top: 0.25rem;
}

.cards {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.secure-flow-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.secure-flow-grid > div {
    background: #ffffff;
    border: 1px solid #eadfea;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
    padding: 1.25rem;
}

.secure-flow-grid span {
    align-items: center;
    background: #6e4a7e;
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    font-weight: 900;
    height: 34px;
    justify-content: center;
    margin-bottom: 0.8rem;
    width: 34px;
}

.secure-flow-grid h2 {
    font-size: 1.05rem;
}

.site-map-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.site-map-card {
    background: #ffffff;
    border: 1px solid #eadfea;
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(75, 19, 79, 0.07);
    padding: 1.2rem;
}

.site-map-card h2 {
    font-size: 1.05rem;
    margin-bottom: 0.8rem;
}

.site-map-card a {
    color: #5f5365;
    display: block;
    font-weight: 650;
    padding: 0.42rem 0;
    text-decoration: none;
}

.site-map-card a:hover {
    color: #c94b4b;
}

@media (max-width: 768px) {
    .seo-hero h1 {
        font-size: 1.8rem;
    }

    .hero-links {
        font-size: 0.98rem;
        margin-top: 1rem;
    }
}
