
/* ===== DONATION ICON STYLES ===== */
.donation-icon {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}
.donation-icon--small {
    width: 0.8rem;
    height: 0.8rem;
}
.donation-icon--medium {
    width: 1rem;
    height: 1rem;
}
.donation-icon--large {
    width: 1.25rem;
    height: 1.25rem;
}
.donation-icon--xlarge {
    width: 1.5rem;
    height: 1.5rem;
}
.donation-icon:hover {
    transform: scale(1.1);
    filter: brightness(0) invert(1) drop-shadow(0 0 2px rgba(255,255,255,0.5));
}
/* Feature Icon Container */
.feature-icon-container {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--aegean-blue) 0%, var(--aegean-blue-dark) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(46, 134, 171, 0.3);
}
.feature-icon-container::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, var(--aegean-blue), var(--ottoman-gold), var(--turkish-red));
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.feature-icon-container:hover::before {
    opacity: 1;
}
.feature-icon-container:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 25px rgba(46, 134, 171, 0.5);
}
.feature-icon-container .donation-icon {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
}
.feature-icon-container:hover .donation-icon {
    transform: scale(1.2);
}
/* Success Icon */
.success-icon-container {
    width: 80px;
    height: 80px;
    background: var(--success-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    animation: pulse 2s infinite;
}
.success-icon-container .donation-icon {
    width: 40px;
    height: 40px;
    filter: brightness(0) invert(1);
}
/* Cancelled Icon */
.cancelled-icon-container {
    width: 80px;
    height: 80px;
    background: var(--warning-yellow);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}
.cancelled-icon-container .donation-icon {
    width: 40px;
    height: 40px;
    filter: brightness(0) invert(1);
}
/* Support Icon */
.support-icon-container {
    width: 50px;
    height: 50px;
    background: var(--aegean-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}
.support-icon-container .donation-icon {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}
/* Widget Icon */
.ta-widget-icon {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}
/* Responsive Icon Sizes */
@media (max-width: 768px) {
    .donation-icon--large {
        width: 1rem;
        height: 1rem;
    }
    .donation-icon--xlarge {
        width: 1.25rem;
        height: 1.25rem;
    }
    .feature-icon-container {
        width: 50px;
        height: 50px;
    }
    .feature-icon-container .donation-icon {
        width: 25px;
        height: 25px;
    }
}
    .donation-icon--xlarge {
        width: 1.5rem;
        height: 1.5rem;
    }
    .feature-icon-container {
        width: 60px;
        height: 60px;
    }
    .feature-icon-container .donation-icon {
        width: 30px;
        height: 30px;
    }
}
/* AK Türkiye Atlası - Donation System Styles */
/* ===== DONATION SYSTEM VARIABLES ===== */
/* ===== DONATION PAGE STYLES ===== */
.donation-hero {
    background: linear-gradient(135deg, var(--turkish-red) 0%, var(--turkish-red-dark) 100%);
    color: white;
    padding: 6rem 0;
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    overflow: hidden;
}
.donation-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="stars" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23stars)"/></svg>');
    opacity: 0.3;
}
.donation-hero h1 {
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    position: relative;
    z-index: 2;
}
.donation-hero .lead {
    font-size: 1.4rem;
    opacity: 0.95;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.donation-hero img {
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
    transition: transform 0.3s ease;
}
.donation-hero img:hover {
    transform: scale(1.1) rotate(5deg);
}
.donation-amount {
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--turkish-red);
    margin: 1.5rem 0;
    text-shadow: 2px 2px 4px rgba(227, 10, 23, 0.2);
    position: relative;
}
.donation-amount::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--turkish-red), var(--ottoman-gold));
    border-radius: 2px;
}
.btn-donate {
    background: linear-gradient(135deg, var(--turkish-red) 0%, var(--turkish-red-dark) 100%);
    border: none;
    color: white;
    padding: 18px 40px;
    font-size: 1.3rem;
    font-weight: 700;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
    margin-top: 1.5rem;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.btn-donate::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;
}
.btn-donate:hover::before {
    left: 100%;
}
.btn-donate:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 25px rgba(227, 10, 23, 0.5);
    color: white;
    background: linear-gradient(135deg, var(--turkish-red-dark) 0%, var(--turkish-red) 100%);
}
.donation-form {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 25px;
    padding: 40px;
    backdrop-filter: blur(20px);
    border: 2px solid rgba(227, 10, 23, 0.3);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}
