.tp-v2 {
  --tp-bg: #f6f2e9;
  --tp-panel: #ffffff;
  --tp-dark: #11191f;
  --tp-copy: #4f5a5e;
  --tp-muted: #6d797e;
  --tp-line: rgba(17,25,31,.15);
  --tp-accent: #ed8337;
  min-height: 55vh;
  background: var(--tp-bg);
  color: var(--tp-dark);
}

.tp-v2 *,
.tp-v2 *::before,
.tp-v2 *::after {
  box-sizing: border-box;
}

.tp-v2__shell {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.tp-v2__hero {
  padding: 70px 0 58px;
  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(237,131,55,.16),
      transparent 30%
    ),
    linear-gradient(135deg,#0d202b,#102a37);
  color: #f6f2e9;
}

.tp-v2__hero-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(260px,.48fr);
  gap: 54px;
  align-items: end;
}

.tp-v2__eyebrow {
  margin: 0 0 14px;
  color: var(--tp-accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tp-v2__title {
  max-width: 820px;
  margin: 0;
  font-size: clamp(44px,6vw,72px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.055em;
}

.tp-v2__lead {
  max-width: 70ch;
  margin: 22px 0 0;
  color: #c4cfd4;
  font-size: clamp(18px,2vw,21px);
  line-height: 1.6;
}

.tp-v2__hero-action {
  display: grid;
  gap: 10px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.055);
}

.tp-v2__hero-action strong {
  font-family: var(--roof-font-display);
  font-size: 20px;
}

.tp-v2__hero-action p {
  margin: 0;
  color: #c4cfd4;
  font-size: 15px;
}

.tp-v2__button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.tp-v2__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 17px;
  border: 1px solid #f6f2e9;
  color: #f6f2e9;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.tp-v2__button--primary {
  border-color: var(--tp-accent);
  background: var(--tp-accent);
  color: #16110e;
}

.tp-v2__content {
  padding: 58px 0 78px;
}

.tp-v2__two-column {
  display: grid;
  grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr);
  gap: 24px;
  align-items: start;
}

.tp-v2__card {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--tp-line);
  background: var(--tp-panel);
}

.tp-v2__card--dark {
  background: #0d202b;
  color: #f6f2e9;
}

.tp-v2__card--accent {
  border-left: 4px solid var(--tp-accent);
}

.tp-v2__card-title {
  margin: 0;
  font-size: clamp(23px,3vw,31px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.035em;
}

.tp-v2__card p,
.tp-v2__card li {
  color: var(--tp-copy);
  line-height: 1.68;
}

.tp-v2__card--dark p,
.tp-v2__card--dark li {
  color: #c4cfd4;
}

.tp-v2__card ul,
.tp-v2__card ol {
  padding-left: 21px;
}

.tp-v2__contact-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.tp-v2__contact-action {
  display: grid;
  gap: 4px;
  min-height: 66px;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.16);
  color: #f6f2e9;
  text-decoration: none;
}

.tp-v2__contact-action span {
  color: #c4cfd4;
  font-size: 13px;
}

.tp-v2__route-grid,
.tp-v2__principles,
.tp-v2__benefits,
.tp-v2__steps,
.tp-v2__service-map {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
}

.tp-v2__route-grid {
  grid-template-columns: 1fr;
}

.tp-v2__route {
  padding: 22px;
  border: 1px solid var(--tp-line);
  background: var(--tp-panel);
}

.tp-v2__route h3,
.tp-v2__principle h3,
.tp-v2__benefit h3,
.tp-v2__step h3,
.tp-v2__service h3 {
  margin: 0 0 9px;
  font-family: var(--roof-font-display);
  font-size: 20px;
  line-height: 1.2;
}

.tp-v2__route p,
.tp-v2__principle p,
.tp-v2__benefit p,
.tp-v2__step p,
.tp-v2__service p {
  margin: 0;
  color: var(--tp-copy);
  font-size: 16px;
  line-height: 1.62;
}

