:root {
  --pek-pt-orange: var(--ast-global-color-0, #ee6c4e);
  --pek-pt-orange-dark: #d9563a;
  --pek-pt-ink: #0b1016;
  --pek-pt-ink-2: #121a23;
  --pek-pt-muted: #66717e;
  --pek-pt-line: #e5e9ed;
  --pek-pt-soft: #f5f7f8;
  --pek-pt-white: #fff;
  --pek-pt-green: #42c788;
  --pek-pt-radius: 24px;
  --pek-pt-shadow: 0 24px 70px rgba(11, 16, 22, .12);
}

.pek-parktike-page .site-content,
.pek-parktike-page .ast-container,
.pek-parktike-page #primary {
  max-width: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

.pek-parktike-page .entry-header,
.pek-parktike-page .entry-title,
.pek-parktike-page .ast-breadcrumbs-wrapper,
.pek-parktike-page .post-navigation {
  display: none !important;
}

.pek-pt-page,
.pek-pt-home {
  color: var(--pek-pt-ink);
  font-family: inherit;
  overflow: hidden;
}

.pek-pt-page *,
.pek-pt-home * {
  box-sizing: border-box;
}

.pek-pt-page h1,
.pek-pt-page h2,
.pek-pt-page h3,
.pek-pt-home h2 {
  font-kerning: normal;
  text-rendering: optimizeLegibility;
}

.pek-pt-page h1,
.pek-pt-page h2,
.pek-pt-page h3,
.pek-pt-page p,
.pek-pt-home h2,
.pek-pt-home p {
  margin-top: 0;
}

.pek-pt-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

.pek-pt-fullbleed {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.pek-pt-icon {
  width: 1.15em;
  height: 1.15em;
  flex: 0 0 auto;
}

.pek-pt-eyebrow,
.pek-pt-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.pek-pt-eyebrow {
  color: rgba(255, 255, 255, .72);
}

.pek-pt-eyebrow span {
  display: block;
  width: 34px;
  height: 2px;
  background: var(--pek-pt-orange);
}

.pek-pt-kicker {
  color: var(--pek-pt-orange);
}

.pek-pt-wordmark {
  color: #fff;
  font-size: clamp(27px, 3.5vw, 43px);
  line-height: 1;
  letter-spacing: -.045em;
  margin-bottom: 22px;
}

.pek-pt-wordmark strong,
.pek-pt-wordmark span {
  font-weight: 900;
}

.pek-pt-wordmark span {
  color: var(--pek-pt-orange);
}

.pek-pt-wordmark--large {
  font-size: clamp(34px, 4vw, 54px);
  margin-bottom: 30px;
}

.pek-pt-lead {
  font-size: clamp(17px, 1.65vw, 20px);
  line-height: 1.68;
}

.pek-pt-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
}

.pek-pt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform .22s ease, background-color .22s ease, border-color .22s ease, color .22s ease, box-shadow .22s ease;
}

.pek-pt-button:hover,
.pek-pt-button:focus-visible {
  transform: translateY(-2px);
}

.pek-pt-button:focus-visible,
.pek-pt-text-link:focus-visible,
.pek-pt-faq button:focus-visible {
  outline: 3px solid rgba(238, 108, 78, .35);
  outline-offset: 4px;
}

.pek-pt-button .pek-pt-icon {
  transition: transform .22s ease;
}

.pek-pt-button:hover .pek-pt-icon {
  transform: translateX(4px);
}

.pek-pt-button--primary {
  color: #fff;
  background: linear-gradient(135deg, #ff8866, var(--pek-pt-orange));
  box-shadow: 0 13px 30px rgba(238, 108, 78, .28);
}

.pek-pt-button--primary:hover,
.pek-pt-button--primary:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, var(--pek-pt-orange), var(--pek-pt-orange-dark));
  box-shadow: 0 16px 35px rgba(238, 108, 78, .38);
}

.pek-pt-button--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(10px);
}

.pek-pt-button--ghost:hover,
.pek-pt-button--ghost:focus-visible {
  color: #fff;
  border-color: rgba(255, 255, 255, .46);
  background: rgba(255, 255, 255, .1);
}

.pek-pt-button--white {
  color: var(--pek-pt-ink);
  background: #fff;
}

