/* Reset e Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: Montserrat;
    src: url('https://aacd.vtexassets.com/assets/vtex/assets-builder/aacd.store/0.0.47/fonts/Montserrat-Regular___3fe868a1a9930b59d94d2c1d79461e3c.ttf');
    font-weight: 300;
}

@font-face {
    font-family: Montserrat;
    src: url('https://aacd.vtexassets.com/assets/vtex/assets-builder/aacd.store/0.0.47/fonts/Montserrat-Regular___3fe868a1a9930b59d94d2c1d79461e3c.ttf');
    font-weight: 400;
}

@font-face {
    font-family: Montserrat;
    src: url('https://aacd.vtexassets.com/assets/vtex/assets-builder/aacd.store/0.0.47/fonts/Montserrat-Bold___1f023b349af1d79a72740f4cc881a310.ttf');
    font-weight: 700;
}

body {
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #3f3f40;
    background: #fff;
}

.bg-base {
    background-color: #fff;
}

.container {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 60px;
}

/* Header */
.header-desktop {
    background-color: #fff;
    background-image: url('https://aacd.vtexassets.com/assets/vtex/assets-builder/aacd.store/0.0.47/bg-header___9fd98fa52fceac8b0b03758b85ac4d51.png');
    background-repeat: no-repeat;
    background-position: 50%;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    column-gap: 10px;
}

.logo-container {
    display: flex;
}

.logo {
    max-width: 215px;
    width: 215px;
    display: block;
}

.spacer {
    flex-grow: 1;
}

.login-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.login-link {
    display: flex;
    align-items: center;
    height: 40px;
    font-size: 12px;
    line-height: 14px;
    color: #eb1941;
    font-weight: 700;
    text-decoration: none;
    position: relative;
}

.login-link::before {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 12.988C25 6.094 19.4.5 12.5.5S0 6.094 0 12.988c0 3.796 1.725 7.218 4.425 9.515.025.025.05.025.05.05.225.175.45.35.7.525.125.075.225.174.35.274a12.469 12.469 0 007 2.148c2.496 0 4.934-.748 7-2.148.125-.075.225-.174.35-.25.225-.174.475-.349.7-.524.025-.025.05-.025.05-.05 2.65-2.323 4.375-5.744 4.375-9.54zM12.5 23.927c-2.35 0-4.5-.75-6.275-1.999.025-.2.075-.398.125-.598A6.518 6.518 0 017 19.78a5.5 5.5 0 011-1.275 7.019 7.019 0 011.275-.998 6.31 6.31 0 011.525-.625 6.484 6.484 0 011.7-.224 6.539 6.539 0 014.575 1.822 6.26 6.26 0 011.35 2.024c.175.45.3.925.375 1.423a10.985 10.985 0 01-6.3 1.999zM8.675 12.364a3.89 3.89 0 01-.325-1.6c0-.548.1-1.098.325-1.598s.525-.949.9-1.324a4.433 4.433 0 011.325-.898c.5-.225 1.05-.325 1.6-.325.575 0 1.1.1 1.6.325s.95.525 1.325.898c.375.375.675.825.9 1.324.225.5.325 1.05.325 1.598 0 .575-.1 1.1-.325 1.599a4.436 4.436 0 01-.9 1.325 4.436 4.436 0 01-1.325.898 4.242 4.242 0 01-3.225 0 4.436 4.436 0 01-1.325-.899 3.94 3.94 0 01-.875-1.323zm11.6 8.29c0-.05-.025-.074-.025-.124a8.157 8.157 0 00-1.075-2.197 7.63 7.63 0 00-1.7-1.774 8.133 8.133 0 00-1.625-.95c.262-.173.505-.373.725-.598.373-.368.7-.78.975-1.225.554-.91.84-1.957.825-3.022a5.798 5.798 0 00-.45-2.297c-.3-.7-.734-1.336-1.275-1.873a6.009 6.009 0 00-1.875-1.25 5.813 5.813 0 00-2.3-.449 5.812 5.812 0 00-2.3.45A5.674 5.674 0 008.3 6.62a6 6 0 00-1.25 1.873 5.797 5.797 0 00-.45 2.297c0 .55.075 1.075.225 1.574.15.524.35 1 .625 1.448.25.45.6.85.975 1.225.225.225.475.423.75.598a7.994 7.994 0 00-1.625.975 8.66 8.66 0 00-1.7 1.749 7.811 7.811 0 00-1.075 2.197c-.025.05-.025.1-.025.125-1.975-1.999-3.2-4.696-3.2-7.692 0-6.02 4.925-10.94 10.95-10.94 6.025 0 10.95 4.92 10.95 10.94a10.875 10.875 0 01-3.175 7.667z' fill='%23EB1941'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    margin-right: 10px;
    width: 30px;
    height: 30px;
}

