/*
 * Joverla commercial template
 * Original design system layered on UIkit 3.25.20.
 */

:root {
  --j-primary: #2354d8;
  --j-secondary: #6d3ef2;
  --j-accent: #ff6b3d;
  --j-dark: #10172a;
  --j-ink: #172039;
  --j-muted: #64708a;
  --j-line: #e6eaf2;
  --j-canvas: #f7f8fc;
  --j-surface: #fff;
  --j-success: #13a976;
  --j-radius-sm: 12px;
  --j-radius: 20px;
  --j-radius-lg: 32px;
  --j-shadow-sm: 0 10px 30px rgba(25, 41, 89, .08);
  --j-shadow: 0 24px 70px rgba(25, 41, 89, .14);
  --j-transition: 180ms cubic-bezier(.2, .75, .3, 1);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body.joverla-site {
  background: var(--j-surface);
  color: var(--j-ink);
  font-family: Inter, "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-synthesis: none;
  line-height: 1.65;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

.joverla-site h1,
.joverla-site h2,
.joverla-site h3,
.joverla-site h4,
.joverla-site h5,
.joverla-site h6 {
  color: var(--j-dark);
  font-family: inherit;
  font-weight: 750;
  letter-spacing: -.035em;
  line-height: 1.12;
}

.joverla-site h2 {
  font-size: clamp(2.15rem, 4vw, 3.65rem);
}

.joverla-site h3 {
  font-size: 1.25rem;
}

.joverla-site a {
  color: var(--j-primary);
  transition: color var(--j-transition), opacity var(--j-transition);
}

.joverla-site a:hover {
  color: var(--j-secondary);
  text-decoration: none;
}

.joverla-site :focus-visible {
  border-radius: 5px;
  outline: 3px solid color-mix(in srgb, var(--j-primary) 40%, white);
  outline-offset: 3px;
}

.joverla-skip-link {
  background: var(--j-dark);
  border-radius: 0 0 8px 8px;
  color: #fff !important;
  font-weight: 700;
  left: 16px;
  padding: 10px 18px;
  position: fixed;
  top: -100px;
  transition: top var(--j-transition);
  z-index: 2000;
}

.joverla-skip-link:focus {
  top: 0;
}

.uk-button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: .88rem;
  font-weight: 750;
  gap: 10px;
  justify-content: center;
  letter-spacing: .01em;
  min-height: 48px;
  padding: 0 26px;
  text-transform: none;
  transition: box-shadow var(--j-transition), transform var(--j-transition), background var(--j-transition);
}

.uk-button:hover {
  transform: translateY(-2px);
}

.joverla-site .uk-button-primary {
  background: linear-gradient(125deg, var(--j-primary), var(--j-secondary));
  box-shadow: 0 12px 30px color-mix(in srgb, var(--j-primary) 26%, transparent);
  color: #fff;
}

.joverla-site .uk-button-primary:hover,
.joverla-site .uk-button-primary:focus {
  background: linear-gradient(125deg, color-mix(in srgb, var(--j-primary) 90%, black), color-mix(in srgb, var(--j-secondary) 90%, black));
  box-shadow: 0 16px 38px color-mix(in srgb, var(--j-primary) 34%, transparent);
  color: #fff;
}

.joverla-site .uk-button-secondary {
  background: #fff;
  color: var(--j-primary);
}

.joverla-site .uk-button-secondary:hover {
  background: #f4f6ff;
  color: var(--j-secondary);
}

.uk-button-default {
  background: #fff;
  border: 1px solid var(--j-line);
  color: var(--j-ink);
}

.uk-button-default:hover {
  background: #fff;
  border-color: color-mix(in srgb, var(--j-primary) 32%, var(--j-line));
  box-shadow: var(--j-shadow-sm);
  color: var(--j-primary);
}

.uk-button-large {
  min-height: 56px;
  padding: 0 31px;
}

.uk-input,
.uk-select,
.uk-textarea,
.form-control,
.form-select {
  background: #fff;
  border: 1px solid var(--j-line);
  border-radius: var(--j-radius-sm);
  color: var(--j-ink);
  min-height: 48px;
}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus,
.form-control:focus,
.form-select:focus {
  border-color: var(--j-primary);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--j-primary) 11%, transparent);
}

.uk-card-default {
  background: var(--j-surface);
  box-shadow: var(--j-shadow-sm);
  color: var(--j-muted);
}

.uk-flex-gap-small {
  gap: 10px;
}

.joverla-topbar {
  background: var(--j-dark);
  color: rgba(255, 255, 255, .72);
  font-size: .78rem;
  padding: 7px 0;
}

