:root {
    --navy: #1C3557;
    --navy-dk: #0F1E32;
    --orange: #F47920;
    --orange-hv: #D96A10;
    --light: #F8F9FA;
    --border: #DEE2E6;
    --text: #2D3748;
    --muted: #6C757D;
    --white: #FFFFFF;
    --green: #28A745
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-family: -apple-system, 'Segoe UI', sans-serif;
    color: var(--text);
    background: var(--white);
    font-size: 16px;
    line-height: 1.65
}

.am-breadcrumb {
    padding: 10px 48px;
    font-size: 12px;
    color: var(--muted);
    background: var(--light);
    border-bottom: 1px solid var(--border)
}

.am-bc-list {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap
}

.am-bc-list a {
    color: var(--muted);
    text-decoration: none
}

.am-bc-sep {
    color: #adb5bd
}

.am-hero {
    background: var(--navy);
    padding: 48px 48px 52px;
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 48px;
    align-items: start
}

.am-hero__badge {
    display: inline-flex;
    background: rgba(244, 121, 32, .2);
    border: 1px solid rgba(244, 121, 32, .4);
    color: #F47920;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 13px;
    border-radius: 20px;
    margin-bottom: 16px
}

.am-hero__h1 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 1.22;
    margin-bottom: 12px
}

.am-hero__h1 em {
    color: #ffa94d;
    font-style: normal;
    display: block;
    font-size: 20px;
    font-weight: 400;
    margin-top: 6px
}

.am-hero__intro {
    font-size: 16px;
    color: rgba(255, 255, 255, .82);
    line-height: 1.65;
    margin-bottom: 22px;
    max-width: 520px
}

.am-hero__checks {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
    padding: 0
}

.am-hero__checks li {
    font-size: 14px;
    color: rgba(255, 255, 255, .85)
}

.am-hero__checks li::before {
    content: "—";
    color: var(--orange);
    font-weight: 700;
    margin-right: 8px
}

.am-hero__btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.am-btn {
    display: inline-block;
    text-decoration: none;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 600;
    padding: 13px 26px;
    cursor: pointer;
    border: none;
    font-family: inherit;
    transition: background .15s
}

.am-btn--primary {
    background: var(--orange);
    color: #fff
}

.am-btn--primary:hover {
    background: var(--orange-hv)
}

.am-btn--ghost {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, .35)
}

.am-btn--lg {
    padding: 15px 36px;
    font-size: 17px
}

.am-hero__orias {
    font-size: 12px;
    color: rgba(255, 255, 255, .4)
}

.am-hero__orias a {
    color: rgba(255, 255, 255, .5)
}

.am-devis-card {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 12px;
    padding: 28px
}

.am-devis-card__title {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px
}

.am-devis-card__sub {
    font-size: 13px;
    color: rgba(255, 255, 255, .5);
    margin-bottom: 20px
}

.am-devis-form {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.am-form-group {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.am-form-label {
    font-size: 12px;
    color: rgba(255, 255, 255, .6);
    font-weight: 500
}

.am-form-select,
.am-form-input {
    width: 100%;
    padding: 11px 13px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 6px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-size: 14px;
    font-family: inherit
}

.am-form-select option {
    background: var(--navy)
}

.am-form-input::placeholder {
    color: rgba(255, 255, 255, .4)
}

.am-form-submit {
    width: 100%;
    background: var(--orange);
    color: #fff;
    border: none;
    padding: 13px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 4px;
    font-family: inherit
}

.am-form-submit:hover {
    background: var(--orange-hv)
}

.am-devis-card__note {
    font-size: 11px;
    color: rgba(255, 255, 255, .35);
    text-align: center;
    margin-top: 10px
}

.am-trust-bar {
    background: var(--navy-dk);
    padding: 14px 48px;
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap
}

.am-trust-item {
    font-size: 13px;
    color: #6b8aab
}

.am-trust-item strong {
    color: #fff
}

.am-sec {
    padding: 52px 48px
}

.am-sec--gray {
    background: var(--light)
}

.am-sec-liens-connexes {
    padding: 20px 48px;
    background: var(--white);
    border-bottom: 1px solid var(--border)
}

.am-liens-connexes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px
}

.am-lien-connexe {
    font-size: 13px;
    font-weight: 600;
    color: var(--navy);
    text-decoration: none
}

.am-lien-connexe:hover {
    color: var(--orange);
    text-decoration: underline
}

.am-container {
    max-width: 1140px;
    margin: 0 auto
}

.am-container--narrow {
    max-width: 860px;
    margin: 0 auto
}

.am-container--center {
    text-align: center;
    max-width: 1140px;
    margin: 0 auto
}

.am-sh {
    font-size: 26px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 8px
}

.am-sh-line {
    width: 40px;
    height: 3px;
    background: var(--orange);
    border-radius: 2px;
    margin-bottom: 22px
}

.am-sp {
    font-size: 15px;
    color: var(--text);
    line-height: 1.7;
    margin-bottom: 14px
}

.am-sc {
    font-size: 26px;
    font-weight: 700;
    color: var(--navy);
    text-align: center;
    margin-bottom: 6px
}

.am-ss {
    font-size: 15px;
    color: var(--muted);
    text-align: center;
    margin-bottom: 32px
}

.am-link-inline {
    color: var(--orange);
    text-decoration: underline;
    font-weight: 500
}

.am-pilier-link {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #e8f0fa;
    border: 1px solid #b8d0f0;
    border-left: 4px solid var(--navy);
    border-radius: 0 8px 8px 0;
    padding: 16px 18px;
    margin-top: 16px
}

.am-pilier-link__icon {
    font-size: 20px;
    color: var(--navy);
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px
}

.am-pilier-link strong {
    color: var(--navy);
    font-size: 14px;
    display: block;
    margin-bottom: 4px
}

.am-pilier-link a {
    color: var(--orange);
    text-decoration: underline;
    font-weight: 600
}

.am-obligation-bloc {
    background: #fff8e1;
    border: 1px solid #fde68a;
    border-left: 4px solid #f59e0b;
    border-radius: 0 8px 8px 0;
    padding: 14px 18px;
    font-size: 14px;
    color: #78350f;
    line-height: 1.6;
    margin-top: 16px
}

.am-metiers-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px
}

