.homepage-hero-carousel-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.homepage-hero-carousel-button:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.8);
}

.homepage-hero-slide-viewport {
    position: relative;
    min-height: 24rem;
    overflow: hidden;
}

.homepage-hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    will-change: transform, opacity;
}

.homepage-hero-slide.is-ready {
    transition: transform 0.42s ease, opacity 0.42s ease;
}

.homepage-hero-slide.is-current {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
}

.homepage-hero-slide.is-outgoing {
    transform: translateX(100%);
    opacity: 1;
    pointer-events: none;
    z-index: 2;
}

.homepage-hero-slide.is-incoming {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
    z-index: 3;
}

.homepage-core-cta {
    display: block;
    color: inherit;
    text-decoration: none;
}

.homepage-core-cta:hover {
    background: #fafafa;
}

.homepage-core-cta + .homepage-core-cta {
    border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.usp-carousel-shell {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.usp-carousel-desktop {
    display: none;
}

.usp-carousel-mobile {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0 2.75rem;
    box-sizing: border-box;
}

.usp-carousel-mobile-track {
    display: flex;
    width: 100%;
    transition: transform 0.42s ease;
    will-change: transform;
}

.usp-carousel-mobile-slide {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1.25rem 1.25rem 1.15rem;
    box-sizing: border-box;
}

.usp-carousel-mobile-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    border: 0;
    background: transparent;
    color: #d1001c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.usp-carousel-mobile-nav svg {
    width: 0.95rem;
    height: 0.95rem;
    fill: currentColor;
}

.usp-carousel-mobile-prev {
    left: 0.25rem;
}

.usp-carousel-mobile-next {
    right: 0.25rem;
}

.usp-carousel-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.usp-carousel-icon {
    width: 1.1rem;
    height: 1.1rem;
    min-width: 1.1rem;
    color: #d1001c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.usp-carousel-icon svg {
    width: 1rem;
    height: 1rem;
}

.usp-carousel-text {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 700;
    color: #1f2937;
}

.usp-carousel-divider {
    width: 0.35rem;
    height: 0.35rem;
    min-width: 0.35rem;
    border-radius: 9999px;
    background: rgba(31, 41, 55, 0.22);
}

.birthday-benefits-shell {
    position: relative;
}

.birthday-benefits-viewport {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 0.5rem;
}

.birthday-benefits-track {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0.1rem 0;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    min-width: 0;
}

.birthday-benefits-track::-webkit-scrollbar {
    display: none;
}

.birthday-benefits-card {
    flex: 0 0 auto;
    width: auto;
    min-width: max-content;
}

.birthday-benefits-card-inner {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 100%;
    padding: 0.1rem 0;
}

.birthday-benefits-nav {
    width: 1.75rem;
    height: 1.75rem;
    border: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 2;
    flex: 0 0 auto;
}

.birthday-benefits-nav svg {
    width: 0.95rem;
    height: 0.95rem;
    fill: currentColor;
}

.birthday-benefits-prev {
    justify-self: start;
}

.birthday-benefits-next {
    justify-self: end;
}

.birthday-benefits-divider {
    flex: 0 0 auto;
}

.discover-experience-shell {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.08);
}

.discover-experience-image {
    position: relative;
    min-height: 18rem;
    background: #111827;
    overflow: hidden;
}

.discover-experience-image picture {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.discover-experience-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.discover-experience-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 1.5rem;
    background: linear-gradient(180deg, rgba(17, 24, 39, 0.38) 0%, rgba(17, 24, 39, 0.08) 55%, rgba(17, 24, 39, 0.02) 100%);
}

.discover-experience-title {
    margin: 0;
    color: #ffffff;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
    font-size: 2rem;
    line-height: 1.05;
    max-width: 14rem;
}

.discover-experience-copy {
    padding: 1.5rem;
    text-align: left;
}

.discover-experience-subtitle {
    margin: 0;
    color: #d1001c;
    font-size: 1.4rem;
    line-height: 1.1;
}

.discover-experience-list {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.9rem;
}

