.hero{background:#f7f7f7;overflow:hidden}.hero__container{align-items:center;display:grid;gap:60px;grid-template-columns:minmax(0,560px) minmax(0,1fr);margin:0 auto;max-width:1440px;padding:24px}.hero__content{flex:1;max-width:560px;z-index:2}.hero__badge{align-items:center;color:#666;display:flex;font-size:14px;gap:8px;margin-bottom:24px}.hero__badge-dot{background:#ff7f32;border-radius:50%;height:8px;width:8px}.hero__title{font-size:64px;font-weight:500;line-height:1.05;margin-bottom:24px}.hero__description{color:#555;font-size:18px;line-height:1.6;margin-bottom:32px}.hero__button{align-items:center;background:#0078d4;border-radius:999px;color:#fff;display:inline-flex;font-weight:600;justify-content:center;min-height:56px;padding:0 32px;text-decoration:none}.hero__image-wrapper{align-items:center;display:flex;justify-content:flex-end;margin-right:calc(-64px - max(0px, (100vw - 1440px) / 2));min-width:0;position:relative}.hero__image{display:block;height:auto;max-width:none;width:clamp(420px,42vw,720px)}@media (max-width:767px){.hero__container{display:flex;flex-direction:column;gap:8px;padding:32px 24px 48px}.hero__image-wrapper{justify-content:flex-end;margin-bottom:-36px;margin-right:-24px;margin-top:-28px;order:1;width:100%}.hero__image{max-width:none;width:170px}.hero__content{order:2;width:100%}.hero__title{font-size:30px;line-height:1.1}.hero__description{font-size:13px;line-height:1.45}}