[hidden] {
	display: none !important;
}

* {
	box-sizing: border-box;
	text-decoration: none;
}

body {
	margin: 0;
	font-family: "Inter", sans-serif;
	background: #FFFFFF;
	-webkit-font-smoothing: antialiased;
}

h1 {
	font-size: 26px;
	margin: 10px 0 20px;
	text-align: center;
}

h2 {
	font-size: 26px;
	margin: 0px;
	text-align: center;
}

p {
	font-size: 16px;
	color: #6b7280;
	margin-bottom: 18px;
}

.site-header {
	background-color: white;
	/*position: sticky;*/
	/*top: 0;*/
	z-index: 1000;
	width: 100%;
	padding: 20px 0px 10px;
	text-align: center;
}

.wrap {
	min-height: 100svh;
	display: flex;
	padding: 0px 20px;
	box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
}

.wrap>main {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.step {
	display: none;
}

.step.is-active {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;
}

.option {
	background: #fff;
	border: 1.5px solid #e2e6f2;
	border-radius: 14px;
	padding: 16px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 14px;
	transition: transform .05s ease, border-color .15s ease;
}

.footer {
	background-color: white;
	color: #8b9099;
	text-align: center;
	font-size: 12px;
	margin-top: auto;
	position: sticky;
	padding: 10px;
	bottom: 0px;
	z-index: 10;
}

.footer a {
	color: #8b9099;
}

.hide {
	display: none !important;
}

.cta-full {
	display: block;
	width: 100%;
	height: 55px;
	margin: 0px auto 20px;
	padding: 14px 16px;
	border-radius: 10px;
	text-align: center;
	background: #1e5cff;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	border: 0;
	cursor: pointer;
}

.cta-full:hover {
	filter: brightness(.96);
}

.choice-list {
	display: grid;
	gap: 15px;
	width: 100%;
	margin: 0 auto;
}

.choice {
	display: flex;
	align-items: center;
	gap: 15px;
	border: 3px solid #F0F1F6;
	box-shadow: 0px 3px 0px #F0F1F6;
	border-radius: 12px;
	padding: 15px 15px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	text-align: left;
	transition: border-color .15s ease;
	color: black;
}

.choice:hover {
	border-color: #1e5cff;
}

.video-title {
	font-weight: 900;
	color: #002A40;
	text-align: center;
	font-size: 20px;
	margin: 0 0 20px 0;
}

.blue {
	color: #1e5cff;
}

.video-thumb {
	aspect-ratio: 9 / 16;
	max-height: 400px;
	border-radius: 20px;
	overflow: hidden;
	margin: 10px auto 20px;
	position: relative;
	cursor: pointer;
	background: #000;
}

.video-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.video-thumb .play {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
}

.video-overlay[hidden] {
	display: none !important;
}

.video-overlay {
	position: fixed;
	inset: 0;
	background: #fff;
	z-index: 9999;
	overflow: auto;
	padding: 10px;
	display: grid;
	align-content: start;
}

.video-overlay .overlay-content {
	margin: 0 auto;
	width: 100%;
	max-width: 400px;
	display: grid;
	gap: 16px;
}

.video-frame {
	aspect-ratio: 9/16;
	max-height: calc(100svh - 100px);
	/* vídeo ocupa a tela mas deixa espaço pro botão */
	background: #000;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 auto;
}

.video-overlay video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

body.no-scroll {
	overflow: hidden;
}

.cred-row {
	display: flex;
	gap: 25px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0px auto;
}

.cred-item {
	display: flex;
	align-items: center;
	gap: 0px;
}

.laurel {
	width: 20px;
	height: auto;
}

.award-title {
	font-size: 16px;
	font-weight: 900;
	color: #0f172a;
	letter-spacing: .2px;
}

.award-sub {
	margin-top: 2px;
	font-weight: 300;
	letter-spacing: .25em;
	color: #0f172a;
	font-size: 11px;
}

.cred-item.reviews {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 4px;
}

.stars-cred {
	width: 65px;
	text-align: center;
	height: auto;
	display: block;
}

.reviews-count {
	font-size: 18px;
	font-weight: 900;
	color: #0f172a;
}

.reviews-sub {
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 2px;
	color: #0f172a;
}

.auth-wrap {
	width: 100%;
	text-align: center;
}

.auth-header {
	width: 100%;
	max-width: 400px;
	margin: 30px auto 0;
	display: block;
}

.joined-pill {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	background: #EBF3FE;
	border-radius: 10px;
	padding: 7px 10px;
	margin: 15px auto;
}

.auth-count {
	font-weight: 600;
	color: #1e5cff;
	font-size: 12px;
	letter-spacing: 1px;
}

.auth-title {
	font-size: 28px;
	font-weight: 900;
	text-align: center;
	color: #0f172a;
	margin: 8px 0 26px;
}

.auth-btns {
	display: grid;
	gap: 15px;
}

.btn {
	width: 100%;
	height: 56px;
	border-radius: 15px;
	font-weight: 700;
	font-size: 15px;
	border: 0;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: #EAECEF;
	color: #111827;
}

.btn-primary {
	background: #000;
	color: #fff;
}

.auth-legal {
	color: #748296;
	font-size: 16px;
	text-align: center;
	margin: 20px 0 20px;
}

.auth-legal a {
	color: inherit;
	text-decoration: underline;
}

.protected-pill {
	margin: 0 auto 20px;
	font-size: 12px;
	font-weight: 700;
	color: #748296;
	border: 1px solid #F1F2F4;
	padding: 10px 15px;
	border-radius: 7px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.sales-step {
	gap: 16px;
	overflow: auto;
	padding-bottom: 20px;
	padding-top: 30px;
}

.sales-hero {
	text-align: center;
	margin: 4px 0 8px;
}

.sales-hero h1 {
	margin: 8px 0 6px;
}

.sales-hero .sub {
	color: #0f172a;
	font-weight: 600;
}

.plan-list {
	display: grid;
	gap: 14px;
}

.plan-card {
	background: #fff;
	border-radius: 14px;
	border: 2px solid #AFC1C7;
	box-shadow: 0 1px 0 #e9edf7;
	padding: 16px;
	position: relative;
}

.plan-card.popular {
	border-color: #1e5cff;
}

.plan-badge {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #2f62ff;
	color: #fff;
	font-size: 14px;
	border-radius: 10px 10px 0px 0px;
	letter-spacing: 1px;
	font-weight: 500;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.plan-badge img {
	width: 20px;
	height: 20px;
}

.sales-title {
	font-weight: 700;
	color: #0f172a;
	font-size: 30px
}

.plan-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	margin-top: 20px;
}

.plan-subscription-price {
	font-weight: 500;
	color: #0f172a;
	text-align: left;
	margin-bottom: 0px;
}

.plan-subscription-old-price {
	color: #6D787E;
	text-decoration: line-through;
	font-weight: 500;
	margin-left: 5px;
}

.plan-title {
	font-weight: 700;
	color: #0f172a;
	font-size: 24px
}

.plan-duration {
	color: #0f172a;
	font-weight: 300;
	font-size: 20px
}

.plan-prices {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 6px 0 12px;
}

.save-pill {
	display: inline-block;
	background: #D7E9FF;
	color: #04367D;
	border-radius: 5px;
	padding: 8px 8px;
	font-size: 12px;
	font-weight: 600;
	margin-top: 10px;
}

.perday {
	font-size: 40px;
	line-height: 1;
	font-weight: 800;
	color: #033049;
}

.perday small {
	font-size: 14px;
	font-weight: 800;
	color: #033049;
}

.plan-cta {
	display: block;
	width: 100%;
	height: 40px;
	margin: 0px 0 20px;
	border-radius: 5px;
	border: 0;
	background: #2FE081;
	color: #033049;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
}

.plan-cta {
	display: block;
	width: 100%;
	height: 40px;
	margin: 0px 0 20px;
	border-radius: 5px;
	border: 0;
	background: #2FE081;
	color: #033049;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
}

.plan-cta-2 {
	display: block;
	width: 100%;
	height: 40px;
	margin: 0px 0 20px;
	border-radius: 5px;
	border: 1px solid #033049;
	background: #FFFFFF;
	color: #033049;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
}

.plan-disclaimer {
	font-weight: 300;
	color: #0f172a;
	font-size: 13px;
	text-align: center
}

.plan-title-feats {
	font-weight: 700;
	color: #0f172a;
	font-size: 13px;
	letter-spacing: 0.5px;
}

.plan-feats {
	margin-top: 20px;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 5px;
}

.plan-feats li {
	display: flex;
	align-items: center;
	gap: 8px;
}

.plan-feats li span {
	font-size: 16px;
	font-weight: 400;
	color: #0f172a
}

.plan-feats li img {
	display: block;
}

.feat {
	display: flex;
	align-items: center;
	gap: 8px;
}

.feat-line {
	line-height: 1.4;
}

.plan-feats li .feat-label {
	color: #1e5cff;
	white-space: nowrap;
	font-weight: 500;
}

.love-wrap {
	margin-top: 70px;
}

.love-head {
	text-align: center;
	margin: 6px 0 14px;
}

.love-title {
	text-align: center;
	color: #000;
	font-size: 32px;
	font-weight: 800;
}

.love-subtitle {
	text-align: center;
	color: #6b7280;
	font-size: 20px;
	font-weight: 400;
	margin: 10px 0 18px;
}

.ratings-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 50px 0 30px;
}

.rating-card {
	background: #F8FAF9;
	border-radius: 16px;
	padding: 16px;
	display: grid;
	gap: 8px;
	justify-items: center;
}

.rating-top {
	display: grid;
	grid-auto-flow: column;
	gap: 8px;
	align-items: center;
}

.rating-val {
	font-size: 50px;
	font-weight: 700;
	color: #0f172a;
}

.rating-count {
	color: #6b7280;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
}

.review-card {
	background: #fff6da;
	border-radius: 14px;
	padding: 16px;
	display: grid;
	margin-bottom: 20px;
}

.review-name {
	color: #0f172a;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.review-text {
	margin-top: 15px;
	color: #333E41;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.55;
}

.faq {
	display: grid;
	gap: 20px;
}

.faq-item {
	border-bottom: 1px solid #B0C1C7;
	overflow: hidden;
}

.faq-q {
	width: 100%;
	padding: 10px 15px 20px;
	background: transparent;
	border: 0;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	color: #002A40;
	cursor: pointer;
}

.faq-a {
	padding: 0 14px 14px;
	color: #374151;
	display: none;
}

.faq-item[aria-expanded="true"] .faq-a {
	display: block;
}




.guarantee-block {
	text-align: center;
	margin-top: 40px;
}

.guarantee-block img {
	max-width: 400px;
	width: 100%;
}

.guarantee-item {
	display: flex;
	align-items: center;
	gap: 0px;
	margin: 0 auto 20px auto;
}

.guarantee-laurel {
	width: 40px;
	height: auto;
}

.guarantee-title {
	font-size: 28px;
	font-weight: 900;
	color: #0f172a;
	letter-spacing: .2px;
	text-align: center;
	margin: 0 10px;
}

.guarantee-description {
	font-weight: 400;
	color: #002A40;
	text-align: center;
	font-size: 16px;
}

.planfeatures-title {
	font-size: 28px;
	font-weight: 900;
	color: #0f172a;
	letter-spacing: .2px;
	text-align: center;
	margin: 40px auto 10px auto;
}

.planfeatures-subtitle {
	font-weight: 700;
	color: #0f172a;
	font-size: 16px;
	margin-bottom: 10px;
}

.planfeatures-feats {
	padding: 0;
	list-style: none;
	display: grid;
	gap: 8px;
}

.planfeatures-feats li {
	display: flex;
	align-items: center;
	gap: 10px;
}

.planfeatures-feats li span {
	font-size: 16px;
	font-weight: 400;
	color: #0f172a
}

.planfeatures-feats li img {
	display: block;
}

.is-hidden { display: none !important; }


@media (max-width:640px) {
	h1 {
		font-size: 22px;
		margin: 15px 0 30px 0;
	}

	h2 {
		font-size: 22px;
	}

	.plan-list {
		grid-template-columns: 1fr;
	}

	.stars-cred {
		width: 100px;
	}

	.video-title {
		font-size: 17px;
	}
	.planfeatures-title {
		font-size: 22px;
	}
}
