 /* ============= WHY CHOOSE (NEW) ============= */
.why {
    background-color:#f2f2f2;
    padding: 120px 0px 120px;
}
.why-cta .btn-fill {
    font-family: Albert Sans;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0;
    text-decoration: none;
    border-radius: 0px;
    min-width: 220px;
    text-align: center;
    min-height: 44px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: #fff;
}
.why .wrap {
    max-width: 1400px;
    margin: 0 auto;
}
  .why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
  .why-card{background:#fff;padding:40px 32px;display:flex;flex-direction:column;gap:14px;min-height:240px}
  .why-card .num{font-family:"Albert Sans",sans-serif;font-size:32px;font-style:italic;color:var(--aubergine);line-height:1;font-weight:400}
  .why-card h3{
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    margin: 8px 0 2px 0;
    padding: 0;}
  .why-card p{font-size:14.5px;color:var(--ink-2);line-height:1.6}
  .why-cta{margin-top:50px;text-align:center}