:root {
  --pp-feature-accent: #16a085;
  --pp-feature-accent-dark: #0f7f6b;
  --pp-feature-text: #1f2933;
  --pp-feature-muted: #5f6f7d;
  --pp-feature-border: rgba(22, 160, 133, .16);
  --pp-feature-soft: #eef8f5;
  --pp-feature-soft-2: #f7fbfa;
  --pp-feature-band: #f4fbf8;
  --pp-feature-band-strong: #e8f7f1;
}

body {
  color: var(--pp-feature-text);
}

.pp-feature-page {
  background: #fff;
  line-break: strict;
  overflow-wrap: break-word;
  word-break: normal;
}

.pp-feature-page .header {
  background: #00adb8;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  z-index: 100;
}

.pp-feature-page .header-logo {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.pp-feature-page .navGlobal-container {
  background: #00adb8;
}

.pp-feature-page .navGlobal-toggle::before,
.pp-feature-page .navGlobal-toggle span,
.pp-feature-page .navGlobal-toggle::after {
  background: #fff;
}

@media (min-width: 768px) {
  .pp-feature-page .navGlobal-anchor {
    color: #fff;
  }

  .pp-feature-page .navGlobal-anchor[href="/index.html#contact"],
  .pp-feature-page .navGlobal-anchor[href="#contact"] {
    background: #f99336;
    border-radius: 8px;
    color: #fff !important;
    padding: 11px 15px;
  }

  .pp-feature-page .header.is-fixed .navGlobal-anchor {
    color: #fff;
  }

  .pp-feature-page .header.is-fixed .navGlobal-anchor:hover,
  .pp-feature-page .header.is-fixed .navGlobal-anchor:focus-visible {
    color: #fff;
  }

  .pp-feature-page .header.is-fixed .navGlobal-anchor[href="/index.html#contact"],
  .pp-feature-page .header.is-fixed .navGlobal-anchor[href="#contact"] {
    background: #f99336;
    color: #fff !important;
  }

  .pp-feature-page .header.is-fixed .header-logo {
    background-image: none;
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
}

.pp-feature-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(22, 160, 133, .18), transparent 32%),
    linear-gradient(180deg, #f7fbfa 0%, #fff 72%);
  border-bottom: 1px solid rgba(22, 160, 133, .12);
  padding: 104px 0 82px;
}

.pp-feature-inner {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 24px;
}

.pp-feature-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  color: var(--pp-feature-muted);
  font-size: 13px;
}

.pp-feature-breadcrumbs a {
  color: inherit;
}

.pp-feature-hero__layout {
  align-items: center;
  display: grid;
  gap: clamp(38px, 5.4vw, 76px);
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
}

.pp-feature-hero__label {
  background: rgba(22, 160, 133, .12);
  border: 1px solid rgba(22, 160, 133, .16);
  border-radius: 999px;
  color: var(--pp-feature-accent-dark);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 16px;
  padding: 8px 12px;
}

.pp-feature-section__label {
  color: #929e9e;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
  text-align: center;
}

.pp-feature-hero__title {
  color: var(--pp-feature-accent);
  font-size: clamp(40px, 4.4vw, 64px);
  line-height: 1.16;
  margin: 0 0 26px;
}

.pp-feature-hero__lead {
  color: rgba(11, 31, 42, .78);
  font-size: clamp(17px, 1.75vw, 21px);
  font-weight: 700;
  line-height: 1.9;
  margin: 0;
  max-width: 820px;
}

.pp-feature-hero__actions,
.pp-feature-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.pp-feature-button {
  align-items: center;
  border: 1px solid var(--pp-feature-accent);
  border-radius: 8px;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 50px;
  padding: 14px 24px;
  text-decoration: none;
}

.pp-feature-button--primary {
  background: #f99336;
  border-color: #f99336;
  color: #fff;
  box-shadow: 0 14px 28px rgba(249, 147, 54, .22);
}

.pp-feature-button--primary:hover {
  background: #dd7f27;
  border-color: #dd7f27;
  color: #fff;
}

.pp-feature-button--secondary {
  background: #fff;
  color: var(--pp-feature-accent-dark);
}

.pp-feature-heroVisual {
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(0, 173, 184, .22), rgba(205, 239, 145, .45));
  box-shadow: 0 18px 44px rgba(18, 87, 72, .13);
  min-height: 420px;
  padding: 18px;
  position: relative;
}

.pp-feature-heroVisual__frame {
  background: #fff;
  border-radius: 14px;
  height: 100%;
  min-height: 384px;
  overflow: hidden;
}

