/* =========================================================
   VENTACTIVE
   PRODUCT QUESTIONS
========================================================= */

.vcProductQuestions {
    position: relative;
    padding:
        8px
        clamp(18px, 4vw, 70px)
        clamp(70px, 7vw, 110px);
}

.vcProductQuestionsInner {
    width: min(1540px, 100%);
    margin: 0 auto;
}


/* =========================================================
   INTRO
========================================================= */

.vcProductQuestionsIntro {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        auto;
    align-items: end;
    gap: 30px;
    margin-bottom: 26px;
}

.vcProductQuestionsIntroCopy {
    max-width: 780px;
}

.vcProductQuestionsEyebrow {
    display: block;
    margin-bottom: 8px;
    color: #7d96aa;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.vcProductQuestionsIntro h2 {
    margin: 0;
    color: #123f68;
    font-family: "Inter", sans-serif;
    font-size:
        clamp(36px, 4.2vw, 62px);
    line-height: 0.97;
    letter-spacing: -0.045em;
}

.vcProductQuestionsIntro h2 strong {
    display: block;
    color: #2a79ad;
}

.vcProductQuestionsIntro p {
    max-width: 650px;
    margin: 14px 0 0;
    color: #7e92a4;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   COUNTER
========================================================= */

.vcProductQuestionsCounter {
    min-width: 175px;
    min-height: 76px;
    padding: 13px 17px;
    display: flex;
    align-items: center;
    gap: 13px;
    border: 1px solid rgba(22, 77, 124, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow:
        0 14px 32px rgba(23, 65, 98, 0.07);
    backdrop-filter: blur(12px);
}

.vcProductQuestionsCounter > span {
    color: #174d77;
    font-family: "Inter", sans-serif;
    font-size: 33px;
    line-height: 1;
}

.vcProductQuestionsCounter > div {
    display: flex;
    flex-direction: column;
}

.vcProductQuestionsCounter small {
    color: #99a8b4;
    font-size: 8px;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.vcProductQuestionsCounter strong {
    margin-top: 2px;
    color: #42637c;
    font-size: 11px;
}


/* =========================================================
   MAIN LAYOUT
========================================================= */

.vcProductQuestionsLayout {
    display: grid;
    grid-template-columns:
        minmax(320px, 0.76fr)
        minmax(0, 1.55fr);
    gap: 20px;
    align-items: start;
}


/* =========================================================
   ASK PANEL
========================================================= */

.vcProductAskPanel {
    position: sticky;
    top: 20px;
    overflow: hidden;
    padding:
        clamp(24px, 2.8vw, 38px);
    border-radius:
        clamp(28px, 3vw, 42px);
    background:
        linear-gradient(
            145deg,
            #123f68 0%,
            #1c5a8a 52%,
            #287daf 100%
        );
    color: #ffffff;
    box-shadow:
        0 30px 72px rgba(15, 55, 88, 0.18);
    isolation: isolate;
}

.vcProductAskAmbient {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.vcProductAskAmbient span:first-child {
    position: absolute;
    width: 340px;
    height: 340px;
    right: -140px;
    top: -150px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(108, 223, 196, 0.2),
            transparent 68%
        );
}

.vcProductAskAmbient span:last-child {
    position: absolute;
    inset: 0;
    opacity: 0.13;
    background-image:
        linear-gradient(
            rgba(255,255,255,0.07) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,0.07) 1px,
            transparent 1px
        );
    background-size: 36px 36px;
}


/* =========================================================
   ASK TOP
========================================================= */

.vcProductAskTop {
    display: flex;
    align-items: center;
    gap: 13px;
    padding-bottom: 21px;
    border-bottom:
        1px solid rgba(255,255,255,0.1);
}

.vcProductAskIndex {
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 14px;
    background: rgba(255,255,255,0.08);
    color: #a9ead8;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.vcProductAskTop > div {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.vcProductAskTop > div > span {
    color: rgba(255,255,255,0.55);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.vcProductAskTop strong {
    margin-top: 2px;
    color: #ffffff;
    font-size: 12px;
}


/* =========================================================
   ASK CONTENT
========================================================= */

.vcProductAskContent {
    padding-top: 26px;
}

.vcProductAskContent h3 {
    margin: 0;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size:
        clamp(28px, 2.6vw, 39px);
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.vcProductAskContent h3 strong {
    display: block;
    color: #a6ead8;
}

.vcProductAskContent > p {
    max-width: 380px;
    margin: 13px 0 0;
    color: rgba(255,255,255,0.62);
    font-size: 10px;
    line-height: 1.65;
}


/* =========================================================
   SEARCH
========================================================= */

.vcProductQuestionSearch {
    position: relative;
    margin-top: 23px;
    min-height: 52px;
    padding: 0 12px;
    display: grid;
    grid-template-columns:
        auto 1fr auto;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 16px;
    background: rgba(255,255,255,0.085);
    backdrop-filter: blur(10px);
}

.vcProductQuestionSearch > span {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    color: #a7e8d6;
}

.vcProductQuestionSearch > span svg {
    width: 19px;
    height: 19px;
}

.vcProductQuestionSearch input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #ffffff;
    font: inherit;
    font-size: 10px;
}

.vcProductQuestionSearch input::placeholder {
    color: rgba(255,255,255,0.45);
}

.vcProductQuestionSearch button {
    width: 31px;
    height: 31px;
    border: 0;
    border-radius: 10px;
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.72);
    display: grid;
    place-items: center;
    cursor: pointer;
}

.vcProductQuestionSearch button svg {
    width: 15px;
    height: 15px;
}


/* =========================================================
   ASK BUTTON
========================================================= */

.vcProductAskButton {
    position: relative;
    width: 100%;
    min-height: 64px;
    margin-top: 11px;
    padding: 7px 8px;
    display: grid;
    grid-template-columns:
        auto 1fr auto;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 18px;
    background: rgba(255,255,255,0.1);
    color: #ffffff;
    cursor: pointer;
    text-align: left;
    transition:
        transform 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease;
}

.vcProductAskButton:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,0.14);
    border-color: rgba(255,255,255,0.2);
}

