/* ============================================================
   SURGICAL GUARANTEE — Argaman Plastic Surgeries Mexico
   Design éditorial épuré : une colonne, fond blanc, ordre clair
   ============================================================ */

/* ----- HERO ----- */
.sg-hero {
    position: relative;
    width: 100%;
    min-height: 70vh;
    padding: 120px 40px 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(15,17,20,0.55) 0%, rgba(15,17,20,0.70) 100%),
        url("Images/surgical-guarantee-plastic-surgery-mexico-city.jpg") center / cover no-repeat;
    background-color: #1E242A;
}
.sg-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.sg-hero .hero-eyebrow-gold {
    display: inline-block;
    color: #d8c28c;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0 0 16px;
    padding: 0;
    line-height: 1.4;
}
.sg-hero .hero-main-white {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: clamp(38px, 4.5vw, 60px);
    line-height: 1.05;
    letter-spacing: -1.4px;
    color: #fff;
    margin: 0 0 22px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.25);
}
.sg-hero p {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255,255,255,0.92);
    font-weight: 300;
    max-width: 760px;
    margin: 0 auto;
}

/* Breadcrumb */
.sg-breadcrumb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 18px 24px 0;
    width: 100%;
}
.sg-breadcrumb,
.sg-breadcrumb *,
.sg-breadcrumb *::before,
.sg-breadcrumb *::after {
    transition: none !important;
    animation: none !important;
}
.sg-breadcrumb-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 max(40px, 5vw);
}
.sg-breadcrumb ol {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #fff;
}
.sg-breadcrumb li {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
}
.sg-breadcrumb li:not(:last-child)::after {
    content: '/';
    margin-left: 10px;
    color: rgba(255,255,255,0.45);
    font-weight: 300;
}
.sg-breadcrumb a,
.sg-breadcrumb a:hover,
.sg-breadcrumb a:focus,
.sg-breadcrumb a:active,
.sg-breadcrumb a:visited {
    color: #fff !important;
    text-decoration: none !important;
    background: transparent !important;
}
.sg-breadcrumb li a::before,
.sg-breadcrumb li a:hover::before {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
}

/* ============================================================
   ARTICLE BODY — design éditorial unifié
   Toutes les sections partagent les mêmes règles :
   - fond blanc
   - colonne unique max-width 760px
   - alignement à gauche
   - typographie cohérente
   ============================================================ */

main {
    background: #fff;
}

.sg-section {
    padding: 60px 0;
    position: relative;
}
/* Petit filet de séparation centré, gris très clair (au lieu de border bord-à-bord) */
.sg-section + .sg-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.12) 50%, transparent 100%);
}
.sg-section:last-of-type { border-bottom: none; }

.sg-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Espace large pour la première section */
.sg-section.sg-first { padding-top: 80px; }
.sg-section.sg-last  { padding-bottom: 100px; }

/* Titres unifiés */
.sg-section h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #1E242A;
    margin: 0 0 22px;
    letter-spacing: -0.3px;
    line-height: 1.25;
}
.sg-section h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #1E242A;
    margin: 26px 0 10px;
    letter-spacing: 0;
    line-height: 1.35;
}

