:root {
	--wine: #6b1f33;
	--wine-deep: #4d1524;
	--gold: #c9a382;
	--gold-deep: #a97e57;
	--paper: #faf4ef;
	--ink: #241318;
	--muted: #6d5a60;
	--surface: #ffffff;
	--line: #e9ddd6;
	--radius: 16px;
	--serif: "Cormorant Garamond", Georgia, serif;
	--sans: "Inter", system-ui, -apple-system, sans-serif;
	--display: "Bricolage Grotesque", "Cormorant Garamond", Georgia, serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
	font-family: var(--sans);
	background: var(--paper);
	color: var(--ink);
	line-height: 1.6;
	font-size: 1rem;
}

.sr-only {
	position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip-link {
	position: absolute; left: -999px; top: 0; z-index: 100;
	background: var(--wine); color: #fff; padding: 12px 20px; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

a:focus-visible, button:focus-visible {
	outline: 3px solid var(--wine);
	outline-offset: 2px;
	border-radius: 4px;
}

/* ---------- scroll progress bar ---------- */
.scroll-progress {
	position: fixed;
	top: 0;
	left: 0;
	height: 3px;
	width: 0%;
	background: linear-gradient(90deg, var(--wine) 0%, var(--gold) 100%);
	z-index: 1100;
	transition: width 0.12s ease-out;
}

/* ---------- topbar ---------- */
.topbar {
	display: flex; align-items: center; justify-content: space-between; gap: 16px;
	flex-wrap: wrap;
	padding: 18px clamp(20px, 5vw, 64px);
	border-bottom: 1px solid var(--line);
	background: rgba(250, 244, 239, 0.86);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	position: sticky;
	top: 0;
	z-index: 1000;
	transition: transform 0.3s ease-in-out;
}
.topbar.header-hidden { transform: translateY(-100%); }
.brand {
	font-family: var(--serif); font-weight: 700; font-size: 1.35rem;
	color: var(--ink); text-decoration: none;
	display: inline-flex; align-items: center; gap: 10px; min-height: 44px;
}
.brand-mark {
	display: inline-grid; place-items: center;
	width: 36px; height: 36px; border-radius: 10px;
	background: var(--wine); color: var(--gold);
	font-size: 1.1rem;
}
.brand-sub {
	font-family: var(--sans); font-size: 0.72rem; font-weight: 600;
	letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted);
}
.topbar nav { display: flex; gap: 4px; flex-wrap: wrap; }
.topbar nav a {
	color: var(--ink); text-decoration: none; font-weight: 500; font-size: 0.95rem;
	padding: 10px 14px; border-radius: 999px; min-height: 44px;
	display: inline-flex; align-items: center;
}
.topbar nav a:hover { background: #f0e4dc; }

/* ---------- hero ---------- */
.hero {
	position: relative;
	overflow: hidden;
	padding: clamp(56px, 10vw, 120px) clamp(20px, 5vw, 64px) clamp(40px, 6vw, 72px);
	max-width: 1200px; margin: 0 auto; text-align: left;
}
.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(600px circle at var(--spot-x, 50%) var(--spot-y, 15%), rgba(107, 31, 51, 0.12), transparent 60%);
	pointer-events: none;
	z-index: 0;
	transition: background 0.1s ease-out;
}
.hero-inner { position: relative; z-index: 1; }

/* ---------- selo com ponto pulsante ---------- */
.badge-live {
	display: inline-flex; align-items: center; gap: 9px;
	background: rgba(107, 31, 51, 0.08); color: var(--wine);
	padding: 8px 18px; border-radius: 999px;
	font-weight: 700; font-size: 0.78rem; letter-spacing: 0.02em;
	border: 1px solid rgba(107, 31, 51, 0.22);
	margin-bottom: 16px;
}
.badge-live .pulse-dot {
	width: 8px; height: 8px; border-radius: 50%; background: var(--wine);
	animation: pulse-dot-scale 1.5s ease infinite; flex-shrink: 0;
}
@keyframes pulse-dot-scale {
	0%, 100% { transform: scale(1); opacity: 1; }
	50% { transform: scale(1.5); opacity: 0.5; }
}

.eyebrow {
	display: inline-block;
	font-size: 0.72rem; font-weight: 700; letter-spacing: 0.18em;
	text-transform: uppercase; color: var(--wine);
	border: 1px solid var(--wine); border-radius: 999px;
	padding: 6px 16px; margin-bottom: 22px;
}
.num-hero {
	font-family: var(--display); font-style: italic; font-weight: 800;
	color: var(--wine); letter-spacing: -0.02em;
	display: inline-block; min-width: 1.2ch;
}
.hero h1 {
	font-family: var(--serif); font-weight: 600;
	font-size: clamp(2.4rem, 6vw, 4.2rem); line-height: 1.08;
	max-width: 20ch;
}
.hero h1 em {
	font-family: var(--display); font-style: italic; font-weight: 800;
	color: var(--wine);
}
.hero-type {
	margin-top: 16px;
	font-family: var(--display); font-style: italic; font-weight: 700;
	font-size: clamp(1.1rem, 2.4vw, 1.6rem);
	color: var(--wine-deep);
	min-height: 1.5em;
}
.tw-cursor { display: inline-block; margin-left: 2px; color: var(--gold-deep); }
.hero-sub {
	margin-top: 22px; font-size: clamp(1.02rem, 1.6vw, 1.2rem);
	color: var(--muted); max-width: 62ch;
}
.hero-actions { margin-top: 32px; display: flex; gap: 14px; flex-wrap: wrap; }
.mini-link { margin-top: 14px; font-size: 0.88rem; }
.mini-link a { color: var(--muted); text-decoration: underline; }
.mini-link a:hover { color: var(--wine); }

/* ---------- hero metrics bar (rodape) ---------- */
.hero-metrics-bar {
	position: relative; z-index: 1;
	margin-top: clamp(36px, 6vw, 56px);
	padding-top: 20px;
	border-top: 1px solid var(--line);
	display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
	gap: 10px 20px;
	font-size: 0.72rem; font-weight: 600;
	text-transform: uppercase; letter-spacing: 0.12em;
	color: var(--muted);
}
.hero-metrics-bar strong { color: var(--wine); font-weight: 800; }
.hero-metrics-bar .dot {
	width: 6px; height: 6px; border-radius: 50%;
	background: var(--gold-deep); display: inline-block; margin-right: 8px;
	animation: dot-pulse 2.4s ease-in-out infinite;
}
@keyframes dot-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
.hero-metrics-nums { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.hero-metrics-scroll { display: inline-flex; align-items: center; gap: 10px; }
.hero-metrics-scroll .arrow { display: inline-block; width: 22px; height: 1px; background: var(--muted); }
@media (max-width: 700px) {
	.hero-metrics-bar { font-size: 0.66rem; justify-content: flex-start; }
	.hero-metrics-scroll { display: none; }
}

.btn {
	display: inline-flex; align-items: center; justify-content: center;
	min-height: 48px; padding: 12px 26px; border-radius: 999px;
	font-weight: 600; font-size: 1rem; text-decoration: none;
	border: 1.5px solid transparent;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn-primary { background: var(--wine); color: #fff; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(107, 31, 51, 0.28); }
.btn-ghost { border-color: var(--wine); color: var(--wine); background: transparent; }
.btn-ghost:hover { background: #f4e6de; }

/* ---------- sections ---------- */
.section {
	position: relative;
	overflow: hidden;
	padding: clamp(40px, 6vw, 72px) clamp(20px, 5vw, 64px);
	max-width: 1200px; margin: 0 auto;
}
.section-wide { max-width: 1440px; }
.section-alt {
	max-width: none;
	background: var(--surface);
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}
.section-alt > * { max-width: 1072px; margin-left: auto; margin-right: auto; }
.section-head { position: relative; z-index: 1; }
.section-head h2 {
	font-family: var(--serif); font-weight: 600;
	font-size: clamp(1.8rem, 3.4vw, 2.5rem);
}
.section-head p { color: var(--muted); margin-top: 8px; max-width: 70ch; }
.section-num {
	font-family: var(--display); font-style: italic; font-weight: 800;
	font-size: clamp(3rem, 8vw, 6rem); line-height: 0.8;
	color: var(--gold-deep); opacity: 0.32; margin-bottom: 2px;
}

/* ---------- divisor de secao com contador ---------- */
.section-head-row {
	display: flex; align-items: center; gap: 14px;
	margin-top: 18px;
}
.section-line {
	flex: 1; height: 1px;
	background: linear-gradient(90deg, var(--wine) 0%, transparent 100%);
}
.section-count {
	font-size: 0.72rem; font-weight: 700; color: var(--wine);
	background: rgba(107, 31, 51, 0.08); border: 1px solid rgba(107, 31, 51, 0.18);
	padding: 4px 12px; border-radius: 999px; white-space: nowrap;
}
.section-dark .section-line { background: linear-gradient(90deg, var(--gold) 0%, transparent 100%); }
.section-dark .section-count { color: var(--gold); background: rgba(201, 163, 130, 0.12); border-color: rgba(201, 163, 130, 0.25); }

/* ---------- section watermark ---------- */
.watermark-text {
	position: absolute;
	top: -0.08em;
	right: -0.02em;
	font-family: var(--display);
	font-weight: 800;
	font-style: italic;
	font-size: clamp(4.5rem, 17vw, 12rem);
	line-height: 0.8;
	color: var(--wine);
	opacity: 0.045;
	letter-spacing: -0.03em;
	pointer-events: none;
	user-select: none;
	white-space: nowrap;
	z-index: 0;
}
.section-dark .watermark-text { color: var(--gold); opacity: 0.06; }

/* ---------- filters ---------- */
.filters { display: flex; gap: 10px; flex-wrap: wrap; margin: 28px 0 8px; position: relative; z-index: 1; }
.chip {
	font-family: var(--sans); font-size: 0.88rem; font-weight: 600;
	color: var(--ink); background: transparent;
	border: 1.5px solid var(--line); border-radius: 999px;
	padding: 10px 18px; min-height: 44px; cursor: pointer;
	transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.chip:hover { border-color: var(--gold-deep); transform: translateY(-2px) scale(1.03); box-shadow: 0 4px 14px rgba(169, 126, 87, 0.28); }
.chip.is-active { background: var(--wine); border-color: var(--wine); color: #fff; }

/* ---------- busca ao vivo ---------- */
.search-wrap { position: relative; max-width: 420px; margin: 18px 0 4px; z-index: 1; }
.search-input {
	width: 100%; padding: 12px 18px; border: 1.5px solid var(--line); border-radius: 12px;
	font-family: var(--sans); font-size: 0.92rem; background: #fff; color: var(--ink);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.search-input:focus { outline: none; border-color: var(--wine); box-shadow: 0 0 0 3px rgba(107, 31, 51, 0.12); }
.search-input::placeholder { color: var(--muted); }
.search-count { display: block; margin-top: 8px; font-size: 0.78rem; color: var(--muted); min-height: 1.2em; }
.search-count strong { color: var(--wine); }

/* ---------- grid + cards ---------- */
.grid {
	list-style: none;
	display: grid; gap: 20px; margin-top: 24px;
	grid-template-columns: repeat(5, 1fr);
	position: relative; z-index: 1;
}
@media (max-width: 1300px) { .grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 860px) { .grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .grid { grid-template-columns: 1fr; } }

.card {
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
	display: flex; flex-direction: column;
	transition: transform 0.18s ease, box-shadow 0.18s ease, opacity .55s ease, transform .55s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(36, 19, 24, 0.12); }
.card[hidden] { display: none; }

/* stagger no reveal dos cards do grid */
.grid .card:nth-child(1) { transition-delay: 0ms; }
.grid .card:nth-child(2) { transition-delay: 60ms; }
.grid .card:nth-child(3) { transition-delay: 120ms; }
.grid .card:nth-child(4) { transition-delay: 180ms; }
.grid .card:nth-child(5) { transition-delay: 240ms; }
.grid .card:nth-child(6) { transition-delay: 300ms; }
.grid .card:nth-child(7) { transition-delay: 360ms; }
.grid .card:nth-child(8) { transition-delay: 420ms; }
.grid .card:nth-child(9) { transition-delay: 480ms; }
.grid .card:nth-child(10) { transition-delay: 540ms; }

.cover {
	position: relative;
	aspect-ratio: 1200 / 630;
	overflow: hidden;
	color: #fff;
}
.card-num {
	position: absolute; top: 4px; left: 10px; z-index: 2;
	font-family: var(--display); font-weight: 800; font-style: italic;
	font-size: 2.6rem; line-height: 1; color: #fff;
	opacity: 0.24; pointer-events: none; user-select: none;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
	transition: opacity 0.25s ease, transform 0.25s ease;
}
.card:hover .card-num { opacity: 0.4; transform: translateY(-2px); }
.pill {
	position: absolute; left: 12px; bottom: 12px;
	font-size: 0.72rem; font-weight: 600; letter-spacing: 0.04em;
	background: rgba(0, 0, 0, 0.45); color: #fff;
	padding: 5px 12px; border-radius: 999px;
	backdrop-filter: blur(4px);
}

/* ---------- share preview ---------- */
.og-thumb { width: 100%; height: 100%; object-fit: cover; display: block; }
.og-live {
	position: absolute; inset: 0; width: 100%; height: 100%;
	border: 0; opacity: 0; pointer-events: none; background: #fff;
	transition: opacity 0.3s ease;
}
.card:hover .og-live, .card:focus-within .og-live, .card.show-preview .og-live { opacity: 1; }

.og-shimmer {
	position: absolute; inset: 0; z-index: 1;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.55) 50%, rgba(255,255,255,0) 100%), rgba(0,0,0,0.12);
	background-size: 200% 100%;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
}
.card.is-loading-preview .og-shimmer { opacity: 1; animation: shimmer-sweep 1.3s ease-in-out infinite; }
@keyframes shimmer-sweep { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }

.preview-toggle {
	position: absolute; right: 10px; top: 10px; z-index: 2;
	min-width: 44px; min-height: 44px;
	display: inline-flex; align-items: center; justify-content: center;
	border-radius: 999px; border: 1px solid rgba(255, 255, 255, 0.55);
	background: rgba(0, 0, 0, 0.45); color: #fff; font-size: 1.05rem;
	cursor: pointer; backdrop-filter: blur(4px);
	transition: background 0.2s ease, transform 0.15s ease;
}
.preview-toggle:hover { transform: translateY(-2px); background: rgba(0, 0, 0, 0.65); }
.preview-toggle[aria-pressed="true"] { background: var(--wine); border-color: var(--wine); }

.og-bar {
	padding: 12px 20px 2px;
	display: flex; flex-direction: column; gap: 3px;
	border-bottom: 1px solid var(--line);
}
.og-title { font-family: var(--sans); font-weight: 700; font-size: 0.86rem; color: var(--ink); line-height: 1.3; }
.og-domain { font-family: var(--sans); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: var(--muted); }

/* covers por projeto */
.c-samba { background: linear-gradient(135deg, #ff5a3c 0%, #0e7c66 100%); }
.c-lgx { background: linear-gradient(135deg, #1e3a8a 0%, #0ea5e9 100%); }
.c-crm { background: linear-gradient(135deg, #10312b 0%, #2d6a4f 100%); }
.c-tm { background: linear-gradient(135deg, #4a2c17 0%, #d9a441 100%); }
.c-pipe { background: linear-gradient(135deg, #0f172a 0%, #47617e 100%); }
.c-cat { background: linear-gradient(135deg, #8a1538 0%, #c99700 100%); }
.c-bicho { background: linear-gradient(135deg, #e07b00 0%, #f6c445 100%); }
.c-charm { background: linear-gradient(135deg, #3d0a0a 0%, #a01212 100%); }
.c-glen { background: linear-gradient(135deg, #101010 0%, #3a3a3a 60%, #d02020 160%); }
.c-self { background: linear-gradient(135deg, var(--wine-deep) 0%, var(--gold) 130%); }

.card-body { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.card-body h3 { font-family: var(--serif); font-size: 1.3rem; font-weight: 700; line-height: 1.25; }
.badge {
	display: inline-block; vertical-align: middle;
	font-family: var(--sans); font-size: 0.66rem; font-weight: 700;
	letter-spacing: 0.08em; text-transform: uppercase;
	color: var(--wine); background: #f4e2d9;
	padding: 3px 8px; border-radius: 999px; margin-left: 4px;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.badge:hover { transform: scale(1.08); box-shadow: 0 0 0 3px rgba(107, 31, 51, 0.16); }
.card-body p { font-size: 0.92rem; color: var(--muted); }

.chips { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; }
.chips li {
	font-size: 0.74rem; font-weight: 600; color: var(--ink);
	background: var(--paper); border: 1px solid var(--line);
	padding: 4px 10px; border-radius: 999px;
	transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.chips li:hover { transform: translateY(-1px) scale(1.05); border-color: var(--gold-deep); box-shadow: 0 3px 10px rgba(169, 126, 87, 0.22); }

.metric { font-size: 0.9rem; color: var(--ink); }
.metric strong { color: var(--wine); }

.card-link {
	margin-top: auto;
	color: var(--wine); font-weight: 600; font-size: 0.95rem; text-decoration: none;
	display: inline-flex; align-items: center; min-height: 44px;
}
.card-link:hover { text-decoration: underline; }
.card-links { margin-top: auto; display: flex; flex-direction: column; gap: 2px; }
.card-links .card-link { margin-top: 0; }
.card-link-secondary { color: var(--muted); font-weight: 500; font-size: 0.86rem; }
.lock { margin-top: auto; font-size: 0.9rem; font-weight: 600; color: var(--muted); display: inline-flex; align-items: center; min-height: 44px; }

/* ---------- metodo ---------- */
.steps {
	list-style: none;
	display: grid; gap: 20px; margin-top: 30px;
	grid-template-columns: repeat(4, 1fr);
	position: relative; z-index: 1;
}
@media (max-width: 1080px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }
.steps li {
	background: var(--paper); border: 1px solid var(--line);
	border-radius: var(--radius); padding: 22px;
}
.steps .n {
	font-family: var(--serif); font-style: italic; font-size: 1.6rem;
	color: var(--gold-deep); display: block; margin-bottom: 6px;
}
.steps h3 { font-family: var(--serif); font-size: 1.25rem; margin-bottom: 6px; }
.steps p { font-size: 0.92rem; color: var(--muted); }

.a11y-note {
	margin-top: 28px; padding: 18px 22px;
	background: #f4e6de; border-left: 4px solid var(--wine); border-radius: 8px;
	font-size: 0.95rem;
	position: relative; z-index: 1;
}
.stack-strip { margin-top: 24px; position: relative; z-index: 1; }

/* ---------- depoimentos ---------- */
.testimonials {
	list-style: none;
	display: grid; gap: 20px; margin-top: 28px;
	grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 900px) { .testimonials { grid-template-columns: 1fr; } }
.testimonial {
	background: var(--paper); border: 1px solid var(--line);
	border-radius: var(--radius); padding: 24px;
	display: flex; flex-direction: column; gap: 14px;
}
.testimonial-quote { font-style: italic; line-height: 1.55; color: var(--ink); }
.testimonial-quote::before {
	content: "\201C"; font-family: var(--display); font-size: 2.2rem;
	color: var(--gold-deep); display: block; line-height: 0.5; margin-bottom: 8px;
}
.testimonial-author { font-size: 0.82rem; font-weight: 600; color: var(--muted); }

/* ---------- editorial dark section ---------- */
.section-dark {
	max-width: none;
	background: var(--ink);
	color: var(--paper);
	border-top: 1px solid var(--wine-deep);
	border-bottom: 1px solid var(--wine-deep);
}
.section-dark > * { max-width: 1072px; margin-left: auto; margin-right: auto; }
.section-dark .section-num { color: var(--gold); opacity: 0.85; }
.section-dark .section-head h2 { color: var(--paper); }
.section-dark .section-head p { color: #cbb9be; }
.section-dark .steps li { background: rgba(255, 255, 255, 0.04); border-color: rgba(255, 255, 255, 0.14); }
.section-dark .steps .n { color: var(--gold); }
.section-dark .steps h3 { color: var(--paper); }
.section-dark .steps p { color: #cbb9be; }
.section-dark .a11y-note { background: rgba(201, 163, 130, 0.14); border-left-color: var(--gold); color: var(--paper); }
.section-dark .chips li { background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.18); color: var(--paper); }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* ---------- faixa CTA com textura ---------- */
.cta-band {
	max-width: none;
	background: linear-gradient(135deg, var(--wine) 0%, var(--wine-deep) 100%);
	padding: clamp(56px, 8vw, 90px) clamp(20px, 5vw, 64px);
	text-align: center;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.cta-band::before {
	content: "";
	position: absolute; inset: 0;
	background-image: radial-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px);
	background-size: 18px 18px;
	opacity: 0.6;
}
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 {
	font-family: var(--serif); font-weight: 700;
	font-size: clamp(1.9rem, 4.2vw, 2.9rem); margin-bottom: 14px;
}
.cta-band p { color: rgba(255, 255, 255, 0.86); max-width: 56ch; margin: 0 auto 28px; }
.cta-band .btn-primary { background: #fff; color: var(--wine); }
.cta-band .btn-primary:hover { background: var(--paper); box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25); }

/* ---------- footer ---------- */
.footer {
	padding: 32px clamp(20px, 5vw, 64px);
	text-align: center; color: var(--muted); font-size: 0.85rem;
	border-top: 1px solid var(--line);
}
.footer a { color: var(--wine); }

/* ---------- WhatsApp CTA flutuante ---------- */
.whatsapp-float {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 999;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #25d366;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	animation: whatsapp-pulse 2.4s ease-in-out infinite;
}
@keyframes whatsapp-pulse {
	0%, 100% { box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4); }
	50% { box-shadow: 0 8px 36px rgba(37, 211, 102, 0.65), 0 0 0 8px rgba(37, 211, 102, 0.12); }
}
.whatsapp-float:hover { transform: translateY(-3px) scale(1.06); box-shadow: 0 12px 30px rgba(37, 211, 102, 0.5); animation-play-state: paused; }
.whatsapp-float:focus-visible { outline: 3px solid var(--wine); outline-offset: 3px; }
@media (max-width: 560px) {
	.whatsapp-float { right: 14px; bottom: 14px; width: 50px; height: 50px; }
}
