.social-section h2 {
    color: #1c1c1c;
    margin-bottom: 10px;
}
:root {
    --bg-100: #fdf3ea;
    --primary: #d97742;
    --primary-dark: #b65a2f;
    --primary-darker: #813921;
    --text-900: #2c1b16;
    --text-600: #5b3f33;
    --text-light: #ffffff;
    --radius-lg: 24px;
    --radius-md: 18px;
    --shadow-card: 0 16px 36px rgba(182, 90, 47, 0.18);
    --shadow-soft: 0 10px 24px rgba(182, 90, 47, 0.12);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Poppins", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: linear-gradient(180deg, var(--bg-100) 0%, #ffffff 100%);
    color: var(--text-900);
    line-height: 1.6;
    display: flex;
    justify-content: center;
}

html {
    scroll-behavior: smooth;
}

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

a {
    color: inherit;
    text-decoration: none;
}

button {
    font-family: inherit;
}

.app {
    width: 100%;
    min-height: 100vh;
    background: #fdfefe;
    display: flex;
    flex-direction: column;
    box-shadow: none;
}

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    background: rgba(255, 252, 247, 0.95);
    border-bottom: 1px solid rgba(182, 90, 47, 0.14);
    position: sticky;
    top: 0;
    z-index: 10;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.topbar--hidden {
    transform: translateY(-110%);
}

.topbar--shadow {
    box-shadow: 0 10px 24px rgba(15, 32, 62, 0.12);
}

.topbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand-logo {
    width: 42px;
    height: 42px;
    object-fit: contain;
    border-radius: 12px;
    background: #ffffff;
    padding: 4px;
    box-shadow: 0 6px 16px rgba(21, 101, 192, 0.18);
}

.brand-copy {
    display: flex;
    flex-direction: column;
    font-size: 11px;
    text-transform: uppercase;
    color: var(--primary-darker);
    line-height: 1.1;
}

.brand-copy strong {
    font-size: 13px;
    letter-spacing: 0.4px;
}

.topbar-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.topbar-actions a {
    font-weight: 600;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 999px;
    color: var(--primary-dark);
}

.topbar-actions .donate-link {
    background: var(--primary-dark);
    color: var(--text-light);
    box-shadow: 0 12px 20px rgba(182, 90, 47, 0.2);
}

main {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 0;
}

.hero-banner {
    margin: 0;
    border-radius: 0;
    overflow: hidden;
}

.hero-banner img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
}

.video-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 16px;
    align-items: center;
}

.video-wrapper {
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    background: #0f172a;
    position: relative;
    width: 100%;
    max-width: 720px;
    aspect-ratio: 16 / 9;
}

.video-wrapper vturb-smartplayer,
.video-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
}

.video-placeholder {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(182, 90, 47, 0.35), rgba(44, 27, 22, 0.86));
    color: #fcefe3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
    padding: 24px;
    font-size: 14px;
    z-index: 1;
}

.video-placeholder p {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}

.video-placeholder span {
    font-size: 13px;
    opacity: 0.8;
}

.primary-button,
.secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border-radius: 18px;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    border: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.primary-button {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    color: var(--text-light);
    box-shadow: 0 18px 32px rgba(129, 57, 33, 0.28);
}

.primary-button:hover,
.primary-button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 22px 40px rgba(129, 57, 33, 0.32);
}

.secondary-button {
    background: rgba(182, 90, 47, 0.12);
    color: var(--primary-dark);
}

.video-block .primary-button {
    background: linear-gradient(135deg, #2ecc71, #1f9a55);
    box-shadow: 0 18px 36px rgba(31, 154, 85, 0.28);
}

.video-block .primary-button:hover,
.video-block .primary-button:focus-visible {
    box-shadow: 0 22px 44px rgba(31, 154, 85, 0.34);
}

/* Botão CTA embaixo da VSL */
.video-cta-button {
    background: #24CA67;
    color: white;
    padding: 18px 40px;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    box-shadow: 0 8px 24px rgba(36, 202, 103, 0.3);
    transition: all 0.3s ease;
    font-family: inherit;
    min-width: 250px;
    animation: gentleBounce 3s ease-in-out infinite;
}

.video-cta-button:hover {
    background: #1A9B4F;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(36, 202, 103, 0.4);
    animation-play-state: paused;
}

.video-cta-button:active {
    transform: translateY(0);
}

@media (max-width: 768px) {
    .video-cta-button {
        padding: 16px 32px;
        font-size: 16px;
        min-width: 200px;
        width: 100%;
        max-width: 300px;
    }
}

.about-section {
    display: grid;
    gap: 18px;
    padding: 0 16px;
}

.about-section h2 {
    font-size: 26px;
    color: var(--primary-darker);
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

.about-media img {
    width: 100%;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-soft);
}

.about-content {
    display: grid;
    gap: 12px;
    font-size: 16px;
    color: var(--text-600);
    line-height: 1.55;
}

.about-content p {
    margin: 0;
}

.about-content em {
    color: var(--primary-dark);
}

.about-content blockquote {
    margin: 0;
    padding: 12px 14px;
    border-left: 4px solid var(--primary);
    background: rgba(91, 192, 248, 0.18);
    border-radius: 12px;
    font-style: italic;
    color: var(--primary-darker);
}

.purpose-section {
    margin: 0 16px;
    padding: 22px 18px 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(219, 232, 255, 0.82) 100%);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    display: grid;
    gap: 14px;
    text-align: center;
}

