@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;900&display=swap');
:root{--bg:#f4f5f9;--ink:#111;--muted:#969696}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Poppins,Arial,sans-serif;font-size:16px;line-height:1.35}.site-header{padding:36px 3% 65px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{color:inherit;text-decoration:none;font-size:18px;white-space:nowrap}.menu{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:28px}.menu a{color:inherit;text-decoration:none;white-space:nowrap}.menu a:hover,.menu a[aria-current=page]{text-decoration:underline;text-underline-offset:8px}.wrap{width:min(1224px,94%);margin:0 auto;min-height:calc(100vh - 250px)}h1{font-size:20px;line-height:1.14;margin:0 0 18px;font-weight:900;max-width:755px}.intro{margin-bottom:18px}.home-grid{display:grid;grid-template-columns:1.24fr 1fr;gap:12px;align-items:start}.poster{display:block;width:100%;height:auto}.partners{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.partner{display:block;background:#fff;aspect-ratio:1.05;overflow:hidden}.partner img{width:100%;height:100%;object-fit:contain;display:block}.site-footer{background:#000;color:var(--muted);min-height:88px;margin-top:70px;padding:34px 5%;display:flex;justify-content:flex-end;align-items:center;font-size:16px}.site-footer a{color:inherit}.page{max-width:900px;padding-bottom:35px}.page h1{font-size:28px;margin-bottom:30px}.page h2{font-size:21px;margin:31px 0 10px;font-weight:900}.page p,.page li{font-size:17px;line-height:1.58}.page ul{padding-left:22px}.page a{color:inherit}.short-page{text-align:center;min-height:410px;padding-top:70px}.short-page h1{margin-inline:auto}.short-page a{color:inherit;font-weight:700}.contact-form{display:grid;gap:15px;max-width:620px}.contact-form label{font-size:14px;font-weight:600;display:grid;gap:6px}.contact-form input,.contact-form textarea{font:inherit;border:1px solid #222;background:#fff;padding:12px}.contact-form textarea{min-height:155px;resize:vertical}.button{border:1px solid #111;background:#111;color:#fff;font:inherit;font-weight:600;padding:12px 20px;width:max-content;cursor:pointer}.notice{font-size:14px;color:#555;max-width:620px}@media(max-width:760px){.site-header{padding:24px 5% 45px;display:block}.menu{justify-content:flex-start;gap:10px 18px;margin-top:18px}.wrap{width:90%}.home-grid{grid-template-columns:1fr}.partners{gap:9px}.site-footer{margin-top:38px;justify-content:center;font-size:13px}.page h1{font-size:23px}.page p,.page li{font-size:16px}}
