/* ===== MEDIUMCRUZ.COM — CSS v4 ELEGANTE ===== */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Cinzel+Decorative:wght@400;700&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Lato:wght@300;400;700&display=swap');

:root {
  --preto:         #f9f4ee;
  --preto-soft:    #f2ead8;
  --preto-card:    #ffffff;
  --preto-section: #fdf8f2;
  --ambar:         #b8860b;
  --ambar-claro:   #d4a017;
  --ambar-escuro:  #8b6508;
  --ambar-glow:    rgba(184,134,11,0.2);
  --vermelho:      #b8860b;
  --vermelho-vivo: #b8860b;
  --vermelho-glow: rgba(184,134,11,0.15);
  --creme:         #2c2216;
  --cinza:         #7a6a55;
  --cinza-claro:   #4a3a28;
  --verde-wa:      #25D366;
  --verde-wa-dark: #1da851;
  --branco:        #2c2216;
}

* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; overflow-x:hidden; }

body {
  background: #f9f4ee !important;
  color: #2c2216 !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 800;
  overflow-x: hidden;
}

/* ===== HEADER ===== */
header {
  background: #ffffff !important;
  border-bottom: 1px solid rgba(184,134,11,0.25) !important;
  padding: 14px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 100;
  gap: 20px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.logo { display:flex; align-items:center; gap:10px; text-decoration:none; flex-shrink:0; }
.logo-cruz { font-size:16px; color:#b8860b !important; }
.logo-nome {
  font-family: 'Cinzel', serif !important;
  font-size: 15px;
  color: #2c2216 !important;
  letter-spacing: 1.5px;
  font-weight: 700;
  line-height: 1;
}

nav { display:flex; gap:12px; align-items:center; flex-wrap:wrap; }
nav a {
  font-family: 'Lato', sans-serif !important;
  font-size: 12px;
  color: #2c2216 !important;
  text-decoration: none;
  transition: color .2s;
  white-space: nowrap;
  font-weight: 900;
}
nav a:hover, nav a.active { color: #b8860b !important; }

.nav-consulta {
  font-family: 'Lato', sans-serif !important;
  font-size: 11px !important;
  color: #ffffff !important;
  background: #b8860b !important;
  padding: 8px 18px !important;
  border-radius: 20px !important;
  text-decoration: none !important;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  border: none !important;
}
.nav-consulta:hover { background: #d4a017 !important; color: #ffffff !important; }

/* ===== HAMBURGER ===== */
.hamburger { display:none; flex-direction:column; gap:5px; cursor:pointer; padding:8px; background:none; border:none; z-index:200; }
.hamburger span { display:block; width:24px; height:2px; background:#2c2216; border-radius:2px; transition:all .3s; }
.hamburger.open span:nth-child(1) { transform:rotate(45deg) translate(5px,5px); }
.hamburger.open span:nth-child(2) { opacity:0; }
.hamburger.open span:nth-child(3) { transform:rotate(-45deg) translate(5px,-5px); }

/* ===== ONLINE BAR ===== */
.online-bar {
  background: #fffaf0 !important;
  border-bottom: 1px solid rgba(184,134,11,0.15) !important;
  padding: 8px 30px;
  text-align: center;
  font-family: 'Lato', sans-serif !important;
  font-size: 12px;
  color: #7a6a55 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.online-bar .pulse {
  display: inline-block; width:8px; height:8px;
  background: #4caf50; border-radius:50%;
  animation: pulseGreen 1.5s infinite; flex-shrink:0;
}
@keyframes pulseGreen {
  0%,100% { box-shadow:0 0 0 0 rgba(76,175,80,0.5); }
  50%      { box-shadow:0 0 0 5px rgba(76,175,80,0); }
}

/* ===== ORNAMENTO ===== */
.ornament-divider { display:flex; align-items:center; justify-content:center; gap:16px; padding:50px 30px 20px; opacity:.6; }
.ornament-divider::before, .ornament-divider::after { content:''; flex:1; max-width:200px; height:1px; background:linear-gradient(90deg,transparent,#b8860b); }
.ornament-divider::after { background:linear-gradient(90deg,#b8860b,transparent); }
.ornament-divider span { font-family:'Cinzel',serif; font-size:11px; letter-spacing:3px; text-transform:uppercase; white-space:nowrap; color:#b8860b !important; }

/* ===== HERO ===== */
.hero {
  position: relative;
  text-align: center;
  padding: 90px 30px 80px;
  overflow: hidden;
  background: linear-gradient(160deg, #fffdf8 0%, #f5ede0 100%) !important;
  border-bottom: 1px solid rgba(184,134,11,0.15);
}
.hero::before {
  content: '✦';
  position: absolute; top:-20px; left:50%; transform:translateX(-50%);
  font-size: 200px; color:rgba(184,134,11,0.04); pointer-events:none; line-height:1;
}
.hero-eyebrow {
  font-family: 'Lato', sans-serif !important;
  font-size: 11px; letter-spacing:3px;
  color: #b8860b !important;
  text-transform: uppercase; margin-bottom:28px; font-weight:700;
}
.hero h1 {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(42px, 6vw, 80px);
  font-weight: 700 !important;
  line-height: 1.05;
  margin-bottom: 10px;
  color: #2c2216 !important;
  letter-spacing: 1px;
  text-shadow: none !important;
}
.hero h1 .branco { color: #2c2216 !important; }
.hero h1 .vermelho { color: #b8860b !important; text-shadow: none !important; }
.hero h1 strong { font-weight:600; color:#b8860b !important; display:block; text-shadow:none !important; }

.hero-divider { width:70px; height:1px; background:linear-gradient(90deg,transparent,#b8860b,transparent); margin:20px auto; }

.hero-lead {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 21px; color:#4a3a28 !important;
  max-width: 660px; margin:0 auto 44px;
  line-height: 1.65; font-style:italic; font-weight:800; color:#2c2216 !important;
}
.hero-ctas { display:flex; gap:16px; justify-content:center; flex-wrap:wrap; }

/* ===== BOTÕES ===== */
.btn-wa {
  display: inline-flex; align-items:center; gap:12px;
  background: #25D366 !important; color:#fff !important;
  text-decoration: none; padding:17px 38px; border-radius:6px;
  font-family: 'Lato', sans-serif !important; font-size:13px;
  font-weight: 700; transition:all .3s;
  box-shadow: 0 4px 20px rgba(37,211,102,0.35);
}
.btn-wa:hover { background:#1da851 !important; transform:translateY(-2px); }

.btn-gold {
  display: inline-flex; align-items:center; gap:10px;
  border: 1.5px solid #b8860b !important;
  color: #b8860b !important; text-decoration:none;
  padding: 15px 30px; border-radius:6px;
  font-family: 'Lato', sans-serif !important; font-size:12px;
  font-weight: 700; text-transform:uppercase; transition:all .3s;
  background: transparent !important;
}
.btn-gold:hover { background:#b8860b !important; color:#ffffff !important; }

/* ===== NÚMEROS ===== */
.numeros {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px,1fr));
  background: #ffffff !important;
  border-bottom: 1px solid rgba(184,134,11,0.15);
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}
.numero-item {
  background: #ffffff !important;
  padding: 36px 24px; text-align:center;
  border-right: 1px solid rgba(184,134,11,0.1);
  transition: background .3s;
}
.numero-item:last-child { border-right:none; }
.numero-item:hover { background:#fffaf2 !important; }
.numero-item .num {
  font-family: 'Cinzel', serif !important;
  font-size: 38px; color:#b8860b !important;
  line-height:1; margin-bottom:8px; font-weight:700;
  filter: none !important;
}
.numero-item .label {
  font-family: 'Lato', sans-serif !important;
  font-size:10px; letter-spacing:2px;
  color:#7a6a55 !important; text-transform:uppercase; font-weight:700;
}

/* ===== TEMAS ===== */
.temas-header { text-align:center; padding:70px 30px 36px; background:#f9f4ee !important; }
.temas-header h2 {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(26px,3.5vw,40px);
  color: #2c2216 !important; font-weight:600; margin-bottom:12px;
}
.temas-header h2 span { color:#b8860b !important; font-style:italic; }
.temas-header p { color:#2c2216 !important; font-size:16px; font-family:'Lato',sans-serif; font-weight:800; }

.temas-grid {
  display: grid; grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap: 12px; max-width:1200px; margin:0 auto; padding:0 20px 40px;
  background: #f9f4ee !important;
}
.tema-card {
  background: #ffffff !important;
  border: 1px solid rgba(184,134,11,0.18) !important;
  border-left: 3px solid #b8860b !important;
  border-radius: 6px; padding:28px 26px;
  text-decoration: none; display:block; transition:all .3s;
  box-shadow: 0 1px 6px rgba(0,0,0,0.05);
}
.tema-card::before, .tema-card::after { display:none !important; }
.tema-card:hover { transform:translateY(-3px); box-shadow:0 6px 20px rgba(0,0,0,0.1); background:#fffaf5 !important; }
.tema-num { font-family:'Lato',sans-serif !important; font-size:10px; color:#b8860b !important; letter-spacing:2px; margin-bottom:10px; font-weight:700; text-transform:uppercase; }
.tema-card h3 { font-family:'Cormorant Garamond',serif !important; font-size:20px; color:#2c2216 !important; margin-bottom:8px; font-weight:800; line-height:1.3; }
.tema-card p { font-size:15px; color:#2c2216 !important; line-height:1.6; font-family:'Lato',sans-serif; font-weight:800; }

/* ===== CONTENT ===== */
.content-wrap { max-width:800px; margin:0 auto; padding:70px 30px; background:#f9f4ee !important; }
.content-wrap h2 { font-family:'Cormorant Garamond',serif !important; font-size:clamp(24px,3vw,36px); color:#2c2216 !important; margin-bottom:28px; line-height:1.25; font-weight:600; }
.content-wrap h2 em { color:#b8860b !important; font-style:italic; }
.content-wrap h3 { font-family:'Lato',sans-serif !important; font-size:11px; letter-spacing:3px; color:#b8860b !important; text-transform:uppercase; margin:44px 0 18px; font-weight:700; display:flex; align-items:center; gap:12px; }
.content-wrap h3::after { content:''; flex:1; height:1px; background:linear-gradient(90deg,rgba(184,134,11,0.3),transparent); }
.content-wrap p { color:#2c2216 !important; margin-bottom:20px; font-size:18px; line-height:1.7; font-weight:800; }
.content-wrap ul { list-style:none; margin:16px 0 28px; }
.content-wrap ul li { padding:10px 0 10px 28px; position:relative; color:#2c2216 !important; border-bottom:1px solid rgba(184,134,11,0.08); font-size:17px; font-weight:800; }
.content-wrap ul li::before { content:'✦'; position:absolute; left:0; color:#b8860b !important; font-size:9px; top:14px; }

/* ===== QUOTE ===== */
.quote-box {
  border-left: 3px solid #b8860b !important;
  padding: 28px 32px;
  background: linear-gradient(135deg,rgba(184,134,11,0.05),rgba(249,244,238,0.8)) !important;
  margin: 44px 0; font-family:'Cormorant Garamond',serif; font-style:italic;
  font-size: 22px; color:#4a3a28 !important; line-height:1.7;
  position: relative; border-radius:0 6px 6px 0; font-weight:700;
}
.quote-box::before { content:'"'; position:absolute; top:-10px; left:20px; font-size:80px; color:rgba(184,134,11,0.15); line-height:1; }
.quote-box cite { display:block; margin-top:14px; font-family:'Lato',sans-serif; font-size:11px; letter-spacing:2px; color:#b8860b !important; font-style:normal; font-weight:700; text-transform:uppercase; }

/* ===== DEPOIMENTOS ===== */
.depoimentos-section {
  background: #f2ead8 !important;
  border-top: 1px solid rgba(184,134,11,0.15);
  border-bottom: 1px solid rgba(184,134,11,0.15);
  padding: 80px 30px;
}
.depoimentos-section::before { display:none !important; }
.depoimentos-section h2 { font-family:'Cormorant Garamond',serif !important; font-size:clamp(22px,3vw,32px); color:#2c2216 !important; text-align:center; margin-bottom:56px; font-weight:600; }
.depoimentos-section h2 span { color:#b8860b !important; font-style:italic; }
.depoimentos-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(290px,1fr)); gap:20px; max-width:1100px; margin:0 auto; }
.dep-card {
  background: #ffffff !important;
  border: 1px solid rgba(184,134,11,0.15) !important;
  border-radius: 8px; padding:28px 24px; transition:all .3s;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.dep-card::before { display:none !important; }
.dep-card:hover { border-color:rgba(184,134,11,0.35) !important; transform:translateY(-4px); box-shadow:0 8px 24px rgba(0,0,0,0.1); }
.dep-stars { color:#b8860b !important; font-size:16px; margin-bottom:14px; letter-spacing:2px; }
.dep-texto { color:#2c2216 !important; font-style:italic; font-size:18px; line-height:1.75; margin-bottom:18px; font-family:'Cormorant Garamond',serif !important; font-weight:800; }
.dep-autor { font-family:'Cinzel',serif !important; font-size:11px; letter-spacing:1.5px; color:#b8860b !important; font-weight:600; }
.dep-cidade { font-size:13px; color:#a09080 !important; margin-top:4px; font-family:'Lato',sans-serif; font-weight:700; }
.dep-resultado {
  display: inline-block; margin-top:14px;
  background: rgba(76,175,80,0.08) !important;
  border: 1px solid rgba(76,175,80,0.25) !important;
  color: #2e7d32 !important;
  font-family: 'Lato',sans-serif; font-size:10px; letter-spacing:1px; padding:5px 12px; border-radius:20px; font-weight:700;
}

/* ===== CTA BOX ===== */
.cta-box {
  background: linear-gradient(135deg,#fffdf8,#f5ede0) !important;
  border: 1px solid rgba(184,134,11,0.25) !important;
  border-radius: 8px; padding:56px 44px; text-align:center; margin:50px 0; position:relative; overflow:hidden;
}
.cta-box::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background:linear-gradient(90deg,transparent,#b8860b,transparent); }
.cta-box::after { display:none !important; }
.cta-box h3 { font-family:'Cormorant Garamond',serif !important; font-size:32px; color:#2c2216 !important; margin-bottom:14px; font-weight:600; line-height:1.2; }
.cta-box p { color:#2c2216 !important; margin-bottom:30px; max-width:500px; margin-left:auto; margin-right:auto; font-size:18px; line-height:1.65; font-weight:800; }
.cta-buttons { display:flex; gap:16px; justify-content:center; flex-wrap:wrap; }

/* ===== SHARE ===== */
.share-section { border-top:1px solid rgba(184,134,11,0.1); padding:32px 0; margin-top:50px; }
.share-label { font-family:'Lato',sans-serif; font-size:10px; letter-spacing:3px; color:#7a6a55 !important; text-transform:uppercase; margin-bottom:14px; font-weight:700; }
.share-buttons { display:flex; gap:10px; flex-wrap:wrap; }
.share-btn { display:inline-flex; align-items:center; gap:7px; padding:9px 18px; border-radius:4px; text-decoration:none; font-family:'Lato',sans-serif; font-size:11px; font-weight:700; transition:all .2s; }
.share-fb { background:#1877f2; color:#fff; } .share-fb:hover { background:#1464d8; }
.share-tg { background:#229ed9; color:#fff; } .share-tg:hover { background:#1a8cbf; }
.share-tw { background:#111; color:#fff; }    .share-tw:hover { background:#333; }
.share-wa { background:#25D366; color:#fff; } .share-wa:hover { background:#1da851; }

/* ===== POPUP ===== */
#popup-saida { display:none; position:fixed; inset:0; background:rgba(44,34,22,0.85); z-index:9999; align-items:center; justify-content:center; }
#popup-saida.show { display:flex; }
.popup-inner { background:#ffffff !important; border:1px solid rgba(184,134,11,0.3) !important; border-radius:8px; padding:52px 44px; max-width:520px; width:90%; text-align:center; position:relative; animation:fadeInUp .4s ease; box-shadow:0 20px 60px rgba(0,0,0,0.25); }
@keyframes fadeInUp { from { opacity:0; transform:translateY(30px); } to { opacity:1; transform:translateY(0); } }
.popup-inner::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background:linear-gradient(90deg,transparent,#b8860b,transparent); border-radius:8px 8px 0 0; }
.popup-close { position:absolute; top:16px; right:20px; color:#7a6a55; font-size:20px; cursor:pointer; background:none; border:none; transition:color .2s; }
.popup-close:hover { color:#b8860b; }
.popup-icon { font-size:44px; margin-bottom:18px; }
.popup-inner h3 { font-family:'Cormorant Garamond',serif !important; font-size:26px; color:#2c2216 !important; margin-bottom:14px; font-weight:600; }
.popup-inner p { color:#4a3a28 !important; margin-bottom:28px; font-size:17px; }

/* ===== WA FLOAT ===== */
.wa-float { position:fixed; bottom:30px; right:30px; z-index:1000; width:58px; height:58px; background:#25D366 !important; border-radius:50%; display:flex; align-items:center; justify-content:center; box-shadow:0 4px 20px rgba(37,211,102,0.5); text-decoration:none; animation:waPulse 2.5s infinite; transition:transform .2s; }
.wa-float:hover { transform:scale(1.1); }
.wa-float svg { width:30px; height:30px; fill:#fff !important; }
@keyframes waPulse { 0%,100% { box-shadow:0 4px 20px rgba(37,211,102,0.5),0 0 0 0 rgba(37,211,102,0.4); } 50% { box-shadow:0 4px 20px rgba(37,211,102,0.5),0 0 0 14px rgba(37,211,102,0); } }

/* ===== FOOTER ===== */
footer { background:#f2ead8 !important; border-top:1px solid rgba(184,134,11,0.2); padding:64px 30px 36px; text-align:center; }
footer::before { display:none !important; }
.footer-logo { font-family:'Cinzel',serif !important; font-size:18px; color:#b8860b !important; letter-spacing:3px; margin-bottom:28px; font-weight:700; filter:none !important; }
.footer-sitelinks { display:flex; gap:20px; justify-content:center; flex-wrap:wrap; margin-bottom:24px; }
.footer-sitelinks a { font-family:'Lato',sans-serif; font-size:11px; letter-spacing:1px; color:#b8860b !important; text-decoration:none; transition:color .2s; font-weight:700; }
.footer-sitelinks a:hover { color:#d4a017 !important; }
.footer-sitelinks span { color:rgba(184,134,11,0.3); }
.footer-nav { display:flex; gap:24px; justify-content:center; flex-wrap:wrap; margin-bottom:28px; }
.footer-nav a { font-family:'Lato',sans-serif; font-size:11px; letter-spacing:1px; text-transform:uppercase; color:#7a6a55 !important; text-decoration:none; transition:color .2s; font-weight:700; }
.footer-nav a:hover { color:#b8860b !important; }
.footer-legal { font-size:13px; color:#2c2216 !important; max-width:700px; margin:0 auto 10px; line-height:1.75; font-weight:800; }
.footer-copy { font-size:12px; color:#a09080 !important; margin-top:18px; font-family:'Lato',sans-serif; }

/* ===== LEGAIS ===== */
.legal-hero { text-align:center; padding:70px 30px 50px; border-bottom:1px solid rgba(184,134,11,0.15); background:linear-gradient(160deg,#fffdf8 0%,#f5ede0 100%) !important; }
.legal-hero .eyebrow { font-family:'Lato',sans-serif; font-size:11px; letter-spacing:3px; color:#b8860b !important; text-transform:uppercase; margin-bottom:18px; font-weight:700; }
.legal-hero h1 { font-family:'Cormorant Garamond',serif !important; font-size:clamp(28px,4vw,48px); color:#2c2216 !important; margin-bottom:14px; font-weight:600; line-height:1.2; }
.legal-hero .update { font-family:'Lato',sans-serif; font-size:11px; letter-spacing:1px; color:#7a6a55 !important; }
.legal-wrap { max-width:780px; margin:0 auto; padding:60px 30px 80px; }
.legal-wrap h2 { font-family:'Lato',sans-serif; font-size:11px; letter-spacing:2px; color:#b8860b !important; text-transform:uppercase; margin:52px 0 18px; padding-bottom:12px; border-bottom:1px solid rgba(184,134,11,0.18); font-weight:700; }
.legal-wrap h2:first-child { margin-top:0; }
.legal-wrap p { color:#2c2216 !important; margin-bottom:18px; font-size:17px; line-height:1.8; font-weight:800; }
.legal-wrap ul { list-style:none; margin:0 0 24px; }
.legal-wrap ul li { padding:9px 0 9px 24px; position:relative; color:#4a3a28 !important; font-size:16px; border-bottom:1px solid rgba(184,134,11,0.06); }
.legal-wrap ul li::before { content:'·'; position:absolute; left:8px; color:#b8860b !important; font-size:20px; line-height:1.4; }
.legal-contact-box { background:#f2ead8 !important; border:1px solid rgba(184,134,11,0.2); border-radius:6px; padding:28px 32px; margin-top:50px; }
.legal-contact-box p { margin-bottom:8px; }
.legal-contact-box a { color:#b8860b !important; text-decoration:none; }

/* ===== RESPONSIVO ===== */
@media (max-width:1280px) {
  header { flex-wrap:wrap; padding:12px 18px; gap:10px; }
  .hamburger { display:flex; }
  nav { display:none; width:100%; flex-direction:column; gap:0; background:#ffffff !important; border-top:1px solid rgba(184,134,11,0.15); padding:8px 0; order:3; }
  nav.open { display:flex; }
  nav a { font-size:13px; padding:13px 20px; border-bottom:1px solid rgba(184,134,11,0.07); }
  .nav-consulta { padding:13px 20px !important; border-radius:0 !important; border-bottom:none !important; border-top:1px solid rgba(184,134,11,0.1); margin-top:4px; }
}
@media (max-width:768px) {
  header { padding:12px 16px; }
  .hero { padding:56px 20px 52px; }
  .hero h1 { font-size:clamp(34px,9vw,52px); }
  .hero-lead { font-size:18px; margin-bottom:32px; }
  .hero-ctas { flex-direction:column; align-items:center; gap:12px; }
  .btn-wa, .btn-gold { width:100%; max-width:340px; justify-content:center; }
  .numeros { grid-template-columns:repeat(2,1fr); }
  .numero-item { padding:26px 16px; }
  .numero-item .num { font-size:30px; }
  .temas-header { padding:50px 20px 26px; }
  .temas-grid { grid-template-columns:1fr; gap:10px; padding:0 16px 30px; }
  .tema-card { padding:22px 18px; }
  .depoimentos-section { padding:52px 16px; }
  .depoimentos-grid { grid-template-columns:1fr; gap:14px; }
  .dep-card { padding:22px 18px; }
  .cta-box { padding:36px 20px; margin:30px 0; }
  .cta-buttons { flex-direction:column; align-items:center; }
  .cta-buttons .btn-wa { width:100%; max-width:340px; justify-content:center; }
  .content-wrap { padding:44px 20px; }
  .quote-box { padding:22px 20px; font-size:19px; }
  footer { padding:44px 20px 26px; }
  .wa-float { bottom:18px; right:18px; width:52px; height:52px; }
  .wa-float svg { width:26px; height:26px; }
  .popup-inner { padding:36px 24px; }
}
@media (max-width:600px) {
  .numeros { grid-template-columns:repeat(2,1fr); }
  .temas-grid, .depoimentos-grid { grid-template-columns:1fr; }
  .hero-ctas, .cta-buttons { flex-direction:column; align-items:stretch; padding:0 10px; }
  .btn-wa, .btn-gold { max-width:100%; width:100%; justify-content:center; }
  .share-buttons { flex-wrap:wrap; }
  .footer-sitelinks { flex-direction:column; align-items:center; gap:8px; }
  .footer-sitelinks span { display:none; }
  .footer-nav { flex-wrap:wrap; justify-content:center; gap:12px; }
}
html, body { overflow-x:hidden; max-width:100%; }
img, svg, video, iframe, table { max-width:100%; }
