[data-astro-cid-ukih5bok]{margin:0;padding:0;box-sizing:border-box}:root{--navy: #0A2540;--navy-light: #1E3A5F;--gold: #D4AF37;--gold-light: #F4E4C1;--gray: #64748B;--gray-light: #F1F5F9;--white: #FFFFFF;--text: #1E293B}.hero[data-astro-cid-ukih5bok]{background:var(--navy);color:var(--white);padding:120px 20px 80px;position:relative;overflow:hidden}.hero[data-astro-cid-ukih5bok]:after{content:"";position:absolute;top:0;right:0;width:40%;height:100%;background:linear-gradient(135deg,transparent 0%,var(--navy-light) 100%);clip-path:polygon(20% 0%,100% 0%,100% 100%,0% 100%)}.hero-container[data-astro-cid-ukih5bok]{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}.hero-badge[data-astro-cid-ukih5bok]{display:inline-block;background:var(--gold);color:var(--navy);padding:8px 20px;border-radius:25px;font-weight:700;font-size:.85rem;margin-bottom:20px;letter-spacing:1.5px;font-family:-apple-system,sans-serif}.hero-content[data-astro-cid-ukih5bok] h1[data-astro-cid-ukih5bok]{font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:700;margin-bottom:20px;line-height:1.2}.hero-content[data-astro-cid-ukih5bok] p[data-astro-cid-ukih5bok]{font-size:1.2rem;margin-bottom:35px;opacity:.9;font-family:-apple-system,sans-serif;line-height:1.7}.cta-group[data-astro-cid-ukih5bok]{display:flex;gap:20px;flex-wrap:wrap}.btn[data-astro-cid-ukih5bok]{padding:16px 40px;border-radius:5px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;font-family:-apple-system,sans-serif;display:inline-block}.btn-primary[data-astro-cid-ukih5bok]{background:var(--gold);color:var(--navy)}.btn-primary[data-astro-cid-ukih5bok]:hover{background:#c19a2e;transform:translateY(-2px);box-shadow:0 10px 25px #d4af374d}.btn-secondary[data-astro-cid-ukih5bok]{background:transparent;color:var(--white);border:2px solid var(--white)}.btn-secondary[data-astro-cid-ukih5bok]:hover{background:var(--white);color:var(--navy)}.hero-highlights[data-astro-cid-ukih5bok]{display:grid;grid-template-columns:1fr 1fr;gap:16px}.highlight-card[data-astro-cid-ukih5bok]{background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:20px;display:flex;gap:14px;align-items:flex-start;transition:all .3s ease}.highlight-card[data-astro-cid-ukih5bok]:hover{background:#ffffff1f;border-color:var(--gold);transform:translateY(-3px)}.highlight-icon[data-astro-cid-ukih5bok]{font-size:1.5rem;flex-shrink:0}.highlight-card[data-astro-cid-ukih5bok] strong[data-astro-cid-ukih5bok]{display:block;font-size:.95rem;margin-bottom:4px}.highlight-card[data-astro-cid-ukih5bok] p[data-astro-cid-ukih5bok]{font-size:.85rem;opacity:.8;margin:0;line-height:1.4;font-family:-apple-system,sans-serif}@media (max-width: 968px){.hero[data-astro-cid-ukih5bok]{padding:100px 20px 60px}.hero-container[data-astro-cid-ukih5bok]{grid-template-columns:1fr;gap:40px}.hero-highlights[data-astro-cid-ukih5bok]{grid-template-columns:1fr 1fr}}@media (max-width: 480px){.hero-highlights[data-astro-cid-ukih5bok]{grid-template-columns:1fr}}.container[data-astro-cid-ukih5bok]{max-width:1200px;margin:0 auto}.section-header[data-astro-cid-ukih5bok]{text-align:center;margin-bottom:60px}.section-label[data-astro-cid-ukih5bok]{color:var(--gold);font-weight:600;text-transform:uppercase;letter-spacing:3px;font-size:.85rem;margin-bottom:15px;font-family:-apple-system,sans-serif}.section-title[data-astro-cid-ukih5bok]{font-size:clamp(2rem,4vw,2.8rem);color:var(--navy);margin-bottom:15px;font-weight:700;line-height:1.2}.section-subtitle[data-astro-cid-ukih5bok]{color:var(--gray);font-size:1.15rem;max-width:700px;margin:0 auto;line-height:1.7;font-family:-apple-system,sans-serif}.benefits[data-astro-cid-ukih5bok]{padding:100px 20px;background:var(--white)}.benefits-grid[data-astro-cid-ukih5bok]{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(320px,100%),1fr));gap:40px}.benefit-card[data-astro-cid-ukih5bok]{background:linear-gradient(135deg,var(--white) 0%,#FEFEFE 100%);padding:50px 40px;border-radius:15px;text-align:center;box-shadow:0 8px 30px #00000014;transition:all .4s ease;border:1px solid rgba(212,175,55,.1);position:relative;overflow:hidden}.benefit-card[data-astro-cid-ukih5bok]:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--gold) 0%,var(--navy) 100%);transform:scaleX(0);transition:transform .4s ease}.benefit-card[data-astro-cid-ukih5bok]:hover:before{transform:scaleX(1)}.benefit-card[data-astro-cid-ukih5bok]:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 60px #d4af3733;border-color:var(--gold)}.benefit-icon[data-astro-cid-ukih5bok]{font-size:3rem;margin-bottom:25px;display:inline-flex;align-items:center;justify-content:center;width:90px;height:90px;background:linear-gradient(135deg,#d4af371a,#0a25400d);border-radius:50%;transition:all .4s ease}.benefit-card[data-astro-cid-ukih5bok]:hover .benefit-icon[data-astro-cid-ukih5bok]{transform:rotateY(360deg) scale(1.1);background:linear-gradient(135deg,#d4af3733,#0a25401a)}.benefit-card[data-astro-cid-ukih5bok] h3[data-astro-cid-ukih5bok]{font-size:1.4rem;margin-bottom:15px;color:var(--navy);font-weight:700}.benefit-card[data-astro-cid-ukih5bok] p[data-astro-cid-ukih5bok]{color:var(--gray);line-height:1.8;font-family:-apple-system,sans-serif}.outlines[data-astro-cid-ukih5bok]{padding:100px 20px;background:linear-gradient(180deg,var(--white) 0%,#F8FAFC 50%,var(--white) 100%)}.outline-note[data-astro-cid-ukih5bok]{max-width:800px;margin:-30px auto 50px;padding:20px 30px;background:linear-gradient(135deg,#FFFBF0 0%,var(--white) 100%);border:2px solid var(--gold);border-radius:12px;color:var(--navy);font-family:-apple-system,sans-serif;font-size:.95rem;line-height:1.6;text-align:center}.program-block[data-astro-cid-ukih5bok]{margin-bottom:60px}.program-block[data-astro-cid-ukih5bok]:last-child{margin-bottom:0}.program-block-header[data-astro-cid-ukih5bok]{text-align:center;margin-bottom:40px}.program-block-header[data-astro-cid-ukih5bok] h3[data-astro-cid-ukih5bok]{font-size:1.8rem;color:var(--navy);margin-bottom:8px;font-weight:700}.program-block-header[data-astro-cid-ukih5bok] p[data-astro-cid-ukih5bok]{color:var(--gray);font-size:1.05rem;margin:0;font-family:-apple-system,sans-serif}.module-timeline[data-astro-cid-ukih5bok]{position:relative;padding-left:60px;max-width:900px;margin:0 auto}.module-timeline[data-astro-cid-ukih5bok]:before{content:"";position:absolute;left:20px;top:0;bottom:0;width:3px;background:var(--gold)}.module-item[data-astro-cid-ukih5bok]{position:relative;margin-bottom:40px;padding:30px;background:linear-gradient(135deg,var(--white) 0%,#FAFBFC 100%);border:2px solid transparent;border-radius:12px;transition:all .4s ease;box-shadow:0 4px 20px #0000000f}.module-item[data-astro-cid-ukih5bok]:last-child{margin-bottom:0}.module-item[data-astro-cid-ukih5bok]:hover{background:linear-gradient(135deg,#FFF9F0 0%,var(--white) 100%);border-color:var(--gold);box-shadow:0 15px 40px #d4af3726;transform:translate(5px)}.module-item[data-astro-cid-ukih5bok]:before{content:"";position:absolute;left:-50px;top:50px;width:20px;height:20px;background:var(--gold);border-radius:50%;border:4px solid var(--white);box-shadow:0 0 0 3px var(--gold)}.module-number[data-astro-cid-ukih5bok]{font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--gold);font-family:-apple-system,sans-serif}.module-item[data-astro-cid-ukih5bok] h3[data-astro-cid-ukih5bok]{font-size:1.6rem;color:var(--navy);margin:8px 0 15px;font-weight:700}.module-item[data-astro-cid-ukih5bok] ul[data-astro-cid-ukih5bok]{list-style:none;margin-bottom:0}.module-item[data-astro-cid-ukih5bok] li[data-astro-cid-ukih5bok]{padding:8px 0 8px 30px;position:relative;color:var(--text);font-family:-apple-system,sans-serif}.module-item[data-astro-cid-ukih5bok] li[data-astro-cid-ukih5bok]:before{content:"✓";position:absolute;left:0;color:var(--gold);font-weight:700;font-size:1.2rem}@media (max-width: 768px){.module-timeline[data-astro-cid-ukih5bok]{padding-left:40px}.module-timeline[data-astro-cid-ukih5bok]:before{left:10px}.module-item[data-astro-cid-ukih5bok]:before{left:-38px;width:16px;height:16px;top:35px}.module-item[data-astro-cid-ukih5bok]{padding:20px}.module-item[data-astro-cid-ukih5bok] h3[data-astro-cid-ukih5bok]{font-size:1.3rem}}.trainers[data-astro-cid-ukih5bok]{padding:100px 20px;background:var(--gray-light)}.trainer-grid[data-astro-cid-ukih5bok]{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(350px,100%),1fr));gap:50px;max-width:900px;margin:0 auto}.trainer-card[data-astro-cid-ukih5bok]{text-align:center;background:var(--white);border-radius:15px;padding:50px 40px;box-shadow:0 8px 30px #00000014;transition:all .3s ease}.trainer-card[data-astro-cid-ukih5bok]:hover{transform:translateY(-5px);box-shadow:0 15px 50px #0000001f}.trainer-avatar[data-astro-cid-ukih5bok]{display:inline-block;margin-bottom:20px}.trainer-avatar[data-astro-cid-ukih5bok] img[data-astro-cid-ukih5bok]{width:200px;height:200px;border-radius:50%;object-fit:cover;border:4px solid var(--gold)}.trainer-card[data-astro-cid-ukih5bok] h3[data-astro-cid-ukih5bok]{font-size:1.5rem;color:var(--navy);margin-bottom:5px}.trainer-card[data-astro-cid-ukih5bok] h3[data-astro-cid-ukih5bok] a[data-astro-cid-ukih5bok]{color:var(--navy);text-decoration:none}.trainer-card[data-astro-cid-ukih5bok] h3[data-astro-cid-ukih5bok] a[data-astro-cid-ukih5bok]:hover{color:var(--gold)}.trainer-role[data-astro-cid-ukih5bok]{color:var(--gold);font-weight:600;font-size:1rem;margin-bottom:20px;font-family:-apple-system,sans-serif}.trainer-card[data-astro-cid-ukih5bok] ul[data-astro-cid-ukih5bok]{list-style:none;text-align:left}.trainer-card[data-astro-cid-ukih5bok] ul[data-astro-cid-ukih5bok] li[data-astro-cid-ukih5bok]{padding:8px 0 8px 22px;position:relative;color:var(--text);font-family:-apple-system,sans-serif;font-size:.95rem;border-bottom:1px solid var(--gray-light)}.trainer-card[data-astro-cid-ukih5bok] ul[data-astro-cid-ukih5bok] li[data-astro-cid-ukih5bok]:last-child{border-bottom:none}.trainer-card[data-astro-cid-ukih5bok] ul[data-astro-cid-ukih5bok] li[data-astro-cid-ukih5bok]:before{content:"✓";position:absolute;left:0;color:var(--gold);font-weight:700}.gallery[data-astro-cid-ukih5bok]{padding:100px 20px;background:var(--white)}.gallery-grid[data-astro-cid-ukih5bok]{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:10px}.gallery-item[data-astro-cid-ukih5bok]{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 6px 25px #0000001a;transition:all .3s ease;background:var(--white)}.gallery-item[data-astro-cid-ukih5bok]:hover{transform:translateY(-8px);box-shadow:0 15px 50px #00000026}.gallery-item[data-astro-cid-ukih5bok] img[data-astro-cid-ukih5bok]{width:100%;height:320px;object-fit:cover;display:block}.gallery-caption[data-astro-cid-ukih5bok]{padding:24px;background:var(--white)}.gallery-caption[data-astro-cid-ukih5bok] h3[data-astro-cid-ukih5bok]{font-size:1.3rem;color:var(--navy);margin:0 0 10px;font-weight:700}.gallery-caption[data-astro-cid-ukih5bok] p[data-astro-cid-ukih5bok]{color:var(--gray);margin:0;line-height:1.7;font-size:1.05rem}@media (max-width: 968px){.gallery-grid[data-astro-cid-ukih5bok]{grid-template-columns:1fr;gap:32px}}.faq[data-astro-cid-ukih5bok]{padding:100px 20px;background:var(--gray-light)}.faq-accordion[data-astro-cid-ukih5bok]{max-width:800px;margin:0 auto}.faq-item[data-astro-cid-ukih5bok]{background:linear-gradient(135deg,var(--white) 0%,#FAFBFC 100%);border:2px solid var(--gray-light);border-radius:12px;margin-bottom:20px;overflow:hidden;transition:all .3s ease}.faq-item[data-astro-cid-ukih5bok]:hover{border-color:#d4af374d}.faq-question[data-astro-cid-ukih5bok]{width:100%;background:none;border:none;padding:1.5rem 2rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .3s ease}.faq-question[data-astro-cid-ukih5bok]:hover{background-color:#f8f9fa}.faq-question[data-astro-cid-ukih5bok] h3[data-astro-cid-ukih5bok]{margin:0;font-size:1.125rem;font-weight:600;color:var(--navy);flex:1;text-align:left}.faq-icon[data-astro-cid-ukih5bok]{font-size:1.5rem;font-weight:300;color:var(--gold);margin-left:1rem;transition:transform .3s ease}.faq-question[data-astro-cid-ukih5bok][aria-expanded=true] .faq-icon[data-astro-cid-ukih5bok]{transform:rotate(45deg)}.faq-answer[data-astro-cid-ukih5bok]{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 2rem}.faq-answer[data-astro-cid-ukih5bok].active{max-height:500px;padding:0 2rem 1.5rem}.faq-answer[data-astro-cid-ukih5bok] p[data-astro-cid-ukih5bok]{margin:0 0 10px;color:#666;line-height:1.6;font-family:-apple-system,sans-serif}.faq-answer[data-astro-cid-ukih5bok] p[data-astro-cid-ukih5bok]:last-child{margin-bottom:0}.enquire[data-astro-cid-ukih5bok]{padding:100px 20px;background:var(--navy)}.enquire[data-astro-cid-ukih5bok] .section-label[data-astro-cid-ukih5bok]{color:var(--gold)}.enquire[data-astro-cid-ukih5bok] .section-title[data-astro-cid-ukih5bok]{color:var(--white)}.enquire[data-astro-cid-ukih5bok] .section-subtitle[data-astro-cid-ukih5bok]{color:#fffc}.form-container[data-astro-cid-ukih5bok]{max-width:800px;margin:0 auto}@media (max-width: 768px){.benefits[data-astro-cid-ukih5bok],.outlines[data-astro-cid-ukih5bok],.trainers[data-astro-cid-ukih5bok],.gallery[data-astro-cid-ukih5bok],.faq[data-astro-cid-ukih5bok],.enquire[data-astro-cid-ukih5bok]{padding:60px 20px}.section-header[data-astro-cid-ukih5bok]{margin-bottom:40px}.benefits-grid[data-astro-cid-ukih5bok]{grid-template-columns:1fr}}
