/* ============================================
   GRADLY CONCEPT – CSS Pages Métiers SEO V2
   Design dark, moderne, vendeur, orienté conversion
   ============================================ */

/* === RESET ASTRA SUR PAGES MÉTIERS === */
body.gc-dark-bg,
body.gc-dark-bg .site-content,
body.gc-dark-bg .ast-container,
body.gc-dark-bg .ast-separate-container .ast-article-single,
body.gc-dark-bg .ast-separate-container .ast-article-post,
body.gc-dark-bg .entry-content,
body.gc-dark-bg #content,
body.gc-dark-bg #primary,
body.gc-dark-bg .content-area,
body.gc-dark-bg .site-main,
body.gc-dark-bg article,
body.gc-dark-bg .elementor,
body.gc-dark-bg .elementor-section,
body.gc-dark-bg .elementor-section-wrap,
body.gc-dark-bg .elementor-container,
body.gc-dark-bg .elementor-column,
body.gc-dark-bg .elementor-column-wrap,
body.gc-dark-bg .elementor-widget-wrap,
body.gc-dark-bg .elementor-element,
body.gc-dark-bg .elementor-widget,
body.gc-dark-bg .elementor-widget-container,
body.gc-dark-bg .e-con,
body.gc-dark-bg .e-con-inner {
    background-color: #0b1120 !important;
    background: #0b1120 !important;
}

body.gc-dark-bg.ast-separate-container .ast-article-single {
    padding: 0 !important;
    margin: 0 auto !important;
    box-shadow: none !important;
    border: none !important;
    max-width: 100% !important;
}

body.gc-dark-bg .entry-header,
body.gc-dark-bg .ast-single-post-title,
body.gc-dark-bg .entry-meta,
body.gc-dark-bg .ast-single-post-meta,
body.gc-dark-bg .post-navigation,
body.gc-dark-bg .ast-post-navigation,
body.gc-dark-bg .comments-area,
body.gc-dark-bg .ast-author-box,
body.gc-dark-bg .ast-separate-container .comment-respond {
    display: none !important;
}

body.gc-dark-bg .site-header,
body.gc-dark-bg .ast-primary-header-bar,
body.gc-dark-bg .ast-above-header,
body.gc-dark-bg .ast-below-header {
    background-color: #0b1120 !important;
}

body.gc-dark-bg .site-footer,
body.gc-dark-bg .ast-footer-overlay,
body.gc-dark-bg .site-below-footer-wrap {
    background-color: #0b1120 !important;
}

/* === FORCER CONTENEURS ELEMENTOR PLEINE LARGEUR + CENTRÉ === */
body.gc-dark-bg .elementor-element.e-con-boxed,
body.gc-dark-bg .e-con-boxed {
    max-width: 100% !important;
    width: 100% !important;
    justify-content: center !important;
}

body.gc-dark-bg .e-con-boxed > .e-con-inner {
    max-width: 960px !important;
    margin: 0 auto !important;
    width: 100% !important;
    justify-self: center !important;
}

body.gc-dark-bg .ast-container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.gc-dark-bg .ast-separate-container .ast-article-single .entry-content {
    max-width: 100% !important;
}

/* === CONTENEUR PRINCIPAL === */
.gc-metier-page {
    max-width: 880px;
    margin: 0 auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 50px 28px 60px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.8;
    color: #a8b2c7;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
}

/* === SVG ICÔNE === */
.gc-metier-page .gc-icon {
    text-align: center;
    margin-bottom: 16px;
    display: block !important;
    width: 100%;
}

.gc-metier-page .gc-icon svg {
    filter: drop-shadow(0 0 20px rgba(232, 114, 26, 0.25));
}

/* === BADGE MÉTIER === */
.gc-metier-page .gc-badge {
    text-align: center;
    margin-bottom: 28px;
    display: block !important;
    width: 100%;
}

.gc-metier-page .gc-badge span {
    display: inline-block;
    border: 1px solid rgba(232, 114, 26, 0.35);
    color: #e8721a;
    font-size: 0.78em;
    font-weight: 600;
    padding: 7px 22px;
    border-radius: 50px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    background: rgba(232, 114, 26, 0.06);
}

/* === H1 === */
.gc-metier-page h1 {
    font-size: 2.6em;
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: -0.8px;
    line-height: 1.15;
}

/* === H2 === */
.gc-metier-page h2 {
    font-size: 1.65em;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: -0.3px;
    line-height: 1.25;
}

/* === H3 === */
.gc-metier-page h3 {
    font-size: 1.15em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.35;
}

