/* ==========================================================
   SY LIMPIEZAS · PISOS TURÍSTICOS
   Landing comercial centrada en la rotación entre huéspedes.
   ========================================================== */

.tourist-page{
  background:#f4efe7;
  color:#151515;
  overflow:hidden;
}

.tourist-page .container{
  max-width:1180px;
}

.section-kicker,
.eyebrow{
  margin:0 0 14px;
  text-transform:uppercase;
  letter-spacing:.17em;
  font-size:12px;
  font-weight:800;
}

/* HERO */
.tourist-hero{
  position:relative;
  min-height:calc(100svh - 105px);
  display:flex;
  align-items:flex-end;
  color:#fff;
  background:#111;
}

.tourist-hero__media{
  position:absolute;
  inset:0;
}

.tourist-hero__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.tourist-hero__veil{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.80), rgba(0,0,0,.55) 45%, rgba(0,0,0,.12) 78%),
    linear-gradient(0deg, rgba(0,0,0,.55), transparent 55%);
}

.tourist-hero__content{
  position:relative;
  z-index:2;
  padding-top:90px;
  padding-bottom:84px;
}

.tourist-hero .eyebrow{
  color:#dcc49c;
}

.tourist-hero h1{
  max-width:930px;
  margin:0;
  font-size:clamp(50px, 7.8vw, 108px);
  line-height:.9;
  letter-spacing:-.058em;
  font-weight:850;
}

.tourist-hero h1 span{
  display:block;
  color:#d6b985;
}

.tourist-hero__lead{
  max-width:730px;
  margin:30px 0 0;
  font-size:clamp(18px, 2vw, 22px);
  line-height:1.55;
  color:rgba(255,255,255,.9);
}

.tourist-hero__actions{
  display:flex;
  gap:22px;
  align-items:center;
  flex-wrap:wrap;
  margin-top:36px;
}

.cta-main{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:15px 23px;
  border-radius:999px;
  text-decoration:none;
  font-weight:750;
  background:#fff;
  color:#111;
  box-shadow:0 12px 34px rgba(0,0,0,.18);
  transition:transform .18s ease, box-shadow .18s ease;
}

.cta-main:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 44px rgba(0,0,0,.25);
}

.cta-link{
  color:#fff;
  text-decoration:none;
  font-weight:750;
}

.tourist-hero__stamp{
  position:absolute;
  right:34px;
  bottom:34px;
  z-index:2;
  width:164px;
  height:164px;
  border:1px solid rgba(255,255,255,.45);
  border-radius:50%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  transform:rotate(-8deg);
  backdrop-filter:blur(8px);
  background:rgba(0,0,0,.14);
  font-size:10px;
  letter-spacing:.15em;
}

.tourist-hero__stamp strong{
  display:block;
  margin:6px 0;
  font-size:18px;
  letter-spacing:.03em;
}

/* INTRO */
.tourist-intro{
  padding:112px 0;
}

.tourist-intro__grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:90px;
  align-items:start;
}

.tourist-intro h2,
.turnover h2,
.service-flow h2,
.benefits h2,
.audience h2,
.faq h2,
.tourist-final h2{
  margin:0;
  font-size:clamp(38px, 5.2vw, 66px);
  line-height:.98;
  letter-spacing:-.045em;
}

.tourist-intro__copy{
  padding-top:34px;
}

.tourist-intro__copy p{
  margin:0 0 18px;
  font-size:19px;
  line-height:1.75;
  color:#575149;
}

/* TURNOVER */
.turnover{
  padding:115px 0 125px;
  background:#141414;
  color:#fff;
}

.turnover__head{
  max-width:880px;
  margin-bottom:62px;
}

.turnover__head .section-kicker{
  color:#c7a777;
}

.turnover__timeline{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:1px;
  background:rgba(255,255,255,.12);
}

.timeline-card{
  position:relative;
  min-height:410px;
  padding:30px;
  display:flex;
  flex-direction:column;
  background:#181818;
  transition:transform .2s ease, background .2s ease;
}

