@font-face {
    font-family: "KHH Roboto Condensed";
    src: url("../fonts/roboto-condensed-600.woff2") format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "KHH Roboto Condensed";
    src: url("../fonts/roboto-condensed-700.woff2") format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 700;
}

body.khh-highway-heroes-page {
    overflow-x: hidden;
}

body.khh-highway-heroes-page #main-content {
    padding: 0;
    background: #ffffff;
}

body.khh-highway-heroes-page #main-content > .container {
    width: 100%;
    max-width: none;
    padding: 0;
}

body.khh-highway-heroes-page #main-content .container::before,
body.khh-highway-heroes-page #sidebar,
body.khh-highway-heroes-page #main-footer,
body.khh-highway-heroes-page footer.et-l--footer,
body.khh-highway-heroes-page .et-l--footer {
    display: none !important;
}

body.khh-highway-heroes-page #left-area,
body.khh-highway-heroes-page #content-area {
    width: 100% !important;
    padding: 0 !important;
}

body.khh-highway-heroes-page #main-content .et_post_meta_wrapper,
body.khh-highway-heroes-page #main-content h1.entry-title,
body.khh-highway-heroes-page #main-content h1.main_title {
    display: none !important;
}

body.khh-highway-heroes-page #main-content article.page,
body.khh-highway-heroes-page #main-content .entry-content {
    margin: 0 !important;
    padding: 0 !important;
}

.khh-landing,
.khh-landing * {
    box-sizing: border-box;
}

.khh-landing {
    --khh-amount-card-height: 104px;
    --khh-amount-hover-green: #8cb836;
    --khh-custom-amount-input-row: 62px;
    --khh-custom-amount-content-height: calc(var(--khh-amount-card-height) + var(--khh-custom-amount-input-row));
    --khh-custom-amount-expanded-height: calc(var(--khh-custom-amount-content-height) + 2px);
    position: relative;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    background: #ffffff;
    color: #071b5b;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    -webkit-font-smoothing: antialiased;
}

.khh-landing button,
.khh-landing input,
.khh-landing select,
.khh-landing textarea {
    font: inherit;
}

.khh-landing button,
.khh-landing a {
    -webkit-tap-highlight-color: transparent;
}

.khh-landing a {
    color: inherit;
}

.khh-landing img {
    display: block;
    max-width: 100%;
}

.khh-shell {
    width: min(calc(100% - 64px), 1160px);
    margin-right: auto;
    margin-left: auto;
}

.khh-hero {
    padding: 36px 0 74px;
    background: #ffffff;
}

.khh-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
    align-items: center;
    gap: clamp(36px, 6vw, 96px);
}

.khh-hero-copy h1,
.khh-section-intro h2,
.khh-share-copy h2,
.khh-footer h2 {
    margin: 0;
    color: #071b5b;
    font-family: "KHH Roboto Condensed", "Arial Narrow", sans-serif;
    font-weight: 700;
    letter-spacing: -0.025em;
}

.khh-hero-copy h1 {
    max-width: 560px;
    font-size: clamp(58px, 5.8vw, 78px);
    line-height: 0.98;
}

.khh-hero-copy > p {
    max-width: 540px;
    margin: 30px 0 28px;
    color: #071b5b;
    font-size: clamp(17px, 1.45vw, 21px);
    font-weight: 500;
    line-height: 1.65;
}

.khh-button {
    min-height: 60px;
    padding: 0 32px;
    border: 0;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.khh-button-primary {
    min-width: 355px;
    background: #ff5a0a;
    box-shadow: 0 13px 30px rgba(255, 90, 10, 0.22);
    color: #ffffff;
    font-size: 19px;
}

.khh-button-primary:hover,
.khh-button-primary:focus-visible {
    background: #e84900;
    color: #ffffff;
    transform: translateY(-1px);
}

.khh-button i {
    font-size: 24px;
}

.khh-secure-line,
.khh-payfast-prompt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #263a6b;
}

.khh-secure-line {
    justify-content: flex-start;
    margin-top: 24px;
    font-size: 14px;
    font-weight: 500;
}

.khh-secure-line i,
.khh-payfast-prompt i {
    font-size: 19px;
}

.khh-hero-art {
    display: grid;
    place-items: center;
}

