.elementor-1679 .elementor-element.elementor-element-75927eb{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3f217a8 */:root{
  --zoe-bg:#050505;
  --zoe-bg-2:#0b0b10;
  --zoe-card:#12121c;
  --zoe-card-2:#171724;
  --zoe-white:#ffffff;
  --zoe-text:rgba(255,255,255,.78);
  --zoe-text-soft:rgba(255,255,255,.62);
  --zoe-dark:#171218;
  --zoe-dark-soft:#5d5560;
  --zoe-pink:#dd226d;
  --zoe-pink-2:#ff4f8b;
  --zoe-purple:#7a3fd4;
  --zoe-green:#22c55e;
  --zoe-orange:#ff8d32;
  --zoe-yellow:#ffd14d;
  --zoe-border:rgba(255,255,255,.08);
  --zoe-radius:28px;
  --zoe-shadow:0 18px 40px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.04);
  --zoe-shadow-pink:0 22px 48px rgba(0,0,0,.34), 0 0 26px rgba(221,34,109,.10), inset 0 1px 0 rgba(255,255,255,.05);
}

html,body{
  margin:0;
  padding:0;
  overflow-x:hidden;
}

.zoe-page{
  background:linear-gradient(180deg,var(--zoe-bg),var(--zoe-bg-2));
  color:var(--zoe-white);
  font-family:"DM Sans",sans-serif;
}

.zoe-container{
  width:min(1180px,calc(100% - 32px));
  margin:0 auto;
  position:relative;
  z-index:2;
}

.zoe-section{
  position:relative;
  overflow:hidden;
  padding:110px 0;
}

.zoe-section::before,
.zoe-section::after{
  content:"";
  position:absolute;
  border-radius:50%;
  pointer-events:none;
  filter:blur(28px);
}

.zoe-section::before{
  width:320px;
  height:320px;
  left:-120px;
  top:-120px;
  background:radial-gradient(circle, rgba(221,34,109,.10) 0%, transparent 72%);
}

.zoe-section::after{
  width:360px;
  height:360px;
  right:-140px;
  bottom:-140px;
  background:radial-gradient(circle, rgba(122,63,212,.10) 0%, transparent 72%);
}

.zoe-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 16px;
  border-radius:999px;
  font-family:"Unbounded",sans-serif;
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#fff;
  background:linear-gradient(90deg, rgba(221,34,109,.96), rgba(255,79,139,.96));
  box-shadow:0 0 24px rgba(221,34,109,.18);
}

.zoe-title{
  margin:0;
  font-family:"Bebas Neue",sans-serif;
  font-size:clamp(3rem,5vw,5.4rem);
  line-height:.95;
  letter-spacing:.5px;
  text-transform:uppercase;
  color:#fff;
}

.zoe-title.dark{
  color:var(--zoe-dark);
}

.zoe-subtitle{
  margin:18px auto 0;
  max-width:780px;
  color:var(--zoe-text);
  font-size:1.08rem;
  line-height:1.75;
  font-weight:500;
}

.zoe-subtitle.dark{
  color:var(--zoe-dark-soft);
}

.zoe-center{
  text-align:center;
}

/* HERO */
.zoe-hero{
  position:relative;
  min-height:100svh;
  display:flex;
  align-items:center;
  overflow:hidden;
  isolation:isolate;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.10) 0%, transparent 22%),
    radial-gradient(circle at 20% 100%, rgba(221,34,109,.12) 0%, transparent 28%),
    radial-gradient(circle at 80% 100%, rgba(122,63,212,.12) 0%, transparent 30%),
    linear-gradient(180deg, #050505 0%, #0b0b10 100%);
}

.zoe-hero .zoe-container{
  display:flex;
  justify-content:center;
}

.zoe-hero-media{
  display:none !important;
}

.zoe-hero-media img{
  display:none !important;
}

.zoe-hero-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(180deg, rgba(0,0,0,.10) 0%, rgba(0,0,0,.38) 100%);
}

.zoe-hero-content{
  max-width:880px;
  width:100%;
  padding:56px 0 84px;
  position:relative;
  z-index:2;
  text-align:center;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}

.zoe-hero .zoe-tag{
  margin-bottom:22px;
}

.zoe-hero-copy{
  margin-top:18px;
  margin-left:auto;
  margin-right:auto;
  max-width:760px;
  color:rgba(255,255,255,.9);
  font-size:1.14rem;
  line-height:1.8;
  text-align:center;
}

.zoe-hero-copy strong{
  color:#fff;
}

/* VSL */
.zoe-vsl-wrap{
  margin-top:30px;
  max-width:860px;
  width:100%;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

.zoe-vsl-head{
  margin-bottom:16px;
  text-align:center;
}

.zoe-vsl-mini{
  display:inline-block;
  margin-bottom:10px;
  font-family:"Unbounded",sans-serif;
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(255,255,255,.82);
}

.zoe-vsl-title{
  margin:0;
  font-family:"Bebas Neue",sans-serif;
  font-size:clamp(1.9rem,3vw,2.8rem);
  line-height:.98;
  letter-spacing:.4px;
  text-transform:uppercase;
  color:#fff;
  text-align:center;
}

.zoe-vsl-card{
  position:relative;
  padding:14px;
  border-radius:30px;
  background:linear-gradient(180deg, rgba(20,20,30,.96) 0%, rgba(12,12,18,.99) 100%);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:var(--zoe-shadow-pink);
  overflow:hidden;
  margin-left:auto;
  margin-right:auto;
}

.zoe-vsl-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at top right, rgba(221,34,109,.12), transparent 34%);
  pointer-events:none;
}

