.v2-hero {
    position: relative;
    background-color: var(--color-bg-dark);
    overflow: hidden;
    padding: 100px 0 80px
}

@media(max-width:1439px) {
    .v2-hero {
        padding: 80px 17px
    }
}

@media(max-width:767px) {
    .v2-hero {
        padding: 60px 20px
    }
}

.v2-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none
}

.v2-hero__bg-glow1 {
    position: absolute;
    top: -15%;
    right: -5%;
    width: 700px;
    height: 700px;
    background: rgba(var(--color-brand-primary-rgb), .18);
    border-radius: 50%;
    filter: blur(120px)
}

.v2-hero__bg-glow2 {
    position: absolute;
    bottom: -20%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: rgba(var(--color-brand-primary-rgb), .08);
    border-radius: 50%;
    filter: blur(100px)
}

.v2-hero__container {
    position: relative;
    z-index: 10;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center
}

@media(max-width:1023px) {
    .v2-hero__container {
        grid-template-columns: 1fr;
        gap: 48px
    }
}

.v2-hero__left {
    display: flex;
    flex-direction: column;
    gap: 24px
}

@media(max-width:1023px) {
    .v2-hero__left {
        align-items: center;
        text-align: center
    }
}

.v2-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 100px;
    border: 1px solid rgba(var(--color-brand-primary-rgb), .4);
    background: rgba(var(--color-brand-primary-rgb), .1);
    width: fit-content
}

.v2-hero__badge span {
    font-size: 12px;
    font-weight: 600;
    color: var(--color-brand-primary);
    letter-spacing: .08em;
    text-transform: uppercase
}

.v2-hero__badge svg {
    width: 14px;
    height: 14px;
    color: var(--color-brand-primary)
}

.v2-hero__title {
    font-family: var(--font-primary);
    font-size: clamp(36px, 4.5vw, 62px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: var(--color-text-on-dark);
    margin: 0
}

.v2-hero__title .accent {
    color: var(--color-brand-primary)
}

.v2-hero__subtitle {
    font-family: var(--font-secondary);
    font-size: clamp(15px, 1.8vw, 18px);
    line-height: 1.7;
    color: hsla(0, 0%, 100%, .68);
    max-width: 560px;
    margin: 0
}

.v2-hero__cta-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

@media(max-width:1023px) {
    .v2-hero__cta-wrap {
        justify-content: center
    }
}

.v2-hero__secondary-link {
    font-size: 14px;
    font-weight: 600;
    color: hsla(0, 0%, 100%, .7);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color .2s
}

.v2-hero__secondary-link:hover {
    color: var(--color-brand-primary)
}

.v2-hero__secondary-link svg {
    width: 16px;
    height: 16px
}

.v2-hero__clutch-proof {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding-top: 8px;
    width: fit-content;
    text-decoration: none;
    transition: opacity .2s
}

.v2-hero__clutch-proof:hover {
    opacity: .85
}

@media(max-width:1023px) {
    .v2-hero__clutch-proof {
        justify-content: center
    }
}

.v2-hero__clutch-proof .clutch-proof__stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    color: var(--color-brand-primary)
}

.v2-hero__clutch-proof .clutch-proof__stars svg {
    flex-shrink: 0
}

.v2-hero__clutch-proof .clutch-proof__score {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 15px;
    color: #fff
}

.v2-hero__clutch-proof .clutch-proof__label {
    font-size: 13px;
    color: hsla(0, 0%, 100%, .6)
}

.v2-hero__right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 16px
}

@media(max-width:1023px) {
    .v2-hero__right {
        max-width: 600px;
        margin: 0 auto;
        width: 100%
    }
}

@media(max-width:560px) {
    .v2-hero__right {
        display: none
    }
}

.v2-hero__image-card {
    grid-row: 1/3;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    min-height: 340px;
    background: var(--color-brand-secondary)
}

.v2-hero__image-card img,
.v2-hero__image-card>span {
    display: block !important;
    height: 100% !important
}

.v2-hero__image-card img {
    width: 100% !important;
    object-fit: cover !important;
    object-position: top center !important
}

@media(max-width:1023px) {
    .v2-hero__image-card {
        min-height: 320px
    }
}

.v2-hero__stat-card {
    background: hsla(0, 0%, 100%, .06);
    border: 1px solid hsla(0, 0%, 100%, .12);
    border-radius: 16px;
    padding: 18px 20px;
    backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    transition: border-color .3s, background .3s
}

.v2-hero__stat-card:hover {
    border-color: rgba(var(--color-brand-primary-rgb), .4);
    background: rgba(var(--color-brand-primary-rgb), .08)
}

.v2-hero__stat-card .stat-value {
    font-family: var(--font-primary);
    font-size: clamp(26px, 2.6vw, 34px);
    font-weight: 700;
    color: var(--color-brand-primary);
    line-height: 1;
    white-space: nowrap
}

.v2-hero__stat-card .stat-label {
    font-size: 11px;
    color: hsla(0, 0%, 100%, .6);
    line-height: 1.4
}

.v2-hero__stat-card--badge {
    align-items: center;
    padding: 16px 20px;
    gap: 10px;
    background: hsla(0, 0%, 100%, .04);
    border-color: hsla(0, 0%, 100%, .08)
}

.v2-hero__stat-card--badge .stat-label {
    color: hsla(0, 0%, 100%, .6)
}