.timeline-card:hover{
  background:#1f1f1f;
  transform:translateY(-4px);
}

.timeline-card__time{
  font-size:11px;
  letter-spacing:.16em;
  font-weight:800;
  color:#c7a777;
}

.timeline-card__num{
  display:block;
  margin-top:auto;
  margin-bottom:18px;
  font-size:52px;
  line-height:1;
  font-weight:850;
  color:rgba(255,255,255,.18);
}

.timeline-card h3{
  margin:0 0 12px;
  font-size:25px;
  line-height:1.05;
}

.timeline-card p{
  margin:0;
  line-height:1.7;
  color:#c8c8c8;
}

/* STATEMENT */
.tourist-statement{
  position:relative;
  min-height:640px;
  display:flex;
  align-items:center;
  background:#d6ba8a;
}

.tourist-statement__background{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 20% 45%, rgba(255,255,255,.45), transparent 27%),
    linear-gradient(120deg, #d3b17a, #f0e4d1 73%);
}

.tourist-statement__content{
  position:relative;
  z-index:1;
}

.tourist-statement p{
  margin:0 0 12px;
  font-size:clamp(20px,2.4vw,30px);
  color:#594933;
}

.tourist-statement h2{
  max-width:1000px;
  margin:0;
  font-size:clamp(58px,8.4vw,116px);
  line-height:.88;
  letter-spacing:-.063em;
}

/* FLOW */
.service-flow{
  padding:120px 0;
  background:#fff;
}

.service-flow__head{
  max-width:870px;
  margin-bottom:58px;
}

.service-flow__grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:18px;
}

.flow-panel{
  min-height:285px;
  padding:34px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  background:#eee7dd;
  border-radius:4px;
}

.flow-panel--hero{
  min-height:590px;
  grid-row:span 2;
  background:#c9b293;
}

.flow-panel--dark{
  background:#171717;
  color:#fff;
}

.flow-panel--wide{
  grid-column:1 / -1;
  min-height:255px;
  background:#ded4c5;
}

.flow-panel span{
  margin-bottom:auto;
  font-size:12px;
  font-weight:850;
  letter-spacing:.15em;
}

.flow-panel h3{
  margin:0 0 12px;
  font-size:36px;
  letter-spacing:-.035em;
}

.flow-panel p{
  max-width:60ch;
  margin:0;
  line-height:1.7;
  opacity:.78;
}

/* BENEFITS */
.benefits{
  padding:108px 0;
  background:#efe8dc;
}

.benefits__grid{
  display:grid;
  grid-template-columns:1.15fr repeat(3,.85fr);
  gap:28px;
}

.benefits__title{
  padding-right:24px;
}

.benefit{
  padding-top:8px;
  border-top:1px solid #beb4a6;
}

.benefit span{
  display:block;
  margin-bottom:44px;
  font-size:12px;
  font-weight:850;
  letter-spacing:.15em;
}

.benefit h3{
  margin:0 0 12px;
  font-size:24px;
}

.benefit p{
  margin:0;
  line-height:1.7;
  color:#655f56;
}

/* AUDIENCE */
.audience{
  background:#fff;
}

.audience__inner{
  min-height:700px;
  display:grid;
  grid-template-columns:240px 1fr;
  gap:72px;
  align-items:center;
}

.audience__aside{
  align-self:stretch;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#171717;
  color:#d6b985;
}

.audience__aside span{
  writing-mode:vertical-rl;
  transform:rotate(180deg);
  font-weight:850;
  letter-spacing:.42em;
}

.audience__content{
  max-width:860px;
  padding:94px 0;
}

.audience__content > p:not(.section-kicker){
  max-width:720px;
  margin:30px 0 0;
  font-size:19px;
  line-height:1.75;
  color:#595959;
}