.zoe-vsl-frame{
  position:relative;
  width:100%;
  padding-top:56.25%;
  border-radius:22px;
  overflow:hidden;
  background:#000;
  box-shadow:0 16px 36px rgba(0,0,0,.28);
}

.zoe-vsl-frame iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}

.zoe-countdown-wrap{
  margin-top:30px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}

.zoe-countdown-label{
  margin-bottom:14px;
  font-family:"Unbounded",sans-serif;
  font-size:13px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(255,255,255,.82);
  text-align:center;
}

.zoe-countdown{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  justify-content:center;
}

.zoe-count-item{
  min-width:120px;
  padding:18px 16px;
  border-radius:22px;
  background:rgba(14,14,22,.72);
  border:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(10px);
  box-shadow:var(--zoe-shadow);
  text-align:center;
}

.zoe-count-num{
  display:block;
  font-family:"Bebas Neue",sans-serif;
  font-size:3rem;
  line-height:.95;
  color:#fff;
}

.zoe-count-text{
  display:block;
  margin-top:8px;
  font-family:"Unbounded",sans-serif;
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(255,255,255,.72);
}

/* LIGHT */
.zoe-light{
  background:linear-gradient(180deg,#f7f1f4 0%, #fff9fb 100%);
  color:var(--zoe-dark);
}

.zoe-light::before{
  background:radial-gradient(circle, rgba(221,34,109,.10) 0%, transparent 72%);
}

.zoe-light::after{
  background:radial-gradient(circle, rgba(255,79,139,.08) 0%, transparent 72%);
}

/* CARD */
.zoe-grid{
  display:grid;
  gap:18px;
  margin-top:38px;
}

.zoe-grid-4{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.zoe-grid-3{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.zoe-card{
  position:relative;
  overflow:hidden;
  padding:28px 24px;
  border-radius:var(--zoe-radius);
  background:linear-gradient(180deg, rgba(20,20,30,.96) 0%, rgba(12,12,18,.99) 100%);
  border:1px solid var(--zoe-border);
  box-shadow:var(--zoe-shadow);
  transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.zoe-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at top right, rgba(221,34,109,.12), transparent 34%);
  pointer-events:none;
}

.zoe-card:hover{
  transform:translateY(-6px);
  border-color:rgba(221,34,109,.28);
  box-shadow:var(--zoe-shadow-pink);
}

.zoe-card.light{
  background:linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(255,248,252,.98) 100%);
  border:1px solid rgba(221,34,109,.12);
  box-shadow:0 18px 40px rgba(23,18,24,.10), inset 0 1px 0 rgba(255,255,255,.6);
}

.zoe-card.light::before{
  background:radial-gradient(circle at top right, rgba(221,34,109,.09), transparent 34%);
}

.zoe-card-icon{
  font-size:1.8rem;
  line-height:1;
  margin-bottom:14px;
}

.zoe-card-title{
  margin:0 0 10px;
  font-size:1.25rem;
  line-height:1.3;
  font-weight:800;
}

.zoe-card.light .zoe-card-title{
  color:var(--zoe-dark);
}

.zoe-card .zoe-card-title{
  color:#fff;
}

.zoe-card-text{
  margin:0;
  font-size:1rem;
  line-height:1.7;
  font-weight:500;
}

.zoe-card.light .zoe-card-text{
  color:var(--zoe-dark-soft);
}

.zoe-card .zoe-card-text{
  color:rgba(255,255,255,.72);
}

.zoe-frase-impacto{
  margin-top:28px;
  text-align:center;
  font-family:"Bebas Neue",sans-serif;
  font-size:clamp(2rem,3vw,3rem);
  line-height:.98;
  color:var(--zoe-pink);
  text-transform:uppercase;
}

/* IMAGE BREAK */
.zoe-image-break{
  margin:54px auto 0;
  max-width:1050px;
  border-radius:32px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.06);
  box-shadow:0 26px 70px rgba(0,0,0,.38), 0 0 32px rgba(221,34,109,.08);
}

.zoe-image-break img{
  width:100%;
  display:block;
  height:auto;
}

/* DAYS */
.zoe-days-head{
  margin-bottom:42px;
}

.zoe-days-list{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.zoe-day{
  position:relative;
  border-radius:30px;
  overflow:hidden;
  background:linear-gradient(180deg, rgba(19,19,30,.98) 0%, rgba(11,11,18,1) 100%);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:var(--zoe-shadow);
}

.zoe-day::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:6px;
  background:var(--zoe-pink);
}

.zoe-day.purple::before{
  background:var(--zoe-purple);
}

.zoe-day.green::before{
  background:var(--zoe-green);
}

.zoe-day.orange::before{
  background:var(--zoe-orange);
}

.zoe-day.pink::before{
  background:var(--zoe-pink);
}

.zoe-day-toggle{
  width:100%;
  border:0;
  background:transparent;
  color:inherit;
  text-align:left;
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  padding:0;
}

.zoe-day-top{
  padding:26px 28px 18px;
  flex:1;
}

