:root{--color-base-white:#fff;--color-off-black:#111;--color-premium-yellow:#facc15;--color-premium-yellow-text:#facc15;--color-light-gray:#f9fafb;--color-medium-gray:#4b5563;--font-sans-body:"Inter", sans-serif;--font-sans-heading:"Outfit", sans-serif;--border-radius-base:0px}html{scroll-behavior:smooth}section[id]{scroll-margin-top:100px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans-body);color:var(--color-off-black);background-color:var(--color-base-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans-heading);color:var(--color-off-black);margin-bottom:1rem;font-weight:700;line-height:1.1}h1{letter-spacing:-.02em;font-size:clamp(3rem,5vw + 1rem,5rem)}h2{letter-spacing:-.01em;font-size:clamp(2rem,3vw + 1rem,3.5rem)}h3{font-size:clamp(1.5rem,2vw + .5rem,2.5rem)}p{color:var(--color-medium-gray);max-width:65ch;margin-bottom:1rem}a{color:inherit;text-decoration:none}ul,ol{list-style:none}img{max-width:100%;display:block}button,input,select,textarea{border-radius:var(--border-radius-base);font-family:inherit}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}.section-padding{padding:6rem 0}@media (width<=768px){.section-padding{padding:4rem 0}}@media (width<=640px){.container{padding:0 1rem}}.w-full{width:100%}.overflow-hidden{overflow:hidden}.whitespace-nowrap{white-space:nowrap}.bg-white{background-color:var(--color-base-white)}.border-y{border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.border-gray-200{border-color:#e5e7eb}.py-2{padding-top:.5rem;padding-bottom:.5rem}.flex{display:flex}.items-center{align-items:center}.w-max{width:max-content}.text-sm{font-size:.875rem;line-height:1.25rem}.font-bold{font-weight:700}.tracking-widest{letter-spacing:.1em}.text-black{color:var(--color-off-black)}.uppercase{text-transform:uppercase}.text-yellow-400{color:var(--color-premium-yellow-text)}.mx-4{margin-left:1rem;margin-right:1rem}.block{display:block}@media (width>=1024px){.lg\:hidden{display:none}}@keyframes ticker{0%{transform:translate(0,0)}to{transform:translate(-50%)}}.animate-ticker{will-change:transform;animation:25s linear infinite ticker}.font-semibold{font-weight:600}.underline{text-decoration:underline}.decoration-yellow-400{-webkit-text-decoration-color:var(--color-premium-yellow-text);text-decoration-color:var(--color-premium-yellow-text)}.hover\:text-yellow-500:hover{color:var(--color-premium-yellow-text)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.2s}.duration-200{transition-duration:.2s}.flex-col{flex-direction:column}.gap-4{gap:1rem}.items-start{align-items:flex-start}.mt-8{margin-top:2rem}.bg-gray-100{background-color:#f3f4f6}.px-8{padding-left:2rem;padding-right:2rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.hover\:bg-yellow-400:hover{background-color:var(--color-premium-yellow)}.inline-flex{display:inline-flex}.gap-2{gap:.5rem}.rounded{border-radius:.25rem}@media (width>=640px){.sm\:flex-row{flex-direction:row}}@media (width>=768px){.md\:items-center{align-items:center}}.navbar{background-color:var(--color-base-white);z-index:100;border-bottom:1px solid #f3f4f6;align-items:center;width:100%;height:80px;display:flex;position:fixed;top:0;left:0}.navbar-container{justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.navbar-logo{font-family:var(--font-sans-heading);color:var(--color-off-black);letter-spacing:-.02em;z-index:101;font-size:1.5rem;font-weight:800}.desktop-nav{align-items:center;gap:2.5rem;display:none}@media (width>=768px){.desktop-nav{display:flex}.mobile-controls{display:none!important}}.nav-link{font-family:var(--font-sans-body);color:var(--color-off-black);letter-spacing:.05em;text-transform:uppercase;cursor:pointer;align-items:center;font-size:.875rem;font-weight:600;transition:color .2s;display:flex}.nav-link:hover{color:var(--color-premium-yellow-text)}.nav-call-btn{border:2px solid var(--color-off-black);color:var(--color-off-black);text-transform:uppercase;letter-spacing:.05em;border-radius:2px;align-items:center;gap:.5rem;margin-left:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:700;transition:all .2s;display:inline-flex}.nav-call-btn:hover{background-color:var(--color-off-black);color:var(--color-base-white)}.nav-dropdown-container{align-items:center;height:80px;display:flex;position:relative}.dropdown-menu{background-color:var(--color-base-white);border-radius:var(--border-radius-base);border:1px solid #f3f4f6;flex-direction:column;min-width:280px;padding:.5rem 0;display:none;position:absolute;top:80px;left:50%;transform:translate(-50%);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.nav-dropdown-container:hover .dropdown-menu{display:flex}.dropdown-link{font-family:var(--font-sans-body);color:var(--color-off-black);padding:.75rem 1.5rem;font-weight:500;transition:color .2s}.dropdown-link:hover{color:var(--color-premium-yellow-text)}.navbar.menu-open{background-color:#0000;border-bottom-color:#0000}.navbar.menu-open .navbar-logo,.navbar.menu-open .hamburger-btn{color:var(--color-base-white)}.mobile-controls{z-index:101;align-items:center;gap:1.25rem;display:flex}.mobile-header-call{color:var(--color-off-black);align-items:center;transition:color .2s;display:flex}.navbar.menu-open .mobile-header-call{color:var(--color-base-white)}.hamburger-btn{color:var(--color-off-black);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.menu-overlay{background-color:var(--color-off-black);z-index:90;opacity:0;pointer-events:none;justify-content:center;align-items:center;width:100%;height:100vh;transition:opacity .3s;display:flex;position:fixed;top:0;left:0}.menu-overlay.open{opacity:1;pointer-events:all}.menu-content{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.menu-link{font-family:var(--font-sans-heading);color:var(--color-base-white);letter-spacing:.02em;font-size:1.25rem;font-weight:800;transition:color .2s}.menu-link:hover{color:var(--color-premium-yellow-text)}.mobile-call-btn{border:2px solid var(--color-base-white);color:var(--color-base-white);text-transform:uppercase;letter-spacing:.05em;border-radius:2px;align-items:center;gap:.75rem;margin-top:2rem;padding:.75rem 1.5rem;font-size:1.125rem;font-weight:700;transition:all .2s;display:inline-flex}.mobile-call-btn:hover{background-color:var(--color-base-white);color:var(--color-off-black)}.btn{font-family:var(--font-sans-body);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;border-radius:var(--border-radius-base);border:1px solid #0000;justify-content:center;align-items:center;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--color-off-black);color:var(--color-base-white);border-color:var(--color-off-black)}.btn-primary:hover{color:var(--color-off-black);background-color:#0000}.btn-secondary{background-color:var(--color-premium-yellow);color:var(--color-off-black);border-color:var(--color-premium-yellow)}.btn-secondary:hover{background-color:var(--color-off-black);color:var(--color-premium-yellow);border-color:var(--color-off-black)}.btn-outline{color:var(--color-off-black);border-color:var(--color-off-black);background-color:#0000}.btn-outline:hover{background-color:var(--color-off-black);color:var(--color-base-white)}.btn.full-width{width:100%}.footer{color:var(--color-base-white);background-color:#0a0a0a;padding-top:4rem}.footer-grid{grid-template-columns:repeat(4,1fr);gap:3rem;margin-bottom:4rem;display:grid}@media (width<=1024px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.footer-grid{grid-template-columns:1fr}}.footer-logo{color:var(--color-base-white);margin-bottom:1rem;font-size:2rem}.footer-logo span{color:var(--color-premium-yellow-text)}.footer-desc{color:#9ca3af}.footer-title{color:#fff;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.footer-links li,.footer-contact li{margin-bottom:1rem}.footer-links a{color:#9ca3af;transition:color .2s}.footer-links a:hover{color:#fff}.footer-contact li{color:#9ca3af;align-items:center;gap:.75rem;display:flex}.whatsapp-link{text-decoration:none;display:block}.whatsapp-btn{background-color:var(--color-premium-yellow);color:#000;justify-content:center;align-items:center;gap:.5rem;font-weight:800;display:flex}.footer-bottom{text-align:center;color:#71717a;border-top:1px solid #27272a;padding:2rem 0;font-size:.875rem}@media (width<=640px){.footer{padding-top:3rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.whatsapp-btn{width:100%}}.service-card-container{perspective:1000px;width:100%;height:320px}.service-card-flip-inner{width:100%;height:100%;transform-style:preserve-3d;transition:transform .7s ease-in-out;position:relative}.service-card-container:hover .service-card-flip-inner{transform:rotateY(180deg)}.service-card-front,.service-card-back{backface-visibility:hidden;border-radius:var(--border-radius-base);width:100%;height:100%;position:absolute;inset:0}.service-card-front{background-color:var(--color-base-white);text-align:center;border:1px solid #f3f4f6;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex;box-shadow:0 1px 2px #0000000d}.service-icon-wrapper{width:120px;height:120px;margin-bottom:1.5rem}.service-poster-svg{width:100%;height:100%;display:block}.service-title{color:var(--color-off-black);margin-bottom:0;font-size:1.5rem}.service-card-back{background-color:var(--color-premium-yellow);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex;transform:rotateY(180deg)}.service-back-desc{color:var(--color-off-black);margin-bottom:1.5rem;line-height:1.6}.service-cta{font-family:var(--font-sans-heading);color:var(--color-off-black);text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--color-off-black);padding-bottom:.25rem;font-weight:700;transition:opacity .2s}.service-cta:hover{opacity:.7}.property-card{background-color:var(--color-base-white);border:1px solid #f3f4f6;flex-direction:column;transition:all .3s ease-in-out;display:flex;box-shadow:0 1px 2px #0000000d}.property-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.property-image-wrapper{background-color:var(--color-light-gray);width:100%;padding-top:66.66%;position:relative;overflow:hidden}.property-image{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.property-badge{background-color:var(--color-premium-yellow);color:var(--color-off-black);font-size:.875rem;font-weight:600;font-family:var(--font-sans-heading);text-transform:uppercase;letter-spacing:.05em;padding:.25rem .75rem;position:absolute;top:1rem;right:1rem}.property-badge.let-by-us{background-color:var(--color-off-black);color:var(--color-premium-yellow);border:1px solid var(--color-premium-yellow)}.property-content{padding:1.5rem}.property-title{margin-bottom:.5rem;font-size:1.25rem}.property-price{font-family:var(--font-sans-heading);color:var(--color-off-black);margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.property-specs{color:#6b7280;margin-bottom:0;font-size:.875rem}.carousel-btn{color:#fff;cursor:pointer;opacity:0;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:opacity .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.property-image-wrapper:hover .carousel-btn{opacity:1}.carousel-btn.prev{left:8px}.carousel-btn.next{right:8px}.carousel-btn:hover{background:#000c}.carousel-indicators{gap:6px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.indicator{background:#ffffff80;border-radius:50%;width:6px;height:6px;box-shadow:0 1px 2px #0000004d}.indicator.active{background:#fff}.hero-section{background-color:var(--color-base-white);align-items:center;min-height:calc(100vh - 80px);padding-top:5rem;padding-bottom:4rem;display:flex}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;display:grid}.hero-content{flex-direction:column;justify-content:center;align-items:flex-start;padding-top:1rem;display:flex}.hero-infrastructure-icon{width:140px;height:auto;margin-bottom:2rem}.kicker{font-family:var(--font-sans-heading);color:var(--color-premium-yellow-text);text-transform:uppercase;letter-spacing:.1em;margin-top:0;margin-bottom:1rem;font-size:.875rem;font-weight:700;display:block}.hero-title{margin-bottom:1.5rem;margin-left:-.05em}.hero-desc{margin-bottom:1.5rem;font-size:1.125rem}.hero-cta{padding:1.5rem 3rem;font-size:1.125rem}.hero-image-wrapper{justify-content:center;align-items:center;width:100%;display:flex}.hero-image{object-fit:cover;width:100%;height:100%}.services-section{background-color:var(--color-light-gray)}.section-header{text-align:center;margin-bottom:5rem}.services-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.lettings-section{background-color:var(--color-base-white);color:var(--color-off-black);margin-bottom:6rem}.lettings-container{grid-template-columns:1fr 1.5fr;align-items:center;gap:4rem;display:grid}.lettings-content{flex-direction:column;align-items:flex-start;display:flex}.lettings-title{color:var(--color-off-black)}.lettings-desc{color:var(--color-medium-gray);margin-bottom:2rem}.lettings-cta{font-family:var(--font-sans-heading);color:var(--color-off-black);text-transform:uppercase;letter-spacing:.05em;border:2px solid var(--color-off-black);align-items:center;padding:1rem 2rem;font-weight:700;transition:all .3s;display:inline-flex}.lettings-cta:hover{background-color:var(--color-off-black);color:var(--color-base-white)}.lettings-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.testimonials-section{background-color:var(--color-base-white);padding:10rem 0}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:4rem;display:grid}.testimonial-card{flex-direction:column;justify-content:space-between;display:flex}.testimonial-quote{font-family:var(--font-sans-heading);color:#1f2937;margin-bottom:0;font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.6}.testimonial-author{font-family:var(--font-sans-heading);color:var(--color-off-black);text-transform:uppercase;letter-spacing:.1em;margin-top:1.5rem;font-size:.875rem;font-weight:800}.testimonial-icon{color:var(--color-premium-yellow-text);width:40px;height:40px;margin-bottom:1rem}@media (width<=1024px){.hero-container{grid-template-columns:1fr;gap:2rem}.hero-image-wrapper{height:400px}.services-grid{grid-template-columns:repeat(2,1fr)}.lettings-container{grid-template-columns:1fr}.testimonials-grid{grid-template-columns:1fr;gap:3rem}}@media (width<=640px){.hero-container{gap:1.5rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.lettings-grid{grid-template-columns:1fr}.lettings-section{margin-bottom:4rem}.testimonials-section{padding:5rem 0}.hero-image-wrapper{height:300px}.hero-desc{font-size:1rem}}.infrastructure-graphic-wrapper{justify-content:center;align-items:center;width:100%;max-width:600px;margin:0 auto;padding:4rem 2rem;display:flex}.infrastructure-svg{width:100%;height:auto;display:block}@keyframes smooth-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes gentle-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}@keyframes line-flow{to{stroke-dashoffset:-50px}}#main-gear{transform-origin:250px 180px;animation:20s linear infinite smooth-spin}.pulse-node{animation:4s ease-in-out infinite gentle-pulse}.pulse-node.node-2{animation-delay:1.3s}.pulse-node.node-3{animation-delay:2.6s}.flow-line{stroke-dasharray:10 10;animation:3s linear infinite line-flow}.bm-page{background-color:var(--color-base-white)}.bm-hero{border-bottom:1px solid var(--color-light-gray);padding:8rem 0 4rem}.bm-title{margin-bottom:.5rem}.bm-subtitle{font-family:var(--font-sans-heading);color:var(--color-medium-gray);max-width:none;font-size:1.5rem}.text-center{text-align:center;flex-direction:column;align-items:center;display:flex}.bm-service-section{background-color:var(--color-base-white);padding:6rem 0}.bm-service-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.bm-service-grid.image-left .bm-service-image-wrapper{order:-1}.bm-service-content{flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.bm-service-title{color:#000;margin-bottom:0;font-size:2.25rem;font-weight:800}.bm-service-accent{background-color:var(--color-premium-yellow-text);width:3rem;height:.25rem;margin-top:1rem;margin-bottom:1.5rem}.bm-service-desc{color:#4b5563;max-width:50ch;margin-bottom:2rem;font-size:1rem;line-height:1.8}.bm-service-cta{color:#000;font-family:var(--font-sans-heading);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background-color:#0000;border:2px solid #000;padding:.75rem 2rem;font-size:1rem;font-weight:700;transition:all .2s}.bm-service-cta:hover{background-color:var(--color-premium-yellow);border-color:var(--color-premium-yellow)}.bm-service-image-wrapper{aspect-ratio:4/3;border-radius:8px;width:100%;overflow:hidden;box-shadow:0 10px 25px #0000000d}.bm-service-image{object-fit:cover;width:100%;height:100%}.bm-cta{background-color:var(--color-premium-yellow);color:var(--color-off-black)}.bm-cta h2{color:var(--color-off-black)}.cta-desc{color:var(--color-off-black);max-width:60ch;margin:0 auto 2.5rem;font-size:1.25rem}@media (width<=1024px){.bm-service-grid{grid-template-columns:1fr;gap:3rem}.bm-service-grid.image-left .bm-service-image-wrapper{order:0}.bm-service-image-wrapper{order:-1}.bm-service-content{order:0}}@media (width<=640px){.bm-hero{padding:5rem 0 3rem}.bm-service-section{padding:4rem 0}.bm-service-title{font-size:1.75rem}.bm-service-grid{gap:2rem}}.ls-page{background-color:var(--color-base-white)}.ls-hero{border-bottom:1px solid var(--color-light-gray);background-color:var(--color-light-gray);padding:6rem 0 3rem}.ls-title{max-width:20ch;margin-bottom:0;margin-left:auto;margin-right:auto}.filter-bar{justify-content:center;gap:1rem;margin-bottom:4rem;display:flex}.filter-btn{border:1px solid var(--color-medium-gray);color:var(--color-medium-gray);font-family:var(--font-sans-heading);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:0 0;padding:.75rem 2rem;font-weight:600;transition:all .2s}.filter-btn:hover{border-color:var(--color-off-black);color:var(--color-off-black)}.filter-btn.active{background-color:var(--color-off-black);color:var(--color-base-white);border-color:var(--color-off-black)}.property-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.no-results{text-align:center;color:var(--color-medium-gray);grid-column:1/-1;padding:4rem;font-size:1.25rem}@media (width<=1024px){.property-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.property-grid{grid-template-columns:1fr}.filter-bar{flex-direction:column;align-items:stretch}}.about-page{background-color:var(--color-base-white)}.about-hero{background-color:var(--color-off-black);color:var(--color-base-white);padding:8rem 0}.about-title{color:var(--color-base-white)}.about-mission{color:#a1a1aa;max-width:50ch;margin:0 auto;font-size:1.5rem;line-height:1.6}.umbrella-section{background-color:var(--color-light-gray)}.umbrella-header{margin-bottom:5rem}.umbrella-desc{max-width:60ch;margin:0 auto;font-size:1.125rem}.umbrella-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.umbrella-card{background-color:var(--color-base-white);border:1px solid var(--color-medium-gray);text-align:center;flex-direction:column;align-items:center;padding:4rem 3rem;transition:transform .3s;display:flex}.umbrella-card:hover{transform:translateY(-5px)}.umbrella-card.dark{background-color:var(--color-off-black);color:var(--color-base-white);border-color:var(--color-off-black)}.umbrella-card.dark h3{color:var(--color-base-white)}.umbrella-card.dark p{color:#a1a1aa}.umbrella-icon{color:var(--color-premium-yellow-text);margin-bottom:1.5rem}.umbrella-card:not(.dark) .umbrella-icon{color:var(--color-off-black)}.about-banner{width:100%;height:400px;overflow:hidden}.banner-image{object-fit:cover;width:100%;height:100%}@media (width<=1024px){.umbrella-grid{grid-template-columns:1fr}}.contact-page{background-color:var(--color-base-white);min-height:calc(100vh - 80px)}.contact-container{grid-template-columns:1fr 1fr;align-items:start;gap:6rem;display:grid}.contact-title{margin-bottom:1rem}.contact-desc{max-width:45ch;margin-bottom:3rem;font-size:1.125rem}.contact-info-list{flex-direction:column;gap:2rem;margin-bottom:3rem;display:flex}.contact-info-list li{align-items:flex-start;gap:1.5rem;display:flex}.contact-icon{color:var(--color-premium-yellow-text);flex-shrink:0;margin-top:.25rem}.contact-info-list strong{font-family:var(--font-sans-heading);color:var(--color-off-black);margin-bottom:.25rem;font-size:1.125rem;display:block}.contact-info-list p{margin-bottom:0}.whatsapp-wrapper a{text-decoration:none}.whatsapp-contact-btn{gap:.5rem;display:inline-flex}.contact-form-wrapper{background-color:var(--color-light-gray);padding:4rem}.minimal-form{flex-direction:column;gap:2.5rem;display:flex}.form-group{position:relative}.form-control{border:none;border-bottom:1px solid var(--color-medium-gray);width:100%;color:var(--color-off-black);background-color:#0000;border-radius:0;outline:none;padding:.5rem 0;font-size:1.125rem;transition:border-color .3s}.form-control:focus{border-bottom-color:var(--color-off-black)}.textarea{resize:vertical;min-height:100px}.floating-label{color:var(--color-medium-gray);pointer-events:none;font-size:1.125rem;transition:all .2s;position:absolute;top:.5rem;left:0}.form-control:focus~.floating-label,.form-control:not(:placeholder-shown)~.floating-label{color:var(--color-off-black);font-size:.875rem;font-weight:600;top:-1.25rem}.select-group{margin-top:1.5rem}.static-label{color:var(--color-off-black);pointer-events:none;font-size:.875rem;font-weight:600;position:absolute;top:-1.25rem;left:0}.form-select{appearance:none;cursor:pointer;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23111111%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-position:right .5rem center;background-repeat:no-repeat;background-size:.65em;padding-right:2rem}.submit-btn{margin-top:1rem}@media (width<=1024px){.contact-container{grid-template-columns:1fr;gap:4rem}.contact-form-wrapper{padding:3rem 2rem}}.admin-login-container{background-color:var(--color-light-gray);justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:2rem;display:flex}.admin-login-card{background-color:var(--color-base-white);border-radius:8px;width:100%;max-width:450px;padding:3rem;box-shadow:0 10px 25px #0000000d}.admin-login-title{text-align:center;margin-bottom:.5rem;font-size:2rem}.admin-login-subtitle{text-align:center;color:var(--color-medium-gray);margin-bottom:2rem}.admin-error{color:#b91c1c;text-align:center;background-color:#fee2e2;border-radius:4px;margin-bottom:1.5rem;padding:1rem;font-size:.875rem}.admin-input-group{margin-bottom:1.5rem}.admin-input-group label{color:var(--color-off-black);margin-bottom:.5rem;font-weight:600;display:block}.admin-input-group input,.admin-input-group textarea{border:1px solid #d1d5db;border-radius:4px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.admin-input-group textarea{resize:vertical;min-height:120px}.admin-input-group input:focus,.admin-input-group textarea:focus{border-color:var(--color-off-black);outline:none}.admin-btn-primary{background-color:var(--color-off-black);width:100%;color:var(--color-base-white);cursor:pointer;border:none;border-radius:4px;padding:1rem;font-size:1rem;font-weight:600;transition:background-color .2s}.admin-btn-primary:hover{background-color:#333}.admin-btn-primary:disabled{cursor:not-allowed;background-color:#9ca3af}.admin-dashboard-container{max-width:1000px;margin:0 auto;padding:4rem 2rem}.admin-dashboard-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-bottom:3rem;padding-bottom:1rem;display:flex}.admin-logout-btn{border:1px solid var(--color-off-black);cursor:pointer;background:0 0;padding:.5rem 1.5rem;font-weight:600;transition:all .2s}.admin-logout-btn:hover{background-color:var(--color-off-black);color:var(--color-base-white)}.admin-service-card{background-color:var(--color-base-white);border:1px solid #e5e7eb;border-radius:8px;margin-bottom:2rem;padding:2rem}.admin-service-card h3{color:var(--color-off-black);margin-bottom:1.5rem;font-size:1.5rem}.admin-image-upload{align-items:flex-end;gap:1rem;margin-bottom:1rem;display:flex}.admin-current-image{object-fit:cover;border:1px solid #e5e7eb;border-radius:4px;width:120px;height:90px}.admin-upload-btn{background-color:var(--color-premium-yellow);color:var(--color-off-black);cursor:pointer;border:none;padding:.5rem 1rem;font-weight:600}.admin-save-btn{background-color:var(--color-off-black);color:var(--color-base-white);cursor:pointer;border:none;margin-top:1rem;padding:.75rem 2rem;font-weight:600}.admin-status-msg{color:#059669;margin-left:1rem;font-weight:600;display:inline-block}
