@charset "utf-8";

:root {
	--sp-blue:#0756c9;
	--sp-blue-dark:#063d96;
	--sp-yellow:#ffe000;
	--sp-charcoal:#20242b;
	--sp-text:#1f2937;
	--sp-muted:#667085;
	--sp-line:#cbd8e6;
	--sp-soft:#f3f7fc;
	--sp-font:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

html { scroll-behavior:smooth; }

.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;
}

.home-page {
	margin:0;
	background:#e7e7e7;
	color:var(--sp-text);
	font-family:var(--sp-font);
}

.home-page button,
.home-page input,
.home-page select,
.home-page textarea { font-family:inherit; }

.site-header-home {
	position:sticky;
	top:0;
	z-index:1000;
	display:block;
	width:min(1080px, 100%);
	height:auto;
	margin:0 auto;
	padding:0;
	background:#fff;
	background-image:none;
	box-shadow:0 5px 18px rgba(0,0,0,.22);
}

.home-header-main {
	display:grid;
	grid-template-columns:auto 1fr;
	align-items:center;
	gap:22px;
	min-height:74px;
	padding:10px 20px;
}

.home-brand { display:block; line-height:0; }
.home-brand img { display:block; width:64px; height:52px; object-fit:contain; }

.home-offer {
	display:flex;
	align-items:center;
	gap:9px;
	min-height:48px;
	padding:4px 12px 4px 8px;
	border:2px solid var(--sp-blue);
	border-radius:8px;
	color:var(--sp-blue);
	text-decoration:none;
	line-height:1;
}

.home-offer strong {
	padding:3px 5px;
	border-radius:5px;
	background:var(--sp-yellow);
	font-size:34px;
	font-style:italic;
	letter-spacing:-2px;
}

.home-offer span { font-size:12px; font-weight:700; }
.home-offer small { display:block; margin-top:5px; font-size:11px; }

.home-contact {
	display:flex;
	align-items:center;
	justify-content:flex-end;
	gap:20px;
}

.home-email,
.home-phone {
	color:#202020;
	font-size:14px;
	font-weight:600;
	text-decoration:none;
}

.home-phones { display:flex; align-items:center; gap:18px; }
.home-phone { display:flex; flex-direction:column; font-size:17px; line-height:1.15; white-space:nowrap; }
.home-phone small { margin-bottom:3px; color:#667085; font-size:9px; font-weight:700; letter-spacing:.08em; }
.home-phone-number { display:flex; align-items:center; gap:5px; }
.home-phone-icon {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:17px;
	height:17px;
	color:var(--sp-blue-dark);
	flex:0 0 17px;
}
.home-phone-icon svg {
	display:block;
	width:16px;
	height:16px;
	fill:none;
	stroke:currentColor;
	stroke-width:1.9;
	stroke-linecap:round;
	stroke-linejoin:round;
}
.home-phone-icon-fixed svg { fill:currentColor; stroke:none; }
.home-phone-icon-fixed path { fill:currentColor; stroke:none; }

.home-navigation {
	display:block;
	width:100%;
	min-height:38px;
	background:linear-gradient(#30343a, #15171a);
}

.home-navigation ul {
	display:flex;
	align-items:stretch;
	justify-content:center;
	min-height:38px;
	margin:0;
	padding:0 12px;
	list-style:none;
}

.home-navigation li { position:relative; display:flex; margin:0; }
.home-navigation li.is-active::after {
	content:"";
	position:absolute;
	left:12px;
	right:12px;
	bottom:0;
	height:3px;
	background:var(--sp-yellow);
}

.home-navigation a {
	display:flex;
	align-items:center;
	min-height:38px;
	padding:0 15px;
	color:#fff;
	font-size:12.5px;
	font-weight:700;
	letter-spacing:.015em;
	text-decoration:none;
}

.home-navigation a:hover,
.home-navigation a:focus { background:rgba(255,255,255,.1); }
.home-navigation .home-language { margin-left:0; }
.home-navigation .home-language-link {
	width:32px;
	min-width:32px;
	padding:0 1px;
}
.home-language-link img {
	display:block;
	width:27px;
	height:18px;
	border:0;
	border-radius:0;
	box-shadow:none;
	object-fit:fill;
}
.home-mobile-phones,
.home-menu-toggle,
.home-mobile-offer { display:none; }

.home-main {
	width:min(1080px, 100%);
	margin:0 auto;
	background:#fff;
	box-shadow:0 8px 22px rgba(0,0,0,.22);
}

.home-hero {
	position:relative;
	display:grid;
	grid-template-columns:minmax(0, 1fr) 340px;
	align-items:center;
	gap:30px;
	box-sizing:border-box;
	width:100vw;
	margin-right:calc(50% - 50vw);
	margin-left:calc(50% - 50vw);
	min-height:330px;
	padding:32px max(28px, calc((100vw - 1080px) / 2 + 28px)) 30px max(34px, calc((100vw - 1080px) / 2 + 34px));
	background:
		linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.84) 36%, rgba(255,255,255,.18) 62%, rgba(255,255,255,.08) 100%),
		url('../img/hero-mercedes-clase-a-panoramico.jpg') center 52% / 2172px auto no-repeat,
		#f7faff;
	overflow:visible;
}

