.elementor-1788 .elementor-element.elementor-element-331185e{--display:flex;border-style:none;--border-style:none;}.elementor-1788 .elementor-element.elementor-element-74cc904{--display:flex;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-a703b46 *//* ════════════════════════════════════════════════════
   MENTORIA CGU — Prof. Herbert Almeida
   CSS Personalizado para Elementor
   Colar em: Elementor → Configurações da página (⚙)
             → Avançado → CSS Personalizado
   ════════════════════════════════════════════════════ */

/* ── Google Fonts ── */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap');

/* ════════════════════════════════════════════════════
   INSTRUÇÕES DE IMAGENS
   Antes de publicar, faça upload no WordPress (Mídia)
   e substitua os placeholders abaixo pelas URLs reais:
   - Herbert-Almeida2.jpg → foto do professor (hero)
   - Herbert-Almeida3.jpg → foto do professor (bio)
   - https://herbertalmeida.com.br/wp-content/uploads/2026/05/CGU-1.jpeg          → fachada da CGU
   ════════════════════════════════════════════════════ */

/* ── RESET SCOPED ── */
#mcgu *, #mcgu *::before, #mcgu *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; }

/* ── ELEMENTOR: zera padding em todos os wrappers ── */
.elementor-widget-container,
.elementor-widget-wrap,
.elementor-column-wrap,
.elementor-column > .elementor-column-wrap,
.e-con,
.e-con-inner,
.e-child {
  padding: 0 !important;
  margin: 0 !important;
}
.elementor-widget-html,
.elementor-widget-html .elementor-widget-container {
  width: 100% !important;
  max-width: 100% !important;
}

/* ── WRAPPER PRINCIPAL ── */
#mcgu {
  font-family: 'DM Sans', sans-serif;
  background: #00070A;
  color: #E0DED1;
  line-height: 1.6;
  overflow-x: hidden;
  padding-top: 58px; /* altura do header fixo */
}

/* ── TOKENS ── */
#mcgu {
  --void:        #00070A;
  --dark-olive:  #282B1B;
  --forest:      #283B28;
  --forest-dk:   #1C2A1C;
  --forest-lt:   #3A5438;
  --sage:        #4E6A5B;
  --sage-lt:     #6B8F7C;
  --cream:       #E0DED1;
  --cream-dk:    #B5B3A7;
  --gold:        #A68D4A;
  --gold-lt:     #C4A96A;
  --gold-dk:     #7A6632;
  --card-bg:     #0E1710;
  --surface:     #16201A;
  --border:      rgba(78,106,91,.28);
  --border-gold: rgba(166,141,74,.38);
  --shadow-gold: 0 0 32px rgba(166,141,74,.22);
  --ff-d: 'Space Grotesk', sans-serif;
  --ff-b: 'DM Sans', sans-serif;
  --ease: cubic-bezier(.16,1,.3,1);
  --header-h: 58px;
}

/* ── FULL-BLEED: seções ocupam largura total ──
   Funciona quando a Seção do Elementor está com
   "Esticar seção" ativado e padding zerado. */
#mcgu .secao-fb {
  width: 100%;
}

/* ── UTILITÁRIOS ── */
#mcgu img { display: block; max-width: 100%; }
#mcgu .container    { max-width: 1100px; margin: 0 auto; padding: 0 32px; }
#mcgu .container-sm { max-width: 760px;  margin: 0 auto; padding: 0 32px; }

#mcgu .eyebrow {
  font-size: .68rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold);
}
#mcgu .section-tag {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(166,141,74,.1);
  border: 1px solid var(--border-gold);
  border-radius: 999px;
  padding: 4px 14px;
  font-size: .65rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
#mcgu .gold-line {
  width: 40px; height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  margin-bottom: 14px;
}
#mcgu .section-title {
  font-family: var(--ff-d);
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  font-weight: 700;
  color: var(--cream);
  line-height: 1.15;
}
#mcgu .section-title em { color: var(--gold); font-style: normal; }
#mcgu .section-sub {
  font-size: .95rem; color: var(--cream-dk);
  line-height: 1.75; margin-top: 14px;
}

/* ════════════════════════════════════════
   HEADER UNIFICADO
════════════════════════════════════════ */
#mcgu .site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9999;
  height: var(--header-h);
  background: rgba(6,14,8,.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-gold);
  display: flex;
  align-items: center;
  /* anula o full-bleed transform para position:fixed */
  transform: none;
  left: 0;
  width: 100%;
}
#mcgu .header-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 32px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
#mcgu .header-logo {
  font-family: var(--ff-d);
  font-size: 1.1rem; font-weight: 700;
  color: var(--cream);
  text-decoration: none;
  letter-spacing: -.01em;
  justify-self: start;
}
#mcgu .header-logo span { color: var(--gold); }
#mcgu .header-countdown {
  display: flex; align-items: center; gap: 10px;
  white-space: nowrap;
}
#mcgu .cd-label {
  font-size: .72rem; font-weight: 500;
  color: var(--cream-dk);
  display: flex; align-items: center; gap: 6px;
}
#mcgu .cd-timer { display: flex; align-items: center; gap: 4px; }
#mcgu .cd-unit {
  background: rgba(0,0,0,.5);
  border: 1px solid var(--border-gold);
  border-radius: 5px;
  padding: 3px 8px;
  font-family: var(--ff-d);
  font-size: .8rem; font-weight: 700;
  color: var(--gold);
  min-width: 34px; text-align: center;
  font-variant-numeric: tabular-nums;
}
#mcgu .cd-sep {
  color: var(--gold); font-weight: 700;
  font-size: .82rem; line-height: 1; margin: 0 1px;
}
#mcgu .header-cta {
  justify-self: end;
  display: inline-flex; align-items: center; gap: 6px;
  background: linear-gradient(135deg, var(--gold), var(--gold-lt));
  color: var(--void);
  font-family: var(--ff-b);
  font-size: .72rem; font-weight: 700;
  letter-spacing: .07em; text-transform: uppercase;
  text-decoration: none;
  padding: 9px 20px;
  border-radius: 7px;
  transition: all .22s var(--ease);
  white-space: nowrap;
}
#mcgu .header-cta:hover { transform: translateY(-2px); box-shadow: var(--shadow-gold); }

