@font-face {
    font-family: "FoundersGroteskX";
    src: url("../fonts/FoundersGroteskX-Condensed-Bold.otf") format("opentype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-Bold.otf") format("opentype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

.get-epass-2026 {
    --epass-purple: #3F1C70;
    --epass-purple-2: #8048BB;
    --epass-business: #8048BB;
    --epass-link: #8048BB;
    --epass-step: #481D76;
    --epass-faq-bg: #8048BB1A;
    --epass-deep: #111820;
    --epass-copy: #1f2933;
    --epass-muted: #657282;
    --epass-soft: #f3edf9;
    --epass-band: #efe7f6;
    --epass-warm: #fff4e8;
    --epass-line: #e5d9ee;
    --epass-white: #ffffff;
    --epass-feature-col: 300px;
    --epass-max: 1120px;
    background: var(--epass-white);
    color: var(--epass-copy);
    font-family: "Inter", "Open Sans", Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.get-epass-2026 *,
.get-epass-2026 *::before,
.get-epass-2026 *::after {
    box-sizing: border-box;
}

.get-epass-2026 h1,
.get-epass-2026 h2,
.get-epass-2026 h3,
.get-epass-2026 p {
    margin: 0;
}

.get-epass-2026 section ul {
    list-style: disc;
    padding: 16px 0 16px 27px;
}

.get-epass-2026 a:not([class*="button"]) {
    color: var(--epass-link) !important;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.get-epass-2026 a:not([class*="button"]):visited {
    color: var(--epass-link) !important;
}

.get-epass-2026 a[class*="button"],
.get-epass-2026 a[class*="button"]:visited,
.get-epass-2026 a[class*="button"]:hover,
.get-epass-2026 a[class*="button"]:focus {
    text-decoration: none !important;
}

.get-epass-2026 .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.get-epass-2026__container {
    margin: 0 auto;
    max-width: var(--epass-max);
    padding: 0 24px;
    width: 100%;
}

.get-epass-2026__topbar {
    align-items: center;
    background: var(--epass-purple);
    color: var(--epass-white);
    display: flex;
    font-size: 12px;
    font-weight: 800;
    justify-content: center;
    min-height: 36px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.get-epass-2026__nav-toggle {
    font-family: "Gotham", "Open Sans", Arial, Helvetica, sans-serif !important;
    align-items: center;
    appearance: none;
    -webkit-appearance: none;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: inherit !important;
    cursor: default;
    display: flex;
    font: inherit;
    font-weight: inherit;
    justify-content: center;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    min-height: inherit;
    padding: 0 16px;
    position: relative;
    text-align: center;
    text-shadow: none;
    text-transform: inherit;
    width: 100%;
}

.get-epass-2026 button.get-epass-2026__nav-toggle:hover,
.get-epass-2026 button.get-epass-2026__nav-toggle:focus,
.get-epass-2026 button.get-epass-2026__nav-toggle:active {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: inherit !important;
    opacity: 1 !important;
    text-decoration: none !important;
    transform: none !important;
}

.get-epass-2026 button.get-epass-2026__nav-toggle:focus:not(:focus-visible) {
    outline: 0;
}

.get-epass-2026__nav-toggle::after {
    border-color: currentColor;
    border-style: solid;
    border-width: 0 3px 3px 0;
    content: "";
    display: none;
    height: 12px;
    margin-left: 18px;
    pointer-events: none;
    transform: translateY(-3px) rotate(45deg);
    transition: transform 160ms ease;
    width: 12px;
}

.get-epass-2026__nav-toggle[aria-expanded="true"]::after {
    transform: translateY(3px) rotate(225deg);
}

.get-epass-2026__nav-toggle:focus-visible {
    outline: 2px solid var(--epass-white);
    outline-offset: -5px;
}

.get-epass-2026__nav,
.get-epass-2026__subnav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.get-epass-2026__nav {
    background: var(--epass-purple-2);
    gap: 28px;
    min-height: 52px;
    padding: 10px 22px;
}

.get-epass-2026 a.get-epass-2026__nav-link,
.get-epass-2026 a.get-epass-2026__subnav-link {
    align-items: center;
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    gap: 7px;
    line-height: 1.1;
    position: relative;
    text-decoration: none !important;
}

.get-epass-2026 a.get-epass-2026__nav-link {
    color: var(--epass-white) !important;
    font-size: 18px;
}

.get-epass-2026 a.get-epass-2026__subnav-link {
    color: var(--epass-purple-2) !important;
    font-size: 18px;
}

.get-epass-2026 a.get-epass-2026__nav-link:visited,
.get-epass-2026 a.get-epass-2026__nav-link:focus {
    color: var(--epass-white) !important;
    text-decoration: none !important;
}

.get-epass-2026 a.get-epass-2026__nav-link:hover {
    color: var(--epass-white) !important;
    text-decoration: none !important;
}

.get-epass-2026 a.get-epass-2026__subnav-link:visited,
.get-epass-2026 a.get-epass-2026__subnav-link:focus {
    color: var(--epass-purple-2) !important;
    text-decoration: none !important;
}

.get-epass-2026 a.get-epass-2026__subnav-link:hover {
    color: var(--epass-purple-2) !important;
    text-decoration: none !important;
}

.get-epass-2026 a.get-epass-2026__nav-link::after,
.get-epass-2026 a.get-epass-2026__subnav-link::after {
    background: currentColor;
    bottom: -4px;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 160ms ease;
    width: 100%;
}

.get-epass-2026 a.get-epass-2026__nav-link:hover::after,
.get-epass-2026 a.get-epass-2026__subnav-link:hover::after {
    opacity: 1;
}

.get-epass-2026__arrow-icon {
    display: inline-block;
    flex: 0 0 auto;
    height: 0.9em;
    margin-left: 3px;
    object-fit: contain;
    vertical-align: -0.1em;
    width: 0.9em;
}

.get-epass-2026__nav-link .get-epass-2026__arrow-icon,
.get-epass-2026__subnav-link .get-epass-2026__arrow-icon {
    height: 1em;
    margin-left: 0;
    width: 1em;
}

.get-epass-2026__nav-link .get-epass-2026__arrow-icon {
    filter: brightness(0) invert(1);
}

.get-epass-2026__subnav-link .get-epass-2026__arrow-icon {
    filter: brightness(0) saturate(100%) invert(36%) sepia(34%) saturate(1475%) hue-rotate(232deg) brightness(89%) contrast(88%);
}

.get-epass-2026__subnav {
    background: #F2EDF8;
    gap: 28px;
    min-height: 52px;
    padding: 10px 22px;
}

.get-epass-2026__hero {
    background: var(--epass-hero-bg, var(--epass-purple));
    min-height: 520px;
    overflow: hidden;
    position: relative;
}

.get-epass-2026__hero--has-image::after {
    background: linear-gradient(90deg, rgba(11, 13, 18, 0.78) 0%, rgba(11, 13, 18, 0.6) 35%, rgba(11, 13, 18, 0.08) 68%);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}

.get-epass-2026__hero-bg {
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
}

.get-epass-2026__hero-inner {
    align-items: center;
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(0, 720px) minmax(300px, 492px);
    margin: 0 auto;
    max-width: 1280px;
    min-height: 520px;
    padding: 76px 40px;
    position: relative;
    z-index: 2;
}

.get-epass-2026__hero-copy {
    color: var(--epass-white);
    max-width: 720px;
}

.get-epass-2026__hero h1 {
    color: var(--epass-white);
    font-family: "FoundersGroteskX", "Open Sans", Arial, Helvetica, sans-serif !important;
    font-size: 125px;
    font-weight: 700;
    line-height: 96px;
    max-width: 720px;
}

.get-epass-2026__hero-copy > p {
    color: var(--epass-white);
    font-family: "Gotham", "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 31px;
    font-weight: 700;
    line-height: 1.45;
    margin-top: 16px;
}

.get-epass-2026__button {
    align-items: center;
    background: var(--epass-white);
    border: 0;
    border-radius: 999px;
    color: var(--epass-hero-bg, var(--epass-purple)) !important;
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    justify-content: center;
    line-height: 1;
    margin-top: 24px;
    min-height: 48px;
    min-width: 150px;
    padding: 0 28px;
    transition: background-color 160ms ease, color 160ms ease;
}

.get-epass-2026__button:hover,
.get-epass-2026__button:focus {
    background: #e6e6e6;
    color: var(--epass-hero-bg, var(--epass-purple)) !important;
}

.get-epass-2026__hero-card {
    justify-self: end;
    margin: 0;
    max-width: 542px;
    position: relative;
    width: 100%;
}

.get-epass-2026__hero-card img {
    display: block;
    filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.28));
    object-fit: contain;
    width: 100%;
}

.get-epass-2026__savings {
    padding: 64px 0 52px;
    text-align: center;
}

.get-epass-2026__savings h2,
.get-epass-2026__faq h2,
.get-epass-2026__final h2 {
    color: var(--epass-deep);
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.15;
}

.get-epass-2026__savings p {
    color: var(--epass-copy);
    font-size: 18px;
    line-height: 1.45;
    margin: 14px auto 0;
    max-width: 780px;
}

.get-epass-2026__savings-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    margin-top: 40px;
}

.get-epass-2026__saving-card {
    align-items: center;
    background: var(--epass-soft);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 120px;
    padding: 22px 14px;
}

.get-epass-2026__saving-card span,
.get-epass-2026__saving-card small {
    color: var(--epass-purple);
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.get-epass-2026__saving-card strong {
    color: var(--epass-purple);
    display: block;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.08;
    margin: 2px 0;
    max-width: 190px;
}

.get-epass-2026__fine-print {
    font-size: 13px !important;
    font-style: italic;
    margin-top: 26px !important;
}

.get-epass-2026__app-download {
    background: var(--epass-soft);
    padding: 30px 0 34px;
    text-align: center;
}

.get-epass-2026__app-download h2 {
    color: var(--epass-deep);
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.15;
}

.get-epass-2026__app-download-copy {
    color: var(--epass-deep);
    font-size: 18px !important;
    line-height: 1.45;
    margin: 14px auto 0;
    max-width: 780px;
}

.get-epass-2026__app-download-copy p {
    font-size: 18px !important;
    margin: 0;
}

.get-epass-2026__app-download-copy p + p,
.get-epass-2026__app-download-copy p + ul,
.get-epass-2026__app-download-copy p + ol,
.get-epass-2026__app-download-copy ul + p,
.get-epass-2026__app-download-copy ol + p {
    margin-top: 12px;
}

.get-epass-2026__app-download-copy ul,
.get-epass-2026__app-download-copy ol {
    display: inline-block;
    margin: 12px auto 0;
    padding-left: 1.25em;
    text-align: left;
}

.get-epass-2026__app-download-copy li + li {
    margin-top: 6px;
}

.get-epass-2026__store-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    line-height: 0;
    margin-top: 18px;
}

.get-epass-2026 a.get-epass-2026__store-badge {
    align-items: center;
    background: transparent;
    border-radius: 7px;
    color: var(--epass-white) !important;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    text-decoration: none !important;
    transition: filter 160ms ease, opacity 160ms ease;
    width: 160px;
}

.get-epass-2026 a.get-epass-2026__store-badge:visited,
.get-epass-2026 a.get-epass-2026__store-badge:hover,
.get-epass-2026 a.get-epass-2026__store-badge:focus {
    color: var(--epass-white) !important;
    text-decoration: none !important;
}

.get-epass-2026 a.get-epass-2026__store-badge:hover,
.get-epass-2026 a.get-epass-2026__store-badge:focus {
    filter: brightness(0.92);
}

.get-epass-2026 a.get-epass-2026__store-badge:focus-visible {
    outline: 2px solid var(--epass-purple);
    outline-offset: 4px;
}

.get-epass-2026__store-badge img {
    display: block;
    height: 100%;
    max-height: none;
    object-fit: contain;
    width: 100%;
}

.get-epass-2026__store-badge--google img {
    height: auto;
    transform: translateY(25px);
}

.get-epass-2026__store-badge--apple img {
    height: auto;
    transform: translateY(-25px);
}

.get-epass-2026__passes {
    padding: 72px 0 72px;
}

.get-epass-2026__passes-top {
    align-items: start;
    display: grid;
    gap: 0;
    grid-template-columns: var(--epass-feature-col) minmax(0, 1fr);
    align-items: end;
}

.get-epass-2026__passes-heading {
    align-items: start;
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
    margin: 0;
}

.get-epass-2026__passes-title span {
    display: block;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
}

.get-epass-2026__passes-title span {
    color: var(--epass-deep);
}

.get-epass-2026__passes-title-main {
    color: var(--epass-purple) !important;
}

.get-epass-2026__passes-heading p {
    color: var(--epass-copy);
    font-size: 16px;
    line-height: 1.45;
    max-width: 290px;
}

.get-epass-2026__product-row {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: 180px;
}

.get-epass-2026__product {
    color: var(--epass-deep) !important;
    display: grid;
    font-family: "Inter", "Open Sans", Arial, Helvetica, sans-serif;
    gap: 10px;
    justify-items: start;
    min-width: 0;
    padding: 0 12px;
    text-align: left;
    text-decoration: none !important;
}

.get-epass-2026__product:visited {
    color: var(--epass-deep) !important;
}

.get-epass-2026__product-image {
    align-items: end;
    display: flex;
    height: 100px;
    justify-content: center;
    width: 100%;
}

.get-epass-2026__product-image img {
    display: block;
    max-height: 100px;
    max-width: 155px;
    object-fit: contain;
}


.get-epass-2026__product strong {
    color: var(--epass-deep);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.15;
    text-decoration: none !important;
}

.get-epass-2026__product p {
    color: var(--epass-copy);
    display: none;
    font-size: 13px;
    line-height: 1.25;
    text-decoration: none !important;
}

@media (max-width: 640px) {
    .get-epass-2026__product p {
        font-size: 16px;
    }
}


.get-epass-2026 a.get-epass-2026__product .get-epass-2026__product-price {
    align-items: center;
    background-color: #FFFFFF;
    color: var(--epass-link);
    display: inline-flex;
    font-size: 18px !important;
    font-weight: 700;
    gap: 6px;
    line-height: 1.15;
    text-decoration: none !important;
}

.get-epass-2026__table-wrap {
    margin-top: 12px;
    overflow-x: auto;
}

.get-epass-2026__comparison {
    border: 0;
    border-collapse: separate;
    border-spacing: 0 10px;
    margin: 0;
    table-layout: fixed;
    width: 100%;
}

.get-epass-2026__comparison-feature-col {
    width: var(--epass-feature-col);
}

.get-epass-2026__comparison th,
.get-epass-2026__comparison td {
    border: 0;
    padding: 13px 18px;
}

.get-epass-2026__comparison thead th {
    color: var(--epass-deep);
    font-size: 0;
    height: 0;
    padding: 0;
}

.get-epass-2026__comparison tbody th {
    color: var(--epass-deep);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
    text-transform: capitalize !important;
    width: var(--epass-feature-col);
}

.get-epass-2026__comparison tbody td {
    text-align: center;
}

.get-epass-2026__comparison tbody th,
.get-epass-2026__comparison tbody td {
    background: var(--epass-warm);
}

.get-epass-2026__comparison tbody tr:nth-child(even) th,
.get-epass-2026__comparison tbody tr:nth-child(even) td {
    background: #fff9f2;
}

.get-epass-2026__comparison tbody th:first-child {
    border-bottom-left-radius: 999px;
    border-top-left-radius: 999px;
}

.get-epass-2026__comparison tbody td:last-child {
    border-bottom-right-radius: 999px;
    border-top-right-radius: 999px;
}

.get-epass-2026__dot {
    background: var(--epass-purple);
    border-radius: 50%;
    display: inline-block;
    height: 11px;
    width: 11px;
}

.get-epass-2026__account {
    background: var(--epass-soft);
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.95fr);
    min-height: 500px;
}

.get-epass-2026__account-copy {
    justify-self: end;
    max-width: 680px;
    padding: 90px 72px 82px 28px;
    width: 100%;
}

.get-epass-2026__account h2 {
    color: var(--epass-deep);
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.15;
    max-width: 500px;
}

.get-epass-2026__account-copy > p {
    color: var(--epass-copy);
    font-size: 16px;
}

.get-epass-2026__steps {
    counter-reset: epass-step;
    display: grid;
    gap: 20px;
    list-style: none;
    margin: 32px 0 0;
    max-width: 520px;
    padding: 0;
}

.get-epass-2026__steps li {
    color: var(--epass-copy);
    counter-increment: epass-step;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    min-height: 30px;
    padding-left: 46px;
    position: relative;
}

.get-epass-2026__steps li::before {
    align-items: center;
    background: var(--epass-step);
    border-radius: 50%;
    color: var(--epass-white);
    content: counter(epass-step);
    display: flex;
    font-size: 13px;
    font-weight: 800;
    height: 30px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px;
}

.get-epass-2026__account-additional-copy {
    color: var(--epass-copy);
    font-size: 15px;
    line-height: 1.45;
    margin-top: 28px;
    max-width: 520px;
}

.get-epass-2026__account-additional-copy p {
    margin: 0;
}

.get-epass-2026__account-additional-copy p + p,
.get-epass-2026__account-additional-copy p + ul,
.get-epass-2026__account-additional-copy p + ol,
.get-epass-2026__account-additional-copy ul + p,
.get-epass-2026__account-additional-copy ol + p {
    margin-top: 12px;
}

.get-epass-2026__account-additional-copy ul,
.get-epass-2026__account-additional-copy ol {
    margin: 12px 0 0;
    padding-left: 1.25em;
}

.get-epass-2026__account-additional-copy li + li {
    margin-top: 6px;
}

.get-epass-2026__testimonial {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 500px;
    overflow: hidden;
    padding: 48px;
    position: relative;
}

.get-epass-2026__testimonial::after {
    background: rgba(10, 12, 18, 0.16);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}

.get-epass-2026__testimonial > img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.get-epass-2026__testimonial blockquote,
.get-epass-2026__testimonial-card {
    background: var(--epass-purple);
    border: 0;
    border-radius: 8px;
    color: var(--epass-white);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    max-width: none;
    padding: 30px 30px 28px;
    position: relative;
    quotes: none;
    text-align: left;
    width: 80%;
    z-index: 2;
}

.get-epass-2026 .get-epass-2026__testimonial blockquote.get-epass-2026__testimonial-card::before,
.get-epass-2026 .get-epass-2026__testimonial blockquote.get-epass-2026__testimonial-card::after,
.get-epass-2026 .get-epass-2026__testimonial blockquote.get-epass-2026__testimonial-card .get-epass-2026__testimonial-content::before,
.get-epass-2026 .get-epass-2026__testimonial blockquote.get-epass-2026__testimonial-card .get-epass-2026__testimonial-content::after,
.get-epass-2026 .get-epass-2026__testimonial blockquote.get-epass-2026__testimonial-card .get-epass-2026__testimonial-content > p.get-epass-2026__testimonial-quote::before,
.get-epass-2026 .get-epass-2026__testimonial blockquote.get-epass-2026__testimonial-card .get-epass-2026__testimonial-content > p.get-epass-2026__testimonial-quote::after,
.get-epass-2026 .get-epass-2026__testimonial blockquote.get-epass-2026__testimonial-card .get-epass-2026__testimonial-content > footer.get-epass-2026__testimonial-author::before,
.get-epass-2026 .get-epass-2026__testimonial blockquote.get-epass-2026__testimonial-card .get-epass-2026__testimonial-content > footer.get-epass-2026__testimonial-author::after,
.get-epass-2026 .get-epass-2026__testimonial blockquote.get-epass-2026__testimonial-card cite::before,
.get-epass-2026 .get-epass-2026__testimonial blockquote.get-epass-2026__testimonial-card cite::after,
.get-epass-2026__testimonial blockquote::before,
.get-epass-2026__testimonial blockquote::after,
.get-epass-2026__testimonial p::before,
.get-epass-2026__testimonial p::after,
.get-epass-2026__testimonial footer::before,
.get-epass-2026__testimonial footer::after,
.get-epass-2026__testimonial cite::before,
.get-epass-2026__testimonial cite::after {
    content: none !important;
    display: none !important;
}

.get-epass-2026__testimonial-content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    max-width: 520px;
    text-align: left;
    width: 100%;
}