.pek-pt-button--white:hover,
.pek-pt-button--white:focus-visible {
  color: var(--pek-pt-ink);
  background: #f8fafb;
}

.pek-pt-button--outline-white {
  color: #fff;
  border-color: rgba(255, 255, 255, .55);
  background: transparent;
}

.pek-pt-button--outline-white:hover,
.pek-pt-button--outline-white:focus-visible {
  color: #fff;
  border-color: #fff;
  background: rgba(255, 255, 255, .08);
}

/* Hero and homepage teaser */
.pek-pt-hero,
.pek-pt-home {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 82% 22%, rgba(238, 108, 78, .18), transparent 30%),
    linear-gradient(135deg, #070b10 0%, #101821 50%, #0c1118 100%);
}

.pek-pt-hero {
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: 90px 0 100px;
}

.pek-pt-home {
  margin-top: 0;
  margin-bottom: 0;
  padding: 92px 0 88px;
}

.pek-pt-grid-pattern {
  position: absolute;
  inset: 0;
  opacity: .32;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
}

.pek-pt-orb {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(3px);
}

.pek-pt-orb--one {
  width: 420px;
  height: 420px;
  right: -165px;
  top: -150px;
  background: rgba(238, 108, 78, .11);
}

.pek-pt-orb--two {
  width: 280px;
  height: 280px;
  left: -170px;
  bottom: -120px;
  background: rgba(255, 255, 255, .045);
}

.pek-pt-hero__grid,
.pek-pt-home__grid {
  display: grid;
  grid-template-columns: minmax(0, .93fr) minmax(470px, 1.07fr);
  align-items: center;
  gap: clamp(30px, 5vw, 76px);
}

.pek-pt-hero__content,
.pek-pt-home__content {
  color: #fff;
  position: relative;
  z-index: 3;
}

.pek-pt-hero h1,
.pek-pt-home h2 {
  color: #fff;
  font-weight: 900;
  letter-spacing: .012em;
  word-spacing: .035em;
}

.pek-pt-hero h1 {
  max-width: 700px;
  margin-bottom: 27px;
  font-size: clamp(43px, 5.3vw, 74px);
  line-height: 1.03;
}

.pek-pt-hero h1 em {
  color: var(--pek-pt-orange);
  font-style: normal;
}

.pek-pt-home h2 {
  margin-bottom: 22px;
  font-size: clamp(34px, 4vw, 55px);
  line-height: 1.08;
}

.pek-pt-hero .pek-pt-lead,
.pek-pt-home .pek-pt-lead {
  max-width: 650px;
  color: rgba(255, 255, 255, .72);
  margin-bottom: 32px;
}

.pek-pt-trust-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 28px;
  margin-top: 30px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 700;
}

.pek-pt-trust-row span,
.pek-pt-inline-features li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.pek-pt-trust-row .pek-pt-icon,
.pek-pt-inline-features .pek-pt-icon {
  color: var(--pek-pt-orange);
}

.pek-pt-inline-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
  padding: 0;
  margin: 0 0 32px;
  list-style: none;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  font-weight: 700;
}

.pek-pt-hero__visual,
.pek-pt-home__visual {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.pek-pt-hero__visual img,
.pek-pt-home__visual img {
  width: 100%;
  max-width: 720px;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 30px 55px rgba(0, 0, 0, .23));
}

.pek-pt-visual-badge {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 184px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 16px;
  color: rgba(255, 255, 255, .74);
  background: rgba(13, 19, 26, .8);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .22);
  backdrop-filter: blur(12px);
  font-size: 11px;
  line-height: 1.25;
}

.pek-pt-visual-badge b {
  display: block;
  color: #fff;
  font-size: 12px;
}

.pek-pt-visual-badge .pek-pt-icon {
  width: 26px;
  height: 26px;
  padding: 5px;
  border-radius: 8px;
  color: var(--pek-pt-orange);
  background: rgba(238, 108, 78, .12);
}

.pek-pt-visual-badge--top {
  right: 4%;
  top: 14%;
}

.pek-pt-visual-badge--bottom {
  left: 3%;
  bottom: 12%;
}

/* General content sections */
.pek-pt-section {
  padding: 112px 0;
}

