@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";header{position:fixed;top:0;left:0;width:100%;height:95px;display:flex;align-items:center;z-index:9999;transition:all .35s ease;border-bottom:1px solid rgba(255,255,255,.25);background:transparent;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}header.transparent{background:#fff0;border-bottom:1px solid #eeeeee;-webkit-backdrop-filter:none;backdrop-filter:none}header.scrolled{background:#fff;border-bottom:1px solid #e5e5e5;box-shadow:0 4px 20px #00000014;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-container{display:flex;align-items:center;justify-content:space-between;max-width:1320px;width:100%;height:100%;padding:0 24px;margin:0 auto}.header-container img{height:48px;width:auto;object-fit:contain}.logo-container{display:flex;align-items:center}.logo-container img.logo{height:60px;width:auto}.nav-desktop{display:flex;align-items:center;gap:40px}.nav-desktop a{font-size:15px;font-weight:500;color:#eee}header.transparent .nav-desktop a,header.transparent .nav-mobile a{color:#fff}.nav-desktop a:hover,.nav-mobile a:hover{color:var(--muted)}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:28px;height:22px;cursor:pointer}.hamburger span{display:block;height:3px;background:var(--dark);border-radius:2px;transition:all}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.nav-mobile{display:none;position:absolute;top:88px;left:0;width:100%;background-color:var(--white);flex-direction:column;align-items:center;box-shadow:0 10px 20px #00000014}.nav-mobile.open{display:flex}.nav-mobile a{padding:16px 0;width:100%;text-align:center;font-size:18px;font-weight:500;color:var(--dark);transition:background .3s,color .3s}.nav-mobile a:hover{background-color:var(--light);color:var(--primary)}@media screen and (max-width:768px){.nav-desktop{display:none}.hamburger{display:flex;color:var(--dark)}}@media screen and (max-width:480px){.header-container{padding:0 16px}}.nav-dropdown{position:relative;display:flex;align-items:center;height:100%}.nav-dropdown:after{content:"";position:absolute;top:100%;left:0;width:100%;height:15px}.dropdown-trigger{display:flex;align-items:center;gap:6px;cursor:pointer}.dropdown-menu{position:absolute;top:100%;left:0;min-width:260px;background:#fff;border-radius:12px;padding:12px 0;box-shadow:0 20px 45px #0000001f;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .22s ease;z-index:9999}.nav-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a{display:block;padding:12px 20px;font-size:14px;font-weight:500;color:#fff;text-decoration:none;transition:background .2s ease,color .2s ease}.dropdown-menu a:hover{background:#f5f5f5;color:#111}.mobile-dropdown-trigger{width:100%;text-align:left;background:transparent;border:none;padding:12px 0;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.mobile-submenu{display:none;padding:6px 0 12px}.mobile-submenu.open{display:block}.mobile-submenu a{display:block;padding:10px 0;font-weight:600;text-decoration:none}.mobile-submenu-all{opacity:.9;font-weight:800}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Poppins,sans-serif;color:#111;background-color:#fff;line-height:1.7}a{text-decoration:none;color:inherit;transition:color .3s}:root{--primary: #1A1D53;--dark: #111111;--muted: #666666;--light: #F5F5F5;--white: #ffffff}.container-site{max-width:1320px;margin:0 auto;padding:0 24px}h1,h2,h3,h4,h5,h6{font-weight:600;color:var(--primary);line-height:1.2;margin-bottom:24px}h1{font-size:56px}h2{font-size:40px}h3{font-size:32px}h4{font-size:24px}h5{font-size:20px}h6{font-size:18px}p{font-size:18px;line-height:1.7;color:var(--dark);margin-bottom:32px;text-align:justify}button,.btn{padding:16px 32px;font-size:16px;font-weight:600;color:var(--white);background-color:var(--primary);border:none;cursor:pointer;transition:background-color .3s;border-radius:6px}button:hover,.btn:hover{background-color:#0f1140}section{padding:110px 0}section.bg-light{background-color:var(--light)}section.bg-dark{background-color:var(--dark);color:var(--white)}.row{display:flex;flex-wrap:wrap;gap:40px}.col-50{flex:1 1 50%}.col-33{flex:1 1 33.333%}.col-25{flex:1 1 25%}img{max-width:100%;height:auto;display:block;object-fit:cover;border-radius:8px}.about-section{padding:110px 24px;background-color:var(--light)}.about-container{max-width:1320px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:0px}.about-column{flex:1 1 46%}.about-image img{width:70%;height:auto}.about-content h2{font-size:40px;font-weight:600;color:var(--primary);margin-bottom:24px}.about-content p{font-size:15px;line-height:1.7;color:var(--dark);margin-bottom:32px;text-align:justify}@media screen and (max-width:1024px){.row,.about-container{gap:24px}.hero-content h1{font-size:48px}}@media screen and (max-width:768px){.about-container{flex-direction:column}.about-content h2{font-size:32px}.about-content p{font-size:15px}.about-content button{width:100%;text-align:center}}@media screen and (max-width:480px){.about-image img{width:100%;height:auto}h1{font-size:32px}h2{font-size:28px}h3{font-size:24px}.about-column{flex:1 1 100%}}.logout-btn{margin-top:24px;background:transparent;border:none;color:#fff;font-size:15px;cursor:pointer}.services-section{padding:110px 0;background-color:#fff}.services-header{text-align:center;margin-bottom:80px}.services-header h2{font-size:42px;font-weight:600;letter-spacing:1px;color:#111;text-transform:uppercase;margin-bottom:16px}.services-underline{display:inline-block;width:80px;height:3px;background-color:#f5c400}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:60px 40px}.service-card{text-align:center}.service-card h3{font-size:22px;font-weight:600;color:#000;margin-bottom:20px}.service-card p{font-size:16px;line-height:1.8;color:#666;text-align:center}@media screen and (max-width:1200px){.services-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:900px){.services-grid{grid-template-columns:repeat(2,1fr)}.services-header h2{font-size:34px}}@media screen and (max-width:600px){.services-grid{grid-template-columns:1fr;gap:40px}.services-header{margin-bottom:60px}.services-header h2{font-size:28px}}.philosophy-section{padding:110px 24px;background-color:var(--white)}.philosophy-container{display:flex;align-items:center;gap:40px}.philosophy-column{flex:1 1 50%}.philosophy-column h2{font-size:40px;font-weight:600;color:var(--primary);margin-bottom:24px}.philosophy-column p{font-size:16px;line-height:1.7;color:var(--dark);margin-bottom:24px;text-align:justify}.philosophy-column img{width:100%;height:auto;border-radius:8px;object-fit:cover}@media screen and (max-width:768px){.philosophy-container{flex-direction:column}.philosophy-column h2{font-size:32px;text-align:center}.philosophy-column p{font-size:16px}}.service-detail-section{padding:110px 0;background-color:#fff}.service-detail-header{text-align:center;margin-bottom:80px}.service-detail-header h2{font-size:42px;font-weight:600;text-transform:uppercase;color:#111;margin-bottom:16px}.service-detail-header .underline{display:inline-block;width:80px;height:3px;background-color:#f5b400}.service-detail-grid{display:flex;align-items:center;justify-content:space-between;gap:60px}.service-detail-content{flex:1}.service-detail-content h3{font-size:28px;font-weight:600;color:#000;margin-bottom:32px}.service-list{list-style:none;padding:0;margin-bottom:40px}.service-list li{font-size:15px;color:#444;margin-bottom:16px;padding-left:32px;position:relative;line-height:1.6}.service-list li:before{content:"";position:absolute;left:0;top:8px;width:12px;height:12px;border:2px solid #f5b400;border-radius:50%}.btn-primary{padding:14px 36px;background-color:#f5b400;color:#fff;font-size:15px;font-weight:600;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s}.btn-primary:hover{background-color:#d99c00}.service-detail-image{flex:1;display:flex;justify-content:center}.service-detail-image img{width:400px;height:400px;border-radius:50%;object-fit:cover}@media screen and (max-width:1024px){.service-detail-grid{gap:40px}.service-detail-image img{width:360px;height:360px}}@media screen and (max-width:768px){.service-detail-grid{flex-direction:column;text-align:center}.service-detail-content h3{font-size:24px}.service-list li{text-align:left}.service-detail-image img{width:300px;height:300px}}@media screen and (max-width:480px){.service-detail-header h2{font-size:28px}.service-detail-image img{width:240px;height:240px}}.hvac-section{padding:110px 0;background-color:#fff}.hvac-container{display:flex;align-items:center;gap:80px}.hvac-image{flex:1;display:flex;justify-content:center}.hvac-image img{width:400px;height:400px;border-radius:50%;object-fit:cover}.hvac-content{flex:1.2}.hvac-content h3{font-size:28px;font-weight:600;color:#000;margin-bottom:32px}.hvac-list{list-style:none;padding:0;margin-bottom:40px}.hvac-list li{position:relative;padding-left:32px;margin-bottom:16px;font-size:15px;line-height:1.6;color:#444}.hvac-list li:before{content:"";position:absolute;left:0;top:7px;width:12px;height:12px;border:2px solid #f5b400;border-radius:50%}@media screen and (max-width:1024px){.hvac-container{gap:50px}.hvac-image img{width:360px;height:360px}}@media screen and (max-width:768px){.hvac-container{flex-direction:column;text-align:center}.hvac-content h3{font-size:24px}.hvac-list li{text-align:left}.hvac-image img{width:300px;height:300px}}@media screen and (max-width:480px){.hvac-image img{width:240px;height:240px}}.hse-section{padding:110px 0;background-color:#fff}.hse-header{text-align:center;margin-bottom:60px}.hse-header h2{font-size:42px;font-weight:600;color:#111;margin-bottom:16px;text-transform:uppercase}.hse-header .underline{display:inline-block;width:70px;height:2px;background-color:#111}.hse-box{max-width:1000px;margin:0 auto;background-color:#f7f7f7;padding:40px;height:300px;overflow-y:auto;border-radius:4px}.hse-box p{font-size:16px;line-height:1.7;color:#555;margin-bottom:20px;text-align:left}.hse-subtitle{font-weight:600;color:#111;margin-top:24px}.hse-list{padding-left:20px}.hse-list li{font-size:15px;color:#555;line-height:1.6;margin-bottom:12px}.hse-box::-webkit-scrollbar{width:6px}.hse-box::-webkit-scrollbar-track{background:#eaeaea}.hse-box::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.hse-box::-webkit-scrollbar-thumb:hover{background:#555}@media screen and (max-width:768px){.hse-header h2{font-size:32px}.hse-box{padding:24px;height:280px}}@media screen and (max-width:480px){.hse-box{height:auto;max-height:400px}}.clients-section{padding:110px 0;background:#fff}.clients-header{text-align:center;margin-bottom:80px}.clients-header h2{font-size:42px;font-weight:600;color:#111;text-transform:uppercase;margin-bottom:16px}.clients-header .underline{width:90px;height:3px;background:#f5b000;display:inline-block}.clients-carousel{overflow:hidden;width:100%}.clients-track{display:flex;transition:transform .6s ease-in-out}.clients-slide{min-width:100%;display:flex;justify-content:center;gap:140px}.clients-slide img{max-height:90px;max-width:220px;object-fit:contain;transition:transform .3s ease}.clients-slide img:hover{transform:scale(1.05)}.clients-dots{display:flex;justify-content:center;gap:12px;margin-top:60px}.clients-dots .dot{width:10px;height:10px;border-radius:50%;background:#d0d0d0;cursor:pointer}.clients-dots .dot.active{background:#000}@media(max-width:768px){.clients-slide{flex-direction:column;gap:40px}.clients-header h2{font-size:32px}.clients-slide{align-items:center;justify-content:center}}.quote-section{padding:120px 24px;background-color:#f7f7f7}.quote-container{max-width:1320px;margin:0 auto;display:flex;gap:80px;align-items:center}.quote-content{flex:1}.quote-content h2{font-size:42px;font-weight:600;color:#111;margin-bottom:16px;text-transform:uppercase}.quote-content .underline{width:90px;height:3px;background:#f5b000;display:block;margin-bottom:30px}.quote-content p{font-size:18px;line-height:1.7;color:#555;margin-bottom:24px}.quote-form{flex:1;background:#fff;padding:50px;box-shadow:0 10px 40px #0000000d}.quote-form form{display:flex;flex-direction:column;gap:18px}.quote-form input,.quote-form textarea{width:100%;padding:14px 16px;font-size:15px;border:1px solid #ddd;outline:none}.quote-form input:focus,.quote-form textarea:focus{border-color:#f5b000}.quote-form button{margin-top:10px;background:#f5b000;color:#fff;border:none;padding:14px;font-size:15px;font-weight:500;cursor:pointer;transition:background .3s ease}.quote-form button:hover{background:#d99b00}@media(max-width:992px){.quote-container{flex-direction:column}.quote-form{width:100%}}@media(max-width:768px){.quote-content h2{font-size:32px}.quote-content p{font-size:16px}.quote-form{padding:32px}}.footer{position:relative;color:#ddd;background-size:cover;background-position:center;overflow:hidden}.footer-overlay{position:absolute;inset:0;background:#000000d9}.footer-container{position:relative;max-width:1320px;margin:auto;padding:80px 24px 30px}.footer-top{text-align:center;margin-bottom:60px}.footer-top img{display:block;margin:auto auto 20px;align-items:center;height:70px}.footer-top p{text-align:center;max-width:720px;margin:auto;color:#aaa;line-height:1.8}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-bottom:60px}.footer-col h4{color:#aaa;margin-bottom:18px}.footer-col p,.footer-bottom p{color:#aaa}.footer-col ul{list-style:none;padding:0}.footer-col ul li{margin-bottom:12px;color:#aaa;font-size:14px}.footer-links li:before{content:"▶";color:#f5b000;margin-right:8px}.newsletter{display:flex;margin-top:12px}.newsletter input{flex:1;padding:12px;border:none;outline:none}.newsletter button{background:#f5b000;border:none;padding:0 18px;font-size:18px;cursor:pointer}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:13px;color:#aaa}.footer-bottom-links span{margin-right:20px;cursor:pointer}@media(max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.footer-grid{grid-template-columns:1fr}}.wa-wrapper{position:fixed;bottom:22px;right:22px;z-index:9999;display:flex;align-items:center;gap:10px}.wa-label{background:#fff;color:#111;padding:8px 12px;font-size:13px;border-radius:8px;box-shadow:0 5px 15px #00000026;opacity:0;transform:translate(10px);transition:.3s;white-space:nowrap}.wa-button{width:60px;height:60px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 30px #00000040;position:relative;animation:waPulse 2s infinite;transition:.3s}.wa-button img{width:32px;height:32px}@keyframes waPulse{0%{box-shadow:0 0 #25d36699}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}.wa-wrapper:hover .wa-label{opacity:1;transform:translate(0)}.wa-button:hover{transform:scale(1.08)}@media(max-width:768px){.wa-wrapper{bottom:18px;right:18px}.wa-button{width:52px;height:52px}.wa-button img{width:26px;height:26px}.wa-label{display:none}}.about-hero{height:420px;background-size:cover;background-position:center;position:relative;padding-top:200px;align-items:center;margin-top:-100px}.about-hero-overlay{position:absolute;inset:0;background:#0000008c}.about-hero-content{position:relative;color:#fff}.about-hero h1{font-size:48px;font-weight:700;color:#fff;align-items:center}.about-hero p{margin-top:10px;font-size:14px;opacity:.9;color:#fff;align-items:center}.about-history{padding:80px 0}.about-history h2{font-size:28px;margin:20px}.about-history p{color:#555;line-height:1.8;font-size:15px;margin:20px}.about-stats{background:#111;padding:70px 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);text-align:center;gap:40px}.stats-grid h3{color:#f5b000;font-size:42px;font-weight:700}.stats-grid p{color:#fff;margin-top:10px;font-size:14px;text-align:center}.about-vision{padding:90px 0;text-align:center}.about-vision h2{font-size:26px;margin-bottom:14px}.about-vision h2 span{color:#f5b000}.about-vision p{color:#555;max-width:720px;margin:0 auto 40px;line-height:1.7;text-align:center;font-size:15px}@media(max-width:900px){.stats-grid{grid-template-columns:repeat(2,1fr)}.about-hero h1{font-size:36px}}@media(max-width:500px){.stats-grid{grid-template-columns:1fr}}.contact-hero{height:380px;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;margin-top:-100px}.contact-hero-overlay{position:absolute;inset:0;background:#0000008c}.contact-hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;padding-left:80px;color:#fff;margin-top:50px}.contact-hero-content h1{font-size:48px;font-weight:600;color:#fff}.contact-hero-content p{margin-top:10px;font-size:15px;color:#fff}.contact-form-section{padding:100px 0;background:#fff}.contact-form{max-width:900px;margin:0 auto}.form-row{display:flex;gap:30px;margin-bottom:25px}.contact-form input,.contact-form textarea{width:100%;padding:16px 18px;border:1px solid #e5e5e5;font-size:14px}.contact-form button{width:100%;padding:16px;background:#f5b000;border:none;color:#fff;font-weight:600;cursor:pointer}.contact-info{padding:90px 0}.contact-info h3{text-align:center;color:#f5b000;margin:70px 0 40px}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:60px}.info-card{text-align:center}.info-card span{font-size:36px;display:inline-block;margin-bottom:16px}.info-card h4{font-size:18px;margin-bottom:8px}.info-card p{text-align:center}@media(max-width:900px){.form-row{flex-direction:column}.contact-hero-content h1{font-size:36px}.info-grid{grid-template-columns:1fr}.contact-hero-content{padding-left:30px}}@media(min-width:900px){.contact-hero-content h1{font-size:48px;font-weight:600;color:#fff;margin-left:40px}.contact-hero-content p{margin-top:10px;font-size:15px;color:#fff;margin-left:40px}}.service-hero{position:relative;min-height:260px;display:flex;align-items:center;background:url(/assets/images/services-hero.jpg) center/cover no-repeat;border-radius:0 0 24px 24px;overflow:hidden}.service-hero .overlay{position:absolute;inset:0;background:#0000008c}.service-hero .hero-content{position:relative;z-index:2;color:#fff;padding:40px 0}.service-hero h1{font-size:clamp(28px,3vw,46px);font-weight:800;margin-bottom:8px;margin-left:30px}.service-hero p{opacity:.9;font-weight:600;margin-left:30px}.service-main{padding:50px 0}.services-section{padding:10px 0 40px}.services-head{max-width:900px;margin:0 auto 18px;text-align:center}.services-head h2{font-size:clamp(22px,2.2vw,32px);font-weight:800;margin-bottom:8px}.services-head p{color:#666;font-weight:500;line-height:1.7;font-size:1px}.services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:22px}.service-card{display:block;padding:20px;border:1px solid rgba(0,0,0,.1);border-radius:18px;background:#fff;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;min-height:170px}.service-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #00000014;border-color:#1a1d5340}.service-card h3{font-size:18px;font-weight:800;margin-bottom:10px;color:#111}.service-card p{margin:0;color:#666;line-height:1.7;font-weight:500}.service-link{display:inline-flex;align-items:center;gap:6px;margin-top:14px;font-weight:800;color:#1a1d53}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.services-grid{grid-template-columns:1fr}.service-hero{min-height:220px}}.service-hero--img{position:relative;height:340px;background-size:cover;background-position:center;border-radius:0 0 24px 24px;overflow:hidden}.service-hero--img .hero-content{position:relative;z-index:2;color:#fff;padding-top:130px}.service-thumb{width:100%;height:180px;border-radius:14px;overflow:hidden;background:#f2f2f2;margin-bottom:14px}.service-thumb img{width:100%;height:100%;object-fit:cover;display:block}.service-card{display:flex;flex-direction:column;height:100%}.service-card-body{flex:1;display:flex;flex-direction:column}.service-card-body p{margin:0;flex:1}@media(max-width:640px){.service-hero--img{height:260px}.service-hero--img .hero-content{padding-top:95px}.service-thumb{height:160px}}@media(min-width:900px){.services-head h2{font-size:clamp(22px,2.2vw,32px);font-weight:800;margin-bottom:8px}.services-head p{color:#666;font-weight:500;line-height:1.7}}.service-hero{height:420px;background-size:cover;background-position:center;position:relative;margin-top:-100px}.service-hero-overlay{position:absolute;inset:0;background:#0000008c}.hero-content{position:relative;color:#fff;padding-top:140px;display:flex;flex-direction:column;align-items:start}.crumb{color:#fff;text-decoration:none;font-weight:600;opacity:.9}.crumb:hover{opacity:1;text-decoration:underline}.service-main{padding:90px 0}.service-container{gap:40px;margin-left:30px;margin-right:30px}.service-left img{width:100%;border-radius:10px;margin-bottom:10px}.service-right h2{font-size:30px;margin-bottom:10px}.stars{color:#f5b000;margin-bottom:16px}.service-tabs span{display:block;margin-bottom:10px}.tags{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:10px;margin:20px 0}.tags li{background:#f1f1f1;padding:6px 12px;font-size:13px;border-radius:999px}.quote-btn{background:#000;color:#fff;padding:14px 28px;border:none;cursor:pointer;border-radius:10px}.service-details{margin-top:70px}.service-details h3{margin-top:30px;font-size:22px}.service-details p{color:#555;line-height:1.8;font-size:15px}@media(min-width:1024px){.service-grid{grid-template-columns:1fr;gap:25px}.service-container{gap:40px;margin-left:30px;margin-right:30px;display:flex}.hero-content{padding-top:120px}}@media(max-width:640px){.service-hero{height:300px}.hero-content{padding-top:95px}.service-main{padding:55px 0}.service-right h2{font-size:24px}}.service-hero{min-height:520px;background-size:cover;background-position:center;position:relative;display:flex;align-items:center;overflow:hidden}.overlay{position:absolute;inset:0;background:linear-gradient(90deg,#061826e0,#061826b3 45%,#06182673)}.hero-content{position:relative;z-index:2;color:#fff;padding:140px 0 90px;max-width:760px}.hero-badge{display:inline-block;padding:8px 16px;border-radius:999px;background:#ffffff24;border:1px solid rgba(255,255,255,.22);color:#fff;font-size:13px;font-weight:600;letter-spacing:.8px;text-transform:uppercase;margin-bottom:20px}.hero-content h1{font-size:58px;line-height:1.08;margin:0 0 18px;color:#fff;font-weight:700}.hero-content p{font-size:18px;line-height:1.8;color:#ffffffe6;margin:0 0 28px}.hero-breadcrumb{display:inline-flex;flex-wrap:wrap;align-items:center;gap:10px;padding:12px 18px;border-radius:999px;background:#ffffff1f;color:#fff;font-size:14px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.service-main{padding:100px 0;background:linear-gradient(180deg,#f8fafc,#fff)}.service-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:42px;align-items:center}.product-image-card{background:#fff;border-radius:28px;padding:20px;box-shadow:0 24px 60px #0c1f2e1a;border:1px solid rgba(15,23,42,.06)}.service-left img{width:100%;height:520px;object-fit:cover;border-radius:22px;display:block}.service-right{padding:10px 0}.product-top-meta{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.mini-label{display:inline-block;padding:8px 14px;border-radius:999px;background:#edf4ff;color:#1d4ed8;font-size:13px;font-weight:700;letter-spacing:.3px}.service-right h2{font-size:42px;line-height:1.15;margin:0 0 18px;color:#0f172a;font-weight:700}.stars{color:#f5b000;font-size:18px;letter-spacing:2px;white-space:nowrap}.lead-description{font-size:17px;line-height:1.9;color:#475569;margin-bottom:28px}.service-tabs{display:grid;grid-template-columns:1fr;gap:14px;margin-bottom:24px}.info-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:18px 20px;box-shadow:0 10px 25px #0f172a0a}.info-label{display:block;font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.8px;margin-bottom:8px}.info-card strong{display:block;font-size:16px;line-height:1.7;color:#0f172a;font-weight:600}.tags{display:flex;flex-wrap:wrap;gap:12px;margin:26px 0 34px;padding:0;list-style:none}.tags li{background:#fff;border:1px solid #dbe3ec;color:#334155;padding:10px 16px;font-size:13px;font-weight:600;border-radius:999px;box-shadow:0 8px 18px #0f172a0a}.product-actions{display:flex;flex-wrap:wrap;gap:14px}.quote-btn{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;padding:15px 28px;border:none;border-radius:999px;cursor:pointer;font-size:14px;font-weight:700;letter-spacing:.4px;transition:transform .25s ease,box-shadow .25s ease;box-shadow:0 14px 30px #0f172a33}.quote-btn:hover{transform:translateY(-2px)}.secondary-btn{background:#fff;color:#0f172a;padding:15px 28px;border:1px solid #dbe3ec;border-radius:999px;cursor:pointer;font-size:14px;font-weight:700;letter-spacing:.4px;transition:transform .25s ease,box-shadow .25s ease;box-shadow:0 10px 24px #0f172a0d}.secondary-btn:hover{transform:translateY(-2px)}.service-details{margin-top:90px}.section-heading{margin-bottom:34px;text-align:center}.section-heading span{display:inline-block;padding:8px 16px;border-radius:999px;background:#eef6ff;color:#2563eb;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;margin-bottom:14px}.section-heading h3{font-size:38px;line-height:1.2;color:#0f172a;margin:0;font-weight:700}.details-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.detail-card{position:relative;background:#fff;border-radius:24px;padding:28px 24px;border:1px solid #e8edf3;box-shadow:0 18px 40px #0f172a0d;overflow:hidden}.detail-number{font-size:52px;line-height:1;font-weight:700;color:#2563eb1f;margin-bottom:14px}.detail-card h4{margin:0 0 12px;font-size:22px;color:#0f172a;font-weight:700}.detail-card p{margin:0;color:#556274;line-height:1.85;font-size:15px}.product-variants-section{margin-top:95px}.product-variants-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-variant-card{background:#fff;border-radius:24px;overflow:hidden;border:1px solid #e8edf3;box-shadow:0 18px 40px #0f172a0d;transition:transform .25s ease,box-shadow .25s ease}.product-variant-card:hover{transform:translateY(-6px);box-shadow:0 24px 50px #0f172a14}.product-variant-image{background:#f8fafc;padding:20px}.product-variant-image img{width:100%;height:230px;object-fit:contain;display:block;border-radius:14px;background:#fff}.product-variant-content{padding:24px}.product-variant-content h4{margin:0 0 12px;font-size:22px;color:#0f172a;font-weight:700}.product-variant-content p{margin:0 0 16px;color:#556274;line-height:1.8;font-size:15px}.variant-origin{display:inline-block;padding:8px 14px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:13px;font-weight:700}.bottom-cta{margin-top:95px;background:linear-gradient(135deg,#0f172a,#1e3a5f);border-radius:30px;padding:42px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 28px 60px #0f172a33}.bottom-cta-content span{display:inline-block;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#ffffffb8;margin-bottom:10px}.bottom-cta-content h3{margin:0 0 12px;font-size:34px;line-height:1.2;color:#fff}.bottom-cta-content p{margin:0;font-size:16px;line-height:1.85;color:#ffffffd1;max-width:760px}.bottom-cta .quote-btn{background:#fff;color:#0f172a;box-shadow:none;flex-shrink:0}@media(max-width:1199px){.hero-content h1{font-size:48px}.service-grid{grid-template-columns:1fr}.service-left img{height:460px}.details-grid,.product-variants-grid{grid-template-columns:repeat(2,1fr)}.bottom-cta{flex-direction:column;align-items:flex-start}}@media(max-width:767px){.service-hero{min-height:420px}.hero-content{padding:120px 0 70px}.hero-content h1{font-size:34px}.hero-content p{font-size:16px}.hero-breadcrumb{border-radius:18px;gap:8px;font-size:13px}.service-main{padding:70px 0}.product-image-card{padding:14px;border-radius:22px}.service-left img{height:280px;border-radius:16px}.service-right h2{font-size:30px}.lead-description{font-size:15px}.product-top-meta{flex-direction:column;align-items:flex-start}.details-grid,.product-variants-grid{grid-template-columns:1fr}.section-heading h3{font-size:28px}.detail-card{padding:24px 20px;border-radius:20px}.detail-card h4{font-size:20px}.bottom-cta{margin-top:70px;padding:28px 22px;border-radius:24px}.bottom-cta-content h3{font-size:26px}.bottom-cta-content p{font-size:15px}.quote-btn,.secondary-btn{width:100%;justify-content:center}.product-actions{flex-direction:column}}.admin-auth{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--light)}.auth-card{background:var(--white);padding:48px;width:100%;max-width:420px;border-radius:10px;box-shadow:0 10px 40px #0000001a}.auth-card h2{text-align:center;margin-bottom:32px}.form-group{margin-bottom:24px}.form-group label{display:block;font-weight:500;margin-bottom:8px}.form-group input{width:100%;padding:14px;border:1px solid #ddd;border-radius:6px;font-size:15px}.dashboard{padding:0 5px}.dashboard h2{margin-bottom:25px;color:#333;font-size:1.8rem;font-weight:600}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:30px}.stat-card{background:#fff;border-radius:12px;padding:20px;display:flex;align-items:center;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;min-height:100px}.stat-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0000001a}.stat-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;margin-right:15px;color:#fff;flex-shrink:0}.stat-info h3{margin:0 0 5px;font-size:2rem;color:#333;font-weight:700}.stat-info p{margin:0;color:#666;font-size:.95rem;font-weight:500}.dashboard-content{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:30px}.dashboard-section{display:flex;flex-direction:column;gap:30px}.recent-activities{background:#fff;border-radius:12px;padding:25px;box-shadow:0 4px 6px #0000001a;flex:1}.recent-activities h3{margin-top:0;margin-bottom:20px;color:#333;font-size:1.4rem;font-weight:600;display:flex;align-items:center}.recent-activities h3:before{content:"📈";margin-right:10px}.activities-list{display:flex;flex-direction:column;gap:15px}.activity-item{display:flex;align-items:flex-start;padding:15px;background:#f8f9fa;border-radius:10px;border-left:4px solid #2196F3;transition:all .3s}.activity-item:hover{background:#f0f7ff;transform:translate(5px)}.activity-icon{font-size:1.5rem;color:#2196f3;margin-right:15px;line-height:1}.activity-details{flex:1}.activity-action{color:#333;font-weight:500;margin-bottom:5px;line-height:1.4}.activity-meta{display:flex;flex-wrap:wrap;gap:10px;font-size:.85rem}.activity-user{color:#666}.activity-time{color:#888;background:#e9ecef;padding:2px 8px;border-radius:12px;font-size:.8rem}.quick-actions{background:#fff;border-radius:12px;padding:25px;box-shadow:0 4px 6px #0000001a}.quick-actions h3{margin-top:0;margin-bottom:20px;color:#333;font-size:1.4rem;font-weight:600;display:flex;align-items:center}.quick-actions h3:before{content:"⚡";margin-right:10px}.actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:15px}.action-btn{background:#fff;border:2px solid #e0e0e0;border-radius:10px;padding:20px 15px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;font-size:1rem;color:#333;min-height:100px}.action-btn:hover{border-color:#2196f3;background:linear-gradient(135deg,#f0f8ff,#e3f2fd);transform:translateY(-3px);box-shadow:0 5px 15px #2196f333}.action-icon{font-size:2rem;margin-bottom:10px;font-weight:700}.action-text{font-weight:500;text-align:center;line-height:1.4}.performance-chart{background:#fff;border-radius:12px;padding:25px;box-shadow:0 4px 6px #0000001a}.performance-chart h3{margin-top:0;margin-bottom:20px;color:#333;font-size:1.4rem;font-weight:600;display:flex;align-items:center}.performance-chart h3:before{content:"📊";margin-right:10px}.chart-placeholder{display:flex;align-items:flex-end;justify-content:space-between;height:200px;padding:20px;background:#f8f9fa;border-radius:8px;gap:10px}.chart-bar{flex:1;background:linear-gradient(to top,#2196f3,#64b5f6);border-radius:4px 4px 0 0;min-height:10px;position:relative;transition:height .3s ease}.chart-bar span{position:absolute;bottom:-25px;left:50%;transform:translate(-50%);font-size:.8rem;color:#666}@media(max-width:991px){.dashboard-content{grid-template-columns:1fr;gap:20px}.dashboard h2{font-size:1.6rem}.stat-card{padding:15px}.stat-icon{width:50px;height:50px;font-size:1.5rem}.stat-info h3{font-size:1.8rem}}@media(max-width:767px){.dashboard{padding:0}.dashboard h2{font-size:1.4rem;margin-bottom:20px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:15px}.stat-card{padding:12px;min-height:80px}.stat-icon{width:45px;height:45px;font-size:1.3rem;margin-right:12px}.stat-info h3{font-size:1.6rem}.stat-info p{font-size:.85rem}.recent-activities,.quick-actions,.performance-chart{padding:20px}.actions-grid{grid-template-columns:repeat(2,1fr)}.action-btn{padding:15px 10px;min-height:85px}.action-icon{font-size:1.8rem}.action-text{font-size:.9rem}.chart-placeholder{height:150px;padding:15px}.activity-item{padding:12px}}@media(max-width:576px){.stats-grid{grid-template-columns:1fr;gap:10px}.dashboard h2{font-size:1.3rem}.stat-card{min-height:70px}.stat-icon{width:40px;height:40px;font-size:1.2rem}.stat-info h3{font-size:1.5rem}.recent-activities h3,.quick-actions h3,.performance-chart h3{font-size:1.2rem}.actions-grid{grid-template-columns:1fr}.action-btn{flex-direction:row;min-height:auto;padding:15px;text-align:left}.action-icon{margin-right:15px;margin-bottom:0;font-size:1.5rem}.activity-meta{flex-direction:column;gap:5px}.activity-time{align-self:flex-start}.chart-placeholder{height:120px;padding:10px}.chart-bar span{font-size:.7rem;bottom:-20px}}@media(max-width:400px){.dashboard h2{font-size:1.2rem}.stat-info h3{font-size:1.3rem}.stat-info p{font-size:.8rem}.activity-item{flex-direction:column}.activity-icon{margin-right:0;margin-bottom:10px}}:root{--breakpoint-xs: 0px;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px}.admin-layout{display:flex;min-height:100vh;background-color:#f5f5f5}.mobile-header{display:none;background:linear-gradient(180deg,#1a237e,#283593);color:#fff;padding:15px 20px;align-items:center;justify-content:space-between;position:fixed;top:0;left:0;right:0;z-index:100;box-shadow:0 2px 10px #0000001a}.menu-toggle{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:5px 10px;border-radius:4px;transition:background .3s}.menu-toggle:hover{background:#ffffff1a}.mobile-header h1{margin:0;font-size:1.2rem;font-weight:600}.mobile-header .user-info{display:none}.sidebar{width:250px;background:linear-gradient(180deg,#1a237e,#283593);color:#fff;display:flex;flex-direction:column;box-shadow:2px 0 5px #0000001a;position:fixed;left:0;top:0;bottom:0;z-index:101;transform:translate(0);transition:transform .3s ease}.sidebar-header{padding:20px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}.sidebar-header h2{margin:0;font-size:1.2rem;font-weight:600}.sidebar-close{display:none;background:none;border:none;color:#fff;font-size:1.2rem;cursor:pointer;padding:5px}.sidebar-nav{flex:1;padding:20px 0;overflow-y:auto}.sidebar-nav ul{list-style:none;padding:0;margin:0}.sidebar-nav li{margin-bottom:5px}.nav-link{display:flex;align-items:center;padding:12px 20px;color:#fffc;text-decoration:none;transition:all .3s ease}.nav-link:hover,.nav-link.active{background:#ffffff1a;color:#fff;border-left:4px solid #4fc3f7}.nav-icon{margin-right:12px;font-size:1.2rem;min-width:24px;text-align:center}.nav-text{white-space:nowrap}.sidebar-footer{padding:20px;border-top:1px solid rgba(255,255,255,.1)}.logout-btn{display:flex;align-items:center;width:100%;padding:10px;background:#ffffff1a;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .3s;font-size:.95rem}.logout-btn:hover{background:#fff3}.sidebar-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:100}.admin-main{flex:1;display:flex;flex-direction:column;margin-left:250px}.admin-header{background:#fff;padding:20px 30px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0000001a}.admin-header h1{margin:0;font-size:1.5rem;color:#333}.user-info{color:#666}.admin-content{flex:1;padding:30px;overflow-y:auto}@media(max-width:991px){.sidebar{width:220px}.admin-main{margin-left:220px}.admin-content{padding:20px}.admin-header{padding:15px 20px}.admin-header h1{font-size:1.3rem}}@media(max-width:767px){.mobile-header{display:flex}.sidebar{transform:translate(-100%)}.sidebar-open{transform:translate(0)}.sidebar-close{display:block}.admin-main{margin-left:0;margin-top:60px}.admin-header{display:none}.sidebar-overlay{display:block}.admin-content{padding:15px}.nav-link{padding:15px 20px}.logout-btn{padding:12px}}@media(max-width:576px){.mobile-header h1{font-size:1rem}.menu-toggle{font-size:1.3rem}.sidebar{width:100%;max-width:280px}.admin-content{padding:10px}.nav-link{padding:18px 20px}.nav-icon{font-size:1.4rem;margin-right:15px}}:root{--primary-color: #667eea;--secondary-color: #764ba2;--dark-bg: #0f172a;--darker-bg: #020617;--light-bg: #f8fafc;--text-primary: #f1f5f9;--text-secondary: #94a3b8;--text-dark: #1e293b;--border-color: #334155;--accent-color: #3b82f6;--success-color: #10b981;--gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--gradient-dark: linear-gradient(135deg, #1e3a8a 0%, #1e1b4b 100%);--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1);--transition-default: all .3s cubic-bezier(.4, 0, .2, 1);--border-radius: 12px}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#0f172af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);transition:var(--transition-default)}.header.scrolled{background:#020617fa;border-bottom:1px solid rgba(255,255,255,.05);box-shadow:var(--shadow-xl)}.header-container{max-width:1280px;margin:0 auto;padding:0 2rem;height:80px;display:flex;align-items:center;justify-content:space-between}.logo-link{display:flex;align-items:center;gap:1rem;text-decoration:none;transition:var(--transition-default)}.logo-link:hover{transform:translateY(-2px)}.logo-icon{display:flex;align-items:center;justify-content:center}.logo-text{display:flex;flex-direction:column}.logo-primary{font-size:1.75rem;font-weight:800;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px;line-height:1}.logo-subtitle{font-size:.75rem;color:var(--text-secondary);font-weight:500;letter-spacing:1px;text-transform:uppercase;margin-top:4px}.desktop-nav{flex:1;max-width:600px;margin:0 2rem}.nav-list{display:flex;gap:.5rem;list-style:none;margin:0;padding:0}.nav-item{position:relative}.nav-link{display:flex;align-items:center;padding:.75rem 1.25rem;color:var(--text-secondary);text-decoration:none;font-weight:500;font-size:.95rem;border-radius:var(--border-radius);transition:var(--transition-default);position:relative;overflow:hidden}.nav-link:before{content:"";position:absolute;inset:0;background:var(--gradient-primary);opacity:0;transition:opacity .3s ease;z-index:-1}.nav-link:hover{color:var(--text-primary);transform:translateY(-2px)}.nav-link:hover:before{opacity:.1}.nav-link.active{color:var(--text-primary);background:#667eea1a;border:1px solid rgba(102,126,234,.2)}.nav-link.active:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:4px;height:4px;background:var(--gradient-primary);border-radius:50%}.header-actions{display:flex;align-items:center;gap:1rem}.btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--border-radius);font-weight:600;font-size:.95rem;cursor:pointer;transition:var(--transition-default);border:none;outline:none;white-space:nowrap}.btn-outline{background:transparent;color:var(--text-secondary);border:1px solid var(--border-color);padding:.75rem}.btn-outline:hover{color:var(--text-primary);border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px #667eea33}.btn-primary{background:var(--gradient-primary);color:#fff;border:none;position:relative;overflow:hidden}.btn-primary:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#5a67d8,#6b21a8);opacity:0;transition:opacity .3s ease}.btn-primary:hover:before{opacity:1}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.btn-primary span,.btn-primary svg{position:relative;z-index:1}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem;margin-left:1rem}.hamburger{width:24px;height:20px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.hamburger span{display:block;height:2px;width:100%;background:var(--text-primary);border-radius:2px;transition:var(--transition-default);transform-origin:center}.hamburger.open span:nth-child(1){transform:translateY(9px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.mobile-nav{position:fixed;top:80px;left:0;right:0;background:var(--darker-bg);border-top:1px solid rgba(255,255,255,.05);transform:translateY(-100%);opacity:0;visibility:hidden;transition:var(--transition-default);z-index:999}.mobile-nav.open{transform:translateY(0);opacity:1;visibility:visible;box-shadow:var(--shadow-xl)}.mobile-nav-container{max-width:1280px;margin:0 auto;padding:2rem}.mobile-nav-list{list-style:none;margin:0 0 2rem;padding:0}.mobile-nav-item{margin-bottom:.5rem}.mobile-nav-link{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;color:var(--text-secondary);text-decoration:none;border-radius:var(--border-radius);transition:var(--transition-default);font-weight:500}.mobile-nav-link:hover{color:var(--text-primary);background:#ffffff0d;transform:translate(8px)}.mobile-nav-link.active{color:var(--text-primary);background:#667eea1a;border-left:4px solid var(--primary-color)}.mobile-actions{display:flex;flex-direction:column;gap:1rem}.btn-block{width:100%;justify-content:center}@media(max-width:1024px){.header-container{padding:0 1.5rem}.desktop-nav{margin:0 1rem}.nav-link{padding:.75rem 1rem;font-size:.9rem}.btn{padding:.75rem 1.25rem;font-size:.9rem}}@media(max-width:768px){.header-container{padding:0 1rem;height:70px}.logo-primary{font-size:1.5rem}.logo-subtitle{font-size:.7rem}.desktop-nav,.header-actions{display:none}.mobile-menu-btn{display:block}.mobile-nav{top:70px}.mobile-nav-container{padding:1.5rem}}@media(max-width:480px){.header-container{padding:0 .75rem}.logo-link{gap:.75rem}.logo-icon svg{width:32px;height:32px}.logo-primary{font-size:1.25rem}.logo-subtitle{font-size:.65rem}.mobile-nav-container{padding:1rem}.mobile-nav-link{padding:.875rem 1.25rem;font-size:.95rem}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.header{animation:fadeInDown .5s ease-out}.theme-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#ffffff0d;border:1px solid var(--border-color);cursor:pointer;transition:var(--transition-default)}.theme-toggle:hover{background:#ffffff1a;transform:rotate(30deg)}.notification-badge{position:absolute;top:-8px;right:-8px;background:var(--gradient-primary);color:#fff;font-size:.7rem;font-weight:600;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #667eeab3}70%{box-shadow:0 0 0 10px #667eea00}to{box-shadow:0 0 #667eea00}}.nav-item.has-dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:0;background:var(--dark-bg);border-radius:var(--border-radius);padding:.5rem;min-width:200px;box-shadow:var(--shadow-xl);opacity:0;visibility:hidden;transform:translateY(10px);transition:var(--transition-default);z-index:100;border:1px solid var(--border-color)}.nav-item.has-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{display:block;padding:.75rem 1rem;color:var(--text-secondary);text-decoration:none;border-radius:8px;transition:var(--transition-default)}.dropdown-item:hover{color:var(--text-primary);background:#ffffff0d}.dropdown-badge{background:var(--gradient-primary);color:#fff;font-size:.7rem;font-weight:600;padding:2px 6px;border-radius:12px;margin-left:.5rem}.dropdown-arrow{transition:transform .3s ease}.dropdown-arrow.rotated{transform:rotate(180deg)}.mobile-dropdown{background:#ffffff08;border-radius:var(--border-radius);margin:.5rem 0;padding:.5rem}.mobile-dropdown-item{display:block;padding:.75rem 1.5rem;color:var(--text-secondary);text-decoration:none;border-radius:8px;transition:var(--transition-default);font-size:.95rem}.mobile-dropdown-item:hover{color:var(--text-primary);background:#ffffff0d}.mobile-badge{background:var(--gradient-primary);color:#fff;font-size:.7rem;font-weight:600;padding:2px 8px;border-radius:12px;margin-left:.5rem}.mobile-dropdown-badge{background:var(--accent-color);color:#fff;font-size:.65rem;font-weight:600;padding:1px 6px;border-radius:10px;margin-left:.5rem}.admin-auth{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a237e,#283593);padding:20px}.auth-card{background:#fff;border-radius:12px;padding:40px;width:100%;max-width:450px;box-shadow:0 20px 40px #0000001a}.auth-card h2{margin:0 0 30px;color:#333;text-align:center;font-size:1.8rem;font-weight:600}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#555;font-size:.95rem}.form-group input{width:100%;padding:12px 15px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 3px #2196f31a}.btn{width:100%;padding:14px;background:linear-gradient(135deg,#1a237e,#283593);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;margin-top:10px}.btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #1a237e4d}.btn:active{transform:translateY(0)}@media(max-width:768px){.auth-card{padding:30px;max-width:400px}.auth-card h2{font-size:1.6rem;margin-bottom:25px}}@media(max-width:576px){.admin-auth{padding:15px;background:#fff}.auth-card{padding:25px;box-shadow:none;max-width:100%}.auth-card h2{font-size:1.5rem;margin-bottom:20px}.form-group input{padding:14px;font-size:16px}.btn{padding:16px;font-size:1.1rem}}@media(max-width:400px){.auth-card{padding:20px}.auth-card h2{font-size:1.3rem}.form-group label{font-size:.9rem}}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.page-header h2{margin:0;color:#333}.btn-primary{background:#2196f3;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:1rem;transition:background .3s}.btn-primary:hover{background:#1976d2}.table-container{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a}.data-table{width:100%;border-collapse:collapse}.data-table th{background:#f5f5f5;padding:15px;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e0e0e0}.data-table td{padding:15px;border-bottom:1px solid #e0e0e0;color:#555}.data-table tr:hover{background:#f9f9f9}.status-badge{padding:4px 12px;border-radius:20px;font-size:.85rem;font-weight:500}.status-published,.status-new,.status-replied{background:#4caf50;color:#fff}.status-draft{background:#ff9800;color:#fff}.status-read{background:#2196f3;color:#fff}.actions{display:flex;gap:8px}.btn-edit,.btn-view{background:#2196f3;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:.85rem}.btn-delete{background:#f44336;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:.85rem}.btn-edit:hover,.btn-view:hover{background:#1976d2}.btn-delete:hover{background:#d32f2f}.filter-controls{display:flex;gap:10px}.filter-select{padding:8px 12px;border:1px solid #ddd;border-radius:4px;background:#fff}@media(max-width:768px){.table-container{overflow-x:auto;margin:0 -15px;padding:0 15px;width:calc(100% + 30px)}.data-table{min-width:600px}.data-table th,.data-table td{padding:12px 8px;font-size:.9rem}.page-header{flex-direction:column;align-items:flex-start;gap:15px}.page-header h2{font-size:1.4rem}.filter-controls{width:100%;justify-content:space-between}.filter-select{flex:1;max-width:200px}}@media(max-width:576px){.table-container{margin:0 -10px;padding:0 10px;width:calc(100% + 20px)}.data-table{min-width:550px}.data-table th,.data-table td{padding:10px 6px;font-size:.85rem}.page-header h2{font-size:1.3rem}.btn-primary{width:100%;padding:12px}.actions{flex-direction:column;gap:5px}.btn-edit,.btn-view,.btn-delete{width:100%;text-align:center}.status-badge{min-width:70px;font-size:.75rem;padding:4px 8px}.filter-select{max-width:none}}@media(max-width:400px){.data-table th,.data-table td{padding:8px 4px;font-size:.8rem}.data-table{min-width:500px}.page-header h2{font-size:1.2rem}.filter-select{font-size:.9rem}}@media(max-width:768px){.modal-content{width:95%;margin:10px;padding:20px}.form-group{margin-bottom:15px}}@media(max-width:767px){.btn-edit,.btn-view,.btn-delete,.btn-primary{min-height:44px;display:flex;align-items:center;justify-content:center}.form-group input,.form-group select,.form-group textarea{min-height:44px;font-size:16px}.filter-select option{font-size:16px;padding:10px}}
