* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #333;
    background: #fff;
}

a {
    color: #ff9b0b;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* =====================
   HEADER
   ===================== */

#header {
    background: #111;
    color: #fff;
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 100;
}

#header_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header_left {
    display: flex;
    align-items: baseline;
    gap: 14px;
}

#header_left h1 {
    font-family: 'Changa One', 'Arial Black', sans-serif;
    font-size: 32px;
    font-weight: normal;
    color: #fff;
    letter-spacing: -1px;
    line-height: 1;
}

#header_left .tagline {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #ff9b0b;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#header_right {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.social-btns {
    display: flex;
    align-items: center;
    gap: 8px;
}

.share-lbl {
    font-size: 11px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.social-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    background-size: cover;
    display: inline-block;
}

.social-btn.twt {
    background: #55acee url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M23.954 4.569a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723 9.99 9.99 0 01-3.127 1.195 4.92 4.92 0 00-8.384 4.482C7.691 8.094 4.066 6.13 1.64 3.161a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.061a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.937 4.937 0 004.604 3.417 9.868 9.868 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.054 0 13.999-7.496 13.999-13.986 0-.209 0-.42-.015-.63a9.936 9.936 0 002.46-2.548l-.047-.02z'/%3E%3C/svg%3E") center/16px no-repeat;
}

.social-btn.fbk {
    background: #3b5998 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M22.676 0H1.324C.593 0 0 .593 0 1.324v21.352C0 23.408.593 24 1.324 24h11.494v-9.294H9.689v-3.621h3.129V8.41c0-3.099 1.894-4.785 4.659-4.785 1.325 0 2.464.097 2.796.141v3.24h-1.921c-1.5 0-1.792.721-1.792 1.771v2.311h3.584l-.465 3.63H16.56V24h6.115c.733 0 1.325-.592 1.325-1.324V1.324C24 .593 23.408 0 22.676 0'/%3E%3C/svg%3E") center/10px no-repeat;
}

.donate-button a {
    background: #ff9b0b;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 16px;
    display: inline-block;
    text-decoration: none;
    transition: background 0.2s;
}

.donate-button a:hover {
    background: #e08a00;
}

.donate-indicator {
    font-size: 11px;
    color: #999;
    line-height: 1.4;
    position: relative;
}

.donate-arrow {
    display: none;
}

/* =====================
   CONTENT WRAPPER
   ===================== */

.content {
    max-width: 1200px;
    margin: 0 auto;
}

.content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
}

/* =====================
   QUOTE SECTION
   ===================== */

.ferguson-quotes {
    background: #222;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.quote-container {
    display: flex;
    align-items: stretch;
    min-height: 280px;
}

.quote-container > img {
    width: 260px;
    min-width: 260px;
    object-fit: cover;
    display: block;
    filter: grayscale(100%) brightness(0.4);
}

.mobile-header {
    display: none;
}

.quote-details {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 40px 50px;
    transition: opacity 0.4s ease;
}

.quote-details.disappear {
    opacity: 0;
}

.quote-detail {
    position: relative;
    padding-left: 70px;
}

.quote-detail .social-btn.twt {
    position: absolute;
    top: 0;
    left: 0;
}

.quote-detail svg {
    position: absolute;
    top: 0;
    left: 38px;
    opacity: 0.6;
}

.quote-text {
    font-family: 'Changa One', 'Arial Black', sans-serif;
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 12px;
}

