.field-option.property-ownership-option,
.property-ownership-option {
    position: relative;
    padding: 12px 10px 10px;
    font-size: 18px;
    border-radius: 12px;
    border: 2px solid #e4ddf5;
    box-shadow: none;
    cursor: pointer;
    color: #222;
    background-color: #fff;
    transition: border-color 0.15s ease, background-color 0.15s ease;
}

/* Mobile-only: give the option cards a fixed aspect so they look card-y
   (not stretched horizontally). Desktop keeps the natural content height. */
@media (max-width: 600px) {

    .field-option.property-ownership-option,
    .property-ownership-option {
        aspect-ratio: 4 / 3;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.field-option.property-ownership-option.selected,
.property-ownership-option.selected {
    max-width: none;
    padding: 12px 10px 10px;
    font-size: 18px;
    border-radius: 12px;
    border: 2px solid #6514dd;
    background-color: #f9f5ff;
    box-shadow: none !important;
    cursor: pointer;
}


.property-ownership-option:hover {
    background-color: #f9f5ff;
}


.property-ownership-option .option-label {
    line-height: 20px;
    display: block;
    font-weight: 300;
    color: #393839;
}

.property-ownership-option .property-ownership-check {
    position: absolute;
    top: 6px;
    right: 8px;
    font-size: 20px;
    color: #6514dd;
    background: none !important;
    width: auto;
    height: auto;
    margin: 0;
    border-radius: 0;
    display: none;
    line-height: 1;
}

.property-ownership-option.selected .property-ownership-check {
    display: inline-block;
}


.field-option.property-ownership-option.selected .mdi.mdi-home-outline,
.field-option.property-ownership-option.selected .mdi.mdi-key-chain-variant,
.property-ownership-option .mdi.mdi-home-outline,
.property-ownership-option .mdi.mdi-key-chain-variant {
    font-size: 22px;
    background-color: #cf0;
    width: 42px;
    height: 42px;
    line-height: 42px;
    display: block;
    margin: 0 auto 6px;
    border-radius: 50%;
    color: #495057;
}

.amount-slider-wrapper #amount-button.property-ownership-continue-btn,
.property-ownership-continue-btn.btn.btn-lg.start-steps {
    display: block;
    width: calc(100% - 24px);
    margin: 14px auto 0;
    background: #6514dd;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 12px;
    padding: 13px 15px;
    border: none;
    box-shadow: none;
}

.amount-slider-wrapper #amount-button.property-ownership-continue-btn:hover,
.amount-slider-wrapper #amount-button.property-ownership-continue-btn:focus,
.property-ownership-continue-btn.btn.btn-lg.start-steps:hover,
.property-ownership-continue-btn.btn.btn-lg.start-steps:focus {
    background: #5310b8;
    color: #fff;
}

.property-ownership-trust {
    margin: 15px 0 0;
    text-align: center;
    font-size: 12px;
    color: #696d71;
    line-height: 1.4;
}

.property-ownership-trust .trustpilot-widget {
    margin-bottom: 4px;
}

.property-ownership-trust-badges {
    display: inline-block;
}

.property-ownership-trust .trust-sep {
    margin: 0 2px;
    color: #b5b8bb;
}

.property-ownership-trust .mdi {
    font-size: 13px;
    vertical-align: -1px;
}

.property-ownership-subtitle {
    color: #393839;
    font-size: 16px;
}

.property-ownership-subtitle strong {
    color: #393839;
}

/* A/B: HS first-slide geo-price line — sits above the checks row on the
   'hs_first_slide_geo_price' variant. Matches the H1 lime accent. */
.hs-geo-price-line {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    padding: 0;
    margin: 6px auto 8px;
}

.hs-geo-price-line strong {
    color: #cf0;
    font-weight: 700;
}

.become-hs .top-text-row .sub-title strong {
    color: #cf0;
    font-weight: 700;
}

@media (max-width: 600px) and (max-height: 820px) {
    .hs-geo-price-line {
        font-size: 15px;
        line-height: 20px;
        margin: 2px auto 4px;
    }
}



/* Bump disclaimer contrast — was #d2bcee (barely legible on purple). */
.become-hs .initial-declimer,
.become-hw .initial-declimer {
    color: rgba(255, 255, 255, 0.78);
}

/* Trim the empty bottom gap under the first slide. */
.become-hs .initial-disclaimer-row,
.become-hw .initial-disclaimer-row {
    padding-top: 4px !important;
    padding-bottom: 8px !important;
}

.become-hs .property-ownership-slide,
.become-hw .property-ownership-slide {
    margin-bottom: 0 !important;
}

/* Loosen the aggressive 77.4vh min-height on the HS/HW pages so the first
   slide doesn't leave a huge dead purple gap under the card. Subsequent
   slides expand naturally with their own content. */
.become-hs #main-text,
.become-hw #main-text {
    min-height: 78vh;
    padding-bottom: 16px;
}

.lead-slide[data-step="neighborhood_safety"] h2 {
    color: #000 !important;
}

.neighborhood-safety-gradient {
    height: 6px;
    border-radius: 3px;
    max-width: 90%;
    margin: 14px auto 24px auto;
    background: linear-gradient(to right, #ff5e57 0%, #ff9f3d 25%, #ffce3a 50%, #a6dc6a 75%, #4ed664 100%);
}

.neighborhood-safety-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.neighborhood-safety-option .safety-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-bottom: 6px;
}

.neighborhood-safety-option[data-val="very_unsafe"] .safety-dot {
    background: #ff5e57;
}

.neighborhood-safety-option[data-val="unsafe"] .safety-dot {
    background: #ff9f3d;
}

.neighborhood-safety-option[data-val="average"] .safety-dot {
    background: #ffce3a;
}

.neighborhood-safety-option[data-val="safe"] .safety-dot {
    background: #a6dc6a;
}

.neighborhood-safety-option[data-val="very_safe"] .safety-dot {
    background: #4ed664;
}

.neighborhood-safety-col {
    flex: 1 1 0;
    min-width: 0;
}

.lead-slide .field-option.neighborhood-safety-option {
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
    text-align: center;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    box-shadow: none;
}

.lead-slide .field-option.neighborhood-safety-option:hover {
    border-color: #6514dd;
}

.lead-slide .field-option.neighborhood-safety-option.selected {
    border: 2px solid #6514dd;
    border-radius: 8px;
    padding: 8px;
}

.neighborhood-safety-option .option-label {
    font-size: 16px;
    line-height: 1.2;
    word-break: break-word;
    font-weight: 300;
}



.lead-slide h3.zip-title {
    font-size: 22px !important;
    color: #6514dd !important;
    line-height: 27px;
}

.lead-slide h2 {
    font-size: 26px !important;
    line-height: 32px;
}

.lead-slide.summary-data-display h3 {
    font-size: 20px !important;
    color: #6514dd !important;
}

.lead-slide h2.urgency-summary-text {
    font-size: 16px !important;
    color: #495057;
    display: inline-block;
    line-height: 25px;
    font-weight: normal;
}



.lead-slide h3,
.zip-sub-title {
    font-size: 15px !important;
    color: #495057;
    display: block;
    margin-top: 0;
    line-height: 22px;
    font-weight: 300;

}

.lead-slide h4.below-options-text {
    font-size: 18px !important;
    color: #495057;
    display: inline-block;
    margin-top: 10px;
    font-weight: 300;
    line-height: 24px;

}


.summary-data-display .funding-plan h4 {
    color: #6c757d;
    font-size: 17px;
    padding-bottom: 10px;
    margin-top: -15px;
}

.zip-city-state-display {
    display: none;
}

.skip-address-step {
    font-size: 14px;
    color: #6c757d;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 10px;
}


.hs-disclaimer-bottom .bottom-consent-row {
    color: #ced4da !important;
}

.hs-disclaimer-bottom .bottom-consent-row a {
    text-decoration: underline;
    cursor: pointer;
    color: #ccc !important;
}

.zip-full-address-fields .zip-secure-info {
    color: #333;
    font-size: 15px;
    margin-top: 5px;
    padding: 5px;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 5px;
}

.zip-full-address-fields .mdi {
    font-size: 30px;
    color: #8ead12;
    display: block;
    padding-right: 16px;
}

.trusted-step .btn-success.btn-trust-slide {
    font-size: 18px;
}

.trusted-step .btn-trust-slide .mdi {
    display: inline-block;
    text-align: left !important;
    line-height: 0 !important;
    margin-right: 0 !important;
    font-size: 20px !important;
    position: relative;
    top: 2px !important;
    color: #fff !important;
}

@media only screen and (max-width: 1200px) {

    .summary-step .summary-wrapper .detail-element .in,
    .summary-data-display .detail-element .in {

        min-height: 90px;
    }
}

@media only screen and (max-width: 600px) {


    .zip-full-address-fields .zip-secure-info {
        font-size: 13px;
        line-height: 18px;
    }

    .lead-slide h2 {
        font-size: 23px !important;
        line-height: 28px;

    }


    .lead-slide .field-option.property-ownership-option.selected {

        border: 2px solid #6514dd;
        box-shadow: none !important;

    }

    .field-option.property-ownership-option.selected .mdi {

        color: #6514dd;
    }

    .neighborhood-safety-row {
        gap: 8px;
        max-width: 100%;
    }

    .lead-slide .field-option.neighborhood-safety-option {
        padding: 4px;
        border-width: 1.5px;
    }

    .lead-slide .field-option.neighborhood-safety-option.selected {
        padding: 4px;
        border-width: 1.5px;
    }

    .neighborhood-safety-option .option-label {
        font-size: 13px;
    }

    .system-setup .card-design-buttons {
        padding: 7px 18px !important;
    }

    .summary-step .summary-wrapper .detail-element .in,
    .summary-data-display .detail-element .in {

        min-height: 90px;
    }

    .trusted-step .btn-success.btn-trust-slide {
        font-size: 16px;
    }

    .trusted-step .btn-success.btn-trust-slide.transparent {
        font-size: 14px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        background-color: transparent !important;
        color: #333 !important;
    }

    .trusted-step .btn-success.btn-trust-slide.transparent .purple-button-spinner {
        width: 20px !important;
        height: 20px !important;

    }

    .trusted-step .btn-success.btn-trust-slide.transparent .mdi {
        font-size: 17px !important;
        color: #6514dd !important;
    }

    .trusted-step .btn-trust-slide .mdi {
        font-size: 17px !important;
    }

    .zip-input {
        font-size: 17px;

    }


}

@media only screen and (max-width: 400px) {

    .neighborhood-safety-option .option-label {
        font-size: 12px;
    }

}

/* Keep the initial disclaimer above the fold on short mobile viewports
   (iPhone 11/XR and below). Content stays fully readable; we just tighten
   line-heights, paddings, and header sizes. */
@media (max-width: 600px) and (max-height: 800px) {

    .become-hs .top-text-row,
    .become-hw .top-text-row {
        padding-top: 8px;
        padding-bottom: 4px;
    }

    .become-hs .top-text-row .main-title,
    .become-hw .top-text-row .main-title {
        font-size: 22px !important;
        line-height: 26px !important;
        margin-bottom: 4px !important;
    }

    .become-hs .top-text-row .sub-title,
    .become-hw .top-text-row .sub-title {
        font-size: 15px !important;
        line-height: 20px !important;
        margin-bottom: 0 !important;
    }

    .become-hs .checks-row .check-element,
    .become-hw .checks-row .check-element {
        font-size: 14px;
        line-height: 20px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .property-ownership-slide {
        margin-top: 4px !important;
    }

    .property-ownership-slide h2:not(.mb-3) {
        font-size: 20px !important;
        line-height: 26px !important;
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }

    .property-ownership-slide .property-ownership-subtitle {
        font-size: 14px !important;
        margin-bottom: 6px !important;
    }

    .property-ownership-slide .property-ownership-row {
        margin-top: 0 !important;
        margin-bottom: 4px !important;
    }

    .property-ownership-slide .property-ownership-row .col-6 {
        margin-top: 4px !important;
    }

    .field-option.property-ownership-option,
    .property-ownership-option {
        padding: 8px 8px 8px !important;
    }

    .field-option.property-ownership-option .mdi.mdi-home-outline,
    .field-option.property-ownership-option .mdi.mdi-key-chain-variant,
    .property-ownership-option .mdi.mdi-home-outline,
    .property-ownership-option .mdi.mdi-key-chain-variant {
        width: 34px !important;
        height: 34px !important;
        line-height: 34px !important;
        font-size: 18px !important;
        margin-bottom: 4px !important;
    }

    .amount-slider-wrapper #amount-button.property-ownership-continue-btn,
    .property-ownership-continue-btn.btn.btn-lg.start-steps {
        margin-top: 8px;
        padding: 10px 15px;
        font-size: 15px;
    }

    .property-ownership-trust {
        margin-top: 15px;
        font-size: 11px;
    }

    .become-hs .initial-disclaimer-row,
    .become-hw .initial-disclaimer-row {
        padding-top: 2px !important;
        padding-bottom: 4px !important;
    }

    .become-hs .initial-declimer,
    .become-hw .initial-declimer {
        font-size: 12px;
        line-height: 16px;
        margin-top: 12px !important;
    }
}

/* Tall mobile viewports (iPhone 12 mini and up, ~800px+): give the headline
   more presence and let the disclaimer breathe below the trust row. */
@media (max-width: 600px) and (min-height: 801px) {

    .become-hs .top-text-row .main-title,
    .become-hw .top-text-row .main-title {
        font-size: 28px !important;
        line-height: 34px !important;
    }

    .become-hs .top-text-row .sub-title,
    .become-hw .top-text-row .sub-title {
        font-size: 18px !important;
        line-height: 24px !important;
        margin-bottom: 8px !important;
    }

    .become-hs .initial-disclaimer-row,
    .become-hw .initial-disclaimer-row {
        padding-top: 24px !important;
    }
}

/* Under ~700px viewport height (iPhone 8 / SE 2020 and smaller Androids): trim further. */
@media (max-width: 600px) and (max-height: 700px) {

    .become-hs .top-text-row .main-title,
    .become-hw .top-text-row .main-title {
        font-size: 28px !important;
        line-height: 24px !important;
        margin-top: 6px !important;
    }

    .become-hs .top-text-row .sub-title,
    .become-hw .top-text-row .sub-title {
        font-size: 14px !important;
        font-weight: 300;
    }

    .become-hs .checks-row .check-element,
    .become-hw .checks-row .check-element {
        font-size: 13px;
        line-height: 18px;
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .property-ownership-slide h2 {
        font-size: 19px !important;
        line-height: 24px !important;
    }

    .property-ownership-slide .property-ownership-subtitle {
        margin-bottom: 4px !important;
    }

    .field-option.property-ownership-option .mdi.mdi-home-outline,
    .field-option.property-ownership-option .mdi.mdi-key-chain-variant,
    .property-ownership-option .mdi.mdi-home-outline,
    .property-ownership-option .mdi.mdi-key-chain-variant {
        width: 30px !important;
        height: 30px !important;
        line-height: 30px !important;
        font-size: 16px !important;
        margin-bottom: 2px !important;
    }

    .amount-slider-wrapper #amount-button.property-ownership-continue-btn,
    .property-ownership-continue-btn.btn.btn-lg.start-steps {
        margin-top: 6px;
        padding: 8px 15px;
        font-size: 14px;
    }

    .property-ownership-trust {
        margin-top: 15px;
    }
}

@media (max-width: 390px) {
    .hs-geo-price-line {
        font-size: 13px;
        line-height: 20px;
        margin: 2px auto 4px;
    }

    .become-hs .checks-row .check-element,
    .become-hw .checks-row .check-element {
        font-size: 12px !important;

    }
}


@media (max-width: 360px) {

    .become-hs .top-text-row .main-title,
    .become-hw .top-text-row .main-title {
        font-size: 26px !important;

    }

}


/* ============ HS/HW summary redesign (home-secure-summary.php) ============ */

.summary-data-display .hs-plan-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
}

.summary-data-display .hs-plan-hero {
    background: #6514dd;
    border-radius: 16px;
    padding: 16px 20px 22px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 6px;
}

.summary-data-display .hs-plan-hero__pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: #efe8ff;
    color: #6514dd;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.summary-data-display .hs-plan-hero__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22e3ab;
    display: inline-block;
    flex-shrink: 0;
}

.summary-data-display .hs-plan-hero__pill-sep {
    color: #6514dd;
    opacity: 0.5;
    font-weight: 400;
}

.summary-data-display .hs-plan-hero__title {
    font-size: 28px !important;
    font-weight: 700;
    color: #ffffff !important;
    line-height: 1.15;
    margin: 0 0 10px;
    letter-spacing: -0.01em;
}

.summary-data-display .hs-plan-hero__desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.45;
    margin: 0;
}

