:root {
    --lsq-red:#A21828;
    --lsq-red-dark: #850629;
    --lsq-gold: #bfa368;
    --lsq-text: #1f1f1f;
    --lsq-muted: #6d6d6d;
    --lsq-bg-start: #f7f8fa;
    --lsq-bg-end: #d9dde3;
    --lsq-white: #ffffff;
    --lsq-line: rgba(31, 31, 31, 0.12);
}

@font-face {
    font-display: swap;
    font-family: "Miller Display Lancome";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/miller-display-lancome-roman.otf") format("opentype");
}

@font-face {
    font-display: swap;
    font-family: "Sackers Gothic Std Medium";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/sackers-gothic-std-medium.otf") format("opentype");
}

@font-face {
    font-display: swap;
    font-family: "Sackers Gothic Heavy AT";
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/sackers-gothic-heavy-at.otf") format("opentype");
}

@font-face {
    font-display: swap;
    font-family: "Gotham Book";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/gotham-book.otf") format("opentype");
}

html.lsq-fullscreen-page,
html.lsq-fullscreen-page body {
    height: 100%;
    margin: 0 !important;
    max-width: none !important;
    overflow: hidden;
    padding: 0 !important;
    width: 100%;
}

html.lsq-fullscreen-page #wpadminbar {
    display: none !important;
}

html.lsq-fullscreen-page body > *:not(.wp-site-blocks):not(#wpadminbar) {
    display: none !important;
}

html.lsq-fullscreen-page .wp-site-blocks,
html.lsq-fullscreen-page main,
html.lsq-fullscreen-page .entry-content,
html.lsq-fullscreen-page .wp-block-post-content {
    display: block !important;
    margin: 0 !important;
    margin-block-end: 0 !important;
    margin-block-start: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100vw !important;
}

html.lsq-fullscreen-page .wp-site-blocks > *,
html.lsq-fullscreen-page main > *,
html.lsq-fullscreen-page .entry-content > *,
html.lsq-fullscreen-page .wp-block-post-content > * {
    margin: 0 !important;
    margin-block-end: 0 !important;
    margin-block-start: 0 !important;
}

html.lsq-fullscreen-page .wp-site-blocks > header,
html.lsq-fullscreen-page .wp-site-blocks > footer,
html.lsq-fullscreen-page .wp-block-template-part,
html.lsq-fullscreen-page .wp-block-post-title,
html.lsq-fullscreen-page .wp-block-spacer {
    display: none !important;
}

html.lsq-fullscreen-page .has-global-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

html.lsq-fullscreen-page .lsq-shell {
    inset: 0;
    margin: 0 !important;
}

.lsq-shell {
    color: var(--lsq-text);
    font-family: "Helvetica Neue", Arial, sans-serif;
    height: 100vh;
    height: 100dvh;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: 100vh;
    min-height: 100dvh;
    overflow: hidden;
    position: fixed;
    width: 100vw;
    z-index: 999999;
}

.lsq-shell.is-result-screen {
    background:
        url("../images/background.png") center top / cover no-repeat fixed,
        linear-gradient(180deg, var(--lsq-bg-start), var(--lsq-bg-end));
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    overflow-x: hidden;
    overflow-y: auto;
}

.lsq-shell.is-result-screen .lsq-app {
    height: auto;
    min-height: 100vh;
    position: relative;
}

.lsq-background {
    background:
        url("../images/background.png") center / cover no-repeat,
        radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.95), transparent 28%),
        radial-gradient(circle at 78% 16%, rgba(255, 255, 255, 0.7), transparent 26%),
        linear-gradient(180deg, var(--lsq-bg-start), var(--lsq-bg-end));
    inset: 0;
    position: absolute;
}

.lsq-shell.is-result-screen .lsq-background {
    position: fixed;
}

.lsq-shell.is-result-screen .lsq-app::before {
    background: linear-gradient(180deg, rgba(247, 248, 250, 0), var(--lsq-bg-end) 78%);
    content: "";
    inset: 0;
    min-height: 100%;
    position: absolute;
    z-index: -1;
}

