/* ===================================================================================================================
                                                    SERVICIO SOCIAL
====================================================================================================================== */
.service-social {
  padding: 260px 8%;
  position: relative;
  background:
    radial-gradient(circle at 20% 30%, rgba(7, 21, 45, 0.05), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(7, 21, 45, 0.03), transparent 50%),
    #F5F1E8;
}

.service-header {
  text-align: center;
  margin-bottom: 100px;
}

.service-eyebrow {
  letter-spacing: 5px;
  font-size: 17px;
  color: rgba(7, 21, 45, 0.9);
  opacity: .6;
  display: block;
  margin-bottom: 15px;
}

.service-header h2 {
  font-size: 58px;
  color: #07152d;
}

.service-card {
  display: grid;
  grid-template-columns: 80px 300px 1fr;
  align-items: center;
  gap: 25px;
  max-width: 1100px;
  margin: auto;
  background: linear-gradient(145deg, #0f2854, #07152d);
  border-radius: 30px;
  overflow: hidden;
  backdrop-filter: blur(20px);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.6);
}

.service-side {
  background: linear-gradient(180deg, #07152d, #020913);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-side span {
  transform: rotate(-90deg);
  font-size: 12px;
  letter-spacing: 3px;
  opacity: .6;
}

.service-image {
  height: 260px;
  background-size: cover;
  background-position: center;
  transition: all 0.6s ease;
}

.service-content {
  padding: 40px;
}

.service-content h3 {
  font-size: 28px;
  margin-bottom: 15px;
}

.service-content p {
  font-size: 15px;
  line-height: 1.7;
  opacity: .85;
}

.service-tags {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.service-tags span {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
}

.service-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 26px;
  border-radius: 50px;
  background: linear-gradient(135deg, #14b8a6, #0f766e);
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.service-btn:hover {
  transform: translateY(-3px);
}

.service-dots {
  margin-top: 20px;
  display: flex;
  gap: 8px;
}

.service-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}

.service-dots span.active {
  background: #14b8a6;
}

.service-btn-left {
  display: flex;
  justify-content: flex-start;
}

.service-social .vui-action {
  display: flex;
  justify-content: flex-start;
}

/* RESPONSIVE */
@media(max-width:900px) {

  .service-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .service-side {
    display: none;
  }

  .service-image {
    height: 220px;
  }

  .service-header h2 {
    font-size: 38px;
  }

}

@media(max-width:393px) {

  .service-social {
    padding: 140px 6% 180px;
  }

  .service-header {
    margin-bottom: 60px;
  }

  .service-eyebrow {
    font-size: 13px;
    letter-spacing: 3px;
    margin-bottom: 12px;
  }

  .service-header h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .service-card {
    grid-template-columns: 1fr;
    border-radius: 22px;
    overflow: hidden;
  }

  .service-side {
    display: none;
  }

  .service-image {
    height: 210px;
  }

  .service-content {
    padding: 24px 20px 30px;
    text-align: center;
  }

  .service-content h3 {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .service-content p {
    font-size: 13px;
    line-height: 1.7;
    text-align: justify;
  }

  .service-tags {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
  }

  .service-tags span {
    font-size: 11px;
    padding: 6px 10px;
  }

  .service-social .vui-action,
  .service-btn-left {
    width: 100%;
    justify-content: center;
    margin-top: 24px;
  }

  .service-btn {
    width: 100%;
    text-align: center;
    padding: 14px 20px;
    font-size: 14px;
  }

  .service-dots {
    justify-content: center;
    margin-top: 22px;
  }

}


/* ===================================================================================================================
                                                    VOLUNTARIADO
====================================================================================================================== */

.volunteer-pro-ui {
  padding: 260px 8%;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 30%, rgba(7, 21, 45, 0.05), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(7, 21, 45, 0.03), transparent 45%),
    #F5F1E8;
}

.volunteer-pro-ui::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.04) 45%, rgba(255, 255, 255, 0.07) 50%, rgba(255, 255, 255, 0.04) 55%, transparent 80%);
  pointer-events: none;
}

.vui-header {
  text-align: center;
  margin-bottom: 100px;
}

