:root{
  --exc-header-offset: 74px;
  --exc-cart-width: 360px;
}

.exc-page{
  background:#ffffff;
}

.exc-top-shadow{
  position:sticky;
  top:0;
  z-index:1;
  height:var(--exc-header-offset);
  pointer-events:none;
  background:
    linear-gradient(
      to bottom,
      rgba(0,0,0,0.96) 0%,
      rgba(0,0,0,0.92) 78%,
      rgba(0,0,0,0.35) 96%,
      rgba(0,0,0,0) 100%
    );
}

.exc-main{
  background:#ffffff;
  padding:14px 10px 90px;
  scroll-padding-top:calc(var(--exc-header-offset) + 18px);
}

.exc-wrap{
  width:80%;
  margin:0 auto;
}

#excursiones-lista{
  scroll-margin-top:calc(var(--exc-header-offset) + 18px);
}

.exc-hero{
  padding:10px 0 18px;
}

.exc-hero__panel{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:18px;
  align-items:stretch;
  background:linear-gradient(135deg, #fffdf7, #fff8ef);
  border:1px solid rgba(168,129,69,.14);
  border-radius:10px;
  overflow:hidden;
  box-shadow:
    0 20px 60px rgba(0,0,0,.06),
    0 8px 20px rgba(0,0,0,.03);
}

.exc-hero__content{
  padding:28px 26px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.exc-chip{
  display:inline-flex;
  width:max-content;
  padding:8px 12px;
  border-radius:999px;
  background:#fff1d7;
  color:#7b5524;
  font-size:.84rem;
  font-weight:800;
  margin-bottom:14px;
}

.exc-title{
  margin:0 0 12px;
  font-size:clamp(2rem, 4vw, 3.5rem);
  line-height:1.02;
  color:#2a1a12;
}

.exc-subtitle{
  margin:0 0 18px;
  font-size:1rem;
  line-height:1.7;
  color:#5e514a;
  max-width:64ch;
}

.exc-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.exc-hero__visual{
  min-height:320px;
  background:#f4eee8;
}

.exc-hero__visual img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.exc-intro{
  padding:0 0 18px;
}

.exc-intro__box{
  background:#fffdf8;
  border:1px solid rgba(134,104,58,.10);
  border-radius:8px;
  padding:18px;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:18px;
  align-items:center;
}

.exc-intro__box h2{
  margin:0 0 8px;
  color:#2c1e18;
  font-size:1.45rem;
}

.exc-intro__box p{
  margin:0;
  color:#665954;
  line-height:1.7;
}

.exc-intro__mini{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:flex-end;
}

.exc-intro__mini span{
  padding:9px 11px;
  border-radius:999px;
  background:#fff2dc;
  color:#7d5826;
  font-size:.86rem;
  font-weight:700;
}

.exc-grid-section{
  padding:4px 0 18px;
}

.exc-section-head{
  margin:0 0 16px;
}

.exc-section-head h2{
  margin:0 0 6px;
  color:#261913;
  font-size:1.8rem;
}

.exc-section-head p{
  margin:0;
  color:#70635c;
  line-height:1.7;
}

.exc-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
}

.exc-card{
  background:#fffdf8;
  border:1px solid rgba(122,92,49,.10);
  border-radius:12px;
  overflow:hidden;
  box-shadow:
    0 12px 28px rgba(0,0,0,.04),
    0 4px 10px rgba(0,0,0,.03);
  transition:transform .18s ease, box-shadow .18s ease;
}

.exc-card:hover{
  transform:translateY(-2px);
  box-shadow:
    0 18px 36px rgba(0,0,0,.06),
    0 6px 14px rgba(0,0,0,.04);
}

.exc-card__media{
  position:relative;
  aspect-ratio:16/7.5;
  overflow:hidden;
  background:#ebe3da;
}

.exc-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.exc-card__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.18));
  pointer-events:none;
}

.exc-card__badge{
  position:absolute;
  top:10px;
  left:10px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.88);
  color:#6a4c23;
  font-size:.78rem;
  font-weight:900;
  box-shadow:0 8px 18px rgba(0,0,0,.08);
}

.exc-card__body{
  padding:14px;
}

.exc-card__head{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
  margin-bottom:10px;
}

.exc-card__head h3{
  margin:0 0 3px;
  color:#251914;
  font-size:1.2rem;
  line-height:1.15;
}

