.fp-page .sup-masthead{background:#fff;padding-bottom:72px;padding-top:64px}.fp-page .sup-mast-grid{align-items:center;display:grid;gap:clamp(32px,4.5vw,64px);grid-template-columns:.92fr 1.08fr}.fp-page .sup-mast-kicker{align-items:center;background:var(--fp-accent-tint);border-radius:999px;color:var(--fp-accent-deep);display:inline-flex;font-size:12px;font-weight:900;gap:9px;letter-spacing:.11em;margin-bottom:20px;padding:7px 15px;text-transform:uppercase}.fp-page .sup-mast-kicker .ico{font-size:14px}.fp-page .sup-mast-title{font-size:clamp(33px,4vw,54px);letter-spacing:-.035em;line-height:1.05;margin:0}.fp-page .sup-mast-lead{color:var(--fp-mute);font-size:clamp(16.5px,1.3vw,19px);font-weight:600;line-height:1.62;margin:22px 0 0}.fp-page .sup-thread{background:#fff;border:1px solid var(--fp-line);border-radius:22px;box-shadow:var(--shadow-card-soft);margin:0;overflow:hidden}.fp-page .sup-thread-head{align-items:center;background:var(--bg-grey-2);border-bottom:1px solid var(--fp-line);display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;padding:15px 22px}.fp-page .sup-thread-chans{display:grid;min-width:0}.fp-page .sup-thread-chan{align-items:center;animation:sup-scene var(--loop) var(--scene-delay) infinite both;color:var(--hubro-navy);display:inline-flex;font-size:13.5px;font-weight:800;gap:9px;grid-area:1/1;opacity:0;word-break:break-word}.fp-page .sup-thread-chan .ico{color:var(--fp-accent-deep);flex:0 0 auto;font-size:14px}.fp-page .sup-thread-crew{display:inline-flex;flex:0 0 auto}.fp-page .sup-thread-crew .sup-avatar{border:2px solid #fff;font-size:10.5px;height:30px;width:30px}.fp-page .sup-thread-crew .sup-avatar+.sup-avatar{margin-left:-9px}.fp-page .sup-thread-crew .sup-avatar .ico{font-size:13px}.fp-page .sup-avatar{background:var(--fp-accent-tint);border-radius:999px;color:var(--fp-accent-deep);display:grid;flex:0 0 auto;font-weight:900;letter-spacing:.02em;line-height:1;overflow:hidden;place-items:center}.fp-page .sup-avatar img{display:block;height:100%;object-fit:cover;width:100%}.fp-page .sup-thread-body{display:grid;overflow:hidden;padding:24px 22px}.fp-page .sup-scene{align-items:flex-start;animation:sup-scene var(--loop) var(--scene-delay) infinite both;display:flex;flex-direction:column;grid-area:1/1;opacity:0}.fp-page .sup-scene-log{align-items:flex-start;align-self:stretch;display:flex;flex:1;flex-direction:column;justify-content:center}.fp-page .sup-scene-topic{align-self:center;background:var(--bg-grey-2);border:1px solid var(--fp-line);border-radius:999px;color:var(--fp-mute);font-size:10.5px;font-weight:900;letter-spacing:.09em;margin-bottom:16px;padding:5px 14px;text-transform:uppercase}.fp-page .sup-bubble{animation:sup-bubble-rise var(--loop) calc(var(--scene-delay) + var(--msg-delay)) infinite both;border:1px solid var(--fp-line);border-radius:18px;margin-top:14px;max-width:84%;padding:15px 18px}.fp-page .sup-bubble--lead{margin-top:0}.fp-page .sup-bubble-who{align-items:center;display:flex;font-size:10.5px;font-weight:900;gap:8px;letter-spacing:.1em;margin-bottom:8px;text-transform:uppercase}.fp-page .sup-bubble-who .sup-avatar{font-size:9px;height:24px;letter-spacing:0;width:24px}.fp-page .sup-bubble-who .ico{font-size:11px}.fp-page .sup-bubble p{font-size:15px;line-height:1.55;margin:0}.fp-page .sup-bubble--in{align-self:flex-start;background:var(--bg-grey-2);border-bottom-left-radius:6px}.fp-page .sup-bubble--in .sup-bubble-who{color:var(--fp-mute)}.fp-page .sup-bubble--out{align-self:flex-end;background:var(--fp-accent-tint);border-bottom-right-radius:6px;border-color:var(--fp-accent-soft)}.fp-page .sup-bubble--out .sup-bubble-who{color:var(--fp-accent-deep)}.fp-page .sup-typing-slot{align-self:stretch;display:block;height:0;position:relative}.fp-page .sup-typing{animation:sup-typing var(--loop) calc(var(--scene-delay) + var(--msg-delay)) infinite both;background:var(--fp-accent-tint);border:1px solid var(--fp-accent-soft);border-radius:999px;display:flex;gap:5px;padding:11px 16px;position:absolute;right:0;top:14px}.fp-page .sup-typing span{animation:sup-typing-dot 1.2s infinite;background:var(--fp-accent-deep);border-radius:999px;height:7px;width:7px}.fp-page .sup-typing span:nth-child(2){animation-delay:.18s}.fp-page .sup-typing span:nth-child(3){animation-delay:.36s}@keyframes sup-scene{0%,0.25%{opacity:0;visibility:hidden}1.1%{opacity:1;visibility:visible}19%{opacity:1;visibility:visible}20%,to{opacity:0;visibility:hidden}}@keyframes sup-bubble-rise{0%{opacity:0;transform:translateY(10px)}0.75%{opacity:1;transform:none}50%{opacity:1;transform:none}50.01%,to{opacity:0;transform:translateY(10px)}}@keyframes sup-typing{0%{opacity:0}0.75%{opacity:1}1.92%{opacity:1}2.33%,to{opacity:0}}@keyframes sup-typing-dot{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@media (prefers-reduced-motion:reduce){.fp-page .sup-bubble--in,.fp-page .sup-bubble--out,.fp-page .sup-scene,.fp-page .sup-typing,.fp-page .sup-typing span{animation:none}.fp-page .sup-scene{opacity:0;visibility:hidden}.fp-page .sup-scene:first-child{opacity:1;visibility:visible}.fp-page .sup-typing{display:none}}@media (max-width:960px){.fp-page .sup-mast-grid{grid-template-columns:1fr}}.fp-page .sup-glance{background:var(--hubro-navy);padding-block:clamp(48px,6vw,76px)}.fp-page .sup-glance-inner{align-items:center;display:grid;gap:clamp(28px,4vw,56px);grid-template-columns:1fr auto;margin:0 auto;max-width:1040px}.fp-page .sup-glance-label{color:var(--hubro-teal);display:inline-block;font-size:11.5px;font-weight:900;letter-spacing:.12em;margin-bottom:16px;text-transform:uppercase}.fp-page .sup-glance p{color:#fff;font-size:clamp(18px,1.75vw,23px);font-weight:700;letter-spacing:-.015em;line-height:1.5;margin:0}.fp-page .sup-glance b{color:var(--hubro-teal);font-weight:900}.fp-page .sup-glance-score{border-left:1px solid hsla(0,0%,100%,.18);padding-left:clamp(28px,4vw,56px);text-align:center}.fp-page .sup-glance-score strong{color:var(--hubro-teal);display:block;font-size:clamp(52px,6vw,78px);font-weight:900;letter-spacing:-.05em;line-height:1}.fp-page .sup-glance-score span{color:hsla(0,0%,100%,.72);display:block;font-size:12.5px;font-weight:800;line-height:1.45;margin:12px auto 0;max-width:190px}@media (max-width:820px){.fp-page .sup-glance-inner{grid-template-columns:1fr;text-align:center}.fp-page .sup-glance-score{border-left:0;border-top:1px solid hsla(0,0%,100%,.18);padding-left:0;padding-top:28px}}.fp-page .sup-scores{background:#fff}.fp-page .sup-score-grid{align-items:stretch;display:grid;grid-template-columns:1fr 1fr}.fp-page .sup-score{display:flex;flex-direction:column;padding-right:clamp(28px,4vw,56px)}.fp-page .sup-score+.sup-score{border-left:1px solid var(--fp-line);padding-left:clamp(28px,4vw,56px);padding-right:0}.fp-page .sup-score-label{color:var(--fp-mute);font-size:11.5px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.fp-page .sup-score-figure{color:var(--hubro-navy);display:block;font-size:clamp(48px,6vw,74px);font-weight:900;letter-spacing:-.05em;line-height:1;margin:14px 0 22px}.fp-page .sup-scale-track{background:var(--bg-grey-2);border:1px solid var(--fp-line);border-radius:999px;height:12px;position:relative}.fp-page .sup-scale-fill{background:linear-gradient(90deg,var(--fp-accent-soft),var(--fp-accent-deep));border-radius:999px;bottom:0;left:50%;position:absolute;right:14%;top:0}.fp-page .sup-scale-mark{background:#fff;border:4px solid var(--fp-accent-deep);border-radius:999px;box-shadow:var(--shadow-card-soft);height:22px;left:86%;margin:-11px 0 0 -11px;position:absolute;top:50%;width:22px}.fp-page .sup-scale-ends{color:var(--fp-mute);display:flex;font-size:11.5px;font-weight:800;justify-content:space-between;margin-top:10px}.fp-page .sup-dots{display:flex;flex-wrap:wrap;gap:8px}.fp-page .sup-dot{background:var(--bg-grey-2);border:1px solid var(--fp-line);border-radius:999px;color:transparent;display:grid;font-size:12px;height:30px;place-items:center;width:30px}.fp-page .sup-dot--on{background:var(--fp-accent-tint);border-color:var(--fp-accent-soft);color:var(--fp-accent-deep)}.fp-page .sup-score p{color:var(--fp-mute);font-size:15px;line-height:1.62;margin:22px 0 0}.fp-page .sup-score p:last-child{margin-top:auto;padding-top:22px}.fp-page .sup-quote{border-top:1px solid var(--fp-line);margin:clamp(40px,5vw,60px) 0 0;padding:clamp(36px,4vw,52px) 0 0;position:relative}.fp-page .sup-quote-mark{color:var(--fp-accent-soft);display:block;font-size:56px;font-weight:900;line-height:.55;margin:0 0 6px -.09em}.fp-page .sup-quote blockquote{border:0;color:var(--hubro-navy);font-size:clamp(19px,1.9vw,26px);font-weight:700;letter-spacing:-.02em;line-height:1.5;margin:0 0 28px;max-width:32em;padding:0}.fp-page .sup-quote .testi-attr{justify-content:flex-start}.fp-page .sup-quote .testi-org-text{align-self:center;margin-left:0;max-width:none;text-align:left}.fp-page .sup-quote .testi-attr-meta b{color:var(--fp-ink)}.fp-page .sup-quote .testi-attr-meta span{color:var(--fp-mute)}@media (max-width:860px){.fp-page .sup-score-grid{grid-template-columns:1fr}.fp-page .sup-score{padding-right:0}.fp-page .sup-score+.sup-score{border-left:0;border-top:1px solid var(--fp-line);margin-top:34px;padding-left:0;padding-top:34px}.fp-page .sup-score p:last-child{margin-top:22px;padding-top:0}}.fp-page .sup-people{background:var(--bg-grey-2)}.fp-page .sup-course{background:#fff}.fp-page .sup-course-grid{align-items:center;display:grid;gap:clamp(32px,4.5vw,64px);grid-template-columns:1.02fr .98fr}.fp-page .sup-course-copy h2{font-size:clamp(28px,3.2vw,42px);margin:0 0 18px}.fp-page .sup-course-copy p{font-size:16px;line-height:1.68;margin:0 0 16px}.fp-page .sup-course-copy .link-arrow{margin-top:8px}.fp-page .sup-course-list{display:grid;gap:14px;list-style:none;margin:0;padding:0}.fp-page .sup-course-list li{align-items:flex-start;background:var(--bg-grey-2);border:1px solid var(--fp-line);border-radius:var(--fp-card-radius);display:flex;gap:16px;padding:22px 24px}.fp-page .sup-course-ico{background:#fff;border:1px solid var(--fp-line);border-radius:13px;color:var(--fp-accent-deep);display:grid;flex:0 0 44px;font-size:17px;height:44px;place-items:center;width:44px}.fp-page .sup-course-list h3{font-size:1.06rem;margin:0 0 6px}.fp-page .sup-course-list p{color:var(--fp-mute);font-size:14.5px;line-height:1.6;margin:0}@media (max-width:900px){.fp-page .sup-course-grid{grid-template-columns:1fr}}.fp-page .sup-ellie{background:var(--bg-grey-2)}.fp-page .sup-ellie-portrait{border:6px solid #fff;border-radius:999px;box-shadow:var(--shadow-card-soft);height:164px;margin:0 auto 24px;overflow:hidden;width:164px}.fp-page .sup-ellie-portrait img{display:block;height:100%;object-fit:cover;width:100%}.fp-page .sup-loop{counter-reset:sup-loop;display:grid;gap:18px;grid-template-columns:repeat(4,1fr);list-style:none;margin:0;padding:0}.fp-page .sup-loop-step{background:#fff;border:1px solid var(--fp-line);border-radius:22px;counter-increment:sup-loop;padding:26px 24px 28px}.fp-page .sup-loop-head{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:16px}.fp-page .sup-loop-head:after{color:var(--fp-accent-soft);content:counter(sup-loop);font-size:30px;font-weight:900;letter-spacing:-.04em;line-height:1}.fp-page .sup-loop-ico{background:var(--fp-accent-tint);border-radius:13px;color:var(--fp-accent-deep);display:grid;font-size:18px;height:44px;place-items:center;width:44px}.fp-page .sup-loop-step h3{font-size:1.06rem;margin:0 0 9px}.fp-page .sup-loop-step p{color:var(--fp-mute);font-size:14.5px;line-height:1.6;margin:0}.fp-page .sup-ellie-more{display:flex;justify-content:center;margin-top:32px}@media (max-width:1000px){.fp-page .sup-loop{grid-template-columns:1fr 1fr}}@media (max-width:620px){.fp-page .sup-loop{grid-template-columns:1fr}}.fp-page .sup-ask{background:#fff}.fp-page .sup-ask-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.fp-page .sup-ask-grid .feature-card h3,.fp-page .sup-team-grid .feature-card h3{font-size:1.08rem;font-weight:900;line-height:1.3;margin:0}.fp-page .sup-ask-note{align-items:flex-start;background:var(--bg-grey-2);border:1px solid var(--fp-line);border-radius:var(--fp-card-radius);display:flex;gap:16px;margin:40px auto 0;max-width:720px;padding:22px 26px}.fp-page .sup-ask-note-ico{background:#fff;border:1px solid var(--fp-line);border-radius:13px;color:var(--fp-accent-deep);display:grid;flex:0 0 42px;font-size:17px;height:42px;place-items:center;width:42px}.fp-page .sup-ask-note p{align-self:center;font-size:15.5px;line-height:1.62;margin:0}@media (max-width:620px){.fp-page .sup-ask-grid{grid-template-columns:1fr}}.fp-page .sup-close{background:var(--fp-accent-tint)}.fp-page .sup-close-inner{margin:0 auto;max-width:720px;text-align:center}.fp-page .sup-close h2{font-size:clamp(26px,3vw,40px);margin:0 0 14px}.fp-page .sup-close p{color:var(--hubro-navy);font-size:1.06rem;line-height:1.62;margin:0 0 28px}.fp-page .sup-close-address{color:var(--fp-accent-deep);display:block;font-size:14px;font-weight:800;margin-top:18px;word-break:break-all}