.vui-eyebrow {
  letter-spacing: 5px;
  font-size: 18px;
  color: rgba(7, 21, 45, 0.6);
  display: block;
  margin-bottom: 15px;
}

.vui-header h2 {
  font-size: 64px;
  color: #07152d;
}

.volunteer-pro-container {
  max-width: 1200px;
  max-height: 1400px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.volunteer-ui-card {
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #0f2854, #07152d);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  transition: all 0.4s ease;
}

.volunteer-ui-card:hover {
  transform: translateY(-6px) scale(1.01);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.vui-image {
  position: relative;
  height: 260px;
}

.vui-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vui-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.65));
}

.vui-tag {
  position: absolute;
  top: 18px;
  left: 18px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  padding: 7px 14px;
  border-radius: 20px;
  font-size: 11px;
  letter-spacing: 1px;
  color: #fff;
}

.vui-bottom {
  display: grid;
  grid-template-columns: 110px 1fr 150px;
  align-items: center;
  background: rgba(0, 0, 0, 0.45);
}

.vui-side {
  background: rgba(255, 255, 255, 0.04);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.6);
}

.vui-info {
  padding: 27px;
}

.vui-info h3 {
  font-size: 26px;
  margin-bottom: 8px;
  margin-bottom: 16px;
}

.vui-info p {
  font-size: 17px;
  text-align: justify;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 16px;
}

.vui-meta {
  display: flex;
  gap: 14px;
  font-size: 12px;
  opacity: 0.7;
}

.vui-action {
  display: flex;
  justify-content: center;
  align-items: center;
}

.vui-action a {
  margin-right: 8px;
}

/* RESPONSIVE */

@media(max-width:768px) {

  .vui-bottom {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }

  .vui-side {
    display: none;
  }

  .vui-action {
    justify-content: flex-start;
  }
}

@media(max-width:430px) {

  .volunteer-pro-ui {
    padding: 140px 7% 220px;
  }

  /* CARD MÁS ALTA */
  .volunteer-ui-card {
    overflow: visible;
  }

  .vui-image {
    height: 200px;
  }

  .vui-bottom {
    padding: 10px 10px 28px;
  }

  .vui-info {
    padding: 22px 20px 10px;
  }

  .vui-info h3 {
    font-size: 18px;
  }

  .vui-info p {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 22px;
  }

  /* BOTÓN MÁS VISIBLE */
  .vui-action {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }

  .vui-action a {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }

}

/* ===================================================================================================================
                                                    hero - voluntario
====================================================================================================================== */

.volunteer-hero {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

/* BACKGROUND */
.vh-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: opacity 0.6s ease;
}

/* overlay oscuro */
.vh-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), transparent);
}

/* FADE */
.vh-bg.fade-out {
  opacity: 0;
}

/* CONTENT */
.vh-content {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  z-index: 2;
}

.vh-location {
  font-size: 12px;
  letter-spacing: 3px;
  opacity: .7;
}

.vh-content h1 {
  font-size: 80px;
  line-height: 0.9;
  margin: 20px 0;
}

.vh-content p {
  max-width: 400px;
  opacity: .8;
}

/* CARDS */
.vh-cards {
  position: absolute;
  bottom: 60px;
  right: 8%;
  display: flex;
  gap: 20px;
  z-index: 3;
}

.vh-card {
  width: 160px;
  height: 220px;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: all 0.4s ease;
}

.vh-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vh-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.vh-card span {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 14px;
  z-index: 2;
}

/* ACTIVE */
.vh-card.active {
  transform: scale(1.1);
}

/* FLECHAS */
.vh-nav {
  position: absolute;
  bottom: 40px;
  left: 8%;
  display: flex;
  gap: 15px;
  z-index: 5;
}

.vh-nav button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  color: white;
  cursor: pointer;
}

.vh-nav button:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media(max-width:1100px) {

  .vh-content {
    left: 6%;
    top: 45%;
  }

  .vh-content h1 {
    font-size: 56px;
    line-height: 1;
  }

  .vh-content p {
    max-width: 350px;
    font-size: 15px;
  }

  /* CARDS más compactas */
  .vh-cards {
    right: 5%;
    bottom: 40px;
    gap: 15px;
  }

  .vh-card {
    width: 130px;
    height: 180px;
  }

  /* flechas */
  .vh-nav {
    left: 6%;
    bottom: 30px;
  }

  .vh-nav button {
    width: 40px;
    height: 40px;
  }
}