.v2-hero__stat-card .stat-card__badge-chip {
    width: 100%;
    flex: 1;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center
}

.v2-hero__stat-card .stat-card__badge-chip .badge-chip__img {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    filter: brightness(0) invert(1);
    opacity: .9
}

.v2-hero__stat-card .stat-card__badge-chip .badge-chip__img--hipaa {
    height: 90px
}

.v2-hero__stats-strip {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px
}

.v2-hero__stats-strip .strip-stat {
    background: hsla(0, 0%, 100%, .04);
    border: 1px solid hsla(0, 0%, 100%, .08);
    border-radius: 12px;
    padding: 14px 16px;
    text-align: center;
    transition: border-color .3s, background .3s
}

.v2-hero__stats-strip .strip-stat:hover {
    border-color: rgba(var(--color-brand-primary-rgb), .4);
    background: rgba(var(--color-brand-primary-rgb), .08)
}

.v2-hero__stats-strip .strip-stat .strip-val {
    font-family: var(--font-primary);
    font-size: 22px;
    font-weight: 700;
    color: var(--color-brand-primary);
    display: block
}

.v2-hero__stats-strip .strip-stat .strip-lbl {
    font-size: 11px;
    color: hsla(0, 0%, 100%, .5);
    display: block;
    margin-top: 2px
}

@media(max-width:480px) {
    .v2-hero__stats-strip {
        grid-template-columns: 1fr
    }
}

.v2-partners {
    padding: 40px 0;
    background: var(--color-bg-default)
}

@media(max-width:767px) {
    .v2-partners {
        padding: 28px 20px
    }
}

.v2-partners__label {
    text-align: center;
    font-family: PoppinsFont;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 1.017px;
    color: #b0b0b0;
    margin-bottom: 32px
}

@media(max-width:940px) {
    .v2-partners__label {
        font-size: 12px;
        letter-spacing: .678px
    }
}

.v2-partners__carousel {
    overflow: hidden
}

.v2-partners__carousel .animated-logos {
    width: auto !important;
    display: flex;
    align-items: center
}

.v2-validation {
    padding: 80px 0;
    background: var(--color-bg-alt)
}

@media(max-width:1439px) {
    .v2-validation {
        padding: 80px 17px
    }
}

@media(max-width:767px) {
    .v2-validation {
        padding: 60px 20px
    }
}

.v2-validation__container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px
}

.v2-validation__header {
    text-align: center;
    margin-bottom: 56px
}

.v2-validation__header h2 {
    font-family: var(--font-primary);
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 600;
    color: var(--color-text-primary);
    margin-bottom: 14px
}

.v2-validation__header h2 .accent {
    color: var(--color-brand-secondary)
}

.v2-validation__header p {
    font-size: 17px;
    color: var(--color-text-secondary);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.6
}

.v2-validation__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

@media(max-width:900px) {
    .v2-validation__grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:560px) {
    .v2-validation__grid {
        grid-template-columns: 1fr
    }
}

.v2-validation__card {
    background: var(--color-bg-default);
    border: 1px solid var(--color-neutral-light-gray);
    border-radius: 16px;
    padding: 28px;
    position: relative;
    overflow: hidden;
    transition: border-color .3s, box-shadow .3s
}

.v2-validation__card:hover {
    border-color: var(--color-brand-secondary);
    box-shadow: 0 8px 30px rgba(26, 61, 74, .08)
}

.v2-validation__card:hover .v2-validation__card-icon {
    background: var(--color-brand-secondary)
}

.v2-validation__card:hover .v2-validation__card-icon svg {
    color: var(--color-brand-primary)
}

.v2-validation__card:hover:before {
    transform: scaleX(1)
}

.v2-validation__card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--color-brand-primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s
}

.v2-validation__card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--color-bg-alt);
    border: 1px solid var(--color-neutral-light-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    transition: background .3s
}

.v2-validation__card-icon svg {
    width: 24px;
    height: 24px;
    color: var(--color-brand-secondary);
    stroke-width: 2;
    transition: color .3s
}

.v2-validation__card h3 {
    font-family: var(--font-primary);
    font-size: 17px;
    font-weight: 600;
    color: var(--color-text-primary);
    margin-bottom: 10px
}

.v2-validation__card p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--color-text-secondary);
    margin-bottom: 20px
}

.v2-validation__card-stat {
    padding-top: 16px;
    border-top: 1px solid var(--color-neutral-light-gray);
    display: flex;
    align-items: center;
    gap: 10px
}

.v2-validation__card-stat .stat-val {
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 700;
    color: var(--color-brand-secondary)
}

.v2-validation__card-stat .stat-lbl {
    font-size: 12px;
    color: var(--color-text-secondary)
}

.v2-validation__clutch-bar {
    margin-top: 56px;
    background: var(--color-bg-dark);
    border-radius: 20px;
    padding: 36px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap
}

@media(max-width:767px) {
    .v2-validation__clutch-bar {
        flex-direction: column;
        text-align: center;
        padding: 28px 24px
    }
}

.v2-validation__clutch-bar-left {
    display: flex;
    align-items: center;
    gap: 20px
}

@media(max-width:767px) {
    .v2-validation__clutch-bar-left {
        flex-direction: column;
        gap: 12px
    }
}