.pek-pt-section--light {
  background: #fff;
}

.pek-pt-section--soft {
  background: var(--pek-pt-soft);
}

.pek-pt-section--dark {
  color: #fff;
  background: var(--pek-pt-ink);
}

.pek-pt-section-heading {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}

.pek-pt-section-heading .pek-pt-kicker {
  justify-content: center;
}

.pek-pt-section-heading h2,
.pek-pt-offline h2,
.pek-pt-comparison h2,
.pek-pt-faq-intro h2,
.pek-pt-cta h2 {
  margin-bottom: 20px;
  color: var(--pek-pt-ink);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: .008em;
  word-spacing: .025em;
  font-weight: 900;
}

.pek-pt-section-heading > p:last-child,
.pek-pt-offline__content > p,
.pek-pt-comparison__intro > p,
.pek-pt-faq-intro > p,
.pek-pt-cta p {
  color: var(--pek-pt-muted);
  font-size: 17px;
  line-height: 1.72;
}

.pek-pt-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.pek-pt-card {
  position: relative;
  min-height: 255px;
  padding: 31px;
  overflow: hidden;
  border: 1px solid var(--pek-pt-line);
  border-radius: var(--pek-pt-radius);
  background: #fff;
  box-shadow: 0 10px 30px rgba(11, 16, 22, .035);
  transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease;
}

.pek-pt-card::after {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  right: -70px;
  bottom: -70px;
  border-radius: 50%;
  background: rgba(238, 108, 78, .055);
  transition: transform .3s ease;
}

.pek-pt-card:hover {
  transform: translateY(-6px);
  border-color: rgba(238, 108, 78, .28);
  box-shadow: var(--pek-pt-shadow);
}

.pek-pt-card:hover::after {
  transform: scale(1.4);
}

.pek-pt-card__icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
  border-radius: 15px;
  color: var(--pek-pt-orange);
  background: rgba(238, 108, 78, .1);
}

.pek-pt-card__icon .pek-pt-icon {
  width: 25px;
  height: 25px;
}

.pek-pt-card h3 {
  margin-bottom: 12px;
  color: var(--pek-pt-ink);
  font-size: 21px;
  line-height: 1.25;
  font-weight: 850;
}

.pek-pt-card p {
  margin-bottom: 0;
  color: var(--pek-pt-muted);
  font-size: 15px;
  line-height: 1.72;
}

/* Offline section */
.pek-pt-offline {
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
  gap: clamp(45px, 7vw, 100px);
  align-items: center;
}

.pek-pt-offline h2,
.pek-pt-section--dark .pek-pt-kicker {
  color: #fff;
}

.pek-pt-offline__content > p {
  color: rgba(255, 255, 255, .65);
}

.pek-pt-offline__visual {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(238, 108, 78, .12), transparent 42%),
    #111923;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .22);
}

.pek-pt-signal-card {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 22px;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  background: rgba(255, 255, 255, .045);
}

.pek-pt-signal-card__icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  color: var(--pek-pt-orange);
  background: rgba(238, 108, 78, .12);
}

.pek-pt-signal-card__icon .pek-pt-icon {
  width: 27px;
  height: 27px;
}

.pek-pt-signal-card span,
.pek-pt-signal-card strong {
  display: block;
}

.pek-pt-signal-card span {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, .55);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.pek-pt-signal-card strong {
  color: #fff;
  font-size: 19px;
}

.pek-pt-local-list {
  display: grid;
  gap: 11px;
  padding: 20px 22px;
  border-radius: 20px;
  background: #0b1118;
}

.pek-pt-local-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
}

.pek-pt-local-list .pek-pt-icon {
  color: var(--pek-pt-green);
}

.pek-pt-local-list span:last-child .pek-pt-icon {
  color: var(--pek-pt-orange);
}

.pek-pt-check-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.pek-pt-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  line-height: 1.55;
}

.pek-pt-check-list .pek-pt-icon {
  margin-top: 3px;
  color: var(--pek-pt-orange);
}

/* Steps */
.pek-pt-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.pek-pt-step {
  position: relative;
  padding: 31px 26px;
  border-top: 3px solid var(--pek-pt-orange);
  background: var(--pek-pt-soft);
  border-radius: 0 0 20px 20px;
}

