:root {
  --jl-bg: #f4f1ea;
  --jl-paper: #ffffff;
  --jl-ink: #151812;
  --jl-muted: #66705f;
  --jl-line: rgba(21, 24, 18, .13);
  --jl-forest: #173f2b;
  --jl-grass: #35a853;
  --jl-lime: #d9f36a;
  --jl-sky: #2f80ed;
  --jl-amber: #f0b429;
  --jl-coral: #e85d4f;
  --jl-shadow: 0 22px 60px rgba(21, 24, 18, .14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--jl-bg);
}

body.jl-site {
  min-height: 100vh;
  margin: 0;
  color: var(--jl-ink);
  background: var(--jl-bg);
  font-size: 16px;
  line-height: 1.58;
}

a {
  color: #176f43;
  text-decoration-thickness: .08em;
  text-underline-offset: .22em;
}

a:hover {
  color: var(--jl-ink);
}

img {
  max-width: 100%;
  height: auto;
}

.jl-container,
.jl-header,
.jl-hero-inner {
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
}

.jl-header {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  color: #fff;
}

.jl-brand {
  display: inline-flex;
  align-items: center;
  gap: .72rem;
  color: #fff;
  text-decoration: none;
}

.jl-brand-mark {
  width: 44px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, .72);
  border-radius: 8px;
  color: var(--jl-lime);
  background: rgba(255, 255, 255, .08);
  font-weight: 950;
}

.jl-brand-copy {
  display: grid;
  line-height: 1.08;
}

.jl-brand-name {
  font-size: 1.08rem;
  font-weight: 900;
}

.jl-brand-subtitle {
  color: rgba(255, 255, 255, .68);
  font-size: .8rem;
}

.jl-nav,
.jl-nav ul,
.jl-nav .mod-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: .25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jl-nav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: .44rem .72rem;
  border-radius: 8px;
  color: rgba(255, 255, 255, .78);
  text-decoration: none;
  font-weight: 780;
}

.jl-nav a:hover,
.jl-nav .current > a,
.jl-nav .active > a {
  color: #102015;
  background: var(--jl-lime);
}

.jl-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(217, 243, 106, .13), transparent 42%),
    linear-gradient(140deg, #092017 0%, #143c2a 56%, #07110d 100%);
}

.jl-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 7px;
  background: linear-gradient(90deg, var(--jl-grass), var(--jl-lime), var(--jl-amber), var(--jl-coral), var(--jl-sky));
}

.jl-hero-inner {
  min-height: clamp(560px, 78vh, 700px);
  display: grid;
  grid-template-columns: minmax(0, .93fr) minmax(360px, 1.07fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  padding: 116px 0 64px;
  position: relative;
  z-index: 1;
}

.jl-kicker {
  margin: 0 0 .78rem;
  color: var(--jl-lime);
  font-size: .8rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.jl-hero h1 {
  max-width: 19ch;
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 3.85rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.jl-lead {
  max-width: 680px;
  margin: 1.1rem 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(1.02rem, 1.45vw, 1.24rem);
}

.jl-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.45rem;
}

.jl-button,
.btn,
button,
input[type="submit"] {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .62rem .98rem;
  border: 0;
  border-radius: 8px;
  color: #102015;
  background: var(--jl-lime);
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.jl-button:hover,
.btn:hover,
button:hover,
input[type="submit"]:hover {
  color: #102015;
  background: #fff;
}

.jl-button-secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .07);
}

.jl-button-secondary:hover {
  color: #102015;
  background: #fff;
}

.jl-hero-panel {
  min-width: 0;
  display: grid;
  gap: 1rem;
  padding: clamp(1rem, 2.4vw, 1.35rem);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 16px;
  background: rgba(255, 255, 255, .08);
  box-shadow: var(--jl-shadow);
  backdrop-filter: blur(16px);
}

.jl-score-head,
.jl-score-card,
.jl-flow li,
.jl-doc-stack div,
.jl-download-visual,
.jl-contact-visual,
.jl-hero-facts div {
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 12px;
  background: rgba(4, 16, 10, .58);
}

.jl-score-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .9rem 1rem;
}

.jl-score-head span,
.jl-score-card span,
.jl-hero-facts span,
.jl-doc-stack span,
.jl-flow span {
  color: var(--jl-lime);
  font-size: .75rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.jl-score-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(130px, .7fr);
  gap: .8rem;
}

