:root{
  --bg:#07070b;
  --bg2:#0c0c13;
  --card:#12121b;
  --line:rgba(255,255,255,.10);
  --text:#f4f4f7;
  --muted:#b8b8c6;

  --vin:#6f0b18;
  --vin2:#981126;
  --blue:#091a2e;
  --gold:#ffcc7a;

  --radius:18px;
  --radius2:26px;
  --shadow:0 18px 60px rgba(0,0,0,.45);

  --container:1120px;
}

*{box-sizing:border-box}
html,body{height:100%}

body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Helvetica Neue", sans-serif;
  color:var(--text);
  background:
    radial-gradient(1000px 520px at 15% 0%, rgba(152,17,38,.18), transparent 62%),
    radial-gradient(900px 520px at 85% 10%, rgba(9,26,46,.28), transparent 62%),
    linear-gradient(180deg, var(--bg), var(--bg2));
  overflow-x:hidden;
}

a{color:inherit; text-decoration:none}
img{max-width:100%; display:block}

.container{
  width:min(var(--container), calc(100% - 40px));
  margin:0 auto;
}

.center{text-align:center}
.center-left{text-align:left}
.mt-18{margin-top:18px}
.mt-24{margin-top:24px}

/* Sprite oculto */
.svg-sprite{position:absolute; width:0; height:0; overflow:hidden}

/* Humo global */
.smoke{
  position:fixed;
  inset:0;
  z-index:0;
  pointer-events:none;
  opacity:.42;
  mix-blend-mode:screen;
  background:
    radial-gradient(900px 540px at 25% 20%, rgba(255,255,255,.06), transparent 60%),
    radial-gradient(700px 460px at 70% 30%, rgba(255,255,255,.05), transparent 60%),
    radial-gradient(900px 560px at 50% 80%, rgba(255,255,255,.04), transparent 60%);
  filter: blur(1px);
}

/* Topbar */
.topbar{
  position:sticky;
  top:0;
  z-index:50;
  background: rgba(7,7,11,.58);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.topbar__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:12px 0;
  gap:12px;
}

.brand{
  display:flex;
  gap:12px;
  align-items:center;
}

.brand__sigil{
  width:44px;
  height:44px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 30% 25%, rgba(255,204,122,.95), rgba(255,204,122,.18) 45%, transparent 65%),
    linear-gradient(135deg, rgba(152,17,38,.92), rgba(9,26,46,.82));
  box-shadow: 0 18px 45px rgba(0,0,0,.35);
}

.brand__txt strong{display:block; letter-spacing:.3px}
.brand__txt span{display:block; font-size:.86rem; color:var(--muted)}

.nav{
  display:flex;
  gap:14px;
  align-items:center;
}

.nav a{
  font-weight:800;
  color: rgba(244,244,247,.86);
  padding:10px 12px;
  border-radius:12px;
}

.nav a:hover{background: rgba(255,255,255,.06)}

.nav__cta{
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
}

@media (max-width: 820px){
  .nav{display:none}
}

/* Separadores */
.sep{
  height:42px;
  opacity:.35;
  background: linear-gradient(90deg, transparent, rgba(255,204,122,.28), transparent);
}

.sep--alt{
  background: linear-gradient(90deg, transparent, rgba(152,17,38,.35), transparent);
}

/* Botones */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  font-weight:900;
  letter-spacing:.2px;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
  line-height:1;
  white-space:nowrap;
}

.btn:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.09);
  border-color: rgba(255,255,255,.22);
}

.btn--primary{
  background: linear-gradient(135deg, rgba(152,17,38,.98), rgba(111,11,24,.92));
  border-color: rgba(255,204,122,.24);
  box-shadow: 0 22px 60px rgba(152,17,38,.18);
}

.btn--ghost{
  background: rgba(9,26,46,.35);
}

.btn--wa{
  margin-top:12px;
  background: rgba(0,0,0,.18);
}

.btn--full{width:100%}

/* ✅ WhatsApp SVG (MISMO LOOK EN TODOS) */
.wa-ico{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:22px;
  height:22px;
  flex:0 0 22px;
}