.v2-validation__clutch-bar-rating {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.v2-validation__clutch-bar-rating .rating-score {
    font-family: var(--font-primary);
    font-size: 48px;
    font-weight: 700;
    color: var(--color-brand-primary);
    line-height: 1
}

.v2-validation__clutch-bar-rating .rating-stars {
    display: flex;
    gap: 3px
}

.v2-validation__clutch-bar-rating .rating-stars svg {
    width: 18px;
    height: 18px;
    fill: var(--color-brand-primary)
}

.v2-validation__clutch-bar-rating .rating-label {
    font-size: 12px;
    color: hsla(0, 0%, 100%, .6)
}

.v2-validation__clutch-bar-divider {
    width: 1px;
    height: 80px;
    background: hsla(0, 0%, 100%, .15)
}

@media(max-width:767px) {
    .v2-validation__clutch-bar-divider {
        width: 80px;
        height: 1px
    }
}

.v2-validation__clutch-bar-info h3 {
    font-family: var(--font-primary);
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px
}

.v2-validation__clutch-bar-info p {
    font-size: 14px;
    color: hsla(0, 0%, 100%, .6);
    max-width: 400px;
    line-height: 1.5
}

.v2-pain {
    padding: 100px 0;
    background: var(--color-bg-default)
}

@media(max-width:1439px) {
    .v2-pain {
        padding: 80px 17px
    }
}

@media(max-width:767px) {
    .v2-pain {
        padding: 60px 20px
    }
}

.v2-pain__container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center
}

@media(max-width:960px) {
    .v2-pain__container {
        grid-template-columns: 1fr;
        gap: 48px
    }
}

.v2-pain__left h2 {
    font-family: var(--font-primary);
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 700;
    color: var(--color-text-primary);
    line-height: 1.2;
    margin-bottom: 20px
}

.v2-pain__left h2 .accent {
    color: var(--color-brand-secondary)
}

.v2-pain__left p {
    font-size: 16px;
    color: var(--color-text-secondary);
    line-height: 1.7;
    margin-bottom: 32px
}

@media(max-width:960px) {
    .v2-pain__left {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

.v2-pain__right {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.v2-pain__pain-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 24px;
    background: var(--color-bg-alt);
    border: 1px solid var(--color-neutral-light-gray);
    border-radius: 14px;
    transition: border-color .3s, box-shadow .3s
}

.v2-pain__pain-item:hover {
    border-color: var(--color-brand-primary);
    box-shadow: 0 4px 20px rgba(98, 221, 255, .1)
}

.v2-pain__pain-item-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(26, 61, 74, .08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px
}

.v2-pain__pain-item-icon svg {
    width: 20px;
    height: 20px;
    color: var(--color-brand-secondary);
    stroke-width: 2
}

.v2-pain__pain-item-content h3 {
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 600;
    color: var(--color-text-primary);
    margin-bottom: 4px
}

.v2-pain__pain-item-content p {
    font-size: 13px;
    color: var(--color-text-secondary);
    line-height: 1.5;
    margin: 0
}

.v2-what-we-build {
    padding: 100px 0;
    background: var(--color-bg-dark)
}

@media(max-width:1439px) {
    .v2-what-we-build {
        padding: 80px 17px
    }
}

@media(max-width:767px) {
    .v2-what-we-build {
        padding: 60px 20px
    }
}

.v2-what-we-build__container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px
}

.v2-what-we-build__header {
    text-align: center;
    margin-bottom: 64px
}

.v2-what-we-build__header h2 {
    font-family: var(--font-primary);
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 700;
    color: var(--color-text-on-dark);
    margin-bottom: 16px
}

.v2-what-we-build__header h2 .accent {
    color: var(--color-brand-primary)
}

.v2-what-we-build__header p {
    font-size: 17px;
    color: hsla(0, 0%, 100%, .65);
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.6
}

.v2-what-we-build__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px
}

@media(max-width:767px) {
    .v2-what-we-build__grid {
        gap: 16px
    }
}

.v2-what-we-build__pillar {
    background: hsla(0, 0%, 100%, .04);
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 24px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    transition: border-color .3s
}

@media(max-width:767px) {
    .v2-what-we-build__pillar {
        padding: 20px
    }
}

.v2-what-we-build__pillar:hover {
    border-color: rgba(var(--color-brand-primary-rgb), .5)
}

.v2-what-we-build__pillar-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 12px;
    border-radius: 100px;
    background: rgba(var(--color-brand-primary-rgb), .15);
    border: 1px solid rgba(var(--color-brand-primary-rgb), .3);
    margin-bottom: 24px
}

.v2-what-we-build__pillar-badge span {
    font-size: 11px;
    font-weight: 700;
    color: var(--color-brand-primary);
    letter-spacing: .08em;
    text-transform: uppercase
}

.v2-what-we-build__pillar h3 {
    font-family: var(--font-primary);
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 14px
}

.v2-what-we-build__pillar-desc {
    font-size: 15px;
    color: hsla(0, 0%, 100%, .6);
    line-height: 1.7;
    margin-bottom: 32px
}

.v2-what-we-build__pillar-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 32px
}

.v2-what-we-build__pillar-features .feature-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: hsla(0, 0%, 100%, .75)
}

