.v2-stage2 {
    width: 100%;
    min-width: 0;
    overflow: clip;
    background: #ffffff;
    color: #202124;
}

.v2-stage2-hero {
    width: 100%;
    padding: 48px 120px;
    background: #ffffff;
}

.v2-stage2-hero__inner {
    width: 100%;
    max-width: 1200px;
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 480px) minmax(0, 568px);
    justify-content: space-between;
    gap: clamp(32px, 10.5556vw, 152px);
    margin: 0 auto;
}

.v2-stage2-hero__title,
.v2-stage2-hero__lead,
.v2-stage2-heading,
.v2-stage-card__title,
.v2-stage-card__text {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
}

.v2-stage2-hero__title {
    color: #111827;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
}

.v2-stage2-hero__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
}

.v2-stage2-hero__lead {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.v2-stage2-hero__action {
    align-self: flex-start;
}

.v2-stage2-curve {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 20px;
    overflow: hidden;
    background: #202124;
}

.v2-stage2-curve::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 40px;
    border-radius: 32px;
    background: #ffffff;
}

.v2-stage2-curve--top::before {
    top: -20px;
}

.v2-stage2-curve--bottom::before {
    bottom: -20px;
}

.v2-stage2 .v2-strip {
    padding-right: clamp(16px, 8.3333vw, 120px);
    padding-left: clamp(16px, 8.3333vw, 120px);
}

.v2-stage2-cards {
    width: 100%;
    padding: 48px 120px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
}

.v2-stage2-cards__inner {
    width: 100%;
    max-width: 1200px;
    min-width: 0;
    margin: 0 auto;
}

.v2-stage2-heading {
    color: #111827;
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
}

.v2-criteria {
    min-width: 0;
    position: relative;
}

.v2-criteria__track {
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 40px;
}

.v2-stage-card {
    min-width: 0;
    min-height: 367px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    padding: 30px 20px;
    border-radius: 30px;
    background: #ffffff;
    scroll-margin-top: 96px;
}

.v2-stage-card__icon-shell {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    background: #eef0f4;
}

