:root {
	--bg-main: #eef3ff;
	--bg-soft: #f6f8ff;
	--bg-card: rgba(255, 255, 255, 0.68);
	--bg-card-2: rgba(244, 247, 255, 0.82);
	--glass-white: rgba(255, 255, 255, 0.42);

	--blue-main: #142ca5;
	--blue-soft: #3553db;
	--blue-bright: #6d84ff;
	--blue-deep: #0d1d6f;

	--orange-main: #f3670f;
	--orange-soft: #ff8a43;
	--orange-bright: #ffb27d;
	--orange-deep: #c94f00;

	--text-main: #18213d;
	--text-soft: #4b587f;
	--text-muted: #7380a3;

	--border-soft: rgba(20, 44, 165, 0.12);
	--border-strong: rgba(20, 44, 165, 0.22);
	--border-glass: rgba(255, 255, 255, 0.42);

	--shadow-main: 0 24px 70px rgba(20, 44, 165, 0.16);
	--shadow-soft: 0 18px 42px rgba(20, 44, 165, 0.10);
	--shadow-glass: 0 22px 60px rgba(20, 44, 165, 0.12);
	--shadow-orange: 0 18px 36px rgba(243, 103, 15, 0.24);

	--radius-xl: 32px;
	--radius-lg: 24px;
	--radius-md: 18px;
	--radius-sm: 14px;
}

* {
	box-sizing: border-box;
}

html,
body {
	min-height: 100%;
}

body {
	margin: 0;
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	background:
		radial-gradient(circle at top left, rgba(243, 103, 15, 0.18), transparent 28%),
		radial-gradient(circle at right center, rgba(20, 44, 165, 0.22), transparent 32%),
		linear-gradient(180deg, #ffffff 0%, #f3f6ff 35%, #e9efff 100%);
	color: var(--text-main);
	overflow-x: hidden;
	background-attachment: fixed;
}

.bg-pattern {
	position: fixed;
	inset: 0;
	background-image:
		linear-gradient(rgba(20, 44, 165, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(20, 44, 165, 0.035) 1px, transparent 1px);
	background-size: 28px 28px;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.82), transparent 94%);
	pointer-events: none;
	z-index: -3;
}

.bg-glow {
	position: fixed;
	border-radius: 999px;
	filter: blur(95px);
	opacity: 0.42;
	pointer-events: none;
	z-index: -2;
}

.bg-glow-1 {
	width: 320px;
	height: 320px;
	background: rgba(243, 103, 15, 0.42);
	top: -35px;
	left: -55px;
}

.bg-glow-2 {
	width: 380px;
	height: 380px;
	background: rgba(20, 44, 165, 0.34);
	right: -120px;
	bottom: -10px;
}

.topbar {
	position: sticky;
	top: 0;
	z-index: 50;
	padding: 6px 0 4px;
	background: linear-gradient(180deg, rgba(255,255,255,0.86), rgba(245,248,255,0.70));
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(20, 44, 165, 0.08);
	box-shadow: 0 8px 22px rgba(20, 44, 165, 0.07);
}

.topbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.brand {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	position: relative;
}

.brand-logo {
	height: 92px;
	width: auto;
	display: block;
	position: relative;
	top: 10px;
	filter: drop-shadow(0 10px 18px rgba(0,0,0,0.10));
	animation: logoGlow 4.2s ease-in-out infinite;
	z-index: 5;
}

.topbar-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.btn-top {
	border-radius: 999px;
	padding: 11px 20px;
	font-weight: 800;
}

.main-wrapper {
	min-height: calc(100vh - 160px);
	padding: 40px 0 30px;
	display: flex;
	align-items: center;
}

.screen {
	display: none;
	width: 100%;
}

.screen.active {
	display: block;
	animation: fadeScreen .45s ease;
}

@keyframes fadeScreen {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.hero-card,
.section-card {
	position: relative;
	overflow: hidden;
	border-radius: var(--radius-xl);
	border: 1px solid rgba(255, 255, 255, 0.48);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(244, 247, 255, 0.78));
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	box-shadow:
		var(--shadow-main),
		inset 0 1px 0 rgba(255,255,255,0.58);
}

.hero-card {
	padding: 40px;
}

.section-card {
	padding: 34px 26px;
}

.hero-card::before,
.section-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(255,255,255,0.62), transparent 34%),
		radial-gradient(circle at top right, rgba(243, 103, 15, 0.12), transparent 28%);
	pointer-events: none;
}

