/* compare v2 header - start */

.section-wrap.compare-header-v2 {
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: transparent !important;
    position: relative;
    z-index: 10;
    min-height: 687px;
    overflow: visible;
}

.section-wrap.compare-header-v2.first-section {
    margin-top: 42px;
}

.compare-header-v2__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: calc(100% - 2 * var(--menu_margin));
    max-width: 1338px;
    border-radius: var(--radius);
    overflow: hidden;
    pointer-events: none;
    transform: translateX(-50%);
}

.compare-header-v2__bg-image {
    width: 100%;
    height: 102.31%;
    object-fit: cover;
    object-position: center top;
    margin-top: -1.15%;
}

.compare-header-v2 .compare-header-v2__container.container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    width: 100%;
    max-width: 1138px;
    min-height: 651px;
    margin: 0 auto;
    /* Figma Frame 4 is 1138 wide; outer 100px inset comes from the bg, not this padding */
    padding: 50px 0;
    box-sizing: border-box;
    border-radius: 0;
}

.compare-header-v2__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
    text-align: center;
}

.compare-header-v2__eyebrow {
    margin: 0;
    font-family: 'Figtree', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0;
    color: #383700;
}

.compare-header-v2__title-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.compare-header-v2__title {
    margin: 0;
    width: 100%;
    font-family: 'Figtree', sans-serif !important;
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 65px !important;
    letter-spacing: 0 !important;
    color: #383700;
    word-break: break-word;
}

.compare-header-v2__title--mobile {
    display: none;
}

.compare-header-v2__subtitle {
    margin: 0;
    width: 100%;
    font-family: 'Figtree', sans-serif;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    letter-spacing: 0;
    color: #383700;
    text-align: center;
    word-break: break-word;
}

.compare-header-v2__cta-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.compare-header-v2__cta-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 7px;
    background-color: #f7f7f7;
    border-radius: 50px;
}

.compare-header-v2__email-field {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 220px;
    height: 42px;
    padding: 0 16px;
    border: 1px solid #e1e1e1;
    border-radius: 60px;
    background-color: #fff;
    box-sizing: border-box;
}

.compare-header-v2__email-placeholder {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.07px;
    color: #69747c;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.compare-header-v2__cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 16px !important;
    border: 1px solid #5f49e5;
    border-radius: 60px;
    background-color: #5f49e5;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.07px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box;
}

.compare-header-v2__cta-button:hover,
.compare-header-v2__cta-button:focus,
.compare-header-v2__cta-button:active,
.compare-header-v2__form input.compare-header-v2__cta-button:hover,
.compare-header-v2__form input.compare-header-v2__cta-button:focus,
.compare-header-v2__form input.compare-header-v2__cta-button:active {
    color: #fff;
    text-decoration: none;
    background-color: #5f49e5;
    border-color: #5f49e5;
}