.v2-what-we-build__pillar-features .feature-row svg {
    width: 16px;
    height: 16px;
    color: var(--color-brand-primary);
    flex-shrink: 0;
    stroke-width: 3
}

.v2-what-we-build__pillar-glow {
    position: absolute;
    top: -40%;
    right: -20%;
    width: 300px;
    height: 300px;
    background: rgba(var(--color-brand-primary-rgb), .06);
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none
}

.v2-integrations {
    padding: 100px 0;
    background: var(--color-bg-default)
}

@media(max-width:1439px) {
    .v2-integrations {
        padding: 80px 17px
    }
}

@media(max-width:767px) {
    .v2-integrations {
        padding: 60px 20px
    }
}

.v2-integrations__container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px
}

.v2-integrations__header {
    text-align: center;
    margin-bottom: 48px
}

.v2-integrations__header h2 {
    font-family: var(--font-primary);
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 700;
    color: var(--color-text-primary);
    margin-bottom: 14px
}

.v2-integrations__header h2 .accent {
    color: var(--color-brand-secondary)
}

.v2-integrations__header p {
    font-size: 16px;
    color: var(--color-text-secondary);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.6
}

.v2-integrations__tabs {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 40px;
    flex-wrap: wrap
}

.v2-integrations__tab {
    padding: 10px 22px;
    border-radius: 100px;
    border: 1px solid var(--color-neutral-light-gray);
    background: rgba(0, 0, 0, 0);
    font-family: var(--font-secondary);
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text-secondary);
    cursor: pointer;
    transition: all .2s
}

.v2-integrations__tab.active,
.v2-integrations__tab:hover {
    background: var(--color-brand-secondary);
    border-color: var(--color-brand-secondary);
    color: #fff
}

.v2-integrations__panel {
    display: none
}

.v2-integrations__panel.active {
    display: block
}

.v2-integrations__cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

@media(max-width:900px) {
    .v2-integrations__cards-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:560px) {
    .v2-integrations__cards-grid {
        grid-template-columns: 1fr
    }
}

.v2-integrations__int-card {
    background: var(--color-bg-alt);
    border: 1px solid var(--color-neutral-light-gray);
    border-radius: 16px;
    padding: 24px;
    transition: border-color .3s, box-shadow .3s
}

.v2-integrations__int-card:hover {
    border-color: var(--color-brand-secondary);
    box-shadow: 0 6px 24px rgba(26, 61, 74, .08)
}

.v2-integrations__int-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px
}

.v2-integrations__int-card-header .int-name {
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 700;
    color: var(--color-text-primary)
}

.v2-integrations__int-card-header .int-type {
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 100px;
    background: rgba(26, 61, 74, .08);
    color: var(--color-brand-secondary);
    text-transform: uppercase;
    letter-spacing: .06em
}

.v2-integrations__int-card-caps {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.v2-integrations__int-card-caps .cap-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--color-text-secondary)
}

.v2-integrations__int-card-caps .cap-item svg {
    width: 14px;
    height: 14px;
    color: var(--color-brand-primary);
    flex-shrink: 0;
    stroke-width: 2.5
}

.v2-integrations__footer {
    margin-top: 48px;
    text-align: center;
    padding: 32px
}

.v2-integrations__footer p {
    font-size: 15px;
    color: var(--color-text-secondary);
    margin-bottom: 20px
}

@keyframes v2-tech-panel-in {
    0% {
        opacity: 0;
        transform: translateX(16px)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.v2-tech {
    padding: 100px 0;
    background: var(--color-bg-alt)
}

@media(max-width:1439px) {
    .v2-tech {
        padding: 80px 17px
    }
}

@media(max-width:767px) {
    .v2-tech {
        padding: 60px 20px
    }
}

.v2-tech__container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px
}

.v2-tech__header {
    text-align: center;
    margin-bottom: 56px
}

.v2-tech__header h2 {
    font-family: var(--font-primary);
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 700;
    color: var(--color-text-primary);
    margin-bottom: 14px
}

.v2-tech__header h2 .accent {
    color: var(--color-brand-secondary)
}

.v2-tech__header p {
    font-size: 16px;
    color: var(--color-text-secondary);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.6
}

.v2-tech__layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 32px;
    align-items: start
}

@media(max-width:860px) {
    .v2-tech__layout {
        grid-template-columns: 1fr
    }
}

.v2-tech__tab-list {
    display: flex;
    flex-direction: column;
    gap: 6px
}

@media(max-width:860px) {
    .v2-tech__tab-list {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px
    }
}

@media(max-width:560px) {
    .v2-tech__tab-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 6px
    }
}

.v2-tech__tab-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-align: left;
    transition: all .2s;
    width: 100%
}

@media(max-width:560px) {
    .v2-tech__tab-btn {
        flex-direction: row;
        align-items: center;
        gap: 6px;
        padding: 10px 12px;
        border-radius: 10px;
        border-color: var(--color-neutral-light-gray);
        background: var(--color-bg-alt)
    }
    .v2-tech__tab-btn .v2-tech__tab-btn-icon {
        display: none
    }
    .v2-tech__tab-btn span {
        font-size: 12px !important
    }
}

.v2-tech__tab-btn-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: var(--color-bg-alt);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background .2s
}

.v2-tech__tab-btn-icon svg {
    width: 18px;
    height: 18px;
    color: var(--color-brand-secondary);
    stroke-width: 2;
    transition: color .2s
}

