html,
body {
    margin: 0;
    padding: 0;
}

.tsr-road-campaign {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    padding: 20px 10px;
    font-family: Arial, sans-serif;
    color: #fff;
    box-sizing: border-box;
}

.tsr-road-campaign * {
    box-sizing: border-box;
}

.tsr-road-bg {
    position: absolute;
    inset: 0;
    background: #161F30;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
}

.tsr-road-wrap {
    position: relative;
    z-index: 1;
    width: min(100%, 980px);
    margin: 0 auto;
    padding: 26px;
    background: #161F30;
    text-align: center;
 
}

.tsr-road-kicker {


    color: #fde68a;
    font-size: 13px;
    font-weight: 800;
}

.tsr-road-kicker a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.tsr-road-wrap h2 {
    margin: 0 0 14px;
    font-size: clamp(26px, 5vw, 46px);
    line-height: 1.08;
    letter-spacing: -1px;
}

.tsr-road-lead {
    max-width: 780px;
    margin: 0 auto 22px;
    color: #e5e7eb;
    font-size: clamp(15px, 3.8vw, 18px);
    line-height: 1.6;
}

.tsr-road-counter-box {
    max-width: 460px;
    margin: 22px auto;
    padding: 22px 18px;
    border-radius: 24px;
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.15);
}

.tsr-road-counter-box span {
    display: block;
    font-size: clamp(48px, 14vw, 78px);
    line-height: 1;
    font-weight: 900;
    color: #facc15;
}

.tsr-road-counter-box small {
    display: block;
    margin-top: 8px;
    color: #d1d5db;
    font-size: 14px;
}

.tsr-road-btn {
    width: auto;
    min-width: 240px;
    border: 0;
    cursor: pointer;
    padding: 16px 28px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ef4444, #b91c1c);
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    box-shadow: 0 14px 34px rgba(239,68,68,.38);
}

.tsr-road-btn:disabled {
    opacity: .6;
    cursor: not-allowed;
}

.tsr-road-msg {
    min-height: 26px;
    margin-top: 14px;
    font-size: 15px;
    font-weight: 800;
}

.tsr-road-msg.success {
    color: #86efac;
}

.tsr-road-msg.warning {
    color: #fde68a;
}

.tsr-road-msg.error {
    color: #fecaca;
}

.tsr-road-map-card,
.tsr-road-videos {
    margin-top: 28px;
    padding: 20px;
    border-radius: 24px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    text-align: left;
}

.tsr-road-map-card h3,
.tsr-road-videos h3 {
    margin: 0 0 8px;
    font-size: clamp(20px, 5vw, 28px);
}

.tsr-road-map-card p {
    margin: 0 0 14px;
    color: #cbd5e1;
    line-height: 1.5;
}

#tsrRoadMap {
    width: 100%;
    height: 420px;
    border-radius: 20px;
    overflow: hidden;
    background: #111827;
}

.tsr-road-popup {
    width: 220px;
}

.tsr-road-popup strong {
    display: block;
    margin-bottom: 8px;
    color: #111827;
}

.tsr-road-popup img {
    display: block;
    width: 100%;
    border-radius: 12px;
}

.tsr-road-video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.tsr-road-video-grid video {
    width: 100%;
    border-radius: 18px;
    background: #000;
    display: block;
}

@media (max-width: 700px) {
    .tsr-road-campaign {
        padding: 18px 10px;
    }



    .tsr-road-kicker {
        font-size: 12px;
        line-height: 1.45;
    }

    .tsr-road-btn {
        width: 100%;
        min-width: 0;
        font-size: 16px;
        padding: 15px 18px;
    }

    #tsrRoadMap {
        height: 340px;
    }

    .tsr-road-map-card,
    .tsr-road-videos {
        padding: 14px;
        border-radius: 20px;
    }

    .tsr-road-video-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .tsr-road-campaign {
        padding: 18px 10px;
    }



    .tsr-road-kicker {
        font-size: 16px;
        line-height: 1.5;
        padding: 12px 14px;
    }

    .tsr-road-wrap h2 {
        font-size: 36px;
        line-height: 1.08;
        margin-bottom: 14px;
    }

    .tsr-road-lead {
        font-size: 20px;
        line-height: 1.65;
        margin-bottom: 22px;
    }

    .tsr-road-counter-box span {
        font-size: 62px;
    }

    .tsr-road-counter-box small {
        font-size: 18px;
        line-height: 1.4;
    }

    .tsr-road-btn {
        width: 100%;
        min-width: 0;
        font-size: 22px;
        padding: 18px;
    }

    .tsr-road-msg {
        font-size: 18px;
        line-height: 1.5;
    }

    .tsr-road-map-card,
    .tsr-road-videos {
        padding: 14px;
        border-radius: 20px;
    }

    .tsr-road-map-card h3,
    .tsr-road-videos h3 {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .tsr-road-map-card p {
        font-size: 18px;
        line-height: 1.6;
    }

    #tsrRoadMap {
        height: 340px;
    }

    .tsr-road-video-grid {
        grid-template-columns: 1fr;
    }
}