.elementor-137 .elementor-element.elementor-element-2d61320{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-137 .elementor-element.elementor-element-2d61320.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-137 .elementor-element.elementor-element-2d92beb{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-137 .elementor-element.elementor-element-bd066d4{--display:flex;}@media(min-width:768px){.elementor-137 .elementor-element.elementor-element-2d61320{--width:1627px;}}/* Start custom CSS for html, class: .elementor-element-2d92beb *//* ===== CORREÇÃO LARGURA ELEMENTOR ===== */
.elementor-widget-html, 
.elementor-widget-html > .elementor-widget-container,
.elementor-section,
.elementor-container {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ========== RESET & BASE ========== */
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --crimson: #8B1A1A;
    --ruby: #A82828;
    --burnt: #C4501A;
    --amber: #D4821A;
    --gold: #E8A840;
    --peach: #F5C882;
    --cream: #FAE0B8;
    --ivory: #FFF5E8;
    --dark: #2A0A0A;
    --shadow-soft: 0 10px 40px -10px rgba(42, 10, 10, 0.25);
    --shadow-strong: 0 20px 60px -15px rgba(42, 10, 10, 0.45);
    --shadow-gold: 0 10px 30px -5px rgba(232, 168, 64, 0.55);
  }
  html { scroll-behavior: smooth; }
  body {
    font-family: 'Lato', system-ui, sans-serif;
    color: var(--dark);
    background: var(--ivory);
    line-height: 1.7;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
  }
  img { max-width: 100%; display: block; }
  h1, h2, h3, h4 { font-family: 'Playfair Display', serif; font-weight: 700; line-height: 1.2; color: var(--dark); letter-spacing: -0.01em; }
  p { hyphens: auto; -webkit-hyphens: auto; }
  .serif-italic { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 400; }
  /* Mobile-first container with generous breathing room */
  .container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 28px; }
  /* Reading-width helper — keeps long paragraphs around 60-70ch */
  .prose { max-width: 62ch; }
  .prose-center { max-width: 62ch; margin-left: auto; margin-right: auto; }

  /* ========== CTA BUTTON ========== */
  .cta {
    display: inline-block;
    background: linear-gradient(135deg, var(--amber) 0%, var(--gold) 100%);
    color: var(--dark);
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: 0.04em;
    padding: 20px 40px;
    border-radius: 60px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: var(--shadow-gold);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    animation: ctaPulse 2.4s ease-in-out infinite;
    text-align: center;
    text-transform: uppercase;
  }
  .cta:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 15px 40px -5px rgba(232, 168, 64, 0.75); }
  @keyframes ctaPulse {
    0%, 100% { box-shadow: 0 10px 30px -5px rgba(232, 168, 64, 0.55), 0 0 0 0 rgba(232, 168, 64, 0.5); }
    50% { box-shadow: 0 12px 35px -5px rgba(232, 168, 64, 0.75), 0 0 0 18px rgba(232, 168, 64, 0); }
  }

  /* ========== HERO ========== */
  .hero {
    position: relative;
    min-height: 100vh;
    background: radial-gradient(ellipse at 30% 40%, #6a1212 0%, var(--crimson) 35%, #4a0a0a 70%, #2A0A0A 100%);
    color: var(--ivory);
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 100px 0 80px;
  }
  .particles { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
  .particle {
    position: absolute;
    background: var(--gold);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--gold), 0 0 16px rgba(232, 168, 64, 0.6);
    opacity: 0;
    animation: twinkle 4s ease-in-out infinite;
  }
  @keyframes twinkle {
    0%, 100% { opacity: 0; transform: scale(0.5); }
    50% { opacity: 0.9; transform: scale(1); }
  }
  .hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  .hero-text > * { opacity: 0; animation: fadeUp 0.9s ease-out forwards; }
  .hero-text > *:nth-child(1) { animation-delay: 0.1s; }
  .hero-text > *:nth-child(2) { animation-delay: 0.3s; }
  .hero-text > *:nth-child(3) { animation-delay: 0.5s; }
  .hero-text > *:nth-child(4) { animation-delay: 0.7s; }
  .hero-text > *:nth-child(5) { animation-delay: 0.9s; }
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
  }
  @media (prefers-reduced-motion: reduce) {
    .hero-text > *, .hero-image, .reveal { opacity: 1 !important; transform: none !important; animation: none !important; transition: none !important; }
    .cta { animation: none !important; }
    .book-wrapper { animation: none !important; }
  }
  .eyebrow {
    display: inline-block;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.1rem;
    color: var(--gold);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border: 1px solid rgba(232, 168, 64, 0.4);
    padding: 8px 18px;
    border-radius: 30px;
    margin-bottom: 24px;
  }
  .hero h1 {
    font-size: clamp(2rem, 4.6vw, 3.4rem);
    color: var(--ivory);
    margin-bottom: 22px;
    font-weight: 900;
    max-width: 18ch;
    text-wrap: balance;
  }
  .hero h1 .accent { color: var(--gold); font-style: italic; font-weight: 700; }
  .hero .position {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: clamp(1.15rem, 1.8vw, 1.45rem);
    color: var(--peach);
    margin-bottom: 22px;
    border-left: 3px solid var(--gold);
    padding-left: 18px;
    max-width: 36ch;
    line-height: 1.4;
  }
  .hero .sub {
    font-size: clamp(1rem, 1.2vw, 1.1rem);
    color: rgba(255, 245, 232, 0.88);
    margin-bottom: 38px;
    max-width: 52ch;
    line-height: 1.7;
  }
  .hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    animation: fadeUp 1s ease-out 0.6s forwards;
  }
  .book-wrapper {
    position: relative;
    width: 100%;
    max-width: 520px;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 14px;
    animation: float 6s ease-in-out infinite;
    box-shadow: 0 30px 70px -20px rgba(0, 0, 0, 0.7), 0 0 60px -10px rgba(232, 168, 64, 0.35);
  }
  .book-wrapper img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  @keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-18px); }
  }

  /* ========== SECTIONS ========== */
  section { padding: 80px 0; }
  .section-light { background: var(--ivory); }
  .section-dark { background: var(--dark); color: var(--ivory); }
  .section-dark h2, .section-dark h3 { color: var(--ivory); }
  .section-title {
    font-size: clamp(1.7rem, 3.4vw, 2.6rem);
    text-align: center;
    margin: 0 auto 18px;
    max-width: 22ch;
    text-wrap: balance;
    line-height: 1.25;
  }
  .section-title .accent { color: var(--burnt); font-style: italic; }
  .section-dark .section-title .accent { color: var(--gold); }
  .section-intro {
    text-align: center;
    max-width: 56ch;
    margin: 0 auto 56px;
    font-size: clamp(1rem, 1.4vw, 1.15rem);
    color: var(--ruby);
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    line-height: 1.55;
  }
  .section-dark .section-intro { color: var(--peach); }

  /* ========== METHOD ========== */
  .method-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
    align-items: start;
  }
  .method-intro h2 { text-align: left; font-size: clamp(1.7rem, 3.2vw, 2.4rem); margin-bottom: 22px; max-width: 18ch; text-wrap: balance; line-height: 1.25; }
  .method-intro p { color: #5a3030; margin-bottom: 18px; max-width: 56ch; font-size: 1rem; line-height: 1.7; }
  .method-intro .quote {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: clamp(1.15rem, 1.6vw, 1.35rem);
    color: var(--crimson);
    border-left: 3px solid var(--gold);
    padding-left: 20px;
    margin-top: 28px;
    max-width: 40ch;
    line-height: 1.45;
  }
  .pillars-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .pillar-card {
    background: #fff;
    border-left: 4px solid var(--burnt);
    border-radius: 12px;
    padding: 26px 24px;
    box-shadow: var(--shadow-soft);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .pillar-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-strong); }
  .pillar-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px; height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--amber), var(--gold));
    color: var(--dark);
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 1.1rem;
    margin-bottom: 14px;
  }
  .pillar-card h3 { font-size: 1.1rem; margin-bottom: 10px; color: var(--crimson); line-height: 1.3; }
  .pillar-card p { font-size: 0.95rem; color: #5a3030; line-height: 1.6; }

  /* ========== IDENTIFICATION ========== */
  .mirror-list {
    max-width: 720px;
    margin: 0 auto 40px;
    display: grid;
    gap: 14px;
  }
  .mirror-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: rgba(232, 168, 64, 0.06);
    border: 1px solid rgba(232, 168, 64, 0.18);
    border-left: 3px solid var(--gold);
    padding: 20px 24px;
    border-radius: 8px;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: clamp(1.05rem, 1.4vw, 1.2rem);
    color: var(--cream);
    line-height: 1.5;
  }
  .mirror-mark {
    color: var(--gold);
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1;
    flex-shrink: 0;
    margin-top: 4px;
  }
  .callout {
    max-width: 720px;
    margin: 50px auto 30px;
    background: linear-gradient(135deg, rgba(212, 130, 26, 0.15), rgba(232, 168, 64, 0.08));
    border: 1px solid var(--gold);
    border-radius: 12px;
    padding: 36px 32px;
    text-align: center;
  }
  .callout h3 {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: clamp(1.2rem, 1.8vw, 1.5rem);
    color: var(--gold);
    margin: 0 auto 16px;
    max-width: 32ch;
    text-wrap: balance;
    line-height: 1.35;
  }
  .callout p { color: var(--cream); font-size: 1.02rem; max-width: 56ch; margin: 0 auto; line-height: 1.65; }
  .center-cta { text-align: center; margin-top: 40px; }

  /* ========== TESTIMONIALS ========== */
  .testimonials-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .testimonial {
    background: #fff;
    border-radius: 14px;
    padding: 28px 26px;
    box-shadow: var(--shadow-soft);
    border-top: 4px solid var(--gold);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .testimonial:hover { transform: translateY(-6px); box-shadow: var(--shadow-strong); }
  .stars { color: var(--gold); font-size: 1.05rem; letter-spacing: 2px; margin-bottom: 14px; }
  .testimonial p {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.1rem;
    color: #3a1010;
    line-height: 1.55;
    margin-bottom: 22px;
    flex: 1;
  }
  .author { display: flex; align-items: center; gap: 12px; }
  .avatar {
    width: 48px; height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--burnt), var(--amber));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.2rem;
    flex-shrink: 0;
  }
  .author-info strong { display: block; color: var(--crimson); font-size: 0.98rem; }
  .author-info span { font-size: 0.85rem; color: #8a5050; }

  /* ========== FAQ ========== */
  .faq-list { max-width: 800px; margin: 0 auto; }
  .faq-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 14px;
    box-shadow: 0 4px 20px -8px rgba(42, 10, 10, 0.18);
    border-left: 3px solid var(--gold);
    overflow: hidden;
  }
  .faq-question {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 22px 26px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--crimson);
    transition: background 0.2s ease;
  }
  .faq-question:hover { background: rgba(232, 168, 64, 0.06); }
  .faq-toggle {
    flex-shrink: 0;
    width: 32px; height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--amber), var(--gold));
    color: var(--dark);
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 1.2rem;
    transition: transform 0.3s ease;
  }
  .faq-item.open .faq-toggle { transform: rotate(45deg); }
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 26px;
    color: #5a3030;
  }
  .faq-item.open .faq-answer { max-height: 400px; padding: 0 26px 24px; }

  /* ========== GUARANTEE ========== */
  .guarantee-section {
    background: linear-gradient(135deg, var(--crimson) 0%, var(--burnt) 100%);
    color: var(--ivory);
    text-align: center;
  }
  .guarantee-section h2, .guarantee-section h3 { color: var(--ivory); }
  .seal {
    width: 180px; height: 180px;
    margin: 0 auto 30px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--gold) 0%, var(--amber) 100%);
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    color: var(--dark);
    box-shadow: 0 0 0 8px rgba(255, 245, 232, 0.15), 0 20px 50px -10px rgba(0, 0, 0, 0.4);
    position: relative;
    animation: sealPulse 3s ease-in-out infinite;
  }
  @keyframes sealPulse {
    0%, 100% { box-shadow: 0 0 0 8px rgba(255, 245, 232, 0.15), 0 20px 50px -10px rgba(0, 0, 0, 0.4); }
    50% { box-shadow: 0 0 0 14px rgba(255, 245, 232, 0.25), 0 20px 50px -10px rgba(0, 0, 0, 0.4); }
  }
  .seal::before {
    content: '';
    position: absolute;
    inset: 8px;
    border-radius: 50%;
    border: 2px dashed rgba(42, 10, 10, 0.3);
  }
  .seal .num { font-family: 'Playfair Display', serif; font-weight: 900; font-size: 3.5rem; line-height: 1; }
  .seal .label { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.2rem; }
  .guarantee-section h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); margin: 0 auto 22px; max-width: 20ch; text-wrap: balance; line-height: 1.25; }
  .guarantee-section p { max-width: 58ch; margin: 0 auto 36px; font-size: clamp(1rem, 1.3vw, 1.1rem); color: rgba(255, 245, 232, 0.92); line-height: 1.7; }

  /* ========== INCLUDED ========== */
  .included-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
    align-items: center;
  }
  .checklist { list-style: none; }
  .checklist li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(168, 40, 40, 0.15);
    font-size: 1.05rem;
    color: #3a1010;
  }
  .checklist li:last-child { border-bottom: none; }
  .check-icon {
    flex-shrink: 0;
    font-size: 1.5rem;
    line-height: 1;
  }
  .checklist strong { color: var(--crimson); display: block; margin-bottom: 4px; font-family: 'Playfair Display', serif; font-size: 1.1rem; }
  .checklist span { color: #5a3030; font-size: 0.97rem; }

  .price-panel {
    background: linear-gradient(160deg, #fff 0%, var(--ivory) 100%);
    border: 2px solid var(--gold);
    border-radius: 18px;
    padding: 40px 32px;
    text-align: center;
    box-shadow: var(--shadow-strong);
  }
  .price-panel .label {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    color: var(--burnt);
    font-size: 1.15rem;
    margin-bottom: 8px;
  }
  .price {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    color: var(--crimson);
    font-size: 3.4rem;
    line-height: 1;
    margin-bottom: 6px;
  }
  .price .currency { font-size: 1.6rem; vertical-align: top; margin-right: 4px; }
  .price-note { color: #6a3030; font-size: 0.92rem; margin-bottom: 26px; }
  .price-panel .cta { width: 100%; padding: 18px 24px; font-size: 0.98rem; }
  .badges { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px; margin-top: 22px; font-size: 0.85rem; color: #6a3030; }
  .badges span { display: inline-flex; align-items: center; gap: 6px; }

  /* ========== FOOTER ========== */
  footer {
    background: var(--dark);
    color: rgba(255, 245, 232, 0.7);
    padding: 50px 0 40px;
    text-align: center;
    font-size: 0.9rem;
  }
  footer p { margin-bottom: 12px; max-width: 760px; margin-left: auto; margin-right: auto; }
  footer .disclaimer { font-style: italic; color: rgba(255, 245, 232, 0.5); font-size: 0.82rem; }

  /* ========== SCROLL REVEAL ========== */
  .reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease, transform 0.8s ease; }
  .reveal.visible { opacity: 1; transform: translateY(0); }

  /* ========== RESPONSIVE BREAKPOINTS ==========
     Mobile-first base (≤599px): styles already defined above.
     Tablet portrait    : 600 – 899
     Tablet landscape   : 900 – 1199
     Desktop            : 1200 – 1439
     Desktop large      : ≥ 1440
  */

  /* ----- Tablet portrait (≥600px) ----- */
  @media (min-width: 600px) {
    body { font-size: 17px; }
    .container { padding: 0 40px; }
    section { padding: 90px 0; }
    .hero { padding: 110px 0 90px; }
    .testimonials-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .pillars-grid { grid-template-columns: repeat(2, 1fr); }
    .badges { gap: 22px; }
  }

  /* ----- Tablet landscape (≥900px) ----- */
  @media (min-width: 900px) {
    body { font-size: 17px; line-height: 1.7; }
    .container { padding: 0 48px; max-width: 960px; }
    section { padding: 100px 0; }
    .hero { min-height: 90vh; padding: 120px 0 100px; }
    .hero-grid {
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 60px;
      align-items: center;
    }
    .hero-image { order: 0; }
    .book-wrapper { max-width: 380px; }
    .method-layout {
      display: grid;
      grid-template-columns: 1fr 1.3fr;
      gap: 56px;
      align-items: start;
    }
    .method-intro h2 { text-align: left; }
    .testimonials-grid { grid-template-columns: repeat(3, 1fr); }
    .included-layout {
      display: grid;
      grid-template-columns: 1.15fr 1fr;
      gap: 56px;
    }
  }

  /* ----- Desktop (≥1200px) ----- */
  @media (min-width: 1200px) {
    body { font-size: 17px; }
    .container { max-width: 1140px; padding: 0 56px; }
    section { padding: 120px 0; }
    .hero { padding: 130px 0 110px; }
    .hero-grid { gap: 80px; grid-template-columns: 1.15fr 1fr; }
    .book-wrapper { max-width: 460px; }
    .method-layout { gap: 72px; }
    .pillars-grid { gap: 26px; }
    .testimonials-grid { gap: 30px; }
    .included-layout { gap: 70px; }
    .faq-list { max-width: 820px; }
    .mirror-list, .callout { max-width: 760px; }
  }

  /* ----- Desktop large (≥1440px) ----- */
  @media (min-width: 1440px) {
    .container { max-width: 1240px; padding: 0 64px; }
    .book-wrapper { max-width: 500px; }
  }

  /* ----- Small mobile fine-tuning (≤480px) ----- */
  @media (max-width: 480px) {
    .container { padding: 0 20px; }
    section { padding: 64px 0; }
    .hero { padding: 80px 0 60px; min-height: auto; }
    .hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .hero-image { order: -1; }
    .book-wrapper { max-width: 260px; }
    .method-layout, .included-layout { grid-template-columns: 1fr; gap: 40px; }
    .pillars-grid, .testimonials-grid { grid-template-columns: 1fr; gap: 16px; }
    .cta { width: 100%; padding: 18px 20px; font-size: 0.92rem; letter-spacing: 0.02em; }
    .mirror-item { font-size: 1.02rem; padding: 16px 18px; }
    .callout { padding: 26px 22px; }
    .price { font-size: 2.6rem; }
    .price-panel { padding: 32px 24px; }
    .seal { width: 140px; height: 140px; }
    .seal .num { font-size: 2.6rem; }
    .seal .label { font-size: 1rem; }
    .faq-question { font-size: 0.98rem; padding: 18px 20px; gap: 12px; }
    .faq-answer p { font-size: 0.95rem; }
    .testimonial { padding: 24px 22px; }
    .pillar-card { padding: 22px 20px; }
    .eyebrow { font-size: 0.85rem; padding: 6px 14px; letter-spacing: 0.12em; }
  }

  /* ----- Mid mobile / small tablet (481-599px) ----- */
  @media (min-width: 481px) and (max-width: 899px) {
    .hero-grid { grid-template-columns: 1fr; gap: 50px; text-align: center; }
    .hero-image { order: -1; }
    .hero h1, .hero .position, .hero .sub { max-width: 100%; margin-left: auto; margin-right: auto; }
    .hero .position { display: inline-block; text-align: left; }
    .method-layout, .included-layout { grid-template-columns: 1fr; gap: 50px; }
    .method-intro h2 { text-align: center; max-width: 100%; }
    .method-intro p { margin-left: auto; margin-right: auto; }
    .method-intro .quote { margin-left: auto; margin-right: auto; }
    .book-wrapper { max-width: 320px; }
  }
/* ===== REMOVE MARGEM LATERAL DO TEMA ===== */
html, body {
  overflow-x: hidden !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.site, .site-content, #content, #page, 
.wp-site-blocks, main, .is-layout-flow {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.elementor-section-wrap,
.elementor-inner,
.e-con,
.e-con-inner {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}/* End custom CSS */
/* Start custom CSS *//* ===== CORREÇÃO LARGURA ELEMENTOR ===== */
.elementor-widget-html, 
.elementor-widget-html > .elementor-widget-container,
.elementor-section,
.elementor-container {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ========== RESET & BASE ========== */
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --crimson: #8B1A1A;
    --ruby: #A82828;
    --burnt: #C4501A;
    --amber: #D4821A;
    --gold: #E8A840;
    --peach: #F5C882;
    --cream: #FAE0B8;
    --ivory: #FFF5E8;
    --dark: #2A0A0A;
    --shadow-soft: 0 10px 40px -10px rgba(42, 10, 10, 0.25);
    --shadow-strong: 0 20px 60px -15px rgba(42, 10, 10, 0.45);
    --shadow-gold: 0 10px 30px -5px rgba(232, 168, 64, 0.55);
  }
  html { scroll-behavior: smooth; }
  body {
    font-family: 'Lato', system-ui, sans-serif;
    color: var(--dark);
    background: var(--ivory);
    line-height: 1.7;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
  }
  img { max-width: 100%; display: block; }
  h1, h2, h3, h4 { font-family: 'Playfair Display', serif; font-weight: 700; line-height: 1.2; color: var(--dark); letter-spacing: -0.01em; }
  p { hyphens: auto; -webkit-hyphens: auto; }
  .serif-italic { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 400; }
  /* Mobile-first container with generous breathing room */
  .container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 28px; }
  /* Reading-width helper — keeps long paragraphs around 60-70ch */
  .prose { max-width: 62ch; }
  .prose-center { max-width: 62ch; margin-left: auto; margin-right: auto; }

  /* ========== CTA BUTTON ========== */
  .cta {
    display: inline-block;
    background: linear-gradient(135deg, var(--amber) 0%, var(--gold) 100%);
    color: var(--dark);
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: 0.04em;
    padding: 20px 40px;
    border-radius: 60px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: var(--shadow-gold);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    animation: ctaPulse 2.4s ease-in-out infinite;
    text-align: center;
    text-transform: uppercase;
  }
  .cta:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 15px 40px -5px rgba(232, 168, 64, 0.75); }
  @keyframes ctaPulse {
    0%, 100% { box-shadow: 0 10px 30px -5px rgba(232, 168, 64, 0.55), 0 0 0 0 rgba(232, 168, 64, 0.5); }
    50% { box-shadow: 0 12px 35px -5px rgba(232, 168, 64, 0.75), 0 0 0 18px rgba(232, 168, 64, 0); }
  }

  /* ========== HERO ========== */
  .hero {
    position: relative;
    min-height: 100vh;
    background: radial-gradient(ellipse at 30% 40%, #6a1212 0%, var(--crimson) 35%, #4a0a0a 70%, #2A0A0A 100%);
    color: var(--ivory);
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 100px 0 80px;
  }
  .particles { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
  .particle {
    position: absolute;
    background: var(--gold);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--gold), 0 0 16px rgba(232, 168, 64, 0.6);
    opacity: 0;
    animation: twinkle 4s ease-in-out infinite;
  }
  @keyframes twinkle {
    0%, 100% { opacity: 0; transform: scale(0.5); }
    50% { opacity: 0.9; transform: scale(1); }
  }
  .hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  .hero-text > * { opacity: 0; animation: fadeUp 0.9s ease-out forwards; }
  .hero-text > *:nth-child(1) { animation-delay: 0.1s; }
  .hero-text > *:nth-child(2) { animation-delay: 0.3s; }
  .hero-text > *:nth-child(3) { animation-delay: 0.5s; }
  .hero-text > *:nth-child(4) { animation-delay: 0.7s; }
  .hero-text > *:nth-child(5) { animation-delay: 0.9s; }
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
  }
  @media (prefers-reduced-motion: reduce) {
    .hero-text > *, .hero-image, .reveal { opacity: 1 !important; transform: none !important; animation: none !important; transition: none !important; }
    .cta { animation: none !important; }
    .book-wrapper { animation: none !important; }
  }
  .eyebrow {
    display: inline-block;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.1rem;
    color: var(--gold);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border: 1px solid rgba(232, 168, 64, 0.4);
    padding: 8px 18px;
    border-radius: 30px;
    margin-bottom: 24px;
  }
  .hero h1 {
    font-size: clamp(2rem, 4.6vw, 3.4rem);
    color: var(--ivory);
    margin-bottom: 22px;
    font-weight: 900;
    max-width: 18ch;
    text-wrap: balance;
  }
  .hero h1 .accent { color: var(--gold); font-style: italic; font-weight: 700; }
  .hero .position {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: clamp(1.15rem, 1.8vw, 1.45rem);
    color: var(--peach);
    margin-bottom: 22px;
    border-left: 3px solid var(--gold);
    padding-left: 18px;
    max-width: 36ch;
    line-height: 1.4;
  }
  .hero .sub {
    font-size: clamp(1rem, 1.2vw, 1.1rem);
    color: rgba(255, 245, 232, 0.88);
    margin-bottom: 38px;
    max-width: 52ch;
    line-height: 1.7;
  }
  .hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    animation: fadeUp 1s ease-out 0.6s forwards;
  }
  .book-wrapper {
    position: relative;
    width: 100%;
    max-width: 520px;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 14px;
    animation: float 6s ease-in-out infinite;
    box-shadow: 0 30px 70px -20px rgba(0, 0, 0, 0.7), 0 0 60px -10px rgba(232, 168, 64, 0.35);
  }
  .book-wrapper img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  @keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-18px); }
  }

  /* ========== SECTIONS ========== */
  section { padding: 80px 0; }
  .section-light { background: var(--ivory); }
  .section-dark { background: var(--dark); color: var(--ivory); }
  .section-dark h2, .section-dark h3 { color: var(--ivory); }
  .section-title {
    font-size: clamp(1.7rem, 3.4vw, 2.6rem);
    text-align: center;
    margin: 0 auto 18px;
    max-width: 22ch;
    text-wrap: balance;
    line-height: 1.25;
  }
  .section-title .accent { color: var(--burnt); font-style: italic; }
  .section-dark .section-title .accent { color: var(--gold); }
  .section-intro {
    text-align: center;
    max-width: 56ch;
    margin: 0 auto 56px;
    font-size: clamp(1rem, 1.4vw, 1.15rem);
    color: var(--ruby);
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    line-height: 1.55;
  }
  .section-dark .section-intro { color: var(--peach); }

  /* ========== METHOD ========== */
  .method-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
    align-items: start;
  }
  .method-intro h2 { text-align: left; font-size: clamp(1.7rem, 3.2vw, 2.4rem); margin-bottom: 22px; max-width: 18ch; text-wrap: balance; line-height: 1.25; }
  .method-intro p { color: #5a3030; margin-bottom: 18px; max-width: 56ch; font-size: 1rem; line-height: 1.7; }
  .method-intro .quote {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: clamp(1.15rem, 1.6vw, 1.35rem);
    color: var(--crimson);
    border-left: 3px solid var(--gold);
    padding-left: 20px;
    margin-top: 28px;
    max-width: 40ch;
    line-height: 1.45;
  }
  .pillars-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .pillar-card {
    background: #fff;
    border-left: 4px solid var(--burnt);
    border-radius: 12px;
    padding: 26px 24px;
    box-shadow: var(--shadow-soft);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .pillar-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-strong); }
  .pillar-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px; height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--amber), var(--gold));
    color: var(--dark);
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 1.1rem;
    margin-bottom: 14px;
  }
  .pillar-card h3 { font-size: 1.1rem; margin-bottom: 10px; color: var(--crimson); line-height: 1.3; }
  .pillar-card p { font-size: 0.95rem; color: #5a3030; line-height: 1.6; }

  /* ========== IDENTIFICATION ========== */
  .mirror-list {
    max-width: 720px;
    margin: 0 auto 40px;
    display: grid;
    gap: 14px;
  }
  .mirror-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: rgba(232, 168, 64, 0.06);
    border: 1px solid rgba(232, 168, 64, 0.18);
    border-left: 3px solid var(--gold);
    padding: 20px 24px;
    border-radius: 8px;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: clamp(1.05rem, 1.4vw, 1.2rem);
    color: var(--cream);
    line-height: 1.5;
  }
  .mirror-mark {
    color: var(--gold);
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1;
    flex-shrink: 0;
    margin-top: 4px;
  }
  .callout {
    max-width: 720px;
    margin: 50px auto 30px;
    background: linear-gradient(135deg, rgba(212, 130, 26, 0.15), rgba(232, 168, 64, 0.08));
    border: 1px solid var(--gold);
    border-radius: 12px;
    padding: 36px 32px;
    text-align: center;
  }
  .callout h3 {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: clamp(1.2rem, 1.8vw, 1.5rem);
    color: var(--gold);
    margin: 0 auto 16px;
    max-width: 32ch;
    text-wrap: balance;
    line-height: 1.35;
  }
  .callout p { color: var(--cream); font-size: 1.02rem; max-width: 56ch; margin: 0 auto; line-height: 1.65; }
  .center-cta { text-align: center; margin-top: 40px; }

  /* ========== TESTIMONIALS ========== */
  .testimonials-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .testimonial {
    background: #fff;
    border-radius: 14px;
    padding: 28px 26px;
    box-shadow: var(--shadow-soft);
    border-top: 4px solid var(--gold);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .testimonial:hover { transform: translateY(-6px); box-shadow: var(--shadow-strong); }
  .stars { color: var(--gold); font-size: 1.05rem; letter-spacing: 2px; margin-bottom: 14px; }
  .testimonial p {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.1rem;
    color: #3a1010;
    line-height: 1.55;
    margin-bottom: 22px;
    flex: 1;
  }
  .author { display: flex; align-items: center; gap: 12px; }
  .avatar {
    width: 48px; height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--burnt), var(--amber));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.2rem;
    flex-shrink: 0;
  }
  .author-info strong { display: block; color: var(--crimson); font-size: 0.98rem; }
  .author-info span { font-size: 0.85rem; color: #8a5050; }

  /* ========== FAQ ========== */
  .faq-list { max-width: 800px; margin: 0 auto; }
  .faq-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 14px;
    box-shadow: 0 4px 20px -8px rgba(42, 10, 10, 0.18);
    border-left: 3px solid var(--gold);
    overflow: hidden;
  }
  .faq-question {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 22px 26px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--crimson);
    transition: background 0.2s ease;
  }
  .faq-question:hover { background: rgba(232, 168, 64, 0.06); }
  .faq-toggle {
    flex-shrink: 0;
    width: 32px; height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--amber), var(--gold));
    color: var(--dark);
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 1.2rem;
    transition: transform 0.3s ease;
  }
  .faq-item.open .faq-toggle { transform: rotate(45deg); }
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 26px;
    color: #5a3030;
  }
  .faq-item.open .faq-answer { max-height: 400px; padding: 0 26px 24px; }

  /* ========== GUARANTEE ========== */
  .guarantee-section {
    background: linear-gradient(135deg, var(--crimson) 0%, var(--burnt) 100%);
    color: var(--ivory);
    text-align: center;
  }
  .guarantee-section h2, .guarantee-section h3 { color: var(--ivory); }
  .seal {
    width: 180px; height: 180px;
    margin: 0 auto 30px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--gold) 0%, var(--amber) 100%);
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    color: var(--dark);
    box-shadow: 0 0 0 8px rgba(255, 245, 232, 0.15), 0 20px 50px -10px rgba(0, 0, 0, 0.4);
    position: relative;
    animation: sealPulse 3s ease-in-out infinite;
  }
  @keyframes sealPulse {
    0%, 100% { box-shadow: 0 0 0 8px rgba(255, 245, 232, 0.15), 0 20px 50px -10px rgba(0, 0, 0, 0.4); }
    50% { box-shadow: 0 0 0 14px rgba(255, 245, 232, 0.25), 0 20px 50px -10px rgba(0, 0, 0, 0.4); }
  }
  .seal::before {
    content: '';
    position: absolute;
    inset: 8px;
    border-radius: 50%;
    border: 2px dashed rgba(42, 10, 10, 0.3);
  }
  .seal .num { font-family: 'Playfair Display', serif; font-weight: 900; font-size: 3.5rem; line-height: 1; }
  .seal .label { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.2rem; }
  .guarantee-section h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); margin: 0 auto 22px; max-width: 20ch; text-wrap: balance; line-height: 1.25; }
  .guarantee-section p { max-width: 58ch; margin: 0 auto 36px; font-size: clamp(1rem, 1.3vw, 1.1rem); color: rgba(255, 245, 232, 0.92); line-height: 1.7; }

  /* ========== INCLUDED ========== */
  .included-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
    align-items: center;
  }
  .checklist { list-style: none; }
  .checklist li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(168, 40, 40, 0.15);
    font-size: 1.05rem;
    color: #3a1010;
  }
  .checklist li:last-child { border-bottom: none; }
  .check-icon {
    flex-shrink: 0;
    font-size: 1.5rem;
    line-height: 1;
  }
  .checklist strong { color: var(--crimson); display: block; margin-bottom: 4px; font-family: 'Playfair Display', serif; font-size: 1.1rem; }
  .checklist span { color: #5a3030; font-size: 0.97rem; }

  .price-panel {
    background: linear-gradient(160deg, #fff 0%, var(--ivory) 100%);
    border: 2px solid var(--gold);
    border-radius: 18px;
    padding: 40px 32px;
    text-align: center;
    box-shadow: var(--shadow-strong);
  }
  .price-panel .label {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    color: var(--burnt);
    font-size: 1.15rem;
    margin-bottom: 8px;
  }
  .price {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    color: var(--crimson);
    font-size: 3.4rem;
    line-height: 1;
    margin-bottom: 6px;
  }
  .price .currency { font-size: 1.6rem; vertical-align: top; margin-right: 4px; }
  .price-note { color: #6a3030; font-size: 0.92rem; margin-bottom: 26px; }
  .price-panel .cta { width: 100%; padding: 18px 24px; font-size: 0.98rem; }
  .badges { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px; margin-top: 22px; font-size: 0.85rem; color: #6a3030; }
  .badges span { display: inline-flex; align-items: center; gap: 6px; }

  /* ========== FOOTER ========== */
  footer {
    background: var(--dark);
    color: rgba(255, 245, 232, 0.7);
    padding: 50px 0 40px;
    text-align: center;
    font-size: 0.9rem;
  }
  footer p { margin-bottom: 12px; max-width: 760px; margin-left: auto; margin-right: auto; }
  footer .disclaimer { font-style: italic; color: rgba(255, 245, 232, 0.5); font-size: 0.82rem; }

  /* ========== SCROLL REVEAL ========== */
  .reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease, transform 0.8s ease; }
  .reveal.visible { opacity: 1; transform: translateY(0); }

  /* ========== RESPONSIVE BREAKPOINTS ==========
     Mobile-first base (≤599px): styles already defined above.
     Tablet portrait    : 600 – 899
     Tablet landscape   : 900 – 1199
     Desktop            : 1200 – 1439
     Desktop large      : ≥ 1440
  */

  /* ----- Tablet portrait (≥600px) ----- */
  @media (min-width: 600px) {
    body { font-size: 17px; }
    .container { padding: 0 40px; }
    section { padding: 90px 0; }
    .hero { padding: 110px 0 90px; }
    .testimonials-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .pillars-grid { grid-template-columns: repeat(2, 1fr); }
    .badges { gap: 22px; }
  }

  /* ----- Tablet landscape (≥900px) ----- */
  @media (min-width: 900px) {
    body { font-size: 17px; line-height: 1.7; }
    .container { padding: 0 48px; max-width: 960px; }
    section { padding: 100px 0; }
    .hero { min-height: 90vh; padding: 120px 0 100px; }
    .hero-grid {
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 60px;
      align-items: center;
    }
    .hero-image { order: 0; }
    .book-wrapper { max-width: 380px; }
    .method-layout {
      display: grid;
      grid-template-columns: 1fr 1.3fr;
      gap: 56px;
      align-items: start;
    }
    .method-intro h2 { text-align: left; }
    .testimonials-grid { grid-template-columns: repeat(3, 1fr); }
    .included-layout {
      display: grid;
      grid-template-columns: 1.15fr 1fr;
      gap: 56px;
    }
  }

  /* ----- Desktop (≥1200px) ----- */
  @media (min-width: 1200px) {
    body { font-size: 17px; }
    .container { max-width: 1140px; padding: 0 56px; }
    section { padding: 120px 0; }
    .hero { padding: 130px 0 110px; }
    .hero-grid { gap: 80px; grid-template-columns: 1.15fr 1fr; }
    .book-wrapper { max-width: 460px; }
    .method-layout { gap: 72px; }
    .pillars-grid { gap: 26px; }
    .testimonials-grid { gap: 30px; }
    .included-layout { gap: 70px; }
    .faq-list { max-width: 820px; }
    .mirror-list, .callout { max-width: 760px; }
  }

  /* ----- Desktop large (≥1440px) ----- */
  @media (min-width: 1440px) {
    .container { max-width: 1240px; padding: 0 64px; }
    .book-wrapper { max-width: 500px; }
  }

  /* ----- Small mobile fine-tuning (≤480px) ----- */
  @media (max-width: 480px) {
    .container { padding: 0 20px; }
    section { padding: 64px 0; }
    .hero { padding: 80px 0 60px; min-height: auto; }
    .hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .hero-image { order: -1; }
    .book-wrapper { max-width: 260px; }
    .method-layout, .included-layout { grid-template-columns: 1fr; gap: 40px; }
    .pillars-grid, .testimonials-grid { grid-template-columns: 1fr; gap: 16px; }
    .cta { width: 100%; padding: 18px 20px; font-size: 0.92rem; letter-spacing: 0.02em; }
    .mirror-item { font-size: 1.02rem; padding: 16px 18px; }
    .callout { padding: 26px 22px; }
    .price { font-size: 2.6rem; }
    .price-panel { padding: 32px 24px; }
    .seal { width: 140px; height: 140px; }
    .seal .num { font-size: 2.6rem; }
    .seal .label { font-size: 1rem; }
    .faq-question { font-size: 0.98rem; padding: 18px 20px; gap: 12px; }
    .faq-answer p { font-size: 0.95rem; }
    .testimonial { padding: 24px 22px; }
    .pillar-card { padding: 22px 20px; }
    .eyebrow { font-size: 0.85rem; padding: 6px 14px; letter-spacing: 0.12em; }
  }

  /* ----- Mid mobile / small tablet (481-599px) ----- */
  @media (min-width: 481px) and (max-width: 899px) {
    .hero-grid { grid-template-columns: 1fr; gap: 50px; text-align: center; }
    .hero-image { order: -1; }
    .hero h1, .hero .position, .hero .sub { max-width: 100%; margin-left: auto; margin-right: auto; }
    .hero .position { display: inline-block; text-align: left; }
    .method-layout, .included-layout { grid-template-columns: 1fr; gap: 50px; }
    .method-intro h2 { text-align: center; max-width: 100%; }
    .method-intro p { margin-left: auto; margin-right: auto; }
    .method-intro .quote { margin-left: auto; margin-right: auto; }
    .book-wrapper { max-width: 320px; }
  }
/* ===== REMOVE MARGEM LATERAL DO TEMA ===== */
html, body {
  overflow-x: hidden !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.site, .site-content, #content, #page, 
.wp-site-blocks, main, .is-layout-flow {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.elementor-section-wrap,
.elementor-inner,
.e-con,
.e-con-inner {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}/* End custom CSS */