html {
	scroll-behavior: smooth;
}

body {
	background-image: linear-gradient(180deg, rgba(248, 250, 252, 0.95), rgba(248, 250, 252, 1));
}

body::before {
	content: '';
	position: fixed;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 12% 18%, rgba(182, 139, 63, 0.08), transparent 24%),
		radial-gradient(circle at 88% 10%, rgba(96, 165, 250, 0.08), transparent 22%);
	z-index: -1;
}

.site-header {
	background: rgba(15, 23, 42, 0.94) !important;
	border-bottom-color: rgba(255, 255, 255, 0.12) !important;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
}

.site-brand {
	color: #f8fafc;
}

.brand-mark {
	border-color: rgba(182, 139, 63, 0.35) !important;
	background: rgba(255, 255, 255, 0.06) !important;
	color: #f3d08f !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.brand-title {
	color: #f8fafc !important;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.brand-subtitle {
	color: #cbd5e1 !important;
}

.site-nav .nav-link,
.mobile-nav-link {
	color: #e2e8f0;
	font-weight: 700;
}

.site-nav .nav-link {
	position: relative;
	padding-bottom: 0.4rem;
}

.site-nav .nav-link::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	border-radius: 9999px;
	background: linear-gradient(90deg, #b68b3f, rgba(182, 139, 63, 0.15));
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
}

.site-nav .nav-link:hover,
.site-nav .nav-link:focus-visible,
.mobile-nav-link:hover,
.mobile-nav-link:focus-visible {
	color: #f3d08f;
}

.site-nav .nav-link:hover::after,
.site-nav .nav-link:focus-visible::after {
	transform: scaleX(1);
}

.header-cta {
	background: #b68b3f !important;
	color: #0f172a !important;
	box-shadow: 0 14px 30px rgba(182, 139, 63, 0.22);
}

.header-cta:hover,
.header-cta:focus-visible {
	background: #c59a4d !important;
}

