*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background:#000;font-family:Ovo,serif}.hero{box-sizing:border-box;width:100%;height:100vh;min-height:100vh;padding-top:var(--header-bar-height,90px);background:#0a0e12;justify-content:flex-start;align-items:center;display:flex;position:relative;overflow:hidden}.hero__image-container{background:url(/images/explore-hero.png) 100% 0/cover no-repeat;width:58%;height:calc(100% - 110px);position:absolute;top:110px;right:0}.hero__content{z-index:2;text-align:left;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;margin:0;padding:0 clamp(40px,6vw,96px);display:flex;position:relative}.hero__text-wrapper{flex-direction:column;align-items:flex-start;width:min(68vw,1100px);max-width:1100px;display:flex}.hero__heading{color:#fff;text-align:left;width:100%;max-width:min(48vw,680px);margin-bottom:22px;font-family:Ovo,serif;font-size:clamp(2.75rem,4.2vw,4rem);font-weight:400;line-height:1.08}.hero__desc{color:#fff;text-align:left;width:100%;max-width:min(42vw,600px);margin:0 0 44px;font-family:Ovo,serif;font-size:16px;line-height:1.7}@media (max-width:1024px){.hero{height:auto;min-height:100vh;padding-top:calc(var(--header-bar-height,90px) + 10px);flex-direction:column;justify-content:flex-start;align-items:stretch;padding-bottom:60px}.hero__image-container{order:-1;width:100%;height:400px;position:relative;top:0}.hero__content{text-align:left;align-items:flex-start;width:100%;padding:40px clamp(24px,5vw,40px) 0}.hero__text-wrapper{align-items:flex-start;width:100%;max-width:100%}.hero__heading{text-align:left;max-width:100%;font-size:clamp(2rem,7vw,3rem)}.hero__desc{text-align:left;max-width:100%;margin-left:0;margin-right:0}.search-containe-bg{align-self:stretch;width:100%;max-width:100%}}@media (max-width:768px){.hero{padding-bottom:40px}.hero__heading{font-size:36px}.hero__image-container{height:300px}.hero__content{padding-left:clamp(20px,5vw,32px);padding-right:clamp(20px,5vw,32px)}.search-containe-bg{align-self:stretch;width:100%;max-width:100%}}.search-bar{box-sizing:border-box;background:#141414;border:1px solid #262626;border-radius:100px;align-items:center;width:100%;max-width:100%;height:60px;padding:0 10px 0 35px;display:flex}.search-bar__input{color:#fff;background:0 0;border:none;outline:none;flex:1;min-width:0;font-family:Montserrat,sans-serif;font-size:18px}.search-bar__input::placeholder{color:#555}.search-bar__btn{color:#fff;cursor:pointer;background:#2a2a2a;border:1px solid #3d3d3d;border-radius:50px;flex-shrink:0;align-items:center;gap:12px;height:45px;padding:0 24px;font-size:16px;font-weight:500;transition:all .3s;display:flex}.search-bar__btn:hover{background:#333;border-color:#444}.search-bar__btn:disabled{opacity:.7;cursor:wait}.search-bar__btn svg{opacity:.9}.search-bar__reset{color:#ffffffd9;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff29;border-radius:50px;flex-shrink:0;justify-content:center;align-items:center;gap:8px;height:45px;margin-right:8px;padding:0 18px;font-size:14px;font-weight:500;transition:background .2s,border-color .2s,color .2s;animation:.22s search-reset-in;display:inline-flex}.search-bar__reset:hover{color:#fff;background:#ffffff1f;border-color:#ffffff47}@keyframes search-reset-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.search-containe-bg{z-index:10;box-sizing:border-box;background-color:#0d0d0d;background-image:url(/images/image-37.png);background-position:100%;background-repeat:no-repeat;background-size:auto 100%;border:1px solid #1a1a1a;border-radius:100px;justify-content:flex-start;align-self:stretch;align-items:center;width:100%;max-width:100%;padding:8px;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.search-bar{box-sizing:border-box;flex-wrap:nowrap;gap:8px;width:100%;max-width:100%;height:56px;padding:0 8px 0 18px;position:relative;overflow:hidden}.search-bar__input{flex:1;min-width:0;font-size:16px}.search-bar__btn{border-radius:50%;flex:none;justify-content:center;width:44px;min-width:44px;height:44px;padding:0}.search-bar__btn span{display:none}.search-bar__reset{border-radius:50%;width:44px;min-width:44px;height:44px;margin-right:0;padding:0}.search-bar__reset span{display:none}}.property-section{background:url(/images/image-121.png) 50%/cover;justify-content:center;align-items:center;width:100%;min-height:70vh;padding:80px 20px;display:flex;position:relative}.property-section:before{z-index:1;content:"";background:linear-gradient(#0006,#000000b3);width:100%;height:100%;position:absolute;left:0}.cards-container{z-index:2;grid-template-columns:repeat(5,minmax(0,1fr));justify-content:center;gap:clamp(16px,2vw,32px);width:100%;max-width:1400px;margin:0 auto;display:grid;position:relative}.card{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:pointer;background:#141414;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;justify-content:space-between;align-items:flex-start;width:100%;max-width:none;height:auto;min-height:254px;padding:20px;transition:all .3s;display:flex;position:relative;overflow:hidden}.card:hover{background:#1e1e1eb3;border-color:#fff3;transform:translateY(-8px);box-shadow:0 20px 40px #00000080}.icon-wrapper{background:#000;border-radius:39.5px;justify-content:center;align-items:center;width:79px;height:79px;margin-bottom:20px;padding:22px;display:flex}.icon{color:#fff;width:35px;height:35px}.card-content{flex-direction:column;flex:1;justify-content:flex-end;display:flex}.card-title{color:#fff;margin-bottom:12px;font-size:24px;font-weight:400;line-height:1.2}.card-description{color:#ffffffb3;font-size:15px;font-weight:400;line-height:1.5}@media (max-width:1100px){.cards-container{scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;gap:20px;padding-bottom:8px;display:flex;overflow-x:auto}.cards-container::-webkit-scrollbar{display:none}.card{flex:0 0 min(248px,72vw);width:min(248px,72vw)}}@media (max-width:768px){.cards-container{gap:20px}.card{flex:0 0 min(280px,85vw);width:min(280px,85vw);max-width:none}}.resources-section{background:#000;flex-direction:column;align-items:center;padding:100px 60px;display:flex}.sparkle-container{justify-content:center;align-items:center;gap:12px;margin-bottom:25px;display:flex}.sparkle{width:22px;height:22px;animation:2s ease-in-out infinite sparkle;position:relative}.sparkle:before,.sparkle:after{content:"";background:#fff;position:absolute}.sparkle:before{width:100%;height:2px;top:50%;left:0;transform:translateY(-50%)}.sparkle:after{width:2px;height:100%;top:0;left:50%;transform:translate(-50%)}.sparkle:first-child{width:26px;height:26px}.sparkle:nth-child(2){opacity:.7;width:18px;height:18px;animation-delay:.3s}.sparkle:nth-child(3){opacity:.5;width:14px;height:14px;animation-delay:.6s}@keyframes sparkle{0%,to{opacity:.3;transform:scale(.8)rotate(0)}50%{opacity:1;transform:scale(1.1)rotate(180deg)}}.section-title{text-align:center;color:#fff;letter-spacing:-.5px;margin-bottom:80px;font-family:Ovo,serif;font-size:58px;font-weight:400}.resources-grid{grid-template-columns:repeat(3,1fr);gap:0;width:100%;max-width:1400px;display:grid}.resource-card{text-align:center;cursor:pointer;background:#000c;border-radius:4px;flex-direction:column;align-items:center;padding:60px 40px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.resource-card:after{content:"";background:#ffffff26;width:1px;height:50%;display:block;position:absolute;top:50%;right:0;transform:translateY(-50%)}.resource-card:before{content:"";background:#ffffff26;width:50%;height:1px;display:block;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.resource-card:nth-child(3n):after,.resource-card:nth-last-child(-n+3):before{display:none}.resource-card:hover{z-index:10;background:#141414e6;border:1px solid #ffffff1a;transform:scale(1.02);box-shadow:0 20px 40px #000c}.resource-card:hover:after,.resource-card:hover:before{opacity:0}.resource-icon{justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:30px;display:flex}.resource-icon svg{stroke:#fff;fill:none;stroke-width:1.5px;width:100%;height:100%}.resource-title{color:#fff;margin-bottom:18px;font-size:24px;font-weight:500;line-height:1.3}.resource-description{color:#999;max-width:320px;margin-bottom:32px;font-size:16px;font-weight:300;line-height:1.7}.view-btn{color:#fff;cursor:pointer;text-transform:lowercase;letter-spacing:.3px;background:#ffffff26;border:none;border-radius:50px;padding:12px 35px;font-size:15px;font-weight:400;transition:all .3s}.view-btn:hover{background:#ffffff40;transform:translateY(-2px);box-shadow:0 5px 20px #ffffff26}@media (max-width:1024px){.resources-grid{grid-template-columns:repeat(2,1fr)}.section-title{font-size:48px}.resource-card:nth-child(2n):after,.resource-card:nth-last-child(-n+2):before{display:none}}@media (max-width:768px){.resources-section{padding:60px 30px}.resources-grid{grid-template-columns:1fr}.section-title{margin-bottom:50px;font-size:38px}.resource-card{padding:50px 30px}.resource-card:after,.resource-card:last-child:before{display:none}}.featured-section{max-width:1440px;scroll-margin-top:calc(var(--header-bar-height,90px) + 16px);margin:0 auto;padding:100px 60px}.featured-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:50px;display:flex}.featured-header-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.featured-clear-search-btn{color:#ffffffbf;cursor:pointer;background:0 0;border:1px solid #ffffff2e;border-radius:24px;padding:12px 22px;font-size:14px;font-weight:500;transition:all .3s}.featured-clear-search-btn:hover{color:#fff;background:#ffffff0f;border-color:#ffffff59}.featured-search-meta{color:#fff9;margin:-28px 0 28px;font-size:15px;line-height:1.5}.featured-search-meta strong{color:#fff;font-weight:600}.featured-grid--loading{opacity:.72;pointer-events:none;transition:opacity .2s}.featured-title-wrapper{align-items:center;gap:15px;display:flex}.featured-title-wrapper h2{color:#fff;letter-spacing:-.5px;font-size:36px;font-weight:400}.featured-view-all-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#393939cc;border:none;border-radius:24px;justify-content:center;align-items:center;padding:12px 28px;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.featured-view-all-btn:hover{background:#464646e6;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.featured-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.featured-card{cursor:pointer;background:#141414f2;border:1px solid #262626cc;border-radius:20px;padding:0;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.featured-card:hover{border-color:#3c3c3c;transform:translateY(-12px);box-shadow:0 24px 48px #000000b3}.featured-image-wrapper{border-radius:20px 20px 0 0;width:100%;height:240px;position:relative;overflow:hidden}.featured-image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.featured-card:hover .featured-image{transform:scale(1.1)}.featured-content{padding:24px}.featured-property-title{color:#fff;letter-spacing:-.3px;margin-bottom:10px;font-size:20px;font-weight:600}.featured-description{color:#999999f2;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:18px;font-size:14px;font-weight:400;line-height:1.6;display:-webkit-box;overflow:hidden}.featured-read-more{color:#fff;cursor:pointer;font-weight:500;text-decoration:none;transition:opacity .3s}.featured-read-more:hover{opacity:.8}.featured-features{flex-wrap:wrap;align-items:center;gap:18px;margin-bottom:20px;padding-top:8px;display:flex}.featured-feature{color:#ccc;align-items:center;gap:6px;font-size:13px;font-weight:500;display:flex}.featured-feature-icon{filter:brightness(1.2);width:16px;height:16px}.featured-footer{border-top:1px solid #26262680;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:12px;display:flex}.featured-price-section{flex-direction:column;gap:4px;display:flex}.featured-price-label{color:#888888e6;font-size:12px;font-weight:400}.featured-price{color:#fff;letter-spacing:-.5px;font-size:24px;font-weight:700}.featured-view-details-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#393939d9;border:none;border-radius:24px;justify-content:center;align-items:center;padding:12px 22px;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.featured-empty-message,.featured-status-message{color:#fff9;margin:0;font-size:15px;line-height:1.6}.featured-view-details-btn:hover{background:#464646;transform:translate(4px)}@media (max-width:1200px){.featured-grid{grid-template-columns:repeat(2,1fr);gap:24px}.featured-section{padding:60px 40px}}@media (max-width:768px){.featured-grid{grid-template-columns:1fr;gap:20px}.featured-section{padding:60px 20px}.featured-title-wrapper h2{font-size:28px}.featured-header{flex-direction:column;align-items:flex-start;gap:20px}.featured-header-actions{width:100%}.featured-view-all-btn,.featured-clear-search-btn{text-align:center;flex:1}.featured-search-meta{margin-top:-10px}.search-bar__btn:disabled{opacity:.7;cursor:wait}.featured-footer{flex-direction:column;align-items:flex-start}.featured-view-details-btn{text-align:center;width:100%}}.offer-section{background:linear-gradient(135deg,#000000f2 0%,#141414e6 100%);justify-content:center;align-items:center;min-height:100vh;padding:60px 20px;display:flex;position:relative}.offer-background-image{opacity:.4;z-index:0;background:url(/images/image-110.png) 50%/cover no-repeat;width:100%;height:100%;position:absolute;top:0;left:0}.offer-background-overlay{z-index:1;background:radial-gradient(#2828284d 0%,#000c 70%);width:100%;height:100%;position:absolute;top:0;left:0}.offer-content-wrapper{z-index:2;width:100%;max-width:1400px;position:relative}.offer-header{text-align:center;margin-bottom:60px}.offer-sparkle-icon{opacity:.7;gap:8px;margin-bottom:20px;display:inline-flex}.offer-sparkle-icon .sparkle-text{color:#fff;font-size:20px}.offer-section-title{color:#fff;letter-spacing:-.5px;font-family:Georgia,Times New Roman,serif;font-size:56px;font-weight:400}.offer-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.offer-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#1e1e1e99;border:1px solid #ffffff0d;border-radius:24px;flex-direction:column;padding:50px 35px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.offer-card:before{content:"";opacity:0;background:radial-gradient(circle at 0 0,#ffffff0d 0%,#0000 50%);width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.offer-card:hover{background:#282828b3;border-color:#ffffff1a;transform:translateY(-8px)}.offer-card:hover:before{opacity:1}.offer-icon-wrapper{border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:35px;transition:all .4s;display:flex}.offer-card:hover .offer-icon-wrapper{border-color:#ffffff4d;box-shadow:0 0 20px #ffffff1a}.offer-icon{stroke:#fff;stroke-width:1.5px;fill:none;width:32px;height:32px}.offer-card-title{color:#fff;letter-spacing:-.3px;margin-bottom:18px;font-family:Georgia,Times New Roman,serif;font-size:26px;font-weight:400}.offer-card-description{color:#ffffff8c;flex-grow:1;margin-bottom:35px;font-size:16px;font-weight:300;line-height:1.6}.offer-learn-more{color:#fff;align-items:center;font-size:16px;font-weight:400;text-decoration:none;transition:all .3s;display:inline-flex;position:relative}.offer-learn-more:after{content:"";background:#fff;width:0;height:1px;transition:width .3s;position:absolute;bottom:-2px;left:0}.offer-card:hover .offer-learn-more:after{width:100%}@media (max-width:1200px){.offer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.offer-section-title{font-size:40px}.offer-grid{grid-template-columns:1fr}.offer-card{padding:40px 30px}}.start-hero-section{background:url(/images/image-41-1.png) 50%/cover no-repeat;flex-direction:column;width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);display:flex;position:relative;overflow:hidden}.start-hero-section:before{content:"";z-index:1;pointer-events:none;background:#0006;position:absolute;inset:0}.start-logo-bar{z-index:2;background:0 0;border-bottom:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:30px 0;display:flex;position:relative}.start-logo-item{color:#fff6;transition:color .3s}.start-logo-item:hover{color:#fffc}.start-logo-text{text-transform:uppercase;align-items:center;font-family:Montserrat,sans-serif;font-size:16px;display:flex}.start-hero-content{z-index:2;flex-direction:column;justify-content:center;align-items:flex-start;min-height:500px;padding:100px 0;display:flex;position:relative}.start-hero-content h1{color:#fff;max-width:700px;margin-bottom:24px;font-size:56px;font-weight:400;line-height:1.1}.start-hero-content p{color:#fffc;max-width:500px;margin-bottom:40px;font-size:16px;line-height:1.6}.start-cta-buttons{flex-wrap:wrap;gap:16px;display:flex}.start-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;background:#1e1e1eb3;border:1px solid #fff3;border-radius:8px;padding:14px 32px;font-size:15px;font-weight:500;transition:all .3s}.start-btn:hover{color:#000;background:#fff;transform:translateY(-2px)}@media (max-width:768px){.start-logo-bar{justify-content:center;padding:20px 0}.start-hero-content{text-align:left;align-items:flex-start;padding:60px 0}.start-hero-content h1{font-size:36px}.start-hero-content p{font-size:15px}.start-cta-buttons{justify-content:center;width:100%}.start-btn{text-align:center;width:100%;max-width:320px}}