.text-arrow{
  display:inline-block;
  margin-top:35px;
  color:#111;
  text-decoration:none;
  font-weight:850;
  border-bottom:1px solid #111;
  padding-bottom:5px;
}

/* FAQ */
.faq{
  padding:115px 0;
  background:#141414;
  color:#fff;
}

.faq__inner{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:90px;
}

.faq__head{
  position:sticky;
  top:145px;
  align-self:start;
}

.faq__head .section-kicker{
  color:#c7a777;
}

.faq__list details{
  border-top:1px solid rgba(255,255,255,.18);
  padding:25px 0;
}

.faq__list details:last-child{
  border-bottom:1px solid rgba(255,255,255,.18);
}

.faq__list summary{
  cursor:pointer;
  list-style:none;
  font-size:21px;
  font-weight:750;
}

.faq__list summary::-webkit-details-marker{
  display:none;
}

.faq__list p{
  max-width:720px;
  margin:18px 0 0;
  line-height:1.75;
  color:#c7c7c7;
}

/* FINAL CTA */
.tourist-final{
  padding:138px 0;
  background:#b89562;
  color:#111;
}

.tourist-final__inner{
  max-width:900px;
}

.tourist-final p:not(.section-kicker){
  max-width:720px;
  margin:28px 0 35px;
  font-size:19px;
  line-height:1.72;
}

.cta-main--light{
  background:#111;
  color:#fff;
}

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

  .tourist-hero{
    min-height:760px;
  }

  .tourist-hero__veil{
    background:
      linear-gradient(0deg, rgba(0,0,0,.8), rgba(0,0,0,.28) 72%),
      rgba(0,0,0,.15);
  }

  .tourist-hero__content{
    padding-top:170px;
    padding-bottom:72px;
  }

  .tourist-hero__stamp{
    display:none;
  }

  .tourist-intro__grid,
  .faq__inner{
    grid-template-columns:1fr;
    gap:35px;
  }

  .tourist-intro__copy{
    padding-top:0;
  }

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

  .service-flow__grid{
    grid-template-columns:1fr;
  }

  .flow-panel--hero,
  .flow-panel--wide{
    grid-column:auto;
    grid-row:auto;
    min-height:360px;
  }

  .benefits__grid{
    grid-template-columns:1fr;
    gap:42px;
  }

  .benefit span{
    margin-bottom:18px;
  }

  .audience__inner{
    min-height:auto;
    grid-template-columns:72px 1fr;
    gap:30px;
  }

  .faq__head{
    position:static;
  }
}

@media (max-width: 620px){

  .tourist-hero{
    min-height:720px;
  }

  .tourist-hero__content{
    padding-left:20px;
    padding-right:20px;
  }

  .tourist-hero h1{
    font-size:clamp(46px,13vw,72px);
  }

  .tourist-hero__actions{
    flex-direction:column;
    align-items:flex-start;
  }

  .tourist-intro,
  .turnover,
  .service-flow,
  .benefits,
  .faq{
    padding-top:82px;
    padding-bottom:82px;
  }

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

  .timeline-card{
    min-height:330px;
  }

  .tourist-statement{
    min-height:520px;
  }

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

  .audience__aside{
    min-height:72px;
  }

  .audience__aside span{
    writing-mode:horizontal-tb;
    transform:none;
  }

  .audience__content{
    padding:72px 0;
  }
}


/* ===== V3 · refinado visual tipo folleto ===== */

:root{
  --tour-paper:#fffdf9;
  --tour-ink:#171615;
  --tour-muted:#655f57;
  --tour-gold:#b99662;
  --tour-gold-soft:#dbc7a5;
  --tour-dark:#161616;
  --tour-line:rgba(23,22,21,.12);
}

.tourist-page{
  background:#f5f0e8;
  color:var(--tour-ink);
}

.section-kicker,
.eyebrow{
  letter-spacing:.18em;
  font-size:11px;
}

