.skipass-page {
    padding-top: 0;
    padding-bottom: 3rem;
    color: #172033;
}

.skipass-page-header {
    width: 100%;
    margin: 1rem 0 1.5rem;
    padding: 0 clamp(0.5rem, 3vw, 2rem);
    background: transparent;
    text-align: center;
}

.skipass-page-header__eyebrow,
.skipass-section-label {
    margin: 0;
    color: #1769ba;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.07em;
    line-height: 1.35;
    text-transform: uppercase;
}

.skipass-page-header__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    margin-bottom: 0.75rem;
}

.skipass-page-header h1 {
    margin: 0 0 0.7rem;
    color: #172033;
    font-size: clamp(1.9rem, 4vw, 2.65rem);
    font-weight: 900;
    line-height: 1.1;
}

.skipass-page-header > p:last-child {
    max-width: 45rem;
    margin: 0 auto;
    color: #66758a;
    font-size: 1.05rem;
    line-height: 1.55;
}

.skipass-shell {
    overflow: hidden;
    width: 100%;
    max-width: 68rem;
    margin: 0 auto;
    border-radius: 1.15rem;
    background: #fff;
    box-shadow: 0 18px 48px rgba(28, 51, 84, 0.11);
}

.skipass-status {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    padding: clamp(1.2rem, 3vw, 1.8rem);
    background: #edf6ff;
}

.skipass-status__icon {
    display: grid;
    width: 3.25rem;
    height: 3.25rem;
    flex: 0 0 3.25rem;
    place-items: center;
    border-radius: 1rem;
    background: #1670cc;
    color: #fff;
    font-size: 1.25rem;
    box-shadow: 0 10px 24px rgba(22, 112, 204, 0.2);
}

.skipass-status__copy {
    min-width: 0;
}

.skipass-status__copy h2,
.skipass-section-heading h2,
.skipass-bottom__section h2 {
    color: #172033;
    font-weight: 900;
    line-height: 1.2;
}

.skipass-status__copy h2 {
    margin: 0.25rem 0 0.35rem;
    font-size: clamp(1.2rem, 2.4vw, 1.5rem);
}

.skipass-status__copy > p:last-child,
.skipass-bottom__section > p:not(.skipass-section-label) {
    margin: 0;
    color: #66758a;
    font-size: 1rem;
    line-height: 1.5;
}

.skipass-primary-action,
.skipass-secondary-action {
    display: inline-flex;
    min-height: 3.15rem;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    border-radius: 0.85rem;
    font-size: 0.95rem;
    font-weight: 850;
    line-height: 1.25;
    text-decoration: none;
    transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.skipass-primary-action {
    padding: 0.75rem 1rem;
    background: #1670cc;
    color: #fff;
    box-shadow: 0 10px 24px rgba(22, 112, 204, 0.2);
    white-space: nowrap;
}

.skipass-primary-action:hover,
.skipass-primary-action:focus {
    background: #105fae;
    color: #fff;
    transform: translateY(-1px);
}

.skipass-primary-action:focus-visible,
.skipass-secondary-action:focus-visible,
.skipass-support-links a:focus-visible {
    outline: 3px solid rgba(33, 135, 255, 0.3);
    outline-offset: 3px;
}

.skipass-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: clamp(1.2rem, 3vw, 1.8rem);
}

.skipass-fact {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    gap: 0.8rem;
    padding: 0 1.25rem;
}

.skipass-fact:first-child {
    padding-left: 0;
}

.skipass-fact:last-child {
    padding-right: 0;
}

.skipass-fact + .skipass-fact {
    border-left: 1px solid #e3eaf2;
}

.skipass-fact__icon {
    display: grid;
    width: 2.6rem;
    height: 2.6rem;
    flex: 0 0 2.6rem;
    place-items: center;
    border-radius: 0.8rem;
    background: #eaf3ff;
    color: #1670cc;
    font-size: 1rem;
}

.skipass-fact__copy,
.skipass-step__copy {
    display: grid;
    min-width: 0;
    gap: 0.25rem;
}

.skipass-fact__copy strong,
.skipass-step__copy strong {
    color: #27364c;
    font-size: 1rem;
    font-weight: 850;
    line-height: 1.3;
}

.skipass-fact__copy > span,
.skipass-step__copy > span {
    color: #66758a;
    font-size: 0.95rem;
    line-height: 1.45;
}

.skipass-section {
    padding: clamp(1.3rem, 3vw, 2rem);
    border-top: 1px solid #e8edf3;
}

.skipass-section-heading {
    margin-bottom: 1.35rem;
}

.skipass-section-heading h2,
.skipass-bottom__section h2 {
    margin: 0.25rem 0 0;
    font-size: clamp(1.25rem, 2.5vw, 1.55rem);
}

.skipass-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 3vw, 2rem);
    margin: 0;
    padding: 0;
    list-style: none;
}

.skipass-steps li {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    gap: 0.8rem;
}

.skipass-step__number {
    display: grid;
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
    place-items: center;
    border-radius: 50%;
    background: #1670cc;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 900;
}

