.elementor-994 .elementor-element.elementor-element-b2dcf9c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-c71ac3a */* { margin: 0; padding: 0; box-sizing: border-box; }

  :root {
    --gold: #C89B3C;
    --gold-light: #F0C96A;
    --gold-dark: #8B6A1F;
    --dark: #0A0A0A;
    --dark2: #111111;
    --dark3: #1A1A1A;
    --dark4: #222222;
    --text: #EFEFEF;
    --muted: #888888;
    --accent: #FF6B35;
  }

  body, .page-root {
    background: var(--dark);
    color: var(--text);
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
  }

  .page-root {
    max-width: 680px;
    margin: 0 auto;
    padding: 0;
    font-size: 15px;
  }

  /* HERO */
  .hero {
    background: var(--dark);
    padding: 50px 20px;
    text-align: center;
    border-bottom: 1px solid #1f1f1f;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute;
    top: -60px; left: 50%;
    transform: translateX(-50%);
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(200,155,60,0.08) 0%, transparent 70%);
    pointer-events: none;
  }

  .badge-urgency {
    display: inline-block;
    background: rgba(255,107,53,0.15);
    border: 1px solid rgba(255,107,53,0.4);
    color: #FF6B35;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 100px;
    margin-bottom: 24px;
  }
  
  .logo{
      margin-top: 20px;
      margin-bottom: 20px;
  }

  .hero h1 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 45px;
    font-weight: 800;
    line-height: 1.1;
    color: #FFFFFF;
    margin-bottom: 18px;
    letter-spacing: -0.02em;
  }

  .hero h1 span {
    color: #65CBFA;
  }

  .hero-sub {
    font-size: 16px;
    color: #BBBBBB;
    max-width: 520px;
    margin: 0 auto 32px;
    line-height: 1.65;
  }

  .hero-proof {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 32px;
    flex-wrap: wrap;
  }

  .proof-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    color: #fff;
  }

  .proof-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #65CBFA;
  }

  .proof-num {
    font-weight: 700;
    color: #65CBFA;
  }

  /* BEFORE/AFTER */
  .section {
    padding: 40px 24px;
    border-top: 1px solid #1a1a1a;
  }

  .section-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #65CBFA;
    margin-bottom: 12px;
  }

  .section-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.15;
    color: #FFF;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
  }

  .section-body {
    font-size: 15px;
    color: #AAAAAA;
    line-height: 1.7;
    margin-bottom: 24px;
  }

  /* BEFORE AFTER VISUAL */
  .ba-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 20px;
  }

  .ba-card {
    border-radius: 10px;
    padding: 20px 16px;
    border: 1px solid #222;
  }

  .ba-before {
    background: #111;
    border-color: #333;
  }

  .ba-after {
    background: #00FF0645;
    border-color: rgba(200,155,60,0.25);
  }

  .ba-tag {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 100px;
  }

  .ba-before .ba-tag {
    background: rgba(255,255,255,0.05);
    color: #fff;
  }

  .ba-after .ba-tag {
    background: rgba(200,155,60,0.15);
    color: #fff;
  }

  .ba-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.4;
  }

  .ba-before .ba-item {
    color: #fff;
  }

  .ba-after .ba-item {
    color: #fff;
  }

  .ba-icon {
    flex-shrink: 0;
    margin-top: 2px;
    font-size: 12px;
  }

  /* PRESETS GRID */
  .presets-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 20px;
  }

  .preset-item {
    background: var(--dark3);
    border: 1px solid #222;
    border-radius: 8px;
    padding: 14px 12px;
    text-align: center;
  }

  .preset-icon {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .preset-name {
    font-size: 12px;
    color: #999;
    font-weight: 500;
  }
  
  /* MÓDULOS */
  .modulos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 30px 0;
  }
    
    .modulo {
      border-radius: 12px;
      overflow: hidden;
      border: 1px solid #222;
      background: #111;
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }
    
    .modulo img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
    }