/* Banner Principal */
.full-banner {
    position: relative;
    overflow: hidden;
}

.slider-container {
    position: relative;
    width: 100%;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    display: none;
}

.slide.active {
    display: block;
}

.slide img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
}

.slider-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #eb1941;
    background: transparent;
    cursor: pointer;
    padding: 0;
}

.dot.active {
    background: #eb1941;
}

/* Seção de Doação */
.donation-section {
    padding: 2.5rem 0;
}

.donation-container {
    margin-top: 0;
}

.tab-list {
    display: block;
    margin-bottom: 16px;
}

.tab-item {
    background: #f4f4f4;
    border: none;
    border-radius: 6px;
    padding: 25px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    display: block;
    margin-bottom: 16px;
    box-shadow: 0 5px 30px rgba(13, 46, 123, 0.04);
}

.tab-item input[type="radio"] {
    display: none;
}

.tab-item:hover {
    background: #e8e8e8;
}

.tab-item.active {
    background: #eb1941;
}

.tab-content-box {
    text-align: left;
    line-height: 1;
    flex: 1;
}

.tab-header strong {
    display: block;
    font-size: 16px;
    color: #eb1941;
    font-weight: 700;
    margin-bottom: 5px;
}

.tab-value b {
    display: block;
    font-size: 24px;
    color: #eb1941;
    font-weight: 700;
    margin: 20px 0 15px;
}

.tab-daily small {
    display: block;
    font-size: 14px;
    color: #333;
    padding-top: 5px;
    font-weight: 400;
}

.tab-description span {
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    padding-top: 15px;
    color: #707070;
}

.tab-item.active .tab-header strong,
.tab-item.active .tab-value b,
.tab-item.active .tab-daily small,
.tab-item.active .tab-description span {
    color: #fff;
}

.radio-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #eb1941;
    position: absolute;
    right: 30px;
    top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-item.active .radio-circle::after {
    content: "✓";
    color: #eb1941;
    font-weight: 700;
    font-size: 16px;
}

.tab-item-custom {
    background: #f4f4f4;
    border-radius: 6px;
    padding: 25px;
    position: relative;
    box-shadow: 0 5px 30px rgba(13, 46, 123, 0.04);
    margin-bottom: 16px;
}

.custom-donation {
    padding-top: 5px;
}

.custom-donation .donation-title {
    font-size: 16px;
    color: #eb1941;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.custom-input {
    border: 2px solid #ddd;
    height: 36px;
    padding: 0 10px;
    max-width: 170px;
    width: 100%;
    margin-top: 4px;
    border-radius: 6px;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
}

.custom-input:focus {
    outline: none;
    border-color: #eb1941;
}

.donation-small {
    font-size: 12px;
    color: #333;
    padding: 5px 0 0;
    margin: 0;
}

.donation-label {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    padding-top: 15px;
    color: #707070;
    margin: 0;
}

.donation-label strong {
    font-weight: 700;
}

.donation-action {
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
    margin-bottom: 0;
}

.doacao-mensal {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin: 0;
}

.doacao-mensal p {
    color: #eb1941;
    font-weight: 700;
    font-size: 18px;
    margin: 0 10px 0 0;
}

