.v2-home {
    width: 100%;
    overflow: clip;
    background: #202124;
    color: #202124;
}

.v2-home-surface {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    border-radius: 30px;
    background: #ffffff;
}

.v2-home a:focus-visible,
.v2-home button:focus-visible,
.v2-home [tabindex="0"]:focus-visible {
    outline: 3px solid var(--v2-color-focus, #68a8ff);
    outline-offset: 3px;
}

.v2-home-hero {
    min-height: 977px;
    padding: 48px 120px;
    background: linear-gradient(180deg, #ffffff 0 70.3%, #202124 70.3% 100%);
}

.v2-home-hero__inner,
.v2-home-company__inner,
.v2-home-director__inner,
.v2-home-blog__inner,
.v2-home-faq__inner {
    width: 100%;
    max-width: 1200px;
    min-width: 0;
    margin: 0 auto;
}

.v2-home-hero__inner {
    display: flex;
    flex-direction: column;
    gap: 62px;
}

.v2-home-hero__header {
    min-height: 144px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 64px;
}

.v2-home-hero__title {
    width: 460px;
    max-width: 100%;
    margin: 0;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1.2px;
}

.v2-home-hero__intro {
    width: 439px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding-top: 6px;
}

.v2-home-hero__intro p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
}

.v2-home-hero__actions,
.v2-home-products__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
}

.v2-home-company {
    padding: 96px 120px 48px;
    background: #ffffff;
}

.v2-home-company__inner {
    display: grid;
    grid-template-columns: minmax(0, 480px) minmax(0, 568px);
    justify-content: space-between;
    gap: 64px;
}

.v2-home-company__title,
.v2-home-blog__header h2,
.v2-home-faq__inner > h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
}

.v2-home-company__copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 18px;
}

.v2-home-company__copy p {
    width: 100%;
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
}

.v2-home-company__link {
    margin-top: 12px;
}

.v2-home-notice {
    width: 100%;
    max-width: 1200px;
    min-width: 0;
    display: flex;
    align-items: flex-start;
    gap: 48px;
    margin: 60px auto 0;
    padding: 40px 20px;
    border-radius: 30px;
    background: #f7f8fa;
}

.v2-home-notice__icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #ffffff;
    color: rgba(252, 178, 24, 0.75);
    font-family: monospace;
    font-size: 31px;
    font-weight: 700;
    line-height: 1;
}

.v2-home-notice p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.v2-home-notice p + p {
    margin-top: 20px;
}

