/*
Theme Name: Brazilian Cultural Centre
Theme URI: https://braziliancentre.org
Author: Brazilian Cultural Centre
Description: Tema para o Brazilian Cultural Centre. Compatível com Elementor. Inclui Custom Post Types para Programas, Depoimentos e Eventos.
Version: 2.0.0
License: GNU General Public License v2 or later
Text Domain: bcc
*/

/* =============================================
   ROOT VARIABLES
============================================= */
:root {
  --bcc-green:        #22c55e;
  --bcc-green-dark:   #16a34a;
  --bcc-green-light:  #4ade80;
  --bcc-yellow:       #eab308;
  --bcc-yellow-dark:  #ca8a04;
  --bcc-yellow-light: #facc15;
  --gray-50:  #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
}

/* =============================================
   RESET & BASE
============================================= */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, sans-serif;
  color: var(--gray-700);
  background: #fff;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
p { margin: 0 0 1rem; }

/* =============================================
   ELEMENTOR COMPATIBILITY
   Remove default WP body padding & margins
============================================= */
.elementor-page #page,
.elementor-page .site-content,
.elementor-page .entry-content {
  margin: 0;
  padding: 0;
}

/* Full-width sections inside Elementor */
.elementor-section.elementor-section-stretched {
  left: 0 !important;
  width: 100% !important;
}

/* =============================================
   UTILITIES
============================================= */
.container     { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; }
.text-center   { text-align: center; }
.section-head  { text-align: center; margin-bottom: 3.5rem; }
.section-title {
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 1rem;
  line-height: 1.15;
}
.section-subtitle {
  font-size: 1.1rem;
  color: var(--gray-600);
  max-width: 46rem;
  margin: 0 auto;
  line-height: 1.7;
}

