.womens-programs-page {
    --wp-ink: #10251a;
    --wp-text: #425248;
    --wp-muted: #66746b;
    --wp-green: #164f35;
    --wp-green-dark: #0c3b27;
    --wp-green-soft: #edf4ef;
    --wp-gold: #b68b2f;
    --wp-gold-soft: #f8f1df;
    --wp-surface: #ffffff;
    --wp-canvas: #f7f8f4;
    --wp-border: #dce4dd;
    --wp-error: #a52c2c;
    --wp-error-soft: #fff2f1;
    --wp-success: #17623e;
    --wp-shadow: 0 18px 50px rgba(16, 37, 26, 0.08);
    color: var(--wp-text);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    overflow: hidden;
}

.womens-programs-page *,
.womens-programs-page *::before,
.womens-programs-page *::after {
    box-sizing: border-box;
}

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

.womens-programs-page h1,
.womens-programs-page h2,
.womens-programs-page h3,
.womens-programs-page p {
    margin-top: 0;
}

.womens-programs-page h1,
.womens-programs-page h2,
.womens-programs-page h3 {
    color: var(--wp-ink);
    line-height: 1.18;
}

.wp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--wp-green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.15em;
    line-height: 1.4;
    text-transform: uppercase;
}

.wp-eyebrow::before {
    width: 28px;
    height: 2px;
    border-radius: 999px;
    background: var(--wp-gold);
    content: "";
}

.wp-hero {
    position: relative;
    padding: 82px 0 94px;
    background:
        radial-gradient(circle at 88% 12%, rgba(182, 139, 47, 0.18), transparent 24%),
        linear-gradient(135deg, #f3f7f2 0%, #fbfaf5 58%, #f6f0e3 100%);
}

.wp-hero::before,
.wp-hero::after {
    position: absolute;
    border: 1px solid rgba(182, 139, 47, 0.22);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.wp-hero::before {
    top: -180px;
    right: -120px;
    width: 510px;
    height: 510px;
}

.wp-hero::after {
    top: -95px;
    right: -35px;
    width: 340px;
    height: 340px;
}

.wp-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.42fr) minmax(300px, 0.72fr);
    align-items: center;
    gap: clamp(48px, 8vw, 104px);
}

.wp-hero-copy {
    max-width: 750px;
}

.wp-hero h1 {
    max-width: 740px;
    margin: 18px 0 24px;
    font-size: clamp(42px, 5.2vw, 72px);
    font-weight: 750;
    letter-spacing: -0.045em;
}

.wp-hero-lead {
    max-width: 680px;
    margin-bottom: 16px;
    color: var(--wp-ink);
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 600;
    line-height: 1.55;
}

.wp-hero-copy > p:not(.wp-hero-lead) {
    max-width: 690px;
    margin-bottom: 0;
}

.wp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px 28px;
    margin-top: 34px;
}

.wp-primary-button,
.wp-submit-button {
    min-height: 52px;
    border: 0;
    border-radius: 10px;
    background: var(--wp-green);
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
    touch-action: manipulation;
}

.wp-primary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 26px;
}

.wp-primary-button:hover,
.wp-submit-button:hover {
    background: var(--wp-green-dark);
    box-shadow: 0 10px 24px rgba(12, 59, 39, 0.18);
}

.wp-primary-button:active,
.wp-submit-button:active {
    transform: translateY(1px);
}

.wp-primary-button:focus-visible,
.wp-text-link:focus-visible,
.wp-submit-button:focus-visible,
.wp-policy summary:focus-visible,
.wp-request-form input:focus-visible,
.wp-request-form textarea:focus-visible,
.wp-choice-card:has(input:focus-visible),
.wp-radio-group label:has(input:focus-visible),
.wp-agreement:has(input:focus-visible) {
    outline: 3px solid rgba(182, 139, 47, 0.62);
    outline-offset: 3px;
}

.wp-text-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--wp-green);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.wp-text-link span {
    color: var(--wp-gold);
    font-size: 18px;
}

.wp-hero-card {
    position: relative;
    padding: 38px 34px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 4px 34px 4px 34px;
    background: var(--wp-green-dark);
    box-shadow: 0 24px 60px rgba(12, 59, 39, 0.2);
    color: rgba(255, 255, 255, 0.79);
}