.purpose-section h2 {
    margin: 0;
    color: var(--primary-darker);
    text-transform: uppercase;
}

.purpose-lead {
    margin: 0;
    font-weight: 600;
    color: var(--primary-dark);
}

.purpose-content {
    display: grid;
    gap: 12px;
    text-align: left;
    color: var(--text-600);
    line-height: 1.55;
    font-size: 16px;
}

.purpose-content p {
    margin: 0;
}

.purpose-content em {
    color: var(--primary-dark);
}

.impact-intro,
.pix-intro,
.buddies-intro,
.social-section p {
    margin: 0;
    color: var(--text-600);
    font-size: 14px;
}

.impact-donation-section .impact-intro {
    color: #24507a;
}

/* ===== STORY SECTIONS (Nossa História / Salve Cão) ===== */
.story-section {
    display: grid;
    gap: 24px;
    padding: 0 16px;
    margin-top: 8px;
}

.story-card {
    background: #ffffff;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
    overflow: hidden;
    border-left: 4px solid var(--primary-dark);
}

.story-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 20px 16px;
}

.story-header-bar {
    width: 4px;
    height: 24px;
    background: var(--primary-dark);
    border-radius: 2px;
    flex-shrink: 0;
}

.story-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--text-900);
    text-transform: none;
    letter-spacing: 0;
}

.story-image {
    width: 100%;
    padding: 0 20px 20px;
}

.story-image img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-md);
    display: block;
    box-shadow: var(--shadow-soft);
}

.story-content {
    padding: 0 20px 24px;
    display: grid;
    gap: 16px;
}

.story-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-600);
    text-align: left;
}

.story-text strong {
    font-weight: 700;
    color: inherit;
}

@media (min-width: 768px) {
    .story-section {
        gap: 32px;
    }
    
    .story-header {
        padding: 24px 24px 20px;
    }
    
    .story-image {
        padding: 0 24px 24px;
    }
    
    .story-content {
        padding: 0 24px 28px;
    }
    
    .story-title {
        font-size: 24px;
    }
    
    .story-text {
        font-size: 17px;
    }
}

.about-media img {
    width: 100%;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-soft);
}

.tab-nav {
    display: flex;
    gap: 8px;
    background: rgba(217, 119, 66, 0.12);
    padding: 6px;
    border-radius: 14px;
}

.tab-button {
    flex: 1;
    border: none;
    background: transparent;
    padding: 10px 12px;
    border-radius: 10px;
    font-weight: 600;
    color: var(--primary-dark);
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.tab-button:hover,
.tab-button:focus-visible {
    background: rgba(217, 119, 66, 0.18);
}

.tab-button.active {
    background: #ffffff;
    color: var(--primary-darker);
    box-shadow: 0 8px 16px rgba(182, 90, 47, 0.18);
}

.tab-panels {
    position: relative;
    display: grid;
}

.tab-panel {
    display: none;
    animation: fadeIn 0.25s ease;
}

.tab-panel.active {
    display: grid;
    gap: 14px;
    text-align: left;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.recognition-grid {
    display: grid;
    gap: 12px;
}

.badge-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    background: rgba(182, 90, 47, 0.08);
    border-radius: var(--radius-md);
    box-shadow: 0 8px 18px rgba(182, 90, 47, 0.12);
}

.badge-icon {
    font-size: 20px;
}

.badge-card h3 {
    margin: 0 0 4px;
    font-size: 15px;
    color: var(--primary-darker);
}

.badge-card p {
    margin: 0;
    color: var(--text-600);
    font-size: 14px;
    line-height: 1.5;
}

.faq-section {
    margin: 0 16px;
    background: #ffffff;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
    padding: 20px 18px 24px;
    display: grid;
    gap: 16px;
    text-align: left;
}

.faq-section h2 {
    margin: 0;
    text-transform: uppercase;
    color: var(--text-900);
    text-align: center;
}

.faq-list {
    display: grid;
    gap: 10px;
}

.faq-item {
    border-radius: 16px;
    overflow: hidden;
    background: #fffaf4;
    border: 1px solid rgba(175, 140, 109, 0.18);
    transition: box-shadow 0.2s ease, background 0.2s ease;
}

.faq-item.open {
    box-shadow: 0 12px 24px rgba(175, 140, 109, 0.16);
    background: #fff1e4;
}

.faq-question {
    width: 100%;
    border: none;
    background: transparent;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    color: #715a4b;
    cursor: pointer;
    transition: background 0.2s ease;
}

.faq-item.open .faq-question {
    background: rgba(233, 195, 167, 0.24);
}

.faq-toggle {
    font-size: 18px;
    color: #c48b60;
    transition: transform 0.2s ease;
}

.faq-item.open .faq-toggle {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 16px;
    color: #615349;
    line-height: 1.55;
    font-size: 14px;
    transition: max-height 0.25s ease, padding 0.25s ease;
}

.faq-item.open .faq-answer {
    max-height: 240px;
    padding: 0 16px 16px;
}

.buddies-section h2,
.social-section h2 {
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    color: #1c1c1c;
}

.impact-donation-section {
    background: linear-gradient(180deg, #f4e6d9 0%, #e8d4c4 100%);
    border-radius: var(--radius-lg);
    padding: 14px 14px 20px;
    position: relative;
    box-shadow: var(--shadow-soft);
    overflow: hidden;
    margin: 0 16px;
    text-align: center;
}

.impact-donation-section::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(182, 90, 47, 0.85), transparent);
}

