@tailwind base;@tailwind components;@tailwind utilities;:root{--primary-color:#6366f1;--secondary-color:#8b5cf6;--accent-color:#ec4899;--background-color:#f9fafb;--text-color:#1f2937;--text-secondary:#6b7280;--white:#ffffff;--light-gray:#f3f4f6;--dark-gray:#374151;--border-color:#e5e7eb}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--background-color);color:var(--text-color);line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}.nav{background-color:var(--white);box-shadow:0 1px 3px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:0;z-index:100}.nav-container{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto}.nav-logo{font-size:1.5rem;font-weight:700;color:var(--primary-color);text-decoration:none}.nav-links{display:flex;gap:2rem;list-style:none}.nav-link{color:var(--text-color);text-decoration:none;font-weight:500;transition:color .3s ease}.nav-link:hover{color:var(--primary-color)}.nav-actions{display:flex;gap:1rem;align-items:center}.lang-selector{padding:.5rem;border:1px solid var(--light-gray);border-radius:.375rem;background-color:var(--white);cursor:pointer}.hero{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--white);padding:6rem 0;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.hero-cta{background-color:var(--white);color:var(--primary-color);padding:1rem 2rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.features{padding:6rem 0;background-color:var(--white)}.features-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:4rem;color:var(--text-color)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.feature-card{background-color:var(--light-gray);padding:2rem;border-radius:1rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.feature-icon{width:60px;height:60px;background-color:var(--primary-color);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.5rem}.feature-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--text-color)}.feature-description{color:var(--text-secondary)}.products{padding:6rem 0;background-color:var(--background-color)}.products-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-color)}.products-subtitle{text-align:center;font-size:1.125rem;color:var(--text-secondary);margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.product-card{background-color:var(--white);border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.product-image{width:100%;height:250px;object-fit:cover}.product-content{padding:1.5rem}.product-name{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--text-color)}.product-price{font-size:1.125rem;font-weight:600;color:var(--primary-color);margin-bottom:1rem}.product-description{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.875rem}.product-features{margin-bottom:1.5rem}.product-feature{display:flex;align-items:center;margin-bottom:.5rem;font-size:.875rem;color:var(--text-secondary)}.product-feature:before{content:"•";color:var(--primary-color);margin-right:.5rem;font-weight:700}.product-cta{background-color:var(--primary-color);color:var(--white);padding:.75rem 1.5rem;border-radius:.375rem;font-weight:500;text-decoration:none;display:inline-block;transition:background-color .3s ease}.product-cta:hover{background-color:var(--secondary-color)}.contact{padding:6rem 0;background-color:var(--white)}.contact-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:4rem;color:var(--text-color)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem}.contact-form{background-color:var(--light-gray);padding:2.5rem;border-radius:1rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-color)}.form-input{width:100%;padding:.75rem;border:1px solid var(--light-gray);border-radius:.375rem;font-size:1rem;transition:border-color .3s ease}.form-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(99,102,241,.1)}.form-textarea{width:100%;padding:.75rem;border:1px solid var(--light-gray);border-radius:.375rem;font-size:1rem;resize:vertical;min-height:150px;transition:border-color .3s ease}.form-textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(99,102,241,.1)}.form-submit{background-color:var(--primary-color);color:var(--white);padding:.75rem 2rem;border:none;border-radius:.375rem;font-weight:500;cursor:pointer;transition:background-color .3s ease}.form-submit:hover{background-color:var(--secondary-color)}.contact-info{display:flex;flex-direction:column;justify-content:center}.contact-info-item{margin-bottom:2rem;display:flex;align-items:center}.contact-info-icon{width:50px;height:50px;background-color:var(--primary-color);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:1.5rem;font-size:1.25rem}.contact-info-content h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:var(--text-color)}.contact-info-content p{color:var(--text-secondary);margin:0}.footer{background-color:var(--dark-gray);color:var(--white);padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.footer-logo{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--white)}.footer-description{color:rgba(255,255,255,.7);margin-bottom:1.5rem}.footer-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:var(--white)}.footer-links{list-style:none;padding:0;margin:0}.footer-link{margin-bottom:.5rem}.footer-link a{color:rgba(255,255,255,.7);text-decoration:none;transition:color .3s ease}.footer-link a:hover{color:var(--white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;color:rgba(255,255,255,.7);font-size:.875rem}@media (max-width:768px){.nav-container{flex-direction:column;padding:1rem}.nav-links{margin:1rem 0;flex-wrap:wrap;justify-content:center}.hero-title{font-size:2.5rem}.contact-grid,.features-grid,.products-grid{grid-template-columns:1fr}.contact-grid{gap:2rem}.footer-grid{grid-template-columns:1fr}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease forwards}.loading{display:flex;justify-content:center;align-items:center;min-height:200px}.loading-spinner{width:40px;height:40px;border-top:4px solid var(--light-gray);border:4px solid var(--light-gray);border-top-color:var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.success-message{background-color:#d1fae5;color:#065f46;border-left:4px solid #10b981}.error-message,.success-message{padding:1rem;border-radius:.375rem;margin-top:1rem;text-align:center}.error-message{background-color:#fee2e2;color:#b91c1c;border-left:4px solid #ef4444}