@charset "UTF-8";
/* ===========================================================
   SSL Certificates page styles
   =========================================================== */
/* Hero (duplicated from the dedicated servers layout) */
.lownav_top {
  padding-bottom: 16rem;
  background-image: url("/assets/img/website-security/ssl-certificates-hero.webp");
}
@media (min-width: 768px) {
  .lownav_top {
    height: 600px;
  }
}
@media (min-width: 992px) {
  .lownav_top {
    height: 700px !important;
  }
}

/* ===========================================================
   Product pods (ported from the dedicated servers layout)
   =========================================================== */
.chart h3 {
  font-family: "MuseoSansRounded-500", sans-serif;
  font-size: 20px;
  text-align: center;
  margin: 10px 0px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .chart h3 {
    font-size: 24px;
    display: block;
  }
}
.chart .product-pods.flex {
  column-gap: 5px;
  row-gap: 80px;
  flex-wrap: wrap;
  max-width: 750px;
  margin: 0 auto;
  justify-content: center;
}
@media (min-width: 768px) {
  .chart .product-pods.flex {
    column-gap: 15px;
  }
}
@media (min-width: 992px) {
  .chart .product-pods.flex {
    flex-wrap: nowrap;
    row-gap: 0;
    max-width: 980px;
  }
}
.chart .product-pods .col {
  position: relative;
  background: white;
  padding: 2rem 1rem 1rem;
  box-shadow: inset 0 0 0 1px hsl(0, 0%, 85%);
  width: 90%;
  text-align: center;
}
@media (min-width: 768px) {
  .chart .product-pods .col {
    width: calc(50% - 8px);
  }
}
@media (min-width: 992px) {
  .chart .product-pods .col {
    padding: 20px 20px 20px;
    flex: 1;
    width: auto;
    max-width: 350px;
  }
}
@media (min-width: 768px) {
  .chart .product-pods .col.popular {
    margin-top: -48px;
  }
}
.chart .product-pods .col.popular .offer-label {
  margin: 7px 0px 9px;
}
.chart .product-pods .col .gradient-line {
  width: 100%;
  position: absolute;
  display: inline-block;
  height: 8px;
  background: linear-gradient(to right, #1a355d 0%, #63b770 100%);
  top: -1px;
  left: 0;
  right: 0;
}
.chart .product-pods .col .pod-blurb {
  font-size: 15px;
  line-height: 1.4;
  color: #666;
  margin: 0 auto 5px;
  max-width: 270px;
}
@media (min-width: 992px) {
  .chart .product-pods .col .pod-blurb {
    min-height: 27px;
  }
}
.chart .product-pods .col hr {
  height: 6px;
  max-width: 120px;
  background: linear-gradient(90deg, #1B3650 0%, #4A9465 100%);
  border-radius: 5px;
  border-top: 0;
  margin-top: 15px;
  margin-bottom: 20px;
}
.chart .product-pods .col img {
  width: 65px;
  position: relative;
  top: -74px;
  display: block;
  margin: 15px auto -75px;
}
@media (min-width: 992px) {
  .chart .product-pods .col img {
    width: 70px;
    top: -82px;
    margin: 7px auto -75px;
  }
}
.chart .product-pods .col ul {
  padding-inline-start: 0;
  list-style: none;
  margin: 15px 0;
}
@media (min-width: 768px) {
  .chart .product-pods .col ul {
    margin: 15px 10px;
  }
}
.chart .product-pods .col ul li {
  padding-left: 15%;
  background-image: url(/assets/img/managed-wordpress/feature-tick.svg);
  background-repeat: no-repeat;
  background-position: 8% 9px;
  background-size: 15px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  padding-top: 7px;
  text-align: left;
  font-size: 14px;
  color: #333;
}
@media (min-width: 768px) {
  .chart .product-pods .col ul li {
    font-size: 16px;
    padding-left: 21%;
    background-position: 7% 8px;
    background-size: 20px;
  }
}
.chart .product-pods .col ul li strong {
  color: #1a355d;
}
.chart .product-pods .col ul li:last-child {
  border-bottom: 0px;
}
.chart .product-pods .col .price {
  font-size: 18px;
  color: #176188;
  font-family: "MuseoSansRounded-700";
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .chart .product-pods .col .price {
    font-size: 28px;
  }
}
.chart .product-pods .col .price small {
  font-family: "MuseoSansRounded-300";
  font-size: 14px;
}
.chart .product-pods .col .price-info {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 15px;
  color: #777777;
}
.chart .product-pods .col a:hover {
  text-decoration: none;
}
.chart .product-pods .col a .btn {
  display: block;
  padding: 1rem 0rem 0.7rem;
  margin: 10px auto 25px;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .chart .product-pods .col a .btn {
    padding: 12px 35px 9px;
  }
}
.chart .product-pods .col a .btn:hover {
  transition: 0.2s;
}

/* Standard / Wildcard switcher below the certificate pods */
.ssl-switch {
  max-width: 420px;
  margin: 40px auto 0;
}

/* ===========================================================
   Why get an SSL — benefits grid (ported from the email layout)
   =========================================================== */
.why-host .benefit-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 1000px;
  margin: 45px auto 0;
  text-align: left;
}
@media (min-width: 576px) {
  .why-host .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .why-host .benefit-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
}
.why-host .benefit {
  position: relative;
  background: #fff;
  padding: 30px 26px 26px;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px hsl(0, 0%, 88%);
  overflow: hidden;
}
.why-host .benefit__icon {
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 16px;
  color: #1a355d;
}
.why-host .benefit h3 {
  font-family: "MuseoSansRounded-700";
  font-size: 18px;
  line-height: 1.3;
  color: #2b2b2b;
  margin: 0 0 0px;
}
.why-host .benefit p {
  font-size: 15px;
  line-height: 1.55;
  color: #555;
  margin: 0;
}

/* Feature rows (matching the dedicated servers / email layout) */
.feature_rows .row--flex {
  gap: 45px;
}
.feature_rows .heading-row .gradient-underline {
  margin-top: 25px;
}
.feature_rows .row .image img {
  max-width: 320px;
  height: auto;
}
@media (min-width: 768px) {
  .feature_rows .row .image img {
    max-width: 320px;
  }
}

/* ===========================================================
   "Find your level of trust" — SSL chooser (redesign)
   =========================================================== */
.ssl-chooser {
  position: relative;
  background: #16294a;
  color: #fff;
  /* atmospheric background: gradient mesh + faint grid (no markup needed) */
}
.ssl-chooser::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(120% 90% at 88% -10%, rgba(99, 183, 112, 0.38) 0%, rgba(99, 183, 112, 0) 55%), radial-gradient(90% 80% at -10% 110%, rgba(23, 97, 136, 0.55) 0%, rgba(23, 97, 136, 0) 60%), linear-gradient(165deg, #16294a 0%, #1a355d 52%, #143f43 130%);
}
.ssl-chooser::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at 50% 36%, #000 0%, transparent 78%);
  -webkit-mask-image: radial-gradient(circle at 50% 36%, #000 0%, transparent 78%);
}
.ssl-chooser .container {
  position: relative;
  z-index: 1;
}
.ssl-chooser {
  /* heading uses the standard section pattern — recoloured for the dark band */
}
.ssl-chooser h2 {
  color: #fff;
}
.ssl-chooser .row p {
  color: rgba(233, 240, 250, 0.78);
}
.ssl-chooser .gradient-underline {
  background: linear-gradient(to right, #fff 0%, #999999 100%);
}
.ssl-chooser {
  /* ---- certificate cards ---- */
}
.ssl-chooser .ssl-cards {
  list-style: none;
  margin: 45px auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  max-width: 1080px;
  text-align: left;
}
@media (min-width: 576px) {
  .ssl-chooser .ssl-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .ssl-chooser .ssl-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
  }
}
.ssl-chooser .ssl-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 19px 28px 28px;
  overflow: hidden;
  box-shadow: 0 18px 40px -28px rgba(5, 16, 36, 0.9);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.ssl-chooser .ssl-card h3 {
  font-family: "MuseoSansRounded-700";
  font-size: 22px;
  line-height: 1.15;
  color: #2b2b2b;
  margin: 6px 0 0px;
}
.ssl-chooser .ssl-card {
  /* the line directly under the heading is the "best for" subtitle */
}
.ssl-chooser .ssl-card h3 + p {
  font-family: "MuseoSansRounded-700";
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: #0a2e3a;
  margin: 0 0 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eef0f3;
}
.ssl-chooser .ssl-card {
  /* body copy */
}
.ssl-chooser .ssl-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #2b2b2b;
  margin: 0 0 16px;
}
.ssl-chooser .ssl-card p:last-of-type {
  margin-bottom: 24px;
}
.ssl-chooser .ssl-card p strong {
  font-family: "MuseoSansRounded-700";
  color: #1a355d;
}
.ssl-chooser .ssl-card {
  /* sub-headings within a card (e.g. the Standard / Wildcard explainer) */
}
.ssl-chooser .ssl-card h4 {
  font-family: "MuseoSansRounded-700";
  font-size: 15px;
  line-height: 1.3;
  color: #1a355d;
  margin: 0 0 5px;
}
.ssl-chooser .ssl-card {
  /* push the buy button to the bottom so cards align */
}
.ssl-chooser .ssl-card .ssl-buy-button {
  margin-top: auto;
}
.ssl-chooser .ssl-card .ssl-buy-button:hover {
  text-decoration: none;
}
.ssl-chooser .ssl-card .ssl-buy-button .btn {
  display: inline-block;
  padding: 12px 34px 9px;
  transition: 0.2s;
}
.ssl-chooser .ssl-card {
  /* the "Standard or Wildcard" explainer reads as a quiet card */
}
.ssl-chooser .ssl-card--guide {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: none;
}
.ssl-chooser .ssl-card--guide h3 {
  color: #fff;
}
.ssl-chooser .ssl-card--guide h4 {
  padding-top: 0px;
  color: #9affaa;
}
.ssl-chooser .ssl-card--guide p {
  color: rgba(233, 240, 250, 0.82);
}
.ssl-chooser .ssl-card--guide p strong {
  color: #8fd99b;
}
.ssl-chooser .ssl-card--guide h3 + p {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

/* scroll-reveal for the cards (progressive enhancement only).
   Uses the `translate` property so it composes with the hover `transform`. */
@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    .ssl-chooser .ssl-card {
      opacity: 0;
      translate: 0 26px;
      animation: ssl-card-rise linear forwards;
      animation-timeline: view();
      animation-range: entry 0% cover 22%;
    }
  }
}
@keyframes ssl-card-rise {
  to {
    opacity: 1;
    translate: 0 0;
  }
}
/* Trustpilot widget */
.trustpilot-widget {
  text-align: left !important;
  margin-top: 5px;
}

/*# sourceMappingURL=ssl-certificates.css.map */
