.triplus-event-landing {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow-x: clip;
    color: #0f172a;
    background: #f8fafc;
    font-family: inherit;
}

body.triplus-event-landing-page #content.site-content {
    padding-top: 0 !important;
}

body.triplus-event-landing-page .triplus-event-landing {
    margin-top: -30px;
}

.triplus-landing-container {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.triplus-landing-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    background: linear-gradient(135deg, #0f172a, #1d4ed8);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden;
}

.triplus-landing-hero-overlay {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7));
    ;

}

.triplus-landing-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    text-align: left;
}

.triplus-landing-hero-card {
    width: 100%;
    max-width: none;
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    color: #fff;
    box-shadow: none;
    flex-shrink: 1;
}

.triplus-landing-hero-medal {
    width: 100%;
    max-width: 380px;
    flex-shrink: 0;
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.4));
    animation: triplus-medal-float 6s ease-in-out infinite;
    display: none;
}

.triplus-landing-hero-medal-img {
    width: 100%;
    height: auto;
    display: block;
}

@keyframes triplus-medal-float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0); }
}

@media (min-width: 960px) {
    .triplus-landing-hero-medal {
        display: block;
    }
}

.triplus-landing-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .16);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.triplus-landing-eyebrow svg {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
}

.triplus-landing-title {
    margin: 18px 0 50px;
    font-size: 36px;
    line-height: 1.23;
    font-weight: 600;
    color: #fff;
}

.triplus-landing-lead {
    max-width: none;
    margin-bottom: 63px;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 300;
    color: #fff;
}

.triplus-landing-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.triplus-landing-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.triplus-landing-meta-item svg,
.triplus-landing-btn svg,
.triplus-landing-benefit-icon svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.triplus-landing-distance-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.triplus-landing-distance-chips.is-compact {
    margin-bottom: 0;
}

.triplus-landing-distance-chip {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .16);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.triplus-landing-card .triplus-landing-distance-chip {
    background: #eef2ff;
    color: #1e3a8a;
}

.triplus-landing-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.triplus-landing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 16px;
    text-decoration: none;
    font-weight: 700;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.triplus-landing-btn-primary {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1ch;
    max-width: 100%;
    min-height: 60px;
    padding: 0 60px;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #ffffff !important;
    background: #d63343 !important;
    border: 0;
    border-radius: 30px;
    box-shadow: none;
    text-decoration: none;
    white-space: normal;
    transition: background-color .2s ease-in-out, color .2s ease-in-out,
        border-color .2s ease-in-out, box-shadow .2s ease-in-out,
        opacity .2s ease-in-out, transform .2s ease-in-out, gap .2s ease-in-out;
}

.triplus-landing-btn-primary:hover,
.triplus-landing-btn-primary:focus,
.triplus-landing-btn-primary:active {
    transform: translateY(-1px);
    background: #c22938 !important;
    color: #ffffff !important;
    text-decoration: none;
}

.triplus-landing-btn-effects {
    position: absolute;
    inset: 0;
}

.triplus-landing-btn-effects::before {
    content: "";
    position: absolute;
    top: 0;
    left: -85px;
    width: 45px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    transform: skewX(-45deg);
    animation: countdown-flash-md 3s linear infinite;
    pointer-events: none;
}

.triplus-landing-btn:hover {
    transform: translateY(-1px);
}

.triplus-landing-btn-secondary {
    border: 1px solid rgba(255, 255, 255, .22) !important;
    background: rgba(255, 255, 255, .12) !important;
    color: #ffffff !important;
}

.triplus-landing-btn-secondary:hover,
.triplus-landing-btn-secondary:focus,
.triplus-landing-btn-secondary:active {
    background: rgba(255, 255, 255, .22) !important;
    border-color: rgba(255, 255, 255, .32) !important;
    color: #ffffff !important;
    text-decoration: none;
}

.triplus-landing-section {
    padding: 56px 0;
}

.triplus-landing-section--content {
    position: relative;
    background: #f8fafc;
}