.pek-pt-step::after {
  content: '';
  position: absolute;
  top: -3px;
  right: -20px;
  width: 20px;
  height: 3px;
  background: var(--pek-pt-line);
}

.pek-pt-step:last-child::after {
  display: none;
}

.pek-pt-step > span {
  display: block;
  margin-bottom: 24px;
  color: var(--pek-pt-orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
}

.pek-pt-step h3 {
  margin-bottom: 11px;
  color: var(--pek-pt-ink);
  font-size: 19px;
  font-weight: 850;
}

.pek-pt-step p {
  margin-bottom: 0;
  color: var(--pek-pt-muted);
  font-size: 14px;
  line-height: 1.65;
}

/* Comparison */
.pek-pt-comparison {
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(480px, 1.16fr);
  gap: clamp(45px, 7vw, 90px);
  align-items: center;
  padding: clamp(35px, 5vw, 70px);
  border-radius: 32px;
  background: #fff;
  box-shadow: var(--pek-pt-shadow);
}

.pek-pt-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 10px;
  color: var(--pek-pt-orange);
  font-weight: 850;
  text-decoration: none !important;
}

.pek-pt-text-link:hover {
  color: var(--pek-pt-orange-dark);
}

.pek-pt-comparison__table {
  overflow: hidden;
  border: 1px solid var(--pek-pt-line);
  border-radius: 20px;
}

.pek-pt-comparison__row {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 22px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--pek-pt-line);
  color: var(--pek-pt-muted);
  font-size: 14px;
}

.pek-pt-comparison__row:last-child {
  border-bottom: 0;
}

.pek-pt-comparison__row strong {
  color: var(--pek-pt-ink);
  font-weight: 800;
}

.pek-pt-comparison__row--head {
  color: #fff;
  background: var(--pek-pt-ink);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* FAQ */
.pek-pt-faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: start;
}

.pek-pt-faq-intro {
  position: sticky;
  top: 120px;
}

.pek-pt-faq__item {
  border-bottom: 1px solid var(--pek-pt-line);
}

.pek-pt-faq button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  border: 0;
  color: var(--pek-pt-ink);
  background: transparent;
  font-family: inherit;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.pek-pt-faq button:hover {
  color: var(--pek-pt-orange);
}

.pek-pt-faq button i {
  width: 28px;
  height: 28px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--pek-pt-soft);
}

.pek-pt-faq button i::before,
.pek-pt-faq button i::after {
  content: '';
  position: absolute;
  left: 8px;
  right: 8px;
  top: 13px;
  height: 2px;
  background: currentColor;
  transition: transform .2s ease;
}

.pek-pt-faq button i::after {
  transform: rotate(90deg);
}

.pek-pt-faq button[aria-expanded='true'] i::after {
  transform: rotate(0);
}

.pek-pt-faq__answer {
  padding: 0 45px 22px 0;
}

.pek-pt-faq__answer p {
  margin: 0;
  color: var(--pek-pt-muted);
  font-size: 15px;
  line-height: 1.72;
}

/* CTA */
.pek-pt-cta {
  position: relative;
  padding: 76px 0;
  background: linear-gradient(135deg, var(--pek-pt-orange-dark), var(--pek-pt-orange));
}

.pek-pt-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image:
    linear-gradient(45deg, transparent 46%, rgba(255,255,255,.2) 47%, rgba(255,255,255,.2) 53%, transparent 54%);
  background-size: 44px 44px;
}

.pek-pt-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.pek-pt-cta .pek-pt-kicker,
.pek-pt-cta h2,
.pek-pt-cta p {
  color: #fff;
}

.pek-pt-cta h2 {
  margin-bottom: 10px;
  font-size: clamp(32px, 4vw, 50px);
}

.pek-pt-cta p {
  margin-bottom: 0;
  opacity: .82;
}

/* Header menu accent */
.pek-parktike-menu-item > a {
  position: relative;
}

.pek-parktike-menu-item > a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 6px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--pek-pt-orange);
  transform: translateX(-50%);
}

/* Animation */
.pek-pt-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .62s ease, transform .62s ease;
}

.pek-pt-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .pek-pt-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .pek-pt-button,
  .pek-pt-card,
  .pek-pt-card::after,
  .pek-pt-button .pek-pt-icon {
    transition: none;
  }
}