/* === PARAGRAPHES === */
.gc-metier-page p {
    color: #a8b2c7;
    margin-bottom: 16px;
    font-size: 1em;
    line-height: 1.8;
}

.gc-metier-page strong {
    color: #dfe3ed;
    font-weight: 600;
}

/* === INTRO === */
.gc-metier-page .gc-intro {
    font-size: 1.12em;
    text-align: center;
    color: #8892a8;
    margin-bottom: 24px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.85;
}

.gc-metier-page .gc-intro strong {
    color: #dfe3ed;
}

/* === TEXTE CENTRÉ === */
.gc-metier-page .gc-center {
    text-align: center;
}

/* === LIENS === */
.gc-metier-page a {
    color: #e8721a;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid rgba(232, 114, 26, 0.3);
    transition: all 0.2s ease;
}

.gc-metier-page a:hover {
    color: #ff9141;
    border-bottom-color: #ff9141;
}

/* === BADGES BÉNÉFICES (pills) === */
.gc-metier-page .gc-pills {
    text-align: center;
    margin-bottom: 20px;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.gc-metier-page .gc-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 9px 18px;
    border-radius: 50px;
    font-size: 0.88em;
    color: #8892a8;
    background: rgba(255, 255, 255, 0.02);
    transition: border-color 0.2s;
}

.gc-metier-page .gc-pill:hover {
    border-color: rgba(232, 114, 26, 0.3);
}

/* === SÉPARATEUR ORANGE === */
.gc-metier-page .gc-sep {
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #e8721a, #ff9141);
    margin: 50px auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 3px;
    display: block !important;
}

/* === SECTIONS === */
.gc-metier-page .gc-section {
    margin-bottom: 56px;
    padding: 0;
}

/* === CARDS === */
.gc-metier-page .gc-card {
    background: linear-gradient(135deg, rgba(255,255,255,0.025) 0%, rgba(255,255,255,0.01) 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 32px 30px;
    margin: 24px 0;
    backdrop-filter: blur(4px);
}

.gc-metier-page .gc-card p {
    margin-bottom: 18px;
}

.gc-metier-page .gc-card p:last-child {
    margin-bottom: 0;
}

/* === ICÔNES ✕ et ✓ === */
.gc-metier-page .gc-x {
    color: #ef4444;
    font-weight: 700;
    font-size: 1.05em;
    margin-right: 4px;
}

.gc-metier-page .gc-check {
    color: #4ade80;
    font-size: 1.05em;
    margin-right: 4px;
}

/* === RÉSULTAT (texte vert) === */
.gc-metier-page .gc-result {
    color: #4ade80;
    font-weight: 700;
}

.gc-metier-page .gc-result-value {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.05em;
}

/* === LABEL ORANGE === */
.gc-metier-page .gc-label {
    color: #e8721a;
    font-weight: 700;
}

/* === FAQ ITEMS === */
.gc-metier-page .gc-faq-item {
    background: linear-gradient(135deg, rgba(255,255,255,0.025) 0%, rgba(255,255,255,0.01) 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 28px 30px;
    margin-bottom: 14px;
    transition: border-color 0.2s ease;
}

.gc-metier-page .gc-faq-item:hover {
    border-color: rgba(232, 114, 26, 0.2);
}

.gc-metier-page .gc-faq-item:last-child {
    margin-bottom: 0;
}

.gc-metier-page .gc-faq-item h3 {
    font-size: 1.05em;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.4;
}

.gc-metier-page .gc-faq-item p {
    margin-bottom: 0;
    color: #8d96ac;
    font-size: 0.95em;
}

/* === CTA WRAPPER === */
.gc-metier-page .gc-cta-wrap {
    text-align: center;
    margin: 56px 0;
    display: block !important;
    width: 100%;
}

/* === CTA BOUTON PRIMAIRE (orange) === */
.gc-metier-page .gc-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #e8721a 0%, #f58b3f 100%);
    color: #ffffff !important;
    padding: 17px 36px;
    border-radius: 10px;
    font-size: 1.08em;
    font-weight: 700;
    text-decoration: none !important;
    border: none !important;
    border-bottom: none !important;
    box-shadow: 0 4px 20px rgba(232, 114, 26, 0.35), 0 0 0 0 rgba(232, 114, 26, 0);
    transition: all 0.3s ease;
    letter-spacing: 0.2px;
}

.gc-metier-page .gc-cta-primary:hover {
    background: linear-gradient(135deg, #f58b3f 0%, #e8721a 100%);
    box-shadow: 0 6px 28px rgba(232, 114, 26, 0.5), 0 0 0 4px rgba(232, 114, 26, 0.1);
    transform: translateY(-2px);
    color: #ffffff !important;
    border-bottom: none !important;
}

/* === CTA BOUTON OUTLINE === */
.gc-metier-page .gc-cta-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #ffffff !important;
    padding: 17px 36px;
    border-radius: 10px;
    font-size: 1.08em;
    font-weight: 700;
    text-decoration: none !important;
    border: 1.5px solid rgba(255, 255, 255, 0.15) !important;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.15) !important;
    transition: all 0.3s ease;
}