.khh-hero-art img {
    width: min(100%, 610px);
    height: auto;
    filter: drop-shadow(0 16px 20px rgba(7, 27, 91, 0.12));
}

.khh-trust-strip {
    padding: 0 0 52px;
    background: #ffffff;
}

.khh-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #e7e9ee;
    border-bottom: 1px solid #e7e9ee;
}

.khh-trust-item {
    min-height: 164px;
    padding: 30px 34px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.khh-trust-item + .khh-trust-item {
    border-left: 1px solid #d9dde6;
}

.khh-trust-icon,
.khh-benefit-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #075ca5;
    color: #ffffff;
}

.khh-trust-icon {
    width: 62px;
    height: 62px;
}

.khh-trust-icon i {
    font-size: 34px;
}

.khh-trust-item h2 {
    margin: 0 0 8px;
    color: #071b5b;
    font-family: "KHH Roboto Condensed", "Arial Narrow", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
}

.khh-trust-item p {
    margin: 0;
    color: #1f356a;
    font-size: 14px;
    line-height: 1.7;
}

.khh-benefits {
    padding: 0 0 78px;
    background: #ffffff;
}

.khh-section-intro {
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
}

.khh-section-intro h2,
.khh-share-copy h2 {
    font-size: clamp(38px, 3.5vw, 52px);
    line-height: 1.05;
}

.khh-section-intro p {
    margin: 16px auto 0;
    color: #253a6d;
    font-size: 17px;
    line-height: 1.7;
}

.khh-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.khh-benefit {
    padding: 0 28px;
    text-align: center;
}

.khh-benefit + .khh-benefit {
    border-left: 1px solid #d9dde6;
}

.khh-benefit-icon {
    width: 88px;
    height: 88px;
    margin: 0 auto 18px;
}

.khh-benefit-icon i {
    color: #ff5a0a;
    font-size: 47px;
}

.khh-benefit:nth-child(2) .khh-benefit-icon {
    position: relative;
}

.khh-benefit:nth-child(2) .khh-benefit-icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ff5a0a;
    content: "\e648";
    font-family: "Phosphor" !important;
    font-size: 16px;
    line-height: 1;
    transform: translate(-50%, -50%);
}

.khh-benefit h3 {
    margin: 0 0 12px;
    color: #071b5b;
    font-family: "KHH Roboto Condensed", "Arial Narrow", sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.15;
}

.khh-benefit p {
    margin: 0;
    color: #1f356a;
    font-size: 14px;
    line-height: 1.75;
}

.khh-join {
    scroll-margin-top: 24px;
    padding: 54px 0 40px;
    background: #edf7ff;
}

.khh-form-shell {
    width: min(calc(100% - 64px), 920px);
}

.khh-join-intro {
    margin-bottom: 28px;
}

.khh-join-intro h2 {
    font-size: clamp(42px, 4.2vw, 58px);
}

.khh-charitable-form {
    width: 100%;
    color: #071b5b;
}

.khh-charitable-form .charitable-donation-form,
.khh-charitable-form form {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    color: #071b5b !important;
}

.khh-charitable-form .charitable-form-field {
    margin-bottom: 14px !important;
}

