@import "https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap";:root{--text:#b8c9b0;--text-h:#e8f0e0;--bg:#1a2e1e;--bg-card:#243a28;--bg-card-hover:#2a4230;--border:#3a5238;--accent:#d4a574;--accent-dark:#c4915a;--accent-bg:#d4a5741f;--accent-border:#d4a57459;--shadow:#00000040 0 8px 20px -4px;--shadow-hover:#0006 0 12px 28px -6px;--radius:16px;--radius-sm:10px;--sans:"Quicksand", system-ui, "Segoe UI", Roboto, sans-serif;--heading:"Quicksand", system-ui, "Segoe UI", Roboto, sans-serif;font:17px/160% var(--sans);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=768px){:root{font-size:15px}}body{background:var(--bg);margin:0}#root{flex-direction:column;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2,h3{font-family:var(--heading);color:var(--text-h);font-weight:600}h1{letter-spacing:-1px;margin:0 0 12px;font-size:48px}@media (width<=768px){h1{font-size:32px}}h2{margin:0 0 16px;font-size:28px}@media (width<=768px){h2{font-size:22px}}h3{margin:0 0 8px;font-size:20px}p{margin:0;line-height:1.7}a{color:var(--accent-dark);text-decoration:none;transition:color .2s}a:hover{color:var(--text-h)}.header{background:var(--bg-card);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:20px 40px;display:flex}@media (width<=768px){.header{padding:16px 20px}}.header-logo{color:var(--text-h);align-items:center;gap:10px;font-size:22px;font-weight:700;display:flex}.header-logo img{width:32px;height:32px}.hero{text-align:center;max-width:720px;margin:0 auto;padding:80px 24px 60px}@media (width<=768px){.hero{padding:48px 20px 40px}}__img.hero{width:160px;height:auto;margin-bottom:24px}__subtitle.hero{color:var(--text);max-width:480px;margin:12px auto 0;font-size:18px}.section{box-sizing:border-box;width:100%;max-width:960px;margin:0 auto;padding:60px 24px}@media (width<=768px){.section{padding:40px 20px}}.about{flex-wrap:wrap;align-items:center;gap:48px;display:flex}__text.about{flex:320px}__text.about p{margin-top:12px}__img.about{text-align:center;flex:280px}__img.about img{border-radius:var(--radius);width:100%;max-width:320px;box-shadow:var(--shadow)}__grid.gallery{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px;display:grid}@media (width<=768px){__grid.gallery{grid-template-columns:1fr}}__card.gallery{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow);transition:box-shadow .3s,transform .3s;overflow:hidden}__card.gallery:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}__card.gallery img{object-fit:cover;width:100%;height:220px;display:block}-body__card.gallery{padding:16px 20px 20px}-body__card.gallery h3{margin-bottom:4px}-body__card.gallery p{color:var(--text);font-size:14px}.facts{background:var(--bg-card);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}__grid.facts{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:32px;display:grid}@media (width<=768px){__grid.facts{grid-template-columns:1fr}}__item.facts{background:var(--bg);border-radius:var(--radius-sm);align-items:flex-start;gap:16px;padding:20px 24px;display:flex}-icon__item.facts{background:var(--accent-bg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}-icon__item.facts img{width:24px;height:24px}-text__item.facts h3{margin-bottom:4px;font-size:17px}-text__item.facts p{color:var(--text);font-size:14px}.footer{text-align:center;border-top:1px solid var(--border);color:var(--text);padding:32px 24px;font-size:14px}.footer img{vertical-align:middle;width:24px;height:24px;margin:0 4px}
