*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* Design tokens e tipografia base */

:root {
  --font-scale: 1.25;
  --base-size: 1rem;
  --line-height: 1.4;
  --text-4xl: clamp(2rem, 5vw, 3rem);
  --text-3xl: clamp(1.5rem, 4vw, 2.25rem);
  --text-2xl: clamp(1.25rem, 3vw, 1.5rem);
  --text-xl: clamp(1.125rem, 2.5vw, 1.25rem);
  --text-h1: var(--text-4xl);
  --text-h2: var(--text-3xl);
  --text-h3: var(--text-2xl);
  --text-h4: var(--text-xl);
  --font-size-h1: 44px;
  --font-size-h2: 32px;
  --font-size-h3: 28px;
  --font-size-card-title: 18px;
  --font-size-paragraph: 16px;
  --font-size-small: 1rem;
  --font-size-footer: 0.875rem;
  --font-size-links: 1rem;
  /* UI tokens removidos (agora em /css/config.css) */
  /* Typography scale (clamp tokens) */
  --fs-h1: clamp(44px, 6vw, 80px);
  --fs-h2: clamp(32px, 4.5vw, 56px);
  --fs-h3: clamp(28px, 3vw, 32px);
  --fs-h4: clamp(18px, 2vw, 20px);
  --fs-body-lg: clamp(16px, 1.8vw, 18px);
  --fs-body-s: 16px;
  /* Line-height + weights */
  --lh-body: 1.6;
  --lh-heading: 1.1;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  /* Measure and tracking */
  --measure-body: 60ch;
  --ls-body: -0.02em;
  --ls-heading: -0.06em;
  --ls-caps: 0.01em;
  --primary: #F06B00;
  --secondary: #EC1E79;
  --dark: #333333;
  --text: #444444;
  --light: #f9f9f9;
  --accent: #EC1E79;
  --secondary-purple: #6F42C1;
  --secondary-teal: #20C997;
  --secondary-indigo: #4F46E5;
  --text-gray: #888888;
  --bg-primary: #f9f9f9;
  --bg-secondary: #ffffff;
  --bg-tertiary: #f8f9fa;
  --text-primary: #444444;
  --text-secondary: #666666;
  --text-tertiary: #888888;
  --border-primary: #eee;
  --border-secondary: #ddd;
  --shadow-color: rgba(0, 0, 0, 0.1);
  --card-bg: #ffffff;
  --footer-bg: #2a2a2a;
  --header-link-color: #343A40;
  --hero-fallback-bg: #f5f5f5;
  --bg-dark: #343A40;
  --text-on-dark: #ffffff;
  --overlay-dark: rgba(0, 0, 0, 0.5);
  --thumb-bg-dark: #1a1a1a;
  --brand-accent-1: #FF6B35;
  --brand-accent-2: #E83E8C;
  --gradient-accent-135: linear-gradient(135deg, var(--brand-accent-1), var(--brand-accent-2));
  --gradient-accent-90: linear-gradient(90deg, var(--brand-accent-1), var(--brand-accent-2));
  --overlay-dark-strong: linear-gradient(transparent, rgba(0,0,0,0.95));
  --overlay-dark-soft: linear-gradient(transparent, rgba(0,0,0,0.4));
  --glass-bg-light: rgba(255,255,255,0.1);
  --glass-border-light: rgba(255,255,255,0.2);
  --progress-bg: rgba(255,255,255,0.3);
  --shadow-accent-soft: rgba(255, 107, 53, 0.4);
  --shadow-accent-medium: rgba(255, 107, 53, 0.5);
  --shadow-accent-strong: rgba(255, 107, 53, 0.6);
  --border-accent-1: var(--brand-accent-1);
  --accent-1-90: rgba(255, 107, 53, 0.9);
  --accent-1-80: rgba(255, 107, 53, 0.8);
  --accent-2-90: rgba(232, 62, 140, 0.9);
  --gradient-primary: linear-gradient(135deg, var(--primary), var(--secondary));
  --gradient-cta: linear-gradient(135deg, #F7941D, #EC1E79);
  --shadow-cta: 0 8px 20px rgba(0, 0, 0, 0.25);
  --shadow-sm: 0 2px 4px var(--shadow-color);
  --shadow-md: 0 4px 8px var(--shadow-color);
  --shadow-lg: 0 8px 16px var(--shadow-color);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --bg-light: var(--bg-tertiary);
  --bg-white: var(--bg-secondary);
  --text-dark: var(--text-primary);
  --text-light: var(--text-secondary);
  --card-radius: var(--radius-lg);
  --card-shadow: var(--shadow-md);
  --card-shadow-hover: var(--shadow-lg);
  --card-transition: var(--transition);
  --shadow-card-xl: 0 10px 30px rgba(0, 0, 0, 0.15);
  --shadow-strong: 0 10px 30px rgba(0, 0, 0, 0.3);
  --overlay-black-70: rgba(0, 0, 0, 0.7);
  --placeholder-bg: #e0e0e0;
  --overlay-slate-95: rgba(52, 58, 64, 0.95);
  --text-muted-light: #bbbbbb;
  --instagram-gradient: linear-gradient(45deg, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 100%);
  --border-neutral-10: rgba(0, 0, 0, 0.1);
  --accent-1-10: rgba(255, 107, 53, 0.1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Oxygen', Arial, sans-serif;
  background-color: var(--bg-primary);
  color: var(--text-primary);
  line-height: 1.6;
  max-width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
  transition: background-color 0.3s ease, color 0.3s ease;
}

h1, h2, h3, h4 {
  margin: 0 0 1rem 0;
  font-weight: 700;
  line-height: var(--line-height);
  color: var(--text-primary);
  font-family: 'Oxygen', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

h1 {
  font-size: var(--font-size-h1);
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

h2 {
  font-size: var(--font-size-h2);
  font-weight: 600;
  margin: 1.25rem 0 0.75rem;
  line-height: 1.3;
  position: relative;
  padding-bottom: 0.5rem;
  letter-spacing: -0.005em;
}

h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--primary);
}

h3 {
  font-size: var(--font-size-h3);
  font-weight: 600;
  margin: 1.25rem 0 0.75rem;
  line-height: 1.4;
}

h4 {
  font-size: var(--font-size-card-title);
  margin: 0.75rem 0 0.5rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

section h1 {
  font-size: var(--font-size-h1);
  line-height: 1.2;
}

section h2 {
  font-size: var(--font-size-h2);
  line-height: 1.3;
}

section h3 {
  font-size: var(--font-size-h3);
  line-height: 1.4;
}

section h4 {
  font-size: var(--font-size-card-title);
  line-height: 1.25;
  letter-spacing: 0.01em;
}

p {
  font-size: var(--font-size-paragraph);
  margin-bottom: 1rem;
  line-height: 1.6;
  font-family: 'Oxygen', Arial, sans-serif;
  font-weight: 400;
  color: var(--text-secondary);
}

a {
  color: var(--primary);
  text-decoration: none;
  font-size: var(--font-size-links);
  font-family: 'Oxygen', Arial, sans-serif;
  transition: var(--transition);
}

a:hover {
  color: var(--secondary);
  text-decoration: underline;
}

.tw-container {
  width: 100%;
}

@media (min-width: 640px) {
  .tw-container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .tw-container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .tw-container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .tw-container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .tw-container {
    max-width: 1536px;
  }
}

/* ===== ESPECIALISTAS â€“ VISUAIS MIGRADOS DE especialistas.css ===== */

/* Escopo de Ã¡rea */

#especialistas {
  font-family: 'Oxygen', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
  /* Fundo branco conforme solicitado (sem cinza) */
  background: var(--bg-secondary);
  /* Texto escuro para contraste adequado em fundo branco */
  color: var(--text-primary);
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.esp-modular-card {
  background: var(--bg-tertiary);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-strong);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.esp-modular-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.5);
}

.esp-modular-img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}

.esp-modular-card:hover .esp-modular-img {
  transform: scale(1.05);
}

.card__content {
  position: absolute;
  background: var(--overlay-slate-95);
  top: 100%;
  left: 0;
  opacity: 0;
  transition: all 0.75s ease-in-out;
  box-sizing: border-box;
}

.esp-modular-card:hover .card__content {
  top: 40%;
  opacity: 1;
}

.card__content-inner {
  color: var(--text-on-dark);
}

.card__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
  color: var(--secondary-purple);
}

.card__description {
  font-size: 12px;
  line-height: 1.4;
  color: var(--text-muted-light);
  margin-bottom: 12px;
}

.card__list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 12px;
}

.card__list li {
  margin-bottom: 6px;
  position: relative;
  padding-left: 18px;
  font-size: 12px;
}

.card__list li:before {
  content: "â€¢";
  position: absolute;
  left: 0;
  color: var(--success);
}

.card__title-before {
  position: absolute;
  bottom: 15px;
  left: 0;
  font-size: 18px;
  font-weight: bold;
  color: var(--text-on-dark);
  text-shadow: 0 2px 4px var(--overlay-black-70);
  opacity: 1;
  transition: opacity 0.3s ease;
}

.esp-modular-card:hover .card__title-before {
  opacity: 0;
}

#especialistas h1 {
  text-align: center;
  color: var(--text-on-dark);
  margin-bottom: 1.25rem;
  font-size: clamp(1.75rem, 1.25rem + 2vw, 2.5rem);
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #000;
}

.instructions {
  color: var(--text-muted-light);
  line-height: 1.5;
  font-size: 14px;
}

/* ===== CARDS / BENEFÃCIOS (layout/alinhamento) ===== */

.mc-protocolos {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.mc-protocolos .section-title {
  margin-bottom: 3rem;
  text-align: center;
}

.mc-protocol-grid {
  margin-top: 3rem;
  display: grid;
  gap: 2rem;
}

.mc-protocol-card {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
}

.mc-protocol-icon {
  margin-bottom: 1rem;
  text-align: center;
}

.mc-protocol-highlight {
  position: relative;
  margin-top: auto;
  border-radius: 8px;
  padding: 1rem;
}

.mc-beneficios {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.mc-beneficios .section-title {
  margin-bottom: 3rem;
  text-align: center;
}

.mc-benefits-grid {
  margin-top: 3rem;
  display: grid;
  align-items: flex-start;
  gap: 2rem;
}

.mc-benefit-item {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.mc-benefit-icon {
  margin-bottom: 1rem;
  display: flex;
  height: 80px;
  width: 80px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}

/* ===== CARDS-INFO ajustes adicionais (layout) ===== */

.\!section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section-title {
  margin-bottom: 2rem;
  text-align: center;
}

.pricing-cards {
  display: grid;
  align-items: stretch;
  justify-content: center;
  gap: 2rem;
}

.pricing {
  border-radius: 12px;
  padding: 0.75rem;
  text-align: center;
}

.divider {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  height: 1px;
}

.features-title {
  margin-bottom: 0.75rem;
  text-align: center;
}

.package-description {
  margin-bottom: 0.75rem;
}

.installments {
  font-weight: 600;
}

/* ===== FAQ POPUP SEARCH (layout/spacing only) ===== */

.popup-search-content {
  display: flex;
  height: 650px;
  max-height: 90vh;
  width: 650px;
  max-width: 95%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.popup-search-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}

.popup-search-results {
  flex: 1 1 0%;
  overflow-y: auto;
  padding: 1.25rem;
}

.popup-search-results .category-title {
  margin-top: 25px;
  margin-bottom: 15px;
  border-bottom-width: 2px;
  padding-bottom: 0.25rem;
  font-weight: 700;
}

.popup-search-results .faq-item {
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 0.125rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.popup-search-results .faq-question {
  width: 100%;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: left;
  font-weight: 600;
}

.popup-search-results .faq-answer {
  border-top-width: 1px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.popup-search-no-results {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
}

/* ===== FAQ PAGE BASE (layout/alinhamento) ===== */

.faq-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.faq-section .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 1040px;
}

.faq-section .section-title {
  text-align: center;
}

.faq-list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 1024px) {
  .faq-list {
    grid-template-columns: 1fr 1fr;
  }

  .faq-list .category-title {
    grid-column: 1 / -1;
  }
}

.faq-list .faq-item {
  margin: 0;
}

/* ===== FAQ Search Input â€“ visual completo (sem alterar JS) ===== */

.search-container {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.search-container input#faq-search-input {
  max-width: 600px;
  flex: 1 1 0%;
  border-radius: 0.5rem;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  color: #333;
  transition: box-shadow .2s ease, border-color .2s ease, background-color .2s ease;
}

.search-container input#faq-search-input::-moz-placeholder {
  color: #777;
}

.search-container input#faq-search-input::placeholder {
  color: #777;
}

.search-container input#faq-search-input:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(64, 93, 230, .15);
  background: #fff;
}