/* Paragraphes */
.sg-section p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.75;
    color: #444;
    margin: 0 0 16px;
}
.sg-section p:last-child { margin-bottom: 0; }
.sg-section p strong { color: #1E242A; font-weight: 600; }
.sg-section p em { font-style: italic; color: #1E242A; }

/* Lead paragraph — chapeau du premier paragraphe */
.sg-section p.sg-lead {
    font-size: 19px;
    line-height: 1.55;
    color: #1E242A;
    font-weight: 400;
    margin-bottom: 22px;
}

/* Quote inline — citation éditoriale */
.sg-section blockquote.sg-quote {
    border-left: 2px solid #C0A062;
    padding: 4px 0 4px 22px;
    margin: 22px 0;
    font-family: 'Inter', sans-serif;
    font-size: 19px;
    font-style: italic;
    line-height: 1.5;
    color: #1E242A;
    font-weight: 400;
}

/* Listes */
.sg-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.sg-section ul li {
    padding: 6px 0;
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}
.sg-section ul li::before { content: none; }
.sg-section ul li strong { color: #1E242A; font-weight: 600; }

/* Numérotation discrète pour les piliers */
.sg-pillar-num {
    color: #C0A062;
    font-weight: 600;
    margin-right: 6px;
    font-size: 14px;
    letter-spacing: 0.5px;
    vertical-align: 2px;
}

/* Liens dans le texte */
.sg-section a {
    color: #1E242A;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: #C0A062;
    font-weight: 500;
}
.sg-section a:hover {
    color: #C0A062;
    text-decoration-color: #C0A062;
}

/* ============================================================
   FIGURES — images éditoriales entre les sections
   ============================================================ */
.sg-figure {
    margin: 0;
    padding: 30px 0;
    background: #fff;
    border-bottom: 1px solid #ece9df;
}
.sg-figure img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 2px;
}
.sg-figure figcaption {
    max-width: 1080px;
    margin: 14px auto 0;
    padding: 0 40px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #888;
    font-style: italic;
    letter-spacing: 0.3px;
    text-align: center;
}

@media (max-width: 768px) {
    .sg-figure { padding: 20px 0; }
    .sg-figure img { max-width: 100%; }
    .sg-figure figcaption { padding: 0 20px; font-size: 12px; }
}

/* ============================================================
   FAQ
   ============================================================ */
.sg-faq h2 { margin-bottom: 28px; }
.faq-wrapper {
    max-width: 100%;
}
details.faq-item {
    border-bottom: 1px solid #f3f0e6;
    padding: 16px 0;
}
details.faq-item:first-of-type {
    border-top: 1px solid #f3f0e6;
}
summary.faq-header {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0;
    position: relative;
}
summary.faq-header::-webkit-details-marker { display: none; }
summary.faq-header h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16.5px;
    color: #1E242A;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
    flex: 1;
}
summary.faq-header::after {
    content: '+';
    color: #C0A062;
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
    flex-shrink: 0;
}
details[open] summary.faq-header::after { content: '−'; }
.faq-content {
    padding: 14px 0 4px;
}
.faq-content p {
    font-size: 15.5px !important;
    line-height: 1.7 !important;
    color: #555 !important;
    margin: 0 !important;
}

/* ============================================================
   FINAL CTA
   ============================================================ */
.sg-final-cta {
    padding: 70px 0 100px;
    text-align: center;
    border-bottom: none;
}
.sg-final-cta h2 { text-align: center; }
.sg-final-cta p { color: #555; margin-bottom: 28px; }
.sg-cta-row {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}
.sg-btn {
    display: inline-block;
    padding: 13px 30px;
    font-family: 'Inter', sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 2px;
    transition: all 0.25s ease;
}
.sg-btn-primary {
    background: #C0A062;
    color: #fff !important;
    border: 1px solid #C0A062;
}
.sg-btn-primary:hover {
    background: #1E242A;
    border-color: #1E242A;
    color: #fff !important;
}
.sg-btn-secondary {
    background: transparent;
    color: #1E242A !important;
    border: 1px solid #1E242A;
}
.sg-btn-secondary:hover {
    background: #1E242A;
    color: #fff !important;
}

/* ============================================================
   MOBILE
   ============================================================ */
@media (max-width: 768px) {
    .sg-hero {
        min-height: auto;
        padding: 80px 24px 50px;
    }
    .sg-hero .hero-eyebrow-gold { font-size: 14px; margin-bottom: 12px; }
    .sg-hero .hero-main-white { font-size: 30px; letter-spacing: -0.7px; }
    .sg-hero p { font-size: 15px; }
    .sg-breadcrumb { padding: 14px 16px 0; }
    .sg-breadcrumb-inner { padding: 0; }
    .sg-breadcrumb ol { font-size: 13px; }

    .sg-section { padding: 40px 0; }
    .sg-section.sg-first { padding-top: 50px; }
    .sg-section.sg-last  { padding-bottom: 70px; }
    .sg-inner { padding: 0 20px; max-width: 100%; }

    .sg-section h2 { font-size: 22px; }
    .sg-section h3 { font-size: 16px; }
    .sg-section p,
    .sg-section ul li { font-size: 15.5px; }

    summary.faq-header h3 { font-size: 15.5px !important; }

    .sg-final-cta { padding: 50px 0 70px; }
    .sg-cta-row { flex-direction: column; }
    .sg-btn { width: 100%; max-width: 320px; margin: 0 auto; }
}

/* ============================================================
   CENTERED TEXT MODE — tous les textes centrés
   ============================================================ */
.sg-section { text-align: center; }
.sg-section h2,
.sg-section h3,
.sg-section p,
.sg-section blockquote.sg-quote { text-align: center; }

/* Listes : items centrés, sur toute la largeur */
.sg-section ul {
    list-style: none;
    padding: 0;
    margin: 0 auto 20px;
    max-width: 100%;
    text-align: center;
}
.sg-section ul li {
    padding: 8px 0;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}
.sg-section ul li::before { content: none !important; }

/* Citation : centrée, sans encadrement (cohérence avec le reste de la page) */
.sg-section blockquote.sg-quote {
    border-left: none !important;
    padding: 8px 22px !important;
    margin: 24px auto !important;
    max-width: 760px;
    text-align: center !important;
    font-size: 20px;
    font-style: italic;
    color: #1E242A;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
}
.sg-section blockquote.sg-quote::before,
.sg-section blockquote.sg-quote::after { content: none !important; }

/* Lead paragraph centré, pleine largeur */
.sg-section p.sg-lead {
    text-align: center;
    max-width: 100%;
    margin: 0 auto 26px;
}

/* Paragraphes : pleine largeur du container (1080px) */
.sg-section p {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* FAQ : exception — reste alignée à gauche */
.sg-section.sg-faq,
.sg-section.sg-faq h2,
.sg-section.sg-faq h3,
.sg-section.sg-faq p,
.sg-section.sg-faq summary,
.sg-section.sg-faq .faq-content,
.sg-section.sg-faq .faq-wrapper {
    text-align: left !important;
}
/* Le H2 du titre FAQ peut rester centré pour l'élégance */
.sg-section.sg-faq h2 {
    text-align: center !important;
}
/* Items FAQ pleine largeur */
.sg-section.sg-faq .faq-wrapper {
    max-width: 100%;
}
.sg-section.sg-faq details.faq-item {
    text-align: left;
}
.sg-section.sg-faq summary.faq-header h3 {
    text-align: left !important;
}
.sg-section.sg-faq .faq-content p {
    text-align: left !important;
    max-width: 100% !important;
}

/* ============================================================
   BANNERS — image pleine largeur en fond + texte centré dessus
   ============================================================ */
.sg-banner {
    position: relative;
    width: 100%;
    min-height: 480px;
    padding: 90px 40px;
    background-size: cover !important;
    background-position: center 35% !important;
    background-repeat: no-repeat !important;
    background-color: #1E242A;
    color: #fff;
    overflow: hidden;
    border: none !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Overlay sombre pour lisibilité */
.sg-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15,17,20,0.55) 0%, rgba(15,17,20,0.70) 100%);
    z-index: 1;
}
.sg-banner-inner {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.sg-banner-kicker {
    display: inline-block;
    color: #d8c28c;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.sg-banner h2 {
    font-family: 'Cormorant Garamond', 'Bodoni Moda', Didot, Georgia, serif;
    font-weight: 600;
    font-size: clamp(32px, 3.6vw, 48px);
    color: #fff;
    line-height: 1.15;
    letter-spacing: 0.2px;
    margin: 0 0 22px;
    text-shadow: 0 2px 14px rgba(0,0,0,0.35);
}
.sg-banner p {
    font-family: 'Cormorant Garamond', 'Bodoni Moda', Didot, Georgia, serif;
    font-size: 20px;
    line-height: 1.6;
    color: rgba(255,255,255,0.92);
    font-weight: 400;
    margin: 0 auto;
    max-width: 760px;
}
.sg-banner p strong {
    color: #fff;
    font-weight: 600;
}

@media (max-width: 768px) {
    .sg-banner { padding: 60px 20px; min-height: 360px; }
    .sg-banner-kicker { font-size: 11px; letter-spacing: 2.5px; margin-bottom: 14px; }
    .sg-banner h2 { font-size: 29px; }
    .sg-banner p { font-size: 18px; }
}

/* ============================================================
   TITLES IN GOLD — H2 et H3 des sections en or
   (même teinte que le kicker "AFTER SURGERY" des bannières)
   ============================================================ */
.sg-section h2,
.sg-section h3 {
    color: #d8c28c !important;
}
/* Le titre FAQ H2 reste sombre pour rester lisible avec son traitement spécifique */
.sg-section.sg-faq h2 {
    color: #1E242A !important;
}
/* Les H3 dans les questions FAQ restent sombres (questions cliquables) */
.sg-section.sg-faq summary.faq-header h3 {
    color: #1E242A !important;
}
/* Bannières : H2 blanc préservé (sur fond image), kicker doré préservé */
.sg-banner h2 { color: #fff !important; }

/* ============================================================
   FONT SIZES — réduction globale pour aérer la page
   ============================================================ */
.sg-section h2 { font-size: 22px !important; letter-spacing: -0.2px !important; }
.sg-section h3 { font-size: 15px !important; }
.sg-section p { font-size: 14.5px !important; line-height: 1.7 !important; }
.sg-section p.sg-lead { font-size: 14.5px !important; line-height: 1.7 !important; font-weight: 400 !important; color: #444 !important; }
.sg-section ul li { font-size: 14.5px !important; line-height: 1.65 !important; }
.sg-section blockquote.sg-quote { font-size: 17px !important; }

/* Bannières */
.sg-banner h2 { font-size: clamp(22px, 2.6vw, 32px) !important; }
.sg-banner p { font-size: 15px !important; line-height: 1.7 !important; }
.sg-banner-kicker { font-size: 11px !important; }

/* FAQ */
.sg-section.sg-faq summary.faq-header h3 { font-size: 14.5px !important; }
.sg-section.sg-faq .faq-content p { font-size: 13.5px !important; }

@media (max-width: 768px) {
    .sg-section h2 { font-size: 19px !important; }
    .sg-section p,
    .sg-section ul li { font-size: 14px !important; }
    .sg-section p.sg-lead { font-size: 14px !important; }
    .sg-section blockquote.sg-quote { font-size: 15.5px !important; }
    .sg-banner h2 { font-size: 21px !important; }
    .sg-banner p { font-size: 13.5px !important; }
}