.pp-feature-heroVisual__frame img {
  display: block;
  height: 100%;
  min-height: 384px;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.pp-feature-heroVisual__points {
  display: grid;
  gap: 12px;
  left: 34px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 34px;
  top: 34px;
  z-index: 2;
}

.pp-feature-heroVisual__points li {
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(0, 173, 184, .18);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(18, 87, 72, .12);
  color: #0b1f2a;
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 700;
  line-height: 1.35;
  padding: 13px 18px;
  text-align: center;
}

.pp-feature-section {
  padding: 82px 0;
}

.pp-feature-section--soft {
  background:
    linear-gradient(180deg, rgba(11, 31, 42, .035) 0%, rgba(255, 255, 255, 0) 100%);
}

.pp-feature-section__title {
  color: #0b1f2a;
  font-feature-settings: "palt";
  font-size: 45px;
  font-weight: 700;
  line-height: 1.29;
  margin: 2px auto 0;
  max-width: 1120px;
  text-align: center;
}

.pp-feature-section__title::after {
  background: var(--pp-feature-accent);
  content: "";
  display: block;
  height: 3px;
  margin: 28px auto 0;
  width: 68px;
}

.pp-feature-section__lead {
  color: var(--pp-feature-muted);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7;
  margin: 28px auto 40px;
  max-width: 860px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .pp-feature-section__title {
    font-size: 34px;
  }
}

.pp-feature-grid {
  display: grid;
  gap: 22px;
}

.pp-feature-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pp-feature-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pp-feature-function-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
}

.pp-feature-function {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(22, 160, 133, .14);
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(18, 87, 72, .07);
  display: grid;
  gap: 18px;
  grid-template-columns: 72px minmax(0, 1fr);
  min-height: 148px;
  padding: 24px;
}

.pp-feature-function__icon {
  align-items: center;
  background: #eef8f5;
  border-radius: 18px;
  display: flex;
  height: 72px;
  justify-content: center;
  width: 72px;
}

.pp-feature-function__icon img {
  filter: brightness(0) saturate(100%) invert(48%) sepia(41%) saturate(758%) hue-rotate(118deg) brightness(88%) contrast(89%);
  height: 40px;
  object-fit: contain;
  width: 40px;
}

.pp-feature-function .pp-feature-card__title {
  margin-top: 0;
}

.pp-feature-detail-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  margin-top: 36px;
}

.pp-feature-detail {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(22, 160, 133, .14);
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(18, 87, 72, .09);
  display: grid;
  gap: 18px clamp(28px, 4vw, 48px);
  grid-template-columns: minmax(320px, .42fr) minmax(0, 1fr);
  min-height: 0;
  padding: clamp(26px, 3vw, 40px);
  position: relative;
  overflow: hidden;
}

.pp-feature-detail::after {
  background: rgba(22, 160, 133, .06);
  border-radius: 50%;
  bottom: -70px;
  content: "";
  height: 180px;
  left: -70px;
  position: absolute;
  width: 180px;
}

.pp-feature-detail__badge {
  align-items: center;
  background: #eef8f5;
  border-radius: 16px;
  color: var(--pp-feature-accent);
  display: inline-flex;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  grid-column: 1;
  grid-row: 1;
  height: 72px;
  justify-content: center;
  margin: 0;
  position: relative;
  width: 72px;
  z-index: 1;
}

.pp-feature-detail__title {
  color: #0b1f2a;
  font-feature-settings: "palt";
  font-size: clamp(24px, 2.4vw, 34px);
  grid-column: 1;
  grid-row: 1;
  line-height: 1.35;
  margin: 0 0 0 96px;
  position: relative;
  z-index: 1;
}

.pp-feature-detail__text {
  color: var(--pp-feature-muted);
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
}

.pp-feature-detail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.pp-feature-detail__tags li {
  background: #eef8f5;
  border: 1px solid rgba(22, 160, 133, .14);
  border-radius: 999px;
  color: #0f7f6b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 9px 11px;
}

.pp-feature-detail__items {
  display: grid;
  gap: 18px;
  grid-column: 2;
  grid-row: 1 / span 2;
  list-style: none;
  margin: 0;
  padding: 4px 0 4px clamp(24px, 3vw, 36px);
  position: relative;
  z-index: 1;
}

