.otts-service {
    --service-brand: #0d63e5;
    --service-brand-dark: #084ea9;
    --service-brand-soft: #edf5ff;
    --service-ink: #12203a;
    --service-muted: #5e6b82;
    --service-line: #d9e2ef;
    --service-surface: #f6f9fd;
    width: min(calc(100% - 48px), 1240px);
    margin: 0 auto;
    color: var(--service-ink);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.otts-service *,
.otts-service *::before,
.otts-service *::after {
    box-sizing: border-box;
}

.otts-service a {
    color: var(--service-brand);
    text-underline-offset: 3px;
}

.otts-service a:hover {
    color: var(--service-brand-dark);
}

.otts-service a:focus-visible {
    outline: 3px solid rgba(13, 99, 229, .25);
    outline-offset: 3px;
}

.service-breadcrumbs {
    min-height: 52px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--service-muted);
    font-size: 14px;
}

.service-breadcrumbs i {
    color: #9aa6b8;
    font-size: 11px;
}

.service-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
    gap: 34px;
    align-items: stretch;
    padding: 34px;
    border: 1px solid #dce7f5;
    border-radius: 18px;
    background: linear-gradient(130deg, #f7fbff 0%, #eef5ff 70%, #e9f3ff 100%);
    box-shadow: 0 14px 36px rgba(28, 66, 118, .08);
}

.service-kicker {
    width: max-content;
    max-width: 100%;
    margin: 0 0 14px;
    padding: 7px 11px;
    border-radius: 999px;
    background: #dfeeff;
    color: #175bb9;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.service-hero h1 {
    max-width: 790px;
    margin: 0;
    font-size: clamp(34px, 4.2vw, 55px);
    font-weight: 780;
    line-height: 1.04;
    letter-spacing: -.045em;
}

.service-lead {
    max-width: 760px;
    margin: 18px 0 0;
    color: #40506b;
    font-size: 18px;
    line-height: 1.55;
}

.service-actions {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.service-primary,
.service-secondary {
    min-height: 48px;
    padding: 11px 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 750;
    text-decoration: none;
}

button.service-primary {
    cursor: pointer;
    font-family: inherit;
}

.otts-service .service-primary,
.otts-service .service-primary:hover {
    border: 1px solid var(--service-brand);
    background: var(--service-brand);
    color: #fff;
    box-shadow: 0 8px 18px rgba(13, 99, 229, .2);
}

.otts-service .service-primary:hover {
    border-color: var(--service-brand-dark);
    background: var(--service-brand-dark);
}

.service-secondary {
    border: 1px solid #b7c8df;
    background: #fff;
    color: var(--service-brand);
}

.service-secondary:hover {
    background: var(--service-brand-soft);
}

.service-hero-card {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #cfdef0;
    border-radius: 14px;
    background: rgba(255, 255, 255, .9);
}

.service-hero-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: var(--service-brand-soft);
    color: var(--service-brand);
    font-size: 31px;
}

.service-hero-card h2 {
    margin: 17px 0 8px;
    font-size: 19px;
    line-height: 1.25;
}

.service-hero-card p {
    margin: 0;
    color: var(--service-muted);
    font-size: 14px;
    line-height: 1.55;
}

.service-proof {
    margin: 24px 0 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid var(--service-line);
    border-radius: 12px;
    background: #fff;
}

.service-proof-item {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 22px;
    position: relative;
}

.service-proof-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 0;
    width: 1px;
    height: calc(100% - 36px);
    background: var(--service-line);
}

.service-proof-item i {
    color: var(--service-brand);
    font-size: 26px;
}

.service-proof-item strong,
.service-proof-item span {
    display: block;
}

.service-proof-item strong {
    font-size: 15px;
}

.service-proof-item span {
    margin-top: 3px;
    color: var(--service-muted);
    font-size: 13px;
    line-height: 1.35;
}

.service-section {
    padding-top: 62px;
    scroll-margin-top: 24px;
}

.service-section-heading {
    max-width: 820px;
    margin-bottom: 24px;
}

