/* Import a Google Font */
@import url('https://fonts.googleapis.com/css?family=Nunito:400,700');
@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import "tokens.css";
@import "sales_partners.css";
@import "aligner_material.css";
@import "checkout_pricing.css";
@import "onboarding_plan.css";

body {
  font-family: 'Poppins', 'Open Sans', 'Montserrat', sans-serif;
}

.login-logo-centered {
  display: block;
  margin: 0 auto;
}

.login-persistent-notice {
  margin-top: 0.85rem;
  border: 1px solid #f0a200;
  background: linear-gradient(180deg, #fff0bf 0%, #ffe18c 100%);
  color: #5a3300;
  font-weight: 600;
  text-align: center;
}

.montserrat {
  font-family: "Montserrat";
}
.open-sans {
  font-family: "Open Sans";
}
.offset-left {
  position: relative;
  margin-left: -200px;
}
.border-grey {
  /* background-color: #FAF8F8 !important; */
  border: 1px solid rgb(224, 224, 224) !important;
  box-shadow: none !important;
}
body.site {
  background-color: white;
}
body.site .section {
  background-color: rgb(255, 255, 255);
  /* background-color: rgb(255, 0, 0); */
}
body {
  background-color: #FAF8F8;
  min-height: 100vh;
}
.section {
  background-color: #FAF8F8;
  margin-top: 0;
  padding-top: 0;
}
.section {
  padding: 0rem 1rem;
}
@media screen and (min-width: 1024px) {
  .section {
    padding: 0rem 1.1rem;
  }
}
.menu {
  /* // Use "is-2" in the column and fix the width here */
  width: 200px !important;
}
.menu-list {
  line-height: 1.5;
}
.menu-list a.active {
  font-weight: bold;
  color: var(--blue);
}
.main-content {
  background-color: #fafafa;
}
.navbar {
  /* background-color: #fafafa; */
  border-bottom: 1px solid #a0a0a0;
  padding: 0.2rem;
}
/*
.navbar-menu {
  a:hover {
    background-color: var(--blue);
    color: #fff;
  }
} */
.has-text-pink {
  color: var(--pink);
}
.has-text-blue {
  color: var(--blue);
}
h1 {
  /* font-family: "Ubuntu"; */
  color: #333;
}

.tab-content {
  padding: 1rem;
  display: none;
}

.tab-content.is-active {
  display: block;
}

@media screen and (min-width: 769px) {
  .modal-content,
  .modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 740px;
  }
}

.label.inline {
  display: inline !important;
}

/* Form Error Messages */
div.is-danger input,
div.is-danger select,
div.is-danger textarea {
  border-color: hsl(348deg, 86%, 61%);
}

/******* TIMELINE *******/
.timeline {
  /* // width:100%;
  // max-width:800px; */
  background:#fff;
  padding: 50px 23px;
  position: relative;
  &:before {
    content: '';
    position: absolute;
    top: 0px;
    left:calc(22% + 19px);
    bottom: 0px;
    width: 4px;
    background: #ddd;
  }
  &:after {
    content: "";
    display: table;
    clear: both;
  }
}

.entry {
  clear: both;
  text-align: left;
  position: relative;
  .title {
    margin-bottom: .5em;
    float: left;
    width: 22%;
    padding-right: 30px;
    text-align: right;
    position: relative;
    &:before {
      content: '';
      position: absolute;
      width: 16px;
      height: 16px;
      border: 4px solid #ad1457;
      background-color:#fff;
      border-radius:100%;
      top: 15%;
      right: -16px;
      z-index: 99;
    }
    h4 {
      margin: 0;
    }
    p {
      margin: 0;
      font-size: 100%;
    }
  }
  .body {
    margin: 0 0 3em;
    float: left;
    width: 78%;
    padding-left: 30px;
    p {
      line-height: 1.4em;
      &:first-child {
        margin-top: 0;
        font-weight: 400;
      }
    }
    ul {
      color:#444;
      padding-left: 0;
      list-style-type: none;
      li:before {
        content: "–";
        margin-right: .5em;
      }
    }
  }
}
.document-name {
  /* line-height: 1.2; */
  overflow-wrap: anywhere;
  font-family: 'Open Sans';
  font-size: 1.6rem;
  font-weight: 400;
}
.document-section-title {
  color: grey;
  line-height: 1.8;
  overflow-wrap: anywhere;
  font-size: 0.95rem;
  font-family: 'Open Sans';
  text-transform: uppercase;
  border-bottom: 1px solid #e0e0e0;
}
.text-muted {
  color: #8a9098;
  font-size: 0.9rem;
  font-style: italic;
}
.navbar-logo-company {
  max-height: 60px;
  max-width: 180px;
  height: auto;
  width: auto;
  object-fit: contain;
}

.company-logo-wrapper {
  width: 160px;
  height: 160px;
}

.company-logo-image,
.company-logo-placeholder {
  width: 160px;
  height: 160px;
}

.company-logo-image {
  object-fit: contain;
}

.company-list-logo-image,
.company-list-logo-placeholder {
  width: 48px;
  height: 48px;
}