.vcProductAskButtonIcon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: rgba(255,255,255,0.1);
    color: #a6ead8;
}

.vcProductAskButtonIcon svg {
    width: 21px;
    height: 21px;
}

.vcProductAskButton > span:nth-child(2) {
    display: flex;
    flex-direction: column;
}

.vcProductAskButton small {
    color: rgba(255,255,255,0.5);
    font-size: 7.5px;
}

.vcProductAskButton strong {
    margin-top: 2px;
    color: #ffffff;
    font-size: 10px;
}

.vcProductAskButtonArrow {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: rgba(255,255,255,0.1);
}

.vcProductAskButtonArrow svg {
    width: 15px;
    height: 15px;
}


/* =========================================================
   ASK FOOT
========================================================= */

.vcProductAskFoot {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 24px;
    padding-top: 16px;
    border-top:
        1px solid rgba(255,255,255,0.1);
}

.vcProductAskFoot > span {
    display: flex;
    align-items: center;
    gap: 7px;
    color: rgba(255,255,255,0.43);
    font-size: 7.5px;
}

.vcProductAskFoot i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #6de0bd;
    box-shadow:
        0 0 0 5px rgba(109,224,189,0.1);
}

.vcProductAskFoot > strong {
    overflow: hidden;
    color: rgba(255,255,255,0.7);
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* =========================================================
   QUESTIONS CONTENT
========================================================= */

.vcProductQuestionsContent {
    min-width: 0;
    padding:
        clamp(24px, 2.8vw, 38px);
    border: 1px solid rgba(22, 77, 124, 0.08);
    border-radius:
        clamp(28px, 3vw, 42px);
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,0.98),
            rgba(248,251,253,0.96)
        );
    box-shadow:
        0 28px 70px rgba(20,63,97,0.08);
}


/* =========================================================
   QUESTIONS HEADER
========================================================= */

.vcProductQuestionsHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom:
        1px solid rgba(22,77,124,0.08);
}

.vcProductQuestionsHeader > div {
    display: flex;
    flex-direction: column;
}

.vcProductQuestionsHeader span {
    color: #8fa1b0;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.vcProductQuestionsHeader strong {
    margin-top: 3px;
    color: #315675;
    font-size: 14px;
}

.vcProductQuestionsStatus {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.vcProductQuestionsStatus i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #31c596;
    box-shadow:
        0 0 0 4px rgba(49,197,150,0.1);
}


/* =========================================================
   LIST
========================================================= */