.am-metier-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    padding: 18px 16px;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid var(--border);
    background: var(--white);
    transition: all .15s;
    min-height: 64px
}

.am-metier-card:hover {
    border-color: var(--orange);
    box-shadow: 0 2px 10px rgba(244, 121, 32, .12)
}

.am-metier-card--hub {
    background: #eef4fb;
    border: 1px solid #cdddf0
}

.am-metier-card__label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--navy);
    opacity: .65
}

.am-metier-card__title {
    font-size: 13px;
    font-weight: 600;
    color: var(--navy)
}

.am-resilies-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 16px
}

.am-resilie-item {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 18px;
    border-top: 3px solid var(--orange)
}

.am-resilie-item__titre {
    font-size: 14px;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 8px
}

.am-resilie-item__desc {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.6
}

.am-cta-final {
    background: var(--navy);
    padding: 52px 48px;
    text-align: center
}

.am-cta-final__title {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px
}

.am-cta-final__sub {
    font-size: 15px;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 28px
}

.am-cta-final__btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center
}

.am-cta-final__tel {
    color: rgba(255, 255, 255, .65);
    font-size: 15px;
    text-decoration: none;
    padding: 15px 0
}

/* Section "Ce que couvre" */
.am-couvre-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 24px
}

.am-couvre-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 22px
}

.am-couvre-card__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: var(--navy);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    border-radius: 6px;
    margin-bottom: 10px
}

.am-couvre-card__titre {
    font-size: 15px;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 8px
}

.am-couvre-card__desc {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.6
}

/* Section tarifs catégories */
.am-tarif-categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 20px
}

.am-tarif-cat {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 20px;
    position: relative
}

.am-tarif-cat--demande {
    border-color: var(--navy);
    border-width: 1.5px
}

.am-tarif-cat__badge {
    position: absolute;
    top: -10px;
    left: 16px;
    background: var(--navy);
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 10px
}

.am-tarif-cat__label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--muted);
    margin-bottom: 6px
}

.am-tarif-cat__metiers {
    font-size: 12px;
    color: var(--text);
    margin-bottom: 14px;
    line-height: 1.4
}

.am-tarif-cat__range {
    font-size: 26px;
    font-weight: 700;
    color: var(--navy);
    line-height: 1.1
}

.am-tarif-cat__range span {
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: var(--muted);
    margin-top: 2px
}

.am-tarif-cat__ex {
    font-size: 11px;
    color: var(--muted);
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--border)
}

/* Section étapes */
.am-etapes-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 28px
}

.am-etape {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 22px
}

.am-etape__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: var(--navy);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 12px
}

.am-etape__titre {
    font-size: 15px;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 8px
}

.am-etape__desc {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.6
}

/* Section zone détaillée */
.am-zone-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 20px
}

.am-zone-col {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 18px
}

.am-zone-col__titre {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--muted);
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--border)
}

.am-zone-col__liste {
    display: flex;
    flex-direction: column;
    gap: 7px
}

.am-zone-lien {
    font-size: 13px;
    color: var(--navy);
    text-decoration: none
}

.am-zone-lien:hover {
    color: var(--orange);
    text-decoration: underline
}

.am-cat-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    margin-top: 24px
}

.am-cat-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 18px
}

.am-cat-card__titre {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--orange);
    margin-bottom: 10px;
    line-height: 1.3
}

.am-cat-card__texte {
    font-size: 13px;
    color: var(--text);
    line-height: 1.6
}

