.typ{
	background-image: url(../img/background-typ.jpg) !important;
	background-size: cover;
	background-position: top center;
	position: relative;
}

body{
	background-color: #0f0b03 !important;
}

.sessao-estrategica{
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}

.pre-headline{
	font-size: 17px;
	letter-spacing: -0.1px;
}

.track-record{
	font-size: 13px;
	color: #FFF;
}

.track-record .tr-item{
	display: block;
}

.track-record .tr-item-1{
	opacity: 0.4;
}

.track-record .tr-item-2{
	opacity: 0.5;
}

.track-record .tr-item-3{
	opacity: 0.6;
}

.track-record .tr-item-4{
	opacity: 0.7;
}


.starting-with{
	background: rgba(149, 119, 48, 0.3);
	padding: 6px 10px;
	border-radius: 8px 8px 0px 0px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border: 2px solid #e5b8483d;
	border-bottom: 0;
	color: #9aff75 !important;
}

.micro-disclaimer{
	font-family: Arial;
	font-size: 11px;
	line-height: 1.2;
	color: #FFF;
	opacity: 0.5;
	display: block;
	text-align: center;
}

.coins-projecao{
	text-align: center;
}

.coins-projecao .c2{font-size: 19px;}
.coins-projecao .c3{font-size: 20px;}
.coins-projecao .c4{font-size: 21px;}
.coins-projecao .c5{font-size: 22px;}
.coins-projecao .c6{font-size: 23px;}
.coins-projecao .c7{font-size: 24px;}
.coins-projecao .c8{font-size: 25px;}
.coins-projecao .c9{font-size: 26px;}


table {
  width: 330px !important;
  text-align: center;
  border-collapse: collapse;
  background-color: #1c1c1e;
  border-radius: 10px;
  background: #FFF; 
  margin: 0 auto;
  overflow: hidden;
  font-family: Arial;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.2);
}

thead {
  background-color: #30824d;
}

table th{
	font-size: 16px;
}

th, td {
	font-weight: bold;
	font-size: 15px;
  padding: 8px !important;
  border-bottom: 1px solid #333;
}

tr{
	background: url(../img/seta.png);
	background-repeat: no-repeat;
	background-size: 10%;
	background-position: center center;
}

th {
	line-height: 1;
  color: #fff !important;
  font-size: 1.1em;
  text-transform: uppercase;
  text-align: center;      /* Centraliza horizontalmente */
  vertical-align: middle;
}

.last-item-td td{
	font-size: 19px !important;
}

.special-coin {
	margin-top: 40px;
	padding: 20px;
	background: rgba(26, 117, 58, 0.4);
	border: 2px dashed #22c55e;
	border-radius: 10px;
	text-align: center;
}

.special-coin h2{
	color: #22c55e;
}

.coins-projecao .c10{
	font-size: 30px;
}


.coins-projecao li{
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}

.iti{
	width: 100%;
}

.field-error{
	display: none;
	font-weight: bold;
}

.field-error.show{
  position: absolute;
  background: #dd1b1b;
  padding: 5px 15px;
  font-size: 11px;
  color: #FFF;
  font-family: Arial;
  right: 0;
  bottom: 0;
  display: block;
}

.wrap-logo{
	position: relative;
	margin-top: -10px;
}

.evento-gratuito{
	font-size: 14px;
	position: relative;
	top: -10px;
	color: #64e7af;
	text-transform: uppercase;
}

.wrap-cta .main-cta{
	font-size: 30px;
	display: block;
	white-space: normal;
	font-weight: bold;
	line-height: 1.2;
}

.wrap-cta .main-cta i{
	position: relative;
	top: 2px;
}

.hero{
	background: url(../img/background.jpg);
	background-size: cover;
	background-position: top center;
	position: relative;
}

.wrap-form .disclaimer{
	font-size: 12px;
	font-family: Arial !important;
	display: block;
	text-align: center;
}

.hero:before{
	background: linear-gradient(180deg, rgba(13,4,3,1) 0%, rgba(13,4,3,0) 100%);
	width: 100%;
	height: 40px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	content: ' ';
}

.wrap-coin{
	border: 1px solid #196a34 !important;
	transition: all 350ms ease;
}

.wrap-coin i{
	position: relative;
	top: 2px;
}

.footer{
	padding-bottom: 100px;
}

.footer .micro-disclaimer{
	font-size: 11px;
}

html {
  scroll-behavior: smooth;
}

#typ .btn-finish{
	font-size: 25px;
	white-space: normal;
}

.llform001 > div.loading-box {
	color: #FFF;
	font-weight: bold;
	display: none;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: 400;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -100px;
	padding: 12px;
	border-radius: 8px;
	background: rgba(0,0,0,0.8);
	text-align: center;
}