/* Marco editorial en portada */
.tourist-hero{
  isolation:isolate;
}
.tourist-hero::after{
  content:"";
  position:absolute;
  inset:24px;
  border:1px solid rgba(255,255,255,.18);
  pointer-events:none;
  z-index:1;
}
.tourist-hero__content,
.tourist-hero__stamp{
  z-index:2;
}
.tourist-hero__content{
  padding-bottom:92px;
}
.tourist-hero h1{
  letter-spacing:-.06em;
}
.tourist-hero__lead{
  max-width:770px;
  color:rgba(255,255,255,.84);
}
.tourist-hero__lead strong{
  color:#fff;
  font-weight:700;
}
.cta-link{
  padding-bottom:3px;
  border-bottom:1px solid rgba(255,255,255,.5);
}

/* Intro más editorial */
.tourist-intro{
  background:var(--tour-paper);
  padding-top:124px;
  padding-bottom:118px;
}
.tourist-intro__grid{
  gap:96px;
}
.tourist-intro__copy{
  padding-top:40px;
  border-top:1px solid var(--tour-line);
}
.tourist-intro__copy p{
  line-height:1.78;
}

/* Timeline: menos card, más folleto */
.turnover{
  background:var(--tour-dark);
}
.turnover__head{
  margin-bottom:70px;
}
.turnover__head h2 span{
  color:var(--tour-gold-soft);
}
.turnover__timeline{
  gap:0;
  background:transparent;
  border-top:1px solid rgba(255,255,255,.16);
  border-bottom:1px solid rgba(255,255,255,.16);
}
.timeline-card{
  min-height:430px;
  background:transparent;
  border-right:1px solid rgba(255,255,255,.13);
  transition:none;
}
.timeline-card:first-child{
  border-left:1px solid rgba(255,255,255,.13);
}
.timeline-card:hover{
  background:transparent;
  transform:none;
}
.timeline-card__num{
  font-size:56px;
  color:rgba(255,255,255,.12);
}
.timeline-card h3{
  font-size:26px;
  letter-spacing:-.02em;
}

