:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--background: #ffffff;--text-color: #000000;--accent: #32D48E;--accent-hover: #29b97a;--light-gray: #f3f4f6;--border-color: #e5e7eb;color:var(--text-color);background-color:var(--background);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}body{margin:0;min-width:320px;min-height:100vh;background:var(--background);color:var(--text-color)}h1,h2,h3,h4{color:var(--text-color);margin:0}button{border-radius:8px;border:none;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;background:var(--accent);color:#fff;transition:.25s}button:hover{background:var(--accent-hover)}@media(prefers-color-scheme:light){:root{background-color:var(--background);color:var(--text-color)}}.navbar{width:100%;background:#fff;padding:18px 0;position:sticky;top:0;z-index:1000;border-bottom:1px solid #e5e7eb}.navbar-container{width:90%;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.navbar-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.navbar-logo img{height:40px;width:auto;display:block}.navbar-logo span{color:#000;font-size:18px;font-weight:700;letter-spacing:.5px}.navbar-links{list-style:none;display:flex;gap:24px}.navbar-links a{text-decoration:none;color:#000;font-size:16px;transition:.3s;font-weight:500}.navbar-links a:hover{color:#32d48e}.footer{background:#f8f9fa;padding:40px 20px;text-align:center;margin-top:60px;color:#000;border-top:1px solid #e5e7eb}.footer-logo{color:#32d48e;font-size:20px;font-weight:700;margin-bottom:10px}.footer-text{font-size:16px;margin-bottom:18px;line-height:1.5;color:#4b5563}.footer-copy{font-size:14px;color:#6b7280}.services-container{padding:80px 20px;max-width:1200px;margin:auto;text-align:center;color:#000}.services-title{font-size:42px;color:#000;font-weight:700;margin-bottom:10px}.services-subtitle{font-size:18px;color:#4b5563;margin-bottom:40px;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.service-card{background:#fff;padding:24px;border-radius:12px;text-align:left;border:1px solid #e5e7eb;transition:transform .3s ease,border-color .3s ease}.service-card:hover{transform:translateY(-8px);border-color:#32d48e}.service-card h2{font-size:22px;margin-bottom:12px;color:#32d48e}.service-card p{color:#4b5563;line-height:1.5;margin-bottom:20px}.service-btn{background:#32d48e;color:#fff;padding:10px 20px;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:.3s}.service-btn:hover{background:#29b97a}.service-detail-section{text-align:left;max-width:800px;margin:40px auto}.service-detail-section h3{margin-top:30px;font-size:22px;color:#000}.service-detail-section ul{margin-top:10px;padding-left:20px}.service-detail-section li{margin-bottom:8px;color:#4b5563}.service-detail-actions{margin-top:40px;display:flex;gap:20px;justify-content:center}.service-back{text-decoration:none;font-weight:500;color:#32d48e}.products-container{padding:80px 20px;max-width:1100px;margin:auto;text-align:center}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-top:40px}.product-card{background:#fff;border:1px solid #e5e7eb;padding:24px;border-radius:12px;text-align:left}.product-btn{display:inline-block;margin-top:16px;background:#32d48e;color:#fff;padding:10px 20px;border-radius:8px;text-decoration:none;font-weight:600}.product-back{margin-left:20px;text-decoration:none;color:#32d48e}.home-container{height:calc(100vh - 80px);display:flex;justify-content:center;align-items:center;background:#fff;color:#000;padding:20px}.home-content{text-align:center;max-width:700px}.home-title{font-size:48px;font-weight:700;color:#000;margin-bottom:16px}.home-subtitle{font-size:18px;line-height:1.6;color:#4b5563;margin-bottom:30px}.home-cta{display:inline-block;text-decoration:none;background:#32d48e;color:#fff;padding:14px 28px;border-radius:8px;font-size:18px;font-weight:700;cursor:pointer;transition:.3s}.home-cta:hover{background:#29b97a}.about-container{padding:80px 20px;max-width:900px;margin:auto;text-align:center;color:#000}.about-title{font-size:42px;color:#000;font-weight:700;margin-bottom:20px}.about-text{font-size:18px;line-height:1.7;color:#4b5563}.contact-container{padding:80px 20px;max-width:700px;margin:auto;text-align:center;color:#000}.contact-title{font-size:42px;font-weight:700;color:#000;margin-bottom:10px}.contact-text{color:#4b5563;margin-bottom:30px;font-size:18px;line-height:1.5}.contact-form{display:flex;flex-direction:column;gap:20px}.contact-form input,.contact-form textarea{width:100%;padding:14px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;color:#000;font-size:16px}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#9ca3af}.contact-btn{background:#32d48e;color:#fff;padding:14px;font-size:18px;border-radius:8px;cursor:pointer;border:none;font-weight:700;transition:.3s}.contact-btn:hover{background:#29b97a}.success-message{color:#32d48e;margin-bottom:20px;font-size:18px}