@media (max-width: 1040px) {
  .pek-pt-hero,
  .pek-pt-home {
    padding-top: 78px;
    padding-bottom: 82px;
  }

  .pek-pt-hero__grid,
  .pek-pt-home__grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr);
    gap: 28px;
  }

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

  .pek-pt-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pek-pt-step:nth-child(2)::after {
    display: none;
  }

  .pek-pt-comparison {
    grid-template-columns: 1fr;
  }

  .pek-pt-faq-layout {
    gap: 55px;
  }
}

@media (max-width: 820px) {
  .pek-pt-shell {
    width: min(100% - 36px, 700px);
  }

  .pek-pt-hero {
    min-height: auto;
  }

  .pek-pt-hero__grid,
  .pek-pt-home__grid,
  .pek-pt-offline,
  .pek-pt-faq-layout {
    grid-template-columns: 1fr;
  }

  .pek-pt-hero__content,
  .pek-pt-home__content {
    text-align: center;
  }

  .pek-pt-eyebrow,
  .pek-pt-actions,
  .pek-pt-trust-row {
    justify-content: center;
  }

  .pek-pt-hero .pek-pt-lead,
  .pek-pt-home .pek-pt-lead {
    margin-inline: auto;
  }

  .pek-pt-inline-features {
    max-width: 540px;
    margin-inline: auto;
    margin-bottom: 32px;
    text-align: left;
  }

  .pek-pt-hero__visual,
  .pek-pt-home__visual {
    max-width: 650px;
    margin-inline: auto;
  }

  .pek-pt-hero__visual img,
  .pek-pt-home__visual img {
    max-width: 620px;
  }

  .pek-pt-section {
    padding: 82px 0;
  }

  .pek-pt-offline {
    max-width: 700px;
  }

  .pek-pt-offline__visual {
    order: 2;
  }

  .pek-pt-faq-intro {
    position: static;
    text-align: center;
  }

  .pek-pt-faq-intro .pek-pt-kicker {
    justify-content: center;
  }

  .pek-pt-cta__inner {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 620px) {
  .pek-pt-shell {
    width: calc(100% - 28px);
  }

  .pek-pt-hero,
  .pek-pt-home {
    padding: 64px 0 66px;
  }

  .pek-pt-wordmark,
  .pek-pt-wordmark--large {
    margin-bottom: 20px;
  }

  .pek-pt-hero h1 {
    font-size: clamp(38px, 12vw, 53px);
  }

  .pek-pt-home h2 {
    font-size: clamp(32px, 10vw, 46px);
  }

  .pek-pt-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .pek-pt-button {
    width: 100%;
  }

  .pek-pt-inline-features,
  .pek-pt-feature-grid,
  .pek-pt-steps {
    grid-template-columns: 1fr;
  }

  .pek-pt-inline-features {
    gap: 10px;
  }

  .pek-pt-trust-row {
    gap: 13px 18px;
  }

  .pek-pt-visual-badge {
    display: none;
  }

  .pek-pt-section {
    padding: 66px 0;
  }

  .pek-pt-section-heading {
    margin-bottom: 38px;
  }

  .pek-pt-section-heading h2,
  .pek-pt-offline h2,
  .pek-pt-comparison h2,
  .pek-pt-faq-intro h2,
  .pek-pt-cta h2 {
    font-size: clamp(31px, 9.5vw, 43px);
  }

  .pek-pt-card {
    min-height: 0;
    padding: 27px;
  }

  .pek-pt-offline__visual {
    padding: 18px;
  }

  .pek-pt-signal-card {
    padding: 18px;
  }

  .pek-pt-signal-card strong {
    font-size: 16px;
  }

  .pek-pt-step::after {
    display: none;
  }

  .pek-pt-comparison {
    padding: 27px 20px;
    border-radius: 24px;
  }

  .pek-pt-comparison__row {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 16px 18px;
  }

  .pek-pt-comparison__row--head {
    display: none;
  }

  .pek-pt-faq button {
    font-size: 16px;
  }

  .pek-pt-faq__answer {
    padding-right: 0;
  }

  .pek-pt-cta {
    padding: 62px 0;
  }
}