.exc-card__head p{
  margin:0;
  color:#8a715f;
  font-weight:600;
  font-size:.88rem;
}

.exc-card__price{
  white-space:nowrap;
  font-size:.96rem;
  font-weight:900;
  color:#69461e;
  background:#fff1dc;
  border:1px solid rgba(131,88,36,.12);
  border-radius:10px;
  padding:8px 10px;
}

.exc-card__desc{
  margin:0 0 12px;
  color:#625650;
  line-height:1.6;
  font-size:.93rem;
}

.exc-meta{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-bottom:12px;
}

.exc-meta__tag{
  padding:7px 9px;
  border-radius:999px;
  background:#fff0dd;
  color:#7a582c;
  font-size:.78rem;
  font-weight:700;
}

.exc-stats{
  display:grid;
  gap:8px;
  margin-bottom:12px;
}

.exc-stat__row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:4px;
  font-size:.84rem;
  color:#4b403b;
}

.exc-stat__bar{
  height:7px;
  border-radius:999px;
  background:#efe7dc;
  overflow:hidden;
}

.exc-stat__bar i{
  display:block;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg, #ffce7a, #ff8d5c, #c86cff);
}

.exc-plus{
  margin:0 0 12px;
  padding:12px;
  border:1px solid rgba(128,89,49,.14);
  background:linear-gradient(135deg, #fff8ef, #fff0dc);
  border-radius:10px;
}

.exc-plus__line{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:10px;
  margin-bottom:10px;
}

.exc-plus__title{
  font-weight:900;
  color:#6d4d1f;
  margin-bottom:4px;
  font-size:.92rem;
}

.exc-plus__text{
  color:#6b5b4f;
  line-height:1.5;
  font-size:.85rem;
}

.exc-plus__price{
  white-space:nowrap;
  font-weight:900;
  color:#6a471d;
  font-size:.88rem;
}

.exc-card__actions{
  display:grid;
  grid-template-columns:1fr auto;
  gap:8px;
}

.exc-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 14px;
  border-radius:11px;
  text-decoration:none;
  border:none;
  cursor:pointer;
  font-weight:900;
  transition:transform .16s ease, opacity .16s ease, box-shadow .16s ease;
  text-align:center;
  font-size:.92rem;
  line-height:1.08;
}

.exc-btn:hover{
  transform:translateY(-1px);
}

.exc-btn--full{
  width:100%;
}

