img {
    max-width: 100%;
}

h2 {
    font-size: 32px;
    font-family: "Nunito Sans", sans-serif;
}

.gif-scan img {
    width: 150px;
    height: 150px;
    position: relative;
    bottom: 30px;
    right: 5px;
}

.gif-scan {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}


/* bussiness card css start here */

.wraper_bussiness {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
    position: relative;
}

.right-bs-card .bs-list h3 {
    font-size: 21px;
    font-weight: 600;
    color: var(--color-primary);
    padding-bottom: 10px;
}

.right-bs-card .bs-list p {
    color: var(--color-text);
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 0px;
}

.bussiness-card-section {
    padding-top: 10%;
    padding: 24px 0 50px;
}

.right-bs-card .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.right-bs-card p.lost {
    font-family: Exo;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    vertical-align: middle;
    color: var(--color-text);
}

.bussiness-card-section h2 {
    color: var(--color-primary);
    line-height: 39px;
    padding-bottom: 40px;
}

.right-bs-card .bs-list.one {
    background: #F7F8FF;
}

.bs-list.two {
    background-image: url('../images/bussiness-right-card.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bs-list.two h3,
.bs-list.two p {
    color: #fff;
}

.bs-list.two p img {
    filter: invert(1);
}

.right-bs-card .bs-list {
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0px 2px 4px 0px #00000040;
    transition: ease-in-out 0.5s;
}

.right-bs-card .bs-list:hover {
    background-image: url('../images/bussiness-right-card.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    transition: ease-in-out 0.5s;
}

.right-bs-card .bs-list:hover img {
    filter: invert(1);
}

.right-bs-card .bs-list:hover p,
.right-bs-card .bs-list:hover h3 {
    color: #fff;
}


/* bussiness card css end here */


/* Built to Fit css satrt here */

.built-to-fit {
    background: var(--color-primary);
    padding: 50px 0;
}

.built-to-fit h2 {
    color: #fff;
    text-align: center;
}

.built-to-fit p {
    text-align: center;
    color: #fff;
}

.build-itm {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}

.build-wraper {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 55px;
}

.build-itm h3 {
    font-size: 21px;
    font-weight: 600;
    color: var(--color-text);
    font-family: "Nunito Sans", sans-serif;
    text-align: center;
    padding-bottom: 7px;
}

.build-itm p {
    color: var(--color-text);
    font-size: 14px;
}

.build-itm svg,
.build-itm > img {
    display: block;
    margin: -70px auto 0 auto;
    width: 102px;
    height: 102px;
    object-fit: contain;
}

.build-itm > img {
    background: #CDEFE8;
    border-radius: 50%;
    border: 3px solid #262262;
    padding: 10px;
    box-sizing: border-box;
    width: 18%;
    height: 17%;
}


/* Built to Fit css end here */


/* know who css start here */

.know-who h2 {
    text-align: center;
    color: var(--color-primary);
}

.know.who-wr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}

.know-who p.first {
    text-align: center;
}

.know.who-wr .left-who {
    background-image: url('../images/know-who-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    background-position: center;
    border-radius: 10px;
    border: 1px solid var(--color-primary);
}

.know.who-wr .right-who {
    background-image: url('../images/know-who-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--color-primary);
}

.know.who-wr .left-who h3 {
    font-size: 21px;
    font-weight: 600;
    color: var(--color-primary);
    padding-bottom: 8px;
}

.know.who-wr .right-who h3 {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 8px;
}

.item-who p {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 3px 0;
}

.know.who-wr .right-who .item-who p {
    color: #fff;
}

.know.who-wr .right-who .item-who img {
    filter: brightness(0) invert(1);
}


/* know who css end here */


/* one scan secrion css start here */

.one-scan {
    background: var(--color-primary);
    padding: 50px 0;
}

.one-scan-wr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #FFFFFF1A;
    padding: 38px;
    justify-content: space-between;
    border-radius: 15px;
}

.what-you-get {
    background: linear-gradient( 88deg, var(--color-primary), #3c3972);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #fff;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.left-one-scn .what-you-get h3 {
    margin-bottom: 22px;
}

.left-one-scn .content {
    padding: 0 38px 0 0;
}

.right-scan-img img {
    width: 100%;
}

.what-you-get p {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: 28px;
}

.grid-one-scan-imgs {
    display: flex;
    gap: 10px;
    margin-top: 11px;
}

.left-one-scn h3 {
    font-size: 32px;
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 40px;
}

.left-one-scn h4 {
    font-size: 21px;
    padding-bottom: 10px;
    font-weight: 600;
    color: #fff;
}

.left-one-scn p {
    color: #fff;
}

.left-one-scn h5 {
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    margin: 20px 0 40px 0;
}


/* one scan secrtion end here */


/* Know Instantly css start here */

.who-instantly {
    padding: 50px 0;
}

.turn-contacts {
    text-align: center;
}

.who-instantly h2 {
    text-align: center;
    color: var(--color-primary);
}

.card-instantly-wr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin: 40px 0;
}

.card-instantly {
    background: #F3F2FB;
    box-shadow: 0px 2px 5px 0px #00000040;
    padding: 15px 30px;
    border-radius: 15px;
    transition: ease-in-out 0.5s;
}

.who-instantly p {
    text-align: center;
}

.from-conatct {
    background: var(--color-primary);
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 15px;
}

.card-instantly:hover {
    background: conic-gradient(from 28.24deg at 83.08% 9.55%, #28246D -247.86deg, #6964BE 55.55deg, #28246D 112.14deg, #6964BE 415.55deg);
}

.card-instantly {
    text-align: center;
}

.card-instantly img {
    display: block;
    margin: 0 auto 12px;
}

.card-instantly:hover h3 {
    color: #fff;
}

.card-instantly h3 {
    font-size: 21px;
    font-weight: 600;
    color: var(--color-text);
    padding-bottom: 8px;
}

.card-instantly:hover p {
    color: #fff;
}

.card-instantly p {
    color: var(--color-text);
    font-size: 14px;
}


/* knoe Instantly css end here */


/* turn contacts section start here */

.beyound-bussiness {
    padding: 50px 0;
    background: #F8FFFD;
}

.beyound-bussiness h2 {
    color: var(--color-primary);
    text-align: center;
}

.card-beyound-wr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

.flip-card-front .fp-head {
    background: #5DB198;
    padding: 12px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.flip-card-front .fp-head {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
}

.flip-card-back h3 {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    padding: 0;
    margin-top: -12px;
}

.flip-card-back p {
    color: #fff;
    padding: 10px;
}

.flip-card-back img,
.flip-card-front img {
    padding: 30px 20px;
    width: 100%;
    border-radius: 18px;
    /* border-radius on <img> is unreliable inside 3D flip; clip-path clips pixels consistently */
    clip-path: inset(0 round 18px);
    -webkit-clip-path: inset(0 round 18px);
}

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 350px;
    perspective: 1000px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 78%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    border-radius: 30px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.flip-card:focus {
    outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.flip-card-front {
    background-image: url('../images/flip-card-bg-image.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 2;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
}

.flip-card-back {
    background-image: url('../images/flip-card-bg-image.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    z-index: 1;
}

.turn-contacts img {
    width: 100%;
}

.turn-contacts h2 {
    color: var(--color-primary);
    margin-bottom: -45px;
    position: relative;
    z-index: 1;
}


/* turn contacts section css end here */


/* Turn Every section css start here */

.turn-every {
    padding: 50px 0;
}

.turn-every h2 {
    color: var(--color-primary);
    text-align: center;
}

.turn-evry-ct {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-image: url('../images/turn-every.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 74%;
    margin-top: 40px;
}

.right-every-turn {
    position: relative;
}

.right-every-turn img {
    position: absolute;
}

.head-evrytn {
    background: linear-gradient(180deg, #BCE9D9 0%, #EFFDF8 100%);
}

.left-ct-evry .box {
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 15px;
    overflow: hidden;
}

.left-ct-evry .box .ct-trun {
    padding: 20px;
    text-align: center;
}

.left-ct-evry {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
}

.head-evrytn h3 {
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    font-weight: bolder;
    padding: 20px 0;
    color: var(--color-primary);
    font-family: "Nunito Sans", sans-serif;
    font-weight: 900;
    font-size: 45px;
    line-height: 50px;
}

.left-ct-evry .box .ct-trun h4 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 23px;
    color: var(--color-primary);
    line-height: 38px;
}


/* Turn Every section css end here */


/* get your v card css start here */

.get-your-v-card {
    padding: 10px 0;
}

.get-your-v-card h2 {
    text-align: center;
    color: var(--color-primary);
}

.get-your-v-card p {
    text-align: center;
}

.get-your-v-card .action-turn {
    margin-top: 30px;
}


/* get your v card css end here */


/* one team css start here */

.one-team-wr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
}

.one-team h2 {
    padding-bottom: 26px;
    text-align: center;
}

.oneteam-itm-right {
    display: grid;
    gap: 15px;
}

.oneteam-itm-right .inner {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #F7F8FF;
    padding: 30px 20px;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 40px;
    transition: ease-in-out 0.5s;
    cursor: pointer;
}

.oneteam-itm-right .inner.second {
    background: #A1D0C6;
}

.oneteam-itm-right .inner.third {
    background: var(--color-primary);
}

.oneteam-itm-right .inner.third p,
.oneteam-itm-right .inner.third h3 {
    color: #fff;
}

.oneteam-itm-right .inner h3 {
    font-size: 21px;
    font-weight: 700;
    color: var(--color-text);
    font-family: "Nunito Sans", sans-serif;
    padding-bottom: 7px;
}

.iamge-opt img {
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 12px;
    width: 67px;
}

.left-team {
    width: 100%;
    aspect-ratio: 16 / 11;
    border-radius: 24px;
    overflow: hidden;
}

.left-team img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.left-team img.is-flipped {
    transform: scaleX(-1);
}

.one-team {
    margin: 50px 0;
}


/* one team css end here */

@media all and (max-width:768px) {
    .diagonal-bg {
        display: none;
    }
    .build-wraper {
        flex-direction: column;
        gap: 50px;
        margin-top: 70px;
    }
    .build-itm {
        width: 100%;
        padding-top: 40px;
    }
    .build-itm svg,
    .build-itm > img {
        margin: -70px auto 16px auto;
        width: 80px;
        height: 80px;
    }
    .one-scan-wr {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .right-every-turn {
        display: none;
    }
    .turn-evry-ct {
        grid-template-columns: 1fr;
        background-image: none;
    }
    .wraper_bussiness {
        grid-template-columns: 1fr;
    }
}

@media all and (max-width:480px) {
    .right-bs-card .inner {
        grid-template-columns: 1fr;
    }
    .one-scan-wr {
        padding: 20px;
    }
    .left-one-scn h3 {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .left-one-scn .content {
        padding: 0;
    }
    .left-one-scn h5 {
        font-size: 12px;
        line-height: 22px;
        margin: 8px 0 19px 0;
    }
    .left-one-scn p {
        font-size: 13px;
        line-height: 19px;
    }
    .left-one-scn h4 {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .oneteam-itm-right .inner p {
        font-size: 14px;
    }
    .turn-evry-ct {
        margin-top: 26px;
    }
    .head-evrytn h3 {
        font-size: 27px;
        line-height: normal;
    }
    .left-ct-evry .box .ct-trun h4 {
        font-size: 19px;
        line-height: 35px;
    }
    .banner.v-card-bnner {
        background: linear-gradient(180deg, #BCE9D9 0%, #EFFDF8 100%);
    }
    .left-ct-evry .box .ct-trun p {
        font-size: 14px;
    }
    .build-itm h3 {
        font-size: 18px;
    }
    .card-instantly h3 {
        font-size: 17px;
    }
    .flip-card-front .fp-head {
        font-size: 15px;
    }
    .get-your-v-card {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        padding: 30px 0;
    }
    .flip-card-back p {
        font-size: 14px;
        line-height: 21px;
    }
    .flip-card-back h3 {
        font-size: 17px;
    }
    .turn-contacts h2 {
        margin-bottom: 0;
    }
    .item-who p {
        font-size: 12px;
    }
    .oneteam-itm-right .inner h3 {
        font-size: 17px;
        padding-bottom: 0;
    }
    .who-instantly p {
        font-size: 14px;
    }
    .know.who-wr .right-who h3 {
        font-size: 17px;
    }
    .left-one-scn h3 br {
        display: none;
    }
    .left-one-scn .what-you-get h3 {
        margin-bottom: 9px;
    }
    .bussiness-card-section h2 {
        line-height: normal;
        padding-bottom: 30px;
        text-align: center;
    }
    .right-bs-card .bs-list p {
        font-size: 14px;
    }
    .grid-one-scan-imgs {
        width: 100%;
        max-width: 100%;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        margin-top: 11px;
        box-sizing: border-box;
    }

    .grid-one-scan-imgs img {
        width: 100%;
        min-width: 0;
        height: auto;
        display: block;
        object-fit: cover;
        border-radius: 10px;
    }
    .right-bs-card .bs-list h3 {
        font-size: 18px;
    }
    .right-bs-card p.lost {
        font-size: 13px;
        line-height: normal;
    }
    .one-team-wr {
        grid-template-columns: 1fr;
    }
    .oneteam-itm-right .inner {
        border-radius: 17px;
    }
    .card-instantly-wr {
        grid-template-columns: 1fr;
        margin: 30px 0;
    }
    .know.who-wr {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 20px;
    }
    .left-ct-evry {
        grid-template-columns: 1fr;
    }
    .build-wraper {
        display: grid;
        gap: 46px;
        grid-template-columns: 1fr;
    }
    .get-your-v-card .action-turn {
        gap: 9px;
        flex-wrap: wrap;
        margin-top: 10px;
    }
    h2 {
        font-size: 22px;
    }
    .get-your-v-card p,
    .built-to-fit p,
    .know-who p.first {
        font-size: 14px;
        padding-top: 10px;
    }
    .build-itm p {
        padding-top: 0;
    }

    /* ── v-card banner mobile fix ── */
    .solution-hero-section {
        flex-direction: column;
        text-align: center;
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        gap: 28px !important;
        display: flex !important;
        flex-direction: column-reverse;
    }
    .solution-hero-section .hero-content {
        max-width: 100%;
    }
    .solution-hero-section .hero-actions {
        justify-content: center;
    }
    .solution-hero-section .relative {
        position: relative;
        width: min(300px, 90%);
        margin: 0 auto;
    }
    .solution-hero-section .relative > img {
        width: 100%;
        height: auto;
        display: block;
    }
    .solution-hero-section  .gif-scan img {
        width: 80px;
        height: 80px;
        bottom: 14px;
        right: 2px;
    }
}

/* ============================================================
   V-CARD — PHONE FINAL POLISH (with flip enabled)
============================================================ */
@media (max-width: 768px) {
    body.v-card-page .solution-hero-section.solution-hero-section,
    body.v-card-page .hero-section.solution-hero-section {
        flex-direction: column-reverse;
    }
    /*
     * V-Card page — unified rhythm (phone + iPad mini ≤768px)
     * One section-title size, one intro-body size, even section padding (aligned with solution.css section density).
     */
    /* body.v-card-page .solution-hero-section.solution-hero-section,
    body.v-card-page .hero-section.solution-hero-section {
        padding: 32px 0 !important;
        gap: 24px !important;
        align-items: center !important;
    }

    body.v-card-page .solution-hero-content h2 {
        font-size: 1.375rem !important;
        line-height: 1.22 !important;
        font-weight: 700 !important;
        margin: 0 0 10px !important;
        text-align: center !important;
    }

    body.v-card-page .solution-hero-content h1 {
        font-size: clamp(1.5rem, 5.2vw, 1.85rem) !important;
        line-height: 1.15 !important;
        margin: 0 0 12px !important;
        padding-bottom: 12px !important;
        text-align: center !important;
    }

    body.v-card-page .solution-hero-content .main_description {
        font-size: 15px !important;
        line-height: 1.5 !important;
        font-weight: 400 !important;
        margin: 0 auto 16px !important;
        padding: 0 12px !important;
        max-width: 36rem !important;
        text-align: center !important;
    }

    body.v-card-page .solution-hero-content .hero-actions {
        padding-top: 8px !important;
        justify-content: center !important;
    } */

    /* Section titles (same scale site-wide on this breakpoint) */
    body.v-card-page .bussiness-card-section .left-card-bs > h2,
    body.v-card-page .left-one-scn .content > h3:first-of-type,
    body.v-card-page .who-instantly > .container > h2,
    body.v-card-page .turn-contacts > .container > h2,
    body.v-card-page .beyound-bussiness > .container > h2,
    body.v-card-page .know-who > .container > h2,
    body.v-card-page .one-team > .container > h2,
    body.v-card-page .built-to-fit > .container > h2,
    body.v-card-page .turn-every > .container > h2,
    body.v-card-page .get-your-v-card > .container > h2 {
        font-size: 1.375rem !important;
        line-height: 1.22 !important;
        font-weight: 700 !important;
        margin: 0 auto 12px !important;
        padding: 0 12px !important;
        max-width: 40rem !important;
        box-sizing: border-box !important;
    }

    body.v-card-page .bussiness-card-section .left-card-bs > h2 {
        text-align: left !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: none !important;
    }

    body.v-card-page .beyound-bussiness > .container > h2 {
        text-align: center !important;
    }

    /* Section intro / shared body copy */
    body.v-card-page .who-instantly > .container > p,
    body.v-card-page .know-who p.first,
    body.v-card-page .built-to-fit > .container > p,
    body.v-card-page .get-your-v-card > .container > p,
    body.v-card-page .from-conatct p {
        font-size: 15px !important;
        line-height: 1.5 !important;
        font-weight: 400 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 12px !important;
        padding: 0 12px !important;
        max-width: 36rem !important;
        text-align: center !important;
    }

    body.v-card-page .get-your-v-card > .container > p:last-of-type {
        margin-bottom: 18px !important;
    }

    /* One Scan — subheads & inline copy (same body tier as intros) */
    body.v-card-page .left-one-scn h4 {
        font-size: 16px !important;
        line-height: 1.3 !important;
        margin: 0 0 8px !important;
        padding: 0 12px !important;
    }

    body.v-card-page .left-one-scn .content > p {
        font-size: 15px !important;
        line-height: 1.5 !important;
        margin: 0 0 12px !important;
        padding: 0 12px !important;
    }

    body.v-card-page .left-one-scn h5 {
        font-size: 15px !important;
        line-height: 1.45 !important;
        margin: 8px 0 14px !important;
        padding: 0 12px !important;
    }

    /* Even top/bottom padding per section */
    body.v-card-page .bussiness-card-section,
    body.v-card-page .one-scan,
    body.v-card-page .who-instantly,
    body.v-card-page .turn-contacts,
    body.v-card-page .beyound-bussiness,
    body.v-card-page .know-who,
    body.v-card-page .one-team,
    body.v-card-page .built-to-fit,
    body.v-card-page .turn-every,
    body.v-card-page .get-your-v-card {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    body.v-card-page .bussiness-card-section h2 {
        padding-bottom: 0 !important;
    }

    body.v-card-page .card-instantly-wr {
        margin-top: 20px !important;
        margin-bottom: 0 !important;
    }

    body.v-card-page .card-instantly h3 {
        font-size: 17px !important;
        line-height: 1.25 !important;
    }

    body.v-card-page .card-instantly p {
        font-size: 14px !important;
        line-height: 1.45 !important;
    }

    body.v-card-page .from-conatct {
        margin-top: 12px !important;
    }

    /* Beyond — match tablet (770–1024) card grid + stacked front/back */
    body.v-card-page .card-beyound-wr {
        grid-template-columns: 1fr 1fr !important;
        grid-auto-rows: 1fr !important;
        gap: 20px !important;
        margin-top: 20px !important;
        align-items: stretch !important;
        min-height: 0 !important;
    }

    body.v-card-page .card-beyound-wr > div {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 380px !important;
        height: 100% !important;
    }

    body.v-card-page .card-beyound-wr .flip-card {
        width: 100% !important;
        max-width: 100% !important;
        height: 365px !important;
        min-height: 365px !important;
        margin: 0 auto !important;
        border-radius: 30px !important;
        overflow: hidden !important;
    }

    body.v-card-page .card-beyound-wr .flip-card-inner {
        width: 100% !important;
        height: 100% !important;
        border-radius: 30px !important;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        transform-style: preserve-3d;
    }

    body.v-card-page .card-beyound-wr .flip-card-front,
    body.v-card-page .card-beyound-wr .flip-card-back {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        border-radius: 30px !important;
        overflow: hidden !important;
        display: flex !important;
        flex-direction: column !important;
        -webkit-backface-visibility: hidden !important;
        backface-visibility: hidden !important;
        background-size: cover !important;
        background-position: center !important;
    }

    body.v-card-page .card-beyound-wr .flip-card-front {
        background-image: none !important;
        background-color: #262262 !important;
    }

    body.v-card-page .card-beyound-wr .flip-card-back {
        background-image: none !important;
        background-color: #262262 !important;
        transform: rotateY(180deg) !important;
    }

    body.v-card-page .card-beyound-wr .flip-card-front .fp-head {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: none !important;
        padding: 12px 14px !important;
        border-radius: 0 !important;
        border-top-left-radius: 30px !important;
        border-top-right-radius: 30px !important;
    }

    body.v-card-page .card-beyound-wr .flip-card-front .fp-head h3 {
        font-size: 20px !important;
        line-height: 1.2 !important;
        text-align: center !important;
    }

    body.v-card-page .card-beyound-wr .flip-card-front img,
    body.v-card-page .card-beyound-wr .flip-card-back img {
        flex: 1 1 auto !important;
        width: 100% !important;
        min-height: 0 !important;
        max-height: none !important;
        height: auto !important;
        padding: 22px 16px !important;
        object-fit: contain !important;
        object-position: center !important;
        display: block !important;
        margin: 0 auto !important;
        grid-column: unset !important;
        grid-row: unset !important;
        align-self: unset !important;
        border-radius: 18px !important;
        clip-path: inset(0 round 18px) !important;
        -webkit-clip-path: inset(0 round 18px) !important;
    }

    body.v-card-page .card-beyound-wr .flip-card-back h3 {
        flex: 0 0 auto !important;
        margin: 0 !important;
        padding: 0 14px !important;
        font-size: 20px !important;
        line-height: 1.2 !important;
        grid-column: unset !important;
        grid-row: unset !important;
        align-self: unset !important;
    }

    body.v-card-page .card-beyound-wr .flip-card-back p {
        flex: 0 1 auto !important;
        padding: 8px 14px 14px !important;
        font-size: 14px !important;
        line-height: 1.45 !important;
        margin: 0 !important;
        grid-column: unset !important;
        grid-row: unset !important;
        align-self: unset !important;
    }

    /* One Team — ≤768: image | cards; icon + title row, description under title (same left edge as title) */
    body.v-card-page .one-team-wr {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
        gap: 18px !important;
        align-items: stretch !important;
    }

    body.v-card-page .oneteam-itm-right {
        display: grid !important;
        gap: 8px !important;
        align-content: start !important;
    }

    body.v-card-page .oneteam-itm-right .inner {
        display: grid !important;
        grid-template-columns: auto 1fr !important;
        grid-template-rows: auto auto !important;
        column-gap: 10px !important;
        row-gap: 4px !important;
        align-items: center !important;
        padding: 10px 12px !important;
        border-radius: 18px !important;
    }

    body.v-card-page .oneteam-itm-right .inner .content {
        display: contents !important;
    }

    body.v-card-page .oneteam-itm-right .inner .iamge-opt {
        grid-column: 1 !important;
        grid-row: 1 / -1 !important;
        align-self: center !important;
    }

    body.v-card-page .oneteam-itm-right .inner .content h3 {
        grid-column: 2 !important;
        grid-row: 1 !important;
        align-self: start !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 16px !important;
        line-height: 1.2 !important;
    }

    body.v-card-page .oneteam-itm-right .inner .content p {
        grid-column: 2 !important;
        grid-row: 2 !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 12px !important;
        line-height: 1.4 !important;
    }

    body.v-card-page .oneteam-itm-right .inner .iamge-opt img {
        width: 44px !important;
        height: auto !important;
    }

    body.v-card-page .left-team {
        aspect-ratio: auto !important;
        min-height: 0 !important;
        height: 100% !important;
        align-self: stretch !important;
        border-radius: 18px !important;
    }

    body.v-card-page .left-team img {
        width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
        object-fit: cover !important;
    }

    /* Get Your v-Card CTA — container gutter & buttons (typography from unified block above) */
    body.v-card-page .get-your-v-card {
        box-shadow: none !important;
    }

    body.v-card-page .get-your-v-card .container {
        padding-left: max(16px, env(safe-area-inset-left)) !important;
        padding-right: max(16px, env(safe-area-inset-right)) !important;
    }

    body.v-card-page .get-your-v-card .action-turn {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: stretch !important;
        gap: 10px 12px !important;
        margin-top: 0 !important;
        padding: 0 8px !important;
    }

    body.v-card-page .get-your-v-card .action-turn a {
        flex: 1 1 auto !important;
        min-width: min(100%, 158px) !important;
        max-width: min(100%, 20rem) !important;
        text-align: center !important;
        padding: 12px 14px !important;
        font-size: 13px !important;
        line-height: 1.35 !important;
        border-radius: 10px !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-break: break-word !important;
    }

    /* One Scan — thumbnails: equal columns, full row width (phones ≤768; fixes flex + width:100% on each img) */
    body.v-card-page .right-scan-img {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    body.v-card-page .grid-one-scan-imgs {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 10px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 10px !important;
        box-sizing: border-box !important;
    }

    body.v-card-page .grid-one-scan-imgs img {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
        object-fit: cover !important;
        border-radius: 10px !important;
        display: block !important;
    }

    /* Touch devices: keep flip functional on tap/focus */
    body.v-card-page .card-beyound-wr .flip-card:focus .flip-card-inner,
    body.v-card-page .card-beyound-wr .flip-card:active .flip-card-inner,
    body.v-card-page .card-beyound-wr .flip-card:hover .flip-card-inner {
        transform: rotateY(180deg) !important;
    }
}

@media (max-width: 480px) {
    body.v-card-page .one-team-wr {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    /* Beyond — one card per row; shorter cards; image fills face (no empty band under art) */
    body.v-card-page .card-beyound-wr {
        grid-template-columns: 1fr !important;
        grid-auto-rows: auto !important;
        gap: 14px !important;
        margin-top: 16px !important;
        min-height: 0 !important;
    }

    body.v-card-page .card-beyound-wr > div {
        min-height: 0 !important;
        height: auto !important;
    }

    body.v-card-page .card-beyound-wr .flip-card {
        height: 248px !important;
        min-height: 248px !important;
        max-width: 100% !important;
        border-radius: 20px !important;
    }

    body.v-card-page .card-beyound-wr .flip-card-inner {
        border-radius: 20px !important;
    }

    body.v-card-page .card-beyound-wr .flip-card-front,
    body.v-card-page .card-beyound-wr .flip-card-back {
        border-radius: 20px !important;
    }

    body.v-card-page .card-beyound-wr .flip-card-front .fp-head {
        padding: 10px 12px !important;
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important;
    }

    body.v-card-page .card-beyound-wr .flip-card-front .fp-head h3 {
        font-size: 17px !important;
    }

    body.v-card-page .card-beyound-wr .flip-card-front img,
    body.v-card-page .card-beyound-wr .flip-card-back img {
        flex: 1 1 0 !important;
        min-height: 0 !important;
        padding: 10px 12px !important;
        object-fit: cover !important;
        object-position: center !important;
        border-radius: 16px !important;
        clip-path: inset(0 round 16px) !important;
        -webkit-clip-path: inset(0 round 16px) !important;
    }

    body.v-card-page .card-beyound-wr .flip-card-back h3 {
        font-size: 17px !important;
        padding: 0 12px !important;
    }

    body.v-card-page .card-beyound-wr .flip-card-back p {
        font-size: 13px !important;
        padding: 6px 12px 12px !important;
        line-height: 1.4 !important;
    }

    body.v-card-page .get-your-v-card .action-turn {
        flex-direction: column !important;
        align-items: stretch !important;
        max-width: 22rem !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body.v-card-page .get-your-v-card .action-turn a {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }
}

/* ============================================================
   V-CARD — TABLET ONLY (770px–1024px)
   Unified section title / intro scale + even vertical padding
============================================================ */
@media screen and (min-width: 770px) and (max-width: 1024px) {
    /* Hero / banner */
    /* body.v-card-page .hero-section.solution-hero-section {
        padding: 40px 0 !important;
        gap: 28px !important;
        align-items: center !important;
    }

    body.v-card-page .solution-hero-content h2 {
        font-size: 28px !important;
        line-height: 1.22 !important;
        font-weight: 700 !important;
        margin-bottom: 10px !important;
    }

    body.v-card-page .solution-hero-content h1 {
        font-size: 34px !important;
        line-height: 1.15 !important;
        margin-bottom: 12px !important;
        padding-bottom: 12px !important;
    }

    body.v-card-page .solution-hero-content .main_description {
        font-size: 17px !important;
        line-height: 1.55 !important;
        margin-bottom: 16px !important;
    }

    body.v-card-page .solution-hero-content .hero-actions {
        padding-top: 10px !important;
        gap: 10px !important;
    }

    body.v-card-page .solution-hero-section .relative > img {
        max-height: min(420px, 52vh);
        width: auto;
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }

    body.v-card-page .solution-hero-section .gif-scan img {
        width: 120px !important;
        height: 120px !important;
        bottom: 20px !important;
    } */

    /* Page section titles — one scale */
    body.v-card-page .bussiness-card-section .left-card-bs > h2,
    body.v-card-page .who-instantly h2,
    body.v-card-page .turn-contacts h2,
    body.v-card-page .beyound-bussiness h2,
    body.v-card-page .know-who h2,
    body.v-card-page .one-team h2,
    body.v-card-page .built-to-fit h2,
    body.v-card-page .turn-every h2,
    body.v-card-page .get-your-v-card h2 {
        font-size: 28px !important;
        line-height: 1.22 !important;
        font-weight: 700 !important;
        padding-bottom: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 12px !important;
    }

    body.v-card-page .bussiness-card-section .left-card-bs > h2 {
        text-align: left !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Section intro copy — one scale */
    body.v-card-page .who-instantly > .container > p,
    body.v-card-page .know-who p.first,
    body.v-card-page .built-to-fit > .container > p,
    body.v-card-page .get-your-v-card > .container > p,
    body.v-card-page .from-conatct p {
        font-size: 17px !important;
        line-height: 1.55 !important;
        font-weight: 400 !important;
        max-width: 640px;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 12px !important;
    }

    body.v-card-page .get-your-v-card > .container > p:last-of-type {
        margin-bottom: 16px !important;
    }

    /* One Scan primary headline — same tier as section h2 */
    body.v-card-page .left-one-scn .content > h3:first-of-type {
        font-size: 28px !important;
        line-height: 1.22 !important;
        margin-bottom: 16px !important;
    }

    body.v-card-page .left-one-scn h4 {
        font-size: 18px !important;
        line-height: 1.3 !important;
        padding-bottom: 8px !important;
    }

    body.v-card-page .left-one-scn .content > p {
        font-size: 17px !important;
        line-height: 1.55 !important;
    }

    body.v-card-page .left-one-scn h5 {
        font-size: 16px !important;
        line-height: 1.45 !important;
        margin: 14px 0 20px 0 !important;
    }

    /* Even section vertical padding */
    body.v-card-page .bussiness-card-section,
    body.v-card-page .one-scan,
    body.v-card-page .who-instantly,
    body.v-card-page .turn-contacts,
    body.v-card-page .beyound-bussiness,
    body.v-card-page .know-who,
    body.v-card-page .one-team,
    body.v-card-page .built-to-fit,
    body.v-card-page .turn-every,
    body.v-card-page .get-your-v-card {
        padding: 36px 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    body.v-card-page .turn-contacts h2 {
        margin-bottom: 16px !important;
        position: relative;
        z-index: 1;
    }

    body.v-card-page .one-team h2 {
        padding-bottom: 0 !important;
        margin-bottom: 12px !important;
    }

    body.v-card-page .built-to-fit {
        overflow: visible !important;
    }

    /* Built to Fit — tablet: desktop-style row; icon half above card (overlap top edge) */
    body.v-card-page .build-wraper {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        align-items: stretch !important;
        gap: 20px !important;
        margin-top: 24px !important;
        padding-top: 24px !important;
        overflow: visible !important;
    }

    body.v-card-page .build-itm {
        position: relative !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100% !important;
        min-width: 0 !important;
        padding: 56px 16px 22px !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }

    body.v-card-page .build-itm svg,
    body.v-card-page .build-itm > img {
        position: absolute !important;
        top: 0 !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        margin: 0 !important;
        width: 92px !important;
        height: 92px !important;
        min-width: 92px !important;
        min-height: 92px !important;
        flex-shrink: 0 !important;
        object-fit: contain !important;
        z-index: 2 !important;
    }

    body.v-card-page .build-itm > img {
        width: 92px !important;
        height: 92px !important;
    }

    body.v-card-page .build-itm h3 {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 4px 12px !important;
        text-align: center !important;
        font-size: 18px !important;
        line-height: 1.25 !important;
    }

    body.v-card-page .build-itm p {
        width: 100% !important;
        margin: 0 !important;
        text-align: center !important;
        font-size: 14px !important;
        line-height: 1.5 !important;
        flex: 1 1 auto !important;
    }

    body.v-card-page .get-your-v-card .action-turn {
        margin-top: 12px !important;
        gap: 10px !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
    }

    /* Grids & gutters */
    /* Business cards — tablet: match column heights, denser list rows, aligned video */
    body.v-card-page .wraper_bussiness {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr) !important;
        gap: 24px !important;
        align-items: stretch !important;
    }

    body.v-card-page .left-card-bs {
        display: flex !important;
        flex-direction: column !important;
        min-width: 0 !important;
        height: 100% !important;
        align-self: stretch !important;
    }

    body.v-card-page .left-card-bs video {
        flex: 1 1 auto !important;
        width: 100% !important;
        min-height: 200px !important;
        max-height: none !important;
        object-fit: cover !important;
        border-radius: 14px !important;
    }

    body.v-card-page .wraper_bussiness > .flex.item-center,
    body.v-card-page .wraper_bussiness > div.flex {
        display: flex !important;
        align-items: stretch !important;
        justify-content: center !important;
        min-width: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }

    body.v-card-page .right-bs-card {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        height: 100% !important;
        min-width: 0 !important;
    }

    body.v-card-page .right-bs-card .inner {
        flex: 1 1 auto !important;
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 14px !important;
        margin-bottom: 12px !important;
        align-items: stretch !important;
        min-height: 0 !important;
    }

    body.v-card-page .right-bs-card .bs-list {
        padding: 14px 12px 14px !important;
        border-radius: 20px !important;
        display: flex !important;
        flex-direction: column !important;
        min-height: 0 !important;
    }

    body.v-card-page .right-bs-card .bs-list h3 {
        font-size: 17px !important;
        line-height: 1.25 !important;
        padding-bottom: 8px !important;
        margin: 0 !important;
    }

    body.v-card-page .right-bs-card .bs-list p {
        padding: 3px 0 !important;
        font-size: 13px !important;
        line-height: 1.35 !important;
        align-items: flex-start !important;
        gap: 8px !important;
    }

    body.v-card-page .right-bs-card .bs-list p img {
        width: 14px !important;
        height: auto !important;
        margin-top: 2px !important;
        flex-shrink: 0 !important;
    }

    body.v-card-page .right-bs-card p.lost {
        margin-top: auto !important;
        margin-bottom: 0 !important;
        text-align: center !important;
        font-size: 15px !important;
        line-height: 1.35 !important;
    }

    /* One Scan — tablet: stack columns, clip gallery, card-style “What You Get” rows */
    body.v-card-page .one-scan-wr {
        display: grid !important;
        grid-template-columns: 1fr !important;
        padding: 24px 20px !important;
        gap: 20px !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    body.v-card-page .left-one-scn {
        display: flex !important;
        flex-direction: column !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    body.v-card-page .left-one-scn .content {
        padding: 0 !important;
    }

    body.v-card-page .right-scan-img {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: hidden !important;
    }

    body.v-card-page .right-scan-img img.main-image {
        max-height: none !important;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
        border-radius: 12px !important;
        display: block !important;
    }

    body.v-card-page .grid-one-scan-imgs {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 10px !important;
        margin-top: 10px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    body.v-card-page .grid-one-scan-imgs img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
        border-radius: 10px !important;
        display: block !important;
    }

    body.v-card-page .what-you-get {
        width: 100% !important;
        max-width: 100% !important;
        padding: 14px 12px !important;
        border-right: 1px solid rgba(255, 255, 255, 0.45) !important;
        border-top-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }

    body.v-card-page .what-you-get h3 {
        margin-bottom: 10px !important;
        font-size: 17px !important;
    }

    body.v-card-page .what-you-get p {
        line-height: 1.35 !important;
        padding: 8px 10px !important;
        margin: 0 0 8px 0 !important;
        border-radius: 8px !important;
        background: rgba(255, 255, 255, 0.07) !important;
        align-items: flex-start !important;
        gap: 8px !important;
    }

    body.v-card-page .what-you-get p:last-of-type {
        margin-bottom: 0 !important;
    }

    body.v-card-page .what-you-get p img {
        flex-shrink: 0 !important;
        width: 18px !important;
        height: auto !important;
        margin-top: 3px !important;
    }

    body.v-card-page .card-instantly-wr {
        margin: 20px 0 !important;
        gap: 14px !important;
    }

    body.v-card-page .card-instantly h3 {
        font-size: 17px !important;
        line-height: 1.25 !important;
    }

    body.v-card-page .card-instantly p {
        font-size: 14px !important;
        line-height: 1.45 !important;
    }

    body.v-card-page .from-conatct {
        margin-top: 12px !important;
    }

    body.v-card-page .card-beyound-wr {
        grid-template-columns: 1fr 1fr !important;
        grid-auto-rows: 1fr !important;
        gap: 20px !important;
        margin-top: 20px !important;
        align-items: stretch !important;
        min-height: 0 !important;
    }

    /* Beyond cards: replicate desktop lg: wrapper (Tailwind lg only kicks in at ≥1024px) */
    body.v-card-page .card-beyound-wr > div {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 380px !important;
        height: 100% !important;
    }

    body.v-card-page .card-beyound-wr .flip-card {
        width: 100% !important;
        max-width: 100% !important;
        height: 365px !important;
        margin: 0 auto !important;
    }

    body.v-card-page .card-beyound-wr .flip-card-inner {
        width: 100% !important;
        height: 100% !important;
        border-radius: 30px !important;
    }

    body.v-card-page .card-beyound-wr .flip-card-front .fp-head {
        padding: 12px 14px !important;
        border-top-left-radius: 30px !important;
        border-top-right-radius: 30px !important;
    }

    body.v-card-page .card-beyound-wr .flip-card-front .fp-head h3 {
        font-size: 20px !important;
        line-height: 1.2 !important;
    }

    body.v-card-page .card-beyound-wr .flip-card-front img,
    body.v-card-page .card-beyound-wr .flip-card-back img {
        padding: 22px 16px !important;
        border-radius: 18px !important;
        clip-path: inset(0 round 18px) !important;
        -webkit-clip-path: inset(0 round 18px) !important;
    }

    body.v-card-page .card-beyound-wr .flip-card-back h3 {
        font-size: 20px !important;
        line-height: 1.2 !important;
    }

    body.v-card-page .card-beyound-wr .flip-card-back p {
        padding: 8px 14px 14px !important;
        font-size: 14px !important;
        line-height: 1.45 !important;
    }

    body.v-card-page .know.who-wr {
        margin-top: 20px !important;
        gap: 20px !important;
    }

    body.v-card-page .one-team-wr {
        gap: 24px !important;
        align-items: stretch !important;
    }

    /* One Team — tablet: icon + title row; description under title (aligned with title, not under icon) */
    body.v-card-page .oneteam-itm-right {
        gap: 10px !important;
        align-content: start !important;
    }

    body.v-card-page .oneteam-itm-right .inner {
        display: grid !important;
        grid-template-columns: auto 1fr !important;
        grid-template-rows: auto auto !important;
        column-gap: 12px !important;
        row-gap: 6px !important;
        align-items: center !important;
        padding: 14px 16px !important;
        border-radius: 22px !important;
    }

    body.v-card-page .oneteam-itm-right .inner .content {
        display: contents !important;
    }

    body.v-card-page .oneteam-itm-right .inner .iamge-opt {
        grid-column: 1 !important;
        grid-row: 1 / -1 !important;
        align-self: center !important;
    }

    body.v-card-page .oneteam-itm-right .inner .content h3 {
        grid-column: 2 !important;
        grid-row: 1 !important;
        align-self: start !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 17px !important;
        line-height: 1.25 !important;
    }

    body.v-card-page .oneteam-itm-right .inner .content p {
        grid-column: 2 !important;
        grid-row: 2 !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 13px !important;
        line-height: 1.45 !important;
    }

    body.v-card-page .oneteam-itm-right .inner .iamge-opt img {
        width: 52px !important;
        height: auto !important;
    }

    body.v-card-page .left-team {
        aspect-ratio: auto !important;
        height: 100% !important;
        min-height: 0 !important;
        align-self: stretch !important;
    }

    body.v-card-page .left-team img {
        height: 100% !important;
        min-height: 100% !important;
        object-fit: cover !important;
    }

    body.v-card-page .turn-evry-ct {
        display: grid !important;
        grid-template-columns: 1fr !important;
        margin-top: 24px !important;
        gap: 0 !important;
        background-image: none !important;
        background-color: transparent !important;
    }

    body.v-card-page .turn-evry-ct .right-every-turn {
        display: none !important;
    }

    body.v-card-page .left-ct-evry {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 16px !important;
        width: 100%;
        align-items: stretch !important;
    }

    body.v-card-page .left-ct-evry .box {
        display: flex !important;
        flex-direction: column !important;
        height: 100% !important;
    }

    body.v-card-page .left-ct-evry .head-evrytn h3 {
        font-size: clamp(28px, 4vw, 40px) !important;
        line-height: 1.1 !important;
        padding: 16px 8px !important;
    }

    body.v-card-page .left-ct-evry .box .ct-trun {
        padding: 16px 12px !important;
        flex: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
    }

    body.v-card-page .left-ct-evry .box .ct-trun h4 {
        font-size: 18px !important;
        line-height: 1.3 !important;
    }

    body.v-card-page .left-ct-evry .box .ct-trun p {
        font-size: 14px !important;
        line-height: 1.45 !important;
    }
}

/* v-card — 700–770px: center business-cards column video + title; hero handled in base.css */
@media screen and (min-width: 700px) and (max-width: 770px) {
    body.v-card-page .left-card-bs {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }

    body.v-card-page .left-card-bs h2 {
        text-align: center !important;
    }

    body.v-card-page .left-card-bs video {
        width: min(100%, 380px) !important;
        max-width: min(72vw, 420px) !important;
        height: auto !important;
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