@media(max-width:430px) {

  .vh-cards {
    right: 50%;
    transform: translateX(50%);

    bottom: 100px;
    /* 🔥 antes estaba como 20px */
    gap: 10px;
  }

  .vh-card {
    width: 90px;
    /* 🔥 más pequeñas */
    height: 130px;
  }

  .vh-card span {
    font-size: 11px;
  }

  /* quitar zoom exagerado */
  .vh-card.active {
    transform: scale(1.05);
  }

}

/* ===================================================================================================================
                                                HERO  TIENDA
====================================================================================================================== */
.funzel-hero {
  position: relative;
  height: 90vh;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
}

.funzel-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 80%, rgba(0, 200, 150, .15), transparent 40%);
  pointer-events: none;
}

.funzel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 0;
  transition: opacity 1s ease, transform 1.2s ease;
  transform: scale(1.05);
}

.funzel-slide.active {
  opacity: 1;
  z-index: 2;
  transform: scale(1);
}

.funzel-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.funzel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .85), rgba(0, 0, 0, .2));
}

.funzel-content {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  color: white;
  max-width: 600px;
  z-index: 3;
  pointer-events: none;
}

.funzel-content h1 {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 15px;
}

.funzel-content h1 span {
  color: #00c896;
}

.funzel-content p {
  font-size: 17px;
  line-height: 1.6;
  opacity: .9;
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: .8s ease;
}

.funzel-slide.active .reveal {
  opacity: 1;
  transform: translateY(0);
}

.funzel-actions {
  display: flex;
  gap: 15px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.funzel-btn {
  pointer-events: all;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 500;
  transition: all .3s ease;
  font-size: 15px;
}

.funzel-btn.primary {
  background: linear-gradient(135deg, #00c896, #00a87e);
  color: white;
  position: relative;
  overflow: hidden;
}

.funzel-btn.primary:hover {
  transform: translateY(-3px);
}

.funzel-btn.primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, .3), transparent);
  opacity: 0;
  transition: .3s;
}

.funzel-btn.primary:hover::after {
  opacity: 1;
}

.funzel-btn.ghost {
  border: 1px solid rgba(255, 255, 255, .3);
  color: white;
  backdrop-filter: blur(10px);
}

.funzel-btn.ghost:hover {
  background: rgba(255, 255, 255, .1);
}

.funzel-products {
  position: absolute;
  right: 40px;
  bottom: 140px;
  display: flex;
  gap: 15px;
  z-index: 5;
}

.product-card {
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(10px);
  padding: 15px;
  border-radius: 15px;
  color: white;
  font-size: 12px;
  transition: .3s;
  cursor: pointer;
}

.product-card:hover {
  transform: translateY(-5px) scale(1.05);
}

.funzel-nav {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
}

.funzel-nav span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  pointer-events: all;
  padding: 12px;
  color: white;
  font-size: 20px;
  background: rgba(255, 255, 255, .1);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  transition: .3s;
}

.funzel-nav span:hover {
  background: rgba(255, 255, 255, .2);
}

#funzel-prev {
  left: 20px;
}

#funzel-next {
  right: 20px;
}

.funzel-dots {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.funzel-dot {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, .4);
  border-radius: 50%;
}

.funzel-dot.active {
  background: #00c896;
}

.funzel-impact-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 20px;
  background: rgba(0, 0, 0, .6);
  backdrop-filter: blur(10px);
}

.funzel-impact-bar div {
  text-align: center;
  color: white;
}

.funzel-scroll {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, .6);
  border-radius: 20px;
}

.funzel-scroll span {
  display: block;
  width: 4px;
  height: 8px;
  background: white;
  margin: 6px auto;
  border-radius: 2px;
  animation: scrollMove 1.5s infinite;
}

@keyframes scrollMove {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}

/* RESPONSIVE */

