html, body {
  overflow-x: hidden;
  width: 100%;
}

.md-sidebar--secondary {
  display: none !important;
}

@media (min-width: 60em) {
  .md-sidebar--primary {
    display: none !important;
  }
}

.md-main__inner {
  grid-template-columns: 1fr !important;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  overflow-x: hidden;
}

html[data-md-color-scheme="default"] img.bd-logo--dark,
html[data-md-color-scheme="slate"] img.bd-logo--light,
body[data-md-color-scheme="default"] img.bd-logo--dark,
body[data-md-color-scheme="slate"] img.bd-logo--light {
  display: none !important;
}

img.bd-logo {
  height: 2.25rem !important;
  width: auto !important;
  display: block;
}

html[data-md-color-scheme="slate"] img[src*="logo-text-dark.png"],
body[data-md-color-scheme="slate"] img[src*="logo-text-dark.png"] {
  filter: invert(1) brightness(0.85);
}

.md-nav__title img.bd-logo--light {
  display: none !important;
}

.md-nav__title img.bd-logo--dark {
  display: block !important;
  margin: 0 auto;
}

html[data-md-color-scheme="default"] .md-nav__title img.bd-logo--dark,
body[data-md-color-scheme="default"] .md-nav__title img.bd-logo--dark,
[data-md-color-scheme="default"] .md-nav__title img.bd-logo--dark {
  filter: brightness(0) invert(1) !important;
  display: block !important;
}

html[data-md-color-scheme="slate"] .md-nav__title img.bd-logo--dark,
body[data-md-color-scheme="slate"] .md-nav__title img.bd-logo--dark,
[data-md-color-scheme="slate"] .md-nav__title img.bd-logo--dark {
  filter: none !important;
  display: block !important;
}

.md-header__title {
  display: none;
}

.md-content__inner {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.md-main {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.md-content {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.md-typeset .md-button {
  border-radius: 999px;
}

.md-typeset .bd-hero {
  padding: 3.5rem 1.5rem;
  margin: 1rem 0 2rem;
  border-radius: 1.25rem;
  background:
    radial-gradient(1200px 380px at 20% 0%, rgba(0, 188, 212, 0.20), transparent 60%),
    radial-gradient(900px 320px at 80% 30%, rgba(0, 151, 167, 0.16), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.70), rgba(255, 255, 255, 0.00));
  border: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}

.md-typeset .bd-hero > * {
  position: relative;
  z-index: 1;
}

.md-typeset .bd-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/hero.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  opacity: 0.22;
  pointer-events: none;
}

html[data-md-color-scheme="slate"] .md-typeset .bd-hero,
body[data-md-color-scheme="slate"] .md-typeset .bd-hero {
  background:
    radial-gradient(1200px 380px at 20% 0%, rgba(0, 188, 212, 0.10), transparent 62%),
    radial-gradient(900px 320px at 80% 30%, rgba(0, 151, 167, 0.06), transparent 58%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.38));
  border-color: rgba(255, 255, 255, 0.10);
}

html[data-md-color-scheme="slate"] .md-typeset .bd-hero::after,
body[data-md-color-scheme="slate"] .md-typeset .bd-hero::after {
  background-image: url("../images/hero.png");
  opacity: 0.22;
}

@media (min-width: 60em) {
  .md-typeset .bd-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
    align-items: center;
  }

  .md-typeset .bd-hero::after {
    opacity: 1;
    background-size: 55% auto;
    background-position: right 1rem right;
  }

  html[data-md-color-scheme="slate"] .md-typeset .bd-hero::after,
  body[data-md-color-scheme="slate"] .md-typeset .bd-hero::after {
    opacity: 1;
  }

  .md-typeset .bd-hero > * {
    grid-column: 1;
    max-width: none;
    width: 100%;
  }
}

.md-typeset .bd-hero h1 {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}

.md-typeset .bd-hero .md-button {
  margin-right: 1rem;
  margin-bottom: 0.75rem;
}

.md-typeset .bd-accent {
  color: #00bcd4;
  font-weight: 800;
}