.gc-metier-page .gc-cta-outline:hover {
    border-color: rgba(255, 255, 255, 0.4) !important;
    border-bottom-color: rgba(255, 255, 255, 0.4) !important;
    background: rgba(255, 255, 255, 0.04);
    transform: translateY(-2px);
    color: #ffffff !important;
}

/* === CTA BUTTONS FLEX === */
.gc-metier-page .gc-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

/* === RÉASSURANCE === */
.gc-metier-page .gc-reassurance {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.gc-metier-page .gc-reassurance span {
    font-size: 0.84em;
    color: #5d6580;
}

.gc-metier-page .gc-reassurance .gc-check {
    font-size: 0.9em;
}

/* === BLOC CTA FINAL === */
.gc-metier-page .gc-cta-final {
    text-align: center;
    margin: 64px 0 40px;
    padding: 56px 36px;
    background: linear-gradient(135deg, rgba(232,114,26,0.04) 0%, rgba(255,255,255,0.015) 100%);
    border: 1px solid rgba(232, 114, 26, 0.12);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.gc-metier-page .gc-cta-final::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e8721a, transparent);
}

.gc-metier-page .gc-cta-final .gc-contact-label {
    font-size: 0.78em;
    font-weight: 600;
    color: #e8721a;
    letter-spacing: 2px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.gc-metier-page .gc-cta-final h2 {
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 14px;
}

.gc-metier-page .gc-cta-final .gc-cta-desc {
    font-size: 1.02em;
    color: #7a8194;
    margin-bottom: 30px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

/* === MAILLAGE INTERNE === */
.gc-metier-page .gc-maillage {
    margin-top: 56px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    text-align: center;
}

.gc-metier-page .gc-maillage h3 {
    font-size: 1.1em;
    margin-bottom: 16px;
    text-align: center;
    color: #8892a8;
    font-weight: 600;
}

.gc-metier-page .gc-maillage p {
    text-align: center;
    margin-bottom: 10px;
    color: #6b7489;
    font-size: 0.95em;
}

.gc-metier-page .gc-maillage a {
    font-weight: 500;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .gc-metier-page {
        padding: 36px 18px 48px;
    }

    .gc-metier-page h1 {
        font-size: 1.75em;
        letter-spacing: -0.3px;
    }

    .gc-metier-page h2 {
        font-size: 1.35em;
    }

    .gc-metier-page .gc-intro {
        font-size: 1em;
    }

    .gc-metier-page .gc-section {
        margin-bottom: 32px;
    }

    .gc-metier-page .gc-sep {
        margin: 28px auto !important;
    }

    .gc-metier-page .gc-cta-wrap {
        margin: 32px 0;
    }

    .gc-metier-page .gc-cta-final {
        padding: 40px 22px;
        border-radius: 14px;
        margin: 36px 0 24px;
    }

    .gc-metier-page .gc-card,
    .gc-metier-page .gc-faq-item {
        padding: 22px 18px;
        border-radius: 12px;
    }

    .gc-metier-page .gc-cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .gc-metier-page .gc-cta-primary,
    .gc-metier-page .gc-cta-outline {
        width: 100%;
        justify-content: center;
        max-width: 340px;
    }

    .gc-metier-page .gc-pills {
        flex-direction: column;
        align-items: center;
    }

    .gc-metier-page .gc-reassurance {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .gc-metier-page .gc-maillage {
        margin-top: 32px;
    }
}

@media (max-width: 480px) {
    .gc-metier-page h1 {
        font-size: 1.45em;
    }

    .gc-metier-page h2 {
        font-size: 1.2em;
    }

    .gc-metier-page .gc-cta-final h2 {
        font-size: 1.35em;
    }
}

/* Masquer le bouton "Retour en haut" d'Astra sur les pages métiers */
#ast-scroll-top,
.ast-scroll-top-icon,
.ast-scroll-to-top,
a.ast-scroll-top-icon {
    display: none !important;
    visibility: hidden !important;
}