.get-epass-2026__testimonial p,
.get-epass-2026__testimonial-quote {
    color: var(--epass-white);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.16;
    text-align: left;
}

.get-epass-2026__testimonial-author {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--epass-white);
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    margin-top: 18px;
    padding: 0;
    width: 100%;
}

.get-epass-2026__testimonial-author img {
    border: 2px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    flex: 0 0 auto;
    height: 30px;
    object-fit: cover;
    width: 30px;
}

.get-epass-2026__testimonial cite {
    color: var(--epass-white);
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}

.get-epass-2026__faq {
    padding: 72px 0 78px;
}

.get-epass-2026__faq h2 {
    text-align: center;
}

.get-epass-2026__faq-list {
    display: grid;
    gap: 14px;
    margin: 34px auto 0;
    max-width: 780px;
}

.get-epass-2026__faq-item {
    background: var(--epass-faq-bg);
    border-radius: 8px;
    color: var(--epass-deep);
    overflow: hidden;
}

.get-epass-2026__faq-item summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    font-weight: 800;
    justify-content: space-between;
    line-height: 1.25;
    list-style: none;
    min-height: 56px;
    padding: 16px 26px;
}

.get-epass-2026__faq-item summary::-webkit-details-marker {
    display: none;
}

.get-epass-2026__faq-item summary::after {
    content: "+";
    flex: 0 0 auto;
    font-size: 18px;
    font-weight: 800;
    margin-left: 16px;
}

