.csEngHero *, .csEngMethod *, .csEngProjects *, .csEngCta * { box-sizing: border-box; }
.csEngHero, .csEngMethod, .csEngProjects, .csEngCta { width: 100%; margin: 0; font-family: "Google Sans Flex", "Google Sans", Inter, Arial, sans-serif; }

/* HERO */
.csEngHero { position: relative; min-height: 640px; overflow: hidden; background-color: #60707c; background-position: center; background-repeat: no-repeat; background-size: cover; color: #fff; }
.csEngHero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: rgba(0,0,0,.28); pointer-events: none; }
.csEngHero__inner { position: relative; z-index: 2; width: 100%; max-width: 1400px; min-height: 640px; display: flex; align-items: flex-end; margin: 0 auto; padding: 90px 55px 66px; }
.csEngHero__content { width: 100%; max-width: 1100px; color: #fff; }
.csEngHero__head, .csEngMethod__head, .csEngProjects__head, .csEngCta__head { display: flex; flex-direction: column; gap: 13px; }
.csEngHero__head { align-items: flex-start; margin-bottom: 48px; }
.csEngHero__logo, .csEngMethod__logo, .csEngProjects__logo, .csEngCta__logo { display: block; width: 33px; max-width: none; height: auto; object-fit: contain; }
.csEngHero__logoFallback, .csEngMethod__logoFallback, .csEngProjects__logoFallback, .csEngCta__logoFallback { display: block; color: #00497c; font-size: 33px; font-weight: 500; line-height: .75; letter-spacing: -.12em; }
.csEngHero__label, .csEngMethod__label, .csEngProjects__label, .csEngCta__label { margin: 0; color: #7b746c; font-size: 13px; line-height: 1.2; letter-spacing: .25em; text-transform: uppercase; }
.csEngHero__label { color: #fff; }
.csEngHero__title { margin: 0 0 30px; color: inherit; font-size: 52px; font-weight: 700; line-height: 1.04; letter-spacing: -.025em; }
.csEngHero__text, .csEngHero__text p { margin: 0; color: inherit; font-size: 20px; line-height: 1.35; }

/* METHOD */
.csEngMethod { background: #fff; color: #3b3b3b; }
.csEngMethod__inner { width: 100%; max-width: 1400px; margin: 0 auto; padding: 40px 55px 50px; }
.csEngMethod__head { align-items: flex-start; margin-bottom: 24px; }
.csEngMethod__title { margin: 0 0 34px; max-width: 650px; color: inherit; font-size: 42px; font-weight: 600; line-height: 1.08; letter-spacing: -.025em; }
.csEngMethod__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .92fr); gap: 90px; align-items: start; }
.csEngMethod__right { padding-top: 92px; }
.csEngMethod__leftText, .csEngMethod__leftText p, .csEngMethod__right, .csEngMethod__right p, .csEngMethod__benefits li { color: inherit; font-size: 17px; line-height: 1.45; }
.csEngMethod__leftText p, .csEngMethod__right p { margin: 0; }
.csEngMethod__leftText p + p { margin-top: 24px; }
.csEngMethod__rightIntro { margin-bottom: 24px; }
.csEngMethod__rightIntro p { margin: 0; }
.csEngMethod__benefits { margin: 0 0 30px; padding-left: 1.2em; }
.csEngMethod__benefits li + li { margin-top: 10px; }

/* PROJECTS */
.csEngProjects { background: #f1f1ef; color: #333; }
.csEngProjects__inner { width: 100%; max-width: 1400px; margin: 0 auto; padding: 68px 55px 78px; }
.csEngProjects__head { align-items: flex-start; margin-bottom: 30px; }
.csEngProjects__header { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 38px; }
.csEngProjects__title { margin: 0; color: inherit; font-size: 42px; font-weight: 600; line-height: 1.05; }
.csEngProjects__all, .csEngProjects__link { display: inline-flex; align-items: center; gap: 8px; color: inherit; font-weight: 600; text-decoration: none; }
.csEngProjects__all { font-size: 15px; }
.csEngProjects__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.csEngProjects__image { display: block; width: 100%; height: 320px; margin-bottom: 22px; object-fit: cover; background: #d7d9d7; }
.csEngProjects__category { margin-bottom: 14px; color: #6f6f6f; font-size: 11px; line-height: 1.2; text-transform: uppercase; }
.csEngProjects__cardTitle { margin: 0 0 18px; color: inherit; font-size: 20px; font-weight: 600; line-height: 1.2; }
.csEngProjects__text { margin-bottom: 24px; }
.csEngProjects__text, .csEngProjects__text p { color: inherit; font-size: 14px; line-height: 1.4; }
.csEngProjects__text p { margin: 0; }
.csEngProjects__link { font-size: 14px; }
.csEngProjects__all:hover, .csEngProjects__link:hover, .csEngProjects__all:focus, .csEngProjects__link:focus { color: inherit; text-decoration: underline; }

/* CTA */
.csEngCta { background: #fff; color: #3b3b3b; }
.csEngCta__inner { width: 100%; max-width: 1400px; min-height: 500px; display: flex; align-items: flex-start; justify-content: center; margin: 0 auto; padding: 70px 24px 90px; }
.csEngCta__content { width: 100%; max-width: 1050px; margin: 0 auto; text-align: center; }
.csEngCta__head { align-items: center; margin-bottom: 34px; }
.csEngCta__title { margin: 0 0 24px; color: inherit; font-size: 42px; font-weight: 600; line-height: 1.06; letter-spacing: -.02em; }
.csEngCta__text, .csEngCta__text p { margin: 0; color: inherit; font-size: 16px; line-height: 1.4; }
.csEngCta__button { display: inline-flex; align-items: center; justify-content: center; margin-top: 44px; padding: 13px 24px; background: #00497c; color: #fff; font-size: 15px; font-weight: 500; line-height: 1.2; text-decoration: none; }
.csEngCta__button:hover, .csEngCta__button:focus { background: #00385f; color: #fff; text-decoration: none; }

@media (max-width: 1024px) {
  .csEngHero__title, .csEngMethod__title { font-size: 42px; }
  .csEngHero__text, .csEngHero__text p { font-size: 18px; }
  .csEngMethod__grid { gap: 54px; }
  .csEngMethod__right { padding-top: 82px; }
  .csEngProjects__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .csEngProjects__title, .csEngCta__title { font-size: 36px; }
}

@media (max-width: 767px) {
  .csEngHero, .csEngHero__inner { min-height: 560px; }
  .csEngHero__inner { padding: 70px 24px 44px; }
  .csEngHero__head { margin-bottom: 34px; }
  .csEngHero__title { font-size: 34px; }
  .csEngHero__text, .csEngHero__text p { font-size: 16px; }

  .csEngMethod__inner { padding: 42px 24px 48px; }
  .csEngProjects__inner { padding: 48px 24px 54px; }
  .csEngMethod__title { font-size: 34px; }
  .csEngMethod__title br { display: none; }
  .csEngMethod__grid { grid-template-columns: 1fr; gap: 38px; }
  .csEngMethod__right { padding-top: 0; }
  .csEngMethod__leftText, .csEngMethod__leftText p, .csEngMethod__right, .csEngMethod__right p, .csEngMethod__benefits li { font-size: 15px; }

  .csEngProjects__header { align-items: flex-start; flex-direction: column; }
  .csEngProjects__title { font-size: 32px; }
  .csEngProjects__grid { grid-template-columns: 1fr; gap: 38px; }
  .csEngProjects__image { height: 260px; }

  .csEngCta__inner { min-height: 480px; padding: 54px 22px 64px; }
  .csEngCta__title { font-size: 32px; }
  .csEngCta__text, .csEngCta__text p { font-size: 15px; }
  .csEngCta__text br, .csEngCta__title br { display: none; }
}
