.gcr-hero-pro {
  position: relative;
  overflow: hidden;
  padding: 88px 20px 80px;
}

.gcr-hero-pro__inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  align-items: center;
  gap: 56px;
}

.gcr-hero-pro__media {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}

.gcr-hero-pro__visual {
  position: relative;
  width: min(100%, 560px);
  aspect-ratio: 1.08 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gcr-hero-pro__glow {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(28px);
  opacity: 0.72;
}

.gcr-hero-pro__glow--one {
  width: 220px;
  height: 220px;
  top: 10%;
  left: 12%;
  background: radial-gradient(circle, rgba(120, 160, 255, 0.22) 0%, rgba(120, 160, 255, 0) 70%);
}

.gcr-hero-pro__glow--two {
  width: 240px;
  height: 240px;
  right: 10%;
  bottom: 8%;
  background: radial-gradient(circle, rgba(255, 196, 120, 0.16) 0%, rgba(255, 196, 120, 0) 72%);
}

.gcr-hero-pro__card {
  position: absolute;
  width: min(100%, 430px);
  border-radius: 28px;
  overflow: hidden;
  transform-origin: center center;
  will-change: transform;
}

.gcr-hero-pro__card--main {
  position: relative;
  z-index: 3;
  transform: rotate(-8deg) translateZ(0);
  box-shadow:
    0 30px 68px rgba(15, 23, 42, 0.16),
    0 10px 24px rgba(15, 23, 42, 0.08);
}

.gcr-hero-pro__card--back {
  z-index: 1;
  opacity: 0.64;
  filter: saturate(0.95);
}

.gcr-hero-pro__card--back1 {
  transform: translate(-42px, 30px) rotate(-16deg) scale(0.9);
  box-shadow:
    0 22px 48px rgba(15, 23, 42, 0.10),
    0 8px 18px rgba(15, 23, 42, 0.05);
}

.gcr-hero-pro__card--back2 {
  transform: translate(44px, -24px) rotate(9deg) scale(0.9);
  box-shadow:
    0 22px 48px rgba(15, 23, 42, 0.10),
    0 8px 18px rgba(15, 23, 42, 0.05);
}

.gcr-hero-pro__card--back1::after,
.gcr-hero-pro__card--back2::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(1px);
}

.gcr-hero-pro__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px;
}

.gcr-hero-pro__content {
  position: relative;
  z-index: 4;
  max-width: 560px;
}

.gcr-hero-pro__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 14px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
  color: #4b5563;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.gcr-hero-pro__title {
  margin: 0;
  color: #0f172a;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.gcr-hero-pro__desc {
  margin: 24px 0 0;
  max-width: 42ch;
  color: #5b6472;
  font-size: 18px;
  line-height: 1.82;
}

@media (max-width: 1180px) {
  .gcr-hero-pro {
    padding: 78px 20px 72px;
  }

  .gcr-hero-pro__inner {
    gap: 42px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .gcr-hero-pro__visual {
    width: min(100%, 500px);
  }

  .gcr-hero-pro__card {
    width: min(100%, 390px);
  }

  .gcr-hero-pro__card--back1 {
    transform: translate(-34px, 26px) rotate(-15deg) scale(0.9);
  }

  .gcr-hero-pro__card--back2 {
    transform: translate(36px, -20px) rotate(8deg) scale(0.89);
  }

  .gcr-hero-pro__desc {
    font-size: 17px;
  }
}

@media (max-width: 900px) {
  .gcr-hero-pro {
    padding: 66px 18px 60px;
  }

  .gcr-hero-pro__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .gcr-hero-pro__media {
    order: 1;
  }

  .gcr-hero-pro__content {
    order: 2;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .gcr-hero-pro__desc {
    margin-left: auto;
    margin-right: auto;
    max-width: 34ch;
  }

  .gcr-hero-pro__visual {
    width: min(100%, 460px);
    aspect-ratio: 1.04 / 1;
  }

  .gcr-hero-pro__card {
    width: min(100%, 350px);
  }

  .gcr-hero-pro__card--back1 {
    transform: translate(-28px, 22px) rotate(-14deg) scale(0.9);
  }

  .gcr-hero-pro__card--back2 {
    transform: translate(30px, -16px) rotate(8deg) scale(0.88);
  }
}

@media (max-width: 640px) {
  .gcr-hero-pro {
    padding: 52px 16px 46px;
  }

  .gcr-hero-pro__inner {
    gap: 24px;
  }

  .gcr-hero-pro__visual {
    width: min(100%, 380px);
  }

  .gcr-hero-pro__card {
    width: min(100%, 290px);
    border-radius: 22px;
  }

  .gcr-hero-pro__img {
    border-radius: 22px;
  }

  .gcr-hero-pro__card--main {
    transform: rotate(-7deg);
    box-shadow:
      0 22px 48px rgba(15, 23, 42, 0.15),
      0 8px 18px rgba(15, 23, 42, 0.08);
  }

  .gcr-hero-pro__card--back1 {
    transform: translate(-20px, 16px) rotate(-12deg) scale(0.9);
  }

  .gcr-hero-pro__card--back2 {
    transform: translate(22px, -12px) rotate(7deg) scale(0.87);
  }

  .gcr-hero-pro__eyebrow {
    margin-bottom: 14px;
    padding: 7px 12px;
    font-size: 12px;
  }

  .gcr-hero-pro__title {
    font-size: 34px;
    line-height: 1.06;
  }

  .gcr-hero-pro__desc {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.72;
    max-width: 28ch;
  }

  .gcr-hero-pro__glow--one {
    width: 150px;
    height: 150px;
    top: 12%;
    left: 8%;
  }

  .gcr-hero-pro__glow--two {
    width: 150px;
    height: 150px;
    right: 8%;
    bottom: 10%;
  }
}

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