.arsam-home-hero {
  position: relative;
  min-height: clamp(480px, 58vw, 620px);
  display: flex;
  align-items: center;
  background-color: #0a1628;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
  touch-action: pan-y;
  user-select: none;
}

.arsam-home-hero.is-dragging {
  cursor: grabbing;
}

.arsam-home-hero__slides {
  position: absolute;
  inset: 0;
  z-index: 0;
  cursor: grab;
}

.arsam-home-hero__slide {
  position: absolute;
  inset: 0;
  background-color: #0a1628;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  transform: scale(1.04);
  transition:
    opacity 0.36s ease,
    transform 3.8s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.arsam-home-hero__slide.is-under {
  opacity: 1 !important;
  z-index: 1;
  transform: scale(1.02);
}

.arsam-home-hero__slide.is-active {
  opacity: 1;
  z-index: 2;
  transform: scale(1);
}

.arsam-home-hero__slide.is-leaving {
  opacity: 0;
  z-index: 3;
  transform: scale(1);
}

.arsam-home-hero__slide--video {
  background-color: #0a1628;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  transform: none !important;
}

.arsam-home-hero__slide--video.is-under,
.arsam-home-hero__slide--video.is-active,
.arsam-home-hero__slide--video.is-leaving {
  transform: none !important;
}

.arsam-home-hero__slide--video.is-active {
  opacity: 1 !important;
}

.arsam-home-hero__video {
  position: absolute !important;
  inset: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none;
  background: #0a1628;
}

@media (prefers-reduced-motion: reduce) {
  .arsam-home-hero__slide {
    transform: none !important;
    transition: opacity 0.45s ease !important;
  }

  .arsam-home-hero__dot-core {
    transition: none !important;
  }
}

.arsam-home-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  background: linear-gradient(
    to left,
    rgba(3, 23, 47, 0.88) 0%,
    rgba(3, 23, 47, 0.58) 30%,
    rgba(3, 23, 47, 0.28) 50%,
    rgba(3, 23, 47, 0.1) 68%,
    transparent 80%
  );
  pointer-events: none;
}

/* Dot pager — small solid circles (white → logo gold). Hard reset beats Elementor button styles. */
.arsam-home-hero__pager {
  position: absolute;
  left: 50%;
  bottom: clamp(18px, 3vw, 28px);
  transform: translateX(-50%);
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0;
  margin: 0;
  pointer-events: auto;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

.arsam-home-hero button.arsam-home-hero__dot,
.arsam-home-hero__dot {
  -webkit-appearance: none !important;
  appearance: none !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  outline: none !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: 0 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  cursor: pointer !important;
  transition: none !important;
  transform: none !important;
  filter: none !important;
  overflow: visible !important;
}

.arsam-home-hero__dot::before,
.arsam-home-hero__dot::after {
  content: none !important;
  display: none !important;
}

.arsam-home-hero__dot-core {
  display: block !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35) !important;
  transition: background-color 220ms ease, transform 220ms ease, box-shadow 220ms ease !important;
  pointer-events: none;
}

.arsam-home-hero__dot:hover .arsam-home-hero__dot-core,
.arsam-home-hero__dot:focus-visible .arsam-home-hero__dot-core {
  transform: scale(1.15);
  background: #ffffff !important;
}