.llform001 > div.loading-box.show {
	display: block !important;
}

.llform001 > div.loading-box > img {
	width: 100px;
}

.llform001 > div.error-box {
	color: tomato;
	display: none;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: 400;
	margin: -30px -20px !important;
	padding: 50px 0 !important;
	text-align: center;
}

.llform001 > div.error-box.show {
	display: block !important;
}

.llform001 > div.error-box > img {
	width: 100px;
}

.llform001 > div.error-box > div {
	padding: 15px 0;
}

.llform001 > div.error-box.loading,
.llform001 > div.loading-box.loading {
	display: block !important;
}

.hero-typ{
	background: url(../img/background-area.webp);
	background-size: cover;
	background-position: top center;
}

.bg-grey{
	color: #121d26;
	background: #e9e9fb !important;
}

.bg-area{
	background: url(../img/background-area.webp);
	background-size: cover;
	background-position: top center;
	color: #FFF;
	text-shadow: 1px 2px 3px #112038;
}

.form{
	border-radius: 0px 0px 8px 8px;
	padding: 35px;
	padding-top: 20px;
	padding-bottom: 15px;
	border: 2px solid #62352A;
	border-top: 0;
	background: rgba(78, 41, 30, 0.2);
	position: relative;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.theme-green .form{
	border-color: #22C55E;
	background: #22C55E17;
}

.theme-green .starting-with{
	background: rgba(34, 197, 94, 0.18);
	border-color: #22C55E;
}

.theme-green .countdown-bar{
	border-color: #1b7e3e;
	background: rgba(26, 117, 58, 0.9);
}

.theme-green .text-warning{
	color: #22c55e !important;
}

.text-pre-form{
	font-size: 16px;
}

.form .btn{
	font-size: 22px;
	font-weight: bold;
	color: #0a0402;
}

.form .disclaimer{
	font-family: Arial !important;
	font-size: 9px;
	text-transform: uppercase;
	color: #FFF;
	margin-top: 10px;
	display: block;
	text-align: center;
}

.footer p{
	font-size: 12px !important;
	font-family: Arial;
}

.links-footer{
	margin-top: 10px;
	font-size: 12px;
	font-family: Arial;
}

.links-footer a{
	margin-left: 10px;
}

.form-control{
	font-size: 16px !important;
}

.btn-submit-form{
	font-size: 24px !important;
	font-weight: 900 !important;
}

.form .form-label{
	color: #FFF;
	margin-bottom: 3px;
	font-weight: bold;
	display: block;
}

.page-title-pre{
	font-size: 18px;
	text-transform: uppercase;
	line-height: 0;
	margin-bottom: 15px;
}

.text-pre-logo{
	font-size: 18px;
}

.text-intro-main{
	font-size: 27px;
	line-height: 1.2;
}

.text-free-lesson{
	font-size: 22px;
}

.text-intro{
	font-size: 18px;
}

.page-title{
	position: relative;
	left: -5px;
	line-height: 1;
	font-size: 62px;
	margin-bottom: 5px;
}

@media (max-width: 900px) {
	.dia-evento h4{
		font-size: 14px;
	}

	.hero{
		background: url(../img/background-mobile.jpg);
		background-size: cover;
		background-position: top center;
		padding-top: 3px !important;
	}	

	.text-free-lesson{
		font-size: 17px;
	}

	.wrap-page-header{
		text-align: center;
	}

	.page-title{
		font-size: 32px;
	}

	.text-intro-main{
		padding: 10px;
		line-height: 1.6;
	}

	.text-intro{
		font-size: 16px;
	}

	.form{
		padding: 8px 18px;
	}

	.promo-pic.w-100{
		width: 100% !important; 
		min-height: 300px !important;
		background-position: top center !important;
	}

	.bg-area{
		background: none;
	}

	#header-section-depoimentos.text-white{
		color: #000 !important;
	}

	.starting-with{
		margin-top: 0;
		font-size: 20px;
	}
}

.tick-credits{
  display: none;
}

.countdown-data{
  line-height: 1;
}

.countdown-timer .tick{
  width: 310px;
  padding-top: 7px;
}

.countdown-timer .tick .tick-group{
  margin-left: 10px;
}

.countdown-timer .tick .tick-label{
  font-family: Arial;
  font-weight: bold;
  margin-top: 3px;
  font-size: 11px;
  text-align: center;
  display: block;
  text-transform: uppercase;
}


.countdown-bar .call-to-action .btn{
  font-size: 22px;
  font-weight: 900;
  transition: all 350ms ease;
}