.v2-tech__tab-btn span {
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text-secondary);
    transition: color .2s
}

.v2-tech__tab-btn:hover {
    background: var(--color-bg-default);
    border-color: var(--color-neutral-light-gray)
}

.v2-tech__tab-btn:hover span {
    color: var(--color-text-primary)
}

.v2-tech__tab-btn.active {
    background: var(--color-bg-dark);
    border-color: var(--color-bg-dark)
}

.v2-tech__tab-btn.active .v2-tech__tab-btn-icon {
    background: rgba(var(--color-brand-primary-rgb), .15)
}

.v2-tech__tab-btn.active .v2-tech__tab-btn-icon svg {
    color: var(--color-brand-primary)
}

.v2-tech__tab-btn.active span {
    color: #fff
}

@media(max-width:860px) {
    .v2-tech__tab-btn {
        width: auto
    }
}

.v2-tech__panel {
    background: var(--color-bg-default);
    border: 1px solid var(--color-neutral-light-gray);
    border-radius: 20px;
    padding: 40px;
    display: none
}

.v2-tech__panel.active {
    display: block;
    animation: v2-tech-panel-in .3s ease-out
}

@media(prefers-reduced-motion:reduce) {
    .v2-tech__panel.active {
        animation: none
    }
}

@media(max-width:767px) {
    .v2-tech__panel {
        padding: 24px
    }
}

.v2-tech__panel-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--color-neutral-light-gray)
}

.v2-tech__panel-header .ph-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--color-bg-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.v2-tech__panel-header .ph-icon svg {
    width: 26px;
    height: 26px;
    color: var(--color-brand-primary);
    stroke-width: 2
}

.v2-tech__panel-header h3 {
    font-family: var(--font-primary);
    font-size: 22px;
    font-weight: 700;
    color: var(--color-text-primary);
    margin-bottom: 4px
}

.v2-tech__panel-header p {
    font-size: 14px;
    color: var(--color-text-secondary);
    margin: 0
}

.v2-tech__panel-body p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--color-text-secondary);
    margin-bottom: 24px
}

.v2-tech__panel-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

@media(max-width:560px) {
    .v2-tech__panel-points {
        grid-template-columns: 1fr
    }
}

.v2-tech__panel-points .point {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    background: var(--color-bg-alt);
    border-radius: 10px
}

.v2-tech__panel-points .point svg {
    width: 16px;
    height: 16px;
    color: var(--color-brand-secondary);
    flex-shrink: 0;
    margin-top: 2px;
    stroke-width: 2.5
}

.v2-tech__panel-points .point span {
    font-size: 13px;
    color: var(--color-text-primary);
    font-weight: 500;
    line-height: 1.4
}

.v2-tech__panel-stack {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--color-neutral-light-gray)
}

.v2-tech__panel-stack .stack-label {
    font-size: 11px;
    font-weight: 700;
    color: var(--color-text-secondary);
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 10px
}

.v2-tech__panel-stack .stack-pills {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.v2-tech__panel-stack .stack-pills .pill {
    padding: 4px 12px;
    border-radius: 100px;
    background: var(--color-bg-dark);
    color: var(--color-brand-primary);
    font-size: 12px;
    font-weight: 600
}

.v2-success {
    padding: 100px 0;
    background: var(--color-bg-default)
}

@media(max-width:1439px) {
    .v2-success {
        padding: 80px 17px
    }
}

@media(max-width:767px) {
    .v2-success {
        padding: 60px 20px
    }
}

.v2-success__container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px
}

.v2-success__header {
    text-align: center;
    margin-bottom: 16px
}

.v2-success__header h2 {
    font-family: var(--font-primary);
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 700;
    color: var(--color-text-primary);
    margin-bottom: 14px
}

.v2-success__header h2 .accent {
    color: var(--color-brand-secondary)
}

.v2-success__header p {
    font-size: 16px;
    color: var(--color-text-secondary);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.6
}

.v2-success__nda-banner {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    max-width: 720px;
    margin: 24px auto 40px
}

.v2-success__nda-banner svg {
    width: 20px;
    height: 20px;
    color: var(--color-brand-secondary);
    flex-shrink: 0;
    stroke-width: 2
}

.v2-success__nda-banner p {
    font-size: 13px;
    color: var(--color-text-secondary);
    margin: 0;
    line-height: 1.5;
    font-style: italic
}

.v2-success__industry-tabs {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 40px;
    flex-wrap: wrap
}

@media(max-width:767px) {
    .v2-success__industry-tabs {
        display: none
    }
}

.v2-success__industry-btn {
    padding: 9px 18px;
    border-radius: 100px;
    border: 1px solid var(--color-neutral-light-gray);
    background: rgba(0, 0, 0, 0);
    font-size: 13px;
    font-weight: 600;
    color: var(--color-text-secondary);
    cursor: pointer;
    transition: all .2s
}

.v2-success__industry-btn.active,
.v2-success__industry-btn:hover {
    background: var(--color-brand-secondary);
    border-color: var(--color-brand-secondary);
    color: #fff
}

.v2-success__card {
    background: var(--color-bg-alt);
    border: 1px solid var(--color-neutral-light-gray);
    border-radius: 20px;
    padding: 40px
}

@media(max-width:767px) {
    .v2-success__card {
        padding: 24px
    }
}