.summary-data-display .hs-plan-list {
    padding: 4px 8px;
}

.summary-data-display .hs-plan-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 6px;
    border-bottom: 1px solid #ece5ff;
    gap: 12px;
}

.summary-data-display .hs-plan-row:last-child {
    border-bottom: 0;
}

.summary-data-display .hs-plan-row__label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #2a1f3f;
    flex-shrink: 0;
}

.summary-data-display .hs-plan-row__label .mdi {
    font-size: 18px;
    line-height: 1;
    color: #6514dd;
}

.summary-data-display .hs-plan-row__value {
    font-size: 15px;
    font-weight: 700;
    color: #1a1030;
    text-align: right;
    padding: 0;
    background: transparent;
    border: 0;
    min-height: 0;
    word-break: break-word;
}

.summary-data-display .hs-plan-note {
    background: #efe8ff;
    color: #4a3a75;
    border-radius: 14px;
    padding: 12px 16px;
    font-size: 14px;
    text-align: center;
    margin: 10px 6px 12px;
}

.summary-data-display .hs-plan-cta {
    padding: 0 6px 6px;
}

.summary-data-display .btn.hs-plan-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #6514dd;
    color: #ffffff;
    border: 0;
    border-radius: 999px;
    padding: 15px 32px;
    font-size: 17px;
    font-weight: 600;
    width: 100%;
    box-shadow: 0 6px 18px rgba(101, 20, 221, 0.28);
    transition: filter 0.15s ease;
}

