.proshot-booking-form,
.proshot-choice {
    --proshot-green: #9ce831;
    --proshot-green-dark: #12883b;
    --proshot-ink: #08111f;
    --proshot-panel: #111a2b;
    --proshot-panel-soft: #162236;
    --proshot-line: rgba(255, 255, 255, 0.14);
    --proshot-text: #f8fafc;
    --proshot-muted: #b8c4d8;
    max-width: 980px;
    margin: 0 auto;
    color: var(--proshot-text);
}

.proshot-booking-form {
    display: grid;
    gap: 20px;
    padding: 4px 0 10px;
}

.proshot-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.proshot-field {
    display: flex;
    gap: 8px;
    margin: 0;
    color: var(--proshot-text);
    font-weight: 800;
    justify-content: flex-start;
    flex-direction: column;
}

.proshot-field-wide {
    grid-column: 1 / -1;
}

.proshot-radio-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 0;
    margin: 0 0 20px;
    border: 0;
}

.proshot-radio-cards legend {
    grid-column: 1 / -1;
    margin: 0 0 8px;
    padding: 0;
    color: var(--proshot-text);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
}

.proshot-radio-cards legend em {
    color: var(--proshot-green);
    font-style: normal;
}

.proshot-radio-cards label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 68px;
    padding: 16px;
    border: 1px solid var(--proshot-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--proshot-text);
    cursor: pointer;
    font-weight: 850;
    transition: background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.proshot-radio-cards input {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: var(--proshot-green-dark);
}

.proshot-radio-cards label:has(input:checked) {
    border-color: var(--proshot-green);
    background: rgba(156, 232, 49, 0.14);
    box-shadow: 0 0 0 3px rgba(156, 232, 49, 0.16);
}

.proshot-booking-form [hidden] {
    display: none !important;
}

.proshot-string-single,
.proshot-string-hybrid {
    min-width: 0;
}

.proshot-string-hybrid {
    grid-column: 1 / -1;
}

.proshot-booking-form .proshot-field span,
.proshot-booking-form .proshot-optin span {
    color: var(--proshot-text);
    font-size: 15px;
    line-height: 1.35;
}

.proshot-booking-form .proshot-field em {
    color: var(--proshot-green);
    font-style: normal;
}

.proshot-booking-form .proshot-field input,
.proshot-booking-form .proshot-field select,
.proshot-booking-form .proshot-field textarea {
    width: 100%;
    min-height: 56px;
    border: 1px solid #d9e2ef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 12px 28px rgba(1, 8, 20, 0.18);
    color: #0f172a;
    font: inherit;
    font-size: 16px;
    font-weight: 650;
    padding: 14px 16px;
    outline: 0;
}

.proshot-booking-form .proshot-field select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%230f172a' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: right 18px center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    padding-right: 46px;
}

.proshot-booking-form .proshot-string-description {
    margin: 0;
    color: #c9f542;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
}

.proshot-booking-form .proshot-field textarea {
    min-height: 150px;
    resize: vertical;
}

.proshot-booking-form .proshot-field input:focus,
.proshot-booking-form .proshot-field select:focus,
.proshot-booking-form .proshot-field textarea:focus {
    border-color: var(--proshot-green);
    box-shadow: 0 0 0 3px rgba(156, 232, 49, 0.24), 0 14px 28px rgba(1, 8, 20, 0.2);
}

.proshot-booking-form .proshot-field ::placeholder {
    color: #6b7280;
    opacity: 1;
}

.proshot-booking-form .proshot-optin {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 2px 0 0;
    color: var(--proshot-text);
    font-weight: 700;
}

.proshot-booking-form .proshot-optin input {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    accent-color: var(--proshot-green-dark);
}

.proshot-booking-form .proshot-submit,
.proshot-choice .proshot-choice-button {
    border-radius: 8px;
    text-decoration: none;
    transition: transform 0.16s ease, background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.proshot-booking-form .proshot-submit {
    border: 0;
    background: var(--proshot-green);
    box-shadow: 0 12px 28px rgba(156, 232, 49, 0.18);
    color: #061208;
    cursor: pointer;
    justify-self: start;
    min-height: 54px;
    padding: 15px 22px;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.proshot-booking-form .proshot-submit:hover,
.proshot-booking-form .proshot-submit:focus {
    background: #b8ff4f;
    color: #061208;
    transform: translateY(-1px);
}

.proshot-booking-form .proshot-form-note {
    margin: -4px 0 0;
    color: var(--proshot-muted);
    font-size: 15px;
}

.proshot-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.proshot-choice {
    padding: 4px 0 14px;
}

.proshot-choice header {
    margin-bottom: 26px;
}

.proshot-choice header p {
    margin: 0 0 8px;
    color: var(--proshot-green);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 13px;
}

.proshot-choice header h2 {
    margin: 0;
    color: var(--proshot-text);
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.05;
}

.proshot-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.proshot-choice-group {
    display: grid;
    gap: 14px;
    padding: 22px;
    border: 1px solid var(--proshot-line);
    border-radius: 8px;
    background: linear-gradient(180deg, var(--proshot-panel-soft), var(--proshot-panel));
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.proshot-choice-group h3 {
    margin: 0 0 4px;
    color: var(--proshot-text);
    font-size: 22px;
    line-height: 1.2;
}

.proshot-choice .proshot-choice-button {
    display: grid;
    gap: 6px;
    min-height: 104px;
    padding: 18px;
    align-content: center;
    border: 1px solid rgba(156, 232, 49, 0.35);
    background: #fff;
    color: #0f172a;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.proshot-choice .proshot-choice-button:hover,
.proshot-choice .proshot-choice-button:focus {
    border-color: var(--proshot-green);
    background: var(--proshot-green);
    color: #061208;
    transform: translateY(-2px);
}

.proshot-choice .proshot-choice-button strong {
    color: inherit;
    font-size: 20px;
    line-height: 1.2;
}

.proshot-choice .proshot-choice-button span {
    color: #475569;
    font-size: 15px;
    line-height: 1.45;
}

.proshot-choice .proshot-choice-button:hover span,
.proshot-choice .proshot-choice-button:focus span {
    color: #16300c;
}

@media (max-width: 720px) {
    .proshot-grid,
    .proshot-radio-cards,
    .proshot-choice-grid {
        grid-template-columns: 1fr;
    }

    .proshot-booking-form .proshot-submit {
        width: 100%;
    }

    .proshot-choice-group {
        padding: 18px;
    }
}