.hero-card::after,
.section-card::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 1px;
	background: linear-gradient(135deg, rgba(255,255,255,0.55), rgba(20, 44, 165, 0.06), rgba(243, 103, 15, 0.10));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}

.hero-content {
	position: relative;
	z-index: 2;
}

.hero-badge,
.section-badge {
	display: inline-flex;
	align-items: center;
	padding: 9px 15px;
	border-radius: 999px;
	background: rgba(243, 103, 15, 0.10);
	border: 1px solid rgba(243, 103, 15, 0.18);
	color: var(--orange-deep);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.55),
		0 8px 18px rgba(243, 103, 15, 0.08);
}

.hero-title {
	font-size: clamp(2.15rem, 4vw, 3.8rem);
  	line-height: 1.05;
	font-weight: 900;
	margin: 18px 0 16px;
	max-width: 720px;
	color: #14275f;
	letter-spacing: -0.03em;
	text-wrap: balance;
}

.hero-title span {
  color: var(--orange-main);
}

.hero-subtitle,
.screen-subtitle,
#textoBichoEscolhido,
#resumoPalpites {
	font-size: 1.05rem;
	line-height: 1.75;
	color: #5d6c98;
	margin-bottom: 0;
}

.hero-actions {
	margin-top: 30px;
}

.hero-btn {
	padding-inline: 1.8rem;
	min-height: 58px;
}

.hero-visual {
	position: relative;
	min-height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-mascot-wrap {
	position: relative;
	width: 480px;
	height: 480px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-ring {
	position: absolute;
	border-radius: 999px;
	animation: pulseRing 4s infinite ease-in-out;
}

.hero-ring-1 {
	width: 100%;
	height: 100%;
	border: 2px solid rgba(20, 44, 165, 0.22);
	background: radial-gradient(circle, rgba(20, 44, 165, 0.10), rgba(255,255,255,0) 68%);
	box-shadow: 0 0 50px rgba(20, 44, 165, 0.10);
}

.hero-ring-2 {
	width: 78%;
	height: 78%;
	border: 2px solid rgba(243, 103, 15, 0.24);
	background: radial-gradient(circle, rgba(243, 103, 15, 0.12), rgba(255,255,255,0) 70%);
	animation-delay: .8s;
}

.hero-ring-3 {
	width: 58%;
	height: 58%;
	border: 2px dashed rgba(20, 44, 165, 0.20);
	animation-delay: 1.4s;
}

@keyframes pulseRing {
	0%, 100% {
		transform: scale(1);
		opacity: .82;
	}
	50% {
		transform: scale(1.05);
		opacity: 1;
	}
}

.hero-mascot {
	position: relative;
	z-index: 2;
	width: 450px;
	height: 450px;
	object-fit: contain;
	filter: drop-shadow(0 34px 38px rgba(0,0,0,0.18));
	animation: floatMascot 4.8s ease-in-out infinite;
}

.hero-mascot-wrap::after {
	content: "";
	position: absolute;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255,255,255,0.30), rgba(255,255,255,0) 70%);
	filter: blur(10px);
	animation: mascotGlow 3.6s ease-in-out infinite;
	pointer-events: none;
}

@keyframes floatMascot {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-14px);
	}
}

@keyframes mascotGlow {
	0%, 100% {
		opacity: .45;
		transform: scale(1);
	}
	50% {
		opacity: .75;
		transform: scale(1.06);
	}
}

.info-float {
	position: absolute;
	z-index: 3;
	padding: 16px 18px;
	border-radius: 20px;
	border: 1px solid rgba(255,255,255,0.28);
	background: linear-gradient(135deg, rgba(255, 143, 73, 0.90), rgba(243, 103, 15, 0.88));
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	box-shadow:
		0 18px 36px rgba(243, 103, 15, 0.18),
		0 10px 24px rgba(0,0,0,0.10),
		inset 0 1px 0 rgba(255,255,255,0.22);
	min-width: 210px;
	color: #ffffff;
}

.info-float-label {
	display: block;
	font-size: 0.74rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(255,255,255,0.82);
	margin-bottom: 6px;
	font-weight: 900;
}

.info-float strong {
	font-size: 1rem;
	font-weight: 900;
	color: #ffffff;
}