.toggle-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.toggle-switch {
    position: relative;
    width: 56px;
    height: 32px;
    background: #8bc34a;
    border-radius: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

.toggle-slider {
    position: absolute;
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    top: 2px;
    left: 26px;
    transition: left 0.3s;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.toggle-switch:not(.active) {
    background: #ff4c4c;
}

.toggle-switch:not(.active) .toggle-slider {
    left: 2px;
}

.toggle-label {
    color: #3f3f40;
    font-weight: 500;
}

.donation-text {
    margin-top: 30px;
}

.donation-text h2 {
    color: #eb1941;
    font-size: 24px;
    line-height: 1.4;
    margin: 0 0 10px;
    font-weight: 700;
}

.donation-text p {
    margin: 0;
    line-height: 1.5;
    font-size: 16px;
    color: #3f3f40;
}

.donation-button-container {
    grid-area: button;
    display: flex;
    align-items: center;
}

.btn-confirm-donation {
    background: #eb1941;
    border: 1px solid #eb1941;
    color: #fff;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0.25rem;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s;
    letter-spacing: 0.5px;
}

.btn-confirm-donation:hover {
    background: #d11537;
    border-color: #d11537;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(235, 25, 65, 0.3);
}

/* Título da Seção */
.title-section {
    padding: 0;
}

.section-title {
    text-align: center;
    color: #419fb9;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    padding-top: 60px;
}

/* Estatísticas */
.deals-section {
    padding: 40px 0 0;
}

.deals-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.deal-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.deal-item img {
    width: 70px;
    height: 70px;
}

.deal-item p {
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #419fb9;
    margin: 0;
}

.deal-item strong {
    font-size: 30px;
    display: block;
    color: #419fb9;
    font-weight: 700;
    margin: 20px 0 15px;
}

/* Seção Post */
.post-section {
    padding: 0;
}

.post-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
    background-image: url('https://aacd.vtexassets.com/assets/vtex/assets-builder/aacd.store/0.0.47/bg-post___b7d750f46b6c80dec54d28e9b3bfc553.png');
    background-repeat: no-repeat;
    background-position: 100%;
    margin-top: 60px;
}

.post-image img {
    width: 100%;
    display: block;
}

.post-text h2 {
    color: #eb1941;
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.post-text h3 {
    color: #419fb9;
    font-size: 1.25rem;
    font-weight: 700;
}

.share-button-wrapper {
    margin-bottom: 30px;
}

.share-button {
    background: #fff;
    border: 2px solid #eb1941;
    border-radius: 50px;
    color: #eb1941;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
}

.share-button:hover {
    background: #eb1941;
    color: #fff;
}

.share-button:hover svg circle,
.share-button:hover svg path {
    stroke: #fff;
}

/* Footer */
.footer {
    background: transparent;
}

.footer-nav {
    padding: 64px 0;
    background: #fff;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.footer-logo {
    max-width: 150px;
    margin-bottom: 20px;
    display: block;
}

.footer-address {
    font-size: 14px;
    line-height: 1.8;
    color: #3f3f40;
    margin: 0;
}

.footer-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
}

.footer-col:first-child .footer-title {
    color: #3f3f40;
}

.footer-col:nth-child(2) .footer-title {
    color: #eb1941;
}

.footer-col:nth-child(3) .footer-title {
    color: #eb1941;
}

.footer-col:nth-child(4) .footer-title {
    color: #eb1941;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-menu a {
    color: #3f3f40;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
    padding: 8px 0;
    display: block;
}

.footer-menu a:hover {
    color: #eb1941;
}

.footer-copyright {
    background: #eb1941;
    padding: 12px 0;
    text-align: left;
}

.footer-copyright p {
    font-size: 14px;
    color: #fff;
}

.footer-copyright strong {
    font-weight: 700;
    color: #fff;
}

/* Desktop - Grid horizontal */
@media (min-width: 1025px) {
    body {
        padding-bottom: 0;
    }

    .tab-list {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 16px;
    }
    
    .tab-item {
        min-height: 240px;
        flex-basis: 25%;
        width: 25%;
        max-width: 25%;
        margin-bottom: 0;
    }

    .tab-item-custom {
        flex-basis: 25%;
        width: 25%;
        max-width: 25%;
        margin-bottom: 0;
    }
    
    .donation-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "tabs tabs"
            "toggle toggle"
            "text button";
    }
    
    .tab-list {
        grid-area: tabs;
    }
    
    .donation-action {
        grid-area: toggle;
        justify-content: flex-end;
        position: static;
        box-shadow: none;
        padding: 0;
        margin-bottom: 30px;
    }
    
    .donation-text {
        grid-area: text;
        margin-top: 0;
    }
    
    .donation-button-container {
        grid-area: button;
        display: flex;
        align-items: center;
        position: static;
        width: auto;
    }

    .toggle-switch {
        width: 56px;
        height: 32px;
    }

    .toggle-slider {
        width: 28px;
        height: 28px;
        left: 26px;
    }

    .toggle-switch:not(.active) .toggle-slider {
        left: 2px;
    }

    .donation-section {
        padding-bottom: 0;
    }
}

