/* 
    To exclude in development but require to deploy first time so the file will be at production 
*/

/* White button → transparent on hover */
a.white-solid,
input[type="submit"].white-solid,
button.white-solid {
   display: block;
   padding: 0;
   margin: 0 auto;
   background: #fff;
   border: 1px solid #007db1;
   font-family: 'Roboto', sans-serif;
   font-size: 16px;
   color: #007db1;
   font-weight: 700;
   line-height: 48px;
   text-align: center;
   width: 305px;
   border-radius: 25px;
   text-transform: uppercase;
}


a.white-solid:hover,
input[type="submit"].white-solid:hover,
button.white-solid:hover {
   background: transparent;
   border: 1px solid #fff;
   color: #fff;
}


/* Override CTA background color */
.cta {
   background: linear-gradient(135deg, #007db3 30%, #3cabda 70%) !important;
}

/* Pricing Hero Section */
.tabbed-feature-section.pricing-page-intro,
.pricing-page-intro .tabbed-feature-section,
.pricing-page-intro {
    background: #f2f5f7 !important;
    padding-bottom: 0 !important;
}

.pricing-page-intro .intro-text h1 {
    font-size: 48px;
    color: #000000;
    background: url('/img/line3.png') no-repeat center bottom;
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    line-height: 1.2;
}

.pricing-page-intro.tabbed-feature-section .intro-text h2,
.pricing-page-intro .intro-text h2 {
    margin: 0 0 12px !important;
    padding: 0 !important;
    font-size: 28px !important;
    line-height: 1.2 !important;
    color: #007db1 !important;
    background: none !important;
    font-weight: 700 !important;
    font-family: 'Roboto', sans-serif !important;
    text-align: center !important;
}

.pricing-page-intro .intro-text p {
    max-width: 850px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.65;
    color: #425466;
    text-align: center;
}

/* Pricing Cards Section */
.pricing-hero-section {
    background: #f2f5f7;
    padding: 40px 0 60px;
}

.pricing-hero-content {
    max-width: 850px;
    margin: 0 auto 35px;
    text-align: center;
}

.pricing-hero-content p {
    font-size: 18px;
    line-height: 1.65;
    color: #425466;
}

.pricing-plan-toggle {
    position: relative;
    display: flex;
    justify-content: center;
    width: 460px;
    margin: 0 auto 18px;
    padding: 6px;
    background: #fff;
    border: 1px solid #d8e1e8;
    border-radius: 999px;
    overflow: hidden;
}

.pricing-plan-toggle::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: calc(50% - 6px);
    height: calc(100% - 12px);
    background: #007db1;
    border-radius: 999px;
    transition: transform 0.25s ease;
    z-index: 1;
}

.pricing-plan-toggle.ssp-active::before {
    transform: translateX(100%);
}

.pricing-toggle-btn {
    position: relative;
    z-index: 2;
    width: 50%;
    border: 0;
    background: transparent;
    color: #007db1;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 24px;
    cursor: pointer;
    border-radius: 999px;
    transition: color 0.25s ease;
}

.pricing-toggle-btn.active {
    color: #fff;
}

.pricing-toggle-helper {
    text-align: center;
    margin-bottom: 35px;
}

.pricing-toggle-helper p {
    margin: 0;
    color: #425466;
    font-size: 15px;
}

/* Feature table desktop toggle */
.pricing-table-toggle {
    width: 320px;
    margin: 16px 0 0;
    padding: 5px;
}

.pricing-table-toggle::before {
    top: 5px;
    left: 5px;
    width: calc(50% - 5px);
    height: calc(100% - 10px);
}

.pricing-table-toggle .pricing-toggle-btn {
    font-size: 13px;
    padding: 11px 10px;
}

/* Feature table mobile toggle */
.pricing-mobile-toggle {
    width: 100%;
    max-width: 340px;
    margin: 0 auto 18px;
    padding: 5px;
}

.pricing-mobile-toggle::before {
    top: 5px;
    left: 5px;
    width: calc(50% - 5px);
    height: calc(100% - 10px);
}

.pricing-mobile-toggle .pricing-toggle-btn {
    font-size: 13px;
    padding: 12px 8px;
    white-space: nowrap;
}

@media (max-width: 480px) {
    .pricing-plan-toggle {
        width: 100%;
        max-width: 340px;
        padding: 5px;
    }

    .pricing-plan-toggle::before {
        top: 5px;
        left: 5px;
        width: calc(50% - 5px);
        height: calc(100% - 10px);
    }

    .pricing-toggle-btn {
        font-size: 13px;
        padding: 12px 8px;
        white-space: nowrap;
    }
}

.pricing-card-grid {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin: 0 -12px;
}

.pricing-plan-content {
    width: 33.333%;
    padding: 0 12px;
}

.pricing-card {
    background: #fff;
    border: 1px solid #d8e1e8;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 12px 35px rgba(6, 33, 63, 0.08);
}

.pricing-card-label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 12px;
    border: 1px solid #007db1;
    border-radius: 999px;
    background: #fff;
    color: #007db1;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
}