.donation-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(227, 10, 23, 0.05) 50%, transparent 70%);
    animation: shimmer 3s infinite;
}
@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}
.security-badge {
    background: var(--success-green);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    display: inline-block;
    margin-top: 1rem;
}
.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--aegean-blue) 0%, var(--aegean-blue-dark) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(46, 134, 171, 0.3);
}
.feature-icon::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, var(--aegean-blue), var(--ottoman-gold), var(--turkish-red));
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.feature-icon:hover::before {
    opacity: 1;
}
.feature-icon:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 25px rgba(46, 134, 171, 0.5);
}
.feature-icon img {
    transition: transform 0.3s ease;
}
.feature-icon:hover img {
    transform: scale(1.2);
}
.faq-item {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border-radius: 15px;
    margin-bottom: 20px;
    border: 2px solid rgba(227, 10, 23, 0.2);
    transition: all 0.3s ease;
    overflow: hidden;
}
.faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(227, 10, 23, 0.1);
    border-color: rgba(227, 10, 23, 0.4);
}
.faq-header {
    background: linear-gradient(135deg, rgba(227, 10, 23, 0.15) 0%, rgba(227, 10, 23, 0.05) 100%);
    border-radius: 15px 15px 0 0;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}
.faq-header::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--turkish-red);
    transition: transform 0.3s ease;
}
.faq-header:hover::after {
    transform: translateY(-50%) rotate(45deg);
}
.faq-header:hover {
    background: linear-gradient(135deg, rgba(227, 10, 23, 0.25) 0%, rgba(227, 10, 23, 0.1) 100%);
}
.faq-body {
    padding: 20px;
    border-top: 1px solid rgba(227, 10, 23, 0.2);
}
/* ===== THANK YOU PAGE STYLES ===== */
.thank-you-card {
    background: linear-gradient(135deg, rgba(227, 10, 23, 0.1) 0%, rgba(212, 175, 55, 0.1) 100%);
    border: 2px solid var(--turkish-red);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
}
.success-icon {
    width: 100px;
    height: 100px;
    background: var(--success-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}
.success-icon i {
    font-size: 50px;
    color: white;
}
.donation-amount-large {
    font-size: 3rem;
    font-weight: bold;
    color: var(--turkish-red);
    margin: 20px 0;
}
.impact-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 25px;
    margin: 20px 0;
    border-left: 4px solid var(--ottoman-gold);
}
.social-share-btn {
    background: linear-gradient(135deg, var(--aegean-blue) 0%, var(--aegean-blue-dark) 100%);
    border: none;
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    margin: 10px;
    transition: all 0.3s ease;
}
.social-share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(46, 134, 171, 0.4);
    color: white;
}
.next-steps {
    background: rgba(40, 167, 69, 0.1);
    border: 1px solid var(--success-green);
    border-radius: 15px;
    padding: 25px;
}
.confirmation-details {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}
.btn-primary-custom {
    background: linear-gradient(135deg, var(--turkish-red) 0%, var(--turkish-red-dark) 100%);
    border: none;
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: bold;
    transition: all 0.3s ease;
}
.btn-primary-custom:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(227, 10, 23, 0.4);
    color: white;
}
@keyframes confetti-fall {
    0% { transform: translateY(-100vh) rotate(0deg); opacity: 1; }
    100% { transform: translateY(100vh) rotate(720deg); opacity: 0; }
}
/* ===== CANCELLED PAGE STYLES ===== */
.cancelled-card {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.1) 0%, rgba(227, 10, 23, 0.1) 100%);
    border: 2px solid var(--warning-yellow);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
}
.cancelled-icon {
    width: 100px;
    height: 100px;
    background: var(--warning-yellow);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}
