/*:root {
            --primary-blue: #0073AA;
            --dark-blue: #00507C;
            --accent-orange: #FF5722;
            --accent-orange-dark: #E64A19;
            --white: #FFFFFF;
            --light-gray: #f7fafc;
            --pale-blue: #F0F7FF;
            --booster-green: #2f855a;
        }*/

        /* Self-hosted Inter Font. Assumes font files are in /fonts/ */
        @font-face {
            font-family: 'Inter';
            font-style: normal;
            font-weight: 400 900;
            font-display: swap;
            src: url('/fonts/inter-variable.woff2') format('woff2');
            unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
        }

        body {
            font-family: 'Inter', sans-serif;
            background-color: var(--white);
            color: #1a202c;
        }
        
        #sticky-cta-header {
            transition: transform 0.3s ease-in-out;
            transform: translateY(-100%);
        }
        #sticky-cta-header.visible {
            transform: translateY(0);
        }

        @media (max-width: 480px) {
            .trust-ribbon-carousel {
                scroll-snap-type: x mandatory;
                -webkit-overflow-scrolling: touch;
            }
            .trust-ribbon-carousel > div {
                scroll-snap-align: center;
                flex: 0 0 90%;
            }
        }

        .tooltip-container {
            position: relative; display: inline-flex; align-items: center; cursor: help;
        }
        .tooltip-text {
            visibility: hidden; width: 220px; background-color: var(--dark-blue); color: var(--white); text-align: center; border-radius: 6px; padding: 8px; position: absolute; z-index: 50; bottom: 125%; left: 50%; margin-left: -110px; opacity: 0; transition: opacity 0.3s; font-size: 0.875rem; font-weight: 500; pointer-events: none;
        }
        .tooltip-text::after {
            content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: var(--dark-blue) transparent transparent transparent;
        }
        .tooltip-container:hover .tooltip-text,
        .tooltip-container.active .tooltip-text {
            visibility: visible; opacity: 1;
        }

        .plan-button:focus-visible {
            outline: 2px solid var(--accent-orange); outline-offset: 2px;
        }
        
        .modal-overlay {
            position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.6); display: flex; align-items: center; justify-content: center; z-index: 1000; opacity: 0; transition: opacity 0.3s ease;
        }
        .modal-overlay.visible {
            opacity: 1;
        }
        .modal-content {
            background: white;
            padding: 0; 
            border-radius: 1rem; width: 95%; max-width: 1024px; max-height: 90vh; overflow-y: auto; transform: scale(0.95); transition: transform 0.3s ease; position: relative; display: flex; flex-direction: column;
        }
        .modal-overlay.visible .modal-content {
             transform: scale(1);
        }
        .modal-header {
            padding: 2rem 2rem 1.5rem 2rem;
            border-bottom: 1px solid #e2e8f0;
        }
        .modal-body {
            background: var(--pale-blue);
            padding: 1.5rem 2rem 2rem 2rem;
            flex-grow: 1;
        }
        .modal-close-btn {
            position: absolute; top: 1rem; right: 1rem; background: #e2e8f0; border-radius: 9999px; width: 2rem; height: 2rem; display: flex; align-items: center; justify-content: center; cursor: pointer;
        }
        .modal-close-btn:hover {
            background: #cbd5e1;
        }

        .persona-filter-btn {
            padding: 8px 16px; border-radius: 9999px; font-weight: 600; font-size: 0.875rem; color: var(--dark-blue); background-color: #e2e8f0; transition: all 0.2s ease-in-out; border: none; cursor: pointer;
        }
        .persona-filter-btn:hover {
            background-color: #cbd5e1;
        }
        .persona-filter-btn.active {
            color: var(--white); background-color: var(--primary-blue); box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
        }

        details[open] summary .accordion-arrow { transform: rotate(180deg); }
        .accordion-arrow { transition: transform 0.2s ease-in-out; }
        summary::-webkit-details-marker { display: none; }

          /* Lite-limit “pill” */
          .lite-pill {
            @apply inline-flex items-center
                   rounded-full bg-gray-100 border
                   px-2 py-1 text-xs font-semibold text-gray-700
                   text-left leading-tight             /* left-align text */
                   w-[8rem] max-w-[8rem]               /* fixed width */
                   h-[1.75rem]                         /* fixed height */
                   overflow-hidden whitespace-nowrap   /* keep one line */
                   truncate;                           /* … ellipsis */
          }

/* july 25 2025 */
section.text-center.pt-8.pb-10 p.text-lg.text-gray-600.text-center.mb-12.max-w-2xl.mx-auto { max-width: 676px; }

