/* ══ AboutUs.css — Про нас /pro-nas.
   Правити тут; сторінка підключає чанк через site_css() у шаблоні. ══ */

.about-page { padding:45px 0 60px; }
.about-page h1 { font-family:'Poppins',sans-serif; font-size:42px;
                 font-weight:700; line-height:56px; color:#414141;
                 margin:0 0 14px; }
.about-lead { font-size:17px; line-height:28px; color:#676767;
              max-width:720px; margin-bottom:50px; }
.about-page h2 { font-family:'Poppins',sans-serif; font-size:26px; line-height:1.4;
                 font-weight:700; color:#414141; margin:0 0 24px; }
.about-steps { display:grid; grid-template-columns:repeat(3,1fr);
               gap:30px; margin-bottom:55px; }
.about-step span { display:flex; align-items:center; justify-content:center;
                   width:44px; height:44px; border-radius:50%;
                   background:var(--green); color:#fff; font-size:19px;
                   font-weight:700; margin-bottom:14px; }
.about-step b { display:block; font-size:17px; color:#414141;
                margin-bottom:7px; }
.about-step p { font-size:14px; line-height:22px; color:#676767; }
.about-stats { display:grid; grid-template-columns:repeat(4,1fr);
               gap:24px; margin-bottom:55px; }
.about-stat { background:var(--card); border-radius:8px;
              padding:24px 18px; text-align:center; }
.about-stat h3 { font-family:'Poppins',sans-serif; font-size:26px; line-height:1.4;
                 font-weight:700; color:#414141; margin-bottom:6px; }
.about-stat .star { color:var(--star); }
.about-stat p { font-size:13px; line-height:19px; color:#676767; }
.about-why { max-width:720px; margin-bottom:45px; }
.about-why p { font-size:16px; line-height:27px; color:#676767;
               margin-bottom:16px; }
.about-why b { color:#414141; }
.about-cta { max-width:360px; }
@media (max-width:900px) {
  .about-page { padding:16px 0 40px; }
  .about-page h1 { font-size:26px; line-height:36px; }
  .about-lead { font-size:15px; line-height:25px; margin-bottom:32px; }
  .about-page h2 { font-size:21px; line-height:1.4; margin-bottom:18px; }
  .about-steps { grid-template-columns:1fr; gap:22px; margin-bottom:36px; }
  .about-stats { grid-template-columns:1fr 1fr; gap:14px;
                   margin-bottom:36px; }
}
