.elementor-6388 .elementor-element.elementor-element-4dfaaa4{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS */:root {
  --teal:#0E7C7B;
  --teal-dark:#0a5f5e;
  --teal-soft:#E6F3F3;
  --slate:#3E4A5A;
  --ink:#1f2733;
  --muted:#5c6675;
  --gold:#B8894B;
  --red:#D6323C;
  --cream:#FBF7EF;
  --bg:#f7f9f9;
  --white:#fff;
  --border:#e4e9e9;
  --font:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --wrap:1080px;
}

*,
*::before,
*::after {
  box-sizing:border-box;
}

html {
  -webkit-font-smoothing:antialiased;
  scroll-behavior:smooth;
  text-size-adjust:none;
}

body {
  font-family:var(--font);
  color:var(--ink);
  background:var(--bg);
  line-height:1.6;
  font-size:16px;
}

img {
  display:block;
  max-width:100%;
  height:auto;
}

a {
  color:inherit;
  text-decoration:none;
}

.wrap {
  max-width:var(--wrap);
  margin:0 auto;
  padding:0 24px;
}


/* HERO */

.hero {
  background:#fff;
  color:var(--ink);
  padding:70px 0 66px;
  position:relative;
  border-top:7px solid var(--teal);
  border-left:7px solid var(--teal);
  border-right:7px solid var(--teal);
  border-bottom:1px solid var(--border);
}

.hero .wrap {
  position:relative;
  z-index:1;
  text-align:center;
  max-width:960px;
}

.hero-title {
  font-size:clamp(2.6rem,1.4rem + 4.4vw,4.6rem);
  font-weight:800;
  line-height:1.02;
  letter-spacing:-1.6px;
  color:var(--teal);
  margin:0 0 10px;
}

.hero-sub {
  font-size:clamp(1.5rem,1.1rem + 1.6vw,2.35rem);
  font-weight:500;
  color:var(--muted);
  letter-spacing:-.5px;
  margin:0 0 26px;
}

.hero-sub b {
  font-weight:800;
  color:var(--ink);
}

.hero .lede {
  font-size:clamp(1.05rem,1rem + .45vw,1.3rem);
  line-height:1.55;
  max-width:780px;
  margin:0 auto 26px;
  color:var(--muted);
}

.hero-eyebrow {
  font-size:clamp(.85rem,.78rem + .4vw,1.05rem);
  font-weight:800;
  letter-spacing:3px;
  text-transform:uppercase;
  color:var(--teal);
  margin-bottom:36px;
}

.hero-meta {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border:1px solid var(--border);
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 6px 22px rgba(20,40,50,.05);
}

.hm {
  padding:22px 18px;
  border-left:1px solid var(--border);
}

.hm:first-child {
  border-left:none;
}

.hm .l {
  font-size:11.5px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--muted);
  font-weight:700;
  margin-bottom:7px;
}

.hm .v {
  font-size:1.2rem;
  font-weight:800;
  color:var(--ink);
  line-height:1.2;
}

.hm .s {
  font-size:.86rem;
  color:var(--muted);
  margin-top:4px;
}

.hero-foot {
  font-size:clamp(1rem,.96rem + .35vw,1.18rem);
  line-height:1.6;
  max-width:820px;
  margin:34px auto 0;
  color:var(--muted);
}

.hero-foot b {
  color:var(--ink);
  font-weight:700;
}

.hero-nav {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px 12px;
  margin:30px auto 0;
  max-width:760px;
}

.hero-pill {
  display:inline-block;
  padding:11px 22px;
  border:2px solid var(--teal);
  color:var(--teal);
  background:#fff;
  border-radius:999px;
  font-weight:700;
  font-size:.95rem;
  letter-spacing:.3px;
  transition:background .18s,color .18s,transform .18s,box-shadow .18s;
}

.hero-pill:hover {
  background:var(--teal);
  color:#fff;
  transform:translateY(-2px);
  box-shadow:0 8px 20px rgba(14,124,123,.22);
}

.hero-cta-wrap {
  margin-top:22px;
}

section[id] {
  scroll-margin-top:80px;
}

.hero-cta {
  display:inline-block;
  background:var(--teal);
  color:#fff;
  font-weight:800;
  font-size:15px;
  text-transform:uppercase;
  letter-spacing:.6px;
  padding:16px 38px;
  border-radius:10px;
  transition:transform .18s,box-shadow .18s,background .18s;
}

