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

body{
	background-color: #020c18 !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(212, 160, 32, 0.14);
	padding: 6px 10px;
	border-radius: 8px 8px 0px 0px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border: 2px solid rgba(212, 160, 32, 0.4);
	border-bottom: 0;
	color: #e8c060 !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: #0d3a7a;
}

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, 60, 140, 0.4);
	border: 2px dashed #2563eb;
	border-radius: 10px;
	text-align: center;
}

.special-coin h2{
	color: #d4a020;
}

.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: #93c5fd;
	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(2,12,24,1) 0%, rgba(2,12,24,0) 100%);
	width: 100%;
	height: 40px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	content: ' ';
}

.wrap-coin{
	border: 1px solid #1a3a8a !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: rgba(212, 160, 32, 0.55);
	background: rgba(212, 160, 32, 0.08);
}

.theme-green .starting-with{
	background: rgba(212, 160, 32, 0.16);
	border-color: rgba(212, 160, 32, 0.55);
}

.theme-green .countdown-bar{
	border-color: #d4a020;
	background: rgba(10, 18, 40, 0.95);
}

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

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

.form .btn{
	font-size: 20px;
	font-weight: bold;
	color: #020c18;
}

.form .disclaimer{
	font-family: Arial !important;
	font-size: 8px;
	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: 32px;
	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 6px 0 #6b4c00, 0 14px 24px rgba(0, 0, 0, 0.5), 0 0 22px rgba(212, 160, 32, 0.25) !important;
}

.btn-primary,
.btn-secondary{
	background: linear-gradient(180deg, #e8c060 0%, #d4a020 52%, #b88010 100%) !important;
	color: #020c18 !important;
	border-color: #8a6000 !important;
}

.btn-primary:hover,
.btn-secondary:hover{
	background: linear-gradient(180deg, #f0d080 0%, #e0b040 52%, #c89020 100%) !important;
	color: #020c18 !important;
}

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

body .bg-dark{
	background: #020c18 !important;
}

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

.countdown-bar{
  padding: 12px 20px;
  position: fixed;
  bottom: -90px;
  width: 100%;
  color: #FFF;
  border-top: 3px solid #d4a020;
  z-index: 50;
  transition: all 350ms ease;
  background: rgba(2, 12, 30, 0.96);
}


@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: #e8c060;
  	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: gold + navy blue ===== */
:root {
  --gold: #d4a020;
  --gold-soft: #e8c060;
  --gold-bright: #f5d068;
  --ink-navy: #020c18;
  --navy: #0a1628;
  --navy-soft: #0d1e35;
  --blue-accent: #1a6fff;
  --blue-glow: #0d47c0;
  --paper: #f1f1f1;
}

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

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

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

.alert-strip {
  display: inline-block;
  background: var(--gold);
  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: #F05252 !important;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
  font-weight: 900;
}

@media (max-width: 710px) {
	.urgency-underline {
		text-decoration: none;
	}
}

.red{
	color: #F05252 !important;
}

.green{
	color: #27AE60 !important;
}

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

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

.pre-logo{
	font-size: 12px;
	line-height: 1.3;
	font-weight: 900;
	margin-bottom: 10px;
	color: #27AE60 !important;
}

.span-arrow{
	color: #FFF;
}

.span-robot{
	color: #d06aef;
}

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

.starting-with {
  background: rgba(212, 160, 32, 0.14);
  border: 2px solid rgba(212, 160, 32, 0.5);
  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(--gold);
  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: 22px;
  text-transform: none;
  display: block;
}

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

.form {
  border: 2px solid rgba(212, 160, 32, 0.5);
  border-top: 0;
  border-radius: 0 0 10px 10px;
  background: rgba(2, 12, 30, 0.92);
  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(212, 160, 32, 0.5);
}

.btn-primary,
.btn-secondary,
.form .btn {
  background: linear-gradient(180deg, #f5d068 0%, #d4a020 52%, #b88010 100%) !important;
  color: #020c18 !important;
  border-color: #8a6000 !important;
  border-width: 2px !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: 0 6px 0 #6b4c00, 0 14px 24px rgba(0, 0, 0, 0.5) !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, #f8dc88 0%, #e0b840 56%, #c89820 100%) !important;
  border-color: #9a7000 !important;
  color: #020c18 !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 #6b4c00, 0 8px 16px rgba(0, 0, 0, 0.4) !important;
}

body .shadow-primary {
  box-shadow: 0 6px 0 #6b4c00, 0 14px 24px rgba(0, 0, 0, 0.5), 0 0 22px rgba(212, 160, 32, 0.25) !important;
}

.countdown-bar {
  border-top-color: var(--gold);
  background: rgba(2, 10, 26, 0.97);
}

.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;
}

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

.btn-primary:hover,
.btn-secondary:hover,
.form .btn:hover,
.countdown-bar .call-to-action .btn:hover {
  transform: translateY(-3px) !important;
  box-shadow:
    0 9px 0 #6b4c00,
    0 18px 28px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(240, 210, 100, 0.2) inset,
    0 0 20px rgba(212, 160, 32, 0.35) !important;
  filter: brightness(1.04) saturate(1.08);
}

body .shadow-primary:hover {
  box-shadow:
    0 9px 0 #6b4c00,
    0 18px 28px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(240, 210, 100, 0.2) inset,
    0 0 20px rgba(212, 160, 32, 0.35) !important;
}

.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 #6b4c00,
    0 7px 14px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(100, 70, 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(212, 160, 32, 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: 110px !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: 14px;
    line-height: 1.15;
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: normal;
  }

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

@media (max-width: 420px) {
	#hero .logo{
		max-width: 150px;
	}

  #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: 520px;
}

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

#hero .wrap-page-header .starting-with {
  max-width: 100%;
}

@media (max-width: 710px) {
	#hero .wrap-page-header .starting-with{
		margin-top: 10px !important;	
	}

	#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.5;
    max-width: 400px;
    margin: 0 auto 6px !important;
    background: rgba(0,0,0,0.3);
    padding-top: 5px !important;
    border-top: 1px solid #ffffff4d;
  }

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

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

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