.zoe-day-label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:14px;
  font-family:"Unbounded",sans-serif;
  font-size:12px;
  font-weight:700;
  letter-spacing:.10em;
  text-transform:uppercase;
  color:rgba(255,255,255,.70);
}

.zoe-day-title{
  margin:0;
  font-family:"Bebas Neue",sans-serif;
  font-size:clamp(2rem,3vw,3rem);
  line-height:.95;
  letter-spacing:.4px;
  text-transform:uppercase;
  color:#fff;
}

.zoe-day-ico{
  padding-right:26px;
  color:var(--zoe-pink);
  font-family:"Unbounded",sans-serif;
  font-size:1.5rem;
  font-weight:700;
  transition:transform .3s ease, color .3s ease;
}

.zoe-day.is-open .zoe-day-ico{
  transform:rotate(45deg);
  color:#fff;
}

.zoe-day-content{
  max-height:0;
  overflow:hidden;
  transition:max-height .5s ease;
}

.zoe-day-body{
  padding:0 28px 28px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:28px;
}

.zoe-day-block{
  background:rgba(255,255,255,.02);
  border:1px solid rgba(255,255,255,.04);
  border-radius:22px;
  padding:22px 20px;
}

.zoe-day-block h4{
  margin:0 0 14px;
  color:#fff;
  font-size:1.05rem;
  font-weight:800;
}

.zoe-day-block p,
.zoe-day-block li{
  color:rgba(255,255,255,.78);
  font-size:.98rem;
  line-height:1.7;
}

.zoe-day-block ul{
  margin:0;
  padding-left:18px;
}

.zoe-day-final{
  margin-top:18px;
  padding:18px 20px;
  border-radius:20px;
  background:linear-gradient(180deg, rgba(221,34,109,.14), rgba(221,34,109,.05));
  border:1px solid rgba(221,34,109,.18);
  color:#fff;
  font-weight:700;
  line-height:1.65;
}

.zoe-day-live{
  margin-top:18px;
}

.zoe-day-live .zoe-mini{
  margin-bottom:8px;
  display:block;
  color:var(--zoe-pink-2);
  font-family:"Unbounded",sans-serif;
  font-size:12px;
  font-weight:700;
  letter-spacing:.10em;
  text-transform:uppercase;
}

.zoe-day-live-list{
  list-style:none;
  padding:0;
  margin:0;
}

.zoe-day-live-list li{
  position:relative;
  padding-left:26px;
  margin-bottom:12px;
  color:rgba(255,255,255,.78);
  line-height:1.7;
}

.zoe-day-live-list li::before{
  content:"•";
  position:absolute;
  left:0;
  top:0;
  color:var(--zoe-pink);
  font-size:1.4rem;
  line-height:1;
}

.zoe-day-dica{
  margin-top:18px;
  color:rgba(255,255,255,.88);
  font-style:italic;
}

/* BONUS */
.zoe-bonus{
  background:
    radial-gradient(circle at 20% 0%, rgba(255,255,255,.08), transparent 26%),
    linear-gradient(135deg, #dd226d 0%, #7a3fd4 100%);
}

.zoe-bonus .zoe-title,
.zoe-bonus .zoe-subtitle,
.zoe-bonus .zoe-bonus-rodape,
.zoe-bonus .zoe-card-title,
.zoe-bonus .zoe-card-text{
  color:#fff;
}

.zoe-bonus .zoe-card{
  background:rgba(10,10,18,.22);
  backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.16);
}

.zoe-bonus .zoe-card::before{
  background:radial-gradient(circle at top right, rgba(255,255,255,.10), transparent 34%);
}

.zoe-bonus-rodape{
  margin-top:24px;
  text-align:center;
  font-size:1.06rem;
  line-height:1.75;
  font-weight:600;
  color:#fff;
}

/* HOW IT WORKS */
.zoe-funciona-steps{
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:16px;
  margin-top:40px;
}

.zoe-step{
  padding:22px 18px;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(20,20,30,.96) 0%, rgba(12,12,18,.99) 100%);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:var(--zoe-shadow);
  text-align:center;
}

.zoe-step-ico{
  font-size:1.7rem;
  margin-bottom:12px;
}

.zoe-step-time{
  font-family:"Unbounded",sans-serif;
  font-size:11px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--zoe-pink-2);
}

.zoe-step p{
  margin:10px 0 0;
  color:rgba(255,255,255,.76);
  font-size:.96rem;
  line-height:1.65;
}

/* VIDEO GRID */
.zoe-video-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
  margin-top:40px;
}

.zoe-video-card{
  position:relative;
  padding:14px;
  border-radius:28px;
  background:linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(255,248,252,.98) 100%);
  border:1px solid rgba(221,34,109,.12);
  box-shadow:0 18px 40px rgba(23,18,24,.10), inset 0 1px 0 rgba(255,255,255,.6);
}

.zoe-video-card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:radial-gradient(circle at top right, rgba(221,34,109,.08), transparent 34%);
  pointer-events:none;
}

.zoe-video-frame{
  position:relative;
  width:100%;
  padding-top:56.25%;
  border-radius:22px;
  overflow:hidden;
  background:#000;
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}

.zoe-video-frame iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}

/* PREPARE */
.zoe-checklist{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:36px;
}

