.amh-section--alt {
    background-color: #f7f7f5;
}

.amh-h2 {
    font-family: 'Alata', Helvetica, Arial, sans-serif;
    color: #999030;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    line-height: 1.3em;
    margin: 0;
}
.amh-h2--xl {
    font-size: 32px;
}
@media (max-width: 600px) {
    .amh-h2--xl {
        font-size: 25px;
    }
}

.amh-sep {
    width: 90px;
    height: 3px;
    background-color: #999030;
    margin: 22px auto 34px;
}

.amh-intro {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.amh-intro p {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    margin: 0 0 14px;
}
.amh-intro-img {
    max-width: 720px;
    margin: 30px auto 0;
    text-align: center;
}
.amh-intro-img img {
    border-radius: 11px;
    width: 100%;
    height: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}
.amh-section--zones .amh-sep {
    margin: 12px auto 16px;
}
.amh-section--intro.et_pb_section {
    padding-top: 20px;
    padding-bottom: 20px;
}
.amh-section--zones.et_pb_section {
    padding-top: 20px;
    padding-bottom: 20px;
}
.amh-section--services.et_pb_section {
    padding-top: 20px;
    padding-bottom: 20px;
}
.amh-section--pro.et_pb_section {
    padding-top: 20px;
    padding-bottom: 20px;
}
.amh-section--pourquoi.et_pb_section {
    padding-top: 20px;
    padding-bottom: 20px;
}
.amh-section--avis.et_pb_section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.amh-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.amh-service {
    background: #fff;
    border: 1px solid #ececec;
    border-top: 4px solid #999030;
    border-radius: 10px;
    padding: 30px 26px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .05);
    transition: transform .25s ease, box-shadow .25s ease;
}
.amh-service:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .09);
}
.amh-service h3 {
    font-family: 'Alata', Helvetica, Arial, sans-serif;
    color: #999030;
    font-size: 20px;
    letter-spacing: .5px;
    line-height: 1.3em;
    margin: 0 0 12px;
}
.amh-service p {
    color: #444;
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

.amh-pro {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}
.amh-pro p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin: 0 0 14px;
}

.amh-btn {
    display: inline-block;
    background: #999030;
    color: #fff !important;
    font-family: 'Alata', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 15px;
    padding: 15px 34px;
    border-radius: 6px;
    border: 2px solid #999030;
    text-decoration: none;
    transition: all .25s ease;
    cursor: pointer;
}
.amh-btn:hover {
    background: #7a7326;
    border-color: #7a7326;
    color: #fff !important;
}

.et-l--body ul.amh-check {
    list-style: none;
    margin: 0 auto;
    max-width: 720px;
    padding: 0;
    text-align: left;
}
.amh-check li {
    position: relative;
    padding: 10px 0 10px 34px;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    border-bottom: 1px solid #f0f0f0;
}
.amh-check li::before {
    content: "\25CF";
    color: #999030;
    position: absolute;
    left: 4px;
    top: 11px;
    font-size: 13px;
}
@media (min-width: 981px) {
    .amh-check li {
        font-size: 20px;
        padding-left: 42px;
    }
    .amh-check li::before {
        font-size: 15px;
        top: 13px;
    }
}
.amh-summary {
    max-width: 820px;
    margin: 30px auto 0;
    text-align: center;
}
.amh-summary p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin: 0 0 14px;
}
.amh-contact-card span {
    font-family: 'Alata', Helvetica, Arial, sans-serif;
    color: #999030;
    font-size: 17px;
    transition: color .25s ease;
}
.amh-contact-card:hover span {
    color: #fff;
}

@media (max-width: 980px) {
    .amh-services-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .amh-services-grid {
        grid-template-columns: 1fr;
    }
    .amh-btn {
        display: block;
        text-align: center;
    }
}

.amh-reveal {
    opacity: 1;
    transform: none;
}
.js .amh-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .6s ease-out, transform .6s ease-out;
}
.js .amh-reveal.amh-visible {
    opacity: 1;
    transform: none;
}
.amh-reveal-left {
    opacity: 1;
    transform: none;
}
.js .amh-reveal-left {
    opacity: 0;
    transform: translateX(70px);
    transition: opacity .6s ease-out, transform .7s ease-out;
}
.js .amh-reveal-left.amh-visible {
    opacity: 1;
    transform: none;
}

@keyframes amhHeroIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.amh-hero-inner {
    animation: amhHeroIn .8s ease-out both;
}

@media (prefers-reduced-motion: reduce) {
    .amh-reveal,
    .js .amh-reveal,
    .amh-reveal-left,
    .js .amh-reveal-left {
        opacity: 1;
        transform: none;
        transition: none;
    }
    .amh-hero-inner {
        animation: none;
    }
}

@media (min-width: 981px) {
    .gm-reviews {
        gap: 48px;
    }
    .gm-summary {
        width: 200px;
    }
    .gm-card {
        padding: 42px 48px;
    }
    .gm-text {
        font-size: 18px;
        line-height: 1.75;
    }
    .gm-name {
        font-size: 22px;
    }
}

.amh-zones-layout {
    display: flex;
    align-items: center;
    gap: 40px;
}
.amh-zones-list {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.amh-zones-list .zone-card {
    flex: 0 0 auto;
    min-width: 0;
    width: 100%;
    justify-content: space-between;
}
.amh-zones-map {
    flex: 1 1 55%;
}
.amh-zones-map img {
    width: 100%;
    height: auto;
    border-radius: 11px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}
@media (max-width: 980px) {
    .amh-zones-layout {
        flex-direction: column;
    }
}
