:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{width:100%;max-width:none;margin:0;padding:0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;color:#333;width:100%}.header-top{background:#ffffffe6;padding:.5rem 2rem;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:10}.search{display:flex}.search input{padding:.5rem;border:1px solid #ccc;border-radius:4px;width:200px}.lang-switch button{margin-left:.5rem;padding:.5rem;border:none;background:#2d7f5c;color:#fff;border-radius:4px;cursor:pointer}nav{background:#f9efd6f2;padding:1rem 2rem;position:relative;z-index:10;box-shadow:0 2px 4px #0000001a}nav ul{list-style:none;display:flex;justify-content:center}nav li{margin:0 1rem;position:relative}nav a{text-decoration:none;color:#1b5e3f;font-weight:700;text-transform:uppercase;transition:color .3s}nav a:hover{color:#f5a623}.dropdown{display:none;position:absolute;background:#fff;border:1px solid #ccc;box-shadow:0 2px 4px #0000001a;z-index:20}nav li:hover .dropdown{display:block}.dropdown a{display:block;padding:.5rem;color:#1b5e3f}.hero{display:flex;height:80vh;width:100%;max-width:1200px;margin:0 auto}.hero-left{flex:.3;background:#f9efd6;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem}.hero-left img{width:100px;height:100px;border-radius:50%}.hero-right{flex:.7;background:url(/hero.jpg) center/cover;position:relative;display:flex;align-items:flex-end}.hero-text{background:#00000080;color:#fff;padding:2rem;width:100%;text-align:center}.categories{background:#f5a623;padding:4rem 2rem;text-align:center;width:100%}.categories h2{color:#fff;margin-bottom:1rem}.categories p{color:#333;margin-bottom:2rem}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;width:100%}.category{background:#fff;border-radius:8px;overflow:hidden}.category img{width:100%;height:200px;object-fit:cover}.category h3{padding:1rem;text-transform:uppercase}.newsletter{background:#e8a430;padding:4rem 2rem;display:flex;width:100%}.newsletter-left{flex:1;padding:2rem}.newsletter-left img{width:50px;height:50px}.newsletter-right{flex:1;padding:2rem}.newsletter-right input{display:block;width:100%;padding:.5rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:4px}.newsletter-right button{background:#2d7f5c;color:#fff;border:none;padding:.5rem 2rem;border-radius:4px;cursor:pointer}footer{background:#1b5e3f;color:#fff;padding:2rem;display:flex;justify-content:space-between;width:100%}footer a{color:#fff;text-decoration:none}.social{display:flex;gap:1rem}.social div{width:40px;height:40px;background:#d4a558;border-radius:50%;display:flex;align-items:center;justify-content:center}section{display:none;width:100%}section.active{display:block}@media(max-width:768px){.hero{flex-direction:column;height:auto}.grid{grid-template-columns:repeat(2,1fr)}.newsletter{flex-direction:column}footer{flex-direction:column;text-align:center}}@media(max-width:480px){.grid{grid-template-columns:1fr}}