.zoe-check{
  padding:24px 22px;
  border-radius:24px;
  background:linear-gradient(180deg, rgba(20,20,30,.96) 0%, rgba(12,12,18,.99) 100%);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:var(--zoe-shadow);
}

.zoe-check h4{
  margin:0 0 10px;
  color:#fff;
  font-size:1.08rem;
  font-weight:800;
}

.zoe-check p{
  margin:0;
  color:rgba(255,255,255,.76);
  line-height:1.72;
}

.zoe-prepare-cta{
  margin-top:34px;
  text-align:center;
}

.zoe-prepare-cta p{
  margin:0;
  color:rgba(255,255,255,.84);
  font-size:1.08rem;
  line-height:1.75;
  font-weight:600;
}

/* FAQ */
.zoe-faq-list{
  display:flex;
  flex-direction:column;
  gap:14px;
  margin-top:38px;
}

.zoe-faq-item{
  border-radius:24px;
  overflow:hidden;
  background:linear-gradient(180deg, rgba(20,20,30,.96) 0%, rgba(12,12,18,.99) 100%);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:var(--zoe-shadow);
}

.zoe-faq-q{
  width:100%;
  padding:24px;
  border:0;
  background:transparent;
  display:flex;
  justify-content:space-between;
  gap:20px;
  text-align:left;
  cursor:pointer;
}

.zoe-faq-q span:first-child{
  color:#fff;
  font-size:1.12rem;
  line-height:1.45;
  font-weight:800;
}

.zoe-faq-ico{
  color:var(--zoe-pink);
  font-size:1.5rem;
  font-weight:800;
  transition:transform .3s ease;
}

.zoe-faq-item.is-open .zoe-faq-ico{
  transform:rotate(45deg);
}

.zoe-faq-a{
  max-height:0;
  overflow:hidden;
  transition:max-height .45s ease;
}

.zoe-faq-a p{
  margin:0;
  padding:0 24px 24px;
  color:rgba(255,255,255,.76);
  line-height:1.75;
}

/* CTA INSCRIÇÃO */
.zoe-inscricao{
  background:
    radial-gradient(circle at 20% 0%, rgba(255,255,255,.08), transparent 24%),
    linear-gradient(135deg, rgba(221,34,109,.18) 0%, rgba(122,63,212,.18) 100%);
}

.zoe-inscricao-wrap{
  max-width:860px;
  margin:0 auto;
  text-align:center;
  padding:44px 32px;
  border-radius:32px;
  background:linear-gradient(180deg, rgba(20,20,30,.96) 0%, rgba(12,12,18,.99) 100%);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:var(--zoe-shadow-pink);
  position:relative;
  overflow:hidden;
}

.zoe-inscricao-wrap::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at top right, rgba(221,34,109,.12), transparent 34%);
  pointer-events:none;
}

.zoe-inscricao-mini{
  display:inline-block;
  margin-bottom:14px;
  font-family:"Unbounded",sans-serif;
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--zoe-pink-2);
}

.zoe-btn-main{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:28px;
  min-height:60px;
  padding:0 34px;
  border-radius:999px;
  background:linear-gradient(90deg, var(--zoe-pink) 0%, var(--zoe-pink-2) 100%);
  color:#fff;
  text-decoration:none;
  font-family:"Unbounded",sans-serif;
  font-size:14px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  box-shadow:0 18px 34px rgba(221,34,109,.28);
  transition:transform .25s ease, box-shadow .25s ease, filter .25s ease;
  position:relative;
  z-index:2;
}

.zoe-btn-main:hover{
  transform:translateY(-3px);
  box-shadow:0 22px 40px rgba(221,34,109,.34);
  filter:brightness(1.04);
}

