.trial-hero,
.trial-facilities,
.trial-request,
.trial-thank-you {
    padding: 88px 0;
}

.trial-hero {
    background: linear-gradient(135deg, #f5f9ff 0%, #eef5ff 55%, #ffffff 100%);
}

.trial-hero__grid,
.trial-request__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    gap: 52px;
    align-items: center;
}

.trial-hero h1,
.trial-section-heading h2,
.trial-request h2,
.trial-thank-you h1 {
    color: #0a2342;
    max-width: 860px;
}

.trial-hero__lead,
.trial-section-heading > p,
.trial-request__story > p,
.trial-thank-you__card > p {
    color: #5b6f86;
    font-size: 1.04rem;
    line-height: 1.8;
}

.trial-hero__actions,
.trial-thank-you__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.trial-hero__note {
    margin-top: 18px;
    color: #6c7f94;
    font-size: .88rem;
}

.trial-hero__card,
.trial-form-card,
.trial-policy-card,
.trial-thank-you__card {
    background: #fff;
    border: 1px solid #dce7f3;
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(18, 55, 92, .08);
}

.trial-hero__card {
    padding: 32px;
}

.trial-hero__card-kicker,
.trial-reference span,
.trial-thank-you__summary span {
    color: #55708c;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.trial-hero__card ol,
.trial-thank-you__steps {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
    display: grid;
    gap: 18px;
}

.trial-hero__card li,
.trial-thank-you__steps li {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 14px;
    align-items: start;
}

.trial-hero__card li strong,
.trial-thank-you__steps li strong {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #eef5ff;
    color: #295cc4;
}

.trial-section-heading {
    max-width: 850px;
    margin-bottom: 36px;
}

.trial-facility-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.trial-facility-card {
    border: 1px solid #dce7f3;
    border-radius: 20px;
    padding: 26px;
    background: #fff;
}

.trial-facility-card--available {
    border-color: #bcd2f5;
    background: #fbfdff;
}

.trial-facility-card h3 {
    margin: 16px 0 10px;
    color: #0a2342;
}

.trial-facility-card p,
.trial-facility-card li {
    color: #64778d;
    line-height: 1.65;
}

.trial-facility-card ul {
    padding-left: 18px;
}

.trial-status-chip {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    background: #e9f6ee;
    color: #21834d;
    font-size: .75rem;
    font-weight: 700;
}

.trial-status-chip--muted {
    background: #eef2f6;
    color: #607387;
}

.trial-request {
    background: #f7f9fc;
}

.trial-request__grid {
    align-items: start;
}

.trial-policy-card {
    margin-top: 28px;
    padding: 22px;
    box-shadow: none;
}

.trial-policy-card strong {
    color: #0a2342;
}

.trial-policy-card p {
    margin: 8px 0 0;
    color: #687b90;
}

.trial-form-card {
    padding: 30px;
}

.trial-form-card__header {
    margin-bottom: 24px;
}

.trial-form-card__header h2 {
    margin-bottom: 8px;
}

.trial-form-card__header p {
    color: #718399;
}

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

.trial-field {
    display: grid;
    gap: 8px;
}

.trial-field--full {
    grid-column: 1 / -1;
}

.trial-field label {
    color: #19324f;
    font-weight: 700;
    font-size: .9rem;
}

.trial-field label span,
.trial-privacy strong {
    color: #bf3030;
}

.trial-field input,
.trial-field select,
.trial-field textarea {
    width: 100%;
    border: 1px solid #cdd9e5;
    border-radius: 12px;
    padding: 12px 14px;
    background: #fff;
    color: #122b48;
    font: inherit;
}

.trial-field input:focus,
.trial-field select:focus,
.trial-field textarea:focus {
    outline: 2px solid rgba(48, 104, 203, .18);
    border-color: #4a77ca;
}

.trial-field small {
    color: #7a8ca0;
    line-height: 1.45;
}

.trial-privacy {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 10px;
    align-items: start;
    margin: 24px 0;
    color: #62758b;
    line-height: 1.6;
}

.trial-form__footer {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.trial-form__footer p {
    margin: 0;
    max-width: 430px;
    color: #7a8ca0;
    font-size: .86rem;
}

.trial-alert {
    margin-bottom: 20px;
    padding: 16px 18px;
    border-radius: 14px;
    background: #fff2f2;
    color: #8b2d2d;
}

.trial-honeypot {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.trial-thank-you {
    min-height: 68vh;
    display: grid;
    align-items: center;
    background: #f7f9fc;
}

.trial-thank-you__card {
    max-width: 760px;
    margin: 0 auto;
    padding: 42px;
    text-align: center;
}

.trial-thank-you__icon {
    display: inline-grid;
    place-items: center;
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: #e9f6ee;
    color: #21834d;
    font-size: 1.8rem;
    font-weight: 800;
}

.trial-reference,
.trial-thank-you__summary {
    display: grid;
    gap: 4px;
    padding: 16px;
    margin-top: 18px;
    border-radius: 14px;
    background: #f3f7fc;
}

.trial-thank-you__steps {
    margin: 28px auto;
    max-width: 610px;
    text-align: left;
}

.trial-thank-you__actions {
    justify-content: center;
}

@media (max-width: 1050px) {
    .trial-facility-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .trial-hero,
    .trial-facilities,
    .trial-request,
    .trial-thank-you {
        padding: 60px 0;
    }

    .trial-hero__grid,
    .trial-request__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .trial-facility-grid,
    .trial-form-grid {
        grid-template-columns: 1fr;
    }

    .trial-field--full {
        grid-column: auto;
    }

    .trial-form-card,
    .trial-thank-you__card {
        padding: 24px;
    }
}
