.staycasa-nav{z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a3250f2;border-bottom:.1rem solid #ffffff1a;transition:all .3s;position:fixed;top:0;left:0;right:0}.staycasa-nav--scrolled{background:#1a3250fa;box-shadow:0 .4rem 2rem #0000004d}.staycasa-nav__wrap{justify-content:space-between;align-items:center;gap:7rem;max-width:1400px;margin:0 auto;padding:1.5rem 2rem;display:flex;position:relative}@media (max-width:1024px){.staycasa-nav__wrap{gap:2rem;padding:1.5rem 2rem}}@media (max-width:480px){.staycasa-nav__wrap{padding:1.2rem 1.5rem}}.staycasa-nav__logo{z-index:2;align-items:center;text-decoration:none;display:flex;position:relative}.staycasa-nav__logo:hover .staycasa-nav__logo-img{transform:scale(1.05)}.staycasa-nav__logo-img{filter:brightness(0)invert()drop-shadow(0 .2rem .8rem #0003);width:auto;height:4rem;transition:transform .3s}@media (max-width:1024px){.staycasa-nav__logo-img{height:3rem}}.staycasa-nav__menu{gap:clamp(1.5rem,2.5vw,3rem);margin:0;padding:0;list-style:none;display:none}@media (min-width:1024px){.staycasa-nav__menu{align-items:center;display:flex}}.staycasa-nav__item{position:relative}.staycasa-nav__link{color:#fff;cursor:pointer;white-space:nowrap;text-shadow:0 .2rem .4rem #0000004d;background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.4rem;padding:.8rem 1rem;font-size:clamp(1.4rem,1.5vw,1.6rem);font-weight:500;text-decoration:none;transition:all .3s;display:flex}.staycasa-nav__link:hover{background:#ffffff26}.staycasa-nav__icon{font-size:1.8rem;transition:transform .3s}.staycasa-nav__item--has-dropdown:hover .staycasa-nav__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.staycasa-nav__item--has-dropdown:hover .staycasa-nav__icon{transform:rotate(180deg)}.staycasa-nav__dropdown{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;visibility:hidden;z-index:100;background:#1a3250fa;border:.1rem solid #ffffff1a;border-radius:.8rem;min-width:24rem;padding:1rem 0;transition:all .3s;position:absolute;top:100%;left:0;transform:translateY(-1rem);box-shadow:0 1rem 5rem #00000080}.staycasa-nav__dropdown-link{color:#fff;padding:1rem 1.8rem;font-size:1.4rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.staycasa-nav__dropdown-link:hover{background:#ffffff1a;padding-left:2.2rem}.staycasa-nav__actions{display:none}@media (min-width:1024px){.staycasa-nav__actions{align-items:center;gap:1rem;margin-left:auto;display:flex}}.staycasa-nav__social{gap:1rem;display:flex}.staycasa-nav__social-link{color:#fff;background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;font-size:1.6rem;transition:all .3s;display:flex;box-shadow:0 .2rem .8rem #0003}.staycasa-nav__social-link:hover{color:#1a3250;background:#fff;transform:translateY(-.2rem);box-shadow:0 .4rem 2rem #0000004d}.staycasa-nav__currency{z-index:10002;position:relative}.staycasa-nav__currency-toggle{color:#fff;cursor:pointer;background:#ffffff1f;border:.1rem solid #fff3;border-radius:.8rem;align-items:center;gap:.6rem;padding:1rem 1.5rem;font-size:1.4rem;font-weight:500;transition:all .3s;display:flex}.staycasa-nav__currency-toggle:hover{background:#ffffff26}.staycasa-nav__currency-toggle--active .staycasa-nav__icon{transform:rotate(180deg)}.staycasa-nav__currency-panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);min-width:32rem;animation:dropdownSlide .3s ease ease;background:#1a3250fa;border:.1rem solid #ffffff1a;border-radius:1.2rem;position:absolute;top:calc(100% + 1rem);right:0;overflow:hidden;box-shadow:0 1rem 5rem #00000080}.staycasa-nav__currency-head{color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em;border-bottom:.1rem solid #ffffff1a;align-items:center;gap:.8rem;padding:1.5rem;font-size:1.3rem;font-weight:500;display:flex}.staycasa-nav__currency-alert{color:#ffc107;background:#ffc10726;border-left:.3rem solid #ffc107;border-radius:.5rem;margin:.5rem 1rem;padding:1rem 1.5rem;font-size:1.2rem}.staycasa-nav__currency-search{border-bottom:.1rem solid #ffffff1a;padding:1rem}.staycasa-nav__currency-search input{color:#fff;background:#ffffff1a;border:.1rem solid #fff3;border-radius:.8rem;outline:none;width:100%;padding:1rem 1.2rem;font-size:1.4rem;transition:all .2s}.staycasa-nav__currency-search input::placeholder{color:#ffffffb3}.staycasa-nav__currency-search input:focus{background:#ffffff26;border-color:#ffffff4d}.staycasa-nav__currency-search input:disabled{opacity:.5;cursor:not-allowed}.staycasa-nav__currency-list{max-height:35rem;padding:.5rem 0;overflow-y:auto}.staycasa-nav__currency-list::-webkit-scrollbar{width:.6rem}.staycasa-nav__currency-list::-webkit-scrollbar-track{background:#ffffff0d}.staycasa-nav__currency-list::-webkit-scrollbar-thumb{background:#fff3;border-radius:.3rem}.staycasa-nav__currency-list::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.staycasa-nav__currency-item{color:#fff;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:1rem;width:100%;padding:1.2rem 1.5rem;font-size:1.4rem;transition:all .2s;display:flex}.staycasa-nav__currency-item:hover{background:#ffffff1a}.staycasa-nav__currency-item--active{background:#4ade8026}.staycasa-nav__currency-item--active .staycasa-nav__curr-code{color:#4ade80;font-weight:600}.staycasa-nav__curr-flag{min-width:2rem;font-size:1.8rem}.staycasa-nav__curr-code{min-width:4rem;font-weight:600}.staycasa-nav__curr-name{color:#ffffffb3;flex:1;font-size:1.3rem}.staycasa-nav__curr-symbol{color:#ffffffb3;margin-right:.5rem;font-size:1.2rem}.staycasa-nav__curr-check{color:#4ade80;font-size:1.6rem;font-weight:700}.staycasa-nav__currency-empty{text-align:center;color:#ffffffb3;padding:2rem;font-size:1.4rem}.staycasa-nav__hamburger{color:#fff;cursor:pointer;z-index:10005;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff26;border:.1rem solid #ffffff40;border-radius:.8rem;padding:.8rem;transition:all .3s;display:block;position:relative;box-shadow:0 .2rem .8rem #0000004d}@media (min-width:1024px){.staycasa-nav__hamburger{display:none}}.staycasa-nav__hamburger:hover{background:#ffffff40;border-color:#fff6;transform:scale(1.05)}.staycasa-nav__hamburger:active{transform:scale(.95)}.staycasa-nav__hamburger svg{font-size:2.8rem;display:block}.staycasa-nav__overlay{z-index:10000;opacity:0;pointer-events:none;background:#000000b3;width:100vw;height:100vh;transition:opacity .3s;display:none;position:fixed;top:0;left:0}.staycasa-nav__overlay--active{opacity:1;pointer-events:auto;display:block}.staycasa-nav__mobile{z-index:10001;background:#1a3250fa;width:85%;max-width:40rem;height:100dvh;transition:right .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%;overflow:hidden auto;box-shadow:-.5rem 0 3rem #00000080}.staycasa-nav__mobile--open{right:0}.staycasa-nav__mobile::-webkit-scrollbar{display:none}.staycasa-nav__mobile-close{color:#fff;cursor:pointer;z-index:10;background:#ffffff1a;border:.1rem solid #fff3;border-radius:.8rem;justify-content:center;align-items:center;width:4.4rem;height:4.4rem;transition:all .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.staycasa-nav__mobile-close:hover{background:#fff3}.staycasa-nav__mobile-close svg{font-size:2.4rem}.staycasa-nav__mobile-wrap{flex-direction:column;gap:.5rem;min-height:100%;padding:7rem 2.5rem 3rem;display:flex}.staycasa-nav__mobile-link{color:#fff;border-bottom:.1rem solid #ffffff1a;border-radius:.8rem;padding:1.5rem;font-size:1.6rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.staycasa-nav__mobile-link:hover{background:#ffffff1a}.staycasa-nav__mobile-group{border-bottom:.1rem solid #ffffff1a}.staycasa-nav__mobile-toggle{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:.8rem;justify-content:space-between;align-items:center;width:100%;padding:1.5rem;font-size:1.6rem;font-weight:500;transition:all .2s;display:flex}.staycasa-nav__mobile-toggle:hover{background:#ffffff1a}.staycasa-nav__mobile-toggle--active{color:#4ade80}.staycasa-nav__mobile-toggle--active .staycasa-nav__icon{color:#4ade80;transform:rotate(180deg)}.staycasa-nav__mobile-toggle span{align-items:center;display:flex}.staycasa-nav__mobile-dropdown{background:#0000001a;max-height:0;transition:max-height .3s;overflow:hidden}.staycasa-nav__mobile-dropdown--open{max-height:50rem}.staycasa-nav__mobile-sublink{color:#ffffffb3;border-radius:.8rem;margin:.2rem 0;padding:1.2rem 1.5rem 1.2rem 3rem;font-size:1.5rem;text-decoration:none;transition:all .2s;display:block}.staycasa-nav__mobile-sublink:hover{color:#fff;background:#ffffff1a;padding-left:3.5rem}.staycasa-nav__mobile-currency{padding-bottom:1rem;overflow-y:auto;max-height:45vh!important}.staycasa-nav__mobile-currency::-webkit-scrollbar{width:.4rem}.staycasa-nav__mobile-currency::-webkit-scrollbar-thumb{background:#fff3;border-radius:.2rem}.staycasa-nav__mobile-curr-alert{color:#ffc107;background:#ffc10726;border-left:.3rem solid #ffc107;border-radius:.5rem;margin:1rem 1.5rem;padding:1rem;font-size:1.2rem}.staycasa-nav__mobile-curr-search{padding:1rem 1.5rem}.staycasa-nav__mobile-curr-search input{color:#fff;background:#ffffff1a;border:.1rem solid #fff3;border-radius:.8rem;outline:none;width:100%;padding:1rem 1.2rem;font-size:1.4rem}.staycasa-nav__mobile-curr-search input::placeholder{color:#ffffffb3}.staycasa-nav__mobile-curr-search input:disabled{opacity:.5}.staycasa-nav__mobile-curr-item{color:#fff;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.8rem;align-items:center;gap:1rem;width:100%;margin:.2rem 0;padding:1.2rem 1.5rem;font-size:1.4rem;transition:all .2s;display:flex}.staycasa-nav__mobile-curr-item:hover{background:#ffffff1a}.staycasa-nav__mobile-curr-item--active{background:#4ade8026}.staycasa-nav__mobile-curr-item--active .staycasa-nav__curr-code{color:#4ade80}.staycasa-nav__mobile-social{border-top:.1rem solid #ffffff1a;border-bottom:.1rem solid #ffffff1a;justify-content:center;gap:1.5rem;margin:2rem 0;padding:2.5rem 0;display:flex}.staycasa-nav__mobile-social-link{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:5rem;height:5rem;font-size:2.2rem;transition:all .3s;display:flex}.staycasa-nav__mobile-social-link:hover{color:#1a3250;background:#fff}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-1rem)}to{opacity:1;transform:translateY(0)}}.navbar-scroll-lock{width:100%;height:100%;position:fixed;overflow:hidden!important}@media (max-width:480px){.staycasa-nav__mobile{width:90%;max-width:36rem}.staycasa-nav__mobile-wrap{padding:6rem 2rem 2.5rem}.staycasa-nav__mobile-close{top:1.2rem;right:1.2rem}}.footer{color:#fff;background-color:#172736;width:100%;margin-top:2.5rem;padding:5rem 2rem 2rem}@media (max-width:768px){.footer{padding:4rem 1.5rem 1.5rem}}@media (max-width:480px){.footer{padding:3rem 1rem 1rem}}.footer .footer-content{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}@media (max-width:768px){.footer .footer-content{padding:0 1rem}}.footer .footer-links-grid{text-align:center;border-bottom:.1rem solid #fff3;grid-template-columns:repeat(3,1fr);gap:4rem;max-width:120rem;margin:0 auto;padding-bottom:3rem;display:grid}@media (max-width:768px){.footer .footer-links-grid{grid-template-columns:1fr;gap:2.5rem}}.footer .footer-column{flex-direction:column;justify-content:flex-start;align-items:center;display:flex}.footer .footer-column .footer-column-title{color:#fff;letter-spacing:.03em;text-align:center;margin-bottom:1.5rem;font-size:1.6rem;font-weight:700}@media (max-width:768px){.footer .footer-column .footer-column-title{margin-bottom:1.2rem;font-size:1.5rem}}.footer .footer-column ul{flex-direction:column;align-items:center;gap:.8rem;width:100%;margin:0;padding:0;list-style:none;display:flex}.footer .footer-column ul li{justify-content:center;width:100%;display:flex}.footer .footer-column ul li a{color:#b8c4ce;text-align:center;font-size:1.4rem;text-decoration:none;transition:color .3s}@media (max-width:768px){.footer .footer-column ul li a{font-size:1.3rem}}.footer .footer-column ul li a:hover,.footer .footer-column ul li a:focus{color:#fff;text-decoration:underline}.footer .footer-contact-section{border-bottom:.1rem solid #fff3;flex-direction:column;align-items:center;gap:1.5rem;max-width:120rem;margin:0 auto;padding:3rem 0;display:flex}@media (max-width:768px){.footer .footer-contact-section{gap:1.2rem;padding:2.5rem 0}}.footer .footer-hours{text-align:center;justify-content:center;width:100%;display:flex}.footer .footer-hours span{color:#b8c4ce;font-size:1.4rem}@media (max-width:768px){.footer .footer-hours span{font-size:1.3rem}}@media (max-width:480px){.footer .footer-hours span{font-size:1.2rem}}.footer .footer-hours span strong{color:#fff;font-weight:600}.footer .footer-contact-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;width:100%;display:flex}@media (max-width:640px){.footer .footer-contact-row{flex-direction:column;gap:.8rem}}.footer .footer-contact-row a{color:#b8c4ce;white-space:nowrap;font-size:1.4rem;text-decoration:none;transition:color .3s}@media (max-width:768px){.footer .footer-contact-row a{font-size:1.3rem}}.footer .footer-contact-row a strong{color:#fff;font-weight:700}.footer .footer-contact-row a:hover,.footer .footer-contact-row a:focus{color:#fff;text-decoration:underline}.footer .footer-socials{justify-content:center;gap:1.2rem;width:100%;margin-top:.5rem;display:flex}.footer .footer-socials a{color:#fff;background-color:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:4.8rem;height:4.8rem;font-size:2rem;transition:all .3s;display:flex}@media (max-width:768px){.footer .footer-socials a{width:4.8rem;height:4.8rem;font-size:1.9rem}}@media (max-width:480px){.footer .footer-socials a{width:4.8rem;height:4.8rem;font-size:1.8rem}}.footer .footer-socials a:hover,.footer .footer-socials a:focus{color:#172736;background-color:#fff;transform:translateY(-.2rem)}.footer .footer-socials a:focus{outline-offset:2px;outline:2px solid #fff}.footer .footer-bottom-section{justify-content:space-between;align-items:center;gap:2rem;max-width:120rem;margin:0 auto;padding:2.5rem 0;display:flex}@media (max-width:768px){.footer .footer-bottom-section{flex-direction:column;align-items:center;gap:1.5rem;padding:2rem 0}}.footer .footer-associations{flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem;display:flex}@media (max-width:768px){.footer .footer-associations{gap:2rem}}@media (max-width:480px){.footer .footer-associations{gap:1.5rem}}.footer .footer-associations .footer-association-link{opacity:.8;justify-content:center;align-items:center;min-width:4.8rem;height:3.5rem;min-height:4.8rem;transition:all .3s;display:flex;position:relative}@media (max-width:768px){.footer .footer-associations .footer-association-link{height:3rem}}@media (max-width:480px){.footer .footer-associations .footer-association-link{height:2.5rem}}.footer .footer-associations .footer-association-link:hover,.footer .footer-associations .footer-association-link:focus{opacity:1;transform:translateY(-.2rem)}.footer .footer-associations .footer-association-link:focus{outline-offset:4px;outline:2px solid #fff}.footer .footer-associations .footer-association-link .footer-association-img{object-fit:contain;filter:brightness(0)invert();transition:filter .3s;width:auto!important;height:100%!important}.footer .footer-associations .footer-association-link:hover .footer-association-img{filter:brightness(0)invert()opacity()}.footer .footer-legal{flex-wrap:wrap;justify-content:center;align-items:center;gap:0;display:flex}@media (max-width:480px){.footer .footer-legal{flex-direction:column;gap:.6rem}}.footer .footer-legal a{color:#b8c4ce;white-space:nowrap;align-items:center;min-height:4.4rem;padding:0 1.2rem;font-size:1.3rem;text-decoration:none;transition:color .3s;display:inline-flex;position:relative}@media (max-width:768px){.footer .footer-legal a{padding:0 1rem;font-size:1.2rem}}@media (max-width:480px){.footer .footer-legal a{padding:0}}.footer .footer-legal a:hover,.footer .footer-legal a:focus{color:#fff;text-decoration:underline}.footer .footer-legal a:not(:last-child):after{content:"|";color:#ffffff4d;position:absolute;right:-.1rem}@media (max-width:480px){.footer .footer-legal a:not(:last-child):after{display:none}}.footer .footer-legal a:first-child{padding-left:0}@media (min-width:481px){.footer .footer-legal a:first-child{padding-left:1.2rem}}.footer .footer-copyright{text-align:center;border-top:.1rem solid #fff3;max-width:120rem;margin:0 auto;padding:1.5rem 0 0}.footer .footer-copyright p{color:#9ca3af;text-align:center;margin:0;font-size:1.25rem;line-height:1.6}@media (max-width:768px){.footer .footer-copyright p{font-size:1.15rem}}@media (max-width:480px){.footer .footer-copyright p{font-size:1.1rem}}@media (prefers-reduced-motion:reduce){.footer *{transition:none!important;transform:none!important}}.coming-soon{background:linear-gradient(135deg,#1a3250 0%,#2d5a7b 100%);justify-content:center;align-items:center;min-height:calc(100vh - 7rem);padding:4rem 2rem;display:flex}.coming-soon__container{width:100%;max-width:60rem}.coming-soon__content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff0d;border:.1rem solid #ffffff1a;border-radius:1.2rem;padding:5rem 4rem}@media (max-width:768px){.coming-soon__content{padding:4rem 3rem}}@media (max-width:480px){.coming-soon__content{padding:3rem 2rem}}.coming-soon__icon{margin-bottom:2rem;animation:2s infinite pulse;display:inline-flex}.coming-soon__icon svg{width:12rem;height:12rem}@media (max-width:480px){.coming-soon__icon svg{width:10rem;height:10rem}}.coming-soon__title{color:#fff;margin-bottom:1.5rem;font-size:clamp(3rem,5vw,4.5rem);font-weight:700;line-height:1.2}.coming-soon__description{color:#ffffffd9;margin-bottom:3rem;font-size:clamp(1.6rem,2vw,1.8rem);line-height:1.6}.coming-soon__actions{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:3rem;display:flex}.coming-soon__btn{cursor:pointer;border-radius:.8rem;align-items:center;gap:.8rem;padding:1.5rem 3rem;font-size:1.6rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}@media (max-width:480px){.coming-soon__btn{justify-content:center;width:100%}}.coming-soon__btn--primary{color:#1a3250;background:#4ade80}.coming-soon__btn--primary:hover{background:#22c55e;transform:translateY(-.2rem);box-shadow:0 .8rem 2rem #4ade804d}.coming-soon__btn--secondary{color:#fff;background:0 0;border:.2rem solid #fff}.coming-soon__btn--secondary:hover{color:#1a3250;background:#fff}.coming-soon__btn svg{font-size:2rem}.coming-soon__info{color:#ffffffb3;border-top:.1rem solid #ffffff1a;padding-top:3rem;font-size:1.4rem}.coming-soon__info p{margin-bottom:1rem}.coming-soon__link{color:#4ade80;font-weight:500;text-decoration:none;transition:color .2s}.coming-soon__link:hover{color:#22c55e;text-decoration:underline}.coming-soon__separator{color:#ffffff80;margin:0 1rem;display:inline-block}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.cu-hero-section{align-items:center;min-height:50vh;padding:12rem 2rem 8rem;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.cu-hero-section{min-height:40vh;padding:10rem 1.5rem 6rem}}@media (max-width:480px){.cu-hero-section{min-height:35vh;padding:8rem 1rem 5rem}}.cu-hero-overlay{z-index:1;position:absolute;inset:0;overflow:hidden}.cu-hero-overlay:after{content:"";z-index:1;background:linear-gradient(135deg,#000000b3 0%,#0006 100%);position:absolute;inset:0}.cu-hero-bg{object-fit:cover;object-position:center}.cu-hero-content{z-index:2;width:100%;position:relative}.cu-container{max-width:1400px;margin:0 auto;padding:0 2rem}@media (max-width:768px){.cu-container{padding:0 1.5rem}}@media (max-width:480px){.cu-container{padding:0 1rem}}.cu-hero-text-wrapper{justify-content:center;align-items:center;width:100%;display:flex}.cu-hero-text{text-align:center;color:#fff;max-width:80rem}@media (max-width:768px){.cu-hero-text{max-width:100%}}.cu-hero-heading{color:#fff;text-shadow:0 .2rem .4rem #0000004d;margin:0 0 2rem;font-size:clamp(3.5rem,6vw,5.5rem);font-weight:700;line-height:1.2}@media (max-width:768px){.cu-hero-heading{margin-bottom:1.5rem}}.cu-hero-description{color:#ffffffd9;margin:0;font-size:clamp(1.6rem,2vw,2rem);font-weight:400;line-height:1.7}@media (max-width:768px){.cu-hero-description{line-height:1.6}}.cu-cards-section{background:#fff;padding:8rem 2rem}@media (max-width:768px){.cu-cards-section{padding:6rem 1.5rem}}@media (max-width:480px){.cu-cards-section{padding:5rem 1rem}}.cu-cards-header{text-align:center;max-width:80rem;margin-bottom:5rem;margin-left:auto;margin-right:auto}@media (max-width:768px){.cu-cards-header{margin-bottom:4rem}}@media (max-width:480px){.cu-cards-header{margin-bottom:3rem}}.cu-cards-heading{color:#1a3250;margin:0 0 1.5rem;font-size:clamp(2.8rem,4vw,4rem);font-weight:700;line-height:1.3;position:relative}.cu-cards-heading:after{content:"";background:linear-gradient(90deg,#1a3250 0%,#224166 100%);border-radius:50%;width:6rem;height:.4rem;margin:1.5rem auto 0;display:block}@media (max-width:768px){.cu-cards-heading{margin-bottom:1rem}}.cu-cards-subheading{color:#666;margin:0;font-size:clamp(1.5rem,1.8vw,1.8rem);line-height:1.6}.cu-cards-grid{grid-template-columns:repeat(3,1fr);gap:3rem;max-width:120rem;margin:0 auto;display:grid}@media (max-width:1024px){.cu-cards-grid{gap:2.5rem}}@media (max-width:768px){.cu-cards-grid{grid-template-columns:1fr;gap:2rem;max-width:50rem}}.cu-card{text-align:center;background:#fff;border:.2rem solid #e8e8e8;border-radius:1.2rem;flex-direction:column;align-items:center;padding:3rem;transition:all .3s;display:flex;box-shadow:0 .2rem .8rem #0003}@media (max-width:768px){.cu-card{padding:2.5rem}}@media (max-width:480px){.cu-card{padding:2rem}}.cu-card:hover{border-color:#1a3250;transform:translateY(-.8rem);box-shadow:0 .4rem 2rem #0000004d}.cu-card-icon{background:linear-gradient(135deg,#f5f5f5 0%,#e8e8e8 100%);border-radius:50%;justify-content:center;align-items:center;width:7rem;height:7rem;margin-bottom:2rem;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 .2rem .8rem #0003}@media (max-width:768px){.cu-card-icon{width:6rem;height:6rem;margin-bottom:1.5rem}}.cu-card:hover .cu-card-icon{background:linear-gradient(135deg,#1a3250 0%,#162840 100%);transform:scale(1.1);box-shadow:0 .4rem 2rem #0000004d}.cu-card-icon .cu-icon-image{object-fit:contain;width:60%;height:60%;transition:all .3s}@media (max-width:768px){.cu-card-icon .cu-icon-image{width:55%;height:55%}}.cu-card:hover .cu-card-icon .cu-icon-image{filter:brightness(0)invert();transform:scale(1.1)}.cu-card-title{color:#1a3250;margin:0 0 1.5rem;font-size:2.2rem;font-weight:700;line-height:1.3}@media (max-width:768px){.cu-card-title{margin-bottom:1rem;font-size:2rem}}@media (max-width:480px){.cu-card-title{font-size:1.8rem}}.cu-card-description{color:#666;flex:1;margin:0 0 2.5rem;font-size:1.5rem;line-height:1.6}@media (max-width:768px){.cu-card-description{margin-bottom:2rem;font-size:1.4rem}}.cu-card-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1a3250 0%,#162840 100%);border:none;border-radius:.8rem;justify-content:center;align-items:center;width:100%;max-width:20rem;padding:1.5rem 2.5rem;font-size:1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 .2rem .8rem #0003}@media (max-width:768px){.cu-card-button{padding:1rem 2rem;font-size:1.4rem}}@media (max-width:480px){.cu-card-button{padding:1rem 1.5rem;font-size:1.3rem}}.cu-card-button:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .4s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:-100%}.cu-card-button:hover{background:linear-gradient(135deg,#162840 0%,#101f30 100%);transform:translateY(-.2rem);box-shadow:0 .4rem 2rem #0000004d}.cu-card-button:hover:before{left:100%}@media (prefers-reduced-motion:reduce){.cu-card,.cu-card-icon,.cu-card-button{transition:none;animation:none}.cu-card:hover,.cu-card-button:hover{transform:none}.cu-card-button:before{display:none}}.cfs-alert{border-radius:.8rem;align-items:center;gap:1rem;margin-bottom:2rem;padding:1.5rem 2rem;font-size:1.4rem;font-weight:500;animation:.3s slideDown;display:flex}.cfs-alert--success{color:#155724;background:linear-gradient(135deg,#d4edda 0%,#c3e6cb 100%);border:.1rem solid #c3e6cb;box-shadow:0 .2rem .8rem #1557241a}.cfs-alert--error{color:#721c24;background:linear-gradient(135deg,#f8d7da 0%,#f5c6cb 100%);border:.1rem solid #f5c6cb;box-shadow:0 .2rem .8rem #721c241a}@media (max-width:768px){.cfs-alert{padding:1rem 1.5rem;font-size:1.3rem}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.cfs-contact-form-section{background:#fff;width:100%;padding:6rem 0}@media (max-width:1024px){.cfs-contact-form-section{padding:5rem 0}}@media (max-width:768px){.cfs-contact-form-section{padding:4rem 0}}@media (max-width:480px){.cfs-contact-form-section{padding:3rem 0}}.cfs-container{flex-direction:column;gap:4rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}@media (max-width:768px){.cfs-container{gap:3rem;padding:0 1.5rem}}@media (max-width:480px){.cfs-container{gap:2.5rem;padding:0 1rem}}.cfs-header{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:70rem;margin:0 auto;display:flex}@media (max-width:768px){.cfs-header{gap:1rem}}.cfs-heading{color:#1a3250;margin:0;font-size:clamp(2.8rem,5vw,4.5rem);font-weight:700;position:relative}.cfs-heading:after{content:"";background:linear-gradient(90deg,#1a3250 0%,#224166 100%);border-radius:50%;width:6rem;height:.4rem;margin:1.5rem auto 0;display:block}.cfs-subheading{color:#666;max-width:60rem;margin:0;font-size:clamp(1.3rem,1.6vw,1.6rem);line-height:1.7}@media (max-width:480px){.cfs-subheading{line-height:1.6}}.cfs-content-wrapper{background:linear-gradient(135deg,#f8f9fa 0%,#f2f2f2 100%);border-radius:1.2rem;min-height:60rem;display:flex;overflow:hidden;box-shadow:0 .4rem 2rem #0000004d}@media (max-width:1024px){.cfs-content-wrapper{flex-direction:column-reverse;min-height:auto}}.cfs-form-container{background:#fff;flex:1;justify-content:center;align-items:center;padding:4rem;display:flex}@media (max-width:1280px){.cfs-form-container{padding:3rem}}@media (max-width:1024px){.cfs-form-container{padding:2.5rem 2rem}}@media (max-width:768px){.cfs-form-container{padding:2rem 1.5rem}}@media (max-width:480px){.cfs-form-container{padding:2rem 1.5rem}}.cfs-form{flex-direction:column;gap:2rem;width:100%;max-width:55rem;display:flex}@media (max-width:768px){.cfs-form{gap:1.5rem}}.cfs-form-group{flex-direction:column;gap:.5rem;display:flex}.cfs-label{color:#1a3250;margin-bottom:.2rem;font-size:1.4rem;font-weight:600;transition:color .2s}@media (max-width:480px){.cfs-label{font-size:1.3rem}}.cfs-input,.cfs-select,.cfs-textarea{color:#1a3250;background:#fff;border:.2rem solid #e0e0e0;border-radius:.8rem;outline:none;width:100%;padding:1.5rem 2rem;font-family:inherit;font-size:1.4rem;transition:all .3s}@media (max-width:768px){.cfs-input,.cfs-select,.cfs-textarea{padding:1rem 1.5rem;font-size:1.3rem}}.cfs-input:focus,.cfs-select:focus,.cfs-textarea:focus{background:#fff;border-color:#1a3250;outline:none;box-shadow:0 0 0 .3rem #1a325014}.cfs-input:hover:not(:disabled):not(:focus),.cfs-select:hover:not(:disabled):not(:focus),.cfs-textarea:hover:not(:disabled):not(:focus){border-color:#b8b8b8}.cfs-input:disabled,.cfs-select:disabled,.cfs-textarea:disabled{cursor:not-allowed;opacity:.6;background:#f5f5f5;border-color:#e0e0e0}.cfs-input::placeholder,.cfs-select::placeholder,.cfs-textarea::placeholder{color:#999;font-weight:400}.cfs-input:-webkit-autofill{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#1a3250!important;border:.2rem solid #e0e0e0!important;-webkit-box-shadow:inset 0 0 0 30px #fff!important}.cfs-input:-webkit-autofill:hover{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#1a3250!important;border:.2rem solid #e0e0e0!important;-webkit-box-shadow:inset 0 0 0 30px #fff!important}.cfs-input:-webkit-autofill:focus{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#1a3250!important;border:.2rem solid #e0e0e0!important;-webkit-box-shadow:inset 0 0 0 30px #fff!important}.cfs-input:-webkit-autofill:active{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#1a3250!important;border:.2rem solid #e0e0e0!important;-webkit-box-shadow:inset 0 0 0 30px #fff!important}.cfs-select:-webkit-autofill{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#1a3250!important;border:.2rem solid #e0e0e0!important;-webkit-box-shadow:inset 0 0 0 30px #fff!important}.cfs-select:-webkit-autofill:hover{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#1a3250!important;border:.2rem solid #e0e0e0!important;-webkit-box-shadow:inset 0 0 0 30px #fff!important}.cfs-select:-webkit-autofill:focus{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#1a3250!important;border:.2rem solid #e0e0e0!important;-webkit-box-shadow:inset 0 0 0 30px #fff!important}.cfs-select:-webkit-autofill:active{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#1a3250!important;border:.2rem solid #e0e0e0!important;-webkit-box-shadow:inset 0 0 0 30px #fff!important}.cfs-textarea:-webkit-autofill{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#1a3250!important;border:.2rem solid #e0e0e0!important;-webkit-box-shadow:inset 0 0 0 30px #fff!important}.cfs-textarea:-webkit-autofill:hover{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#1a3250!important;border:.2rem solid #e0e0e0!important;-webkit-box-shadow:inset 0 0 0 30px #fff!important}.cfs-textarea:-webkit-autofill:focus{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#1a3250!important;border:.2rem solid #e0e0e0!important;-webkit-box-shadow:inset 0 0 0 30px #fff!important}.cfs-textarea:-webkit-autofill:active{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#1a3250!important;border:.2rem solid #e0e0e0!important;-webkit-box-shadow:inset 0 0 0 30px #fff!important}.cfs-input::-webkit-contacts-auto-fill-button{visibility:hidden;pointer-events:none;width:0;height:0;margin:0;display:none!important}.cfs-input::-webkit-credentials-auto-fill-button{visibility:hidden;pointer-events:none;width:0;height:0;margin:0;display:none!important}.cfs-select::-webkit-contacts-auto-fill-button{visibility:hidden;pointer-events:none;width:0;height:0;margin:0;display:none!important}.cfs-select::-webkit-credentials-auto-fill-button{visibility:hidden;pointer-events:none;width:0;height:0;margin:0;display:none!important}.cfs-textarea::-webkit-contacts-auto-fill-button{visibility:hidden;pointer-events:none;width:0;height:0;margin:0;display:none!important}.cfs-textarea::-webkit-credentials-auto-fill-button{visibility:hidden;pointer-events:none;width:0;height:0;margin:0;display:none!important}.cfs-select{cursor:pointer;appearance:none;background-image:none;padding-right:2rem}.cfs-select::-ms-expand{display:none}.cfs-textarea{resize:vertical;min-height:13rem;font-family:inherit;line-height:1.6}@media (max-width:768px){.cfs-textarea{min-height:12rem}}@media (max-width:480px){.cfs-textarea{min-height:11rem}}.cfs-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1a3250 0%,#162840 100%);border:none;border-radius:.8rem;outline:none;width:100%;margin-top:1rem;padding:1.5rem 2rem;font-size:1.5rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 .4rem 1.2rem #1a325033}@media (max-width:768px){.cfs-submit-btn{padding:1.5rem;font-size:1.4rem}}.cfs-submit-btn:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .4s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:-100%}.cfs-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#162840 0%,#101f30 100%);transform:translateY(-.2rem);box-shadow:0 .6rem 2rem #1a32504d}.cfs-submit-btn:hover:not(:disabled):before{left:100%}.cfs-submit-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 .2rem .8rem #1a325033}.cfs-submit-btn:disabled{cursor:not-allowed;box-shadow:none;background:#999;transform:none}.cfs-submit-btn:focus,.cfs-submit-btn:focus-visible{outline:none}.cfs-loading{justify-content:center;align-items:center;gap:1rem;display:flex}.cfs-spinner{border:.2rem solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:1.6rem;height:1.6rem;animation:.8s linear infinite cfs-spin}@keyframes cfs-spin{to{transform:rotate(360deg)}}.cfs-image-container{flex:1;min-height:60rem;position:relative;overflow:hidden}@media (max-width:1024px){.cfs-image-container{min-height:40rem}}@media (max-width:768px){.cfs-image-container{min-height:35rem}}@media (max-width:640px){.cfs-image-container{min-height:30rem}}@media (max-width:480px){.cfs-image-container{min-height:28rem}}.cfs-background-image{width:100%;height:100%;position:absolute;top:0;left:0}.cfs-bg-img{object-fit:cover;object-position:center;transition:transform .4s cubic-bezier(.4,0,.2,1)}.cfs-image-container:hover .cfs-bg-img{transform:scale(1.05)}.cfs-overlay{background:linear-gradient(#00000040 0%,#00000080 50%,#000000d9 100%);align-items:flex-end;width:100%;height:100%;padding:4rem;display:flex;position:absolute;top:0;left:0}@media (max-width:1024px){.cfs-overlay{padding:3rem 2.5rem}}@media (max-width:768px){.cfs-overlay{padding:2.5rem 2rem}}@media (max-width:640px){.cfs-overlay{padding:2rem 1.5rem}}@media (max-width:480px){.cfs-overlay{padding:2rem 1.5rem}}.cfs-overlay-content{color:#fff;flex-direction:column;gap:1.5rem;max-width:50rem;display:flex}@media (max-width:768px){.cfs-overlay-content{gap:1rem;max-width:100%}}.cfs-overlay-heading{color:#fff;text-shadow:0 .2rem .4rem #0000004d;margin:0;font-size:clamp(2.2rem,4vw,3.6rem);font-weight:700;line-height:1.3}@media (max-width:768px){.cfs-overlay-heading{font-size:clamp(2rem,4vw,2.8rem)}}@media (max-width:480px){.cfs-overlay-heading{font-size:2rem;line-height:1.25}}.cfs-overlay-text{color:#ffffffd9;text-shadow:0 .1rem .2rem #0000004d;margin:0;font-size:clamp(1.3rem,1.5vw,1.5rem);line-height:1.6}@media (max-width:768px){.cfs-overlay-text{font-size:1.3rem;line-height:1.5}}.cfs-overlay-text strong{color:#fff;font-weight:600}.cfs-input:invalid:not(:placeholder-shown):not(:focus),.cfs-textarea:invalid:not(:placeholder-shown):not(:focus){background:#fce4ec;border-color:#d32f2f}.cfs-input:valid:not(:placeholder-shown):not(:focus),.cfs-textarea:valid:not(:placeholder-shown):not(:focus){background:#e8f5e9;border-color:#388e3c}.cfs-input:focus-visible,.cfs-select:focus-visible,.cfs-textarea:focus-visible,.cfs-submit-btn:focus-visible{outline:none}@media (prefers-reduced-motion:reduce){.cfs-input,.cfs-select,.cfs-textarea,.cfs-submit-btn,.cfs-bg-img,.cfs-alert{transition:none;animation:none}.cfs-submit-btn:hover,.cfs-image-container:hover .cfs-bg-img{transform:none}.cfs-spinner{animation:none}.cfs-submit-btn:before{display:none}}@media print{.cfs-contact-form-section{padding:2rem 0}.cfs-image-container{display:none}.cfs-content-wrapper{box-shadow:none;background:#fff;border:.1rem solid #000}.cfs-submit-btn{display:none}}.toast-container{z-index:99999;pointer-events:none;flex-direction:column;gap:1.5rem;width:100%;max-width:40rem;display:flex;position:fixed;top:4rem;right:2rem}@media (max-width:768px){.toast-container{max-width:none;top:3rem;left:1.5rem;right:1.5rem}}@media (max-width:480px){.toast-container{top:2rem;left:1rem;right:1rem}}.toast{pointer-events:auto;background:#fff;border-left:.4rem solid #0000;border-radius:1rem;align-items:flex-start;gap:1.5rem;padding:2rem;animation:.3s ease-out toastSlideIn;display:flex;position:relative;overflow:hidden;box-shadow:0 1rem 5rem #00000080}@media (max-width:480px){.toast{gap:1rem;padding:1.5rem}}.toast--success{border-left-color:#388e3c}.toast--success .toast__icon{color:#388e3c;background:#e8f5e9}.toast--success .toast__progress-bar{background:#388e3c}.toast--error{border-left-color:#d32f2f}.toast--error .toast__icon{color:#d32f2f;background:#fce4ec}.toast--error .toast__progress-bar{background:#d32f2f}.toast--warning{border-left-color:#ffc107}.toast--warning .toast__icon{color:#ffc107;background:#ffc10726}.toast--warning .toast__progress-bar{background:#ffc107}.toast--info{border-left-color:#1a3250}.toast--info .toast__icon{color:#1a3250;background:#1a32501a}.toast--info .toast__progress-bar{background:#1a3250}.toast--exit{animation:.3s ease-in forwards toastSlideOut}.toast__icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3.2rem;height:3.2rem;font-size:1.8rem;font-weight:700;display:flex}@media (max-width:480px){.toast__icon{width:2.8rem;height:2.8rem;font-size:1.6rem}}.toast__content{flex:1;padding-top:.4rem}.toast__message{color:#1a1a1a;word-wrap:break-word;margin:0;font-size:1.4rem;line-height:1.5}@media (max-width:480px){.toast__message{font-size:1.3rem}}.toast__close{color:#666;cursor:pointer;background:0 0;border:none;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;font-size:1.8rem;transition:all .2s;display:flex}.toast__close:hover{color:#1a1a1a;background:#0000000d}.toast__close:active{transform:scale(.95)}@media (max-width:480px){.toast__close{width:2rem;height:2rem;font-size:1.6rem}}.toast__progress{background:#0000000d;height:.3rem;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.toast__progress-bar{border-radius:0 .5rem .5rem 0;height:100%;transition:width .1s linear}@keyframes toastSlideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes toastSlideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.toast{animation:none}.toast--exit{opacity:0;animation:none}.toast__progress-bar{transition:none}}@media print{.toast-container{display:none}}.bc-card{cursor:pointer;color:inherit;background:#fff;border:.2rem solid #e8e8e8;border-radius:1.2rem;text-decoration:none;transition:all .3s;display:block;overflow:hidden}@media (max-width:768px){.bc-card{border-radius:1rem}}.bc-card:hover{transform:translateY(-.2rem);box-shadow:0 .2rem .8rem #0003}.bc-card:hover .bc-img{transform:scale(1.08)}.bc-card:focus{outline-offset:2px;outline:2px solid #1a3250}.bc-card-image{background:#f5f5f5;width:100%;height:24rem;position:relative;overflow:hidden}@media (max-width:768px){.bc-card-image{height:22rem}}@media (max-width:640px){.bc-card-image{height:20rem}}@media (max-width:480px){.bc-card-image{height:18rem}}@media (max-width:450px){.bc-card-image{height:22rem}}.bc-img{object-fit:cover;transition:transform .5s}.bc-featured-badge{color:#000;z-index:5;background:linear-gradient(135deg,#ffc107 0%,#edb100 100%);border-radius:.8rem;align-items:center;gap:.5rem;padding:.6rem 1.5rem;font-size:1.3rem;font-weight:700;display:flex;position:absolute;top:1.5rem;left:1.5rem;box-shadow:0 .2rem .8rem #0003}.bc-featured-badge svg{color:#000;flex-shrink:0}@media (max-width:480px){.bc-featured-badge{padding:.5rem 1rem;font-size:1.2rem;top:1rem;left:1rem}.bc-featured-badge svg{width:12px;height:12px}}@media (max-width:640px){.bc-card-meta{gap:1rem;font-size:1.2rem}}.bc-card-meta svg{color:#6b7280;flex-shrink:0}.bc-meta-date svg,.bc-meta-reading svg{width:14px;height:14px}.bc-category-tag{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:5;background:#1a3250f2;border-radius:.8rem;padding:.6rem 1.5rem;font-size:1.3rem;font-weight:600;position:absolute;top:1.5rem;right:1.5rem}@media (max-width:480px){.bc-category-tag{padding:.5rem 1rem;font-size:1.2rem;top:1rem;right:1rem}}.bc-card-content{flex-direction:column;padding:2rem;display:flex}@media (max-width:768px){.bc-card-content{padding:1.5rem}}@media (max-width:480px){.bc-card-content{padding:1.5rem}}.bc-card-title{color:#1a1a1a;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 1rem;font-size:1.8rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}@media (max-width:768px){.bc-card-title{font-size:1.6rem}}@media (max-width:640px){.bc-card-title{font-size:1.5rem}}.bc-card-excerpt{color:#4b5563;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 1.5rem;font-size:1.4rem;line-height:1.6;display:-webkit-box;overflow:hidden}@media (max-width:640px){.bc-card-excerpt{-webkit-line-clamp:2;font-size:1.3rem}}.bc-card-meta{color:#6b7280;flex-wrap:wrap;gap:1.5rem;font-size:1.3rem;display:flex}@media (max-width:640px){.bc-card-meta{gap:1rem;font-size:1.2rem}}.bc-card-meta span{align-items:center;gap:.5rem;display:flex}.bc-meta-date,.bc-meta-reading{color:#6b7280;align-items:center;gap:.5rem;display:flex}@media (prefers-reduced-motion:reduce){.bc-card,.bc-img{transition:none}.bc-card:hover,.bc-card:hover .bc-img{transform:none}}@media print{.bc-card{break-inside:avoid;box-shadow:none;border:.1rem solid #000}.bc-featured-badge,.bc-category-tag{display:none}}.blp-blogs-page{background:#fff;width:100%;min-height:100vh}.blp-hero{background-image:url(/images/blog/hero-blog.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;padding:13rem 0 6rem;position:relative;overflow:hidden}.blp-hero-overlay{z-index:1;background:#0000004d;position:absolute;inset:0}.blp-container{z-index:2;max-width:1400px;margin:0 auto;padding:0 2rem;position:relative}@media (max-width:768px){.blp-container{padding:0 1.5rem}}@media (max-width:480px){.blp-container{padding:0 1rem}}.blp-hero-content{text-align:center;flex-direction:column;align-items:center;gap:2.5rem;display:flex}@media (max-width:768px){.blp-hero-content{gap:2rem}}.blp-hero-badge{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff26;border:.15rem solid #ffffff4d;border-radius:1.2rem;align-items:center;gap:1rem;padding:1rem 2rem;font-size:1.3rem;font-weight:600;display:inline-flex;box-shadow:0 .2rem .8rem #0003}@media (max-width:480px){.blp-hero-badge{padding:.5rem 1.5rem;font-size:1.2rem}}.blp-hero-badge svg{flex-shrink:0}.blp-hero-heading{color:#fff;letter-spacing:-.02em;text-shadow:0 .2rem .4rem #0000004d;margin:0;font-size:clamp(4rem,6vw,6.5rem);font-weight:700;line-height:1.1}@media (max-width:768px){.blp-hero-heading{line-height:1.2}}.blp-hero-description{color:#ffffffd9;text-shadow:0 .2rem 1rem #0003;max-width:85rem;margin:0;font-size:clamp(1.5rem,1.8vw,1.8rem);line-height:1.7}@media (max-width:768px){.blp-hero-description{max-width:100%}}.blp-hero-stats{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1a;border:.15rem solid #fff3;border-radius:1.2rem;align-items:center;gap:3rem;margin-top:1rem;padding:2rem 3rem;display:flex;box-shadow:0 .8rem 2.4rem #00000026}@media (max-width:768px){.blp-hero-stats{gap:2rem;padding:1.5rem 2.5rem}}@media (max-width:640px){.blp-hero-stats{flex-direction:column;gap:1.5rem;padding:2rem}}.blp-stat-item{color:#fff;align-items:center;gap:1.5rem;display:flex}@media (max-width:640px){.blp-stat-item{justify-content:center;width:100%}}.blp-stat-item svg{opacity:.9;filter:drop-shadow(0 .2rem .4rem #0003);flex-shrink:0}.blp-stat-content{flex-direction:column;gap:.2rem;display:flex}.blp-stat-number{text-shadow:0 .2rem .8rem #0003;font-size:2rem;font-weight:700;line-height:1}@media (max-width:768px){.blp-stat-number{font-size:1.8rem}}.blp-stat-label{opacity:.85;font-size:1.2rem;font-weight:500}.blp-stat-divider{background:#ffffff40;width:.1rem;height:4rem}@media (max-width:640px){.blp-stat-divider{display:none}}.blp-content{background:#fafafa;width:100%;padding:5rem 0 8rem}@media (max-width:768px){.blp-content{padding:4rem 0 6rem}}@media (max-width:480px){.blp-content{padding:3rem 0 5rem}}.blp-filters-wrapper{flex-direction:column;gap:2.5rem;margin-bottom:3rem;display:flex}@media (max-width:768px){.blp-filters-wrapper{gap:2rem;margin-bottom:2.5rem}}.blp-search-bar{width:100%;max-width:60rem;margin:0 auto;position:relative}.blp-search-icon{color:#999;pointer-events:none;position:absolute;top:50%;left:1.5rem;transform:translateY(-50%)}@media (max-width:480px){.blp-search-icon{left:1.5rem}}.blp-search-input{background:#fff;border:.2rem solid #e0e0e0;border-radius:1.2rem;outline:none;width:100%;padding:1.5rem 2rem 1.5rem 5.5rem;font-family:inherit;font-size:1.5rem;transition:all .3s}@media (max-width:480px){.blp-search-input{padding:1rem 1.5rem 1rem 5rem;font-size:1.4rem}}.blp-search-input:focus{border-color:#1a3250;box-shadow:0 .4rem 1.2rem #1a325014}.blp-search-input::placeholder{color:#999}.blp-categories{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}@media (max-width:480px){.blp-categories{gap:1rem}}.blp-category-pill{color:#666;cursor:pointer;white-space:nowrap;background:#fff;border:.2rem solid #e0e0e0;border-radius:1.2rem;outline:none;padding:1rem 2.5rem;font-family:inherit;font-size:1.4rem;font-weight:600;transition:all .3s}@media (max-width:480px){.blp-category-pill{padding:1rem 2rem;font-size:1.3rem}}.blp-category-pill:hover{background:#f8f9fa;border-color:#b8b8b8}.blp-category-pill:focus{border-color:#1a3250;box-shadow:0 0 0 .3rem #1a32501a}.blp-category-pill.blp-category-active{color:#fff;background:#1a3250;border-color:#1a3250}.blp-results-info{margin-bottom:2.5rem}@media (max-width:768px){.blp-results-info{margin-bottom:2rem}}.blp-results-count{color:#666;text-align:center;margin:0;font-size:1.4rem}@media (max-width:480px){.blp-results-count{font-size:1.3rem}}.blp-grid{grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:5rem;display:grid}@media (max-width:1280px){.blp-grid{gap:2.5rem}}@media (max-width:1024px){.blp-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:640px){.blp-grid{gap:2rem}}@media (max-width:450px){.blp-grid{grid-template-columns:1fr;gap:2rem}}.blp-pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:5rem;display:flex}@media (max-width:768px){.blp-pagination{margin-top:4rem}}@media (max-width:480px){.blp-pagination{gap:1rem;margin-top:3rem}}.blp-pagination-btn{color:#1a3250;cursor:pointer;background:#fff;border:.2rem solid #e0e0e0;border-radius:.8rem;outline:none;align-items:center;gap:1rem;padding:1.5rem 2rem;font-family:inherit;font-size:1.4rem;font-weight:600;transition:all .3s;display:flex}@media (max-width:480px){.blp-pagination-btn{padding:1rem 1.5rem;font-size:1.3rem}}.blp-pagination-btn:hover:not(:disabled){background:#f8f9fa;border-color:#1a3250}.blp-pagination-btn:focus{border-color:#1a3250;box-shadow:0 0 0 .3rem #1a32501a}.blp-pagination-btn:disabled{opacity:.4;cursor:not-allowed}.blp-pagination-btn svg{flex-shrink:0}.blp-pagination-numbers{align-items:center;gap:1rem;display:flex}@media (max-width:480px){.blp-pagination-numbers{gap:.5rem}}.blp-pagination-number{color:#1a3250;cursor:pointer;background:#fff;border:.2rem solid #e0e0e0;border-radius:.8rem;outline:none;justify-content:center;align-items:center;min-width:4.5rem;height:4.5rem;font-family:inherit;font-size:1.4rem;font-weight:600;transition:all .3s;display:flex}@media (max-width:480px){.blp-pagination-number{min-width:4rem;height:4rem;font-size:1.3rem}}.blp-pagination-number:hover{background:#f8f9fa;border-color:#1a3250}.blp-pagination-number:focus{border-color:#1a3250;box-shadow:0 0 0 .3rem #1a32501a}.blp-pagination-number.blp-pagination-active{color:#fff;background:#1a3250;border-color:#1a3250}.blp-pagination-ellipsis{color:#999;padding:0 .5rem;font-size:1.6rem}.blp-loading{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:8rem 2rem;display:flex}@media (max-width:768px){.blp-loading{padding:6rem 2rem}}.blp-loading .blp-spinner{animation:1s linear infinite blp-spin}.blp-loading p{color:#666;margin:0;font-size:1.5rem}@keyframes blp-spin{to{transform:rotate(360deg)}}.blp-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:8rem 2rem;display:flex}@media (max-width:768px){.blp-empty{padding:6rem 2rem}}.blp-empty p{color:#666;margin:0;font-size:1.6rem}.blp-reset-btn{color:#fff;cursor:pointer;background:#1a3250;border:none;border-radius:.8rem;outline:none;padding:1.5rem 2.5rem;font-family:inherit;font-size:1.4rem;font-weight:600;transition:all .3s}.blp-reset-btn:hover{background:#162840;transform:translateY(-.2rem);box-shadow:0 .2rem .8rem #0003}.blp-reset-btn:focus{box-shadow:0 0 0 .3rem #1a325033}@media (prefers-reduced-motion:reduce){.blp-hero,.blp-pagination-btn,.blp-pagination-number,.blp-reset-btn,.blp-category-pill,.blp-search-input{transition:none;animation:none}.blp-spinner{animation:none}}@media print{.blp-hero{background:#fff;padding:3rem 0}.blp-hero-overlay,.blp-filters-wrapper,.blp-pagination{display:none}.blp-grid{grid-template-columns:1fr;gap:1.5rem}}.es-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2rem;min-height:30rem;margin-top:2rem;padding:8rem 2rem;display:flex}@media (max-width:768px){.es-container{min-height:25rem;padding:6rem 2rem}}@media (max-width:480px){.es-container{min-height:20rem;padding:5rem 1.5rem}}.es-icon-wrapper{background:linear-gradient(135deg,#1a32500d 0%,#1a32501a 100%);border-radius:50%;justify-content:center;align-items:center;width:12rem;height:12rem;margin-bottom:1rem;display:flex;position:relative}@media (max-width:480px){.es-icon-wrapper{width:10rem;height:10rem}}.es-icon-wrapper:after{content:"";z-index:-1;background:#1a32501a;border-radius:50%;animation:2s ease-in-out infinite es-pulse;position:absolute;inset:-.5rem}.es-icon{color:#1a325099}@media (max-width:480px){.es-icon{width:5rem;height:5rem}}.es-content{flex-direction:column;gap:1rem;max-width:50rem;display:flex}.es-title{color:#1a1a1a;margin:0;font-size:2.2rem;font-weight:700;line-height:1.3}@media (max-width:768px){.es-title{font-size:2rem}}@media (max-width:480px){.es-title{font-size:1.8rem}}.es-description{color:#666;margin:0;font-size:1.5rem;line-height:1.6}@media (max-width:480px){.es-description{font-size:1.4rem}}.es-action{margin-top:1rem}.es-action-btn{color:#fff;cursor:pointer;background:#1a3250;border:none;border-radius:.8rem;outline:none;padding:1.5rem 3rem;font-family:inherit;font-size:1.4rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}@media (max-width:480px){.es-action-btn{padding:1rem 2.5rem;font-size:1.3rem}}.es-action-btn:hover{background:#162840;transform:translateY(-.2rem);box-shadow:0 .2rem .8rem #0003}.es-action-btn:focus{box-shadow:0 0 0 .3rem #1a325033}.es-action-btn:active{transform:translateY(0)}@keyframes es-pulse{0%,to{opacity:0;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@media (prefers-reduced-motion:reduce){.es-icon-wrapper:after{animation:none}.es-action-btn{transition:none}.es-action-btn:hover{transform:none}}@media print{.es-container{break-inside:avoid}.es-action-btn,.es-icon-wrapper:after{display:none}}.ld-container{flex-direction:column;justify-content:center;align-items:center;gap:2rem;min-height:30rem;padding:8rem 2rem;display:flex}@media (max-width:768px){.ld-container{min-height:25rem;padding:6rem 2rem}}.ld-container.ld-inline{flex-direction:row;gap:1rem;min-height:auto;padding:0}.ld-container.ld-inline .ld-dot{background:currentColor}.ld-container.ld-fullscreen{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10002;background:#fffffff2;min-height:100vh;position:fixed;inset:0}.ld-spinner{justify-content:center;align-items:center;gap:1rem;display:flex;position:relative}.ld-spinner--small .ld-dot{width:.8rem;height:.8rem}.ld-spinner--medium .ld-dot{width:1.2rem;height:1.2rem}.ld-spinner--large .ld-dot{width:1.6rem;height:1.6rem}.ld-dot{background:#1a3250;border-radius:50%;width:1.2rem;height:1.2rem;animation:1.4s ease-in-out infinite both ld-bounce}.ld-dot--1{animation-delay:-.32s}.ld-dot--2{animation-delay:-.16s}.ld-dot--3{animation-delay:0s}.ld-text{color:#666;margin:0;font-size:1.5rem;font-weight:500;animation:1.5s ease-in-out infinite ld-fade}@media (max-width:480px){.ld-text{font-size:1.4rem}}@keyframes ld-bounce{0%,80%,to{opacity:.5;transform:scale(0)}40%{opacity:1;transform:scale(1)}}@keyframes ld-fade{0%,to{opacity:.5}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.ld-dot,.ld-text{animation:none}.ld-dot{opacity:1;transform:scale(1)}.ld-text{opacity:1}}@media print{.ld-container{display:none}}.bdp-page{background:#fff;width:100%;min-height:100vh;padding:13rem 0 8rem}@media (max-width:768px){.bdp-page{padding:10rem 0 6rem}}@media (max-width:480px){.bdp-page{padding:8rem 0 5rem}}.bdp-container{max-width:1400px;margin:0 auto;padding:0 2rem}@media (max-width:768px){.bdp-container{padding:0 1.5rem}}@media (max-width:480px){.bdp-container{padding:0 1rem}}.bdp-back-button{color:#666;cursor:pointer;background:#f8f9fa;border:.2rem solid #e0e0e0;border-radius:.8rem;outline:none;align-items:center;gap:1rem;margin-bottom:3rem;padding:1rem 2rem;font-family:inherit;font-size:1.4rem;font-weight:600;transition:all .3s;display:inline-flex}@media (max-width:768px){.bdp-back-button{margin-bottom:2.5rem;padding:1rem 1.5rem;font-size:1.3rem}}.bdp-back-button:hover{color:#1a1a1a;background:#fff;border-color:#1a1a1a;transform:translate(-.3rem)}.bdp-back-button:focus{border-color:#1a3250;box-shadow:0 0 0 .3rem #1a32501a}.bdp-back-button svg{flex-shrink:0}.bdp-article{margin-bottom:8rem}@media (max-width:768px){.bdp-article{margin-bottom:6rem}}.bdp-category-badge{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#1a3250;border-radius:.5rem;margin-bottom:2rem;padding:.5rem 1.5rem;font-size:1.2rem;font-weight:700;display:inline-block}@media (max-width:768px){.bdp-category-badge{margin-bottom:1.5rem;padding:.4rem 1rem;font-size:1.1rem}}.bdp-title{color:#1a1a1a;word-wrap:break-word;overflow-wrap:break-word;margin:0 0 2rem;font-size:clamp(3rem,5vw,4.5rem);font-weight:700;line-height:1.2}@media (max-width:768px){.bdp-title{margin-bottom:1.5rem}}.bdp-excerpt{color:#666;margin:0 0 2.5rem;font-size:clamp(1.5rem,1.8vw,1.8rem);font-weight:400;line-height:1.7}@media (max-width:768px){.bdp-excerpt{margin-bottom:2rem}}.bdp-meta{border-top:.2rem solid #f2f2f2;border-bottom:.2rem solid #f2f2f2;flex-wrap:wrap;align-items:center;gap:2rem;margin-bottom:2rem;padding:2rem 0;display:flex}@media (max-width:768px){.bdp-meta{gap:1.5rem;padding:1.5rem 0}}@media (max-width:480px){.bdp-meta{gap:1rem;padding:1.5rem 0}}.bdp-meta-item{color:#666;align-items:center;gap:1rem;font-size:1.4rem;font-weight:500;display:flex}@media (max-width:768px){.bdp-meta-item{font-size:1.3rem}}@media (max-width:480px){.bdp-meta-item{font-size:1.2rem}}.bdp-meta-item svg{color:#999;flex-shrink:0}.bdp-meta-item:first-child span{color:#1a1a1a;font-weight:600}.bdp-tags{flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:3rem;display:flex}@media (max-width:768px){.bdp-tags{margin-bottom:2.5rem}}.bdp-tags svg{color:#999;flex-shrink:0}.bdp-tag-list{flex-wrap:wrap;gap:1rem;display:flex}.bdp-tag{color:#666;background:#f8f9fa;border:.1rem solid #e0e0e0;border-radius:.5rem;padding:.4rem 1.5rem;font-size:1.3rem;font-weight:600}@media (max-width:768px){.bdp-tag{padding:.3rem 1rem;font-size:1.2rem}}.bdp-featured-image{aspect-ratio:16/9;border-radius:1.2rem;width:100%;margin-bottom:4rem;position:relative;overflow:hidden;box-shadow:0 .4rem 2rem #0000004d}@media (max-width:768px){.bdp-featured-image{border-radius:1rem;margin-bottom:3rem}}@media (max-width:480px){.bdp-featured-image{border-radius:.8rem}}.bdp-image{object-fit:cover;width:100%;height:100%}.bdp-content{margin-bottom:6rem;overflow:hidden}@media (max-width:768px){.bdp-content{margin-bottom:5rem}}.bdp-iframe{border:none;width:100%;min-height:40rem;overflow:hidden}@media (prefers-reduced-motion:reduce){.bdp-back-button{transition:none}}@media print{.bdp-back-button{display:none}}.carousel-section{padding-top:6rem}@media (max-width:768px){.carousel-section{padding-top:5rem}}@media (max-width:480px){.carousel-section{padding-top:4rem}}.carousel-heading{color:#1a1a1a;text-align:center;margin:0 0 1.5rem;font-size:clamp(2.8rem,4vw,3.5rem);font-weight:700}@media (max-width:768px){.carousel-heading{margin-bottom:1rem}}@media (max-width:480px){.carousel-heading{margin-bottom:1rem}}.carousel-description{color:#666;text-align:center;max-width:80rem;margin:0 auto 3rem;padding:0 2rem;font-size:clamp(1.4rem,1.5vw,1.5rem);line-height:1.6}@media (max-width:768px){.carousel-description{max-width:70rem;margin-bottom:2.5rem}}@media (max-width:480px){.carousel-description{margin-bottom:2rem;font-size:1.3rem}}.carousel-wrapper{margin-bottom:3rem;padding:0 6rem;position:relative}@media (max-width:768px){.carousel-wrapper{margin-bottom:2.5rem;padding:0 5rem}}@media (max-width:480px){.carousel-wrapper{margin-bottom:2rem;padding:0 4.5rem}}.carousel-wrapper:not(:has(.carousel-nav-btn)){padding:0}.carousel-nav-btn{cursor:pointer;color:#1a1a1a;z-index:100;background:#fff;border:.2rem solid #e0e0e0;border-radius:50%;outline:none;justify-content:center;align-items:center;width:5rem;height:5rem;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}@media (max-width:768px){.carousel-nav-btn{width:4.5rem;height:4.5rem}}@media (max-width:480px){.carousel-nav-btn{width:4rem;height:4rem}}.carousel-nav-btn svg{width:2.4rem;height:2.4rem}@media (max-width:768px){.carousel-nav-btn svg{width:2rem;height:2rem}}@media (max-width:480px){.carousel-nav-btn svg{width:1.8rem;height:1.8rem}}.carousel-nav-btn:hover:not(.carousel-nav-disabled){background:#f5f5f5;border-color:#999;transform:translateY(-50%)scale(1.1)}.carousel-nav-btn:focus{border-color:#1a3250;box-shadow:0 0 0 .3rem #1a32501a}.carousel-nav-btn:active:not(.carousel-nav-disabled){transform:translateY(-50%)scale(.95)}.carousel-nav-btn.carousel-nav-disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.carousel-nav-btn.carousel-nav-left{left:0}.carousel-nav-btn.carousel-nav-right{right:0}.carousel-container{width:100%;position:relative;overflow:hidden}.carousel-track{width:100%;transition:transform .5s cubic-bezier(.4,0,.2,1);display:flex}.carousel-item{box-sizing:border-box;min-width:0;padding:0 1rem}@media (max-width:768px){.carousel-item{padding:0 .75rem}}@media (max-width:640px){.carousel-item{padding:0 .5rem}}@media (max-width:480px){.carousel-item{padding:0 .4rem}}@media (max-width:400px){.carousel-item{padding:0 .3rem}}.carousel-dots{justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}@media (max-width:768px){.carousel-dots{margin-bottom:1.5rem}}@media (max-width:480px){.carousel-dots{gap:.5rem;margin-bottom:1rem}}.carousel-dot{cursor:pointer;background:0 0;border:none;outline:none;justify-content:center;align-items:center;min-width:4.4rem;min-height:4.4rem;padding:0;transition:all .3s;display:flex;position:relative}.carousel-dot:after{content:"";background:#d9d9d9;border-radius:50%;width:1rem;height:1rem;transition:all .3s}@media (max-width:480px){.carousel-dot{min-width:4rem;min-height:4rem}.carousel-dot:after{width:.8rem;height:.8rem}}.carousel-dot:hover:after{background:#999;transform:scale(1.2)}.carousel-dot:focus{outline:none}.carousel-dot:focus-visible:after{box-shadow:0 0 0 .3rem #1a32504d}.carousel-dot.carousel-dot-active:after{background:#1a1a1a;border-radius:.5rem;width:3rem}@media (max-width:480px){.carousel-dot.carousel-dot-active:after{width:2.5rem}}.carousel-count{text-align:center;color:#666;margin-bottom:2.5rem;font-size:1.4rem}@media (max-width:768px){.carousel-count{margin-bottom:2rem;font-size:1.3rem}}@media (max-width:480px){.carousel-count{margin-bottom:1.5rem;font-size:1.2rem}}.carousel-action{justify-content:center;margin-top:3rem;display:flex}@media (max-width:768px){.carousel-action{margin-top:2.5rem}}@media (max-width:480px){.carousel-action{margin-top:2rem}}.carousel-btn{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:.8rem;outline:none;justify-content:center;align-items:center;padding:1.5rem 3rem;font-family:inherit;font-size:1.4rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}@media (max-width:768px){.carousel-btn{padding:1.5rem 2.5rem;font-size:1.3rem}}@media (max-width:480px){.carousel-btn{width:100%;max-width:100%;padding:1rem 2rem;font-size:1.3rem}}.carousel-btn:hover{background:#000;transform:translateY(-.2rem);box-shadow:0 .4rem 2rem #0000004d}.carousel-btn:focus{box-shadow:0 0 0 .3rem #1a1a1a33}.carousel-btn:active{transform:translateY(0)}@media (prefers-reduced-motion:reduce){.carousel-track,.carousel-nav-btn,.carousel-dot,.carousel-btn{transition:none}}@media print{.carousel-nav-btn,.carousel-dots,.carousel-count,.carousel-action{display:none}.carousel-wrapper,.carousel-item{padding:0}}.cu-combine-section{background:#f9f9f9;margin-block:8rem;padding:8rem 0}@media (max-width:768px){.cu-combine-section{padding:6rem 0}}@media (max-width:480px){.cu-combine-section{padding:5rem 0}}.cu-articles-section .carousel-section{border-top:none;padding-top:0}.hs-hero-section{color:#1a1a1a;padding-top:0}@media not (min-width:640px){.hs-hero-section{padding-top:4rem}}.hs-hero-section .hs-hero-banner{justify-content:center;align-items:center;height:60vh;min-height:45rem;max-height:70rem;display:flex;position:relative;overflow:hidden}@media (max-width:1024px){.hs-hero-section .hs-hero-banner{height:30vh;min-height:35rem}}@media (max-width:768px){.hs-hero-section .hs-hero-banner{height:25vh;min-height:30rem;max-height:40rem}}@media (max-width:480px){.hs-hero-section .hs-hero-banner{height:20vh;min-height:25rem;max-height:30rem}}.hs-hero-section .hs-hero-bg-image{z-index:0;object-fit:cover!important;object-position:center!important}.hs-hero-section .hs-overlay{z-index:1;background:#0000007c;position:absolute;inset:0}.hs-hero-section .hs-text-content{z-index:2;text-align:center;color:#fff;padding:2rem;position:relative}.hs-hero-section .hs-text-content h1{text-shadow:0 2px 4px #0000004d;font-size:clamp(2rem,4vw,3.2rem);font-weight:700;line-height:1.3}.hs-hero-section .hs-search-box{z-index:3;background:#fff;border-radius:1rem;max-width:90rem;margin:-10rem auto 0;padding:2rem;position:relative;box-shadow:0 .2rem .8rem #0003}@media (max-width:1024px){.hs-hero-section .hs-search-box{max-width:92%;margin:-8rem auto 0}}@media (max-width:768px){.hs-hero-section .hs-search-box{max-width:95%;margin:-6rem auto 0;padding:1.5rem}}@media (max-width:480px){.hs-hero-section .hs-search-box{max-width:95%;margin:-5rem auto 0;padding:1.2rem}}.hs-hero-section .hs-tabs{border-bottom:2px solid #e5e7eb;justify-content:center;gap:2rem;margin-bottom:2rem;padding-bottom:0;display:flex}@media (max-width:768px){.hs-hero-section .hs-tabs{gap:1rem;margin-bottom:1.5rem}}@media (max-width:640px){.hs-hero-section .hs-tabs{border-bottom:none;flex-direction:column;gap:0}}.hs-hero-section .hs-tab-btn{color:#4b5563;cursor:pointer;background:0 0;border:none;margin-bottom:-2px;padding:1.2rem 2rem;font-size:1.4rem;font-weight:600;transition:all .3s;position:relative}@media (max-width:768px){.hs-hero-section .hs-tab-btn{padding:1rem 1.5rem;font-size:1.3rem}}@media (max-width:640px){.hs-hero-section .hs-tab-btn{text-align:center;border-bottom:2px solid #e5e7eb;width:100%;margin-bottom:0}}.hs-hero-section .hs-tab-btn:after{content:"";background:#000;height:2px;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.hs-hero-section .hs-tab-btn:hover:not(.active){color:#000}.hs-hero-section .hs-tab-btn:focus-visible{outline-offset:4px;outline:2px solid #000}.hs-hero-section .hs-tab-btn.active{color:#000}.hs-hero-section .hs-tab-btn.active:after{transform:scaleX(1)}.hs-hero-section .hs-search-form{flex-direction:column;gap:1.5rem;display:flex}@media (max-width:768px){.hs-hero-section .hs-search-form{gap:1.2rem}}@media (max-width:480px){.hs-hero-section .hs-search-form{gap:1rem}}.hs-hero-section .hs-primary-row{align-items:stretch;gap:1.5rem;width:100%;display:flex}@media (max-width:768px){.hs-hero-section .hs-primary-row{gap:1rem}}@media (max-width:640px){.hs-hero-section .hs-primary-row{flex-direction:column;gap:1rem}}.hs-hero-section .hs-primary-row .hs-location-autocomplete,.hs-hero-section .hs-primary-row .hs-location-field{flex:60%}@media (max-width:640px){.hs-hero-section .hs-primary-row .hs-location-autocomplete,.hs-hero-section .hs-primary-row .hs-location-field{flex:100%;width:100%}}.hs-hero-section .hs-primary-row .hs-distance-field{flex:40%}@media (max-width:640px){.hs-hero-section .hs-primary-row .hs-distance-field{flex:100%;width:100%}}.hs-hero-section .hs-secondary-row{flex-wrap:wrap;gap:1.5rem;width:100%;animation:.3s slideDown;display:flex}@media (max-width:768px){.hs-hero-section .hs-secondary-row{gap:1rem}}@media (max-width:480px){.hs-hero-section .hs-secondary-row{gap:1rem}}.hs-hero-section .hs-date-wrapper{flex:calc(25% - 1.2rem);min-width:20rem;position:relative}@media (max-width:768px){.hs-hero-section .hs-date-wrapper{flex:calc(50% - .5rem);min-width:auto}}@media (max-width:480px){.hs-hero-section .hs-date-wrapper{flex:100%;width:100%}}.hs-hero-section .hs-date-label{color:#4b5563;pointer-events:none;z-index:2;background:#fff;padding:0 .3rem;font-size:1.4rem;transition:all .3s;position:absolute;top:50%;left:1.5rem;transform:translateY(-50%)}@media (max-width:768px){.hs-hero-section .hs-date-label{font-size:1.3rem;left:1.2rem}}@media (max-width:480px){.hs-hero-section .hs-date-label{font-size:1.3rem}}.hs-hero-section .hs-date-input{width:100%;position:relative}.hs-hero-section .hs-date-input::-webkit-datetime-edit{background:0 0;color:#0000!important}.hs-hero-section .hs-date-input::-webkit-datetime-edit-fields-wrapper{background:0 0;color:#0000!important}.hs-hero-section .hs-date-input::-webkit-datetime-edit-text{background:0 0;color:#0000!important}.hs-hero-section .hs-date-input::-webkit-datetime-edit-month-field{background:0 0;color:#0000!important}.hs-hero-section .hs-date-input::-webkit-datetime-edit-day-field{background:0 0;color:#0000!important}.hs-hero-section .hs-date-input::-webkit-datetime-edit-year-field{background:0 0;color:#0000!important}.hs-hero-section .hs-date-input.has-value::-webkit-datetime-edit{color:#1a1a1a!important}.hs-hero-section .hs-date-input.has-value::-webkit-datetime-edit-fields-wrapper{color:#1a1a1a!important}.hs-hero-section .hs-date-input.has-value::-webkit-datetime-edit-text{color:#1a1a1a!important}.hs-hero-section .hs-date-input.has-value::-webkit-datetime-edit-month-field{color:#1a1a1a!important}.hs-hero-section .hs-date-input.has-value::-webkit-datetime-edit-day-field{color:#1a1a1a!important}.hs-hero-section .hs-date-input.has-value::-webkit-datetime-edit-year-field{color:#1a1a1a!important}.hs-hero-section .hs-date-input::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.6;z-index:3;transition:opacity .3s;position:relative}.hs-hero-section .hs-date-input:hover::-webkit-calendar-picker-indicator{opacity:1}.hs-hero-section .hs-date-input:not(.has-value){color:#0000!important}.hs-hero-section .hs-date-input.has-value{color:#1a1a1a!important}.hs-hero-section .hs-select,.hs-hero-section .hs-input{color:#1a1a1a;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23374151' d='M6 9L1 4h10z'/%3E%3C/svg%3E") right 1rem center/12px no-repeat;border:1px solid #ccc;border-radius:.5rem;flex:calc(25% - 1.2rem);min-width:20rem;padding:1rem 1.5rem;font-size:1.4rem;transition:all .4s cubic-bezier(.4,0,.2,1)}@media (max-width:768px){.hs-hero-section .hs-select,.hs-hero-section .hs-input{flex:calc(50% - .5rem);min-width:auto;padding:1rem 1.2rem;font-size:1.3rem}}@media (max-width:480px){.hs-hero-section .hs-select,.hs-hero-section .hs-input{flex:100%;width:100%;padding:1rem 1.2rem;font-size:1.3rem}}.hs-hero-section .hs-select:focus,.hs-hero-section .hs-input:focus{border-color:#000;outline:none;transform:scale(1.01);box-shadow:0 0 0 3px #0000001a}.hs-hero-section .hs-select:hover:not(:disabled),.hs-hero-section .hs-input:hover:not(:disabled){border-color:#888}.hs-hero-section .hs-select:disabled,.hs-hero-section .hs-input:disabled{cursor:not-allowed;opacity:.6;background-color:#f5f5f5}.hs-hero-section .hs-distance-field.hs-optional-hint{color:#4b5563;background-color:#fff;font-style:normal}.hs-hero-section .hs-distance-field.hs-optional-hint option,.hs-hero-section .hs-distance-field:not(.hs-optional-hint){color:#1a1a1a;background-color:#fff;font-style:normal}.hs-hero-section .hs-distance-field option[value=""]{color:#4b5563;font-style:normal}.hs-hero-section .hs-distance-field:focus{color:#1a1a1a;background-color:#fff;font-style:normal}.hs-hero-section .hs-select{min-height:4.2rem}@media (max-width:768px){.hs-hero-section .hs-select{min-height:4rem}}@media (max-width:480px){.hs-hero-section .hs-select{min-height:4.5rem}}.hs-hero-section .hs-select option{color:#1a1a1a;padding:.8rem 1.2rem;font-size:1.4rem}@media (max-width:768px){.hs-hero-section .hs-select option{font-size:1.3rem}}.hs-hero-section .hs-input{background-image:none}.hs-hero-section .hs-input::placeholder{color:#4b5563}@media (max-width:480px){.hs-hero-section .hs-input[type=date]{min-height:4.5rem}}.hs-hero-section .hs-button-wrapper{justify-content:center;width:100%;margin-top:.5rem;display:flex}.hs-hero-section .hs-button-wrapper button{color:#fff;cursor:pointer;letter-spacing:.5px;text-transform:none;background:#000;border:none;border-radius:.5rem;width:auto;min-width:20rem;padding:1.4rem 2.4rem;font-size:1.6rem;font-weight:600;transition:all .3s}@media (max-width:768px){.hs-hero-section .hs-button-wrapper button{width:100%;min-width:auto;max-width:100%}}@media (max-width:480px){.hs-hero-section .hs-button-wrapper button{padding:1.2rem 2rem;font-size:1.4rem;font-weight:700}}.hs-hero-section .hs-button-wrapper button:hover:not(:disabled){background:#222;transform:translateY(-2px);box-shadow:0 6px 16px #00000040}.hs-hero-section .hs-button-wrapper button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #0003}.hs-hero-section .hs-button-wrapper button:disabled,.hs-hero-section .hs-button-wrapper button.hs-btn-disabled{color:#fff;cursor:not-allowed;box-shadow:none;background:#9ca3af;transform:none}.hs-hero-section .hs-button-wrapper button.loading{color:#0000;pointer-events:none;position:relative}.hs-hero-section .hs-button-wrapper button.loading:after{content:"";border:2px solid #fff;border-top-color:#0000;border-radius:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;animation:.8s linear infinite spin;position:absolute;top:50%;left:50%}.location-autocomplete-wrapper{width:100%;position:relative}.location-input-container{align-items:center;width:100%;display:flex;position:relative}.location-search-icon{color:#4b5563;pointer-events:none;z-index:2;font-size:2rem;font-weight:400;position:absolute;left:1.5rem}@media (max-width:768px){.location-search-icon{left:1.2rem}}.location-input{color:#1a1a1a;background:#fff;border:2px solid #e0e0e0;border-radius:.8rem;outline:none;width:100%;padding:1.4rem 4.5rem;font-family:inherit;font-size:1.5rem;transition:all .3s}@media (max-width:768px){.location-input{padding:1.2rem 4rem;font-size:1.4rem}}.location-input:focus{border-color:#000;box-shadow:0 0 0 3px #0000000d}.location-input:disabled{cursor:not-allowed;color:#4b5563;background:#f5f5f5}.location-input::placeholder{color:#4b5563}.location-clear-btn{cursor:pointer;z-index:2;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:2.8rem;height:2.8rem;transition:all .3s;display:flex;position:absolute;right:1.2rem}.location-clear-btn:hover{background:#e0e0e0}.location-clear-btn svg{color:#374151}.location-loading-spinner{z-index:2;border:2px solid #e0e0e0;border-top-color:#000;border-radius:50%;width:2rem;height:2rem;animation:.8s linear infinite locationSpin;position:absolute;right:1.5rem}.location-loading-message{color:#374151;text-align:center;z-index:1000;background:#fff;border:2px solid #e0e0e0;border-radius:.8rem;padding:1.5rem;font-size:1.4rem;position:absolute;top:calc(100% + .5rem);left:0;right:0}.location-dropdown{z-index:1000;background:#fff;border:2px solid #e0e0e0;border-radius:.8rem;max-height:40rem;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #00000026}.location-dropdown::-webkit-scrollbar{width:6px}.location-dropdown::-webkit-scrollbar-track{background:#f5f5f5}.location-dropdown::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.location-dropdown::-webkit-scrollbar-thumb:hover{background:#999}.location-suggestion-item{cursor:pointer;border-bottom:1px solid #f5f5f5;align-items:flex-start;gap:1.2rem;padding:1.2rem 1.5rem;transition:background .2s;display:flex}.location-suggestion-item:last-child{border-bottom:none}.location-suggestion-item:hover{background:#f8f9fa}.location-suggestion-item .suggestion-icon{color:#4b5563;flex-shrink:0;margin-top:.3rem}.location-suggestion-item .suggestion-content{flex-direction:column;flex:1;gap:.3rem;display:flex}.location-suggestion-item .suggestion-main-text{color:#000;font-size:1.5rem;font-weight:600}@media (max-width:768px){.location-suggestion-item .suggestion-main-text{font-size:1.4rem}}.location-suggestion-item .suggestion-secondary-text{color:#4b5563;font-size:1.3rem;line-height:1.4}@media (max-width:768px){.location-suggestion-item .suggestion-secondary-text{font-size:1.2rem}}.location-error-message{color:#d32f2f;z-index:1000;background:#fce4ec;border:2px solid #eeadad;border-radius:.8rem;padding:1.2rem 1.5rem;font-size:1.3rem;position:absolute;top:calc(100% + .5rem);left:0;right:0}@media (max-width:768px){.location-error-message{font-size:1.2rem}}.location-no-results{color:#4b5563;text-align:center;z-index:1000;background:#fff;border:2px solid #e0e0e0;border-radius:.8rem;padding:1.5rem;font-size:1.4rem;position:absolute;top:calc(100% + .5rem);left:0;right:0}@media (max-width:768px){.location-no-results{font-size:1.3rem}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes locationSpin{to{transform:rotate(360deg)}}@supports ((-webkit-appearance:none)){.hs-select{-webkit-appearance:none}}@-moz-document url-prefix(){.hs-select{padding-right:3rem}}.property-showcase{background:#fff;width:100%;padding:8rem 0}@media (max-width:1024px){.property-showcase{padding:6rem 0}}@media (max-width:768px){.property-showcase{padding:5rem 0}}@media (max-width:480px){.property-showcase{padding:4rem 0}}.property-showcase__container{flex-direction:column;gap:10rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}@media (max-width:1024px){.property-showcase__container{gap:8rem}}@media (max-width:768px){.property-showcase__container{gap:6rem;padding:0 1.5rem}}@media (max-width:480px){.property-showcase__container{gap:5rem;padding:0 1rem}}.property-showcase__card{justify-content:space-between;align-items:center;gap:6rem;display:flex}@media (max-width:1200px){.property-showcase__card{gap:4rem}}@media (max-width:1024px){.property-showcase__card{gap:3rem}}@media (max-width:768px){.property-showcase__card{flex-direction:column;gap:3rem}}.property-showcase__card--reverse{flex-direction:row-reverse}@media (max-width:768px){.property-showcase__card--reverse{flex-direction:column}}.property-showcase__content{flex-direction:column;flex:1;gap:2rem;max-width:60rem;display:flex}@media (max-width:1024px){.property-showcase__content{gap:1.8rem;max-width:50rem}}@media (max-width:768px){.property-showcase__content{gap:1.5rem;max-width:100%}}@media (max-width:480px){.property-showcase__content{gap:1.2rem}}.property-showcase__tag{letter-spacing:.2rem;text-transform:uppercase;color:#666;font-size:1.4rem;font-weight:700;display:inline-block}@media (max-width:1024px){.property-showcase__tag{font-size:1.3rem}}@media (max-width:768px){.property-showcase__tag{font-size:1.2rem}}@media (max-width:480px){.property-showcase__tag{letter-spacing:.15rem;font-size:1.1rem}}.property-showcase__heading{color:#1a1a1a;margin:0;font-size:clamp(2.8rem,4vw,3.6rem);font-weight:700;line-height:1.3}@media (max-width:480px){.property-showcase__heading{line-height:1.25}}.property-showcase__subheading{color:#333;margin:-.5rem 0 0;font-size:clamp(2rem,3vw,2.4rem);font-weight:600;line-height:1.4}@media (max-width:768px){.property-showcase__subheading{margin:-.3rem 0 0}}.property-showcase__description{color:#555;margin:0;font-size:clamp(1.4rem,1.6vw,1.6rem);line-height:1.8}@media (max-width:1024px){.property-showcase__description{line-height:1.7}}@media (max-width:768px){.property-showcase__description{line-height:1.6}}@media (max-width:480px){.property-showcase__description{line-height:1.65}}.property-showcase__link{letter-spacing:.1rem;text-transform:uppercase;color:#1a1a1a;align-items:center;gap:1rem;margin-top:.5rem;font-size:1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}@media (max-width:1024px){.property-showcase__link{gap:.6rem;font-size:1.4rem}}@media (max-width:768px){.property-showcase__link{font-size:1.3rem}}@media (max-width:480px){.property-showcase__link{gap:.5rem;margin-top:.3rem;font-size:1.2rem}}.property-showcase__link:hover{color:#000;gap:1.2rem}.property-showcase__link:hover .property-showcase__arrow{transform:translate(.4rem)}.property-showcase__arrow{font-size:2.2rem;transition:transform .3s}@media (max-width:1024px){.property-showcase__arrow{font-size:2rem}}@media (max-width:768px){.property-showcase__arrow{font-size:1.8rem}}@media (max-width:480px){.property-showcase__arrow{font-size:1.6rem}}.property-showcase__image-wrapper{border-radius:.8rem;flex:1;width:100%;max-width:55rem;height:40rem;position:relative;overflow:hidden;box-shadow:0 .2rem .8rem #0003}@media (max-width:1200px){.property-showcase__image-wrapper{max-width:50rem;height:35rem}}@media (max-width:1024px){.property-showcase__image-wrapper{max-width:45rem;height:32rem}}@media (max-width:768px){.property-showcase__image-wrapper{max-width:100%;height:35rem}}@media (max-width:640px){.property-showcase__image-wrapper{height:30rem}}@media (max-width:480px){.property-showcase__image-wrapper{border-radius:.6rem;height:25rem}}@media (max-width:380px){.property-showcase__image-wrapper{height:22rem}}.property-showcase__image{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .6s}.property-showcase__image:hover{transform:scale(1.05)}@media (prefers-reduced-motion:reduce){.property-showcase__link,.property-showcase__image{transition:none}.property-showcase__link:hover .property-showcase__arrow,.property-showcase__image:hover{transform:none}}.booking-partners{background:#f9f9f9;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;width:100%;padding:6rem 0}@media (max-width:1024px){.booking-partners{margin:6rem 0 4rem;padding:5rem 0}}@media (max-width:768px){.booking-partners{margin:5rem 0 3rem;padding:4rem 0}}@media (max-width:480px){.booking-partners{margin:4rem 0 2rem;padding:3rem 0}}.booking-partners__container{flex-direction:column;align-items:center;gap:4rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}@media (max-width:768px){.booking-partners__container{gap:3rem;padding:0 1.5rem}}@media (max-width:480px){.booking-partners__container{gap:2.5rem;padding:0 1rem}}.booking-partners__heading{text-align:center;color:#1a1a1a;text-transform:capitalize;margin:0;font-size:clamp(2.4rem,4vw,3.8rem);font-weight:700}.booking-partners__carousel{align-items:center;gap:2rem;width:100%;max-width:120rem;display:flex;position:relative}@media (max-width:768px){.booking-partners__carousel{gap:1rem}}@media (max-width:480px){.booking-partners__carousel{gap:.5rem}}.booking-partners__arrow{cursor:pointer;color:#333;z-index:2;background:#fff;border:2px solid #d9d9d9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:5rem;height:5rem;font-size:2.8rem;transition:all .3s;display:flex}@media (max-width:1024px){.booking-partners__arrow{width:4.5rem;height:4.5rem;font-size:2.2rem}}@media (max-width:768px){.booking-partners__arrow{width:4rem;height:4rem;font-size:2rem}}@media (max-width:480px){.booking-partners__arrow{border-width:1.5px;width:3.5rem;height:3.5rem;font-size:1.8rem}}.booking-partners__arrow:hover:not(.booking-partners__arrow--disabled){background:#f5f5f5;border-color:#999;transform:scale(1.1)}.booking-partners__arrow:active:not(.booking-partners__arrow--disabled){transform:scale(.95)}.booking-partners__arrow--disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.booking-partners__slider{scroll-behavior:smooth;flex:1;align-items:center;gap:5rem;padding:2rem 0;display:flex;overflow:hidden}@media (max-width:1024px){.booking-partners__slider{gap:4rem}}@media (max-width:768px){.booking-partners__slider{gap:3rem;padding:1.5rem 0}}@media (max-width:480px){.booking-partners__slider{gap:2rem;padding:1rem 0}}.booking-partners__slider::-webkit-scrollbar{display:none}.booking-partners__slider{-ms-overflow-style:none;scrollbar-width:none}.booking-partners__card{background:0 0;border-radius:.8rem;flex-shrink:0;justify-content:center;align-items:center;width:14rem;height:8rem;padding:1rem;display:flex}@media (max-width:1024px){.booking-partners__card{width:12rem;height:7rem}}@media (max-width:768px){.booking-partners__card{width:10rem;height:6rem;padding:.8rem}}@media (max-width:480px){.booking-partners__card{width:9rem;height:5.5rem;padding:.6rem}}.booking-partners__logo{object-fit:contain;filter:grayscale();opacity:.7;width:100%;height:100%;transition:all .3s}.booking-partners__logo:hover{filter:grayscale(0%);opacity:1}@media (prefers-reduced-motion:reduce){.booking-partners__slider{scroll-behavior:auto}.booking-partners__arrow{transition:none}.booking-partners__arrow:hover{transform:none}}.booking-partners__arrow:focus-visible{outline-offset:3px;outline:3px solid #4a90e2}.featured-properties{background:#fff;width:100%;margin-top:8rem;padding:8rem 0}.featured-properties--stays{background:#f9f9f9}.featured-properties--lettings{background:#fff}@media (max-width:1024px){.featured-properties{padding:6rem 0}}@media (max-width:768px){.featured-properties{padding:5rem 0}}@media (max-width:480px){.featured-properties{padding:4rem 0}}.featured-properties__container{max-width:1400px;margin:0 auto;padding:0 2rem}@media (max-width:768px){.featured-properties__container{padding:0 1.5rem}}@media (max-width:480px){.featured-properties__container{padding:0 1rem}}@media (max-width:400px){.featured-properties__container{padding:0 .8rem}}.ltr-page-wrapper{background:#f8f9fa;min-height:100vh;padding-top:10rem}@media (max-width:768px){.ltr-page-wrapper{padding-top:6rem}}.ltr-main-container{max-width:140rem;margin:0 auto;padding:3rem 2rem}@media (max-width:768px){.ltr-main-container{padding:2rem 1rem}}.ltr-search-section{background:#fff;border-radius:1rem;gap:1.5rem;margin-bottom:2rem;padding:2rem;display:flex;box-shadow:0 2px 8px #00000014}@media (max-width:768px){.ltr-search-section{flex-direction:column;gap:1rem;padding:1.5rem}}.ltr-search-input-wrapper{flex:1;position:relative}.ltr-radius-dropdown{color:#2c3e50;cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:.8rem;min-width:18rem;padding:1.4rem 1.5rem;font-size:1.5rem;transition:all .3s}@media (max-width:768px){.ltr-radius-dropdown{width:100%;min-width:auto;padding:1.2rem 1.5rem;font-size:1.4rem}}.ltr-radius-dropdown:focus{border-color:#000;outline:none;box-shadow:0 0 0 3px #0000001a}.ltr-filters-section{background:#fff;border-radius:1rem;flex-direction:column;gap:1.5rem;margin-bottom:2rem;padding:2rem;display:flex;box-shadow:0 2px 8px #00000014}@media (max-width:768px){.ltr-filters-section{gap:1rem;padding:1.5rem}}.ltr-filters-row{flex-wrap:wrap;align-items:center;gap:1.2rem;display:flex}@media (max-width:768px){.ltr-filters-row{flex-direction:column;align-items:stretch}}.ltr-filters-row-spaced{justify-content:space-between}@media (max-width:768px){.ltr-filters-row-spaced{justify-content:flex-start}}.ltr-date-input-wrapper{flex:1;min-width:14rem;max-width:18rem;position:relative}@media (max-width:768px){.ltr-date-input-wrapper{min-width:100%;max-width:100%}}.ltr-date-input-wrapper .ltr-date-input{cursor:pointer;color:#0000;background:#fff;border:2px solid #e0e0e0;border-radius:.8rem;width:100%;padding:1.2rem 3rem 1.2rem 1.5rem;font-size:1.4rem;transition:all .3s}.ltr-date-input-wrapper .ltr-date-input:hover{border-color:#ccc}.ltr-date-input-wrapper .ltr-date-input:focus{border-color:#000;outline:none;box-shadow:0 0 0 3px #0000001a}.ltr-date-input-wrapper .ltr-date-input::-webkit-calendar-picker-indicator{opacity:.5;cursor:pointer}.ltr-date-input-wrapper .ltr-date-input::-webkit-calendar-picker-indicator:hover{opacity:.8}.ltr-date-input-wrapper .ltr-date-input::-webkit-datetime-edit{color:#0000}.ltr-date-input-wrapper .ltr-date-input::-webkit-datetime-edit-fields-wrapper{color:#0000}.ltr-date-input-wrapper .ltr-date-input::-webkit-datetime-edit-text{color:#0000}.ltr-date-input-wrapper .ltr-date-input::-webkit-datetime-edit-month-field{color:#0000}.ltr-date-input-wrapper .ltr-date-input::-webkit-datetime-edit-day-field{color:#0000}.ltr-date-input-wrapper .ltr-date-input::-webkit-datetime-edit-year-field{color:#0000}.ltr-date-input-wrapper .ltr-date-input.has-value{color:#2c3e50}.ltr-date-input-wrapper .ltr-date-input.has-value::-webkit-datetime-edit{color:#2c3e50}.ltr-date-input-wrapper .ltr-date-input.has-value::-webkit-datetime-edit-fields-wrapper{color:#2c3e50}.ltr-date-input-wrapper .ltr-date-input.has-value::-webkit-datetime-edit-text{color:#2c3e50}.ltr-date-input-wrapper .ltr-date-input.has-value::-webkit-datetime-edit-month-field{color:#2c3e50}.ltr-date-input-wrapper .ltr-date-input.has-value::-webkit-datetime-edit-day-field{color:#2c3e50}.ltr-date-input-wrapper .ltr-date-input.has-value::-webkit-datetime-edit-year-field{color:#2c3e50}@media (max-width:768px){.ltr-date-input-wrapper .ltr-date-input{padding:1rem 1.2rem;font-size:1.3rem}}.ltr-date-input-wrapper .ltr-date-placeholder{color:#666;pointer-events:none;z-index:1;font-size:1.4rem;position:absolute;top:50%;left:1.5rem;transform:translateY(-50%)}@media (max-width:768px){.ltr-date-input-wrapper .ltr-date-placeholder{font-size:1.3rem;left:1.2rem}}.ltr-filter-dropdown{color:#2c3e50;cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:.8rem;flex:1;min-width:15rem;max-width:20rem;padding:1.2rem 1.5rem;font-size:1.4rem;transition:all .3s}@media (max-width:768px){.ltr-filter-dropdown{max-width:100%;padding:1rem 1.2rem;font-size:1.3rem}}.ltr-filter-dropdown:focus{border-color:#000;outline:none}.ltr-bedroom-filter-wrapper{background:#f8f9fa;border:2px solid #e0e0e0;border-radius:.8rem;align-items:center;gap:2rem;min-width:35rem;padding:1rem 1.5rem;display:flex}@media (max-width:768px){.ltr-bedroom-filter-wrapper{flex-direction:column;align-items:stretch;gap:1rem;min-width:100%}}.ltr-bedroom-checkbox{white-space:nowrap;align-items:center;gap:1rem;display:flex}.ltr-bedroom-checkbox input[type=checkbox]{cursor:pointer;accent-color:#000;width:1.8rem;height:1.8rem}.ltr-bedroom-checkbox label{color:#2c3e50;cursor:pointer;font-size:1.4rem;font-weight:600}@media (max-width:768px){.ltr-bedroom-checkbox label{font-size:1.3rem}}.ltr-dual-range-wrapper{flex:1;min-width:15rem}.ltr-dual-range-label{color:#666;margin-bottom:.5rem;font-size:1.2rem;display:block}.ltr-dual-range-slider{height:.6rem;margin:1rem 0;position:relative}.ltr-slider-track{background:#ddd;border-radius:.3rem;width:100%;height:.6rem;position:absolute}.ltr-slider-range{background:#000;border-radius:.3rem;height:100%;position:absolute}.ltr-slider-thumb{pointer-events:none;appearance:none;background:0 0;width:100%;height:.6rem;position:absolute}.ltr-slider-thumb::-webkit-slider-thumb{appearance:none;cursor:pointer;pointer-events:auto;background:#000;border-radius:50%;width:2rem;height:2rem;transition:transform .2s;box-shadow:0 2px 6px #0003}.ltr-slider-thumb::-webkit-slider-thumb:hover{transform:scale(1.1)}.ltr-slider-thumb::-moz-range-thumb{cursor:pointer;pointer-events:auto;background:#000;border:none;border-radius:50%;width:2rem;height:2rem;box-shadow:0 2px 6px #0003}.ltr-slider-left,.ltr-slider-right{top:0}.ltr-range-values{color:#2c3e50;justify-content:space-between;margin-top:.5rem;font-size:1.2rem;font-weight:600;display:flex}.ltr-filter-buttons{gap:1rem;margin-left:auto;display:flex}@media (max-width:768px){.ltr-filter-buttons{flex-direction:row;width:100%;margin-left:0}}.ltr-search-button{color:#fff;cursor:pointer;white-space:nowrap;background:#000;border:none;border-radius:.8rem;padding:1.2rem 2.5rem;font-size:1.4rem;font-weight:600;transition:all .3s}.ltr-search-button:hover{background:#333}@media (max-width:768px){.ltr-search-button{flex:1;padding:1.1rem 1.5rem;font-size:1.3rem}}.ltr-clear-button{color:#000;cursor:pointer;white-space:nowrap;background:#fff;border:2px solid #000;border-radius:.8rem;padding:1.2rem 2.5rem;font-size:1.4rem;font-weight:600;transition:all .3s}.ltr-clear-button:hover{color:#fff;background:#000}@media (max-width:768px){.ltr-clear-button{flex:1;padding:1.1rem 1.5rem;font-size:1.3rem}}.ltr-results-header{margin-bottom:2rem}.ltr-results-title{color:#2c3e50;font-size:2.4rem;font-weight:700}@media (max-width:768px){.ltr-results-title{font-size:1.8rem}}.ltr-view-toggle-bar{background:#fff;border-radius:.8rem;justify-content:center;gap:0;width:fit-content;margin:0 auto 2rem;padding:.5rem;display:flex;box-shadow:0 2px 8px #00000014}@media (max-width:760px){.ltr-view-toggle-bar{width:100%}}.ltr-view-toggle-btn{color:#666;cursor:pointer;background:#fff;border:none;border-radius:.6rem;align-items:center;gap:.8rem;padding:1rem 2.5rem;font-size:1.4rem;font-weight:600;transition:all .3s;display:flex}@media (max-width:760px){.ltr-view-toggle-btn{flex:1;justify-content:center;padding:1rem 1.5rem;font-size:1.3rem}}.ltr-view-toggle-btn:hover{color:#000;background:#f5f5f5}.ltr-view-toggle-btn.active{color:#fff;background:#000}.ltr-mobile-map-toggle{display:none}@media (max-width:760px){.ltr-mobile-map-toggle{color:#fff;cursor:pointer;background:#ff6b35;border:none;border-radius:.8rem;width:100%;margin-bottom:2rem;padding:1.4rem;font-size:1.5rem;font-weight:600;display:block}.ltr-mobile-map-toggle:hover{background:#ff581c}}.ltr-main-layout{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;display:grid}@media (max-width:760px){.ltr-main-layout{grid-template-columns:1fr}}.ltr-properties-container{padding-bottom:4rem;padding-right:1rem;overflow:visible}@media (max-width:760px){.ltr-properties-container{padding-bottom:4rem;padding-right:0}}.ltr-properties-grid{gap:2rem;padding-bottom:4rem;display:grid}.ltr-properties-grid.grid-mode{grid-template-columns:repeat(2,1fr)}@media (max-width:760px){.ltr-properties-grid.grid-mode{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:480px){.ltr-properties-grid.grid-mode{grid-template-columns:1fr}}.ltr-properties-grid.list-mode{grid-template-columns:1fr}.property-card{color:inherit;background:#fff;border-radius:1.2rem;height:100%;text-decoration:none;transition:all .3s;display:block;overflow:hidden;box-shadow:0 .2rem .8rem #0003}.property-card:hover{transform:translateY(-4px);box-shadow:0 .4rem 2rem #0000004d}.property-card--grid{flex-direction:column;display:flex}.property-card--list{flex-direction:row;max-width:100%;display:flex}.property-card--list .property-card__image{flex-shrink:0;width:320px;min-width:320px;height:auto}.property-card--list .property-card__info{flex-direction:column;flex:1;padding:2rem 2.5rem;display:flex}.property-card--list .property-card__price{margin-bottom:1rem;font-size:2.8rem}.property-card--list .property-card__title{color:#000;margin:0 0 1rem;font-size:1.6rem;font-weight:600;line-height:1.4}.property-card--list .property-card__location{margin-bottom:1.5rem}.property-card--list .property-card__description{color:#666;flex:1;margin:0 0 1.5rem;font-size:1.4rem;line-height:1.6}.property-card--list .property-card__meta{margin-bottom:1.5rem}.property-card--list .property-card__button{margin-top:auto}@media (max-width:768px){.property-card--list{flex-direction:column}.property-card--list .property-card__image{width:100%;height:250px}}.property-card__image{background:#f8f9fa;width:100%;height:240px;position:relative;overflow:hidden}.property-card__img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.property-card:hover .property-card__img{transform:scale(1.05)}.property-card__arrow{color:#fff;cursor:pointer;z-index:2;opacity:0;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.property-card__arrow:hover{background:#000c;transform:translateY(-50%)scale(1.1)}.property-card__arrow--left{left:1.5rem}.property-card__arrow--right{right:1.5rem}.property-card:hover .property-card__arrow{opacity:1}.property-card__tag{color:#fff;text-transform:capitalize;z-index:1;background:#000000d9;border-radius:.8rem;padding:.6rem 1.2rem;font-size:1.2rem;font-weight:600;position:absolute;top:1.5rem;left:1.5rem}.property-card__badge{z-index:1;position:absolute;bottom:1rem;right:1rem}.property-card__master-badge{color:#fff;background:#000000d9;border-radius:.8rem;padding:.4rem 1rem;font-size:1.1rem;font-weight:600}.property-card__counter{color:#fff;z-index:1;background:#000000bf;border-radius:.8rem;padding:.4rem 1rem;font-size:1.2rem;font-weight:500;position:absolute;bottom:1.5rem;left:1.5rem}.property-card__info{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex}.property-card__price{color:#000;margin-bottom:.4rem;font-size:2.2rem;font-weight:700}.property-card__price-amount{font-size:inherit;font-weight:700}.property-card__price-unit{color:#666;margin-left:.2rem;font-size:1.4rem;font-weight:500}.property-card__title{color:#1a1a1a;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1.5rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.property-card__location{color:#666;align-items:center;gap:.6rem;margin:0;font-size:1.3rem;display:flex}.property-card__location-icon{flex-shrink:0;font-size:1.6rem}.property-card__description{color:#666;margin:0;font-size:1.4rem;line-height:1.6}.property-card__meta{color:#1a1a1a;flex-wrap:wrap;gap:1.5rem;margin-top:.4rem;font-size:1.3rem;display:flex}.property-card__meta-item{white-space:nowrap;font-weight:500}.property-card__reviews{color:#666;margin-top:.4rem;font-size:1.3rem}.property-card__button{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#000;border:none;border-radius:.8rem;width:100%;padding:1.5rem 2.5rem;font-size:1.4rem;font-weight:600;transition:background .2s}.property-card__button:hover{background:#1a1a1a}@media (max-width:768px){.property-card__image{height:220px}.property-card__price{font-size:2rem}.property-card__title{font-size:1.4rem}.property-card__location,.property-card__meta,.property-card__reviews{font-size:1.2rem}}.property-details-page{background:#fff;max-width:100%;margin:0;padding:12rem 0 0}@media (max-width:768px){.property-details-page{padding:10rem 0 0}}.property-details__wrapper{max-width:1400px;margin:0 auto;padding:3rem 2rem}@media (max-width:1400px){.property-details__wrapper{padding:2rem 1.5rem}}.property-details__grid{grid-template-columns:1fr 380px;align-items:start;gap:3rem;display:grid}@media (max-width:1280px){.property-details__grid{grid-template-columns:1fr 350px}}@media (max-width:1024px){.property-details__grid{grid-template-columns:1fr;gap:2.5rem}}.property-details__main{min-width:0}.property-details__header{border-bottom:1px solid #e0e0e0;margin-bottom:2.5rem;padding-bottom:2.5rem}@media (max-width:768px){.property-details__header{margin-bottom:2rem;padding-bottom:2rem}}.property-details__title{color:#000;margin:0 0 1rem;font-size:3rem;font-weight:700;line-height:1.2}@media (max-width:768px){.property-details__title{font-size:2.2rem}}.property-details__address{color:#666;align-items:center;gap:.6rem;margin-bottom:1.5rem;font-size:1.6rem;display:flex}@media (max-width:768px){.property-details__address{font-size:1.4rem}}.property-details__address svg{color:#000;flex-shrink:0}.property-details__features{flex-wrap:wrap;gap:2rem;display:flex}@media (max-width:768px){.property-details__features{gap:1.5rem}}.property-details__features span{color:#1a1a1a;align-items:center;gap:.6rem;font-size:1.5rem;font-weight:500;display:flex}@media (max-width:768px){.property-details__features span{font-size:1.3rem}}.property-details__features span svg{color:#000}@media (max-width:1024px){.property-details__sidebar{max-width:400px;margin:0 auto}}.property-section{border-bottom:1px solid #ebebeb;margin-bottom:3rem;padding-bottom:2.5rem}@media (max-width:768px){.property-section{margin-bottom:2rem;padding-bottom:2rem}}.property-section:last-child{border-bottom:none;padding-bottom:0}.property-section__title{color:#000;margin:0 0 2rem;font-size:2rem;font-weight:700}@media (max-width:768px){.property-section__title{font-size:1.8rem}}.action-buttons{flex-wrap:wrap;gap:1.2rem;margin-bottom:2.5rem;display:flex}@media (max-width:768px){.action-buttons{gap:1rem;margin-bottom:2rem}}.action-buttons__btn{cursor:pointer;color:#1a1a1a;background:#fff;border:2px solid #e0e0e0;border-radius:.8rem;align-items:center;gap:.8rem;padding:1.2rem 2rem;font-size:1.4rem;font-weight:600;transition:all .3s;display:flex}@media (max-width:768px){.action-buttons__btn{flex:calc(50% - .5rem);justify-content:center;padding:1rem 1.5rem;font-size:1.3rem}}.action-buttons__btn:hover{color:#000;background:#f8f9fa;border-color:#000}.action-buttons__btn svg{flex-shrink:0}.key-features{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}@media (max-width:768px){.key-features{grid-template-columns:1fr 1fr;gap:.8rem}}@media (max-width:400px){.key-features{grid-template-columns:1fr}}.key-features__item{color:#1a1a1a;background:#f8f9fa;border-radius:.8rem;padding:1.2rem 1.5rem;font-size:1.4rem;line-height:1.6}@media (max-width:768px){.key-features__item{padding:1rem 1.2rem;font-size:1.3rem}}.property-description p{color:#666;margin:0 0 1.5rem;font-size:1.6rem;line-height:1.8}@media (max-width:768px){.property-description p{font-size:1.4rem}}.property-description__toggle{color:#1a3250;cursor:pointer;background:0 0;border:none;margin-top:1rem;padding:0;font-size:1.5rem;font-weight:600;text-decoration:underline;transition:color .3s}@media (max-width:768px){.property-description__toggle{font-size:1.3rem}}.property-description__toggle:hover{color:#162840}.property-description-sections{flex-direction:column;display:flex}.description-section{border-bottom:1px solid #e5e5e5;padding:2.5rem 0}.description-section:first-child{padding-top:1rem}.description-section:last-of-type{border-bottom:none}.description-section__title{color:#000;margin:0 0 1rem;font-size:1.5rem;font-weight:700;line-height:1.4}@media (max-width:768px){.description-section__title{font-size:1.4rem}}.description-section__content{color:#717171;margin:0;font-size:1.4rem;line-height:1.6}@media (max-width:768px){.description-section__content{font-size:1.3rem}}.property-info-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;display:grid}@media (max-width:768px){.property-info-grid{grid-template-columns:1fr 1fr;gap:.8rem}}@media (max-width:400px){.property-info-grid{grid-template-columns:1fr}}.property-info-grid__item{background:#f8f9fa;border-radius:.8rem;justify-content:space-between;align-items:center;padding:1.2rem 1.5rem;font-size:1.4rem;display:flex}@media (max-width:768px){.property-info-grid__item{padding:1rem 1.2rem;font-size:1.3rem}}.property-info-grid__item strong{color:#000;flex:1;font-weight:600}.property-info-grid__item span{color:#1a1a1a;text-align:right;white-space:nowrap;font-weight:500}.location-section__address{color:#666;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;font-size:1.5rem;line-height:1.6;display:flex}@media (max-width:768px){.location-section__address{font-size:1.3rem}}.location-section__coords{color:#999;margin-top:.5rem;font-family:monospace;font-size:1.3rem}@media (max-width:768px){.location-section__coords{font-size:1.2rem}}.booking-card{background:#fff;border:2px solid #e0e0e0;border-radius:1.2rem;padding:2.5rem;position:sticky;top:12rem;box-shadow:0 .4rem 2rem #0000004d}@media (max-width:1024px){.booking-card{position:relative;top:0}}@media (max-width:768px){.booking-card{padding:2rem}}.booking-card__price{text-align:left;border-bottom:2px solid #f2f2f2;margin-bottom:2rem;padding-bottom:2rem}.booking-card__price-amount{color:#000;font-size:3.2rem;font-weight:700}@media (max-width:768px){.booking-card__price-amount{font-size:2.8rem}}.booking-card__price-unit{color:#666;margin-left:4px;font-size:1.6rem;font-weight:500}@media (max-width:768px){.booking-card__price-unit{font-size:1.4rem}}.booking-card__btn{cursor:pointer;text-align:center;border-radius:.8rem;width:100%;padding:1.5rem;font-size:1.5rem;font-weight:600;transition:all .3s}@media (max-width:768px){.booking-card__btn{padding:1.3rem;font-size:1.4rem}}.booking-card__btn--primary{color:#fff;background:#000;border:none;margin-bottom:1rem}.booking-card__btn--primary:hover{background:#1a1a1a;transform:translateY(-2px);box-shadow:0 .4rem 2rem #0000004d}.booking-card__btn--secondary{color:#000;background:#fff;border:2px solid #000}.booking-card__btn--secondary:hover{color:#fff;background:#000;transform:translateY(-2px);box-shadow:0 .4rem 2rem #0000004d}.hero-gallery{background:#fff;padding:2rem}@media (max-width:768px){.hero-gallery{padding:1rem}}.hero-gallery__container{grid-template-columns:1fr 1fr;gap:.8rem;max-width:1400px;height:500px;margin:0 auto;display:grid}@media (max-width:1280px){.hero-gallery__container{height:450px}}@media (max-width:1024px){.hero-gallery__container{grid-template-columns:1fr;height:auto}}@media (max-width:768px){.hero-gallery__container{gap:.5rem}}.hero-gallery__main{background:#f8f9fa;border-radius:1.2rem 0 0 1.2rem;width:100%;height:100%;position:relative;overflow:hidden}@media (max-width:1024px){.hero-gallery__main{border-radius:1.2rem;height:400px}}@media (max-width:768px){.hero-gallery__main{height:350px}}.hero-gallery__main img{object-fit:cover}.hero-gallery__nav{cursor:pointer;z-index:100;background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 .2rem .8rem #0003}@media (max-width:768px){.hero-gallery__nav{width:40px;height:40px}.hero-gallery__nav svg{width:20px;height:20px}}.hero-gallery__nav:hover{background:#fff;transform:translateY(-50%)scale(1.08)}.hero-gallery__nav:active{transform:translateY(-50%)scale(.95)}.hero-gallery__nav--prev{left:1.5rem}@media (max-width:768px){.hero-gallery__nav--prev{left:1rem}}.hero-gallery__nav--next{right:1.5rem}@media (max-width:768px){.hero-gallery__nav--next{right:1rem}}.hero-gallery__counter{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000c;border-radius:.8rem;padding:.6rem 1.2rem;font-size:1.4rem;font-weight:600;position:absolute;bottom:1.5rem;left:1.5rem}@media (max-width:768px){.hero-gallery__counter{padding:.5rem 1rem;font-size:1.3rem;bottom:1rem;left:1rem}}.hero-gallery__thumbnails{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:.8rem;height:100%;display:grid}@media (max-width:1024px){.hero-gallery__thumbnails{aspect-ratio:4;grid-template-rows:1fr;grid-template-columns:repeat(4,1fr);height:auto}}@media (max-width:768px){.hero-gallery__thumbnails{gap:.5rem}}@media (max-width:480px){.hero-gallery__thumbnails{aspect-ratio:2;grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr)}}.hero-gallery__thumb{cursor:pointer;background:#f8f9fa;border-radius:0;width:100%;height:100%;transition:all .3s;position:relative;overflow:hidden}.hero-gallery__thumb:nth-child(2){border-radius:0 1.2rem 0 0}.hero-gallery__thumb--last{border-radius:0 0 1.2rem}@media (max-width:1024px){.hero-gallery__thumb:nth-child(2){border-radius:0}.hero-gallery__thumb:last-child{border-radius:0 1.2rem 1.2rem 0}}.hero-gallery__thumb:hover{filter:brightness(.95)}.hero-gallery__thumb img{object-fit:cover}.hero-gallery__thumb--placeholder{background:#f2f2f2;justify-content:center;align-items:center;display:flex}.hero-gallery__show-all{color:#000;cursor:pointer;z-index:5;background:#fffffff2;border:1px solid #0003;border-radius:.8rem;align-items:center;gap:.8rem;padding:1rem 1.5rem;font-size:1.4rem;font-weight:600;transition:all .3s;display:flex;position:absolute;bottom:1.5rem;right:1.5rem;box-shadow:0 .2rem .8rem #0003}@media (max-width:768px){.hero-gallery__show-all{gap:.6rem;padding:.8rem 1.2rem;font-size:1.3rem;bottom:1rem;right:1rem}}.hero-gallery__show-all svg{width:18px;height:18px}@media (max-width:768px){.hero-gallery__show-all svg{width:16px;height:16px}}.hero-gallery__show-all:hover{background:#fff;transform:scale(1.03);box-shadow:0 .4rem 2rem #0000004d}.hero-gallery__show-all:active{transform:scale(.98)}.hero-gallery__view-gallery{color:#666;background:#f2f2f2;flex-direction:column;justify-content:center;align-items:center;gap:.8rem;width:100%;height:100%;font-size:1.3rem;font-weight:600;display:flex}.hero-gallery__view-gallery svg{color:#999}.gallery-modal{z-index:10002;position:fixed;inset:0;overflow:hidden}.gallery-modal--mobile{background:#000;flex-direction:column;display:flex}.gallery-modal--desktop{background:#fff;flex-direction:column;display:flex}.gallery-modal__header{z-index:100;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.gallery-modal--mobile .gallery-modal__header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000f2}.gallery-modal--desktop .gallery-modal__header{background:#fff;border-bottom:2px solid #e0e0e0;padding:2rem 3rem}.gallery-modal__title{color:#000;margin:0;font-size:2.2rem;font-weight:700}.gallery-modal__counter{color:#fff;font-size:1.6rem;font-weight:600}.gallery-modal--desktop .gallery-modal__counter{color:#000}.gallery-modal__close,.gallery-modal__toggle{color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.gallery-modal__close:active,.gallery-modal__toggle:active{background:#ffffff40;transform:scale(.9)}.gallery-modal--desktop .gallery-modal__close,.gallery-modal--desktop .gallery-modal__toggle{color:#000;background:#f8f9fa;border:none;width:50px;height:50px}.gallery-modal--desktop .gallery-modal__close:hover,.gallery-modal--desktop .gallery-modal__toggle:hover{background:#f2f2f2;transform:rotate(90deg)}.gallery-modal__body{flex:1;display:flex;overflow:hidden}.gallery-modal__sidebar{background:#f8f9fa;border-right:2px solid #e0e0e0;flex-direction:column;flex-shrink:0;width:280px;display:flex;overflow:hidden}.gallery-modal__sidebar-header{background:#fff;border-bottom:2px solid #e0e0e0;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.gallery-modal__sidebar-header h3{color:#000;letter-spacing:.5px;margin:0;font-size:1.5rem;font-weight:700}.gallery-modal__sidebar-header button{color:#666;cursor:pointer;background:0 0;border:none;border-radius:.8rem;padding:.6rem 1.2rem;font-size:1.4rem;font-weight:600;transition:all .2s}.gallery-modal__sidebar-header button:hover{color:#000;background:#f2f2f2}.gallery-modal__sidebar-list{flex-direction:column;flex:1;gap:1.2rem;padding:1.2rem;display:flex;overflow-y:auto}.gallery-modal__sidebar-list::-webkit-scrollbar{width:6px}.gallery-modal__sidebar-list::-webkit-scrollbar-track{background:#f2f2f2}.gallery-modal__sidebar-list::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:3px}.gallery-modal__sidebar-list::-webkit-scrollbar-thumb:hover{background:#999}.gallery-modal__sidebar-thumb{aspect-ratio:4/3;cursor:pointer;background:#fff;border:3px solid #0000;border-radius:.8rem;flex-shrink:0;transition:all .3s;position:relative;overflow:hidden}.gallery-modal__sidebar-thumb:hover{border-color:#666;transform:scale(1.02)}.gallery-modal__sidebar-thumb--active{border-color:#000;box-shadow:0 0 0 2px #000}.gallery-modal__sidebar-thumb img{object-fit:cover}.gallery-modal__main{background:#fff;flex:1;justify-content:center;align-items:center;padding:3rem;display:flex;position:relative;overflow:hidden}.gallery-modal__image-wrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.gallery-modal__image-wrapper img{object-fit:contain}.gallery-modal__viewer{background:#000;flex:1;justify-content:center;align-items:center;display:flex;position:relative}.gallery-modal__image-container{width:100%;height:100%;position:relative}.gallery-modal__image-container img{object-fit:contain}.gallery-modal__nav{cursor:pointer;z-index:100;background:#fffffff2;border:2px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-modal--mobile .gallery-modal__nav{background:#ffffffe6;border:none;width:44px;height:44px;box-shadow:0 .2rem .8rem #0003}.gallery-modal--desktop .gallery-modal__nav{width:64px;height:64px;box-shadow:0 .4rem 2rem #0000004d}.gallery-modal--desktop .gallery-modal__nav:hover{background:#fff;transform:translateY(-50%)scale(1.1);box-shadow:0 1rem 5rem #00000080}.gallery-modal__nav--prev{left:2rem}.gallery-modal--mobile .gallery-modal__nav--prev{left:1rem}.gallery-modal__nav--next{right:2rem}.gallery-modal--mobile .gallery-modal__nav--next{right:1rem}.gallery-modal__badge{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000d9;border-radius:.8rem;padding:1.2rem 2.4rem;font-size:1.6rem;font-weight:700;position:absolute;bottom:2rem;right:2rem}.gallery-modal__thumbnails{background:#000;flex:1;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1.5rem;display:grid;overflow-y:auto}@media (min-width:480px){.gallery-modal__thumbnails{grid-template-columns:repeat(4,1fr)}}.gallery-modal__thumb{aspect-ratio:1;cursor:pointer;border:2px solid #0000;border-radius:.8rem;transition:all .3s;position:relative;overflow:hidden}.gallery-modal__thumb--active{border-color:#fff;box-shadow:0 0 0 2px #fff}.gallery-modal__thumb img{object-fit:cover}.gallery-modal__thumb-check{color:#fff;background:#fff3;justify-content:center;align-items:center;font-size:2rem;font-weight:700;display:flex;position:absolute;inset:0}.gallery-modal__zoom-hint{color:#fff;pointer-events:none;z-index:100;background:#000c;border-radius:24px;align-items:center;gap:.8rem;padding:1rem 2rem;font-size:1.4rem;animation:3s ease-in-out infinite fadeInOut;display:flex;position:absolute;bottom:6rem;left:50%;transform:translate(-50%)}@keyframes fadeInOut{0%,to{opacity:0}10%,90%{opacity:1}}.gallery-modal__main--full{flex:1;width:100%}.gallery-modal__show-sidebar{z-index:100;color:#fff;cursor:pointer;background:#000c;border:none;border-radius:.8rem;align-items:center;gap:.8rem;padding:1rem 1.5rem;font-size:1.4rem;font-weight:600;transition:all .3s;display:flex;position:absolute;top:2rem;left:2rem}.gallery-modal__show-sidebar:hover{background:#000000f2;transform:scale(1.02)}.gallery-modal__show-sidebar svg{flex-shrink:0}.video-modal{z-index:10002;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.video-modal__overlay{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);cursor:pointer;background:#000000e6;position:absolute;inset:0}.video-modal__content{z-index:100;background:#fff;border-radius:1.2rem;width:90%;max-width:1200px;animation:.3s ease-out modalZoomIn;position:relative;overflow:hidden;box-shadow:0 1rem 5rem #00000080}@media (max-width:768px){.video-modal__content{border-radius:1rem;width:95%}}@keyframes modalZoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.video-modal__close{cursor:pointer;z-index:100;color:#fff;background:#000c;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem}@media (max-width:768px){.video-modal__close{width:40px;height:40px;top:1rem;right:1rem}}.video-modal__close:hover{background:#000000f2;transform:rotate(90deg)scale(1.1)}.video-modal__title{color:#000;background:#fff;border-bottom:2px solid #e0e0e0;margin:0;padding:2rem 3rem;font-size:2.2rem;font-weight:700}@media (max-width:768px){.video-modal__title{padding:1.5rem 2rem;font-size:1.8rem}}.video-modal__player{background:#000;width:100%;height:0;padding-bottom:56.25%;position:relative}.video-modal__player iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.video-modal__error{color:#fff;justify-content:center;align-items:center;font-size:1.6rem;display:flex;position:absolute;inset:0}.ltr-map-container{align-self:start;height:calc(100vh - 12rem);min-height:50rem;position:sticky;top:10rem}@media (max-width:768px){.ltr-map-container{display:none}}.ltr-map-wrapper{background:#f8f9fa;border-radius:1rem;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 .4rem 2rem #0000004d}.ltr-map-wrapper .ltr-map-canvas{z-index:1;width:100%;height:100%;position:relative}.ltr-map-controls{z-index:100;pointer-events:auto;background:#fff;border-radius:.8rem;justify-content:space-between;align-items:center;padding:1.2rem 1.6rem;display:flex;position:absolute;top:1rem;left:1rem;right:1rem;box-shadow:0 .4rem 2rem #0000004d}@media (max-width:768px){.ltr-map-controls{padding:1rem 1.2rem;top:.8rem;left:.8rem;right:.8rem}}.ltr-map-info{color:#1a1a1a;font-size:1.4rem;font-weight:600;line-height:1.2}.ltr-map-info strong{color:#000;font-size:1.6rem}@media (max-width:768px){.ltr-map-info{font-size:1.3rem}.ltr-map-info strong{font-size:1.4rem}}.ltr-map-buttons{align-items:center;gap:.8rem;display:flex}.ltr-map-btn{cursor:pointer;color:#666;pointer-events:auto;-webkit-user-select:none;user-select:none;background:#fff;border:2px solid #e0e0e0;border-radius:.8rem;justify-content:center;align-items:center;width:4rem;height:4rem;transition:all .3s;display:flex}.ltr-map-btn:hover{color:#000;background:#f8f9fa;border-color:#000;transform:scale(1.05)}.ltr-map-btn:active{transform:scale(.95)}.ltr-map-btn.active{color:#fff;background:#000;border-color:#000}.ltr-map-btn svg{width:2rem;height:2rem}@media (max-width:768px){.ltr-map-btn{width:3.6rem;height:3.6rem}.ltr-map-btn svg{width:1.8rem;height:1.8rem}}.ltr-map-loading-state{justify-content:center;align-items:center;min-height:400px;display:flex}.ltr-fullscreen-overlay{z-index:10102!important;background:#fff!important;width:100vw!important;height:100vh!important;margin:0!important;padding:0!important;position:fixed!important;inset:0!important;overflow:hidden!important}.ltr-fullscreen-canvas{z-index:1!important;width:100%!important;height:100%!important;position:absolute!important;top:0!important;left:0!important}.ltr-fullscreen-close{cursor:pointer;color:#000;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:5rem;height:5rem;transition:all .3s;display:flex;box-shadow:0 1rem 5rem #00000080;z-index:10107!important;position:fixed!important;top:2rem!important;right:2rem!important}.ltr-fullscreen-close:hover{color:#fff;background:#000;transform:scale(1.1)}.ltr-fullscreen-close:active{transform:scale(.95)}.ltr-fullscreen-close svg{width:2.4rem;height:2.4rem}@media (max-width:640px){.ltr-fullscreen-close{width:4.4rem;height:4.4rem;top:1.5rem!important;right:1.5rem!important}.ltr-fullscreen-close svg{width:2rem;height:2rem}}.ltr-fullscreen-controls{background:#fff;border-radius:1rem;align-items:center;gap:2rem;padding:1.2rem 2rem;display:flex;box-shadow:0 1rem 5rem #00000080;z-index:10107!important;position:fixed!important;top:2rem!important;left:2rem!important}.ltr-fullscreen-controls .ltr-map-info{color:#1a1a1a;font-size:1.4rem;font-weight:600}.ltr-fullscreen-controls .ltr-map-info strong{color:#000;font-size:1.6rem}.ltr-fullscreen-controls .ltr-map-buttons{gap:.8rem;display:flex}.ltr-fullscreen-controls .ltr-map-btn{cursor:pointer;color:#666;background:#fff;border:2px solid #e0e0e0;border-radius:.8rem;justify-content:center;align-items:center;width:4rem;height:4rem;transition:all .3s;display:flex}.ltr-fullscreen-controls .ltr-map-btn:hover{color:#000;background:#f8f9fa;border-color:#000}.ltr-fullscreen-controls .ltr-map-btn.active{color:#fff;background:#000;border-color:#000}.ltr-fullscreen-controls .ltr-map-btn svg{width:2rem;height:2rem}@media (max-width:640px){.ltr-fullscreen-controls{gap:1.5rem;padding:1rem 1.5rem;top:1.5rem!important;left:1.5rem!important}.ltr-fullscreen-controls .ltr-map-info{font-size:1.3rem}.ltr-fullscreen-controls .ltr-map-info strong{font-size:1.4rem}.ltr-fullscreen-controls .ltr-map-btn{width:3.6rem;height:3.6rem}.ltr-fullscreen-controls .ltr-map-btn svg{width:1.8rem;height:1.8rem}}.ltr-map-fullscreen-overlay{display:none!important}.property-map{background:#f8f9fa;border-radius:1.2rem;width:100%;height:500px;position:relative;overflow:hidden;box-shadow:0 .4rem 2rem #0000004d}@media (max-width:768px){.property-map{height:400px}}@media (max-width:480px){.property-map{height:350px}}.property-map--loading,.property-map--unavailable{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}.property-map--loading p,.property-map--unavailable p{color:#666;font-size:1.4rem;font-weight:500}.property-map__spinner{border:4px solid #e0e0e0;border-top-color:#000;border-radius:50%;width:5rem;height:5rem;animation:1s linear infinite map-spin}.property-map__controls{z-index:100;background:#fff;border-radius:.8rem;justify-content:space-between;align-items:center;padding:1.2rem 1.6rem;display:flex;position:absolute;top:1rem;left:1rem;right:1rem;box-shadow:0 .4rem 2rem #0000004d}@media (max-width:768px){.property-map__controls{flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem 1.2rem}}.property-map__info{flex-direction:column;gap:.3rem;display:flex}.property-map__info strong{color:#000;font-size:1.5rem;font-weight:700}@media (max-width:768px){.property-map__info strong{font-size:1.3rem}}.property-map__info span{color:#666;font-size:1.3rem}@media (max-width:768px){.property-map__info span{font-size:1.2rem}}.property-map__buttons{align-items:center;gap:.8rem;display:flex}@media (max-width:768px){.property-map__buttons{justify-content:flex-end;width:100%}}.property-map__btn{cursor:pointer;color:#666;background:#fff;border:2px solid #e0e0e0;border-radius:.8rem;justify-content:center;align-items:center;width:4rem;height:4rem;transition:all .3s;display:flex}.property-map__btn:hover{color:#000;background:#f8f9fa;border-color:#000;transform:scale(1.05)}.property-map__btn:active{transform:scale(.95)}.property-map__btn--active{color:#fff;background:#000;border-color:#000}.property-map__btn svg{width:2rem;height:2rem}@media (max-width:768px){.property-map__btn{width:3.6rem;height:3.6rem}.property-map__btn svg{width:1.8rem;height:1.8rem}}.property-map__canvas{z-index:1;width:100%;height:100%;position:relative}@keyframes map-spin{to{transform:rotate(360deg)}}.spm-fullscreen-overlay{z-index:10102!important;background:#fff!important;width:100vw!important;height:100vh!important;margin:0!important;padding:0!important;position:fixed!important;inset:0!important;overflow:hidden!important}.spm-fullscreen-canvas{z-index:1!important;width:100%!important;height:100%!important;position:absolute!important;top:0!important;left:0!important}.spm-fullscreen-close{cursor:pointer;color:#000;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:5rem;height:5rem;transition:all .3s;display:flex;box-shadow:0 1rem 5rem #00000080;z-index:10107!important;position:fixed!important;top:2rem!important;right:2rem!important}.spm-fullscreen-close:hover{color:#fff;background:#000;transform:scale(1.1)}.spm-fullscreen-close:active{transform:scale(.95)}.spm-fullscreen-close svg{width:2.4rem;height:2.4rem}@media (max-width:640px){.spm-fullscreen-close{width:4.4rem;height:4.4rem;top:1.5rem!important;right:1.5rem!important}.spm-fullscreen-close svg{width:2rem;height:2rem}}.spm-fullscreen-controls{background:#fff;border-radius:1rem;align-items:center;gap:2rem;padding:1.2rem 2rem;display:flex;box-shadow:0 1rem 5rem #00000080;z-index:10107!important;position:fixed!important;top:2rem!important;left:2rem!important}@media (max-width:640px){.spm-fullscreen-controls{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:1rem 1.5rem;top:1.5rem!important;left:1.5rem!important}}.spm-fullscreen-info{flex-direction:column;gap:.3rem;display:flex}.spm-fullscreen-info strong{color:#000;font-size:1.5rem;font-weight:700}@media (max-width:768px){.spm-fullscreen-info strong{font-size:1.3rem}}.spm-fullscreen-info span{color:#666;font-size:1.3rem}@media (max-width:768px){.spm-fullscreen-info span{font-size:1.2rem}}.spm-fullscreen-buttons{align-items:center;gap:.8rem;display:flex}.spm-fullscreen-btn{cursor:pointer;color:#666;background:#fff;border:2px solid #e0e0e0;border-radius:.8rem;justify-content:center;align-items:center;width:4rem;height:4rem;transition:all .3s;display:flex}.spm-fullscreen-btn:hover{color:#000;background:#f8f9fa;border-color:#000}.spm-fullscreen-btn.active{color:#fff;background:#000;border-color:#000}.spm-fullscreen-btn svg{width:2rem;height:2rem}@media (max-width:768px){.spm-fullscreen-btn{width:3.6rem;height:3.6rem}.spm-fullscreen-btn svg{width:1.8rem;height:1.8rem}}.property-rating{background:linear-gradient(135deg,#fef9e7 0%,#fdf6e3 100%);border:1px solid wheat;border-radius:1.2rem;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:2rem;padding:2rem;display:flex}@media (max-width:640px){.property-rating{flex-direction:column;align-items:flex-start}}.property-rating__content{align-items:center;gap:1.5rem;display:flex}.property-rating__icon{color:#fff;background:#ffc107;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.property-rating__text h3{color:#1a1a1a;margin:0 0 .4rem;font-size:1.6rem;font-weight:600}.property-rating__text p{color:#666;margin:0;font-size:1.4rem}.property-rating__stats{align-items:center;gap:2.5rem;display:flex}.property-rating__score{text-align:center}.property-rating__score .score-number{color:#1a1a1a;font-size:2.8rem;font-weight:700;display:block}.property-rating__score .stars-display{justify-content:center;gap:2px;margin-top:.4rem;display:flex}.property-rating__reviews{text-align:center;border-left:1px solid #e0d4b8;padding-left:2.5rem}.property-rating__reviews .reviews-number{color:#1a1a1a;font-size:2.2rem;font-weight:600;display:block}.property-rating__reviews .reviews-label{color:#666;font-size:1.3rem}.amenities-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}@media (max-width:900px){.amenities-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.amenities-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.amenities-grid__item{background:#f8f9fa;border-radius:.8rem;align-items:center;gap:1rem;padding:1rem;display:flex}.amenities-grid__item span{color:#1a1a1a;font-size:1.4rem}@media (max-width:768px){.amenities-grid__item span{font-size:1.3rem}}.amenities-grid__icon{color:#1a3250;background:#fff;border-radius:.8rem;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.amenities-grid__see-all{cursor:pointer;background:#fff;border:2px solid #1a3250;border-radius:.8rem;padding:1rem 2.5rem;font-size:1.4rem;font-weight:600;transition:all .3s;display:inline-block}.amenities-grid__see-all:hover{color:#fff;background:#1a3250}.booking-card__note{background:#f8f9fa;border-radius:.8rem;margin-top:1.5rem;padding:1rem;color:#666!important;font-size:1.3rem!important}.booking-widget-card,.hostfully-widget-card{background:#fff;border:2px solid #e0e0e0;border-radius:1.2rem;padding:2.5rem;position:sticky;top:12rem;box-shadow:0 .2rem .8rem #0003}@media (max-width:1024px){.booking-widget-card,.hostfully-widget-card{position:relative;top:0}}.widget-price-header{border-bottom:2px solid #f2f2f2;align-items:baseline;gap:.6rem;margin-bottom:2rem;padding-bottom:2rem;display:flex}.widget-price-amount{color:#1a3250;font-size:3.2rem;font-weight:700}@media (max-width:768px){.widget-price-amount{font-size:2.8rem}}.widget-price-period{color:#666;font-size:1.6rem;font-weight:500}.widget-container,#leadWidget{min-height:200px;margin-bottom:1.5rem}.widget-container>div:first-child,#leadWidget>div:first-child{display:none!important}.widget-container form,#leadWidget form{background:0 0!important;margin:0!important;padding:0!important}.widget-container input[type=text],.widget-container input[type=email],.widget-container input[type=tel],.widget-container input[name=checkIn],.widget-container input[name=checkOut],.widget-container select,#leadWidget input[type=text],#leadWidget input[type=email],#leadWidget input[type=tel],#leadWidget input[name=checkIn],#leadWidget input[name=checkOut],#leadWidget select{box-sizing:border-box!important;color:#1a1a1a!important;background:#fff!important;border:1px solid #e0e0e0!important;border-radius:.8rem!important;width:100%!important;height:auto!important;margin-bottom:1.5rem!important;padding:1.4rem 1.5rem!important;font-size:1.5rem!important;line-height:1.4!important}.widget-container input[type=text]:focus,.widget-container input[type=email]:focus,.widget-container input[type=tel]:focus,.widget-container input[name=checkIn]:focus,.widget-container input[name=checkOut]:focus,.widget-container select:focus,#leadWidget input[type=text]:focus,#leadWidget input[type=email]:focus,#leadWidget input[type=tel]:focus,#leadWidget input[name=checkIn]:focus,#leadWidget input[name=checkOut]:focus,#leadWidget select:focus{border-color:#1a3250!important;outline:none!important;box-shadow:0 0 0 3px #1a32501a!important}.widget-container input[type=text]::placeholder,.widget-container input[type=email]::placeholder,.widget-container input[type=tel]::placeholder,.widget-container input[name=checkIn]::placeholder,.widget-container input[name=checkOut]::placeholder,.widget-container select::placeholder,#leadWidget input[type=text]::placeholder,#leadWidget input[type=email]::placeholder,#leadWidget input[type=tel]::placeholder,#leadWidget input[name=checkIn]::placeholder,#leadWidget input[name=checkOut]::placeholder,#leadWidget select::placeholder{color:#999!important}.widget-container .leadDates,.widget-container .lead-dates,.widget-container [class*=Dates],#leadWidget .leadDates,#leadWidget .lead-dates,#leadWidget [class*=Dates]{grid-template-columns:1fr 1fr!important;gap:1rem!important;margin-bottom:1.5rem!important;display:grid!important}.widget-container select,#leadWidget select{appearance:none!important;cursor:pointer!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E")!important;background-position:right 1.2rem center!important;background-repeat:no-repeat!important;padding-right:3.5rem!important}.widget-container select option,#leadWidget select option{color:#1a1a1a!important;padding:1rem!important}.widget-container label,#leadWidget label{color:#666!important;margin-bottom:.8rem!important;font-size:1.3rem!important;font-weight:500!important;display:block!important}.widget-container button[type=submit],.widget-container .leadSubmit,.widget-container .lead-submit,#leadWidget button[type=submit],#leadWidget .leadSubmit,#leadWidget .lead-submit{color:#fff!important;cursor:pointer!important;text-transform:none!important;letter-spacing:0!important;background:#1a3250!important;border:none!important;border-radius:.8rem!important;width:100%!important;margin-top:1rem!important;padding:1.6rem 2rem!important;font-size:1.6rem!important;font-weight:600!important;transition:all .3s!important}.widget-container button[type=submit]:hover,.widget-container .leadSubmit:hover,.widget-container .lead-submit:hover,#leadWidget button[type=submit]:hover,#leadWidget .leadSubmit:hover,#leadWidget .lead-submit:hover{background:#224166!important;transform:translateY(-1px)!important}.widget-container button[type=submit]:active,.widget-container .leadSubmit:active,.widget-container .lead-submit:active,#leadWidget button[type=submit]:active,#leadWidget .leadSubmit:active,#leadWidget .lead-submit:active{transform:translateY(0)!important}.widget-container .leadTotal,.widget-container .lead-total,.widget-container [class*=Total]:not(button),#leadWidget .leadTotal,#leadWidget .lead-total,#leadWidget [class*=Total]:not(button){color:#1a1a1a!important;background:#f8f9fa!important;border-radius:.5rem!important;margin:1rem 0!important;padding:1rem!important;font-size:1.6rem!important;font-weight:600!important}.widget-loading,.widget-error{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:200px;display:flex}.widget-loading p,.widget-error p{color:#666;margin:0;font-size:1.4rem}.widget-loading button,.widget-error button{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:.8rem;padding:1rem 2rem;font-size:1.4rem}.widget-loading button:hover,.widget-error button:hover{background:#f8f9fa}.widget-disclaimer{text-align:center;color:#666;border-top:1px solid #e0e0e0;padding:1rem 0;font-size:1.3rem}.widget-deposit-notice,.deposit{color:#1a1a1a;background:#ffc10726;border:1px solid #ffc1074d;border-radius:.8rem;margin-top:1.5rem;padding:1.5rem;font-size:1.3rem;line-height:1.5}.amenities-sidebar-overlay{z-index:10000;background:#000000bf;animation:.2s fadeIn;position:fixed;inset:0}.amenities-sidebar{z-index:10002;background:#fff;flex-direction:column;width:480px;max-width:100%;height:100vh;animation:.3s slideInRight;display:flex;position:fixed;top:0;right:0;box-shadow:0 1rem 5rem #00000080}@media (max-width:520px){.amenities-sidebar{width:100%}}.amenities-sidebar-header{border-bottom:1px solid #e0e0e0;flex-shrink:0;justify-content:space-between;align-items:flex-start;padding:2.5rem;display:flex}.amenities-sidebar-title-section h2{color:#1a1a1a;margin-bottom:.6rem;font-size:2rem;font-weight:600}.amenities-sidebar-subtitle{color:#666;font-size:1.4rem}.amenities-sidebar-close-btn{cursor:pointer;color:#666;background:0 0;border:none;padding:.5rem;transition:color .2s}.amenities-sidebar-close-btn:hover{color:#1a1a1a}.amenities-sidebar-content{flex:1;padding:2.5rem;overflow-y:auto}.amenities-top-facilities{border-bottom:1px solid #e0e0e0;margin-bottom:3rem;padding-bottom:2.5rem}.amenities-section-title{color:#1a1a1a;margin-bottom:2rem;font-size:1.6rem;font-weight:600}.amenities-icon-row{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (max-width:400px){.amenities-icon-row{grid-template-columns:repeat(2,1fr)}}.amenity-icon-item{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.amenity-icon-circle{color:#1a3250;background:#f8f9fa;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.amenity-icon-circle svg{width:24px;height:24px}.amenity-icon-label{color:#1a1a1a;font-size:1.3rem;line-height:1.3}.amenities-category-section{margin-bottom:2.5rem}.amenities-category-title{color:#1a1a1a;border-bottom:1px solid #e0e0e0;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.6rem;font-weight:600;display:flex}.amenities-category-icon{color:#666;justify-content:center;align-items:center;display:flex}.amenities-list{flex-direction:column;gap:1rem;display:flex}.amenities-list-item{color:#1a1a1a;align-items:center;gap:1rem;padding:.5rem 0;font-size:1.4rem;display:flex}.amenities-check-icon{color:#1a3250;flex-shrink:0;font-size:1.4rem}.amenities-list-item.unavailable{color:#666;text-decoration:line-through}.amenities-list-item.unavailable .amenities-check-icon{color:#d32f2f}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.multi-room-selector{border-top:1px solid #e0e0e0;margin-top:4rem;padding-top:4rem}.multi-room-header{margin-bottom:2.5rem}.multi-room-header h2{color:#1a1a1a;margin-bottom:.5rem;font-size:2.2rem;font-weight:600}.multi-room-header p{color:#666;font-size:1.5rem}.multi-room-date-card{background:#fff;border:1px solid #e0e0e0;border-radius:1.2rem;margin-bottom:3rem;padding:2.5rem;box-shadow:0 .2rem .8rem #0003}.multi-room-date-content h3{color:#1a1a1a;margin-bottom:2rem;font-size:1.8rem;font-weight:600}.multi-room-inputs{grid-template-columns:1fr 1fr 120px;gap:1.5rem;margin-bottom:2rem;display:grid}@media (max-width:768px){.multi-room-inputs{grid-template-columns:1fr 1fr}.multi-room-inputs .multi-room-input-group:last-child{grid-column:span 2}}@media (max-width:480px){.multi-room-inputs{grid-template-columns:1fr}.multi-room-inputs .multi-room-input-group:last-child{grid-column:1}}.multi-room-input-group label{color:#666;margin-bottom:.5rem;font-size:1.3rem;font-weight:500;display:block}.multi-room-input-group input{border:1px solid #e0e0e0;border-radius:.8rem;width:100%;padding:1rem 1.5rem;font-size:1.5rem;transition:border-color .2s}.multi-room-input-group input:focus{border-color:#1a3250;outline:none}.multi-room-actions{flex-wrap:wrap;gap:1rem;display:flex}.multi-room-check-btn{color:#fff;cursor:pointer;background:#1a3250;border:none;border-radius:.8rem;justify-content:center;align-items:center;gap:1rem;min-width:180px;min-height:48px;padding:1.5rem 2.5rem;font-size:1.5rem;font-weight:500;transition:all .3s;display:flex}.multi-room-check-btn:hover:not(:disabled){background:#224166}.multi-room-check-btn:disabled{opacity:.8;cursor:not-allowed}.multi-room-clear-btn{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:.8rem;padding:1.5rem 2.5rem;font-size:1.5rem;transition:all .3s}.multi-room-clear-btn:hover{background:#f8f9fa}.multi-room-results{border-top:1px solid #e0e0e0;flex-wrap:wrap;align-items:center;gap:2rem;margin-top:2rem;padding-top:2rem;display:flex}.multi-room-stat{align-items:center;gap:.5rem;font-size:1.4rem;font-weight:500;display:flex}.multi-room-stat.available{color:#1a3250}.multi-room-stat.unavailable{color:#d32f2f}.multi-room-dates{color:#666;background:#f8f9fa;border-radius:20px;padding:.6rem 1.5rem;font-size:1.4rem}.multi-room-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}@media (max-width:1024px){.multi-room-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.multi-room-grid{grid-template-columns:1fr}}.multi-room-card{background:#fff;border:2px solid #e0e0e0;border-radius:1.2rem;transition:all .3s;overflow:hidden}.multi-room-card:hover{box-shadow:0 .2rem .8rem #0003}.multi-room-card.booked{opacity:.7}.multi-room-card.booked .multi-room-image img{filter:grayscale(50%)}.multi-room-card.selected{border-color:#1a3250;box-shadow:0 0 0 2px #1a325033}.multi-room-image{aspect-ratio:16/10;height:200px;position:relative;overflow:hidden}.multi-room-view-btn{cursor:pointer;z-index:2;background:#fff;border:none;border-radius:20px;align-items:center;gap:.6rem;padding:.5rem 1.5rem;font-size:1.3rem;font-weight:500;transition:all .3s;display:flex;position:absolute;bottom:1rem;right:1rem}.multi-room-view-btn:hover{background:#f8f9fa}.multi-room-badge{z-index:2;border-radius:20px;align-items:center;gap:.6rem;padding:.6rem 1rem;font-size:1.2rem;font-weight:600;display:flex;position:absolute;top:1rem;left:1rem}.multi-room-badge.available{color:#fff;background:#1a3250e6}.multi-room-badge.booked{color:#fff;background:#d32f2fe6}.multi-room-selected-badge{color:#fff;z-index:2;background:#1a3250;border-radius:20px;align-items:center;gap:.6rem;padding:.6rem 1rem;font-size:1.2rem;font-weight:600;display:flex;position:absolute;top:1rem;right:1rem}.multi-room-info{padding:1.5rem}.multi-room-info h3{color:#1a1a1a;margin-bottom:1rem;font-size:1.6rem;font-weight:600}.multi-room-features{gap:1.5rem;margin-bottom:1.5rem;display:flex}.multi-room-feature{color:#666;align-items:center;gap:.6rem;font-size:1.3rem;display:flex}.multi-room-price-default{align-items:baseline;gap:.6rem;margin-bottom:1.5rem;display:flex}.multi-room-price-default .price-label{color:#666;font-size:1.3rem}.multi-room-price-default .price-amount{color:#1a1a1a;font-size:2.2rem;font-weight:600}.multi-room-price-default .price-period{color:#666;font-size:1.3rem}.multi-room-price-loading{color:#666;justify-content:center;align-items:center;gap:.5rem;min-height:40px;font-size:1.4rem;display:flex}.multi-room-price-calc{background:#f8f9fa;border-radius:.8rem;margin-bottom:1.5rem;padding:1rem}.multi-room-price-calc .price-row{color:#666;justify-content:space-between;margin-bottom:.5rem;font-size:1.3rem;display:flex}.multi-room-price-calc .price-total{border-top:1px solid #e0e0e0;justify-content:space-between;padding-top:.5rem;font-size:1.4rem;display:flex}.multi-room-price-calc .price-total strong{color:#1a1a1a}.multi-room-unavailable{color:#d32f2f;background:#fce4ec;border-radius:.8rem;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:1.5rem;font-size:1.4rem;font-weight:500;display:flex}.multi-room-btn{cursor:pointer;border-radius:.8rem;width:100%;padding:1rem 2rem;font-size:1.4rem;font-weight:500;transition:all .3s}.multi-room-btn.check-dates{color:#666;cursor:default;background:#f8f9fa;border:1px solid #e0e0e0}.multi-room-btn.select{color:#fff;background:#1a3250;border:none}.multi-room-btn.select:hover{background:#224166}.multi-room-btn.select.selected{background:#162840}.multi-room-btn.disabled{color:#666;cursor:not-allowed;background:#f8f9fa;border:1px solid #e0e0e0}.multi-room-basket-fixed{z-index:9999;background:#fff;border-top:1px solid #e0e0e0;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000001a}.multi-room-basket-toggle{cursor:pointer;align-items:center;gap:1.5rem;padding:1.5rem 2.5rem;display:flex}@media (max-width:768px){.multi-room-basket-toggle{flex-wrap:wrap;gap:1rem}}.basket-icon{color:#fff;background:#1a3250;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:relative}.basket-icon .basket-count{background:#ffc107;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:1.2rem;font-weight:600;display:flex;position:absolute;top:-4px;right:-4px}.basket-info{flex:1}.basket-info h4{color:#1a1a1a;margin-bottom:.4rem;font-size:1.6rem;font-weight:600}.basket-info p{color:#666;font-size:1.3rem}.basket-total{text-align:right}.basket-total span{color:#666;font-size:1.3rem;display:block}.basket-total strong{color:#1a1a1a;font-size:2rem}.basket-proceed-btn{color:#fff;cursor:pointer;background:#1a3250;border:none;border-radius:.8rem;justify-content:center;align-items:center;gap:1rem;min-width:180px;padding:1.5rem 2.5rem;font-size:1.5rem;font-weight:500;transition:all .3s;display:flex}.basket-proceed-btn:hover:not(:disabled){background:#224166}.basket-proceed-btn:disabled{opacity:.7;cursor:not-allowed}@media (max-width:768px){.basket-proceed-btn{width:100%;margin-top:.5rem}}.multi-room-basket-details{background:#f8f9fa;border-top:1px solid #e0e0e0;max-height:300px;padding:1.5rem 2.5rem;overflow-y:auto}.multi-room-basket-details h4{color:#1a1a1a;margin-bottom:1.5rem;font-size:1.4rem;font-weight:600}.basket-item{background:#fff;border-radius:.8rem;align-items:center;gap:1rem;margin-bottom:.5rem;padding:1rem;display:flex}.basket-item-info{flex:1;align-items:center;gap:1rem;display:flex}.basket-item-number{color:#fff;background:#1a3250;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.3rem;font-weight:600;display:flex}.basket-item-details h5{color:#1a1a1a;margin-bottom:2px;font-size:1.4rem;font-weight:500}.basket-item-details p{color:#666;font-size:1.2rem}.basket-item-price{color:#1a1a1a;font-size:1.5rem;font-weight:600}.basket-item-remove{color:#d32f2f;cursor:pointer;background:#fce4ec;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex}.basket-item-remove:hover{color:#fff;background:#d32f2f}.room-modal-overlay{z-index:10002;background:#000000bf;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.room-modal-container{background:#fff;border-radius:1.2rem;width:100%;max-width:1100px;max-height:90vh;display:flex;position:relative;overflow:hidden}@media (max-width:900px){.room-modal-container{flex-direction:column;max-height:95vh;overflow-y:auto}}.room-modal-close-btn{cursor:pointer;z-index:10;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem;box-shadow:0 .2rem .8rem #0003}.room-modal-close-btn:hover{background:#f8f9fa}.room-modal-left{background:#f8f9fa;flex-direction:column;width:55%;display:flex}@media (max-width:900px){.room-modal-left{width:100%}}.room-modal-main-image{flex:1;min-height:350px;position:relative}.room-modal-nav{cursor:pointer;z-index:2;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.room-modal-nav:hover{background:#fff;box-shadow:0 .2rem .8rem #0003}.room-modal-nav.left{left:1.5rem}.room-modal-nav.right{right:1.5rem}.room-modal-counter{color:#fff;z-index:2;background:#000000b3;border-radius:20px;padding:.6rem 1.5rem;font-size:1.3rem;position:absolute;bottom:1.5rem;right:1.5rem}.room-modal-thumbnails{gap:.5rem;padding:1rem;display:flex;overflow-x:auto}.room-modal-thumb{cursor:pointer;border:2px solid #0000;border-radius:.8rem;flex-shrink:0;width:70px;height:50px;transition:all .3s;position:relative;overflow:hidden}.room-modal-thumb.active{border-color:#1a3250}.room-modal-right{flex-direction:column;width:45%;display:flex}@media (max-width:900px){.room-modal-right{width:100%}}.room-modal-content{flex:1;padding:2.5rem;overflow-y:auto}.room-modal-header{margin-bottom:2rem}.room-modal-header h2{color:#1a1a1a;margin-bottom:1rem;font-size:2.2rem;font-weight:600}.room-modal-tags{flex-wrap:wrap;gap:.5rem;display:flex}.room-modal-tag{color:#1a1a1a;background:#f8f9fa;border-radius:20px;align-items:center;gap:.6rem;padding:.6rem 1rem;font-size:1.3rem;display:flex}.room-modal-stats{background:#f8f9fa;border-radius:.8rem;gap:2.5rem;margin-bottom:2rem;padding:1.5rem;display:flex}.room-modal-stat .stat-label{color:#666;margin-bottom:.4rem;font-size:1.2rem;display:block}.room-modal-stat .stat-value{color:#1a1a1a;align-items:center;gap:.6rem;font-size:1.4rem;font-weight:500;display:flex}.room-modal-features{gap:2rem;margin-bottom:2rem;display:flex}.room-modal-feature{color:#1a1a1a;align-items:center;gap:.5rem;font-size:1.4rem;display:flex}.room-modal-description{margin-bottom:2.5rem}.room-modal-description p{color:#666;font-size:1.4rem;line-height:1.7}.room-modal-facilities{margin-bottom:2.5rem}.room-modal-facilities h3{color:#1a1a1a;margin-bottom:1.5rem;font-size:1.6rem;font-weight:600}.room-modal-facilities-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.room-modal-facility{color:#1a1a1a;align-items:center;gap:1rem;font-size:1.4rem;display:flex}.room-modal-facility svg{color:#1a3250}.room-modal-key-features{margin-bottom:2.5rem}.room-modal-key-features h3{color:#1a1a1a;margin-bottom:1rem;font-size:1.6rem;font-weight:600}.room-modal-key-features ul{margin:0;padding:0;list-style:none}.room-modal-key-features ul li{color:#1a1a1a;align-items:center;gap:1rem;padding:.5rem 0;font-size:1.4rem;display:flex}.room-modal-key-features ul li svg{color:#1a3250;flex-shrink:0}.room-modal-policy h3{color:#1a1a1a;margin-bottom:.5rem;font-size:1.6rem;font-weight:600}.room-modal-policy p{color:#666;font-size:1.4rem}.payment-loading-screen{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:60vh;display:flex}.payment-loading-screen p{color:#666;font-size:1.4rem}.payment-page-wrapper{background:#f8f9fa;min-height:100vh}.payment-page{background:#f8f9fa;min-height:100vh;padding:10rem 2rem 4rem}@media (max-width:768px){.payment-page{padding:8rem 1.5rem 2rem}}.payment-wrapper{max-width:1100px;margin:0 auto}.back-button{color:#1a1a1a;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:.8rem;align-items:center;gap:.5rem;margin-bottom:2.5rem;padding:.75rem 1.25rem;font-size:1.3rem;font-weight:500;transition:all .3s;display:inline-flex}.back-button:hover{background:#f2f2f2;border-color:#c7c7c7}.payment-content{grid-template-columns:1fr 1.2fr;align-items:start;gap:2.5rem;display:grid}@media (max-width:900px){.payment-content{grid-template-columns:1fr}}.booking-summary-card{background:#fff;border-radius:1.2rem;padding:2.5rem;box-shadow:0 .2rem .8rem #0003}.booking-summary-card .summary-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.booking-summary-card .summary-header h2{color:#1a1a1a;margin:0;font-size:1.8rem;font-weight:700}.booking-summary-card .verified-badge{color:#16a34a;background:#dcfce7;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:1.2rem;font-weight:500;display:flex}.booking-summary-card .property-info{margin-bottom:2rem}.booking-summary-card .property-image{border-radius:1rem;width:100%;height:200px;margin-bottom:1.5rem;position:relative;overflow:hidden}.booking-summary-card .property-image img{object-fit:cover;width:100%;height:100%}.booking-summary-card .property-name{color:#1a1a1a;margin:0;font-size:1.6rem;font-weight:600;line-height:1.4}.booking-summary-card .booking-details-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem;display:grid}.booking-summary-card .detail-item{align-items:flex-start;gap:.75rem;display:flex}.booking-summary-card .detail-item .detail-icon{color:#1a3250;background:#f8f9fa;border-radius:.8rem;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.booking-summary-card .detail-item .detail-content .detail-label{color:#1a1a1a;margin-bottom:.15rem;font-size:1.2rem;font-weight:500;display:block}.booking-summary-card .detail-item .detail-content .detail-value{color:#000;font-size:1.3rem;font-weight:600;display:block}.booking-summary-card .detail-item{color:#1a1a1a}.price-breakdown{background:#f8f9fa;border-radius:1rem;margin-bottom:2rem;padding:2rem}.price-breakdown h4{color:#1a1a1a;margin:0 0 1.5rem;font-size:1.3rem;font-weight:600}.price-breakdown .price-row{justify-content:space-between;margin-bottom:.5rem;font-size:1.3rem;display:flex}.price-breakdown .price-row span:first-child{color:#1a1a1a;font-weight:500}.price-breakdown .price-row span:last-child{color:#666;font-weight:500}.price-breakdown .price-row.total{font-size:1.6rem;font-weight:700}.price-breakdown .price-row.total span:first-child{color:#1a1a1a}.price-breakdown .price-row.total span:last-child{color:#1a3250}.price-breakdown .price-divider{background:#e0e0e0;height:1px;margin:1.5rem 0}.trust-indicators .trust-item{color:#666;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.3rem;display:flex}.trust-indicators .trust-item svg{color:#22c55e}.trust-indicators .trust-item:last-child{margin-bottom:0}.payment-form-card{background:#fff;border-radius:1.2rem;padding:2.5rem;box-shadow:0 .2rem .8rem #0003}.payment-form-card .form-header{align-items:center;gap:.75rem;margin-bottom:2.5rem;display:flex}.payment-form-card .form-header svg{color:#1a3250}.payment-form-card .form-header h2{color:#1a1a1a;margin:0;font-size:1.8rem;font-weight:700}.payment-form-card .security-info{background:#f8f9fa;border-radius:.8rem;align-items:flex-start;gap:.75rem;margin-top:2rem;padding:1.5rem;display:flex}.payment-form-card .security-info svg{color:#22c55e;flex-shrink:0;margin-top:2px}.payment-form-card .security-info p{color:#666;margin:0;font-size:1.2rem;line-height:1.5}.payment-form-card .payment-methods{border-top:1px solid #e0e0e0;justify-content:center;align-items:center;gap:.75rem;margin-top:2rem;padding-top:2rem;display:flex}.payment-form-card .payment-methods span{color:#666;font-size:1.2rem}.payment-form-card .payment-methods .method-icons{align-items:center;gap:.5rem;display:flex}.payment-form-card .payment-methods .method-icons img{width:auto;height:20px}.stripe-checkout-form .guest-details-section{border-bottom:1px solid #e0e0e0;margin-bottom:2.5rem;padding-bottom:2rem}.stripe-checkout-form .guest-details-section h3{color:#1a1a1a;margin:0 0 1.5rem;font-size:1.5rem;font-weight:600}.stripe-checkout-form .guest-details-section .form-group{margin-bottom:1.5rem}.stripe-checkout-form .guest-details-section .form-group label{color:#666;margin-bottom:.5rem;font-size:1.3rem;font-weight:500;display:block}.stripe-checkout-form .guest-details-section .form-group input{color:#1a1a1a;background:#fff;border:1px solid #e0e0e0;border-radius:.8rem;width:100%;padding:1rem 1.25rem;font-size:1.4rem;transition:all .3s}.stripe-checkout-form .guest-details-section .form-group input::placeholder{color:#9ca3af}.stripe-checkout-form .guest-details-section .form-group input:focus{border-color:#1a3250;outline:none;box-shadow:0 0 0 3px #1a32501a}.stripe-checkout-form .card-input-section{margin-bottom:2rem}.stripe-checkout-form .card-input-section label{color:#1a1a1a;margin-bottom:.5rem;font-size:1.3rem;font-weight:500;display:block}.stripe-checkout-form .card-input-section .card-element-container{background:#fff;border:1px solid #e0e0e0;border-radius:.8rem;padding:1rem 1.25rem;transition:all .3s}.stripe-checkout-form .card-input-section .card-element-container:focus-within{border-color:#1a3250;box-shadow:0 0 0 3px #1a32501a}.stripe-checkout-form .error-alert{background:#fef2f2;border:1px solid #fecaca;border-radius:.8rem;align-items:center;gap:.75rem;margin-bottom:2rem;padding:1.5rem;display:flex}.stripe-checkout-form .error-alert svg{color:#dc2626;flex-shrink:0}.stripe-checkout-form .error-alert span{color:#dc2626;font-size:1.3rem}.stripe-checkout-form .test-card-notice{background:#fffbeb;border:1px solid #fcd34d;border-radius:.8rem;margin-bottom:2rem;padding:1.5rem}.stripe-checkout-form .test-card-notice .notice-header{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.stripe-checkout-form .test-card-notice .notice-header .notice-icon{font-size:1.25rem}.stripe-checkout-form .test-card-notice .notice-header strong{color:#92400e;font-size:1.3rem}.stripe-checkout-form .test-card-notice p{color:#a16207;margin:.25rem 0 0;font-size:1.2rem}.stripe-checkout-form .test-card-notice code{background:#00000014;border-radius:3px;padding:.15rem .4rem;font-family:monospace;font-size:1.2rem}.stripe-checkout-form .form-actions{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.stripe-checkout-form .form-actions .btn-cancel{color:#666;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:.8rem;flex:none;padding:1rem 1.5rem;font-size:1.4rem;font-weight:500;transition:all .3s}.stripe-checkout-form .form-actions .btn-cancel:hover:not(:disabled){background:#f2f2f2;border-color:#c7c7c7}.stripe-checkout-form .form-actions .btn-cancel:disabled{opacity:.6;cursor:not-allowed}.stripe-checkout-form .form-actions .btn-cancel.full-width{width:100%}.stripe-checkout-form .form-actions .btn-pay{color:#fff;cursor:pointer;background:#1a3250;border:none;border-radius:.8rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:1.4rem;font-weight:600;transition:all .3s;display:flex}.stripe-checkout-form .form-actions .btn-pay:hover:not(:disabled){background:#224166}.stripe-checkout-form .form-actions .btn-pay:disabled{opacity:.7;cursor:not-allowed}.stripe-checkout-form .form-actions .btn-pay.full-width{width:100%}.stripe-checkout-form .btn-pay.full-width,.stripe-checkout-form .btn-cancel.full-width{cursor:pointer;border-radius:.8rem;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-bottom:1.5rem;padding:1rem 1.5rem;font-size:1.4rem;font-weight:600;transition:all .3s;display:flex}.stripe-checkout-form .btn-pay.full-width{color:#fff;background:#1a3250;border:none}.stripe-checkout-form .btn-pay.full-width:hover:not(:disabled){background:#224166}.stripe-checkout-form .btn-pay.full-width:disabled{opacity:.7;cursor:not-allowed}.stripe-checkout-form .btn-cancel.full-width{color:#666;background:#fff;border:1px solid #e0e0e0}.stripe-checkout-form .btn-cancel.full-width:hover:not(:disabled){background:#f2f2f2}.stripe-checkout-form .btn-cancel.full-width:disabled{opacity:.6;cursor:not-allowed}.stripe-checkout-form .security-info{background:#f8f9fa;border-radius:.8rem;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;padding:1.5rem;display:flex}.stripe-checkout-form .security-info svg{color:#22c55e;flex-shrink:0;margin-top:2px}.stripe-checkout-form .security-info p{color:#666;margin:0;font-size:1.2rem;line-height:1.5}.stripe-checkout-form .payment-methods{border-top:1px solid #e0e0e0;justify-content:center;align-items:center;gap:.75rem;padding-top:1.5rem;display:flex}.stripe-checkout-form .payment-methods span{color:#666;font-size:1.2rem}.stripe-checkout-form .payment-methods .method-icons{align-items:center;gap:.5rem;display:flex}.stripe-checkout-form .payment-methods .method-icons img{width:auto;height:20px}.payment-error-container{text-align:center;background:#fff;border-radius:1.2rem;max-width:500px;margin:10rem auto;padding:4rem;box-shadow:0 .2rem .8rem #0003}.payment-error-container .error-icon{margin-bottom:2rem;font-size:3rem}.payment-error-container h2{color:#1a1a1a;margin:0 0 1rem;font-size:2rem;font-weight:700}.payment-error-container p{color:#666;margin-bottom:2rem}.payment-error-container .error-actions{justify-content:center;gap:1.5rem;display:flex}.payment-error-container .btn-secondary,.payment-error-container .btn-primary{cursor:pointer;border-radius:.8rem;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.4rem;font-weight:600;transition:all .3s;display:inline-flex}.payment-error-container .btn-secondary{color:#1a1a1a;background:#fff;border:1px solid #e0e0e0}.payment-error-container .btn-secondary:hover{background:#f2f2f2}.payment-error-container .btn-primary{color:#fff;background:#1a3250;border:none}.payment-error-container .btn-primary:hover{background:#224166}.loading-subtitle{color:gray;margin-top:.5rem;font-size:1.3rem}.confirmation-page{background:linear-gradient(#e8f5e9 0%,#f8f9fa 30%);min-height:100vh;padding:10rem 2rem 4rem}@media (max-width:768px){.confirmation-page{padding:8rem 1.5rem 2rem}}.confirmation-page.multi-room{background:linear-gradient(#e3f2fd 0%,#f8f9fa 30%)}.confirmation-page.multi-room .receipt-multi-badge{background:#fff3;border-radius:.8rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:1.3rem;font-weight:500;display:flex}.receipt-rooms-list{flex-direction:column;gap:1rem;display:flex}.receipt-room-item{background:#f8f9fa;border-radius:.8rem;align-items:center;gap:1.5rem;padding:1.5rem;display:flex}.receipt-room-item .room-number{color:#fff;background:#1a3250;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.3rem;font-weight:700;display:flex}.receipt-room-item .room-details{flex:1}.receipt-room-item .room-details h4{color:#1a1a1a;margin:0;font-size:1.3rem;font-weight:600}.receipt-room-item .room-details .room-ref{color:#666;margin:0;font-size:1.2rem}.receipt-room-item .room-price{color:#1a3250;font-size:1.3rem;font-weight:700}.receipt-references-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}.receipt-reference-item{background:#f8f9fa;border-radius:.8rem;flex-direction:column;padding:1rem;display:flex}.receipt-reference-item .ref-room{color:#666;font-size:1.2rem}.receipt-reference-item .ref-number{color:#1a1a1a;font-size:1.3rem;font-weight:600}.payment-page.multi-room .rooms-list-section{border-bottom:1px solid #e0e0e0;margin-bottom:2rem;padding-bottom:2rem}.payment-page.multi-room .rooms-list-section h3{color:#1a1a1a;margin:0 0 1.5rem;font-size:1.5rem;font-weight:600}.payment-page.multi-room .room-summary-item{background:#f8f9fa;border-radius:.8rem;align-items:center;gap:1.5rem;margin-bottom:1rem;padding:1.5rem;display:flex}.payment-page.multi-room .room-summary-item:last-child{margin-bottom:0}.payment-page.multi-room .room-summary-item .room-number{color:#fff;background:#1a3250;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.3rem;font-weight:700;display:flex}.payment-page.multi-room .room-summary-item .room-details{flex:1}.payment-page.multi-room .room-summary-item .room-details h4{color:#1a1a1a;margin:0;font-size:1.3rem;font-weight:600}.payment-page.multi-room .room-summary-item .room-details p{color:#666;margin:0;font-size:1.2rem}.payment-page.multi-room .room-summary-item .room-price-tag{color:#1a3250;font-size:1.3rem;font-weight:700}.payment-page.multi-room .room-summary-item .room-remove-btn{color:#666;cursor:pointer;background:0 0;border:none;border-radius:.8rem;justify-content:center;align-items:center;width:28px;height:28px;transition:all .3s;display:flex}.payment-page.multi-room .room-summary-item .room-remove-btn:hover{color:#dc2626;background:#fef2f2}.payment-page.multi-room .dates-banner{background:#f8f9fa;border-radius:1rem;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding:1.5rem;display:flex}.payment-page.multi-room .dates-banner .date-item{align-items:center;gap:.5rem;display:flex}.payment-page.multi-room .dates-banner .date-item svg{color:#1a3250}.payment-page.multi-room .dates-banner .date-item .date-label{color:#666;font-size:1.2rem;display:block}.payment-page.multi-room .dates-banner .date-item .date-value{color:#1a1a1a;font-size:1.3rem;font-weight:500;display:block}.payment-page.multi-room .dates-banner .date-arrow{color:#666;font-size:1.6rem}.payment-page.multi-room .stay-info{color:#666;border-bottom:1px solid #e0e0e0;justify-content:center;align-items:center;gap:.5rem;margin-bottom:2rem;padding:1rem 0 2rem;font-size:1.3rem;display:flex}.payment-page.multi-room .stay-info svg{color:#1a3250}.payment-page.multi-room .rooms-list{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.payment-page.multi-room .room-item{border:1px solid #e0e0e0;border-radius:1rem;overflow:hidden}.payment-page.multi-room .room-item .room-item-header{background:#f8f9fa;align-items:center;gap:1.5rem;padding:1.5rem;display:flex}.payment-page.multi-room .room-item .room-item-header .room-number{color:#fff;background:#1a3250;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.3rem;font-weight:700;display:flex}.payment-page.multi-room .room-item .room-item-header .room-info{flex:1}.payment-page.multi-room .room-item .room-item-header .room-info h4{color:#1a1a1a;margin:0;font-size:1.3rem;font-weight:600}.payment-page.multi-room .room-item .room-item-header .room-info p{color:#666;margin:0;font-size:1.2rem}.payment-page.multi-room .room-item .room-item-header .room-remove-btn{color:#666;cursor:pointer;background:0 0;border:none;border-radius:.8rem;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex}.payment-page.multi-room .room-item .room-item-header .room-remove-btn:hover{color:#dc2626;background:#fef2f2}.payment-page.multi-room .room-item .room-price-details{padding:1.5rem}.payment-page.multi-room .room-item .room-price-details .price-line{color:#666;justify-content:space-between;margin-bottom:.25rem;font-size:1.3rem;display:flex}.payment-page.multi-room .room-item .room-price-details .price-line.subtotal{color:#1a1a1a;border-top:1px dashed #e0e0e0;margin-top:1rem;padding-top:1rem}.payment-page.multi-room .grand-total{color:#fff;background:#1a3250;border-radius:1rem;justify-content:space-between;margin-bottom:2rem;padding:2rem;display:flex}.payment-page.multi-room .grand-total span{font-size:1.6rem;font-weight:500}.payment-page.multi-room .grand-total strong{font-size:2rem;font-weight:700}.confirmation-wrapper{max-width:700px;margin:0 auto}.confirmation-header{text-align:center;margin-bottom:3rem}.confirmation-header .success-icon-wrapper{color:#22c55e;margin-bottom:1.5rem}.confirmation-header h1{color:#1a1a1a;margin:0 0 1rem;font-size:2.2rem;font-weight:700}.confirmation-header p{color:#666;margin:0;font-size:1.6rem}.confirmation-receipt{background:#fff;border-radius:1.2rem;margin-bottom:2.5rem;overflow:hidden;box-shadow:0 .4rem 2rem #0000004d}.receipt-top{color:#fff;background:#1a3250;justify-content:space-between;align-items:flex-start;padding:2.5rem;display:flex}.receipt-top .receipt-brand h2{margin:0;font-size:2rem;font-weight:700}.receipt-top .receipt-brand span{opacity:.8;font-size:1.3rem}.receipt-top .receipt-ref{text-align:right}.receipt-top .receipt-ref .ref-label{opacity:.8;margin-bottom:.25rem;font-size:1.2rem;display:block}.receipt-top .receipt-ref .ref-number{background:#fff3;border-radius:.8rem;padding:.5rem 1rem;font-size:1.6rem;font-weight:700;display:block}.receipt-body{padding:2.5rem}.receipt-section{border-bottom:1px solid #e0e0e0;margin-bottom:2rem;padding-bottom:2rem}.receipt-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.receipt-section h4{color:#666;text-transform:uppercase;letter-spacing:1px;margin:0 0 1rem;font-size:1.2rem;font-weight:700}.receipt-section .property-name{color:#1a1a1a;margin:0;font-size:1.6rem;font-weight:600}.receipt-info-row{justify-content:space-between;padding:.5rem 0;font-size:1.3rem;display:flex}.receipt-info-row span:first-child{color:#666}.receipt-info-row span:last-child{color:#1a1a1a;font-weight:500}.stay-dates{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.stay-date-item{background:#f8f9fa;border-radius:.8rem;align-items:flex-start;gap:.75rem;padding:1.5rem;display:flex}.stay-date-item svg{color:#1a3250;margin-top:.25rem}.stay-date-item .date-type{color:#666;text-transform:uppercase;font-size:1.2rem;display:block}.stay-date-item .date-value{color:#1a1a1a;font-size:1.3rem;font-weight:600;display:block}.stay-date-item .date-time{color:#666;font-size:1.2rem;display:block}.total-section .receipt-total-row{border-top:2px solid #e0e0e0;justify-content:space-between;margin-top:1rem;padding:1.5rem 0 0;display:flex}.total-section .receipt-total-row span{color:#1a1a1a;font-size:1.6rem;font-weight:500}.total-section .receipt-total-row strong{color:#1a3250;font-size:2rem;font-weight:700}.receipt-footer{text-align:center;background:#f8f9fa;padding:2rem 2.5rem}.receipt-footer p{color:#666;margin:.25rem 0;font-size:1.3rem}.confirmation-actions{gap:1.5rem;margin-bottom:2.5rem;display:flex}@media (max-width:640px){.confirmation-actions{flex-direction:column}}.action-btn{cursor:pointer;border-radius:.8rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:1.3rem;font-weight:600;transition:all .3s;display:flex}.action-btn.primary{color:#fff;background:#1a3250;border:none}.action-btn.primary:hover:not(:disabled){background:#224166}.action-btn.primary:disabled{opacity:.7;cursor:not-allowed}.action-btn.secondary{color:#1a1a1a;background:#fff;border:1px solid #e0e0e0}.action-btn.secondary:hover{background:#f2f2f2}.confirmation-info-box{background:#fff;border-radius:1.2rem;padding:2.5rem;box-shadow:0 .2rem .8rem #0003}.confirmation-info-box h3{color:#1a1a1a;margin:0 0 1.5rem;font-size:1.5rem;font-weight:600}.confirmation-info-box ul{margin:0;padding:0;list-style:none}.confirmation-info-box li{color:#666;border-bottom:1px solid #e0e0e0;align-items:center;gap:.75rem;padding:.75rem 0;font-size:1.3rem;display:flex}.confirmation-info-box li:last-child{border-bottom:none}.confirmation-info-box li svg{color:#22c55e}.spin{animation:1s linear infinite spin}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:62.5%}body{color:#333;font-family:Metrophobic,sans-serif;font-size:1.6rem;line-height:1.6;overflow-x:hidden}body.navbar-scroll-lock{width:100%;position:fixed;overflow:hidden}