.impact-section {
    gap: 14px;
}

.impact-grid {
    display: grid;
    gap: 12px;
}

.impact-donation-section h2,
.impact-section-title {
    color: var(--primary-darker);
    font-size: 24px;
    text-align: center;
    margin: 0 0 30px 0;
    position: relative;
    font-weight: 700;
}

.impact-section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--primary-darker);
    border-radius: 2px;
}

.impact-donation-section h2 span {
    display: block;
}

.impact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 32px;
    border: 1px solid rgba(182, 90, 47, 0.22);
    box-shadow: 0 10px 24px rgba(182, 90, 47, 0.14);
}

.impact-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(217, 116, 82, 0.22);
}

.impact-value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: var(--text-light);
    padding: 6px 16px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.9rem;
    white-space: nowrap;
    box-shadow: 0 5px 12px rgba(182, 90, 47, 0.26);
}

.impact-value::before {
    content: '🤍';
    margin-right: 4px;
    display: inline-block;
}

.impact-description {
    color: #6f4d3f;
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: left;
}

.impact-footer {
    text-align: center;
    font-size: 0.95rem;
    color: var(--primary-darker);
    font-weight: 600;
}

.impact-cta {
    margin-top: 16px;
    background: linear-gradient(135deg, #3bcf8f, #1f9a55);
    box-shadow: 0 24px 46px rgba(31, 154, 85, 0.3);
    padding: 16px 28px;
    font-size: 16px;
    min-width: 220px;
}

.impact-cta:hover,
.impact-cta:focus-visible {
    box-shadow: 0 28px 56px rgba(31, 154, 85, 0.36);
}

/* Wrapper das seções finais */
.bottom-sections-wrapper {
    background: #fdf3ea;
    padding: 20px 0 30px;
    margin-top: -22px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.pix-section {
    background: linear-gradient(180deg, #e8d4c4 0%, #d4b8a5 100%);
    border-radius: var(--radius-lg);
    padding: 26px 18px 32px;
    color: #6f4d3f;
    margin: 0 16px;
    text-align: center;
}

.pix-section h2,
.pix-section-title {
    color: var(--primary-darker);
    font-size: 24px;
    text-align: center;
    margin: 0 0 30px 0;
    position: relative;
    font-weight: 700;
}

.pix-section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--primary-darker);
    border-radius: 2px;
}

.pix-wrapper {
    display: grid;
    gap: 20px;
}

.pix-illustration img {
    max-width: 240px;
    width: 80%;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(182, 90, 47, 0.26);
}

.pix-content {
    display: grid;
    gap: 18px;
}

.pix-instructions {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 18px 18px 20px;
    border: 1px solid rgba(182, 90, 47, 0.18);
    box-shadow: 0 10px 24px rgba(182, 90, 47, 0.12);
    text-align: left;
}

.pix-instructions h3 {
    color: var(--primary-darker);
    margin: 0 0 12px;
    font-size: 16px;
}

.pix-instructions ol {
    margin: 0;
    padding-left: 20px;
    display: grid;
    gap: 10px;
    color: #6f4d3f;
    font-size: 14px;
}

.pix-key-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px 18px;
    border: 1px solid rgba(182, 90, 47, 0.18);
    box-shadow: 0 24px 48px rgba(182, 90, 47, 0.18);
    display: grid;
    gap: 12px;
}

.donation-value-selector {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 8px;
}

.value-btn {
    border: 2px solid rgba(182, 90, 47, 0.15);
    background: #fffaf4;
    border-radius: 12px;
    padding: 10px 5px;
    font-weight: 700;
    color: var(--primary-dark);
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
}

.value-btn:hover {
    background: #fff1e4;
    border-color: var(--primary);
}

.value-btn.active {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
    box-shadow: 0 4px 12px rgba(182, 90, 47, 0.2);
}

.pix-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--primary-darker);
}

.pix-key {
    background: var(--bg-100);
    padding: 18px;
    border-radius: 14px;
    font-weight: 800;
    font-size: 1.05rem;
    color: var(--primary-darker);
    word-break: break-word;
    box-shadow: inset 0 0 0 2px rgba(182, 90, 47, 0.25);
    letter-spacing: 0.4px;
}

.pix-recipient {
    font-size: 13px;
    color: #6f4d3f;
}

.pix-copy-btn {
    border: none;
    border-radius: 12px;
    background: #24CA67;
    color: #fff;
    padding: 14px 20px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 6px 20px rgba(36, 202, 103, 0.35);
    cursor: pointer;
    transition: all 0.3s ease;
    animation: gentleBounce 3s ease-in-out infinite;
}

.pix-copy-btn:hover,
.pix-copy-btn:focus-visible {
    background: #1A9B4F;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(36, 202, 103, 0.4);
    animation-play-state: paused;
}