.wp-line-icon {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.wp-hero-card .wp-line-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 30px;
    color: #d4b15f;
}

.wp-hero-card > span {
    display: block;
    margin-bottom: 8px;
    color: #d9c588;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.wp-hero-card h2 {
    margin-bottom: 16px;
    color: #fff;
    font-size: 26px;
}

.wp-hero-card p {
    margin-bottom: 0;
    font-size: 14px;
}

.wp-intro {
    padding-block: 96px;
}

.wp-section-heading {
    max-width: 740px;
}

.wp-section-heading h2 {
    margin: 16px 0 0;
    font-size: clamp(32px, 4vw, 48px);
    letter-spacing: -0.035em;
}

.wp-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 46px;
}

.wp-info-card {
    min-width: 0;
    padding: clamp(28px, 4vw, 44px);
    border: 1px solid var(--wp-border);
    border-radius: 22px;
    background: var(--wp-surface);
    box-shadow: var(--wp-shadow);
}

.wp-info-card-accent {
    background: var(--wp-canvas);
}

.wp-card-heading {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px;
}

.wp-icon-wrap {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border-radius: 50%;
    background: var(--wp-gold-soft);
    color: var(--wp-green);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.wp-card-heading span:not(.wp-icon-wrap) {
    color: var(--wp-gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.wp-card-heading h3 {
    margin: 4px 0 0;
    font-size: 22px;
}

.wp-check-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wp-check-list li {
    position: relative;
    padding-left: 24px;
    color: var(--wp-ink);
    font-size: 14px;
    font-weight: 600;
}

.wp-check-list li::before {
    position: absolute;
    top: 0.62em;
    left: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--wp-gold);
    box-shadow: 0 0 0 4px var(--wp-gold-soft);
    content: "";
}

.wp-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.wp-feature-grid span {
    min-height: 72px;
    padding: 12px 8px;
    border: 1px solid var(--wp-border);
    border-radius: 10px;
    background: #fff;
    color: var(--wp-ink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.wp-card-note {
    margin: 28px 0 0;
    padding-top: 20px;
    border-top: 1px solid var(--wp-border);
    color: var(--wp-muted);
    font-size: 13px;
}

.wp-policies {
    padding-block: 96px;
    background: var(--wp-green-dark);
    color: rgba(255, 255, 255, 0.78);
}

.wp-policies-header {
    display: grid;
    grid-template-columns: 1.35fr 0.65fr;
    align-items: end;
    gap: 64px;
    margin-bottom: 46px;
}

.wp-policies .wp-eyebrow {
    color: #dcc57f;
}

.wp-policies .wp-section-heading h2 {
    color: #fff;
}

.wp-policies-header > p {
    margin-bottom: 4px;
    font-size: 14px;
}

.wp-policy-list {
    border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.wp-policy {
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.wp-policy summary {
    min-height: 78px;
    padding: 14px 4px;
    color: #fff;
    cursor: pointer;
    display: grid;
    grid-template-columns: 50px 1fr 34px;
    align-items: center;
    gap: 16px;
    font-size: 18px;
    font-weight: 700;
    list-style: none;
    transition: color 180ms ease;
}

.wp-policy summary::-webkit-details-marker {
    display: none;
}

.wp-policy summary:hover {
    color: #e2cb88;
}

.wp-policy-number {
    color: #d1b864;
    font-size: 12px;
    letter-spacing: 0.12em;
}

.wp-policy-toggle {
    position: relative;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
}

.wp-policy-toggle::before,
.wp-policy-toggle::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 1.5px;
    background: #fff;
    content: "";
    transform: translate(-50%, -50%);
    transition: transform 180ms ease;
}

.wp-policy-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.wp-policy[open] .wp-policy-toggle::after {
    transform: translate(-50%, -50%) rotate(0);
}

.wp-policy-content {
    max-width: 800px;
    padding: 0 0 30px 70px;
    font-size: 14px;
}

.wp-policy-content p {
    margin-bottom: 14px;
}

.wp-policy-content ul {
    margin: 0;
    padding-left: 20px;
}

.wp-policy-content li + li {
    margin-top: 6px;
}

.wp-policy-note {
    margin-top: 16px;
    padding: 12px 16px;
    border-left: 2px solid #d4b15f;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.wp-request-section {
    padding-block: 104px;
    background: var(--wp-canvas);
    scroll-margin-top: 20px;
}

.wp-request-layout {
    display: grid;
    grid-template-columns: minmax(240px, 0.48fr) minmax(0, 1fr);
    align-items: start;
    gap: clamp(42px, 7vw, 90px);
}

.wp-request-intro {
    position: sticky;
    top: 28px;
}

.wp-request-intro h2 {
    margin: 16px 0 20px;
    font-size: clamp(34px, 4vw, 48px);
    letter-spacing: -0.035em;
}

.wp-process-card {
    margin-top: 34px;
    padding: 26px;
    border: 1px solid var(--wp-border);
    border-radius: 16px;
    background: #fff;
}

.wp-process-card > span {
    color: var(--wp-green);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.wp-process-card ol {
    margin: 20px 0 0;
    padding: 0;
    counter-reset: process;
    list-style: none;
}

.wp-process-card li {
    position: relative;
    min-height: 56px;
    padding: 0 0 18px 44px;
    counter-increment: process;
}

.wp-process-card li:not(:last-child)::after {
    position: absolute;
    top: 29px;
    bottom: 0;
    left: 14px;
    width: 1px;
    background: var(--wp-border);
    content: "";
}

.wp-process-card li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 29px;
    height: 29px;
    border: 1px solid #c9d6cc;
    border-radius: 50%;
    background: var(--wp-green-soft);
    color: var(--wp-green);
    content: counter(process);
    display: grid;
    place-items: center;
    font-size: 11px;
    font-weight: 800;
}

.wp-process-card strong,
.wp-process-card small {
    display: block;
}

.wp-process-card strong {
    color: var(--wp-ink);
    font-size: 14px;
}

.wp-process-card small {
    color: var(--wp-muted);
    font-size: 12px;
}

.wp-form-card {
    min-width: 0;
    padding: clamp(24px, 5vw, 52px);
    border: 1px solid var(--wp-border);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--wp-shadow);
}

.wp-notice {
    margin-bottom: 32px;
    padding: 18px 20px;
    border: 1px solid;
    border-radius: 10px;
}

.wp-notice strong {
    color: inherit;
}

.wp-notice p {
    margin: 4px 0 0;
    font-size: 14px;
}

.wp-notice ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 18px;
    margin: 12px 0 0;
    padding-left: 20px;
    font-size: 13px;
}

.wp-notice a {
    color: inherit;
    font-weight: 700;
}

.wp-notice-success {
    border-color: #b9d5c2;
    background: #edf8f1;
    color: var(--wp-success);
}

.wp-notice-error {
    border-color: #e5c0be;
    background: var(--wp-error-soft);
    color: var(--wp-error);
}

.wp-client-error-summary {
    margin-bottom: 28px;
    padding: 14px 16px;
    border: 1px solid #e5c0be;
    border-radius: 10px;
    background: var(--wp-error-soft);
    color: var(--wp-error);
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.wp-client-error-summary[hidden] {
    display: none;
}

.wp-client-error-summary svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin-top: 2px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.wp-client-error-summary strong {
    color: inherit;
    display: block;
    font-size: 13px;
}

.wp-client-error-summary p {
    margin: 2px 0 0;
    color: inherit;
    font-size: 12px;
    line-height: 1.55;
}

.wp-request-form {
    position: relative;
}

.wp-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.wp-form-section {
    margin: 0;
    padding: 0 0 42px;
    border: 0;
}

.wp-form-section + .wp-form-section {
    padding-top: 0;
    border-top: 1px solid var(--wp-border);
}

.wp-form-section legend {
    width: 100%;
    margin-bottom: 26px;
    padding: 0;
    color: var(--wp-ink);
    font-size: 20px;
    font-weight: 750;
}

.wp-form-section legend span {
    margin-right: 10px;
    color: var(--wp-gold);
    font-size: 11px;
    letter-spacing: 0.1em;
    vertical-align: middle;
}

.wp-field-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

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

.wp-field label,
.wp-binary-question > span {
    margin-bottom: 8px;
    color: var(--wp-ink);
    display: block;
    font-size: 13px;
    font-weight: 700;
}

.wp-field label > span:not(.wp-optional),
.wp-binary-question > span > span,
.wp-agreement > span > span {
    color: var(--wp-error);
}

.wp-optional {
    margin-left: 6px;
    color: var(--wp-muted);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.wp-request-form input[type="text"],
.wp-request-form input[type="email"],
.wp-request-form input[type="tel"],
.wp-request-form input[type="date"],
.wp-request-form input[type="time"],
.wp-request-form input[type="number"],
.wp-request-form textarea {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    border: 1px solid #cbd6cd;
    border-radius: 9px;
    background: #fff;
    color: var(--wp-ink);
    font: inherit;
    font-size: 16px;
    line-height: 1.5;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.wp-request-form textarea {
    min-height: 130px;
    resize: vertical;
}

.wp-request-form input:hover,
.wp-request-form textarea:hover {
    border-color: #9caf9f;
}

.wp-request-form input:focus,
.wp-request-form textarea:focus {
    border-color: var(--wp-green);
    box-shadow: 0 0 0 3px rgba(22, 79, 53, 0.11);
    outline: none;
}

.wp-request-form input[aria-invalid="true"],
.wp-request-form textarea[aria-invalid="true"],
.wp-binary-question[aria-invalid="true"] {
    border-color: var(--wp-error);
}

.wp-field-error {
    margin-top: 6px;
    color: var(--wp-error);
    display: block;
    font-size: 12px;
    font-weight: 650;
}

.wp-field.is-invalid input,
.wp-field.is-invalid textarea,
.wp-binary-question.is-invalid,
.wp-agreements > div.is-invalid .wp-agreement {
    border-color: var(--wp-error);
    background-color: var(--wp-error-soft);
}

.wp-field.is-invalid,
.wp-binary-question.is-invalid,
.wp-agreements > div.is-invalid {
    scroll-margin-top: 24px;
}

.wp-field-help {
    margin: -16px 0 22px;
    color: var(--wp-muted);
    font-size: 13px;
}

.wp-checkbox-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.wp-choice-card,
.wp-radio-group label {
    cursor: pointer;
}

.wp-choice-card {
    position: relative;
    min-height: 52px;
    padding: 10px 12px;
    border: 1px solid var(--wp-border);
    border-radius: 9px;
    background: var(--wp-canvas);
    color: var(--wp-ink);
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 12px;
    font-weight: 700;
    transition: border-color 180ms ease, background-color 180ms ease;
}

.wp-choice-card:hover,
.wp-choice-card:has(input:checked) {
    border-color: #84a08d;
    background: var(--wp-green-soft);
}

.wp-choice-card input,
.wp-agreement input {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin: 0;
    accent-color: var(--wp-green);
}

.wp-question-list {
    display: grid;
    gap: 14px;
}

.wp-binary-question {
    min-height: 68px;
    padding: 12px 14px;
    border: 1px solid var(--wp-border);
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 8px 20px;
}

.wp-binary-question > span {
    margin: 0;
}

.wp-binary-question > .wp-field-error {
    grid-column: 1 / -1;
    margin: 0;
}

.wp-radio-group {
    display: flex;
    gap: 8px;
}

.wp-radio-group label {
    position: relative;
}

.wp-radio-group input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.wp-radio-group label span {
    min-width: 62px;
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid var(--wp-border);
    border-radius: 8px;
    background: var(--wp-canvas);
    color: var(--wp-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.wp-radio-group input:checked + span {
    border-color: var(--wp-green);
    background: var(--wp-green);
    color: #fff;
}

.wp-field-spaced {
    margin-top: 24px;
}

.wp-agreement-section {
    padding-bottom: 32px;
}

.wp-agreements {
    display: grid;
    gap: 12px;
}

.wp-agreement {
    min-height: 52px;
    padding: 13px 14px;
    border: 1px solid var(--wp-border);
    border-radius: 9px;
    background: var(--wp-canvas);
    color: var(--wp-ink);
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 13px;
    font-weight: 650;
}

.wp-agreement input {
    margin-top: 2px;
}

.wp-submit-row {
    padding-top: 30px;
    border-top: 1px solid var(--wp-border);
}

.wp-submit-button {
    width: 100%;
    min-height: 58px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 15px;
}

.wp-submit-button svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.wp-submit-button:disabled {
    cursor: wait;
    opacity: 0.62;
}

.wp-submit-spinner {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-top-color: #fff;
    border-radius: 50%;
    display: none;
    animation: wp-spin 700ms linear infinite;
}

.wp-submit-button.is-loading .wp-submit-spinner {
    display: block;
}

.wp-submit-button.is-loading svg {
    display: none;
}

.wp-submit-row p {
    margin: 12px 0 0;
    color: var(--wp-muted);
    font-size: 12px;
    text-align: center;
}

.wp-coordinator-note {
    padding-block: 34px;
    background: var(--wp-gold-soft);
}

.wp-coordinator-note .wp-shell {
    display: flex;
    align-items: center;
    gap: 18px;
}

.wp-coordinator-note .wp-line-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    color: var(--wp-green);
}

.wp-coordinator-note p {
    margin: 0;
    color: var(--wp-ink);
    font-size: 13px;
}

@keyframes wp-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 980px) {
    .wp-hero-grid,
    .wp-request-layout {
        grid-template-columns: 1fr;
    }

    .wp-hero-copy {
        max-width: 800px;
    }

    .wp-hero-card {
        max-width: 600px;
    }

    .wp-info-grid,
    .wp-policies-header {
        grid-template-columns: 1fr;
    }

    .wp-policies-header {
        gap: 22px;
    }

    .wp-policies-header > p {
        max-width: 680px;
    }

    .wp-request-intro {
        position: static;
        max-width: 680px;
    }

    .wp-process-card {
        max-width: 520px;
    }
}

@media (max-width: 700px) {
    .wp-shell {
        width: min(100%, calc(100% - 24px));
    }

    .wp-hero {
        padding: 58px 0 66px;
    }

    .wp-hero-grid {
        gap: 40px;
    }

    .wp-hero h1 {
        margin-top: 14px;
        font-size: clamp(36px, 11vw, 50px);
    }

    .wp-hero-lead {
        font-size: 18px;
    }

    .wp-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .wp-primary-button,
    .wp-text-link {
        width: 100%;
        justify-content: center;
    }

    .wp-hero-card {
        padding: 30px 26px;
    }

    .wp-intro,
    .wp-policies,
    .wp-request-section {
        padding-block: 68px;
    }

    .wp-section-heading h2,
    .wp-request-intro h2 {
        font-size: 34px;
    }

    .wp-info-grid {
        margin-top: 34px;
    }

    .wp-info-card {
        padding: 26px 20px;
    }

    .wp-card-heading {
        align-items: flex-start;
    }

    .wp-check-list,
    .wp-feature-grid,
    .wp-checkbox-grid,
    .wp-field-grid {
        grid-template-columns: 1fr;
    }

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

    .wp-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wp-policy summary {
        grid-template-columns: 34px 1fr 34px;
        gap: 10px;
        font-size: 16px;
    }

    .wp-policy-content {
        padding-left: 44px;
    }

    .wp-form-card {
        padding: 28px 18px;
        border-radius: 15px;
    }

    .wp-binary-question {
        grid-template-columns: 1fr;
    }

    .wp-radio-group {
        width: 100%;
    }

    .wp-radio-group label {
        flex: 1;
    }

    .wp-radio-group label span {
        width: 100%;
    }

    .wp-coordinator-note .wp-shell {
        align-items: flex-start;
    }
}

@media (max-width: 390px) {
    .wp-feature-grid {
        grid-template-columns: 1fr;
    }

    .wp-hero-card h2 {
        font-size: 23px;
    }

    .wp-process-card {
        padding: 22px 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .womens-programs-page *,
    .womens-programs-page *::before,
    .womens-programs-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