.v2-success__card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 12px
}

.v2-success__card-top .industry-label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 100px;
    background: var(--color-bg-dark);
    color: var(--color-brand-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase
}

.v2-success__card-result {
    font-family: var(--font-primary);
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 700;
    color: var(--color-brand-secondary);
    margin-bottom: 8px
}

.v2-success__card-result-label {
    font-size: 14px;
    color: var(--color-text-secondary);
    margin-bottom: 28px
}

.v2-success__card-divider {
    height: 1px;
    background: var(--color-neutral-light-gray);
    margin-bottom: 28px
}

.v2-success__card-story {
    font-size: 15px;
    color: var(--color-text-secondary);
    line-height: 1.7;
    margin-bottom: 28px
}

.v2-success__card-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 28px
}

@media(max-width:767px) {
    .v2-success__card-metrics {
        grid-template-columns: 1fr
    }
}

.v2-success__card-metrics .metric-item {
    background: var(--color-bg-default);
    border: 1px solid var(--color-neutral-light-gray);
    border-radius: 12px;
    padding: 16px;
    text-align: center
}

@media(max-width:767px) {
    .v2-success__card-metrics .metric-item {
        display: flex;
        align-items: center;
        gap: 14px;
        text-align: left;
        padding: 12px 16px
    }
}

.v2-success__card-metrics .metric-item .metric-val {
    font-family: var(--font-primary);
    font-size: 24px;
    font-weight: 700;
    color: var(--color-brand-secondary);
    display: block;
    margin-bottom: 4px
}

@media(max-width:767px) {
    .v2-success__card-metrics .metric-item .metric-val {
        font-size: 22px;
        margin-bottom: 0;
        white-space: nowrap;
        flex-shrink: 0
    }
}

.v2-success__card-metrics .metric-item .metric-lbl {
    font-size: 12px;
    color: var(--color-text-secondary)
}

@media(max-width:767px) {
    .v2-success__card-metrics .metric-item .metric-lbl {
        font-size: 13px;
        line-height: 1.4
    }
}

.v2-success__nav {
    gap: 16px;
    margin-top: 32px
}

.v2-success__nav,
.v2-success__nav-btn {
    display: flex;
    justify-content: center;
    align-items: center
}

.v2-success__nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--color-neutral-light-gray);
    background: var(--color-bg-default);
    cursor: pointer;
    transition: all .2s
}

.v2-success__nav-btn svg {
    width: 18px;
    height: 18px;
    color: var(--color-text-secondary)
}

.v2-success__nav-btn:hover {
    background: var(--color-bg-dark);
    border-color: var(--color-bg-dark)
}

.v2-success__nav-btn:hover svg {
    color: var(--color-brand-primary)
}

.v2-success__nav-dots {
    display: flex;
    gap: 6px
}

.v2-success__nav-dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-neutral-light-gray);
    border: none;
    cursor: pointer;
    transition: all .2s;
    padding: 0
}

.v2-success__nav-dots .dot.active {
    background: var(--color-brand-secondary);
    transform: scale(1.2)
}

.engage-models {
    padding: 100px 0;
    background: var(--color-bg-dark)
}

@media(max-width:1439px) {
    .engage-models {
        padding: 80px 17px
    }
}

@media(max-width:767px) {
    .engage-models {
        padding: 60px 20px
    }
}

.engage-models__container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px
}

.engage-models__header {
    text-align: center;
    margin-bottom: 56px
}

.engage-models__header h2 {
    font-family: var(--font-primary);
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 700;
    color: var(--color-text-on-dark);
    margin-bottom: 16px;
    line-height: 1.15
}

.engage-models__header h2 .accent {
    color: var(--color-brand-primary)
}

.engage-models__header p {
    font-size: 17px;
    color: hsla(0, 0%, 100%, .6);
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.7
}

.engage-models__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

@media(max-width:900px) {
    .engage-models__grid {
        grid-template-columns: 1fr
    }
}

.engage-models__card {
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    transition: border-color .3s, box-shadow .3s, background .3s
}

@media(max-width:767px) {
    .engage-models__card {
        padding: 28px 24px
    }
}

.engage-models__card:hover {
    border-color: rgba(var(--color-brand-primary-rgb), .45);
    background: hsla(0, 0%, 100%, .07);
    box-shadow: 0 8px 32px rgba(0, 0, 0, .2)
}

.engage-models__card-title {
    font-family: var(--font-primary);
    font-size: clamp(20px, 2vw, 26px);
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px
}

.engage-models__card-oneliner {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-brand-primary);
    margin-bottom: 16px
}

.engage-models__card-body {
    font-size: 15px;
    color: hsla(0, 0%, 100%, .65);
    line-height: 1.75;
    margin-bottom: 24px
}

.engage-models__card-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.engage-models__card-bullets li {
    font-size: 13px;
    color: hsla(0, 0%, 100%, .55);
    padding-left: 18px;
    position: relative
}

.engage-models__card-bullets li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-brand-primary)
}

.engage-models__card-tagline {
    font-size: 13px;
    font-style: italic;
    color: hsla(0, 0%, 100%, .4);
    margin-bottom: 28px;
    margin-top: auto
}

.engage-models__card-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 28px;
    border-radius: 50px;
    background: var(--color-brand-primary);
    color: #051b26;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity .2s, transform .2s;
    align-self: flex-start
}