.wa-svg{
  width:22px;
  height:22px;
  display:block;
}

/* HERO */
.hero{
  position:relative;
  z-index:1;
  min-height: calc(100vh - 66px);
  display:flex;
}

.hero__bg{
  position:absolute;
  inset:0;
  background-image:url("assets/img/bg/hero-llanero.jpg");
  background-size:cover;
  background-position:center;
  transform: scale(1.02);
  filter: contrast(1.06) saturate(1.08);
}

.hero__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(7,7,11,.70), rgba(7,7,11,.86)),
    radial-gradient(800px 520px at 65% 30%, rgba(255,204,122,.14), transparent 62%),
    radial-gradient(900px 560px at 20% 10%, rgba(152,17,38,.22), transparent 62%);
}

.hero__content{
  position:relative;
  padding: 86px 0 56px;
}

.hero__badge{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(255,204,122,.22);
  background: rgba(0,0,0,.25);
  color: rgba(255,204,122,.92);
  font-weight:900;
  letter-spacing:.7px;
  font-size:.82rem;
}

.hero h1{
  margin:14px 0 10px;
  font-size: clamp(2.1rem, 3.6vw, 3.4rem);
  letter-spacing:.6px;
  text-shadow: 0 12px 45px rgba(0,0,0,.55);
}

.hero h1 span{
  display:block;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  color: rgba(244,244,247,.84);
  margin-top:10px;
  font-weight:800;
}

.hero__lead{
  max-width: 820px;
  margin: 0 auto;
  color: rgba(244,244,247,.88);
  line-height:1.65;
  font-size: 1.05rem;
}

.hero__cta{
  margin-top:18px;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:center;
}

.hero__proof{
  margin-top:18px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
}

.pill{
  padding:9px 12px;
  border-radius:999px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  font-weight:900;
  color: rgba(244,244,247,.86);
}

.hero__note{
  margin-top:16px;
  color: rgba(244,244,247,.70);
  font-size:.92rem;
}

/* Sections */
.section{
  position:relative;
  z-index:1;
  padding: 58px 0;
}

.section--dark{
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background: linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.10));
}

.section--vinotinto{
  border-top:1px solid rgba(255,255,255,.10);
  border-bottom:1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(900px 560px at 15% 0%, rgba(255,204,122,.12), transparent 62%),
    linear-gradient(180deg, rgba(111,11,24,.96), rgba(45,8,12,.96));
}

/* Typography helpers */
.sub{
  max-width: 860px;
  margin:10px auto 0;
  color: var(--muted);
  line-height:1.6;
}

.note{
  margin-top:18px;
  color: rgba(244,244,247,.74);
  font-size:.95rem;
  line-height:1.55;
}

/* Grids */
.grid-2{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:26px;
  align-items:center;
}

@media (max-width: 920px){
  .grid-2{grid-template-columns:1fr}
  .center-left{text-align:center}
}

/* Image card */
.imgcard{
  border-radius: var(--radius2);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow);
  background: rgba(18,18,27,.55);
}

.imgcard img{width:100%; height:auto}

/* Content */
.content p{
  color: rgba(244,244,247,.82);
  line-height:1.65;
}

.checks{
  margin:14px 0 0;
  padding-left:18px;
  color: rgba(244,244,247,.86);
}

.checks li{margin:8px 0}

.btnrow{
  margin-top:16px;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
}

.mini{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:900;
  color: rgba(244,244,247,.78);
}

.dot{
  width:8px; height:8px;
  border-radius:999px;
  background: rgba(255,204,122,.75);
  box-shadow: 0 0 18px rgba(255,204,122,.35);
}

/* Cards */
.cards-3{
  margin-top:26px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:16px;
}

@media (max-width: 980px){
  .cards-3{grid-template-columns:1fr}
}

.card{
  background: rgba(18,18,27,.78);
  border:1px solid rgba(255,255,255,.12);
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
  padding:14px;
}