.joverla-topbar a {
  color: #fff;
}

.joverla-header {
  position: relative;
  z-index: 980;
}

.joverla-navbar {
  background: rgba(255, 255, 255, .88);
  border-bottom: 1px solid rgba(224, 229, 240, .8);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: box-shadow var(--j-transition), background var(--j-transition);
}

.joverla-navbar--stuck {
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 8px 35px rgba(30, 43, 77, .08);
}

.joverla-navbar .uk-navbar {
  min-height: 82px;
}

.joverla-navbar .uk-navbar-item,
.joverla-navbar .uk-navbar-nav > li > a,
.joverla-navbar .uk-navbar-toggle {
  min-height: 82px;
}

.joverla-logo {
  align-items: center;
  color: var(--j-dark) !important;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 800;
  gap: 9px;
  letter-spacing: -.045em;
}

.joverla-logo__mark {
  color: var(--j-primary);
  display: inline-flex;
  height: 36px;
  width: 36px;
}

.joverla-logo__mark svg {
  height: 100%;
  width: 100%;
}

.joverla-logo--inverse {
  color: #fff !important;
}

.joverla-logo--inverse .joverla-logo__mark {
  color: #8da8ff;
}

.joverla-navbar .uk-navbar-nav {
  gap: 4px;
}

.joverla-navbar .uk-navbar-nav > li > a {
  color: #39435b;
  font-size: .87rem;
  font-weight: 650;
  letter-spacing: .005em;
  padding: 0 15px;
  text-transform: none;
}

.joverla-navbar .uk-navbar-nav > li > a:hover,
.joverla-navbar .uk-navbar-nav > li.uk-active > a,
.joverla-navbar .uk-navbar-nav > li.active > a {
  color: var(--j-primary);
}

.joverla-navbar .uk-navbar-nav > li.uk-active > a::after,
.joverla-navbar .uk-navbar-nav > li.active > a::after {
  background: var(--j-primary);
  border-radius: 3px;
  bottom: 22px;
  content: "";
  height: 2px;
  left: 15px;
  position: absolute;
  right: 15px;
}

.joverla-header-cta {
  min-height: 44px;
  padding-inline: 22px;
}

.joverla-offcanvas {
  background: var(--j-dark);
  color: rgba(255, 255, 255, .72);
  padding: 34px;
}

.joverla-offcanvas__brand {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.3rem;
  font-weight: 800;
  gap: 8px;
  margin-bottom: 38px;
}

.joverla-offcanvas .uk-nav-default > li > a,
.joverla-offcanvas .uk-navbar-nav > li > a,
.joverla-offcanvas ul.menu > li > a {
  color: #fff;
  display: block;
  font-size: 1.1rem;
  font-weight: 650;
  min-height: auto;
  padding: 10px 0;
}

.joverla-offcanvas ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.joverla-offcanvas ul ul {
  border-left: 1px solid rgba(255, 255, 255, .18);
  margin: 3px 0 10px 9px;
  padding-left: 18px;
}

.joverla-hero {
  background:
    radial-gradient(circle at 85% 20%, rgba(109, 62, 242, .10), transparent 28%),
    linear-gradient(180deg, #fbfcff 0%, #fff 100%);
  min-height: 720px;
  overflow: hidden;
  padding: 96px 0 105px;
  position: relative;
}

.joverla-hero::after {
  background-image: radial-gradient(rgba(35, 84, 216, .16) 1px, transparent 1px);
  background-size: 22px 22px;
  content: "";
  height: 280px;
  opacity: .5;
  position: absolute;
  right: -25px;
  top: 45px;
  width: 330px;
}

.joverla-hero__glow {
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
  position: absolute;
}

.joverla-hero__glow--one {
  background: rgba(35, 84, 216, .08);
  height: 420px;
  right: 5%;
  top: 180px;
  width: 420px;
}

.joverla-hero__glow--two {
  background: rgba(255, 107, 61, .08);
  bottom: -180px;
  height: 360px;
  left: -100px;
  width: 360px;
}

.joverla-eyebrow,
.joverla-kicker {
  align-items: center;
  color: var(--j-primary);
  display: inline-flex;
  font-size: .74rem;
  font-weight: 800;
  gap: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.joverla-eyebrow {
  background: color-mix(in srgb, var(--j-primary) 8%, white);
  border: 1px solid color-mix(in srgb, var(--j-primary) 15%, white);
  border-radius: 999px;
  margin-bottom: 24px;
  padding: 8px 14px;
}

.joverla-eyebrow__dot {
  background: var(--j-accent);
  border-radius: 50%;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--j-accent) 14%, white);
  height: 7px;
  width: 7px;
}