.md-typeset .bd-icon {
  width: 5rem;
  height: 5rem;
  display: block;
  margin: 0.35rem auto 0.6rem;
  object-fit: contain;
  /* Filter exactly matched to #00bcd4 */
  filter: brightness(0) saturate(100%) invert(53%) sepia(58%) saturate(1636%) hue-rotate(107deg) brightness(97%) contrast(105%);
}

.md-typeset .bd-lead {
  font-size: 1.1rem;
  opacity: 0.9;
  margin: 0.75rem 0 1.25rem;
  max-width: 60ch;
}

.md-typeset .bd-section {
  margin: 2.25rem 0;
}

@media (min-width: 60em) {
  .md-typeset #pricing .bd-cards-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.md-typeset #pricing .grid.cards > ul > li > p:first-of-type {
  margin: 0.35rem 0 1.25rem;
}

.md-typeset #pricing .bd-pricing > ul > li {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.md-typeset #pricing .bd-pricing > ul > li.bd-pricing__card--featured {
  border: 1px solid rgba(0, 188, 212, 0.65);
  box-shadow: 0 0 0 1px rgba(0, 188, 212, 0.25);
}

html[data-md-color-scheme="slate"] .md-typeset #pricing .bd-pricing > ul > li.bd-pricing__card--featured,
body[data-md-color-scheme="slate"] .md-typeset #pricing .bd-pricing > ul > li.bd-pricing__card--featured {
  border-color: rgba(0, 188, 212, 0.55);
  box-shadow: 0 0 0 1px rgba(0, 188, 212, 0.22);
}

.md-typeset #pricing .bd-pricing__price {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  margin: 1.1rem 0 0.85rem;
}

.md-typeset #pricing .bd-pricing__amount {
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  white-space: nowrap;
  width: 100%;
  text-align: center;
}

.md-typeset #pricing .bd-price__period {
  font-size: 0.9rem;
  font-weight: 700;
  opacity: 0.65;
}

.md-typeset #pricing .bd-pricing__amount .bd-price:nth-child(2) {
  display: none;
}

.md-typeset #pricing .bd-price-toggle__input:checked ~ .bd-pricing__amount .bd-price:nth-child(1) {
  display: none;
}

.md-typeset #pricing .bd-price-toggle__input:checked ~ .bd-pricing__amount .bd-price:nth-child(2) {
  display: inline;
}

.md-typeset #pricing .bd-price-toggle__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.md-typeset #pricing .bd-price-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  user-select: none;
  cursor: pointer;
}

.md-typeset #pricing .bd-price-toggle__switch {
  position: relative;
  width: 2.4rem;
  height: 1.3rem;
  border-radius: 999px;
  background: #00bcd4;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
  transition: background 180ms ease, box-shadow 180ms ease;
}

html[data-md-color-scheme="slate"] .md-typeset #pricing .bd-price-toggle__switch,
body[data-md-color-scheme="slate"] .md-typeset #pricing .bd-price-toggle__switch {
  background: #00bcd4;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.md-typeset #pricing .bd-price-toggle__switch::before {
  content: "";
  position: absolute;
  top: 0.16rem;
  left: 0.16rem;
  width: 0.98rem;
  height: 0.98rem;
  border-radius: 999px;
  background: var(--md-default-bg-color);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease;
}

.md-typeset #pricing .bd-price-toggle__input:checked ~ .bd-price-toggle .bd-price-toggle__switch {
  background: rgba(0, 188, 212, 0.20);
  box-shadow: inset 0 0 0 1px rgba(0, 188, 212, 0.35);
}

.md-typeset #pricing .bd-price-toggle__input:checked ~ .bd-price-toggle .bd-price-toggle__switch::before {
  transform: translateX(1.1rem);
}

.md-typeset #pricing .bd-price-toggle__input:focus-visible ~ .bd-price-toggle {
  outline: 2px solid rgba(0, 188, 212, 0.55);
  outline-offset: 4px;
  border-radius: 999px;
}

.md-typeset #pricing .bd-pricing__cta {
  margin-top: auto;
  padding-top: 1rem;
  text-align: center;
}

.md-typeset #pricing .grid.cards > ul > li > ul {
  font-size: 0.58rem;
  margin-top: 1.1rem;
  line-height: 1.35;
  opacity: 0.85;
}

