:root {
	--bg-main: #070913;
	--bg-surface: #0e1322;
	--bg-surface-elevated: #151c32;
	--bg-surface-hover: #1c2644;
	--border-subtle: rgba(255, 255, 255, 0.08);
	--border-highlight: rgba(99, 102, 241, 0.25);
	--border-accent: rgba(59, 130, 246, 0.4);
	
	--text-primary: #f8fafc;
	--text-secondary: #94a3b8;
	--text-muted: #64748b;
	
	--blue-accent: #3b82f6;
	--blue-glow: rgba(59, 130, 246, 0.35);
	--purple-accent: #8b5cf6;
	--purple-glow: rgba(139, 92, 246, 0.35);
	--cyan-accent: #06b6d4;
	--whatsapp-green: #22c55e;
	--whatsapp-hover: #16a34a;
	--whatsapp-glow: rgba(34, 197, 94, 0.35);

	--font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
	--font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
	--font-mono: 'JetBrains Mono', monospace;

	--radius-sm: 8px;
	--radius-md: 14px;
	--radius-lg: 20px;
	--radius-full: 9999px;

	--transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
	--shadow-glow: 0 0 25px rgba(59, 130, 246, 0.2);
}

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

html {
	scroll-behavior: smooth;
	color-scheme: dark;
}

body {
	background-color: var(--bg-main);
	color: var(--text-primary);
	font-family: var(--font-body);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	background-image: 
		radial-gradient(ellipse 80% 50% at 50% -20%, rgba(59, 130, 246, 0.18), transparent 70%),
		radial-gradient(ellipse 60% 40% at 85% 40%, rgba(139, 92, 246, 0.12), transparent 60%),
		radial-gradient(ellipse 70% 50% at 10% 80%, rgba(6, 182, 212, 0.1), transparent 60%);
	background-attachment: fixed;
}

/* Container */
.container {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 1.25rem;
}

/* Header / Navbar */
.navbar {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(7, 9, 19, 0.85);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border-bottom: 1px solid var(--border-subtle);
	padding: 0.9rem 0;
	transition: var(--transition);
}

.nav-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.brand-wrapper {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	text-decoration: none;
	color: inherit;
}

