:root{
  --green:#16833f;
  --green-2:#16a34a;
  --green-dark:#0f3d2e;
  --green-soft:#eaf8ef;
  --green-soft-2:#f3fbf6;
  --text:#10251d;
  --muted:#5b6f66;
  --border:#dfeee5;
  --white:#fff;
  --shadow:0 16px 40px rgba(10,60,35,.12);
  --shadow-sm:0 8px 24px rgba(10,60,35,.10);
  --radius:18px;
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.55;
}

img{
  max-width:100%;
  display:block;
}

a{
  text-decoration:none;
  color:inherit;
}

.container{
  width:min(1560px,calc(100% - 48px));
  margin:auto;
}

.header{
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--border);
}

.nav{
  height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.logo{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:800;
  font-size:25px;
  color:var(--green-dark);
}

.logo img{
  width:34px;
  height:34px;
}

.logo span{
  color:var(--green);
}

.menu{
  display:flex;
  align-items:center;
  gap:28px;
  font-weight:650;
  font-size:14px;
}

.menu a{
  color:#14382b;
}

.menu a:hover{
  color:var(--green);
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border-radius:10px;
  border:1px solid transparent;
  padding:12px 18px;
  font-weight:800;
  font-size:14px;
  cursor:pointer;
  transition:.2s;
}

.btn-primary{
  background:var(--green);
  color:#fff;
  box-shadow:0 10px 20px rgba(22,131,63,.18);
}

.btn-primary:hover{
  background:#106c35;
  transform:translateY(-1px);
}

.btn-outline{
  background:#fff;
  color:var(--green);
  border-color:var(--green);
}

.btn-outline:hover{
  background:var(--green-soft);
}

.mobile-toggle{
  display:none;
  border:0;
  background:transparent;
  font-size:28px;
  color:var(--green-dark);
}

/* HERO PRINCIPAL - FOTO DE LADO A LADO */
.hero{
  position:relative;
  min-height:460px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:#eaf8ef;
}

.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:url('../img/hero-valparaiso.jpg') center center/cover no-repeat;
  opacity:1;
  filter:saturate(.98) contrast(.96);
}

.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(255,255,255,.42);
}

.hero-content{
  position:relative;
  z-index:1;
  max-width:760px;
  padding:76px 0 92px;
}

.kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:var(--green-soft);
  color:var(--green);
  border-radius:999px;
  padding:7px 12px;
  font-size:13px;
  font-weight:800;
  margin-bottom:12px;
}

h1{
  margin:0 0 18px;
  font-size:clamp(42px,5.2vw,68px);
  line-height:.98;
  letter-spacing:-.05em;
  color:var(--green-dark);
}

h1 .accent{
  color:var(--green);
}

.lead{
  font-size:20px;
  color:#183f31;
  margin:0 0 26px;
  max-width:680px;
}

.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-bottom:22px;
}

.hero-actions .btn{
  padding:14px 22px;
  font-size:15px;
}

.micro{
  display:flex;
  align-items:center;
  gap:9px;
  color:#27483d;
  font-size:14px;
  font-weight:700;
}

:root{
  --green:#16833f;
  --green-2:#16a34a;
  --green-dark:#0f3d2e;
  --green-soft:#eaf8ef;
  --green-soft-2:#f3fbf6;
  --text:#10251d;
  --muted:#5b6f66;
  --border:#dfeee5;
  --white:#fff;
  --shadow:0 16px 40px rgba(10,60,35,.12);
  --shadow-sm:0 8px 24px rgba(10,60,35,.10);
  --radius:18px;
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.55;
}

img{
  max-width:100%;
  display:block;
}

a{
  text-decoration:none;
  color:inherit;
}

.container{
  width:min(1560px,calc(100% - 48px));
  margin:auto;
}

.header{
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--border);
}

