/*
Theme Name: URBO Transporte y Logística
Theme URI: https://urbo.cl/
Author: URBO Limitada
Author URI: https://urbo.cl/
Description: Landing page corporativa para URBO, optimizada para transporte, logística 3PL, primera y última milla, distribución y captación de proveedores.
Version: 2.2.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.2
Text Domain: urbo-logistica
*/

:root {
  --navy-950: #04142d;
  --navy-900: #071b3d;
  --navy-800: #0a2854;
  --navy-700: #123b76;
  --red-600: #df1f32;
  --red-500: #ef3348;
  --blue-100: #eaf1fb;
  --blue-50: #f5f8fc;
  --white: #ffffff;
  --ink: #0a1730;
  --muted: #5d6b82;
  --line: #d9e1ec;
  --green: #20c978;
  --shadow: 0 24px 70px rgba(6, 27, 61, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.no-js .menu-button {
  display: none;
}

.form-note {
  margin: 13px 0 0;
  color: #8396af;
  font-size: 0.72rem;
  line-height: 1.5;
}

.form-feedback:empty {
  display: none;
}

.contact-form [aria-busy="true"] {
  cursor: wait;
  opacity: 0.7;
}

.wp-site-blocks {
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a,
input,
select,
textarea,
summary {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
select,
textarea {
  border: 0;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid #68a4ff;
  outline-offset: 4px;
}

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

.container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 10px;
  left: 10px;
  padding: 12px 16px;
  border-radius: 8px;
  background: var(--white);
  color: var(--navy-900);
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 90;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(247, 250, 253, 0.93);
  backdrop-filter: blur(20px);
  isolation: isolate;
}

.nav-shell {
  display: flex;
  width: min(1260px, calc(100% - 48px));
  height: 82px;
  min-height: 82px;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
}

.site-header .nav-shell > .urbo-brand {
  display: flex;
  overflow: hidden;
  width: 176px !important;
  min-width: 176px !important;
  height: 66px !important;
  max-height: 66px !important;
  flex: 0 0 176px !important;
  align-items: center;
  justify-content: flex-start;
  line-height: 0;
}

.site-header .nav-shell > .urbo-brand > .urbo-brand-logo {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  object-fit: contain !important;
  object-position: left center !important;
  aspect-ratio: auto !important;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #24344f;
  font-size: 0.87rem;
  font-weight: 700;
}

.main-nav > a:not(.nav-cta) {
  position: relative;
  padding-block: 8px;
}

.main-nav > a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--red-500);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.main-nav > a:not(.nav-cta):hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  padding: 13px 19px;
  border-radius: 999px;
  background: var(--navy-900);
  color: var(--white);
  box-shadow: 0 8px 22px rgba(7, 27, 61, 0.18);
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.nav-cta:hover {
  background: var(--red-600);
  transform: translateY(-2px);
}

.menu-button {
  display: none;
}

.menu-open {
  overflow: hidden;
}

.menu-button span {
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 840px;
  padding-top: 82px;
  background:
    radial-gradient(circle at 80% 18%, rgba(45, 106, 202, 0.27), transparent 27%),
    linear-gradient(132deg, #04142d 0%, #071b3d 60%, #0a2854 100%);
  color: var(--white);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.09;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.22) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to bottom, black 5%, transparent 85%);
}

.hero-grid::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 64%, rgba(239, 51, 72, 0.35) 64.2%, transparent 64.7%);
  content: "";
}

.hero-glow {
  position: absolute;
  top: 170px;
  left: -160px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: rgba(239, 51, 72, 0.11);
  filter: blur(90px);
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 700px;
  align-items: center;
  grid-template-columns: 0.96fr 1.04fr;
  gap: 58px;
  padding-block: 70px 100px;
}

.hero-copy {
  animation: rise-in 0.8s ease both;
}

.eyebrow,
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--red-500);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #dce9ff;
  letter-spacing: 0.1em;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(32, 201, 120, 0.6);
  animation: pulse 2s infinite;
}

