
.modal-wrap {overflow: hidden; max-width: 100%}
.modal-cover { background: #0f2a4a; padding: 22px 24px 22px; text-align: center; position: relative;}
.modal-cover .badge-top { display: inline-block; background: #e8533a; color: #fff; font-size: 11px; font-weight: 500; padding: 4px 14px; border-radius: 20px; letter-spacing: 0.5px; margin-bottom: 12px; }
.modal-cover h2 { color: #fff; font-size: 22px; font-weight: 500; line-height: 1.3; margin: 0 0 8px; }
.modal-cover h2 span { color: #f4a23a; }
.modal-cover p { color: rgba(255,255,255,0.75); font-size: 13px; margin: 0; line-height: 1.6; }
.modal-body-inner { padding: 20px 20px 0; max-height: 335px; overflow-y: auto; }
.pain-block { background: #fff3f1; border: 1px solid #ffab9c; border-radius: 10px; padding: 12px 14px; margin-bottom: 18px; }
.pain-block p { font-size: 13px; color: #7a2a1a; margin: 0; line-height: 1.6; }
.pain-block strong { color: #c0391b; }
.section-title { font-size: 13px; font-weight: 500; color: var(--color-text-secondary); text-transform: uppercase; letter-spacing: 0.6px; margin: 0 0 10px; }
.check-list { list-style: none; padding: 0; margin: 0 0 18px; }
.check-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: var(--color-text-primary); line-height: 1.5; padding: 5px 0; border-bottom: 0.5px solid #d5d4ce; }
.check-list li:last-child { border-bottom: none; }
.check-icon { color: #1a9e6e; font-size: 14px; margin-top: 1px; flex-shrink: 0; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; }
.price-card { border-radius: 10px; padding: 14px; border: 0.5px solid #d5d4ce; background: #fff; }
.price-card .flag { font-size: 11px; font-weight: 500; color: var(--color-text-secondary); margin-bottom: 6px; display: block; }
.price-card .amount { font-size: 20px; font-weight: 500; color: #0f2a4a; line-height: 1; display: block; margin-bottom: 4px; }
.price-card .desc { font-size: 11px; color: var(--color-text-secondary); line-height: 1.4; display: block; }
.price-card .delay { font-size: 11px; margin-top: 8px; display: inline-block; background: #e8f5ef; color: #0f6e56; padding: 3px 8px; border-radius: 20px; }
.price-card.featured { border-color: #1a9e6e; background: #f0faf6; }
.price-card.featured .amount { color: #0f6e56; }
.steps-list { list-style: none; padding: 0; margin: 0 0 18px; counter-reset: steps; }
.steps-list li { counter-increment: steps; display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--color-text-primary); padding: 6px 0; line-height: 1.5; }
.steps-list li::before { content: counter(steps); background: #0f2a4a; color: #fff; font-size: 11px; font-weight: 500; width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.urgency-block { background: #fff8ec; border: 0.5px solid #f4a23a; border-radius: 10px; padding: 12px 14px; margin-bottom: 18px; text-align: center; }
.urgency-block p { font-size: 13px; color: #7a4a00; margin: 0; line-height: 1.6; }
.urgency-block strong { color: #c07800; font-size: 14px; }
.modal-footer-inner { padding: 16px 20px 20px; border-top: 0.5px solid #d5d4ce; }
.cta-btn { display: block; width: 100%; background: #25d366; color: #fff; border: none; border-radius: 10px; padding: 14px; font-size: 15px; font-weight: 500; cursor: pointer; text-align: center; text-decoration: none; letter-spacing: 0.2px; }
.cta-btn:hover { background: #0a9a41; }
.cta-btn .icon { font-size: 16px; margin-right: 6px; }
.social-proof { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 12px; }
.proof-item { font-size: 12px; color: var(--color-text-secondary); display: flex; align-items: center; gap: 4px; }
.proof-item strong { color: var(--color-text-primary); } 