:root {
  --teal: #119DA4;
  --teal-dark: #087b82;
  --orange: #F58906;
  --rhadar-teal: #119DA4;
  --rhadar-dark-teal: #087b82;
  --rhadar-orange: #F58906;
}

html {
  font-size: 12px;
}

.btn-teal,
.btn-teal:visited {
  background-color: #119DA4;
  border-color: #119DA4;
  color: #fff;
}

.btn-orange,
.btn-orange:visited,
.btn-demo,
.btn-demo:visited {
  background-color: #F58906;
  border-color: #F58906;
  color: #fff;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #119DA4;
}

html {
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  color: #171d24;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  margin: 0;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  text-underline-offset: .18em;
}

#main-content a:not(.btn) {
  color: #119DA4;
}

#main-content a:not(.btn):hover,
#main-content a:not(.btn):focus {
  color: #087b82;
}

@media (min-width: 992px) {
  .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 200px);
  }
}

@media (max-width: 991.98px) {
  .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 20px);
  }
}

@media (max-width: 767.98px) {
  html {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  footer.site-footer .footer-brand {
    display: block;
    margin-bottom: 34px;
  }

  footer.site-footer .footer-brand img {
    display: block;
    height: 74px;
    max-width: none;
    width: 282px;
  }

  footer.site-footer .newsletter-form .form-control {
    background: rgba(255, 255, 255, .03);
    border: 3px solid #fff;
    border-radius: 0;
    color: #fff;
    height: 48px;
    width: 100%;
  }

  footer.site-footer .newsletter-form .btn {
    display: none;
  }

  footer.site-footer .footer-certifications .certification-with-copy > img {
    height: 90px;
    object-fit: contain;
    width: auto;
  }

  footer.site-footer .footer-certifications .certification-with-copy > span {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }

  footer.site-footer .footer-certifications .certification-with-copy strong,
  footer.site-footer .footer-certifications .certification-with-copy small {
    display: block;
    width: 100%;
  }

  footer.site-footer .footer-certifications > span:nth-child(3) > img {
    height: 85px;
    object-fit: contain;
    width: auto;
  }

  footer.site-footer .footer-certifications > span:nth-child(4) > img {
    height: 80px;
    object-fit: contain;
    width: auto;
  }
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

/* ?? Shared hero / typography ??????????????????????????????????????????????? */
:root {
  --ink: #171d24;
  --pale: #eef8fc;
}

.section-pad { padding: 4rem 0; }

.eyebrow {
  color: var(--teal);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  margin-bottom: .65rem;
  text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--ink);
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: -.035em;
}

h2 { font-size: 2rem; line-height: 1.06; }

.btn { border-radius: .38rem; font-weight: 700; }

.btn-teal,
.btn-teal:visited {
  background: var(--teal);
  border-color: var(--teal);
  color: #fff;
}
.btn-teal:hover,
.btn-teal:focus {
  background: var(--teal-dark);
  border-color: var(--teal-dark);
  color: #fff;
}

.btn-orange,
.btn-orange:visited {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}
.btn-orange:hover,
.btn-orange:focus {
  background: #dc8410;
  border-color: #dc8410;
  color: #fff;
}

/* Hero section */
.hero {
  background: linear-gradient(115deg, #fff 45%, #f1fbfd 100%);
  padding: 3.25rem 0 2rem;
}
.hero-title {
  font-size: 2.45rem;
  line-height: 1.12;
  margin-bottom: 1rem;
}
.hero-title span {
  color: var(--teal);
  display: block;
}
.hero-copy {
  font-size: .82rem;
  line-height: 1.7;
  max-width: 25rem;
}
.hero .hero-image { display: block; width: 100%; }
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  font-size: .58rem;
  gap: .75rem 1rem;
  list-style: none;
  margin: 1.4rem 0 0;
  padding: 0;
}
.hero-trust li::before {
  color: var(--teal);
  content: "?";
  font-weight: 900;
  margin-right: .4rem;
}

@media (min-width: 992px) {
  .hero {
    box-sizing: border-box;
    height: auto;
    padding: 55px 0 2px;
  }
  .hero .container { display: block; height: auto; }
  .hero .row { min-height: 0; }
  .hero .eyebrow { display: block; }
  .hero-title {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.22;
    margin: 0 0 22px;
    max-width: 550px;
  }
  .hero .row > div:first-child { flex: 0 0 48%; max-width: 48%; }
  .hero .row > div:last-child  { flex: 0 0 52%; max-width: 52%; }
  .hero-copy {
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 26px;
    max-width: 400px;
  }
  .hero .btn-teal {
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    padding: 13px 30px;
  }
  .hero .hero-image {
    display: block;
    margin-left: -15%;
    max-width: none;
    transform: translateY(-3px);
    width: 120%;
  }
  .hero-trust {
    display: grid;
    font-size: 11px;
    gap: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 35px;
    max-width: 550px;
    width: min(760px, calc(100vw - 20px));
  }
  .hero-trust li {
    align-items: flex-start;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    justify-content: start;
    min-width: 0;
    padding: 0 20px;
    text-align: left;
    width: 100%;
  }
  .hero-trust li:first-child { padding-left: 0; }
  .hero-trust li + li { border-left: 3px solid var(--teal); }
  .hero-trust li::before { content: none !important; display: none !important; }
  .hero-trust img { height: 44px; width: 52px; }
}

@media (max-width: 767.98px) {
  .section-pad { padding: 3.5rem 0; }
  .hero { text-align: center; }
  .hero-trust { justify-content: center; }
}

/* ?? End shared hero / typography ??????????????????????????????????????????? */

/* ?? Features hero specific overrides ?????????????????????????????????????
   The features hero image has a taller aspect ratio (1536×1024 = 1.5:1)
   than the home page dashboard (1699×926 = 1.83:1) and there is no
   hero-trust bar / metric-strip below the CTA button. Two problems arise:
     1. Bootstrap's align-items-center on .row vertically centres the short
        text column inside the tall image column – creating a huge gap
        between the sticky nav and the heading.
     2. The image itself is oversized at width:120% and dominates the row.
   These rules fix both by aligning to top and constraining image size. */

@media (min-width: 992px) {
  .features-hero .row {
    align-items: flex-start !important;
  }
  .features-hero .row > div:first-child { padding-top: 8px; }

  .features-hero .hero-image {
    display: block;
    height: auto;
    margin: 0 auto;
    max-height: 460px;
    max-width: 100%;
    object-fit: contain;
    transform: none;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .features-hero { padding: 64px 0 72px !important; }
  .features-hero .hero-image { max-height: 500px; }
}

@media (min-width: 1600px) {
  .features-hero .hero-image { max-height: 560px; }
}

@media (max-width: 991.98px) {
  /* Stack image above text on tablet/mobile for both home and features heroes */
  .hero .row { display: flex; flex-direction: column; }
  .hero .row > .col-lg-7 { order: 1; margin-bottom: 1.5rem; }
  .hero .row > .col-lg-5 { order: 2; }

  .features-hero .hero-image,
  .hero .hero-image {
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    transform: none;
    width: 100%;
  }
}

.site-breadcrumbs {
  background: #f4fafb;
  border-bottom: 1px solid #dbecee;
  color: #52646d;
  font-size: 14px;
}

.site-breadcrumbs ol {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  min-height: 48px;
  padding: 10px 0;
}

.site-breadcrumbs li {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.site-breadcrumbs li:not(:last-child)::after {
  color: #82a9ad;
  content: ">";
  font-size: 16px;
  line-height: 1;
}

.site-breadcrumbs a {
  color: #119DA4;
  font-weight: 700;
  text-decoration: none;
}

.site-breadcrumbs a:hover,
.site-breadcrumbs a:focus {
  color: #087b82;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-breadcrumbs [aria-current="page"] {
  color: #27343a;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .site-breadcrumbs { font-size: 13px; }
  .site-breadcrumbs ol { min-height: 42px; padding: 8px 0; }
}

/* Footer link + newsletter overrides */
footer.site-footer a, footer.site-footer a:visited, footer.site-footer .footer-legal-link, footer.site-footer .footer-legal-link:visited { color: #eaffff !important; text-decoration: none !important; }
footer.site-footer a:hover, footer.site-footer a:focus, footer.site-footer .footer-legal-link:hover, footer.site-footer .footer-legal-link:focus { color: #ffffff !important; text-decoration: underline !important; }
.newsletter-embed { background: #ffffff; border-radius: 10px; padding: 14px 14px 6px; box-shadow: 0 6px 18px rgba(0,0,0,.08); }
.newsletter-embed * { box-sizing: border-box; }
.newsletter-embed input[type='text'], .newsletter-embed input[type='email'] { background: #fff !important; border: 1px solid #cfdadd !important; border-radius: 8px !important; color: #171d24 !important; }
.newsletter-embed label, .newsletter-embed p, .newsletter-embed span { color: #171d24 !important; }
.newsletter-embed button, .newsletter-embed input[type='submit'], .newsletter-embed .eo-form__button, .newsletter-embed [class*='button'], .newsletter-embed [class*='submit'] { background: #ffffff !important; background-color: #ffffff !important; background-image: none !important; border: 2px solid #119DA4 !important; color: #119DA4 !important; font-weight: 700 !important; border-radius: 8px !important; box-shadow: none !important; }
.newsletter-embed button:hover, .newsletter-embed button:focus, .newsletter-embed input[type='submit']:hover, .newsletter-embed input[type='submit']:focus, .newsletter-embed .eo-form__button:hover, .newsletter-embed [class*='button']:hover, .newsletter-embed [class*='submit']:hover { background: #119DA4 !important; background-color: #119DA4 !important; color: #ffffff !important; }

/* Home page "With Rhadar" benefit cards ? space between icon and text */
.comparison .benefit-cards > div {
  display: flex;
  align-items: center;
  gap: 18px;
}
.comparison .benefit-cards > div img { flex-shrink: 0; }