.nav{
  height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.logo{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:800;
  font-size:25px;
  color:var(--green-dark);
}

.logo img{
  width:34px;
  height:34px;
}

.logo span{
  color:var(--green);
}

.menu{
  display:flex;
  align-items:center;
  gap:28px;
  font-weight:650;
  font-size:14px;
}

.menu a{
  color:#14382b;
}

.menu a:hover{
  color:var(--green);
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border-radius:10px;
  border:1px solid transparent;
  padding:12px 18px;
  font-weight:800;
  font-size:14px;
  cursor:pointer;
  transition:.2s;
}

.btn-primary{
  background:var(--green);
  color:#fff;
  box-shadow:0 10px 20px rgba(22,131,63,.18);
}

.btn-primary:hover{
  background:#106c35;
  transform:translateY(-1px);
}

.btn-outline{
  background:#fff;
  color:var(--green);
  border-color:var(--green);
}

.btn-outline:hover{
  background:var(--green-soft);
}

.mobile-toggle{
  display:none;
  border:0;
  background:transparent;
  font-size:28px;
  color:var(--green-dark);
}

/* HERO PRINCIPAL - FOTO DE LADO A LADO */
.hero{
  position:relative;
  min-height:460px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:#eaf8ef;
}

.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:url('../img/hero-valparaiso.jpg') center center/cover no-repeat;
  opacity:1;
  filter:saturate(.98) contrast(.96);
}

.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(255,255,255,.42);
}

.hero-content{
  position:relative;
  z-index:1;
  max-width:760px;
  padding:76px 0 92px;
}

.kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:var(--green-soft);
  color:var(--green);
  border-radius:999px;
  padding:7px 12px;
  font-size:13px;
  font-weight:800;
  margin-bottom:12px;
}

h1{
  margin:0 0 18px;
  font-size:clamp(42px,5.2vw,68px);
  line-height:.98;
  letter-spacing:-.05em;
  color:var(--green-dark);
}

h1 .accent{
  color:var(--green);
}

.lead{
  font-size:20px;
  color:#183f31;
  margin:0 0 26px;
  max-width:680px;
}

.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-bottom:22px;
}

.hero-actions .btn{
  padding:14px 22px;
  font-size:15px;
}

.micro{
  display:flex;
  align-items:center;
  gap:9px;
  color:#27483d;
  font-size:14px;
  font-weight:700;
}

.quick-row{
  position:relative;
  z-index:5;
  margin-top:-42px;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
}

.quick-card{
  background:#fff;
  border:1px solid var(--border);
  box-shadow:var(--shadow-sm);
  border-radius:16px;
  padding:20px;
  display:flex;
  align-items:center;
  gap:14px;
  min-height:88px;
}

.quick-card:hover{
  transform:translateY(-2px);
  box-shadow:var(--shadow);
}

.quick-icon,
.icon{
  width:52px;
  height:52px;
  border-radius:50%;
  background:var(--green-soft);
  color:var(--green);
  display:grid;
  place-items:center;
  font-size:24px;
  flex:0 0 auto;
}

.quick-card strong{
  font-size:17px;
  line-height:1.15;
}

.quick-card .arrow{
  margin-left:auto;
  color:var(--green-dark);
  font-size:22px;
}

.section{
  padding:48px 0;
}

.audience-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.audience-card{
  position:relative;
  overflow:hidden;
  border-radius:var(--radius);
  min-height:260px;
  background:var(--green-soft-2);
  border:1px solid var(--border);
  box-shadow:var(--shadow-sm);
  padding:24px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.audience-card::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:54%;
  height:100%;
  background:var(--photo) center/cover no-repeat;
  mask-image:linear-gradient(90deg,transparent 0%,#000 45%);
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 45%);
  opacity:.55;
}

.audience-card h3,
.audience-card p,
.audience-card a{
  position:relative;
  z-index:1;
}

.audience-card h3{
  font-size:22px;
  line-height:1.05;
  margin:0 0 10px;
  color:var(--green-dark);
  max-width:82%;
}

.audience-card p{
  font-size:15px;
  line-height:1.45;
  color:#23443a;
  margin:0 0 18px;
  max-width:78%;
}

.audience-card .btn{
  font-size:13px;
  padding:12px 16px;
}

.section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:18px;
}

.section-head h2{
  font-size:30px;
  letter-spacing:-.03em;
  color:var(--green-dark);
  margin:0;
}

.see-all{
  color:var(--green);
  font-weight:800;
}

.destinos-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:18px;
}

.destino{
  position:relative;
  overflow:hidden;
  min-height:175px;
  border-radius:16px;
  box-shadow:var(--shadow-sm);
  background:#ddd;
}

.destino img{
  width:100%;
  height:100%;
  object-fit:cover;
  position:absolute;
  inset:0;
}

.destino::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    180deg,
    rgba(0,0,0,.05) 0%,
    rgba(0,0,0,.22) 42%,
    rgba(0,0,0,.82) 100%
  );
}

.destino-info{
  position:absolute;
  left:16px;
  right:16px;
  bottom:16px;
  z-index:1;
  color:#fff;
  text-shadow:0 2px 8px rgba(0,0,0,.55);
}