.arsam-home-hero__dot.is-active .arsam-home-hero__dot-core {
  background: var(--arsam-gold-400, #e7b64d) !important;
  background-color: var(--arsam-gold-400, #e7b64d) !important;
  transform: scale(1.2);
  box-shadow: 0 0 10px rgba(231, 182, 77, 0.55) !important;
}

.arsam-home-hero__dot:focus-visible {
  outline: 2px solid rgba(231, 182, 77, 0.7) !important;
  outline-offset: 2px !important;
}

.arsam-home-hero__inner {
  position: relative;
  z-index: 5;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding-block: clamp(72px, 10vw, 110px) clamp(48px, 8vw, 88px);
  pointer-events: none;
}

.arsam-home-hero__inner a,
.arsam-home-hero__inner button {
  pointer-events: auto;
}

.arsam-home-hero__content {
  max-width: 560px;
  width: 100%;
  position: relative;
  pointer-events: auto;
  user-select: text;
}

.arsam-home-hero__brand {
  margin: 0 0 10px;
  font-size: clamp(28px, 3.8vw, 44px);
  font-weight: 800;
  line-height: 1.35;
  color: var(--arsam-gold-400, #e7b64d);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

.arsam-home-hero__headline {
  margin: 0 0 18px;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.35;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
}

.arsam-home-hero__desc {
  margin: 0;
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.95;
  color: rgba(255, 255, 255, 0.92);
  max-width: 520px;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}

.arsam-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.arsam-home-hero__btn {
  min-width: 148px;
}

.arsam-home-hero__btn svg {
  flex-shrink: 0;
}

.arsam-home-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(34px, 4.5vw, 54px);
  font-weight: 800;
  line-height: 1.35;
  color: #fff;
}

.arsam-home-hero p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.86);
}

.arsam-cards-grid {
  display: grid;
  gap: 22px;
}

.arsam-cards-grid--2 { grid-template-columns: repeat(2, 1fr); }
.arsam-cards-grid--3 { grid-template-columns: repeat(3, 1fr); }
.arsam-cards-grid--4 { grid-template-columns: repeat(4, 1fr); }

.arsam-card-item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.arsam-card-item__media img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.arsam-card-item__body {
  padding: 18px 18px 20px;
}

.arsam-card-item__icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--arsam-navy-900, #061d3b);
  color: var(--arsam-gold-400, #e7b64d);
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  font-size: 18px;
}

.arsam-card-item h3 {
  margin: 0 0 8px;
  font-size: 17px;
  color: var(--arsam-navy-900, #061d3b);
}

.arsam-card-item p {
  margin: 0 0 14px;
  font-size: 14px;
  color: var(--arsam-muted, #667085);
  line-height: 1.75;
}

.arsam-about-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 0;
  min-height: 460px;
  background: #fff;
}

.arsam-about-split__media {
  background: var(--arsam-navy-900) center/cover no-repeat;
  min-height: 360px;
  position: relative;
}

.arsam-about-split__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 55%, rgba(215, 165, 60, 0.15));
}

.arsam-about-split__content {
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.arsam-about-split__content h1 {
  margin: 0 0 10px;
  font-size: clamp(28px, 3.5vw, 40px);
  color: var(--arsam-navy-900);
}

.arsam-about-split__content .subtitle {
  color: var(--arsam-gold-500);
  font-weight: 600;
  margin-bottom: 16px;
}

.arsam-service-card {
  display: grid;
  grid-template-columns: 1fr 140px;
  gap: 16px;
  padding: 18px;
  align-items: center;
}

.arsam-service-card__media img {
  width: 140px;
  height: 110px;
  object-fit: cover;
  border-radius: 10px;
}

.arsam-service-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--arsam-navy-900);
  color: var(--arsam-gold-400);
  display: grid;
  place-items: center;
  margin-bottom: 10px;
}

.arsam-products-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 28px;
  align-items: start;
}

.arsam-sidebar-box {
  background: #fff;
  border: 1px solid var(--arsam-border);
  border-radius: 14px;
  padding: 18px;
  box-shadow: var(--arsam-shadow);
}

.arsam-sidebar-box h3 {
  margin: 0 0 14px;
  font-size: 16px;
}

.arsam-cat-list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.arsam-cat-list li a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 14px;
  color: var(--arsam-text);
}

.arsam-cat-list li.is-active a,
.arsam-cat-list li a:hover {
  background: rgba(215, 165, 60, 0.1);
  color: var(--arsam-navy-900);
  box-shadow: inset -3px 0 0 var(--arsam-gold-500);
}

.arsam-toolbar {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.arsam-toolbar input,
.arsam-toolbar select {
  min-height: 46px;
  border: 1px solid var(--arsam-border);
  border-radius: 10px;
  padding: 0 14px;
  font-family: inherit;
}

.arsam-toolbar input {
  flex: 1;
  min-width: 200px;
}

.arsam-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.arsam-panel {
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--arsam-shadow);
  border: 1px solid var(--arsam-border);
  padding: 28px;
}

