/*subscription overhaul su-*/
/* Alpine.js x-show transition */
[x-cloak] {
    display: none;
}


@media (max-width: 700px) {
    .su-sm-none {
        display: none;
    }

    .su-sm-block {
        display: block !important;
    }

    .su-sm-inline {
        display: inline !important;
    }

    .su-sm-px-3 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .su-sm-px-2 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .su-sm-space-between {
        justify-content: space-between !important;
    }
}

@media (max-width: 1799px) {
    .su-arrows-container {
        display: flex;
    }
}

@media (min-width: 1800px) {
    .su-arrows-container {
        display: none !important;
    }
}

@media (max-width: 1799px) {
    .su-topprice-img {
        display: none;
    }
}

.su-text-center {
    text-align: center;
}

.su-d-none {
    display: none;
}

.su-d-flex {
    display: flex;
}

.su-d-block {
    display: block;
}

.su-d-inline {
    display: inline;
}

.su-px-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.su-flex-column {
    flex-direction: column;
}

.su-space-between {
    justify-content: space-between;
}

.su-space-around {
    justify-content: space-around;
}

.su-align-items-center {
    align-items: center;
}


.su-parent-section {
    background: #0C194C;
}

.su-parent-section .shell {
    background-image: url('../../images/home/Homepage Pricing (v2.1).png');
    background-repeat: no-repeat;
    background-size: cover;
}

.su-container {
    padding-top: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.su-arrows-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.su-fixed-header-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;

    padding: 1rem; /* Tailwind's p-4 */
    text-align: center; /* Tailwind's text-center */
    opacity: 0; /* Start invisible */
    transform: translateY(-20px); /* Slide up effect */
    transition: opacity 0.4s ease, transform 0.4s ease; /* Smooth transitions */
    z-index: 101;
}

.su-fixed-header-container.show {
    opacity: 1; /* Fully visible */
    transform: translateY(0); /* Slide into place */
    z-index: 101;
}

.su-fixed-header-container.hide {
    opacity: 0; /* Fade out */
    transform: translateY(-20px); /* Slide back up */
    z-index: -1;
}

.su-fixed-arrow-container {
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;

    padding: 1rem; /* Tailwind's p-4 */
    opacity: 0; /* Start invisible */
    transform: translateY(-20px); /* Slide up effect */
    transition: opacity 0.4s ease, transform 0.4s ease; /* Smooth transitions */
    z-index: 101;
}

.su-fixed-arrow-container.show {
    opacity: 1; /* Fully visible */
    transform: translateY(0); /* Slide into place */
    z-index: 101;
}

.su-fixed-arrow-container.hide {
    opacity: 0; /* Fade out */
    transform: translateY(-20px); /* Slide back up */
    z-index: -1;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .su-fixed-arrow-container {
        top: 50%;
    }
}


