/* Landing-only additions. The main website's assets stay unchanged. */
.messenger-links{display:flex;flex-wrap:wrap;gap:9px;align-items:center}
.messenger-links a{display:inline-flex;gap:8px;align-items:center;justify-content:center;min-height:44px;border:1px solid #cfdfd9;border-radius:9px;padding:10px 15px;background:#fff;color:#12383e;font-size:12px;font-weight:800;line-height:1.4;transition:background .2s,transform .2s}
.messenger-links img{width:20px;height:20px;object-fit:contain;flex:none}
.messenger-links a:hover{background:#e9f3ef;transform:translateY(-1px)}
.messenger-links.on-dark a{color:#fff;background:#ffffff12;border-color:#ffffff4d}
.messenger-links.on-dark a:hover{background:#ffffff28}
.hero-messengers{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-top:22px}
.hero-messengers>span{color:#d4e4df;font-size:11px}
.hero-messengers .messenger-links a{padding:8px 13px;min-height:40px;font-size:11px}
.hero-benefits{margin-top:20px}
.hero-inner{padding-bottom:76px}
.search-direct{display:flex;justify-content:space-between;align-items:center;gap:25px;padding:24px 26px;border-radius:14px;background:#edf4f1;margin-top:25px}
.search-direct strong{font-size:16px}
.search-direct p{font-size:12px;max-width:560px;margin-top:5px}
.subscription-section{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:32px 0 0}
.subscription-section .eyebrow{display:block;font-size:9px;letter-spacing:.09em;margin-bottom:9px}
.subscription-section h3{font-size:23px;letter-spacing:-.03em}
.subscription-section p{font-size:12px;line-height:1.8;max-width:570px;margin-top:11px}
.subscription-action{display:grid;gap:12px;flex:none;max-width:340px;text-align:center}
.subscription-action .text-link{font-size:11px;justify-content:center;text-decoration:underline;text-underline-offset:3px}
.expert-copy>.messenger-links{margin-top:20px}
.expert-portrait>img{object-position:center 44%}
.final-cta{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(240px,1fr);gap:25px 35px}
.final-messengers{grid-column:1/-1;position:relative;z-index:1;margin-top:0}
.contact-preference{margin-top:16px}
.dialog-alternative .messenger-links{justify-content:center;margin-top:12px}
.footer-help{margin-right:28px;margin-top:20px;font-size:12px}
.help-popup{font-family:Manrope,Arial,sans-serif;color:#12383e;background:#fffefa;border:1px solid #dce3dd;border-radius:20px;padding:24px;box-shadow:0 20px 65px #082f3738}
.help-desktop{position:fixed;right:24px;bottom:24px;z-index:70;width:390px;max-height:calc(100dvh - 110px);overflow-y:auto;overscroll-behavior:contain}
.help-close{position:absolute;right:9px;top:8px;width:38px;height:38px;border:0;border-radius:50%;background:#edf3ef;font:26px/1 Arial,sans-serif;color:#12383e;z-index:1}
.help-close:hover{background:#dbe9e2}
.help-intro{display:flex;gap:17px;align-items:center;padding-right:6px}
.help-intro img{width:83px;height:106px;object-fit:cover;object-position:50% 40%;border-radius:11px;flex:none}
.help-intro .eyebrow{font-size:8px;letter-spacing:.1em;margin-bottom:7px;color:#587b76}
.help-intro h2{font-size:27px;letter-spacing:-.045em;line-height:1.13}
.help-description{font-size:12px;line-height:1.75;margin-top:16px}
.help-form{margin-top:18px}
.help-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px}
.help-form label:not(.consent){display:block;font-size:11px;font-weight:700}
.help-form input:not([type=checkbox]),.help-form select{display:block;min-width:0;width:100%;height:44px;padding:10px;border:1px solid #ccddd5;border-radius:8px;background:#fff;color:#12383e;margin-top:5px;font-size:14px}
.help-form .consent{font-size:10px;line-height:1.5;margin:14px 0}
.help-form .consent input{flex:none}
.help-form .button{width:100%;min-height:46px;font-size:13px}
.help-note{margin-top:9px;text-align:center;font-size:9px;line-height:1.5}
.help-direct{border-top:1px solid #dfe7e1;padding-top:13px;margin-top:17px}
.help-direct>span{display:block;font-size:10px;text-align:center;margin-bottom:9px;color:#617173}
.help-direct .messenger-links{flex-wrap:nowrap;gap:6px}
.help-direct .messenger-links a{flex:1;min-width:0;font-size:10px;gap:5px;padding:9px 7px}
.help-direct .messenger-links img{width:17px;height:17px}
.help-status{margin:16px 0;padding:14px;border-radius:10px;background:#fff0e9;color:#8a3d29;font-size:13px;line-height:1.6}
.help-status.help-success{background:#e6f2eb;color:#17515a}
.help-mobile{width:min(440px,calc(100% - 20px));max-width:none;max-height:calc(100dvh - 28px);overflow-y:auto;overscroll-behavior:contain;margin:auto auto 10px;padding:25px 22px 20px}
.help-mobile:not([open]){display:none}
.help-mobile::backdrop{background:#052c368a;backdrop-filter:blur(3px)}
.help-launcher{position:fixed;right:24px;bottom:24px;z-index:45;display:flex;align-items:center;gap:9px;padding:7px 15px 7px 7px;border:1px solid #ffffff80;border-radius:40px;background:#082f37;color:#fff;box-shadow:0 5px 25px #082f3733;font-size:12px;font-weight:700}
.help-launcher img{width:36px;height:36px;object-fit:cover;object-position:center 30%;border-radius:50%}
.TVMobileContainer .help-launcher,.TVMobileViewContent .help-launcher{display:none!important}
@media(min-width:1025px){.help-mobile{display:none}}
@media(max-width:1024px){.help-desktop{display:none}.help-launcher{bottom:88px;right:14px;font-size:11px}.help-fields{grid-template-columns:1fr 1fr}.help-form input:not([type=checkbox]),.help-form select{font-size:16px}}
@media(max-width:700px){
 .hero-messengers{gap:10px;margin-top:20px}.hero-messengers>span{display:none}.hero-messengers .messenger-links{gap:7px}.hero-messengers .messenger-links a{font-size:11px;padding:9px 11px}
 .hero-location{display:none}.hero-inner{padding-bottom:56px}.hero-benefits{gap:12px;font-size:10px}
 .search-direct{flex-direction:column;align-items:flex-start;gap:16px;padding:20px}.search-direct .messenger-links{width:100%;gap:6px;flex-wrap:nowrap}.search-direct .messenger-links a{flex:1;padding:10px 6px;font-size:10px;gap:5px}.search-direct strong{font-size:15px}
 .subscription-section{flex-direction:column;align-items:flex-start;gap:20px;padding-top:26px}.subscription-action{max-width:100%;width:100%}.subscription-section h3{font-size:23px}
 .expert-portrait{aspect-ratio:.86;max-width:360px}.expert-copy>.messenger-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.expert-copy>.messenger-links a{padding:10px 5px;font-size:10px;gap:5px;min-width:0}
 .final-cta{grid-template-columns:1fr}.final-messengers{justify-content:center;margin-top:8px;gap:6px;flex-wrap:nowrap}.final-messengers a{padding:10px 7px;font-size:10px;gap:5px}.final-messengers img{width:17px;height:17px}.expert-caption strong{font-size:17px}
 .dialog-alternative .messenger-links{gap:6px;flex-wrap:nowrap}.dialog-alternative .messenger-links a{font-size:10px;padding:9px 7px;gap:5px}
 .help-mobile .help-fields{gap:10px}.help-mobile .help-intro h2{font-size:26px}.help-mobile .help-intro img{width:73px;height:94px}.help-description{margin-top:14px}
}
@media(max-width:359px){.help-mobile{padding:25px 16px 18px}.help-intro{gap:12px}.help-mobile .help-intro h2{font-size:24px}.hero-messengers .messenger-links a{font-size:10px;padding:9px}.messenger-links a{gap:5px}.help-direct .messenger-links a{font-size:9px}}
@media(prefers-reduced-motion:reduce){.messenger-links a{transition:none}}

/* Purchase benefits: visible in the hero, with conditions next to the offer. */
.hero .breadcrumbs{margin-bottom:32px}
.hero-perks{display:grid;grid-template-columns:1fr 1fr;gap:12px;max-width:680px;margin-top:25px}
.hero-perk{display:flex;gap:14px;align-items:center;padding:17px 19px;border:1px solid #ffffff45;border-radius:12px;background:#082f37bf;backdrop-filter:blur(6px);transition:background .2s}
.hero-perk:hover{background:#124952}
.hero-perk strong{display:block;font-size:18px;line-height:1.35;letter-spacing:-.025em;color:#fff}
.hero-perk small{display:block;font-size:9px;line-height:1.5;margin-top:6px;color:#d4e4de}
.perk-icon{color:#ffac4c;flex:none}
.perk-icon svg{width:38px;height:38px;display:block}
.hero-perk-discount{background:#ff941f;color:#082f37;border-color:#ff941f}
.hero-perk-discount:hover{background:#ffac4c}
.hero-perk-discount strong,.hero-perk-discount small{color:#082f37}
.perk-percent{font-size:46px;font-weight:800;line-height:1;letter-spacing:-.06em;white-space:nowrap}
.perk-percent small{display:inline;font-size:22px;margin:0}
.hero-perks-note{font-size:10px;color:#d1ded9;margin-top:8px}
.hero-perks-note a{margin-left:6px;text-decoration:underline;text-underline-offset:3px}
.hero-actions{margin-top:23px}
.hero-benefits{margin-top:20px}
.bonus-section{background:#f7f3e9}
.bonus-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.bonus-card{display:flex;gap:28px;align-items:flex-start;padding:36px;border-radius:18px;overflow:hidden}
.bonus-taxi{background:#082f37;color:#fff}
.bonus-symbol{display:grid;place-items:center;width:70px;height:70px;border:1px solid #7a9b9370;border-radius:18px;flex:none;color:#ffac4c}
.bonus-symbol svg{width:45px;height:45px}
.bonus-label{display:block;font-size:9px;font-weight:800;letter-spacing:.1em;line-height:1.6;margin-bottom:16px}
.bonus-card h3{font-size:32px;line-height:1.18}
.bonus-card h3 em{font-style:normal;color:#ffac4c}
.bonus-card p{font-size:12px;line-height:1.9;margin-top:18px;color:inherit;opacity:.86}
.bonus-discount{background:#ff9e35;flex-direction:column;gap:22px}
.bonus-discount .bonus-label{margin-bottom:10px}
.bonus-number{font-size:30px;line-height:1;letter-spacing:-.045em}
.bonus-number b{font-size:88px;font-weight:800}
.bonus-bottom{display:flex;gap:35px;align-items:center;justify-content:space-between;margin-top:24px}
.bonus-bottom p{font-size:10px;line-height:1.9;max-width:650px}
.bonus-bottom .button{flex:none}
.final-perks{display:flex;flex-wrap:wrap;gap:8px;margin-top:21px}
.final-perks span{font-size:12px;line-height:1.5;font-weight:800;padding:8px 13px;border:1px solid #ffac4c80;border-radius:7px;color:#ffbb6b;background:#ffffff08}
.final-cta p.final-perks-note{font-size:10px;margin-top:10px;line-height:1.7;max-width:450px}
.office-photos{display:grid;grid-template-columns:1fr 1fr;position:relative;gap:5px;border-radius:10px;overflow:hidden;margin-bottom:24px;background:#edf0e8}
.office-photos img{width:100%;height:auto;aspect-ratio:.69;object-fit:cover;object-position:center;transition:filter .2s}
.office-photos:hover img{filter:brightness(.94)}
.office-photos>span{position:absolute;bottom:10px;right:10px;padding:5px 9px;border-radius:5px;background:#ffffffee;font-size:9px;font-weight:800}
.offices-map{margin-top:32px;border:1px solid #dce3dd;border-radius:18px;overflow:hidden;background:#fff}
.offices-map-head{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:27px}
.offices-map-head .eyebrow{font-size:9px;margin-bottom:8px}
.offices-map-head h3{font-size:25px}
.map-switch{display:flex;flex-wrap:wrap;gap:6px}
.map-switch button{border:1px solid #dce3dd;background:#f6f5ef;color:#12383e;border-radius:7px;padding:10px 12px;font-size:11px;font-weight:700}
.map-switch button[aria-pressed=true]{background:#082f37;color:#fff;border-color:#082f37}
.map-switch button:hover{border-color:#527974}
.offices-map iframe{display:block;width:100%;height:460px;border:0;background:#e6efea}
.offices-map-bottom{padding:17px 27px;display:flex;gap:18px;justify-content:space-between;align-items:center}
.offices-map-bottom p,.offices-map-bottom a{font-size:11px;line-height:1.8}
.offices-map-bottom a{font-weight:800;white-space:nowrap}
.office-links{flex-wrap:wrap;gap:8px 18px}
.office-links a{display:inline-flex;align-items:center;min-height:26px;white-space:nowrap}
.office-links a:last-child{flex-basis:100%}
@media(max-width:1000px){
 .bonus-card{padding:26px;gap:20px}.bonus-taxi{flex-direction:column}.bonus-card h3{font-size:29px}
 .offices-map-head{align-items:flex-start;flex-direction:column;gap:20px}.bonus-bottom{gap:24px}.bonus-bottom .button{font-size:12px}
}
@media(max-width:700px){
 .hero .breadcrumbs{margin-bottom:28px}.hero-subtitle{font-size:14px;margin-top:18px}.hero-inner{padding-bottom:42px}
 .hero-perks{gap:8px;margin-top:20px;max-width:380px}.hero-perk{padding:13px 12px;display:block}
 .hero-perk strong{font-size:14px;line-height:1.35}.hero-perk small{font-size:8px;margin-top:5px}.perk-icon{display:none}
 .hero-perk-discount .perk-percent{display:none}.hero-perk-discount strong{font-size:20px;letter-spacing:-.045em}
 .hero-perks-note{font-size:8px;max-width:380px;line-height:1.8}.hero-perks-note a{white-space:nowrap;margin-left:3px}
 .hero-actions{margin-top:20px}.hero-benefits{font-size:9px;gap:10px}.hero-messengers{margin-top:16px}
 .bonus-grid{grid-template-columns:1fr;gap:16px}.bonus-card{padding:28px;gap:23px}.bonus-card h3{font-size:30px}
 .bonus-symbol{width:62px;height:62px}.bonus-symbol svg{width:38px;height:38px}.bonus-card p{font-size:12px}
 .bonus-discount{gap:20px}.bonus-number{font-size:27px}.bonus-number b{font-size:76px}
 .bonus-bottom{flex-direction:column;gap:20px;align-items:stretch;margin-top:18px}.bonus-bottom p{font-size:9px}.bonus-bottom .button{width:100%;font-size:12px}
 .office-photos{margin-bottom:23px}.office-photos img{aspect-ratio:.73}.office-photos>span{font-size:9px}
 .offices-map{margin-top:24px;border-radius:14px}.offices-map-head{padding:23px;gap:18px}.offices-map-head h3{font-size:24px}
 .map-switch{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:7px}.map-switch button{font-size:10px;padding:11px 9px}
 .offices-map iframe{height:390px}.offices-map-bottom{display:block;padding:20px 23px}.offices-map-bottom p{font-size:10px}.offices-map-bottom a{display:inline-block;font-size:11px;margin-top:10px}
 .final-perks{gap:7px;margin-top:18px}.final-perks span{font-size:10px;padding:7px 9px}.final-cta p.final-perks-note{font-size:9px}
}

.hero-location{max-width:280px}.review-summary{font-size:13px;line-height:1.9;max-width:820px;margin:10px 0 18px}.resort-content h3{font-size:30px}.hero-image{object-position:center 42%}@media(max-width:700px){.review-summary{font-size:11px}.resort-content h3{font-size:28px}.hero-image{object-position:68% center}}
.hotel-preview-trigger{display:block;width:100%;padding:0;border:0;text-align:left;cursor:pointer;font:inherit;background:transparent}.hotel-preview-more{font:inherit;font-size:13px;margin-top:8px}.hotel-preview-dialog{width:min(940px,calc(100vw - 32px));max-width:none;max-height:90dvh;padding:36px;border:0;border-radius:24px;background:#fffefa;color:#12383e;overflow:auto}.hotel-preview-dialog:not([open]){display:none}.hotel-preview-dialog::backdrop{background:#082f3799;backdrop-filter:blur(4px)}.hotel-preview-dialog h2{font-size:32px;line-height:1.2;max-width:90%;margin:12px 0 24px}.hotel-preview-dialog>p{line-height:1.7}.hotel-preview-close{position:absolute;top:14px;right:14px;width:44px;height:44px;border:0;border-radius:50%;font-size:30px;cursor:pointer;background:#edf4f1;color:#12383e}.hotel-preview-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.hotel-preview-gallery img{width:100%;height:200px;object-fit:cover;border-radius:14px}.hotel-preview-facts{display:grid;grid-template-columns:1fr 1fr;gap:20px}.hotel-preview-facts>div{background:#f2f5ed;border-radius:12px;padding:18px}.hotel-preview-facts dt{font-weight:800;margin-bottom:8px}.hotel-preview-facts dd{margin:0;font-size:13px;line-height:1.75}.hotel-preview-trigger:focus-visible,.hotel-preview-close:focus-visible{outline:3px solid #ff941f;outline-offset:3px}@media(max-width:700px){.hotel-preview-dialog{padding:26px 18px;width:calc(100vw - 20px)}.hotel-preview-dialog h2{font-size:25px}.hotel-preview-gallery{grid-template-columns:1fr 1fr;gap:8px}.hotel-preview-gallery img{height:125px}.hotel-preview-gallery img:first-child{grid-column:1/-1;height:210px}.hotel-preview-facts{grid-template-columns:1fr;gap:10px}.hotel-preview-dialog>.button{width:100%;font-size:13px}.hero-image{object-position:67% center}}

