/* Unique Motor Sports — site updates (schedule poster, hero mobile, etc.) */

:root {
    --ums-gold: #fae100;
    --ums-gold-ink: #6f6500;
}

/* --- Hero LCP image --- */
.hero-slide {
    position: relative;
    overflow: hidden;
    background-color: #000;
}

.hero-lcp-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 0;
}

.hero-slide.bg-overlay::after {
    z-index: 1;
}

.hero-slide .container,
.hero-slide .icon-scroll {
    position: relative;
    z-index: 2;
}

.single-welcome-slide .welcome-text h1 {
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 90px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    color: #fff;
}

.single-welcome-slide .welcome-text h1::after {
    position: absolute;
    content: "";
    height: 23px;
    width: 400px;
    top: 67px;
    right: 5px;
    z-index: -1;
    background-image: linear-gradient(120deg, #000 0, #fae100 100%);
}

.hero-tagline {
    color: #fff;
    margin-bottom: 50px;
    text-transform: uppercase;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 10001;
    padding: 12px 18px;
    background: #fae100;
    color: #17191c !important;
    -webkit-text-fill-color: #17191c;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.skip-link:focus {
    position: fixed;
    left: 12px;
    top: 12px;
    width: auto;
    height: auto;
    overflow: visible;
}

#main-content:focus {
    outline: none;
}

.icon-scroll {
    text-decoration: none;
    color: inherit;
}

.rules-area .section-heading-2 h2 {
    font-size: 38px;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#scrollUp {
    color: #17191c !important;
}

.classycloseIcon {
    border: none;
    padding: 0;
}

.classy-nav-container.breakpoint-off .mobile-nav-head {
    display: none !important;
}

/* --- Mobile navigation drawer --- */
body.mobile-nav-open {
    overflow: hidden;
}

body.mobile-nav-open::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.62);
    z-index: 990;
    pointer-events: auto;
}

@media only screen and (max-width: 991px) {
    .breakpoint-on .classy-navbar-toggler .navbarToggler span {
        background-color: #fae100;
    }

    .breakpoint-on .classy-navbar .classy-menu {
        left: auto !important;
        right: -100%;
        width: min(320px, 88vw);
        background-color: #17191c;
        border-left: 3px solid #fae100;
        box-shadow: -12px 0 40px rgba(0, 0, 0, 0.45);
        transition: right 0.35s ease, left 0s 0.35s;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .breakpoint-on .classy-navbar .classy-menu.menu-on {
        left: auto !important;
        right: 0;
        transition: right 0.35s ease;
    }

    .breakpoint-on .mobile-nav-head {
        position: relative;
        display: block;
        padding: 20px 22px 18px;
        padding-top: 48px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        background-color: #121316;
    }

    .breakpoint-on .mobile-nav-head-inner {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 12px;
    }

    .breakpoint-on .mobile-nav-logo-badge {
        flex: none;
        width: 64px;
        height: 64px;
        border-radius: 50%;
        border: 2px solid #fae100;
        background: #fff;
        overflow: hidden;
        display: grid;
        place-items: center;
        padding: 7px;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    }

    .breakpoint-on .mobile-nav-logo-badge img {
        display: block;
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        object-position: center;
    }

    .breakpoint-on .classycloseIcon {
        top: 12px;
        right: 12px;
        width: 28px;
        height: 28px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: #17191c;
        border: 1px solid rgba(255, 255, 255, 0.25);
        z-index: 13;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
    }

    .breakpoint-on .classycloseIcon .cross-wrap {
        width: 14px;
        height: 14px;
    }

    .breakpoint-on .classycloseIcon .cross-wrap span {
        background: #fff;
        height: 2px;
    }

    .breakpoint-on .classycloseIcon .cross-wrap span.top {
        top: 6px;
    }

    .breakpoint-on .classycloseIcon .cross-wrap span.bottom {
        bottom: 6px;
    }

    .breakpoint-on .classycloseIcon:hover,
    .breakpoint-on .classycloseIcon:focus {
        background: rgba(250, 225, 0, 0.15);
        border-color: rgba(250, 225, 0, 0.45);
    }

    .breakpoint-on .classynav {
        padding-top: 0;
        margin-bottom: 24px;
    }

    .breakpoint-on .classynav > ul > li > a {
        background: #17191c !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        color: #ffffff !important;
        font-family: 'Oswald', sans-serif;
        font-size: 17px !important;
        font-weight: 600;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        height: 56px;
        line-height: 56px;
        padding: 0 22px !important;
        transition: background 0.15s ease, color 0.15s ease;
    }

    .breakpoint-on .classynav > ul > li > a:hover,
    .breakpoint-on .classynav > ul > li > a:focus {
        color: #fae100 !important;
        background: #22252a !important;
    }

    .breakpoint-on .classynav > ul > li.active > a {
        color: #fae100 !important;
        box-shadow: inset 4px 0 0 #d61f26;
        background: #1e2126 !important;
    }

    .breakpoint-on .classynav > ul > li:last-child > a {
        border-bottom: none !important;
    }
}

#schedule {
    content-visibility: auto;
    contain-intrinsic-size: auto 4200px;
}