@media(max-width:768px) {

  .funzel-hero {
    height: 80vh;
  }

  .funzel-content {
    left: 5%;
    max-width: 90%;
    top: 55%;
  }

  .funzel-content h1 {
    font-size: 34px;
  }

  .funzel-content p {
    font-size: 15px;
  }

  .funzel-actions {
    flex-direction: column;
    width: 100%;
  }

  .funzel-btn {
    width: 100%;
  }

  .funzel-products {
    display: none;
  }

  .funzel-impact-bar {
    flex-direction: column;
    gap: 10px;
  }

  .funzel-scroll {
    bottom: 90px;
  }

}

@media(max-width:430px) {

  .funzel-hero {
    height: 100vh;
  }

  .funzel-overlay {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, .82),
      rgba(0, 0, 0, .45)
    );
  }

  .funzel-content {
    left: 6%;
    right: 6%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    text-align: center;
  }

  .funzel-content h1 {
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 16px;
  }

  .funzel-content p {
    font-size: 14px;
    line-height: 1.7;
    opacity: .92;
  }

  .funzel-actions {
    flex-direction: column;
    width: 100%;
    gap: 14px;
    margin-top: 28px;
    padding: 0 12px;
    box-sizing: border-box;
  }

  .funzel-btn {
    width: 100%;
    padding: 15px 18px;
    font-size: 14px;
    box-sizing: border-box;
  }

  .funzel-products {
    display: none;
  }

  .funzel-nav span {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0;
  }

  #funzel-prev {
    left: 10px;
  }

  #funzel-next {
    right: 10px;
  }

  .funzel-dots {
    bottom: 145px;
    gap: 8px;
  }

  .funzel-dot {
    width: 8px;
    height: 8px;
  }

  .funzel-impact-bar {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    padding: 18px 10px 24px;
  }

  .funzel-impact-bar div {
    width: 45%;
  }

  .funzel-impact-bar strong {
    font-size: 16px;
  }

  .funzel-impact-bar span,
  .funzel-impact-bar p {
    font-size: 11px;
  }

  .funzel-scroll {
    display: none;
  }

}
/* ===================================================================================================================
                                                MAIN  TIENDA
====================================================================================================================== */

.funzel-store {
  padding: 120px 8%;
  background: #F7F6F2;
}

.store-header {
  max-width: 700px;
  margin-bottom: 80px;
}

.store-eyebrow {
  font-size: 17px;
  letter-spacing: 4px;
  color: #6b7280;
  display: block;
  margin-bottom: 15px;
}

.store-header h2 {
  font-size: 55px;
  line-height: 1.2;
  color: #07152d;
  font-weight: 600;
  margin-bottom: 15px;
}

.store-header h2 span {
  color: #00c896;
}

.store-header p {
  font-size: 20px;
  color: #6b7280;
  line-height: 1.6;
}

.store-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.store-card.large {
  grid-column: span 2;
  height: 420px;
}

.store-card.small {
  grid-column: span 1;
  height: 200px;
}

.store-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  cursor: pointer;
  background: #000;
  display: block;
  text-decoration: none;
  color: inherit;
}

.store-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-stickers {
  object-position: center 90%;
}

.img-llavero {
  object-position: center 80%;
}

.img-ecko {
  object-position: center 35%;
}

.img-tote {
  object-position: center 90%;
}

.store-card:hover img {
  transform: scale(1.05);
}

.store-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, .7),
      rgba(0, 0, 0, .2),
      transparent);
}

.store-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
}

.store-content h3 {
  font-size: 28px;
  margin-bottom: 8px;
  font-weight: 600;
}

.store-content h4 {
  font-size: 18px;
  font-weight: 500;
}

.store-content a {
  display: inline-block;
  font-size: 13px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, .2);
  border-radius: 20px;
  text-decoration: none;
  color: white;
  backdrop-filter: blur(10px);
  transition: .3s ease;
}

.store-content a:hover {
  background: rgba(255, 255, 255, .35);
}

/* RESPONSIVE */
@media (max-width: 900px) {

  .store-grid {
    grid-template-columns: 1fr 1fr;
  }

  .store-card.large {
    grid-column: span 2;
    height: 300px;
  }

  .store-card.small {
    height: 180px;
  }

}

