.landing-page-transparent-price-section {
    padding: 96px 0px
}

.landing-page-transparent-price-section .lptps-shell {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box
}

.landing-page-transparent-price-section .lptps-intro {
    max-width: 900px;
    margin: 0 auto;
    text-align: center
}

.landing-page-transparent-price-section .lptps-heading {
    margin: 0;
    color: #074F55;
    font-size: clamp(32px, 4.4vw, 46px);
    font-weight: 400;
    letter-spacing: -1.68px;
    line-height: 105%;
}

.landing-page-transparent-price-section .lptps-subtext {
    max-width: 830px;
    margin: 24px auto 0;
    color: #074F55;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.40;
    letter-spacing: -0.32px;
}

.landing-page-transparent-price-section .lptps-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 48px
}

.landing-page-transparent-price-section .lptps-card {
    display: flex;
    flex-direction: column;
    min-height: 506px;
    padding: 32px;
    border-radius: 16px;
}

.landing-page-transparent-price-section .lptps-card-default {
    background: #F6F6F6
}

.landing-page-transparent-price-section .lptps-card-highlight {
    background: #E3FBFD;
}

.landing-page-transparent-price-section .lptps-card-title {
    margin: 0;
    color: #033438;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.72px;
}

.landing-page-transparent-price-section .lptps-card-subtext {
    margin: 16px 0 0;
    color: #4C6769;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.40;
    letter-spacing: -0.32px;
}

.landing-page-transparent-price-section .lptps-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2px 8px;
    margin-top: 24px;
    color: #033438;
}

.landing-page-transparent-price-section .lptps-price-currency {
    font-size: 16px;
    line-height: 1;
    padding-bottom: 0;
    position: relative;
    top: -16px;
}

.landing-page-transparent-price-section .lptps-price-value {
    font-size: 56px;
    font-weight: 400;
    color: #033438;
    line-height: 105%;
    letter-spacing: -1.68px;
}

.landing-page-transparent-price-section .lptps-price-suffix {
    font-size: 18px;
    line-height: 1.30;
    color: #033438;
    padding-bottom: 0;
    letter-spacing: -0.18px;
}

.landing-page-transparent-price-section .lptps-card-actions {
    margin-top: 24px
}

.landing-page-transparent-price-section .lptps-card-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    padding: 12px 18px;
    border-radius: 8px;
    background: #1B6166;
    color: #fff;
    font-family: "Source Code Pro", monospace;
    font-size: 13px;
    font-weight: 600;
    line-height: 123.077%;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity .2s ease;
    max-height: 40px;
    height: 40px;
}

.landing-page-transparent-price-section .lptps-card-button:hover {
    opacity: .9;
    color: #fff
}

.landing-page-transparent-price-section .lptps-card-body {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #DEE2E3;
}

.landing-page-transparent-price-section .lptps-card-description {
    margin: 0;
    color: #4C6769;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.40;
    letter-spacing: -0.32px;
}
.landing-page-transparent-price-section .lptps-card-highlight .lptps-card-description{
    color: #3F7A7F;
}


.landing-page-transparent-price-section .lptps-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 24px
}

.landing-page-transparent-price-section .lptps-feature {
    display: flex;
    gap: 10px
}

.landing-page-transparent-price-section .lptps-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin-top: 1px;
    border: 1px solid #6a8a8f;
    border-radius: 999px;
    color: #356a71
}

.landing-page-transparent-price-section .lptps-feature-icon svg {
    width: 9px;
    height: 9px
}

.landing-page-transparent-price-section .lptps-feature-text {
    margin: 0;
    color: #4C6769;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.40;
    letter-spacing: -0.28px;
}

@media (max-width:1600px) {
    .landing-page-transparent-price-section .lptps-shell {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media (max-width:1024px) {
    .landing-page-transparent-price-section .lptps-grid {
        grid-template-columns: 1fr;
        gap: 14px
    }

    .landing-page-transparent-price-section .lptps-card {
        min-height: 0
    }
}



@media (max-width:767px) {
    .landing-page-transparent-price-section {
        padding: 32px 0 38px
    }


    .landing-page-transparent-price-section .lptps-heading {
        font-size: 32px
    }

    .landing-page-transparent-price-section .lptps-subtext {
        font-size: 16px
    }

    .landing-page-transparent-price-section .lptps-grid {
        margin-top: 34px
    }

    .landing-page-transparent-price-section .lptps-card {
        padding: 22px 20px
    }

    .landing-page-transparent-price-section .lptps-price-value {
        font-size: 44px
    }
}