.v2-home-benefits {
    padding: 48px 120px;
    background: linear-gradient(180deg, #ffffff, #f7f8fa);
}

.v2-home-benefits__track {
    width: 100%;
    max-width: 1200px;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 0 auto;
}

.v2-home-benefit {
    min-width: 0;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 20px;
    border-radius: 30px;
    background: #ffffff;
}

.v2-home-benefit__icon {
    width: 80px;
    height: 80px;
    display: block;
    object-fit: contain;
    margin-bottom: 60px;
}

.v2-home-benefit h2 {
    margin: 0 0 14px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.v2-home-benefit p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}

.v2-home-carousel-dots {
    display: none;
}

.v2-home__location .v2-location {
    padding: 48px 120px;
    background: #f7f8fa;
}

.v2-home__location .v2-location__card {
    max-width: 1200px;
    grid-template-columns: minmax(0, 675px) minmax(0, 525px);
    align-items: center;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.v2-home__location .v2-location__media {
    min-height: 424px;
    height: 424px;
    border: 0;
    border-radius: 10px 0 0 10px;
    background: #e9ebef;
}

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

.v2-home__location .v2-location__details {
    min-height: 593px;
    justify-content: center;
    gap: 20px;
    margin: 0;
    padding: 62px 20px 26px;
    border-radius: 30px;
    box-shadow: none;
}

.v2-home__location .v2-location__description {
    flex: 0 1 auto;
}

.v2-home-products {
    padding: 48px 16px;
    background: linear-gradient(180deg, #f7f8fa 0 40%, #ffffff 80% 100%);
}

.v2-home-products__panel {
    width: 100%;
    max-width: 1408px;
    min-height: 590px;
    display: grid;
    grid-template-columns: minmax(0, 528px) minmax(0, 610px);
    align-items: center;
    justify-content: center;
    gap: 62px;
    margin: 0 auto;
    padding: 72px 104px;
    border-radius: 32px;
    background: #ffffff;
}

.v2-home-products__copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.v2-home-products__copy h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
}

.v2-home-products__title-link {
    color: inherit;
    text-decoration: none;
}

.v2-home-products__title-link:hover {
    color: #2a568e;
}

.v2-home-products__copy p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
}

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

.v2-home-products__track {
    width: 100%;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 30px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
}

.v2-home-products__track::-webkit-scrollbar,
.v2-home-benefits__track::-webkit-scrollbar,
.v2-home-blog__track::-webkit-scrollbar {
    display: none;
}

.v2-home-products__slide {
    min-width: 100%;
    flex: 0 0 100%;
    margin: 0;
    aspect-ratio: 610 / 407;
    overflow: hidden;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.v2-home-products__arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    padding: 0 0 4px;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    color: #2a568e;
    box-shadow: 0 5px 18px rgba(32, 33, 36, 0.18);
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
}

.v2-home-products__arrow--prev {
    left: -22px;
}

.v2-home-products__arrow--next {
    right: -22px;
}

.v2-home-products__dots,
.v2-home-carousel-dots {
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.v2-home-products__dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    z-index: 3;
    display: flex;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 4px 16px rgba(32, 33, 36, 0.16);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transform: translateX(-50%);
}

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

.v2-home-products__dot.is-active,
.v2-home-carousel-dot.is-active {
    background: #2a568e;
}

.v2-home__price .v2-contact {
    background: #202124;
}

.v2-home-director {
    padding: 0 120px;
    background: linear-gradient(180deg, #ffffff, #f7f8fa);
}

.v2-home-director__inner {
    min-height: 483px;
    display: grid;
    grid-template-columns: 367px minmax(0, 1fr);
    align-items: center;
    gap: 40px;
}

.v2-home-director__image {
    width: 367px;
    height: 443px;
    display: block;
    object-fit: contain;
    object-position: center bottom;
}

.v2-home-director__content {
    display: flex;
    flex-direction: column-reverse;
    gap: 42px;
}

.v2-home-director__content blockquote {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
}

.v2-home-director__author {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.v2-home-director__author strong {
    font-size: 24px;
    line-height: 1.3;
}

.v2-home-director__author span {
    font-size: 16px;
    line-height: 1.6;
}

.v2-home__jobs .v2-strip__actions {
    flex-wrap: wrap;
    justify-content: flex-end;
    overflow: visible;
}

.v2-home-blog {
    padding: 96px 120px 48px;
    background: #ffffff;
}

.v2-home-blog__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 40px;
}

.v2-home-blog__track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 46px 20px;
}

.v2-home-blog .v2-blog-card {
    max-width: 386px;
}

.v2-home-blog__empty {
    margin: 0;
    padding: 60px 0;
    text-align: center;
}

.v2-home-faq {
    padding: 96px 120px;
    background: #ffffff;
}

.v2-home-faq__inner {
    display: grid;
    grid-template-columns: minmax(0, 488px) minmax(420px, 590px);
    justify-content: space-between;
    gap: 80px;
}

.v2-home-faq__items {
    min-width: 0;
}

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

.v2-home-faq__item h3 {
    margin: 0;
}

.v2-home-faq__item h3 button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 32px 0;
    border: 0;
    background: transparent;
    color: #202124;
    font: inherit;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    cursor: pointer;
}

.v2-home-faq__icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f7f8fa;
}

.v2-home-faq__icon-image {
    width: 14px;
    height: 8px;
    display: block;
}

.v2-home-faq__icon-image--open {
    display: none;
}

.v2-home-faq__item button[aria-expanded="true"] .v2-home-faq__icon {
    background: #fef7e7;
}

.v2-home-faq__item button[aria-expanded="true"] .v2-home-faq__icon-image--closed {
    display: none;
}

.v2-home-faq__item button[aria-expanded="true"] .v2-home-faq__icon-image--open {
    display: block;
}

.v2-home-faq__answer {
    padding: 0 48px 32px 0;
    color: #555a65;
    font-size: 16px;
    line-height: 1.6;
}

.v2-home-faq__answer p {
    margin: 0;
}

@media (max-width: 1100px) {
    .v2-home-hero,
    .v2-home-company,
    .v2-home-benefits,
    .v2-home-director,
    .v2-home-blog,
    .v2-home-faq,
    .v2-home__location .v2-location {
        padding-right: 32px;
        padding-left: 32px;
    }

    .v2-home-products__panel {
        grid-template-columns: minmax(300px, 0.85fr) minmax(400px, 1fr);
        gap: 36px;
        padding-right: 48px;
        padding-left: 48px;
    }

    .v2-home-products__arrow--prev {
        left: 8px;
    }

    .v2-home-products__arrow--next {
        right: 8px;
    }

    .v2-home-company__inner,
    .v2-home-faq__inner {
        gap: 48px;
    }

    .v2-home__location .v2-location__details {
        min-height: 520px;
        padding-top: 36px;
    }

    .v2-home__jobs .v2-strip__actions {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
    }
}

