@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,800;1,700&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,800;1,700&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,800;1,700;1,800&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,800;1,700&display=swap";@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap";.modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:2000;background:#0f172ab3;justify-content:center;align-items:center;padding:20px;animation:.3s forwards modalFadeIn;display:flex;position:fixed;inset:0}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:440px;max-height:90vh;padding:32px;animation:.4s cubic-bezier(.165,.84,.44,1) forwards modalSlideUp;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #0006}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(40px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:28px;line-height:1;transition:color .3s,transform .3s;position:absolute;top:12px;right:16px}.modal-close:hover{color:#0f172a;transform:rotate(90deg)}.modal-title{color:#0f172a;margin-bottom:4px;font-family:Playfair Display,serif;font-size:1.8rem;font-weight:800}.modal-subtitle{color:#64748b;margin-bottom:20px;font-size:.9rem}.modal-form{flex-direction:column;gap:12px;display:flex}.form-group{flex-direction:column;gap:4px;display:flex}.form-group label{color:#334155;font-size:.8rem;font-weight:700}.form-group input,.form-group textarea{color:#0f172a;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;padding:10px 14px;font-family:inherit;font-size:.95rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.modal-submit-btn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:8px;margin-top:8px;padding:12px;font-size:1rem;font-weight:700;transition:all .3s}.modal-submit-btn:hover:not(:disabled){background:#f59e0b;transform:translateY(-2px);box-shadow:0 8px 20px #f59e0b4d}.modal-submit-btn:disabled{opacity:.6;cursor:not-allowed}.modal-success{text-align:center;flex-direction:column;align-items:center;padding:30px 0;display:flex}.modal-success svg{margin-bottom:24px;animation:.5s cubic-bezier(.175,.885,.32,1.275) forwards scaleBounce}@keyframes scaleBounce{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.modal-success h3{color:#0f172a;margin-bottom:12px;font-size:1.8rem;font-weight:800}.modal-success p{color:#64748b;font-size:1.05rem;line-height:1.6}.navbar-wrapper{z-index:102;width:100%;position:sticky;top:0}.top-bar{background:linear-gradient(90deg,#f59e0b,#d97706,#0f172a);width:100%;height:4px}.navbar{-webkit-backdrop-filter:blur(16px);background:#ffffffd9;border-bottom:1px solid #ffffff4d;width:100%;padding:8px 0;transition:all .4s cubic-bezier(.165,.84,.44,1)}.navbar.scrolled{background:#fffffff2;padding:4px 0;box-shadow:0 10px 30px #0000000d}.nav-container{justify-content:space-between;align-items:center;display:flex}.nav-logo{align-items:center;gap:12px;text-decoration:none;display:flex}.logo-img{transform-origin:0;width:auto;height:70px;transition:all .3s;transform:scale(1.4)}.navbar.scrolled .logo-img{height:50px;transform:scale(1.2)}.nav-links{align-items:center;gap:36px;display:flex}.nav-link{color:#334155;cursor:pointer;align-items:center;gap:6px;padding:8px 0;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .3s;display:flex;position:relative}.nav-link:after{content:"";background-color:#f59e0b;width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.nav-link:hover{color:#0f172a}.nav-link:hover:after{width:100%}.nav-dropdown{display:inline-block;position:relative}.dropdown-arrow{border:1.5px solid #334155;border-width:0 1.5px 1.5px 0;margin-bottom:3px;margin-left:2px;padding:3px;transition:transform .3s,border-color .3s;display:inline-block;transform:rotate(45deg)}.nav-dropdown:hover .dropdown-arrow{border-color:#0f172a;transform:rotate(225deg)}.dropdown-content{-webkit-backdrop-filter:blur(10px);z-index:1;opacity:0;background:#fffffffa;border:1px solid #e2e8f0;border-radius:12px;min-width:220px;transition:all .3s;display:none;position:absolute;top:100%;left:-20px;overflow:hidden;transform:translateY(10px);box-shadow:0 20px 40px #00000014}.nav-dropdown:hover .dropdown-content{opacity:1;animation:.3s forwards slideUp;display:block;transform:translateY(0)}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.dropdown-content a{color:#475569;border-bottom:1px solid #f1f5f9;padding:16px 24px;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;display:block}.dropdown-content a:last-child{border-bottom:none}.dropdown-content a:hover{color:#f59e0b;background:#f8fafc;padding-left:32px}.nav-actions{align-items:center;gap:12px;display:flex}.nav-brochure-btn{color:#f59e0b;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.nav-brochure-btn:hover{color:#d97706;background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 12px #0f172a14}.nav-brochure-btn .bounce-icon{animation:2s infinite bounce-download}@keyframes bounce-download{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-4px)}60%{transform:translateY(-2px)}}.nav-cta-btn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:30px;align-items:center;gap:8px;padding:12px 24px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 14px #0f172a26}.nav-cta-btn:hover{color:#fff;background:#f59e0b;transform:translateY(-2px);box-shadow:0 6px 20px #f59e0b4d}.hamburger{cursor:pointer;z-index:101;flex-direction:column;gap:6px;display:none}.hamburger .bar{background-color:#0f172a;width:28px;height:2px;transition:all .3s}.hamburger .bar.open:first-child{transform:rotate(45deg)translate(6px,6px)}.hamburger .bar.open:nth-child(2){opacity:0}.hamburger .bar.open:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (width<=992px){.hamburger{display:flex}.nav-links{z-index:100;background:#fff;flex-direction:column;align-items:flex-start;gap:20px;width:300px;height:100vh;padding:100px 30px 40px;transition:right .4s cubic-bezier(.77,0,.175,1);position:fixed;top:0;right:-100%;box-shadow:-10px 0 30px #0000000d}.nav-links.active{right:0}.nav-link{border-bottom:1px solid #f1f5f9;width:100%;padding-bottom:12px;font-size:1.2rem}.nav-link:after{display:none}.nav-cta-btn{justify-content:center;width:100%;margin-top:20px}.nav-dropdown{width:100%}.dropdown-content{box-shadow:none;opacity:1;background:0 0;border:none;padding-left:20px;display:none;position:static;transform:none}.nav-dropdown:hover .dropdown-content{animation:none;display:block}}.mnc-footer{color:#0f172a;background:#fff;border-top:1px solid #e2e8f0}.ft-container{max-width:1400px;margin:0 auto;padding:0 2rem}.ft-newsletter-wrap{background:linear-gradient(90deg,#f59e0b0d 0%,#0000 50%,#f59e0b05 100%);border-bottom:1px solid #e2e8f0}.ft-newsletter{justify-content:space-between;align-items:center;gap:48px;padding:64px 0;display:flex}.ft-nl-text{flex:1;max-width:600px}.ft-nl-title{color:#0f172a;margin-bottom:8px;font-family:Playfair Display,serif;font-size:2rem;font-weight:700}.ft-nl-text p{color:#475569;font-size:.95rem;line-height:1.6}.ft-nl-form{width:100%;max-width:480px;display:flex;position:relative}.ft-nl-form input{color:#0f172a;background:#f8fafc;border:1px solid #cbd5e1;border-radius:50px;outline:none;width:100%;padding:16px 160px 16px 24px;font-size:1rem;transition:all .3s}.ft-nl-form input:focus{background:#fff;border-color:#f59e0b;box-shadow:0 0 0 4px #f59e0b1a}.ft-nl-form button{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:40px;align-items:center;gap:8px;padding:0 24px;font-size:.9rem;font-weight:700;transition:all .3s;display:flex;position:absolute;top:6px;bottom:6px;right:6px}.ft-nl-form button:hover{color:#0f172a;background:#f59e0b}.ft-nl-form button:hover .arrow{transform:translate(4px)}.ft-nl-form button .arrow{transition:transform .3s}.ft-main{padding:40px 0 20px}.ft-grid{grid-template-columns:2fr 1fr 1fr 1.5fr;align-items:start;gap:64px;display:grid}.ft-desc{color:#475569;max-width:380px;margin-bottom:32px;font-size:.95rem;line-height:1.8}.ft-social{gap:16px;display:flex}.social-link{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .3s;display:flex}.social-link.linkedin{color:#0a66c2;background:#0a66c20d;border-color:#0a66c233}.social-link.instagram{color:#e1306c;background:#e1306c0d;border-color:#e1306c33}.social-link.x-logo{color:#0f172a;background:#0f172a0d;border-color:#0f172a33}.social-link.facebook{color:#1877f2;background:#1877f20d;border-color:#1877f233}.social-link:hover{transform:translateY(-4px)}.social-link.linkedin:hover{color:#fff;background:#0a66c2;border-color:#0a66c2}.social-link.instagram:hover{color:#fff;background:#e1306c;border-color:#e1306c}.social-link.x-logo:hover{color:#fff;background:#0f172a;border-color:#0f172a}.social-link.facebook:hover{color:#fff;background:#1877f2;border-color:#1877f2}.ft-logo{margin-bottom:20px;text-decoration:none;display:inline-block}.ft-logo-img{filter:drop-shadow(0 2px 4px #0000000d);width:auto;height:120px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),filter .3s}.ft-logo:hover .ft-logo-img{filter:drop-shadow(0 8px 16px #0000001a);transform:scale(1.05)translateY(-4px)}.ft-title{color:#0f172a;letter-spacing:.2px;margin-top:0;margin-bottom:24px;font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700}.ft-links{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.ft-links a{color:#475569;align-items:center;font-size:.95rem;text-decoration:none;transition:all .3s;display:inline-flex}.ft-links a:before{content:"→";color:#f59e0b;opacity:0;margin-right:-10px;font-size:1rem;transition:all .3s;transform:translate(-10px)}.ft-links a:hover{color:#0f172a;padding-left:6px;font-weight:600}.ft-links a:hover:before{opacity:1;margin-right:8px;transform:translate(0)}.ft-contact-list{flex-direction:column;gap:20px;margin:0;padding:0;list-style:none;display:flex}.ft-contact-list li{color:#475569;align-items:flex-start;gap:16px;font-size:.95rem;line-height:1.6;display:flex}.ft-contact-list svg{flex-shrink:0;margin-top:2px}.ft-contact-list a{color:#475569;text-decoration:none;transition:color .3s}.ft-contact-list a:hover{color:#f59e0b;font-weight:600}.ft-bottom{background:#f8fafc;border-top:1px solid #e2e8f0;padding:24px 0}.ft-bottom-flex{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.ft-copyright{color:#64748b;font-size:.85rem}.ft-legal{align-items:center;gap:16px;font-size:.85rem;display:flex}.ft-legal a{color:#64748b;text-decoration:none;transition:color .3s}.ft-legal a:hover{color:#0f172a}.ft-legal .divider{color:#cbd5e1}@keyframes heartBounce{0%,to{transform:scale(1)}15%{transform:scale(1.25)}30%{transform:scale(1)}45%{transform:scale(1.25)}60%{transform:scale(1)}}.heart-bounce{transform-origin:50%;animation:1.5s infinite heartBounce;display:inline-block}@media (width<=1200px){.ft-grid{grid-template-columns:1fr 1fr;gap:48px}}@media (width<=992px){.ft-newsletter{text-align:center;flex-direction:column;padding:48px 0}.ft-nl-text{max-width:100%}}@media (width<=768px){.ft-grid{grid-template-columns:1fr;gap:48px}.ft-bottom-flex{text-align:center;flex-direction:column}}.home-page{background:#f8fafc;min-height:100vh}.hm-wide{max-width:1400px;margin:0 auto;padding:0 2rem}.hm-section-eyebrow{letter-spacing:2px;text-transform:uppercase;color:#f59e0b;margin-bottom:8px;font-size:.75rem;font-weight:700}.hm-section-title{color:#0f172a;letter-spacing:-.5px;margin-bottom:8px;font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:800;line-height:1.1}.hm-section-title.text-white{color:#fff}.hm-section-desc{color:#475569;margin-bottom:16px;font-size:.85rem;line-height:1.5}.hm-btn-primary{color:#0f172a;background:#f59e0b;border-radius:8px;justify-content:center;align-items:center;padding:14px 28px;font-size:.9rem;font-weight:800;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 14px #f59e0b4d}.hm-btn-primary:hover{background:#fbbf24;transform:translateY(-2px);box-shadow:0 8px 24px #f59e0b66}.hm-btn-outline{color:#0f172a;background:0 0;border:2px solid #0f172a;border-radius:8px;justify-content:center;align-items:center;padding:13px 28px;font-size:.9rem;font-weight:800;text-decoration:none;transition:all .3s;display:inline-flex}.hm-btn-outline:hover{color:#f59e0b;background:#0f172a}.hm-btn-outline-white{color:#fff;background:0 0;border:2px solid #ffffff4d;border-radius:8px;justify-content:center;align-items:center;padding:13px 28px;font-size:.9rem;font-weight:800;text-decoration:none;transition:all .3s;display:inline-flex}.hm-btn-outline-white:hover{background:#ffffff1a;border-color:#fff}.hm-hero{background:#080c16;align-items:flex-start;min-height:100vh;padding:80px 0;display:flex;position:relative}.hm-hero__bg-wrap{z-index:0;position:absolute;inset:0;overflow:hidden}.hm-hero__bg{background-position:50%;background-size:cover;animation:15s linear infinite alternate slowZoom;position:absolute;inset:0}@keyframes slowZoom{0%{transform:scale(1)}to{transform:scale(1.08)}}.hm-hero__overlay{z-index:1;background:linear-gradient(90deg,#060b1999 0%,#080e1e33 40%,#0000 100%);position:absolute;inset:0}.hm-hero__grid{z-index:2;background-image:linear-gradient(#f59e0b08 1px,#0000 1px),linear-gradient(90deg,#f59e0b08 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0}.hm-hero__inner{z-index:5;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;position:relative}.hm-hero__eyebrow{letter-spacing:3px;text-transform:uppercase;color:#f59e0b;align-items:center;gap:14px;margin-bottom:16px;font-size:.75rem;font-weight:700;display:flex}.hm-eyebrow-line{opacity:.6;background:#f59e0b;width:40px;height:1.5px;display:block}.hm-hero__title{color:#fff;letter-spacing:-1px;flex-direction:column;margin-bottom:16px;font-family:Playfair Display,Georgia,serif;font-size:3.8rem;font-weight:800;line-height:1;display:flex}.hm-hero__static-word{color:#fff!important;background-color:#0000!important}.hm-hero__word-wrap{color:#f59e0b;width:100%;height:1.05em;font-style:italic;position:relative;overflow:hidden}.hm-hero__word{position:absolute;top:0;left:0}.hm-hero__subtitle{color:#ffffffa6;max-width:540px;margin-bottom:32px;font-size:1.1rem;line-height:1.6}.hm-hero__search{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0d;border:1px solid #ffffff26;border-radius:12px;align-items:center;padding:8px 8px 8px 24px;display:inline-flex}.hm-search-field{flex-direction:column;gap:4px;min-width:180px;display:flex}.hm-search-field span{text-transform:uppercase;letter-spacing:1px;color:#ffffff80;font-size:.65rem;font-weight:700}.hm-custom-select{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.hm-select-value{color:#fff;align-items:center;gap:8px;font-size:.95rem;font-weight:600;display:flex}.hm-dropdown-list{z-index:50;transform-origin:0 0;background:#0f172a;border:1px solid #ffffff1a;border-radius:12px;width:260px;padding:8px 0;animation:.2s forwards dropdownFade;position:absolute;top:calc(100% + 12px);left:0;box-shadow:0 10px 40px #0006}@keyframes dropdownFade{0%{opacity:0;transform:scale(.95)translateY(-10px)}to{opacity:1;transform:scale(1)translateY(0)}}.hm-dropdown-item{color:#cbd5e1;cursor:pointer;padding:12px 20px;font-size:.9rem;font-weight:500;transition:all .25s}.hm-dropdown-item:hover{color:#f59e0b;background:#1e293b;padding-left:24px}.hm-dropdown-item.active{color:#f59e0b;background:#f59e0b0d;font-weight:600}.hm-search-divider{background:#ffffff26;width:1px;height:32px;margin:0 24px}.hm-search-btn{color:#0f172a;cursor:pointer;background:#f59e0b;border:none;border-radius:8px;align-items:center;gap:8px;padding:16px 28px;font-size:.9rem;font-weight:800;transition:all .3s;display:flex}.hm-search-btn:hover{background:#fbbf24;transform:scale(1.02)}.hm-hero__scroll-ind{z-index:5;align-items:center;gap:16px;display:flex;position:absolute;bottom:40px;left:2rem}.hm-hero__scroll-ind span{text-transform:uppercase;letter-spacing:2px;color:#ffffff80;transform-origin:0;font-size:.7rem;font-weight:700;transform:rotate(-90deg)translate(20px)}.hm-scroll-line{background:#ffffff26;width:1.5px;height:64px;position:relative;overflow:hidden}.hm-scroll-dot{background:#f59e0b;width:100%;height:20px;animation:2s infinite scrollDrop;position:absolute;top:-20px;left:0}@keyframes scrollDrop{0%{top:-20px}to{top:64px}}.hm-about-section{background:#fff;padding:80px 0}.hm-about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.hm-about-img-wrap{justify-content:center;display:flex;position:relative}.hm-about-img{object-fit:contain;border-radius:16px;width:auto;max-width:100%;height:auto;max-height:500px;box-shadow:20px 20px #f59e0b1a}.hm-about-badge{color:#fff;background:#0f172a;border-left:4px solid #f59e0b;border-radius:12px;align-items:center;gap:16px;padding:20px 28px;display:flex;position:absolute;bottom:16px;left:0;box-shadow:0 12px 32px #0f172a26}.hm-badge-num{color:#f59e0b;font-family:Playfair Display,serif;font-size:2.4rem;font-weight:800;line-height:1}.hm-badge-txt{text-transform:uppercase;letter-spacing:1px;font-size:.75rem;font-weight:700;line-height:1.4}.hm-features-list{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.hm-feature-item{align-items:flex-start;gap:12px;display:flex}.hm-feature-icon{color:#f59e0b;background:#f59e0b1a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.hm-feature-icon svg{width:16px;height:16px}.hm-feature-item h4{color:#0f172a;margin-bottom:2px;font-size:.9rem;font-weight:700}.hm-feature-item p{color:#64748b;font-size:.75rem;line-height:1.4}.hm-projects-section{color:#fff;background:#0f172a;padding:80px 0}.hm-projects-header{justify-content:space-between;align-items:flex-end;margin-bottom:40px;display:flex}.hm-btn--glow{box-shadow:0 0 20px #f59e0b33}.hm-projects-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.hm-project-card{background:#1e293b;border:1px solid #ffffff0d;border-radius:16px;text-decoration:none;transition:all .4s;display:block;overflow:hidden}.hm-project-card:hover{border-color:#f59e0b4d;transform:translateY(-8px)}.hm-project-img-wrap{height:320px;position:relative;overflow:hidden}.hm-project-img{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform .8s}.hm-project-card:hover .hm-project-img{transform:scale(1.08)}.hm-project-overlay{background:linear-gradient(#0000,#0f172acc);position:absolute;inset:0}.hm-project-status{color:#0f172a;text-transform:uppercase;letter-spacing:1px;background:#f59e0b;border-radius:50px;padding:6px 16px;font-size:.7rem;font-weight:800;position:absolute;top:16px;left:16px}.hm-project-body{z-index:2;margin-top:-60px;padding:32px 24px 28px;position:relative}.hm-project-type{color:#f59e0b;text-transform:uppercase;letter-spacing:2.5px;margin-bottom:12px;font-size:.7rem;font-weight:800}.hm-project-title{color:#fff;letter-spacing:.5px;margin-bottom:12px;font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700;line-height:1.3;transition:color .3s}.hm-project-card:hover .hm-project-title{color:#f59e0b}.hm-project-loc{color:#ffffffb3;align-items:center;gap:8px;font-size:.85rem;font-weight:500;display:flex}.hm-project-loc svg{color:#f59e0b}.hm-stats-section{background:#080c16;padding:120px 0;position:relative}.hm-stats-bg{opacity:.25;background-image:url(/stats_bg.jpg);background-position:50%;background-size:cover;background-attachment:fixed;position:absolute;inset:0}.hm-stats-grid{text-align:center;grid-template-columns:repeat(5,1fr);gap:16px;display:grid}.hm-stat-num{color:#f59e0b;margin-bottom:8px;font-family:Playfair Display,serif;font-size:3.5rem;font-weight:800;line-height:1}.hm-stat-label{color:#fff;text-transform:uppercase;letter-spacing:1.5px;font-size:.8rem;font-weight:700;line-height:1.4}.hm-banks-section{background:#fff;padding:100px 0}.hm-banks-title{text-align:center;color:#0f172a;margin-bottom:64px;font-family:Playfair Display,serif;font-size:2.4rem;font-weight:800}.hm-marquee-container{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.hm-marquee-track{align-items:center;gap:40px;width:max-content;padding:20px 0;animation:35s linear infinite scrollMarquee;display:flex}@keyframes scrollMarquee{0%{transform:translate(calc(-50% - 20px))}to{transform:translate(0)}}.hm-bank-logo{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:220px;height:100px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 4px 12px #0f172a08}.hm-bank-logo:hover{border-color:#cbd5e1;transform:translateY(-8px)scale(1.02);box-shadow:0 16px 32px #0f172a14}.hm-bank-logo svg{max-width:140px;max-height:40px}.hm-bank-logo img{object-fit:contain;border-radius:4px;max-width:180px;max-height:80px}.hm-services-section{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:80px 0}.hm-services-header{margin-bottom:40px}.hm-services-header .hm-section-eyebrow{color:#64748b;letter-spacing:3px;font-weight:700}.hm-services-header .hm-section-title{letter-spacing:-1px;font-size:3rem}.hm-services-header .hm-section-title span{color:#f59e0b;font-style:italic}.hm-services-grid{grid-template-columns:1fr 1fr;gap:48px;display:grid}.hm-service-card{background:#fff;border:1px solid #0f172a0d;border-radius:24px;height:100%;padding:40px 32px;transition:all .5s cubic-bezier(.165,.84,.44,1);position:relative;overflow:hidden;box-shadow:0 12px 40px #0f172a0a}.hm-service-card:after{content:"";opacity:0;background:linear-gradient(90deg,#f59e0b,#fbbf24,#f59e0b);height:4px;transition:opacity .5s;position:absolute;bottom:0;left:0;right:0}.hm-service-card:hover{border-color:#f59e0b33;transform:translateY(-12px);box-shadow:0 40px 80px #0f172a14}.hm-service-card:hover:after{opacity:1}.hm-service-icon{color:#f59e0b;background:#fffbeb;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:24px;transition:transform .5s;display:flex;box-shadow:0 8px 24px #f59e0b26}.hm-service-icon svg{width:24px;height:24px}.hm-service-card:hover .hm-service-icon{transform:scale(1.1)rotate(5deg)}.hm-service-title{color:#0f172a;letter-spacing:-.5px;margin-bottom:20px;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:800;line-height:1.3}.hm-service-list{margin:0;padding:0;list-style:none}.hm-service-list li{margin-bottom:12px}.hm-service-link{color:#334155;align-items:flex-start;gap:12px;font-size:.95rem;line-height:1.6;text-decoration:none;transition:all .2s;display:flex}.hm-service-link:hover{color:#f59e0b;transform:translate(4px)}.hm-service-link svg{color:#f59e0b;flex-shrink:0;margin-top:4px}.hm-service-list li:last-child{margin-bottom:0}.hm-why-section{background:#080c16;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;padding:80px 0;position:relative;overflow:hidden}.hm-why-bg-shapes{z-index:0;filter:blur(40px);background-image:radial-gradient(circle at 15% 25%,#f59e0b1f 0%,#0000 40%),radial-gradient(circle at 85% 75%,#0f172ae6 0%,#0000 50%);position:absolute;inset:0}.hm-why-title{text-align:center;color:#fff;margin-bottom:40px;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:800}.hm-why-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.hm-why-card{-webkit-backdrop-filter:blur(24px);text-align:center;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:120px;padding:32px 24px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000004d}.hm-why-card:before{content:"";opacity:0;z-index:0;background:linear-gradient(135deg,#f59e0b26,#0000 60%);border-radius:16px;transition:opacity .4s;position:absolute;inset:0}.hm-why-card:hover{border-color:#f59e0b4d;box-shadow:0 15px 40px #0006,0 0 20px #f59e0b1a}.hm-why-icon{color:#f59e0b;z-index:1;justify-content:center;align-items:center;margin-bottom:20px;transition:transform .4s;display:flex;position:relative}.hm-why-card:hover .hm-why-icon{color:#fbbf24;transform:scale(1.15)translateY(-4px)}.hm-why-card:hover:before{opacity:1}.hm-why-card h3{color:#fff;z-index:1;letter-spacing:.5px;margin:0;font-size:1.05rem;font-weight:600;line-height:1.4;position:relative}.hm-cta-section{background:#f8fafc;padding:120px 0}.hm-cta-box{text-align:center;background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 100%);border-radius:24px;padding:80px 48px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0f172a1a}.hm-cta-bg-shapes{opacity:.1;background-image:radial-gradient(circle at 10% 20%,#f59e0b 0%,#0000 40%),radial-gradient(circle at 90% 80%,#f59e0b 0%,#0000 40%);position:absolute;inset:0}.hm-cta-content{z-index:2;max-width:600px;margin:0 auto;position:relative}.hm-cta-content h2{color:#fff;margin-bottom:16px;font-family:Playfair Display,serif;font-size:2.8rem;font-weight:800;line-height:1.2}.hm-cta-content p{color:#ffffffb3;margin-bottom:40px;font-size:1.1rem;line-height:1.7}.hm-cta-actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}@media (width<=1200px){.hm-hero__title{font-size:4rem}.hm-about-grid{gap:48px}}@media (width<=992px){.hm-hero__search{border-radius:16px;flex-direction:column;align-items:stretch;gap:16px;width:100%;padding:24px}.hm-search-divider{display:none}.hm-search-btn{justify-content:center;width:100%}.hm-about-grid{grid-template-columns:1fr}.hm-about-img{height:400px;box-shadow:12px 12px #f59e0b1a}.hm-about-badge{bottom:-24px;left:24px}.hm-projects-grid{grid-template-columns:repeat(2,1fr)}.hm-stats-grid{grid-template-columns:repeat(2,1fr);gap:48px}.hm-why-grid{grid-template-columns:repeat(2,1fr)}.hm-services-grid{grid-template-columns:1fr}}@media (width<=768px){.hm-hero__title{font-size:3rem}.hm-hero{min-height:100vh;padding:100px 0}.hm-hero__scroll-ind{display:none}.hm-projects-header{flex-direction:column;align-items:flex-start;gap:24px}.hm-projects-grid,.hm-why-grid{grid-template-columns:1fr}.hm-why-title{margin-bottom:40px;font-size:2.2rem}.hm-cta-box{padding:48px 24px}.hm-cta-content h2{font-size:2.2rem}.hm-cta-actions{flex-direction:column}}@media (width<=480px){.hm-hero__title{font-size:2.2rem}.hm-hero__subtitle{font-size:1rem}.hm-stats-grid{grid-template-columns:1fr;gap:32px}.hm-why-title,.hm-cta-content h2{font-size:1.8rem}}.about-page{background:#f8fafc;min-height:100vh}.about-wide{max-width:1400px;margin:0 auto;padding:0 2rem}.about-section-eyebrow{letter-spacing:2.5px;text-transform:uppercase;color:#f59e0b;margin-bottom:12px;font-size:.7rem;font-weight:700}.about-section-title{color:#0f172a;letter-spacing:-.5px;margin-bottom:24px;font-family:Playfair Display,Georgia,serif;font-size:2.4rem;font-weight:800;line-height:1.2}.about-hero{background-image:url(/about_hero_bg.png);background-position:top;background-size:cover;background-attachment:fixed;align-items:center;height:300px;display:flex;position:relative;overflow:hidden}.about-hero__overlay{z-index:1;background:linear-gradient(108deg,#080e1ef2 0%,#0a1128d9 45%,#0a112880 80%,#0a112833 100%);position:absolute;inset:0}.about-hero__grid{z-index:2;background-image:linear-gradient(#f59e0b08 1px,#0000 1px),linear-gradient(90deg,#f59e0b08 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.about-hero__after{z-index:4;background:linear-gradient(90deg,#0000,#f59e0b,#fbbf24,#f59e0b,#0000);height:3px;position:absolute;bottom:0;left:0;right:0}.about-hero__inner{z-index:3;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;position:relative}.about-breadcrumb{color:#fff6;align-items:center;gap:6px;margin-bottom:12px;font-size:.73rem;font-weight:500;display:flex}.about-breadcrumb a{color:#fff6;text-decoration:none;transition:color .2s}.about-breadcrumb a:hover{color:#f59e0b}.about-breadcrumb__active{color:#f59e0b;font-weight:700}.about-hero__eyebrow{letter-spacing:2.5px;text-transform:uppercase;color:#f59e0b;align-items:center;gap:12px;margin-bottom:10px;font-size:.67rem;font-weight:700;display:flex}.about-eyebrow-line{opacity:.5;background:#f59e0b;width:28px;height:1.5px;display:block}.about-hero__title{color:#fff;letter-spacing:-.3px;margin-bottom:8px;font-family:Playfair Display,Georgia,serif;font-size:2.2rem;font-weight:800;line-height:1.2}.about-hero__title span{color:#f59e0b;font-style:italic}.about-hero__subtitle{color:#ffffff8c;max-width:500px;font-size:.88rem;line-height:1.6}.about-stats{background:#0f172a;border-bottom:2px solid #f59e0b26;flex-wrap:wrap;display:flex}.about-stat{cursor:default;border-right:1px solid #ffffff12;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;min-width:150px;padding:20px 24px;transition:background .2s;display:flex}.about-stat:last-child{border-right:none}.about-stat:hover{background:#f59e0b0d}.about-stat__icon{margin-bottom:2px;font-size:1.3rem;line-height:1}.about-stat__value{color:#f59e0b;font-family:Playfair Display,serif;font-size:1.6rem;font-weight:800;line-height:1}.about-stat__label{color:#ffffff80;text-transform:uppercase;letter-spacing:1.5px;font-size:.7rem;font-weight:700}.about-vision-card-wrap{background:#f8fafc;padding:0 0 40px}.about-vision-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;overflow:hidden;transform:translateY(0);box-shadow:0 24px 50px #0f172a0f}.about-vision-card:hover{transform:translateY(-8px);box-shadow:0 32px 64px #0f172a1f}.about-mission-card{flex-direction:row-reverse}.mt-8{margin-top:48px}.about-vision-img-box{width:40%;position:relative;overflow:hidden}.about-vision-img-box img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.165,.84,.44,1);display:block}.about-mission-card .about-vision-img-box:after{content:"";mix-blend-mode:color;pointer-events:none;background:#f59e0b66;transition:background .6s;position:absolute;inset:0}.about-mission-card:hover .about-vision-img-box:after{background:#f59e0b1a}.about-vision-card:hover .about-vision-img-box img{transform:scale(1.05)}.about-vision-content{background:#fdfdfd;flex-direction:column;justify-content:center;width:60%;padding:40px;display:flex}.about-text-item{align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.about-text-item svg{flex-shrink:0;margin-top:3px}.about-vision-content h2{color:#0f172a;margin-bottom:16px;font-family:Playfair Display,serif;font-size:2rem;font-weight:800}.about-text-item p{color:#475569;margin-bottom:0;font-size:.9rem;line-height:1.6}.about-values-wrap{background:#f8fafc;padding:20px 0 80px}.about-values-header{text-align:center;max-width:600px;margin:0 auto 48px}.about-values-header .about-section-eyebrow{justify-content:center;display:flex}.about-values-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.about-value-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:40px 32px;transition:all .3s;box-shadow:0 4px 20px #0f172a0a}.about-value-card:hover{border-color:#f59e0b;transform:translateY(-8px);box-shadow:0 20px 40px #0f172a1f}.about-value-icon{color:#f59e0b;background:#0f172a;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 20px;transition:transform .3s;display:flex}.about-value-card:hover .about-value-icon{transform:scale(1.1)rotate(5deg)}.about-value-card h4{color:#0f172a;margin-bottom:12px;font-size:1.15rem;font-weight:700}.about-value-card p{color:#64748b;font-size:.88rem;line-height:1.7}.about-founder-wrap{background:#fff;border-top:1px solid #e2e8f0;padding:40px 0 100px}.about-founder-grid{grid-template-columns:340px 1fr;align-items:stretch;gap:48px;max-width:1000px;margin:0 auto;display:grid}.about-founder-img-wrap{cursor:pointer;height:100%;transition:transform .4s cubic-bezier(.165,.84,.44,1);position:relative}.about-founder-img-wrap:hover{transform:translateY(-8px)}.about-founder-img{object-fit:cover;object-position:center top;border-radius:12px;width:100%;height:100%;transition:box-shadow .4s;display:block;box-shadow:-12px 12px #f59e0b26}.about-founder-img-wrap:hover .about-founder-img{box-shadow:-16px 16px #f59e0b40}.about-founder-badge{color:#fff;background:#0f172a;border-left:4px solid #f59e0b;border-radius:6px;padding:12px 16px;position:absolute;bottom:-16px;right:-24px;box-shadow:0 8px 24px #0f172a33}.about-founder-badge strong{letter-spacing:.5px;text-transform:uppercase;font-size:.75rem;font-weight:700}.about-founder-content{flex-direction:column;justify-content:center;padding-left:24px;display:flex}.about-founder-text p{color:#475569;margin-bottom:1.2rem;font-size:.95rem;font-style:italic;line-height:1.7}.about-founder-text p:last-child{margin-bottom:0}.about-founder-sig{border-left:3px solid #f59e0b;margin-top:36px;padding-left:20px}.about-founder-name{color:#0f172a;margin-bottom:4px;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:800}.about-founder-role{color:#94a3b8;text-transform:uppercase;letter-spacing:1px;font-size:.8rem;font-weight:600}@media (width<=1200px){.about-founder-grid{grid-template-columns:360px 1fr;gap:48px}}@media (width<=992px){.about-vision-card,.about-mission-card{flex-direction:column}.about-vision-img-box,.about-vision-content{width:100%}.about-vision-img-box{height:350px}.about-vision-content{padding:48px}.about-stats-flex{justify-content:center;gap:40px}.about-values-grid{grid-template-columns:1fr 1fr}.about-founder-grid{grid-template-columns:1fr}.about-founder-content{margin-top:32px;padding-left:0}.about-founder-img{height:460px;box-shadow:-12px 12px #f59e0b26}.about-founder-badge{right:20px}}@media (width<=768px){.about-hero{height:200px}.about-hero__title{font-size:1.7rem}.about-hero__subtitle{font-size:.82rem}.about-vision-card-wrap,.about-values-wrap,.about-founder-wrap{padding:48px 0}.about-section-title{font-size:1.8rem}.about-stat{border-bottom:1px solid #ffffff12;min-width:40%}.about-vision-content{padding:32px 24px}.about-vision-content h2{font-size:1.8rem}.about-values-grid{grid-template-columns:1fr}}.proj-card{background:#fff;border:1px solid #e2e8f0b3;border-radius:14px;flex-direction:column;height:100%;transition:box-shadow .3s,transform .3s;display:flex;overflow:hidden;box-shadow:0 2px 16px #0f172a12}.proj-card:hover{box-shadow:0 12px 36px #0f172a21}.proj-card__img-wrap{flex-shrink:0;height:260px;position:relative;overflow:hidden}.proj-card__img{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.proj-card__img.zoomed{transform:scale(1.07)}.proj-card__no-img{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94);display:flex;position:relative;overflow:hidden}.proj-card__no-img.zoomed{transform:scale(1.04)}.no-img-logo{color:#fff;z-index:2;margin-bottom:4px;font-family:Playfair Display,serif;font-size:1.6rem;font-weight:800}.no-img-logo span{color:#f59e0b}.no-img-text{color:#94a3b8;letter-spacing:1.5px;text-transform:uppercase;z-index:2;font-size:.75rem;font-weight:600}.proj-card__no-img .blob{filter:blur(40px);z-index:1;border-radius:50%;position:absolute}.proj-card__no-img .blob-1{background:#f59e0b26;width:150px;height:150px;top:-50px;left:-50px}.proj-card__no-img .blob-2{background:#38bdf826;width:120px;height:120px;bottom:-30px;right:-30px}.proj-card__status{letter-spacing:.5px;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #fff3;border-radius:50px;align-items:center;gap:5px;padding:4px 10px;font-size:.68rem;font-weight:700;display:flex;position:absolute;top:12px;left:12px}.proj-card__status-dot{border-radius:50%;width:6px;height:6px;animation:1.8s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{box-shadow:0 0 0 3px #f59e0b40}50%{box-shadow:0 0 0 6px #f59e0b1a}}.proj-card__type-tag{color:#fff;letter-spacing:.5px;text-transform:uppercase;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0a1128c7;border-radius:5px;padding:3px 9px;font-size:.63rem;font-weight:700;position:absolute;top:12px;right:12px}.proj-card__overlay{opacity:0;background:linear-gradient(#0000 0%,#0a112840 45%,#0a1128e6 100%);align-items:flex-end;padding:16px;transition:opacity .3s;display:flex;position:absolute;inset:0}.proj-card__overlay.visible{opacity:1}.proj-card__overlay-content{transition:transform .3s;transform:translateY(8px)}.proj-card__overlay.visible .proj-card__overlay-content{transform:translateY(0)}.proj-card__overlay-content p{color:#ffffffd1;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:10px;font-size:.78rem;line-height:1.5;display:-webkit-box;overflow:hidden}.proj-card__overlay-btn{color:#0f172a;letter-spacing:.3px;background:#f59e0b;border-radius:6px;padding:6px 14px;font-size:.73rem;font-weight:700;text-decoration:none;transition:background .2s;display:inline-block}.proj-card__overlay-btn:hover{background:#fbbf24}.proj-card__body{flex-direction:column;flex:1;gap:7px;padding:16px 18px;display:flex}.proj-card__location{color:#64748b;align-items:center;gap:4px;font-size:.73rem;font-weight:500;display:flex}.proj-card__name{color:#0f172a;margin:0;font-size:1.05rem;font-weight:700;line-height:1.3}.proj-card__desc{color:#475569;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.78rem;line-height:1.6;display:-webkit-box;overflow:hidden}.proj-card__meta{background:#f8fafc;border:1px solid #f1f5f9;border-radius:8px;align-items:center;margin:2px 0;padding:8px 10px;display:flex}.proj-card__meta-item{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;display:flex}.proj-card__meta-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.4px;align-items:center;gap:3px;font-size:.62rem;font-weight:700;display:flex}.proj-card__meta-val{color:#1e293b;text-align:center;font-size:.72rem;font-weight:700;line-height:1.2}.proj-card__meta-divider{background:#e2e8f0;align-self:stretch;width:1px;margin:0 4px}.proj-card__progress-wrap{margin-top:2px}.proj-card__progress-header{color:#64748b;justify-content:space-between;align-items:center;margin-bottom:5px;font-size:.72rem;display:flex}.proj-card__progress-header strong{color:#f59e0b;font-size:.78rem;font-weight:800}.proj-card__progress-bar{background:#e2e8f0;border-radius:50px;height:5px;overflow:hidden}.proj-card__progress-fill{background:linear-gradient(90deg,#f59e0b,#fbbf24);border-radius:20px;height:100%}.proj-card__slider-btn{color:#1e293b;cursor:pointer;z-index:5;opacity:1;background:#ffffffd9;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #0000001a}.proj-card__slider-btn:hover{background:#fff;transform:translateY(-50%)scale(1.1)}.proj-card__slider-btn-prev{left:10px}.proj-card__slider-btn-next{right:10px}.proj-card__slider-dots{z-index:5;gap:6px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.proj-card__slider-dot{cursor:pointer;background:#ffffff80;border-radius:50%;width:6px;height:6px;transition:all .3s}.proj-card__slider-dot.active{background:#fff;transform:scale(1.3)}.proj-card__footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:8px;margin-top:auto;padding-top:10px;display:flex}.proj-card__price{flex-direction:column;gap:1px;display:flex}.proj-card__price-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.4px;font-size:.62rem;font-weight:700}.proj-card__price-val{color:#0f172a;letter-spacing:-.3px;font-size:1rem;font-weight:800}.proj-card__actions{align-items:center;gap:8px;display:flex}.proj-card__brochure{color:#f59e0b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .22s;display:flex}.proj-card__brochure:hover{color:#d97706;background:#f1f5f9;border-color:#cbd5e1}.proj-card__brochure .bounce-icon{animation:2s infinite bounce-download}.proj-card__cta{color:#f59e0b;letter-spacing:.3px;white-space:nowrap;background:#0f172a;border-radius:7px;flex-shrink:0;align-items:center;gap:5px;padding:8px 14px;font-size:.73rem;font-weight:700;text-decoration:none;transition:all .22s;display:flex}.proj-card__cta:hover{color:#0f172a;background:#f59e0b}@media (width<=768px){.proj-card__img-wrap{height:185px}.proj-card__body{padding:14px}.proj-card__name{font-size:.98rem}}.pl-page{background:#f1f5f9;min-height:100vh}.pl-hero{background-position:50% 30%;background-size:cover;background-attachment:scroll;align-items:center;height:260px;display:flex;position:relative}.pl-hero--completed{background-position:top}.pl-hero--ongoing,.pl-hero--upcoming{background-position:50% 30%}.pl-hero__overlay{background:linear-gradient(100deg,#0a1123eb 0%,#0f172ab8 55%,#0f172a59 100%);position:absolute;inset:0}.pl-hero__inner{z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:0 1.5rem;position:relative}.pl-breadcrumb{color:#ffffff80;letter-spacing:.3px;align-items:center;gap:6px;margin-bottom:10px;font-size:.75rem;font-weight:500;display:flex}.pl-breadcrumb a{color:#ffffff80;text-decoration:none;transition:color .2s}.pl-breadcrumb a:hover{color:#f59e0b}.pl-breadcrumb__active{color:#f59e0b;font-weight:700}.pl-hero__title{color:#fff;letter-spacing:-.5px;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:8px;font-size:2.15rem;font-weight:800;line-height:1.15;display:flex}.pl-hero__title span{color:#f59e0b}.pl-hero__title:after{content:"";background:#f59e0b;border-radius:2px;width:48px;height:3px;margin-top:10px;display:block}.pl-hero__subtitle{color:#ffffffa6;max-width:520px;font-size:.88rem;font-weight:400;line-height:1.65}.pl-stats-strip{background:#0f172a;border-bottom:2px solid #f59e0b26}.pl-stats-inner{align-items:stretch;max-width:1400px;margin:0 auto;padding:0 1.5rem;display:flex}.pl-stat{cursor:default;border-right:1px solid #ffffff12;flex:1;align-items:center;gap:12px;padding:16px 28px;transition:background .2s;display:flex}.pl-stat:last-child{border-right:none}.pl-stat:hover{background:#f59e0b0d}.pl-stat__icon{font-size:1.4rem;line-height:1}.pl-stat__value{color:#f59e0b;font-size:1.3rem;font-weight:800;line-height:1.1}.pl-stat__label{color:#64748b;text-transform:uppercase;letter-spacing:.7px;margin-top:1px;font-size:.67rem;font-weight:600}.pl-filters-wrap{z-index:50;background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:76px;box-shadow:0 1px 8px #0000000d}.pl-filters-inner{flex-wrap:wrap;align-items:center;gap:16px;max-width:1400px;height:60px;margin:0 auto;padding:0 1.5rem;display:flex}.pl-search{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:7px;align-items:center;gap:8px;min-width:230px;padding:7px 12px;transition:border-color .2s,box-shadow .2s;display:flex}.pl-search:focus-within{background:#fff;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.pl-search svg{color:#94a3b8;flex-shrink:0}.pl-search input{color:#1e293b;background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:.82rem}.pl-search input::placeholder{color:#b0bec5}.pl-filter-tabs{flex-wrap:wrap;gap:6px;display:flex}.pl-filter-tab{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #e2e8f0;border-radius:50px;padding:6px 16px;font-family:inherit;font-size:.77rem;font-weight:600;transition:all .2s}.pl-filter-tab:hover{color:#d97706;background:#fffbeb;border-color:#f59e0b}.pl-filter-tab.active{color:#0f172a;background:#f59e0b;border-color:#f59e0b;box-shadow:0 2px 8px #f59e0b47}.pl-content{padding:36px 0 60px}.pl-content-inner{max-width:1400px;margin:0 auto;padding:0 1.5rem}.pl-results-count{color:#64748b;margin-bottom:20px;font-size:.8rem;font-weight:500}.pl-results-count strong{color:#0f172a}.pl-grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.pl-no-results{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:80px 20px;display:flex}.pl-no-results p{color:#64748b;font-size:1rem}.pl-no-results button{color:#f59e0b;cursor:pointer;background:#0f172a;border:none;border-radius:8px;padding:10px 24px;font-family:inherit;font-size:.85rem;font-weight:700;transition:background .2s}.pl-no-results button:hover{background:#1e293b}.pl-cta-section{background:linear-gradient(100deg,#0f172a 0%,#1e3a5f 100%);border-top:3px solid #f59e0b33;padding:44px 0}.pl-cta-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:32px;max-width:1400px;margin:0 auto;padding:0 1.5rem;display:flex}.pl-cta-text h2{color:#fff;letter-spacing:-.3px;margin-bottom:6px;font-size:1.55rem;font-weight:800}.pl-cta-text p{color:#ffffff8c;max-width:460px;font-size:.88rem}.pl-cta-btn{color:#0f172a;letter-spacing:.3px;white-space:nowrap;background:#f59e0b;border-radius:8px;align-items:center;gap:8px;padding:12px 26px;font-size:.87rem;font-weight:800;text-decoration:none;transition:all .25s;display:flex;box-shadow:0 4px 16px #f59e0b52}.pl-cta-btn:hover{background:#fbbf24;transform:translateY(-2px);box-shadow:0 8px 24px #f59e0b6b}@media (width<=1280px){.pl-grid{grid-template-columns:repeat(3,1fr);gap:18px}}@media (width<=1024px){.pl-grid{grid-template-columns:repeat(2,1fr);gap:18px}.pl-stats-inner{flex-wrap:wrap}.pl-stat{border-bottom:1px solid #ffffff12;flex:0 0 50%}.pl-hero{height:220px}.pl-hero__title{font-size:1.8rem}}@media (width<=768px){.pl-hero{height:190px}.pl-hero__title{font-size:1.5rem}.pl-hero__subtitle{font-size:.82rem}.pl-grid{grid-template-columns:1fr;gap:16px}.pl-filters-inner{gap:10px;height:auto;padding:10px 1.5rem}.pl-search{min-width:100%}.pl-stat{border-bottom:1px solid #ffffff12;flex:0 0 100%}.pl-cta-inner{text-align:center;flex-direction:column}.pl-cta-text p{max-width:100%}}.opd-page{color:#0f172a;background:#f8fafc;min-height:100vh;padding-top:0;font-family:Inter,sans-serif}.opd-nav{z-index:40;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:60px;padding:0 4%;display:flex;position:sticky;top:0;box-shadow:0 4px 6px -1px #0000000d}.opd-nav-logo img{height:40px}.opd-nav-links{gap:24px;display:flex}.opd-nav-links a{color:#475569;cursor:pointer;border-bottom:3px solid #0000;padding:18px 0;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s}.opd-nav-links a:hover,.opd-nav-links a.active{color:#0f172a;border-bottom-color:#f59e0b}.opd-brochure-btn{color:#0f172a;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:8px;padding:8px 16px;font-weight:600;text-decoration:none;transition:all .2s}.opd-brochure-btn:hover{background:#e2e8f0}.opd-container{grid-template-columns:2fr 1fr;align-items:start;gap:40px;max-width:1536px;margin:40px auto;padding:0 4%;display:grid}.opd-left{flex-direction:column;gap:40px;display:flex}.opd-image-wrap{background:#0f172a;border-radius:16px;width:100%;height:550px;position:relative;overflow:hidden;box-shadow:0 10px 25px -5px #0000001a}.opd-image-slide{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .8s ease-in-out;position:absolute;top:0;left:0}.opd-image-slide.active{opacity:1}.opd-slider-dots{z-index:10;gap:8px;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.opd-slider-dot{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.opd-slider-dot.active{background:#fff;transform:scale(1.2)}.opd-price-tag{color:#0f172a;z-index:10;background:#fff;border-radius:8px;padding:8px 16px;font-weight:700;position:absolute;top:20px;left:20px;box-shadow:0 4px 6px #0000001a}.opd-section-title-with-line{color:#0f172a;align-items:center;gap:12px;margin-bottom:24px;font-size:1.4rem;font-weight:800;display:flex}.opd-section-title-with-line:before{content:"";background:#c29f4f;border-radius:4px;width:4px;height:24px;display:block}.opd-floor-plans-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.opd-floor-plan-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;padding:20px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 15px #00000008}.opd-floor-plan-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #00000014}.opd-fp-config{color:#0f172a;margin:0 0 16px;font-size:1.1rem;font-weight:700}.opd-fp-image-wrapper{background:#f8fafc;border-radius:12px;justify-content:center;align-items:center;height:200px;margin-bottom:20px;padding:20px;display:flex}.opd-fp-image-wrapper img{object-fit:contain;filter:blur(1px);max-width:100%;max-height:100%;transition:filter .3s}.opd-floor-plan-card:hover .opd-fp-image-wrapper img{filter:blur()}.opd-fp-details{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.opd-fp-area{color:#475569;font-size:.95rem}.opd-fp-price{color:#0f172a;font-size:1.1rem;font-weight:800}.opd-fp-breakup-btn{color:#fff;cursor:pointer;text-align:center;background:#144e50;border:none;border-radius:8px;width:100%;padding:14px;font-size:.95rem;font-weight:600;transition:background .3s}.opd-fp-breakup-btn:hover{background:#0f3d3f}.opd-lightbox{z-index:9999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.opd-lightbox-close{color:#fff;cursor:pointer;z-index:10000;font-size:48px;transition:transform .2s;position:absolute;top:20px;right:40px}.opd-lightbox-close:hover{transform:scale(1.1)}.opd-lightbox-img{object-fit:contain;border-radius:8px;max-width:90vw;max-height:90vh;box-shadow:0 10px 30px #00000080}.opd-header h1{margin:10px 0;font-size:2.5rem;font-weight:800;line-height:1.2}.opd-location{color:#475569;align-items:center;gap:8px;font-size:1rem;display:flex}.opd-tags{gap:12px;margin-bottom:12px;display:flex}.opd-tag{color:#fff;letter-spacing:1px;text-transform:uppercase;background:#0f172a;border-radius:20px;padding:4px 12px;font-size:.75rem;font-weight:600}.opd-tag.light{color:#0f172a;background:#fff;border:1px solid #cbd5e1}.opd-section{background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:32px;box-shadow:0 4px 15px #00000008}.opd-section h2{color:#0f172a;align-items:center;gap:12px;margin-top:0;margin-bottom:20px;font-size:1.5rem;font-weight:700;display:flex}.opd-section h2:before{content:"";background:#f59e0b;border-radius:2px;width:4px;height:24px;display:block}.opd-text{color:#475569;white-space:pre-wrap;font-size:1.05rem;line-height:1.7}.opd-amenities-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.opd-amenity-item{color:#0f172a;align-items:center;gap:10px;font-weight:500;display:flex}.opd-amenity-item:before{content:"•";color:#f59e0b;font-size:1.5rem}.opd-btn{color:#fff;cursor:pointer;background:#0f172a;border-radius:8px;margin-top:24px;padding:12px 24px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.opd-btn:hover{background:#1e293b}.opd-map{border:1px solid #e2e8f0;border-radius:12px;width:100%;height:350px;overflow:hidden}.opd-map iframe{border:none;width:100%;height:100%}.opd-virtual{text-align:center;background:#fffdf5;border:1px solid #fef08a;border-radius:16px;padding:40px 20px}.opd-virtual h3{margin:10px 0;font-size:2rem;font-weight:800}.opd-virtual p{color:#475569;margin-bottom:24px}.opd-virtual-form{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;max-width:900px;margin:0 auto;display:flex}.opd-virtual-form input{box-sizing:border-box;border:1px solid #cbd5e1;border-radius:8px;outline:none;flex:200px;min-width:0;height:52px;padding:0 16px;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.opd-virtual-form input:focus{border-color:#d97706;box-shadow:0 0 0 3px #d9770626}.opd-virtual-btn{color:#fff;letter-spacing:.5px;cursor:pointer;box-sizing:border-box;background:#d97706;border:none;border-radius:8px;flex:none;justify-content:center;align-items:center;height:52px;padding:0 36px;font-family:inherit;font-size:1rem;font-weight:700;transition:all .3s;display:flex}.opd-virtual-btn:hover{background:#b45309;transform:translateY(-2px);box-shadow:0 6px 16px #d9770640}.opd-right{position:sticky;top:80px}.opd-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:32px;box-shadow:0 10px 30px -10px #0000001a}.opd-form-card h3{margin:0 0 8px;font-size:1.25rem;font-weight:700}.opd-form-card p{color:#64748b;margin-bottom:24px;font-size:.9rem}.opd-form{flex-direction:column;gap:16px;display:flex}.opd-form input,.opd-form textarea{box-sizing:border-box;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:12px 16px;font-family:inherit}.opd-form input:focus,.opd-form textarea:focus{background:#fff;border-color:#0f172a;outline:none}.opd-form-btn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:8px;margin-top:8px;padding:14px;font-weight:700;transition:all .2s}.opd-form-btn:hover{background:#1e293b}.opd-form-success{color:#14532d;text-align:center;background:#dcfce7;border-radius:8px;padding:12px;font-size:.9rem;font-weight:600}@media (width<=992px){.opd-container{grid-template-columns:1fr}.opd-right{position:static}.opd-virtual-form{flex-direction:column;align-items:center}.opd-virtual-form input{width:100%;max-width:300px}}@media (width<=768px){.opd-nav{justify-content:flex-start;overflow-x:auto}.opd-nav-logo{display:none}.opd-nav-links{gap:16px;padding-right:16px}.opd-brochure-btn{display:none}.opd-image-wrap{height:300px}.opd-header h1{font-size:2rem}.opd-amenities-grid{grid-template-columns:1fr}}.gal-page,.gal-page *,.gal-page :before,.gal-page :after{box-sizing:border-box}.gal-page{background:#f1f5f9;min-height:100vh}.gal-hero{background-image:url(/Vahal%20Final%20.jpg);background-position:50% 40%;background-size:cover;align-items:center;height:260px;display:flex;position:relative}.gal-hero__overlay{background:linear-gradient(110deg,#080e1eed 0%,#0a1128bf 55%,#0a112859 100%);position:absolute;inset:0}.gal-hero:after{content:"";background:linear-gradient(90deg,#f59e0b,#fbbf24,#f59e0b);height:3px;position:absolute;bottom:0;left:0;right:0}.gal-hero__inner{z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;position:relative}.gal-breadcrumb{color:#ffffff73;letter-spacing:.3px;align-items:center;gap:6px;margin-bottom:10px;font-size:.73rem;font-weight:500;display:flex}.gal-breadcrumb a{color:#ffffff73;text-decoration:none;transition:color .2s}.gal-breadcrumb a:hover{color:#f59e0b}.gal-breadcrumb__active{color:#f59e0b;font-weight:700}.gal-hero__eyebrow{letter-spacing:2.5px;text-transform:uppercase;color:#f59e0b;align-items:center;gap:12px;margin-bottom:10px;font-size:.67rem;font-weight:700;display:flex}.gal-eyebrow-line{opacity:.6;background:#f59e0b;width:28px;height:1.5px;display:block}.gal-hero__title{color:#fff;letter-spacing:-.3px;max-width:600px;margin-bottom:8px;font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:800;line-height:1.25;display:block}.gal-hero__title span{color:#f59e0b;font-style:italic}.gal-hero__subtitle{color:#ffffff94;max-width:440px;margin-bottom:0;font-size:.85rem;line-height:1.6}.gal-hero__cta-row,.gal-hero__scroll{display:none}.gal-stats{background:#0f172a;border-bottom:2px solid #f59e0b26;display:flex}.gal-stat{cursor:default;border-right:1px solid #ffffff12;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;padding:20px 24px;transition:background .2s;display:flex}.gal-stat:last-child{border-right:none}.gal-stat:hover{background:#f59e0b0d}.gal-stat__icon{margin-bottom:2px;font-size:1.3rem;line-height:1}.gal-stat__value{color:#f59e0b;letter-spacing:-.5px;font-size:1.45rem;font-weight:800;line-height:1}.gal-stat__label{color:#64748b;text-transform:uppercase;letter-spacing:.8px;font-size:.67rem;font-weight:600}.gal-section-header{text-align:center;max-width:680px;margin:0 auto;padding:64px 2rem 0}.gal-section-eyebrow{letter-spacing:3px;text-transform:uppercase;color:#f59e0b;margin-bottom:10px;font-size:.72rem;font-weight:700}.gal-section-title{color:#0f172a;letter-spacing:-.5px;margin-bottom:14px;font-family:Playfair Display,Georgia,serif;font-size:2.6rem;font-weight:800;line-height:1.2}.gal-section-title span{color:#f59e0b;font-style:italic}.gal-section-desc{color:#64748b;max-width:560px;margin:0 auto;font-size:.9rem;line-height:1.7}.gal-filter-bar{justify-content:center;padding:32px 2rem 28px;display:flex}.gal-filter-inner{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-wrap:wrap;justify-content:center;gap:8px;padding:6px;display:flex;box-shadow:0 2px 16px #0f172a12}.gal-filter-btn{color:#64748b;cursor:pointer;letter-spacing:.2px;z-index:0;background:0 0;border:none;border-radius:10px;padding:9px 20px;font-family:inherit;font-size:.8rem;font-weight:600;transition:color .2s;position:relative;overflow:hidden}.gal-filter-bg{z-index:-1;background:#f59e0b;border-radius:10px;position:absolute;inset:0}.gal-filter-btn.active{color:#0f172a}.gal-filter-btn:not(.active):hover{color:#0f172a;background:#f8fafc}.gal-filter-label{z-index:1;position:relative}.gal-grid-wrap{max-width:1400px;margin:0 auto;padding:0 2rem 60px}.gal-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:260px;gap:16px;display:grid}.gc{cursor:pointer;border-radius:14px;position:relative;overflow:hidden}.gc--large{grid-column:span 2}.gc__inner{background:#e2e8f0;border-radius:14px;width:100%;height:100%;position:relative;overflow:hidden}.gc__img{object-fit:cover;width:100%;height:100%;transition:transform .55s cubic-bezier(.25,.46,.45,.94);display:block}.gc:hover .gc__img{transform:scale(1.07)}.gc__chip{color:#ffffffe6;letter-spacing:.8px;text-transform:uppercase;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:2;background:#0a1128b8;border:1px solid #ffffff1a;border-radius:50px;padding:4px 10px;font-size:.65rem;font-weight:700;transition:background .3s;position:absolute;top:14px;left:14px}.gc:hover .gc__chip{color:#0f172a;background:#f59e0be6}.gc__overlay{opacity:0;z-index:1;background:linear-gradient(#080e1e0d 0%,#080e1e80 55%,#080e1eeb 100%);align-items:flex-end;transition:opacity .35s;display:flex;position:absolute;inset:0}.gc:hover .gc__overlay{opacity:1}.gc__overlay-inner{width:100%;padding:22px 20px;transition:transform .35s;transform:translateY(12px)}.gc:hover .gc__overlay-inner{transform:translateY(0)}.gc__zoom-icon{color:#0f172a;background:#f59e0be6;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:10px;display:flex;box-shadow:0 4px 12px #f59e0b66}.gc__title{color:#fff;margin:0 0 4px;font-size:1rem;font-weight:700;line-height:1.3}.gc__sub{color:#fff9;margin:0;font-size:.75rem;font-weight:500}.lb-backdrop{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#050816f5;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.lb-box{flex-direction:column;align-items:center;width:100%;max-width:1100px;display:flex;position:relative}.lb-close{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:0;transition:all .2s;display:flex;position:absolute;top:-48px;right:0}.lb-close:hover{color:#0f172a;background:#f59e0b;border-color:#f59e0b}.lb-img{object-fit:contain;border-radius:10px;max-width:100%;max-height:75vh;box-shadow:0 30px 80px #0009}.lb-nav{color:#fff;cursor:pointer;z-index:10;background:#ffffff1a;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:0;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lb-nav:hover{color:#0f172a;background:#f59e0b;border-color:#f59e0b;transform:translateY(-50%)scale(1.08)}.lb-prev{left:-68px}.lb-next{right:-68px}.lb-caption{text-align:center;margin-top:18px;padding:0 1rem}.lb-caption__cat{letter-spacing:2px;text-transform:uppercase;color:#f59e0b;margin-bottom:6px;font-size:.65rem;font-weight:700;display:inline-block}.lb-caption__title{color:#fff;margin:0 0 4px;font-size:1.15rem;font-weight:700}.lb-caption__sub{color:#ffffff80;margin:0;font-size:.8rem}.gal-cta{text-align:center;background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 50%,#0f172a 100%);padding:80px 2rem;position:relative;overflow:hidden}.gal-cta:before,.gal-cta:after{content:"";background:#f59e0b0d;border-radius:50%;position:absolute}.gal-cta:before{width:400px;height:400px;top:-150px;left:-100px}.gal-cta:after{width:300px;height:300px;bottom:-100px;right:-50px}.gal-cta__inner{z-index:1;max-width:640px;margin:0 auto;position:relative}.gal-cta__badge{letter-spacing:2.5px;text-transform:uppercase;color:#f59e0b;border:1px solid #f59e0b59;border-radius:50px;margin-bottom:20px;padding:5px 14px;font-size:.68rem;font-weight:700;display:inline-block}.gal-cta__title{color:#fff;letter-spacing:-.3px;margin-bottom:14px;font-family:Playfair Display,Georgia,serif;font-size:2.4rem;font-weight:800;line-height:1.2}.gal-cta__desc{color:#ffffff8c;max-width:440px;margin:0 auto 32px;font-size:.92rem;line-height:1.7}.gal-cta__btns{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.gal-cta__btn-primary{color:#0f172a;background:#f59e0b;border-radius:8px;align-items:center;gap:8px;padding:13px 28px;font-size:.87rem;font-weight:800;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 6px 20px #f59e0b59}.gal-cta__btn-primary:hover{background:#fbbf24;transform:translateY(-2px);box-shadow:0 10px 30px #f59e0b73}.gal-cta__btn-secondary{color:#ffffffbf;background:0 0;border:1.5px solid #fff3;border-radius:8px;align-items:center;gap:8px;padding:13px 28px;font-size:.87rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.gal-cta__btn-secondary:hover{color:#fff;background:#ffffff0f;border-color:#ffffff80}@media (width<=1200px){.gal-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:240px}.gc--large{grid-column:span 2}.lb-prev{left:-54px}.lb-next{right:-54px}}@media (width<=768px){.gal-hero{height:200px}.gal-hero__title{font-size:1.55rem}.gal-hero__subtitle{font-size:.8rem}.gal-grid{grid-template-columns:1fr;grid-auto-rows:220px}.gc--large{grid-column:span 1}.gal-stats{flex-wrap:wrap}.gal-stat{border-bottom:1px solid #ffffff12;flex:0 0 50%}.gal-filter-inner{gap:6px}.gal-filter-btn{padding:8px 14px;font-size:.76rem}.lb-prev{top:auto;bottom:-60px;left:8px;transform:none}.lb-next{top:auto;bottom:-60px;right:8px;transform:none}.lb-close{top:-44px}.gal-section-title{font-size:2rem}.gal-cta__title{font-size:1.8rem}.gal-grid-wrap{padding:0 1rem 40px}.gal-filter-bar{padding:24px 1rem 20px}}@media (width<=480px){.gal-stat{border-right:none;flex:0 0 100%}.gal-hero__title{font-size:1.3rem}.gal-section-title{font-size:1.6rem}}.blog-page{background:#f1f5f9;min-height:100vh}.blog-wide{max-width:1400px;margin:0 auto;padding:0 2rem}.blog-hero{background-image:url(https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?w=1800&auto=format&fit=crop&q=85);background-position:50% 60%;background-size:cover;align-items:center;height:260px;display:flex;position:relative;overflow:hidden}.blog-hero:before{content:"";z-index:1;background-image:linear-gradient(#f59e0b08 1px,#0000 1px),linear-gradient(90deg,#f59e0b08 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.blog-hero:after{content:"";z-index:3;background:linear-gradient(90deg,#0000,#f59e0b,#fbbf24,#f59e0b,#0000);height:3px;position:absolute;bottom:0;left:0;right:0}.blog-hero__overlay{z-index:2;background:linear-gradient(105deg,#060b1ced 0%,#080f23d1 45%,#080f238c 75%,#080f234d 100%);position:absolute;inset:0}.blog-hero__inner{z-index:4;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;position:relative}.blog-breadcrumb{color:#fff6;align-items:center;gap:6px;margin-bottom:12px;font-size:.73rem;font-weight:500;display:flex}.blog-breadcrumb a{color:#fff6;text-decoration:none;transition:color .2s}.blog-breadcrumb a:hover{color:#f59e0b}.blog-breadcrumb__active{color:#f59e0b;font-weight:700}.blog-hero__eyebrow{letter-spacing:2.5px;text-transform:uppercase;color:#f59e0b;align-items:center;gap:12px;margin-bottom:12px;font-size:.67rem;font-weight:700;display:flex}.blog-eyebrow-line{opacity:.5;background:#f59e0b;width:28px;height:1.5px;display:block}.blog-hero__title{color:#fff;letter-spacing:-.5px;margin-bottom:8px;font-family:Playfair Display,Georgia,serif;font-size:2.4rem;font-weight:800;line-height:1.18}.blog-hero__title span{color:#f59e0b;font-style:italic}.blog-hero__subtitle{color:#ffffff85;max-width:420px;font-size:.88rem;line-height:1.6}.blog-featured-wrap{padding:52px 0 0}.blog-featured{background:#fff;border:1px solid #e2e8f0b3;border-radius:18px;grid-template-columns:1.15fr 1fr;gap:0;min-height:380px;transition:box-shadow .35s;display:grid;overflow:hidden;box-shadow:0 4px 32px #0f172a17}.blog-featured:hover{box-shadow:0 12px 48px #0f172a24}.blog-featured__img-wrap{position:relative;overflow:hidden}.blog-featured__img{object-fit:cover;width:100%;height:100%;transition:transform .65s cubic-bezier(.25,.46,.45,.94)}.blog-featured:hover .blog-featured__img{transform:scale(1.04)}.blog-featured__img-overlay{background:linear-gradient(90deg,#0a112814 0%,#0000 60%);position:absolute;inset:0}.blog-featured__stamp{color:#0f172a;letter-spacing:1px;text-transform:uppercase;background:#f59e0b;border-radius:50px;padding:5px 14px;font-size:.67rem;font-weight:800;position:absolute;top:18px;left:18px;box-shadow:0 4px 14px #f59e0b66}.blog-featured__body{flex-direction:column;justify-content:center;gap:14px;padding:40px 40px 36px;display:flex}.blog-featured__title{color:#0f172a;letter-spacing:-.3px;font-family:Playfair Display,Georgia,serif;font-size:1.65rem;font-weight:800;line-height:1.3}.blog-featured__excerpt{color:#475569;-webkit-line-clamp:4;-webkit-box-orient:vertical;font-size:.88rem;line-height:1.75;display:-webkit-box;overflow:hidden}.blog-featured__meta{border-top:1px solid #f1f5f9;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:14px;display:flex}.blog-featured__cta{color:#f59e0b;letter-spacing:.2px;background:#0f172a;border-radius:8px;align-self:flex-start;align-items:center;gap:8px;padding:11px 22px;font-size:.82rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 3px 12px #0f172a26}.blog-featured__cta:hover{color:#0f172a;background:#f59e0b;transform:translate(3px)}.blog-badge{letter-spacing:.5px;text-transform:uppercase;border-radius:50px;flex-shrink:0;padding:4px 12px;font-size:.67rem;font-weight:700;display:inline-block}.blog-meta-author{align-items:center;gap:10px;display:flex}.blog-avatar{color:#f59e0b;letter-spacing:.5px;background:linear-gradient(135deg,#0f172a,#1e3a5f);border:2px solid #f59e0b40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.72rem;font-weight:800;display:flex}.blog-avatar--sm{width:32px;height:32px;font-size:.65rem}.blog-author-name{color:#1e293b;font-size:.82rem;font-weight:700;line-height:1.2}.blog-author-role{color:#94a3b8;font-size:.7rem;font-weight:500}.blog-meta-right{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.blog-meta-date,.blog-meta-read{color:#94a3b8;align-items:center;gap:5px;font-size:.72rem;font-weight:500;display:flex}.blog-controls-wrap{z-index:50;background:#fff;border-bottom:1px solid #e2e8f0;margin-top:36px;position:sticky;top:76px;box-shadow:0 1px 8px #0000000d}.blog-controls{flex-wrap:wrap;align-items:center;gap:20px;height:62px;display:flex}.blog-search{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;align-items:center;gap:8px;min-width:220px;padding:8px 12px;transition:border-color .2s,box-shadow .2s;display:flex}.blog-search:focus-within{background:#fff;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.blog-search svg{color:#94a3b8;flex-shrink:0}.blog-search input{color:#1e293b;background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:.82rem}.blog-search input::placeholder{color:#b0bec5}.blog-search__clear{color:#94a3b8;cursor:pointer;background:0 0;border:none;align-items:center;padding:0;transition:color .2s;display:flex}.blog-search__clear:hover{color:#ef4444}.blog-filter-tabs{flex-wrap:wrap;gap:6px;display:flex}.blog-filter-tab{color:#64748b;cursor:pointer;background:0 0;border:1.5px solid #e2e8f0;border-radius:50px;padding:7px 16px;font-family:inherit;font-size:.77rem;font-weight:600;transition:color .2s,border-color .2s;position:relative;overflow:hidden}.blog-filter-bg{z-index:0;background:#f59e0b;border-radius:50px;position:absolute;inset:0}.blog-filter-tab.active{color:#0f172a;border-color:#f59e0b}.blog-filter-tab:not(.active):hover{color:#d97706;border-color:#f59e0b}.blog-grid-section{padding:36px 0 48px}.blog-results-row{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.blog-results-count{color:#64748b;font-size:.8rem;font-weight:500}.blog-results-count strong{color:#0f172a}.blog-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.blog-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0b3;border-radius:16px;flex-direction:column;transition:box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 2px 16px #0f172a12}.blog-card:hover{box-shadow:0 14px 40px #0f172a21}.blog-card__img-wrap{height:196px;position:relative;overflow:hidden}.blog-card__img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.blog-card:hover .blog-card__img{transform:scale(1.06)}.blog-card__img-overlay{background:linear-gradient(#0000 45%,#0a112840 100%);position:absolute;inset:0}.blog-card__img-wrap .blog-badge{position:absolute;top:12px;left:12px}.blog-card__body{flex-direction:column;flex:1;gap:10px;padding:20px 20px 18px;display:flex}.blog-card__tags{flex-wrap:wrap;gap:6px;display:flex}.blog-tag{color:#94a3b8;letter-spacing:.3px;font-size:.65rem;font-weight:600;transition:color .2s}.blog-card:hover .blog-tag{color:#f59e0b}.blog-card__title{color:#0f172a;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-family:Playfair Display,Georgia,serif;font-size:1.05rem;font-weight:700;line-height:1.38;transition:color .2s;display:-webkit-box;overflow:hidden}.blog-card:hover .blog-card__title{color:#1e3a5f}.blog-card__excerpt{color:#475569;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.8rem;line-height:1.65;display:-webkit-box;overflow:hidden}.blog-card__footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding-top:12px;display:flex}.blog-card__link{color:#0f172a;border:1.5px solid #e2e8f0;border-radius:6px;flex-shrink:0;align-items:center;gap:5px;padding:6px 12px;font-size:.75rem;font-weight:700;text-decoration:none;transition:all .22s;display:flex}.blog-card__link:hover{color:#0f172a;background:#f59e0b;border-color:#f59e0b}.blog-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:80px 20px;display:flex}.blog-empty p{color:#64748b;font-size:.95rem}.blog-empty button{color:#f59e0b;cursor:pointer;background:#0f172a;border:none;border-radius:8px;padding:10px 24px;font-family:inherit;font-size:.82rem;font-weight:700;transition:background .2s}.blog-empty button:hover{background:#1e293b}.blog-newsletter-wrap{padding:0 0 64px}.blog-newsletter{text-align:center;background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 50%,#0f172a 100%);border-radius:20px;padding:64px 48px;position:relative;overflow:hidden}.blog-newsletter__deco{pointer-events:none;background:#f59e0b0f;border-radius:50%;position:absolute}.blog-newsletter__deco--l{width:380px;height:380px;top:-140px;left:-120px}.blog-newsletter__deco--r{width:280px;height:280px;bottom:-100px;right:-80px}.blog-newsletter__inner{z-index:1;max-width:560px;margin:0 auto;position:relative}.blog-newsletter__badge{letter-spacing:2.5px;text-transform:uppercase;color:#f59e0b;border:1px solid #f59e0b4d;border-radius:50px;margin-bottom:18px;padding:5px 14px;font-size:.65rem;font-weight:700;display:inline-block}.blog-newsletter__title{color:#fff;letter-spacing:-.3px;margin-bottom:12px;font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:800;line-height:1.25}.blog-newsletter__title span{color:#f59e0b;font-style:italic}.blog-newsletter__desc{color:#ffffff85;margin-bottom:28px;font-size:.87rem;line-height:1.7}.blog-newsletter__form{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:14px;display:flex}.blog-newsletter__input-wrap{background:#ffffff12;border:1.5px solid #ffffff1f;border-radius:9px;flex:1;align-items:center;gap:10px;min-width:280px;max-width:340px;padding:11px 16px;transition:border-color .2s;display:flex}.blog-newsletter__input-wrap:focus-within{background:#ffffff1a;border-color:#f59e0b80}.blog-newsletter__input-wrap svg{color:#fff6;flex-shrink:0}.blog-newsletter__input-wrap input{color:#fff;background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:.85rem}.blog-newsletter__input-wrap input::placeholder{color:#ffffff59}.blog-newsletter__btn{color:#0f172a;cursor:pointer;letter-spacing:.2px;white-space:nowrap;background:#f59e0b;border:none;border-radius:9px;align-items:center;gap:8px;padding:12px 24px;font-family:inherit;font-size:.85rem;font-weight:800;transition:all .25s;display:flex;box-shadow:0 6px 20px #f59e0b59}.blog-newsletter__btn:hover{background:#fbbf24;transform:translateY(-2px);box-shadow:0 10px 30px #f59e0b73}.blog-newsletter__note{color:#ffffff4d;font-size:.7rem;font-weight:500}.blog-newsletter__success{color:#10b981;background:#10b9811f;border:1px solid #10b98140;border-radius:10px;justify-content:center;align-items:center;gap:10px;margin-bottom:14px;padding:16px 24px;font-size:.88rem;font-weight:600;display:flex}@media (width<=1200px){.blog-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (width<=900px){.blog-featured{grid-template-columns:1fr;min-height:auto}.blog-featured__img-wrap{height:260px}.blog-featured__body{padding:28px 28px 26px}.blog-featured__title{font-size:1.4rem}}@media (width<=768px){.blog-hero{height:200px}.blog-hero__title{font-size:1.85rem}.blog-hero__subtitle{font-size:.82rem}.blog-grid{grid-template-columns:1fr;gap:16px}.blog-controls{gap:10px;height:auto;padding:12px 0}.blog-search{min-width:100%}.blog-filter-tabs{gap:5px}.blog-filter-tab{padding:6px 12px;font-size:.73rem}.blog-newsletter{padding:40px 24px}.blog-newsletter__title{font-size:1.6rem}.blog-newsletter__input-wrap{min-width:100%;max-width:100%}.blog-featured__body{padding:22px}.blog-featured__title{font-size:1.25rem}}.contact-page{background:#f1f5f9;min-height:100vh}.contact-wide{max-width:1400px;margin:0 auto;padding:0 2rem}.contact-hero{background-image:url(/contact_bg.png);background-position:50% 35%;background-size:cover;align-items:center;height:260px;display:flex;position:relative;overflow:hidden}.contact-hero__overlay{z-index:1;background:linear-gradient(108deg,#060a19f2 0%,#080e20d1 45%,#080e2080 80%,#080e2033 100%);position:absolute;inset:0}.contact-hero__grid{z-index:2;background-image:linear-gradient(#f59e0b0a 1px,#0000 1px),linear-gradient(90deg,#f59e0b0a 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.contact-hero__after{z-index:4;background:linear-gradient(90deg,#0000,#f59e0b,#fbbf24,#f59e0b,#0000);height:3px;position:absolute;bottom:0;left:0;right:0}.contact-hero__inner{z-index:3;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;position:relative}.contact-breadcrumb{color:#fff6;align-items:center;gap:6px;margin-bottom:12px;font-size:.73rem;font-weight:500;display:flex}.contact-breadcrumb a{color:#fff6;text-decoration:none;transition:color .2s}.contact-breadcrumb a:hover{color:#f59e0b}.contact-breadcrumb__active{color:#f59e0b;font-weight:700}.contact-hero__eyebrow{letter-spacing:2.5px;text-transform:uppercase;color:#f59e0b;align-items:center;gap:12px;margin-bottom:10px;font-size:.67rem;font-weight:700;display:flex}.contact-eyebrow-line{opacity:.5;background:#f59e0b;width:28px;height:1.5px;display:block}.contact-hero__title{color:#fff;letter-spacing:-.3px;margin-bottom:8px;font-family:Playfair Display,Georgia,serif;font-size:2.2rem;font-weight:800;line-height:1.2}.contact-hero__title span{color:#f59e0b;font-style:italic}.contact-hero__subtitle{color:#ffffff8c;max-width:440px;font-size:.88rem;line-height:1.6}.contact-methods-wrap{z-index:10;margin-top:-32px;padding:0;position:relative}.contact-methods{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.contact-method-wrap{display:contents}.contact-method{background:#fff;border:1px solid #e2e8f0cc;border-radius:14px;align-items:center;gap:14px;padding:20px 18px;text-decoration:none;transition:all .28s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 24px #0f172a14}.contact-method:after{content:"";opacity:0;background:currentColor;height:3px;transition:opacity .25s;position:absolute;bottom:0;left:0;right:0}.contact-method:hover{transform:translateY(-4px);box-shadow:0 14px 40px #0f172a21}.contact-method:hover:after{opacity:1}.contact-method__icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;transition:transform .25s;display:flex}.contact-method:hover .contact-method__icon{transform:scale(1.1)rotate(-3deg)}.contact-method__body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.contact-method__label{letter-spacing:.8px;text-transform:uppercase;color:#94a3b8;font-size:.67rem;font-weight:700}.contact-method__value{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:700;overflow:hidden}.contact-method__sub{color:#94a3b8;font-size:.7rem;font-weight:500}.contact-method__arrow{opacity:0;flex-shrink:0;transition:all .25s;transform:translate(-4px)}.contact-method:hover .contact-method__arrow{opacity:1;transform:translate(0)}.contact-body-wrap{padding:48px 0}.contact-body{grid-template-columns:1fr 380px;align-items:start;gap:28px;display:grid}.contact-form-panel{background:#fff;border:1px solid #e2e8f099;border-radius:18px;overflow:hidden;box-shadow:0 2px 20px #0f172a14}.contact-form-panel__header{background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 100%);border-bottom:3px solid #f59e0b4d;padding:32px 36px 24px}.contact-form-panel__eyebrow{letter-spacing:2.5px;text-transform:uppercase;color:#f59e0b;margin-bottom:8px;font-size:.65rem;font-weight:700}.contact-form-panel__title{color:#fff;letter-spacing:-.3px;margin-bottom:6px;font-family:Playfair Display,Georgia,serif;font-size:1.7rem;font-weight:800;line-height:1.2}.contact-form-panel__desc{color:#ffffff80;font-size:.82rem;line-height:1.6}.contact-form{padding:32px 36px 28px}.cf-row{grid-template-columns:1fr 1fr;gap:18px;margin-bottom:20px;display:grid}.cf-field{margin-bottom:20px;position:relative}.cf-row .cf-field{margin-bottom:0}.cf-label{color:#94a3b8;pointer-events:none;background:#fff;padding:0 4px;font-size:.82rem;font-weight:600;transition:all .2s;position:absolute;top:14px;left:14px}.cf-label--float{color:#f59e0b;letter-spacing:.3px;font-size:.68rem;font-weight:700;top:-9px}.cf-field--error .cf-label--float{color:#ef4444}.cf-input{color:#1e293b;appearance:none;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:13px 14px;font-family:inherit;font-size:.85rem;transition:border-color .2s,box-shadow .2s}.cf-input:focus{border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.cf-field--error .cf-input{border-color:#ef4444;box-shadow:0 0 0 3px #ef444414}.cf-textarea{resize:none;min-height:110px;line-height:1.6}.cf-select{cursor:pointer}.cf-select option{color:#1e293b}.cf-error{color:#ef4444;margin-top:5px;padding-left:2px;font-size:.7rem;font-weight:600;display:block}.cf-submit{color:#f59e0b;cursor:pointer;letter-spacing:.3px;background:linear-gradient(135deg,#0f172a,#1e3a5f);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:4px;padding:14px 24px;font-family:inherit;font-size:.9rem;font-weight:800;transition:all .25s;display:flex;box-shadow:0 4px 16px #0f172a33}.cf-submit:hover:not(:disabled){color:#0f172a;background:linear-gradient(135deg,#f59e0b,#fbbf24);box-shadow:0 8px 24px #f59e0b59}.cf-submit:disabled{opacity:.7;cursor:not-allowed}.cf-spinner{border:2px solid #f59e0b4d;border-top-color:#f59e0b;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite cf-spin}@keyframes cf-spin{to{transform:rotate(360deg)}}.cf-privacy{color:#94a3b8;justify-content:center;align-items:center;gap:6px;margin-top:10px;font-size:.7rem;font-weight:500;display:flex}.cf-success{text-align:center;flex-direction:column;align-items:center;gap:14px;padding:52px 36px;display:flex}.cf-success__icon{background:#10b9811a;border:2px solid #10b9814d;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.cf-success__title{color:#0f172a;font-family:Playfair Display,Georgia,serif;font-size:1.6rem;font-weight:800}.cf-success__text{color:#475569;max-width:340px;font-size:.87rem;line-height:1.65}.cf-success__btn{color:#f59e0b;cursor:pointer;background:#0f172a;border:none;border-radius:8px;margin-top:8px;padding:11px 24px;font-family:inherit;font-size:.82rem;font-weight:700;transition:background .2s}.cf-success__btn:hover{background:#1e293b}.contact-sidebar{flex-direction:column;gap:18px;display:flex}.contact-sidebar__section{background:#fff;border:1px solid #e2e8f0b3;border-radius:16px;padding:24px 22px;box-shadow:0 2px 16px #0f172a12}.contact-sidebar__eyebrow{letter-spacing:2px;text-transform:uppercase;color:#f59e0b;margin-bottom:6px;font-size:.63rem;font-weight:700}.contact-sidebar__title{color:#0f172a;letter-spacing:-.2px;margin-bottom:16px;font-family:Playfair Display,Georgia,serif;font-size:1.2rem;font-weight:800}.contact-offices{flex-direction:column;gap:14px;display:flex}.contact-office{cursor:default;background:#fafbfc;border:1.5px solid #f1f5f9;border-radius:10px;align-items:flex-start;gap:12px;padding:14px;transition:all .2s;display:flex}.contact-office--primary{background:#fffbeb;border-color:#f59e0b4d}.contact-office__flag{flex-shrink:0;margin-top:1px;font-size:1.3rem;line-height:1}.contact-office__city{color:#0f172a;align-items:center;gap:6px;margin-bottom:3px;font-size:.82rem;font-weight:700;display:flex}.contact-office__hq{color:#0f172a;letter-spacing:.5px;text-transform:uppercase;background:#f59e0b;border-radius:50px;padding:1px 6px;font-size:.58rem;font-weight:800}.contact-office__addr{color:#64748b;margin-bottom:5px;font-size:.73rem;line-height:1.5}.contact-office__meta{color:#94a3b8;flex-wrap:wrap;gap:4px;font-size:.68rem;font-weight:500;display:flex}.contact-office__meta a{color:#94a3b8;text-decoration:none;transition:color .2s}.contact-office__meta a:hover{color:#f59e0b}.contact-hours{align-items:flex-start;gap:14px;display:flex}.contact-hours__icon{flex-shrink:0;margin-top:2px;font-size:1.5rem}.contact-hours__row{color:#475569;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:8px;padding:5px 0;font-size:.78rem;display:flex}.contact-hours__row:last-child{border-bottom:none}.contact-hours__row strong{color:#0f172a;font-weight:700}.contact-hours__closed{color:#94a3b8!important}.contact-socials{grid-template-columns:1fr 1fr;gap:10px;margin-top:10px;display:grid}.contact-social{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;align-items:center;gap:8px;padding:10px 14px;text-decoration:none;transition:all .22s;display:flex}.contact-social:hover{border-color:var(--sc);background:color-mix(in srgb, var(--sc) 8%, white);box-shadow:0 4px 14px color-mix(in srgb, var(--sc) 20%, transparent)}.contact-social__icon{background:var(--sc);color:#fff;letter-spacing:0;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.65rem;font-weight:800;display:flex}.contact-social__name{color:#1e293b;font-size:.75rem;font-weight:600}.contact-map-section{padding:0 0 52px}.contact-map-header{margin-bottom:20px}.contact-map-label{letter-spacing:1.5px;text-transform:uppercase;color:#f59e0b;align-items:center;gap:6px;margin-bottom:8px;font-size:.68rem;font-weight:700;display:flex}.contact-map-title{color:#0f172a;letter-spacing:-.3px;font-family:Playfair Display,Georgia,serif;font-size:1.7rem;font-weight:800}.contact-map-frame{cursor:pointer;border:1px solid #e2e8f0b3;border-radius:18px;height:400px;position:relative;overflow:hidden;box-shadow:0 4px 32px #0f172a1f}.contact-map-frame iframe{filter:grayscale()contrast(1.05)brightness(.95);transition:filter .6s;position:absolute;inset:0}.contact-map-frame:hover iframe{filter:grayscale(0%)contrast()brightness()}.contact-map-badge{background:#fff;border-left:4px solid #f59e0b;border-radius:10px;align-items:center;gap:10px;padding:12px 16px;display:flex;position:absolute;bottom:20px;left:20px;box-shadow:0 4px 20px #0f172a26}.contact-map-badge__dot{background:#f59e0b;border-radius:50%;flex-shrink:0;width:10px;height:10px;animation:2s infinite pulse-dot;box-shadow:0 0 0 3px #f59e0b40}.contact-map-badge>div{flex-direction:column;gap:1px;display:flex}.contact-map-badge strong{color:#0f172a;font-size:.82rem;font-weight:700}.contact-map-badge span{color:#64748b;font-size:.7rem;font-weight:500}.contact-cta-strip{background:linear-gradient(110deg,#0f172a 0%,#1e3a5f 50%,#0f172a 100%);border-top:3px solid #f59e0b33;padding:44px 0}.contact-cta-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.contact-cta-text h2{color:#fff;letter-spacing:-.3px;margin-bottom:5px;font-family:Playfair Display,Georgia,serif;font-size:1.55rem;font-weight:800}.contact-cta-text p{color:#ffffff85;max-width:440px;font-size:.87rem;line-height:1.6}.contact-cta-actions{flex-wrap:wrap;flex-shrink:0;gap:12px;display:flex}.contact-cta-btn{white-space:nowrap;border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-size:.85rem;font-weight:800;text-decoration:none;transition:all .25s;display:inline-flex}.contact-cta-btn--primary{color:#0f172a;background:#f59e0b;box-shadow:0 4px 16px #f59e0b52}.contact-cta-btn--primary:hover{background:#fbbf24;transform:translateY(-2px);box-shadow:0 8px 24px #f59e0b6b}.contact-cta-btn--secondary{color:#ffffffbf;background:0 0;border:1.5px solid #fff3}.contact-cta-btn--secondary:hover{color:#fff;background:#ffffff0f;border-color:#ffffff80}@media (width<=1200px){.contact-body{grid-template-columns:1fr 340px}}@media (width<=1024px){.contact-methods{grid-template-columns:repeat(2,1fr)}.contact-body{grid-template-columns:1fr}.contact-sidebar{grid-template-columns:1fr 1fr;display:grid}}@media (width<=768px){.contact-hero{height:200px}.contact-hero__title{font-size:1.7rem}.contact-hero__subtitle{font-size:.82rem}.contact-methods{grid-template-columns:1fr 1fr;gap:12px}.contact-methods-wrap{margin-top:-24px}.contact-body-wrap{padding:28px 0}.contact-sidebar{grid-template-columns:1fr}.contact-form{padding:22px 20px 20px}.contact-form-panel__header{padding:24px 20px 18px}.contact-form-panel__title{font-size:1.4rem}.cf-row{grid-template-columns:1fr;gap:0;margin-bottom:0}.cf-row .cf-field{margin-bottom:20px}.contact-map-frame{height:300px}.contact-map-title{font-size:1.4rem}.contact-cta-inner{text-align:center;flex-direction:column}.contact-cta-text p{max-width:100%}.contact-cta-actions{justify-content:center}.contact-socials{grid-template-columns:repeat(4,1fr)}.contact-social__name{display:none}.contact-social{justify-content:center;padding:10px}}@media (width<=480px){.contact-methods{grid-template-columns:1fr}}.legal-page{background:#f8fafc;min-height:100vh;padding-bottom:80px}.legal-header{text-align:center;background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 100%);padding:120px 2rem 140px;position:relative}.legal-header:after{content:"";background:linear-gradient(90deg,#f59e0b,#fbbf24,#f59e0b);height:4px;position:absolute;bottom:0;left:0;right:0}.legal-title{color:#fff;letter-spacing:-1px;margin-bottom:16px;font-family:Playfair Display,serif;font-size:3.5rem;font-weight:800}.legal-subtitle{color:#ffffffb3;letter-spacing:2px;text-transform:uppercase;font-size:1.1rem;font-weight:600}.legal-content-wrapper{z-index:10;background:#fff;border:1px solid #0f172a0d;border-radius:24px;max-width:1000px;margin:-80px auto 0;padding:64px 80px;position:relative;box-shadow:0 20px 40px #0f172a14}.legal-updated{color:#64748b;border-bottom:1px solid #e2e8f0;margin-bottom:40px;padding-bottom:24px;font-size:.9rem;font-style:italic}.legal-content section{margin-bottom:48px}.legal-content h2{color:#0f172a;margin-bottom:20px;font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700;line-height:1.3}.legal-content h3{color:#1e293b;margin-top:32px;margin-bottom:16px;font-size:1.1rem;font-weight:700}.legal-content p{color:#475569;margin-bottom:16px;font-size:.95rem;line-height:1.8}.legal-content ul{margin:0 0 24px;padding:0;list-style:none}.legal-content li{color:#475569;margin-bottom:12px;padding-left:24px;font-size:.95rem;line-height:1.8;position:relative}.legal-content li:before{content:"→";color:#f59e0b;font-weight:700;position:absolute;left:0}.legal-important{background:#fffbeb;border-left:4px solid #f59e0b;border-radius:0 12px 12px 0;margin:32px 0;padding:24px 32px}.legal-important p{color:#92400e;margin:0;font-weight:500}.legal-contact-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;margin-top:48px;padding:32px}.legal-contact-box h3{margin-top:0}.legal-contact-box p{margin-bottom:8px}.legal-contact-box a{color:#f59e0b;font-weight:600;text-decoration:none}.legal-contact-box a:hover{text-decoration:underline}@media (width<=992px){.legal-content-wrapper{margin:-60px 24px 0;padding:48px 40px}}@media (width<=768px){.legal-title{font-size:2.5rem}.legal-content-wrapper{margin:-40px 16px 0;padding:32px 24px}.legal-content h2{font-size:1.6rem}}.admin-layout{background-color:#f1f5f9;width:100vw;height:100vh;font-family:Open Sans,sans-serif;display:flex;overflow:hidden}.admin-sidebar{color:#fff;z-index:10;background:#0f172a;flex-direction:column;flex-shrink:0;width:260px;display:flex;box-shadow:4px 0 24px #0000000d}.admin-logo{border-bottom:1px solid #ffffff0d;padding:32px 24px}.admin-logo h2{color:#fff;margin:0;font-family:Playfair Display,serif;font-size:1.8rem;font-weight:800}.admin-logo span{color:#f59e0b}.admin-nav{flex-direction:column;flex-grow:1;gap:8px;padding:24px 16px;display:flex}.admin-nav-item{color:#cbd5e1;border-radius:12px;align-items:center;gap:14px;padding:12px 16px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.admin-nav-item:hover{color:#f59e0b;background:#f59e0b1a;transform:translate(4px)}.admin-nav-item.active{color:#0f172a;background:#f59e0b}.admin-sidebar-bottom{border-top:1px solid #ffffff0d;padding:24px 16px}.admin-logout-btn{color:#ef4444;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:14px;width:100%;padding:12px 16px;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.admin-logout-btn:hover{background:#ef44441a;transform:translate(4px)}.admin-main{flex-direction:column;flex-grow:1;display:flex;overflow:hidden}.admin-topbar{z-index:5;background:#fff;justify-content:space-between;align-items:center;height:70px;padding:0 32px;display:flex;box-shadow:0 4px 20px #00000008}.admin-topbar-left h3{color:#334155;margin:0;font-size:1.2rem;font-weight:700}.admin-profile{cursor:pointer;align-items:center;gap:12px;display:flex;position:relative}.admin-avatar{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:800;display:flex;box-shadow:0 4px 10px #f59e0b4d}.admin-user-info{flex-direction:column;display:flex}.admin-name{color:#0f172a;font-size:.95rem;font-weight:700;line-height:1.2}.admin-role{color:#64748b;font-size:.75rem;font-weight:500}.admin-chevron{color:#64748b;margin-left:4px;transition:transform .3s}.admin-chevron.open{transform:rotate(180deg)}.admin-dropdown-menu{transform-origin:100% 0;z-index:100;background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:260px;animation:.2s forwards dropdownFade;position:absolute;top:60px;right:0;overflow:hidden;box-shadow:0 10px 40px #00000014}.admin-dropdown-header{background:#f8fafc;padding:16px 20px}.admin-dropdown-header h4{color:#0f172a;margin:0;font-size:.95rem;font-weight:700}.admin-dropdown-header p{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin:4px 0 0;font-size:.8rem;overflow:hidden}.admin-dropdown-divider{background:#e2e8f0;height:1px;margin:8px 0}.admin-dropdown-item{color:#334155;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:12px 20px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s;display:flex}.admin-dropdown-item:hover{color:#0f172a;background:#f1f5f9}.admin-dropdown-item svg{color:#64748b}.admin-dropdown-item.logout,.admin-dropdown-item.logout svg{color:#ef4444}.admin-dropdown-item.logout:hover{background:#fef2f2}.admin-content-scroll{flex-grow:1;padding:32px;overflow-y:auto}.admin-login-wrapper{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);justify-content:center;align-items:center;width:100%;min-height:100vh;font-family:Open Sans,sans-serif;display:flex;position:relative;overflow:hidden}.admin-login-wrapper:before,.admin-login-wrapper:after{content:"";filter:blur(80px);z-index:0;border-radius:50%;position:absolute}.admin-login-wrapper:before{background:#f59e0b26;width:400px;height:400px;top:-100px;left:-100px}.admin-login-wrapper:after{background:#38bdf81a;width:300px;height:300px;bottom:-50px;right:-50px}.admin-login-card{-webkit-backdrop-filter:blur(20px);z-index:1;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;width:100%;max-width:420px;padding:48px 40px;box-shadow:0 25px 50px -12px #00000080}.al-logo{text-align:center;margin-bottom:36px}.al-logo h2{color:#fff;margin:0 0 8px;font-family:Playfair Display,serif;font-size:2.4rem;font-weight:800}.al-logo span{color:#f59e0b}.al-logo p{color:#94a3b8;letter-spacing:1px;text-transform:uppercase;margin:0;font-size:.9rem}.al-error{color:#fca5a5;background:#ef44441a;border-left:4px solid #ef4444;border-radius:8px;margin-bottom:24px;padding:12px 16px;font-size:.85rem}.al-form{flex-direction:column;gap:24px;display:flex}.al-group{flex-direction:column;gap:8px;display:flex}.al-group label{color:#cbd5e1;letter-spacing:.5px;font-size:.85rem;font-weight:600}.al-group input{color:#fff;background:#0f172a66;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;padding:14px 44px 14px 16px;font-family:inherit;font-size:1rem;transition:all .3s}.al-group input:focus{background:#0f172a99;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b26}.al-input-wrapper{align-items:center;display:flex;position:relative}.al-toggle-password{cursor:pointer;opacity:.7;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:opacity .2s;display:flex;position:absolute;right:16px}.al-toggle-password:hover{opacity:1}.al-submit{color:#0f172a;cursor:pointer;background:#f59e0b;border:none;border-radius:12px;width:100%;margin-top:8px;padding:16px;font-size:1rem;font-weight:800;transition:all .3s}.al-submit:hover:not(:disabled){background:#d97706;transform:translateY(-2px);box-shadow:0 10px 20px #f59e0b33}.al-submit:disabled{opacity:.7;cursor:not-allowed}.admin-dashboard{flex-direction:column;gap:32px;display:flex}.ad-header h2{color:#0f172a;margin:0 0 8px;font-family:Playfair Display,serif;font-size:2rem;font-weight:800}.ad-header p{color:#64748b;margin:0;font-size:.95rem}.ad-stats-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;display:grid}.ad-stat-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;align-items:center;gap:20px;padding:24px;transition:transform .3s;display:flex;box-shadow:0 4px 15px #00000008}.ad-stat-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000000d}.ad-stat-icon{border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.8rem;display:flex}.ad-stat-card.blue .ad-stat-icon{color:#3b82f6;background:#eff6ff}.ad-stat-card.orange .ad-stat-icon{color:#f59e0b;background:#fffbeb}.ad-stat-card.green .ad-stat-icon{color:#22c55e;background:#f0fdf4}.ad-stat-card.purple .ad-stat-icon{color:#a855f7;background:#faf5ff}.ad-stat-info h3{color:#0f172a;margin:0 0 4px;font-size:1.8rem;font-weight:800;line-height:1}.ad-stat-info p{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:.85rem;font-weight:600}.ad-content-grid{grid-template-columns:2fr 1fr;gap:24px;display:grid}@media (width<=1024px){.ad-content-grid{grid-template-columns:1fr}}.ad-table-section,.ad-chart-section{background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:24px;box-shadow:0 4px 15px #00000008}.ad-section-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.ad-section-header h3{color:#0f172a;margin:0;font-size:1.2rem;font-weight:700}.admin-toast{z-index:9999;background:#fff;border-left:4px solid #cbd5e1;border-radius:8px;align-items:center;gap:12px;padding:14px 20px;font-size:.95rem;font-weight:500;transition:transform .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;top:24px;right:24px;transform:translate(120%);box-shadow:0 10px 25px #0000001a}.admin-toast.show{transform:translate(0)}.admin-toast--success{color:#064e3b;border-left-color:#10b981}.admin-toast--success svg{color:#10b981}.admin-toast--error{color:#7f1d1d;border-left-color:#ef4444}.admin-toast--error svg{color:#ef4444}.admin-toast--loading{color:#1e3a8a;border-left-color:#3b82f6}.admin-toast-spinner{border:2px solid #3b82f633;border-top-color:#3b82f6;border-radius:50%;width:18px;height:18px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.ad-btn-outline{color:#334155;cursor:pointer;background:0 0;border:1px solid #cbd5e1;border-radius:8px;padding:6px 16px;font-size:.85rem;font-weight:600;transition:all .2s}.ad-btn-outline:hover{color:#d97706;border-color:#f59e0b}.ad-table-responsive{overflow-x:auto}.ad-table{border-collapse:collapse;text-align:left;width:100%}.ad-table th{color:#64748b;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #f1f5f9;padding:12px 16px;font-size:.8rem;font-weight:700}.ad-table td{color:#334155;border-bottom:1px solid #f1f5f9;padding:16px;font-size:.9rem}.ad-table tr:last-child td{border-bottom:none}.ad-fw-600{font-weight:600;color:#0f172a!important}.ad-status{border-radius:50px;padding:6px 12px;font-size:.75rem;font-weight:700;display:inline-block}.ad-status.new{color:#1e3a8a;background:#dbeafe}.ad-status.contacted{color:#92400e;background:#fef3c7}.ad-status.closed{color:#14532d;background:#dcfce7}.ad-mock-chart{align-items:flex-end;height:250px;padding-bottom:30px;display:flex}.ad-bars{justify-content:space-between;align-items:flex-end;gap:12px;width:100%;height:100%;display:flex}.ad-bar{background:linear-gradient(#fbbf24,#f59e0b);border-radius:6px 6px 0 0;flex:1;transition:height 1s;position:relative}.ad-bar span{color:#64748b;font-size:.75rem;font-weight:600;position:absolute;bottom:-24px;left:50%;transform:translate(-50%)}:root{--primary-color:#f59e0b;--primary-hover:#d97706;--bg-color:#f8fafc;--card-bg:#fff;--text-main:#0f172a;--text-muted:#334155;--border-color:#e2e8f0}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Open Sans,sans-serif}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.6s ease-out forwards fadeIn}
