.es-hero {
  padding: 106px 0 82px;
  background: radial-gradient(circle at 85% 10%, rgba(11, 92, 168, 0.13) 0%, #f7f9fc 30%, #ffffff 68%);
}

/* Full-viewport hero (background image + overlay), mirrors reference “banner” sites */
.es-hero--fullscreen {
  position: relative;
  padding: 0;
  min-height: min(78vh, 860px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #082032;
}

.es-seadeal-hero {
  position: relative;
  min-height: min(82vh, 880px);
  padding: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 24%, rgba(11, 92, 168, 0.28), transparent 28%),
    radial-gradient(circle at 12% 82%, rgba(86, 166, 232, 0.16), transparent 28%),
    linear-gradient(135deg, #061326 0%, #0a2442 50%, #020914 100%);
  color: #fff;
}

.es-hero.es-seadeal-hero {
  padding: 0;
}

.es-seadeal-hero--carousel {
  display: flex;
  flex-direction: column;
}

.es-seadeal-hero__grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.58;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 86%);
}

.es-seadeal-hero__slides {
  position: relative;
  z-index: 2;
  flex: 1;
  min-height: min(72vh, 760px);
}

.es-seadeal-hero__slide {
  position: absolute;
  inset: 0;
  min-height: inherit;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 680ms ease,
    visibility 680ms ease;
}

.es-seadeal-hero__slide.is-active {
  position: relative;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.es-seadeal-hero__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(105deg, rgba(3, 16, 31, 0.86) 0%, rgba(8, 31, 58, 0.68) 48%, rgba(2, 9, 20, 0.54) 100%),
    radial-gradient(circle at 78% 28%, rgba(86, 166, 232, 0.18), transparent 30%);
}

.es-seadeal-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.es-seadeal-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.03);
}

.es-seadeal-hero__slide--has-image::after {
  background:
    linear-gradient(105deg, rgba(3, 16, 31, 0.92) 0%, rgba(8, 31, 58, 0.7) 44%, rgba(2, 9, 20, 0.5) 100%),
    radial-gradient(circle at 78% 28%, rgba(86, 166, 232, 0.18), transparent 30%);
}

.es-seadeal-hero__inner {
  position: relative;
  z-index: 3;
  min-height: min(72vh, 760px);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.9fr);
  align-items: center;
  gap: clamp(24px, 5vw, 72px);
  padding: clamp(82px, 11vw, 136px) 0 clamp(36px, 5vw, 64px);
}

.es-seadeal-hero__copy {
  max-width: 720px;
}

