.hero-stat-cards-section{--hero-stat-cards-title-gradient: linear-gradient(94deg, #11aa52 0%, #4bca00 100%);--hero-stat-cards-card-value-gradient: linear-gradient(-88deg, #17bed0 0%, #0185cc 100%);--hero-stat-cards-cta-border-gradient: linear-gradient(94deg, rgba(17, 170, 82, 0.5) 0%, rgba(75, 202, 0, 0.5) 100%);--hero-stat-cards-glow: linear-gradient( 132deg, #84efff 12%, rgba(97, 255, 194, 0.5) 48%, rgba(126, 255, 124, 0.75) 85% );--hero-stat-cards-content-width: 647px;--hero-stat-cards-cards-width: 456px;--hero-stat-cards-columns-gap: 77px;--hero-stat-cards-cards-columns: 2;--hero-stat-cards-cards-columns-mobile: var(--hero-stat-cards-cards-columns, 2);--hero-stat-cards-cards-gap: 12px;--hero-stat-cards-cards-gap-mobile: var(--hero-stat-cards-cards-gap, 12px);--hero-stat-cards-card-height: 288px;--hero-stat-cards-card-wide-height: 184px;--hero-stat-cards-card-radius: 32px;--hero-stat-cards-card-padding-top: 32px;--hero-stat-cards-image-size: 120px;--hero-stat-cards-glow-width: 822px;--hero-stat-cards-glow-height: 398px;--hero-stat-cards-glow-blur: 100px;--hero-stat-cards-glow-opacity: 0.2;--hero-stat-cards-cta-height: 48px;position:relative;overflow:hidden}.hero-stat-cards-section.theme-dark{--hero-stat-cards-background: #0d0d0d;--section-background: var(--hero-stat-cards-background);--hero-stat-cards-text-color: #ffffff;--hero-stat-cards-card-background: #0d0d0d;--hero-stat-cards-card-border: 1px solid rgba(255, 255, 255, 0.06);--hero-stat-cards-card-shadow: none;--hero-stat-cards-cta-primary-color: #0d0d0d}.hero-stat-cards-section.theme-light{--hero-stat-cards-background: #ffffff;--section-background: var(--hero-stat-cards-background);--hero-stat-cards-text-color: #1c1d1f;--hero-stat-cards-card-background: #ffffff;--hero-stat-cards-card-border: 1px solid rgba(0, 0, 0, 0.08);--hero-stat-cards-card-shadow: 0 4px 24px -8px rgba(0, 0, 0, 0.12);--hero-stat-cards-cta-primary-color: #ffffff}.hero-stat-cards-section .hero-stat-cards-section__inner{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:var(--hero-stat-cards-columns-gap)}.hero-stat-cards-section__content{display:flex;flex-direction:column;align-items:flex-start;flex:1 1 auto;min-width:0;max-width:var(--hero-stat-cards-content-width)}.hero-stat-cards-section__title{--text-gradient: var(--hero-stat-cards-title-gradient);margin:0;padding:0;font-size:var(--hero-stat-cards-title-font-size, 48px);font-weight:600;line-height:1.21;letter-spacing:-0.04em}.hero-stat-cards-section__subtitle{margin:var(--spacing-lg, 24px) 0 0;padding:0;max-width:var(--hero-stat-cards-subtitle-width, 548px);color:var(--hero-stat-cards-subtitle-color, var(--hero-stat-cards-text-color));font-size:var(--hero-stat-cards-subtitle-font-size, 24px);font-weight:600;line-height:1.3333;letter-spacing:-0.01em}.hero-stat-cards-section__buttons{margin-top:var(--spacing-xl, 32px)}.hero-stat-cards-section__checklist{display:flex;align-items:center;gap:var(--hero-stat-cards-checklist-gap, 24px);margin:var(--spacing-2xl, 40px) 0 0;padding:0;list-style:none}.hero-stat-cards-section__checklist-item{display:flex;align-items:center;gap:var(--spacing-sm, 8px)}.hero-stat-cards-section__checklist-icon{display:block;flex:0 0 auto;width:24px;height:24px}.hero-stat-cards-section__checklist-text{color:var(--hero-stat-cards-text-color);font-size:16px;font-weight:400;line-height:1.21;letter-spacing:-0.01em}.hero-stat-cards-section__cards-wrapper{position:relative;flex:0 1 var(--hero-stat-cards-cards-width);min-width:0}.hero-stat-cards-section__glow{position:absolute;top:50%;left:50%;z-index:0;width:var(--hero-stat-cards-glow-width);height:var(--hero-stat-cards-glow-height);transform:translate(-50%, -50%);border-radius:50%;background:var(--hero-stat-cards-glow);filter:blur(var(--hero-stat-cards-glow-blur));opacity:var(--hero-stat-cards-glow-opacity);pointer-events:none}.hero-stat-cards-section__cards{position:relative;z-index:1;display:grid;grid-template-columns:repeat(var(--hero-stat-cards-cards-columns, 2), minmax(0, 1fr));gap:var(--hero-stat-cards-cards-gap);margin:0;padding:0;list-style:none}.hero-stat-cards-section__card{display:flex;flex-direction:column;align-items:center;box-sizing:border-box;height:var(--hero-stat-cards-card-height);padding-top:var(--hero-stat-cards-card-padding-top);border-radius:var(--hero-stat-cards-card-radius);border:var(--hero-stat-cards-card-border);background:var(--hero-stat-cards-card-background);box-shadow:var(--hero-stat-cards-card-shadow);overflow:hidden;grid-column:var(--hero-stat-cards-card-column, auto);grid-row:var(--hero-stat-cards-card-row, auto);align-self:var(--hero-stat-cards-card-align, auto)}.hero-stat-cards-section__card-image{display:block;flex:0 0 auto;width:var(--hero-stat-cards-image-size);height:var(--hero-stat-cards-image-size)}.hero-stat-cards-section__card-image img{object-fit:contain}.hero-stat-cards-section__card-text{display:flex;flex-direction:column;align-items:center;margin-top:20px;min-width:0}.hero-stat-cards-section__card-value{--text-gradient: var(--hero-stat-cards-card-value-gradient);font-size:var(--hero-stat-cards-card-value-font-size, 54px);font-weight:200;line-height:1.21;letter-spacing:-0.03em;white-space:nowrap}.hero-stat-cards-section__card-description{margin-top:4px;color:var(--hero-stat-cards-text-color);font-size:16px;font-weight:400;line-height:1.21;text-align:center}.hero-stat-cards-section .hero-stat-cards-cta.hero-stat-cards-cta{height:var(--hero-stat-cards-cta-height);line-height:var(--hero-stat-cards-cta-height);border:0;border-radius:var(--border-radius-full, 999px);font-size:14px;font-weight:700;letter-spacing:-0.01em}.hero-stat-cards-section .hero-stat-cards-cta--primary.hero-stat-cards-cta--primary{background:var(--hero-stat-cards-title-gradient);color:var(--hero-stat-cards-cta-primary-color)}.hero-stat-cards-section .hero-stat-cards-cta--primary.hero-stat-cards-cta--primary:hover{filter:brightness(1.08)}.hero-stat-cards-section .hero-stat-cards-cta--secondary.hero-stat-cards-cta--secondary{background:rgba(0,0,0,0);color:var(--hero-stat-cards-text-color)}.hero-stat-cards-section .hero-stat-cards-cta--secondary.hero-stat-cards-cta--secondary::before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:var(--hero-stat-cards-cta-border-gradient);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;pointer-events:none}.hero-stat-cards-section .hero-stat-cards-cta--secondary.hero-stat-cards-cta--secondary:hover::before{background:var(--hero-stat-cards-title-gradient)}@media(min-width: 769px){.hero-stat-cards-section__cards--zigzag>.hero-stat-cards-section__card:nth-child(1){--hero-stat-cards-card-column: 1;--hero-stat-cards-card-row: 1 / 3;--hero-stat-cards-card-align: center}.hero-stat-cards-section__cards--zigzag>.hero-stat-cards-section__card:nth-child(2){--hero-stat-cards-card-column: 2;--hero-stat-cards-card-row: 1}.hero-stat-cards-section__cards--zigzag>.hero-stat-cards-section__card:nth-child(3){--hero-stat-cards-card-column: 2;--hero-stat-cards-card-row: 2}.hero-stat-cards-section__buttons .cta-button-wrapper{display:flex;flex-wrap:wrap;width:100%}.hero-stat-cards-section__buttons .cta-button-wrapper .rounded-button{flex:1 1 auto;width:auto}}@media(min-width: 769px)and (max-width: 1060px){.hero-stat-cards-section{--hero-stat-cards-columns-gap: 40px;--hero-stat-cards-cards-width: 400px;--hero-stat-cards-title-font-size: 40px;--hero-stat-cards-subtitle-font-size: 20px;--hero-stat-cards-card-value-font-size: 44px;--hero-stat-cards-checklist-gap: 16px;--hero-stat-cards-glow-width: 620px}.hero-stat-cards-section__checklist-text{font-size:14px}}@media(max-width: 768px){.hero-stat-cards-section{--hero-stat-cards-columns-gap: var(--spacing-2xl, 40px);--hero-stat-cards-glow-width: 696px;--hero-stat-cards-glow-height: 426px}.hero-stat-cards-section .hero-stat-cards-section__inner{flex-direction:column;align-items:center}.hero-stat-cards-section__content{align-items:center;max-width:100%;text-align:center;width:100%}.hero-stat-cards-section__title{font-size:var(--hero-stat-cards-title-font-size-mobile, 40px);line-height:1.1;letter-spacing:-0.03em}.hero-stat-cards-section__subtitle{font-size:var(--hero-stat-cards-subtitle-font-size-mobile, 24px);letter-spacing:-0.03em}.hero-stat-cards-section__buttons{width:100%}.hero-stat-cards-section__checklist{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:var(--spacing-sm, 8px);margin-top:var(--spacing-xl, 32px);width:100%}.hero-stat-cards-section__checklist-item{flex-direction:column;justify-content:flex-start}.hero-stat-cards-section__checklist-text{font-size:12px;font-weight:500;text-align:center}.hero-stat-cards-section__cards-wrapper{flex:0 0 auto;width:100%}.hero-stat-cards-section__cards{grid-template-columns:repeat(var(--hero-stat-cards-cards-columns-mobile, 2), minmax(0, 1fr));gap:var(--hero-stat-cards-cards-gap-mobile)}.hero-stat-cards-section__card{grid-column:var(--hero-stat-cards-card-column-mobile, var(--hero-stat-cards-card-column, auto));grid-row:var(--hero-stat-cards-card-row-mobile, var(--hero-stat-cards-card-row, auto));align-self:var(--hero-stat-cards-card-align-mobile, var(--hero-stat-cards-card-align, auto))}.hero-stat-cards-section__card--wide{--hero-stat-cards-card-column-mobile: 1 / -1;flex-direction:row;justify-content:center;align-items:center;gap:var(--hero-stat-cards-card-wide-gap, 40px);height:var(--hero-stat-cards-card-wide-height);padding:0 var(--spacing-lg, 24px)}.hero-stat-cards-section__card--wide .hero-stat-cards-section__card-text{margin-top:0}}