.khh-charitable-form .khh-form-section {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.khh-charitable-form .khh-form-heading,
.khh-charitable-form .khh-default-payment-copy {
    display: none !important;
}

.khh-charitable-form .khh-field-first-name,
.khh-charitable-form .khh-field-last-name {
    width: calc(50% - 9px) !important;
    max-width: none !important;
}

.khh-charitable-form .khh-field-first-name {
    float: left !important;
    clear: left !important;
}

.khh-charitable-form .khh-field-last-name {
    float: right !important;
    clear: none !important;
}

.khh-charitable-form .khh-field-email {
    width: 100% !important;
    max-width: none !important;
    clear: both !important;
}

/*
 * Charitable Pro 1.8.17.2 renders the fixed R200 option and the custom option
 * as two sibling <ul> elements. Keep the native controls in place: the shared
 * parent owns the layout, each <ul> is neutral, and its single <li> is the card.
 */
body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice-grid {
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    gap: 16px !important;
    clear: both !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
}

body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice-grid > .khh-amount-choice {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: var(--khh-amount-card-height) !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    float: none !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    list-style: none !important;
}

body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice > .donation-amount,
body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice > .charitable-donation-amount {
    width: 100% !important;
    min-height: var(--khh-amount-card-height) !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    float: none !important;
    overflow: hidden !important;
    border: 1px solid #c8ceda !important;
    border-radius: 9px !important;
    outline: 0 !important;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: none !important;
    color: #071b5b !important;
}

body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice-selected > .donation-amount,
body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice-selected > .charitable-donation-amount {
    border-color: #1d5ec9 !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 1px #1d5ec9 !important;
}

body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice:hover > .donation-amount,
body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice:hover > .charitable-donation-amount {
    border-color: #1d5ec9 !important;
    background: #ffffff !important;
}

/*
 * R200 has no expanded input row, so its outer card and label can share the
 * same hover/selected paint. Painting both layers prevents a theme background
 * from showing through at the rounded edges.
 */
body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice:not(.khh-amount-choice-custom).khh-amount-choice-selected > .donation-amount,
body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice:not(.khh-amount-choice-custom).khh-amount-choice-selected > .charitable-donation-amount,
body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice:not(.khh-amount-choice-custom):hover > .donation-amount,
body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice:not(.khh-amount-choice-custom):hover > .charitable-donation-amount,
body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice:not(.khh-amount-choice-custom):focus-within > .donation-amount,
body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice:not(.khh-amount-choice-custom):focus-within > .charitable-donation-amount {
    background: var(--khh-amount-hover-green) !important;
    background-color: var(--khh-amount-hover-green) !important;
}

body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice .custom-donation-amount-wrapper,
body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice .custom-donation-amount-wrapper:hover,
body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice .custom-donation-amount-wrapper:focus-within {
    width: 100% !important;
    min-height: 0 !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice .khh-amount-label {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 16px 20px !important;
    display: grid !important;
    grid-template-columns: 22px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    align-content: center !important;
    align-items: start !important;
    column-gap: 14px !important;
    row-gap: 2px !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #071b5b !important;
    -webkit-text-fill-color: #071b5b !important;
    text-align: left !important;
    white-space: normal !important;
    cursor: pointer !important;
}

body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice .khh-amount-label:hover,
body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice .khh-amount-label:focus,
body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice .khh-amount-label:focus-within {
    background: transparent !important;
}

/*
 * The label is the amount button surface. Colour this surface—not the outer
 * Charitable branch—so an expanded Custom Amount input always stays white.
 */
body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice-selected .khh-amount-label,
body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice:hover .khh-amount-label,
body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice .khh-amount-label:focus-visible,
body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice .khh-amount-label:focus-within {
    background: var(--khh-amount-hover-green) !important;
    background-color: var(--khh-amount-hover-green) !important;
}

body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice .khh-amount-label input[type="radio"] {
    position: static !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    margin: 2px 0 0 !important;
    padding: 0 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    -webkit-appearance: radio !important;
    appearance: auto !important;
    accent-color: #1d5ec9 !important;
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    align-self: start !important;
}

body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice .khh-amount-label .amount,
body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice .khh-amount-label .description,
body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice .khh-amount-label .khh-amount-helper {
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    color: #071b5b !important;
    -webkit-text-fill-color: #071b5b !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    grid-column: 2 !important;
}

body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice .khh-amount-label .amount {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    grid-row: 1 !important;
}

body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice .khh-amount-label .description,
body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice .khh-amount-label .khh-amount-helper {
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    grid-row: 2 !important;
}

body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice-custom .khh-amount-label .description {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    grid-row: 1 !important;
}

/*
 * The live Charitable custom option nests the label and input inside one
 * wrapper. Give the expanded branch an explicit two-row height so the input
 * cannot consume or clip any part of the 104 px button.
 */
body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice-custom.khh-amount-choice-selected,
body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice-custom.khh-amount-choice-selected > .donation-amount,
body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice-custom.khh-amount-choice-selected > .charitable-donation-amount {
    min-height: var(--khh-custom-amount-expanded-height) !important;
    height: var(--khh-custom-amount-expanded-height) !important;
    max-height: none !important;
}

body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice-custom.khh-amount-choice-selected .custom-donation-amount-wrapper {
    min-height: var(--khh-custom-amount-content-height) !important;
    height: var(--khh-custom-amount-content-height) !important;
    max-height: none !important;
}

body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice-custom.khh-amount-choice-selected > .donation-amount,
body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice-custom.khh-amount-choice-selected > .charitable-donation-amount,
body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice-custom.khh-amount-choice-selected .custom-donation-amount-wrapper {
    background: #ffffff !important;
}

body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice-custom.khh-amount-choice-selected > .donation-amount,
body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice-custom.khh-amount-choice-selected > .charitable-donation-amount {
    overflow: hidden !important;
}

body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice-custom.khh-amount-choice-selected .custom-donation-amount-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    overflow: visible !important;
}

body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice-custom.khh-amount-choice-selected .khh-amount-label {
    min-height: var(--khh-amount-card-height) !important;
    height: var(--khh-amount-card-height) !important;
    flex: 0 0 var(--khh-amount-card-height) !important;
    overflow: visible !important;
    border-radius: 8px 8px 0 0 !important;
    background: var(--khh-amount-hover-green) !important;
    background-color: var(--khh-amount-hover-green) !important;
}

body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice-custom.khh-amount-choice-selected .khh-amount-label .description,
body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice-custom.khh-amount-choice-selected .khh-amount-label .khh-amount-helper {
    position: static !important;
    max-width: 100% !important;
    max-height: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    clip: auto !important;
    transform: none !important;
}

body.khh-highway-heroes-page .khh-charitable-form .khh-custom-amount-input,
body.khh-highway-heroes-page .khh-charitable-form input[name="custom_donation_amount"],
body.khh-highway-heroes-page .khh-charitable-form input[name="custom_amount"] {
    display: none !important;
    background: #ffffff !important;
}

body.khh-highway-heroes-page .khh-charitable-form.khh-custom-amount-active .khh-amount-choice-custom .khh-custom-amount-input,
body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice-custom.khh-amount-choice-selected .khh-custom-amount-input {
    width: calc(100% - 40px) !important;
    max-width: none !important;
    min-height: 46px !important;
    margin: 0 20px 16px !important;
    padding: 10px 12px !important;
    display: block !important;
    border: 1px solid #aeb8c9 !important;
    border-radius: 7px !important;
    background: #ffffff !important;
    color: #14285d !important;
    -webkit-text-fill-color: #14285d !important;
    font-size: 16px !important;
}

.khh-charitable-form label {
    color: #192f62 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

.khh-charitable-form input[type="text"],
.khh-charitable-form input[type="email"],
.khh-charitable-form input[type="tel"],
.khh-charitable-form input[type="number"],
.khh-charitable-form select,
.khh-charitable-form textarea {
    width: 100% !important;
    min-height: 46px !important;
    padding: 8px 12px !important;
    border: 1px solid #c6ccd7 !important;
    border-radius: 7px !important;
    background: #ffffff !important;
    box-shadow: inset 0 1px 2px rgba(7, 27, 91, 0.04) !important;
    color: #14285d !important;
    -webkit-text-fill-color: #14285d !important;
}

.khh-charitable-form .khh-default-payment-copy,
.khh-charitable-form .khh-minimum-notice {
    display: none !important;
}

.khh-charitable-form .khh-privacy-copy {
    margin: 14px 0 !important;
    color: #263a6b !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
}

.khh-charitable-form .khh-fee-relief-field {
    margin: 10px 0 12px !important;
}

.khh-charitable-form .khh-total-donation {
    margin: 8px 0 10px !important;
    color: #071b5b !important;
    font-size: 17px !important;
    font-weight: 700 !important;
}

.khh-charitable-form input[type="checkbox"],
.khh-charitable-form input[type="radio"] {
    accent-color: #1d5ec9;
}

.khh-charitable-form input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
    margin: 1px 10px 0 0 !important;
}

.khh-charitable-form .charitable-form-field-checkbox,
.khh-charitable-form .charitable-terms-and-conditions {
    color: #263a6b !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
}

.khh-charitable-form a {
    color: #0a57b5 !important;
    font-weight: 600;
}

.khh-charitable-form .charitable-recurring-donation-notice,
.khh-charitable-form .charitable-donation-form-recurring,
.khh-charitable-form .recurring-donation-notice {
    margin: 20px 0 24px !important;
    color: #263a6b !important;
    text-align: center !important;
    font-size: 13px !important;
}

.khh-payfast-prompt {
    margin: 0 0 14px;
    text-align: center;
    font-size: 12px;
}

body.khh-highway-heroes-page .khh-charitable-form .charitable-submit-field,
body.khh-highway-heroes-page .khh-charitable-form .charitable-form-field.charitable-submit-field {
    margin: 0 0 18px !important;
    text-align: center !important;
}

body.khh-highway-heroes-page .khh-charitable-form .charitable-submit-field .charitable-button,
body.khh-highway-heroes-page .khh-charitable-form .charitable-submit-field button,
body.khh-highway-heroes-page .khh-charitable-form .charitable-submit-field input[type="submit"],
body.khh-highway-heroes-page .khh-charitable-form button.charitable-button,
body.khh-highway-heroes-page .khh-charitable-form input.charitable-button[type="submit"] {
    width: 100% !important;
    min-height: 63px !important;
    max-height: none !important;
    margin: 0 auto !important;
    padding: 12px 24px !important;
    border: 0 !important;
    border-radius: 8px !important;
    display: inline-flex !important;
    float: none !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ff5a0a !important;
    box-shadow: 0 13px 30px rgba(255, 90, 10, 0.2) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    text-align: center !important;
}

body.khh-highway-heroes-page .khh-charitable-form .charitable-submit-field .charitable-button:hover,
body.khh-highway-heroes-page .khh-charitable-form .charitable-submit-field button:hover,
body.khh-highway-heroes-page .khh-charitable-form .charitable-submit-field input[type="submit"]:hover {
    background: #e84900 !important;
}

.khh-membership-note {
    margin: 16px 0 0;
    color: #35466e;
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
}

.khh-form-unavailable {
    padding: 22px;
    border: 1px solid #e4a96f;
    border-radius: 8px;
    background: #fffaf5;
    color: #6e330a;
    text-align: center;
}

.khh-progress {
    width: min(calc(100% - 64px), 920px);
    margin: 32px auto;
    color: #071b5b;
    text-align: center;
}

.khh-progress-track {
    height: 12px;
    margin-top: 12px;
    overflow: hidden;
    border-radius: 999px;
    background: #d7e4f1;
}

.khh-progress-track span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #ff5a0a;
}