.skipass-official-note {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    margin: 1.5rem 0 0;
    padding-top: 1.2rem;
    border-top: 1px solid #e8edf3;
    color: #486178;
    font-size: 0.95rem;
    font-weight: 750;
    line-height: 1.45;
}

.skipass-official-note i {
    margin-top: 0.18rem;
    color: #168058;
}

.skipass-bottom {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #e8edf3;
}

.skipass-bottom__section {
    min-width: 0;
    padding: clamp(1.3rem, 3vw, 2rem);
}

.skipass-bottom__section + .skipass-bottom__section {
    border-left: 1px solid #e8edf3;
}

.skipass-bottom__section > p:not(.skipass-section-label) {
    margin-top: 0.65rem;
}

.skipass-secondary-action {
    margin-top: 1.15rem;
    padding: 0.7rem 0.9rem;
    background: #eaf3ff;
    color: #155ca8;
}

.skipass-secondary-action:hover,
.skipass-secondary-action:focus {
    background: #d9ebff;
    color: #104d8d;
    transform: translateY(-1px);
}

.skipass-support-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.7rem 1rem;
    margin-top: 1.15rem;
}

.skipass-support-links a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #1670cc;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.35;
    text-decoration: none;
}

.skipass-support-links a:hover,
.skipass-support-links a:focus {
    color: #105fae;
    text-decoration: none;
}

body.dark .skipass-page {
    color: #eef4fc;
}

body.dark .skipass-page-header {
    background: transparent;
}

body.dark .skipass-page-header__eyebrow,
body.dark .skipass-section-label {
    color: #8bc3ff;
}

body.dark .skipass-page-header h1,
body.dark .skipass-status__copy h2,
body.dark .skipass-section-heading h2,
body.dark .skipass-bottom__section h2,
body.dark .skipass-fact__copy strong,
body.dark .skipass-step__copy strong {
    color: #f1f6fd;
}

body.dark .skipass-page-header > p:last-child,
body.dark .skipass-status__copy > p:last-child,
body.dark .skipass-bottom__section > p:not(.skipass-section-label),
body.dark .skipass-fact__copy > span,
body.dark .skipass-step__copy > span {
    color: #aab7c8;
}

body.dark .skipass-shell {
    background: #222b36;
    box-shadow: 0 18px 48px rgba(12, 19, 28, 0.28);
}

body.dark .skipass-status {
    background: #29323d;
}

body.dark .skipass-status__icon,
body.dark .skipass-step__number {
    background: #1f6eae;
}

body.dark .skipass-primary-action {
    background: #1f6eae;
    color: #fff;
    box-shadow: 0 10px 24px rgba(8, 40, 67, 0.32);
}

body.dark .skipass-primary-action:hover,
body.dark .skipass-primary-action:focus {
    background: #155786;
    color: #fff;
}

body.dark .skipass-fact + .skipass-fact,
body.dark .skipass-section,
body.dark .skipass-official-note,
body.dark .skipass-bottom,
body.dark .skipass-bottom__section + .skipass-bottom__section {
    border-color: rgba(177, 195, 216, 0.16);
}

body.dark .skipass-fact__icon {
    background: #293846;
    color: #8bc3ff;
}

body.dark .skipass-official-note {
    color: #b7c4d4;
}

body.dark .skipass-official-note i {
    color: #69d2a4;
}

body.dark .skipass-secondary-action {
    background: #293846;
    color: #9acbff;
}

body.dark .skipass-secondary-action:hover,
body.dark .skipass-secondary-action:focus {
    background: #334658;
    color: #c5e2ff;
}

body.dark .skipass-support-links a {
    color: #8bc3ff;
}

body.dark .skipass-support-links a:hover,
body.dark .skipass-support-links a:focus {
    color: #c5e2ff;
}

@media (max-width: 860px) {
    .skipass-status {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .skipass-primary-action {
        grid-column: 2;
        justify-self: start;
        white-space: normal;
    }

    .skipass-facts,
    .skipass-steps {
        grid-template-columns: minmax(0, 1fr);
    }

    .skipass-facts {
        gap: 1rem;
    }

    .skipass-fact,
    .skipass-fact:first-child,
    .skipass-fact:last-child {
        padding: 0;
    }

    .skipass-fact + .skipass-fact {
        padding-top: 1rem;
        border-top: 1px solid #e3eaf2;
        border-left: 0;
    }
}

@media (max-width: 680px) {
    .skipass-page {
        padding-bottom: 2rem;
    }

    .skipass-page-header {
        margin-top: 0.65rem;
    }

    .skipass-shell {
        border-radius: 1rem;
    }

    .skipass-status {
        grid-template-columns: minmax(0, 1fr);
    }

    .skipass-status__icon {
        width: 2.85rem;
        height: 2.85rem;
    }

    .skipass-primary-action {
        grid-column: 1;
        width: 100%;
        justify-self: stretch;
    }

    .skipass-bottom {
        grid-template-columns: minmax(0, 1fr);
    }

    .skipass-bottom__section + .skipass-bottom__section {
        border-top: 1px solid #e8edf3;
        border-left: 0;
    }

    .skipass-secondary-action {
        width: 100%;
    }

    .skipass-support-links {
        align-items: flex-start;
        flex-direction: column;
    }
}