@media (max-width: 500px) {

  .store-grid {
    grid-template-columns: 1fr;
  }

  .store-card.large,
  .store-card.small {
    grid-column: span 1;
    height: 220px;
  }

  .store-header h2 {
    font-size: 28px;
  }

}

/* ===================================================================================================================
                                                10% OFF  TIENDA
====================================================================================================================== */

.funzel-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .4s ease;
}

.funzel-modal.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.funzel-modal-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 800px;
  max-width: 95%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  transform: translateY(40px) scale(.95);
  transition: .4s ease;
}

.funzel-modal.show .funzel-modal-box {
  transform: translateY(0) scale(1);
}

.funzel-modal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.funzel-modal-content {
  padding: 50px 40px;
}

.funzel-modal-content h2 {
  font-size: 36px;
  color: #07152d;
  font-weight: 600;
}

.funzel-modal-content h2 span {
  color: #00c896;
}

.funzel-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.funzel-form input {
  padding: 14px;
  border-radius: 30px;
  border: 1px solid #ddd;
}

.funzel-form button {
  padding: 14px;
  border-radius: 30px;
  border: none;
  background: linear-gradient(135deg, #00c896, #00a87e);
  color: white;
  cursor: pointer;
}

.funzel-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}

/* ===================================================================================================================
                                              ACCESORIO TIENDA
====================================================================================================================== */
.fz-shop {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  padding: 80px 8%;
  background: #ffffff;
  font-family: 'Inter', sans-serif;
  color: #07152d;
}

.fz-sidebar {
  background: #f9fafb;
  padding: 20px;
  border-radius: 12px;
}

.fz-filter-title {
  background: #07152d;
  color: white;
  padding: 10px;
  border-radius: 8px;
  font-size: 17px;
}

.fz-filter-group {
  margin-top: 20px;
}

.fz-filter-group h4 {
  font-size: 17px;
  margin-bottom: 10px;
  color: #07152d;
}

.fz-filter-group label {
  display: block;
  font-size: 15px;
  color: #374151;
  margin-bottom: 6px;
  cursor: pointer;
}

.fz-main h2 {
  font-size: 45px;
  margin-bottom: 20px;
}

.fz-intro {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  align-items: flex-start;
}

.fz-intro img {
  width: 240px;
  border-radius: 12px;
  flex-shrink: 0;
}

.fz-intro-content {
  display: flex;
  flex-direction: column;
  max-width: 520px;
}

.fz-intro p {
  font-size: 20px;
  text-align: justify;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 12px;
}

.fz-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fz-tags span {
  font-size: 15px;
  padding: 6px 12px;
  border-radius: 20px;
  background: #f1f5f9;
  color: #07152d;
  transition: .3s;
}

.fz-tags span:hover {
  background: #00c896;
  color: white;
}

.fz-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.fz-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #f1f5f9;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  transition: all .3s ease;
  text-decoration: none;
  color: inherit;
}

.fz-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.fz-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.fz-card h4 {
  margin: 12px 12px 5px;
  font-size: 18px;
}

.fz-card p {
  margin: 0 15px;
  font-size: 13px;
  color: #6b7280;
  flex-grow: 1;
}

.fz-card span {
  margin: 10px 12px 15px;
  font-weight: bold;
  font-size: 17px;
}

input[type="radio"],
input[type="checkbox"] {
  accent-color: #00c896;
}

/* RESPONSIVE */

@media(max-width:900px) {

  .fz-shop {
    grid-template-columns: 1fr;
  }

  .fz-intro {
    flex-direction: column;
  }

  .fz-intro img {
    width: 100%;
  }

  .fz-grid {
    grid-template-columns: 1fr 1fr;
  }

}


/* ===================================================================================================================
                                              TOTEBAGS TIENDA
====================================================================================================================== */

.tb-shop {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  padding: 80px 8%;
  background: #ffffff;
  font-family: 'Inter', sans-serif;
  color: #07152d;
}

.tb-sidebar {
  background: #f9fafb;
  padding: 20px;
  border-radius: 12px;
}

.tb-filter-title {
  background: #07152d;
  color: white;
  padding: 10px;
  border-radius: 8px;
  font-size: 17px;
}

.tb-filter-group {
  margin-top: 20px;
}

.tb-filter-group h4 {
  font-size: 17px;
  margin-bottom: 10px;
}