/* Contact Form 7 — scoped to compare-header-v2 only */
.compare-header-v2__form {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

.compare-header-v2__form .wpcf7,
.compare-header-v2__form form {
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.compare-header-v2__form .screen-reader-response {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.compare-header-v2__form .compare-header-v2__cta-bar {
    box-sizing: border-box;
    width: auto;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 5px 7px;
    background-color: #f7f7f7;
    border-radius: 50px;
}

/* CF7 wraps each line in <p> — flatten those wrappers */
.compare-header-v2__form .compare-header-v2__cta-bar > p,
.compare-header-v2__form .compare-header-v2__email-field > p {
    display: contents;
}

.compare-header-v2__form .compare-header-v2__cta-bar p {
    margin: 0;
    padding: 0;
}

.compare-header-v2__form .compare-header-v2__email-field {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 220px;
    width: 220px;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    padding: 0 16px;
    overflow: visible;
    box-sizing: border-box;
}

.compare-header-v2__form .compare-header-v2__email-field .wpcf7-form-control-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
}

.compare-header-v2__form .compare-header-v2__email-input,
.compare-header-v2__form input.compare-header-v2__email-input {
    display: block;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0 !important;
    outline: 0;
    box-shadow: none !important;
    background: transparent !important;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.07px;
    color: #383700;
    box-sizing: border-box;
}

.compare-header-v2__form .compare-header-v2__email-input::placeholder {
    color: #69747c;
    opacity: 1;
}

.compare-header-v2__form .compare-header-v2__email-input:focus {
    outline: none;
    box-shadow: none !important;
}

.compare-header-v2__form input.compare-header-v2__cta-button,
.compare-header-v2__form .compare-header-v2__cta-button {
    appearance: none;
    -webkit-appearance: none;
    flex-shrink: 0;
    cursor: pointer;
    font-family: inherit;
    margin: 0;
}

.compare-header-v2__form .wpcf7-spinner {
    position: absolute;
    margin: 0;
}

/* Keep tip outside the pill so height stays 42px */
.compare-header-v2__form .compare-header-v2__email-field .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    z-index: 2;
    display: block;
    width: max-content;
    max-width: 260px;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    color: #b42318;
    white-space: nowrap;
}

.compare-header-v2__form .wpcf7-response-output {
    width: 100%;
    margin: 12px 0 0;
    padding: 10px 14px;
    border-radius: 12px;
    border-width: 1px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    box-sizing: border-box;
}

.compare-header-v2__form .wpcf7 form.invalid .wpcf7-response-output,
.compare-header-v2__form .wpcf7 form.unaccepted .wpcf7-response-output,
.compare-header-v2__form .wpcf7 form.failed .wpcf7-response-output {
    border-color: #fda29b;
    background-color: #fef3f2;
    color: #b42318;
}

.compare-header-v2__form .wpcf7 form.sent .wpcf7-response-output {
    border-color: #a6f4c5;
    background-color: #ecfdf3;
    color: #027a48;
}

.compare-header-v2__form .wpcf7 form.submitting .compare-header-v2__cta-button {
    opacity: 0.7;
    pointer-events: none;
}

.compare-header-v2__features {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.compare-header-v2__feature {
    display: flex;
    align-items: center;
    gap: 7px;
}

.compare-header-v2__feature-icon {
    display: block;
    object-fit: contain;
    flex-shrink: 0;
}

.compare-header-v2__feature:nth-child(1) .compare-header-v2__feature-icon {
    width: 24px;
    height: 24px;
}

.compare-header-v2__feature:nth-child(2) .compare-header-v2__feature-icon {
    width: 18px;
    height: 18px;
}

.compare-header-v2__feature:nth-child(3) .compare-header-v2__feature-icon {
    width: 21px;
    height: 21px;
}

.compare-header-v2__feature-label {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #383700;
    white-space: nowrap;
}

@media screen and (max-width: 1250px) {
    .compare-header-v2 .compare-header-v2__container.container {
        padding: 50px 24px;
    }

    .compare-header-v2__title {
        font-size: 42px !important;
        line-height: 1.2 !important;
    }
}

@media screen and (max-width: 1024px) {
    .section-wrap.compare-header-v2 {
        padding-top: calc(var(--menu_margin) / 2 + 2px) !important;
        padding-bottom: calc(var(--menu_margin) / 2 + 2px);
        min-height: auto;
    }

    .compare-header-v2 .compare-header-v2__container.container {
        gap: 40px;
        min-height: 0;
        padding: 40px 32px;
    }

    .compare-header-v2__title {
        font-size: 42px !important;
        line-height: 1.2 !important;
    }

    .compare-header-v2__features {
        gap: 24px 32px;
    }

    .compare-header-v2__feature-label {
        white-space: normal;
    }
}

@media screen and (max-width: 768px) {
    .section-wrap.compare-header-v2 {
        padding-top: 7px !important;
        padding-bottom: 18px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        min-height: auto;
    }

    .section-wrap.compare-header-v2.first-section {
        margin-left: 0;
        margin-right: 0;
    }

    .compare-header-v2__bg {
        left: 0;
        right: 0;
        width: 100%;
        max-width: none;
        border-radius: 0;
        transform: none;
    }

    .compare-header-v2 .compare-header-v2__container.container {
        align-items: flex-start;
        justify-content: flex-start;
        gap: 30px;
        max-width: none;
        min-height: 0;
        padding: 50px 20px 20px;
    }

    .compare-header-v2__content {
        align-items: flex-start;
        gap: 16px;
        width: 100%;
        max-width: min(350px, 100%);
        text-align: left;
    }

    .compare-header-v2__eyebrow {
        width: 100%;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.4;
        text-transform: uppercase;
    }

    .compare-header-v2__title-block {
        align-items: flex-start;
        gap: 20px;
        width: 100%;
    }

    .compare-header-v2__title {
        font-size: 36px !important;
        line-height: 1.2 !important;
        text-align: left;
    }

    .compare-header-v2__title--desktop {
        display: none;
    }

    .compare-header-v2__title--mobile {
        display: block;
    }

    .compare-header-v2__subtitle {
        width: 100%;
        max-width: min(350px, 100%);
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 28px !important;
        text-align: left;
    }

    .compare-header-v2__cta-row {
        align-items: stretch;
        gap: 30px;
        width: 100%;
        max-width: min(350px, 100%);
    }

    .compare-header-v2__cta-bar {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        width: 100%;
        max-width: none;
        padding: 16px;
        border-radius: 16px;
    }

    .compare-header-v2__email-field {
        width: 100%;
        height: auto;
        min-height: 0;
        padding: 12px 20px;
    }

    .compare-header-v2__email-placeholder {
        line-height: 1.4;
        white-space: normal;
    }

    .compare-header-v2__cta-button {
        width: 100%;
        height: auto;
        padding: 12px 24px;
        line-height: 1.4;
        white-space: normal;
        text-align: center;
    }

    .compare-header-v2__form .compare-header-v2__cta-bar {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        padding: 16px;
        border-radius: 16px;
        gap: 12px;
    }

    .compare-header-v2__form .compare-header-v2__email-field {
        flex: 1 1 auto;
        width: 100%;
        height: auto;
        min-height: 0;
        max-height: none;
        padding: 12px 20px;
    }

    .compare-header-v2__form .compare-header-v2__email-field .wpcf7-form-control-wrap {
        height: auto;
    }

    .compare-header-v2__form .compare-header-v2__email-input,
    .compare-header-v2__form input.compare-header-v2__email-input {
        height: auto;
        line-height: 1.4;
        min-height: 0;
    }

    .compare-header-v2__form .compare-header-v2__email-field .wpcf7-not-valid-tip {
        position: static;
        width: auto;
        max-width: none;
        margin-top: 8px;
        white-space: normal;
    }

    .compare-header-v2__form .wpcf7-response-output {
        text-align: left;
    }

    .compare-header-v2__features {
        flex-direction: column;
        align-items: center;
        gap: 18px;
        width: 100%;
        padding: 15px 0;
    }

    .compare-header-v2__feature {
        gap: 8px;
        width: 100%;
        max-width: min(350px, 100%);
    }

    .compare-header-v2__feature:nth-child(1) .compare-header-v2__feature-icon {
        width: 16px;
        height: 16px;
    }

    .compare-header-v2__feature:nth-child(2) .compare-header-v2__feature-icon {
        width: 18px;
        height: 18px;
    }

    .compare-header-v2__feature:nth-child(3) .compare-header-v2__feature-icon {
        width: 17.5px;
        height: 17.5px;
    }

    .compare-header-v2__feature-label {
        font-size: 14px;
        font-weight: 600;
        line-height: normal;
        white-space: normal;
    }
}

/* compare v2 header - end */

/* compare switch reasons - start */

.section-wrap.compare-compare-switch-reasons {
    padding: 100px var(--menu_margin, 51px);
    background-color: transparent !important;
}

.compare-compare-switch-reasons .compare-switch-reasons__container.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    width: 100%;
    max-width: 1338px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    border-radius: 0;
}

.compare-switch-reasons__title {
    margin: 0;
    width: 100%;
    font-family: 'Figtree', sans-serif;
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 55px !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    color: #383700;
}

.compare-switch-reasons__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 50px;
    width: 100%;
}

