* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #000;
    background: url('../imgs/banner.jpg') center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    line-height: 1.6;
}

h1,
h2,
h3 {
    line-height: 1.2;
}

.dcContainer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.dcWrap {
    max-width: 1490px;
    width: 98%;
    margin: 20px auto;
    position: relative;
    background: #fff;
}

.dcHeader {
    background: #c7f814;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.dcHeaderInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dcLogo {
    line-height: 0;
}

.dcLogo img {
    height: 40px;
    filter: brightness(1) invert(1);
}

.dcNav {
    display: flex;
    align-items: center;
    gap: 15px;
}

.dcNavBtn {
    font-family: 'Poppins', sans-serif;
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.dcNavBtn.cust {
    background: #c7f814;
    color: #000;
}

.dcNavBtn:hover {
    background: #b0d326;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dcHamburger {
    display: none;
    font-size: 24px;
    cursor: pointer;
    color: #000;
}

.dcBanner {
    background: url('../imgs/banner2.jpg') no-repeat left center/cover;
    min-height: 600px;
    display: flex;
    align-items: center;
    padding: 60px 0;
}

.dcBannerContent {
    max-width: 550px;
}

.dcBanner .dcTitle {
    color: #fff;
}

.dcSubtitle {
    color: #c7f814;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.dcTitle {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2;
}

.dcBannerText {
    margin-bottom: 30px;
    font-size: 1.1rem;
    color: #fff;
}

.dcBannerBtns {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.dcSection {
    padding: 80px 0;
}

.dcAboutContent {
    max-width: 500px;
}

.dcAboutBlocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.italic {
    font-size: 13px;
    font-style: italic;
}

.dcAboutBlock p {
    margin-bottom: 15px;
}

.dcAboutBlock {
    background: #fff;
}

.dcAboutBlock img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
}

.dcWinners {
    background: #f8f8f8;
}

.dcSectionTitle {
    text-align: center;
    margin-bottom: 50px;
}

.dcWinnersGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.dcWinnerCard {
    background: #fff;
    padding: 25px 25px 15px 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.dcWinnerCard h3 {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 16px;
    font-weight: 600;
    color: #000;
}

.dcWinnerInfo {
    text-align: left;
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #eee;
}

.dcWinnerInfo:last-child {
    border-bottom: none;
}

.dcWinnerBtnWrap {
    text-align: center;
}

.dcFooter {
    background: #000;
    color: #fff;
    padding: 60px 0 20px;
}

.dcFooter .dcNavBtn {
    font-size: 14px;
    border-radius: 2px;
    padding: 6px 20px;
}

.dcFooterTop {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    gap: 40px;
    margin-bottom: 40px;
    justify-content: space-between;
}

.dcFooterLogo img {
    height: 50px;
    margin-bottom: 20px;
}

.dcFooterLinks {
    display: block;
}

.dcFooterLinks a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    margin-bottom: 12px;
}

.dcFooterLinks a:hover {
    color: #c7f814;
}

.dcFooterContact p {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dcFooterContact i {
    color: #c7f814;
}

.dcFooterSupport {
    margin-bottom: 30px;
}

.dcFooterSupport p {
    font-size: 14px;
    margin-bottom: 10px;
}

.dcPartners {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    padding: 30px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin: 40px 0;
}

.dcPartners img {
    height: 40px;
    filter: brightness(0) invert(1);
}

.dcPartners img.cust {
    filter: none;
}

.dcLicense {
    text-align: center;
    margin-bottom: 20px;
    font-size: 0.9rem;
    color: #ccc;
}

.dcCopyright {
    text-align: center;
    font-size: 0.9rem;
    color: #777;
    padding-top: 20px;
    border-top: 1px solid #333;
}

.dcBreadcrumbs {
    margin-bottom: 30px;
    font-size: 0.9rem;
}

.dcBreadcrumbs a {
    color: #000;
    text-decoration: none;
}

.dcBreadcrumbs a:hover {
    color: #c7f814;
}

.dcBreadcrumbs span {
    color: #758b25;
}

.dcContactWrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.dcContactFormWrap {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.dcContactForm {
    margin-top: 30px;
}

.dcFormRow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}

.dcFormRow input,
.dcFormRow select,
.dcFormRow textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}

.dcFormRow textarea {
    grid-column: span 2;
}

.dcContactForm button {
    width: 100%;
    margin-top: 20px;
}

.dcThankYouMessage {
    background: #f0f8e8;
    border: 1px solid #c3e92d;
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px;
    text-align: center;
}

.dcThankYouMessage h3 {
    color: #2e7d32;
    margin-bottom: 10px;
}

.dcContactInfo {
    padding: 20px 0;
}

.dcContactInfo p {
    margin-bottom: 15px;
}

.dcAddressBlock {
    margin-top: 30px;
    background: #f8f8f8;
    padding: 25px;
    border-radius: 10px;
}

.dcAddressBlock p {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dcAddressBlock i {
    color: #000;
    width: 20px;
    display: none;
}

@media (max-width: 768px) {
    .dcContactWrap {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .dcFormRow {
        grid-template-columns: 1fr;
    }

    .dcFormRow textarea {
        grid-column: span 1;
    }

    .dcContactFormWrap {
        padding: 25px;
    }
}


.dcDonationOptions {
    padding: 60px 0;
}

.dcDonationGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.dcDonationCard {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dcDonationCard:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.dcDonationImage {
    overflow: hidden;
}

.dcDonationImage img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.dcDonationCard:hover .dcDonationImage img {
    transform: scale(1.05);
}

.dcDonationContent {
    padding: 25px;
}

.dcDonationTitle {
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    margin-bottom: 12px;
    color: #000;
}

.dcDonationTitle a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 400;
    font-size: 18px;
}

.dcDonationTitle a:hover {
    color: #c7f814;
}

.dcDonationText {
    color: #000;
    font-size: 13px;
    line-height: 1.5;
}

@media (max-width: 992px) {
    .dcDonationGrid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .dcDonationGrid {
        grid-template-columns: 1fr;
    }
}

.dcCtaSection {
    background: linear-gradient(135deg, #c7f814 0%, #b0d326 100%);
    padding: 50px;
    margin: 60px 0;
    box-shadow: 0 10px 30px rgba(199, 248, 20, 0.2);
}

.dcCtaContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.dcCtaLabel {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.dcCtaLead {
    color: #000;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 500;
}

.dcCtaLink .dcNavBtn {
    background: #000;
    color: #fff;
    padding: 12px 35px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.dcCtaLink .dcNavBtn:hover {
    background: #333;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .dcCtaSection {
        padding: 35px 25px;
        margin: 40px 0;
    }

    .dcCtaContent {
        flex-direction: column;
        text-align: center;
    }

    .dcCtaCopy {
        min-width: auto;
    }

    .dcCtaLead {
        font-size: 1.2rem;
    }
}


.dcWhistleblowerContent {
    font-family: 'Roboto', sans-serif;
    color: #000;
    line-height: 1.7;
}

.dcWhistleblowerContent h2 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    margin: 25px 0 15px 0;
    font-size: 1.4rem;
    font-weight: 600;
}

.dcWhistleblowerContent h3 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    margin: 25px 0 15px 0;
    font-weight: 600;
    font-size: 1.3rem;
}

.dcWhistleblowerContent p {
    margin-bottom: 20px;
}

.dcWhistleblowerContent ul {
    margin: 15px 0 25px 20px;
    padding-left: 20px;
}

.dcWhistleblowerContent li {
    margin-bottom: 10px;
    position: relative;
}

.dcWhistleblowerContent li:before {
    content: "•";
    color: #c7f814;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.dcAuthPopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 10000;
    align-items: center;
    justify-content: center;
}
.dcAuthContainer {
    background: #fff;
    width: 100%;
    max-width: 450px;
    width: 95%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
    position: relative;
}

.dcAuthClose {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
    color: #000;
    line-height: 1;
}
.dcAuthClose:hover {
    color: #c7f814;
}
.dcAuthTabs {
    display: flex;
    margin-bottom: 30px;
    border-bottom: 2px solid #eee;
}
.dcAuthTab {
    flex: 1;
    padding: 12px;
    background: none;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
}
.dcAuthTab.active {
    color: #000;
    font-weight: 600;
    border-bottom: 3px solid #c7f814;
}
.dcAuthForm {
    display: none;
}
.dcAuthForm.active {
    display: block;
}
.dcAuthForm h3 {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 25px;
    color: #000;
    text-align: center;
}
.dcFormGroup {
    margin-bottom: 20px;
}
.dcFormGroup input {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    transition: border 0.3s ease;
}
.dcFormGroup input:focus {
    border-color: #c7f814;
    outline: none;
}
.dcAuthForm .dcNavBtn {
    width: 100%;
    padding: 14px;
    font-size: 1.1rem;
    margin-top: 10px;
}
.dcAuthError {
    margin-top: 20px;
    padding: 12px;
    background: #ffe6e6;
    border: 1px solid #ff9999;
    border-radius: 8px;
    color: #cc0000;
    text-align: center;
}
.dcAuthSuccess {
    margin-top: 20px;
    padding: 12px;
    background: #e6ffe6;
    border: 1px solid #99ff99;
    border-radius: 8px;
    color: #006600;
    text-align: center;
}




























@media (max-width: 992px) {
    .dcAbout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .dcWinnersGrid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dcFooterTop {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .dcHamburger {
        display: block;
    }

    .dcNav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #c7f814;
        flex-direction: column;
        padding: 20px;
        gap: 15px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }

    .dcNav.active {
        display: flex;
    }

    .dcBannerContent {
        padding: 0px;
    }

    .dcTitle {
        font-size: 2rem;
    }

    .dcAboutBlocks {
        grid-template-columns: 1fr;
    }

    .dcWinnersGrid {
        grid-template-columns: 1fr;
    }

    .dcPartners {
        gap: 20px;
    }

    .dcPartners img {
        height: 30px;
    }

    .dcPartners img.cust {
        height: 40px;
    }
}