/* =========================================================
   Support Us Page CSS
   File name: support-us.css
========================================================= */

.footer {
    width: 100%;
}

.parent-vowel {
    display: grid;
    grid-template-columns: 1fr 8fr 1fr 300px;
    grid-template-rows: 1fr;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
}

.div1-vowel {
    grid-area: 1 / 1 / 2 / 2;
}

.div2-vowel {
    grid-area: 1 / 3 / 2 / 4;
}

.div3-vowel {
    grid-area: 1 / 2 / 2 / 3;
}

.sidebar {
    grid-area: 1 / 4 / 2 / 5;
}

.text {
    padding: 5px;
}

.text a {
    color: #1A73E8;
}

.text a:hover {
    text-decoration: underline;
}

.text b,
.text strong {
    font-weight: 700;
}

.text ul {
    list-style-type: disc;
    margin-left: 30px;
    padding-left: 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    width: 100%;
}

.parent-vowel p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
}

.parent-vowel p a {
    color: #1A73E8;
}

.parent-vowel h2,
.parent-vowel h3 {
    margin-bottom: 20px;
}

/* =========================================================
   Support Us Page
========================================================= */

.support-container {
    max-width: none;
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
}

.support-title {
    font-size: 32px;
    color: #333333;
    margin: 0;
    text-align: center;
    padding: 10px 0;
}

.support-intro {
    width: 100%;
    max-width: 760px;
    text-align: center;
    margin: 0 0 18px 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
}

/* Main donation card */
.support-card {
    width: 100%;
    max-width: 760px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    padding: 24px 22px;
    box-sizing: border-box;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 32px;
}

.support-card h2 {
    font-size: 26px;
    color: #333333;
    margin: 0 0 14px 0;
    text-align: center;
}

.support-card p {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 300;
    color: #333333;
    margin-bottom: 16px;
}

/* Minimal donation buttons */
.support-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 24px 0 16px 0;
    flex-wrap: wrap;
}

.support-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 82px;
    min-height: 44px;
    padding: 10px 16px;
    background-color: #ffffff;
    color: #1A73E8 !important;
    border: 1px solid #1A73E8;
    border-radius: 4px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.support-button:hover {
    background-color: #1A73E8;
    color: #ffffff !important;
    border-color: #1A73E8;
    text-decoration: none;
}

.support-note {
    font-size: 15px !important;
    line-height: 1.5 !important;
    color: #555555 !important;
    margin: 10px 0 0 0 !important;
    font-weight: 300 !important;
}

/* Email signup support card */
.support-email-card {
    width: 100%;
    max-width: 760px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    padding: 24px 22px;
    box-sizing: border-box;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 32px;
}

.support-email-card h2 {
    font-size: 25px;
    color: #333333;
    margin: 0 0 14px 0;
    text-align: center;
}

.support-email-card p {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 300;
    color: #333333;
    margin-bottom: 16px;
}

.support-email-form {
    width: 100%;
    max-width: 620px;
    margin: 22px auto 0 auto;
    display: flex;
    justify-content: center;
}

.support-email-input {
    display: inline-block;
    outline: none;
    border: 2px solid #f1f1f1;
    border-right: none;
    padding: 1.5rem;
    color: rgba(0, 0, 0, .6);
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    width: 100%;
    background: #ffffff;
    box-sizing: border-box;
}

.support-email-input:focus {
    border-color: #cccccc;
    border-right: none;
}

.support-email-button {
    display: inline-block;
    outline: none;
    border: 2px solid #f1f1f1;
    border-left: none;
    padding: 1.5rem;
    color: rgba(0, 0, 0, .6);
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    background: #f1f1f1;
    text-transform: uppercase;
    width: 13rem;
    cursor: pointer;
    box-sizing: border-box;
}

.support-email-button:hover {
    color: #333333;
    background: #e6e6e6;
}

.support-newsletter-status {
    margin-top: 12px;
    min-height: 1.6em;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
}

.support-newsletter-status.success {
    color: #1e7b1e;
}

.support-newsletter-status.error {
    color: #d52d2b;
}

.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

/* Content text section */
.support-container .text {
    width: 100%;
    max-width: 760px;
}

.support-container .text h2 {
    font-size: 25px;
    line-height: 1.35;
    color: #333333;
    margin-top: 26px;
    margin-bottom: 14px;
}

.support-container .text h3 {
    font-size: 21px;
    line-height: 1.35;
    color: #333333;
    margin-top: 22px;
    margin-bottom: 10px;
}

.support-container .text p {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 18px;
    color: #333333;
}

.support-container .text ul {
    list-style-type: disc;
    margin-left: 30px;
    padding-left: 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    color: #333333;
}

.support-container .text li {
    margin-bottom: 8px;
}

/* =========================================================
   Responsive Layout
========================================================= */

@media (min-width: 1200px) {
    .div3-vowel {
        max-width: 900px;
    }
}

