/* ===== Refined heading scale: reduced for cleaner desktop and mobile hierarchy ===== */
    .hero-title {
      font-size: clamp(52px, 7vw, 104px);
      line-height: .92;
    }
    .section-title {
      font-size: clamp(36px, 5vw, 68px);
      line-height: 1.04;
    }
    .manifesto-text {
      font-size: clamp(36px, 5.4vw, 76px);
      line-height: 1.05;
    }
    .service-card h3 {
      font-size: clamp(26px, 2.6vw, 40px);
    }
    .training-title {
      font-size: clamp(42px, 5.7vw, 78px);
      line-height: 1.02;
    }
    .quote {
      font-size: clamp(25px, 3.2vw, 44px);
    }
    .cta-banner h2 {
      font-size: clamp(40px, 5.6vw, 72px);
      line-height: 1.03;
    }
    .contact-info h2 {
      font-size: clamp(38px, 5.2vw, 66px);
      line-height: 1.04;
    }

    @media (max-width: 1050px) {
      .hero-title { font-size: clamp(48px, 8.8vw, 76px); }
      .section-title { font-size: clamp(34px, 6.2vw, 56px); }
      .training-title { font-size: clamp(40px, 6.8vw, 62px); }
    }

    @media (max-width: 720px) {
      .hero-title {
        font-size: clamp(38px, 10.8vw, 52px);
        line-height: 1;
      }
      .section-title {
        font-size: clamp(29px, 8.4vw, 38px);
        line-height: 1.08;
      }
      .manifesto-text {
        font-size: clamp(29px, 8.5vw, 39px);
        line-height: 1.08;
      }
      .service-card h3 { font-size: clamp(24px, 7vw, 30px); }
      .training-title {
        font-size: clamp(31px, 9vw, 41px);
        line-height: 1.05;
      }
      .quote { font-size: clamp(22px, 6.5vw, 28px); }
      .cta-banner h2,
      .contact-info h2 {
        font-size: clamp(29px, 8.5vw, 39px);
        line-height: 1.08;
      }
    }

    @media (max-width: 430px) {
      .hero-title { font-size: clamp(35px, 10.2vw, 45px); }
      .section-title { font-size: clamp(27px, 8vw, 35px); }
      .manifesto-text { font-size: clamp(27px, 8vw, 35px); }
      .training-title { font-size: clamp(29px, 8.6vw, 38px); }
      .cta-banner h2,
      .contact-info h2 { font-size: clamp(27px, 8.2vw, 36px); }
    }