.countdown-bar .call-to-action .btn:hover{
  background: inherit;
  border-color: inherit;
  color: inherit;
  scale: 1;
}

.countdown-bar .call-to-action .btn:hover i{
  color: inherit !important;
}
.img-bg{
	background: url(../img/background-area.webp);
	background-size: cover;
}

body .shadow-primary{
	box-shadow: 0 .5rem 1.125rem -0.5rem rgb(41, 255, 143) !important;
}

.btn-primary,
.btn-secondary{
	background: #9aff75 !important;
	color: #0a0402 !important;
	border-color: #1f8f46 !important;
}

.btn-primary:hover,
.btn-secondary:hover{
	background: #c8ff7a !important;
	color: #0a0402 !important;
}

body .bg-secondary{
	background: #f4f4f4 !important;
}

body .bg-dark{
	background: #0a0402 !important;
}

#countdown.countdown-visible{
  bottom: 0;
}

.countdown-bar{
  padding: 12px 20px;
  position: fixed;
  bottom: -90px;
  width: 100%;
  color: #FFF;
  border-top: 3px solid #1f8f46;
  z-index: 50;
  transition: all 350ms ease;
  background: rgba(4, 26, 14, 0.92);
}


@media (max-width: 980px) {
  .countdown-bar{
    bottom: -180px;
  }

  .countdown-timer .tick{
    width: 210px;
    padding-top: 7px;
  }

  .countdown-timer .tick-group:nth-child(4){
    display: none;
  }


  .countdown-bar .countdown-data h3{
    font-size: 16px;
    margin-bottom: 5px !important;
  }

  .countdown-bar .countdown-data{
    font-size: 14px;
  }

  .countdown-bar .call-to-action .btn{
    font-size: 16px;
  }

  .pre-headline{
  	font-size: 22px;
  }
}


.iti--separate-dial-code .iti__selected-dial-code{
	text-shadow: none !important;
}

.event-day{
	font-size: 28px;
}

@media (max-width: 640px) {
	.logo{
		max-width: 200px;
	}

	.sessao-estrategica{
		margin-bottom: 5px;
		display: block;
		font-size: 11px;
	}

	.countdown-bar{
		display: none;
	}

	.text-intro-main{
		font-size: 21px; 
		margin: 0 !important;
	}

	.pre-headline{
		font-size: 16px;
	}

  .countdown-data{
  	display: none;
  }

  .countdown-timer .tick{
  	width: 160px;
  }

  .text-faltam{
  	font-size: 12px;
  	font-weight: bold;
  }

  .text-pre-form{
  	text-shadow: none !important;
  }

  .text-pre-logo{
  	font-size: 14px;
  }

  #hero .starting-with{
  	text-shadow: none !important;
  	box-shadow: none !important;
  	margin-top: 0 !important;
  	padding-top: 5px;
  }

  .wrap-cta .main-cta{
  	font-size: 22px;
  }

  .text-pre-form{
  	font-size: 13px;
  }

  .form .btn{
  	font-size: 17px;
  }

  .text-pre-form.lucros-potenciais{
  	color: #FFF !important;
		font-size: 13px;
		line-height: 1.3;
		max-width: 180px;
		margin: 0 auto;
  }

  #hero .starting-with{
  	line-height: 1.3;
  }

  .liberacao-txt{
  	font-size: 15px;
  	color: #9aff75;
  	text-transform: uppercase;
  }

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


	.event-day{
		font-size: 24px;
	}

	.form .disclaimer{
		line-height: 1;
		opacity: 0.8;
		font-size: 8px;
		max-width: 100%;
    margin: 10px auto 0px;
    padding-top: 3px;
	}

	.form-control::placeholder {
		font-size: 14px; 
	}

	.field-error{
		font-size: 9px !important;
		padding: 2px 5px !important;
		text-shadow: none;
	}
}




		

@media (max-width: 446px) {
	.pre-headline{
		font-size: 14px;
	}

	.form .btn{
		font-size: 15px;
	}

	.text-intro-main{
		font-size: 18px;
	}
}

@media (max-width: 386px) {
	.form .btn{
		font-size: 14px;
	}

	.text-intro-main{
		font-size: 17px;
		letter-spacing: -0.2px;
	}

	.pre-headline{
		font-size: 13px;
	}

	.liberacao-txt{
		font-size: 13px;
	}
}



@media (max-width: 365px) {
	.form .btn{
		font-size: 14px;
	}

	.text-intro-main{
		font-size: 16px;
		letter-spacing: -0.2px;
	}

	.pre-headline{
		font-size: 12px;
	}

	.liberacao-txt{
		font-size: 13px;
	}

	.event-day{
		font-size: 20px;
	}
}

