.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--bg-white);transition:all .3s ease;box-shadow:0 2px 4px #0000000d}.navbar.scrolled{box-shadow:0 4px 12px #0000001a}.navbar-content{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 0}.logo{font-size:1.5rem;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:.3rem}.logo-text{color:var(--primary-color)}.logo-accent{color:var(--text-dark);font-weight:400}.mobile-menu-toggle{display:none;flex-direction:column;gap:4px;background:none;padding:8px}.mobile-menu-toggle span{width:25px;height:3px;background:var(--text-dark);border-radius:2px;transition:all .3s ease}.nav-links{display:flex;list-style:none;gap:2rem;align-items:center}.nav-links li button{background:none;color:var(--text-dark);font-size:1rem;padding:.5rem 0;transition:color .3s ease;font-weight:500}.nav-links li button:hover{color:var(--primary-color)}.nav-links li button.contact-btn{background:var(--primary-color);color:#fff;padding:.6rem 1.5rem;border-radius:8px;transition:all .3s ease}.nav-links li button.contact-btn:hover{background:var(--secondary-color);transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}@media (max-width: 768px){.mobile-menu-toggle{display:flex}.nav-links{position:absolute;top:100%;left:0;right:0;flex-direction:column;background:var(--bg-white);padding:2rem;gap:1rem;box-shadow:0 4px 12px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav-links.active{transform:translateY(0);opacity:1;visibility:visible}.nav-links li{width:100%;text-align:center}.nav-links li button{width:100%}}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#667eea15,#764ba215);padding-top:80px}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text{max-width:600px}.hero-title{font-size:3.5rem;margin-bottom:1.5rem;color:var(--text-dark)}.gradient-text{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.2rem;color:var(--text-light);margin-bottom:2.5rem;line-height:1.8}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:10px;transition:all .3s ease}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover{background:var(--secondary-color);transform:translateY(-2px);box-shadow:0 8px 20px #2563eb4d}.btn-secondary{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}.hero-image{display:flex;justify-content:center;align-items:center}.hero-product-image{max-width:100%;width:500px;height:auto;border-radius:20px;box-shadow:0 20px 60px #00000026;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes bounce{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.1)}}@media (max-width: 968px){.hero-content{grid-template-columns:1fr;gap:3rem}.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.hero-card{width:300px;height:300px}.floating-icon{font-size:2rem}}@media (max-width: 640px){.hero-title{font-size:2rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column}.btn{width:100%;text-align:center}.hero-card{width:250px;height:250px}}.services{background:var(--bg-white)}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;margin-bottom:1rem;color:var(--text-dark)}.section-subtitle{font-size:1.2rem;color:var(--text-light);max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.service-card{background:var(--bg-white);padding:2.5rem;border-radius:20px;border:2px solid var(--border-color);transition:all .3s ease;position:relative;overflow:hidden}.product-badge{position:absolute;top:1.5rem;right:1.5rem;background:var(--gradient);color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient);transform:scaleX(0);transition:transform .3s ease}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a;border-color:var(--primary-color)}.service-card:hover:before{transform:scaleX(1)}.service-icon{font-size:4rem;margin-bottom:1.5rem;display:inline-block;animation:bounce 3s ease-in-out infinite}.service-title{font-size:1.8rem;margin-bottom:1rem;color:var(--text-dark)}.service-description{color:var(--text-light);margin-bottom:1.5rem;line-height:1.8}.service-features{list-style:none}.service-features li{padding:.5rem 0;color:var(--text-dark);display:flex;align-items:center;gap:.8rem}.check-icon{color:var(--success-color);font-weight:700;font-size:1.2rem;flex-shrink:0}@media (max-width: 768px){.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.services-grid{grid-template-columns:1fr}.service-card{padding:2rem}}.about{background:var(--bg-light)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text .section-title{text-align:left;font-size:2.5rem;margin-bottom:1.5rem}.about-description{color:var(--text-light);line-height:1.8;margin-bottom:1.5rem;font-size:1.1rem}.about-values{display:grid;gap:1.5rem;margin-top:2rem}.value-item h4{color:var(--primary-color);font-size:1.2rem;margin-bottom:.5rem}.value-item p{color:var(--text-light);font-size:.95rem}.about-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.stat-card{background:var(--bg-white);padding:2rem;border-radius:20px;text-align:center;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.stat-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.stat-number{font-size:3rem;font-weight:700;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-label{color:var(--text-light);font-size:.95rem}@media (max-width: 968px){.about-content{grid-template-columns:1fr;gap:3rem}.about-text .section-title{font-size:2rem}.about-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 640px){.about-stats{grid-template-columns:1fr}.stat-number{font-size:2.5rem}}.faq{background:var(--bg-white)}.faq-list{max-width:900px;margin:0 auto}.faq-item{background:var(--bg-white);border:2px solid var(--border-color);border-radius:12px;margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:var(--primary-color)}.faq-item.active{border-color:var(--primary-color);box-shadow:0 4px 20px #2563eb1a}.faq-question{width:100%;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;background:none;text-align:left;font-size:1.1rem;font-weight:600;color:var(--text-dark);transition:all .3s ease}.faq-question:hover{color:var(--primary-color)}.faq-icon{font-size:1.5rem;color:var(--primary-color);font-weight:300;flex-shrink:0;margin-left:1rem;transition:transform .3s ease}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item.active .faq-answer{max-height:500px;padding:0 2rem 1.5rem}.faq-answer p{color:var(--text-light);line-height:1.8;font-size:1rem}@media (max-width: 768px){.faq-question{padding:1.2rem 1.5rem;font-size:1rem}.faq-item.active .faq-answer{padding:0 1.5rem 1.2rem}.faq-answer p{font-size:.95rem}}.contact{background:var(--bg-light)}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.info-card{background:var(--bg-white);padding:2rem;border-radius:16px;box-shadow:0 4px 20px #0000000f;transition:all .3s ease}.info-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001a}.info-icon{font-size:2.5rem;margin-bottom:1rem}.info-card h3{font-size:1.3rem;margin-bottom:.8rem;color:var(--text-dark)}.info-card p{color:var(--text-light);margin-bottom:.3rem}.contact-form{background:var(--bg-white);padding:2.5rem;border-radius:20px;box-shadow:0 4px 20px #0000000f}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;margin-bottom:.5rem;color:var(--text-dark);font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:.9rem 1.2rem;border:2px solid var(--border-color);border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:var(--bg-white)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a}.form-group textarea{resize:vertical;min-height:120px}.form-success{background:#d1fae5;color:#065f46;padding:1rem;border-radius:8px;margin-bottom:1rem;text-align:center;font-weight:600}.form-error{background:#fee2e2;color:#991b1b;padding:1rem;border-radius:8px;margin-bottom:1rem;text-align:center;font-weight:600}.btn-submit{width:100%;padding:1.1rem 2rem;font-size:1.1rem;margin-top:.5rem}@media (max-width: 968px){.contact-content{grid-template-columns:1fr;gap:3rem}.form-row{grid-template-columns:1fr}}@media (max-width: 640px){.contact-form{padding:2rem 1.5rem}}.footer{background:var(--text-dark);color:#fff;padding:60px 0 20px}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}.footer-section h3{margin-bottom:1rem}.footer-logo{font-size:1.8rem;font-weight:700;display:flex;gap:.3rem;margin-bottom:1rem}.footer-logo .logo-text{color:var(--primary-color)}.footer-logo .logo-accent{color:#fff;font-weight:400}.footer-description{color:#9ca3af;line-height:1.8;margin-bottom:1.5rem}.footer-title{font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;color:#fff}.footer-links{list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links button,.footer-links a{background:none;color:#9ca3af;transition:color .3s ease;font-size:.95rem}.footer-links button:hover,.footer-links a:hover{color:var(--primary-color)}.office-info{color:#9ca3af;line-height:1.8;font-size:.95rem}.office-address,.office-hours{margin-bottom:1.5rem}.office-info strong{color:#fff;display:block;margin-bottom:.5rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;color:#9ca3af;font-size:.9rem}.footer-bottom-links{display:flex;gap:.8rem;align-items:center}.footer-bottom-links a{color:#9ca3af;transition:color .3s ease}.footer-bottom-links a:hover{color:var(--primary-color)}.footer-bottom-links span{color:#4b5563}@media (max-width: 968px){.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 640px){.footer-content{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-bottom-links{flex-wrap:wrap;justify-content:center}}.App{min-height:100vh;display:flex;flex-direction:column}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2563eb;--secondary-color: #1e40af;--accent-color: #3b82f6;--text-dark: #1f2937;--text-light: #6b7280;--bg-light: #f9fafb;--bg-white: #ffffff;--border-color: #e5e7eb;--success-color: #10b981;--gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);line-height:1.6}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;outline:none;font-family:inherit}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 20px}section{padding:80px 0}@media (max-width: 768px){section{padding:60px 0}}
