:root{–navy:#0f2744;–navy-2:#1a5276;–gold:#c9a227;–gold-h:#a8841a;–bg:#fff;–text:#1f2d44;–muted:#5a6a85;–line:#e3e7ee;–soft:#f6f8fc}
*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(–bg);font-family:'Heebo',Arial,sans-serif;color:var(–text);line-height:1.7;direction:rtl}
img{max-width:100%;height:auto;display:block;border-radius:8px}a{color:var(–gold-h);text-decoration:none}a:hover{text-decoration:underline}
.wrap{max-width:860px;margin:0 auto;padding:24px 20px}
header.brand{display:flex;justify-content:space-between;align-items:center;border-bottom:3px solid var(–gold);padding-bottom:12px;margin-bottom:24px}
.logo{font-family:'Frank Ruhl Libre',serif;color:var(–navy);font-weight:900;font-size:24px}
nav.nav a{color:var(–navy);margin:0 8px;font-size:13px;font-weight:700}
.bc{font-size:13px;color:var(–muted);margin-bottom:20px}.bc a{color:var(–muted)}.bc .s{margin:0 6px}
/* Hero Hub */
.hub-hero{background:linear-gradient(135deg,var(–navy) 0%,var(–navy-2) 100%);border-radius:16px;padding:48px 36px;margin-bottom:40px;color:#fff;text-align:center;position:relative;overflow:hidden}
.hub-hero::before{content:";position:absolute;top:-50px;left:-50px;width:200px;height:200px;background:rgba(201,162,39,.08);border-radius:50%}
.hub-hero::after{content:";position:absolute;bottom:-40px;right:-40px;width:160px;height:160px;background:rgba(201,162,39,.06);border-radius:50%}
.hub-hero figure{margin:0 0 28px;position:relative;z-index:1}
.hub-hero figure img{border-radius:12px;max-height:300px;object-fit:cover;width:100%}
.hub-hero .tag{color:var(–gold);font-size:12px;letter-spacing:.2em;font-weight:900;text-transform:uppercase;margin-bottom:12px}
.hub-hero h1{font-family:'Frank Ruhl Libre',serif;color:#fff;font-weight:900;font-size:42px;line-height:1.2;margin:0 0 16px}
.hub-hero p{color:#c8d4e6;font-size:18px;max-width:600px;margin:0 auto 24px}
.ls{background:var(–soft);border:1px solid var(–gold);border-radius:8px;padding:10px 18px;margin:16px 0;font-size:14px;text-align:center}
.ls a{color:var(–gold-h);font-weight:700}
/* Section title */
.sec-title{font-family:'Frank Ruhl Libre',serif;color:var(–navy);font-size:26px;font-weight:900;margin:0 0 6px;padding-bottom:8px;border-bottom:2px solid var(–gold)}
.sec-sub{color:var(–muted);font-size:15px;margin:0 0 24px}
/* Cards grid */
.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;margin-bottom:40px}
.card{background:#fff;border:1px solid var(–line);border-radius:12px;overflow:hidden;transition:.2s;text-decoration:none;color:var(–text);display:flex;flex-direction:column}
.card:hover{border-color:var(–gold);transform:translateY(-3px);box-shadow:0 8px 24px rgba(15,39,68,.1);text-decoration:none}
.card-img{width:100%;height:160px;object-fit:cover;border-radius:0}
.card-body{padding:16px;flex:1;display:flex;flex-direction:column}
.card-tag{font-size:11px;font-weight:900;color:var(–gold-h);letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px}
.card-title{font-family:'Frank Ruhl Libre',serif;color:var(–navy);font-size:19px;font-weight:700;line-height:1.3;margin-bottom:8px}
.card-desc{font-size:14px;color:var(–muted);line-height:1.55;flex:1}
.card-cta{margin-top:14px;font-size:13px;font-weight:700;color:var(–gold-h);display:flex;align-items:center;gap:4px}
/* PDF Section */
.pdf-section{background:var(–soft);border:1px solid var(–line);border-radius:12px;padding:28px;margin-bottom:40px}
.pdf-section h2{font-family:'Frank Ruhl Libre',serif;color:var(–navy);font-size:22px;margin:0 0 6px;border:none;padding:0}
.pdf-section p{color:var(–muted);font-size:14px;margin:0 0 20px}
.pdf-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:10px}
.pdf-list li a{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(–line);border-radius:8px;padding:12px 14px;color:var(–navy);font-weight:700;font-size:14px;transition:.2s}
.pdf-list li a:hover{border-color:var(–gold);text-decoration:none}
.pdf-list li a .pi{font-size:20px;flex-shrink:0}
/* Stats */
.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px;margin-bottom:40px}
.stat{background:var(–navy);border-radius:10px;padding:20px;text-align:center;color:#fff}
.stat .sv{font-family:'Frank Ruhl Libre',serif;font-size:32px;font-weight:900;color:var(–gold)}
.stat .sl{font-size:13px;color:#c8d4e6;margin-top:4px}
/* CTA */
.cta{background:linear-gradient(135deg,var(–navy),var(–navy-2));color:#fff;border-radius:14px;padding:36px;margin:32px 0;text-align:center}
.cta .ct{color:var(–gold);font-size:12px;letter-spacing:.2em;font-weight:900;margin-bottom:10px}
.cta h2{font-family:'Frank Ruhl Libre',serif;color:#fff;margin:0 0 10px;font-size:30px}
.cta p{color:#c8d4e6;margin:0 0 22px;font-size:16px}
.btn{display:inline-block;background:var(–gold);color:#fff;font-weight:900;padding:14px 30px;border-radius:8px;font-size:15px}
.btn:hover{background:var(–gold-h);text-decoration:none}
.btn-out{background:transparent;border:2px solid rgba(255,255,255,.5);margin-right:10px;color:#fff}
.btn-out:hover{background:rgba(255,255,255,.1)}
footer{background:var(–navy);color:#fff;padding:32px 24px;border-radius:10px;margin-top:32px;text-align:center}
footer .fl{font-family:'Frank Ruhl Libre',serif;font-weight:900;font-size:22px;margin-bottom:6px}
footer .ft{color:var(–gold);font-size:11px;letter-spacing:.18em;font-weight:700;margin-bottom:14px}
footer .fm{color:#cfd6e3;font-size:13px}
footer .flinks{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin-top:14px}
footer .flinks a{color:var(–gold);font-size:13px;font-weight:700}
@media(max-width:600px){.hub-hero h1{font-size:28px}.hub-hero{padding:28px 20px}.cards{grid-template-columns:1fr}.stats{grid-template-columns:1fr 1fr}}

מאמני שחייה — מרכז הידע המקצועי
מאמן שחייה טוב לא רק יודע לשחות — הוא יודע להוריש ידע, לאבחן טעויות ולבנות תוכניות שמביאות תוצאות. כאן תמצאו את כל מה שצריך.
נושאי הליבה — מדריכים מקצועיים
כל נושא כולל מדריך מפורט בעברית ואנגלית, אינפוגרפיקה, תרגילים ו-FAQ
📄 חומרי לימוד — PDF מהקורסים המקצועיים
כל ה-PDFs מבוססים על חומרי הלימוד הרשמיים של קורסי מאמני שחייה. זמינים לחברי הפלטפורמה.
הצטרף לפלטפורמת מאמני השחייה
חומרי לימוד, כלי תכנון, ניתוח מקצועי ותמיכה שוטפת — לאנשי המקצוע שרוצים להעמיק
{"@context":"https://schema.org","@type":"CollectionPage","@id":"https://nirmako.com/swimming-coaches/#page",
"name":"מאמני שחייה — מרכז הידע המקצועי | NIRMAKO",
"description":"מרכז הידע של NIRMAKO למאמני שחייה: חתירה, גב, פרפר, פניות, תכנון שנתי ותכנון קריירה.",
"image":{"@type":"ImageObject","url":"https://media.base44.com/images/public/69f7c402a682bb2ad41b2c21/0915f8725_generated_image.png"},
"inLanguage":"he",
"author":{"@type":"Person","name":"ניר מקובסקי","url":"https://nirmako.com"},
"publisher":{"@type":"Organization","name":"NIRMAKO","url":"https://nirmako.com"},
"hasPart":{"@type":"WebPage","url":"https://nirmako.com/en/swimming-coaches/"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[
{"@type":"ListItem","position":1,"name":"ראשי","item":"https://nirmako.com/"},
{"@type":"ListItem","position":2,"name":"מאמני שחייה","item":"https://nirmako.com/swimming-coaches/"}
]}