.destino-info strong{
  font-size:20px;
  display:block;
  line-height:1.05;
}

.destino-info small{
  display:block;
  margin-top:4px;
  font-weight:700;
  opacity:.96;
  line-height:1.25;
}

.footer{
  background:#f5faf7;
  border-top:1px solid var(--border);
  padding:40px 0 18px;
}

.footer-grid{
  display:grid;
  grid-template-columns:1.5fr repeat(5,1fr);
  gap:26px;
}

.footer h4{
  margin:0 0 10px;
  color:var(--green-dark);
}

.footer a,
.footer p{
  display:block;
  color:#315146;
  font-size:14px;
  margin:7px 0;
}

.social{
  display:flex;
  gap:10px;
  margin-top:14px;
}

.social span{
  width:30px;
  height:30px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--green);
  color:#fff;
  font-size:13px;
  font-weight:800;
}

.legal{
  border-top:1px solid var(--border);
  margin-top:28px;
  padding-top:14px;
  display:flex;
  justify-content:space-between;
  gap:16px;
  color:#5f756c;
  font-size:13px;
}

/* HERO PARA PÁGINAS INTERNAS */
.page-hero{
  position:relative;
  min-height:460px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:
    linear-gradient(rgba(255,255,255,.42),rgba(255,255,255,.42)),
    var(--hero) center center/cover no-repeat;
}

.page-hero .hero-content{
  max-width:760px;
  padding:76px 0 92px;
}

.feature-row{
  margin-top:-32px;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
}

.feature-card{
  background:#fff;
  border:1px solid var(--border);
  box-shadow:var(--shadow-sm);
  border-radius:16px;
  padding:20px;
  display:flex;
  gap:14px;
  align-items:flex-start;
}

.feature-card h3{
  font-size:16px;
  line-height:1.15;
  margin:0 0 6px;
}

.feature-card p{
  font-size:13px;
  color:var(--muted);
  margin:0;
}

.split{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:34px;
  align-items:start;
}

.tile-row{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
}

.publish-tile{
  position:relative;
  overflow:hidden;
  border-radius:16px;
  min-height:168px;
  color:#fff;
  padding:15px;
  display:flex;
  flex-direction:column;
  justify-content:end;
  background:#222;
}

.publish-tile img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:0;
}

.publish-tile::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.82) 100%);
  z-index:1;
}

.publish-tile *{
  position:relative;
  z-index:2;
}

.publish-tile strong{
  font-size:16px;
}

.publish-tile small{
  font-size:12px;
  line-height:1.3;
}

.plans{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.plan{
  background:#fff;
  border:1px solid var(--border);
  border-radius:16px;
  padding:20px;
  box-shadow:var(--shadow-sm);
}

.plan.featured{
  border:2px solid var(--green);
  position:relative;
}

.badge{
  position:absolute;
  right:14px;
  top:-12px;
  background:#e6f6b2;
  color:#315100;
  border-radius:999px;
  padding:5px 10px;
  font-size:12px;
  font-weight:800;
}

.plan h3{
  margin:0;
  color:var(--green);
}

.price{
  font-size:28px;
  font-weight:900;
  color:var(--green-dark);
}

.plan ul{
  padding:0;
  margin:12px 0 18px;
  list-style:none;
}

.plan li{
  font-size:13px;
  margin:8px 0;
  color:#355349;
}

.plan li::before{
  content:"✓";
  color:var(--green);
  font-weight:900;
  margin-right:7px;
}

.steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.step{
  background:#fff;
  border:1px solid var(--border);
  border-radius:16px;
  padding:18px;
  box-shadow:var(--shadow-sm);
}

.step .num{
  width:28px;
  height:28px;
  border-radius:50%;
  background:var(--green);
  color:#fff;
  display:grid;
  place-items:center;
  font-weight:900;
  margin-bottom:8px;
}

.faq{
  background:#fff;
  border:1px solid var(--border);
  border-radius:16px;
  padding:18px;
  box-shadow:var(--shadow-sm);
}

.faq details{
  border-bottom:1px solid var(--border);
  padding:12px 0;
}

.faq details:last-child{
  border-bottom:0;
}

.faq summary{
  font-weight:800;
  cursor:pointer;
}

.contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}

.form{
  background:#fff;
  border:1px solid var(--border);
  box-shadow:var(--shadow-sm);
  border-radius:18px;
  padding:24px;
}