.summary-data-display .btn.hs-plan-cta__btn:hover,
.summary-data-display .btn.hs-plan-cta__btn:focus {
    background: #6514dd;
    color: #ffffff;
    filter: brightness(1.08);
}

.summary-data-display .hs-plan-cta__arrow {
    font-size: 18px;
    vertical-align: middle;
}

@media only screen and (max-width: 600px) {

    .summary-data-display .hs-plan-card {
        padding: 0;
        border-radius: 20px;
    }

    .summary-data-display .hs-plan-hero {
        padding: 14px 16px 18px;
        border-radius: 14px;
    }

    .summary-data-display .hs-plan-hero__title {
        font-size: 24px !important;
    }

    .summary-data-display .hs-plan-hero__desc {
        font-size: 13px;
    }

    .summary-data-display .hs-plan-row {
        padding: 12px 4px;
    }

    .summary-data-display .hs-plan-row__label,
    .summary-data-display .hs-plan-row__value {
        font-size: 14px;
    }

    .summary-data-display .hs-plan-note {
        font-size: 13px;
        padding: 10px 14px;
    }
}


/* ============ HS info slides (protection-summary.php + every-door.php) ============ */

.lead-slide.protection-summary,
.lead-slide.every-door {
    text-align: left;
}

.hs-info-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 10px 22px 22px;
    max-width: 460px;
    margin: 0 auto;
}

