/* ==========================================================================
   Grupo VS - Soluciones Gráficas VG
   Inspired by Printop index-3
   ========================================================================== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: var(--gv-text, #4A4A4A);
  background: var(--gv-white, #fff);
  line-height: 1.7;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
}

.gv-site,
.gv-main {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color 0.3s, background 0.3s, transform 0.3s; }
ul { list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: var(--gv-dark, #1A1A2E);
}

.gv-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  min-width: 0;
}

/* Buttons */
.gv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 50px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.gv-btn-primary {
  background: var(--gv-primary, #17B9C7);
  color: #fff;
  border-color: var(--gv-primary, #17B9C7);
}

.gv-btn-primary:hover {
  background: var(--gv-primary-dark, #129aa6);
  border-color: var(--gv-primary-dark, #129aa6);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(23, 185, 199, 0.35);
}

.gv-btn-outline {
  background: transparent;
  color: var(--gv-dark, #1A1A2E);
  border-color: var(--gv-dark, #1A1A2E);
}

.gv-btn-outline:hover {
  background: var(--gv-dark, #1A1A2E);
  color: #fff;
}

.gv-btn-sm { padding: 10px 24px; font-size: 0.875rem; }
.gv-btn-lg { padding: 18px 40px; font-size: 1.05rem; }
.gv-btn-block { width: 100%; }

/* Section utilities */
.gv-section {
  padding: 100px 0;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.gv-section-alt { background: var(--gv-light, #F5F7FA); }
.gv-section-dark { background: var(--gv-dark, #1A1A2E); color: #fff; }
.gv-section-header { margin-bottom: 60px; }
.gv-text-center { text-align: center; }

.gv-section-label {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--gv-primary, #17B9C7);
  margin-bottom: 12px;
}

.gv-label-light { color: var(--gv-primary, #17B9C7); }

.gv-section-title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  margin-bottom: 16px;
}

.gv-title-light { color: #fff; }

.gv-section-desc {
  font-size: 1.05rem;
  max-width: 650px;
  margin: 0 auto;
  opacity: 0.85;
}

.gv-desc-light { color: rgba(255,255,255,0.8); }

/* Geometric pattern background */
.gv-hero-pattern,
.gv-section-alt::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2317B9C7' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

/* Topbar */
.gv-topbar {
  background: var(--gv-dark, #1A1A2E);
  color: rgba(255,255,255,0.9);
  font-size: 0.875rem;
  padding: 10px 0;
}

.gv-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
}

.gv-topbar-text {
  min-width: 0;
  overflow-wrap: anywhere;
}

.gv-topbar-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--gv-primary, #17B9C7);
  font-weight: 600;
  white-space: nowrap;
}

.gv-topbar-phone:hover { color: #fff; }

/* Header */
.gv-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
  transition: box-shadow 0.3s;
  animation-fill-mode: both;
}

.gv-header-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, var(--gv-primary, #17B9C7) 0%, rgba(23, 185, 199, 0.3) 70%, transparent 100%);
  animation: gv-header-accent-grow 1.4s ease 0.5s forwards;
}

@keyframes gv-header-accent-grow {
  from { width: 0; opacity: 0.6; }
  to { width: 100%; opacity: 1; }
}

.gv-header.scrolled { box-shadow: 0 4px 30px rgba(0,0,0,0.1); }

/* Animate.css — header & scroll helpers */
.gv-header-animate {
  opacity: 0;
  animation-duration: 0.8s;
  animation-fill-mode: both;
}

.gv-animate-on-scroll {
  opacity: 0;
  max-width: 100%;
}

.gv-animate-on-scroll.animate__animated {
  animation-duration: 0.85s;
  animation-fill-mode: both;
}

.gv-nav-list > li {
  opacity: 0;
}

.gv-nav.active .gv-nav-list > li.animate__animated {
  opacity: 1;
}

@media (min-width: 769px) {
  .gv-nav-list > li {
    opacity: 1;
  }

  .gv-header-nav-desktop .gv-nav-list > li {
    animation-duration: 0.6s;
    animation-fill-mode: both;
  }
}

@media (max-width: 768px) {
  .gv-nav.active {
    animation-duration: 0.45s;
    animation-fill-mode: both;
  }

  .gv-menu-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .gv-menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .gv-menu-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gv-header-animate,
  .gv-animate-on-scroll,
  .gv-header-accent {
    opacity: 1 !important;
    animation: none !important;
    width: 100% !important;
  }

  .gv-header.animate__animated {
    animation: none !important;
  }
}

.gv-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  gap: 24px;
  min-width: 0;
  max-width: 100%;
}

.gv-header-start {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
  flex: 1;
  min-width: 0;
}

.gv-logo {
  flex-shrink: 0;
  opacity: 1;
  line-height: 0;
}

.gv-logo a {
  display: inline-flex;
  align-items: center;
}

.gv-logo img,
.gv-logo-link img,
.custom-logo-link img,
.gv-site-logo {
  display: block;
  max-height: 70px;
  width: auto;
  height: auto;
}

.gv-nav-list {
  display: flex;
  align-items: center;
  gap: 32px;
}

.gv-nav-list a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--gv-dark, #1A1A2E);
  position: relative;
  transition: color 0.3s, transform 0.25s;
}

.gv-nav-list a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gv-primary, #17B9C7);
  transition: width 0.3s;
}

.gv-nav-list a:hover { color: var(--gv-primary, #17B9C7); transform: translateY(-2px); }
.gv-nav-list a:hover::after { width: 100%; }

.gv-header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.gv-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.gv-menu-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--gv-dark, #1A1A2E);
  transition: transform 0.3s, opacity 0.3s;
}

/* Hero */
.gv-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  background: var(--gv-light, #F5F7FA);
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.gv-hero-split {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
}

.gv-hero-zone-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.gv-hero-content-bg {
  grid-column: 1;
  background-image: var(--hero-content-bg-image);
  opacity: var(--hero-content-bg-opacity, 0.2);
  filter: brightness(var(--hero-content-bg-brightness, 1)) blur(var(--hero-content-bg-blur, 0px));
  transform: scale(1.04);
  transform-origin: center;
}

.gv-hero-visual-bg {
  grid-column: 2;
  background-image: var(--hero-visual-bg-image);
  opacity: var(--hero-visual-bg-opacity, 0.15);
  filter: brightness(var(--hero-visual-bg-brightness, 1)) blur(var(--hero-visual-bg-blur, 0px));
  transform: scale(1.04);
  transform-origin: center;
}

.gv-hero-pattern {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.gv-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  min-height: 100svh;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  align-items: center;
  min-width: 0;
}

.gv-hero-content,
.gv-hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: inherit;
  min-width: 0;
  padding: clamp(32px, 5vw, 80px) clamp(20px, 4vw, 64px);
  overflow: hidden;
}

.gv-hero-content-box {
  width: 100%;
  max-width: 560px;
  position: relative;
  min-width: 0;
}

/* Hero — animación de impresión */
.gv-hero-print-fx {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
  min-height: 56px;
}

.gv-print-machine {
  position: relative;
  width: 64px;
  height: 64px;
  color: var(--gv-primary, #17B9C7);
  flex-shrink: 0;
}

.gv-print-icon {
  width: 100%;
  height: 100%;
  animation: gv-print-icon-pulse 2.4s ease-in-out infinite;
}

.gv-print-paper-stack {
  position: absolute;
  left: 50%;
  top: 46px;
  transform: translateX(-50%);
  width: 28px;
  height: 40px;
  pointer-events: none;
}

.gv-print-paper {
  position: absolute;
  left: 0;
  width: 28px;
  height: 34px;
  background: #fff;
  border: 1px solid rgba(26, 26, 46, 0.12);
  border-radius: 2px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  opacity: 0;
  transform: translateY(-8px);
}

.gv-print-paper--1 { animation: gv-print-paper-out 3s ease-in-out 0.6s infinite; }
.gv-print-paper--2 { animation: gv-print-paper-out 3s ease-in-out 1.6s infinite; }
.gv-print-paper--3 { animation: gv-print-paper-out 3s ease-in-out 2.6s infinite; }

.gv-print-cmyk {
  display: flex;
  align-items: center;
  gap: 8px;
}

.gv-print-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0.35;
  transform: scale(0.85);
}

.gv-print-dot--c { background: #00aeef; animation: gv-print-dot-stamp 2s ease-in-out 0.2s infinite; }
.gv-print-dot--m { background: #ec008c; animation: gv-print-dot-stamp 2s ease-in-out 0.5s infinite; }
.gv-print-dot--y { background: #fff200; animation: gv-print-dot-stamp 2s ease-in-out 0.8s infinite; }
.gv-print-dot--k { background: #1a1a2e; animation: gv-print-dot-stamp 2s ease-in-out 1.1s infinite; }

.gv-print-scanline {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gv-primary, #17B9C7), transparent);
  box-shadow: 0 0 12px var(--gv-primary, #17B9C7);
  opacity: 0;
  animation: gv-print-scan 2.8s ease-in-out 0.3s infinite;
  pointer-events: none;
}

.gv-print-reveal {
  clip-path: inset(0 100% 0 0);
  animation: gv-print-text-reveal 1.1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.gv-print-reveal--1 { animation-delay: 0.4s; }
.gv-print-reveal--2 { animation-delay: 1s; }
.gv-print-reveal--3 { animation-delay: 1.7s; }

.gv-print-reveal--1::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 0.9em;
  margin-left: 4px;
  background: var(--gv-primary, #17B9C7);
  vertical-align: text-bottom;
  animation: gv-print-cursor 0.8s step-end 0.4s 3, gv-print-cursor-hide 0s linear 3.2s forwards;
}

@keyframes gv-print-icon-pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}

@keyframes gv-print-paper-out {
  0% { opacity: 0; transform: translateY(-10px) scale(0.95); }
  15% { opacity: 1; transform: translateY(0) scale(1); }
  45% { opacity: 1; transform: translateY(18px) scale(1); }
  70%, 100% { opacity: 0; transform: translateY(32px) scale(0.98); }
}

@keyframes gv-print-dot-stamp {
  0%, 100% { opacity: 0.3; transform: scale(0.85); }
  50% { opacity: 1; transform: scale(1.15); }
}

@keyframes gv-print-scan {
  0% { top: 0; opacity: 0; }
  10% { opacity: 0.9; }
  90% { opacity: 0.9; }
  100% { top: calc(100% + 120px); opacity: 0; }
}

@keyframes gv-print-text-reveal {
  from { clip-path: inset(0 100% 0 0); }
  to { clip-path: inset(0 0 0 0); }
}

@keyframes gv-print-cursor {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

@keyframes gv-print-cursor-hide {
  to { opacity: 0; width: 0; margin: 0; }
}

.gv-hero-content.is-printed .gv-print-reveal {
  clip-path: inset(0 0 0 0);
}

.gv-hero-visual {
  justify-content: center;
}

.gv-hero-title {
  font-size: clamp(2rem, 5vw, 3.25rem);
  margin-bottom: 20px;
  line-height: 1.15;
}

.gv-hero-desc {
  font-size: 1.1rem;
  margin-bottom: 28px;
  opacity: 0.85;
}

.gv-hero-features {
  margin-bottom: 36px;
}

.gv-hero-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-weight: 500;
}

.gv-hero-features svg {
  width: 22px;
  height: 22px;
  color: var(--gv-primary, #17B9C7);
  flex-shrink: 0;
}

.gv-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.gv-hero-image-wrap {
  position: relative;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  padding: 14px;
  background: #fff;
  border-radius: 24px;
  overflow: visible;
  box-shadow:
    0 24px 48px rgba(23, 185, 199, 0.18),
    0 12px 28px rgba(0, 0, 0, 0.08);
  animation: gv-hero-float 5s ease-in-out infinite;
}

.gv-hero-image-wrap::before {
  content: '';
  position: absolute;
  inset: -18px;
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(23, 185, 199, 0.14), rgba(23, 185, 199, 0.03));
  z-index: -1;
}

.gv-hero-carousel {
  position: relative;
  width: 100%;
}

.gv-hero-carousel-viewport {
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
  border-radius: 14px;
}

.gv-hero-carousel-viewport--single {
  height: auto;
  min-height: 240px;
}

.gv-hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.55s ease, visibility 0.55s ease;
}

.gv-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.gv-hero-carousel-viewport--single .gv-hero-slide {
  position: relative;
  inset: auto;
  opacity: 1;
  visibility: visible;
}

.gv-hero-slide img,
.gv-hero-carousel-viewport--single img {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: contain;
  border-radius: 14px;
  display: block;
}

.gv-hero-carousel-nav {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.gv-hero-carousel-prev,
.gv-hero-carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: var(--gv-dark, #1A1A2E);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  transition: background 0.3s, color 0.3s, transform 0.3s;
}

.gv-hero-carousel-prev { left: 8px; }
.gv-hero-carousel-next { right: 8px; }

.gv-hero-carousel-prev svg,
.gv-hero-carousel-next svg {
  width: 18px;
  height: 18px;
}

.gv-hero-carousel-prev:hover,
.gv-hero-carousel-next:hover {
  background: var(--gv-primary, #17B9C7);
  color: #fff;
}

.gv-hero-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.gv-hero-carousel-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--gv-secondary, #A6A9AB);
  opacity: 0.45;
  cursor: pointer;
  transition: transform 0.3s, opacity 0.3s, background 0.3s;
}

.gv-hero-carousel-dot.is-active {
  opacity: 1;
  background: var(--gv-primary, #17B9C7);
  transform: scale(1.25);
}

@keyframes gv-hero-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.gv-hero-badge {
  position: absolute;
  bottom: -12px;
  right: -12px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  padding: 16px 24px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.gv-hero-badge-icon {
  width: 48px;
  height: 48px;
  background: var(--gv-primary, #17B9C7);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.gv-hero-badge-icon svg { width: 24px; height: 24px; }

.gv-hero-badge strong {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}

.gv-hero-badge span { font-size: 0.85rem; opacity: 0.7; }

/* About */
.gv-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  min-width: 0;
}

.gv-about-images { position: relative; }

.gv-about-image-main {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.gv-about-image-main img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.gv-about-counter {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: var(--gv-primary, #17B9C7);
  color: #fff;
  padding: 24px 32px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(23, 185, 199, 0.4);
}

.gv-about-counter strong {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  color: #fff;
}

.gv-about-counter span { font-size: 0.875rem; opacity: 0.9; }

.gv-about-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 28px 0 32px;
}

.gv-about-card {
  padding: 24px;
  border-radius: 16px;
  color: #fff;
}

.gv-about-card-vision { background: var(--gv-primary, #17B9C7); }
.gv-about-card-mission { background: var(--gv-dark, #1A1A2E); }

.gv-about-card h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #fff;
}

.gv-about-card p { font-size: 0.9rem; opacity: 0.95; line-height: 1.6; }

/* Video */
.gv-video-intro {
  opacity: 1;
}

.gv-video .gv-section-header,
.gv-video-wrap {
  opacity: 1;
}

.gv-video-desc {
  max-width: 720px;
  margin: 16px auto 0;
  line-height: 1.8;
}

.gv-video-wrap {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  background: var(--gv-dark, #1A1A2E);
  aspect-ratio: 16 / 9;
}

.gv-video-player {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}

.gv-video-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

/* Services */
.gv-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.gv-service-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 30px rgba(0,0,0,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}

.gv-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.gv-service-image {
  position: relative;
  overflow: hidden;
}

.gv-service-image img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  transition: transform 0.5s;
}

.gv-service-card:hover .gv-service-image img { transform: scale(1.08); }

.gv-service-icon {
  position: absolute;
  bottom: -24px;
  right: 24px;
  width: 56px;
  height: 56px;
  background: var(--gv-primary, #17B9C7);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 8px 20px rgba(23, 185, 199, 0.4);
}

.gv-service-icon svg { width: 28px; height: 28px; }

.gv-service-body { padding: 36px 28px 28px; }

.gv-service-body h3 {
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.gv-service-body p {
  font-size: 0.95rem;
  margin-bottom: 16px;
  opacity: 0.8;
}

.gv-service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--gv-primary, #17B9C7);
}

.gv-service-link svg { width: 18px; height: 18px; transition: transform 0.3s; }
.gv-service-link:hover svg { transform: translateX(4px); }

/* Process */
.gv-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.gv-process-card {
  background: #fff;
  padding: 40px 32px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 5px 30px rgba(0,0,0,0.06);
  transition: transform 0.3s;
  position: relative;
}

.gv-process-card:hover { transform: translateY(-5px); }

.gv-process-step {
  width: 70px;
  height: 70px;
  margin: 0 auto 24px;
  background: var(--gv-light, #F5F7FA);
  border: 3px solid var(--gv-primary, #17B9C7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gv-process-step span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--gv-primary, #17B9C7);
}

.gv-process-card h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.gv-process-card p {
  font-size: 0.95rem;
  opacity: 0.8;
  margin-bottom: 16px;
}

.gv-process-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--gv-primary, #17B9C7);
}

/* Stats */
.gv-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.gv-stats-numbers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.gv-stat-item strong {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  color: var(--gv-primary, #17B9C7);
  line-height: 1;
  margin-bottom: 6px;
}

.gv-stat-item span {
  font-size: 0.9rem;
  opacity: 0.8;
}

.gv-stats-visual {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.gv-stats-visual img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  filter: brightness(0.85);
}

.gv-stats-badges {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gv-stats-badge {
  background: rgba(255,255,255,0.95);
  padding: 10px 18px;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  color: var(--gv-dark, #1A1A2E);
}

/* Portfolio */
.gv-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gv-portfolio-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.gv-portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.gv-portfolio-item:hover img { transform: scale(1.1); }

.gv-portfolio-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26,26,46,0.9) 0%, transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  opacity: 0;
  transition: opacity 0.3s;
}

.gv-portfolio-item:hover .gv-portfolio-overlay { opacity: 1; }

.gv-portfolio-category {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--gv-primary, #17B9C7);
  font-weight: 600;
  margin-bottom: 6px;
}

.gv-portfolio-overlay h3 {
  color: #fff;
  font-size: 1.1rem;
}

/* Testimonials */
.gv-testimonials-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}

.gv-stars {
  display: flex;
  gap: 4px;
  color: #FFB800;
}

.gv-stars svg { width: 20px; height: 20px; }

.gv-testimonials-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.gv-testimonials-track {
  display: flex;
  gap: 24px;
  transition: transform 0.5s ease;
  will-change: transform;
}

.gv-testimonial-card {
  flex: 0 0 calc(33.333% - 16px);
  background: #fff;
  padding: 36px 28px;
  border-radius: 20px;
  box-shadow: 0 5px 30px rgba(0,0,0,0.06);
}

.gv-testimonial-quote svg {
  width: 32px;
  height: 32px;
  color: var(--gv-primary, #17B9C7);
  opacity: 0.3;
  margin-bottom: 16px;
}

.gv-testimonial-card p {
  font-size: 0.95rem;
  font-style: italic;
  margin-bottom: 24px;
  line-height: 1.7;
}

.gv-testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.gv-testimonial-avatar {
  width: 48px;
  height: 48px;
  background: var(--gv-primary, #17B9C7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.gv-testimonial-author strong {
  display: block;
  font-size: 0.95rem;
}

.gv-testimonial-author span {
  font-size: 0.8rem;
  opacity: 0.7;
}

.gv-testimonials-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.gv-testimonial-prev,
.gv-testimonial-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid var(--gv-primary, #17B9C7);
  background: #fff;
  color: var(--gv-primary, #17B9C7);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.gv-testimonial-prev:hover,
.gv-testimonial-next:hover {
  background: var(--gv-primary, #17B9C7);
  color: #fff;
}

.gv-testimonial-prev svg,
.gv-testimonial-next svg { width: 20px; height: 20px; }

/* CTA */
.gv-cta {
  position: relative;
  padding: 100px 0;
  background: var(--gv-dark, #1A1A2E);
  overflow: hidden;
}

.gv-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--cta-bg) center/cover no-repeat;
  opacity: 0.15;
}

.gv-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26,26,46,0.95), rgba(23,185,199,0.3));
}

.gv-cta-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}

.gv-cta-content h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  color: #fff;
  margin-bottom: 16px;
}

.gv-cta-content p {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 32px;
  opacity: 0.9;
}

/* Contact */
.gv-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.gv-contact-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 28px;
  background: var(--gv-light, #F5F7FA);
}

.gv-contact-card-bg {
  width: 100%;
  opacity: 0.15;
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.gv-contact-card-content {
  position: relative;
  padding: 32px;
}

.gv-contact-card-content h3 {
  font-size: 1.5rem;
  margin-bottom: 4px;
}

.gv-contact-role {
  color: var(--gv-primary, #17B9C7);
  font-weight: 600;
  margin-bottom: 24px;
}

.gv-contact-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.gv-contact-icon {
  width: 44px;
  height: 44px;
  background: var(--gv-primary, #17B9C7);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}

.gv-contact-icon svg { width: 20px; height: 20px; }

.gv-contact-list a:hover { color: var(--gv-primary, #17B9C7); }

.gv-contact-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.gv-contact-form-wrap {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  max-width: 100%;
  min-width: 0;
}

.gv-contact-form-wrap h3 {
  font-size: 1.5rem;
  margin-bottom: 28px;
}

.gv-form-group {
  margin-bottom: 20px;
}

.gv-form-group label {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 8px;
}

.gv-form-group input,
.gv-form-group textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 14px 18px;
  border: 2px solid #e8ecf0;
  border-radius: 12px;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.95rem;
  transition: border-color 0.3s;
  background: var(--gv-light, #F5F7FA);
}

.gv-form-group input:focus,
.gv-form-group textarea:focus {
  outline: none;
  border-color: var(--gv-primary, #17B9C7);
  background: #fff;
}

/* Footer */
.gv-footer-top {
  background: var(--gv-dark, #1A1A2E);
  color: rgba(255,255,255,0.8);
  padding: 80px 0 40px;
}

.gv-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 40px;
}

.gv-footer-logo-wrap .gv-footer-logo,
.gv-footer-logo-wrap .gv-logo-link img,
.gv-footer-logo-wrap img {
  max-height: 60px;
  margin-bottom: 16px;
}

.gv-footer-brand p {
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.gv-social-links {
  display: flex;
  gap: 12px;
}

.gv-social-links a {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: background 0.3s;
}

.gv-social-links a:hover {
  background: var(--gv-primary, #17B9C7);
}

.gv-social-links svg { width: 18px; height: 18px; }

.gv-footer-links h4,
.gv-footer-services h4,
.gv-footer-contact h4 {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.gv-footer-menu li,
.gv-footer-services li,
.gv-footer-contact li {
  margin-bottom: 10px;
}

.gv-footer-menu a,
.gv-footer-services a {
  font-size: 0.9rem;
  opacity: 0.8;
}

.gv-footer-menu a:hover,
.gv-footer-services a:hover {
  color: var(--gv-primary, #17B9C7);
  opacity: 1;
}

.gv-footer-contact li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
}

.gv-footer-contact svg {
  width: 16px;
  height: 16px;
  color: var(--gv-primary, #17B9C7);
  flex-shrink: 0;
}

.gv-footer-contact a:hover { color: var(--gv-primary, #17B9C7); }

.gv-footer-bottom {
  background: #fff;
  padding: 20px 0;
  text-align: center;
  font-size: 0.875rem;
  color: #000;
}

.gv-footer-bottom p {
  color: #000;
  margin: 0;
}

/* WhatsApp float */
.gv-whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
  z-index: 999;
  transition: transform 0.3s;
}

.gv-whatsapp-float:hover {
  transform: scale(1.1);
  color: #fff;
}

.gv-whatsapp-float svg { width: 32px; height: 32px; }

/* Page templates */
.gv-page-content { padding: 120px 0 80px; }
.gv-article-header { margin-bottom: 32px; }
.gv-article-header h1 { font-size: 2.5rem; }
.gv-article-thumb { margin-bottom: 32px; border-radius: 16px; overflow: hidden; }
.gv-article-body { font-size: 1.05rem; line-height: 1.8; }
.gv-article-body p { margin-bottom: 1.5em; }

.gv-404 {
  padding: 150px 0;
  text-align: center;
}

.gv-404 h1 {
  font-size: 8rem;
  color: var(--gv-primary, #17B9C7);
  line-height: 1;
}

.gv-404 h2 { margin: 16px 0; }
.gv-404 p { margin-bottom: 32px; opacity: 0.8; }

/* Responsive */
@media (max-width: 1024px) {
  .gv-services-grid,
  .gv-portfolio-grid { grid-template-columns: repeat(2, 1fr); }

  .gv-testimonial-card { flex: 0 0 calc(50% - 12px); }

  .gv-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  .gv-hero-image-wrap {
    animation: none;
  }

  .gv-print-reveal {
    clip-path: none !important;
    animation: none !important;
  }

  .gv-print-reveal--1::after {
    display: none;
  }

  .gv-print-icon,
  .gv-print-paper,
  .gv-print-dot,
  .gv-print-scanline {
    animation: none !important;
  }

  .gv-print-paper {
    opacity: 0 !important;
  }
}

@media (max-width: 768px) {
  .gv-section { padding: 70px 0; }

  .gv-header-cta { display: none; }

  .gv-menu-toggle { display: flex; }

  .gv-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(280px, 100vw);
    height: 100vh;
    height: 100dvh;
    background: #fff;
    padding: 80px 32px 32px;
    box-shadow: -5px 0 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    transform: translateX(100%);
    z-index: 1001;
  }

  .gv-nav.active {
    transform: translateX(0);
  }

  .gv-nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .gv-hero {
    min-height: auto;
  }

  .gv-hero-split {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .gv-hero-content-bg {
    grid-column: 1;
    grid-row: 1;
  }

  .gv-hero-visual-bg {
    grid-column: 1;
    grid-row: 2;
  }

  .gv-hero-inner,
  .gv-about-grid,
  .gv-stats-grid,
  .gv-contact-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .gv-hero-content,
  .gv-hero-visual {
    min-height: 50vh;
    min-height: 50svh;
  }

  .gv-hero-buttons .gv-btn-outline {
    color: #fff;
    border-color: #fff;
  }

  .gv-hero-buttons .gv-btn-outline:hover {
    background: #fff;
    color: var(--gv-dark, #1A1A2E);
  }

  .gv-hero-image-wrap {
    max-width: min(300px, 100%);
    overflow: hidden;
  }

  .gv-hero-image-wrap::before {
    inset: -8px;
  }

  .gv-hero-badge {
    bottom: 8px;
    right: 8px;
    padding: 12px 16px;
    max-width: calc(100% - 16px);
  }

  .gv-services-grid,
  .gv-process-grid,
  .gv-portfolio-grid {
    grid-template-columns: 1fr;
  }

  .gv-about-cards { grid-template-columns: 1fr; }

  .gv-about-counter {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 20px;
    display: inline-block;
  }

  .gv-hero-carousel-viewport {
    height: 300px;
  }

  .gv-hero-slide img {
    max-height: 300px;
  }

  .gv-hero-carousel-prev,
  .gv-hero-carousel-next {
    width: 30px;
    height: 30px;
  }

  .gv-about-images {
    overflow: hidden;
  }

  .gv-header-inner {
    padding: 18px 16px;
    gap: 12px;
  }

  .gv-logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .gv-logo a {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .gv-logo img,
  .gv-logo-link img,
  .custom-logo-link img,
  .gv-site-logo {
    max-height: 90px;
  }

  .gv-container {
    padding: 0 16px;
  }

  .gv-hero-content,
  .gv-hero-visual {
    padding: 32px 16px;
  }

  .gv-contact-form-wrap {
    padding: 24px 16px;
  }

  .gv-testimonial-card {
    flex: 0 0 100%;
    min-width: 0;
  }

  .gv-footer-grid { grid-template-columns: 1fr; }

  .gv-topbar-inner { flex-direction: column; text-align: center; }

  .gv-stats-numbers { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .gv-container { padding: 0 14px; }

  .gv-hero-buttons { flex-direction: column; }
  .gv-hero-buttons .gv-btn { width: 100%; max-width: 100%; }
  .gv-stats-numbers { grid-template-columns: 1fr; }

  .gv-whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }
}