.discover-experience-item {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.discover-experience-item img {
    display: none;
}

.discover-experience-check {
    width: 1.25rem;
    height: 1.25rem;
    flex: 0 0 auto;
    color: #d1001c;
}

.discover-experience-item span {
    font-size: 1rem;
    line-height: 1.35;
    color: #1f2937;
}

.discover-experience-cta {
    margin-top: 1.25rem;
}

.essential-guides-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.essential-guides-track::-webkit-scrollbar {
    display: none;
}

.essential-guides-card {
    flex: 0 0 320px;
    width: 320px;
}

.essential-guides-image {
    transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out;
}

.essential-guides-card a:hover .essential-guides-image {
    transform: scale(1.1);
    opacity: 0.8;
}

.essential-guides-card a:hover h3 {
    color: var(--color-red-400);
}

.hero-regions-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.hero-regions-track::-webkit-scrollbar {
    display: none;
}

.hero-regions-card {
    flex: 0 0 320px;
    width: 320px;
}

.hero-regions-image {
    transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out;
}

.hero-regions-card a:hover .hero-regions-image {
    transform: scale(1.1);
    opacity: 0.8;
}

.hero-regions-card a:hover h3 {
    color: var(--color-red-400);
}

.hero-regions-summary {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 0.75rem;
    margin-bottom: 1rem;
}

.hero-regions-summary-copy {
    min-width: 0;
}

.hero-regions-summary-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.25rem;
    flex: 0 0 auto;
}

.hero-locations-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.hero-locations-track::-webkit-scrollbar {
    display: none;
}

.hero-locations-card {
    flex: 0 0 320px;
    width: 320px;
}

.hero-locations-image {
    transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out;
}

.hero-locations-card:hover .hero-locations-image {
    transform: scale(1.1);
    opacity: 0.8;
}

.hero-locations-card:hover h3 {
    color: var(--color-red-400);
}

.hero-locations-view-all-tile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 1px solid #f1d4da;
    border-radius: 18px;
    background: #fff8f9;
    transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
}

.hero-locations-card:hover .hero-locations-view-all-tile {
    background: #fff1f3;
    border-color: #e20520;
    color: var(--color-red-400);
}

.hero-locations-summary {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 0.75rem;
    margin-bottom: 1rem;
}

.hero-locations-summary-copy {
    min-width: 0;
}

.hero-locations-summary-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.25rem;
    flex: 0 0 auto;
}

.launch-search-shell {
    background: #d1001c;
    border-radius: 22px;
    overflow: hidden;
    border: 0;
}

.launch-search-copy {
    padding: 1.5rem;
    text-align: left;
    color: #ffffff;
}

.launch-search-title,
.launch-search-subtitle {
    color: #ffffff;
}

.launch-search-image {
    position: relative;
    min-height: 18rem;
    overflow: hidden;
    background: #111827;
}

.launch-search-image picture {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.launch-search-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ride-two-split {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.ride-two-split--contained {
    max-width: 64rem;
    margin-inline: auto;
}

.ride-two-split-media,
.ride-two-split-copy {
    width: 100%;
    min-width: 0;
}

.ride-two-split-media picture,
.ride-two-split-media img {
    display: block;
}

.ride-two-split-media--square {
    max-width: 350px;
    margin: 0 auto;
}

.ride-two-split-media--square-inner {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.ride-two-split-copy .main-content {
    margin-top: 1.5rem;
}

.launch-search-form {
    margin-top: 1.25rem;
}

.launch-search-form-row {
    display: grid;
    gap: 0.85rem;
}

.launch-search-input {
    background: #ffffff;
    border-color: rgba(255, 255, 255, 0.85);
    color: #1f2937;
}

.launch-search-input::placeholder {
    color: #6b7280;
}

.launch-search-input:focus {
    border-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.22);
}

.launch-search-button {
    background: #ffffff;
    border-color: #ffffff;
    color: #d1001c;
}

.launch-search-button:hover {
    background: #fff5f6;
    border-color: #fff5f6;
    color: #b80019;
}

.launch-search-utility {
    margin-top: 0.9rem;
    font-size: 0.95rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.88);
}

.signup-panel-shell {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.08);
}

.signup-panel-copy {
    padding: 1.5rem;
    text-align: left;
}

.signup-panel-title {
    margin: 0;
    color: #d1001c;
    font-size: 1.95rem;
    line-height: 1.05;
}

.signup-panel-text {
    margin-top: 0.9rem;
    font-size: 1.05rem;
    line-height: 1.5;
    color: #374151;
}

.signup-panel-form {
    margin-top: 1.25rem;
}

.signup-panel-fields {
    display: grid;
    gap: 0.85rem;
}

.signup-panel-legal {
    margin-top: 1rem;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #4b5563;
}