.tb-filter-group label {
  display: block;
  font-size: 15px;
  color: #374151;
  margin-bottom: 6px;
}

.tb-main h2 {
  font-size: 45px;
  margin-bottom: 20px;
}

.tb-intro {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}

.tb-intro img {
  width: 240px;
  border-radius: 12px;
}

.tb-intro-content {
  display: flex;
  flex-direction: column;
  max-width: 520px;
}

.tb-intro p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 12px;
  color: #4b5563;
}

.tb-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tb-tags span {
  font-size: 15px;
  padding: 6px 12px;
  border-radius: 20px;
  background: #f1f5f9;
}

/* GRID */
.tb-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.tb-card {
  background: white;
  border-radius: 12px;
  border: 1px solid #eee;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: .3s;
  text-decoration: none;
  color: inherit;
}

.tb-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.tb-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.tb-card h4 {
  margin: 10px;
}

.tb-card p {
  margin: 0 10px;
  font-size: 16px;
  color: #6b7280;
  flex-grow: 1;
}

.tb-card span {
  margin: 10px;
  font-weight: bold;
}

/* RESPONSIVE */
@media(max-width:900px) {
  .tb-shop {
    grid-template-columns: 1fr;
  }

  .tb-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tb-intro {
    flex-direction: column;
  }

  .tb-intro img {
    width: 100%;
  }
}

/* ===================================================================================================================
                                              STICKERS TIENDA
====================================================================================================================== */
.st-shop {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  padding: 80px 8%;
  background: #ffffff;
  font-family: 'Inter', sans-serif;
  color: #07152d;
}

/* SIDEBAR */
.st-sidebar {
  background: #f9fafb;
  padding: 20px;
  border-radius: 12px;
}

.st-filter-title {
  background: #07152d;
  color: white;
  padding: 10px;
  border-radius: 8px;
}

.st-filter-group {
  margin-top: 20px;
}

.st-filter-group h4 {
  font-size: 17px;
  margin-bottom: 10px;
}

.st-filter-group label {
  display: block;
  font-size: 15px;
  margin-bottom: 6px;
}

/* MAIN */
.st-main h2 {
  font-size: 45px;
  margin-bottom: 20px;
}

/* INTRO */
.st-intro {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}

.st-intro img {
  width: 240px;
  border-radius: 12px;
}

.st-intro-content {
  display: flex;
  flex-direction: column;
  max-width: 520px;
}

.st-intro p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 12px;
  color: #4b5563;
}

/* TAGS */
.st-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.st-tags span {
  font-size: 15px;
  padding: 6px 12px;
  border-radius: 20px;
  background: #f1f5f9;
}

/* GRID */
.st-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.st-card {
  background: white;
  border-radius: 12px;
  border: 1px solid #eee;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: .3s;
  text-decoration: none;
  color: inherit;
}

.st-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.st-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.st-card h4 {
  margin: 10px;
}

.st-card p {
  margin: 0 10px;
  font-size: 16px;
  color: #6b7280;
  flex-grow: 1;
}

.st-card span {
  margin: 10px;
  font-weight: bold;
}

/* RESPONSIVE */
@media(max-width:900px) {

  .st-shop {
    grid-template-columns: 1fr;
  }

  .st-intro {
    flex-direction: column;
  }

  .st-intro img {
    width: 100%;
  }

  .st-grid {
    grid-template-columns: 1fr 1fr;
  }

}

/* ===================================================================================================================
                                              LLAVEROS TIENDA
====================================================================================================================== */


.lv-shop {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  padding: 80px 8%;
  background: #ffffff;
  font-family: 'Inter', sans-serif;
  color: #07152d;
}

/* SIDEBAR */
.lv-sidebar {
  background: #f9fafb;
  padding: 20px;
  border-radius: 12px;
}

.lv-filter-title {
  background: #07152d;
  color: white;
  padding: 10px;
  border-radius: 8px;
}

.lv-filter-group {
  margin-top: 20px;
}

.lv-filter-group h4 {
  font-size: 17px;
  margin-bottom: 10px;
}

.lv-filter-group label {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}

/* MAIN */
.lv-main h2 {
  font-size: 45px;
  margin-bottom: 20px;
}