/* ════════════════════════════════════════
   HERO
════════════════════════════════════════ */
#mcgu .hero {
  min-height: 100vh;
  display: flex; align-items: center;
  position: relative; overflow: hidden;
}
#mcgu .hero-bg {
  position: absolute; inset: 0;
  background: url('https://herbertalmeida.com.br/wp-content/uploads/2026/05/CGU-1.jpeg') center 65% / cover no-repeat;
  filter: grayscale(100%);
  opacity: 0.13;
  z-index: 0;
}
#mcgu .hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse 70% 90% at 78% 45%, rgba(40,59,40,.52) 0%, transparent 65%),
    linear-gradient(105deg, rgba(0,7,10,.92) 0%, rgba(0,7,10,.55) 55%, rgba(0,7,10,.3) 100%);
}
#mcgu .hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px; align-items: center;
  position: relative; z-index: 2;
  padding: 50px 0 65px;
}
#mcgu .hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, #FFD700 0%, #FFC200 50%, #FFD700 100%);
  background-size: 200% 200%;
  animation: mcgu-shimmer 2.5s ease infinite, mcgu-pulse-glow 2s ease infinite;
  border: 1px solid #FFD700;
  border-radius: 999px;
  padding: 6px 18px;
  font-size: .72rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: #1a1a00;
  margin-bottom: 26px;
  box-shadow: 0 0 18px rgba(255,215,0,.55), 0 0 40px rgba(255,215,0,.2), inset 0 1px 0 rgba(255,255,255,.35);
}
@keyframes mcgu-shimmer {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes mcgu-pulse-glow {
  0%,100% { box-shadow: 0 0 18px rgba(255,215,0,.55), 0 0 40px rgba(255,215,0,.2), inset 0 1px 0 rgba(255,255,255,.35); }
  50%      { box-shadow: 0 0 28px rgba(255,215,0,.85), 0 0 60px rgba(255,215,0,.35), inset 0 1px 0 rgba(255,255,255,.35); }
}
#mcgu .hero-badge::before {
  content: '';
  width: 6px; height: 6px;
  background: #1a1a00;
  border-radius: 50%;
  animation: mcgu-pulse 2s ease infinite;
}
@keyframes mcgu-pulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50%      { opacity: .4; transform: scale(1.5); }
}
#mcgu .hero-title {
  font-family: var(--ff-d);
  font-size: clamp(2.2rem, 3.8vw, 3.6rem);
  font-weight: 700;
  line-height: 1.08;
  color: var(--cream);
  margin-bottom: 20px;
  letter-spacing: -.02em;
}
#mcgu .hero-title em { color: var(--gold); font-style: normal; }
#mcgu .hero-sub {
  font-size: 1rem; font-weight: 400;
  color: var(--cream-dk);
  line-height: 1.78;
  margin-bottom: 34px;
  max-width: 490px;
}
#mcgu .hero-checklist {
  list-style: none;
  display: flex; flex-direction: column; gap: 11px;
  margin-bottom: 40px;
}
#mcgu .hero-checklist li {
  display: flex; align-items: flex-start; gap: 11px;
  font-size: .88rem; color: var(--cream); font-weight: 500;
}
#mcgu .hero-checklist li::before {
  content: '';
  flex-shrink: 0;
  width: 20px; height: 20px; margin-top: 2px;
  background: rgba(40,59,40,.6);
  border: 1px solid var(--sage);
  border-radius: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%234E6A5B' d='M13.3 4.3a1 1 0 0 0-1.4 0L6 10.2 3.7 7.9a1 1 0 0 0-1.4 1.4l3 3a1 1 0 0 0 1.4 0l6.6-6.6a1 1 0 0 0 0-1.4z'/%3E%3C/svg%3E");
  background-size: 12px; background-repeat: no-repeat; background-position: center;
}

/* Botão hero / CTA */
#mcgu .btn-hero {
  display: inline-flex; align-items: center; gap: 10px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-lt) 50%, var(--gold) 100%);
  background-size: 200% 200%;
  color: var(--void);
  font-family: var(--ff-b);
  font-size: .92rem; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase;
  text-decoration: none;
  padding: 17px 38px;
  border-radius: 10px;
  border: none; cursor: pointer;
  animation: mcgu-shimmer 3s ease infinite;
  box-shadow: 0 0 40px rgba(166,141,74,.45), 0 4px 20px rgba(0,0,0,.4);
  transition: transform .22s var(--ease);
}
#mcgu .btn-hero:hover { transform: translateY(-3px); }