.jl-score-main {
  grid-row: span 2;
}

.jl-score-card {
  min-height: 128px;
  display: grid;
  align-content: space-between;
  padding: .95rem;
}

.jl-score-card strong {
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 2.4rem);
  line-height: 1;
}

.jl-score-card small {
  color: rgba(255, 255, 255, .6);
  font-weight: 800;
}

.jl-score-card ul {
  display: grid;
  gap: .55rem;
  margin: .9rem 0 0;
  padding: 0;
  list-style: none;
}

.jl-score-card li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: .55rem;
  padding: .55rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, .09);
}

.jl-score-card em,
.jl-score-card i {
  font-style: normal;
  font-weight: 950;
}

.jl-score-card em {
  color: var(--jl-lime);
}

.jl-score-card i {
  color: var(--jl-amber);
}

.jl-flow,
.jl-doc-stack,
.jl-hero-facts {
  display: grid;
  gap: .75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jl-flow li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: .75rem;
  padding: .95rem;
}

.jl-flow strong,
.jl-doc-stack strong {
  color: #fff;
  font-size: 1.2rem;
}

.jl-flow em,
.jl-doc-stack em {
  grid-column: 2;
  color: rgba(255, 255, 255, .68);
  font-style: normal;
}

.jl-sport-matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .65rem;
}

.jl-sport-matrix span {
  min-height: 76px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #0f2418;
  background: var(--jl-lime);
  font-weight: 950;
}

.jl-sport-matrix span:nth-child(3n) {
  background: #fff;
}

.jl-sport-matrix span:nth-child(4n) {
  color: #fff;
  background: var(--jl-sky);
}

.jl-doc-stack div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: .4rem .8rem;
  padding: 1rem;
}

.jl-download-visual,
.jl-contact-visual {
  min-height: 280px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-content: center;
  gap: .75rem;
  padding: 1rem;
}

.jl-download-visual strong,
.jl-contact-visual strong {
  grid-column: 1 / -1;
  color: #fff;
  font-size: clamp(1.7rem, 4vw, 3.2rem);
  line-height: 1;
}

.jl-download-visual span,
.jl-contact-visual span {
  min-height: 82px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #102015;
  background: var(--jl-lime);
  font-weight: 950;
}

.jl-download-visual em {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, .68);
  font-style: normal;
  font-weight: 800;
}

.jl-hero-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jl-hero-facts div {
  min-height: 86px;
  display: grid;
  align-content: space-between;
  padding: .8rem;
}

.jl-hero-facts strong {
  color: #fff;
  line-height: 1.15;
}

.jl-featured,
.jl-main,
.jl-modules,
.jl-bottom {
  padding: clamp(2.6rem, 5vw, 4.6rem) 0;
}

.jl-featured {
  background: #fff;
}

.jl-featured .jl-container,
.jl-modules .jl-container,
.jl-bottom .jl-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}

.jl-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.3rem;
}

.jl-layout.has-sidebar {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
}

.jl-content,
.jl-sidebar,
.jl-component,
.moduletable {
  min-width: 0;
}

.jl-component,
.jl-sidebar .moduletable,
.jl-content .moduletable,
.jl-featured .moduletable,
.jl-modules .moduletable,
.jl-bottom .moduletable {
  border: 1px solid var(--jl-line);
  border-radius: 12px;
  background: var(--jl-paper);
  box-shadow: 0 15px 44px rgba(21, 24, 18, .07);
}

.jl-component {
  padding: clamp(1rem, 2.6vw, 1.8rem);
}

.moduletable {
  padding: 1.1rem;
}

.jl-component > :first-child,
.jl-component .com-content-article > :first-child {
  margin-top: 0;
}

.jl-component h1,
.jl-component h2,
.jl-component h3,
.moduletable h3 {
  color: var(--jl-ink);
  letter-spacing: 0;
}

.jl-component h2,
.jl-card h2,
.jl-panel h2 {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.12;
}

.jl-page {
  display: grid;
  gap: 1rem;
}

.jl-page > * {
  margin-block: 0;
}

.jl-grid,
.jl-number-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1rem;
}

.jl-split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, .92fr);
  gap: 1rem;
  align-items: stretch;
}

.jl-card,
.jl-panel,
.jl-number {
  min-width: 0;
  padding: 1.15rem;
  border: 1px solid var(--jl-line);
  border-radius: 12px;
  background: #fff;
}