.participant-gifts {
    position: relative;
    padding: 45px 0;
    background: #004151;
}

.participant-gifts__title {
    margin: 0 0 105px;
    font-weight: 300;
    font-size: 42px;
    line-height: 1.23;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.participant-gifts__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
    gap: 20px;
}

.participant-gifts__card {
    text-align: center;
    color: #fff;
}

.participant-gifts__card-inner {
    padding: 0 12px;
}

.participant-gifts__icon {
    display: block;
    width: 100px;
    max-width: 100%;
    height: auto;
    margin: 0 auto 25px;
}

.participant-gifts__icon--fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.participant-gifts__icon--fallback svg {
    width: 40px;
    height: 40px;
}

.participant-gifts__card-title {
    margin: 12px 0 25px;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.17;
    color: #fff;
    overflow-wrap: break-word;
}

.participant-gifts__card-descr {
    margin: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.55;
    color: #fff;
    overflow-wrap: break-word;
}

.triplus-landing-card {
    padding: 28px;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
}

.triplus-landing-card--plain {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}


.triplus-landing-content-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
}

.triplus-landing-main {
    display: grid;
    gap: 24px;
}

.triplus-landing-card h2 {
    margin: 0 0 18px;
    line-height: 1.2;
}

.triplus-landing-richtext {
    color: #000;
    line-height: 1.8;
}

.triplus-landing-richtext p {
    margin: 0 0 16px;
}

.photo-gallery {
    padding: 0;
}

.photo-gallery__grid {
    min-height: 1px;
    width: 100%;
    font-size: 0;
}

.photo-gallery__item {
    display: inline-block;
    width: 25%;
    vertical-align: bottom;
}

.photo-gallery__image {
    width: 100%;
    height: 240px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.15s linear;
}

.photo-gallery__image:hover {
    position: relative;
    z-index: 2;
    transform: scale(1.04);
    box-shadow: 0 2px 20px 2px rgba(0, 0, 0, 0.45);
}

.photo-gallery__item:nth-child(4n + 4) .photo-gallery__image {
    transform-origin: right;
}

.photo-gallery__item:nth-child(4n + 1) .photo-gallery__image {
    transform-origin: left;
}

.photo-gallery__item:nth-child(4n + 4) .photo-gallery__image:hover,
.photo-gallery__item:nth-child(4n + 1) .photo-gallery__image:hover {
    transform: scale(1.02);
}

.medical-certificate {
    padding: 74px 0;
    background: #fff;
}

.medical-certificate__card {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 34px;
    align-items: start;
    padding: 44px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
}

.medical-certificate__header {
    display: grid;
    gap: 18px;
    align-content: start;
}

.medical-certificate__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: transparent;
    color: #ff2525;
}

.medical-certificate__icon svg {
    width: 40px;
    height: 40px;
}

.medical-certificate__content {
    width: 100%;
    max-width: none;
}

.medical-certificate__content > :last-child {
    margin-bottom: 0;
}

.medical-certificate__more-wrap {
    margin-top: 22px;
}

.medical-certificate__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    border: 1px solid #004151;
    border-radius: 999px;
    color: #004151;
    font-weight: 700;
    text-decoration: none;
    transition: background-color .18s ease, color .18s ease;
}

.medical-certificate__more:hover,
.medical-certificate__more:focus {
    background: #004151;
    color: #fff;
    text-decoration: none;
}

.location-map {
    width: 100%;
    max-width: 100%;
}

.location-map__inner {
    display: flex;
    overflow: hidden;
    margin: 0 auto;
    background: #fafafa;
}

.location-map__info,
.location-map__map {
    width: 50%;
}

.location-map__info {
    background: #fafafa;
}

.location-map__content {
    display: table;
    width: 100%;
    height: 400px;
    background: #fafafa;
    color: #000;
}

.location-map__content-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 90px;
}