.exc-btn--gold{
  background:linear-gradient(180deg, #ffdf9f, #e6bc68);
  color:#3a2712;
  box-shadow:0 12px 26px rgba(230,188,104,.25);
}

.exc-btn--wa{
  background:linear-gradient(180deg, #3dcf77, #1fa558);
  color:#fff;
  box-shadow:0 12px 24px rgba(31,165,88,.22);
}

.exc-btn--dark{
  background:linear-gradient(180deg, #2d2320, #16100e);
  color:#fff;
  box-shadow:0 10px 20px rgba(0,0,0,.14);
}

.exc-btn--ghost{
  background:#fff;
  color:#3f332e;
  border:1px solid rgba(79,58,44,.16);
}

.exc-btn--soft{
  background:#fff;
  color:#714a1b;
  border:1px solid rgba(131,88,36,.18);
}

.exc-btn--warning{
  background:linear-gradient(180deg, #ffd775, #efb93c);
  color:#4a3104;
  border:1px solid rgba(122,88,17,.14);
}

.exc-btn--danger{
  background:linear-gradient(180deg, #ea5d5d, #cc2f2f);
  color:#fff;
  border:1px solid rgba(122,19,19,.18);
  border-radius:3px;
  box-shadow:0 12px 24px rgba(204,47,47,.18);
}

.exc-btn--danger-radius{
  border-radius:3px !important;
}

.exc-btn--sm{
  min-height:38px;
  padding:0 12px;
  font-size:.88rem;
}

.exc-btn--xl{
  min-height:76px;
  font-size:.98rem;
  letter-spacing:.01em;
}

.exc-cart--side{
  position:fixed;
  top:calc(var(--exc-header-offset) + 18px);
  right:0;
  z-index:9500;
  display:flex;
  align-items:flex-start;
  max-height:calc(100vh - var(--exc-header-offset) - 36px);
}

.exc-cart__toggle--side{
  display:flex;
  align-items:center;
  justify-content:center;
  border:none;
  border-radius:14px 0 0 14px;
  background:linear-gradient(180deg, #261b16, #120d0b);
  color:#fff;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 18px 34px rgba(0,0,0,.18);
  min-height:180px;
  width:54px;
  padding:10px 6px;
}

.exc-cart__toggle-text{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  white-space:nowrap;
  letter-spacing:.02em;
  transform:rotate(-90deg);
  transform-origin:center center;
  line-height:1;
}

.exc-cart__toggle-count{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:22px;
  height:22px;
  padding:0 7px;
  border-radius:999px;
  background:#38c96d;
  color:#fff;
  font-size:.82rem;
  font-weight:900;
  line-height:1;
  box-shadow:0 6px 14px rgba(56,201,109,.28);
}

.exc-cart__body--side{
  width:var(--exc-cart-width);
  background:#fffdf8;
  border:1px solid rgba(91,63,29,.12);
  border-right:none;
  border-radius:14px 0 0 14px;
  padding:14px;
  box-shadow:0 22px 45px rgba(0,0,0,.14);
  overflow:auto;
  max-height:calc(100vh - var(--exc-header-offset) - 36px);
}

.exc-cart.is-collapsed .exc-cart__body--side{
  display:none;
}

.exc-cart__section{
  display:grid;
  gap:10px;
}

.exc-cart__section--plan{
  background:linear-gradient(180deg, rgba(255,244,225,.72), rgba(255,249,241,.92));
  border:1px solid rgba(140,105,54,.10);
  border-radius:10px;
  padding:10px;
}

.exc-cart__section-title{
  font-size:.98rem;
  font-weight:900;
  color:#2c211c;
}

.exc-cart__fields-inline{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  align-items:start;
}

.exc-cart__field{
  display:grid;
  gap:5px;
}

.exc-cart__field label{
  font-size:.78rem;
  font-weight:800;
  color:#4b403b;
  line-height:1.1;
}

.exc-cart__input,
.exc-cart__select,
.exc-form-input{
  width:100%;
  min-height:36px;
  height:36px;
  border-radius:8px;
  border:1px solid rgba(91,63,29,.16);
  background:linear-gradient(180deg, #ffffff, #fffaf4);
  padding:0 10px;
  color:#2d241f;
  font:inherit;
  font-size:.88rem;
  box-shadow:inset 0 1px 2px rgba(0,0,0,.03);
}

.exc-cart__input:focus,
.exc-cart__select:focus,
.exc-form-input:focus{
  outline:none;
  border-color:rgba(131,88,36,.32);
  box-shadow:
    0 0 0 3px rgba(230,188,104,.14),
    inset 0 1px 2px rgba(0,0,0,.03);
}

.exc-cart__hint{
  grid-column:1 / -1;
  font-size:.70rem;
  color:#7a6c63;
  line-height:1.2;
  margin-top:-2px;
}

.exc-cart__divider{
  height:1px;
  background:linear-gradient(
    90deg,
    rgba(91,63,29,0) 0%,
    rgba(91,63,29,.16) 12%,
    rgba(91,63,29,.16) 88%,
    rgba(91,63,29,0) 100%
  );
  margin:12px 0;
}

.exc-cart__list{
  display:grid;
  gap:8px;
}

.exc-cart__item{
  display:grid;
  grid-template-columns:1fr auto;
  gap:8px;
  align-items:center;
  padding:10px 11px;
  background:linear-gradient(135deg, #ffffff, #fff7ee);
  border:1px solid rgba(94,73,50,.12);
  border-radius:11px;
  box-shadow:0 4px 10px rgba(0,0,0,.03);
}

.exc-cart__item-left{
  display:grid;
  gap:3px;
}

.exc-cart__item-eyebrow{
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.03em;
  text-transform:uppercase;
  color:#95724d;
}

.exc-cart__item-name{
  font-weight:900;
  color:#2d241f;
  line-height:1.2;
  font-size:.9rem;
}

.exc-cart__item-price{
  font-size:.8rem;
  color:#7a6045;
  font-weight:700;
}

.exc-cart__item-remove{
  border:none;
  background:#fff1ef;
  color:#b3483c;
  border-radius:9px;
  min-height:34px;
  padding:0 10px;
  font-weight:800;
  cursor:pointer;
}

.exc-cart__empty,
.exc-modal__empty{
  color:#6d625d;
  padding:8px 2px;
  font-size:.9rem;
}

.exc-cart__summary{
  margin-top:10px;
  padding:10px 11px;
  border-radius:11px;
  background:#fff9f1;
  border:1px solid rgba(112,83,45,.10);
  display:grid;
  gap:5px;
}

.exc-cart__sumrow{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  font-size:.86rem;
  color:#4e433d;
  line-height:1.12;
}

.exc-cart__sumrow strong{
  color:#2b211d;
}

.exc-cart__sumrow--small{
  font-size:.74rem;
  color:#7b685a;
}

.exc-cart__sumrow--muted{
  color:#7c6758;
}

.exc-cart__sumrow--total{
  padding-top:6px;
  margin-top:2px;
  border-top:1px dashed rgba(112,83,45,.16);
  font-size:.96rem;
  font-weight:900;
}

.exc-cart__actions{
  display:grid;
  gap:8px;
  margin-top:12px;
}

.exc-modal{
  position:fixed;
  inset:0;
  z-index:12000;
  display:none;
}

.exc-modal.is-open{
  display:block;
}

.exc-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.48);
  backdrop-filter:blur(3px);
}

.exc-modal__sheet{
  position:absolute;
  left:50%;
  bottom:0;
  transform:translateX(-50%) translateY(100%);
  width:min(980px, calc(100% - 18px));
  max-height:88vh;
  background:#fffdf9;
  border-radius:20px 20px 0 0;
  box-shadow:0 -20px 50px rgba(0,0,0,.22);
  overflow:hidden;
  transition:transform .32s cubic-bezier(.2,.8,.2,1);
}

.exc-modal.is-open .exc-modal__sheet{
  transform:translateX(-50%) translateY(0);
}

.exc-modal__handle{
  width:62px;
  height:6px;
  border-radius:999px;
  background:rgba(0,0,0,.14);
  margin:10px auto 0;
}

.exc-modal__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  padding:14px 16px 12px;
  border-bottom:1px solid rgba(91,63,29,.10);
  background:rgba(0,0,0,.40);
  color:#fff;
}

.exc-modal__head h3{
  margin:0 0 4px;
  font-size:1.2rem;
  color:#fff;
}

.exc-modal__head p{
  margin:0;
  color:rgba(255,255,255,.82);
  font-size:.9rem;
}

.exc-modal__close{
  border:none;
  background:rgba(255,255,255,.14);
  color:#fff;
  width:38px;
  height:38px;
  border-radius:10px;
  font-size:22px;
  cursor:pointer;
}

.exc-steps{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:0;
  padding:14px 16px 0;
  background:#fffdf9;
}

.exc-step{
  position:relative;
  min-height:54px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:0 22px 0 16px;
  background:#f4ece4;
  color:#6b5c52;
  border-top:2px solid rgba(110,84,57,.18);
  border-bottom:2px solid rgba(110,84,57,.18);
  border-left:1px solid rgba(110,84,57,.12);
  font-size:.84rem;
  font-weight:800;
}

.exc-step:first-child{
  border-left:2px solid rgba(110,84,57,.18);
}

.exc-step::after{
  content:"";
  position:absolute;
  top:-2px;
  right:-26px;
  width:0;
  height:0;
  border-top:29px solid transparent;
  border-bottom:29px solid transparent;
  border-left:26px solid #f4ece4;
  z-index:2;
}

.exc-step::before{
  content:"";
  position:absolute;
  top:-2px;
  right:-29px;
  width:0;
  height:0;
  border-top:29px solid transparent;
  border-bottom:29px solid transparent;
  border-left:29px solid rgba(110,84,57,.18);
  z-index:1;
}

.exc-step:last-child::after,
.exc-step:last-child::before{
  display:none;
}

.exc-step span{
  font-size:.86rem;
  font-weight:900;
  line-height:1;
}

.exc-step small{
  font-size:.72rem;
  opacity:.92;
  margin-top:4px;
}

.exc-step.is-active{
  background:#ffe8b6;
  color:#4a3417;
}

.exc-step.is-active::after{
  border-left-color:#ffe8b6;
}

.exc-step.is-done{
  background:#dff5e6;
  color:#205433;
}

.exc-step.is-done::after{
  border-left-color:#dff5e6;
}

.exc-step.is-disabled{
  opacity:.55;
}

.exc-modal__body{
  padding:16px;
  display:block;
  overflow:auto;
  max-height:calc(88vh - 200px);
}

.exc-step-panel{
  display:none;
}

.exc-step-panel.is-active{
  display:block;
}

.exc-review-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.exc-review-box,
.exc-validate-box,
.exc-send-box{
  background:#fff;
  border:1px solid rgba(91,63,29,.10);
  border-radius:14px;
  padding:14px;
}

.exc-review-title{
  font-size:.96rem;
  font-weight:900;
  color:#2b211c;
  margin-bottom:10px;
}

.exc-review-list,
.exc-review-costs{
  display:grid;
  gap:8px;
}

.exc-review-item,
.exc-review-cost-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  padding:9px 10px;
  border-radius:10px;
  background:#fff8f0;
  border:1px solid rgba(131,88,36,.08);
  font-size:.88rem;
  color:#574b44;
}

.exc-review-item strong,
.exc-review-cost-row strong{
  color:#2b221d;
}

.exc-review-cost-row.is-total{
  background:#fff0d9;
  font-weight:900;
}

.exc-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.exc-form-field{
  display:grid;
  gap:5px;
}

.exc-form-field--full{
  grid-column:1 / -1;
}

.exc-form-field label{
  font-size:.78rem;
  font-weight:800;
  color:#4b403b;
  line-height:1.1;
}

.exc-validate-status{
  margin-top:12px;
  padding:10px 12px;
  border-radius:10px;
  background:#fff7ec;
  border:1px solid rgba(131,88,36,.10);
  color:#6a5a4f;
  font-size:.84rem;
  line-height:1.45;
}

.exc-validate-status.is-processing{
  background:#eef6ff;
  border-color:rgba(49,109,196,.14);
  color:#38506f;
}

.exc-validate-status.is-success{
  background:#ecfbf0;
  border-color:rgba(41,146,78,.16);
  color:#245c37;
}

.exc-send-box{
  min-height:220px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.exc-send-spinner{
  width:44px;
  height:44px;
  border-radius:50%;
  border:4px solid rgba(0,0,0,.10);
  border-top-color:#c93f3f;
  animation:excSpin 0.9s linear infinite;
  margin-bottom:14px;
}

@keyframes excSpin{
  to{ transform:rotate(360deg); }
}

.exc-send-title{
  font-size:1rem;
  font-weight:900;
  color:#2b211d;
  margin-bottom:6px;
}

.exc-send-text{
  color:#70635b;
  font-size:.9rem;
  line-height:1.5;
  max-width:48ch;
}

.exc-modal__foot{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:14px 16px 16px;
  border-top:1px solid rgba(91,63,29,.10);
  background:#fffdf9;
}

.exc-btn[disabled]{
  opacity:.55;
  cursor:not-allowed;
  transform:none !important;
}

@media (max-width: 1100px){
  .exc-grid{
    grid-template-columns:1fr;
  }

  .exc-hero__panel,
  .exc-intro__box{
    grid-template-columns:1fr;
  }
}

@media (max-width: 900px){
  .exc-wrap{
    width:100%;
  }

  .exc-review-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 720px){
  :root{
    --exc-cart-width: 70vw;
  }

  .exc-main{
    padding:10px 6px 90px;
  }

  .exc-hero__content{
    padding:22px 16px;
  }

  .exc-title{
    font-size:clamp(1.9rem, 8vw, 2.8rem);
  }

  .exc-subtitle{
    font-size:.98rem;
  }

  .exc-hero__visual{
    min-height:240px;
  }

  .exc-intro__box,
  .exc-card__body{
    padding:16px;
  }

  .exc-card__actions{
    grid-template-columns:1fr;
  }

  .exc-btn{
    width:100%;
  }

  .exc-cart__item{
    grid-template-columns:1fr;
  }

  .exc-cart__item-remove{
    width:100%;
  }

  .exc-cart__toggle--side{
    min-height:150px;
    width:44px;
  }

  .exc-cart__fields-inline{
    grid-template-columns:1fr 1fr;
    gap:8px;
  }

  .exc-modal__sheet{
    width:calc(100% - 10px);
  }

  .exc-modal__foot{
    flex-direction:column;
  }

  .exc-form-grid{
    grid-template-columns:1fr;
  }

  .exc-step{
    min-height:50px;
    padding:0 16px 0 12px;
  }

  .exc-step::after{
    right:-20px;
    border-top-width:27px;
    border-bottom-width:27px;
    border-left-width:20px;
  }

  .exc-step::before{
    right:-23px;
    border-top-width:27px;
    border-bottom-width:27px;
    border-left-width:23px;
  }
}