:root{--ph-coral-50: #FFF0EE;--ph-coral-100: #FFD1CB;--ph-coral-200: #FF9F93;--ph-coral-300: #FF6D5C;--ph-coral-400: #FF4D35;--ph-coral-500: #E63520;--ph-coral-600: #C42610;--ph-coral-700: #9E1C09;--ph-coral-800: #6E1204;--ph-coral-900: #3C0800;--ph-fire-300: #FFAB45;--ph-fire-400: #FF8C1A;--ph-fire-500: #E07000;--ph-fire-600: #B85800;--ph-char-50: #F5F0EC;--ph-char-100: #D8CCBF;--ph-char-200: #B09880;--ph-char-300: #876850;--ph-char-400: #5C3E28;--ph-char-500: #2E1E10;--ph-char-600: #1E1208;--ph-char-700: #161008;--ph-char-800: #0D0B09;--ph-char-900: #070504;--ph-c400: #FF4D35;--ph-c500: #E63520;--ph-c600: #C42610;--ph-n800: #0D0B09;--ph-n700: #161008;--ph-n600: #1E1208;--ph-bg: #0D0B09;--ph-surface: #161008;--ph-elevated: #1E1208;--ph-text: #F0EDE8;--ph-text-2: #C8B8A0;--ph-text-3: #806040;--ph-border-1: rgba(255, 77, 53, .12);--ph-border-2: rgba(255, 77, 53, .28);--ph-border-3: rgba(255, 77, 53, .55);--ph-glow-sm: 0 0 18px rgba(255, 77, 53, .3);--ph-glow-md: 0 0 36px rgba(255, 77, 53, .42);--ph-glow-lg: 0 0 64px rgba(255, 77, 53, .55);--ph-shadow-1: 0 2px 8px rgba(0,0,0, .55), 0 0 0 1px rgba(255,77,53,.08);--ph-shadow-2: 0 6px 24px rgba(0,0,0, .65), 0 0 20px rgba(255,77,53,.16);--ph-shadow-3: 0 12px 48px rgba(0,0,0,.75), 0 0 44px rgba(255,77,53,.28);--ph-r-xs: .25rem;--ph-r-sm: .5rem;--ph-r-md: .875rem;--ph-r-lg: 1.5rem;--ph-r-xl: 2rem;--ph-r-pill: 9999px;--ph-slant-bottom: polygon(0 0, 100% 0, 100% 88%, 0 100%);--ph-slant-top: polygon(0 6%, 100% 0, 100% 100%, 0 100%);--ph-slant-both: polygon(0 5%, 100% 0, 100% 95%, 0 100%);--ph-dxxl: 5rem;--ph-dxxl-lh: .96;--ph-dxl: 4rem;--ph-dxl-lh: 1;--ph-dlg: 3rem;--ph-dlg-lh: 1.05;--ph-h1: 2.25rem;--ph-h1-lh: 1.12;--ph-h2: 1.75rem;--ph-h2-lh: 1.2;--ph-h3: 1.25rem;--ph-h3-lh: 1.3;--ph-body-lg: 1.125rem;--ph-body: 1rem;--ph-sm: .875rem;--ph-xs: .8125rem;--ph-section-y: 6rem;--ph-section-y-lg: 8rem;--ph-container: 72rem;--ph-container-wide: 88rem;--ph-nav-height: 68px;--ph-gap-sm: 1rem;--ph-gap-md: 1.5rem;--ph-gap-lg: 2rem;--ph-ease: cubic-bezier(.22, 1, .36, 1);--ph-fast: .18s;--ph-mid: .3s;--ph-slow: .5s}:root{--ph-color-bg: #0b0f14;--ph-color-fg: #f7f7f7;--ph-color-surface: rgba(255, 255, 255, .06);--ph-color-border: rgba(255, 255, 255, .12);--ph-color-primary: #ff6a00;--ph-radius: 14px;--ph-shadow: 0 10px 30px rgba(0, 0, 0, .35)}.ph-root *,.ph-root *:before,.ph-root *:after{box-sizing:border-box;margin:0;padding:0}.ph-root img,.ph-root video,.ph-root svg{display:block;max-width:100%}.ph-root button{cursor:pointer;border:none;background:none;font:inherit}.ph-root a{color:inherit;text-decoration:none}.ph-root ul,.ph-root ol{list-style:none}.ph-root input,.ph-root textarea,.ph-root select{font:inherit}.ph-root address{font-style:normal}.ph-body{font-family:Cairo,system-ui,sans-serif;background:var(--ph-bg);color:var(--ph-text);line-height:1.65;font-size:var(--ph-body);font-weight:400;-webkit-font-smoothing:antialiased;direction:rtl}.ph-body.ph-nav-open{overflow:hidden}[dir=ltr],.ph-ltr{direction:ltr;unicode-bidi:embed}.ph-num{font-variant-numeric:tabular-nums;direction:ltr;display:inline-block}.ph-bidi-ltr{direction:ltr;unicode-bidi:isolate}.ph-bidi-embed{unicode-bidi:embed}.ph-root[dir=rtl]{--ph-slide-from-start: 24px;--ph-slide-from-end: -24px}.ph-root[dir=ltr]{--ph-slide-from-start: -24px;--ph-slide-from-end: 24px}.ph-body::-webkit-scrollbar{width:6px}.ph-body::-webkit-scrollbar-track{background:var(--ph-bg)}.ph-body::-webkit-scrollbar-thumb{background:var(--ph-coral-600);border-radius:var(--ph-r-pill)}.ph-container{width:100%;max-width:var(--ph-container);margin-inline:auto;padding-inline:1.5rem}.ph-container-wide{width:100%;max-width:var(--ph-container-wide);margin-inline:auto;padding-inline:1.5rem}.ph-container-fluid{width:100%;padding-inline:1.5rem}.ph-section{padding-block:var(--ph-section-y)}.ph-section-lg{padding-block:var(--ph-section-y-lg)}.ph-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ph-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ph-flex{display:flex}.ph-flex-center{display:flex;align-items:center;justify-content:center}.ph-flex-between{display:flex;align-items:center;justify-content:space-between}.ph-flex-wrap{display:flex;flex-wrap:wrap}.ph-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:var(--ph-gap-md)}.ph-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--ph-gap-md)}.ph-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--ph-gap-md)}.ph-auto-grid-sm{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:var(--ph-gap-md)}.ph-auto-grid-260{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.ph-auto-grid-md{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--ph-gap-lg)}.ph-auto-grid-lg{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:var(--ph-gap-lg)}.ph-overflow-x-auto{overflow-x:auto}.ph-stack-sm{display:flex;flex-direction:column;gap:1rem}.ph-stack-md{display:flex;flex-direction:column;gap:1.5rem}.ph-mt-lg{margin-top:1.5rem}.ph-mb-xl{margin-bottom:2rem}.ph-flex-gap-center{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.ph-object-cover{-o-object-fit:cover;object-fit:cover}.ph-text-center{text-align:center}.ph-text-start{text-align:start}.ph-text-end{text-align:end}.ph-text-accent{color:var(--ph-coral-400)}.ph-text-fire{color:var(--ph-fire-400)}.ph-text-muted{color:var(--ph-text-2)}.ph-text-dim{color:var(--ph-text-3)}.ph-hidden{display:none!important}.ph-visible{visibility:visible}.ph-display-xxl{font-size:clamp(2.8rem,8vw,var(--ph-dxxl));font-weight:900;line-height:var(--ph-dxxl-lh);letter-spacing:-.04em;font-family:Cairo,sans-serif}.ph-display-xl{font-size:clamp(2.2rem,6vw,var(--ph-dxl));font-weight:900;line-height:var(--ph-dxl-lh);letter-spacing:-.03em}.ph-display-lg{font-size:clamp(1.8rem,4.5vw,var(--ph-dlg));font-weight:800;line-height:var(--ph-dlg-lh);letter-spacing:-.025em}.ph-h1{font-size:var(--ph-h1);font-weight:800;line-height:var(--ph-h1-lh);letter-spacing:-.02em}.ph-h2{font-size:var(--ph-h2);font-weight:700;line-height:var(--ph-h2-lh);letter-spacing:-.015em}.ph-h3{font-size:var(--ph-h3);font-weight:700;line-height:var(--ph-h3-lh)}.ph-body-lg{font-size:var(--ph-body-lg);line-height:1.7}.ph-body-text{font-size:var(--ph-body);line-height:1.7}.ph-small{font-size:var(--ph-sm);line-height:1.6}.ph-micro{font-size:var(--ph-xs);line-height:1.5}.ph-headline-gradient{background:linear-gradient(135deg,var(--ph-coral-300) 0%,var(--ph-fire-400) 60%,var(--ph-coral-400) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ph-label{font-size:var(--ph-xs);font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:var(--ph-coral-400)}.ph-section-title{text-align:center;margin-bottom:3rem}.ph-section-title .ph-label{display:block;margin-bottom:.625rem}.ph-section-title h2{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;line-height:1.15;letter-spacing:-.025em;margin-bottom:1rem}.ph-section-title p{font-size:var(--ph-body-lg);color:var(--ph-text-2);max-width:52ch;margin-inline:auto}@keyframes ph-fade-up{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes ph-fade-in{0%{opacity:0}to{opacity:1}}@keyframes ph-scale-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes ph-slide-in-start{0%{opacity:0;transform:translate(var(--ph-slide-from-start, 24px))}to{opacity:1;transform:translate(0)}}@keyframes ph-slide-in-end{0%{opacity:0;transform:translate(var(--ph-slide-from-end, -24px))}to{opacity:1;transform:translate(0)}}@keyframes ph-fire-flicker{0%,to{opacity:1}50%{opacity:.7;transform:scale(1.02) translateY(-1px)}}@keyframes ph-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}@keyframes ph-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}.ph-anim-fade-up{animation:ph-fade-up .55s var(--ph-ease) both}.ph-anim-fade-in{animation:ph-fade-in .45s ease both}.ph-anim-scale-in{animation:ph-scale-in .45s var(--ph-ease) both}.ph-anim-slide-start{animation:ph-slide-in-start .5s var(--ph-ease) both}.ph-anim-slide-end{animation:ph-slide-in-end .5s var(--ph-ease) both}.ph-anim-flicker{animation:ph-fire-flicker 2.8s ease-in-out infinite}.ph-delay-1{animation-delay:.1s}.ph-delay-2{animation-delay:.2s}.ph-delay-3{animation-delay:.3s}.ph-delay-4{animation-delay:.4s}.ph-delay-5{animation-delay:.5s}.ph-delay-6{animation-delay:.6s}.ph-delay-7{animation-delay:.7s}.ph-reveal{opacity:0;transform:translateY(24px);transition:opacity .6s var(--ph-ease),transform .6s var(--ph-ease)}.ph-reveal.ph-revealed{opacity:1;transform:none}.ph-reveal.ph-delay-1{transition-delay:.1s}.ph-reveal.ph-delay-2{transition-delay:.2s}.ph-reveal.ph-delay-3{transition-delay:.3s}@media(max-width:1024px){.ph-camp-promo-inner{grid-template-columns:1fr}.ph-footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.ph-contact-wrap{grid-template-columns:1fr}.ph-photo-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}.ph-photo-grid .ph-photo-main{grid-row:span 1}}@media(max-width:768px){:root{--ph-section-y: 4rem;--ph-section-y-lg: 5.5rem}.ph-hero,.ph-cta-banner,.ph-section-slant-top,.ph-section-slant-both,.ph-section-slant-bottom{clip-path:none!important;margin-top:0!important;margin-bottom:0!important;padding-block:var(--ph-section-y)!important}.ph-nav-links,.ph-nav-actions{display:none}.ph-nav-burger{display:flex}.ph-hero{min-height:auto;padding-top:3rem}.ph-hero-headline{letter-spacing:-.025em}.ph-hero-stats{gap:1.5rem}.ph-hero-stat-num{font-size:1.75rem}.ph-scroll-hint{display:none}.ph-grid-2,.ph-grid-3,.ph-grid-4,.ph-training-grid{grid-template-columns:1fr}.ph-coach-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.ph-testimonial-grid{grid-template-columns:1fr}.ph-excellence-grid,.ph-quicklinks-grid{grid-template-columns:repeat(2,1fr)}.ph-performance-grid{grid-template-columns:1fr}.ph-enroll-banner{flex-direction:column;align-items:flex-start}.ph-footer-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.ph-form-row{grid-template-columns:1fr}.ph-cta-banner-actions{flex-direction:column;align-items:stretch}.ph-success-card{padding:2.5rem 1.75rem}.ph-skill-matrix{font-size:var(--ph-xs)}.ph-timeline:before{inset-inline-start:.875rem}.ph-photo-grid{grid-template-columns:1fr;grid-template-rows:auto}}@media(max-width:480px){:root{--ph-section-y: 3rem}.ph-container{padding-inline:1rem}.ph-excellence-grid{grid-template-columns:1fr}.ph-quicklinks-grid{grid-template-columns:1fr 1fr}.ph-coach-grid,.ph-footer-grid{grid-template-columns:1fr}.ph-footer-bottom{flex-direction:column;align-items:flex-start}.ph-countdown{gap:1rem}.ph-hero-cta{flex-direction:column;align-items:flex-start}.ph-hero-cta .ph-btn{width:100%;justify-content:center}.ph-legal{padding-block:3rem}}@media print{.ph-nav,.ph-announcement,.ph-footer-social,.ph-cta-banner,.ph-scroll-hint{display:none}.ph-body{background:#fff;color:#000}.ph-surface{background:#f5f5f5}.ph-hero{min-height:auto;clip-path:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.ph-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;font-family:Cairo,sans-serif;font-size:var(--ph-body);font-weight:700;line-height:1;border-radius:var(--ph-r-sm);cursor:pointer;border:2px solid transparent;transition:all var(--ph-fast) var(--ph-ease);white-space:nowrap;text-decoration:none;position:relative;overflow:hidden}.ph-btn:before{content:"";position:absolute;inset:0;background:#fff0;transition:background var(--ph-fast)}.ph-btn:hover:before{background:#ffffff0f}.ph-btn:active{transform:scale(.97)}.ph-btn:focus-visible{outline:2px solid var(--ph-coral-400);outline-offset:3px}.ph-btn-primary{background:var(--ph-coral-500);color:#fff;border-color:var(--ph-coral-500);box-shadow:var(--ph-glow-sm)}.ph-btn-primary:hover{background:var(--ph-coral-400);border-color:var(--ph-coral-400);box-shadow:var(--ph-glow-md);transform:translateY(-1px)}.ph-btn-fire{background:var(--ph-fire-500);color:#fff;border-color:var(--ph-fire-500)}.ph-btn-fire:hover{background:var(--ph-fire-400);border-color:var(--ph-fire-400);box-shadow:0 0 28px #ff8c1a59;transform:translateY(-1px)}.ph-btn-outline{background:transparent;color:var(--ph-text);border-color:var(--ph-border-2)}.ph-btn-outline:hover{border-color:var(--ph-coral-400);color:var(--ph-coral-400);box-shadow:var(--ph-glow-sm)}.ph-btn-ghost{background:transparent;color:var(--ph-coral-400);border-color:transparent}.ph-btn-ghost:hover{background:#ff4d351a;border-color:var(--ph-border-1)}.ph-btn-xl{padding:1.125rem 2.75rem;font-size:1.125rem;font-weight:800}.ph-btn-lg{padding:1rem 2.25rem;font-size:1.0625rem}.ph-btn-sm{padding:.625rem 1.25rem;font-size:var(--ph-sm)}.ph-btn-xs{padding:.4rem .875rem;font-size:var(--ph-xs)}.ph-btn-full{width:100%}.ph-btn-icon{width:2.75rem;height:2.75rem;padding:0;border-radius:var(--ph-r-sm);display:inline-flex;align-items:center;justify-content:center;background:var(--ph-surface);border:1px solid var(--ph-border-1);color:var(--ph-text-2);transition:all var(--ph-fast) var(--ph-ease)}.ph-btn-icon:hover{border-color:var(--ph-border-2);color:var(--ph-coral-400)}.ph-btn-white{background:#fff;color:var(--ph-coral-600);border-color:#fff;font-weight:800}.ph-btn-white:hover{background:#ffffffe6;transform:translateY(-1px);box-shadow:0 8px 24px #00000040}.ph-btn-white-outline{background:transparent;color:#fff;border-color:#ffffff80}.ph-btn-white-outline:hover{background:#ffffff1f;border-color:#fff}.ph-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .75rem;border-radius:var(--ph-r-pill);font-size:var(--ph-xs);font-weight:700;font-family:Cairo,sans-serif;white-space:nowrap}.ph-badge-coral{background:#ff4d3526;color:var(--ph-coral-300);border:1px solid rgba(255,77,53,.25)}.ph-badge-fire{background:#ff8c1a1f;color:var(--ph-fire-300);border:1px solid rgba(255,140,26,.22)}.ph-badge-success{background:#22c55e1f;color:#4ade80;border:1px solid rgba(34,197,94,.22)}.ph-badge-warning{background:#eab3081f;color:#facc15;border:1px solid rgba(234,179,8,.22)}.ph-badge-dark{background:var(--ph-elevated);color:var(--ph-text-2);border:1px solid var(--ph-border-1)}.ph-badge-filled{background:var(--ph-coral-500);color:#fff;border:none}.ph-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:currentColor}.ph-dot-pulse{animation:ph-pulse 1.8s ease-in-out infinite}.ph-announcement{background:var(--ph-coral-600);padding:.625rem 1.5rem;display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:var(--ph-sm);font-weight:700;text-align:center;position:relative;z-index:50}.ph-announcement strong{color:#fff}.ph-announcement a{color:#fff;text-decoration:underline;text-underline-offset:2px}.ph-announcement a:hover{opacity:.8}.ph-announcement-close{position:absolute;inset-inline-end:1rem;background:none;border:none;cursor:pointer;color:#ffffffb3;font-size:1.25rem;line-height:1;padding:.25rem}.ph-announcement-close:hover{color:#fff}.ph-nav{position:sticky;top:0;z-index:100;background:#0d0b09e0;border-bottom:1px solid var(--ph-border-1);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:background var(--ph-mid)}.ph-nav.ph-nav-scrolled{background:#0d0b09f7;border-bottom-color:var(--ph-border-2);box-shadow:0 2px 24px #00000080}.ph-nav-inner{max-width:var(--ph-container);margin-inline:auto;padding-inline:1.5rem;height:68px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.ph-nav-logo{display:flex;align-items:center;gap:.75rem;font-weight:900;font-size:1.3125rem;letter-spacing:-.02em;text-decoration:none;color:var(--ph-text);flex-shrink:0}.ph-nav-logo-icon{width:40px;height:40px;background:var(--ph-coral-500);border-radius:var(--ph-r-sm);display:flex;align-items:center;justify-content:center;box-shadow:var(--ph-glow-sm)}.ph-nav-logo-accent{color:var(--ph-coral-400)}.ph-nav-links{display:flex;align-items:center;gap:.25rem;list-style:none;margin:0;padding:0}.ph-nav-links a{display:block;padding:.5rem .875rem;font-size:var(--ph-sm);font-weight:600;color:var(--ph-text-2);border-radius:var(--ph-r-xs);transition:color var(--ph-fast),background var(--ph-fast)}.ph-nav-links a:hover,.ph-nav-links a[aria-current=page]{color:var(--ph-text);background:#ffffff0d}.ph-nav-links a[aria-current=page]{color:var(--ph-coral-400)}.ph-nav-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.ph-nav-logo [data-icon]{width:1.4em;height:1.4em;color:var(--ph-accent)}.ph-nav-burger [data-icon]{width:1.5em;height:1.5em;display:block}.ph-burger-close,.ph-nav-burger[aria-expanded=true] .ph-burger-open{display:none}.ph-nav-burger[aria-expanded=true] .ph-burger-close{display:block}.ph-nav-burger{display:none;flex-direction:column;gap:5px;width:40px;height:40px;align-items:center;justify-content:center;cursor:pointer;background:none;border:none;padding:.375rem;border-radius:var(--ph-r-xs)}.ph-nav-mobile{display:none;position:fixed;inset:0;top:var(--ph-nav-height, 68px);z-index:99;background:var(--ph-bg);padding:1.5rem;flex-direction:column;gap:.25rem;overflow-y:auto;border-top:1px solid var(--ph-border-1)}.ph-nav-mobile.ph-open{display:flex}.ph-nav-mobile a{display:block;padding:.875rem 1.25rem;font-size:1.0625rem;font-weight:700;color:var(--ph-text-2);border-radius:var(--ph-r-sm);transition:all var(--ph-fast);border:1px solid transparent}.ph-nav-mobile a:hover,.ph-nav-mobile a[aria-current=page]{color:var(--ph-coral-400);background:#ff4d3512;border-color:var(--ph-border-1)}.ph-nav-mobile .ph-mobile-cta{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--ph-border-1)}.ph-testimonials{background:var(--ph-bg)}.ph-testimonial-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.ph-testimonial-card{background:var(--ph-surface);border:1px solid var(--ph-border-1);border-radius:var(--ph-r-lg);padding:2rem 1.75rem;display:flex;flex-direction:column;gap:1.25rem;transition:all var(--ph-fast) var(--ph-ease);position:relative}.ph-testimonial-card:hover{border-color:var(--ph-border-2);box-shadow:var(--ph-shadow-2)}.ph-testimonial-quote-icon{font-size:3rem;line-height:1;color:var(--ph-coral-600);font-family:Georgia,serif;position:absolute;top:1.25rem;inset-inline-end:1.75rem}.ph-testimonial-stars{display:flex;gap:.2rem;color:var(--ph-fire-400);font-size:.875rem}.ph-testimonial-text{font-size:var(--ph-body);color:var(--ph-text-2);line-height:1.7;flex:1}.ph-testimonial-author{display:flex;align-items:center;gap:.875rem;padding-top:1rem;border-top:1px solid var(--ph-border-1)}.ph-testimonial-avatar{width:44px;height:44px;border-radius:50%;background:var(--ph-coral-600);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.0625rem;color:#fff;flex-shrink:0;overflow:hidden}.ph-testimonial-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}img.ph-testimonial-avatar{width:44px;height:44px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.ph-testimonial-name{font-weight:700;font-size:var(--ph-sm)}.ph-testimonial-role{font-size:var(--ph-xs);color:var(--ph-text-3)}.ph-cta-banner{position:relative;overflow:hidden;background:var(--ph-coral-600);clip-path:var(--ph-slant-both);padding-block:8rem!important;text-align:center}.ph-cta-banner:before{content:"";position:absolute;inset:0;z-index:0;background:radial-gradient(ellipse 80% 80% at 50% 50%,rgba(255,77,53,.5) 0%,transparent 70%),linear-gradient(135deg,var(--ph-coral-700) 0%,var(--ph-coral-500) 50%,var(--ph-fire-600) 100%)}.ph-cta-banner-inner{position:relative;z-index:1;max-width:56rem;margin-inline:auto;padding-inline:1.5rem}.ph-cta-banner-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:900;line-height:1.05;letter-spacing:-.03em;color:#fff;margin-bottom:1.25rem}.ph-cta-banner-text{font-size:var(--ph-body-lg);color:#ffffffd1;margin-bottom:2.5rem;line-height:1.7}.ph-cta-banner-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.ph-faq-list{display:flex;flex-direction:column;gap:.625rem;max-width:64rem;margin-inline:auto}.ph-faq-item{background:var(--ph-surface);border:1px solid var(--ph-border-1);border-radius:var(--ph-r-md);overflow:hidden;transition:border-color var(--ph-fast),box-shadow var(--ph-fast)}.ph-faq-item.ph-open{border-color:var(--ph-border-2);box-shadow:var(--ph-shadow-1)}.ph-faq-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.375rem 1.5rem;background:none;border:none;cursor:pointer;text-align:start;color:var(--ph-text);font-family:Cairo,sans-serif;font-size:var(--ph-body);font-weight:700;transition:color var(--ph-fast),background var(--ph-fast)}.ph-faq-trigger:hover{background:#ff4d350a}.ph-faq-item.ph-open .ph-faq-trigger{color:var(--ph-coral-400)}.ph-faq-icon{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:#ff4d351f;display:flex;align-items:center;justify-content:center;font-size:1rem;line-height:1;color:var(--ph-coral-400);transition:transform var(--ph-fast),background var(--ph-fast)}.ph-faq-item.ph-open .ph-faq-icon{transform:rotate(45deg);background:var(--ph-coral-500);color:#fff}.ph-faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}.ph-faq-item.ph-open .ph-faq-answer{max-height:500px}.ph-faq-answer p{padding-inline:1.5rem;padding-block-end:1.5rem;color:var(--ph-text-2);font-size:var(--ph-sm);line-height:1.75}.ph-form-group{display:flex;flex-direction:column;gap:.5rem}.ph-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.ph-label-text{font-size:var(--ph-sm);font-weight:700;color:var(--ph-text-2)}.ph-input,.ph-textarea,.ph-select{width:100%;background:var(--ph-elevated);border:1px solid var(--ph-border-1);border-radius:var(--ph-r-sm);padding:.875rem 1.125rem;font-family:Cairo,sans-serif;font-size:var(--ph-body);color:var(--ph-text);outline:none;transition:border-color var(--ph-fast),box-shadow var(--ph-fast)}.ph-input::-moz-placeholder,.ph-textarea::-moz-placeholder{color:var(--ph-text-3)}.ph-input::placeholder,.ph-textarea::placeholder{color:var(--ph-text-3)}.ph-input:hover,.ph-textarea:hover,.ph-select:hover{border-color:var(--ph-border-2)}.ph-input:focus,.ph-textarea:focus,.ph-select:focus{border-color:var(--ph-coral-400);box-shadow:0 0 0 3px #ff4d352e}.ph-input.ph-invalid,.ph-textarea.ph-invalid{border-color:#f87171}.ph-input.ph-valid,.ph-textarea.ph-valid{border-color:#4ade80}.ph-textarea{resize:vertical;min-height:130px}.ph-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.ph-form-help{font-size:var(--ph-xs);color:var(--ph-text-3)}.ph-form-error{font-size:var(--ph-xs);color:#f87171}.ph-check-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:var(--ph-sm)}.ph-check-input{width:18px;height:18px;flex-shrink:0;border:1.5px solid var(--ph-border-2);border-radius:4px;background:var(--ph-elevated);accent-color:var(--ph-coral-500);cursor:pointer;margin-top:.125rem}.ph-form-narrow{max-width:40rem;margin-inline:auto}.ph-contact-wrap{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}.ph-contact-info{display:flex;flex-direction:column;gap:1.5rem}.ph-contact-detail{display:flex;align-items:flex-start;gap:1rem;font-size:var(--ph-sm)}.ph-contact-detail-icon{width:40px;height:40px;background:#ff4d351f;border-radius:var(--ph-r-sm);display:flex;align-items:center;justify-content:center;font-size:1.125rem;flex-shrink:0;color:var(--ph-coral-400)}.ph-contact-detail-label{font-size:var(--ph-xs);color:var(--ph-text-3);margin-bottom:.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.ph-contact-detail-val{color:var(--ph-text);font-weight:600}.ph-enroll-banner{background:linear-gradient(135deg,var(--ph-surface) 0%,var(--ph-elevated) 100%);border:1px solid var(--ph-border-2);border-radius:var(--ph-r-xl);padding:3rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;position:relative;overflow:hidden}.ph-enroll-banner:before{content:"";position:absolute;inset-inline-start:0;top:0;bottom:0;width:4px;background:linear-gradient(to bottom,var(--ph-coral-400),var(--ph-fire-400))}.ph-enroll-banner-text,.ph-enroll-banner-actions{position:relative;z-index:2}.ph-enroll-banner-text h3{font-size:var(--ph-h2);font-weight:800;margin-bottom:.5rem}.ph-enroll-banner-text p{color:var(--ph-text-2);font-size:var(--ph-sm)}.ph-enroll-banner-actions{display:flex;gap:.875rem;flex-wrap:wrap;flex-shrink:0}.ph-footer{background:var(--ph-surface);border-top:1px solid var(--ph-border-1);padding-block:4rem 2rem}.ph-footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:3rem;margin-bottom:3rem}.ph-footer-brand{display:flex;flex-direction:column;gap:1.25rem}.ph-footer-logo{display:flex;align-items:center;gap:.75rem;font-weight:900;font-size:1.1875rem;letter-spacing:-.02em;color:var(--ph-text);text-decoration:none}.ph-footer-logo-icon{width:36px;height:36px;background:var(--ph-coral-500);border-radius:var(--ph-r-sm);display:flex;align-items:center;justify-content:center;font-size:1.0625rem}.ph-footer-tagline{font-size:var(--ph-sm);color:var(--ph-text-2);line-height:1.65;max-width:28ch}.ph-footer-social{display:flex;gap:.625rem}.ph-footer-social-link{width:36px;height:36px;border-radius:var(--ph-r-sm);background:var(--ph-elevated);border:1px solid var(--ph-border-1);display:flex;align-items:center;justify-content:center;font-size:.875rem;color:var(--ph-text-2);transition:all var(--ph-fast)}.ph-footer-social-link:hover{background:#ff4d351f;border-color:var(--ph-border-2);color:var(--ph-coral-400)}.ph-footer-col h4{font-weight:800;font-size:var(--ph-sm);margin-bottom:1rem;color:var(--ph-text)}.ph-footer-links{display:flex;flex-direction:column;gap:.625rem}.ph-footer-links a{display:flex;align-items:center;gap:.4rem;font-size:var(--ph-sm);color:var(--ph-text-2);text-decoration:none;transition:color var(--ph-fast)}.ph-footer-links a:hover{color:var(--ph-coral-400)}.ph-footer-links [data-icon]{width:1em;height:1em;flex-shrink:0;color:var(--ph-accent)}.ph-footer-bottom{padding-top:2rem;border-top:1px solid var(--ph-border-1);display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.ph-footer-copy{font-size:var(--ph-xs);color:var(--ph-text-3)}.ph-footer-legal{display:flex;gap:1.5rem}.ph-footer-legal a{font-size:var(--ph-xs);color:var(--ph-text-3);transition:color var(--ph-fast)}.ph-footer-legal a:hover{color:var(--ph-text-2)}.ph-footer-address{margin-top:1rem;font-size:var(--ph-xs);color:var(--ph-text-3);line-height:1.6;font-style:normal}.ph-footer-addr-icon{display:inline;vertical-align:middle;margin-inline-start:4px;width:1em;height:1em}.ph-footer-social-link [data-icon]{width:1.2em;height:1.2em}.ph-footer-logo [data-icon]{width:1.5em;height:1.5em;color:var(--ph-accent)}.ph-footer-logo-icon{color:var(--ph-accent)}.ph-program-card-icon-wrap,.ph-conditioning-icon-wrap,.ph-tactical-icon-wrap,.ph-curriculum-icon-wrap{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:.75rem;background:linear-gradient(135deg,var(--ph-fire-600),var(--ph-coral-400));margin-bottom:1rem;box-shadow:0 4px 16px #ff503233}.ph-program-card-icon,.ph-conditioning-icon,.ph-tactical-icon,.ph-curriculum-icon{width:1.5rem;height:1.5rem;color:#fff}.ph-philosophy-icon-wrap{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:.75rem;background:linear-gradient(135deg,var(--ph-fire-600),var(--ph-coral-400));margin-bottom:1.25rem;box-shadow:0 4px 16px #ff503240}.ph-philosophy-icon{width:1.75rem;height:1.75rem;color:#fff}.ph-contact-icon-wrap{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:50%;background:linear-gradient(135deg,var(--ph-fire-600),var(--ph-coral-400));margin-bottom:1.25rem}.ph-contact-icon{width:1.75rem;height:1.75rem;color:#fff}.ph-quicklink-icon [data-icon]{width:2rem;height:2rem}.ph-interactive-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#ff4d3526,#0006);pointer-events:none}.ph-ann-icon{display:inline-block;width:1.1em;height:1.1em;vertical-align:middle;margin-inline-start:4px}.ph-announcement-close [data-icon]{width:1em;height:1em}.ph-hero{position:relative;min-height:100svh;display:flex;align-items:center;overflow:hidden;background:var(--ph-bg);clip-path:var(--ph-slant-bottom);padding-bottom:8rem}.ph-hero-bg{position:absolute;inset:0;background:linear-gradient(135deg,#0d0b09,#1a0c06 40%,#230e06,#0d0b09);z-index:0}.ph-hero-bg-img{position:absolute;inset:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;z-index:1;opacity:.18}.ph-hero-fire-overlay{position:absolute;inset:0;z-index:2;background:radial-gradient(ellipse 60% 70% at 70% 50%,rgba(255,77,53,.22) 0%,transparent 70%),radial-gradient(ellipse 40% 50% at 30% 80%,rgba(255,140,26,.14) 0%,transparent 60%),linear-gradient(to bottom,transparent 50%,rgba(13,11,9,.8) 100%)}.ph-hero-inner{position:relative;z-index:3;width:100%;max-width:var(--ph-container);margin-inline:auto;padding-inline:1.5rem;padding-block:6rem 4rem;display:flex;flex-direction:column;gap:2rem}.ph-hero-overline{display:inline-flex;align-items:center;gap:.625rem;background:#ff4d351f;border:1px solid rgba(255,77,53,.28);border-radius:var(--ph-r-pill);padding:.375rem 1rem;font-size:var(--ph-xs);font-weight:800;color:var(--ph-coral-300);text-transform:uppercase;letter-spacing:.1em;width:-moz-fit-content;width:fit-content}.ph-hero-headline{font-size:clamp(3rem,9vw,5.5rem);font-weight:900;line-height:.96;letter-spacing:-.04em;max-width:18ch}.ph-hero-headline .ph-line-accent{color:var(--ph-coral-400);display:block}.ph-hero-headline .ph-line-fire{color:var(--ph-fire-400);display:block}.ph-hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:var(--ph-text-2);max-width:48ch;line-height:1.7}.ph-hero-cta{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.ph-hero-stats{display:flex;flex-wrap:wrap;gap:2.5rem;padding-top:2.5rem;border-top:1px solid var(--ph-border-1);margin-top:1rem}.ph-hero-stat-item{display:flex;flex-direction:column;gap:.125rem}.ph-hero-stat-num{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:900;line-height:1;color:var(--ph-coral-400);letter-spacing:-.03em}.ph-hero-stat-label{font-size:var(--ph-xs);font-weight:600;color:var(--ph-text-2);text-transform:uppercase;letter-spacing:.08em}.ph-scroll-hint{position:absolute;bottom:10%;inset-inline-start:50%;transform:translate(-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:.375rem;font-size:var(--ph-xs);color:var(--ph-text-3);animation:ph-bounce 2.4s ease-in-out infinite}.ph-section-slant-top{clip-path:var(--ph-slant-top);margin-top:-4rem;padding-top:7rem!important}.ph-section-slant-both{clip-path:var(--ph-slant-both);margin-top:-4rem;margin-bottom:-4rem;padding-block:9rem!important}.ph-section-slant-bottom{clip-path:var(--ph-slant-bottom);padding-bottom:8rem!important}.ph-slant-coral{background:linear-gradient(135deg,#e6352014,#0d0b09,#ff8c1a0d)}.ph-slant-dark{background:var(--ph-surface)}.ph-quicklinks{background:var(--ph-surface);padding-block:3rem}.ph-quicklinks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1px;background:var(--ph-border-1);border:1px solid var(--ph-border-1);border-radius:var(--ph-r-md);overflow:hidden}.ph-quicklink-item{background:var(--ph-surface);padding:1.75rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;text-decoration:none;color:var(--ph-text);transition:all var(--ph-fast) var(--ph-ease);text-align:center}.ph-quicklink-item:hover{background:#ff4d3512}.ph-quicklink-icon{width:52px;height:52px;border-radius:var(--ph-r-md);background:#ff4d351f;border:1px solid var(--ph-border-2);display:flex;align-items:center;justify-content:center;font-size:1.5rem;transition:all var(--ph-fast)}.ph-quicklink-item:hover .ph-quicklink-icon{background:#ff4d3533;box-shadow:var(--ph-glow-sm)}.ph-quicklink-label{font-size:var(--ph-sm);font-weight:700}.ph-quicklink-desc{font-size:var(--ph-xs);color:var(--ph-text-2);line-height:1.5}.ph-excellence-strip{background:var(--ph-bg);padding-block:4rem}.ph-excellence-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}.ph-excellence-card{background:var(--ph-surface);border:1px solid var(--ph-border-1);border-radius:var(--ph-r-md);padding:2rem 1.75rem;display:flex;flex-direction:column;gap:.75rem;position:relative;overflow:hidden;transition:all var(--ph-fast) var(--ph-ease)}.ph-excellence-card:before{content:"";position:absolute;inset-inline-start:0;top:0;bottom:0;width:3px;background:var(--ph-coral-500);border-start-start-radius:0;border-start-end-radius:var(--ph-r-xs);border-end-end-radius:var(--ph-r-xs);border-end-start-radius:0}.ph-excellence-card:hover{border-color:var(--ph-border-2);box-shadow:var(--ph-shadow-2);transform:translateY(-2px)}.ph-excellence-num{font-size:clamp(2.25rem,4vw,3rem);font-weight:900;color:var(--ph-coral-400);line-height:1;letter-spacing:-.03em}.ph-excellence-unit{font-size:1.25rem;color:var(--ph-fire-400)}.ph-excellence-title{font-weight:700;font-size:var(--ph-body)}.ph-excellence-desc{font-size:var(--ph-sm);color:var(--ph-text-2);line-height:1.6}.ph-camp-promo{background:var(--ph-surface);position:relative;overflow:hidden}.ph-camp-promo:before{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(125deg,var(--ph-coral-600) 0%,rgba(13,11,9,0) 50%);opacity:.4}.ph-camp-promo-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.ph-camp-promo-overline{font-size:var(--ph-xs);font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:var(--ph-fire-400);margin-bottom:1rem}.ph-camp-promo-title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:900;line-height:1.06;letter-spacing:-.03em;margin-bottom:1.25rem}.ph-camp-promo-text{color:var(--ph-text-2);font-size:var(--ph-body-lg);line-height:1.7;margin-bottom:2rem}.ph-camp-list{display:flex;flex-direction:column;gap:1rem}.ph-camp-card{background:#ffffff0a;border:1px solid var(--ph-border-1);border-radius:var(--ph-r-md);padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;transition:all var(--ph-fast);text-decoration:none;color:inherit}.ph-camp-card:hover{border-color:var(--ph-border-2);background:#ff4d350f}.ph-camp-card-info{display:flex;flex-direction:column;gap:.3rem}.ph-camp-card-name{font-weight:700;font-size:var(--ph-body)}.ph-camp-card-meta{font-size:var(--ph-xs);color:var(--ph-text-2)}.ph-camp-card-badge{flex-shrink:0}.ph-date-badge{background:var(--ph-coral-500);color:#fff;border-radius:var(--ph-r-sm);padding:.5rem .875rem;text-align:center;flex-shrink:0;min-width:56px}.ph-date-badge-day{font-size:1.375rem;font-weight:900;line-height:1}.ph-date-badge-month{font-size:var(--ph-xs);font-weight:700;opacity:.85;text-transform:uppercase}.ph-countdown{display:flex;gap:1.5rem;align-items:center;margin-top:1.5rem}.ph-countdown-unit{display:flex;flex-direction:column;align-items:center;gap:.2rem}.ph-countdown-num{font-size:2rem;font-weight:900;line-height:1;color:var(--ph-coral-400)}.ph-countdown-label{font-size:var(--ph-xs);color:var(--ph-text-2);font-weight:600;text-transform:uppercase;letter-spacing:.06em}.ph-countdown-sep{font-size:1.5rem;font-weight:900;color:var(--ph-border-2);align-self:flex-start;margin-top:.1rem}.ph-training-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.ph-training-card{background:var(--ph-surface);border:1px solid var(--ph-border-1);border-radius:var(--ph-r-md);padding:2rem;position:relative;overflow:hidden;transition:all var(--ph-fast) var(--ph-ease);text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:1rem}.ph-training-card:hover{border-color:var(--ph-border-2);box-shadow:var(--ph-shadow-2);transform:translateY(-3px)}.ph-training-card-num{position:absolute;inset-inline-end:1.5rem;top:1.25rem;font-size:3.5rem;font-weight:900;color:#ff4d3514;line-height:1;font-variant-numeric:tabular-nums;direction:ltr}.ph-training-card-icon{width:48px;height:48px;background:#ff4d351f;border:1px solid var(--ph-border-2);border-radius:var(--ph-r-sm);display:flex;align-items:center;justify-content:center;font-size:1.5rem}.ph-training-card-title{font-size:var(--ph-h3);font-weight:800;line-height:1.25}.ph-training-card-desc{font-size:var(--ph-sm);color:var(--ph-text-2);line-height:1.65;flex:1}.ph-training-card-link{display:inline-flex;align-items:center;gap:.375rem;font-size:var(--ph-sm);font-weight:700;color:var(--ph-coral-400);margin-top:auto}.ph-training-card-link:after{content:" ←"}.ph-skill-matrix{width:100%;border-collapse:collapse;font-size:var(--ph-sm)}.ph-skill-matrix thead th{background:var(--ph-elevated);padding:.875rem 1.25rem;text-align:start;font-weight:800;font-size:var(--ph-xs);text-transform:uppercase;letter-spacing:.08em;color:var(--ph-text-2);border-bottom:1px solid var(--ph-border-2)}.ph-skill-matrix thead th:first-child{border-start-start-radius:var(--ph-r-sm);border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}.ph-skill-matrix thead th:last-child{border-start-start-radius:0;border-start-end-radius:var(--ph-r-sm);border-end-end-radius:0;border-end-start-radius:0}.ph-skill-matrix tbody tr{border-bottom:1px solid var(--ph-border-1);transition:background var(--ph-fast)}.ph-skill-matrix tbody tr:hover{background:#ff4d350a}.ph-skill-matrix tbody td{padding:1rem 1.25rem;color:var(--ph-text-2);vertical-align:middle}.ph-skill-matrix tbody td:first-child{font-weight:700;color:var(--ph-text)}.ph-level-pill{display:inline-block;padding:.2rem .7rem;border-radius:var(--ph-r-pill);font-size:var(--ph-xs);font-weight:700;text-transform:uppercase;letter-spacing:.06em}.ph-level-beginner{background:#22c55e1f;color:#4ade80;border:1px solid rgba(34,197,94,.2)}.ph-level-inter{background:#eab3081f;color:#facc15;border:1px solid rgba(234,179,8,.2)}.ph-level-advanced{background:#ff8c1a1f;color:var(--ph-fire-300);border:1px solid rgba(255,140,26,.2)}.ph-level-elite{background:#ff4d3526;color:var(--ph-coral-300);border:1px solid rgba(255,77,53,.25)}.ph-coach-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.ph-coach-card{background:var(--ph-surface);border:1px solid var(--ph-border-1);border-radius:var(--ph-r-lg);overflow:hidden;transition:all var(--ph-fast) var(--ph-ease);display:flex;flex-direction:column}.ph-coach-card:hover{border-color:var(--ph-border-2);box-shadow:var(--ph-shadow-2);transform:translateY(-3px)}.ph-coach-img-wrap{position:relative;aspect-ratio:3 / 2;overflow:hidden;background:var(--ph-elevated)}.ph-coach-img-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform var(--ph-slow) var(--ph-ease)}.ph-coach-card:hover .ph-coach-img-wrap img{transform:scale(1.05)}.ph-coach-specialty{position:absolute;bottom:.75rem;inset-inline-start:.75rem}.ph-coach-body{padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.ph-coach-name{font-size:var(--ph-h3);font-weight:800}.ph-coach-title{font-size:var(--ph-xs);color:var(--ph-coral-400);font-weight:700;text-transform:uppercase;letter-spacing:.08em}.ph-coach-bio{font-size:var(--ph-sm);color:var(--ph-text-2);line-height:1.6;flex:1}.ph-coach-stats{display:flex;gap:1.25rem;padding-top:1rem;border-top:1px solid var(--ph-border-1);margin-top:auto}.ph-coach-stat{display:flex;flex-direction:column;gap:.1rem}.ph-coach-stat-val{font-weight:800;font-size:1.0625rem;color:var(--ph-coral-400)}.ph-coach-stat-key{font-size:var(--ph-xs);color:var(--ph-text-3)}.ph-gallery-strip{display:flex;gap:.75rem;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.5rem}.ph-gallery-strip::-webkit-scrollbar{display:none}.ph-gallery-item{position:relative;flex-shrink:0;width:clamp(240px,35vw,420px);aspect-ratio:4 / 3;border-radius:var(--ph-r-md);overflow:hidden;background:var(--ph-elevated);cursor:pointer;scroll-snap-align:start}.ph-gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform var(--ph-slow) var(--ph-ease)}.ph-gallery-item:hover img{transform:scale(1.06)}.ph-gallery-caption{position:absolute;bottom:0;inset-inline:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 100%);padding:1.25rem 1rem .75rem;font-size:var(--ph-xs);font-weight:700;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.8)}.ph-photo-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:repeat(2,220px);gap:.75rem;border-radius:var(--ph-r-lg);overflow:hidden}.ph-photo-grid .ph-photo-main{grid-row:span 2}.ph-photo-grid .ph-photo-item{position:relative;overflow:hidden;background:var(--ph-elevated)}.ph-photo-grid .ph-photo-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform var(--ph-slow) var(--ph-ease)}.ph-photo-grid .ph-photo-item:hover img{transform:scale(1.05)}.ph-photo-label{position:absolute;bottom:.75rem;inset-inline-start:1rem;font-size:var(--ph-xs);font-weight:700;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.8);z-index:1}.ph-timeline{position:relative;display:flex;flex-direction:column;gap:2.5rem}.ph-timeline:before{content:"";position:absolute;inset-inline-start:1.25rem;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--ph-coral-500),transparent)}.ph-timeline-item{display:flex;gap:2rem;position:relative}.ph-timeline-dot{position:relative;z-index:1;width:2.5rem;height:2.5rem;flex-shrink:0;background:var(--ph-coral-500);border:3px solid var(--ph-bg);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:var(--ph-xs);font-weight:800;color:#fff;box-shadow:var(--ph-glow-sm)}.ph-timeline-content{flex:1;padding-bottom:.5rem}.ph-timeline-year{font-size:var(--ph-xs);font-weight:800;color:var(--ph-coral-400);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.ph-timeline-title{font-weight:800;font-size:var(--ph-body);margin-bottom:.5rem}.ph-timeline-text{font-size:var(--ph-sm);color:var(--ph-text-2);line-height:1.7}.ph-performance-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.ph-performance-card{background:var(--ph-surface);border:1px solid var(--ph-border-1);border-radius:var(--ph-r-md);padding:2rem;display:flex;flex-direction:column;gap:1rem;transition:all var(--ph-fast)}.ph-performance-card:hover{border-color:var(--ph-border-2);box-shadow:var(--ph-shadow-2)}.ph-perf-header{display:flex;align-items:center;gap:.875rem}.ph-perf-icon{width:48px;height:48px;border-radius:var(--ph-r-sm);background:#ff4d351f;border:1px solid var(--ph-border-2);display:flex;align-items:center;justify-content:center;font-size:1.375rem}.ph-perf-title{font-weight:800;font-size:1.0625rem}.ph-perf-body{font-size:var(--ph-sm);color:var(--ph-text-2);line-height:1.65;flex:1}.ph-progress-wrap{display:flex;flex-direction:column;gap:.375rem}.ph-progress-label{display:flex;justify-content:space-between;font-size:var(--ph-xs);color:var(--ph-text-2)}.ph-progress-bar{height:6px;background:var(--ph-elevated);border-radius:var(--ph-r-pill);overflow:hidden}.ph-progress-fill{height:100%;background:linear-gradient(to inline-end,var(--ph-coral-500),var(--ph-fire-400));border-radius:inherit;transition:width 1s var(--ph-ease)}.ph-progress-fill[data-width]{width:0}.ph-legal{max-width:52rem;margin-inline:auto;padding-block:5rem;padding-inline:1.5rem}.ph-legal h1{font-size:var(--ph-h1);font-weight:800;margin-bottom:.5rem}.ph-legal .ph-legal-meta{font-size:var(--ph-xs);color:var(--ph-text-3);margin-bottom:3rem}.ph-legal h2{font-size:var(--ph-h3);font-weight:700;margin-top:2.5rem;margin-bottom:.875rem;color:var(--ph-coral-400)}.ph-legal p{font-size:var(--ph-sm);color:var(--ph-text-2);line-height:1.8;margin-bottom:1rem}.ph-legal ul{list-style:disc;padding-inline-start:1.5rem;margin-bottom:1rem}.ph-legal ul li{font-size:var(--ph-sm);color:var(--ph-text-2);margin-bottom:.5rem;line-height:1.7}.ph-legal a{color:var(--ph-coral-400)}.ph-legal a:hover{text-decoration:underline}.ph-legal a[href^="mailto:"],.ph-legal a[href^="tel:"],.ph-legal a[href^=http]{direction:ltr;unicode-bidi:embed;display:inline-block}.ph-error-page{min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1.5rem}.ph-error-code{font-size:clamp(6rem,18vw,11rem);font-weight:900;line-height:1;letter-spacing:-.06em;color:var(--ph-coral-600);opacity:.35;margin-bottom:-2rem}.ph-error-title{font-size:var(--ph-h1);font-weight:800;margin-bottom:1rem}.ph-error-text{font-size:var(--ph-body-lg);color:var(--ph-text-2);margin-bottom:2.5rem;max-width:38ch}.ph-success-page{min-height:100svh;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem}.ph-success-card{background:var(--ph-surface);border:1px solid var(--ph-border-1);border-radius:var(--ph-r-xl);padding:3.5rem 3rem;text-align:center;max-width:480px;width:100%}.ph-success-icon{width:72px;height:72px;background:#22c55e1f;border:2px solid rgba(34,197,94,.25);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1.75rem}.ph-success-title{font-size:var(--ph-h2);font-weight:800;margin-bottom:1rem}.ph-success-text{font-size:var(--ph-sm);color:var(--ph-text-2);line-height:1.7;margin-bottom:2rem}