.am-cat-lien {
    color: var(--navy);
    text-decoration: underline;
    font-weight: 600
}

.am-cat-lien:hover {
    color: var(--orange)
}

@media (max-width: 1100px) {
    .am-cat-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width: 700px) {
    .am-cat-grid {
        grid-template-columns: 1fr 1fr
    }
}

.am-faq {
    max-width: 760px;
    margin: 0 auto;
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden
}

.am-faq__item {
    border-bottom: 1px solid var(--border)
}

.am-faq__item:last-child {
    border-bottom: none
}

.am-faq__question {
    width: 100%;
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    color: var(--navy);
    background: var(--white);
    border: none;
    outline: none;
    font-family: inherit;
    text-align: left;
    line-height: 1.4
}

.am-faq__question:hover {
    background: var(--light)
}

.am-faq__question:focus-visible {
    outline: 2px solid var(--orange);
    outline-offset: -2px
}

.am-faq__icon {
    font-size: 22px;
    color: var(--orange);
    flex-shrink: 0;
    font-weight: 300;
    line-height: 1;
    width: 22px;
    text-align: center
}

.am-faq__answer {
    padding: 0 20px 18px;
    font-size: 14px;
    color: var(--muted);
    line-height: 1.7
}

.am-faq__answer p {
    margin: 0
}
/* ==========================================================
   <= 1200px
========================================================== */
@media (max-width:1200px){

    .am-hero{
        grid-template-columns:1fr 340px;
        gap:32px;
        padding:40px;
    }

    .am-sec,
    .am-breadcrumb,
    .am-sec-liens-connexes,
    .am-trust-bar,
    .am-cta-final{
        padding-left:32px;
        padding-right:32px;
    }

    .am-metiers-grid{
        grid-template-columns:repeat(4,1fr);
    }

    .am-resilies-grid,
    .am-tarif-categories,
    .am-etapes-grid,
    .am-zone-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .am-cat-grid{
        grid-template-columns:repeat(3,1fr);
    }

}


/* ==========================================================
   <= 992px
========================================================== */
@media (max-width:992px){

    .am-hero{
        grid-template-columns:1fr;
    }

    .am-hero__intro{
        max-width:100%;
    }

    .am-devis-card{
        max-width:600px;
        margin:auto;
        width:100%;
    }

    .am-couvre-grid{
        grid-template-columns:1fr;
    }

    .am-metiers-grid{
        grid-template-columns:repeat(3,1fr);
    }

    .am-resilies-grid,
    .am-tarif-categories,
    .am-etapes-grid,
    .am-zone-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .am-cat-grid{
        grid-template-columns:repeat(2,1fr);
    }

}


/* ==========================================================
   <= 768px
========================================================== */
@media (max-width:768px){

    body{
        font-size:15px;
    }

    .am-breadcrumb,
    .am-sec,
    .am-sec-liens-connexes,
    .am-trust-bar,
    .am-cta-final{
        padding-left:20px;
        padding-right:20px;
    }

    .am-hero{
        padding:32px 20px;
        gap:24px;
    }

    .am-hero__h1{
        font-size:26px;
    }

    .am-hero__h1 em{
        font-size:18px;
    }

    .am-sc,
    .am-sh,
    .am-cta-final__title{
        font-size:24px;
    }

    .am-liens-connexes{
        flex-direction:column;
        align-items:flex-start;
    }

    .am-hero__btns,
    .am-cta-final__btns{
        flex-direction:column;
    }

    .am-btn{
        width:100%;
        text-align:center;
    }

    .am-metiers-grid,
    .am-resilies-grid,
    .am-tarif-categories,
    .am-etapes-grid,
    .am-zone-grid,
    .am-cat-grid{
        grid-template-columns:1fr;
    }

}


/* ==========================================================
   <= 480px
========================================================== */
@media (max-width:480px){

    body{
        font-size:14px;
    }

    .am-hero{
        padding:24px 16px;
    }

    .am-sec,
    .am-breadcrumb,
    .am-sec-liens-connexes,
    .am-trust-bar,
    .am-cta-final{
        padding-left:16px;
        padding-right:16px;
    }

    .am-hero__h1{
        font-size:22px;
    }

    .am-hero__h1 em{
        font-size:16px;
    }

    .am-sc,
    .am-sh,
    .am-cta-final__title{
        font-size:20px;
    }

    .am-btn,
    .am-form-submit{
        padding:14px;
        font-size:15px;
    }

    .am-devis-card{
        padding:20px;
    }

    .am-couvre-card,
    .am-etape,
    .am-zone-col,
    .am-tarif-cat,
    .am-resilie-item,
    .am-cat-card{
        padding:16px;
    }

    .am-faq__question{
        padding:16px;
        font-size:14px;
    }

    .am-faq__answer{
        padding:0 16px 16px;
    }

}