.primary-cta {
	background: linear-gradient(135deg, #c59a4d, #b68b3f) !important;
	color: #0f172a !important;
	box-shadow: 0 18px 42px rgba(182, 139, 63, 0.24);
}

.primary-cta:hover,
.primary-cta:focus-visible {
	background: linear-gradient(135deg, #d1a85e, #c1933f) !important;
	transform: translateY(-4px);
}

.secondary-cta {
	background: rgba(255, 255, 255, 0.02);
	border-color: rgba(255, 255, 255, 0.2) !important;
	color: #f8fafc !important;
	backdrop-filter: blur(10px);
}

.secondary-cta:hover,
.secondary-cta:focus-visible {
	border-color: rgba(182, 139, 63, 0.7) !important;
	color: #f3d08f !important;
	background: rgba(255, 255, 255, 0.05);
}

.menu-toggle {
	border-color: rgba(255, 255, 255, 0.18) !important;
	color: #f8fafc !important;
	background: rgba(255, 255, 255, 0.04);
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
	border-color: rgba(182, 139, 63, 0.8) !important;
	color: #f3d08f !important;
}

.mobile-menu-panel {
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(15, 23, 42, 0.94)) !important;
	border-top-color: rgba(255, 255, 255, 0.1) !important;
}

.skip-link {
	position: absolute;
	left: 1rem;
	top: -3rem;
	z-index: 100;
	border-radius: 9999px;
	background: #0f172a;
	color: #f8fafc;
	padding: 0.75rem 1rem;
	transition: top 0.3s ease;
}

.skip-link:focus {
	top: 1rem;
}

.hero-overlay {
	background:
		linear-gradient(120deg, rgba(15, 23, 42, 0.94), rgba(15, 23, 42, 0.82)),
		linear-gradient(180deg, rgba(182, 139, 63, 0.08), transparent 38%);
}

.hero-kicker {
	color: #f8fafc !important;
	background: rgba(255, 255, 255, 0.04) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-trust-grid {
	max-width: 44rem;
}

.hero-trust-card {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 1.25rem;
	padding: 1rem 1.1rem;
	background: rgba(255, 255, 255, 0.03);
	backdrop-filter: blur(14px);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.hero-trust-label {
	color: #b68b3f;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.hero-trust-value {
	margin-top: 0.4rem;
	color: #e2e8f0;
	line-height: 1.6;
	font-weight: 600;
}

.hero-visual {
	box-shadow: 0 30px 80px rgba(15, 23, 42, 0.26);
}

.hero-floating-card {
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.72), rgba(15, 23, 42, 0.88)) !important;
	backdrop-filter: blur(16px);
}

.portrait-focus {
	/* Keep the face and head in frame on cropped portrait containers. */
	object-position: 50% 14% !important;
}

.nav-link,
.mobile-nav-link,
.social-link,
.contact-value {
	transition: color 0.3s ease, border-color 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
}

.nav-link:hover,
.mobile-nav-link:hover,
.contact-value:hover {
	color: #f3d08f;
}

.section-label {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	color: #b68b3f;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.28em;
	text-transform: uppercase;
}

.section-label::before {
	content: '';
	width: 3rem;
	height: 1px;
	background: rgba(182, 139, 63, 0.45);
}

.service-card {
	border: 1px solid #e2e8f0;
	border-radius: 1.75rem;
	background: linear-gradient(180deg, #ffffff, #f8fafc);
	padding: 2rem;
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.service-card:hover {
	transform: translateY(-8px);
	border-color: rgba(182, 139, 63, 0.35);
	box-shadow: 0 24px 55px rgba(15, 23, 42, 0.10);
}

.service-icon {
	display: inline-flex;
	height: 4rem;
	width: 4rem;
	align-items: center;
	justify-content: center;
	border-radius: 1.25rem;
	background: rgba(182, 139, 63, 0.12);
	color: #b68b3f;
}

.benefit-card {
	display: grid;
	gap: 1.5rem;
	border-radius: 1.75rem;
	border: 1px solid #e2e8f0;
	background: rgba(255, 255, 255, 0.82);
	padding: 2rem;
	box-shadow: 0 14px 35px rgba(15, 23, 42, 0.06);
}

.benefit-index {
	color: #b68b3f;
	font-size: 0.85rem;
	font-weight: 800;
	letter-spacing: 0.28em;
}

.testimonial-card {
	border-radius: 1.75rem;
	background: white;
	padding: 2rem;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
	position: relative;
}

.testimonial-card::before {
	content: '“';
	position: absolute;
	top: 1.25rem;
	right: 1.5rem;
	font-family: 'Cormorant Garamond', serif;
	font-size: 5rem;
	line-height: 1;
	color: rgba(182, 139, 63, 0.18);
}

.testimonial-text {
	position: relative;
	z-index: 1;
	color: #475569;
	font-size: 1.05rem;
	line-height: 1.9;
}

.cta-panel {
	display: grid;
	gap: 2rem;
	align-items: center;
	border-radius: 2rem;
	background:
		radial-gradient(circle at top left, rgba(182, 139, 63, 0.18), transparent 26%),
		linear-gradient(135deg, #0f172a, #1e293b);
	padding: 2rem;
	box-shadow: 0 28px 70px rgba(15, 23, 42, 0.18);
}

.contact-card {
	border-radius: 1.5rem;
	border: 1px solid #e2e8f0;
	background: #f8fafc;
	padding: 1.25rem 1.5rem;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.contact-card:hover {
	transform: translateY(-4px);
	border-color: rgba(182, 139, 63, 0.28);
	box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.contact-label {
	color: #64748b;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.contact-value {
	display: inline-block;
	margin-top: 0.45rem;
	color: #0f172a;
	font-size: 1.1rem;
	font-weight: 700;
}

.form-label {
	display: block;
	margin-bottom: 0.75rem;
	color: #0f172a;
	font-size: 0.95rem;
	font-weight: 700;
}

.form-input {
	width: 100%;
	border-radius: 1rem;
	border: 1px solid #cbd5e1;
	background: white;
	padding: 1rem 1.1rem;
	color: #0f172a;
	outline: none;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.form-input::placeholder {
	color: #94a3b8;
}

.form-input:focus {
	border-color: rgba(182, 139, 63, 0.7);
	box-shadow: 0 0 0 4px rgba(182, 139, 63, 0.14);
}

#contact-form {
	background: linear-gradient(180deg, #f8fafc, #ffffff);
}

.contact-submit-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 12rem;
	border: none;
	border-radius: 9999px;
	background: linear-gradient(135deg, #0f172a, #1e293b);
	color: #ffffff;
	padding: 1rem 1.75rem;
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
	transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer;
	white-space: nowrap;
	appearance: none;
	-webkit-appearance: none;
}

.contact-submit-button:hover,
.contact-submit-button:focus-visible {
	transform: translateY(-3px);
	background: linear-gradient(135deg, #1e293b, #334155);
	box-shadow: 0 18px 34px rgba(15, 23, 42, 0.22);
	outline: none;
}

.contact-submit-button:focus-visible {
	box-shadow: 0 0 0 4px rgba(182, 139, 63, 0.18), 0 18px 34px rgba(15, 23, 42, 0.22);
}

.contact-submit-button:disabled {
	opacity: 0.7;
	cursor: wait;
	transform: none;
	box-shadow: 0 10px 22px rgba(15, 23, 42, 0.14);
}

.social-link {
	display: inline-flex;
	height: 2.75rem;
	width: 2.75rem;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #cbd5e1;
}

.social-link:hover {
	transform: translateY(-3px);
	border-color: rgba(182, 139, 63, 0.7);
	color: #f3d08f;
}

.whatsapp-float {
	position: fixed;
	right: 1.25rem;
	bottom: 1.25rem;
	z-index: 60;
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	border-radius: 9999px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: linear-gradient(135deg, #25d366, #1faa52);
	color: #ffffff;
	padding: 0.9rem 1.2rem;
	box-shadow: 0 18px 40px rgba(20, 83, 45, 0.28);
	transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
	transform: translateY(-4px);
	box-shadow: 0 22px 46px rgba(20, 83, 45, 0.34);
	filter: brightness(1.02);
}

.whatsapp-float-icon {
	height: 1.75rem;
	width: 1.75rem;
	flex-shrink: 0;
	display: block;
}

.whatsapp-float-label {
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0.04em;
}

[data-reveal] {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (min-width: 640px) {
	.cta-panel {
		padding: 3rem;
	}
}

@media (max-width: 639px) {
	.whatsapp-float {
		padding: 1rem;
	}

	.whatsapp-float-label {
		display: none;
	}
}

@media (min-width: 1024px) {
	.cta-panel {
		grid-template-columns: 1.2fr auto;
		padding: 4rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}

	[data-reveal] {
		opacity: 1;
		transform: none;
	}
}
