@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,sans-serif;color:#333;background-color:#fff;line-height:1.5}a{text-decoration:none;color:inherit}ul{list-style:none}.app-container{min-height:100vh;display:flex;flex-direction:column}.main-content-area{flex:1}.page-container{max-width:1200px;margin:0 auto;padding:40px 20px}.site-header{border-bottom:1px solid #e0e0e0;background:#fff;padding:0 40px;position:sticky;top:0;z-index:1000}.header-inner{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;height:80px}.logo-container{display:flex;align-items:center;gap:10px}.logo-icon{width:32px;height:auto}.logo-text{font-size:24px;font-weight:800;color:#2c3e50;letter-spacing:-.5px}.logo-p{color:#2a0845}.logo-enterprise{color:#2a0845;margin-left:2px}.main-nav{display:flex;align-items:center;gap:15px;font-size:13px;font-weight:600;color:#444}.nav-link{transition:color .2s;letter-spacing:.5px}.nav-link:hover,.nav-link.active{color:#c0392b}.nav-divider{color:#ccc;font-weight:300}.btn{display:inline-block;padding:10px 24px;border-radius:4px;font-weight:600;text-align:center;cursor:pointer;transition:all .2s;border:none;font-size:14px;letter-spacing:.5px}.btn-primary{background-color:#c0392b;color:#fff}.btn-primary:hover{background-color:#a93226}.btn-large{padding:14px 32px;font-size:15px}.btn-full{width:100%}.hero-section{display:flex;min-height:calc(100vh - 81px);background-color:#f7f9fa;border-bottom:1px solid #e0e0e0}.hero-content{flex:1;padding:80px 10%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.hero-title{font-size:46px;font-weight:800;color:#2c3e50;line-height:1.1;margin-bottom:20px;letter-spacing:-1px}.hero-subtitle{font-size:18px;color:#555;margin-bottom:30px;line-height:1.6}.hero-image-wrapper{flex:1;position:relative;overflow:hidden}.hero-image{width:100%;height:100%;object-fit:cover;object-position:center}.features-section{padding:60px 40px;background:#fff;border-bottom:1px solid #e0e0e0}.features-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start}.feature-card{flex:1;padding:0 30px;text-align:center}.feature-icon-wrapper{margin-bottom:20px;display:flex;justify-content:center;height:48px}.feature-title{font-size:16px;font-weight:700;color:#2c3e50;margin-bottom:12px;letter-spacing:.5px}.feature-desc{font-size:15px;color:#666;margin-bottom:15px}.feature-link{color:#2c3e50;font-weight:600;font-size:14px;text-decoration:none}.feature-link:hover{text-decoration:underline}.feature-divider{width:1px;height:120px;background-color:#e0e0e0;margin-top:10px}.catalog-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #f0f0f0}.catalog-title{font-size:32px;font-weight:800;color:#222;letter-spacing:-.5px}.catalog-filters{display:flex;gap:20px;font-size:13px;font-weight:600;color:#555;align-items:center}.catalog-filters label{display:flex;align-items:center;gap:8px}.filter-select{padding:6px 10px;border:1px solid #ddd;border-radius:4px;background:#fff;font-family:inherit;font-size:13px;outline:none}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.product-card{border:1px solid #e5e5e5;border-radius:6px;overflow:hidden;background:#fff;transition:box-shadow .2s;display:flex;flex-direction:column}.product-card:hover{box-shadow:0 4px 15px #00000014}.product-image-container{height:220px;background:#f8f9fa;overflow:hidden;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #eee}.product-image{width:100%;height:100%;object-fit:cover}.product-info{padding:20px;display:flex;flex-direction:column;flex:1}.product-name{font-size:18px;font-weight:800;color:#222;margin-bottom:8px;line-height:1.3}.product-short-desc{font-size:14px;color:#555;margin-bottom:20px;flex:1}.back-link-wrapper{margin-bottom:25px}.back-link{display:inline-flex;align-items:center;color:#c0392b;font-weight:600;font-size:14px}.back-link:hover{text-decoration:underline}.product-detail-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px}.main-image-wrapper{border:1px solid #e5e5e5;border-radius:8px;overflow:hidden;margin-bottom:15px;height:400px;background:#f8f9fa}.main-image{width:100%;height:100%;object-fit:cover}.thumbnail-gallery{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.thumbnail{border:1px solid #e5e5e5;border-radius:4px;overflow:hidden;height:70px;cursor:pointer;opacity:.7;transition:opacity .2s,border-color .2s}.thumbnail.active,.thumbnail:hover{opacity:1;border-color:#c0392b;border-width:2px}.thumbnail img{width:100%;height:100%;object-fit:cover}.product-info-section{display:flex;flex-direction:column}.detail-title{font-size:32px;font-weight:800;color:#222;line-height:1.2;margin-bottom:10px}.detail-subtitle{font-size:18px;font-weight:600;color:#555;margin-bottom:20px}.detail-desc{font-size:15px;color:#444;line-height:1.6;margin-bottom:30px}.specs-section{margin-bottom:30px}.specs-title{font-size:16px;font-weight:800;color:#222;margin-bottom:15px;letter-spacing:.5px}.specs-table{width:100%;border-collapse:collapse}.specs-table td{padding:12px 15px;border-bottom:1px solid #eee;font-size:14px}.specs-table tr:nth-child(2n){background-color:#f9f9f9}.specs-table td:first-child{font-weight:600;color:#444;width:40%}.spec-value{color:#222}.btn-quote{margin-bottom:25px}.product-actions{display:flex;justify-content:space-between;align-items:center;padding-top:15px;border-top:1px solid #eee}.checkbox-label{display:flex;align-items:center;gap:8px;font-size:14px;color:#444;cursor:pointer}.action-icons{display:flex;gap:15px}.action-icon{color:#666;cursor:pointer;transition:color .2s}.action-icon:hover{color:#c0392b}.site-footer{background:#f8f9fa;border-top:1px solid #e0e0e0;padding:20px 40px;text-align:center;font-size:13px;color:#666;margin-top:auto}.footer-inner{max-width:1200px}.page-header{margin-bottom:40px}.page-title{font-size:36px;font-weight:800;color:#222;margin-bottom:10px;letter-spacing:-.5px}.page-subtitle{font-size:18px;color:#555}.text-center{text-align:center}.mt-20{margin-top:20px}.mt-40{margin-top:40px}.btn-outline{background:transparent;border:2px solid #c0392b;color:#c0392b}.btn-outline:hover{background:#c0392b;color:#fff}.btn-text{background:none;border:none;color:#c0392b;font-weight:600;font-size:15px;display:flex;align-items:center;gap:5px;cursor:pointer;padding:0}.btn-text:hover{text-decoration:underline}.services-grid-layout{display:grid;grid-template-columns:2.5fr 1fr;gap:40px}.service-detail-card{display:flex;gap:25px;padding:30px;border:1px solid #e5e5e5;border-radius:8px;margin-bottom:25px;background:#fff;transition:transform .2s,box-shadow .2s}.service-detail-card:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000000d}.service-icon-large{width:60px;height:60px;background:#f8f9fa;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.service-title{font-size:22px;font-weight:700;margin-bottom:15px;color:#2c3e50}.service-desc{color:#555;margin-bottom:20px;line-height:1.6}.sidebar-card{background:#f8f9fa;border-radius:8px;padding:30px 25px;border:1px solid #e0e0e0}.highlight-card{border-top:4px solid #c0392b}.highlight-card h3{font-size:18px;font-weight:700;color:#2c3e50;margin-bottom:20px}.benefits-list li{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;font-size:14px;color:#444}.benefits-list li svg{color:#c0392b;flex-shrink:0;margin-top:2px}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.project-showcase-card{border:1px solid #e5e5e5;border-radius:8px;overflow:hidden;background:#fff;display:flex;flex-direction:column}.project-image-wrapper{height:200px;position:relative}.project-image{width:100%;height:100%;object-fit:cover}.project-year-badge{position:absolute;top:15px;right:15px;background:#c0392b;color:#fff;padding:4px 10px;border-radius:4px;font-size:13px;font-weight:600}.project-content{padding:25px;flex:1;display:flex;flex-direction:column}.project-tags{display:flex;gap:8px;margin-bottom:15px;flex-wrap:wrap}.tag{background:#f0f0f0;color:#555;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.project-client{font-size:13px;color:#777;margin-bottom:15px}.project-name{font-size:20px;font-weight:800;color:#222;margin-bottom:5px;line-height:1.3}.project-desc{font-size:14px;color:#555;margin-bottom:25px;flex:1}.about-hero{background-image:linear-gradient(#0009,#0009),url(/images/aboutusbackground.png);background-size:cover;background-position:center;border-radius:12px;height:300px;display:flex;align-items:center;justify-content:center;text-align:center;margin-bottom:50px;color:#fff}.about-hero .page-title{color:#fff}.about-hero .page-subtitle{color:#eee}.about-content-grid{display:grid;grid-template-columns:2fr 1fr;gap:50px}.about-text-section h2{font-size:24px;font-weight:800;margin-bottom:20px;color:#2c3e50}.about-text-section p{font-size:16px;color:#444;margin-bottom:15px;line-height:1.7}.about-stats-section{display:grid;grid-template-columns:1fr 1fr;gap:20px}.stat-card{background:#f8f9fa;border:1px solid #e5e5e5;border-radius:8px;padding:30px 20px;text-align:center}.stat-number{font-size:36px;font-weight:800;color:#c0392b;margin-bottom:5px}.stat-label{font-size:13px;font-weight:600;color:#555;text-transform:uppercase}.contact-layout{display:flex;justify-content:center;margin-top:40px}.contact-info-panel{max-width:500px;width:100%}.contact-info-panel,.contact-form-panel{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:40px}.contact-info-panel h3,.contact-form-panel h3{font-size:20px;font-weight:800;margin-bottom:20px;color:#2c3e50;border-bottom:2px solid #f0f0f0;padding-bottom:15px}.contact-intro{color:#555;margin-bottom:30px}.contact-method{display:flex;gap:15px;margin-bottom:25px}.contact-icon{margin-top:3px}.contact-method strong{display:block;font-weight:700;color:#2c3e50;margin-bottom:5px}.contact-method p{color:#555;font-size:14px;line-height:1.5}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:13px;font-weight:600;color:#444;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 15px;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:14px;outline:none;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#c0392b}.fs-title{font-size:56px;font-weight:800;margin-bottom:25px;letter-spacing:-1px}.fs-title-white{color:#fff}.fs-desc-1{font-size:22px;color:#555;max-width:800px;margin:0 auto;line-height:1.6}.fs-desc-3{font-size:22px;color:#e0e0e0;max-width:800px;margin:0 auto;line-height:1.6}.fs-icon{width:80px;height:80px}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;color:#333;padding:5px;align-items:center;justify-content:center}@media(max-width:1024px){.mobile-menu-btn{display:flex!important;z-index:100}.main-nav{position:absolute;top:100%;left:0;width:100%;background-color:#fff;flex-direction:column;padding:0;box-shadow:0 4px 10px #0000001a;transform:translateY(-120%);opacity:0;visibility:hidden;transition:transform .3s ease,opacity .3s ease,visibility .3s ease;z-index:99}.main-nav.open{transform:translateY(0);opacity:1;visibility:visible;padding:20px 0}.main-nav .nav-link{width:100%;text-align:center;padding:15px}.nav-divider{display:none}.hero-content{padding:60px 5%}.product-grid,.projects-grid{grid-template-columns:repeat(2,1fr)}.services-grid-layout,.about-content-grid{grid-template-columns:1fr;gap:30px}.fs-title{font-size:44px}}@media(max-width:768px){.page-container{padding:30px 15px}.site-header{padding:0 15px}.hero-title{font-size:36px!important}.hero-subtitle{font-size:16px!important}.features-inner{flex-direction:column;gap:30px;align-items:center}.feature-divider{width:100%;height:1px;margin:10px 0}.product-grid,.projects-grid{grid-template-columns:1fr}.catalog-header{flex-direction:column;align-items:flex-start;gap:15px}.product-detail-layout{grid-template-columns:1fr;gap:30px}.form-row{grid-template-columns:1fr}.page-title{font-size:28px}.detail-title{font-size:26px}.fs-title{font-size:32px}.fs-desc-1,.fs-desc-3{font-size:18px}.fs-icon{width:60px;height:60px}.about-hero{height:200px}}@media(max-width:480px){.hero-title{font-size:28px!important}.about-stats-section{grid-template-columns:1fr}.thumbnail-gallery{grid-template-columns:repeat(3,1fr)}.fs-title{font-size:26px}.fs-icon{width:48px;height:48px}}