/* =============================================
   BUTTONS
============================================= */
.btn-primary {
  display: inline-block;
  background: linear-gradient(135deg, var(--bcc-green), var(--bcc-yellow));
  color: #fff;
  padding: .875rem 2rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: all .3s;
  text-decoration: none;
  font-family: inherit;
  line-height: 1;
}
.btn-primary:hover {
  background: linear-gradient(135deg, var(--bcc-green-dark), var(--bcc-yellow-dark));
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(34,197,94,.35);
  color: #fff;
}
.btn-outline {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  padding: .875rem 2rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 1rem;
  background: transparent;
  cursor: pointer;
  transition: all .3s;
  text-decoration: none;
  font-family: inherit;
  line-height: 1;
}
.btn-outline:hover { background: #fff; color: var(--gray-900); }
.btn-outline-green {
  display: inline-block;
  border: 2px solid var(--bcc-green);
  color: var(--bcc-green-dark);
  padding: .875rem 2rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 1rem;
  background: transparent;
  cursor: pointer;
  transition: all .3s;
  text-decoration: none;
  font-family: inherit;
}
.btn-outline-green:hover { background: var(--bcc-green); color: #fff; }
.btn-white {
  display: inline-block;
  background: #fff;
  color: var(--bcc-green-dark);
  padding: .875rem 2rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: all .3s;
  text-decoration: none;
  font-family: inherit;
}
.btn-white:hover { background: var(--gray-100); }

.gradient-circle {
  width: 3rem; height: 3rem;
  background: linear-gradient(135deg, var(--bcc-green), var(--bcc-yellow));
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.gradient-circle svg { width: 1.5rem; height: 1.5rem; stroke: #fff; }

/* =============================================
   HEADER
============================================= */
#site-header {
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
  position: sticky;
  top: 0;
  z-index: 9999;
  transition: box-shadow .3s;
}
#site-header.scrolled { box-shadow: 0 4px 20px rgba(0,0,0,.15); }

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .875rem 1.5rem;
  max-width: 1280px;
  margin: 0 auto;
}
.site-logo img { height: 3rem; width: auto; }

.main-nav { display: flex; align-items: center; gap: 1.75rem; list-style: none; margin: 0; padding: 0; }
.main-nav a,
.main-nav > li > button {
  color: var(--gray-700);
  font-weight: 500;
  font-size: .9rem;
  background: none;
  border: none;
  cursor: pointer;
  transition: color .2s;
  padding: 0;
  font-family: inherit;
  white-space: nowrap;
}
.main-nav a:hover,
.main-nav > li > button:hover { color: var(--bcc-green-dark); }

.nav-join {
  background: linear-gradient(135deg, var(--bcc-green), var(--bcc-yellow)) !important;
  color: #fff !important;
  padding: .5rem 1.25rem !important;
  border-radius: 9999px !important;
  font-weight: 600 !important;
  transition: opacity .2s !important;
}
.nav-join:hover { opacity: .9; color: #fff !important; }

/* Dropdown */
.dropdown { position: relative; }
.dropdown-toggle { display: flex; align-items: center; gap: .3rem; }
.dropdown-toggle svg { width: 1rem; height: 1rem; transition: transform .2s; }
.dropdown:hover .dropdown-toggle svg { transform: rotate(180deg); }
.dropdown-menu {
  position: absolute; top: 100%; left: 0; margin-top: .5rem;
  width: 17rem; background: #fff; border-radius: .75rem;
  box-shadow: 0 20px 40px rgba(0,0,0,.12);
  border: 1px solid var(--gray-100);
  opacity: 0; visibility: hidden; transform: translateY(-.5rem);
  transition: all .2s; z-index: 200; pointer-events: none;
}
.dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: all; }
.dropdown-menu a { display: block; padding: .75rem 1.25rem; transition: background .15s; }
.dropdown-menu a:hover { background: var(--gray-50); color: var(--bcc-green-dark); }
.dropdown-menu .item-title { font-weight: 600; font-size: .875rem; color: var(--gray-800); }
.dropdown-menu .item-desc  { font-size: .775rem; color: var(--gray-500); margin-top: .15rem; }

/* Mobile */
.mobile-menu-btn { display: none; background: none; border: none; cursor: pointer; padding: .5rem; }
.mobile-menu-btn svg { width: 1.5rem; height: 1.5rem; }
.mobile-nav {
  display: none; flex-direction: column; gap: .875rem;
  padding: 1rem 1.5rem 1.25rem;
  border-top: 1px solid var(--gray-100);
}
.mobile-nav.open { display: flex; }
.mobile-nav a,
.mobile-nav button {
  color: var(--gray-700); font-weight: 500; background: none;
  border: none; cursor: pointer; font-family: inherit;
  font-size: 1rem; text-align: left; padding: 0;
}
.mobile-nav a:hover, .mobile-nav button:hover { color: var(--bcc-green-dark); }

@media (max-width: 1024px) { .main-nav { display: none; } .mobile-menu-btn { display: block; } }

/* =============================================
   HERO
============================================= */
#hero {
  position: relative;
  min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('https://img1.wsimg.com/isteam/ip/4db8b749-8a59-438b-9ed1-af3d9d54f30a/WhatsApp%20Image%202023-06-27%20at%2009.10.34.jpg/:/rs=w:1279,m');
  background-size: cover; background-position: center;
}
.hero-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.52); }
.hero-content {
  position: relative; z-index: 1;
  text-align: center; color: #fff;
  max-width: 56rem; margin: 0 auto; padding: 0 1.5rem;
}
.hero-content h1 {
  font-size: clamp(2.5rem, 8vw, 5rem);
  font-weight: 700; margin-bottom: 1.5rem; line-height: 1.1;
}
.hero-gradient-text {
  display: block;
  background: linear-gradient(to right, var(--bcc-green-light), var(--bcc-yellow-light));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-content p {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  color: rgba(255,255,255,.9);
  margin-bottom: 2rem; max-width: 40rem; margin-left: auto; margin-right: auto; line-height: 1.7;
}
.hero-buttons { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }

/* =============================================
   ABOUT SECTION
============================================= */
.about-grid { display: grid; gap: 3rem; align-items: center; }
@media (min-width: 1024px) { .about-grid { grid-template-columns: 1fr 1fr; } }
.about-text h2 { font-size: clamp(1.75rem, 4vw, 3rem); font-weight: 700; color: var(--gray-900); margin-bottom: 1.25rem; }
.about-text p   { font-size: 1.05rem; color: var(--gray-600); margin-bottom: 1.25rem; line-height: 1.75; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 1.5rem; }
.stat-item { text-align: center; }
.stat-number { font-size: 2.25rem; font-weight: 700; }
.stat-number.green  { color: var(--bcc-green-dark); }
.stat-number.yellow { color: var(--bcc-yellow-dark); }
.stat-label { color: var(--gray-600); font-size: .9rem; }
.about-image-wrap { position: relative; }
.about-image-wrap img {
  border-radius: 1.25rem;
  box-shadow: 0 25px 50px rgba(0,0,0,.15);
  width: 100%; height: 24rem; object-fit: cover;
}
.about-heart-badge {
  position: absolute; bottom: -1.5rem; right: -1.5rem;
  width: 5rem; height: 5rem;
  background: linear-gradient(135deg, var(--bcc-green), var(--bcc-yellow));
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
}
.about-heart-badge svg { width: 2rem; height: 2rem; stroke: #fff; fill: #fff; }

/* =============================================
   PROGRAMS – CARD GRID (shortcode)
============================================= */
.bcc-programs-grid { display: grid; gap: 2rem; }
@media (min-width: 640px)  { .bcc-programs-grid { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 1024px) { .bcc-programs-grid { grid-template-columns: repeat(3,1fr); } }

.bcc-program-card {
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 4px 16px rgba(0,0,0,.07);
  overflow: hidden;
  transition: transform .3s, box-shadow .3s;
  display: flex; flex-direction: column;
}
.bcc-program-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,.12);
}
.bcc-program-card .card-img { position: relative; }
.bcc-program-card .card-img img { width: 100%; height: 13rem; object-fit: cover; }
.bcc-program-card .card-cat {
  position: absolute; top: .875rem; left: .875rem;
  background: rgba(255,255,255,.92);
  padding: .25rem .875rem; border-radius: 9999px;
  font-size: .78rem; font-weight: 600; color: var(--gray-800);
}
.bcc-program-card .card-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.bcc-program-card .card-body h3 { font-size: 1.1rem; font-weight: 700; color: var(--gray-900); margin-bottom: .625rem; }
.bcc-program-card .card-body p  { color: var(--gray-600); font-size: .9rem; line-height: 1.65; flex: 1; margin-bottom: 1rem; }
.bcc-program-card .card-meta { display: flex; gap: 1.25rem; margin-bottom: 1rem; }
.bcc-program-card .card-meta span { display: flex; align-items: center; gap: .35rem; font-size: .82rem; color: var(--gray-500); }
.bcc-program-card .card-meta svg { width: .9rem; height: .9rem; }
.bcc-program-card .card-footer { display: flex; align-items: center; justify-content: space-between; }
.bcc-program-card .card-price { font-size: 1.35rem; font-weight: 700; color: var(--bcc-green-dark); }
.bcc-program-card .card-link  { color: var(--bcc-green-dark); font-weight: 600; font-size: .9rem; transition: gap .2s; }
.bcc-program-card .card-link:hover { text-decoration: underline; }

/* =============================================
   PROGRAM MODULE – IMAGE LEFT  [bcc_program_module]
============================================= */
.bcc-program-module {
  display: grid; gap: 3rem; align-items: center;
  padding: 4rem 0;
}
@media (min-width: 1024px) {
  .bcc-program-module { grid-template-columns: 1fr 1fr; }
  .bcc-program-module.img-right .module-img  { order: 2; }
  .bcc-program-module.img-right .module-text { order: 1; }
}

.bcc-program-module .module-img { position: relative; }
.bcc-program-module .module-img img {
  width: 100%; height: 22rem; object-fit: cover;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0,0,0,.14);
}
.bcc-program-module .module-img-badge {
  position: absolute; bottom: -1rem; right: 1.5rem;
  background: linear-gradient(135deg, var(--bcc-green), var(--bcc-yellow));
  color: #fff; padding: .5rem 1.25rem; border-radius: 9999px;
  font-weight: 700; font-size: .9rem;
  box-shadow: 0 4px 12px rgba(34,197,94,.4);
}