.pix-copy-btn:active {
    animation-play-state: paused;
    transform: translateY(0);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.copy-feedback {
    display: none;
}

.toast {
    position: fixed;
    left: 50%;
    bottom: 24px;
    transform: translate(-50%, 120%);
    background: var(--primary-dark);
    color: #fff;
    padding: 14px 24px;
    border-radius: 999px;
    font-weight: 600;
    box-shadow: 0 20px 40px rgba(15, 32, 62, 0.35);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 1000;
}

.toast--visible {
    transform: translate(-50%, 0);
    opacity: 1;
}

.buddies-section {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 246, 236, 0.4) 100%);
    border-radius: var(--radius-lg);
    padding: 20px 16px 24px;
    box-shadow: var(--shadow-card);
    margin: 0 16px;
    text-align: center;
}

.buddy-slider {
    position: relative;
    margin-top: 16px;
    overflow: hidden;
}

.buddy-track {
    display: flex;
    transition: transform 0.4s ease;
}

.buddy-card {
    min-width: 100%;
    background: #fffdfa;
    border-radius: var(--radius-md);
    box-shadow: 0 10px 22px rgba(143, 119, 95, 0.1);
    padding: 18px 22px;
    display: grid;
    gap: 12px;
    text-align: left;
}

.buddy-card img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    object-position: top;
    border-radius: 16px;
    box-shadow: 0 8px 18px rgba(143, 119, 95, 0.12);
}

.buddy-copy {
    display: grid;
    gap: 8px;
}

.buddy-copy h3 {
    margin: 0;
    color: #6b5447;
    font-size: 18px;
}

.buddy-copy p {
    margin: 0;
    color: #5f534a;
    line-height: 1.5;
}

.buddy-controls {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.buddy-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: #f9e4d2;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

.buddy-dot.active {
    background: #e9c3a7;
    transform: scale(1.2);
}

.buddy-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: rgba(233, 195, 167, 0.22);
    color: #7b6253;
    font-size: 24px;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

.buddy-arrow:hover {
    transform: translateY(-2px);
    background: rgba(233, 195, 167, 0.34);
}

.social-section {
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(16, 36, 60, 0.08);
    border-radius: var(--radius-lg);
    padding: 24px 18px 30px;
    box-shadow: 0 16px 28px rgba(16, 36, 60, 0.12);
    margin: 0 16px;
}

.social-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 16px;
    background: #ffffff;
    color: #2a2a2a;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid rgba(16, 36, 60, 0.12);
    box-shadow: 0 12px 24px rgba(16, 36, 60, 0.08);
}

.social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 32px rgba(16, 36, 60, 0.16);
}

