﻿:root {
	--primary-navy: #002347;
	--secondary-blue: #1a5f8a;
	--brand-blue-bright: #4db6e8;
	--brand-red: #cc2020;
	--action-orange: #f07900;
	--clean-white: #ffffff;
	--text-dark: #333333;
	--radius: 8px;
	--font-main: "Montserrat", sans-serif;
	--font-sub: "Roboto", sans-serif;
	--header-offset: 152px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--font-sub);
	color: var(--text-dark);
	background: var(--clean-white);
}

img {
	max-width: 100%;
	display: block;
}

a {
	text-decoration: none;
}

a:focus,
button:focus,
.btn:focus {
	outline: 2px solid rgba(240, 121, 0, 0.55);
	outline-offset: 2px;
}

a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
.btn:focus:not(:focus-visible) {
	outline: none;
}

.skip-link {
	position: absolute;
	left: 1rem;
	top: -3rem;
	z-index: 1200;
	padding: 0.75rem 1rem;
	background: var(--action-orange);
	color: var(--clean-white);
	border-radius: var(--radius);
}

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

.top-contact-bar {
	position: relative;
	z-index: 1031;
	background: var(--primary-navy);
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.92rem;
}

.top-contact-bar::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--brand-blue-bright) 0%, var(--action-orange) 50%, var(--brand-red) 100%);
}

.top-contact-bar__content {
	min-height: 56px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	padding: 0.6rem 0;
}

.top-contact-bar__items {
	display: flex;
	gap: 1.25rem;
	flex-wrap: wrap;
}

.top-contact-bar__items span,
.top-contact-bar__call {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.top-contact-bar__call {
	font-weight: 700;
	color: var(--clean-white);
}

.site-navbar {
	top: 56px;
	background: rgba(0, 35, 71, 0.86);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.site-navbar.is-scrolled {
	background: rgba(0, 35, 71, 0.98);
	box-shadow: 0 14px 38px rgba(0, 0, 0, 0.24);
}

.site-navbar .container {
	padding-left: 0.45rem;
}

.site-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.9rem;
	color: var(--clean-white);
}

.site-brand.navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
}

.site-brand img {
	width: auto;
	height: 74px;
	max-width: 180px;
	display: block;
	flex-shrink: 0;
}

.site-brand span {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
}


.site-brand small {
	color: rgba(255, 255, 255, 0.76);
	font-size: 1.03rem;
}