.signup-panel-image {
    position: relative;
    min-height: 18rem;
    max-height: 380px;
    overflow: hidden;
    background-color: #111827;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (min-width: 768px) {
    .essential-guides-track {
        gap: 16px;
    }

    .essential-guides-card {
        flex: 0 0 calc((100% - 32px) / 3);
        width: calc((100% - 32px) / 3);
        min-width: calc((100% - 32px) / 3);
    }

    .hero-regions-track {
        gap: 16px;
    }

    .hero-regions-card {
        flex: 0 0 calc((100% - 16px) / 2);
        width: calc((100% - 16px) / 2);
        min-width: calc((100% - 16px) / 2);
    }

    .hero-regions-summary {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        column-gap: 1.5rem;
        margin-bottom: 1.25rem;
    }

    .hero-regions-summary-copy {
        flex: 1 1 auto;
    }

    .hero-regions-summary-controls {
        align-self: flex-end;
    }

    .hero-locations-track {
        gap: 16px;
    }

    .hero-locations-card {
        flex: 0 0 calc((100% - 32px) / 3);
        width: calc((100% - 32px) / 3);
        min-width: calc((100% - 32px) / 3);
    }

    .hero-locations-summary {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        column-gap: 1.5rem;
        margin-bottom: 1.25rem;
    }

    .hero-locations-summary-copy {
        flex: 1 1 auto;
    }

    .hero-locations-summary-controls {
        align-self: flex-end;
    }
}

@media (min-width: 1024px) {
    .homepage-core-cta + .homepage-core-cta {
        border-top: 0;
        border-left: 1px solid rgba(17, 24, 39, 0.08);
    }

    .usp-carousel-desktop {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .usp-carousel-mobile {
        display: none;
    }

    .usp-carousel-desktop-item {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        min-width: 0;
    }

    .usp-carousel-text {
        font-size: 0.95rem;
    }

    .discover-experience-shell {
        display: grid;
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    }

    .discover-experience-image {
        min-height: 25rem;
    }

    .discover-experience-overlay {
        padding: 2rem;
    }

    .discover-experience-title {
        font-size: 2.8rem;
        max-width: 18rem;
    }

    .discover-experience-copy {
        padding: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .discover-experience-subtitle {
        font-size: 1.75rem;
    }

    .essential-guides-card {
        flex: 0 0 calc((100% - 48px) / 4);
        width: calc((100% - 48px) / 4);
        min-width: calc((100% - 48px) / 4);
    }

    .hero-regions-card {
        flex: 0 0 calc((100% - 32px) / 3);
        width: calc((100% - 32px) / 3);
        min-width: calc((100% - 32px) / 3);
    }

    .hero-locations-card {
        flex: 0 0 calc((100% - 48px) / 4);
        width: calc((100% - 48px) / 4);
        min-width: calc((100% - 48px) / 4);
    }

    .launch-search-shell {
        display: grid;
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    }

    .ride-two-split {
        flex-direction: row;
        align-items: center;
        gap: 3rem;
    }

    .ride-two-split-media {
        flex: 1 1 0;
        max-width: calc(50% - 1.5rem);
    }

    .ride-two-split-copy {
        flex: 1 1 0;
        max-width: calc(50% - 1.5rem);
    }

    .ride-two-split-media--square {
        flex: 0 0 350px;
        max-width: 350px;
        margin: 0;
    }

    .ride-two-split-copy--occasion {
        max-width: none;
    }

    .launch-search-copy {
        padding: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .launch-search-form-row {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: start;
    }

    .launch-search-image {
        min-height: 100%;
    }

    .signup-panel-shell {
        display: grid;
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
        min-height: 380px;
        max-height: 380px;
    }

    .signup-panel-copy {
        padding: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .signup-panel-title {
        font-size: 2.45rem;
    }

    .signup-panel-fields {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: start;
    }

    .signup-panel-image {
        height: 380px;
        max-height: 380px;
    }
}

@media (min-width: 1400px) {
    .essential-guides-card {
        flex: 0 0 calc((100% - 64px) / 5);
        width: calc((100% - 64px) / 5);
        min-width: calc((100% - 64px) / 5);
    }

    .hero-locations-card {
        flex: 0 0 calc((100% - 64px) / 5);
        width: calc((100% - 64px) / 5);
        min-width: calc((100% - 64px) / 5);
    }
}