@media (max-width: 767px) {
    .v2-home-hero,
    .v2-home-company,
    .v2-home-benefits,
    .v2-home-director,
    .v2-home-blog,
    .v2-home-faq,
    .v2-home__location .v2-location {
        padding-right: 16px;
        padding-left: 16px;
    }

    .v2-home-hero {
        min-height: 0;
        padding-top: 48px;
        padding-bottom: 0;
        background: linear-gradient(180deg, #ffffff 0 73.6%, #202124 73.6% 100%);
    }

    .v2-home-hero__inner {
        gap: 62px;
    }

    .v2-home-hero__header {
        min-height: 0;
        flex-direction: column;
        gap: 40px;
    }

    .v2-home-hero__title {
        width: 100%;
        font-size: 40px;
        font-weight: 800;
        letter-spacing: 0;
    }

    .v2-home-hero__intro {
        width: 100%;
        padding: 0;
    }

    .v2-home-hero__actions {
        width: 100%;
        flex-wrap: nowrap;
        gap: 14px;
    }

    .v2-home-hero__actions .v2-button {
        min-width: 0;
        flex: 1 1 0;
        padding-right: 12px;
        padding-left: 12px;
    }

    .v2-home-company {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .v2-home-company__inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .v2-home-company__title,
    .v2-home-blog__header h2,
    .v2-home-faq__inner > h2 {
        font-size: 40px;
    }

    .v2-home-company__copy {
        gap: 18px;
    }

    .v2-home-notice {
        gap: 10px;
        margin-top: 40px;
        padding: 20px 10px;
    }

    .v2-home-benefits {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .v2-home-benefits__track {
        width: calc(100vw - 32px);
        display: flex;
        gap: 14px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        overscroll-behavior-x: contain;
    }

    .v2-home-benefit {
        min-width: 100%;
        flex: 0 0 100%;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .v2-home-carousel-dots {
        display: flex;
        height: 44px;
        margin-top: 14px;
    }

    .v2-home__location .v2-location {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .v2-home__location .v2-location__card {
        display: flex;
        flex-direction: column;
    }

    .v2-home__location .v2-location__media {
        width: 100%;
        min-height: 236px;
        height: 236px;
        border-radius: 8px 8px 0 0;
    }

    .v2-home__location .v2-location__details {
        width: 100%;
        height: auto;
        min-height: 815px;
        align-self: stretch;
        justify-content: flex-start;
        gap: 14px;
        aspect-ratio: auto;
        overflow: visible;
        padding: 62px 20px 26px;
        border-radius: 30px;
    }

    .v2-home__location .v2-location__title {
        font-size: 24px;
        line-height: 1.3;
    }

    .v2-home__location .v2-location__description {
        width: 100%;
        flex: 0 0 auto;
        font-size: 16px;
        line-height: 1.6;
        overflow-wrap: normal;
        word-break: normal;
    }

    .v2-home-products {
        padding: 24px 0;
    }

    .v2-home-products__panel {
        min-height: 870px;
        display: flex;
        flex-direction: column-reverse;
        align-items: stretch;
        justify-content: flex-end;
        gap: 30px;
        padding: 0 0 48px;
        border-radius: 30px;
    }

    .v2-home-products__carousel {
        width: 100%;
    }

    .v2-home-products__track {
        border-radius: 30px 30px 0 0;
    }

    .v2-home-products__slide {
        aspect-ratio: 390 / 407;
    }

    .v2-home-products__copy {
        gap: 40px;
        padding: 0 24px;
    }

    .v2-home-products__copy p {
        order: 2;
    }

    .v2-home-products__actions {
        order: 3;
        flex-direction: column;
        align-items: flex-start;
    }

    .v2-home-products__arrow {
        top: 50%;
    }

    .v2-home-products__arrow--prev {
        left: 8px;
    }

    .v2-home-products__arrow--next {
        right: 8px;
    }

    .v2-home-director {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .v2-home-director__inner {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 16px;
    }

    .v2-home-director__image {
        width: 100%;
        height: auto;
        max-height: 443px;
    }

    .v2-home-director__content {
        flex-direction: column;
        gap: 24px;
    }

    .v2-home-director__content blockquote {
        margin: 0;
    }

    .v2-home__jobs .v2-strip {
        padding: 48px 16px;
    }

    .v2-home-blog {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .v2-home-blog__header {
        margin-bottom: 40px;
    }

    .v2-home-blog__track {
        width: calc(100vw - 16px);
        display: flex;
        gap: 14px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        overscroll-behavior-x: contain;
    }

    .v2-home-blog .v2-blog-card {
        width: calc(100vw - 16px);
        min-width: calc(100vw - 16px);
        flex: 0 0 calc(100vw - 16px);
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .v2-home-faq {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .v2-home-faq__inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .v2-home-faq__item h3 button {
        padding: 32px 0;
        font-size: 24px;
    }
}

@media (max-width: 374px) {
    .v2-home-hero__actions {
        flex-direction: column;
    }

    .v2-home-hero__actions .v2-button {
        width: 100%;
    }

    .v2-home-company__title,
    .v2-home-blog__header h2,
    .v2-home-faq__inner > h2,
    .v2-home-hero__title {
        font-size: 36px;
    }

    .v2-home-products__copy {
        padding-right: 16px;
        padding-left: 16px;
    }

    .v2-home-notice__icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .v2-home-products__track {
        scroll-behavior: auto;
    }
}