.hs-info-card__header {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 0 0 20px;
}

.hs-info-card__icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #f1ecff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hs-info-card__icon .mdi {
    font-size: 26px;
    color: #6514dd;
    line-height: 1;
}



.hs-info-card__checks {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}

.hs-info-card__checks li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    color: #2a1f3f;
    padding: 8px 0;
    line-height: 1.5;
}

.hs-info-card__checks li .mdi {
    color: #6514dd;
    font-size: 20px;
    line-height: 1.5;
    flex-shrink: 0;
}

.hs-info-card__checks li strong {
    font-weight: 700;
    color: #111111;
}

.lead-slide .btn.hs-info-card__btn {
    display: block;
    width: 100%;
    background: #6514dd;
    color: #ffffff;
    border: 0;
    border-radius: 999px;
    padding: 15px 24px;
    font-size: 17px;
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(101, 20, 221, 0.28);
    transition: filter 0.15s ease;
}

.lead-slide .btn.hs-info-card__btn:hover,
.lead-slide .btn.hs-info-card__btn:focus {
    background: #6514dd;
    color: #ffffff;
    filter: brightness(1.08);
}

@media only screen and (max-width: 600px) {

    .hs-info-card {
        padding: 10px 18px 20px;
    }

    .hs-info-card__title-with-icon {
        font-size: 21px !important;
    }

    .hs-info-card__icon {
        width: 42px;
        height: 42px;
    }

    .hs-info-card__icon .mdi {
        font-size: 22px;
    }

    .hs-info-card__checks li {
        font-size: 14px;
    }
}