.quote-attribution {
    font-size: 12px;
    color: #ff9b0b;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* =====================
   SECTION LABELS
   ===================== */

.section-labels {
    background: #ff9b0b;
    padding: 0;
}

.section-labels .content-wrapper {
    display: flex;
}

.section-labels .border-right {
    flex: 1;
    border-right: 2px solid rgba(255,255,255,0.3);
}

.section-labels .latest-news {
    flex: 1;
    padding: 12px 20px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.share-your-solution {
    padding: 12px 20px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.section-label-arrow,
.section-label-arrow-mobile {
    display: none;
}

/* =====================
   FORM + MORE STORIES
   ===================== */

.content-wrapper > .ferguson-form,
.content-wrapper > .more-stories {
    padding: 30px 20px;
}

.content > .content-wrapper {
    display: flex;
    gap: 0;
    padding: 0;
}

.ferguson-form {
    flex: 1;
    border-right: 1px solid #e0e0e0;
    padding: 30px 30px 30px 20px;
}

.latest-news-mobile {
    display: none;
}

.more-stories {
    flex: 1;
    padding: 30px 20px 30px 30px;
}

/* =====================
   FORM STYLES
   ===================== */

.embeddable-swarm label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #555;
    margin-bottom: 6px;
    margin-top: 16px;
}

.embeddable-swarm label:first-child {
    margin-top: 0;
}

.form_group,
.form-group {
    margin-bottom: 14px;
}

.embeddable-swarm select,
.embeddable-swarm input[type="text"],
.embeddable-swarm input[type="email"],
.embeddable-swarm textarea {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ccc;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    color: #333;
    background: #fff;
    border-radius: 2px;
    outline: none;
    transition: border-color 0.2s;
}

.embeddable-swarm select:focus,
.embeddable-swarm input:focus,
.embeddable-swarm textarea:focus {
    border-color: #ff9b0b;
}

.embeddable-swarm textarea {
    resize: vertical;
    min-height: 120px;
}

#textarea_feedback {
    font-size: 11px;
    color: #999;
    margin-top: 4px;
}

.check label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    color: #555;
    cursor: pointer;
    margin-top: 0;
}

.check input[type="checkbox"] {
    margin-top: 2px;
    flex-shrink: 0;
}

p.submit {
    margin-top: 16px;
}

.btn-default {
    background: #111;
    color: #fff;
    border: none;
    padding: 10px 28px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-default:hover {
    background: #ff9b0b;
}

#required {
    font-size: 11px;
    color: #999;
    margin-top: 8px;
}

.feedback {
    margin-top: 12px;
    font-size: 13px;
}

.parsley-errors {
    color: #c0392b;
    font-size: 11px;
    margin-top: 4px;
}

/* =====================
   MORE STORIES
   ===================== */

.more-block {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e0e0e0;
}

.more-block:last-child {
    border-bottom: none;
}

.more-block h4 {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    margin-bottom: 10px;
}

.more-block h4 a {
    color: #999;
}

.story-link {
    margin-bottom: 6px;
    line-height: 1.4;
}

.story-link a {
    font-size: 13px;
    color: #333;
    text-decoration: none;
}

.story-link a:hover {
    color: #ff9b0b;
    text-decoration: underline;
}

.about {
    margin-top: 10px;
    font-size: 12px;
    color: #777;
    line-height: 1.6;
}

.about h4 {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    margin-bottom: 8px;
}

.about a {
    color: #ff9b0b;
}

/* =====================
   FOOTER
   ===================== */

.footer {
    background: #111;
    padding: 30px 0;
    margin-top: 20px;
}

.footer-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.partners {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 20px;
}

.partners img {
    max-height: 30px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.6;
    transition: opacity 0.2s;
}

.partners img:hover {
    opacity: 1;
}

.footer-wrapper > *:not(.partners) {
    font-size: 11px;
    color: #666;
}

/* =====================
   RESPONSIVE
   ===================== */

@media (max-width: 768px) {
    #header_wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    #header_left {
        flex-direction: column;
        gap: 4px;
    }

    #header_left h1 {
        font-size: 24px;
    }

    .quote-container > img {
        display: none;
    }

    .mobile-header {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #111;
        padding: 30px 20px;
        text-align: center;
    }

    .mobile-header-content h1 {
        font-family: 'Changa One', 'Arial Black', sans-serif;
        font-size: 28px;
        color: #fff;
        font-weight: normal;
    }

    .mobile-header-content .tagline {
        font-size: 11px;
        color: #ff9b0b;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .quote-details {
        padding: 20px;
    }

    .quote-text {
        font-size: 16px;
    }

    .section-labels .content-wrapper {
        flex-direction: column;
    }

    .section-labels .border-right {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }

    .content > .content-wrapper {
        flex-direction: column;
    }

    .ferguson-form {
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        padding: 20px;
    }

    .more-stories {
        padding: 20px;
    }

    .latest-news-mobile {
        display: block;
        background: #ff9b0b;
        padding: 12px 20px;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .partners {
        gap: 20px;
    }
}