.home-hero-copy { position:relative; z-index:1; max-width:540px; }

.home-hero h1 {
	margin:0 0 18px;
	padding:0;
	color:var(--sp-blue);
	font-family:var(--sp-font);
	font-size:clamp(31px, 4vw, 43px);
	font-weight:700;
	letter-spacing:-.025em;
	line-height:1.03;
	text-align:left;
	text-shadow:0 1px 0 #fff;
}

.home-guarantee {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:7px;
	margin:0 0 16px;
	font-size:20px;
	line-height:1.25;
}

.home-guarantee strong { text-transform:uppercase; }

.home-mini-logo {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:42px;
	height:32px;
	border:2px solid #1b1b1b;
	border-radius:5px;
	background:var(--sp-yellow);
	color:#000;
	font-size:23px;
	font-weight:900;
}

.home-hero-benefits {
	margin:0;
	padding:0;
	list-style:none;
	font-size:16px;
	font-weight:600;
	line-height:1.4;
}

.home-hero-benefits li { position:relative; margin:9px 0; padding-left:27px; }
.home-hero-benefits li::before {
	content:"\2713";
	position:absolute;
	left:0;
	top:-1px;
	display:flex;
	align-items:center;
	justify-content:center;
	width:18px;
	height:18px;
	border-radius:50%;
	background:#20242b;
	color:#fff;
	font-size:12px;
}

.home-hero-note {
	margin:20px 0 0;
	color:var(--sp-blue-dark);
	font-size:14px;
	font-weight:700;
}

.home-hero-calculator { position:relative; z-index:2; }

.home-calculator {
	width:100%;
	scroll-margin-top:128px;
	border:0;
	border-radius:9px;
	background:#fff;
	box-shadow:0 9px 24px rgba(3,35,83,.25);
	overflow:visible;
}