.arsam-panel h2 {
  margin: 0 0 20px;
  font-size: 22px;
  color: var(--arsam-navy-900);
}

.arsam-info-row {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.arsam-info-row__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(215, 165, 60, 0.12);
  color: var(--arsam-gold-500);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.arsam-map-placeholder {
  margin-top: 18px;
  height: 220px;
  border-radius: 12px;
  background: linear-gradient(135deg, #dfe7f1, #edf2f7);
  display: grid;
  place-items: center;
  color: var(--arsam-muted);
  font-size: 14px;
  border: 1px dashed var(--arsam-border);
}

.arsam-rfq-layout {
  display: grid;
  grid-template-columns: 1.5fr 0.85fr;
  gap: 28px;
  align-items: start;
}

.arsam-team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.arsam-team-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}

.arsam-team-card__body {
  padding: 16px;
}

.arsam-team-card__role {
  color: var(--arsam-gold-500);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}

.arsam-ceo {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  background: var(--arsam-navy-900);
  color: #fff;
  border-radius: 18px;
  overflow: hidden;
  padding: 28px;
  align-items: center;
}

.arsam-ceo img {
  width: 100%;
  border-radius: 14px;
  height: 320px;
  object-fit: cover;
}

.arsam-ceo__label {
  color: var(--arsam-gold-400);
  font-weight: 600;
  margin-bottom: 8px;
}

.arsam-blog-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 32px;
  align-items: start;
}

.arsam-blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: var(--arsam-muted);
  font-size: 13.5px;
  margin: 12px 0 24px;
}

.arsam-partners {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
  align-items: center;
}

.arsam-partners span {
  opacity: 0.55;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--arsam-navy-800);
  font-size: 14px;
}

.arsam-cta-band {
  background: var(--arsam-navy-900);
  color: #fff;
  border-radius: 16px;
  padding: 36px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.arsam-values-list {
  display: grid;
  gap: 16px;
}

.arsam-value-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.arsam-value-item__icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(215, 165, 60, 0.12);
  color: var(--arsam-gold-500);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .arsam-cards-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .arsam-cards-grid--3 { grid-template-columns: repeat(2, 1fr); }
  .arsam-team-grid { grid-template-columns: repeat(2, 1fr); }
  .arsam-products-layout,
  .arsam-contact-grid,
  .arsam-rfq-layout,
  .arsam-blog-layout,
  .arsam-about-split,
  .arsam-ceo {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .arsam-home-hero__pager {
    bottom: 14px;
    gap: 10px;
  }

  .arsam-home-hero__dot-core {
    width: 7px !important;
    height: 7px !important;
  }
}

@media (max-width: 768px) {
  .arsam-home-hero {
    min-height: min(100svh, 640px);
    background-position: center center;
  }

  .arsam-home-hero__overlay {
    background: linear-gradient(
      to left,
      rgba(3, 23, 47, 0.92) 0%,
      rgba(3, 23, 47, 0.7) 34%,
      rgba(3, 23, 47, 0.4) 58%,
      rgba(3, 23, 47, 0.18) 100%
    );
  }

  /* Keep bottom room for pager; do NOT collapse header-aware top padding on home */
  .arsam-home-hero__inner {
    padding-bottom: 88px;
  }

  .arsam-home-v2 .arsam-home-hero__inner {
    padding-top: calc(var(--arsam-header-h, 72px) + 20px);
    padding-bottom: 96px;
  }

  .arsam-home-v2 .arsam-home-hero.hero-banner,
  .arsam-home-v2 .arsam-home-hero {
    min-height: 520px;
  }

  .arsam-home-hero__actions {
    flex-direction: column;
  }

  .arsam-home-hero__btn {
    width: 100%;
  }

  .arsam-cards-grid--2,
  .arsam-cards-grid--3,
  .arsam-cards-grid--4,
  .arsam-team-grid {
    grid-template-columns: 1fr;
  }
  .arsam-service-card {
    grid-template-columns: 1fr;
  }
  .arsam-service-card__media img {
    width: 100%;
    height: 160px;
  }
}