/* Responsivo */
@media (max-width: 1024px) {
    .container {
        padding: 0 15px;
    }

    .donation-section {
        padding: 1.5rem 0 80px;
    }

    .donation-container {
        position: relative;
    }

    /* Container wrapper para ambos */
    .donation-action,
    .donation-button-container {
        position: fixed;
        bottom: 0;
        height: 70px;
        background: #fff;
        z-index: 998;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        box-shadow: none;
        border: none;
    }

    .donation-action {
        left: 0;
        width: 50%;
        padding: 0 15px;
        justify-content: flex-start;
        gap: 8px;
        border-right: none;
    }

    .donation-button-container {
        right: 0;
        width: 50%;
        padding: 0 15px;
    }

    .doacao-mensal {
        margin: 0 !important;
        display: flex;
        align-items: center;
        flex-direction: row;
        gap: 8px;
        width: 100%;
    }

    .doacao-mensal p {
        line-height: 1.2;
        text-align: left;
        margin: 0;
        font-size: 14px;
        font-weight: 700;
        white-space: normal;
    }

    .toggle-wrapper {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .toggle-switch {
        width: 48px;
        height: 28px;
        min-width: 48px;
    }

    .toggle-slider {
        width: 24px;
        height: 24px;
        top: 2px;
    }

    .toggle-switch.active .toggle-slider {
        left: 22px;
    }

    .toggle-switch:not(.active) .toggle-slider {
        left: 2px;
    }

    .toggle-label {
        font-size: 13px;
        font-weight: 700;
        margin-left: 0;
    }

    .donation-button-container .btn-confirm-donation {
        height: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0;
        font-size: 14px;
        padding: 10px 16px;
        white-space: normal;
        line-height: 1.3;
        border-radius: 4px;
    }

    .donation-text {
        margin-top: 40px;
        padding-bottom: 20px;
    }

    body {
        padding-bottom: 80px;
    }

    .post-content {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 20px;
        background-image: none;
    }

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

    .footer-nav {
        padding: 60px 0;
    }

    .footer-col {
        margin-bottom: 20px;
    }

    .footer-title {
        margin-bottom: 15px;
    }

    .footer-menu {
        gap: 5px;
    }

    .footer-menu a {
        padding: 8px 0;
        font-size: 14px;
    }

    .footer-copyright {
        padding: 20px 0;
    }

    .footer-copyright p {
        font-size: 11px;
        line-height: 1.6;
    }
}

@media (max-width: 640px) {
    .header-content {
        height: 60px;
        justify-content: space-between;
    }

    .logo {
        max-width: 130px;
        width: 130px;
    }

    .login-link {
        font-size: 11px;
        line-height: 13px;
    }

    .login-link::before {
        width: 25px;
        height: 25px;
        margin-right: 8px;
    }

    .donation-action {
        padding: 10px 12px;
        gap: 8px;
    }

    .doacao-mensal p {
        font-size: 12px;
        line-height: 1.15;
    }

    .toggle-switch {
        width: 42px;
        height: 26px;
        min-width: 42px;
    }

    .toggle-slider {
        width: 22px;
        height: 22px;
    }

    .toggle-switch.active .toggle-slider {
        left: 18px;
    }

    .toggle-label {
        font-size: 11px;
    }

    .donation-button-container .btn-confirm-donation {
        font-size: 12px;
        padding: 8px 12px;
        height: 50px;
    }

    .section-title {
        margin-top: 30px !important;
        padding-top: 30px;
        border-top: 1px solid #ddd;
        font-size: 24px;
    }

    .deals-section {
        padding: 0;
    }

    .deals-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
    }

    .deal-item {
        padding-bottom: 10px;
        row-gap: 8px;
    }

    .deal-item img {
        width: 50px;
        height: 50px;
    }

    .deal-item strong {
        font-size: 26px;
        margin: 15px 0 10px;
    }

    .deal-item p {
        font-size: 13px;
        text-transform: none;
        line-height: 18px;
        height: 56px;
    }

    .post-content {
        margin-top: 20px;
        padding-top: 96px;
    }

    .post-text h2 {
        font-size: 1.5rem;
        line-height: 1.3;
    }

    .post-text h3 {
        font-size: 1.125rem;
        margin-top: 10px;
    }

    .share-button {
        font-size: 11px;
        padding: 10px 24px;
    }

    .share-button-wrapper {
        margin-bottom: 20px;
    }

    .share-button svg {
        width: 16px;
        height: 16px;
    }

    .footer-logo {
        max-width: 120px;
    }

    .footer-address {
        font-size: 13px;
    }

    .btn-confirm-donation {
        font-size: 14px;
        padding: 14px 20px;
        font-weight: 700;
    }

    .tab-item {
        padding: 20px;
        padding-right: 60px;
    }

    .radio-circle {
        width: 26px;
        height: 26px;
        right: 20px;
        top: 20px;
        border-width: 1px;
    }

    .tab-item.active .radio-circle::after {
        font-size: 14px;
    }

    .tab-header strong {
        font-size: 14px;
    }

    .tab-value b {
        font-size: 20px;
        margin: 12px 0 8px;
    }

    .tab-daily small {
        font-size: 13px;
    }

    .tab-description span {
        font-size: 13px;
        line-height: 18px;
        padding-top: 10px;
    }

    .tab-item-custom {
        padding: 20px;
    }

    .custom-donation .donation-title {
        font-size: 14px;
    }

    .custom-input {
        height: 32px;
        font-size: 13px;
    }

    .donation-small {
        font-size: 11px;
    }

    .donation-label {
        font-size: 13px;
        line-height: 18px;
        padding-top: 12px;
    }
}