.info-float-top {
	top: 24px;
	left: -8px;
	animation: floatSoft 4.5s ease-in-out infinite;
}

.info-float-bottom {
	right: -4px;
	bottom: 30px;
	animation: floatSoft 5s ease-in-out infinite;
}

@keyframes floatSoft {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-8px);
	}
}

.section-header {
	margin-bottom: 26px;
}

.screen-title {
	font-size: clamp(1.8rem, 2.7vw, 2.55rem);
	font-weight: 900;
	margin: 14px 0 10px;
	color: #14275f;
	letter-spacing: -0.02em;
}

.grid-bichos {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
	margin-top: 10px;
}

.card-bicho {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(243, 246, 255, 0.88));
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.48);
	padding: 18px 14px 16px;
	text-align: center;
	cursor: pointer;
	transition: .22s ease;
	box-shadow:
		0 14px 30px rgba(20, 44, 165, 0.08),
		inset 0 1px 0 rgba(255,255,255,0.45);
}

.card-bicho::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(243, 103, 15, 0.08), transparent 44%);
	opacity: 0;
	transition: .22s ease;
}

.card-bicho::after {
	content: "";
	position: absolute;
	top: -120%;
	left: -40%;
	width: 38%;
	height: 260%;
	background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.26), rgba(255,255,255,0));
	transform: rotate(18deg);
	opacity: 0;
	transition: opacity .25s ease;
}

.card-bicho:hover {
	transform: translateY(-7px);
	border-color: rgba(20, 44, 165, 0.22);
	box-shadow:
		0 24px 40px rgba(20, 44, 165, 0.12),
		0 0 0 1px rgba(20, 44, 165, 0.05) inset;
}

.card-bicho:hover::before {
	opacity: 1;
}

.card-bicho:hover::after {
	opacity: 1;
	animation: shineSweep .9s ease;
}

.card-bicho img {
	width: 100px;
	height: 100px;
	object-fit: contain;
	margin-bottom: 12px;
	filter: drop-shadow(0 10px 12px rgba(0,0,0,0.12));
	transition: transform .22s ease;
}

.card-bicho:hover img {
	transform: scale(1.06);
}

.card-bicho .nome {
	font-size: 1rem;
	font-weight: 800;
	color: #23386e;
	line-height: 1.35;
}

.qtd-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 18px;
}

.qtd-opcao {
	width: 92px;
	height: 92px;
	border-radius: 26px;
	border: 1px solid rgba(255,255,255,0.48);
	background:
		linear-gradient(180deg, rgba(20, 44, 165, 0.12), rgba(243, 103, 15, 0.08)),
		rgba(255,255,255,0.78);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	color: #17328f;
	font-size: 1.55rem;
	font-weight: 900;
	cursor: pointer;
	transition: .2s ease;
	box-shadow:
		0 18px 30px rgba(20, 44, 165, 0.10),
		inset 0 1px 0 rgba(255,255,255,0.48);
}

.qtd-opcao:hover {
	transform: translateY(-5px) scale(1.02);
	border-color: rgba(243, 103, 15, 0.34);
	box-shadow:
		0 24px 36px rgba(20, 44, 165, 0.12),
		0 0 30px rgba(243, 103, 15, 0.12);
}

.palpites-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
}

.card-palpite {
	min-width: 126px;
	padding: 14px 18px;
	border-radius: 18px;
	background:
		linear-gradient(180deg, rgba(20, 44, 165, 0.12), rgba(243, 103, 15, 0.08)),
		rgba(255, 255, 255, 0.86);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.48);
	box-shadow:
		0 14px 28px rgba(20, 44, 165, 0.08),
		inset 0 1px 0 rgba(255,255,255,0.42);
	transition: transform .18s ease, box-shadow .18s ease;
}

.card-palpite:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 32px rgba(20, 44, 165, 0.12);
}

.card-palpite span {
	font-size: 1.35rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	color: #17328f;
}

.result-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.btn-gold {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #f3670f, #ff8a43);
	border: 1px solid rgba(255,255,255,0.26);
	color: #ffffff;
	font-weight: 900;
	letter-spacing: 0.03em;
	border-radius: 18px;
	box-shadow:
		0 16px 28px rgba(243, 103, 15, 0.24),
		inset 0 1px 0 rgba(255,255,255,0.24);
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
	padding: 14px 22px;
}