@keyframes mcgu-shimmer {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes mcgu-float {
  0%, 100% { transform: translateY(0px); box-shadow: 0 4px 20px rgba(166,141,74,.12); }
  50%       { transform: translateY(-7px); box-shadow: 0 14px 36px rgba(166,141,74,.28); }
}
@keyframes mcgu-float-card-a {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-8px); }
}
@keyframes mcgu-float-card-b {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-6px); }
}
@keyframes mcgu-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Foto e cartões flutuantes */
#mcgu .hero-img-wrap {
  position: relative;
  display: flex; justify-content: center;
}
#mcgu .hero-img-wrap::before {
  content: '';
  position: absolute; inset: -20px;
  background: radial-gradient(ellipse at center, rgba(40,59,40,.32) 0%, transparent 70%);
  border-radius: 50%;
}
#mcgu .hero-photo {
  width: 100%; max-width: 500px; height: 600px;
  object-fit: cover; object-position: center top;
  border-radius: 20px;
  border: 1px solid rgba(78,106,91,.3);
  position: relative; z-index: 1;
  box-shadow: 0 24px 80px rgba(0,0,0,.6);
}
#mcgu .hero-fc1 {
  position: absolute; bottom: 28px; left: -28px; z-index: 2;
  background: rgba(14,23,16,.95);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border-gold);
  animation: mcgu-float-card-a 3.8s ease-in-out infinite;
  border-radius: 12px;
  padding: 16px 20px;
  box-shadow: var(--shadow-gold);
  text-align: center;
}
#mcgu .hero-fc1 .fc-highlight {
  font-family: var(--ff-d);
  font-size: 1.7rem; font-weight: 700;
  color: var(--gold); line-height: 1; letter-spacing: -.02em;
}
#mcgu .hero-fc1 .fc-sub {
  font-size: .65rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--cream-dk); margin-top: 4px;
}
#mcgu .hero-fc2 {
  position: absolute; top: 48%; right: -24px; z-index: 2;
  transform: translateY(-50%);
  background: rgba(14,23,16,.95);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px 18px; text-align: center;
  animation: mcgu-float-card-b 4.4s ease-in-out infinite;
  animation-delay: .9s;
}
#mcgu .hero-fc2 .fc2-icon {
  font-size: 1.4rem;
  display: flex; justify-content: center;
  margin-bottom: 6px;
}
#mcgu .hero-fc2 .fc2-label {
  font-size: .64rem; font-weight: 600;
  letter-spacing: .09em; text-transform: uppercase;
  color: var(--cream-dk); line-height: 1.5; text-align: center;
}

/* ════════════════════════════════════════
   MARQUEE
════════════════════════════════════════ */
#mcgu .marquee-strip {
  background: var(--card-bg);
  border-top: 1px solid var(--border-gold);
  border-bottom: 1px solid var(--border-gold);
  padding: 13px 0; overflow: hidden;
}
#mcgu .marquee-track {
  display: flex; white-space: nowrap;
  animation: mcgu-marquee 30s linear infinite;
}
#mcgu .marquee-item {
  font-family: var(--ff-b);
  font-size: .74rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--sage-lt);
  padding: 0 28px; flex-shrink: 0;
  display: flex; align-items: center; gap: 28px;
}
#mcgu .marquee-dot { color: var(--gold); font-size: .45rem; }

/* ════════════════════════════════════════
   VÍDEO DE VENDAS
════════════════════════════════════════ */
#mcgu .video-venda {
  padding: 80px 0 96px;
  background: #020D12;
  border-bottom: 1px solid var(--border);
}
#mcgu .video-venda-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 52px;
}
#mcgu .video-venda-title {
  font-family: var(--ff-d);
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  font-weight: 700;
  color: var(--cream);
  line-height: 1.18;
  margin-bottom: 18px;
}
#mcgu .video-venda-sub {
  font-size: 1.05rem;
  color: var(--cream-dk);
  line-height: 1.7;
}
#mcgu .video-venda-wrap {
  max-width: 820px;
  margin: 0 auto;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,.55), 0 0 0 1px var(--border-gold);
}
#mcgu .video-venda-wrap .yt-embed {
  position: relative;
  padding-top: 56.25%; /* 16:9 */
  background: #000;
}

/* ════════════════════════════════════════
   MÉTODO MPS
════════════════════════════════════════ */
#mcgu .metodo {
  padding: 67px 0 86px;
  background: var(--dark-olive);
  position: relative; overflow: hidden;
}
#mcgu .metodo::before {
  content: '';
  position: absolute; top: -80px; right: -80px;
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(40,59,40,.32) 0%, transparent 70%);
  pointer-events: none;
}
#mcgu .metodo-header {
  text-align: center; max-width: 800px; margin: 0 auto 56px;
}
#mcgu .pilares-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; position: relative; z-index: 1;
}
#mcgu .pilar-card {
  background: rgba(14,23,16,.7);
  border: 1px solid var(--border);
  border-radius: 18px; padding: 36px 32px;
  transition: all .25s var(--ease);
  position: relative; overflow: hidden;
}
#mcgu .pilar-card::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0; transition: opacity .3s;
}
#mcgu .pilar-card:hover { transform: translateY(-5px); border-color: rgba(166,141,74,.38); box-shadow: 0 18px 56px rgba(0,0,0,.38), var(--shadow-gold); }
#mcgu .pilar-card:hover::after { opacity: 1; }
#mcgu .pilar-num {
  font-family: var(--ff-d);
  font-size: 3.2rem; font-weight: 700; line-height: 1;
  color: rgba(40,59,40,.65);
  position: absolute; top: 16px; right: 20px;
  transition: color .3s;
}
#mcgu .pilar-card:hover .pilar-num { color: rgba(166,141,74,.16); }
#mcgu .pilar-icon {
  width: 48px; height: 48px;
  background: rgba(40,59,40,.6);
  border: 1px solid rgba(78,106,91,.5);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; margin-bottom: 20px;
}
#mcgu .pilar-name {
  font-family: var(--ff-d);
  font-size: 1.35rem; font-weight: 700;
  color: var(--cream); margin-bottom: 4px;
}
#mcgu .pilar-highlight {
  font-size: .67rem; font-weight: 700;
  letter-spacing: .13em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 14px;
}
#mcgu .pilar-desc {
  font-size: .87rem; color: var(--cream-dk); line-height: 1.8;
}