#about {
    scroll-margin-top: 75px;
}

#contact {
    scroll-margin-top: 75px;
}

/* --- Hero: show more of the photo on phones --- */
@media only screen and (max-width: 767px) {
    .single-welcome-slide {
        height: 58vh !important;
        min-height: 420px;
        max-height: 560px;
    }

    .hero-slide .container {
        padding-top: 76px;
        padding-bottom: 44px;
        box-sizing: border-box;
    }

    .hero-slide .row.h-100 {
        align-items: flex-end;
    }

    .hero-lcp-image {
        object-position: center 38%;
    }

    .single-welcome-slide .welcome-text h1 {
        font-size: 36px;
    }

    .single-welcome-slide .welcome-text h1::after {
        width: 200px;
        top: 28px;
        height: 14px;
    }

    .hero-tagline {
        font-size: 14px;
    }

    .rules-area .section-heading-2 h2 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .rules-area .section-heading-2 h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-welcome-slide .welcome-text h1 {
        font-size: 60px;
    }

    .single-welcome-slide .welcome-text h1::after {
        top: 40px;
        height: 15px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-welcome-slide .welcome-text h1 {
        font-size: 42px;
    }

    .single-welcome-slide .welcome-text h1::after {
        top: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .hero-lcp-image {
        object-position: center 34%;
    }
}

/* --- Schedule section --- */
.schedule-shell {
    max-width: 960px;
    margin: 0 auto;
}

.schedule-has-custom-html .schedule-shell {
    max-width: 1100px;
}

.schedule-has-custom-html .schedule-view-tabs {
    margin-bottom: 16px;
}

.schedule-has-custom-html .schedule-panel-list {
    padding: 0;
}

.schedule-view-tabs {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.schedule-tab {
    border: 1px solid #3a3a3a;
    background: #111;
    color: #d6d6d6;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.schedule-tab:hover,
.schedule-tab:focus {
    color: #fff;
    border-color: #555;
}

.schedule-tab.active {
    background: #fae100;
    color: #111;
    border-color: #fae100;
}

.schedule-panel[hidden] {
    display: none !important;
}

.schedule-panel-poster .schedule-poster-frame {
    max-width: 1100px;
    margin: 0 auto;
}

.schedule-html-wrap {
    text-align: left;
}

.schedule-tap-hint {
    text-align: center;
    color: #c6c6c6;
    font-size: 14px;
    margin: 0 0 14px;
    letter-spacing: 0.3px;
}

.schedule-poster-frame {
    --sched-w: 597px;
    --sched-display: 1100px;
    border: 2px solid #2a2a2a;
    background: #fff;
    line-height: 0;
}

.schedule-poster-frame a {
    display: block;
    line-height: 0;
}

.schedule-poster-frame img {
    display: block;
    width: 100%;
    max-width: min(100%, var(--sched-display, var(--sched-w)));
    height: auto;
    margin: 0 auto;
    border: 0;
}

.schedule-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 22px;
}

.schedule-download-btn {
    margin: 0 !important;
}

@media only screen and (max-width: 575px) {
    .schedule-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .schedule-actions .ums-btn {
        width: 100%;
        text-align: center;
    }

    .schedule-poster-frame img {
        max-width: 100%;
    }
}

.schedule-disclaimer {
    text-align: center;
    color: #b3b3b3;
    font-size: 13px;
    font-style: italic;
    margin: 18px 0 0;
}

/* --- Rules section (accordion) --- */
.rules-area {
    background: #101010;
    border-top: 1px solid #2a2a2a;
}

.rules-section-lead {
    max-width: 52ch;
    margin: 12px auto 0;
    color: #c6c6c6;
    font-size: 15px;
    line-height: 1.5;
}

.rules-accordion {
    max-width: 880px;
    margin: 28px auto 0;
    display: grid;
    gap: 12px;
}

.rule-card {
    background: #161616;
    border: 1px solid #2a2a2a;
    border-left: 4px solid #ff4d4d;
    border-radius: 8px;
    overflow: hidden;
}

.rule-card[open] {
    background: #1a1a1a;
}

.rule-card-summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
}

.rule-card-summary::-webkit-details-marker {
    display: none;
}

.rule-card-icon {
    flex: none;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    background: rgba(255, 77, 77, 0.12);
    border-radius: 8px;
    color: #ff4d4d;
    font-size: 22px;
}

.rule-card-meta {
    flex: 1;
    min-width: 0;
}

.rule-card-year {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #b3b3b3;
    margin-bottom: 4px;
}

.rule-card-title {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    line-height: 1.25;
}

.rule-card-chevron {
    flex: none;
    color: #b3b3b3;
    font-size: 22px;
    transition: transform 0.2s;
}

.rule-card[open] .rule-card-chevron {
    transform: rotate(180deg);
    color: #ff4d4d;
}

.rule-card-body {
    padding: 0 20px 20px 74px;
}

.rule-card-blurb {
    margin: 0 0 14px;
    color: #bbb;
    font-size: 15px;
    line-height: 1.5;
}

.rule-card-topics-label {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #b3b3b3;
}

.rule-card-topics {
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.rule-card-topics li {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding: 5px 10px;
    background: #222;
    border: 1px solid #333;
    color: #ccc;
    border-radius: 4px;
}

.rule-download-btn {
    margin: 0 !important;
}

@media only screen and (max-width: 575px) {
    .rule-card-body {
        padding: 0 16px 18px 16px;
    }

    .rule-card-title {
        font-size: 15px;
    }
}

/* --- Site announcement banner --- */
.site-announcement {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.site-announcement-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 14px 20px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.site-announcement-icon {
    flex: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 22px;
    margin-top: 2px;
}

.site-announcement-content {
    flex: 1;
    min-width: 0;
}

.site-announcement-label {
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin: 0 0 4px;
    color: rgba(255, 255, 255, 0.92);
}

.site-announcement-title {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(17px, 2.5vw, 22px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    line-height: 1.15;
    margin: 0 0 4px;
}

.site-announcement-meta {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.03em;
    margin: 0 0 6px;
    opacity: 0.9;
}

.site-announcement-message {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    opacity: 0.95;
}

.site-announcement-link {
    flex: none;
    align-self: center;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid currentColor;
    transition: background 0.15s, color 0.15s;
}

.site-announcement-link:hover,
.site-announcement-link:focus {
    text-decoration: none;
}

.site-announcement-alert {
    background: linear-gradient(90deg, #2a0a0c 0%, #17191c 100%);
    color: #fff;
}

.site-announcement-alert .site-announcement-icon {
    background: rgba(214, 31, 38, 0.2);
    color: #ff6b70;
    box-shadow: inset 0 0 0 1px rgba(214, 31, 38, 0.45);
}

.site-announcement-alert .site-announcement-title {
    color: #ff5258 !important;
}

.site-announcement-alert .site-announcement-link {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.35);
}

.site-announcement-alert .site-announcement-link:hover {
    background: #d61f26;
    border-color: #d61f26;
    color: #fff;
}

.site-announcement-warning {
    background: linear-gradient(90deg, #2a2210 0%, #17191c 100%);
    color: #fff;
}

.site-announcement-warning .site-announcement-icon {
    background: rgba(250, 225, 0, 0.18);
    color: var(--ums-gold);
    box-shadow: inset 0 0 0 1px rgba(250, 225, 0, 0.45);
}

.site-announcement-warning .site-announcement-title {
    color: var(--ums-gold) !important;
}

.site-announcement-warning .site-announcement-link {
    color: #fff;
    border-color: rgba(250, 225, 0, 0.45);
}

.site-announcement-warning .site-announcement-link:hover {
    background: var(--ums-gold);
    border-color: var(--ums-gold);
    color: #17191c;
}

.site-announcement-info {
    background: #23262b;
    color: #e8e9eb;
}

.site-announcement-info .site-announcement-icon {
    background: rgba(255, 255, 255, 0.08);
    color: #cfd2d7;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.site-announcement-info .site-announcement-title {
    color: #fff !important;
}

.site-announcement-info .site-announcement-link {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
}

.site-announcement-info .site-announcement-link:hover {
    background: #fff;
    color: #17191c;
}

.site-announcement-rules {
    background: linear-gradient(90deg, #1a1a1a 0%, #23262b 100%);
    color: #e8e9eb;
}

.site-announcement-rules .site-announcement-icon {
    background: rgba(250, 225, 0, 0.12);
    color: #fae100;
    box-shadow: inset 0 0 0 1px rgba(250, 225, 0, 0.35);
}

.site-announcement-rules .site-announcement-title {
    color: #fae100 !important;
}

.site-announcement-rules .site-announcement-link {
    color: #17191c;
    background: #fae100;
    border-color: #fae100;
}

.site-announcement-rules .site-announcement-link:hover {
    background: #fff;
    border-color: #fff;
    color: #17191c;
}

@media only screen and (max-width: 767px) {
    .site-announcement-inner {
        flex-wrap: wrap;
        padding: 14px 16px;
    }

    .site-announcement-link {
        width: 100%;
        text-align: center;
        white-space: normal;
    }
}

/* --- Promoter / booking section --- */
.promoter-area {
    background-color: #f6f4ef;
    background-image:
        linear-gradient(45deg, rgba(0, 0, 0, 0.025) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.025) 75%),
        linear-gradient(45deg, rgba(0, 0, 0, 0.025) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.025) 75%);
    background-size: 18px 18px;
    background-position: 0 0, 9px 9px;
    color: #191b1e;
    padding: 70px 20px 80px;
}

.promoter-shell {
    max-width: 1100px;
    margin: 0 auto;
}

.promoter-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 40px;
}

.promoter-logo-link {
    display: inline-block;
    margin-bottom: 18px;
}

.promoter-logo {
    display: block;
    height: clamp(100px, 18vw, 140px);
    width: auto;
    max-width: min(100%, 220px);
    margin: 0 auto;
}

.promoter-head-rule {
    height: 11px;
    max-width: 320px;
    margin: 22px auto 0;
    border-radius: 2px;
    background-image:
        linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%),
        linear-gradient(45deg, #000 25%, #cfc9bb 25%, #cfc9bb 75%, #000 75%);
    background-size: 11px 11px;
    background-position: 0 0, 5.5px 5.5px;
    opacity: 0.55;
}

.promoter-eyebrow {
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #4f5359;
    margin: 0 0 10px;
}

.promoter-title {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(28px, 5vw, 42px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #17191c !important;
    margin: 0 0 16px;
    line-height: 1.1;
}

.promoter-intro {
    color: #33363b !important;
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
}

.promoter-offers {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    margin-bottom: 40px;
}

.promoter-offer {
    position: relative;
    background: #fff;
    border: 1px solid #e6e0d4;
    border-radius: 12px;
    padding: 22px 12px 16px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.promoter-offer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: #d61f26;
}

.promoter-offer-ums::before {
    background: var(--ums-gold);
}

.promoter-offer::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 45%);
    pointer-events: none;
}

.promoter-offer:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

.promoter-offer-badge {
    position: relative;
    z-index: 1;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 auto 14px;
    background: linear-gradient(145deg, #2a2e33 0%, #17191c 100%);
    box-shadow:
        0 6px 16px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.promoter-offer-usa .promoter-offer-badge {
    box-shadow:
        0 6px 18px rgba(214, 31, 38, 0.28),
        inset 0 0 0 2px rgba(214, 31, 38, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.promoter-offer-ums .promoter-offer-badge {
    box-shadow:
        0 6px 18px rgba(240, 165, 0, 0.28),
        inset 0 0 0 2px rgba(240, 165, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.promoter-offer-icon {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

.promoter-offer-title {
    position: relative;
    z-index: 1;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    color: #17191c !important;
    margin: 0 0 8px;
    line-height: 1.2;
}

.promoter-offer-usa .promoter-offer-title {
    color: #b8181e !important;
}

.promoter-offer-ums .promoter-offer-title {
    color: var(--ums-gold-ink) !important;
}

.promoter-offer-desc {
    position: relative;
    z-index: 1;
    color: #4a4e55 !important;
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
}

.promoter-cta {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
    padding-top: 8px;
    border-top: 1px solid #e6e0d4;
}

.promoter-cta p {
    color: #33363b !important;
    font-size: 16px;
    line-height: 1.65;
    margin: 0 0 22px;
}

.promoter-call-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

@media only screen and (max-width: 991px) {
    .promoter-offers {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 575px) {
    .promoter-area {
        padding: 50px 16px 60px;
    }

    .promoter-offers {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .promoter-offer {
        padding: 16px 10px 14px;
    }

    .promoter-offer-badge {
        width: 58px;
        height: 58px;
        margin-bottom: 10px;
    }

    .promoter-offer-icon {
        width: 30px;
        height: 30px;
    }

    .promoter-offer-title {
        font-size: 12px;
    }

    .promoter-offer-desc {
        font-size: 12px;
    }
}

/* --- Footer: contact links (iOS auto-detect + global anchor color) --- */
.footer-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
}

.footer-contact-item:last-child {
    margin-bottom: 0;
}

.footer-contact-item > i {
    flex: none;
    width: 18px;
    margin-top: 4px;
    text-align: center;
}

.footer-contact-item > span,
.footer-contact-item > a {
    flex: 1;
    min-width: 0;
}

.footer-contact-info .footer-contact-link,
.footer-contact-info a {
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.footer-contact-info .footer-contact-link:hover,
.footer-contact-info .footer-contact-link:focus,
.footer-contact-info a:hover,
.footer-contact-info a:focus {
    color: #fae100 !important;
    -webkit-text-fill-color: #fae100;
}

/* --- Buttons --- */
.ums-btn {
    position: relative;
    z-index: 1;
    height: auto;
    min-height: 46px;
    line-height: 1.2;
    padding: 12px 22px;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #17191c !important;
    -webkit-text-fill-color: #17191c;
    background: #fae100;
    border: 2px solid #fae100;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    overflow: visible;
    box-shadow: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.ums-btn:hover,
.ums-btn:focus {
    background: #fff;
    border-color: #fff;
    color: #17191c !important;
    -webkit-text-fill-color: #17191c;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    font-weight: 600;
}

.ums-btn:hover i,
.ums-btn:focus i {
    animation: none;
}

/* --- Footer: Facebook follow --- */
.footer-follow-text {
    color: #d9d9d9;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.footer-fb-btn {
    display: inline-block;
}

/* --- Accessibility: respect reduced motion --- */
@media (prefers-reduced-motion: reduce) {
    .hero-lcp-image {
        object-position: center center;
    }

    .icon-scroll::before {
        animation: none !important;
    }

    html:focus-within {
        scroll-behavior: auto;
    }
}