.engage-models__card-cta:hover {
    opacity: .88;
    transform: translateY(-1px)
}

.v2-clients {
    padding: 100px 0 20px;
    background: var(--color-bg-default)
}

@media(max-width:1439px) {
    .v2-clients {
        padding: 80px 17px 20px
    }
}

@media(max-width:767px) {
    .v2-clients {
        padding: 60px 20px 10px
    }
}

.v2-clients__container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px
}

.v2-clients__header {
    text-align: center;
    margin-bottom: 56px
}

.v2-clients__header h2 {
    font-family: var(--font-primary);
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 700;
    color: var(--color-text-primary);
    margin-bottom: 14px
}

.v2-clients__header h2 .accent {
    color: var(--color-brand-secondary)
}

.v2-clients__header p {
    font-size: 16px;
    color: var(--color-text-secondary);
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.6
}

.v2-clients__clutch-bar {
    margin-top: 56px;
    background: var(--color-bg-dark);
    border-radius: 20px;
    padding: 36px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap
}

@media(max-width:767px) {
    .v2-clients__clutch-bar {
        flex-direction: column;
        text-align: center;
        padding: 28px 24px
    }
}

.v2-clients__clutch-bar-left {
    display: flex;
    align-items: center;
    gap: 20px
}

@media(max-width:767px) {
    .v2-clients__clutch-bar-left {
        flex-direction: column;
        gap: 12px
    }
}

.v2-clients__clutch-bar-rating {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.v2-clients__clutch-bar-rating .rating-score {
    font-family: var(--font-primary);
    font-size: 48px;
    font-weight: 700;
    color: var(--color-brand-primary);
    line-height: 1
}

.v2-clients__clutch-bar-rating .rating-stars {
    display: flex;
    gap: 3px
}

.v2-clients__clutch-bar-rating .rating-stars svg {
    width: 18px;
    height: 18px;
    fill: var(--color-brand-primary)
}

.v2-clients__clutch-bar-rating .rating-label {
    font-size: 12px;
    color: hsla(0, 0%, 100%, .6)
}

.v2-clients__clutch-bar-divider {
    width: 1px;
    height: 80px;
    background: hsla(0, 0%, 100%, .15)
}

@media(max-width:767px) {
    .v2-clients__clutch-bar-divider {
        width: 80px;
        height: 1px
    }
}

.v2-clients__clutch-bar-info h3 {
    font-family: var(--font-primary);
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px
}

.v2-clients__clutch-bar-info p {
    font-size: 14px;
    color: hsla(0, 0%, 100%, .6);
    max-width: 400px;
    line-height: 1.5
}

.v2-team {
    padding: 100px 0;
    background: var(--color-bg-alt)
}

@media(max-width:1439px) {
    .v2-team {
        padding: 80px 17px
    }
}

@media(max-width:767px) {
    .v2-team {
        padding: 60px 20px
    }
}

.v2-team__container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px
}

.v2-team__header {
    text-align: center;
    margin-bottom: 32px
}

.v2-team__header h2 {
    font-family: var(--font-primary);
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 700;
    color: var(--color-text-primary);
    margin-bottom: 14px
}

.v2-team__header h2 .accent {
    color: var(--color-brand-secondary)
}

.v2-team__header p {
    font-size: 16px;
    color: var(--color-text-secondary);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6
}

.v2-team__note {
    text-align: center;
    font-size: 14px;
    color: var(--color-text-secondary);
    font-style: italic;
    max-width: 560px;
    margin: 0 auto 48px;
    padding: 14px 20px;
    background: rgba(26, 61, 74, .05);
    border-radius: 10px;
    border: 1px solid var(--color-neutral-light-gray)
}

.v2-team__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px
}

@media(max-width:760px) {
    .v2-team__grid {
        grid-template-columns: 1fr;
        max-width: 360px;
        margin: 0 auto
    }
}

.v2-team__member {
    background: var(--color-bg-default);
    border: 1px solid var(--color-neutral-light-gray);
    border-radius: 20px;
    overflow: hidden;
    transition: border-color .3s, box-shadow .3s
}

.v2-team__member:hover {
    border-color: var(--color-brand-secondary);
    box-shadow: 0 8px 30px rgba(26, 61, 74, .1)
}

.v2-team__member-photo {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
    background: var(--color-bg-dark)
}

.v2-team__member-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform .4s ease
}

.v2-team__member-photo:hover img {
    transform: scale(1.04)
}

.v2-team__member-info {
    padding: 22px 24px 24px
}

.v2-team__member-name {
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 700;
    color: var(--color-text-primary);
    margin-bottom: 4px
}

.v2-team__member-role {
    font-size: 13px;
    font-weight: 600;
    color: var(--color-brand-secondary);
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-bottom: 12px
}

.v2-team__member-desc {
    font-size: 14px;
    color: var(--color-text-secondary);
    line-height: 1.6
}

.v2-ceo {
    padding: 100px 0;
    background: var(--color-bg-dark);
    position: relative;
    overflow: hidden
}

@media(max-width:1439px) {
    .v2-ceo {
        padding: 80px 17px
    }
}

@media(max-width:767px) {
    .v2-ceo {
        padding: 60px 20px
    }
}

