

/* =========================
   PREMIUM HERO
========================= */

.premium-hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100svh - var(--ws-header-height));
  overflow: hidden;
  background:
    radial-gradient(
      circle at 78% 28%,
      rgba(21, 151, 255, 0.18),
      transparent 30%
    ),
    radial-gradient(
      circle at 12% 80%,
      rgba(7, 87, 217, 0.14),
      transparent 28%
    ),
    linear-gradient(
      145deg,
      #020817 0%,
      #061126 48%,
      #071a38 100%
    );
}

.premium-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(70, 184, 255, 0.42),
      transparent
    );
}

/* Decorative Background */

.premium-hero__decor {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.premium-hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.26;
  background-image:
    linear-gradient(
      rgba(74, 170, 255, 0.05) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(74, 170, 255, 0.05) 1px,
      transparent 1px
    );
  background-size: 64px 64px;
  mask-image:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.8),
      transparent 95%
    );
  -webkit-mask-image:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.8),
      transparent 95%
    );
}

.premium-hero__glow {
  position: absolute;
  display: block;
  border-radius: 50%;
  filter: blur(2px);
}

.premium-hero__glow--left {
  bottom: -320px;
  left: -240px;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(36, 147, 255, 0.1);
  background: rgba(7, 87, 217, 0.07);
}

.premium-hero__glow--right {
  top: -230px;
  right: -160px;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(70, 184, 255, 0.11);
  background: rgba(21, 151, 255, 0.07);
  box-shadow:
    0 0 160px rgba(8, 120, 249, 0.1),
    inset 0 0 100px rgba(70, 184, 255, 0.04);
}

/* Hero Container */

.premium-hero__container {
  position: relative;
  display: grid;
  grid-template-columns:
    minmax(0, 1.04fr)
    minmax(430px, 0.96fr);
  align-items: center;
  gap: clamp(50px, 7vw, 105px);
  width: min(100% - 40px, 1240px);
  min-height: calc(100svh - var(--ws-header-height));
  padding-block: clamp(75px, 8vw, 120px);
  margin-inline: auto;
}

/* Hero Content */

.premium-hero__content {
  position: relative;
  z-index: 5;
  max-width: 720px;
}