.lsq-background::before,
.lsq-background::after {
    border-top: 1px solid rgba(191, 163, 104, 0.65);
    content: "";
    left: -10%;
    position: absolute;
    width: 120%;
}

.lsq-background::before {
    border-radius: 50%;
    height: 260px;
    top: 12px;
    transform: rotate(-8deg);
}

.lsq-background::after {
    border-radius: 50%;
    height: 340px;
    top: 88px;
    transform: rotate(-13deg);
}

.lsq-app {
    display: grid;
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    place-items: center;
    position: relative;
    width: 100vw;
    z-index: 1;
}

.lsq-panel {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: calc(100vh - 32px);
    padding: 20px 18px;
    position: relative;
    text-align: center;
    width: min(100%, 760px);
}

.lsq-panel-start {
    padding-bottom: 214px;
}

.lsq-panel-form {
    justify-content: flex-start;
    min-height: 100vh;
    padding-top: 34px;
    padding-bottom: 64px;
}

.lsq-panel-form .lsq-branding {
    padding-top: 22px;
}

.lsq-panel-form .lsq-logo {
    max-height: 42px;
    width: min(230px, 56vw);
}

.lsq-panel-form .lsq-question-block {
    margin-top: 18px;
}

.lsq-panel-form .lsq-question-block h2 {
    font-family: "Miller Display Lancome", Georgia, "Times New Roman", serif;
    font-size: clamp(25px, 3.4vw, 34px);
    margin-bottom: 14px;
}

.lsq-panel-form .lsq-question-block p {
    font-family: "Gotham Book", Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}

.lsq-back-button {
    align-items: center;
    background: transparent;
    border: 1.5px solid #777777;
    border-radius: 50%;
    color: #777777;
    cursor: pointer;
    display: flex;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    height: 42px;
    justify-content: center;
    left: 24px;
    line-height: 1;
    padding: 0 0 4px;
    position: absolute;
    top: 24px;
    width: 42px;
    z-index: 3;
}

.lsq-back-button:hover,
.lsq-back-button:focus-visible {
    border-color: #4f4f4f;
    color: #4f4f4f;
}

.lsq-branding {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
}

.lsq-logo {
    display: block;
    height: auto;
    max-height: 86px;
    object-fit: contain;
    width: min(420px, 76vw);
}

.lsq-panel-question .lsq-logo {
    max-height: 74px;
    width: min(360px, 68vw);
}

.lsq-panel-form .lsq-branding {
    flex-shrink: 0;
    padding-top: 22px;
}

.lsq-panel-form .lsq-logo {
    max-height: 42px;
    width: min(230px, 56vw);
}

.lsq-copy,
.lsq-question-block {
    max-width: 560px;
}

.lsq-copy h2,
.lsq-question-block h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(24px, 4vw, 34px);
    font-weight: 400;
    line-height: 1.08;
    margin: 10px 0 16px;
}

.lsq-panel-start .lsq-copy h2 {
    -webkit-text-fill-color: #111111;
    -webkit-text-stroke: 0 transparent;
    background: none;
    color: #111111 !important;
    filter: none;
    font-family: "Miller Display Lancome", Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 5.2vw, 48px);
    margin-bottom: 28px;
    mix-blend-mode: normal;
    opacity: 1;
    paint-order: normal;
    text-shadow: none;
}

.lsq-panel-start,
.lsq-panel-start .lsq-copy {
    filter: none;
    mix-blend-mode: normal;
}

.lsq-copy p,
.lsq-question-block p {
    color: var(--lsq-muted);
    font-size: 17px;
    line-height: 1.6;
    margin: 0 auto 12px;
}

.lsq-eyebrow,
.lsq-step-label {
    color: var(--lsq-red);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
    text-transform: uppercase;
}

.lsq-panel-question .lsq-step-label {
    color: #a21828;
    font-family: "Sackers Gothic Heavy AT", Arial, sans-serif;
    padding-top: 18px;
}

.lsq-panel-question .lsq-question-block h2 {
    font-family: "Miller Display Lancome", Georgia, "Times New Roman", serif;
}

.lsq-panel-start .lsq-eyebrow {
    font-family: "Sackers Gothic Heavy AT", Arial, sans-serif;
    font-size: 30px;
    text-transform: lowercase;
    color: #A21828;
}

