:root{
  --primary:#5A2E50;
  --secondary:#8C4A6B;
  --dark:#0f0f0f;
  --light:#f5f5f5;
  --gold:#C9A86A;
}

body{
  font-family: 'Roboto Slab', serif;
  background: var(--dark);
  color: var(--light);
}

h1,h2,span{
  font-family: 'Playfair Display', serif;
  letter-spacing:1px;
}

.section{
  padding:100px 0;
}

.section-title{
  text-align:center;
  margin-bottom:50px;
}

/* HERO */
.hero{
  position:relative;
  height:100vh;
  overflow:hidden;
}

.hero video{
  width:100%;
  height:100%;
  object-fit:cover;
}

.hero-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.65);
}

.hero-content{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
}

.hero-logo{
  width:220px;
  margin-bottom:20px;
}

/* REGIONES & DESTINOS CARDS */
.region-card,
.destino-card{
  position:relative;
  height:320px;
  border-radius:20px;
  background-size:cover;
  background-position:center;
  overflow:hidden;
  cursor:pointer;
  transition:.6s ease;
  box-shadow:0 20px 40px rgba(0,0,0,.6);
}

.region-card span,
.destino-card span{
  position:absolute;
  bottom:30px;
  left:30px;
  font-size:26px;
  color:white;
  z-index:2;
  text-shadow:0 4px 15px rgba(0,0,0,.9);
}

.region-overlay,
.destino-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    to top,
    rgba(0,0,0,.85),
    rgba(0,0,0,.25),
    rgba(0,0,0,.15)
  );
  transition:.6s;
}

.region-card:hover,
.destino-card:hover{
  transform:scale(1.05);
}

.region-card:hover .region-overlay,
.destino-card:hover .destino-overlay{
  background:linear-gradient(
    to top,
    rgba(90,46,80,.9),
    rgba(0,0,0,.4)
  );
}

/* BOTÓN PREMIUM */
.btn-premium{
  background:linear-gradient(135deg,var(--primary),var(--secondary));
  color:white;
  padding:14px 40px;
  border-radius:50px;
  border:none;
  font-size:18px;
  transition:.4s;
  text-decoration:none;
}

.btn-premium:hover{
  background:linear-gradient(135deg,var(--gold),var(--primary));
  transform:translateY(-3px);
  color:black;
}

/* QUIENES SOMOS PREMIUM */
/* FONDO PREMIUM Y TEXTURA */
.quienes-somos-premium {
  background: linear-gradient(160deg, rgba(26,10,15,0.95), rgba(90,46,80,0.95)), 
              url('images/fondo-vino-textura.jpg') no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 120px 0;
  position: relative;
}

/* TEXTO CENTRAL PREMIUM */
.premium-text {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  max-width: 750px;
  margin: 0 auto 80px auto;
  line-height: 1.8;
  text-shadow: 0 6px 20px rgba(0,0,0,0.7);
}

/* TEAM */
.team-row {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

.team-member {
  text-align: center;
  position: relative;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.team-member:hover {
  transform: translateY(-10px);
}

/* FOTO CIRCULAR CON GLOW */
.team-photo-wrap {
  position: relative;
  width: 260px;   /* antes 180px */
  height: 260px;  /* antes 180px */
  margin: 0 auto 20px;
}

.team-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid rgba(201,168,106,0.9); /* dorado premium */
  z-index: 2;
  position: relative;
  box-shadow: 0 0 30px rgba(201,168,106,0.8);
  transition: transform 0.5s ease;
}

.photo-glow {
  position: absolute;
  top: -20px;      /* antes -15px */
  left: -20px;     /* antes -15px */
  width: 300px;    /* antes 210px */
  height: 300px;   /* antes 210px */
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,168,106,0.5) 0%, rgba(90,46,80,0) 70%);
  z-index: 1;
  filter: blur(15px);
  transition: all 0.5s ease;
}

.team-member:hover .team-photo {
  transform: scale(1.05);
}

.team-member:hover .photo-glow {
  transform: scale(1.1);
}

/* NOMBRE Y ROL */
.team-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.team-role {
  font-family: 'Roboto Slab', serif;
  font-size: 1rem;
  opacity: 0.85;
}


/* BENEFICIOS PREMIUM COMO MEDALLAS */
.beneficios-premium {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.beneficio-medalla {
  background: rgba(201,168,106,0.9);
  color: #0f0f0f;
  font-weight: 600;
  padding: 20px 30px;
  border-radius: 50px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.6);
  font-size: 1.1rem;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.beneficio-medalla:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.7);
}