.home-calculator > h2 {
	margin:0;
	padding:11px 12px;
	border-radius:9px 9px 0 0;
	background:linear-gradient(#126add, #0642ae);
	color:#fff;
	font-size:19px;
	font-weight:700;
	line-height:1.1;
	text-align:center;
}

.home-calculator-form { padding:16px 16px 14px; }
.home-calculator-row {
	display:grid;
	grid-template-columns:minmax(0, 1fr) 112px;
	gap:12px;
	margin-bottom:13px;
}

.home-calculator label {
	display:block;
	margin:0 0 5px;
	color:#252525;
	font-size:13px;
	font-weight:600;
}

.home-calculator input,
.home-calculator select {
	box-sizing:border-box;
	width:100%;
	height:44px;
	min-height:44px;
	margin:0;
	padding:7px 10px;
	border:1px solid #b8c0cc;
	border-radius:6px;
	background:#fff;
	box-shadow:inset 0 1px 2px rgba(0,0,0,.06);
	color:#202020;
	font-size:14px;
}

.home-calculator input { cursor:pointer; }

.home-calculator input:focus,
.home-calculator select:focus {
	border-color:var(--sp-blue);
	outline:3px solid rgba(7,86,201,.18);
	box-shadow:none;
}

.home-date-field { position:relative; min-width:0; }

.home-date-trigger {
	display:flex;
	align-items:center;
	justify-content:flex-start;
	width:100%;
	height:44px;
	min-height:44px;
	gap:10px;
	padding:7px 10px;
	border:1px solid #b8c0cc;
	border-radius:6px;
	background:#fff;
	box-shadow:inset 0 1px 2px rgba(0,0,0,.06);
	color:#202020;
	font:600 14px/1.25 var(--sp-font);
	text-align:left;
	cursor:pointer;
}

.home-field-icon {
	flex:0 0 18px;
	width:18px;
	height:18px;
	fill:none;
	stroke:var(--sp-blue);
	stroke-linecap:round;
	stroke-linejoin:round;
	stroke-width:2;
}

.home-time-control { position:relative; }
.home-time-control .home-field-icon {
	position:absolute;
	z-index:1;
	top:50%;
	left:11px;
	pointer-events:none;
	transform:translateY(-50%);
}
.home-time-control::after {
	content:"";
	position:absolute;
	top:50%;
	right:12px;
	width:7px;
	height:7px;
	border-right:2px solid #49658d;
	border-bottom:2px solid #49658d;
	pointer-events:none;
	transform:translateY(-65%) rotate(45deg);
}
.home-time-control select {
	appearance:none;
	padding-left:37px;
	padding-right:31px;
}

.home-date-trigger:hover { border-color:#7c9ac1; }
.home-date-trigger:focus,
.home-date-trigger[aria-expanded="true"] {
	border-color:var(--sp-blue);
	outline:3px solid rgba(7,86,201,.18);
	box-shadow:none;
}

.home-date-popover {
	position:absolute;
	z-index:80;
	top:calc(100% + 8px);
	left:0;
	width:296px;
	max-width:calc(100vw - 42px);
	border:1px solid #d2d8e2;
	border-radius:4px;
	background:#fff;
	box-shadow:0 12px 30px rgba(15,39,78,.3);
	overflow:hidden;
}

.home-date-popover::before {
	content:"";
	position:absolute;
	top:-7px;
	left:18px;
	width:12px;
	height:12px;
	border-top:1px solid #d2d8e2;
	border-left:1px solid #d2d8e2;
	background:#214797;
	transform:rotate(45deg);
}

.home-calendar-header {
	display:grid;
	grid-template-columns:48px 1fr 48px;
	align-items:center;
	min-height:58px;
	background:#214797;
	color:#fff;
}

.home-calendar-header strong {
	font-size:18px;
	letter-spacing:.3px;
	text-align:center;
}

.home-calendar-nav {
	display:flex;
	align-items:center;
	justify-content:center;
	width:48px;
	height:58px;
	padding:0;
	border:0;
	background:#173b87;
	color:#fff;
	font-size:34px;
	font-weight:700;
	cursor:pointer;
}

.home-calendar-nav:hover,
.home-calendar-nav:focus { background:#102f73; outline:0; }
.home-calendar-nav:disabled { opacity:.28; cursor:not-allowed; }

.home-calendar-weekdays,
.home-calendar-days {
	display:grid;
	grid-template-columns:repeat(7, 1fr);
}

.home-calendar-weekdays {
	padding:7px 6px 5px;
	background:#214797;
	color:#fff;
}

.home-calendar-weekdays span {
	font-size:12px;
	font-weight:700;
	text-align:center;
}

.home-calendar-days { padding:5px 6px 8px; }

.home-calendar-days button {
	display:flex;
	align-items:center;
	justify-content:center;
	min-width:0;
	height:40px;
	padding:0;
	border:0;
	border-radius:0;
	background:#fff;
	color:#30343a;
	font:500 14px/1 var(--sp-font);
	cursor:pointer;
}

.home-calendar-days button:hover:not(:disabled) {
	position:relative;
	z-index:2;
	background:#e8f0ff;
	box-shadow:inset 0 0 0 2px #214797;
}

.home-calendar-days .is-other-month { color:#c5c8ce; }
.home-calendar-days .is-disabled { color:#d6d8dc; background:#fafafa; cursor:not-allowed; }
.home-calendar-days .is-in-range { background:#ffd3b9; color:#282828; }
.home-calendar-days .is-selected { background:#ff5a00; color:#fff; font-weight:700; }
.home-calendar-days .is-start { border-radius:4px 0 0 4px; }
.home-calendar-days .is-end { border-radius:0 4px 4px 0; }
.home-calendar-days .is-start.is-end { border-radius:4px; }

.home-date-error {
	margin:0;
	padding:8px 12px;
	background:#fff1ed;
	color:#a63217;
	font-size:12px;
	font-weight:700;
	line-height:1.35;
	text-align:center;
}

.home-calculator-submit {
	display:block;
	width:100%;
	min-height:48px;
	margin:3px 0 10px;
	padding:8px 12px;
	border:0;
	border-radius:7px;
	border-bottom:2px solid #d8ce00;
	background:#ffe000;
	box-shadow:0 4px 8px rgba(115,87,0,.24);
	color:#063d96;
	font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
	font-size:16px;
	font-weight:800;
	letter-spacing:.01em;
	line-height:1.15;
	cursor:pointer;
}

.home-calculator-submit:hover,
.home-calculator-submit:focus {
	border-bottom-color:#b9ae00;
	background:#e9df00;
	box-shadow:0 4px 10px rgba(115,87,0,.3);
	color:#063d96;
	outline:3px solid rgba(255,224,0,.34);
	transform:translateY(1px);
}

.home-price-note { margin:0;padding:8px 7px 1px;border-top:1px solid #e6ebf2;text-align:center;line-height:1.3; }
.home-price-note strong { display:block;color:#183d77;font-size:13px; }
.home-price-note span { display:block;margin-top:1px;color:#68758a;font-size:12px; }

.home-feature-grid {
	display:grid;
	grid-template-columns:repeat(4, minmax(0, 1fr));
	gap:12px;
	padding:12px 18px 14px;
}

.home-feature-card {
	display:flex;
	align-items:center;
	gap:10px;
	min-width:0;
	min-height:82px;
	padding:10px 11px;
	border:1px solid var(--sp-line);
	border-radius:8px;
	background:#fff;
	box-shadow:0 4px 14px rgba(6,61,150,.10);
}

.home-feature-card svg { flex:0 0 46px; width:46px; height:46px; fill:var(--sp-blue); }
.home-feature-card:first-child svg { display:none; }
.home-feature-card:first-child::before {
	content:"";
	flex:0 0 46px;
	width:46px;
	height:46px;
	background:var(--sp-blue);
	-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 16c0 .88.39 1.67 1 2.22V20c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h8v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1.78c.61-.55 1-1.34 1-2.22V5c0-3.5-3.58-4-8-4S4 1.5 4 5v11Zm3.5 1c-.83 0-1.5-.67-1.5-1.5S6.67 14 7.5 14 9 14.67 9 15.5 8.33 17 7.5 17ZM4 11V5h16v6H4Zm12.5 6c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5Z'/%3E%3C/svg%3E") center/contain no-repeat;
	mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 16c0 .88.39 1.67 1 2.22V20c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h8v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1.78c.61-.55 1-1.34 1-2.22V5c0-3.5-3.58-4-8-4S4 1.5 4 5v11Zm3.5 1c-.83 0-1.5-.67-1.5-1.5S6.67 14 7.5 14 9 14.67 9 15.5 8.33 17 7.5 17ZM4 11V5h16v6H4Zm12.5 6c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5Z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.home-feature-card:nth-child(4) svg { display:none; }
.home-feature-card:nth-child(4)::before {
	content:"";
	flex:0 0 46px;
	width:46px;
	height:46px;
	background:var(--sp-blue);
	-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' d='M19 3h2v18h-2V3Zm-1 4-4 4 2 2 4-4-2-2ZM4 8l10 3-2 6-10-3 2-6Zm1.3 2.5-.7 2 6 1.8.7-2-6-1.8Z'/%3E%3C/svg%3E") center/contain no-repeat;
	mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' d='M19 3h2v18h-2V3Zm-1 4-4 4 2 2 4-4-2-2ZM4 8l10 3-2 6-10-3 2-6Zm1.3 2.5-.7 2 6 1.8.7-2-6-1.8Z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.home-feature-card:nth-child(4)::before {
	background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg fill='none' stroke='%230756c9' stroke-linecap='round' stroke-linejoin='round' stroke-width='3.2'%3E%3Cpath d='M4 14 35 2l4 10L8 24 4 14Z'/%3E%3Cpath d='m8 24 4 10 5-2-3-9'/%3E%3Cpath d='m31 16 3 8-4 2-3-8'/%3E%3Cpath d='M27 24v6c0 3 2 5 5 5s5-2 5-5v-3'/%3E%3Cpath d='M32 35v7h10M42 27v15M36 42h6'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
	-webkit-mask:none;
	mask:none;
}
.home-feature-card h2 { margin:0 0 5px; color:var(--sp-blue-dark); font-size:14px; font-weight:700; line-height:1.25; }
.home-feature-card p { margin:0; font-size:12.5px; line-height:1.4; }

/* Compact horizontal benefit cards used below the hero. */
.home-feature-card::before { display:none !important; }
.home-feature-card svg,
.home-feature-card:first-child svg,
.home-feature-card:nth-child(4) svg { box-sizing:border-box;display:block;flex:0 0 48px;width:48px;height:48px;padding:9px;border-radius:50%;background:var(--sp-blue-dark);fill:none;stroke:#fff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round; }
.home-feature-card svg text { fill:#fff;stroke:none;font-family:var(--sp-font);font-size:10px;font-weight:850; }
.home-feature-card h2 { margin:0 0 4px;color:var(--sp-blue-dark);font-size:11px;font-weight:850;line-height:1.18;text-transform:uppercase; }
.home-feature-card p { margin:0;color:#303946;font-size:10px;line-height:1.35; }

.home-included {
	margin:0 18px 18px;
	padding:16px 18px 18px;
	border:1px solid #064677;
	border-top:4px solid var(--sp-yellow);
	border-radius:10px;
	background:linear-gradient(145deg, var(--sp-blue) 0%, #064f82 52%, var(--sp-blue-dark) 100%);
	box-shadow:0 6px 16px rgba(0,45,81,.22);
}

.home-included h2 {
	margin:0 0 4px;
	color:#fff;
	font-size:20px;
	font-weight:700;
	line-height:1.2;
	text-align:center;
}

.home-included > p {
	margin:0 0 10px;
	color:rgba(255,255,255,.82);
	font-size:13px;
	line-height:1.45;
	text-align:center;
}

.home-included ul {
	display:grid;
	grid-template-columns:repeat(3, minmax(0, 1fr));
	gap:7px 10px;
	margin:0;
	padding:0;
	list-style:none;
}

.home-included li {
	position:relative;
	display:flex;
	align-items:center;
	min-height:36px;
	padding:5px 8px 5px 34px;
	border:0;
	background:transparent;
	color:#fff;
	font-size:13px;
	font-weight:600;
	line-height:1.35;
}

.home-included li::before {
	content:"\2713";
	position:absolute;
	left:5px;
	top:50%;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:22px;
	height:22px;
	box-sizing:border-box;
	border:3px solid var(--sp-yellow);
	border-radius:50%;
	background:#fff;
	color:#b08f00;
	font-size:15px;
	font-weight:700;
	transform:translateY(-50%);
}

.home-process {
	margin:2px 18px 18px;
	padding:15px 20px 18px;
	border:1px solid #c8def5;
	border-radius:8px;
	background:#eef6ff;
}

.home-process > h2 { margin:0 0 14px; color:var(--sp-blue); font-size:22px; font-weight:700; line-height:1.2; text-align:center; }
.home-process ol {
	display:grid;
	grid-template-columns:repeat(4, minmax(0, 1fr));
	margin:0;
	padding:0;
	list-style:none;
	counter-reset:steps;
}

.home-process li { position:relative; min-width:0; padding:0 16px; text-align:center; }
.home-process li:not(:last-child)::after {
	content:"";
	position:absolute;
	top:16px;
	left:calc(50% + 26px);
	width:calc(100% - 52px);
	height:2px;
	background:var(--sp-blue);
}

.home-process li:not(:last-child)::before {
	content:"";
	position:absolute;
	z-index:2;
	top:12px;
	right:15px;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-left:8px solid var(--sp-blue);
}

.home-step-number {
	position:relative;
	z-index:3;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:34px;
	height:34px;
	margin-bottom:8px;
	border-radius:50%;
	background:var(--sp-blue);
	color:#fff;
	font-size:18px;
	font-weight:700;
}

.home-process h3 { margin:0 0 5px; color:var(--sp-blue-dark); font-size:14px; font-weight:700; line-height:1.25; }
.home-process p { margin:0; font-size:12px; line-height:1.35; }

.home-seo-copy {
	margin:0 18px 18px;
	padding:22px 24px 23px;
	border-left:4px solid var(--sp-yellow);
	border-radius:8px;
	background:#fff;
	box-shadow:0 4px 14px rgba(6,61,150,.07);
}
.home-seo-copy h2 {
	margin:0 0 11px;
	padding:0;
	color:var(--sp-blue-dark);
	font-size:24px;
	font-weight:750;
	letter-spacing:-.015em;
	line-height:1.2;
	text-align:left;
}
.home-seo-copy p {
	margin:0 0 11px;
	color:#2d3748;
	font-size:16px;
	line-height:1.65;
}
.home-seo-copy p:last-child { margin-bottom:0; }
.home-seo-copy a { color:var(--sp-blue-dark);font-weight:700;text-decoration:underline;text-underline-offset:2px; }
.home-seo-copy a:hover,.home-seo-copy a:focus { color:var(--sp-blue);text-align:left; }

.home-service-links {
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:16px;
	padding:0 18px 18px;
}

.home-service-links article {
	display:grid;
	grid-template-columns:44% 1fr;
	min-width:0;
	border:1px solid var(--sp-line);
	border-radius:8px;
	background:#fff;
	box-shadow:0 4px 14px rgba(6,61,150,.08);
	overflow:hidden;
}

.home-service-links img { width:100%; height:100%; min-height:130px; object-fit:cover; }
.home-service-links article > div { display:flex; flex-direction:column; align-items:flex-start; padding:16px; }
.home-service-links h2 { margin:0 0 6px; color:var(--sp-blue); font-size:20px; }
.home-service-links p { margin:0 0 10px; font-size:14px; line-height:1.35; }
.home-service-links a,
.home-installations a,
.home-media-cta a {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:34px;
	margin-top:auto;
	padding:7px 13px;
	border-radius:5px;
	background:linear-gradient(#1672ed, #073bbd);
	color:#fff;
	font-size:12px;
	font-weight:700;
	text-decoration:none;
}

.home-installations {
	display:grid;
	grid-template-columns:42% 58%;
	margin:0 18px 18px;
	border:1px solid var(--sp-line);
	border-radius:8px;
	background:#fff;
	box-shadow:0 4px 14px rgba(6,61,150,.08);
	overflow:hidden;
}

.home-installations-copy { padding:20px; }
.home-installations h2 { margin:0 0 7px; color:var(--sp-blue); font-size:21px; }
.home-installations p { margin:0 0 8px; font-size:13px; line-height:1.4; }
.home-installations img { width:100%; height:100%; min-height:220px; object-fit:cover; }

.home-airport-context {
	display:flex;
	flex-direction:column;
	margin:0 18px 18px;
	border:1px solid var(--sp-line);
	border-top:4px solid var(--sp-yellow);
	border-radius:10px;
	background:#fff;
	box-shadow:0 4px 14px rgba(6,61,150,.08);
	overflow:hidden;
}
.home-airport-context-copy { padding:24px 26px 26px; }
.home-airport-eyebrow { margin:0 0 7px;color:var(--sp-blue);font-size:12px;font-weight:850;letter-spacing:.075em;line-height:1.2;text-transform:uppercase; }
.home-airport-context h2 { margin:0 0 13px;color:var(--sp-blue-dark);font-size:25px;font-weight:780;letter-spacing:-.018em;line-height:1.17; }
.home-airport-context-copy > p:not(.home-airport-eyebrow) { margin:0 0 12px;color:var(--sp-text);font-size:14px;line-height:1.58; }
.home-airport-context-copy a:not(.home-airport-cta) { color:var(--sp-blue-dark);font-weight:700;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px; }
.home-airport-stats { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:16px 0;padding:0;list-style:none; }
.home-airport-stats li { min-width:0;padding:10px 8px;border:1px solid #c8def5;border-radius:7px;background:#eef6ff;text-align:center; }
.home-airport-stats strong,.home-airport-stats span { display:block; }
.home-airport-stats strong { color:var(--sp-blue-dark);font-size:16px;line-height:1.15; }
.home-airport-stats span { margin-top:3px;color:#445166;font-size:10.5px;line-height:1.25; }
.home-airport-cta { display:inline-flex;align-items:center;justify-content:center;min-height:38px;margin-top:3px;padding:8px 15px;border-radius:5px;background:linear-gradient(#1672ed,#073bbd);color:#fff;font-size:12px;font-weight:800;text-decoration:none; }
.home-airport-cta:hover,.home-airport-cta:focus { background:#063d96;color:#fff; }
.home-airport-context-media { position:relative;order:-1;min-width:0;margin:0;background:#dce9f6; }
.home-airport-context-media img { display:block;width:100%;height:auto;min-height:0;object-fit:cover;object-position:center; }
.home-airport-context-media figcaption { position:absolute;right:10px;bottom:9px;left:10px;padding:7px 9px;border-radius:4px;background:rgba(9,25,47,.78);color:#fff;font-size:10.5px;line-height:1.3; }
.home-airport-context-media figcaption a { color:#fff;text-decoration:underline;text-underline-offset:2px; }

.home-agencies {
	margin:0 18px 18px;
	padding:14px 18px;
	border:1px solid var(--sp-line);
	border-radius:8px;
	background:#fff;
	box-shadow:0 4px 14px rgba(6,61,150,.08);
	text-align:center;
}

.home-agencies h2 { margin:0 0 5px; color:var(--sp-blue); font-size:21px; }
.home-agencies img { display:block; width:min(100%, 780px); height:auto; max-height:100px; margin:0 auto; object-fit:contain; }

.home-media {
	display:grid;
	grid-template-columns:1fr 1.15fr;
	gap:32px;
	align-items:center;
	padding:0 18px 22px;
}

.home-video { position:relative; aspect-ratio:16 / 9; overflow:hidden; border-radius:8px; }
.home-video iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }
.home-media-cta p { margin:0 0 18px; font-size:15px; line-height:1.5; }
.home-media-cta a { width:min(100%, 360px); min-height:44px; font-size:17px; }

.home-page footer {
	box-sizing:border-box;
	width:min(1080px, 100%);
	margin:0 auto;
}

@media (max-width:959px) {
	.home-page { padding-bottom:58px; background:#fff; }

	.site-header-home {
		position:sticky;
		display:block;
		width:100%;
		padding:0;
		background:#fff;
	}

	.home-header-main {
		display:grid;
		grid-template-columns:auto 1fr auto;
		gap:12px;
		min-height:66px;
		padding:8px 14px;
	}

	.home-brand img { width:56px; height:48px; }
	.home-offer,
	.home-contact { display:none; }

	.home-mobile-phones {
		display:flex;
		flex-direction:column;
		align-items:flex-end;
		justify-content:center;
		justify-self:end;
		gap:3px;
	}

	.home-mobile-phones a {
		display:flex;
		align-items:center;
		gap:4px;
		color:var(--sp-blue-dark);
		font-size:12px;
		font-weight:700;
		line-height:1.2;
		text-decoration:none;
		white-space:nowrap;
	}

	.home-menu-toggle {
		position:static;
		display:inline-flex;
		align-items:center;
		justify-content:center;
		width:44px;
		height:42px;
		min-height:42px;
		padding:0;
		border:0;
		border-radius:6px;
		background:#25282d;
		color:#fff;
		font-size:25px;
		cursor:pointer;
	}

	.home-mobile-offer {
		display:block;
		padding:7px 12px;
		background:var(--sp-yellow);
		color:var(--sp-blue-dark);
		font-size:12px;
		font-weight:800;
		line-height:1.25;
		text-align:center;
		text-decoration:none;
	}

	.home-navigation {
		position:absolute;
		top:100%;
		left:0;
		display:none;
		width:100%;
		box-shadow:0 8px 15px rgba(0,0,0,.25);
	}

	.site-header-home.menu-open .home-navigation { display:block; }
	.home-navigation ul { display:block; padding:0; }
	.home-navigation li { display:block; border-top:1px solid rgba(255,255,255,.12); }
	.home-navigation a { min-height:46px; padding:0 18px; font-size:14px; }
	.home-navigation li.is-active::after { display:none; }
	.home-navigation .home-language { margin:0; }
	.home-navigation .home-language-link {
		width:100%;
		justify-content:flex-start;
		padding-left:18px;
	}
.home-language-link img { width:30px; height:30px; }

/* Compact square language flags aligned to the navigation bar. */
.home-navigation .home-language { gap:1px; }
.home-navigation .home-language-link { width:22px; min-width:22px; height:38px; padding:0 2px; }
.home-language-link img,
.home-language-link.is-current img { width:16px; height:10px; border:0; border-radius:0; box-shadow:none; opacity:.82; object-fit:cover; }
.home-language-link:hover img,
.home-language-link:focus img,
.home-language-link.is-current img { border:0; box-shadow:none; opacity:1; }
@media (max-width:959px) {
 .home-navigation .home-language { gap:0; }
 .home-navigation .home-language-link { width:50%; min-width:0; height:46px; padding:0 14px; }
 .home-language-link img,
 .home-language-link.is-current img { width:16px; height:10px; border:0; border-radius:0; box-shadow:none; object-fit:cover; }
}

	.home-main { width:100%; margin:0; box-shadow:none; }

	.home-hero {
		display:block;
		min-height:0;
		padding:20px 16px 18px;
		background:
			linear-gradient(180deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.82) 48%, rgba(255,255,255,.42) 100%),
			url('../img/hero-mercedes-clase-a-orientacion-original.png') center 118px / auto 300px no-repeat;
	}

	.home-hero-copy { max-width:none; }
	.home-hero h1 { margin-bottom:14px; font-size:clamp(27px, 8vw, 38px); line-height:1.05; }
	.home-guarantee { margin-bottom:12px; font-size:17px; }
	.home-mini-logo { width:36px; height:28px; font-size:20px; }
	.home-hero-benefits { font-size:13px; }
	.home-hero-benefits li { margin:7px 0; }
	.home-hero-note { margin:14px 0; font-size:12px; }
	.home-hero-calculator { margin-top:12px; }
	.home-calculator { max-width:520px; margin:0 auto; }
	.home-calculator { scroll-margin-top:123px; }
	.home-calculator > h2 { padding:8px 10px; font-size:16px; }
	.home-calculator-form { padding:12px; }
	.home-calculator-row { grid-template-columns:minmax(0, 1fr) 112px; gap:9px; margin-bottom:10px; }
	.home-calculator label { font-size:12px; }
	.home-calculator input,
	.home-calculator select,
	.home-date-trigger { height:46px; min-height:46px; padding-top:7px; padding-bottom:7px; font-size:16px; }
	.home-date-popover {
		position:fixed;
		z-index:5000;
		top:auto;
		right:auto;
		bottom:max(10px, env(safe-area-inset-bottom));
		left:50vw;
		width:min(296px, calc(100vw - 20px));
		max-width:none;
		max-height:calc(100vh - 20px);
		max-height:calc(100dvh - 20px);
		border-radius:10px;
		box-shadow:0 14px 45px rgba(5,20,48,.42);
		transform:translateX(-50%);
	}
	.home-date-popover::before { display:none; }
	.home-calendar-days button { height:42px; font-size:15px; }
	.home-calculator-submit { min-height:48px; font-size:16px; }
	.home-field-icon { flex-basis:19px;width:19px;height:19px; }

	.home-feature-grid { grid-template-columns:1fr 1fr;gap:8px;padding:12px; }
	.home-feature-card { align-items:flex-start;gap:8px;min-height:108px;padding:10px 9px; }
	.home-feature-card svg,.home-feature-card:first-child svg,.home-feature-card:nth-child(4) svg { flex-basis:38px;width:38px;height:38px;padding:7px; }
	.home-feature-card h2 { font-size:11px; }
	.home-feature-card p { font-size:10.5px;line-height:1.35; }

	.home-included { margin:0 12px 14px; padding:14px 13px 15px; }
	.home-included h2 { font-size:18px; }
	.home-included > p { margin-bottom:10px; font-size:12.5px; }
	.home-included ul { grid-template-columns:repeat(2, minmax(0, 1fr)); gap:7px; }
	.home-included li { min-height:36px; padding:6px 6px 6px 34px; font-size:12.5px; }
	.home-included li::before { left:5px; }

	.home-process { margin:0 12px 16px; padding:14px 14px 15px; }
	.home-process > h2 { font-size:19px; }
	.home-process ol { display:block; }
	.home-process li { display:grid; grid-template-columns:32px 1fr; gap:11px; min-height:66px; padding:0 0 14px; text-align:left; }
	.home-process li:not(:last-child)::after { top:29px; left:15px; width:2px; height:calc(100% - 12px); }
	.home-process li:not(:last-child)::before { display:none; }
	.home-step-number { width:30px; height:30px; margin:0; font-size:15px; }
	.home-process h3 { margin-top:2px; font-size:13px; }
	.home-process p { font-size:12.5px; line-height:1.4; }

	.home-seo-copy { margin:0 12px 15px;padding:17px 16px 18px; }
	.home-seo-copy h2 { margin-bottom:9px;font-size:20px;line-height:1.24; }
	.home-seo-copy p { margin-bottom:10px;font-size:15px;line-height:1.58; }

	.home-service-links { gap:10px; padding:0 12px 14px; }
	.home-service-links article { grid-template-columns:43% 1fr; }
	.home-service-links img { min-height:116px; }
	.home-service-links article > div { padding:11px; }
	.home-service-links h2 { font-size:15px; }
	.home-service-links p { font-size:12.5px; line-height:1.4; }
	.home-service-links a { min-height:32px; padding:6px 8px; font-size:12px; }

	.home-installations { grid-template-columns:1fr 44%; margin:0 12px 14px; }
	.home-installations-copy { padding:14px; }
	.home-installations h2 { font-size:17px; }
	.home-installations p { font-size:12.5px; line-height:1.45; }
	.home-installations a { font-size:12px; }
	.home-installations img { min-height:190px; }

	.home-airport-context { margin:0 12px 14px; }
	.home-airport-context-copy { padding:18px; }
	.home-airport-context h2 { font-size:20px; }
	.home-airport-context-copy > p:not(.home-airport-eyebrow) { font-size:12.5px;line-height:1.5; }
	.home-airport-stats { gap:6px;margin:13px 0; }
	.home-airport-stats li { padding:8px 5px; }
	.home-airport-stats strong { font-size:14px; }
	.home-airport-stats span { font-size:9.5px; }
	.home-airport-context-media img { height:auto;min-height:0; }

	.home-agencies { margin:0 12px 14px; padding:12px; }
	.home-agencies h2 { font-size:18px; }
	.home-agencies img { max-height:76px; }

	.home-media { grid-template-columns:1fr; gap:14px; padding:0 12px 18px; }
	.home-media-cta { text-align:center; }
	.home-media-cta p { margin-bottom:12px; font-size:13px; }
	.home-media-cta a { width:100%; }

	.home-page .cookieinfo {
		bottom:0 !important;
		padding:9px 12px !important;
		font-size:12px !important;
		line-height:1.4 !important;
	}
}

@media (max-width:560px) {
	.home-email { display:none; }
	.home-included ul { grid-template-columns:1fr; }
	.home-service-links { grid-template-columns:1fr 1fr; }
	.home-installations { display:block; }
	.home-installations img { display:block; width:100%; height:170px; min-height:0; }
	.home-installations a { margin-top:4px; }
	.home-airport-context { display:flex;flex-direction:column;margin:0 12px 14px; }
	.home-airport-context-copy { padding:18px 16px 20px; }
	.home-airport-context h2 { font-size:21px; }
	.home-airport-context-copy > p:not(.home-airport-eyebrow) { font-size:13px;line-height:1.55; }
	.home-airport-stats { grid-template-columns:1fr; }
	.home-airport-stats li { display:grid;grid-template-columns:auto 1fr;align-items:center;gap:8px;padding:9px 12px;text-align:left; }
	.home-airport-stats span { margin-top:0; }
	.home-airport-cta { width:100%;box-sizing:border-box; }
	.home-airport-context-media { order:-1; }
	.home-airport-context-media img { height:auto;min-height:0;object-position:center; }
}

@media (max-width:380px) {
	.home-mobile-phones a { font-size:11px; }
	.home-feature-card { display:flex; }
	.home-feature-card svg { margin-bottom:0; }
	.home-service-links { grid-template-columns:1fr; }
}

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