.hero h1 {
  max-width: 700px;
  margin: 27px 0 22px;
  font-size: clamp(3.1rem, 5.5vw, 5.8rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.hero h1 span {
  display: block;
  margin-top: 10px;
  color: transparent;
  background: linear-gradient(90deg, #ffffff 0%, #98bcec 75%);
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-copy > p {
  max-width: 640px;
  margin: 0;
  color: #b8c7dd;
  font-size: 1.08rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 24px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 800;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button-primary {
  background: var(--red-500);
  color: var(--white);
  box-shadow: 0 16px 35px rgba(239, 51, 72, 0.25);
}

.button-primary:hover {
  background: #ff4055;
  box-shadow: 0 18px 38px rgba(239, 51, 72, 0.34);
}

.button-ghost {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
}

.button-ghost:hover {
  background: rgba(255, 255, 255, 0.11);
}

.trust-row {
  display: flex;
  gap: 32px;
  margin-top: 40px;
}

.trust-row > div {
  display: grid;
  gap: 4px;
}

.trust-row strong {
  font-size: 1.4rem;
  line-height: 1;
}

.trust-row span {
  color: #93a6c1;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.route-stage {
  position: relative;
  overflow: hidden;
  min-height: 510px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035));
  box-shadow: 0 45px 110px rgba(0, 0, 0, 0.35);
  animation: rise-in 0.9s 0.15s ease both;
  backdrop-filter: blur(18px);
}

.route-stage::before {
  position: absolute;
  top: -130px;
  right: -80px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
}

.route-topline,
.route-footer {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #d8e6f8;
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.live-status {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #a7f6d1;
  font-size: 0.68rem;
}

.live-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 13px var(--green);
}

.route-map {
  position: relative;
  height: 390px;
  background:
    radial-gradient(circle at 20% 25%, rgba(255, 255, 255, 0.08), transparent 22%),
    radial-gradient(circle at 84% 70%, rgba(239, 51, 72, 0.12), transparent 25%);
}

.map-lines {
  position: absolute;
  top: 160px;
  right: 50px;
  left: 50px;
  height: 110px;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.24);
  border-radius: 0 0 50% 50%;
  transform: rotate(-4deg);
}

.map-lines::before,
.map-lines::after {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 2px solid #8fb8f2;
  border-radius: 50%;
  background: var(--navy-900);
  content: "";
}

.map-lines::before {
  bottom: -6px;
  left: -4px;
}

.map-lines::after {
  right: -4px;
  bottom: -6px;
  border-color: var(--red-500);
}

.route-point {
  position: absolute;
  z-index: 4;
  display: grid;
  gap: 3px;
  padding-left: 16px;
}

.route-point i {
  position: absolute;
  top: 6px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7da7e3;
}

.route-point span,
.map-card span {
  color: #8da3bf;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.route-point strong {
  font-size: 0.8rem;
}

.point-origin {
  top: 98px;
  left: 44px;
}

.point-destination {
  right: 42px;
  bottom: 74px;
}

.point-destination i {
  background: var(--red-500);
  box-shadow: 0 0 15px rgba(239, 51, 72, 0.8);
}

.animated-truck {
  position: absolute;
  z-index: 5;
  top: 182px;
  left: 11%;
  width: 146px;
  height: 72px;
  filter: drop-shadow(0 16px 14px rgba(0, 0, 0, 0.35));
  animation: drive-route 8s ease-in-out infinite alternate;
  will-change: transform;
}

.truck-box {
  position: absolute;
  bottom: 17px;
  left: 0;
  display: flex;
  width: 98px;
  height: 49px;
  align-items: center;
  justify-content: center;
  border-radius: 7px 3px 3px 7px;
  background: #f7f9fc;
}

.truck-box .truck-brand-logo {
  width: 72px !important;
  max-width: 72px !important;
  height: 28px !important;
  max-height: 28px !important;
  object-fit: contain !important;
}

.truck-cab {
  position: absolute;
  right: 8px;
  bottom: 17px;
  width: 42px;
  height: 39px;
  border-radius: 4px 11px 4px 3px;
  background: var(--red-500);
}

.truck-cab::before {
  position: absolute;
  top: 6px;
  right: 5px;
  width: 23px;
  height: 12px;
  border-radius: 2px 7px 1px 1px;
  background: #b9d5f5;
  content: "";
}

.truck-cab span {
  position: absolute;
  right: 2px;
  bottom: 5px;
  width: 7px;
  height: 6px;
  border-radius: 1px;
  background: #ffd768;
}

.wheel {
  position: absolute;
  bottom: 7px;
  width: 18px;
  height: 18px;
  border: 4px solid #202a38;
  border-radius: 50%;
  background: #a8bdd6;
  animation: spin 1.2s linear infinite;
}

.wheel-one {
  left: 20px;
}

.wheel-two {
  right: 19px;
}

.map-card {
  position: absolute;
  display: grid;
  min-width: 130px;
  gap: 4px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(4, 20, 45, 0.72);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

.map-card strong {
  font-size: 1.03rem;
}

.card-distance {
  top: 55px;
  right: 34px;
}

.card-delivery {
  bottom: 27px;
  left: 32px;
}

.route-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: flex-start;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 0;
  color: #8194af;
  font-size: 0.59rem;
}

.hero-marquee {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.hero-marquee-track {
  display: flex;
  width: max-content;
  align-items: center;
  transform: translate3d(0, 0, 0);
  animation: marquee 58s linear infinite;
  backface-visibility: hidden;
  will-change: transform;
}

.hero-marquee-group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 30px;
  padding: 16px 30px 16px 0;
}

.hero-marquee-item {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 30px;
  white-space: nowrap;
}

.hero-marquee b {
  color: #aebdd2;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.hero-marquee i {
  color: var(--red-500);
  font-style: normal;
}

.section {
  padding-block: 120px;
}

.section-heading {
  display: grid;
  align-items: end;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  margin-bottom: 55px;
}

.section-heading h2,
.fleet-copy h2,
.clients-intro h2,
.supplier-copy h2,
.faq-layout h2,
.contact-copy h2 {
  max-width: 750px;
  margin: 14px 0 0;
  font-size: clamp(2.4rem, 4.5vw, 4.5rem);
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.section-heading > p,
.method-heading > p,
.faq-layout > div > p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.services-section {
  background:
    linear-gradient(rgba(5, 28, 63, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(5, 28, 63, 0.022) 1px, transparent 1px),
    var(--blue-50);
  background-size: 54px 54px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  padding: 26px 26px 62px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  transition:
    color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border 0.3s ease;
}

.service-card::after {
  position: absolute;
  inset: auto -35px -55px auto;
  width: 135px;
  height: 135px;
  border: 1px solid rgba(15, 57, 113, 0.1);
  border-radius: 50%;
  content: "";
  transition: transform 0.4s ease;
}

.service-card:hover {
  border-color: var(--navy-800);
  background: var(--navy-900);
  color: var(--white);
  box-shadow: var(--shadow);
  transform: translateY(-8px);
}

.service-card:hover::after {
  border-color: rgba(255, 255, 255, 0.12);
  transform: scale(1.35);
}

.service-card-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.service-card-top i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--navy-800);
  font-style: normal;
  transition: transform 0.3s ease;
}

.service-illustration {
  width: 112px;
  height: 68px;
  margin: 22px 0 2px;
  color: #54769f;
  opacity: 0.48;
  transition:
    color 0.3s ease,
    opacity 0.3s ease,
    transform 0.4s ease;
}

.service-illustration-accent {
  color: var(--red-500);
  opacity: 0.75;
}

.service-card:hover .service-illustration {
  color: #a9c7eb;
  opacity: 0.72;
  transform: translateY(-2px);
}

.service-card:hover .service-illustration-accent {
  color: #ff6576;
  opacity: 1;
}

.service-card:hover .service-card-top i {
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--white);
  transform: rotate(45deg);
}

.service-card h3 {
  margin: 15px 0 12px;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

@media (prefers-reduced-motion: no-preference) {
  .service-card:nth-child(odd) .service-illustration {
    animation: service-drift 6s ease-in-out infinite;
  }

  .service-card:nth-child(even) .service-illustration {
    animation: service-drift 7s ease-in-out -2s infinite reverse;
  }
}

@keyframes service-drift {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.87rem;
  line-height: 1.7;
  transition: color 0.3s ease;
}

.service-card:hover p {
  color: #bac9dc;
}

.service-card > strong {
  position: absolute;
  bottom: 24px;
  left: 26px;
  color: var(--navy-700);
  font-size: 0.66rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.service-card:hover > strong {
  color: #8fb8f2;
}

.fleet-section {
  overflow: hidden;
  padding-block: 120px;
  background: var(--navy-950);
  color: var(--white);
}

.fleet-layout {
  display: grid;
  align-items: center;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 75px;
}

.kicker-light {
  color: #ff7484;
}

.fleet-copy h2 {
  margin-bottom: 24px;
}

.fleet-copy > p {
  color: #aabbd1;
  line-height: 1.75;
}

.fleet-copy ul {
  display: grid;
  gap: 13px;
  margin: 29px 0;
  padding: 0;
  list-style: none;
  color: #d6e2f1;
  font-size: 0.88rem;
}

.fleet-copy li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fleet-copy li i {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: rgba(32, 201, 120, 0.13);
  color: #65dda4;
  font-style: normal;
  font-size: 0.68rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 0.87rem;
  font-weight: 800;
}

.text-link span {
  color: var(--red-500);
  transition: transform 0.2s ease;
}

.text-link:hover span {
  transform: translateX(5px);
}

.fleet-board {
  position: relative;
  min-height: 580px;
}

.fleet-road {
  position: absolute;
  top: 44%;
  right: -180px;
  left: -120px;
  display: flex;
  height: 110px;
  align-items: center;
  justify-content: space-around;
  background: #091125;
  transform: rotate(-9deg);
}

.fleet-road::before,
.fleet-road::after {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  content: "";
}

.fleet-road::before {
  top: 5px;
}

.fleet-road::after {
  bottom: 5px;
}

.fleet-road span {
  width: 95px;
  height: 3px;
  background: rgba(255, 255, 255, 0.33);
}

.fleet-cards {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.fleet-cards article {
  position: relative;
  overflow: hidden;
  min-height: 244px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: #0d203f;
  backdrop-filter: blur(16px);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.fleet-cards article:nth-child(2),
.fleet-cards article:nth-child(5) {
  transform: translateY(34px);
}

.fleet-cards article:hover {
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
  transform: translateY(-5px);
}

.fleet-cards article:nth-child(2):hover,
.fleet-cards article:nth-child(5):hover {
  transform: translateY(29px);
}

.fleet-cards article > img {
  width: 100%;
  height: 152px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

.fleet-cards article:hover > img {
  transform: scale(1.035);
}

.fleet-card-copy {
  position: relative;
  padding: 18px 20px 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent),
    #0d203f;
}

.fleet-cards strong {
  display: block;
  font-size: 1.45rem;
}

.fleet-cards p {
  margin: 8px 0 0;
  color: #8fa2ba;
  font-size: 0.74rem;
}

.method-section {
  background: var(--white);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.steps article {
  position: relative;
  padding-right: 32px;
}

.step-number {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: var(--red-500);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 800;
  box-shadow: 0 9px 22px rgba(239, 51, 72, 0.22);
}

.step-line {
  position: absolute;
  top: 22px;
  right: 12px;
  left: 58px;
  height: 1px;
  background: var(--line);
}

.steps article:not(:last-child) .step-line::after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #9aa8bb;
  border-right: 1px solid #9aa8bb;
  content: "";
  transform: rotate(45deg);
}

.steps h3 {
  margin: 26px 0 10px;
  font-size: 1.13rem;
}

.steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.65;
}

.control-panel {
  display: grid;
  min-height: 290px;
  align-items: center;
  grid-template-columns: 250px 1fr 0.9fr;
  gap: 42px;
  margin-top: 76px;
  padding: 40px;
  border-radius: 30px;
  background: var(--blue-50);
}

.panel-radar {
  position: relative;
  width: 200px;
  height: 200px;
  border: 1px solid #cbd8e8;
  border-radius: 50%;
}

.panel-radar::before,
.panel-radar::after,
.panel-radar i {
  position: absolute;
  inset: 22%;
  border: 1px solid #cbd8e8;
  border-radius: 50%;
  content: "";
}

.panel-radar::after {
  inset: 42%;
}

.panel-radar i:nth-child(1) {
  inset: 49% 8% auto;
  border: 0;
  border-top: 1px solid #cbd8e8;
  border-radius: 0;
}

.panel-radar i:nth-child(2) {
  inset: 8% auto 8% 49%;
  border: 0;
  border-left: 1px solid #cbd8e8;
  border-radius: 0;
}

.panel-radar i:nth-child(3) {
  inset: 20%;
  border: 0;
  background: conic-gradient(from 0deg, rgba(239, 51, 72, 0.22), transparent 23%);
  animation: radar 4s linear infinite;
}

.panel-radar span {
  position: absolute;
  top: 60px;
  left: 128px;
  width: 10px;
  height: 10px;
  border: 3px solid var(--white);
  border-radius: 50%;
  background: var(--red-500);
  box-shadow: 0 0 0 5px rgba(239, 51, 72, 0.15);
}

.panel-copy > span {
  color: var(--red-500);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.panel-copy h3 {
  margin: 12px 0;
  font-size: 1.75rem;
  letter-spacing: -0.035em;
}

.panel-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.7;
}

.panel-metrics {
  display: grid;
  gap: 10px;
}

.panel-metrics > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border: 1px solid #dae3ef;
  border-radius: 12px;
  background: var(--white);
}

.panel-metrics strong {
  color: var(--navy-700);
  font-size: 0.86rem;
}

.panel-metrics span {
  color: var(--muted);
  font-size: 0.72rem;
}

.clients-section {
  overflow: hidden;
  padding-block: 120px;
  background:
    radial-gradient(circle at 10% 0%, rgba(239, 51, 72, 0.12), transparent 24%),
    linear-gradient(135deg, var(--navy-900), var(--navy-950));
  color: var(--white);
}

.clients-intro {
  text-align: center;
}

.clients-intro h2 {
  max-width: 900px;
  margin: 14px auto 52px;
}

.client-rail {
  overflow: hidden;
  padding-block: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.025);
  transform: rotate(-1deg) scale(1.02);
}

.client-track {
  display: flex;
  width: max-content;
  transform: translate3d(0, 0, 0);
  animation: client-loop 26s linear infinite;
  backface-visibility: hidden;
  will-change: transform;
}

.client-track-group {
  display: flex;
  flex: 0 0 auto;
  gap: 16px;
  padding-right: 16px;
}

.client-logo-card {
  display: grid;
  flex: 0 0 300px;
  min-width: 300px;
  min-height: 126px;
  padding: 24px 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.15);
}

.client-logo-card img {
  width: auto;
  max-width: 220px;
  max-height: 76px;
  object-fit: contain;
}

.client-logo-card .client-logo-blue {
  max-width: 185px;
  max-height: 88px;
}

.client-logo-card .client-logo-falabella,
.client-logo-card .client-logo-correos {
  max-width: 225px;
}

.client-logo-card .client-logo-paltita {
  max-width: 220px;
  max-height: 82px;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 72px;
}

.experience-grid article {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
  text-align: center;
}

.experience-grid h3 {
  margin: 0 0 12px;
  font-size: 1.15rem;
}

.experience-grid p {
  max-width: 320px;
  margin: 0;
  color: #9eafc5;
  font-size: 0.84rem;
  line-height: 1.65;
}

.supplier-section {
  padding-block: 82px;
  background: var(--blue-50);
}

.supplier-card {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 260px;
  align-items: center;
  grid-template-columns: 220px 1fr auto;
  gap: 45px;
  padding: 46px;
  border: 1px solid #dbe4ef;
  border-radius: 32px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.supplier-art {
  position: relative;
  min-height: 160px;
  border-radius: 20px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.15) 1px, transparent 1px),
    var(--navy-900);
  background-size: 26px 26px;
}

