.language-picker{display:flex;gap:.5rem;align-items:center}.lang-btn{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .2s}.lang-btn:hover{background:#ffffff4d;border-color:#ffffff80}.lang-btn.active{background:#ffffff4d;border-color:#fff9;font-weight:700}.layout{min-height:100vh;display:flex;flex-direction:column}.header{background:#009789;color:#fff;padding:1rem 0;box-shadow:0 2px 4px #0000001a}.nav{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;text-decoration:none;color:#fff;display:flex;align-items:center}.logo-icon{height:2rem;width:auto}.nav-right{display:flex;align-items:center;gap:2rem}.nav-links{display:flex;gap:2rem}.nav-links a{color:#fff;text-decoration:none;transition:opacity .2s}.nav-links a:hover{opacity:.8}.main-content{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:2rem}.footer{background-color:#f5f5f5;text-align:center;padding:2rem;margin-top:auto;color:#666}@media(max-width:768px){.nav,.nav-right{flex-direction:column;gap:1rem}.nav-links{gap:1rem}.main-content{padding:1rem}}.home{animation:fadeIn .5s ease-in}.hero{padding:3rem 0;max-width:800px;margin:0 auto}.hero h1{font-size:3rem;margin-bottom:1rem;color:#009789;display:flex;align-items:center;justify-content:flex-start;gap:1rem}.hero-icon{height:3rem;width:auto}.subtitle{font-size:1.5rem;color:#666;margin-bottom:2rem;text-align:left}.description{font-size:1.1rem;line-height:1.8;color:#444;margin-bottom:2rem;text-align:left}.cta-buttons{margin-top:2rem;text-align:left}.btn{display:inline-block;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:transform .2s,box-shadow .2s}.btn-primary{background:#009789;color:#fff}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00978966}.features{margin-top:4rem;padding:3rem 0}.features h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.feature-card h3{color:#009789;margin-bottom:1rem;font-size:1.5rem}.feature-card p{color:#666;line-height:1.6}.legal{margin-top:4rem;padding:2rem;background-color:#f9f9f9;border-radius:8px;text-align:center;color:#666}.link{color:#009789;text-decoration:none;font-weight:600}.link:hover{text-decoration:underline}@media(max-width:768px){.hero h1{font-size:2rem}.hero-icon{height:2rem}.subtitle{font-size:1.2rem}.description{font-size:1rem}.features h2{font-size:2rem}}.privacy-policy{max-width:800px;margin:0 auto;animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.privacy-policy h1{font-size:2.5rem;margin-bottom:2rem;color:#333}.privacy-policy p{line-height:1.8;color:#444;margin-bottom:1.5rem;font-size:1.1rem}.privacy-policy a{color:#009789;text-decoration:none}.privacy-policy a:hover{text-decoration:underline}@media(max-width:768px){.privacy-policy h1{font-size:2rem}.privacy-policy p{font-size:1rem}}*{margin:0;padding:0;box-sizing:border-box}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;background-color:#fff;color:#333;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
