*{margin:0;padding:0;box-sizing:border-box}:root{--dark:#06101b;--dark2:#020912;--gold:#f5bd4d;--gold2:#d79625;--white:#fff}html{scroll-behavior:smooth}body{font-family:'Montserrat',sans-serif;background:var(--dark2);color:var(--white);overflow-x:hidden}.site-header{height:92px;background:linear-gradient(180deg,#06121f 0%,#020813 100%);display:flex;align-items:center;border-bottom:1px solid rgba(245,189,77,.55);position:relative;z-index:20}.nav-wrap{width:100%;max-width:1920px;margin:auto;padding:0 54px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{display:flex;align-items:center;min-width:max-content;text-decoration:none}.brand-logo{width:350px;max-width:26vw;height:auto;display:block}.menu{display:flex;gap:42px;list-style:none;align-items:center;font-weight:600;font-size:15px;white-space:nowrap}.menu a{color:#fff;text-decoration:none;position:relative;padding:12px 0;transition:.25s}.menu a.active,.menu a:hover{color:var(--gold)}.menu a.active:after{content:"";position:absolute;height:2px;background:var(--gold);left:0;right:0;bottom:-8px;border-radius:20px}.call-btn{background:linear-gradient(90deg,#ffd16a,#d99a30);color:#050505;text-decoration:none;border-radius:25px;padding:14px 28px;font-size:17px;font-weight:800;display:flex;align-items:center;gap:10px;box-shadow:inset 0 1px 0 rgba(255,255,255,.35);white-space:nowrap}.hamburger{display:none;color:var(--gold);font-size:30px;cursor:pointer;background:none;border:0}.hero{min-height:calc(100vh - 92px);position:relative;background-image:none;background-position:center;background-size:cover;background-repeat:no-repeat;isolation:isolate;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,9,16,.94) 0%,rgba(2,9,16,.76) 32%,rgba(2,9,16,.24) 66%,rgba(2,9,16,.42) 100%);z-index:-1}.hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:42%;background:linear-gradient(180deg,transparent,rgba(1,8,15,.94));z-index:-1}.hero-content{padding:14vh 0 210px 6.2vw;max-width:680px}.headline{font-family:Georgia,"Times New Roman",serif;font-size:clamp(44px,4.3vw,72px);line-height:.96;letter-spacing:.055em;font-weight:800;text-shadow:0 5px 8px rgba(0,0,0,.55)}.headline .white{color:#fff}.headline .gold{color:var(--gold);display:block}.divider{display:flex;align-items:center;gap:12px;width:min(100%,560px);margin:20px 0}.divider span{height:2px;background:var(--gold);flex:1}.divider i{width:13px;height:13px;border:3px solid var(--gold);transform:rotate(45deg);display:block;flex:none}.sub-title{font-size:clamp(18px,1.55vw,27px);line-height:1.38;color:#fff;font-weight:500;margin-bottom:28px}.features{display:flex;flex-wrap:wrap;gap:0;margin:22px 0 33px;max-width:610px}.feature{width:25%;min-width:120px;text-align:center;padding:0 17px;border-right:1px solid rgba(245,189,77,.25)}.feature:first-child{padding-left:0}.feature:last-child{border:0}.feature svg{width:48px;height:48px;stroke:var(--gold);fill:none;stroke-width:1.8;margin-bottom:10px}.feature p{font-size:12px;font-weight:700;line-height:1.2}.ctas{display:flex;gap:16px;flex-wrap:wrap}.primary,.secondary{height:56px;border-radius:16px;text-decoration:none;font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center;text-transform:uppercase}.primary{width:240px;color:#070707;background:linear-gradient(90deg,#ffd36c,#d99a30)}.secondary{width:220px;color:#fff;border:2px solid var(--gold);background:rgba(3,11,20,.52)}.float-actions{position:absolute;right:24px;top:47%;transform:translateY(-20%);display:flex;flex-direction:column;gap:12px;z-index:5}.float-actions a{width:78px;height:78px;border-radius:14px;background:#07111f;border:2px solid var(--gold);display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:#fff;font-size:11px;font-weight:700;gap:8px;text-align:center}.float-actions a:first-child{background:linear-gradient(180deg,#ffd36c,#d99a30);color:#050505;border:0}.float-actions svg{width:25px;height:25px;stroke:currentColor;fill:none;stroke-width:2.2}.stats{position:absolute;left:6.2vw;right:15vw;bottom:46px;min-height:124px;background:rgba(3,13,24,.78);border:1px solid rgba(255,255,255,.14);border-radius:11px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;backdrop-filter:blur(8px);clip-path:polygon(2% 0,100% 0,98% 100%,0 100%)}.stat{display:flex;align-items:center;gap:22px;padding:22px 36px;border-right:1px solid rgba(255,255,255,.22);min-width:0}.stat:last-child{border:0}.stat svg{min-width:48px;width:48px;height:48px;stroke:var(--gold);fill:var(--gold);stroke-width:1}.stat h3{font-size:clamp(23px,1.7vw,30px);color:var(--gold);line-height:1;font-weight:800}.stat p{font-size:clamp(12px,.9vw,16px);line-height:1.25;color:#fff;margin-top:6px}@media(max-width:1360px){.nav-wrap{padding:0 30px}.brand-logo{width:290px}.menu{gap:25px;font-size:14px}.call-btn{font-size:15px;padding:12px 20px}.stats{right:7vw}.stat{padding:20px 24px;gap:16px}}@media(max-width:1100px){.site-header{height:84px}.brand-logo{width:245px;max-width:48vw}.menu{display:none}.hamburger{display:block}.call-btn{font-size:14px;padding:11px 18px}.hero{min-height:auto;background-position:62% center}.hero-content{padding:95px 28px 40px;max-width:620px}.float-actions{display:none}.stats{position:relative;left:auto;right:auto;bottom:auto;margin:28px;grid-template-columns:repeat(2,1fr);clip-path:none}.stat:nth-child(2){border-right:0}.stat:nth-child(1),.stat:nth-child(2){border-bottom:1px solid rgba(255,255,255,.18)}.menu.open{display:flex;position:absolute;top:84px;left:0;right:0;background:#06101b;flex-direction:column;padding:24px;gap:18px;border-bottom:1px solid rgba(245,189,77,.4)}}@media(max-width:640px){.site-header{height:76px}.nav-wrap{padding:0 15px}.brand-logo{width:185px;max-width:68vw}.call-btn{display:none}.hamburger{font-size:26px}.menu.open{top:76px}.hero{background-position:64% center}.hero-content{padding:68px 18px 20px}.headline{font-size:38px;letter-spacing:2px}.divider{margin:15px 0}.sub-title{font-size:18px}.features{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.feature{width:auto;min-width:0;border:0;padding:0}.feature svg{width:42px;height:42px}.feature p{font-size:11px}.ctas{flex-direction:column}.primary,.secondary{width:100%;height:52px}.stats{margin:28px 18px 26px;grid-template-columns:1fr}.stat{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.18)!important;padding:22px}.stat:last-child{border-bottom:0!important}.stat svg{width:44px;height:44px;min-width:44px}}.site-header{height:92px !important;overflow:visible !important}.nav-wrap{max-width:1400px !important;padding:0 38px !important}.brand-logo{height:74px !important;width:auto !important;max-width:310px !important;object-fit:contain !important;display:block !important}.hero{min-height:calc(100vh - 92px) !important;background-image:none !important;background-repeat:no-repeat !important;background-size:cover !important;background-position:right center !important}.stats{left:4.8vw !important;right:28vw !important;bottom:42px !important}@media(max-width:1100px){.site-header{height:76px !important}.nav-wrap{padding:0 18px !important}.brand-logo{height:54px !important;max-width:220px !important}.hero{min-height:auto !important;background-image:none !important;background-size:cover !important;background-position:center top !important}.hero-content{padding:84px 22px 30px !important;max-width:100% !important}.headline{font-size:42px !important;line-height:1.02 !important;letter-spacing:2px !important}.divider{width:100% !important;max-width:360px !important}.features{display:grid !important;grid-template-columns:repeat(2,1fr) !important;gap:20px 12px !important;max-width:100% !important}.feature{width:auto !important;min-width:0 !important;padding:0 !important;border-right:0 !important}.stats{position:relative !important;left:auto !important;right:auto !important;bottom:auto !important;margin:24px 18px 28px !important;grid-template-columns:1fr !important;clip-path:none !important}}@media(max-width:640px){.site-header{height:68px !important}.brand-logo{height:44px !important;max-width:178px !important}.hamburger{font-size:25px !important}.menu.open{top:68px !important}.hero-content{padding:70px 18px 24px !important}.headline{font-size:34px !important}.sub-title{font-size:18px !important;line-height:1.4 !important}.primary,.secondary{width:100% !important;height:52px !important}}body{background:#050a0f!important}.site-header{height:0!important;min-height:0!important;overflow:hidden!important;border:0!important;padding:0!important}.site-header .nav-wrap{display:none!important}.hero{min-height:720px!important;height:720px!important;background-size:cover!important;background-position:center center!important;overflow:hidden!important}.hero:before{background:linear-gradient(90deg,rgba(1,9,16,.92) 0%,rgba(1,9,16,.58) 34%,rgba(1,9,16,.12) 67%,rgba(1,9,16,.10) 100%)!important}.hero:after{height:32%!important;background:linear-gradient(180deg,transparent,rgba(1,8,15,.94))!important}.hero-content{padding:62px 0 0 76px!important;max-width:560px!important}.headline{font-size:62px!important;line-height:.96!important;letter-spacing:3px!important;margin:0!important;max-width:540px!important}.divider{width:425px!important;margin:16px 0 15px!important;gap:10px!important}.divider span{height:2px!important}.divider i{width:12px!important;height:12px!important;border-width:3px!important}.sub-title{font-size:20px!important;line-height:1.35!important;margin-bottom:24px!important;font-weight:500!important}.features{display:flex!important;flex-wrap:nowrap!important;margin:0 0 25px!important;max-width:430px!important;gap:0!important}.feature{width:25%!important;min-width:0!important;padding:0 13px!important;border-right:1px solid rgba(245,189,77,.28)!important}.feature:first-child{padding-left:0!important}.feature:last-child{border-right:0!important}.feature svg{width:38px!important;height:38px!important;margin-bottom:8px!important}.feature p{font-size:10px!important;line-height:1.15!important}.ctas{gap:11px!important}.primary,.secondary{height:42px!important;border-radius:15px!important;font-size:10px!important}.primary{width:194px!important}.secondary{width:166px!important;border-width:1.5px!important}.stats{position:absolute!important;left:82px!important;right:auto!important;bottom:38px!important;width:930px!important;min-height:74px!important;grid-template-columns:repeat(4,1fr)!important;clip-path:polygon(2% 0,100% 0,98% 100%,0 100%)!important;border-radius:8px!important}.stat{padding:12px 28px!important;gap:12px!important;border-right:1px solid rgba(255,255,255,.22)!important}.stat svg{width:36px!important;height:36px!important;min-width:36px!important}.stat h3{font-size:22px!important;line-height:1!important}.stat p{font-size:11px!important;line-height:1.1!important;margin-top:2px!important}.float-actions{display:none!important}@media(max-width:1100px){.site-header{height:68px!important;min-height:68px!important;overflow:visible!important;border-bottom:1px solid rgba(245,189,77,.45)!important}.site-header .nav-wrap{display:flex!important}.brand-logo{height:44px!important;max-width:178px!important;width:auto!important}.call-btn,.menu{display:none!important}.hamburger{display:block!important}.hero{height:auto!important;min-height:auto!important;background-position:center top!important}.hero-content{padding:76px 18px 20px!important;max-width:100%!important}.headline{font-size:34px!important;line-height:1.05!important;letter-spacing:1px!important}.divider{width:100%!important;max-width:360px!important}.sub-title{font-size:18px!important}.features{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:16px 10px!important;max-width:100%!important}.feature{width:auto!important;padding:0!important;border-right:0!important}.stats{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;width:auto!important;margin:24px 18px 26px!important;grid-template-columns:1fr!important;clip-path:none!important}.stat{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.18)!important}.stat:last-child{border-bottom:0!important}}.site-header{height:92px!important;min-height:92px!important;overflow:visible!important;border-bottom:1px solid rgba(245,189,77,.55)!important}.site-header .nav-wrap{display:flex!important;max-width:1400px!important;padding:0 38px!important}.brand-logo{height:68px!important;width:auto!important;max-width:300px!important;object-fit:contain!important}.menu{display:flex!important;gap:30px!important;font-size:15px!important}.call-btn{display:flex!important;font-size:15px!important;padding:12px 22px!important}.hamburger{display:none!important}.hero{height:650px!important;min-height:650px!important;background-size:cover!important;background-position:center center!important}.hero-content{padding:58px 0 0 76px!important;max-width:590px!important}.headline{font-size:58px!important;line-height:.95!important;letter-spacing:3px!important;margin:0 0 14px!important;max-width:560px!important}.headline .white,.headline .gold{display:block!important;white-space:nowrap!important}.divider{width:440px!important;margin:12px 0 15px!important}.sub-title{font-size:22px!important;line-height:1.35!important;margin-bottom:22px!important;font-weight:600!important}.features{display:flex!important;flex-wrap:nowrap!important;max-width:500px!important;margin:0 0 20px!important}.feature{width:25%!important;padding:0 13px!important}.feature svg{width:42px!important;height:42px!important;margin-bottom:9px!important}.feature p{font-size:12px!important;line-height:1.14!important}.ctas{display:flex!important;justify-content:center!important;width:450px!important;gap:14px!important;margin-top:6px!important}.primary,.secondary{height:46px!important;font-size:11.5px!important;border-radius:15px!important}.primary{width:205px!important}.secondary{width:185px!important}.stats{left:92px!important;right:auto!important;bottom:30px!important;width:860px!important;min-height:70px!important;grid-template-columns:repeat(4,1fr)!important}.stat{padding:10px 22px!important;gap:10px!important}.stat svg{width:32px!important;height:32px!important;min-width:32px!important}.stat h3{font-size:21px!important}.stat p{font-size:10.5px!important;line-height:1.08!important;margin-top:2px!important}@media(max-width:1100px){.site-header{height:76px!important;min-height:76px!important}.site-header .nav-wrap{padding:0 18px!important}.brand-logo{height:50px!important;max-width:210px!important}.menu,.call-btn{display:none!important}.hamburger{display:block!important}.hero{height:auto!important;min-height:auto!important;background-position:center top!important}.hero-content{padding:82px 18px 20px!important;max-width:100%!important}.headline{font-size:36px!important;line-height:1!important;letter-spacing:1px!important}.headline .white,.headline .gold{white-space:normal!important}.divider{width:100%!important;max-width:360px!important}.sub-title{font-size:19px!important}.features{display:grid!important;grid-template-columns:repeat(2,1fr)!important;max-width:100%!important;gap:16px 10px!important}.feature{width:auto!important;border:0!important;padding:0!important}.feature p{font-size:11px!important}.ctas{width:100%!important;flex-direction:column!important}.primary,.secondary{width:100%!important;height:48px!important}.stats{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;width:auto!important;margin:22px 18px 26px!important;grid-template-columns:1fr!important;clip-path:none!important}.stat{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.18)!important;padding:14px!important}.stat:last-child{border-bottom:0!important}}@media(max-width:640px){.site-header{height:68px!important;min-height:68px!important}.brand-logo{height:44px!important;max-width:178px!important}.hero-content{padding:78px 18px 20px!important}.headline{font-size:33px!important}}.stats{position:relative !important;left:auto !important;right:auto !important;bottom:auto !important;width:860px !important;margin-top:22px !important;margin-left:0 !important;min-height:70px !important;grid-template-columns:repeat(4,1fr) !important}.hero-content{display:flex !important;flex-direction:column !important}.stats{position:relative !important;left:auto !important;right:auto !important;bottom:auto !important;width:100% !important;max-width:100% !important;margin:22px 0 0 0 !important;min-height:72px !important;height:72px !important;border-radius:0 !important;clip-path:none !important;grid-template-columns:repeat(4,1fr) !important;overflow:hidden !important}.stat{padding:10px 42px !important;gap:14px !important;min-width:0 !important}.stat svg{width:32px !important;height:32px !important;min-width:32px !important}.stat h3{font-size:22px !important}.stat p{font-size:11px !important;line-height:1.08 !important}@media(max-width:1100px){.stats{width:auto !important;max-width:none !important;height:auto !important;min-height:auto !important;margin:22px 18px 26px !important;border-radius:10px !important;grid-template-columns:1fr !important}.stat{padding:14px !important}}.stats{position:relative !important;left:auto !important;right:auto !important;botto@media(max-width:640px)m:auto !important;width:760px !important;max-width:calc(100% - 120px) !important;margin:22px auto 0 !important;min-height:92px !important;height:auto !important;border-radius:10px !important;clip-path:none !important;display:grid !important;grid-template-columns:repeat(2,1fr) !important;overflow:hidden !important}.stat{padding:14px 28px !important;gap:12px !important;min-width:0 !important;border-right:1px solid rgba(255,255,255,.18) !important}.stat:nth-child(2),.stat:nth-child(4){border-right:0 !important}.stat:nth-child(1),.stat:nth-child(2){border-bottom:1px solid rgba(255,255,255,.18) !important}.stat svg{width:32px !important;height:32px !important;min-width:32px !important}.stat h3{font-size:22px !important}.stat p{font-size:11px !important;line-height:1.08 !important}@media(max-width:1100px){.stats{width:auto !important;max-width:none !important;margin:22px 18px 26px !important;grid-template-columns:repeat(2,1fr) !important}.stat{padding:14px !important}}@media(max-width:640px){.stats{grid-template-columns:1fr !important}.stat{border-right:0 !important;border-bottom:1px solid rgba(255,255,255,.18) !important}.stat:last-child{border-bottom:0 !important}}.stats{position:relative !important;left:auto !important;right:auto !important;bottom:auto !important;width:560px !important;max-width:560px !important;margin:20px 0 0 0 !important;display:grid !important;grid-template-columns:repeat(4,1fr) !important;min-height:72px !important;height:auto !important;border-radius:10px !important;clip-path:none !important;overflow:hidden !important}.stat{padding:12px 12px !important;gap:8px !important;border-right:1px solid rgba(255,255,255,.15) !important;border-bottom:none !important}.stat:last-child{border-right:0 !important}.stat svg{width:24px !important;height:24px !important;min-width:24px !important}.stat h3{font-size:16px !important}.stat p{font-size:9px !important;line-height:1.05 !important}@media(max-width:1100px){.stats{width:100% !important;max-width:100% !important;grid-template-columns:repeat(2,1fr) !important}}@media(max-width:640px){.stats{grid-template-columns:1fr !important}}.hero-content{padding:58px 0 0 76px !important}.stats{margin:20px 0 0 112px !important;width:560px !important;max-width:560px !important}@media(max-width:1100px){.hero-content{padding:82px 18px 20px !important}.stats{margin:22px 18px 26px !important;width:auto !important;max-width:none !important}}.stats{margin:22px auto 0 !important;width:620px !important;max-width:620px !important}.stat{padding:14px 14px !important;gap:10px !important;border-bottom:none !important}.stat svg{width:28px !important;height:28px !important;min-width:28px !important}.stat h3{font-size:18px !important}.stat p{font-size:10px !important;line-height:1.15 !important}.hero,.hero:after,.stats,.stat{border-bottom:none !important;outline:none !important}.ctas{width:430px !important;justify-content:center !important}.stats{position:relative !important;width:620px !important;max-width:620px !important;margin:22px 0 0 48px !important;left:0 !important;right:auto !important}*{margin:0;padding:0;box-sizing:border-box}:root{--gold:#f5bd4d;--gold2:#c98522;--dark:#020912;--card:#071321;--white:#fff}body{font-family:'Montserrat',sans-serif;background:#020912;color:#fff}.land-section{min-height:100vh;padding:34px 20px 42px;position:relative;overflow:hidden;background:radial-gradient(circle at 50% 0%,rgba(245,189,77,.13),transparent 26%),linear-gradient(180deg,#061322 0%,#020912 72%,#01060c 100%)}.land-section:before,.land-section:after{content:"";position:absolute;top:118px;width:330px;height:120px;border-top:2px solid rgba(245,189,77,.55);border-radius:50%;opacity:.7}.land-section:before{left:-45px;transform:rotate(8deg)}.land-section:after{right:-45px;transform:rotate(-8deg)}.gold-lines{position:absolute;inset:0;pointer-events:none;background:repeating-radial-gradient(ellipse at left 120px,transparent 0 12px,rgba(245,189,77,.12) 13px 14px,transparent 15px 24px),repeating-radial-gradient(ellipse at right 120px,transparent 0 12px,rgba(245,189,77,.12) 13px 14px,transparent 15px 24px);opacity:.35}.section-head{text-align:center;position:relative;z-index:2;margin-bottom:25px}.eyebrow{color:var(--gold);font-size:11px;letter-spacing:3px;font-weight:700;text-transform:uppercase;margin-bottom:6px}.title{font-family:Georgia,"Times New Roman",serif;font-size:45px;line-height:1;font-weight:800;color:#fff;text-shadow:0 3px 8px rgba(0,0,0,.7)}.title span{color:var(--gold)}.divider{width:170px;margin:10px auto 10px;display:flex;align-items:center;gap:9px}.divider:before,.divider:after{content:"";height:1px;background:var(--gold);flex:1}.divider i{width:9px;height:9px;border:2px solid var(--gold);transform:rotate(45deg)}.desc{font-size:12px;line-height:1.45;color:#f0f2f4;max-width:520px;margin:0 auto}.land-grid{position:relative;z-index:2;max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.land-card{grid-column:span 2;background:linear-gradient(180deg,rgba(8,20,34,.94),rgba(3,10,18,.95));border:1.5px solid rgba(245,189,77,.78);border-radius:9px;overflow:hidden;box-shadow:0 16px 35px rgba(0,0,0,.32);transition:.35s ease}.land-card:nth-child(4){grid-column:2 / span 2}.land-card:nth-child(5){grid-column:4 / span 2}.land-card:hover{transform:translateY(-6px);box-shadow:0 20px 45px rgba(245,189,77,.12)}.thumb{height:145px;background-size:cover;background-position:center;position:relative}.thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(2,9,18,.85) 100%)}.thumb.farmhouse{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1)),none}.thumb.agri{background-image:linear-gradient(rgba(0,0,0,.05),rgba(0,0,0,.05)),none}.thumb.farm{background-image:linear-gradient(rgba(0,0,0,.05),rgba(0,0,0,.05)),none}.thumb.industrial{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1)),none}.thumb.warehouse{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1)),none}.card-body{min-height:112px;padding:0 18px 15px;display:flex;align-items:flex-start;gap:14px;margin-top:-35px;position:relative;z-index:2}.icon-box{min-width:72px;width:72px;height:72px;border-radius:50%;border:1.5px solid rgba(245,189,77,.75);background:radial-gradient(circle,rgba(245,189,77,.12),rgba(2,9,18,.9));display:grid;place-items:center;box-shadow:0 0 20px rgba(245,189,77,.14)}.icon-box svg{width:38px;height:38px;stroke:var(--gold);fill:none;stroke-width:1.8}.card-text{padding-top:38px}.card-text h3{font-size:18px;line-height:1.1;font-weight:800;color:#fff;margin-bottom:5px}.card-text p{font-size:11px;line-height:1.35;color:#e8edf5;margin-bottom:9px}.more{font-size:11px;font-weight:700;color:var(--gold);text-decoration:none}.more span{margin-left:5px}@media(max-width:900px){.title{font-size:36px}.land-grid{grid-template-columns:1fr 1fr;max-width:720px}.land-card,.land-card:nth-child(4),.land-card:nth-child(5){grid-column:auto}}@media(max-width:580px){.land-section{padding:28px 14px}.title{font-size:30px}.desc{font-size:11px}.land-grid{grid-template-columns:1fr}.thumb{height:150px}.card-body{padding:0 14px 14px;gap:12px}.icon-box{min-width:62px;width:62px;height:62px}.icon-box svg{width:32px;height:32px}.card-text h3{font-size:16px}}.about-section{padding:34px 20px 44px;background:linear-gradient(180deg,#020912 0%,#06101b 48%,#020912 100%);color:#fff;font-family:'Montserrat',sans-serif}.about-wrap{max-width:1280px;margin:auto;border:1px solid rgba(245,189,77,.28);border-radius:10px;padding:34px 42px 28px;background:radial-gradient(circle at 50% 0%,rgba(245,189,77,.08),transparent 38%),rgba(2,9,18,.88);box-shadow:0 20px 50px rgba(0,0,0,.36)}.about-head{text-align:center;margin-bottom:24px}.about-eyebrow{display:flex;align-items:center;justify-content:center;gap:14px;color:#f5bd4d;font-size:12px;font-weight:700;letter-spacing:8px;text-transform:uppercase}.about-eyebrow:before,.about-eyebrow:after{content:"";width:90px;height:1px;background:#f5bd4d}.about-eyebrow i{width:8px;height:8px;border:2px solid #f5bd4d;transform:rotate(45deg)}.about-title{font-family:Georgia,"Times New Roman",serif;font-size:44px;line-height:1.05;font-weight:800}.about-title span{color:#f5bd4d}.about-head p{max-width:720px;margin:12px auto 0;color:#e9edf3;font-size:12px;line-height:1.55}.about-main{display:grid;grid-template-columns:1.05fr .85fr .9fr;gap:24px;align-items:center}.about-image{height:240px;border:1.5px solid rgba(245,189,77,.7);border-radius:10px;overflow:hidden}.about-image img{width:100%;height:100%;object-fit:cover;display:block}.about-copy h3{color:#f5bd4d;font-size:15px;letter-spacing:2px;margin-bottom:12px;text-transform:uppercase}.about-copy p{color:#e9edf3;font-size:12px;line-height:1.65;margin-bottom:12px}.about-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}.about-card{border:1px solid rgba(245,189,77,.58);border-radius:8px;padding:18px 14px;display:flex;gap:12px;align-items:flex-start;background:rgba(5,14,26,.72)}.about-card svg{width:34px;height:34px;min-width:34px;stroke:#f5bd4d;fill:none;stroke-width:1.8}.about-card h4{font-size:13px;margin-bottom:5px}.about-card p{font-size:10px;line-height:1.35;color:#e6ebf1}.values-box{margin-top:26px;border:1px solid rgba(245,189,77,.46);border-radius:9px;padding:18px 22px 20px;background:rgba(4,12,22,.72)}.values-title{text-align:center;color:#f5bd4d;letter-spacing:4px;font-size:13px;text-transform:uppercase;margin-bottom:18px}.values-grid{display:grid;grid-template-columns:repeat(6,1fr)}.value-item{text-align:center;padding:0 18px;border-right:1px solid rgba(245,189,77,.25)}.value-item:last-child{border-right:0}.value-icon{width:56px;height:56px;border:1px solid rgba(245,189,77,.6);border-radius:50%;display:grid;place-items:center;margin:0 auto 10px}.value-icon svg{width:28px;height:28px;stroke:#f5bd4d;fill:none;stroke-width:1.8}.value-item h4{font-size:12px;margin-bottom:5px}.value-item p{font-size:9.5px;line-height:1.35;color:#e3e8ee}.commit-box{margin-top:18px;border:1px solid rgba(245,189,77,.5);border-radius:9px;overflow:hidden;display:grid;grid-template-columns:1.05fr 1.35fr;background:rgba(5,13,24,.76)}.commit-text{padding:24px 28px}.commit-text h3{color:#f5bd4d;font-family:Georgia,"Times New Roman",serif;font-size:20px;margin-bottom:12px}.commit-text p{font-size:11px;line-height:1.6;color:#eef2f7;margin-bottom:10px}.commit-images{display:grid;grid-template-columns:repeat(3,1fr);clip-path:polygon(8% 0,100% 0,100% 100%,0 100%)}.commit-images img{width:100%;height:100%;min-height:175px;object-fit:cover;display:block;border-left:1px solid rgba(245,189,77,.45)}@media(max-width:1000px){.about-wrap{padding:28px 20px}.about-main{grid-template-columns:1fr}.about-image{height:260px}.values-grid{grid-template-columns:repeat(3,1fr);gap:20px 0}.value-item:nth-child(3){border-right:0}.commit-box{grid-template-columns:1fr}.commit-images{clip-path:none}}@media(max-width:600px){.about-title{font-size:30px}.about-eyebrow{font-size:10px;letter-spacing:5px}.about-eyebrow:before,.about-eyebrow:after{width:48px}.about-cards{grid-template-columns:1fr}.values-grid{grid-template-columns:1fr}.value-item{border-right:0;border-bottom:1px solid rgba(245,189,77,.22);padding:18px 8px}.value-item:last-child{border-bottom:0}.commit-images{grid-template-columns:1fr}.commit-images img{min-height:130px}}@media(max-width:768px){.site-header{height:auto!important;min-height:220px!important;padding:22px 0 0!important;background:#06111e!important;border-bottom:1px solid rgba(245,189,77,.45)!important}.site-header .nav-wrap{display:grid!important;grid-template-columns:1fr auto!important;grid-template-areas:"logo call" "menu menu"!important;align-items:center!important;gap:22px 10px!important;padding:0 42px 24px!important;max-width:100%!important}.brand{grid-area:logo!important}.brand-logo{height:105px!important;width:auto!important;max-width:380px!important;object-fit:contain!important}.call-btn{grid-area:call!important;display:flex!important;padding:16px 28px!important;border-radius:34px!important;font-size:20px!important}.hamburger{display:none!important}.menu{grid-area:menu!important;display:flex!important;justify-content:space-between!important;width:100%!important;gap:0!important;font-size:19px!important}.hero{min-height:1540px!important;height:auto!important;background-size:cover!important;background-position:center top!important;overflow:hidden!important}.hero:before{background:linear-gradient(90deg,rgba(1,9,16,.94) 0%,rgba(1,9,16,.66) 42%,rgba(1,9,16,.08) 100%)!important}.hero:after{height:36%!important;background:linear-gradient(180deg,transparent,rgba(1,8,15,.94))!important}.hero-content{padding:58px 48px 48px!important;max-width:100%!important;display:flex!important;flex-direction:column!important}.headline{font-size:62px!important;line-height:1.05!important;letter-spacing:3px!important;margin:0 0 24px!important;max-width:500px!important}.headline .white,.headline .gold{display:block!important;white-space:normal!important}.divider{width:210px!important;margin:0 0 26px!important}.sub-title{font-size:28px!important;line-height:1.35!important;max-width:420px!important;margin-bottom:40px!important;font-weight:500!important}.features{display:grid!important;grid-template-columns:1fr!important;gap:0!important;max-width:340px!important;margin:0 0 34px!important}.feature{display:flex!important;align-items:center!important;text-align:left!important;gap:24px!important;width:100%!important;min-height:105px!important;padding:0!important;border-right:0!important;border-bottom:1px solid rgba(255,255,255,.22)!important}.feature:last-child{border-bottom:0!important}.feature svg{width:62px!important;height:62px!important;min-width:62px!important;margin:0!important}.feature p{font-size:21px!important;line-height:1.2!important}.ctas{width:330px!important;display:flex!important;flex-direction:column!important;gap:22px!important;justify-content:flex-start!important;margin:0!important}.primary,.secondary{width:330px!important;height:66px!important;border-radius:17px!important;font-size:18px!important}.float-actions{display:flex!important;position:absolute!important;right:24px!important;top:890px!important;transform:none!important;flex-direction:column!important;gap:18px!important;z-index:8!important}.float-actions a{width:86px!important;height:86px!important;font-size:13px!important;border-radius:14px!important}.float-actions svg{width:27px!important;height:27px!important}.stats{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;width:auto!important;max-width:none!important;margin:120px 44px 34px!important;min-height:245px!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;border-radius:14px!important;clip-path:none!important;background:rgba(3,13,24,.82)!important}.stat{display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;text-align:center!important;padding:26px 18px!important;gap:12px!important;border-right:1px solid rgba(255,255,255,.22)!important;border-bottom:0!important}.stat:last-child{border-right:0!important}.stat svg{width:58px!important;height:58px!important;min-width:58px!important}.stat h3{font-size:33px!important;line-height:1!important}.stat p{font-size:19px!important;line-height:1.25!important;margin-top:5px!important}}@media(max-width:520px){.site-header{min-height:170px!important}.site-header .nav-wrap{padding:0 22px 18px!important;gap:16px 8px!important}.brand-logo{height:72px!important;max-width:245px!important}.call-btn{font-size:14px!important;padding:12px 17px!important}.menu{font-size:13px!important;overflow-x:auto!important;gap:22px!important;justify-content:flex-start!important;padding-bottom:4px!important}.hero{min-height:1260px!important}.hero-content{padding:42px 24px 32px!important}.headline{font-size:43px!important;max-width:350px!important}.sub-title{font-size:22px!important;max-width:320px!important}.feature{min-height:82px!important;gap:18px!important}.feature svg{width:46px!important;height:46px!important;min-width:46px!important}.feature p{font-size:16px!important}.ctas,.primary,.secondary{width:310px!important}.float-actions{right:18px!important;top:760px!important}.float-actions a{width:72px!important;height:72px!important;font-size:11px!important}.stats{margin:96px 24px 28px!important;grid-template-columns:repeat(2,1fr)!important;min-height:auto!important}.stat{border-bottom:1px solid rgba(255,255,255,.2)!important}.stat:nth-child(2){border-right:0!important}.stat:nth-child(3),.stat:nth-child(4){border-bottom:0!important}.stat svg{width:44px!important;height:44px!important;min-width:44px!important}.stat h3{font-size:27px!important}.stat p{font-size:15px!important}}@media(max-width:768px){.site-header{height:76px!important;min-height:76px!important;padding:0!important;background:#06111e!important}.site-header .nav-wrap{display:flex!important;grid-template-columns:none!important;grid-template-areas:none!important;padding:0 18px!important;gap:12px!important;justify-content:space-between!important}.brand-logo{height:48px!important;max-width:190px!important;width:auto!important}.menu{display:none!important}.call-btn{display:none!important}.hamburger{display:block!important;font-size:26px!important}.hero{min-height:auto!important;height:auto!important;background-size:cover!important;background-position:center top!important}.hero-content{padding:48px 18px 22px!important;max-width:100%!important}.headline{font-size:36px!important;line-height:1.05!important;letter-spacing:1px!important;max-width:330px!important;margin-bottom:12px!important}.headline .white,.headline .gold{display:block!important;white-space:normal!important}.divider{width:180px!important;margin:10px 0 14px!important}.sub-title{font-size:18px!important;line-height:1.35!important;max-width:300px!important;margin-bottom:20px!important}.features{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:12px 8px!important;max-width:330px!important;margin:0 0 20px!important}.feature{display:flex!important;align-items:center!important;gap:9px!important;min-height:auto!important;text-align:left!important;padding:0!important;border:0!important}.feature svg{width:32px!important;height:32px!important;min-width:32px!important;margin:0!important}.feature p{font-size:11px!important;line-height:1.15!important}.ctas{width:310px!important;flex-direction:row!important;gap:10px!important;margin:0!important}.primary,.secondary{height:44px!important;border-radius:14px!important;font-size:10px!important}.primary{width:160px!important}.secondary{width:140px!important}.float-actions{display:none!important}.stats{position:relative!important;width:100%!important;max-width:100%!important;margin:22px 0 20px!important;min-height:72px!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;border-radius:10px!important;clip-path:none!important;overflow:hidden!important}.stat{flex-direction:column!important;text-align:center!important;justify-content:center!important;align-items:center!important;padding:10px 5px!important;gap:5px!important;border-right:1px solid rgba(255,255,255,.16)!important;border-bottom:0!important}.stat:last-child{border-right:0!important}.stat svg{width:25px!important;height:25px!important;min-width:25px!important}.stat h3{font-size:17px!important}.stat p{font-size:9px!important;line-height:1.12!important;margin-top:1px!important}}@media(max-width:420px){.brand-logo{height:43px!important;max-width:170px!important}.hero-content{padding:42px 15px 20px!important}.headline{font-size:32px!important;max-width:300px!important}.sub-title{font-size:16px!important}.features{max-width:310px!important}.ctas{width:290px!important}.primary{width:150px!important}.secondary{width:130px!important}.stats{grid-template-columns:repeat(4,1fr)!important}.stat h3{font-size:15px!important}.stat p{font-size:8px!important}.stat svg{width:22px!important;height:22px!important;min-width:22px!important}}@media(max-width:768px){.site-header{height:76px !important;min-height:76px !important;padding:0 !important;background:#06111e !important;border-bottom:1px solid rgba(245,189,77,.45) !important}.site-header .nav-wrap{display:flex !important;padding:0 18px !important;gap:12px !important;justify-content:space-between !important;align-items:center !important}.brand-logo{height:48px !important;max-width:190px !important;width:auto !important;object-fit:contain !important}.call-btn{display:none !important}.hamburger{display:block !important;font-size:26px !important;background:none !important;border:0 !important;color:#f5bd4d !important;cursor:pointer !important;z-index:1001 !important}.menu{display:none !important}.menu.mobile-open{display:flex !important;flex-direction:column !important;align-items:flex-start !important;text-align:left !important;position:absolute !important;top:76px !important;left:0 !important;width:100% !important;background:#06111e !important;padding:18px 24px !important;gap:0 !important;z-index:999 !important;border-top:1px solid rgba(245,189,77,.35) !important;border-bottom:1px solid rgba(245,189,77,.45) !important}.menu.mobile-open li{width:100% !important;text-align:left !important}.menu.mobile-open a{display:block !important;width:100% !important;text-align:left !important;padding:12px 0 !important;color:#fff !important}.menu.mobile-open a.active{color:#f5bd4d !important}.menu a::after,.menu li::after,.menu .active::after,.menu a.active::after{display:none !important;content:none !important}.hero{min-height:auto !important;height:auto !important;background-image:none !important;background-size:cover !important;background-position:center top !important}.hero-content{padding:48px 18px 22px !important;max-width:100% !important;display:flex !important;flex-direction:column !important}.headline{font-size:36px !important;line-height:1.05 !important;letter-spacing:1px !important;max-width:330px !important;margin-bottom:12px !important}.headline .white,.headline .gold{display:block !important;white-space:normal !important}.divider{width:180px !important;margin:10px 0 14px !important}.sub-title{font-size:18px !important;line-height:1.35 !important;max-width:300px !important;margin-bottom:20px !important}.features{display:grid !important;grid-template-columns:repeat(2,1fr) !important;gap:12px 8px !important;max-width:330px !important;margin:0 0 20px !important}.feature{display:flex !important;align-items:center !important;gap:9px !important;min-height:auto !important;text-align:left !important;padding:0 !important;border:0 !important}.feature svg{width:32px !important;height:32px !important;min-width:32px !important;margin:0 !important}.feature p{font-size:11px !important;line-height:1.15 !important}.ctas{width:310px !important;flex-direction:row !important;gap:10px !important;margin:0 !important;justify-content:flex-start !important}.primary,.secondary{height:44px !important;border-radius:14px !important;font-size:10px !important}.primary{width:160px !important}.secondary{width:140px !important}.float-actions{display:none !important}.stats{position:relative !important;width:100% !important;max-width:100% !important;margin:22px 0 20px !important;min-height:72px !important;height:auto !important;display:grid !important;grid-template-columns:repeat(4,1fr) !important;border-radius:10px !important;clip-path:none !important;overflow:hidden !important;border-bottom:none !important;outline:none !important;box-shadow:none !important}.stat{flex-direction:column !important;text-align:center !important;justify-content:center !important;align-items:center !important;padding:10px 5px !important;gap:5px !important;border-right:1px solid rgba(255,255,255,.16) !important;border-bottom:none !important;border-top:none !important}.stat:last-child{border-right:none !important}.stat svg{width:25px !important;height:25px !important;min-width:25px !important}.stat h3{font-size:17px !important}.stat p{font-size:9px !important;line-height:1.12 !important;margin-top:1px !important}}@media(max-width:420px){.brand-logo{height:43px !important;max-width:170px !important}.hero-content{padding:42px 15px 20px !important}.headline{font-size:32px !important;max-width:300px !important}.sub-title{font-size:16px !important}.features{max-width:310px !important}.ctas{width:290px !important}.primary{width:150px !important}.secondary{width:130px !important}.stats{grid-template-columns:repeat(4,1fr) !important}.stat h3{font-size:15px !important}.stat p{font-size:8px !important}.stat svg{width:22px !important;height:22px !important;min-width:22px !important}}.stats{border:1px solid rgba(255,255,255,.18) !important;overflow:hidden !important;align-items:stretch !important}.stat{position:relative !important;border-right:none !important;border-bottom:none !important}.stat:not(:last-child)::after{content:"" !important;position:absolute !important;right:0 !important;top:0 !important;bottom:0 !important;width:1px !important;background:rgba(255,255,255,.18) !important}@media(max-width:768px){.site-header{height:76px !important;min-height:76px !important;padding:0 !important;background:#06111e !important;border-bottom:1px solid rgba(245,189,77,.45) !important}.site-header .nav-wrap{display:flex !important;padding:0 18px !important;gap:12px !important;justify-content:space-between !important;align-items:center !important}.brand-logo{height:48px !important;max-width:190px !important;width:auto !important;object-fit:contain !important}.call-btn{display:none !important}.hamburger{display:block !important;font-size:26px !important;background:none !important;border:0 !important;color:#f5bd4d !important;cursor:pointer !important;z-index:1001 !important}.menu{display:none !important}.menu.mobile-open{display:flex !important;flex-direction:column !important;align-items:flex-start !important;text-align:left !important;position:absolute !important;top:76px !important;left:0 !important;width:100% !important;background:#06111e !important;padding:18px 24px !important;gap:0 !important;z-index:999 !important;border-top:1px solid rgba(245,189,77,.35) !important;border-bottom:1px solid rgba(245,189,77,.45) !important}.menu.mobile-open li{width:100% !important;text-align:left !important}.menu.mobile-open a{display:flex !important;align-items:center !important;justify-content:flex-start !important;gap:10px !important;width:100% !important;text-align:left !important;padding:12px 0 !important;color:#fff !important}.menu.mobile-open a.active{color:#f5bd4d !important}.menu a::after,.menu li::after,.menu .active::after,.menu a.active::after{display:none !important;content:none !important}.menu.mobile-open a[href="#"]::before{color:#f5bd4d !important;font-size:15px !important;min-width:18px !important;display:inline-block !important}.menu.mobile-open li:nth-child(1) a::before{content:"⌂"}.menu.mobile-open li:nth-child(2) a::before{content:"◉"}.menu.mobile-open li:nth-child(3) a::before{content:"▣"}.menu.mobile-open li:nth-child(4) a::before{content:"★"}.menu.mobile-open li:nth-child(5) a::before{content:"▤"}.menu.mobile-open li:nth-child(6) a::before{content:"☎"}.hero{min-height:auto !important;height:auto !important;background-image:none !important;background-size:cover !important;background-position:center top !important}.hero-content{padding:48px 18px 22px !important;max-width:100% !important;display:flex !important;flex-direction:column !important}.headline{font-size:36px !important;line-height:1.05 !important;letter-spacing:1px !important;max-width:330px !important;margin-bottom:12px !important}.headline .white,.headline .gold{display:block !important;white-space:normal !important}.divider{width:180px !important;margin:10px 0 14px !important}.sub-title{font-size:18px !important;line-height:1.35 !important;max-width:300px !important;margin-bottom:20px !important}.features{display:grid !important;grid-template-columns:repeat(2,1fr) !important;gap:12px 8px !important;max-width:330px !important;margin:0 0 20px !important}.feature{display:flex !important;align-items:center !important;gap:9px !important;min-height:auto !important;text-align:left !important;padding:0 !important;border:0 !important}.feature svg{width:32px !important;height:32px !important;min-width:32px !important;margin:0 !important}.feature p{font-size:11px !important;line-height:1.15 !important}.ctas{width:310px !important;flex-direction:row !important;gap:10px !important;margin:0 !important;justify-content:flex-start !important}.primary,.secondary{height:44px !important;border-radius:14px !important;font-size:10px !important}.primary{width:160px !important}.secondary{width:140px !important}.float-actions{display:none !important}.stats{position:relative !important;width:100% !important;max-width:100% !important;margin:22px 0 20px !important;min-height:72px !important;height:auto !important;display:grid !important;grid-template-columns:repeat(4,1fr) !important;border:1px solid rgba(255,255,255,.18) !important;border-radius:10px !important;clip-path:none !important;overflow:hidden !important;align-items:stretch !important}.stat{flex-direction:column !important;text-align:center !important;justify-content:center !important;align-items:center !important;padding:10px 5px !important;gap:5px !important;border-right:none !important;border-bottom:none !important;border-top:none !important;min-height:72px !important}.stat:not(:last-child)::after{top:0 !important;bottom:0 !important}.stat svg{width:25px !important;height:25px !important;min-width:25px !important}.stat h3{font-size:17px !important}.stat p{font-size:9px !important;line-height:1.12 !important;margin-top:1px !important}}@media(max-width:420px){.brand-logo{height:43px !important;max-width:170px !important}.hero-content{padding:42px 15px 20px !important}.headline{font-size:32px !important;max-width:300px !important}.sub-title{font-size:16px !important}.features{max-width:310px !important}.ctas{width:290px !important}.primary{width:150px !important}.secondary{width:130px !important}.stats{grid-template-columns:repeat(4,1fr) !important}.stat h3{font-size:15px !important}.stat p{font-size:8px !important}.stat svg{width:22px !important;height:22px !important;min-width:22px !important}}@media(max-width:768px){.stats{margin:22px 12px 20px !important;width:calc(100% - 24px) !important;max-width:calc(100% - 24px) !important}.hamburger{display:flex !important;align-items:center !important;justify-content:center !important;width:42px !important;height:42px !important;cursor:pointer !important;z-index:1001 !important;background:none !important;border:0 !important;color:#f5bd4d !important}.menu{display:none !important}.menu.mobile-open{display:flex !important;flex-direction:column !important;align-items:flex-start !important;text-align:left !important;position:absolute !important;top:76px !important;left:0 !important;width:100% !important;background:#06111e !important;padding:18px 24px !important;gap:0 !important;z-index:999 !important;border-top:1px solid rgba(245,189,77,.35) !important;border-bottom:1px solid rgba(245,189,77,.45) !important}.menu.mobile-open li{width:100% !important}.menu.mobile-open a{display:flex !important;align-items:center !important;justify-content:flex-start !important;gap:10px !important;width:100% !important;text-align:left !important;padding:12px 0 !important}.menu a::after,.menu li::after,.menu .active::after,.menu a.active::after{display:none !important;content:none !important}.menu.mobile-open li:nth-child(1) a::before{content:"⌂";color:#f5bd4d;min-width:18px}.menu.mobile-open li:nth-child(2) a::before{content:"◉";color:#f5bd4d;min-width:18px}.menu.mobile-open li:nth-child(3) a::before{content:"▣";color:#f5bd4d;min-width:18px}.menu.mobile-open li:nth-child(4) a::before{content:"★";color:#f5bd4d;min-width:18px}.menu.mobile-open li:nth-child(5) a::before{content:"▤";color:#f5bd4d;min-width:18px}.menu.mobile-open li:nth-child(6) a::before{content:"☎";color:#f5bd4d;min-width:18px}.stats{border:1px solid rgba(255,255,255,.18) !important;overflow:hidden !important;align-items:stretch !important}.stat{position:relative !important;border-right:none !important;border-bottom:none !important;border-top:none !important}.stat:not(:last-child)::after{content:"" !important;position:absolute !important;right:0 !important;top:0 !important;bottom:0 !important;width:1px !important;background:rgba(255,255,255,.18) !important}}.ctas .primary{width:210px !important}.ctas .secondary{width:190px !important}@media(max-width:768px){.primary{width:185px !important}.secondary{width:165px !important}}.land-section{background:linear-gradient(180deg,#061321 0%,#020912 82%,#01060c 100%) !important}.land-section:before,.land-section:after{content:"" !important;position:absolute !important;top:128px !important;width:330px !important;height:95px !important;border-top:1px solid rgba(245,189,77,.45) !important;border-radius:50% !important;opacity:.42 !important;box-shadow:none !important}.gold-lines{opacity:.20 !important;background:repeating-radial-gradient(ellipse at left 126px,transparent 0 12px,rgba(245,189,77,.20) 13px 14px,transparent 15px 24px),repeating-radial-gradient(ellipse at right 126px,transparent 0 12px,rgba(245,189,77,.20) 13px 14px,transparent 15px 24px) !important}.land-card{background:linear-gradient(180deg,rgba(8,20,34,.96),rgba(3,10,18,.98)) !important;border:1px solid rgba(245,189,77,.72) !important;box-shadow:0 14px 32px rgba(0,0,0,.32) !important}.card-body{align-items:flex-start !important}.icon-box{position:relative !important;overflow:visible !important;border:1.4px solid rgba(245,189,77,.85) !important;background:radial-gradient(circle at 50% 50%,rgba(245,189,77,.12) 0%,rgba(245,189,77,.05) 42%,rgba(2,9,18,.95) 72%) !important;box-shadow:0 0 0 1px rgba(245,189,77,.12),0 0 16px rgba(245,189,77,.22),inset 0 0 16px rgba(245,189,77,.10) !important}.icon-box:before{content:"" !important;position:absolute !important;left:50% !important;bottom:-8px !important;transform:translateX(-50%) !important;width:64% !important;height:14px !important;border-radius:50% !important;background:radial-gradient(ellipse at center,rgba(245,189,77,.42) 0%,rgba(245,189,77,.16) 45%,transparent 75%) !important;filter:blur(2px) !important;z-index:-1 !important}.icon-box:after{content:"" !important;position:absolute !important;inset:6px !important;border-radius:50% !important;border:1px solid rgba(245,189,77,.18) !important;background:transparent !important;filter:none !important}.icon-box svg{position:relative !important;z-index:2 !important;filter:drop-shadow(0 0 5px rgba(245,189,77,.30)) !important}.land-card:hover{transform:translateY(-5px) !important;box-shadow:0 18px 38px rgba(0,0,0,.38) !important}.land-card:hover .icon-box{box-shadow:0 0 0 1px rgba(245,189,77,.15),0 0 20px rgba(245,189,77,.28),inset 0 0 18px rgba(245,189,77,.12) !important}.about-wrap{border:none !important;box-shadow:none !important}.land-section{background:#020912 !important}.land-section:before,.land-section:after{display:none !important}.gold-lines{opacity:.18 !important;background:repeating-radial-gradient(ellipse at left 128px,transparent 0 13px,rgba(245,189,77,.18) 14px 15px,transparent 16px 25px),repeating-radial-gradient(ellipse at right 128px,transparent 0 13px,rgba(245,189,77,.18) 14px 15px,transparent 16px 25px) !important}.land-section .section-head{display:flex !important;flex-direction:column !important;align-items:center !important;text-align:center !important}.land-section .divider{width:150px !important;margin:10px auto 10px !important;display:flex !important;justify-content:center !important;align-items:center !important}.icon-box{position:relative !important;overflow:visible !important;border:1.5px solid rgba(245,189,77,.88) !important;background:rgba(3,10,18,.94) !important;box-shadow:0 0 11px rgba(245,189,77,.22),inset 0 0 12px rgba(245,189,77,.10) !important}.icon-box:after{content:"" !important;position:absolute !important;left:50% !important;bottom:-8px !important;transform:translateX(-50%) !important;width:58% !important;height:13px !important;border-radius:50% !important;background:radial-gradient(ellipse at center,rgba(245,189,77,.46) 0%,rgba(245,189,77,.18) 48%,transparent 76%) !important;filter:blur(2px) !important;z-index:-1 !important;inset:auto auto auto auto !important}.icon-box:before{display:none !important}.icon-box svg{filter:drop-shadow(0 0 4px rgba(245,189,77,.35)) !important}.about-section,.about-wrap{background:#020912 !important}.about-wrap{border:none !important;box-shadow:none !important}.cta-gallery-wrap{background:#020912;padding:34px 20px 48px;color:#fff;font-family:'Montserrat',sans-serif}.invest-section{max-width:1280px;margin:0 auto 18px;min-height:395px;border:1px solid rgba(245,189,77,.52);border-radius:12px;overflow:hidden;display:grid;grid-template-columns:46% 54%;background:#020912;box-shadow:0 18px 40px rgba(0,0,0,.28)}.invest-content{padding:34px 42px 28px;background:linear-gradient(90deg,rgba(2,9,18,.98),rgba(2,9,18,.82))}.invest-eyebrow{color:#f5bd4d;font-size:11px;letter-spacing:4px;font-weight:700;text-transform:uppercase;display:flex;align-items:center;gap:12px;margin-bottom:11px}.invest-eyebrow:after{content:"";width:120px;height:1px;background:linear-gradient(90deg,#f5bd4d,transparent)}.invest-title{font-family:Georgia,"Times New Roman",serif;font-size:43px;line-height:1.04;font-weight:800;margin-bottom:14px;color:#fff}.invest-title span{color:#f5bd4d}.invest-desc{font-size:12px;line-height:1.55;max-width:420px;color:#eef2f7;margin-bottom:22px}.invest-features{display:grid;grid-template-columns:repeat(4,1fr);gap:0;max-width:540px;margin-bottom:24px}.invest-feature{text-align:center;padding:0 12px;border-right:1px solid rgba(245,189,77,.25)}.invest-feature:last-child{border-right:0}.invest-icon{width:55px;height:55px;border:1.4px solid rgba(245,189,77,.8);border-radius:50%;display:grid;place-items:center;margin:0 auto 10px;background:rgba(3,10,18,.92);box-shadow:0 0 14px rgba(245,189,77,.15)}.invest-icon svg{width:29px;height:29px;stroke:#f5bd4d;fill:none;stroke-width:1.8}.invest-feature h4{color:#f5bd4d;font-size:11px;line-height:1.15;margin-bottom:6px}.invest-feature p{color:#f1f4f8;font-size:9px;line-height:1.35}.invest-buttons{display:flex;gap:18px}.invest-btn{height:42px;border-radius:7px;padding:0 28px;display:inline-flex;align-items:center;justify-content:center;gap:12px;text-decoration:none;font-size:11px;font-weight:800;text-transform:uppercase}.invest-btn.primary{background:linear-gradient(90deg,#ffd36c,#d99a30);color:#050505;width:210px}.invest-btn.outline{border:1.5px solid #d99a30;color:#fff;width:210px;background:rgba(3,10,18,.62)}.invest-image{position:relative;min-height:395px;background:linear-gradient(90deg,rgba(2,9,18,.55),rgba(2,9,18,.08)),none center/cover no-repeat}.gallery-section{max-width:1280px;margin:0 auto;border:1px solid rgba(245,189,77,.42);border-radius:12px;padding:28px 42px 32px;background:#020912;overflow:hidden}.gallery-head{text-align:center;margin-bottom:16px}.gallery-eyebrow{display:flex;align-items:center;justify-content:center;gap:13px;color:#f5bd4d;letter-spacing:5px;text-transform:uppercase;font-size:12px;font-weight:700;margin-bottom:7px}.gallery-eyebrow:before,.gallery-eyebrow:after{content:"";width:80px;height:1px;background:linear-gradient(90deg,transparent,#f5bd4d,transparent)}.gallery-title{font-family:Georgia,"Times New Roman",serif;font-size:37px;line-height:1.08;font-weight:800;color:#fff}.gallery-title span{color:#f5bd4d}.gallery-divider{width:150px;margin:8px auto 0;display:flex;align-items:center;gap:9px}.gallery-divider:before,.gallery-divider:after{content:"";height:1px;flex:1;background:#f5bd4d}.gallery-divider i{width:8px;height:8px;border:2px solid #f5bd4d;transform:rotate(45deg)}.gallery-tabs{display:flex;justify-content:center;gap:34px;list-style:none;margin:12px 0 20px}.gallery-tabs button{border:0;background:transparent;color:#fff;cursor:pointer;font-weight:600;font-size:11px;padding:8px 13px;border-radius:16px}.gallery-tabs button.active{color:#020912;background:linear-gradient(90deg,#ffd36c,#d99a30)}.gallery-slider-wrap{position:relative}.gallery-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.gallery-card{min-height:205px;border:1px solid rgba(245,189,77,.62);border-radius:10px;overflow:hidden;background:rgba(3,10,18,.94)}.gallery-img{height:140px;background-size:cover;background-position:center}.gallery-card:nth-child(1) .gallery-img{background-image:none}.gallery-card:nth-child(2) .gallery-img{background-image:none}.gallery-card:nth-child(3) .gallery-img{background-image:none}.gallery-card:nth-child(4) .gallery-img{background-image:none}.gallery-card:nth-child(5) .gallery-img{background-image:none}.gallery-body{display:flex;align-items:center;gap:12px;padding:12px 14px 14px}.gallery-icon{width:40px;height:40px;min-width:40px;border:1px solid rgba(245,189,77,.7);border-radius:50%;display:grid;place-items:center;box-shadow:0 0 10px rgba(245,189,77,.12)}.gallery-icon svg{width:22px;height:22px;stroke:#f5bd4d;fill:none;stroke-width:1.8}.gallery-body h4{font-size:12px;margin-bottom:4px}.gallery-body p{font-size:9.5px;color:#e7ecf2}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:37px;height:37px;border:1px solid rgba(245,189,77,.72);border-radius:50%;background:rgba(2,9,18,.85);color:#f5bd4d;font-size:23px;cursor:pointer;z-index:4}.gallery-arrow.prev{left:-30px}.gallery-arrow.next{right:-30px}@media(max-width:1000px){.invest-section{grid-template-columns:1fr}.invest-image{min-height:300px}.invest-features{grid-template-columns:repeat(2,1fr);gap:18px 0}.invest-feature:nth-child(2){border-right:0}.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-tabs{overflow-x:auto;justify-content:flex-start;gap:12px;padding-bottom:8px}}@media(max-width:600px){.cta-gallery-wrap{padding:24px 14px 34px}.invest-content{padding:26px 18px}.invest-title{font-size:31px}.invest-buttons{flex-direction:column;gap:12px}.invest-btn.primary,.invest-btn.outline{width:100%}.gallery-section{padding:24px 15px}.gallery-title{font-size:28px}.gallery-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.gallery-card{min-width:235px;scroll-snap-align:start}.gallery-arrow{display:none}}.why-choose-section{background:#020912;color:#fff;padding:42px 20px 40px;font-family:'Montserrat',sans-serif}.why-choose-wrap{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:52% 48%;gap:34px;align-items:start}.why-left{padding-top:4px}.why-kicker{color:#f5bd4d;text-transform:uppercase;letter-spacing:7px;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:14px;max-width:520px;margin-bottom:8px}.why-kicker:before,.why-kicker:after{content:"";width:88px;height:1px;background:linear-gradient(90deg,transparent,#f5bd4d,transparent)}.why-kicker i{width:8px;height:8px;background:#f5bd4d;transform:rotate(45deg);display:inline-block}.why-heading{font-family:Georgia,"Times New Roman",serif;font-size:56px;line-height:1;font-weight:800;text-align:center;max-width:520px;margin:0 0 10px}.why-heading span{color:#f5bd4d}.why-title-divider{width:190px;margin:0 auto 18px;max-width:520px;display:flex;align-items:center;gap:10px}.why-title-divider:before,.why-title-divider:after{content:"";height:1px;flex:1;background:#f5bd4d}.why-title-divider i{width:8px;height:8px;border:2px solid #f5bd4d;transform:rotate(45deg)}.why-desc{max-width:520px;text-align:center;color:#e9eef5;font-size:14px;line-height:1.55;margin-bottom:24px}.why-card-grid{max-width:630px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.why-card{border:1px solid rgba(245,189,77,.64);border-radius:10px;min-height:205px;padding:20px 15px 18px;text-align:center;background:rgba(4,12,22,.78);box-shadow:0 12px 28px rgba(0,0,0,.25)}.why-icon{width:66px;height:66px;margin:0 auto 15px;border-radius:50%;border:1px solid rgba(245,189,77,.82);display:grid;place-items:center;background:rgba(3,10,18,.95);box-shadow:0 0 17px rgba(245,189,77,.25),inset 0 0 14px rgba(245,189,77,.12)}.why-icon svg{width:34px;height:34px;stroke:#f5bd4d;fill:none;stroke-width:1.8}.why-card h3{color:#f5bd4d;font-family:Georgia,"Times New Roman",serif;font-size:16px;line-height:1.1;margin-bottom:10px}.why-card p{font-size:11px;line-height:1.45;color:#edf2f7}.why-card-line{width:70px;height:1px;background:#f5bd4d;margin:13px auto 0}.why-image-wrap{min-height:605px;border-left:1px solid rgba(245,189,77,.7);border-top:1px solid rgba(245,189,77,.7);border-bottom:1px solid rgba(245,189,77,.25);border-radius:170px 0 0 170px;padding:10px 0 10px 10px;overflow:hidden}.why-image{width:100%;min-height:585px;height:100%;border-radius:160px 0 0 160px;background:linear-gradient(90deg,rgba(2,9,18,.10),rgba(2,9,18,.02)),none center/cover no-repeat}.why-bottom-row{max-width:1280px;margin:16px auto 0;border:1px solid rgba(245,189,77,.62);border-radius:10px;background:rgba(4,12,22,.84);display:grid;grid-template-columns:repeat(5,1fr);overflow:hidden}.why-mini{display:flex;align-items:center;gap:15px;padding:20px 22px;border-right:1px solid rgba(245,189,77,.18)}.why-mini:last-child{border-right:0}.why-mini svg{width:46px;height:46px;min-width:46px;stroke:#f5bd4d;fill:none;stroke-width:1.8}.why-mini h4{color:#f5bd4d;font-size:13px;margin-bottom:6px}.why-mini p{color:#edf2f7;font-size:10.5px;line-height:1.35}@media(max-width:1050px){.why-choose-wrap{grid-template-columns:1fr}.why-heading,.why-desc,.why-kicker{max-width:100%}.why-image-wrap{min-height:420px;border-radius:30px;padding:8px;border:1px solid rgba(245,189,77,.55)}.why-image{min-height:400px;border-radius:24px}.why-card-grid{max-width:100%}.why-bottom-row{grid-template-columns:repeat(2,1fr)}.why-mini:nth-child(2n){border-right:0}}@media(max-width:640px){.why-choose-section{padding:30px 14px}.why-kicker{font-size:11px;letter-spacing:4px}.why-kicker:before,.why-kicker:after{width:42px}.why-heading{font-size:34px}.why-desc{font-size:12px}.why-card-grid{grid-template-columns:1fr}.why-card{min-height:auto}.why-image-wrap{min-height:280px}.why-image{min-height:265px}.why-bottom-row{grid-template-columns:1fr}.why-mini{border-right:0;border-bottom:1px solid rgba(245,189,77,.18)}.why-mini:last-child{border-bottom:0}}.land-section .icon-box{min-width:58px !important;width:58px !important;height:58px !important}.land-section .icon-box svg{width:28px !important;height:28px !important}.land-section .card-body{gap:12px !important}.land-section .card-text{padding-top:34px !important}.site-footer{background:#020912;color:#fff;padding:52px 32px 22px;font-family:'Montserrat',sans-serif;position:relative;overflow:hidden;border-top:1px solid rgba(245,189,77,.18)}.site-footer:before{content:"";position:absolute;right:0;top:0;width:420px;height:100%;background:linear-gradient(90deg,rgba(2,9,18,.96),rgba(2,9,18,.55)),radial-gradient(circle at 80% 18%,rgba(245,189,77,.08),transparent 28%);opacity:.9;pointer-events:none}.footer-pattern{position:absolute;right:40px;top:45px;width:340px;height:280px;opacity:.18;background:repeating-radial-gradient(circle at 80% 5%,rgba(245,189,77,.5) 0 1px,transparent 1px 14px)}.footer-building{position:absolute;right:18px;bottom:40px;width:360px;height:210px;opacity:.22;pointer-events:none}.footer-building svg{width:100%;height:100%;stroke:#d99a30;fill:none;stroke-width:1}.footer-wrap{max-width:1380px;margin:auto;position:relative;z-index:2;display:grid;grid-template-columns:1.2fr .75fr .85fr 1.35fr;gap:56px}.footer-logo{width:220px;height:auto;display:block;margin-bottom:22px}.footer-brand-line{width:110px;display:flex;align-items:center;gap:8px;margin:0 0 24px 100px}.footer-brand-line:before,.footer-brand-line:after{content:"";height:1px;background:#f5bd4d;flex:1}.footer-brand-line i{width:8px;height:8px;border:2px solid #f5bd4d;transform:rotate(45deg)}.footer-about p{color:#edf2f7;font-size:13px;line-height:1.75;max-width:310px;margin-bottom:24px}.footer-social{display:flex;gap:15px}.footer-social a{width:44px;height:44px;border:1px solid rgba(245,189,77,.8);border-radius:50%;display:grid;place-items:center;color:#f5bd4d;text-decoration:none;transition:.25s}.footer-social a:hover{background:#f5bd4d;color:#020912}.footer-social svg{width:20px;height:20px;fill:currentColor}.footer-col h3{color:#f5bd4d;text-transform:uppercase;font-size:16px;letter-spacing:.8px;margin-bottom:26px;font-weight:800}.footer-col h3:after{content:"";width:58px;height:1px;background:#d99a30;display:block;margin-top:16px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{border-bottom:1px solid rgba(255,255,255,.06)}.footer-links a{color:#fff;text-decoration:none;font-size:13px;display:flex;align-items:center;gap:12px;padding:12px 0}.footer-links a:before{content:"›";color:#f5bd4d;font-size:18px}.footer-land-list{list-style:none;padding:0;margin:0}.footer-land-list li{display:flex;align-items:center;gap:18px;padding:12px 0 17px;border-bottom:1px solid rgba(255,255,255,.06);color:#fff;font-size:14px}.footer-land-list svg{width:34px;height:34px;min-width:34px;stroke:#f5bd4d;fill:none;stroke-width:1.5}.contact-item{display:flex;gap:18px;margin-bottom:28px}.contact-icon{width:48px;height:48px;min-width:48px;border:1px solid rgba(245,189,77,.75);border-radius:50%;display:grid;place-items:center}.contact-icon svg{width:24px;height:24px;stroke:#f5bd4d;fill:none;stroke-width:1.8}.contact-text h4{color:#f5bd4d;font-size:15px;margin-bottom:8px}.contact-text p{color:#fff;font-size:13px;line-height:1.7}.footer-bottom{max-width:1380px;margin:38px auto 0;border-top:1px solid rgba(255,255,255,.12);padding-top:18px;color:#aeb8c5;font-size:12px;position:relative;z-index:2;text-align:center}@media(max-width:1050px){.footer-wrap{grid-template-columns:1fr 1fr;gap:36px}}@media(max-width:640px){.site-footer{padding:38px 18px 20px}.footer-wrap{grid-template-columns:1fr;gap:30px}.footer-logo{width:180px}.footer-brand-line{margin-left:70px}.footer-about p{max-width:100%}.footer-building,.footer-pattern{opacity:.08}}.floating-actions{position:fixed;right:14px;bottom:20%;z-index:9999;display:flex;flex-direction:column;gap:8px}.float-btn{width:62px;height:62px;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;font-family:'Montserrat',sans-serif;font-size:9px;line-height:1.1;font-weight:700;text-align:center;transition:.25s ease}.float-btn svg{width:21px;height:21px;margin-bottom:5px;stroke:currentColor;fill:none;stroke-width:2.2}.float-btn.call{background:linear-gradient(180deg,#ffd36c,#d99a30);color:#050505;border:0}.float-btn.dark{background:#06111e;color:#fff;border:1.6px solid #f5bd4d}.float-btn.dark svg{color:#f5bd4d}.float-btn:hover{transform:translateX(-4px);box-shadow:0 8px 22px rgba(0,0,0,.28)}@media(max-width:768px){.floating-actions{right:8px;bottom:20%;gap:7px}.float-btn{width:54px;height:54px;border-radius:10px;font-size:8px}.float-btn svg{width:18px;height:18px;margin-bottom:4px}}:root{--gold:#f5bd4d;--dark:#020912}.headline,.title,.about-title,.invest-title,.gallery-title,.why-heading,.commit-text h3{font-family:Georgia,"Times New Roman",serif !important}.hero{background-image:linear-gradient(90deg,rgba(1,9,16,.94) 0%,rgba(2,9,16,.76) 32%,rgba(2,9,16,.24) 66%,rgba(2,9,16,.42) 100%),none !important;background-size:cover !important;background-position:center center !important;background-repeat:no-repeat !important}.invest-image{background-image:linear-gradient(90deg,rgba(2,9,18,.55),rgba(2,9,18,.08)),none !important}.why-image{background-image:linear-gradient(90deg,rgba(2,9,18,.10),rgba(2,9,18,.02)),none !important}.gallery-card:nth-child(1) .gallery-img{background-image:none !important}.gallery-card:nth-child(2) .gallery-img{background-image:none !important}.gallery-card:nth-child(3) .gallery-img{background-image:none !important}.gallery-card:nth-child(4) .gallery-img{background-image:none !important}.gallery-card:nth-child(5) .gallery-img{background-image:none !important}.land-section .icon-box{width:58px !important;height:58px !important;min-width:58px !important}.land-section .icon-box svg{width:28px !important;height:28px !important}.land-section .card-body{gap:12px !important}[data-animate],.land-card,.about-card,.why-card,.gallery-card,.invest-section,.gallery-section,.site-footer{opacity:0;transform:translateY(34px);transition:opacity .85s ease,transform .85s ease}[data-animate].show,.land-card.show,.about-card.show,.why-card.show,.gallery-card.show,.invest-section.show,.gallery-section.show,.site-footer.show{opacity:1;transform:translateY(0)}.hero-content>*{animation:heroFadeUp .9s ease both}.hero-content>*:nth-child(2){animation-delay:.10s}.hero-content>*:nth-child(3){animation-delay:.20s}.hero-content>*:nth-child(4){animation-delay:.30s}.hero-content>*:nth-child(5){animation-delay:.40s}@keyframes heroFadeUp{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.land-card,.why-card,.gallery-card,.about-card{transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.land-card:hover,.why-card:hover,.gallery-card:hover,.about-card:hover{transform:translateY(-7px);box-shadow:0 22px 48px rgba(245,189,77,.12);border-color:rgba(245,189,77,.95)}.primary,.secondary,.invest-btn{transition:transform .25s ease,box-shadow .25s ease}.primary:hover,.secondary:hover,.invest-btn:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(245,189,77,.18)}.floating-actions{position:fixed !important;right:14px !important;bottom:20% !important;z-index:9999 !important;display:flex !important;flex-direction:column !important;gap:8px !important}.float-btn{width:62px !important;height:62px !important;border-radius:12px !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;text-decoration:none !important;font-family:'Montserrat',sans-serif !important;font-size:9px !important;line-height:1.1 !important;font-weight:700 !important;text-align:center !important;transition:.25s ease !important}.float-btn svg{width:21px !important;height:21px !important;margin-bottom:5px !important;stroke:currentColor !important;fill:none !important;stroke-width:2.2 !important}.float-btn.call{background:linear-gradient(180deg,#ffd36c,#d99a30) !important;color:#050505 !important;border:0 !important}.float-btn.dark{background:#06111e !important;color:#fff !important;border:1.6px solid #f5bd4d !important}.float-btn.dark svg{color:#f5bd4d !important}.float-btn:hover{transform:translateX(-4px) !important;box-shadow:0 8px 22px rgba(0,0,0,.28) !important}@media(max-width:768px){.hero{background-image:linear-gradient(90deg,rgba(1,9,16,.82),rgba(1,9,16,.35)),none !important;background-size:cover !important;background-position:center top !important;background-repeat:no-repeat !important}.floating-actions{right:8px !important;bottom:20% !important;gap:7px !important}.float-btn{width:54px !important;height:54px !important;border-radius:10px !important;font-size:8px !important}.float-btn svg{width:18px !important;height:18px !important;margin-bottom:4px !important}}.about-section{padding-left:20px !important;padding-right:20px !important}.about-wrap{max-width:1280px !important;width:100% !important;padding-left:28px !important;padding-right:28px !important}.about-main{gap:18px !important}@media(max-width:640px){.about-section{padding-left:4px !important;padding-right:4px !important}.about-wrap{padding-left:16px !important;padding-right:16px !important}}.headline{animation:heroHeadlineReveal 1.15s cubic-bezier(.22,1,.36,1) both !important;transform-origin:left center}.headline .gold{position:relative;display:block;background:linear-gradient(90deg,#f5bd4d,#fff0a8,#d99a30,#f5bd4d);background-size:220% auto;-webkit-background-clip:text;background-clip:text;color:transparent !important;animation:goldTextShine 3.5s linear infinite}@keyframes heroHeadlineReveal{0%{opacity:0;transform:translateY(55px) scale(.96);letter-spacing:9px;filter:blur(5px)}70%{opacity:1;filter:blur(0)}100%{opacity:1;transform:translateY(0) scale(1);letter-spacing:1px;filter:blur(0)}}@keyframes goldTextShine{0%{background-position:0% center}100%{background-position:220% center}}.primary,.secondary,.invest-btn,.float-btn{position:relative;overflow:hidden}.primary:before,.secondary:before,.invest-btn:before,.float-btn:before{content:"";position:absolute;top:0;left:-120%;width:60%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.35),transparent);transform:skewX(-25deg);transition:.6s}.primary:hover:before,.secondary:hover:before,.invest-btn:hover:before,.float-btn:hover:before{left:140%}@media(max-width:768px){.headline{animation:mobileHeroPop 1s cubic-bezier(.16,1,.3,1) both !important}@keyframes mobileHeroPop{0%{opacity:0;transform:translateY(34px) scale(.94);filter:blur(4px)}100%{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.feature,.stat,.land-card,.why-card,.gallery-card{animation:mobileFloatSoft 3.5s ease-in-out infinite}.feature:nth-child(2),.stat:nth-child(2),.land-card:nth-child(2),.why-card:nth-child(2),.gallery-card:nth-child(2){animation-delay:.25s}.feature:nth-child(3),.stat:nth-child(3),.land-card:nth-child(3),.why-card:nth-child(3),.gallery-card:nth-child(3){animation-delay:.45s}.feature:nth-child(4),.stat:nth-child(4),.land-card:nth-child(4),.why-card:nth-child(4),.gallery-card:nth-child(4){animation-delay:.65s}@keyframes mobileFloatSoft{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}.primary{animation:pulseGold 2.2s ease-in-out infinite}@keyframes pulseGold{0%,100%{box-shadow:0 0 0 rgba(245,189,77,0)}50%{box-shadow:0 0 24px rgba(245,189,77,.45)}}.floating-actions .float-btn{animation:floatButtonBounce 2.7s ease-in-out infinite}.floating-actions .float-btn:nth-child(2){animation-delay:.2s}.floating-actions .float-btn:nth-child(3){animation-delay:.4s}@keyframes floatButtonBounce{0%,100%{transform:translateX(0)}50%{transform:translateX(-4px)}}}.stat h3{transition:color .3s ease,text-shadow .3s ease}.stat.show h3,.stats.show .stat h3{text-shadow:0 0 14px rgba(245,189,77,.35)}.stats,.stat{border-bottom:none !important}.stats::before,.stats::after,.stat::before{display:none !important;content:none !important}.stat::after{content:"" !important;display:block !important;position:absolute !important;right:0 !important;top:0 !important;bottom:0 !important;width:1px !important;background:rgba(255,255,255,.18) !important}.stat:last-child::after{display:none !important}.headline .gold,.hero-title .gold{color:#f5bd4d !important;-webkit-text-fill-color:#f5bd4d !important;background:none !important;text-shadow:0 0 8px rgba(245,189,77,.22),0 0 18px rgba(245,189,77,.12) !important}.land-section,.about-section,.why-choose-section,.cta-gallery-wrap,.gallery-section,.invest-section,.site-footer,.land-card,.about-card,.why-card,.gallery-card,.values-box,.commit-box{opacity:0;transform:translateY(42px);transition:opacity .85s ease,transform .85s ease}.land-section.show,.about-section.show,.why-choose-section.show,.cta-gallery-wrap.show,.gallery-section.show,.invest-section.show,.site-footer.show,.land-card.show,.about-card.show,.why-card.show,.gallery-card.show,.values-box.show,.commit-box.show{opacity:1;transform:translateY(0)}@media(max-width:768px){.land-section,.about-section,.why-choose-section,.cta-gallery-wrap,.gallery-section,.invest-section,.site-footer,.land-card,.about-card,.why-card,.gallery-card{transition:opacity .7s ease,transform .7s ease}}.stats{border:1px solid rgba(255,255,255,.18) !important;border-radius:10px !important;overflow:hidden !important;display:grid !important;align-items:stretch !important}.stats::before,.stats::after{display:none !important;content:none !important}.stat{position:relative !important;height:100% !important;min-height:72px !important;border:0 !important;outline:0 !important;box-shadow:none !important}.stat::before{display:none !important;content:none !important}.stat::after{content:"" !important;display:block !important;position:absolute !important;top:0 !important;bottom:0 !important;right:0 !important;width:1px !important;height:auto !important;background:rgba(255,255,255,.18) !important}.stat:last-child::after{display:none !important}.stat>*,.stat div,.stat h3,.stat p,.stat svg{border-bottom:0 !important;outline:0 !important;box-shadow:none !important}.hero .stats,.stats{position:relative !important;overflow:hidden !important;border:1px solid rgba(255,255,255,.18) !important;border-radius:10px !important;display:grid !important;grid-template-columns:repeat(4,1fr) !important;align-items:stretch !important;background:rgba(3,13,24,.78) !important}.hero .stats::before,.hero .stats::after,.hero .stats .stat::before,.hero .stats .stat::after,.stats::before,.stats .stat::before,.stats .stat::after{display:none !important;content:none !important;width:0 !important;height:0 !important;background:none !important;border:0 !important}.hero .stats .stat,.stats .stat,.hero .stats .stat:nth-child(1),.hero .stats .stat:nth-child(2),.hero .stats .stat:nth-child(3),.hero .stats .stat:nth-child(4),.stats .stat:nth-child(1),.stats .stat:nth-child(2),.stats .stat:nth-child(3),.stats .stat:nth-child(4){position:relative !important;border:0 !important;border-top:0 !important;border-right:0 !important;border-bottom:0 !important;border-left:0 !important;outline:0 !important;box-shadow:none !important;min-height:72px !important}.hero .stats .stat *,.stats .stat *{border:0 !important;border-top:0 !important;border-right:0 !important;border-bottom:0 !important;border-left:0 !important;outline:0 !important;box-shadow:none !important}.hero .stats::after,.stats::after{content:"" !important;display:block !important;position:absolute !important;inset:0 !important;pointer-events:none !important;width:100% !important;height:100% !important;background:linear-gradient(to right,transparent calc(25% - .5px),rgba(255,255,255,.18) calc(25% - .5px),rgba(255,255,255,.18) calc(25%+.5px),transparent calc(25%+.5px) ),linear-gradient(to right,transparent calc(50% - .5px),rgba(255,255,255,.18) calc(50% - .5px),rgba(255,255,255,.18) calc(50%+.5px),transparent calc(50%+.5px) ),linear-gradient(to right,transparent calc(75% - .5px),rgba(255,255,255,.18) calc(75% - .5px),rgba(255,255,255,.18) calc(75%+.5px),transparent calc(75%+.5px) ) !important}@media(max-width:768px){.hero .stats,.stats{grid-template-columns:repeat(4,1fr) !important;margin-left:12px !important;margin-right:12px !important;width:calc(100% - 24px) !important;max-width:calc(100% - 24px) !important}}.land-card,.why-card,.gallery-card,.about-card,.values-box,.commit-box{animation:none !important}.land-card:hover,.why-card:hover,.gallery-card:hover,.about-card:hover{transform:translateY(-3px) !important;box-shadow:0 8px 18px rgba(245,189,77,.08) !important}*{transition-duration:.2s !important}section{content-visibility:auto;contain-intrinsic-size:800px}html{scroll-behavior:smooth}img{max-width:100%;height:auto}.hero,.invest-image,.why-image,.gallery-img{background-repeat:no-repeat!important;background-size:cover!important}section{content-visibility:auto;contain-intrinsic-size:900px}.hero{content-visibility:visible}.land-card,.why-card,.gallery-card,.about-card,.values-box,.commit-box,.invest-section,.gallery-section,.site-footer{animation:none!important}@media(max-width:768px){.hero{background-image:linear-gradient(90deg,rgba(1,9,16,.82),rgba(1,9,16,.35)),none!important;background-size:cover!important;background-position:center top!important}}.hero,.invest-image,.why-image,.gallery-img{background-size:cover !important;background-position:center !important;background-repeat:no-repeat !important}.hero{background-color:#020912 !important}.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,9,16,.94) 0%,rgba(2,9,16,.76) 32%,rgba(2,9,16,.24) 66%,rgba(2,9,16,.42) 100%);pointer-events:none;z-index:0}.hero>*{position:relative;z-index:1}@media(max-width:768px){.hero::before{background:linear-gradient(90deg,rgba(1,9,16,.82),rgba(1,9,16,.35))}}.hero,.invest-image,.why-image,.gallery-img{background-size:cover !important;background-position:center !important;background-repeat:no-repeat !important}.hero{background-color:#020912 !important}.hero,.invest-image,.why-image,.gallery-img{background-size:cover !important;background-position:center !important;background-repeat:no-repeat !important}.hero{min-height:720px;background-color:#020912}@media(max-width:768px){.hero{min-height:100vh;background-color:#020912}}.hero,.invest-image,.why-image,.gallery-img,.land-card .thumb{background-size:cover !important;background-position:center center !important;background-repeat:no-repeat !important}.hero{min-height:720px;background-color:#020912 !important}.land-card .thumb{display:block !important;width:100% !important;min-height:170px !important;height:170px !important;background-color:#07111d !important;border-radius:12px 12px 0 0 !important;opacity:1 !important;visibility:visible !important}@media(max-width:768px){.hero{min-height:100vh;background-color:#020912 !important}.land-card .thumb{min-height:120px !important;height:120px !important}}@media(max-width:768px){.cta-gallery-wrap .invest-actions,.invest-section .invest-actions{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;width:100% !important;gap:12px !important}.cta-gallery-wrap .invest-btn,.invest-section .invest-btn{width:92% !important;max-width:474px !important;min-height:42px !important;margin-left:auto !important;margin-right:auto !important;display:flex !important;align-items:center !important;justify-content:center !important;text-align:center !important;white-space:nowrap !important;font-size:11px !important;line-height:1 !important;padding:0 18px !important}.cta-gallery-wrap .invest-btn span,.invest-section .invest-btn span{white-space:nowrap !important}}.hero-search{width:min(730px,calc(100vw - 72px)) !important;margin-top:26px !important;padding:16px 18px !important;border:1.5px solid #f5bd4d !important;border-radius:12px !important;background:linear-gradient(90deg,rgba(3,12,20,.88),rgba(0,55,39,.62)) !important;display:grid !important;grid-template-columns:1fr 1fr 190px !important;gap:14px !important;align-items:end !important;box-shadow:0 12px 30px rgba(0,0,0,.25) !important}.hero-search .search-field{min-width:0 !important}.hero-search label{display:flex !important;align-items:center !important;gap:7px !important;color:#fff !important;font-size:14px !important;font-weight:800 !important;margin:0 0 8px !important;line-height:1 !important;letter-spacing:.2px !important}.hero-search label svg{width:16px !important;height:16px !important;stroke:#f5bd4d !important;fill:none !important;stroke-width:2 !important}.hero-search .select-wrap{height:48px !important;background:#fff !important;border-radius:8px !important;display:flex !important;align-items:center !important;padding:0 12px !important;gap:10px !important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.15) !important}.hero-search .select-wrap svg{width:18px !important;height:18px !important;stroke:#f5bd4d !important;fill:none !important;stroke-width:2 !important;flex:none !important}.hero-search select{width:100% !important;height:100% !important;border:0 !important;outline:0 !important;background:transparent !important;color:#050505 !important;font-family:'Montserrat',sans-serif !important;font-size:13px !important;font-weight:800 !important;appearance:auto !important;cursor:pointer !important}.hero-search .search-submit{height:48px !important;border:0 !important;border-radius:8px !important;background:linear-gradient(90deg,#ffd36c,#d99a30) !important;color:#050505 !important;font-family:'Montserrat',sans-serif !important;font-size:14px !important;font-weight:900 !important;text-transform:uppercase !important;letter-spacing:.3px !important;cursor:pointer !important;white-space:nowrap !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.35) !important}.hero-search .search-submit:hover{filter:brightness(1.05) !important;transform:translateY(-1px) !important}@media(max-width:900px){.hero-search{width:100% !important;grid-template-columns:1fr !important;padding:15px !important;gap:12px !important;margin-top:22px !important}.hero-search .search-submit{width:100% !important}.hero-search label{font-size:13px !important}.hero-search .select-wrap,.hero-search .search-submit{height:48px !important}}@media(max-width:640px){.hero-search{width:100% !important;margin-top:20px !important;border-radius:11px !important;padding:14px !important}.hero-search select{font-size:12px !important}.hero-search .search-submit{font-size:13px !important}}@media (min-width:901px){.hero-content{max-width:760px !important;overflow:visible !important}.hero-search{width:675px !important;max-width:675px !important;display:grid !important;grid-template-columns:1fr 1fr 190px !important;align-items:end !important;gap:14px !important;overflow:visible !important}.hero-search .search-submit{display:flex !important;align-items:center !important;justify-content:center !important;visibility:visible !important;opacity:1 !important;position:relative !important;z-index:2 !important;width:190px !important;min-width:190px !important;height:48px !important;margin:0 !important}}@media (max-width:900px){.hero-search .search-submit{display:flex !important;align-items:center !important;justify-content:center !important;visibility:visible !important;opacity:1 !important}}.hero-search .custom-select{position:relative !important;padding:0 !important;overflow:visible !important;z-index:20 !important}.hero-search .select-current{width:100% !important;height:48px !important;border:0 !important;outline:0 !important;background:#fff !important;border-radius:8px !important;display:flex !important;align-items:center !important;gap:10px !important;padding:0 12px !important;cursor:pointer !important;font-family:'Montserrat',sans-serif !important;color:#050505 !important;font-size:13px !important;font-weight:800 !important;text-align:left !important}.hero-search .select-current-icon{width:18px !important;height:18px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;flex:none !important}.hero-search .select-current-icon svg,.hero-search .select-option svg{width:18px !important;height:18px !important;stroke:#f5bd4d !important;fill:none !important;stroke-width:2 !important;flex:none !important}.hero-search .select-current-text{flex:1 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}.hero-search .select-arrow{font-size:18px !important;line-height:1 !important;color:#050505 !important;margin-left:auto !important;transform:translateY(-1px) !important}.hero-search .custom-select.open .select-arrow{transform:rotate(180deg) translateY(1px) !important}.hero-search .select-menu{display:none !important;position:absolute !important;left:0 !important;right:0 !important;top:calc(100%+7px) !important;background:#fff !important;border-radius:8px !important;border:1px solid rgba(245,189,77,.55) !important;box-shadow:0 16px 34px rgba(0,0,0,.35) !important;overflow:hidden !important;max-height:260px !important;overflow-y:auto !important;z-index:999 !important}.hero-search .custom-select.open .select-menu{display:block !important}.hero-search .select-option{width:100% !important;min-height:42px !important;border:0 !important;background:#fff !important;color:#050505 !important;display:flex !important;align-items:center !important;gap:10px !important;padding:10px 12px !important;font-family:'Montserrat',sans-serif !important;font-size:13px !important;font-weight:800 !important;text-align:left !important;cursor:pointer !important}.hero-search .select-option:hover,.hero-search .select-option.active{background:#fff6df !important}.hero-search .select-option span{white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}@media(max-width:640px){.hero-search .select-menu{max-height:220px !important}.hero-search .select-current,.hero-search .select-option{font-size:12px !important}}.hero,.hero-content,.hero-search,.hero-search .search-field,.hero-search .custom-select{overflow:visible !important}.hero-search .search-field{position:relative !important;z-index:30 !important}.hero-search .custom-select.open{z-index:10000 !important}.hero-search .select-menu{top:56px !important;left:0 !important;right:auto !important;width:100% !important;min-width:100% !important;padding:6px 0 !important;border-radius:10px !important;background:#fff !important;display:none !important;max-height:286px !important;overflow-y:auto !important;overflow-x:hidden !important;z-index:10001 !important}.hero-search .custom-select.open .select-menu{display:block !important}.hero-search .select-option{position:relative !important;z-index:1 !important;min-height:40px !important;color:#050505 !important}.hero-search .select-option svg{display:block !important}.hero-search .select-option span{display:block !important;color:#050505 !important}.hero-search .select-arrow{width:14px !important;height:14px !important;font-size:0 !important;position:relative !important;transform:none !important;flex:none !important}.hero-search .select-arrow::before{content:"" !important;position:absolute !important;left:3px !important;top:2px !important;width:7px !important;height:7px !important;border-right:2px solid #050505 !important;border-bottom:2px solid #050505 !important;transform:rotate(45deg) !important}.hero-search .custom-select.open .select-arrow{transform:none !important}.hero-search .custom-select.open .select-arrow::before{top:5px !important;transform:rotate(225deg) !important}@media(max-width:900px){.hero-search .select-menu{top:55px !important;max-height:250px !important}}.hero,.hero-content,.hero-search,.hero-search .search-field,.hero-search .custom-select{overflow:visible !important}.hero-search .custom-select{position:relative !important}.hero-search .select-current{position:relative !important;z-index:2 !important}.hero-search .select-menu{position:fixed !important;left:var(--dropdown-left,0px) !important;top:var(--dropdown-top,0px) !important;width:var(--dropdown-width,260px) !important;min-width:var(--dropdown-width,260px) !important;max-height:320px !important;overflow-y:auto !important;overflow-x:hidden !important;padding:6px 0 !important;margin:0 !important;background:#fff !important;border:1px solid rgba(245,189,77,.8) !important;border-radius:10px !important;box-shadow:0 18px 38px rgba(0,0,0,.42) !important;z-index:2147483000 !important;display:none !important}.hero-search .custom-select.open .select-menu{display:block !important}.hero-search .select-option{width:100% !important;min-height:42px !important;padding:10px 13px !important;display:flex !important;align-items:center !important;gap:10px !important;background:#fff !important;border:0 !important;color:#050505 !important;font-family:'Montserrat',sans-serif !important;font-size:13px !important;font-weight:800 !important;line-height:1.2 !important;text-align:left !important;cursor:pointer !important}.hero-search .select-option:hover,.hero-search .select-option.active{background:#fff6df !important}.hero-search .select-option svg{width:18px !important;height:18px !important;min-width:18px !important;display:block !important;stroke:#f5bd4d !important;fill:none !important;stroke-width:2 !important}.hero-search .select-option span{display:block !important;color:#050505 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}@media(max-width:640px){.hero-search .select-menu{max-height:245px !important}.hero-search .select-option{font-size:12px !important}}.hero-search .custom-select .select-menu,.hero-search .custom-select.open .select-menu{display:none !important;visibility:hidden !important;opacity:0 !important;pointer-events:none !important}.reeyan-select-portal{position:fixed !important;left:0;top:0;width:260px;max-height:320px;overflow-y:auto !important;overflow-x:hidden !important;background:#fff !important;border:1px solid rgba(245,189,77,.85) !important;border-radius:10px !important;box-shadow:0 18px 42px rgba(0,0,0,.48) !important;padding:6px 0 !important;margin:0 !important;z-index:2147483647 !important;display:none}.reeyan-select-portal.is-open{display:block !important}.reeyan-select-portal button{width:100% !important;min-height:42px !important;padding:10px 13px !important;border:0 !important;outline:0 !important;background:#fff !important;color:#050505 !important;display:flex !important;align-items:center !important;gap:10px !important;text-align:left !important;cursor:pointer !important;font-family:'Montserrat',sans-serif !important;font-size:13px !important;font-weight:800 !important;line-height:1.2 !important}.reeyan-select-portal button:hover,.reeyan-select-portal button.active{background:#fff6df !important}.reeyan-select-portal svg{width:18px !important;height:18px !important;min-width:18px !important;stroke:#f5bd4d !important;fill:none !important;stroke-width:2 !important;display:block !important}.reeyan-select-portal span{display:block !important;color:#050505 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}@media(max-width:640px){.reeyan-select-portal{max-height:245px !important}.reeyan-select-portal button{font-size:12px !important}}.hero-search .select-option,.reeyan-select-portal button{min-height:34px !important;padding:8px 12px !important;gap:9px !important;font-size:13px !important;font-weight:500 !important;line-height:1.15 !important}.hero-search .select-option svg,.reeyan-select-portal svg{width:15px !important;height:15px !important;min-width:15px !important}.hero-search .select-menu,.reeyan-select-portal{padding:4px 0 !important}@media(max-width:640px){.hero-search .select-option,.reeyan-select-portal button{min-height:32px !important;padding:7px 11px !important;font-size:12px !important;font-weight:500 !important}}html{scroll-behavior:auto!important}body{overscroll-behavior-y:auto!important}section,.hero,.land-section,.about-section,.why-choose-section,.cta-gallery-wrap,.gallery-section,.invest-section,.site-footer{content-visibility:visible!important;contain-intrinsic-size:auto!important}.land-section,.about-section,.why-choose-section,.cta-gallery-wrap,.gallery-section,.invest-section,.site-footer,.land-card,.about-card,.why-card,.gallery-card,.values-box,.commit-box{opacity:1!important;transform:none!important;transition:none!important;animation:none!important;filter:none!important}.headline,.headline .gold,.feature,.stat,.land-card,.why-card,.gallery-card,.about-card,.values-box,.commit-box,.primary,.secondary,.invest-btn,.float-btn,.floating-actions .float-btn{animation:none!important}.primary:before,.secondary:before,.invest-btn:before,.float-btn:before{display:none!important}.stats{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.land-card:hover,.why-card:hover,.gallery-card:hover,.about-card:hover{transform:translateY(-3px)!important}*{scroll-margin-top:0}@media(max-width:768px){.feature,.stat,.land-card,.why-card,.gallery-card,.floating-actions .float-btn,.primary{animation:none!important}}.footer-wrap{grid-template-columns:1.15fr .65fr .78fr 1.25fr!important;gap:34px!important}.footer-col h3{margin-bottom:18px!important}.footer-col h3:after{margin-top:10px!important}.footer-links a{padding:8px 0!important;gap:8px!important}.footer-land-list li{padding:7px 0 9px!important;border-bottom:1px solid rgba(255,255,255,.055)!important}.footer-land-link{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none;width:100%;font-size:14px;line-height:1.25}.footer-land-link:hover{color:#f5bd4d}.footer-land-link svg{width:28px!important;height:28px!important;min-width:28px!important}.contact-item{gap:12px!important;margin-bottom:16px!important}.contact-icon{width:42px!important;height:42px!important;min-width:42px!important}.contact-icon svg{width:21px!important;height:21px!important}.contact-text p{line-height:1.45!important}.contact-text a{color:#fff;text-decoration:none}.contact-text a:hover{color:#f5bd4d}.footer-bottom{margin-top:24px!important}.inner-hero{padding:110px 22px 70px;background:linear-gradient(135deg,#020912,#071523);border-bottom:1px solid rgba(245,189,77,.25)}.inner-container{max-width:1160px;margin:0 auto}.inner-eyebrow{color:#f5bd4d;text-transform:uppercase;letter-spacing:5px;font-weight:800;font-size:13px;margin-bottom:18px}.inner-hero h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(38px,5vw,72px);line-height:1.05;margin-bottom:18px;color:#fff}.inner-hero p{max-width:850px;color:#eaf0f7;line-height:1.8;font-size:17px}.simple-page{padding:70px 22px;background:#020912}.simple-page h2{color:#f5bd4d;margin:26px 0 12px;font-size:28px}.simple-page p{color:#eef3f9;line-height:1.85;margin-bottom:14px}.simple-page a{color:#f5bd4d}.simple-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.simple-grid a{display:block;text-decoration:none;border:1px solid rgba(245,189,77,.45);border-radius:16px;padding:24px;background:rgba(255,255,255,.035)}.simple-grid h3{color:#fff;font-size:24px;margin-bottom:10px}.simple-grid p{margin:0;color:#dfe8f2}@media(max-width:1000px){.footer-wrap{grid-template-columns:1fr 1fr!important;gap:28px!important}.simple-grid{grid-template-columns:1fr}}@media(max-width:640px){.footer-wrap{grid-template-columns:1fr!important;gap:24px!important}.contact-item{margin-bottom:14px!important}.footer-land-list li{padding:6px 0 8px!important}.inner-hero{padding:86px 18px 48px}.simple-page{padding:48px 18px}}.menu a.active{color:#f6b72f!important;border-bottom:2px solid #f6b72f;padding-bottom:14px}.pro-page{background:#020912;color:#fff;overflow:hidden}.inner-container{max-width:1440px;margin:0 auto;padding:0 28px}.section-kicker{display:flex;align-items:center;gap:18px;color:#f6b72f;text-transform:uppercase;font-weight:900;letter-spacing:.08em;margin:0 0 20px;font-size:15px}.section-kicker:after{content:"";width:74px;height:1px;background:#f6b72f;box-shadow:34px 0 0 -31px #f6b72f}.section-kicker:before{content:"";width:0;height:0}.pro-lead{font-size:17px;line-height:1.8;color:#e8eef4;max-width:690px;margin:0}.pro-about-hero{padding:86px 0 38px;background:radial-gradient(circle at 20% 0,rgba(246,183,47,.10),transparent 35%),linear-gradient(135deg,#020912 0%,#04111a 52%,#020912 100%)}.pro-hero-grid{display:grid;grid-template-columns:1fr .95fr;gap:56px;align-items:center}.pro-hero-content h1,.contact-left h1{font-size:48px;line-height:1.14;margin:0 0 22px;font-weight:900;letter-spacing:-.03em;color:#fff}.pro-hero-content h1 span,.contact-left h1 span{color:#f6b72f}.pro-image-card{border:1px solid rgba(246,183,47,.5);border-radius:10px;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.35);background:#07131d}.pro-image-card img{display:block;width:100%;height:420px;object-fit:cover;filter:saturate(1.05) contrast(1.05)}.about-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:42px}.about-stat{text-align:center;padding:18px 10px;border-right:1px solid rgba(255,255,255,.18);position:relative}.about-stat:last-child{border-right:0}.about-stat svg{width:44px;height:44px;margin:0 auto 12px;stroke:#f6b72f;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.about-stat strong{display:block;font-size:30px;line-height:1;color:#fff;font-weight:900;margin-bottom:8px}.about-stat span{font-size:13px;color:#e8eef4}.about-values-section{padding:26px 0 70px;background:#020912}.about-values-card{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(255,255,255,.12);border-radius:10px;background:linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.015));box-shadow:0 20px 55px rgba(0,0,0,.22);overflow:hidden}.about-value-item{display:grid;grid-template-columns:72px 1fr;gap:18px;padding:30px 28px;border-right:1px solid rgba(255,255,255,.14)}.about-value-item:last-child{border-right:0}.value-icon{width:62px;height:62px;border-radius:50%;border:1px solid #f6b72f;display:grid;place-items:center;background:rgba(246,183,47,.05)}.value-icon svg{width:31px;height:31px;stroke:#f6b72f;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.about-value-item h3{font-size:17px;margin:0 0 8px;color:#fff;font-weight:900}.about-value-item p{font-size:13px;line-height:1.7;margin:0;color:#d9e1e8}.contact-hero-section{padding:34px 0 40px;background:radial-gradient(circle at 12% 8%,rgba(246,183,47,.09),transparent 28%),linear-gradient(135deg,#020912 0%,#04111a 55%,#020912 100%)}.contact-layout-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:start}.breadcrumb{display:flex;gap:5px;align-items:center;margin:-110px 0 80px;color:#d9e1e8;font-size:13px}.breadcrumb a{color:#f6b72f;text-decoration:none}.contact-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:32px}.mini-contact{padding:18px 14px;border-right:1px solid rgba(255,255,255,.16);min-height:160px}.mini-contact:last-child{border-right:0}.mini-contact svg{width:46px;height:46px;stroke:#f6b72f;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;margin-bottom:12px}.mini-contact h3{font-size:14px;color:#fff;margin:0 0 10px;font-weight:900}.mini-contact p,.mini-contact a{font-size:13px;line-height:1.65;color:#e8eef4;text-decoration:none}.mini-contact a:hover{color:#f6b72f}.contact-form-card{padding:30px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:linear-gradient(135deg,rgba(255,255,255,.05),rgba(255,255,255,.015));box-shadow:0 20px 65px rgba(0,0,0,.28)}.form-title{margin:0 0 24px;color:#f6b72f;text-transform:uppercase;font-weight:900;letter-spacing:.04em}.contact-form{display:grid;gap:14px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form input,.contact-form select,.contact-form textarea{width:100%;box-sizing:border-box;background:#07131d;border:1px solid rgba(255,255,255,.18);border-radius:4px;color:#fff;padding:16px 15px;font-family:inherit;outline:none}.contact-form textarea{height:112px;resize:vertical}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#f6b72f;box-shadow:0 0 0 3px rgba(246,183,47,.08)}.submit-btn{width:185px;border:0;border-radius:4px;background:linear-gradient(135deg,#ffc246,#e99d15);color:#07131d;font-weight:900;text-transform:uppercase;letter-spacing:.03em;padding:15px 18px;cursor:pointer;box-shadow:0 14px 30px rgba(246,183,47,.18)}.submit-btn span{margin-left:14px}.contact-form small{font-size:12px;color:#d9e1e8}.contact-form small:before{content:"🔒 ";color:#f6b72f}.office-map-section{padding:0 0 72px;background:#020912}.office-grid{display:grid;grid-template-columns:.75fr .7fr 1.35fr;gap:30px;align-items:stretch}.office-image,.office-info-card,.map-card{border:1px solid rgba(255,255,255,.12);border-radius:8px;overflow:hidden;background:#07131d}.office-image img{width:100%;height:260px;display:block;object-fit:cover}.office-info-card{padding:26px}.office-info-card h2{font-size:25px;margin:0 0 18px}.office-info-card ul{list-style:none;margin:0;padding:0;display:grid;gap:14px}.office-info-card li{display:grid;grid-template-columns:24px 1fr;gap:12px;color:#e8eef4;line-height:1.6;font-size:14px}.office-info-card a{color:#e8eef4;text-decoration:none}.office-info-card a:hover{color:#f6b72f}.office-info-card span{color:#f6b72f}.map-card iframe{width:100%;height:100%;min-height:260px;border:0;filter:grayscale(1) invert(.9) contrast(.9) brightness(.75);opacity:.85}@media (max-width:1024px){.pro-hero-grid,.contact-layout-grid,.office-grid{grid-template-columns:1fr}.about-values-card{grid-template-columns:repeat(2,1fr)}.about-value-item:nth-child(2){border-right:0}.contact-mini-grid{grid-template-columns:1fr 1fr}.pro-image-card img{height:360px}}@media (max-width:640px){.inner-container{padding:0 18px}.pro-about-hero,.contact-hero-section{padding-top:46px}.pro-hero-content h1,.contact-left h1{font-size:36px}.about-stats-grid{grid-template-columns:repeat(2,1fr)}.about-stat:nth-child(2){border-right:0}.about-values-card{grid-template-columns:1fr}.about-value-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.14)}.about-value-item:last-child{border-bottom:0}.contact-mini-grid,.form-row{grid-template-columns:1fr}.mini-contact{border-right:0;border-bottom:1px solid rgba(255,255,255,.14)}.mini-contact:last-child{border-bottom:0}.contact-form-card{padding:22px}.submit-btn{width:100%}}.floating-actions{position:fixed!important;right:18px!important;top:50%!important;transform:translateY(-50%)!important;display:flex!important;flex-direction:column!important;gap:10px!important;z-index:9999!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}.floating-actions .float-btn{width:72px!important;min-height:72px!important;border-radius:14px!important;border:1.5px solid #f5bd4d!important;background:#07131d!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:6px!important;text-decoration:none!important;font-size:10px!important;font-weight:800!important;line-height:1.1!important;box-shadow:0 8px 24px rgba(0,0,0,.28)!important}.floating-actions .float-btn.call,.floating-actions .float-btn:first-child{background:linear-gradient(180deg,#ffd36c,#d99a30)!important;color:#050505!important;border-color:transparent!important}.floating-actions .float-btn.enquiry{background:#07131d!important;color:#fff!important}.floating-actions .float-btn svg{width:23px!important;height:23px!important;stroke:currentColor!important;fill:none!important;stroke-width:2!important}.map-card iframe{width:100%!important;height:100%!important;min-height:360px!important;border:0!important;filter:none!important;opacity:1!important;display:block!important}.map-card{min-height:360px!important;background:#07131d!important;overflow:hidden!important}@media(max-width:768px){.floating-actions{right:10px!important;gap:8px!important}.floating-actions .float-btn{width:58px!important;min-height:58px!important;font-size:9px!important;border-radius:12px!important}.floating-actions .float-btn svg{width:19px!important;height:19px!important}.map-card,.map-card iframe{min-height:320px!important}}.type-page{background:#020912;color:#fff}.type-page-hero{padding:34px 0 28px;background:radial-gradient(circle at 14% 10%,rgba(246,183,47,.08),transparent 28%),linear-gradient(135deg,#020912 0%,#04111a 55%,#020912 100%);border-bottom:1px solid rgba(255,255,255,.08)}.type-hero-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:56px;align-items:center}.type-hero-content h1{font-size:48px;line-height:1.16;margin:0 0 22px;font-weight:900;letter-spacing:-.03em;color:#fff;max-width:660px}.type-hero-content h1 span{color:#f6b72f}.type-hero-image{border:1px solid rgba(246,183,47,.45);border-radius:10px;overflow:hidden;background:#07131d;box-shadow:0 20px 55px rgba(0,0,0,.28)}.type-hero-image img{display:block;width:100%;height:350px;object-fit:cover;filter:saturate(1.05) contrast(1.04) brightness(.82)}.type-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.type-primary-btn,.type-outline-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:46px;padding:0 22px;border-radius:5px;text-decoration:none;font-weight:900;font-size:13px;letter-spacing:.02em}.type-primary-btn{background:linear-gradient(135deg,#ffc246,#e99d15);color:#07131d;box-shadow:0 14px 30px rgba(246,183,47,.15)}.type-outline-btn{border:1px solid rgba(246,183,47,.7);color:#f6b72f;background:rgba(255,255,255,.02)}.type-land-showcase{padding:28px 0 62px;background:#020912}.type-card-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;align-items:stretch}.type-card-pro{position:relative;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.014));overflow:visible;padding:30px 16px 18px;box-shadow:0 18px 50px rgba(0,0,0,.20)}.type-card-pro img{width:100%;height:118px;object-fit:cover;border-radius:6px;display:block;margin-bottom:22px;filter:saturate(1.04) contrast(1.04) brightness(.9)}.type-icon-badge{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);width:68px;height:68px;border-radius:50%;border:1px solid #f6b72f;background:#07131d;display:grid;place-items:center;box-shadow:0 10px 28px rgba(0,0,0,.35);z-index:2}.type-icon-badge svg{width:34px;height:34px;stroke:#f6b72f;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.type-card-body{text-align:center}.type-card-body h2{font-size:18px;line-height:1.25;margin:0 0 12px;color:#fff;font-weight:900}.type-card-body p{font-size:13px;line-height:1.75;color:#e4ebf2;margin:0 auto 18px;max-width:235px}.type-card-body a{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-width:160px;min-height:36px;border:1px solid rgba(246,183,47,.85);border-radius:5px;color:#f6b72f;text-decoration:none;font-weight:900;font-size:12px}.type-card-body a:hover{background:#f6b72f;color:#07131d}@media(max-width:1200px){.type-card-grid{grid-template-columns:repeat(3,1fr);gap:22px}.type-card-pro{padding-top:38px}.type-hero-grid{grid-template-columns:1fr;gap:30px}.type-hero-image img{height:330px}}@media(max-width:760px){.type-page-hero{padding-top:28px}.type-hero-content h1{font-size:36px}.type-card-grid{grid-template-columns:1fr;gap:34px}.type-card-pro{padding:42px 18px 22px}.type-card-pro img{height:170px}.type-hero-actions{flex-direction:column}.type-primary-btn,.type-outline-btn{width:100%}.type-hero-image img{height:230px}}.location-page .type-hero h1,.location-page .location-hero h1{max-width:980px !important;line-height:1.16 !important}.location-page .type-hero h1 span,.location-page .location-hero h1 span{display:block !important}@media(max-width:920px){.location-page .type-hero h1{font-size:clamp(32px,8vw,44px) !important}}@media (max-width:1024px){body .type-page .type-hero-grid{display:block !important;grid-template-columns:1fr !important}body .type-page .type-hero-image{display:none !important;visibility:hidden !important;height:0 !important;margin:0 !important;padding:0 !important;overflow:hidden !important}body .type-page .type-card-grid{display:flex !important;flex-direction:column !important;grid-template-columns:none !important;gap:28px !important;width:100% !important}body .type-page .type-card-pro{width:100% !important;max-width:100% !important;flex:0 0 auto !important;margin:0 !important;box-sizing:border-box !important}body .type-page .type-card-pro img{height:190px !important;width:100% !important}}@media (max-width:520px){body .type-page .type-page-hero{padding-top:22px !important}body .type-page .type-hero-content h1{font-size:30px !important;line-height:1.2 !important}body .type-page .pro-lead{font-size:14px !important;line-height:1.65 !important}body .type-page .type-card-pro{padding:42px 14px 20px !important}body .type-page .type-card-pro img{height:150px !important}}@media (max-width:1100px){.menu.open a.active::after,.menu.mobile-open a.active::after,.menu.open a::after,.menu.mobile-open a::after{display:none !important;content:none !important;width:0 !important;height:0 !important;background:transparent !important}.menu.open a,.menu.mobile-open a{border-bottom:none !important;box-shadow:none !important;text-decoration:none !important}body.menu-is-open .floating-actions,body.menu-is-open .float-actions{display:none !important}}.hero-location-label{display:inline-flex!important;align-items:center!important;gap:8px!important;width:auto!important;max-width:100%!important;color:#f5b72f!important;font-size:13px!important;font-weight:800!important;letter-spacing:1.6px!important;text-transform:uppercase!important;margin:12px 0 14px!important;padding:8px 13px!important;border:1px solid rgba(245,183,47,.65)!important;border-radius:999px!important;background:rgba(245,183,47,.07)!important;box-shadow:none!important;line-height:1!important}.hero-location-label .loc-icon{display:none!important}.hero-location-label .loc-svg{width:16px!important;height:16px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important;flex:0 0 auto!important}.hero-location-label span{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}@media(max-width:767px){.breadcrumb,.breadcrumb-nav,.page-breadcrumb{display:flex!important;align-items:center!important;flex-wrap:nowrap!important;gap:5px!important;white-space:nowrap!important;overflow:hidden!important;max-width:100%!important;font-size:10.5px!important;line-height:2.2!important;margin-bottom:40px!important}.breadcrumb a,.breadcrumb span,.breadcrumb-nav a,.breadcrumb-nav span,.page-breadcrumb a,.page-breadcrumb span{display:inline-flex!important;align-items:center!important;flex:0 1 auto!important;min-width:0!important;white-space:nowrap!important}.breadcrumb a:nth-of-type(2),.breadcrumb a:nth-of-type(3){max-width:62px!important;overflow:hidden!important;text-overflow:ellipsis!important}.breadcrumb span[aria-current="page"],.breadcrumb span:last-child{max-width:56px!important;overflow:hidden!important;text-overflow:ellipsis!important}.hero-location-label{font-size:10.5px!important;letter-spacing:.8px!important;margin:8px 0 10px!important;padding:7px 10px!important;gap:6px!important}.hero-location-label .loc-svg{width:13px!important;height:13px!important}.mobile-menu a,.menu a{border-bottom:none!important;box-shadow:none!important}.mobile-menu a::after,.menu a::after{display:none!important;content:none!important}body.menu-open .floating-actions,body.menu-open .float-actions{display:none!important}.type-card-grid,.types-grid,.land-types-grid,.type-of-land-grid{grid-template-columns:1fr!important;display:grid!important}.type-card,.land-card{width:100%!important;max-width:100%!important}.type-hero-visual,.type-hero-image,.hero-visual,.hero-image{display:none!important}}.type-hero .hero-location-label{display:inline-flex!important;align-items:center!important;width:max-content!important;max-width:100%!important;margin:4px 0 22px!important}.type-hero .hero-search .hero-location-label{display:none!important}.type-hero p+.hero-location-label{margin-top:0!important}.type-hero .hero-location-label span{text-transform:uppercase!important}.type-page .about-white-section{max-width:none!important;width:100%!important;margin:0!important;padding:88px 20px!important;background:linear-gradient(180deg,#ffffff 0%,#f8f5ee 100%)!important;color:#07111c!important;border-top:1px solid rgba(210,164,52,.24)!important;border-bottom:1px solid rgba(210,164,52,.24)!important}.type-page .about-white-section .about-type{max-width:1180px!important;margin:0 auto!important;align-items:center!important}.type-page .about-white-section .type-eyebrow{color:#b98213!important}.type-page .about-white-section h2,.type-page .about-white-section .about-type h2{color:#07111c!important}.type-page .about-white-section .about-type h2 span{color:#b98213!important}.type-page .about-white-section .about-type p,.type-page .about-white-section p{color:#415064!important}.type-page .about-white-section .gold-list div{background:#fff!important;border:1px solid rgba(201,145,31,.22)!important;box-shadow:0 14px 34px rgba(7,17,28,.08)!important}.type-page .about-white-section .gold-list strong{color:#b98213!important}.type-page .about-white-section .gold-list span{color:#4a5870!important}.type-page .about-white-section .gold-list svg{stroke:#b98213!important}.type-page .about-white-section .about-type-img{background:#fff!important;border:1px solid rgba(201,145,31,.34)!important;box-shadow:0 22px 60px rgba(7,17,28,.13)!important}.type-page .about-white-section+section{margin-top:0!important}@media(max-width:768px){.type-page .about-white-section{padding:62px 18px!important}.type-hero .hero-location-label{margin:2px 0 18px!important}}.hero-title,.hero-content h1{max-width:900px;line-height:1.08;word-break:normal;overflow-wrap:normal;hyphens:none}.hero-title span,.hero-content h1 span{white-space:nowrap}@media(max-width:768px){.hero-title,.hero-content h1{font-size:44px;max-width:100%}}.type-hero .type-kicker{display:none!important}.type-hero h1{max-width:1100px!important;width:100%!important;line-height:1.06!important;word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important}.type-hero h1 .h1-keep{white-space:nowrap!important;color:#ffc545!important}.type-hero .hero-location-label{display:inline-flex!important;align-items:center!important;gap:8px!important;width:max-content!important;max-width:100%!important;margin:0 0 22px!important;padding:9px 16px!important;border:1px solid rgba(255,197,69,.85)!important;border-radius:999px!important;background:rgba(2,25,20,.55)!important;color:#ffc545!important}.type-hero .hero-location-label span{text-transform:uppercase!important;letter-spacing:1.8px!important;font-size:13px!important;font-weight:800!important}.type-hero .hero-location-label svg{width:16px!important;height:16px!important;fill:none!important;stroke:#ffc545!important;stroke-width:2!important}.type-hero .hero-search .hero-location-label{display:none!important}@media(max-width:768px){.type-hero h1{font-size:clamp(29px,8.1vw,36px)!important;line-height:1.12!important;max-width:100%!important}.type-hero h1 .h1-keep{white-space:normal!important}.type-hero .hero-location-label{margin:0 0 18px!important;padding:7px 12px!important}.type-hero .hero-location-label span{font-size:11px!important;letter-spacing:1.1px!important}}@media(min-width:769px) and (max-width:1180px){.type-hero h1{font-size:clamp(40px,5vw,58px)!important}}
/* Reeyan popup form styles */
body.modal-open{overflow:hidden}.reeyan-modal{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:18px}.reeyan-modal.is-open{display:flex}.reeyan-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(4px)}.reeyan-modal-box{position:relative;width:min(94vw,460px);background:#06101b;border:1px solid rgba(245,189,77,.55);border-radius:22px;padding:28px;box-shadow:0 30px 90px rgba(0,0,0,.45);color:#fff}.reeyan-modal-close{position:absolute;right:14px;top:12px;width:36px;height:36px;border:1px solid rgba(245,189,77,.45);border-radius:50%;background:#020912;color:#f5bd4d;font-size:26px;line-height:1;cursor:pointer}.reeyan-modal-box h3{font-size:26px;margin:0 38px 8px 0;color:#f5bd4d}.reeyan-modal-box p{font-size:14px;line-height:1.55;margin:0 0 18px;color:#dfe8f5}.reeyan-popup-form{display:grid;gap:12px}.reeyan-popup-form input,.reeyan-popup-form select,.reeyan-popup-form textarea{width:100%;border:1px solid rgba(255,255,255,.15);background:#020912;color:#fff;border-radius:12px;padding:13px 14px;font-family:inherit;outline:none}.reeyan-popup-form textarea{min-height:92px;resize:vertical}.reeyan-popup-form input:focus,.reeyan-popup-form select:focus,.reeyan-popup-form textarea:focus{border-color:#f5bd4d}.reeyan-popup-form button{border:0;border-radius:14px;background:linear-gradient(90deg,#ffd36c,#d99a30);color:#050505;font-weight:800;padding:14px 18px;cursor:pointer;text-transform:uppercase}.loc-card small{display:block;margin-top:6px;color:#b8c4d8;font-size:12px;font-weight:600;line-height:1.3}@media(max-width:520px){.reeyan-modal-box{padding:24px 18px}.reeyan-modal-box h3{font-size:22px}}


/* ===== Reeyan professional conversion + SEO upgrade ===== */
.reeyan-upgrade-section{padding:78px 20px;background:#f8f5ee;color:#07111c}.reeyan-upgrade-wrap{max-width:1180px;margin:0 auto}.reeyan-upgrade-head{max-width:820px;margin:0 auto 34px;text-align:center}.reeyan-upgrade-kicker{display:inline-flex;align-items:center;gap:8px;color:#b98213;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;font-size:12px;margin-bottom:10px}.reeyan-upgrade-head h2{font-size:clamp(28px,3.5vw,44px);line-height:1.12;margin:0 0 14px;color:#07111c}.reeyan-upgrade-head h2 span{color:#b98213}.reeyan-upgrade-head p{font-size:16px;line-height:1.75;color:#4a5870;margin:0}.reeyan-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.reeyan-trust-card{background:#fff;border:1px solid rgba(201,145,31,.18);border-radius:22px;padding:24px;box-shadow:0 16px 45px rgba(7,17,28,.08)}.reeyan-trust-card svg{width:34px;height:34px;fill:none;stroke:#b98213;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;margin-bottom:16px}.reeyan-trust-card h3{margin:0 0 8px;font-size:18px;color:#07111c}.reeyan-trust-card p{margin:0;color:#506176;font-size:14px;line-height:1.65}.reeyan-invest-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:22px;align-items:stretch}.reeyan-invest-box{background:#07111c;color:#fff;border-radius:28px;padding:34px;border:1px solid rgba(245,189,77,.24);box-shadow:0 22px 60px rgba(7,17,28,.18)}.reeyan-invest-box h2{font-size:clamp(26px,3vw,40px);margin:0 0 14px;color:#fff}.reeyan-invest-box h2 span{color:#f5bd4d}.reeyan-invest-box p{color:#dfe8f5;line-height:1.8;margin:0 0 18px}.reeyan-check-list{display:grid;gap:12px}.reeyan-check-list div{display:flex;gap:10px;align-items:flex-start;color:#eaf0f8;font-size:15px;line-height:1.55}.reeyan-check-list b{color:#f5bd4d}.reeyan-mini-cta{background:linear-gradient(135deg,#fff,#f7ecd4);border:1px solid rgba(201,145,31,.28);border-radius:28px;padding:34px;box-shadow:0 18px 54px rgba(7,17,28,.08)}.reeyan-mini-cta h3{font-size:26px;line-height:1.22;margin:0 0 12px;color:#07111c}.reeyan-mini-cta p{color:#536278;line-height:1.7;margin:0 0 20px}.reeyan-upgrade-actions{display:flex;gap:12px;flex-wrap:wrap}.reeyan-upgrade-actions a,.reeyan-upgrade-actions button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:13px 19px;font-weight:800;text-decoration:none;border:0;cursor:pointer;font-family:inherit}.reeyan-upgrade-actions .gold{background:linear-gradient(90deg,#ffd36c,#d99a30);color:#06101b}.reeyan-upgrade-actions .navy{background:#07111c;color:#fff;border:1px solid rgba(7,17,28,.15)}.reeyan-seo-links{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:26px}.reeyan-seo-links a{padding:10px 14px;border-radius:999px;background:#fff;color:#07111c;text-decoration:none;font-size:13px;font-weight:700;border:1px solid rgba(201,145,31,.2)}.reeyan-seo-links a:hover{color:#b98213;border-color:#b98213}.mobile-bottom-actions{display:none}.reeyan-modal-box .modal-note{font-size:12px;color:#aebbd0;margin-top:8px}.reeyan-popup-form input[name="source_page"]{display:none}.type-hero .type-hero-inner:after{content:'Verified Land • Legal Support • Site Visit Assistance';display:inline-flex;margin-top:14px;padding:9px 14px;border-radius:999px;border:1px solid rgba(255,211,108,.5);color:#ffd36c;background:rgba(2,9,18,.45);font-size:12px;font-weight:800;letter-spacing:.6px}.home-quick-links{padding:54px 20px;background:#07111c}.home-quick-links .reeyan-seo-links a{background:rgba(255,255,255,.06);color:#fff;border-color:rgba(245,189,77,.25)}@media(max-width:900px){.reeyan-trust-grid{grid-template-columns:repeat(2,1fr)}.reeyan-invest-grid{grid-template-columns:1fr}.reeyan-upgrade-section{padding:58px 18px}}@media(max-width:560px){.reeyan-trust-grid{grid-template-columns:1fr}.reeyan-upgrade-actions a,.reeyan-upgrade-actions button{width:100%}.type-hero .type-hero-inner:after{font-size:10.5px;line-height:1.4;align-items:center;text-align:center}.floating-actions{display:none!important}.mobile-bottom-actions{position:fixed;left:0;right:0;bottom:0;z-index:9998;display:grid;grid-template-columns:1fr 1fr 1fr;background:#07111c;border-top:1px solid rgba(245,189,77,.35);box-shadow:0 -12px 38px rgba(0,0,0,.26)}.mobile-bottom-actions a,.mobile-bottom-actions button{min-height:58px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:0;background:transparent;color:#fff;text-decoration:none;font-size:11px;font-weight:800;font-family:inherit}.mobile-bottom-actions svg{width:19px;height:19px;fill:none;stroke:#f5bd4d;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}body{padding-bottom:58px}}