.compare-switch-reasons__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding: 40px 30px;
    background-color: #e3e1fc;
    border-radius: 16px;
    box-sizing: border-box;
}

.compare-switch-reasons__card:nth-child(1) {
    grid-column: 1 / 3;
}

.compare-switch-reasons__card:nth-child(2) {
    grid-column: 3 / 5;
}

.compare-switch-reasons__card:nth-child(3) {
    grid-column: 5 / 7;
}

.compare-switch-reasons__card:nth-child(4) {
    grid-column: 2 / 4;
}

.compare-switch-reasons__card:nth-child(5) {
    grid-column: 4 / 6;
}

.compare-switch-reasons__icon {
    display: block;
    width: 86px;
    height: 86px;
    object-fit: contain;
    flex-shrink: 0;
}

.compare-switch-reasons__card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.compare-switch-reasons__card-title {
    margin: 0;
    max-width: 290px;
    font-family: 'Figtree', sans-serif;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 30.8px !important;
    letter-spacing: 0 !important;
    color: #383700;
}

.compare-switch-reasons__card-text {
    font-family: 'Figtree', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #383700;
    word-break: break-word;
}

@media screen and (max-width: 1250px) {
    .section-wrap.compare-compare-switch-reasons {
        padding: 80px var(--menu_margin, 51px);
    }

    .compare-switch-reasons__title {
        font-size: 42px !important;
        line-height: 1.2 !important;
    }

    .compare-switch-reasons__grid {
        gap: 32px;
    }
}

