/* ============================= */
/* HOME SHOWCASE VANTAGE VUE */
/* ============================= */

.home-vue-showcase {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  background:
    linear-gradient(rgba(16, 185, 129, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 185, 129, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 18% 28%, rgba(16, 185, 129, 0.15), transparent 34%),
    linear-gradient(180deg, #f7fefb 0%, #ecfdf5 100%);
  background-size: 34px 34px, 34px 34px, auto, auto;
}

.home-vue-shell {
  padding: 50px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 35% 40%, rgba(16, 185, 129, 0.10), transparent 36%),
    linear-gradient(135deg, rgba(255,255,255,0.98), rgba(236,253,245,0.9));
  border: 1px solid rgba(16, 185, 129, 0.16);
  box-shadow: 0 34px 90px rgba(16, 185, 129, 0.13);
}

.home-vue-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 54px;
  align-items: center;
}

.home-vue-media {
  display: flex;
  justify-content: center;
}

.home-vue-visual {
  position: relative;
  width: min(100%, 430px);
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(255,255,255,0.85), transparent 44%),
    linear-gradient(180deg, #d1fae5 0%, #ecfdf5 100%);
  box-shadow: 0 28px 70px rgba(16, 185, 129, 0.16);
}

.home-vue-orbit {
  position: absolute;
  inset: 14%;
  border-radius: 999px;
  background:
    repeating-radial-gradient(
      circle,
      rgba(255,255,255,0.75) 0,
      rgba(255,255,255,0.75) 1px,
      transparent 2px,
      transparent 38px
    );
}

.home-vue-image {
  position: relative;
  z-index: 2;
  max-width: 110%;
  max-height: 400px;
  object-fit: contain;
  filter: drop-shadow(0 30px 38px rgba(15, 23, 42, 0.20));
  transition: transform 0.35s ease;
}

.home-vue-shell:hover .home-vue-image {
  transform: translateY(-7px) scale(1.015);
}

.home-vue-floating-card {
  position: absolute;
  z-index: 3;
  max-width: 220px;
  padding: 14px 17px;
  border-radius: 18px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(16, 185, 129, 0.16);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(14px);
}

.home-vue-floating-card span {
  display: block;
  margin-bottom: 4px;
  color: #059669;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-vue-floating-card strong {
  color: #0f172a;
  font-size: 0.92rem;
}

.home-vue-floating-card.top {
  top: 24px;
  left: 24px;
}

.home-vue-floating-card.bottom {
  right: 24px;
  bottom: 24px;
}

.home-vue-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.10);
  border: 1px solid rgba(16, 185, 129, 0.16);
  color: #047857;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.home-vue-eyebrow span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #10b981;
  box-shadow: 0 0 0 6px rgba(16, 185, 129, 0.12);
}

.home-vue-title {
  margin: 0 0 20px;
  color: #07122f;
  font-size: clamp(3.2rem, 6vw, 5.6rem);
  font-weight: 720;
  line-height: 0.92;
  letter-spacing: -0.07em;
}

.home-vue-title strong {
  display: block;
  color: #10b981;
  font-weight: 720;
}

.home-vue-subtitle {
  max-width: 560px;
  margin: 0 0 18px;
  color: #059669;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.035em;
}

.home-vue-description {
  max-width: 560px;
  margin: 0 0 28px;
  color: #334155;
  font-size: 1rem;
  line-height: 1.7;
}

.home-vue-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 32px;
}

.home-vue-btn-primary,
.home-vue-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 21px;
  border-radius: 16px;
  font-size: 0.94rem;
  font-weight: 850;
  text-decoration: none;
  transition: all 0.22s ease;
}

.home-vue-btn-primary {
  background: #10b981;
  color: #ffffff;
  box-shadow: 0 18px 36px rgba(16, 185, 129, 0.24);
}

.home-vue-btn-primary:hover {
  background: #059669;
  color: #ffffff;
  transform: translateY(-2px);
}

.home-vue-btn-secondary {
  background: rgba(255,255,255,0.88);
  color: #064e3b;
  border: 1px solid rgba(16, 185, 129, 0.18);
}

.home-vue-btn-secondary:hover {
  background: #ffffff;
  color: #064e3b;
  transform: translateY(-2px);
}

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

.home-vue-trust div {
  padding-right: 16px;
  border-right: 1px solid rgba(16, 185, 129, 0.18);
}

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

.home-vue-trust strong {
  display: block;
  margin-bottom: 5px;
  color: #0f172a;
  font-size: 0.92rem;
}

.home-vue-trust span {
  display: block;
  color: #64748b;
  font-size: 0.84rem;
  line-height: 1.45;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .home-vue-grid {
    grid-template-columns: 1fr;
  }

  .home-vue-content {
    order: 1;
  }

  .home-vue-media {
    order: 2;
  }

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

  .home-vue-trust div {
    border-right: none;
  }
}

@media (max-width: 768px) {
  .home-vue-showcase {
    padding: 64px 0;
  }

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

  .home-vue-title {
    font-size: 3.4rem;
  }

  .home-vue-subtitle {
    font-size: 1.18rem;
  }

  .home-vue-actions {
    flex-direction: column;
  }

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

  .home-vue-visual {
    min-height: 380px;
    border-radius: 28px;
  }

  .home-vue-image {
    max-height: 320px;
  }

  .home-vue-floating-card {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: calc(100% - 40px);
    max-width: none;
    margin-top: 12px;
  }
}