.vcProductQuestionsList {
    display: grid;
    gap: 12px;
}


/* =========================================================
   QUESTION CARD
========================================================= */

.vcProductQuestionCard {
    position: relative;
    overflow: hidden;
    padding: 18px;
    border: 1px solid rgba(22,77,124,0.07);
    border-radius: 22px;
    background: #ffffff;
    box-shadow:
        0 8px 20px rgba(22,65,99,0.035);
    transition:
        transform 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.28s ease;
}

.vcProductQuestionCard:hover {
    transform: translateY(-2px);
    border-color: rgba(34,112,166,0.14);
    box-shadow:
        0 16px 34px rgba(22,65,99,0.07);
}


/* =========================================================
   QUESTION ROW
========================================================= */

.vcProductQuestionRow {
    display: grid;
    grid-template-columns:
        auto 1fr auto;
    align-items: start;
    gap: 13px;
}

.vcProductQuestionAvatar {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background:
        linear-gradient(
            135deg,
            #eaf4fa,
            #f5f9fb
        );
    color: #2d6e9b;
    font-size: 10px;
    font-weight: 900;
}

.vcProductQuestionBody {
    min-width: 0;
}

.vcProductQuestionMeta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.vcProductQuestionMeta > span {
    color: #3d7195;
    font-size: 7.5px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.vcProductQuestionMeta small {
    color: #9aa8b4;
    font-size: 8px;
}

.vcProductQuestionBody h3 {
    margin: 5px 0 0;
    color: #284f6f;
    font-size:
        clamp(13px, 1.1vw, 16px);
    line-height: 1.42;
}

.vcProductQuestionNumber {
    color: #a2b0bc;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.08em;
}


/* =========================================================
   ANSWER ROW
========================================================= */

.vcProductAnswerRow {
    display: grid;
    grid-template-columns:
        42px 1fr;
    gap: 13px;
    margin-top: 14px;
}

.vcProductAnswerConnector {
    position: relative;
    display: flex;
    justify-content: center;
}

.vcProductAnswerConnector::before {
    content: "";
    position: absolute;
    width: 1px;
    top: -14px;
    bottom: 15px;
    background:
        linear-gradient(
            to bottom,
            rgba(38,117,168,0.2),
            rgba(38,117,168,0.04)
        );
}

.vcProductAnswerConnector > span {
    position: relative;
    z-index: 2;
    width: 11px;
    height: 11px;
    margin-top: 17px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: #32c596;
    box-shadow:
        0 0 0 4px rgba(50,197,150,0.1);
}


/* =========================================================
   ANSWER CARD
========================================================= */

.vcProductAnswerCard {
    min-width: 0;
    padding: 15px 16px;
    border-radius: 18px;
    background:
        linear-gradient(
            145deg,
            #f3f8fb,
            #eef5f8
        );
    border: 1px solid rgba(22,77,124,0.06);
}

.vcProductAnswerTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.vcProductAnswerBrand {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #345c78;
    font-size: 9px;
    font-weight: 900;
}

.vcProductAnswerBrand > span {
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background:
        linear-gradient(
            135deg,
            #174d78,
            #2d80b5
        );
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 11px;
}

.vcProductAnswerVerified {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #3c8a70;
    font-size: 7.5px;
    font-weight: 850;
}

.vcProductAnswerVerified svg {
    width: 14px;
    height: 14px;
}

.vcProductAnswerCard p {
    margin: 11px 0 0;
    color: #657f92;
    font-size: 11px;
    line-height: 1.65;
}


/* =========================================================
   ANSWER FOOT
========================================================= */

.vcProductAnswerFoot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 13px;
    padding-top: 10px;
    border-top:
        1px solid rgba(22,77,124,0.06);
}

.vcProductAnswerFoot > span {
    color: #9aa8b4;
    font-size: 7.5px;
}