/* BENEFICIOS */
.beneficio{
  background:linear-gradient(135deg,var(--primary),var(--secondary));
  padding:25px;
  border-radius:15px;
  box-shadow:0 10px 30px rgba(0,0,0,.4);
}

/* NAVBAR PREMIUM */
.navbar-premium {
  background: rgba(15,15,15,0.85); /* vidrio oscuro semi-transparente */
  backdrop-filter: blur(8px);       /* efecto vidrio sutil */
  padding: 18px 0;
  transition: all 0.4s ease;
  font-family: 'Playfair Display', serif;
  letter-spacing: 1px;
  z-index: 9999;
  box-shadow: 0 5px 20px rgba(0,0,0,0.5);
}

/* LOGO LIMPIO, SIN EFECTO CUADRADO */
.navbar-logo {
  height: 45px;
  width: auto;
  object-fit: contain;
}

/* LINKS */
.navbar-premium .nav-link {
  color: white;
  margin-left: 25px;
  font-size: 1rem;
  position: relative;
  transition: color 0.3s ease;
}

.navbar-premium .nav-link::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: width 0.3s;
  margin-top: 5px;
}

.navbar-premium .nav-link:hover::after {
  width: 100%;
}

.navbar-premium .nav-link:hover {
  color: var(--primary);
}

/* TOGGLER */
.navbar-premium .navbar-toggler {
  border: none;
}

.navbar-premium .navbar-toggler-icon {
  background-image: none;
  width: 28px;
  height: 3px;
  background-color: #fff;
  position: relative;
}

.navbar-premium .navbar-toggler-icon::before,
.navbar-premium .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 28px;
  height: 3px;
  background-color: #fff;
}

.navbar-premium .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-premium .navbar-toggler-icon::after {
  top: 8px;
}



/* B2B PREMIUM */
.b2b-premium {
  background: linear-gradient(135deg, rgba(201,168,106,0.95), rgba(218,182,120,0.95));
  color: var(--dark);
  padding: 120px 0;
  position: relative;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 15px 50px rgba(0,0,0,0.4);
}

/* TEXTO */
.b2b-premium .section-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  margin-bottom: 25px;
  color: var(--dark);
}

.b2b-text {
  font-family: 'Roboto Slab', serif;
  font-size: 1.2rem;
  max-width: 650px;
  margin: 0 auto 40px auto;
  line-height: 1.8;
  color: var(--dark);
}

/* BOTÓN */
.btn-b2b {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: white;
  padding: 14px 45px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.4s ease;
}

.btn-b2b:hover {
  background: linear-gradient(135deg, var(--gold), var(--primary));
  color: black;
  transform: translateY(-3px);
}


/* FOOTER */
.footer-premium {
  background: var(--dark);
  color: var(--light);
  padding: 100px 0 40px 0;
  font-family: 'Roboto Slab', serif;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  align-items: start;
}

.footer-logo {
  width: 140px;
  margin-bottom: 20px;
}

.footer-tagline {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
}

.footer-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  margin-bottom: 20px;
  letter-spacing: 1px;
  color: var(--light);
}

.footer-link {
  display: block;
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: var(--gold);
}

.footer-bottom {
  margin-top: 60px;
  padding-top: 25px;
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  color: rgba(255,255,255,0.6);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }

  .footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}


/* B2B PREMIUM – MISMO SISTEMA VISUAL */
.b2b-premium {
  position: relative;
  background: url("../images/neuquen.jpg") center center / cover no-repeat;
  padding: 140px 0;
}

.b2b-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(15,15,15,0.85),
    rgba(25,25,25,0.85)
  );
}

.section.b2b-premium {
  border-radius: 0 !important;
}


.b2b-premium .container {
  position: relative;
  z-index: 2;
}

.b2b-premium .section-title {
  color: var(--light);
}

.b2b-text {
  font-family: 'Roboto Slab', serif;
  font-size: 1.2rem;
  max-width: 650px;
  margin: 0 auto 40px auto;
  line-height: 1.8;
  color: rgba(255,255,255,0.8);
}

.btn-b2b {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: white;
  padding: 14px 45px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.4s ease;
}

.btn-b2b:hover {
  background: linear-gradient(135deg, var(--gold), var(--primary));
  color: black;
  transform: translateY(-3px);
}

/* BOTÓN B2B NAVBAR */
.btn-agencias {
  background: var(--primary);
  color: var(--light);
  padding: 8px 22px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 5px 20px rgba(0,0,0,0.4);
}

.btn-agencias:hover {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: white;
  transform: translateY(-2px);
}

/* MOBILE */
@media (max-width: 992px) {
  .btn-agencias {
    display: block;
    text-align: center;
    margin-top: 15px;
  }
}


