/* SW CARE - CTA BLOCK STYLES v001 */
.swc-cta-short,.swc-cta-mid,.swc-cta-long{margin:2rem 0;font-family:inherit;box-sizing:border-box}
.swc-cta-short *,.swc-cta-mid *,.swc-cta-long *{box-sizing:border-box}
.swc-cta-card{position:relative;background:linear-gradient(135deg,#f0fdfa 0%,#eff6ff 100%);border:2px solid #99f6e4;border-radius:16px;padding:2rem;box-shadow:0 4px 24px rgba(13,148,136,.1)}
.swc-cta-card::before{content:"";position:absolute;top:0;left:0;width:96px;height:4px;background:linear-gradient(90deg,#0d9488,#3b82f6);border-radius:0 0 4px 0}
.swc-cta-short .swc-cta-card{border-radius:12px;padding:1.25rem 1.5rem}
.swc-cta-short .swc-cta-card::before{display:none}
.swc-cta-short-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}
.swc-cta-short-text{flex:1;min-width:0;font-size:.95rem;color:#334155;line-height:1.6;margin:0}
.swc-cta-btn-call{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:#0d9488;color:#fff!important;font-weight:700;font-size:.9rem;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none!important;white-space:nowrap;box-shadow:0 2px 8px rgba(13,148,136,.3);transition:background .2s,box-shadow .2s;flex-shrink:0}
.swc-cta-btn-call:hover{background:#0f766e;box-shadow:0 4px 12px rgba(13,148,136,.4);color:#fff!important}
.swc-cta-btn-call svg{width:18px;height:18px}
.swc-cta-headline{font-size:1.6rem;font-weight:800;color:#0f172a;line-height:1.25;margin:0 0 .5rem 0}
.swc-cta-headline span{display:block;color:#0d9488;margin-top:.25rem}
.swc-cta-subtext{font-size:.95rem;color:#334155;line-height:1.7;margin:0 0 1.5rem 0}
.swc-cta-badges{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.5rem}
.swc-cta-badge{display:flex;align-items:flex-start;gap:.6rem;background:rgba(255,255,255,.75);border:1px solid #ccfbf1;border-radius:8px;padding:.75rem}
.swc-cta-badge svg{width:18px;height:18px;color:#0d9488;flex-shrink:0;margin-top:2px}
.swc-cta-badge-label{font-size:.65rem;font-weight:700;color:#0d9488;text-transform:uppercase;letter-spacing:.06em;display:block}
.swc-cta-badge-value{font-size:.85rem;font-weight:800;color:#0f172a;display:block}
.swc-cta-phone-block{background:#fff;border:2px solid #0d9488;border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:.75rem;box-shadow:0 2px 8px rgba(13,148,136,.12)}
.swc-cta-phone-eyebrow{font-size:.65rem;font-weight:700;color:#0d9488;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .5rem 0}
.swc-cta-phone-link{display:flex;align-items:center;gap:.75rem;text-decoration:none!important;color:#0f172a!important}
.swc-cta-phone-link svg{width:24px;height:24px;color:#0d9488;flex-shrink:0}
.swc-cta-phone-block .swc-cta-phone-number{font-size:2rem;font-weight:900;color:#0f172a!important;white-space:nowrap;line-height:1}
.swc-cta-phone-block .swc-cta-phone-hours{font-size:.8rem;color:#64748b!important;margin:.5rem 0 0 0}
.swc-cta-btn-callback{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;border:2px solid #0d9488;background:transparent;color:#0d9488;font-weight:600;font-size:.9rem;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;text-decoration:none!important;transition:background .2s,color .2s}
.swc-cta-btn-callback:hover{background:#f0fdfa;color:#0f766e}
.swc-cta-btn-callback svg{width:16px;height:16px;flex-shrink:0}
.swc-cta-reassurance{display:flex;align-items:flex-start;gap:.5rem;margin-top:1.25rem;font-size:.85rem;color:#475569}
.swc-cta-reassurance svg{width:18px;height:18px;color:#0d9488;flex-shrink:0;margin-top:1px}
.swc-cta-process{margin-top:2rem;padding-top:2rem;border-top:2px solid #99f6e4}
.swc-cta-process-title{font-size:1.1rem;font-weight:800;color:#0f172a;margin:0 0 .75rem 0}
.swc-cta-process-intro{font-size:.9rem;color:#334155;line-height:1.65;margin:0 0 1.25rem 0}
.swc-cta-steps{display:flex;flex-direction:column;gap:1rem}
.swc-cta-step{display:flex;gap:1rem;align-items:flex-start}
.swc-cta-step-num{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#0d9488;color:#fff;font-weight:800;font-size:.95rem;flex-shrink:0}
.swc-cta-step-title{font-size:.9rem;font-weight:700;color:#0f172a;margin:0 0 .25rem 0}
.swc-cta-step-desc{font-size:.82rem;color:#475569;line-height:1.55;margin:0}
@media(max-width:600px){
.swc-cta-card{padding:1.25rem;border-radius:12px}
.swc-cta-headline{font-size:1.3rem}
.swc-cta-phone-number{font-size:1.6rem}
.swc-cta-short-inner{flex-direction:column;align-items:stretch}
.swc-cta-btn-call{width:100%}
}