.gw-hero {
  --gw-hero-blue: #00088b;
  --gw-hero-yellow: #fed000;
  position: relative;
  min-height: min(720px, calc(100vh - 78px));
  overflow: hidden;
  color: #ffffff;
  background: var(--gw-hero-blue);
  isolation: isolate;
}

.gw-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(120deg, rgba(0, 8, 139, 1) 0%, rgba(0, 57, 164, 0.95) 58%, rgba(0, 8, 139, 1) 100%);
  content: "";
}

.gw-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.13;
  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: 46px 46px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}

.gw-hero__glow {
  position: absolute;
  z-index: -1;
  width: 22rem;
  height: 22rem;
  border: 1px solid rgba(254, 208, 0, 0.25);
  border-radius: 50%;
  animation: gw-hero-drift 8s ease-in-out infinite;
}

.gw-hero__glow--one {
  top: -10rem;
  right: 4%;
}

.gw-hero__glow--two {
  bottom: -14rem;
  left: 8%;
  width: 28rem;
  height: 28rem;
  animation-delay: -3s;
}

.gw-hero__slides {
  width: min(1200px, 100%);
  min-height: inherit;
  margin: 0 auto;
}

.gw-hero__slide {
  display: none;
  min-height: inherit;
  padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 5vw, 4rem) 6rem;
}

.gw-hero__slide--active {
  display: block;
  animation: gw-hero-enter 700ms ease both;
}

.gw-hero__content {
  display: grid;
  min-height: calc(min(720px, 100vh - 78px) - 9rem);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
}

.gw-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 590px;
  font-family: harabara;
}

.gw-hero__eyebrow {
  margin: 0 0 1.15rem;
  color: var(--gw-hero-yellow);
  font-family: harabara, inherit;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.gw-hero h1,
.gw-hero h2 {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  color: #ffffff;
  font-family: harabara, inherit;
  font-size: clamp(2.15rem, 3.15vw, 3.4rem);
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 0.98;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.gw-hero__title-line {
  display: block;
  white-space: nowrap;
  /* color:red !important; */
  font-family:harabara;
}

.gw-hero h2 {
  font-size: clamp(2.05rem, 3vw, 3.3rem);
  
}

.gw-hero__summary {
  max-width: 490px;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.65;
}

.gw-hero__cta {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  padding: 0.95rem 1.35rem 0.95rem 1.5rem;
  color: var(--gw-hero-blue);
  background: var(--gw-hero-yellow);
  border: 2px solid var(--gw-hero-yellow);
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
  font-family: harabara, inherit;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  animation: gw-hero-cta-pulse 2.8s ease-in-out infinite;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.gw-hero__cta::after {
  position: absolute;
  top: -40%;
  bottom: -40%;
  left: -35%;
  width: 22%;
  background: rgba(255, 255, 255, 0.65);
  content: "";
  transform: skewX(-20deg);
  animation: gw-hero-cta-sweep 4.8s ease-in-out infinite;
}

.gw-hero__cta span,
.gw-hero__cta strong {
  position: relative;
  z-index: 1;
}

.gw-hero__cta strong {
  font-size: 1.35rem;
  line-height: 0.7;
  transition: transform 180ms ease;
}

.gw-hero__cta:hover,
.gw-hero__cta:focus-visible {
  color: #ffffff;
  background: transparent;
  outline: none;
  text-decoration: none;
  transform: translateY(-3px);
}

.gw-hero__cta:hover strong,
.gw-hero__cta:focus-visible strong {
  transform: translateX(4px);
}

.gw-hero__visual {
  position: relative;
  display: grid;
  min-height: 380px;
  place-items: center;
}

.gw-hero__visual::before {
  position: absolute;
  width: min(34vw, 440px);
  height: min(34vw, 440px);
  /* background: rgba(254, 208, 0, 0.12); */
  border: 1px solid rgba(254, 208, 0, 0.4);
  border-radius: 50%;
  box-shadow: 0 0 0 26px rgba(254, 208, 0, 0.04), 0 0 90px rgba(254, 208, 0, 0.18);
  content: "";
}

.gw-hero__visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 500px);
  max-height: 440px;
  object-fit: contain;
  image-rendering: auto;
  filter: none;
}

.gw-hero__visual--ocems img {
  width: min(100%, 570px);
}

.gw-hero__orbit {
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 12px;
  background: var(--gw-hero-yellow);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(254, 208, 0, 0.12), 0 0 24px var(--gw-hero-yellow);
}

.gw-hero__orbit--one {
  top: 13%;
  right: 12%;
}

.gw-hero__orbit--two {
  bottom: 13%;
  left: 12%;
  animation: gw-hero-orbit 5s linear infinite;
}

.gw-hero__data-chip {
  position: absolute;
  z-index: 2;
  padding: 0.6rem 0.8rem;
  color: var(--gw-hero-blue);
  background: #ffffff;
  border-left: 4px solid var(--gw-hero-yellow);
  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  font-family: harabara, inherit;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.gw-hero__data-chip--top {
  top: 16%;
  right: 0;
}

.gw-hero__data-chip--bottom {
  bottom: 7%;
  left: 0;
}

.gw-hero__navigation {
  position: absolute;
  right: clamp(1.25rem, 5vw, 4rem);
  bottom: 2rem;
  left: clamp(1.25rem, 5vw, 4rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gw-hero__dots {
  display: flex;
  gap: 0.6rem;
}

.gw-hero__dot,
.gw-hero__arrow {
  display: grid;
  padding: 0;
  place-items: center;
  color: #ffffff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.55);
  cursor: pointer;
}

.gw-hero__dot {
  width: 34px;
  height: 5px;
  border-radius: 999px;
}

.gw-hero__dot--active {
  background: var(--gw-hero-yellow);
  border-color: var(--gw-hero-yellow);
}

.gw-hero__arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 1.1rem;
  transition: color 180ms ease, background-color 180ms ease;
}

.gw-hero__arrow:hover,
.gw-hero__arrow:focus-visible {
  color: var(--gw-hero-blue);
  background: var(--gw-hero-yellow);
  border-color: var(--gw-hero-yellow);
  outline: none;
}

@keyframes gw-hero-enter {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes gw-hero-image-float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-10px) rotate(1deg); }
}

@keyframes gw-hero-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(18px, 12px) scale(1.04); }
}

