:root{--green:#007A5E;--yellow:#FCD116;--red:#CE1126;--ink:#0b1220;--muted:#4b5563;--paper:#f8fafc;--card:#ffffff;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,Segoe UI,Roboto,Helvetica,Arial;background:var(--paper);color:var(--ink);line-height:1.7}a{color:var(--green);text-decoration:none}a:hover{text-decoration:underline}.topband{height:6px;background:linear-gradient(90deg,var(--green) 33%,var(--red) 33%,var(--red) 66%,var(--yellow) 66%)}.header{position:sticky;top:0;z-index:70;background:#fff;border-bottom:2px solid #e5e7eb}.nav{max-width:1180px;margin:0 auto;display:flex;gap:.6rem;align-items:center;justify-content:space-between;padding:.7rem 1rem}.brand{display:flex;align-items:center;gap:.6rem;font-weight:900}.brand .flag{width:16px;height:16px;border-radius:2px;background:linear-gradient(90deg,var(--green) 0 33%,var(--red) 33% 66%,var(--yellow) 66% 100%)}.menu{display:flex;gap:.25rem;align-items:center}.menu a{padding:.5rem .7rem;border-radius:10px;font-weight:700;color:#0f172a}.menu a.active{background:var(--green);color:#fff}.burger{display:none;border:1px solid #e5e7eb;border-radius:10px;padding:.4rem .6rem;background:#fff}.container{max-width:1180px;margin:0 auto;padding:1rem}.hero{display:grid;grid-template-columns:1.2fr .8fr;gap:1.2rem;align-items:center;background:linear-gradient(135deg,rgba(0,122,94,.08),rgba(252,209,22,.10));border:1px solid #e5e7eb;border-radius:var(--radius);padding:1.2rem}.hero h1{font-size:clamp(1.6rem,3.6vw,2.6rem);margin:.2rem 0}.badge{display:inline-block;background:#fff1eb;border:1px solid #ffd9cc;color:#a23400;border-radius:999px;padding:.25rem .6rem;font-weight:800}.cta{display:inline-block;background:var(--yellow);color:#111827;padding:.7rem 1rem;border-radius:12px;font-weight:900;border:2px solid #f4c512}.cta.red{background:var(--red);color:#fff;border-color:#b50e20}.section{margin:1.6rem 0}.grid{display:grid;gap:1rem}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.card{background:var(--card);border:1px solid #e5e7eb;border-radius:14px;overflow:hidden}.pad{padding:1rem}.media{width:100%;height:auto;display:block}.portrait{width:100%;height:auto;display:block;background:#fff}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.6rem}.gallery img{width:100%;height:180px;object-fit:cover;border:2px solid #eef2f7;border-radius:10px}.kpis{display:flex;gap:.6rem;flex-wrap:wrap}.tag{display:inline-block;background:#eef2f7;border:1px solid #e5e7eb;padding:.25rem .6rem;border-radius:8px}.footer{background:#0b1324;color:#cbd5e1;margin-top:2rem}.footer .inner{max-width:1180px;margin:0 auto;padding:1.2rem}.muted{color:#64748b}.coach-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.coach-grid img{width:100%;height:260px;object-fit:cover;border-radius:12px;border:2px solid #eef2f7}@media (max-width: 980px){.grid-3,.grid-2{grid-template-columns:1fr}.hero{grid-template-columns:1fr}}@media (max-width: 820px){.menu{display:none}.burger{display:block}.drawer{position:fixed;top:0;left:0;height:100vh;width:78vw;max-width:320px;background:#fff;box-shadow:4px 0 20px rgba(0,0,0,.1);transform:translateX(-100%);transition:transform .3s ease;z-index:80;padding:1rem}.drawer.open{transform:translateX(0)}.drawer a{display:block;padding:.7rem .6rem;border-radius:10px;margin:.2rem 0;font-weight:700;color:#0f172a}.drawer a.active{background:var(--green);color:#fff}}