.company-list-logo-image {
  object-fit: contain;
}


.sales-one-pager-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem 0.75rem 1rem;
}

.sales-one-pager-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-end;
  margin-bottom: 0.8rem;
}

.sales-one-pager {
  --sop-blue: #1489e5;
  --sop-pink: #ad1457;
  --sop-ink: #132f4b;
  --sop-soft: #eef6ff;
  color: #224764;
  border-radius: 16px;
  border: 1px solid #cfe0f4;
  background: linear-gradient(146deg, #ffffff 0%, #f3f8ff 62%, #fff4f9 100%);
  box-shadow: 0 24px 40px -34px rgb(9 33 57 / 45%);
  padding: 1.2rem;
}

.sales-wa-canvas {
  min-height: 100vh;
  padding: 0.8rem;
  background: radial-gradient(circle at 15% 8%, #e9f4ff 0, transparent 36%),
              radial-gradient(circle at 92% 4%, #ffeef6 0, transparent 34%),
              #f3f8ff;
}

.sales-wa-card {
  max-width: 680px;
  margin: 0 auto;
  border-radius: 22px;
  border: 1px solid #cfe0f4;
  background: linear-gradient(148deg, #ffffff 0%, #f2f8ff 72%, #fff4f8 100%);
  box-shadow: 0 20px 40px -30px rgb(9 33 57 / 46%);
  padding: 1rem 1.05rem;
  color: #1f4869;
}

.sales-wa-header {
  border-bottom: 1px solid #d7e5f6;
  padding-bottom: 0.62rem;
}

.sales-wa-brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.68rem;
}

.sales-wa-logo {
  max-height: 60px;
  width: auto;
}

.sales-wa-brand-tag {
  border-radius: 999px;
  border: 1px solid #c8ddf5;
  background: linear-gradient(135deg, #e9f4ff 0%, #f3f8ff 100%);
  color: #0f6fb8;
  font-size: 0.86rem;
  font-weight: 700;
  padding: 0.28rem 0.58rem;
  white-space: nowrap;
}

.sales-wa-header h1 {
  margin-bottom: 0.3rem;
  color: #0d3f66;
  font-size: clamp(1.44rem, 1.04rem + 1.34vw, 2.08rem);
  line-height: 1.12;
  font-family: "Montserrat", "Poppins", sans-serif;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.sales-wa-header p {
  margin: 0;
  font-size: 1.16rem;
  line-height: 1.42;
  color: #325a7d;
}

.sales-wa-section {
  margin-top: 0.72rem;
}

.sales-wa-section h2 {
  margin-bottom: 0.34rem;
  color: #0d3f66;
  font-size: 1.34rem;
  font-family: "Montserrat", "Poppins", sans-serif;
  font-weight: 800;
}

.sales-wa-chip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.24rem;
}

.sales-wa-features-block,
.sales-wa-benefits-block,
.sales-wa-docs-block {
  border: 1px solid #d6e5f5;
  border-top: 2px solid #8ab4da;
  border-radius: 12px;
  background: linear-gradient(180deg, #fbfdff 0%, #f7fbff 100%);
  box-shadow: 0 8px 16px -24px rgb(20 137 229 / 45%);
  padding: 0.46rem 0.56rem;
}

.sales-wa-features-block {
  border-top-color: #7ab0db;
}

.sales-wa-features-block h2,
.sales-wa-benefits-block h2,
.sales-wa-docs-block h2 {
  color: #1c5d8d;
}

.sales-wa-chip-grid span {
  border: 1px solid #d2e4f6;
  border-radius: 12px;
  background: #fff;
  padding: 0.46rem 0.56rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.22rem;
  font-size: 1.06rem;
  line-height: 1.24;
  color: #224f74;
  font-weight: 400;
}

.sales-wa-features-block .sales-wa-chip-grid span {
  border-color: #d5e4f4;
  background: #fff;
  box-shadow: none;
}

.sales-wa-features-block .sales-wa-chip-grid i {
  color: #1678bf;
}

.sales-wa-chip-grid i {
  color: var(--jo-blue);
}

.sales-wa-card i {
  font-style: normal;
}

.sales-wa-benefits {
  margin: 0;
  padding-left: 0;
  list-style: none;
  color: #2f5879;
}

.sales-wa-benefits-block {
  border-top-color: #73b3bf;
}

.sales-wa-benefits li {
  margin-bottom: 0.28rem;
  display: flex;
  align-items: flex-start;
  gap: 0.36rem;
  font-size: 1.06rem;
  line-height: 1.34;
  font-weight: 400;
}

.sales-wa-benefits li:last-child {
  margin-bottom: 0;
}

.sales-wa-benefits li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.3em;
  min-width: 1.3em;
  color: var(--jo-blue);
  margin-top: 0.12rem;
  font-weight: 700;
}

.sales-wa-benefits-block .sales-wa-benefits li i {
  width: 1.45em;
  min-width: 1.45em;
  height: 1.45em;
  margin-top: 0;
  border-radius: 50%;
  background: #f1f7ff;
  border: 1px solid #dae8f6;
}

.sales-wa-proof {
  border: 1px solid #d2e3f5;
  border-radius: 12px;
  background: linear-gradient(140deg, #f9fcff 0%, #eef6ff 100%);
  padding: 0.52rem 0.58rem;
}

.sales-wa-proof h2 {
  margin-bottom: 0.36rem;
}

.sales-wa-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.3rem;
}

.sales-wa-proof-card {
  padding: 0.2rem 0.24rem;
}

.sales-wa-proof-card strong {
  display: block;
  margin-bottom: 0.1rem;
  color: #0f6fb8;
  font-family: "Montserrat", "Poppins", sans-serif;
  font-size: 1.42rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.sales-wa-proof-card p {
  margin: 0;
  color: #315978;
  font-size: 0.94rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}

.sales-wa-specialties,
.sales-wa-procedures {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.34;
  color: #2f5879;
}

.sales-wa-docs-block {
  border-top-color: #88afd8;
}

.sales-wa-benefits-block h2,
.sales-wa-docs-block h2 {
  margin-bottom: 0.28rem;
}

.sales-wa-docs-block .sales-wa-specialties {
  font-family: "Poppins", sans-serif;
  font-size: 1.06rem;
  line-height: 1.34;
  font-weight: 400;
  color: #2f5879;
}

.sales-wa-procedures {
  margin-top: 0.22rem;
}

.sales-wa-stepper-block {
  border: 1px solid #0f6fb8;
  border-radius: 14px;
  background: linear-gradient(132deg, #0f436d 0%, var(--jo-blue) 58%, #6b2d80 100%);
  box-shadow: 0 14px 24px -20px rgb(12 43 72 / 65%);
  padding: 0.54rem 0.62rem;
}

.sales-wa-stepper-block h2 {
  margin-bottom: 0.42rem;
  color: #f4fbff;
  text-shadow: 0 1px 2px rgb(8 29 48 / 28%);
}

.sales-wa-stepper {
  display: flex;
  gap: 0;
  position: relative;
}

.sales-wa-stepper::before {
  content: "";
  position: absolute;
  top: 0.9rem;
  left: 1.5rem;
  right: 1.5rem;
  height: 2px;
  background: linear-gradient(90deg, rgb(255 255 255 / 80%), rgb(255 255 255 / 35%));
  z-index: 0;
}

.sales-wa-step {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 0.2rem;
}

.sales-wa-step-num {
  display: inline-grid;
  place-content: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  margin-bottom: 0.18rem;
  background: linear-gradient(135deg, var(--jo-blue), #0f6fb8);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
  font-family: "Montserrat", "Poppins", sans-serif;
  box-shadow: 0 8px 14px -12px rgb(20 137 229 / 78%);
}

.sales-wa-step p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.16;
  color: rgb(238 246 255 / 95%);
  font-weight: 700;
}

.sales-wa-cta {
  margin-top: 0.82rem;
  border-top: 2px solid #ced9e7;
  padding-top: 0.62rem;
  text-align: center;
}

.sales-wa-cta h2 {
  margin-bottom: 0.42rem;
  color: #0d3f66;
  font-size: 1.44rem;
  font-family: "Montserrat", "Poppins", sans-serif;
  font-weight: 800;
}

.sales-wa-button {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  border-radius: 999px;
  padding: 0.64rem 1.08rem;
  background: linear-gradient(135deg, #0fb66a 0%, #0ec36f 100%);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 24px -20px rgb(14 166 99 / 80%);
}

.sales-wa-button i {
  font-size: 1.24rem;
}

.sales-wa-button .fa-whatsapp {
  display: inline-block;
  width: 1.12em;
  height: 1.12em;
}

.sales-wa-button .fa-whatsapp::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23FFFFFF' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z'/%3E%3C/svg%3E");
}

.sales-wa-card .fa-file-signature::before {
  content: "✍";
}

.sales-wa-card .fa-file-lines::before {
  content: "📄";
}

.sales-wa-card .fa-file-circle-check::before {
  content: "🖋";
}

.sales-wa-card .fa-palette::before {
  content: "🎨";
}

.sales-wa-card .fa-microphone {
  display: inline-block;
  width: 1em;
  height: 1em;
}

.sales-wa-card .fa-microphone::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%231489e5' d='M192 0C139 0 96 43 96 96l0 160c0 53 43 96 96 96s96-43 96-96l0-160c0-53-43-96-96-96zM64 216c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40c0 89.1 66.2 162.7 152 174.4l0 33.6-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l72 0 72 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0 0-33.6c85.8-11.7 152-85.3 152-174.4l0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40c0 70.7-57.3 128-128 128s-128-57.3-128-128l0-40z'/%3E%3C/svg%3E");
}

.sales-wa-card .fa-lock::before {
  content: "🔒";
}

.sales-wa-card .fa-layer-group::before {
  content: "🧩";
}

.sales-wa-card .fa-hourglass-half::before {
  content: "⏳";
}

.sales-wa-card .fa-comments::before {
  content: "💬";
}

.sales-wa-card .fa-brain::before {
  content: "🧠";
}

@media (max-width: 720px) {
  .sales-wa-canvas {
    padding: 0.68rem;
  }

  .sales-wa-card {
    padding: 0.8rem;
  }

  .sales-wa-brand-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.22rem;
  }

  .sales-wa-brand-tag {
    font-size: 0.74rem;
  }

  .sales-wa-chip-grid {
    grid-template-columns: 1fr;
  }

  .sales-wa-features-block,
  .sales-wa-benefits-block,
  .sales-wa-docs-block {
    border-top-width: 2px;
    padding: 0.4rem 0.46rem;
  }

  .sales-wa-proof-grid {
    grid-template-columns: 1fr;
  }

  .sales-wa-stepper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.34rem;
  }

  .sales-wa-stepper-block {
    padding: 0.44rem 0.48rem;
  }

  .sales-wa-stepper-block h2 {
    margin-bottom: 0.28rem;
    text-shadow: none;
  }

  .sales-wa-stepper::before {
    display: none;
  }

  .sales-wa-step {
    padding: 0;
  }

  .sales-wa-step-num {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.78rem;
    margin-bottom: 0.12rem;
  }

  .sales-wa-header h1 {
    font-size: 1.34rem;
  }

  .sales-wa-header p,
  .sales-wa-benefits li,
  .sales-wa-specialties,
  .sales-wa-procedures {
    font-size: 1.04rem;
  }

  .sales-wa-benefits-block .sales-wa-benefits li,
  .sales-wa-docs-block .sales-wa-specialties {
    font-size: 0.98rem;
  }

  .sales-wa-step p {
    font-size: 0.8rem;
  }

  .sales-wa-section h2,
  .sales-wa-cta h2 {
    font-size: 1.14rem;
  }

  .sales-wa-chip-grid span {
    font-size: 0.98rem;
  }

  .sales-wa-proof {
    padding: 0.42rem 0.46rem;
  }

  .sales-wa-proof-card {
    padding: 0.14rem 0.2rem;
  }

  .sales-wa-proof-card strong {
    font-size: 1.24rem;
  }

  .sales-wa-proof-card p {
    font-size: 0.86rem;
  }

  .sales-wa-button {
    font-size: 1.08rem;
  }
}

.sop-header {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 1.35fr 0.65fr;
  border-bottom: 1px solid #d5e3f4;
  padding-bottom: 0.9rem;
}

.sop-logo {
  max-height: 56px;
  width: auto;
}

.sop-brand {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.sop-kicker {
  margin-top: 0.3rem;
  color: var(--sop-blue);
  font-weight: 700;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.sop-headline h1 {
  margin-bottom: 0.35rem;
  font-family: "Montserrat", "Poppins", sans-serif;
  color: var(--sop-ink);
  font-size: clamp(1.2rem, 0.8rem + 1.2vw, 2rem);
  line-height: 1.2;
}

.sop-headline p {
  margin: 0;
  line-height: 1.46;
}

.sop-block {
  margin-top: 0.9rem;
}

.sop-block + .sop-block {
  margin-top: 1.42rem;
}

.sop-value-grid {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sop-value-grid article {
  border: 1px solid #d3e3f5;
  border-radius: 12px;
  background: #fff;
  padding: 0.7rem 0.8rem;
}

.sop-value-grid h2 {
  margin-bottom: 0.3rem;
  font-size: 1rem;
  line-height: 1.3;
  color: #173a59;
}

.sop-value-grid h2 i {
  color: var(--sop-blue);
}

.sop-value-grid p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.42;
}

.sop-block h3 {
  margin-bottom: 0.5rem;
  color: #0d3f66;
  font-family: "Montserrat", "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.sop-specialties-block {
  border: 1px solid #d7e5f6;
  border-radius: 12px;
  background: linear-gradient(145deg, #fbfdff 0%, #f1f7ff 100%);
  padding: 0.5rem 0.55rem 0.6rem;
}

.sop-specialties-block h3 {
  margin-bottom: 0.42rem;
}

.sop-specialties {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sop-specialties article {
  --specialty-accent: var(--jo-blue);
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #d4e5f7;
  border-top: 3px solid var(--specialty-accent);
  background: linear-gradient(140deg, #fff 0%, var(--sop-soft) 100%);
  padding: 0.65rem;
}

.sop-specialties article:nth-child(1) {
  --specialty-accent: var(--jo-blue);
}

.sop-specialties article:nth-child(2) {
  --specialty-accent: #0f9b6f;
}

.sop-specialties article:nth-child(3) {
  --specialty-accent: #ad1457;
}

.sop-specialties article:nth-child(4) {
  --specialty-accent: #d97706;
}

.sop-specialties h4 {
  display: flex;
  align-items: center;
  gap: 0.32rem;
  margin-bottom: 0.28rem;
  font-size: 0.95rem;
  color: #194262;
}

.sop-specialties h4::before {
  content: "●";
  color: var(--specialty-accent);
  font-size: 0.78rem;
}

.sop-specialties ul {
  margin: 0;
  padding-left: 1rem;
  font-size: 0.86rem;
  line-height: 1.34;
}

.sop-specialties li::marker {
  color: var(--specialty-accent);
}

.sop-proof {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  padding: 0.55rem 0.65rem;
  border-radius: 12px;
  border: 1px solid #cfe1f4;
  background: linear-gradient(135deg, #f8fcff 0%, #eef6ff 100%);
}

.sop-proof ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.sop-proof li {
  display: flex;
  align-items: flex-start;
  gap: 0.35rem;
  margin-bottom: 0.28rem;
  font-size: 0.92rem;
  font-weight: 600;
}

.sop-proof li i {
  color: var(--sop-blue);
  margin-top: 0.16rem;
}

.sop-proof figure {
  margin: 0;
}

.sop-proof img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #cfe0f4;
}

.sop-testimonials {
  border: 1px solid #d2e3f5;
  border-radius: 12px;
  background: linear-gradient(140deg, #f9fcff 0%, #eef6ff 100%);
  box-shadow: 0 10px 18px -22px rgb(12 43 72 / 35%);
  padding: 0.48rem 0.56rem;
}

.sop-testimonials h3 {
  margin-bottom: 0.34rem;
  color: var(--sop-ink);
}

.sop-testimonials-grid {
  display: grid;
  gap: 0.38rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sop-testimonial-card {
  border-radius: 10px;
  border: 1px solid #d6e6f8;
  background: #fff;
  padding: 0.42rem 0.46rem;
}

.sop-testimonial-card p {
  position: relative;
  padding-left: 0.9rem;
  margin: 0 0 0.24rem;
  font-size: 0.9rem;
  line-height: 1.22;
  color: #355873;
}

.sop-testimonial-card p::before {
  content: "🗨";
  position: absolute;
  left: 0;
  top: 0.04rem;
  font-size: 0.64rem;
  line-height: 1;
  color: rgb(20 137 229 / 78%);
}

.sop-testimonial-card strong {
  font-size: 0.84rem;
  color: #1c4c71;
}

.sop-plans-block {
  border: 1px solid #d9e6f6;
  border-radius: 12px;
  background: linear-gradient(145deg, #ffffff 0%, #f5f9ff 100%);
  padding: 0.44rem 0.5rem;
}

.sop-plans-block h3 {
  margin-bottom: 0.28rem;
}

.sop-plans-grid {
  display: grid;
  gap: 0.36rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sop-plan-card {
  --plan-accent: var(--jo-blue);
  --plan-soft: #eef6ff;
  position: relative;
  border: 1px solid #d8e5f6;
  border-top: 3px solid var(--plan-accent);
  border-radius: 10px;
  background: linear-gradient(165deg, #fff 0%, var(--plan-soft) 100%);
  padding: 0.34rem 0.38rem;
}

.sop-plan-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.36rem;
}

.sop-plan-id {
  min-width: 0;
}

.sop-plan-card.plan-starter {
  --plan-accent: var(--jo-blue);
  --plan-soft: #eef6ff;
}

.sop-plan-card.plan-essencial {
  --plan-accent: #0f6fb8;
  --plan-soft: #e9f3ff;
}

.sop-plan-card.plan-premium {
  --plan-accent: #0d4f8a;
  --plan-soft: #e3efff;
}

.sop-plan-name {
  margin-bottom: 0.14rem;
  color: #174a71;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.04;
}

.sop-plan-sub {
  margin: 0 0 0.2rem;
  color: #5a7590;
  font-size: 0.74rem;
  line-height: 1.2;
}

.sop-plan-price {
  margin: 0.02rem 0 0;
  color: var(--plan-accent);
  font-family: "Montserrat", "Poppins", sans-serif;
  font-size: 1.38rem;
  line-height: 1;
  font-weight: 800;
  text-align: right;
  white-space: nowrap;
}

.sop-currency {
  font-size: 0.66rem;
  vertical-align: top;
  margin-right: 0.08rem;
  font-weight: 700;
}

.sop-period {
  font-size: 0.64rem;
  color: #59748f;
  font-weight: 500;
}

.sop-asterisk {
  font-size: 0.66rem;
  vertical-align: top;
  margin-left: 0.03rem;
  margin-right: 0.02rem;
  color: var(--plan-accent);
}

.sop-plan-kpi {
  margin: 0.14rem 0 0;
  color: var(--plan-accent);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
}

.sop-plans-note {
  margin: 0.28rem 0 0;
  font-size: 0.82rem;
  color: #3f607f;
  line-height: 1.24;
}

.sop-flow-block {
  border: 1px solid #0f6fb8;
  border-radius: 12px;
  background: linear-gradient(132deg, #0f436d 0%, var(--jo-blue) 58%, #6b2d80 100%);
  box-shadow: 0 14px 24px -20px rgb(12 43 72 / 65%);
  padding: 0.5rem 0.56rem;
}

.sop-flow-block h3 {
  margin-bottom: 0.2rem;
  color: #f4fbff;
  text-shadow: 0 1px 2px rgb(8 29 48 / 28%);
}

.sop-flow-sub {
  margin: 0 0 0.72rem;
  font-size: 0.78rem;
  line-height: 1.42;
  color: rgb(255 255 255 / 88%);
}

.sop-steps-row {
  display: flex;
  gap: 0;
  position: relative;
}

.sop-steps-row::before {
  content: "";
  position: absolute;
  top: 0.76rem;
  left: 1.1rem;
  right: 1.1rem;
  height: 2px;
  background: linear-gradient(90deg, rgb(255 255 255 / 80%), rgb(255 255 255 / 30%));
  z-index: 0;
}

.sop-step {
  flex: 1;
  text-align: center;
  padding: 0 0.22rem;
  position: relative;
  z-index: 1;
}

.sop-step-num {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--jo-blue), #0f6fb8);
  color: #fff;
  font-family: "Montserrat", "Poppins", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.22rem;
  box-shadow: 0 4px 12px rgb(20 137 229 / 28%);
}

.sop-step h4 {
  margin-bottom: 0.08rem;
  font-size: 0.94rem;
  line-height: 1.18;
  color: #fff;
  font-weight: 700;
}

.sop-step p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.18;
  color: rgb(235 245 255 / 92%);
}

.sop-footer {
  margin-top: 2.1rem;
  border-top: 3px solid #c6cfdb;
  padding-top: 0.74rem;
  text-align: center;
}

.sop-footer h3 {
  margin-bottom: 0.7rem;
  color: #0d3f66;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.1;
}

.sop-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.sop-actions .button {
  font-size: 1.16rem;
  font-weight: 700;
  padding: 0.62rem 1.16rem;
}

.sop-actions .button.is-link {
  background: linear-gradient(135deg, #0fb66a 0%, #0ec36f 100%);
  border: 0;
}

.sop-legal-footer {
  margin-top: 0.34rem;
  text-align: center;
  font-size: 0.84rem;
  line-height: 1.2;
  color: #4c647d;
}

.sales-one-pager .sop-value-grid h2 i,
.sales-one-pager .sop-proof li i,
.sales-one-pager .sop-actions i {
  font-style: normal;
  font-family: inherit;
}

.sales-one-pager .sop-value-grid h2 i {
  display: inline-grid;
  place-items: center;
  width: 1.35em;
  height: 1.35em;
  margin-right: 0.28rem;
  border-radius: 50%;
  background: rgb(20 137 229 / 12%);
  color: #0f6fb8;
}

.sales-one-pager .sop-proof li i {
  color: var(--jo-blue);
}

.sales-one-pager .fa-file-signature::before {
  content: "✍";
}

.sales-one-pager .fa-fingerprint::before {
  content: "◎";
}

.sales-one-pager .fa-pen-ruler::before {
  content: "✎";
}

.sales-one-pager .fa-microphone-lines::before {
  content: "🎙";
}

.sales-one-pager .fa-check::before {
  content: "✓";
}

.sales-one-pager .fa-whatsapp::before {
  content: "✆";
}

.sales-one-pager .fa-envelope::before {
  content: "✉";
}

@media (max-width: 900px) {
  .sop-header,
  .sop-proof {
    grid-template-columns: 1fr;
  }

  .sop-brand {
    justify-content: flex-start;
  }

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

  .sop-testimonials-grid {
    grid-template-columns: 1fr;
  }

  .sop-plans-grid {
    grid-template-columns: 1fr;
  }

  .sop-specialties-block {
    padding-bottom: 0.55rem;
  }

  .sop-steps-row {
    flex-direction: column;
    gap: 0.35rem;
  }

  .sop-steps-row::before {
    display: none;
  }

  .sop-step {
    text-align: left;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.34rem;
    align-items: center;
  }

  .sop-step h4,
  .sop-step p {
    grid-column: 2;
  }

  .sop-step-num {
    margin: 0;
  }
}

@media (max-width: 640px) {
  .sop-value-grid,
  .sop-specialties {
    grid-template-columns: 1fr;
  }
}

@media print {
  @page {
    size: A4 portrait;
    margin: 10mm;
  }

  .no-print,
  .navbar,
  .footer {
    display: none !important;
  }

  .sales-one-pager-wrap {
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .sales-one-pager {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    background: #fff;
    zoom: 0.95;
  }

  .sop-header {
    position: relative;
    padding-right: 170px;
  }

  .sop-brand {
    position: absolute;
    top: 0;
    right: 0;
  }

  .sop-logo {
    max-height: 50px;
  }

  .sop-headline {
    border-left: 4px solid var(--jo-blue);
    padding-left: 0.45rem;
  }

  .sop-headline h1 {
    margin-bottom: 0.25rem;
    color: #0d3f66;
    font-size: 1.72rem;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.02em;
  }

  .sop-block + .sop-block {
    margin-top: 1.12rem;
  }

  .sop-value-grid p,
  .sop-proof li,
  .sop-specialties ul {
    font-size: 0.82rem;
  }

  .sop-specialties-block {
    padding: 0.36rem 0.42rem 0.44rem;
  }

  .sop-specialties-block h3 {
    margin-bottom: 0.28rem;
  }

  .sop-specialties {
    gap: 0.42rem;
  }

  .sop-specialties article {
    padding: 0.5rem;
  }

  .sop-specialties h4 {
    font-size: 0.86rem;
    margin-bottom: 0.2rem;
  }

  .sop-proof {
    gap: 0.45rem;
    grid-template-columns: 1.22fr 0.78fr;
    align-items: start;
    padding: 0.45rem 0.55rem;
    border-left: 4px solid var(--jo-blue);
  }

  .sop-proof figure {
    max-width: 230px;
    justify-self: end;
  }

  .sop-proof img {
    max-height: 118px;
    object-fit: cover;
  }

  .sop-testimonials {
    padding: 0.34rem 0.4rem;
  }

  .sop-testimonials h3 {
    margin-bottom: 0.22rem;
  }

  .sop-testimonials-grid {
    gap: 0.24rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sop-testimonial-card {
    padding: 0.26rem 0.3rem;
  }

  .sop-testimonial-card p {
    padding-left: 0.74rem;
    margin-bottom: 0.12rem;
    font-size: 0.72rem;
    line-height: 1.12;
  }

  .sop-testimonial-card p::before {
    top: 0.02rem;
    font-size: 0.52rem;
  }

  .sop-testimonial-card strong {
    font-size: 0.68rem;
  }

  .sop-plans-block {
    padding: 0.24rem 0.3rem;
  }

  .sop-plans-block h3 {
    margin-bottom: 0.12rem;
  }

  .sop-plans-grid {
    gap: 0.18rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sop-plan-card {
    padding: 0.2rem 0.24rem;
  }

  .sop-plan-head {
    gap: 0.2rem;
  }

  .sop-plan-name {
    margin-bottom: 0.04rem;
    font-size: 0.78rem;
  }

  .sop-plan-sub {
    margin-bottom: 0.1rem;
    font-size: 0.58rem;
    line-height: 1.08;
  }

  .sop-plan-price {
    margin-top: 0.01rem;
    font-size: 1rem;
  }

  .sop-currency {
    font-size: 0.5rem;
    margin-right: 0.04rem;
  }

  .sop-period {
    font-size: 0.5rem;
  }

  .sop-asterisk {
    font-size: 0.5rem;
  }

  .sop-plan-kpi {
    margin: 0.08rem 0 0;
    font-size: 0.58rem;
    line-height: 1.08;
  }

  .sop-plans-note {
    display: block;
    margin-top: 0.12rem;
    font-size: 0.6rem;
    line-height: 1.1;
  }

  .sop-flow-block {
    padding: 0.34rem 0.4rem;
  }

  .sop-flow-block h3 {
    margin-bottom: 0.12rem;
  }

  .sop-flow-sub {
    margin-bottom: 0.34rem;
    font-size: 0.63rem;
    line-height: 1.28;
  }

  .sop-steps-row {
    flex-direction: row;
    gap: 0;
  }

  .sop-steps-row::before {
    display: block;
    top: 0.54rem;
    left: 0.8rem;
    right: 0.8rem;
  }

  .sop-step {
    display: block;
    text-align: center;
    padding: 0 0.1rem;
  }

  .sop-step-num {
    width: 1.3rem;
    height: 1.3rem;
    margin: 0 auto 0.12rem;
    font-size: 0.76rem;
    box-shadow: none;
  }

  .sop-step h4,
  .sop-step p {
    grid-column: auto;
  }

  .sop-step h4 {
    margin-bottom: 0.04rem;
    font-size: 0.74rem;
    line-height: 1.1;
  }

  .sop-step p {
    font-size: 0.67rem;
    line-height: 1.08;
  }

  .sop-footer {
    margin-top: calc(0.72rem + 6pt);
    border-top: 2px solid #c6cfdb;
    padding-top: 0.22rem;
  }

  .sop-footer h3 {
    margin-bottom: 0.2rem;
  }

  .sop-block h3,
  .sop-footer h3 {
    font-size: 1rem;
    font-weight: 800;
    color: #0d3f66;
    line-height: 1.1;
  }

  .sop-flow-block h3 {
    color: #f4fbff;
    text-shadow: none;
  }

  .sop-actions {
    gap: 0.14rem;
    flex-wrap: nowrap;
  }

  .sop-actions .button {
    min-height: auto;
    padding: 0.16rem 0.42rem;
    font-size: 0.68rem;
    border-width: 1px;
  }

  .sop-legal-footer {
    margin-top: 0.12rem;
    font-size: 0.5rem;
    line-height: 1.08;
    color: #555;
  }
}


.clincheck-review-page {
  --clincheck-ink: #0f2940;
  --clincheck-soft: #f4f8fc;
  --clincheck-border: #d6e0ec;
  --clincheck-accent: #0a6dbe;
  --clincheck-gold: #c77f19;
  padding: 1.2rem 0.6rem 2.5rem;
  background: radial-gradient(circle at 8% 5%, #e7f2ff 0%, transparent 34%),
              radial-gradient(circle at 90% 4%, #fff0dd 0%, transparent 32%),
              #f9fcff;
}

.clincheck-shell {
  width: min(1080px, calc(100vw - 1.2rem));
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.clincheck-hero,
.clincheck-section {
  border: 1px solid var(--clincheck-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 22px 40px -36px rgb(12 42 65 / 60%);
}

.clincheck-hero {
  padding: clamp(1.25rem, 2vw, 2rem);
  background: linear-gradient(130deg, #fff 0%, #f2f8ff 74%, #fef7eb 100%);
}

.clincheck-eyebrow {
  display: inline-flex;
  border-radius: 999px;
  background: #e8f2ff;
  color: #0f5a94;
  padding: 0.32rem 0.72rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.clincheck-hero h1 {
  margin: 0.85rem 0 0.5rem;
  color: var(--clincheck-ink);
  font-size: clamp(1.7rem, 3.5vw, 2.5rem);
  line-height: 1.06;
}

.clincheck-hero p {
  margin: 0;
  max-width: 760px;
  color: #35556f;
  line-height: 1.5;
}

.clincheck-hero-actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.clincheck-section {
  padding: 1.15rem;
}

.clincheck-section-header h2 {
  margin: 0;
  color: var(--clincheck-ink);
  font-size: 1.35rem;
}

.clincheck-section-header p {
  margin: 0.32rem 0 0;
  color: #527086;
  font-size: 0.96rem;
}

.clincheck-grid-two {
  margin-top: 0.85rem;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.clincheck-card {
  border: 1px solid #dbe4f0;
  border-radius: 14px;
  background: var(--clincheck-soft);
  padding: 0.9rem;
}

.clincheck-card h3 {
  margin: 0;
  color: #14334f;
  font-size: 1.02rem;
}

.clincheck-card ul,
.clincheck-card ol {
  margin: 0.62rem 0 0;
  padding-left: 1.12rem;
  display: grid;
  gap: 0.35rem;
  color: #37566f;
  line-height: 1.42;
}

.clincheck-team-grid {
  margin-top: 0.85rem;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.clincheck-team-card {
  border: 1px solid #dfe8f3;
  border-radius: 16px;
  background: #fff;
  padding: 0.85rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
}

.clincheck-avatar {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(140deg, #ebf4ff 0%, #f2f9ff 100%);
  color: #0e568f;
  font-weight: 700;
}

.clincheck-team-card h3 {
  margin: 0;
  color: #153853;
  font-size: 1.05rem;
}

.clincheck-role {
  margin: 0.12rem 0 0.35rem;
  color: var(--clincheck-gold);
  font-size: 0.86rem;
  font-weight: 700;
}

.clincheck-team-card p {
  margin: 0;
  color: #3f5d74;
  line-height: 1.42;
}

.clincheck-pricing-grid {
  margin-top: 0.85rem;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.clincheck-price-card {
  border: 1px solid #dce5ef;
  border-radius: 16px;
  background: #fff;
  padding: 0.9rem;
  display: grid;
  gap: 0.44rem;
}

.clincheck-price-card.is-highlight {
  border-color: #c8ddf4;
  background: linear-gradient(180deg, #f4f9ff 0%, #ffffff 100%);
}

.clincheck-deadline {
  color: #5f7690;
  font-size: 0.9rem;
  font-weight: 600;
}

.clincheck-price-card strong {
  color: #11314c;
  font-size: 1.58rem;
  line-height: 1;
}

.clincheck-price-card p {
  margin: 0;
  color: #4f6b82;
}

.clincheck-voucher-box {
  margin-top: 0.85rem;
  border: 1px dashed #d1ddeb;
  border-radius: 14px;
  background: #f9fcff;
  padding: 0.82rem;
}

.clincheck-voucher-box label {
  color: #214465;
  font-weight: 700;
  font-size: 0.92rem;
}

.clincheck-voucher-box input {
  margin-top: 0.42rem;
}

.clincheck-voucher-box p {
  margin: 0.42rem 0 0;
  color: #57748c;
  font-size: 0.85rem;
}

.clincheck-form {
  margin-top: 0.85rem;
  border: 1px solid #dce5ef;
  border-radius: 16px;
  padding: 0.95rem;
  background: #fff;
}

.clincheck-form-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.clincheck-form-full {
  grid-column: 1 / -1;
}

.clincheck-prototype-note {
  margin-top: 0.95rem;
  border-left: 4px solid #c7a66f;
  border-radius: 8px;
  background: #fff8eb;
  color: #6d4b18;
  padding: 0.65rem 0.8rem;
  line-height: 1.38;
}

.clincheck-form-actions {
  margin-top: 0.8rem;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 960px) {
  .clincheck-grid-two,
  .clincheck-team-grid,
  .clincheck-pricing-grid,
  .clincheck-form-grid {
    grid-template-columns: 1fr;
  }

  .clincheck-form-actions .button {
    width: 100%;
  }
}