.brand-icon-box {
	width: 42px;
	height: 42px;
	border-radius: var(--radius-md);
	background: linear-gradient(135deg, #1e3a8a, #4c1d95);
	border: 1px solid rgba(255, 255, 255, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 15px rgba(59, 130, 246, 0.3);
	color: #60a5fa;
	flex-shrink: 0;
}

.brand-text {
	display: flex;
	flex-direction: column;
}

.brand-name {
	font-family: var(--font-heading);
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	background: linear-gradient(135deg, #ffffff 40%, #93c5fd 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.brand-tagline {
	font-size: 0.725rem;
	color: #a5b4fc;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.nav-actions {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

/* Common Buttons */
.btn-whatsapp-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	background: linear-gradient(135deg, #22c55e, #16a34a);
	color: #ffffff;
	font-family: var(--font-heading);
	font-weight: 600;
	font-size: 0.95rem;
	padding: 0.65rem 1.25rem;
	border-radius: var(--radius-full);
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 4px 18px var(--whatsapp-glow);
	text-decoration: none;
	cursor: pointer;
	transition: var(--transition);
	white-space: nowrap;
}

.btn-whatsapp-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 24px rgba(34, 197, 94, 0.5);
	filter: brightness(1.08);
}

.btn-whatsapp-primary:active {
	transform: translateY(0);
}

.btn-hero-lg {
	padding: 0.9rem 1.75rem;
	font-size: 1.08rem;
	font-weight: 700;
	box-shadow: 0 6px 25px var(--whatsapp-glow);
}

.btn-secondary-glow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	background: rgba(30, 41, 59, 0.7);
	color: #f1f5f9;
	font-family: var(--font-heading);
	font-weight: 600;
	font-size: 0.95rem;
	padding: 0.85rem 1.4rem;
	border-radius: var(--radius-full);
	border: 1px solid rgba(99, 102, 241, 0.35);
	text-decoration: none;
	cursor: pointer;
	transition: var(--transition);
	backdrop-filter: blur(8px);
}

.btn-secondary-glow:hover {
	background: rgba(49, 46, 129, 0.5);
	border-color: #818cf8;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 4px 20px rgba(99, 102, 241, 0.3);
}

/* Hero Section */
.hero-section {
	padding: 4.5rem 0 3.5rem;
	position: relative;
	text-align: center;
}

.hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background: rgba(59, 130, 246, 0.12);
	border: 1px solid rgba(59, 130, 246, 0.35);
	color: #93c5fd;
	font-size: 0.825rem;
	font-weight: 600;
	padding: 0.35rem 0.9rem;
	border-radius: var(--radius-full);
	margin-bottom: 1.5rem;
	letter-spacing: 0.02em;
}

.hero-badge .pulse-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #22c55e;
	box-shadow: 0 0 8px #22c55e;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); }
	70% { transform: scale(1.1); box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
	100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.hero-title {
	font-family: var(--font-heading);
	font-size: clamp(2.1rem, 5.5vw, 3.8rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.03em;
	max-width: 900px;
	margin: 0 auto 1.25rem;
	background: linear-gradient(135deg, #ffffff 20%, #bfdbfe 60%, #c084fc 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.hero-subtitle {
	font-size: clamp(1.05rem, 2.2vw, 1.3rem);
	color: var(--text-secondary);
	max-width: 680px;
	margin: 0 auto 2.25rem;
	line-height: 1.6;
}

.hero-cta-group {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	flex-wrap: wrap;
	margin-bottom: 2.5rem;
}

/* Quick Features Row */
.hero-highlights {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(14rem, 100%), 1fr));
	gap: 1rem;
	max-width: 960px;
	margin: 0 auto;
	margin-top: 2rem;
}

.highlight-card {
	background: rgba(14, 19, 34, 0.75);
	border: 1px solid var(--border-subtle);
	border-radius: var(--radius-md);
	padding: 1.1rem;
	text-align: left;
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	backdrop-filter: blur(8px);
	transition: var(--transition);
}

.highlight-card:hover {
	border-color: var(--border-highlight);
	transform: translateY(-2px);
	background: rgba(21, 28, 50, 0.85);
}

.highlight-icon {
	width: 38px;
	height: 38px;
	border-radius: var(--radius-sm);
	background: rgba(59, 130, 246, 0.15);
	color: #60a5fa;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 1.2rem;
}

.highlight-title {
	font-family: var(--font-heading);
	font-size: 0.95rem;
	font-weight: 600;
	color: #f1f5f9;
	margin-bottom: 0.2rem;
}

.highlight-desc {
	font-size: 0.825rem;
	color: var(--text-secondary);
	line-height: 1.4;
}

/* Spotlight Section: Atendimento a Domicílio */
.spotlight-section {
	padding: 3.5rem 0;
}

.spotlight-box {
	background: linear-gradient(135deg, rgba(30, 58, 138, 0.25) 0%, rgba(76, 29, 149, 0.25) 100%);
	border: 1px solid rgba(139, 92, 246, 0.3);
	border-radius: var(--radius-lg);
	padding: clamp(2rem, 5vw, 3.5rem);
	position: relative;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

.spotlight-box::before {
	content: '';
	position: absolute;
	top: -80px;
	right: -80px;
	width: 250px;
	height: 250px;
	background: radial-gradient(circle, rgba(99, 102, 241, 0.25) 0%, transparent 70%);
	pointer-events: none;
}

.spotlight-content {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: center;
	position: relative;
	z-index: 2;
}

@media (min-width: 768px) {
	.spotlight-content {
		grid-template-columns: 1.2fr 0.8fr;
	}
}

.spotlight-tag {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: #a78bfa;
	font-family: var(--font-mono);
	font-size: 0.825rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 0.75rem;
}

.spotlight-title {
	font-family: var(--font-heading);
	font-size: clamp(1.6rem, 3.5vw, 2.4rem);
	font-weight: 700;
	line-height: 1.25;
	color: #ffffff;
	margin-bottom: 1rem;
}

.spotlight-text {
	font-size: clamp(1rem, 2vw, 1.15rem);
	color: #cbd5e1;
	line-height: 1.6;
	margin-bottom: 1.75rem;
}

.spotlight-action {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

.spotlight-visual-card {
	background: rgba(15, 23, 42, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--radius-md);
	padding: 1.5rem;
	backdrop-filter: blur(10px);
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.visual-item {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	padding: 0.6rem 0.8rem;
	background: rgba(255, 255, 255, 0.03);
	border-radius: var(--radius-sm);
	border-left: 3px solid #38bdf8;
}

.visual-item-icon {
	font-size: 1.2rem;
	flex-shrink: 0;
}

.visual-item-text {
	font-size: 0.9rem;
	font-weight: 500;
	color: #e2e8f0;
}

/* Como Funciona Section */
.steps-section {
	padding: 4.5rem 0;
}

.section-header {
	text-align: center;
	margin-bottom: 3rem;
}

.section-tag {
	font-family: var(--font-mono);
	font-size: 0.8rem;
	font-weight: 600;
	color: #60a5fa;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	display: inline-block;
	margin-bottom: 0.5rem;
}

.section-title {
	font-family: var(--font-heading);
	font-size: clamp(1.8rem, 3.5vw, 2.5rem);
	font-weight: 700;
	color: #ffffff;
	letter-spacing: -0.02em;
	margin-bottom: 0.75rem;
}

.section-subtitle {
	font-size: 1rem;
	color: var(--text-secondary);
	max-width: 580px;
	margin: 0 auto;
}

.steps-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(13rem, 100%), 1fr));
	gap: 1.25rem;
	position: relative;
}

.step-card {
	background: var(--bg-surface);
	border: 1px solid var(--border-subtle);
	border-radius: var(--radius-md);
	padding: 1.6rem 1.25rem;
	position: relative;
	transition: var(--transition);
	display: flex;
	flex-direction: column;
}

.step-card:hover {
	border-color: var(--border-accent);
	background: var(--bg-surface-elevated);
	transform: translateY(-4px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.step-number {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: linear-gradient(135deg, #2563eb, #7c3aed);
	color: #ffffff;
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
	box-shadow: 0 0 12px rgba(59, 130, 246, 0.4);
}

.step-title {
	font-family: var(--font-heading);
	font-size: 1.1rem;
	font-weight: 600;
	color: #f8fafc;
	margin-bottom: 0.4rem;
}

.step-desc {
	font-size: 0.875rem;
	color: var(--text-secondary);
	line-height: 1.45;
}

/* Services Section */
.services-section {
	padding: 4.5rem 0;
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(19rem, 100%), 1fr));
	gap: 1.5rem;
}

.service-card {
	background: var(--bg-surface);
	border: 1px solid var(--border-subtle);
	border-radius: var(--radius-lg);
	padding: 1.75rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: var(--transition);
	position: relative;
	overflow: hidden;
}

.service-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #3b82f6, #8b5cf6);
	opacity: 0;
	transition: var(--transition);
}

.service-card:hover {
	border-color: var(--border-highlight);
	background: var(--bg-surface-elevated);
	transform: translateY(-4px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.service-card:hover::before {
	opacity: 1;
}

.service-header {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	margin-bottom: 1.35rem;
}

.service-icon-wrap {
	width: 46px;
	height: 46px;
	border-radius: var(--radius-md);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	flex-shrink: 0;
}

.icon-blue {
	background: rgba(59, 130, 246, 0.15);
	border: 1px solid rgba(59, 130, 246, 0.3);
}

.icon-purple {
	background: rgba(139, 92, 246, 0.15);
	border: 1px solid rgba(139, 92, 246, 0.3);
}

.icon-cyan {
	background: rgba(6, 182, 212, 0.15);
	border: 1px solid rgba(6, 182, 212, 0.3);
}

.icon-indigo {
	background: rgba(99, 102, 241, 0.15);
	border: 1px solid rgba(99, 102, 241, 0.3);
}

.icon-amber {
	background: rgba(245, 158, 11, 0.15);
	border: 1px solid rgba(245, 158, 11, 0.3);
}

.service-card-title {
	font-family: var(--font-heading);
	font-size: 1.15rem;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: -0.01em;
}

.service-items-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	margin-bottom: 1.5rem;
}

.service-item-row {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	font-size: 0.9rem;
	color: #cbd5e1;
}

.service-item-bullet {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #60a5fa;
	flex-shrink: 0;
}

.service-card-footer {
	margin-top: auto;
	padding-top: 1rem;
	border-top: 1px solid var(--border-subtle);
}

.btn-service-action {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.65rem 1rem;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--radius-sm);
	color: #93c5fd;
	font-family: var(--font-heading);
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	transition: var(--transition);
}

.btn-service-action:hover {
	background: rgba(59, 130, 246, 0.15);
	border-color: rgba(59, 130, 246, 0.4);
	color: #ffffff;
}

/* Quick Diagnostic / Selection helper */
.diagnostic-section {
	padding: 3rem 0;
}

.diagnostic-card {
	background: rgba(14, 19, 34, 0.85);
	border: 1px solid var(--border-highlight);
	border-radius: var(--radius-lg);
	padding: 2rem;
	text-align: center;
}

.diagnostic-title {
	font-family: var(--font-heading);
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	color: #ffffff;
}

.diagnostic-subtitle {
	font-size: 0.9rem;
	color: var(--text-secondary);
	margin-bottom: 1.5rem;
}

.diagnostic-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	justify-content: center;
}

.chip-btn {
	background: rgba(30, 41, 59, 0.6);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #e2e8f0;
	font-family: var(--font-body);
	font-size: 0.85rem;
	font-weight: 500;
	padding: 0.55rem 1rem;
	border-radius: var(--radius-full);
	text-decoration: none;
	cursor: pointer;
	transition: var(--transition);
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

.chip-btn:hover {
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(139, 92, 246, 0.3));
	border-color: #818cf8;
	color: #ffffff;
	transform: translateY(-2px);
}

/* Final CTA Section */
.cta-final-section {
	padding: 5rem 0 4rem;
}

.cta-final-card {
	background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #0f172a 100%);
	border: 1px solid rgba(99, 102, 241, 0.4);
	border-radius: var(--radius-lg);
	padding: clamp(2.5rem, 6vw, 4rem) 1.5rem;
	text-align: center;
	position: relative;
	overflow: hidden;
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
}

.cta-final-card::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle at center, rgba(59, 130, 246, 0.15) 0%, transparent 60%);
	pointer-events: none;
}