/* ════════════════════════════════════════
   COM VS SEM
════════════════════════════════════════ */
#mcgu .versus { padding: 67px 0 86px; background: var(--void); }
#mcgu .versus-header { text-align: center; max-width: 700px; margin: 0 auto 56px; }
#mcgu .versus-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
#mcgu .versus-col {
  border-radius: 18px; padding: 36px 32px; border: 1px solid;
}
#mcgu .versus-col.yes {
  background: linear-gradient(155deg, rgba(28,42,28,.9) 0%, rgba(14,23,16,.7) 100%);
  border-color: rgba(166,141,74,.52);
  box-shadow: 0 0 0 1px rgba(166,141,74,.14), 0 4px 20px rgba(166,141,74,.12);
  animation: mcgu-float 4.2s ease-in-out infinite;
}
#mcgu .versus-col.no {
  background: linear-gradient(155deg, rgba(40,12,12,.55) 0%, rgba(14,8,8,.55) 100%);
  border-color: rgba(120,40,40,.28);
}
#mcgu .versus-col-title {
  font-family: var(--ff-d);
  font-size: 1.2rem; font-weight: 700;
  margin-bottom: 28px;
  display: flex; align-items: center; gap: 10px;
}
#mcgu .versus-col.yes .versus-col-title { color: var(--sage-lt); }
#mcgu .versus-col.no  .versus-col-title { color: #b06060; }
#mcgu .versus-list {
  list-style: none; display: flex; flex-direction: column; gap: 14px;
}
#mcgu .versus-list li {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: .87rem; line-height: 1.65;
}
#mcgu .versus-list li .icon {
  flex-shrink: 0; width: 22px; height: 22px; margin-top: 1px;
  border-radius: 5px;
  display: flex; align-items: center; justify-content: center;
  font-size: .68rem; font-weight: 900;
}
#mcgu .versus-col.yes .versus-list li .icon { background: rgba(40,59,40,.6); border: 1px solid var(--sage); color: var(--sage-lt); }
#mcgu .versus-col.no  .versus-list li .icon { background: rgba(120,40,40,.2); border: 1px solid rgba(140,60,60,.38); color: #b06060; }
#mcgu .versus-col.yes .versus-list li { color: var(--cream); }
#mcgu .versus-col.no  .versus-list li { color: var(--cream-dk); }

#mcgu .versus-callout {
  max-width: 680px; margin: 48px auto 0;
  text-align: center;
  font-size: clamp(.92rem, 1.4vw, 1.05rem);
  color: var(--cream-dk); line-height: 1.78; font-weight: 300;
}
#mcgu .versus-callout em {
  color: var(--cream); font-style: normal; font-weight: 500;
  border-bottom: 1px solid rgba(166,141,74,.45); padding-bottom: 1px;
}

/* ════════════════════════════════════════
   DEPOIMENTOS
════════════════════════════════════════ */
#mcgu .depos { padding: 67px 0 86px; background: var(--dark-olive); }
#mcgu .depos-header { text-align: center; max-width: 640px; margin: 0 auto 56px; }

#mcgu .depo-hero {
  background: var(--card-bg);
  border: 1px solid var(--border-gold);
  border-radius: 20px; overflow: hidden;
  display: flex; flex-direction: column;
  margin-bottom: 24px;
  box-shadow: var(--shadow-gold), 0 16px 56px rgba(0,0,0,.4);
}
#mcgu .depo-hero-video {
  position: relative; background: var(--forest-dk);
  width: 100%; aspect-ratio: 16 / 9; flex-shrink: 0;
}
/* container para o iframe injetado via JS */
#mcgu .yt-embed {
  position: absolute; inset: 0; width: 100%; height: 100%;
}
/* Corpo: 2 colunas — citação destacada | texto completo + autor */
#mcgu .depo-hero-body {
  border-top: 1px solid var(--border-gold);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto auto;
  column-gap: 56px; row-gap: 0;
  padding: 40px 56px;
  align-items: start;
}
#mcgu .depo-stars {
  grid-column: 1; grid-row: 1;
  color: var(--gold); font-size: .78rem; letter-spacing: 3px; margin-bottom: 10px;
}
#mcgu .depo-hero-qmark {
  grid-column: 1; grid-row: 2;
  font-family: Georgia, serif;
  font-size: 5rem; line-height: 0.75;
  color: var(--forest-lt); opacity: .6;
  display: block; margin-bottom: 10px;
}
#mcgu .depo-hero-title {
  grid-column: 1; grid-row: 3;
  font-family: var(--ff-d);
  font-size: 1.35rem; font-weight: 700;
  color: var(--cream); line-height: 1.3;
}
#mcgu .depo-hero-title em { color: var(--gold); font-style: normal; }
#mcgu .depo-hero-text {
  grid-column: 2; grid-row: 1 / 4;
  font-size: .92rem; color: var(--cream-dk); line-height: 1.82;
  align-self: center;
}
#mcgu .depo-hero-author {
  grid-column: 1 / 3; grid-row: 4;
  display: flex; align-items: center; gap: 12px;
  border-top: 1px solid var(--border);
  padding-top: 24px; margin-top: 28px;
}
#mcgu .depo-hero-avatar {
  width: 46px; height: 46px; border-radius: 50%;
  background: linear-gradient(135deg, var(--forest), var(--sage));
  border: 2px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--ff-d); font-size: 1rem; font-weight: 700; color: var(--cream);
  flex-shrink: 0;
}
#mcgu .depo-hero-name { font-weight: 700; font-size: .88rem; color: var(--cream); }
#mcgu .depo-hero-role {
  font-size: .68rem; color: var(--sage-lt);
  font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
}

