body{margin:0;padding:0;background:#000;color:#fff;
 font-family:Arial,sans-serif;padding-top:55px}
/* ===== HEADER FIXO (versão aprovada) ===== */
.header{position:fixed;top:0;left:0;width:100%;height:42px;background:#000;
 border-bottom:1px solid #000;display:flex;align-items:center;justify-content:center;
 gap:18px;z-index:999;padding:0}
.h-fone{font-size:14px}
.h-w svg{vertical-align:middle}
.header a{color:#fff;text-decoration:none;font-size:14px;padding:3px 6px;
 border:1px solid #333;border-radius:5px;background:#111;transition:.2s}
.header a:hover{background:#222;border-color:#555;color:orange}
/* WhatsApp com SVG */
.h-w{display:flex;align-items:center;gap:6px}
.h-w svg{vertical-align:middle}
/* ===== SECTIONS ===== */
.section{width:100%;max-width:1000px;margin:24px auto;background:#000;
 padding:12px 0;box-sizing:border-box;border:none;border-radius:12px;
 text-align:center;font-family:"Times New Roman",serif}
/* ===== TEXTOS ===== */
.section-title{margin:0;color:orange;font-size:160%;font-style:italic;text-align:center}
.section-sub{margin:4px 0 0;font-size:105%}
.section-text{margin:20px auto 10px;max-width:450px;font-size:108%;line-height:1.42}
.section-text span{display:inline-block;margin-top:10px;color:orange;font-style:italic}
/* ===== imagens ===== */
img[alt="Logo"]{height:70px;width:auto;border-radius:50%;margin-bottom:10px}
img{border:2px solid #003500; box-shadow:0 2px 6px rgba(0,0,0,.25);
 border-radius:10px;transition:transform .25s ease, filter .25s ease, border-color .25s ease;}
img:hover{transform:scale(1.03); filter:contrast(1.05); border-color:#009000;}
/* ===== CARDS ===== */
.card{background:#003500;width:100%;max-width:380px;margin:18px auto;
 padding:12px;border-radius:10px;border:1px solid #222;
 text-decoration:none;color:#fff;transition:.25s;display:block;
 font-family:Arial,sans-serif}
.card-img {width: 70%;height: auto;border-radius:10px;margin-bottom:10px;}
.card-title{color:orange;font-size:125%;text-align:center}
.card-desc{color:#ddd;font-size:88%;margin-top:4px;cursor:pointer;
 margin-left:10px;margin-right:10px;text-align:justify}

.hero {text-align:center;}
.hero h1 {margin:0 0 10px;}
.hero p {margin:0;}
.hero{margin-top:20px}
a{text-decoration:none}