.shopify-integ-hero {
    position: relative;
    padding: 103px 0 45px;
   overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F6F7FD 100%);
}
.shopify-integ-container {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 40px;
    
}
.shopify-integ-hero__inner {
    display: flex;
    align-items: flex-start;
    gap: 82px;
}
.shopify-integ-hero__content {
    flex: 0 0 580px;
    max-width: 580px;
    padding: 20px 0;
}
span.shopify-integ-label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.5);
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.shopify-integ-hero__title {
    font-size: 58px;
    font-weight: 800;
    line-height: 1.06;
    color: #000000;
    letter-spacing: -0.02em;
    margin: 0 0 24px;
}
.shopify-integ-hero__desc {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 28px;
    line-height: 1.7;
    opacity: 0.8;
}
.shopify-integ-hero__features {
    list-style: none;
    padding: 0;
    margin: 0 0 42px;
    display: flex;
    gap: 22px 36px;
    justify-content: start;
    flex-wrap: wrap;
}
.shopify-integ-feature {
        display: flex;
    align-items: center;
    gap: 11px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    padding: 0;
    line-height: 20px;
}
li.shopify-integ-feature:before {
    display: none;
}
.shopify-integ-feature svg {
    flex-shrink: 0;
}
.shopify-integ-hero__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
a.shopify-integ-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.15s ease;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    border: 2px solid #0A0A0A;
}
a.shopify-integ-btn--dark {
    background: #000;
    color: #fff;
}
a.shopify-integ-btn--outline {
    background: transparent;
    color: #0A0A0A;
}
a.shopify-integ-btn:hover {
    text-decoration: none;
    background-color: #272727;
     color:#fff;
}
.shopify-integ-hero__visual {
    flex: 1;
    position: relative;
    text-align: center;
}
.shopify-integ-hero__mockup-wrap {
    position: relative;
    width: 100%;
  text-align: right;
}
.shopify-integ-hero__mockup-wrap img {
    width: auto;
    max-width: 100%;
}



/*banner cta start*/
.lm-banner {
    padding: 0;
    background: transparent;
}
.lm-banner__container {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 40px;
  margin-top: 100px
}
.lm-banner__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background:#ffffff;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid rgba(226, 232, 240, 1);
}
.lm-banner__left {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    min-width: 0;
}
.lm-banner__icon {
    flex-shrink: 0;
    margin-top: -1px;
    line-height: 0;
}
.lm-banner__text p {
  	font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    line-height: 26px;
    margin: 0;
}
.lm-banner__text strong {
  font-weight: 600;
}
a.lm-banner__btn {
  	display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 12px 25px;
    border-radius: 50px;
    background: transparent;
    color: #111827;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    white-space: nowrap;
    text-decoration: none;
    transition: opacity 0.2s ease;
    border: 1px solid rgba(17, 24, 39, 1);
}
a.lm-banner__btn:hover {
    text-decoration: none;
    color: #fff;
    background: #272727;
}

@media (max-width: 1024px) {
    .shopify-integ-hero__inner {
        flex-direction: column;
        gap: 40px;
    }
    .shopify-integ-hero__content {
        flex: none;
        max-width: 100%;
    }
    .shopify-integ-hero__visual {
        width: 100%;
    }
  .lm-banner__container { 
    margin-top: 60px
}
}
@media (max-width: 768px) {
    .shopify-integ-hero {
        padding: 56px 0;
    }
    .shopify-integ-hero__title {
        font-size: 38px;
    }
    .shopify-integ-hero__features {
        grid-template-columns: repeat(2, auto);
    }
    .shopify-integ-container,
    .lm-banner__container {
        padding: 0 20px;
    }
    .lm-banner__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 20px 24px;
    }
    a.lm-banner__btn {
        justify-content: center;
    }
}
@media (max-width: 767px) {
  .lm-banner__left {
    flex-wrap: wrap;
}
    .shopify-integ-hero__title {
        font-size: 32px;
    }
    .shopify-integ-hero__features {
        grid-template-columns: 1fr;
    }
    .lm-banner__left {
        align-items: flex-start;
    }
  .lm-banner__container { 
    margin-top: 30px
}
}


/*banner cta end*/