@media screen and (max-width: 1024px) {
    .section-wrap.compare-compare-switch-reasons {
        padding: 60px var(--menu_margin, 32px);
    }

    .compare-switch-reasons__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .compare-switch-reasons__card:nth-child(1),
    .compare-switch-reasons__card:nth-child(2),
    .compare-switch-reasons__card:nth-child(3),
    .compare-switch-reasons__card:nth-child(4),
    .compare-switch-reasons__card:nth-child(5) {
        grid-column: auto;
    }

    .compare-switch-reasons__title {
        font-size: 36px !important;
    }

    .compare-switch-reasons__card-text {
        font-size: 18px;
        line-height: 28px;
    }
}

@media screen and (max-width: 768px) {
    .section-wrap.compare-compare-switch-reasons {
        padding: 50px 20px;
    }

    .compare-compare-switch-reasons .compare-switch-reasons__container.container {
        gap: 40px;
        align-items: stretch;
    }

    .compare-switch-reasons__title {
        font-size: 24px !important;
        line-height: 1.2 !important;
        text-align: center;
    }

    .compare-switch-reasons__grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .compare-switch-reasons__card {
        gap: 20px;
        padding: 32px;
    }

    .compare-switch-reasons__icon {
        width: 64px;
        height: 64px;
    }

    .compare-switch-reasons__card-content {
        gap: 12px;
    }

    .compare-switch-reasons__card-title {
        max-width: none;
        font-size: 20px !important;
        line-height: 1.4 !important;
    }

    .compare-switch-reasons__card-text {
        font-size: 16px;
        line-height: 25px;
    }
}

/* compare switch reasons - end */

/* content compare table v2 - start */

.section-wrap.compare-compare-table-v2 {
    padding: 100px var(--menu_margin, 51px);
    background-color: #fff !important;
    overflow: visible !important;
}

.compare-compare-table-v2 .compare-table-v2__container.container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 50px;
    width: 100%;
    max-width: 1338px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow: visible;
}

.compare-table-v2__intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 1098px;
    margin: 0 auto;
    text-align: center;
}

.compare-table-v2__title {
    margin: 0;
    font-family: 'Figtree', sans-serif;
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 55px !important;
    letter-spacing: 0 !important;
    color: #000;
}

.compare-table-v2__subtitle {
    font-family: 'Figtree', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #383700;
    word-break: break-word;
}

.compare-table-v2__subtitle p {
    margin: 0;
}

.compare-table-v2__table {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: visible;
}

.compare-table-v2__head-anchor {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5;
    width: 100%;
}

.compare-table-v2__head {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 16px;
    align-items: stretch;
    position: relative;
    top: auto;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    height: 72px;
    padding: 16px 8px;
    background-color: rgba(241, 240, 253, 0.95);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 16px;
}

.compare-table-v2__body {
    display: flex;
    flex-direction: column;
    overflow: visible;
}

.compare-table-v2__head-feature {
    min-height: 40px;
}

.compare-table-v2__head-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
}

.compare-table-v2__head-logo {
    display: block;
    object-fit: contain;
    object-position: center;
}

.compare-table-v2__head-logo--brand {
    width: 202px;
    height: 20px;
    max-width: 202px;
    max-height: 20px;
}

.compare-table-v2__head-logo--competitor {
    width: 109px;
    height: 25px;
    max-width: 109px;
    max-height: 25px;
}

.compare-table-v2__row {
    box-sizing: border-box;
    width: 100%;
    padding: 16px 8px;
    border-radius: 16px;
}