.lsq-panel-start .lsq-copy p {
    font-family: "Sackers Gothic Std Medium", Arial, sans-serif;
}

.lsq-panel-start .lsq-primary-button {
    font-family: "Sackers Gothic Heavy AT", Arial, sans-serif;
}

.lsq-copy-divider {
    background: var(--lsq-red);
    display: block;
    height: 1px;
    margin: 14px auto;
    width: 32px;
}

.lsq-red-text {
    color: #a21828;
    font-weight: 700;
}

.lsq-primary-button,
.lsq-secondary-button,
.lsq-option,
.lsq-text-button {
    cursor: pointer;
    font: inherit;
}

.lsq-primary-button,
.lsq-secondary-button {
    border: 0;
    min-height: 48px;
    padding: 14px 22px;
    width: min(100%, 320px);
}

.lsq-primary-button {
    background: #000000;
    color: var(--lsq-white);
}

.lsq-primary-button:hover,
.lsq-primary-button:focus-visible {
    background: #1f1f1f;
}

.lsq-secondary-button {
    background: transparent;
    border: 1px solid var(--lsq-red);
    color: var(--lsq-red);
}

.lsq-secondary-button:hover,
.lsq-secondary-button:focus-visible {
    background: rgba(169, 8, 53, 0.08);
}

.lsq-primary-button:disabled,
.lsq-secondary-button:disabled {
    cursor: wait;
    opacity: 0.7;
}

.lsq-options {
    display: grid;
    gap: 10px;
    margin-top: 14px;
    width: min(100%, 620px);
}

.lsq-option {
    align-items: center;
    background: #000000;
    border: 1px solid #000000;
    color: var(--lsq-white);
    display: grid;
    gap: 14px;
    grid-template-columns: 32px 1fr;
    min-height: 52px;
    padding: 12px 14px;
    text-align: left;
}

.lsq-option:hover,
.lsq-option:focus-visible,
.lsq-option.is-selected {
    background: #1f1f1f;
    border-color: var(--lsq-gold);
}

.lsq-option-letter {
    font-family: "Miller Display Lancome", Georgia, "Times New Roman", serif;
    font-size: 22px;
}

.lsq-option span:not(.lsq-option-letter) {
    font-family: "Sackers Gothic Std Medium", Arial, sans-serif;
    font-size: 13px;
}

.lsq-age-input-wrap {
    margin: 18px 0 18px;
    width: min(100%, 380px);
}

.lsq-age-input {
    background: rgba(255, 255, 255, 0.95);
    border: 0;
    border-radius: 999px;
    box-shadow: 8px 10px 14px rgba(0, 0, 0, 0.28);
    box-sizing: border-box;
    color: #111111;
    font-family: "Sackers Gothic Heavy AT", Arial, sans-serif;
    font-size: 30px;
    min-height: 58px;
    padding: 0 24px;
    width: 100%;
}

.lsq-age-input::placeholder {
    color: rgba(0, 0, 0, 0.48);
    opacity: 1;
}

.lsq-age-input:focus {
    box-shadow:
        8px 10px 14px rgba(0, 0, 0, 0.28),
        0 0 0 3px rgba(162, 24, 40, 0.2);
    outline: 0;
}

