@layer base{.stats-section{background:var(--stone-100);flex-direction:column;align-items:center;gap:100px;width:100%;padding:100px;display:flex;position:relative;overflow:hidden}.stats-row{width:var(--layout-content);align-items:flex-start;gap:48px;display:flex}.stat-card-wrap{--accent:transparent;--frame-h:400px;flex:1;padding:16px;position:relative}.stat-card-wrap:before{z-index:0;height:var(--frame-h);pointer-events:none;content:"";border:2px solid var(--accent);border-radius:var(--radius-4xl)var(--radius-4xl)0 0;border-bottom:0;position:absolute;top:0;left:0;right:0;-webkit-mask-image:linear-gradient(#000 0% 55%,#0000 100%);mask-image:linear-gradient(#000 0% 55%,#0000 100%)}.stat-card-wrap--orange:before{border:2px solid var(--accent);border-radius:0 0 var(--radius-4xl)var(--radius-4xl);border-top:0;top:auto;bottom:0;-webkit-mask-image:linear-gradient(#0000 0%,#000 45% 100%);mask-image:linear-gradient(#0000 0%,#000 45% 100%)}.stat-card-wrap>.stat-card{z-index:1;position:relative}.stat-card-wrap--green{--accent:var(--matter-green)}.stat-card-wrap--orange{--accent:#d97757}.stat-card-wrap--rose{--accent:var(--matter-rose)}.stats-section .stat-card-wrap .frame-svg{z-index:0;width:100%;height:var(--frame-h);pointer-events:none;opacity:1;transition:opacity .6s ease-out 1.4s;position:absolute;inset:0;overflow:visible}.stats-section .stat-card-wrap--orange .frame-svg{transform-origin:50%;top:auto;bottom:0;transform:scaleY(-1)}.stats-section .stat-card-wrap .frame-svg path{fill:none;stroke:var(--accent);stroke-width:2px;stroke-linecap:round;stroke-dasharray:var(--dash,1600);stroke-dashoffset:var(--dash,1600);transition:stroke-dashoffset 1.4s cubic-bezier(.65,0,.35,1);transition-delay:var(--draw-delay,0s)}.stats-section.is-in .stat-card-wrap .frame-svg path{stroke-dashoffset:0}.stats-section.is-in .stat-card-wrap .frame-svg{opacity:0}.stats-section .stat-card-wrap:before{opacity:0;transition:opacity .7s ease-out 1.5s}.stats-section.is-in .stat-card-wrap:before{opacity:1}.stats-section .stat-card-wrap--green .frame-svg path{--draw-delay:0s}.stats-section .stat-card-wrap--orange .frame-svg path{--draw-delay:.16s}.stats-section .stat-card-wrap--rose .frame-svg path{--draw-delay:.32s}.stat-card{background:var(--bg-card);border-radius:var(--radius-2xl);flex-direction:column;align-items:center;gap:32px;height:229px;padding:32px 20px;display:flex;box-shadow:0 32px 50px #1c191712,0 5px 12px #1c19170d}.stat-chip{height:24px;font-size:var(--text-xs);color:var(--fg-heading);letter-spacing:-.12px;border-radius:5px;align-items:center;gap:4px;padding:2px 8px 2px 7px;line-height:1.5;display:inline-flex}.stat-chip img{width:16px;height:16px}.stat-chip--green{background:var(--matter-sage-bg)}.stat-chip--orange{background:var(--matter-orange-bg)}.stat-chip--rose{background:var(--matter-rose-bg)}.stat-val{font-family:var(--font-display);font-size:var(--text-display-hero);color:var(--fg-heading);text-align:center;letter-spacing:-.015em;margin:0;font-weight:400;line-height:1.2}.stat-lbl{font-size:var(--text-lg);color:var(--fg-heading);text-align:center;margin-top:4px;font-weight:500;line-height:1.55}.unlock-head{text-align:center;flex-direction:column;align-items:center;gap:32px;display:flex}.unlock-head h2{font-family:var(--font-display);font-size:var(--text-display-section);color:var(--fg-heading);letter-spacing:-.01em;margin:0;font-weight:400;line-height:1.2}.unlock-head .cta{gap:12px;display:inline-flex}.reveal-words .word{opacity:0;transition:opacity .7s var(--ease-out-soft),transform .7s var(--ease-out-soft);transition-delay:calc(var(--i,0)*70ms);will-change:opacity,transform;display:inline-block;transform:translateY(18px)}.reveal-words.is-in .word{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.reveal-words .word{opacity:1!important;transition:none!important;transform:none!important}}}