/* Shared layouts for the archived Pleisty subpages. */

.subpage-main {
  min-height: 60vh;
  color: var(--copy);
}

.page-hero {
  position: relative;
  min-height: 306px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 70px 0 64px;
  color: var(--white);
background: #c74610;
  text-align: center;
}

.page-hero::before,
.page-hero::after {
  position: absolute;
  top: 0;
  width: 438px;
  height: 308px;
  background: url("assets/subpages/page-header-img.png") center / contain no-repeat;
  content: "";
  opacity: 0.92;
}

.page-hero::before {
  left: 0;
}

.page-hero::after {
  right: 0;
  transform: scaleX(-1);
}

.page-hero--teal {
  background: #007c6b;
}

.page-hero--teal::before,
.page-hero--teal::after {
  background-image: url("assets/subpages/single-page-header-img.png");
}

.page-hero--light {
  min-height: 250px;
  color: var(--ink);
  background: var(--white);
  border-bottom: 1px solid #eee;
}

.page-hero--light::before,
.page-hero--light::after {
  opacity: 0.15;
}

.page-hero__content {
  position: relative;
  z-index: 2;
  width: min(820px, 100%);
}

.page-hero__icon {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  margin: 0 auto 24px;
  color: currentColor;
  border: 2px solid currentColor;
  border-radius: 24px 24px 24px 7px;
  font-size: 39px;
  font-weight: 300;
  line-height: 1;
}

.page-hero h1 {
  margin: 0;
  color: inherit;
  font-size: clamp(42px, 5vw, 58px);
  line-height: 1.02;
}

.page-hero p {
  max-width: 760px;
  margin: 26px auto 0;
  font-size: 22px;
  line-height: 1.5;
}

.page-hero--light p {
  color: var(--copy);
}

.page-section {
  padding: 90px 0;
}

.page-section--gray {
  background: var(--soft-gray);
}

.page-section--tight {
  padding: 58px 0;
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 52px;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 39px);
  line-height: 1.2;
}

.section-heading p {
  margin: 16px 0 0;
  color: var(--muted-copy);
  font-size: 19px;
}

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

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

.feature-card {
  min-height: 355px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 42px 30px 34px;
  border: 1px solid #e7e7e7;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 35px rgba(49, 49, 63, 0.06);
  text-align: center;
}

.feature-card--compact {
  min-height: 315px;
}

.feature-symbol {
  position: relative;
  width: 104px;
  height: 92px;
  display: grid;
  place-items: center;
margin-bottom: 25px;
  color: var(--orange);
  border: 2px solid #676767;
  border-radius: 29px 29px 29px 8px;
  font-size: 39px;
  line-height: 1;
}

.feature-symbol::after {
  position: absolute;
  right: -7px;
  bottom: -7px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
background: #c74610;
  content: "";
}

.feature-card h2,
.feature-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

.feature-card p {
  margin: 17px 0 0;
  color: var(--muted-copy);
  font-size: 17px;
}

.feature-card .text-link {
  margin-top: auto;
  padding-top: 22px;
  color: var(--orange-action);
  font-weight: 700;
  text-transform: uppercase;
}

.coming-soon {
  display: inline-flex;
  margin-top: auto;
  padding-top: 22px;
  color: #999;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.testimonial-band {
  padding: 90px 0;
  background: #f4f4f4;
}

.testimonial-layout {
  display: grid;
  grid-template-columns: 0.85fr 2fr;
  align-items: center;
  gap: 70px;
}

.testimonial-label {
  color: var(--orange);
  font-size: 33px;
  font-weight: 700;
  line-height: 1.25;
  text-align: right;
  text-transform: uppercase;
}

