@charset "UTF-8";*,::after,::before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Montserrat,sans-serif;color:#000;background:#fafaf8;line-height:1.6;overflow:unset}h1,h2,h3,h4,h5,h6{line-height:1.2;color:#000}a{text-decoration:none;color:inherit;transition:color .2s}a:hover{color:#f26530}main{padding-top:0;overflow-x:hidden}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1248px}}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f5f3ef}::-webkit-scrollbar-thumb{background:#737373;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#1a1a1a}::selection{background:rgba(232,0,27,.15);color:#e8001b}:focus-visible{outline:2px solid #e8001b;outline-offset:3px;border-radius:4px}:focus:not(:focus-visible){outline:0}.topbar{position:relative;background:#fff;color:#fff;font-size:14px;font-weight:500;border-bottom:solid 1px #e4e6e8;padding:10px 0;z-index:30;max-height:60px;overflow:hidden;transition:max-height .4s cubic-bezier(.16,1,.3,1),padding .4s cubic-bezier(.16,1,.3,1),opacity .2s,border-color .2s}.header.scrolled .topbar{max-height:0;padding-top:0;padding-bottom:0;opacity:0;border-bottom-color:transparent}.topbar__inner{display:flex;align-items:center;justify-content:space-between;height:auto}.topbar__left{display:flex;align-items:center;gap:1.25rem}.topbar__item{display:flex;align-items:center;gap:.375rem;color:#000;text-decoration:none;transition:color .2s}.topbar__item:hover{color:#f26530}.topbar__right{display:flex;align-items:center;gap:1.25rem}@media (max-width:767.98px){.topbar__right{display:none}}.topbar__link{color:#000;text-decoration:none;transition:color .2s}.topbar__link:hover{color:#f26530}@media (max-width:767.98px){.topbar{display:none}}.header{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid rgba(0,0,0,.06);transition:transform .4s cubic-bezier(.16,1,.3,1)}.header.scrolled{position:fixed;width:100%}.header--hidden{transform:translateY(-100%)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:auto;padding:20px 0}@media (max-width:991.98px){.header__inner{height:auto}}.header__center{display:flex;align-items:center;justify-content:space-between;height:auto}@media (max-width:991.98px){.header__center{height:auto}}.header__logo{display:flex;align-items:center;text-decoration:none;letter-spacing:1px}.header__logo:hover{color:#f26530}.header__logo img{height:56px}.header__logo-icon{font-size:1.5rem}.header__nav{display:flex;align-items:center;gap:0;list-style:none;margin:0 0 0 10px;padding:0}@media (max-width:991.98px){.header__nav{display:none}}.header__nav-item{position:relative}.header__nav-item--dropdown:hover>.header__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.header__nav-link{display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;color:#000;text-decoration:none;padding:.5rem .875rem;border-radius:8px;transition:color .2s,background .2s;white-space:nowrap}.header__nav-link--active,.header__nav-link:hover{color:#f26530}.header__nav-link--dev{gap:.3rem;font-size:.775rem;font-weight:600;color:#e8a500!important;background:rgba(232,165,0,.08);border:1px solid rgba(232,165,0,.25);border-radius:999px;padding:.2rem .7rem}.header__nav-link--dev:hover{background:rgba(232,165,0,.15);color:#f0b800!important}.header__nav-chevron{opacity:.5;transition:transform .2s}.header__nav-item--dropdown:hover .header__nav-chevron{transform:rotate(180deg);opacity:1}.header__dropdown{position:absolute;top:100%;left:0;min-width:200px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:8px;box-shadow:0 8px 30px rgba(0,0,0,.08);padding:.5rem 0;list-style:none;margin:0;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s,visibility .2s,transform .2s}.header__dropdown-link{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.625rem 1rem;font-size:.8125rem;color:#000;text-decoration:none;transition:background .2s,color .2s}.header__dropdown-link:hover{background:rgba(242,101,48,.07);color:#f26530}.header__dropdown-item--has-sub{position:relative}.header__dropdown-item--has-sub:hover>.header__dropdown--sub{opacity:1;visibility:visible;transform:translateX(0)}.header__dropdown-chevron{font-size:.65rem;opacity:.5}.header__dropdown--sub{top:-.5rem;left:100%;transform:translateX(8px)}@media (max-width:1199.98px){.header__dropdown--sub{left:auto;right:100%;transform:translateX(-8px)}}.header__actions{display:flex;align-items:center;gap:.75rem}.header__currency{position:relative}.header__currency-trigger{display:flex;align-items:center;gap:.3rem;background:0 0;border:1px solid rgba(0,0,0,.06);border-radius:8px;padding:.3rem .5rem;cursor:pointer;font-size:.75rem;font-weight:600;color:#000;letter-spacing:.04em;transition:border-color .2s,background .2s;white-space:nowrap;line-height:1}.header__currency-trigger:hover{border-color:#f26530;background:rgba(242,101,48,.05)}.header__currency--open .header__currency-trigger{border-color:#f26530;background:rgba(242,101,48,.05)}.header__currency-label{font-size:.75rem}.header__currency-dropdown{position:absolute;top:calc(100% + 6px);right:0;min-width:90px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:8px;box-shadow:0 8px 30px rgba(0,0,0,.08);padding:.375rem 0;z-index:1100;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s,visibility .2s,transform .2s}.header__currency--open .header__currency-dropdown,.header__currency:hover .header__currency-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.header__currency-option{display:flex;align-items:center;width:100%;padding:.5rem .875rem;background:0 0;border:none;text-align:left;font-size:.8125rem;font-weight:500;color:#000;cursor:pointer;letter-spacing:.03em;transition:background .2s}.header__currency-option:hover{background:rgba(242,101,48,.06)}.header__currency-option--active{color:#f26530;font-weight:600}.header__lang{position:relative}.header__lang-trigger{display:flex;align-items:center;gap:.3rem;background:0 0;border:1px solid rgba(0,0,0,.06);border-radius:8px;padding:.3rem .5rem;cursor:pointer;font-size:.875rem;font-weight:500;color:#000;transition:border-color .2s,background .2s;white-space:nowrap;line-height:1}.header__lang-trigger:hover{border-color:#f26530;background:rgba(242,101,48,.05)}.header__lang--open .header__lang-trigger{border-color:#f26530;background:rgba(242,101,48,.05)}.header__lang-flag{width:20px;height:14px;object-fit:cover;border-radius:2px;display:block;flex-shrink:0}.header__lang-label{font-size:.75rem;letter-spacing:.03em}@media (max-width:575.98px){.header__lang-label{display:none}}.header__lang-chevron{opacity:.6;transition:transform .2s}.header__lang--open .header__lang-chevron{transform:rotate(180deg);opacity:1}.header__lang-dropdown{position:absolute;top:calc(100% + 6px);right:0;min-width:160px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:8px;box-shadow:0 8px 30px rgba(0,0,0,.08);padding:.375rem 0;list-style:none;margin:0;z-index:1100;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s,visibility .2s,transform .2s}.header__lang--open .header__lang-dropdown,.header__lang:hover .header__lang-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.header__lang-option{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .875rem;background:0 0;border:none;text-align:left;font-size:.8125rem;color:#000;cursor:pointer;transition:background .2s,color .2s}.header__lang-option:hover{background:rgba(242,101,48,.07);color:#f26530}.header__lang-option--active{color:#f26530;font-weight:600;background:rgba(242,101,48,.07)}.header__cta{font-size:.8125rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#f26530 0,#f26530 100%);border:none;border-radius:12px;padding:.5rem 1.25rem;text-decoration:none;transition:opacity .2s;cursor:pointer}.header__cta:hover{opacity:.9;color:#fff}@media (max-width:767.98px){.header__cta{display:none}}.header__profile{position:relative}@media (max-width:767.98px){.header__profile{display:none}}.header__profile-trigger{display:flex;align-items:center;gap:.4rem;background:0 0;border:1px solid rgba(0,0,0,.06);border-radius:100px;padding:.25rem .625rem .25rem .25rem;cursor:pointer;transition:border-color .2s,background .2s}.header__profile-trigger:hover{border-color:#f26530;background:rgba(242,101,48,.05)}.header__profile--open .header__profile-trigger{border-color:#f26530;background:rgba(242,101,48,.05)}.header__profile-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}.header__profile-initials{width:28px;height:28px;border-radius:50%;background:#f26530;color:#fff;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;line-height:1}.header__profile-name{font-size:.8125rem;font-weight:500;color:#000;max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header__profile-chevron{opacity:.6;transition:transform .2s;flex-shrink:0}.header__profile--open .header__profile-chevron{transform:rotate(180deg);opacity:1}.header__profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:8px;box-shadow:0 8px 30px rgba(0,0,0,.08);overflow:hidden;z-index:1100;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s,visibility .2s,transform .2s}.header__profile--open .header__profile-dropdown,.header__profile:hover .header__profile-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.header__profile-info{padding:.75rem 1rem .625rem}.header__profile-info-name{font-size:.875rem;font-weight:600;color:#000;margin:0 0 .125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header__profile-info-email{font-size:.75rem;color:#1a1a1a;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header__profile-divider{height:1px;background:rgba(0,0,0,.06);margin:0}.header__profile-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.625rem 1rem;font-size:.8125rem;color:#000;text-decoration:none;background:0 0;border:none;text-align:left;cursor:pointer;transition:background .2s,color .2s}.header__profile-item:hover{background:rgba(242,101,48,.07);color:#f26530}.header__profile-item--logout{color:#e53935}.header__profile-item--logout:hover{background:rgba(229,57,53,.07);color:#e53935}.header__hamburger{display:none;background:0 0;border:none;padding:.5rem;color:#000}@media (max-width:991.98px){.header__hamburger{display:flex}}.mobile-menu-overlay{position:fixed;inset:0;background:rgba(26,26,26,.5);z-index:1200;opacity:0;visibility:hidden;transition:opacity .4s cubic-bezier(.16,1,.3,1),visibility .4s cubic-bezier(.16,1,.3,1)}.mobile-menu-overlay--open{opacity:1;visibility:visible}.mobile-menu{position:fixed;top:0;right:0;bottom:0;width:85%;max-width:340px;background:#fff;z-index:1300;overflow-y:auto;transform:translateX(100%);transition:transform .4s cubic-bezier(.16,1,.3,1);box-shadow:0 16px 48px rgba(0,0,0,.1)}.mobile-menu--open{transform:translateX(0)}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.06)}.mobile-menu__header img{height:40px}.mobile-menu__close{background:0 0;border:none;font-size:1.25rem;color:#000;padding:.5rem;cursor:pointer;line-height:1}.mobile-menu__nav{list-style:none;padding:1rem 0;margin:0}.mobile-menu__link{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:500;color:#000;text-decoration:none;background:0 0;border:none;text-align:left;border-bottom:1px solid rgba(0,0,0,.06);transition:background .2s;cursor:pointer}.mobile-menu__link--sub{padding-left:2.5rem;font-size:.875rem;font-weight:400;color:#1a1a1a}.mobile-menu__link--sub2{padding-left:3.5rem;font-size:.8125rem;font-weight:400;color:#737373}.mobile-menu__link--active,.mobile-menu__link:hover{background:rgba(242,101,48,.07);color:#f26530}.mobile-menu__link--dev{color:#e8a500;border-bottom-color:rgba(232,165,0,.15);background:rgba(232,165,0,.04)}.mobile-menu__link--dev:hover{background:rgba(232,165,0,.1);color:#f0b800}.mobile-menu__toggle-icon{font-size:.75rem;opacity:.5;transition:transform .2s;flex-shrink:0}.mobile-menu__item--has-sub--open>.mobile-menu__toggle>.mobile-menu__toggle-icon{transform:rotate(180deg)}.mobile-menu__item--has-sub--open>.mobile-menu__sub{max-height:320px}.mobile-menu__sub{list-style:none;padding:0;margin:0;max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.16,1,.3,1)}.mobile-menu__sub--nested{background:#f5f3ef}.mobile-menu__footer{padding:1.5rem}.mobile-menu__footer .mobile-menu__link:last-child{border-bottom:none}.mobile-menu__account{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.mobile-menu__account-avatar{width:40px;height:40px;border-radius:50%;background:#f26530;color:#fff;font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-menu__account-info{min-width:0}.mobile-menu__account-info strong{display:block;font-size:.9375rem;font-weight:600;color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-menu__account-info span{display:block;font-size:.75rem;color:#737373;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-menu__link--logout{color:#e53935}.mobile-menu__link--logout:hover{background:rgba(229,57,53,.07);color:#e53935}.mobile-menu__cta{display:block;width:100%;text-align:center;font-size:.875rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#f26530 0,#f26530 100%);border:none;border-radius:12px;padding:.75rem 1.25rem;text-decoration:none;cursor:pointer}.login-modal-overlay{position:fixed;inset:0;background:rgba(26,26,26,.5);z-index:1400;opacity:0;visibility:hidden;transition:opacity .4s cubic-bezier(.16,1,.3,1),visibility .4s cubic-bezier(.16,1,.3,1)}.login-modal-overlay--open{opacity:1;visibility:visible}.login-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-48%) scale(.96);width:90%;max-width:400px;max-height:90vh;overflow-y:auto;background:#fff;border-radius:20px;box-shadow:0 16px 48px rgba(0,0,0,.1);padding:2rem 1.75rem 1.75rem;z-index:1500;opacity:0;visibility:hidden;transition:opacity .4s cubic-bezier(.16,1,.3,1),visibility .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1)}.login-modal--open{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.login-modal__close{position:absolute;top:1rem;right:1rem;background:0 0;border:none;font-size:1.125rem;color:#737373;cursor:pointer;padding:.375rem;line-height:1}.login-modal__close:hover{color:#000}.login-modal__head{text-align:center;margin-bottom:1.5rem}.login-modal__logo{height:40px;margin-bottom:1rem}.login-modal__title{font-family:Montserrat,sans-serif;font-size:1.375rem;font-weight:700;color:#000;margin:0 0 .375rem}.login-modal__subtitle{font-size:.875rem;color:#737373;margin:0}.login-modal__field{margin-bottom:1rem}.login-modal__label{display:block;font-size:.8125rem;font-weight:500;color:#000;margin-bottom:.375rem}.login-modal__input{width:100%;padding:.625rem .875rem;font-size:.875rem;font-family:Montserrat,sans-serif;color:#000;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:8px;transition:border-color .2s}.login-modal__input:focus{outline:0;border-color:#f26530}.login-modal__meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;font-size:.8125rem}.login-modal__remember{display:flex;align-items:center;gap:.4rem;color:#1a1a1a;cursor:pointer}.login-modal__forgot{color:#f26530;text-decoration:none}.login-modal__forgot:hover{text-decoration:underline}.login-modal__submit{width:100%;padding:.75rem;font-size:.9375rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#f26530 0,#f26530 100%);border:none;border-radius:12px;cursor:pointer;transition:opacity .2s}.login-modal__submit:hover{opacity:.9}.login-modal__switch{text-align:center;font-size:.8125rem;color:#737373;margin:1.25rem 0 0}.login-modal__switch-link{color:#f26530;font-weight:600;text-decoration:none}.login-modal__switch-link:hover{text-decoration:underline}.breadcrumbs__list{display:flex;align-items:center;flex-wrap:wrap;gap:.375rem .5rem;list-style:none;margin:0;padding:0;font-family:Montserrat,sans-serif;font-size:.875rem;font-weight:500}.breadcrumbs__item{display:inline-flex;align-items:center;color:#737373;min-width:0}.breadcrumbs__item+.breadcrumbs__item::before{content:"\f054";font-family:"Font Awesome 6 Free";font-weight:900;font-size:.625rem;color:#737373;margin-right:.5rem;flex-shrink:0}.breadcrumbs__item a{display:inline-flex;align-items:center;gap:.375rem;color:#737373;text-decoration:none;transition:color .2s}.breadcrumbs__item a:hover{color:#e8001b}.breadcrumbs__item--current,.breadcrumbs__item[aria-current=page]{color:#000;font-weight:600;overflow:hidden}.breadcrumbs__item--current span,.breadcrumbs__item[aria-current=page] span{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;max-width:480px}.section-hero{display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.section-hero .hero-slider{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.section-hero .hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transform:scale(1.05);transition:opacity 1s ease,transform 6s ease}.section-hero .hero-slide.active{opacity:1;transform:scale(1)}.section-hero .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(26,26,26,.6) 0,rgba(26,26,26,.3) 40%,rgba(26,26,26,.5) 100%);z-index:1}.section-hero .hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;text-align:center;color:#fff;max-width:900px;width:100%;padding:0 20px}.section-hero .hero-badge{display:inline-block;border:1px solid rgba(212,160,23,.6);padding:8px 30px;font-family:Montserrat,sans-serif;font-size:.8rem;letter-spacing:4px;text-transform:uppercase;color:#d4a017;margin-bottom:30px}.section-hero .hero-title{font-family:Montserrat,sans-serif;font-size:4.5rem;font-weight:700;line-height:1.1;margin-bottom:20px;text-shadow:0 4px 30px rgba(0,0,0,.5)}.section-hero .hero-title span{color:#d4a017;display:block;font-size:5rem}.section-hero .hero-subtitle{font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:300;letter-spacing:6px;text-transform:uppercase;color:rgba(255,255,255,.8);margin-bottom:40px}.section-hero .hero-divider{width:80px;height:2px;background:#d4a017;margin:0 auto 30px}.section-hero .hero-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.section-hero .hero-slider-nav{position:absolute;bottom:80px;left:50%;transform:translateX(-50%);z-index:3;display:flex;align-items:center;gap:15px}.section-hero .hero-slider-nav .slider-next,.section-hero .hero-slider-nav .slider-prev{width:40px;height:40px;border:1px solid rgba(255,255,255,.4);background:rgba(255,255,255,.1);color:#fff;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.8rem;transition:all .3s ease;backdrop-filter:blur(4px)}.section-hero .hero-slider-nav .slider-next:hover,.section-hero .hero-slider-nav .slider-prev:hover{background:#d4a017;border-color:#d4a017}.section-hero .hero-slider-nav .slider-dots{display:flex;gap:8px}.section-hero .hero-slider-nav .slider-dots .slider-dot{width:10px;height:10px;border-radius:50%;border:1px solid rgba(255,255,255,.5);background:0 0;cursor:pointer;transition:all .3s ease;padding:0}.section-hero .hero-slider-nav .slider-dots .slider-dot.active{background:#d4a017;border-color:#d4a017;transform:scale(1.2)}.section-hero .hero-slider-nav .slider-dots .slider-dot:hover{background:rgba(255,255,255,.4)}@keyframes float-particle{0%{transform:translateY(0) translateX(0);opacity:0}10%{opacity:1}90%{opacity:1}100%{transform:translateY(-100vh) translateX(50px);opacity:0}}.section-intro{background:#fff;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.section-intro .intro-bg-pattern{position:absolute;top:0;right:0;width:70%;height:100%;z-index:0;overflow:hidden;mask-image:linear-gradient(to left,rgba(0,0,0,.6) 30%,transparent 100%);-webkit-mask-image:linear-gradient(to left,rgba(0,0,0,.6) 30%,transparent 100%)}.section-intro .intro-bg-pattern::before{content:"";position:absolute;top:-50%;right:-20%;width:150%;height:200%;background-image:linear-gradient(45deg,rgba(212,160,23,.12) 1px,transparent 1px),linear-gradient(-45deg,rgba(212,160,23,.12) 1px,transparent 1px),linear-gradient(45deg,transparent 48%,rgba(212,160,23,.25) 48%,rgba(212,160,23,.25) 52%,transparent 52%),linear-gradient(-45deg,transparent 48%,rgba(212,160,23,.25) 48%,rgba(212,160,23,.25) 52%,transparent 52%);background-size:60px 60px;transform:perspective(600px) rotateX(30deg) rotateZ(-10deg);transform-origin:top right}.section-intro .intro-bg-pattern::after{content:"";position:absolute;top:-50%;right:-20%;width:150%;height:200%;background-image:radial-gradient(circle 3px at center,rgba(212,160,23,.4) 0,rgba(212,160,23,.4) 100%,transparent 100%);background-size:60px 60px;transform:perspective(600px) rotateX(30deg) rotateZ(-10deg);transform-origin:top right}.section-intro .intro-wrapper{position:relative;z-index:1;display:flex;align-items:center;gap:80px;max-width:1300px;margin:0 auto;padding:0 40px}.section-intro .intro-content{flex:1}.section-intro .intro-content .section-label{font-family:Montserrat,sans-serif;font-size:1.1rem;color:#d4a017;text-transform:uppercase;letter-spacing:3px;margin-bottom:.5rem}.section-intro .intro-content .section-heading{font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:700;color:#1a1a1a;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;position:relative}@media (max-width:768px){.section-intro .intro-content .section-heading{font-size:1.8rem}}.section-intro .intro-content .section-heading{text-align:left;line-height:1.2}.section-intro .intro-content .intro-divider{width:60px;height:3px;background:linear-gradient(90deg,#d4a017,#fef9e7);margin:20px 0 25px}.section-intro .intro-content p{color:#737373;font-size:.95rem;line-height:1.9;margin-bottom:30px}.section-intro .intro-content .intro-stats{display:flex;gap:40px;margin-bottom:35px;padding:25px 0;border-top:1px solid rgba(212,160,23,.15);border-bottom:1px solid rgba(212,160,23,.15)}.section-intro .intro-content .intro-stat{text-align:center}.section-intro .intro-content .intro-stat .stat-number{display:block;font-family:Montserrat,sans-serif;font-size:2.2rem;font-weight:700;color:#d4a017;line-height:1}.section-intro .intro-content .intro-stat .stat-label{display:block;font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:500;color:#6c757d;text-transform:uppercase;letter-spacing:1px;margin-top:6px}.section-intro .intro-content .btn-gold{display:inline-flex;align-items:center}.section-intro .intro-content .btn-gold i{transition:transform .3s ease}.section-intro .intro-content .btn-gold:hover i{transform:translateX(5px)}.section-intro .intro-image{flex:1.1;position:relative}.section-intro .intro-image .intro-image-frame{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 25px 60px rgba(0,0,0,.12),0 0 0 1px rgba(212,160,23,.1)}.section-intro .intro-image .intro-image-frame::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent 60%,rgba(26,26,26,.15) 100%);pointer-events:none}.section-intro .intro-image .intro-image-frame img{width:100%;display:block;transition:transform .6s ease}.section-intro .intro-image:hover .intro-image-frame img{transform:scale(1.03)}.section-intro .intro-image .intro-badge{position:absolute;bottom:-15px;left:-15px;background:#1a1a1a;color:#fff;padding:18px 22px;border-radius:6px;display:flex;align-items:center;gap:12px;box-shadow:0 10px 30px rgba(26,26,26,.3)}.section-intro .intro-image .intro-badge i{font-size:1.4rem;color:#d4a017}.section-intro .intro-image .intro-badge span{font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;line-height:1.4}.section-overview{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.section-overview .overview-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;transform:scale(1.05);transition:transform 8s ease}.section-overview .overview-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(26,26,26,.92) 0,rgba(26,26,26,.88) 50%,rgba(26,26,26,.92) 100%);z-index:1}.section-overview .overview-wrapper{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 30px;width:100%}.section-overview .overview-header{text-align:center;margin-bottom:60px}.section-overview .overview-header .section-label{font-family:Montserrat,sans-serif;font-size:1.1rem;color:#d4a017;text-transform:uppercase;letter-spacing:3px;margin-bottom:.5rem;color:#d4a017}.section-overview .overview-header .section-heading{font-family:Montserrat,sans-serif;font-size:2.8rem;font-weight:800;color:#fff;margin-bottom:20px;letter-spacing:1px}.section-overview .overview-header .overview-desc{max-width:650px;margin:0 auto;color:rgba(255,255,255,.7);font-size:1rem;line-height:1.8}.section-overview .overview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:50px}.section-overview .overview-card{position:relative;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:40px 28px 35px;text-align:center;backdrop-filter:blur(10px);transition:all .4s cubic-bezier(.25,.46,.45,.94);overflow:hidden}.section-overview .overview-card::before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,transparent,#d4a017,transparent);opacity:0;transition:opacity .4s ease}.section-overview .overview-card:hover{background:rgba(255,255,255,.1);border-color:rgba(212,160,23,.3);transform:translateY(-8px)}.section-overview .overview-card:hover::before{opacity:1}.section-overview .overview-card:hover .overview-card-icon{transform:scale(1.15) rotateY(180deg);color:#d4a017}.section-overview .overview-card:hover .overview-card-number{color:#d4a017}.section-overview .overview-card .overview-card-icon{font-size:1.6rem;color:rgba(212,160,23,.6);margin-bottom:15px;transition:all .5s ease;display:inline-block}.section-overview .overview-card .overview-card-number{font-family:Montserrat,sans-serif;font-size:3.2rem;font-weight:800;color:#fff;line-height:1;margin-bottom:8px;transition:color .4s ease}.section-overview .overview-card .overview-card-number small{font-size:1.2rem;font-weight:600;opacity:.7;margin-left:2px}.section-overview .overview-card h3{font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:2.5px;color:#d4a017;margin-bottom:14px}.section-overview .overview-card p{font-size:.85rem;color:rgba(255,255,255,.55);line-height:1.7;margin:0}.section-overview .overview-cta{text-align:center}.section-overview .overview-cta .btn{margin:0 8px;padding:14px 36px;font-size:.85rem;letter-spacing:1px}.section-overview .overview-cta .btn-outline-light{border:1px solid rgba(255,255,255,.3);color:#fff;background:0 0;border-radius:4px;transition:all .3s ease}.section-overview .overview-cta .btn-outline-light:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.6)}.section-location{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#1a1a1a}.section-location .location-mapbox{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.section-location .map-overlay-gradient{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none;background:linear-gradient(to right,rgba(26,26,26,.6) 0,transparent 30%,transparent 70%,rgba(26,26,26,.3) 100%),linear-gradient(to bottom,rgba(26,26,26,.5) 0,transparent 20%,transparent 80%,rgba(26,26,26,.4) 100%)}.section-location .leaflet-marker-main{display:flex;flex-direction:column;align-items:center;cursor:pointer;background:0 0!important;border:none!important}.section-location .leaflet-marker-main .marker-icon{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#d4a017,rgb(165.9914893617,125.2765957447,18.0085106383));display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(212,160,23,.5),0 0 0 4px rgba(255,255,255,.3);position:relative;z-index:2}.section-location .leaflet-marker-main .marker-icon i{font-size:1.3rem;color:#fff}.section-location .leaflet-marker-main .marker-pulse-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;border-radius:50%;background:rgba(212,160,23,.15);animation:leaflet-pulse 2s ease-out infinite;z-index:1}.section-location .leaflet-marker-main .marker-pulse-ring::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:55px;height:55px;border-radius:50%;background:rgba(212,160,23,.2);animation:leaflet-pulse 2s ease-out .4s infinite}.section-location .leaflet-marker-main .marker-label{margin-top:10px;background:#1a1a1a;padding:8px 16px;border-radius:8px;text-align:center;white-space:nowrap;box-shadow:0 8px 25px rgba(0,0,0,.3);position:relative}.section-location .leaflet-marker-main .marker-label::before{content:"";position:absolute;top:-6px;left:50%;transform:translateX(-50%);border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #1a1a1a}.section-location .leaflet-marker-main .marker-label strong{display:block;font-family:Montserrat,sans-serif;font-size:.85rem;font-weight:700;color:#d4a017;letter-spacing:1px}.section-location .leaflet-marker-main .marker-label span{display:block;font-family:Montserrat,sans-serif;font-size:.6rem;color:rgba(255,255,255,.7);margin-top:2px}@keyframes leaflet-pulse{0%{transform:translate(-50%,-50%) scale(.6);opacity:1}100%{transform:translate(-50%,-50%) scale(1.5);opacity:0}}.section-location .leaflet-marker-dest{cursor:pointer;position:relative;background:0 0!important;border:none!important}.section-location .leaflet-marker-dest .marker-dot{width:14px;height:14px;border-radius:50%;background:#fff;border:3px solid #d4a017;box-shadow:0 2px 10px rgba(0,0,0,.3);transition:all .3s ease}.section-location .leaflet-marker-dest .marker-tooltip{position:absolute;bottom:100%;left:50%;transform:translateX(-50%);margin-bottom:10px;background:rgba(26,26,26,.95);backdrop-filter:blur(10px);padding:10px 16px;border-radius:10px;display:flex;align-items:center;gap:12px;white-space:nowrap;box-shadow:0 8px 30px rgba(0,0,0,.25);border:1px solid rgba(212,160,23,.2);opacity:.85;transition:all .3s ease}.section-location .leaflet-marker-dest .marker-tooltip::after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid rgba(26,26,26,.95)}.section-location .leaflet-marker-dest .marker-tooltip .tooltip-time{font-family:Montserrat,sans-serif;font-size:1.4rem;font-weight:800;color:#d4a017;line-height:1}.section-location .leaflet-marker-dest .marker-tooltip .tooltip-time small{font-size:.55rem;font-weight:600;font-family:Montserrat,sans-serif;text-transform:uppercase;letter-spacing:.5px;opacity:.7;margin-left:2px}.section-location .leaflet-marker-dest .marker-tooltip .tooltip-text{font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:600;color:#fff;border-left:1px solid rgba(255,255,255,.15);padding-left:12px}.section-location .leaflet-marker-dest:hover{z-index:1000!important}.section-location .leaflet-marker-dest:hover .marker-dot{transform:scale(1.4);background:#d4a017;border-color:#fff}.section-location .leaflet-marker-dest:hover .marker-tooltip{opacity:1;transform:translateX(-50%) translateY(-4px)}.section-location .leaflet-control-attribution{display:none}.section-location .leaflet-control-zoom{border:none!important;box-shadow:0 4px 15px rgba(0,0,0,.3)!important}.section-location .leaflet-control-zoom a{background:rgba(26,26,26,.9)!important;color:#fff!important;border:none!important;backdrop-filter:blur(10px)}.section-location .leaflet-control-zoom a:hover{background:#1a1a1a!important;color:#d4a017!important}.section-location .location-header-overlay{position:absolute;top:40px;left:50px;z-index:5}.section-location .location-header-overlay .section-label{font-family:Montserrat,sans-serif;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:3px;color:#d4a017;margin-bottom:8px}.section-location .location-header-overlay .section-heading{font-family:Montserrat,sans-serif;font-size:2.4rem;font-weight:800;color:#fff;line-height:1.15;text-shadow:0 2px 20px rgba(0,0,0,.4)}.section-location .location-legend{position:absolute;bottom:30px;right:40px;z-index:5;display:flex;gap:20px;background:rgba(26,26,26,.7);backdrop-filter:blur(10px);padding:10px 20px;border-radius:30px;border:1px solid rgba(255,255,255,.1)}.section-location .location-legend .legend-item{display:flex;align-items:center;gap:8px;font-family:Montserrat,sans-serif;font-size:.7rem;font-weight:500;color:rgba(255,255,255,.7)}.section-location .location-legend .legend-dot{width:10px;height:10px;border-radius:50%}.section-location .location-legend .legend-dot.main{background:#d4a017;box-shadow:0 0 8px rgba(212,160,23,.5)}.section-location .location-legend .legend-dot.dest{background:#fff;border:2px solid #d4a017}.section-masterplan{position:relative;overflow:hidden}.section-masterplan .masterplan-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;filter:brightness(.2) blur(8px);transform:scale(1.1)}.section-masterplan .masterplan-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(26,26,26,.95) 0,rgba(26,26,26,.7) 40%,rgba(26,26,26,.5) 100%)}.section-masterplan .masterplan-panel{position:absolute;top:0;left:0;width:400px;height:100%;z-index:5;display:flex;align-items:center;padding:60px 40px}.section-masterplan .masterplan-panel .masterplan-panel-inner{width:100%}.section-masterplan .masterplan-panel .section-label{font-family:Montserrat,sans-serif;font-size:1.1rem;color:#d4a017;text-transform:uppercase;letter-spacing:3px;margin-bottom:.5rem}.section-masterplan .masterplan-panel .section-heading{font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:700;color:#1a1a1a;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;position:relative}@media (max-width:768px){.section-masterplan .masterplan-panel .section-heading{font-size:1.8rem}}.section-masterplan .masterplan-panel .section-heading{color:#fff;font-size:2.8rem;line-height:1.1;margin-bottom:16px}.section-masterplan .masterplan-panel .section-heading::after{content:"";display:block;width:60px;height:3px;background:#d4a017;margin:15px auto 0}.section-masterplan .masterplan-panel .masterplan-desc{margin-bottom:24px}.section-masterplan .masterplan-panel .masterplan-desc p{font-family:Montserrat,sans-serif;font-size:.85rem;color:rgba(255,255,255,.65);line-height:1.7}.section-masterplan .block-tabs{display:flex;gap:6px;margin-bottom:20px;flex-wrap:wrap}.section-masterplan .block-tabs .block-tab{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.6);font-family:Montserrat,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.5px;padding:6px 14px;border-radius:20px;cursor:pointer;transition:all .3s ease}.section-masterplan .block-tabs .block-tab:hover{background:rgba(212,160,23,.15);border-color:rgba(212,160,23,.3);color:#d4a017}.section-masterplan .block-tabs .block-tab.active{background:rgba(212,160,23,.2);border-color:#d4a017;color:#d4a017}.section-masterplan .block-cards{display:flex;flex-direction:column;gap:8px;margin-bottom:24px;max-height:260px;overflow-y:auto}.section-masterplan .block-cards::-webkit-scrollbar{width:3px}.section-masterplan .block-cards::-webkit-scrollbar-thumb{background:rgba(212,160,23,.3);border-radius:10px}.section-masterplan .block-card{display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:12px 14px;cursor:pointer;transition:all .3s ease}.section-masterplan .block-card.active,.section-masterplan .block-card:hover{background:rgba(255,255,255,.08);border-color:rgba(212,160,23,.3);transform:translateX(4px)}.section-masterplan .block-card .block-card-color{width:4px;height:36px;border-radius:4px;flex-shrink:0}.section-masterplan .block-card .block-card-info{flex:1}.section-masterplan .block-card .block-card-info h4{font-family:Montserrat,sans-serif;font-size:.9rem;color:#fff;font-weight:600;margin-bottom:2px}.section-masterplan .block-card .block-card-info h4 span{font-family:Montserrat,sans-serif;font-size:.65rem;font-weight:500;color:rgba(255,255,255,.5);margin-left:6px}.section-masterplan .block-card .block-card-info p{font-family:Montserrat,sans-serif;font-size:.7rem;color:rgba(255,255,255,.5);margin:0}.section-masterplan .block-card .block-card-status{display:flex;flex-direction:column;gap:2px;text-align:right}.section-masterplan .block-card .block-card-status span{font-family:Montserrat,sans-serif;font-size:.6rem;font-weight:600}.section-masterplan .block-card .block-card-status span.available{color:#5ccc76}.section-masterplan .block-card .block-card-status span.sold{color:#e77681}.section-masterplan .masterplan-cta .btn-gold{font-size:.8rem;padding:10px 28px}.section-masterplan .masterplan-cta .btn-gold i{margin-left:6px}.section-masterplan .masterplan-map-area{position:absolute;top:0;right:0;width:calc(100% - 380px);height:100%;display:flex;align-items:center;justify-content:center;z-index:4;padding:40px 40px 40px 20px}.section-masterplan .masterplan-map-container{position:relative;width:100%;max-width:700px;border-radius:16px;overflow:hidden;box-shadow:0 25px 80px rgba(0,0,0,.5),0 0 0 1px rgba(212,160,23,.12),0 0 60px rgba(212,160,23,.08)}.section-masterplan .masterplan-map-container .masterplan-map-img{width:100%;display:block}.section-masterplan .masterplan-map-container .masterplan-svg{position:absolute;top:0;left:0;width:100%;height:100%}.section-masterplan .map-hint{position:absolute;bottom:30px;right:50px;font-family:Montserrat,sans-serif;font-size:.7rem;color:rgba(255,255,255,.4)}.section-masterplan .map-hint i{color:#d4a017;margin-right:6px}.section-masterplan .plot-point{fill:rgba(212,160,23,.5);stroke:rgba(255,255,255,.7);stroke-width:1.5;cursor:pointer;transition:all .3s ease;filter:drop-shadow(0 2px 4px rgba(0, 0, 0, .3))}.section-masterplan .plot-point:hover{fill:#d4a017;stroke:#fff;stroke-width:2.5;filter:drop-shadow(0 0 12px rgba(212, 160, 23, .6))}.section-masterplan .plot-point.selected{fill:#d4a017;stroke:#fff;stroke-width:2.5;filter:drop-shadow(0 0 16px rgba(212, 160, 23, .8));animation:point-glow 1.5s ease-in-out infinite alternate}.section-masterplan .plot-point[data-status=sold]{fill:rgba(108,117,125,.4);stroke:rgba(255,255,255,.2)}.section-masterplan .plot-point[data-status=sold]:hover{fill:#6c757d;stroke:rgba(255,255,255,.5);filter:drop-shadow(0 0 8px rgba(108, 117, 125, .4))}.section-masterplan .plot-point[data-status=sold].selected{fill:#6c757d;stroke:rgba(255,255,255,.5);filter:drop-shadow(0 0 12px rgba(108, 117, 125, .5))}.section-masterplan .plot-point.dimmed{opacity:.15;transition:opacity .4s ease}@keyframes point-glow{0%{filter:drop-shadow(0 0 12px rgba(212, 160, 23, .5))}100%{filter:drop-shadow(0 0 20px rgba(212, 160, 23, .9))}}.section-masterplan .masterplan-popup{background:rgba(26,26,26,.95);backdrop-filter:blur(14px);border:1px solid rgba(212,160,23,.25);border-radius:12px;padding:16px 18px;margin-top:16px;box-shadow:0 12px 40px rgba(0,0,0,.3);display:none}.section-masterplan .masterplan-popup.visible{display:block;animation:popup-slide-in .3s ease}.section-masterplan .masterplan-popup .popup-close{position:absolute;top:8px;right:10px;background:0 0;border:none;color:rgba(255,255,255,.4);font-size:.8rem;cursor:pointer;padding:4px;transition:color .2s}.section-masterplan .masterplan-popup .popup-close:hover{color:#fff}.section-masterplan .masterplan-popup .popup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.08)}.section-masterplan .masterplan-popup .popup-header .popup-unit{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:700;color:#d4a017}.section-masterplan .masterplan-popup .popup-header .popup-status{font-family:Montserrat,sans-serif;font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;padding:3px 10px;border-radius:20px}.section-masterplan .masterplan-popup .popup-header .popup-status.available{background:rgba(40,167,69,.2);color:#5ccc76}.section-masterplan .masterplan-popup .popup-header .popup-status.sold{background:rgba(220,53,69,.2);color:#e77681}.section-masterplan .masterplan-popup .popup-body{margin-bottom:10px}.section-masterplan .masterplan-popup .popup-body .popup-row{display:flex;align-items:center;gap:8px;font-family:Montserrat,sans-serif;font-size:.75rem;color:rgba(255,255,255,.75);padding:3px 0}.section-masterplan .masterplan-popup .popup-body .popup-row i{color:#d4a017;width:16px;text-align:center;font-size:.7rem}.section-masterplan .masterplan-popup .popup-cta{width:100%;text-align:center;font-size:.7rem;padding:6px 12px}@keyframes popup-slide-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.section-models{background:#1a1a1a;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.section-models .models-bg-pattern{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.04;background-image:repeating-linear-gradient(45deg,transparent,transparent 30px,rgba(212,160,23,.5) 30px,rgba(212,160,23,.5) 31px)}.section-models .models-wrapper{position:relative;z-index:2;display:flex;align-items:center;gap:60px;max-width:1400px;margin:0 auto;padding:0 40px;width:100%}.section-models .models-left{flex:0 0 300px}.section-models .models-left .section-label{font-family:Montserrat,sans-serif;font-size:1.1rem;color:#d4a017;text-transform:uppercase;letter-spacing:3px;margin-bottom:.5rem}.section-models .models-left .section-heading{font-family:Montserrat,sans-serif;font-size:2.8rem;font-weight:800;color:#fff;line-height:1.15;margin-bottom:0;letter-spacing:1px}.section-models .models-left .models-divider{width:50px;height:3px;background:linear-gradient(90deg,#d4a017,#fef9e7);margin:20px 0 24px}.section-models .models-left .models-desc{color:rgba(255,255,255,.55);font-size:.9rem;line-height:1.8;margin-bottom:30px}.section-models .models-left .models-counter{font-family:Montserrat,sans-serif;margin-bottom:20px}.section-models .models-left .models-counter .counter-current{font-size:2.2rem;font-weight:700;color:#d4a017}.section-models .models-left .models-counter .counter-sep{font-size:1.2rem;color:rgba(255,255,255,.25);margin:0 6px}.section-models .models-left .models-counter .counter-total{font-size:1.2rem;color:rgba(255,255,255,.35);font-weight:400}.section-models .models-left .models-nav{display:flex;gap:12px}.section-models .models-left .models-nav-btn{width:48px;height:48px;border:1px solid rgba(255,255,255,.15);border-radius:50%;background:0 0;color:rgba(255,255,255,.5);font-size:.9rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.section-models .models-left .models-nav-btn:hover{border-color:#d4a017;color:#d4a017;background:rgba(212,160,23,.08)}.section-models .models-carousel{flex:1;overflow:hidden;min-width:0}.section-models .models-track{display:flex;gap:24px;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.section-models .model-card{flex:0 0 320px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);border-radius:12px;overflow:hidden;transition:all .4s ease}.section-models .model-card:hover{border-color:rgba(212,160,23,.2);background:rgba(255,255,255,.07)}.section-models .model-card:hover .model-image img{transform:scale(1.08)}.section-models .model-card:hover .model-overlay{opacity:1}.section-models .model-card .model-image{position:relative;overflow:hidden;height:240px}.section-models .model-card .model-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.section-models .model-card .model-image .model-badge{position:absolute;top:16px;left:16px;background:linear-gradient(135deg,#d4a017,#fef9e7);color:#fff;padding:5px 14px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;border-radius:4px;z-index:2}.section-models .model-card .model-image .model-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(26,26,26,.85) 100%);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .4s ease;z-index:1}.section-models .model-card .model-image .model-overlay .model-cta{padding:10px 24px;background:#d4a017;color:#fff;font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;border-radius:4px;transform:translateY(10px);transition:all .3s ease}.section-models .model-card .model-image .model-overlay .model-cta i{margin-left:6px;font-size:.65rem}.section-models .model-card .model-image:hover .model-overlay .model-cta{transform:translateY(0)}.section-models .model-card .model-info{padding:22px 24px}.section-models .model-card .model-info h4{font-family:Montserrat,sans-serif;font-size:1.15rem;font-weight:700;color:#fff;margin-bottom:8px}.section-models .model-card .model-info p{color:rgba(255,255,255,.45);font-size:.82rem;line-height:1.65}.section-amenities{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.section-amenities .amenities-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center}.section-amenities .amenities-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(26,26,26,.93) 0,rgba(26,26,26,.9) 50%,rgba(26,26,26,.93) 100%);z-index:1}.section-amenities .amenities-wrapper{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 30px;width:100%}.section-amenities .amenities-header{text-align:center;margin-bottom:50px}.section-amenities .amenities-header .section-label{font-family:Montserrat,sans-serif;font-size:1.1rem;color:#d4a017;text-transform:uppercase;letter-spacing:3px;margin-bottom:.5rem}.section-amenities .amenities-header .section-heading{font-family:Montserrat,sans-serif;font-size:2.8rem;font-weight:800;color:#fff;line-height:1.15;margin-bottom:20px;letter-spacing:1px}.section-amenities .amenities-header .amenities-desc{max-width:600px;margin:0 auto;color:rgba(255,255,255,.55);font-size:.92rem;line-height:1.8}.section-amenities .amenities-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.section-amenities .amenity-card{position:relative;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:36px 28px 32px;text-align:center;backdrop-filter:blur(8px);transition:all .4s cubic-bezier(.25,.46,.45,.94);overflow:hidden}.section-amenities .amenity-card::before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,transparent,#d4a017,transparent);opacity:0;transition:opacity .4s ease}.section-amenities .amenity-card:hover{background:rgba(255,255,255,.08);border-color:rgba(212,160,23,.2);transform:translateY(-4px)}.section-amenities .amenity-card:hover::before{opacity:1}.section-amenities .amenity-card:hover .amenity-icon-wrap i{color:#d4a017;transform:scale(1.15)}.section-amenities .amenity-card .amenity-icon-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;margin-bottom:20px}.section-amenities .amenity-card .amenity-icon-wrap i{font-size:1.6rem;color:rgba(212,160,23,.8);transition:all .4s ease;position:relative;z-index:1}.section-amenities .amenity-card .amenity-icon-wrap::after{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:rgba(212,160,23,.08);border:1px solid rgba(212,160,23,.12)}.section-amenities .amenity-card .amenity-icon-wrap .amenity-number{position:absolute;top:-8px;right:-8px;font-family:Montserrat,sans-serif;font-size:.6rem;font-weight:700;color:rgba(255,255,255,.2);letter-spacing:1px}.section-amenities .amenity-card h5{font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:700;color:#fff;margin-bottom:10px;text-transform:uppercase;letter-spacing:1px}.section-amenities .amenity-card p{color:rgba(255,255,255,.45);font-size:.82rem;line-height:1.65;margin:0}.section-payment{background:#fff;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.section-payment .payment-deco-left,.section-payment .payment-deco-right{position:absolute;width:300px;height:300px;border-radius:50%;border:1px solid rgba(212,160,23,.06);z-index:0}.section-payment .payment-deco-left{top:-100px;left:-100px}.section-payment .payment-deco-left::after{content:"";position:absolute;top:30px;left:30px;right:30px;bottom:30px;border-radius:50%;border:1px solid rgba(212,160,23,.08)}.section-payment .payment-deco-right{bottom:-100px;right:-100px}.section-payment .payment-deco-right::after{content:"";position:absolute;top:30px;left:30px;right:30px;bottom:30px;border-radius:50%;border:1px solid rgba(212,160,23,.08)}.section-payment .payment-wrapper{position:relative;z-index:1;max-width:1100px;margin:0 auto;padding:0 30px;width:100%}.section-payment .payment-header{text-align:center;margin-bottom:50px}.section-payment .payment-header .section-label{font-family:Montserrat,sans-serif;font-size:1.1rem;color:#d4a017;text-transform:uppercase;letter-spacing:3px;margin-bottom:.5rem}.section-payment .payment-header .section-heading{font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:700;color:#1a1a1a;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;position:relative}@media (max-width:768px){.section-payment .payment-header .section-heading{font-size:1.8rem}}.section-payment .payment-header .section-heading::after{content:"";display:block;width:60px;height:3px;background:#d4a017;margin:15px auto 0}.section-payment .payment-body{display:flex;gap:40px;align-items:flex-start}.section-payment .payment-tabs{flex:0 0 200px;display:flex;flex-direction:column;gap:8px}.section-payment .payment-tab{display:flex;align-items:center;gap:12px;padding:14px 20px;font-family:Montserrat,sans-serif;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border:1px solid #e9ecef;border-radius:8px;background:0 0;color:#737373;cursor:pointer;transition:all .3s ease;text-align:left}.section-payment .payment-tab i{font-size:1rem;color:#6c757d;transition:all .3s ease;flex-shrink:0}.section-payment .payment-tab:hover{border-color:rgba(212,160,23,.3);color:#1a1a1a}.section-payment .payment-tab:hover i{color:#d4a017}.section-payment .payment-tab.active{border-color:#d4a017;background:linear-gradient(135deg,rgba(212,160,23,.05),rgba(212,160,23,.12));color:#1a1a1a;box-shadow:0 4px 15px rgba(212,160,23,.1)}.section-payment .payment-tab.active i{color:#d4a017}.section-payment .payment-content{flex:1;min-width:0}.section-payment .payment-table-wrap{background:#f5f3ef;border-radius:12px;padding:36px 40px;margin-bottom:20px}.section-payment .payment-timeline{position:relative}.section-payment .payment-timeline::before{content:"";position:absolute;left:8px;top:12px;bottom:12px;width:2px;background:linear-gradient(180deg,#d4a017,rgba(212,160,23,.15))}.section-payment .timeline-item{display:flex;align-items:flex-start;gap:24px;padding:16px 0;position:relative}.section-payment .timeline-item:first-child{padding-top:0}.section-payment .timeline-item.last{padding-bottom:0}.section-payment .timeline-item.last .timeline-dot::after{display:none}.section-payment .timeline-item .timeline-dot{flex-shrink:0;width:18px;height:18px;border-radius:50%;background:#fff;border:3px solid #d4a017;position:relative;z-index:1;margin-top:2px}.section-payment .timeline-item .timeline-content{flex:1;display:flex;align-items:center;gap:16px;background:#fff;padding:16px 24px;border-radius:8px;border:1px solid rgba(233,236,239,.8);transition:all .3s ease}.section-payment .timeline-item .timeline-content:hover{border-color:rgba(212,160,23,.2);box-shadow:0 4px 15px rgba(0,0,0,.04)}.section-payment .timeline-item .timeline-content .timeline-step{font-family:Montserrat,sans-serif;font-size:.82rem;font-weight:700;color:#1a1a1a;text-transform:uppercase;letter-spacing:.5px;flex:0 0 60px}.section-payment .timeline-item .timeline-content .timeline-desc{flex:1;font-size:.88rem;color:#737373}.section-payment .timeline-item .timeline-content .timeline-percent{font-family:Montserrat,sans-serif;font-size:1.3rem;font-weight:700;color:#d4a017;flex:0 0 auto}.section-payment .payment-highlight{display:flex;align-items:center;gap:16px;background:linear-gradient(135deg,rgba(212,160,23,.06),rgba(212,160,23,.12));border:1px solid rgba(212,160,23,.15);border-radius:10px;padding:20px 28px}.section-payment .payment-highlight .highlight-icon{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:#d4a017;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem}.section-payment .payment-highlight .highlight-text strong{display:block;font-family:Montserrat,sans-serif;font-size:.88rem;font-weight:700;color:#1a1a1a;margin-bottom:3px}.section-payment .payment-highlight .highlight-text p{font-size:.82rem;color:#737373;margin:0;line-height:1.5}.section-gallery{background:#1a1a1a;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.section-gallery .gallery-bg-accent{position:absolute;top:-40%;right:-15%;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(212,160,23,.06) 0,transparent 70%);pointer-events:none}.section-gallery .gallery-wrapper{position:relative;z-index:2;max-width:1300px;margin:0 auto;padding:0 30px;width:100%}.section-gallery .gallery-top{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px}.section-gallery .gallery-header .section-label{font-family:Montserrat,sans-serif;font-size:1.1rem;color:#d4a017;text-transform:uppercase;letter-spacing:3px;margin-bottom:.5rem}.section-gallery .gallery-header .section-heading{font-family:Montserrat,sans-serif;font-size:2.8rem;font-weight:800;color:#fff;line-height:1.15;margin-bottom:0;letter-spacing:1px}.section-gallery .gallery-tabs{display:flex;gap:6px;flex-wrap:wrap}.section-gallery .gallery-tab{padding:9px 18px;font-family:Montserrat,sans-serif;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.8px;border:1px solid rgba(255,255,255,.1);border-radius:6px;background:0 0;color:rgba(255,255,255,.45);cursor:pointer;transition:all .3s ease}.section-gallery .gallery-tab i{margin-right:6px;font-size:.72rem}.section-gallery .gallery-tab:hover{border-color:rgba(212,160,23,.3);color:rgba(255,255,255,.8)}.section-gallery .gallery-tab.active{border-color:#d4a017;background:rgba(212,160,23,.12);color:#d4a017}.section-gallery .gallery-mosaic{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:200px;gap:12px}.section-gallery .gallery-item{position:relative;overflow:hidden;border-radius:10px;cursor:pointer}.section-gallery .gallery-item:nth-child(1){grid-column:span 2;grid-row:span 2}.section-gallery .gallery-item.hidden{display:none}.section-gallery .gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.section-gallery .gallery-item .gallery-item-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(26,26,26,.85) 100%);display:flex;align-items:flex-end;justify-content:space-between;padding:20px;opacity:0;transition:opacity .4s ease}.section-gallery .gallery-item .gallery-item-info .gallery-item-category{display:inline-block;font-family:Montserrat,sans-serif;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#d4a017;margin-bottom:6px}.section-gallery .gallery-item .gallery-item-info h5{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:700;color:#fff;margin:0}.section-gallery .gallery-item .gallery-item-zoom{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.85rem;flex-shrink:0;transition:all .3s ease;backdrop-filter:blur(4px)}.section-gallery .gallery-item:hover img{transform:scale(1.08)}.section-gallery .gallery-item:hover .gallery-item-overlay{opacity:1}.section-gallery .gallery-item:hover .gallery-item-zoom{background:#d4a017;border-color:#d4a017}.gallery-lightbox{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}.gallery-lightbox.active{opacity:1;visibility:visible}.gallery-lightbox.active .lightbox-content{transform:scale(1) translateY(0)}.gallery-lightbox .lightbox-backdrop{position:absolute;inset:0;background:rgba(26,26,26,.95);backdrop-filter:blur(20px)}.gallery-lightbox .lightbox-close{position:absolute;top:24px;right:24px;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.05);color:#fff;font-size:1.1rem;cursor:pointer;z-index:3;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.gallery-lightbox .lightbox-close:hover{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.3);transform:rotate(90deg)}.gallery-lightbox .lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);color:rgba(255,255,255,.7);font-size:1rem;cursor:pointer;z-index:3;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.gallery-lightbox .lightbox-nav:hover{background:rgba(212,160,23,.15);border-color:#d4a017;color:#d4a017}.gallery-lightbox .lightbox-nav.lightbox-prev{left:24px}.gallery-lightbox .lightbox-nav.lightbox-next{right:24px}.gallery-lightbox .lightbox-content{position:relative;z-index:2;max-width:85vw;max-height:85vh;display:flex;flex-direction:column;align-items:center;transform:scale(.92) translateY(20px);transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.gallery-lightbox .lightbox-image-wrap{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.5);border:1px solid rgba(255,255,255,.06)}.gallery-lightbox .lightbox-image-wrap img{display:block;max-width:85vw;max-height:72vh;object-fit:contain}.gallery-lightbox .lightbox-info{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:16px;padding:0 4px}.gallery-lightbox .lightbox-caption{font-family:Montserrat,sans-serif;font-size:.88rem;color:rgba(255,255,255,.6);margin:0}.gallery-lightbox .lightbox-counter{font-family:Montserrat,sans-serif;font-size:.78rem;color:rgba(255,255,255,.3);letter-spacing:1px}.section-contact{background:#1a1a1a;display:flex;align-items:center;justify-content:center;position:relative}.section-contact::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(../images/contact-bg.jpg) center/cover no-repeat;opacity:.2}.section-contact .contact-wrapper{position:relative;z-index:2;max-width:1100px;margin:0 auto;padding:0 30px;width:100%;display:flex;gap:60px;align-items:center}.section-contact .contact-info{flex:1;color:#fff}.section-contact .contact-info .section-label{font-family:Montserrat,sans-serif;font-size:1.1rem;color:#d4a017;text-transform:uppercase;letter-spacing:3px;margin-bottom:.5rem}.section-contact .contact-info .section-heading{font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:700;color:#1a1a1a;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;position:relative}@media (max-width:768px){.section-contact .contact-info .section-heading{font-size:1.8rem}}.section-contact .contact-info .section-heading{color:#fff}.section-contact .contact-info .section-heading::after{content:"";display:block;width:60px;height:3px;background:#d4a017;margin:15px auto 0}.section-contact .contact-info .section-heading{text-align:left}.section-contact .contact-info .section-heading::after{margin:15px 0 0}.section-contact .contact-info .contact-details{margin-top:30px;list-style:none;padding:0}.section-contact .contact-info .contact-details li{display:flex;align-items:flex-start;gap:15px;margin-bottom:20px;color:rgba(255,255,255,.8);font-size:.95rem}.section-contact .contact-info .contact-details li i{color:#d4a017;font-size:1.2rem;margin-top:3px}.section-contact .contact-info .contact-social{display:flex;gap:12px;margin-top:20px}.section-contact .contact-info .contact-social a{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:1rem;transition:all .3s ease}.section-contact .contact-info .contact-social a:hover{background:#d4a017;border-color:#d4a017}.section-contact .contact-form{flex:1;background:rgba(255,255,255,.05);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);padding:40px;border-radius:4px}.section-contact .contact-form h3{font-family:Montserrat,sans-serif;color:#fff;font-size:1.5rem;margin-bottom:25px;text-align:center}.section-contact .contact-form .form-control{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);color:#fff;padding:14px 18px;font-size:.9rem;border-radius:2px;margin-bottom:15px}.section-contact .contact-form .form-control::placeholder{color:rgba(255,255,255,.4)}.section-contact .contact-form .form-control:focus{background:rgba(255,255,255,.12);border-color:#d4a017;box-shadow:0 0 0 2px rgba(212,160,23,.2);color:#fff}.section-contact .contact-form textarea.form-control{min-height:100px;resize:vertical}.section-contact .contact-form .btn-gold{width:100%;padding:16px}.footer{background:#fff8ed;padding-top:4rem}.footer__container{padding-left:3%;padding-right:3%}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr 1.4fr;gap:2rem 2.5rem;padding-bottom:2.5rem}@media (max-width:1199.98px){.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr}}@media (max-width:991.98px){.footer__grid{grid-template-columns:1fr 1fr 1fr}}@media (max-width:767.98px){.footer__grid{grid-template-columns:1fr 1fr}}@media (max-width:575.98px){.footer__grid{grid-template-columns:1fr}}.footer__brand{margin-bottom:1rem}.footer__logo{height:56px;width:auto;object-fit:contain}.footer__company-name{font-family:Montserrat,sans-serif;font-size:1.125rem;font-weight:500;color:#000;line-height:1.55;margin-bottom:.875rem;text-transform:uppercase}.footer__info{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer__info li{font-family:Montserrat,sans-serif;font-size:.875rem;font-weight:500;color:#000;line-height:1.57}.footer__info a{color:#f26530;text-decoration:none}.footer__info a:hover{text-decoration:underline}.footer__hotline{margin-top:1.25rem;display:flex;flex-direction:column;gap:.375rem}.footer__hotline-label{display:flex;align-items:center;gap:.5rem;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:500;color:#000}.footer__hotline-label .icon{border:1px solid #575756;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:#575756;font-size:.8rem}.footer__hotline-number{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700;color:#f26530;text-decoration:none;line-height:1.3}.footer__hotline-number:hover{text-decoration:underline}.footer__column-title{font-family:Montserrat,sans-serif;font-size:1.125rem;font-weight:500;color:#f26530;margin-bottom:1.125rem}.footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.footer__links a{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:500;color:#555;text-decoration:none;line-height:1.6;transition:color .2s}.footer__links a:hover{color:#f26530}.footer__partners-col-title{font-family:Montserrat,sans-serif;font-size:1.125rem;font-weight:500;color:#000;margin-bottom:1.125rem}.footer__partners-list{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem}.footer__partner-logo{display:inline-flex;align-items:center;justify-content:center;padding:.5rem .875rem;background:0 0;transition:transform .2s,box-shadow .2s}.footer__partner-logo img{height:24px;width:auto;max-width:110px;object-fit:contain;display:block}.footer__partner-logo:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.footer__bottom{border-top:1px solid rgba(87,87,86,.5);padding:1.125rem 0;background:inherit}.footer__bottom-container{padding-left:3%;padding-right:3%}.footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-family:Montserrat,sans-serif;font-size:.875rem;font-weight:400;color:#000}.footer__follow{display:flex;align-items:center;gap:1rem}.footer__follow-label{font-family:Montserrat,sans-serif;font-size:1.125rem;font-weight:700;color:#000}.footer__social{display:flex;align-items:center;gap:.5rem}.footer__social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f26530;color:#fff;text-decoration:none;transition:background .2s,transform .2s}.footer__social-link:hover{background:#da4f1e;transform:translateY(-2px);color:#fff}@media (max-width:767.98px){.footer__bottom-inner{flex-direction:column;align-items:flex-start}.footer__follow{flex-direction:column;align-items:flex-start;gap:.5rem}}.floating-cta{position:fixed;bottom:20px;right:20px;z-index:9998;display:flex;flex-direction:column;gap:10px}.floating-cta a{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;box-shadow:0 4px 15px rgba(0,0,0,.3);transition:all .3s ease}.floating-cta a:hover{transform:scale(1.1)}.floating-cta a.cta-phone{background:#25d366}.floating-cta a.cta-zalo{background:#0068ff;font-size:.7rem;font-weight:700;font-family:Montserrat,sans-serif}.floating-cta a.cta-top{background:#d4a017}body,html{overflow:auto;background:#f7f4ee}main{overflow:hidden}body{padding-top:0}.section-py{padding:80px 0}.btn-orange,.btn-view-more,.news-blog__cta,.testimonials__cta{display:inline-flex;align-items:center;gap:8px;border:0;border-radius:999px;background:#f26530;color:#fff;padding:12px 20px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .2s ease,background .2s ease}.btn-orange:hover,.btn-view-more:hover,.news-blog__cta:hover,.testimonials__cta:hover{background:#dc4d18;color:#fff;transform:translateY(-1px)}.absolute-right{right:0;bottom:0}.hero-section{position:relative;min-height:680px;padding:120px 0 60px;background:#fff}.hero-section__bg{position:absolute;inset:0}.hero-section__bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .8s ease}.hero-section__bg-img--active{opacity:1}.hero-section__content{position:relative;z-index:3;max-width:813px}.hero-section__title{font-family:Montserrat,sans-serif;font-size:clamp(34px,6vw,62px);line-height:1.1;color:#1c1e21;margin-bottom:16px;font-weight:700}.hero-section__subtitle{color:#595f66;font-size:18px;margin-bottom:28px}.hero-section__search{background:#fff;border:1px solid #e8e8e8;border-radius:32px;padding:16px;box-shadow:0 20px 45px rgba(0,0,0,.08);max-width:540px}.hero-section__search-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.hero-section__search-tabs{display:flex;gap:8px}.hero-section__search-tab{border:0;background:#f3f4f6;color:#606672;border-radius:999px;padding:8px 16px;font-size:13px;font-weight:600}.hero-section__search-tab--active{background:#f26530;color:#fff}.hero-section__search-help{color:#8a9098;font-size:13px;text-decoration:none;display:inline-flex;align-items:center;gap:6px}.hero-section__search-form{display:flex;gap:10px}.hero-section__search-field{position:relative;flex:1}.hero-section__search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#9298a1}.hero-section__search-input{width:100%;border:1px solid #dfe3e8;border-radius:999px;padding:12px 14px 12px 40px}.hero-section__search-btn{border:0;border-radius:999px;background:#f26530;color:#fff;padding:12px 20px;font-weight:700}.hero-section__suggest-list{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border-radius:16px;box-shadow:0 16px 48px rgba(0,0,0,.1);border:1px solid #e4e6e8;list-style:none;margin:0;padding:4px 0;z-index:20}.hero-section__suggest-item{display:flex;align-items:center;gap:12px;padding:10px 14px}.hero-section__suggest-item img{width:40px;height:40px;border-radius:8px;object-fit:cover}.hero-section__suggest-text{display:flex;flex-direction:column}.hero-section__suggest-name{font-size:14px;font-weight:600;color:#1c1e21}.hero-section__suggest-meta{font-size:12px;color:#7a828f}.hero-section__hotline-badge,.hero-section__review-badge{position:absolute;z-index:4;background:#fff;border-radius:16px;box-shadow:0 14px 30px rgba(0,0,0,.12)}.hero-section__hotline-badge{right:4%;bottom:18%;display:flex;align-items:center;gap:12px;padding:10px 16px}.hero-section__hotline-icon{width:36px;height:36px;border-radius:50%;background:#fff0e9;color:#f26530;display:flex;align-items:center;justify-content:center}.hero-section__hotline-label{display:block;font-size:12px;color:#8b9098}.hero-section__hotline-number{font-size:15px;color:#1d2025}.hero-section__review-badge{right:14%;top:18%;display:flex;align-items:center;gap:16px;padding:12px 16px}.hero-section__review-avatars{display:flex}.hero-section__review-avatar{width:26px;height:26px;border-radius:50%;border:1px solid #fff}.hero-section__review-avatar+.hero-section__review-avatar{margin-left:-8px}.hero-section__star-row{color:#ffc700;font-size:12px}.hero-section__review-score{display:block;line-height:1.2}.hero-section__review-count{color:#79818a;font-size:13px}.hero-section__dots{position:absolute;left:50%;transform:translateX(-50%);bottom:18px;display:flex;gap:8px;z-index:5}.hero-section__dot{width:8px;height:8px;border:0;border-radius:50%;background:rgba(0,0,0,.25)}.hero-section__dot--active{width:24px;border-radius:8px;background:#f26530}.hero-section__deco{position:absolute;pointer-events:none}.hero-section__deco--blob-top{width:460px;height:360px;right:-120px;top:-90px;border-radius:60% 40% 55% 45%;background:rgba(248,196,94,.2)}.hero-section__deco--blob-bottom{width:280px;height:220px;right:-60px;bottom:-60px;border-radius:45% 55% 40% 60%;background:rgba(248,196,94,.17)}.hero-section__deco--dots{left:20%;bottom:10%;width:70px;height:70px;background-image:radial-gradient(circle,rgba(36,42,51,.2) 2px,transparent 2px);background-size:12px 12px}.hero-section__deco--lines{left:6%;top:45%;opacity:.25}.hero-section__deco--lines::before{content:"////";font-weight:700;font-size:28px;color:#f4a623;letter-spacing:-3px}.hero-section__deco--camera,.hero-section__deco--hat,.hero-section__deco--pin{opacity:.2}.hero-section__deco--pin{top:26%;left:7%}.hero-section__deco--pin::before{content:"📍";font-size:24px}.hero-section__deco--camera{top:10%;right:8%}.hero-section__deco--camera::before{content:"📷";font-size:28px}.hero-section__deco--hat{bottom:8%;right:2%}.hero-section__deco--hat::before{content:"👒";font-size:30px}.easy-booking,.featured-tours,.news-blog,.promo-banners{background:#fff}.featured-tours__header,.news-blog__header,.promo-banners__header{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:34px}.easy-booking__title,.featured-tours__title,.news-blog__title,.promo-banners__title,.testimonials__title{font-family:Montserrat,sans-serif;font-size:clamp(30px,4vw,50px);margin:0;line-height:1.2;color:#1f242d;font-weight:700}.promo-banners__title{display:flex;align-items:center}.easy-booking__subtitle,.featured-tours__subtitle,.news-blog__subtitle,.testimonials__subtitle{color:#6b7280;margin:8px 0 0}.featured-tours__grid,.news-blog__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.featured-tours__slider,.news-blog__slider{display:none}.news-blog__slider-viewport{overflow:hidden}.news-blog__slider-container{display:flex}.featured-tours__slider-slide{padding-right:12px}.news-blog__slider-slide{flex:0 0 85%;min-width:0;padding-right:1rem}.news-blog__slider-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.25rem}.news-blog__slider-dot{width:8px;height:8px;border-radius:50%;background:#d1d5db;border:none;cursor:pointer;padding:0}.news-blog__slider-dot--active{background:#f26530;width:24px;border-radius:6px}#featuredSlider .slick-dots{display:flex!important;justify-content:center;gap:.5rem;margin-top:1.25rem;padding:0;list-style:none}#featuredSlider .slick-dots li{width:auto;height:auto}#featuredSlider .slick-dots button{width:8px;height:8px;padding:0;border:none;border-radius:50%;background:#d1d5db;font-size:0;cursor:pointer}#featuredSlider .slick-dots button::before{display:none}#featuredSlider .slick-dots li.slick-active button{background:#f26530;width:24px;border-radius:6px}.blog-card,.tour-card{border-radius:24px;overflow:hidden;border:1px solid #e5e7eb;background:#fff;text-decoration:none;color:inherit;box-shadow:0 8px 24px rgba(0,0,0,.08)}.tour-card{display:block}.tour-card__image{aspect-ratio:4/3;position:relative;overflow:hidden}.tour-card__image img{width:100%;height:100%;object-fit:cover}.tour-card__badge{position:absolute;top:12px;left:12px;border-radius:999px;padding:5px 12px;color:#fff;font-size:12px;font-weight:700}.badge-featured{background:#e8001b}.badge-bestseller{background:#d4a017;color:#111}.badge-new{background:#3b82f6}.tour-card__rating{position:absolute;bottom:30px;right:12px;display:inline-flex;align-items:center;gap:4px;background:rgba(255,255,255,.96);border-radius:999px;padding:5px 10px;box-shadow:0 4px 12px rgba(0,0,0,.12);font-size:13px}.tour-card__rating i{color:#ffc700}.tour-card__review-count{color:#7a828f}.tour-card__body{padding:18px;margin-top:-20px;border-radius:24px 24px 0 0;position:relative;background:#fff}.tour-card__title{font-size:18px;margin:0;min-height:50px;font-weight:700}.tour-card__features{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px 14px}.tour-card__feature{font-size:13px;color:#6b7280;display:inline-flex;align-items:center;gap:5px}.tour-card__explore{display:flex;justify-content:flex-end;margin:8px 0}.tour-card__explore-link{color:#1f242d;font-size:13px;font-weight:600;text-decoration:none}.tour-card__footer{display:flex;justify-content:space-between;align-items:center;padding-top:10px;border-top:1px solid #ececec}.tour-card__price-value{color:#f26530;font-size:20px;font-weight:700}.tour-card__price-unit{color:#7a828f;font-size:13px}.tour-card__cta{background:#f26530;color:#fff;border-radius:999px;padding:8px 14px;text-decoration:none;font-size:14px;font-weight:600}.promotion-page__header-icon{width:34px;height:34px}.promo-carousel{position:relative}.promo-carousel__viewport{overflow:hidden;border-radius:24px}.promo-carousel__container{display:flex;transition:transform .35s ease}.promo-carousel__slide{flex:0 0 calc(33.333% - 10px);margin-right:15px}.promo-carousel__card{display:block;border-radius:20px;overflow:hidden;border:1px solid #ececec}.promo-carousel__card img{width:100%;height:auto;object-fit:cover}.promo-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:#1f242d;box-shadow:0 8px 24px rgba(0,0,0,.12)}.promo-carousel__arrow--prev{left:-16px}.promo-carousel__arrow--next{right:-16px}.promo-carousel__dots,.testimonials__dots{display:flex;justify-content:center;gap:8px;margin-top:2rem;flex-wrap:wrap;max-width:260px;margin-left:auto;margin-right:auto}.promo-carousel__dot,.testimonials__dot{width:8px;height:8px;border:0;border-radius:50%;background:#d1d5db;cursor:pointer;padding:0;transition:background .2s,width .2s}.promo-carousel__dot--active,.testimonials__dot--active{width:24px;border-radius:4px;background:#f26530}.easy-booking__inner{display:flex;align-items:center;gap:56px;margin-bottom:40px}.easy-booking__collage,.easy-booking__content{flex:1}.easy-booking__steps{list-style:none;padding:0;margin:24px 0 0;display:flex;flex-direction:column;gap:18px}.easy-booking__step{display:flex;gap:12px}.easy-booking__step-badge{width:42px;height:42px;border-radius:50%;background:#fbde29;display:flex;align-items:center;justify-content:center;font-weight:700}.easy-booking__step-title{margin:0;font-family:Montserrat,sans-serif;font-size:24px}.easy-booking__step-desc{margin:4px 0 0;color:#6b7280}.easy-booking__collage{min-height:560px;position:relative}.easy-booking__card{border-radius:18px;overflow:hidden;position:absolute;box-shadow:0 10px 30px rgba(0,0,0,.14)}.easy-booking__card img{width:100%;height:100%;object-fit:cover}.easy-booking__card--main{width:78%;top:0;left:15%;aspect-ratio:474/514}.easy-booking__card--portrait{width:34%;left:-2%;top:62%;aspect-ratio:208/235}.easy-booking__card--travel{width:42%;left:76%;top:53%;aspect-ratio:1/1}.easy-booking__dots{position:absolute;top:-24px;right:-8px;display:grid;grid-template-columns:repeat(11,10px);grid-template-rows:repeat(10,10px);z-index:0}.easy-booking__dot{width:5px;height:5px;border-radius:50%;background:#ffc700;margin:2.5px}.easy-booking__payment-title{margin:0 0 12px;color:#6b7280;font-size:20px}.easy-booking__payment-logos{display:flex;flex-wrap:wrap;gap:10px}.easy-booking__payment-logo{height:52px;min-width:80px;border:1px solid #e5e7eb;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 12px;background:#fff;box-shadow:0 6px 20px rgba(0,0,0,.09)}.easy-booking__payment-logo img{max-height:28px}.testimonials{position:relative;background:#fff7e8}.testimonials__container{position:relative;z-index:2}.testimonials__icon{top:10%;right:6%;z-index:2}.testimonials__bg{left:0;bottom:20%;z-index:1}.testimonials__header{display:flex;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.testimonials__tabs{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2.5rem}.testimonials__tab{border:1px solid #e4e6e8;background:#fff;border-radius:8px;padding:.875rem 1.25rem;display:inline-flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;color:#000;cursor:pointer;box-shadow:0 6px 22px rgba(0,0,0,.09);flex-shrink:0;transition:background .2s,color .2s,border-color .2s}.testimonials__tab i{color:#737373;transition:color .2s}.testimonials__tab:hover{border-color:#f26530}.testimonials__tab:hover i{color:#f26530}.testimonials__tab--active{background:#f26530;border-color:#f26530;color:#fff}.testimonials__tab--active i{color:#fff}.testimonials__carousel{overflow:hidden}.testimonials__carousel-track{display:flex;transition:transform .35s ease}.testimonials__slide{flex:0 0 33.333%;padding:0 8px}.testimonials__nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid #e4e6e8;box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;color:#000;cursor:pointer;z-index:10;transition:background .2s,color .2s,transform .2s}.testimonials__nav:hover{background:#f26530;color:#fff;border-color:#f26530;transform:translateY(-50%) scale(1.08)}.testimonials__nav--prev{left:-1.375rem}.testimonials__nav--next{right:-1.375rem}.review-card{background:#fff;border:1px solid #e4e6e8;border-radius:32px;padding:2rem;height:100%;display:flex;flex-direction:column;box-shadow:0 6px 22px rgba(0,0,0,.09);transition:box-shadow .2s cubic-bezier(.16,1,.3,1),transform .2s cubic-bezier(.16,1,.3,1)}.review-card:hover{box-shadow:0 16px 48px rgba(0,0,0,.1);transform:translateY(-4px)}.review-card__body{flex:1;display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.review-card__title{font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:700;color:#000;margin:0;line-height:1.4}.review-card__content{font-size:1rem;font-weight:500;color:#737373;line-height:1.75;margin:0;flex:1;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.review-card__footer{border-top:1px solid rgba(0,0,0,.06);padding-top:1.25rem;display:flex;justify-content:space-between;gap:1rem;align-items:center;flex-wrap:wrap}.review-card__author-row{display:flex;gap:.875rem;align-items:center;min-width:0}.review-card__avatar-wrap{flex-shrink:0;width:48px;height:48px;border-radius:50%;overflow:hidden}.review-card__avatar-img{width:48px;height:48px;object-fit:cover;border-radius:50%;display:block}.review-card__meta{flex:1;min-width:0}.review-card__author{font-size:.9375rem;font-weight:700;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.review-card__location{font-size:.8125rem;font-weight:500;color:#737373;margin-top:.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.review-card__stars{display:flex;gap:.15rem;flex-shrink:0}.review-card__star--filled{color:#ffc700}.review-card__star--empty{color:#e4e6e8}.testimonials__stats{margin-top:3rem;display:flex;align-items:center;justify-content:center;gap:0}.testimonials__stat{display:flex;flex-direction:column;align-items:center;gap:.25rem}.testimonials__stat-number{font-family:Montserrat,sans-serif;font-size:clamp(28px,4vw,52px);font-weight:700;color:#000;line-height:1.46}.testimonials__stat-label{font-family:Montserrat,sans-serif;font-size:clamp(13px,2vw,20px);font-weight:700;color:#000;line-height:1.6;text-align:center}.testimonials__stat-divider{width:1px;height:60px;background:#000;margin:0 3rem}.blog-card__image-wrap{aspect-ratio:4/3;position:relative}.blog-card__image{width:100%;height:100%;object-fit:cover}.blog-card__categories{position:absolute;left:12px;top:12px;display:flex;gap:8px}.blog-card__category{background:#fff;border-radius:999px;font-size:13px;padding:6px 12px;font-weight:700}.blog-card__body{background:#fff;margin-top:-20px;border-radius:24px 24px 0 0;position:relative;padding:16px 18px 12px}.blog-card__meta{display:flex;gap:12px;color:#6b7280;font-size:13px;flex-wrap:wrap}.blog-card__meta-item{display:inline-flex;align-items:center;gap:5px}.blog-card__title{font-size:20px;line-height:1.35;margin:14px 0}.blog-card__footer{display:flex;justify-content:space-between;align-items:center;gap:10px}.blog-card__author{display:flex;align-items:center;gap:8px}.blog-card__author-avatar,.blog-card__author-avatar img{width:40px;height:40px;border-radius:50%}.blog-card__author-name{font-size:13px;font-weight:700}.blog-card__author-role{font-size:11px;color:#7a828f}.blog-card__read-btn{display:inline-block;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:700}.floating-cta{position:fixed;right:16px;bottom:16px;z-index:60;display:flex;flex-direction:column;gap:8px}.floating-cta a{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;box-shadow:0 8px 18px rgba(0,0,0,.2)}.cta-phone{background:#16a34a}.cta-top{background:#f26530}@media (max-width:1199px){.hero-section__deco--camera,.hero-section__deco--hat,.hero-section__deco--pin,.hero-section__hotline-badge,.hero-section__review-badge,.testimonials__bg,.testimonials__icon{display:none}.testimonials__icon{width:80px;top:4%;right:2%;display:block}.testimonials__slide{flex:0 0 50%}.easy-booking__inner{flex-direction:column;align-items:stretch;gap:28px}.easy-booking__collage{min-height:420px}}@media (max-width:991px){.hero-section{min-height:560px;padding:100px 0 40px}.hero-section__search-form{flex-direction:column}.featured-tours__grid,.news-blog__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.promo-carousel__slide{flex:0 0 calc(50% - 8px)}}@media (max-width:767px){.section-py{padding:40px 0}.featured-tours__header,.news-blog__header,.promo-banners__header,.testimonials__header{flex-direction:column;align-items:flex-start}.featured-tours__grid,.news-blog__grid{display:none}.featured-tours__slider,.news-blog__slider{display:block}.news-blog__slider-slide{flex:0 0 100%;padding-right:0}.promo-carousel__slide{flex:0 0 100%;margin-right:0}.hero-section__deco,.hero-section__search-help,.promo-carousel__arrow,.testimonials__nav{display:none}.testimonials__tabs{flex-wrap:nowrap;overflow-x:auto;padding-bottom:.25rem;margin-bottom:1.75rem;-webkit-overflow-scrolling:touch}.testimonials__tabs::-webkit-scrollbar{display:none}.testimonials__header{flex-direction:column;align-items:flex-start}.testimonials__nav{display:none}.testimonials__stats{margin-top:2rem}.testimonials__stat-divider{margin:0 1.5rem;height:48px}.testimonials__slide{flex:0 0 100%}.testimonials__stats{margin-top:24px}.testimonials__stat-divider{margin:0 16px}.easy-booking__collage{min-height:0}.easy-booking__card{position:static;width:100%;margin-bottom:12px}.easy-booking__dots{display:none}}.easy-booking{background:#fff}.easy-booking__inner{display:flex;flex-direction:column;gap:3rem;margin-bottom:3rem}@media (min-width:992px){.easy-booking__inner{flex-direction:row;align-items:center;gap:4rem}}.easy-booking__content{flex:1}.easy-booking__subtitle{font-family:Montserrat,sans-serif;font-size:1.125rem;font-weight:500;color:#737373;margin-bottom:1rem}.easy-booking__title{font-family:Montserrat,sans-serif;font-size:clamp(28px,3.5vw,54px);font-weight:700;color:#000;line-height:1.35;margin-bottom:2rem;white-space:pre-line}.easy-booking__steps{list-style:none;padding:0;margin:0 0 2.5rem;display:flex;flex-direction:column;gap:1.5rem}.easy-booking__step{display:flex;align-items:flex-start;gap:1rem}.easy-booking__step-badge{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:#fbde29;display:flex;align-items:center;justify-content:center;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700;color:#000;line-height:1}.easy-booking__step-body{display:flex;flex-direction:column;gap:.2rem;padding-top:.375rem}.easy-booking__step-title{font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:700;color:#000;line-height:1.6;margin:0}.easy-booking__step-desc{font-family:Montserrat,sans-serif;font-size:.875rem;font-weight:500;color:#737373;line-height:1.57;margin:0}.easy-booking__payment-section{display:flex;flex-direction:column;gap:1rem}.easy-booking__payment-title{font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:500;color:#737373;margin:0}.easy-booking__payment-logos{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.easy-booking__payment-logo{height:53px;min-width:80px;padding:0 .75rem;background:#fff;border:1px solid #e4e6e8;border-radius:5px;box-shadow:0 6px 22px rgba(0,0,0,.09);display:flex;align-items:center;justify-content:center}.easy-booking__payment-logo img{height:28px;width:auto;object-fit:contain;display:block}.easy-booking__collage{flex:1;position:relative;min-height:560px}@media (max-width:991.98px){.easy-booking__collage{min-height:inherit}}.easy-booking__dots{position:absolute;top:-24px;right:-8px;display:grid;grid-template-columns:repeat(11,10px);grid-template-rows:repeat(10,10px);gap:0;z-index:0;pointer-events:none}@media (max-width:767.98px){.easy-booking__dots{display:none}}.easy-booking__dot{width:5px;height:5px;border-radius:50%;background:#ffc700;margin:2.5px}.easy-booking__card{position:absolute;overflow:hidden;border-radius:16px}.easy-booking__card img{width:100%;height:100%;object-fit:cover;display:block}.easy-booking__card--main{top:0;left:15%;width:77%;aspect-ratio:474/514;background:#f2f4f6;z-index:1;box-shadow:0 8px 30px rgba(0,0,0,.08)}@media (max-width:991.98px){.easy-booking__card--main{position:relative;top:auto;left:auto;width:80%;margin:0 auto}}@media (max-width:575.98px){.easy-booking__card--main{width:100%}}.easy-booking__card--portrait{top:63%;left:-2%;width:34%;aspect-ratio:208/235;background:#e4e6e8;z-index:2;box-shadow:0 6px 22px rgba(0,0,0,.09)}@media (max-width:991.98px){.easy-booking__card--portrait{display:none}}.easy-booking__card--travel{top:53%;left:78%;width:43%;aspect-ratio:1/1;background:#fff;z-index:2;border:1px solid #e4e6e8;box-shadow:0 6px 22px rgba(0,0,0,.09)}@media (max-width:991.98px){.easy-booking__card--travel{display:none}}.easy-booking__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:72px;height:72px;border-radius:50%;border:none;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#000;box-shadow:0 4px 12px rgba(0,0,0,.06);transition:background .2s,transform .2s;z-index:2}.easy-booking__play:hover{background:#fff;transform:translate(-50%,-50%) scale(1.08)}.hero-section{background:#f8f4ee;position:relative;min-height:420px}@media (min-width:576px){.hero-section{min-height:480px}}@media (min-width:768px){.hero-section{min-height:560px}}@media (min-width:992px){.hero-section{min-height:680px}}@media (min-width:1200px){.hero-section{min-height:514px}}@media (min-width:1400px){.hero-section{min-height:578px}}.hero-section__bg{position:absolute;top:0;right:0;bottom:0;width:100%;z-index:1;pointer-events:none;display:flex;align-items:flex-end;justify-content:center}.hero-section__bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:bottom right;opacity:0;transition:opacity .8s ease}.hero-section__bg-img--active{opacity:1}@media (max-width:767.98px){.hero-section__bg-img{opacity:0}.hero-section__bg-img--active{opacity:.15}}.hero-section__dots{position:absolute;bottom:1.25rem;left:50%;transform:translateX(-50%);z-index:4;display:flex;gap:.5rem}.hero-section__dot{width:8px;height:8px;border-radius:50%;border:none;background:rgba(0,0,0,.25);cursor:pointer;padding:0;transition:background .2s,transform .2s}.hero-section__dot--active{background:#f26530;transform:scale(1.25)}.hero-section__dot:not(.hero-section__dot--active):hover{background:rgba(0,0,0,.5)}.hero-section__deco{position:absolute;pointer-events:none;z-index:0}.hero-section__deco--blob-top{top:-80px;right:-60px;width:360px;height:320px;background:rgba(212,160,23,.18);border-radius:60% 40% 50% 50%/50% 60% 40% 50%}@media (min-width:992px){.hero-section__deco--blob-top{width:520px;height:440px}}.hero-section__deco--blob-bottom{bottom:-50px;right:-30px;width:220px;height:180px;background:rgba(212,160,23,.14);border-radius:50% 40% 60% 40%/40% 50% 50% 60%}@media (min-width:768px){.hero-section__deco--blob-bottom{display:none}}.hero-section__deco--dots{bottom:6%;left:22%;width:56px;height:56px;background-image:radial-gradient(circle,rgba(115,115,115,.25) 1.5px,transparent 1.5px);background-size:10px 10px}@media (max-width:767.98px){.hero-section__deco--dots{display:none}}.hero-section__deco--lines{top:60%;left:5%;opacity:.3}.hero-section__deco--lines::before{content:"////";font-size:1.75rem;font-weight:800;color:#d4a017;letter-spacing:-3px}@media (max-width:767.98px){.hero-section__deco--lines{display:none}}.hero-section__deco--pin{top:28%;left:7%;width:24px;height:32px;opacity:.2}.hero-section__deco--pin::before{content:"📍";font-size:1.5rem}@media (max-width:767.98px){.hero-section__deco--pin{display:none}}.hero-section__deco--camera{top:8%;right:8%;opacity:.15;z-index:2}.hero-section__deco--camera::before{content:"📷";font-size:1.75rem}@media (max-width:767.98px){.hero-section__deco--camera{display:none}}.hero-section__deco--hat{bottom:3%;right:2%;opacity:.2;z-index:2}.hero-section__deco--hat::before{content:"👒";font-size:2rem}@media (max-width:767.98px){.hero-section__deco--hat{display:none}}.hero-section__content{position:relative;z-index:3;padding:2rem 0;max-width:813px}@media (min-width:576px){.hero-section__content{padding:2.5rem 0}}@media (min-width:768px){.hero-section__content{padding:4rem 0}}@media (min-width:992px){.hero-section__content{padding:8rem 0}}@media (min-width:1200px){.hero-section__content{padding:5.5rem 0}}@media (min-width:1400px){.hero-section__content{padding:6rem 0}}.hero-section__title{font-family:Montserrat,sans-serif;font-size:clamp(28px,3.5vw,54px);font-weight:800;color:#000;line-height:1.15;margin-bottom:.75rem}.hero-section__subtitle{font-size:1.125rem;color:#1a1a1a;margin-bottom:2.5rem}@media (min-width:992px){.hero-section__subtitle{font-size:1.125rem}}.hero-section__search{background:#fff;border-radius:32px;padding:1.25rem 1.5rem;box-shadow:0 8px 30px rgba(0,0,0,.08);max-width:540px}.hero-section__search-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.hero-section__search-tabs{display:flex;gap:.25rem}.hero-section__search-tab{font-size:.8125rem;font-weight:500;color:#1a1a1a;cursor:pointer;padding:.4rem 1rem;border:none;border-radius:999px;background:0 0;transition:all .2s}.hero-section__search-tab--active{color:#fff;background:#f26530;font-weight:600}.hero-section__search-tab:not(.hero-section__search-tab--active):hover{background:#f5f3ef}.hero-section__search-help{display:flex;align-items:center;gap:.35rem;font-size:.75rem;color:#737373;text-decoration:none;transition:color .2s}.hero-section__search-help:hover{color:#e8001b}@media (max-width:575.98px){.hero-section__search-help{display:none}}.hero-section__search-form{display:flex;gap:.75rem}@media (max-width:575.98px){.hero-section__search-form{flex-direction:column}}.hero-section__search-field{flex:1;position:relative}.hero-section__search-icon{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);color:#737373}@media (max-width:575.98px){.hero-section__search-icon{top:24px}}.hero-section__search-input{width:100%;border:1px solid rgba(0,0,0,.1);border-radius:8px;padding:.75rem .875rem .75rem 2.75rem;font-size:.875rem;font-family:Montserrat,sans-serif;outline:0;transition:border-color .2s}.hero-section__search-input::placeholder{color:#737373}.hero-section__search-input:focus{border-color:#e8001b}.hero-section__search-btn{background:#f26530;color:#fff;border:none;border-radius:100px;padding:.75rem 2rem;font-size:.875rem;font-weight:600;font-family:Montserrat,sans-serif;cursor:pointer;white-space:nowrap;transition:background .2s}.hero-section__search-btn:hover{background:#cc0018}.hero-section__suggest-list{top:calc(100% + 6px);left:0;right:0;background:#fff;border-radius:32px;box-shadow:0 16px 48px rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.1);list-style:none;margin:0;padding:4px 0;z-index:200;overflow:hidden}@media (min-width:768px){.hero-section__suggest-list{position:absolute}}.hero-section__suggest-item{display:flex;align-items:center;gap:.75rem;padding:.625rem 1rem;cursor:pointer;transition:background .2s}.hero-section__suggest-item:hover{background:#f5f3ef}.hero-section__suggest-item--skeleton{pointer-events:none;cursor:default}.hero-section__suggest-item img{width:40px;height:40px;border-radius:8px;object-fit:cover;flex-shrink:0}.hero-section__suggest-text{display:flex;flex-direction:column;min-width:0;flex:1}.hero-section__suggest-name{font-size:.875rem;font-weight:600;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-section__suggest-meta{font-size:.75rem;color:#737373}@keyframes hero-skeleton-shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}.hero-section .hero-section__suggest-skeleton-img,.hero-section .hero-section__suggest-skeleton-line{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:hero-skeleton-shimmer 1.4s ease-in-out infinite;border-radius:4px}.hero-section__suggest-skeleton-img{width:40px;height:40px;border-radius:8px;flex-shrink:0}.hero-section__suggest-skeleton-line--title{width:58%;height:13px;margin-bottom:5px}.hero-section__suggest-skeleton-line--meta{width:38%;height:11px}.hero-section__hotline-badge{position:absolute;bottom:15%;right:5%;z-index:2;background:#fff;border-radius:32px;padding:.625rem 1.25rem;display:flex;align-items:center;gap:.625rem;box-shadow:0 8px 30px rgba(0,0,0,.08)}@media (max-width:767.98px){.hero-section__hotline-badge{display:none}}.hero-section__hotline-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#fef2f2;color:#e8001b}.hero-section__hotline-info{display:flex;flex-direction:column;line-height:1.3}.hero-section__hotline-label{font-size:.6875rem;color:#737373}.hero-section__hotline-number{font-size:.9375rem;font-weight:700;color:#000}.hero-section__review-badge{position:absolute;top:21%;right:15%;z-index:2;background:#fff;border-radius:12px;padding:.6875rem 1.1875rem;display:flex;align-items:center;gap:1.5rem;box-shadow:0 8px 30px rgba(0,0,0,.08)}@media (max-width:767.98px){.hero-section__review-badge{display:none}}.hero-section__review-left{display:flex;flex-direction:column;gap:.5rem}.hero-section__review-avatars{display:flex;align-items:center}.hero-section__review-avatar{width:26px;height:26px;border-radius:50%;border:1px solid #e4e6e8;object-fit:cover}.hero-section__review-avatar+.hero-section__review-avatar{margin-left:-8px}.hero-section__review-right{display:flex;flex-direction:column;gap:.125rem}.hero-section__review-score{font-family:Manrope,sans-serif;font-size:1.125rem;font-weight:700;color:#000;line-height:1.333}.hero-section__review-count{font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;color:#737373;line-height:1.5}