.tg-vq-proof {
    position: relative;
    z-index: 8;
    border-bottom: 1px solid var(--tg-vq-line);
    background: var(--tg-vq-white);
}

.tg-vq-proof__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.tg-vq-proof__grid > div {
    display: flex;
    min-height: 118px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px;
    border-right: 1px solid var(--tg-vq-line);
}

.tg-vq-proof__grid > div:last-child {
    border-right: 0;
}

.tg-vq-proof strong {
    color: var(--tg-vq-wine);
    font-family: var(--tg-vq-serif);
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
}

.tg-vq-proof span {
    max-width: 100px;
    color: var(--tg-vq-ink-soft);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.tg-vq-quiz-section {
    position: relative;
    padding: 116px 0 128px;
    background:
        radial-gradient(circle at 15% 8%, rgba(199, 134, 158, 0.12), transparent 27%),
        var(--tg-vq-ivory);
}

.tg-vq-section-heading {
    max-width: 780px;
    margin-bottom: 52px;
}

.tg-vq-section-heading--center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.tg-vq-kicker {
    display: block;
    margin-bottom: 14px;
    color: var(--tg-vq-wine);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.tg-vq-section-heading h2,
.tg-vq-first-card h2,
.tg-vq-final-cta h2 {
    margin-bottom: 18px;
    font-size: clamp(35px, 4vw, 54px);
    font-weight: 500;
}

.tg-vq-section-heading p {
    max-width: 690px;
    margin-bottom: 0;
    color: var(--tg-vq-ink-soft);
    font-size: 17px;
}

.tg-vq-section-heading--center p {
    margin-right: auto;
    margin-left: auto;
}

.tg-vq-quiz {
    position: relative;
    max-width: 900px;
    min-height: 620px;
    margin: 0 auto;
    border: 1px solid rgba(127, 40, 72, 0.14);
    border-radius: var(--tg-vq-radius-lg);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--tg-vq-shadow);
}

.tg-vq-quiz::before {
    position: absolute;
    z-index: -1;
    inset: 14px -14px -14px 14px;
    border: 1px solid rgba(127, 40, 72, 0.1);
    border-radius: var(--tg-vq-radius-lg);
    content: "";
}

.tg-vq-noscript {
    position: relative;
    z-index: 1;
    max-width: 680px;
    margin: 32px auto;
    padding: 52px 32px;
    border: 1px solid var(--tg-vq-line);
    border-radius: var(--tg-vq-radius-md);
    background: #fffaf2;
    text-align: center;
}

.tg-vq-noscript h3 {
    margin-bottom: 12px;
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    line-height: 1.15;
}

.tg-vq-noscript p {
    max-width: 560px;
    margin: 0 auto 24px;
    color: var(--tg-vq-ink-soft);
}

.tg-vq-quiz__glow {
    position: absolute;
    top: -100px;
    left: 50%;
    width: 420px;
    height: 240px;
    transform: translateX(-50%);
    border-radius: 50%;
    opacity: 0.35;
    background: radial-gradient(circle, rgba(199, 134, 158, 0.28), transparent 67%);
    pointer-events: none;
}

.tg-vq-quiz-screen {
    position: relative;
    z-index: 2;
    min-height: 620px;
    padding: 70px 78px;
}

.tg-vq-quiz-welcome {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.tg-vq-welcome-icon {
    display: grid;
    width: 78px;
    height: 78px;
    margin-bottom: 24px;
    place-items: center;
    border: 1px solid rgba(127, 40, 72, 0.14);
    border-radius: 26px;
    color: var(--tg-vq-wine);
    background: linear-gradient(145deg, #fff, #f6e9ee);
    box-shadow: 0 14px 30px rgba(127, 40, 72, 0.1);
}

.tg-vq-welcome-icon svg {
    width: 47px;
    height: 47px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.45;
}

.tg-vq-step-label {
    display: block;
    margin-bottom: 10px;
    color: var(--tg-vq-wine);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.tg-vq-quiz-welcome h3 {
    max-width: 570px;
    margin-bottom: 18px;
    font-size: clamp(32px, 4vw, 45px);
    font-weight: 500;
}

.tg-vq-quiz-welcome > p {
    max-width: 610px;
    margin-bottom: 27px;
    color: var(--tg-vq-ink-soft);
    font-size: 16px;
}

.tg-vq-welcome-points {
    display: inline-grid;
    gap: 9px;
    margin: 0 0 32px;
    padding: 0;
    color: var(--tg-vq-ink-soft);
    font-size: 13px;
    text-align: left;
    list-style: none;
}

.tg-vq-welcome-points li {
    position: relative;
    padding-left: 21px;
}

.tg-vq-welcome-points li::before {
    position: absolute;
    top: 0.68em;
    left: 2px;
    width: 6px;
    height: 6px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--tg-vq-rose);
    content: "";
}

.tg-vq-progress-wrap {
    margin-bottom: 43px;
}

.tg-vq-progress-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    color: var(--tg-vq-ink-soft);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.tg-vq-progress {
    height: 6px;
    overflow: hidden;
    border-radius: 999px;
    background: #eee4e8;
}

.tg-vq-progress span {
    display: block;
    width: 10%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--tg-vq-wine), var(--tg-vq-rose));
    transition: width 280ms ease;
}

.tg-vq-fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.tg-vq-fieldset legend {
    display: block;
    width: 100%;
    margin-bottom: 11px;
    padding: 0;
    font-family: var(--tg-vq-serif);
    font-size: clamp(29px, 3.3vw, 41px);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.028em;
}

.tg-vq-question-help {
    margin-bottom: 28px;
    color: var(--tg-vq-ink-soft);
    font-size: 14px;
}

.tg-vq-options {
    display: grid;
    gap: 11px;
}

.tg-vq-option {
    position: relative;
    display: grid;
    min-height: 78px;
    align-items: center;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 16px;
    padding: 15px 19px;
    border: 1px solid var(--tg-vq-line);
    border-radius: 16px;
    color: var(--tg-vq-ink);
    background: var(--tg-vq-white);
    cursor: pointer;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.tg-vq-option:hover {
    transform: translateY(-1px);
    border-color: rgba(127, 40, 72, 0.32);
    box-shadow: 0 10px 22px rgba(48, 20, 34, 0.055);
}

.tg-vq-option:has(input:checked) {
    border-color: rgba(127, 40, 72, 0.52);
    background: linear-gradient(135deg, rgba(127, 40, 72, 0.065), rgba(199, 134, 158, 0.08));
    box-shadow: inset 0 0 0 1px rgba(127, 40, 72, 0.08);
}

.tg-vq-option input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.tg-vq-option:has(input:focus-visible) {
    outline: 3px solid rgba(199, 164, 119, 0.92);
    outline-offset: 3px;
}

.tg-vq-option__marker {
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border: 1.5px solid rgba(36, 21, 29, 0.26);
    border-radius: 50%;
    background: var(--tg-vq-white);
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.tg-vq-option__marker::after {
    width: 10px;
    height: 10px;
    transform: scale(0);
    border-radius: 50%;
    background: var(--tg-vq-wine);
    content: "";
    transition: transform 160ms ease;
}

.tg-vq-option:has(input:checked) .tg-vq-option__marker {
    border-color: var(--tg-vq-wine);
    box-shadow: 0 0 0 4px rgba(127, 40, 72, 0.08);
}

.tg-vq-option:has(input:checked) .tg-vq-option__marker::after {
    transform: scale(1);
}

.tg-vq-option__copy strong,
.tg-vq-option__copy small {
    display: block;
}

.tg-vq-option__copy strong {
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.25;
}

.tg-vq-option__copy small {
    color: var(--tg-vq-ink-soft);
    font-size: 12px;
    line-height: 1.45;
}

.tg-vq-quiz-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 34px;
}

.tg-vq-result__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 30px;
}

.tg-vq-result__badge {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    color: var(--tg-vq-wine);
    background: rgba(127, 40, 72, 0.08);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.tg-vq-result__match {
    color: var(--tg-vq-ink-soft);
    font-size: 12px;
    font-weight: 750;
}

.tg-vq-result__hero {
    display: grid;
    align-items: center;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 28px;
    padding-bottom: 34px;
    border-bottom: 1px solid var(--tg-vq-line);
}

.tg-vq-result__icon {
    display: grid;
    width: 110px;
    height: 110px;
    place-items: center;
    border: 1px solid rgba(127, 40, 72, 0.14);
    border-radius: 31px;
    color: var(--tg-vq-wine);
    background: linear-gradient(145deg, #fff, #f5e7ec);
    box-shadow: 0 16px 34px rgba(127, 40, 72, 0.1);
}

.tg-vq-result__icon svg {
    width: 72px;
    height: 72px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.45;
}

.tg-vq-result__hero h3 {
    margin-bottom: 12px;
    font-size: clamp(31px, 3.7vw, 45px);
    font-weight: 500;
}

.tg-vq-result__hero p {
    margin-bottom: 0;
    color: var(--tg-vq-ink-soft);
    font-size: 15px;
}

.tg-vq-result__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 28px 0;
}

.tg-vq-result-card {
    padding: 21px;
    border: 1px solid var(--tg-vq-line);
    border-radius: 17px;
    background: #fff;
}

.tg-vq-result-card--caution {
    background: #fcf8f3;
}

.tg-vq-result-card h4 {
    margin-bottom: 14px;
    font-family: var(--tg-vq-sans);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
}

.tg-vq-result-card ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    color: var(--tg-vq-ink-soft);
    font-size: 12px;
    line-height: 1.45;
    list-style: none;
}

.tg-vq-result-card li {
    position: relative;
    padding-left: 16px;
}

.tg-vq-result-card li::before {
    position: absolute;
    top: 0.68em;
    left: 0;
    width: 5px;
    height: 5px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--tg-vq-rose);
    content: "";
}

