.ktda-donation-section-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.ktda-donation-content {
    flex: 1;
    min-width: 300px;
}

.ktda-donation-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ktda-donation-badge i, .ktda-donation-badge svg {
    margin-right: 6px;
    color: #e91e63;
    width: 12px;
    height: 12px;
    fill: #e91e63;
}

.ktda-donation-main-title {
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 20px 0;
}

.ktda-donation-main-title span.highlight-pink {
    color: #e91e63;
}

.ktda-donation-main-title span.highlight-yellow {
    color: #f59e0b;
}

.ktda-donation-main-desc {
    font-size: 16px;
    color: #cbd5e1;
    line-height: 1.6;
    margin: 0 0 40px 0;
    max-width: 90%;
}

.ktda-donation-impact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.ktda-donation-impact-item h4 {
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 5px 0;
}

.ktda-donation-impact-item p {
    font-size: 13px;
    color: #94a3b8;
    margin: 0;
    line-height: 1.4;
}

.ktda-donation-form-wrapper {
    flex: 1;
    min-width: 320px;
    max-width: 500px;
}

/* Form Styles */
.ktda-donation-container {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    width: 100%;
    text-align: center;
}

.ktda-donation-header {
    margin-bottom: 30px;
}

.ktda-donation-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1f36;
    margin: 0 0 10px 0;
}

.ktda-donation-subtitle {
    font-size: 14px;
    color: #8792a2;
    margin: 0;
}

.ktda-donation-amounts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}

.ktda-donation-amount-btn {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
    border-radius: 12px;
    padding: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #1a1f36;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ktda-donation-amount-btn:hover {
    background: #f8fafc;
    color: #1a1f36;
}

.ktda-donation-amount-btn.active {
    background: #00a896;
    color: #ffffff;
    border-color: #00a896;
}

.ktda-donation-other-amount {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border-radius: 12px;
    padding: 0 20px;
    margin-bottom: 15px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.ktda-donation-other-amount:focus-within {
    border-color: #00a896;
    background: #ffffff;
}

.ktda-donation-currency {
    font-weight: 700;
    color: #64748b;
    margin-right: 10px;
}

.ktda-donation-input {
    flex: 1;
    border: none !important;
    background: transparent !important;
    padding: 18px 0;
    font-size: 16px;
    font-weight: 600;
    color: #1a1f36;
    outline: none !important;
    box-shadow: none !important;
}

.ktda-donation-input::placeholder {
    color: #94a3b8;
    font-weight: 600;
}

.ktda-donation-email-group {
    background: #f8fafc;
    border-radius: 12px;
    padding: 0 20px;
    margin-bottom: 15px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    display: flex;
}

.ktda-donation-error {
    color: #e91e63;
    font-size: 13px;
    margin-bottom: 20px;
    text-align: left;
    display: none;
    font-weight: 600;
}

.ktda-donation-email-group:focus-within {
    border-color: #00a896;
    background: #ffffff;
}

.ktda-donation-email {
    flex: 1;
    border: none !important;
    background: transparent !important;
    padding: 18px 0;
    font-size: 16px;
    font-weight: 600;
    color: #1a1f36;
    outline: none !important;
    box-shadow: none !important;
}

.ktda-donation-email::placeholder {
    color: #94a3b8;
    font-weight: 600;
}

.ktda-donation-submit {
    width: 100%;
    background: #e91e63;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 18px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.ktda-donation-submit:hover {
    background: #d81557;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(233, 30, 99, 0.2);
}

.ktda-donation-secure {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    color: #94a3b8;
}

.ktda-donation-secure svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #10b981;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Custom Animations */
.ktda-anim-pulse:hover {
    animation: ktda-pulse-glow 1.5s infinite;
}
@keyframes ktda-pulse-glow {
    0% { box-shadow: 0 0 0 0 rgba(233, 30, 99, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(233, 30, 99, 0); }
    100% { box-shadow: 0 0 0 0 rgba(233, 30, 99, 0); }
}

.ktda-anim-shiny {
    position: relative;
    overflow: hidden;
}
.ktda-anim-shiny::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(30deg);
    transition: all 0.5s ease;
}
.ktda-anim-shiny:hover::after {
    left: 120%;
}

.ktda-anim-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ktda-anim-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.ktda-anim-wobble:hover {
    animation: ktda-wobble 1s;
}
@keyframes ktda-wobble {
  0% { transform: translateX(0%); }
  15% { transform: translateX(-25%) rotate(-5deg); }
  30% { transform: translateX(20%) rotate(3deg); }
  45% { transform: translateX(-15%) rotate(-3deg); }
  60% { transform: translateX(10%) rotate(2deg); }
  75% { transform: translateX(-5%) rotate(-1deg); }
  100% { transform: translateX(0%); }
}

.ktda-form-lift {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.ktda-form-lift:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.ktda-form-glow {
    transition: box-shadow 0.4s ease;
}
.ktda-form-glow:hover {
    box-shadow: 0 0 30px rgba(0, 168, 150, 0.2);
}

.ktda-icon-heartbeat.ktda-anim-trigger-on_load,
.ktda-donation-badge:hover .ktda-icon-heartbeat.ktda-anim-trigger-on_hover {
    animation: ktda-heartbeat 1s infinite;
}
@keyframes ktda-heartbeat {
    0% { transform: scale(1); }
    15% { transform: scale(1.3); }
    30% { transform: scale(1); }
    45% { transform: scale(1.3); }
    60% { transform: scale(1); }
    100% { transform: scale(1); }
}

.ktda-icon-spin.ktda-anim-trigger-on_load,
.ktda-donation-badge:hover .ktda-icon-spin.ktda-anim-trigger-on_hover {
    animation: ktda-spin 2s linear infinite;
}
@keyframes ktda-spin {
    100% { transform: rotate(360deg); }
}

.ktda-icon-bounce.ktda-anim-trigger-on_load,
.ktda-donation-badge:hover .ktda-icon-bounce.ktda-anim-trigger-on_hover {
    animation: ktda-bounce 1s infinite;
}
@keyframes ktda-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@media (max-width: 768px) {
    .ktda-donation-section-wrapper {
        flex-direction: column;
    }
    .ktda-donation-main-title {
        font-size: 32px;
    }
}