.lsq-sr-only {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.lsq-capsule-wrap {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 160px;
}

.lsq-capsule-image {
    display: block;
    height: 220px;
    object-fit: contain;
    width: auto;
}

.lsq-question-actions {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 10px 0 4px;
    width: min(100%, 620px);
}

.lsq-question-actions.is-single {
    grid-template-columns: minmax(0, 1fr);
    width: min(100%, 342px);
}

.lsq-question-button {
    background: #000000;
    border: 1px solid #000000;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    font-family: "Sackers Gothic Heavy AT", Arial, sans-serif;
    font-size: 15px;
    min-height: 58px;
    padding: 16px 22px;
    transition:
        background-color 220ms ease,
        border-color 220ms ease,
        transform 220ms ease;
}

.lsq-question-button:hover,
.lsq-question-button:focus-visible {
    background: #1f1f1f;
    border-color: #1f1f1f;
}

.lsq-question-button:active {
    transform: translateY(1px);
}

.lsq-question-error {
    color: #a21828;
    font-family: "Gotham Book", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    min-height: 18px;
    margin: 0;
}

.lsq-tip-overlay {
    align-items: center;
    background: rgba(0, 0, 0, 0.62);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 24px;
    position: fixed;
    z-index: 30;
}

.lsq-tip-modal {
    background:
        url("../images/background.png") center / cover no-repeat,
        linear-gradient(180deg, rgba(247, 248, 250, 0.96), rgba(217, 221, 227, 0.96));
    border-radius: 28px;
    box-sizing: border-box;
    color: #111111;
    max-width: 700px;
    max-height: min(820px, calc(100vh - 48px));
    overflow-y: auto;
    padding: 46px 68px 52px;
    position: relative;
    text-align: center;
    width: min(100%, 700px);
}

.lsq-tip-close {
    align-items: center;
    background: transparent;
    border: 0;
    color: #555555;
    cursor: pointer;
    display: flex;
    font-size: 30px;
    height: 42px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 18px;
    top: 16px;
    width: 42px;
}

.lsq-tip-modal h3 {
    color: #111111;
    font-family: "Miller Display Lancome", Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 5vw, 46px);
    font-weight: 400;
    line-height: 1.12;
    margin: 0 0 30px;
}

.lsq-tip-list {
    display: grid;
    gap: 34px;
}

.lsq-tip-item h4 {
    color: #a21828;
    font-family: "Sackers Gothic Heavy AT", Arial, sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.28;
    margin: 0 0 22px;
}

.lsq-tip-item p {
    color: #000000;
    font-family: "Sackers Gothic Std Medium", Arial, sans-serif;
    font-size: 22px;
    line-height: 1.42;
    margin: 0 auto;
    max-width: 580px;
}

.lsq-progress {
    --lsq-progress-fill: 0%;
    --lsq-progress-red: #a21828;
    --lsq-progress-muted: rgba(0, 0, 0, 0.4);
    --lsq-progress-dot: 14px;
    --lsq-progress-line-top: calc(var(--lsq-progress-dot) / 2);
    margin-top: 8px;
    position: relative;
    width: min(100%, 420px);
}

.lsq-progress-line {
    left: calc((100% / 12) + (var(--lsq-progress-dot) / 2));
    position: absolute;
    right: calc((100% / 12) + (var(--lsq-progress-dot) / 2));
    top: var(--lsq-progress-line-top);
    z-index: 0;
}

.lsq-progress-line-base,
.lsq-progress-line-fill {
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: -0.5px;
}

.lsq-progress-line-base {
    background: var(--lsq-progress-muted);
    width: 100%;
}

.lsq-progress-line-fill {
    background: var(--lsq-progress-red);
    transition: width 980ms cubic-bezier(0.22, 1, 0.36, 1);
    width: var(--lsq-progress-fill);
}

.lsq-progress-steps {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    position: relative;
    z-index: 1;
}

.lsq-progress-step {
    align-items: center;
    display: grid;
    gap: 7px;
    justify-items: center;
    min-width: var(--lsq-progress-dot);
}

.lsq-progress-dot {
    background: #d9d9d9;
    border: 1.5px solid var(--lsq-progress-muted);
    border-radius: 50%;
    box-sizing: border-box;
    height: var(--lsq-progress-dot);
    transform: scale(1);
    transition:
        background-color 720ms cubic-bezier(0.22, 1, 0.36, 1),
        border-color 720ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 760ms cubic-bezier(0.34, 1.56, 0.64, 1);
    width: var(--lsq-progress-dot);
}

.lsq-progress-step.is-active .lsq-progress-dot {
    background: var(--lsq-progress-red);
    border-color: var(--lsq-progress-red);
}

.lsq-progress-step.is-current .lsq-progress-dot {
    transform: scale(1.08);
}

.lsq-progress-number {
    color: var(--lsq-progress-muted);
    font-size: 12px;
    line-height: 1;
    transition: color 300ms ease;
}

.lsq-progress-step.is-active .lsq-progress-number {
    color: var(--lsq-progress-red);
}

