.service-page {
  color: #303744;
  background: #fff;
  padding-top: 70px;
}

.service-plans-body .navbar-default,
.service-plans-body .navbar-default.nav-fixed-bg {
  border-color: #273142;
  background: #273142;
  box-shadow: 0 4px 16px rgba(20, 30, 44, .16);
}

.service-plans-body .navbar-default .navbar-nav > li > a {
  color: #fff;
}

.service-plans-body .navbar-default .navbar-nav > li > a:hover,
.service-plans-body .navbar-default .navbar-nav > li > a:focus {
  color: #7ee4f3;
}

.service-plans-body .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.service-page * {
  box-sizing: border-box;
}

.service-hero {
  padding: 76px 0 64px;
  background: #f3f9ff;
  border-bottom: 1px solid #d9edf5;
}

.service-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr);
  gap: 54px;
  align-items: center;
}

.service-hero__grid::before,
.service-hero__grid::after,
.service-tabs__inner::before,
.service-tabs__inner::after,
.service-audience::before,
.service-audience::after {
  display: none;
  content: none;
}

.service-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #087f96;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.service-hero h1 {
  max-width: 760px;
  margin: 0 0 18px;
  color: #273142;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.12;
}

.service-hero__lead {
  max-width: 760px;
  margin: 0 0 28px;
  color: #637084;
  font-size: 19px;
  line-height: 1.7;
}

.service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.service-actions .c-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.service-hero__summary {
  padding: 30px;
  border: 1px solid #cfe7ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(40, 75, 96, .09);
}

.service-hero__summary strong {
  display: block;
  margin-bottom: 18px;
  color: #273142;
  font-size: 28px;
  line-height: 1.2;
}

.service-checks,
.service-plan__features,
.service-audience__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-checks li,
.service-plan__features li,
.service-audience__list li {
  position: relative;
  padding-left: 28px;
  color: #637084;
  line-height: 1.55;
}

.service-checks li + li,
.service-plan__features li + li,
.service-audience__list li + li {
  margin-top: 11px;
}

.service-checks li::before,
.service-plan__features li::before,
.service-audience__list li::before {
  content: "\f00c";
  position: absolute;
  top: 1px;
  left: 0;
  color: #1faa52;
  font-family: FontAwesome;
}

.service-tabs {
  background: #fff;
  border-bottom: 1px solid #e2e9ef;
}

.service-tabs__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 18px 15px;
}

.service-tab {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 16px;
  border: 1px solid #d8e1e8;
  border-radius: 6px;
  color: #4f5d70;
  font-weight: 700;
  text-align: center;
}

.service-tab:hover,
.service-tab:focus,
.service-tab.is-active {
  border-color: #00afd1;
  color: #087f96;
  background: #eaf8fb;
  text-decoration: none;
}

.service-choice {
  padding: 64px 0;
  border-bottom: 1px solid #dfe8ee;
  background: #fff;
}

.fulfillment-page .service-choice {
  padding: 64px 0;
}

.service-choice .container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.service-choice .service-eyebrow {
  margin-bottom: 14px;
}

.service-choice .service-choice__heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.service-choice .service-choice__heading h2 {
  margin: 0 0 12px;
  color: #273142;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
}

.service-choice .service-choice__heading p {
  margin: 0;
  color: #637084;
  font-size: 17px;
  line-height: 1.65;
}

.service-choice .service-choice__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1040px;
  margin: 0 auto;
  border: 1px solid #d9e5ec;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.service-choice .service-choice__option {
  min-width: 0;
  padding: 28px 30px;
}

.service-choice .service-choice__option + .service-choice__option {
  border-left: 1px solid #d9e5ec;
}

.service-choice .service-choice__title {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 16px;
}

.service-choice .service-choice__icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 21px;
}

.service-choice .service-choice__option--packages .service-choice__icon {
  color: #9b6900;
  background: #fff4d6;
}

.service-choice .service-choice__option--fulfillment .service-choice__icon {
  color: #087f96;
  background: #e3f8fc;
}

.service-choice .service-choice__label {
  display: block;
  margin-bottom: 3px;
  color: #637084;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.service-choice .service-choice__title h3 {
  margin: 0;
  color: #273142;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.3;
}

.service-choice .service-choice__option > p {
  margin: 0 0 16px;
  color: #637084;
  font-size: 16px;
  line-height: 1.65;
}

.service-choice .service-choice__option > a {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: #087f96;
  font-weight: 800;
}

.service-choice .service-choice__option > a:hover,
.service-choice .service-choice__option > a:focus {
  color: #005f73;
  text-decoration: underline;
}

.service-section {
  padding: 70px 0;
}

.service-section--alt {
  background: #f7fafc;
}

.service-section__heading {
  max-width: 780px;
  margin: 0 auto 40px;
  text-align: center;
}

.service-section__heading h2 {
  margin: 0 0 13px;
  color: #273142;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
}

