:root{--navy:#0a1628;--navy-light:#1a2d4a;--navy-soft:#14223d;--orange:#ff6b00;--orange-light:#ff8c33;--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-700:#374151;--text-light:#cdd6e8;--text-muted:#8a98b5;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--space-24:6rem;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--shadow-md:0 4px 12px #0208141f;--shadow-lg:0 16px 40px -12px #02081480;--font-heading:"Montserrat", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--max-width:1140px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--navy);color:var(--text-light);-webkit-font-smoothing:antialiased;line-height:1.65}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--white);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:var(--max-width);padding:0 var(--space-6);margin:0 auto}section{padding:var(--space-24) 0}.section-head{text-align:center;margin-bottom:var(--space-16)}.section-head h2{font-size:clamp(1.75rem,5vw,2.5rem)}.section-head h2:after{content:"";background:var(--orange);width:64px;height:4px;margin:var(--space-4) auto 0;border-radius:2px;display:block}.section-head p{color:var(--text-muted);max-width:560px;margin:var(--space-4) auto 0}.btn{justify-content:center;align-items:center;gap:var(--space-2);font-family:var(--font-heading);border-radius:var(--radius-sm);cursor:pointer;text-align:center;border:2px solid #0000;min-height:48px;padding:.85rem 1.6rem;font-size:1rem;font-weight:600;transition:all .25s;display:inline-flex}.btn-primary{background:var(--orange);color:var(--white)}.btn-primary:hover{background:var(--orange-light);transform:translateY(-2px);box-shadow:0 8px 20px -6px #ff6b0080}.btn-outline{color:var(--orange);border-color:var(--orange);background:0 0}.btn-outline:hover{background:#ff6b001a;transform:translateY(-2px)}.btn-wa{color:var(--white);background:#25d366}.btn-wa:hover{background:#1ebe5a;transform:translateY(-2px)}.btn-block{width:100%}.grid{gap:var(--space-6);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.card{background:var(--navy-soft);border:1px solid #ffffff0f;border-left:3px solid var(--orange);border-radius:var(--radius-md);padding:var(--space-8);flex-direction:column;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.card h3{margin-bottom:var(--space-3);font-size:1.3rem}.card p{color:var(--text-muted);margin-bottom:var(--space-6)}.card ul{margin-bottom:var(--space-6);gap:var(--space-2);flex-direction:column;list-style:none;display:flex}.card li{color:var(--text-light);padding-left:1.4rem;font-size:.95rem;position:relative}.card li:before{content:"▸";color:var(--orange);position:absolute;left:0}.card .card-foot{margin-top:auto}.tag{color:var(--orange-light);margin-bottom:var(--space-4);background:#ff6b001f;border-radius:50px;align-self:flex-start;padding:.25rem .75rem;font-size:.8rem;font-weight:600;display:inline-block}.price{font-family:var(--font-heading);color:var(--white);font-size:1.5rem;font-weight:700}.price .strike{color:var(--text-muted);margin-left:var(--space-2);font-size:1rem;font-weight:400;text-decoration:line-through}.price-row{margin-bottom:var(--space-4);justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}a:focus-visible,button:focus-visible{outline:3px solid var(--orange-light);outline-offset:2px}@media (width<=768px){section{padding:var(--space-16) 0}.section-head{margin-bottom:var(--space-12)}}.navbar[data-astro-cid-hkbrpulz]{z-index:1000;backdrop-filter:blur(10px);background:#0a1628eb;border-bottom:1px solid #ffffff0f;width:100%;position:fixed;top:0}.nav-inner[data-astro-cid-hkbrpulz]{justify-content:space-between;align-items:center;height:72px;display:flex}.logo[data-astro-cid-hkbrpulz]{font-family:var(--font-heading);color:var(--white);letter-spacing:.5px;font-size:1.25rem;font-weight:800}.logo[data-astro-cid-hkbrpulz] span[data-astro-cid-hkbrpulz]{color:var(--orange)}.nav-menu[data-astro-cid-hkbrpulz]{align-items:center;gap:var(--space-8);display:flex}.nav-menu[data-astro-cid-hkbrpulz]>a[data-astro-cid-hkbrpulz]:not(.nav-cta){color:var(--text-light);font-weight:500;transition:color .2s}.nav-menu[data-astro-cid-hkbrpulz]>a[data-astro-cid-hkbrpulz]:not(.nav-cta):hover{color:var(--orange)}.nav-cta[data-astro-cid-hkbrpulz]{min-height:0;padding:.6rem 1.2rem}.burger[data-astro-cid-hkbrpulz]{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;min-width:44px;min-height:44px;padding:8px;display:none}.burger[data-astro-cid-hkbrpulz] span[data-astro-cid-hkbrpulz]{background:var(--white);border-radius:2px;width:26px;height:3px;transition:all .3s}.burger[data-astro-cid-hkbrpulz].open span[data-astro-cid-hkbrpulz]:first-child{transform:translateY(8px)rotate(45deg)}.burger[data-astro-cid-hkbrpulz].open span[data-astro-cid-hkbrpulz]:nth-child(2){opacity:0}.burger[data-astro-cid-hkbrpulz].open span[data-astro-cid-hkbrpulz]:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.footer[data-astro-cid-hkbrpulz]{padding-top:var(--space-16);background:#060f1e;border-top:1px solid #ffffff0f}.footer-grid[data-astro-cid-hkbrpulz]{gap:var(--space-8);padding-bottom:var(--space-12);grid-template-columns:2fr 1fr 1fr;display:grid}.footer-tagline[data-astro-cid-hkbrpulz]{color:var(--text-muted);margin-top:var(--space-3);font-size:.95rem}.footer[data-astro-cid-hkbrpulz] h4[data-astro-cid-hkbrpulz]{margin-bottom:var(--space-4);color:var(--white);font-size:1rem}.footer-grid[data-astro-cid-hkbrpulz] a[data-astro-cid-hkbrpulz]{color:var(--text-muted);margin-bottom:var(--space-2);font-size:.95rem;transition:color .2s;display:block}.footer-grid[data-astro-cid-hkbrpulz] a[data-astro-cid-hkbrpulz]:hover{color:var(--orange)}.footer-bottom[data-astro-cid-hkbrpulz]{padding:var(--space-6) 0;text-align:center;border-top:1px solid #ffffff0f}.footer-bottom[data-astro-cid-hkbrpulz] p[data-astro-cid-hkbrpulz]{color:var(--text-muted);font-size:.85rem}@media (width<=768px){.burger[data-astro-cid-hkbrpulz]{display:flex}.nav-menu[data-astro-cid-hkbrpulz]{background:var(--navy);border-bottom:1px solid #ffffff0f;flex-direction:column;gap:0;width:100%;max-height:0;transition:max-height .3s;position:fixed;top:72px;left:0;overflow:hidden}.nav-menu[data-astro-cid-hkbrpulz].open{max-height:400px}.nav-menu[data-astro-cid-hkbrpulz]>a[data-astro-cid-hkbrpulz]{width:100%;padding:var(--space-4) var(--space-6);border-bottom:1px solid #ffffff0a}.nav-cta[data-astro-cid-hkbrpulz]{margin:var(--space-4) var(--space-6);width:calc(100% - 3rem)}.footer-grid[data-astro-cid-hkbrpulz]{gap:var(--space-8);grid-template-columns:1fr}}.tome[data-astro-cid-exuxsr4y]{color:var(--orange);font-size:.9rem;font-weight:600}.btn-soon[data-astro-cid-exuxsr4y]{background:var(--navy-light);color:var(--text-muted);cursor:not-allowed;border:1px solid #ffffff1a}.meta[data-astro-cid-jlxtyegt]{gap:var(--space-4);margin-bottom:var(--space-4);color:var(--text-muted);flex-wrap:wrap;font-size:.85rem;display:flex}.orientation[data-astro-cid-qk7qcfq5]{background:var(--navy)}.profil-card[data-astro-cid-qk7qcfq5]{border-left-color:#25d366}.icone[data-astro-cid-qk7qcfq5]{margin-bottom:var(--space-3);font-size:2rem;display:block}.coaching-card[data-astro-cid-qk7qcfq5]{margin-top:var(--space-8);background:linear-gradient(135deg, var(--navy-light), var(--navy-soft));border-radius:var(--radius-lg);padding:var(--space-12);gap:var(--space-12);border:1px solid #ff6b004d;grid-template-columns:1.6fr 1fr;align-items:center;display:grid}.coaching-info[data-astro-cid-qk7qcfq5] h3[data-astro-cid-qk7qcfq5]{margin-bottom:var(--space-4);font-size:1.6rem}.coaching-desc[data-astro-cid-qk7qcfq5]{color:var(--text-muted);margin-bottom:var(--space-6)}.coaching-points[data-astro-cid-qk7qcfq5]{gap:var(--space-3);flex-direction:column;list-style:none;display:flex}.coaching-points[data-astro-cid-qk7qcfq5] li[data-astro-cid-qk7qcfq5]{color:var(--text-light);padding-left:1.6rem;position:relative}.coaching-points[data-astro-cid-qk7qcfq5] li[data-astro-cid-qk7qcfq5]:before{content:"✓";color:var(--orange);font-weight:700;position:absolute;left:0}.coaching-action[data-astro-cid-qk7qcfq5]{text-align:center;padding:var(--space-8);border-radius:var(--radius-md);background:#02081466}.coaching-price[data-astro-cid-qk7qcfq5]{font-family:var(--font-heading);color:var(--orange);font-size:2.2rem;font-weight:800;display:block}.coaching-duree[data-astro-cid-qk7qcfq5]{color:var(--text-muted);margin-bottom:var(--space-6);font-size:.95rem;display:block}.coaching-note[data-astro-cid-qk7qcfq5]{margin-top:var(--space-4);color:var(--text-muted);font-size:.8rem;line-height:1.4;display:block}@media (width<=768px){.coaching-card[data-astro-cid-qk7qcfq5]{gap:var(--space-8);padding:var(--space-8);grid-template-columns:1fr}}.contact[data-astro-cid-he3spzz3]{background:var(--navy-light)}.contact-grid[data-astro-cid-he3spzz3]{gap:var(--space-8);grid-template-columns:1fr 1.2fr;align-items:start;display:grid}.contact-col[data-astro-cid-he3spzz3]{background:var(--navy-soft);border-radius:var(--radius-md);padding:var(--space-8);border:1px solid #ffffff0f}.wa-col[data-astro-cid-he3spzz3]{border-left:3px solid #25d366}.contact-col[data-astro-cid-he3spzz3] h3[data-astro-cid-he3spzz3]{margin-bottom:var(--space-3)}.contact-col[data-astro-cid-he3spzz3]>p[data-astro-cid-he3spzz3]{color:var(--text-muted);margin-bottom:var(--space-6)}.email-link[data-astro-cid-he3spzz3]{text-align:center;margin-top:var(--space-4);color:var(--text-muted);font-size:.9rem;display:block}.email-link[data-astro-cid-he3spzz3]:hover{color:var(--orange)}.form-group[data-astro-cid-he3spzz3]{margin-bottom:var(--space-4);flex-direction:column;display:flex}.form-group[data-astro-cid-he3spzz3] label[data-astro-cid-he3spzz3]{margin-bottom:var(--space-2);color:var(--text-light);font-size:.9rem;font-weight:500}.form-group[data-astro-cid-he3spzz3] input[data-astro-cid-he3spzz3],.form-group[data-astro-cid-he3spzz3] textarea[data-astro-cid-he3spzz3]{background:var(--navy);border:1px solid var(--gray-700);border-radius:var(--radius-sm);color:var(--white);font-family:var(--font-body);padding:.75rem;font-size:1rem;transition:border-color .2s}.form-group[data-astro-cid-he3spzz3] input[data-astro-cid-he3spzz3]:focus,.form-group[data-astro-cid-he3spzz3] textarea[data-astro-cid-he3spzz3]:focus{border-color:var(--orange);outline:none}@media (width<=768px){.contact-grid[data-astro-cid-he3spzz3]{grid-template-columns:1fr}}.hero[data-astro-cid-lcdefpme]{background:radial-gradient(circle at 30% 20%, var(--navy-light) 0%, var(--navy) 55%);align-items:center;min-height:88vh;padding-top:72px;display:flex}.hero-inner[data-astro-cid-lcdefpme]{text-align:center;max-width:760px;margin:0 auto}.hero-badge[data-astro-cid-lcdefpme]{color:var(--orange-light);margin-bottom:var(--space-6);border:1px solid #ff6b0066;border-radius:50px;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.hero[data-astro-cid-lcdefpme] h1[data-astro-cid-lcdefpme]{margin-bottom:var(--space-6);font-size:clamp(2rem,6vw,3.5rem)}.hero[data-astro-cid-lcdefpme] h1[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme]{color:var(--orange)}.hero[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{color:var(--text-muted);margin-bottom:var(--space-8);font-size:clamp(1rem,2.5vw,1.2rem)}.hero-cta[data-astro-cid-lcdefpme]{gap:var(--space-4);flex-wrap:wrap;justify-content:center;display:flex}.proof[data-astro-cid-lcdefpme]{background:var(--navy-soft);padding:var(--space-12) 0}.proof-inner[data-astro-cid-lcdefpme]{gap:var(--space-6);text-align:center;grid-template-columns:repeat(4,1fr);display:grid}.proof-item[data-astro-cid-lcdefpme]{gap:var(--space-2);flex-direction:column;display:flex}.proof-item[data-astro-cid-lcdefpme] strong[data-astro-cid-lcdefpme]{font-family:var(--font-heading);color:var(--orange);font-size:1.6rem}.proof-item[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme]{color:var(--text-muted);font-size:.9rem}a[data-astro-cid-lcdefpme].proof-item:hover strong[data-astro-cid-lcdefpme]{color:var(--orange-light)}.formations-section[data-astro-cid-lcdefpme]{background:var(--navy-soft)}.packs[data-astro-cid-lcdefpme]{margin-top:var(--space-8)}.pack-card[data-astro-cid-lcdefpme]{background:linear-gradient(135deg, var(--navy-light), var(--navy-soft));border-radius:var(--radius-lg);padding:var(--space-8);justify-content:space-between;align-items:center;gap:var(--space-8);border:1px solid #ff6b0040;flex-wrap:wrap;display:flex}.pack-info[data-astro-cid-lcdefpme]{flex:1;min-width:260px}.pack-info[data-astro-cid-lcdefpme] h3[data-astro-cid-lcdefpme]{margin-bottom:var(--space-3)}.pack-info[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{color:var(--text-muted)}.pack-action[data-astro-cid-lcdefpme]{align-items:flex-end;gap:var(--space-4);flex-direction:column;display:flex}@media (width<=768px){.proof-inner[data-astro-cid-lcdefpme]{gap:var(--space-8);grid-template-columns:repeat(2,1fr)}.pack-card[data-astro-cid-lcdefpme]{flex-direction:column;align-items:flex-start}.pack-action[data-astro-cid-lcdefpme]{align-items:stretch;width:100%}}