.es-seadeal-hero .es-hero__tags li {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  box-shadow: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.es-seadeal-hero .es-kicker,
.es-seadeal-hero .es-subtitle,
.es-seadeal-hero h1 {
  color: #fff;
}

.es-seadeal-hero .es-kicker {
  color: rgba(255, 255, 255, 0.78);
}

.es-seadeal-hero h1 {
  max-width: 760px;
  margin: 8px 0 18px;
  font-size: clamp(36px, 5.6vw, 68px);
  line-height: 1.08;
  color: #fff;
  text-shadow:
    0 2px 20px rgba(0, 0, 0, 0.45),
    0 0 1px rgba(0, 0, 0, 0.35);
}

.es-seadeal-hero .es-subtitle {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(16px, 1.65vw, 19px);
}

.es-seadeal-hero .es-btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.es-seadeal-hero__visual {
  position: relative;
  min-height: 480px;
  display: grid;
  place-items: center;
}

.es-seadeal-hero__logo {
  position: absolute;
  width: min(330px, 70%);
  opacity: 0.22;
  filter: brightness(1.55) saturate(1.12) drop-shadow(0 24px 54px rgba(0, 0, 0, 0.24));
}

.es-seadeal-hero__orbit {
  position: absolute;
  border: 1px solid rgba(86, 166, 232, 0.42);
  border-radius: 50%;
  transform: rotate(-18deg);
  box-shadow: 0 0 44px rgba(86, 166, 232, 0.14);
}

.es-seadeal-hero__orbit--outer {
  width: min(520px, 92%);
  aspect-ratio: 1;
}

.es-seadeal-hero__orbit--inner {
  width: min(350px, 68%);
  aspect-ratio: 1;
  border-color: rgba(255, 255, 255, 0.2);
  transform: rotate(23deg);
}

.es-seadeal-device {
  position: relative;
  width: min(360px, 72vw);
  aspect-ratio: 1;
}

.es-seadeal-device span {
  position: absolute;
  display: block;
}

.es-seadeal-device__core {
  inset: 34% 30%;
  border-radius: 8px;
  background: linear-gradient(145deg, #0b5ca8, #55a8e7);
  box-shadow: 0 20px 60px rgba(11, 92, 168, 0.34);
}

.es-seadeal-device__arm {
  width: 44%;
  height: 10%;
  border-radius: 999px;
  background: #eeeeee;
  top: 45%;
  left: 7%;
  transform-origin: right center;
  transform: rotate(-25deg);
}

.es-seadeal-device__arm--b {
  left: auto;
  right: 7%;
  transform-origin: left center;
  transform: rotate(25deg);
}

.es-seadeal-device__sensor {
  width: 22%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #5f5f5f;
  border: 8px solid rgba(255, 255, 255, 0.82);
  top: 21%;
  left: 7%;
}

.es-seadeal-device__sensor--b {
  left: auto;
  right: 7%;
}

.es-seadeal-device__payload {
  width: 34%;
  height: 20%;
  left: 33%;
  bottom: 14%;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
}

.es-seadeal-hero__stats {
  position: relative;
  z-index: 4;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(14px);
}

.es-seadeal-hero__controls {
  position: absolute;
  left: 50%;
  bottom: clamp(112px, 11vw, 138px);
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transform: translateX(-50%);
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(15, 15, 15, 0.46);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.es-seadeal-hero__arrow,
.es-seadeal-hero__dot {
  appearance: none;
  border: 0;
  cursor: pointer;
}

.es-seadeal-hero__arrow {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  line-height: 1;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.es-seadeal-hero__arrow span {
  display: block;
  margin-top: -2px;
  font-size: 28px;
  line-height: 1;
}

.es-seadeal-hero__arrow:hover,
.es-seadeal-hero__arrow:focus-visible {
  background: #0b5ca8;
  color: #fff;
  transform: translateY(-1px);
}

.es-seadeal-hero__dots {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.es-seadeal-hero__dot {
  width: 30px;
  height: 4px;
  padding: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  transition:
    width 180ms ease,
    background 180ms ease;
}

.es-seadeal-hero__dot.is-active,
.es-seadeal-hero__dot[aria-current="true"] {
  width: 46px;
  background: #0b5ca8;
}

.es-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.es-hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

@keyframes es-hero-pan {
  0% {
    transform: scale(1) translate3d(0, 0, 0);
  }
  100% {
    transform: scale(1.075) translate3d(-1.1%, -0.55%, 0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .es-hero--fullscreen .es-hero__bg-img {
    animation: es-hero-pan 44s ease-in-out infinite alternate;
    will-change: transform;
  }
}

.es-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    105deg,
    rgba(6, 28, 48, 0.92) 0%,
    rgba(6, 28, 48, 0.55) 44%,
    rgba(6, 28, 48, 0.22) 72%,
    rgba(6, 28, 48, 0.35) 100%
  );
}

.es-hero__shell {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: min(78vh, 860px);
  width: 100%;
}

.es-hero--fullscreen .es-hero__inner {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  padding: clamp(72px, 11vw, 120px) 0 clamp(28px, 4vw, 40px);
}

.es-hero__copy {
  max-width: min(640px, 100%);
}

/* Hero trust pills (above kicker); complements top bar without repeating the same phrases */
.es-hero__tags {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.es-hero__tags li {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.2;
  border: 1px solid rgba(13, 42, 67, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: #082032;
  box-shadow: 0 6px 18px rgba(6, 28, 48, 0.08);
}

.es-hero--fullscreen .es-hero__tags li {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  box-shadow: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.es-hero--fullscreen .es-kicker {
  color: rgba(255, 255, 255, 0.82);
}

.es-hero--fullscreen h1 {
  color: #fff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}

.es-hero--fullscreen .es-subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.es-hero--fullscreen .es-btn--ghost {
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.es-hero--fullscreen .es-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.18);
}

/* Full-bleed hero: stats as bottom trust band (no floating card over image) */
.es-hero__stats-band {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(4, 18, 32, 0.62);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: clamp(18px, 2.5vw, 26px) 0;
}

.es-hero__stats--band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.es-hero__stats--band li {
  margin: 0;
  padding: clamp(12px, 2vw, 18px) clamp(12px, 2vw, 20px);
  list-style: none;
  text-align: center;
  border: none;
  border-radius: 0;
  background: transparent;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.es-hero__stats--band li:last-child {
  border-right: none;
}

.es-hero__stats--band strong {
  display: block;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.es-hero__stats--band span {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.4;
  max-width: 11em;
  margin-left: auto;
  margin-right: auto;
}

.es-hero__layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: stretch;
}

.es-hero:not(.es-seadeal-hero):not(.es-hero--fullscreen) h1 {
  max-width: 760px;
  margin: 8px 0 16px;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.15;
  color: #082032;
}

/* Dark hero titles must stay light (generic .es-hero h1 rule is defined later in this file). */
.es-hero.es-seadeal-hero h1,
.es-hero--fullscreen h1 {
  color: #fff;
}

.es-kicker {
  margin: 0;
  color: var(--color-primary);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 13px;
}

/* Kicker accent: see assets/css/commercial-motion.css (site-wide, reveal on scroll) */

.es-subtitle {
  max-width: 720px;
  color: #4b5563;
  margin-bottom: 28px;
}

.es-hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.es-hero__panel {
  background: #fff;
  border: 1px solid #d6e4f0;
  border-radius: 16px;
  box-shadow: 0 22px 44px rgba(13, 42, 67, 0.1);
  padding: 24px;
}

.es-hero__panel h3 {
  margin-top: 0;
  margin-bottom: 12px;
  color: #0d2a43;
}

.es-hero__image {
  margin: -8px -8px 16px;
}

.es-hero__image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.es-hero__stats {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.es-hero__stats li {
  border: 1px solid #e5edf4;
  border-radius: 10px;
  padding: 12px;
  background: #fbfdff;
}

.es-hero__stats strong {
  display: block;
  color: #0a6fae;
  font-size: 20px;
  line-height: 1.1;
}

.es-hero__stats span {
  display: block;
  margin-top: 4px;
  color: #4b5563;
  font-size: 13px;
}

.es-faq details {
  background: #fff;
  border: 1px solid #dbe2ea;
  border-radius: 10px;
  padding: 15px 17px;
  margin-bottom: 12px;
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.es-faq details:hover {
  border-color: #c8d9eb;
  box-shadow: 0 10px 26px rgba(13, 42, 67, 0.06);
}

.es-faq summary {
  cursor: pointer;
  font-weight: 600;
}

.es-quote-box {
  background: #f4f9fd;
  border: 1px solid #d9e8f4;
  border-radius: 16px;
  padding: 24px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 20px;
}

.es-quote-box__intro h2 {
  margin-top: 8px;
}

.es-quote-box__image {
  margin: 14px 0 6px;
}

.es-quote-box__image img {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #d9e8f4;
  display: block;
}

.es-quote-box__intro ul {
  margin: 16px 0 0;
  padding-left: 18px;
}

.es-quote-box__intro li + li {
  margin-top: 8px;
}

.es-form {
  display: grid;
  gap: 12px;
}

.es-form input,
.es-form textarea {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 12px;
  font: inherit;
}

.es-seadeal-advantages {
  background:
    linear-gradient(180deg, #fff 0%, #fff 58%, #f7f7f4 58%, #f7f7f4 100%);
}

.es-advantage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 18px);
  padding: clamp(12px, 1.4vw, 18px);
  border: none;
  background: transparent;
  overflow: visible;
}

.es-advantage-card {
  min-height: 420px;
  padding: clamp(24px, 3vw, 42px) 24px;
  border: 1px solid rgba(95, 95, 95, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(11, 92, 168, 0.06), transparent 44%),
    #fff;
  box-shadow: 0 2px 10px rgba(13, 42, 67, 0.04);
}

.es-advantage-card:last-child {
  border-right: 1px solid rgba(95, 95, 95, 0.14);
}

.es-advantage-card__index {
  display: block;
  color: rgba(95, 95, 95, 0.28);
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  transition:
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.38s ease;
}

.es-advantage-card h3 {
  margin: 44px 0 12px;
  color: var(--color-dark);
  font-size: clamp(22px, 2.4vw, 28px);
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: left center;
}

.es-advantage-card i {
  display: block;
  width: 42px;
  height: 2px;
  margin: 18px 0;
  background: var(--color-primary);
  transform-origin: left center;
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.es-advantage-card p {
  margin: 0;
  color: #5f5f5f;
  line-height: 1.8;
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: left center;
}

.es-seadeal-products {
  background: #fff;
}

.es-product-type-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.es-product-type {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  border: 1px solid rgba(95, 95, 95, 0.14);
  border-radius: 8px;
  background: #1f1f1f;
  color: #fff;
}

.es-product-type__visual {
  height: 190px;
  background:
    radial-gradient(circle at 50% 54%, rgba(11, 92, 168, 0.5), transparent 22%),
    linear-gradient(145deg, #5f5f5f, #252525);
  display: grid;
  place-items: center;
}

.es-product-type__visual span {
  width: 118px;
  aspect-ratio: 1;
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.46);
  transform: rotate(45deg);
  box-shadow: inset 0 0 0 18px rgba(255, 255, 255, 0.08), 0 20px 54px rgba(0, 0, 0, 0.2);
}

.es-product-type__body {
  padding: 22px;
}

.es-product-type h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

.es-product-type p {
  min-height: 78px;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.75);
}

.es-product-type strong {
  display: block;
  color: #56a6e8;
  font-size: 14px;
  margin-bottom: 18px;
}

.es-text-btn {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--color-primary);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.es-text-btn::after {
  content: ">";
  margin-left: 8px;
}

.es-spec-matrix {
  margin-top: 28px;
  border: 1px solid rgba(95, 95, 95, 0.14);
  border-radius: 8px;
  background: #f7f7f4;
  overflow: hidden;
}

.es-spec-matrix__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
}

.es-spec-matrix__head h3 {
  margin: 6px 0 0;
  font-size: clamp(22px, 2.8vw, 32px);
  color: var(--color-dark);
}

.es-spec-matrix__table-wrap {
  overflow-x: auto;
}

.es-spec-matrix__table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #fff;
}

.es-spec-matrix__table th,
.es-spec-matrix__table td {
  padding: 18px 20px;
  border-top: 1px solid rgba(95, 95, 95, 0.12);
  text-align: left;
}

.es-spec-matrix__table th {
  width: 22%;
  color: var(--color-dark);
  background: rgba(11, 92, 168, 0.06);
}

.es-seadeal-solutions {
  overflow: hidden;
}

.es-solution-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
}

.es-solution-map {
  position: relative;
  min-height: 520px;
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(145deg, #262626, #5f5f5f);
  background-size: 42px 42px, 42px 42px, auto;
  overflow: hidden;
}

.es-solution-map__node {
  position: absolute;
  width: 86px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--color-primary);
  box-shadow: 0 0 0 16px rgba(11, 92, 168, 0.16), 0 18px 48px rgba(0, 0, 0, 0.2);
}

.es-solution-map__node--a {
  left: 18%;
  top: 22%;
}

.es-solution-map__node--b {
  right: 18%;
  top: 42%;
}

.es-solution-map__node--c {
  left: 38%;
  bottom: 18%;
}

.es-solution-map__line {
  position: absolute;
  height: 2px;
  background: rgba(255, 255, 255, 0.42);
  transform-origin: left center;
}

.es-solution-map__line--a {
  width: 52%;
  left: 27%;
  top: 34%;
  transform: rotate(21deg);
}

.es-solution-map__line--b {
  width: 46%;
  right: 23%;
  top: 58%;
  transform: rotate(139deg);
}

.es-solution-list {
  display: grid;
  gap: 16px;
}

.es-solution-card {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(95, 95, 95, 0.14);
  background: #fff;
}

.es-solution-card strong {
  color: var(--color-primary);
  font-size: 13px;
}

.es-solution-card h3 {
  margin: 8px 0 10px;
  color: var(--color-dark);
}

.es-solution-card p {
  margin: 0 0 10px;
  color: #5f5f5f;
}

.es-support-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
}

.es-support-panel {
  border: 1px solid rgba(95, 95, 95, 0.14);
  border-radius: 8px;
  padding: clamp(22px, 3vw, 34px);
  background: #fff;
}

.es-support-panel h3 {
  margin-top: 0;
  color: var(--color-dark);
}

.es-support-panel ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.es-support-panel li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 0;
  border-top: 1px solid rgba(95, 95, 95, 0.12);
}

.es-support-panel li a {
  flex-shrink: 0;
  color: var(--color-primary-dark);
  font-weight: 700;
}

.es-support-panel--dark {
  background:
    radial-gradient(circle at 90% 16%, rgba(11, 92, 168, 0.3), transparent 32%),
    #242424;
  color: #fff;
}

.es-support-panel--dark h3,
.es-support-panel--dark p {
  color: #fff;
}

.es-news-list {
  display: grid;
  gap: 16px;
}

.es-news-item {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  border: 1px solid rgba(95, 95, 95, 0.14);
  border-radius: 8px;
  padding: 22px;
  background: #fff;
}

.es-news-item__date {
  min-height: 112px;
  display: grid;
  place-items: center;
  background: #f2f2ef;
}

.es-news-item:hover .es-news-item__date {
  background: var(--color-primary);
  color: #fff;
}

.es-news-item__date strong {
  display: block;
  font-size: 46px;
  line-height: 1;
}

.es-news-item__date span {
  display: block;
  margin-top: -20px;
}

.es-news-item h3 {
  margin: 0 0 8px;
  color: var(--color-dark);
}

.es-news-item p {
  margin: 0;
  color: #5f5f5f;
}

.es-seadeal-about__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
}

.es-seadeal-about__brand {
  border-radius: 8px;
  min-height: 420px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(11, 92, 168, 0.14), transparent 42%),
    #f7f7f4;
  overflow: hidden;
}

.es-seadeal-about__brand img {
  width: min(420px, 86%);
}

.es-seadeal-about__content > p:not(.es-kicker) {
  color: #5f5f5f;
  font-size: 17px;
}

.es-about-timeline {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.es-about-timeline div {
  padding: 18px 20px;
  border-left: 3px solid var(--color-primary);
  background: #f7f7f4;
}

.es-about-timeline strong,
.es-about-timeline span {
  display: block;
}

.es-about-timeline strong {
  color: var(--color-dark);
  margin-bottom: 6px;
}

.es-about-timeline span {
  color: #5f5f5f;
}

.es-seadeal-quote {
  background:
    linear-gradient(135deg, rgba(11, 92, 168, 0.12), transparent 34%),
    #fff;
}

.es-seadeal-quote .es-quote-box {
  border-radius: 8px;
  border: 1px solid rgba(95, 95, 95, 0.14);
  background: #242424;
  color: #fff;
}

.es-seadeal-quote .es-quote-box__intro h2,
.es-seadeal-quote .es-quote-box__intro p,
.es-seadeal-quote .es-quote-box__intro li {
  color: #fff;
}

.es-seadeal-quote .es-quote-box__form {
  background: #fff;
  border-radius: 8px;
  padding: clamp(18px, 3vw, 26px);
}

@media (prefers-reduced-motion: no-preference) {
  .es-seadeal-hero__slide.is-active .es-seadeal-hero__media img {
    animation: es-hero-pan 12s ease-out both;
  }

  .es-seadeal-hero__orbit--outer {
    animation: es-orbit-spin 22s linear infinite;
  }

  .es-seadeal-hero__orbit--inner {
    animation: es-orbit-spin 16s linear infinite reverse;
  }
}

@media (prefers-reduced-motion: reduce) {
  .es-seadeal-hero__slide,
  .es-seadeal-hero__arrow,
  .es-seadeal-hero__dot {
    transition: none;
  }
}

@keyframes es-orbit-spin {
  to {
    transform: rotate(342deg);
  }
}

.es-form textarea {
  min-height: 130px;
}

.es-alert {
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 14px;
  font-size: 14px;
}

.es-alert--success {
  background: #eafaf0;
  border: 1px solid #b7e6c7;
  color: #15603a;
}

.es-alert--error {
  background: #fff1f1;
  border: 1px solid #f0b5b5;
  color: #9b1d1d;
}

.es-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.es-cert-thumb {
  overflow: hidden;
  border-radius: 12px;
  margin: 0 0 12px;
  border: 1px solid #e6edf5;
  background: #fff;
}

.es-cert-thumb img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (prefers-reduced-motion: no-preference) {
  .es-cert-card:hover .es-cert-thumb img {
    transform: scale(1.06);
  }
}

.es-hscroll-wrap {
  margin-top: 18px;
}

.es-hscroll-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.es-hscroll-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid #cddcea;
  background: #fff;
  font: inherit;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #0d2a43;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(13, 42, 67, 0.05);
  transition:
    border-color 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s cubic-bezier(0.22, 1, 0.36, 1);
}

.es-hscroll-btn__icon {
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 700;
  color: var(--color-primary);
}

.es-hscroll-btn:hover:not(:disabled) {
  border-color: var(--color-primary);
  color: var(--color-primary);
  box-shadow: 0 12px 28px rgba(10, 111, 174, 0.16);
  transform: translateY(-2px);
}

.es-hscroll-btn:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 3px;
}

.es-hscroll-btn:disabled {
  opacity: 0.36;
  cursor: not-allowed;
  box-shadow: none;
}

.es-hscroll-btn:disabled .es-hscroll-btn__icon {
  color: #9ca3af;
}

.es-hscroll-wrap .es-hscroll {
  margin-top: 0;
}

.es-hscroll {
  margin-top: 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 1fr);
  gap: 16px;
  overflow-x: auto;
  padding: 2px 2px 10px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  mask-image: linear-gradient(
    90deg,
    transparent 0,
    #000 18px,
    #000 calc(100% - 18px),
    transparent 100%
  );
}

.es-hscroll:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 4px;
}

