.volunteer-page {
    --vol-navy: var(--surf-dark, #015f85);
    --vol-navy-deep: #0a1f2e;
    --vol-teal: var(--surf-teal, #0093a5);
    --vol-teal-dark: var(--surf-dark, #015f85);
    --vol-mint: #ecfeff;
    --vol-sand: #f8fafc;
    --vol-sand-deep: #e2e8f0;
    --vol-coral: var(--surf-teal, #0093a5);
    --vol-ink: #0f172a;
    --vol-muted: #64748b;
    --vol-white: #ffffff;
    background: var(--vol-white);
    color: var(--vol-ink);
    overflow: hidden;
}

/* The global floating shortcut competes with the calendar and role CTAs on
   this conversion-focused page. WhatsApp remains available in the footer. */
#whatsapp-float {
    display: none !important;
}

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

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

.volunteer-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: var(--vol-teal-dark);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .19em;
    text-transform: uppercase;
}

.volunteer-kicker::before {
    content: "";
    width: 34px;
    height: 2px;
    background: currentColor;
}

.volunteer-kicker--light {
    color: #5eead4;
}

.volunteer-script {
    display: block;
    margin-bottom: 10px;
    color: #5eead4;
    font-family: "Nothing You Could Do", cursive;
    font-size: clamp(24px, 3vw, 42px);
    line-height: 1.1;
    transform: rotate(-1.5deg);
    transform-origin: left center;
}

.volunteer-hero__cta {
    min-height: 58px;
}

.volunteer-hero {
    position: relative;
    display: flex;
    min-height: min(860px, 92vh);
    align-items: flex-end;
    isolation: isolate;
    background: var(--vol-navy-deep);
    color: white;
}

.volunteer-hero__media,
.volunteer-hero__wash {
    position: absolute;
    inset: 0;
}

.volunteer-hero__media {
    z-index: -3;
}

.volunteer-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% center;
    filter: saturate(.94) contrast(1.04);
}

.volunteer-hero__wash {
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(10, 31, 46, .97) 0%, rgba(10, 31, 46, .9) 35%, rgba(10, 31, 46, .22) 70%, rgba(10, 31, 46, .08) 100%),
        linear-gradient(0deg, rgba(10, 31, 46, .7) 0%, transparent 45%);
}

.volunteer-hero::after {
    position: absolute;
    right: -120px;
    bottom: -1px;
    left: -120px;
    z-index: -1;
    height: 68px;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    background: var(--vol-sand);
    content: "";
}

.volunteer-hero__inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 64px;
    padding-top: 170px;
    padding-bottom: 116px;
}

.volunteer-hero__copy {
    width: min(700px, 70%);
}

.volunteer-hero h1 {
    max-width: 730px;
    margin: 0;
    font-size: clamp(52px, 7.1vw, 104px);
    font-weight: 900;
    letter-spacing: -.065em;
    line-height: .89;
    text-transform: uppercase;
}

.volunteer-hero h1 em {
    color: var(--vol-coral);
    font-style: normal;
}

.volunteer-hero__copy > p {
    max-width: 570px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, .84);
    font-size: clamp(16px, 1.6vw, 20px);
    line-height: 1.7;
}

.volunteer-hero__actions {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-top: 34px;
}

.volunteer-hero__opening {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, .82);
    font-size: 12px;
    font-weight: 700;
}

.volunteer-hero__opening i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #5eead4;
    box-shadow: 0 0 0 6px rgba(94, 234, 212, .14);
}

.volunteer-hero__facts {
    display: grid;
    min-width: 205px;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 24px;
    background: rgba(10, 31, 46, .44);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .18);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.volunteer-hero__facts div {
    display: grid;
    grid-template-columns: 58px 1fr;
    align-items: center;
    gap: 12px;
    padding: 19px 22px;
}

.volunteer-hero__facts div + div {
    border-top: 1px solid rgba(255, 255, 255, .18);
}

.volunteer-hero__facts strong {
    color: #5eead4;
    font-size: 32px;
    line-height: 1;
}

.volunteer-hero__facts span {
    color: rgba(255, 255, 255, .78);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.35;
    text-transform: uppercase;
}