.bcc-program-module .module-text {}
.bcc-program-module .module-tag {
  display: inline-block;
  background: linear-gradient(135deg, var(--bcc-green), var(--bcc-yellow));
  color: #fff; padding: .35rem 1rem; border-radius: 9999px;
  font-size: .8rem; font-weight: 600; margin-bottom: 1.25rem;
}
.bcc-program-module .module-text h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.25rem);
  font-weight: 700; color: var(--gray-900); margin-bottom: 1rem; line-height: 1.2;
}
.bcc-program-module .module-text p {
  color: var(--gray-600); font-size: 1.025rem; line-height: 1.75; margin-bottom: 1.25rem;
}
.bcc-program-module .module-details {
  display: flex; flex-direction: column; gap: .75rem; margin-bottom: 1.75rem;
}
.bcc-program-module .module-detail {
  display: flex; align-items: center; gap: .75rem; font-size: .925rem; color: var(--gray-700);
}
.bcc-program-module .module-detail svg { width: 1.1rem; height: 1.1rem; stroke: var(--bcc-green-dark); flex-shrink: 0; }
.bcc-program-module .module-detail strong { color: var(--gray-900); margin-right: .25rem; }

.bcc-program-module .module-features { list-style: none; padding: 0; margin: 0 0 1.75rem; display: flex; flex-direction: column; gap: .625rem; }
.bcc-program-module .module-features li { display: flex; align-items: center; gap: .625rem; font-size: .925rem; color: var(--gray-700); }
.bcc-program-module .module-features li svg { width: 1.1rem; height: 1.1rem; stroke: var(--bcc-green); flex-shrink: 0; }