#mcgu .depos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
#mcgu .depo-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 18px; overflow: hidden;
  transition: all .24s var(--ease);
}
#mcgu .depo-card:hover { transform: translateY(-4px); border-color: rgba(166,141,74,.28); box-shadow: 0 14px 44px rgba(0,0,0,.38); }
#mcgu .depo-video {
  position: relative; width: 100%; padding-bottom: 56.25%;
  background: var(--forest-dk);
}
/* O .yt-embed dentro do .depo-video herda a posição relativa */
#mcgu .depo-video .yt-embed { position: absolute; inset: 0; }
#mcgu .depo-body { padding: 20px; }
#mcgu .depo-card-stars { color: var(--gold); font-size: .72rem; letter-spacing: 2px; margin-bottom: 8px; }
#mcgu .depo-title {
  font-family: var(--ff-d);
  font-size: .95rem; font-weight: 700;
  color: var(--cream); line-height: 1.3; margin-bottom: 9px;
}
#mcgu .depo-text { font-size: .78rem; color: var(--cream-dk); line-height: 1.72; }
#mcgu .depo-author {
  display: flex; align-items: center; gap: 9px;
  margin-top: 14px; padding-top: 14px;
  border-top: 1px solid var(--border);
}
#mcgu .depo-avatar {
  width: 32px; height: 32px; border-radius: 50%;
  background: linear-gradient(135deg, var(--forest), var(--sage));
  border: 1px solid rgba(166,141,74,.35);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--ff-d); font-size: .85rem; font-weight: 700; color: var(--cream);
  flex-shrink: 0;
}
#mcgu .depo-name { font-size: .78rem; font-weight: 700; color: var(--cream); }
#mcgu .depo-role { font-size: .64rem; color: var(--sage-lt); font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }

/* ════════════════════════════════════════
   OFERTA
════════════════════════════════════════ */
#mcgu .oferta {
  padding: 67px 0 86px;
  background: var(--dark-olive);
  position: relative; overflow: hidden;
}
#mcgu .oferta::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 60% at 50% 50%, rgba(166,141,74,.06) 0%, transparent 70%);
  pointer-events: none;
}
#mcgu .oferta-header {
  text-align: center; max-width: 680px; margin: 0 auto 56px; position: relative; z-index: 1;
}
#mcgu .oferta-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 48px; align-items: start; position: relative; z-index: 1;
}
#mcgu .incluso-title {
  font-family: var(--ff-d);
  font-size: 1.5rem; font-weight: 700;
  color: var(--cream); margin-bottom: 24px;
}
#mcgu .incluso-list {
  list-style: none; display: flex; flex-direction: column; gap: 13px;
}
#mcgu .incluso-list li {
  display: flex; align-items: flex-start; gap: 13px;
  font-size: .9rem; color: var(--cream); line-height: 1.65;
}
#mcgu .incluso-list li .check {
  flex-shrink: 0; width: 24px; height: 24px; margin-top: 2px;
  background: rgba(40,59,40,.7); border: 1px solid var(--sage); border-radius: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%234E6A5B' d='M13.3 4.3a1 1 0 0 0-1.4 0L6 10.2 3.7 7.9a1 1 0 0 0-1.4 1.4l3 3a1 1 0 0 0 1.4 0l6.6-6.6a1 1 0 0 0 0-1.4z'/%3E%3C/svg%3E");
  background-size: 14px; background-repeat: no-repeat; background-position: center;
}

#mcgu .price-box {
  background: linear-gradient(155deg, var(--forest-dk) 0%, rgba(14,10,4,.96) 100%);
  border: 2px solid var(--gold);
  border-radius: 22px; padding: 44px 40px;
  box-shadow: var(--shadow-gold), 0 24px 72px rgba(0,0,0,.5);
  text-align: center; position: relative;
}
#mcgu .price-box::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  border-radius: 22px 22px 0 0;
}
#mcgu .discount-row {
  display: flex; align-items: baseline; justify-content: center;
  gap: 12px; margin-bottom: 6px;
}
#mcgu .discount-pct {
  font-family: var(--ff-d);
  font-size: clamp(2.4rem, 4.5vw, 3.6rem);
  font-weight: 700; color: var(--gold); line-height: 1;
  text-shadow: 0 0 40px rgba(166,141,74,.4); letter-spacing: -.02em;
}
#mcgu .discount-text {
  font-family: var(--ff-d);
  font-size: clamp(1.3rem, 2.4vw, 1.8rem);
  font-weight: 600; color: var(--gold-lt); line-height: 1;
}
#mcgu .discount-deadline {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(166,141,74,.12);
  border: 1px solid var(--border-gold);
  border-radius: 999px; padding: 5px 14px;
  font-size: .67rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 20px;
}
#mcgu .price-divider { height: 1px; background: var(--border); margin: 18px 0; }
#mcgu .price-de { font-size: .9rem; color: var(--cream-dk); text-decoration: line-through; margin-bottom: 4px; }
#mcgu .price-por-lbl {
  font-size: .65rem; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--sage-lt); margin-bottom: 4px;
}
#mcgu .price-val {
  font-family: var(--ff-d);
  font-size: 3.6rem; font-weight: 700; line-height: 1;
  color: var(--cream); margin-bottom: 6px; letter-spacing: -.02em;
}
#mcgu .price-val sup { font-size: 1.6rem; vertical-align: super; color: var(--cream-dk); }
#mcgu .price-inst { font-size: .83rem; color: var(--cream-dk); margin-bottom: 28px; }
#mcgu .btn-cta-price {
  display: block; width: 100%;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-lt) 50%, var(--gold) 100%);
  background-size: 200% 200%;
  color: var(--void);
  font-family: var(--ff-b);
  font-size: .85rem; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase;
  text-decoration: none;
  padding: 17px 24px; border-radius: 10px;
  border: none; cursor: pointer;
  animation: mcgu-shimmer 3s ease infinite;
  box-shadow: 0 0 28px rgba(166,141,74,.38);
  transition: transform .22s; text-align: center;
}
#mcgu .btn-cta-price:hover { transform: translateY(-3px); }
#mcgu .price-guarantee {
  display: flex; align-items: center; justify-content: center; gap: 7px;
  margin-top: 16px; font-size: .7rem; color: var(--cream-dk);
}