.vcProductAnswerFoot button {
    min-height: 29px;
    padding: 0 9px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 1px solid rgba(22,77,124,0.07);
    border-radius: 9px;
    background: #ffffff;
    color: #617d92;
    cursor: pointer;
    font: inherit;
    font-size: 7.5px;
    font-weight: 800;
    transition:
        background 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.vcProductAnswerFoot button:hover {
    transform: translateY(-1px);
    background: #f8fbfd;
    color: #286d9c;
}

.vcProductAnswerFoot button svg {
    width: 14px;
    height: 14px;
}


/* =========================================================
   SEARCH EMPTY
========================================================= */

.vcProductQuestionsSearchEmpty {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: left;
}

.vcProductQuestionsSearchEmpty > span {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    background: #eef5f9;
    color: #557894;
}

.vcProductQuestionsSearchEmpty svg {
    width: 23px;
    height: 23px;
}

.vcProductQuestionsSearchEmpty strong {
    display: block;
    color: #365b76;
    font-size: 13px;
}

.vcProductQuestionsSearchEmpty small {
    display: block;
    margin-top: 3px;
    color: #92a2af;
    font-size: 9px;
}


/* =========================================================
   EMPTY STATE
========================================================= */

.vcProductQuestionsEmpty {
    min-height: 420px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.vcProductQuestionsEmptyVisual {
    position: relative;
    width: 115px;
    height: 115px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            #ffffff,
            #eef5f9
        );
    color: #5b7f99;
    box-shadow:
        0 18px 40px rgba(22,65,99,0.08);
}

.vcProductQuestionsEmptyVisual > span {
    position: absolute;
    inset: -10px;
    border: 1px dashed rgba(45,112,164,0.16);
    border-radius: 50%;
}

.vcProductQuestionsEmptyVisual svg {
    width: 50px;
    height: 50px;
}

.vcProductQuestionsEmpty > span {
    margin-top: 17px;
    color: #91a1ae;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.vcProductQuestionsEmpty h3 {
    max-width: 500px;
    margin: 8px 0 0;
    color: #173f63;
    font-family: "Inter", sans-serif;
    font-size:
        clamp(28px, 3vw, 42px);
    line-height: 1;
}

.vcProductQuestionsEmpty h3 strong {
    color: #2a79ad;
}

.vcProductQuestionsEmpty p {
    max-width: 490px;
    margin: 12px 0 0;
    color: #8195a5;
    font-size: 10px;
    line-height: 1.65;
}

.vcProductQuestionsEmpty button {
    min-height: 45px;
    margin-top: 17px;
    padding: 0 15px;
    border: 0;
    border-radius: 13px;
    background:
        linear-gradient(
            135deg,
            #174d78,
            #2d80b6
        );
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-size: 9px;
    font-weight: 850;
    box-shadow:
        0 11px 24px rgba(23,78,120,0.17);
}


/* =========================================================
   QUESTION MODAL
========================================================= */

.vcProductQuestionModal {
    position: fixed;
    z-index: 999999;
    inset: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
}

.vcProductQuestionModal.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.vcProductQuestionModalBackdrop {
    position: absolute;
    inset: 0;
    background: rgba(7,27,43,0.63);
    backdrop-filter: blur(14px);
}

.vcProductQuestionModalPanel {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(560px, calc(100% - 30px));
    max-height: calc(100vh - 30px);
    overflow-y: auto;
    padding: 34px;
    border-radius: 30px;
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(61,153,214,0.09),
            transparent 30%
        ),
        #ffffff;
    box-shadow:
        0 36px 95px rgba(7,30,49,0.26);
    transform:
        translate(-50%, -46%)
        scale(0.97);
    transition:
        transform 0.38s cubic-bezier(.2,.75,.3,1);
}

.vcProductQuestionModal.is-open
.vcProductQuestionModalPanel {
    transform:
        translate(-50%, -50%)
        scale(1);
}


/* =========================================================
   MODAL CLOSE
========================================================= */

.vcProductQuestionModalClose {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(22,77,124,0.08);
    border-radius: 12px;
    background: #ffffff;
    color: #607d93;
    cursor: pointer;
    box-shadow:
        0 7px 18px rgba(22,65,99,0.05);
}

.vcProductQuestionModalClose svg {
    width: 17px;
    height: 17px;
}


/* =========================================================
   MODAL HEAD
========================================================= */

