.multipanel-section {
    padding-top: 96px;
    padding-bottom: 64px;
}
.multipanel-section > .border-image {
    margin-top: -70px;
}
.multipanel-section .multipanel-panels {
    display: flex;
    justify-content: space-evenly;
}
.multipanel-section .multipanel-panels.slick-slider .slick-list .slick-track  {
    display: flex;
}
.multipanel-section .multipanel-panels .slick-slide {
    width: 276px!important;
}

.multipanel-section.flat_panel_heading_on_body-template .multipanel-panels .slick-slide {
    width: 311px!important;
}
.multipanel-section.default-template .multipanel-panels .slick-slide {
    margin-right: 40px;
}
.multipanel-section .panel  h3 {
    color: var(----gray-06, #222);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
  }
  
.multipanel-section .panel  h4 {
    color: var(----gray-06, #222);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 16px;    
}
.multipanel-section .panel  h4 strong {
    font-weight: 700;
}
.multipanel-section .panel   h5 {
    color: var(----gray-04, #6E7B81);
    /* heading 5 */
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 16px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}
  
@media screen and (max-width: 600px) {
    .multipanel-section .multipanel-panels .slick-slide {
        margin-right: 16px;

    }

}
.multipanel-section .multipanel-panels .panel {
    display: flex;
    flex-direction: column;
    width: 256px;
    margin-top: 22px;

}
.multipanel-section .multipanel-panels .panel.is-highlighted {
    margin-top: 0px;
}

.multipanel-section.flat_panel_heading_on_body-template .multipanel-panels .panel.is-highlighted .body {
    border: 5px solid transparent;
}
.multipanel-section .multipanel-panels .panel .head {
    padding: 16px 16px;
    text-align: center;
}
.multipanel-section.flat_panel_heading_on_body-template .multipanel-panels .panel .head {
    padding: 2px 16px;

}
.multipanel-section .multipanel-panels .panel .head h4 {
    margin-bottom: 0px;
}
.multipanel-section .multipanel-panels .panel .head .higlighted-text  {
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 13px; /* 108.333% */
    font-weight: normal;
}
.multipanel-section.default-template .multipanel-panels .panel .head {
    border-radius: 8px 8px 0px 0px;
}
.multipanel-section.default-template .multipanel-panels .panel .body {
    border-radius: 0px 0px 8px 8px;
}
.multipanel-section .multipanel-panels .panel .body {
    padding: 16px;
    position: relative;
    overflow: hidden;
}

/* Panel headings: text-xl font-semibold text-center */
.multipanel-section .multipanel-panels .panel .panel-heading,
.multipanel-section .multipanel-panels .panel .head h4.panel-heading,
.multipanel-section .multipanel-panels .panel .body h4.panel-heading {
    color: #09090B !important;
    font-size: 20px;
    font-family: ui-sans-serif, system-ui, sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}

.multipanel-section .multipanel-panels .panel .panel-subheading {
    color: #09090B;
    font-size: 14px;
    font-family: ui-sans-serif, system-ui, sans-serif;
    margin: 0;
    text-align: center;
}
.multipanel-section.flat_panel_heading_on_body-template .multipanel-panels .panel .body {
    padding: 55px 29px;
}
.multipanel-section .multipanel-panels .panel .body .panel-border {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: 0px;
}

/* Column 3 and 4: 5px bottom panel border */
.multipanel-section .multipanel-panels .panel:nth-child(3) .body .panel-border,
.multipanel-section .multipanel-panels .panel:nth-child(4) .body .panel-border {
    height: 5px;
}

/* Column 3 and 4 only: 5px border at the bottom of .body (matches is-highlighted style) */
.multipanel-section .multipanel-panels .panel:nth-child(3) .body,
.multipanel-section .multipanel-panels .panel:nth-child(4) .body {
    border-bottom-width: 5px;
    border-bottom-style: solid;
}

/* Best Value tag on pricing column when calculator is open — inside column, on top of panel heading */
.multipanel-section .multipanel-panels .panel .body .panel-best-value-badge-wrap {
    display: none;
}

.multipanel-section:has(.plan-help-section.cost-estimator-open) .multipanel-panels .panel.cost-estimator-best-value-column .body .panel-best-value-badge-wrap {
    display: block;
    text-align: center;
    margin: 12px 0 8px;
}

.multipanel-section:has(.plan-help-section.cost-estimator-open) .multipanel-panels .panel.cost-estimator-best-value-column .body .panel-best-value-badge {
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #22c55e;
    border-radius: 9999px;
    pointer-events: none;
}

/* While calculator is open: gray out pricing columns that are not highlighted by best value or recommended */
.multipanel-section:has(.plan-help-section.cost-estimator-open) .multipanel-panels .panel:not(.cost-estimator-best-value-column):not(.cost-estimator-recommended-column) {
    opacity: 0.35;
}

.multipanel-section:has(.plan-help-section.cost-estimator-open) .multipanel-panels .panel.cost-estimator-best-value-column,
.multipanel-section:has(.plan-help-section.cost-estimator-open) .multipanel-panels .panel.cost-estimator-recommended-column {
    opacity: 1;
}

/* Recommended tag on pricing column when calculator is open — inside column, on top of panel heading */
.multipanel-section .multipanel-panels .panel .body .panel-recommended-badge-wrap {
    display: none;
}

.multipanel-section:has(.plan-help-section.cost-estimator-open) .multipanel-panels .panel.cost-estimator-recommended-column .body .panel-recommended-badge-wrap {
    display: block;
    text-align: center;
    margin: 12px 0 8px;
}

.multipanel-section:has(.plan-help-section.cost-estimator-open) .multipanel-panels .panel.cost-estimator-recommended-column .body .panel-recommended-badge {
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #1d4ed8;
    border-radius: 9999px;
    pointer-events: none;
}

.multipanel-section .multipanel-panels .panel .upper-content {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    margin-bottom: 0px;
}
.multipanel-section .multipanel-panels .panel .upper-content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    line-height: 22px;
    text-align: center;
    margin-bottom: 16px!important;     
}
.multipanel-section .multipanel-panels .panel .upper-content p strong {
    font-weight: 600;
}
.multipanel-section .multipanel-panels .panel .upper-content .button-tertiary.button-l,
.multipanel-section .multipanel-panels .panel .upper-content .button-primary.button-l {
    padding: 13px 60px;
}

/* Get Started buttons: size, font, margin, padding, rounded-lg, border, button reset */
.multipanel-section .multipanel-panels .panel .upper-content a.button-primary,
.multipanel-section .multipanel-panels .panel .upper-content a.button-secondary,
.multipanel-section .multipanel-panels .panel .upper-content a.button-tertiary,
.multipanel-section .multipanel-panels .panel .upper-content .button-primary,
.multipanel-section .multipanel-panels .panel .upper-content .button-secondary,
.multipanel-section .multipanel-panels .panel .upper-content .button-tertiary,
.multipanel-section .multipanel-panels .panel .upper-content button,
.multipanel-section .multipanel-panels .panel .upper-content a[class*="button"] {
    width: 262px;
    height: 36px;
    font-size: 14px;
    margin: 16px 0 0 0;
    padding: 5px 11px;
    border-radius: 0.5rem;
    column-gap: 0.5rem;
    border-width: 1px;
    -webkit-appearance: button;
    appearance: button;
    background-image: none;
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.multipanel-section .multipanel-panels .panel .upper-content *:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
}
/* List of features dropdown: hidden until "Learn more" is clicked */
.multipanel-section .multipanel-panels .panel .body .list-of-features-dropdown {
    margin-top: 12px;
    text-align: center;
}
.multipanel-section .multipanel-panels .panel .body .list-of-features-toggle {
    background: none;
    border: none;
    padding: 0.5em 0;
    font-size: 14px;
    font-weight: 500;
    color: #9ca3af;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: color 0.2s ease;
}
.multipanel-section .multipanel-panels .panel .body .list-of-features-toggle:hover {
    color: #6b7280;
}
.multipanel-section .multipanel-panels .panel .body .list-of-features-toggle:focus {
    outline: none;
    color: #6b7280;
}
.multipanel-section .multipanel-panels .panel .body .list-of-features-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
}
.multipanel-section .multipanel-panels .panel .body .list-of-features-dropdown.is-open .list-of-features-content {
    max-height: 2000px;
}
.multipanel-section .multipanel-panels .panel .body .list-of-features-content .list-of-features {
    padding-top: 12px;
}
.multipanel-section .multipanel-panels .panel .body .list-of-features {
    list-style: none;
    padding: 0px;
}
.multipanel-section .multipanel-panels .panel .body .list-of-features li {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin-bottom: 16px;
    font-size: 16px;
    font-style: normal;

}

/* Align checkmark icon with first line of list content; keep icon full size */
.multipanel-section .multipanel-panels .panel .body .list-of-features li img {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    box-sizing: content-box;
    padding-top: 5px;
}

.multipanel-section .intro-content .heading {color: var(----gray-05, #374046);margin-bottom: 8px;}
.multipanel-section .intro-content .lead-text *:not(a):not(h1):not(h2):not(h2 span):not(h3):not(h4):not(h5):not(h6) {color: var(----gray-04, #6E7B81);font-size: 21px;font-weight: 400;line-height: 35px;}
.multipanel-section .intro-content .lead-text a {color: var(----primary-blue-04, #0C57AD);font-size: inherit;line-height: inherit;}
/* ----------------- Nav Tabs (Multi-Tab Layout) ----------------- */
.multipanel-section .nav-tabs {
    display: flex;
    justify-content: center;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
}
.multipanel-section .nav-tabs li a {
    display: block;
    padding: 8px 16px;
    font-weight: 700;
    color: var(----gray-04, #6E7B81);
    text-decoration: none;
    border-bottom: 5px solid transparent;
}
.multipanel-section .nav-tabs li.active a {
    color: var(----gray-06, #222);
    border-color: var(----primary-blue-04, #0C57AD);
}

/* ----------------- Monthly / Annual Switcher ----------------- */
.multipanel-section .switcher-tabs {
    text-align: center;
    margin-bottom: 24px;
}
.multipanel-section .switcher-tabs button {
    background: none;
    border: none;
    padding: 8px 16px;
    font-weight: 700;
    color: var(----gray-04, #6E7B81);
    cursor: pointer;
    border-bottom: 5px solid transparent;
}
.multipanel-section .switcher-tabs button.active {
    color: var(----gray-06, #222);
    border-color: var(----primary-blue-04, #0C57AD);
}

.multipanel-section .switcher-panels > .wrap:not(.active) {visibility: hidden; position: absolute; top: -9999px; left: -9999px; width: 100%;}
.multipanel-section .switcher-panels > .wrap.active {visibility: visible; position: static;}
/* -------------- Tab Panels visibility -------------- */
.multipanel-section .content-tabs .panel-tab:not(.active) {visibility: hidden; position: absolute; top: -9999px; left: -9999px; width: 100%;}
.multipanel-section .content-tabs .panel-tab.active {visibility: visible; position: static;}
/* -------------- Billing Toggle Wrapper (toggle + saving message, same width) -------------- */
.multipanel-section .billing-toggle-wrapper {
    display: inline-block;
    margin: 6rem auto 2rem;
    margin-left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-width: fit-content;
}

/* -------------- Billing Toggle Switcher -------------- */
.multipanel-section .billing-switcher {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    background-color: #f3f4f6;
    border-radius: 0.5rem;
    padding: 4px;
    position: relative;
    width: 100%;
}

.multipanel-section .billing-switcher .switch-label {
    cursor: pointer;
    color: #9CA3AF;
    font-size: 16px;
    font-weight: 500;
    font-family: ui-sans-serif, system-ui, sans-serif;
    padding: 8px 16px;
    border-radius: 0.5rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
    position: relative;
    z-index: 1;
    text-align: center;
}

.multipanel-section .billing-switcher.monthly-active .switch-label.monthly,
.multipanel-section .billing-switcher.annual-active .switch-label.annual {
    color: #000;
    font-weight: 500;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.multipanel-section .billing-switcher .switch-toggle {
    display: none;
}

/* -------------- Annual Saving Message (visible ONLY when Yearly tab is selected via .billing-switcher.annual-active) -------------- */
.multipanel-section .annual-saving-message {
    display: none !important;
    margin: 0.5rem 0 0;
    padding: 5px 12px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    font-family: ui-sans-serif, system-ui, sans-serif;
    font-weight: 500;
    color: #28a745;
    background-color: #edf9ef;
    border: 1px solid #a7e0b3;
    border-radius: 9999px;
}

/* Show message only when Yearly is active (JS adds .is-yearly-active when annual tab is selected) */
.multipanel-section .annual-saving-message.is-yearly-active {
    display: block !important;
}

/* -------------- Plan Help Section -------------- */
.multipanel-section .plan-help-section {
    position: relative;
    margin: 0 auto 2.5rem;
    padding: 24px 1rem;
    background-color: #FFFFFF;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    max-width: 80rem;
    width: 100%;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    transition: border-color 0.3s;
}

.multipanel-section .plan-help-section .plan-help-prompt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.multipanel-section .plan-help-section.cost-estimator-open .plan-help-prompt {
    display: none;
}

.multipanel-section .plan-help-section .cost-estimator {
    display: none;
    padding-top: 8px;
}

.multipanel-section .plan-help-section.cost-estimator-open .cost-estimator {
    display: block;
}

.multipanel-section .plan-help-section:hover .plan-help-prompt {
    border-color: transparent;
}

.multipanel-section .plan-help-section .plan-help-prompt:hover {
    border-color: transparent;
}

.multipanel-section .plan-help-section:hover {
    border-color: #0366d6;
}

.multipanel-section .plan-help-section .plan-help-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    font-size: 28px;
    line-height: 1;
}

.multipanel-section .plan-help-section .plan-help-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.multipanel-section .plan-help-section .plan-help-content strong {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.multipanel-section .plan-help-section .plan-help-content span {
    font-size: 15px;
    color: #6b7280;
}

.multipanel-section .plan-help-section .plan-help-link {
    flex-shrink: 0;
    color: rgb(156 163 175);
    text-decoration: none;
    font-size: 16px;
    font-family: ui-sans-serif, system-ui, sans-serif;
    font-weight: 500;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}

.multipanel-section .plan-help-section:hover .plan-help-link {
    color: #0366d6;
}

/* -------------- Cost Estimator Calculator -------------- */
.multipanel-section .cost-estimator {
    position: relative;
}

.multipanel-section .cost-estimator-close {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    font-size: 24px;
    line-height: 1;
    color: #6b7280;
    cursor: pointer;
    padding: 4px;
    margin: -4px -4px 0 0;
    border-radius: 4px;
}

.multipanel-section .cost-estimator-close:hover {
    color: #111;
    background: #f3f4f6;
}

.multipanel-section .cost-estimator-title {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 700;
    color: #374151;
}

.multipanel-section .cost-estimator-question {
    margin: 0 0 12px;
    font-size: 14px;
    color: #6b7280;
}

.multipanel-section .cost-estimator-credits-display {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 700;
    color: #374151;
}

.multipanel-section .cost-estimator-slider {
    --cost-estimator-blue: hsl(204 88% 53% / var(--tw-bg-opacity, 1));
    --cost-estimator-fill: 0%;
    width: 100%;
    height: 8px;
    margin: 0 0 8px;
    -webkit-appearance: none;
    appearance: none;
    background: linear-gradient(
        to right,
        var(--cost-estimator-blue) 0%,
        var(--cost-estimator-blue) var(--cost-estimator-fill),
        #e5e7eb var(--cost-estimator-fill),
        #e5e7eb 100%
    );
    border-radius: 4px;
}

.multipanel-section .cost-estimator-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: hsl(204 88% 53% / var(--tw-bg-opacity, 1));
    border: 2px solid hsl(204 88% 45% / 1);
    cursor: pointer;
}

.multipanel-section .cost-estimator-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: hsl(204 88% 53% / var(--tw-bg-opacity, 1));
    border: 2px solid hsl(204 88% 45% / 1);
    cursor: pointer;
}

.multipanel-section .cost-estimator-slider-marks {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    font-size: 12px;
    color: #9ca3af;
}

.multipanel-section .cost-estimator-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 16px;
}

.multipanel-section .cost-estimator-card {
    position: relative;
    padding: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    text-align: center;
}

/* Individual card (first) always has this background */
.multipanel-section .cost-estimator-cards .cost-estimator-card:first-child {
    background: #FBFBFC;
}

/* Starter card (second) always has this background */
.multipanel-section .cost-estimator-cards .cost-estimator-card:nth-child(2) {
    background: #F6FDF9;
}

.multipanel-section .cost-estimator-card .cost-estimator-badge {
    display: none;
}

.multipanel-section .cost-estimator-card-best-value .cost-estimator-badge {
    display: block;
}

.multipanel-section .cost-estimator-card-best-value {
    border-color: #22c55e;
    background: #FBFBFC;
}

.multipanel-section .cost-estimator-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #22c55e;
    border-radius: 9999px;
}

.multipanel-section .cost-estimator-card .cost-estimator-recommended-badge {
    display: none;
}

.multipanel-section .cost-estimator-card-recommended .cost-estimator-recommended-badge {
    display: block;
}

.multipanel-section .cost-estimator-card.cost-estimator-card-recommended {
    border: 1px solid #1D4ED8;
}

.multipanel-section .cost-estimator-recommended-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #1d4ed8;
    border-radius: 9999px;
}

.multipanel-section .cost-estimator-card-professional {
    background: #fffbeb;
}

.multipanel-section .cost-estimator-card-enterprise {
    background: #eff6ff;
}

.multipanel-section .cost-estimator-card-name {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    margin-bottom: 8px;
}

.multipanel-section .cost-estimator-card-price {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-bottom: 8px;
}

.multipanel-section .cost-estimator-card-price .cost-estimator-time-period {
    display: block;
    color: #9ca3af;
    font-size: 12px;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin: 0 0 8px;
}

.multipanel-section .cost-estimator-card-detail {
    font-size: 13px;
    color: #6b7280;
}

.multipanel-section .cost-estimator-card-detail.cost-estimator-free {
    color: #16a34a;
}

.multipanel-section .cost-estimator-disclaimer {
    margin: 0;
    font-size: 12px;
    color: #9ca3af;
}

@media (max-width: 991px) {
    .multipanel-section .cost-estimator-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .multipanel-section .cost-estimator-cards {
        grid-template-columns: 1fr;
    }
}