/* ════════════════════════════════════════
   BIO
════════════════════════════════════════ */
#mcgu .bio {
  padding: 67px 0 86px;
  background: var(--void); position: relative; overflow: hidden;
}
#mcgu .bio::before {
  content: '';
  position: absolute; bottom: -50px; left: -50px;
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(40,59,40,.2) 0%, transparent 70%);
  pointer-events: none;
}
#mcgu .bio-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 72px; align-items: center; position: relative; z-index: 1;
}
#mcgu .bio-photo-wrap { position: relative; }
#mcgu .bio-photo {
  width: 100%; height: 540px;
  object-fit: cover; object-position: center top;
  border-radius: 18px;
  border: 1px solid var(--border);
  box-shadow: 0 24px 72px rgba(0,0,0,.5);
}
#mcgu .bio-name {
  font-family: var(--ff-d);
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 700; color: var(--cream);
  line-height: 1.05; margin-bottom: 6px; letter-spacing: -.02em;
}
#mcgu .bio-role {
  font-size: .7rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 26px;
}
#mcgu .bio-text {
  font-size: .93rem; color: var(--cream-dk);
  line-height: 1.9; display: flex; flex-direction: column; gap: 15px;
}
#mcgu .bio-text p strong { color: var(--cream); font-weight: 600; }

/* ════════════════════════════════════════
   CGU IMAGE BREAK + CTA FINAL
════════════════════════════════════════ */
#mcgu .cgu-break { position: relative; height: 420px; overflow: hidden; }
#mcgu .cgu-break--final { height: auto; min-height: 600px; }
#mcgu .cgu-break img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 40%;
  filter: brightness(.3) saturate(.45);
}
#mcgu .cgu-break-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(0,7,10,.92) 0%, rgba(0,7,10,.32) 55%, rgba(0,7,10,.62) 100%);
  display: flex; align-items: center;
}
#mcgu .cgu-break--final .cgu-break-overlay {
  background: rgba(0,7,10,.78);
  align-items: stretch;
}
#mcgu .cgu-break--final .cgu-break-overlay > .container {
  display: flex; align-items: center; width: 100%;
  padding-top: 80px; padding-bottom: 80px;
}
#mcgu .cgu-break-final-inner {
  display: flex; align-items: center; gap: 64px; width: 100%;
}
#mcgu .cgu-break-divider {
  width: 1px; align-self: stretch; min-height: 220px;
  background: linear-gradient(to bottom, transparent, rgba(166,141,74,.4) 30%, rgba(166,141,74,.4) 70%, transparent);
  flex-shrink: 0;
}
#mcgu .cgu-break-final-inner .cgu-break-text { flex: 0 0 auto; max-width: 340px; padding: 0; }
#mcgu .cgu-break-final-inner .cta-final-content { flex: 1; text-align: left; margin: 0; max-width: none; }
#mcgu .cgu-break-text { max-width: 580px; padding: 0 64px; }
#mcgu .cgu-break-text .quote {
  font-family: var(--ff-d);
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  font-weight: 700; color: var(--cream); line-height: 1.2; margin-bottom: 14px;
}
#mcgu .cgu-break-text .quote em { color: var(--gold); font-style: normal; }
#mcgu .cgu-break-text .attr {
  font-size: .7rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase; color: var(--sage-lt);
}
#mcgu .cta-final-content { position: relative; z-index: 1; max-width: 660px; margin: 0 auto; }
#mcgu .cta-final-title {
  font-family: var(--ff-d);
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  font-weight: 700; color: var(--cream);
  line-height: 1.1; margin-bottom: 18px; letter-spacing: -.02em;
}
#mcgu .cta-final-title em { color: var(--gold); font-style: normal; }
#mcgu .cta-final-sub { font-size: .95rem; color: var(--cream-dk); line-height: 1.78; margin-bottom: 44px; }

/* ════════════════════════════════════════
   FAQ
════════════════════════════════════════ */
#mcgu .faq { padding: 67px 0 86px; background: var(--void); }
#mcgu .faq-header { text-align: center; max-width: 640px; margin: 0 auto 56px; }
#mcgu .faq-list {
  max-width: 760px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 10px;
}
#mcgu .faq-item {
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: 13px; overflow: hidden; transition: border-color .22s;
}
#mcgu .faq-item.open { border-color: rgba(166,141,74,.38); }
#mcgu .faq-q {
  padding: 20px 26px;
  display: flex; justify-content: space-between; align-items: center;
  cursor: pointer; font-weight: 600; font-size: .9rem; color: var(--cream);
  user-select: none; gap: 16px;
}
#mcgu .faq-q .faq-icon {
  width: 26px; height: 26px; flex-shrink: 0;
  background: rgba(40,59,40,.5); border: 1px solid var(--border); border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 1.1rem; font-weight: 300;
  transition: all .22s;
}
#mcgu .faq-item.open .faq-icon {
  background: rgba(166,141,74,.14); border-color: var(--gold); transform: rotate(45deg);
}
#mcgu .faq-a { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); }
#mcgu .faq-a-inner {
  padding: 0 26px 22px; font-size: .88rem; color: var(--cream-dk); line-height: 1.78;
}