@media (max-width: 420px) {
	.form-control-sm{
		min-height: 35px !important; 
		height: 35px !important;
	}

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

  .pre-logo{
		line-height: 1.5;
  }

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

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

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





/* ===== How it works + Results sections ===== */

/* Section badge pill */
.section-badge {
	display: inline-block;
	padding: 4px 14px;
	background: rgba(212, 160, 32, 0.1);
	border: 1px solid rgba(212, 160, 32, 0.38);
	border-radius: 100px;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	color: var(--gold-soft);
	margin-bottom: 14px;
}

.section-badge.blue {
	background: rgba(26, 111, 255, 0.1);
	border-color: rgba(26, 111, 255, 0.35);
	color: #93c5fd;
}

/* Section titles */
.section-title-main {
	font-size: clamp(1.35rem, 3.8vw, 2rem);
	font-weight: 900;
	letter-spacing: -0.4px;
	line-height: 1.18;
	color: #fff;
}

.section-title-main .accent {
	background: linear-gradient(90deg, var(--gold-soft) 0%, var(--gold-bright) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.section-title-sub {
	font-size: clamp(0.9rem, 2.5vw, 1.15rem);
	font-weight: 800;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: var(--gold);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
}

.title-deco {
	flex: 1;
	max-width: 70px;
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, var(--gold) 100%);
	opacity: 0.6;
}

.title-deco.right {
	background: linear-gradient(270deg, transparent 0%, var(--gold) 100%);
}

/* Section divider */
.section-divider {
	height: 1px;
	border: none;
	background: linear-gradient(90deg, transparent 0%, rgba(212, 160, 32, 0.35) 35%, rgba(26, 111, 255, 0.35) 65%, transparent 100%);
	margin: 0;
}

/* Section backgrounds */
.section-bg-dark {
	background: radial-gradient(ellipse 120% 60% at 50% 0%, #0d1e38 0%, #061020 55%, #020c18 100%);
}

.section-bg-navy {
	background: radial-gradient(ellipse 100% 50% at 30% 50%, #0e1f3a 0%, #061322 50%, #020c18 100%);
}

/* ---- Step cards ---- */
.step-card {
	position: relative;
	background: rgba(8, 16, 36, 0.9);
	border: 1px solid rgba(26, 111, 255, 0.18);
	border-top: 2px solid rgba(26, 111, 255, 0.55);
	border-radius: 12px;
	padding: 28px 20px 22px;
	height: 100%;
	overflow: hidden;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.step-card::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 80px;
	background: radial-gradient(ellipse 80% 100% at 50% 0%, rgba(26, 111, 255, 0.12) 0%, transparent 100%);
	pointer-events: none;
}

.step-card:hover {
	transform: translateY(-4px);
	border-color: rgba(26, 111, 255, 0.45);
	border-top-color: rgba(26, 111, 255, 0.85);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(26, 111, 255, 0.1);
}

.step-icon {
	width: 46px;
	height: 46px;
	border-radius: 10px;
	background: rgba(26, 111, 255, 0.12);
	border: 1px solid rgba(26, 111, 255, 0.28);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 16px;
	font-size: 1.5rem;
	color: #93c5fd;
}

.step-number {
	font-size: 3rem;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 12px;
	background: linear-gradient(180deg, rgba(147, 197, 253, 0.9) 0%, rgba(26, 111, 255, 0.3) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.step-label {
	color: #e2e8f0;
	font-weight: 600;
	font-size: 0.97rem;
	line-height: 1.4;
	margin: 0;
}

/* ---- Result cards ---- */
.result-card {
	position: relative;
	background: rgba(8, 14, 28, 0.88);
	border: 1px solid rgba(212, 160, 32, 0.18);
	border-left: 3px solid var(--gold);
	border-radius: 0 12px 12px 0;
	padding: 18px 18px 16px 20px;
	height: 100%;
	transition: all 0.22s ease;
}

.result-card:hover {
	background: rgba(14, 22, 42, 0.95);
	border-color: rgba(212, 160, 32, 0.38);
	border-left-color: var(--gold-soft);
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.4), -3px 0 16px rgba(212, 160, 32, 0.12);
	transform: translateX(2px);
}

/* Featured result cards (big wins) */
.result-card.featured {
	background: rgba(6, 18, 12, 0.9);
	border: 1px solid rgba(39, 174, 96, 0.22);
	border-left: 3px solid #27AE60;
	border-radius: 0 12px 12px 0;
}

.result-card.featured::after {
	content: none;
}

.result-card.featured:hover {
	border-color: rgba(39, 174, 96, 0.45);
	border-left-color: #2ECC71;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.4), -3px 0 16px rgba(39, 174, 96, 0.14);
}

/* Compare cards (BTC vs Robô) */
.result-card.compare {
	background: rgba(6, 12, 26, 0.9);
	border: 1px solid rgba(26, 111, 255, 0.2);
	border-top: 2px solid rgba(26, 111, 255, 0.5);
	border-left: 1px solid rgba(26, 111, 255, 0.2);
	border-radius: 12px;
	padding: 18px;
}

.result-card.compare:hover {
	border-color: rgba(26, 111, 255, 0.4);
	border-top-color: rgba(26, 111, 255, 0.75);
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.4), 0 -2px 16px rgba(26, 111, 255, 0.1);
	transform: translateX(0) translateY(-2px);
}

.result-card-period {
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	color: var(--gold);
	margin-bottom: 8px;
}

.result-card.featured .result-card-period { color: #27AE60; }
.result-card.compare .result-card-period { color: #93c5fd; letter-spacing: 0.8px; }

.result-card-value {
	font-size: 1.15rem;
	font-weight: 900;
	color: #fff;
	margin-bottom: 8px;
	line-height: 1.3;
}

.result-card.featured .result-card-value {
	font-size: 1.3rem;
}

.val-positive {
	color: #27AE60;
}

.val-negative {
	color: #C0392B;
}

#features .wrap-cta{
	max-width: 470px;
	margin: 0 auto;
}

#engenharia .section-title-main{
	max-width: 540px;
	margin: 0 auto;
}

.val-btc {
	color: var(--gold-soft);
	font-weight: 600;
}

/* Compare badge pills */
.compare-row {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 8px;
}

.compare-badge {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 3px 10px;
	border-radius: 6px;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.3px;
}

.compare-badge.btc {
	background: rgba(192, 57, 43, 0.12);
	border: 1px solid rgba(192, 57, 43, 0.3);
	color: #e57367;
}

.compare-badge.bot {
	background: rgba(39, 174, 96, 0.12);
	border: 1px solid rgba(39, 174, 96, 0.3);
	color: #2ECC71;
}

.compare-vs {
	font-size: 0.72rem;
	color: #4a5568;
	font-weight: 700;
}

.result-card-note {
	font-size: 0.8rem;
	color: #94a3b8;
	margin: 0;
	line-height: 1.5;
}

.backtest-disclaimer {
	font-size: 0.66rem;
	color: #64748b;
	text-align: center;
	letter-spacing: 0.3px;
}

/* ---- Engineering section ---- */
.engineering-copy {
	font-size: 1rem;
	line-height: 1.8;
	color: #cbd5e1;
}

.engineering-copy strong, .engineering-copy b {
	color: #e2e8f0;
}

.engineering-highlight {
	position: relative;
	background: rgba(6, 14, 30, 0.88);
	border: 1px solid rgba(26, 111, 255, 0.2);
	border-left: 3px solid var(--blue-accent);
	border-radius: 0 12px 12px 0;
	padding: 24px 24px 22px 26px;
	text-align: left;
	overflow: hidden;
}

.engineering-highlight::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 1px;
	background: linear-gradient(90deg, var(--blue-accent) 0%, transparent 60%);
}

.engineering-highlight::after {
	content: '';
	position: absolute;
	top: 0; bottom: 0; right: 0;
	width: 200px;
	background: radial-gradient(ellipse at right center, rgba(26, 111, 255, 0.06) 0%, transparent 70%);
	pointer-events: none;
}

.engineering-highlight-title {
	color: #93c5fd;
	font-weight: 700;
	font-size: 0.92rem;
	letter-spacing: 0.3px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.engineering-highlight-title::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--blue-accent);
	box-shadow: 0 0 6px var(--blue-accent);
	flex-shrink: 0;
}

.engineering-highlight-body {
	color: #94a3b8;
	font-size: 0.95rem;
	line-height: 1.75;
	margin: 0;
}

/* Engineering stat chips */
.tech-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin: 20px 0;
}

.tech-chip {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 5px 12px;
	background: rgba(26, 111, 255, 0.07);
	border: 1px solid rgba(26, 111, 255, 0.2);
	border-radius: 6px;
	font-size: 0.75rem;
	font-weight: 600;
	color: #93c5fd;
	letter-spacing: 0.3px;
}

.tech-chip i {
	font-size: 0.95rem;
	opacity: 0.8;
}

/* Responsive */
@media (max-width: 767px) {
	.step-card {
		padding: 20px 16px 18px;
	}

	.step-number {
		font-size: 2.4rem;
	}

	.step-icon {
		width: 40px;
		height: 40px;
		font-size: 1.25rem;
	}

	.result-card,
	.result-card.featured,
	.result-card.compare {
		padding: 14px 14px 12px 16px;
	}

	.result-card.featured .result-card-value {
		font-size: 1.15rem;
	}

	.engineering-highlight {
		padding: 18px 16px 16px 20px;
	}

	.engineering-copy {
		font-size: 0.94rem;
	}

	.tech-chips {
		gap: 6px;
	}

	.tech-chip {
		font-size: 0.7rem;
		padding: 4px 10px;
	}
}