@keyframes gw-hero-orbit {
  0% { transform: translate(0, 0); }
  50% { transform: translate(34px, -22px); }
  100% { transform: translate(0, 0); }
}

@keyframes gw-hero-cta-pulse {
  0%, 100% { box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2); }
  50% { box-shadow: 0 10px 26px rgba(254, 208, 0, 0.32), 0 0 0 7px rgba(254, 208, 0, 0); }
}

@keyframes gw-hero-cta-sweep {
  0%, 42% { left: -35%; opacity: 0; }
  50% { opacity: 0.65; }
  62%, 100% { left: 125%; opacity: 0; }
}

@media (min-width: 821px) {
  .gw-hero h1 {
    font-size: clamp(2rem, 2.55vw, 2.85rem) !important;
  }

  .gw-hero h2 {
    font-size: clamp(1.95rem, 2.45vw, 2.75rem) !important;
  }
}

@media (max-width: 820px) {
  .gw-hero {
    min-height: 700px;
  }

  .gw-hero__slide {
    padding-top: 4.5rem;
    padding-bottom: 6.5rem;
  }

  .gw-hero__content {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 1rem;
    text-align: center;
  }

  .gw-hero__copy {
    margin: 0 auto;
    width: min(100%, 600px);
  }

  .gw-hero__summary {
    margin-right: auto;
    margin-left: auto;
  }

  .gw-hero__visual {
    min-height: 280px;
    order: -1;
  }

  .gw-hero__visual::before {
    width: min(64vw, 330px);
    height: min(64vw, 330px);
  }

  .gw-hero__visual img,
  .gw-hero__visual--ocems img {
    width: min(88vw, 390px);
    max-height: 310px;
  }

  .gw-hero__data-chip--top { right: 4%; }
  .gw-hero__data-chip--bottom { left: 4%; }
  .gw-hero__navigation { bottom: 1.25rem; }
  .gw-hero__dots { display: none; }
}

@media (max-width: 480px) {
  .gw-hero {
    min-height: 660px;
  }

  .gw-hero__slide {
    padding: 3.5rem 1rem 5.5rem;
  }

  .gw-hero h1,
  .gw-hero h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .gw-hero__title-line {
    white-space: normal;
  }

  .gw-hero__summary {
    font-size: 0.95rem;
  }

  .gw-hero__visual {
    min-height: 230px;
  }

  .gw-hero__visual img,
  .gw-hero__visual--ocems img {
    max-height: 250px;
  }

  .gw-hero__data-chip {
    padding: 0.45rem 0.55rem;
    font-size: 0.6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gw-hero__slide,
  .gw-hero__glow,
  .gw-hero__orbit--two,
  .gw-hero__cta,
  .gw-hero__cta::after {
    animation: none;
  }
}