.testimonial-card {
  position: relative;
  padding: 52px 50px 45px 128px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.testimonial-card::before {
  position: absolute;
  top: 25px;
  left: 35px;
  color: #ededed;
  content: "“";
  font-family: Georgia, serif;
  font-size: 130px;
  line-height: 1;
}

.testimonial-card blockquote {
  margin: 0;
  color: var(--ink);
  font-size: 19px;
  font-style: italic;
  line-height: 1.65;
}

.testimonial-person {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  color: #666;
  font-size: 14px;
  font-style: italic;
}

.testimonial-person img,
.initial-avatar {
  width: 78px;
  height: 78px;
  flex: 0 0 78px;
  border-radius: 50%;
  object-fit: cover;
}

.initial-avatar {
  display: grid;
  place-items: center;
  color: var(--white);
background: #c74610;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

.testimonial-person strong {
  display: block;
  color: var(--ink);
  font-size: 15px;
}

.subpage-cta {
  padding: 78px 0 88px;
  color: var(--white);
  background: #000;
  text-align: center;
}

.subpage-cta h2 {
  margin: 0;
  color: var(--white);
  font-size: 33px;
}

.subpage-cta p {
  margin: 12px 0 28px;
  color: #d4d4d4;
}

.subpage-cta .button {
  min-width: 230px;
}

.logo-groups {
  display: grid;
  gap: 62px;
}

.logo-group h2 {
margin: 0 0 25px;
  color: var(--ink);
  font-size: 26px;
  text-align: center;
}

.logo-cloud {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.integration-logo {
  min-height: 98px;
  display: grid;
  place-items: center;
  padding: 18px;
  color: #555;
  border: 1px solid #e3e3e3;
  border-radius: 7px;
  background: var(--white);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
}

.integration-logo span {
  color: var(--orange);
}

.pricing-wrap {
  padding: 88px 0;
  background: #f4f4f4;
}

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

.pricing-plan {
  overflow: hidden;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.pricing-plan__top {
  min-height: 270px;
  padding: 38px 35px;
  color: var(--white);
background: #c74610;
  text-align: center;
}

.pricing-plan--teal .pricing-plan__top {
  background: #007c6b;
}

.pricing-plan__top h2 {
  margin: 0;
  color: var(--white);
  font-size: 31px;
}

.pricing-plan__starting {
  margin: 18px 0 0;
  font-size: 15px;
  text-transform: uppercase;
}

.pricing-plan__price {
  margin-top: 3px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
}

.pricing-plan__price small {
  font-size: 15px;
  font-weight: 400;
}

.traffic-control {
  display: block;
  width: min(340px, 100%);
  margin: 24px auto 0;
  padding: 11px 13px;
  color: var(--copy);
  border: 0;
  border-radius: 6px;
  background: var(--white);
}

.traffic-control select {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 8px;
}

.plan-features {
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-feature-group {
  padding: 29px 32px;
  border-bottom: 1px solid #ececec;
}

.plan-feature-group h3 {
  margin: 0 0 13px;
  color: var(--ink);
  font-size: 19px;
}

.plan-feature-group li {
  position: relative;
padding: 6px 0 6px 24px;
  color: #666;
  font-size: 15px;
}

.plan-feature-group li::before {
  position: absolute;
  left: 0;
  color: var(--orange);
  content: "✓";
  font-weight: 700;
}

.pricing-plan--teal .plan-feature-group li::before {
  color: #009882;
}

.plan-action {
  padding: 30px;
  text-align: center;
}

.plan-action .button {
  width: min(250px, 100%);
}

.faq-list {
  max-width: 850px;
  display: grid;
  gap: 12px;
  margin: 0 auto;
}

.faq-list details {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: var(--white);
}

.faq-list summary {
  padding: 20px 55px 20px 22px;
color: var(--ink);
  font-weight: 600;
  cursor: pointer;
}

.faq-list details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted-copy);
}

.kb-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.kb-group {
  padding: 32px;
  border-top: 5px solid var(--orange);
  border-radius: 7px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.kb-group h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 23px;
}

.kb-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kb-group li + li {
  margin-top: 11px;
}

.kb-group a {
  color: var(--orange-action);
  font-size: 15px;
}

.article-shell {
  width: min(calc(100% - 40px), 930px);
  margin: 0 auto;
  padding: 62px 0 95px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 25px;
  color: #888;
  font-size: 14px;
}

.breadcrumbs a {
  color: var(--orange-action);
}

.prose {
  color: #4c4c4c;
}

.prose h1 {
  margin: 0 0 32px;
  color: var(--ink);
  font-size: clamp(34px, 5vw, 49px);
  line-height: 1.16;
}

.prose h2 {
  margin: 52px 0 18px;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.25;
}

.prose h3 {
  margin: 35px 0 14px;
  color: var(--ink);
  font-size: 22px;
}

.prose p,
.prose li {
  font-size: 17px;
  line-height: 1.78;
}

.prose a {
  color: var(--orange-action);
  font-weight: 600;
}

.prose ul,
.prose ol {
  padding-left: 25px;
}

.prose blockquote {
  margin: 28px 0;
  padding: 22px 28px;
  color: #666;
  border-left: 5px solid var(--orange);
  background: var(--soft-gray);
  font-style: italic;
}

/* Recovered knowledge-base articles: code samples, reference tables, and a
   marker for screenshots the Wayback Machine never captured. */
.prose pre {
  margin: 24px 0;
  padding: 20px 22px;
  overflow-x: auto;
  color: #2f3138;
  border: 1px solid var(--line);
  border-left: 4px solid var(--orange);
  border-radius: 4px;
  background: var(--panel-gray);
  font-size: 14px;
  line-height: 1.62;
}

.prose pre code {
  padding: 0;
  border: 0;
  background: none;
  font-size: inherit;
}

.prose code {
  padding: 2px 6px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: var(--panel-gray);
  font-family: SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 14px;
  word-break: break-word;
}

.prose table {
  display: block;
  width: 100%;
  margin: 26px 0;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 15px;
}

.prose table td,
.prose table th {
  padding: 12px 14px;
  vertical-align: top;
  border: 1px solid var(--line);
  line-height: 1.6;
}

.prose table tr:first-child td {
  background: var(--panel-gray);
  font-weight: 600;
  color: var(--ink);
}

.prose table ul,
.prose table ol {
  margin: 6px 0;
}

.prose table p {
  margin: 8px 0 0;
  font-size: 15px;
}

.doc-figure-missing {
  display: block;
  margin: 22px 0 8px;
  padding: 26px 20px;
  color: #8a8a8a;
  border: 1px dashed var(--line);
  border-radius: 4px;
  background: var(--panel-gray);
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.02em;
  text-align: center;
}

.tutorial-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 35px 0;
  padding: 0;
  counter-reset: tutorial;
  list-style: none;
}

.tutorial-summary li {
  position: relative;
  padding: 24px 20px 22px 60px;
  border-radius: 7px;
  background: var(--soft-gray);
}

.tutorial-summary li::before {
  position: absolute;
  top: 22px;
  left: 20px;
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  color: var(--white);
  border-radius: 50%;
background: #c74610;
  content: counter(tutorial);
  counter-increment: tutorial;
  font-size: 14px;
  font-weight: 700;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 36px 0;
}

.value-card {
  padding: 30px;
  border-radius: 8px;
  background: var(--soft-gray);
}

.value-card h3 {
  margin-top: 0;
  color: var(--orange);
  }

.jobs-list {
  display: grid;
  gap: 28px;
}

.job-card {
  padding: 38px;
  border: 1px solid #e5e5e5;
  border-radius: 9px;
  background: var(--white);
  box-shadow: 0 10px 30px rgba(49, 49, 63, 0.05);
}

.job-card h2 {
  margin-top: 0;
}

.form-page {
  padding: 76px 0 105px;
  background: var(--soft-gray);
}

.form-card {
  width: min(100%, 690px);
  margin: 0 auto;
  padding: 44px;
  border-radius: 10px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.form-card__notice {
  margin: 0 0 30px;
  padding: 13px 15px;
  color: #6b5a24;
  border: 1px solid #eadb9b;
  border-radius: 6px;
  background: #fff9df;
  font-size: 14px;
  }

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.form-field--wide {
  grid-column: 1 / -1;
}

.form-field label {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
}

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  min-height: 49px;
  padding: 11px 13px;
  color: var(--copy);
  border: 1px solid #d4d4d4;
  border-radius: 7px;
  background: var(--white);
}

.form-field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-actions {
  margin-top: 25px;
}

.demo-button {
  min-width: 170px;
  cursor: default;
}

.login-main {
min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: 70px 20px;
  background: #f4f4f4;
}

.login-panel {
  width: min(100%, 460px);
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: var(--white);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
}

.login-panel h1 {
  margin: 0;
  padding: 17px 25px;
  color: #444;
  border-bottom: 1px solid #ddd;
  background: #f7f7f7;
  font-size: 19px;
  font-weight: 400;
  text-align: center;
}

.login-panel form {
  padding: 30px;
}

.login-copyright {
  margin-top: 18px;
  color: #999;
  font-size: 12px;
text-align: center;
}

.brochure-page {
  padding: 65px 0 85px;
  background: #272727;
}

.brochure-shell {
  width: min(calc(100% - 30px), 1050px);
  margin: 0 auto;
}

.brochure-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 15px;
  color: #ddd;
}

.brochure-toolbar h1 {
  margin: 0;
  color: var(--white);
  font-size: 19px;
  font-weight: 600;
}

.brochure-viewer {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 4px;
  background: var(--white);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

.brochure-slide {
  min-height: 620px;
  display: grid;
grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 48px;
  padding: 65px;
  background: var(--white);
}

.brochure-slide[hidden] {
  display: none;
}

.brochure-slide--cover {
  grid-template-columns: 1fr;
  color: var(--white);
background: #c74610;
  text-align: center;
}

.brochure-slide--dark {
  color: var(--white);
  background: #111;
}

.brochure-slide__copy h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.05;
}

.brochure-slide__copy p {
  margin: 22px 0 0;
  font-size: 19px;
  line-height: 1.65;
}

.brochure-slide__image {
  max-height: 490px;
  margin: auto;
  object-fit: contain;
  border-radius: 9px;
box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
}

.brochure-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 22px;
}