.joverla-display {
  font-size: clamp(3.15rem, 6.3vw, 5.8rem);
  letter-spacing: -.065em !important;
  line-height: .99 !important;
  margin: 0;
  max-width: 780px;
}

.joverla-display::after {
  background: linear-gradient(90deg, var(--j-primary), var(--j-secondary), var(--j-accent));
  border-radius: 9px;
  content: "";
  display: block;
  height: 7px;
  margin-top: 22px;
  transform: rotate(-1deg);
  width: 185px;
}

.joverla-hero__lead {
  color: var(--j-muted);
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
  line-height: 1.65;
  margin: 30px 0 32px;
  max-width: 670px;
}

.joverla-hero__actions {
  gap: 12px;
}

.joverla-hero__proof {
  align-items: center;
  color: #5c6780;
  display: flex;
  flex-wrap: wrap;
  font-size: .78rem;
  gap: 8px 22px;
  margin: 30px 0 0;
}

.joverla-hero__proof > li {
  align-items: center;
  display: flex;
  gap: 6px;
  margin: 0 !important;
}

.joverla-hero__proof svg {
  color: var(--j-success);
  height: 15px;
  width: 15px;
}

.joverla-product-stage {
  height: 590px;
  margin-left: auto;
  max-width: 500px;
  perspective: 1400px;
  position: relative;
  z-index: 2;
}

.joverla-product-orbit {
  background: radial-gradient(circle at 68% 30%, rgba(109, 62, 242, .14), rgba(35, 84, 216, .07) 55%, rgba(35, 84, 216, .025) 75%);
  border: 1px solid rgba(35, 84, 216, .08);
  border-radius: 46% 54% 52% 48%;
  height: 450px;
  left: 62px;
  position: absolute;
  top: 70px;
  transform: rotate(7deg);
  width: 410px;
}

.joverla-phone {
  filter: drop-shadow(0 38px 42px rgba(13, 22, 48, .19));
  left: 142px;
  position: absolute;
  top: 0;
  width: 245px;
  z-index: 2;
}

.joverla-phone::after {
  content: none;
}

.joverla-phone > img {
  display: block;
  height: auto;
  width: 100%;
}

.joverla-phone__frame {
  background: linear-gradient(145deg, #303a50 0%, #0d1424 28%, #080d18 72%, #263047 100%);
  border: 1px solid rgba(86, 100, 133, .9);
  border-radius: 48px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .13),
    inset -4px 0 8px rgba(255, 255, 255, .04),
    0 2px 0 rgba(255, 255, 255, .12);
  height: 538px;
  padding: 8px;
  position: relative;
  width: 264px;
}

.joverla-phone__frame::before {
  background: #151d2e;
  border-radius: 3px 0 0 3px;
  box-shadow: 0 74px 0 #151d2e;
  content: "";
  height: 58px;
  left: -4px;
  position: absolute;
  top: 106px;
  width: 4px;
}

.joverla-phone__frame::after {
  border-radius: 39px;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .22);
  content: "";
  inset: 9px;
  pointer-events: none;
  position: absolute;
  z-index: 6;
}

.joverla-phone__speaker {
  background: #090f1d;
  border-radius: 0 0 15px 15px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .06);
  height: 23px;
  left: 50%;
  position: absolute;
  top: 8px;
  transform: translateX(-50%);
  width: 94px;
  z-index: 5;
}

