@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}*{font-family:Montserrat,sans-serif}h1,h2,h3,h4{font-family:Montserrat,sans-serif;font-weight:700}:root{--bg: #0a0a0a;--bg-elevated: #111111;--bg-card: #151515;--surface: #f8f8f8;--border: #e5e5e5;--border-gold: rgba(201,168,76,.35);--gold-grad: linear-gradient(135deg, #a07830 0%, #c9a84c 40%, #e8c96d 65%, #c9a84c 100%);--text-p: #1a1a1a;--text-s: #666666;--text-m: #888888;--gold: #c9a84c;--gold-light: #f0d080;--gold-dark: #a07830;--dark: #0a0a0a;--dark-2: #111111;--white: #ffffff;--gray: #f8f8f8;--text-dark: #1a1a1a;--text-muted: #666666;--font: "Montserrat", sans-serif;--font-h: "Montserrat", sans-serif;--font-b: "Montserrat", sans-serif;--radius: 12px;--shadow-gold: 0 0 40px rgba(201,168,76,.2)}html,body{overflow-x:hidden!important;width:100%!important;max-width:100vw!important}*{box-sizing:border-box!important}html{scroll-behavior:smooth}body{font-family:Montserrat,sans-serif;background:#fff;color:#1a1a1a;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{font-family:inherit;cursor:pointer;border:none;outline:none}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.gold-divider{width:60px;height:3px;background:var(--gold-grad);border-radius:2px;margin:1rem auto}.section{padding:5rem 1.5rem;max-width:1200px;margin:0 auto}.section-wrap{padding:5rem 0;position:relative}.eyebrow{font-family:var(--font-b);font-size:.75rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem}.section-title{font-family:Montserrat,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#1a1a1a;line-height:1.2;margin-bottom:1rem}.section-sub{font-size:1rem;color:#666;line-height:1.7;max-width:600px}.btn-gold{display:inline-flex;align-items:center;gap:.4rem;background:var(--gold-grad);color:#1a1000;font-weight:700;font-size:.95rem;padding:.85rem 2rem;border-radius:var(--radius);transition:box-shadow .25s,transform .2s}.btn-gold:hover{box-shadow:var(--shadow-gold);transform:translateY(-2px)}.btn-outline{display:inline-flex;align-items:center;gap:.4rem;background:transparent;color:var(--gold);font-weight:600;font-size:.95rem;padding:.85rem 2rem;border-radius:var(--radius);border:1.5px solid var(--gold);transition:background .25s,transform .2s}.btn-outline:hover{background:#c9a84c14;transform:translateY(-2px)}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.25rem 2rem;display:flex;align-items:center;justify-content:space-between;background:transparent;transition:background .35s ease,padding .3s ease,border-color .35s ease,box-shadow .35s ease;border-bottom:1px solid transparent}.navbar.scrolled{background:#fff;padding:.75rem 2rem;border-bottom:1px solid rgba(201,168,76,.25);box-shadow:0 2px 24px #00000014}.nav-logo-img-wrap{display:inline-flex;align-items:center;filter:drop-shadow(0 0 6px rgba(0,0,0,.9)) drop-shadow(0 1px 3px rgba(0,0,0,.8))}.nav-logo{display:flex;flex-direction:row;align-items:center;gap:.6rem;line-height:1}.nav-logo-brand{font-family:var(--font-h);font-size:1.1rem;font-weight:700;color:var(--gold);text-shadow:0 1px 4px rgba(0,0,0,.8)}.nav-logo-sub{font-size:10px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);opacity:.85;margin-top:0}.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}.nav-links a{font-size:.85rem;font-weight:600;color:#ffffffeb;transition:color .2s;position:relative}.nav-links a:after{content:"";position:absolute;left:0;bottom:-3px;width:0;height:2px;background:var(--gold);transition:width .25s}.nav-links a:hover{color:var(--gold)}.nav-links a:hover:after{width:100%}.navbar.scrolled .nav-links a{color:#1a1a1a}.navbar.scrolled .nav-links a:hover,.navbar.scrolled .nav-logo-brand{color:var(--gold)}.navbar.scrolled .nav-logo-sub{color:#666}.nav-enquire{font-size:.82rem;font-weight:700;padding:.6rem 1.4rem;border-radius:8px;background:var(--gold);color:#0a0a0a;white-space:nowrap;transition:box-shadow .2s,transform .2s}.nav-enquire:hover{box-shadow:var(--shadow-gold);transform:translateY(-1px)}.nav-hamburger{display:none;flex-direction:column;gap:5px;background:none;padding:4px}.nav-hamburger span{display:block;width:22px;height:2px;background:var(--gold);border-radius:2px;transition:transform .25s,opacity .25s}.navbar.scrolled .nav-hamburger span{background:#1a1a1a}.nav-mobile{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:999;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.nav-mobile.open{display:flex}.nav-mobile a{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700;color:#1a1a1a;transition:color .2s}.nav-mobile a:hover{color:var(--gold)}.nav-mobile-close{position:absolute;top:1.5rem;right:2rem;background:none;font-size:1.8rem;color:#1a1a1a}@media (max-width: 900px){.nav-links,.nav-enquire{display:none}.nav-hamburger{display:flex}}.hero{position:relative;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;pointer-events:none}.hero-dots{position:absolute;bottom:4.5rem;left:50%;transform:translate(-50%);display:flex;gap:.55rem;z-index:3}.hero-dot{width:8px;height:8px;border-radius:50%;background:#ffffff59;border:none;cursor:pointer;padding:0;transition:background .3s,transform .3s}.hero-dot.active{background:var(--gold);transform:scale(1.4)}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0009,#0006,#000000b3)}.hero-content{position:relative;z-index:2;text-align:center;padding:5rem 1.5rem 3rem;max-width:900px;margin:0 auto;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-tag{display:inline-flex;align-items:center;gap:.5rem;background:#c9a84c1f;border:1px solid rgba(201,168,76,.4);border-radius:999px;padding:.4rem 1.1rem;font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-light);margin-bottom:1.5rem}.hero-tag-dot{width:6px;height:6px;border-radius:50%;background:var(--gold);animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.3}}.hero-title{font-family:var(--font-h);font-size:clamp(2.8rem,7vw,5.5rem);font-weight:800;line-height:1.05;color:var(--white);margin-bottom:.5rem;text-shadow:0 2px 20px rgba(0,0,0,.5)}.hero-title-gold{background:var(--gold-grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub{font-size:clamp(1rem,2.5vw,1.25rem);color:#f0ede4d9;margin:1rem 0 .5rem;font-weight:300;letter-spacing:.02em}.hero-price{display:inline-block;margin:1.5rem 0;font-family:var(--font-h);font-size:clamp(1.6rem,4vw,2.5rem);font-weight:700;background:var(--gold-grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2.5rem}.hero-badge{background:#ffffff0f;border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:.45rem 1rem;font-size:.8rem;font-weight:500;color:var(--text-p);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-ctas{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.hero-scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.4rem;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:#ffffff59}.hero-scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,rgba(255,255,255,.35),transparent);animation:scroll-line 2s ease-in-out infinite}@keyframes scroll-line{0%,to{opacity:1;transform:scaleY(1)}50%{opacity:.3;transform:scaleY(.6)}}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}@media (max-width: 768px){h1{font-size:2rem!important}h2{font-size:1.6rem!important}h3{font-size:1.2rem!important}section{padding:3rem 1rem!important}.about-grid{grid-template-columns:1fr;gap:2rem}.about-img-wrap img{height:280px}.section{padding:3rem 1.25rem}.section-wrap{padding:3rem 0}}.about-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2.5rem}.about-stat{background:#f8f8f8;border:1px solid #e8e8e8;border-radius:var(--radius);padding:1.25rem;text-align:center}.about-stat-value{font-family:Montserrat,sans-serif;font-size:1.8rem;font-weight:800;background:var(--gold-grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-stat-label{font-size:.78rem;color:#666;margin-top:.25rem;font-weight:600;letter-spacing:.05em}.about-img-wrap{position:relative;border-radius:1.25rem;overflow:hidden}.about-img-wrap img{width:100%;height:520px;object-fit:cover;border-radius:1.25rem}.about-img-badge{position:absolute;bottom:1.5rem;right:1.5rem;background:#0a0a0ae6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-gold);border-radius:12px;padding:1rem 1.25rem;text-align:center}.about-img-badge-val{font-family:var(--font-h);font-size:1.5rem;font-weight:700;color:var(--gold)}.about-img-badge-lbl{font-size:.7rem;color:var(--text-s);letter-spacing:.08em}.about-usps{margin-top:2rem;display:flex;flex-direction:column;gap:.75rem}.about-usp{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:#555}.about-usp-dot{width:8px;height:8px;border-radius:50%;background:var(--gold);flex-shrink:0}.highlights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:3rem}@media (max-width: 900px){.highlights-grid{grid-template-columns:1fr 1fr}}@media (max-width: 540px){.highlights-grid{grid-template-columns:1fr}}.highlight-card{background:var(--bg-card);border:1px solid var(--border);border-radius:1rem;padding:2rem 1.5rem;transition:border-color .3s,box-shadow .3s;position:relative;overflow:hidden}.highlight-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--gold-grad);transform:scaleX(0);transition:transform .35s ease;transform-origin:left}.highlight-card:hover{border-color:var(--border-gold);box-shadow:var(--shadow-gold)}.highlight-card:hover:before{transform:scaleX(1)}.highlight-icon{font-size:2.2rem;margin-bottom:1rem}.highlight-title{font-family:var(--font-h);font-size:1.1rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.highlight-desc{font-size:.875rem;color:#ffffff9e;line-height:1.6}.highlight-tag{display:inline-block;margin-top:.85rem;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);border:1px solid var(--border-gold);border-radius:999px;padding:.25rem .7rem}.pricing-wrap{background:#fff}.pricing-table{width:100%;border-radius:1rem;overflow:hidden;border:1px solid #e5e5e5;margin-top:3rem}.pricing-table-head{display:grid;grid-template-columns:1fr 1.2fr 1.4fr 1.4fr;background:#f8f8f8;border-bottom:1px solid rgba(201,168,76,.3);padding:1rem 1.5rem}.pricing-table-head span{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold)}.pricing-row{display:grid;grid-template-columns:1fr 1.2fr 1.4fr 1.4fr;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e5e5;align-items:center;transition:background .2s}.pricing-row:last-child{border-bottom:none}.pricing-row:hover{background:#c9a84c0a}.pricing-type{font-family:var(--font-h);font-size:1rem;font-weight:700;color:#1a1a1a}.pricing-area{font-size:.9rem;color:var(--text-s)}.pricing-price{font-family:var(--font-h);font-size:1.1rem;font-weight:700;color:var(--gold)}.pricing-btn{font-size:.8rem;font-weight:700;padding:.55rem 1.1rem;border-radius:8px;background:transparent;color:var(--gold);border:1.5px solid var(--gold);transition:background .2s,color .2s;white-space:nowrap;cursor:pointer}.pricing-btn:hover{background:var(--gold);color:#1a1000}.pricing-disclaimer{margin-top:1rem;font-size:.75rem;color:var(--text-m);text-align:center}@media (max-width: 640px){.pricing-table-head,.pricing-row{grid-template-columns:1fr 1fr;gap:.5rem}.pricing-table-head span:nth-child(2),.pricing-row .pricing-area{display:none}}.amenities-wrap{background:#0a0a0a}.amenities-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-top:3rem}@media (max-width: 900px){.amenities-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 540px){.amenities-grid{grid-template-columns:repeat(2,1fr)}}.amenity-card{background:var(--bg-card);border:1px solid var(--border);border-radius:1rem;padding:1.5rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.6rem;text-align:center;transition:border-color .3s,transform .2s;cursor:default}.amenity-card:hover{border-color:var(--border-gold);transform:translateY(-4px)}.amenity-icon{font-size:1.8rem}.amenity-name{font-size:.8rem;font-weight:500;color:#ffffffbf;line-height:1.4}.amenity-card-img{width:100%;height:90px;object-fit:cover;border-radius:8px}.amenity-card.has-img{padding:.75rem .75rem 1rem;gap:.4rem}.gallery-wrap{background:#fff}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;gap:.75rem;margin-top:3rem}.gallery-item{position:relative;border-radius:.875rem;overflow:hidden;cursor:pointer}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover img{transform:scale(1.06)}.gallery-item-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.5) 0%,transparent 60%);opacity:0;transition:opacity .3s;display:flex;align-items:flex-end;padding:1rem}.gallery-item:hover .gallery-item-overlay{opacity:1}.gallery-item-1{grid-column:span 2;min-height:320px}.gallery-item-4,.gallery-item-8{grid-column:span 2;min-height:260px}.gallery-item-2,.gallery-item-3,.gallery-item-5,.gallery-item-6,.gallery-item-7,.gallery-item-9{min-height:260px}@media (max-width: 768px){.gallery-grid{grid-template-columns:1fr 1fr}.gallery-item-1,.gallery-item-4,.gallery-item-8{grid-column:span 2;min-height:220px}.gallery-item-2,.gallery-item-3,.gallery-item-5,.gallery-item-6,.gallery-item-7,.gallery-item-9{min-height:180px}}@media (max-width: 480px){.gallery-grid{grid-template-columns:1fr}.gallery-item-1,.gallery-item-2,.gallery-item-3,.gallery-item-4,.gallery-item-5,.gallery-item-6,.gallery-item-7,.gallery-item-8,.gallery-item-9{grid-column:span 1;min-height:220px}}.location-map{width:100%;height:420px;border-radius:1rem;overflow:hidden;border:1px solid var(--border);margin-top:2rem}.location-map iframe{width:100%;height:100%;border:none;filter:grayscale(.3) brightness(.85)}.location-tabs{display:flex;gap:.5rem;margin:2rem 0 1.25rem;flex-wrap:wrap}.location-tab{font-size:.82rem;font-weight:600;padding:.5rem 1.2rem;border-radius:999px;border:1px solid rgba(255,255,255,.2);color:#ffffffa6;background:none;cursor:pointer;transition:all .2s}.location-tab.active{background:var(--gold-grad);color:#1a1000;border-color:transparent}.location-tab:hover:not(.active){border-color:var(--gold);color:var(--gold)}.location-list{display:flex;flex-direction:column;gap:.6rem}.location-item{display:flex;align-items:center;justify-content:space-between;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:.9rem 1.25rem}.location-item-name{font-size:.9rem;font-weight:500;color:#ffffffd9;display:flex;align-items:center;gap:.5rem}.location-item-dist{font-size:.78rem;font-weight:600;color:var(--gold);background:#c9a84c1a;border-radius:999px;padding:.2rem .6rem}.popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:1.5rem}.popup-box{background:#fff;border:1px solid var(--border-gold);border-radius:1.25rem;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;padding:2.25rem;position:relative;box-shadow:0 0 60px #c9a84c26}.popup-close{position:absolute;top:1rem;right:1.25rem;background:none;font-size:1.5rem;color:#999;line-height:1;transition:color .2s}.popup-close:hover{color:#1a1a1a}.popup-title{font-family:var(--font-h);font-size:1.6rem;font-weight:700;color:#1a1a1a;margin-bottom:.35rem}.popup-sub{font-size:.85rem;color:#666;margin-bottom:1.75rem}.form-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.form-label{font-size:.78rem;font-weight:600;letter-spacing:.05em;color:var(--text-s);text-transform:uppercase}.form-input,.form-select,.form-textarea{width:100%;background:#f8f8f8;border:1px solid #e5e5e5;border-radius:8px;padding:.75rem 1rem;font-family:var(--font-b);font-size:.9rem;color:#1a1a1a;transition:border-color .2s;outline:none}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--gold)}.form-select{cursor:pointer}.form-select option{background:#fff;color:#1a1a1a}.form-textarea{resize:vertical;min-height:90px}.form-submit{width:100%;padding:.9rem;border-radius:10px;font-size:.95rem;font-weight:700;background:var(--gold-grad);color:#1a1000;margin-top:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:box-shadow .2s,transform .2s}.form-submit:hover:not(:disabled){box-shadow:var(--shadow-gold);transform:translateY(-1px)}.form-submit:disabled{opacity:.6;cursor:not-allowed}.form-error{font-size:.82rem;color:#f87171;margin-top:.5rem;text-align:center}.spinner{width:18px;height:18px;border:2px solid rgba(26,16,0,.3);border-top-color:#1a1000;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.whatsapp-fab{position:fixed;bottom:5.5rem;right:1.5rem;z-index:9999;width:54px;height:54px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36666;transition:transform .2s,box-shadow .2s;font-size:1.5rem}.whatsapp-fab:hover{transform:scale(1.1);box-shadow:0 6px 28px #25d3668c}.whatsapp-tooltip{position:absolute;right:calc(100% + .75rem);top:50%;transform:translateY(-50%);background:#111;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:.4rem .8rem;font-size:.75rem;color:#fff;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .2s}.whatsapp-fab:hover .whatsapp-tooltip{opacity:1}.mobile-call-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:var(--bg-elevated);border-top:1px solid var(--border);padding:.75rem 1rem}.mobile-call-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.8rem;border-radius:10px;background:var(--gold-grad);color:#1a1000;font-weight:700;font-size:.95rem}@media (max-width: 768px){.mobile-call-bar{display:block}.whatsapp-fab{bottom:5.5rem}}.footer{background:#060606;border-top:1px solid var(--border);padding:4rem 1.5rem 2rem}.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid var(--border)}@media (max-width: 900px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 540px){.footer-grid{grid-template-columns:1fr;gap:2rem}}.footer-brand{font-family:var(--font-h);font-size:1.2rem;font-weight:700;color:var(--gold)}.footer-tagline{font-size:.82rem;color:var(--text-s);margin-top:.35rem;line-height:1.6}.footer-contact{margin-top:1.25rem;display:flex;flex-direction:column;gap:.5rem}.footer-contact a{font-size:.85rem;color:var(--text-s);transition:color .2s}.footer-contact a:hover{color:var(--gold)}.footer-col-title{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footer-links a{font-size:.85rem;color:var(--text-s);transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-bottom{max-width:1200px;margin:2rem auto 0;display:flex;flex-direction:column;gap:1rem}.footer-disclaimer{font-size:.72rem;color:var(--text-m);line-height:1.7;border:1px solid var(--border);border-radius:8px;padding:1rem;background:#ffffff05}.footer-copy{font-size:.78rem;color:var(--text-m);text-align:center}@keyframes gold-shimmer{0%{border-color:#c9a84c4d;box-shadow:0 0 #c9a84c00}50%{border-color:#c9a84ccc;box-shadow:0 0 20px #c9a84c26}to{border-color:#c9a84c4d;box-shadow:0 0 #c9a84c00}}.footer-rera{background:#c9a84c0d;border:1px solid rgba(201,168,76,.4);border-radius:1.25rem;padding:2rem 2.5rem;display:flex;flex-direction:row;align-items:center;gap:2.5rem;max-width:760px;margin:2.5rem auto 0;animation:gold-shimmer 3.5s ease-in-out infinite}.footer-rera-qr{flex-shrink:0;width:150px;height:150px;border-radius:12px;overflow:hidden;border:2px solid rgba(201,168,76,.35);background:#fff;display:flex;align-items:center;justify-content:center}.footer-rera-qr img{width:100%;height:100%;object-fit:contain;display:block}.footer-rera-text{display:flex;flex-direction:column;gap:.55rem}.footer-rera-title{font-family:var(--font-h);font-size:1.15rem;font-weight:700;color:var(--gold);letter-spacing:.02em;margin:0}.footer-rera-number{font-size:.95rem;font-weight:700;color:var(--white);letter-spacing:.08em;margin:0}.footer-rera-text p{font-size:.85rem;line-height:1.6;color:var(--text-s);margin:0}.footer-rera-text a{font-size:.8rem;color:var(--gold-light);text-decoration:none;transition:color .2s}.footer-rera-text a:hover{color:var(--gold)}@media (max-width: 580px){.footer-rera{flex-direction:column;text-align:center;padding:1.75rem 1.5rem;gap:1.5rem}}.ty-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:#fff;text-align:center}.ty-box{max-width:520px}.ty-icon{font-size:4rem;margin-bottom:1rem}.ty-title{font-family:var(--font-h);font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#1a1a1a;margin-bottom:1rem}.ty-sub{font-size:1rem;color:#666;line-height:1.7;margin-bottom:2rem}.ty-project{font-family:var(--font-h);font-size:1.1rem;color:var(--gold);margin-bottom:2.5rem}