.v2-stage-card__icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.v2-stage-card__copy {
    width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.v2-stage-card__title {
    width: 100%;
    color: #111827;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.v2-stage-card__text {
    width: 100%;
    color: #111827;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.v2-criteria__pagination,
.v2-criteria__next {
    display: none;
}

.v2-stage2-heading--programs {
    margin-top: 64px;
}

.v2-programs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 40px;
}

.v2-stage-card--program .v2-stage-card__copy {
    min-height: 190px;
}

.v2-stage-card__action {
    margin-top: auto;
}

.v2-location {
    width: 100%;
    padding: 48px 16px;
    background: linear-gradient(180deg, #f7f8fa 0%, #eef0f4 100%);
}

.v2-location__card {
    width: 100%;
    max-width: 1408px;
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
    align-items: center;
    margin: 0 auto;
    padding: 40px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
}

.v2-location__media {
    min-width: 0;
    min-height: 500px;
    overflow: hidden;
    border: 5px solid #202124;
    border-radius: 16px;
    background: #e9ebef url("../../images/v2/stage2/location-map.png") center / cover no-repeat;
}

.v2-location__map {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.v2-location__map--live {
    min-height: 500px;
    border: 0;
}

.v2-location__details {
    position: relative;
    z-index: 2;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-content: flex-start;
    gap: 24px;
    margin: 24px 0 24px -4px;
    padding: 40px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(32, 33, 36, 0.08);
}

.v2-location__title,
.v2-location__description,
.v2-location__meta {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
}

.v2-location__title {
    color: #202124;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.v2-location__description,
.v2-location__meta {
    color: #202124;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}

.v2-location__meta {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: auto;
}

.v2-location__contacts {
    margin: 0;
    font-style: normal;
}

.v2-location__meta-row {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.v2-location__meta-icon {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-top: 3px;
}

.v2-location__meta-copy {
    min-width: 0;
    display: block;
}

.v2-location__address-link {
    color: inherit;
    text-decoration-color: rgba(32, 33, 36, 0.35);
    text-underline-offset: 3px;
}

.v2-location__address-link:hover,
.v2-location__address-link:focus-visible {
    color: #2a568e;
}

.v2-certificate {
    width: 100%;
    padding: 48px 120px;
    background: #ffffff;
}

.v2-certificate__inner {
    width: 100%;
    max-width: 1200px;
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(374px, 610px);
    align-items: stretch;
    gap: 62px;
    margin: 0 auto;
}

.v2-certificate__copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 44px;
}

.v2-certificate__title,
.v2-certificate__description p {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
}

.v2-certificate__title {
    color: #202124;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.v2-certificate__description {
    display: flex;
    flex-direction: column;
    gap: 0;
    color: #202124;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.v2-certificate__media {
    min-width: 0;
    height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 16px;
    border-radius: 16px;
    background: #f7f8fa;
}

.v2-certificate__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
}

.v2-counterfeit {
    width: 100%;
    padding: 48px 120px;
    background: #ffffff;
}

.v2-counterfeit__inner {
    width: 100%;
    max-width: 1200px;
    min-height: 600px;
    display: grid;
    grid-template-columns: minmax(0, 648px) minmax(300px, 1fr);
    align-items: center;
    justify-content: space-between;
    gap: 72px;
    margin: 0 auto;
    padding: 64px;
    border-radius: 24px;
    background: rgba(247, 248, 250, 0.9);
}

.v2-counterfeit__visual {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 2;
}

.v2-counterfeit__image {
    width: min(331px, 100%);
    height: auto;
    display: block;
}

.v2-counterfeit__copy {
    min-width: 0;
    min-height: 395px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
}

.v2-counterfeit__intro {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.v2-counterfeit__title,
.v2-counterfeit__lead,
.v2-counterfeit__question {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
}

.v2-counterfeit__title {
    color: #202124;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.v2-counterfeit__lead {
    color: #26422b;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.v2-counterfeit__question {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.v2-counterfeit__steps {
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.v2-counterfeit__step {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 12px 10px 0;
}

.v2-counterfeit__step-number {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #000000;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.v2-counterfeit__step-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.v2-counterfeit__step-title {
    color: #26422b;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
}

.v2-counterfeit__step-description {
    color: #26422b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.v2-faq {
    width: 100%;
    padding: 48px 120px 96px;
    background: #ffffff;
}

.v2-faq__inner {
    width: 100%;
    max-width: 1200px;
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
    gap: 64px;
    margin: 0 auto;
}

.v2-faq__title {
    min-width: 0;
    margin: 0;
    color: #202124;
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
    overflow-wrap: anywhere;
}

.v2-faq__items,
.v2-faq__item,
.v2-faq__question {
    min-width: 0;
    margin: 0;
}

.v2-faq__item {
    border-bottom: 1px solid #d9dce1;
}

.v2-faq__toggle {
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0;
    border: 0;
    background: transparent;
    color: #202124;
    cursor: pointer;
    font: 700 18px/1.4 "Inter", Arial, sans-serif;
    text-align: left;
}

.v2-faq__chevron {
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #2a568e;
    border-bottom: 2px solid #2a568e;
    transform: rotate(45deg);
    transition: transform 160ms ease;
}

.v2-faq__toggle[aria-expanded="true"] .v2-faq__chevron {
    transform: rotate(225deg);
}

.v2-faq__answer {
    padding: 0 40px 24px 0;
    color: #202124;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.v2-faq__answer[hidden] {
    display: none;
}

.v2-faq__answer p {
    margin: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .v2-stage2-hero,
    .v2-stage2-cards,
    .v2-certificate,
    .v2-counterfeit,
    .v2-faq {
        padding-right: 48px;
        padding-left: 48px;
    }

    .v2-criteria__track,
    .v2-programs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .v2-certificate__inner {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
        gap: 40px;
    }

    .v2-counterfeit__inner {
        grid-template-columns: minmax(0, 1fr) minmax(260px, 0.65fr);
        gap: 40px;
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .v2-stage2-hero {
        padding: 48px 16px;
    }

    .v2-stage2-hero__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 64px;
    }

    .v2-stage2-hero__body {
        gap: 64px;
    }

    .v2-stage2-hero__action {
        align-self: flex-start;
    }

    .v2-stage2 .v2-strip {
        padding: 24px 16px;
    }

    .v2-stage2 .v2-strip--jobs {
        padding-right: 0;
    }

    .v2-stage2 .v2-strip--jobs .v2-strip__content {
        width: 100%;
        max-width: none;
        min-width: 0;
    }

    .v2-stage2 .v2-strip--jobs .v2-strip__actions {
        width: 100%;
        max-width: none;
        padding-right: 0;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        touch-action: pan-x;
        -webkit-overflow-scrolling: touch;
    }

    .v2-stage2 .v2-strip--jobs .v2-strip__actions .v2-button {
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .v2-stage2 .v2-strip--jobs .v2-strip__actions .v2-button:last-child {
        scroll-snap-align: end;
    }

    .v2-stage2-cards {
        padding: 48px 8px;
    }

    .v2-stage2-heading {
        padding: 0 16px;
    }

    .v2-criteria__track {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        overscroll-behavior-x: contain;
        scrollbar-width: none;
    }

    .v2-criteria__track::-webkit-scrollbar {
        display: none;
    }

    .v2-stage-card--criterion {
        flex: 0 0 calc(100vw - 16px);
        width: calc(100vw - 16px);
        max-width: 375px;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .v2-criteria__pagination {
        width: fit-content;
        min-height: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin: 22px auto 14px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
    }

    .v2-criteria__dot {
        width: 8px;
        height: 8px;
        flex: 0 0 8px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: rgba(42, 86, 142, 0.3);
        cursor: pointer;
    }

    .v2-criteria__dot.is-active {
        background: #2a568e;
    }

    .v2-criteria__next {
        position: absolute;
        z-index: 2;
        top: 217px;
        right: 0;
        width: 44px;
        height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: transparent;
        cursor: pointer;
    }

    .v2-criteria__next:focus-visible {
        outline: 2px solid #2a568e;
        outline-offset: 2px;
    }

    .v2-criteria__next-icon {
        width: 44px;
        height: 44px;
        display: block;
    }

    .v2-stage2-heading--programs {
        margin-top: 40px;
    }

    .v2-programs {
        grid-template-columns: minmax(0, 1fr);
    }

    .v2-stage-card--program {
        min-height: 0;
    }

    .v2-location {
        padding: 48px 8px;
        background: #202124;
    }

    .v2-location__card {
        position: relative;
        display: flex;
        flex-direction: column;
        grid-template-columns: none;
        padding: 40px 4px;
        border-radius: 24px;
        background: #f7f8fa;
    }

    .v2-location__media {
        position: relative;
        z-index: 3;
        width: 100%;
        min-height: 0;
        aspect-ratio: 1.57 / 1;
        border-width: 3px;
        border-radius: 12px;
    }

    .v2-location__map {
        position: absolute;
        inset: 0;
    }

    .v2-location__map--live {
        min-height: 0;
    }

    .v2-location__details {
        z-index: 2;
        min-height: 576px;
        aspect-ratio: 0.75 / 1;
        justify-content: flex-start;
        gap: 24px;
        margin: -4px 4px 0;
        padding: 60px 24px 24px;
        border-radius: 24px;
        box-shadow: none;
    }

    .v2-location__description,
    .v2-location__meta {
        font-size: 18px;
    }

    .v2-location__meta {
        margin-top: auto;
        gap: 12px;
    }

    .v2-location__meta-row {
        flex-direction: column;
        gap: 12px;
    }

    .v2-location__meta-icon {
        margin-top: 0;
    }

    .v2-location__address-link {
        text-decoration: none;
    }

    .v2-certificate {
        padding: 0 16px 48px;
    }

    .v2-certificate__inner {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .v2-certificate__media {
        height: 470px;
        order: -1;
    }

    .v2-counterfeit {
        padding: 48px 8px;
    }

    .v2-counterfeit__inner {
        min-height: 0;
        grid-template-columns: minmax(0, 1fr);
        gap: 40px;
        padding: 32px 16px;
    }

    .v2-counterfeit__copy {
        min-height: 0;
    }

    .v2-counterfeit__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .v2-counterfeit__step {
        padding-right: 0;
    }

    .v2-counterfeit__visual {
        order: -1;
    }

    .v2-faq {
        padding: 48px 16px;
    }

    .v2-faq__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 40px;
    }

    .v2-faq__title {
        max-width: 280px;
    }

    .v2-faq__answer {
        padding-right: 0;
    }
}

@media (max-width: 359px) {
    .v2-stage2-hero__title {
        font-size: 36px;
    }

    .v2-stage2-heading,
    .v2-faq__title {
        font-size: 28px;
    }

    .v2-stage-card__title,
    .v2-location__title,
    .v2-certificate__title,
    .v2-counterfeit__title {
        font-size: 22px;
    }

    .v2-certificate__media {
        height: 420px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .v2-faq__chevron {
        transition: none;
    }
}
