.why-section{width:calc(100% - 100px);margin:48px auto}.why-container{max-width:1140px;margin:auto;display:flex;justify-content:space-between;align-items:center;gap:2rem}.why-left{flex:1 1 56%;display:flex;flex-direction:column;gap:.55rem}.why-right{flex:1 1 44%;display:flex;justify-content:center}.why-container .why-right img{width:100%;max-width:420px;height:auto;object-fit:contain;filter:drop-shadow(0 16px 34px rgba(21,183,182,.16))}.why-eyebrow{font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ff3951}.why-title{font-size:clamp(1.35rem,3vw,2rem);font-weight:800;line-height:1.18;color:#1f2937}.why-title span{color:#15b7b6}.why-subtitle{font-size:.9rem;line-height:1.55;color:#4b5563}.why-subtitle strong{color:#ff3951;font-weight:700}.why-points{display:grid;grid-template-columns:1fr 1fr;align-items:center;row-gap:.55rem;column-gap:.8rem;margin:.3rem 0 .4rem}.why-point{display:flex;align-items:center;gap:.5rem;font-size:.82rem;font-weight:600;color:#374151;line-height:1.3}.why-point-icon{flex-shrink:0;font-size:.95rem;color:#17b6b6}.why-cta{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:.2rem}.why-btn{display:inline-flex;align-items:center;padding:.5rem 1.3rem;font-size:.85rem;border:1px solid #ee5b59;background-color:#ee5b59;color:#fff;width:max-content;border-radius:30px;font-weight:600;transition:all .25s ease}.why-btn:hover{border:1px solid #17b6b6;background-color:#17b6b6;color:#fff}.why-cta .book-btn,.why-cta .book-demo-btn{padding:.5rem 1.3rem;font-size:.85rem}@media (max-width:992px){.why-container{flex-direction:column-reverse;gap:2rem}.why-left,.why-right{width:100%;flex:1 1 100%}.why-container .why-right img{max-width:360px}}@media (max-width:768px){.why-section{width:calc(100% - 30px);margin:36px auto}}@media (max-width:560px){.why-points{grid-template-columns:1fr}}@media (max-width:360px){.book-btn,.why-btn{padding:.4rem 1rem}}