/* Gio Home: portada orientada a conversión */
.gio-home-hero,
.gio-home-hero .wpb_wrapper { margin: 0 !important; }
.gio-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  align-items: center;
  gap: clamp(24px, 5vw, 72px);
  min-height: 590px;
  padding: clamp(48px, 6vw, 92px) clamp(24px, 7vw, 110px);
  overflow: hidden;
  background: linear-gradient(135deg, #f8f4ef 0%, #eee4dc 100%);
  border-radius: 0 0 28px 28px;
}
.gio-hero__content { position: relative; z-index: 2; max-width: 680px; }
.gio-hero__eyebrow {
  margin: 0 0 14px;
  color: #87685d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
}
.gio-hero h1 {
  margin: 0 0 20px;
  color: #24201f;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.03;
  letter-spacing: -.035em;
  text-transform: none;
}
.gio-hero__lead {
  max-width: 590px;
  margin: 0 0 22px;
  color: #5f5753;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}
.gio-hero__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  color: #413b38;
  font-size: 15px;
  font-weight: 600;
}
.gio-hero__benefits li::before {
  content: "✓";
  margin-right: 7px;
  color: #7a5548;
  font-weight: 800;
}
.gio-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.gio-hero__actions a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border: 2px solid #292321;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}
.gio-hero__primary { background: #292321; color: #fff !important; }
.gio-hero__secondary { background: transparent; color: #292321 !important; }
.gio-hero__actions a:hover { transform: translateY(-2px); }
.gio-hero__primary:hover { background: #76564b; border-color: #76564b; }
.gio-hero__secondary:hover { background: #fff; }
.gio-hero__actions a:focus-visible {
  outline: 3px solid #c29b8d;
  outline-offset: 3px;
}
.gio-hero__visual { display: block; align-self: end; }
.gio-hero__visual img {
  display: block;
  width: min(100%, 620px);
  height: auto;
  margin: 0 auto -40px;
  filter: drop-shadow(0 28px 30px rgba(54, 42, 36, .15));
}

/* Acerca la compra a la parte visible de producto, carrito y checkout */
.single-product .page-header.parallax,
.woocommerce-cart .page-header.parallax,
.woocommerce-checkout .page-header.parallax { display: none !important; }
.single-product .cocoon-single-product-detail { padding-top: 42px; }
.single-product .product_title {
  margin-bottom: 14px;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.12;
  text-transform: none;
}
.single-product div.product .summary .price {
  margin-bottom: 18px;
  font-size: clamp(23px, 2.2vw, 30px);
}
.single-product form.cart .single_add_to_cart_button {
  min-height: 54px;
  padding: 13px 25px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
}
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce { padding-top: 32px; }
.gio-purchase-trust {
  margin: 14px 0 0;
  padding: 13px 15px;
  border: 1px solid #d9c8c0;
  border-radius: 7px;
  background: #fbf7f4;
  color: #3f3733;
  font-size: 14px;
  line-height: 1.5;
}

/* Reduce espacios excesivos y mejora lectura en móvil */
@media (max-width: 991px) {
  .gio-hero {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: 0;
    padding: 42px 28px 24px;
    border-radius: 0 0 20px 20px;
  }
  .gio-hero__content { max-width: 720px; }
  .gio-hero__visual { width: min(72%, 440px); margin: 12px auto 0; }
  .gio-hero__visual img { margin-bottom: -26px; }
}
@media (max-width: 767px) {
  .home .vc_row[class*="vc_custom_"],
  .home .vc_row_inner[class*="vc_custom_"] {
    padding-top: 52px !important;
    padding-bottom: 38px !important;
  }
  .gio-hero { padding: 34px 20px 18px; }
  .gio-hero h1 { font-size: clamp(34px, 10vw, 46px); }
  .gio-hero__lead { font-size: 17px; line-height: 1.48; }
  .gio-hero__benefits { display: grid; gap: 7px; margin-bottom: 24px; }
  .gio-hero__actions { display: grid; }
  .gio-hero__actions a { width: 100%; }
  .gio-hero__visual { width: min(85%, 390px); }
  .single-product .cocoon-single-product-detail { padding-top: 24px; }
  .single-product .product-summary { padding: 18px 20px 0; }
  .single-product form.cart .single_add_to_cart_button { width: 100%; }
  .woocommerce-cart .woocommerce,
  .woocommerce-checkout .woocommerce { padding: 18px 14px 0; }
}

.gio-checkout-assurances {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0 0 24px;
  padding: 18px 20px;
  border: 1px solid #dfd2cc;
  border-radius: 8px;
  background: #fbf8f5;
  color: #403936;
}
.gio-checkout-assurances strong {
  grid-column: 1 / -1;
  margin-bottom: 2px;
  font-size: 17px;
}
.gio-checkout-assurances span {
  position: relative;
  padding-left: 19px;
  font-size: 13px;
  line-height: 1.45;
}
.gio-checkout-assurances span::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: #7a5548;
  font-weight: 800;
}
@media (max-width: 767px) {
  .gio-checkout-assurances { grid-template-columns: 1fr; margin-bottom: 18px; }
  .gio-checkout-assurances strong { grid-column: auto; }
}