/* ===== New visual direction: alert orange + charcoal ===== */
:root {
  --alert-orange: #ff9f00;
  --alert-orange-soft: #ffbf4d;
  --ink-black: #050505;
  --charcoal: #121214;
  --charcoal-soft: #1a1a1d;
  --paper: #f1f1f1;
}

body {
  background: radial-gradient(1200px 600px at 70% -10%, #232325 0%, var(--ink-black) 60%) !important;
}

.text-success,
.theme-green .text-warning {
  color: var(--alert-orange) !important;
}

.pre-headline {
  margin-bottom: 12px !important;
}

.alert-strip {
  display: inline-block;
  background: var(--alert-orange);
  color: #000;
  padding: 4px 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.45);
}

.urgency-underline {
  color: #FFF;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
  font-weight: 900;
}

@media (max-width: 710px) {
	.urgency-underline {
		background: #ff9f00;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 5px;
	}
}

.track-record {
  font-size: 18px;
  line-height: 1.35;
  color: var(--paper);
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.track-record .tr-item {
  opacity: 1 !important;
}

.track-record b {
  color: var(--alert-orange-soft);
}

.starting-with {
  background: rgba(255, 159, 0, 0.16);
  border: 2px solid rgba(255, 159, 0, 0.55);
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  padding: 5px 12px 8px;
  margin-top: 6px !important;
}

.event-day {
  display: inline-block !important;
  font-size: 52px;
  line-height: 1;
  padding: 10px 16px;
  margin-bottom: 8px;
  background: var(--alert-orange);
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.35);
}

.evento-gratuito {
  top: 0;
  color: #f1f1f1;
  font-size: 21px;
  text-transform: none;
}

.starting-with .evento-gratuito:last-child {
  color: var(--alert-orange);
  text-decoration: underline;
}

.form {
  border: 2px solid rgba(255, 159, 0, 0.55);
  border-top: 0;
  border-radius: 0 0 10px 10px;
  background: rgba(10, 10, 11, 0.9);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.5);
}

.theme-green .form,
.theme-green .starting-with,
.theme-green .countdown-bar {
  border-color: rgba(255, 159, 0, 0.55);
}

.btn-primary,
.btn-secondary,
.form .btn {
  background: linear-gradient(180deg, #ffca63 0%, #ff9f00 52%, #e28400 100%) !important;
  color: #000 !important;
  border-color: #a85f00 !important;
  border-width: 2px !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
  box-shadow: 0 6px 0 #7a4300, 0 14px 24px rgba(0, 0, 0, 0.4) !important;
  transform: translateY(0);
  transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.2s ease;
}

.btn-primary:hover,
.btn-secondary:hover,
.form .btn:hover,
.countdown-bar .call-to-action .btn:hover {
  background: linear-gradient(180deg, #ffd585 0%, #ffb12f 56%, #f08f00 100%) !important;
  border-color: #bb6a00 !important;
  color: #000 !important;
  filter: saturate(1.06);
}

.btn-primary:active,
.btn-secondary:active,
.form .btn:active,
.countdown-bar .call-to-action .btn:active {
  transform: translateY(4px);
  box-shadow: 0 2px 0 #7a4300, 0 8px 16px rgba(0, 0, 0, 0.32) !important;
}

body .shadow-primary {
  box-shadow: 0 8px 28px rgba(255, 159, 0, 0.35) !important;
}

.countdown-bar {
  border-top-color: var(--alert-orange);
  background: rgba(8, 8, 9, 0.96);
}

.quote-highlight {
  display: inline-block;
  font-style: italic;
  font-weight: 600;
  color: #f7f7f7;
}

.macro-call {
  display: block;
  font-style: italic;
  line-height: 1.35;
  letter-spacing: 0.2px;
}

@media (max-width: 640px) {
  .event-day {
    font-size: 35px;
    padding: 8px 12px;
  }

  .evento-gratuito {
    font-size: 17px;
  }

  .track-record {
    font-size: 14px;
  }
}

/* CTA refinements */
.cta-arrow {
  margin-left: 6px;
  font-size: 1.18em;
  vertical-align: -1px;
}

.btn-primary:hover,
.btn-secondary:hover,
.form .btn:hover,
.countdown-bar .call-to-action .btn:hover {
  box-shadow: 0 6px 0 #7a4300, 0 14px 24px rgba(0, 0, 0, 0.4) !important;
  transform: translateY(-1px);
  scale: 1 !important;
}

/* CTA interaction upgrade */
.btn-primary,
.btn-secondary,
.form .btn,
.countdown-bar .call-to-action .btn {
  position: relative;
  will-change: transform, box-shadow, filter;
}

.btn-primary:hover,
.btn-secondary:hover,
.form .btn:hover,
.countdown-bar .call-to-action .btn:hover {
  transform: translateY(-2px) !important;
  box-shadow:
    0 8px 0 #7a4300,
    0 18px 28px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 214, 130, 0.22) inset,
    0 0 18px rgba(255, 166, 25, 0.35) !important;
  filter: brightness(1.03) saturate(1.08);
}

.btn-primary:active,
.btn-secondary:active,
.form .btn:active,
.countdown-bar .call-to-action .btn:active {
  transform: translateY(5px) scale(0.995) !important;
  box-shadow:
    0 2px 0 #7a4300,
    0 7px 14px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(120, 67, 0, 0.35) inset !important;
  filter: brightness(0.98) saturate(1.02);
}

.btn-primary:focus-visible,
.btn-secondary:focus-visible,
.form .btn:focus-visible,
.countdown-bar .call-to-action .btn:focus-visible {
  outline: 2px solid rgba(255, 209, 120, 0.85);
  outline-offset: 2px;
}

/* Hero readability + spacing refinements */
@media (max-width: 1199px) and (min-width: 711px) {
  #hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    pointer-events: none;
  }

  #hero .container {
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 710px) {
  #hero {
    padding-top: 140px !important;
    background-position: top center;
  }

  #hero .wrap-page-header {
    padding-top: 0 !important;
  }

  #hero .pre-headline {
    font-size: 13px !important;
    line-height: 1.2;
    margin-bottom: 8px !important;
  }

  #hero .alert-strip {
    font-size: 10px;
    padding: 3px 6px;
  }

  #hero .text-intro-main {
    font-size: 18px !important;
    line-height: 1.24;
  }

  #hero .track-record {
    font-size: 15px;
    line-height: 1.25;
    margin-bottom: 10px !important;
  }

  #hero .event-day {
    font-size: 31px;
    padding: 8px 10px;
  }

  #hero .evento-gratuito {
    font-size: 16px;
    line-height: 1.2;
  }

  #hero .form {
    padding: 8px 14px 12px;
  }

  #hero .form .btn {
    font-size: 15px;
    line-height: 1.15;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #hero .micro-disclaimer {
    font-size: 9px;
    line-height: 1.2;
  }
}

