/**
 * Landings «Diseño gráfico» — estética tipo IbePartner (teal, bloques alternos, CTA).
 * Prefijo: gl- (grafico landing)
 */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;1,500&display=swap");

.gl-landing {
  --gl-teal: #26b99a;
  --gl-teal-dark: #1d8f77;
  --gl-teal-soft: rgba(38, 185, 154, 0.12);
  --gl-text: #1e293b;
  --gl-muted: #64748b;
  --gl-line: #e2e8f0;
  --gl-radius: 10px;
  --gl-max: 1120px;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  color: var(--gl-text);
  background: #fff;
}

.gl-landing .site-main {
  padding-top: 0;
}

/* —— Hero —— */
.gl-hero {
  position: relative;
  min-height: clamp(20rem, 52vh, 36rem);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  /* Cabecera fija del sitio */
  padding-top: clamp(3.75rem, 10vw, 5rem);
  padding-bottom: clamp(2rem, 5vw, 3rem);
}

.gl-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.82) 0%, rgba(15, 23, 42, 0.45) 55%, rgba(38, 185, 154, 0.25) 100%),
    url("https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

/* Variante hero — vinilos / interior */
.gl-hero--vinilos .gl-hero__bg {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.85) 0%, rgba(38, 185, 154, 0.28) 100%),
    url("https://images.unsplash.com/photo-1615529182904-14819c35db37?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.gl-hero--vectorizacion .gl-hero__bg {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.88) 0%, rgba(30, 58, 95, 0.4) 100%),
    url("https://images.unsplash.com/photo-1626785774573-4b799315345d?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.gl-hero--infografias .gl-hero__bg {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.86) 0%, rgba(38, 185, 154, 0.32) 100%),
    url("https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.gl-hero--tarjetas .gl-hero__bg {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.88) 0%, rgba(30, 41, 59, 0.5) 100%),
    url("https://images.unsplash.com/photo-1589829085413-56de8ae18c73?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.gl-hero--papeleria .gl-hero__bg {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.87) 0%, rgba(38, 185, 154, 0.26) 100%),
    url("https://images.unsplash.com/photo-1512486130939-2c4f79635e4f?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.gl-hero--folletos .gl-hero__bg {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.88) 0%, rgba(30, 58, 95, 0.42) 100%),
    url("https://images.unsplash.com/photo-1586953208448-b95a79798f07?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.gl-hero--merchandising .gl-hero__bg {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.88) 0%, rgba(38, 185, 154, 0.3) 100%),
    url("https://images.unsplash.com/photo-1607082348824-0a96f2a4b9da?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.gl-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 44rem;
  padding: clamp(3rem, 8vw, 5rem) 1.25rem;
}

.gl-hero__kicker {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.92;
  margin: 0 0 0.75rem;
}

.gl-hero__title {
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 1rem;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.gl-hero__title em {
  font-style: normal;
  color: #7fe8d4;
}

.gl-hero__lead {
  font-size: 1.05rem;
  line-height: 1.55;
  margin: 0 0 1.75rem;
  opacity: 0.95;
}

.gl-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.gl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.35rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.gl-btn--primary {
  background: var(--gl-teal);
  color: #fff;
  border: 1px solid transparent;
}

.gl-btn--primary:hover,
.gl-btn--primary:focus-visible {
  background: var(--gl-teal-dark);
  color: #fff;
}

.gl-btn--ghost {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.gl-btn--ghost:hover,
.gl-btn--ghost:focus-visible {
  background: rgba(255, 255, 255, 0.2);
}

.gl-btn--dark {
  background: #fff;
  color: var(--gl-teal-dark);
  border: 1px solid #fff;
}

.gl-btn--dark:hover,
.gl-btn--dark:focus-visible {
  background: #f0fdfa;
}

/* —— Secciones —— */
.gl-wrap {
  max-width: var(--gl-max);
  margin: 0 auto;
  padding-left: clamp(1rem, 4vw, 1.75rem);
  padding-right: clamp(1rem, 4vw, 1.75rem);
}

.gl-section {
  padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.gl-section--muted {
  background: #f8fafc;
}

.gl-intro__title {
  font-size: clamp(1.45rem, 2.5vw, 1.85rem);
  font-weight: 700;
  text-align: center;
  margin: 0 0 0.5rem;
  line-height: 1.25;
}

.gl-intro__title em {
  font-style: normal;
  color: var(--gl-teal);
}

.gl-intro__lead {
  text-align: center;
  color: var(--gl-muted);
  max-width: 40rem;
  margin: 0 auto 2rem;
  font-size: 1.02rem;
  line-height: 1.6;
}

.gl-two-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 2.5rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--gl-text);
}

.gl-two-cols p {
  margin: 0;
}

@media (max-width: 720px) {
  .gl-two-cols {
    grid-template-columns: 1fr;
  }
}

/* —— Proceso (4 cajas) —— */
.gl-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

@media (max-width: 960px) {
  .gl-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .gl-process {
    grid-template-columns: 1fr;
  }
}

.gl-process--pair {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 42rem;
  margin-inline: auto;
}

@media (max-width: 640px) {
  .gl-process--pair {
    grid-template-columns: 1fr;
  }
}

.gl-process__card {
  border: 1px solid var(--gl-line);
  border-radius: var(--gl-radius);
  padding: 1.35rem 1.15rem;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.gl-process__card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.gl-process__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 8px;
  background: var(--gl-teal-soft);
  color: var(--gl-teal-dark);
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 0.85rem;
}

.gl-process__title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  line-height: 1.3;
}

.gl-process__text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--gl-muted);
}

/* —— Zigzag —— */
.gl-zigzag {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}

.gl-zigzag--reverse .gl-zigzag__visual {
  order: 2;
}

.gl-zigzag--reverse .gl-zigzag__body {
  order: 1;
}

@media (max-width: 880px) {
  .gl-zigzag {
    grid-template-columns: 1fr;
  }

  .gl-zigzag--reverse .gl-zigzag__visual {
    order: 0;
  }

  .gl-zigzag--reverse .gl-zigzag__body {
    order: 0;
  }
}

.gl-zigzag__visual {
  border-radius: var(--gl-radius);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #e2e8f0;
}

.gl-zigzag__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gl-zigzag__body h2 {
  font-size: clamp(1.35rem, 2.2vw, 1.65rem);
  font-weight: 700;
  margin: 0 0 0.35rem;
  line-height: 1.25;
}

.gl-zigzag__body h2 em {
  font-style: normal;
  color: var(--gl-teal);
}

.gl-zigzag__kicker {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--gl-teal);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 0.75rem;
}

.gl-zigzag__body p {
  margin: 0 0 1rem;
  line-height: 1.65;
  color: var(--gl-text);
}

.gl-zigzag__body p:last-child {
  margin-bottom: 0;
}

.gl-zigzag__body a {
  color: var(--gl-teal-dark);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.gl-zigzag__body a:hover,
.gl-zigzag__body a:focus-visible {
  color: var(--gl-teal);
}

/* —— Precios —— */
.gl-prices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

@media (max-width: 800px) {
  .gl-prices {
    grid-template-columns: 1fr;
    max-width: 22rem;
    margin: 0 auto;
  }
}

/* Dos tarifas centradas (p. ej. vectorización) */
.gl-prices--pair {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 46rem;
  margin-inline: auto;
}

@media (max-width: 800px) {
  .gl-prices--pair {
    grid-template-columns: 1fr;
    max-width: 22rem;
  }
}

.gl-price-card {
  border: 1px solid var(--gl-line);
  border-radius: var(--gl-radius);
  padding: 1.5rem 1.25rem;
  text-align: center;
  background: #fff;
}

.gl-price-card--accent {
  border-color: var(--gl-teal);
  box-shadow: 0 8px 28px rgba(38, 185, 154, 0.15);
}

.gl-price-card__label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gl-muted);
  margin: 0 0 0.35rem;
}

.gl-price-card__price {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--gl-teal-dark);
  margin: 0 0 0.25rem;
}

.gl-price-card__note {
  font-size: 0.88rem;
  color: var(--gl-muted);
  margin: 0 0 1rem;
}

/* —— Lista «por qué nosotros» —— */
.gl-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 46rem;
}