@media (max-width: 1200px) {
    .parent-vowel {
        display: grid;
        grid-template-columns: 1fr 300px;
        grid-template-rows: 1fr;
        grid-column-gap: 2px;
        grid-row-gap: 2px;
    }

    .div1-vowel {
        display: none;
    }

    .div2-vowel {
        display: none;
    }

    .div3-vowel {
        grid-area: 1 / 1 / 2 / 2;
    }

    .sidebar {
        grid-area: 1 / 2 / 2 / 3;
    }
}

@media (max-width: 992px) {
    .parent-vowel {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 0;
    }

    .div3-vowel {
        grid-area: 1 / 1 / 2 / 2;
    }

    .sidebar {
        display: none;
    }
}

@media (max-width: 700px) {
    .support-card,
    .support-email-card {
        padding: 22px 18px;
    }

    .support-buttons {
        gap: 8px;
    }

    .support-button {
        min-width: 72px;
        padding: 10px 13px;
    }

    .support-email-form {
        max-width: 100%;
    }

    .support-email-button {
        width: 11.5rem;
    }
}

@media (max-width: 600px) {
    .support-container {
        padding: 15px;
    }

    .support-title {
        font-size: 30px;
    }

    .support-intro {
        font-size: 16px;
    }

    .support-card,
    .support-email-card {
        box-shadow: none !important;
    }

    .support-card h2,
    .support-email-card h2 {
        font-size: 23px;
    }

    .support-card p,
    .support-email-card p {
        font-size: 16px;
    }

    .support-buttons {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 6px;
    }

    .support-button {
        min-width: 0;
        width: 100%;
        min-height: 42px;
        padding: 9px 6px;
        font-size: 15px;
    }

    .support-email-form {
        display: flex;
        width: 100%;
    }

    .support-email-input {
        min-width: 0;
        padding: 1.3rem;
        font-size: 1.5rem;
    }

    .support-email-button {
        width: 10rem;
        padding: 1.3rem 1rem;
        font-size: 1.4rem;
    }

    .support-note {
        font-size: 14px !important;
    }

    .support-container .text h2 {
        font-size: 23px;
    }

    .support-container .text h3 {
        font-size: 20px;
    }

    .support-container .text p,
    .support-container .text ul {
        font-size: 16px;
    }

    .remove-middle-border > div::after {
        box-shadow: none !important;
    }

    .remove-middle-border > div {
        box-shadow: none !important;
    }
}

@media (max-width: 400px) {
    .support-container {
        padding: 10px;
    }

    .support-title {
        font-size: 28px;
    }

    .support-card,
    .support-email-card {
        padding: 20px 14px;
    }

    .support-card h2,
    .support-email-card h2 {
        font-size: 22px;
    }

    .support-buttons {
        grid-template-columns: repeat(2, 1fr);
    }

    .support-button {
        font-size: 15px;
    }

    .support-email-form {
        flex-direction: column;
        gap: 8px;
    }

    .support-email-input {
        border: 2px solid #f1f1f1;
        width: 100%;
    }

    .support-email-input:focus {
        border: 2px solid #cccccc;
    }

    .support-email-button {
        border: 2px solid #f1f1f1;
        width: 100%;
    }

    .text {
        padding: 5px;
    }
}

/* =========================================================
   Final hamburger menu override
========================================================= */

@media screen and (max-width: 1024px) {
    body #menu {
        position: fixed !important;
        top: 70px !important;
        left: auto !important;
        right: -280px !important;
        transform: none !important;
        translate: none !important;
        width: 260px !important;
        height: auto !important;
        max-height: calc(100vh - 70px) !important;
        overflow-y: auto !important;
        background-color: #ffffff !important;
        box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.18) !important;
        z-index: 999999 !important;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        padding: 20px 0 !important;
        transition: right 0.3s ease !important;
    }

    body #menu.activated,
    body #menu.active,
    body #menu.show-menu {
        right: 0 !important;
        left: auto !important;
        transform: none !important;
        translate: none !important;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    body #menu .list {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        gap: 0 !important;
        list-style: none !important;
    }

    body #menu .list-item {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body #menu .list-link {
        display: block !important;
        width: 100% !important;
        padding: 15px 20px !important;
        color: #333333 !important;
        background-color: #ffffff !important;
        border-bottom: 1px solid #eeeeee !important;
        text-decoration: none !important;
        font-size: 16px !important;
    }

    body #menu .list-link:hover {
        background-color: #f5f5f5 !important;
    }

    .menu-toggle-icon {
        cursor: pointer !important;
        z-index: 1000000 !important;
        position: relative !important;
    }

    .menu-toggle-icon .close-menu-icon {
        display: none !important;
    }

    .menu-toggle-icon.activated .open-menu-icon,
    .menu-toggle-icon.active .open-menu-icon {
        display: none !important;
    }

    .menu-toggle-icon.activated .close-menu-icon,
    .menu-toggle-icon.active .close-menu-icon {
        display: block !important;
    }
}