.khh-share {
    background: #ffffff;
}

.khh-share-grid {
    min-height: 275px;
    display: grid;
    grid-template-columns: 0.96fr 1.04fr;
    align-items: center;
    gap: 38px;
}

.khh-supporter-visual {
    position: relative;
    min-height: 275px;
    align-self: stretch;
    overflow: hidden;
}

.khh-supporter-animals {
    position: absolute;
    inset: auto 0 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
}

.khh-supporter-logo {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 50%;
    width: 248px;
    height: auto;
    transform: translateX(-50%);
    filter: drop-shadow(0 8px 12px rgba(7, 27, 91, 0.18));
}

.khh-share-copy {
    padding: 38px 0;
}

.khh-share-copy h2 {
    max-width: 620px;
    font-size: clamp(38px, 3.4vw, 50px);
}

.khh-share-copy > p {
    margin: 16px 0 24px;
    color: #23396b;
    font-size: 16px;
    line-height: 1.55;
}

.khh-share-buttons {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
}

.khh-share-button {
    min-height: 46px;
    padding: 0 18px;
    border: 0;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    box-shadow: 0 7px 14px rgba(7, 27, 91, 0.12);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}

.khh-share-button i {
    font-size: 21px;
}

.khh-share-button:hover,
.khh-share-button:focus-visible {
    filter: brightness(0.94);
    color: #ffffff;
}