.vcProductQuestionModalHead > span {
    color: #7b94a8;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.vcProductQuestionModalHead h3 {
    max-width: 440px;
    margin: 8px 0 0;
    color: #173f63;
    font-family: "Inter", sans-serif;
    font-size:
        clamp(31px, 4vw, 45px);
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.vcProductQuestionModalHead h3 strong {
    display: block;
    color: #2a79ad;
}

.vcProductQuestionModalHead p {
    max-width: 430px;
    margin: 11px 0 0;
    color: #8497a7;
    font-size: 10px;
    line-height: 1.6;
}


/* =========================================================
   FORM
========================================================= */

.vcProductQuestionForm {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.vcProductQuestionField {
    display: grid;
    gap: 6px;
}

.vcProductQuestionField label {
    color: #496b85;
    font-size: 9px;
    font-weight: 850;
}

.vcProductQuestionField input,
.vcProductQuestionField textarea {
    width: 100%;
    border: 1px solid rgba(22,77,124,0.09);
    outline: 0;
    border-radius: 15px;
    background: #f8fbfd;
    color: #294e6b;
    font: inherit;
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.vcProductQuestionField input {
    height: 48px;
    padding: 0 13px;
}

.vcProductQuestionField textarea {
    min-height: 150px;
    padding: 13px;
    resize: vertical;
    line-height: 1.55;
}

.vcProductQuestionField input:focus,
.vcProductQuestionField textarea:focus {
    background: #ffffff;
    border-color: rgba(40,119,174,0.28);
    box-shadow:
        0 0 0 4px rgba(40,119,174,0.07);
}

.vcProductQuestionFieldFoot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #9aa8b4;
    font-size: 7px;
}

.vcProductQuestionFieldFoot strong {
    color: #53728a;
}


/* =========================================================
   SUBMIT
========================================================= */

.vcProductQuestionSubmit {
    min-height: 58px;
    padding: 7px 8px 7px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border: 0;
    border-radius: 17px;
    background:
        linear-gradient(
            135deg,
            #174d78,
            #2d80b6
        );
    color: #ffffff;
    cursor: pointer;
    box-shadow:
        0 14px 28px rgba(23,78,120,0.18);
}

.vcProductQuestionSubmit > span:first-child {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.vcProductQuestionSubmit small {
    color: rgba(255,255,255,0.6);
    font-size: 7px;
}

.vcProductQuestionSubmit strong {
    margin-top: 2px;
    font-size: 10px;
}

.vcProductQuestionSubmit > span:last-child {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: rgba(255,255,255,0.12);
}

.vcProductQuestionSubmit svg {
    width: 16px;
    height: 16px;
}


/* =========================================================
   MODAL FOOT
========================================================= */

.vcProductQuestionModalFoot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(22,77,124,0.07);
}

.vcProductQuestionModalFoot > span:first-child {
    color: #7d93a5;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.vcProductQuestionModalFoot > span:last-child {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #8e9eaa;
    font-size: 7.5px;
}

.vcProductQuestionModalFoot i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #31c596;
    box-shadow:
        0 0 0 4px rgba(49,197,150,0.09);
}


/* =========================================================
   MODAL BODY STATE
========================================================= */

body.vcProductQuestionModalOpen {
    overflow: hidden;
}


/* =========================================================
   RESPONSIVE 1050
========================================================= */

@media (max-width: 1050px) {

    .vcProductQuestionsLayout {
        grid-template-columns:
            minmax(290px, 0.7fr)
            minmax(0, 1.3fr);
    }

}


/* =========================================================
   RESPONSIVE 850
========================================================= */

@media (max-width: 850px) {

    .vcProductQuestions {
        padding-left: 18px;
        padding-right: 18px;
    }

    .vcProductQuestionsLayout {
        grid-template-columns: 1fr;
    }

    .vcProductAskPanel {
        position: relative;
        top: auto;
    }

    .vcProductAskPanel {
        display: grid;
        grid-template-columns:
            minmax(0, 1fr)
            minmax(280px, 0.7fr);
        column-gap: 25px;
    }

    .vcProductAskTop,
    .vcProductAskContent {
        grid-column: 1;
    }

    .vcProductQuestionSearch,
    .vcProductAskButton {
        grid-column: 2;
    }

    .vcProductAskFoot {
        grid-column: 1 / -1;
    }

}


/* =========================================================
   RESPONSIVE 650
========================================================= */

@media (max-width: 650px) {

    .vcProductQuestions {
        padding:
            6px 12px
            55px;
    }

    .vcProductQuestionsIntro {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .vcProductQuestionsIntro h2 {
        font-size: 35px;
    }

    .vcProductQuestionsCounter {
        width: fit-content;
        min-width: 0;
    }

    .vcProductAskPanel {
        display: block;
        padding: 22px 18px;
        border-radius: 27px;
    }

    .vcProductQuestionsContent {
        padding: 20px 16px;
        border-radius: 27px;
    }

    .vcProductQuestionCard {
        padding: 14px;
        border-radius: 18px;
    }

    .vcProductQuestionRow {
        grid-template-columns:
            38px 1fr;
    }

    .vcProductQuestionAvatar {
        width: 38px;
        height: 38px;
    }

    .vcProductQuestionNumber {
        display: none;
    }

    .vcProductAnswerRow {
        grid-template-columns:
            38px 1fr;
    }

    .vcProductAnswerTop {
        align-items: flex-start;
        flex-direction: column;
    }

    .vcProductAnswerFoot {
        align-items: flex-start;
        flex-direction: column;
    }

    .vcProductQuestionModalPanel {
        width: calc(100% - 20px);
        padding: 28px 18px 22px;
        border-radius: 25px;
    }

}


/* =========================================================
   RESPONSIVE 430
========================================================= */

@media (max-width: 430px) {

    .vcProductQuestions {
        padding-left: 8px;
        padding-right: 8px;
    }

    .vcProductQuestionsIntro {
        padding-left: 8px;
        padding-right: 8px;
    }

    .vcProductQuestionsIntro h2 {
        font-size: 31px;
    }

    .vcProductQuestionsIntro p {
        font-size: 12px;
    }

    .vcProductAskContent h3 {
        font-size: 29px;
    }

    .vcProductQuestionsHeader {
        align-items: flex-start;
        flex-direction: column;
    }

    .vcProductAnswerCard {
        padding: 13px;
    }

    .vcProductQuestionFieldFoot {
        align-items: flex-start;
        flex-direction: column;
    }

}


/* =========================================================
   ACCESSIBILITY
========================================================= */

.vcProductQuestionSearch input:focus-visible,
.vcProductQuestionSearch button:focus-visible,
.vcProductAskButton:focus-visible,
.vcProductAnswerFoot button:focus-visible,
.vcProductQuestionsEmpty button:focus-visible,
.vcProductQuestionModalClose:focus-visible,
.vcProductQuestionField input:focus-visible,
.vcProductQuestionField textarea:focus-visible,
.vcProductQuestionSubmit:focus-visible {
    outline:
        3px solid
        rgba(45, 133, 192, 0.28);
    outline-offset: 3px;
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .vcProductAskButton,
    .vcProductQuestionCard,
    .vcProductAnswerFoot button,
    .vcProductQuestionModal,
    .vcProductQuestionModalPanel {
        transition: none !important;
    }

}

.vcProductQuestionUserFields {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 18px;

    width: 100%;
}


.vcProductQuestionField {
    position: relative;

    min-width: 0;

    display: flex;
    flex-direction: column;

    gap: 9px;
}


.vcProductQuestionField label {
    color: #174a74;

    font-size: 13px;
    font-weight: 800;
}


.vcProductQuestionField input {
    width: 100%;
    height: 62px;

    padding:
        0 20px;

    border:
        1px solid
        rgba(32, 91, 132, 0.13);

    border-radius: 18px;

    outline: none;

    background:
        rgba(247, 251, 253, 0.92);

    color: #16456c;

    font-family: inherit;
    font-size: 16px;

    box-sizing: border-box;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}


.vcProductQuestionField input:focus {
    border-color:
        rgba(38, 122, 179, 0.48);

    background: #ffffff;

    box-shadow:
        0 0 0 4px
        rgba(42, 120, 173, 0.08);
}


.vcProductQuestionFieldHint {
    margin-top: -3px;

    color: #8ba0b1;

    font-size: 11px;
    line-height: 1.4;
}


@media (max-width: 650px) {

    .vcProductQuestionUserFields {
        grid-template-columns: 1fr;

        gap: 14px;
    }

    .vcProductQuestionField input {
        height: 54px;

        padding:
            0 16px;

        border-radius: 15px;
    }

}

/* =========================================================
   QUESTION SUCCESS MODAL
========================================================= */

.vcQuestionSuccess {
    position: fixed;
    inset: 0;
    z-index: 999999;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 24px;

    opacity: 0;
    visibility: hidden;

    transition:
        opacity .3s ease,
        visibility .3s ease;
}

.vcQuestionSuccess[hidden] {
    display: none !important;
}

.vcQuestionSuccess.is-open {
    opacity: 1;
    visibility: visible;
}


/* =========================================================
   BACKDROP
========================================================= */

.vcQuestionSuccessBackdrop {
    position: absolute;
    inset: 0;

    background:
        rgba(11, 37, 57, .68);

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}


/* =========================================================
   CARD
========================================================= */

.vcQuestionSuccessCard {
    position: relative;
    z-index: 2;

    width: min(560px, 100%);

    padding:
        52px
        48px
        32px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(52, 157, 211, .11),
            transparent 36%
        ),
        #ffffff;

    border:
        1px solid
        rgba(30, 83, 120, .1);

    border-radius: 34px;

    box-shadow:
        0 40px 100px
        rgba(12, 45, 70, .25);

    transform:
        translateY(20px)
        scale(.97);

    transition:
        transform .45s
        cubic-bezier(.2,.8,.2,1);
}

.vcQuestionSuccess.is-open
.vcQuestionSuccessCard {
    transform:
        translateY(0)
        scale(1);
}


/* =========================================================
   CLOSE
========================================================= */

.vcQuestionSuccessClose {
    position: absolute;

    top: 20px;
    right: 20px;

    width: 48px;
    height: 48px;

    display: grid;
    place-items: center;

    border: 1px solid #e3ebf1;
    border-radius: 16px;

    background: rgba(255,255,255,.85);

    color: #52728c;

    cursor: pointer;

    transition:
        transform .2s ease,
        background .2s ease;
}

.vcQuestionSuccessClose:hover {
    transform: rotate(4deg);
    background: #f2f7fa;
}

.vcQuestionSuccessClose svg {
    width: 20px;
    height: 20px;
}


/* =========================================================
   VISUAL
========================================================= */

.vcQuestionSuccessVisual {
    position: relative;

    width: 88px;
    height: 88px;

    margin-bottom: 28px;
}

.vcQuestionSuccessGlow {
    position: absolute;
    inset: -15px;

    border-radius: 50%;

    background:
        rgba(44, 190, 148, .15);

    animation:
        vcQuestionSuccessPulse
        2.2s ease-in-out infinite;
}

.vcQuestionSuccessIcon {
    position: relative;
    z-index: 2;

    width: 88px;
    height: 88px;

    display: grid;
    place-items: center;

    border-radius: 28px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #20b986,
            #43cfaa
        );

    box-shadow:
        0 18px 40px
        rgba(31, 183, 132, .25);
}

