:root {
    --theft-navy: #153247;
    --theft-blue: #087fc1;
    --theft-blue-dark: #075f91;
    --theft-ink: #172330;
    --theft-muted: #5f6d79;
    --theft-line: #d8e1e8;
    --theft-soft: #eef4f7;
    --theft-white: #ffffff;
    --theft-warning: #9b4f00;
    --theft-warning-soft: #fff7e8;
}

.information-page--theft {
    overflow: hidden;
}

.theft-hero {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.36fr);
}

.theft-hero-guide {
    align-self: stretch;
    background: var(--theft-navy);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 32px;
}

.theft-hero-guide__icon {
    color: #68c5f0;
    display: block;
    font-size: 38px;
    line-height: 1;
    margin-bottom: 22px;
}

.theft-hero-guide ul {
    display: grid;
    gap: 13px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.theft-hero-guide li {
    align-items: center;
    color: var(--theft-white);
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 11px;
    line-height: 1.45;
}

.theft-hero-guide li::before {
    background: #68c5f0;
    content: '';
    display: block;
    flex: 0 0 18px;
    height: 2px;
}

.theft-notice {
    border-left: 4px solid var(--theft-blue);
}

.theft-lookup {
    align-items: center;
    background: var(--theft-navy);
    border-left: 5px solid #68c5f0;
    display: grid;
    gap: 42px;
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
    margin-bottom: 28px;
    padding: 36px 40px;
}

.theft-lookup .theft-section-label {
    color: #8fd8f8;
}

.theft-lookup h2,
.theft-lookup p,
.theft-lookup label {
    color: var(--theft-white);
}

.theft-lookup h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.theft-lookup__copy > p {
    margin-bottom: 0;
}

.theft-lookup-form label {
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 9px;
}

.theft-lookup-form__controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
}

.theft-lookup-form input {
    background: var(--theft-white);
    border: 1px solid var(--theft-white);
    color: var(--theft-ink);
    font: inherit;
    font-size: 15px;
    height: 48px;
    min-width: 0;
    padding: 0 15px;
    width: 100%;
}

.theft-lookup-form input:focus {
    border-color: #68c5f0;
    box-shadow: inset 0 0 0 2px #68c5f0;
    outline: 0;
}

.theft-lookup-form button {
    align-items: center;
    background: var(--theft-blue);
    border: 1px solid var(--theft-blue);
    color: var(--theft-white);
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    gap: 9px;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
}

.theft-lookup-form button:hover {
    background: #0b94d9;
    border-color: #0b94d9;
}

.theft-lookup-form__privacy {
    font-size: 12px !important;
    line-height: 1.55 !important;
    margin: 10px 0 0;
    opacity: 0.82;
}

.theft-primary-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1.25fr) minmax(290px, 0.75fr);
    margin-bottom: 28px;
}

.theft-account-card,
.theft-boundary-card,
.theft-steps,
.theft-second-hand {
    background: var(--theft-white);
    border: 1px solid var(--theft-line);
    box-shadow: 0 8px 24px rgba(21, 47, 66, 0.06);
}

.theft-account-card {
    align-items: flex-start;
    display: grid;
    gap: 24px;
    grid-template-columns: auto minmax(0, 1fr);
    padding: 34px 36px;
}

.theft-section-icon {
    align-items: center;
    background: var(--theft-soft);
    border-left: 3px solid var(--theft-blue);
    color: var(--theft-blue-dark);
    display: flex;
    font-size: 28px;
    height: 62px;
    justify-content: center;
    width: 66px;
}