@media (max-width: 420px) {
  #hero {
    padding-top: 140px !important;
  }

  #hero .text-intro-main {
    font-size: 16px !important;
  }

  #hero .track-record {
    font-size: 14px;
  }

  #hero .event-day {
    font-size: 27px;
  }

  #hero .evento-gratuito {
    font-size: 14px;
  }
}

/* Hero hierarchy + rhythm refinement */
#hero .wrap-page-header > .text-center .pre-headline,
#hero .wrap-page-header > .text-center .text-intro-main,
#hero .wrap-page-header > .text-center .track-record,
#hero .wrap-page-header .starting-with {
  margin-left: auto;
  margin-right: auto;
}

#hero .wrap-page-header > .text-center .pre-headline {
  max-width: 680px;
}

#hero .wrap-page-header > .text-center .text-intro-main {
  max-width: 740px;
}

#hero .wrap-page-header > .text-center .track-record {
  max-width: 640px;
}

#hero .wrap-page-header .starting-with {
  max-width: 760px;
}

@media (max-width: 710px) {
	#hero .wrap-page-header > .text-center .track-record{
		max-width: 335px;
	}

  /* "UMA NOVA JANELA..." precisa dominar sobre o bloco abaixo */
  #hero .wrap-page-header > .text-center .text-intro-main {
    font-size: 23px !important;
    line-height: 1.22;
    max-width: 290px;
    margin: 0 auto 10px !important;
  }

  #hero .track-record {
    font-size: 15px;
    line-height: 1.24;
    max-width: 300px;
  }

  #hero .pre-headline {
    max-width: 320px;
  }

  #hero .starting-with {
    max-width: 340px;
  }
}

@media (max-width: 420px) {
  #hero {
    padding-top: 135px !important;
  }

  #hero .wrap-page-header > .text-center .text-intro-main {
    font-size: 16px !important;
    max-width: 300px;
  }

  #hero .track-record {
    font-size: 14px;
    max-width: 280px;
  }

  #hero .pre-headline {
    max-width: 300px;
  }

  #hero .starting-with {
    max-width: 320px;
  }
}



@media (max-width: 390px) {
	.urgency-underline{
		max-width: 171px;
		display: block;
		width: 100%;
		margin: 0 auto;
	}
}
