.layout{min-height:100vh;display:flex;flex-direction:column}.navbar{background:#fff;border-bottom:1px solid #E5E7EB;padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000d}.nav-content{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#000;text-decoration:none}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{color:#6b7280;font-size:.95rem;font-weight:500;transition:color .2s}.nav-links a:hover,.nav-links a.active{color:#1f2937}.main{flex:1;padding:2rem 0}.main-home{flex:1;padding:0}.footer{background:#fff;border-top:1px solid #E5E7EB;padding:2rem 0;margin-top:auto}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-content p{color:#6b7280;font-size:.875rem;margin:0}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:#6b7280;font-size:.875rem;transition:color .2s}.footer-links a:hover{color:#1f2937}@media (max-width: 768px){.nav-content{flex-direction:column;gap:1rem}.nav-links{gap:1.5rem}.footer-content{flex-direction:column;text-align:center}.footer-links{justify-content:center}}.home{width:100%}.hero{background:linear-gradient(135deg,#fafafa,#fff);padding:6rem 0;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:700;color:#000;margin-bottom:1.5rem;line-height:1.1}.hero-subtitle{font-size:1.25rem;color:#6b7280;margin-bottom:2.5rem;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:.875rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .2s;border:none;cursor:pointer}.btn-primary{background:#1f2937;color:#fff}.btn-primary:hover{background:#000;color:#fff}.btn-secondary{background:#fff;color:#1f2937;border:2px solid #E5E7EB}.btn-secondary:hover{border-color:#1f2937;color:#000}.btn-large{padding:1rem 2.5rem;font-size:1.125rem}.features{padding:5rem 0;background:#fff}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#000}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background:#fafafa;padding:2rem;border-radius:12px;text-align:center;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;margin-bottom:.75rem;color:#1f2937}.feature-card p{color:#6b7280;line-height:1.6}.cta{padding:5rem 0;background:#1f2937;color:#fff;text-align:center}.cta-content{max-width:600px;margin:0 auto}.cta h2{color:#fff;font-size:2.5rem;margin-bottom:1rem}.cta p{color:#d1d5db;font-size:1.125rem;margin-bottom:2rem}.cta .btn-primary{background:#fff;color:#1f2937}.cta .btn-primary:hover{background:#f3f4f6}@media (max-width: 768px){.hero{padding:4rem 0}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.features{padding:3rem 0}.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.cta{padding:3rem 0}.cta h2{font-size:2rem}}.lang-switcher{text-align:right;margin-bottom:20px}.lang-switcher button{background:#f3f4f6;border:1px solid #D1D5DB;padding:8px 16px;margin-left:8px;border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s}.lang-switcher button:hover{background:#e5e7eb}.lang-switcher button.active{background:#1f2937;color:#fff;border-color:#1f2937}.contact-box{background:#f9fafb;border-left:4px solid #1F2937;padding:20px;margin:20px 0;border-radius:6px}.contact-box h3{margin-top:0}.last-updated{color:#9ca3af;font-size:14px;margin-bottom:20px}.lang-section{display:block}*{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:#1f2937;background:#fafafa;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:#1f2937;text-decoration:none;transition:color .2s}a:hover{color:#000}h1,h2,h3,h4,h5,h6{color:#1f2937;font-weight:600}h1{font-size:2.5rem;line-height:1.2;margin-bottom:1rem}h2{font-size:2rem;line-height:1.3;margin-top:2rem;margin-bottom:1rem}h3{font-size:1.5rem;line-height:1.4;margin-top:1.5rem;margin-bottom:.75rem}p{color:#4b5563;margin-bottom:1rem}ul{margin-left:1.5rem;margin-bottom:1rem}li{color:#4b5563;margin-bottom:.5rem}strong{color:#1f2937;font-weight:600}.container{max-width:1200px;margin:0 auto;padding:0 20px}.content-container{max-width:800px;margin:0 auto;padding:20px}.card{background:#fff;padding:40px;border-radius:12px;box-shadow:0 1px 3px #0000001a}@media (max-width: 768px){h1{font-size:2rem}h2{font-size:1.75rem}.card{padding:24px}}
