/* congres.css — pages congrès / agences / accueil EN (complète style.css) */

.gp-hero { padding: 3.5rem 1.25rem 3rem; }
.gp-hero h1 { font-size: clamp(1.7rem, 4.2vw, 2.6rem); line-height: 1.2; margin-bottom: 1rem; }
.gp-lead { max-width: 820px; margin: 0 auto 1.75rem; font-size: 1.1rem; line-height: 1.6; opacity: .95; }

.gp-btn-row { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; }
.gp-btn {
    display: inline-block; padding: .8rem 1.4rem; border-radius: 8px; font-weight: 600;
    text-decoration: none; border: 2px solid transparent; transition: transform .15s, opacity .15s;
}
.gp-btn:hover { transform: translateY(-1px); opacity: .92; }
.gp-btn--whatsapp { background: #25d366; color: #0b2e13; }
.gp-btn--primary  { background: #fff; color: #b0124f; }
.gp-btn--light    { background: transparent; color: #fff; border-color: rgba(255,255,255,.7); }
.gp-section .gp-btn--primary { background: var(--magenta, #e91e63); color: #fff; }

.gp-section { padding: 3rem 0; }
.gp-section--alt { background: var(--bg-light, #f9fafb); }
.gp-section h2 { font-size: 1.7rem; margin-bottom: 1.25rem; color: var(--text-dark, #1f2937); }
.gp-h3 { font-size: 1.25rem !important; margin: 0 0 .75rem !important; }
.gp-narrow { max-width: 860px; }
.gp-muted { color: var(--text-light, #6b7280); margin: .75rem 0 0; }

.gp-table-wrap { overflow-x: auto; border-radius: 12px; box-shadow: 0 4px 6px rgba(0,0,0,.08); background: #fff; margin-bottom: 2rem; }
.gp-table { width: 100%; border-collapse: collapse; min-width: 560px; }
.gp-table th { background: #111; color: #fff; text-align: left; padding: .9rem 1rem; font-size: .95rem; }
.gp-table td { padding: .9rem 1rem; border-top: 1px solid var(--border-color, #e5e7eb); vertical-align: top; }
.gp-table tbody tr:nth-child(even) td { background: #fafafa; }

.gp-two-col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; margin: 1.5rem 0; }
.gp-box { background: #fff; border-radius: 12px; padding: 1.5rem; box-shadow: 0 4px 6px rgba(0,0,0,.08); }
.gp-box h3 { margin: 0 0 .75rem; font-size: 1.2rem; }
.gp-box p, .gp-box ul { margin: 0 0 .9rem; }
.gp-box p:last-child, .gp-box ul:last-child { margin-bottom: 0; }
.gp-box .gp-h3:not(:first-child) { margin-top: 1.4rem !important; }
.gp-section p { margin-bottom: .75rem; }
.gp-box--accent { border-top: 4px solid var(--magenta, #e91e63); }

.gp-check-list { list-style: none; padding: 0; margin: 0; }
.gp-check-list li { position: relative; padding: .35rem 0 .35rem 1.7rem; }
.gp-check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--success, #10b981); font-weight: 700; }
.gp-check-list--cols { columns: 2; column-gap: 2rem; }

.gp-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 1rem; margin-top: 1rem; }
.gp-cards--benefits { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.gp-card {
    display: flex; flex-direction: column; gap: .25rem; padding: 1.1rem 1.25rem; background: #fff; border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,.08); text-decoration: none; color: inherit; border-left: 4px solid var(--cyan, #00bcd4);
}
.gp-card strong { font-size: 1.1rem; }
.gp-card span { color: var(--text-light, #6b7280); font-size: .92rem; }
.gp-card em { font-style: normal; color: var(--magenta, #e91e63); font-weight: 700; margin-top: auto; }
.gp-card:hover { transform: translateY(-2px); }

.gp-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; }
.gp-facts div { background: #fff; border-radius: 12px; padding: 1rem 1.25rem; box-shadow: 0 4px 6px rgba(0,0,0,.08); }
.gp-facts span { display: block; color: var(--text-light, #6b7280); font-size: .85rem; text-transform: uppercase; letter-spacing: .04em; }
.gp-facts strong { font-size: 1.1rem; }

.gp-steps { counter-reset: gpstep; list-style: none; padding: 0; }
.gp-steps li { counter-increment: gpstep; position: relative; padding: .75rem 0 .75rem 3.25rem; }
.gp-steps li::before {
    content: counter(gpstep); position: absolute; left: 0; top: .55rem; width: 2.2rem; height: 2.2rem; border-radius: 50%;
    background: var(--magenta, #e91e63); color: #fff; font-weight: 700; display: flex; align-items: center; justify-content: center;
}

.gp-faq-item { background: #fff; border-radius: 8px; margin-bottom: .75rem; box-shadow: 0 2px 4px rgba(0,0,0,.08); }
.gp-faq-item summary { cursor: pointer; padding: 1rem 1.25rem; font-weight: 600; list-style-position: inside; }
.gp-faq-item p { padding: 0 1.25rem 1.1rem; color: var(--text-light, #6b7280); margin: 0; }

.gp-required-note { font-size: .85rem; color: var(--text-light, #6b7280); margin: 0 0 1rem; }
.gp-lang-switch a {
    border: 1px solid currentColor; border-radius: 999px; padding: .15rem .6rem !important; font-size: .8rem; font-weight: 700;
}

@media (max-width: 768px) {
    /* tableau des délais : chaque ligne devient une carte lisible sans défilement horizontal */
    .gp-table-wrap { background: transparent; box-shadow: none; overflow: visible; }
    .gp-table { min-width: 0; }
    .gp-table thead { display: none; }
    .gp-table, .gp-table tbody, .gp-table tr, .gp-table td { display: block; width: 100%; }
    .gp-table tr { background: #fff; border-radius: 12px; box-shadow: 0 4px 6px rgba(0,0,0,.08); margin-bottom: 1rem; padding: .5rem 0; }
    .gp-table td, .gp-table tbody tr:nth-child(even) td { background: transparent; border-top: 0; padding: .45rem 1rem; }
    .gp-table td::before { content: attr(data-label); display: block; font-size: .75rem; text-transform: uppercase; letter-spacing: .04em; color: var(--text-light, #6b7280); }
    .gp-two-col { grid-template-columns: 1fr; }
    .gp-check-list--cols { columns: 1; }
    .gp-section { padding: 2.25rem 0; }
    .gp-btn { width: 100%; text-align: center; }
    .gp-btn-row { flex-direction: column; }
}