.es-hscroll > * {
  scroll-snap-align: start;
}

.es-hscroll::-webkit-scrollbar {
  height: 10px;
}

.es-hscroll::-webkit-scrollbar-thumb {
  background: rgba(10, 111, 174, 0.25);
  border-radius: 999px;
}

.es-hscroll::-webkit-scrollbar-track {
  background: rgba(13, 42, 67, 0.06);
  border-radius: 999px;
}

.es-hscroll--products {
  grid-auto-columns: minmax(272px, 0.88fr);
}

.es-hscroll--products .es-product-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 28px rgba(13, 42, 67, 0.06);
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.es-hscroll--products .es-media-card__thumb img {
  height: 200px;
}

.es-hscroll--products .es-product-card p {
  flex-grow: 1;
  margin-bottom: 0;
  color: #5b6574;
  font-size: 15px;
  line-height: 1.55;
}

@media (prefers-reduced-motion: no-preference) {
  .es-hscroll--products .es-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(13, 42, 67, 0.14);
    border-color: #cddcea;
  }
}

.es-hscroll--certs {
  grid-auto-columns: minmax(260px, 0.85fr);
}

.es-hscroll--certs .es-cert-card {
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

@media (prefers-reduced-motion: no-preference) {
  .es-hscroll--certs .es-cert-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 44px rgba(13, 42, 67, 0.12);
    border-color: #d0dce8;
  }
}