.form input,
.form textarea,
.form select{
  width:100%;
  padding:13px 14px;
  border:1px solid var(--border);
  border-radius:10px;
  margin:8px 0 14px;
  font:inherit;
}

.form textarea{
  min-height:120px;
}

@media(min-width:1600px){
  .container{
    width:min(1660px,calc(100% - 64px));
  }

  .hero-content,
  .page-hero .hero-content{
    max-width:820px;
  }
}

@media(max-width:980px){
  .container{
    width:min(100% - 32px,1180px);
  }

  .menu{
    display:none;
  }

  .mobile-toggle{
    display:block;
  }

  .quick-row,
  .audience-grid,
  .destinos-grid,
  .feature-row,
  .tile-row,
  .plans,
  .steps,
  .footer-grid,
  .split,
  .contact-grid{
    grid-template-columns:1fr 1fr;
  }

  .hero,
  .page-hero{
    min-height:420px;
  }

  .hero::after{
    background:rgba(255,255,255,.50);
  }

  .page-hero{
    background:
      linear-gradient(rgba(255,255,255,.50),rgba(255,255,255,.50)),
      var(--hero) center center/cover no-repeat;
  }

  .hero-content,
  .page-hero .hero-content{
    max-width:100%;
    padding:56px 0 78px;
  }

  h1{
    font-size:clamp(38px,7vw,56px);
  }

  .lead{
    font-size:18px;
  }

  .destinos-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .footer-grid{
    grid-template-columns:1fr 1fr;
  }

  .feature-row{
    margin-top:20px;
  }
}

@media(max-width:640px){
  .container{
    width:min(100% - 24px,1180px);
  }

  .nav{
    height:68px;
  }

  .logo{
    font-size:21px;
  }

  .hero,
  .page-hero{
    min-height:390px;
  }

  .hero::after{
    background:rgba(255,255,255,.62);
  }

  .page-hero{
    background:
      linear-gradient(rgba(255,255,255,.62),rgba(255,255,255,.62)),
      var(--hero) center center/cover no-repeat;
  }

  .hero-content,
  .page-hero .hero-content{
    padding:42px 0 64px;
  }

  h1{
    font-size:clamp(34px,10vw,46px);
  }

  .lead{
    font-size:16px;
  }

  .hero-actions .btn{
    width:100%;
  }

  .quick-row,
  .audience-grid,
  .destinos-grid,
  .feature-row,
  .tile-row,
  .plans,
  .steps,
  .footer-grid,
  .split,
  .contact-grid{
    grid-template-columns:1fr;
  }

  .audience-card p{
    max-width:78%;
  }

  .section{
    padding:34px 0;
  }

  .legal{
    flex-direction:column;
  }
}



@media (max-width: 980px) {
  .menu.menu-open {
    position: absolute;
    top: 76px;
    left: 16px;
    right: 16px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 16px;
    box-shadow: var(--shadow);
  }

  .menu.menu-open a {
    display: block;
    padding: 12px 14px;
    border-radius: 10px;
  }

  .menu.menu-open a:hover {
    background: var(--green-soft);
  }
}

@media (max-width: 640px) {
  .menu.menu-open {
    top: 68px;
    left: 12px;
    right: 12px;
  }
}

.quick-card{
  background:#fff;
  border:1px solid var(--border);
  box-shadow:var(--shadow-sm);
  border-radius:16px;
  padding:20px;
  display:flex;
  align-items:center;
  gap:14px;
  min-height:88px;
}

.quick-card:hover{
  transform:translateY(-2px);
  box-shadow:var(--shadow);
}

.quick-icon,
.icon{
  width:52px;
  height:52px;
  border-radius:50%;
  background:var(--green-soft);
  color:var(--green);
  display:grid;
  place-items:center;
  font-size:24px;
  flex:0 0 auto;
}

.quick-card strong{
  font-size:17px;
  line-height:1.15;
}

.quick-card .arrow{
  margin-left:auto;
  color:var(--green-dark);
  font-size:22px;
}

.section{
  padding:48px 0;
}

.audience-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.audience-card{
  position:relative;
  overflow:hidden;
  border-radius:var(--radius);
  min-height:260px;
  background:var(--green-soft-2);
  border:1px solid var(--border);
  box-shadow:var(--shadow-sm);
  padding:24px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.audience-card::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:54%;
  height:100%;
  background:var(--photo) center/cover no-repeat;
  mask-image:linear-gradient(90deg,transparent 0%,#000 45%);
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 45%);
  opacity:.55;
}

.audience-card h3,
.audience-card p,
.audience-card a{
  position:relative;
  z-index:1;
}