.service-section h2 {
    margin: 0;
    font-size: clamp(27px, 3vw, 38px);
    line-height: 1.12;
    letter-spacing: -.025em;
}

.service-section-heading p {
    margin: 11px 0 0;
    color: var(--service-muted);
    font-size: 16px;
    line-height: 1.55;
}

.service-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.service-card {
    min-width: 0;
    padding: 23px;
    border: 1px solid var(--service-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(24, 58, 105, .045);
}

.service-card i {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: var(--service-brand-soft);
    color: var(--service-brand);
    font-size: 23px;
}

.service-card h3 {
    margin: 15px 0 8px;
    font-size: 18px;
    line-height: 1.25;
}

.service-card p {
    margin: 0;
    color: var(--service-muted);
    font-size: 14px;
    line-height: 1.55;
}

.service-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
    gap: 20px;
}

.service-panel {
    padding: 28px;
    border: 1px solid var(--service-line);
    border-radius: 14px;
    background: var(--service-surface);
}

.service-panel h2,
.service-panel h3 {
    margin: 0 0 16px;
    font-size: 24px;
}

.service-checklist {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
    list-style: none;
}

.service-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #34435d;
    line-height: 1.45;
}

.service-checklist i {
    margin-top: 2px;
    color: #168553;
    font-size: 18px;
}

.service-note {
    margin-top: 17px;
    padding: 13px 15px;
    border-left: 3px solid var(--service-brand);
    background: #fff;
    color: var(--service-muted);
    font-size: 13px;
    line-height: 1.5;
}

.service-steps {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
    list-style: none;
    counter-reset: service-step;
}

.service-steps li {
    min-height: 72px;
    padding: 16px 18px 16px 70px;
    position: relative;
    border: 1px solid var(--service-line);
    border-radius: 11px;
    background: #fff;
    counter-increment: service-step;
}

.service-steps li::before {
    content: counter(service-step);
    width: 36px;
    height: 36px;
    display: grid;
    position: absolute;
    top: 17px;
    left: 18px;
    place-items: center;
    border-radius: 50%;
    background: var(--service-brand);
    color: #fff;
    font-weight: 800;
}

.service-steps strong,
.service-steps span {
    display: block;
}

.service-steps span {
    margin-top: 4px;
    color: var(--service-muted);
    font-size: 14px;
    line-height: 1.45;
}

.service-faq {
    display: grid;
    gap: 10px;
}

.service-faq details {
    padding: 0 20px;
    border: 1px solid var(--service-line);
    border-radius: 11px;
    background: #fff;
}

.service-faq summary {
    padding: 18px 30px 18px 0;
    position: relative;
    cursor: pointer;
    color: var(--service-ink);
    font-weight: 750;
    list-style: none;
}

.service-faq summary::-webkit-details-marker {
    display: none;
}

.service-faq summary::after {
    content: "+";
    position: absolute;
    top: 13px;
    right: 0;
    color: var(--service-brand);
    font-size: 27px;
    font-weight: 400;
}

.service-faq details[open] summary::after {
    content: "−";
}

.service-faq p {
    margin: -3px 0 18px;
    color: var(--service-muted);
    line-height: 1.6;
}

.service-crosslink {
    margin-top: 62px;
    padding: 29px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border: 1px solid #cfe0f5;
    border-radius: 14px;
    background: var(--service-brand-soft);
}

.service-crosslink h2 {
    margin: 0;
    font-size: 23px;
}

.service-crosslink p {
    margin: 7px 0 0;
    color: var(--service-muted);
}

.service-legal-note {
    margin: 18px 0 0;
    color: #788397;
    font-size: 12px;
    line-height: 1.5;
}

.service-update {
    margin: 18px 0 0;
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--service-muted);
    font-size: 13px;
    line-height: 1.45;
}

.service-update i {
    color: #168553;
    font-size: 17px;
}

.service-toc {
    margin-top: 28px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px 18px;
    border: 1px solid var(--service-line);
    border-radius: 11px;
    background: #fff;
    font-size: 14px;
}

