.htm25-hero{position:relative;overflow:hidden;padding-block:var(--htm25-section-py);padding-inline:var(--htm25-section-px);background-color:var(--htm25-bg-section)}.htm25-hero.htm25-style--glass,.htm25-hero.htm25-style--aurora{background:var(--htm25-gradient-hero)}.htm25-hero__bg-blobs{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:var(--htm25-z-below)}.htm25-hero__blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:htm25-blob-drift 12s ease-in-out infinite alternate}.htm25-style--glass .htm25-hero__blob--1{width:600px;height:600px;top:-200px;left:-100px;background:radial-gradient(circle,rgb(120 110 255 / .45),transparent 70%);animation-duration:14s}.htm25-style--glass .htm25-hero__blob--2{width:500px;height:500px;bottom:-150px;right:-100px;background:radial-gradient(circle,rgb(6 182 212 / .35),transparent 70%);animation-duration:18s;animation-direction:alternate-reverse}.htm25-style--aurora .htm25-hero__blob--1{width:700px;height:700px;top:-250px;left:-200px;background:radial-gradient(circle,rgb(255 60 172 / .4),transparent 70%);animation-duration:16s}.htm25-style--aurora .htm25-hero__blob--2{width:600px;height:600px;top:-100px;right:-150px;background:radial-gradient(circle,rgb(43 134 197 / .35),transparent 70%);animation-duration:20s;animation-direction:alternate-reverse}.htm25-style--aurora .htm25-hero__blob--3{width:500px;height:500px;bottom:-150px;left:30%;background:radial-gradient(circle,rgb(120 75 160 / .3),transparent 70%);animation-duration:22s}@keyframes htm25-blob-drift{from{transform:translate(0,0) scale(1)}to{transform:translate(40px,30px) scale(1.1)}}.htm25-hero__inner{position:relative;z-index:var(--htm25-z-base);display:grid;grid-template-columns:1fr;gap:var(--htm25-space-10);align-items:center;max-width:var(--htm25-container-xl);margin-inline:auto}.htm25-hero--split-left .htm25-hero__inner,.htm25-hero--split-right .htm25-hero__inner{grid-template-columns:1fr 1fr}.htm25-hero--centered .htm25-hero__content{text-align:center;margin-inline:auto;max-width:700px}.htm25-hero--centered .htm25-hero__actions{justify-content:center}.htm25-hero--centered .htm25-hero__social-proof{justify-content:center}.htm25-hero--centered .htm25-hero__description{margin-inline:auto}.htm25-hero__badge{display:inline-flex;align-items:center;gap:var(--htm25-space-2);padding:var(--htm25-space-1) var(--htm25-space-3);font-size:var(--htm25-text-xs);font-weight:var(--htm25-weight-semibold);letter-spacing:var(--htm25-tracking-wider);text-transform:uppercase;border-radius:var(--htm25-badge-radius);background-color:var(--htm25-badge-bg);color:var(--htm25-badge-text);border:1px solid var(--htm25-badge-border,transparent);margin-bottom:var(--htm25-space-6)}.htm25-hero__badge-icon{display:flex;align-items:center;line-height:1}.htm25-hero__badge-icon svg,.htm25-hero__badge-icon i,.htm25-hero__badge-icon span,.htm25-hero__badge-icon img{width:.85em;height:.85em;font-size:.85em;line-height:1;display:inline-flex;align-items:center;flex-shrink:0}.htm25-hero__badge-icon img{object-fit:contain}.htm25-hero__badge-icon svg{fill:currentColor}.htm25-style--neo .htm25-hero__badge{border:2px solid #000;box-shadow:2px 2px 0 #000}.htm25-hero .htm25-hero__headline{white-space:pre-line;font-family:var(--htm25-font-heading);font-size:var(--htm25-text-5xl);font-weight:var(--htm25-weight-heading,var(--htm25-weight-bold));line-height:var(--htm25-leading-heading,var(--htm25-leading-tight));letter-spacing:var(--htm25-tracking-heading,var(--htm25-tracking-tight));color:var(--htm25-text-heading);margin:0 0 var(--htm25-space-6)}.htm25-hero .htm25-hero__headline-accent{background-color:var(--htm25-accent-primary);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;color:#fff0}.htm25-style--glass .htm25-hero__headline-accent,.htm25-style--aurora .htm25-hero__headline-accent{background-color:#fff0;background-image:var(--htm25-gradient-btn)}.htm25-headline--gradient-text{-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;color:#fff0}.htm25-style--dark .htm25-hero__headline-accent{background-color:var(--htm25-accent-primary);background-image:none}.htm25-style--neo .htm25-hero__headline-accent{background-color:var(--htm25-text-heading);background-image:none;text-decoration:underline;text-decoration-color:var(--htm25-neo-yellow);text-decoration-thickness:4px;text-underline-offset:4px}.htm25-hero .htm25-hero__description{font-size:var(--htm25-text-lg);line-height:var(--htm25-leading-normal);color:var(--htm25-text-body);margin:0 0 var(--htm25-space-8);max-width:52ch}.htm25-hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:var(--htm25-space-3);margin-bottom:var(--htm25-space-8)}.htm25-hero .htm25-btn--primary,.htm25-hero .htm25-btn--outline{transition:background 0.2s ease,background-color 0.2s ease,color 0.2s ease,border-color 0.2s ease,box-shadow 0.2s ease,transform 0.15s ease}.htm25-hero__play-icon{display:flex;align-items:center;justify-content:center;width:1.75em;height:1.75em;border-radius:50%;background-color:var(--htm25-accent-primary);flex-shrink:0;transition:background-color 0.2s ease,background-image 0.2s ease}.htm25-hero__play-icon i,.htm25-hero__play-icon svg,.htm25-hero__play-icon span:not(.htm25-hero__play-icon){color:#fff;transition:color 0.2s ease}.htm25-hero__play-icon svg path{transition:fill 0.2s ease}.htm25-hero__play-icon span.fa,.htm25-hero__play-icon span[class*="dashicons"],.htm25-hero__play-icon svg{font-size:1em;width:1em;height:1em;line-height:1;display:flex;align-items:center;justify-content:center}.htm25-style--glass .htm25-hero__play-icon,.htm25-style--aurora .htm25-hero__play-icon{background:var(--htm25-gradient-btn)}.htm25-style--dark .htm25-hero__play-icon{background:var(--htm25-accent-primary)}.htm25-style--dark .htm25-hero__play-icon i,.htm25-style--dark .htm25-hero__play-icon svg{color:var(--htm25-text-inverse)}.htm25-hero__social-proof{display:flex;flex-wrap:wrap;align-items:center;gap:var(--htm25-space-2);font-size:var(--htm25-text-sm);color:var(--htm25-text-muted)}.htm25-hero__stars{display:flex;gap:2px;color:#F59E0B}.htm25-hero__rating{font-weight:var(--htm25-weight-semibold);color:var(--htm25-text-body)}.htm25-hero__social-text{color:var(--htm25-text-muted)}.htm25-hero__media{position:relative;display:flex;align-items:center;justify-content:center}.htm25-hero__media img{width:100%;height:auto;border-radius:var(--htm25-radius-card);display:block;object-fit:cover}.htm25-style--bento .htm25-hero__media img{box-shadow:var(--htm25-shadow-lg);border:var(--htm25-border-width) solid var(--htm25-border-color)}.htm25-style--neo .htm25-hero__media img{border:2px solid #000;box-shadow:var(--htm25-shadow-lg);border-radius:0}.htm25-style--glass .htm25-hero__media img{box-shadow:var(--htm25-shadow-glow),0 0 0 1px var(--htm25-border-color);border-radius:var(--htm25-radius-2xl)}.htm25-style--aurora .htm25-hero__media img{box-shadow:var(--htm25-shadow-glow-pink);border-radius:var(--htm25-radius-2xl)}.htm25-hero__float-badge{position:absolute;bottom:var(--htm25-space-4);left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;padding:var(--htm25-space-4) var(--htm25-space-6);border-radius:var(--htm25-radius-xl);background-color:var(--htm25-bg-card);border:var(--htm25-border-width) solid var(--htm25-border-color);box-shadow:var(--htm25-shadow-card);text-align:center;min-width:120px;white-space:nowrap}.htm25-style--glass .htm25-hero__float-badge,.htm25-style--aurora .htm25-hero__float-badge{background:var(--htm25-glass-bg,var(--htm25-bg-card));-webkit-backdrop-filter:var(--htm25-glass-blur,none);backdrop-filter:var(--htm25-glass-blur,none);border-color:var(--htm25-border-color)}.htm25-style--neo .htm25-hero__float-badge{border:2px solid #000;box-shadow:4px 4px 0 #000;border-radius:0}.htm25-hero__float-number{font-size:var(--htm25-text-2xl);font-weight:var(--htm25-weight-bold);line-height:1;color:var(--htm25-text-heading);margin-bottom:var(--htm25-space-1)}.htm25-hero__float-label{font-size:var(--htm25-text-xs);color:var(--htm25-text-muted);letter-spacing:var(--htm25-tracking-wide)}@media (max-width:1024px){.htm25-hero--split-left .htm25-hero__inner,.htm25-hero--split-right .htm25-hero__inner{grid-template-columns:1fr}.htm25-hero--split-right .htm25-hero__media{order:1}.htm25-hero--split-right .htm25-hero__content{order:2}}@media (max-width:640px){.htm25-hero .htm25-hero__headline{font-size:var(--htm25-text-3xl)}.htm25-hero .htm25-hero__description{font-size:var(--htm25-text-base)}.htm25-hero__actions{flex-direction:column;align-items:stretch}.htm25-hero__actions .htm25-btn{width:100%;justify-content:center}}.htm25-hero__media-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;width:100%;aspect-ratio:4 / 3;border-radius:var(--htm25-radius-card);border:2px dashed var(--htm25-border-color,rgb(0 0 0 / .2));color:var(--htm25-text-muted,rgb(0 0 0 / .35));background-color:var(--htm25-surface-alt,rgb(0 0 0 / .03));pointer-events:none;user-select:none}.htm25-hero__media-placeholder svg{opacity:.5;flex-shrink:0}.htm25-hero__media-placeholder span{font-size:.8125rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;opacity:.6}.htm25-style--glass .htm25-hero__media-placeholder,.htm25-style--aurora .htm25-hero__media-placeholder{background-color:rgb(255 255 255 / .06);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-color:rgb(255 255 255 / .2);color:rgb(255 255 255 / .5)}.htm25-style--dark .htm25-hero__media-placeholder{background-color:rgb(255 255 255 / .04);border-color:rgb(163 230 53 / .25);color:rgb(255 255 255 / .35)}.htm25-style--neo .htm25-hero__media-placeholder{border-radius:0;border:2px solid var(--htm25-border-color);border-style:solid;box-shadow:4px 4px 0 var(--htm25-border-color);background-color:var(--htm25-surface-alt,#f5f5f5)}@media (prefers-reduced-motion:reduce){.htm25-hero__blob{animation:none}}.htm25-about{position:relative;overflow:hidden;padding-block:var(--htm25-section-py);padding-inline:var(--htm25-section-px);background-color:var(--htm25-bg-section);color:var(--htm25-text-body)}.htm25-about.htm25-style--glass,.htm25-about.htm25-style--aurora{background:var(--htm25-gradient-hero)}.htm25-about__bg-blobs{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:var(--htm25-z-below,-1)}.htm25-about__blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5;animation:htm25-blob-drift 14s ease-in-out infinite alternate;will-change:transform}.htm25-style--glass .htm25-about__blob--1{width:500px;height:500px;top:-150px;left:-80px;background:radial-gradient(circle,rgb(120 110 255 / .4),transparent 70%);animation-duration:16s}.htm25-style--glass .htm25-about__blob--2{width:420px;height:420px;bottom:-120px;right:-80px;background:radial-gradient(circle,rgb(6 182 212 / .3),transparent 70%);animation-duration:20s;animation-direction:alternate-reverse}.htm25-style--aurora .htm25-about__blob--1{width:560px;height:560px;top:-180px;left:-120px;background:radial-gradient(circle,rgb(255 60 172 / .35),transparent 70%);animation-duration:18s}.htm25-style--aurora .htm25-about__blob--2{width:460px;height:460px;bottom:-100px;right:-60px;background:radial-gradient(circle,rgb(43 134 197 / .3),transparent 70%);animation-duration:22s;animation-direction:alternate-reverse}.htm25-about__inner{position:relative;z-index:var(--htm25-z-base,0);max-width:var(--htm25-container-xl,1280px);margin-inline:auto;display:grid;gap:var(--htm25-space-16,4rem);align-items:center}.htm25-about--split-left .htm25-about__inner,.htm25-about--split-right .htm25-about__inner{grid-template-columns:1fr 1fr}.htm25-about--centered .htm25-about__inner,.htm25-about--feature-grid .htm25-about__inner{grid-template-columns:1fr}.htm25-headline--gradient-text{-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;color:#fff0}.htm25-about__content{display:flex;flex-direction:column;gap:var(--htm25-space-6,1.5rem)}.htm25-about--centered .htm25-about__content,.htm25-about--feature-grid .htm25-about__content{align-items:center;text-align:center}.htm25-about--centered .htm25-about__section-label,.htm25-about--feature-grid .htm25-about__section-label{align-self:center}.htm25-about .htm25-about__section-label{margin:0;font-size:var(--htm25-text-xs);font-weight:var(--htm25-weight-semibold);letter-spacing:var(--htm25-tracking-wider);text-transform:uppercase;color:var(--htm25-section-label-color,var(--htm25-accent-primary))}.htm25-about .htm25-about__headline{white-space:pre-line;margin:0;font-size:var(--htm25-text-3xl);font-weight:var(--htm25-weight-bold);line-height:var(--htm25-leading-tight);letter-spacing:var(--htm25-tracking-tight);color:var(--htm25-text-heading)}.htm25-about .htm25-about__headline-accent{background-color:var(--htm25-accent-primary);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;color:#fff0}.htm25-style--glass .htm25-about__headline-accent,.htm25-style--aurora .htm25-about__headline-accent{background-color:#fff0;background-image:var(--htm25-gradient-text,var(--htm25-gradient-btn))}.htm25-about .htm25-about__description{margin:0;font-size:var(--htm25-text-lg);line-height:var(--htm25-leading-normal);color:var(--htm25-text-muted);max-width:52ch}.htm25-about--centered .htm25-about__description,.htm25-about--feature-grid .htm25-about__description{max-width:60ch}.htm25-about .htm25-about__features{list-style:none;margin:0;padding:0;display:grid;gap:var(--htm25-space-6,1.5rem);width:100%}.htm25-about .htm25-about__features--cols-1{grid-template-columns:1fr}.htm25-about .htm25-about__features--cols-2{grid-template-columns:repeat(2,1fr)}.htm25-about .htm25-about__features--cols-3{grid-template-columns:repeat(3,1fr)}.htm25-about--feature-grid .htm25-about__features{margin-block-start:var(--htm25-space-10,2.5rem);text-align:left}.htm25-about__feature{display:flex;flex-direction:column;gap:var(--htm25-space-3,.75rem);padding:var(--htm25-space-6,1.5rem);border-radius:var(--htm25-radius-card);background:var(--htm25-bg-card);border:var(--htm25-border-width) var(--htm25-border-style) var(--htm25-border-color);transition:box-shadow 0.2s ease,transform 0.2s ease}.htm25-about__feature:hover{box-shadow:var(--htm25-shadow-card-hover);transform:translateY(-2px)}.htm25-style--glass .htm25-about__feature{background:var(--htm25-glass-bg);backdrop-filter:var(--htm25-glass-blur);-webkit-backdrop-filter:var(--htm25-glass-blur);border-color:var(--htm25-border-color)}.htm25-style--dark .htm25-about__feature{background:var(--htm25-bg-card);border-color:var(--htm25-border-color)}.htm25-style--aurora .htm25-about__feature{background:var(--htm25-bg-card);border-color:var(--htm25-border-color);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.htm25-style--neo .htm25-about__feature{border-width:2px;border-color:var(--htm25-border-color);box-shadow:3px 3px 0 var(--htm25-border-color);border-radius:0;transition:transform 0.15s ease,box-shadow 0.15s ease}.htm25-style--neo .htm25-about__feature:hover{transform:translate(-2px,-2px);box-shadow:5px 5px 0 var(--htm25-border-color)}.htm25-about--centered .htm25-about__feature{align-items:center;text-align:center}.htm25-about__feature-icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:var(--htm25-radius-icon,var(--htm25-radius-md));background:var(--htm25-accent-primary-lt);flex-shrink:0}.htm25-about .htm25-about__feature-icon{display:flex;align-items:center;justify-content:center;font-size:1.125rem;color:var(--htm25-accent-primary);width:100%;height:100%}.htm25-about .htm25-about__feature-icon svg,.htm25-about .htm25-about__feature-icon i{display:block;color:var(--htm25-accent-primary)}.htm25-about .htm25-about__feature-icon svg{width:1.125em;height:1.125em;fill:currentColor}.htm25-about .htm25-about__feature-title{margin:0;font-size:var(--htm25-text-base);font-weight:var(--htm25-weight-semibold);line-height:var(--htm25-leading-snug);color:var(--htm25-text-heading)}.htm25-about .htm25-about__feature-description{margin:0;font-size:var(--htm25-text-sm);line-height:var(--htm25-leading-normal);color:var(--htm25-text-muted)}.htm25-about__media{position:relative}.htm25-about__img{display:block;width:100%;height:auto;border-radius:var(--htm25-radius-card);object-fit:cover;box-shadow:var(--htm25-shadow-card)}.htm25-style--neo .htm25-about__img{border-radius:0;border:2px solid var(--htm25-border-color);box-shadow:4px 4px 0 var(--htm25-border-color)}.htm25-about__img-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;width:100%;aspect-ratio:4 / 3;border-radius:var(--htm25-radius-card);border:2px dashed var(--htm25-border-color,rgb(0 0 0 / .2));color:var(--htm25-text-muted,rgb(0 0 0 / .35));background-color:var(--htm25-surface-alt,rgb(0 0 0 / .03));pointer-events:none;user-select:none}.htm25-about__img-placeholder svg{opacity:.5;flex-shrink:0}.htm25-about__img-placeholder span{font-size:.8125rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;opacity:.6}.htm25-style--glass .htm25-about__img-placeholder,.htm25-style--aurora .htm25-about__img-placeholder{background-color:rgb(255 255 255 / .06);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-color:rgb(255 255 255 / .2);color:rgb(255 255 255 / .5)}.htm25-style--dark .htm25-about__img-placeholder{background-color:rgb(255 255 255 / .04);border-color:rgb(163 230 53 / .25);color:rgb(255 255 255 / .35)}.htm25-style--neo .htm25-about__img-placeholder{border-radius:0;border:2px solid var(--htm25-border-color);border-style:solid;box-shadow:4px 4px 0 var(--htm25-border-color);background-color:var(--htm25-surface-alt,#f5f5f5)}.htm25-about__float-badge{position:absolute;bottom:1.5rem;left:-1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.125rem;min-width:5.5rem;padding:.875rem 1.25rem;border-radius:var(--htm25-radius-card);background:var(--htm25-badge-bg);box-shadow:var(--htm25-shadow-lg);border:var(--htm25-border-width) var(--htm25-border-style) var(--htm25-border-color);z-index:var(--htm25-z-raised,10);text-align:center}.htm25-about__float-number{font-size:var(--htm25-text-xl);font-weight:var(--htm25-weight-bold);color:var(--htm25-accent-primary);line-height:1}.htm25-about__float-label{font-size:var(--htm25-text-xs);color:var(--htm25-text-muted);white-space:nowrap}.htm25-style--neo .htm25-about__float-number,.htm25-style--neo .htm25-about__float-label{color:var(--htm25-badge-text,#000000)}.htm25-style--neo .htm25-about__feature-icon-wrap{background:#FFE500;border:2px solid #000;border-radius:0}.htm25-style--neo.htm25-about .htm25-about__feature-icon,.htm25-style--neo.htm25-about .htm25-about__feature-icon svg,.htm25-style--neo.htm25-about .htm25-about__feature-icon i{color:#000}.htm25-style--neo.htm25-about .htm25-about__feature-icon svg path{fill:#000}.htm25-about__cta-wrap{display:flex;flex-wrap:wrap;gap:var(--htm25-space-3,.75rem);align-items:center}.htm25-about--centered .htm25-about__cta-wrap,.htm25-about--feature-grid .htm25-about__cta-wrap{justify-content:center}.htm25-about__cta{display:inline-flex;align-items:center;gap:var(--htm25-space-2,.5rem);padding:var(--htm25-btn-py) var(--htm25-btn-px);font-size:var(--htm25-btn-font-size,var(--htm25-text-sm));font-weight:var(--htm25-btn-font-weight,var(--htm25-weight-semibold));line-height:1;border-radius:var(--htm25-btn-radius);background:var(--htm25-btn-primary-bg);color:var(--htm25-btn-primary-text);text-decoration:none;transition:background 0.2s ease,background-color 0.2s ease,color 0.2s ease,opacity 0.2s ease,transform 0.2s ease,box-shadow 0.2s ease}.htm25-about__cta:hover{opacity:.88;transform:translateY(-1px);box-shadow:var(--htm25-shadow-btn)}.htm25-about__cta-icon{display:inline-flex;align-items:center;font-size:.875em;line-height:1;transition:transform 0.15s ease}.htm25-about__cta-icon i{display:block;line-height:1}.htm25-about__cta-icon svg{display:block;width:1em;height:1em;fill:currentColor}.htm25-about__cta:hover .htm25-about__cta-icon{transform:translateX(3px)}@media (max-width:1024px){.htm25-about--split-left .htm25-about__inner,.htm25-about--split-right .htm25-about__inner{grid-template-columns:1fr}.htm25-about__float-badge{left:1rem;bottom:1rem}}@media (max-width:768px){.htm25-about__features--cols-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.htm25-about__features--cols-2,.htm25-about__features--cols-3{grid-template-columns:1fr}.htm25-about__cta{width:100%;justify-content:center}}@media (prefers-reduced-motion:reduce){.htm25-about__blob{animation:none}.htm25-about__feature,.htm25-about__cta,.htm25-about__cta-icon{transition:none}}.htm25-stats{position:relative;overflow:hidden;padding-block:var(--htm25-section-py);padding-inline:var(--htm25-section-px);background-color:var(--htm25-bg-section)}.htm25-stats__bg-blobs{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden}.htm25-stats__blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.45;animation:htm25-stblob-drift 20s ease-in-out infinite alternate}.htm25-stats__blob--1{width:50vw;height:40vw;max-width:720px;max-height:560px;top:-20%;right:-5%;background:radial-gradient(circle,var(--htm25-accent-primary) 0%,transparent 70%);animation-delay:0s}.htm25-stats__blob--2{width:40vw;height:30vw;max-width:600px;max-height:440px;bottom:-15%;left:-5%;background:radial-gradient(circle,var(--htm25-accent-secondary,var(--htm25-accent-primary)) 0%,transparent 70%);animation-delay:-9s}@keyframes htm25-stblob-drift{0%{transform:translate(0,0) scale(1)}50%{transform:translate(-3%,5%) scale(1.07)}100%{transform:translate(2%,-3%) scale(.96)}}.htm25-stats__inner{position:relative;z-index:1;width:100%;max-width:var(--htm25-container-xl);margin-inline:auto}.htm25-stats__header{text-align:center;margin-bottom:var(--htm25-space-12)}.htm25-stats .htm25-stats__section-label{display:inline-flex;align-items:center;gap:var(--htm25-space-2);font-size:var(--htm25-text-xs);font-weight:var(--htm25-weight-semibold);letter-spacing:var(--htm25-tracking-wider);text-transform:uppercase;color:var(--htm25-section-label-color,var(--htm25-accent-primary));margin-bottom:var(--htm25-space-4)}.htm25-stats .htm25-stats__headline{white-space:pre-line;font-family:var(--htm25-font-heading);font-size:var(--htm25-text-4xl);font-weight:var(--htm25-weight-heading,var(--htm25-weight-bold));line-height:var(--htm25-leading-heading,var(--htm25-leading-tight));letter-spacing:var(--htm25-tracking-heading,var(--htm25-tracking-tight));color:var(--htm25-section-title-color,var(--htm25-text-heading));margin-top:0;margin-bottom:var(--htm25-space-5)}.htm25-stats .htm25-stats__headline-accent{background-color:var(--htm25-accent-primary);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;color:#fff0}.htm25-style--glass .htm25-stats__headline-accent,.htm25-style--aurora .htm25-stats__headline-accent{background-color:#fff0;background-image:var(--htm25-gradient-text,var(--htm25-gradient-btn))}.htm25-style--neo .htm25-stats__headline-accent{background-color:var(--htm25-swatch-black,#000);background-image:none}.htm25-stats .htm25-stats__description{font-size:var(--htm25-text-lg);line-height:var(--htm25-leading-normal);color:var(--htm25-section-body-color,var(--htm25-text-muted));max-width:52ch;margin-inline:auto;margin-top:0;margin-bottom:0}.htm25-stats__grid{display:grid;gap:var(--htm25-space-6)}.htm25-stats--row .htm25-stats__grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:0;border:var(--htm25-border-width) var(--htm25-border-style) var(--htm25-border-color);border-radius:var(--htm25-radius-card);overflow:hidden;background-color:var(--htm25-bg-card);box-shadow:var(--htm25-shadow-card)}.htm25-style--glass .htm25-stats--row .htm25-stats__grid,.htm25-style--aurora .htm25-stats--row .htm25-stats__grid{background:var(--htm25-glass-bg,var(--htm25-bg-card));-webkit-backdrop-filter:var(--htm25-glass-blur,none);backdrop-filter:var(--htm25-glass-blur,none)}.htm25-style--neo .htm25-stats--row .htm25-stats__grid{border-width:var(--htm25-border-width-thick,3px);box-shadow:var(--htm25-shadow-card);border-radius:0}.htm25-stats--grid .htm25-stats__grid--cols-2{grid-template-columns:repeat(2,1fr)}.htm25-stats--grid .htm25-stats__grid--cols-3{grid-template-columns:repeat(3,1fr)}.htm25-stats--grid .htm25-stats__grid--cols-4{grid-template-columns:repeat(4,1fr)}.htm25-stats--bento .htm25-stats__grid--cols-2{grid-template-columns:repeat(2,1fr)}.htm25-stats--bento .htm25-stats__grid--cols-3{grid-template-columns:repeat(3,1fr)}.htm25-stats--bento .htm25-stats__grid--cols-4{grid-template-columns:repeat(4,1fr)}.htm25-stats--bento .htm25-stats__item--featured{grid-column:span 2}.htm25-stats__item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:var(--htm25-space-3);padding:var(--htm25-space-8) var(--htm25-space-6);position:relative}.htm25-stats--row .htm25-stats__item{padding:var(--htm25-space-10) var(--htm25-space-8)}.htm25-stats__item-divider{display:none}.htm25-stats--row .htm25-stats__item-divider{display:block;position:absolute;right:0;top:20%;height:60%;width:var(--htm25-divider-width);background-color:var(--htm25-divider-color)}.htm25-stats--row .htm25-stats__item:last-child .htm25-stats__item-divider{display:none}.htm25-stats--grid .htm25-stats__item,.htm25-stats--bento .htm25-stats__item{background-color:var(--htm25-bg-card);border:var(--htm25-border-width) var(--htm25-border-style) var(--htm25-border-color);border-radius:var(--htm25-radius-card);box-shadow:var(--htm25-shadow-card);transition:box-shadow 0.2s ease,transform 0.2s ease}.htm25-stats--grid .htm25-stats__item:hover,.htm25-stats--bento .htm25-stats__item:hover{box-shadow:var(--htm25-shadow-card-hover);transform:translateY(-2px)}.htm25-style--glass .htm25-stats--grid .htm25-stats__item,.htm25-style--glass .htm25-stats--bento .htm25-stats__item,.htm25-style--aurora .htm25-stats--grid .htm25-stats__item,.htm25-style--aurora .htm25-stats--bento .htm25-stats__item{background:var(--htm25-glass-bg,var(--htm25-bg-card));-webkit-backdrop-filter:var(--htm25-glass-blur,none);backdrop-filter:var(--htm25-glass-blur,none)}.htm25-style--glass .htm25-stats--grid .htm25-stats__item:hover,.htm25-style--glass .htm25-stats--bento .htm25-stats__item:hover,.htm25-style--aurora .htm25-stats--grid .htm25-stats__item:hover,.htm25-style--aurora .htm25-stats--bento .htm25-stats__item:hover{background:var(--htm25-glass-bg-hover,var(--htm25-bg-card-alt))}.htm25-style--neo .htm25-stats--grid .htm25-stats__item,.htm25-style--neo .htm25-stats--bento .htm25-stats__item{border-width:var(--htm25-border-width-thick,3px);border-radius:0;box-shadow:var(--htm25-shadow-card)}.htm25-style--neo .htm25-stats--grid .htm25-stats__item:hover,.htm25-style--neo .htm25-stats--bento .htm25-stats__item:hover{transform:translate(-2px,-2px);box-shadow:var(--htm25-shadow-card-hover)}.htm25-stats--bento .htm25-stats__item--featured{background-color:var(--htm25-accent-primary-lt,var(--htm25-bg-card));border-color:var(--htm25-accent-primary)}.htm25-style--dark .htm25-stats--bento .htm25-stats__item--featured{background-color:var(--htm25-accent-primary-lt);border-color:var(--htm25-accent-primary)}.htm25-style--glass .htm25-stats--bento .htm25-stats__item--featured,.htm25-style--aurora .htm25-stats--bento .htm25-stats__item--featured{background:var(--htm25-accent-primary-lt,rgb(255 255 255 / .08));box-shadow:var(--htm25-shadow-card),0 0 32px var(--htm25-accent-glow,var(--htm25-accent-primary-lt))}.htm25-style--neo .htm25-stats--bento .htm25-stats__item--featured{background-color:var(--htm25-swatch-yellow);border-color:var(--htm25-swatch-black,#000);box-shadow:6px 6px 0 var(--htm25-swatch-black,#000)}.htm25-stats--bento .htm25-stats__item--featured .htm25-stats__item-number{font-size:var(--htm25-text-5xl)}.htm25-stats--bento .htm25-stats__item--featured .htm25-stats__item-prefix,.htm25-stats--bento .htm25-stats__item--featured .htm25-stats__item-suffix{font-size:var(--htm25-text-3xl)}.htm25-stats__item-icon-wrap{width:3rem;height:3rem;border-radius:var(--htm25-radius-icon,var(--htm25-radius-md));background-color:var(--htm25-accent-primary-lt,var(--htm25-bg-subtle));display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:var(--htm25-space-2)}.htm25-stats__item-icon{font-size:var(--htm25-text-lg);color:var(--htm25-accent-primary);line-height:1}.htm25-style--neo .htm25-stats__item-icon-wrap{border:2px solid var(--htm25-swatch-black,#000);border-radius:0;background-color:var(--htm25-swatch-yellow)}.htm25-style--neo.htm25-stats .htm25-stats__item-icon,.htm25-style--neo.htm25-stats .htm25-stats__item-icon svg,.htm25-style--neo.htm25-stats .htm25-stats__item-icon i{color:#000}.htm25-style--neo.htm25-stats .htm25-stats__item-icon svg path{fill:#000}.htm25-stats__item-value-wrap{display:flex;align-items:baseline;justify-content:center;gap:var(--htm25-space-1);line-height:var(--htm25-leading-tight)}.htm25-stats__item-number{font-family:var(--htm25-font-heading);font-size:var(--htm25-text-4xl);font-weight:var(--htm25-weight-black,var(--htm25-weight-bold));letter-spacing:var(--htm25-tracking-tight);line-height:1;font-variant-numeric:tabular-nums;background-color:var(--htm25-text-heading);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;color:#fff0;transition:background-color 0.2s ease}.htm25-style--dark .htm25-stats__item-number{background-color:var(--htm25-accent-primary)}.htm25-style--glass .htm25-stats__item-number,.htm25-style--aurora .htm25-stats__item-number{background-image:var(--htm25-gradient-text,var(--htm25-gradient-btn));background-color:#fff0}.htm25-style--neo .htm25-stats__item-number{font-size:var(--htm25-text-4xl);background-color:var(--htm25-text-heading)}.htm25-stats__item-prefix,.htm25-stats__item-suffix{font-family:var(--htm25-font-heading);font-size:var(--htm25-text-2xl);font-weight:var(--htm25-weight-bold);color:var(--htm25-accent-primary);line-height:1;align-self:flex-end;padding-bottom:.1em}.htm25-style--glass .htm25-stats__item-prefix,.htm25-style--glass .htm25-stats__item-suffix,.htm25-style--aurora .htm25-stats__item-prefix,.htm25-style--aurora .htm25-stats__item-suffix{color:var(--htm25-text-muted)}.htm25-style--neo .htm25-stats__item-prefix,.htm25-style--neo .htm25-stats__item-suffix{color:var(--htm25-text-heading)}.htm25-stats .htm25-stats__item-label{font-family:var(--htm25-font-body);font-size:var(--htm25-text-sm);font-weight:var(--htm25-weight-semibold);color:var(--htm25-text-body);letter-spacing:var(--htm25-tracking-wide);text-transform:uppercase;margin:0;line-height:var(--htm25-leading-snug)}.htm25-style--dark .htm25-stats__item-label{color:var(--htm25-text-muted)}.htm25-style--neo .htm25-stats--bento .htm25-stats__item--featured .htm25-stats__item-label{color:var(--htm25-text-heading)}.htm25-stats .htm25-stats__item-description{font-size:var(--htm25-text-xs);color:var(--htm25-text-muted);line-height:var(--htm25-leading-normal);margin:0}.htm25-stats--row .htm25-stats__item::before{content:'';display:block;position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--htm25-accent-primary);transform:scaleX(0);transform-origin:center;transition:transform var(--htm25-duration-normal) var(--htm25-ease-out)}.htm25-stats--row .htm25-stats__item:hover::before{transform:scaleX(1)}.htm25-style--neo .htm25-stats--row .htm25-stats__item::before{height:4px;background:var(--htm25-swatch-yellow)}@media (max-width:768px){.htm25-stats--row .htm25-stats__grid{grid-template-columns:repeat(2,1fr)}.htm25-stats--row .htm25-stats__item-divider{display:block;position:absolute;right:0;top:15%;height:70%;width:var(--htm25-divider-width);background-color:var(--htm25-divider-color)}.htm25-stats--row .htm25-stats__item:nth-child(even) .htm25-stats__item-divider{display:none}}@media (max-width:1100px){.htm25-stats--grid .htm25-stats__grid--cols-4,.htm25-stats--bento .htm25-stats__grid--cols-4{grid-template-columns:repeat(2,1fr)}.htm25-stats--bento .htm25-stats__grid--cols-4 .htm25-stats__item--featured{grid-column:span 2}}@media (max-width:900px){.htm25-stats--grid .htm25-stats__grid--cols-3,.htm25-stats--bento .htm25-stats__grid--cols-3{grid-template-columns:repeat(2,1fr)}.htm25-stats--bento .htm25-stats__grid--cols-3 .htm25-stats__item--featured{grid-column:span 2}}@media (max-width:480px){.htm25-stats--row .htm25-stats__grid{grid-template-columns:1fr}.htm25-stats--row .htm25-stats__item-divider{display:none}.htm25-stats--row .htm25-stats__item::after{content:'';display:block;position:absolute;bottom:0;left:10%;right:10%;height:var(--htm25-divider-width);background-color:var(--htm25-divider-color)}.htm25-stats--grid .htm25-stats__grid--cols-2,.htm25-stats--grid .htm25-stats__grid--cols-3,.htm25-stats--grid .htm25-stats__grid--cols-4,.htm25-stats--bento .htm25-stats__grid--cols-2,.htm25-stats--bento .htm25-stats__grid--cols-3,.htm25-stats--bento .htm25-stats__grid--cols-4{grid-template-columns:1fr}.htm25-stats--bento .htm25-stats__item--featured{grid-column:span 1}.htm25-stats--bento .htm25-stats__item--featured .htm25-stats__item-number{font-size:var(--htm25-text-4xl)}.htm25-stats--bento .htm25-stats__item--featured .htm25-stats__item-prefix,.htm25-stats--bento .htm25-stats__item--featured .htm25-stats__item-suffix{font-size:var(--htm25-text-2xl)}}@media (prefers-reduced-motion:reduce){.htm25-stats__blob{animation:none}.htm25-stats--grid .htm25-stats__item,.htm25-stats--bento .htm25-stats__item{transition:none}.htm25-stats--grid .htm25-stats__item:hover,.htm25-stats--bento .htm25-stats__item:hover{transform:none}.htm25-stats--row .htm25-stats__item::before{transition:none}}.htm25-services{position:relative;overflow:hidden;padding-block:var(--htm25-section-py);padding-inline:var(--htm25-section-px);background-color:var(--htm25-bg-section);color:var(--htm25-text-body)}.htm25-services.htm25-style--glass,.htm25-services.htm25-style--aurora{background:var(--htm25-gradient-hero)}.htm25-services__bg-blobs{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:var(--htm25-z-below,-1)}.htm25-services__blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5;animation:htm25-blob-drift 14s ease-in-out infinite alternate;will-change:transform}.htm25-style--glass .htm25-services__blob--1{width:520px;height:520px;top:-160px;right:-60px;background:radial-gradient(circle,rgb(120 110 255 / .4),transparent 70%);animation-duration:18s}.htm25-style--glass .htm25-services__blob--2{width:440px;height:440px;bottom:-100px;left:-80px;background:radial-gradient(circle,rgb(6 182 212 / .3),transparent 70%);animation-duration:22s;animation-direction:alternate-reverse}.htm25-style--aurora .htm25-services__blob--1{width:580px;height:580px;top:-200px;left:-100px;background:radial-gradient(circle,rgb(255 60 172 / .35),transparent 70%);animation-duration:20s}.htm25-style--aurora .htm25-services__blob--2{width:480px;height:480px;bottom:-120px;right:-80px;background:radial-gradient(circle,rgb(43 134 197 / .28),transparent 70%);animation-duration:24s;animation-direction:alternate-reverse}@keyframes htm25-blob-drift{from{transform:translate(0,0) scale(1)}to{transform:translate(30px,20px) scale(1.08)}}.htm25-services__inner{position:relative;z-index:var(--htm25-z-base,0);max-width:var(--htm25-container-xl,1280px);margin-inline:auto;display:flex;flex-direction:column;gap:var(--htm25-space-12,3rem)}.htm25-services__header{display:flex;flex-direction:column;gap:var(--htm25-space-4,1rem);max-width:52ch}.htm25-services--centered .htm25-services__header{align-items:center;text-align:center;max-width:60ch;margin-inline:auto}.htm25-services--centered .htm25-services__section-label{align-self:center}.htm25-services .htm25-services__section-label{margin:0;font-size:var(--htm25-text-xs);font-weight:var(--htm25-weight-semibold);letter-spacing:var(--htm25-tracking-wider);text-transform:uppercase;color:var(--htm25-section-label-color,var(--htm25-accent-primary))}.htm25-services .htm25-services__headline{white-space:pre-line;margin:0;font-size:var(--htm25-text-3xl);font-weight:var(--htm25-weight-bold);line-height:var(--htm25-leading-tight);letter-spacing:var(--htm25-tracking-tight);color:var(--htm25-text-heading)}.htm25-services .htm25-services__headline-accent{background-color:var(--htm25-accent-primary);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;color:#fff0}.htm25-style--glass .htm25-services__headline-accent,.htm25-style--aurora .htm25-services__headline-accent{background-color:#fff0;background-image:var(--htm25-gradient-text,var(--htm25-gradient-btn))}.htm25-services .htm25-services__description{margin:0;font-size:var(--htm25-text-lg);line-height:var(--htm25-leading-normal);color:var(--htm25-text-muted);max-width:52ch}.htm25-services--centered .htm25-services__description{max-width:60ch}.htm25-services .htm25-services__cards{list-style:none;margin:0;padding:0;display:grid;gap:var(--htm25-space-6,1.5rem)}.htm25-services--grid.htm25-services--grid .htm25-services__cards--cols-2{grid-template-columns:repeat(2,1fr)}.htm25-services--grid.htm25-services--grid .htm25-services__cards--cols-3{grid-template-columns:repeat(3,1fr)}.htm25-services--grid.htm25-services--grid .htm25-services__cards--cols-4{grid-template-columns:repeat(4,1fr)}.htm25-services--centered .htm25-services__cards{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.htm25-services--list .htm25-services__cards{grid-template-columns:1fr;gap:var(--htm25-space-4,1rem)}.htm25-services__card{display:flex;flex-direction:column;gap:var(--htm25-space-4,1rem);padding:var(--htm25-space-8,2rem);border-radius:var(--htm25-radius-card);background:var(--htm25-bg-card);border:var(--htm25-border-width) var(--htm25-border-style) var(--htm25-border-color);box-shadow:var(--htm25-shadow-card);transition:box-shadow 0.2s ease,transform 0.2s ease}.htm25-services__card:hover{box-shadow:var(--htm25-shadow-card-hover);transform:translateY(-3px)}.htm25-services--list .htm25-services__card{flex-direction:row;align-items:flex-start;gap:var(--htm25-space-6,1.5rem);padding:var(--htm25-space-6,1.5rem);transform:none}.htm25-services--list .htm25-services__card:hover{transform:none}.htm25-services--centered .htm25-services__card{align-items:center;text-align:center}.htm25-style--glass .htm25-services__card{background:var(--htm25-glass-bg);-webkit-backdrop-filter:var(--htm25-glass-blur);backdrop-filter:var(--htm25-glass-blur);border-color:var(--htm25-border-color)}.htm25-style--dark .htm25-services__card{background:var(--htm25-bg-card);border-color:var(--htm25-border-color)}.htm25-style--aurora .htm25-services__card{background:var(--htm25-bg-card);border-color:var(--htm25-border-color);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.htm25-style--neo .htm25-services__card{border-width:2px;border-color:var(--htm25-border-color);box-shadow:3px 3px 0 var(--htm25-border-color);border-radius:0;transition:transform 0.15s ease,box-shadow 0.15s ease}.htm25-style--neo .htm25-services__card:hover{transform:translate(-2px,-2px);box-shadow:5px 5px 0 var(--htm25-border-color)}.htm25-style--neo.htm25-services--list .htm25-services__card:hover{transform:none;box-shadow:5px 5px 0 var(--htm25-border-color)}.htm25-style--neo .htm25-services__card-icon-wrap{background:#FFE500;border:2px solid #000;border-radius:0}.htm25-style--neo.htm25-services .htm25-services__card-icon,.htm25-style--neo.htm25-services .htm25-services__card-icon svg,.htm25-style--neo.htm25-services .htm25-services__card-icon i{color:#000}.htm25-style--neo.htm25-services .htm25-services__card-icon svg path{fill:#000}.htm25-services__card-icon-wrap{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:3rem;height:3rem;border-radius:var(--htm25-radius-icon,var(--htm25-radius-md));background:var(--htm25-accent-primary-lt)}.htm25-services--grid .htm25-services__card-icon-wrap{width:3.25rem;height:3.25rem}.htm25-services--list .htm25-services__card-icon-wrap{margin-top:.125rem}.htm25-services .htm25-services__card-icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:1.2rem;color:var(--htm25-accent-primary)}.htm25-services .htm25-services__card-icon svg,.htm25-services .htm25-services__card-icon i{display:block;color:var(--htm25-accent-primary)}.htm25-services .htm25-services__card-icon svg{width:1.2em;height:1.2em;fill:currentColor}.htm25-services__card-body{display:flex;flex-direction:column;gap:var(--htm25-space-2,.5rem);flex:1}.htm25-services--centered .htm25-services__card-body{align-items:center}.htm25-services .htm25-services__card-title{margin:0;font-size:var(--htm25-text-lg);font-weight:var(--htm25-weight-semibold);line-height:var(--htm25-leading-snug);color:var(--htm25-text-heading)}.htm25-services .htm25-services__card-description{margin:0;font-size:var(--htm25-text-sm);line-height:var(--htm25-leading-normal);color:var(--htm25-text-muted)}.htm25-services__card-link{display:inline-flex;align-items:center;gap:var(--htm25-space-1,.25rem);margin-top:var(--htm25-space-2,.5rem);font-size:var(--htm25-text-sm);font-weight:var(--htm25-weight-semibold);color:var(--htm25-text-link);text-decoration:none;transition:color 0.15s ease,gap 0.15s ease}.htm25-services__card-link:hover{color:var(--htm25-text-link-hover);gap:var(--htm25-space-2,.5rem)}.htm25-services__card-link-arrow{display:inline-flex;transition:transform 0.15s ease}.htm25-services__card-link:hover .htm25-services__card-link-arrow{transform:translateX(3px)}.htm25-services__cta-wrap{display:flex;justify-content:center;padding-top:var(--htm25-space-4,1rem)}.htm25-services__cta{display:inline-flex;align-items:center;gap:var(--htm25-space-2,.5rem);padding:var(--htm25-btn-py) var(--htm25-btn-px);font-size:var(--htm25-btn-font-size,var(--htm25-text-sm));font-weight:var(--htm25-btn-font-weight,var(--htm25-weight-semibold));line-height:1;border-radius:var(--htm25-btn-radius);background:var(--htm25-btn-primary-bg);color:var(--htm25-btn-primary-text);text-decoration:none;transition:opacity 0.2s ease,transform 0.2s ease,box-shadow 0.2s ease}.htm25-services__cta:hover{opacity:.88;transform:translateY(-1px);box-shadow:var(--htm25-shadow-btn)}.htm25-services__cta-icon{display:inline-flex;align-items:center;font-size:.875em;transition:transform 0.15s ease}.htm25-services__cta-icon i{display:block;line-height:1}.htm25-services__cta-icon svg{display:block;width:1em;height:1em;fill:currentColor}.htm25-services__cta:hover .htm25-services__cta-icon{transform:translateX(3px)}@media (max-width:1200px){.htm25-services--grid .htm25-services__cards--cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.htm25-services--grid .htm25-services__cards--cols-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.htm25-services--grid .htm25-services__cards--cols-2,.htm25-services--grid .htm25-services__cards--cols-3,.htm25-services--grid .htm25-services__cards--cols-4{grid-template-columns:1fr}.htm25-services--list .htm25-services__card{flex-direction:column}.htm25-services__cta{width:100%;justify-content:center}}@media (prefers-reduced-motion:reduce){.htm25-services__blob{animation:none}.htm25-services__card,.htm25-services__cta,.htm25-services__cta-icon,.htm25-services__card-link,.htm25-services__card-link-arrow{transition:none}}