.mod-fit{border-top:1px solid var(--g200)}.mod-fit .aft-header{margin-bottom:32px;max-width:820px}.mod-fit .aft-header .num-row{align-items:baseline;border-bottom:2px solid var(--accent-deep);display:flex;gap:18px;margin-bottom:18px;padding-bottom:18px}.mod-fit .aft-header .big-num{color:var(--g900);font-family:var(--sans);font-size:88px;font-variant-numeric:slashed-zero;font-weight:800;letter-spacing:-3.5px;line-height:.85}.mod-fit .aft-header .big-name{color:var(--g900);flex:1;font-family:var(--sans);font-size:32px;font-weight:800;letter-spacing:-.8px;line-height:1.05}.mod-fit .aft-header .dek{color:var(--g500);font-size:18px;line-height:1.65;margin:0}.mod-fit .aft-grid{align-items:stretch;display:grid;gap:20px;grid-template-columns:1fr 1fr}.mod-fit .aft-panel{border-radius:12px;overflow:hidden;padding:34px 34px 28px;position:relative;transition:transform .3s cubic-bezier(.2,.7,.2,1),box-shadow .3s}.mod-fit .aft-panel:before{content:"";height:5px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.mod-fit .aft-grid.aft-in-view .aft-panel:before{transform:scaleX(1)}.mod-fit .aft-panel--yes{background:linear-gradient(165deg,rgba(74,124,89,.08) 0,var(--white) 62%);border:1.5px solid rgba(74,124,89,.32)}.mod-fit .aft-panel--yes:hover{box-shadow:0 18px 44px rgba(74,124,89,.18);transform:translateY(-4px)}.mod-fit .aft-panel--yes:before{background:linear-gradient(90deg,var(--accent-deep) 0,var(--secondary) 100%)}.mod-fit .aft-panel--no{background:linear-gradient(165deg,var(--g100) 0,var(--white) 62%);border:1.5px solid var(--g300)}.mod-fit .aft-panel--no:hover{box-shadow:0 18px 44px rgba(20,18,16,.12);transform:translateY(-4px)}.mod-fit .aft-panel--no:before{background:linear-gradient(90deg,var(--g400) 0,var(--g300) 100%)}.mod-fit .aft-head{align-items:center;border-bottom:1px solid;display:flex;gap:15px;margin-bottom:20px;padding-bottom:20px}.mod-fit .aft-panel--yes .aft-head{border-color:rgba(74,124,89,.2)}.mod-fit .aft-panel--no .aft-head{border-color:var(--g200)}.mod-fit .aft-badge{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:22px;font-weight:800;height:46px;justify-content:center;transition:transform .3s;width:46px}.mod-fit .aft-panel--yes:hover .aft-badge{transform:rotate(-8deg) scale(1.06)}.mod-fit .aft-panel--no:hover .aft-badge{transform:rotate(8deg) scale(1.06)}.mod-fit .aft-badge--yes{background:var(--accent-deep);box-shadow:0 6px 16px rgba(74,124,89,.4);color:var(--white)}.mod-fit .aft-badge--no{background:var(--g200);border:1px solid var(--g300);color:var(--g600)}.mod-fit .aft-kicker{display:block;font-family:var(--mono);font-size:11px;font-weight:700;letter-spacing:1.5px;margin-bottom:4px;text-transform:uppercase}.mod-fit .aft-kicker--yes{color:var(--accent-deep)}.mod-fit .aft-kicker--no{color:var(--g500)}.mod-fit .aft-h{color:var(--g900);display:block;font-size:20px;font-weight:800;letter-spacing:-.3px;line-height:1.12}.mod-fit .aft-list{list-style:none;margin:0;padding:0}.mod-fit .aft-li{font-size:15px;line-height:1.5;opacity:0;padding:11px 0 11px 34px;position:relative;transform:translateX(-10px)}.mod-fit .aft-li--yes{border-bottom:1px solid rgba(74,124,89,.12);color:var(--g700)}.mod-fit .aft-li--no{border-bottom:1px solid var(--g200);color:var(--g600)}.mod-fit .aft-li:last-child{border-bottom:none}.mod-fit .aft-grid.aft-in-view .aft-li{animation:aftFitIn .55s cubic-bezier(.2,.7,.2,1) forwards}.mod-fit .aft-li:first-child{animation-delay:.2s}.mod-fit .aft-li:nth-child(2){animation-delay:.29s}.mod-fit .aft-li:nth-child(3){animation-delay:.38s}.mod-fit .aft-li:nth-child(4){animation-delay:.47s}.mod-fit .aft-li:nth-child(5){animation-delay:.56s}.mod-fit .aft-li:nth-child(6){animation-delay:.65s}.mod-fit .aft-li:nth-child(7){animation-delay:.74s}@keyframes aftFitIn{to{opacity:1;transform:translateX(0)}}.mod-fit .aft-li:before{border-radius:50%;font-size:11px;font-weight:800;height:21px;left:0;line-height:21px;position:absolute;text-align:center;top:11px;width:21px}.mod-fit .aft-li--yes:before{background:rgba(74,124,89,.16);color:var(--accent-deep);content:"\2713"}.mod-fit .aft-li--no:before{background:var(--g200);color:var(--g500);content:"\2715"}@media (max-width:991px){.mod-fit .aft-header .num-row{flex-wrap:wrap;gap:8px}.mod-fit .aft-header .big-num{font-size:54px}.mod-fit .aft-header .big-name{font-size:22px;width:100%}.mod-fit .aft-header .dek{font-size:16px}.mod-fit .aft-grid{gap:14px;grid-template-columns:1fr}}@media (max-width:768px){.mod-fit .aft-header .big-num{font-size:44px}.mod-fit .aft-header .big-name{font-size:18px}.mod-fit .aft-header .dek{font-size:14px}.mod-fit .aft-panel{padding:26px 24px 22px}}