.service-entry-page.is-top4 {
    --service-primary: #0132a8;
    --service-primary-hover: #00257e;
    --service-primary-soft: #edf3ff;
    --service-text: #121826;
    --service-muted: #667085;
    --service-border: #dce4ef;
    --service-surface: #fff;
    --service-return: #4f33c5;
    --service-return-soft: #f0ebff;
    --service-claim: #e7375b;
    --service-claim-soft: #ffe9ee;
    --service-shadow: 0 8px 24px rgba(25, 46, 82, .065);
    padding-bottom: 58px;
    color: var(--service-text);
}

.service-entry-page.is-top4,
.service-entry-page.is-top4 * {
    box-sizing: border-box;
}

.service-entry-page.is-top4 .service-entry-container {
    width: 100%;
    max-width: 1510px;
    padding: 7px 38px 0;
}

.service-entry-page.is-top4 .service-entry-fallback-title,
.service-entry-page.is-top4 .service-entry-intro {
    display: none;
}

.service-entry-breadcrumbs {
    display: flex;
    align-items: center;
    min-height: 34px;
    margin: 0 0 7px;
    padding: 0 2px;
    gap: 8px;
    color: var(--service-muted);
    font-size: .76rem;
}

.service-entry-breadcrumbs a {
    color: var(--service-muted);
    text-decoration: none;
}

.service-entry-breadcrumbs a:hover,
.service-entry-breadcrumbs a:focus {
    color: var(--service-primary);
}

.service-entry-breadcrumbs > span:not([aria-current]) {
    color: #a7b1c2;
    font-size: .62rem;
}

.service-entry-breadcrumbs [aria-current] {
    color: var(--service-text);
    font-weight: 650;
}

.service-entry-hero {
    display: grid;
    grid-template-columns: minmax(0, 56%) minmax(360px, 44%);
    min-height: 232px;
    overflow: hidden;
    border: 1px solid var(--service-border);
    border-radius: 16px;
    background: var(--service-surface);
    box-shadow: var(--service-shadow);
}

.service-entry-hero-copy {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    min-width: 0;
    padding: 34px 44px;
    flex-direction: column;
}

.service-entry-eyebrow {
    margin-bottom: 7px;
    color: var(--service-primary);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.service-entry-hero h1 {
    margin: 0;
    color: var(--service-text);
    font-size: clamp(1.65rem, 2.2vw, 2.25rem);
    font-weight: 800;
    line-height: 1.15;
}

.service-entry-hero-copy > p {
    max-width: 520px;
    margin: 10px 0 19px;
    color: var(--service-muted);
    font-size: .96rem;
    line-height: 1.55;
}

.service-entry-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.service-entry-hero-points > span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 7px 11px;
    border: 1px solid #cddbf0;
    border-radius: 10px;
    background: #fff;
    color: var(--service-primary);
    font-size: .77rem;
    font-weight: 700;
    gap: 7px;
    cursor: default;
    user-select: none;
}

.service-entry-hero-points [class^="store-icon-"],
.service-entry-hero-points [class*=" store-icon-"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 7px;
    background: var(--service-primary-soft);
    color: var(--service-primary);
    font-size: .75rem;
}

.service-entry-hero-visual {
    min-width: 0;
    background-image: url("images/return-claim-hero.png?v=20260728-1");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-entry-page.is-top4 .service-entry-shell {
    margin: 14px 0 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.service-entry-page.is-top4 .service-entry-content {
    padding: 0 !important;
}

.service-entry-page.is-top4 .service-entry-grid {
    display: grid;
    grid-template-columns: minmax(420px, .88fr) minmax(0, 1.12fr);
    align-items: stretch;
    margin: 0;
    gap: 14px;
}

.service-entry-page.is-top4 .service-entry-form-column,
.service-entry-page.is-top4 .service-entry-info-column {
    width: auto;
    max-width: none;
    padding: 0;
}

.service-entry-page.is-top4 .service-entry-form-card,
.service-entry-info-card {
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 1px solid var(--service-border);
    border-radius: 16px;
    background: var(--service-surface);
    box-shadow: var(--service-shadow);
}

.service-entry-card-heading,
.service-entry-info-heading {
    display: flex;
    align-items: center;
    min-height: 78px;
    margin: 0;
    padding: 17px 22px;
    border-bottom: 1px solid var(--service-border);
    gap: 12px;
}

.service-entry-card-heading > div {
    min-width: 0;
}

.service-entry-card-heading h2,
.service-entry-info-heading h2 {
    margin: 0;
    color: var(--service-text);
    font-size: 1rem;
    font-weight: 750;
    line-height: 1.35;
}

.service-entry-card-heading p {
    margin: 3px 0 0;
    color: var(--service-muted);
    font-size: .75rem;
    line-height: 1.35;
}

.service-entry-card-icon,
.service-entry-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 12px;
    font-size: 1.05rem;
}

.service-entry-return .service-entry-card-icon {
    background: var(--service-return-soft);
    color: var(--service-return);
}

.service-entry-claim .service-entry-card-icon {
    background: var(--service-claim-soft);
    color: var(--service-claim);
}

.service-entry-info-icon {
    background: var(--service-primary-soft);
    color: var(--service-primary);
}

.service-entry-page.is-top4 .service-entry-form-card form {
    padding: 22px;
}

.service-entry-field {
    margin: 0 0 16px !important;
}

.service-entry-field .form-label {
    margin: 0 0 7px;
    color: #344054;
    font-size: .82rem;
    font-weight: 700;
}

.service-entry-input {
    position: relative;
}

.service-entry-input > [class^="store-icon-"],
.service-entry-input > [class*=" store-icon-"] {
    position: absolute;
    top: 50%;
    left: 13px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: var(--service-primary-soft);
    color: var(--service-primary);
    font-size: .82rem;
    transform: translateY(-50%);
    pointer-events: none;
}

.service-entry-input .form-control {
    width: 100%;
    min-height: 52px;
    padding: 10px 14px 10px 54px;
    border: 1px solid #cfd8e6;
    border-radius: 11px;
    background: #fff;
    color: var(--service-text);
    font-size: .9rem;
    box-shadow: none;
}

.service-entry-input .form-control:focus {
    border-color: var(--service-primary);
    outline: 0;
    box-shadow: 0 0 0 3px rgba(1, 50, 168, .1);
}

.service-entry-field .field-validation-error {
    display: flex;
    align-items: flex-start;
    width: 100%;
    min-height: 34px;
    margin: 7px 0 0;
    padding: 8px 10px;
    border: 1px solid #f2c7ce;
    border-radius: 9px;
    background: #fff1f3;
    color: #a8243b;
    font-size: .75rem;
    font-weight: 650;
    line-height: 1.4;
    gap: 8px;
}

.service-entry-field .field-validation-error::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin-top: 1px;
    border-radius: 50%;
    background: var(--service-claim);
    color: #fff;
    font-size: .68rem;
    font-weight: 800;
    line-height: 1;
    content: "!";
}