.site-navbar .nav-link {
	font-family: var(--font-main);
	font-weight: 600;
	color: rgba(255, 255, 255, 0.9);
	padding: 0.75rem 0.95rem;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus-visible {
	color: var(--action-orange);
}

.site-navbar__toggler {
	border-color: rgba(255, 255, 255, 0.18);
}

.site-navbar .navbar-toggler-icon {
	filter: invert(1);
}

.btn-emergency,
.btn-hero-primary,
.btn-hero-secondary {
	border-radius: 999px;
	padding: 0.95rem 1.5rem;
	font-family: var(--font-main);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.btn-emergency,
.btn-hero-primary {
	background: linear-gradient(180deg, #f5a820 0%, #f07900 55%, #c45000 100%);
	color: var(--clean-white);
	box-shadow: 0 14px 30px rgba(240, 121, 0, 0.24);
}

.btn-emergency:hover,
.btn-emergency:focus-visible,
.btn-hero-primary:hover,
.btn-hero-primary:focus-visible {
	background: linear-gradient(180deg, #e09000 0%, #d46a00 55%, #a83c00 100%);
	color: var(--clean-white);
	transform: translateY(-2px);
}

.btn-hero-secondary {
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: var(--clean-white);
	background: rgba(255, 255, 255, 0.08);
}

.btn-hero-secondary:hover,
.btn-hero-secondary:focus-visible {
	color: var(--clean-white);
	background: rgba(255, 255, 255, 0.16);
	transform: translateY(-2px);
}

.btn-nav-quote {
	display: inline-block;
	border: 1.5px solid rgba(255, 255, 255, 0.32);
	color: rgba(255, 255, 255, 0.88);
	background: transparent;
	font-family: var(--font-main);
	font-weight: 700;
	font-size: 0.82rem;
	padding: 0.5rem 1.1rem;
	border-radius: 999px;
	text-decoration: none;
	letter-spacing: 0.03em;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	cursor: pointer;
}

.btn-nav-quote:hover,
.btn-nav-quote:focus-visible {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.6);
	color: var(--clean-white);
}

.site-navbar .dropdown-menu {
	background: rgba(0, 35, 71, 0.98);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 0.75rem;
	padding: 0.4rem;
	min-width: 11rem;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.site-navbar .dropdown-item {
	color: rgba(255, 255, 255, 0.88);
	font-family: var(--font-main);
	font-size: 0.86rem;
	font-weight: 600;
	border-radius: 0.45rem;
	padding: 0.5rem 0.85rem;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.site-navbar .dropdown-item:hover,
.site-navbar .dropdown-item:focus {
	background: rgba(255, 255, 255, 0.1);
	color: var(--clean-white);
}

.hero-section {
	position: relative;
	min-height: 70vh;
	padding: calc(var(--header-offset) + 2rem) 0 4rem;
	background: linear-gradient(135deg, var(--primary-navy) 0%, var(--secondary-blue) 100%);
	color: var(--clean-white);
}

.hero-section--forney {
	position: relative;
	background: url('img/fondo-forney.webp') center center / cover no-repeat, var(--primary-navy);
	padding: calc(var(--header-offset) + 2rem) 0 4rem;
	min-height: 60vh;
}

.hero-section--forney::before {
	display: block;
	content: '';
	position: absolute;
	inset: 45px 0 0 0;
	background: linear-gradient(
		to right,
		rgba(0, 15, 40, 0.28) 0%,
		rgba(0, 15, 40, 0.08) 55%,
		transparent 80%
	);
	z-index: 0;
}

.hero-section--forney > .container {
	position: relative;
	z-index: 1;
}

.hero-section--forney .row {
	align-items: flex-start;
}

.hero-cta-overlay {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
	max-width: 520px;
	margin-top: calc(3rem + 20px);
}

.hero-subline {
	margin: 0;
	font-size: 1.125rem;
	font-weight: 500;
	color: #ffffff;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
	line-height: 1.4;
}

.hero-call-live {
	display: inline-block;
	width: 9px;
	height: 9px;
	background: #22c55e;
	border-radius: 50%;
	margin-right: 7px;
	vertical-align: middle;
	animation: livePulse 1.4s ease-in-out infinite;
	will-change: transform, opacity;
}

@keyframes livePulse {
	0%, 100% {
		opacity: 1;
		transform: scale(1);
	}
	50% {
		opacity: 0.45;
		transform: scale(1.5);
	}
}

.hero-call-sub {
	margin: -0.25rem 0 0;
	font-size: 0.78rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.88);
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	letter-spacing: 0.01em;
}

.hero-truck-img {
	width: 88%;
	height: auto;
	display: block;
	border-radius: 1.2rem;
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.35);
	margin-left: auto;
	margin-top: 3rem;
	transform: translate(20px, 20px);
}

.hero-headline {
	font-family: var(--font-main);
	font-size: clamp(1.8rem, 4vw, 2.6rem);
	font-weight: 800;
	line-height: 1.1;
	color: var(--clean-white);
	margin-bottom: 0;
	text-shadow: 0 3px 20px rgba(0,0,0,0.55);
}

.hero-headline__sub {
	display: block;
	font-size: clamp(0.95rem, 2vw, 1.2rem);
	font-weight: 600;
	color: var(--brand-blue-bright);
	margin-top: 0.35rem;
	text-shadow: 0 1px 8px rgba(0,0,0,0.5);
}

.hero-call-btn {
	font-size: 1.05rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.hero-trust-strip {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	flex-wrap: wrap;
}

.hero-trust-stars {
	display: flex;
	align-items: center;
	gap: 0.3rem;
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--clean-white);
	text-decoration: none;
	text-shadow: 0 1px 6px rgba(0,0,0,0.5);
}

.hero-trust-stars .fa-star {
	color: #f5a820;
	font-size: 0.75rem;
}

.hero-trust-sep {
	color: rgba(255,255,255,0.35);
	font-size: 0.8rem;
}

.hero-trust-license {
	font-size: 0.82rem;
	font-weight: 600;
	color: rgba(255,255,255,0.85);
	text-shadow: 0 1px 6px rgba(0,0,0,0.5);
}

.hero-trust-lang {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.82rem;
	font-weight: 700;
	color: #4db6e8;
	text-shadow: 0 1px 6px rgba(0,0,0,0.5);
}


.hero-rating {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 0;
	padding: 0.45rem 1rem;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 999px;
	color: var(--clean-white);
	font-size: 0.88rem;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.2s, border-color 0.2s;
}
.hero-rating:hover {
	background: rgba(255, 255, 255, 0.15);
	border-color: rgba(255, 255, 255, 0.3);
	color: var(--clean-white);
}

.hero-rating__stars {
	display: inline-flex;
	gap: 0.12rem;
	color: #fbbf24;
}

.hero-rating__stars i {
	font-size: 0.8rem;
}

.hero-rating__text strong {
	font-weight: 700;
}


/* Section module: heading primitives reused across future blocks. */
.section-heading {
	max-width: 48rem;
	margin: 0 auto 2.6rem;
}

.section-heading__eyebrow {
	margin-bottom: 0.9rem;
	color: var(--secondary-blue);
	font-family: var(--font-main);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.section-heading h2 {
	margin-bottom: 0.9rem;
	font-family: var(--font-main);
	font-size: clamp(1.85rem, 3.2vw, 2.75rem);
	font-weight: 800;
	color: var(--primary-navy);
}

.section-heading p {
	margin-bottom: 0;
	font-size: 1.04rem;
	line-height: 1.75;
	color: #4d6074;
}

/* Section module: services conversion cards. */
.services-section {
	padding: 5rem 0;
	background: linear-gradient(180deg, #f8fbff 0%, #edf4fc 100%);
}

.service-card {
	position: relative;
	height: 100%;
	padding: 1.6rem 1.3rem 1.5rem;
	display: flex;
	flex-direction: column;
	background: var(--clean-white);
	border-radius: 1.1rem;
	border: 1px solid #dce7f4;
	box-shadow: 0 18px 42px rgba(17, 55, 93, 0.08);
	transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.service-card::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	background: var(--action-orange);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.25s ease;
	border-bottom-left-radius: 1.1rem;
	border-bottom-right-radius: 1.1rem;
}

.service-card:hover,
.service-card:focus-within {
	transform: translateY(-6px);
	border-color: #c8dbf2;
	box-shadow: 0 24px 48px rgba(13, 48, 84, 0.15);
}

.service-card:hover::after,
.service-card:focus-within::after {
	transform: scaleX(1);
}

.service-card__icon {
	width: 3rem;
	height: 3rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.8rem;
	margin-bottom: 0.95rem;
	background: rgba(26, 95, 138, 0.14);
	color: var(--primary-navy);
	font-size: 1.25rem;
	animation: serviceIconFloat 3.6s ease-in-out infinite;
	will-change: transform;
}

.service-card__icon-svg {
	width: 1.4rem;
	height: 1.4rem;
	stroke: currentColor;
	stroke-width: 1.9;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.service-card h3 {
	margin-bottom: 0.95rem;
	font-family: var(--font-main);
	font-size: 1.23rem;
	line-height: 1.2;
	color: var(--primary-navy);
	min-height: 2.95rem;
}

.service-card ul {
	padding-left: 1.1rem;
	margin-bottom: 1.25rem;
	color: #44586d;
	line-height: 1.62;
	flex-grow: 1;
}

.service-card li + li {
	margin-top: 0.4rem;
}

.service-card li {
	padding-right: 0.2rem;
}

.btn-service {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	border-radius: 999px;
	padding: 0.82rem 1rem;
	font-family: var(--font-main);
	font-weight: 700;
	background: var(--primary-navy);
	color: var(--clean-white);
	text-transform: uppercase;
	letter-spacing: 0.03em;
	line-height: 1.2;
	text-align: center;
	transition: transform 0.2s ease, background-color 0.2s ease;
	gap: 0.45rem;
}

.btn-service:hover,
.btn-service:focus-visible {
	background: var(--action-orange);
	color: var(--clean-white);
	transform: translateY(-2px);
}

.service-card__wa-link {
	display: block;
	margin-top: 0.55rem;
	text-align: center;
	font-size: 0.82rem;
	font-weight: 600;
	color: #7a96b0;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: color 0.2s ease;
}

.service-card__wa-link:hover {
	color: var(--primary-navy);
}

.services-section__trust {
	margin-top: 2rem;
	padding: 1.15rem 1.25rem;
	display: flex;
	justify-content: center;
	gap: 1.2rem;
	flex-wrap: wrap;
	border: 1px solid #d7e4f2;
	border-radius: 999px;
	background: #ffffff;
}

.services-section__trust span {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-weight: 600;
	color: #2f4961;
}

.services-section__trust i {
	color: var(--action-orange);
}

.services-section .col-lg-3:nth-child(2) .service-card__icon {
	animation-delay: 0.3s;
}

.services-section .col-lg-3:nth-child(3) .service-card__icon {
	animation-delay: 0.6s;
}

.services-section .col-lg-3:nth-child(4) .service-card__icon {
	animation-delay: 0.9s;
}

.services-section .col-lg-3:nth-child(1) .service-card__icon { background: rgba(26, 95, 180, 0.13); color: #1a5fb4; }
.services-section .col-lg-3:nth-child(2) .service-card__icon { background: rgba(220, 75, 0, 0.13); color: #dc4b00; }
.services-section .col-lg-3:nth-child(3) .service-card__icon { background: rgba(12, 148, 100, 0.13); color: #0c9464; }
.services-section .col-lg-3:nth-child(4) .service-card__icon { background: rgba(74, 54, 180, 0.13); color: #4a36b4; }

/* Offer section keyframe animations. */
@keyframes badgePulse {
	0%, 100% {
		filter: drop-shadow(0 0 0px rgba(255, 163, 0, 0));
	}
	50% {
		filter: drop-shadow(0 0 6px rgba(255, 163, 0, 0.6));
	}
}

/* Section module: $80 flat-rate offer card. */
.offer-section {
	padding: 5rem 0;
	background: linear-gradient(135deg, #001f3f 0%, #002347 50%, #1a5f8a 100%);
}

.offer-card {
	position: relative;
	max-width: 780px;
	margin: 0 auto;
	padding: 3rem 2.5rem;
	border-radius: 1.5rem;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.16);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	box-shadow: 0 22px 48px rgba(4, 26, 51, 0.38), 0 0 18px 4px rgba(255, 130, 0, 0.15);
	color: var(--clean-white);
	text-align: center;
}


.offer-card__badge {
	display: inline-block;
	margin-bottom: 1rem;
	padding: 0.3rem 1rem;
	border-radius: 999px;
	background: rgba(255, 163, 0, 0.18);
	border: 1px solid rgba(255, 163, 0, 0.4);
	font-family: var(--font-main);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #ffc654;
	animation: badgePulse 2.5s ease-in-out infinite;
}

.offer-card__urgency {
	margin: 0 0 1.5rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: #ffc654;
	letter-spacing: 0.01em;
}

.offer-card h2 {
	margin: 0 0 1rem;
	font-family: var(--font-main);
	font-size: clamp(1.6rem, 3.5vw, 2.4rem);
	font-weight: 800;
	color: var(--clean-white);
	line-height: 1.15;
}

.offer-card > p {
	margin: 0 0 1.5rem;
	font-size: 1.05rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.82);
}

.offer-card__list {
	list-style: none;
	padding: 0;
	margin: 0 0 2rem;
	display: inline-flex;
	flex-direction: column;
	gap: 0.55rem;
	text-align: left;
}

.offer-card__list li {
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.9);
}

.offer-card__list li::before {
	content: '';
	flex-shrink: 0;
	margin-top: 0.35rem;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--action-orange);
}

.offer-card__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.85rem;
}

.btn-offer-primary {
	padding: 0.95rem 2rem;
	border-radius: 999px;
	font-family: var(--font-main);
	font-weight: 700;
	font-size: 0.95rem;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	background: var(--action-orange);
	color: var(--clean-white);
	border: 2px solid var(--action-orange);
	transition: filter 0.2s ease, transform 0.2s ease;
}

.btn-offer-primary:hover,
.btn-offer-primary:focus-visible {
	color: var(--clean-white);
	filter: brightness(1.1);
	transform: translateY(-2px);
}

.btn-offer-secondary {
	padding: 0.95rem 2rem;
	border-radius: 999px;
	font-family: var(--font-main);
	font-weight: 700;
	font-size: 0.95rem;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	background: transparent;
	color: var(--clean-white);
	border: 2px solid rgba(255, 255, 255, 0.4);
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.btn-offer-secondary:hover,
.btn-offer-secondary:focus-visible {
	color: var(--clean-white);
	background: rgba(255, 255, 255, 0.1);
	transform: translateY(-2px);
}

.btn-offer-email {
	padding: 0.95rem 2rem;
	border-radius: 999px;
	font-family: var(--font-main);
	font-weight: 700;
	font-size: 0.95rem;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	background: transparent;
	color: rgba(255, 255, 255, 0.7);
	border: 2px solid rgba(255, 255, 255, 0.22);
	transition: background-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.btn-offer-email:hover,
.btn-offer-email:focus-visible {
	color: var(--clean-white);
	background: rgba(255, 255, 255, 0.08);
	transform: translateY(-2px);
}

.offer-card__whatsapp {
	margin: 1.2rem 0 0;
	font-size: 0.88rem;
	color: rgba(255, 255, 255, 0.5);
}

.offer-card__whatsapp a {
	color: rgba(255, 255, 255, 0.65);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.offer-card__whatsapp a:hover {
	color: var(--clean-white);
}

/* Section module: customer reviews grid. */
.reviews-section {
	padding: 5rem 0;
	background: var(--clean-white);
}

.review-card {
	height: 100%;
	padding: 1.75rem;
	border-radius: 1.1rem;
	background: #f6f9fe;
	border: 1px solid #dce7f4;
	box-shadow: 0 8px 24px rgba(12, 43, 76, 0.07);
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.review-card__stars {
	display: flex;
	gap: 0.2rem;
	color: #f5a623;
	font-size: 0.95rem;
}

.review-card__text {
	margin: 0;
	font-size: 0.97rem;
	line-height: 1.75;
	color: #3d5166;
	font-style: italic;
	flex-grow: 1;
}

.review-card__footer {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	margin-top: auto;
}

.review-card__name {
	font-family: var(--font-main);
	font-size: 0.92rem;
	font-weight: 700;
	color: var(--primary-navy);
}

.review-card__meta {
	font-size: 0.78rem;
	color: #8a9fb5;
}

.review-card__translated {
	font-style: italic;
}

.reviews-section__cta {
	margin-top: 2.5rem;
	text-align: center;
}

.reviews-section__link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-family: var(--font-main);
	font-size: 0.92rem;
	font-weight: 700;
	color: var(--primary-navy);
	text-decoration: underline;
	text-underline-offset: 4px;
	transition: color 0.2s ease;
}

.reviews-section__link:hover {
	color: var(--action-orange);
}

/* Section module: FAQ accordion. */
.faq-section {
	padding: 5rem 0;
	background: #f6f9fe;
}

.faq-section .section-heading {
	margin-bottom: 2.5rem;
}

.faq-section .accordion-item {
	border: 1px solid #d2e0f1;
	border-radius: 0.85rem;
	margin-bottom: 0.6rem;
	overflow: hidden;
	background: var(--clean-white);
	box-shadow: 0 4px 14px rgba(12, 43, 76, 0.06);
}

.faq-section .accordion-item:last-child {
	margin-bottom: 0;
}

.faq-section .accordion-button {
	font-family: var(--font-main);
	font-size: 1rem;
	font-weight: 700;
	color: var(--primary-navy);
	background: var(--clean-white);
	padding: 1.2rem 1.4rem;
	border-radius: 0;
}

.faq-section .accordion-button:not(.collapsed) {
	color: var(--primary-navy);
	background: #eef4fd;
	box-shadow: none;
}

.faq-section .accordion-button:focus {
	box-shadow: 0 0 0 3px rgba(26, 95, 180, 0.25);
}

.faq-section .accordion-button::after {
	filter: none;
}

.faq-section .accordion-body {
	font-size: 0.97rem;
	line-height: 1.75;
	color: #3d5166;
	padding: 0 1.4rem 1.3rem;
}

/* Section module: location coverage card. */
.location-coverage {
	height: 100%;
	padding: 2rem;
	border-radius: 1.35rem;
	background: linear-gradient(135deg, var(--primary-navy), #1a5f8a);
	color: var(--clean-white);
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 22px 48px rgba(4, 26, 51, 0.33);
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}

.location-coverage h3 {
	margin: 0 0 0.6rem;
	font-family: var(--font-main);
	font-size: 1.3rem;
	font-weight: 800;
	color: var(--clean-white);
}

.location-coverage ul {
	list-style: none;
	padding: 0;
	margin: 0 0 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.location-coverage li {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	font-size: 0.97rem;
	color: rgba(255, 255, 255, 0.9);
}

.location-coverage li .fa-location-dot {
	color: var(--action-orange);
	flex-shrink: 0;
}

/* Section module: location and emergency beacon. */
.location-section {
	padding: 5rem 0;
	background: #f6f9fe;
}

.location-map-card {
	height: 100%;
	min-height: 420px;
	border-radius: 1.35rem;
	overflow: hidden;
	border: 1px solid #d2e0f1;
	box-shadow: 0 20px 44px rgba(12, 43, 76, 0.11);
	background: #dde9f8;
}

.location-map-card iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

/* Section module: emergency contact strip. */
.contact-cta {
	padding: 4.6rem 0;
	background: linear-gradient(120deg, var(--primary-navy), #1a5f8a);
	color: var(--clean-white);
}

.contact-cta .section-heading__eyebrow {
	color: #4db6e8;
}

.contact-cta__content {
	padding: 2rem;
	display: grid;
	grid-template-columns: 1.2fr 0.8fr 1fr;
	gap: 1.4rem;
	align-items: center;
	border-radius: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.06);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

.contact-cta__content h2 {
	font-family: var(--font-main);
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	margin-bottom: 0.75rem;
}

.contact-cta__content p {
	margin-bottom: 0;
	line-height: 1.72;
	color: rgba(255, 255, 255, 0.86);
}

.contact-cta__actions {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.contact-cta__media {
	overflow: hidden;
	border-radius: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(5, 18, 34, 0.86);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
	justify-self: end;
	width: min(100%, 260px);
}

.contact-cta__media img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
	background: rgba(5, 18, 34, 0.95);
}

.contact-cta__trust {
	border-radius: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.07);
	padding: 1.5rem 1.6rem;
	justify-self: end;
}

.contact-cta__trust-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.contact-cta__trust-list li {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	font-size: 0.9rem;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.9);
}

.contact-cta__trust-list li i {
	color: var(--action-orange);
	width: 1rem;
	flex-shrink: 0;
	font-size: 0.85rem;
}

.contact-cta__trust-list strong {
	color: var(--clean-white);
}

/* Section module: about/company snapshot. */
.about-section {
	padding: 5rem 0;
	background: linear-gradient(180deg, #ffffff 0%, #f3f7fc 100%);
}

.about-section__media {
	border-radius: 1.5rem;
	overflow: hidden;
	border: 1px solid #d8e3f0;
	box-shadow: 0 20px 44px rgba(12, 43, 76, 0.12);
	background: #dce8f5;
}

.about-section__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-section__heading {
	max-width: none;
	margin: 0 0 2rem;
}

.about-section__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.about-section__card {
	height: 100%;
	padding: 1.2rem;
	border-radius: 1.1rem;
	background: var(--clean-white);
	border: 1px solid #d9e4f1;
	box-shadow: 0 14px 32px rgba(12, 43, 76, 0.08);
}

.about-section__card h3 {
	margin-bottom: 0.7rem;
	font-family: var(--font-main);
	font-size: 1.04rem;
	color: var(--primary-navy);
}

.about-section__card p {
	margin: 0;
	line-height: 1.7;
	color: #4d6074;
}

.about-section__quote {
	margin: 1.8rem 0 2rem;
	padding: 1.25rem 1.5rem 1.25rem 1.75rem;
	border-left: 4px solid var(--brand-blue-bright);
	border-radius: 0 0.75rem 0.75rem 0;
	background: rgba(77, 182, 232, 0.06);
}

.about-section__quote p {
	margin: 0 0 0.6rem;
	font-size: 1.08rem;
	font-style: italic;
	line-height: 1.65;
	color: var(--primary-navy);
}

.about-section__quote footer {
	font-size: 0.85rem;
	color: #5a7a96;
	font-style: normal;
}

/* Section module: footer. */
.site-footer {
	padding: 4.2rem 0 1rem;
	background: linear-gradient(145deg, #00152d, #002347);
	color: rgba(255, 255, 255, 0.88);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__top {
	padding-bottom: 2rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand__head {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	margin-bottom: 1rem;
}

.footer-brand__head img {
	width: auto;
	height: 52px;
	max-width: 180px;
	object-fit: contain;
	display: block;
	flex-shrink: 0;
}

.footer-brand__head-name {
	margin: 0;
	font-family: var(--font-main);
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--clean-white);
}

.footer-brand__head p {
	margin: 0.2rem 0 0;
	color: #8ec6ff;
	font-size: 0.9rem;
	font-weight: 600;
}

.footer-brand__text {
	margin-bottom: 1rem;
	line-height: 1.72;
	color: rgba(255, 255, 255, 0.8);
}

.btn-footer-cta,
.btn-footer-secondary {
	border-radius: 999px;
	font-family: var(--font-main);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 0.8rem 1.2rem;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.btn-footer-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, #f5a820 0%, #f07900 55%, #c45000 100%);
	color: var(--clean-white);
}

.btn-footer-cta:hover,
.btn-footer-cta:focus-visible {
	background: linear-gradient(180deg, #e09000 0%, #d46a00 55%, #a83c00 100%);
	color: var(--clean-white);
	transform: translateY(-2px);
}

.footer-nav h3,
.footer-contact h3,
.footer-social h3 {
	margin-bottom: 1rem;
	font-family: var(--font-main);
	font-size: 1.03rem;
	color: var(--clean-white);
}

.footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.45rem;
}

.footer-nav a,
.footer-contact a,
.site-footer__legal a {
	color: rgba(255, 255, 255, 0.8);
	transition: color 0.2s ease;
}

.footer-nav a:hover,
.footer-nav a:focus-visible,
.footer-contact a:hover,
.footer-contact a:focus-visible,
.site-footer__legal a:hover,
.site-footer__legal a:focus-visible {
	color: var(--action-orange);
}

.footer-contact address {
	margin: 0;
	font-style: normal;
	display: grid;
	gap: 0.6rem;
}

.footer-contact span,
.footer-contact a {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	line-height: 1.5;
}

.footer-contact i {
	color: var(--action-orange);
}

.footer-social p {
	margin-bottom: 0.9rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.8);
}

.footer-social__links {
	display: flex;
	gap: 0.65rem;
	margin-bottom: 0.95rem;
}

.footer-social__links a {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.22);
	color: var(--clean-white);
	background: rgba(255, 255, 255, 0.08);
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.footer-social__links a:hover,
.footer-social__links a:focus-visible {
	background: var(--action-orange);
	border-color: var(--action-orange);
	transform: translateY(-2px);
	color: var(--clean-white);
}

.btn-footer-secondary {
	width: 100%;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.24);
	color: var(--clean-white);
}

.btn-footer-secondary:hover,
.btn-footer-secondary:focus-visible {
	background: rgba(255, 255, 255, 0.18);
	color: var(--clean-white);
	transform: translateY(-2px);
}

.site-footer__bottom {
	padding-top: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
	text-align: center;
}

.site-footer__bottom p {
	margin: 0;
	font-size: 0.92rem;
	color: rgba(255, 255, 255, 0.72);
}

.site-footer__legal {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	width: 100%;
	flex-wrap: wrap;
}

/* Floating module: persistent call shortcut. */
.floating-cta-call {
	position: fixed;
	right: 1.1rem;
	bottom: 1.1rem;
	z-index: 1040;
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.78rem 1.25rem;
	border-radius: 999px;
	background: var(--action-orange);
	color: var(--clean-white);
	font-family: var(--font-main);
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 8px 28px rgba(240, 121, 0, 0.4);
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.floating-cta-call:hover,
.floating-cta-call:focus-visible {
	background: #c86200;
	transform: translateY(-2px);
	color: var(--clean-white);
}

.floating-cta-call i {
	font-size: 1.1rem;
}

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

/* Page module: privacy-policy.html */
.policy-hero {
	background: var(--primary-navy);
	padding: 7rem 0 3.5rem;
	text-align: center;
}

.policy-hero h1 {
	font-family: var(--font-main);
	font-weight: 800;
	font-size: clamp(1.8rem, 4vw, 2.8rem);
	color: #fff;
	margin-bottom: .5rem;
}

.policy-hero p {
	color: rgba(255, 255, 255, .65);
	font-size: .95rem;
	margin: 0;
}

.policy-body {
	padding: 4rem 0 5rem;
	background: #fff;
}

.policy-body h2 {
	font-family: var(--font-main);
	font-weight: 700;
	font-size: 1.2rem;
	color: var(--primary-navy);
	margin-top: 2.5rem;
	margin-bottom: .75rem;
	padding-top: .25rem;
	border-top: 2px solid #e0e8f0;
}

.policy-body h2:first-of-type {
	margin-top: 0;
	border-top: none;
}

.policy-body p,
.policy-body li {
	font-family: var(--font-sub);
	font-size: 1rem;
	color: #444;
	line-height: 1.75;
}

.policy-body ul {
	padding-left: 1.4rem;
	margin-bottom: 1rem;
}

.policy-body a {
	color: var(--action-orange);
	text-decoration: underline;
}

.policy-body a:hover {
	color: var(--primary-navy);
}

.policy-last-updated {
	display: inline-block;
	background: #f4f7fb;
	border: 1px solid #d5e0ee;
	border-radius: var(--radius);
	padding: .45rem 1rem;
	font-size: .85rem;
	color: #666;
	margin-bottom: 2.5rem;
}

.policy-back-link {
	display: inline-flex;
	align-items: center;
	gap: .4rem;
	color: var(--primary-navy);
	font-family: var(--font-main);
	font-weight: 600;
	font-size: .9rem;
	text-decoration: none;
	margin-bottom: 2rem;
}

.policy-back-link:hover {
	color: var(--action-orange);
}

@media (max-width: 991.98px) {
	:root {
		--header-offset: 144px;
	}

	.site-navbar {
		top: 72px;
		background: rgba(0, 35, 71, 0.98);
	}

	.site-navbar .navbar-collapse {
		margin-top: 1rem;
		padding: 1rem;
		border-radius: 1rem;
		background: rgba(0, 23, 46, 0.98);
		border: 1px solid rgba(255, 255, 255, 0.08);
	}

	.site-navbar .dropdown-menu {
		position: static !important;
		transform: none !important;
		inset: auto !important;
		float: none !important;
		background: rgba(0, 15, 30, 0.5) !important;
		border: none !important;
		border-left: 2px solid rgba(255, 255, 255, 0.2) !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		padding: 0.3rem 0 0.5rem 0.5rem !important;
		margin: 0.15rem 0 0.25rem 0.9rem !important;
		min-width: auto !important;
		width: auto;
	}

	.site-navbar .dropdown-item {
		color: rgba(255, 255, 255, 0.88) !important;
		font-size: 0.88rem;
		padding: 0.55rem 0.9rem;
		border-radius: 0.4rem;
	}

	.site-navbar .dropdown-item:hover,
	.site-navbar .dropdown-item:focus {
		background: rgba(255, 255, 255, 0.12) !important;
		color: var(--clean-white) !important;
	}

	.site-navbar .dropdown-toggle::after {
		margin-left: 0.4em;
	}

	.contact-cta__content {
		grid-template-columns: 1fr;
	}

	.contact-cta__media {
		justify-self: start;
		width: min(100%, 320px);
	}

	.contact-cta__trust {
		justify-self: start;
	}

	.contact-cta__actions {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.site-footer {
		padding-top: 3.6rem;
	}
}

@media (max-width: 767.98px) {
	:root {
		--header-offset: 72px;
	}

	.top-contact-bar {
		display: none;
	}

	.site-navbar {
		top: 0;
	}

	.site-brand img {
		width: auto;
		height: 62px;
		max-width: 150px;
	}

	.hero-section {
		min-height: 60vh;
		padding-top: calc(var(--header-offset) + 1.5rem);
	}

	.hero-section--forney {
		background: url('img/fondo-forney.webp') center center / cover no-repeat;
		min-height: 0;
		padding-top: calc(var(--header-offset) + 1.5rem);
	}

	.hero-headline {
		font-size: clamp(1.9rem, 8vw, 2.5rem);
		margin-bottom: 1rem;
	}

	.btn-hero-primary,
	.btn-hero-secondary {
		width: 100%;
		text-align: center;
	}

	.services-section {
		padding: 4rem 0;
	}

	.service-card ul {
		min-height: 0;
	}

	.btn-offer-primary,
	.btn-offer-secondary,
	.btn-offer-email {
		width: 100%;
		text-align: center;
	}

	.about-section,
	.plans-section,
	.location-section {
		padding: 4rem 0;
	}

	.plan-card {
		padding: 1.5rem 1.25rem;
	}

	.about-section__grid {
		grid-template-columns: 1fr;
	}

	.services-section__trust {
		border-radius: 1rem;
	}

	.contact-cta {
		padding: 3.8rem 0;
	}

	.location-map-card {
		min-height: 300px;
	}

	.contact-cta__content {
		padding: 1.4rem;
	}

	.contact-cta__actions {
		flex-direction: column;
	}

	.site-footer {
		padding-top: 3.2rem;
		padding-bottom: 4.6rem;
	}

	.site-footer__bottom {
		flex-direction: column;
		align-items: center;
	}

	.footer-social__links {
		margin-bottom: 0.8rem;
	}

	.floating-cta-call {
		right: 0.8rem;
		bottom: 0.8rem;
	}
}

/* ── Offer card guarantee line ── */
.offer-card__guarantee {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	margin: 0 0 1.75rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.75);
}
.offer-card__guarantee i {
	color: #6ddb9a;
	font-size: 1rem;
}

/* ── Maintenance plans section ── */
.plans-section {
	padding: 5rem 0;
	background: #f6f9fc;
}

.plan-card {
	position: relative;
	padding: 2rem 1.75rem;
	border-radius: var(--radius);
	background: var(--clean-white);
	border: 1px solid #d7e4f2;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.plan-card:hover {
	box-shadow: 0 8px 24px rgba(0, 35, 71, 0.1);
	transform: translateY(-3px);
}

.plan-card--featured {
	border-color: var(--action-orange);
	box-shadow: 0 6px 20px rgba(240, 121, 0, 0.15);
}

.plan-card__badge {
	display: inline-block;
	padding: 0.2rem 0.75rem;
	border-radius: 999px;
	background: var(--action-orange);
	color: var(--clean-white);
	font-family: var(--font-main);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	align-self: flex-start;
}

.plan-card__name {
	margin: 0;
	font-family: var(--font-main);
	font-size: 1.35rem;
	font-weight: 800;
	color: var(--primary-navy);
}

.plan-card__price {
	margin: 0;
	font-family: var(--font-main);
	font-size: 2.25rem;
	font-weight: 900;
	color: var(--primary-navy);
	line-height: 1;
}
.plan-card__price span {
	font-size: 0.875rem;
	font-weight: 500;
	color: #5a6a7a;
	margin-left: 0.15rem;
}

.plan-card__desc {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.65;
	color: #4a5568;
	flex: 1;
}

.plans-section__note {
	margin-top: 2.5rem;
	font-size: 0.85rem;
	color: #5a6a7a;
}