.btn-gold::after {
	content: "";
	position: absolute;
	top: -130%;
	left: -30%;
	width: 28%;
	height: 300%;
	background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.45), rgba(255,255,255,0));
	transform: rotate(18deg);
	animation: shineLoop 4.2s ease-in-out infinite;
	pointer-events: none;
}

.btn-gold:hover {
	background: linear-gradient(135deg, #ff8a43, #f3670f);
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow:
		0 22px 36px rgba(243, 103, 15, 0.28),
		0 8px 20px rgba(243, 103, 15, 0.16),
		inset 0 1px 0 rgba(255,255,255,0.28);
}

.btn-gold:active {
	transform: translateY(0);
}

.btn-secondary-premium {
	background: rgba(255,255,255,0.66);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.44);
	color: #17328f;
	font-weight: 800;
	padding: 0.95rem 1.4rem;
	border-radius: 18px;
	box-shadow:
		0 12px 24px rgba(20, 44, 165, 0.06),
		inset 0 1px 0 rgba(255,255,255,0.44);
	transition: .2s ease;
}

.btn-secondary-premium:hover {
	background: rgba(255,255,255,0.88);
	color: #10266f;
	border-color: rgba(243, 103, 15, 0.16);
	transform: translateY(-1px);
}

.btn-rounded {
	border-radius: 999px;
	color: #18307f;
	border-color: rgba(255,255,255,0.42);
	background: rgba(255,255,255,0.34);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition: .2s ease;
}

.btn-rounded:hover {
	color: #10266f;
	background: rgba(255,255,255,0.76);
	border-color: rgba(243, 103, 15, 0.18);
	transform: translateY(-1px);
}

.btn-cta-main {
	padding: 0.98rem 1.7rem;
}

.alert-copy {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border-radius: 999px;
	background: rgba(20, 44, 165, 0.10);
	border: 1px solid rgba(20, 44, 165, 0.18);
	color: #17328f;
	font-weight: 700;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.32);
}

.footer {
	padding: 14px 0 24px;
	color: #7380a3;
}

/* ============================= */
/* BICHO ESCOLHIDO PREMIUM */
/* ============================= */

.bicho-escolhido-wrap {
	display: flex;
	justify-content: center;
	margin: 8px 0 26px;
}

.bicho-escolhido-badge {
	display: inline-flex;
	align-items: center;
	gap: 22px;
	padding: 16px 32px 16px 16px;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(20, 44, 165, 0.94), rgba(53, 83, 219, 0.92));
	border: 1px solid rgba(255,255,255,0.20);
	box-shadow:
		0 18px 38px rgba(20, 44, 165, 0.28),
		inset 0 2px 0 rgba(255,255,255,0.18);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	animation: fadeBicho 0.6s ease;
}

.bicho-escolhido-icone {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, #ffffff, #f4f7ff);
	border: 2px solid rgba(255,255,255,0.65);
	box-shadow:
		0 16px 30px rgba(0,0,0,0.16),
		0 0 0 12px rgba(255,255,255,0.22),
		0 0 40px rgba(243, 103, 15, 0.18);
	flex: 0 0 110px;
}

.bicho-escolhido-icone img {
	width: 120px;
	height: 120px;
	object-fit: contain;
	display: block;
	filter: drop-shadow(0 10px 16px rgba(0,0,0,0.25));
	animation: floatBicho 4s ease-in-out infinite;
}

.bicho-escolhido-texto {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.1;
}

.bicho-escolhido-texto span {
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.72);
	margin-bottom: 6px;
}

.bicho-escolhido-texto strong {
	font-size: 1.55rem;
	font-weight: 900;
	color: #ffffff;
}

/* ============================= */
/* ANIMAÇÕES */
/* ============================= */

@keyframes fadeBicho {
	from {
		opacity: 0;
		transform: translateY(10px) scale(0.98);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes floatBicho {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-6px);
	}
}

@keyframes shineLoop {
	0%, 70%, 100% {
		transform: translateX(0) rotate(18deg);
		opacity: 0;
	}
	12% {
		opacity: 1;
	}
	30% {
		transform: translateX(430%) rotate(18deg);
		opacity: 0;
	}
}

@keyframes shineSweep {
	from {
		transform: translateX(0) rotate(18deg);
	}
	to {
		transform: translateX(380%) rotate(18deg);
	}
}

