/* ============================= */
/* SHOWCASE VANTAGE PRO2 */
/* ============================= */

.vp2-showcase {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  background:
    linear-gradient(rgba(37, 99, 235, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 78% 22%, rgba(37, 99, 235, 0.18), transparent 34%),
    radial-gradient(circle at 18% 76%, rgba(59, 130, 246, 0.12), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #edf4ff 100%);
  background-size: 34px 34px, 34px 34px, auto, auto, auto;
}

.vp2-shell {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 54px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 52% 32%, rgba(37, 99, 235, 0.08), transparent 35%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 255, 0.86));
  border: 1px solid rgba(37, 99, 235, 0.16);
  box-shadow:
    0 34px 90px rgba(37, 99, 235, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.vp2-main {
  display: grid;
  grid-template-columns: 1.05fr 1fr 0.82fr;
  align-items: center;
  gap: 38px;
}

.vp2-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.10);
  border: 1px solid rgba(37, 99, 235, 0.15);
  color: #1d4ed8;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.vp2-eyebrow span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #2563eb;
  box-shadow: 0 0 0 6px rgba(37, 99, 235, 0.12);
}

.vp2-title {
  margin: 0 0 22px;
  color: #07122f;
  font-size: clamp(4rem, 7vw, 6.8rem);
  font-weight: 850;
  line-height: 0.88;
  letter-spacing: -0.085em;
}

.vp2-title strong {
  display: block;
  color: #2563eb;
  font-weight: 850;
}

.vp2-subtitle {
  max-width: 520px;
  margin: 0 0 24px;
  color: #0d5be1;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.vp2-description {
  max-width: 520px;
  margin: 0 0 30px;
  color: #334155;
  font-size: 1.03rem;
  line-height: 1.7;
}

.vp2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.vp2-btn-primary,
.vp2-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 14px 22px;
  border-radius: 16px;
  font-size: 0.95rem;
  font-weight: 850;
  text-decoration: none;
  transition: all 0.22s ease;
}

.vp2-btn-primary {
  background: #2563eb;
  color: #ffffff;
  box-shadow: 0 18px 36px rgba(37, 99, 235, 0.28);
}

.vp2-btn-primary:hover {
  color: #ffffff;
  background: #1d4ed8;
  transform: translateY(-2px);
}

.vp2-btn-secondary {
  background: rgba(255, 255, 255, 0.85);
  color: #0f172a;
  border: 1px solid rgba(37, 99, 235, 0.18);
}

.vp2-btn-secondary:hover {
  color: #0f172a;
  background: #ffffff;
  transform: translateY(-2px);
}

.vp2-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.vp2-trust div {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding-right: 16px;
  border-right: 1px solid rgba(37, 99, 235, 0.18);
}

.vp2-trust div:last-child {
  border-right: none;
}

.vp2-trust span {
  color: #2563eb;
  font-size: 1.45rem;
  line-height: 1;
}

.vp2-trust p {
  margin: 0;
  color: #1e293b;
  font-size: 0.86rem;
  line-height: 1.35;
}

.vp2-product {
  display: flex;
  justify-content: center;
}

.vp2-product-card {
  position: relative;
  overflow: hidden;
  width: min(100%, 430px);
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 36px;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.84), transparent 42%),
    linear-gradient(180deg, #dbeafe 0%, #eef5ff 100%);
  box-shadow:
    0 28px 70px rgba(37, 99, 235, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.vp2-orbits {
  position: absolute;
  inset: 12%;
  border-radius: 999px;
  background:
    repeating-radial-gradient(
      circle,
      rgba(255,255,255,0.65) 0,
      rgba(255,255,255,0.65) 1px,
      transparent 2px,
      transparent 38px
    );
  opacity: 0.65;
}

.vp2-image {
  position: relative;
  z-index: 2;
  max-width: 105%;
  max-height: 590px;
  object-fit: contain;
  filter: drop-shadow(0 34px 42px rgba(15, 23, 42, 0.22));
  transition: transform 0.35s ease;
}

.vp2-shell:hover .vp2-image {
  transform: translateY(-8px) scale(1.015);
}

.vp2-specs {
  display: grid;
  gap: 24px;
}

.vp2-spec {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: flex-start;
  min-height: 150px;
  padding: 28px 26px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(37, 99, 235, 0.14);
  box-shadow: 0 22px 52px rgba(37, 99, 235, 0.13);
  backdrop-filter: blur(14px);
}

.vp2-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2563eb, #0d5be1);
  color: #ffffff;
  font-size: 1.45rem;
  box-shadow: 0 16px 30px rgba(37, 99, 235, 0.25);
}

.vp2-spec span {
  display: block;
  margin-bottom: 8px;
  color: #2563eb;
  font-size: 0.92rem;
  font-weight: 900;
}

.vp2-spec h3 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 1.18rem;
  font-weight: 850;
}

.vp2-spec p {
  margin: 0;
  color: #334155;
  font-size: 0.98rem;
  line-height: 1.5;
}

.vp2-apps {
  margin-top: 46px;
  padding: 22px 28px;
  border-radius: 24px;
  background: rgba(255,255,255,0.58);
  border: 1px solid rgba(37, 99, 235, 0.18);
}

.vp2-apps > span {
  display: block;
  margin-bottom: 22px;
  color: #0d5be1;
  font-size: 0.78rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.vp2-apps-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}

.vp2-apps-grid div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  color: #0f172a;
  font-size: 0.94rem;
  font-weight: 650;
  border-right: 1px solid rgba(37, 99, 235, 0.18);
}

.vp2-apps-grid div:last-child {
  border-right: none;
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media (max-width: 1199px) {
  .vp2-main {
    grid-template-columns: 1fr 1fr;
  }

  .vp2-specs {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
  }

  .vp2-spec {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .vp2-apps-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 14px;
  }

  .vp2-apps-grid div {
    border-right: none;
  }
}

@media (max-width: 991px) {
  .vp2-shell {
    padding: 38px 28px;
  }

  .vp2-main {
    grid-template-columns: 1fr;
  }

  .vp2-product-card {
    width: 100%;
    min-height: 500px;
  }

  .vp2-specs {
    grid-template-columns: 1fr;
  }

  .vp2-trust {
    grid-template-columns: 1fr;
  }

  .vp2-trust div {
    border-right: none;
  }
}

@media (max-width: 768px) {
  .vp2-showcase {
    padding: 58px 0;
  }

  .vp2-shell {
    padding: 28px 20px;
    border-radius: 30px;
  }

  .vp2-title {
    font-size: 4rem;
  }

  .vp2-subtitle {
    font-size: 1.25rem;
  }

  .vp2-actions {
    flex-direction: column;
  }

  .vp2-btn-primary,
  .vp2-btn-secondary {
    width: 100%;
  }

  .vp2-product-card {
    min-height: 430px;
    border-radius: 28px;
  }

  .vp2-image {
    max-height: 455px;
  }

  .vp2-spec {
    grid-template-columns: 52px 1fr;
    padding: 22px;
  }

  .vp2-icon {
    width: 52px;
    height: 52px;
  }

  .vp2-apps-grid {
    grid-template-columns: 1fr;
  }

  .vp2-apps-grid div {
    justify-content: flex-start;
    border-bottom: 1px solid rgba(37, 99, 235, 0.12);
    padding: 12px 0;
  }

  .vp2-apps-grid div:last-child {
    border-bottom: none;
  }
}