.audience-card h3{
  font-size:22px;
  line-height:1.05;
  margin:0 0 10px;
  color:var(--green-dark);
  max-width:82%;
}

.audience-card p{
  font-size:15px;
  line-height:1.45;
  color:#23443a;
  margin:0 0 18px;
  max-width:78%;
}

.audience-card .btn{
  font-size:13px;
  padding:12px 16px;
}

.section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:18px;
}

.section-head h2{
  font-size:30px;
  letter-spacing:-.03em;
  color:var(--green-dark);
  margin:0;
}

.see-all{
  color:var(--green);
  font-weight:800;
}

.destinos-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:18px;
}

.destino{
  position:relative;
  overflow:hidden;
  min-height:175px;
  border-radius:16px;
  box-shadow:var(--shadow-sm);
  background:#ddd;
}

.destino img{
  width:100%;
  height:100%;
  object-fit:cover;
  position:absolute;
  inset:0;
}

.destino::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    180deg,
    rgba(0,0,0,.05) 0%,
    rgba(0,0,0,.22) 42%,
    rgba(0,0,0,.82) 100%
  );
}

.destino-info{
  position:absolute;
  left:16px;
  right:16px;
  bottom:16px;
  z-index:1;
  color:#fff;
  text-shadow:0 2px 8px rgba(0,0,0,.55);
}

.destino-info strong{
  font-size:20px;
  display:block;
  line-height:1.05;
}

.destino-info small{
  display:block;
  margin-top:4px;
  font-weight:700;
  opacity:.96;
  line-height:1.25;
}

.footer{
  background:#f5faf7;
  border-top:1px solid var(--border);
  padding:40px 0 18px;
}

.footer-grid{
  display:grid;
  grid-template-columns:1.5fr repeat(5,1fr);
  gap:26px;
}

.footer h4{
  margin:0 0 10px;
  color:var(--green-dark);
}

.footer a,
.footer p{
  display:block;
  color:#315146;
  font-size:14px;
  margin:7px 0;
}

.social{
  display:flex;
  gap:10px;
  margin-top:14px;
}

.social span{
  width:30px;
  height:30px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--green);
  color:#fff;
  font-size:13px;
  font-weight:800;
}

.legal{
  border-top:1px solid var(--border);
  margin-top:28px;
  padding-top:14px;
  display:flex;
  justify-content:space-between;
  gap:16px;
  color:#5f756c;
  font-size:13px;
}

/* HERO PARA PÁGINAS INTERNAS */
.page-hero{
  position:relative;
  min-height:460px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:
    linear-gradient(rgba(255,255,255,.42),rgba(255,255,255,.42)),
    var(--hero) center center/cover no-repeat;
}

.page-hero .hero-content{
  max-width:760px;
  padding:76px 0 92px;
}

.feature-row{
  margin-top:-32px;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
}

.feature-card{
  background:#fff;
  border:1px solid var(--border);
  box-shadow:var(--shadow-sm);
  border-radius:16px;
  padding:20px;
  display:flex;
  gap:14px;
  align-items:flex-start;
}

.feature-card h3{
  font-size:16px;
  line-height:1.15;
  margin:0 0 6px;
}

.feature-card p{
  font-size:13px;
  color:var(--muted);
  margin:0;
}

.split{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:34px;
  align-items:start;
}

.tile-row{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
}

.publish-tile{
  position:relative;
  overflow:hidden;
  border-radius:16px;
  min-height:168px;
  color:#fff;
  padding:15px;
  display:flex;
  flex-direction:column;
  justify-content:end;
  background:#222;
}

.publish-tile img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:0;
}

.publish-tile::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.82) 100%);
  z-index:1;
}

.publish-tile *{
  position:relative;
  z-index:2;
}

.publish-tile strong{
  font-size:16px;
}

.publish-tile small{
  font-size:12px;
  line-height:1.3;
}