/* INTRO */
.lv-intro {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}

.lv-intro img {
  width: 240px;
  border-radius: 12px;
}

.lv-intro-content {
  display: flex;
  flex-direction: column;
  max-width: 520px;
}

.lv-intro p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 12px;
  color: #4b5563;
}

/* TAGS */
.lv-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.lv-tags span {
  font-size: 15px;
  padding: 6px 12px;
  border-radius: 20px;
  background: #f1f5f9;
}

/* GRID */
.lv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.lv-card {
  background: white;
  border-radius: 12px;
  border: 1px solid #eee;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: .3s;
  text-decoration: none;
  color: inherit;
}

.lv-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.lv-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.lv-card h4 {
  margin: 10px;
}

.lv-card p {
  margin: 0 10px;
  font-size: 16px;
  color: #6b7280;
  flex-grow: 1;
}

.lv-card span {
  margin: 10px;
  font-weight: bold;
}

/* RESPONSIVE */
@media(max-width:900px) {

  .lv-shop {
    grid-template-columns: 1fr;
  }

  .lv-intro {
    flex-direction: column;
  }

  .lv-intro img {
    width: 100%;
  }

  .lv-grid {
    grid-template-columns: 1fr 1fr;
  }

}

/* ===================================================================================================================
                                              ECKO TIENDA
====================================================================================================================== */

.ek-shop {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  padding: 80px 8%;
  background: #ffffff;
  font-family: 'Inter', sans-serif;
  color: #07152d;
}

/* SIDEBAR */
.ek-sidebar {
  background: #f9fafb;
  padding: 20px;
  border-radius: 12px;
}

.ek-filter-title {
  background: #07152d;
  color: white;
  padding: 10px;
  border-radius: 8px;
}

.ek-filter-group {
  margin-top: 20px;
}

.ek-filter-group h4 {
  font-size: 17px;
  margin-bottom: 10px;
}

.ek-filter-group label {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}

/* MAIN */
.ek-main h2 {
  font-size: 45px;
  margin-bottom: 20px;
}

/* INTRO */
.ek-intro {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}

.ek-intro img {
  width: 240px;
  border-radius: 12px;
}

.ek-intro-content {
  display: flex;
  flex-direction: column;
  max-width: 520px;
}

.ek-intro p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 12px;
  color: #4b5563;
}

/* TAGS */
.ek-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.ek-tags span {
  font-size: 15px;
  padding: 6px 12px;
  border-radius: 20px;
  background: #f1f5f9;
}

/* GRID */
.ek-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.ek-card {
  background: white;
  border-radius: 12px;
  border: 1px solid #eee;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: .3s;
  text-decoration: none;
  color: inherit;
}

.ek-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.ek-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.ek-card h4 {
  margin: 10px;
}

.ek-card p {
  margin: 0 10px;
  font-size: 16px;
  color: #6b7280;
  flex-grow: 1;
}

.ek-card span {
  margin: 10px;
  font-weight: bold;
}

/* RESPONSIVE */
@media(max-width:900px) {

  .ek-shop {
    grid-template-columns: 1fr;
  }

  .ek-intro {
    flex-direction: column;
  }

  .ek-intro img {
    width: 100%;
  }

  .ek-grid {
    grid-template-columns: 1fr 1fr;
  }

}

/* ===================================================================================================================
                                             GALERIA HERO
====================================================================================================================== */

.gallery-hero-pro .vh-bg {
  transition: all 1.2s ease;
  transform: scale(1.05);
}

/* overlay cinematic */
.gallery-hero-pro::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.7));
  z-index: 1;
}

.gallery-hero-pro .vh-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
}

/* eyebrow */
.gallery-hero-pro .vh-location {
  letter-spacing: 3px;
  font-size: 12px;
  color: #00c896;
}

/* título más editorial */
.gallery-hero-pro h1 {
  font-size: 68px;
  line-height: 1.1;
  margin: 20px 0;
}

/* texto más suave */
.gallery-hero-pro p {
  color: #e5e7eb;
  font-size: 16px;
}

/* cards estilo natgeo */
.gallery-hero-pro .vh-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  transition: 0.4s;
}