.brochure-control {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  color: var(--white);
  border: 1px solid #666;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.brochure-control:hover,
.brochure-control:focus-visible {
  background: var(--orange-action);
}

.brochure-status {
  min-width: 90px;
  color: #ddd;
  font-size: 14px;
  text-align: center;
}

.brochure-note {
  margin: 20px 0 0;
  color: #aaa;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 900px) {
  .feature-grid,
  .kb-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .logo-cloud {
    grid-template-columns: repeat(3, 1fr);
  }

  .testimonial-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .testimonial-label {
    text-align: center;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 660px;
    margin: auto;
  }

  .tutorial-summary {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .page-hero {
    min-height: 270px;
    padding: 54px 0 48px;
  }

  .page-hero::before,
  .page-hero::after {
    width: 300px;
    opacity: 0.42;
  }

  .page-hero h1 {
    font-size: 39px;
  }

  .page-hero p {
    font-size: 18px;
  }

  .page-section {
    padding: 65px 0;
  }

  .feature-grid,
  .feature-grid--two,
  .kb-grid,
  .value-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: auto;
  }

  .testimonial-card {
    padding: 90px 26px 35px;
  }

  .testimonial-card::before {
    top: 13px;
    left: 25px;
  }

  .testimonial-person {
    align-items: flex-start;
  }

  .logo-cloud {
    grid-template-columns: repeat(2, 1fr);
  }

  .integration-logo {
    min-height: 82px;
    font-size: 15px;
  }

  .pricing-wrap {
    padding: 60px 0;
  }

  .pricing-plan__top {
    min-height: 250px;
    padding: 32px 20px;
  }

  .pricing-plan,
  .traffic-control,
  .traffic-control select {
    min-width: 0;
  }

  .pricing-plan__price {
    font-size: 48px;
  }

  .plan-feature-group {
    padding: 25px 22px;
  }

  .article-shell {
    width: min(calc(100% - 30px), 930px);
    padding-top: 45px;
  }

  .prose h1 {
    font-size: 34px;
  }

  .prose h2 {
    font-size: 27px;
  }

  .form-card {
    padding: 30px 22px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-field--wide {
    grid-column: auto;
  }

  .brochure-slide {
    min-height: 650px;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 42px 25px;
    text-align: center;
  }

  .brochure-slide__image {
    max-height: 310px;
  }
}
