/* ============================================
   VS Print Studio — Home
   Limpio + responsive + efectos restaurados
   ============================================ */

/* =========================
   HOME WRAPPER
   ========================= */

#vsps-home {
  margin-top: 0;
  padding-top: 0 !important;
  padding-left: 8px;
  padding-right: 8px;
}

#vsps-home section {
  padding-left: 0;
  padding-right: 0;
}

.home .entry-title,
.home .woocommerce-products-header {
  display: none !important;
}

.vs-print-studio-home .woocommerce {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

@media (min-width: 1024px) {
  #vsps-home {
    max-width: 1380px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* =========================
   HERO
   ========================= */

.vsps-hero {
  position: relative;
  overflow: hidden;
  margin-top: 0 !important;
  padding: 86px 10px 30px;
  border-radius: 0 0 18px 18px;
  background:
    radial-gradient(circle at top left, rgba(19, 127, 236, 0.18), transparent 32%),
    radial-gradient(circle at bottom right, rgba(70, 194, 255, 0.10), transparent 28%),
    linear-gradient(135deg, #06111f 0%, #0b1830 45%, #09131f 100%);
  color: var(--vs-text);
}

.vsps-hero__container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 28px;
  align-items: center;
}

.vsps-hero__content {
  min-width: 0;
  text-align: left;
}

.vsps-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: var(--vs-primary-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  max-width: 100%;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.vsps-hero__title {
  margin: 16px 0 12px;
  font-size: clamp(2.45rem, 4.6vw, 4.9rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
  font-weight: 800;
  color: var(--vs-text);
  text-wrap: balance;
}

.vsps-hero__title span {
  display: block;
  color: var(--vs-primary-soft);
  text-shadow: 0 0 18px rgba(70, 194, 255, 0.12);
}

.vsps-hero__text {
  max-width: 690px;
  margin: 0 0 20px;
  color: var(--vs-text-soft);
  font-size: 1rem;
  line-height: 1.65;
}

.vsps-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.vsps-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 14px;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 0.22s ease,
    box-shadow 0.28s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    filter 0.22s ease;
}

.vsps-btn:hover {
  transform: translateY(-2px);
}

.vsps-btn--primary {
  background: linear-gradient(135deg, var(--vs-primary) 0%, var(--vs-primary-soft) 100%);
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(19, 127, 236, 0.24);
}

.vsps-btn--primary:hover {
  box-shadow:
    0 20px 42px rgba(19, 127, 236, 0.32),
    0 0 18px rgba(70, 194, 255, 0.16);
  filter: brightness(1.04);
}

.vsps-btn--secondary {
  color: var(--vs-text);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.vsps-btn--secondary:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(70, 194, 255, 0.28);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
}

.vsps-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.vsps-hero__trust li {
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: var(--vs-text-soft);
  font-size: 0.9rem;
  font-weight: 600;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

.vsps-hero__trust li:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(70, 194, 255, 0.30);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

.vsps-hero__visual {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vsps-hero__card--main {
  width: min(100%, 500px);
  padding: 26px;
  border-radius: 28px;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.30);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    transform 0.32s ease,
    box-shadow 0.32s ease,
    border-color 0.28s ease,
    background-color 0.28s ease;
}

.vsps-hero__card--main:hover {
  transform: translateY(-6px) scale(1.01);
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(70, 194, 255, 0.24);
  box-shadow:
    0 32px 86px rgba(0, 0, 0, 0.34),
    0 0 22px rgba(19, 127, 236, 0.10);
}

.vsps-hero__card--main img {
  width: 110px;
  height: auto;
  margin: 0 auto 16px;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.vsps-hero__card--main:hover img {
  transform: scale(1.04);
  filter: drop-shadow(0 0 12px rgba(70, 194, 255, 0.18));
}

.vsps-hero__card--main h3 {
  margin: 0 0 10px;
  font-size: 1.3rem;
  color: var(--vs-text);
  text-wrap: balance;
}

.vsps-hero__card--main p {
  margin: 0;
  color: var(--vs-text-soft);
  line-height: 1.6;
  font-size: 0.98rem;
}

.vsps-hero__floating {
  position: absolute;
  padding: 11px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--vs-text);
  font-weight: 700;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-size: 0.96rem;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.25s ease,
    background-color 0.25s ease;
}

.vsps-hero__floating:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(70, 194, 255, 0.26);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.24),
    0 0 14px rgba(19, 127, 236, 0.10);
}

.vsps-hero__floating--one { top: 8%; left: 2%; }
.vsps-hero__floating--two { top: 16%; right: 0; }
.vsps-hero__floating--three { bottom: 14%; left: 0; }
.vsps-hero__floating--four { bottom: 6%; right: 4%; }

.vsps-hero__glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(70px);
  opacity: 0.55;
  pointer-events: none;
}

.vsps-hero__glow--1 {
  top: -80px;
  left: -40px;
  width: 240px;
  height: 240px;
  background: rgba(19, 127, 236, 0.20);
}

.vsps-hero__glow--2 {
  right: -50px;
  bottom: -50px;
  width: 260px;
  height: 260px;
  background: rgba(70, 194, 255, 0.14);
}

/* tablet */
@media (max-width: 991px) {
  .vsps-hero {
    padding: 78px 10px 30px;
    border-radius: 0 0 16px 16px;
  }

  .vsps-hero__container {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .vsps-hero__content {
    text-align: left;
  }

  .vsps-hero__eyebrow {
    font-size: 10px;
    padding: 7px 10px;
  }

  .vsps-hero__title {
    font-size: clamp(2rem, 8vw, 3.1rem);
    margin: 14px 0 10px;
  }

  .vsps-hero__text {
    max-width: 100%;
    font-size: 0.96rem;
    line-height: 1.6;
    margin-bottom: 16px;
  }

  .vsps-hero__actions {
    gap: 10px;
    margin-bottom: 14px;
  }

  .vsps-btn {
    flex: 1 1 calc(50% - 5px);
    min-height: 48px;
    padding: 0 16px;
  }

  .vsps-hero__trust {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .vsps-hero__trust li {
    text-align: center;
    padding: 9px 10px;
    font-size: 0.84rem;
  }

  .vsps-hero__visual {
    min-height: 220px;
  }

  .vsps-hero__card--main {
    width: 100%;
    padding: 18px 16px;
    border-radius: 20px;
  }

  .vsps-hero__card--main img {
    width: 78px;
    margin-bottom: 12px;
  }

  .vsps-hero__card--main h3 {
    font-size: 1.02rem;
  }

  .vsps-hero__card--main p {
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .vsps-hero__floating {
    font-size: 0.75rem;
    padding: 8px 10px;
    border-radius: 12px;
  }

  .vsps-hero__floating--two,
  .vsps-hero__floating--four {
    display: none;
  }

  .vsps-hero__floating--one { top: -6px; left: 0; }
  .vsps-hero__floating--three { bottom: -2px; left: 0; }
}

/* mobile */
@media (max-width: 767px) {
  #vsps-home {
    padding-left: 8px;
    padding-right: 8px;
  }

  .vsps-hero {
    padding: 72px 8px 28px;
    border-radius: 0 0 14px 14px;
  }

  .vsps-hero__title {
    font-size: clamp(1.9rem, 8.8vw, 2.7rem);
    line-height: 0.96;
  }

  .vsps-hero__text {
    font-size: 0.93rem;
    margin-bottom: 14px;
  }

  .vsps-btn {
    width: 100%;
    flex: 1 1 100%;
  }

  .vsps-hero__trust {
    grid-template-columns: 1fr 1fr;
  }

  .vsps-hero__visual {
    min-height: 190px;
  }

  .vsps-hero__floating {
    font-size: 0.72rem;
    padding: 7px 9px;
  }
}

/* =========================
   GENERIC TITLES / SECTIONS
   ========================= */

.vsps-section-head,
.vsps-categories-header,
.vsps-whyus-inner,
.vsps-process-inner,
.vsps-testimonials-inner,
.vsps-cta-inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.vsps-section-title,
.vsps-categories-title,
.vsps-whyus-title,
.vsps-process-title,
.vsps-testimonials-title,
.vsps-cta-title {
  margin: 0 0 10px;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--vs-text);
  text-wrap: balance;
  text-align: center;
}

.vsps-section-subtitle,
.vsps-categories-subtitle,
.vsps-whyus-subtitle,
.vsps-process-subtitle,
.vsps-testimonials-subtitle,
.vsps-cta-subtitle {
  margin: 0 auto;
  color: var(--vs-text-soft);
  line-height: 1.65;
  text-align: center;
}

/* =========================
   CATEGORIES
   ========================= */

.vsps-categories-app {
  padding: 34px 0 10px;
}

.vsps-categories-header {
  margin-bottom: 16px;
}

.vsps-categories-subtitle {
  max-width: 720px;
  font-size: 0.95rem;
}

.vsps-cat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 1100px;
  margin: 0 auto;
}

.vsps-cat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 10px;
  border-radius: 16px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(18px) saturate(170%);
  -webkit-backdrop-filter: blur(18px) saturate(170%);
  transition:
    transform 0.28s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  will-change: transform;
  contain: content;
}