.premium-hero__badge {
  display: inline-flex;
  min-height: 35px;
  align-items: center;
  gap: 9px;
  padding: 0 15px;
  margin-bottom: 24px;
  color: #c7e9ff;
  border: 1px solid rgba(70, 184, 255, 0.23);
  border-radius: 100px;
  background: rgba(15, 82, 158, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 8px 25px rgba(0, 32, 78, 0.15);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.premium-hero__badge-dot {
  position: relative;
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #48baff;
  box-shadow: 0 0 15px rgba(72, 186, 255, 0.95);
}

.premium-hero__badge-dot::after {
  position: absolute;
  inset: -5px;
  content: "";
  border: 1px solid rgba(72, 186, 255, 0.42);
  border-radius: 50%;
  animation: premiumHeroPulse 2s infinite;
}

.premium-hero__title {
  margin: 0;
  color: #f6fbff;
  font-size: clamp(2.85rem, 5.6vw, 5.25rem);
  font-weight: 850;
  line-height: 1.025;
  letter-spacing: -0.058em;
  text-wrap: balance;
}

.premium-hero__title span {
  display: block;
  color: transparent;
  background:
    linear-gradient(
      100deg,
      #7fd7ff 0%,
      #1597ff 48%,
      #65c8ff 100%
    );
  background-clip: text;
  -webkit-background-clip: text;
  filter:
    drop-shadow(
      0 12px 30px rgba(8, 120, 249, 0.22)
    );
}

.premium-hero__description {
  max-width: 690px;
  margin: 26px 0 0;
  color: #9fb6ce;
  font-size: clamp(0.98rem, 1.25vw, 1.08rem);
  line-height: 1.85;
}

.premium-hero__description strong {
  color: #e0f1ff;
  font-weight: 720;
}

/* Buttons */

.premium-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 33px;
}

.premium-hero__button {
  display: inline-flex;
  min-height: 55px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 0.9rem;
  font-weight: 780;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.premium-hero__button svg {
  width: 19px;
  height: 19px;
  transition: transform 0.25s ease;
}

.premium-hero__button:hover {
  transform: translateY(-3px);
}

.premium-hero__button--primary {
  color: #ffffff;
  border-color: rgba(114, 206, 255, 0.42);
  background:
    linear-gradient(
      135deg,
      #1597ff,
      #0757d9
    );
  box-shadow:
    0 16px 38px rgba(8, 120, 249, 0.31),
    inset 0 1px 0 rgba(255, 255, 255, 0.27);
}

.premium-hero__button--primary:hover {
  box-shadow:
    0 22px 48px rgba(8, 120, 249, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.27);
}

.premium-hero__button--primary:hover svg {
  transform: translateX(4px);
}

.premium-hero__button--secondary {
  color: #dceeff;
  border-color: rgba(112, 179, 255, 0.22);
  background: rgba(10, 31, 65, 0.64);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.premium-hero__button--secondary:hover {
  color: #ffffff;
  border-color: rgba(70, 184, 255, 0.46);
  background: rgba(21, 151, 255, 0.14);
}

/* Internal Links */

.premium-hero__links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.premium-hero__links a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 13px;
  color: #a9c9e6;
  border: 1px solid rgba(104, 180, 255, 0.13);
  border-radius: 100px;
  background: rgba(10, 30, 64, 0.45);
  font-size: 0.72rem;
  font-weight: 690;
  text-decoration: none;
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.premium-hero__links a:hover {
  color: #ffffff;
  border-color: rgba(70, 184, 255, 0.4);
  background: rgba(21, 151, 255, 0.13);
  transform: translateY(-2px);
}

/* Trust Information */

.premium-hero__trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding-top: 28px;
  margin-top: 29px;
  border-top: 1px solid rgba(109, 181, 255, 0.11);
}

.premium-hero__trust-item {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.premium-hero__trust-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #49baff;
  border: 1px solid rgba(70, 184, 255, 0.18);
  border-radius: 10px;
  background: rgba(21, 151, 255, 0.08);
}

.premium-hero__trust-icon svg {
  width: 18px;
  height: 18px;
}

.premium-hero__trust-item > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

.premium-hero__trust-item strong {
  overflow: hidden;
  color: #dceeff;
  font-size: 0.74rem;
  font-weight: 730;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.premium-hero__trust-item small {
  overflow: hidden;
  color: #748da8;
  font-size: 0.63rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Hero Visual */

.premium-hero__visual {
  position: relative;
  display: grid;
  min-height: 570px;
  place-items: center;
}

.premium-hero__visual::before {
  position: absolute;
  width: 95%;
  aspect-ratio: 1;
  content: "";
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(21, 151, 255, 0.18),
      rgba(8, 120, 249, 0.05) 52%,
      transparent 72%
    );
  filter: blur(12px);
}

.premium-hero__visual-ring {
  position: absolute;
  width: 540px;
  height: 540px;
  border: 1px solid rgba(75, 182, 255, 0.13);
  border-radius: 50%;
  animation: premiumHeroRotate 30s linear infinite;
}

.premium-hero__visual-ring::before,
.premium-hero__visual-ring::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #4abaff;
  box-shadow: 0 0 20px rgba(74, 186, 255, 0.9);
}

.premium-hero__visual-ring::before {
  top: 55px;
  left: 67px;
  width: 7px;
  height: 7px;
}

.premium-hero__visual-ring::after {
  right: 34px;
  bottom: 135px;
  width: 5px;
  height: 5px;
}

/* Image Wrapper */

.premium-hero__image-wrapper {
  position: relative;
  z-index: 3;
  width: min(100%, 500px);
  aspect-ratio: 1 / 1;
  padding: 9px;
  overflow: hidden;
  border: 1px solid rgba(109, 195, 255, 0.26);
  border-radius: 34px;
  background:
    linear-gradient(
      145deg,
      rgba(59, 171, 255, 0.18),
      rgba(4, 17, 39, 0.8)
    );
  box-shadow:
    0 50px 110px rgba(0, 9, 29, 0.6),
    0 0 70px rgba(8, 120, 249, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transform: perspective(1100px) rotateY(-4deg) rotateX(2deg);
}

.premium-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 26px;
  object-fit: cover;
  object-position: center;
}

.premium-hero__image-overlay {
  position: absolute;
  inset: 9px;
  border-radius: 26px;
  background:
    linear-gradient(
      to top,
      rgba(2, 8, 23, 0.28),
      transparent 45%
    );
  pointer-events: none;
}

.premium-hero__image-shine {
  position: absolute;
  z-index: 2;
  top: -30%;
  left: -60%;
  width: 35%;
  height: 160%;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.14),
      transparent
    );
  transform: rotate(18deg);
  animation: premiumHeroShine 7s ease-in-out infinite;
}

/* Floating Cards */