.md-typeset #target-audience {
  position: relative;
  padding: calc(34.31% + 1rem) 1.5rem 1.75rem;
  border-radius: 1.25rem;
  background:
    radial-gradient(1100px 360px at 50% 105%, rgba(0, 188, 212, 0.14), transparent 60%),
    linear-gradient(0deg, rgba(0, 188, 212, 0.12), rgba(255, 255, 255, 0.00) 60%);
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

html[data-md-color-scheme="slate"] .md-typeset #target-audience,
body[data-md-color-scheme="slate"] .md-typeset #target-audience {
  background:
    radial-gradient(1100px 360px at 50% 105%, rgba(0, 188, 212, 0.10), transparent 62%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.38));
  border-color: rgba(255, 255, 255, 0.10);
}

.md-typeset #target-audience::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 34.31%;
  background: url("../images/divisor.png") no-repeat center top;
  background-size: 100% 100%;
  pointer-events: none;
}

.md-typeset #target-audience .grid.cards > ul > li,
.md-typeset #target-audience .grid.cards > ol > li {
  background: var(--md-default-bg-color);
}

.md-typeset .bd-section h2 {
  margin: 0 0 1rem;
  letter-spacing: -0.01em;
}

.md-typeset .bd-eyebrow {
  margin: 0 0 0.35rem;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.75;
}

.md-typeset .bd-cards-4 > ul {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.md-typeset .bd-cards-3 > ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 76.1875em) {
  .md-typeset .bd-cards-4 > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 44.9375em) {
  .md-typeset .bd-cards-4 > ul,
  .md-typeset .bd-cards-3 > ul {
    grid-template-columns: 1fr;
  }
}

.md-typeset .bd-wide-img {
  display: block;
  width: 100%;
  border-radius: 1.25rem;
  margin: 1.75rem 0;
}

.md-typeset .bd-divider-wrap {
  margin: 0.75rem 0;
}

.md-typeset img.bd-divider {
  display: block;
  width: 100%;
  border-radius: 0;
}

.md-typeset .bd-faq details {
  border-radius: 1rem;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  padding: 0.75rem 1rem;
  background: transparent;
}

.md-typeset .bd-faq details + details {
  margin-top: 0.75rem;
}

.md-typeset .bd-faq details[open] {
  border: 1px solid rgba(0, 188, 212, 0.45);
}

.md-typeset .bd-faq summary {
  cursor: pointer;
  font-weight: 600;
  background: transparent !important;
}

.md-typeset .bd-faq summary::before,
.md-typeset .bd-faq summary::after {
  background-color: #00bcd4 !important;
  color: #00bcd4 !important;
}

.md-typeset .bd-faq summary::marker {
  color: #00bcd4;
}

html[data-md-color-scheme="slate"] .md-typeset .bd-faq details {
  border-color: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.18);
  background: transparent;
}

html[data-md-color-scheme="slate"] .md-typeset .bd-faq details[open] {
  border-color: rgba(0, 188, 212, 0.45);
  border-bottom-color: rgba(0, 188, 212, 0.45);
  background: transparent;
}

.md-content__inner.md-typeset {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 4rem);
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}



.md-typeset .bd-footer,
.bd-footer {
  background: #000000;
  color: rgba(255, 255, 255, 0.92);
  padding: 1.25rem 0 1.75rem;
  border-radius: 0;
  width: 100%;
  margin-top: auto;
}

.md-footer {
  display: none !important;
}

.bd-wa-float-wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.bd-footer__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1rem;
}

.bd-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.bd-footer__brand {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  min-width: 0;
}

.bd-footer__logo {
  height: 28px;
  width: auto;
  display: block;
  max-width: 100%;
  filter: invert(1) brightness(0.85);
}

.bd-footer__social {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.bd-footer__icon {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease;
  text-decoration: none;
}

.bd-footer__icon svg {
  width: 16px;
  height: 16px;
}

.bd-footer__icon:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.26);
  color: #ffffff;
}

.bd-footer__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 0.8rem;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.78);
  text-align: right;
}

.bd-footer__sep {
  color: rgba(255, 255, 255, 0.38);
}

.bd-footer__link {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

.bd-footer__link:hover {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.bd-footer__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
  padding-top: 1rem;
  font-size: 0.82rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.78);
}

