:root{--h24-primary:#0759c7;--h24-primary-dark:#053f91;--h24-navy:#09233f;--h24-yellow:#ffd400;--h24-yellow-dark:#efc700;--h24-text:#14263a;--h24-muted:#607287;--h24-line:#dce5ee;--h24-soft:#f3f7fb;--h24-white:#fff;--h24-success:#178a4b;--h24-shadow:0 20px 50px rgba(8,36,71,.12);--h24-radius:18px;--h24-container:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--h24-text);background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.h24-container{width:min(calc(100% - 40px),var(--h24-container));margin-inline:auto}.screen-reader-text,.h24-skip-link{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.h24-skip-link:focus{position:fixed;z-index:99999;top:12px;left:12px;width:auto;height:auto;padding:10px 16px;background:#fff;color:#000;clip:auto;margin:0}.h24-topbar{background:#061c34;color:#dcecff;font-size:12px}.h24-topbar-inner{height:34px;display:flex;align-items:center;gap:25px}.h24-topbar-inner a{margin-left:auto;color:#fff;font-weight:700}.h24-header{position:relative;z-index:50;background:#fff;box-shadow:0 2px 16px rgba(8,35,65,.08)}.h24-header-main{min-height:78px;display:flex;align-items:center;gap:30px}.h24-brand{display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.h24-brand-mark{width:39px;height:39px;color:var(--h24-primary);display:inline-flex}.h24-brand-mark svg{width:100%;height:100%}.h24-wordmark{font-size:28px;font-weight:850;letter-spacing:-1.6px;color:var(--h24-navy)}.h24-wordmark span{color:var(--h24-primary)}.custom-logo{max-height:52px;width:auto}.h24-primary-nav{margin-left:auto}.h24-nav-list{display:flex;list-style:none;margin:0;padding:0;align-items:center;gap:28px}.h24-nav-list a{font-size:14px;font-weight:700;color:#263d55;position:relative;padding:30px 0}.h24-nav-list a:after{content:"";position:absolute;left:0;right:100%;bottom:20px;height:2px;background:var(--h24-primary);transition:.2s}.h24-nav-list a:hover:after,.h24-nav-list .current-menu-item a:after{right:0}.h24-btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:11px;padding:14px 23px;font-weight:800;cursor:pointer;transition:transform .18s,box-shadow .18s,background .18s}.h24-btn:hover{transform:translateY(-1px)}.h24-btn-small{padding:10px 18px;background:var(--h24-primary);color:#fff}.h24-btn-primary{background:var(--h24-primary);color:#fff;box-shadow:0 10px 25px rgba(7,89,199,.22)}.h24-btn-primary:hover{background:var(--h24-primary-dark)}.h24-btn-yellow{background:var(--h24-yellow);color:#10233a;box-shadow:0 12px 30px rgba(255,212,0,.25)}.h24-btn-yellow:hover{background:var(--h24-yellow-dark)}.h24-menu-toggle{display:none;margin-left:auto;border:0;background:none;padding:8px}.h24-menu-toggle>span:not(.screen-reader-text){display:block;width:25px;height:2px;background:var(--h24-navy);margin:5px}
.h24-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#eef6ff 0%,#fff 55%,#e9f3ff 100%);padding:66px 0 0}.h24-hero:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-180px;top:-220px;background:radial-gradient(circle,#cfe4ff,transparent 67%)}.h24-hero-grid{display:grid;grid-template-columns:1.12fr .88fr;align-items:center;min-height:365px;position:relative}.h24-kicker,.h24-eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:1.4px;font-size:12px;font-weight:900;color:var(--h24-primary);margin-bottom:12px}.h24-hero h1{font-size:clamp(42px,5.3vw,67px);line-height:1.02;letter-spacing:-3.7px;margin:0 0 22px;color:var(--h24-navy);max-width:740px}.h24-hero h1 span{color:var(--h24-primary)}.h24-hero-copy>p{font-size:19px;color:#50667e;max-width:680px;margin:0 0 30px}.h24-trust-inline{display:flex;gap:25px}.h24-trust-inline div{display:flex;flex-direction:column}.h24-trust-inline strong{font-size:17px;color:var(--h24-navy)}.h24-trust-inline span{font-size:11px;color:var(--h24-muted)}.h24-hero-visual{position:relative;height:350px}.h24-float-card{position:absolute;background:#fff;border-radius:18px;box-shadow:var(--h24-shadow)}.h24-float-main{width:380px;right:0;top:22px;overflow:hidden;transform:rotate(1deg)}.h24-float-main img{width:100%;height:188px;object-fit:cover}.h24-float-main div{padding:18px;display:flex;flex-direction:column}.h24-float-main span{font-size:12px;color:var(--h24-primary);font-weight:800}.h24-float-main strong{font-size:20px;color:var(--h24-navy)}.h24-float-main b{margin-top:8px;font-size:14px}.h24-float-small{left:0;bottom:35px;padding:15px 18px;display:flex;gap:12px;align-items:center}.h24-score{display:inline-flex;align-items:center;justify-content:center;background:var(--h24-primary);color:#fff;border-radius:8px;font-size:14px;font-weight:900;padding:8px}.h24-float-small div{display:flex;flex-direction:column}.h24-float-small small{color:var(--h24-muted)}.h24-float-badge{position:absolute;right:-8px;top:5px;background:var(--h24-yellow);font-weight:900;padding:10px 16px;border-radius:10px;transform:rotate(4deg);box-shadow:0 8px 20px rgba(73,57,0,.15)}
.h24-search-panel{position:relative;z-index:4;transform:translateY(42px);display:grid;grid-template-columns:1.4fr .85fr .85fr .7fr auto;gap:0;background:#fff;border-radius:16px;padding:24px 18px 18px;box-shadow:0 22px 55px rgba(8,42,80,.2);border:1px solid rgba(7,89,199,.08)}.h24-search-label{position:absolute;top:-17px;left:22px;background:var(--h24-primary);color:#fff;border-radius:8px 8px 0 0;padding:7px 14px;font-size:12px;font-weight:900}.h24-search-field{padding:0 14px;border-right:1px solid var(--h24-line);min-width:0}.h24-search-field>span{font-size:11px;color:var(--h24-muted);font-weight:800;display:block;margin-bottom:5px}.h24-search-field>div{display:flex;gap:8px;align-items:center}.h24-search-field svg{width:19px;height:19px;fill:var(--h24-primary);flex:0 0 auto}.h24-search-field input,.h24-search-field select{width:100%;border:0;outline:0;color:var(--h24-navy);font-weight:700;background:transparent;min-width:0}.h24-search-field input::placeholder{color:#8a9aac}.h24-search-button{margin-left:15px;background:var(--h24-yellow);color:#0f2841;padding-inline:22px;white-space:nowrap}.h24-search-button span{margin-left:9px}.h24-logo-bar{padding:82px 0 25px;background:#fff}.h24-logo-bar .h24-container{display:flex;align-items:center;gap:40px}.h24-logo-bar>div>span{font-size:13px;color:var(--h24-muted);font-weight:700}.h24-logo-bar div div{display:flex;justify-content:space-between;flex:1;color:#2b4258;font-size:13px}
.h24-section{padding:88px 0}.h24-section-soft{background:var(--h24-soft)}.h24-section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:34px;gap:30px}.h24-section-head h2,.h24-centered-head h2,.h24-split-copy h2,.h24-faq-wrap h2{font-size:clamp(29px,3.5vw,42px);letter-spacing:-1.8px;line-height:1.12;margin:0;color:var(--h24-navy)}.h24-section-head>a{font-weight:800;color:var(--h24-primary);font-size:14px}.h24-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.h24-category-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:22px;background:#fff;border:1px solid var(--h24-line);border-radius:16px;transition:.2s}.h24-category-card:hover{border-color:#9fc8f7;box-shadow:0 14px 35px rgba(9,51,95,.1);transform:translateY(-3px)}.h24-category-card>span:last-child{color:var(--h24-primary);font-size:22px}.h24-category-icon{width:45px;height:45px;border-radius:12px;background:#e8f2ff;color:var(--h24-primary);font-weight:900;display:grid;place-items:center}.h24-category-card h3{margin:0 0 3px;font-size:17px}.h24-category-card p{margin:0;color:var(--h24-muted);font-size:12px}.h24-slider-controls{display:flex;gap:8px}.h24-slider-controls button{width:42px;height:42px;border:1px solid var(--h24-line);background:#fff;border-radius:50%;cursor:pointer;font-size:20px}.h24-property-slider{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(310px,1fr);gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px;scrollbar-width:none}.h24-property-slider::-webkit-scrollbar{display:none}.h24-property-card{min-width:0;background:#fff;border-radius:17px;border:1px solid var(--h24-line);overflow:hidden;scroll-snap-align:start;transition:.2s}.h24-property-card:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(8,42,80,.11)}.h24-property-media{position:relative;display:block}.h24-property-media img{width:100%;height:215px;object-fit:cover}.h24-badge{position:absolute;top:13px;left:13px;background:var(--h24-yellow);color:#263242;font-weight:900;font-size:11px;border-radius:7px;padding:7px 10px}.h24-favorite{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.94);display:grid;place-items:center;font-size:23px;color:#17334f}.h24-favorite.is-active{color:#e64255}.h24-property-body{padding:18px}.h24-property-location{font-size:11px;color:var(--h24-primary);text-transform:uppercase;letter-spacing:.7px;font-weight:900}.h24-property-card h3{font-size:20px;margin:4px 0 10px;letter-spacing:-.4px}.h24-property-meta{display:flex;flex-wrap:wrap;gap:7px}.h24-property-meta span{font-size:11px;color:#496074;background:#eef4f8;border-radius:6px;padding:4px 7px}.h24-property-footer{border-top:1px solid var(--h24-line);margin-top:16px;padding-top:14px;display:flex;justify-content:space-between;align-items:flex-end;gap:12px}.h24-rating{display:flex;align-items:center;gap:8px}.h24-rating>strong{background:var(--h24-primary);color:#fff;border-radius:7px;padding:6px 7px;font-size:13px}.h24-rating>span{display:flex;flex-direction:column;font-size:12px;font-weight:800}.h24-rating small{font-size:9px;color:var(--h24-muted);font-weight:500}.h24-price{text-align:right;display:flex;flex-direction:column}.h24-price del{font-size:10px;color:#8a98a8}.h24-price span{font-size:11px}.h24-price strong{font-size:20px;color:var(--h24-navy)}.h24-price small{font-size:9px;color:var(--h24-muted)}
.h24-split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.h24-split-media{position:relative}.h24-split-media>img{width:100%;min-height:480px;object-fit:cover;border-radius:28px}.h24-stat-card{position:absolute;right:-28px;bottom:30px;background:#fff;border-radius:15px;box-shadow:var(--h24-shadow);padding:18px 24px;display:flex;flex-direction:column}.h24-stat-card strong{font-size:26px;color:var(--h24-primary)}.h24-stat-card span{font-size:12px;color:var(--h24-muted)}.h24-split-copy>p{font-size:17px;color:var(--h24-muted);margin:22px 0 25px}.h24-check-list{display:grid;gap:16px;margin-bottom:28px}.h24-check-list>div{display:flex;gap:13px}.h24-check-list>div>span{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#e8f6ee;color:var(--h24-success);font-weight:900;flex:0 0 auto}.h24-check-list p{margin:0;color:var(--h24-muted);font-size:14px}.h24-check-list strong{color:var(--h24-text);font-size:15px}.h24-destination-section{background:linear-gradient(135deg,#071f39,#0c3766);color:#fff}.h24-section-head-light h2,.h24-section-head-light .h24-eyebrow{color:#fff}.h24-destination-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.h24-destination-card{position:relative;min-height:225px;border-radius:18px;overflow:hidden}.h24-destination-card:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 35%,rgba(3,18,34,.88))}.h24-destination-card img{width:100%;height:100%;object-fit:cover;position:absolute}.h24-destination-card span{position:absolute;z-index:2;left:20px;bottom:18px;display:flex;flex-direction:column}.h24-destination-card strong{font-size:23px}.h24-destination-card small{color:#d4e4f5}.h24-centered-head{text-align:center;max-width:700px;margin:0 auto 42px}.h24-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:55px;text-align:center}.h24-steps div{position:relative}.h24-steps div:not(:last-child):after{content:"";position:absolute;top:26px;left:66%;width:68%;height:1px;border-top:2px dashed #bad1e8}.h24-steps span{position:relative;z-index:1;width:54px;height:54px;display:grid;place-items:center;border-radius:50%;background:var(--h24-primary);color:#fff;font-size:20px;font-weight:900;margin:0 auto 18px;box-shadow:0 0 0 8px #e7f1fd}.h24-steps h3{margin:0 0 8px}.h24-steps p{margin:0;color:var(--h24-muted);font-size:14px}.h24-testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.h24-testimonials blockquote{margin:0;background:#fff;border-radius:17px;border:1px solid var(--h24-line);padding:25px}.h24-testimonials blockquote>div{color:#efb500;letter-spacing:2px}.h24-testimonials p{font-size:15px;line-height:1.75;color:#425a72}.h24-testimonials footer{display:flex;flex-direction:column;border-top:1px solid var(--h24-line);padding-top:14px}.h24-testimonials footer span{font-size:11px;color:var(--h24-muted)}.h24-cta{background:var(--h24-primary);color:#fff}.h24-cta .h24-eyebrow{color:#cfe4ff}.h24-cta-inner{min-height:270px;display:flex;align-items:center;justify-content:space-between;gap:40px}.h24-cta h2{font-size:40px;letter-spacing:-1.7px;margin:0}.h24-cta p{margin-bottom:0;color:#dbeaff}.h24-cta-inner>div:last-child{display:flex;flex-direction:column;gap:14px;align-items:center}.h24-cta-phone{font-weight:800}.h24-faq-wrap{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px}.h24-faq-wrap>div:first-child p{color:var(--h24-muted)}.h24-faq-wrap>div:first-child a{font-weight:800;color:var(--h24-primary)}.h24-accordion details{border-bottom:1px solid var(--h24-line);padding:18px 0}.h24-accordion summary{font-size:16px;font-weight:800;cursor:pointer;list-style:none;display:flex;justify-content:space-between}.h24-accordion summary:after{content:"+";font-size:24px;color:var(--h24-primary)}.h24-accordion details[open] summary:after{content:"−"}.h24-accordion p{color:var(--h24-muted);font-size:14px}.h24-footer{background:#06182d;color:#c7d5e4;padding:68px 0 25px}.h24-footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:60px}.h24-brand-footer .h24-wordmark{color:#fff}.h24-footer-grid>div:first-child p{font-size:13px;max-width:340px}.h24-footer h3{color:#fff;font-size:14px;margin:7px 0 18px}.h24-footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:10px;font-size:13px}.h24-footer a:hover{color:#fff}.h24-socials{display:flex;gap:8px}.h24-socials a{width:32px;height:32px;border:1px solid #36506b;border-radius:50%;display:grid;place-items:center;font-size:11px}.h24-footer-bottom{border-top:1px solid #263d55;margin-top:45px;padding-top:22px;display:flex;justify-content:space-between;font-size:11px}.h24-footer-bottom nav{display:flex;gap:20px}.h24-whatsapp{position:fixed;right:22px;bottom:22px;width:54px;height:54px;border-radius:50%;background:#24c769;color:#fff;display:grid;place-items:center;font-size:13px;font-weight:900;box-shadow:0 10px 25px rgba(0,0,0,.2);z-index:60}
.h24-results-hero,.h24-page-hero,.h24-property-hero{background:linear-gradient(135deg,#edf6ff,#fff);padding:60px 0}.h24-results-hero h1,.h24-page-hero h1,.h24-property-hero h1{font-size:clamp(34px,5vw,52px);letter-spacing:-2.5px;line-height:1.08;margin:0;color:var(--h24-navy)}.h24-results-hero p,.h24-page-hero p{color:var(--h24-muted);font-size:17px}.h24-results-search{background:#eaf3fd;padding-bottom:32px}.h24-search-panel-compact{transform:translateY(0);top:-25px}.h24-results-section{padding-top:55px}.h24-results-layout{display:grid;grid-template-columns:260px 1fr;gap:30px}.h24-filter-card,.h24-help-card{border:1px solid var(--h24-line);border-radius:15px;padding:19px;margin-bottom:18px;background:#fff}.h24-filter-card h2{font-size:16px;margin:0 0 16px}.h24-filter-card>div{display:flex;flex-direction:column;border-top:1px solid var(--h24-line);padding:11px 0}.h24-filter-card>div span{font-size:10px;color:var(--h24-muted)}.h24-filter-card>div strong{font-size:13px}.h24-filter-card label{display:block;font-size:13px;margin:11px 0}.h24-filter-card input{margin-right:8px}.h24-help-card{background:#eef6ff;border-color:#cde1f7}.h24-help-card strong{color:var(--h24-primary)}.h24-help-card p{font-size:12px}.h24-help-card a{font-size:12px;font-weight:800;color:var(--h24-primary)}.h24-results-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.h24-results-toolbar select{border:1px solid var(--h24-line);border-radius:8px;padding:9px;background:#fff}.h24-results-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.h24-pagination{margin-top:35px}.h24-pagination .nav-links{display:flex;gap:7px}.h24-pagination .page-numbers{padding:9px 12px;border:1px solid var(--h24-line);border-radius:8px}.h24-pagination .current{background:var(--h24-primary);color:#fff;border-color:var(--h24-primary)}.h24-empty{grid-column:1/-1;background:var(--h24-soft);padding:50px;border-radius:16px;text-align:center}.h24-breadcrumb{display:flex;gap:8px;font-size:12px;color:var(--h24-muted);margin-bottom:22px}.h24-property-title{display:flex;justify-content:space-between;align-items:flex-end;gap:30px}.h24-property-title-meta{display:flex;align-items:center;gap:8px;margin-top:13px;font-size:13px}.h24-share{border:1px solid var(--h24-line);background:#fff;border-radius:10px;padding:11px 15px;font-weight:800}.h24-share.is-active{color:#e23c53}.h24-gallery{display:grid;grid-template-columns:1.5fr .7fr;gap:10px;margin-top:-24px;position:relative;z-index:2}.h24-gallery img{width:100%;height:100%;object-fit:cover;border-radius:15px}.h24-gallery-main{height:490px}.h24-gallery>div:last-child{display:grid;gap:10px}.h24-property-detail{padding-top:55px}.h24-property-layout{display:grid;grid-template-columns:1fr 370px;gap:60px;align-items:start}.h24-property-facts{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--h24-line);border-radius:15px;margin-bottom:28px}.h24-property-facts div{padding:16px;text-align:center;border-right:1px solid var(--h24-line);display:flex;flex-direction:column}.h24-property-facts div:last-child{border:0}.h24-property-facts span{font-size:11px;color:var(--h24-muted)}.h24-content{font-size:16px;color:#40566c}.h24-content h2,.h24-property-layout article>h2{color:var(--h24-navy);margin-top:32px}.h24-amenities{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.h24-amenities span{background:var(--h24-soft);padding:12px;border-radius:9px;font-size:13px}.h24-info-box{margin-top:30px;padding:18px;border-left:4px solid var(--h24-primary);background:#eef6ff}.h24-info-box p{margin:5px 0 0;font-size:13px;color:var(--h24-muted)}.h24-booking-card{position:sticky;top:30px;border:1px solid var(--h24-line);border-radius:18px;padding:23px;box-shadow:var(--h24-shadow);background:#fff}.h24-booking-price{display:flex;flex-direction:column;margin-bottom:18px}.h24-booking-price del{font-size:12px;color:var(--h24-muted)}.h24-booking-price strong{font-size:28px}.h24-booking-card label{display:flex;flex-direction:column;font-size:11px;font-weight:800;margin-bottom:12px}.h24-booking-card input,.h24-booking-card select,.h24-contact-form input,.h24-contact-form textarea{border:1px solid var(--h24-line);border-radius:9px;padding:11px;margin-top:5px;background:#fff}.h24-booking-card .h24-btn{width:100%;margin-top:3px}.h24-booking-card>small{display:block;text-align:center;color:var(--h24-muted);margin-top:9px}.h24-booking-benefits{border-top:1px solid var(--h24-line);margin-top:17px;padding-top:15px;display:grid;gap:7px;font-size:12px}.h24-form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.h24-page-content{max-width:900px}.h24-page-content h2{margin-top:35px;color:var(--h24-navy)}.h24-page-content p,.h24-page-content li{color:#435a70}.h24-page-content a{color:var(--h24-primary);text-decoration:underline}.h24-contact-form{border:1px solid var(--h24-line);border-radius:18px;padding:25px;background:#fff;box-shadow:0 15px 35px rgba(9,46,84,.08)}.h24-contact-form label{display:flex;flex-direction:column;font-size:13px;font-weight:800;margin-bottom:15px}.h24-contact-form .h24-consent{display:flex;flex-direction:row;align-items:flex-start;gap:9px;font-size:11px;font-weight:500}.h24-contact-form .h24-consent input{margin:3px 0 0}.h24-notice{padding:14px;border-radius:10px;margin-bottom:15px}.h24-notice.success{background:#eaf8f0;color:#12653a}.h24-notice.error{background:#fff0f1;color:#a42334}.h24-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.h24-blog-card{border:1px solid var(--h24-line);border-radius:16px;overflow:hidden}.h24-blog-card>div{padding:20px}.h24-blog-card h2{font-size:20px}.h24-blog-card span{font-size:11px;color:var(--h24-muted)}.h24-blog-card p{font-size:13px;color:var(--h24-muted)}.h24-blog-card>div>a{color:var(--h24-primary);font-weight:800}.h24-article>img{border-radius:20px;margin-bottom:30px}.h24-error{text-align:center;min-height:500px;display:grid;place-items:center}.h24-error strong{font-size:90px;color:#cde2f8}.h24-error h1{font-size:38px}.h24-error p{color:var(--h24-muted)}
@media(max-width:980px){.h24-topbar-inner span:nth-child(2),.h24-topbar-inner span:nth-child(3){display:none}.h24-menu-toggle{display:block}.h24-header-cta{display:none}.h24-primary-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid var(--h24-line);padding:10px 20px 20px}.h24-primary-nav.is-open{display:block}.h24-nav-list{display:block}.h24-nav-list a{display:block;padding:12px}.h24-hero-grid{grid-template-columns:1fr}.h24-hero-visual{display:none}.h24-search-panel{grid-template-columns:1fr 1fr;gap:15px;padding-top:30px}.h24-search-field{border:1px solid var(--h24-line);border-radius:9px;padding:8px 10px}.h24-search-button{margin:0;grid-column:1/-1}.h24-logo-bar .h24-container{display:block}.h24-logo-bar div div{margin-top:12px;flex-wrap:wrap;gap:12px}.h24-category-grid{grid-template-columns:1fr 1fr}.h24-split{gap:35px}.h24-destination-grid{grid-template-columns:repeat(2,1fr)}.h24-testimonials{grid-template-columns:1fr}.h24-footer-grid{grid-template-columns:1fr 1fr}.h24-results-layout{grid-template-columns:1fr}.h24-filters{display:grid;grid-template-columns:1fr 1fr;gap:15px}.h24-help-card{display:none}.h24-results-grid{grid-template-columns:repeat(2,1fr)}.h24-property-layout{grid-template-columns:1fr}.h24-booking-card{position:static}.h24-blog-grid{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.h24-container{width:min(calc(100% - 28px),var(--h24-container))}.h24-topbar-inner{gap:10px}.h24-topbar-inner>span{display:none}.h24-hero{padding-top:42px}.h24-hero-grid{min-height:auto}.h24-hero h1{font-size:42px;letter-spacing:-2.3px}.h24-hero-copy>p{font-size:16px}.h24-trust-inline{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.h24-search-panel{grid-template-columns:1fr;margin-top:28px;transform:translateY(32px)}.h24-search-label{left:12px}.h24-search-button{grid-column:auto}.h24-logo-bar{padding-top:68px}.h24-logo-bar div div{display:grid;grid-template-columns:1fr 1fr}.h24-section{padding:62px 0}.h24-section-head{align-items:flex-start}.h24-section-head>a{display:none}.h24-section-head h2,.h24-centered-head h2,.h24-split-copy h2,.h24-faq-wrap h2{font-size:31px}.h24-category-grid{grid-template-columns:1fr}.h24-property-slider{grid-auto-columns:88%}.h24-split{grid-template-columns:1fr}.h24-split-media>img{min-height:330px}.h24-stat-card{right:10px}.h24-destination-grid{grid-template-columns:1fr}.h24-steps{grid-template-columns:1fr;gap:35px}.h24-steps div:after{display:none}.h24-cta-inner{display:block;padding:50px 0}.h24-cta h2{font-size:31px}.h24-cta-inner>div:last-child{align-items:flex-start;margin-top:25px}.h24-faq-wrap{grid-template-columns:1fr;gap:30px}.h24-footer-grid{grid-template-columns:1fr 1fr;gap:35px}.h24-footer-grid>div:first-child{grid-column:1/-1}.h24-footer-bottom{display:block}.h24-footer-bottom nav{margin-top:10px}.h24-results-hero,.h24-page-hero,.h24-property-hero{padding:42px 0}.h24-search-panel-compact{top:-10px}.h24-filters{display:block}.h24-results-toolbar{align-items:flex-start;gap:12px}.h24-results-toolbar form label{font-size:0}.h24-results-grid{grid-template-columns:1fr}.h24-property-title{align-items:flex-start}.h24-property-title .h24-share{font-size:0;padding:10px}.h24-property-title .h24-share:first-letter{font-size:18px}.h24-gallery{grid-template-columns:1fr}.h24-gallery-main{height:300px}.h24-gallery>div:last-child{display:none}.h24-property-facts{grid-template-columns:1fr 1fr}.h24-property-facts div:nth-child(2){border-right:0}.h24-property-facts div:nth-child(-n+2){border-bottom:1px solid var(--h24-line)}.h24-amenities{grid-template-columns:1fr}.h24-form-row{grid-template-columns:1fr}.h24-blog-grid{grid-template-columns:1fr}}


/* Official Homera24 brand assets */
.h24-brand-official{display:inline-flex;align-items:center;line-height:0}
.h24-brand-official img{display:block;width:225px;max-width:none;height:auto}
.h24-brand-custom .custom-logo-link{display:inline-flex;align-items:center;line-height:0}
.h24-brand-custom .custom-logo{display:block;max-width:225px;max-height:58px;width:auto;height:auto}
.h24-brand-footer{background:#fff;border-radius:12px;padding:8px 12px;width:max-content;box-shadow:0 8px 24px rgba(0,0,0,.12)}
.h24-brand-footer img{width:210px}
@media(max-width:680px){.h24-brand-official img,.h24-brand-custom .custom-logo{max-width:180px;width:180px}.h24-brand-footer img{width:190px}}


/* CHECK24 booking integration */
.h24-header-cta{background:var(--h24-yellow);color:#10233a;box-shadow:0 8px 22px rgba(255,212,0,.26)}
.h24-header-cta:hover{background:var(--h24-yellow-dark)}
.h24-hero-actions{display:flex;align-items:center;gap:18px;margin:-8px 0 27px}
.h24-hero-text-link{font-size:14px;font-weight:850;color:var(--h24-primary)}
.h24-booking-secondary{display:block;text-align:center;margin-top:12px;color:var(--h24-primary);font-size:13px;font-weight:850}
.h24-booking-page-hero{background:linear-gradient(135deg,#eaf4ff 0%,#fff 62%,#fff7c7 100%)}
.h24-booking-hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:45px;align-items:end}
.h24-booking-page-hero p{max-width:720px;margin:14px 0 0;color:#526b83;font-size:17px}
.h24-booking-hero-trust{display:grid;gap:10px;padding:22px 24px;border:1px solid rgba(7,89,199,.13);border-radius:16px;background:rgba(255,255,255,.82);box-shadow:0 14px 34px rgba(8,42,80,.08);font-size:13px;font-weight:800;color:#28435d}
.h24-booking-widget-section{padding-top:54px;background:var(--h24-soft)}
.h24-booking-page-content{max-width:none}
.h24-external-booking-shell{overflow:hidden;border:1px solid var(--h24-line);border-radius:20px;background:#fff;box-shadow:0 20px 55px rgba(8,42,80,.12)}
.h24-booking-provider-note{display:flex;gap:14px;align-items:flex-start;padding:20px 24px;border-bottom:1px solid var(--h24-line);background:linear-gradient(90deg,#eef6ff,#fff)}
.h24-booking-provider-icon{display:grid;place-items:center;flex:0 0 36px;width:36px;height:36px;border-radius:50%;background:var(--h24-primary);color:#fff;font-weight:900}
.h24-booking-provider-note strong{display:block;color:var(--h24-navy);font-size:16px}
.h24-booking-provider-note p{margin:3px 0 0;color:var(--h24-muted);font-size:12px}
#c24pp-package-iframe{width:100%;min-height:720px;background:#fff}
#c24pp-package-iframe iframe{display:block;width:100%!important;min-height:720px;border:0}
.h24-widget-noscript{margin:0;padding:20px;color:#9a2836;background:#fff0f1}
.h24-booking-help-strip{padding:27px 0;background:#fff;border-top:1px solid var(--h24-line)}
.h24-booking-help-strip .h24-container{display:flex;justify-content:space-between;align-items:center;gap:25px}
.h24-booking-help-strip div div{display:flex;flex-direction:column}
.h24-booking-help-strip strong{color:var(--h24-navy)}
.h24-booking-help-strip span{color:var(--h24-muted);font-size:13px}
@media(max-width:980px){.h24-booking-hero-grid{grid-template-columns:1fr}.h24-booking-hero-trust{max-width:600px}.h24-hero-actions{flex-wrap:wrap}}
@media(max-width:680px){.h24-hero-actions{align-items:flex-start;flex-direction:column;gap:12px}.h24-booking-provider-note{padding:17px}.h24-booking-help-strip .h24-container{align-items:flex-start;flex-direction:column}#c24pp-package-iframe,#c24pp-package-iframe iframe{min-height:780px}}