.tp-v2__route a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 12px;
  color: #a84908;
  font-weight: 800;
}

.tp-v2__section {
  margin-top: 56px;
}

.tp-v2__section:first-child {
  margin-top: 0;
}

.tp-v2__section-head {
  display: grid;
  grid-template-columns: minmax(0,.32fr) minmax(0,1fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--tp-line);
}

.tp-v2__section-head span {
  color: #a84908;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.tp-v2__section-head h2 {
  margin: 0;
  font-family: var(--roof-font-display);
  font-size: clamp(29px,4vw,44px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.tp-v2__principle,
.tp-v2__benefit,
.tp-v2__step,
.tp-v2__service {
  padding: 24px;
  border: 1px solid var(--tp-line);
  background: var(--tp-panel);
}

.tp-v2__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
  background: #0d202b;
  color: #f6f2e9;
  font-family: var(--roof-font-display);
  font-weight: 800;
}

.tp-v2__split {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 18px;
}

.tp-v2__list-card {
  padding: 26px;
  border: 1px solid var(--tp-line);
  background: var(--tp-panel);
}

.tp-v2__list-card h3 {
  margin: 0 0 14px;
  font-family: var(--roof-font-display);
  font-size: 23px;
}

.tp-v2__list-card ul {
  margin: 0;
  padding-left: 21px;
}

.tp-v2__list-card li {
  margin: 9px 0;
  color: var(--tp-copy);
  line-height: 1.58;
}

.tp-v2__closing {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 58px;
  padding: 30px;
  background: #0d202b;
  color: #f6f2e9;
}

.tp-v2__closing h2 {
  margin: 0;
  font-family: var(--roof-font-display);
  font-size: clamp(27px,4vw,42px);
  line-height: 1.08;
}

.tp-v2__closing p {
  max-width: 700px;
  margin: 12px 0 0;
  color: #c4cfd4;
}

.tp-v2__button:focus-visible,
.tp-v2 a:focus-visible {
  outline: 3px solid #ffd2b2;
  outline-offset: 3px;
}

.site-map-v2 {
  padding: 58px 0 78px;
  background: #f6f2e9;
}

.site-map-v2__shell {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.site-map-v2__grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
}

.site-map-v2__group {
  padding: 24px;
  border: 1px solid var(--tp-line);
  background: #fff;
}

.site-map-v2__group h2 {
  margin: 0 0 14px;
  font-size: 24px;
}

.site-map-v2__group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-map-v2__group a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: #4f5a5e;
  font-weight: 700;
  text-decoration: none;
}

.site-map-v2__group a:hover {
  color: #a84908;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.rtp-v1__notice {
  display: none !important;
}

.rtp-v1__shell {
  width: min(850px, calc(100% - 36px)) !important;
}

.rtp-v1__section p,
.rtp-v1__section li {
  font-size: 18px;
  line-height: 1.68 !important;
}

@media (max-width: 850px) {
  .tp-v2__hero-grid,
  .tp-v2__two-column,
  .tp-v2__section-head,
  .tp-v2__closing {
    grid-template-columns: 1fr;
  }

  .tp-v2__principles,
  .tp-v2__benefits,
  .tp-v2__steps,
  .tp-v2__service-map,
  .site-map-v2__grid {
    grid-template-columns: 1fr;
  }

  .tp-v2__split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .tp-v2__shell,
  .site-map-v2__shell,
  .rtp-v1__shell {
    width: min(100% - 24px, 1180px) !important;
  }

  .tp-v2__hero {
    padding: 52px 0 44px;
  }

  .tp-v2__content,
  .site-map-v2 {
    padding: 44px 0 58px;
  }

  .tp-v2__card,
  .tp-v2__principle,
  .tp-v2__benefit,
  .tp-v2__step,
  .tp-v2__service,
  .tp-v2__list-card,
  .tp-v2__closing,
  .site-map-v2__group {
    padding: 21px;
  }

  .tp-v2__button-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tp-v2__button {
    width: 100%;
  }
}