.pricing-card h3 {
    margin: 0 0 12px;
    font-size: 28px;
    color: #007db1;
}

.pricing-card-price {
    margin: 0 0 14px;
    font-size: 34px;
    font-weight: 800;
    color: #06213f;
}

.pricing-card-currency {
    font-size: 16px;
    font-weight: 600;
    color: #6b7c93;
    vertical-align: middle;
}

.pricing-card-description {
    color: #425466;
    font-size: 16px;
    line-height: 1.55;
}

.pricing-card-list-heading {
    margin: 22px 0 10px;
    color: #06213f;
    font-size: 15px;
    font-weight: 800;
}

.pricing-card-feature-list,
.pricing-card ul {
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.pricing-card-feature-list li,
.pricing-card ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 24px;
    color: #25364a;
    font-size: 14px;
    line-height: 1.45;
}

.pricing-card-feature-list li::before,
.pricing-card ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #007db1;
    font-weight: 800;
}

.pricing-card-button {
    display: block;
    padding: 0;
    margin: 24px auto 0;
    background: #007db1;
    border: 1px solid #007db1;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff !important;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    width: 100%;
    border-radius: 25px;
    text-transform: uppercase;
    text-decoration: none;
}

.pricing-card-button:hover {
    color: #007db1 !important;
    border: 1px solid #007db1;
    background: #fff;
}

.pricing-bundle-offer {
    max-width: 900px;
    margin: 35px auto 0;
    padding: 28px 32px;
    border-radius: 20px;
    background: #06213f;
    color: #fff;
    text-align: center;
}

.pricing-bundle-offer h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 26px;
}

.pricing-bundle-offer p {
    margin: 0 auto;
    max-width: 650px;
    color: #dce9f2;
    font-size: 16px;
    line-height: 1.6;
}

.pricing-bundle-button {
    display: inline-block;
    background: #fff;
    color: #007db1 !important;
}

.pricing-bundle-button:hover {
    background: #e7f5fb;
    color: #007db1 !important;
}