.jl-card h2,
.jl-card h3,
.jl-panel h2,
.jl-panel h3 {
  margin-top: 0;
}

.jl-card p:last-child,
.jl-card ul:last-child,
.jl-card ol:last-child,
.jl-panel p:last-child,
.jl-panel ul:last-child,
.jl-panel ol:last-child {
  margin-bottom: 0;
}

.jl-card-accent {
  color: #fff;
  border: 0;
  background:
    linear-gradient(120deg, rgba(217, 243, 106, .18), transparent 42%),
    var(--jl-forest);
}

.jl-card-accent h2,
.jl-card-accent h3 {
  color: #fff;
}

.jl-card-accent p,
.jl-card-accent li {
  color: rgba(255, 255, 255, .78);
}

.jl-panel {
  border-color: rgba(53, 168, 83, .28);
  background: #edf8e6;
}

.jl-number strong {
  display: block;
  color: #176f43;
  font-size: clamp(1.8rem, 3.5vw, 2.7rem);
  line-height: 1;
}

.jl-number span {
  display: block;
  margin-top: .35rem;
  color: var(--jl-muted);
  font-weight: 800;
}

.jl-list,
.jl-roadmap,
.jl-status-list {
  display: grid;
  gap: .75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jl-list li {
  padding-left: .9rem;
  border-left: 4px solid var(--jl-amber);
}

.jl-list strong {
  color: var(--jl-ink);
}

.jl-roadmap li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .8rem;
  align-items: start;
  padding: .2rem 0;
}

.jl-roadmap strong {
  min-width: 5rem;
  padding: .25rem .5rem;
  border-radius: 8px;
  background: #e9f8cc;
  color: #176f43;
  text-align: center;
}

.jl-status-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .58rem 0;
  border-bottom: 1px solid var(--jl-line);
}

.jl-status-list li:last-child {
  border-bottom: 0;
}

.jl-download-box {
  display: grid;
  gap: .7rem;
}

.jl-download-box h2,
.jl-download-box p {
  margin: 0;
}

.mod-breadcrumbs__wrapper,
.breadcrumb {
  display: none;
}

input,
select,
textarea {
  max-width: 100%;
  min-height: 40px;
  padding: .5rem .65rem;
  border: 1px solid var(--jl-line);
  border-radius: 8px;
  background: #fff;
  color: var(--jl-ink);
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: .75rem;
  border-bottom: 1px solid var(--jl-line);
  text-align: left;
}

th {
  background: #eef7f1;
}

.pd-categories-view .card {
  border: 1px solid var(--jl-line);
  border-radius: 12px;
  box-shadow: none;
}

.jl-footer {
  padding: 1.8rem 0;
  color: rgba(255, 255, 255, .72);
  background: #07110d;
}

.jl-footer .jl-container,
.jl-footer-note {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

.jl-error {
  width: min(760px, calc(100% - 32px));
  min-height: 100vh;
  display: grid;
  align-content: center;
  margin: 0 auto;
  padding: 3rem 0;
}

.jl-error h1 {
  margin: 0;
  font-size: clamp(3rem, 10vw, 7rem);
}

.jl-component-only {
  padding: 2rem;
}

@media (max-width: 980px) {
  .jl-header {
    min-height: auto;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 1rem;
  }

  .jl-nav,
  .jl-nav ul,
  .jl-nav .mod-menu {
    justify-content: flex-start;
  }

  .jl-hero-inner,
  .jl-layout.has-sidebar,
  .jl-split {
    grid-template-columns: 1fr;
  }

  .jl-hero-inner {
    min-height: auto;
    padding-top: 168px;
  }
}

@media (max-width: 620px) {
  .jl-container,
  .jl-header,
  .jl-hero-inner {
    width: min(100% - 22px, 1180px);
  }

  .jl-hero-inner {
    padding-bottom: 3.2rem;
  }

  .jl-hero h1 {
    font-size: clamp(1.9rem, 11vw, 3.1rem);
  }

  .jl-score-grid,
  .jl-sport-matrix,
  .jl-hero-facts,
  .jl-download-visual,
  .jl-contact-visual {
    grid-template-columns: 1fr;
  }

  .jl-score-main {
    grid-row: auto;
  }

  .jl-score-card li {
    grid-template-columns: 1fr;
  }
}