.khh-whatsapp {
    background: #128c4a;
}

.khh-facebook {
    background: #3158a5;
}

.khh-native {
    background: #2776d1;
}

.khh-copy {
    border: 1px solid #ccd2dc;
    background: #f4f6f9;
    box-shadow: none;
    color: #14285d;
}

.khh-copy:hover,
.khh-copy:focus-visible {
    color: #14285d;
}

.khh-share-status {
    min-height: 20px;
    margin: 10px 0 0;
    color: #274c84;
    font-size: 12px;
    font-weight: 600;
}

.khh-footer {
    padding: 34px 0 14px;
    display: block !important;
    background: #061e5f;
    color: #ffffff;
}

.khh-footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.8fr 1.05fr;
    gap: 0;
}

.khh-footer-grid > section {
    min-height: 160px;
    padding: 0 48px;
}

.khh-footer-grid > section:first-child {
    padding-left: 0;
}

.khh-footer-grid > section + section {
    border-left: 1px solid rgba(255, 255, 255, 0.45);
}

.khh-footer-brand {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.khh-footer-brand img {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.khh-footer-brand strong {
    color: #ffffff;
    font-size: 15px;
}

.khh-footer-contact address {
    display: grid;
    gap: 5px;
    font-style: normal;
}

.khh-footer-contact address span,
.khh-footer-contact address a {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.5;
    text-decoration: none;
}

.khh-footer-contact address i {
    flex: 0 0 auto;
    margin-top: 1px;
    font-size: 15px;
}

.khh-footer-contact address .khh-emergency {
    color: #ff7b38;
    font-weight: 700;
}

.khh-footer h2 {
    margin: 4px 0 18px;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.khh-footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.khh-footer-links a {
    min-width: 165px;
    margin-bottom: 9px;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
}

.khh-footer-links a:hover,
.khh-footer-contact a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.khh-footer-payments img {
    width: 275px;
    max-height: 100px;
    object-fit: contain;
    object-position: left center;
}

.khh-copyright {
    width: min(calc(100% - 64px), 1160px);
    margin: 12px auto 0;
    color: rgba(255, 255, 255, 0.72);
    text-align: center;
    font-size: 11px;
}

.khh-landing button:focus-visible,
.khh-landing a:focus-visible,
.khh-landing input:focus-visible,
.khh-landing select:focus-visible,
.khh-landing textarea:focus-visible {
    outline: 3px solid #60a8ed !important;
    outline-offset: 3px !important;
}

@media (prefers-reduced-motion: reduce) {
    .khh-landing *,
    .khh-landing *::before,
    .khh-landing *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

@media (max-width: 1100px) {
    .khh-hero-grid {
        grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
        gap: 30px;
    }

    .khh-trust-item {
        padding-right: 22px;
        padding-left: 22px;
        gap: 16px;
    }

    .khh-benefit {
        padding-right: 18px;
        padding-left: 18px;
    }

    .khh-footer-grid > section {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (max-width: 900px) {
    .khh-hero {
        padding-top: 25px;
    }

    .khh-hero-grid {
        grid-template-columns: 1fr 0.95fr;
    }

    .khh-hero-copy h1 {
        font-size: clamp(50px, 7.6vw, 68px);
    }

    .khh-button-primary {
        min-width: 0;
        width: 100%;
    }

    .khh-trust-grid {
        grid-template-columns: 1fr;
    }

    .khh-trust-item {
        min-height: 112px;
    }

    .khh-trust-item + .khh-trust-item {
        border-top: 1px solid #d9dde6;
        border-left: 0;
    }

    .khh-benefit-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px 0;
    }

    .khh-benefit:nth-child(3) {
        border-left: 0;
    }

    .khh-share-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .khh-supporter-visual {
        min-height: 350px;
    }

    .khh-share-copy {
        padding: 36px 0 50px;
        text-align: center;
    }

    .khh-share-copy h2 {
        margin-right: auto;
        margin-left: auto;
    }

    .khh-share-buttons {
        justify-content: center;
    }

    .khh-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px 0;
    }

    .khh-footer-payments {
        grid-column: 1 / -1;
        padding-left: 0 !important;
        border-left: 0 !important;
    }
}

@media (min-width: 901px) {
    .khh-share-copy h2 {
        max-width: none;
        font-size: clamp(34px, 2.9vw, 43px);
        white-space: nowrap;
    }

    .khh-share-buttons {
        gap: 8px;
    }

    .khh-share-button {
        min-width: 0;
        padding-right: 14px;
        padding-left: 14px;
        white-space: nowrap;
    }
}

@media (max-width: 680px) {
    .khh-shell,
    .khh-form-shell,
    .khh-copyright {
        width: min(calc(100% - 36px), 1160px);
    }

    .khh-hero {
        padding: 17px 0 28px;
    }

    .khh-hero-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .khh-hero-copy {
        text-align: center;
    }

    .khh-hero-copy h1 {
        font-size: clamp(50px, 16vw, 68px);
        line-height: 0.98;
    }

    .khh-hero-copy > p {
        margin: 22px auto 24px;
        font-size: 16px;
        line-height: 1.6;
    }

    .khh-button-primary {
        min-height: 58px;
        padding-right: 20px;
        padding-left: 20px;
        font-size: 17px;
    }

    .khh-secure-line {
        justify-content: center;
        margin-top: 18px;
        font-size: 12px;
    }

    .khh-hero-art {
        order: -1;
    }

    .khh-hero-art img {
        width: min(100%, 430px);
    }

    .khh-trust-strip {
        padding-bottom: 46px;
    }

    .khh-trust-item {
        padding: 22px 12px;
    }

    .khh-trust-icon {
        width: 56px;
        height: 56px;
    }

    .khh-trust-item h2 {
        font-size: 19px;
    }

    .khh-benefits {
        padding-bottom: 58px;
    }

    .khh-section-intro {
        margin-bottom: 34px;
    }

    .khh-section-intro h2,
    .khh-share-copy h2 {
        font-size: 39px;
    }

    .khh-section-intro p {
        font-size: 15px;
    }

    .khh-benefit-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .khh-benefit {
        padding: 26px 8px;
    }

    .khh-benefit + .khh-benefit {
        border-top: 1px solid #d9dde6;
        border-left: 0;
    }

    .khh-benefit-icon {
        width: 78px;
        height: 78px;
    }

    .khh-benefit p {
        max-width: 310px;
        margin-right: auto;
        margin-left: auto;
    }

    .khh-join {
        padding-top: 44px;
    }

    body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .khh-charitable-form .khh-field-first-name,
    .khh-charitable-form .khh-field-last-name,
    .khh-charitable-form .khh-field-email {
        width: 100% !important;
        float: none !important;
        clear: both !important;
    }

    body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice > .donation-amount,
    body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice > .charitable-donation-amount {
        min-height: var(--khh-amount-card-height) !important;
    }

    body.khh-highway-heroes-page .khh-charitable-form .khh-amount-choice .khh-amount-label {
        min-height: 0 !important;
        height: 100% !important;
        padding: 18px !important;
    }

    .khh-charitable-form .charitable-form-field-checkbox,
    .khh-charitable-form .charitable-terms-and-conditions {
        font-size: 13px !important;
        line-height: 1.55 !important;
    }

    .khh-charitable-form label {
        font-size: 13px !important;
    }

    .khh-charitable-form .khh-privacy-copy {
        font-size: 13px !important;
        line-height: 1.5 !important;
    }

    .khh-payfast-prompt {
        align-items: flex-start;
        font-size: 11px;
    }

    body.khh-highway-heroes-page .khh-charitable-form .charitable-submit-field .charitable-button,
    body.khh-highway-heroes-page .khh-charitable-form .charitable-submit-field button,
    body.khh-highway-heroes-page .khh-charitable-form .charitable-submit-field input[type="submit"] {
        min-height: 60px !important;
        padding-right: 18px !important;
        padding-left: 18px !important;
        font-size: 17px !important;
    }

    .khh-supporter-visual {
        min-height: 265px;
    }

    .khh-supporter-logo {
        top: 54%;
        bottom: auto;
        width: 195px;
        transform: translate(-50%, -50%);
    }

    .khh-share-copy {
        padding-top: 28px;
    }

    .khh-share-copy > p {
        font-size: 14px;
    }

    .khh-share-buttons {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .khh-share-button {
        width: 100%;
        min-height: 48px;
    }

    .khh-footer {
        padding-top: 30px;
    }

    .khh-footer-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .khh-footer-grid > section,
    .khh-footer-grid > section:first-child {
        min-height: 0;
        padding: 0 0 26px;
        border-left: 0 !important;
    }

    .khh-footer-grid > section + section {
        padding-top: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }

    .khh-footer-grid > section,
    .khh-footer h2 {
        text-align: center;
    }

    .khh-footer-brand,
    .khh-footer-contact address span,
    .khh-footer-contact address a {
        justify-content: center;
    }

    .khh-footer-contact address {
        justify-items: center;
    }

    .khh-footer-links {
        align-items: center;
    }

    .khh-footer-links a {
        width: min(100%, 190px);
    }

    .khh-footer-payments {
        grid-column: auto;
    }

    .khh-footer-payments img {
        width: 245px;
        margin-right: auto;
        margin-left: auto;
        object-position: center;
    }

    .khh-copyright {
        margin-top: 0;
    }
}

/* Highway Heroes secure Payfast handoff */
body.khh-highway-heroes-processing #top-header,
body.khh-highway-heroes-processing #main-header,
body.khh-highway-heroes-processing #main-footer,
body.khh-highway-heroes-processing .et-l--header,
body.khh-highway-heroes-processing .et-l--footer,
body.khh-highway-heroes-processing .entry-title,
body.khh-highway-heroes-processing .et_post_meta_wrapper,
body.khh-highway-heroes-processing #sidebar {
    display: none !important;
}

body.khh-highway-heroes-processing #page-container {
    padding-top: 0 !important;
}

body.khh-highway-heroes-processing #main-content {
    min-height: 100vh;
    background: #f4f7f8;
}

body.khh-highway-heroes-processing #main-content .container {
    width: min(90%, 620px);
    max-width: 620px;
    padding: 48px 0 !important;
}

body.khh-highway-heroes-processing #main-content .container::before {
    display: none !important;
}