.hero-cta:hover {
  transform:translateY(-2px);
  background:var(--teal-dark);
  box-shadow:0 10px 26px rgba(14,124,123,.25);
}


/* SECTIONS */

.sec {
  padding:66px 0;
}

.sec-head {
  max-width:640px;
  margin:0 auto 44px;
  text-align:center;
}

.sec-head .kick {
  font-size:12px;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--teal);
  margin-bottom:10px;
}

.sec-head h2 {
  font-size:clamp(1.7rem,1.2rem + 1.5vw,2.4rem);
  font-weight:800;
  letter-spacing:-.5px;
  margin-bottom:12px;
}

.sec-head p {
  color:var(--muted);
}


/* AUDIENCE */

.cards3 {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.mini {
  background:var(--white);
  border:1px solid var(--border);
  border-radius:14px;
  padding:28px 24px;
}

.mini .num {
  width:40px;
  height:40px;
  border-radius:50%;
  background:var(--teal-soft);
  color:var(--teal);
  font-weight:800;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:14px;
}

.mini h3 {
  font-size:1.15rem;
  font-weight:800;
  margin-bottom:6px;
}

.mini p {
  color:var(--muted);
  font-size:.95rem;
}


/* CERTIFICATION */

.certification-section {
  background:var(--white);
}

.dual {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}

.pathbox {
  background:var(--white);
  border:1px solid var(--border);
  border-radius:14px;
  padding:28px;
}

.pathbox .tag {
  font-size:1.6rem;
  font-weight:900;
  color:var(--teal);
  letter-spacing:-.5px;
}

.pathbox h3 {
  font-size:1.05rem;
  font-weight:800;
  margin:2px 0 14px;
}

.pathbox ul {
  list-style:none;
  margin:0;
  padding:0;
}

.pathbox li {
  position:relative;
  padding:7px 0 7px 24px;
  font-size:.94rem;
  color:var(--slate);
}

.pathbox li::before {
  content:"";
  position:absolute;
  left:0;
  top:13px;
  width:8px;
  height:8px;
  background:var(--teal);
  border-radius:50%;
}


/* JOURNEY */

.journey {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.day {
  background:var(--white);
  border:1px solid var(--border);
  border-radius:12px;
  padding:22px 18px;
}

.day .d {
  font-size:12px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  color:var(--teal);
  margin-bottom:4px;
}

.day .dt {
  font-size:12px;
  color:var(--muted);
  margin-bottom:10px;
}

.day h4 {
  font-size:1.02rem;
  font-weight:800;
  margin-bottom:6px;
}

.day p {
  font-size:.88rem;
  color:var(--muted);
}


/* INVESTMENT */

.invest {
  background:var(--white);
}

.pricecard {
  max-width:620px;
  margin:0 auto;
  background:var(--cream);
  border:1.5px solid var(--gold);
  border-radius:16px;
  padding:8px 30px;
}

.pitem {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:22px 0;
  border-bottom:1px dashed #e0d6c2;
}

.pitem:last-child {
  border-bottom:none;
}

.pitem .pl {
  font-weight:700;
  font-size:1.05rem;
}

.pitem .pl span {
  display:block;
  font-weight:400;
  font-size:.85rem;
  color:var(--muted);
  margin-top:2px;
}

.pitem .pa {
  font-size:1.5rem;
  font-weight:800;
  color:var(--ink);
  white-space:nowrap;
}

.invest .note {
  text-align:center;
  color:var(--muted);
  font-size:.92rem;
  margin-top:20px;
}

.invest .note b {
  color:var(--slate);
}


/* VENUE */

.venue-card {
  max-width:960px;
  margin:36px auto 0;
  background:var(--white);
  border:1.5px solid var(--gold);
  border-radius:16px;
  padding:28px 30px 26px;
}

.venue-head {
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
  margin-bottom:18px;
}

.venue-head .stars {
  color:var(--gold);
  font-size:1.05rem;
  margin-bottom:4px;
}

.venue-head h4 {
  font-size:1.25rem;
  font-weight:800;
  letter-spacing:-.3px;
  margin-bottom:4px;
}

.venue-head .vaddr {
  font-size:.9rem;
  color:var(--muted);
}

.venue-head .vrate {
  background:var(--teal);
  color:#fff;
  font-weight:800;
  text-align:center;
  padding:12px 18px;
  border-radius:12px;
  white-space:nowrap;
  box-shadow:0 6px 18px rgba(14,124,123,.22);
}

.venue-head .vrate .rprice {
  font-size:1.15rem;
  line-height:1.1;
}

.venue-head .vrate .rsub {
  font-size:.72rem;
  font-weight:600;
  letter-spacing:.4px;
  margin-top:2px;
  opacity:.92;
}

.venue-intro {
  font-size:.95rem;
  color:var(--slate);
  line-height:1.6;
  margin-bottom:20px;
}

.venue-intro b {
  color:var(--ink);
}

.rooms {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-bottom:20px;
}

.room {
  background:var(--cream);
  border:1px solid var(--border);
  border-radius:12px;
  padding:18px 20px;
  position:relative;
}

.room.pick {
  background:#fdf5e6;
  border-color:var(--gold);
}

.room .pickribbon {
  position:absolute;
  top:-10px;
  left:20px;
  background:var(--gold);
  color:#fff;
  font-size:10px;
  font-weight:800;
  letter-spacing:.8px;
  text-transform:uppercase;
  padding:4px 10px;
  border-radius:20px;
}

.room .rname {
  font-size:1.02rem;
  font-weight:800;
  color:var(--ink);
  margin-bottom:4px;
}

.room .rprice {
  font-size:1.15rem;
  font-weight:800;
  color:var(--teal);
  margin-bottom:4px;
}

.room .rprice span {
  font-size:.82rem;
  font-weight:600;
  color:var(--muted);
}

.room .rdesc {
  font-size:.86rem;
  color:var(--muted);
  line-height:1.5;
  margin-bottom:10px;
}

.room ul {
  list-style:none;
  font-size:.86rem;
  color:var(--slate);
  margin:0;
  padding:0;
}

.room li {
  position:relative;
  padding:4px 0 4px 20px;
}

.room li::before {
  content:"✓";
  position:absolute;
  left:0;
  top:4px;
  color:var(--teal);
  font-weight:800;
}

.room li.bonus::before {
  color:var(--gold);
}

.room li.bonus {
  color:var(--gold);
  font-weight:700;
}

.venue-book {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
  background:linear-gradient(120deg,#0E7C7B,#0a5f5e);
  color:#fff;
  border-radius:12px;
  padding:14px 20px;
}

.venue-book .vbtxt {
  font-size:.92rem;
  font-weight:700;
  letter-spacing:.3px;
}

.venue-book .vbtxt b {
  color:#FFD84D;
  font-weight:800;
}

.venue-book .vbbtn {
  background:#FFD84D;
  color:#20292f;
  font-size:.9rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.6px;
  padding:12px 22px;
  border-radius:10px;
  white-space:nowrap;
  transition:transform .18s,box-shadow .18s;
}

.venue-book .vbbtn:hover {
  transform:translateY(-2px);
  box-shadow:0 8px 18px rgba(0,0,0,.2);
}


/* RESERVATION */

.reserve {
  background:linear-gradient(160deg,#0E7C7B,#0a5f5e);
  color:#fff;
}

.form-shell {
  max-width:640px;
  margin:0 auto;
  background:#fff;
  color:var(--ink);
  border-radius:18px;
  padding:40px;
  box-shadow:0 20px 60px rgba(0,0,0,.25);
}

.form-shell .rk {
  font-size:12px;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--teal);
  text-align:center;
  margin-bottom:8px;
}

.form-shell h2 {
  text-align:center;
  font-size:1.8rem;
  font-weight:900;
  letter-spacing:-.5px;
  margin-bottom:6px;
}

.reserve-when {
  text-align:center;
  margin:6px 0 14px;
}

.reserve-when .rw-loc {
  font-size:clamp(1.05rem,.95rem + .7vw,1.35rem);
  font-weight:800;
  color:var(--ink);
  letter-spacing:.3px;
  line-height:1.25;
}

.reserve-when .rw-loc span {
  color:var(--teal);
  letter-spacing:2px;
}

.reserve-when .rw-dates {
  font-size:clamp(.98rem,.9rem + .5vw,1.15rem);
  font-weight:600;
  color:var(--muted);
  margin-top:4px;
  letter-spacing:.2px;
}

.paylater {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  background:var(--teal-soft);
  color:var(--teal-dark);
  font-weight:700;
  font-size:.9rem;
  border-radius:24px;
  padding:8px 16px;
  width:fit-content;
  margin:0 auto 26px;
}


/* PROMO */

.promo-wrap {
  border:1.5px dashed var(--gold);
  background:var(--cream);
  border-radius:12px;
  padding:18px 18px 16px;
  margin-bottom:22px;
}

.promo-wrap .plabel {
  display:flex;
  align-items:center;
  gap:8px;
  font-size:.85rem;
  font-weight:700;
  color:var(--slate);
  margin-bottom:10px;
}

.promo-wrap .plabel .tag {
  font-size:11px;
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;
  background:var(--gold);
  color:#fff;
  padding:3px 9px;
  border-radius:20px;
}

.promo-input {
  display:flex;
  gap:10px;
}

.promo-input input {
  flex:1;
  font-family:inherit;
  font-size:1rem;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  padding:12px 14px;
  border:1.5px solid var(--border);
  border-radius:10px;
  background:#fff;
}

.promo-input input:focus {
  outline:none;
  border-color:var(--gold);
  box-shadow:0 0 0 3px rgba(184,137,75,.15);
}

.promo-input button {
  background:var(--slate);
  color:#fff;
  font-family:inherit;
  font-weight:700;
  font-size:.9rem;
  text-transform:uppercase;
  letter-spacing:.5px;
  padding:12px 20px;
  border:none;
  border-radius:10px;
  cursor:pointer;
}

.promo-input button:hover {
  background:var(--ink);
}

.bonus-panel {
  margin-top:14px;
  background:#fff;
  border:1px solid var(--gold);
  border-radius:10px;
  padding:16px;
}

.bonus-panel .bhead {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:10px;
  padding-bottom:10px;
  border-bottom:1px dashed #e0d6c2;
}

.bonus-panel .bhead .bt {
  font-weight:800;
  font-size:.98rem;
  color:var(--teal);
}

.bonus-panel .bhead .bv {
  font-weight:900;
  font-size:1.15rem;
  color:var(--gold);
  white-space:nowrap;
}

.bonus-panel .brow {
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:12px 0;
  border-bottom:1px dashed #eee7d8;
}

.bonus-panel .brow:last-of-type {
  border-bottom:none;
}

.bonus-panel .bmeta {
  flex:1;
  min-width:0;
}

.bonus-panel .btag {
  font-size:9.5px;
  font-weight:800;
  letter-spacing:.8px;
  text-transform:uppercase;
  color:var(--teal);
  margin-bottom:3px;
}

.bonus-panel .btitle {
  font-size:1rem;
  font-weight:800;
  color:var(--slate);
  line-height:1.2;
  margin-bottom:4px;
}

.bonus-panel .bdesc {
  font-size:.85rem;
  line-height:1.45;
  color:var(--muted);
}

.bonus-panel .bdesc b {
  color:var(--slate);
}

.bonus-panel .brow .bval {
  flex:0 0 auto;
  text-align:right;
  font-size:1.05rem;
  font-weight:900;
  color:var(--gold);
  line-height:1.1;
  white-space:nowrap;
}

.bonus-panel .brow .bval span {
  display:block;
  font-size:.62rem;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  color:var(--muted);
  margin-top:1px;
}

.bonus-panel .bcode {
  margin-top:10px;
  font-size:.82rem;
  color:var(--muted);
}

.bonus-panel .bcode b {
  color:var(--slate);
}

.promo-note {
  font-size:.8rem;
  color:var(--muted);
  margin-top:10px;
  text-align:center;
}

.promo-note.applied {
  color:var(--teal);
  font-weight:600;
}


/* FORM FIELDS */

.field {
  margin-bottom:16px;
}

.field label {
  display:block;
  font-size:.85rem;
  font-weight:600;
  color:var(--slate);
  margin-bottom:6px;
}

.field label .req {
  color:var(--red);
}

.field input,
.field select,
.field textarea {
  width:100%;
  font-family:inherit;
  font-size:1rem;
  padding:13px 14px;
  border:1.5px solid var(--border);
  border-radius:10px;
  background:#fbfdfd;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline:none;
  border-color:var(--teal);
  box-shadow:0 0 0 3px rgba(14,124,123,.12);
}

.field textarea {
  min-height:80px;
  resize:vertical;
}

.row2 {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.err {
  color:var(--red);
  font-size:.8rem;
  margin-top:5px;
  display:none;
}

.field.invalid input,
.field.invalid select {
  border-color:var(--red);
}

.field.invalid .err {
  display:block;
}

.submit {
  width:100%;
  background:var(--teal);
  color:#fff;
  font-weight:800;
  font-size:16px;
  text-transform:uppercase;
  letter-spacing:.6px;
  padding:17px;
  border-radius:12px;
  border:none;
  cursor:pointer;
  transition:background .18s,transform .1s;
  margin-top:8px;
}

.submit:hover {
  background:var(--teal-dark);
}

.submit:disabled {
  opacity:.65;
  cursor:not-allowed;
}

.fineprint {
  text-align:center;
  font-size:.82rem;
  color:var(--muted);
  margin-top:16px;
  line-height:1.5;
}

.reserve-message {
  display:none;
  margin-top:15px;
  padding:12px 15px;
  border-radius:10px;
  text-align:center;
  font-size:.9rem;
}

.reserve-message.error {
  display:block;
  color:var(--red);
  background:#fff0f0;
}

.reserve-message.success {
  display:block;
  color:var(--teal-dark);
  background:var(--teal-soft);
}


/* CONFIRMATION */

.confirm {
  display:none;
  max-width:640px;
  margin:0 auto;
  background:#fff;
  color:var(--ink);
  border-radius:18px;
  padding:52px 44px;
  text-align:center;
  box-shadow:0 20px 60px rgba(0,0,0,.25);
}

.confirm.show {
  display:block;
  animation:pop .4s ease;
}

@keyframes pop {
  from {
    opacity:0;
    transform:translateY(14px);
  }

  to {
    opacity:1;
    transform:none;
  }
}

.check {
  width:82px;
  height:82px;
  border-radius:50%;
  background:var(--teal-soft);
  margin:0 auto 24px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.check svg {
  width:42px;
  height:42px;
  stroke:var(--teal);
}

.confirm h2 {
  font-size:1.9rem;
  font-weight:900;
  margin-bottom:12px;
  letter-spacing:-.5px;
}

.confirm .cname {
  color:var(--teal);
}

.confirm p {
  color:var(--muted);
  max-width:460px;
  margin:0 auto 10px;
}

.confirm .summary {
  background:var(--bg);
  border-radius:12px;
  padding:22px;
  margin:26px 0;
  text-align:left;
}

.confirm .summary .sr {
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:8px 0;
  border-bottom:1px solid var(--border);
  font-size:.95rem;
}

.confirm .summary .sr:last-child {
  border-bottom:none;
}

.confirm .summary .sr .k {
  color:var(--muted);
}

.confirm .summary .sr .v {
  font-weight:700;
  text-align:right;
}

.confirm .nextsteps {
  background:var(--teal-soft);
  border-radius:12px;
  padding:20px;
  text-align:left;
  font-size:.92rem;
  color:var(--slate);
}

.confirm .nextsteps b {
  color:var(--teal-dark);
}

.confirm .backlink {
  display:inline-block;
  margin-top:24px;
  color:var(--teal);
  font-weight:700;
  font-size:.95rem;
  border-bottom:2px solid transparent;
}

.confirm .backlink:hover {
  border-color:var(--teal);
}


/* MOBILE */

@media(max-width:820px) {

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

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

}

@media(max-width:760px) {

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

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

}

@media(max-width:680px) {

  .hero {
    border-left-width:5px;
    border-right-width:5px;
  }

  .hero-meta {
    grid-template-columns:1fr;
  }

  .hm {
    border-left:none;
    border-top:1px solid var(--border);
  }

  .hm:first-child {
    border-top:none;
  }

}

@media(max-width:520px) {

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

  .form-shell {
    padding:28px 20px;
  }

  .confirm {
    padding:40px 24px;
  }

  .confirm .summary .sr {
    flex-direction:column;
    gap:3px;
  }

  .confirm .summary .sr .v {
    text-align:left;
  }

}

@media(max-width:480px) {

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

}

@media(max-width:440px) {

  .promo-input {
    flex-direction:column;
  }

}/* End custom CSS */