/* EFEITO HOVER (desktop) */
.modulo:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

/* MOBILE */
@media (max-width: 768px) {
  .modulos {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
  
  /* DEPOIMENTOS */
  .video-depoimentos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 30px 0;
}

.video-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  background: #000;
}

.video-item img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
}

.video-item:hover img {
  transform: scale(1.05);
}

/* PLAY BUTTON PREMIUM */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  width: 64px;
  height: 64px;
  border-radius: 50%;

  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(10px);

  display: flex;
  align-items: center;
  justify-content: center;

  transition: all 0.25s ease;
}

/* TRIÂNGULO PLAY (SVG EMBUTIDO) */
.play-btn::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 16px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 4px;
}

/* BORDA SUTIL */
.play-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
}

/* HOVER */
.video-item:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.08);
  background: rgba(0,0,0,0.7);
}

/* MODAL */
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.video-modal-content {
  width: 90%;
  max-width: 800px;
  position: relative;
}

.video-modal iframe {
  width: 100%;
  height: 450px;
  border-radius: 10px;
}

.close-modal {
  position: absolute;
  top: -35px;
  right: 0;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}

/* MOBILE */
@media (max-width: 768px) {
  .video-depoimentos {
    grid-template-columns: 1fr;
  }

  .video-modal iframe {
    height: 220px;
  }
}
  
  .depo-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .depo-card {
    background: var(--dark3);
    border: 1px solid #222;
    border-radius: 10px;
    padding: 16px 18px;
  }

  .depo-text {
    font-size: 14px;
    color: #CCCCCC;
    line-height: 1.6;
    margin-bottom: 12px;
    font-style: italic;
  }

  .depo-author {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .depo-avatar {
    width: 32px; height: 32px;
    border-radius: 50%;
    background: var(--dark4);
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #65CBFA;
    flex-shrink: 0;
  }

  .depo-name {
    font-size: 13px;
    font-weight: 600;
    color: #EEE;
  }

  .depo-detail {
    font-size: 11px;
    color: #666;
  }

  .stars {
    color: var(--gold);
    font-size: 12px;
    margin-left: auto;
    letter-spacing: 1px;
  }

  /* STACK DE VALOR */
  .value-stack {
    background: var(--dark2);
    border: 1px solid #222;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .value-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    border-bottom: 1px solid #1a1a1a;
    font-size: 14px;
  }

  .value-row:last-child { border-bottom: none; }

  .value-name { color: #CCC; }

  .value-price {
    font-weight: 600;
    color: #555;
    text-decoration: line-through;
    font-size: 13px;
  }

  .value-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: rgba(200,155,60,0.06);
    border-top: 1px solid #65CBFA;
  }

  .value-total-label {
    font-size: 13px;
    color: #888;
  }

  .value-total-price {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #FFF;
  }

  .value-total-price .you-pay {
    font-size: 12px;
    color: #65CBFA;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    display: block;
    text-align: right;
    margin-bottom: 2px;
  }
  
    /* TIMER */
  .timer-block {
    background: rgba(255,107,53,0.07);
    border: 1px solid rgba(255,107,53,0.2);
    border-radius: 10px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
  }

  .timer-label {
    font-size: 12px;
    color: #FF6B35;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .timer-count {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #FF6B35;
    letter-spacing: 0.05em;
  }

  /* CTA PRINCIPAL */
  .cta-block {
    background: var(--dark2);
    border: 1px solid #222;
    border-radius: 16px;
    padding: 28px 24px;
    margin: 0 0 20px;
    text-align: center;
  }

  .price-line {
    margin-bottom: 8px;
  }

  .price-old {
    font-size: 13px;
    color: red;
    text-decoration: line-through;
    margin-bottom: 4px;
  }

  .price-main {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 44px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1;
  }

  .price-main small {
    font-size: 20px;
    font-weight: 400;
    color: #888;
  }

  .price-or {
    font-size: 12px;
    color: #555;
    margin: 6px 0;
  }

  .price-parcel {
    font-size: 14px;
    color: #AAAAAA;
  }

  .price-parcel strong {
    color: #DDD;
  }

  .btn-primary {
    display: block;
    width: 100%;
    background: green;
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 18px 24px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    margin: 20px 0 12px;
    transition: transform 0.15s, box-shadow 0.15s;
    text-decoration: none;
  }

  .btn-primary:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 32px rgba(200,155,60,0.3);
  }

  .garantia-line {
    font-size: 12px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  .garantia-dot {
    width: 14px; height: 14px;
    border-radius: 50%;
    background: rgba(100,200,100,0.2);
    border: 1px solid rgba(100,200,100,0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .garantia-dot::after {
    content: '';
    width: 5px; height: 5px;
    border-radius: 50%;
    background: #6DC87A;
  }
  
  /* BOTTOM CTA */
  .bottom-cta {
    padding: 40px 24px 48px;
    text-align: center;
    border-top: 1px solid #1a1a1a;
  }

  .bottom-cta h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #FFF;
    margin-bottom: 12px;
    line-height: 1.15;
  }

  .bottom-cta p {
    font-size: 14px;
    color: #888;
    margin-bottom: 28px;
  }

  .divider {
    height: 1px;
    background: #1a1a1a;
    margin: 8px 0;
  }
  
   /* GARANTIA VISUAL */
  .garantia-box {
    background: rgba(109,200,122,0.05);
    border: 1px solid rgba(109,200,122,0.2);
    border-radius: 12px;
    padding: 24px 20px;
    text-align: center;
    margin-bottom: 24px;
  }

  .garantia-circle {
    width: 56px; height: 56px;
    border-radius: 50%;
    background: rgba(109,200,122,0.1);
    border: 2px solid rgba(109,200,122,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 22px;
  }

  .garantia-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #FFF;
    margin-bottom: 10px;
  }

  .garantia-text {
    font-size: 13px;
    color: #888;
    line-height: 1.7;
    max-width: 400px;
    margin: 0 auto;
  }
  
   /* FAQ */
  .faq-item {
    border-bottom: 1px solid #1a1a1a;
    padding: 16px 0;
  }

  .faq-q {
    font-size: 14px;
    font-weight: 600;
    color: #EEE;
    margin-bottom: 8px;
  }

  .faq-a {
    font-size: 13px;
    color: #888;
    line-height: 1.6;
  }
  
  /* BARRA FLUTUANTE PREMIUM */
.floating-urgency-bar {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%) translateY(120px);
  width: calc(100% - 24px);
  max-width: 620px;
  z-index: 9999;
  transition: all 0.4s ease;
  opacity: 0;
  pointer-events: none;
}

.floating-urgency-bar.show-bar {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.floating-urgency-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;

  background: rgba(10, 10, 10, 0.85);
  backdrop-filter: blur(14px);

  border: 1px solid rgba(101, 203, 250, 0.25);
  box-shadow: 0 10px 40px rgba(0,0,0,0.45);

  padding: 14px 16px;
  border-radius: 14px;
}

/* TEXTO */
.floating-text {
  font-size: 13px;
  font-weight: 600;
  color: #EAEAEA;
}

/* BOTÃO */
.floating-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;

  padding: 10px 16px;
  border-radius: 10px;

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;

  color: #000;
  background: linear-gradient(180deg, #65CBFA 0%, #3BAFE3 100%);

  transition: all 0.2s ease;
}

.floating-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(101,203,250,0.4);
}