.bcc-program-module .module-price-row { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.bcc-program-module .module-price { font-size: 2rem; font-weight: 700; color: var(--bcc-green-dark); }

/* =============================================
   TESTIMONIALS
============================================= */
.bcc-testimonials-grid { display: grid; gap: 2rem; }
@media (min-width: 768px) { .bcc-testimonials-grid { grid-template-columns: repeat(3,1fr); } }
.bcc-testimonial-card { background: linear-gradient(135deg,#f0fdf4,#fefce8); border-radius: 1.25rem; padding: 2rem; }
.bcc-stars { display: flex; gap: .25rem; margin-bottom: 1rem; }
.bcc-stars svg { width: 1.2rem; height: 1.2rem; fill: var(--bcc-yellow); }
.bcc-testimonial-card blockquote { color: var(--gray-700); font-style: italic; margin: 0 0 1.5rem; line-height: 1.75; }
.bcc-testimonial-author { display: flex; align-items: center; gap: 1rem; }
.bcc-author-avatar {
  width: 3rem; height: 3rem; border-radius: 50%;
  background: linear-gradient(135deg, var(--bcc-green), var(--bcc-yellow));
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; font-size: 1rem; flex-shrink: 0;
}
.bcc-author-name { font-weight: 600; color: var(--gray-900); font-size: .95rem; }
.bcc-author-role { color: var(--gray-500); font-size: .825rem; }

/* =============================================
   CONTACT SECTION
============================================= */
.bcc-contact-grid { display: grid; gap: 3rem; }
@media (min-width: 1024px) { .bcc-contact-grid { grid-template-columns: 1fr 1fr; } }

.bcc-contact-info h3 { font-size: 1.5rem; font-weight: 600; color: #fff; margin-bottom: 2rem; }
.bcc-contact-items { display: flex; flex-direction: column; gap: 1.5rem; }
.bcc-contact-item { display: flex; align-items: flex-start; gap: 1rem; }
.bcc-contact-item-text .label { font-weight: 600; color: #fff; }
.bcc-contact-item-text .value { color: var(--gray-300); font-size: .95rem; }

.bcc-contact-form h3 { font-size: 1.5rem; font-weight: 600; color: #fff; margin-bottom: 2rem; }
.bcc-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-bottom: 1.25rem; }
.bcc-form-group { margin-bottom: 1.25rem; }
.bcc-form-group label { display: block; font-size: .85rem; font-weight: 500; color: #fff; margin-bottom: .5rem; }
.bcc-form-group input,
.bcc-form-group textarea {
  width: 100%; padding: .875rem 1rem;
  background: var(--gray-800); border: 1px solid var(--gray-700);
  border-radius: .625rem; color: #fff;
  font-family: inherit; font-size: .975rem;
  transition: border-color .2s, box-shadow .2s;
}
.bcc-form-group input:focus,
.bcc-form-group textarea:focus {
  outline: none; border-color: var(--bcc-green);
  box-shadow: 0 0 0 3px rgba(34,197,94,.2);
}
.bcc-form-group input::placeholder,
.bcc-form-group textarea::placeholder { color: var(--gray-500); }
.bcc-form-submit {
  width: 100%;
  background: linear-gradient(135deg, var(--bcc-green), var(--bcc-yellow));
  color: #fff; padding: 1rem; border-radius: .625rem;
  font-weight: 600; font-size: 1rem; border: none; cursor: pointer;
  transition: all .3s; font-family: inherit;
}
.bcc-form-submit:hover { opacity: .9; transform: translateY(-1px); }

/* =============================================
   FOOTER
============================================= */
#site-footer { background: #000; color: #fff; padding: 3.5rem 0 2rem; }
.footer-grid { display: grid; gap: 2.5rem; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }
.footer-brand { display: flex; align-items: center; gap: .75rem; margin-bottom: 1rem; }
.footer-brand img { height: 2.25rem; width: auto; }
.footer-brand-name { font-weight: 700; font-size: 1rem; }
.footer-tagline { color: var(--gray-400); font-size: .875rem; line-height: 1.65; }
.footer-col h4 { font-weight: 600; font-size: .95rem; margin-bottom: 1.25rem; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .625rem; }
.footer-col ul a { color: var(--gray-400); font-size: .875rem; transition: color .2s; }
.footer-col ul a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid var(--gray-800); margin-top: 2.5rem; padding-top: 1.5rem; text-align: center; color: var(--gray-500); font-size: .825rem; }

/* =============================================
   PAGE HERO (Programs / Maria Bonita)
============================================= */
.page-hero-gradient {
  background: linear-gradient(135deg, var(--bcc-green-dark), var(--bcc-yellow-dark));
  color: #fff; padding: 5rem 0; text-align: center;
}
.page-hero-gradient h1 { font-size: clamp(2.25rem, 6vw, 4rem); font-weight: 700; margin-bottom: 1.25rem; }
.page-hero-gradient p  { font-size: 1.125rem; color: rgba(255,255,255,.85); max-width: 48rem; margin: 0 auto; }

/* =============================================
   PROGRAMS PAGE FILTER
============================================= */
.bcc-filter-bar { padding: 2rem 0; background: var(--gray-50); }
.bcc-filter-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }
.bcc-filter-btn {
  padding: .625rem 1.375rem; border-radius: 9999px; font-weight: 500;
  border: none; cursor: pointer; font-family: inherit; font-size: .9rem;
  background: #fff; color: var(--gray-700);
  box-shadow: 0 1px 4px rgba(0,0,0,.08); transition: all .2s;
}
.bcc-filter-btn.active,
.bcc-filter-btn:hover {
  background: linear-gradient(135deg, var(--bcc-green), var(--bcc-yellow));
  color: #fff; box-shadow: 0 4px 12px rgba(34,197,94,.3);
}

/* =============================================
   BLOG CARDS
============================================= */
.bcc-blog-grid { display: grid; gap: 2rem; }
@media (min-width: 640px)  { .bcc-blog-grid { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 1024px) { .bcc-blog-grid { grid-template-columns: repeat(3,1fr); } }
.bcc-blog-card { background: #fff; border-radius: 1.25rem; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,.07); transition: box-shadow .3s, transform .3s; }
.bcc-blog-card:hover { box-shadow: 0 20px 40px rgba(0,0,0,.1); transform: translateY(-4px); }
.bcc-blog-card img { width: 100%; height: 12rem; object-fit: cover; }
.bcc-blog-card-body { padding: 1.5rem; }
.bcc-blog-meta { display: flex; align-items: center; justify-content: space-between; margin-bottom: .75rem; }
.bcc-blog-cat { background: linear-gradient(135deg, var(--bcc-green), var(--bcc-yellow)); color: #fff; padding: .2rem .75rem; border-radius: 9999px; font-size: .75rem; font-weight: 600; }
.bcc-blog-date { font-size: .825rem; color: var(--gray-500); }
.bcc-blog-card-body h3 { font-size: 1.05rem; font-weight: 700; color: var(--gray-900); margin-bottom: .625rem; line-height: 1.4; }
.bcc-blog-card-body p  { color: var(--gray-600); font-size: .875rem; margin-bottom: 1rem; line-height: 1.6; }
.bcc-blog-foot { display: flex; align-items: center; justify-content: space-between; }
.bcc-blog-author { font-size: .825rem; color: var(--gray-500); }
.bcc-read-more { color: var(--bcc-green-dark); font-weight: 600; font-size: .85rem; }

/* =============================================
   MARIA BONITA PAGE
============================================= */
.mb-hero { padding: 3.5rem 0; background: linear-gradient(135deg,#f0fdf4,#fefce8); }
.mb-hero-grid { display: grid; gap: 3rem; align-items: center; }
@media (min-width: 1024px) { .mb-hero-grid { grid-template-columns: 1fr 1fr; } }
.mb-hero-img { position: relative; }
.mb-hero-img img { border-radius: 1.25rem; box-shadow: 0 25px 50px rgba(0,0,0,.15); width: 100%; height: 24rem; object-fit: cover; }
.mb-heart-badge { position: absolute; bottom: -1.5rem; right: -1.5rem; width: 5rem; height: 5rem; background: linear-gradient(135deg, var(--bcc-green), var(--bcc-yellow)); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.mb-heart-badge svg { width: 2rem; height: 2rem; stroke: #fff; }
.mb-tag { display: inline-block; background: var(--bcc-green); color: #fff; padding: .35rem 1rem; border-radius: 9999px; font-size: .82rem; font-weight: 600; margin-bottom: 1.25rem; }
.mb-hero-text h1 { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 700; color: var(--gray-900); margin-bottom: 1.25rem; line-height: 1.1; }
.mb-gradient-text { background: linear-gradient(to right, var(--bcc-green-dark), var(--bcc-yellow-dark)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: block; }
.mb-hero-text p { font-size: 1.05rem; color: var(--gray-600); margin-bottom: 2rem; line-height: 1.75; }
.mb-hero-btns { display: flex; flex-wrap: wrap; gap: 1rem; }

.mb-prog-card { background: #fff; border-radius: 1.25rem; padding: 2rem; box-shadow: 0 4px 16px rgba(0,0,0,.07); transition: box-shadow .3s; }
.mb-prog-card:hover { box-shadow: 0 20px 40px rgba(0,0,0,.1); }
.mb-prog-icon { width: 4rem; height: 4rem; background: linear-gradient(135deg, var(--bcc-green), var(--bcc-yellow)); border-radius: 1rem; display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; }
.mb-prog-icon svg { width: 2rem; height: 2rem; stroke: #fff; }
.mb-prog-card h3 { font-size: 1.15rem; font-weight: 700; color: var(--gray-900); margin-bottom: .75rem; }
.mb-prog-card p  { color: var(--gray-600); margin-bottom: 1.25rem; font-size: .95rem; line-height: 1.65; }
.mb-prog-meta { display: flex; flex-direction: column; gap: .5rem; }
.mb-prog-meta span { display: flex; align-items: center; gap: .5rem; font-size: .85rem; color: var(--gray-500); }
.mb-prog-meta svg { width: 1rem; height: 1rem; }

.mb-highlight-wrap { position: relative; border-radius: 1.25rem; overflow: hidden; }
.mb-highlight-wrap img { width: 100%; height: 28rem; object-fit: cover; display: block; }
.mb-highlight-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.42); display: flex; align-items: center; justify-content: center; }
.mb-highlight-text { text-align: center; color: #fff; max-width: 50rem; padding: 0 1.5rem; }
.mb-highlight-text h2 { font-size: clamp(1.75rem, 4vw, 3rem); font-weight: 700; margin-bottom: 1.25rem; line-height: 1.2; }
.mb-highlight-text p  { font-size: 1.1rem; color: rgba(255,255,255,.85); line-height: 1.7; }

.mb-gallery-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: .75rem; }
@media (min-width: 768px)  { .mb-gallery-grid { grid-template-columns: repeat(3,1fr); } }
@media (min-width: 1024px) { .mb-gallery-grid { grid-template-columns: repeat(4,1fr); } }
.gallery-item { position: relative; overflow: hidden; border-radius: .875rem; }
.gallery-item img { width: 100%; height: 12rem; object-fit: cover; transition: transform .5s; display: block; }
.gallery-item:hover img { transform: scale(1.08); }

.mb-video-grid { display: grid; gap: 1.5rem; }
@media (min-width: 768px)  { .mb-video-grid { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 1024px) { .mb-video-grid { grid-template-columns: repeat(3,1fr); } }
.mb-video-item { position: relative; overflow: hidden; border-radius: .875rem; box-shadow: 0 4px 16px rgba(0,0,0,.07); }
.mb-video-item video { width: 100%; height: 12rem; object-fit: cover; display: block; }
.mb-video-label { position: absolute; bottom: .875rem; left: .875rem; background: rgba(255,255,255,.92); padding: .25rem .875rem; border-radius: 9999px; font-size: .8rem; font-weight: 600; color: var(--gray-800); }

.mb-footer-cta { padding: 4.5rem 0; background: linear-gradient(135deg, var(--bcc-green-dark), var(--bcc-yellow-dark)); color: #fff; }
.mb-footer-grid { display: grid; gap: 3rem; align-items: center; }
@media (min-width: 768px) { .mb-footer-grid { grid-template-columns: 1fr 1fr; } }
.mb-footer-text h2 { font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 700; margin-bottom: 1.25rem; line-height: 1.2; }
.mb-footer-text p  { font-size: 1.05rem; color: rgba(255,255,255,.85); margin-bottom: 2rem; line-height: 1.75; }
.mb-footer-btns { display: flex; flex-wrap: wrap; gap: 1rem; }
.mb-social-wrap { text-align: center; }
.mb-social-img { width: 16rem; height: 16rem; border-radius: 50%; object-fit: cover; margin: 0 auto 1.5rem; box-shadow: 0 25px 50px rgba(0,0,0,.25); }
.mb-social-wrap h3 { font-size: 1.4rem; font-weight: 600; margin-bottom: .75rem; }
.mb-social-wrap p  { color: rgba(255,255,255,.8); margin-bottom: 1.5rem; }
.social-icons { display: flex; justify-content: center; gap: 1.25rem; }
.social-btn { width: 3rem; height: 3rem; border-radius: 50%; background: rgba(255,255,255,.2); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .3s; }
.social-btn:hover { background: rgba(255,255,255,.35); }
.social-btn svg { width: 1.4rem; height: 1.4rem; stroke: #fff; }

/* =============================================
   RESPONSIVE TWEAKS
============================================= */
@media (max-width: 640px) {
  .bcc-form-row { grid-template-columns: 1fr; }
  .hero-buttons, .mb-hero-btns, .mb-footer-btns { flex-direction: column; align-items: flex-start; }
  .about-heart-badge { width: 3.5rem; height: 3.5rem; bottom: -1rem; right: -1rem; }
  .about-heart-badge svg { width: 1.5rem; height: 1.5rem; }
}

/* =============================================
   WP NAV MENU compatibility
   (when using Appearance > Menus)
============================================= */
.main-nav li { list-style: none; position: relative; }
.main-nav li a {
  color: var(--gray-700);
  font-weight: 500;
  font-size: .9rem;
  transition: color .2s;
  white-space: nowrap;
}
.main-nav li a:hover { color: var(--bcc-green-dark); }

/* Sub-menus (dropdown) from WP menus */
.main-nav .sub-menu {
  position: absolute; top: 100%; left: 0; margin-top: .5rem;
  width: 17rem; background: #fff; border-radius: .75rem;
  box-shadow: 0 20px 40px rgba(0,0,0,.12);
  border: 1px solid var(--gray-100);
  opacity: 0; visibility: hidden; transform: translateY(-.5rem);
  transition: all .2s; z-index: 200;
  padding: .5rem 0; list-style: none;
}
.main-nav .menu-item-has-children:hover .sub-menu {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.main-nav .sub-menu li a {
  display: block; padding: .75rem 1.25rem;
  font-size: .875rem; color: var(--gray-700);
}
.main-nav .sub-menu li a:hover { background: var(--gray-50); color: var(--bcc-green-dark); }

/* Mobile nav from WP menus */
.mobile-nav .menu { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .875rem; }
.mobile-nav .menu li a { color: var(--gray-700); font-weight: 500; font-size: 1rem; }
.mobile-nav .sub-menu { list-style: none; padding-left: 1rem; margin-top: .5rem; display: flex; flex-direction: column; gap: .5rem; }
.mobile-nav .sub-menu li a { font-size: .9rem; color: var(--gray-500); }

/* "Join Us" nav button (set title = "Join Us" in WP menu) */
.main-nav a.nav-join,
.main-nav li a.nav-join {
  background: linear-gradient(135deg, var(--bcc-green), var(--bcc-yellow)) !important;
  color: #fff !important;
  padding: .5rem 1.25rem !important;
  border-radius: 9999px !important;
  font-weight: 600 !important;
}
.main-nav a.nav-join:hover { opacity: .9; }

/* =============================================
   ELEMENTOR full-width compatibility
============================================= */
.elementor-section-stretched { left: 0 !important; width: 100% !important; }
.e-con-full, .elementor-section.elementor-section-full_width { padding-left: 0 !important; padding-right: 0 !important; }
/* Remove WordPress default padding on Elementor pages */
.elementor-page .site-content,
.elementor-page #page,
.elementor-page .entry-content { padding: 0 !important; margin: 0 !important; }

/* =============================================
   ELEMENTOR — FIX "content area not found"
   main#main-content precisa de existir e
   não ter padding/margin que confunda o editor
============================================= */
#main-content {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Remove qualquer padding do WordPress no article */
#main-content article.page {
  margin: 0;
  padding: 0;
}

/* Elementor injeta .elementor dentro do article — deixar full-width */
#main-content .elementor {
  width: 100%;
}

/* Quando Elementor está ativo, esconder padding padrão do WP */
.elementor-page #main-content,
.elementor-page article {
  padding: 0 !important;
  margin: 0 !important;
}