/* ============ HS/HW testimonial slide (testimonial.php) ============ */

.lead-slide.testimonial-step {
    text-align: left;
}

.hs-testimonial-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 22px 22px 20px;
    max-width: 460px;
    margin: 0 auto;
}

.hs-testimonial-card__stars {
    display: flex;
    gap: 3px;
    margin-bottom: 18px;
}

.hs-testimonial-card__stars .mdi {
    color: #22c48a;
    font-size: 18px;
    line-height: 1;
}

.hs-testimonial-card__quote {
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    color: #1a1030;
    line-height: 1.4;
    margin: 0 0 22px;
}

.hs-testimonial-card__author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 22px;
}

.hs-testimonial-card__avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #e8e4ee;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.hs-testimonial-card__author-text {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.hs-testimonial-card__name {
    font-size: 15px;
    font-weight: 700;
    color: #1a1030;
}

.hs-testimonial-card__matched {
    font-size: 13px;
    color: #7d7788;
    margin-top: 2px;
}

.lead-slide .btn.hs-testimonial-card__btn {
    display: block;
    width: 100%;
    background: #6514dd;
    color: #ffffff;
    border: 0;
    border-radius: 999px;
    padding: 15px 24px;
    font-size: 17px;
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(101, 20, 221, 0.28);
    transition: filter 0.15s ease;
}