.get-epass-2026__faq-item[open] summary::after {
    content: "-";
}

.get-epass-2026__faq-answer {
    padding: 0 26px 22px;
}

.get-epass-2026__faq-answer p {
    color: var(--epass-copy);
    font-size: 14px;
    line-height: 1.45;
}

.get-epass-2026__faq-answer p + p,
.get-epass-2026__faq-answer p + ul,
.get-epass-2026__faq-answer p + ol,
.get-epass-2026__faq-answer ul + p,
.get-epass-2026__faq-answer ol + p {
    margin-top: 12px;
}

.get-epass-2026__final {
    background: var(--epass-purple);
    color: var(--epass-white);
    min-height: 320px;
    overflow: hidden;
    padding: 78px 0 76px;
    position: relative;
    text-align: center;
}

.get-epass-2026__final > img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    opacity: 0.18;
    position: absolute;
    width: 100%;
}

.get-epass-2026__final .get-epass-2026__container {
    position: relative;
    z-index: 2;
}

.get-epass-2026__final p,
.get-epass-2026__final h2 {
    color: var(--epass-white);
}

.get-epass-2026__final > .get-epass-2026__container > p:first-child {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
}

.get-epass-2026__final h2 {
    font-size: 40px;
}

.get-epass-2026__final h2 + p {
    font-size: 16px;
    margin-top: 12px;
}

