@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Franklin:ital,wght@0,400;0,600;0,700;1,500&display=swap');

:root{
  --forest:#103b31;
  --forest-2:#0a2b24;
  --teal:#0d7a73;
  --teal-soft:#dcefeb;
  --ink:#112238;
  --muted:#5e6c73;
  --paper:#f6f4ef;
  --white:#ffffff;
  --line:#d9dfdc;
  --gold:#d79b2b;
  --shadow:0 16px 45px rgba(13, 43, 36, .12);
  --radius:22px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"DM Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:var(--white);
  line-height:1.7;
}
img{max-width:100%;display:block}
a{color:inherit}
.container{width:min(1160px,calc(100% - 40px));margin-inline:auto}
.container--text{width:min(780px,100%);margin-inline:auto}
.skip-link{
  position:absolute;left:-9999px;top:10px;background:#fff;color:#000;padding:.8rem 1rem;z-index:1000
}
.skip-link:focus{left:10px}
.hero{
  position:relative;
  min-height:760px;
  display:grid;
  align-items:center;
  background:
    linear-gradient(90deg,rgba(246,244,239,.97) 0%,rgba(246,244,239,.92) 42%,rgba(246,244,239,.30) 68%,rgba(16,59,49,.15) 100%),
    url("portada-4r-crisis-turistica.png") center/cover no-repeat;
  overflow:hidden;
}
.hero__overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg,transparent 68%,rgba(10,43,36,.25));
  pointer-events:none;
}
.hero__content{position:relative;padding-block:90px}
.eyebrow{
  margin:0 0 .25rem;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:.84rem;
  font-weight:700;
  color:var(--teal);
}
.series{
  margin:0 0 1.2rem;
  font-weight:600;
  color:var(--forest);
}
h1,h2,h3,p{margin-top:0}
h1{
  max-width:820px;
  margin-bottom:1.2rem;
  font-family:"Libre Franklin",sans-serif;
  font-size:clamp(2.8rem,6vw,6.4rem);
  line-height:.98;
  letter-spacing:-.05em;
}
h2{
  font-size:clamp(2rem,3.5vw,3.6rem);
  line-height:1.1;
  letter-spacing:-.035em;
}
h3{font-size:1.35rem;line-height:1.3}
.hero__lead{
  max-width:720px;
  font-size:clamp(1.05rem,2vw,1.35rem);
  color:#2e4547;
  font-style:italic;
}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:52px;
  padding:.85rem 1.35rem;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn--primary{background:var(--forest);color:white;box-shadow:var(--shadow)}
.btn--whatsapp{background:#1fa855;color:#fff;white-space:nowrap}
.section{padding:92px 0}
.section--soft{background:var(--paper)}
.section--dark{background:var(--forest-2);color:white}
.section--resources{background:linear-gradient(135deg,var(--forest-2),var(--forest));color:white}
.section--contact{background:var(--teal-soft)}
.lead{font-size:1.28rem;font-weight:600;line-height:1.55}
.section-heading{
  display:flex;align-items:flex-start;gap:1rem;margin-bottom:2.5rem
}
.section-heading span{
  display:inline-grid;place-items:center;flex:0 0 48px;height:48px;
  border:1px solid var(--teal);border-radius:50%;
  color:var(--teal);font-weight:700
}
.section-heading h2{margin-bottom:0}
.section-heading--light span{border-color:#88c6bd;color:#bfe8e1}
.section-copy{margin-top:2.5rem}
.section-copy--light{color:#e8f3ef}
.flow{
  display:flex;align-items:stretch;gap:12px;overflow-x:auto;
  padding:10px 2px 22px;scroll-snap-type:x proximity
}
.flow__item{
  min-width:210px;max-width:240px;
  padding:1.2rem;
  border-radius:18px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 8px 22px rgba(17,34,56,.06);
  font-weight:600;
  scroll-snap-align:start
}
.flow__arrow{
  display:grid;place-items:center;font-size:1.8rem;color:var(--teal);font-weight:700
}
.flow--dark .flow__item{
  background:rgba(255,255,255,.08);
  color:#fff;border-color:rgba(255,255,255,.16)
}
.flow--dark .flow__arrow{color:#bfe8e1}
blockquote{
  margin:0 0 2.5rem;
  padding:1.6rem 1.8rem;
  border-left:5px solid var(--teal);
  background:var(--paper);
  border-radius:0 var(--radius) var(--radius) 0;
  font-size:1.35rem;
  font-weight:600;
  line-height:1.55
}
.grid{display:grid;gap:24px}
.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:2rem;box-shadow:var(--shadow)
}
.card--accent{background:var(--forest);color:#fff;border-color:transparent}
.checklist{padding-left:1.2rem;margin-bottom:0}
.checklist li{margin:.45rem 0}
.quote-small{
  padding:1rem;border-left:4px solid var(--gold);
  background:rgba(255,255,255,.08);
  font-weight:700
}
.questions{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px
}
.question{
  display:flex;gap:1rem;align-items:flex-start;
  padding:1.3rem;border:1px solid var(--line);border-radius:18px;background:#fff
}
.question strong{
  display:grid;place-items:center;flex:0 0 38px;height:38px;
  border-radius:50%;background:var(--teal-soft);color:var(--teal)
}
.question p{margin:0;font-weight:600}
.resources{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px
}
.resource{
  min-height:260px;
  display:flex;flex-direction:column;
  padding:1.5rem;
  border-radius:20px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  text-decoration:none;
  transition:transform .2s ease,background .2s ease
}
.resource:hover{transform:translateY(-4px);background:rgba(255,255,255,.13)}
.resource__tag{
  margin-bottom:1rem;
  font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:#bfe8e1;font-weight:700
}
.resource h3{font-size:1.6rem}
.resource p{color:#dcece8}
.resource__link{margin-top:auto;font-weight:700}
.contact{
  display:flex;align-items:center;justify-content:space-between;gap:2rem
}
.contact h2{max-width:760px}
.footer{padding:34px 0;background:#071e19;color:#dcece8}
.footer__content{
  display:flex;align-items:center;justify-content:space-between;gap:1.5rem
}
.footer p{margin:0;color:#9eb9b2}
.footer__links{display:flex;gap:1.2rem;flex-wrap:wrap}
.footer__links a{text-decoration:none}
.footer__links a:hover{text-decoration:underline}

@media (max-width: 980px){
  .hero{
    min-height:auto;
    background:
      linear-gradient(180deg,rgba(246,244,239,.96),rgba(246,244,239,.90)),
      url("portada-4r-crisis-turistica.png") center/cover no-repeat;
  }
  .grid--2,.questions,.resources{grid-template-columns:repeat(2,minmax(0,1fr))}
  .contact{align-items:flex-start;flex-direction:column}
}
@media (max-width: 640px){
  .container{width:min(100% - 28px,1160px)}
  .hero__content{padding-block:70px}
  h1{font-size:clamp(2.6rem,14vw,4.2rem)}
  .section{padding:68px 0}
  .grid--2,.questions,.resources{grid-template-columns:1fr}
  .section-heading{gap:.8rem}
  .section-heading span{flex-basis:42px;height:42px}
  .footer__content{align-items:flex-start;flex-direction:column}
}
