.stats-card{background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(240,245,255,.85) 40%,rgba(225,235,255,.8));-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.4);border-radius:20px;padding:24px;display:flex;flex-direction:column;box-shadow:0 2px 4px rgba(0,0,0,.06),0 8px 24px rgba(0,0,0,.08),inset 0 0 1px rgba(255,255,255,.6);transition:transform .3s ease,box-shadow .3s ease;min-height:180px;text-align:left}.stats-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.stats-card__number{font-size:26px;font-weight:700;color:#1a1a1a;line-height:1;text-align:left}.stats-card__icon{display:flex;align-items:center;justify-content:center;border-radius:12px}.stats-card__icon svg{width:48px;height:48px}.stats-card__content{display:flex;flex-direction:column;gap:4px;margin-top:auto;text-align:left}.stats-card__title{font-size:22px;font-weight:500;color:#1a1a1a;margin:0;line-height:1.2;text-align:left}.stats-card__subtitle{font-size:16px;margin:0;text-align:left}.stats-card:hover{transform:perspective(800px) rotateX(4deg) rotateY(-6deg) translateY(-8px);box-shadow:0 4px 6px rgba(0,0,0,.08),0 16px 32px rgba(0,0,0,.12),inset 0 0 1px rgba(255,255,255,.7)}@media(max-width:800px){.stats-card__header{flex-direction:row;justify-content:flex-start;align-items:center;gap:12px}.stats-card__number{display:none}.stats-card__icon svg{width:64px;height:64px}}.main-hero{width:100%;position:relative;display:flex;flex-direction:column;overflow:hidden}.main-hero__bg-image{z-index:-1!important}.main-hero__bg-image--mobile{display:block}@media(min-width:768px){.main-hero__bg-image--mobile{display:none}}.main-hero__bg-image--tablet{display:none}@media(min-width:768px)and (max-width:1024px){.main-hero__bg-image--tablet{display:block}}.main-hero__bg-image--desktop{display:none}@media(min-width:1025px){.main-hero__bg-image--desktop{display:block}}.main-hero .bottom-section-title{margin-top:auto}.main-hero__content{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:1200px;width:100%;margin:0 auto;text-align:center;gap:32px;padding:80px 20px 20px;position:relative;z-index:1}.main-hero__title{font-size:2.2rem!important;font-weight:700;line-height:1.2;margin:0;color:#1a1a1a}.main-hero__title .text-primary{color:#4169e1}.main-hero__title .blue-word{font-weight:500}.main-hero__description{font-size:18px;line-height:1.6;max-width:600px;margin:0}.main-hero__description .blue-word{font-weight:500}.main-hero__buttons{display:flex;gap:16px;margin-top:16px}.main-hero__stats{display:flex;flex-wrap:wrap;gap:24px;width:100%;margin-top:48px}.main-hero__stats>*{flex-grow:1;flex-shrink:1;flex-basis:calc(25% - 24px)}@media(max-width:1024px){.main-hero__stats>*{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 24px)}}@media(max-width:768px){.main-hero{height:auto}.main-hero__content{padding:120px 20px 40px;justify-content:flex-start}.main-hero__title{font-size:36px}.main-hero__description{font-size:16px}}@media(max-width:480px){.main-hero__content{padding:20px 20px 40px}.main-hero__stats>*{flex:1 1 100%}.main-hero__buttons{flex-direction:column;width:100%}.main-hero__buttons .button{width:100%}}.button{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:8px;font-weight:500;transition:all .2s ease;text-decoration:none}.button--primary{background:#4169e1;color:#fff}.button--primary:hover{background:#214cce}.button--secondary{background:rgba(0,0,0,0);border:2px solid #4169e1;color:#4169e1}.button--secondary:hover{background:rgba(65,105,225,.1)}.placeholder-icon{width:24px;height:24px;background-color:#4169e1;border-radius:6px;opacity:.8}