.vcQuestionSuccessIcon svg {
    width: 42px;
    height: 42px;
}

@keyframes vcQuestionSuccessPulse {

    0%,
    100% {
        transform: scale(.9);
        opacity: .6;
    }

    50% {
        transform: scale(1.1);
        opacity: 1;
    }

}


/* =========================================================
   TEXT
========================================================= */

.vcQuestionSuccessEyebrow {
    margin-bottom: 10px;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: .16em;
    text-transform: uppercase;

    color: #7e99ad;
}

.vcQuestionSuccessCard h2 {
    margin:
        0
        0
        16px;

    font-size:
        clamp(
            34px,
            5vw,
            52px
        );

    line-height: .98;

    color: #123f65;
}

.vcQuestionSuccessCard h2 span {
    display: block;

    color: #2788bc;
}

.vcQuestionSuccessCard > p {
    max-width: 450px;

    margin:
        0
        0
        28px;

    font-size: 16px;
    line-height: 1.7;

    color: #7890a4;
}


/* =========================================================
   INFORMATION
========================================================= */

.vcQuestionSuccessInfo {
    display: flex;
    align-items: center;
    gap: 14px;

    padding: 18px 20px;

    margin-bottom: 20px;

    background: #f2f8fb;

    border:
        1px solid
        #e3edf3;

    border-radius: 18px;
}