.lead-slide .btn.hs-testimonial-card__btn:hover,
.lead-slide .btn.hs-testimonial-card__btn:focus {
    background: #6514dd;
    color: #ffffff;
    filter: brightness(1.08);
}

@media only screen and (max-width: 600px) {

    .hs-testimonial-card {
        padding: 20px 18px 18px;
    }

    .hs-testimonial-card__quote {
        font-size: 16px;
    }
}


/* ============ HS/HW trust step (home-trust-step.php redesign) ============ */

.lead-slide.trusted-step {
    text-align: left;
}

.hs-trust-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 0 0px 18px;
    max-width: 460px;
    margin: 0 auto;
    text-align: center;
}

.hs-trust-card__title {

    line-height: 1.15;
    margin: 0 0 10px;
}



.hs-trust-card .hs-trust-logos-wrap {
    margin: 0 0 12px;
}

.hs-trust-card .hs-trust-logos-row {
    margin: 0;
    gap: 8px;
    flex-wrap: nowrap;
}

.hs-trust-card .hs-trust-logo-col {
    /* Shrinkable so the strip always fits the card: the step renders up to 4
       logos (capped in home-trust-step.php) and 4 fixed-width columns used to
       overflow onto the page background. max-width keeps 3 logos at the size
       they were designed at; a 4th makes them share the row instead. */
    flex: 1 1 0;
    min-width: 0;
    max-width: 30%;
    padding: 0;
}