.premium-hero__floating {
  position: absolute;
  z-index: 5;
  display: flex;
  min-width: 178px;
  align-items: center;
  gap: 11px;
  padding: 13px 15px;
  border: 1px solid rgba(107, 193, 255, 0.21);
  border-radius: 15px;
  background: rgba(6, 23, 51, 0.89);
  box-shadow:
    0 20px 42px rgba(0, 10, 31, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.premium-hero__floating--top {
  top: 70px;
  right: -20px;
  animation: premiumHeroFloat 5s ease-in-out infinite;
}

.premium-hero__floating--bottom {
  bottom: 65px;
  left: -25px;
  animation: premiumHeroFloat 5s ease-in-out 1.1s infinite;
}

.premium-hero__floating > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.premium-hero__floating strong {
  color: #edf8ff;
  font-size: 0.76rem;
  font-weight: 750;
}

.premium-hero__floating small {
  color: #7e98b5;
  font-size: 0.64rem;
}

.premium-hero__floating-dot {
  position: relative;
  width: 11px;
  height: 11px;
  margin: 11px;
  border-radius: 50%;
  background: #38d79a;
  box-shadow: 0 0 15px rgba(56, 215, 154, 0.75);
}

.premium-hero__floating-dot::after {
  position: absolute;
  inset: -7px;
  content: "";
  border: 1px solid rgba(56, 215, 154, 0.4);
  border-radius: 50%;
  animation: premiumHeroPulse 2s infinite;
}

.premium-hero__floating-icon {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  color: #ffffff;
  border-radius: 11px;
  background:
    linear-gradient(
      145deg,
      #1597ff,
      #0757d9
    );
  box-shadow: 0 8px 20px rgba(8, 120, 249, 0.3);
  font-size: 0.72rem;
  font-weight: 850;
}

/* Focus */

.premium-hero__button:focus-visible,
.premium-hero__links a:focus-visible {
  outline: 3px solid rgba(70, 184, 255, 0.4);
  outline-offset: 4px;
}

/* Animations */

@keyframes premiumHeroPulse {
  0% {
    opacity: 0.9;
    transform: scale(0.65);
  }

  75%,
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

@keyframes premiumHeroRotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes premiumHeroFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes premiumHeroShine {
  0%,
  20% {
    left: -60%;
  }

  50%,
  100% {
    left: 130%;
  }
}

/* =========================
   TABLET
========================= */

@media (max-width: 1100px) {
  .premium-hero {
    min-height: auto;
  }

  .premium-hero__container {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .premium-hero__content {
    max-width: 830px;
    margin-inline: auto;
    text-align: center;
  }

  .premium-hero__description {
    margin-inline: auto;
  }

  .premium-hero__actions,
  .premium-hero__links {
    justify-content: center;
  }

  .premium-hero__trust {
    max-width: 760px;
    margin-inline: auto;
    margin-top: 30px;
  }

  .premium-hero__visual {
    width: min(100%, 650px);
    min-height: 590px;
    margin-inline: auto;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 720px) {
  .premium-hero__container {
    width: min(100% - 28px, 1240px);
    gap: 48px;
    padding-top: 64px;
    padding-bottom: 68px;
  }

  .premium-hero__badge {
    min-height: 31px;
    padding-inline: 12px;
    margin-bottom: 20px;
    font-size: 0.63rem;
  }

  .premium-hero__title {
    font-size: clamp(2.3rem, 11vw, 3.4rem);
    line-height: 1.055;
    letter-spacing: -0.048em;
  }

  .premium-hero__description {
    margin-top: 21px;
    font-size: 0.94rem;
    line-height: 1.75;
  }

  .premium-hero__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-top: 28px;
  }

  .premium-hero__button {
    min-height: 51px;
    padding-inline: 15px;
    border-radius: 13px;
    font-size: 0.81rem;
  }

  .premium-hero__links {
    gap: 7px;
    margin-top: 24px;
  }

  .premium-hero__links a {
    min-height: 32px;
    padding-inline: 11px;
    font-size: 0.68rem;
  }

  .premium-hero__trust {
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 360px;
    padding-top: 24px;
  }

  .premium-hero__trust-item {
    text-align: left;
  }

  .premium-hero__visual {
    min-height: 465px;
  }

  .premium-hero__image-wrapper {
    width: min(92%, 455px);
    border-radius: 25px;
    transform: none;
  }

  .premium-hero__image,
  .premium-hero__image-overlay {
    border-radius: 19px;
  }

  .premium-hero__visual-ring {
    width: 425px;
    height: 425px;
  }

  .premium-hero__floating {
    min-width: 150px;
    padding: 10px 12px;
  }

  .premium-hero__floating--top {
    top: 30px;
    right: 0;
  }

  .premium-hero__floating--bottom {
    bottom: 24px;
    left: 0;
  }
}

@media (max-width: 480px) {
  .premium-hero__title span {
    display: inline;
  }

  .premium-hero__actions {
    grid-template-columns: 1fr;
  }

  .premium-hero__visual {
    min-height: auto;
  }

  .premium-hero__image-wrapper {
    width: 100%;
  }

  .premium-hero__visual-ring,
  .premium-hero__floating {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .premium-hero__badge-dot::after,
  .premium-hero__visual-ring,
  .premium-hero__image-shine,
  .premium-hero__floating,
  .premium-hero__floating-dot::after {
    animation: none !important;
  }
}