body.khh-highway-heroes-processing #left-area {
    float: none;
    width: 100%;
    padding: 0 !important;
}

.khh-processing-card {
    padding: 42px 32px;
    text-align: center;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 12px 38px rgba(0, 27, 64, 0.12);
}

.khh-processing-lock {
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #0081f6;
    color: #ffffff;
    font-size: 25px;
}

.khh-processing-card h1 {
    margin: 0 0 14px;
    color: #001b40;
    font-size: clamp(26px, 5vw, 36px);
    line-height: 1.2;
}

.khh-processing-card > p {
    max-width: 480px;
    margin: 0 auto;
    color: #405064;
    font-size: 16px;
    line-height: 1.65;
}

.khh-processing-spinner {
    width: 38px;
    height: 38px;
    margin: 26px auto;
    display: block;
    border: 4px solid #dce9f4;
    border-top-color: #0081f6;
    border-radius: 50%;
    animation: khh-processing-spin 0.8s linear infinite;
}

.khh-processing-card .khh-processing-fallback {
    color: #667586;
    font-size: 14px;
}

body.khh-highway-heroes-processing form {
    margin-top: 18px;
    text-align: center;
}

body.khh-highway-heroes-processing form input[type="submit"],
body.khh-highway-heroes-processing form button[type="submit"] {
    width: auto !important;
    min-width: 190px;
    padding: 12px 22px !important;
    border: 2px solid #001b40 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    color: #001b40 !important;
    -webkit-text-fill-color: #001b40 !important;
    font-size: 15px !important;
}

body.khh-highway-heroes-processing form input[type="submit"]:hover,
body.khh-highway-heroes-processing form input[type="submit"]:focus-visible,
body.khh-highway-heroes-processing form button[type="submit"]:hover,
body.khh-highway-heroes-processing form button[type="submit"]:focus-visible {
    background: #001b40 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

body.khh-highway-heroes-processing form input[type="submit"]:focus-visible,
body.khh-highway-heroes-processing form button[type="submit"]:focus-visible {
    outline: 3px solid #60a8ed !important;
    outline-offset: 3px !important;
}

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

@media (prefers-reduced-motion: reduce) {
    .khh-processing-spinner {
        animation: none;
        border-top-color: #dce9f4;
        background: #0081f6;
    }
}

@media (max-width: 600px) {
    body.khh-highway-heroes-processing #main-content .container {
        width: calc(100% - 32px);
        padding: 28px 0 !important;
    }

    .khh-processing-card {
        padding: 34px 22px;
        border-radius: 14px;
    }
}

/* Optical alignment of footer campaign logo */
@media (min-width: 981px) {
    .khh-share .khh-supporter-animals {
        position: relative;
        top: -40px;
    }
}