.su-fixed-header {
    background: linear-gradient(228.96deg, #6238EA 11.81%, #6238EA 91.98%);
    border-radius: 70px;
    display: flex;
    padding: 0.6rem;
    justify-content: space-between;
}

.su-header-active-plan div:first-child {
    display: flex;
    background: rgba(12, 25, 76, 0.3);
    border-radius: 70px;
    padding: 0.6rem;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    align-items: center;
}

.su-fixed-header img {
    height: 40px;
}

.su-header-active-plan img {
    height: 35px !important;
}

.su-header-active-plan h3 {
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 29px !important;
    color: #FFFFFF;
    margin-left: 1rem;
}

.su-header-text {
    font-weight: 600;
    font-size: 63px;
    line-height: 71px;
    text-align: center;
    margin-bottom: 1rem;
}

.su-header-text-gradient {
    background: linear-gradient(90.73deg, #9483FF 51.72%, #FF9BD1 73%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.su-header-text-smaller {
    font-weight: 500;
    font-size: 23px;
    line-height: 31px;
    text-align: center;
    color: #E8F1FE;
}

.su-billing-toggle {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 2rem;
    padding: 10px 24px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    cursor: pointer;
    user-select: none;
}

.su-billing-label {
    font-size: 18px;
    font-weight: 500;
    color: rgba(232, 241, 254, 0.5);
    transition: color 0.3s;
}

.su-billing-label.active {
    color: #E8F1FE;
}

.su-table {
    margin-top: 3rem;
    border-collapse: collapse;
    border-spacing: 0;
}

.su-min-content {
    width: min-content !important;
}


.su-table td {
    padding: 0 1rem;
}

.su-table td > div:first-child {
    height: 100%;
}


.su-bg-purple {
    background: #331A66;
}

.su-plans-header {

    border-radius: 60px 60px 0 0;
    padding: 3rem 1rem 0rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.su-plans-footer {
    border-radius: 0 0 60px 60px;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.su-plans-footer h2 {
    margin-top: 0 !important;
    margin-bottom: 0.5rem !important;
    font-size: 30px !important;
}

.su-free-plan-title {
    margin-top: 0rem;
    margin-bottom: 2rem !important;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    background: linear-gradient(82.54deg, #FCA079 33.33%, #FF8EB7 66.8%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.su-growth-plan-title {
    margin-top: 0rem;
    margin-bottom: 2rem !important;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    background: linear-gradient(240.27deg, #19FF20 -5.07%, #4AD7E0 76.41%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.su-premium-plan-title {
    margin-top: 0rem;
    margin-bottom: 2rem !important;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-align: center;

    background: linear-gradient(89.54deg, #0084FF 10.74%, #00F7FF 63.56%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.su-enterprise-plan-title {
    margin-top: 0rem;
    margin-bottom: 2rem !important;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-align: center;

    background: linear-gradient(88.85deg, #907EFF 25.8%, #FF83C5 78.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.su-plan-description {
    font-style: normal;
    font-weight: 500;
    font-size: 19.5px;
    line-height: 31px;
    text-align: center;
    color: #E8F1FE;
}

/*
@media (min-width: 1600px) and (max-width: 1835px) {
    .su-plan-description {
        height: 125px;
    }
}

@media (min-width: 1600px) and (max-width: 1835px) {
    .su-plan-description {
        height: 125px;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .su-plan-description {
        height: 125px;
    }
}
*/

.su-plan-attribute {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 41px;
    text-align: right;
    color: #FFFFFF;
    cursor: pointer;
}

.su-plan-attribute figure {
    margin-left: 10px;
}

.su-plan-price {
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 41px;
    color: #FFFFFF;
    margin-bottom: 0.4rem !important;
}

.su-plan-price-text {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 51px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0 !important;
}

.su-plan-price-text-header {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 41px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0 !important;
}


.su-price-container {
    min-height: 139px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.su-revenue-container {
    /*padding-top: 3rem;*/
}


.su-revenue-share {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 41px;
    color: #3CE6E6;
}

.su-revenue-share-decimal {
    font-size: 18px;
}

.su-revenue-min-man {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 41px;
    color: #FF8F7E;
}

.su-hr {
    margin-bottom: 0 !important;
    margin-left: 3rem;
    margin-right: 3rem;
    opacity: 7%;
}

.su-what-is-rev-share {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 41px;
    color: #739CDB;
    display: inline-block;
    padding-bottom: 3rem;
}

.su-review-request {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 41px;
    color: #F86B95;
}

.su-pay-as-you-go {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 41px;
    color: #D0A0FF;
}

.su-plan-attribute-blast-program {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 41px;
    text-align: right;
    background: linear-gradient(86.39deg, #0084FF 0%, #00F7FF 78.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.su-plan-description-footer {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 41px;
    color: #739CDB;
    margin-bottom: 2rem !important;
}

.su-action-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 18px;
    gap: 10px;

    background: linear-gradient(84.61deg, #49EDDF -13.71%, #5060EB 149.39%), #4859D9;
    border-radius: 15px;

    min-width: 275px;

    text-decoration: none;
    box-shadow: -8px 8px 5px rgba(0, 0, 0, 0.3);

    transition: box-shadow 0.3s ease;
}

.su-action-button:hover {
    box-shadow: none;
}


.su-action-button span {
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 34px;
    display: flex;
    align-items: center;
    text-align: center;

    color: #FFFFFF;
}

.home-optional {
    position: absolute;
    top: 20px;
    right: 32px;
    background: linear-gradient(88.94deg, #0084FF 11.02%, #00F7FF 94.1%);
    font-family: 'Jost';
    font-style: italic;
    font-weight: 100;
    font-size: 16px;
    line-height: 41px;
    letter-spacing: 0.12em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-wrap-mode: nowrap;
}

.home-small-optional {
    position: absolute;
    top: 30px;
    left: 2rem;
    background: linear-gradient(88.94deg, #0084FF 11.02%, #00F7FF 94.1%);
    font-family: 'Jost';
    font-style: italic;
    font-weight: 100;
    font-size: 16px;
    letter-spacing: 0.12em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.inquire-pricing-home {
    display: block;
    background: linear-gradient(88.94deg, #0084FF 11.02%, #00F7FF 94.1%);
    font-family: 'Jost';
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.12em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

@media (max-width: 700px) {
    .text-align-sm-end {
        text-align: end !important;
    }

    .min-height-sm-60 {
        min-height: 60px !important;
    }
}

@media (min-width: 700px) {
    .home-small-optional {
        display: none;
    }

}

.su-table td.col-premium {
    padding: 0 0.5rem;
    height: 1px;
    background: linear-gradient(270deg, #0084FF 11.02%, #00F7FF 94.1%);
}

.su-table td.col-premium-header {
    border-radius: 60px 60px 0 0;
}

.su-table td.col-premium-footer {
    padding-bottom: 0.5rem;
    border-radius: 0 0 60px 60px;
}

.plan-most-popular {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 71px;
    text-align: center;
    color: #FFFFFF;
}

.su-plan-price-month {
    font-weight: normal;
    font-size: 28px;
}

/*home toggle*/
#flexSwitchCheckDefault {
    position: relative;
    width: 60px;
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #9CA3AF;
    outline: none;
    cursor: pointer;
    border-radius: 30px;
    border: none;
    transition: .15s;
    z-index: 1;
}

#flexSwitchCheckDefault:checked {
    background: linear-gradient(90deg, #FF6B6B 0%, #FFB088 100%);
}

#flexSwitchCheckDefault:before {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    background-color: white;
    transition: .15s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

#flexSwitchCheckDefault:checked:before {
    transform: translateX(30px);
}

#flexSwitchCheckDefault:focus {
    box-shadow: 0 0 1px rgba(255, 107, 107, 0.5);
}