.service-entry-page.is-top4 .service-entry-input .form-control.input-validation-error {
    border-color: #df7183;
    color: var(--service-text);
}

.service-entry-page.is-top4 .service-entry-input .form-control.input-validation-error:focus {
    border-color: var(--service-claim);
    box-shadow: 0 0 0 3px rgba(231, 55, 91, .1);
}

.service-entry-page.is-top4 .validation-summary-errors {
    margin: 0 0 16px;
    padding: 12px 14px;
    border: 1px solid #f2c7ce;
    border-radius: 10px;
    background: #fff1f3;
    color: #a8243b;
}

.service-entry-page.is-top4 .validation-summary-errors ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-entry-page.is-top4 .validation-summary-errors li {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font-size: .76rem;
    font-weight: 650;
}

.service-entry-recaptcha {
    min-height: 78px;
    margin: 4px 0 17px !important;
    overflow: hidden;
}

.service-entry-submit {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 150px;
    min-height: 46px;
    padding: 9px 15px 9px 18px;
    border: 1px solid var(--service-primary) !important;
    border-radius: 10px;
    background: var(--service-primary) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    font-size: .84rem;
    font-weight: 750;
    gap: 14px;
}

.service-entry-submit:hover,
.service-entry-submit:focus,
.service-entry-submit:active {
    border-color: var(--service-primary-hover) !important;
    background: var(--service-primary-hover) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
}

.service-entry-submit [class^="store-icon-"],
.service-entry-submit [class*=" store-icon-"] {
    color: currentColor;
    font-size: .72rem;
}

.service-entry-info-content {
    padding: 22px 24px 23px;
    color: #4d5b70;
    font-size: .86rem;
    line-height: 1.62;
}

.service-entry-info-content > :first-child {
    margin-top: 0;
}

.service-entry-info-content > :last-child {
    margin-bottom: 0;
}

.service-entry-info-content p {
    margin: 0 0 13px;
}

.service-entry-info-content strong {
    color: var(--service-text);
}

.service-entry-info-content a {
    color: var(--service-primary);
    font-weight: 700;
    text-decoration: none;
}

.service-entry-info-content a:hover,
.service-entry-info-content a:focus {
    color: var(--service-primary-hover);
    text-decoration: underline;
}

.service-entry-info-content img {
    max-width: 100%;
    height: auto;
}

.service-entry-info-content .list-group {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.service-entry-info-content .list-group-item {
    position: relative;
    margin: 0 0 10px;
    padding: 15px 16px 15px 51px;
    border: 1px solid var(--service-border);
    border-radius: 12px;
    background: #fff;
    color: #4d5b70;
}

.service-entry-info-content .list-group-item:last-child {
    margin-bottom: 0;
}

.service-entry-info-content .list-group-item::before {
    position: absolute;
    top: 14px;
    left: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: var(--service-primary-soft);
    color: var(--service-primary);
    font-size: .72rem;
    font-weight: 800;
    content: "✓";
}

.service-entry-info-content .list-group-item p {
    margin: 5px 0 0;
}

@media (max-width: 991.98px) {
    .service-entry-page.is-top4 .service-entry-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .service-entry-hero {
        grid-template-columns: minmax(0, 1fr) 350px;
    }
}

@media (max-width: 767.98px) {
    .service-entry-page.is-top4 {
        padding-bottom: 34px;
    }

    .service-entry-page.is-top4 .service-entry-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .service-entry-hero {
        grid-template-columns: minmax(0, 1fr);
        min-height: 0;
    }

    .service-entry-hero-copy {
        padding: 25px 21px;
    }

    .service-entry-hero-visual {
        min-height: 180px;
        background-position: 72% center;
    }

    .service-entry-card-heading,
    .service-entry-info-heading {
        padding: 15px 17px;
    }

    .service-entry-page.is-top4 .service-entry-form-card form {
        padding: 18px 17px;
    }

    .service-entry-info-content {
        padding: 18px 17px;
    }

    .service-entry-submit {
        width: 100%;
    }

    .service-entry-recaptcha {
        max-width: 100%;
        overflow-x: auto;
    }
}