.es-hscroll--testimonials {
  grid-auto-columns: minmax(300px, 1fr);
}

.es-hscroll--testimonials .es-quote.es-testimonial {
  min-height: 168px;
  border-left: 4px solid var(--color-primary);
  padding-left: 22px;
  box-shadow: 0 10px 34px rgba(13, 42, 67, 0.06);
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease;
}

@media (prefers-reduced-motion: no-preference) {
  .es-hscroll--testimonials .es-quote.es-testimonial:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(13, 42, 67, 0.1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .es-hscroll--testimonials .es-quote.es-testimonial:hover {
    transform: none;
  }
}

.es-hscroll--trace {
  grid-auto-columns: minmax(240px, 0.9fr);
}

.es-hscroll--trace .es-trace-card {
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

@media (prefers-reduced-motion: no-preference) {
  .es-hscroll--trace .es-trace-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 44px rgba(13, 42, 67, 0.11);
    border-color: #d0dce8;
  }
}

.es-trace-card p {
  margin: 0;
  color: #4b5563;
  font-weight: 600;
}

.es-cert-meta {
  margin: 0 0 8px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  color: #6b7280;
  font-size: 13px;
}

.es-cert-meta__number {
  padding: 3px 10px;
  border: 1px solid #d6e4f0;
  border-radius: 999px;
  background: #fbfdff;
}

.es-cert-title {
  margin: 12px 0 6px;
  color: #0d2a43;
}

.es-cert-text {
  color: #5b6574;
}

.es-testimonial__text {
  margin: 0;
}

.es-testimonial__cite {
  display: block;
  margin-top: 10px;
  color: #6b7280;
  font-style: normal;
  font-weight: 600;
}

.es-testimonial__name {
  display: block;
  color: #0d2a43;
}

.es-testimonial__meta {
  display: block;
  margin-top: 2px;
  font-weight: 600;
  color: #6b7280;
  font-size: 13px;
}

.es-empty-note {
  margin: 10px 0 0;
  color: #6b7280;
  font-size: 14px;
}

.es-media-card__thumb {
  margin: -20px -20px 14px;
  overflow: hidden;
}

.es-media-card__thumb img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  display: block;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (prefers-reduced-motion: no-preference) {
  .es-card--link:hover .es-media-card__thumb img,
  .es-card--link:focus-visible .es-media-card__thumb img,
  .es-feature-card:hover .es-media-card__thumb img,
  .es-trace-card:hover .es-media-card__thumb img {
    transform: scale(1.07);
  }
}

.es-section-image {
  margin: 16px 0 20px;
}

.es-section-image img {
  width: 100%;
  border-radius: 14px;
  border: 1px solid #dbe2ea;
  display: block;
}

.es-eco-image {
  margin-top: 18px;
}

.es-eco-image img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: block;
}

