.coaching-hero{position:relative;width:100%;min-height:var(--ch-mobile-min-height, 100vw);display:flex;align-items:center;justify-content:center;overflow:clip;margin-top:var(--ch-section-spacing-top, 0px);margin-bottom:var(--ch-section-spacing-bottom, 0px)}@media screen and (min-width:768px){.coaching-hero{min-height:var(--ch-min-height, 80vh)}}@media screen and (min-width:768px){.coaching-hero--page-width{max-width:1200px;margin-inline:auto}}@media screen and (min-width:768px){.coaching-hero--boxed{max-width:1200px;margin-inline:auto;border-radius:1.6rem;box-shadow:0 4px 24px #0000004d,0 0 0 1px #ffffff0d}.coaching-hero--boxed .coaching-hero__bg-img,.coaching-hero--boxed .coaching-hero__overlay,.coaching-hero--boxed .coaching-hero__vignette{border-radius:1.6rem}}.coaching-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.coaching-hero__bg-img{width:100%;height:100%;object-fit:cover;object-position:var(--ch-image-position, center center);display:block;opacity:var(--ch-image-opacity, 1)}.coaching-hero__bg-img--parallax{transform:scale(1.08);will-change:transform}.coaching-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:rgba(0,0,0,var(--ch-overlay-opacity, .55));pointer-events:none}.coaching-hero__vignette{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:radial-gradient(ellipse at center,transparent 40%,rgba(0,0,0,.5) 100%);pointer-events:none}.coaching-hero__content{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;text-align:center;max-width:860px;width:100%;padding:6rem 2rem}.coaching-hero__glass{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;text-align:center;max-width:860px;width:100%;padding:4.8rem 3.2rem;background:rgba(0,0,0,calc(var(--ch-glass, 0) * .85));backdrop-filter:blur(calc(var(--ch-glass, 0) * 20px));-webkit-backdrop-filter:blur(calc(var(--ch-glass, 0) * 20px));border:1px solid rgba(255,255,255,calc(var(--ch-glass, 0) * .08));border-radius:1.6rem;box-shadow:0 8px 32px rgba(0,0,0,calc(var(--ch-glass, 0) * .4)),inset 0 1px rgba(255,255,255,calc(var(--ch-glass, 0) * .05))}.coaching-hero__glass .coaching-hero__content{padding:0;max-width:none}@media screen and (max-width:767px){.coaching-hero__glass{padding:2.4rem 1.6rem;margin:0 1.2rem;border-radius:1.2rem;width:auto}.coaching-hero__glass--hide-mobile{background:none;backdrop-filter:none;-webkit-backdrop-filter:none;border:none;border-radius:0;box-shadow:none;padding:0;margin:0}}.coaching-hero__subtitle{font-family:var(--cn-font-display);font-size:1.2rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#fffc;margin:0 0 1.6rem;animation:chFadeInUp .8s ease-out both;animation-delay:.2s}.coaching-hero__subtitle--gold{background:var(--gold-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.coaching-hero__heading{font-size:clamp(2.4rem,5vw + 1rem,5.2rem);font-weight:800;line-height:1.05;text-transform:uppercase;color:#fff;margin:0 0 2rem;text-shadow:0 1px 0 rgba(0,0,0,.3),0 2px 4px rgba(0,0,0,.2),0 4px 8px rgba(0,0,0,.15);animation:chFadeInUp .8s ease-out both;animation-delay:.4s}.coaching-hero__heading--gold{background:var(--gold-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:none;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.coaching-hero__heading em,.coaching-hero__heading i{font-style:normal;background:var(--gold-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:none;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}@media screen and (max-width:767px){.coaching-hero__heading{font-size:clamp(2rem,8vw,3.2rem)}}.coaching-hero__description{font-family:var(--cn-font-display);font-size:clamp(1.4rem,1.6vw,1.8rem);line-height:1.6;color:#ffffffbf;max-width:640px;margin:0 0 3.2rem;animation:chFadeInUp .8s ease-out both;animation-delay:.6s}.coaching-hero__description p{margin:0}@media screen and (max-width:767px){.coaching-hero__description{font-size:var(--ch-mobile-text-size, 1.3rem);max-width:85%;margin:0 0 2rem}}.coaching-hero__buttons{display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:center;animation:chFadeInUp .8s ease-out both;animation-delay:.8s;margin-bottom:3.2rem}.coaching-hero__cta{margin-bottom:0}.coaching-hero__cta--outline{background:transparent;border:2px solid rgba(255,255,255,.8);color:#fff}.coaching-hero__cta--outline:hover{background:#ffffff1a;border-color:#fff}.coaching-hero__trust{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.8rem;animation:chFadeInUp .8s ease-out both;animation-delay:1s}.coaching-hero__trust-item{display:inline-flex;align-items:center;gap:.6rem;padding:.5rem 1.2rem;border:1px solid rgba(255,255,255,.3);border-radius:2rem;white-space:nowrap}.coaching-hero__trust-icon{flex-shrink:0}.coaching-hero__trust-text{font-family:var(--cn-font-display);font-size:1.2rem;font-weight:500;color:#fffc;letter-spacing:.02em}@media screen and (max-width:767px){.coaching-hero__trust{gap:.6rem}.coaching-hero__trust-text{font-size:1.1rem}}.coaching-hero--no-image{background:linear-gradient(135deg,#0a0a0a,#1a1a1a)}@keyframes chFadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.coaching-hero--no-anim .coaching-hero__subtitle,.coaching-hero--no-anim .coaching-hero__heading,.coaching-hero--no-anim .coaching-hero__description,.coaching-hero--no-anim .coaching-hero__buttons,.coaching-hero--no-anim .coaching-hero__trust{animation:none}@media(prefers-reduced-motion:reduce){.coaching-hero__subtitle,.coaching-hero__heading,.coaching-hero__description,.coaching-hero__buttons,.coaching-hero__trust{animation:none}.coaching-hero__bg-img--parallax{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/230/assets/coaching-hero.css.map */
