.about-hero{--hero-offset:40px;position:relative;min-height:100svh;display:flex;flex-direction:column;overflow:hidden;padding-block-start:calc(var(--header-height,110px) + var(--hero-offset))}.about-hero::before{content:'';position:absolute;inset:0;background:url('../assets/images/about_phone.webp') center/cover no-repeat;pointer-events:none;z-index:0}.about-hero .container{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;justify-content:center;padding-block-end:60px;gap:40px}.about-hero__img{width:100%;max-width:420px;display:block;margin-inline:auto}.about-hero__content{display:flex;flex-direction:column;gap:13px}.about-hero__title{font-family:var(--font-display);font-weight:700;font-size:clamp(2.4rem, 6.4vw, 3.9rem);color:var(--white);line-height:1.3}.about-hero__body{display:flex;flex-direction:column;gap:16px}.about-hero__body p{font-family:var(--font-sans);font-size:.9rem;line-height:1.5;background:linear-gradient(to right,#fff 0,#ccc 50%,#999 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.about-hero__body p .text-orange{display:inline-block;background:var(--orange);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.about-hero__body p .text-blue{display:inline-block;background:var(--blue);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media (min-width:1024px){.about-hero::before{background-image:url('../assets/images/about.webp')}.about-hero{--hero-offset:60px;justify-content:center}.about-hero .container{flex-direction:row;align-items:flex-start;flex:unset;gap:unset}.about-hero__content{flex:1;padding-block-start:10px}.about-hero__body{max-width:400px}.about-hero__img{order:1;flex-shrink:0;box-sizing:content-box;max-width:380px;margin-inline:auto 0;padding-inline-end:clamp(0px,calc(15vw - 154px),200px)}}@media (min-width:1921px){.about-hero__title{font-size:clamp(3.9rem, 5vw, 5rem)}.about-hero__body p{font-size:1.05rem}.about-hero__body,.about-hero__img{max-width:480px}}