.product-hero-inner{display:flex;flex-direction:column;gap:var(--spacing-240);overflow:clip;border-radius:2px;width:100%}.product-hero-header{display:flex;align-items:center;justify-content:space-between;width:100%}.product-hero-body{display:flex;gap:var(--spacing-120);width:100%}.product-hero-body-buttons{display:flex;gap:var(--spacing-20)}.product-hero-left-panel{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;width:320px;flex-shrink:0;align-self:stretch}.product-hero-body-text{font-size:20px;line-height:28px;max-width:320px}.product-hero-api-container{position:relative;display:flex;flex:1;min-width:0;flex-direction:column;align-items:center;justify-content:center;height:640px;padding:var(--spacing-40);overflow:hidden}.product-hero-shader-background{position:absolute;inset:0;pointer-events:none}.product-hero-shader-background>*{width:100%;height:100%}.product-hero-ide{position:relative;width:100%}@media (max-width:1024px){.product-hero-inner{gap:var(--spacing-80)}.product-hero-body{flex-direction:column;gap:var(--spacing-40)}.product-hero-left-panel{width:100%;gap:var(--spacing-24)}.product-hero-body-text{max-width:100%}.product-hero-api-container{height:auto;min-height:400px;padding:24px}}