/* Collapsed / closed rows (Figma: Rapid Launch et al.) */
.compare-table-v2__row:not([open]),
.compare-table-v2__row--static {
    height: 72px;
    min-height: 72px;
    overflow: hidden;
}

.compare-table-v2__row:nth-child(odd) {
    background-color: #fff;
}

.compare-table-v2__row:nth-child(even) {
    background-color: rgba(227, 225, 252, 0.5);
}

.compare-table-v2__row[open] {
    height: auto;
    min-height: 0;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 16px 8px;
}

.compare-table-v2__row[open] > .compare-table-v2__row-main {
    width: 100%;
    flex-shrink: 0;
}

.compare-table-v2__row-main {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 16px;
    align-items: center;
    box-sizing: border-box;
    height: 40px;
    min-height: 40px;
    list-style: none;
}

.compare-table-v2__row summary.compare-table-v2__row-main {
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    text-align: left;
    font: inherit;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
}

.compare-table-v2__row summary.compare-table-v2__row-main::-webkit-details-marker {
    display: none;
}

.compare-table-v2__row summary.compare-table-v2__row-main::marker {
    display: none;
    content: '';
}

.compare-table-v2__row summary.compare-table-v2__row-main:hover,
.compare-table-v2__row summary.compare-table-v2__row-main:focus,
.compare-table-v2__row summary.compare-table-v2__row-main:active,
.compare-table-v2__row summary.compare-table-v2__row-main:focus-visible {
    background: none;
    color: inherit;
    outline: none;
    box-shadow: none;
}

.compare-table-v2__row:nth-child(odd):hover {
    background-color: #fff;
}

.compare-table-v2__row:nth-child(even):hover {
    background-color: rgba(227, 225, 252, 0.5);
}

.compare-table-v2__feature,
.compare-table-v2__feature--static {
    display: flex;
    align-items: center;
    gap: 8px;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    height: 40px;
}

.compare-table-v2__feature--static {
    cursor: default;
}

/* Collapsed = chevron down; expanded = chevron up */
.compare-table-v2__chevron {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    color: #69747c;
    transform: none;
    transition: transform 0.2s ease;
}

.compare-table-v2__chevron svg {
    display: block;
    width: 10px;
    height: 6px;
}

.compare-table-v2__row[open] .compare-table-v2__chevron {
    transform: rotate(180deg);
}

.compare-table-v2__row-title {
    font-family: 'Figtree', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: #000;
    word-break: break-word;
}

.compare-table-v2__row:not([open]) .compare-table-v2__row-title,
.compare-table-v2__row--static .compare-table-v2__row-title {
    white-space: nowrap;
}

.compare-table-v2__status-col {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 4px 0;
}

.compare-table-v2__status-col:last-child {
    padding: 4px 0;
}

.compare-table-v2__status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    flex-shrink: 0;
}

.compare-table-v2__status.is-yes {
    background-color: #bbf7d0;
    color: #15803d;
}

.compare-table-v2__status.is-no {
    background-color: #80808025;
    color: #4d4d4d;
}

.compare-table-v2__status-icon {
    display: block;
    width: 20px;
    height: 20px;
}

.compare-table-v2__description {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    max-width: 430px;
    min-height: 40px;
    margin: 0;
    padding: 0;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #69747c;
    word-break: break-word;
}

@media screen and (max-width: 1250px) {
    .section-wrap.compare-compare-table-v2 {
        padding: 80px var(--menu_margin, 51px);
    }

    .compare-table-v2__title {
        font-size: 42px !important;
        line-height: 1.2 !important;
    }
}