.location-map__title {
    margin: 0 0 45px;
    font-weight: 600;
    line-height: 1.17;
    color: #000;
    text-transform: uppercase;
}

.location-map__address {
    margin: 0 0 10px;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
}

.location-map__text {
    margin-top: 32px;
    font-weight: 300;
    line-height: 1.55;
    color: #000;
}

.location-map__text p {
    margin: 0 0 16px;
}

.location-map__text p:last-child {
    margin-bottom: 0;
}

.location-map__map {
    height: 400px;
    background: rgb(229, 227, 223);
}

.location-map__embed {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.triplus-technical-slider-wrapper {
    position: relative;
    overflow: hidden;
    padding: 0 64px;
}

.triplus-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    color: #0f172a;
    transition: transform 0.2s ease, opacity 0.2s ease;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.triplus-slider-nav:hover {
    transform: translateY(-50%) scale(1.1);
    opacity: 0.7;
}

.triplus-slider-nav:focus,
.triplus-slider-nav:active {
    outline: none;
    background: transparent;
}

.triplus-slider-nav svg {
    width: 20px;
    height: 20px;
}

.triplus-slider-nav--prev {
    left: 0;
}

.triplus-slider-nav--next {
    right: 0;
}

.triplus-technical-slider {
    display: flex;
    gap: 20px;
    align-items: stretch;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 20px;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.triplus-technical-slider::-webkit-scrollbar {
    display: none;
}

.triplus-technical-slider__item {
    flex: 0 0 calc((100% - 40px) / 3);
    min-width: 0;
    scroll-snap-align: start;
    border-radius: 16px;
    overflow: hidden;
    background: transparent;
    text-decoration: none;
    color: #0f172a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform .18s ease;
}

.triplus-technical-slider__item:hover {
    transform: translateY(-2px);
}

.triplus-technical-slider__item--image {
    background: transparent;
}

.triplus-technical-slider__image {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
    display: block;
    background: transparent;
    border-radius: 16px;
}

.triplus-technical-slider__pdf {
    display: flex;
    flex: 1;
    min-height: 240px;
    padding: 24px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    background: #e2e8f0;
    color: #64748b;
    text-align: center;
}

.triplus-technical-slider__pdf svg {
    width: 48px;
    height: 48px;
}

.triplus-technical-slider__title {
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    text-align: center;
    color: #0f172a;
}

.triplus-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.triplus-lightbox.is-active {
    opacity: 1;
    visibility: visible;
}

.triplus-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.9);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.triplus-lightbox__close {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 2;
    width: 48px;
    height: 48px;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, opacity 0.2s ease;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.triplus-lightbox__close:hover {
    transform: scale(1.1);
    opacity: 0.7;
}

.triplus-lightbox__close:focus,
.triplus-lightbox__close:active {
    outline: none;
    background: transparent;
}

.triplus-lightbox__close svg,
.triplus-lightbox__nav svg {
    width: 24px;
    height: 24px;
}

.triplus-lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 56px;
    height: 56px;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, opacity 0.2s ease;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.triplus-lightbox__nav:hover {
    transform: translateY(-50%) scale(1.1);
    opacity: 0.7;
}

.triplus-lightbox__nav:focus,
.triplus-lightbox__nav:active {
    outline: none;
    background: transparent;
}

.triplus-lightbox__nav--prev {
    left: 24px;
}

.triplus-lightbox__nav--next {
    right: 24px;
}

.triplus-lightbox__content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    max-height: 90vh;
    padding: 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.triplus-lightbox__content img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.triplus-lightbox__content iframe {
    width: 100%;
    height: 90vh;
    border: 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.partners {
    padding: 30px 0;
    background: #fff;
}

.partners__title,
.partners__featured-title {
    margin: 0 auto;
    padding-bottom: 10px;
    font-weight: 300;
    line-height: 1.23;
    text-align: center;
    color: #000;
}

.partners__title {
    text-transform: uppercase;
}

.partners__featured {
    padding: 0 0 clamp(34px, 5vw, 64px);
}

.partners__featured-title {
    padding-bottom: 20px;
    text-transform: none;
}

.partners__grid {
    display: flex;
    flex-direction: column;
}

.partners__row {
    display: grid;
    grid-template-columns: repeat(var(--partners-columns, 1), minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: center;
}

.partners__row--featured {
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
}

.partners__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
}

.partners__item--featured {
    min-height: 190px;
    padding: 28px;
}

.partners__item + .partners__item {
    border-left: 1px solid #c4c4c4;
}

.partners__link {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.partners__logo {
    display: block;
    width: 100%;
    height: auto;
    max-width: 160px;
    max-height: 120px;
    margin: 0 auto;
    object-fit: contain;
}

.partners__item--featured .partners__link {
    max-width: 360px;
}

.partners__item--featured .partners__logo {
    max-width: 320px;
    max-height: 180px;
}

@media screen and (max-width: 960px) {
    .photo-gallery__image {
        transform: none !important;
    }

    .location-map__content-inner {
        padding: 40px;
    }

    .partners__row {
        grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
    }

    .partners__item + .partners__item {
        border-left: 0;
    }
}

/* iOS Safari often struggles with background-attachment: fixed, fallback for better UX */
@supports (-webkit-touch-callout: none) {
    .countdown-cover {
        background-attachment: scroll;
    }
}

@media (max-width: 1100px) {
    .participant-gifts__grid {
        grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
    }

    .medical-certificate__card {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 24px;
    }

    .medical-certificate__icon {
        width: 40px;
        height: 40px;
    }

    .medical-certificate__icon svg {
        width: 38px;
        height: 38px;
    }

    .triplus-technical-slider-wrapper {
        padding: 0 56px;
    }

    .triplus-technical-slider__item {
        flex: 0 0 calc((100% - 20px) / 2);
    }
}

@media (max-width: 1200px) {
    .partners__item {
        padding: 10px;
    }

    .participant-gifts__title {
        font-size: 38px;
    }

    .participant-gifts__card-title {
        font-size: 28px;
    }

    .participant-gifts__card-descr {
        font-size: 14px;
    }

    .triplus-landing-title {
        font-size: 32px;
    }

    .triplus-landing-lead {
        font-size: 22px;
    }

    .triplus-landing-btn-primary {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (max-width: 767px) {
    .triplus-landing-container {
        width: min(100% - 24px, 1200px);
    }

    .triplus-landing-hero {
        min-height: 100vh;
        min-height: 100svh;
        min-height: 100dvh;
        padding: 0;
    }

    .triplus-landing-hero-inner {
        min-height: 100vh;
        min-height: 100svh;
        min-height: 100dvh;
        flex-direction: column;
        justify-content: center;
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .triplus-landing-hero-medal {
        display: block;
        max-width: 250px;
        margin: 40px auto 0;
        animation: none;
    }

    .triplus-landing-title {
        margin: 14px 0 32px;
        font-size: 28px;
        line-height: 1.23;
    }

    .triplus-landing-lead {
        margin-bottom: 36px;
        font-size: 20px;
        line-height: 1.4;
    }

    .triplus-landing-meta-item {
        width: 100%;
        justify-content: flex-start;
    }

    .triplus-landing-btn {
        width: 100%;
    }

    .triplus-landing-btn-primary {
        padding-left: 30px;
        padding-right: 30px;
    }

    .triplus-landing-section {
        padding: 36px 0;
    }

    .participant-gifts__title {
        margin-bottom: 45px;
        font-size: 30px;
    }

    .participant-gifts__grid {
        grid-template-columns: 1fr;
    }

    .participant-gifts__card {
        margin-bottom: 45px;
    }

    .participant-gifts__card-title {
        font-size: 24px;
    }

    .participant-gifts__card-descr {
        font-size: 12px;
        line-height: 1.45;
    }

    .triplus-landing-card {
        padding: 20px;
        border-radius: 20px;
    }

    .medical-certificate {
        padding: 42px 0;
    }

    .medical-certificate__card {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 24px;
    }

    .medical-certificate__header {
        display: block;
    }

    .triplus-technical-slider-wrapper {
        padding: 0;
        overflow: visible;
    }

    .triplus-technical-slider__item {
        flex: 0 0 100%;
    }

    .triplus-slider-nav {
        display: none;
    }

    .triplus-lightbox__content {
        padding: 0 20px;
    }

    .triplus-lightbox__nav {
        display: none;
    }

    .triplus-lightbox__close {
        top: 16px;
        right: 16px;
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 750px) {
    .location-map__inner {
        display: block;
        min-height: auto !important;
    }

    .location-map__info,
    .location-map__map {
        width: 100%;
        min-height: auto !important;
    }

    .location-map__content {
        width: 100%;
        height: auto !important;
    }

    .location-map__content-inner {
        display: block;
        padding: 30px 20px;
    }

    .location-map__map {
        height: 300px !important;
    }

    .location-map__title {
        margin-bottom: 24px;
    }

    .location-map__text {
        margin-top: 24px;
    }
}

@media screen and (max-width: 640px) {
    .photo-gallery__item {
        width: 50%;
    }

    .partners__grid {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .partners__featured {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 440px) {
    .partners__row {
        grid-template-columns: repeat(auto-fit, minmax(min(140px, 100%), 1fr));
    }
}

.countdown-cover {
    position: relative;
    min-height: 60vh;
    min-height: 60svh;
    min-height: 60dvh;
    background-color: #0f172a;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    overflow: hidden;
}

.countdown-cover::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(31, 31, 31, 0.5), rgba(5, 5, 5, 0.5));
    z-index: 0;
}

.countdown-cover__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    min-height: 60svh;
    min-height: 60dvh;
    padding: 30px 20px;
    box-sizing: border-box;
    text-align: center;
}

.countdown-cover__content {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

.countdown-cover__title-wrap {
    margin: 0 auto 55px;
}

.countdown-cover__title {
    margin: 0;
    font-weight: 500;
    font-size: 52px;
    line-height: 1.23;
    text-transform: uppercase;
    color: #fff;
}

.countdown-cover__timer {
    text-align: center;
    font-size: 0;
}

.countdown-cover__unit {
    position: relative;
    display: inline-block;
    min-width: 90px;
    margin-right: 30px;
    padding-right: 32px;
}

.countdown-cover__unit::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    opacity: 0.2;
    background: #fff;
}

.countdown-cover__unit:last-child {
    margin-right: 0;
    padding-right: 0;
}

.countdown-cover__unit:last-child::after {
    display: none;
}

.countdown-cover__number {
    display: block;
    font-weight: 600;
    font-size: 64px;
    line-height: 1.23;
    color: #fff;
}

.countdown-cover__label {
    padding-bottom: 7px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.55;
    color: #fff;
}

.countdown-cover__actions {
    margin-top: 50px;
}

.countdown-cover__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    max-width: 100%;
    padding: 0 60px;
    overflow: hidden;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    text-decoration: none;
    white-space: normal;
    background: #008cc8;
    border: 3px solid transparent;
    border-radius: 30px;
    box-shadow: none;
    isolation: isolate;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
        border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
        opacity 0.2s ease-in-out, transform 0.2s ease-in-out, gap 0.2s ease-in-out;
}

.countdown-cover__btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -85px;
    width: 45px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    transform: skewX(-45deg);
    animation: countdown-flash-md 3s linear infinite;
    pointer-events: none;
}

.countdown-cover__btn:hover,
.countdown-cover__btn:focus-visible {
    color: #008cc8;
    border-color: #008cc8;
    background: #fff;
}

.event-qr-block {
    padding: 80px 0;
    background: #fff;
}

.event-qr-block__inner {
    display: grid;
    grid-template-columns: minmax(220px, 250px) minmax(0, 1fr);
    gap: 72px;
    align-items: center;
}

.event-qr-block__media {
    display: flex;
    justify-content: center;
}

.event-qr-block__image {
    display: block;
    width: 250px;
    max-width: 100%;
    height: auto;
}

.event-qr-block__content {
    display: grid;
    gap: 34px;
    justify-items: start;
}

.event-qr-block__text {
    max-width: 720px;
    font-weight: 300;
    line-height: 1.5;
    color: #214f5f;
}

.event-qr-block__text p {
    margin: 0;
}

.event-qr-block__text p + p {
    margin-top: 12px;
}

.event-qr-block__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    min-width: 220px;
    padding: 0 46px;
    border-radius: 999px;
    background: #16485a;
    color: #fff !important;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.event-qr-block__button:hover,
.event-qr-block__button:focus-visible {
    background: #0f3442;
    color: #fff !important;
    transform: translateY(-1px);
}

.triplus-landing-results-summary {
    padding: 72px 0;
    background: #fff;
}

.triplus-event-summary-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: 20px;
    border: 1px solid rgba(15, 52, 66, 0.12);
    border-radius: 5px;
    background: linear-gradient(135deg, rgba(150, 207, 217, 0.18), rgba(255, 255, 255, 0.96));
}

.triplus-event-summary-card__eyebrow {
    margin: 0 0 8px;
    color: #086d84;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.triplus-event-summary-card__title {
    margin: 0;
    color: #18313a;
    font-size: 30px;
    line-height: 1.17;
    font-weight: 300;
}

.triplus-event-summary-card__text {
    max-width: 620px;
    margin: 14px 0 0;
    color: #54646b;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.55;
}

.triplus-event-summary-card__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.triplus-event-summary-card__button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 18px;
    border: 1px solid rgba(8, 109, 132, 0.2);
    border-radius: 999px;
    background: #fff;
    color: #16485a !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.triplus-event-summary-card__button--primary {
    border-color: #16485a;
    background: #16485a;
    color: #fff !important;
}

.triplus-event-summary-card__button:hover,
.triplus-event-summary-card__button:focus-visible {
    border-color: #16485a;
    background: #16485a;
    color: #fff !important;
    transform: translateY(-1px);
}

@keyframes countdown-flash-md {
    0% {
        left: -85px;
    }

    30%,
    100% {
        left: calc(100% + 85px);
    }
}

@media screen and (max-width: 1200px) {
    .countdown-cover__title {
        font-size: 48px;
    }

    .countdown-cover__number {
        font-size: 60px;
    }

    .countdown-cover__label {
        font-size: 12px;
    }

    .countdown-cover__btn {
        padding-left: 45px;
        padding-right: 45px;
    }

    .event-qr-block__inner {
        gap: 44px;
    }

}

@media screen and (max-width: 640px) {
    .countdown-cover__title-wrap {
        margin-bottom: 35px;
    }

    .countdown-cover__title {
        font-size: 30px;
    }

    .countdown-cover__unit {
        min-width: 35px;
        margin: 0;
        padding: 0 13px;
    }

    .countdown-cover__unit:last-child {
        padding-right: 13px;
    }

    .countdown-cover__actions {
        margin-top: 35px;
    }

    .countdown-cover__number {
        font-size: 30px;
    }

    .countdown-cover__btn {
        display: flex;
        width: 100%;
        min-height: 50px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .event-qr-block {
        padding: 46px 0;
    }

    .event-qr-block__inner {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }

    .event-qr-block__image {
        width: min(100%, 300px);
    }

    .event-qr-block__content {
        justify-items: center;
        gap: 24px;
    }

    .event-qr-block__button {
        width: 100%;
        min-width: 0;
    }

    .triplus-landing-results-summary {
        padding: 44px 0;
    }

    .triplus-event-summary-card {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .triplus-event-summary-card__actions {
        justify-content: stretch;
    }

    .triplus-event-summary-card__button {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .countdown-cover__number {
        font-size: 24px;
    }
}