.joverla-phone__screen {
  background: linear-gradient(165deg, #fbfcff 0%, #f5f7fd 100%);
  border-radius: 39px;
  box-shadow: inset 0 0 0 1px rgba(17, 25, 45, .08);
  height: 100%;
  overflow: hidden;
  padding: 35px 14px 0;
  position: relative;
}

.joverla-app-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.joverla-app-top div {
  display: flex;
  flex-direction: column;
}

.joverla-app-top small,
.joverla-float-card small,
.joverla-quote__person small {
  color: #8a93a7;
  display: block;
  font-size: 9px;
}

.joverla-app-top strong {
  color: #1b253b;
  font-size: 12px;
}

.joverla-avatar {
  align-items: center;
  background: linear-gradient(145deg, #e9edff, #f4eaff);
  border: 2px solid #fff;
  border-radius: 50%;
  color: var(--j-primary);
  display: inline-flex;
  font-size: 8px;
  font-weight: 800;
  height: 31px;
  justify-content: center;
  width: 31px;
}

.joverla-app-hero {
  background: linear-gradient(130deg, var(--j-primary), var(--j-secondary));
  border-radius: 16px;
  color: #fff;
  height: 116px;
  margin-top: 13px;
  overflow: hidden;
  padding: 15px;
  position: relative;
}

.joverla-app-hero span {
  font-size: 8px;
  opacity: .72;
}

.joverla-app-hero strong {
  display: block;
  font-size: 15px;
  line-height: 1.25;
  margin-top: 6px;
  max-width: 135px;
}

.joverla-app-hero i {
  background: rgba(255, 255, 255, .12);
  border: 14px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  height: 115px;
  position: absolute;
  right: -37px;
  top: -31px;
  width: 115px;
}

.joverla-app-section-title {
  align-items: center;
  display: flex;
  font-size: 8px;
  justify-content: space-between;
  margin: 15px 1px 9px;
}

.joverla-app-section-title span {
  color: var(--j-primary);
}

.joverla-app-shortcuts {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

.joverla-app-shortcuts > div {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 18px rgba(28, 42, 80, .06);
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 9px 2px 7px;
}

.joverla-app-shortcuts svg {
  color: var(--j-primary);
  height: 15px;
}

.joverla-app-shortcuts small {
  font-size: 7px;
}

.joverla-app-card {
  background: #fff;
  border-radius: 11px;
  box-shadow: 0 5px 18px rgba(28, 42, 80, .06);
  display: flex;
  gap: 10px;
  padding: 8px;
}

.joverla-app-card__image {
  background: linear-gradient(145deg, #ffb38e, #ff725a);
  border-radius: 8px;
  height: 50px;
  width: 62px;
}

.joverla-app-card > div:last-child {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}

.joverla-app-card small {
  color: #9da5b4;
  font-size: 7px;
}

.joverla-app-card strong {
  font-size: 9px;
  line-height: 1.35;
}

.joverla-app-nav {
  align-items: center;
  background: #fff;
  bottom: 0;
  display: flex;
  height: 42px;
  justify-content: space-around;
  left: 0;
  position: absolute;
  right: 0;
}

.joverla-app-nav svg {
  color: #9ca4b6;
  height: 14px;
}

.joverla-app-nav span:first-child svg {
  color: var(--j-primary);
}

.joverla-float-card {
  align-items: center;
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(220, 226, 242, .75);
  border-radius: 14px;
  box-shadow: 0 18px 44px rgba(31, 45, 88, .13);
  display: flex;
  gap: 10px;
  padding: 11px 14px;
  position: absolute;
  z-index: 4;
}

.joverla-float-card strong {
  display: block;
  font-size: 10px;
}

.joverla-float-card--news {
  left: 25px;
  top: 112px;
}

.joverla-float-card--members {
  bottom: 54px;
  right: 0;
}

.joverla-icon-box {
  align-items: center;
  border-radius: 10px;
  display: inline-flex;
  height: 35px;
  justify-content: center;
  width: 35px;
}

.joverla-icon-box svg {
  height: 17px;
}

.joverla-icon-box--violet {
  background: #f0eaff;
  color: var(--j-secondary);
}

.joverla-icon-box--orange {
  background: #fff0e9;
  color: var(--j-accent);
}

.joverla-trust-strip {
  border-bottom: 1px solid var(--j-line);
  border-top: 1px solid var(--j-line);
  padding: 27px 0 30px;
}

.joverla-trust-strip p {
  color: #929bae;
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .12em;
  margin: 0 0 20px;
  text-align: center;
  text-transform: uppercase;
}

.joverla-trust-list {
  align-items: center;
  color: #6f788c;
  display: flex;
  flex-wrap: wrap;
  font-size: .83rem;
  font-weight: 650;
  gap: 24px 45px;
  justify-content: center;
}

.joverla-trust-list span {
  align-items: center;
  display: flex;
  gap: 8px;
}

.joverla-trust-list svg {
  color: #98a1b4;
  height: 19px;
}

.joverla-section-heading {
  margin: 0 auto 60px;
  max-width: 760px;
}

.joverla-section-heading h2 {
  margin: 12px 0 18px;
}

.joverla-section-heading p {
  color: var(--j-muted);
  font-size: 1.08rem;
  margin: auto;
  max-width: 660px;
}

.joverla-features {
  background: #fff;
}

.joverla-feature-card {
  border: 1px solid var(--j-line);
  border-radius: var(--j-radius);
  box-shadow: none;
  height: 100%;
  padding: 32px;
  transition: border-color var(--j-transition), box-shadow var(--j-transition), transform var(--j-transition);
}

.joverla-feature-card:hover {
  border-color: color-mix(in srgb, var(--j-primary) 18%, var(--j-line));
  box-shadow: var(--j-shadow);
  transform: translateY(-7px);
}

.joverla-feature-card__icon {
  align-items: center;
  border-radius: 14px;
  display: inline-flex;
  height: 52px;
  justify-content: center;
  margin-bottom: 24px;
  width: 52px;
}

.joverla-feature-card__icon--blue { background: #eaf0ff; color: #2354d8; }
.joverla-feature-card__icon--violet { background: #f1ebff; color: #6d3ef2; }
.joverla-feature-card__icon--orange { background: #fff0e9; color: #f1663b; }
.joverla-feature-card__icon--green { background: #e8f8f2; color: #13956b; }
.joverla-feature-card__icon--pink { background: #ffedf4; color: #d94778; }
.joverla-feature-card__icon--cyan { background: #e6f8fb; color: #058ba3; }

.joverla-feature-card h3 {
  margin: 0 0 12px;
}

.joverla-feature-card p {
  color: var(--j-muted);
  margin: 0 0 22px;
}

.joverla-text-link {
  align-items: center;
  display: inline-flex;
  font-size: .79rem;
  font-weight: 750;
  gap: 7px;
}

.joverla-text-link svg {
  height: 15px;
  transition: transform var(--j-transition);
}

.joverla-text-link:hover svg {
  transform: translateX(4px);
}

.joverla-joomla-section {
  background: var(--j-canvas);
}

.joverla-joomla-section h2 {
  margin: 13px 0 22px;
}

.joverla-joomla-section .uk-text-lead {
  color: var(--j-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.joverla-dashboard-visual {
  background: #fff;
  border: 1px solid #dfe4ef;
  border-radius: 20px;
  box-shadow: 0 35px 80px rgba(34, 48, 90, .17);
  min-height: 410px;
  overflow: hidden;
  transform: perspective(1000px) rotateY(3deg) rotateX(1deg);
}

.joverla-dashboard-visual__chrome {
  align-items: center;
  background: #f1f3f8;
  border-bottom: 1px solid #e2e6ee;
  display: flex;
  gap: 6px;
  height: 37px;
  padding: 0 13px;
}

.joverla-dashboard-visual__chrome > span {
  background: #d5d9e2;
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.joverla-dashboard-visual__chrome > span:first-child {
  background: #ff806a;
}

.joverla-dashboard-visual__chrome small {
  color: #9aa2b3;
  font-size: 7px;
  margin-left: 18px;
}

.joverla-dashboard-visual__body {
  display: flex;
  min-height: 373px;
}

.joverla-dashboard-visual aside {
  align-items: center;
  background: #1b2440;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 19px;
  width: 58px;
}

.joverla-dashboard-visual aside strong {
  align-items: center;
  background: linear-gradient(135deg, var(--j-primary), var(--j-secondary));
  border-radius: 9px;
  color: #fff;
  display: flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.joverla-dashboard-visual aside i {
  background: rgba(255, 255, 255, .18);
  border-radius: 5px;
  height: 17px;
  width: 17px;
}

.joverla-dashboard-visual aside i:first-of-type {
  background: #8da8ff;
}

.joverla-dashboard-visual__content {
  flex: 1;
  padding: 27px 28px;
}

.joverla-dashboard-visual__title {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.joverla-dashboard-visual__title > span {
  display: flex;
  flex-direction: column;
}

.joverla-dashboard-visual__title small {
  color: #a0a8b8;
  font-size: 8px;
}

.joverla-dashboard-visual__title strong {
  font-size: 13px;
}

.joverla-dashboard-visual__title b {
  background: #e9edf5;
  border-radius: 50%;
  height: 28px;
  width: 28px;
}

.joverla-dashboard-visual__stats {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  margin: 26px 0;
}

.joverla-dashboard-visual__stats span {
  background: linear-gradient(145deg, #eef2ff, #f9faff);
  border-radius: 10px;
  height: 65px;
}

.joverla-dashboard-visual__stats span:nth-child(2) { background: linear-gradient(145deg, #f3edff, #fcfaff); }
.joverla-dashboard-visual__stats span:nth-child(3) { background: linear-gradient(145deg, #fff0e9, #fffbf8); }

.joverla-dashboard-visual__chart {
  align-items: end;
  background: #fafbfe;
  border: 1px solid #edf0f6;
  border-radius: 12px;
  display: flex;
  gap: 13px;
  height: 165px;
  padding: 26px 25px 19px;
}

.joverla-dashboard-visual__chart i {
  background: linear-gradient(180deg, var(--j-primary), #83a0f6);
  border-radius: 4px 4px 2px 2px;
  flex: 1;
  height: 55%;
}

.joverla-dashboard-visual__chart i:nth-child(2) { height: 72%; }
.joverla-dashboard-visual__chart i:nth-child(3) { height: 48%; }
.joverla-dashboard-visual__chart i:nth-child(4) { height: 88%; }
.joverla-dashboard-visual__chart i:nth-child(5) { height: 67%; }
.joverla-dashboard-visual__chart i:nth-child(6) { height: 94%; }
.joverla-dashboard-visual__chart i:nth-child(7) { height: 76%; }

.joverla-check-list {
  margin-top: 30px;
}

.joverla-check-list > li {
  align-items: flex-start;
  display: flex;
  gap: 14px;
  margin-top: 19px !important;
}

.joverla-check-list > li > span {
  align-items: center;
  background: #e9f8f2;
  border-radius: 50%;
  color: var(--j-success);
  display: flex;
  flex: 0 0 auto;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.joverla-check-list svg {
  height: 15px;
}

.joverla-check-list div {
  display: flex;
  flex-direction: column;
}

.joverla-check-list strong {
  color: var(--j-ink);
  font-size: .92rem;
}

.joverla-check-list small {
  color: var(--j-muted);
  font-size: .82rem;
}

.joverla-process {
  background: #fff;
}

.joverla-process-grid {
  position: relative;
}

.joverla-process-grid::before {
  border-top: 1px dashed #ccd3e2;
  content: "";
  left: 17%;
  position: absolute;
  right: 17%;
  top: 42px;
}

.joverla-process-step {
  padding: 0 30px;
  position: relative;
  text-align: center;
}

.joverla-process-step__number {
  color: #dfe4ef;
  font-size: .67rem;
  font-weight: 800;
  left: calc(50% + 31px);
  letter-spacing: .1em;
  position: absolute;
  top: 4px;
}

.joverla-process-step__icon {
  align-items: center;
  background: #fff;
  border: 1px solid var(--j-line);
  border-radius: 18px;
  box-shadow: var(--j-shadow-sm);
  color: var(--j-primary);
  display: inline-flex;
  height: 82px;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
  width: 82px;
  z-index: 1;
}

.joverla-process-step__icon svg {
  height: 27px;
  width: 27px;
}

.joverla-process-step:nth-child(2) .joverla-process-step__icon { color: var(--j-secondary); }
.joverla-process-step:nth-child(3) .joverla-process-step__icon { color: var(--j-accent); }

.joverla-process-step h3 {
  margin: 0 0 11px;
}

.joverla-process-step p {
  color: var(--j-muted);
  font-size: .9rem;
}

.joverla-testimonial {
  background:
    radial-gradient(circle at 30% 10%, rgba(109, 62, 242, .22), transparent 32%),
    linear-gradient(135deg, var(--j-dark), #1e2b50);
  color: #fff;
  overflow: hidden;
  position: relative;
}

.joverla-testimonial::before,
.joverla-testimonial::after {
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  content: "";
  height: 380px;
  position: absolute;
  width: 380px;
}

.joverla-testimonial::before {
  left: -170px;
  top: -220px;
}

.joverla-testimonial::after {
  bottom: -270px;
  right: -130px;
}

.joverla-quote {
  position: relative;
  z-index: 1;
}

.joverla-quote__mark {
  color: #839ff1;
  display: block;
  font-family: Georgia, serif;
  font-size: 5rem;
  height: 58px;
  line-height: 1;
}

.joverla-quote blockquote {
  color: #fff;
  font-size: clamp(1.65rem, 3.4vw, 2.55rem);
  font-style: normal;
  font-weight: 620;
  letter-spacing: -.035em;
  line-height: 1.35;
  margin: 25px auto 32px;
  max-width: 880px;
}

.joverla-quote__person {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  text-align: left;
}

.joverla-avatar--large {
  background: linear-gradient(145deg, #7c99ef, #aa8be8);
  color: #fff;
  height: 43px;
  width: 43px;
}

.joverla-quote__person span:last-child {
  display: flex;
  flex-direction: column;
}

.joverla-quote__person small {
  color: rgba(255, 255, 255, .57);
}

.joverla-faq {
  background: var(--j-canvas);
}

.joverla-accordion {
  margin-top: 42px;
}

.joverla-accordion > li {
  background: #fff;
  border: 1px solid var(--j-line);
  border-radius: 14px;
  margin-top: 12px;
  padding: 0 23px;
}

.joverla-accordion .uk-accordion-title {
  color: var(--j-ink);
  font-size: .98rem;
  font-weight: 700;
  padding: 20px 0;
}

.joverla-accordion .uk-accordion-title::before {
  background-color: #eef2ff;
  background-size: 11px;
  border-radius: 50%;
  height: 28px;
  width: 28px;
}

.joverla-accordion .uk-accordion-content {
  color: var(--j-muted);
  font-size: .9rem;
  margin: -4px 0 20px;
}

.joverla-final-cta {
  background: #fff;
}

.joverla-final-cta__inner {
  align-items: center;
  background: linear-gradient(125deg, var(--j-primary), var(--j-secondary));
  border-radius: var(--j-radius-lg);
  color: rgba(255, 255, 255, .78);
  display: flex;
  gap: 40px;
  justify-content: space-between;
  overflow: hidden;
  padding: 58px 65px;
  position: relative;
}

.joverla-final-cta__inner > * {
  position: relative;
  z-index: 1;
}

.joverla-final-cta__inner h2 {
  color: #fff;
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  margin: 9px 0 12px;
  max-width: 700px;
}

.joverla-final-cta__inner p {
  margin: 0;
}

.joverla-kicker--inverse {
  color: #dfe6ff;
}

.joverla-final-cta__actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 11px;
}

.joverla-final-cta__actions small {
  color: rgba(255, 255, 255, .7);
  font-size: .72rem;
}

.joverla-final-cta__orb {
  border: 70px solid rgba(255, 255, 255, .055);
  border-radius: 50%;
  height: 360px;
  position: absolute;
  right: -120px;
  top: -180px;
  width: 360px;
}

.joverla-main {
  min-height: 35vh;
  outline: none;
}

.joverla-inner .joverla-main {
  padding: 45px 0 90px;
}

.joverla-breadcrumbs {
  border-bottom: 1px solid var(--j-line);
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.joverla-breadcrumbs .uk-breadcrumb,
.joverla-breadcrumbs .breadcrumb {
  margin: 0;
}

.joverla-module {
  margin-bottom: 28px;
}

.joverla-module-card {
  background: #fff;
  border: 1px solid var(--j-line);
  border-radius: var(--j-radius);
  padding: 25px;
}

.joverla-module-title {
  font-size: 1.2rem;
  margin: 0 0 17px;
}

.joverla-showcase {
  background: var(--j-canvas);
}

.joverla-cta-section {
  background: var(--j-canvas);
}

.joverla-footer {
  background: var(--j-dark);
  color: rgba(255, 255, 255, .62);
  font-size: .84rem;
  padding: 77px 0 0;
}

.joverla-footer__intro {
  line-height: 1.7;
  margin: 22px 0;
  max-width: 360px;
}

.joverla-footer h3,
.joverla-footer h4,
.joverla-footer h5 {
  color: #fff;
  font-size: .83rem;
  letter-spacing: .015em;
  margin: 6px 0 21px;
}

.joverla-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.joverla-footer li {
  margin: 9px 0;
}

.joverla-footer a {
  color: rgba(255, 255, 255, .62);
}

.joverla-footer a:hover {
  color: #fff;
}

.joverla-footer .uk-icon-button {
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.joverla-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, .10);
  gap: 12px;
  margin-top: 58px;
  min-height: 76px;
}

.joverla-footer__bottom p {
  margin: 0;
}

.joverla-footer__bottom ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.joverla-footer__bottom li {
  margin: 0;
}

/* Joomla component output */
.com-content-article,
.blog,
.blog-featured,
.contact,
.com-contact-category,
.search,
.finder {
  margin-inline: auto;
  max-width: 980px;
}

.com-content-article__body {
  font-size: 1.05rem;
}

.page-header h1,
.page-header h2,
.com-content-article h1 {
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  margin-bottom: 25px;
}

.article-info {
  color: var(--j-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: .78rem;
  gap: 8px 18px;
  margin-bottom: 28px;
}

.items-leading > div,
.items-row > div,
.blog-item,
.newsflash > div {
  background: #fff;
  border: 1px solid var(--j-line);
  border-radius: var(--j-radius);
  margin-bottom: 24px;
  overflow: hidden;
  padding: 28px;
}

.pagination {
  align-items: center;
  display: flex;
  gap: 6px;
  justify-content: center;
  list-style: none;
  margin-top: 45px;
  padding: 0;
}

.pagination a,
.pagination span {
  align-items: center;
  border: 1px solid var(--j-line);
  border-radius: 9px;
  display: flex;
  height: 40px;
  justify-content: center;
  min-width: 40px;
  padding: 0 10px;
}

.pagination .active span {
  background: var(--j-primary);
  border-color: var(--j-primary);
  color: #fff;
}

.alert {
  border: 0;
  border-radius: var(--j-radius-sm);
  padding: 16px 20px;
}

.alert-success { background: #e9f8f2; color: #0b7552; }
.alert-danger, .alert-error { background: #fff0f0; color: #a72a37; }
.alert-warning { background: #fff7e6; color: #8c5b00; }
.alert-info { background: #edf3ff; color: #214aaf; }

.joverla-error-page,
.joverla-offline-page {
  align-items: center;
  background:
    radial-gradient(circle at 80% 10%, rgba(109, 62, 242, .13), transparent 30%),
    var(--j-canvas);
  display: flex;
  min-height: 100vh;
  padding: 40px 0;
}

.joverla-error-card {
  background: #fff;
  border: 1px solid var(--j-line);
  border-radius: var(--j-radius-lg);
  box-shadow: var(--j-shadow);
  margin: auto;
  max-width: 720px;
  padding: 60px;
  text-align: center;
}

.joverla-error-code {
  background: linear-gradient(135deg, var(--j-primary), var(--j-secondary));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(5rem, 15vw, 10rem);
  font-weight: 850;
  letter-spacing: -.08em;
  line-height: .9;
}

@media (max-width: 1199px) {
  .joverla-display {
    font-size: clamp(3rem, 5.8vw, 4.7rem);
  }

  .joverla-phone {
    left: 112px;
  }

  .joverla-float-card--news {
    left: 0;
  }
}

@media (max-width: 959px) {
  .joverla-navbar .uk-navbar {
    min-height: 70px;
  }

  .joverla-navbar .uk-navbar-item,
  .joverla-navbar .uk-navbar-toggle {
    min-height: 70px;
  }

  .joverla-hero {
    padding: 72px 0 45px;
    text-align: center;
  }

  .joverla-display {
    margin-inline: auto;
    max-width: 720px;
  }

  .joverla-display::after {
    margin-inline: auto;
  }

  .joverla-hero__lead {
    margin-inline: auto;
  }

  .joverla-hero__actions,
  .joverla-hero__proof {
    justify-content: center;
  }

  .joverla-product-stage {
    margin: 25px auto 0;
  }

  .joverla-dashboard-visual {
    margin-bottom: 35px;
    transform: none;
  }

  .joverla-process-grid::before {
    display: none;
  }

  .joverla-final-cta__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 48px;
  }

  .joverla-final-cta__actions {
    align-items: flex-start;
  }
}

@media (max-width: 639px) {
  body.joverla-site {
    font-size: 15px;
  }

  .uk-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .joverla-logo__mark {
    height: 31px;
    width: 31px;
  }

  .joverla-hero {
    min-height: auto;
    padding-top: 52px;
  }

  .joverla-eyebrow {
    font-size: .62rem;
  }

  .joverla-display {
    font-size: clamp(2.65rem, 13.5vw, 3.65rem);
  }

  .joverla-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .joverla-hero__actions .uk-button {
    width: 100%;
  }

  .joverla-hero__proof {
    align-items: flex-start;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 240px;
  }

  .joverla-product-stage {
    height: 525px;
    margin-left: 50%;
    transform: translateX(-50%) scale(.82);
    transform-origin: top center;
    width: 470px;
  }

  .joverla-trust-list {
    gap: 17px 28px;
  }

  .uk-section-large {
    padding-bottom: 72px;
    padding-top: 72px;
  }

  .joverla-section-heading {
    margin-bottom: 42px;
  }

  .joverla-feature-card {
    padding: 27px;
  }

  .joverla-dashboard-visual {
    min-height: 310px;
  }

  .joverla-dashboard-visual__body {
    min-height: 273px;
  }

  .joverla-dashboard-visual__content {
    padding: 20px 14px;
  }

  .joverla-dashboard-visual__chart {
    height: 105px;
    padding: 17px 13px 12px;
  }

  .joverla-process-step {
    margin-bottom: 35px;
  }

  .joverla-final-cta__inner {
    border-radius: 24px;
    padding: 38px 28px;
  }

  .joverla-final-cta__actions,
  .joverla-final-cta__actions .uk-button {
    width: 100%;
  }

  .joverla-footer {
    padding-top: 58px;
  }

  .joverla-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    padding: 25px 0;
  }

  .joverla-error-card {
    padding: 40px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media print {
  .joverla-header,
  .joverla-topbar,
  .joverla-footer,
  .joverla-final-cta,
  .joverla-module-hero {
    display: none !important;
  }

  .joverla-inner .joverla-main {
    padding: 0;
  }
}