.plans{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.plan{
  background:#fff;
  border:1px solid var(--border);
  border-radius:16px;
  padding:20px;
  box-shadow:var(--shadow-sm);
}

.plan.featured{
  border:2px solid var(--green);
  position:relative;
}

.badge{
  position:absolute;
  right:14px;
  top:-12px;
  background:#e6f6b2;
  color:#315100;
  border-radius:999px;
  padding:5px 10px;
  font-size:12px;
  font-weight:800;
}

.plan h3{
  margin:0;
  color:var(--green);
}

.price{
  font-size:28px;
  font-weight:900;
  color:var(--green-dark);
}

.plan ul{
  padding:0;
  margin:12px 0 18px;
  list-style:none;
}

.plan li{
  font-size:13px;
  margin:8px 0;
  color:#355349;
}

.plan li::before{
  content:"✓";
  color:var(--green);
  font-weight:900;
  margin-right:7px;
}

.steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.step{
  background:#fff;
  border:1px solid var(--border);
  border-radius:16px;
  padding:18px;
  box-shadow:var(--shadow-sm);
}

.step .num{
  width:28px;
  height:28px;
  border-radius:50%;
  background:var(--green);
  color:#fff;
  display:grid;
  place-items:center;
  font-weight:900;
  margin-bottom:8px;
}

.faq{
  background:#fff;
  border:1px solid var(--border);
  border-radius:16px;
  padding:18px;
  box-shadow:var(--shadow-sm);
}

.faq details{
  border-bottom:1px solid var(--border);
  padding:12px 0;
}

.faq details:last-child{
  border-bottom:0;
}

.faq summary{
  font-weight:800;
  cursor:pointer;
}

.contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}

.form{
  background:#fff;
  border:1px solid var(--border);
  box-shadow:var(--shadow-sm);
  border-radius:18px;
  padding:24px;
}

.form input,
.form textarea,
.form select{
  width:100%;
  padding:13px 14px;
  border:1px solid var(--border);
  border-radius:10px;
  margin:8px 0 14px;
  font:inherit;
}

.form textarea{
  min-height:120px;
}

@media(min-width:1600px){
  .container{
    width:min(1660px,calc(100% - 64px));
  }

  .hero-content,
  .page-hero .hero-content{
    max-width:820px;
  }
}

@media(max-width:980px){
  .container{
    width:min(100% - 32px,1180px);
  }

  .menu{
    display:none;
  }

  .mobile-toggle{
    display:block;
  }

  .quick-row,
  .audience-grid,
  .destinos-grid,
  .feature-row,
  .tile-row,
  .plans,
  .steps,
  .footer-grid,
  .split,
  .contact-grid{
    grid-template-columns:1fr 1fr;
  }

  .hero,
  .page-hero{
    min-height:420px;
  }

  .hero::after{
    background:rgba(255,255,255,.50);
  }

  .page-hero{
    background:
      linear-gradient(rgba(255,255,255,.50),rgba(255,255,255,.50)),
      var(--hero) center center/cover no-repeat;
  }

  .hero-content,
  .page-hero .hero-content{
    max-width:100%;
    padding:56px 0 78px;
  }

  h1{
    font-size:clamp(38px,7vw,56px);
  }

  .lead{
    font-size:18px;
  }

  .destinos-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .footer-grid{
    grid-template-columns:1fr 1fr;
  }

  .feature-row{
    margin-top:20px;
  }
}

@media(max-width:640px){
  .container{
    width:min(100% - 24px,1180px);
  }

  .nav{
    height:68px;
  }

  .logo{
    font-size:21px;
  }

  .hero,
  .page-hero{
    min-height:390px;
  }

  .hero::after{
    background:rgba(255,255,255,.62);
  }

  .page-hero{
    background:
      linear-gradient(rgba(255,255,255,.62),rgba(255,255,255,.62)),
      var(--hero) center center/cover no-repeat;
  }

  .hero-content,
  .page-hero .hero-content{
    padding:42px 0 64px;
  }

  h1{
    font-size:clamp(34px,10vw,46px);
  }

  .lead{
    font-size:16px;
  }

  .hero-actions .btn{
    width:100%;
  }

  .quick-row,
  .audience-grid,
  .destinos-grid,
  .feature-row,
  .tile-row,
  .plans,
  .steps,
  .footer-grid,
  .split,
  .contact-grid{
    grid-template-columns:1fr;
  }

  .audience-card p{
    max-width:78%;
  }

  .section{
    padding:34px 0;
  }

  .legal{
    flex-direction:column;
  }
}



@media (max-width: 980px) {
  .menu.menu-open {
    position: absolute;
    top: 76px;
    left: 16px;
    right: 16px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 16px;
    box-shadow: var(--shadow);
  }

  .menu.menu-open a {
    display: block;
    padding: 12px 14px;
    border-radius: 10px;
  }

  .menu.menu-open a:hover {
    background: var(--green-soft);
  }
}

@media (max-width: 640px) {
  .menu.menu-open {
    top: 68px;
    left: 12px;
    right: 12px;
  }
}