.vcQuestionSuccessInfoDot {
    flex: 0 0 auto;

    width: 12px;
    height: 12px;

    border-radius: 50%;

    background: #31c698;

    box-shadow:
        0 0 0 7px
        rgba(49,198,152,.12);
}

.vcQuestionSuccessInfo div {
    min-width: 0;
}

.vcQuestionSuccessInfo small,
.vcQuestionSuccessInfo strong {
    display: block;
}

.vcQuestionSuccessInfo small {
    margin-bottom: 3px;

    font-size: 11px;

    color: #8ca0b1;

    text-transform: uppercase;
    letter-spacing: .08em;
}

.vcQuestionSuccessInfo strong {
    color: #174c73;

    font-size: 14px;
}


/* =========================================================
   BUTTON
========================================================= */

.vcQuestionSuccessButton {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    padding:
        13px
        14px
        13px
        24px;

    border: 0;

    border-radius: 22px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #164c76,
            #2e91c7
        );

    cursor: pointer;

    box-shadow:
        0 18px 40px
        rgba(24, 80, 121, .18);

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.vcQuestionSuccessButton:hover {
    transform: translateY(-2px);

    box-shadow:
        0 22px 50px
        rgba(24, 80, 121, .24);
}

.vcQuestionSuccessButton > span:first-child {
    text-align: left;
}

