.enterprice-solution-hero {
    position: relative;
    padding: 100px 0 100px;
    overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(233, 233, 233, 0.36));
}
.enterprice-solution-container {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
  padding: 0px 40px;
}
.enterprice-solution-hero__inner {
    display: flex;
    align-items: center;
    gap: 35px;
}
.enterprice-solution-hero__content {
    flex: 0 0 670px;
    max-width: 670px; 
}
span.enterprice-solution-label {
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.5);
    margin: 0 0 6px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.enterprice-solution-hero__title {
    font-size: 62px;
    font-weight: 700;
    line-height: 1.08;
    color: #000000; 
    letter-spacing: -0.02em;
    margin: 10px 0 20px 0;
}
.enterprice-solution-hero__desc {
    font-size: 18px;
    font-weight: 400;
    color: #000000; 
    margin-bottom: 36px;
    line-height: 31px;
    opacity: 0.8;
}
.enterprice-solution-hero__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
a.enterprice-solution-bn-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 13px 24px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.15s ease; 
    line-height: 1;
    align-self: flex-start;
    white-space: nowrap;
    text-decoration: none;
    border: 2px solid #0A0A0A;
}
a.enterprice-solution-bn-btn-dark {
    background: #111827;
    color: #ffffff;
}
a.enterprice-solution-bn-btn.enterprice-solution-bn-btn--dark {
    background: #000;
    color: #fff;
}
a.enterprice-solution-bn-btn svg {
    vertical-align: middle;
    margin-top: 3px;
}
a.enterprice-solution-bn-btn--dark svg path {
    fill: #ffffff;
}
a.enterprice-solution-bn-btn.enterprice-solution-btn--outline {
    color: #0A0A0A;
}
a.enterprice-solution-bn-btn:hover {
    opacity: 0.88;
    text-decoration:none;
}
.enterprice-solution-hero__visual {
    flex: 1;
    position: relative;
    text-align: center;
}
.enterprice-solution-hero__mockup-wrap {
    position: relative;
    width: 100%;
}
.enterprice-solution-hero__mockup-wrap img {
    width: auto;
    max-width: 100%;
}

@media (max-width: 1024px) {
.enterprice-solution-hero__inner { 
    flex-direction: column;
}
  .enterprice-solution-hero__content {
    flex: 0 0 auto;
    max-width: max-content; 
}
  .enterprice-solution-hero__title {
    font-size: 45px; 
}
}
@media (max-width: 1024px) {
.enterprice-solution-hero__title {
    font-size: 34px; 
    line-height: 1.3; 
}
  .enterprice-solution-container { 
    padding: 0px 15px;
}
  .enterprice-solution-hero { 
    padding: 55px 0; 
}
}