.gl-checklist li {
  position: relative;
  padding-left: 1.65rem;
  margin-bottom: 0.65rem;
  line-height: 1.55;
  font-size: 0.98rem;
}

.gl-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 2px;
  background: var(--gl-teal);
  box-shadow: 0 0 0 2px var(--gl-teal-soft);
}

.gl-checklist--center {
  max-width: 36rem;
  margin-inline: auto;
}

/* —— CTA band —— */
.gl-cta-band {
  position: relative;
  padding: clamp(2.75rem, 6vw, 4rem) 1.25rem;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.gl-cta-band__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, var(--gl-teal-dark) 0%, var(--gl-teal) 48%, #2dd4bf 100%);
  opacity: 1;
}

.gl-cta-band__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.12) 0%, transparent 45%),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 40%);
  pointer-events: none;
}

.gl-cta-band__inner {
  position: relative;
  z-index: 1;
  max-width: 36rem;
  margin: 0 auto;
}

.gl-cta-band h2 {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
  margin: 0 0 1rem;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.12);
}

/* —— Archivo / pie de página de página —— */
.gl-archival {
  padding: 2rem 0 3rem;
  font-size: 0.88rem;
  color: var(--gl-muted);
  text-align: center;
  border-top: 1px solid var(--gl-line);
}

.gl-archival a {
  color: var(--gl-teal-dark);
}

.gl-trust {
  text-align: center;
  padding: 2rem 0 0;
  color: var(--gl-muted);
  font-size: 0.95rem;
}

.gl-trust strong {
  color: var(--gl-text);
}

.gl-trust a {
  color: var(--gl-teal-dark);
  font-weight: 600;
}

.gl-text-block {
  max-width: 46rem;
  margin: 1.25rem auto 0;
  color: var(--gl-muted);
  font-size: 0.95rem;
  line-height: 1.65;
  text-align: center;
}

.gl-text-block a {
  color: var(--gl-teal-dark);
  font-weight: 600;
}

/* Cita / recomendación */
.gl-quote {
  margin: 0;
  padding: 1.25rem 1.5rem;
  border-left: 4px solid var(--gl-teal);
  background: var(--gl-teal-soft);
  font-style: italic;
  color: var(--gl-text);
  line-height: 1.65;
  border-radius: 0 var(--gl-radius) var(--gl-radius) 0;
}

.gl-quote p {
  margin: 0;
}

.gl-quote--after-cols {
  margin-top: 1.75rem;
}