.v2-ceo__bg-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 800px;
    background: rgba(var(--color-brand-primary-rgb), .06);
    border-radius: 50%;
    filter: blur(120px);
    pointer-events: none
}

.v2-ceo__container {
    position: relative;
    z-index: 10;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 72px;
    align-items: center
}

@media(max-width:840px) {
    .v2-ceo__container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center
    }
}

.v2-ceo__photo-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px
}

.v2-ceo__photo-frame {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(var(--color-brand-primary-rgb), .4);
    position: relative
}

.v2-ceo__photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block
}

@media(max-width:840px) {
    .v2-ceo__photo-frame {
        width: 180px;
        height: 180px
    }
}

.v2-ceo__photo-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px
}

.v2-ceo__photo-badge .badge-name {
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

.v2-ceo__photo-badge .badge-role {
    font-size: 13px;
    color: var(--color-brand-primary);
    font-weight: 600;
    letter-spacing: .04em
}

.v2-ceo__content {
    display: flex;
    flex-direction: column;
    gap: 28px
}

@media(max-width:840px) {
    .v2-ceo__content {
        align-items: center
    }
}

.v2-ceo__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 14px;
    border-radius: 100px;
    background: rgba(var(--color-brand-primary-rgb), .12);
    border: 1px solid rgba(var(--color-brand-primary-rgb), .3);
    width: fit-content;
    font-size: 11px;
    font-weight: 700;
    color: var(--color-brand-primary);
    letter-spacing: .1em;
    text-transform: uppercase
}

@media(max-width:840px) {
    .v2-ceo__label {
        margin: 0 auto
    }
}

.v2-ceo__quote {
    font-family: var(--font-primary);
    font-size: clamp(22px, 3vw, 36px);
    font-weight: 600;
    color: var(--color-text-on-dark);
    line-height: 1.35
}

.v2-ceo__quote:after,
.v2-ceo__quote:before {
    content: '"';
    color: var(--color-brand-primary)
}

.v2-ceo__cta-sub {
    font-size: 15px;
    color: hsla(0, 0%, 100%, .55);
    line-height: 1.6
}

.v2-faqs {
    padding: 100px 0;
    background: var(--color-bg-alt)
}

@media(max-width:1439px) {
    .v2-faqs {
        padding: 80px 17px
    }
}

@media(max-width:767px) {
    .v2-faqs {
        padding: 60px 20px
    }
}

.v2-faqs__container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%
}

.v2-faqs__header {
    text-align: center;
    margin-bottom: 48px
}

.v2-faqs__header h2 {
    font-family: var(--font-primary);
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 700;
    color: var(--color-text-primary);
    margin-bottom: 14px
}

.v2-faqs__header h2 .accent {
    color: var(--color-brand-secondary)
}

.v2-faqs__header p {
    font-size: 16px;
    color: var(--color-text-secondary);
    line-height: 1.6
}

.v2-faqs__list {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.v2-faqs__item {
    background: var(--color-bg-default);
    border: 1px solid var(--color-neutral-light-gray);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color .2s
}

.v2-faqs__item.active {
    border-color: var(--color-brand-secondary)
}

.v2-faqs__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    cursor: pointer;
    gap: 16px
}

.v2-faqs__question span {
    font-family: var(--font-primary);
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 600;
    color: var(--color-text-primary);
    flex: 1
}

@media(max-width:767px) {
    .v2-faqs__question span {
        font-size: 18px
    }
}

.v2-faqs__question .q-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--color-bg-alt);
    border: 1px solid var(--color-neutral-light-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background .2s
}

.v2-faqs__question .q-icon svg {
    width: 14px;
    height: 14px;
    color: var(--color-brand-secondary);
    stroke-width: 2.5;
    transition: transform .3s
}

.active .v2-faqs__question .q-icon {
    background: var(--color-brand-secondary)
}

.active .v2-faqs__question .q-icon svg {
    color: #fff;
    transform: rotate(45deg)
}

.v2-faqs__answer {
    font-size: 15px;
    line-height: 1.7;
    color: var(--color-text-secondary);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .35s ease, opacity .25s ease, padding .25s ease;
    padding: 0 24px
}

.v2-faqs__answer.open {
    max-height: 400px;
    opacity: 1;
    padding: 0 24px 20px
}

.home-survey {
    padding: 80px 0 96px;
    background: var(--color-bg-alt)
}

@media(max-width:1439px) {
    .home-survey {
        padding: 64px 17px 80px
    }
}

@media(max-width:767px) {
    .home-survey {
        padding: 48px 20px 64px
    }
}

.home-survey__container {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 24px
}

.home-survey__header {
    text-align: center;
    margin-bottom: 36px
}

.home-survey__eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--color-brand-primary);
    background: rgba(var(--color-brand-primary-rgb), .1);
    border: 1px solid rgba(var(--color-brand-primary-rgb), .3);
    padding: 4px 14px;
    border-radius: 100px;
    margin-bottom: 16px
}

.home-survey__title {
    font-family: var(--font-primary);
    font-size: clamp(26px, 3.5vw, 38px);
    font-weight: 700;
    color: var(--color-text-primary);
    margin: 0 0 12px;
    line-height: 1.2
}

.home-survey__subtitle {
    font-size: 16px;
    color: var(--color-text-secondary);
    margin: 0;
    line-height: 1.65;
    max-width: 540px;
    margin-inline: auto
}