:root {
  --navy: #032653;
  --navy-deep: #00162f;
  --blue: #07548f;
  --orange: #ff7900;
  --orange-light: #ff9a2f;
  --ink: #10223b;
  --muted: #68768a;
  --line: #dfe5eb;
  --soft: #f3f6f8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: white; color: var(--ink); font-family: Inter, "Helvetica Neue", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.hslog-skip-link { position: fixed; z-index: 99999; left: 16px; top: -80px; padding: 12px 16px; background: white; color: var(--navy); font-weight: 800; box-shadow: 0 8px 30px rgba(0,0,0,.2); }
.hslog-skip-link:focus { top: 16px; }
.admin-bar .site-header { top: 32px; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  width: min(1280px, calc(100% - 64px));
  height: 88px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.18);
  color: white;
}
.brand { width: 190px; height: 58px; display: flex; padding: 6px 10px; border-radius: 3px; background: white; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.site-header nav { display: flex; gap: 36px; margin-left: auto; margin-right: 38px; }
.site-header nav a { font-size: 13px; font-weight: 800; opacity: .9; }
.site-header nav a:hover { color: var(--orange-light); }
.header-cta { display: inline-flex; align-items: center; gap: 18px; padding: 13px 18px; border: 1px solid rgba(255,255,255,.5); border-radius: 3px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.header-cta span { color: var(--orange); font-size: 18px; }

.hero {
  position: relative;
  min-height: 850px;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 38%, rgba(8,91,154,.48), transparent 33%),
    linear-gradient(120deg, #00162f, #032d60 68%, #001e42);
  color: white;
}
.hero::before { content: ""; position: absolute; left: -170px; top: -240px; width: 570px; height: 570px; border: 1px solid rgba(255,121,0,.25); border-radius: 50%; }
.hero::after { content: ""; position: absolute; right: -90px; bottom: -140px; width: 330px; height: 330px; transform: rotate(45deg); background: var(--orange); }
.hero-copy { position: relative; z-index: 4; width: min(1280px, calc(100% - 64px)); margin: 0 auto; padding-top: 176px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 25px; color: #d6e1ed; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow span { width: 38px; height: 3px; background: var(--orange); }
.hero h1 { max-width: 690px; margin: 0; font-size: clamp(58px, 6.4vw, 94px); line-height: .94; letter-spacing: -.06em; text-transform: uppercase; font-weight: 900; }
.hero h1 em { display: block; margin-top: 12px; color: var(--orange); font-style: normal; }
.hero-lead { max-width: 570px; margin: 27px 0 0; color: #c7d5e4; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; gap: 13px; margin-top: 35px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 0 24px; border-radius: 3px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-orange { background: var(--orange); color: white; }
.button-orange:hover { background: var(--orange-light); }
.button-outline { border: 1px solid rgba(255,255,255,.4); background: rgba(255,255,255,.04); color: white; }
.hero-trust { display: flex; gap: 0; margin-top: 43px; }
.hero-trust span { display: flex; align-items: center; gap: 10px; padding: 0 22px; border-left: 1px solid rgba(255,255,255,.18); color: #bdcada; font-size: 11px; text-transform: uppercase; }
.hero-trust span:first-child { padding-left: 0; border-left: 0; }
.hero-trust b { color: var(--orange); font-size: 14px; }

.logistics-visual { position: absolute; z-index: 2; right: max(24px, calc((100vw - 1280px) / 2)); top: 132px; width: min(47vw, 610px); height: 570px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); background: #00162f; box-shadow: 0 28px 70px rgba(0,0,0,.32); isolation: isolate; }
.route-control-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 46% center; transform: scale(1.01); animation: imageDrift 12s ease-in-out infinite alternate; }
.visual-vignette { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(0,16,39,.18) 28%, rgba(0,14,34,.78) 100%), linear-gradient(90deg, rgba(0,19,45,.16), transparent 58%); }
.control-panel { position: absolute; z-index: 4; left: 26px; top: 24px; display: flex; flex-direction: column; gap: 5px; padding: 16px 18px; background: rgba(0,20,46,.76); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(10px); }
.control-panel div { color: #aabed4; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.control-panel strong { font-size: 17px; text-transform: uppercase; }
.control-panel small { color: #829ab5; font-size: 10px; }
.live-dot { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: #30d57c; box-shadow: 0 0 0 6px rgba(48,213,124,.1); animation: pulse 1.8s infinite; }
.route-signal { position: absolute; z-index: 4; left: 27px; bottom: 28px; display: flex; align-items: center; gap: 10px; padding: 10px 13px; background: rgba(0,20,46,.72); border: 1px solid rgba(255,255,255,.13); backdrop-filter: blur(8px); color: #dbe8f4; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.route-signal i { width: 9px; height: 9px; border: 2px solid var(--orange); border-radius: 50%; box-shadow: 0 0 0 6px rgba(255,121,0,.16); animation: pulse 1.8s infinite; }
.visual-stat { position: absolute; z-index: 4; right: 24px; display: flex; flex-direction: column; min-width: 118px; padding: 12px 14px; background: rgba(0,20,46,.72); border-left: 3px solid var(--orange); }
.visual-stat small { color: #93a9c1; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }.visual-stat strong { margin-top: 4px; font-size: 13px; text-transform: uppercase; }
.stat-a { bottom: 108px; }.stat-b { bottom: 36px; }

.intro { width: min(1216px, calc(100% - 64px)); margin: 0 auto; display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; padding: 100px 0 88px; }
.section-kicker { margin: 0 0 17px; color: var(--orange); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .18em; }
.section-kicker::after { content: ""; display: block; width: 54px; height: 3px; margin-top: 13px; background: currentColor; }
.section-kicker.light { color: var(--orange-light); }
.intro h2, .section h2, .application-copy h2, .final-cta h2 { margin: 0; color: var(--navy); font-size: clamp(38px, 4.3vw, 61px); line-height: 1.05; letter-spacing: -.045em; text-transform: uppercase; }
.intro h2 em, .section h2 em { color: var(--orange); font-style: normal; }
.intro > p { margin: 38px 0 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.intro-points { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: -20px; border: 1px solid var(--line); }
.intro-points article { display: flex; align-items: center; gap: 15px; padding: 25px; border-left: 1px solid var(--line); }
.intro-points article:first-child { border-left: 0; }
.intro-points article > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--navy); color: var(--orange); font-weight: 900; }
.intro-points div { display: flex; flex-direction: column; gap: 4px; }.intro-points b { color: var(--navy); font-size: 13px; text-transform: uppercase; }.intro-points small { color: #7a8798; font-size: 11px; }

.section { width: min(1280px, 100%); margin: 0 auto; padding: 96px 32px; }
.section-heading { max-width: 820px; }
.section-heading > p:last-child { margin: 22px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 50px; border: 1px solid var(--line); background: var(--line); }
.service-card { position: relative; min-height: 310px; padding: 29px; background: white; }
.service-card > span { position: absolute; right: 23px; top: 20px; color: #d7dee6; font-size: 27px; font-weight: 900; }
.service-symbol { display: grid; place-items: center; width: 53px; height: 53px; border-radius: 50%; background: var(--navy); color: var(--orange); font-size: 22px; }
.service-card h3 { margin: 29px 0 12px; color: var(--navy); font-size: 17px; line-height: 1.25; text-transform: uppercase; }
.service-card p { margin: 0; min-height: 78px; color: #6f7b8c; font-size: 13px; line-height: 1.65; }
.service-card a { display: flex; justify-content: space-between; align-items: center; margin-top: 22px; padding-top: 17px; border-top: 1px solid var(--line); color: var(--navy); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.service-card a b { color: var(--orange); font-size: 18px; }
.service-card:hover { z-index: 2; box-shadow: 0 18px 45px rgba(0,31,70,.1); transform: translateY(-4px); transition: .2s ease; }

.operations { width: 100%; max-width: none; padding-left: max(32px, calc((100vw - 1216px) / 2)); padding-right: max(32px, calc((100vw - 1216px) / 2)); background: var(--soft); }
.centered { margin: 0 auto; text-align: center; }.centered .section-kicker::after { margin-left: auto; margin-right: auto; }.centered > p:last-child { margin-left: auto; margin-right: auto; }
.operation-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
.operation-card { min-height: 315px; display: flex; flex-direction: column; padding: 28px; border-top: 4px solid var(--navy); background: white; box-shadow: 0 10px 28px rgba(0,31,70,.055); }
.operation-card:hover { border-top-color: var(--orange); }
.operation-top { display: flex; justify-content: space-between; align-items: center; }.operation-top span { color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .1em; }.operation-top b { padding: 6px 9px; border-radius: 99px; background: #eaf8ef; color: #168349; font-size: 9px; text-transform: uppercase; }
.operation-card h3 { margin: 30px 0 18px; color: var(--navy); font-size: 21px; line-height: 1.3; text-transform: uppercase; }
.operation-card ul { margin: 0 0 26px; padding: 0; list-style: none; }.operation-card li { position: relative; padding: 9px 0 9px 18px; border-bottom: 1px solid #edf0f3; color: #526076; font-size: 12px; }.operation-card li::before { content: ""; position: absolute; left: 0; top: 14px; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.operation-card button { margin-top: auto; display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 16px 0 0; border: 0; border-top: 1px solid var(--line); background: transparent; color: var(--navy); font-size: 11px; font-weight: 900; text-transform: uppercase; cursor: pointer; }.operation-card button span { color: var(--orange); font-size: 18px; }

.application-panel { display: grid; grid-template-columns: .7fr 1.3fr; margin-top: 60px; scroll-margin-top: 28px; background: var(--navy); }
.application-copy { position: relative; overflow: hidden; padding: 49px 42px; color: white; background: linear-gradient(145deg, #032e63, #001b3d); }
.application-copy::after { content: ""; position: absolute; right: -100px; bottom: -105px; width: 245px; height: 245px; border: 42px solid rgba(255,121,0,.13); border-radius: 50%; }
.application-copy h2 { color: white; font-size: 42px; }
.application-copy > p:not(.section-kicker) { margin: 20px 0 0; color: #aec0d3; font-size: 14px; line-height: 1.7; }
.application-copy ol { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 12px; margin: 31px 0 0; padding: 0; list-style: none; }.application-copy li { display: flex; align-items: center; gap: 12px; color: #dbe5ef; font-size: 12px; }.application-copy li b { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid rgba(255,255,255,.25); color: var(--orange); }
.portal-card-link { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 6px; margin-top: 29px; padding: 17px 18px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.06); }
.portal-card-link span { color: #92a9c0; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }
.portal-card-link strong { color: white; font-size: 11px; text-transform: uppercase; }
.portal-card-link:hover { border-color: var(--orange); background: rgba(255,121,0,.08); }
.application-form { display: grid; gap: 14px; padding: 42px; background: white; }
.application-form label { display: flex; flex-direction: column; gap: 7px; color: var(--navy); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.application-form input, .application-form select { width: 100%; padding: 12px 13px; border: 1px solid #d8dfe6; border-radius: 2px; background: #f9fafb; color: var(--ink); outline: none; text-transform: none; }
.application-form input:focus, .application-form select:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,121,0,.1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.submit-button { min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 16px; border: 0; border-radius: 2px; background: var(--orange); color: white; font-size: 11px; font-weight: 900; text-transform: uppercase; cursor: pointer; }.submit-button:hover { background: var(--orange-light); }.submit-button span { font-size: 18px; }
.application-form > small { color: #7c8898; font-size: 9px; text-align: center; line-height: 1.5; }

.final-cta { padding: 94px 32px; text-align: center; }.final-cta > p { margin: 0 0 17px; color: var(--orange); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }.final-cta h2 { max-width: 780px; margin: 0 auto; }.final-cta .button { margin-top: 32px; }
footer { display: grid; grid-template-columns: .8fr 1fr 1fr auto; align-items: center; gap: 26px; padding: 31px max(32px, calc((100vw - 1216px) / 2)); background: var(--navy-deep); color: white; }
.footer-logo { width: 160px; height: 55px; display: flex; padding: 6px 9px; border-radius: 2px; background: white; }.footer-logo img { width: 100%; height: 100%; object-fit: contain; } footer > p { margin: 0; color: #9eb1c7; font-size: 11px; } footer nav { display: flex; gap: 18px; } footer nav a { color: #d7e1eb; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.footer-contact a { color: white; font-size: 10px; font-weight: 800; }
.footer-contact small { color: #8297ae; font-size: 9px; }
.floating-whatsapp { position: fixed; z-index: 30; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; padding: 12px 16px; border-radius: 99px; background: #25d366; color: #0b321e; box-shadow: 0 10px 28px rgba(0,0,0,.22); font-size: 11px; }.floating-whatsapp span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: white; color: #25d366; }

@keyframes pulse { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(.75); opacity: .65; } }
@keyframes imageDrift { from { transform: scale(1.01); } to { transform: scale(1.055); } }

@media (max-width: 1050px) {
  .site-header { width: calc(100% - 40px); }
  .site-header nav { display: none; }
  .hero { min-height: 1050px; }
  .hero-copy { width: calc(100% - 40px); padding-top: 145px; }
  .hero h1 { max-width: 760px; }
  .logistics-visual { top: auto; bottom: 55px; right: 5%; width: 90%; height: 380px; }
  .control-panel { top: 18px; left: 18px; }
  .intro { width: calc(100% - 48px); grid-template-columns: 1fr; gap: 10px; }
  .intro > p { margin-top: 20px; }
  .intro-points { margin-top: 25px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .operation-grid { grid-template-columns: 1fr; }
  .application-panel { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .admin-bar .site-header { top: 46px; }
  .site-header { width: calc(100% - 28px); height: 74px; }
  .brand { width: 152px; height: 50px; }
  .header-cta { padding: 10px 12px; font-size: 10px; }.header-cta span { display: none; }
  .hero { min-height: 980px; }
  .hero-copy { width: calc(100% - 28px); padding-top: 112px; }
  .hero h1 { font-size: clamp(45px, 14vw, 62px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; }
  .hero-trust { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 0; }.hero-trust span:nth-child(3) { grid-column: 1 / -1; border-left: 0; padding-left: 0; }
  .logistics-visual { right: 0; width: 100%; height: 330px; border-left: 0; border-right: 0; }
  .control-panel { transform: scale(.85); transform-origin: left top; }
  .route-control-image { object-position: 42% center; }
  .route-signal { left: 14px; bottom: 14px; }
  .visual-stat { right: 12px; transform: scale(.85); transform-origin: right center; }
  .intro { width: calc(100% - 36px); padding: 70px 0; }
  .intro h2, .section h2, .application-copy h2, .final-cta h2 { font-size: 36px; }
  .intro-points { grid-template-columns: 1fr; }.intro-points article { border-left: 0; border-top: 1px solid var(--line); }.intro-points article:first-child { border-top: 0; }
  .section { padding: 72px 18px; }
  .service-grid { grid-template-columns: 1fr; }.service-card { min-height: 270px; }
  .operations { padding-left: 18px; padding-right: 18px; }
  .operation-card { min-height: 285px; padding: 24px; }
  .application-copy { padding: 40px 24px; }
  .application-form { padding: 27px 19px; }
  .form-row { grid-template-columns: 1fr; }
  .final-cta { padding: 74px 18px; }
  footer { grid-template-columns: 1fr; justify-items: center; text-align: center; } footer nav { flex-wrap: wrap; justify-content: center; }.footer-contact { align-items: center; }
  .floating-whatsapp { padding: 11px; }.floating-whatsapp b { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