.theft-section-label {
    color: var(--theft-blue-dark);
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.theft-account-card h2,
.theft-boundary-card h2 {
    font-size: 23px;
    line-height: 1.25;
    margin-bottom: 10px;
}

.theft-account-card p,
.theft-boundary-card p {
    margin-bottom: 20px;
}

.information-page .theft-button {
    align-items: center;
    border: 1px solid var(--theft-blue-dark);
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 10px;
    justify-content: center;
    line-height: 1.2;
    min-height: 44px;
    padding: 12px 18px;
    text-decoration: none;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.information-page .theft-button--primary {
    background: var(--theft-blue-dark);
    color: var(--theft-white);
}

.information-page .theft-button--primary:hover {
    background: var(--theft-blue);
    border-color: var(--theft-blue);
    color: var(--theft-white);
}

.information-page .theft-button--secondary {
    background: var(--theft-white);
    color: var(--theft-blue-dark);
}

.information-page .theft-button--secondary:hover {
    background: var(--theft-soft);
    color: var(--theft-blue-dark);
}

.theft-boundary-card {
    background: var(--theft-warning-soft);
    border-left: 4px solid #d88720;
    padding: 34px;
}

.theft-boundary-card .theft-section-label {
    color: var(--theft-warning);
}

.theft-boundary-card a {
    font-size: 14px;
    font-weight: 700;
}

.theft-steps,
.theft-second-hand {
    margin-bottom: 28px;
    padding: 38px 40px;
}

.theft-section-heading {
    max-width: 760px;
}

.theft-section-heading h2 {
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 9px;
}

.theft-section-heading > p {
    margin-bottom: 0;
}

.theft-step-list {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
}

.theft-step-list li {
    border-top: 3px solid var(--theft-blue);
    display: grid;
    gap: 18px;
    grid-template-columns: auto minmax(0, 1fr);
    padding: 24px 20px 8px 0;
}

.theft-step-number {
    color: var(--theft-blue-dark);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 1.4;
}

.theft-step-list h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.theft-step-list p {
    font-size: 14px;
    margin-bottom: 0;
}

.theft-check-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
}

.theft-check-grid article {
    background: var(--theft-soft);
    border-left: 3px solid var(--theft-blue);
    padding: 27px 28px;
}

.theft-check-grid article > span {
    color: var(--theft-blue-dark);
    display: block;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 17px;
}

.theft-check-grid h3 {
    font-size: 19px;
    margin-bottom: 12px;
}

.theft-check-grid ul {
    margin: 0;
    padding-left: 19px;
}

.theft-check-grid li + li {
    margin-top: 7px;
}

.theft-closing-note {
    align-items: center;
    display: flex;
    gap: 28px;
    justify-content: space-between;
}

.theft-closing-note h2 {
    margin-bottom: 6px;
}

.theft-closing-note .theft-button {
    flex: 0 0 auto;
}

@media (max-width: 991px) {
    .theft-hero,
    .theft-lookup,
    .theft-primary-grid {
        grid-template-columns: 1fr;
    }

    .theft-hero-guide {
        display: grid;
        gap: 24px;
        grid-template-columns: auto minmax(0, 1fr);
    }

    .theft-hero-guide__icon {
        margin-bottom: 0;
    }

    .theft-hero-guide ul {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .theft-step-list {
        grid-template-columns: 1fr;
    }

    .theft-step-list li {
        padding-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .theft-hero-guide,
    .theft-account-card {
        grid-template-columns: 1fr;
    }

    .theft-hero-guide ul,
    .theft-check-grid {
        grid-template-columns: 1fr;
    }

    .theft-account-card,
    .theft-boundary-card,
    .theft-lookup,
    .theft-steps,
    .theft-second-hand {
        padding: 27px 22px;
    }

    .theft-section-heading h2 {
        font-size: 24px;
    }

    .theft-lookup-form__controls {
        gap: 10px;
        grid-template-columns: 1fr;
    }

    .theft-closing-note {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 479px) {
    .information-page .theft-button {
        width: 100%;
    }

    .theft-check-grid article {
        padding: 24px 20px;
    }
}

@media print {
    .theft-lookup,
    .theft-account-card,
    .theft-boundary-card,
    .theft-steps,
    .theft-second-hand,
    .theft-closing-note {
        box-shadow: none;
        break-inside: avoid;
    }

    .theft-button {
        display: none !important;
    }
}