.cta-final-title {
	font-family: var(--font-heading);
	font-size: clamp(1.8rem, 4vw, 2.7rem);
	font-weight: 800;
	color: #ffffff;
	letter-spacing: -0.02em;
	margin-bottom: 1rem;
	position: relative;
	z-index: 2;
}

.cta-final-text {
	font-size: clamp(1.05rem, 2.2vw, 1.25rem);
	color: #cbd5e1;
	max-width: 600px;
	margin: 0 auto 2.25rem;
	position: relative;
	z-index: 2;
}

.cta-final-btn-wrap {
	position: relative;
	z-index: 2;
}

/* Footer */
.footer {
	border-top: 1px solid var(--border-subtle);
	background: rgba(5, 7, 14, 0.95);
	padding: 3rem 0 2rem;
	margin-top: 2rem;
}

.footer-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 1rem;
}

.footer-brand {
	font-family: var(--font-heading);
	font-size: 1.35rem;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: -0.01em;
}

.footer-service-type {
	font-size: 0.95rem;
	color: #94a3b8;
}

.footer-tag {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	background: rgba(59, 130, 246, 0.1);
	border: 1px solid rgba(59, 130, 246, 0.25);
	color: #93c5fd;
	font-size: 0.8rem;
	font-weight: 600;
	padding: 0.25rem 0.75rem;
	border-radius: var(--radius-full);
}