/* FINAL */
.zoe-final{
  background:
    radial-gradient(circle at 20% 0%, rgba(255,255,255,.12), transparent 24%),
    linear-gradient(135deg, #dd226d 0%, #7a3fd4 100%);
  text-align:center;
}

.zoe-final .zoe-title,
.zoe-final .zoe-subtitle,
.zoe-final .zoe-cta-note,
.zoe-final .zoe-countdown-label{
  color:#fff;
}

.zoe-final-wrap{
  max-width:860px;
  margin:0 auto;
}

.zoe-final .zoe-countdown{
  justify-content:center;
  margin-top:22px;
}

.zoe-cta-note{
  margin-top:20px;
  line-height:1.8;
  font-size:1.06rem;
}

/* BUTTONS REMOVED */
.zoe-btn,
.zoe-preco-btn{
  display:none !important;
}

/* ANIMATIONS */
@property --angle{
  syntax:"<angle>";
  initial-value:0deg;
  inherits:false;
}

@keyframes zoeRotateBorder{
  from{ --angle:0deg; }
  to{ --angle:360deg; }
}

@keyframes zoeShineSweep{
  0%{ left:-40%; opacity:0; }
  10%{ opacity:1; }
  60%{ left:110%; opacity:1; }
  100%{ left:110%; opacity:0; }
}

@keyframes zoePulseGlow{
  0%,100%{
    box-shadow:
      inset 0 0 0 1px rgba(34,197,94,.35),
      0 0 25px rgba(34,197,94,.25),
      0 0 60px rgba(34,197,94,.12);
  }
  50%{
    box-shadow:
      inset 0 0 0 1px rgba(34,197,94,.55),
      0 0 40px rgba(34,197,94,.42),
      0 0 92px rgba(34,197,94,.20);
  }
}

/* RESPONSIVE */
@media (max-width:1100px){
  .zoe-grid-4{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .zoe-grid-3{
    grid-template-columns:1fr;
  }

  .zoe-funciona-steps{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .zoe-day-body{
    grid-template-columns:1fr;
  }

  .zoe-video-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:767px){
  .zoe-section{
    padding:78px 0;
  }

  .zoe-container{
    width:min(100% - 24px,1180px);
  }

  .zoe-title{
    font-size:clamp(2.4rem,10vw,3.9rem);
  }

  .zoe-subtitle,
  .zoe-hero-copy,
  .zoe-bonus-rodape,
  .zoe-cta-note{
    font-size:1rem;
    line-height:1.68;
  }

  .zoe-hero{
    min-height:auto;
  }

  .zoe-hero-content{
    padding:74px 0 56px;
  }

  .zoe-vsl-wrap{
    margin-top:24px;
  }

  .zoe-vsl-card{
    padding:10px;
    border-radius:22px;
  }

  .zoe-vsl-frame{
    border-radius:16px;
  }

  .zoe-count-item{
    min-width:calc(50% - 7px);
  }

  .zoe-grid-4,
  .zoe-grid-3,
  .zoe-checklist,
  .zoe-funciona-steps,
  .zoe-video-grid{
    grid-template-columns:1fr;
  }

  .zoe-card,
  .zoe-check,
  .zoe-step{
    border-radius:22px;
  }

  .zoe-day{
    border-radius:24px;
  }

  .zoe-day-top{
    padding:22px 20px 10px;
  }

  .zoe-day-ico{
    padding-right:18px;
  }

  .zoe-day-body{
    padding:0 20px 22px;
    gap:16px;
  }

  .zoe-day-block,
  .zoe-day-final{
    padding:18px 16px;
    border-radius:18px;
  }

  .zoe-faq-q{
    padding:20px 18px;
  }

  .zoe-faq-q span:first-child{
    font-size:1rem;
    max-width:88%;
  }

  .zoe-faq-a p{
    padding:0 18px 20px;
    font-size:.98rem;
    line-height:1.68;
  }

  .zoe-video-card{
    padding:10px;
    border-radius:22px;
  }

  .zoe-video-frame{
    border-radius:16px;
  }

  .zoe-inscricao-wrap{
    padding:32px 20px;
    border-radius:24px;
  }

  .zoe-btn-main{
    width:100%;
    padding:0 20px;
    min-height:56px;
    font-size:13px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-75927eb */:root {
  --zoe-bg: #050505;
  --zoe-bg-2: #0a0a0f;
  --zoe-bg-3: #11111a;
  --zoe-card: rgba(18, 18, 28, 0.96);
  --zoe-card-2: rgba(24, 24, 36, 0.96);

  --zoe-white: #ffffff;
  --zoe-text: rgba(255, 255, 255, 0.78);
  --zoe-text-soft: rgba(255, 255, 255, 0.62);
  --zoe-dark-text: #171218;
  --zoe-dark-soft: #5d5560;

  --zoe-pink: #dd226d;
  --zoe-pink-2: #ff4f8b;
  --zoe-purple: #7a3fd4;
  --zoe-green: #39ff70;
  --zoe-yellow: #ffd14d;
  --zoe-orange: #ff8d32;

  --zoe-border: rgba(255, 255, 255, 0.08);
  --zoe-border-pink: rgba(221, 34, 109, 0.28);

  --zoe-radius: 28px;
  --zoe-radius-lg: 34px;

  --zoe-shadow:
    0 18px 40px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);

  --zoe-shadow-pink:
    0 22px 48px rgba(0, 0, 0, 0.34),
    0 0 26px rgba(221, 34, 109, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

html,
body {
  overflow-x: hidden;
}

.zoe-crono {
  background: linear-gradient(180deg, var(--zoe-bg) 0%, var(--zoe-bg-2) 100%);
  color: var(--zoe-white);
  font-family: "DM Sans", sans-serif;
}

.zoe-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.zoe-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
}

.zoe-section::before,
.zoe-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(28px);
}

.zoe-section::before {
  width: 320px;
  height: 320px;
  left: -120px;
  top: -120px;
  background: radial-gradient(circle, rgba(221, 34, 109, 0.10) 0%, transparent 72%);
}

.zoe-section::after {
  width: 360px;
  height: 360px;
  right: -140px;
  bottom: -140px;
  background: radial-gradient(circle, rgba(122, 63, 212, 0.10) 0%, transparent 72%);
}

.zoe-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  font-family: "Unbounded", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--zoe-white);
  background: linear-gradient(90deg, rgba(221, 34, 109, 0.95), rgba(255, 79, 139, 0.95));
  box-shadow: 0 0 24px rgba(221, 34, 109, 0.18);
}

.zoe-title {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3rem, 5vw, 5.4rem);
  line-height: 0.95;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--zoe-white);
}

.zoe-title.dark {
  color: var(--zoe-dark-text);
}

.zoe-subtitle {
  margin: 18px auto 0;
  max-width: 760px;
  color: var(--zoe-text);
  font-size: 1.08rem;
  line-height: 1.75;
  font-weight: 500;
}

