.stats-section{background:var(--color-bg);padding:clamp(2.5rem,2rem + 2vw,4rem) 0 clamp(1rem,.75rem + 1vw,1.5rem);position:relative;overflow:hidden}.stats-inner{max-width:80rem;margin:0 auto;padding:0 1rem}.stats-header{display:flex;flex-direction:column;gap:1.5rem;opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.stats-header.stats-revealed{opacity:1;transform:translateY(0)}.stats-header-left{display:flex;align-items:flex-start;gap:1rem}.stats-header-text{flex:1}.stats-heading{font-size:clamp(1.5rem,1.3rem + 1vw,2.25rem);font-weight:700;line-height:1.3;letter-spacing:-.02em;color:var(--color-text);margin:0}.stats-header-desc{font-size:clamp(.9375rem,.9rem + .2vw,1.0625rem);line-height:1.8;color:var(--color-text-muted);margin:0;max-width:32rem}.stats-divider-wrap{margin:1.5rem 0}.stats-divider-svg{width:100%;height:2px;display:block}.stats-divider-line{stroke-dasharray:1200;stroke-dashoffset:1200;animation:statsDrawDivider 1.2s ease-out .5s forwards}.stats-revealed~.stats-divider-wrap .stats-divider-line{animation-play-state:running}@keyframes statsDrawDivider{to{stroke-dashoffset:0}}.stats-editorial-grid{display:flex;flex-direction:column;gap:1.5rem}.stats-hero-item{position:relative;padding:.75rem 0}.stats-deco-number{position:absolute;top:-.75rem;left:-.25rem;font-size:clamp(4rem,3.5rem + 3vw,7rem);font-weight:800;line-height:1;color:var(--color-text);opacity:.04;pointer-events:none;user-select:none;letter-spacing:-.04em;font-variant-numeric:tabular-nums}.stats-hero-content{position:relative;z-index:1}.stats-hero-value{margin:0;font-size:clamp(2rem,1.75rem + 1.5vw,3rem);font-weight:800;line-height:1;letter-spacing:-.03em;color:var(--color-text);font-variant-numeric:tabular-nums}.stats-number-animated{display:inline-block;font-variant-numeric:tabular-nums}.stats-hero-label{margin:.75rem 0 0;font-size:clamp(.9375rem,.9rem + .2vw,1.0625rem);font-weight:600;color:var(--color-brand);letter-spacing:.02em}.stats-hero-sub{margin:.625rem 0 0;font-size:clamp(.8125rem,.8rem + .15vw,.9375rem);line-height:1.7;color:var(--color-text-muted);max-width:24rem}.stats-secondary-group{display:flex;flex-direction:column;gap:1.25rem}.stats-secondary-item{display:flex;align-items:center;gap:1rem}.stats-dash{width:1.5rem;height:.25rem;flex-shrink:0}.stats-secondary-value{margin:0;font-size:clamp(1.25rem,1.1rem + .75vw,1.75rem);font-weight:700;line-height:1;letter-spacing:-.02em;color:var(--color-text);font-variant-numeric:tabular-nums;white-space:nowrap}.stats-secondary-label{margin:0;font-size:clamp(.8125rem,.8rem + .15vw,.9375rem);font-weight:500;color:var(--color-text-muted);white-space:nowrap}.stats-trophy-float{flex-shrink:0;animation:statsTrophyFloat 6s ease-in-out infinite;animation-play-state:paused}.stats-trophy-svg{width:3.5rem;height:4.2rem;display:block}.trophy-outline,.trophy-handle,.trophy-base{stroke-dasharray:300;stroke-dashoffset:300;animation:statsTrophyDraw 1.8s cubic-bezier(.4,0,.2,1) .3s forwards;animation-play-state:paused}.trophy-handle-r{animation-delay:.6s}.trophy-base{animation-delay:.9s}.trophy-half{opacity:0;animation:statsTrophyFill .6s ease-out 1.6s forwards;animation-play-state:paused}.trophy-half-r{animation-delay:1.75s}.trophy-center,.trophy-detail{stroke-dasharray:80;stroke-dashoffset:80;animation:statsTrophyCenter .5s ease-out 2.1s forwards;animation-play-state:paused}.trophy-star{stroke-dasharray:60;stroke-dashoffset:60;animation:statsTrophyCenter .6s ease-out 2.3s forwards;animation-play-state:paused}.trophy-in-view .trophy-outline,.trophy-in-view .trophy-handle,.trophy-in-view .trophy-base,.trophy-in-view .trophy-half,.trophy-in-view .trophy-half-r,.trophy-in-view .trophy-center,.trophy-in-view .trophy-detail,.trophy-in-view .trophy-star,.stats-trophy-float:has(.trophy-in-view){animation-play-state:running}@keyframes statsTrophyDraw{to{stroke-dashoffset:0}}@keyframes statsTrophyFill{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes statsTrophyCenter{to{stroke-dashoffset:0}}@keyframes statsTrophyFloat{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-4px) rotate(1deg)}}.stats-deco-bottom{margin-top:1.5rem;overflow:hidden}.stats-deco-wave-svg{width:100%;height:1.5rem;display:block}.stats-wave{stroke-dasharray:2500;stroke-dashoffset:2500;animation:statsDrawWave 3s ease-out forwards}.stats-wave-1{animation-delay:.8s}.stats-wave-2{animation-delay:1.1s}@keyframes statsDrawWave{to{stroke-dashoffset:0}}.stats-deco-dot{animation:statsDotPulse 4s ease-in-out infinite;animation-play-state:paused}@keyframes statsDotPulse{0%,to{opacity:.06}50%{opacity:.18}}.stats-source-note{display:flex;align-items:center;gap:.375rem;margin:1.25rem 0 0;font-size:.75rem;color:var(--color-text-light);line-height:1.4}.stats-source-icon{width:.8125rem;height:.8125rem;flex-shrink:0;opacity:.5}@media(min-width:768px){.stats-inner{padding:0 1.5rem}.stats-header{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:4rem}.stats-header-left{flex:0 0 auto;max-width:26rem}.stats-header-desc{flex:1;max-width:28rem;padding-top:.25rem}.stats-editorial-grid{flex-direction:row;align-items:center;gap:0}.stats-hero-item{flex:0 0 50%;padding:1rem 2.5rem 1rem 0;border-right:1px solid var(--color-border-custom)}.stats-secondary-group{flex:1;padding:1rem 0 1rem 2.5rem;gap:1.5rem;align-items:center}.stats-secondary-item{gap:1.25rem;width:16rem}}@media(min-width:1024px){.stats-inner{padding:0 2rem}.stats-trophy-svg{width:4rem;height:4.8rem}.stats-header-left{gap:1.25rem;max-width:30rem}.stats-divider-wrap{margin:1.75rem 0}.stats-hero-item{flex:0 0 45%;padding-right:3rem}.stats-secondary-group{padding-left:3rem}.stats-deco-number{font-size:clamp(5rem,4rem + 3vw,7.5rem);top:-1rem;left:-.5rem}}@media(min-width:1440px){.stats-hero-item{flex:0 0 42%;padding-right:4rem}.stats-secondary-group{padding-left:4rem}}@media(prefers-reduced-motion:reduce){.stats-header{opacity:1;transform:none;transition:none}.stats-trophy-float{animation:none}.trophy-outline,.trophy-handle,.trophy-base,.trophy-center,.trophy-detail,.trophy-star,.stats-divider-line,.stats-wave{animation:none;stroke-dashoffset:0}.trophy-half{animation:none;opacity:1}.stats-deco-dot{animation:none;opacity:.12}}.why-choose-section[data-astro-cid-hbs2bwk2]{background:var(--color-bg);padding:var(--spacing-section) 0;position:relative;overflow:hidden}.why-choose-inner[data-astro-cid-hbs2bwk2]{max-width:80rem;margin:0 auto;padding:0 1rem}.why-header[data-astro-cid-hbs2bwk2]{display:flex;flex-direction:column;gap:2rem}.why-header-left[data-astro-cid-hbs2bwk2]{display:flex;align-items:flex-start;gap:1rem}.shield-float[data-astro-cid-hbs2bwk2]{flex-shrink:0;animation:shieldFloat 6s ease-in-out infinite;animation-play-state:paused}.why-header-icon[data-astro-cid-hbs2bwk2]{width:3rem;height:3.5rem;display:block}.why-heading[data-astro-cid-hbs2bwk2]{font-size:clamp(1.5rem,1.3rem + 1vw,2.25rem);font-weight:700;line-height:1.3;letter-spacing:-.02em;color:var(--color-text);margin:0}.why-header-right[data-astro-cid-hbs2bwk2]{max-width:32rem}.why-header-desc[data-astro-cid-hbs2bwk2]{font-size:clamp(.9375rem,.9rem + .2vw,1.0625rem);line-height:1.8;color:var(--color-text-muted);margin:0}.why-divider-wrap[data-astro-cid-hbs2bwk2]{margin:2.5rem 0}.why-divider-svg[data-astro-cid-hbs2bwk2]{width:100%;height:2px;display:block}.why-features-grid[data-astro-cid-hbs2bwk2]{display:grid;grid-template-columns:1fr;gap:2rem}.why-feature-divider[data-astro-cid-hbs2bwk2]{display:none}.why-feature[data-astro-cid-hbs2bwk2]{padding:0}.why-feature-icon[data-astro-cid-hbs2bwk2]{width:2rem;height:2rem;color:var(--color-text-muted);margin-bottom:.875rem}.why-feature-title[data-astro-cid-hbs2bwk2]{font-size:.9375rem;font-weight:600;color:var(--color-text);margin:0 0 .5rem;letter-spacing:-.01em}.why-feature-desc[data-astro-cid-hbs2bwk2]{font-size:.8125rem;line-height:1.7;color:var(--color-text-muted);margin:0}.why-deco-bottom[data-astro-cid-hbs2bwk2]{margin-top:3rem;overflow:hidden}.why-deco-svg[data-astro-cid-hbs2bwk2]{width:100%;height:3.75rem;display:block}.shield-outline[data-astro-cid-hbs2bwk2]{stroke-dasharray:280;stroke-dashoffset:280;animation:drawShieldOutline 1.8s cubic-bezier(.4,0,.2,1) .3s forwards;animation-play-state:paused}.shield-half-l[data-astro-cid-hbs2bwk2],.shield-half-r[data-astro-cid-hbs2bwk2]{opacity:0;animation:shieldFillIn .6s ease-out 1.6s forwards;animation-play-state:paused}.shield-half-r[data-astro-cid-hbs2bwk2]{animation-delay:1.75s}.shield-center[data-astro-cid-hbs2bwk2]{stroke-dasharray:54;stroke-dashoffset:54;animation:drawCenter .5s ease-out 2.1s forwards;animation-play-state:paused}.why-header[data-astro-cid-hbs2bwk2].is-visible .shield-outline[data-astro-cid-hbs2bwk2],.why-header[data-astro-cid-hbs2bwk2].is-visible .shield-half-l[data-astro-cid-hbs2bwk2],.why-header[data-astro-cid-hbs2bwk2].is-visible .shield-half-r[data-astro-cid-hbs2bwk2],.why-header[data-astro-cid-hbs2bwk2].is-visible .shield-center[data-astro-cid-hbs2bwk2],.why-header[data-astro-cid-hbs2bwk2].is-visible .shield-float[data-astro-cid-hbs2bwk2]{animation-play-state:running}@keyframes drawShieldOutline{to{stroke-dashoffset:0}}@keyframes shieldFillIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes drawCenter{to{stroke-dashoffset:0}}@keyframes shieldFloat{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-4px) rotate(1deg)}}.divider-line[data-astro-cid-hbs2bwk2]{stroke-dasharray:1200;stroke-dashoffset:1200;animation:drawDivider 1.2s ease-out .5s forwards}@keyframes drawDivider{to{stroke-dashoffset:0}}.deco-wave[data-astro-cid-hbs2bwk2]{stroke-dasharray:2500;stroke-dashoffset:2500;animation:drawWave 3s ease-out forwards}.deco-wave-1[data-astro-cid-hbs2bwk2]{animation-delay:.6s}.deco-wave-2[data-astro-cid-hbs2bwk2]{animation-delay:.9s}.deco-wave-3[data-astro-cid-hbs2bwk2]{animation-delay:1.2s}@keyframes drawWave{to{stroke-dashoffset:0}}.deco-dot[data-astro-cid-hbs2bwk2]{animation:dotPulse 4s ease-in-out infinite;animation-play-state:paused}.deco-dot-1[data-astro-cid-hbs2bwk2]{animation-delay:0s}.deco-dot-2[data-astro-cid-hbs2bwk2]{animation-delay:1.3s}.deco-dot-3[data-astro-cid-hbs2bwk2]{animation-delay:2.6s}.why-deco-bottom[data-astro-cid-hbs2bwk2].is-visible .deco-dot[data-astro-cid-hbs2bwk2]{animation-play-state:running}@keyframes dotPulse{0%,to{opacity:.08;r:2}50%{opacity:.2;r:3.5}}@media(min-width:768px){.why-choose-inner[data-astro-cid-hbs2bwk2]{padding:0 1.5rem}.why-header[data-astro-cid-hbs2bwk2]{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:4rem}.why-header-left[data-astro-cid-hbs2bwk2]{flex:0 0 auto;max-width:26rem}.why-header-right[data-astro-cid-hbs2bwk2]{flex:1;max-width:28rem;padding-top:.25rem}.why-features-grid[data-astro-cid-hbs2bwk2]{grid-template-columns:1fr 1px 1fr 1px 1fr 1px 1fr;gap:0}.why-feature-divider[data-astro-cid-hbs2bwk2]{display:block;background:var(--color-border-custom);width:1px;align-self:stretch;margin:0}.why-feature[data-astro-cid-hbs2bwk2]{padding:0 1.75rem}.why-feature[data-astro-cid-hbs2bwk2]:first-child{padding-left:0}.why-feature[data-astro-cid-hbs2bwk2]:last-child{padding-right:0}}@media(min-width:1024px){.why-choose-inner[data-astro-cid-hbs2bwk2]{padding:0 2rem}.why-header-icon[data-astro-cid-hbs2bwk2]{width:3.5rem;height:4rem}.why-header-left[data-astro-cid-hbs2bwk2]{gap:1.25rem;max-width:30rem}.why-feature[data-astro-cid-hbs2bwk2]{padding:0 2.25rem}.why-divider-wrap[data-astro-cid-hbs2bwk2]{margin:3rem 0}}@media(min-width:1440px){.why-choose-inner[data-astro-cid-hbs2bwk2]{padding:0 2rem}.why-feature[data-astro-cid-hbs2bwk2]{padding:0 2.75rem}}@media(prefers-reduced-motion:reduce){.shield-outline[data-astro-cid-hbs2bwk2],.shield-center[data-astro-cid-hbs2bwk2],.divider-line[data-astro-cid-hbs2bwk2],.deco-wave[data-astro-cid-hbs2bwk2],.deco-dot[data-astro-cid-hbs2bwk2]{animation:none;stroke-dashoffset:0}.shield-half-l[data-astro-cid-hbs2bwk2],.shield-half-r[data-astro-cid-hbs2bwk2]{animation:none;opacity:1}.shield-float[data-astro-cid-hbs2bwk2]{animation:none}.deco-dot[data-astro-cid-hbs2bwk2]{opacity:.15}}
