:root { --ink: #2a2a2a; --ink-2: #666; --bg: #f2f0e7; --evergreen: #46513d; --evergreen-900: #3a4d35; --white: #fff; --gray: #818181; --shadow-md: 0 8px 20px rgba(0, 0, 0, 0.15); --shadow-lg: 0 12px 28px rgba(0, 0, 0, 0.18); }
body { font-family: museo-sans, Arial, sans-serif; font-weight: 300; }
h1, h2, .headline { font-weight: 900; }
strong { font-weight: 700; }
.hero-section {position: relative;height: 400px;overflow: hidden;}
.hero-image {width: 100%;height: 100%;object-fit: cover;object-position: center center;}
.hero-overlay { position: absolute; inset: 0px; background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.35)); }
.hero-content { position: absolute; inset: 0px; display: flex; align-items: center; justify-content: center; padding: 2rem 1rem; }
.hero-text {color: rgb(255, 255, 255);text-align: center;max-width: 28rem;font-family: 'museo-sans';}
.airplane-icon { width: 3rem; height: 3rem; margin: 0px auto 1rem; filter: drop-shadow(rgba(0, 0, 0, 0.3) 0px 2px 4px); }
.price-wrapper { display: flex; align-items: flex-start; justify-content: center; margin-bottom: 0.75rem; text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 8px; }
.dollar-sign { font-size: 2.5rem; font-weight: 900; line-height: 1; padding-top: 0.35rem; }
.price-large { font-size: 5.5rem; font-weight: 900; line-height: 0.85; letter-spacing: -0.03em; }
.hero-subtitle { font-size: 1.5rem; font-weight: bold; letter-spacing: 0.03em; text-shadow: rgba(0, 0, 0, 0.4) 0px 2px 6px; }
.hero-brand { font-size: 1.125rem; font-weight: 600; letter-spacing: 0.06em; text-shadow: rgba(0, 0, 0, 0.4) 0px 2px 6px; }
@media (min-width: 1025px) {
  .value-badge { background: rgb(255, 255, 255); color: var(--ink); padding: 0.625rem 1.25rem; display: inline-block; font-weight: 700; font-size: 0.875rem; border-radius: 0.5rem; margin-top: 1.5rem; box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 12px; }
}
@media (max-width: 1024px) {
  .value-badge { background: rgb(255, 255, 255); color: var(--ink); padding: 0.625rem 1.25rem; display: none; font-weight: 700; font-size: 0.875rem; border-radius: 0.5rem; margin-top: 1.5rem; box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 12px; }
}
@media (max-width: 1024px) {
  .value-badge-mobile {background: rgb(255, 255, 255);color: var(--ink);padding: 1rem;display: inline-block;font-weight: 700;font-size: 1rem;border-radius: 0.5rem;margin-top: 1.5rem;box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 12px;width: 240px;}
}
@media (min-width: 1025px) {
  .value-badge-mobile { background: rgb(255, 255, 255); color: var(--ink); padding: 0.625rem 1.25rem; display: none; font-weight: 700; font-size: 0.875rem; border-radius: 0.5rem; margin-top: 1.5rem; box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 12px; }
}
.benefits-section {display: grid;grid-template-columns: 1fr 1fr;gap: 10px;padding: 15px 20px;background: transparent;border-radius: 10px;margin: 20px auto;max-width: 800px;font-family: museo-sans;justify-content: center;}
.benefit { display: flex; align-items: center; justify-content: center; border-radius: 10px; padding: 10px 15px; border: 1px solid rgb(240, 240, 240); box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px; background: rgb(47, 49, 53); }
.benefit-icon { color: rgb(255, 255, 255); border-radius: 50%; width: 26px; height: 26px; display: flex; align-items: center; justify-content: center; margin-right: 8px; flex-shrink: 0; overflow: hidden; }
.benefit-icon img { max-width: 100%; display: block; }
.benefit-text { font-size: 0.7rem; font-weight: 700; color: white; white-space: nowrap; letter-spacing: 0.01em; }
.adventure-header { background: var(--evergreen); color: rgb(255, 255, 255); padding: 3.5rem 0px 2.5rem; text-align: center; margin-bottom: 0px; font-family: museo-sans; }
.section-title { font-size: 2.25rem; font-weight: 800; margin-bottom: 0.75rem; line-height: 1.15; letter-spacing: -0.01em; }
.section-subtitle {font-size: 1rem;color: rgba(255, 255, 255, 0.95);font-weight: 400;}
.resort-section { background: var(--evergreen); padding: 0px 0px 3.5rem; }
@media (max-width: 768px) {
  .resort-section { background: var(--evergreen); padding: 0px 0px 1.5rem; }
}
.resort-container { max-width: 1120px; margin: 0px auto; padding: 0px 1rem; }
#resortName.resort-heading { grid-area: heading; color: rgb(255, 255, 255); text-align: center; font-size: 1.85rem; font-weight: 800; line-height: 1.15; margin: 0.5rem 0px; letter-spacing: -0.01em; font-family: museo-sans; }
.resort-media { grid-area: media; position: relative; }
.slider-wrapper { position: relative; }
.slider-container {position: relative;height: 200px;border-radius: 12px;overflow: hidden;box-shadow: var(--shadow-md);}
.resort-image { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.slider-arrow {position: absolute;top: 50%;transform: translateY(-50%);background: none !important;border: 0px;border-radius: 999px;width: 40px;height: 40px;display: flex;align-items: center;justify-content: center;cursor: pointer;z-index: 2;box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;transition: background-color 0.2s, transform 0.2s;}
.slider-arrow:hover {background: none;transform: translateY(-50%) scale(1.05);}
.slider-arrow-left { left: 14px; }
.slider-arrow-right { right: 14px; }
.slider-arrow svg {width: 1.5rem;height: 1.5rem;stroke: white !important;}
.slider-dots { position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 2; }
.dot { width: 9px; height: 9px; border-radius: 50%; border: 0px; background: rgba(255, 255, 255, 0.65); transition: transform 0.2s, background-color 0.2s; cursor: pointer; }
.dot.active { background: rgb(255, 255, 255); transform: scale(1.25); }
.dot:hover:not(.active) { background: rgba(255, 255, 255, 0.85); }
.resort-details { grid-area: details; color: rgb(255, 255, 255); }
.whats-included { color: rgb(255, 255, 255); text-align: center; margin: 0px 0px 1.5rem; }
.included-title { font-size: 1.125rem; font-weight: 800; margin: 0px 0px 0.65rem; letter-spacing: 0.02em; font-family: museo-sans; }
.included-description {font-size: 1rem;line-height: 1.65;max-width: 32rem;margin: 0px auto;display: flex;align-items: center;justify-content: center;gap: 0.5rem;font-family: museo-sans;}
.info-icon { width: 1.05rem; height: 1.05rem; flex-shrink: 0; stroke: currentcolor; opacity: 2.9; }
@media (max-width: 768px) {
  .resort-features-list { list-style: none; padding: 0px; margin: 25px auto 0px; display: grid; gap: 12px; color: rgb(255, 255, 255); font-size: 1.025rem; font-weight: 500; justify-content: center; }
}
.resort-features-list {list-style: none;padding: 0px;margin: 25px auto 0px;display: grid;gap: 12px;color: rgb(255, 255, 255);font-size: 1rem;font-weight: 500;}
.resort-features-list li { display: flex; align-items: center; line-height: 1.5; }
.feature-icon { width: 1.35rem; height: 1.35rem; margin-right: 0.65rem; stroke-width: 2; }
.btn { font-weight: 800; border: none; cursor: pointer; transition: background-color 0.2s, opacity 0.2s, transform 0.15s; border-radius: 0.5rem; font-size: 1rem; }
.btn:active { transform: scale(0.98); }
.btn-primary { background: rgb(42, 42, 42); color: rgb(255, 255, 255); }
.btn-primary:hover { background: rgb(26, 26, 26); }
.btn-white { background: rgb(255, 255, 255); color: var(--ink); box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px; }
.btn-white:hover { background: rgb(248, 248, 248); }
@media (min-width: 1024px) {
  .btn-green { background: var(--evergreen); color: rgb(255, 255, 255); }
}
@media (max-width: 768px) {
  .btn-green { background: var(--evergreen); color: rgb(255, 255, 255); display: none; }
}
@media (max-width: 768px) {
  .btn-green-mobile { background: var(--evergreen); color: rgb(255, 255, 255); }
}
@media (min-width: 1024px) {
  .btn-green-mobile { background: var(--evergreen); color: rgb(255, 255, 255); display: none; }
}
.btn-green:hover { background: var(--evergreen-900); }
.btn-outline { background: transparent; border: 2px solid var(--ink); color: var(--ink); }
.btn-outline:hover { background: rgb(245, 245, 245); }
.btn-large {width: 100%;padding: 1.5rem;font-size: 1rem;letter-spacing: 0.05em;font-family: 'museo-sans';}
@media (min-width: 768px) {
  .mobile-only { display: none !important; }
  .hero-section { height: 680px; }
  .hero-content { justify-content: flex-end; padding-right: 5rem; padding-top: 2rem; padding-bottom: 2rem; }
  .hero-text { max-width: 34rem; }
  .price-wrapper { margin-bottom: 1rem; }
  .dollar-sign { font-size: 4.5rem; padding-top: 0.6rem; }
  .price-large { font-size: 11rem; }
  .hero-subtitle { font-size: 2.475rem; }
  .hero-brand { font-size: 2.255rem; line-height: 1; }
  .value-badge { font-size: 1.05rem; padding: 0.875rem 1.75rem; }
  .benefits-section { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; padding: 8px; background: rgb(47, 49, 53); border-radius: 12px; max-width: 1080px; margin: 30px auto 24px; box-shadow: rgba(0, 0, 0, 0.08) 0px 6px 16px; }
  .benefit { padding: 12px 18px; border: none; box-shadow: none; }
  .benefit-icon { width: 32px; height: 32px; margin-right: 10px; }
  .benefit-text { font-size: 0.8rem; }
  .form-title { font-size: 3rem; }
  .section-title { font-size: 2.875rem; }
  .section-subtitle { font-size: 1.425rem; }
  .steps-grid { grid-template-columns: repeat(3, 1fr); gap: 2rem; }
  .step-card { height: 320px; }
}
@media (min-width: 1024px) {
  .desktop-only { display: initial; }
  .resort-container.resort-grid { grid-template-columns: 1.4fr 1fr; align-items: start; gap: 3rem; grid-template-areas: "media heading" "media details" "pricing pricing"; }
  .slider-container { height: 500px; border-radius: 16px; }
  #resortName.resort-heading { text-align: left; font-size: 3rem; font-weight: 900; margin: 0px 0px 1.5rem; letter-spacing: -0.02em; line-height: 1.1; }
  .whats-included { text-align: left; margin: 0px 0px 2rem; }
  .included-title { margin: 0px 0px 0.75rem; font-size: 1.125rem; font-weight: 800; letter-spacing: 0.03em; }
  .included-description { text-align: left; max-width: 100%; margin: 0px; justify-content: flex-start; font-size: 1.05rem; line-height: 1.7; }
  .resort-features-list { gap: 1rem; font-size: 1.075rem; margin-top: 0px; }
  .feature-icon { width: 1.5rem; height: 1.5rem; margin-right: 0.75rem; }
  .pricing-bar.desktop-only { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 3rem; background: rgb(255, 255, 255); border-radius: 14px; padding: 1.75rem 2rem; box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 24px; margin-top: 1rem; }
  .pricing-bar__left { display: grid; gap: 0.5rem; }
  .pricing-value { font-size: 1rem; font-weight: 800; color: rgb(102, 102, 102); letter-spacing: 0.02em; }
  .pricing-inline-amount { display: flex; gap: 0.75rem; align-items: baseline; flex-wrap: wrap; }
  .pricing-nightly { font-size: 1.4rem; color: rgb(102, 102, 102); font-weight: 600; }
  .pricing-nightly sup { font-size: 0.7em; vertical-align: super; }
  .pricing-sep { opacity: 0.4; color: rgb(102, 102, 102); font-size: 1.2rem; }
  .pricing-total { font-size: 2.75rem; font-weight: 900; color: rgb(42, 42, 42); letter-spacing: -0.03em; line-height: 1; }
  .pricing-total sup { font-size: 0.5em; vertical-align: super; }
  .pricing-bar__right { text-align: right; display: grid; gap: 0.5rem; }
  .pricing-bar__cta { padding: 1.35rem 3rem; font-size: 1.125rem; letter-spacing: 0.04em; white-space: nowrap; }
  .pricing-note { margin-top: 0px; font-size: 0.9rem; color: rgb(102, 102, 102); font-weight: 600; }
}
* { box-sizing: border-box; margin: 0px; padding: 0px; }
.form-container { margin-bottom: 30px; }
html, body { height: 100%; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; line-height: 1.5; color: rgb(42, 42, 42); background-color: rgb(242, 240, 231); -webkit-font-smoothing: antialiased; }
.container { max-width: 1440px; margin: 0px auto; padding: 0px 1rem; }
.mobile-only { }
@media (max-width: 768px) {
  .desktop-only { display: none; }
}
.logo-section { background: var(--bg); padding: 1.5rem 0px; text-align: center; }
.logo-wrapper { display: inline-block; }
.logo-image { display: block; height: auto; max-width: 185px; margin: 0px auto; }
.eligibility-text { font-size: 0.75rem; margin-top: 1rem; text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 3px; }
.underline { text-decoration: underline; }
.mobile-cta-section { background: var(--bg); padding: 1.5rem 0px; }
@media (min-width: 1025px) {
  .promo-banner {background: rgb(47, 49, 53);padding: 1.175rem;max-width: 100%;margin: 0px auto 1.5rem;}
}
@media (max-width: 1024px) {
  .promo-banner { background: rgb(42, 42, 42); padding: 0.875rem 1rem; max-width: 94%; margin: 0px auto 1.5rem; border-radius: 0.625rem; display: none; }
}
.banner-content {display: flex;align-items: center;justify-content: center;gap: 4rem;}
.banner-icon { width: 1.5rem; height: 1.5rem; stroke: rgb(255, 255, 255); }
.banner-text {color: rgb(255, 255, 255);font-weight: 700;font-size: 0.9rem;text-align: center;line-height: 1.3rem;font-family: 'museo-sans';}
.mobile-break { display: none; }
.form-section { padding: 3rem 0px; }
.form-header { text-align: center; margin-bottom: 2rem; }
.form-title { font-size: 1.55rem; font-weight: 800; line-height: 1.2; margin-bottom: 1rem; color: var(--ink); font-family: museo-sans; }
.form-description { font-size: 1rem; line-height: 1.75; max-width: 64rem; margin: 0px auto; color: var(--ink); font-family: museo-sans; }
@media (max-width: 768px) {
  .form-fields { display: grid; grid-template-columns: repeat(1, 1fr); gap: 1rem; max-width: 96rem; margin: 0px auto 1.5rem; }
}
@media (min-width: 768px) {
  .form-fields { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; max-width: 96rem; margin: 0px auto 1.5rem; }
}
.form-input { height: 3.5rem; border-radius: 0.375rem; border: 2px solid var(--ink); font-size: 1rem; padding: 0px 1rem; width: 100%; }
.form-input:focus { outline: none; border-color: rgb(26, 26, 26); }
.form-consent {font-size: 0.875rem;text-align: center;line-height: 1.75;max-width: 64rem;margin: 0px auto 1.5rem;padding: 0px 1rem;color: var(--ink);font-family: museo-sans;}
.form-button-wrapper { display: flex; justify-content: center; max-width: 32rem; margin: 0px auto; }
.resort-container.resort-grid { display: grid; grid-template-areas: "heading" "media" "details" "pricing"; gap: 16px; }
.resort-cta { margin-top: 0.75rem; }
.resort-cta .btn {max-width: 520px;margin: 0px auto;display: block;font-family: museo-sans;}
.pricing-bar { grid-area: pricing; display: none; }
.footer { background: var(--bg); border-top: 1px solid rgb(209, 213, 219); padding: 2rem 0px; }
.footer-text { font-size: 0.75rem; text-align: center; color: rgb(47, 49, 53); margin-bottom: 1rem; font-family: museo-sans; }
.footer-links { display: flex; justify-content: center; gap: 1rem; font-size: 0.75rem; flex-wrap: wrap; }
.footer-link { color: rgb(102, 102, 102); text-decoration: underline; }
.footer-link:hover { color: var(--ink); }
.footer-separator { color: rgb(153, 153, 153); }
.modal { display: none; position: fixed; z-index: 1000; left: 0px; top: 0px; width: 100%; height: 100%; overflow: auto; background-color: rgba(47, 49, 53, 0.95); padding: 20px; }
.modal.active { display: flex; align-items: center; justify-content: center; }
.modal-content { background-color: rgb(236, 236, 237); margin: auto; padding: 32px 24px; border-radius: 16px; width: 100%; max-width: 440px; position: relative; box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 20px; font-family: museo-sans; }
.modal-close { position: absolute; top: 16px; right: 16px; background: none; border: none; font-size: 28px; font-weight: 300; color: rgb(47, 49, 53); cursor: pointer; padding: 4px; line-height: 1; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; z-index: 1; }
.modal-close:hover { opacity: 0.7; }
.modal-close svg { width: 24px; height: 24px; stroke-width: 2; }
@media (max-width: 768px) {
  .modal { padding: 16px; }
  .modal-content { max-width: 100%; padding: 28px 20px; border-radius: 12px; }
  .resort-cta .btn {max-width: 250px;margin: 0px auto;display: block;font-family: museo-sans;}

}
@media (min-width: 500px) and (max-width: 768px) {
  .modal-content { max-width: 460px; }
}
@media (min-width: 768px) {
  .modal { padding: 40px; }
  .modal-content { max-width: 500px; padding: 40px 32px; }
}
.legal-modal-content { max-width: 56rem; max-height: 90vh; overflow-y: auto; }
.legal-modal-header { margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 2px solid rgb(229, 231, 235); }
.legal-modal-title { font-size: 1.875rem; font-weight: 800; color: var(--ink); }
.legal-modal-body { color: var(--ink); }
.legal-section-title { font-size: 1.125rem; font-weight: 700; margin: 1.5rem 0px 0.75rem; color: var(--ink); }
.legal-text { font-size: 0.875rem; line-height: 1.75; margin-bottom: 1rem; color: var(--ink-2); }
.legal-text strong { color: var(--ink); font-weight: 700; }
.legal-text-gray { color: var(--gray); }
.legal-text-caps { text-transform: uppercase; font-weight: 700; color: var(--ink); }
.legal-link { color: var(--evergreen); text-decoration: underline; }
.legal-link:hover { color: var(--evergreen-900); }
.progress-indicator { display: flex; align-items: center; justify-content: center; gap: 0px; max-width: 28rem; margin: 0px auto 2rem; position: relative; left: 10%; }
@media (max-width: 768px) {
  .progress-indicator { display: none; align-items: center; justify-content: center; gap: 0px; max-width: 28rem; margin: 0px auto 2rem; position: relative; left: 10%; }
}
.progress-step { display: flex; align-items: center; flex: 1 1 0%; }
.progress-icon { width: 2rem; height: 2rem; display: flex; align-items: center; justify-content: center; }
.progress-icon.active, .progress-icon.completed { color: rgb(0, 0, 0); }
.progress-icon.inactive { color: rgb(209, 213, 219); }
.progress-line { height: 2px; flex: 1 1 0%; }
.progress-line.completed { background: rgb(0, 0, 0); }
.progress-line.incomplete { background: rgb(209, 213, 219); }
.form-step { display: none; }
.form-step.active { display: block; animation: 0.25s ease 0s 1 normal none running fadeIn; }
@keyframes fadeIn { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.step-fields { display: grid; gap: 1rem; margin-bottom: 1.5rem; }
.step-fields-row { grid-template-columns: repeat(2, 1fr); }
.step-fields-full { grid-template-columns: 1fr; }
.form-actions { display: flex; gap: 0.75rem; max-width: 32rem; margin: 0px auto; }
@media (max-width: 640px) {
  .step-fields-row { grid-template-columns: 1fr; }
  .form-actions { flex-direction: column; }
  .form-actions .btn { width: 100%; }
}
.review-section { background: rgb(249, 250, 251); padding: 1.5rem; border-radius: 0.375rem; max-width: 40rem; margin: 0px auto; width: 100%; }
@media (min-width: 1024px) {
  .resort-container.resort-grid { grid-template-columns: 1.6fr 1fr; gap: 3.5rem; align-items: start; grid-template-areas: "media heading" "media details" "pricing pricing"; }
  .slider-container { height: 560px; border-radius: 16px; }
  #resortName.resort-heading { text-align: left; font-size: 3.25rem; font-weight: 900; line-height: 1.1; letter-spacing: -0.02em; margin: 0px 0px 1.75rem; }
  .whats-included { text-align: left; margin: 0px 0px 2rem; }
  .included-title { font-size: 1.125rem; margin: 0px 0px 0.75rem; letter-spacing: 0.03em; font-weight: 800; }
  .included-description { text-align: left; margin: 0px; max-width: 44ch; line-height: 1.7; }
  .resort-features-list { gap: 1rem; font-size: 1.075rem; margin-top: 0px; }
  .feature-icon { width: 1.5rem; height: 1.5rem; margin-right: 0.75rem; }
  .pricing-bar { grid-area: pricing; }
  .pricing-bar.desktop-only { grid-template-columns: 1fr auto; align-items: center; gap: 3rem; background: rgb(255, 255, 255); border-radius: 14px; padding: 1.75rem 2.25rem; box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 24px; margin-top: 1.25rem; grid-column: 1 / -1; width: 100%; justify-self: stretch; display: grid !important; }
  .pricing-bar__left { display: grid; gap: 0.5rem; }
  .pricing-value { font-size: 1rem; font-weight: 800; color: rgb(70, 81, 61); letter-spacing: 0.02em; position: relative; left: 80px; }
  .pricing-inline-amount { display: flex; align-items: baseline; gap: 0.75rem; }
  .pricing-nightly { font-size: 2rem; color: rgb(47, 49, 53); font-weight: 600; }
  .pricing-nightly sup { font-size: 0.7em; vertical-align: super; }
  .pricing-sep { font-size: 1.2rem; color: rgb(102, 102, 102); opacity: 0.4; }
  .pricing-total { font-size: 2.9rem; font-weight: 900; letter-spacing: -0.03em; color: rgb(47, 49, 53); position: relative; top: 3px; }
  .pricing-total sup { font-size: 0.5em; vertical-align: super; }
  .pricing-bar__right { display: grid; gap: 0.5rem; text-align: center; }
  .pricing-bar__cta { padding: 1.35rem 3.25rem; font-size: 1.125rem; letter-spacing: 0.04em; white-space: nowrap; font-family: museo-sans; }
  .pricing-note { font-size: 0.9rem; color: rgb(102, 102, 102); font-weight: 600; margin-top: 0px; }
}
@media (min-width: 1024px) {
  .resort-container.resort-grid { grid-template-columns: 1.8fr 0.9fr; gap: 2.25rem; align-items: start; grid-template-areas: "media heading" "media details" "pricing pricing"; }
  .slider-container { height: 580px; border-radius: 16px; }
  .resort-details { max-width: 360px; margin-left: auto; }
  #resortName.resort-heading { font-size: 3.25rem; line-height: 1.05; margin: 0px 0px 1.25rem; }
  .whats-included { margin-bottom: 1.25rem; }
  .included-description { font-size: 1rem; line-height: 1.6; }
  .resort-features-list { gap: 0.6rem; font-size: 1rem; }
  .pricing-bar.desktop-only { grid-column: 1 / -1; width: 100%; justify-self: stretch; margin-top: 2rem; padding: 1.75rem 3rem; gap: 3rem; }
}
.resort-container { max-width: 1200px; }
@media (min-width: 1024px) {
  .resort-container.resort-grid { display: grid; grid-template: "media heading" "media details" "pricing pricing" / 1.6fr 1fr; column-gap: 2.5rem; align-items: start; align-content: start; }
  #resortName.resort-heading { grid-area: heading; font-size: 3.25rem; font-weight: 900; line-height: 1.05; letter-spacing: -0.02em; top: 133px; position: relative; text-align: left; }
  .resort-media .slider-container { height: 520px; border-radius: 16px; }
  .resort-details { max-width: 520px; }
  .whats-included { margin: 0px 0px 18px; text-align: left; }
  .included-title { margin: 0px 0px 10px; font-size: 1.125rem; letter-spacing: 0.02em; }
  .included-description { margin: 0px; max-width: 100%; text-align: left; justify-content: flex-start; line-height: 1.55; }
  .resort-features-list { gap: 10px; margin-top: 10px; font-size: 1.075rem; }
  .feature-icon { width: 1.5rem; height: 1.5rem; margin-right: 0.75rem; }
  .pricing-bar.desktop-only { margin-top: 24px; }
}
a { color: white; }
* { box-sizing: border-box; margin: 0px; padding: 0px; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; line-height: 1.5; color: rgb(47, 49, 53); background-color: rgb(242, 240, 231); -webkit-font-smoothing: antialiased; }
#how-it-works { background-color: rgb(242, 240, 231); padding: 40px 20px; font-family: museo-sans; }
@media (min-width: 1024px) {
  .how-it-works-container {max-width: 1261px;margin: 0px auto 80px;display: flex;gap: 60px;align-items: flex-start;position: relative;}
}
@media (min-width: 1024px) {
  .how-it-works-header { flex: 0 0 130px; top: 130px; position: relative; }
}
.how-it-works-header { flex: 0 0 130px; }
#main-heading { font-size: 39px; font-weight: 900; color: rgb(47, 49, 53); letter-spacing: -0.02em; white-space: pre; }
.how-it-works-steps { flex: 1 1 0%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.step-card { display: flex; flex-direction: column; gap: 24px; }
.step-image-wrapper { width: 100%; height: 200px; display: flex; align-items: center; background: transparent; margin: 0px auto; }
@media (max-width: 1024px) {
  .step-image-wrapper { width: 100%; height: 200px; display: flex; align-items: center; justify-content: center; background: transparent; }
}
#step-1-image, #step-2-image, #step-3-image { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; display: flex; justify-items: center; }
.step-content { display: flex; flex-direction: column; gap: 8px; }
.step-number { font-size: 18px; font-weight: 700; color: rgb(47, 49, 53); margin: 0px; }
#step-1-title, #step-2-title, #step-3-title { font-size: 24px; font-weight: 700; line-height: 1.3; color: rgb(47, 49, 53); margin: 0px; }
#step-1-description, #step-2-description, #step-3-description {font-size: 1rem;font-weight: 400;line-height: 1.6;color: rgb(47, 49, 53);margin: 0px;}
@media (max-width: 1024px) {
  .how-it-works-container { gap: 40px; }
  .how-it-works-header { flex: 0 0 220px; }
  #main-heading { font-size: 52px; }
  .how-it-works-steps { gap: 30px; }
  #step-1-title, #step-2-title, #step-3-title { font-size: 22px; }
  #step-1-description, #step-2-description, #step-3-description {font-size: 1rem;}
}
@media (max-width: 1024px) {
  #how-it-works { padding: 0px 20px; margin-bottom: 40px; }
  .how-it-works-container { flex-direction: column; gap: 40px; }
  .how-it-works-header { flex: 0 0 auto; width: 100%; text-align: center; }
  #main-heading { font-size: 48px; }
  .how-it-works-steps { grid-template-columns: 1fr; gap: 50px; }
  .step-card { text-align: center; gap: 20px; }
  .step-image-wrapper { height: 180px; }
  #step-1-title, #step-2-title, #step-3-title { font-size: 24px; }
  #step-1-description, #step-2-description, #step-3-description {font-size: 1rem;}
}
@media (max-width: 480px) {
  #how-it-works { padding: 0px 16px; margin-bottom: 40px; }
  #main-heading { font-size: 1.85rem; }
  .step-image-wrapper { height: 150px; }
  #step-1-title, #step-2-title, #step-3-title { font-size: 1.55rem; }
  #step-1-description, #step-2-description, #step-3-description { font-size: 14px; }
}
.thankyou-banner { display: none; align-items: center; justify-content: center; min-height: 400px; box-shadow: var(--shadow-md, 0 8px 20px rgba(0,0,0,.12)); background: linear-gradient(rgba(30, 30, 30, 0.75), rgba(30, 30, 30, 0.65)) 0% 0% / cover, url("https://47115785.fs1.hubspotusercontent-na1.net/hubfs/47115785/AdobeStock_266113643.png") center 60% no-repeat; }
.thankyou-inner { max-width: 720px; text-align: center; color: white; }
.thankyou-inner h2 {margin: 0px 0px 8px;font-size: 2.875rem;white-space: nowrap;}
.thankyou-inner p { margin: 0px auto; font-size: 1.425rem; line-height: 1.5; }
#formModal .form-legal-block { text-align: center; margin-top: 1.75rem; padding-top: 1.25rem; border-top: 1px solid rgba(0, 0, 0, 0.08); font-family: museo-sans; }
#formModal .form-legal-block .legal-text { font-size: 11.5px; line-height: 1.6; color: rgb(47, 49, 53); margin: 0px 0px 0.75rem; }
#formModal .form-legal-block .legal-bold { font-weight: 700; text-transform: uppercase; }
#formModal .form-legal-block .legal-links { font-size: 11.5px; color: rgb(47, 49, 53); }
#formModal .form-legal-block .legal-links a { color: rgb(47, 49, 53); text-decoration: underline; word-break: break-word; }
@media (min-width: 1024px) {
  .airplane-icon { display: none; }
}
#resortName { display: block; }
#resortName .resort-overline, #resortName .resort-title { display: block; }
#resortName .resort-overline { text-transform: uppercase; letter-spacing: 0.06em; font-weight: 800; font-size: clamp(12px, 1.1vw, 14px); line-height: 1.2; margin: 0px 0px 4px; }
#resortName .resort-title { font-weight: 800; font-size: clamp(28px, 4.5vw, 56px); line-height: 1.05; }
/* ===========================
   HOW IT WORKS – DESKTOP ONLY
   Align images left + share a baseline
   =========================== */
@media (min-width:1024px){

  /* keep the three columns and make rows consistent */
  .how-it-works-steps{
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: start;
  }

  /* two-row layout per card: image row (fixed) + content row */
  .step-card{
    display: grid;
    grid-template-rows: 160px auto; /* same image-row height across cards */
    row-gap: 18px;
  }

  /* image wrappers: left aligned, bottoms lined up, no centering margin */
  .step-image-wrapper{
    height: 160px;
    display: flex;
    align-items: flex-end;     /* align silhouettes to same baseline */
    justify-content: flex-start;/* align left */
    margin: 0;                  /* override earlier `margin: 0 auto` */
  }

  /* images scale within the fixed row without shifting */
  #step-1-image,
  #step-2-image,
  #step-3-image{
    max-height: 100%;
    width: auto;
    object-fit: contain;
    display: block;
  }

  /* make titles the same block height so copy starts on the same line */
  #step-1-title,
  #step-2-title,
  #step-3-title{
    min-height: 52px;
    display: flex;
    align-items: center;
    text-align: left;
  }

  /* ensure all text is left-aligned under the images */
  .step-content{
    display: flex;
    flex-direction: column;
    text-align: left;
  }
}
