.commitment-section{background:#0c1a2e;padding:96px 24px}.commitment-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.commitment-left{position:sticky;top:100px}.commitment-eyebrow{font-size:10px;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:#F15A28;margin-bottom:16px}.commitment-heading{font-size:clamp(28px,3vw,42px);font-weight:900;line-height:1.15;letter-spacing:-.02em;color:#fff;margin-bottom:20px}.commitment-heading-accent{color:#F15A28}.commitment-sub{font-size:15px;color:rgba(255,255,255,.5);line-height:1.8;margin-bottom:40px}.commitment-stats{display:flex;align-items:center;gap:24px}.commitment-stat{display:flex;flex-direction:column;gap:4px}.commitment-stat-num{font-size:28px;font-weight:900;color:#fff;letter-spacing:-.03em;line-height:1}.commitment-stat-label{font-size:11px;color:rgba(255,255,255,.4);font-weight:600;white-space:nowrap}.commitment-stat-divider{width:1px;height:36px;background:rgba(255,255,255,.1);flex-shrink:0}.commitment-right{display:flex;flex-direction:column}.commitment-item{display:grid;grid-template-columns:48px 1fr;gap:20px;padding:28px 0;border-bottom:1px solid rgba(255,255,255,.07);align-items:start;transition:background .2s}.commitment-item:first-child{border-top:1px solid rgba(255,255,255,.07)}.commitment-item-num{font-size:13px;font-weight:800;color:#F15A28;letter-spacing:.05em;padding-top:3px}.commitment-item-title{font-size:17px;font-weight:700;color:#fff;margin-bottom:8px;line-height:1.3}.commitment-item-desc{font-size:13px;color:rgba(255,255,255,.45);line-height:1.75}@media (max-width:900px){.commitment-inner{grid-template-columns:1fr;gap:48px}.commitment-left{position:static}}@media (max-width:480px){.commitment-section{padding:72px 20px}.commitment-stats{gap:16px}.commitment-stat-num{font-size:22px}}.cta-section{position:relative;overflow:hidden;padding:96px 24px;background:linear-gradient(135deg,#F15A28,#c44a1f)}.cta-circle{position:absolute;border-radius:50%;background:rgba(255,255,255,.06);pointer-events:none}.cta-circle-1{width:480px;height:480px;top:-160px;right:-80px}.cta-circle-2{width:320px;height:320px;bottom:-120px;left:-60px}.cta-btn-primary{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:#fff;color:#c44a1f;border-radius:100px;font-size:14px;font-weight:700;letter-spacing:.01em;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;text-decoration:none;white-space:nowrap}.cta-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(0,0,0,.18);background:#f8fafc}.cta-btn-outline{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;background:transparent;color:rgba(255,255,255,.85);border:1.5px solid rgba(255,255,255,.35);border-radius:100px;font-size:14px;font-weight:600;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;text-decoration:none;white-space:nowrap}.cta-btn-outline:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.6);color:#fff;transform:translateY(-2px)}