.si {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.si-ig {
    background-image: url('../images/Instagram_icon.png');
}

.si-tk {
    background-image: url('../images/3046121.png');
    background-size: cover;
}

.si-yt {
    background-image: url('../images/240px-YouTube_icon_%282013-2017%29.png');
}

.si-fb {
    background-image: url('../images/Facebook_Logo.png');
}

.social-cta {
    margin-top: 22px;
    background: linear-gradient(135deg, #2ecc71, #1f9a55);
    box-shadow: 0 20px 38px rgba(31, 154, 85, 0.28);
}

.social-cta:hover,
.social-cta:focus-visible {
    box-shadow: 0 24px 48px rgba(31, 154, 85, 0.34);
}

/* ========== SEÇÃO DE CARDS DE DOAÇÃO ========== */
.donation-cards-section {
    padding: 30px 0;
    background: var(--primary-dark);
    text-align: center;
    overflow: hidden;
}

.cards-section-title {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cards-section-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 24px;
    font-weight: 500;
}

.cards-slider-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.cards-slider {
    width: 100%;
    overflow: visible;
    position: relative;
}

.cards-track {
    display: flex;
    gap: 12px;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: fit-content;
}

.donation-card {
    flex: 0 0 280px;
    width: 280px;
    height: 440px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.donation-card:hover {
    transform: scale(1.02);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.1) 35%,
        rgba(0, 0, 0, 0.1) 55%,
        rgba(0, 0, 0, 0.75) 100%
    );
    z-index: 2;
}

.card-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 3;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.card-title {
    font-size: 20px;
    font-weight: 800;
    color: var(--primary);
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.card-description {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
    line-height: 1.5;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.card-text-top {
    padding-top: 10px;
}

.card-price-section {
    margin-top: auto;
    padding-bottom: 5px;
}

.card-price {
    font-size: 42px;
    font-weight: 900;
    color: #fff;
    margin: 0 0 16px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.card-donate-btn {
    width: 100%;
    padding: 14px 24px;
    background: var(--primary-dark);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.card-donate-btn:hover {
    background: var(--primary-darker);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(129, 57, 33, 0.6);
}

.card-donate-btn:active {
    transform: translateY(0);
}

/* Setas do Carrossel */
.cards-arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    color: var(--text-900);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.cards-arrow-prev {
    left: 6px;
}

.cards-arrow-next {
    right: 6px;
}

.cards-arrow:hover {
    background: var(--primary);
    color: #fff;
}

.cards-arrow:active {
    transform: translateY(-50%) scale(0.95);
}

/* Responsivo para Cards */
@media (min-width: 640px) {
    .donation-card {
        flex: 0 0 300px;
        width: 300px;
        height: 470px;
    }
    
    .cards-arrow-prev {
        left: calc(50% - 195px);
    }
    
    .cards-arrow-next {
        right: calc(50% - 195px);
    }
}

@media (min-width: 900px) {
    .cards-arrow {
        display: none;
    }
    
    .donation-card {
        flex: 0 0 320px;
        width: 320px;
        height: 500px;
    }
}

/* Banner Fullwidth */
.banner-fullwidth {
    width: 100%;
    margin: -22px 0 0 0;
    padding: 0;
    overflow: hidden;
}

.banner-fullwidth img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.footer {
    margin-top: 0;
    background: #2b3038;
    color: #f5f5f5;
    padding: 12px 20px 80px;
}

.footer-inner {
    display: grid;
    gap: 10px;
}

.footer-logo {
    text-align: center;
}

.footer-logo-img {
    max-width: 100px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.footer-links,
.footer-social {
    text-align: center;
    display: grid;
    gap: 10px;
}

.footer-links h3,
.footer-social h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.footer-links a,
.footer-social a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.footer-bottom {
    margin-top: 24px;
    text-align: center;
    font-size: 12px;
    opacity: 0.9;
}

@media (min-width: 768px) {
    .footer-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        text-align: left;
        align-items: start;
    }

    .footer-logo {
        text-align: center;
        margin: 0px 0;
        grid-column: 1 / -1;
    }

    .footer-logo-img {
        max-width: 100px;
    }

    .footer-links,
    .footer-social {
        text-align: left;
    }

    .social-links {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .buddy-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 480px) {
    .buddy-card img {
        height: 180px;
    }
}

/* ===== DONATION MODAL ===== */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

.modal-content {
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    border-radius: 25px;
    width: 90%;
    max-width: 420px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
    animation: modalSlideIn 0.3s ease;
    overflow: hidden;
    margin: 0;
    box-sizing: border-box;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

.modal-header {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: white;
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.modal-header h3 {
    font-size: 1.1rem;
    font-weight: bold;
}

.close {
    color: white;
    font-size: 1.8rem;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
    transition: opacity 0.3s ease;
    position: absolute;
    right: 20px;
}

.close:hover {
    opacity: 0.7;
}

.modal-body {
    padding: 25px;
}

.donation-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 15px;
}

.donation-option {
    border: 2px solid #e2e8f0;
    border-radius: 15px;
    padding: 12px 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8fafc;
    text-align: center;
}

.donation-option:hover {
    border-color: var(--primary);
    background: #fef7f7;
    transform: translateY(-2px);
    box-shadow: 0 3px 10px rgba(217, 119, 66, 0.15);
}

.donation-option.selected {
    border-color: var(--primary);
    background: #fef7f7;
    box-shadow: 0 3px 10px rgba(217, 119, 66, 0.2);
}

.option-value {
    font-size: 1rem;
    font-weight: bold;
    color: var(--text-900);
}

.custom-amount-section {
    border: 2px solid #e2e8f0;
    border-radius: 15px;
    padding: 15px;
    margin-top: 20px;
    background: #f8fafc;
}

.custom-amount-section .pix-label {
    text-align: center;
    margin-bottom: 12px;
    font-size: 0.9rem;
    font-weight: 400;
    color: #6b7280;
}

#customAmount {
    padding: 10px 12px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-size: 0.9rem;
    text-align: center;
    background: white;
    width: 100%;
    margin-bottom: 12px;
    box-sizing: border-box;
    font-weight: 500;
    color: var(--text-900);
}

#customAmount:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(217, 119, 66, 0.1);
}

#customAmount::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

.continue-button {
    width: 100%;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: white;
    border: none;
    padding: 12px;
    border-radius: 15px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.continue-button:hover {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary-darker));
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(182, 90, 47, 0.3);
}

/* ===== FIXED MOBILE BUTTON ===== */
.fixed-mobile-button {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
    max-width: 500px;
    margin: 0 auto;
    background: #24CA67;
    color: white;
    padding: 20px;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 0 -4px 20px rgba(36, 202, 103, 0.3);
    transition: all 0.3s ease;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    animation: gentleBounce 3s ease-in-out infinite;
}

@keyframes gentleBounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

.fixed-mobile-button:hover {
    background: #1A9B4F;
    animation-play-state: paused;
    transform: translateY(-2px);
    box-shadow: 0 -6px 25px rgba(36, 202, 103, 0.4);
}

.fixed-mobile-button:active {
    animation-play-state: paused;
    transform: translateY(0);
}

@media (max-width: 768px) {
    .fixed-mobile-button {
        padding: 18px 20px;
        font-size: 17px;
        bottom: 15px;
        left: 15px;
        right: 15px;
        width: calc(100% - 30px);
        max-width: none;
        border-radius: 12px;
    }
    
    /* Botão fixo só aparece em mobile e quando a seção Nossa História já passou */
    .fixed-mobile-button.show {
        display: block !important;
    }
    
    .modal-content {
        margin: 0;
        border-radius: 15px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% - 20px);
        max-width: 420px;
    }
    
    .modal-header {
        padding: 15px;
        border-radius: 15px 15px 0 0;
    }
    
    .donation-options {
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .donation-options {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    
    .fixed-mobile-button {
        padding: 16px 20px;
        font-size: 16px;
    }
}

/* ===== VSL ESTILO CINEMA ===== */
.video-cinema {
    margin: 0;
    padding: 0;
    width: 100%;
}

.video-cinema-wrapper {
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    aspect-ratio: 16 / 9;
    box-shadow: none;
    margin: 0;
}

/* ===== SEÇÃO DE INFORMAÇÕES (LOCALIZAÇÃO E CNPJ) ===== */
.info-card-section {

    margin: 0;
}

.info-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    max-width: 100%;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
}

.info-icon-wrapper {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(217, 119, 66, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info-icon {
    width: 20px;
    height: 20px;
    color: var(--primary-dark);
}

.info-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.info-label {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #666666;
    letter-spacing: 0.5px;
}

.info-value {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #1c1c1c;
}

.info-divider {
    height: 1px;
    background: #e0e0e0;
    margin: 0 20px;
}

.info-verify-btn {
    background: transparent;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 600;
    color: #666666;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
}

.info-verify-btn:hover {
    background: #f5f5f5;
    border-color: #d0d0d0;
}

/* Ajuste para o segundo ícone (CNPJ) */
.info-item:last-child .info-icon-wrapper {
    background: rgba(217, 119, 66, 0.15);
}

.info-item:last-child .info-icon {
    color: var(--primary-dark);
}

/* ===== CNPJ MODAL ===== */
.cnpj-modal {
    display: flex;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.cnpj-modal.show {
    opacity: 1;
    visibility: visible;
}

.cnpj-modal-content {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    max-width: 90%;
    max-height: 90vh;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cnpj-modal-image {
    max-width: 100%;
    max-height: 85vh;
    width: auto;
    height: auto;
    border-radius: 8px;
    display: block;
}

.cnpj-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #666666;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s ease;
    z-index: 10;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.cnpj-modal-close:hover {
    color: var(--primary-dark);
    background: #ffffff;
}

@media (max-width: 768px) {
    .cnpj-modal-content {
        padding: 15px;
        max-width: 95%;
    }
    
    .cnpj-modal-close {
        top: 8px;
        right: 12px;
        font-size: 28px;
        width: 28px;
        height: 28px;
    }
}

/* ===== MODAL DE DOAÇÃO ===== */
.donation-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    backdrop-filter: blur(8px);
    animation: fadeIn 0.3s ease-out;
}

.donation-modal.show {
    display: flex;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.donation-modal .modal-content {
    background: white;
    border-radius: 20px;
    width: 90%;
    max-width: 380px;
    max-height: 85vh;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    animation: modalSlideIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: none;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.donation-step {
    display: block;
    position: relative;
    z-index: 1;
}

.donation-modal .modal-header {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    color: white;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.donation-modal .modal-header::before {
    display: none;
}

.donation-modal .modal-header h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.donation-modal .close-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.2s ease;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.donation-modal .close-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.donation-modal .modal-body {
    padding: 16px 20px;
    background: #f5f5f5;
}

/* Sistema de Abas */
.donation-tabs {
    display: flex;
    background: #f5f5f5;
    border-radius: 0;
    padding: 0;
    gap: 0;
    border-bottom: 2px solid #e5e7eb;
    margin-top: 0;
}

.donation-tab {
    flex: 1;
    background: transparent;
    border: none;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    border-bottom: 3px solid transparent;
    font-family: inherit;
}

.donation-tab:hover {
    background: rgba(182, 90, 47, 0.05);
    color: var(--primary-dark);
}

.donation-tab.active {
    color: var(--primary-dark);
    background: white;
    border-bottom-color: var(--primary-dark);
    font-weight: 1000;
    font-size: 17px;
}

/* Indicador de Tipo de Doação */
.donation-type-indicator {
    background: #f5f5f5;
    border-radius: 0;
    padding: 12px 20px;
    text-align: center;
    border-bottom: 2px solid #e5e7eb;
    margin-top: 0;
}

.donation-type-indicator span {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-dark);
}

/* Grid de Doação */
.donation-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 20px;
}

.donation-btn {
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px 12px;
    font-size: 17px;
    font-weight: 700;
    color: #374151;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    font-family: inherit;
}

.donation-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(182, 90, 47, 0.1), transparent);
    transition: left 0.5s ease;
}

.donation-btn:hover {
    border-color: var(--primary-dark);
    background: linear-gradient(135deg, #fdf3ea, #ffffff);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(182, 90, 47, 0.15);
    color: var(--primary-dark);
}

.donation-btn:hover::before {
    left: 100%;
}

.donation-btn:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(182, 90, 47, 0.2);
}

.donation-btn.selected {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    color: white;
    border-color: var(--primary-dark);
    box-shadow: 0 8px 25px rgba(182, 90, 47, 0.3);
}

/* Custom Donation */
.custom-donation {
    text-align: center;
    margin-bottom: 0;
    background: white;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 2px solid #e5e7eb !important;
}

.custom-donation:hover {
    border-color: var(--primary-dark) !important;
    box-shadow: 0 4px 15px rgba(182, 90, 47, 0.1) !important;
}

.custom-donation p {
    color: #6b7280;
    font-weight: 500;
    margin-bottom: 16px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.custom-donation .heart {
    font-size: 18px;
    animation: heartbeat 2s infinite;
}

@keyframes heartbeat {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.input-container {
    position: relative;
    display: flex;
    align-items: stretch;
    background: #f9fafb;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 0;
    transition: all 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.input-container:focus-within {
    border-color: var(--primary-dark);
    background: white;
    box-shadow: 0 0 0 3px rgba(182, 90, 47, 0.1);
}

.currency-symbol {
    color: #6b7280;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 14px;
    border-right: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
}

.custom-donation input {
    flex: 1;
    padding: 0 14px;
    border: none !important;
    background: transparent !important;
    font-size: 16px;
    font-weight: 600;
    color: #374151;
    text-align: left !important;
    outline: none !important;
    box-shadow: none !important;
    margin: 0;
    width: auto;
    min-width: 0;
    height: 48px;
    line-height: 48px;
}

.custom-donation input:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    text-align: left !important;
}

.custom-donation input::placeholder {
    color: #9ca3af;
    font-weight: 400;
    text-align: left !important;
}

.custom-donation input::-webkit-outer-spin-button,
.custom-donation input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.custom-donation input[type=number] {
    -moz-appearance: textfield;
}

.donation-modal .modal-footer {
    padding: 0 20px 20px;
    background: white;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.donate-btn {
    width: 100%;
    background: #24CA67;
    color: white;
    border: none;
    border-radius: 12px;
    padding: 14px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(36, 202, 103, 0.3);
    font-family: inherit;
}

.donate-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.donate-btn:hover {
    background: #1A9B4F;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(36, 202, 103, 0.4);
}

.donate-btn:hover::before {
    left: 100%;
}

.donate-btn:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.back-btn {
    width: 100%;
    background: white;
    color: #6b7280;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 12px;
    font-family: inherit;
}

.back-btn:hover {
    background: #f9fafb;
    border-color: #d1d5db;
    color: #374151;
}

/* Form Groups */
.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"] {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #d1d5db;
    border-radius: 12px;
    font-size: 16px;
    font-family: inherit;
    color: #1f2937;
    background: #ffffff;
    transition: all 0.3s ease;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.form-group input:focus {
    outline: none;
    border-color: var(--primary-dark);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(182, 90, 47, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Selected Amount Display */
.selected-amount-display {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    color: white;
    padding: 12px 16px;
    border-radius: 12px;
    text-align: center;
    margin: 0 auto 20px auto;
    max-width: 200px;
}

.amount-value {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: white;
}

/* Turbinar Doação */
.checkbox-label-turbine {
    display: flex;
    flex-direction: column;
    gap: 0;
    cursor: pointer;
    padding: 12px;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    margin: 0;
}

.checkbox-label-turbine:hover {
    background: #ffffff;
    border-color: var(--primary-dark);
}

.checkbox-label-turbine input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: var(--primary-dark);
    flex-shrink: 0;
    margin-right: 8px;
}

.checkbox-label-turbine > div {
    display: flex;
    align-items: center;
}

.turbine-title {
    font-weight: 600;
    color: #374151;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.heart-icon {
    width: 16px;
    height: 16px;
    fill: var(--primary-dark);
    flex-shrink: 0;
    display: inline-block;
}

.turbine-description {
    margin: 8px 0 0 28px;
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.4;
}

/* Loading no Modal - DESIGN CORRIGIDO */
.donation-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    z-index: 10;
    margin: 0;
    padding: 0;
}

.loading-box {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    border-radius: 20px;
    padding: 80px 40px;
    text-align: center;
    box-shadow: 0 25px 50px rgba(182, 90, 47, 0.5);
    width: 95%;
    max-width: 95%;
    margin: 0 auto;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.loading-box::before {
    display: none;
}

.loading-logo {
    width: 120px;
    height: 120px;
    margin: 10px auto 40px auto;
    display: block !important;
    object-fit: contain;
    object-position: center;
    image-rendering: auto;
    filter: none !important;
    opacity: 1 !important;
    border-radius: 15px;
    text-align: center;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    position: relative;
    z-index: 5;
}

.loading-spinner {
    width: 60px;
    height: 60px;
    border: 6px solid rgba(255, 255, 255, 0.3);
    border-top: 6px solid white;
    border-right: 6px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 30px auto;
    display: block !important;
    position: relative;
    z-index: 20;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.5);
    background: transparent;
    opacity: 1 !important;
    visibility: visible !important;
}

.loading-message {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.5px;
    animation: pulse 2s ease-in-out infinite;
}

/* Eliminar qualquer linha branca - EXCETO SPINNER */
.donation-loading *:not(.loading-spinner),
.donation-loading::before,
.donation-loading::after,
.loading-box *:not(.loading-spinner),
.loading-box::before,
.loading-box::after {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background-image: none !important;
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Eliminar especificamente qualquer linha entre logo e spinner */
.loading-logo + * {
    border-top: none !important;
    border-bottom: none !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.loading-logo::after {
    display: none !important;
    content: none !important;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    background: none !important;
}

/* Garantir que o spinner mantenha suas propriedades */
.loading-spinner {
    border: 6px solid rgba(255, 255, 255, 0.3) !important;
    border-top: 6px solid white !important;
    border-right: 6px solid rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.5) !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.loading-box {
    box-shadow: 0 20px 40px rgba(182, 90, 47, 0.4) !important;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark)) !important;
    border: none !important;
    outline: none !important;
}

/* Eliminar qualquer elemento que possa causar linha branca */
.donation-loading::after {
    content: none !important;
    display: none !important;
}

.donation-loading::before {
    content: none !important;
    display: none !important;
}

/* Garantir que o modal de doação não tenha elementos que causem linhas brancas */
.donation-modal {
    overflow: hidden !important;
}

.donation-modal * {
    box-sizing: border-box !important;
}

/* Remover qualquer pseudo-elemento que possa causar problemas */
.donation-loading .loading-box::before,
.donation-loading .loading-box::after,
.donation-loading .loading-logo::before,
.donation-loading .loading-logo::after,
.donation-loading .loading-spinner::before,
.donation-loading .loading-spinner::after,
.donation-loading .loading-message::before,
.donation-loading .loading-message::after {
    display: none !important;
    content: none !important;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

/* Responsividade do Loading */
@media (max-width: 768px) {
    .loading-box {
        padding: 60px 30px;
        width: 96%;
        max-width: 96%;
        min-height: 350px;
    }
    
    .loading-logo {
        width: 100px;
        height: 100px;
        margin: 10px auto 35px auto;
        object-fit: contain;
        object-position: center;
        image-rendering: auto;
        filter: none !important;
        opacity: 1 !important;
    }
    
    .loading-spinner {
        width: 50px;
        height: 50px;
        border-width: 5px;
        margin-bottom: 25px;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    .loading-message {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .loading-box {
        padding: 50px 25px;
        width: 98%;
        max-width: 98%;
        min-height: 320px;
    }
    
    .loading-logo {
        width: 90px;
        height: 90px;
        margin: 10px auto 30px auto;
        filter: none !important;
        opacity: 1 !important;
    }
    
    .loading-spinner {
        width: 45px;
        height: 45px;
        border-width: 5px;
        margin-bottom: 20px;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    .loading-message {
        font-size: 15px;
    }
}

/* Modal Você Sabia */
.phone-confirmation-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100000;
    padding: 20px;
    animation: fadeIn 0.3s ease-out;
}

.phone-confirmation-content {
    background: white;
    border-radius: 20px;
    max-width: 450px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    animation: slideUp 0.3s ease-out;
}

.phone-confirmation-header {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    padding: 30px 25px 20px;
    text-align: center;
    color: white;
}

.phone-confirmation-header h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    color: white;
}

.phone-confirmation-body {
    padding: 25px;
    text-align: center;
}

.phone-confirmation-body p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin: 0 0 15px 0;
}

.phone-confirmation-subtitle {
    font-weight: 600;
    color: var(--primary-dark) !important;
    margin-top: 20px !important;
    font-size: 14px !important;
}

.phone-confirmation-footer {
    padding: 0 25px 25px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.phone-confirmation-btn {
    width: 100%;
    padding: 16px 24px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: inherit;
}

.phone-confirmation-btn-primary {
    background: #24CA67;
    color: white;
}

.phone-confirmation-btn-primary:hover {
    background: #1A9B4F;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(36, 202, 103, 0.4);
}

.phone-confirmation-btn-secondary {
    background: #f5f5f5;
    color: #666;
    border: 2px solid #e0e0e0;
}

.phone-confirmation-btn-secondary:hover {
    background: #e8e8e8;
    border-color: #d0d0d0;
    transform: translateY(-1px);
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 480px) {
    .donation-modal .modal-content {
        width: 95%;
        margin: 10px;
        max-width: none;
    }
    
    .donation-modal .modal-header {
        padding: 16px;
    }
    
    .donation-modal .modal-header h2 {
        font-size: 16px;
    }
    
    .donation-modal .modal-body {
        padding: 16px;
    }
    
    .donation-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .donation-btn {
        padding: 14px 10px;
        font-size: 15px;
    }
    
    .loading-box {
        padding: 60px 30px;
        min-height: 350px;
    }
    
    .loading-logo {
        width: 100px;
        height: 100px;
    }
    
    .loading-spinner {
        width: 50px;
        height: 50px;
        border-width: 5px;
    }
    
    .phone-confirmation-content {
        max-width: 100%;
        border-radius: 15px;
    }
    
    .phone-confirmation-header {
        padding: 25px 20px 15px;
    }
    
    .phone-confirmation-header h3 {
        font-size: 20px;
    }
    
    .phone-confirmation-body {
        padding: 20px;
    }
    
    .phone-confirmation-footer {
        padding: 0 20px 20px;
    }
    
    .phone-confirmation-btn {
        padding: 14px 20px;
        font-size: 15px;
    }
}

.donation-form-fields {
    display: grid;
    gap: 16px;
    margin-top: 10px;
    text-align: left;
}

.input-group {
    display: grid;
    gap: 6px;
}

.donation-input {
    width: 100%;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid rgba(182, 90, 47, 0.2);
    background: #fffaf4;
    color: #6f4d3f;
    font-family: inherit;
    font-size: 14px;
    transition: all 0.2s ease;
}

.donation-input:focus {
    outline: none;
    border-color: var(--primary);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(182, 90, 47, 0.1);
}

textarea.donation-input {
    min-height: 80px;
    resize: vertical;
}

/* Ajustes para tornar a seção de doação mais compacta no mobile */
@media (max-width: 480px) {
    .pix-section {
        padding: 15px 10px 20px;
        margin: 0 10px;
    }
    
    .pix-section-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .pix-key-card {
        padding: 15px 12px;
        gap: 8px;
    }
    
    .donation-value-selector {
        gap: 6px;
    }
    
    .value-btn {
        padding: 8px 4px;
        font-size: 13px;
    }
    
    .donation-input {
        padding: 10px;
        font-size: 14px;
    }
    
    .pix-copy-btn {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    .pix-recipient {
        font-size: 11px;
    }
    
    #qr-code-area {
        padding: 15px !important;
    }
    
    #qr-code-img {
        max-width: 160px !important;
    }
}