#pricing-section h3 { margin: 0px; }
#pricing-section li { color: #1a202c; }
#pricing-section .outline:hover,
#pricing-section .plan-button.outline:focus { color: #ff502c;font-family: inherit !important; }
#pricing-section .plan-button:focus { font-family: inherit !important; }
#pricing-section .need-all-deatil { text-decoration: underline !important; font-weight: 400; }
#pricing-section .tooltip-container svg .cls-2 { fill: #9aa3ae; }
#pricing-section .tooltip-container svg .cls-1 { fill: #fff !important; }
#pricing-section .tooltip-container svg { width: 13px; height: 13px; margin-left: 8px; }

#save-big-section h2 { margin-top: 0px;margin-bottom: 0px; }
#save-big-section h4 { margin-top: 0px; }
#save-big-section .text-center.mb-12 p { margin-bottom: 0px; }

#press .see-reviewer:hover { text-decoration: underline !important; }
#press .see-reviewer:focus { color: #fe552c; font-family: inherit !important; }
#press svg { width: 100%; }
#press .average-text:hover { text-decoration: underline; }
.money-back.bg-\[--pale-blue\].py-5 strong { font-weight: 600; }

#customer-reviews h2 { margin-bottom: 0;margin-top: 0; }
#customer-reviews blockquote { margin-bottom: 0;padding: 0;font-size: 15px; }
#customer-reviews .verified-reviews { text-decoration: underline !important; }
#customer-reviews .verified-reviews:hover { color: #005279 !important; }
#customer-reviews .verified-reviews:focus { font-family: inherit !important; color: #495662; }
#customer-reviews .wrapper { display: flex ; gap: 10px; align-items: center; }
#customer-reviews .wrapper p.font-semibold.text-brand-blue { color: #005279; }
#customer-reviews .success-story:focus { font-family: inherit !important; color: #ff502c; }
#customer-reviews .success-story:hover { color: #fff !important; }

#faq h2 { margin-bottom: 0;margin-top: 0; }
#faq .max-w-3xl.mx-auto.px-4.text-center p { margin-bottom: 0px; }
#faq .mt-8.text-center.text-sm.text-gray-500 a { text-decoration: underline !important; }
#faq .mt-8.text-center.text-sm.text-gray-500 a:hover { color: var(--accent-orange); }
#faq .mt-8.text-center.text-sm.text-gray-500 a:focus { color: var(--accent-orange);font-family: inherit !important; }
#faq .mt-8.text-center.text-sm.text-gray-500 { margin-bottom: 0px; }

.modal-dialog { position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100%; display: flex ; align-items: center; justify-content: center; z-index: 1000; opacity: 1; transition: opacity 0.3s ease; }
.modal-header { min-height: max-content; }
#FeatureMatrix thead { position: sticky; top: 0;z-index: 1; }