.hs-trust-card .hs-trust-logo {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 72px;
    animation: hs-trust-logo-pulse 1.8s ease-in-out infinite;
}

/* Stagger the pulse evenly across the 1.8s cycle for the 4 slots the step
   now renders. */
.hs-trust-card .hs-trust-logo-col:nth-child(2) .hs-trust-logo {
    animation-delay: 0.45s;
}

.hs-trust-card .hs-trust-logo-col:nth-child(3) .hs-trust-logo {
    animation-delay: 0.9s;
}

.hs-trust-card .hs-trust-logo-col:nth-child(4) .hs-trust-logo {
    animation-delay: 1.35s;
}

@keyframes hs-trust-logo-pulse {

    0%,
    100% {
        opacity: 0.3;
    }

    50% {
        opacity: 1;
    }
}

.hs-trust-card__divider {
    border: 0;
    border-top: 1px solid #ece5ff;
    margin: 18px 0 14px;
}

.hs-trust-card__label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #6c757d;
    margin-bottom: 10px;
}

.hs-trust-card__rating {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}

.hs-trust-card__rating .trustpilot-widget {
    width: 100%;
}



.hs-trust-card__footnote {
    font-size: 13px;
    color: #6c757d;
    margin: 0 0 18px;
    line-height: 1.4;
}

.hs-trust-card__cta {
    padding: 0 4px;
}



.lead-slide.trusted-step .btn.hs-trust-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: #6514dd;
    color: #ffffff;
    border: 0;
    border-radius: 999px;
    padding: 15px 24px;
    font-size: 17px;
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(101, 20, 221, 0.28);
    transition: filter 0.15s ease;
}

.lead-slide.trusted-step .btn.hs-trust-card__btn:hover,
.lead-slide.trusted-step .btn.hs-trust-card__btn:focus {
    background: #6514dd;
    color: #ffffff;
    filter: brightness(1.08);
}

.lead-slide.trusted-step .btn.hs-trust-card__btn .purple-button-spinner {
    border-top-color: #ffffff !important;
    border-left-color: rgba(255, 255, 255, 0.35) !important;
    border-right-color: rgba(255, 255, 255, 0.35) !important;
    border-bottom-color: rgba(255, 255, 255, 0.35) !important;
}

.trusted-step h2 {
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    .top-white-logo img {
        margin: 16px 0 10px;
        /* was 35px 0 20px — reclaims ~29px */
        height: 26px;
        /* was 32px */
    }

    .slides-wrapper .card,
    .slide-inner {
        padding-top: 14px;
        /* was ~26px */
    }

    .num-slide-ind {
        width: 20px;
        /* was 25px */
        height: 20px;
        font-size: 11px;
    }
}

/* 2. Active-step emphasis — ALL widths (visual fix, not a space issue) */
.num-slide-ind.active {
    font-weight: 700;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
    /* halo ring */
}


@media only screen and (max-width: 600px) {

    .hs-trust-card {
        padding: 10px 0 16px;
    }

    .hs-trust-card__title {
        font-size: 26px !important;
    }

    .hs-trust-card__subtitle {
        font-size: 15px;
    }

    .hs-trust-card .hs-trust-logo {
        height: 62px;
    }

    .leadbox .contact-info-title {
        font-size: 13px;
    }
}
.warranty-decide-later {
    display: inline-block;
    padding: 6px 12px;
    color: #6c757d;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}

.warranty-decide-later:hover {
    color: #212529;
}