@keyframes logoGlow {
	0%, 100% {
		filter: drop-shadow(0 10px 18px rgba(0,0,0,0.10));
	}
	50% {
		filter:
			drop-shadow(0 10px 18px rgba(0,0,0,0.10))
			drop-shadow(0 0 10px rgba(243, 103, 15, 0.16));
	}
}

/* ============================= */
/* RESPONSIVO */
/* ============================= */

@media (max-width: 991px) {
	.grid-bichos {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.hero-card {
		padding: 30px;
	}

	.hero-visual {
		min-height: 400px;
	}

	.hero-mascot-wrap {
		width: 390px;
		height: 390px;
	}

	.hero-mascot {
		width: 360px;
		height: 360px;
	}

	.brand-logo {
		height: 76px;
		top: 8px;
	}
}

@media (max-width: 768px) {
	.hero-content {
		text-align: center;
	}

	.hero-badge {
		margin: 0 auto 12px;
		display: inline-flex;
		justify-content: center;
	}

	.hero-title {
		text-align: center;
		max-width: 100%;
	}

	.hero-subtitle {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}

	.hero-actions {
		display: flex;
		justify-content: center;
	}

	.hero-btn {
		width: 100%;
		max-width: 290px;
	}

	.hero-visual {
		display: flex;
		justify-content: center;
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.grid-bichos {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.hero-title {
		font-size: 2.3rem;
	}

	.hero-visual {
		min-height: auto;
		margin-top: 8px;
	}

	.info-float {
		position: static;
		margin-top: 14px;
	}
}

@media (max-width: 575px) {
	.topbar {
		padding: 4px 0;
	}

	.topbar-inner {
		gap: 8px;
	}

	.topbar-actions {
		justify-content: center;
	}

	.brand {
		justify-content: center;
	}

	.brand-logo {
		height: 75px;
		top: 8px;
	}

	.hero-card,
	.section-card {
		padding: 22px 16px;
		border-radius: 24px;
	}

	.grid-bichos {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.card-bicho img {
		width: 86px;
		height: 86px;
	}

	.qtd-opcao {
		width: 80px;
		height: 80px;
		border-radius: 22px;
	}

	.hero-mascot-wrap {
		width: 300px;
		height: 300px;
	}

	.hero-mascot {
		width: 280px;
		height: 280px;
	}

	.bicho-escolhido-badge {
		padding: 12px 18px;
		gap: 14px;
	}

	.bicho-escolhido-icone {
		width: 82px;
		height: 82px;
		flex-basis: 82px;
	}

	.bicho-escolhido-icone img {
		width: 92px;
		height: 92px;
	}

	.bicho-escolhido-texto strong {
		font-size: 1.2rem;
	}
}

/* MOBILE - botões em coluna */
@media (max-width: 768px) {
	.result-actions {
		display: flex;
		flex-direction: column;
		gap: 12px;
		margin-top: 35px !important;
	}

	.result-actions .btn {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}


.whatsapp-float {
	position: fixed;
	bottom: 24px;
	right: 24px;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #25D366;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 28px;
	text-decoration: none;
	box-shadow:
		0 12px 25px rgba(0,0,0,0.25),
		0 6px 15px rgba(37,211,102,0.35);
	z-index: 9999;
	animation: whatsappPulse 2s infinite;
	transition: transform .2s ease;
}

.whatsapp-float:hover {
	transform: scale(1.08);
	color: #fff;
}

.whatsapp-float::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(37, 211, 102, 0.4);
	animation: pulseRingWhatsapp 2s infinite;
	z-index: -1;
}

@keyframes whatsappPulse {
	0% {
		box-shadow:
			0 0 0 0 rgba(37,211,102, 0.6),
			0 12px 25px rgba(0,0,0,0.25);
	}
	70% {
		box-shadow:
			0 0 0 18px rgba(37,211,102, 0),
			0 12px 25px rgba(0,0,0,0.25);
	}
	100% {
		box-shadow:
			0 0 0 0 rgba(37,211,102, 0),
			0 12px 25px rgba(0,0,0,0.25);
	}
}

@keyframes pulseRingWhatsapp {
	0% {
		transform: scale(1);
		opacity: 0.6;
	}
	70% {
		transform: scale(1.5);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@media (max-width: 575px) {
	.whatsapp-float {
		width: 58px;
		height: 58px;
		font-size: 24px;
		bottom: 18px;
		right: 18px;
	}
}