.es-newsletter {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
  align-items: center;
  background: #f4f9fd;
  border: 1px solid #d9e8f4;
  border-radius: 14px;
  padding: 20px;
}

.es-geo-ai__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.es-geo-ai__facts {
  margin: 0;
  padding-left: 18px;
  color: #4b5563;
}

.es-geo-ai__facts li + li {
  margin-top: 8px;
}

.es-geo-ai__sources {
  margin: 0 0 14px;
  padding-left: 18px;
}

.es-geo-ai__meta {
  margin: 10px 0 0;
  color: #6b7280;
  font-size: 14px;
}

@media (max-width: 900px) {
  /* dvh tracks mobile browser chrome better than vh (fallback first) */
  .es-hero--fullscreen {
    min-height: min(72vh, 720px);
    min-height: min(72dvh, 720px);
  }

  .es-hero__shell {
    min-height: min(72vh, 720px);
    min-height: min(72dvh, 720px);
  }

  .es-hero--fullscreen .es-hero__inner {
    padding-top: 64px;
    padding-bottom: 24px;
  }

  .es-hero__tags {
    gap: 6px;
    margin-bottom: 12px;
  }

  .es-hero__tags li {
    padding: 6px 11px;
    font-size: 10px;
  }

  .es-hero__stats--band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .es-hero__stats--band li {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .es-hero__stats--band li:nth-child(2n) {
    border-right: none;
  }

  .es-hero__stats--band li:nth-last-child(-n + 2) {
    border-bottom: none;
  }

  .es-hero__layout {
    grid-template-columns: 1fr;
  }

  .es-quote-box {
    grid-template-columns: 1fr;
  }

  .es-newsletter {
    grid-template-columns: 1fr;
  }

  .es-geo-ai__grid {
    grid-template-columns: 1fr;
  }

  .es-hero {
    padding: 80px 0 60px;
  }
}

@media (max-width: 992px) {
  .es-seadeal-hero__inner,
  .es-solution-layout,
  .es-support-grid,
  .es-seadeal-about__layout {
    grid-template-columns: 1fr;
  }

  .es-seadeal-hero__visual {
    min-height: 360px;
  }

  .es-seadeal-hero__controls {
    bottom: 166px;
  }

  .es-advantage-grid,
  .es-product-type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .es-seadeal-hero {
    min-height: auto;
  }

  .es-seadeal-hero__inner {
    padding-top: 68px;
    padding-bottom: 72px;
    gap: 8px;
  }

  .es-seadeal-hero h1 {
    font-size: clamp(31px, 9.4vw, 42px);
  }

  .es-seadeal-hero__visual {
    min-height: 280px;
  }

  .es-seadeal-hero__controls {
    bottom: 158px;
    gap: 9px;
    padding: 6px 8px;
  }

  .es-seadeal-hero__arrow {
    width: 34px;
    height: 34px;
  }

  .es-seadeal-hero__dot {
    width: 22px;
  }

  .es-seadeal-hero__dot.is-active,
  .es-seadeal-hero__dot[aria-current="true"] {
    width: 36px;
  }

  .es-advantage-grid,
  .es-product-type-grid {
    grid-template-columns: 1fr;
  }

  .es-advantage-card {
    min-height: 260px;
  }

  .es-spec-matrix__head {
    align-items: stretch;
    flex-direction: column;
  }

  .es-solution-map {
    min-height: 340px;
  }

  .es-news-item {
    grid-template-columns: 1fr;
  }

  .es-news-item__date {
    min-height: 86px;
    display: flex;
    justify-content: center;
    gap: 12px;
  }

  .es-news-item__date span {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .es-hero--fullscreen {
    min-height: min(68vh, 620px);
    min-height: min(68dvh, 620px);
  }

  .es-hero__shell {
    min-height: min(68vh, 620px);
    min-height: min(68dvh, 620px);
  }

  .es-hero__stats--band span {
    font-size: 12px;
    letter-spacing: 0.05em;
  }

  .es-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .es-hero__actions .es-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .es-hscroll {
    grid-auto-columns: minmax(252px, 0.92fr);
  }
}

/* Brand story: title/copy align with other sections; video + stats stay centered */
.es-section--brand-story .es-lead {
  margin-bottom: clamp(28px, 4vw, 42px);
  max-width: none;
}

.es-brand-story__video {
  display: flex;
  flex-direction: column;
  margin: 0 auto clamp(36px, 5vw, 52px);
  padding: 0;
  max-width: min(960px, 100%);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(13, 42, 67, 0.08);
  background: #0c1824;
  box-shadow:
    0 2px 6px rgba(13, 42, 67, 0.06),
    0 22px 48px rgba(13, 42, 67, 0.1);
}

.es-brand-story__video-shell {
  position: relative;
  min-width: 0;
  background: #061522;
}

.es-brand-story__video-shell--paused .es-brand-story__video-el {
  pointer-events: none;
}

.es-brand-story__video-shell--playing .es-brand-story__video-el {
  pointer-events: auto;
}

.es-brand-story__video-play {
  position: absolute;
  inset: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
  border: none;
  background: rgba(6, 21, 34, 0.38);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background-color 0.25s ease,
    opacity 0.25s ease,
    visibility 0.25s ease;
}

.es-brand-story__video-play:hover {
  background: rgba(6, 21, 34, 0.48);
}

.es-brand-story__video-play:focus-visible {
  outline: 3px solid #fff;
  outline-offset: -6px;
}

.es-brand-story__video-shell--playing .es-brand-story__video-play {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.es-brand-story__video-play-icon {
  display: flex;
  filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.35));
}

.es-brand-story__video-el {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: contain;
  object-position: center;
  background: #061522;
  vertical-align: middle;
}

.es-brand-story__video-caption {
  flex-shrink: 0;
  margin: 0;
  padding: 15px 22px 18px;
  font-size: 15px;
  font-weight: 600;
  color: #0d2a43;
  letter-spacing: 0.01em;
  line-height: 1.45;
  text-align: left;
  background: linear-gradient(180deg, #f6fafd 0%, #e8f2f9 100%);
  border-top: 1px solid rgba(13, 42, 67, 0.07);
}

.es-section--brand-story .es-brand-story__stats {
  max-width: min(960px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.es-brand-story__video-link-wrap {
  margin: 0 auto clamp(28px, 4vw, 40px);
  max-width: min(960px, 100%);
}

/* Homepage: global offices world map */
.es-branch-network,
.es-global-map-section {
  --es-branch-bg-image: none;
  position: relative;
  padding: clamp(56px, 7vw, 88px) 0;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}

.es-global-map__grid-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(120, 200, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 200, 255, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 70% at 55% 45%, #000 20%, transparent 75%);
}

.es-branch-network__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #061522;
  background-image:
    var(--es-branch-bg-image, none),
    radial-gradient(ellipse 90% 70% at 35% 85%, rgba(245, 160, 60, 0.22) 0%, transparent 55%),
    linear-gradient(165deg, #0a1f33 0%, #061522 50%, #0d2a43 100%);
  background-size: cover, cover, cover;
  background-position: center 35%, center, center;
  background-repeat: no-repeat;
  transform: scale(1.02);
}

.es-branch-network--has-photo .es-branch-network__bg {
  background-image: var(--es-branch-bg-image);
  background-size: cover;
  background-position: center 40%;
}

.es-branch-network__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(105deg, rgba(4, 12, 22, 0.82) 0%, rgba(4, 12, 22, 0.45) 42%, rgba(4, 12, 22, 0.28) 68%, rgba(4, 12, 22, 0.55) 100%),
    linear-gradient(180deg, rgba(6, 18, 32, 0.55) 0%, rgba(6, 18, 32, 0.15) 45%, rgba(6, 18, 32, 0.65) 100%);
}

.es-branch-network__inner {
  position: relative;
  z-index: 2;
}

.es-branch-network__title {
  margin: 0 0 clamp(32px, 4vw, 48px);
  text-align: center;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.65);
}

.es-branch-network__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
}

.es-branch-network__map-wrap {
  padding: clamp(8px, 1.5vw, 16px);
}

/* Map pin layout: assets/css/global-map.css (home + about + contact) */

.es-branch-network__highlights {
  list-style: none;
  margin: 0;
  padding: clamp(12px, 2vw, 20px) 0;
  display: grid;
  gap: clamp(16px, 2.5vw, 22px);
}

.es-branch-network__highlights li {
  position: relative;
  padding-left: 32px;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.es-branch-network__highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: transparent;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15);
}

@media (max-width: 900px) {
  .es-branch-network__grid {
    grid-template-columns: 1fr;
  }

  .es-branch-network__overlay {
    background:
      linear-gradient(180deg, rgba(4, 12, 22, 0.75) 0%, rgba(4, 12, 22, 0.4) 50%, rgba(4, 12, 22, 0.8) 100%);
  }

  .es-branch-network__highlights {
    max-width: 420px;
    margin: 0 auto;
  }
}