.vsps-cat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.10) 0%, transparent 58%);
  pointer-events: none;
}

.vsps-cat-card:hover {
  transform: translateY(-6px) scale(1.02);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(70, 194, 255, 0.36);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.28),
    0 0 18px rgba(19, 127, 236, 0.14);
}

.vsps-cat-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.vsps-cat-icon svg {
  width: 25px;
  height: 25px;
  stroke: #ffffff;
  stroke-width: 2.1;
  fill: none;
  transition: transform 0.3s ease, stroke 0.3s ease, filter 0.3s ease;
}

.vsps-cat-card:hover .vsps-cat-icon svg {
  stroke: var(--vs-primary-soft);
  transform: scale(1.08);
  filter: drop-shadow(0 0 10px rgba(19, 127, 236, 0.34));
}

.vsps-cat-label {
  position: relative;
  z-index: 2;
  font-size: 10px;
  font-weight: 800;
  color: var(--vs-text);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.35;
}

@media (min-width: 768px) {
  .vsps-categories-app {
    padding: 46px 0 14px;
  }

  .vsps-cat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .vsps-cat-card {
    padding: 26px 16px;
    border-radius: 20px;
  }

  .vsps-cat-label {
    font-size: 11.5px;
  }
}

@media (min-width: 1024px) {
  .vsps-cat-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
  }

  .vsps-cat-card {
    padding: 28px 16px;
  }
}