/* ════════════════════════════════════════
   FOOTER
════════════════════════════════════════ */
#mcgu .footer { background: var(--void); border-top: 1px solid var(--border); padding: 44px 0; }
#mcgu .footer-whatsapp {
  text-align: center;
  font-size: .78rem; color: var(--cream-dk);
  border-bottom: 1px solid var(--border);
  padding-bottom: 36px; margin-bottom: 36px;
}
#mcgu .footer-whatsapp a {
  color: var(--cream); font-weight: 600;
  text-decoration: none; white-space: nowrap;
}
#mcgu .footer-whatsapp a:hover { color: var(--gold-lt); text-decoration: underline; }
#mcgu .footer-inner {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 20px;
}
#mcgu .footer-logo { font-family: var(--ff-d); font-size: 1.25rem; font-weight: 700; color: var(--cream); }
#mcgu .footer-logo span { color: var(--gold); }
#mcgu .footer-info { font-size: .73rem; color: var(--cream-dk); line-height: 1.7; text-align: right; }
#mcgu .footer-guarantee {
  display: flex; align-items: center; gap: 10px;
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: 11px; padding: 13px 18px;
}
#mcgu .footer-guarantee .gtxt { font-size: .73rem; color: var(--cream-dk); line-height: 1.55; }
#mcgu .footer-guarantee .gtxt strong { color: var(--cream); display: block; }

/* ════════════════════════════════════════
   MODAL SELETOR DE CARGO
════════════════════════════════════════ */
#cargo-modal {
  display: none;
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(0, 7, 10, .82);
  backdrop-filter: blur(6px);
  align-items: center; justify-content: center;
  padding: 20px;
}
#cargo-modal.open { display: flex; }

#mcgu .cargo-modal-box {
  background: var(--surface);
  border: 1px solid var(--border-gold);
  border-radius: 20px;
  padding: 48px 44px 44px;
  max-width: 560px; width: 100%;
  position: relative;
  box-shadow: 0 32px 96px rgba(0,0,0,.7), var(--shadow-gold);
  animation: mcgu-modal-in .28s var(--ease);
}
@keyframes mcgu-modal-in {
  from { opacity: 0; transform: translateY(18px) scale(.97); }
  to   { opacity: 1; transform: translateY(0)    scale(1);   }
}
#mcgu .cargo-modal-close {
  position: absolute; top: 16px; right: 18px;
  background: none; border: none; cursor: pointer;
  color: var(--cream-dk); font-size: 1rem; line-height: 1;
  padding: 6px; border-radius: 6px;
  transition: color .18s, background .18s;
}
#mcgu .cargo-modal-close:hover { color: var(--cream); background: rgba(255,255,255,.07); }
#mcgu .cargo-modal-title {
  font-family: var(--ff-d); font-size: 1.45rem; font-weight: 700;
  color: var(--cream); line-height: 1.25;
  margin-bottom: 10px;
}
#mcgu .cargo-modal-sub {
  font-size: .83rem; color: var(--cream-dk); line-height: 1.6;
  margin-bottom: 32px;
}
#mcgu .cargo-options {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px;
}
#mcgu .cargo-option {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; text-decoration: none;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 14px; padding: 28px 20px 24px;
  transition: border-color .22s, transform .22s, box-shadow .22s;
  cursor: pointer;
}
#mcgu .cargo-option:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(166,141,74,.22);
}
#mcgu .cargo-icon { font-size: 2rem; margin-bottom: 14px; }
#mcgu .cargo-name {
  font-family: var(--ff-d); font-size: 1.1rem; font-weight: 700;
  color: var(--cream); margin-bottom: 4px;
}
#mcgu .cargo-desc {
  font-size: .75rem; color: var(--sage-lt);
  font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  margin-bottom: 20px;
}
#mcgu .cargo-cta {
  font-size: .78rem; font-weight: 700; letter-spacing: .05em;
  text-transform: uppercase; color: var(--gold);
  border: 1px solid var(--border-gold);
  border-radius: 8px; padding: 9px 16px;
  transition: background .2s, color .2s;
  width: 100%;
}
#mcgu .cargo-option:hover .cargo-cta {
  background: var(--gold); color: var(--void);
}

