:root{
  --bg:#fff8f5;
  --surface:#ffffff;
  --text:#261d1f;
  --muted:#705f63;
  --line:#f0e4de;
  --primary:#ff3d3d;
  --primary-dark:#e12929;
  --dark:#171214;
  --soft:#fff;
  --pink:#ff6b81;
  --gold:#d7b07b;
  --shadow:0 18px 44px rgba(0,0,0,.08);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:linear-gradient(180deg,#fffaf8 0%,#fff2ee 100%);
  color:var(--text);
  font-family:Arial,Helvetica,sans-serif
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block;height:auto}
button{font:inherit}
.ccbv2-container{width:min(1200px,calc(100% - 32px));margin:0 auto}
.ccbv2-header{
  position:sticky;top:0;z-index:60;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line)
}
.ccbv2-header-wrap{
  min-height:94px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:18px
}
.ccbv2-brand{display:flex;align-items:center;gap:14px}
.ccbv2-logo,.ccbv2-footer-logo,.ccbv2-brand .custom-logo{width:60px;height:60px;object-fit:contain}
.ccbv2-brand-text{display:flex;flex-direction:column}
.ccbv2-brand-title{font-size:32px;font-weight:700;line-height:1}
.ccbv2-brand-subtitle{font-size:12px;color:var(--muted);margin-top:5px;text-transform:uppercase;letter-spacing:.16em}
.ccbv2-nav{justify-self:center}
.ccbv2-menu{list-style:none;display:flex;gap:24px;margin:0;padding:0}
.ccbv2-menu a{font-weight:700;color:#4f4044}
.ccbv2-menu a:hover{color:var(--primary)}
.ccbv2-top-right{display:flex;align-items:center;gap:12px;justify-self:end}
.ccbv2-social-top{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}
.ccbv2-social-icon{
  width:42px;height:42px;border-radius:14px;display:flex;align-items:center;justify-content:center;
  color:#fff;box-shadow:var(--shadow);transition:.18s ease
}
.ccbv2-social-icon svg{width:22px;height:22px}
.ccbv2-social-icon:hover{transform:translateY(-2px) scale(1.03)}
.ccbv2-facebook{background:#1877f2}
.ccbv2-youtube{background:#ff0033}
.ccbv2-x{background:#111}
.ccbv2-instagram{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)}
.ccbv2-tiktok{background:#111}
.ccbv2-kwai{background:#ff7a00}
.ccbv2-whatsapp{background:#22c55e}
.ccbv2-top-youtube{
  background:linear-gradient(180deg,var(--primary),var(--primary-dark));
  color:#fff;font-weight:700;padding:11px 18px;border-radius:999px;white-space:nowrap
}
.ccbv2-top-youtube:hover{opacity:.94}
.ccbv2-tag{
  display:inline-flex;
  padding:9px 14px;
  background:rgba(255,255,255,.14);
  color:#fff;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.26em
}
.ccbv2-tag.dark{
  background:#fff3ee;
  color:var(--primary);
  border-color:#ffd7cc
}
.ccbv2-hero{
  min-height:680px;
  display:flex;align-items:center;
  background-position:center;background-size:cover;color:#fff
}
.ccbv2-hero-content{padding:86px 0}
.ccbv2-hero-text{max-width:760px}
.ccbv2-hero-text h1{
  margin:16px 0 16px;
  font-size:clamp(48px,8vw,88px);
  line-height:.92;
  letter-spacing:-.05em
}
.ccbv2-hero-text p{
  margin:0 0 28px;
  max-width:650px;
  font-size:20px;
  line-height:1.75;
  color:rgba(255,255,255,.95)
}
.ccbv2-hero-actions,.ccbv2-viral-buttons{display:flex;flex-wrap:wrap;gap:14px}
.ccbv2-btn-primary,.ccbv2-btn-secondary,.ccbv2-btn-ghost,.ccbv2-btn-whatsapp,.comment-form input[type=submit],.ccbv2-comment-submit{
  display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;
  padding:15px 24px;font-weight:700;transition:.18s ease;cursor:pointer
}
.ccbv2-btn-primary,.ccbv2-btn-secondary,.comment-form input[type=submit],.ccbv2-comment-submit{
  background:linear-gradient(180deg,var(--primary),var(--primary-dark));color:#fff
}
.ccbv2-btn-ghost{
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);color:#fff
}
.ccbv2-btn-whatsapp{background:#22c55e;color:#fff}
.ccbv2-btn-primary:hover,.ccbv2-btn-secondary:hover,.ccbv2-btn-ghost:hover,.ccbv2-btn-whatsapp:hover{transform:translateY(-1px);opacity:.95}
.ccbv2-viral-bar{padding:22px 0 8px}
.ccbv2-viral-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:20px}
.ccbv2-viral-card{
  background:linear-gradient(180deg,#fff,#fff7f3);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:22px;
  box-shadow:var(--shadow)
}
.ccbv2-viral-card strong{display:block;font-size:24px;margin-bottom:14px}
.ccbv2-viral-card p{margin:0;color:var(--muted);line-height:1.7}
.ccbv2-viral-buttons button{
  background:#fff;border:1px solid #ffd2c8;border-radius:999px;padding:12px 16px;font-weight:700;color:#4a363b
}
.ccbv2-viral-buttons button:hover{background:#fff3ee}
.ccbv2-videos-section,.ccbv2-community-section{padding:76px 0}
.ccbv2-section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:28px}
.ccbv2-section-head h2,.ccbv2-community-section h2{
  margin:10px 0 0;font-size:clamp(34px,5vw,48px);letter-spacing:-.04em
}
.ccbv2-link-more{font-weight:700;color:var(--primary)}
.ccbv2-video-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.ccbv2-video-card,.ccbv2-box,.ccbv2-content-card{
  background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)
}
.ccbv2-video-thumb,.ccbv2-video-thumb-img{
  width:100%;height:220px;object-fit:cover;background:linear-gradient(135deg,#f0d9d0,#f6ece8 45%,#e7c7bd)
}
.ccbv2-card-body{padding:18px}
.ccbv2-card-body h3{margin:0 0 10px;font-size:24px;line-height:1.2}
.ccbv2-card-body p{margin:0 0 16px;color:var(--muted);line-height:1.7}
.ccbv2-community-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.ccbv2-box{padding:24px}
.ccbv2-box-text{margin:12px 0 18px;color:var(--muted);line-height:1.7}
.ccbv2-poll-form{display:grid;gap:14px}
.ccbv2-poll-form label{
  display:flex;align-items:center;gap:10px;
  padding:14px 16px;border:1px solid var(--line);border-radius:14px;background:#fffaf8
}
.ccbv2-tip{
  margin-top:16px;padding:14px 16px;background:#fff6ee;border-radius:16px;color:#87552f;font-size:14px
}
.ccbv2-comments-area label{display:block;margin-bottom:8px;font-weight:700}
.ccbv2-comments-area textarea,
.ccbv2-comments-area input[type=text],
.ccbv2-comments-area input[type=email],
.ccbv2-comments-area input[type=url]{
  width:100%;padding:14px;border:1px solid var(--line);border-radius:14px;background:#fff
}
.ccbv2-comments-title{margin-top:0}
.comment-list{padding-left:20px}
.ccbv2-floating-social{
  position:fixed;right:18px;top:50%;transform:translateY(-50%);
  display:flex;flex-direction:column;gap:10px;z-index:55
}
.ccbv2-whatsapp-float{
  position:fixed;right:18px;bottom:18px;z-index:55;
  background:#22c55e;color:#fff;padding:14px 18px;border-radius:999px;font-weight:700;box-shadow:var(--shadow)
}
.ccbv2-popup{
  position:fixed;inset:0;background:rgba(0,0,0,.42);display:none;align-items:center;justify-content:center;z-index:80;padding:20px
}
.ccbv2-popup.show{display:flex}
.ccbv2-popup-card{
  width:min(480px,100%);background:#fff;border-radius:28px;padding:28px;box-shadow:0 24px 80px rgba(0,0,0,.28);position:relative
}
.ccbv2-popup-card h3{margin:14px 0 10px;font-size:34px;line-height:1.05}
.ccbv2-popup-card p{margin:0 0 20px;color:var(--muted);line-height:1.7}
.ccbv2-popup-close{
  position:absolute;right:16px;top:12px;border:0;background:none;font-size:34px;cursor:pointer;color:#444
}
.ccbv2-footer{
  margin-top:40px;background:linear-gradient(180deg,#2c2326 0%,#171214 100%);color:#fff;padding-top:58px
}
.ccbv2-footer-grid{display:grid;grid-template-columns:1.3fr .8fr .8fr;gap:28px}
.ccbv2-footer-brand{display:flex;gap:16px;align-items:flex-start}
.ccbv2-footer h3,.ccbv2-footer h4{margin-top:0}
.ccbv2-footer p,.ccbv2-footer li,.ccbv2-footer a{color:rgba(255,255,255,.86);line-height:1.8}
.ccbv2-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}
.ccbv2-footer-bottom{
  border-top:1px solid rgba(255,255,255,.08);
  margin-top:30px;padding:18px 0;text-align:center;color:rgba(255,255,255,.8)
}
.ccbv2-page-wrap{padding:40px 0 70px}
.ccbv2-content-card{padding:28px}
.ccbv2-single-thumb img{border-radius:18px;margin:18px 0}
@media (max-width:1120px){
  .ccbv2-header-wrap{grid-template-columns:1fr;justify-items:center;padding:18px 0}
  .ccbv2-nav{order:3}
  .ccbv2-video-grid{grid-template-columns:repeat(2,1fr)}
  .ccbv2-community-grid,.ccbv2-footer-grid,.ccbv2-viral-grid{grid-template-columns:1fr}
  .ccbv2-top-right{flex-direction:column}
  .ccbv2-floating-social{display:none}
}
@media (max-width:680px){
  .ccbv2-brand-title{font-size:26px}
  .ccbv2-social-top{justify-content:center}
  .ccbv2-video-grid{grid-template-columns:1fr}
  .ccbv2-hero{min-height:560px}
  .ccbv2-hero-text p{font-size:17px}
  .ccbv2-menu{flex-wrap:wrap;justify-content:center;gap:14px}
}


/* === Correções de usabilidade 2.1 === */
.ccbv2-hero{
  min-height: 500px !important;
  background-position: center center !important;
}
.ccbv2-hero-content{
  padding: 56px 0 !important;
}
.ccbv2-hero-text{
  max-width: 620px !important;
}
.ccbv2-hero-text h1{
  font-size: clamp(36px, 5vw, 62px) !important;
  line-height: 1.02 !important;
  margin-bottom: 14px !important;
}
.ccbv2-hero-text p{
  font-size: 18px !important;
  max-width: 560px !important;
  margin-bottom: 22px !important;
}
.ccbv2-videos-section{
  padding-top: 42px !important;
}
.ccbv2-section-head{
  margin-bottom: 20px !important;
}
.ccbv2-video-grid{
  position: relative;
  z-index: 2;
}
.ccbv2-social-top{
  gap: 6px !important;
}
.ccbv2-social-icon{
  width: 38px !important;
  height: 38px !important;
  border-radius: 12px !important;
}
.ccbv2-social-icon svg{
  width: 20px !important;
  height: 20px !important;
}
.ccbv2-top-youtube{
  padding: 10px 16px !important;
}
.ccbv2-floating-social{
  display: none !important;
}
.ccbv2-popup-card{
  max-width: 430px !important;
}
@media (max-width: 680px){
  .ccbv2-hero{
    min-height: 420px !important;
  }
  .ccbv2-hero-content{
    padding: 42px 0 !important;
  }
  .ccbv2-hero-text h1{
    font-size: clamp(30px, 9vw, 42px) !important;
  }
  .ccbv2-hero-text p{
    font-size: 16px !important;
  }
}


/* === Hero fechável 2.2 === */
.ccbv2-hero{
  position: relative;
  transition: max-height .45s ease, opacity .35s ease, margin .35s ease, padding .35s ease;
  overflow: hidden;
}
.ccbv2-hero.is-hidden{
  max-height: 0 !important;
  min-height: 0 !important;
  opacity: 0;
  margin: 0 !important;
}
.ccbv2-hero-text{
  position: relative;
}
.ccbv2-hero-close{
  position: absolute;
  right: 0;
  top: -8px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(0,0,0,.42);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: .18s ease;
  backdrop-filter: blur(6px);
}
.ccbv2-hero-close:hover{
  background: rgba(0,0,0,.58);
  transform: scale(1.04);
}
.ccbv2-videos-section{
  scroll-margin-top: 90px;
}
@media (max-width: 680px){
  .ccbv2-hero-close{
    right: 0;
    top: -2px;
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}


/* === TOP PROFISSIONAL 3.0 === */
.ccbv2-hero{
  animation: ccbv2HeroIn .9s ease both;
}
@keyframes ccbv2HeroIn{
  from{opacity:0; transform:scale(1.02);}
  to{opacity:1; transform:scale(1);}
}

.ccbv2-featured{
  padding: 30px 0 10px;
}
.ccbv2-featured-card{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 26px;
  box-shadow: var(--shadow);
}
.ccbv2-featured-head h2{
  margin: 10px 0 18px;
  font-size: clamp(28px,4vw,38px);
}
.ccbv2-featured-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 22px;
  align-items:center;
}
.ccbv2-featured-thumb{
  width:100%;
  height:100%;
  max-height:360px;
  object-fit:cover;
  border-radius:20px;
}
.ccbv2-featured-content h3{
  margin:0 0 12px;
  font-size:26px;
}
.ccbv2-featured-content p{
  margin:0 0 16px;
  color:var(--muted);
  line-height:1.7;
}

@media (max-width: 900px){
  .ccbv2-featured-grid{
    grid-template-columns:1fr;
  }
}

.ccbv2-hero-content {
  transition: all 0.4s ease;
}
.ccbv2-hero {
  position: relative;
}

.ccbv2-hero-content {
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.ccbv2-hero-content.hidden-content {
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
}

/* IMPORTANTE: cancela qualquer regra antiga que esconda o hero inteiro */
.ccbv2-hero.is-hidden {
  opacity: 1 !important;
  min-height: 500px !important;
  max-height: none !important;
  margin: 0 !important;
  overflow: hidden;
}

/* ===== MOBILE PROFISSIONAL ===== */
@media (max-width: 680px){

  /* HERO */
  .ccbv2-hero{
    min-height: 380px !important;
    padding: 20px 0 !important;
  }

  .ccbv2-hero-text h1{
    font-size: 28px !important;
    line-height: 1.1 !important;
  }

  .ccbv2-hero-text p{
    font-size: 15px !important;
  }

  .ccbv2-hero-actions{
    flex-direction: column;
    gap: 10px;
  }

  /* BOTÕES */
  .ccbv2-btn-primary,
  .ccbv2-btn-secondary{
    width: 100%;
    padding: 14px;
  }

  /* GRID DE VÍDEOS */
  .ccbv2-video-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  /* CARDS */
  .ccbv2-video-thumb,
  .ccbv2-video-thumb-img{
    height: 220px !important;
    object-fit: cover;
  }

  /* TÍTULO DOS CARDS */
  .ccbv2-card-body h3{
    font-size: 18px;
  }

  /* ESPAÇAMENTO */
  .ccbv2-videos-section{
    padding: 40px 0 !important;
  }

  /* HEADER */
  .ccbv2-header-wrap{
    gap: 10px;
  }

  .ccbv2-social-top{
    justify-content: center;
  }

  /* FEATURED (vídeo do momento) */
  .ccbv2-featured-grid{
    grid-template-columns: 1fr !important;
  }

  .ccbv2-featured-thumb{
    max-height: 260px !important;
  }
}