.gallery-hero-pro .vh-card img {
  transition: 0.6s;
}

.gallery-hero-pro .vh-card:hover img {
  transform: scale(1.1);
}

.gallery-hero-pro .vh-card span {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.6);
  padding: 4px 10px;
  border-radius: 20px;
}

/* botón pro */
.gallery-hero-pro .vh-nav button {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
}

.gallery-hero-pro .vh-nav button:hover {
  background: #00c896;
}

/* responsive */
@media(max-width:768px) {
  .gallery-hero-pro h1 {
    font-size: 42px;
  }
}

/* =========================
   GALLERY PRO (EDITORIAL)
========================= */

.gallery-pro {
  padding: 80px 8%;
  background: #ffffff;
  color: #07152d;
}

/* TOP */
.gallery-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.gallery-top h3 {
  font-size: 22px;
}

.gallery-top input {
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #ddd;
  width: 280px;
}

/* TABS */
.gallery-tabs {
  display: flex;
  gap: 25px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}

.tab {
  background: none;
  border: none;
  padding: 10px 0;
  cursor: pointer;
  font-weight: 500;
  color: #6b7280;
  position: relative;
}

.tab.active {
  color: #07152d;
}

.tab.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #00c896;
}

/* GRID (MASONRY) */
.gallery-grid {
  column-count: 3;
  column-gap: 20px;
}

.gallery-card {
  break-inside: avoid;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

/* IMAGEN */
.gallery-card img {
  width: 100%;
  display: block;
  border-radius: 10px;
  transition: 0.5s;
}

/* HOVER */
.gallery-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  color: white;
  opacity: 0;
  transition: 0.3s;
}

.gallery-card:hover img {
  transform: scale(1.05);
}

.gallery-card:hover .gallery-overlay {
  opacity: 1;
}

/* RESPONSIVE */
@media(max-width:900px) {
  .gallery-grid {
    column-count: 2;
  }
}

@media(max-width:600px) {
  .gallery-grid {
    column-count: 1;
  }

  .gallery-top {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
}

/* ===================================================================================================================
                                             CONTACTANOS
====================================================================================================================== */
.contact-pro {
  padding: 100px 8%;
  background: #f7f7f7;
}

/* GRID */
.contact-container {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 60px;
  align-items: stretch;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.8s ease forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* BOX IZQUIERDO */
.contact-box {
  background: #07152d;
  color: white;
  padding: 50px 40px;
  border-radius: 12px;
}

.contact-box h3 {
  margin-bottom: 30px;
  font-size: 28px;
}

/* ITEMS */
.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  font-size: 18px;
}

.contact-item i {
  color: #00c896;
}

/* FORM */
.contact-form-box {
  background: white;
  padding: 50px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.contact-form-box h2 {
  font-size: 45px;
  margin-bottom: 10px;
}

.contact-form-box p {
  color: #6b7280;
  margin-bottom: 25px;
}

/* INPUTS */
form input,
form textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  font-size: 18px;
}

form textarea {
  min-height: 120px;
  resize: none;
}

/* ROW */
.form-row {
  display: flex;
  gap: 15px;
}

.form-row input {
  flex: 1;
}

/* BOTON */
form button {
  background: #07152d;
  color: white;
  border: none;
  padding: 14px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

form button:hover {
  background: #00c896;
}

/* RESPONSIVE */
@media(max-width:900px) {
  .contact-container {
    grid-template-columns: 1fr;
  }

  .form-row {
    flex-direction: column;
  }
}

.contact-map-clean {
  background: #ffffff;
  padding: 80px 8%;
}

.map-container {
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.map-container iframe {
  width: 100%;
  height: 400px;
  border: 0;

  filter: grayscale(100%) contrast(0.95) brightness(0.85);
  transition: all 0.6s ease;
}

.map-container:hover iframe {
  filter: grayscale(0%) contrast(1) brightness(1);
}

.contact-social-clean {
  background: #ffffff;
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 25px 0 60px;
}

.contact-social-clean a {
  color: #07152d;
  font-size: 14px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 50%;
  transition: 0.3s;
}

.contact-social-clean a:hover {
  background: #07152d;
  color: white;
  border-color: #07152d;
}