:root {
    --tg-vq-ink: #24151d;
    --tg-vq-ink-soft: #4f3c45;
    --tg-vq-wine: #7f2848;
    --tg-vq-wine-deep: #57172f;
    --tg-vq-rose: #c7869e;
    --tg-vq-blush: #edd5dc;
    --tg-vq-ivory: #faf7f4;
    --tg-vq-sand: #f0e8e3;
    --tg-vq-white: #ffffff;
    --tg-vq-gold: #c7a477;
    --tg-vq-line: rgba(36, 21, 29, 0.13);
    --tg-vq-line-dark: rgba(255, 255, 255, 0.14);
    --tg-vq-shadow: 0 24px 70px rgba(48, 20, 34, 0.14);
    --tg-vq-shadow-soft: 0 16px 40px rgba(48, 20, 34, 0.08);
    --tg-vq-radius-lg: 32px;
    --tg-vq-radius-md: 22px;
    --tg-vq-radius-sm: 14px;
    --tg-vq-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
    --tg-vq-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.tg-vq-takeover {
    margin: 0 !important;
    padding: 0 !important;
    min-width: 320px;
    background: var(--tg-vq-ivory) !important;
}

.tg-vq-site,
.tg-vq-site *,
.tg-vq-site *::before,
.tg-vq-site *::after {
    box-sizing: border-box;
}

.tg-vq-site {
    position: relative;
    z-index: 0;
    width: 100%;
    min-width: 320px;
    margin: 0;
    overflow: clip;
    color: var(--tg-vq-ink);
    background: var(--tg-vq-ivory);
    font-family: var(--tg-vq-sans);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.tg-vq-site [hidden] {
    display: none !important;
}

.tg-vq-site img,
.tg-vq-site svg {
    display: block;
    max-width: 100%;
}

.tg-vq-site a {
    color: inherit;
    text-decoration: none;
}

.tg-vq-site button,
.tg-vq-site input,
.tg-vq-site textarea,
.tg-vq-site select {
    margin: 0;
    font: inherit;
}

.tg-vq-site button,
.tg-vq-site summary {
    cursor: pointer;
}

.tg-vq-site h1,
.tg-vq-site h2,
.tg-vq-site h3,
.tg-vq-site h4,
.tg-vq-site p,
.tg-vq-site ul,
.tg-vq-site ol,
.tg-vq-site fieldset,
.tg-vq-site legend {
    margin-top: 0;
}

.tg-vq-site h1,
.tg-vq-site h2,
.tg-vq-site h3,
.tg-vq-site h4 {
    color: inherit;
    font-family: var(--tg-vq-serif);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -0.028em;
}

.tg-vq-site p:last-child,
.tg-vq-site ul:last-child {
    margin-bottom: 0;
}

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

.tg-vq-skip {
    position: fixed;
    z-index: 99999;
    top: 12px;
    left: 12px;
    padding: 10px 16px;
    transform: translateY(-180%);
    border-radius: 10px;
    color: var(--tg-vq-white) !important;
    background: var(--tg-vq-wine) !important;
    font-weight: 700;
    transition: transform 180ms ease;
}

.tg-vq-skip:focus {
    transform: translateY(0);
}

.tg-vq-container {
    width: min(1180px, calc(100% - 48px));
    margin-right: auto;
    margin-left: auto;
}

.tg-vq-header {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--tg-vq-white);
    background: rgba(36, 21, 29, 0.72);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

body.admin-bar .tg-vq-header {
    top: 32px;
}

.tg-vq-header__inner {
    display: flex;
    min-height: 78px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.tg-vq-brand {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 12px;
    color: var(--tg-vq-white) !important;
}

.tg-vq-brand__mark {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.tg-vq-brand__mark svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: var(--tg-vq-gold);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

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

.tg-vq-brand strong {
    font-family: var(--tg-vq-serif);
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.02em;
}

.tg-vq-brand small {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.tg-vq-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.tg-vq-nav a {
    position: relative;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    font-weight: 650;
    letter-spacing: 0.01em;
    transition: color 180ms ease;
}

.tg-vq-nav a::after {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    height: 1px;
    transform: scaleX(0);
    transform-origin: center;
    background: var(--tg-vq-gold);
    content: "";
    transition: transform 180ms ease;
}

.tg-vq-nav a:hover,
.tg-vq-nav a:focus-visible {
    color: var(--tg-vq-white);
}

.tg-vq-nav a:hover::after,
.tg-vq-nav a:focus-visible::after {
    transform: scaleX(1);
}

.tg-vq-exit {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    gap: 8px;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.74) !important;
    background: rgba(255, 255, 255, 0.055);
    font-size: 12px;
    font-weight: 700;
    transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.tg-vq-exit svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.tg-vq-exit:hover {
    border-color: rgba(255, 255, 255, 0.32);
    color: var(--tg-vq-white) !important;
    background: rgba(255, 255, 255, 0.1);
}

.tg-vq-hero {
    position: relative;
    isolation: isolate;
    min-height: 760px;
    padding: 174px 0 108px;
    overflow: hidden;
    color: var(--tg-vq-white);
    background:
        radial-gradient(circle at 77% 22%, rgba(199, 134, 158, 0.26), transparent 31%),
        radial-gradient(circle at 93% 76%, rgba(127, 40, 72, 0.37), transparent 34%),
        linear-gradient(132deg, #21131a 0%, #351a27 54%, #24151d 100%);
}

.tg-vq-hero::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: 0.22;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 72px 72px;
    content: "";
    mask-image: linear-gradient(to right, black 0%, transparent 78%);
}

.tg-vq-hero::after {
    position: absolute;
    z-index: -1;
    right: -190px;
    bottom: -310px;
    width: 760px;
    height: 760px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    content: "";
}

.tg-vq-hero__grid {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
    gap: 72px;
}

.tg-vq-hero__copy {
    position: relative;
    z-index: 3;
    max-width: 665px;
}

.tg-vq-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 27px;
    color: rgba(255, 255, 255, 0.64);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.tg-vq-eyebrow__dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--tg-vq-gold);
}

.tg-vq-hero h1 {
    max-width: 650px;
    margin-bottom: 28px;
    color: var(--tg-vq-white);
    font-size: clamp(46px, 5.1vw, 74px);
    font-weight: 500;
    line-height: 0.99;
    letter-spacing: -0.045em;
}

.tg-vq-lead {
    max-width: 620px;
    margin-bottom: 36px;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(17px, 1.6vw, 20px);
    line-height: 1.65;
}

.tg-vq-hero__actions,
.tg-vq-first-actions,
.tg-vq-result__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.tg-vq-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    appearance: none;
    box-shadow: none;
    font-family: var(--tg-vq-sans);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.2;
    text-align: center;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.tg-vq-button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.tg-vq-button:not(:disabled):hover {
    transform: translateY(-2px);
}

.tg-vq-button:disabled {
    cursor: not-allowed;
    opacity: 0.42;
}

.tg-vq-button--primary {
    color: var(--tg-vq-white) !important;
    background: linear-gradient(135deg, var(--tg-vq-wine) 0%, #a74668 100%);
    box-shadow: 0 12px 26px rgba(127, 40, 72, 0.28);
}

.tg-vq-button--primary:not(:disabled):hover {
    box-shadow: 0 16px 34px rgba(127, 40, 72, 0.38);
}

.tg-vq-button--ghost {
    border-color: rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.82) !important;
    background: rgba(255, 255, 255, 0.06);
}

.tg-vq-button--ghost:hover {
    border-color: rgba(255, 255, 255, 0.34);
    color: var(--tg-vq-white) !important;
    background: rgba(255, 255, 255, 0.1);
}

.tg-vq-button--wide {
    min-width: 260px;
}

.tg-vq-button--back {
    border-color: var(--tg-vq-line);
    color: var(--tg-vq-ink) !important;
    background: transparent;
}

.tg-vq-button--back:hover {
    border-color: rgba(36, 21, 29, 0.27);
    background: rgba(36, 21, 29, 0.035);
}

.tg-vq-button--text {
    min-height: 46px;
    padding-right: 8px;
    padding-left: 8px;
    color: var(--tg-vq-ink-soft) !important;
    background: transparent;
}

.tg-vq-button--light {
    color: var(--tg-vq-ink) !important;
    background: var(--tg-vq-white);
    box-shadow: 0 16px 36px rgba(24, 10, 17, 0.2);
}

.tg-vq-trust-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 13px 24px;
    margin: 33px 0 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
    list-style: none;
}

.tg-vq-trust-list li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.tg-vq-trust-list svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: var(--tg-vq-gold);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.55;
}

.tg-vq-hero__visual {
    position: relative;
    min-height: 480px;
}

.tg-vq-orbit {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 50%;
}

.tg-vq-orbit--one {
    top: 0;
    right: -40px;
    width: 460px;
    height: 460px;
}

.tg-vq-orbit--two {
    top: 76px;
    right: 37px;
    width: 305px;
    height: 305px;
    border-color: rgba(199, 164, 119, 0.2);
}

.tg-vq-result-stack {
    position: relative;
    z-index: 2;
    width: min(430px, 100%);
    height: 470px;
    margin-left: auto;
}

.tg-vq-type-chip {
    position: absolute;
    display: flex;
    width: 285px;
    min-height: 92px;
    align-items: center;
    gap: 16px;
    padding: 15px 18px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 22px;
    color: var(--tg-vq-white);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055));
    box-shadow: 0 24px 60px rgba(10, 4, 8, 0.2);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.tg-vq-type-chip__icon {
    display: grid;
    width: 57px;
    height: 57px;
    flex: 0 0 57px;
    place-items: center;
    border-radius: 18px;
    color: var(--tg-vq-blush);
    background: rgba(255, 255, 255, 0.095);
}

.tg-vq-type-chip__icon svg {
    width: 42px;
    height: 42px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.55;
}

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

.tg-vq-type-chip small {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.53);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.tg-vq-type-chip strong {
    font-family: var(--tg-vq-serif);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1;
}

.tg-vq-type-chip--clitoral {
    top: 0;
    right: 85px;
    transform: rotate(-2deg);
}

.tg-vq-type-chip--wand {
    top: 88px;
    right: -7px;
    transform: rotate(1.5deg);
}

.tg-vq-type-chip--gspot {
    top: 182px;
    right: 107px;
    transform: rotate(-1deg);
}

.tg-vq-type-chip--rabbit {
    top: 278px;
    right: 1px;
    transform: rotate(2deg);
}

.tg-vq-type-chip--mini {
    top: 374px;
    right: 92px;
    transform: rotate(-1.5deg);
}
