@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/lora-italic-500.ttf) format('truetype');
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/lora-normal-500.ttf) format('truetype');
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/lora-normal-600.ttf) format('truetype');
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/lora-normal-700.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(fonts/plus-jakarta-sans-normal-300.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/plus-jakarta-sans-normal-400.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/plus-jakarta-sans-normal-500.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/plus-jakarta-sans-normal-600.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/plus-jakarta-sans-normal-700.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(fonts/plus-jakarta-sans-normal-800.ttf) format('truetype');
}

/* Layout corrections; original palette, imagery and typography retained. */
:root {
  --header-height: 115px;
}

.integration-logo {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
  margin-right: 8px;
}

/* Desktop and phone spacing, without relying on flex gap. */
.n-links a, .n-btns, .cert-b, .hos-panel-title, .vio-ok, .form-card h3,
.f-grp label, .submit-btn, .btn-w, .tag-g, .tag-a, .rp, .ch, .qc,
.hero-badge, .hero-tag-float, .hero-tag-float2, .chat-hdr, .sc-top {
  gap: 0;
}

.n-links a > i, .f-grp label > i, .vio-ok > i {
  margin-right: 6px;
}

.cert-b > i, .hos-panel-title > i, .form-card h3 > i, .submit-btn > i,
.btn-w > i, .tag-g > i, .tag-a > i {
  margin-right: 8px;
}

.n-btns > a + a {
  margin-left: 10px;
}

.rp-icon, .ch-ico, .qc-ico {
  margin-right: 14px;
}

.rp > div:last-child, .ch > div, .qc > div {
  min-width: 0;
}

.hero-badge > .pulse {
  margin-right: 8px;
}

.hero-tag-float > :first-child, .hero-tag-float2 > :first-child,
.chat-hdr > :first-child, .sc-top > :first-child {
  margin-right: 11px;
}

.reg-points, .ch-list, .qc-list {
  gap: 0;
}

.reg-points > * + * {
  margin-top: 18px;
}

.ch-list > * + *, .qc-list > * + * {
  margin-top: 11px;
}

.cert-badges, .hero-actions, .cta-form {
  gap: 0;
}

.cert-badges > * {
  margin: 0 10px 10px 0;
}

.hero-actions > * {
  margin: 0 12px 12px 0;
}

.cta-form > * {
  margin: 0 10px 10px 0;
}

.hero-stats {
  gap: 0;
}

.hero-stats > * {
  margin: 0 18px 12px 0;
}

/* Explicit margins support mobile browsers without flex-gap support. */
.mob-cta {
  gap: 0;
}

.mob-cta > a + a {
  margin-top: 12px;
}

.feature-actions {
  gap: 0 !important;
}

.feature-actions > a {
  margin: 6px;
}

.btn-g, .btn-o, .mob-nav a, .int-badge, .mi-top {
  gap: 0;
}

.btn-g > i, .btn-o > i, .int-badge > i {
  margin-right: 8px;
}

.mob-nav a > i {
  margin-right: 9px;
}

.mi-top > .mi-ico {
  margin-right: 12px;
}

.map-info {
  gap: 0;
}

.map-info > .mi-card + .mi-card {
  margin-top: 14px;
}

.int-badges {
  gap: 0;
}

.int-badges > .int-badge {
  margin: 0 11px 11px 0;
}

/* Keep the hamburger and close icon aligned on mobile. */
.hbg {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  gap: 0;
  align-items: center;
  justify-content: center;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hbg span {
  position: absolute;
  left: 10px;
  top: 21px;
  width: 24px;
  height: 2px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 2px;
  transform-origin: center;
  transition: transform .2s ease, opacity .2s ease;
}

.hbg span:nth-child(1) {
  transform: translateY(-7px);
}

.hbg span:nth-child(2) {
  transform: none;
}

.hbg span:nth-child(3) {
  transform: translateY(7px);
}

.hbg.open span:nth-child(1) {
  transform: rotate(45deg);
}

.hbg.open span:nth-child(2) {
  opacity: 0;
}

.hbg.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.hbg:focus-visible {
  outline: 2px solid var(--g0);
  outline-offset: 2px;
}

html {
  scroll-padding-top: calc(var(--header-height) + 16px);
}

.mob-nav {
  top: var(--header-height);
  max-height: calc(100vh - var(--header-height));
  max-height: calc(100dvh - var(--header-height));
  overflow-y: auto;
  overscroll-behavior: contain;
}

.comparison-scroll {
  max-width: 100%;
  overflow-x: auto;
}

@media (max-width: 1200px) {
  .n-links, .n-btns {
    display: none;
  }

  .hbg {
    display: flex;
    flex-shrink: 0;
  }
}

@media (min-width: 1201px) {
  .mob-nav.open {
    display: none;
  }
}

@media (max-width: 600px) {
  :root {
    --header-height: 84px;
  }

  nav {
    height: var(--header-height);
  }

  .n-logo {
    min-width: 0;
    gap: 8px;
  }

  .n-logo img {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
  }

  .n-brand {
    font-size: 1.65rem;
  }

  .n-tag {
    font-size: 1.1rem;
  }

  .hero, .pg-hero, .price-hero, .comp-hero, .cont-hero, .supp-hero,
  .priv-hero, .t-hero, .a-hero {
    padding-top: calc(var(--header-height) + 28px);
  }

  .hero-inner > *, .comp-hero-inner > *, .cont-hero-inner > *,
  .supp-hero-inner > *, .ftr-top > *, .priv-body-inner > *,
  .pcb-inner > *, .t-cta-inner > *, .a-cta-inner > * {
    min-width: 0;
  }

  .feat-grid, .testi-grid, .supp-cards, .drivers-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-stats, .hero-actions, .ftr-links {
    flex-wrap: wrap;
  }

  .ftr-links {
    row-gap: 10px;
  }

  p, a, h1, h2, h3, .pcc-val {
    overflow-wrap: anywhere;
  }

  input, select, textarea {
    max-width: 100%;
    min-width: 0;
  }

  .comparison-scroll .comp-table {
    min-width: 520px;
  }
}

@media (max-width: 360px) {
  .rights-grid, .avail-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .t-section-inner > div[style*="grid-template-columns"] {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Icon sizing and readability. */
.ee-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: -.125em;
  overflow: visible;
}

i[class*="fa-"] {
  font-style: normal;
  display: inline-block;
  line-height: 1;
}

img {
  height: auto;
}

.integration-logo {
  height: 22px;
}

main {
  display: block;
  min-width: 0;
}

.ftr-desc, .ftr-col ul li a, .ftr-bottom p, .ftr-links a, .ftr-reg {
  color: #BDB4A3;
}

.fs {
  color: #BDB4A3;
}

.tc-role, .tc-body {
  color: var(--t2);
}

.cta-fine {
  color: #BDB4A3;
}

/* Center Login and Start Free Trial inside the mobile menu buttons. */
.mob-nav .mob-cta a {
  justify-content: center;
  padding: 12px 20px;
  text-align: center;
}