.propeller-request-page,
.home-propeller-request {
    --pr-navy: #08243a;
    --pr-navy-deep: #041724;
    --pr-blue: #118ac5;
    --pr-blue-bright: #34b7eb;
    --pr-bronze: #c9ad72;
    --pr-paper: #f4f8fb;
    --pr-card: #ffffff;
    --pr-ink: #102f46;
    --pr-muted: #627b8d;
    --pr-line: #d8e4eb;
    background: var(--pr-paper);
    color: var(--pr-ink);
    font-family: 'Barlow', sans-serif;
}

.propeller-request-shell {
    width: min(1160px, calc(100% - 48px));
    margin-inline: auto;
}

.propeller-request-shell--form {
    padding-block: 72px 96px;
}

.propeller-request-hero {
    position: relative;
    overflow: hidden;
    padding: 152px 0 76px;
    color: #f7fbfe;
    background:
        radial-gradient(circle at 82% 18%, rgba(45, 174, 225, .22), transparent 28%),
        linear-gradient(125deg, #041521 0%, #082b45 62%, #0b3855 100%);
}

.propeller-request-hero::after {
    position: absolute;
    right: -90px;
    bottom: -210px;
    width: 470px;
    height: 470px;
    border: 1px solid rgba(201, 173, 114, .24);
    border-radius: 50%;
    box-shadow: 0 0 0 48px rgba(201, 173, 114, .035), 0 0 0 96px rgba(201, 173, 114, .025);
    content: '';
}

.propeller-request-breadcrumb {
    display: flex;
    gap: 10px;
    margin-bottom: 38px;
    color: #a9c1d1;
    font-size: 13px;
}

.propeller-request-breadcrumb a { color: #d8e7f0; text-decoration: none; }
.propeller-request-breadcrumb a:hover { color: #6cd0f5; }
.propeller-request-hero__eyebrow,
.propeller-request__eyebrow {
    margin: 0 0 18px;
    color: var(--pr-bronze);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .19em;
}

.propeller-request-hero h1 {
    max-width: 790px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(39px, 5.2vw, 67px);
    font-weight: 650;
    letter-spacing: -.05em;
    line-height: 1.04;
}

.propeller-request-hero > div > p:last-child {
    max-width: 700px;
    margin: 28px 0 0;
    color: #bfd1dd;
    font-size: 18px;
    line-height: 1.7;
}

.home-propeller-request {
    padding: 88px 0 96px;
    border-top: 1px solid rgba(133, 174, 199, .18);
    background:
        radial-gradient(circle at 12% 4%, rgba(38, 160, 211, .09), transparent 27%),
        #edf5f9;
}

.home-propeller-request__shell {
    width: min(1160px, calc(100% - 48px));
    margin-inline: auto;
}

.propeller-request {
    position: relative;
}

.propeller-request__heading {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(300px, 1.2fr);
    column-gap: 72px;
    align-items: end;
    margin-bottom: 42px;
}

.propeller-request__heading .propeller-request__eyebrow {
    grid-column: 1 / -1;
}

.propeller-request__heading h2 {
    margin: 0;
    color: var(--pr-ink) !important;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(33px, 4.2vw, 53px) !important;
    font-weight: 650;
    letter-spacing: -.048em;
    line-height: 1.08;
}

.propeller-request__heading > p:last-child {
    margin: 0 0 4px;
    color: var(--pr-muted);
    font-size: 17px;
    line-height: 1.7;
}

.propeller-request__notice {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
    padding: 15px 18px;
    border: 1px solid;
    border-radius: 16px;
    font-weight: 600;
}

.propeller-request__notice.is-success { color: #17643d; border-color: #7fd3ab; background: #e9f8f0; }
.propeller-request__notice.is-error { color: #9d3030; border-color: #e9aaaa; background: #fff1f1; }

.propeller-form {
    overflow: hidden;
    border: 1px solid var(--pr-line);
    border-radius: 30px;
    background: var(--pr-card);
    box-shadow: 0 28px 74px rgba(20, 57, 78, .11);
}

.propeller-form__trap {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

.propeller-form__summary:empty { display: none; }
.propeller-form__summary {
    margin: 24px 30px 0;
    padding: 14px 18px;
    border-radius: 14px;
    color: #982d2d;
    background: #fff0f0;
}
.propeller-form__summary ul { margin: 0; padding-left: 20px; }

.propeller-form__steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    padding: 0;
    border-bottom: 1px solid var(--pr-line);
    list-style: none;
}

.propeller-form__steps li { position: relative; }
.propeller-form__steps li + li::before {
    position: absolute;
    top: 50%;
    left: -16px;
    width: 32px;
    height: 1px;
    background: var(--pr-line);
    content: '';
}

.propeller-form__steps button {
    display: flex;
    width: 100%;
    min-height: 80px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 16px;
    border: 0;
    color: #7790a0;
    background: transparent;
    font: inherit;
    font-size: 14px;
    font-weight: 650;
    cursor: pointer;
}

.propeller-form__steps button span {
    display: grid;
    width: 33px;
    height: 33px;
    place-items: center;
    border: 1px solid #c9d9e2;
    border-radius: 50%;
    font-size: 11px;
}

.propeller-form__steps li.is-active button { color: var(--pr-ink); }
.propeller-form__steps li.is-active button span,
.propeller-form__steps li.is-complete button span {
    border-color: var(--pr-blue);
    color: white;
    background: var(--pr-blue);
}

.propeller-form__panel {
    padding: 44px clamp(24px, 5vw, 62px) 38px;
}

.propeller-form__panel[hidden] { display: none !important; }

.propeller-form__section-head {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-bottom: 34px;
}

.propeller-form__section-icon {
    display: grid;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    place-items: center;
    border-radius: 18px;
    color: #0b78aa;
    background: #e2f3fa;
    font-size: 20px;
}

.propeller-form__section-head p {
    margin: 0 0 4px;
    color: #7790a0;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .14em;
}

.propeller-form__section-head h3 {
    margin: 0;
    color: var(--pr-ink);
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 650;
    letter-spacing: -.03em;
}

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

.propeller-field { min-width: 0; }
.propeller-field--wide { grid-column: 1 / -1; }
.propeller-field > label,
.propeller-field > legend {
    display: block;
    margin: 0 0 8px;
    color: #294a61;
    font-size: 13px;
    font-style: normal;
    font-weight: 650;
}
.propeller-field label em { color: #bd653f; font-style: normal; }
.propeller-field label small { color: #7b909f; font-size: 11px; font-weight: 500; }

.propeller-field input:not([type='checkbox']),
.propeller-field select,
.propeller-field textarea {
    width: 100%;
    min-height: 49px;
    padding: 12px 14px;
    border: 1px solid #cbdbe4;
    border-radius: 13px;
    outline: none;
    color: #14364e;
    background: #f9fcfd;
    font: inherit;
    font-size: 15px;
    transition: border-color .18s, box-shadow .18s, background .18s;
}

.propeller-field textarea { min-height: 104px; resize: vertical; }
.propeller-field :is(input, select, textarea):focus {
    border-color: var(--pr-blue);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(17, 138, 197, .12);
}
.propeller-field :is(input, select, textarea):user-invalid { border-color: #ce6666; }
.propeller-field > span { display: block; margin-top: 5px; color: #b53838; font-size: 12px; }

.propeller-choices { margin: 0; padding: 0; border: 0; }
.propeller-choices > div { display: flex; flex-wrap: wrap; gap: 9px; }
.propeller-choices label { cursor: pointer; }
.propeller-choices input { position: absolute; opacity: 0; pointer-events: none; }
.propeller-choices label span {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 8px 14px;
    border: 1px solid #cbdbe4;
    border-radius: 999px;
    color: #526e81;
    background: #f9fcfd;
    font-size: 13px;
    font-weight: 600;
    transition: border-color .18s, color .18s, background .18s;
}
.propeller-choices input:checked + span { border-color: #1688bc; color: #075d88; background: #e3f5fc; }
.propeller-choices input:focus-visible + span { outline: 3px solid rgba(17, 138, 197, .35); outline-offset: 2px; }

.propeller-form__marketing {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-top: 27px;
    color: var(--pr-muted);
    font-size: 13px;
    line-height: 1.5;
    cursor: pointer;
}
.propeller-form__marketing input { width: 17px; height: 17px; margin-top: 1px; accent-color: var(--pr-blue); }
.propeller-form__turnstile { margin-top: 24px; }
.propeller-form__security-error { margin: 24px 0 0; color: #a33b3b; font-size: 13px; }
.propeller-form__consent { margin: 18px 0 0; color: var(--pr-muted); font-size: 12px; line-height: 1.6; }
.propeller-form__consent a { color: #0874a8; text-underline-offset: 3px; }

.propeller-form__actions {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-top: 38px;
    padding-top: 28px;
    border-top: 1px solid var(--pr-line);
}
.propeller-form__actions--end { justify-content: flex-end; }
.propeller-form__actions button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 12px 21px;
    border-radius: 999px;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: transform .18s, box-shadow .18s, background .18s;
}
.propeller-form__actions button:hover { transform: translateY(-1px); }
.propeller-form__next,
.propeller-form__submit { border: 1px solid #0877ad; color: white; background: linear-gradient(115deg, #118fca, #08669d); }
.propeller-form__next:hover,
.propeller-form__submit:hover { box-shadow: 0 10px 24px rgba(7, 105, 158, .2); }
.propeller-form__back { border: 1px solid #c7d7e0; color: #486579; background: #f8fbfc; }
.propeller-form__submit:disabled { cursor: not-allowed; opacity: .48; transform: none; box-shadow: none; }

html.dark .propeller-request-page,
html.dark .home-propeller-request {
    --pr-paper: #061827;
    --pr-card: #092238;
    --pr-ink: #edf7fc;
    --pr-muted: #adc2cf;
    --pr-line: rgba(174, 206, 224, .18);
    background: #061827;
}
html.dark .home-propeller-request { background: radial-gradient(circle at 12% 4%, rgba(38, 160, 211, .1), transparent 27%), #061827; }
html.dark .propeller-form { box-shadow: 0 28px 74px rgba(0, 0, 0, .22); }
html.dark .propeller-field > label,
html.dark .propeller-field > legend { color: #d2e3ec; }
html.dark .propeller-field input:not([type='checkbox']),
html.dark .propeller-field select,
html.dark .propeller-field textarea { border-color: #3b5a6e; color: #f1f8fc; background: #102d43; }
html.dark .propeller-field :is(input, select, textarea):focus { border-color: #42b9e8; background: #12344d; }
html.dark .propeller-choices label span { border-color: #3b5a6e; color: #bad0dc; background: #102d43; }
html.dark .propeller-choices input:checked + span { border-color: #42b9e8; color: #d9f3ff; background: #0c4664; }
html.dark .propeller-form__section-icon { color: #7bd5f7; background: #103a52; }
html.dark .propeller-form__back { border-color: #4c6879; color: #d1e1e9; background: #102d43; }
html.dark .propeller-request__notice.is-success { color: #a7ebc7; border-color: #36785a; background: #0d3b2a; }
html.dark .propeller-request__notice.is-error,
html.dark .propeller-form__summary { color: #ffc0c0; border-color: #824747; background: #401f25; }

@media (max-width: 760px) {
    .propeller-request-shell,
    .home-propeller-request__shell { width: min(100% - 32px, 1160px); }
    .propeller-request-shell--form { padding-block: 48px 68px; }
    .propeller-request-hero { padding: 125px 0 58px; }
    .propeller-request-hero h1 { font-size: clamp(37px, 11vw, 51px); }
    .propeller-request-hero > div > p:last-child { font-size: 16px; }
    .home-propeller-request { padding-block: 60px 68px; }
    .propeller-request__heading { grid-template-columns: 1fr; gap: 19px; margin-bottom: 30px; }
    .propeller-request__heading > p:last-child { font-size: 15px; }
    .propeller-form { border-radius: 23px; }
    .propeller-form__steps button { min-height: 67px; flex-direction: column; gap: 4px; padding: 10px 5px; font-size: 11px; }
    .propeller-form__steps button span { width: 27px; height: 27px; font-size: 9px; }
    .propeller-form__panel { padding: 30px 19px 25px; }
    .propeller-form__grid { grid-template-columns: 1fr; gap: 18px; }
    .propeller-field--wide { grid-column: auto; }
    .propeller-form__actions { align-items: stretch; }
    .propeller-form__actions button { flex: 1; padding-inline: 14px; }
}

@media (prefers-reduced-motion: reduce) {
    .propeller-request *, .propeller-request *::before, .propeller-request *::after { scroll-behavior: auto !important; transition: none !important; }
}
