:root{
  --orange:#F27405;
  --yellow:#F6CE4A;
  --ink:#171717;
  --muted:#686868;
  --cream:#FFF9EF;
  --white:#fff;
  --line:#eadfce;
  --shadow:0 18px 50px rgba(30,22,10,.12);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font-family:"DM Sans",Arial,sans-serif;background:#fff;line-height:1.55}
a{text-decoration:none;color:inherit}
img{max-width:100%}
.container{width:min(1120px,92%);margin:auto}
.narrow{max-width:780px}
.site-header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 4%;position:absolute;z-index:20;width:100%;background:rgba(255,255,255,.97);box-shadow:0 2px 18px rgba(0,0,0,.08)}
.brand{display:flex;align-items:center;font-weight:800;letter-spacing:.08em}
.brand-logo{width:205px;height:auto;display:block}
.brand-logo{height:52px;width:auto;max-width:240px;object-fit:contain;border-radius:4px;background:#fff}
.header-cta{font-weight:800;font-size:13px;border:1px solid var(--orange);padding:10px 15px;border-radius:99px;background:#fff;color:var(--orange)}
.hero{min-height:690px;display:flex;align-items:center;position:relative;overflow:hidden;background:
linear-gradient(100deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.46) 46%,rgba(0,0,0,.15) 100%),
url("assets/nahuel-huapi.jpg") center/cover no-repeat,#F6CE4A}
.hero-content{position:relative;z-index:2;color:#fff;padding-top:95px}
.eyebrow,.section-kicker{font-size:12px;letter-spacing:.18em;font-weight:800}
.eyebrow{color:var(--yellow);margin-bottom:16px}
.hero h1{font-family:"Playfair Display",Georgia,serif;font-size:clamp(42px,6vw,74px);line-height:1.03;max-width:850px;margin:0 0 22px}
.hero h1 span{color:var(--yellow)}
.hero-copy{max-width:660px;font-size:18px;line-height:1.6;color:#f6f6f6}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0 14px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:13px 22px;border-radius:99px;font-weight:800;border:0;cursor:pointer;transition:.2s transform,.2s box-shadow}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--orange);color:#fff;box-shadow:0 10px 25px rgba(242,116,5,.28)}
.btn-ghost{border:1px solid rgba(255,255,255,.7);color:#fff;background:rgba(255,255,255,.06)}
.btn-dark{background:var(--ink);color:#fff}
.microcopy{font-size:12px;color:#ddd}
.trust-bar{background:var(--yellow)}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:19px 0}
.trust-grid div{display:flex;flex-direction:column}
.trust-grid strong{font-size:14px}
.trust-grid span{font-size:12px;opacity:.72}
.section{padding:90px 0}
.intro{text-align:center;background:var(--cream)}
.section-kicker{color:var(--orange);margin-bottom:12px}
h2{font-family:"Playfair Display",Georgia,serif;font-size:clamp(34px,5vw,54px);line-height:1.08;margin:0 0 20px}
.intro p{font-size:18px;color:var(--muted);margin:0 auto}
.intro em{font-weight:400}
.offers{background:#fff}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:34px}
.section-head>p{max-width:380px;color:var(--muted);margin:0}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.offer-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:0 8px 25px rgba(30,22,10,.05);transition:.25s transform,.25s box-shadow}
.offer-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.offer-image{height:230px;position:relative;background-size:cover;background-position:center}
.offer-image span{position:absolute;top:12px;left:12px;color:#fff;font-size:12px;font-weight:800;background:rgba(0,0,0,.35);padding:5px 8px;border-radius:99px}
.offer-singapore .offer-image{background-image:linear-gradient(0deg,rgba(0,0,0,.18),transparent),url("assets/singapore.jpg")}
.offer-thailand .offer-image{background-image:linear-gradient(0deg,rgba(0,0,0,.18),transparent),url("assets/thailand.jpg")}
.offer-malaysia .offer-image{background-image:linear-gradient(0deg,rgba(0,0,0,.18),transparent),url("assets/malaysia.jpg")}
.offer-italy .offer-image{background-image:linear-gradient(0deg,rgba(0,0,0,.18),transparent),url("assets/italy.jpg")}
.offer-body{padding:20px}
.tag{color:var(--orange);font-size:10px;font-weight:800;letter-spacing:.14em;margin-bottom:7px}
.offer-body h3{font-family:"Playfair Display",Georgia,serif;font-size:27px;margin:0 0 8px}
.offer-body p{color:var(--muted);font-size:14px;min-height:88px;margin:0 0 16px}
.offer-body a{font-size:13px;font-weight:800;color:var(--orange)}
.custom-destination{margin-top:24px;padding:30px 34px;border-radius:var(--radius);background:linear-gradient(115deg,var(--yellow),#ffe99b);display:flex;align-items:center;justify-content:space-between;gap:25px}
.custom-destination h3{font-family:"Playfair Display",Georgia,serif;font-size:28px;line-height:1.15;margin:5px 0 0;max-width:650px}
.eyebrow.dark{color:var(--ink)}
.process{background:var(--ink);color:#fff}
.process .section-kicker{color:var(--yellow)}
.centered{text-align:center;justify-content:center}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#3b3b3b;border:1px solid #3b3b3b;border-radius:var(--radius);overflow:hidden}
.step{background:var(--ink);padding:34px}
.step span{font-size:12px;color:var(--yellow);font-weight:800}
.step h3{font-family:"Playfair Display",Georgia,serif;font-size:27px;margin:15px 0 8px}
.step p{color:#bcbcbc;margin:0}
.lead-section{background:var(--cream)}
.lead-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.lead-copy h2{max-width:550px}
.lead-copy p{font-size:17px;color:var(--muted);max-width:560px}
.privacy-note{font-size:12px;color:#8a806f;border-left:3px solid var(--yellow);padding-left:12px;margin-top:24px}
.lead-form{background:#fff;border:1px solid var(--line);padding:30px;border-radius:var(--radius);box-shadow:var(--shadow)}
.lead-form label{display:block;font-size:12px;font-weight:800;margin:0 0 6px}
.lead-form input,.lead-form select{width:100%;height:48px;border:1px solid #d9d2c6;border-radius:12px;padding:0 14px;margin:0 0 15px;font:inherit;background:#fff}
.lead-form input:focus,.lead-form select:focus{outline:3px solid rgba(242,116,5,.15);border-color:var(--orange)}
.btn-full{width:100%;margin-top:4px}
.lead-form small{display:block;color:#8a806f;font-size:10px;text-align:center;margin-top:12px}
.form-status{font-size:12px;color:var(--orange);margin-top:8px;text-align:center}
.faq{background:#fff}
.faq details{border-top:1px solid var(--line);padding:20px 0}
.faq details:last-child{border-bottom:1px solid var(--line)}
.faq summary{cursor:pointer;font-weight:800;list-style:none}
.faq summary::-webkit-details-marker{display:none}
.faq summary:after{content:"+";float:right;color:var(--orange);font-size:22px}
.faq details[open] summary:after{content:"−"}
.faq details p{color:var(--muted);max-width:700px;margin:12px 0 0}
.whatsapp-float{position:fixed;right:18px;bottom:18px;z-index:50;background:#171717;color:#fff;border:1px solid rgba(255,255,255,.15);border-radius:18px;padding:11px 15px;display:flex;align-items:center;gap:10px;box-shadow:0 15px 35px rgba(0,0,0,.25);max-width:260px}
.whatsapp-float strong{display:block;font-size:13px}
.whatsapp-float small{display:block;color:#bbb;font-size:10px}
.wa-icon{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--orange);font-size:17px}
.footer{background:#101010;color:#fff;padding:30px 0}
.footer-grid{display:flex;justify-content:space-between;gap:30px;align-items:center}
.footer-grid div{display:flex;flex-direction:column}
.footer-grid span{font-size:11px;color:#888;margin-top:4px}
.footer-grid a{font-size:12px;color:#ddd;margin-left:18px}
@media(max-width:900px){
  .cards{grid-template-columns:repeat(2,1fr)}
  .hero{min-height:650px}
}
@media(max-width:700px){
  .site-header{height:64px}
  .header-cta{font-size:11px;padding:9px 11px}
  .hero{min-height:680px;background-position:62% center}
  .hero h1{font-size:43px}
  .hero-copy{font-size:16px}
  .hero-actions{flex-direction:column;align-items:stretch}
  .btn{width:100%}
  .trust-grid{grid-template-columns:1fr;gap:10px;padding:16px 0}
  .trust-grid div{display:grid;grid-template-columns:1fr 1fr;align-items:center}
  .trust-grid span{text-align:right}
  .section{padding:65px 0}
  .section-head{display:block}
  .section-head>p{margin-top:15px}
  .cards{grid-template-columns:1fr}
  .offer-image{height:260px}
  .offer-body p{min-height:auto}
  .custom-destination{display:block;padding:25px}
  .custom-destination .btn{margin-top:18px}
  .steps{grid-template-columns:1fr}
  .step{padding:25px}
  .lead-grid{grid-template-columns:1fr;gap:35px}
  .lead-form{padding:22px}
  .whatsapp-float{right:12px;bottom:12px;left:12px;max-width:none;justify-content:center}
  .footer-grid{display:block}
  .footer-grid a{display:inline-block;margin:12px 16px 0 0}
}

.destination-list{display:flex;flex-direction:column;gap:12px}
.destination-card{display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:20px;border:1px solid var(--line);border-radius:18px;padding:18px 20px;background:#fff;box-shadow:0 5px 18px rgba(30,22,10,.045);transition:.2s transform,.2s box-shadow}
.destination-card:hover{transform:translateX(4px);box-shadow:var(--shadow)}
.destination-number{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--yellow);font-size:12px;font-weight:800}
.destination-main h3{font-family:"Playfair Display",Georgia,serif;font-size:30px;line-height:1.05;margin:2px 0 8px}
.destination-meta{display:flex;align-items:center;gap:18px;color:var(--muted);font-size:13px}
.destination-meta strong{color:var(--orange);font-size:14px}
.destination-cta{font-weight:800;color:var(--orange);font-size:13px;white-space:nowrap}
.installment-banner{margin-top:24px;padding:30px 34px;border-radius:var(--radius);background:linear-gradient(115deg,var(--yellow),#ffe99b);display:flex;align-items:center;justify-content:space-between;gap:25px}
.installment-banner h3{font-family:"Playfair Display",Georgia,serif;font-size:28px;line-height:1.15;margin:5px 0}
.installment-banner p{margin:8px 0 0;color:#665b44;font-size:13px}
@media(max-width:700px){
  .brand-logo{width:170px}
  .site-header{height:68px}
  .hero{min-height:680px;background-position:center}
  .hero-content{padding-top:95px}
  .destination-card{grid-template-columns:42px 1fr;gap:13px;padding:16px}
  .destination-number{width:36px;height:36px}
  .destination-main h3{font-size:27px}
  .destination-meta{display:block}
  .destination-meta strong{display:block;margin-top:4px}
  .destination-cta{grid-column:2;justify-self:start}
  .installment-banner{display:block;padding:25px}
  .installment-banner .btn{margin-top:15px}
}

.countdown-card{margin:0 0 18px;padding:22px 25px;border-radius:var(--radius);background:linear-gradient(120deg,#171717,#292929);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:25px;border:1px solid #3b3b3b;box-shadow:var(--shadow)}
.countdown-label{display:block;color:var(--yellow);font-size:11px;font-weight:800;letter-spacing:.12em;margin-bottom:7px}
.countdown-card strong{display:block;font-family:"Playfair Display",Georgia,serif;font-size:24px;line-height:1.1}
.countdown-card small{display:block;color:#aaa;margin-top:6px;font-size:11px}
.countdown{display:flex;gap:8px;flex-shrink:0}
.countdown div{min-width:62px;text-align:center;background:#fff;color:var(--ink);border-radius:12px;padding:8px 6px}
.countdown b{display:block;font-size:25px;line-height:1;font-variant-numeric:tabular-nums}
.countdown span{font-size:8px;font-weight:800;color:#777}
.limited-banner{background:var(--orange);color:#fff;text-align:center;font-weight:800;font-size:12px;letter-spacing:.05em;padding:11px;border-radius:12px;margin-bottom:38px}
.featured-title,.secondary-title{margin:0 0 22px}
.featured-title h3,.secondary-title h3{font-family:"Playfair Display",Georgia,serif;font-size:34px;line-height:1;margin:0 0 5px}
.featured-title p,.secondary-title p{margin:0;color:var(--muted)}
.cards-featured,.cards-secondary{grid-template-columns:repeat(2,1fr)}
.offer-card.featured{border:2px solid rgba(242,116,5,.22)}
.offer-card.featured .offer-image{height:250px}
.offer-image{background-size:cover!important;background-position:center!important}
.offer-meta{font-size:13px;color:#555;margin-bottom:12px}
.offer-meta strong{color:var(--ink);font-size:16px}
.benefit{background:#fff4dc;border-left:3px solid var(--orange);padding:9px 10px;border-radius:0 9px 9px 0;color:#5f4a24;font-size:12px;margin:0 0 14px}
.benefit strong{color:var(--orange)}
.coming-soon{margin-top:34px;background:linear-gradient(115deg,var(--yellow),#ffe99b);border-radius:var(--radius);padding:24px 28px;display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.coming-soon strong{font-family:"Playfair Display",Georgia,serif;font-size:22px}
.coming-soon span{font-size:13px;color:#5f543e;flex:1;min-width:240px}
.coming-soon .btn{width:auto}
@media(max-width:700px){
  .brand-logo{height:43px;max-width:190px}
  .countdown-card{display:block;padding:18px}
  .countdown-card strong{font-size:20px}
  .countdown{margin-top:16px;justify-content:space-between}
  .countdown div{min-width:0;flex:1}
  .countdown b{font-size:22px}
  .cards-featured,.cards-secondary{grid-template-columns:1fr}
}

/* V4 — destination cards without individual photos */
.offer-label{height:72px;display:flex;align-items:center;justify-content:center;background:linear-gradient(120deg,var(--orange),#ff922e);color:#fff;font-size:12px;font-weight:900;letter-spacing:.08em}
.offer-label span{padding:9px 15px;border:1px solid rgba(255,255,255,.65);border-radius:999px}
.cards-argentina{grid-template-columns:repeat(2,1fr)}
.argentina-title{margin-top:42px}
@media(max-width:700px){.cards-argentina{grid-template-columns:1fr}}

.product-link{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:12px 14px;border-radius:10px;background:var(--orange);color:#fff!important;font-weight:800;text-decoration:none!important;font-size:13px}.argentina-more{margin-top:18px}

/* V6 — Travel Sale campaign + dual-brand lockup */
.campaign-header{
  position:relative;
  height:auto;
  min-height:86px;
  background:#fff;
  color:#171717;
  padding:10px 4%;
  border-bottom:1px solid #eee;
}
.brand-lockup{display:flex;align-items:center;gap:13px;min-width:0}
.brand-lockup a{display:flex;align-items:center}
.lyl-logo{height:56px;max-width:260px}
.byba-logo{height:58px;max-width:220px;background:#fff}
.brand-plus{font-size:22px;font-weight:800;color:#999}
.campaign-lockup{margin-left:auto}
.travelsale-logo{height:54px;width:auto;max-width:180px;object-fit:contain}
.top-sale{
  padding:22px 0 18px;
  background:linear-gradient(135deg,#7B22E6 0%,#B02ED0 100%);
}
.countdown-top{
  margin:0;
  background:#171717;
  border:1px solid rgba(255,255,255,.15);
}
.top-sale .limited-banner{
  margin:14px 0 0;
  background:#F27405;
  box-shadow:0 10px 25px rgba(0,0,0,.12);
}
.hero{min-height:590px}
.benefit-flash{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:auto 1fr;
  grid-template-rows:auto auto;
  column-gap:10px;
  align-items:center;
  padding:15px 16px;
  background:linear-gradient(110deg,#7B22E6,#B02ED0);
  color:#fff;
  border:0;
  border-radius:14px;
  box-shadow:0 12px 28px rgba(123,34,230,.24);
}
.benefit-flash:after{
  content:"";
  position:absolute;
  top:-80%;
  left:-40%;
  width:30%;
  height:260%;
  transform:rotate(25deg);
  background:rgba(255,255,255,.28);
  animation:flashSweep 2.6s infinite ease-in-out;
}
.benefit-flash .spark{
  grid-row:1/3;
  font-size:29px;
  color:#F6CE4A;
  animation:sparkPulse 1.2s infinite alternate;
}
.benefit-flash strong{
  color:#fff!important;
  font-size:24px;
  line-height:1;
  letter-spacing:.02em;
}
.benefit-flash small{
  color:#fff;
  opacity:.92;
  font-size:11px;
  font-weight:700;
  margin-top:4px;
}
@keyframes sparkPulse{from{transform:scale(.9) rotate(-8deg)}to{transform:scale(1.15) rotate(8deg)}}
@keyframes flashSweep{0%,55%{left:-40%}100%{left:130%}}
@media (prefers-reduced-motion:reduce){
  .benefit-flash:after,.benefit-flash .spark{animation:none}
}
@media(max-width:700px){
  .campaign-header{padding:8px 3%;gap:8px}
  .brand-lockup{gap:7px}
  .lyl-logo{height:38px;max-width:150px}
  .byba-logo{height:38px;max-width:120px}
  .brand-plus{font-size:15px}
  .travelsale-logo{height:37px;max-width:100px}
  .top-sale{padding:14px 0}
  .countdown-top{border-radius:17px}
  .hero{min-height:560px}
  .benefit-flash strong{font-size:22px}
}
@media(max-width:430px){
  .campaign-header{flex-wrap:wrap;justify-content:center}
  .campaign-lockup{margin:0 auto}
  .brand-lockup{margin:auto}
  .lyl-logo{height:34px;max-width:135px}
  .byba-logo{height:34px;max-width:105px}
}


/* FINAL — landing shortened for campaign conversion */
.top-sale + .offers{
  padding-top:54px;
}
@media(max-width:700px){
  .top-sale + .offers{
    padding-top:36px;
  }
}

/* FINAL VISUAL: beneficios escaneables */
.included-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:12px 0 15px}
.inc{min-height:84px;border:1px solid #eadfce;background:#fffaf2;border-radius:13px;padding:9px 7px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.inc span{font-size:27px;line-height:1;margin-bottom:7px}.inc b{font-size:10px;letter-spacing:.05em;line-height:1.1}.inc small{font-size:9px;color:#777;margin-top:4px;line-height:1.1}
.offer-meta strong{font-size:21px}
@media(max-width:700px){.included-grid{grid-template-columns:repeat(2,1fr)}.inc{min-height:78px}}