.service-toc strong {
    color: var(--service-ink);
}

.service-toc a {
    text-decoration: none;
}

.service-toc a::after {
    content: " ↓";
    color: #91a0b6;
}

.service-answer {
    padding: 30px;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
    gap: 28px;
    align-items: center;
    border: 1px solid #cfe0f5;
    border-radius: 14px;
    background: linear-gradient(125deg, #f8fbff 0%, var(--service-brand-soft) 100%);
}

.service-answer h2,
.service-search-box h2,
.service-trust h2 {
    margin: 0;
    font-size: clamp(25px, 2.6vw, 34px);
    line-height: 1.15;
    letter-spacing: -.02em;
}

.service-answer > div > p:not(.service-eyebrow),
.service-search-box > div > p:not(.service-eyebrow),
.service-trust p {
    margin: 12px 0 0;
    color: var(--service-muted);
    line-height: 1.6;
}

.service-eyebrow {
    margin: 0 0 9px;
    color: var(--service-brand);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.service-facts {
    display: grid;
    gap: 10px;
}

.service-fact {
    padding: 14px 16px;
    border: 1px solid rgba(13, 99, 229, .16);
    border-radius: 9px;
    background: rgba(255, 255, 255, .86);
}

.service-fact strong,
.service-fact span {
    display: block;
}

.service-fact strong {
    font-size: 14px;
}

.service-fact span {
    margin-top: 3px;
    color: var(--service-muted);
    font-size: 13px;
    line-height: 1.45;
}

.service-search-box {
    padding: 30px;
    border: 1px solid #bcd3ef;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(24, 58, 105, .07);
}

.service-search-form {
    margin-top: 21px;
    display: grid;
    grid-template-columns: minmax(190px, 1fr) minmax(190px, 1fr) auto;
    gap: 11px;
    align-items: end;
}

.service-search-form label,
.service-search-form label span {
    display: block;
}

.service-search-form label span {
    margin-bottom: 7px;
    color: #34435d;
    font-size: 13px;
    font-weight: 700;
}

.service-search-form input {
    width: 100%;
    min-height: 48px;
    padding: 10px 13px;
    border: 1px solid #b7c8df;
    border-radius: 8px;
    background: #fff;
    color: var(--service-ink);
    font: inherit;
}

.service-search-form input:focus {
    outline: 3px solid rgba(13, 99, 229, .16);
    border-color: var(--service-brand);
}

.service-form-help {
    margin: 12px 0 0;
    color: var(--service-muted);
    font-size: 12px;
    line-height: 1.5;
}

.service-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid var(--service-line);
    border-radius: 12px;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

.service-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    text-align: left;
}

.service-table th,
.service-table td {
    padding: 16px 18px;
    border-bottom: 1px solid var(--service-line);
    vertical-align: top;
    line-height: 1.5;
}

.service-table th {
    background: var(--service-surface);
    color: #34435d;
    font-size: 13px;
    font-weight: 800;
}

.service-table td {
    color: var(--service-muted);
    font-size: 14px;
}

.service-table td strong {
    color: var(--service-ink);
}

.service-table tr:last-child td {
    border-bottom: 0;
}

.service-table tbody tr:hover td {
    background: #fbfdff;
}

.service-status {
    width: max-content;
    max-width: 190px;
    padding: 5px 9px;
    display: inline-block;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
}

.service-status-success {
    background: #e7f7ef;
    color: #147348;
}

.service-status-warning {
    background: #fff3d7;
    color: #8a5a00;
}

.service-status-muted {
    background: #edf0f5;
    color: #596577;
}

.service-warning {
    margin-top: 15px;
    padding: 16px 18px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid #ecd7a6;
    border-radius: 10px;
    background: #fffaf0;
    color: #665027;
}

.service-warning i {
    margin-top: 2px;
    color: #b27700;
    font-size: 21px;
}

.service-warning p {
    margin: 0;
    line-height: 1.55;
}

.service-cta-inline {
    margin-top: 20px;
    padding: 21px 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    border: 1px solid #cfe0f5;
    border-radius: 12px;
    background: var(--service-brand-soft);
}

.service-cta-inline strong,
.service-cta-inline span {
    display: block;
}

.service-cta-inline span {
    margin-top: 5px;
    color: var(--service-muted);
    font-size: 14px;
    line-height: 1.45;
}

.service-cta-inline .service-primary {
    flex: 0 0 auto;
}

.service-result-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--service-line);
    border-radius: 12px;
    background: #fff;
}

