*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.hero-section{background:linear-gradient(135deg,#244141 0%,#010102 100%);justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.hero-background{background:rgba(0,0,0,.4) url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h50v50H0zM50 50h50v50H50z' fill='%23ffffff' fill-opacity='0.03'/%3E%3C/svg%3E") 0 0/100px 100px;position:absolute;top:0;bottom:0;left:0;right:0}.hero-background:before{content:"";background:rgba(34,197,94,.2);border-radius:.5rem;width:8rem;height:8rem;position:absolute;top:5rem;left:2.5rem;transform:rotate(12deg)}.hero-background:after{content:"";background:rgba(132,204,22,.2);border-radius:.5rem;width:6rem;height:6rem;position:absolute;bottom:5rem;right:2.5rem;transform:rotate(-12deg)}.hero-content{z-index:10;text-align:center;max-width:64rem;padding:0 1.5rem;position:relative}.hero-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(255,255,255,.2);border-radius:9999px;margin-bottom:2rem;padding:.5rem 1rem;display:inline-block}.hero-badge span{color:#fff;letter-spacing:.05em;font-size:.875rem;font-weight:500}.hero-title{color:#fff;letter-spacing:-.025em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.1}.hero-description{color:rgba(255,255,255,.9);max-width:48rem;margin:0 auto 2rem;font-size:1.25rem;line-height:1.6}.hero-buttons{flex-direction:column;align-items:center;gap:1rem;display:flex}.btn-primary{color:#010102;cursor:pointer;letter-spacing:.025em;background:#32868a;border:none;border-radius:9999px;padding:.75rem 2rem;font-size:.875rem;font-weight:600;transition:all .3s}.btn-primary:hover{background:#a4a355;transform:translateY(-2px)scale(1.02)}.btn-secondary{color:#fff;cursor:pointer;letter-spacing:.025em;background:0 0;border:2px solid #fff;border-radius:9999px;padding:.75rem 2rem;font-size:.875rem;font-weight:600;transition:all .3s}.btn-secondary:hover{color:#010102;background:#fff}.customize-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:rgba(255,255,255,.1);border:none;border-radius:9999px;padding:.75rem;font-size:.875rem;transition:all .3s;position:absolute;top:50%;right:1.5rem;transform:translateY(-50%)}.customize-btn:hover{background:rgba(255,255,255,.2)}.features-section{background:#f9fafb;padding:4rem 0}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.feature-card{text-align:center;background:#a4a355;border-radius:.75rem;padding:2rem 1.5rem;transition:all .3s;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.feature-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(50,134,138,.1)}.feature-icon{color:#32868a;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1rem;display:flex}.feature-card h3{color:#fff;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.feature-card p{color:#fff;line-height:1.6}.about-section{background:#fff;padding:5rem 0}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.about-images{position:relative}.image-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.image-column{flex-direction:column;gap:1rem;display:flex}.image-column.offset{margin-top:2rem}.image-card{border-radius:.5rem;transition:transform .3s;position:relative;overflow:hidden}.image-card:hover{transform:scale(1.02)}.image-card:first-child{height:12rem}.image-card:nth-child(2),.image-column.offset .image-card:first-child{height:8rem}.image-column.offset .image-card:nth-child(2){height:12rem}.building-image{object-fit:cover;object-position:center;width:100%;height:100%}.customize-btn-small{color:#010102;cursor:pointer;background:rgba(255,255,255,.9);border:none;border-radius:9999px;padding:.5rem;font-size:.75rem;transition:all .3s;position:absolute;bottom:1rem;right:1rem}.customize-btn-small:hover{background:#fff;transform:scale(1.05)}.section-label{color:#32868a;letter-spacing:.05em;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.section-label.dark{color:#010102}.section-title{color:#111827;letter-spacing:-.025em;margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.2}.section-description{color:#6b7280;font-size:1.125rem;line-height:1.7}.projects-section{background:#244141;padding:5rem 0}.section-header{text-align:center;max-width:48rem;margin:0 auto 4rem}.projects-section .section-title,.projects-section .section-description{color:#fff}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.project-card{background:#fff;border-radius:.75rem;transition:all .3s;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.project-card:hover{border-top:3px solid #32868a;transform:translateY(-4px);box-shadow:0 20px 25px -5px rgba(50,134,138,.15)}.project-image{height:12rem;position:relative;overflow:hidden}.project-img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .3s}.project-card:hover .project-img{transform:scale(1.05)}.project-content{padding:1.5rem}.project-category{color:#32868a;text-transform:uppercase;letter-spacing:.05em;background:rgba(50,134,138,.1);border-radius:9999px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.project-title{color:#111827;margin-bottom:.75rem;font-size:1.25rem;font-weight:700;line-height:1.3}.project-description{color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.project-details{flex-direction:column;gap:.5rem;display:flex}.project-detail{color:#374151;font-size:.875rem}.project-detail strong{color:#32868a;font-weight:600}.cta-section{background:#a4a355;padding:4rem 0;position:relative}.cta-grid{grid-template-columns:1fr 1fr;align-items:center;gap:2rem;display:grid}.cta-title{color:#010102;letter-spacing:-.025em;font-size:3rem;font-weight:700;line-height:1.2}.cta-right{text-align:right}.cta-description{color:#010102;margin-bottom:1.5rem;line-height:1.6}.btn-dark{color:#fff;cursor:pointer;letter-spacing:.025em;background:#244141;border:none;border-radius:9999px;padding:.75rem 2rem;font-size:.875rem;font-weight:600;transition:all .3s}.btn-dark:hover{background:#010102;transform:translateY(-2px)}.contact-section{background:#fff;padding:4rem 0}.contact-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.contact-image{justify-content:center;align-items:center;display:flex}.contact-img{object-fit:contain;width:100%;max-width:300px;height:auto}.contact-details{padding:1rem 0}.contact-info-list{flex-direction:column;gap:2rem;margin-top:2rem;display:flex}.contact-info-item{align-items:flex-start;gap:1rem;display:flex}.contact-info-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-top:.25rem;display:flex}.phone-icon,.email-icon,.location-icon{color:#fff;background:#32868a}.contact-info-text h4{color:#111827;margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.contact-info-text p{color:#6b7280;font-size:.95rem;line-height:1.5}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-buttons{flex-direction:column}.btn-primary,.btn-secondary{width:100%;max-width:280px}.features-grid{grid-template-columns:1fr}.about-grid{grid-template-columns:1fr;gap:2rem}.image-column.offset{margin-top:0}.section-title{font-size:2rem}.cta-grid{text-align:center;grid-template-columns:1fr}.cta-right{text-align:center}.cta-title{font-size:2rem}.customize-btn{padding:.5rem;right:1rem}.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-img{max-width:200px}}@media (min-width:640px){.hero-buttons{flex-direction:row;justify-content:center}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-description{font-size:1rem}.section-title,.cta-title{font-size:1.75rem}}.navbar{z-index:50;background:0 0;padding:1rem 1.5rem;position:absolute;top:0;left:0;right:0}.navbar-container{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;display:flex}.navbar-logo{align-items:center;gap:.5rem;display:flex}.logo-icon{justify-content:center;align-items:center;width:32px;height:32px;display:flex}.logo-diamond{border:2px solid #fff;width:16px;height:16px;transform:rotate(45deg)}.logo-image{object-fit:contain;width:100%;height:100%}.logo-text{color:#fff;letter-spacing:-.025em;font-size:1.25rem;font-weight:700}.navbar-nav{align-items:center;gap:2rem;display:flex}.nav-link{color:#fff;padding:.5rem 0;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-link:hover,.nav-link.active{color:#32868a}.nav-link.active:after{content:"";background:#32868a;border-radius:1px;height:2px;position:absolute;bottom:-4px;left:0;right:0}.nav-button{cursor:pointer;font-family:inherit;font-size:inherit;background:0 0;border:none}.cta-button{color:#010102;cursor:pointer;background:#32868a;border:none;border-radius:9999px;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .3s}.cta-button:hover{background:#a4a355;transform:translateY(-1px)}.mobile-menu-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;padding:4px;display:none}.hamburger-line{background:#fff;border-radius:1px;width:24px;height:2px;transition:all .3s}@media (max-width:768px){.navbar-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(36,65,65,.95);flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.5rem;width:80%;max-width:300px;height:100vh;padding:80px 2rem 2rem;transition:right .3s;position:fixed;top:0;right:-100%}.navbar-nav.nav-open{right:0}.nav-link{border-bottom:1px solid rgba(255,255,255,.1);width:100%;padding:.75rem 0;font-size:1rem}.cta-button{width:100%;margin-top:1rem;padding:.75rem 1.5rem}.mobile-menu-btn{display:flex}}@media (max-width:480px){.navbar{padding:1rem}.logo-text{font-size:1.125rem}}.footer{color:#fff;background:#244141;padding:4rem 0 2rem;position:relative}.footer-container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.footer-grid{grid-template-columns:1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-section{flex-direction:column;display:flex}.footer-logo{align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.footer-logo-icon{justify-content:center;align-items:center;width:32px;height:32px;display:flex}.footer-logo-diamond{border:2px solid #fff;width:16px;height:16px;transform:rotate(45deg)}.footer-logo-image{object-fit:contain;width:100%;height:100%}.footer-logo-text{color:#fff;letter-spacing:-.025em;font-size:1.25rem;font-weight:700}.footer-description{color:rgba(255,255,255,.8);margin-bottom:2rem;font-size:.875rem;line-height:1.6}.social-links{gap:.75rem;display:flex}.social-link{color:rgba(255,255,255,.8);transition:color .3s}.social-link:hover{color:#32868a}.footer-title{color:#fff;margin-bottom:1.5rem;font-size:1.125rem;font-weight:600}.footer-links{margin:0;padding:0;list-style:none}.footer-links li{margin-bottom:.75rem}.footer-link{color:rgba(255,255,255,.8);font-size:.875rem;text-decoration:none;transition:color .3s}.footer-link:hover{color:#32868a}.footer-button{cursor:pointer;text-align:left;background:0 0;border:none;width:100%;padding:0;font-family:inherit}.contact-info{flex-direction:column;gap:1.5rem;display:flex}.contact-item{align-items:center;gap:.75rem;display:flex}.contact-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.call-icon,.email-icon,.address-icon{color:#010102;background:#32868a}.contact-details{flex:1}.contact-label{color:#fff;margin-bottom:.25rem;font-size:.875rem;font-weight:600}.contact-value{color:rgba(255,255,255,.8);font-size:.875rem;line-height:1.4}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.copyright{color:rgba(255,255,255,.6);margin:0;font-size:.875rem}.footer-bottom-links{gap:2rem;display:flex}.footer-bottom-link{color:rgba(255,255,255,.6);font-size:.875rem;text-decoration:none;transition:color .3s}.footer-bottom-link:hover{color:#32868a}.scroll-to-top{color:#010102;cursor:pointer;z-index:1000;background:#32868a;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.15)}.scroll-to-top:hover{background:#a4a355;transform:translateY(-2px)scale(1.05);box-shadow:0 6px 20px rgba(0,0,0,.2)}@media (max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (max-width:768px){.footer{padding:3rem 0 1.5rem}.footer-grid{text-align:left;grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}.footer-bottom-links{justify-content:center}.contact-info{gap:1.25rem}.social-links{justify-content:flex-start}}@media (max-width:480px){.footer-container{padding:0 1rem}.footer-grid{gap:1.5rem}.footer-bottom-links{flex-direction:column;gap:.75rem}.scroll-to-top{width:44px;height:44px;bottom:1rem;right:1rem}}