.pricing-card-grid-two {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-card-grid-two .pricing-plan-content {
    width: 50%;
    max-width: 460px;
}

@media (max-width: 900px) {
    .pricing-card-grid {
        display: block;
        margin: 0;
    }

    .pricing-plan-content {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .pricing-hero-content h1 {
        font-size: 38px;
    }
    .pricing-card-grid-two .pricing-plan-content {
        width: 100%;
        max-width: none;
    }
}


/* Pricing Feature Table Section */
.pricing-feature-table-section {
    background: #fff;
    padding: 60px 0;
}

.pricing-feature-table-inner {
    max-width: 100%;
}

.pricing-feature-table-content {
    max-width: 900px;
    margin: 0 auto 40px;
    text-align: center;
}

.pricing-feature-table-content h2 {
    font-size: 36px;
    text-align: center;
    color: #393f49;
    background: url(../img/line3.png) no-repeat center bottom;
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.pricing-feature-table-content p {
    margin: 0 auto;
    max-width: 850px;
    font-size: 18px;
    line-height: 1.6;
    color: #425466;
    font-family: 'Roboto', sans-serif;
}

/* Hide old RTE table header */
.pricing-feature-table thead {
    display: none;
}

/* Sticky rich header */
.pricing-table-plan-header {
    position: sticky;
    top: 98px;
    z-index: 2;
    transform: translateY(-20px);
    margin-bottom: -20px;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border: 1px solid #d8e1e8;
    border-radius: 18px 18px 0 0;
    overflow: hidden;
}

/* Header cell styling */
.pricing-table-plan-cell {
    box-sizing: border-box;
    padding: 38px 20px 18px;
    border-right: 1px solid #d8e1e8;
    text-align: center;
    background: transparent;
    vertical-align: top;
}

.pricing-table-plan-cell:last-child {
    border-right: none;
}

.pricing-table-plan-title {
    text-align: left;
    vertical-align: middle;
}

.pricing-table-plan-title h3 {
    margin: 0;
    color: #06213f;
    font-size: 22px;
    font-weight: 800;
}

.pricing-table-plan-cell strong {
    display: block;
    margin-bottom: 6px;
    color: #007db1;
    font-size: 24px;
    font-weight: 800;
}

.pricing-table-plan-cell span {
    display: block;
    margin-bottom: 10px;
    color: #425466;
    font-size: 14px;
    font-weight: 600;
}

.pricing-table-plan-cell a {
    display: inline-block;
    padding: 0 24px;
    margin: 0 auto;
    background: #007db1;
    border: 1px solid #007db1;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff !important;
    font-weight: 700;
    line-height: 46px;
    text-align: center;
    min-width: 220px;
    border-radius: 24px;
    text-transform: uppercase;
    text-decoration: none;
}

.pricing-table-plan-cell a:hover {
    color: #007db1 !important;
    border: 1px solid #007db1;
    background: #fff;
}

/* Feature table */
.pricing-feature-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border: 1px solid #d8e1e8;
    border-top: none;
    border-radius: 0 0 18px 18px;
    overflow: hidden;
}

.pricing-feature-table th,
.pricing-feature-table td {
    box-sizing: border-box;
    padding: 18px 20px;
    border-bottom: 1px solid #e5edf2;
    border-right: 1px solid #e5edf2;
    text-align: center;
    color: #25364a;
}

.pricing-feature-table th:last-child,
.pricing-feature-table td:last-child {
    border-right: none;
}

.pricing-feature-table tr:last-child td {
    border-bottom: none;
}

.pricing-feature-table td:first-child,
.pricing-feature-table th:first-child {
    text-align: left;
    font-weight: 700;
    color: #06213f;
}

/* Non-USD = Feature + Trial + eBooks + Audiobooks */
.pricing-table-nonusd .pricing-table-plan-header td:first-child,
.pricing-table-nonusd .pricing-feature-table td:first-child,
.pricing-table-nonusd .pricing-feature-table th:first-child {
    width: 40%;
}

.pricing-table-nonusd .pricing-table-plan-header td:not(:first-child),
.pricing-table-nonusd .pricing-feature-table td:not(:first-child),
.pricing-table-nonusd .pricing-feature-table th:not(:first-child) {
    width: 20%;
}

/* USD = Feature + Trial + Combined */
.pricing-table-usd .pricing-table-plan-header td:first-child,
.pricing-table-usd .pricing-feature-table td:first-child,
.pricing-table-usd .pricing-feature-table th:first-child {
    width: 40%;
}

.pricing-table-usd .pricing-table-plan-header td:not(:first-child),
.pricing-table-usd .pricing-feature-table td:not(:first-child),
.pricing-table-usd .pricing-feature-table th:not(:first-child) {
    width: 30%;
}

/* Group rows */
.pricing-table-group td {
    background: #f2f5f7;
    color: #007db1 !important;
    font-size: 20px !important;
    font-weight: 800;
}

/* Normal Table Cells */
.pricing-feature-table td {
    font-size: 14px;
}

/* First Column Feature Names */
.pricing-feature-table td:first-child {
    font-size: 16px;
}

/* Plan Value Columns */
.pricing-feature-table td:not(:first-child) {
    font-size: 14px;
}

/* Global Pricing Hero */
.global-pricing-hero .content-section > .row > .col-xs-12 > h1 {
    font-size: 48px;
    color: #000000;
    background: url('/img/line3.png') no-repeat center bottom;
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    line-height: 1.2;
}

.global-pricing-hero .content-section > .row > .col-xs-12 > h2 {
    margin: 0 0 12px !important;
    padding: 0 !important;
    font-size: 28px !important;
    line-height: 1.2 !important;
    color: #007db1 !important;
    background: none !important;
    font-weight: 700 !important;
    font-family: 'Roboto', sans-serif !important;
    text-align: center !important;
}

.global-pricing-hero .content-section > .row > .col-xs-12 > p {
    max-width: 850px;
    margin: 0 auto 24px;
    font-size: 18px;
    line-height: 1.65;
    color: #425466;
    text-align: center;
}

/* Pricing Feature Table Section - MOBILE */
.pricing-mobile-feature-table {
    display: none;
}

@media (max-width: 768px) {
    .pricing-table-plan-header,
    .pricing-feature-table {
        display: none;
    }

    .pricing-mobile-feature-table {
        display: block;
    }

    .pricing-mobile-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 18px;
        padding: 14px;
        background: #fff;
        border: 1px solid #d8e1e8;
        border-radius: 14px;
        position: sticky;
        top: 0;
        z-index: 2;
    }

    .pricing-mobile-plan-select {
        width: 58%;
        height: 42px;
        padding: 0 12px;
        border: 1px solid #d8e1e8;
        border-radius: 999px;
        background: #fff;
        color: #06213f;
        font-size: 14px;
        font-weight: 700;
    }

    .pricing-mobile-cta {
        display: inline-block;
        padding: 0 14px;
        background: #007db1;
        border: 1px solid #007db1;
        border-radius: 999px;
        color: #fff !important;
        font-size: 12px;
        font-weight: 700;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
    }

    .pricing-mobile-group {
        margin-bottom: 18px;
        background: #fff;
        border: 1px solid #d8e1e8;
        border-radius: 14px;
        overflow: hidden;
    }

    .pricing-mobile-group h3 {
        margin: 0;
        padding: 16px;
        background: #f2f5f7;
        color: #007db1;
        font-size: 15px;
        font-weight: 800;
    }

    .pricing-mobile-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 16px;
        border-bottom: 1px solid #e5edf2;
    }

    .pricing-mobile-row:last-child {
        border-bottom: none;
    }

    .pricing-mobile-row span {
        width: 65%;
        padding-right: 16px;
        color: #06213f;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.4;
    }

    .pricing-mobile-row strong {
        width: 35%;
        color: #25364a;
        font-size: 14px;
        font-weight: 700;
        text-align: right;
        line-height: 1.4;
    }
}