/* =========================
   BEST SELLERS
   ========================= */

.vsps-best-sellers-app {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 10px;
  box-sizing: border-box;
}

.vsps-section-head {
  margin-bottom: 16px;
}

.vsps-section-subtitle {
  max-width: 760px;
  font-size: 0.95rem;
}

.vsps-best-sellers-grid {
  max-width: 1200px;
  margin: 0 auto;
}

.vsps-best-sellers-grid .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media (min-width: 768px) {
  .vsps-best-sellers-grid .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }
}

@media (min-width: 1024px) {
  .vsps-best-sellers-grid .woocommerce ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }
}

/* =========================
   WHY US / PROCESS / TESTIMONIALS
   ========================= */

.vsps-whyus-app,
.vsps-process-app,
.vsps-testimonials-app {
  padding: 42px 0;
}

.vsps-whyus-subtitle,
.vsps-process-subtitle,
.vsps-testimonials-subtitle {
  max-width: 700px;
  margin: 0 auto 28px;
  font-size: 0.95rem;
}

.vsps-whyus-grid,
.vsps-process-grid,
.vsps-testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.vsps-whyus-card,
.vsps-process-step,
.vsps-testimonial-card {
  position: relative;
  padding: 20px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px) saturate(170%);
  -webkit-backdrop-filter: blur(18px) saturate(170%);
  border: 1px solid rgba(255, 255, 255, 0.10);
  overflow: hidden;
  text-align: left;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  transition:
    transform 0.28s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.vsps-whyus-card::before,
.vsps-process-step::before,
.vsps-testimonial-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.10) 0%, transparent 58%);
  pointer-events: none;
}

.vsps-whyus-card:hover,
.vsps-process-step:hover,
.vsps-testimonial-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(70, 194, 255, 0.34);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.24),
    0 0 18px rgba(19, 127, 236, 0.12);
}

