.top-bar{z-index:1001;background:var(--red-dark);border-bottom:1px solid #ffffff1f;height:46px;position:fixed;top:0;left:0;right:0}.top-bar-inner{justify-content:space-between;align-items:center;max-width:1280px;height:100%;margin:0 auto;padding:0 2rem;display:flex}.top-bar-left{align-items:center;gap:1rem;display:flex}.top-bar-item{color:#ffffffeb;letter-spacing:.01em;font-size:15px;font-weight:600;font-family:var(--font-body);align-items:center;gap:.35rem;text-decoration:none;transition:color .2s;display:flex}.top-bar-item:hover{color:#fff}.top-bar-item.hours{color:#fff9;cursor:default;font-size:14px;font-weight:500}.top-bar-sep{color:#ffffff38;font-size:.85rem}.top-bar-right{align-items:center;gap:.5rem;display:flex}.top-bar-wa{color:#fff;letter-spacing:.02em;background:#25d36638;border:1px solid #25d36680;border-radius:100px;padding:.35rem 1.1rem;font-size:13px;font-weight:700;text-decoration:none;transition:background .2s}.top-bar-wa:hover{background:#25d36661}.navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:2px solid var(--red);background:#fffffff7;transition:box-shadow .3s;position:fixed;top:46px;left:0;right:0}.navbar.scrolled{box-shadow:var(--shadow-nav)}.nav-container{justify-content:space-between;align-items:center;max-width:1380px;height:74px;margin:0 auto;padding:0 2rem;display:flex}.nav-brand{cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;gap:.6rem;padding:0;display:flex}.nav-logo-img{object-fit:contain;width:auto;height:62px;display:block}.nav-logo-fallback{align-items:center;gap:.7rem;display:flex}.brand-logo-box{background:var(--red);color:#fff;width:52px;height:52px;font-size:1.15rem;font-weight:900;font-family:var(--font-serif);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.brand-text{flex-direction:column;line-height:1.25;display:flex}.brand-name{color:var(--red);font-size:1.55rem;font-weight:800;font-family:var(--font-body);letter-spacing:-.01em}.brand-sub{color:var(--blue);letter-spacing:.02em;font-size:.85rem;font-weight:500}.nav-links{align-items:center;gap:.25rem;display:flex}.nav-link{cursor:pointer;color:var(--text-primary);font-size:15.5px;font-weight:550;font-family:var(--font-body);white-space:nowrap;letter-spacing:.01em;background:0 0;border:none;border-radius:6px;padding:.55rem .9rem;transition:color .2s;position:relative}.nav-link:after{content:"";background:var(--red);transform-origin:0;border-radius:2px;height:2px;transition:transform .25s;position:absolute;bottom:4px;left:.9rem;right:.9rem;transform:scaleX(0)}.nav-link:hover{color:var(--red)}.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}.nav-link.active{color:var(--red);font-weight:700}.lang-btn{color:var(--red);border-radius:var(--radius-pill);cursor:pointer;font-size:.82rem;font-weight:700;font-family:var(--font-body);background:#cc1f1f14;border:1px solid #cc1f1f40;margin-left:.5rem;padding:.4rem .95rem;transition:all .2s}.lang-btn:hover{background:var(--red);color:#fff}.nav-right-mobile{align-items:center;gap:.5rem;display:none}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:flex}.hamburger span{background:var(--red);border-radius:2px;width:24px;height:2.5px;transition:all .3s;display:block}.hamburger.open span:first-child{transform:translateY(7.5px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7.5px)rotate(-45deg)}@media (width<=1080px){.nav-right-mobile{display:flex}.nav-links .lang-btn{display:none}.nav-links{border-bottom:2px solid var(--red);z-index:999;background:#fff;flex-direction:column;gap:.3rem;max-height:calc(100vh - 120px);padding:1.2rem;display:none;position:fixed;top:120px;left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001a}.nav-links.open{display:flex}.nav-link{text-align:center;border-radius:8px;width:100%;padding:.9rem;font-size:16px}.nav-link.active{background:#cc1f1f12}.nav-link:after{display:none}}@media (width<=600px){.top-bar-left .hours,.top-bar-left .top-bar-sep{display:none}.nav-logo-img{height:50px}.brand-name{font-size:1.2rem}.brand-sub{font-size:.75rem}}.footer-newsletter{background:var(--dark);border-top:3px solid var(--red);padding:2.5rem 0}.newsletter-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;max-width:1280px;margin:0 auto;padding:0 2rem;display:flex}.newsletter-text h3{font-family:var(--font-serif);color:#fff;margin-bottom:.3rem;font-size:1.2rem;font-weight:700}.newsletter-text p{color:#ffffff94;font-size:.84rem;font-weight:400}.newsletter-form{flex-wrap:wrap;gap:.6rem;display:flex}.newsletter-form input{color:#fff;font-size:.88rem;font-family:var(--font-body);background:#ffffff1a;border:1px solid #fff3;border-radius:8px;outline:none;min-width:240px;padding:.65rem 1.1rem;transition:border-color .2s}.newsletter-form input::placeholder{color:#ffffff59}.newsletter-form input:focus{border-color:var(--gold)}.newsletter-form button{background:var(--red);color:#fff;cursor:pointer;font-size:.88rem;font-weight:700;font-family:var(--font-body);white-space:nowrap;border:none;border-radius:8px;padding:.65rem 1.4rem;transition:background .2s}.newsletter-form button:hover{background:var(--red-dark)}.newsletter-success{color:#6ee7a0;font-size:.88rem;font-weight:600}.footer{color:#ffffffbf;background:#0f2419}.footer-main{max-width:1280px;margin:0 auto;padding:4rem 2rem 3rem}.footer-grid{grid-template-columns:1.8fr 1fr 1.2fr 1.3fr;gap:3rem;display:grid}.footer-brand{flex-direction:column;gap:1.1rem;display:flex}.footer-brand-row{align-items:center;gap:.75rem;display:flex}.footer-logo-img{object-fit:contain;flex-shrink:0;width:auto;height:56px}.footer-name{color:var(--gold);font-size:.95rem;font-weight:700;font-family:var(--font-body)}.footer-tagline{color:#ffffff61;letter-spacing:.15em;text-transform:uppercase;margin-top:2px;font-size:.65rem}.footer-about{color:#ffffff7a;max-width:300px;font-size:.83rem;font-weight:400;line-height:1.75}.footer-socials{gap:.6rem;display:flex}.social-btn{border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;text-decoration:none;transition:all .2s;display:flex}.social-btn.whatsapp{color:#25d366;background:#25d3661f}.social-btn.instagram{color:#e4405f;background:#e4405f1f}.social-btn.facebook{color:#1877f2;background:#1877f21f}.social-btn.youtube{color:red;background:#ff00001f}.social-btn:hover{filter:brightness(1.2);transform:translateY(-2px)}.footer-col-title{color:var(--red);font-size:var(--text-label);letter-spacing:.12em;text-transform:uppercase;font-weight:700;font-family:var(--font-body);margin-bottom:1.3rem}.footer-nav{flex-direction:column;gap:.65rem;display:flex}.footer-nav-link{color:#ffffffa6;text-align:left;cursor:pointer;font-size:.94rem;font-weight:400;font-family:var(--font-body);background:0 0;border:none;padding:0;transition:color .2s}.footer-nav-link:hover{color:var(--red)}.footer-contact{flex-direction:column;gap:1rem;display:flex}.footer-contact-item{color:#ffffffbf;align-items:flex-start;gap:.75rem;font-size:.95rem;font-weight:400;line-height:1.6;display:flex}.footer-contact-item span:first-child{flex-shrink:0;margin-top:2px;font-size:1rem}.footer-contact-link{color:#ffffffbf;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.footer-contact-link:hover{color:var(--red)}.footer-bottom{color:#ffffff4d;max-width:100%;font-size:.74rem;font-family:var(--font-body);background:#0a1810;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:1.1rem 2rem;display:flex}.footer-bottom-links{align-items:center;gap:.6rem;display:flex}.footer-privacy{color:#ffffff4d;text-decoration:none;transition:color .2s}.footer-privacy:hover{color:var(--red)}.footer-bottom-links span{color:#ffffff26}@media (width<=1100px){.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-col:last-child{grid-column:1/-1}}@media (width<=760px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=520px){.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column}.newsletter-inner{flex-direction:column;align-items:flex-start}}.wa-float{z-index:999;color:#fff;font-family:var(--font-body);background:#25d366;border-radius:100px;align-items:center;gap:.6rem;padding:.75rem 1.3rem .75rem 1rem;text-decoration:none;transition:all .25s;animation:.5s 2s both waPop;display:flex;position:fixed;bottom:2.2rem;right:2.2rem;box-shadow:0 4px 20px #25d36666}.wa-float:hover{background:#1ebe5a;transform:translateY(-3px);box-shadow:0 8px 30px #25d3668c}.wa-label{white-space:nowrap;font-size:.85rem;font-weight:700}.wa-pulse-ring{pointer-events:none;border:2px solid #25d3668c;border-radius:100px;animation:2s ease-in-out infinite waGlowPulse;position:absolute;inset:-4px}@keyframes waGlowPulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:0;transform:scale(1.1)}}@keyframes waPop{0%{opacity:0;transform:scale(.5)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.mobile-action-bar{z-index:998;background:var(--white);border-top:1px solid #1a3c2e1f;height:60px;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000001a}.mob-action-btn{cursor:pointer;font-size:.68rem;font-weight:700;font-family:var(--font-body);letter-spacing:.02em;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.2rem;text-decoration:none;transition:background .18s;display:flex}.mob-action-btn span:first-child{font-size:1.1rem;line-height:1}.mob-action-btn.call{color:var(--green);background:0 0}.mob-action-btn.whatsapp{color:#fff;background:#25d366}.mob-action-btn.enquire{color:var(--green);background:var(--gold)}.mob-action-btn.call:active{background:#1a3c2e0f}.mob-action-btn.enquire:active{background:var(--gold-light)}@media (width<=640px){.wa-float{display:none}.mobile-action-bar{display:flex}}.splash-root{z-index:99999;justify-content:center;align-items:center;transition:opacity .7s,transform .7s;display:flex;position:fixed;inset:0;overflow:hidden}.splash-root.enter{opacity:1;animation:.6s both splashEnter;transform:scale(1)}.splash-root.exit{opacity:0;pointer-events:none;transform:scale(1.04)}@keyframes splashEnter{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.splash-bg{background:radial-gradient(at 50% 30%,#d4a0172e 0%,#0000 55%),radial-gradient(at 20% 80%,#d4a01714 0%,#0000 45%),linear-gradient(160deg,#0a1f10 0%,#1b4332 40%,#0d2b1a 70%,#081508 100%);position:absolute;inset:0}.ornament{opacity:.7;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='48' fill='none' stroke='rgba(212,160,23,0.25)' stroke-width='0.8'/%3E%3Ccircle cx='50' cy='50' r='38' fill='none' stroke='rgba(212,160,23,0.18)' stroke-width='0.6'/%3E%3Ccircle cx='50' cy='50' r='25' fill='none' stroke='rgba(212,160,23,0.2)' stroke-width='0.8'/%3E%3Cline x1='2' y1='50' x2='98' y2='50' stroke='rgba(212,160,23,0.15)' stroke-width='0.5'/%3E%3Cline x1='50' y1='2' x2='50' y2='98' stroke='rgba(212,160,23,0.15)' stroke-width='0.5'/%3E%3Cline x1='14' y1='14' x2='86' y2='86' stroke='rgba(212,160,23,0.1)' stroke-width='0.5'/%3E%3Cline x1='86' y1='14' x2='14' y2='86' stroke='rgba(212,160,23,0.1)' stroke-width='0.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:180px;height:180px;position:absolute}.ornament.top-left{top:-40px;left:-40px}.ornament.top-right{top:-40px;right:-40px;transform:scaleX(-1)}.ornament.bottom-left{bottom:-40px;left:-40px;transform:scaleY(-1)}.ornament.bottom-right{bottom:-40px;right:-40px;transform:scale(-1)}.splash-center{z-index:2;flex-direction:column;align-items:center;gap:1.8rem;padding:2rem 1.5rem;animation:.8s .3s both contentRise;display:flex;position:relative}@keyframes contentRise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.deity-container{justify-content:center;align-items:center;display:flex;position:relative}.deity-glow{background:radial-gradient(#d4a01738 0%,#0000 70%);border-radius:50%;width:320px;height:420px;animation:2.5s ease-in-out infinite glowPulse;position:absolute}@keyframes glowPulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.12)}}.deity-outer-border{background:linear-gradient(135deg,#d4a017 0%,#f0c84a 30%,#d4a017 60%,#a07010 100%);border-radius:12px;width:260px;height:340px;padding:4px;animation:3s ease-in-out infinite borderShimmer;box-shadow:0 0 0 6px #d4a01726,0 0 40px #d4a01766,0 0 80px #d4a01733,0 20px 60px #00000080}@keyframes borderShimmer{0%,to{box-shadow:0 0 0 6px #d4a01726,0 0 40px #d4a01766,0 0 80px #d4a01733,0 20px 60px #00000080}50%{box-shadow:0 0 0 8px #d4a01740,0 0 60px #d4a01799,0 0 120px #d4a0174d,0 20px 60px #00000080}}.deity-inner-border{background:#0a1f10;border:2px solid #d4a0174d;border-radius:9px;width:100%;height:100%;overflow:hidden}.deity-splash-img{object-fit:contain;object-position:center center;background:#0a1f10;width:100%;height:100%;display:block}.lotus-ring{pointer-events:none;position:absolute;inset:0}.lotus-petal{transform-origin:0 148px;background:#d4a01759;border-radius:50% 50% 0 0;width:8px;height:18px;animation:4s ease-in-out infinite petalFloat;position:absolute;top:50%;left:50%}.lotus-petal:nth-child(odd){animation-delay:.5s}.lotus-petal:nth-child(3n){animation-delay:1s}@keyframes petalFloat{0%,to{opacity:.35;transform:rotate(var(--r)) translateY(-148px) scale(1)}50%{opacity:.6;transform:rotate(var(--r)) translateY(-152px) scale(1.1)}}.splash-brand{text-align:center}.splash-tamil{color:#d4a017bf;letter-spacing:1px;margin-bottom:.5rem;font-size:.9rem;font-weight:600;animation:.6s .6s both fadeUp}.splash-title{color:#fff;letter-spacing:1px;margin-bottom:.2rem;font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,3rem);font-weight:900;line-height:1;animation:.6s .7s both fadeUp}.splash-subtitle{letter-spacing:6px;color:var(--gold,#d4a017);margin-bottom:.8rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:700;animation:.6s .8s both fadeUp}.splash-divider{justify-content:center;align-items:center;gap:.6rem;margin-bottom:.6rem;animation:.6s .9s both fadeUp;display:flex}.divider-line{background:linear-gradient(90deg,#0000,#d4a01799);width:60px;height:1px;display:block}.divider-line:last-child{background:linear-gradient(270deg,#0000,#d4a01799)}.divider-diamond{color:var(--gold,#d4a017);opacity:.7;font-size:.6rem}.splash-tagline{letter-spacing:3px;text-transform:uppercase;color:#ffffff8c;font-size:.82rem;font-weight:600;animation:.6s 1s both fadeUp}.splash-loader{width:280px;animation:.6s 1.1s both fadeUp}.loader-track{background:#ffffff1a;border-radius:10px;height:3px;margin-bottom:.6rem;overflow:hidden}.loader-fill{background:linear-gradient(90deg,#d4a017,#f0c84a,#d4a017) 0 0/200% 100%;border-radius:10px;height:100%;transition:width .12s linear;animation:1.5s linear infinite shimmerBar}@keyframes shimmerBar{0%{background-position:0%}to{background-position:200%}}.loader-text{text-align:center;color:#ffffff59;letter-spacing:1.5px;text-transform:uppercase;font-size:.7rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (width<=480px){.deity-outer-border{width:190px;height:250px}.deity-glow{width:230px;height:300px}.splash-title{font-size:1.8rem}.splash-loader{width:220px}.ornament{width:120px;height:120px}}.hero{align-items:center;min-height:100vh;padding-top:120px;padding-bottom:90px;display:flex;position:relative;overflow:hidden}.hero-bg{background-position:50%;background-size:cover;transition:opacity .6s,background-image .1s;animation:18s ease-in-out infinite alternate heroZoom;position:absolute;inset:0;transform:scale(1.04)}.hero-bg.fading{opacity:0}@keyframes heroZoom{0%{transform:scale(1.04)}to{transform:scale(1.1)}}.hero-overlay{background:linear-gradient(90deg,#0a1e14e0 0%,#0a1e14bf 40%,#0a1e1459 70%,#00000026 100%);position:absolute;inset:0}.hero-content{z-index:2;width:100%;max-width:1280px;margin:0 auto;padding:0 2rem;position:relative}.hero-rule{background:var(--gold);width:64px;height:2px;margin-bottom:1.4rem;animation:.6s both fadeUp}.hero-badge{color:var(--gold);font-size:var(--text-label);letter-spacing:.12em;text-transform:uppercase;background:#c49a2a26;border:1px solid #c49a2a73;border-radius:100px;margin-bottom:1.4rem;padding:.4rem 1.2rem;font-weight:600;animation:.7s .1s both fadeUp;display:inline-block}.hero-title{font-family:var(--font-serif);color:#fff;max-width:560px;margin-bottom:1.4rem;font-size:clamp(2.8rem,5.5vw,4.2rem);font-weight:800;line-height:1.08;animation:.8s .15s both fadeUp}.hero-title em{color:var(--gold);font-family:Playfair Display,serif;font-style:italic}.hero-subtitle{color:#ffffffbf;max-width:480px;margin-bottom:2.4rem;font-size:clamp(.95rem,1.8vw,1.1rem);font-weight:400;line-height:1.8;animation:.8s .22s both fadeUp}.hero-actions{flex-wrap:wrap;gap:1rem;animation:.8s .3s both fadeUp;display:flex}.btn-outline-white:hover{border-color:var(--gold);color:var(--gold)}.hero-dots{z-index:3;gap:8px;display:flex;position:absolute;bottom:5.5rem;left:2rem}.hero-dot{cursor:pointer;background:#ffffff59;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.hero-dot.active{background:var(--gold);border-radius:4px;width:26px}.hero-highlights{z-index:3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a1e14d1;border-top:1px solid #c49a2a4d;flex-wrap:wrap;justify-content:center;align-items:center;gap:0;height:62px;padding:0 2rem;animation:.8s .5s both fadeUp;display:flex;position:absolute;bottom:0;left:0;right:0}.highlight-item{align-items:center;gap:.55rem;padding:0 1.8rem;display:flex}.hl-icon{font-size:1rem;line-height:1}.hl-text{color:#ffffffe0;letter-spacing:.04em;white-space:nowrap;font-size:.82rem;font-weight:600;font-family:var(--font-body)}.hl-sep{background:#c49a2a59;width:1px;height:24px;margin-left:1.8rem;display:block}.hero-scroll{cursor:pointer;z-index:3;position:absolute;bottom:4.5rem;right:2.5rem}.scroll-arrow{border-bottom:2px solid #ffffff73;border-right:2px solid #ffffff73;width:20px;height:20px;margin:0 auto;animation:1.6s infinite scrollBounce;transform:rotate(45deg)}@keyframes scrollBounce{0%,to{opacity:.5;transform:rotate(45deg)translateY(0)}50%{opacity:1;transform:rotate(45deg)translateY(7px)}}@media (width<=768px){.hero{padding-top:108px;padding-bottom:80px}.hero-content{max-width:100%}.hero-title{font-size:clamp(2rem,7vw,3rem)}.highlight-item{padding:0 .8rem}.hl-text{font-size:.72rem}.hero-dots{left:50%;transform:translate(-50%)}.hero-scroll{display:none}}@media (width<=480px){.hero-highlights{height:auto;padding:.6rem 1rem}.hl-sep{display:none}.highlight-item{padding:.25rem .5rem}}.stats-section{z-index:10;pointer-events:none;background:0 0;margin-top:-62px;padding:0 2rem;position:relative}.stats-grid{pointer-events:all;grid-template-columns:repeat(4,1fr);gap:1.25rem;max-width:920px;margin:0 auto;display:grid}.stat-card{background:var(--white);border-top:3px solid var(--gold);text-align:center;border-radius:12px;padding:1.4rem 1rem;animation:.6s both cardRise;box-shadow:0 8px 32px #00000024,0 2px 8px #00000014}@keyframes cardRise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.stat-value{color:var(--gold);margin-bottom:.4rem;font-family:Playfair Display,serif;font-size:2.2rem;font-weight:800;line-height:1}.stat-label{color:var(--green);text-transform:uppercase;letter-spacing:.8px;font-size:.75rem;font-weight:700}@media (width<=700px){.stats-section{margin-top:-40px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:.85rem}}@media (width<=400px){.stat-value{font-size:1.8rem}}.svcm-backdrop{z-index:1000;background:#05120ad1;justify-content:center;align-items:flex-start;padding:2rem 1rem 3rem;animation:.22s backdropIn;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes backdropIn{0%{opacity:0}to{opacity:1}}.svcm-panel{background:#fff;border-radius:20px;width:100%;max-width:920px;margin:auto;animation:.3s both panelUp;overflow:hidden;box-shadow:0 28px 72px #00000052}@keyframes panelUp{0%{opacity:0;transform:translateY(36px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.svcm-header{background:var(--green);border-bottom:3px solid var(--gold);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.5rem 2rem;display:flex}.svcm-title{color:#fff;margin:0 0 .25rem;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:800;line-height:1.2}.svcm-subtitle{color:#ffffffad;margin:0;font-size:.85rem;font-style:italic}.svcm-close{color:#fff;cursor:pointer;background:#ffffff24;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;margin-top:4px;font-size:1rem;transition:background .2s;display:flex}.svcm-close:hover{background:#ffffff47}.svcm-body{max-height:calc(90vh - 100px);padding:2rem;overflow-y:auto}.modal-grid-3x2{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:1.8rem;display:grid}.modal-img-card{cursor:pointer;background:#f4f2ee;border-radius:12px;overflow:hidden}.modal-img-wrap{aspect-ratio:4/3;position:relative;overflow:hidden}.modal-img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.modal-img-card:hover .modal-img-wrap img{transform:scale(1.07)}.modal-stage-badge{color:var(--gold);letter-spacing:.4px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1b4332e0;border-radius:20px;padding:.28rem .65rem;font-size:.68rem;font-weight:700;position:absolute;bottom:8px;left:8px}.modal-room-badge{color:#1a3b26;letter-spacing:.3px;background:#d4a017e6;border-radius:20px;padding:.28rem .65rem;font-size:.68rem;font-weight:800;position:absolute;bottom:8px;left:8px}.modal-img-overlay{opacity:0;background:#1b433266;justify-content:center;align-items:center;font-size:1.6rem;transition:opacity .22s;display:flex;position:absolute;inset:0}.modal-img-card:hover .modal-img-overlay{opacity:1}.modal-img-caption{color:#666;margin:0;padding:.6rem .8rem .75rem;font-size:.76rem;line-height:1.5}.modal-cta-card{cursor:default;border:2px dashed #1b433233}.modal-cta-slot{aspect-ratio:4/3;color:#bbb;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;display:flex}.modal-cta-slot span{font-size:1.8rem}.modal-cta-slot p{margin:0;font-size:.78rem}.modal-empty{text-align:center;color:#aaa;padding:3rem 1rem;font-size:.9rem}.stage-progress{justify-content:center;align-items:center;gap:0;margin-bottom:.4rem;display:flex}.stage-step{align-items:center;display:flex}.stage-dot{background:var(--green);color:#fff;z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:800;display:flex;position:relative}.stage-line{background:linear-gradient(to right, var(--green), var(--gold));flex-shrink:0;width:clamp(30px,6vw,60px);height:3px}.stage-labels{justify-content:space-between;margin-bottom:1.6rem;padding:0 2px;display:flex}.stage-step-label{color:var(--green);text-align:center;text-transform:uppercase;letter-spacing:.4px;flex:1;font-size:.64rem;font-weight:700}.house-tab-row{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.house-tab{color:var(--green);cursor:pointer;background:0 0;border:2px solid #1b43324d;border-radius:22px;padding:.42rem 1.1rem;font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;transition:all .18s}.house-tab:hover{border-color:var(--green);background:#1b43320f}.house-tab.active{background:var(--green);color:#fff;border-color:var(--green)}.modal-cta-note{color:#555;background:#d4a0171a;border:1px solid #d4a01759;border-radius:12px;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.5rem;padding:1rem 1.3rem;font-size:.84rem;display:flex}.modal-cta-note>span{flex-shrink:0;font-size:1.4rem}.modal-cta-note p{flex:1;min-width:180px;margin:0;line-height:1.55}.modal-cta-note strong{color:var(--green)}.btn-wa-green{color:#fff;white-space:nowrap;background:#25d366;border-radius:8px;flex-shrink:0;align-items:center;gap:.3rem;padding:.6rem 1.2rem;font-size:.84rem;font-weight:700;text-decoration:none;transition:background .2s;display:inline-flex}.btn-wa-green:hover{background:#1ebe5a}.legal-grid{flex-direction:column;gap:.8rem;margin-bottom:1.5rem;display:flex}.legal-card{border-left:3px solid var(--gold);background:#f8f6f2;border-radius:10px;align-items:center;gap:1rem;padding:.9rem 1.1rem;transition:background .18s;display:flex}.legal-card:hover{background:#f2ede5}.legal-icon{flex-shrink:0;font-size:1.6rem}.legal-info{flex:1;min-width:0}.legal-info h4{color:var(--green);margin-bottom:.18rem;font-size:.9rem;font-weight:700}.legal-info p{color:#777;margin:0;font-size:.77rem;line-height:1.5}.legal-actions{flex-shrink:0;gap:.5rem;display:flex}.btn-view{background:var(--green);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.38rem .9rem;font-size:.78rem;font-weight:600;transition:background .2s}.btn-view:hover{background:#15392a}.btn-dl{background:var(--gold);color:var(--green);cursor:pointer;border:none;border-radius:6px;padding:.38rem .7rem;font-size:.9rem;font-weight:700;transition:background .2s}.btn-dl:hover{background:#c69512}.visit-selectors{flex-direction:column;gap:1.4rem;display:flex}.visit-label{color:var(--green);text-transform:uppercase;letter-spacing:1px;margin-bottom:.6rem;font-size:.75rem;font-weight:700;display:block}.visit-pills{flex-wrap:wrap;gap:.5rem;display:flex}.visit-pill{color:var(--green);cursor:pointer;background:0 0;border:2px solid #1b43324d;border-radius:20px;padding:.4rem 1rem;font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;transition:all .18s}.visit-pill:hover{border-color:var(--green);background:#1b43320f}.visit-pill.active{background:var(--green);color:#fff;border-color:var(--green)}.visit-info-card{border-left:4px solid var(--gold);background:#f8f6f2;border-radius:12px;margin-top:.3rem;padding:1.3rem}.visit-info-row{gap:.9rem;margin-bottom:1rem;display:flex}.visit-info-icon{flex-shrink:0;font-size:1.8rem}.visit-info-row h4{color:var(--green);margin-bottom:.3rem;font-size:1rem;font-weight:700}.visit-info-row p{color:#666;margin:0;font-size:.84rem;line-height:1.6}.visit-actions{flex-wrap:wrap;gap:.85rem;display:flex}.btn-visit-pdf{background:var(--green);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.6rem 1.3rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:700;transition:background .2s}.btn-visit-pdf:hover{background:#15392a}.btn-visit-whatsapp{color:#fff;background:#25d366;border-radius:8px;align-items:center;gap:.3rem;padding:.6rem 1.3rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:background .2s;display:inline-flex}.btn-visit-whatsapp:hover{background:#1ebe5a}.lightbox{z-index:2000;background:#000000ed;justify-content:center;align-items:center;padding:1rem;animation:.18s backdropIn;display:flex;position:fixed;inset:0}.lightbox img{object-fit:contain;border-radius:10px;max-width:92vw;max-height:88vh;box-shadow:0 0 60px #0009}.lightbox-close{color:#fff;cursor:pointer;background:#ffffff24;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.1rem;transition:background .2s;display:flex;position:absolute;top:1.2rem;right:1.5rem}@media (width<=700px){.svcm-backdrop{padding:.5rem .5rem 2rem}.svcm-panel{border-radius:16px}.svcm-body,.svcm-header{padding:1.2rem}.svcm-title{font-size:1.2rem}.modal-grid-3x2{grid-template-columns:repeat(2,1fr);gap:10px}.stage-progress,.stage-labels{display:none}.legal-card{flex-wrap:wrap}.visit-actions{flex-direction:column}}@media (width<=420px){.modal-grid-3x2{grid-template-columns:1fr}}.offerings-section{background:var(--white);padding:100px 0}.off-container{max-width:1300px;margin:0 auto;padding:0 2rem}.off-header{text-align:center;opacity:0;margin-bottom:2.5rem;transition:opacity .7s,transform .7s;transform:translateY(20px)}.off-header.fade-in{opacity:1;transform:translateY(0)}.off-tabs{background:var(--cream-2);border-radius:14px;gap:.75rem;max-width:480px;margin-bottom:3.5rem;margin-left:auto;margin-right:auto;padding:.45rem;display:flex}.off-tab{cursor:pointer;color:var(--text-secondary);font-size:.88rem;font-weight:600;font-family:var(--font-body);white-space:nowrap;background:0 0;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1rem;transition:all .25s;display:flex}.off-tab:hover{color:var(--red);background:#cc1f1f0f}.off-tab.active{background:var(--red);color:#fff;box-shadow:0 4px 16px #cc1f1f4d}.off-tab-icon{font-size:1rem}.off-tab-count{background:#ffffff40;border-radius:100px;padding:.1rem .45rem;font-size:.68rem;font-weight:700}.off-tab:not(.active) .off-tab-count{color:var(--red);background:#cc1f1f1a}.services-panel{animation:.35s panelFade}@keyframes panelFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.svc-row-block{margin-bottom:3.5rem}.svc-row-block:last-of-type{margin-bottom:2.5rem}.svc-row-header{align-items:center;gap:1.5rem;margin-bottom:1.6rem;display:flex}.svc-row-label{flex-shrink:0;align-items:center;gap:1rem;display:flex}.svc-row-num{background:var(--red);color:#fff;width:40px;height:40px;font-size:.82rem;font-weight:800;font-family:var(--font-body);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 12px #cc1f1f4d}.svc-row-title{font-family:var(--font-serif);color:var(--red);margin:0;font-size:1.1rem;font-weight:700;line-height:1.2}.svc-row-sub{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin:0;font-size:.72rem;font-weight:500}.svc-row-line{background:linear-gradient(90deg,#cc1f1f40,#0000);flex:1;height:1px}.svc-row-grid{grid-template-columns:repeat(4,1fr);gap:1.2rem;display:grid}.svc-card{cursor:pointer;opacity:0;background:#fff;border:1px solid #f0f0f0;border-radius:16px;flex-direction:column;transition:transform .28s,box-shadow .28s;display:flex;overflow:hidden;transform:translateY(18px);box-shadow:0 2px 14px #00000012}.svc-card.card-in{animation:.5s forwards cardUp}@keyframes cardUp{to{opacity:1;transform:translateY(0)}}.svc-card:hover{transform:translateY(-7px);box-shadow:0 18px 44px #cc1f1f21}.svc-card-img{height:160px;position:relative;overflow:hidden}.svc-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.svc-card:hover .svc-card-img img{transform:scale(1.07)}.svc-card-icon{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#cc1f1fe0;border-radius:9px;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;display:flex;position:absolute;top:10px;left:10px}.svc-card-hover{color:#fff;opacity:0;background:linear-gradient(#0000 0%,#cc1f1fe0 100%);padding:1rem .9rem .7rem;font-size:.78rem;font-weight:700;transition:opacity .25s,transform .25s;position:absolute;bottom:0;left:0;right:0;transform:translateY(6px)}.svc-card:hover .svc-card-hover{opacity:1;transform:translateY(0)}.svc-card-body{border-top:2.5px solid var(--red);flex-direction:column;flex:1;padding:1rem 1.1rem 1.2rem;display:flex}.svc-card-body h3{font-family:var(--font-serif);color:var(--red);margin-bottom:.4rem;font-size:.95rem;font-weight:700}.svc-card-body p{color:var(--text-secondary);flex:1;margin-bottom:.8rem;font-size:.77rem;line-height:1.6}.svc-card-link{color:var(--red);letter-spacing:.02em;font-size:.74rem;font-weight:700;transition:letter-spacing .2s}.svc-card:hover .svc-card-link{letter-spacing:.06em}.off-cta-strip{background:linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:.5rem;padding:2rem 2.5rem;display:flex}.off-cta-text h3{font-family:var(--font-serif);color:#fff;margin-bottom:.3rem;font-size:1.2rem}.off-cta-text p{color:#ffffffb8;margin:0;font-size:.86rem}.off-cta-strip .btn-red{color:var(--red);white-space:nowrap;box-shadow:none;background:#fff;flex-shrink:0;font-weight:800}.off-cta-strip .btn-red:hover{background:var(--cream);transform:translateY(-2px)}.off-projects-panel{animation:.35s panelFade}.off-dist-scroll{scrollbar-width:thin;scrollbar-color:var(--red) #eee;margin-bottom:1.8rem;padding-bottom:.5rem;overflow-x:auto}.off-dist-pills{gap:.5rem;width:max-content;padding:.2rem 0;display:flex}.off-dist-pill{cursor:pointer;color:var(--text-secondary);white-space:nowrap;font-size:.78rem;font-weight:600;font-family:var(--font-body);background:#fff;border:1.5px solid #e5e5e5;border-radius:100px;align-items:center;gap:.4rem;padding:.42rem .9rem;transition:all .18s;display:flex}.off-dist-pill:hover{border-color:var(--red);color:var(--red)}.off-dist-pill.active{background:var(--red);color:#fff;border-color:var(--red);box-shadow:0 4px 12px #cc1f1f40}.off-dist-count{background:#ffffff40;border-radius:100px;padding:.1rem .38rem;font-size:.62rem;font-weight:700}.off-dist-pill:not(.active) .off-dist-count{color:var(--red);background:#cc1f1f1a}.off-dist-heading{margin-bottom:1.8rem}.off-dist-nav{justify-content:center;align-items:center;gap:1.2rem;display:flex}.off-dist-nav h3{font-family:var(--font-serif);color:var(--red);align-items:center;gap:.6rem;font-size:1.3rem;display:flex}.off-dist-badge{font-family:var(--font-body);color:var(--red);background:#cc1f1f1a;border-radius:100px;padding:.2rem .7rem;font-size:.7rem;font-weight:700}.off-nav-arrow{width:40px;height:40px;color:var(--red);cursor:pointer;background:#fff;border:2px solid #cc1f1f4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;transition:all .2s;display:flex}.off-nav-arrow:hover{background:var(--red);color:#fff;border-color:var(--red)}.off-proj-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.4rem;margin-bottom:2.5rem;display:grid}.off-view-all{text-align:center}.off-proj-card{opacity:0;background:#fff;border:1px solid #f0f0f0;border-radius:16px;transition:transform .25s,box-shadow .25s;overflow:hidden;transform:translateY(16px);box-shadow:0 3px 18px #00000012}.off-proj-card.card-in{animation:.5s forwards cardUp}.off-proj-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #cc1f1f1f}.off-proj-img{height:175px;position:relative;overflow:hidden}.off-proj-img img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.off-proj-card:hover .off-proj-img img{transform:scale(1.05)}.off-proj-status{border-radius:100px;padding:.2rem .6rem;font-size:.62rem;font-weight:700;position:absolute;top:10px;left:10px}.s-green{color:#fff;background:#16a34ae6}.s-red{color:#fff;background:#dc2626e6}.s-blue{color:#fff;background:#2563ebe6}.off-proj-type{color:#fff;text-transform:uppercase;background:#0009;border-radius:100px;padding:.18rem .5rem;font-size:.6rem;font-weight:700;position:absolute;top:10px;right:10px}.off-proj-body{padding:1rem 1.2rem 1.2rem}.off-proj-area{color:var(--text-muted);margin-bottom:.25rem;font-size:.73rem}.off-proj-name{font-family:var(--font-serif);color:var(--red);margin-bottom:.45rem;font-size:.95rem;font-weight:700}.off-proj-dims{color:var(--text-secondary);flex-wrap:wrap;gap:.3rem;margin-bottom:.75rem;font-size:.74rem;display:flex}.off-proj-footer{border-top:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding-top:.7rem;display:flex}.off-proj-price{color:var(--red);font-size:.92rem;font-weight:800}.off-proj-btn{color:var(--red);font-size:.76rem;font-weight:700;font-family:var(--font-body);border:1.5px solid #cc1f1f4d;border-radius:7px;padding:.32rem .8rem;text-decoration:none;transition:all .18s}.off-proj-btn:hover{background:var(--red);color:#fff;border-color:var(--red)}@media (width<=1100px){.svc-row-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=860px){.off-proj-grid{grid-template-columns:repeat(2,1fr)}.off-tabs{max-width:100%}}@media (width<=560px){.offerings-section{padding:60px 0}.svc-row-grid,.off-proj-grid{grid-template-columns:1fr}.svc-row-header{flex-direction:column;align-items:flex-start;gap:.6rem}.svc-row-line{display:none}.off-tab{padding:.7rem;font-size:.8rem}.off-cta-strip{text-align:center;flex-direction:column;padding:1.8rem 1.5rem}}.off-loc-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2rem;display:grid}.off-loc-box{background:#fff;border:1px solid #b41e1e1a;border-radius:12px;transition:transform .25s,box-shadow .25s;overflow:hidden;box-shadow:0 2px 10px #0000000f}.off-loc-box:hover{transform:translateY(-4px);box-shadow:0 12px 32px #b41e1e1f}.off-loc-img{height:150px;overflow:hidden}.off-loc-img img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.off-loc-box:hover .off-loc-img img{transform:scale(1.05)}.off-loc-body{padding:.85rem 1rem 1rem}.off-loc-name{color:var(--red);margin-bottom:.5rem;font-size:.9rem;font-weight:700}.off-loc-stats{flex-wrap:wrap;gap:.4rem;display:flex}.off-loc-stat{border-radius:100px;padding:.2rem .55rem;font-size:.7rem;font-weight:700}.off-loc-plots{color:var(--red);background:#b41e1e1a}.off-loc-cons{color:#c2500a;background:#ea580c1a}.off-coming-soon{text-align:center;background:#fafafa;border:1.5px dashed #ddd;border-radius:14px;margin-bottom:2rem;padding:3.5rem 2rem}.off-cs-icon{margin-bottom:.75rem;font-size:3rem}.off-cs-title{color:var(--red);margin-bottom:.6rem;font-size:1.3rem;font-weight:800}.off-cs-msg{color:#14141499;margin-bottom:1rem;font-size:.92rem;line-height:1.7}.off-cs-msg strong{color:var(--red)}.off-cs-contact{color:#14141480;font-size:.85rem}.off-cs-phone{color:var(--red);font-weight:700;text-decoration:none}.off-cs-phone:hover{text-decoration:underline}@media (width<=900px){.off-loc-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=540px){.off-loc-grid{grid-template-columns:1fr}}.hiw-section{background:var(--cream);padding:40px 0 80px;overflow:hidden}.hiw-container{max-width:1280px;margin:0 auto;padding:0 2rem}.hiw-section .sec-header{margin-bottom:2rem}.hiw-row{align-items:stretch;gap:0;margin-top:1rem;display:flex}.hiw-card-wrap{flex:1;align-items:center;min-width:0;display:flex}.hiw-card{cursor:default;opacity:0;background:#fff;border-radius:18px;flex:1;padding:2.4rem 1.8rem 2rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;transform:translateY(24px);box-shadow:0 4px 20px #00000012}.hiw-card.hiw-card-in{animation:.55s forwards hiwCardUp}@keyframes hiwCardUp{to{opacity:1;transform:translateY(0)}}.hiw-card:hover{transform:translateY(-8px);box-shadow:0 24px 56px #cc1f1f24}.hiw-top-bar{background:var(--red);border-radius:18px 18px 0 0;height:4px;transition:height .3s,box-shadow .3s;position:absolute;top:0;left:0;right:0}.hiw-card:hover .hiw-top-bar{height:5px;box-shadow:0 0 18px #cc1f1f8c}.hiw-ghost-num{font-family:var(--font-serif);color:#cc1f1f0f;-webkit-user-select:none;user-select:none;pointer-events:none;font-size:7rem;font-weight:900;line-height:1;transition:color .3s;position:absolute;top:-10px;right:14px}.hiw-card:hover .hiw-ghost-num{color:#cc1f1f1a}.hiw-icon-wrap{width:64px;height:64px;color:var(--red);z-index:1;background:#cc1f1f12;border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.3rem;transition:background .3s,transform .3s;display:flex;position:relative}.hiw-card:hover .hiw-icon-wrap{background:var(--red);color:#fff;transform:scale(1.08)}.hiw-icon-svg{stroke-width:2.5px;width:32px;height:32px}.hiw-step-label{color:var(--red);letter-spacing:.15em;text-transform:uppercase;z-index:1;margin-bottom:.5rem;font-size:.68rem;font-weight:700;position:relative}.hiw-title{font-family:var(--font-serif);color:var(--text-primary);z-index:1;margin-bottom:.75rem;font-size:1.15rem;font-weight:700;line-height:1.3;position:relative}.hiw-card:hover .hiw-title{color:var(--red)}.hiw-desc{color:var(--text-secondary);z-index:1;margin-bottom:1.3rem;font-size:.84rem;font-weight:400;line-height:1.7;position:relative}.hiw-action{color:var(--red);letter-spacing:.03em;z-index:1;border-bottom:1.5px solid #cc1f1f40;align-items:center;padding-bottom:1px;font-size:.8rem;font-weight:700;text-decoration:none;transition:letter-spacing .2s,opacity .2s;display:inline-flex;position:relative}.hiw-card:hover .hiw-action{letter-spacing:.07em;border-bottom-color:var(--red)}.hiw-arrow-wrap{z-index:2;flex-shrink:0;justify-content:center;align-items:center;width:52px;margin:0 -4px;display:flex;position:relative}.hiw-arrow-svg{opacity:.7;width:48px;height:24px;transition:opacity .2s}.hiw-card-wrap:hover+.hiw-card-wrap .hiw-arrow-svg{opacity:1}.hiw-card-wrap:has(.hiw-card:hover) .hiw-arrow-svg{opacity:1}@media (width<=1024px){.hiw-ghost-num{font-size:5.5rem}.hiw-card{padding:2rem 1.4rem 1.8rem}}@media (width<=768px){.hiw-section{padding:60px 0}.hiw-row{flex-direction:column;align-items:stretch;gap:0}.hiw-card-wrap{flex-direction:column;align-items:stretch}.hiw-arrow-wrap{justify-content:flex-start;width:100%;height:44px;padding-left:2rem}.hiw-arrow-svg{width:24px;height:48px;transform:rotate(90deg)}.hiw-card{border-radius:14px}.hiw-ghost-num{font-size:5rem}}@media (width<=480px){.hiw-container{padding:0 1.25rem}.hiw-ghost-num{font-size:4rem}.hiw-title{font-size:1rem}}.trust-section{background:var(--dark);border-top:3px solid var(--red);border-bottom:1px solid #ffffff0f;padding:48px 0}.trust-heading{text-align:center;letter-spacing:.18em;text-transform:uppercase;color:#ffffff59;font-size:.72rem;font-weight:700;font-family:var(--font-body);margin-bottom:1.8rem}.trust-badges{grid-template-columns:repeat(6,1fr);gap:1rem;display:grid}.trust-badge{border:1px solid #ffffff14;border-left:3px solid var(--red);opacity:0;background:#ffffff0a;border-radius:12px;align-items:center;gap:.65rem;padding:.9rem 1rem;transition:background .2s,border-color .2s,transform .2s;display:flex;transform:translateY(12px)}.trust-badge.badge-visible{animation:.45s forwards badgeUp}@keyframes badgeUp{to{opacity:1;transform:translateY(0)}}.trust-badge:hover{border-left-color:var(--red);background:#ffffff14;transform:translateY(-2px)}.trust-icon{flex-shrink:0;font-size:1.4rem;line-height:1}.trust-label{color:#fff;font-size:.78rem;font-weight:700;line-height:1.2;font-family:var(--font-body)}.trust-sub{color:#ffffff6b;font-size:.67rem;font-weight:400;font-family:var(--font-body);margin-top:2px}@media (width<=1100px){.trust-badges{grid-template-columns:repeat(3,1fr)}}@media (width<=640px){.trust-badges{grid-template-columns:repeat(2,1fr)}.trust-section{padding:36px 0}}.whyus-section{background:var(--dark);padding:100px 0}.whyus-inner{grid-template-columns:1.2fr .8fr;align-items:center;gap:5rem;display:grid}.whyus-section .sec-label{color:#ffffff8c;background:#ffffff0f;border-color:#ffffff26}.whyus-section .sec-title{color:#fff;margin-bottom:2rem}.whyus-list{flex-direction:column;gap:1rem;padding:0;list-style:none;display:flex}.whyus-item{color:#ffffffd1;align-items:flex-start;gap:.85rem;font-size:.96rem;line-height:1.5;display:flex}.check-icon{background:var(--red);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:1px;font-size:.8rem;font-weight:900;display:flex}.whyus-visual{justify-content:center;display:flex}.kl-emblem{width:280px;height:280px;position:relative}.kl-ring{border:1px solid #cc1f1f40;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.kl-ring.outer{width:100%;height:100%}.kl-ring.middle{border-color:#cc1f1f73;width:80%;height:80%}.kl-core{background:var(--red);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:60%;height:60%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 60px #cc1f1f66,0 0 120px #cc1f1f26}.kl-letters{font-family:var(--font-serif);color:#fff;font-size:2.8rem;font-weight:900;line-height:1}.kl-sub{color:#ffffffb3;letter-spacing:2px;text-transform:uppercase;margin-top:2px;font-size:.65rem}.kl-tagline{color:#ffffff73;letter-spacing:1px;margin-top:3px;font-size:.55rem}@media (width<=900px){.whyus-inner{grid-template-columns:1fr;gap:3rem}.whyus-visual{display:none}}.testimonials-section{background:var(--white);padding:100px 0 80px;overflow:hidden}.google-badge{background:#fff;border:1px solid #e8e8e8;border-radius:100px;align-items:center;gap:.6rem;margin-top:1.2rem;padding:.45rem 1.1rem;display:inline-flex;box-shadow:0 2px 10px #0000000f}.google-g{color:#fff;width:22px;height:22px;font-size:.72rem;font-weight:900;font-family:var(--font-serif);background:#4285f4;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.google-badge-text{color:var(--text-primary);font-size:.78rem;font-weight:600}.google-badge-stars{color:#fbbc04;letter-spacing:1px;font-size:.78rem}.testimonials-carousel{width:100%;margin-top:.5rem;overflow:hidden}.carousel-track{gap:1.5rem;width:max-content;padding:.5rem 0 1.5rem;display:flex}.testi-card{background:var(--white);width:360px;box-shadow:var(--shadow-card);border:1px solid #c49a2a26;border-radius:18px;flex-shrink:0;padding:2rem 1.75rem 1.6rem;transition:box-shadow .25s,transform .25s;position:relative;overflow:hidden}.testi-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.testi-quote-mark{font-family:var(--font-serif);color:#c49a2a1a;-webkit-user-select:none;user-select:none;pointer-events:none;font-size:6rem;font-weight:900;line-height:1;position:absolute;top:10px;right:18px}.testi-stars{color:var(--gold);letter-spacing:2px;margin-bottom:.9rem;font-size:.95rem}.testi-quote{color:var(--text-secondary);z-index:1;margin-bottom:.75rem;font-size:.9rem;font-style:italic;font-weight:400;line-height:1.75;position:relative}.testi-property{color:var(--green);letter-spacing:.03em;background:#1a3c2e12;border-radius:100px;margin-bottom:1.1rem;padding:.2rem .7rem;font-size:.7rem;font-weight:600;display:inline-block}.testi-author{border-top:1px solid #c49a2a26;align-items:center;gap:.85rem;padding-top:1rem;display:flex}.testi-avatar{background:var(--green);width:44px;height:44px;color:var(--gold);font-size:1.1rem;font-weight:800;font-family:var(--font-serif);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.testi-name{color:var(--green);font-size:.9rem;font-weight:700;font-family:var(--font-body)}.testi-meta{color:var(--text-muted);margin-top:2px;font-size:.72rem;font-weight:400}.cta-section{background:var(--cream);padding:100px 0}.cta-inner{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.cta-text .sec-title{color:var(--green);margin-bottom:.75rem}.cta-sub{color:#14141499;text-align:left;max-width:none;margin-bottom:1.5rem;font-size:1.05rem}.cta-trust-badges{flex-wrap:wrap;gap:.65rem;margin-bottom:1.75rem;display:flex}.cta-trust-badges span{color:var(--green);background:#1b433214;border-radius:20px;padding:.32rem .9rem;font-size:.78rem;font-weight:600}.cta-whatsapp-direct{margin-top:.5rem}.wa-direct-btn{color:#fff;background:#25d366;border-radius:10px;align-items:center;gap:.6rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 16px #25d3664d}.wa-direct-btn:hover{background:#1ebe5d;transform:translateY(-2px)}.cta-form-wrap{background:#fff;border:1px solid #d4a01733;border-radius:16px;padding:2.25rem;box-shadow:0 8px 40px #1b43321a}.form-title{color:var(--green);border-bottom:1px solid #d4a01733;margin-bottom:1.25rem;padding-bottom:1rem;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700}.cta-form{flex-direction:column;gap:.9rem;display:flex}.form-inp{box-sizing:border-box;background:#fafaf8;border:1.5px solid #14141426;border-radius:8px;outline:none;width:100%;padding:.82rem 1rem;font-family:Inter,sans-serif;font-size:.93rem;transition:border-color .2s,box-shadow .2s}.form-inp:focus{border-color:var(--green);background:#fff;box-shadow:0 0 0 3px #1b433214}.form-sel{color:#141414a6;cursor:pointer}.btn-full{border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.95rem;font-size:1rem;display:flex}.form-note{color:#14141466;text-align:center;margin-top:.25rem;font-size:.72rem}.form-success{text-align:center;padding:2rem 1rem}.success-icon{background:var(--green);width:64px;height:64px;color:var(--gold);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;font-size:1.8rem;font-weight:900;display:flex}.form-success h3{color:var(--green);margin-bottom:.5rem;font-size:1.05rem}.form-success p{color:#1414148c;font-size:.88rem}@media (width<=768px){.cta-inner{grid-template-columns:1fr;gap:2.5rem}}.plots-page{max-width:1280px;margin:0 auto;padding:0 2rem 4rem}.page-tabs{border-bottom:2px solid #eee;gap:.5rem;margin-bottom:1.5rem;padding:1.5rem 0 0;display:flex}.page-tabs button{cursor:pointer;font-size:.9rem;font-weight:600;font-family:var(--font-body);color:var(--text-secondary);background:0 0;border:2px solid #ddd;border-radius:8px 8px 0 0;margin-bottom:-2px;padding:.6rem 1.4rem;transition:all .2s}.page-tabs button.active{background:var(--red);color:#fff;border-color:var(--red)}.zone-scroll-wrap{scrollbar-width:thin;scrollbar-color:var(--red) #eee;margin-bottom:1.5rem;padding-bottom:.5rem;overflow-x:auto}.zone-tabs{white-space:nowrap;gap:.5rem;width:max-content;padding:.25rem 0;display:flex}.zone-tab{cursor:pointer;font-size:.8rem;font-weight:600;font-family:var(--font-body);color:var(--text-secondary);white-space:nowrap;background:#fff;border:1.5px solid #ddd;border-radius:100px;padding:.45rem 1.1rem;transition:all .18s}.zone-tab:hover{border-color:var(--red);color:var(--red)}.zone-tab.active{background:var(--red);color:#fff;border-color:var(--red)}.zone-tab-soon{color:#b0b0b0;cursor:not-allowed;white-space:nowrap;opacity:.7;background:#f9f9f9;border:1.5px dashed #d1d5db;border-radius:100px;align-items:center;gap:.4rem;padding:.45rem 1.1rem;font-size:.8rem;font-weight:500;display:inline-flex}.soon-badge{color:#9ca3af;text-transform:uppercase;letter-spacing:.04em;background:#e5e7eb;border-radius:100px;padding:.1rem .45rem;font-size:.62rem;font-weight:700}.plots-count{color:var(--text-muted);margin-bottom:1.5rem;font-size:.88rem}.plots-count strong{color:var(--red)}.plots-grid{grid-template-columns:repeat(3,1fr);gap:1.6rem;display:grid}.plot-card{border-radius:var(--radius-card);box-shadow:var(--shadow-card);background:#fff;border:1px solid #f0f0f0;transition:transform .25s,box-shadow .25s;overflow:hidden}.plot-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-5px)}.plot-card-img{height:190px;position:relative;overflow:hidden}.plot-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.plot-card:hover .plot-card-img img{transform:scale(1.05)}.plot-badges{gap:5px;display:flex;position:absolute;top:10px;left:10px}.badge{letter-spacing:.05em;border-radius:100px;padding:.2rem .55rem;font-size:.65rem;font-weight:700}.badge-green{color:#fff;background:#16a34ae6}.badge-blue{color:#fff;background:#1a5fa8e6}.plot-card-body{padding:1.1rem 1.2rem 1.3rem}.plot-name{color:var(--red);font-size:1rem;font-weight:700;font-family:var(--font-serif);margin-bottom:.3rem}.plot-zone{color:var(--text-secondary);margin-bottom:.75rem;font-size:.78rem}.plot-specs{flex-wrap:wrap;gap:.4rem;margin-bottom:.85rem;display:flex}.plot-specs span{background:var(--cream-2);color:var(--text-primary);border-radius:6px;padding:.2rem .6rem;font-size:.74rem}.plot-price{color:var(--red);margin-bottom:.85rem;font-size:1rem;font-weight:800}.plot-actions{align-items:center;gap:.5rem;display:flex}.plot-actions .btn-outline-red{text-align:center;flex:1;padding:.55rem .75rem;font-size:.82rem}.btn-pdf{background:var(--blue);color:#fff;white-space:nowrap;border-radius:8px;padding:.55rem .75rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:background .2s}.btn-pdf:hover{background:#155090}.docs-grid{flex-direction:column;gap:1rem;padding:1rem 0;display:flex}.doc-card{border-left:4px solid var(--red);box-shadow:var(--shadow-card);background:#fff;border-radius:12px;align-items:center;gap:1.2rem;padding:1.1rem 1.4rem;display:flex}.doc-icon{flex-shrink:0;font-size:2rem}.doc-info{flex:1}.doc-info h4{color:var(--red);margin-bottom:.2rem;font-size:.95rem;font-weight:700}.doc-info p{color:var(--text-muted);font-size:.78rem}.modal-backdrop{z-index:2000;background:#000000c7;justify-content:center;align-items:flex-start;padding:2rem 1rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}.modal-box{background:#fff;border-radius:18px;width:100%;max-width:900px;margin:auto;animation:.3s fadeUp;position:relative;overflow:hidden;box-shadow:0 30px 80px #00000059}.modal-close{z-index:10;color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:flex;position:absolute;top:1rem;right:1rem}.plot-modal{grid-template-columns:1fr 1fr;display:grid}.pm-gallery{background:#111;min-height:300px;position:relative}.pm-gallery img{object-fit:cover;width:100%;height:100%;min-height:300px}.pm-gallery-nav{color:#fff;background:#0009;border-radius:100px;align-items:center;gap:.75rem;padding:.3rem 1rem;font-size:.8rem;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.pm-gallery-nav button{color:#fff;cursor:pointer;background:0 0;border:none;font-size:1.2rem}.pm-details{max-height:80vh;padding:1.8rem;overflow-y:auto}.pm-details h2{color:var(--red);margin-bottom:.3rem;font-size:1.3rem}.pm-zone{color:var(--text-secondary);margin-bottom:1.2rem;font-size:.82rem}.pm-grid{grid-template-columns:1fr 1fr;gap:.85rem;margin-bottom:1.2rem;display:grid}.pm-item{background:var(--cream);border-radius:8px;padding:.7rem}.pm-item span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.2rem;font-size:.68rem;display:block}.pm-item strong{color:var(--text-primary);font-size:.9rem}.pm-price{color:var(--red)!important;font-size:1rem!important}.pm-badges{flex-wrap:wrap;gap:.5rem;margin-bottom:1.2rem;display:flex}.pm-map{border-radius:10px;height:180px;margin-bottom:1.2rem;overflow:hidden}.pm-map iframe{border:none;width:100%;height:100%}.pm-actions{flex-wrap:wrap;gap:.75rem;display:flex}.pm-actions a{text-align:center;border-radius:8px;flex:1;padding:.7rem 1rem;font-size:.85rem;font-weight:700;text-decoration:none}.location-photos{border-top:2px solid #f0f0f0;margin-top:2.5rem;padding-top:1.5rem}.lp-header{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.lp-title{color:var(--text-primary);font-size:1rem;font-weight:700}.lp-count{background:var(--red);color:#fff;border-radius:100px;padding:.15rem .6rem;font-size:.75rem;font-weight:700}.lp-grid{grid-template-columns:repeat(4,1fr);gap:.65rem;display:grid}.lp-thumb{aspect-ratio:4/3;cursor:zoom-in;border:2px solid #e5e7eb;border-radius:10px;transition:transform .18s,box-shadow .18s;position:relative;overflow:hidden}.lp-thumb:hover{transform:scale(1.03);box-shadow:0 6px 18px #00000026}.lp-thumb img{object-fit:cover;width:100%;height:100%;display:block}.lp-overlay{opacity:0;background:#00000059;justify-content:center;align-items:center;font-size:1.4rem;transition:opacity .18s;display:flex;position:absolute;inset:0}.lp-thumb:hover .lp-overlay{opacity:1}.plb-box{align-items:center;gap:.75rem;display:flex;position:relative}.plb-img{object-fit:contain;border-radius:10px;max-width:80vw;max-height:80vh;display:block}.plb-arrow{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:8px;flex-shrink:0;padding:.4rem .8rem;font-size:2.5rem;line-height:1;transition:background .15s}.plb-arrow:hover:not(:disabled){background:#ffffff4d}.plb-arrow:disabled{opacity:.2;cursor:default}.plb-counter{color:#ffffffb3;white-space:nowrap;font-size:.82rem;position:absolute;bottom:-2rem;left:50%;transform:translate(-50%)}@media (width<=768px){.lp-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=500px){.lp-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.plots-grid{grid-template-columns:repeat(2,1fr)}.plot-modal{grid-template-columns:1fr}.pm-gallery img{min-height:220px}}@media (width<=560px){.plots-grid,.pm-grid{grid-template-columns:1fr}}.location-gallery{padding:1.5rem 0 2rem}.lg-loc-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.6rem;font-size:.75rem;font-weight:700}.lg-loc-scroll{scrollbar-width:thin;scrollbar-color:var(--red) #eee;margin-bottom:1.25rem;padding-bottom:.5rem;overflow-x:auto}.lg-loc-tabs{white-space:nowrap;gap:.65rem;width:max-content;padding:.2rem 0;display:flex}.lg-loc-tab{cursor:pointer;font-family:var(--font-body);background:#fff;border:2px solid #e5e7eb;border-radius:12px;flex-direction:column;align-items:flex-start;min-width:150px;padding:.6rem 1.1rem;transition:all .18s;display:flex}.lg-loc-tab:hover{border-color:var(--red)}.lg-loc-tab.active{background:var(--red);border-color:var(--red);color:#fff}.lg-loc-name{font-size:.85rem;font-weight:700;line-height:1.3}.lg-loc-area{opacity:.65;margin-top:1px;font-size:.7rem}.lg-loc-count{color:inherit;background:#00000012;border-radius:100px;margin-top:4px;padding:.1rem .45rem;font-size:.68rem;font-weight:700}.lg-loc-tab.active .lg-loc-area{opacity:.85}.lg-loc-tab.active .lg-loc-count{background:#ffffff40}.lg-count{color:var(--text-muted);margin-bottom:1rem;font-size:.85rem}.lg-count strong{color:var(--red)}.lg-grid{grid-template-columns:repeat(4,1fr);gap:.7rem;display:grid}@media (width<=1024px){.lg-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=640px){.lg-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}}@media (width<=380px){.lg-grid{grid-template-columns:1fr}}.lg-thumb{aspect-ratio:4/3;cursor:zoom-in;border:2px solid #e5e7eb;border-radius:10px;transition:transform .18s,box-shadow .18s;position:relative;overflow:hidden}.lg-thumb:hover{transform:scale(1.02);box-shadow:0 6px 20px #00000026}.lg-thumb img{object-fit:cover;width:100%;height:100%;display:block}.lg-thumb-overlay{opacity:0;background:linear-gradient(#0000 40%,#00000073 100%);justify-content:flex-end;align-items:flex-end;padding:.5rem;transition:opacity .18s;display:flex;position:absolute;inset:0}.lg-thumb:hover .lg-thumb-overlay{opacity:1}.lg-view-icon{color:#fff;font-size:1.1rem}.lg-empty{text-align:center;color:var(--text-muted);padding:3.5rem 2rem}.lg-empty-icon{margin-bottom:.75rem;font-size:2.5rem}.lg-empty p{color:var(--text-secondary);margin-bottom:.35rem;font-size:1rem;font-weight:600}.lg-empty span{font-size:.82rem}.lg-empty code{background:#f3f4f6;border-radius:4px;padding:.1rem .4rem;font-size:.78rem}.lg-lb-backdrop{z-index:9999;background:#000000eb;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.lg-lb-box{align-items:center;gap:.75rem;max-width:90vw;max-height:90vh;display:flex;position:relative}.lg-lb-close{color:#fff;cursor:pointer;background:0 0;border:none;padding:.25rem .5rem;font-size:1.6rem;transition:opacity .15s;position:absolute;top:-2.5rem;right:0}.lg-lb-close:hover{opacity:.7}.lg-lb-arrow{color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:8px;flex-shrink:0;padding:.4rem .8rem;font-size:2.5rem;line-height:1;transition:background .15s}.lg-lb-arrow:hover:not(:disabled){background:#ffffff40}.lg-lb-arrow:disabled{opacity:.25;cursor:default}.lg-lb-img-wrap img{object-fit:contain;border-radius:8px;max-width:80vw;max-height:80vh;display:block}.lg-lb-counter{color:#ffffffb3;white-space:nowrap;font-size:.82rem;position:absolute;bottom:-2rem;left:50%;transform:translate(-50%)}@media (width<=600px){.lg-lb-arrow{padding:.3rem .55rem;font-size:1.8rem}.lg-lb-img-wrap img{max-width:90vw;max-height:70vh}}.dream-page{max-width:1280px;margin:0 auto;padding:0 2rem 4rem}.dream-page .page-tabs{border-bottom:2px solid #eee;gap:.5rem;margin-bottom:1.5rem;padding:1.5rem 0 0;display:flex}.dream-page .page-tabs button{cursor:pointer;font-size:.9rem;font-weight:600;font-family:var(--font-body);color:var(--text-secondary);background:0 0;border:2px solid #ddd;border-radius:8px 8px 0 0;margin-bottom:-2px;padding:.6rem 1.4rem;transition:all .2s}.dream-page .page-tabs button.active{background:var(--red);color:#fff;border-color:var(--red)}.house-section{background:#fff;border:1px solid #f0f0f0;border-radius:20px;margin-bottom:2rem;overflow:hidden;box-shadow:0 8px 40px #00000017}.house-layout{grid-template-columns:1fr 1fr;min-height:520px;display:grid}.house-gallery{background:#111;flex-direction:column;display:flex}.hg-main{cursor:pointer;flex:1;min-height:320px;position:relative;overflow:hidden}.hg-main img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.hg-main:hover img{transform:scale(1.03)}.hg-zoom{color:#fff;opacity:0;background:#0009;border-radius:20px;padding:.3rem .7rem;font-size:.72rem;transition:opacity .2s;position:absolute;bottom:10px;right:12px}.hg-main:hover .hg-zoom{opacity:1}.hg-nav{color:#fff;background:#00000080;justify-content:center;align-items:center;gap:1rem;padding:.6rem;font-size:.82rem;display:flex}.hg-nav button{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;width:30px;height:30px;font-size:1rem;transition:background .2s}.hg-nav button:hover:not(:disabled){background:var(--red)}.hg-nav button:disabled{opacity:.3;cursor:default}.hg-thumbs{background:#111;gap:4px;padding:6px;display:flex}.hg-thumb{cursor:pointer;border:2px solid #0000;border-radius:6px;flex-shrink:0;width:64px;height:48px;overflow:hidden}.hg-thumb.active{border-color:var(--red)}.hg-thumb img{object-fit:cover;width:100%;height:100%}.lightbox{z-index:3000;background:#000000ed;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.house-details{padding:2.2rem;overflow-y:auto}.hd-header{margin-bottom:1rem}.hd-header h2{color:var(--red);margin-bottom:.3rem;font-size:1.5rem}.hd-location{color:var(--text-secondary);margin-bottom:.75rem;font-size:.85rem}.possession-badge{color:#16a34a;letter-spacing:.05em;background:#16a34a1a;border:1px solid #16a34a4d;border-radius:100px;padding:.25rem .8rem;font-size:.72rem;font-weight:700;display:inline-block}.hd-price{color:var(--red);margin-bottom:1.3rem;font-size:1.6rem;font-weight:800}.hd-specs-grid{grid-template-columns:1fr 1fr;gap:.65rem;margin-bottom:1.3rem;display:grid}.hd-spec{background:var(--cream);border-radius:8px;padding:.65rem .9rem}.hd-spec span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.2rem;font-size:.65rem;display:block}.hd-spec strong{color:var(--text-primary);font-size:.88rem;font-weight:600}.hd-bedrooms{margin-bottom:1.4rem}.hd-bedrooms h4{color:var(--red);font-size:.85rem;font-weight:700;font-family:var(--font-body);margin-bottom:.6rem}.hd-bedroom-row{border-bottom:1px solid #f0f0f0;justify-content:space-between;padding:.35rem 0;font-size:.84rem;display:flex}.hd-bedroom-row strong{color:var(--text-primary);font-weight:600}.hd-actions{flex-wrap:wrap;gap:.75rem;display:flex}.btn-wa{color:#fff;border-radius:var(--radius-btn);background:#25d366;align-items:center;gap:.3rem;padding:.85rem 1.4rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .2s;display:inline-flex}.btn-wa:hover{background:#1ebe5a}.house-nav{justify-content:space-between;align-items:center;padding:1.5rem 0;display:flex}.house-nav-btn{border:2px solid var(--red);color:var(--red);border-radius:var(--radius-btn);cursor:pointer;font-size:.88rem;font-weight:700;font-family:var(--font-body);background:0 0;padding:.65rem 1.4rem;transition:all .2s}.house-nav-btn:hover:not(:disabled){background:var(--red);color:#fff}.house-nav-btn:disabled{opacity:.3;cursor:default}.house-dots{gap:8px;display:flex}.house-dot{cursor:pointer;background:#ddd;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .2s}.house-dot.active{background:var(--red);border-radius:5px;width:26px}.empty-page{text-align:center;color:var(--text-secondary);padding:5rem 2rem;font-size:1.1rem}.empty-page a{color:var(--red)}@media (width<=860px){.house-layout{grid-template-columns:1fr}.hd-specs-grid{grid-template-columns:1fr 1fr}}@media (width<=480px){.hd-specs-grid{grid-template-columns:1fr}.house-nav{flex-direction:column;gap:1rem}}.constructed-page{flex-direction:column;gap:2.5rem;max-width:1280px;margin:0 auto;padding:0 2rem 4rem;display:flex}.constructed-page .page-tabs{border-bottom:2px solid #eee;gap:.5rem;margin-bottom:1.5rem;padding:1.5rem 0 0;display:flex}.constructed-page .page-tabs button{cursor:pointer;font-size:.9rem;font-weight:600;font-family:var(--font-body);color:var(--text-secondary);background:0 0;border:2px solid #ddd;border-radius:8px 8px 0 0;margin-bottom:-2px;padding:.6rem 1.4rem;transition:all .2s}.constructed-page .page-tabs button.active{background:var(--red);color:#fff;border-color:var(--red)}.construction-section{background:#fff;border:1px solid #f0f0f0;border-radius:20px;overflow:hidden;box-shadow:0 8px 40px #00000017}.construction-layout{grid-template-columns:1fr 1fr;min-height:500px;display:grid}.constr-gallery{background:#111;flex-direction:column;display:flex}.cg-main{flex:1;min-height:280px;position:relative;overflow:hidden}.cg-main img{object-fit:cover;width:100%;height:100%}.stage-label{color:#fff;letter-spacing:.05em;background:#cc1f1fe0;border-radius:100px;padding:.3rem .8rem;font-size:.72rem;font-weight:700;position:absolute;bottom:10px;left:12px}.cg-nav{color:#fff;background:#0009;justify-content:center;align-items:center;gap:1rem;padding:.5rem;font-size:.82rem;display:flex}.cg-nav button{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;width:30px;height:30px;transition:background .2s}.cg-nav button:hover:not(:disabled){background:var(--red)}.cg-nav button:disabled{opacity:.3;cursor:default}.cg-thumbs{background:#111;flex-wrap:wrap;gap:4px;padding:6px;display:flex}.cg-thumb{cursor:pointer;border:2px solid #0000;border-radius:6px;width:80px;overflow:hidden}.cg-thumb.active{border-color:var(--red)}.cg-thumb img{object-fit:cover;width:100%;height:48px}.cg-thumb span{color:#ffffffb3;text-align:center;white-space:nowrap;text-overflow:ellipsis;padding:2px;font-size:.6rem;display:block;overflow:hidden}.constr-details{padding:2rem;overflow-y:auto}.constr-details h2{color:var(--red);margin-bottom:.3rem;font-size:1.4rem}.cd-location{color:var(--text-secondary);margin-bottom:.85rem;font-size:.85rem}.cd-status-badge{color:#a16207;background:#eab3081f;border:1px solid #eab3084d;border-radius:100px;margin-bottom:1.1rem;padding:.28rem .8rem;font-size:.75rem;font-weight:700;display:inline-block}.cd-progress{gap:0;margin-bottom:1.4rem;display:flex;overflow-x:auto}.progress-step{flex-direction:column;flex:1;align-items:center;gap:.3rem;display:flex;position:relative}.progress-step:not(:last-child):after{content:"";z-index:0;background:#e5e7eb;width:100%;height:2px;position:absolute;top:14px;left:50%}.progress-step.done:not(:last-child):after{background:var(--red)}.ps-dot{color:#999;z-index:1;background:#e5e7eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.7rem;font-weight:800;display:flex;position:relative}.progress-step.done .ps-dot{background:var(--red);color:#fff}.progress-step.current .ps-dot{color:#fff;background:#f59e0b}.progress-step span{color:var(--text-muted);text-align:center;white-space:nowrap;font-size:.6rem}.progress-step.done span{color:var(--red);font-weight:600}.cd-specs{grid-template-columns:1fr 1fr;gap:.6rem;margin-bottom:.9rem;display:grid}.cd-spec{background:var(--cream);border-radius:8px;padding:.6rem .8rem}.cd-spec span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.63rem;display:block}.cd-spec strong{color:var(--text-primary);font-size:.86rem;font-weight:600}.cd-bedroom{color:var(--text-secondary);margin-bottom:.25rem;font-size:.84rem}.cd-bedroom strong{color:var(--text-primary)}.cd-price{color:var(--red);margin:.9rem 0;font-size:1.5rem;font-weight:800}.cd-actions{flex-wrap:wrap;gap:.75rem;display:flex}.btn-video{background:var(--blue);color:#fff;border-radius:var(--radius-btn);cursor:pointer;font-size:.9rem;font-weight:700;font-family:var(--font-body);border:none;padding:.85rem 1.4rem;transition:background .2s}.btn-video:hover{background:#155090}.video-modal{background:#fff;border-radius:18px;width:100%;max-width:720px;margin:auto;padding:2rem;animation:.3s fadeUp;position:relative}.video-modal h3{color:var(--red);margin-bottom:.4rem;font-size:1.2rem}.video-modal p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.88rem}.video-type-btns{flex-wrap:wrap;gap:1rem;display:flex}.video-type-label{color:var(--red);justify-content:space-between;align-items:center;margin-bottom:.75rem;font-weight:700;display:flex}.back-btn{color:var(--blue);cursor:pointer;font-weight:700;font-family:var(--font-body);background:0 0;border:none}.house-video{background:#000;border-radius:10px;width:100%;max-height:420px}.modal-backdrop{z-index:2000;background:#000000c7;justify-content:center;align-items:center;padding:2rem 1rem;display:flex;position:fixed;inset:0;overflow-y:auto}.modal-close{cursor:pointer;background:#00000014;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:flex;position:absolute;top:1rem;right:1rem}.modal-close:hover{background:var(--red);color:#fff}@media (width<=860px){.construction-layout{grid-template-columns:1fr}.cd-specs{grid-template-columns:1fr 1fr}}@media (width<=480px){.cd-specs{grid-template-columns:1fr}}.gallery-page{padding:2rem 0 4rem;overflow:hidden}.gallery-intro{text-align:center;color:var(--text-secondary);max-width:560px;margin:0 auto 2.5rem;padding:0 2rem;font-size:1rem}.marquee-outer{margin-bottom:1.5rem;overflow:hidden}.marquee-track{gap:16px;width:max-content;padding:4px 0;display:flex}.marquee-ltr{animation:30s linear infinite scrollLtr}.marquee-rtl{animation:36s linear infinite scrollRtl}.marquee-track:hover{animation-play-state:paused}@keyframes scrollLtr{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollRtl{0%{transform:translate(-33.33%)}to{transform:translate(0)}}.marquee-card{cursor:pointer;border-radius:14px;flex-shrink:0;width:260px;height:200px;position:relative;overflow:hidden;box-shadow:0 4px 16px #0000001a}.marquee-card img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.marquee-card:hover img{transform:scale(1.06)}.marquee-overlay{opacity:0;background:linear-gradient(#0000 40%,#000000b3 100%);flex-direction:column;justify-content:flex-end;padding:.75rem;transition:opacity .25s;display:flex;position:absolute;inset:0}.marquee-card:hover .marquee-overlay{opacity:1}.marquee-overlay p{color:#fff;margin-bottom:2px;font-size:.72rem;font-weight:600}.marquee-overlay span{color:#ffffffa6;font-size:.62rem}.gallery-grid-heading{text-align:center;color:var(--red);margin:2.5rem 0 1.5rem;padding:0 2rem;font-size:1.4rem}.gallery-grid{grid-template-columns:repeat(4,1fr);gap:14px;max-width:1280px;margin:0 auto;padding:0 2rem;display:grid}.gallery-item{aspect-ratio:1;cursor:pointer;border-radius:12px;position:relative;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.gallery-item:hover img{transform:scale(1.07)}.gallery-item-overlay{opacity:0;background:#cc1f1f8c;justify-content:center;align-items:center;padding:1rem;transition:opacity .22s;display:flex;position:absolute;inset:0}.gallery-item-overlay p{color:#fff;text-align:center;font-size:.82rem;font-weight:700}.gallery-item:hover .gallery-item-overlay{opacity:1}.lightbox{z-index:3000;background:#000000ed;flex-direction:column;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.lightbox img{object-fit:contain;border-radius:10px;max-width:90vw;max-height:80vh}.lightbox-caption{text-align:center;margin-top:1rem}.lightbox-caption p{color:#fff;font-size:.9rem}.lightbox-caption span{color:#ffffff8c;font-size:.78rem}.lightbox-close{color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.1rem;display:flex;position:absolute;top:1.2rem;right:1.5rem}.lightbox-close:hover{background:var(--red)}@media (width<=860px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=560px){.gallery-grid{grid-template-columns:repeat(2,1fr)}.marquee-card{width:200px;height:160px}}.videos-page{max-width:1280px;margin:0 auto;padding:2rem 2rem 4rem}.cat-filter{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.cat-btn{cursor:pointer;font-size:.84rem;font-weight:600;font-family:var(--font-body);color:var(--text-secondary);background:#fff;border:1.5px solid #ddd;border-radius:100px;padding:.45rem 1.2rem;transition:all .18s}.cat-btn:hover{border-color:var(--red);color:var(--red)}.cat-btn.active{background:var(--red);color:#fff;border-color:var(--red)}.vid-count{color:var(--text-muted);margin-bottom:1.5rem;font-size:.85rem}.videos-grid{grid-template-columns:repeat(3,1fr);gap:1.4rem;display:grid}.video-card{cursor:pointer;box-shadow:var(--shadow-card);background:#fff;border-radius:14px;transition:transform .25s,box-shadow .25s;overflow:hidden}.video-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-5px)}.vc-thumb{aspect-ratio:16/9;background:#111;position:relative;overflow:hidden}.vc-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.video-card:hover .vc-thumb img{transform:scale(1.05)}.vc-play{color:#fff;text-shadow:0 2px 8px #00000080;background:#0003;justify-content:center;align-items:center;font-size:2.5rem;transition:background .2s;display:flex;position:absolute;inset:0}.video-card:hover .vc-play{background:#cc1f1f99}.vc-duration{color:#fff;background:#000000bf;border-radius:4px;padding:.18rem .5rem;font-size:.72rem;font-weight:700;position:absolute;bottom:8px;right:10px}.vc-body{padding:.9rem 1rem 1.1rem}.vc-cat{color:var(--red);text-transform:uppercase;letter-spacing:.08em;font-size:.68rem;font-weight:700}.vc-body h4{color:var(--text-primary);font-size:.9rem;font-weight:700;font-family:var(--font-body);margin-top:.3rem;line-height:1.35}.modal-backdrop{z-index:2000;background:#000000d9;justify-content:center;align-items:center;padding:2rem 1rem;display:flex;position:fixed;inset:0}.video-popup{background:#111;border-radius:16px;width:100%;max-width:800px;animation:.3s fadeUp;position:relative;overflow:hidden}.video-popup h3{color:#fff;font-size:1rem;font-family:var(--font-body);padding:1rem 3rem 1rem 1.2rem}.vp-player{aspect-ratio:16/9;background:#000;position:relative}.vp-player iframe,.vp-player video{border:none;width:100%;height:100%;position:absolute;inset:0}.modal-close{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:flex;position:absolute;top:.75rem;right:.75rem}.modal-close:hover{background:var(--red)}@media (width<=860px){.videos-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.videos-grid{grid-template-columns:1fr}}.contact-page{grid-template-columns:1fr 1fr;align-items:start;gap:2.5rem;max-width:1280px;margin:0 auto;padding:2rem 2rem 5rem;display:grid}.contact-card{box-shadow:var(--shadow-card);background:#fff;border:1px solid #f0f0f0;border-radius:18px;margin-bottom:1.5rem;padding:2rem}.cc-logo img{object-fit:contain;height:80px;margin-bottom:1rem}.contact-card h2{color:var(--red);margin-bottom:.25rem;font-size:1.25rem;font-weight:800}.cc-tagline{color:var(--blue);margin-bottom:1.6rem;font-size:1rem;font-weight:600}.cc-detail{align-items:flex-start;gap:.9rem;margin-bottom:1.3rem;display:flex}.cc-detail>span{flex-shrink:0;margin-top:2px;font-size:1.35rem}.cc-detail strong{color:var(--text-primary);font-size:.95rem;font-weight:700;font-family:var(--font-body);margin-bottom:.3rem;display:block}.cc-detail p{color:var(--text-secondary);margin:0;font-size:.98rem;line-height:1.75}.cc-phones{flex-direction:column;gap:.85rem;margin-bottom:1.2rem;display:flex}.cc-phone-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.phone-link{color:var(--red);letter-spacing:.02em;font-size:1.2rem;font-weight:800;text-decoration:none}.phone-link:hover{text-decoration:underline}.wa-pill{color:#fff;white-space:nowrap;background:#25d366;border-radius:100px;align-items:center;gap:.3rem;padding:.3rem .85rem;font-size:.78rem;font-weight:700;text-decoration:none;transition:background .2s;display:inline-flex}.wa-pill:hover{background:#1ebe5a}.contact-map{height:280px;box-shadow:var(--shadow-card);border-radius:16px;overflow:hidden}.contact-map iframe{border:none;width:100%;height:100%;display:block}.contact-form-wrap{box-shadow:var(--shadow-card);background:#fff;border:1px solid #f0f0f0;border-radius:18px;padding:2.2rem}.contact-form-wrap h3{color:var(--red);margin-bottom:.3rem;font-size:1.3rem}.contact-form-wrap>p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.88rem}.form-success{color:#15803d;background:#16a34a1a;border:1px solid #16a34a4d;border-radius:10px;margin-bottom:1.2rem;padding:.9rem 1.2rem;font-size:.88rem;font-weight:600}.enquiry-form{flex-direction:column;gap:1rem;display:flex}.form-group{flex-direction:column;gap:.35rem;display:flex}.form-group label{color:var(--text-primary);text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;font-weight:700;font-family:var(--font-body)}.form-group input,.form-group select,.form-group textarea{font-size:.9rem;font-family:var(--font-body);color:var(--text-primary);background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;outline:none;padding:.7rem .9rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--red)}.form-group textarea{resize:vertical;min-height:90px}.submit-btn{width:100%;margin-top:.5rem;padding:.95rem;font-size:.95rem}@media (width<=900px){.contact-page{grid-template-columns:1fr}}@media (width<=480px){.cc-phone-row{flex-wrap:wrap}}.projects-page{max-width:1280px;margin:0 auto;padding:0 2rem 4rem}.pg-section-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin:2rem 0 .6rem;font-size:.78rem;font-weight:700}.pg-loc-scroll{scrollbar-width:thin;scrollbar-color:var(--red) #eee;margin-bottom:1.5rem;padding-bottom:.5rem;overflow-x:auto}.pg-loc-tabs{white-space:nowrap;gap:.75rem;width:max-content;padding:.25rem 0;display:flex}.pg-loc-tab{cursor:pointer;font-family:var(--font-body);background:#fff;border:2px solid #e5e7eb;border-radius:12px;flex-direction:column;align-items:flex-start;min-width:160px;padding:.65rem 1.2rem;transition:all .18s;display:flex}.pg-loc-tab:hover{border-color:var(--red)}.pg-loc-tab.active{background:var(--red);border-color:var(--red);color:#fff}.pg-loc-name{font-size:.88rem;font-weight:700;line-height:1.2}.pg-loc-area{opacity:.7;margin-top:2px;font-size:.72rem}.pg-loc-tab.active .pg-loc-area{opacity:.85}.pg-cat-tabs{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.pg-cat-tab{cursor:pointer;font-size:.86rem;font-weight:600;font-family:var(--font-body);color:var(--text-secondary);background:#fff;border:2px solid #e5e7eb;border-radius:100px;align-items:center;gap:.4rem;padding:.5rem 1.2rem;transition:all .18s;display:flex}.pg-cat-tab:hover{border-color:var(--red);color:var(--red)}.pg-cat-tab.active{background:var(--red);border-color:var(--red);color:#fff}.pg-cat-count{background:#0000001f;border-radius:100px;padding:0 .45rem;font-size:.72rem;font-weight:700;line-height:1.6}.pg-cat-tab.active .pg-cat-count{background:#ffffff4d}.pg-count{color:var(--text-muted);margin-bottom:1.25rem;font-size:.85rem}.pg-count strong{color:var(--red)}.pg-grid{grid-template-columns:repeat(4,1fr);gap:.75rem;display:grid}@media (width<=1024px){.pg-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=640px){.pg-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}}@media (width<=380px){.pg-grid{grid-template-columns:1fr}}.pg-thumb{aspect-ratio:4/3;cursor:zoom-in;border:2px solid #0000;border-radius:10px;transition:transform .18s,box-shadow .18s;position:relative;overflow:hidden}.pg-thumb:hover{transform:scale(1.02);box-shadow:0 6px 20px #0000002e}.pg-thumb img{object-fit:cover;width:100%;height:100%;display:block}.cat-border-plots{border-color:#10b981}.cat-border-houses{border-color:#3b82f6}.cat-border-construction{border-color:#f59e0b}.pg-thumb-overlay{opacity:0;background:linear-gradient(#0000 40%,#0000008c 100%);justify-content:space-between;align-items:flex-end;padding:.5rem .6rem;transition:opacity .18s;display:flex;position:absolute;inset:0}.pg-thumb:hover .pg-thumb-overlay{opacity:1}.pg-cat-tag{color:#fff;border-radius:100px;padding:.2rem .55rem;font-size:.7rem;font-weight:700}.cat-plots{background:#10b981}.cat-houses{background:#3b82f6}.cat-construction{background:#f59e0b}.pg-view-icon{color:#fff;font-size:1rem}.pg-empty{text-align:center;color:var(--text-muted);padding:4rem 2rem}.pg-empty-icon{margin-bottom:1rem;font-size:3rem}.pg-empty p{color:var(--text-secondary);font-size:1.05rem;font-weight:600}.pg-empty span{font-size:.88rem}.lb-backdrop{z-index:9999;background:#000000eb;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.lb-box{align-items:center;gap:.75rem;max-width:90vw;max-height:90vh;display:flex;position:relative}.lb-close{color:#fff;cursor:pointer;background:0 0;border:none;padding:.25rem .5rem;font-size:1.6rem;line-height:1;transition:opacity .15s;position:absolute;top:-2.5rem;right:0}.lb-close:hover{opacity:.7}.lb-arrow{color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:8px;flex-shrink:0;padding:.4rem .8rem;font-size:2.5rem;line-height:1;transition:background .15s}.lb-arrow:hover:not(:disabled){background:#ffffff40}.lb-arrow:disabled{opacity:.25;cursor:default}.lb-img-wrap{max-width:80vw;max-height:80vh;position:relative}.lb-img-wrap img{object-fit:contain;border-radius:8px;max-width:80vw;max-height:80vh;display:block}.lb-cat-badge{color:#fff;border-radius:100px;padding:.2rem .6rem;font-size:.72rem;font-weight:700;position:absolute;bottom:.6rem;left:.6rem}.lb-counter{color:#ffffffb3;white-space:nowrap;font-size:.82rem;position:absolute;bottom:-2rem;left:50%;transform:translate(-50%)}@media (width<=600px){.lb-arrow{padding:.3rem .55rem;font-size:1.8rem}.lb-img-wrap img{max-width:90vw;max-height:70vh}}:root{--red:#cc1f1f;--red-dark:#a01818;--red-light:#e53333;--blue:#1a5fa8;--white:#fff;--cream:#fff8f8;--cream-2:#f5f5f5;--text-primary:#1c1c1c;--text-secondary:#5a5a5a;--text-muted:#8a8a8a;--dark:#111827;--dark-2:#0f1624;--green:#111827;--gold:#1a5fa8;--gold-light:#2470c2;--font-serif:"Playfair Display", Georgia, serif;--font-body:"DM Sans", "Inter", system-ui, sans-serif;--font-tamil:"Noto Sans Tamil", "DM Sans", sans-serif;--section-pad:100px;--shadow-card:0 4px 24px #00000014;--shadow-hover:0 16px 48px #cc1f1f26;--shadow-nav:0 4px 32px #00000038;--radius-card:16px;--radius-btn:10px;--radius-pill:100px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--white);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-size:1rem;font-weight:400;line-height:1.65;overflow-x:hidden}h1,h2,h3,h4,h5{font-family:var(--font-serif);color:var(--red);font-weight:700;line-height:1.15}p{color:var(--text-secondary);font-weight:400}.sec-container{max-width:1280px;margin:0 auto;padding:0 2rem}.sec-header{text-align:center;margin-bottom:3.5rem}.sec-label{letter-spacing:.12em;text-transform:uppercase;color:var(--red);border-radius:var(--radius-pill);background:#cc1f1f14;border:1px solid #cc1f1f40;margin-bottom:1rem;padding:.35rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}.sec-label.light{color:#fffc;background:#ffffff1a;border-color:#ffffff40}.sec-title{font-family:var(--font-serif);color:var(--red);margin-bottom:.75rem;font-size:clamp(1.9rem,3.5vw,2.6rem);font-weight:800}.sec-title.white{color:#fff}.sec-sub{color:var(--text-secondary);max-width:540px;margin:0 auto;font-size:1rem;line-height:1.75}.sec-sub.light{color:#ffffffa6}.btn-red{background:var(--red);color:#fff;border-radius:var(--radius-btn);cursor:pointer;font-size:.95rem;font-weight:700;font-family:var(--font-body);border:none;padding:.9rem 2.2rem;transition:all .25s;box-shadow:0 4px 16px #cc1f1f4d}.btn-red:hover{background:var(--red-dark);transform:translateY(-2px);box-shadow:0 8px 28px #cc1f1f66}.btn-outline-red{border:2px solid var(--red);color:var(--red);border-radius:var(--radius-btn);cursor:pointer;font-size:.92rem;font-weight:600;font-family:var(--font-body);background:0 0;padding:.85rem 2rem;transition:all .25s}.btn-outline-red:hover{background:var(--red);color:#fff}.btn-blue{background:var(--blue);color:#fff;border-radius:var(--radius-btn);cursor:pointer;font-size:.92rem;font-weight:700;font-family:var(--font-body);border:none;padding:.85rem 2rem;transition:all .25s}.btn-blue:hover{background:#155090;transform:translateY(-2px)}.btn-gold{background:var(--blue);color:#fff;border-radius:var(--radius-btn);cursor:pointer;font-size:.95rem;font-weight:700;font-family:var(--font-body);border:none;padding:.9rem 2.2rem;transition:all .25s}.btn-gold:hover{background:#155090;transform:translateY(-2px)}.btn-outline-green{border:2px solid var(--red);color:var(--red);border-radius:var(--radius-btn);cursor:pointer;font-size:.95rem;font-weight:600;font-family:var(--font-body);background:0 0;padding:.85rem 2.5rem;transition:all .25s}.btn-outline-green:hover{background:var(--red);color:#fff}.btn-outline-white{color:#fff;border-radius:var(--radius-btn);cursor:pointer;font-size:.95rem;font-weight:600;font-family:var(--font-body);background:0 0;border:1.5px solid #ffffff80;padding:.9rem 2.2rem;transition:all .25s}.btn-outline-white:hover{background:#ffffff1f;border-color:#fff}.section-divider{background:linear-gradient(90deg,#0000,#cc1f1f4d,#0000);width:100%;height:1px}.fade-in{animation:.7s both fadeIn}.fade-up{animation:.65s both fadeUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.site-hidden{opacity:0;pointer-events:none}.site-visible{opacity:1;animation:.9s both siteReveal}@keyframes siteReveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.page-wrapper{min-height:100vh;padding-top:120px}.page-hero{background:linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);text-align:center;padding:3rem 0}.page-hero h1{color:#fff;margin-bottom:.5rem;font-size:clamp(1.8rem,4vw,2.8rem)}.page-hero p{color:#ffffffbf;font-size:1rem}.bg-white{background:var(--white)}.bg-cream{background:var(--cream)}.bg-red{background:var(--red)}.bg-cream2{background:var(--cream-2)}
