.mid-market-products-section .fsp-start {
    background:#FAFAFA;
    padding: 80px 0 96px;
}
.mid-market-products-section .fsp-start__container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 32px;
}
.fsp-start__card-inner .two-button-box {
    display: flex;
    align-items: center;
    gap: 15px;
}
.fsp-start__card-inner .two-button-box a.hyk-bn-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 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;
    color: #0A0A0A
}
.fsp-start__card-inner .two-button-box a.hyk-bn-btn:hover {
    text-decoration: none;
    background: #272727;
    border-color: #272727;
    color: #fff;
}
.fsp-start__card-inner .two-button-box a.hyk-bn-btn:hover svg path {
    fill: #fff;
}
.fsp-start__card-inner .two-button-box a.hyk-bn-btn-dark {
    background: #111827;
    color: #ffffff;
}
/* Header */
.mid-market-products-section .fsp-start__subtitle {
    max-width: 853px;
    margin: 0 auto;
}
.mid-market-products-section .fsp-start__header {
    text-align: center;
    margin-bottom: 50px;
}
.mid-market-products-section span.fsp-start__label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 6px;
    line-height: 28px;
}
.mid-market-products-section .fsp-start__title {
    font-size: 38px;
    font-weight: 600;
    color: #000000;
    margin: 0 auto 6px;
    line-height: 54px;
    max-width: 575px;
}
.mid-market-products-section .fsp-start__subtitle p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.80);
    line-height: 28px;
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
}

/* Scenario card */
.mid-market-products-section .fsp-start__card {
    border-radius: 20px;
  	margin-bottom: 50px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14), 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
}
.mid-market-products-section .fsp-start__card:last-child {
  margin-bottom: 0;
}
.mid-market-products-section .fsp-start__card-inner {
    display: flex;
    align-items: stretch;
}

/* Left text column */
.mid-market-products-section .fsp-start__card-left {
    flex: 0 0 48%;
    padding: 60px 30px 60px 56px;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.mid-market-products-section span.fsp-start__scenario-tag {
        display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.50);
    margin-bottom: 7px;
    line-height: 28px;
}
.mid-market-products-section .fsp-start__scenario-title {
    font-size: 24px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    line-height: 32px;
    margin: 0 0 10px
}
.mid-market-products-section .fsp-start__card-right .fsp-start__mockup{
      box-shadow: 0 0 0 0;
}

/* Detail blocks */
.mid-market-products-section .fsp-start__detail {
    margin-bottom: 22px;
}
.mid-market-products-section .fsp-start__detail:last-of-type {
    margin-bottom: 32px;
}
.mid-market-products-section .fsp-start__detail-heading {
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    margin: 0 0 9px;
    line-height: 22px;
}
.mid-market-products-section .fsp-start__detail-body {
  max-width: 415px;
}
.mid-market-products-section .fsp-start__card-left .fsp-start__detail:nth-of-type(1) .fsp-start__detail-body {
    max-width: 583px;
}
.mid-market-products-section .fsp-start__detail-body p {
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.80);
    line-height: 29px;
    margin: 0;
}
.mid-market-products-section .fsp-start__detail-body strong {
    font-weight: 600;
    color: #000000;
}

/* CTA button */
.mid-market-products-section a.fsp-start__btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
      background: #000;
    color: #fff;
    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;
}
.mid-market-products-section a.fsp-start__btn:hover {
    opacity: 0.85;
    text-decoration: none;
}

/* Right image column */
.mid-market-products-section .fsp-start__card-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 32px;
    position: relative;
    overflow: hidden;
}
.mid-market-products-section .fsp-start__mockup {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

/* Responsive */
@media (max-width: 1024px) {
.mid-market-products-section .fsp-start__title {
        font-size: 36px;
    }
.mid-market-products-section .fsp-start__card-left {
        flex: 0 0 50%;
        padding: 40px 36px;
    }
}
@media (max-width: 768px) {
.mid-market-products-section .fsp-start {
        padding: 60px 0 72px;
    }
.mid-market-products-section .fsp-start__container {
        padding: 0 20px;
    }
.mid-market-products-section .fsp-start__title {
        font-size: 30px;
    }
.mid-market-products-section .fsp-start__card-inner {
        flex-direction: column;
        min-height: auto;
    }
.mid-market-products-section .fsp-start__card-left {
        flex: none;
        padding: 36px 28px 32px;
    }
.mid-market-products-section .fsp-start__card-right {
        padding: 32px 28px;
    }
}
@media (max-width: 480px) {
.mid-market-products-section .fsp-start__title {
        font-size: 26px;
    }
.mid-market-products-section .fsp-start__scenario-title {
        font-size: 22px;
    }
.mid-market-products-section .fsp-start__card-left {
        padding: 28px 20px 24px;
    }
.mid-market-products-section .fsp-start__card-right {
        padding: 24px 20px;
    }
.mid-market-products-section  a.fsp-start__btn {
        width: 100%;
        justify-content: center;
    }
}