/* Frase central */
.tourist-statement{
  min-height:660px;
}
.tourist-statement__background{
  background:
    radial-gradient(circle at 18% 45%, rgba(255,255,255,.5), transparent 27%),
    linear-gradient(118deg, #d2b17b 0%, #e7d5b9 48%, #f3eadc 100%);
}

/* Banda de conceptos reutilizable en folleto */
.editorial-strip{
  background:var(--tour-paper);
  border-top:1px solid var(--tour-line);
  border-bottom:1px solid var(--tour-line);
}
.editorial-strip__inner{
  min-height:88px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  flex-wrap:wrap;
}
.editorial-strip__inner span{
  font-size:11px;
  font-weight:850;
  letter-spacing:.2em;
  color:#4b463f;
}

/* Mosaico más editorial */
.service-flow{
  background:var(--tour-paper);
  padding-top:126px;
  padding-bottom:126px;
}
.service-flow__head{
  margin-bottom:64px;
}
.service-flow__head h2 span{
  color:#a88755;
}
.flow-panel{
  position:relative;
  border-radius:0;
  border:1px solid rgba(0,0,0,.04);
}
.flow-panel::before{
  content:"";
  position:absolute;
  inset:18px;
  border:1px solid rgba(0,0,0,.07);
  pointer-events:none;
}
.flow-panel--dark::before{
  border-color:rgba(255,255,255,.1);
}
.flow-panel span,
.flow-panel h3,
.flow-panel p{
  position:relative;
  z-index:1;
}
.flow-panel h3{
  font-size:37px;
  letter-spacing:-.038em;
}

/* Beneficios con más aire */
.benefits{
  padding-top:112px;
  padding-bottom:112px;
}
.benefits__grid{
  gap:32px;
}
.benefit{
  padding-top:12px;
}
.benefit h3{
  letter-spacing:-.02em;
}

/* Bloque de target más gráfico */
.audience{
  background:var(--tour-paper);
}
.audience__inner{
  min-height:720px;
  gap:78px;
}
.audience__content{
  padding-top:100px;
  padding-bottom:100px;
}

/* CTA final */
.tourist-final{
  padding-top:144px;
  padding-bottom:132px;
}
.tourist-final__micro{
  margin:18px 0 0;
  font-size:13px;
  color:rgba(17,17,17,.68);
}

@media (max-width:980px){
  .tourist-hero::after{ inset:14px; }
  .turnover__timeline{ grid-template-columns:1fr 1fr; }
  .timeline-card:nth-child(3){ border-left:1px solid rgba(255,255,255,.13); }
}

@media (max-width:620px){
  .editorial-strip__inner{
    min-height:112px;
    justify-content:flex-start;
    column-gap:28px;
    row-gap:14px;
    padding-top:22px;
    padding-bottom:22px;
  }
  .timeline-card,
  .timeline-card:first-child,
  .timeline-card:nth-child(3){
    border-left:1px solid rgba(255,255,255,.13);
    border-right:1px solid rgba(255,255,255,.13);
  }
}


/* ===== V4 · colores suaves para los 4 pasos del circuito ===== */
.turnover__timeline{
  background:transparent;
  border-top:none;
  border-bottom:none;
  gap:14px;
}

.timeline-card{
  color:#171615;
  border:none !important;
  min-height:430px;
}

.timeline-card:nth-child(1){
  background:#DCC7A1;
}

.timeline-card:nth-child(2){
  background:#C8C1B5;
}

.timeline-card:nth-child(3){
  background:#BFC7B4;
}

.timeline-card:nth-child(4){
  background:#B9C3C8;
}

.timeline-card__time{
  color:rgba(23,22,21,.62);
}

.timeline-card__num{
  color:rgba(23,22,21,.12);
}

.timeline-card p{
  color:rgba(23,22,21,.74);
}

@media (max-width:980px){
  .turnover__timeline{
    gap:14px;
  }
}

@media (max-width:620px){
  .turnover__timeline{
    gap:12px;
  }
}


/* ===== V5 · imágenes de fondo en "Todo lo necesario para volver a recibir" =====
   Coloca estas imágenes en:
   /img/servicios/turisticos/limpieza-alojamiento.jpg
   /img/servicios/turisticos/cambio-ropa.jpg
   /img/servicios/turisticos/lavanderia-coordinada.jpg
   /img/servicios/turisticos/preparacion-final.jpg
*/

.flow-panel--img{
  position:relative;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  color:#fff;
}

.flow-panel--img::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.52) 58%, rgba(0,0,0,.72) 100%);
  pointer-events:none;
}

.flow-panel--img::before{
  border-color:rgba(255,255,255,.16);
}

.flow-panel--img span,
.flow-panel--img h3,
.flow-panel--img p{
  color:#fff;
}

.flow-panel--img p{
  opacity:.92;
}

.flow-panel--img-cleaning{
  background-image:url("../img/servicios/turisticos/limpieza-alojamiento.jpg");
}

.flow-panel--img-linen{
  background-image:url("../img/servicios/turisticos/cambio-ropa.jpg");
}

.flow-panel--img-laundry{
  background-image:url("../img/servicios/turisticos/lavanderia-coordinada.jpg");
}

.flow-panel--img-final{
  background-image:url("../img/servicios/turisticos/preparacion-final.jpg");
}

/* Ajustes particulares para que cada panel respire mejor con foto */
.flow-panel--img-cleaning{
  background-position:center center;
}

.flow-panel--img-linen{
  background-position:center center;
}

.flow-panel--img-laundry{
  background-position:center center;
}

.flow-panel--img-final{
  background-position:center center;
}

@media (max-width: 620px){
  .flow-panel--img::after{
    background:linear-gradient(180deg, rgba(0,0,0,.24) 0%, rgba(0,0,0,.56) 58%, rgba(0,0,0,.76) 100%);
  }
}