.vsps-whyus-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vsps-whyus-icon svg {
  width: 26px;
  height: 26px;
  stroke: #ffffff;
  stroke-width: 2.2;
  fill: none;
  transition: transform 0.3s ease, stroke 0.3s ease, filter 0.3s ease;
}

.vsps-whyus-card:hover .vsps-whyus-icon svg {
  stroke: var(--vs-primary-soft);
  transform: scale(1.08);
  filter: drop-shadow(0 0 10px rgba(19, 127, 236, 0.34));
}

.vsps-process-number {
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1.5px solid rgba(70, 194, 255, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(135deg, var(--vs-primary) 0%, var(--vs-primary-soft) 100%);
  box-shadow: 0 0 16px rgba(19, 127, 236, 0.20);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.vsps-process-step:hover .vsps-process-number {
  transform: scale(1.05);
  box-shadow:
    0 0 18px rgba(19, 127, 236, 0.28),
    0 10px 24px rgba(0, 0, 0, 0.16);
}

.vsps-whyus-label,
.vsps-process-label,
.vsps-testimonial-name {
  font-size: 14px;
  font-weight: 800;
  color: var(--vs-text);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: color 0.25s ease;
}

.vsps-whyus-card:hover .vsps-whyus-label,
.vsps-process-step:hover .vsps-process-label {
  color: var(--vs-primary-soft);
}

.vsps-whyus-desc,
.vsps-process-desc,
.vsps-testimonial-text {
  font-size: 13px;
  color: var(--vs-text-soft);
  line-height: 1.65;
  margin: 0;
}

.vsps-testimonial-stars {
  color: #ffcc33;
  font-size: 14px;
  margin-bottom: 12px;
  display: flex;
  gap: 2px;
  filter: drop-shadow(0 0 5px rgba(255, 204, 51, 0.35));
}

.vsps-testimonial-text {
  margin-bottom: 16px;
  font-style: italic;
}

.vsps-testimonial-photo {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  aspect-ratio: 4 / 3;
}

.vsps-testimonial-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.92;
  transition: transform 0.4s ease, opacity 0.3s ease;
}

.vsps-testimonial-card:hover .vsps-testimonial-photo img {
  opacity: 1;
  transform: scale(1.04);
}

@media (min-width: 768px) {
  .vsps-whyus-app,
  .vsps-process-app,
  .vsps-testimonials-app {
    padding: 56px 0;
  }

  .vsps-whyus-grid,
  .vsps-process-grid,
  .vsps-testimonials-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .vsps-whyus-card,
  .vsps-process-step,
  .vsps-testimonial-card {
    padding: 28px 20px;
    border-radius: 20px;
  }

  .vsps-whyus-label,
  .vsps-process-label,
  .vsps-testimonial-name {
    font-size: 15px;
  }

  .vsps-whyus-desc,
  .vsps-process-desc,
  .vsps-testimonial-text {
    font-size: 14px;
  }
}

/* =========================
   FINAL CTA
   ========================= */

.vsps-cta-app {
  position: relative;
  padding: 54px 0 72px;
  text-align: center;
}

.vsps-cta-title {
  margin-bottom: 12px;
}

.vsps-cta-subtitle {
  max-width: 700px;
  font-size: 0.95rem;
  margin: 0 auto 24px;
}

.vsps-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.vsps-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.28s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}

.vsps-cta-button:hover {
  transform: translateY(-3px);
}

.vsps-cta-button--primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--vs-primary) 0%, var(--vs-primary-soft) 100%);
  box-shadow: 0 14px 32px rgba(19, 127, 236, 0.22);
}

.vsps-cta-button--primary:hover {
  box-shadow:
    0 18px 40px rgba(19, 127, 236, 0.30),
    0 0 18px rgba(70, 194, 255, 0.14);
}

.vsps-cta-button--secondary {
  color: var(--vs-text);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.vsps-cta-button--secondary:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(70, 194, 255, 0.28);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
}

.vsps-cta-app::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top center, rgba(19, 127, 236, 0.12), transparent 35%),
    linear-gradient(135deg, rgba(255,255,255,0.04), transparent 60%);
  pointer-events: none;
}

@media (max-width: 767px) {
  .vsps-cta-button {
    width: 100%;
  }
}