.tg-vq-alternative {
    display: grid;
    align-items: center;
    grid-template-columns: auto auto minmax(0, 1fr);
    gap: 12px 18px;
    margin-bottom: 25px;
    padding: 18px 21px;
    border: 1px solid rgba(127, 40, 72, 0.12);
    border-radius: 16px;
    background: rgba(127, 40, 72, 0.045);
}

.tg-vq-alternative span {
    color: var(--tg-vq-ink-soft);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.tg-vq-alternative strong {
    color: var(--tg-vq-wine);
    font-family: var(--tg-vq-serif);
    font-size: 18px;
    font-weight: 600;
}

.tg-vq-alternative p {
    margin: 0;
    color: var(--tg-vq-ink-soft);
    font-size: 12px;
    line-height: 1.45;
}

.tg-vq-result .tg-vq-button--ghost,
.tg-vq-first-section .tg-vq-button--ghost {
    border-color: var(--tg-vq-line);
    color: var(--tg-vq-ink) !important;
    background: transparent;
}

.tg-vq-result .tg-vq-button--ghost:hover,
.tg-vq-first-section .tg-vq-button--ghost:hover {
    border-color: rgba(36, 21, 29, 0.28);
    background: rgba(36, 21, 29, 0.035);
}

.tg-vq-copy-status {
    min-height: 21px;
    margin: 12px 0 0;
    color: var(--tg-vq-wine);
    font-size: 12px;
    font-weight: 700;
}