.rocket-icon path { fill: #0073aa; }
.shield-icon path { fill: #2f855a; }
.return-icon path { fill: #6b7280; }
.object-contain{object-fit: contain;}

html.js.csspointerevents.no-touchevents.mediaqueries:has(.modal-open) { overflow: hidden !important; }
.modal-content .modal-header h3 { margin-top: 0px;margin-bottom: 0px; }
.modal-content .modal-header p { margin-bottom: 0px; }
.bg-\[--pale-blue\].py-5 a:hover { text-decoration: underline !important; color: #005279; }
.bg-\[--pale-blue\].py-5 a:focus { font-family: inherit !important; }

.page-template-buybooster .table-wrapper { padding: 0px 0px; }
.page-template-buybooster .table-wrapper .search-box { max-width: 100%; padding: 16px 16px; background: #fff; border-radius: 8px; box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;margin-bottom: 16px; }
.page-template-buybooster .table-wrapper .search-box input { padding: 12px 20px; border: unset; border-radius: 12px; }
.page-template-buybooster .table-wrapper .search-box input:focus { box-shadow: 0 0 0 2px #000000; }
.page-template-buybooster .table-wrapper .button-grp .bg-white { background: #e2e8f0; color: var(--dark-blue); border: none;transition: .3s ease; }
.page-template-buybooster .table-wrapper .button-grp .bg-white:hover { background: #cbd5e1; }
.page-template-buybooster .table-wrapper .count { font-size: 14px; color: #6b7280; font-weight: 500;margin-bottom: 16px; line-height: 1; }
.page-template-buybooster .table-wrapper #feature-list summary h4 { font-size: 18px; font-weight: 600 !important; color: #00507c; }
.page-template-buybooster .table-wrapper #feature-list svg { color: #005279; font-size: 20px; width: 20px; height: 20px; }
.page-template-buybooster .table-wrapper #feature-list details { padding: 0px 0px !important; }
.page-template-buybooster .table-wrapper #feature-list details summary { padding: 16px 16px; }
.page-template-buybooster .table-wrapper #feature-list details .mt-4.overflow-x-auto { margin-top: 0px; }
.page-template-buybooster .table-wrapper #feature-list details thead th,
.page-template-buybooster .table-wrapper #feature-list details tbody td { padding: 12px 16px; }
.page-template-buybooster .table-wrapper #feature-list details thead .elite-th .feature-matrix-star-icon { margin-right: 3px; }
.page-template-buybooster .table-wrapper #feature-list details thead .elite-th { color: #166534; background: #eefdf5;text-align: center; }
.page-template-buybooster .table-wrapper #feature-list details tbody .elite { color: #166534; background: #eefdf5;text-align: center; }
.page-template-buybooster .table-wrapper table.min-w-full.divide-y.divide-gray-200 { overflow-y: auto !important; max-height: 400px; }
.page-template-buybooster #FeatureMatrix .table-wrapper .mt-4.overflow-x-auto { overflow-y: unset !important; overflow-x: unset !important; max-height: unset !important; }
.page-template-buybooster .table-wrapper #feature-list details thead .feature-th { width: 40%; }
.page-template-buybooster .table-wrapper #feature-list details thead .free-th { text-align: center; }
.page-template-buybooster .table-wrapper .divide-y { border-top-width: 0px !important; }

@media (max-width: 991px) {
    .booster-woocommerce { font-size: 36px !important; }
    #customer-reviews .mt-12.flex.gap-6.overflow-x-auto.snap-x.md\:grid.md\:grid-cols-3.pb-4.mobile-carousel { display: flex ; }
    #customer-reviews .wrapper { gap: 0px; align-items: flex-start; flex-direction: column; }
    #customer-reviews .wrapper p.font-semibold.text-brand-blue { margin-bottom: 0px; }
    .modal-content .modal-header h3 { font-size: 24px; }
    #save-big-section .img-wrapper img { margin: auto; }
}

@media (max-width: 820px) {
     #save-big-section .img-wrapper.left-img img { width: 224px; }
}

@media (max-width: 767px) {
    .bg-\[--pale-blue\].py-5 { padding-left: 16px; padding-right: 16px; }
    #customer-reviews .wrapper .font-semibold.text-brand-blue { margin-bottom: 0px; }
    .modal-content #FeatureMatrix .max-w-7xl.mx-auto.px-4.sm\:px-6.lg\:px-8 { padding: 0px 0px; }
    .modal-dialog { margin: 0px; }

    #FeatureMatrix .table-wrapper table.min-w-full { display: block; width: 100%; }
    #FeatureMatrix .table-wrapper thead { display: table-header-group; }
    #FeatureMatrix .table-wrapper thead tr { display: none; }
    #FeatureMatrix .table-wrapper tbody, tr { display: block; width: 100%; }
    #FeatureMatrix .table-wrapper tr { background-color: #fff; }
    #FeatureMatrix .table-wrapper tr td { display: block; width: 100%; padding: 0.5rem 0; text-align: left; }
    #FeatureMatrix .table-wrapper tr td:nth-child(1) { font-weight: 600; font-size: 14px; margin-bottom: 0; color: #111827; padding: 12px 16px 0px }
    #FeatureMatrix .table-wrapper tr td:nth-child(2)::before { content: 'Free: '; font-weight: 600; color: #4b5563; }
    #FeatureMatrix .table-wrapper tr td:nth-child(3)::before { content: '⭐ Elite: '; font-weight: 600; color: #4b5563; }
    #FeatureMatrix .table-wrapper .free,.page-template-buybooster #FeatureMatrix .table-wrapper .elite { width: 100%;margin: auto;text-align: left !important; }
    .table-wrapper #feature-list details tbody .free { padding-bottom: 0px; }
    #FeatureMatrix .table-wrapper .feature { width: 100%; }
    #FeatureMatrix .table-wrapper tr.bg-white.hover\:bg-gray-50.even\:bg-slate-50 { display: flex; flex-wrap: wrap; }
    .page-template-buybooster .table-wrapper #feature-list details tbody .elite { background: transparent; }

    .modal-body { padding: 0.5rem 1rem 1rem 1rem; }
}

@media (min-width: 769px){
    .lg\:none{
        display: none;
    }
}
@media (max-width: 768px){
    .md\:none{
        display: none;
    }
    .block-tab{
        display: block;
    }
}

@media (max-width: 375px) {
    .booster-woocommerce { font-size: 30px !important; }
}


/*buy booster*/

.sale-badge {
    background: #00507c;
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: flex-start;
    gap: 6px;
    position: relative;
    width: 100%;
    max-width: max-content;
    margin: auto auto 16px;
}

.sale-price-line {
    color: #0073aa;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.savings-line {
    color: #ff5722;
    font-size: 16px;
    font-weight: 600;
}

.sale-badge .badge-item {
    text-align: left;
}

/*.sale-badge::before {
    content: "✓";
    font-weight: 700;
    top: 20px;
    left: 10px;
    transform: translatey(-50%);
    position: absolute;
}*/