/* ════════════════════════════════════════
   RESPONSIVE — tablet (≤ 960px)
════════════════════════════════════════ */
@media (max-width: 960px) {
  /* Header */
  #mcgu .header-inner { grid-template-columns: auto 1fr; gap: 12px; }
  #mcgu .header-countdown { display: none; }
  #mcgu .header-cta { justify-self: end; }

  /* Hero */
  #mcgu .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  #mcgu .hero-fc1, #mcgu .hero-fc2 { display: none; }
  #mcgu .hero-photo { height: 400px; }

  /* Método */
  #mcgu .pilares-grid { grid-template-columns: 1fr; }

  /* Versus */
  #mcgu .versus-grid { grid-template-columns: 1fr; }

  /* Depoimentos */
  #mcgu .depo-hero-body { grid-template-columns: 1fr; padding: 28px 24px; column-gap: 0; }
  #mcgu .depo-hero-text { grid-column: 1; grid-row: auto; align-self: start; margin-top: 20px; }
  #mcgu .depo-hero-author { grid-column: 1; }
  #mcgu .depos-grid { grid-template-columns: 1fr 1fr; }

  /* Oferta */
  #mcgu .oferta-grid { grid-template-columns: 1fr; }

  /* Bio */
  #mcgu .bio-grid { grid-template-columns: 1fr; gap: 44px; }
  #mcgu .bio-photo { height: 360px; }

  /* Dobra final */
  #mcgu .cgu-break-text { padding: 0 28px; }
  #mcgu .cgu-break-final-inner { flex-direction: column; gap: 40px; }
  #mcgu .cgu-break-divider {
    width: 60px; min-height: 1px; align-self: auto;
    background: linear-gradient(to right, transparent, rgba(166,141,74,.4) 30%, rgba(166,141,74,.4) 70%, transparent);
  }
  #mcgu .cgu-break-final-inner .cgu-break-text { max-width: 100%; }
  #mcgu .cgu-break-final-inner .cta-final-content { text-align: center; }

  /* Footer */
  #mcgu .footer-inner { justify-content: center; text-align: center; }
  #mcgu .footer-info { text-align: center; }
}

/* ════════════════════════════════════════
   RESPONSIVE — mobile (≤ 600px)
════════════════════════════════════════ */
@media (max-width: 600px) {
  /* Seções: menos padding */
  #mcgu .hero,
  #mcgu .marquee-strip,
  #mcgu .metodo,
  #mcgu .versus,
  #mcgu .depos,
  #mcgu .oferta,
  #mcgu .bio,
  #mcgu .faq,
  #mcgu .cgu-break,
  #mcgu .footer { padding-top: 48px; padding-bottom: 60px; }

  /* Header */
  #mcgu .site-header { padding: 0 16px; }
  #mcgu .header-logo { font-size: .95rem; }
  #mcgu .header-cta { font-size: .72rem; padding: 9px 14px; }

  /* Hero */
  #mcgu .hero-content { padding: 0 20px; }
  #mcgu .hero-badge { font-size: .6rem; padding: 6px 14px; }
  #mcgu .hero-title { font-size: clamp(2rem, 9vw, 2.8rem); }
  #mcgu .hero-sub { font-size: .9rem; }
  #mcgu .hero-checklist { gap: 10px; }
  #mcgu .hero-checklist li { font-size: .85rem; }
  #mcgu .hero-photo { height: 280px; border-radius: 16px; }
  #mcgu .hero-img-wrap { padding: 0 20px; }

  /* Marquee */
  #mcgu .marquee-item { font-size: .7rem; padding: 0 20px; }

  /* Método (pilares) */
  #mcgu .metodo .section-inner { padding: 0 20px; }
  #mcgu .pilar-card { padding: 24px 20px; }

  /* Versus */
  #mcgu .versus .section-inner { padding: 0 16px; }
  #mcgu .versus-col { padding: 28px 20px; }
  #mcgu .versus-col.yes { order: -1; } /* destaque vem primeiro no mobile */

  /* Depoimentos */
  #mcgu .depos-grid { grid-template-columns: 1fr; }
  #mcgu .depo-hero-body { padding: 24px 20px; }
  #mcgu .depo-hero-title { font-size: 1rem; }
  #mcgu .depo-hero-text { font-size: .82rem; }
  #mcgu .depo-card { border-radius: 14px; }

  /* Oferta */
  #mcgu .oferta .section-inner { padding: 0 16px; }
  #mcgu .oferta-box { padding: 28px 20px; border-radius: 16px; }
  #mcgu .oferta-price-num { font-size: clamp(2.2rem, 10vw, 3rem); }
  #mcgu .oferta-cta,
  #mcgu .cta-btn { width: 100%; text-align: center; }

  /* Bio */
  #mcgu .bio .section-inner { padding: 0 20px; }
  #mcgu .bio-photo { height: 280px; }
  #mcgu .bio-name { font-size: 1.6rem; }

  /* FAQ */
  #mcgu .faq .section-inner { padding: 0 16px; }
  #mcgu .faq-list { max-width: 100%; }
  #mcgu .faq-q { font-size: .88rem; padding: 18px 16px; }
  #mcgu .faq-a-inner { font-size: .85rem; padding: 0 16px 18px; }

  /* Dobra final */
  #mcgu .cgu-break-final-inner { padding: 0 20px; }
  #mcgu .cta-final-title { font-size: clamp(1.6rem, 7vw, 2rem); }
  #mcgu .cta-final-sub { font-size: .88rem; margin-bottom: 28px; }
  #mcgu .cta-final-content { text-align: center; }

  /* Seções genéricas */
  #mcgu .section-inner { padding: 0 20px; }
  #mcgu .section-title { font-size: clamp(1.3rem, 5.5vw, 1.7rem); }
  #mcgu .section-sub { font-size: .88rem; }
  #mcgu .depos-header,
  #mcgu .oferta-header,
  #mcgu .faq-header { margin-bottom: 36px; }

  /* Footer */
  #mcgu .footer-inner { flex-direction: column; gap: 12px; padding: 24px 20px; }
  #mcgu .footer-info { font-size: .78rem; }

  /* Modal */
  #mcgu .cargo-modal-box { padding: 36px 24px 28px; }
  #mcgu .cargo-modal-title { font-size: 1.2rem; }
  #mcgu .cargo-options { grid-template-columns: 1fr; }
}/* End custom CSS */