html,body{overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none}::-webkit-scrollbar{display:none}.app{overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:Inter,Arial,sans-serif;background:#fff;color:#111;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{max-width:1280px;width:100%;margin:0 auto;background:#fff;min-height:100vh}.header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #eee;background:#fff;position:relative;top:0;z-index:50}.header-left{flex:1;display:flex;justify-content:flex-start}.header-center{flex:0 0 auto;display:flex;justify-content:center}.logo{width:200px;height:auto;object-fit:contain}.header-right{flex:1;display:flex;justify-content:flex-end}.city-select{border:1px solid #ddd;background-color:#f9f9f9;padding:6px 8px;border-radius:6px;font-size:13px;color:#333;outline:none;cursor:pointer}.call-btn{color:#fff;background-color:#20529e;padding:8px 14px;border-radius:6px;text-decoration:none;font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:5px}.hero{padding:18px 16px;display:flex;gap:12px;align-items:center}.hero-content{flex:1}.hero h1{font-size:18px;margin-bottom:8px;line-height:1.2}.hero p{font-size:14px;color:#555;margin-bottom:12px}.hero-actions{display:flex;gap:8px}.primary{background:#ff3838;color:#fff;border:none;padding:10px 14px;border-radius:8px;font-weight:600}.outline{border:1px solid #ddd;background:#fff;padding:10px 12px;border-radius:8px}.hero-image img{width:110px;height:110px;object-fit:cover;border-radius:12px}.services{padding:8px 16px 20px}.services h2{font-size:16px;margin-bottom:12px}.services-grid{display:grid;grid-template-columns:1fr;gap:10px}.service-card{display:flex;align-items:center;gap:12px;padding:12px;border-radius:10px;border:1px solid #f0f0f0;background:#fff}.service-icon{font-size:26px;width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#f7f7f7}.service-body h3{font-size:15px;margin-bottom:4px}.service-body p{font-size:13px;color:#666}.small{padding:8px 10px;border-radius:8px;border:none;background:#ff3838}.about{padding:12px 16px;border-top:1px solid #f4f4f4}.pill-list{display:flex;flex-direction:column;gap:10px;margin-top:8px}.pill-list li{background:#fafafa;padding:12px;border-radius:8px;border:1px solid #f1f1f1;box-shadow:0 2px 6px #0000000a}.pill-list li strong{display:block;margin-bottom:6px;font-size:15px;color:#111}.pill-list li p{font-size:13px;color:#555;line-height:1.35}.about img{width:100%;max-width:400px;height:auto;margin:0 auto 20px;display:block;border-radius:12px}.mb-10{text-align:center;padding-top:35px}.space-y-8{text-align:center;padding-top:25px}.other-service{padding-top:35px}.about-icon{font-size:75px;color:#ff3838}.buy-icon{color:#2ebf6b}.footer{padding:14px 16px;border-top:1px solid #eee;margin-top:12px;background:#fff;text-align:center}.footer-top{display:flex;gap:12px;flex-direction:column}.contact-card h3{margin-bottom:6px;text-align:center}.w-full{width:100%}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.mb-6{margin-bottom:1.5rem}.mb-10{margin-bottom:2.5rem}.mb-4{margin-bottom:1rem}.mb-2{margin-bottom:.5rem}.space-y-8>*+*{margin-top:2rem}.text-3xl{font-size:1.6rem;font-weight:700;line-height:1.15}.text-2xl{font-size:1.25rem;font-weight:600}.text-xl{font-size:1.05rem;font-weight:600}.font-bold{font-weight:700}.font-semibold{font-weight:600}.services-section{margin-top:1.25rem}.service-category{margin-bottom:1rem}.service-category h3{font-size:1.05rem;margin-bottom:.45rem}.service-list,.service-grid{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.service-item{background:#fff;padding:12px;border-radius:10px;box-shadow:0 6px 18px #0000000a;border:1px solid #f0f0f0}.service-item h3{font-size:15px;margin-bottom:6px}.service-item p{color:#555;font-size:13px;line-height:1.4}.button{display:inline-block;padding:10px 14px;border-radius:10px;font-weight:600;text-decoration:none;border:none;cursor:pointer}button.bg-blue-600,button.bg-green-600{border-radius:50px!important;padding:12px 28px!important;font-size:1.05rem;font-weight:700!important;letter-spacing:.5px;border:none;transition:all .3s cubic-bezier(.25,.8,.25,1)}.bg-blue-600{background:linear-gradient(135deg,#ff3838,#ff5c5c);color:#fff!important;box-shadow:0 4px 15px #ff383866}.bg-blue-600:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 25px #ff383899}.bg-green-600{background:linear-gradient(135deg,#1f8a4c,#2ebf6b);color:#fff!important;box-shadow:0 4px 15px #1f8a4c66}.bg-green-600:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 25px #1f8a4c99}.cw-contact-container{width:100%;max-width:500px;margin:40px auto;padding:25px;background:#fff;border-radius:14px;box-shadow:0 4px 22px #0000001a;font-family:Inter,sans-serif}.cw-title{text-align:center;color:#ff3838;margin-bottom:20px;font-weight:700}.cw-input-group{margin-bottom:18px;display:flex;flex-direction:column}.cw-input-group label{margin-bottom:6px;font-weight:500;color:#444}.cw-input-group input,.cw-input-group textarea{padding:12px;border:2px solid #ddd;border-radius:10px;transition:.3s ease;font-size:14px}.cw-input-group input:focus,.cw-input-group textarea:focus{border-color:#ff3838;box-shadow:0 0 4px #ff383880;outline:none}.cw-input-group textarea{min-height:100px;resize:none}.cw-submit-btn{width:100%;padding:14px;border:none;background:#ff3838;color:#fff;font-size:16px;font-weight:600;border-radius:10px;cursor:pointer;transition:.3s}.cw-submit-btn:hover{background:#d92e2e}.cw-popup-overlay{position:fixed;top:0;left:0;height:100vh;width:100vw;background:#0006;display:flex;justify-content:center;align-items:center;z-index:20}.cw-popup-box{background:#fff;padding:25px 30px;border-radius:14px;width:90%;max-width:350px;text-align:center;animation:popupFade .3s ease}.cw-popup-box h3{color:#ff3838;font-size:22px;margin-bottom:8px}.cw-popup-box p{color:#333;margin-bottom:18px}.cw-close-btn{padding:10px 20px;border:none;background:#ff3838;color:#fff;font-weight:600;border-radius:8px;cursor:pointer;transition:.3s}.cw-close-btn:hover{background:#d92e2e}@keyframes popupFade{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@media(max-width:480px){.cw-contact-container{padding:20px;width:100%;margin:30px 0;box-sizing:border-box}.cw-title{font-size:22px}.cw-submit-btn{font-size:15px}}@media(min-width:480px){.w-80p{max-width:640px;margin:0 auto}.services-grid{grid-template-columns:repeat(2,1fr);gap:14px}.pill-list{flex-direction:row;gap:12px}.pill-list li{flex:1}}@media(min-width:768px){.hero{flex-direction:row;padding:60px 40px;gap:40px}.hero-content{flex:1;text-align:left}.hero h1{font-size:36px;margin-bottom:20px}.hero p{font-size:18px;margin-bottom:30px}.hero-actions{justify-content:flex-start}.hero-image{flex:1;display:flex;justify-content:center}.hero-image img{width:100%;max-width:450px;height:auto}.services{padding:40px}.services h2{font-size:28px;text-align:center;margin-bottom:30px}.services-grid{grid-template-columns:repeat(2,1fr);gap:20px}.w-full.px-6.py-10{display:flex;flex-wrap:wrap;gap:24px;padding:40px}.w-full.px-6.py-10>section{flex:1 1 calc(50% - 24px);background:#fdfdfd;padding:30px;border-radius:16px;box-shadow:0 4px 15px #0000000a}.w-full.px-6.py-10>section.about{flex:1 1 100%;background:transparent;box-shadow:none}.about img{margin:0 auto 30px;display:block;border-radius:16px}.w-full.px-6.py-10>section.space-y-8{flex:1 1 100%;display:grid;grid-template-columns:repeat(2,1fr);gap:24px;background:transparent;box-shadow:none;padding:0}.w-full.px-6.py-10>section.space-y-8>div{margin-top:0!important;background:#fdfdfd;padding:30px;border-radius:16px;box-shadow:0 4px 15px #0000000a}.footer-top{flex-direction:row;justify-content:center}.cw-contact-container{max-width:700px;padding:40px}}@media(min-width:1024px){.services-grid{grid-template-columns:repeat(3,1fr)}.w-full.px-6.py-10>section{flex:1 1 calc(33.333% - 24px)}.w-full.px-6.py-10>section.space-y-8{grid-template-columns:repeat(3,1fr)}.pill-list{gap:24px}.pill-list li{padding:24px}}
