.spot-hs-page {
    --spot-hs-ink: #17212f;
    --spot-hs-muted: #5b6472;
    --spot-hs-line: #d8dde6;
    --spot-hs-panel: #ffffff;
    --spot-hs-bg: #f5f7f9;
    --spot-hs-accent: #8f1f2d;
    --spot-hs-accent-dark: #641321;
    --spot-hs-focus: #1f6feb;
    background: var(--spot-hs-bg);
    color: var(--spot-hs-ink);
    font-family: Arial, Helvetica, sans-serif;
    min-height: 70vh;
}

.spot-hs-page *,
.spot-hs-page *::before,
.spot-hs-page *::after {
    box-sizing: border-box;
}

.spot-hs-container {
    margin: 0 auto;
    max-width: 1040px;
    padding: 0 24px;
    width: 100%;
}

.spot-hs-hero {
    background: #17212f;
    color: #ffffff;
    padding: 76px 0 54px;
}

.spot-hs-kicker {
    color: #f0c4a8;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.spot-hs-hero h1 {
    color: inherit;
    font-size: 48px;
    line-height: 1.05;
    margin: 0;
}

.spot-hs-intro {
    color: #dce3eb;
    font-size: 18px;
    line-height: 1.55;
    margin: 18px 0 0;
    max-width: 640px;
}

.spot-hs-content {
    padding: 40px 0 72px;
}

.spot-hs-panel {
    background: var(--spot-hs-panel);
    border: 1px solid var(--spot-hs-line);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(23, 33, 47, 0.08);
    padding: 34px;
}

.spot-hs-form-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 0 30px;
}

.spot-hs-field,
.spot-hs-question legend {
    color: var(--spot-hs-ink);
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.spot-hs-field input {
    margin-top: 8px;
}

.spot-hs-page input[type="text"],
.spot-hs-page input[type="tel"] {
    appearance: none;
    background: #ffffff;
    border: 1px solid #c8ced8;
    border-radius: 6px;
    color: var(--spot-hs-ink);
    font: inherit;
    min-height: 48px;
    padding: 11px 13px;
    width: 100%;
}

.spot-hs-page input[type="text"]:focus,
.spot-hs-page input[type="tel"]:focus,
.spot-hs-page input[type="radio"]:focus-visible {
    border-color: var(--spot-hs-focus);
    box-shadow: 0 0 0 3px rgba(31, 111, 235, 0.16);
    outline: none;
}

.spot-hs-questions {
    display: grid;
    gap: 18px;
}

.spot-hs-question {
    border: 1px solid var(--spot-hs-line);
    border-radius: 8px;
    margin: 0;
    padding: 20px;
}

.spot-hs-question legend {
    padding: 0 8px;
}

.spot-hs-question .wpcf7-form-control {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.spot-hs-question .wpcf7-list-item {
    margin: 0;
}

.spot-hs-question .wpcf7-list-item label {
    align-items: flex-start;
    background: #f8fafc;
    border: 1px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    gap: 10px;
    line-height: 1.45;
    padding: 11px 12px;
}

.spot-hs-question .wpcf7-list-item label:hover {
    border-color: #c8ced8;
}

.spot-hs-question--correct {
    border-color: #17b26a;
}

.spot-hs-question--incorrect {
    border-color: #f04438;
}

.spot-hs-feedback {
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    margin: 14px 0 0;
    padding: 10px 12px;
}

.spot-hs-question--correct .spot-hs-feedback {
    background: #ecfdf3;
    color: #05603a;
}

.spot-hs-question--incorrect .spot-hs-feedback {
    background: #fef3f2;
    color: #912018;
}

.spot-hs-question input[type="radio"] {
    flex: 0 0 auto;
    height: 18px;
    margin: 2px 0 0;
    width: 18px;
}

.spot-hs-submit {
    align-items: center;
    display: flex;
    gap: 16px;
    margin-top: 28px;
}

.spot-hs-page input[type="submit"] {
    appearance: none;
    background: var(--spot-hs-accent);
    border: 0;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    min-height: 48px;
    padding: 12px 22px;
}

.spot-hs-page input[type="submit"]:hover,
.spot-hs-page input[type="submit"]:focus {
    background: var(--spot-hs-accent-dark);
}

.spot-hs-page .wpcf7-not-valid-tip {
    color: #b42318;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-top: 7px;
}

.spot-hs-page .wpcf7-response-output,
.spot-hs-notice {
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.5;
    margin: 22px 0 0;
    padding: 13px 15px;
}

.spot-hs-page .wpcf7 form.invalid .wpcf7-response-output,
.spot-hs-page .wpcf7 form.unaccepted .wpcf7-response-output,
.spot-hs-page .wpcf7 form.payment-required .wpcf7-response-output {
    background: #fff8eb;
    border-color: #f0b429;
    color: #6f4e00;
}

.spot-hs-page .wpcf7 form.sent .wpcf7-response-output {
    background: #ecfdf3;
    border-color: #17b26a;
    color: #05603a;
}

.spot-hs-notice {
    background: #fff8eb;
    border: 1px solid #f0b429;
    color: #6f4e00;
}

@media (max-width: 720px) {
    .spot-hs-container {
        padding: 0 18px;
    }

    .spot-hs-hero {
        padding: 54px 0 40px;
    }

    .spot-hs-hero h1 {
        font-size: 36px;
    }

    .spot-hs-intro {
        font-size: 16px;
    }

    .spot-hs-panel {
        padding: 22px;
    }

    .spot-hs-form-grid {
        grid-template-columns: 1fr;
    }
}