.card__img{
  border-radius: 18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
}

.card p{color: rgba(244,244,247,.76); line-height:1.55}

/* Services */
.services{
  margin-top:26px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:16px;
}

@media (max-width: 980px){
  .services{grid-template-columns:1fr}
}

.service{
  display:grid;
  grid-template-columns: 220px 1fr;
  gap:14px;
  padding:14px;
  border-radius: var(--radius2);
  border:1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.18);
  box-shadow: 0 18px 55px rgba(0,0,0,.30);
}

@media (max-width: 740px){
  .service{grid-template-columns:1fr}
}

.service__img{
  border-radius: 18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  height:100%;
}

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

.service__body p{color: rgba(244,244,247,.82); line-height:1.6}

/* Testimonios */
.tcard{
  background: rgba(18,18,27,.78);
  border:1px solid rgba(255,255,255,.12);
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
  overflow:hidden;
}

.tcard img{
  width:100%;
  height:820px;
  object-fit:cover;
  border-bottom:1px solid rgba(255,255,255,.10);
}

.tcard__body{padding:14px}

.tag{
  display:inline-flex;
  margin:0 auto 10px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,204,122,.20);
  background: rgba(255,204,122,.08);
  color: rgba(255,204,122,.92);
  font-weight:900;
}

.tcard__body p{color: rgba(244,244,247,.76); line-height:1.55}

/* Gallery */
.gallery{
  margin-top:22px;
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:12px;
}

.gallery img{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.12);
  box-shadow: 0 18px 55px rgba(0,0,0,.35);
}

@media (max-width: 980px){
  .gallery{grid-template-columns: repeat(2, 1fr)}
}

@media (max-width: 560px){
  .gallery{grid-template-columns: 1fr}
}

/* FAQ */
.faq{
  margin-top:22px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:14px;
}

@media (max-width: 860px){
  .faq{grid-template-columns:1fr}
}

.faq__item{
  background: rgba(18,18,27,.78);
  border:1px solid rgba(255,255,255,.12);
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
  padding:16px;
}

.faq__item p{color: rgba(244,244,247,.76); line-height:1.55}

/* Contact */
.contact{
  margin-top:24px;
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:16px;
}

@media (max-width: 980px){
  .contact{grid-template-columns:1fr}
}

.contact__img{
  position:relative;
  border-radius: var(--radius2);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow);
  min-height: 420px;
}

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

.contact__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.30), rgba(0,0,0,.80)),
    radial-gradient(800px 520px at 60% 20%, rgba(255,204,122,.18), transparent 62%);
}

.contact__msg{
  position:absolute;
  left:16px;
  right:16px;
  bottom:16px;
  padding:14px;
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.35);
}

.contact__msg p{color: rgba(244,244,247,.82); line-height:1.55}

.box{
  background: rgba(18,18,27,.78);
  border:1px solid rgba(255,255,255,.12);
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
  padding:16px;
}

/* Footer */
.footer{
  border-top:1px solid rgba(255,255,255,.10);
  padding:26px 0 92px;
  background: rgba(0,0,0,.18);
}

.footnote{
  margin-top:8px;
  color: rgba(244,244,247,.65);
  font-size:.92rem;
}

/* ✅ WhatsApp floating (sin doble círculo raro) */
.wa-float{
  position:fixed;
  right:16px;
  bottom:16px;
  z-index:60;
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border-radius:999px;
  border:1px solid rgba(255,204,122,.25);
  background: linear-gradient(135deg, rgba(152,17,38,.98), rgba(9,26,46,.82));
  box-shadow: 0 22px 60px rgba(0,0,0,.50);
}

.wa-float__ico{
  /* IMPORTANTE: sin fondo y sin borde
     porque el SVG ya trae su círculo verde */
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:26px;
  height:26px;
  flex:0 0 26px;
  background:transparent;
  border:none;
  border-radius:0;
}

.wa-float .wa-svg{
  width:26px;
  height:26px;
}

.wa-float__txt{
  font-weight:950;
  letter-spacing:.2px;
}