.hbot-edu{--edu-ease:cubic-bezier(.23, 1, .32, 1)}.hbot-edu :is(h2,h3){text-transform:none;letter-spacing:-.03em}.hbot-edu .eyebrow{display:block}.hbot-edu-intro{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:end;gap:clamp(20px,4vw,72px);display:grid}.hbot-edu-intro__title{font-family:var(--sans);letter-spacing:-.035em;text-wrap:balance;font-size:clamp(34px,5.4vw,78px);font-weight:200;line-height:.98}.hbot-edu-intro__lead{color:var(--text);max-width:44ch;padding-bottom:6px;font-size:clamp(15px,1.15vw,17px);line-height:1.65}.hbot-edu-stat{background:#fff;border-radius:28px;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);align-items:center;gap:clamp(28px,4vw,72px);margin-top:clamp(56px,8vw,120px);padding:clamp(28px,4vw,64px);display:grid}.hbot-edu-stat__figure{flex-direction:column;justify-content:center;gap:8px;display:flex}.hbot-edu-stat__value{font-family:var(--sans);font-variant-numeric:tabular-nums;letter-spacing:-.05em;color:var(--sage-deep);font-size:clamp(72px,13vw,200px);font-weight:300;line-height:.86}.hbot-edu-stat__label{letter-spacing:-.02em;color:var(--text);max-width:20ch;margin-top:4px;font-size:clamp(17px,1.7vw,26px);line-height:1.2}.hbot-edu-stat__note{color:var(--sage);max-width:42ch;margin-top:18px;font-size:14.5px;line-height:1.65}.hbot-edu-compare{min-width:0}.hbot-edu-compare__title{font-family:var(--sans);max-width:22ch;margin-top:12px;font-size:clamp(22px,2.6vw,38px);font-weight:200;line-height:1.08}.hbot-edu-bars{gap:clamp(20px,3vw,36px);margin-top:clamp(28px,4vw,48px);display:grid}.hbot-edu-bar{flex-direction:column;gap:12px;display:flex}.hbot-edu-bar__meta{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.hbot-edu-bar__name{letter-spacing:.02em;color:var(--text);font-size:14px}.hbot-edu-bar__ata{font-variant-numeric:tabular-nums;letter-spacing:-.02em;color:var(--sage);font-size:clamp(18px,1.8vw,24px);font-weight:300}.hbot-edu-bar--accent .hbot-edu-bar__ata{color:var(--sage-deep)}.hbot-edu-bar__track{background:color-mix(in srgb, var(--border) 60%, transparent);border-radius:999px;height:10px;position:relative;overflow:hidden}.hbot-edu-bar__fill{background:color-mix(in srgb, var(--sage) 45%, var(--border));transform-origin:0;transition:transform 1s var(--edu-ease);border-radius:999px;position:absolute;inset:0 auto 0 0;transform:scaleX(0)}.hbot-edu-bar__fill--accent{background:linear-gradient(90deg, var(--sage) 0%, var(--sage-deep) 100%)}.reveal.in .hbot-edu-bar__fill{transform:scaleX(1)}.reveal.in .hbot-edu-bar--accent .hbot-edu-bar__fill{transition-delay:.12s}.hbot-edu-bar__copy{color:var(--sage);max-width:62ch;font-size:14.5px;line-height:1.6}.hbot-edu-bar__copy strong{color:var(--sage-deep);font-weight:500}.hbot-edu-cards{grid-template-columns:repeat(2,1fr);gap:clamp(14px,1.6vw,24px);margin-top:clamp(56px,8vw,120px);display:grid}.hbot-edu-card{transition:transform .3s var(--edu-ease), box-shadow .3s var(--edu-ease);background:#fff;border-radius:24px;flex-direction:column;gap:16px;padding:clamp(28px,3.2vw,48px);display:flex}.reveal.in .hbot-edu-card{opacity:0;animation:eduCellIn .55s var(--edu-ease) forwards}.hbot-edu-cards>.hbot-edu-card:first-child{animation-delay:50ms}.hbot-edu-cards>.hbot-edu-card:nth-child(2){animation-delay:.12s}.hbot-edu-cards>.hbot-edu-card:nth-child(3){animation-delay:.19s}.hbot-edu-cards>.hbot-edu-card:nth-child(4){animation-delay:.26s}@media (hover:hover) and (pointer:fine){.hbot-edu-card:hover{box-shadow:0 18px 40px -22px color-mix(in srgb, var(--sage-deep) 42%, transparent);transform:translateY(-3px)}}.hbot-edu-card__head{align-items:baseline;gap:14px;display:flex}.hbot-edu-card__index{font-family:var(--sans);font-variant-numeric:tabular-nums;color:var(--gold);font-size:clamp(14px,1.1vw,17px);font-weight:300}.hbot-edu-card__title{font-family:var(--sans);letter-spacing:-.03em;text-wrap:balance;max-width:18ch;font-size:clamp(22px,2.3vw,34px);font-weight:200;line-height:1.06}.hbot-edu-card__text{color:var(--text);max-width:52ch;font-size:15.5px;line-height:1.7}.hbot-edu-card .hbot-edu-checklist{margin-top:auto;padding-top:4px}.hbot-edu-transition{flex-wrap:wrap;align-items:center;gap:12px;display:inline-flex}.hbot-edu-transition__state{color:var(--text);opacity:.5;font-size:13px;line-height:1.4}.hbot-edu-transition__state--after{color:var(--sage-deep);opacity:1;font-weight:500}.hbot-edu-transition__arrow{color:var(--sage);font-size:15px}.hbot-edu-checklist{gap:12px;margin-top:4px;list-style:none;display:grid}.hbot-edu-checklist li{align-items:flex-start;gap:12px;display:flex}.hbot-edu-check{color:var(--sage);flex-shrink:0;margin-top:3px}.hbot-edu-checklist span{color:var(--text);font-size:15px;line-height:1.5}.reveal.in .hbot-edu-checklist li{opacity:0;animation:eduItemIn .5s var(--edu-ease) forwards;transform:translateY(6px)}.reveal.in .hbot-edu-checklist li:first-child{animation-delay:50ms}.reveal.in .hbot-edu-checklist li:nth-child(2){animation-delay:.1s}.reveal.in .hbot-edu-checklist li:nth-child(3){animation-delay:.15s}.reveal.in .hbot-edu-checklist li:nth-child(4){animation-delay:.2s}@keyframes eduItemIn{to{opacity:1;transform:translateY(0)}}.hbot-edu-systemic{margin-top:clamp(56px,8vw,120px)}.hbot-edu-systemic__head,.hbot-edu-experience__head{margin-bottom:clamp(28px,4vw,48px)}.hbot-edu-systemic__title,.hbot-edu-experience__title{font-family:var(--sans);margin-top:12px;font-size:clamp(22px,2.6vw,38px);font-weight:200;line-height:1.08}.hbot-edu-bento{grid-template-columns:repeat(4,1fr);gap:clamp(10px,1.2vw,16px);display:grid}.hbot-edu-cell{min-height:clamp(120px,12vw,168px);transition:transform .3s var(--edu-ease), box-shadow .3s var(--edu-ease);background:#fff;border-radius:18px;flex-direction:column;justify-content:space-between;gap:8px;padding:clamp(20px,2.2vw,32px);display:flex}.hbot-edu-cell--wide{grid-column:span 2}.hbot-edu-cell--tri{grid-column:span 3}.hbot-edu-cell__icon{background-color:var(--sage-deep);width:clamp(26px,2.4vw,34px);height:clamp(26px,2.4vw,34px);-webkit-mask:var(--icon) center / contain no-repeat;-webkit-mask:var(--icon) center / contain no-repeat;mask:var(--icon) center / contain no-repeat;flex-shrink:0}.hbot-edu-cell__body{flex-direction:column;gap:8px;display:flex}.hbot-edu-cell__name{font-family:var(--sans);letter-spacing:-.02em;color:var(--text);font-size:clamp(18px,1.6vw,24px);font-weight:300}.hbot-edu-cell__note{color:var(--sage);max-width:34ch;font-size:13.5px;line-height:1.5}.reveal.in .hbot-edu-cell{opacity:0;animation:eduCellIn .55s var(--edu-ease) forwards}.hbot-edu-bento>.hbot-edu-cell:first-child{animation-delay:40ms}.hbot-edu-bento>.hbot-edu-cell:nth-child(2){animation-delay:90ms}.hbot-edu-bento>.hbot-edu-cell:nth-child(3){animation-delay:.14s}.hbot-edu-bento>.hbot-edu-cell:nth-child(4){animation-delay:.19s}.hbot-edu-bento>.hbot-edu-cell:nth-child(5){animation-delay:.24s}.hbot-edu-bento>.hbot-edu-cell:nth-child(6){animation-delay:.29s}.hbot-edu-bento>.hbot-edu-cell:nth-child(7){animation-delay:.34s}.hbot-edu-bento>.hbot-edu-cell:nth-child(8){animation-delay:.39s}@keyframes eduCellIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@media (hover:hover) and (pointer:fine){.hbot-edu-cell:hover{box-shadow:0 16px 36px -20px color-mix(in srgb, var(--sage-deep) 40%, transparent);transform:translateY(-3px)}}.hbot-edu-experience{margin-top:clamp(56px,8vw,120px)}.hbot-edu-steps{grid-template-columns:repeat(4,1fr);gap:clamp(20px,3vw,44px);display:grid;position:relative}.hbot-edu-step{flex-direction:column;gap:10px;display:flex;position:relative}.hbot-edu-step:not(:last-child):after{content:"";background:color-mix(in srgb, var(--sage) 45%, var(--border));width:clamp(12px,3vw,30px);height:1px;position:absolute;top:clamp(16px,1.6vw,24px);left:calc(100% + clamp(6px,1vw,14px))}.hbot-edu-step__num{font-family:var(--sans);font-variant-numeric:tabular-nums;letter-spacing:-.03em;color:color-mix(in srgb, var(--sage) 65%, transparent);font-size:clamp(30px,3.2vw,48px);font-weight:300;line-height:1}.hbot-edu-step__title{font-family:var(--sans);letter-spacing:-.02em;color:var(--text);font-size:clamp(18px,1.7vw,25px);font-weight:200}.hbot-edu-step__note{color:var(--sage);max-width:24ch;font-size:14px;line-height:1.55}.reveal.in .hbot-edu-step{opacity:0;animation:eduItemIn .55s var(--edu-ease) forwards;transform:translateY(8px)}.hbot-edu-steps>.hbot-edu-step:first-child{animation-delay:60ms}.hbot-edu-steps>.hbot-edu-step:nth-child(2){animation-delay:.14s}.hbot-edu-steps>.hbot-edu-step:nth-child(3){animation-delay:.22s}.hbot-edu-steps>.hbot-edu-step:nth-child(4){animation-delay:.3s}.hbot-edu-closing{border-top:1px solid var(--border);margin-top:clamp(64px,9vw,140px);padding-top:clamp(48px,6vw,88px)}.hbot-edu-closing__line{font-family:var(--sans);letter-spacing:-.04em;text-wrap:balance;max-width:20ch;font-size:clamp(28px,4.2vw,68px);font-weight:300;line-height:1.02}.hbot-edu-closing__sub{color:var(--sage);letter-spacing:.02em;margin-top:20px;font-size:clamp(14px,1.1vw,16px)}@media (max-width:900px){.hbot-edu-intro{grid-template-columns:1fr;align-items:start;gap:24px}.hbot-edu-stat{grid-template-columns:1fr;gap:36px}.hbot-edu-cards{grid-template-columns:1fr}.hbot-edu-bento{grid-template-columns:repeat(2,1fr)}.hbot-edu-cell--wide,.hbot-edu-cell--tri{grid-column:span 2}.hbot-edu-steps{grid-template-columns:repeat(2,1fr);row-gap:40px}.hbot-edu-step:not(:last-child):after{display:none}}@media (max-width:520px){.hbot-edu-bento{grid-template-columns:1fr}.hbot-edu-cell--wide,.hbot-edu-cell--tri{grid-column:span 1}}@media (prefers-reduced-motion:reduce){.reveal.in .hbot-edu-bar__fill{transition:none;transform:scaleX(1)}.reveal.in :is(.hbot-edu-checklist li,.hbot-edu-cell,.hbot-edu-card,.hbot-edu-step){opacity:1!important;animation:none!important;transform:none!important}}
.hbot-tabs{--ease-out:cubic-bezier(.23, 1, .32, 1);padding:clamp(40px, 6vw, 72px) var(--gutter) clamp(24px, 3vw, 40px);justify-content:center;display:flex}.hbot-tabs__list{border:1px solid var(--border);background:#fff;border-radius:999px;padding:4px;display:inline-flex;position:relative}.hbot-tabs__indicator{background:var(--text);transition:transform .22s var(--ease-out), width .22s var(--ease-out);will-change:transform, width;pointer-events:none;border-radius:999px;position:absolute;top:4px;bottom:4px;left:0}.hbot-tabs__tab{isolation:isolate;cursor:pointer;transition:transform .14s var(--ease-out);-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:999px;padding:12px clamp(18px,2.4vw,30px);position:relative}.hbot-tabs__tab:active{transform:scale(.97)}.hbot-tabs__tab:focus-visible{outline:2px solid var(--sage);outline-offset:3px}.hbot-tabs__label{font-family:var(--sans);letter-spacing:.14em;text-transform:uppercase;color:var(--sage);white-space:nowrap;font-size:12px;font-weight:500;display:block}.hbot-tabs__overlay{pointer-events:none;transition:clip-path .22s var(--ease-out);will-change:clip-path;padding:4px;display:inline-flex;position:absolute;inset:0}.hbot-tabs__label--active{color:var(--off-white);padding:12px clamp(18px,2.4vw,30px)}.hbot-tabs__panel[data-active=true]{animation:hbot-tabs-enter .2s var(--ease-out,cubic-bezier(.23, 1, .32, 1)) both}@keyframes hbot-tabs-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.hbot-tabs__indicator{transition:none}.hbot-tabs__panel[data-active=true]{animation:.16s both hbot-tabs-fade}@keyframes hbot-tabs-fade{0%{opacity:0}to{opacity:1}}}