.bd-footer__heading {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 0.35rem;
}

@media (max-width: 60em) {
  .bd-footer__top {
    align-items: flex-start;
    flex-direction: column;
  }

  .bd-footer__meta {
    justify-content: flex-start;
    text-align: left;
  }

  .bd-footer__bottom {
    grid-template-columns: 1fr;
  }
}

.md-header {
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow:
    0 1px 0 rgba(0, 0, 0, 0.06),
    0 10px 25px rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: relative;
}

html[data-md-color-scheme="slate"] .md-header,
body[data-md-color-scheme="slate"] .md-header {
  background: rgba(36, 38, 41, 0.94) !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 25px rgba(0, 0, 0, 0.35);
}

.md-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: #00bcd4;
}

.md-header__inner {
  display: flex;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.bd-header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.bd-header-actions .bd-header-ctas {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-right: 0.15rem;
}

.bd-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  padding: 0 0.9rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  border: 1px solid rgba(0, 0, 0, 0.10);
  color: var(--md-default-fg-color);
  background: rgba(255, 255, 255, 0.55);
}

.bd-header-cta--primary {
  background: #00bcd4;
  border-color: transparent;
  color: #ffffff;
  font-weight: 800;
}

html[data-md-color-scheme="slate"] .bd-header-cta {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(18, 18, 18, 0.20);
}

html[data-md-color-scheme="slate"] .bd-header-cta--primary {
  background: #00bcd4;
  border-color: transparent;
  color: #ffffff;
}

.bd-header-cta:hover {
  filter: brightness(0.98);
}

.bd-header-actions .md-header__option {
  margin-left: 0;
}

.bd-header-actions form[data-md-component="palette"] {
  margin-left: 0;
}

.bd-header-actions button.md-header__button.md-icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

html[data-md-color-scheme="default"] .md-header__button.md-icon,
html[data-md-color-scheme="default"] .md-header__button.md-icon svg,
body[data-md-color-scheme="default"] .md-header__button.md-icon,
body[data-md-color-scheme="default"] .md-header__button.md-icon svg {
  color: #3b3f43;
  fill: currentColor;
}

html[data-md-color-scheme="slate"] .md-header__button.md-icon,
html[data-md-color-scheme="slate"] .md-header__button.md-icon svg,
body[data-md-color-scheme="slate"] .md-header__button.md-icon,
body[data-md-color-scheme="slate"] .md-header__button.md-icon svg {
  color: rgba(255, 255, 255, 0.92);
  fill: currentColor;
}

@media (max-width: 44.9375em) {
  .bd-header-actions .bd-header-ctas {
    display: none;
  }

  .md-header__button.md-logo {
    display: flex !important;
  }

  .bd-logo {
    height: 2rem;
  }
}
.bd-wa-float {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  color: #0b2b15;
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.20),
    0 2px 6px rgba(0, 0, 0, 0.10);
  z-index: 20;
}

.bd-wa-float svg {
  width: 1.65rem;
  height: 1.65rem;
  color: #0b2b15;
}

.bd-wa-float:hover {
  filter: brightness(0.98);
}

.bd-wa-float:focus {
  outline: none;
}

.bd-wa-float:focus-visible {
  box-shadow:
    0 0 0 3px rgba(0, 0, 0, 0.12),
    0 12px 30px rgba(0, 0, 0, 0.20),
    0 2px 6px rgba(0, 0, 0, 0.10);
}
.md-typeset .grid.cards > ul > li {
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow:
    0 1px 0 rgba(0, 0, 0, 0.03),
    0 10px 30px rgba(0, 0, 0, 0.04);
}

html[data-md-color-scheme="slate"] .md-typeset .grid.cards > ul > li {
  border-color: rgba(255, 255, 255, 0.10);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.04),
    0 10px 30px rgba(0, 0, 0, 0.25);
}

.md-typeset .bd-cta {
  padding: 1.25rem 1.25rem;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(0, 188, 212, 0.08);
}

html[data-md-color-scheme="slate"] .md-typeset .bd-cta {
  border-color: rgba(255, 255, 255, 0.10);
  background: rgba(0, 188, 212, 0.10);
}