.service-result-grid > div {
    min-width: 0;
    padding: 22px;
    position: relative;
}

.service-result-grid > div:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 20px;
    width: 1px;
    background: var(--service-line);
}

.service-result-grid i,
.service-result-grid strong,
.service-result-grid span {
    display: block;
}

.service-result-grid i {
    margin-bottom: 13px;
    color: var(--service-brand);
    font-size: 25px;
}

.service-result-grid strong {
    font-size: 15px;
}

.service-result-grid span {
    margin-top: 6px;
    color: var(--service-muted);
    font-size: 13px;
    line-height: 1.45;
}

.service-trust {
    padding: 30px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(310px, .72fr);
    gap: 30px;
    border: 1px solid var(--service-line);
    border-radius: 14px;
    background: var(--service-surface);
}

.service-sources {
    padding: 20px;
    border: 1px solid var(--service-line);
    border-radius: 10px;
    background: #fff;
}

.service-sources > strong {
    display: block;
    margin-bottom: 12px;
}

.service-sources ul {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 10px;
}

.service-sources li {
    color: var(--service-muted);
    font-size: 13px;
    line-height: 1.45;
}

@media (max-width: 900px) {
    .service-hero,
    .service-split,
    .service-answer,
    .service-trust {
        grid-template-columns: 1fr;
    }

    .service-card-grid {
        grid-template-columns: 1fr 1fr;
    }

    .service-result-grid {
        grid-template-columns: 1fr 1fr;
    }

    .service-result-grid > div:nth-child(2)::after {
        display: none;
    }

    .service-search-form {
        grid-template-columns: 1fr 1fr;
    }

    .service-search-form .service-primary {
        grid-column: 1 / -1;
    }
}

@media (max-width: 680px) {
    .otts-service {
        width: min(calc(100% - 28px), 1240px);
    }

    .service-hero {
        gap: 22px;
        padding: 23px 20px;
        border-radius: 14px;
    }

    .service-hero h1 {
        font-size: 35px;
    }

    .service-lead {
        font-size: 16px;
    }

    .service-actions,
    .service-primary,
    .service-secondary {
        width: 100%;
    }

    .service-proof,
    .service-card-grid,
    .service-result-grid,
    .service-search-form {
        grid-template-columns: 1fr;
    }

    .service-toc {
        align-items: flex-start;
        flex-direction: column;
    }

    .service-answer,
    .service-search-box,
    .service-trust {
        padding: 23px 20px;
    }

    .service-search-form .service-primary {
        grid-column: auto;
    }

    .service-table {
        min-width: 680px;
    }

    .service-result-grid > div:not(:last-child)::after {
        top: auto;
        right: 20px;
        bottom: 0;
        left: 20px;
        width: auto;
        height: 1px;
    }

    .service-result-grid > div:nth-child(2)::after {
        display: block;
    }

    .service-cta-inline {
        align-items: stretch;
        flex-direction: column;
    }

    .service-cta-inline .service-primary {
        width: 100%;
    }

    .service-proof-item:not(:last-child)::after {
        top: auto;
        right: 20px;
        bottom: 0;
        left: 20px;
        width: auto;
        height: 1px;
    }

    .service-section {
        padding-top: 46px;
    }

    .service-panel {
        padding: 22px 19px;
    }

    .service-crosslink {
        margin-top: 46px;
        padding: 23px 20px;
        align-items: flex-start;
        flex-direction: column;
    }
}
