:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{width:100%;min-height:50vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid #f97316;padding:1rem 0}.header-content{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#f97316,#d97706);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.1rem}.logo-text h1{font-size:1.25rem;font-weight:700;color:#1f2937}.logo-text p{font-size:.75rem;color:#6b7280}.desktop-nav{display:flex;align-items:center;gap:2rem}.nav-link{background:none;border:none;color:#374151;cursor:pointer;transition:color .3s}.nav-link:hover{color:#f97316}.cta-button{background:linear-gradient(135deg,#f97316,#d97706);color:#fff;border:none;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;font-weight:500;transition:all .3s}.cta-button:hover{background:linear-gradient(135deg,#ea580c,#c2410c)}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer}.mobile-nav{display:flex;flex-direction:column;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #f97316}.mobile-nav-link{background:none;border:none;color:#374151;cursor:pointer;text-align:left;padding:.5rem 0;transition:color .3s}.mobile-nav-link:hover{color:#f97316}.mobile-cta-button{background:linear-gradient(135deg,#f97316,#d97706);color:#fff;border:none;padding:.75rem 1rem;border-radius:.5rem;cursor:pointer;font-weight:500;width:fit-content}.hero{padding:8rem 0 4rem;background:linear-gradient(135deg,#fef3e2,#fef7ed,#fffbeb);overflow:hidden}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fed7aa;color:#9a3412;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:500;margin-bottom:1rem}.hero-title{font-size:3rem;font-weight:700;color:#1f2937;line-height:1.2;margin-bottom:1rem}.gradient-text{background:linear-gradient(135deg,#f97316,#d97706);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;color:#6b7280;line-height:1.6;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;margin-bottom:2rem}.primary-button{background:linear-gradient(135deg,#f97316,#d97706);color:#fff;border:none;padding:.75rem 2rem;border-radius:.5rem;cursor:pointer;font-weight:500;display:flex;align-items:center;gap:.5rem;transition:all .3s}.primary-button:hover{background:linear-gradient(135deg,#ea580c,#c2410c)}.secondary-button{background:transparent;color:#f97316;border:2px solid #fed7aa;padding:.75rem 2rem;border-radius:.5rem;cursor:pointer;font-weight:500;transition:all .3s}.secondary-button:hover{background:#fef3e2}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding-top:2rem}.stat-item{text-align:center}.stat-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}.stat-icon.orange{background:#fed7aa;color:#f97316}.stat-icon.green{background:#dcfce7;color:#16a34a}.stat-icon.amber{background:#fef3c7;color:#d97706}.stat-number{font-size:1.5rem;font-weight:700;color:#1f2937}.stat-label{font-size:.875rem;color:#6b7280}.hero-image{position:relative}.image-card{background:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;padding:2rem;transform:rotate(3deg);transition:transform .3s;position:relative;z-index:10}.image-card:hover{transform:rotate(0)}.product-image{width:100%;height:320px;object-fit:cover;border-radius:.75rem}.image-caption{margin-top:1rem;text-align:center}.image-caption h3{font-size:1.25rem;font-weight:600;color:#1f2937}.image-caption p{color:#6b7280}.floating-circle{position:absolute;border-radius:50%;opacity:.2;animation:pulse 2s infinite}.circle-1{top:-1rem;right:-1rem;width:288px;height:288px;background:linear-gradient(135deg,#fed7aa,#fef3c7)}.circle-2{bottom:-2rem;left:-2rem;width:256px;height:256px;background:linear-gradient(135deg,#fef3c7,#fed7aa);animation-delay:1s}.about{padding:5rem 0;background:#fff}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.section-header p{font-size:1.25rem;color:#6b7280;max-width:48rem;margin:0 auto}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.text-content h3{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.text-content p{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.features-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem}.feature-card{text-align:center;padding:1.5rem;border-radius:.75rem}.feature-card.orange{background:#fef3e2;color:#f97316}.feature-card.green{background:#f0fdf4;color:#16a34a}.feature-card.blue{background:#eff6ff;color:#2563eb}.feature-card.purple{background:#faf5ff;color:#9333ea}.feature-card h4{font-weight:600;color:#1f2937;margin:.75rem 0 .5rem}.feature-card p{font-size:.875rem;color:#6b7280}.about-images{display:grid;grid-template-columns:1fr 1fr;gap:1rem;position:relative}.image-column{display:flex;flex-direction:column;gap:1rem}.image-column.offset{padding-top:2rem}.about-img{width:100%;object-fit:cover;border-radius:.75rem;box-shadow:0 10px 25px -5px #0000001a}.services{padding:5rem 0;background:linear-gradient(135deg,#f9fafb,#fef3e2)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.service-card{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:2rem;transition:all .3s;border:1px solid transparent}.service-card:hover{box-shadow:0 25px 50px -12px #00000040;transform:translateY(-5px)}.service-header{text-align:center;margin-bottom:1.5rem}.service-icon{width:64px;height:64px;background:linear-gradient(135deg,#f97316,#d97706);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff;transition:transform .3s}.service-card:hover .service-icon{transform:scale(1.1)}.service-header h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.service-header p{color:#6b7280}.service-features ul{list-style:none}.service-features li{display:flex;align-items:center;font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.bullet{width:8px;height:8px;background:#f97316;border-radius:50%;margin-right:.75rem}.services-cta{margin-top:4rem;text-align:center}.cta-card{background:linear-gradient(135deg,#f97316,#d97706);border-radius:1rem;padding:2rem;color:#fff}.cta-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.cta-card p{color:#fed7aa;margin-bottom:1.5rem;max-width:32rem;margin-left:auto;margin-right:auto}.cta-button-white{background:#fff;color:#f97316;border:none;padding:.75rem 2rem;border-radius:.5rem;cursor:pointer;font-weight:600;transition:all .3s}.cta-button-white:hover{background:#fef3e2}.contact{padding:5rem 0;background:#fff}.contact-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.form-card{background:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;padding:2rem}.form-card h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:border-color .3s;background-color:#fff;color:#111827}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #f973161a}.submit-button{background:linear-gradient(135deg,#f97316,#d97706);color:#fff;border:none;padding:.75rem 2rem;border-radius:.5rem;cursor:pointer;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s}.submit-button:hover{background:linear-gradient(135deg,#ea580c,#c2410c)}.contact-info-section{display:flex;flex-direction:column;gap:2rem}.info-card{background:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;padding:2rem}.info-card h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.contact-items{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:flex-start;gap:1rem}.contact-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon.phone{background:#fed7aa;color:#f97316}.contact-icon.email{background:#dcfce7;color:#16a34a}.contact-icon.address{background:#dbeafe;color:#2563eb}.contact-icon.hours{background:#e9d5ff;color:#9333ea}.contact-details h4{font-weight:600;color:#1f2937;margin-bottom:.25rem}.contact-details p{color:#6b7280;font-size:.875rem}.quick-response-card{background:linear-gradient(135deg,#f97316,#d97706);border-radius:1rem;padding:1.5rem;color:#fff}.quick-response-card h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.quick-response-card p{color:#fed7aa;margin-bottom:1rem}.status-indicator{display:flex;align-items:center;gap:.5rem}.status-dot{width:12px;height:12px;background:#4ade80;border-radius:50%;animation:pulse 2s infinite}.status-indicator span{font-size:.875rem}.footer{background:#111827;color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem}.footer-section h4{font-size:1.125rem;font-weight:600;margin-bottom:1.5rem}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.footer-logo .logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#f97316,#d97706);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.1rem}.footer-logo .logo-text h3{font-size:1.25rem;font-weight:700}.footer-logo .logo-text p{font-size:.875rem;color:#9ca3af}.footer-description{color:#9ca3af;line-height:1.6;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-link{width:40px;height:40px;background:#1f2937;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:background-color .3s}.social-link:hover{background:#f97316}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fbbf24}.footer-contact{display:flex;flex-direction:column;gap:1rem}.footer-contact-item{display:flex;align-items:center;gap:.75rem;color:#9ca3af}.footer-contact-item svg{color:#fbbf24}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;display:flex;justify-content:space-between;align-items:center;color:#9ca3af;font-size:.875rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width: 1024px){.hero-content,.about-content{grid-template-columns:1fr;gap:2rem}.contact-content{grid-template-columns:1fr}.footer-content{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.desktop-nav{display:none}.mobile-menu-btn{display:block}.hero-title{font-size:2rem}.hero-buttons{flex-direction:column}.hero-stats{grid-template-columns:1fr;gap:1rem}.form-row,.features-grid,.services-grid,.footer-content{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}@media (max-width: 480px){.container{padding:0 15px}.hero{padding:6rem 0 3rem}.hero-title{font-size:1.75rem}.section-header h2{font-size:2rem}}body::-webkit-scrollbar{width:15px;background-color:#ffe9c8}body::-webkit-scrollbar-thumb{border-radius:20px;background:linear-gradient(to bottom right,#e1770a,#ebb278)}body::-webkit-scrollbar-thumb:hover{background:linear-gradient(to bottom right,#e1770a,#ffe9c8);border-radius:30px}
