.tpi-page {
  color: #102026;
  background: #f7f9f6;
}

.tpi-hero {
  min-height: min(560px, 72vh);
  display: grid;
  align-items: end;
  padding: 96px clamp(20px, 6vw, 88px) 52px;
  color: #fff;
  background: linear-gradient(90deg, rgba(5, 31, 47, .93), rgba(5, 31, 47, .42)), url("../assets/hero-png-solutions.jpg") center / cover no-repeat;
}

.tpi-subpage .tpi-hero {
  min-height: 390px;
  background-image: linear-gradient(90deg, rgba(5, 31, 47, .94), rgba(5, 31, 47, .54)), url("../assets/hero-generators.jpg");
}

.tpi-subpage .tpi-hero { background-position: center; }
.tpi-hero-inner { max-width: 980px; }
.tpi-kicker { margin: 0 0 10px; color: #f7c948; font-weight: 900; text-transform: uppercase; }
.tpi-hero h1 { max-width: 940px; margin: 0; font-size: clamp(42px, 6vw, 64px); line-height: 1.02; letter-spacing: 0; }
.tpi-hero p:not(.tpi-kicker) { max-width: 720px; margin: 18px 0 0; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.tpi-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.tpi-section { padding: 52px clamp(20px, 6vw, 88px); }
.tpi-section.is-white { background: #fff; }
.tpi-section-inner { max-width: 1180px; margin: 0 auto; }
.tpi-heading { max-width: 780px; margin-bottom: 28px; }
.tpi-heading h2 { margin: 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.08; letter-spacing: 0; }
.tpi-heading p { margin: 12px 0 0; color: #566663; font-size: 18px; }
.tpi-paths { border-top: 1px solid #dbe4df; }
.tpi-path {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 24px 0;
  color: inherit;
  border-bottom: 1px solid #dbe4df;
  text-decoration: none;
}
.tpi-path > span:first-child { color: #a94400; font-weight: 900; }
.tpi-path strong { display: block; color: #0a2f4f; font-size: 23px; }
.tpi-path small { display: block; margin-top: 5px; color: #5c6b68; font-size: 16px; }
.tpi-path b { color: #12633f; }
.tpi-guide-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; }
.tpi-guide-item { padding: 22px 0 22px 18px; border-left: 5px solid #f7c948; }
.tpi-guide-item strong { display: block; color: #0a2f4f; font-size: 21px; }
.tpi-guide-item p { margin: 8px 0 0; color: #566663; }
.tpi-notice { padding: 24px; border-left: 6px solid #a94400; background: #fff7de; }
.tpi-notice h2, .tpi-notice p { margin: 0; }
.tpi-notice p { margin-top: 8px; }
.tpi-steps { counter-reset: step; border-top: 1px solid #dbe4df; }
.tpi-step { display: grid; grid-template-columns: 54px 1fr; gap: 16px; padding: 24px 0; border-bottom: 1px solid #dbe4df; }
.tpi-step::before { counter-increment: step; content: counter(step); display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: #12633f; font-weight: 900; }
.tpi-step h3 { margin: 0; color: #0a2f4f; font-size: 22px; }
.tpi-step p, .tpi-step ul { margin: 8px 0 0; color: #566663; }
.tpi-table { width: 100%; border-collapse: collapse; background: #fff; }
.tpi-table th, .tpi-table td { padding: 14px; border-bottom: 1px solid #dbe4df; text-align: left; vertical-align: top; }
.tpi-table th { color: #fff; background: #0a2f4f; }
.tpi-cta { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 38px clamp(20px, 6vw, 88px); color: #fff; background: #12633f; }
.tpi-cta h2, .tpi-cta p { margin: 0; }
.tpi-cta p { margin-top: 8px; }
.tpi-language { color: #f7c948; font-weight: 800; }

@media (max-width: 720px) {
  .tpi-hero { min-height: 510px; padding-top: 118px; }
  .tpi-subpage .tpi-hero { min-height: 390px; }
  .tpi-path { grid-template-columns: 44px 1fr; }
  .tpi-path b { grid-column: 2; }
  .tpi-cta { grid-template-columns: 1fr; }
  .tpi-table { display: block; overflow-x: auto; }
}
