.float-badge{background:#fff;border-radius:9999px;align-items:center;padding:4px;display:inline-flex;position:relative}.float-badge.float-badge_offset_1{left:48px}.float-badge.float-badge_offset_2{left:120px}.float-badge.float-badge_offset_3{left:152px}.float-badge .float-badge__icon{background:linear-gradient(to right, var(--color-primary), var(--color-secondary));width:32px;height:32px;font-family:var(--font-chessglyph);color:var(--color-dark);border-radius:9999px;justify-content:center;align-items:center;padding:8px;font-size:1.875rem;font-weight:600;display:flex}.float-badge .float-badge__text{color:var(--color-dark);margin-left:4px;padding-right:8px;font-weight:600}
.orbit{display:contents}.orbit .orbit__ring{pointer-events:none;border-radius:50%;grid-area:1/1/2/2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit .orbit__ring_index_1{border:1.5px solid #f2ede752;width:440px;height:440px;animation:32s linear infinite orbit}.orbit .orbit__ring_index_2{border:1px solid #f2ede729;width:414px;height:414px;animation:32s linear infinite reverse orbit}.orbit .orbit__dot{border-radius:9999px;position:absolute}.orbit .orbit__dot_ring_1_top{background:var(--color-primary);width:8px;height:8px;top:-5px;right:50%}.orbit .orbit__dot_ring_1_right{background:var(--color-secondary);width:6px;height:6px;top:50%;right:-4px}.orbit .orbit__dot_ring_1_bottom{background:#fff;width:6px;height:6px;bottom:-5px;right:50%}.orbit .orbit__dot_ring_2_top{background:#fff;width:8px;height:8px;top:-5px;right:50%}.orbit .orbit__dot_ring_2_bottom{background:#fff;width:6px;height:6px;bottom:-5px;right:50%}@media (max-width:1024px){.orbit .orbit__ring_index_1{width:340px;height:340px}.orbit .orbit__ring_index_2{width:320px;height:320px}}@media (max-width:720px){.orbit .orbit__ring_index_1{width:290px;height:290px}.orbit .orbit__ring_index_2{width:260px;height:260px}}@keyframes orbit{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}
.hero{max-width:1200px;margin:0 auto;padding:72px 48px 92px;overflow-x:hidden}.hero .hero__inner{padding:0 0 96px;position:relative}.hero .hero__glow{pointer-events:none;z-index:0;background:radial-gradient(#ff914333 0%,#ff914312 42%,#ff914300 72%);border-radius:50%;width:760px;height:500px;position:absolute;top:-13px;left:50%;transform:translate(-50%)}.hero .hero__grid{z-index:1;grid-template-columns:1fr .95fr;align-items:center;gap:100px;display:grid;position:relative}.hero .hero__copy{flex-direction:column;gap:24px;display:flex}.hero .hero__title{font-family:var(--font-gramatika), serif;letter-spacing:-.02em;margin:0;font-size:58px;font-weight:700;line-height:.95}.hero .hero__text{color:#b4a99d;max-width:40ch;margin:0;font-size:20px;line-height:1.55}.hero .hero__actions{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.hero .hero__visual{height:520px;position:relative;right:70px}.hero .hero__stage{display:grid}.hero .hero__card{grid-area:1/1/2/2;justify-content:center;align-items:center;padding:56px;display:flex;position:absolute;inset:0}.hero .hero__card-inner{width:100%;height:100%;box-shadow:none;border:none;border-radius:28px;overflow:hidden}.hero .hero__card-inner img{object-fit:cover;object-position:center bottom;border-radius:9999px;width:100%;height:100%}.hero .hero__badges{flex-direction:column;justify-content:space-evenly;align-items:flex-start;width:240px;height:100%;margin-left:auto;padding:32px 0;display:flex;position:relative;left:32px}@media (max-width:1024px){.hero{padding-left:32px;padding-right:32px}.hero .hero__grid{grid-template-columns:1fr;gap:48px}.hero .hero__copy{order:2}.hero .hero__visual{order:1;width:100%;max-width:420px;height:370px;margin:0 auto}.hero .hero__card{padding:32px}}@media (max-width:1023px){.hero .hero__visual{margin-bottom:20px;transform:scale(1.25)}}@media (max-width:720px){.hero{min-height:calc(100vh - var(--site-header-height));min-height:calc(100svh - var(--site-header-height));align-items:center;padding:0 20px;display:flex}.hero .hero__inner{width:100%;padding-bottom:72px}.hero .hero__grid{gap:20px}.hero .hero__copy{gap:16px}.hero .hero__text{font-size:18px;line-height:1.5}.hero .hero__badges{display:none}.hero .hero__title{font-size:36px}.hero .hero__visual{aspect-ratio:1;width:100%;max-width:310px;height:auto;right:0}.hero .hero__card{padding:16px}.hero .hero__actions{flex-direction:column;align-items:stretch;gap:16px}}@media (max-width:419px){.hero .hero__visual{margin-bottom:0;transform:none}}
.program-list__item{cursor:pointer;background:#16110d0d;border:1px solid #16110d21;border-radius:16px;justify-content:flex-start;align-items:flex-start;gap:12px;padding:16px 18px;transition-duration:.15s;display:flex}.program-list__item.program-list__item_active{background:#ff914314;border-color:#ff914352}.program-list__item.program-list__item_active .program-list__number{background:var(--color-primary)}.program-list__item .program-list__number{width:48px;height:48px;font-size:1.125rem;font-weight:600;font-family:var(--font-gramatika), sans-serif;background:#16110d0d;border-radius:12px;justify-content:center;align-items:center;transition-duration:.15s;display:flex}.program-list__item .program-list__label{text-align:left;color:#16110dcc;flex-direction:column;transition-duration:.15s;display:flex}.program-list__item .program-list__label.program-list__label_active{color:var(--color-dark)}.program-list__item .program-list__title{font-weight:700}@media (max-width:1023px){.program-list__item{gap:0;padding:6px}.program-list__item .program-list__number{width:40px;height:40px;font-size:1rem}.program-list__item .program-list__label{display:none}@media (max-width:720px){.program-list__item .program-list__number{font-size:1.125rem}}}
.program__wrap{background:#16110d09;border:1px solid #16110d1a;border-radius:28px;grid-template-columns:.85fr 1.15fr;gap:20px;padding:20px;display:grid}.program__wrap .program-list{flex-direction:column;gap:10px;display:flex}.program__wrap .program-panel{background:linear-gradient(160deg,#ff914324 0%,#ff914305 100%);border:1px solid #ff914338;border-radius:22px;flex-direction:column;padding:34px 34px 36px;display:flex}.program__wrap .program-panel__badges{gap:8px;margin-bottom:16px;display:flex}.program__wrap .program-panel__badge{border-radius:9999px;padding:4px 16px;font-size:14px;font-weight:600}.program__wrap .program-panel__badge_variant_primary{background:var(--color-primary)}.program__wrap .program-panel__badge_variant_outline{border:1px solid var(--color-normal-gray);background:#16110d0d}.program__wrap .program-panel__title{font-family:var(--font-gramatika), sans-serif;margin:0 0 10px;font-size:2.25rem;line-height:1.1}.program__wrap .program-panel__subheading{font-family:var(--font-gramatika), sans-serif;margin:0 0 14px;font-size:24px}.program__wrap .program-panel__description{color:#4b423b;margin:0 0 18px;font-size:16px;line-height:1.7}.program__wrap .program-panel__topics{flex-wrap:wrap;gap:8px;display:flex}.program__wrap .program-panel__topic{background:#16110d0d;border:1px solid #16110d26;border-radius:12px;padding:4px 16px}@media (max-width:1023px){.program__wrap{background:0 0;border:none;flex-direction:column;align-items:stretch;gap:20px;padding:0;display:flex}.program__wrap .program-list{background:#f5f1ec;flex-flow:wrap;padding:8px 0}.program__wrap .program-panel{padding:24px 22px 26px}.program__wrap .program-panel__title{font-size:26px}.program__wrap .program-panel__subheading{font-size:20px}.program__wrap .program-panel__description{font-size:16px}@media (max-width:720px){.program__wrap .program-panel__title{font-size:28px}.program__wrap .program-panel__subheading,.program__wrap .program-panel__topics{display:none}}}
.program .program__title{max-width:36rem;line-height:1.1}.program .section__text{font-size:18px}.program .program-panel__subtitle{font-family:var(--font-gramatika), sans-serif;color:var(--color-dark)!important;font-size:1.25rem!important}.program .program__note{text-align:center;color:#5c5348;max-width:74ch;margin:28px auto 0;font-size:15px;line-height:1.6}@media (max-width:1023px){.program .program__title{font-size:28px}.program .program-panel__subtitle{font-size:17px!important}.program .program__note{font-size:14px}@media (max-width:720px){.program .program__title{font-size:32px}.program .program-panel__subtitle{display:none}}}
.mentor-card{color:var(--foreground);background:#ffffff09;border:1px solid #f2ede717;border-radius:20px;flex-direction:column;display:flex;overflow:hidden}.mentor-card:hover{border-color:#ff914373}.mentor-card .mentor-card__photo{aspect-ratio:1;background:#110d0a;position:relative;overflow:hidden}.mentor-card .mentor-card__photo img{object-fit:cover;width:100%;height:100%}.mentor-card .mentor-card__body{flex-direction:column;flex:1;gap:16px;padding:20px 20px 22px;display:flex}.mentor-card .mentor-card__head{align-items:center;gap:9px;display:flex}.mentor-card .mentor-card__name{font-family:var(--font-gramatika), sans-serif;margin:0;font-size:20px;font-weight:700;line-height:1.2}.mentor-card .mentor-card__title{color:#b4a99d;letter-spacing:.09em;background:#ffffff12;border:1px solid #ffffff29;border-radius:6px;padding:3px 8px;font-size:14px;font-weight:500;line-height:1.3}.mentor-card .mentor-card__tagline{color:#b4a99d;margin:8px 0 0;font-size:14px;line-height:1.5}.mentor-card .mentor-card__ratings{box-sizing:border-box;background:#ffffff17;border:1px solid #ffffff17;border-radius:12px;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:auto;display:grid;overflow:hidden}.mentor-card .mentor-card__rating{background:var(--color-dark);text-align:center;box-sizing:border-box;padding:11px 4px}.mentor-card .mentor-card__rating-label{letter-spacing:.03em;text-transform:uppercase;color:#8a8175;font-size:14px}.mentor-card .mentor-card__rating-value{font-family:var(--font-gramatika), sans-serif;margin-top:4px;font-size:19px;font-weight:700;display:block}.mentor-card .mentor-card__cta{color:var(--color-primary);align-items:center;gap:7px;font-size:14px;font-weight:500;display:inline-flex}
.mentor-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;display:grid}@media (max-width:1023px){.mentor-list{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:16px;display:flex;overflow-x:auto}.mentor-list::-webkit-scrollbar{display:none}.mentor-list .mentor-card{scroll-snap-align:start;flex:0 0 260px}}
.mentors .mentors__head{margin-bottom:44px}
