:root{--container-max:1200px;--space-2:8px;--space-3:12px;--space-4:16px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--clr-bg:#0f0f12;--clr-fg:#ffffff;--clr-fg-muted:#c8c8d0;--clr-accent:#2f89fc;--clr-accent-contrast:#ffffff;--radius-lg:12px;--title-size-mobile:clamp(28px,7vw,36px);--title-size-desktop:clamp(40px,4.5vw,56px);--subtitle-size:16px;--subtitle-size-desktop:24px;--product-size:40px}.container{max-width:var(--container-max);margin-inline:auto;padding-inline:var(--space-4)}.hero{background:#0f0c29;color:#fff}.hero__container{padding-top:100px;min-height:100vh}.hero__left{text-align:center;display:flex;flex-direction:column;align-items:center;gap:var(--space-6);padding-left:16px;padding-right:16px}.logo-wrap{position:relative;width:60px;height:20px}.logo-img{object-fit:contain}.hero__title{font-size:24px;line-height:1.44;font-weight:600;margin:0}.hero__subtitle{font-size:14px;line-height:1.92;font-weight:400;margin:0}.highlight__text{font-weight:600}.hero__cta{display:flex;align-items:center;gap:var(--space-4);flex-wrap:wrap;justify-content:center}.hero__cta-text{font-size:15px;color:var(--clr-fg-muted)}.hero__cta-btn{appearance:none;border:none;background:var(--clr-accent);color:var(--clr-accent-contrast);padding:16px 48px!important;border-radius:4px;font-weight:500;cursor:pointer;transition:transform .12s ease,opacity .12s ease,box-shadow .12s ease}.hero__cta-btn:active{transform:translateY(0);opacity:.95}.hero__roi-btn{width:fit-content;appearance:none;border:none;padding:12px 48px!important;border-radius:4px;font-weight:500;cursor:pointer;background:rgba(0,0,0,0);color:#fff;outline:1px solid hsla(0,0%,100%,.9)}.hero__roi-btn:hover{color:#fff}.hero__right{position:absolute;bottom:0;right:0}.hero__image-wrap{position:relative;width:300px;height:300px}.hero__image{object-fit:cover}@media(min-width:768px){.hero__container{display:grid;grid-template-columns:1fr;align-items:center;gap:0;padding-block:var(--space-12);width:50%;padding-left:24px}.hero__left{display:grid;text-align:left;align-items:start;padding-left:0;padding-right:0}.hero__right{top:25%;bottom:auto}.hero__title{font-size:32px}.hero__subtitle{font-size:16px}.hero__cta{display:flex;align-items:center;gap:var(--space-4);flex-wrap:wrap;justify-content:left}.hero__image-wrap{position:relative;width:380px;height:380px}}@media(min-width:1024px){.hero__container{align-items:center;gap:0;padding-block:var(--space-12);display:flex;width:42%;margin-left:40px}.hero__right{top:15%}.hero__title{font-size:32px;margin-top:0}.hero__subtitle{font-size:16px;max-width:56ch}.hero__cta{justify-content:left;margin-top:32px}.hero__cta-btn,.hero__roi-btn{font-size:20px;padding:16px}.hero__image-wrap{position:relative;width:500px;height:500px}.logo-wrap{position:relative;width:100px;height:30px}.hero__image{aspect-ratio:4/3}}@media(min-width:1440px){.hero__container{display:flex;width:40%;margin-left:80px}.hero__subtitle{max-width:60ch}.hero__right{position:absolute;right:0;top:10%}.hero__image-wrap{position:relative;width:720px;height:720px}}