.supplier-art::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 3px;
  background: repeating-linear-gradient(90deg, #fff 0 18px, transparent 18px 35px);
  content: "";
  opacity: 0.38;
}

.supplier-truck {
  position: absolute;
  z-index: 2;
  right: 19px;
  bottom: 24px;
  font-size: 4.6rem;
  filter: drop-shadow(0 12px 10px rgba(0, 0, 0, 0.3));
  transform: scaleX(-1);
  animation: supplier-drive 4s ease-in-out infinite alternate;
}

.package {
  position: absolute;
  z-index: 3;
  font-size: 1.5rem;
  animation: float 3s ease-in-out infinite;
}

.package-one {
  top: 24px;
  left: 25px;
}

.package-two {
  top: 52px;
  left: 70px;
  animation-delay: 0.5s;
}

.supplier-copy h2 {
  margin-top: 10px;
  font-size: clamp(2rem, 3.6vw, 3.4rem);
}

.supplier-copy p {
  max-width: 620px;
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.button-dark {
  white-space: nowrap;
  background: var(--navy-900);
  color: var(--white);
}

.button-dark:hover {
  background: var(--red-500);
}

.faq-section {
  background: var(--white);
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 90px;
}

.faq-layout h2 {
  margin-bottom: 22px;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: var(--red-500);
  font-size: 1.5rem;
  transition: transform 0.2s ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  margin: -4px 40px 24px 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.contact-section {
  position: relative;
  overflow: hidden;
  padding-block: 120px;
  background: var(--navy-950);
  color: var(--white);
}

.contact-section::before {
  position: absolute;
  top: -180px;
  left: 40%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(34, 92, 169, 0.22);
  content: "";
  filter: blur(100px);
}

.contact-layout {
  position: relative;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
}

.contact-copy h2 {
  margin-bottom: 20px;
}

.contact-copy > p {
  color: #9aadc5;
  line-height: 1.75;
}

.direct-contact {
  display: grid;
  gap: 12px;
  margin-top: 42px;
}

.direct-contact a {
  display: grid;
  gap: 5px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.direct-contact span {
  color: #8295ae;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.direct-contact strong {
  font-size: 1rem;
}

.contact-form {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.065);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 9px;
  margin-bottom: 18px;
  color: #cbd8e8;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  outline: 0;
  background: rgba(255, 255, 255, 0.07);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  transition:
    background 0.2s ease,
    border 0.2s ease;
}

.contact-form input,
.contact-form select {
  height: 49px;
  padding-inline: 14px;
}

.contact-form textarea {
  min-height: 110px;
  padding: 13px 14px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #659ee8;
  background: rgba(255, 255, 255, 0.1);
}

.contact-form select option {
  color: var(--ink);
}

.contact-form textarea::placeholder {
  color: #6f849e;
}

.honeypot {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(0 0 0 0) !important;
}

.submit-button {
  width: 100%;
}

.submit-button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.form-feedback {
  min-height: 23px;
}

.form-feedback p {
  margin: 16px 0 0;
  font-size: 0.8rem;
  line-height: 1.5;
}

.success-message {
  color: #a7f6d1;
}

.error-message {
  color: #ffadb6;
}

.form-feedback a {
  font-weight: 800;
  text-decoration: underline;
}

footer {
  padding-block: 62px 26px;
  background: #020b1c;
  color: var(--white);
}

.footer-main {
  display: grid;
  align-items: center;
  grid-template-columns: 220px 1fr auto;
  gap: 50px;
}

.footer-brand {
  display: flex;
  overflow: hidden;
  width: 220px;
  height: 92px;
  min-height: 92px;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 14px;
  background: var(--white);
  line-height: 0;
}

.footer-brand > .urbo-footer-logo {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  aspect-ratio: auto !important;
}

.footer-main p {
  color: #9cafc7;
  line-height: 1.55;
}

.footer-main p strong {
  color: var(--white);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 12px 28px;
  color: #a9b9cd;
  font-size: 0.8rem;
  font-weight: 700;
}

.footer-links a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #657991;
  font-size: 0.67rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.floating-whatsapp {
  position: fixed;
  z-index: 80;
  right: 22px;
  bottom: 22px;
  display: flex;
  min-height: 50px;
  align-items: center;
  gap: 9px;
  padding: 0 18px;
  border: 2px solid var(--white);
  border-radius: 999px;
  background: #1fca68;
  color: #042510;
  box-shadow: 0 12px 28px rgba(4, 20, 45, 0.24);
  font-size: 0.8rem;
  font-weight: 900;
  transition: transform 0.2s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-4px);
}

.floating-whatsapp span {
  font-size: 1.1rem;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  70% {
    box-shadow: 0 0 0 10px rgba(32, 201, 120, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(32, 201, 120, 0);
  }
}

@keyframes drive-route {
  0% {
    transform: translate3d(0, -6px, 0) rotate(1deg);
  }
  48% {
    transform: translate3d(165px, 52px, 0) rotate(2deg);
  }
  100% {
    transform: translate3d(325px, 54px, 0) rotate(-1deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes marquee {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes radar {
  to {
    transform: rotate(360deg);
  }
}

@keyframes client-loop {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes supplier-drive {
  to {
    transform: translateX(-15px) scaleX(-1);
  }
}

@keyframes float {
  50% {
    transform: translateY(-8px) rotate(3deg);
  }
}

@media (max-width: 1100px) {
  .main-nav {
    gap: 18px;
  }

  .hero-layout {
    gap: 30px;
  }

  .hero h1 {
    font-size: clamp(3rem, 6vw, 4.5rem);
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fleet-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .fleet-board {
    min-height: 450px;
  }

  .supplier-card {
    grid-template-columns: 170px 1fr;
  }

  .supplier-card > .button {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 860px) {
  .nav-shell {
    height: 72px;
    min-height: 72px;
  }

  .site-header .nav-shell > .urbo-brand {
    width: 145px !important;
    min-width: 145px !important;
    height: 56px !important;
    max-height: 56px !important;
    flex-basis: 145px !important;
  }

  .menu-button {
    display: grid;
    width: 44px;
    height: 44px;
    place-content: center;
    gap: 7px;
    border-radius: 50%;
    background: var(--navy-900);
  }

  .menu-button span {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--white);
  }

  .menu-button[aria-expanded="true"] span:first-child {
    transform: translateY(4.5px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:last-child {
    transform: translateY(-4.5px) rotate(-45deg);
  }

  .main-nav {
    position: absolute;
    top: 72px;
    right: 0;
    left: 0;
    display: grid;
    visibility: hidden;
    max-height: calc(100vh - 72px);
    overflow-y: auto;
    overscroll-behavior: contain;
    pointer-events: none;
    gap: 0;
    padding: 16px 24px 24px;
    border-bottom: 1px solid var(--line);
    background: rgba(247, 250, 253, 0.98);
    opacity: 0;
    transform: translateY(-12px);
    transition:
      opacity 0.2s ease,
      transform 0.2s ease,
      visibility 0.2s ease;
  }

  .admin-bar .main-nav {
    max-height: calc(100vh - 104px);
  }

  .main-nav.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a {
    padding: 13px 0;
  }

  .nav-cta {
    margin-top: 8px;
    text-align: center;
  }

  .hero {
    min-height: auto;
    padding-top: 72px;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    padding-block: 75px 110px;
  }

  .hero-copy {
    max-width: 680px;
  }

  .route-stage {
    min-height: 490px;
  }

  .section,
  .fleet-section,
  .clients-section,
  .contact-section {
    padding-block: 90px;
  }

  .section-heading,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 38px 0;
  }

  .control-panel {
    grid-template-columns: 180px 1fr;
  }

  .panel-radar {
    width: 160px;
    height: 160px;
  }

  .panel-radar span {
    top: 46px;
    left: 102px;
  }

  .panel-metrics {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
  }

  .panel-metrics > div {
    display: grid;
    gap: 5px;
  }

  .supplier-card {
    grid-template-columns: 1fr;
  }

  .supplier-art {
    max-width: 300px;
  }

  .supplier-card > .button {
    grid-column: auto;
  }

  .footer-main {
    grid-template-columns: 180px 1fr;
  }

  .footer-brand {
    width: 180px;
  }

  .footer-links {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .container,
  .nav-shell {
    width: min(100% - 30px, 1180px);
  }

  .hero-layout {
    padding-top: 56px;
  }

  .hero h1 {
    font-size: clamp(2.75rem, 14vw, 4rem);
  }

  .hero-copy > p {
    font-size: 0.98rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .trust-row {
    justify-content: space-between;
    gap: 12px;
  }

  .trust-row strong {
    font-size: 1.1rem;
  }

  .trust-row span {
    font-size: 0.6rem;
  }

  .route-stage {
    min-height: 430px;
    border-radius: 24px;
  }

  .route-map {
    height: 330px;
  }

  .animated-truck {
    top: 165px;
    transform: scale(0.8);
    transform-origin: left center;
    animation: drive-route-mobile 7s ease-in-out infinite alternate;
  }

  .card-distance {
    top: 42px;
  }

  .point-origin {
    top: 90px;
  }

  .route-footer {
    gap: 12px;
    padding-inline: 15px;
    font-size: 0.5rem;
  }

  .section-heading h2,
  .fleet-copy h2,
  .clients-intro h2,
  .supplier-copy h2,
  .faq-layout h2,
  .contact-copy h2 {
    font-size: clamp(2.1rem, 11vw, 3rem);
  }

  .services-grid,
  .fleet-cards,
  .experience-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 285px;
  }

  .fleet-board {
    min-height: auto;
  }

  .fleet-cards article {
    min-height: 0;
  }

  .fleet-cards article > img {
    height: auto;
    aspect-ratio: 16 / 8.5;
  }

  .fleet-cards article:nth-child(2),
  .fleet-cards article:nth-child(5) {
    transform: none;
  }

  .fleet-road {
    display: none;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .steps article {
    padding: 0;
  }

  .step-line {
    display: none;
  }

  .control-panel {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .panel-radar {
    margin-inline: auto;
  }

  .panel-metrics {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .client-logo-card {
    flex-basis: 240px;
    min-width: 240px;
    min-height: 104px;
    padding: 20px 28px;
  }

  .client-logo-card img {
    max-width: 175px;
    max-height: 58px;
  }

  .client-logo-card .client-logo-blue,
  .client-logo-card .client-logo-falabella,
  .client-logo-card .client-logo-correos,
  .client-logo-card .client-logo-paltita {
    max-width: 180px;
    max-height: 66px;
  }

  .supplier-card {
    padding: 27px;
  }

  .supplier-art {
    width: 100%;
  }

  .contact-form {
    padding: 23px;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    width: 190px;
    height: 82px;
    min-height: 82px;
  }

  .footer-links {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    min-height: 46px;
  }
}

@media (max-width: 782px) {
  .admin-bar .main-nav {
    max-height: calc(100vh - 118px);
  }
}

@keyframes drive-route-mobile {
  0% {
    transform: translate3d(0, 0, 0) scale(0.78);
  }
  100% {
    transform: translate3d(140px, 50px, 0) scale(0.78);
  }
}

.has-js .motion-item {
  opacity: 0;
  translate: 0 24px;
  transition:
    opacity 0.65s ease,
    translate 0.65s ease;
}

.has-js .motion-item.is-visible {
  opacity: 1;
  translate: none;
}

.page-hidden .animated-truck,
.page-hidden .hero-marquee-track,
.page-hidden .client-track,
.page-hidden .panel-radar i:nth-child(3),
.page-hidden .supplier-truck,
.page-hidden .package {
  animation-play-state: paused !important;
}

@media (hover: none) and (pointer: coarse) {
  .service-card:active {
    border-color: var(--navy-800);
    background: var(--navy-900);
    color: var(--white);
    box-shadow: var(--shadow);
    transform: translateY(-4px);
  }

  .service-card:active p {
    color: #bac9dc;
  }

  .service-card:active .service-illustration {
    color: #a9c7eb;
    opacity: 0.72;
  }

  .service-card:active .service-illustration-accent {
    color: #ff6576;
    opacity: 1;
  }

  .service-card:active > strong {
    color: #8fb8f2;
  }
}

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

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

  .has-js .motion-item {
    opacity: 1 !important;
    translate: none !important;
  }
}

/* Provider registration and ERP access — v2.0.1 */
.supplier-section {
  padding-block: 110px;
  background: var(--blue-50);
}

.supplier-heading {
  display: grid;
  align-items: end;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 70px;
  margin-bottom: 42px;
}

.supplier-heading h2 {
  max-width: 820px;
  margin: 12px 0 0;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.supplier-heading > p {
  margin: 0 0 5px;
  color: var(--muted);
  line-height: 1.75;
}

.supplier-card {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 660px;
  padding: 0;
  grid-template-columns: 0.82fr 1.18fr;
  border: 1px solid #dbe4ef;
  border-radius: 32px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.supplier-intro {
  position: relative;
  display: flex;
  overflow: hidden;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-start;
  padding: 38px;
  background:
    radial-gradient(circle at 75% 20%, rgba(47, 109, 201, 0.36), transparent 35%),
    linear-gradient(145deg, var(--navy-950), var(--navy-800));
  color: var(--white);
}

.supplier-intro::after {
  position: absolute;
  right: -120px;
  bottom: -170px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
}

.supplier-network {
  position: absolute;
  z-index: 1;
  top: 35px;
  right: 30px;
  left: 30px;
  overflow: hidden;
  height: 300px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background: rgba(3, 17, 39, 0.52);
  box-shadow: inset 0 0 50px rgba(57, 121, 220, 0.1);
}

.network-grid {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.42) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.42) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to bottom right, black, transparent 90%);
}

.network-hub {
  position: absolute;
  z-index: 3;
  top: 107px;
  left: calc(50% - 52px);
  display: grid;
  width: 104px;
  height: 104px;
  place-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(7, 27, 61, 0.9);
  box-shadow: 0 0 0 12px rgba(47, 109, 201, 0.1), 0 0 42px rgba(64, 130, 235, 0.3);
  text-align: center;
}

.network-hub::before {
  position: absolute;
  inset: -13px;
  border: 1px solid rgba(239, 51, 72, 0.38);
  border-radius: inherit;
  content: "";
  animation: network-pulse 2.8s ease-out infinite;
}

.network-hub span {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.network-hub small {
  margin-top: 4px;
  color: #91add4;
  font-size: 0.55rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.network-node {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(7, 27, 61, 0.88);
  color: #bfd0e8;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.network-node i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red-500);
  box-shadow: 0 0 0 4px rgba(239, 51, 72, 0.12);
}

.network-node-one { top: 30px; left: 24px; }
.network-node-two { top: 48px; right: 22px; }
.network-node-three { right: 38px; bottom: 27px; }

.network-route {
  position: absolute;
  z-index: 2;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(75, 134, 218, 0.15), #548ee0);
  transform-origin: left center;
}

.network-route-one { top: 77px; left: 80px; width: 150px; transform: rotate(29deg); }
.network-route-two { top: 144px; left: 52%; width: 125px; transform: rotate(-42deg); }
.network-route-three { top: 188px; left: 50%; width: 142px; transform: rotate(26deg); }

.network-load {
  position: absolute;
  z-index: 5;
  width: 13px;
  height: 13px;
  border: 3px solid #ffd8dc;
  border-radius: 4px;
  background: var(--red-500);
  box-shadow: 0 5px 15px rgba(239, 51, 72, 0.45);
}

.network-load-one { top: 71px; left: 75px; animation: network-load-one 4.8s linear infinite; }
.network-load-two { top: 122px; left: 74%; animation: network-load-two 5.4s linear infinite; }
.network-load-three { top: 184px; left: 51%; animation: network-load-three 5.9s linear infinite; }

.supplier-trust {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 318px;
}

.supplier-trust span {
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #b9cbe3;
  font-size: 0.61rem;
  font-weight: 700;
}

.supplier-intro-copy {
  position: relative;
  z-index: 3;
  margin-top: 62px;
}

.supplier-portal-label {
  color: #ff6a79;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.supplier-intro-copy h3 {
  max-width: 430px;
  margin: 12px 0 14px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.supplier-intro-copy p {
  margin: 0;
  color: #aebfd7;
  font-size: 0.88rem;
  line-height: 1.7;
}

.provider-form {
  min-width: 0;
  padding: 40px;
  background: var(--white);
}

.provider-form-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.provider-form-heading > div > span {
  color: var(--red-500);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.provider-form-heading h3 {
  margin: 6px 0 0;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  letter-spacing: -0.04em;
}

.provider-step {
  padding: 8px 10px;
  border-radius: 999px;
  background: var(--blue-100);
  color: var(--navy-700);
  font-size: 0.65rem;
  font-weight: 800;
}

.provider-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.provider-form label,
.provider-vehicle-options legend {
  color: #53637a;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.provider-form label small,
.provider-notes small {
  color: #94a0b1;
  font-size: 0.58rem;
  font-weight: 700;
}

.provider-form-grid label,
.provider-notes {
  display: grid;
  gap: 8px;
}

.provider-form input,
.provider-form select,
.provider-form textarea {
  width: 100%;
  border: 1px solid #d7e0ec;
  border-radius: 11px;
  outline: none;
  background: #f8fafd;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.provider-form input,
.provider-form select {
  height: 48px;
  padding: 0 13px;
}

.provider-form textarea {
  min-height: 88px;
  padding: 12px 13px;
  resize: vertical;
}

.provider-form input:focus,
.provider-form select:focus,
.provider-form textarea:focus {
  border-color: #4a83d3;
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(74, 131, 211, 0.1);
}

.provider-form input::placeholder,
.provider-form textarea::placeholder { color: #99a4b4; }

.provider-vehicle-options {
  margin: 24px 0 20px;
  padding: 0;
  border: 0;
}

.provider-vehicle-options legend { margin-bottom: 4px; }

.provider-vehicle-options > p {
  margin: 0 0 13px;
  color: #8996a8;
  font-size: 0.71rem;
}

.provider-vehicle-options > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.provider-vehicle-options label { cursor: pointer; }

.provider-vehicle-options input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.provider-vehicle-options span {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 9px;
  padding: 0 11px;
  border: 1px solid #d7e0ec;
  border-radius: 11px;
  background: #f8fafd;
  color: #485a72;
  font-size: 0.76rem;
  font-weight: 800;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.provider-vehicle-options span i {
  width: 12px;
  height: 12px;
  border: 1px solid #a9b5c4;
  border-radius: 3px;
  background: var(--white);
  box-shadow: inset 0 0 0 3px var(--white);
}

.provider-vehicle-options input:checked + span {
  border-color: #295da4;
  background: #edf4ff;
  color: var(--navy-800);
}

.provider-vehicle-options input:checked + span i {
  border-color: var(--red-500);
  background: var(--red-500);
}

.provider-vehicle-options input:focus-visible + span {
  outline: 3px solid #68a4ff;
  outline-offset: 3px;
}

.provider-notes { margin-bottom: 16px; }

.provider-documents {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
  padding: 15px;
  border: 1px dashed #b8c7db;
  border-radius: 12px;
  background: #f7faff;
}

.provider-documents > span {
  color: #74839a;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}

.provider-documents input[type="file"] {
  min-height: auto;
  height: auto;
  padding: 8px;
  border: 1px solid #d8e1ec;
  background: white;
  font-size: 0.72rem;
}

.provider-consent {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 18px;
  cursor: pointer;
  color: #6f7e93 !important;
  font-size: 0.65rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1.5;
  text-transform: none !important;
}

.provider-consent input {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  margin-top: 1px;
  accent-color: var(--red-500);
}

.provider-submit { width: 100%; }
.provider-submit:disabled { cursor: wait; opacity: 0.7; }

.provider-feedback {
  min-height: 22px;
  color: #138656;
  font-size: 0.72rem;
  line-height: 1.5;
  text-align: center;
}

.provider-feedback p { margin: 13px 0 3px; }
.provider-feedback a { color: var(--navy-700); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.provider-feedback.is-error { color: #c41f33; }

.supplier-admin-access {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 20px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.08), transparent 45%), var(--navy-900);
  color: white;
  box-shadow: 0 20px 55px rgba(7, 27, 61, 0.16);
}

.supplier-admin-access > div { display: grid; gap: 5px; }
.supplier-admin-access span { color: #7fa5d8; font-size: 0.68rem; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.supplier-admin-access strong { font-size: 1rem; }
.supplier-admin-access p { max-width: 680px; margin: 0; color: #b9c9df; font-size: 0.76rem; line-height: 1.55; }

.supplier-admin-access > a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  border-radius: 10px;
  background: white;
  color: var(--navy-900);
  font-size: 0.74rem;
  font-weight: 900;
  transition: transform 0.2s ease;
}

.supplier-admin-access > a:hover { transform: translateY(-2px); }
.supplier-admin-access > a b { color: var(--red-500); font-size: 1rem; }

@keyframes network-pulse {
  0% { opacity: 0.8; transform: scale(0.9); }
  80%, 100% { opacity: 0; transform: scale(1.28); }
}

@keyframes network-load-one {
  0% { opacity: 0; transform: translate3d(0, 0, 0) rotate(0); }
  12%, 85% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(138px, 80px, 0) rotate(360deg); }
}

@keyframes network-load-two {
  0% { opacity: 0; transform: translate3d(0, 0, 0) rotate(0); }
  12%, 85% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(-95px, 38px, 0) rotate(-360deg); }
}

@keyframes network-load-three {
  0% { opacity: 0; transform: translate3d(0, 0, 0) rotate(0); }
  12%, 85% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(123px, 61px, 0) rotate(360deg); }
}

.page-hidden .network-hub::before,
.page-hidden .network-load {
  animation-play-state: paused !important;
}

@media (max-width: 1000px) {
  .supplier-card { grid-template-columns: 0.72fr 1.28fr; }
  .supplier-intro, .provider-form { padding: 30px; }
  .supplier-network { right: 24px; left: 24px; }
}

@media (max-width: 860px) {
  .supplier-heading { grid-template-columns: 1fr; gap: 24px; }
  .supplier-card { grid-template-columns: 1fr; }
  .supplier-intro { min-height: 650px; }
  .supplier-network { height: 290px; }
}

@media (max-width: 600px) {
  .supplier-heading { margin-bottom: 30px; }
  .supplier-heading h2 { font-size: clamp(2.1rem, 11vw, 3rem); }
  .supplier-card { padding: 0; border-radius: 24px; }
  .supplier-intro { min-height: 600px; padding: 22px; }
  .supplier-network { top: 22px; right: 18px; left: 18px; height: 270px; }
  .supplier-trust { margin-top: 286px; }
  .supplier-intro-copy { margin-top: 36px; }
  .provider-form { padding: 26px 20px 30px; }
  .provider-form-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .provider-form-grid { grid-template-columns: 1fr; }
  .provider-vehicle-options > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .supplier-admin-access { align-items: flex-start; flex-direction: column; padding: 20px; }
  .supplier-admin-access > a { width: 100%; justify-content: space-between; }
}

/* Portal administrativo de proveedores */
.main-nav .nav-admin-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy-700);
}

.main-nav .nav-admin-link::before {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--red-500);
  box-shadow: 0 0 0 5px rgba(239, 51, 72, 0.1);
  content: "";
}

.urbo-provider-login-page {
  background: var(--navy-950);
}

.urbo-provider-login-page .site-header {
  border-bottom-color: rgba(12, 40, 84, 0.08);
}

.urbo-provider-login-page .floating-whatsapp {
  display: none;
}

.provider-login-main {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 82px);
  padding: 150px 0 76px;
  background:
    radial-gradient(circle at 86% 15%, rgba(37, 89, 166, 0.34), transparent 29%),
    radial-gradient(circle at 8% 88%, rgba(239, 51, 72, 0.12), transparent 24%),
    linear-gradient(135deg, #031127 0%, #071b3d 55%, #0a2854 100%);
  color: var(--white);
  isolation: isolate;
}

.provider-login-grid {
  position: absolute;
  z-index: -3;
  inset: 0;
  opacity: 0.11;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(120deg, black, rgba(0, 0, 0, 0.15) 70%, transparent);
}

.provider-login-glow {
  position: absolute;
  z-index: -2;
  border-radius: 999px;
  filter: blur(80px);
  pointer-events: none;
}

.provider-login-glow-one {
  top: 110px;
  right: -150px;
  width: 460px;
  height: 460px;
  background: rgba(59, 121, 213, 0.24);
}

.provider-login-glow-two {
  bottom: -160px;
  left: -140px;
  width: 400px;
  height: 400px;
  background: rgba(239, 51, 72, 0.13);
}

.provider-login-shell {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.72fr);
  gap: clamp(58px, 7vw, 104px);
}

.provider-login-story {
  max-width: 690px;
  animation: provider-rise 0.72s ease both;
}

.provider-login-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #dbe9ff;
  font-family: "Segoe UI Variable", "Segoe UI", Inter, Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.provider-login-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(32, 201, 120, 0.58);
  animation: provider-pulse 2s ease-out infinite;
}

.provider-login-overline {
  margin: 38px 0 14px;
  color: #ff6d7d;
  font-family: "Segoe UI Variable", "Segoe UI", Inter, Arial, sans-serif;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.provider-login-story h1 {
  max-width: 760px;
  margin: 0;
  font-family: "Segoe UI Variable Display", "Segoe UI Variable", "Segoe UI", Inter, Arial, sans-serif;
  font-size: clamp(3.05rem, 5vw, 5.3rem);
  font-weight: 760;
  letter-spacing: -0.064em;
  line-height: 0.98;
  text-wrap: balance;
}

.provider-login-lead {
  max-width: 640px;
  margin: 25px 0 0;
  color: #b8cae3;
  font-family: "Segoe UI Variable Text", "Segoe UI", Inter, Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.72;
}

.provider-control-visual {
  overflow: hidden;
  max-width: 620px;
  margin-top: 38px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 24px 72px rgba(0, 8, 24, 0.22);
  backdrop-filter: blur(16px);
}

.provider-control-topline,
.provider-control-metrics {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.provider-control-topline {
  padding: 15px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #dce8f9;
  font-size: 0.72rem;
  font-weight: 750;
}

.provider-control-topline > b {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #7ee5b1;
  font-size: 0.68rem;
  font-weight: 720;
}

.provider-control-topline > b i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
}

.provider-route-map {
  position: relative;
  height: 190px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 30px 30px;
}

.provider-route-line {
  position: absolute;
  z-index: 1;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(89, 144, 222, 0.2), rgba(89, 144, 222, 0.8), rgba(239, 51, 72, 0.68));
  transform-origin: left center;
}

.provider-route-line-one {
  top: 94px;
  left: 49%;
  width: 31%;
  transform: rotate(-18deg);
}

.provider-route-line-two {
  top: 97px;
  left: 49%;
  width: 34%;
  transform: rotate(15deg);
}

.provider-route-line-three {
  top: 98px;
  left: 23%;
  width: 28%;
  transform: rotate(-8deg);
}

.provider-route-node {
  position: absolute;
  z-index: 3;
  display: grid;
  min-width: 88px;
  justify-items: center;
  gap: 5px;
  color: #bfd0e8;
  font-size: 0.64rem;
  font-style: normal;
}

.provider-route-node i,
.provider-route-node-hub b {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(122, 171, 239, 0.52);
  border-radius: 50%;
  background: #0b2b59;
  box-shadow: 0 0 0 7px rgba(65, 126, 210, 0.08);
}

.provider-route-node i::after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #73a6e9;
  content: "";
}

.provider-route-node-hub {
  top: 62px;
  left: calc(50% - 44px);
}

.provider-route-node-hub b {
  width: 58px;
  height: 58px;
  border-color: rgba(255, 92, 109, 0.65);
  background: linear-gradient(145deg, #0d356d, #081d3f);
  color: white;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}

.provider-route-node-one {
  top: 25px;
  right: 8%;
}

.provider-route-node-two {
  right: 7%;
  bottom: 22px;
}

.provider-route-node-three {
  top: 42px;
  left: 7%;
}

.provider-route-load {
  position: absolute;
  z-index: 4;
  width: 9px;
  height: 9px;
  border: 2px solid #ffe4e7;
  border-radius: 3px;
  background: var(--red-500);
  box-shadow: 0 0 14px rgba(239, 51, 72, 0.9);
}

.provider-route-load-one {
  top: 93px;
  left: 51%;
  animation: provider-load-one 4.6s linear infinite;
}

.provider-route-load-two {
  top: 96px;
  left: 50%;
  animation: provider-load-two 5.2s linear 0.7s infinite;
}

.provider-route-load-three {
  top: 96px;
  left: 24%;
  animation: provider-load-three 4.9s linear 1.2s infinite;
}

.provider-control-metrics {
  gap: 1px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(3, 17, 39, 0.34);
}

.provider-control-metrics span {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 8px;
  padding: 13px 15px;
  color: #aebfda;
  font-size: 0.66rem;
}

.provider-control-metrics span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.provider-control-metrics strong {
  color: #ff6577;
  font-size: 0.68rem;
}

.provider-login-panel {
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.98);
  color: var(--ink);
  box-shadow: 0 34px 100px rgba(0, 8, 24, 0.34);
  animation: provider-rise 0.72s 0.09s ease both;
}

.provider-login-panel-head > span {
  display: block;
  margin-bottom: 10px;
  color: var(--red-500);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.provider-login-panel-head h2 {
  margin: 0;
  color: var(--navy-950);
  font-family: "Segoe UI Variable Display", "Segoe UI Variable", "Segoe UI", Inter, Arial, sans-serif;
  font-size: clamp(2rem, 3vw, 2.65rem);
  font-weight: 760;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.provider-login-panel-head p {
  margin: 13px 0 0;
  color: #66758b;
  font-size: 0.88rem;
  line-height: 1.6;
}

.provider-login-alert {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-top: 21px;
  padding: 13px 14px;
  border: 1px solid #ffd0d6;
  border-radius: 13px;
  background: #fff2f4;
  color: #a91e32;
  font-size: 0.78rem;
  line-height: 1.5;
}

.provider-login-alert i {
  display: grid;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #d4233a;
  color: white;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 900;
}

.provider-login-form {
  display: grid;
  gap: 18px;
  margin-top: 27px;
}

.provider-login-form > label:not(.provider-remember) {
  display: grid;
  gap: 8px;
  color: var(--navy-900);
  font-size: 0.75rem;
  font-weight: 760;
}

.provider-input-shell {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 11px;
  padding: 0 14px;
  border: 1px solid #d4ddea;
  border-radius: 14px;
  background: #f8fafd;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.provider-input-shell:focus-within {
  border-color: #4a79c2;
  background: white;
  box-shadow: 0 0 0 4px rgba(57, 108, 184, 0.11);
}

.provider-input-shell > i {
  width: 20px;
  flex: 0 0 auto;
  color: #6683ab;
  font-size: 0.86rem;
  font-style: normal;
  font-weight: 800;
  text-align: center;
}

.provider-input-shell input {
  min-width: 0;
  flex: 1;
  padding: 17px 0;
  outline: 0;
  background: transparent;
  color: var(--navy-950);
  font-size: 0.91rem;
}

.provider-input-shell input::placeholder {
  color: #9ba9bb;
}

.provider-password-toggle {
  flex: 0 0 auto;
  padding: 8px 6px;
  background: transparent;
  color: var(--navy-700);
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 800;
}

.provider-remember {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: #4d5e75;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 600;
}

.provider-remember input {
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: var(--navy-700);
}

.provider-login-submit {
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 22px;
  border-radius: 14px;
  background: linear-gradient(110deg, var(--navy-900), #0c3269);
  color: white;
  box-shadow: 0 15px 34px rgba(7, 27, 61, 0.2);
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 820;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.provider-login-submit:hover {
  background: linear-gradient(110deg, #0a2854, var(--navy-700));
  box-shadow: 0 19px 42px rgba(7, 27, 61, 0.26);
  transform: translateY(-2px);
}

.provider-login-submit i {
  color: #ff6b7b;
  font-size: 1.05rem;
  font-style: normal;
}

.provider-login-links {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 19px;
}

.provider-login-links a {
  color: var(--navy-700);
  font-size: 0.7rem;
  font-weight: 750;
}

.provider-login-links a:hover {
  color: var(--red-600);
}

.provider-login-security {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 27px 0 0;
  padding-top: 20px;
  border-top: 1px solid #e1e7f0;
  color: #77859a;
  font-size: 0.66rem;
  line-height: 1.45;
  text-align: center;
}

.provider-login-security i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(32, 201, 120, 0.1);
}

.urbo-provider-login-page footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@keyframes provider-rise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes provider-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(32, 201, 120, 0.5);
  }
  75%,
  100% {
    box-shadow: 0 0 0 10px rgba(32, 201, 120, 0);
  }
}

@keyframes provider-load-one {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(0);
  }
  12%,
  83% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(154px, -50px, 0) rotate(360deg);
  }
}

@keyframes provider-load-two {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(0);
  }
  12%,
  83% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(164px, 48px, 0) rotate(-360deg);
  }
}

@keyframes provider-load-three {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(0);
  }
  12%,
  83% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(142px, -20px, 0) rotate(360deg);
  }
}

@media (max-width: 1040px) {
  .provider-login-shell {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.85fr);
    gap: 42px;
  }

  .provider-login-story h1 {
    font-size: clamp(2.75rem, 5vw, 4.2rem);
  }
}

@media (max-width: 860px) {
  .main-nav .nav-admin-link {
    justify-content: center;
  }

  .provider-login-main {
    padding: 126px 0 62px;
  }

  .provider-login-shell {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .provider-login-story {
    max-width: 760px;
  }

  .provider-control-visual {
    max-width: none;
  }

  .provider-login-panel {
    max-width: 680px;
  }
}

@media (max-width: 600px) {
  .provider-login-main {
    padding: 108px 0 42px;
  }

  .provider-login-shell {
    width: min(100% - 32px, 1180px);
    gap: 30px;
  }

  .provider-login-status {
    padding: 9px 11px;
    font-size: 0.62rem;
  }

  .provider-login-overline {
    margin-top: 27px;
  }

  .provider-login-story h1 {
    font-size: clamp(2.42rem, 12.2vw, 3.3rem);
    letter-spacing: -0.057em;
  }

  .provider-login-lead {
    font-size: 0.94rem;
    line-height: 1.65;
  }

  .provider-control-visual {
    margin-top: 28px;
    border-radius: 19px;
  }

  .provider-route-map {
    height: 166px;
  }

  .provider-route-node-one {
    right: 1%;
  }

  .provider-route-node-two {
    right: 0;
  }

  .provider-route-node-three {
    left: 0;
  }

  .provider-control-metrics span {
    display: grid;
    justify-items: center;
    gap: 3px;
    padding: 11px 6px;
    text-align: center;
  }

  .provider-login-panel {
    padding: 27px 20px 24px;
    border-radius: 22px;
  }

  .provider-login-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .provider-login-story,
  .provider-login-panel,
  .provider-login-status i,
  .provider-route-load {
    animation: none !important;
  }
}