@media screen and (max-width: 1024px) {
    .section-wrap.compare-compare-table-v2 {
        padding: 60px var(--menu_margin, 32px);
    }

    .compare-table-v2__title {
        font-size: 36px !important;
    }

    .compare-table-v2__subtitle {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (max-width: 768px) {
    .section-wrap.compare-compare-table-v2 {
        padding: 50px 0;
    }

    .compare-compare-table-v2 .compare-table-v2__container.container {
        gap: 50px;
        align-items: stretch;
    }

    .compare-table-v2__intro {
        align-items: flex-start;
        gap: 12px;
        max-width: none;
        padding: 0 20px;
        text-align: left;
    }

    .compare-table-v2__title {
        font-size: 28px !important;
        line-height: 34px !important;
        color: #111827;
    }

    .compare-table-v2__subtitle {
        font-size: 15px;
        line-height: 22px;
    }

    .compare-table-v2__head-anchor {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 5;
    }

    .compare-table-v2__head,
    .compare-table-v2__row-main {
        grid-template-columns: 142px 108px 108px;
        column-gap: 8px;
    }

    .compare-table-v2__head {
        position: relative;
        top: auto;
        z-index: 1;
        box-sizing: border-box;
        width: 100%;
        height: 60px;
        min-height: 60px;
        padding: 14px 16px;
        background-color: #f1f0fd;
        border-radius: 0;
        align-items: center;
    }

    .compare-table-v2__head-feature {
        width: 142px;
        min-height: 0;
        height: auto;
    }

    .compare-table-v2__head-brand {
        box-sizing: border-box;
        width: 108px;
        min-height: 0;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .compare-table-v2__head-logo--brand {
        width: 108px;
        height: 11px;
        max-width: 108px;
        max-height: 11px;
    }

    .compare-table-v2__head-logo--competitor {
        width: 80px;
        height: 32px;
        max-width: 80px;
        max-height: 32px;
    }

    .compare-table-v2__row {
        box-sizing: border-box;
        padding: 14px 16px;
        border-radius: 0;
        border-bottom: 1px solid #e5e7eb;
    }

    .compare-table-v2__row:nth-child(odd) {
        background-color: #fff;
        border-bottom-color: #e5e7eb;
    }

    .compare-table-v2__row:nth-child(even) {
        background-color: #f1f0fd;
        border-bottom-color: #f1f0fd;
    }

    .compare-table-v2__row:nth-child(even):hover {
        background-color: #f1f0fd;
    }

    .compare-table-v2__row:last-child {
        border: none;
    }

    /* Mobile collapsed row — Figma 320:1954 (46px) */
    .compare-table-v2__row:not([open]),
    .compare-table-v2__row--static {
        height: 46px;
        min-height: 46px;
        overflow: hidden;
    }

    .compare-table-v2__row[open] {
        height: auto;
        min-height: 0;
        overflow: visible;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 8px;
        padding: 14px 16px;
        border-bottom-color: #e5e7eb;
    }

    .compare-table-v2__row:not([open]) .compare-table-v2__row-main,
    .compare-table-v2__row--static .compare-table-v2__row-main {
        grid-template-columns: 142px 108px 108px;
        column-gap: 8px;
        height: 18px;
        min-height: 18px;
        align-items: center;
    }

    /* Mobile expanded title row — Figma 320:1942 */
    .compare-table-v2__row[open] .compare-table-v2__row-main {
        width: 100%;
        grid-template-columns: 142px 108px 108px;
        column-gap: 8px;
        height: 18px;
        min-height: 18px;
        align-items: center;
        flex-shrink: 0;
    }

    .compare-table-v2__row:not([open]) .compare-table-v2__feature,
    .compare-table-v2__row--static .compare-table-v2__feature--static {
        gap: 5px;
        width: 142px;
        height: 13px;
        min-height: 13px;
    }

    .compare-table-v2__row[open] .compare-table-v2__feature {
        gap: 5px;
        width: 142px;
        height: 13px;
        min-height: 13px;
    }

    /* Collapsed chevron ≈ 5.6 × 3.3 (down) */
    .compare-table-v2__row:not([open]) .compare-table-v2__chevron {
        width: 6px;
        height: 6px;
        transform: none;
    }

    .compare-table-v2__row:not([open]) .compare-table-v2__chevron svg {
        width: 5.575px;
        height: 3.275px;
        transform: none;
    }

    /* Expanded chevron points up */
    .compare-table-v2__row[open] .compare-table-v2__chevron {
        width: 6px;
        height: 6px;
        transform: rotate(180deg);
    }

    .compare-table-v2__row[open] .compare-table-v2__chevron svg {
        width: 5.575px;
        height: 3.275px;
        transform: none;
    }

    .compare-table-v2__row-title {
        font-size: 11px;
        font-weight: 500;
        line-height: normal;
    }

    .compare-table-v2__row:not([open]) .compare-table-v2__row-title,
    .compare-table-v2__row--static .compare-table-v2__row-title {
        white-space: nowrap;
    }

    .compare-table-v2__row[open] .compare-table-v2__row-title {
        white-space: normal;
        max-width: 131px;
    }

    .compare-table-v2__status-col {
        box-sizing: border-box;
        width: 108px;
        height: 18px;
        min-height: 18px;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .compare-table-v2__status {
        width: 18px;
        height: 18px;
        border-radius: 18px;
    }

    .compare-table-v2__status-icon {
        width: 11.25px;
        height: 11.25px;
    }

    /* Description under feature col only — 10px / 14px, #69747c */
    .compare-table-v2__description {
        display: block;
        box-sizing: border-box;
        width: 142px;
        max-width: 142px;
        min-height: 0;
        margin: 0;
        padding: 0;
        font-size: 10px;
        font-weight: 500;
        line-height: 14px;
        color: #69747c;
        align-items: unset;
    }
}

/* content compare table v2 - end */

/* compare v2 page overrides - start */

.posts-archive.success_story .content {
    height: auto;
    padding: 32px 38px;
}

@media screen and (min-width: 769px) {
    .posts-archive.success_story.section-wrap {
        padding-bottom: 100px;
        padding-top: 40px;
    }

    /* Features carousel: bleed on track only; arrows pinned to section (compare-v2) */
    .section-wrap.section.features-carousel,
    .section-wrap.features-carousel {
        overflow: visible;
        position: relative;
        padding-left: var(--menu_margin, 51px) !important;
        padding-right: var(--menu_margin, 51px) !important;
    }

    .features-carousel .features-swiper-wrap {
        position: static;
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .features-carousel .features-swiper-wrap.is-carousel-bleed-right .features-swiper {
        width: calc(100% + var(--menu_margin, 51px));
        margin-right: calc(-1 * var(--menu_margin, 51px));
    }

    .features-carousel .features-swiper-wrap.is-carousel-bleed-left .features-swiper {
        width: calc(100% + var(--menu_margin, 51px));
        margin-left: calc(-1 * var(--menu_margin, 51px));
    }

    .features-carousel .features-swiper-wrap.is-carousel-fits .features-swiper {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .features-carousel .features-swiper {
        max-width: none;
    }

    .features-carousel .features-swiper.swiper-lock .swiper-wrapper {
        justify-content: center;
    }

    .section-wrap.features-carousel .features-carousel-next {
        left: auto !important;
        right: calc(var(--menu_margin, 51px) - 23px);
        bottom: 60px;
    }

    .section-wrap.features-carousel .features-carousel-prev {
        left: auto !important;
        right: calc(var(--menu_margin, 51px) + 35px);
        bottom: 60px;
    }
}

@media screen and (max-width: 768px) {
    .posts-archive .title.title {
        font-size: 23.2px !important;
    }

    .posts-archive.success_story.section-wrap {
        padding-bottom: 50px;
        padding-top: 28px;
    }

    .qna.section-wrap .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .qna.section-wrap summary {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        list-style: none;
    }

    .qna.section-wrap summary::-webkit-details-marker {
        display: none;
    }

    .qna.section-wrap summary::marker {
        display: none;
    }

    .qna.section-wrap summary::before {
        content: "";
        flex: 0 0 7px;
        width: 0;
        height: 0;
        margin-top: 0.35em;
        border-style: solid;
        border-width: 4px 0 4px 7px;
        border-color: transparent transparent transparent #383700;
    }

    .qna.section-wrap details[open] > summary::before {
        transform: rotate(90deg);
        transform-origin: 25% 50%;
    }

    .features-carousel .features-carousel-prev,
    .features-carousel .features-carousel-next {
        display: none;
    }

    .features-carousel .title,
    .features-carousel .title.center,
    .features-carousel .title.right {
        text-align: center !important;
    }

    .features-carousel .features-swiper .swiper-wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 28px;
        transform: none !important;
        align-items: center;
    }

    .features-carousel .swiper-slide {
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 323px;
    }

    .features-carousel .slide-inner {
        padding: 42px;
        min-height: 0;
        gap: 20px;
    }
}


.qna.section-wrap details[open] {
    padding-bottom: 24px !important;
}

.qna.section-wrap {
    padding: 0 !important;
    margin: 0 auto !important;
}

/* Hide stuck site nav on compare v2 — it overlaps the table sticky header */
.sticky-enabled .main-navigation.is_stuck {
    display: none !important;
}

/* compare v2 page overrides - end */

@media screen and (min-width: 1550px) {
    .inside-article {
        padding-bottom: 100px !important;
    }
}