/* Subpages — visual language of the main landing (laser biathlon 2.0) */

*,
*::before,
*::after {
    box-sizing: border-box;
}

body.subpage {
    margin: 0;
    color: #222;
    background: #fff;
    font-family: ProximaNovaRegular, CenturyGothic, sans-serif;
    line-height: 1.5;
}

a {
    color: #db0027;
    text-decoration: none;
    transition: color 0.15s linear;
}

a:hover {
    color: #c1001f;
}

.highlight {
    background-color: #fffc00;
}

.bold {
    font-family: ProximaNovaBold, CenturyGothic, sans-serif;
}

.sub-top {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #fff;
    border-bottom: 3px solid #fffc00;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.sub-top__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 14px 4%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.sub-brand {
    display: flex;
    flex-direction: column;
    color: #000;
    text-decoration: none;
}

.sub-brand:hover {
    color: #db0027;
}

.sub-brand__title {
    font-family: ProximaNovaBlack, CenturyGothic, sans-serif;
    font-size: clamp(0.85rem, 2.5vw, 1.05rem);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    line-height: 1.15;
}

.sub-brand__sub {
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #db0027;
    margin-top: 2px;
}

.sub-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 18px;
    align-items: center;
}

.sub-nav a {
    font-family: ProximaNovaSemiBold, CenturyGothic, sans-serif;
    font-size: 0.92rem;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 4px 0;
    border-bottom: 2px solid transparent;
}

.sub-nav a:hover {
    color: #db0027;
    border-bottom-color: #fffc00;
}

.sub-nav a.is-active {
    color: #db0027;
    border-bottom-color: #db0027;
}

.sub-phone {
    font-family: ProximaNovaBold, CenturyGothic, sans-serif;
    font-size: 0.95rem;
    color: #000;
    white-space: nowrap;
}

.sub-phone:hover {
    color: #db0027;
}

.sub-hero {
    position: relative;
    min-height: 220px;
    background: #111 center / cover no-repeat;
    display: flex;
    align-items: flex-end;
}

.sub-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.72) 100%);
}

.sub-hero__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 4% 40px;
}

.sub-hero__badge {
    display: inline-block;
    font-family: ProximaNovaBlack, CenturyGothic, sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000;
    background: #fffc00;
    padding: 6px 12px;
    margin-bottom: 14px;
}

.sub-hero__title {
    margin: 0 0 10px;
    font-family: ProximaNovaBlack, CenturyGothic, sans-serif;
    font-size: clamp(1.6rem, 5vw, 2.75rem);
    line-height: 1.05;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: -0.02em;
    max-width: 18ch;
}

.sub-hero__lead {
    margin: 0;
    max-width: 52ch;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(0.95rem, 2vw, 1.1rem);
}

.sub-hero__lead a {
    color: #fffc00;
}

.sub-hero__lead a:hover {
    color: #fff;
}

.sub-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 4% 48px;
}

.sub-section-title {
    margin: 0 0 28px;
    font-family: ProximaNovaBlack, CenturyGothic, sans-serif;
    font-size: clamp(1.2rem, 3vw, 1.65rem);
    text-transform: uppercase;
    color: #222;
    text-align: center;
}

.sub-section-title::after {
    content: '';
    display: block;
    width: 64px;
    height: 4px;
    background: #db0027;
    margin: 12px auto 0;
}

.kit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
}

@media (max-width: 960px) {
    .kit-grid {
        grid-template-columns: 1fr;
        max-width: 440px;
        margin: 0 auto;
    }
}

.kit-card {
    display: flex;
    flex-direction: column;
    background: #1a1a1a;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.kit-card__visual {
    position: relative;
    background: linear-gradient(180deg, #2a2a2a 0%, #111 100%);
    padding: 24px 16px 8px;
    text-align: center;
    min-height: 200px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.kit-card__visual img {
    display: block;
    max-width: 100%;
    max-height: 180px;
    width: auto;
    height: auto;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

.kit-card__name {
    position: absolute;
    top: 16px;
    left: 16px;
    margin: 0;
    font-family: ProximaNovaBlack, CenturyGothic, sans-serif;
    font-size: 1.35rem;
    color: #fffc00;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.kit-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px 20px 24px;
    border-top: 3px solid #db0027;
}

.kit-card__body p {
    flex: 1;
    margin: 0 0 18px;
    font-size: 0.95rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.85);
    min-height: 4.5em;
}

.kit-card__price {
    font-family: ProximaNovaBlack, CenturyGothic, sans-serif;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.kit-card__buy {
    display: inline-block;
    align-self: flex-start;
    font-family: ProximaNovaSemiBold, CenturyGothic, sans-serif;
    font-size: 0.95rem;
    border: 2px solid #db0027;
    border-radius: 999px;
    background: #db0027;
    color: #fff !important;
    padding: 10px 28px;
    text-decoration: none;
    transition: background 0.15s linear, border-color 0.15s linear;
}

.kit-card__buy:hover {
    background: #c1001f;
    border-color: #c1001f;
    color: #fff !important;
}

.faq-block {
    background: #f7f7f7;
    margin: 0 -4vw;
    padding: 40px 4vw;
}

@media (min-width: 1250px) {
    .faq-block {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding-left: calc(50vw - 600px + 4%);
        padding-right: calc(50vw - 600px + 4%);
    }
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: #fff;
    border-left: 4px solid #db0027;
    padding: 20px 22px;
    margin-bottom: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.faq-item__q {
    margin: 0 0 8px;
    font-family: ProximaNovaBold, CenturyGothic, sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    color: #222;
    letter-spacing: 0.02em;
}

.faq-item p {
    margin: 0;
    color: #444;
    font-size: 0.98rem;
}

.sub-cta {
    margin-top: 40px;
    background: #fffc00;
    padding: 32px 28px;
    text-align: center;
    position: relative;
}

.sub-cta__title {
    margin: 0 0 10px;
    font-family: ProximaNovaBlack, CenturyGothic, sans-serif;
    font-size: clamp(1.3rem, 4vw, 2rem);
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff;
}

.sub-cta p {
    margin: 0 0 6px;
    font-family: ProximaNovaBold, CenturyGothic, sans-serif;
    color: #000;
    font-size: 1rem;
}

.sub-cta__phone {
    font-family: ProximaNovaBlack, CenturyGothic, sans-serif;
    font-size: clamp(1.2rem, 3.5vw, 1.75rem);
}

.sub-cta__phone a {
    color: #db0027;
}

.sub-cta a:not(.sub-cta__phone a) {
    color: #db0027;
    font-family: ProximaNovaSemiBold, CenturyGothic, sans-serif;
}

.sub-footer {
    background: #111;
    color: #fff;
    padding: 28px 4% 36px;
    text-align: center;
}

.sub-footer__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 24px;
    margin-bottom: 16px;
}

.sub-footer__nav a {
    font-family: ProximaNovaSemiBold, CenturyGothic, sans-serif;
    font-size: 0.9rem;
    color: #fffc00;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.sub-footer__nav a:hover {
    color: #fff;
}

.sub-footer__copy {
    margin: 0;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.55);
}

.sub-footer__logo {
    display: block;
    width: 36px;
    height: auto;
    margin: 0 auto 14px;
    fill: #db0027;
}

@media (max-width: 720px) {
    .sub-top__inner {
        justify-content: center;
        text-align: center;
    }

    .sub-nav {
        justify-content: center;
    }

    .sub-phone {
        width: 100%;
    }

    .sub-hero__title {
        max-width: none;
    }
}