.zoe-subtitle.dark {
  color: var(--zoe-dark-soft);
}

.zoe-center {
  text-align: center;
}

/* HERO */
.zoe-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.70) 100%),
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.14) 0%, transparent 28%),
    radial-gradient(circle at 20% 100%, rgba(221,34,109,0.12) 0%, transparent 28%),
    radial-gradient(circle at 80% 100%, rgba(122,63,212,0.10) 0%, transparent 30%),
    url("BOLSA ZOE (1).webp") center center / cover no-repeat;
}

.zoe-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5,5,5,0.15), rgba(5,5,5,0.72));
}

.zoe-hero .zoe-container {
  position: relative;
  z-index: 2;
}

.zoe-hero-content {
  max-width: 840px;
  padding: 40px 0 80px;
}

.zoe-hero .zoe-tag {
  margin-bottom: 22px;
}

.zoe-hero .zoe-title {
  max-width: 860px;
  text-shadow: 0 8px 30px rgba(0,0,0,0.22);
}

.zoe-hero .zoe-title .pink {
  color: var(--zoe-pink);
}

.zoe-hero-copy {
  margin-top: 18px;
  max-width: 760px;
  color: rgba(255,255,255,0.86);
  font-size: 1.14rem;
  line-height: 1.8;
}

.zoe-hero-copy strong {
  color: var(--zoe-pink);
}

.zoe-countdown-wrap {
  margin-top: 30px;
}

.zoe-countdown-label {
  margin-bottom: 14px;
  font-family: "Unbounded", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.82);
}

.zoe-countdown {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.zoe-count-item {
  min-width: 120px;
  padding: 18px 16px;
  border-radius: 22px;
  background: rgba(14, 14, 22, 0.72);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  box-shadow: var(--zoe-shadow);
  text-align: center;
}

.zoe-count-num {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3rem;
  line-height: 0.95;
  color: var(--zoe-white);
}

.zoe-count-text {
  display: block;
  margin-top: 8px;
  font-family: "Unbounded", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
}

/* LIGHT SECTION */
.zoe-light {
  background: linear-gradient(180deg, #f7f1f4 0%, #fff9fb 100%);
  color: var(--zoe-dark-text);
}

.zoe-light::before {
  background: radial-gradient(circle, rgba(221,34,109,0.10) 0%, transparent 72%);
}

.zoe-light::after {
  background: radial-gradient(circle, rgba(255,79,139,0.08) 0%, transparent 72%);
}

/* CARDS GENÉRICOS */
.zoe-grid {
  display: grid;
  gap: 18px;
}

.zoe-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.zoe-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.zoe-card {
  position: relative;
  overflow: hidden;
  padding: 28px 24px;
  border-radius: var(--zoe-radius);
  background: linear-gradient(180deg, rgba(20,20,30,0.96) 0%, rgba(12,12,18,0.99) 100%);
  border: 1px solid var(--zoe-border);
  box-shadow: var(--zoe-shadow);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.zoe-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(221,34,109,0.12), transparent 34%);
  pointer-events: none;
}

.zoe-card:hover {
  transform: translateY(-6px);
  border-color: var(--zoe-border-pink);
  box-shadow: var(--zoe-shadow-pink);
}

.zoe-card.light {
  background: linear-gradient(180deg, rgba(255,255,255,0.90) 0%, rgba(255,248,252,0.96) 100%);
  border: 1px solid rgba(221,34,109,0.12);
  box-shadow:
    0 18px 40px rgba(23, 18, 24, 0.10),
    inset 0 1px 0 rgba(255,255,255,0.6);
}

.zoe-card.light::before {
  background: radial-gradient(circle at top right, rgba(221,34,109,0.09), transparent 34%);
}

.zoe-card-icon {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 14px;
}

.zoe-card-title {
  margin: 0 0 10px;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 800;
}

.zoe-card.dark .zoe-card-title {
  color: var(--zoe-white);
}

.zoe-card.light .zoe-card-title {
  color: var(--zoe-dark-text);
}

.zoe-card-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}

.zoe-card.dark .zoe-card-text {
  color: rgba(255,255,255,0.72);
}

.zoe-card.light .zoe-card-text {
  color: var(--zoe-dark-soft);
}

/* WHY LIVE */
.zoe-frase-impacto {
  margin-top: 28px;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.98;
  color: var(--zoe-pink);
  text-transform: uppercase;
}

/* CRONOGRAMA */
.zoe-days-head {
  margin-bottom: 42px;
}

.zoe-days-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.zoe-day {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(19,19,30,0.98) 0%, rgba(11,11,18,1) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--zoe-shadow);
}

.zoe-day::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: var(--zoe-pink);
}

.zoe-day.purple::before { background: var(--zoe-purple); }
.zoe-day.green::before { background: var(--zoe-green); }
.zoe-day.orange::before { background: var(--zoe-orange); }
.zoe-day.pink::before { background: var(--zoe-pink); }

.zoe-day-top {
  padding: 26px 28px 14px;
}

.zoe-day-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-family: "Unbounded", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.70);
}

.zoe-day-title {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.95;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--zoe-white);
}

.zoe-day-body {
  padding: 0 28px 28px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
}

.zoe-day-block {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.04);
  border-radius: 22px;
  padding: 22px 20px;
}

