html { scroll-behavior: smooth; }
  body { margin: 0; background: #0d0d0f; font-family: 'Space Grotesk', sans-serif; color: #F5F3EF; }
  * { box-sizing: border-box; }
  ::selection { background: #FF5522; color: #fff; }
  a { color: #FF5522; }
  a:hover { color: #FF7A47; }
  input[type="checkbox"] { accent-color: #FF5522; }
  .wrap { min-height: 100vh; overflow-x: hidden; }
  .reservar-fab {
    position: fixed; top: 78px; right: 26px; z-index: 100;
    background: #FF5522; color: #0d0d0f; font-weight: 700; font-size: 14px;
    padding: 14px 26px; border-radius: 2px; text-decoration: none; letter-spacing: 0.02em;
    box-shadow: 0 6px 24px rgba(0,0,0,0.5); transition: background 0.15s;
  }
  .reservar-fab:hover { background: #FF7A47; }
  .topbar {
    position: relative; z-index: 50; display: flex; align-items: center; justify-content: space-between;
    padding: 14px 28px; background: rgba(13,13,15,0.9); backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .topbar-left { display: flex; align-items: center; gap: 10px; }
  .logo-box {
    width: 34px; height: 34px; background: #FF5522; display: flex; align-items: center; justify-content: center;
    font-family: 'Anton', sans-serif; font-size: 16px; color: #0d0d0f; transform: skewX(-8deg);
  }
  .topbar-title { font-size: 12px; letter-spacing: 0.12em; color: #9A9A9E; text-transform: uppercase; }
  .cupos-badge { font-size: 12px; color: #9A9A9E; letter-spacing: 0.04em; }
  .hero { position: relative; width: 100%; height: 92vh; min-height: 640px; }
  .hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
  .hero-scrim {
    position: absolute; inset: 0; pointer-events: none;
    background: linear-gradient(180deg, rgba(13,13,15,0.35) 0%, rgba(13,13,15,0.55) 55%, rgba(13,13,15,0.95) 100%);
  }
  .hero-content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding: 0 6vw 7vw; max-width: 1100px; }
  .hero-tag {
    display: inline-flex; align-items: center; gap: 8px; background: rgba(255,85,34,0.15);
    border: 1px solid rgba(255,85,34,0.5); color: #FF7A47; font-size: 12px; letter-spacing: 0.14em;
    text-transform: uppercase; padding: 6px 14px; border-radius: 2px; width: fit-content; margin-bottom: 22px;
  }
  h1.hero-title { font-family: 'Anton', sans-serif; font-weight: 400; font-size: clamp(40px,6.4vw,96px); line-height: 0.98; letter-spacing: -0.01em; margin: 0 0 24px; text-transform: uppercase; }
  h1.hero-title span { color: #FF5522; }
  .hero-desc { font-size: clamp(16px,1.6vw,20px); line-height: 1.55; color: #D8D6D2; max-width: 640px; margin: 0 0 32px; }
  .hero-cta-row { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
  .btn-primary {
    background: #FF5522; color: #0d0d0f; font-weight: 700; font-size: 16px; padding: 16px 30px;
    border-radius: 2px; text-decoration: none; letter-spacing: 0.02em; border: none; cursor: pointer;
    transition: background 0.15s; display: inline-block;
  }
  .btn-primary:hover { background: #FF7A47; }
  .dias-restantes { font-size: 13px; color: #9A9A9E; }
  .dias-restantes b { color: #FF7A47; font-weight: 700; }
  section { max-width: 920px; margin: 0 auto; padding: 110px 24px 90px; }
  section.wide { max-width: 1080px; }
  .section-eyebrow { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: #FF5522; margin-bottom: 16px; }
  h2.section-title { font-family: 'Anton', sans-serif; font-weight: 400; font-size: clamp(28px,3.6vw,46px); line-height: 1.05; text-transform: uppercase; margin: 0 0 20px; }
  .section-lede { color: #B8B6B2; font-size: 17px; line-height: 1.6; max-width: 640px; margin: 0 0 40px; }
  .bg-alt { background: #141416; }
  .checklist-item { display: flex; align-items: flex-start; gap: 18px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .checklist-dot { flex: none; width: 26px; height: 26px; border: 2px solid #FF5522; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #FF5522; font-size: 14px; font-weight: 700; margin-top: 2px; }
  .checklist-text { font-size: 17px; line-height: 1.55; color: #EDEBE7; }
  .story p { font-size: 17px; line-height: 1.75; color: #C9C7C3; margin: 0 0 22px; }
  .story p.highlight { color: #EDEBE7; }
  .team-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(320px,1fr)); gap: 28px; margin-top: 64px; }
  .team-card { background: #0d0d0f; border: 1px solid rgba(255,255,255,0.08); padding: 32px; }
  .team-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 16px; }
  .team-name { font-family: 'Anton', sans-serif; font-size: 22px; text-transform: uppercase; color: #F5F3EF; margin-bottom: 4px; }
  .team-role { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: #FF5522; }
  .team-photo { flex: none; width: 96px; height: 96px; border-radius: 50%; object-fit: cover; }
  .team-bio { font-size: 15px; line-height: 1.65; color: #B8B6B2; margin: 0 0 20px; }
  .team-social { display: flex; align-items: center; gap: 12px; }
  .team-social span { font-size: 12.5px; font-weight: 600; color: #EDEBE7; }
  .social-icon { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border: 1px solid rgba(255,255,255,0.15); border-radius: 2px; color: #EDEBE7; }
  .incluye-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(380px,1fr)); gap: 56px; }
  .incluye-row { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .incluye-n { flex: none; font-family: 'Anton', sans-serif; font-size: 14px; width: 26px; }
  .incluye-n.on { color: #FF5522; }
  .incluye-n.off { color: #77767A; }
  .incluye-text.on { font-size: 15.5px; line-height: 1.6; color: #D8D6D2; }
  .incluye-text.off { font-size: 15.5px; line-height: 1.6; color: #9A9A9E; }
  .cta-center { display: flex; justify-content: center; margin-top: 64px; }
  .pago-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 24px; margin-bottom: 56px; }
  .pago-card { border: 1px solid rgba(255,255,255,0.1); padding: 32px; }
  .pago-card.deposito { border: 1px solid rgba(255,85,34,0.4); background: rgba(255,85,34,0.06); }
  .pago-label { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 10px; }
  .pago-label.on { color: #FF7A47; }
  .pago-label.off { color: #77767A; }
  .pago-amount { font-family: 'Anton', sans-serif; font-size: 44px; color: #F5F3EF; margin-bottom: 10px; }
  .pago-note { font-size: 14.5px; line-height: 1.6; color: #C9C7C3; margin: 0; }
  .pago-note.off { color: #9A9A9E; }
  .cupos-box { border: 1px solid rgba(255,255,255,0.1); padding: 32px; }
  .cupos-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 16px; flex-wrap: wrap; gap: 8px; }
  .cupos-head-label { font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: #9A9A9E; }
  .cupos-head-val { font-family: 'Anton', sans-serif; font-size: 20px; color: #FF5522; }
  .cupos-bar-bg { width: 100%; height: 10px; background: rgba(255,255,255,0.08); border-radius: 2px; overflow: hidden; }
  .cupos-bar-fill { height: 100%; background: #FF5522; }
  .cupos-fine { margin: 16px 0 0; font-size: 13.5px; color: #77767A; }
  .itinerario-row { display: grid; grid-template-columns: 100px 1fr; gap: 24px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,0.08); }
  .itinerario-fecha { font-family: 'Anton', sans-serif; font-size: 15px; color: #FF5522; letter-spacing: 0.04em; }
  .itinerario-titulo { font-size: 17px; font-weight: 600; color: #F5F3EF; margin-bottom: 8px; }
  .itinerario-detalle { font-size: 15px; line-height: 1.6; color: #B8B6B2; margin: 0; }
  .faq-item { border-top: 1px solid rgba(255,255,255,0.1); }
  .faq-q { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 0; cursor: pointer; background: none; border: none; width: 100%; text-align: left; }
  .faq-q-text { font-size: 16.5px; font-weight: 600; color: #F5F3EF; }
  .faq-icon { flex: none; font-size: 20px; color: #FF5522; transition: transform 0.2s; }
  .faq-a { margin: 0 0 22px; font-size: 15px; line-height: 1.65; color: #B8B6B2; max-width: 640px; display: none; }
  .faq-item.open .faq-a { display: block; }
  .faq-item.open .faq-icon { transform: rotate(45deg); }
  .cierre { max-width: 820px; margin: 0 auto; padding: 110px 24px 60px; }
  .reservar-section { background: #141416; padding: 110px 24px; border-top: 1px solid rgba(255,255,255,0.08); }
  .reservar-inner { max-width: 680px; margin: 0 auto; text-align: center; }
  .reservar-sub { font-size: 15.5px; color: #9A9A9E; margin: 0 0 48px; }
  .form-card { text-align: left; border: 1px solid rgba(255,255,255,0.1); padding: 36px 32px 32px; background: #0d0d0f; }
  .cond-row { display: flex; align-items: flex-start; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.06); cursor: pointer; }
  .cond-row input { margin-top: 3px; width: 18px; height: 18px; flex: none; }
  .cond-text { font-size: 15.5px; line-height: 1.55; color: #D8D6D2; }
  .cond-progress { display: flex; justify-content: space-between; align-items: center; margin-top: 26px; flex-wrap: wrap; gap: 12px; font-size: 13px; color: #77767A; }
  .resumen-box { margin-top: 28px; padding: 22px; background: rgba(255,85,34,0.06); border: 1px solid rgba(255,85,34,0.3); display: none; }
  .resumen-box.show { display: block; }
  .resumen-line { display: flex; justify-content: space-between; font-size: 14px; color: #9A9A9E; padding: 6px 0; }
  .resumen-line.hi { color: #D8D6D2; }
  .resumen-line b { font-weight: 700; color: #FF7A47; }
  .btn-pagar { width: 100%; margin-top: 24px; padding: 18px; border: none; border-radius: 2px; font-size: 16px; font-weight: 700; letter-spacing: 0.02em; cursor: pointer; background: rgba(255,255,255,0.08); color: #5c5b5f; transition: background 0.15s, color 0.15s; }
  .btn-pagar.ready { background: #FF5522; color: #0d0d0f; cursor: pointer; }
  .btn-pagar:disabled { cursor: not-allowed; }
  .form-fine { margin: 16px 0 0; font-size: 12px; color: #5c5b5f; text-align: center; }
  .exito-box { border: 1px solid rgba(255,85,34,0.5); background: rgba(255,85,34,0.08); padding: 44px 32px; text-align: left; display: none; }
  .exito-box.show { display: block; }
  .exito-title { font-family: 'Anton', sans-serif; font-size: 26px; color: #FF7A47; text-transform: uppercase; margin-bottom: 14px; }
  .exito-text { font-size: 15.5px; line-height: 1.6; color: #D8D6D2; margin: 0 0 8px; }
  .exito-fine { font-size: 14px; color: #9A9A9E; margin: 0; }
  .footer { padding: 36px 24px; text-align: center; font-size: 12px; color: #5c5b5f; border-top: 1px solid rgba(255,255,255,0.06); }