.service-section__heading p {
  margin: 0;
  color: #637084;
  font-size: 17px;
  line-height: 1.65;
}

.service-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.service-plan {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d9e5ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(40, 75, 96, .08);
}

.service-plan__head {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 26px 18px;
  color: #fff;
  background: #078eaa;
  text-align: center;
}

.service-plan__icon {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 50%;
  font-size: 27px;
}

.service-plan__head h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.25;
}

.service-plan__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}

.service-plan__price strong {
  color: #fff;
  font-size: 34px;
  line-height: 1;
}

.service-plan__price span {
  color: rgba(255, 255, 255, .85);
  font-size: 14px;
}

.service-plan__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 28px 24px 24px;
}

.service-plan__features {
  margin-bottom: 24px;
}

.service-plan__body .c-btn {
  width: 100%;
  margin-top: auto;
  text-align: center;
}

.service-table-wrap {
  overflow-x: auto;
  border: 1px solid #d9e5ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(40, 75, 96, .06);
}

.service-table {
  width: 100%;
  min-width: 760px;
  margin: 0;
  border-collapse: collapse;
}

.service-table th,
.service-table td {
  padding: 15px 18px;
  border-bottom: 1px solid #e7edf2;
  color: #566477;
  vertical-align: middle;
}

.service-table thead th {
  color: #273142;
  background: #edf7fa;
  font-weight: 800;
}

.service-table tbody th {
  color: #273142;
  font-weight: 700;
}

.service-table tbody tr:last-child th,
.service-table tbody tr:last-child td {
  border-bottom: 0;
}

.service-table__group th {
  color: #087f96 !important;
  background: #f5fbfc;
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.service-note {
  margin-top: 22px;
  padding: 18px 20px;
  border-left: 4px solid #00afd1;
  background: #eaf8fb;
  color: #4f6071;
  line-height: 1.6;
}

.service-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.service-step {
  padding: 0 10px;
  text-align: center;
}

.service-step__number {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #273142;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

.service-step h3 {
  margin: 0 0 10px;
  color: #273142;
  font-size: 19px;
  font-weight: 800;
}

.service-step p {
  margin: 0;
  color: #637084;
  line-height: 1.6;
}

.service-audience {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.service-audience h2 {
  margin: 0 0 16px;
  color: #273142;
  font-size: 32px;
  font-weight: 800;
}

.service-audience p {
  color: #637084;
  font-size: 17px;
  line-height: 1.65;
}

.service-faq {
  max-width: 900px;
  margin: 0 auto;
  border-top: 1px solid #dfe7ed;
}

.service-faq details {
  border-bottom: 1px solid #dfe7ed;
}

.service-faq summary {
  position: relative;
  padding: 20px 44px 20px 0;
  color: #273142;
  cursor: pointer;
  font-size: 17px;
  font-weight: 800;
  list-style: none;
}

.service-faq summary::-webkit-details-marker {
  display: none;
}

.service-faq summary::after {
  content: "+";
  position: absolute;
  top: 15px;
  right: 8px;
  color: #00afd1;
  font-size: 28px;
  font-weight: 400;
}

.service-faq details[open] summary::after {
  content: "-";
}

.service-faq details p {
  max-width: 800px;
  margin: -4px 0 20px;
  color: #637084;
  line-height: 1.7;
}

.service-cta {
  padding: 64px 0;
  color: #fff;
  background: #273142;
  text-align: center;
}

.service-cta h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 34px;
  font-weight: 800;
}

.service-cta p {
  max-width: 680px;
  margin: 0 auto 24px;
  color: #dce6ee;
  font-size: 17px;
  line-height: 1.6;
}

.service-cta .service-actions {
  justify-content: center;
}

@media (max-width: 1100px) {
  .service-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .service-hero__grid,
  .service-audience {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 767px) {
  .service-page {
    padding-top: 52px;
  }

  .service-hero {
    padding: 48px 0 42px;
  }

  .service-hero h1 {
    font-size: 34px;
  }

  .service-hero__lead {
    font-size: 17px;
  }

  .service-tabs__inner {
    grid-template-columns: 1fr;
  }

  .service-choice {
    padding: 48px 0;
  }

  .service-choice .service-choice__heading h2 {
    font-size: 28px;
  }

  .service-choice .service-choice__grid {
    grid-template-columns: 1fr;
  }

  .service-choice .service-choice__option {
    padding: 24px 22px;
  }

  .service-choice .service-choice__option + .service-choice__option {
    border-top: 1px solid #d9e5ec;
    border-left: 0;
  }

  .service-section {
    padding: 52px 0;
  }

  .service-section__heading h2,
  .service-audience h2,
  .service-cta h2 {
    font-size: 28px;
  }

  .service-plan-grid,
  .service-steps {
    grid-template-columns: 1fr;
  }

  .service-plan__head {
    min-height: 200px;
  }

  .service-actions .c-btn {
    width: 100%;
  }
}
