.home-hero { position: relative; overflow: hidden; color: var(--color-white); min-height: 560px; display: flex; align-items: center; background-color: var(--color-dark); background-size: cover; background-position: center; }
.home-hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.home-hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(96deg, rgba(5,18,15,.97) 0%, rgba(5,18,15,.93) 24%, rgba(5,18,15,.70) 43%, rgba(5,18,15,.38) 62%, rgba(5,18,15,.20) 79%, rgba(5,18,15,.18) 100%);
}
.home-hero-copy { position: relative; z-index: 2; margin: 0; padding-top: 80px; padding-bottom: 80px; max-width: 560px; }
.home-hero-copy h1 { margin: 0 0 16px; font-size: clamp(36px, 3.2vw, 44px); font-weight: 600; line-height: 1.08; text-transform: uppercase; }
.home-hero-copy p { max-width: 500px; margin: 0; font-size: 16px; line-height: 1.55; opacity: 1; }
.home-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }

.home-stats { padding: 14px 0 10px; background: #05090a; color: var(--color-white); }
.home-stats-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 11px 18px; background: #0b1113; border: 1px solid rgba(188, 198, 198, .24); border-radius: 3px; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .36); }
.home-stats-grid::before { content: ''; position: absolute; top: -1px; left: -1px; width: 18%; height: 2px; background: var(--color-gold); border-radius: 3px 0 0 0; }
.home-stat { display: flex; gap: 14px; align-items: flex-start; min-width: 0; padding: 4px 20px; border-right: 1px solid rgba(188, 198, 198, .22); }
.home-stat:first-child { padding-left: 2px; }
.home-stat:last-child { padding-right: 2px; border-right: 0; }
.home-stat-icon { width: 38px; height: 38px; color: var(--color-gold); flex-shrink: 0; }
.home-stat-icon .icon { width: 100%; height: 100%; }
.home-stat-icon img { width: 100%; height: 100%; object-fit: contain; }
.home-stat strong { display: block; color: var(--color-white); font-size: 16px; line-height: 1.05; }
.home-stat span { display: block; margin-top: 2px; color: rgba(255, 255, 255, .78); font-size: 8px; line-height: 1.15; text-transform: uppercase; font-weight: 700; }
.home-stat p { margin: 8px 0 0; color: rgba(255, 255, 255, .72); font-size: 9px; line-height: 1.3; }

@media (max-width: 1024px) {
	.home-stats-grid { grid-template-columns: repeat(2, 1fr); }
	.home-stat { padding: 12px 20px; }
	.home-stat:nth-child(2) { padding-right: 2px; border-right: 0; }
	.home-stat:nth-child(3) { padding-left: 2px; }
}
@media (max-width: 640px) {
	.home-hero { min-height: 460px; }
	.home-hero-copy { padding-top: 56px; padding-bottom: 56px; }
	.home-hero-copy h1 { font-size: 30px; }
	.home-stats { padding: 12px 0; }
	.home-stats-grid { grid-template-columns: 1fr; margin: 0 16px; padding: 8px 18px; }
	.home-stat, .home-stat:first-child, .home-stat:nth-child(3), .home-stat:last-child { padding: 13px 2px; border-right: 0; border-bottom: 1px solid rgba(188, 198, 198, .22); }
	.home-stat:last-child { border-bottom: 0; }
}

.home-servicios { padding: 64px 0; }
.servicios-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.home-servicios .servicio-card-header { gap: 14px; }
.home-servicios .servicio-card-icon { width: 44px; height: 44px; }
.home-servicios .servicio-card-icon .icon { width: 100%; height: 100%; }

.home-why-us { background: #090d0e; color: var(--color-white); overflow: hidden; }
.home-why-us-grid { display: grid; grid-template-columns: 30% 70%; width: 100%; max-width: 1900px; min-height: 370px; margin: 0 auto; }
.home-why-us-copy { display: flex; flex-direction: column; justify-content: center; padding: 36px 44px 34px; }
.home-why-us-copy h2 { max-width: 390px; font-size: 29px; font-weight: 700; letter-spacing: -.02em; text-transform: uppercase; }
.home-why-us-copy h2 .text-green { display: block; }
.home-why-us-copy ul { list-style: none; padding: 0; margin: 16px 0 20px; }
.home-why-us-copy li { display: flex; align-items: center; gap: 9px; padding: 4px 0; font-size: 14px; }
.check-badge { width: 17px; height: 17px; border-radius: 50%; background: var(--color-green); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.check-badge .icon { width: 10px; height: 10px; color: var(--color-white); }
.home-why-us-copy .btn { width: 100%; justify-content: space-between; padding: 14px 26px; font-size: 13px; }
.home-why-us-visual { position: relative; display: flex; align-items: center; justify-content: center; min-height: 370px; background-color: #26312f; background-position: center; background-size: cover; }
.home-why-us-visual::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 14, 14, .08), rgba(8, 14, 14, .54)); }
.home-why-us-badge { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; max-width: 275px; text-align: center; }
.home-why-us-badge h3 { max-width: 230px; font-size: 20px; font-weight: 700; line-height: 1.2; text-transform: uppercase; margin: 0 0 14px; }
.home-why-us-badge h3 .text-green { display: block; }
.home-why-us-badge p { max-width: 260px; font-size: 15px; font-weight: 600; line-height: 1.55; margin: 0; }
.badge-icon { width: 76px; height: 76px; background: var(--color-green); border: 3px solid rgba(255,255,255,.42); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.badge-icon .icon { width: 38px; height: 38px; color: var(--color-white); }

@media (max-width: 1024px) {
	.servicios-grid { grid-template-columns: repeat(2, 1fr); }
	.home-why-us-grid { grid-template-columns: 1fr; }
	.home-why-us-copy { min-height: 370px; max-width: none; }
	.home-why-us-badge { justify-self: auto; }
}
@media (max-width: 640px) {
	.servicios-grid { grid-template-columns: 1fr; }
	.home-why-us-copy { min-height: auto; padding: 48px 24px; }
	.home-why-us-copy h2 { font-size: 25px; }
	.home-why-us-visual { min-height: 330px; }
}

.home-fleet { padding: 68px 0 74px; background: linear-gradient(180deg, #f7f8f7, #eef2ef); }
.home-fleet-shell { width: 100%; padding: 0 clamp(24px, 5vw, 104px); }
.home-fleet-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 28px; margin: 0 0 28px; }
.home-fleet-eyebrow { margin: 0 0 7px; color: var(--color-green); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.home-fleet-heading h2 { margin: 0; color: var(--color-dark); font-size: clamp(25px, 2.1vw, 34px); font-weight: 500; text-transform: uppercase; }
.home-fleet-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 5px; border-bottom: 2px solid var(--color-gold); color: var(--color-dark); font-size: 13px; font-weight: 700; text-transform: uppercase; }
.home-fleet-link .icon { width: 16px; height: 16px; transition: transform .2s ease; }
.home-fleet-link:hover .icon { transform: translateX(4px); }
.fleet-carousel { display: flex; align-items: center; gap: 18px; }
.fleet-carousel-track { display: flex; gap: 18px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; padding: 7px 2px 16px; }
.fleet-carousel-track::-webkit-scrollbar { display: none; }
.fleet-carousel-item { flex: 0 0 calc((100% - 72px) / 5); min-width: 210px; scroll-snap-align: start; background: var(--color-white); border: 1px solid rgba(16, 32, 27, .07); border-radius: 8px; overflow: hidden; padding-bottom: 14px; box-shadow: 0 6px 18px rgba(9, 23, 17, .06); transition: transform .32s ease, box-shadow .32s ease; }
.fleet-carousel-item:hover { transform: translateY(-6px); box-shadow: 0 15px 29px rgba(9, 23, 17, .14); }
.fleet-carousel-item img { height: clamp(145px, 13vw, 205px); object-fit: cover; width: 100%; transition: transform .55s cubic-bezier(.22, 1, .36, 1); }
.fleet-carousel-item:hover img { transform: scale(1.045); }
.fleet-carousel-item strong { display: block; padding: 13px 15px 3px; color: var(--color-dark); font-size: 14px; text-transform: uppercase; }
.fleet-carousel-item span { display: block; padding: 0 15px; color: #67726b; font-size: 12px; opacity: 1; }
.fleet-carousel-arrow { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; background: var(--color-dark); color: var(--color-white); border: none; border-radius: 50%; cursor: pointer; transition: transform .32s cubic-bezier(.22, 1, .36, 1), background-color .32s ease, box-shadow .32s ease; }
.fleet-carousel-arrow:hover { background: var(--color-green); transform: scale(1.08); box-shadow: 0 7px 16px rgba(9, 23, 17, .2); }
.fleet-carousel-arrow:active { transform: scale(.96); }
.fleet-carousel-arrow .icon.rotate-180 { transform: rotate(180deg); }
.fleet-carousel-arrow.is-pressed { animation: gtFleetArrowPress .54s cubic-bezier(.22, 1, .36, 1); }
.fleet-carousel.is-sliding .fleet-carousel-item { animation: gtFleetCardGlide .54s cubic-bezier(.22, 1, .36, 1); }
@keyframes gtFleetArrowPress { 45% { transform: scale(.91); } 75% { transform: scale(1.04); } }
@keyframes gtFleetCardGlide { 48% { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(9, 23, 17, .09); } }
@media (max-width: 1200px) {
	.fleet-carousel-item { flex-basis: calc((100% - 54px) / 4); }
}
@media (max-width: 720px) {
	.home-fleet { padding: 48px 0 54px; }
	.home-fleet-shell { padding: 0 16px; }
	.home-fleet-heading { align-items: flex-start; flex-direction: column; gap: 14px; margin-bottom: 20px; }
	.home-fleet-link { font-size: 11px; }
	.fleet-carousel { gap: 10px; }
	.fleet-carousel-arrow { width: 34px; height: 34px; flex-basis: 34px; }
	.fleet-carousel-arrow .icon { width: 15px; height: 15px; }
	.fleet-carousel-track { gap: 12px; }
	.fleet-carousel-item { flex-basis: calc((100% - 12px) / 2); min-width: 0; }
	.fleet-carousel-item img { height: 135px; }
	.fleet-carousel-item strong { padding: 10px 11px 2px; font-size: 12px; }
	.fleet-carousel-item span { padding: 0 11px; font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) { .fleet-carousel-track { scroll-behavior: auto; } .fleet-carousel-item, .fleet-carousel-item img, .fleet-carousel-arrow { transition: none; } .fleet-carousel.is-sliding .fleet-carousel-item, .fleet-carousel-arrow.is-pressed { animation: none; } }

.home-proceso { padding: 64px 0; }
.proceso-timeline { display: flex; gap: 32px; padding: 48px 0 16px; }
.proceso-paso { flex: 1; position: relative; }
.proceso-paso-circulo { width: 44px; height: 44px; border-radius: 50%; background: var(--color-green); color: var(--color-white); font-weight: 700; font-size: 18px; display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; }
.proceso-paso:not(:last-child)::before { content: ""; position: absolute; top: 21px; left: 56px; right: -24px; height: 2px; background: #d9d9d9; }
.proceso-paso:not(:last-child)::after { content: ""; position: absolute; top: 17px; right: -24px; width: 10px; height: 10px; border-top: 2px solid #c4c4c4; border-right: 2px solid #c4c4c4; transform: rotate(45deg); }
.proceso-paso h3 { font-size: 15px; text-transform: uppercase; margin: 16px 0 6px; }
.proceso-paso-desc { font-size: 14px; opacity: 0.85; }

@media (max-width: 900px) {
	.proceso-timeline { flex-direction: column; gap: 28px; }
	.proceso-paso { display: grid; grid-template-columns: 44px 1fr; column-gap: 16px; }
	.proceso-paso-circulo { grid-row: 1 / span 2; }
	.proceso-paso h3 { margin: 2px 0 4px; }
	.proceso-paso:not(:last-child)::before { top: 52px; left: 21px; right: auto; bottom: -20px; width: 2px; height: auto; }
	.proceso-paso:not(:last-child)::after { display: none; }
}

.home-clientes { position: relative; background: #16261F; color: var(--color-white); padding: 40px 0; background-size: cover; background-position: center; overflow: hidden; }
.home-clientes-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(16,32,27,.94), rgba(16,32,27,.8)); }
.home-clientes > .container { position: relative; z-index: 2; }
.home-clientes-label { text-align: center; opacity: 0.7; letter-spacing: 0.08em; font-size: 13px; margin-bottom: 20px; }
.home-clientes-logos { position: relative; overflow: hidden; }
.home-clientes-logos::before,
.home-clientes-logos::after { content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 1; pointer-events: none; }
.home-clientes-logos::before { left: 0; background: linear-gradient(to right, #16261F, transparent); }
.home-clientes-logos::after { right: 0; background: linear-gradient(to left, #16261F, transparent); }
.home-clientes-track { display: flex; align-items: center; width: max-content; animation: gtClientesTicker 55s linear infinite; }
.home-clientes-logos:hover .home-clientes-track { animation-play-state: paused; }
.home-clientes-track img { max-height: 36px; width: auto; flex-shrink: 0; margin-right: 36px; opacity: 0.85; }

@keyframes gtClientesTicker {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

.cta-band { background: var(--color-gold); padding: 32px 0; }
.cta-band-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.cta-band h3 { font-size: 20px; margin-bottom: 4px; }
.cta-band-actions { display: flex; gap: 12px; }

@media (max-width: 768px) {
	.cta-band-inner { flex-direction: column; text-align: center; }
}

.gt-hero-locked-notice { padding: 24px; border: 1px dashed #3fae55; background: #f3f8f4; text-align: center; }
.gt-hero-locked-title { margin: 0 0 8px; font-weight: bold; }