.volunteer-hero__place {
    position: absolute;
    right: 28px;
    bottom: 88px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .78);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.volunteer-intro {
    position: relative;
    background: var(--vol-sand);
    padding: 108px 0 126px;
}

.volunteer-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr);
    align-items: start;
    gap: 100px;
}

.volunteer-intro h2,
.volunteer-section-head h2,
.volunteer-exchange h2,
.volunteer-application__guide h2 {
    margin: 0;
    color: var(--vol-navy);
    font-size: clamp(38px, 5vw, 68px);
    font-weight: 900;
    letter-spacing: -.055em;
    line-height: 1.02;
}

.volunteer-intro__copy {
    padding-top: 20px;
    color: #50656e;
    font-size: 16px;
    line-height: 1.85;
}

.volunteer-intro__lead {
    margin: 0 0 20px;
    color: var(--vol-ink);
    font-size: clamp(18px, 2vw, 23px);
    font-weight: 600;
    line-height: 1.55;
}

.volunteer-intro__copy > p:not(.volunteer-intro__lead) {
    margin: 0;
}

.volunteer-intro__note {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 30px;
    padding: 17px 20px;
    border-left: 4px solid var(--vol-coral);
    border-radius: 0 14px 14px 0;
    background: #ffffff;
    color: var(--vol-navy);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}

.volunteer-intro__note .volunteer-symbol {
    color: var(--vol-coral);
    font-size: 20px;
}

.volunteer-roles {
    position: relative;
    padding: 120px 0 132px;
    background: var(--vol-white);
}

.volunteer-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .55fr);
    align-items: end;
    gap: 80px;
    margin-bottom: 58px;
}

.volunteer-section-head > p {
    margin: 0 0 8px;
    color: var(--vol-muted);
    font-size: 15px;
    line-height: 1.8;
}

.volunteer-role-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.volunteer-role-card {
    position: relative;
    min-height: 430px;
    padding: 34px;
    overflow: hidden;
    border: 1px solid #dde8e8;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(1, 95, 133, .07);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.volunteer-role-card::after {
    position: absolute;
    right: -58px;
    bottom: -78px;
    width: 185px;
    height: 185px;
    border-radius: 50%;
    background: var(--role-soft);
    content: "";
    transition: transform .35s ease;
}

.volunteer-role-card:hover {
    z-index: 1;
    border-color: var(--role-color);
    box-shadow: 0 26px 70px rgba(1, 95, 133, .14);
    transform: translateY(-8px);
}

.volunteer-role-card:hover::after {
    transform: scale(1.17);
}

.volunteer-role-card--photo {
    --role-color: #015f85;
    --role-soft: #e0f2fe;
}

.volunteer-role-card--video {
    --role-color: #0093a5;
    --role-soft: #ecfeff;
}

.volunteer-role-card--content {
    --role-color: #0f172a;
    --role-soft: #f1f5f9;
}

.volunteer-role-card__number {
    position: absolute;
    top: 28px;
    right: 30px;
    color: #afbdc2;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
}

.volunteer-role-card__icon {
    display: grid;
    width: 64px;
    height: 64px;
    margin-bottom: 54px;
    place-items: center;
    border-radius: 20px;
    background: var(--role-soft);
    color: var(--role-color);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .08em;
    transform: rotate(-3deg);
}

.volunteer-role-card h3 {
    margin: 0 0 14px;
    color: var(--vol-navy);
    font-size: 25px;
    font-weight: 900;
    letter-spacing: -.035em;
}

.volunteer-role-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--vol-muted);
    font-size: 14px;
    line-height: 1.75;
}

.volunteer-role-card button {
    position: absolute;
    bottom: 30px;
    left: 34px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--vol-navy);
    cursor: pointer;
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.volunteer-role-card button i {
    transition: transform .2s ease;
}

.volunteer-role-card button:hover i {
    transform: translateX(4px);
}

.volunteer-exchange {
    position: relative;
    padding: 0;
    background: var(--vol-navy-deep);
    color: white;
}

.volunteer-exchange__layout {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    min-height: 770px;
}

.volunteer-exchange__visual {
    position: relative;
    min-height: 650px;
    margin: -44px 0 52px;
    overflow: hidden;
    border-radius: 30px;
}

