.cpa-wrap {
    display: flex; align-items: stretch; overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
    border-radius: 20px; border: 1px solid #ddd;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08); min-height: 400px;
    max-width: 1200px; margin: 30px auto;
}
.cpa-left {
    flex: 1; padding: 45px 55px;
    display: flex; flex-direction: column; justify-content: center;
    box-sizing: border-box;
}
.cpa-title { font-size: 42px; font-weight: 800; color: #1a1a1a; margin: 0 0 6px; line-height: 1; font-family: Arial, sans-serif; }
.cpa-desc { font-size: 17px; color: #888; margin: 0 0 28px; font-family: Arial, sans-serif; line-height: 1.3; }
.cpa-timer-wrap { display: flex; align-items: center; gap: 14px; margin: 0 0 28px; flex-wrap: wrap; }
.cpa-timer-label { font-size: 12px; font-weight: 700; color: #aaa; text-transform: uppercase; letter-spacing: 1.5px; font-family: Arial, sans-serif; }
.cpa-timer { background: #fff; border: 2px solid #e74c3c; border-radius: 12px; padding: 10px 20px; font-family: 'Courier New', monospace; font-size: 26px; font-weight: 700; color: #e74c3c; box-shadow: 0 4px 16px rgba(231,76,60,0.2); letter-spacing: 3px; line-height: 1; }
.cpa-list { display: flex; flex-direction: column; gap: 14px; margin: 0 0 35px; }
.cpa-item { display: flex; align-items: center; gap: 14px; margin: 0; padding: 0; }
.cpa-check { background: #e74c3c; color: #fff; border-radius: 50%; min-width: 24px; width: 24px; height: 24px; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; flex-shrink: 0; line-height: 1; font-family: Arial, sans-serif; box-sizing: border-box; }
.cpa-item span:last-child { font-size: 16px; color: #333; font-weight: 500; font-family: Arial, sans-serif; line-height: 1; }
.cpa-btn-svg { cursor: pointer; display: block; overflow: visible; filter: drop-shadow(0 10px 25px rgba(231,76,60,0.4)); }
.cpa-right { flex: 0 0 480px; display: flex; align-items: center; justify-content: center; padding: 20px; box-sizing: border-box; }
.cpa-right img { width: 440px; height: 440px; object-fit: contain; display: block; filter: drop-shadow(0 25px 50px rgba(0,0,0,0.15)); }
@media (max-width: 768px) {
    .cpa-wrap { flex-direction: column; }
    .cpa-left { padding: 30px 25px; }
    .cpa-right { flex: none; padding: 0 25px 25px; }
    .cpa-right img { width: 100%; height: auto; max-height: 280px; }
    .cpa-btn-svg { width: 100%; }
    .cpa-title { font-size: 30px; }
}