.footer-copy {
	font-size: 0.8rem;
	color: var(--text-muted);
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	width: 100%;
}

/* Floating WhatsApp Button */
.floating-whatsapp-btn {
	position: fixed;
	bottom: 1.5rem;
	right: 1.5rem;
	z-index: 999;
	display: flex;
	align-items: center;
	gap: 0.65rem;
	background: linear-gradient(135deg, #22c55e, #16a34a);
	color: #ffffff;
	font-family: var(--font-heading);
	font-size: 0.95rem;
	font-weight: 700;
	padding: 0.8rem 1.35rem;
	border-radius: var(--radius-full);
	box-shadow: 0 6px 25px rgba(34, 197, 94, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.25);
	text-decoration: none;
	cursor: pointer;
	transition: var(--transition);
	animation: floatGentle 3s ease-in-out infinite;
}

@keyframes floatGentle {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-5px); }
}

.floating-whatsapp-btn:hover {
	transform: translateY(-6px) scale(1.03);
	box-shadow: 0 10px 30px rgba(34, 197, 94, 0.6);
	filter: brightness(1.1);
}

/* Focus styles */
:where(a, button):focus-visible {
	outline: 2px solid #60a5fa;
	outline-offset: 3px;
}

/* Responsive adjustments */
@media (max-width: 640px) {
	.hero-section {
		padding: 3rem 0 2.5rem;
	}
	
	.btn-hero-lg {
		width: 100%;
	}
	
	.btn-secondary-glow {
		width: 100%;
	}
	
	.floating-whatsapp-btn span.label-text {
		display: inline;
	}

	.spotlight-box {
		padding: 1.75rem 1.25rem;
	}
}