.cancelled-icon i {
    font-size: 50px;
    color: white;
}
.alternative-ways {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 25px;
    margin: 20px 0;
    border-left: 4px solid var(--aegean-blue);
}
.btn-outline-warning-custom {
    border: 2px solid var(--warning-yellow);
    color: var(--warning-yellow);
    background: transparent;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: bold;
    transition: all 0.3s ease;
}
.btn-outline-warning-custom:hover {
    background: var(--warning-yellow);
    color: white;
    transform: scale(1.05);
}
.support-option {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 10px;
    padding: 20px;
    margin: 15px 0;
    transition: all 0.3s ease;
}
.support-option:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-2px);
}
.support-icon {
    width: 60px;
    height: 60px;
    background: var(--aegean-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}
.support-icon i {
    font-size: 24px;
    color: white;
}
.feedback-section {
    background: rgba(255, 193, 7, 0.1);
    border: 1px solid var(--warning-yellow);
    border-radius: 15px;
    padding: 25px;
}
/* ===== WIDGET STYLES ===== */
.ta-donation-widget {
    position: fixed;
    z-index: 9999;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    transition: all 0.3s ease;
    max-width: 350px;
}
.ta-donation-widget.bottom-right {
    bottom: 20px;
    right: 20px;
}
.ta-donation-widget.bottom-left {
    bottom: 20px;
    left: 20px;
}
.ta-donation-widget.top-right {
    top: 20px;
    right: 20px;
}
.ta-donation-widget.top-left {
    top: 20px;
    left: 20px;
}
.ta-widget-header {
    background: linear-gradient(135deg, var(--turkish-red) 0%, var(--turkish-red-dark) 100%);
    color: white;
    padding: 15px 20px;
    border-radius: 15px 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ta-widget-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
.ta-widget-close {
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ta-widget-body {
    background: #2d3748;
    color: white;
    padding: 20px;
    border-radius: 0 0 15px 15px;
}
.ta-widget-description {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 15px;
    color: #e2e8f0;
}
.ta-donation-amounts {
    display: flex;
    gap: 8px;
    margin-bottom: 15px;
}
.ta-amount-btn {
    flex: 1;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 12px;
    font-weight: 500;
}
.ta-amount-btn:hover {
    background: rgba(227, 10, 23, 0.8);
    border-color: var(--turkish-red);
}
.ta-amount-btn.selected {
    background: var(--turkish-red);
    border-color: var(--turkish-red);
}
.ta-donate-btn {
    width: 100%;
    background: linear-gradient(135deg, var(--turkish-red) 0%, var(--turkish-red-dark) 100%);
    border: none;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
}
.ta-donate-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(227, 10, 23, 0.3);
}
.ta-widget-footer {
    text-align: center;
    margin-top: 10px;
}
.ta-widget-footer a {
    color: var(--turkish-red);
    text-decoration: none;
    font-size: 11px;
}
.ta-widget-footer a:hover {
    text-decoration: underline;
}
.ta-widget-minimized {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--turkish-red) 0%, var(--turkish-red-dark) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(227, 10, 23, 0.3);
    transition: all 0.3s ease;
}
.ta-widget-minimized:hover {
    transform: scale(1.1);
}
.ta-widget-minimized i {
    color: white;
    font-size: 24px;
}
.ta-widget-hidden {
    display: none;
}
/* Light theme for widget */
.ta-widget-light .ta-widget-body {
    background: white;
    color: #2d3748;
}
.ta-widget-light .ta-widget-description {
    color: #4a5568;
}
.ta-widget-light .ta-amount-btn {
    background: rgba(45, 55, 72, 0.1);
    border-color: rgba(45, 55, 72, 0.2);
    color: #2d3748;
}
.ta-widget-light .ta-amount-btn:hover {
    background: rgba(227, 10, 23, 0.8);
    color: white;
}
/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
    .donation-hero h1 {
        font-size: 2rem;
    }
    .donation-amount {
        font-size: 2rem;
    }
    .donation-amount-large {
        font-size: 2.5rem;
    }
    .ta-donation-widget {
        max-width: calc(100vw - 40px);
        left: 20px !important;
        right: 20px !important;
    }
}
@media (max-width: 480px) {
    .donation-hero {
        padding: 2rem 0;
    }
    .donation-hero h1 {
        font-size: 1.5rem;
    }
    .btn-donate {
        padding: 12px 20px;
        font-size: 1rem;
    }
    .ta-donation-amounts {
        flex-direction: column;
    }
}
/* ===== ACCESSIBILITY ===== */
@media (prefers-reduced-motion: reduce) {
    .success-icon {
        animation: none;
    }
}
@media (prefers-contrast: high) {
    .btn-donate {
        border: 2px solid var(--turkish-red-dark);
    }
} 