.zoe-day-block h4 {
  margin: 0 0 14px;
  color: var(--zoe-white);
  font-size: 1.05rem;
  font-weight: 800;
}

.zoe-day-block p,
.zoe-day-block li {
  color: rgba(255,255,255,0.78);
  font-size: 0.98rem;
  line-height: 1.7;
}

.zoe-day-block ul {
  margin: 0;
  padding-left: 18px;
}

.zoe-day-final {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(221,34,109,0.14), rgba(221,34,109,0.05));
  border: 1px solid rgba(221,34,109,0.18);
  color: var(--zoe-white);
  font-weight: 700;
  line-height: 1.65;
}

.zoe-day-live {
  margin-top: 18px;
}

.zoe-day-live .zoe-mini {
  margin-bottom: 8px;
  display: block;
  color: var(--zoe-pink-2);
  font-family: "Unbounded", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.zoe-day-live-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.zoe-day-live-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  color: rgba(255,255,255,0.78);
  line-height: 1.7;
}

.zoe-day-live-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--zoe-pink);
  font-size: 1.4rem;
  line-height: 1;
}

.zoe-day-dica {
  margin-top: 18px;
  color: rgba(255,255,255,0.88);
  font-style: italic;
}

/* BONUS */
.zoe-bonus {
  background:
    radial-gradient(circle at 20% 0%, rgba(255,255,255,0.08), transparent 26%),
    linear-gradient(135deg, #dd226d 0%, #7a3fd4 100%);
}

.zoe-bonus .zoe-title,
.zoe-bonus .zoe-subtitle,
.zoe-bonus .zoe-text,
.zoe-bonus .zoe-card-title,
.zoe-bonus .zoe-card-text {
  color: var(--zoe-white);
}

.zoe-bonus .zoe-card {
  background: rgba(10,10,18,0.22);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.16);
}

.zoe-bonus .zoe-card::before {
  background: radial-gradient(circle at top right, rgba(255,255,255,0.10), transparent 34%);
}

.zoe-bonus-rodape {
  margin-top: 24px;
  text-align: center;
  font-size: 1.06rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.88);
  font-weight: 600;
}

/* COMO FUNCIONA */
.zoe-funciona-steps {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 16px;
  margin-top: 40px;
}

.zoe-step {
  padding: 22px 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(20,20,30,0.96) 0%, rgba(12,12,18,0.99) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--zoe-shadow);
  text-align: center;
}

.zoe-step-ico {
  font-size: 1.7rem;
  margin-bottom: 12px;
}

.zoe-step-time {
  font-family: "Unbounded", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--zoe-pink-2);
}

.zoe-step p {
  margin: 10px 0 0;
  color: rgba(255,255,255,0.76);
  font-size: 0.96rem;
  line-height: 1.65;
}

/* DEPOIMENTOS */
.zoe-deps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 40px;
}

.zoe-quote {
  padding: 28px 24px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,0.90) 0%, rgba(255,248,252,0.96) 100%);
  border: 1px solid rgba(221,34,109,0.12);
  box-shadow:
    0 18px 40px rgba(23,18,24,0.10),
    inset 0 1px 0 rgba(255,255,255,0.6);
}

.zoe-quote p {
  margin: 0;
  color: var(--zoe-dark-text);
  font-size: 1.02rem;
  line-height: 1.8;
}

.zoe-quote cite {
  display: block;
  margin-top: 18px;
  color: var(--zoe-pink);
  font-style: normal;
  font-weight: 800;
}

/* PREPARE */
.zoe-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.zoe-check {
  padding: 24px 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(20,20,30,0.96) 0%, rgba(12,12,18,0.99) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--zoe-shadow);
}

.zoe-check h4 {
  margin: 0 0 10px;
  color: var(--zoe-white);
  font-size: 1.08rem;
  font-weight: 800;
}

.zoe-check p {
  margin: 0;
  color: rgba(255,255,255,0.76);
  line-height: 1.72;
}

.zoe-prepare-cta {
  margin-top: 34px;
  text-align: center;
}

.zoe-prepare-cta p {
  margin: 0 0 18px;
  color: rgba(255,255,255,0.84);
  font-size: 1.08rem;
  line-height: 1.75;
  font-weight: 600;
}

/* FAQ */
.zoe-faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 38px;
}

.zoe-faq-item {
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(20,20,30,0.96) 0%, rgba(12,12,18,0.99) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--zoe-shadow);
}

.zoe-faq-q {
  width: 100%;
  padding: 24px;
  border: 0;
  background: transparent;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  cursor: pointer;
}

.zoe-faq-q span:first-child {
  color: var(--zoe-white);
  font-size: 1.12rem;
  line-height: 1.45;
  font-weight: 800;
}

.zoe-faq-ico {
  color: var(--zoe-pink);
  font-size: 1.5rem;
  font-weight: 800;
  transition: transform 0.3s ease;
}

.zoe-faq-item.is-open .zoe-faq-ico {
  transform: rotate(45deg);
}

.zoe-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s ease;
}

.zoe-faq-a p {
  margin: 0;
  padding: 0 24px 24px;
  color: rgba(255,255,255,0.76);
  line-height: 1.75;
}

.zoe-faq-a strong {
  color: var(--zoe-pink);
}