.vcQuestionSuccessButton small,
.vcQuestionSuccessButton strong {
    display: block;
}

.vcQuestionSuccessButton small {
    margin-bottom: 2px;

    color:
        rgba(255,255,255,.67);

    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.vcQuestionSuccessButton strong {
    font-size: 16px;
}

.vcQuestionSuccessButtonArrow {
    flex: 0 0 auto;

    width: 52px;
    height: 52px;

    display: grid;
    place-items: center;

    border-radius: 16px;

    background:
        rgba(255,255,255,.13);
}

.vcQuestionSuccessButtonArrow svg {
    width: 22px;
    height: 22px;
}


/* =========================================================
   FOOTER
========================================================= */

.vcQuestionSuccessFooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;

    margin-top: 26px;
    padding-top: 20px;

    border-top:
        1px solid
        #e5edf2;

    font-size: 10px;
    letter-spacing: .12em;

    color: #91a5b4;
}

.vcQuestionSuccessFooter > span:first-child {
    font-weight: 800;
}

.vcQuestionSuccessFooter > span:last-child {
    display: flex;
    align-items: center;
    gap: 8px;

    letter-spacing: 0;
}

.vcQuestionSuccessFooter i {
    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #31c698;

    box-shadow:
        0 0 0 5px
        rgba(49,198,152,.1);
}


/* =========================================================
   MOBILE
========================================================= */

@media (
    max-width: 600px
) {

    .vcQuestionSuccess {
        padding: 14px;
    }

    .vcQuestionSuccessCard {
        padding:
            42px
            24px
            24px;

        border-radius: 28px;
    }

    .vcQuestionSuccessVisual {
        width: 72px;
        height: 72px;

        margin-bottom: 22px;
    }

    .vcQuestionSuccessIcon {
        width: 72px;
        height: 72px;

        border-radius: 23px;
    }

    .vcQuestionSuccessIcon svg {
        width: 34px;
        height: 34px;
    }

    .vcQuestionSuccessCard h2 {
        font-size: 36px;
    }

    .vcQuestionSuccessFooter {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

}
body.vcQuestionSuccessOpen {
    overflow: hidden;
}


/* =========================================================
   ANSWER HELPFUL
========================================================= */

[data-vc-answer-helpful] {
    position: relative;
    transition:
        background-color .25s ease,
        border-color .25s ease,
        color .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}


[data-vc-answer-helpful]:not(:disabled):hover {
    transform: translateY(-2px);
}


[data-vc-answer-helpful].is-loading {
    pointer-events: none;
    opacity: .72;
}


[data-vc-answer-helpful].is-helpful {
    color: #178765;
    border-color: rgba(23, 135, 101, .18);
    background: rgba(35, 190, 143, .08);
}


[data-vc-answer-helpful].is-helpful svg {
    color: #20a77e;
}


[data-vc-answer-helpful].is-helpful svg path {
    fill: rgba(32, 167, 126, .10);
}


/* =========================================================
   COUNT
========================================================= */

.vcProductHelpfulCount {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 24px;
    height: 24px;

    padding: 0 7px;
    margin-left: 3px;

    border-radius: 999px;

    background: rgba(21, 71, 109, .07);

    font-size: 11px;
    font-weight: 700;
    line-height: 1;

    color: inherit;
}


.vcProductHelpfulCount[hidden] {
    display: none !important;
}


[data-vc-answer-helpful].is-helpful
.vcProductHelpfulCount {
    background: rgba(32, 167, 126, .12);
}