/* guide.css — páginas de conteúdo por companhia aérea (francês) */
.guide{max-width:780px;margin:0 auto;padding:44px 20px 80px}
.crumbs{font-size:13px;color:#7a736c;margin:0 0 26px;display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.crumbs a{border-bottom:1px solid #d7d6d1}
.crumbs a:hover{border-color:#541a30;color:#541a30}
.crumbs .sep{color:#c3bdb6}
.guide h1{font-size:clamp(28px,4.4vw,42px);line-height:1.18;margin:0 0 20px}
.guide h1 em{font-style:italic;color:#6d1730}
.guide h2{font-size:clamp(20px,2.6vw,26px);margin:46px 0 14px}
.guide p{margin:0 0 16px}
.guide .lead{font-size:19px;line-height:1.6}

.verdict{margin:28px 0 8px;padding:20px 22px;border-radius:12px;border:1px solid #d7d6d1;background:#fff}
.verdict p{margin:0}
.verdict-tag{display:inline-block;font:700 12px/1 system-ui,sans-serif;letter-spacing:.1em;padding:7px 12px;border-radius:6px;margin-bottom:12px}
.verdict.v-ok{border-color:#8fae90;background:#f2f7f2}
.verdict.v-ok .verdict-tag{background:#2f5e36;color:#fff}
.verdict.v-mid{border-color:#d3b378;background:#fbf6ec}
.verdict.v-mid .verdict-tag{background:#8a6316;color:#fff}
.verdict.v-no{border-color:#cfa0a0;background:#fbf1f1}
.verdict.v-no .verdict-tag{background:#8f2020;color:#fff}

table.specs{width:100%;border-collapse:collapse;margin:14px 0 8px;font-size:15px}
table.specs th,table.specs td{text-align:left;padding:13px 14px;border-bottom:1px solid #e6e3de;vertical-align:top}
table.specs th{font-weight:600;color:#5d564f;width:38%}
table.specs td small{display:block;color:#7a736c;font-size:13px;margin-top:4px}
table.specs.wide{font-size:14px}
table.specs.wide th{width:auto}
table.specs.wide thead th{background:#f3ebe3;color:#3c2a22;border-bottom:1px solid #d7d6d1}
.pill{display:inline-block;font:700 11px/1 system-ui,sans-serif;letter-spacing:.06em;padding:5px 9px;border-radius:5px;white-space:nowrap}
.pill.v-ok{background:#2f5e36;color:#fff}
.pill.v-mid{background:#8a6316;color:#fff}
.pill.v-no{background:#8f2020;color:#fff}

.asof{font-size:13px;color:#7a736c}
.asof a{border-bottom:1px solid #c3bdb6}
aside.tip{margin:26px 0;padding:18px 20px;border-left:3px solid #6d1730;background:#f7f3ef}
aside.tip strong{display:block;font-size:12px;letter-spacing:.12em;color:#6d1730;margin-bottom:8px}
aside.tip p{margin:0}
.guide details{border-bottom:1px solid #e6e3de;padding:14px 0}
.guide details summary{cursor:pointer;font-weight:600}
.guide details p{margin:12px 0 0;color:#4a443e}

.cta{margin:48px 0 26px;padding:30px 26px;border-radius:14px;background:#541a30;color:#fffdf9;text-align:center}
.cta .eyebrow{color:#e3c3ac;margin-bottom:14px}
.cta h2{margin:0 0 12px;color:#fffdf9}
.cta p{color:#f0ddd2}
.cta .button{display:inline-block;margin:10px 0 14px;padding:13px 26px;border-radius:8px;background:#fffdf9;color:#541a30;font-weight:700}
.cta small{display:block;font-size:12px;color:#d9bcab}
.others{font-size:14px;color:#7a736c}
.others a{border-bottom:1px solid #d7d6d1}
.others a:hover{color:#541a30;border-color:#541a30}
@media(max-width:620px){table.specs.wide{display:block;overflow-x:auto;white-space:nowrap}}

/* Bloco de ligações para os guias, na página francesa */
.guide-links{max-width:1100px;margin:0 auto}
.guide-links h2 em{font-style:italic;color:#6d1730}
.guide-list{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;padding:0;margin:22px 0}
.guide-list a{display:block;padding:15px 18px;border:1px solid #d7d6d1;border-radius:10px;background:#fff;font-weight:600}
.guide-list a:hover{border-color:#541a30;color:#541a30}

table.specs td a{font-weight:600;border-bottom:1px solid #b9b2aa}
table.specs td a:hover{color:#541a30;border-color:#541a30}
table.specs.wide td:nth-child(2),table.specs.wide td:nth-child(3),table.specs.wide td:nth-child(4){white-space:nowrap}