/* CTA FINAL */
.zoe-final {
  background:
    radial-gradient(circle at 20% 0%, rgba(255,255,255,0.12), transparent 24%),
    linear-gradient(135deg, #dd226d 0%, #7a3fd4 100%);
  text-align: center;
}

.zoe-final .zoe-title,
.zoe-final .zoe-subtitle,
.zoe-final p {
  color: var(--zoe-white);
}

.zoe-final-wrap {
  max-width: 860px;
  margin: 0 auto;
}

.zoe-final .zoe-countdown {
  justify-content: center;
  margin-top: 22px;
}

.zoe-cta-note {
  margin-top: 20px;
  color: rgba(255,255,255,0.90);
  line-height: 1.8;
  font-size: 1.06rem;
}

.zoe-cta-note strong {
  color: var(--zoe-white);
}

/* BUTTON */
.zoe-btn {
  --shiny-cta-bg: #000000;
  --shiny-cta-fg: #ffffff;
  --shiny-cta-highlight: #22c55e;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  cursor: pointer;
  padding: 1.15rem 2.8rem;
  border-radius: 999px;
  border: 1px solid transparent;
  color: var(--shiny-cta-fg);
  text-decoration: none;
  background:
    linear-gradient(var(--shiny-cta-bg), var(--shiny-cta-bg)) padding-box,
    conic-gradient(
      from var(--angle),
      transparent 0deg,
      transparent 240deg,
      rgba(34,197,94,0.25) 260deg,
      rgba(34,197,94,1) 300deg,
      rgba(255,255,255,0.7) 320deg,
      rgba(34,197,94,1) 340deg,
      rgba(34,197,94,0.25) 360deg
    ) border-box;
  box-shadow:
    inset 0 0 0 1px rgba(34,197,94,0.35),
    0 0 25px rgba(34,197,94,0.25),
    0 0 60px rgba(34,197,94,0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  animation:
    zoeRotateBorder 6s linear infinite,
    zoePulseGlow 2.8s ease-in-out infinite;
}

.zoe-btn:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow:
    inset 0 0 0 1px rgba(34,197,94,0.55),
    0 0 36px rgba(34,197,94,0.42),
    0 0 82px rgba(34,197,94,0.22);
}

.zoe-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 35%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 0%,
    rgba(255,255,255,0.12) 35%,
    rgba(34,197,94,0.6) 50%,
    rgba(255,255,255,0.12) 65%,
    transparent 100%
  );
  transform: skewX(-20deg);
  animation: zoeShineSweep 4s ease-in-out infinite;
}

.zoe-btn span {
  position: relative;
  z-index: 2;
  font-family: "Unbounded", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ffffff;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

@keyframes zoeRotateBorder {
  from { --angle: 0deg; }
  to { --angle: 360deg; }
}

@keyframes zoeShineSweep {
  0% { left: -40%; opacity: 0; }
  10% { opacity: 1; }
  60% { left: 110%; opacity: 1; }
  100% { left: 110%; opacity: 0; }
}

@keyframes zoePulseGlow {
  0%, 100% {
    box-shadow:
      inset 0 0 0 1px rgba(34,197,94,0.35),
      0 0 25px rgba(34,197,94,0.25),
      0 0 60px rgba(34,197,94,0.12);
  }
  50% {
    box-shadow:
      inset 0 0 0 1px rgba(34,197,94,0.55),
      0 0 40px rgba(34,197,94,0.42),
      0 0 92px rgba(34,197,94,0.20);
  }
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .zoe-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zoe-grid-3,
  .zoe-deps-grid {
    grid-template-columns: 1fr;
  }

  .zoe-funciona-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .zoe-day-body {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .zoe-section {
    padding: 78px 0;
  }

  .zoe-container {
    width: min(100% - 24px, 1180px);
  }

  .zoe-title {
    font-size: clamp(2.4rem, 10vw, 3.9rem);
  }

  .zoe-subtitle,
  .zoe-hero-copy,
  .zoe-bonus-rodape,
  .zoe-cta-note {
    font-size: 1rem;
    line-height: 1.68;
  }

  .zoe-hero {
    min-height: auto;
    padding: 80px 0 74px;
    background-position: center top;
  }

  .zoe-count-item {
    min-width: calc(50% - 7px);
  }

  .zoe-grid-4,
  .zoe-grid-3,
  .zoe-checklist,
  .zoe-funciona-steps {
    grid-template-columns: 1fr;
  }

  .zoe-card,
  .zoe-check,
  .zoe-step,
  .zoe-quote {
    border-radius: 22px;
  }

  .zoe-day {
    border-radius: 24px;
  }

  .zoe-day-top {
    padding: 22px 20px 10px;
  }

  .zoe-day-body {
    padding: 0 20px 22px;
    gap: 16px;
  }

  .zoe-day-block,
  .zoe-day-final {
    padding: 18px 16px;
    border-radius: 18px;
  }

  .zoe-faq-q {
    padding: 20px 18px;
  }

  .zoe-faq-q span:first-child {
    font-size: 1rem;
    max-width: 88%;
  }

  .zoe-faq-a p {
    padding: 0 18px 20px;
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .zoe-btn {
    width: 100%;
    padding: 1.05rem 1.4rem;
  }

  .zoe-btn span {
    font-size: 14px;
  }
}/* End custom CSS */