.search-container .back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-decoration-line: none;
  color: var(--color-primary);
}

.search-container .back-link:hover {
  color: var(--color-primary-hover);
}

.faq-item {
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 12px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.faq-more-link {
  margin-top: 30px;
  text-align: center;
}

.category-title {
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-weight: 700;
}

/* Modal overlay base */

.popup-search-modal {
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  inset: 0px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.popup-search-modal.active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

/* ===== HOME (index.php) â€“ Hover de links sem sublinhado ===== */

/* Escopo pelo #main-content para afetar apenas a pÃ¡gina inicial */

#main-content a:hover {
  text-decoration: none !important;
  color: var(--secondary);
}

#main-content a {
  text-decoration: none;
}

/* ===== QUERO AVALIAÃ‡ÃƒO - HERO (layout/alinhamento) ===== */

.hero {
  position: relative;
  display: flex;
  min-height: 100vh;
  width: 100%;
  align-items: center;
}

.hero-slider {
  height: 100%;
  width: 100%;
}

.swiper-slide {
  position: relative;
  min-height: 100vh;
  width: 100%;
}

.hero-media {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
}

.hero-image, .hero-video {
  height: auto;
  max-width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ===== VIDEO BLOG (layout/alinhamento) ===== */

.netflix-video-blog {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 254 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.netflix-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.section-title-vb {
  margin-bottom: 3rem;
  text-align: center;
}

.video-content-wrapper {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

#video-title {
  margin: 0px;
  text-align: center;
}

#video-description {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  text-align: center;
}

.netflix-thumbs-section {
  width: 100%;
}

.thumbs-header {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.thumbs-title {
  margin: 0px;
  font-weight: 700;
}

.carousel-controls {
  display: flex;
  gap: 0.5rem;
}

.thumbs-carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.thumbs-carousel {
  width: 100%;
  overflow: hidden;
}

.thumbs-track {
  display: flex;
  cursor: grab;
  gap: 1.5rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.thumbs-track:active {
  cursor: grabbing;
}

.thumb-item {
  position: relative;
  height: 500px;
  width: 280px;
  flex-shrink: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: 12px;
  border-width: 3px;
  border-color: transparent;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.thumb-image-container {
  position: relative;
  height: 100%;
  width: 100%;
}

.thumb-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.thumb-play-overlay {
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.thumb-item:hover .thumb-play-overlay {
  opacity: 1;
}

.thumb-play-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  width: var(--size-play-button);
  height: var(--size-play-button);
}

.thumb-overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.thumb-item:hover .thumb-overlay {
  opacity: 1;
}

.thumb-title {
  margin: 0px;
  font-weight: 600;
  font-size: var(--video-thumb-font-size-desktop);
}

.video-popup-overlay {
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  inset: 0px;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 1rem;
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.video-popup-overlay.active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.video-popup-content {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  width: var(--video-popup-width-desktop);
  max-width: var(--video-popup-max-width-desktop);
  aspect-ratio: var(--video-popup-aspect-desktop);
  max-height: var(--video-popup-max-height-desktop);
}

.video-popup-player {
  position: relative;
  height: 100%;
  width: 100%;
}

/* Layout base */

.container {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* SeÃ§Ãµes principais */

.section-title {
  margin-bottom: 3rem;
  text-align: center;
}

.section-subtitle {
  margin-bottom: 0.5rem;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Header layout mirrors existing structure without changing behaviors */

.mc-header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mc-header .header-content {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1200px;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
}

.mc-header .desktop-nav {
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
  flex: 1 1 0%;
  justify-content: center;
}

.mc-header .desktop-nav ul {
  margin: 0px;
  display: flex;
  list-style-type: none;
  gap: 2rem;
  padding: 0px;
}

.mc-header .desktop-nav a {
  white-space: nowrap;
  font-weight: 700;
  text-decoration-line: none;
}

/* Buttons (CTA/Primary) - safe subset mapping only */

.cta-button, .pricing-button, .submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  vertical-align: middle;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .cta-button, .pricing-button, .submit-button {
    width: auto;
    width: 100%;
  }
}

/* Cards and benefits - structure only, visual styles preserved from existing CSS */

.mc-protocol-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.mc-benefit-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Grid helpers where used */

.mc-protocol-grid, .mc-benefits-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .mc-protocol-grid, .mc-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .mc-protocol-grid, .mc-benefits-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Footer container */

footer .container {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* FAQ mappings (layout/spacing only, keep visuals from faq.css) */

.faq-search-form {
  margin-bottom: 2rem;
  display: flex;
  width: 100%;
  justify-content: center;
}

.faq-search-box {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.faq-search-box input[type="search"] {
  flex: 1 1 0%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.faq-search-box button[type="submit"] {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.search-container {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.search-container input#faq-search-input {
  flex: 1 1 0%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.search-container .back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration-line: none;
}

.faq-list {
  margin-top: 1.25rem;
}

.faq-item summary {
  display: flex;
  align-items: center;
}

/* Carousel mappings (structure only, keep visuals from carousel.css) */

.carousel-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.carousel-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 449px;
  width: 320px;
  overflow: hidden;
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 40px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 10px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.carousel-track {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0.25,0.46,0.45,0.94);
}

.carousel-slide {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  height: 449px;
  width: 320px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.carousel-image {
  pointer-events: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.carousel-nav {
  position: absolute;
  top: 50%;
  display: flex;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}

.carousel-indicators {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.carousel-touch-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
}

@media (min-width: 768px) {
  .carousel-touch-indicator {
    display: none;
  }
}

/* ===== HERO SECTION (layout/alinhamento) ===== */

.mc-main-hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* .mc-hero-slide visibilidade mantida via CSS/JS */

.mc-hero-gluteos-overlay {
  pointer-events: none;
  position: absolute;
  left: 0px;
  z-index: 5;
  width: 100%;
}

.mc-hero-gluteos-content {
  max-width: 780px;
  text-align: left;
}

/* ===== POPUP OFERTA (layout/alinhamento) ===== */

.popup-oferta-overlay {
  position: fixed;
  inset: 0px;
  z-index: 100002;
  align-items: center;
  justify-content: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.popup-oferta-overlay.active {
  display: flex;
  opacity: 1;
}

.popup-oferta-container {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
/* Black Friday container square */
.popup-square-1080 { width: min(1080px, 90vw); height: min(1080px, 90vh); aspect-ratio: 1 / 1; margin: 0 auto; }

.popup-oferta-content {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.popup-oferta-image-section {
  position: relative;
  overflow: hidden;
}

.popup-oferta-content-section {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.popup-oferta-cta-button {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 800;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.video-popup-close-btn, .popup-oferta-close-btn, .mobile-menu-close-btn {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}

/* PosiÃ§Ã£o e tamanho via tokens */

.video-popup-close-btn, .popup-oferta-close-btn, .mobile-menu-close-btn {
  top: var(--video-close-offset);
  right: var(--video-close-offset);
  width: var(--video-close-size);
  height: var(--video-close-size);
}

/* Remover botÃ£o de fechar do menu mobile da UI (sem alterar JS) */

/* ===== HERO CONTROLS (layout apenas) ===== */

.mc-hero-controls {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  z-index: 10;
  display: flex;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  gap: 0.75rem;
}

.mc-hero-prev, .mc-hero-next {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}

.mc-hero-dots {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.mc-hero-dot {
  cursor: pointer;
  border-radius: 9999px;
}

/* Variantes de slider controls */

/* ===== CARDS-INFO (estrutura de layout) ===== */

nav ul {
  display: flex;
  list-style-type: none;
  gap: 2rem;
}

.hero {
  text-align: center;
}

.pricing-cards {
  display: grid;
  align-items: stretch;
  justify-content: center;
  gap: 2rem;
}

.pricing-card {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  text-align: center;
}

.card-content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25rem;
}

.features-section {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  text-align: left;
}

.feature-container {
  margin-bottom: 0.375rem;
  display: flex;
  align-items: flex-start;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.feature-check {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-weight: 700;
}

.feature-text {
  flex: 1 1 0%;
  text-align: left;
}

.pricing-cta {
  display: block;
  width: 100%;
  border-radius: 9999px;
  text-align: center;
  font-weight: 700;
}

.pricing-footer {
  margin-top: auto;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
}

/* Popup info (cards-info) layout apenas */

.popup-info-overlay {
  position: fixed;
  inset: 0px;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 0.7);
}

.popup-info-overlay:target {
  display: flex;
}

.popup-info-content {
  position: relative;
  display: flex;
  max-height: 60vh;
  width: 90%;
  max-width: 420px;
  flex-direction: column;
  overflow-y: auto;
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.mobile-menu-close-btn {
  display: none !important;
}

/* ===== HEADER MOBILE (layout/alinhamento) ===== */

.mc-header .mobile-menu-group {
  align-items: center;
  gap: 1rem;
}

.mc-header .mobile-actions {
  align-items: center;
}

/* ===== HEADER INTERACTIONS MIGRADOS DE header.css ===== */

/* Estados e transformaÃ§Ãµes do hamburger */

.mc-header .hamburger-menu span {
  display: block;
  width: 100%;
  height: var(--burger-line-height);
  background: var(--burger-color-off);
  position: absolute;
  left: 0;
  transform-origin: center;
  border-radius: 2px;
  /* Easing com leve overshoot para animaÃ§Ã£o mais viva */
  transition: transform var(--burger-anim-duration) var(--burger-anim-ease, cubic-bezier(0.175, 0.885, 0.32, 1.275)), background-color 240ms ease, opacity 200ms ease, box-shadow 240ms ease;
  box-shadow: 0 0 0 rgba(232, 62, 140, 0);
  backface-visibility: hidden;
  will-change: transform, opacity;
  z-index: 1;
  /* garante que barras fiquem acima dos pseudo-elementos decorativos */
}

/* AdaptaÃ§Ã£o do snippet sem checkbox: usar apenas o primeiro span com ::before/::after */

.mc-header .hamburger-menu > span:first-child,
.mc-header .hamburger-menu > span:first-child::before,
.mc-header .hamburger-menu > span:first-child::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--burger-line-height, 2px);
  background-color: var(--header-link-color, #616161);
  transition: transform .25s ease, top .25s ease, opacity .25s ease;
}

/* No estado inativo, NÃƒO renderizar pseudo-elementos para evitar barras extras */

.mc-header .hamburger-menu > span:first-child::before {
  content: none;
  top: -8px;
}

.mc-header .hamburger-menu > span:first-child::after {
  content: none;
  top: 8px;
}

/* Oculta as outras duas spans para evitar duplicidade visual */

.mc-header .hamburger-menu > span:nth-child(2),
.mc-header .hamburger-menu > span:nth-child(3) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Estado ativo: X perfeito com dois traÃ§os diagonais via pseudo-elementos */

/* Oculta a barra central e usa ::before e ::after para formar o X centrado */

.mc-header .hamburger-menu.active > span:first-child {
  background-color: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.mc-header .hamburger-menu.active > span:first-child::before,
.mc-header .hamburger-menu.active > span:first-child::after {
  top: 0;
  transform-origin: center;
  content: "";
  /* Ativar pseudo-elementos apenas no estado ativo */
}

.mc-header .hamburger-menu.active > span:first-child::before {
  transform: rotate(45deg);
}

.mc-header .hamburger-menu.active > span:first-child::after {
  transform: rotate(-45deg);
}

.mc-header .hamburger-menu span:nth-child(1) {
  top: 0;
  transition-delay: 0ms;
}

.mc-header .hamburger-menu span:nth-child(2) {
  top: calc(var(--burger-line-height) + var(--burger-spacing));
  transition-delay: 60ms;
}

.mc-header .hamburger-menu span:nth-child(3) {
  top: calc(2 * var(--burger-line-height) + 2 * var(--burger-spacing));
  transition-delay: 120ms;
}

/* Neutraliza transformaÃ§Ãµes das trÃªs barras quando ativo e centraliza apenas via pseudo-elementos */

.mc-header .hamburger-menu.active span:nth-child(1) {
  top: calc(var(--burger-line-height) + var(--burger-spacing));
  transform: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.mc-header .hamburger-menu.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0) !important;
}

.mc-header .hamburger-menu.active span:nth-child(3) {
  top: calc(var(--burger-line-height) + var(--burger-spacing));
  transform: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* ==== Cyberpunk-style burger: spans transform to an X directly ==== */
.mc-header .hamburger-menu.active span:nth-child(1) {
  top: calc(var(--burger-line-height) + var(--burger-spacing)) !important;
  transform: rotate(45deg) !important;
  background: var(--burger-color-on) !important;
}
.mc-header .hamburger-menu.active span:nth-child(2) {
  opacity: 0 !important;
  visibility: hidden !important;
}
.mc-header .hamburger-menu.active span:nth-child(3) {
  top: calc(var(--burger-line-height) + var(--burger-spacing)) !important;
  transform: rotate(-45deg) !important;
  background: var(--burger-color-on) !important;
}
/* Disable pseudo-element X to avoid double rendering */
.mc-header .hamburger-menu.active > span:first-child::before,
.mc-header .hamburger-menu.active > span:first-child::after {
  display: none !important;
  content: none !important;
}

/* Estilo Jellyfish inspirado: fundo com gradiente e knob decorativo */

.mc-header .hamburger-menu::before {
  content: "";
  position: absolute;
  inset: -4px -6px;
  /* leve padding externo para criar a pÃ­lula */
  border-radius: 9999px;
  background: var(--burger-bg-off);
  opacity: 0.85;
  transition: background var(--burger-anim-duration) ease, box-shadow var(--burger-anim-duration) ease, transform var(--burger-anim-duration) ease;
  z-index: 0;
}

.mc-header .hamburger-menu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  width: var(--burger-knob-size);
  height: var(--burger-knob-size);
  background: var(--brand-accent-2);
  border-radius: 9999px;
  box-shadow: 0 4px 12px var(--shadow-accent-soft);
  transform: translate(0, -50%);
  opacity: 0;
  transition: transform var(--burger-anim-duration) var(--burger-anim-ease), opacity 240ms ease;
  z-index: 0;
}

.mc-header .hamburger-menu.active::before {
  background: var(--burger-bg-on);
  box-shadow: var(--burger-shadow-on);
  transform: scale(1.035);
  animation: burgerPulse var(--burger-anim-duration) ease-out;
}

.mc-header .hamburger-menu.active::after {
  opacity: 1;
  transform: translate(var(--burger-knob-translate), -50%);
}

@keyframes burgerPulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.06);
  }

  100% {
    transform: scale(1);
  }
}

/* Remover elemento de fundo atrÃ¡s dos spans do burger */

.mc-header .hamburger-menu::before {
  display: none !important;
}

.mc-header .hamburger-menu.active::before {
  display: none !important;
}

/* Menu mobile: slide-in, background e links */

.mc-header .mobile-nav {
  top: var(--header-height, 70px);
  height: calc(100vh - var(--header-height, 70px));
  transform: translateY(-100%);
  visibility: hidden;
  transition: var(--transition);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mc-header .mobile-nav.active {
  transform: translateY(0);
  visibility: visible;
  background-image: url('/img/bottom-menu-mobile.webp');
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Add a subtle dark overlay behind the menu content */
.mc-header .mobile-nav.active::before {
  /* Removido overlay opaco sobre o menu ativo */
  content: none;
  display: none !important;
  background: transparent !important;
}

.mc-header .mobile-nav .container {
  overflow-y: hidden;
}

.mc-header .mobile-nav ul {
  gap: 0;
}

.mc-header .mobile-nav li {
  margin-bottom: 0px;
}

/* VersÃ£o com id #mobile-menu (compatÃ­vel com markup existente) */

.mc-header #mobile-menu {
  position: fixed;
  top: var(--header-height, 70px);
  height: calc(100vh - var(--header-height, 70px));
  left: 0;
  visibility: hidden;
  transition: var(--transition);
}

/* Estado ativo baseado em classe, compatÃ­vel com a lÃ³gica JS */

.mc-header #mobile-menu.active {
  visibility: visible;
}

/* Regras de irmÃ£os mantidas como no legacy (sem efeito no markup atual) */

.mc-header .hamburger-menu.active + #mobile-menu {
  visibility: visible;
  left: 0;
}

.mc-header .hamburger-menu.active ~ #mobile-menu {
  visibility: visible;
  left: 0;
}

.mc-header .mobile-nav a {
  position: relative;
  padding: 1rem 1.5rem;
  color: var(--header-link-color);
  font-size: 1.2rem;
  font-weight: 700;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  text-decoration: none;
}

@media (max-width: 768px) {
  .mc-header .mobile-nav a {
    text-align: left;
    padding-left: 2rem;
  }
}

.mc-header .mobile-nav a::before {
  content: "â†’";
  color: var(--header-link-color);
  position: absolute;
  left: 1rem;
}

/* Arrows right em cada item do menu ativo (como havia antes) */
.mc-header .mobile-nav.active a { padding-right: 2rem; }
.mc-header .mobile-nav.active a::after {
  content: "";
  position: absolute;
  right: var(--mobile-menu-chevron-offset-right, 1rem);
  top: 50%;
  transform: translateY(-50%);
  width: 0; height: 0;
  border-top: var(--mobile-menu-chevron-half, 6px) solid transparent;
  border-bottom: var(--mobile-menu-chevron-half, 6px) solid transparent;
  border-left: var(--mobile-menu-chevron-thickness, 8px) solid var(--header-link-color);
  opacity: .95;
  pointer-events: none;
}

/* AnimaÃ§Ã£o dos itens do menu ativo da esquerda para a direita (estilo cyberpunk) */
@keyframes cpMenuSlideIn {
  0% { opacity: 0; transform: translateX(-24px); }
  100% { opacity: 1; transform: translateX(0); }
}
.mc-header .mobile-nav.active ul li {
  opacity: 0;
  transform: translateX(-24px);
  animation: cpMenuSlideIn 420ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.mc-header .mobile-nav.active ul li:nth-child(1) { animation-delay: 0ms; }
.mc-header .mobile-nav.active ul li:nth-child(2) { animation-delay: 60ms; }
.mc-header .mobile-nav.active ul li:nth-child(3) { animation-delay: 120ms; }
.mc-header .mobile-nav.active ul li:nth-child(4) { animation-delay: 180ms; }
.mc-header .mobile-nav.active ul li:nth-child(5) { animation-delay: 240ms; }
.mc-header .mobile-nav.active ul li:nth-child(6) { animation-delay: 300ms; }
.mc-header .mobile-nav.active ul li:nth-child(7) { animation-delay: 360ms; }

.mc-header .close-menu {
  position: absolute;
  top: 25px;
  left: 25px;
  color: var(--header-link-color);
  font-size: 2rem;
  cursor: pointer;
  z-index: 1002;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.mc-header .close-menu:hover {
  transform: scale(1.2);
  color: var(--accent);
}

/* ===== TEXTO BASE (evitar texto branco indevido) ===== */

.\!section {
  color: var(--text-primary) !important;
}

.section,
.container,
.hero-content,
.card-content,
.feature-text,
.package-description,
.instructions,
.faq-item,
.popup-search-results,
.faq-answer,
.popup-info-content,
.search-container,
.video-content-wrapper,
.thumb-title,
.category-title {
  color: var(--text-primary);
}

.mc-header .hamburger-menu {
  position: relative;
  margin: 0px;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-around;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  width: var(--burger-width);
  height: var(--burger-height);
}

.mc-header .mobile-nav {
  pointer-events: none;
  position: fixed;
  left: 0px;
  width: 100%;
  opacity: 0;
}

.mc-header .mobile-nav.active {
  pointer-events: auto;
  z-index: 1004;
  display: flex;
  opacity: 1;
}

.mc-header .mobile-nav .container {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mc-header .mobile-nav ul {
  margin: 0px;
  display: flex;
  width: 100%;
  list-style-type: none;
  flex-direction: column;
  padding: 0px;
}

.mc-header .mobile-nav li {
  width: 100%;
  text-align: left;
}

.mc-header .mobile-nav a {
  display: flex;
  width: 100%;
  align-items: center;
  text-align: left;
  text-decoration-line: none;
}

.mc-header .close-menu {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
}

.mc-header .mobile-instagram {
  display: flex;
  align-items: center;
}

/* Touch hints para itens interativos (sem alterar eventos JS) */

.scroll-btn,
    .thumb-item,
    .video-popup-close-btn,
    .popup-oferta-close-btn,
    .video-center-play,
    .video-control-btn {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.thumbs-track {
  touch-action: pan-x;
}

/* ===== FOOTER & UTILIDADES (layout/alinhamento) ===== */

.footer-content {
  margin-bottom: 2rem;
  display: grid;
  gap: 2rem;
}

.footer-logo {
  margin-bottom: 1rem;
  height: 60px;
}

.footer-column ul {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

.footer-column li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-column a {
  text-decoration-line: none;
}

.page-tail-separator {
  margin-top: 3rem;
  border-top-width: 1px;
  padding-top: 2rem;
}

.page-tail-note {
  text-align: center;
}

.pharmacy-placeholder .pharmacy-note {
  margin-top: 0.75rem;
}

.pharmacy-placeholder .pharmacy-note-small {
  font-size: 0.85rem;
}

.popup-custom-message {
  font-size: 1rem;
  line-height: 1.5rem;
}

.copyright {
  padding-top: 1rem;
  text-align: center;
}

.facebook-disclaimer {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.25;
}

.pharmacy-logo {
  display: block;
  height: auto;
  max-height: 80px;
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.whatsapp-float {
  position: fixed;
  bottom: 90px;
  right: 1.25rem;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.bottom-bar {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 998;
  text-align: center;
}

.bottom-bar .cta-button {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.bottom-bar.show {
  opacity: 1;
}

.bottom-bar.\!show {
  opacity: 1;
}

/* Desktop sizing refinement for bottom bar CTA */

@media (min-width: 1024px) {
  #cta-bottom-bar {
    padding: 0.75rem 1.75rem;
    font-size: 0.95rem;
  }
}

/* ===== HEADER AUX (layout/alinhamento) ===== */

.mc-header .header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.mc-header .instagram-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.mc-header .menu-overlay {
  pointer-events: none;
  position: fixed;
  inset: 0px;
  opacity: 0;
}

/* BotÃµes visuais (CTA/Primary) */

.cta-button, .pricing-button, .submit-button {
  padding: 1rem 2.5rem;
  background: var(--gradient-primary);
  color: #fff;
  border-radius: var(--radius-lg);
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.2;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  transition: var(--transition);
  box-shadow: var(--shadow-cta);
}

@media (max-width: 768px) {
  .cta-button, .pricing-button, .submit-button {
    padding: 0.8rem 1.8rem;
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .cta-button, .pricing-button, .submit-button {
    padding: 0.7rem 1.5rem;
    font-size: 0.9rem;
    width: 100%;
  }
}

.cta-button::before, .pricing-button::before, .submit-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.cta-button:hover, .pricing-button:hover, .submit-button:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.cta-button:hover::before, .pricing-button:hover::before, .submit-button:hover::before {
  left: 100%;
}

.cta-button:active, .pricing-button:active, .submit-button:active {
  transform: scale(0.98);
}

/* CTA Section */

/* RodapÃ© visual */

footer {
  background-color: var(--footer-bg);
  color: #fff;
  padding: 4rem 0 1rem;
  border-top: 1px solid var(--border-primary);
  padding-left: clamp(1.5rem, 5vw, 3rem);
  padding-right: clamp(1.5rem, 5vw, 3rem);
}

.footer-column h3 {
  color: var(--primary);
  font-size: clamp(1.25rem, 1rem + 1vw, 1.5rem);
  line-height: 1.3;
  letter-spacing: 0.01em;
  margin: 0 0 .75rem;
}

.footer-column li {
  color: #cccccc;
}

.footer-column li i {
  width: 16px;
  text-align: center;
}

.footer-column a, .footer-column li {
  color: #ddd;
}

.footer-column a:hover {
  color: var(--primary);
}

.footer-column p {
  color: #cccccc;
}

.main-copyright {
  text-align: center;
  margin: 1rem 0;
  padding: 0.75rem;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 500;
}

.main-copyright p {
  margin: 0;
  color: #ffffff;
}

.facebook-disclaimer {
  text-align: center;
  margin: 1rem 0;
  padding: 0.5rem;
  font-size: 0.75rem;
  color: #ffffff;
  line-height: 1.3;
}

.facebook-disclaimer p {
  margin: 0;
  color: #ffffff;
}

.copyright {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1rem;
  color: #ffffff;
}

.pharmacy-logo {
  display: block;
  width: 200px;
  height: auto;
  max-height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* WhatsApp Float */

.whatsapp-float {
  position: fixed;
  bottom: 90px;
  right: 20px;
  background-color: #25d366;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  box-shadow: var(--shadow-lg);
  z-index: 999;
  transition: var(--transition);
  text-decoration: none;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

/* Bottom Bar */

.bottom-bar {
  background: var(--card-bg);
  padding: 15px 20px;
  box-shadow: 0 -2px 10px var(--shadow-color);
  border-top: 1px solid var(--border-primary);
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.3s ease;
  padding-left: clamp(1.5rem, 5vw, 3rem);
  padding-right: clamp(1.5rem, 5vw, 3rem);
}

.bottom-bar.show {
  transform: translateY(0);
  opacity: 1;
}

.bottom-bar.\!show {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

/* ===== HERO MAIN â€“ visuais migrados de hero.css (nÃ£o altera JS) ===== */

/* Estrutura base e fundos controlados como slides por opacidade */

.mc-main-hero-section {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.mc-main-hero-background, .mc-main-hero-background-gluteos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2;
  opacity: 0;
  transition: opacity .4s ease;
}

/* Desktop 16:9 */

@media (min-width: 1025px) {
  .mc-main-hero-background {
    background-size: cover;
    background-image: url('/img/hero-desktop-16-9.webp');
  }

  .mc-main-hero-background-gluteos {
    background-size: cover;
    background-image: url('/img/hero-gluteos-desktop-16-9.webp');
  }
}

/* Tablet 4:3 */

@media (max-width: 1024px) and (min-width: 769px) {
  .mc-main-hero-background {
    background-size: cover;
    background-image: url('/img/hero-tablet-4-3.webp');
  }

  .mc-main-hero-background-gluteos {
    background-size: cover;
    background-image: url('/img/hero-gluteos-tablet-4-3.webp');
  }
}

/* Tablet Portrait 3:4 */

@media (max-width: 768px) and (min-width: 601px) {
  .mc-main-hero-background {
    background-image: url('/img/hero-tablet-portrait-3-4.webp');
    background-size: cover;
    height: 70vh;
    background-position: center top;
  }

  .mc-main-hero-background-gluteos {
    background-image: url('/img/hero-gluteos-tablet-portrait-3-4.webp');
    background-size: cover;
    height: 70vh;
    background-position: center top;
  }

  .mc-main-hero-section {
    height: 75vh;
  }
}

/* Mobile Large 4:3 */

@media (max-width: 600px) and (min-width: 481px) {
  .mc-main-hero-background {
    background-image: url('/img/hero-mobile-large-4-3.webp');
    background-size: cover;
    height: 70vh;
    background-position: center top;
  }

  .mc-main-hero-background-gluteos {
    background-image: url('/img/hero-gluteos-mobile-large-4-3.webp');
    background-size: cover;
    height: 70vh;
    background-position: center top;
  }

  .mc-main-hero-section {
    height: 65vh;
  }
}

/* Mobile Small 4:3 */

@media (max-width: 480px) {
  .mc-main-hero-background {
    background-image: url('/img/hero-mobile-4-3-small.webp');
    background-size: cover;
    height: 60vh;
    background-position: center top;
  }

  .mc-main-hero-background-gluteos {
    background-image: url('/img/hero-gluteos-mobile-4-3-small.webp');
    background-size: cover;
    height: 60vh;
    background-position: center top;
  }

  .mc-main-hero-section {
    height: 60vh;
  }
}

/* Fallback mobile quando imagem especÃ­fica faltar */

@media (max-width: 768px) {
  .mc-main-hero-background.no-mobile-image {
    background-image: url('/img/hero-mobile-4-3-small.webp');
    background-size: cover;
    background-position: center top;
  }
}

/* VÃ­deo LCP como background (fallback sem JS) */

/* Estrutura principal (mantÃ©m seletores existentes) */

/* Painel fixo Ã  esquerda quando modo fixed */

/* AtivaÃ§Ã£o dos fundos como slides por opacidade */

.mc-main-hero-background.is-active, .mc-main-hero-background-gluteos.is-active {
  opacity: 1;
}

.mc-main-hero-background[aria-hidden="true"], .mc-main-hero-background-gluteos[aria-hidden="true"] {
  pointer-events: none;
}

/* Overlay de GlÃºteos (texto) visÃ­vel quando fundo glÃºteos ativo) */

.mc-hero-gluteos-overlay {
  top: calc(var(--mc-header-height, 90px) + 8vh);
  opacity: 0;
  transform: translateX(42px);
  transition: transform 500ms ease, opacity 420ms ease;
  position: absolute;
}

.mc-hero-gluteos-content {
  margin-left: var(--site-padding-left, 2rem);
  max-width: 780px;
  text-align: left;
}

.mc-hero-gluteos-overlay .mc-hero-title {
  font-size: var(--font-size-h1);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: .6rem;
}

.mc-hero-gluteos-overlay .mc-hero-subtitle {
  color:#000;
  font-size: var(--font-size-h2);
  line-height:1.5;
  margin-bottom:.75rem;
  text-shadow:none;
  font-weight:600;
}

.mc-hero-gluteos-overlay .mc-hero-points {
  list-style:none;
  padding:0;
  margin:0;
  color:#000;
  font-weight:500;
}

.mc-hero-gluteos-overlay .mc-hero-points li {
  position:relative;
  padding-left:0;
  margin-bottom:.35rem;
  text-shadow:none;
  font-weight:500;
}

.mc-hero-gluteos-overlay .mc-hero-points, .mc-hero-gluteos-overlay .mc-hero-points li {
  font-size: var(--font-size-paragraph);
  line-height: 1.5;
}

.mc-hero-gluteos-overlay .mc-hero-points li::before {
  content: none !important;
}

.mc-main-hero-background-gluteos.is-active ~ .mc-hero-gluteos-overlay {
  opacity: 1;
  transform: translateX(0);
  pointer-events: none;
}

/* Breakpoints do overlay */

@media (max-width: 1024px) {
  .mc-hero-gluteos-overlay {
    top: calc(var(--mc-header-height, 88px) + 8vh);
  }
}

@media (max-width: 768px) {
  .mc-hero-gluteos-overlay {
    top: calc(var(--mc-header-height, 86px) + 7vh);
  }

  .mc-hero-gluteos-content {
    margin-left: var(--site-padding-left, 1rem);
    max-width: 640px;
  }
}

@media (max-width: 480px) {
  .mc-hero-gluteos-overlay {
    top: calc(var(--mc-header-height, 80px) + 6vh);
  }

  .mc-hero-gluteos-content {
    margin-left: var(--site-padding-left, .75rem);
    max-width: 92%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .mc-hero-gluteos-overlay .mc-hero-title {
    font-size: var(--font-size-h1);
  }

  .mc-hero-gluteos-overlay .mc-hero-subtitle {
    font-size: var(--font-size-h2);
  }

  .mc-hero-gluteos-overlay .mc-hero-points, .mc-hero-gluteos-overlay .mc-hero-points li {
    font-size: var(--font-size-paragraph);
  }
}

@media (min-width: 1025px) {
  .mc-hero-gluteos-overlay .mc-hero-title {
    font-size: var(--font-size-h1);
  }

  .mc-hero-gluteos-overlay .mc-hero-subtitle {
    font-size: var(--font-size-h2);
  }

  .mc-hero-gluteos-overlay .mc-hero-points, .mc-hero-gluteos-overlay .mc-hero-points li {
    font-size: var(--font-size-paragraph);
  }
}

/* Tipografia do Hero (tÃ­tulo/subtÃ­tulo globais) */

.mc-hero-title {
  font-size: var(--font-size-h1);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 0.75rem;
  font-weight: 800;
  color: var(--primary);
  background-image: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mc-hero-subtitle {
  font-size: clamp(1rem, 1.3vw, 1.125rem);
  line-height: 1.6;
  color: #000;
  margin-bottom: 1.25rem;
}

/* Controles bÃ¡sicos do slider */

.mc-hero-controls {
  display:flex;
  align-items:center;
  gap:.75rem;
  margin-top:.75rem;
  position:absolute;
  bottom:24px;
  left:50%;
  transform:translateX(-50%);
  z-index:10;
}

.mc-hero-prev, .mc-hero-next {
  background: rgba(255,255,255,0.1);
  color:#fff;
  border:none;
  width:36px;
  height:36px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition: background .2s ease;
}

.mc-hero-prev:hover, .mc-hero-next:hover {
  background: rgba(255,255,255,0.2);
}

.mc-hero-dots {
  display:flex;
  align-items:center;
  gap:6px;
}

.mc-hero-dot {
  width:8px;
  height:8px;
  border-radius:50%;
  border:0;
  background: rgba(255,255,255,0.4);
  cursor:pointer;
}

.mc-hero-dot.active {
  background:#fff;
}

/* Layout Mobile do Hero */

@media (max-width: 1024px) {
  .mc-main-hero-section .mc-main-hero-inner {
    padding:1.5rem;
    gap:1.5rem;
  }
}

@media (max-width: 768px) {
  .mc-main-hero-section .mc-main-hero-inner {
    flex-direction:column;
    text-align:center;
    padding:1rem;
    gap:1rem;
  }

  .mc-main-hero-section .mc-main-hero-content {
    order:2;
    padding:1rem 0;
    max-width:100%;
  }

  .mc-hero-left-panel {
    width:100%;
    max-width:720px;
    background: rgba(0,0,0,0.50);
    padding: 1.25rem 1rem 1.5rem;
    margin:0 auto;
    text-align:left;
  }

  .mc-main-hero-section .mc-main-hero-media {
    order:1;
    margin-bottom:1.5rem;
    max-width:100%;
  }

  .mc-main-hero-section .mc-main-hero-image {
    max-width:280px;
    height:auto;
    margin:0 auto;
  }

  .mc-main-hero-section .mc-main-hero-content h1 {
    line-height:1.3;
    letter-spacing:-0.01em;
    margin-bottom:1.25rem;
  }

  .mc-main-hero-section .mc-main-hero-content p {
    font-size:1rem;
    line-height:1.5;
    margin-bottom:1.5rem;
  }

  .mc-main-hero-section .mc-main-swiper-slide {
    min-height:75vh !important;
  }

  .mc-main-hero-section .mc-main-cta-button {
    padding:0.875rem 1.75rem;
    font-size:1rem;
  }

  .mc-main-hero-section .mc-main-hero-video {
    width:50%;
    max-height:60vh;
    aspect-ratio:9/16;
    position:relative;
    z-index:15;
    box-shadow:0 10px 30px rgba(0,0,0,0.5);
  }
}

@media (max-width: 480px) {
  .mc-main-hero-section .mc-main-swiper-button-prev, .mc-main-hero-section .mc-main-swiper-button-next {
    display:none;
  }

  .mc-main-hero-section .mc-main-cta-button {
    padding:0.7rem 1.5rem;
    font-size:0.9rem;
    width:100%;
  }

  .mc-main-hero-section .mc-main-hero-video {
    width:70%;
  }

  .mc-main-hero-section .mc-main-swiper-slide {
    min-height:60vh !important;
  }
}

@media (max-width: 600px) and (min-width: 481px) {
  .mc-main-hero-section .mc-main-swiper-slide {
    min-height:65vh !important;
  }
}

/* Mobile Global ajustes */

/* Controles do slider bÃ¡sico (variante) */

.mc-hero-dot {
  width:10px;
  height:10px;
  border-radius:50%;
  background: rgba(255,255,255,0.4);
  border:none;
  cursor:pointer;
  transition: all .2s ease;
}

.mc-hero-dot.active {
  background:#27AE60;
  transform: scale(1.2);
  box-shadow: 0 0 10px rgba(39,174,96,0.5);
}

.mc-hero-dot:hover {
  background: rgba(255,255,255,0.7);
}

@media (max-width: 768px) {
  .mc-hero-slider-controls {
    bottom:20px;
    gap:8px;
  }

  .mc-hero-prev-btn, .mc-hero-next-btn {
    width:36px;
    height:36px;
    font-size:16px;
  }

  .mc-hero-dot {
    width:8px;
    height:8px;
  }
}

/* LCP Image inside hero background */

html.preload .mc-main-hero-background {
  background-image: none !important;
}

.mc-main-hero-background .mc-hero-lcp, .mc-main-hero-background .mc-hero-lcp img {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  z-index:-2;
}

@media (max-width: 768px) { .mc-main-hero-background .mc-hero-lcp img { object-fit: cover; } }

/* Wrapper do HERO que encapsula image loader + slider glÃºteos */

/* HERO GlÃºteos slider (camadas e estados) */

#hero .mc-hero-gluteos-slider .mc-hero-slide.is-active {
  transform: translateX(0%);
  z-index:2;
}

#hero .mc-hero-gluteos-slider .mc-hero-slide[data-type="gluteos"].is-active {
  pointer-events:auto;
}

/* Stack de conteÃºdo + botÃµes (apenas quando glÃºteos ativo) */

#hero .mc-hero-gluteos-bg-layer .mc-hero-slide[data-type="gluteos"].is-active .mc-hero-gluteos-content-stack {
  display:flex !important;
}

#hero .mc-hero-gluteos-overlay {
  position:absolute;
  left: clamp(16px, 6vw, 64px);
  top: calc(var(--mc-header-height, 80px) + 10vh);
  z-index:1000;
  color:#fff;
  text-align:left;
  display:block;
  pointer-events:none;
  width:100%;
  max-width: min(720px, 90vw);
}

#hero .mc-hero-gluteos-bg-layer .mc-hero-slide[data-type="gluteos"].is-active .mc-hero-gluteos-buttons-container {
  display:block !important;
}

#hero .mc-hero-title {
  margin:0 0 .5rem 0;
  font-size: clamp(1.4rem, 2.4vw, 2.2rem);
  line-height:1.15;
  font-weight:800;
  text-align:left;
}

#hero .mc-hero-subtitle {
  margin:0 0 1rem 0;
  font-size: clamp(.95rem, 1.5vw, 1.05rem);
  line-height:1.35;
  opacity:.95;
  text-align:left;
}

/* Dots do slider glÃºteos */

#hero .mc-hero-dots .mc-hero-dot {
  width:10px;
  height:10px;
  border-radius:50%;
  background: rgba(255,255,255,.6);
  border:none;
  margin:0 5px;
  padding:0;
  cursor:pointer;
  box-shadow: 0 0 0 2px rgba(0,0,0,.15) inset;
}

#hero .mc-hero-dots .mc-hero-dot.active {
  background:#27AE60;
  box-shadow: 0 0 0 2px rgba(0,0,0,.2) inset, 0 0 10px rgba(39,174,96,.5);
}

/* Garantias de interatividade dos botÃµes */

/* AparÃªncia e hover dos botÃµes */

/* Popup de informaÃ§Ã£o (glÃºteos) */

#popup-gluteos-info {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0,0,0,0.8) !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 999999 !important;
  padding: 20px;
  box-sizing: border-box;
  display: none;
}

#popup-gluteos-info .popup-info-content {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

#popup-gluteos-info .popup-info-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #666;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

#popup-gluteos-info .popup-info-close:hover {
  background: #f5f5f5;
  color: #333;
}

/* Visibilidade melhorada do overlay */

#hero .mc-hero-gluteos-overlay {
  pointer-events: none;
}

#hero .mc-hero-title {
  color: #fff !important;
  margin-bottom: 1rem !important;
}

#hero .mc-hero-subtitle {
  color: #f0f0f0 !important;
  font-size: 1.1rem !important;
  line-height: 1.5 !important;
}

#hero .mc-hero-gluteos-overlay .mc-hero-subtitle {
  color: #000 !important;
}

/* Video Blog - MigraÃ§Ã£o completa de css/video_blog.css para Tailwind */

/* Container principal */

.netflix-video-blog {
  background-color: var(--bg-secondary);
}

/* TÃ­tulo da seÃ§Ã£o */

.section-title-vb h2 {
  margin: 0px;
  margin-bottom: 1rem;
  font-weight: 700;
  color: var(--font-size-h2);
  color: var(--text-primary);
}

.section-title-vb p {
  margin: 0px;
  color: var(--font-size-paragraph);
  color: var(--text-tertiary);
}

/* ConteÃºdo principal - tÃ­tulo e descriÃ§Ã£o do vÃ­deo */

#video-title {
  font-weight: 700;
  color: var(--font-size-h3);
  color: var(--text-primary);
  line-height: 1.2;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}

#video-description {
  color: var(--font-size-paragraph);
  color: var(--text-secondary);
  line-height: 1.6;
}

/* Thumbs Carousel */

.thumbs-title {
  font-weight: 700;
  color: var(--font-size-card-title);
  color: var(--text-primary);
}

/* BotÃµes de scroll */

.scroll-btn {
  display: flex;
  height: 44px;
  width: 44px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--glass-border-light);
  background-color: var(--glass-bg-light);
  color: var(--text-primary);
  --tw-backdrop-blur: blur(10px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  font-size: 1rem;
}

.scroll-btn:hover:not(:disabled) {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-color: var(--primary);
  background-color: var(--accent-1-80);
}

.scroll-btn:active:not(:disabled) {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scroll-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.scroll-btn i {
  font-size: 1.2rem;
}

/* Containers do carrossel */

.thumbs-carousel-container {
  touch-action: pan-y;
}

.thumbs-track {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  cursor: grab;
}

/* Thumb Item */

.thumb-item {
  background-color: var(--thumb-bg-dark);
}

.thumb-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px var(--shadow-accent-soft);
}

.thumb-item.active {
  border-color: var(--border-accent-1);
  box-shadow: 0 10px 30px var(--shadow-accent-strong);
}

.thumb-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.thumb-item:hover .thumb-image {
  transform: scale(1.05);
}

/* Overlays */

.thumb-play-overlay {
  background-color: var(--overlay-dark);
}

.thumb-item:hover .thumb-play-overlay {
  opacity: 1;
}

.thumb-overlay {
  background: var(--overlay-dark-strong);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.thumb-item:hover .thumb-overlay {
  opacity: 1;
}

.thumb-title {
  margin: 0px;
  font-weight: 600;
  color: var(--text-on-dark);
  font-size: var(--video-thumb-font-size-desktop);
  line-height: 1.3;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

.thumb-play-button {
  color: var(--text-on-dark);
  background: var(--gradient-accent-135);
  box-shadow: 0 6px 20px var(--shadow-accent-medium);
  font-size: var(--font-size-play-icon);
}

/* Video Popup */

.video-popup-content {
  background-color: transparent;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  animation: vb-popup-slide-in 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.video-popup-player {
  position: relative;
  height: 100%;
  width: 100%;
}

.video-popup-player video {
  height: 100%;
  width: 100%;
  background-color: transparent;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Loading overlay */

.video-loading-overlay {
  position: absolute;
  inset: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  z-index: 5;
}

.video-loading-spinner {
  margin-bottom: 10px;
  border-radius: 9999px;
  width: 50px;
  height: 50px;
  border: 4px solid var(--glass-border-light);
  border-top: 4px solid var(--brand-accent-1);
  animation: spin 1s linear infinite;
}

.video-loading-percent {
  font-weight: 600;
  color: var(--text-on-dark);
  font-size: 16px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

/* Play central */

.video-center-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  color: var(--text-on-dark);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  width: var(--size-play-button);
  height: var(--size-play-button);
  transform: translate(-50%, -50%);
  background: var(--accent-1-90);
  box-shadow: 0 4px 20px var(--shadow-accent-medium);
}

.video-center-play:hover {
  background: var(--accent-2-90);
  transform: translate(-50%, -50%) scale(1.1);
}

.video-center-play i {
  font-size: var(--font-size-play-icon);
}

/* BotÃ£o de fechar (Ã­cone unificado) */

.video-popup-close, .video-popup-close-btn {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  color: var(--text-on-dark);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  top: var(--video-close-offset);
  right: var(--video-close-offset);
  width: var(--video-close-size);
  height: var(--video-close-size);
  background: var(--accent-1-80);
  border: 2px solid var(--brand-accent-1);
  backdrop-filter: blur(5px);
  cursor: pointer;
}

.video-popup-close:hover, .video-popup-close-btn:hover {
  background: var(--accent-2-90);
  border-color: var(--brand-accent-2);
  transform: scale(1.1);
}

.video-popup-close i, .video-popup-close-btn i {
  font-size: 1.1rem;
}

/* Controles de vÃ­deo customizados */

.custom-video-controls {
  position: absolute;
  z-index: 7;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  padding: 10px 15px;
  background: var(--overlay-dark-soft);
  backdrop-filter: blur(5px);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.video-popup-content:hover .custom-video-controls {
  opacity: 1;
}

.video-control-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  color: var(--text-on-dark);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  background: var(--brand-accent-1);
  width: 36px;
  height: 36px;
  border: none;
  cursor: pointer;
  font-size: 14px;
}

.video-control-btn:hover {
  background: var(--brand-accent-2);
  transform: scale(1.1);
}

.progress-container {
  position: relative;
  flex: 1 1 0%;
  border-radius: 3px;
  height: 5px;
  background: var(--progress-bg);
  cursor: pointer;
}

.progress-bar {
  border-radius: 3px;
  height: 100%;
  background: var(--gradient-accent-90);
  width: 0%;
}

.time-display {
  text-align: center;
  font-size: 11px;
  color: var(--text-on-dark);
  min-width: 70px;
}

/* Responsive: Tablet */

@media (max-width: 1024px) {
  .netflix-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .thumb-item {
    width: 240px;
    height: 430px;
  }
}

/* Responsive: Mobile */

@media (max-width: 768px) {
  .netflix-video-blog {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .netflix-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .thumb-item {
    width: 150px;
    height: 300px;
  }

  .thumbs-track {
    gap: 1rem;
    touch-action: pan-x;
  }

  /* DimensÃµes e tokens mantidos via config.css */

  .video-center-play {
    width: var(--size-play-button);
    height: var(--size-play-button);
  }

  .video-center-play i {
    font-size: var(--font-size-play-icon);
  }

  .video-loading-percent {
    font-size: 14px;
  }

  .custom-video-controls {
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 8px 12px;
  }

  .video-control-btn {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .time-display {
    font-size: 10px;
    min-width: 60px;
  }

  .section-title-vb p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/* Responsive: Mobile pequeno */

@media (max-width: 480px) {
  .netflix-video-blog {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-title-vb {
    margin-bottom: 2rem;
  }

  .thumb-item {
    width: 130px;
    height: 260px;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

  .scroll-btn {
    width: 40px;
    height: 40px;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

  .scroll-btn i {
    font-size: 1rem;
  }

  .video-center-play {
    width: var(--size-play-button);
    height: var(--size-play-button);
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

  .video-center-play i {
    font-size: var(--font-size-play-icon);
  }

  .video-loading-percent {
    font-size: 12px;
  }

  .time-display {
    min-width: 50px;
    font-size: 9px;
  }
}

/* Acessibilidade */

.scroll-btn:focus-visible,
  .thumb-item:focus-visible,
  .video-popup-close:focus-visible,
  .video-popup-close-btn:focus-visible,
  .video-control-btn:focus-visible,
  .video-center-play:focus-visible {
  outline: 3px solid rgba(240,107,0,0.6);
  outline-offset: 3px;
}

/* Dark Mode */

@media (prefers-color-scheme: dark) {
  .netflix-video-blog {
    background: linear-gradient(135deg, #000 0%, #0a0a0a 100%);
  }
}

/* Print */

@media print {
  .netflix-video-blog {
    display: none;
  }
}

/* Estabilidade de layout para thumbs */

.thumb-image-container {
  aspect-ratio: 9 / 16;
}

.thumb-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* VÃ­deo popup usando tokens responsivos (largura/altura mÃ¡ximas e proporÃ§Ã£o) */

.video-popup-content {
  width: var(--video-popup-width-desktop);
  max-width: var(--video-popup-max-width-desktop);
  max-height: var(--video-popup-max-height-desktop);
  aspect-ratio: var(--video-popup-aspect-desktop);
}

@media (max-width: 768px) {
  .video-popup-content {
    width: var(--video-popup-width-mobile);
    max-width: var(--video-popup-max-width-mobile);
    max-height: var(--video-popup-max-height-mobile);
    aspect-ratio: var(--video-popup-aspect-mobile);
  }
}

@media (max-width: 480px) {
  .video-popup-content {
    width: var(--video-popup-width-mobile);
    max-width: var(--video-popup-max-width-mobilesmall);
    max-height: var(--video-popup-max-height-mobile);
    aspect-ratio: var(--video-popup-aspect-mobile);
  }
}

/* Thumbs do carrossel reduzidas via tokens */

.thumb-item {
  width: var(--video-thumb-width-desktop);
  height: var(--video-thumb-height-desktop);
}

@media (max-width: 768px) {
  .thumb-item {
    width: var(--video-thumb-width-mobile);
    height: var(--video-thumb-height-mobile);
  }
}

@media (max-width: 480px) {
  .thumb-item {
    width: var(--video-thumb-width-mobile-small);
    height: var(--video-thumb-height-mobile-small);
  }
}

.tw-block {
  display: block;
}

.tw-flex {
  display: flex;
}

.tw-grid {
  display: grid;
}

.tw-hidden {
  display: none;
}

.tw-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Typography utility classes (opt-in, non-breaking) */

@keyframes vb-popup-slide-in {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(20px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*
  Preflight is disabled in tailwind.config.js to avoid CSS resets.
  Use the prefixed classes (tw-*) to prevent collisions.
*/

/* Example utility aliases using @apply (optional, non-breaking): */

/* Component mappings using Tailwind (non-breaking, mirrors existing CSS) */

/* Responsividade especialistas (mantÃ©m valores originais) */

@media (min-width: 768px) {
  .card__title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .card__description {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .card__list li {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .card__title-before {
    font-size: 20px;
    bottom: 18px;
  }

  #especialistas h1 {
    line-height: 1.2;
  }
}

@media (min-width: 1024px) {
  .card__title {
    font-size: 18px;
  }

  .card__description {
    font-size: 12px;
  }

  .card__list li {
    font-size: 11px;
  }

  .card__title-before {
    font-size: 16px;
    bottom: 15px;
  }

  .esp-tag {
    font-size: 11px;
  }
}

@media (min-width: 1200px) {
  .card__title {
    font-size: 20px;
  }

  .card__description {
    font-size: 12px;
  }

  .card__list li {
    font-size: 12px;
  }

  .card__title-before {
    font-size: 18px;
  }
}

@media (max-width: 360px) {
  .card__title {
    font-size: 18px;
  }

  .card__description {
    font-size: 12px;
  }

  .card__list li {
    font-size: 11px;
  }

  .card__title-before {
    font-size: 16px;
    bottom: 12px;
  }

  .instructions {
    font-size: 13px;
  }
}

/* ===== CARDS â€“ VISUAIS MIGRADOS DE cards.css ===== */

/* SeÃ§Ãµes base */

.mc-protocolos {
  background-color: var(--bg-light);
}

.mc-beneficios {
  background-color: var(--bg-white);
}

/* Cards de protocolos */

.mc-protocol-card {
  background-color: var(--card-bg);
  padding: 2rem 1.5rem;
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
  transition: var(--card-transition);
  border: 1px solid var(--border-primary);
  cursor: pointer;
}

.mc-protocol-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-accent-90);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.mc-protocol-card:hover {
  border-color: var(--primary);
  border-width: 2px;
  transform: translateY(-5px);
  box-shadow: var(--card-shadow-hover);
}

.mc-protocol-card:hover::before {
  transform: scaleX(1);
}

.mc-protocol-icon {
  font-size: 2.5rem;
  color: var(--primary);
  transition: transform 0.3s ease;
}

.mc-protocol-card:hover .mc-protocol-icon {
  transform: scale(1.1);
}

.mc-protocol-card h3 {
  color: var(--text-dark);
  font-size: var(--font-size-card-title);
  margin: 0.75rem 0 0.5rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.mc-protocol-card p {
  margin-bottom: 0.75rem;
  line-height: 1.5;
  color: var(--text-light);
  font-size: 0.95rem;
}

.mc-protocol-card p strong {
  color: var(--text-dark);
  font-weight: 600;
}

.mc-protocol-highlight {
  background: linear-gradient(135deg, var(--accent-1-10), rgba(236, 30, 121, 0.1));
  padding: 1rem;
  border-radius: 8px;
  margin-top: auto;
  border-left: 3px solid var(--primary);
  position: relative;
}

.mc-protocol-highlight::before {
  content: '';
  position: absolute;
  top: 0;
  left: -3px;
  bottom: 0;
  width: 3px;
  background: var(--gradient-accent-90);
  border-radius: 3px 0 0 3px;
}

.mc-protocol-highlight i {
  color: var(--primary);
  margin-right: 0.5rem;
}

/* Cards de benefÃ­cios */

.mc-benefit-item {
  background-color: var(--card-bg);
  padding: 2rem 1.5rem;
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
  transition: var(--card-transition);
  border: 1px solid var(--border-primary);
}

.mc-benefit-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-accent-90);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.mc-benefit-item:hover {
  border-color: var(--primary);
  border-width: 2px;
  transform: none;
  box-shadow: var(--card-shadow);
}

.mc-benefit-item:hover::before {
  transform: scaleX(1);
}

.mc-benefit-icon {
  transition: var(--card-transition);
  font-size: 2.5rem;
  color: var(--primary);
  background: linear-gradient(135deg, var(--accent-1-10), rgba(236, 30, 121, 0.1));
  border-radius: 50%;
}

.mc-benefit-item:hover .mc-benefit-icon {
  transform: none;
  box-shadow: var(--card-shadow-hover);
}

.mc-benefit-item h3 {
  color: var(--text-dark);
  font-size: var(--font-size-card-title);
  margin: 0.75rem 0 0.5rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.mc-benefit-item p {
  color: var(--text-light);
  line-height: 1.5;
  font-size: 0.95rem;
}

/* AnimaÃ§Ãµes */

@keyframes mcFadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mc-protocol-card, .mc-benefit-item {
  animation: mcFadeInUp 0.6s ease forwards;
}

.mc-protocol-card:nth-child(1), .mc-benefit-item:nth-child(1) {
  animation-delay: 0.1s;
}

.mc-protocol-card:nth-child(2), .mc-benefit-item:nth-child(2) {
  animation-delay: 0.2s;
}

.mc-protocol-card:nth-child(3), .mc-benefit-item:nth-child(3) {
  animation-delay: 0.3s;
}

.mc-protocol-card:nth-child(4), .mc-benefit-item:nth-child(4) {
  animation-delay: 0.4s;
}

.mc-protocol-card:nth-child(5), .mc-benefit-item:nth-child(5) {
  animation-delay: 0.5s;
}

.mc-protocol-card:nth-child(6), .mc-benefit-item:nth-child(6) {
  animation-delay: 0.6s;
}

@media (max-width: 1200px) {
  .mc-protocol-grid, .mc-benefits-grid {
    gap: 1.75rem;
  }
}

@media (max-width: 1024px) {
  .mc-protocol-grid, .mc-benefits-grid {
    gap: 1.5rem;
  }

  .mc-protocolos, .mc-beneficios {
    padding: 4rem 0;
  }
}

@media (max-width: 768px) {
  .mc-protocol-grid, .mc-benefits-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

/* ===== ESPECIALISTAS (layout/alinhamento) ===== */

.esp-modular-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.esp-modular-card {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  height: 500px;
  width: 300px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 12px;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.esp-modular-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__content {
  position: absolute;
  display: flex;
  height: 60%;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.card__content-inner {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.card__title-before {
  position: absolute;
  bottom: 15px;
  left: 0px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}

.card__actions {
  margin-top: 0.5rem;
}

.esp-tag {
  display: inline-block;
  border-radius: 15px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.instructions {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  max-width: 800px;
  text-align: center;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .esp-modular-card {
    margin-top: 18px;
    margin-bottom: 18px;
    height: 550px;
    width: 350px;
  }

  .card__content {
    padding: 18px;
  }

  .card__content-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .card__title-before {
    bottom: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (min-width: 1024px) {
  .esp-modular-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
  }

  .esp-modular-card {
    margin-top: 0px;
    margin-bottom: 0px;
    height: 450px;
    width: 280px;
  }

  .card__content {
    padding: 20px;
  }

  .card__content-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card__title-before {
    bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .mc-protocol-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .mc-protocol-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mc-benefits-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .pricing-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .pricing-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .popup-search-content {
    height: 650px;
    max-height: 90vh;
    width: 650px;
  }
}

@media (min-width: 640px) {
  .popup-search-content {
    height: 85vh;
    max-height: 85vh;
    width: 95%;
  }
}

@media (min-width: 768px) {
  .hero-inner {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    text-align: center;
  }

  .hero-content, .hero-media {
    max-width: 100%;
  }

  .hero-content {
    order: 1;
  }

  .hero-media {
    order: 2;
  }

  /* CoerÃªncia do HERO em tablets: reduzir altura mÃ­nima para 80vh */

  .swiper-slide {
    min-height: 80vh;
  }
}

/* CoerÃªncia do HERO em mobile: reduzir altura mÃ­nima para ~70vh */

@media (max-width: 640px) {
  .swiper-slide {
    min-height: 70vh;
  }
}

/* Responsive tokens for video popup (governed by config.css) */

@media (max-width: 768px) {
  .video-popup-content {
    width: var(--video-popup-width-mobile);
    max-width: var(--video-popup-max-width-mobile);
    aspect-ratio: var(--video-popup-aspect-mobile);
    max-height: var(--video-popup-max-height-mobile);
  }

  .thumb-title {
    font-size: var(--video-thumb-font-size-mobile);
  }
}

@media (max-width: 480px) {
  .video-popup-content {
    width: var(--video-popup-width-mobile);
    max-width: var(--video-popup-max-width-mobilesmall);
    aspect-ratio: var(--video-popup-aspect-mobile);
    max-height: var(--video-popup-max-height-mobile);
  }

  .thumb-title {
    font-size: var(--video-thumb-font-size-mobile-small);
  }
}

@media (min-width: 640px) {
  .footer-content {
    gap: 1.5rem;
  }
}

@media (min-width: 768px) {
  .footer-content {
    gap: 2rem;
  }
}

/* Desktop: organizar footer em 3 colunas sem alterar markup */

@media (min-width: 1024px) {
  .footer-content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* EspaÃ§amento e Ãªnfase dos tÃ­tulos nas colunas do footer */

.footer-column h3 {
  margin-bottom: 0.75rem;
  font-weight: 700;
}

@media (min-width: 640px) {
  .mc-header .desktop-nav ul {
    gap: 1.5rem;
  }
}

/* ===== QUERO AVALIAÃ‡ÃƒO - VISUAIS (migrado de quero_avaliacao.css) ===== */

/* Tipografia e cores para tÃ­tulos dentro do hero */

.hero-content h1,
.hero-content h2,
.hero-content h3,
.hero-content h4 {
  margin: 0 0 1rem 0;
  font-weight: 700;
  line-height: var(--line-height, 1.4);
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.hero-content h1 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  margin-bottom: 1rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.hero-content h2 {
  font-size: var(--text-h2, clamp(1.5rem, 4vw, 2.25rem));
  margin: 1.25rem 0 0.75rem 0;
  line-height: 1.3;
  letter-spacing: -0.005em;
}

.hero-content h3 {
  font-size: var(--text-h3, clamp(1.25rem, 3vw, 1.5rem));
}

.hero-content h4 {
  font-size: var(--text-h4, clamp(1.125rem, 2.5vw, 1.25rem));
  font-weight: 600;
  letter-spacing: 0.01em;
}

.hero-content p {
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  margin-bottom: 1.5rem;
  color: #fff;
}

/* Overlay visual */

.hero-overlay {
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
}

/* AnimaÃ§Ãµes fade-up */

.fade-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.8s ease forwards;
}

.fade-up.delay-1 {
  animation-delay: 0.4s;
}

.fade-up.delay-2 {
  animation-delay: 0.8s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* === Migracao de styles.css para Tailwind (@layer base/components) === */

/* Escala tipogrÃ¡fica responsiva (tokens em :root por breakpoint) */

@media (min-width: 769px) and (max-width: 1024px) {
  :root {
    --font-size-h1: 64px;
    --font-size-h2: 56px;
    --font-size-h3: 32px;
    --font-size-card-title: 20px;
    --font-size-paragraph: 18px;
  }
}

@media (min-width: 1025px) {
  :root {
    --font-size-h1: 80px;
    --font-size-h2: 56px;
    --font-size-h3: 32px;
    --font-size-card-title: 20px;
    --font-size-paragraph: 18px;
  }
}

/* Dark mode tokens e ajustes visuais */

[data-theme="dark"] {
  --bg-primary: #0d1117;
  --bg-secondary: #161b22;
  --bg-tertiary: #21262d;
  --text-primary: #e6edf3;
  --text-secondary: #c9d1d9;
  --text-tertiary: #8b949e;
  --border-primary: #30363d;
  --border-secondary: #21262d;
  --shadow-color: rgba(0, 0, 0, 0.4);
  --card-bg: #161b22;
  --footer-bg: #0d1117;
  --dark: #e6edf3;
  --light: #0d1117;
  --primary: #ff8a50;
  --secondary: #f06292;
}

[data-theme="dark"] img:not(.no-dark-mode-filter) {
  filter: brightness(0.85) contrast(1.1);
}

[data-theme="dark"] .cta-section {
  background: linear-gradient(135deg, #b81d55, #cc5500);
}

/* Swiper visuais */

.swiper-button-prev,
.swiper-button-next {
  color: #fff;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  background: var(--secondary, #EC1E79);
}

/* Responsivo adicional */

@media (max-width: 1024px) {
  .hero-video {
    width: 80%;
    max-height: 60vh;
  }

  .hero-inner {
    gap: 1.5rem;
    padding: 1.5rem;
  }
}

@media (max-width: 768px) {
  .hero-inner {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
    padding: 1rem;
  }

  .hero-content, .hero-media {
    max-width: 100%;
  }

  .hero-content {
    order: 1;
  }

  .hero-media {
    order: 2;
  }

  .hero-video {
    width: 90%;
    max-height: 50vh;
    min-height: 200px;
  }

  .swiper-button-prev, .swiper-button-next {
    display: none;
  }

  .hero-content h1 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .hero-video {
    width: 95%;
    max-height: 45vh;
    min-height: 180px;
  }

  .hero-inner {
    padding: 0.5rem;
  }

  .hero-content h1 {
    font-size: var(--text-h1, clamp(2rem, 5vw, 3rem));
    margin-bottom: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }

  .hero-content p {
    font-size: clamp(0.9rem, 3vw, 1.2rem);
  }
}

@media (min-width: 1024px) {
  .mc-header .desktop-nav ul {
    gap: 2rem;
  }
}

/* ===== FAQ VISUAIS MIGRADOS (mantÃ©m aparÃªncia do faq.css) ===== */

/* ObservaÃ§Ã£o: usa variÃ¡veis jÃ¡ definidas em arquivos existentes (ex.: cards-info.css) */

.faq-search-box {
  border-radius: 12px;
  border-width: 2px;
  border-color: var(--secondary-indigo);
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.faq-search-box:focus-within {
  --tw-translate-y: -2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-color: var(--secondary);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.faq-search-box input[type="search"] {
  border-style: none;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1rem;
  color: var(--dark);
}

.faq-search-box input[type="search"]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.faq-search-box input[type="search"]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.faq-search-box button[type="submit"] {
  background-color: var(--secondary-indigo);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.faq-search-box button[type="submit"]:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: var(--secondary);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.faq-search-box button[type="submit"] i {
  font-size: 1.2rem;
}

.search-container input#faq-search-input {
  border-radius: var(--radius-md);
  border-width: 2px;
  border-color: var(--secondary-indigo);
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.search-container input#faq-search-input:focus {
  --tw-translate-y: -2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-color: var(--secondary);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.search-container .back-link {
  border-width: 1px;
  border-color: var(--secondary-indigo);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.search-container .back-link:hover {
  --tw-translate-y: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: var(--secondary-indigo);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.faq-item:hover {
  --tw-translate-y: -2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.faq-item.is-match {
  border-left-width: 4px;
  border-color: var(--secondary);
}

.faq-item summary {
  position: relative;
  cursor: pointer;
  list-style-type: none;
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity, 1));
  color: var(--secondary-purple);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.faq-item summary::marker,
  .faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::before {
  content: "+";
  font-size: 1.5rem;
  font-weight: 300;
  margin-right: 15px;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: var(--primary);
}

/* ===== POPUP OFERTA â€“ visuais principais migrados de popup.css ===== */

.popup-oferta-overlay {
  background: transparent;
  backdrop-filter: none;
}

.popup-oferta-container {
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  background-image: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  --tw-shadow: 0 30px 100px rgba(0,0,0,0.3);
  --tw-shadow-colored: 0 30px 100px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  width: 90vw;
  height: 90vw;
  max-width: 500px;
  max-height: 500px;
}
/* Black Friday container square */
.popup-square-1080 { width: min(1080px, 90vw); height: min(1080px, 90vh); aspect-ratio: 1 / 1; margin: 0 auto; }

.popup-oferta-close-btn {
  background-image: linear-gradient(135deg, #FF6B35 0%, #f7931e 100%);
  --tw-shadow: 0 4px 15px rgba(255,107,53,0.4);
  --tw-shadow-colored: 0 4px 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border: 2px solid #fff;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 1;
  font-family: 'Oxygen', Arial, sans-serif;
}

.popup-oferta-close-btn:hover {
  background-image: linear-gradient(135deg, #e55a2b 0%, #e0851a 100%);
  --tw-shadow: 0 6px 20px rgba(255,107,53,0.6);
  --tw-shadow-colored: 0 6px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border-color: #fff;
}

.video-popup-close-btn, .popup-oferta-close-btn, .mobile-menu-close-btn {
  background: rgba(255, 107, 53, 0.8);
  border: none;
  width: var(--video-close-size);
  height: var(--video-close-size);
  font-weight: 900;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
}

.video-popup-close-btn:hover, .popup-oferta-close-btn:hover, .mobile-menu-close-btn:hover {
  background: rgba(232, 62, 140, 0.9);
  transform: scale(1.1);
}

.popup-oferta-image-section {
  height: 200px;
  background-image: linear-gradient(45deg, #ff6b35, #f7931e);
}

.popup-oferta-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.popup-oferta-content-section {
  padding: 30px 25px 25px;
}

.popup-oferta-title {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.1;
  letter-spacing: -0.5px;
  font-family: 'Oxygen', Arial, sans-serif;
}

.popup-oferta-highlight {
  background: linear-gradient(45deg, #FF6B35, #E83E8C);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 20px rgba(255,107,53,0.4));
}

.popup-oferta-subtitle {
  color: #cbd5e1;
  font-size: 1rem;
  margin-bottom: 25px;
  font-weight: 400;
  opacity: 0.9;
  font-family: 'Oxygen', Arial, sans-serif;
}

.popup-oferta-discount-section {
  margin-bottom: 30px;
}

.popup-oferta-discount-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: white;
  font-family: 'Oxygen', Arial, sans-serif;
}

.popup-oferta-discount-percent {
  color: #FF6B35;
  text-shadow: 0 0 25px rgba(255,107,53,0.5);
  font-size: 1.8rem;
}

.popup-oferta-discount-subtitle {
  color: #94a3b8;
  font-size: 0.95rem;
  margin-top: 5px;
  font-family: 'Oxygen', Arial, sans-serif;
}

.popup-oferta-offer-section {
  margin-bottom: 20px;
}

.popup-oferta-cta-button {
  background-image: linear-gradient(135deg, #FF6B35 0%, #E83E8C 100%);
  --tw-shadow: 0 10px 40px rgba(255,107,53,0.4);
  --tw-shadow-colored: 0 10px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.popup-oferta-cta-button:hover {
  background-image: linear-gradient(135deg, #E83E8C 0%, #FF6B35 100%);
  --tw-shadow: 0 20px 50px rgba(255,107,53,0.6);
  --tw-shadow-colored: 0 20px 50px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.popup-oferta-cta-button {
  padding: 18px 25px;
  font-size: 1.1rem;
}

.popup-oferta-cta-button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .popup-oferta-overlay {
    padding: 10px;
  }

  .popup-oferta-container {
    width: 92vw;
    height: auto;
    max-width: none;
    max-height: none;
    margin: 0 auto;
  }
/* Black Friday container square */
.popup-square-1080 { width: min(1080px, 90vw); height: min(1080px, 90vh); aspect-ratio: 1 / 1; margin: 0 auto; }

  .popup-oferta-image-section {
    height: 200px;
  }

  .popup-oferta-image {
    height: 100%;
  }
}

/* ===== CARDS INFO â€“ visuais migrados de cards-info.css ===== */

.cards-info-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  justify-content: center;
  align-items: stretch;
}

@media (max-width: 1024px) {
  .pricing-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .pricing-cards {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* Uiverse-like dark radial gradient card theme for pricing cards */

.pricing-card {
  /* Local design tokens to avoid global overrides */
  --uv-white: hsl(0, 0%, 100%);
  --uv-black: hsl(240, 15%, 9%);
  --uv-paragraph: hsl(0, 0%, 83%);
  --uv-line: hsl(240, 9%, 17%);
  --uv-primary: var(--primary);
  --uv-padding: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: var(--uv-padding);
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  background-color: hsla(240, 15%, 9%, 1);
  background-image:
      radial-gradient(at 88% 40%, hsla(240, 15%, 9%, 1) 0px, transparent 85%),
      radial-gradient(at 49% 30%, hsla(240, 15%, 9%, 1) 0px, transparent 85%),
      radial-gradient(at 14% 26%, hsla(240, 15%, 9%, 1) 0px, transparent 85%),
      radial-gradient(at 0% 64%, hsla(263, 93%, 56%, 1) 0px, transparent 85%),
      radial-gradient(at 41% 94%, hsla(284, 100%, 84%, 1) 0px, transparent 85%),
      radial-gradient(at 100% 99%, hsla(306, 100%, 57%, 1) 0px, transparent 85%);
  border-radius: 1rem;
  box-shadow: 0 -16px 24px 0 rgba(255, 255, 255, 0.25) inset, 0 10px 30px rgba(0,0,0,0.25);
  border: 2px solid transparent;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.pricing-card:hover {
  box-shadow: 0 -16px 24px 0 rgba(255,255,255,0.28) inset, 0 14px 36px rgba(0,0,0,0.35);
  transform: translateY(-2px);
}

/* Animated highlight band inspired by Uiverse border effect */

.pricing-card::after {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: left;
  width: 200%;
  height: 10rem;
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0) 0%, hsl(277, 95%, 60%) 40%, hsl(277, 95%, 60%) 60%, hsla(0, 0%, 40%, 0) 100%);
  animation: pricingCardRotate 8s linear infinite;
  opacity: 0.18;
}

@keyframes pricingCardRotate {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.pricing-card .card-image {
  /* Estende a largura para compensar ambos os lados e cola Ã  direita */
  width: calc(100% + (2 * var(--uv-padding)));
  height: 200px;
  background-color: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.9rem;
  text-align: center;
  padding: 0;
  /* Compensa o padding do cartÃ£o para imagem encostar Ã  esquerda e direita */
  transform: translateX(calc(-1 * var(--uv-padding)));
  margin-top: calc(-1 * var(--uv-padding));
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.pricing-card .card-image.bg-avaliacao {
  background-image: url('../img/avaliacao.webp');
}

.pricing-card .card-image.bg-sessao-avulsa {
  background-image: url('../img/sessao-avulsa.webp');
}

.pricing-card .card-image.bg-5-sessoes-lipoenzimatica {
  background-image: url('../img/5-sessoes-lipoenzimatica.webp');
}

.pricing-card .card-image.bg-7-sessoes {
  background-image: url('../img/7-sessoes.webp');
}

.pricing-card .card-image.bg-10-sessoes {
  background-image: url('../img/10-sessoes.webp');
}

.card-content {
  position: relative;
  z-index: 1;
  padding: 1.25rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-content h3.title {
  font-size: 16px;
  font-weight: 400;
  margin: 0.75rem 0 0.5rem;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: var(--uv-white);
}

.package-description {
  font-size: 0.9rem;
  color: var(--uv-paragraph);
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.pricing {
  background: transparent;
  padding: 0.75rem;
  border-radius: 12px;
  margin: 0.75rem 0;
  text-align: center;
  border: 1px solid var(--uv-line);
}

.original-price {
  font-size: 1.1rem;
  text-decoration: line-through;
  color: var(--uv-paragraph);
  margin-bottom: 4px;
  font-weight: 500;
}

.current-price {
  font-size: 20px;
  font-weight: 400;
  color: var(--uv-primary);
  margin-bottom: 4px;
  line-height: 30px;
}

.installments {
  font-size: 1rem;
  color: var(--uv-paragraph);
  font-weight: 600;
}

.divider {
  height: 1px;
  background-color: var(--uv-line);
  margin: 0.625rem 0;
  border: none;
}

.features-section {
  margin: 0.75rem 0;
  text-align: left;
}

.features-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--uv-white);
  margin-bottom: 0.75rem;
  text-align: center;
}

.feature-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.375rem;
  padding: 0.125rem 0;
}

.feature-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-color: var(--uv-primary);
  color: var(--uv-black);
  border-radius: 50%;
  font-size: 11px;
  margin-right: 6px;
  flex-shrink: 0;
  font-weight: bold;
}

.feature-check img {
  width: 10px;
  height: 10px;
  filter: brightness(0) saturate(100%);
}

.feature-text {
  flex: 1;
  font-size: 0.9rem;
  color: var(--uv-white);
  line-height: 1.35;
}

.feature-info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background-color: var(--secondary-indigo);
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  margin-left: 5px;
  cursor: pointer;
  font-weight: bold;
}

.pricing-cta {
  border-radius: 50px;
  background-image: linear-gradient(135deg, #FF6B35 0%, #E83E8C 100%);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 10px 40px rgba(255,107,53,0.4);
  --tw-shadow-colored: 0 10px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.pricing-cta:hover {
  --tw-translate-y: -2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: linear-gradient(135deg, #E83E8C 0%, #FF6B35 100%);
  --tw-shadow: 0 20px 50px rgba(255,107,53,0.6);
  --tw-shadow-colored: 0 20px 50px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.pricing-cta {
  display: block;
  width: 100%;
  border: none;
  padding: 0.5rem 0.9rem;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  margin: 0.5rem 0 0;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  box-shadow: inset 0 -2px 25px -4px rgba(255,255,255,0.3);
  letter-spacing: 0.4px;
}

.pricing-footer {
  text-align: center;
  padding: 0.75rem;
  border-top: 1px solid var(--uv-line);
  font-size: 0.8rem;
  color: var(--uv-paragraph);
  background: transparent;
  margin-top: auto;
}

/* Popup informativo dos cards â€“ layout agora delegado via @apply em utilities */

.popup-info-close {
  align-self: flex-end;
  width: 24px;
  height: 24px;
  background-color: var(--secondary-indigo);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  flex-shrink: 0;
}

.popup-info-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--secondary-purple);
  margin-bottom: 0.4rem;
}

.popup-info-price {
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 0.75rem;
}

.popup-info-benefits {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-bottom: 0.75rem;
}

.popup-info-includes {
  margin-top: 0.75rem;
}

.popup-info-includes h4 {
  font-size: var(--font-size-card-title);
  font-weight: 600;
  color: var(--secondary-purple);
  margin: 0.75rem 0 0.5rem;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.popup-info-feature {
  background-color: var(--bg-light-gray);
  padding: 0.4rem;
  border-radius: 6px;
  margin-bottom: 0.2rem;
  font-size: 0.85rem;
  color: var(--text-primary);
  display: flex;
  align-items: center;
}

.popup-info-feature img {
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

/* ===== CAROUSEL â€“ visuais migrados de carousel.css ===== */

.resultados {
  padding: clamp(3rem, 8vh, 6rem) 0;
  background: var(--bg-secondary, #f8f9fa);
  position: relative;
}

/* Touch hint: visÃ­vel apenas em dispositivos sem hover, anima suavemente e some */

.carousel-touch-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  pointer-events: none;
  opacity: 0;
}

.carousel-touch-circle {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  pointer-events: none;
}

.carousel-touch-icon {
  width: 24px;
  height: 24px;
  pointer-events: none;
}

@media (hover: none) {
  .carousel-touch-indicator {
    display: block;
    animation: touchHintEnter .4s ease-out .3s forwards, swipeWiggle 3s ease-in-out .7s 2, touchHintFade .4s ease-out 6.7s forwards;
  }
}

@keyframes touchHintEnter {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(.92);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes touchHintFade {
  to {
    opacity: 0;
  }
}

@keyframes swipeWiggle {
  0% {
    transform: translate(-50%, -50%);
  }

  50% {
    transform: translate(-47%, -50%);
  }

  100% {
    transform: translate(-50%, -50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel-touch-indicator {
    animation: none;
    opacity: 0;
  }

  .carousel-touch-circle {
    box-shadow: 0 2px 8px rgba(0,0,0,0.18);
  }
}

.carousel-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  position: relative;
}

.carousel-container {
  width: 320px;
  height: 449px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.25);
  background: #000;
}

.carousel-track {
  display: flex;
  height: 100%;
  width: 600%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94);
  will-change: transform;
}

/* Removido hardcoding; centragem via Tailwind flex + object-contain */

/* .carousel-slide e .carousel-image definidos acima com @apply */

.carousel-nav {
  position: absolute;
  top: 50%;
  z-index: 1000;
  display: flex;
  height: 44px;
  width: 44px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / 0.95);
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 12px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 4px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.carousel-nav svg {
  pointer-events: none;
  display: block;
  height: 18px;
  width: 18px;
}

.carousel-nav:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 6px 20px rgba(0,0,0,0.35);
  --tw-shadow-colored: 0 6px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.carousel-nav:active {
  --tw-scale-x: 0.95;
  --tw-scale-y: 0.95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.carousel-prev {
  left: 12px;
}

.carousel-next {
  right: 12px;
}

/* Indicadores: base delegada ao Tailwind com mt:30px e gap:10px */

.carousel-indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
  padding: 0;
}

.carousel-indicator.active {
  background: var(--primary, #F06B00);
  width: 32px;
  border-radius: 5px;
}

.carousel-indicator:hover:not(.active) {
  background: #888;
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .carousel-wrapper {
    padding: 0 15px;
  }

  .carousel-container {
    width: 320px;
    height: 449px;
  }

  .carousel-nav {
    height: 40px;
    width: 40px;
  }

  .carousel-nav svg {
    height: 18px;
    width: 18px;
  }
}

@media (max-width: 480px) {
  .carousel-wrapper {
    padding: 0 10px;
  }

  .carousel-container {
    width: 320px;
    height: 449px;
    border-radius: 8px;
  }

  /* DimensÃµes controladas por utilidades Tailwind nas regras principais */

  .carousel-prev {
    left: 8px;
  }

  .carousel-next {
    right: 8px;
  }

  .carousel-nav {
    height: 36px;
    width: 36px;
    background-color: rgb(255 255 255 / 0.9);
  }

  .carousel-nav svg {
    height: 16px;
    width: 16px;
  }

  .carousel-indicators {
    margin-top: 24px;
    gap: 0.5rem;
  }

  .carousel-indicator {
    width: 8px;
    height: 8px;
  }

  .carousel-indicator.active {
    width: 26px;
  }
}

@media (max-width: 360px) {
  .carousel-wrapper {
    padding: 0 5px;
  }

  .carousel-container {
    width: 320px;
    height: 449px;
  }
}

.carousel-track.dragging {
  cursor: grabbing;
  transition: none;
}

.carousel-track.no-transition {
  transition: none;
}

/* === Header (mc-header) delegated to Tailwind for layout/spacing === */

.mc-header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1000;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-shadow: 0 2px 10px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 2px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.mc-header .header-content {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1200px;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
}

.mc-header .logo {
  position: relative;
  z-index: 1003;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

.mc-header .main-logo {
  height: 50px;
  width: auto;
}

.mc-header .desktop-nav {
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
  flex: 1 1 0%;
  justify-content: center;
}

.mc-header .desktop-nav ul {
  margin: 0px;
  display: flex;
  list-style-type: none;
  gap: 2rem;
  padding: 0px;
}

.mc-header .desktop-nav a {
  white-space: nowrap;
  font-size: 0.95rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(52 58 64 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.mc-header .header-actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

.mc-header .instagram-link {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.mc-header .mobile-menu-group {
  position: relative;
  z-index: 1002;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.mc-header .hamburger-menu {
  position: relative;
  z-index: 1002;
  margin: 0px;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-around;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  width: var(--burger-width);
  height: var(--burger-height);
}

.mc-header .mobile-nav .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Removidos estilos de checkbox+label; voltamos ao padrÃ£o de 3 spans animando para X */

/* === Hero delegated to Tailwind for layout containers === */

.mc-main-hero-section {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.mc-main-hero-slider {
  position: relative;
  height: 100%;
  width: 100%;
}

.mc-main-swiper-slide {
  height: 100%;
  width: 100%;
}

.mc-main-hero-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.mc-main-hero-content {
  max-width: 50%;
}

.mc-hero-left-panel {
  border-radius: 14px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* === Popup Oferta delegated to Tailwind for layout/spacing === */

.popup-oferta-overlay {
  position: fixed;
  inset: 0px;
  z-index: 100002;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.popup-oferta-overlay.active {
  display: flex;
  opacity: 1;
}

.popup-oferta-container {
  position: relative;
  display: flex;
  height: 90vw;
  max-height: 500px;
  width: 90vw;
  max-width: 500px;
  flex-direction: column;
  overflow: hidden;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  --tw-shadow: 0 30px 100px rgba(0,0,0,0.3);
  --tw-shadow-colored: 0 30px 100px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
/* Black Friday container square */
.popup-square-1080 { width: min(1080px, 90vw); height: min(1080px, 90vh); aspect-ratio: 1 / 1; margin: 0 auto; }

/* Black Friday: garantir encaixe perfeito da imagem no container em todos breakpoints */


.popup-blackfriday-image-link {
  display: block;
  width: 100%;
  height: 100%;
}
.popup-blackfriday-image { display: block; width: 100%; height: 100%; object-fit: cover; max-width: 100%; max-height: 100%; background: #fff; }



.popup-oferta-content {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
}

.popup-oferta-content-section {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 30px;
  padding-bottom: 25px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.popup-oferta-cta-button {
  display: inline-flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-width: 0px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* BotÃ£o de fechar inline dentro do conteÃºdo do popup oferta */

.popup-oferta-close-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-weight: 600;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.6);
  background: transparent;
  padding: 10px 16px;
  margin-top: 12px;
}

.popup-oferta-close-inline:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.9);
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .popup-oferta-overlay {
    align-items: center;
    justify-content: center;
    padding: 0.625rem;
  }

  .popup-oferta-container {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-height: none;
    width: 92vw;
    max-width: none;
  }
/* Black Friday container square */
.popup-square-1080 { width: min(1080px, 90vw); height: min(1080px, 90vh); aspect-ratio: 1 / 1; margin: 0 auto; }

  /* Black Friday: container quadrado 1080x1080, responsivo sem scroll */

  .popup-square-1080 { width: min(1080px, 92vw); height: min(1080px, 92vh); aspect-ratio: 1 / 1; margin: 0 auto; }


  .popup-blackfriday-image-link {
    display: block;
    width: 100%;
    height: 100%;
  }
.popup-blackfriday-image { display: block; width: 100%; height: 100%; object-fit: cover; max-width: 100%; max-height: 100%; background: #fff; }

  

  .popup-oferta-content-section {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 20px;
  }
}

/* ===== Video Blog â€“ Overrides: tamanho fixo do vÃ­deo e thumbs menores ===== */




/* Black Friday Popup – Mobile square override */
@media (max-width: 768px) {
  /* Ensure the popup container is perfectly square and centered */
  .popup-oferta-container.popup-square-1080 {
    width: min(88vw, 88vh);
    height: min(88vw, 88vh);
    aspect-ratio: 1 / 1;
    margin: 0 auto;
  }
  /* Safety: image fills square without letterboxing */
  .popup-blackfriday-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
}

/* ===== Popup Resultados Glúteos – fit viewport, sem título e sem scroll ===== */
#popup-resultados-gluteos .popup-info-content {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  max-width: none;
  width: auto;
  max-height: 92vh;
  overflow: hidden;
}
#popup-resultados-gluteos .popup-info-close { position: absolute; top: 8px; right: 12px; z-index: 5; }
.gluteos-carousel-wrapper { margin-top: 12px; display: flex; flex-direction: column; align-items: center; gap: 0.75rem; }
.gluteos-carousel-container { position: relative; overflow: hidden; margin: 0 auto; border-radius: 12px; box-shadow: 0 20px 40px rgba(0,0,0,0.25); background: #000; height: min(92vh, 1350px); max-height: 92vh; max-width: min(1080px, 92vw); width: auto; aspect-ratio: 1080 / 1350; }
.gluteos-carousel-slide { display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; flex-shrink: 0; height: 100%; width: auto; }
.gluteos-carousel-image { width: 100%; height: 100%; object-fit: contain; object-position: center; display: block; user-select: none; pointer-events: none; border-radius: 10px; box-shadow: 0 1px 4px rgba(0,0,0,.08); }
@media (max-width: 1024px) {
  .gluteos-carousel-container { height: min(90vh, 1200px); max-width: min(860px, 92vw); }
}
@media (max-width: 768px) {
  .gluteos-carousel-container { height: min(88vh, 1100px); max-width: min(620px, 94vw); }
}
@media (max-width: 480px) {
  .gluteos-carousel-container { height: min(86vh, 980px); max-width: min(420px, 96vw); }
}

/* HERO actions – garantir clique mesmo com overlay */
.mc-hero-actions { pointer-events: auto; }

/* Botão pill de resultados (HERO) */
.pill-results-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;background:rgba(255,255,255,.85);color:#222;border:1px solid rgba(0,0,0,.06);box-shadow:0 6px 18px rgba(0,0,0,.15);backdrop-filter:saturate(150%) blur(4px);cursor:pointer}
.pill-results-btn:hover{background:#fff}
.pill-results-btn:focus{outline:2px solid rgba(240,107,0,.6);outline-offset:2px}
.pill-results-btn .pill-icon{display:inline-flex}
.pill-results-btn .pill-text{font-weight:600}

