@charset "utf-8";

:root {
	--accent: #fe5b5e;
	--accent-soft: #fff7f7;
	--ink: #101418;
	--body: #4b5563;
	--bg-soft: #f6f8fb;
	/*--wa: #25d366;*/
	--wa: var(--bs-success);
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 76px;
}

body {
	font-family: 'Inter', system-ui, sans-serif;
	color: var(--body);
	background: #fff;
	text-wrap: balance;
}

h1,
h2,
h3,
h4 {
	font-family: 'Sora', sans-serif;
	color: var(--ink);
}

.eyebrow {
	display: inline-block;
	font-size: .78rem;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--accent);
	background: var(--accent-soft);
	padding: .35rem .8rem;
	border-radius: 999px;
	margin-bottom: 1rem;
}

.section {
	padding: 2.5rem 0;
}

.section-soft {
	background: var(--bg-soft);
}

.lead-max {
	max-width: 640px;
}

/* Navbar */
.navbar {
	background: rgba(255, 255, 255, .92);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid #eef1f5;
}

.nav-link {
	font-weight: 500;
	color: var(--ink) !important;
}



/* Botões */
.btn-wa {
	background: var(--wa);
	color: #fff;
	font-weight: 600;
	border: none;
	padding: .8rem 1.6rem;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	gap: .55rem;
	transition: transform .15s, box-shadow .15s;
	text-decoration: none;
}

.btn-wa:hover {
	background: #1fbf5b;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(37, 211, 102, .35);
}

.btn-wa svg {
	width: 25px;
	height: 25px;
}

.btn-wa svg path {
	fill: #FFF;
}

.btn-ig {
	background-color: #E1306C;
	border: 0;
}

.btn-ig:hover {
	background-color: #C13584;
	border: 0;
}

.btn-ghost {
	border: 1.5px solid #d7dde6;
	color: var(--ink);
	font-weight: 600;
	padding: .8rem 1.6rem;
	border-radius: 999px;
}

.btn-ghost:hover {
	border-color: var(--accent);
	color: var(--accent);
}

/* Placeholders de foto */
.ph {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 1rem;
	display: block;
}

/* Hero */
.hero {
	padding: 7.5rem 0 5.5rem;
}

.hero h1 {
	font-size: clamp(2.2rem, 5vw, 3.4rem);
	font-weight: 700;
	letter-spacing: -.03em;
	line-height: 1.12;
}

.hero h1 em {
	font-style: normal;
	color: var(--accent);
}

.hero-img {
	aspect-ratio: 4/3;
	border-radius: 1.25rem;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(16, 20, 24, .12);
}

.hero-img .ph {
	border-radius: 1.25rem;
}

/* Cards de produtos */
.card-prod {
	border: 1px solid #eef1f5;
	border-radius: 1rem;
	overflow: hidden;
	background: #fff;
	height: 100%;
	transition: transform .2s, box-shadow .2s;
}

.card-prod:hover {
	transform: translateY(-5px);
	box-shadow: 0 16px 40px rgba(16, 20, 24, .10);
}

.card-prod .thumb {
	aspect-ratio: 16/10;
}

.card-prod .thumb .ph {
	border-radius: 0;
}

.card-prod h3 {
	font-size: 1.05rem;
	font-weight: 700;
}

/* Carrossel */
.carousel {
	border-radius: 1.25rem;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(16, 20, 24, .14);
}

.carousel-item {
	aspect-ratio: 16/8;
}

@media (max-width:767.98px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.carousel-item {
		aspect-ratio: 4/3;
	}
	
	.navbar-brand img {
		width: 150px;
		height: auto;
	}
}

.carousel-item .ph {
	border-radius: 0;
	height: 100%;
}

.carousel-item.active .ph {
	animation: kenburns 6s ease-out forwards;
}

@keyframes kenburns {
	from {
		transform: scale(1);
	}

	to {
		transform: scale(1.07);
	}
}

.carousel-caption {
	background: rgba(16, 20, 24, .55);
	border-radius: .75rem;
	padding: .6rem 1.2rem;
	backdrop-filter: blur(4px);
	max-width: max-content;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.carousel-caption h5 {
	color: #fff;
	margin: 0;
	font-size: 1rem;
}

/* Passos */
.step-num {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--accent);
	color: #fff;
	font-family: 'Sora';
	font-weight: 700;
	font-size: 1.15rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
}

/* Diferenciais */
.feat {
	display: flex;
	gap: .9rem;
	align-items: flex-start;
}

.feat svg {
	flex: none;
	color: var(--accent);
	margin-top: .2rem;
}

/* CTA final */
.cta {
	background: var(--bs-success-text-emphasis);
	border-radius: 1.5rem;
	padding: 4rem 2rem;
}

.cta h2 {
	color: #fff;
}

.cta p {
	color: #c3cad4;
}

/* Botão flutuante do WhatsApp */
.wa-float {
	position: fixed;
	right: 1.25rem;
	bottom: 1.25rem;
	z-index: 1050;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: var(--wa);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 24px rgba(37, 211, 102, .45);
	animation: pulse 2.2s infinite;
}

.wa-float:hover {
	background: #1fbf5b;
}

.wa-float svg {
	width: 30px;
}

.wa-float svg path {
	fill: #FFF;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, .45);
	}

	70% {
		box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
	}
}

/* Animação suave ao rolar (só ativa com JavaScript ligado) */
.js .reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity .6s ease, transform .6s ease;
}

.reveal.on {
	opacity: 1;
	transform: none;
}

footer {
	border-top: 1px solid #eef1f5;
	padding: 2rem 0;
	font-size: .9rem;
}