#por-que-psa.section{padding:68px 0}
#por-que-psa .why-heading{max-width:760px;margin:0 auto 34px;text-align:center}
#por-que-psa .why-heading h2{font-size:clamp(2.35rem,4.5vw,3.7rem);line-height:1.08}
#por-que-psa .why-heading p{max-width:620px;margin:16px auto 0;font-size:1rem;line-height:1.55}
#por-que-psa .why-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
#por-que-psa .why-card{min-height:174px;align-items:flex-start;text-align:left;padding:22px 22px 21px;border-radius:20px}
#por-que-psa .why-number{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:24px;margin:0 0 15px;border-radius:999px;background:#dff2ef;color:var(--teal-strong,var(--teal));font:700 .72rem/1 Manrope,sans-serif;letter-spacing:.08em}
#por-que-psa .why-card h3{max-width:none;font-size:1.22rem;line-height:1.25;letter-spacing:-.025em}
#por-que-psa .why-description{margin:10px 0 0;font-size:.92rem;line-height:1.55}
#por-que-psa .why-carousel-nav,#por-que-psa .why-swipe-hint{display:none}

@media(max-width:700px){
  #por-que-psa.section{padding:50px 0 44px;overflow:hidden}
  #por-que-psa .why-heading{margin-bottom:24px}
  #por-que-psa .why-heading h2{font-size:clamp(2.15rem,10vw,2.75rem)}
  #por-que-psa .why-heading p{margin-top:12px;font-size:.96rem;line-height:1.5}
  #por-que-psa .why-cards{display:grid;grid-auto-flow:column;grid-auto-columns:100%;grid-template-columns:none;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-inline:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  #por-que-psa .why-cards::-webkit-scrollbar{display:none}
  #por-que-psa .why-card{min-height:176px;scroll-snap-align:start;scroll-snap-stop:always;padding:23px 22px;border-radius:20px}
  #por-que-psa .why-card h3{font-size:1.3rem}
  #por-que-psa .why-description{font-size:.96rem}
  #por-que-psa .why-carousel-nav{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:18px}
  #por-que-psa .why-arrow{display:grid;place-items:center;width:36px;height:36px;padding:0;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--deep);font:600 1.15rem/1 Manrope,sans-serif;cursor:pointer}
  #por-que-psa .why-arrow:disabled{opacity:.35;cursor:default}
  #por-que-psa .why-dots{display:flex;align-items:center;gap:7px}
  #por-que-psa .why-dot{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#a9c9c5;cursor:pointer;transition:width .2s ease,background .2s ease}
  #por-que-psa .why-dot.is-active{width:22px;border-radius:999px;background:var(--teal)}
  #por-que-psa .why-swipe-hint{display:flex;justify-content:center;gap:9px;margin:9px 0 0;color:var(--muted);font-size:.76rem}
  #por-que-psa .why-swipe-hint span{font-weight:700;color:var(--deep)}
}

@media(prefers-reduced-motion:reduce){
  #por-que-psa .why-cards{scroll-behavior:auto}
  #por-que-psa .why-dot{transition:none}
}