.lsq-navigation {
    min-height: 22px;
}

.lsq-text-button {
    background: transparent;
    border: 0;
    color: var(--lsq-muted);
    font-size: 12px;
    text-decoration: underline;
}

.lsq-form {
    display: grid;
    gap: 12px;
    margin-top: 12px;
    width: min(100%, 420px);
}

.lsq-field {
    display: grid;
    gap: 8px;
    text-align: left;
}

.lsq-field label {
    color: #a21828;
    font-family: "Sackers Gothic Heavy AT", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
}

.lsq-field label::after {
    content: " *";
}

.lsq-field input {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(0, 0, 0, 0.32);
    border-radius: 999px;
    box-sizing: border-box;
    color: #1f1f1f;
    font-size: 16px;
    min-height: 50px;
    padding: 0 18px;
    width: 100%;
}

.lsq-field input::placeholder {
    color: rgba(31, 31, 31, 0.62);
}

.lsq-field input:focus {
    border-color: #a21828;
    box-shadow: 0 0 0 3px rgba(162, 24, 40, 0.12);
}

.lsq-error {
    color: var(--lsq-red-dark);
    min-height: 12px;
    margin: -6px 0;
}

.lsq-panel-form .lsq-primary-button,
.lsq-panel-form .lsq-secondary-button {
    border-radius: 4px;
    font-family: "Sackers Gothic Std Medium", Arial, sans-serif;
    justify-self: center;
    min-height: 46px;
    width: min(100%, 330px);
}

.lsq-panel-form .lsq-primary-button {
    margin-top: -6px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}

.lsq-panel-form .lsq-secondary-button {
    background: transparent;
    border-color: transparent;
    color: #000000;
    font-weight: 700;
    margin-bottom: 18px;
}

.lsq-panel-form .lsq-secondary-button:hover,
.lsq-panel-form .lsq-secondary-button:focus-visible {
    background: rgba(0, 0, 0, 0.06);
    border-color: transparent;
}

.lsq-panel-result {
    gap: 18px;
    justify-content: flex-start;
    max-height: none;
    min-height: 100vh;
    min-height: 100dvh;
    overflow-y: visible;
    padding-bottom: 34px;
    padding-top: 28px;
    width: min(100%, 920px);
}

.lsq-panel-result .lsq-logo {
    max-height: 76px;
    width: min(390px, 72vw);
}

.lsq-result-hero {
    margin-top: 12px;
    max-width: 760px;
}

.lsq-result-hero h2 {
    color: #a21828;
    font-family: "Miller Display Lancome", Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 3vw, 54px);
    font-weight: 400;
    line-height: 1.05;
    margin: 0 0 12px;
}

.lsq-result-hero h2 span {
    color: #a21828;
}