.volunteer-exchange__visual::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(10, 31, 46, .82), transparent 50%);
    content: "";
}

.volunteer-exchange__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 52% center;
}

.volunteer-exchange__caption {
    position: absolute;
    right: 34px;
    bottom: 34px;
    left: 34px;
    z-index: 1;
}

.volunteer-exchange__caption span {
    display: block;
    margin-bottom: 7px;
    color: #5eead4;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.volunteer-exchange__caption strong {
    display: block;
    max-width: 390px;
    font-size: clamp(22px, 3vw, 34px);
    letter-spacing: -.035em;
    line-height: 1.2;
}

.volunteer-exchange__content {
    padding: 106px 0 86px 88px;
}

.volunteer-exchange h2 {
    color: white;
}

.volunteer-exchange__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 46px;
    margin-top: 52px;
}

.volunteer-exchange__columns h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 22px;
    color: white;
    font-size: 15px;
    font-weight: 800;
}

.volunteer-exchange__columns h3 span {
    color: var(--vol-coral);
    font-size: 10px;
    letter-spacing: .12em;
}

.volunteer-exchange__columns ul {
    display: grid;
    gap: 17px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.volunteer-exchange__columns li {
    position: relative;
    padding-left: 22px;
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    line-height: 1.65;
}

.volunteer-exchange__columns li::before {
    position: absolute;
    top: .65em;
    left: 0;
    width: 8px;
    height: 8px;
    border: 2px solid #5eead4;
    border-radius: 50%;
    content: "";
}

.volunteer-process {
    padding: 126px 0 140px;
    background: var(--vol-sand);
}

.volunteer-section-head--compact {
    grid-template-columns: 1fr;
    margin-bottom: 54px;
}

.volunteer-process__steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
}

.volunteer-process__steps li {
    position: relative;
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    padding: 0 26px;
}

.volunteer-process__steps li:first-child {
    padding-left: 0;
}

.volunteer-process__steps li:last-child {
    padding-right: 0;
}

.volunteer-process__steps li + li {
    border-left: 1px solid rgba(1, 95, 133, .16);
}

.volunteer-process__steps > li > span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    background: var(--vol-white);
    color: var(--vol-teal-dark);
    font-size: 10px;
    font-weight: 900;
    box-shadow: 0 8px 24px rgba(1, 95, 133, .08);
}

.volunteer-process__steps h3 {
    margin: 7px 0 10px;
    color: var(--vol-navy);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.35;
}

.volunteer-process__steps p {
    margin: 0;
    color: var(--vol-muted);
    font-size: 12px;
    line-height: 1.7;
}

.volunteer-application {
    padding: 128px 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(0, 147, 165, .18), transparent 26%),
        linear-gradient(145deg, var(--vol-navy-deep), var(--vol-navy));
    color: white;
}

.volunteer-application__layout {
    display: grid;
    grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
    align-items: start;
    gap: 72px;
}

.volunteer-application__guide {
    position: sticky;
    top: 120px;
}

.volunteer-application__guide h2 {
    color: white;
}

.volunteer-application__guide > p {
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .7);
    font-size: 15px;
    line-height: 1.8;
}