.get-epass-2026__button--light {
    background: var(--epass-white);
    color: var(--epass-hero-bg, var(--epass-purple)) !important;
    margin-top: 28px;
}

.get-epass-2026__button--light:hover,
.get-epass-2026__button--light:focus {
    background: #e6e6e6;
    color: var(--epass-hero-bg, var(--epass-purple)) !important;
}

@media (max-width: 920px) {
    .get-epass-2026__hero-inner {
        gap: 30px;
        grid-template-columns: minmax(0, 1fr);
    }

    .get-epass-2026__hero-card {
        justify-self: start;
        max-width: 479px;
    }

    .get-epass-2026__savings-grid {
        gap: 24px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .get-epass-2026__product-row {
        gap: 26px;
        grid-template-columns: 1fr;
        margin: 0 auto;
        max-width: 360px;
        min-height: 0;
    }

    .get-epass-2026__product {
        background: var(--epass-warm);
        border-radius: 18px;
        gap: 14px;
        justify-items: stretch;
        min-height: 398px;
        padding: 24px 22px 18px;
        text-align: center;
    }

    .get-epass-2026__product-image {
        align-items: center;
        height: 156px;
    }

    .get-epass-2026__product-image img {
        max-height: 156px;
        max-width: 250px;
    }

    .get-epass-2026__product strong {
        font-size: 21px;
        text-wrap: wrap;
    }

    .get-epass-2026__product p {
        display: block;
        font-size: 14px;
        line-height: 1.28;
        min-height: 74px;
    }

    .get-epass-2026 a.get-epass-2026__product .get-epass-2026__product-price {
        align-items: center;
        border: 1px solid var(--epass-link);
        border-radius: 999px;
        display: flex;
        font-size: 18px !important;
        justify-content: space-between;
        margin-top: auto;
        min-height: 44px;
        padding: 0 16px;
    }

    .get-epass-2026__table-wrap {
        display: none;
    }

    .get-epass-2026__passes-top {
        grid-template-columns: 1fr;
    }

    .get-epass-2026__passes-heading {
        gap: 12px;
        grid-template-columns: 1fr;
        margin-bottom: 30px;
    }

    .get-epass-2026__passes .get-epass-2026__container {
        max-width: 360px;
        padding: 0 20px;
    }

    .get-epass-2026__passes-title {
        text-align: center;
    }

    .get-epass-2026__passes-title span {
        display: inline;
        font-size: 20px;
        line-height: 1.1;
    }

    .get-epass-2026__passes-heading p {
        font-size: 14px;
        line-height: 1.28;
        max-width: none;
        text-align: center;
    }

    .get-epass-2026__account {
        grid-template-columns: 1fr;
    }

    .get-epass-2026__account-copy {
        justify-self: center;
        max-width: var(--epass-max);
        padding: 54px 24px;
    }
}

@media (max-width: 640px) {
    .get-epass-2026__container {
        padding: 0 18px;
    }

    .get-epass-2026__topbar {
        font-size: 18px;
        letter-spacing: 2px;
        min-height: 56px;
    }

    .get-epass-2026__nav-toggle {
        cursor: pointer;
        min-height: 56px;
        padding: 0 24px;
    }

    .get-epass-2026__nav-toggle::after {
        display: block;
    }

    .get-epass-2026__nav {
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        padding: 0 16px 8px;
    }

    .get-epass-2026 a.get-epass-2026__nav-link {
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
        font-size: 20px;
        justify-content: space-between;
        min-height: 53px;
        padding: 0 8px;
        width: 100%;
    }

    .get-epass-2026 a.get-epass-2026__nav-link:last-child {
        border-bottom: 0;
    }

    .get-epass-2026__masthead--nav-collapsible .get-epass-2026__nav {
        display: none;
    }

    .get-epass-2026__masthead--nav-collapsible.get-epass-2026__masthead--nav-open .get-epass-2026__nav {
        display: flex;
    }

    .get-epass-2026__subnav {
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 28px;
        min-height: 58px;
        padding: 0 18px;
    }

    .get-epass-2026 a.get-epass-2026__subnav-link {
        border-bottom: 0;
        font-size: 18px;
        justify-content: center;
        min-height: 0;
        padding: 0;
        width: auto;
    }

    .get-epass-2026 a.get-epass-2026__subnav-link--mobile-hidden {
        display: none;
    }

    .get-epass-2026__hero,
    .get-epass-2026__hero-inner {
        min-height: 0;
    }

    .get-epass-2026__hero::after {
        display: none;
    }

    .get-epass-2026__hero-inner {
        align-content: stretch;
        gap: 0;
        padding: 0;
    }

    .get-epass-2026__hero-card {
        align-items: center;
        display: flex;
        height: 300px;
        justify-content: center;
        max-width: none;
        order: 1;
        padding: 30px 32px;
    }

    .get-epass-2026__hero-card img {
        max-width: 340px;
        padding: 0;
    }

    .get-epass-2026__hero-copy {
        background: var(--epass-hero-bg, var(--epass-purple));
        max-width: none;
        order: 2;
        padding: 40px 30px 38px;
    }

    .get-epass-2026__hero h1 {
        font-size: 68px;
        line-height: 56px;
    }

    .get-epass-2026__hero-copy > p {
        font-size: 18px;
        font-weight: 400;
    }

    .get-epass-2026__hero .get-epass-2026__button {
        font-size: 20px;
        min-height: 56px;
        width: 100%;
    }

    .get-epass-2026__savings {
        padding: 58px 0 38px;
    }

    .get-epass-2026__savings h2 {
        font-size: 28px;
    }

    .get-epass-2026__savings p {
        font-size: 18px;
        line-height: 1.24;
        max-width: 310px;
    }

    .get-epass-2026__savings-grid,
    .get-epass-2026__product-row {
        grid-template-columns: 1fr;
    }

    .get-epass-2026__savings-grid {
        gap: 16px;
        margin-top: 30px;
    }

    .get-epass-2026__saving-card {
        border-radius: 26px;
        min-height: 132px;
        padding: 22px 24px;
    }

    .get-epass-2026__saving-card span,
    .get-epass-2026__saving-card small {
        color: var(--epass-deep);
        font-size: 16px;
        font-weight: 400;
    }

    .get-epass-2026__saving-card strong {
        font-size: 32px;
        max-width: 260px;
    }

    .get-epass-2026__fine-print {
        font-size: 17px !important;
        line-height: 1.2 !important;
        max-width: 300px !important;
    }

    .get-epass-2026__passes {
        padding: 38px 0 56px;
    }

    .get-epass-2026__passes .get-epass-2026__container {
        max-width: 360px;
        padding: 0 20px;
    }

    .get-epass-2026__passes-heading {
        gap: 12px;
        margin-bottom: 30px;
    }

    .get-epass-2026__passes-title {
        text-align: center;
    }

    .get-epass-2026__passes-title span {
        display: inline;
        font-size: 20px;
        line-height: 1.1;
    }

    .get-epass-2026__passes-heading p {
        font-size: 14px;
        line-height: 1.28;
        max-width: none;
        text-align: center;
    }

    .get-epass-2026__product-row {
        gap: 26px;
        min-height: 0;
    }

    .get-epass-2026__product {
        background: var(--epass-warm);
        border-radius: 18px;
        gap: 14px;
        justify-items: stretch;
        min-height: 398px;
        padding: 24px 22px 18px;
        text-align: center;
    }

    .get-epass-2026__product-image {
        align-items: center;
        height: 156px;
    }

    .get-epass-2026__product-image img {
        max-height: 156px;
        max-width: 250px;
    }

    .get-epass-2026__product strong {
        font-size: 21px;
        text-wrap: wrap;
    }

    .get-epass-2026__product p {
        display: block;
        font-size: 14px;
        line-height: 1.28;
        min-height: 74px;
    }

    .get-epass-2026 a.get-epass-2026__product .get-epass-2026__product-price {
        align-items: center;
        border: 1px solid var(--epass-link);
        border-radius: 999px;
        display: flex;
        font-size: 18px !important;
        justify-content: space-between;
        margin-top: auto;
        min-height: 44px;
        padding: 0 16px;
    }

    .get-epass-2026__table-wrap {
        display: none;
    }

    .get-epass-2026__account {
        display: flex;
        flex-direction: column;
    }

    .get-epass-2026__testimonial {
        min-height: 260px;
        order: -1;
        padding: 28px;
    }

    .get-epass-2026__testimonial blockquote {
        max-width: none;
        padding: 22px 20px 18px;
        width: 80%;
    }

    .get-epass-2026__testimonial p {
        font-size: 17px;
    }

    .get-epass-2026__testimonial-author {
        margin-top: 14px;
    }

    .get-epass-2026__testimonial-author img {
        height: 26px;
        width: 26px;
    }

    .get-epass-2026__testimonial cite {
        font-size: 11px;
    }

    .get-epass-2026__account-copy {
        padding: 36px 28px 44px;
    }

    .get-epass-2026__account h2 {
        font-size: 24px;
    }

    .get-epass-2026__account-copy > p {
        font-size: 14px;
        text-align: center;
    }

    .get-epass-2026__steps {
        gap: 16px;
        margin-top: 20px;
    }

    .get-epass-2026__steps li {
        font-size: 14px;
        min-height: 30px;
        padding-left: 42px;
    }

    .get-epass-2026__faq {
        padding: 44px 0 56px;
    }

    .get-epass-2026__faq h2 {
        font-size: 24px;
        margin: 0 auto;
        max-width: 280px;
    }

    .get-epass-2026__faq-list {
        gap: 14px;
        margin-top: 28px;
        max-width: 330px;
    }

    .get-epass-2026__faq-item summary {
        font-size: 14px;
        min-height: 52px;
        padding: 12px 16px;
    }

    .get-epass-2026__faq-answer {
        padding: 0 16px 16px;
    }

    .get-epass-2026__final h2 {
        font-size: 32px;
    }
}