.lsq-result-hero p {
    color: #555555;
    font-family: "Sackers Gothic Std Medium", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.lsq-results-section,
.lsq-longevity-section,
.lsq-recommendation {
    width: min(100%, 860px);
}

.lsq-results-section h3,
.lsq-longevity-section h3,
.lsq-recommendation h3 {
    color: #000000;
    font-family: "Sackers Gothic Heavy AT", Arial, sans-serif;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.lsq-age-card {
    border: 1px solid rgba(0, 0, 0, 0.35);
    border-radius: 8px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    min-height: 80px;
}

.lsq-age-card .lsq-age-item {
    align-items: center;
    column-gap: 16px;
    display: grid;
    grid-template-columns: 41px max-content;
    justify-content: center;
    padding: 16px 30px;
    position: relative;
    text-align: left;
}

.lsq-age-icon {
    align-self: center;
    display: block;
    filter: grayscale(1) brightness(0);
    grid-row: 1 / span 2;
    height: 34px;
    width: 34px;
}

.lsq-age-card dt {
    align-self: end;
    color: #000000;
    font-family: "Gotham Book", Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 -2px;
    text-transform: none;
}

.lsq-age-card dd {
    align-self: start;
    color: #a21828;
    font-family: "Miller Display Lancome", Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    margin: 8px 0 0;
    text-transform: uppercase;
}

.lsq-longevity-section {
    margin-top: 14px;
}

.lsq-longevity-card {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.35);
    border-radius: 8px;
    color: #a21828;
    font-family: "Miller Display Lancome", Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 800;
    min-height: 62px;
    /* padding: 18px 24px; */
    text-transform: none;
}

.lsq-recommendation {
    margin-top: 10px;
}

.lsq-recommendation-copy {
    color: #4f4f4fad;
    font-family: "Sackers Gothic Std Medium", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.36;
    margin: 0 auto;
    max-width: 740px;
    text-transform: none;
}

.lsq-recommendation-copy h4 {
    color: #a21828;
    font-family: "Miller Display Lancome", Georgia, "Times New Roman", serif;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 400;
    line-height: 1.08;
    margin: 0 auto 18px;
    max-width: 620px;
    text-transform: uppercase;
}

.lsq-recommendation-copy p {
    margin: 0 auto 14px;
    max-width: 720px;
}

.lsq-recommendation-copy .lsq-recommendation-subhead {
    margin-bottom: 12px;
}

.lsq-recommendation-copy .lsq-recommendation-closing {
    margin-bottom: 0;
    margin-top: 16px;
}

.lsq-product-image {
    display: block;
    height: 190px;
    margin: 18px auto 0;
    object-fit: contain;
    width: auto;
}

.lsq-product-pill {
    align-items: center;
    background: linear-gradient(180deg, #da1f2f 0%, #a21828 56%, #7b0716 100%);
    border-radius: 999px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 10px 20px rgba(0, 0, 0, 0.18);
    color: #ffffff;
    display: inline-flex;
    font-family: "Sackers Gothic Heavy AT", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0;
    margin-top: 20px;
    min-height: 54px;
    min-width: 210px;
    padding: 0 34px;
    position: relative;
    text-transform: uppercase;
}

.lsq-product-pill::before {
    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.86) 0%,
            rgba(255, 255, 255, 0.16) 18%,
            rgba(255, 255, 255, 0) 42%,
            rgba(255, 255, 255, 0) 58%,
            rgba(255, 255, 255, 0.18) 78%,
            rgba(255, 255, 255, 0.9) 100%
        );
    border-radius: inherit;
    content: "";
    inset: 0;
    padding: 2px;
    pointer-events: none;
    position: absolute;
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.lsq-primary-button:focus-visible,
.lsq-secondary-button:focus-visible,
.lsq-option:focus-visible,
.lsq-question-button:focus-visible,
.lsq-back-button:focus-visible,
.lsq-text-button:focus-visible,
.lsq-field input:focus-visible {
    outline: 3px solid rgba(191, 163, 104, 0.7);
    outline-offset: 2px;
}

@media (max-width: 640px) {
    .lsq-panel {
        min-height: calc(100vh - 16px);
        padding-inline: 16px;
    }

    .lsq-branding {
        min-height: 54px;
    }

    .lsq-logo {
        max-height: 62px;
        width: min(320px, 82vw);
    }

    .lsq-panel-question .lsq-logo {
        max-height: 54px;
        width: min(270px, 76vw);
    }

    .lsq-panel-form .lsq-branding {
        padding-top: 22px;
    }

    .lsq-panel-form .lsq-logo {
        max-height: 38px;
        width: min(210px, 58vw);
    }

    .lsq-panel-question .lsq-step-label {
        padding-top: 14px;
    }

    .lsq-copy h2,
    .lsq-question-block h2 {
        font-size: 25px;
    }

    .lsq-option {
        gap: 10px;
        grid-template-columns: 26px 1fr;
    }

    .lsq-question-actions {
        gap: 10px;
    }

    .lsq-question-button {
        font-size: 13px;
        min-height: 50px;
        padding-inline: 14px;
    }

    .lsq-tip-overlay {
        padding: 18px;
    }

    .lsq-tip-modal {
        border-radius: 22px;
        min-height: 380px;
        padding: 54px 28px 46px;
    }

    .lsq-tip-list {
        gap: 26px;
    }

    .lsq-tip-item h4 {
        font-size: 19px;
        margin-bottom: 14px;
    }

    .lsq-tip-item p {
        font-size: 20px;
    }

    .lsq-result-grid {
        grid-template-columns: 1fr;
    }
}