/* MOBILE */
@media (max-width: 768px) {
  .floating-urgency-content {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .floating-btn {
    width: 100%;
    padding: 12px;
    font-size: 13px;
  }

  .floating-text {
    font-size: 12px;
  }
}
  
  /* MOBILE */
  
  @media (max-width: 768px) {
  .page-root {
    max-width: 100%;
    font-size: 14px;
  }

  .hero {
    padding: 34px 16px 30px;
  }

  .badge-urgency {
    font-size: 10px;
    padding: 5px 12px;
    margin-bottom: 18px;
  }

  .logo img {
    width: 160px !important;
    height: auto;
  }

  .hero h1 {
    font-size: 28px;
    line-height: 1.08;
    margin-bottom: 14px;
    letter-spacing: -0.03em;
  }

  .hero-sub {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 24px;
    max-width: 100%;
  }

  .hero-proof {
    gap: 10px;
    margin-top: 22px;
    margin-bottom: 24px;
    flex-direction: column;
  }

  .proof-item {
    font-size: 12px;
    justify-content: center;
  }

  .timer-block {
    padding: 12px 14px;
    border-radius: 10px;
    gap: 10px;
    align-items: center;
  }

  .timer-label {
    font-size: 10px;
    letter-spacing: 0.06em;
  }

  .timer-count {
    font-size: 18px;
    white-space: nowrap;
  }

  .section {
    padding: 30px 16px;
  }

  .section-label {
    font-size: 10px;
    margin-bottom: 10px;
  }

  .section-title {
    font-size: 22px;
    line-height: 1.12;
    margin-bottom: 12px;
  }

  .section-body {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .ba-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ba-card {
    padding: 16px 14px;
    border-radius: 10px;
  }

  .ba-item {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .presets-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }

  .preset-item {
    padding: 12px 8px;
    border-radius: 8px;
  }

  .preset-icon {
    font-size: 17px;
    margin-bottom: 4px;
  }

  .preset-name {
    font-size: 11px;
  }

  .value-stack {
    border-radius: 10px;
  }

  .value-row {
    padding: 11px 14px;
    font-size: 12px;
    gap: 8px;
  }

  .value-name {
    max-width: 72%;
    line-height: 1.4;
  }

  .value-price {
    font-size: 11px;
    white-space: nowrap;
  }

  .value-total {
    padding: 14px;
    align-items: flex-end;
  }

  .value-total-label {
    font-size: 12px;
  }

  .value-total-price {
    font-size: 21px;
    text-align: right;
  }

  .value-total-price .you-pay {
    font-size: 11px;
  }

  .depo-grid {
    gap: 10px;
  }

  .depo-card {
    padding: 14px;
    border-radius: 10px;
  }

  .depo-text {
    font-size: 13px;
    line-height: 1.55;
    margin-bottom: 10px;
  }

  .depo-avatar {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }

  .depo-name {
    font-size: 12px;
  }

  .depo-detail {
    font-size: 10px;
  }

  .stars {
    font-size: 11px;
  }

  .garantia-box {
    padding: 20px 14px;
    border-radius: 10px;
  }

  .garantia-title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .garantia-text {
    font-size: 12px;
    line-height: 1.6;
  }

  .faq-item {
    padding: 14px 0;
  }

  .faq-q {
    font-size: 13px;
    margin-bottom: 6px;
    line-height: 1.45;
  }

  .faq-a {
    font-size: 12px;
    line-height: 1.55;
  }

  .cta-block {
    padding: 20px 16px;
    border-radius: 12px;
  }

  .price-old {
    font-size: 12px;
  }

  .price-main {
    font-size: 36px;
  }

  .price-main small {
    font-size: 17px;
  }

  .price-or {
    font-size: 11px;
  }

  .price-parcel {
    font-size: 13px;
  }

  .btn-primary {
    font-size: 15px;
    padding: 16px 14px;
    border-radius: 10px;
    margin: 16px 0 10px;
  }

  .garantia-line {
    font-size: 11px;
    line-height: 1.5;
    flex-wrap: wrap;
  }

  .bottom-cta {
    padding: 30px 16px 38px;
  }

  .bottom-cta h2 {
    font-size: 24px;
    line-height: 1.12;
    margin-bottom: 10px;
  }

  .bottom-cta p {
    font-size: 13px;
    margin-bottom: 22px;
  }
}/* End custom CSS */