.volunteer-fit-card {
    margin-top: 34px;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 22px;
    background: rgba(255, 255, 255, .07);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.volunteer-fit-card h3 {
    margin: 0 0 18px;
    font-size: 15px;
    font-weight: 800;
}

.volunteer-fit-card ul {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.volunteer-fit-card li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    line-height: 1.55;
}

.volunteer-fit-card li > span {
    display: grid;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    place-items: center;
    border-radius: 50%;
    background: rgba(94, 234, 212, .15);
    color: #5eead4;
    font-size: 9px;
}

.volunteer-application__image {
    position: relative;
    margin-top: 26px;
    overflow: hidden;
    border-radius: 22px;
}

.volunteer-application__image img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.volunteer-application__image > div {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 17px;
    background: rgba(10, 31, 46, .86);
    color: rgba(255, 255, 255, .84);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.45;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.volunteer-application__image strong {
    flex: 0 0 auto;
    color: #5eead4;
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
    white-space: nowrap;
}

.volunteer-form-card {
    padding: 46px;
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 30px;
    background: var(--vol-white);
    box-shadow: 0 34px 80px rgba(10, 31, 46, .28);
    color: var(--vol-ink);
}

.volunteer-form-card__head {
    margin-bottom: 30px;
    padding-bottom: 28px;
    border-bottom: 1px solid #dfe8e8;
}

.volunteer-form-card__head > span {
    display: block;
    margin-bottom: 7px;
    color: var(--vol-teal-dark);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.volunteer-form-card__head h3 {
    margin: 0;
    color: var(--vol-navy);
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 900;
    letter-spacing: -.045em;
}

.volunteer-form-card__head p {
    margin: 10px 0 0;
    color: var(--vol-muted);
    font-size: 13px;
    line-height: 1.65;
}

.volunteer-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px 18px;
}

.volunteer-form > fieldset,
.volunteer-form > div:nth-of-type(5),
.volunteer-form__ack,
.volunteer-form > button,
.volunteer-form__privacy {
    grid-column: 1 / -1;
}

.volunteer-form label,
.volunteer-form legend {
    color: #657984 !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    letter-spacing: .15em !important;
}

.volunteer-form input:not([type="hidden"]),
.volunteer-form select,
.volunteer-form textarea {
    width: 100%;
    min-height: 52px;
    border: 1px solid #d9e4e5 !important;
    border-radius: 13px !important;
    background: #fff !important;
    box-shadow: none !important;
    color: var(--vol-ink);
    font-size: 13px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

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

.volunteer-form input[type="checkbox"] {
    width: 18px;
    min-height: 18px;
    flex: 0 0 18px;
    margin-top: 2px;
    border-radius: 5px !important;
    accent-color: var(--vol-teal);
}

.volunteer-form input:focus,
.volunteer-form select:focus,
.volunteer-form textarea:focus {
    border-color: var(--vol-teal) !important;
    outline: none;
    box-shadow: 0 0 0 4px rgba(0, 147, 165, .1) !important;
}

.volunteer-form fieldset {
    min-width: 0;
    margin: 5px 0 0;
    padding: 24px;
    border: 1px solid #dfe8e8;
    border-radius: 20px;
    background: #f6f9f8;
}

.volunteer-form fieldset > p {
    margin: 0 0 17px;
}

.volunteer-calendar {
    padding: 18px;
    border: 1px solid #d9e4e5;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(1, 95, 133, .06);
}

.volunteer-calendar__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 15px;
}

.volunteer-calendar__month {
    color: var(--vol-navy);
    font-size: 14px;
    font-weight: 900;
    text-align: center;
}

.volunteer-calendar__nav {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid #dbe5ea;
    border-radius: 50%;
    background: #fff;
    color: var(--vol-navy);
    cursor: pointer;
    font: 700 24px/1 Georgia, serif;
    transition: background-color .2s ease, color .2s ease;
}

.volunteer-calendar__nav:hover:not(:disabled) {
    background: var(--vol-navy);
    color: white;
}

.volunteer-calendar__nav:disabled {
    opacity: .28;
    cursor: not-allowed;
}

.volunteer-calendar__week,
.volunteer-calendar__grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 6px;
}

.volunteer-calendar__week span {
    padding: 4px 0;
    color: #92a3a9;
    font-size: 9px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.volunteer-calendar__day {
    position: relative;
    display: flex;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 11px;
    font: 800 11px/1 inherit;
}

button.volunteer-calendar__day {
    cursor: pointer;
}

.volunteer-calendar__day.is-available {
    background: #e5f6ef;
    color: #147158;
}

.volunteer-calendar__day.is-available:hover {
    background: #ccefe2;
    box-shadow: inset 0 0 0 2px #27a986;
}

.volunteer-calendar__day.is-unavailable {
    background: #edf1f2;
    color: #aebcc1;
    text-decoration: line-through;
    cursor: not-allowed;
}

.volunteer-calendar__day.is-range {
    border-radius: 5px;
    background: #d8f1f2;
    color: var(--vol-navy);
}

.volunteer-calendar__day.is-start,
.volunteer-calendar__day.is-end {
    border-radius: 11px;
    background: var(--vol-teal);
    box-shadow: 0 5px 14px rgba(0, 147, 165, .3);
    color: white;
}

.volunteer-calendar__legend {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 14px;
    color: #667d86;
    font-size: 9px;
    font-weight: 700;
}

.volunteer-calendar__legend span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.volunteer-calendar__dot {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 3px;
}

.volunteer-date-status {
    border: 1px solid #e0e7e9;
    border-radius: 12px;
    background: #fff;
    color: #566d76;
    font-size: 11px;
    line-height: 1.55;
    padding: 12px 14px;
}

.volunteer-date-status.is-ok {
    border-color: #b7e6d5;
    background: #e8f8f2;
    color: #08775f;
}

.volunteer-date-status.is-error {
    border-color: #f3c4bf;
    background: #fff0ee;
    color: #a43b32;
}

.volunteer-form-alert {
    margin-bottom: 24px;
    padding: 14px 16px;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.55;
}

.volunteer-form-alert.is-success {
    border: 1px solid #b7e6d5;
    background: #e8f8f2;
    color: #08775f;
}

.volunteer-form-alert.is-error {
    border: 1px solid #f3c4bf;
    background: #fff0ee;
    color: #a43b32;
}

.volunteer-form > button {
    min-height: 60px;
    margin-top: 2px;
    border: 0;
    border-radius: 999px;
    background: var(--vol-teal);
    box-shadow: 0 13px 28px rgba(0, 147, 165, .22);
    cursor: pointer;
    font-size: 12px;
    letter-spacing: .12em;
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.volunteer-form__ack {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px 17px;
    border: 1px solid #dfe8e8;
    border-radius: 13px;
    background: #f6f9f8;
    color: #607680 !important;
    cursor: pointer;
    font-size: 10px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 1.65;
    text-transform: none !important;
}

.volunteer-form > button:hover {
    background: var(--vol-navy);
    box-shadow: 0 16px 32px rgba(1, 95, 133, .25);
    transform: translateY(-2px);
}

.volunteer-form__privacy {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    margin: -5px auto 0;
    color: #7c8e94;
    font-size: 9px;
    line-height: 1.55;
    text-align: center;
}

.volunteer-form__privacy > span {
    margin-top: 4px;
    color: var(--vol-teal);
    font-size: 6px;
}

@media (max-width: 1024px) {
    .volunteer-hero__inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 38px;
    }

    .volunteer-hero__copy {
        width: min(760px, 90%);
    }

    .volunteer-hero__facts {
        grid-template-columns: repeat(3, 1fr);
        width: min(650px, 100%);
    }

    .volunteer-hero__facts div {
        grid-template-columns: 46px 1fr;
        padding: 17px;
    }

    .volunteer-hero__facts div + div {
        border-top: 0;
        border-left: 1px solid rgba(255, 255, 255, .18);
    }

    .volunteer-intro__grid,
    .volunteer-application__layout {
        gap: 54px;
    }

    .volunteer-role-card {
        min-height: 450px;
        padding: 27px;
    }

    .volunteer-role-card button {
        left: 27px;
    }

    .volunteer-exchange__content {
        padding-left: 54px;
    }

    .volunteer-exchange__columns {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .volunteer-process__steps {
        grid-template-columns: 1fr 1fr;
        gap: 40px 0;
    }

    .volunteer-process__steps li:nth-child(3) {
        padding-left: 0;
        border-left: 0;
    }

    .volunteer-form-card {
        padding: 34px;
    }
}

@media (max-width: 820px) {
    .volunteer-shell {
        width: min(100% - 32px, 680px);
    }

    .volunteer-hero {
        min-height: 850px;
    }

    .volunteer-hero__media img {
        object-position: 63% center;
    }

    .volunteer-hero__wash {
        background:
            linear-gradient(0deg, rgba(10, 31, 46, .98) 0%, rgba(10, 31, 46, .82) 55%, rgba(10, 31, 46, .34) 100%);
    }

    .volunteer-hero__inner {
        padding-top: 180px;
        padding-bottom: 112px;
    }

    .volunteer-hero__copy {
        width: 100%;
    }

    .volunteer-hero__actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .volunteer-hero__place {
        display: none;
    }

    .volunteer-intro__grid,
    .volunteer-section-head,
    .volunteer-role-grid,
    .volunteer-exchange__layout,
    .volunteer-application__layout {
        grid-template-columns: 1fr;
    }

    .volunteer-intro__grid,
    .volunteer-section-head {
        gap: 38px;
    }

    .volunteer-role-grid {
        gap: 18px;
    }

    .volunteer-role-card {
        min-height: 360px;
    }

    .volunteer-role-card__icon {
        margin-bottom: 36px;
    }

    .volunteer-exchange__layout {
        padding-bottom: 82px;
    }

    .volunteer-exchange__visual {
        min-height: 580px;
        margin-bottom: 0;
    }

    .volunteer-exchange__content {
        padding: 72px 0 0;
    }

    .volunteer-exchange__columns {
        grid-template-columns: 1fr 1fr;
    }

    .volunteer-application__guide {
        position: static;
    }

    .volunteer-application__image {
        display: none;
    }
}

@media (max-width: 600px) {
    .volunteer-shell {
        width: min(100% - 24px, 520px);
    }

    .volunteer-hero {
        min-height: 790px;
    }

    .volunteer-hero::after {
        height: 38px;
    }

    .volunteer-hero__inner {
        gap: 28px;
        padding-top: 150px;
        padding-bottom: 80px;
    }

    .volunteer-hero h1 {
        font-size: clamp(45px, 14vw, 67px);
    }

    .volunteer-script {
        font-size: 24px;
    }

    .volunteer-hero__copy > p {
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.65;
    }

    .volunteer-hero__cta {
        min-height: 53px;
        padding: 0 21px;
        font-size: 10px;
    }

    .volunteer-hero__facts {
        grid-template-columns: 1fr;
        width: 100%;
        border-radius: 18px;
    }

    .volunteer-hero__facts div {
        grid-template-columns: 45px 1fr;
        padding: 13px 18px;
    }

    .volunteer-hero__facts div + div {
        border-top: 1px solid rgba(255, 255, 255, .18);
        border-left: 0;
    }

    .volunteer-hero__facts strong {
        font-size: 25px;
    }

    .volunteer-intro,
    .volunteer-roles,
    .volunteer-process,
    .volunteer-application {
        padding-top: 82px;
        padding-bottom: 88px;
    }

    .volunteer-intro h2,
    .volunteer-section-head h2,
    .volunteer-exchange h2,
    .volunteer-application__guide h2 {
        font-size: 38px;
    }

    .volunteer-section-head {
        margin-bottom: 34px;
    }

    .volunteer-role-card {
        min-height: 385px;
    }

    .volunteer-exchange__layout {
        width: 100%;
        padding-bottom: 72px;
    }

    .volunteer-exchange__visual {
        min-height: 460px;
        margin: 0;
        border-radius: 0;
    }

    .volunteer-exchange__content {
        width: min(100% - 24px, 520px);
        margin-inline: auto;
        padding-top: 68px;
    }

    .volunteer-exchange__columns {
        grid-template-columns: 1fr;
    }

    .volunteer-process__steps {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .volunteer-process__steps li,
    .volunteer-process__steps li:first-child,
    .volunteer-process__steps li:last-child {
        padding: 24px 0;
        border-left: 0;
    }

    .volunteer-process__steps li + li {
        border-top: 1px solid rgba(1, 95, 133, .16);
    }

    .volunteer-application__layout {
        gap: 42px;
    }

    .volunteer-form-card {
        margin-inline: -4px;
        padding: 27px 18px;
        border-radius: 23px;
    }

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

    .volunteer-form > fieldset,
    .volunteer-form > div:nth-of-type(5),
    .volunteer-form__ack,
    .volunteer-form > button,
    .volunteer-form__privacy {
        grid-column: auto;
    }

    .volunteer-form fieldset {
        padding: 16px 12px;
    }

    .volunteer-calendar {
        padding: 12px 8px;
    }

    .volunteer-calendar__week,
    .volunteer-calendar__grid {
        gap: 4px;
    }

    .volunteer-calendar__day {
        border-radius: 8px;
        font-size: 10px;
    }
}

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