:root{
  --font-title: "Playfair", serif;
  --font-body: "Pontano Sans", sans-serif;
  --font-main: "Inter", sans-serif;
  --font-impact: "Gantari", sans-serif;
  --brown: #5d2a1f;
  --brown-dark: #3f1d19;
  --terracotta: #b84f2b;
  --terracotta-dark: #8d351f;
  --gold: #c98452;
  --peach: #f3d1b6;
  --cream: #fff7ee;
  --paper: #fffaf5;
  --ink: #492c27;
  --muted: #755e55;
  --footer: #f4dfb9;
  --shadow: 0 14px 35px rgba(104, 52, 31, .18);
}

*{
  box-sizing: border-box;
}

html{
  scroll-behavior: smooth;
}

body{
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: #f8eadc;
  font-family: var(--font-body);
}

img{
  display: block;
  max-width: 100%;
}

a{
  color: inherit;
}

button,
a,
summary{
  -webkit-tap-highlight-color: transparent;
}

.ebook-section{
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: clamp(720px, 70.75vw, 1019px);
  padding: clamp(58px, 6vw, 94px) clamp(24px, 5.5vw, 84px);
  background-color: #faeadc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-shell,
.wide-shell{
  position: relative;
  z-index: 2;
  width: min(1280px, 100%);
  margin: 0 auto;
}

.section-copy{
  width: min(570px, 48%);
}

.eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: #b6603f;
  font-family: var(--font-main);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.eyebrow::before,
.eyebrow::after{
  content: "";
  width: 18px;
  height: 1px;
  background: currentColor;
  opacity: .7;
}

h1,
h2,
h3,
p,
blockquote{
  margin-top: 0;
}

h1,
h2,
h3{
  color: var(--brown);
  font-family: var(--font-title);
}

h1{
  max-width: 620px;
  margin-bottom: 22px;
  font-size: clamp(48px, 5vw, 78px);
  font-weight: 500;
  line-height: .94;
  letter-spacing: -.04em;
}

h1 strong{
  font-weight: 800;
}

h2{
  margin-bottom: 22px;
  font-size: clamp(42px, 4.1vw, 66px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.035em;
}

h2 strong{
  font-weight: 800;
}

p{
  font-size: clamp(17px, 1.28vw, 20px);
  line-height: 1.42;
}

.lead{
  max-width: 540px;
  margin-bottom: 20px;
  color: #6a4b41;
  font-family: var(--font-main);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.45;
}

.support-copy{
  position: relative;
  max-width: 490px;
  margin: 0 0 28px;
  padding-left: 30px;
  color: #72584e;
  font-size: clamp(16px, 1.2vw, 19px);
}

.support-copy::before{
  content: "❧";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--terracotta);
  font-size: 24px;
}

.cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 15px 30px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 8px;
  color: #fffaf5;
  background: linear-gradient(180deg, #ca6843 0%, #a84024 100%);
  box-shadow: 0 9px 20px rgba(111, 41, 22, .22), inset 0 1px rgba(255, 255, 255, .22);
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .045em;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.cta:hover,
.cta:focus-visible{
  filter: saturate(1.12) brightness(1.04);
  box-shadow: 0 12px 26px rgba(111, 41, 22, .3), inset 0 1px rgba(255, 255, 255, .22);
  transform: translateY(-2px);
}

.cta:focus-visible,
summary:focus-visible{
  outline: 3px solid rgba(155, 73, 42, .32);
  outline-offset: 4px;
}

.cta span{
  font-size: 18px;
  line-height: 1;
}

.quick-benefits{
  display: flex;
  width: min(510px, 100%);
  margin-top: 24px;
}

.quick-benefits > div{
  display: grid;
  grid-template-columns: 32px auto;
  align-items: center;
  gap: 9px;
  flex: 1;
  min-width: 0;
  padding: 0 18px;
  border-right: 1px solid rgba(144, 84, 57, .25);
}

.quick-benefits > div:first-child{
  padding-left: 0;
}

.quick-benefits > div:last-child{
  padding-right: 0;
  border-right: 0;
}

.quick-benefits img{
  width: 30px;
  height: 30px;
}

.quick-benefits span{
  color: #6f5045;
  font-family: var(--font-main);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.15;
}

blockquote{
  position: relative;
  max-width: 590px;
  margin: 30px 0 0;
  padding: 20px 26px 20px 54px;
  border: 1px solid rgba(181, 98, 58, .25);
  border-radius: 10px;
  color: #744936;
  background: rgba(255, 248, 240, .52);
  box-shadow: 0 10px 30px rgba(116, 57, 32, .06);
  font-family: var(--font-title);
  font-size: clamp(18px, 1.45vw, 23px);
  font-style: italic;
  line-height: 1.25;
}

blockquote::before{
  content: "❝";
  position: absolute;
  top: 13px;
  left: 20px;
  color: #cd7b54;
  font-size: 30px;
}

.mobile-visual{
  display: none;
}

/* Hero */
.hero{
  background-image: url("../img/ebooks/main5Pilares.png");
}

@media (min-width: 821px){
  .hero{
    align-items: flex-start;
    min-height: 100vh;
    min-height: 100svh;
    padding-top: clamp(48px, 7.5vh, 72px);
    padding-bottom: 28px;
  }
}

.hero-copy{
  width: min(600px, 49%);
}

.hero-actions{
  width: min(600px, 49%);
}

/* Identificação */
.problem{
  align-items: flex-start;
  background-image: url("../img/ebooks/s15Pilares.png");
}

.problem .section-shell{
  padding-top: clamp(18px, 3vw, 42px);
}

.problem .section-copy{
  width: min(590px, 49%);
}

.section-intro{
  color: #6d5046;
}

.pain-list{
  display: grid;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.pain-list li{
  position: relative;
  padding: 10px 14px 10px 46px;
  border: 1px solid rgba(177, 101, 68, .14);
  border-radius: 8px;
  color: #60453d;
  background: rgba(255, 250, 244, .54);
  font-family: var(--font-main);
  font-size: 14px;
  line-height: 1.3;
}

.pain-list li::before{
  content: "♡";
  position: absolute;
  top: 50%;
  left: 16px;
  color: #c86543;
  font-size: 21px;
  transform: translateY(-52%);
}

/* Solução */
.solution{
  align-items: flex-start;
  background-image: url("../img/ebooks/s25Pilares.png");
}

.solution .section-shell{
  padding-top: clamp(16px, 3vw, 46px);
}

.solution .section-copy{
  width: min(585px, 49%);
}

.solution .cta{
  margin-top: 30px;
}

/* Pilares */
.pillars{
  background-image: url("../img/ebooks/s35Pilares.png");
}

.center-heading{
  width: min(820px, 75%);
  margin: 0 auto 42px;
  text-align: center;
}

.center-heading h2{
  margin-bottom: 16px;
}

.center-heading p{
  width: min(690px, 100%);
  margin: 0 auto;
}

.pillars-grid{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.pillars-grid article{
  position: relative;
  min-height: 280px;
  padding: 35px 18px 24px;
  border: 1px solid rgba(181, 97, 58, .22);
  border-radius: 12px;
  background: rgba(255, 250, 244, .72);
  box-shadow: 0 14px 30px rgba(108, 53, 30, .08);
  text-align: center;
}

.pillar-number{
  position: absolute;
  top: -13px;
  left: 50%;
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: #c66442;
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 800;
  transform: translateX(-50%);
}

.pillars-grid img{
  width: 54px;
  height: 54px;
  margin: 0 auto 16px;
}

.pillars-grid h3{
  margin-bottom: 10px;
  font-size: clamp(20px, 1.65vw, 26px);
  line-height: 1.02;
}

.pillars-grid p{
  margin-bottom: 0;
  color: #71584f;
  font-family: var(--font-main);
  font-size: 12px;
  line-height: 1.4;
}

.pillars-note{
  width: min(720px, 100%);
  margin: 28px auto 22px;
  color: #79513f;
  font-family: var(--font-title);
  font-size: clamp(17px, 1.35vw, 21px);
  font-style: italic;
  text-align: center;
}

.pillars .cta{
  display: flex;
  width: max-content;
  margin: 0 auto;
}

/* Aprendizados */
.learning{
  align-items: flex-start;
  background-image: url("../img/ebooks/s45Pilares.png");
}

.learning .section-shell{
  padding-top: clamp(22px, 3.5vw, 56px);
}

.learning-copy{
  width: min(650px, 52%);
}

.learning-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.learning-grid article{
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 12px 14px;
  border: 1px solid rgba(183, 102, 64, .2);
  border-radius: 9px;
  background: rgba(255, 250, 245, .7);
  box-shadow: 0 9px 20px rgba(98, 50, 29, .05);
}

.learning-grid img{
  width: 36px;
  height: 36px;
}

.learning-grid span{
  color: #60463c;
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
}

.learning .cta{
  margin-top: 28px;
}

/* Sobre Sirlei — mesmo componente das demais páginas */
.sobreSirlei{
  position: relative;
  overflow: hidden;
  padding: 0 clamp(22px, 5vw, 84px) 0 0;
  color: #1f1720;
  background-image: url("../img/fundoSobreSirlei.png");
  background-color: #f6ead6;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.conteudoSobreSirlei{
  display: grid;
  grid-template-columns: minmax(360px, 52vw) minmax(420px, 1fr);
  align-items: center;
  width: min(1440px, 100%);
  min-height: 490px;
  margin: 0;
}

.imgMobileSobreSirlei{
  display: none;
}

.textoSobreSirlei{
  grid-column: 2;
  align-self: center;
  max-width: 720px;
  padding: clamp(56px, 6vw, 78px) 0 clamp(44px, 5vw, 64px);
}

.etiquetaSobreSirlei{
  display: block;
  margin-bottom: 12px;
  color: #b0782d;
  font-family: var(--font-main);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.etiquetaSobreSirlei::before{
  content: "<<<";
  margin-right: 10px;
  color: #b0782d;
  letter-spacing: -.12em;
}

.textoSobreSirlei h2{
  margin: 0 0 8px;
  color: #26391f;
  font-family: var(--font-title);
  font-size: clamp(42px, 4vw, 66px);
  font-weight: 600;
  line-height: .95;
}

.subtituloSobreSirlei{
  max-width: 600px;
  margin: 0;
  color: #c1822d !important;
  font-family: var(--font-title) !important;
  font-size: clamp(24px, 2.2vw, 34px) !important;
  line-height: 1.05 !important;
}

.linhaSobreSirlei{
  display: block;
  width: 48px;
  height: 2px;
  margin: 20px 0;
  background: #d29a4a;
}

.textoSobreSirlei p{
  max-width: 650px;
  margin: 0;
  color: #24262d;
  font-family: var(--font-body);
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.42;
}

.pilaresSobreSirlei{
  display: flex;
  align-items: center;
  gap: 0;
  width: min(760px, 100%);
  margin-top: 42px;
}

.pilarSobreSirlei{
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
  padding: 0 20px;
  border-right: 1px solid rgba(176, 120, 45, .48);
}

.pilarSobreSirlei:first-child{
  padding-left: 0;
}

.pilarSobreSirlei:last-child{
  padding-right: 0;
  border-right: 0;
}

.pilarSobreSirlei img{
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.pilarSobreSirlei p{
  margin: 0;
  color: #3a332c;
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 1.18;
}

/* Feedbacks ilustrativos */
.testimonials{
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 7vw, 104px) clamp(24px, 5.5vw, 84px);
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 255, 255, .76), transparent 30%),
    radial-gradient(circle at 93% 86%, rgba(216, 134, 92, .18), transparent 28%),
    #f9e7d7;
}

.testimonials::before,
.testimonials::after{
  content: "✦";
  position: absolute;
  color: rgba(190, 102, 65, .16);
  font-family: var(--font-title);
  font-size: clamp(90px, 12vw, 180px);
  line-height: 1;
}

.testimonials::before{
  top: -34px;
  left: -18px;
}

.testimonials::after{
  right: -22px;
  bottom: -46px;
}

.testimonials-shell{
  position: relative;
  z-index: 2;
  width: min(1240px, 100%);
  margin: 0 auto;
}

.testimonials .center-heading{
  margin-bottom: 38px;
}

.feedback-disclaimer{
  display: block;
  width: min(680px, 100%);
  margin: 14px auto 0;
  color: #8a6a5d;
  font-family: var(--font-main);
  font-size: 11px;
  line-height: 1.4;
}

.carousel{
  width: 100%;
}

.carousel-viewport{
  overflow: hidden;
  padding: 8px 4px 28px;
}

.carousel-track{
  display: flex;
  gap: 18px;
  will-change: transform;
}

.testimonial-card{
  flex: 0 0 calc((100% - 36px) / 3);
  min-width: 0;
  min-height: 310px;
  padding: 25px;
  border: 1px solid rgba(177, 95, 58, .2);
  border-radius: 16px;
  background: rgba(255, 252, 248, .82);
  box-shadow: 0 16px 38px rgba(102, 51, 31, .1);
}

.feedback-author{
  display: grid;
  grid-template-columns: 66px 1fr;
  align-items: center;
  gap: 15px;
}

.feedback-photo{
  display: block;
  width: 66px;
  height: 66px;
  border: 3px solid rgba(255, 255, 255, .9);
  border-radius: 50%;
  background-image: url("../img/ebooks/feedbacks5Pilares.png");
  background-repeat: no-repeat;
  background-size: 500% 300%;
  box-shadow: 0 6px 15px rgba(107, 51, 30, .16);
}

.face-1{background-position: 0 0}
.face-2{background-position: 25% 0}
.face-3{background-position: 50% 0}
.face-4{background-position: 75% 0}
.face-5{background-position: 100% 0}
.face-6{background-position: 0 50%}
.face-7{background-position: 25% 50%}
.face-8{background-position: 50% 50%}
.face-9{background-position: 75% 50%}
.face-10{background-position: 100% 50%}
.face-11{background-position: 0 100%}
.face-12{background-position: 25% 100%}
.face-13{background-position: 50% 100%}
.face-14{background-position: 75% 100%}
.face-15{background-position: 100% 100%}

.feedback-author h3{
  margin: 0 0 3px;
  color: var(--brown);
  font-family: var(--font-title);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.05;
}

.feedback-author p{
  margin: 0;
  color: #8a6a5d;
  font-family: var(--font-main);
  font-size: 11px;
  font-weight: 600;
}

.feedback-stars{
  margin: 19px 0 11px;
  color: #c76b45;
  font-size: 14px;
  letter-spacing: .18em;
}

.testimonial-card blockquote{
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #674b40;
  background: transparent;
  box-shadow: none;
  font-family: var(--font-title);
  font-size: clamp(18px, 1.45vw, 21px);
  font-style: italic;
  line-height: 1.38;
}

.testimonial-card blockquote::before{
  content: none;
}

.carousel-controls{
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.carousel-button{
  position: relative;
  z-index: 6;
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border: 1px solid rgba(177, 91, 54, .34);
  border-radius: 50%;
  color: #9a452b;
  background: rgba(255, 250, 245, .72);
  box-shadow: 0 7px 18px rgba(107, 51, 30, .08);
  font-size: 20px;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  user-select: none;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.carousel-button:hover,
.carousel-button:focus-visible{
  color: white;
  background: #b95030;
  transform: translateY(-2px);
}

.carousel-button:focus-visible{
  outline: 3px solid rgba(155, 73, 42, .25);
  outline-offset: 3px;
}

.carousel-status{
  min-width: 56px;
  color: #987266;
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.carousel-status span{
  color: #a7472c;
  font-size: 16px;
}

/* Oferta */
.offer{
  align-items: flex-start;
  background-image: url("../img/ebooks/s65Pilares.png");
}

.offer .section-shell{
  padding-top: clamp(8px, 2vw, 28px);
}

.offer-copy{
  width: min(610px, 51%);
}

.offer-copy h2{
  margin-bottom: 18px;
}

.offer-copy > p{
  margin-bottom: 12px;
}

.offer-list{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.offer-list li{
  position: relative;
  padding-left: 25px;
  color: #65493e;
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 600;
}

.offer-list li::before{
  content: "✓";
  position: absolute;
  top: -2px;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid #cf7754;
  border-radius: 50%;
  color: #b75232;
  font-size: 11px;
}

.price-box{
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  width: min(420px, 100%);
  margin: 22px 0;
  padding: 14px 22px;
  border-top: 1px solid rgba(182, 96, 62, .25);
  border-bottom: 1px solid rgba(182, 96, 62, .25);
}

.price-box > span:first-child,
.price-box > small{
  color: #84665a;
  font-family: var(--font-main);
  font-size: 12px;
}

.price-box > small{
  text-align: right;
}

.price-box strong{
  color: #8c3b27;
  font-family: var(--font-title);
  font-size: clamp(52px, 4.6vw, 70px);
  font-weight: 600;
  line-height: .9;
}

.price-box strong sup{
  font-family: var(--font-main);
  font-size: 17px;
  vertical-align: 22px;
}

.price-box strong small{
  font-size: 34px;
}

.price-box > span:last-child{
  color: #80645a;
  font-family: var(--font-main);
  font-size: 11px;
  text-align: right;
}

.secure-payment{
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 12px 0 0 !important;
  color: #82675d;
  font-family: var(--font-main);
  font-size: 11px !important;
}

.secure-payment img{
  width: 18px;
  height: 18px;
}

/* Garantia */
.guarantee{
  align-items: flex-start;
  background-image: url("../img/ebooks/s75Pilares.png");
}

.guarantee-shell{
  padding-top: clamp(18px, 4vw, 58px);
}

.guarantee .section-copy{
  width: min(600px, 50%);
}

.guarantee-list{
  display: grid;
  gap: 13px;
  margin: 28px 0;
}

.guarantee-list article{
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 15px;
  padding: 15px 18px;
  border: 1px solid rgba(179, 99, 61, .21);
  border-radius: 10px;
  background: rgba(255, 250, 245, .66);
}

.guarantee-list img{
  width: 38px;
  height: 38px;
}

.guarantee-list p{
  margin: 0;
  color: #665047;
  font-family: var(--font-main);
  font-size: 13px;
  line-height: 1.35;
}

/* FAQ */
.faq{
  align-items: flex-start;
  background-image: url("../img/ebooks/s85Pilares.png");
}

.faq .section-shell{
  padding-top: clamp(0px, 2vw, 28px);
}

.faq-copy{
  width: min(670px, 56%);
}

.faq-list{
  display: grid;
  gap: 9px;
  margin: 24px 0;
}

.faq-list details{
  border: 1px solid rgba(179, 99, 61, .22);
  border-radius: 9px;
  background: rgba(255, 250, 245, .75);
  box-shadow: 0 8px 20px rgba(94, 43, 26, .05);
}

.faq-list summary{
  position: relative;
  padding: 15px 48px 15px 18px;
  color: #57372e;
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  list-style: none;
  cursor: pointer;
}

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

.faq-list summary::after{
  content: "+";
  position: absolute;
  top: 50%;
  right: 17px;
  color: #b45234;
  font-size: 22px;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after{
  content: "−";
}

.faq-list summary span{
  margin-right: 7px;
  color: #c26543;
}

.faq-list details p{
  margin: 0;
  padding: 0 48px 16px 42px;
  color: #715a51;
  font-family: var(--font-main);
  font-size: 12px;
  line-height: 1.45;
}

.faq-help{
  width: min(590px, 100%);
  margin: 18px 0;
  color: #745246;
  font-family: var(--font-title);
  font-size: 16px;
  font-style: italic;
}

/* Rodapé — mesmo componente das demais páginas */
footer{
  padding: 2.2rem 1rem 0;
  color: var(--footer);
  background-image: url("../img/assetsRodape/fundoRodape.png");
  background-color: #0a1020;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.rodapeMentoria{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.35rem;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.logoRodapeMentoria{
  width: 200px;
  height: auto;
  margin-top: 1.4rem;
}

.rodapeMentoria h2{
  margin: 0;
  padding-bottom: 20px;
  color: var(--footer);
  font-family: var(--font-title);
  font-size: 34px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.linhaRodapeMentoria{
  width: min(480px, 100%);
  height: 2px;
  object-fit: cover;
  opacity: .75;
}

.menuRodapeMentoria,
.redesRodapeMentoria{
  display: flex;
  justify-content: center;
  gap: 3.5rem;
}

.menuRodapeMentoria span,
.redesRodapeMentoria a{
  color: var(--footer);
  font-family: var(--font-title);
  font-size: 18px;
  font-weight: 700;
}

.redesRodapeMentoria a{
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  margin-top: 20px;
  text-decoration: none;
}

.redesRodapeMentoria img{
  width: 26px;
  height: 26px;
  object-fit: contain;
}

footer .direitosReservados{
  padding: 2.2rem 0 1.2rem;
  color: var(--footer);
  font-family: var(--font-body);
  font-size: 14px;
  text-align: center;
}

footer .direitosReservados a{
  color: #fff;
  font-size: 14px;
}

@media (max-width: 1120px){
  .ebook-section{
    padding-right: 36px;
    padding-left: 36px;
  }

  .section-copy,
  .hero-copy,
  .hero-actions,
  .problem .section-copy,
  .solution .section-copy,
  .learning-copy,
  .offer-copy,
  .guarantee .section-copy,
  .faq-copy{
    width: 53%;
  }

  h1{
    font-size: clamp(46px, 6vw, 66px);
  }

  h2{
    font-size: clamp(40px, 5vw, 56px);
  }

  .pillars-grid{
    gap: 8px;
  }

  .pillars-grid article{
    padding-right: 11px;
    padding-left: 11px;
  }
}

@media (max-width: 820px){
  .ebook-section{
    display: block;
    min-height: auto;
    padding: 54px 22px;
    background-image: none;
  }

  .section-shell,
  .wide-shell{
    width: 100%;
    max-width: 480px;
  }

  .section-copy,
  .hero-copy,
  .hero-actions,
  .problem .section-copy,
  .solution .section-copy,
  .learning-copy,
  .offer-copy,
  .guarantee .section-copy,
  .faq-copy{
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero-copy p,
  .hero-actions,
  .section-copy p{
    max-width: 100%;
  }

  .hero,
  .problem,
  .solution,
  .pillars,
  .learning,
  .offer,
  .guarantee,
  .faq{
    background-color: #fff6ec;
  }

  .problem,
  .pillars,
  .offer,
  .faq{
    background-color: #fcebdc;
  }

  .mobile-visual{
    display: block;
    width: calc(100% + 44px);
    max-width: none;
    margin-right: -22px;
    margin-left: -22px;
    background-position: right center;
    background-repeat: no-repeat;
  }

  .hero{
    padding-top: 32px;
  }

  .hero-copy,
  .hero-actions{
    text-align: center;
  }

  h1{
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(47px, 13.2vw, 66px);
  }

  h2{
    font-size: clamp(39px, 10.8vw, 54px);
  }

  .lead,
  .support-copy{
    margin-right: auto;
    margin-left: auto;
  }

  .support-copy{
    text-align: left;
  }

  .hero-visual{
    height: 480px;
    margin-top: -16px;
    background-image: url("../img/ebooks/main5Pilares.png");
    background-position: 88% center;
    background-size: auto 145%;
  }

  .hero-actions{
    margin-top: -18px;
  }

  .cta{
    width: min(390px, 100%);
    min-height: 58px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
  }

  .quick-benefits{
    margin-right: auto;
    margin-left: auto;
  }

  .quick-benefits > div{
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 7px;
    padding: 0 10px;
    text-align: center;
  }

  .quick-benefits img{
    width: 34px;
    height: 34px;
  }

  .problem .section-shell,
  .solution .section-shell,
  .learning .section-shell,
  .offer .section-shell,
  .guarantee-shell,
  .faq .section-shell{
    padding-top: 0;
  }

  .problem h2 br{
    display: none;
  }

  .pain-list li{
    background: rgba(255, 255, 255, .63);
  }

  blockquote{
    font-size: 19px;
  }

  .problem-visual{
    height: 430px;
    margin-top: 32px;
    margin-bottom: -54px;
    background-image: url("../img/ebooks/s15Pilares.png");
    background-position: 96% center;
    background-size: auto 145%;
  }

  .solution-visual{
    height: 440px;
    margin-top: 30px;
    background-image: url("../img/ebooks/s25Pilares.png");
    background-position: 94% center;
    background-size: auto 145%;
  }

  .solution .cta,
  .learning .cta,
  .pillars .cta{
    display: flex;
    margin: 20px auto 0;
  }

  .center-heading{
    width: 100%;
    margin-bottom: 35px;
  }

  .pillars-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    width: min(390px, 100%);
  }

  .pillars-grid article{
    display: grid;
    grid-template-columns: 52px 1fr;
    min-height: 0;
    padding: 16px 18px;
    text-align: left;
  }

  .pillars-grid img{
    grid-row: 1 / span 2;
    width: 42px;
    height: 42px;
    margin: 0;
  }

  .pillars-grid h3{
    margin: 0 0 4px;
    font-size: 22px;
  }

  .pillars-grid p{
    font-size: 12px;
  }

  .pillar-number{
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
  }

  .pillars-note br{
    display: none;
  }

  .learning-grid{
    grid-template-columns: 1fr;
  }

  .learning-visual{
    height: 440px;
    margin-top: 30px;
    background-image: url("../img/ebooks/s45Pilares.png");
    background-position: 96% center;
    background-size: auto 145%;
  }

  .sobreSirlei{
    padding: 0 22px 56px;
    background-image: none;
    background-color: #f6ead6;
  }

  .imgMobileSobreSirlei{
    display: block;
    width: calc(100% + 44px);
    max-width: none;
    margin: 0 -22px 34px;
  }

  .conteudoSobreSirlei{
    display: block;
    width: min(430px, 100%);
    min-height: auto;
    margin: 0 auto;
  }

  .textoSobreSirlei{
    padding: 0;
    text-align: center;
  }

  .linhaSobreSirlei{
    margin-right: auto;
    margin-left: auto;
  }

  .pilaresSobreSirlei{
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    width: min(360px, 100%);
    margin: 30px auto 0;
    gap: 16px;
  }

  .pilarSobreSirlei{
    grid-template-columns: 40px 1fr;
    width: min(270px, 100%);
    padding: 0;
    border-right: 0;
    text-align: left;
  }

  .testimonials{
    padding: 60px 22px;
  }

  .testimonials-shell{
    width: min(580px, 100%);
  }

  .testimonial-card{
    flex-basis: calc((100% - 18px) / 2);
  }

  .offer-visual{
    height: 450px;
    margin-top: 18px;
    background-image: url("../img/ebooks/s65Pilares.png");
    background-position: 93% center;
    background-size: auto 145%;
  }

  .price-box{
    margin-right: auto;
    margin-left: auto;
  }

  .checkout-cta{
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }

  .secure-payment{
    justify-content: center;
    text-align: center;
  }

  .guarantee-visual{
    display: none;
  }

  .guarantee-visual span{
    position: absolute;
    top: 43%;
    right: 8.5%;
    width: 150px;
    color: #7f3926;
    font-family: var(--font-main);
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(-50%);
  }

  .guarantee-visual strong{
    display: block;
    font-family: var(--font-title);
    font-size: 72px;
    font-weight: 500;
  }

  .guarantee .cta{
    display: flex;
    margin: 4px auto 0;
  }

  .faq-copy > .cta{
    display: flex;
    margin: 0 auto;
  }
}

@media (max-width: 520px){
  .ebook-section{
    padding: 46px 18px;
  }

  .mobile-visual{
    width: calc(100% + 36px);
    margin-right: -18px;
    margin-left: -18px;
  }

  .testimonials{
    padding: 52px 18px;
  }

  .testimonials .center-heading{
    margin-bottom: 30px;
  }

  .carousel-track{
    gap: 14px;
  }

  .testimonial-card{
    flex-basis: 100%;
    min-height: 290px;
    padding: 22px;
  }

  .feedback-disclaimer{
    font-size: 10px;
  }

  .eyebrow{
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 9px;
    text-align: center;
  }

  h1,
  h2,
  .section-intro{
    text-align: center;
  }

  h1{
    font-size: clamp(43px, 13vw, 58px);
  }

  h2{
    font-size: clamp(36px, 10.7vw, 48px);
  }

  p{
    font-size: 17px;
  }

  .hero-visual{
    height: 460px;
    background-position: 89% center;
    background-size: auto 155%;
  }

  .problem-visual{
    height: 420px;
    background-position: 98% center;
    background-size: auto 155%;
  }

  .solution-visual{
    height: 430px;
    background-position: 96% center;
    background-size: auto 155%;
  }

  .learning-visual{
    height: 430px;
    background-position: 98% center;
    background-size: auto 155%;
  }

  .offer-visual{
    height: 430px;
    background-position: 94% center;
    background-size: auto 140%;
  }

  .problem-visual{
    margin-bottom: -46px;
  }

  .pain-list li{
    font-size: 12px;
  }

  blockquote{
    padding: 18px 18px 18px 46px;
    text-align: left;
  }

  .pillars-grid{
    width: calc(100% - 12px);
  }

  .pillars-grid article{
    grid-template-columns: 48px 1fr;
  }

  .learning-grid article{
    min-height: 70px;
  }

  .sobreSirlei{
    padding: 0 18px 42px;
  }

  .imgMobileSobreSirlei{
    width: calc(100% + 36px);
    margin: 0 -18px 34px;
  }

  .textoSobreSirlei h2{
    font-size: clamp(38px, 11.5vw, 52px);
  }

  .subtituloSobreSirlei{
    font-size: clamp(22px, 7vw, 30px) !important;
  }

  .textoSobreSirlei p{
    font-size: 17px;
  }

  .offer-list{
    grid-template-columns: 1fr;
    width: min(300px, 100%);
    margin-right: auto;
    margin-left: auto;
  }

  .price-box{
    padding-right: 12px;
    padding-left: 12px;
  }

  .guarantee-visual{
    height: 325px;
  }

  .guarantee-visual span{
    right: 3%;
    width: 145px;
  }

  .faq-list summary{
    padding-left: 14px;
    font-size: 13px;
  }

  .faq-list details p{
    padding-right: 20px;
    padding-left: 36px;
  }

  .menuRodapeMentoria,
  .redesRodapeMentoria{
    flex-wrap: wrap;
    gap: 1rem 1.8rem;
  }

  .logoRodapeMentoria{
    width: 150px;
  }

  .rodapeMentoria h2{
    font-size: 24px;
  }

  footer .direitosReservados{
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce){
  html{
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after{
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