.pp-feature-detail__items::before {
  background: rgba(22, 160, 133, .18);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.pp-feature-detail__items li {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0 0 0 20px;
  position: relative;
}

.pp-feature-detail__items li::before {
  background: var(--pp-feature-accent);
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 2px;
  position: absolute;
  top: .72em;
  width: 6px;
}

.pp-feature-detail__items strong {
  color: #0b1f2a;
  display: block;
  font-size: clamp(20px, 1.7vw, 24px);
  line-height: 1.35;
  margin-bottom: 4px;
}

.pp-feature-detail__items span {
  color: var(--pp-feature-muted);
  display: block;
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1.7;
}

.pp-feature-card {
  background: #fff;
  border: 1px solid var(--pp-feature-border);
  border-radius: 16px;
  box-shadow: 0 16px 38px rgba(18, 87, 72, .09);
  padding: 30px;
  position: relative;
}

.pp-feature-card::before {
  background: linear-gradient(90deg, var(--pp-feature-accent), #6ed0a7);
  border-radius: 16px 16px 0 0;
  content: "";
  height: 4px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
}

.pp-feature-card__title {
  color: #0b1f2a;
  font-size: clamp(20px, 1.7vw, 24px);
  line-height: 1.35;
  margin: 0 0 8px;
  overflow-wrap: normal;
  word-break: keep-all;
}

.pp-feature-card__text {
  color: var(--pp-feature-muted);
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
  word-break: normal;
}

.pp-feature-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.pp-feature-list li {
  background: var(--pp-feature-soft);
  border: 1px solid var(--pp-feature-border);
  border-radius: 12px;
  line-height: 1.7;
  padding: 12px 16px;
}

.pp-feature-spec {
  border: 1px solid var(--pp-feature-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(18, 87, 72, .09);
  overflow: hidden;
  margin: 0 auto;
  max-width: 980px;
}

.pp-feature-spec__row {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
}

.pp-feature-spec__row + .pp-feature-spec__row {
  border-top: 1px solid var(--pp-feature-border);
}

.pp-feature-spec__term,
.pp-feature-spec__desc {
  line-height: 1.75;
  padding: 16px 18px;
}

.pp-feature-spec__term {
  background: #eef8f5;
  color: #0b1f2a;
  font-weight: 700;
}

.pp-feature-related {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pp-feature-related a {
  background: #fff;
  border: 1px solid var(--pp-feature-border);
  border-radius: 999px;
  color: var(--pp-feature-text);
  box-shadow: 0 8px 18px rgba(18, 87, 72, .06);
  font-weight: 700;
  padding: 10px 14px;
  text-decoration: none;
}

.pp-feature-related a:hover {
  background: var(--pp-feature-soft);
  color: var(--pp-feature-accent-dark);
}

.pp-feature-page #faq .pp-panel {
  max-width: none;
}

.pp-feature-page .pp-faq-q {
  color: #0b1f2a;
  font-size: 24px;
  letter-spacing: .02em;
  line-height: 1.4;
  margin: 0;
}

.pp-feature-page .pp-faq-a {
  color: var(--pp-feature-muted);
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1.7;
  margin: 10px 0 0;
}

.pp-feature-page #contact .pp-panel {
  margin: 0;
  max-width: none;
  padding: clamp(30px, 4vw, 52px);
  text-align: center;
}

.pp-feature-page #contact .pp-feature-section__lead {
  margin-inline: auto;
}

.pp-feature-page #contact .pp-feature-cta__actions {
  justify-content: center;
  margin-top: 24px;
}

.pp-feature-page #contact .pp-feature-button {
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  min-height: 80px;
  padding: 10px 24px;
  width: min(520px, 100%);
}

.pp-feature-cta {
  background: linear-gradient(135deg, #e8f7f1 0%, #f7fbfa 100%);
  border-top: 1px solid var(--pp-feature-border);
  padding: 64px 0;
}

.pp-feature-cta__title {
  font-size: clamp(24px, 3vw, 34px);
  margin: 0 0 12px;
}

.pp-feature-cta__text {
  color: var(--pp-feature-muted);
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 900px) {
  .pp-feature-hero__layout {
    grid-template-columns: 1fr;
  }

  .pp-feature-heroVisual {
    min-height: 320px;
  }

  .pp-feature-heroVisual__frame,
  .pp-feature-heroVisual__frame img {
    min-height: 284px;
  }

  .pp-feature-grid--2,
  .pp-feature-grid--3,
  .pp-feature-function-grid,
  .pp-feature-detail-grid {
    grid-template-columns: 1fr;
  }

  .pp-feature-spec__row {
    grid-template-columns: 1fr;
  }

  .pp-feature-spec__desc {
    border-top: 1px solid var(--pp-feature-border);
  }

  .pp-feature-detail {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .pp-feature-detail__badge,
  .pp-feature-detail__title,
  .pp-feature-detail__items {
    grid-column: 1;
    grid-row: auto;
  }

  .pp-feature-detail__items {
    padding: 0;
  }

  .pp-feature-detail__items::before {
    display: none;
  }
}

@media (max-width: 640px) {
  .pp-feature-hero {
    padding: 92px 0 48px;
  }

  .pp-feature-inner {
    padding: 0 18px;
  }

  .pp-feature-section {
    padding: 48px 0;
  }
}
