.elementor-76016 .elementor-element.elementor-element-d6f8ea7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-d6f8ea7 *//* CSS personalizado da pagina - Elementor Pro
   Cole em: Configuracoes da pagina > Avancado > CSS personalizado.
   Nao cole este arquivo no widget HTML.
*/

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&family=Nunito+Sans:wght@400;600;700&display=swap');

:root {
    --roxo: #8B2FC9;
    --roxo-dark: #6B1FA0;
    --roxo-light: #A855D8;
    --azul: #5BC4C4;
    --azul-dark: #3AABAB;
    --laranja: #F07800;
    --branco: #FFFFFF;
    --cinza-bg: #F7F5FF;
    --cinza-texto: #5A5A6E;
    --cinza-claro: #EBE8F7;
    --verde-wa: #25D366;
    --sombra: 0 4px 32px rgba(139,47,201,0.12);
    --sombra-forte: 0 8px 48px rgba(139,47,201,0.22);
  }

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

  html { scroll-behavior: smooth; }

  body {
    font-family: 'Nunito', sans-serif;
    background: #fff;
    color: var(--cinza-texto);
    overflow-x: hidden;
  }

  .msf-lp {
    position: relative;
    width: 100%;
    overflow-x: hidden;
  }

  /* ===== HEADER ===== */
  .msf-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    padding: 22px 32px 0;
  }
  .msf-header-inner {
    width: 100%;
    max-width: 1200px;
    min-height: 66px;
    margin: 0 auto;
    padding: 12px 16px 12px 18px;
    border: 1px solid rgba(139,47,201,0.12);
    border-radius: 18px;
    background: rgba(255,255,255,0.88);
    box-shadow: 0 10px 40px rgba(139,47,201,0.12);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .msf-header-logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    text-decoration: none;
  }
  .msf-header-logo img {
    display: block;
    width: auto;
    height: 40px;
    max-width: 210px;
    object-fit: contain;
  }
  .msf-header-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    flex: 1 1 auto;
  }
  .msf-header-nav a {
    color: #2D2240;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
  }
  .msf-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--verde-wa);
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(37,211,102,0.28);
    white-space: nowrap;
  }

  /* ===== HERO ===== */
  .hero {
    min-height: 100vh;
    background: linear-gradient(135deg, #F7F5FF 0%, #EDE8FA 40%, #E8F7F7 100%);
    display: flex; align-items: center;
    padding: 118px 32px 80px;
    position: relative; overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute; top: -200px; right: -200px;
    width: 700px; height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(91,196,196,0.18) 0%, transparent 70%);
    pointer-events: none;
  }
  .hero::after {
    content: '';
    position: absolute; bottom: -100px; left: -100px;
    width: 500px; height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(139,47,201,0.1) 0%, transparent 70%);
    pointer-events: none;
  }
  .hero-inner {
    max-width: 1200px; margin: 0 auto; width: 100%;
    display: grid; grid-template-columns: 1fr 420px; gap: 60px; align-items: center;
  }
  .hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(139,47,201,0.1); color: var(--roxo);
    font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 13px;
    padding: 6px 16px; border-radius: 50px;
    margin-bottom: 20px;
  }
  .hero-badge span { width: 8px; height: 8px; background: var(--roxo); border-radius: 50%; display: inline-block; }
  .hero h1 {
    font-family: 'Nunito', sans-serif;
    font-weight: 900; font-size: clamp(2.2rem, 4vw, 3.4rem);
    line-height: 1.1; color: #2D2240;
    margin-bottom: 24px;
  }
  .hero h1 em { font-style: normal; color: var(--roxo); }
  .hero h1 .highlight {
    position: relative; display: inline-block;
    color: var(--azul-dark);
  }
  .hero-sub {
    font-size: 18px; color: var(--cinza-texto); line-height: 1.7;
    margin-bottom: 36px; max-width: 500px;
  }
  .hero-provas {
    display: flex; gap: 28px; margin-bottom: 40px;
  }
  .prova-item {
    display: flex; align-items: center; gap: 10px;
    font-size: 14px; font-weight: 600; color: #2D2240;
  }
  .prova-item .icon {
    width: 36px; height: 36px; border-radius: 50%;
    background: white; display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 12px rgba(139,47,201,0.15);
    font-size: 18px; flex-shrink: 0;
  }

  /* ===== CAPTURE BOX ===== */
  .capture-box {
    background: white;
    border-radius: 24px;
    padding: 36px 32px;
    box-shadow: var(--sombra-forte);
    border: 1px solid rgba(139,47,201,0.08);
    position: relative; z-index: 2;
  }
  .capture-box-header {
    font-family: 'Nunito', sans-serif;
    font-weight: 900; font-size: 20px;
    color: #2D2240; text-align: center; margin-bottom: 6px;
    line-height: 1.3;
  }
  .capture-box-sub {
    text-align: center; font-size: 14px; color: var(--cinza-texto);
    margin-bottom: 24px; line-height: 1.5;
  }
  .capture-box-sub strong { color: var(--roxo); }
  .specialty-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 20px;
  }
  .spec-btn {
    padding: 10px 8px; border: 1.5px solid var(--cinza-claro);
    border-radius: 12px; background: var(--cinza-bg);
    font-family: 'Nunito', sans-serif; font-size: 13px; font-weight: 600;
    color: var(--cinza-texto); cursor: pointer; text-align: center;
    display: flex; align-items: center; justify-content: center; gap: 6px;
  }
  .spec-btn:hover, .spec-btn.active {
    border-color: var(--roxo); background: rgba(139,47,201,0.06); color: var(--roxo);
    transform: translateY(-1px);
  }
  .spec-btn .spec-icon { font-size: 16px; }
  .divider-or {
    text-align: center; font-size: 13px; color: #aaa; margin: 16px 0;
    position: relative;
  }
  .divider-or::before, .divider-or::after {
    content: ''; position: absolute; top: 50%;
    width: 42%; height: 1px; background: #e5e5e5;
  }
  .divider-or::before { left: 0; }
  .divider-or::after { right: 0; }
  .btn-wa-capture {
    display: flex; align-items: center; justify-content: center; gap: 12px;
    width: 100%; padding: 16px 24px;
    background: var(--verde-wa);
    color: #fff; font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 17px;
    border: none; border-radius: 14px; cursor: pointer;
    text-decoration: none;
    box-shadow: 0 6px 24px rgba(37,211,102,0.35);
    position: relative; overflow: hidden;
  }
  .btn-wa-capture::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.15) 50%, transparent 70%);
    transform: translateX(-100%);
  }
  .btn-wa-capture:hover::after { transform: translateX(100%); }
  .btn-wa-capture:hover { transform: translateY(-3px); box-shadow: 0 10px 32px rgba(37,211,102,0.45); }
  .wa-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
  }
  .btn-wa-capture svg,
  .btn-wa-capture .wa-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }
  .capture-guarantee {
    display: flex; align-items: center; justify-content: center; gap: 6px;
    font-size: 12px; color: #888; margin-top: 14px;
  }
  .capture-guarantee svg { width: 14px; height: 14px; }
  .stars-row {
    display: flex; justify-content: center; align-items: center; gap: 4px;
    margin-bottom: 12px;
  }
  .star { color: #FFB800; font-size: 18px; }
  .stars-label { font-size: 13px; color: var(--cinza-texto); margin-left: 4px; }

  /* ===== TRUST BAR ===== */
  .trust-bar {
    background: #2D2240;
    padding: 20px 32px;
  }
  .trust-inner {
    max-width: 1200px; margin: 0 auto;
    display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 40px;
  }
  .trust-item {
    display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,0.9);
    font-size: 14px; font-weight: 600;
  }
  .trust-icon {
    width: 40px; height: 40px; border-radius: 10px;
    background: rgba(139,47,201,0.4);
    display: flex; align-items: center; justify-content: center; font-size: 20px;
    flex-shrink: 0;
  }
  .trust-num { font-family: 'Nunito', sans-serif; font-size: 22px; font-weight: 900; color: var(--azul); display: block; }

  /* ===== SECTION BASE ===== */
  section { padding: 80px 32px; }
  .section-inner { max-width: 1200px; margin: 0 auto; }
  .section-tag {
    display: inline-block;
    background: rgba(139,47,201,0.1); color: var(--roxo);
    font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
    padding: 5px 14px; border-radius: 50px; margin-bottom: 14px;
  }
  .section-title {
    font-family: 'Nunito', sans-serif; font-weight: 900;
    font-size: clamp(1.8rem, 3vw, 2.6rem); color: #2D2240; line-height: 1.2;
    margin-bottom: 16px;
  }
  .section-title em { font-style: normal; color: var(--roxo); }
  .section-desc { font-size: 17px; color: var(--cinza-texto); max-width: 600px; line-height: 1.7; }

  /* ===== WHY SECTION ===== */
  .why-section { background: #fff; }
  .why-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 50px;
  }
  .why-card {
    background: var(--cinza-bg); border-radius: 20px; padding: 32px 28px;
    border: 1.5px solid rgba(139,47,201,0.08);
    position: relative; overflow: hidden;
  }
  .why-card::before {
    content: ''; position: absolute;
    top: 0; left: 0; right: 0; height: 4px;
    background: var(--roxo); transform: scaleX(0); transform-origin: left;
  }
  .why-card:hover { transform: translateY(-6px); box-shadow: var(--sombra-forte); border-color: rgba(139,47,201,0.2); }
  .why-card:hover::before { transform: scaleX(1); }
  .why-icon-wrap {
    width: 56px; height: 56px; border-radius: 16px;
    background: rgba(139,47,201,0.12);
    display: flex; align-items: center; justify-content: center;
    font-size: 28px; margin-bottom: 20px;
  }
  .why-card h3 {
    font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 18px;
    color: #2D2240; margin-bottom: 10px;
  }
  .why-card p { font-size: 15px; color: var(--cinza-texto); line-height: 1.7; }

  /* ===== SPECIALTIES ===== */
  .spec-section { background: #FAFAFA; }
  .spec-full-grid {
    display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 48px;
  }
  .spec-card {
    background: #fff; border-radius: 18px; padding: 24px 16px;
    text-align: center; border: 1.5px solid rgba(139,47,201,0.1);
    cursor: pointer; text-decoration: none; color: inherit;
    display: flex; flex-direction: column; align-items: center; gap: 12px;
  }
  .spec-card:hover { border-color: var(--roxo); box-shadow: 0 8px 32px rgba(139,47,201,0.15); transform: translateY(-4px); }
  .spec-emoji { font-size: 32px; }
  .spec-name {
    font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 14px;
    color: #2D2240; line-height: 1.3;
  }
  .spec-wa {
    font-size: 12px; color: var(--verde-wa); font-weight: 700;
    display: flex; align-items: center; gap: 4px;
  }
  .spec-wa .wa-icon {
    width: 14px;
    height: 14px;
  }

  /* ===== PRICES / OFFER ===== */
  .offer-section {
    background: #2A1060; position: relative; overflow: hidden;
  }
  .offer-section::before {
    content: ''; position: absolute; top: -300px; right: -200px;
    width: 600px; height: 600px; border-radius: 50%;
    background: radial-gradient(circle, rgba(91,196,196,0.15) 0%, transparent 70%);
  }
  .offer-section .section-tag { background: rgba(91,196,196,0.15); color: var(--azul); }
  .offer-section .section-title { color: #fff; }
  .offer-section .section-desc { color: rgba(255,255,255,0.7); }
  .offer-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px;
  }
  .offer-card {
    background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px; padding: 28px 24px;
    position: relative; overflow: hidden;
  }
  .offer-card.destaque {
    background: var(--roxo); border-color: var(--roxo-light);
    box-shadow: 0 8px 40px rgba(139,47,201,0.4);
  }
  .offer-card.destaque::before {
    content: '⭐ Mais agendado'; position: absolute; top: 16px; right: -28px;
    background: var(--laranja); color: #fff;
    font-size: 11px; font-weight: 700; padding: 4px 36px;
    transform: rotate(35deg); white-space: nowrap;
  }
  .offer-card:not(.destaque):hover { background: rgba(255,255,255,0.08); transform: translateY(-4px); }
  .offer-icon { font-size: 36px; margin-bottom: 16px; }
  .offer-card h3 {
    font-family: 'Nunito', sans-serif; font-weight: 900; font-size: 20px;
    color: #fff; margin-bottom: 8px;
  }
  .offer-price {
    font-family: 'Nunito', sans-serif; font-size: 36px; font-weight: 900;
    color: var(--azul); margin-bottom: 4px;
  }
  .offer-card.destaque .offer-price { color: #fff; }
  .offer-price-detail {
    font-size: 13px; color: rgba(255,255,255,0.6); margin-bottom: 20px;
  }
  .offer-features { list-style: none; margin-bottom: 24px; }
  .offer-features li {
    font-size: 14px; color: rgba(255,255,255,0.85);
    padding: 5px 0; display: flex; align-items: center; gap: 8px;
  }
  .offer-features li::before { content: '✓'; color: var(--azul); font-weight: 900; }
  .offer-card.destaque .offer-features li::before { color: rgba(255,255,255,0.9); }
  .btn-offer {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    width: 100%; padding: 13px 20px;
    background: var(--verde-wa); color: #fff;
    font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 15px;
    border: none; border-radius: 12px; cursor: pointer; text-decoration: none;
    box-shadow: 0 4px 16px rgba(37,211,102,0.3);
  }
  .btn-offer:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(37,211,102,0.4); }
  .btn-offer svg { width: 18px; height: 18px; }

  /* ===== TESTIMONIALS ===== */
  .test-section { background: #fff; }
  .test-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px;
  }
  .test-card {
    background: var(--cinza-bg); border-radius: 20px; padding: 28px 24px;
    border: 1.5px solid rgba(139,47,201,0.08);
  }
  .test-card:hover { box-shadow: var(--sombra); transform: translateY(-3px); }
  .test-stars { margin-bottom: 14px; }
  .test-stars .star { font-size: 16px; }
  .test-quote {
    font-size: 15px; line-height: 1.7; color: var(--cinza-texto);
    margin-bottom: 20px; font-style: italic;
  }
  .test-quote::before { content: '"'; color: var(--roxo); font-size: 40px; line-height: 0; vertical-align: -0.4em; margin-right: 4px; font-style: normal; }
  .test-author {
    display: flex; align-items: center; gap: 12px;
  }
  .test-avatar {
    width: 44px; height: 44px; border-radius: 50%;
    background: linear-gradient(135deg, var(--roxo), var(--azul));
    display: flex; align-items: center; justify-content: center;
    font-family: 'Nunito', sans-serif; font-weight: 900; font-size: 16px; color: #fff;
  }
  .test-name { font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 14px; color: #2D2240; }
  .test-via { font-size: 12px; color: #aaa; }

  /* ===== HOW IT WORKS ===== */
  .how-section { background: var(--cinza-bg); }
  .steps-row {
    display: flex; gap: 0; margin-top: 48px; align-items: flex-start;
    position: relative;
  }
  .steps-row::before {
    content: ''; position: absolute;
    top: 32px; left: 10%; right: 10%; height: 2px;
    background: linear-gradient(90deg, var(--roxo), var(--azul));
    z-index: 0;
  }
  .step {
    flex: 1; text-align: center; position: relative; z-index: 1; padding: 0 16px;
  }
  .step-num {
    width: 64px; height: 64px; border-radius: 50%;
    background: linear-gradient(135deg, var(--roxo), var(--azul-dark));
    color: #fff; font-family: 'Nunito', sans-serif; font-weight: 900; font-size: 24px;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 16px; box-shadow: 0 4px 20px rgba(139,47,201,0.35);
  }
  .step h4 {
    font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 16px;
    color: #2D2240; margin-bottom: 8px;
  }
  .step p { font-size: 14px; color: var(--cinza-texto); line-height: 1.6; }

  /* ===== UNITS ===== */
  .units-section { background: #fff; }
  .units-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 48px; }
  .unit-card {
    border-radius: 20px; padding: 32px 28px;
    background: linear-gradient(135deg, #3D1F7A, #6B35C0);
    color: #fff;
  }
  .unit-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(26,10,46,0.3); }
  .unit-icon { font-size: 36px; margin-bottom: 16px; }
  .unit-card h3 {
    font-family: 'Nunito', sans-serif; font-weight: 900; font-size: 20px; margin-bottom: 8px;
  }
  .unit-card p { font-size: 15px; color: rgba(255,255,255,0.75); line-height: 1.6; margin-bottom: 20px; }
  .unit-schedule {
    display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px;
  }
  .schedule-tag {
    background: rgba(91,196,196,0.15); border: 1px solid rgba(91,196,196,0.3);
    color: var(--azul); font-size: 12px; font-weight: 700;
    padding: 5px 12px; border-radius: 50px;
  }
  .btn-unit {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--verde-wa); color: #fff;
    font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 14px;
    padding: 12px 22px; border-radius: 12px; text-decoration: none;
  }
  .btn-unit:hover { box-shadow: 0 6px 20px rgba(37,211,102,0.4); transform: translateY(-2px); }
  .btn-unit svg,
  .btn-unit .wa-icon {
    width: 18px;
    height: 18px;
  }

  /* ===== FINAL CTA ===== */
  .final-cta {
    background: linear-gradient(135deg, var(--roxo) 0%, #5BC4C4 100%);
    padding: 80px 32px;
    text-align: center; position: relative; overflow: hidden;
  }
  .final-cta::before {
    content: ''; position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
  .final-cta h2 {
    font-family: 'Nunito', sans-serif; font-weight: 900;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    color: #fff; margin-bottom: 16px; position: relative;
  }
  .final-cta p {
    font-size: 18px; color: rgba(255,255,255,0.9); margin-bottom: 36px; position: relative;
  }
  .btn-wa-final {
    display: inline-flex; align-items: center; gap: 14px;
    background: #fff; color: var(--roxo);
    font-family: 'Nunito', sans-serif; font-weight: 900; font-size: 20px;
    padding: 18px 44px; border-radius: 60px; text-decoration: none;
    box-shadow: 0 8px 40px rgba(0,0,0,0.2);
    position: relative;
  }
  .btn-wa-final:hover { transform: translateY(-4px); box-shadow: 0 16px 56px rgba(0,0,0,0.3); }
  .btn-wa-final svg,
  .btn-wa-final .wa-icon {
    width: 28px;
    height: 28px;
    color: var(--verde-wa);
  }
  .final-cta-note { font-size: 14px; color: rgba(255,255,255,0.7); margin-top: 20px; position: relative; }

  /* ===== FOOTER ===== */
  footer {
    background: #1C1428; padding: 48px 32px 24px;
    color: rgba(255,255,255,0.6);
  }
  .footer-inner {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; margin-bottom: 40px;
  }
  .footer-brand p { font-size: 14px; line-height: 1.8; margin-top: 16px; }
  .footer-logo-text {
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: #ffffff;
    letter-spacing: -0.02em;
  }
  .footer-logo-text::after {
    content: "";
    display: block;
    width: 48px;
    height: 3px;
    margin-top: 8px;
    border-radius: 999px;
    background: var(--azul);
  }
  .footer-logo-img {
    display: block;
    width: auto;
    height: 40px;
    max-width: 220px;
  }
  .footer-col h4 {
    font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 14px;
    color: rgba(255,255,255,0.9); margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.5px;
  }
  .footer-col a, .footer-col p {
    display: block; font-size: 14px; color: rgba(255,255,255,0.55);
    text-decoration: none; margin-bottom: 8px;
  }
  .footer-col a:hover { color: var(--azul); }
  .footer-bottom {
    max-width: 1200px; margin: 0 auto;
    padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.08);
    display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
  }
  .footer-bottom p { font-size: 13px; }
  .footer-social { display: flex; gap: 12px; }
  .social-btn {
    width: 36px; height: 36px; border-radius: 50%;
    background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.7); text-decoration: none; font-size: 16px;
  }
  .social-btn:hover { background: var(--roxo); color: #fff; }

  /* ===== FLOATING WA ===== */
  .floating-wa {
    position: fixed; bottom: 28px; right: 28px; z-index: 999;
    width: 60px; height: 60px; border-radius: 50%;
    background: var(--verde-wa); box-shadow: 0 6px 24px rgba(37,211,102,0.45);
    display: flex; align-items: center; justify-content: center;
    text-decoration: none;
  }
  .floating-wa:hover { transform: scale(1.12); box-shadow: 0 10px 36px rgba(37,211,102,0.55); }
  .floating-wa svg,
  .floating-wa .wa-icon {
    width: 30px;
    height: 30px;
  }

  /* ===== STATIC BEHAVIOR ===== */
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .reveal,
  .reveal.visible,
  .reveal-delay-1,
  .reveal-delay-2,
  .reveal-delay-3,
  .reveal-delay-4 {
    opacity: 1 !important;
    transform: none !important;
    transition-delay: 0s !important;
  }

  /* ===== RESPONSIVE ===== */
  @media (max-width: 900px) {
    .msf-header {
      padding: 18px 20px 0;
    }
    .msf-header-inner {
      gap: 14px;
    }
    .msf-header-nav {
      gap: 16px;
    }
    .hero-inner { grid-template-columns: 1fr; gap: 40px; }
    .why-grid, .spec-full-grid { grid-template-columns: repeat(2, 1fr); }
    .offer-grid, .test-grid { grid-template-columns: 1fr; }
    .steps-row { flex-direction: column; align-items: center; gap: 32px; }
    .steps-row::before { display: none; }
    .units-grid { grid-template-columns: 1fr; }
    .footer-inner { grid-template-columns: 1fr; }
    .hero-provas { flex-wrap: wrap; gap: 16px; }
    .specialty-grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 600px) {
    section { padding: 60px 20px; }
    .msf-header {
      padding: 14px 16px 0;
    }
    .msf-header-inner {
      min-height: 58px;
      padding: 10px 14px;
      justify-content: center;
      border-radius: 16px;
    }
    .msf-header-logo {
      justify-content: center;
    }
    .msf-header-logo img {
      height: 36px;
      max-width: 190px;
    }
    .msf-header-nav,
    .msf-header-cta {
      display: none !important;
    }
    .hero { padding: 98px 20px 60px; }
    .why-grid, .spec-full-grid { grid-template-columns: 1fr; }
    .trust-inner { flex-direction: column; align-items: flex-start; gap: 12px; }
    .footer-inner { padding: 0 0; gap: 24px; }
    .footer-bottom { flex-direction: column; text-align: center; }
  }

  /* ===== EXTRA RESPONSIVE POLISH ===== */
  img, svg { max-width: 100%; }

  @media (max-width: 1100px) {
    .hero-inner {
      grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
      gap: 36px;
    }
    .spec-full-grid { grid-template-columns: repeat(4, 1fr); }
  }

  @media (max-width: 900px) {
    .hero {
      min-height: auto;
    }
    .hero-inner {
      grid-template-columns: 1fr;
      gap: 32px;
    }
    .hero-content {
      text-align: center;
    }
    .hero-sub {
      margin-left: auto;
      margin-right: auto;
    }
    .hero-provas {
      justify-content: center;
    }
    .capture-box {
      width: min(100%, 460px);
      margin: 0 auto;
    }
    .spec-full-grid { grid-template-columns: repeat(2, 1fr); }
  }

  @media (max-width: 600px) {
    html,
    body {
      width: 100%;
      min-width: 0;
      overflow-x: hidden;
    }
    .hero {
      min-height: auto;
      width: 100%;
      padding: 98px 20px 56px;
      display: block;
    }
    .hero-inner {
      display: flex;
      flex-direction: column;
      gap: 26px;
      align-items: stretch;
      width: 100%;
      max-width: 100%;
    }
    .hero-content {
      width: 100%;
      max-width: 100%;
      text-align: center;
    }
    .hero-badge,
    .hero-sub,
    .hero-provas {
      display: none !important;
    }
    .hero h1 {
      max-width: 360px;
      margin: 0 auto;
      font-size: clamp(2rem, 9vw, 2.45rem);
      line-height: 1.12;
      text-align: center;
    }
    .capture-box {
      width: 100%;
      max-width: 420px;
      margin-left: auto;
      margin-right: auto;
      padding: 30px 20px;
      border-radius: 22px;
      transform: none !important;
    }
    .capture-box-header {
      font-size: 19px;
    }
    .specialty-grid {
      gap: 8px;
    }
    .spec-btn {
      min-height: 44px;
      padding: 10px 6px;
      font-size: 12.5px;
    }
    .trust-bar {
      padding: 22px 20px;
    }
    .trust-item {
      width: 100%;
    }
    .section-title {
      font-size: clamp(1.75rem, 8vw, 2.25rem);
    }
    .section-desc {
      font-size: 16px;
    }
    .offer-card,
    .why-card,
    .test-card,
    .unit-card {
      padding: 26px 22px;
      border-radius: 18px;
    }
    .offer-card.destaque::before {
      right: -34px;
    }
    .steps-row {
      align-items: stretch;
    }
    .step {
      padding: 0;
    }
    .btn-wa-capture,
    .btn-offer,
    .btn-unit {
      width: 100%;
    }
    .final-cta {
      padding: 64px 20px;
    }
    .btn-wa-final {
      width: 100%;
      max-width: 360px;
      justify-content: center;
      padding: 16px 22px;
      font-size: 17px;
    }
    .final-cta-note {
      line-height: 1.6;
    }
    .floating-wa {
      right: 18px;
      bottom: 18px;
      width: 54px;
      height: 54px;
    }
  }

  @media (max-width: 380px) {
    .specialty-grid {
      grid-template-columns: 1fr;
    }
  }

  /* ===== WHATSAPP IMAGE ICON FIX ===== */
  .msf-lp img.wa-icon {
    display: inline-block !important;
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    object-fit: contain !important;
    flex: 0 0 auto !important;
    vertical-align: middle !important;
  }
  .msf-lp .btn-wa-capture img.wa-icon {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
  }
  .msf-lp .spec-wa img.wa-icon {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
  }
  .msf-lp .btn-unit img.wa-icon {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
  }
  .msf-lp .btn-wa-final img.wa-icon {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
  }
  .msf-lp .floating-wa img.wa-icon {
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
    height: 70px !important;
    min-height: 70px !important;
    max-height: 70px !important;
  }
  .msf-lp .floating-wa {
    width: 76px !important;
    height: 76px !important;
  }/* End custom CSS */