/* ===============================================
   JAS Software - Custom homepage design
   =============================================== */

:root {
  --jas-bg: #060b0e;
  --jas-bg-alt: #0a1216;
  --jas-card: #0d1619;
  --jas-card-2: #0b1518;
  --jas-border: rgba(94, 220, 212, 0.16);
  --jas-border-strong: rgba(94, 220, 212, 0.35);
  --jas-muted: #8ba3a6;
  --jas-teal: #5EDCD4;
  --jas-teal-soft: rgba(94, 220, 212, 0.1);
}

main.jas-home {
  background-color: var(--jas-bg);
  color: #e7f1f0;
  overflow: hidden;
}

.jas-home a {
  text-decoration: none;
}

.jas-home h1,
.jas-home h2,
.jas-home h3,
.jas-home h4,
.jas-home h5,
.jas-home h6 {
  color: #f4fbfa;
}

.jas-accent {
  color: var(--jas-teal);
}

.jas-section {
  padding: 90px 0;
  position: relative;
}

.jas-section-alt {
  background-color: var(--jas-bg-alt);
}

.jas-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 6px 20px;
  border: 1px solid var(--jas-border-strong);
  border-radius: 30px;
  color: var(--jas-teal);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: var(--jas-teal-soft);
}

.jas-section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}

.jas-lede {
  color: var(--jas-muted);
  font-size: 17px;
  line-height: 1.7;
}

.jas-caption {
  text-align: center;
  font-size: 19px;
  color: #dfeceb;
  line-height: 1.6;
  max-width: 780px;
  margin: 0 auto;
}

/* ---------- Buttons ---------- */
.jas-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 30px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.25s ease;
  border: 1px solid transparent;
}

.jas-btn-solid {
  background: var(--jas-teal);
  color: #062521;
}

.jas-btn-solid:hover {
  background: #7ee6df;
  color: #062521;
}

.jas-btn-outline {
  border-color: rgba(231, 241, 240, 0.35);
  color: #e7f1f0;
  background: transparent;
}

.jas-btn-outline:hover {
  border-color: #e7f1f0;
  color: #fff;
}

/* ---------- Hero ---------- */
.jas-hero {
  padding: 170px 0 100px;
  position: relative;
  background-image:
    linear-gradient(rgba(6, 11, 14, 0.6), rgba(6, 11, 14, 0.93)),
    url("/img/hero-banner.png");
  background-repeat: no-repeat;
  background-position: right -60px top 55%;
  background-size: 1100px auto;
}

.jas-hero h1 {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.25;
}

.jas-hero-highlight {
  margin-top: 28px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.6;
  color: var(--jas-teal);
}

.jas-hero-art {
  position: relative;
  min-height: 380px;
  display: none;
  align-items: center;
  justify-content: center;
}

.jas-hero-icon {
  position: relative;
  width: 100%;
  max-width: 420px;
}

/* ---------- Model comparison (flow diagrams) ---------- */
.jas-model-box {
  background: var(--jas-card);
  border: 1px solid var(--jas-border);
  border-radius: 16px;
  padding: 34px 24px 26px;
  height: 100%;
}

.jas-model-pill {
  display: block;
  width: fit-content;
  margin: 0 auto 30px;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.jas-model-pill-outline {
  border: 1px solid rgba(231, 241, 240, 0.35);
  color: #cfe0de;
}

.jas-model-pill-solid {
  background: var(--jas-teal);
  color: #062521;
}

.jas-flow {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
}

.jas-flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70px;
  text-align: center;
}

.jas-flow-step .jas-icon-circle {
  width: 52px;
  height: 52px;
  margin-bottom: 10px;
  font-size: 20px;
}

.jas-flow-step span {
  font-size: 11px;
  color: var(--jas-muted);
  line-height: 1.3;
}

.jas-flow-arrow {
  color: rgba(231, 241, 240, 0.25);
  font-size: 14px;
  margin-top: 20px;
  flex: 0 0 auto;
}

.jas-model-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--jas-teal);
}
.col-lg-2.d-none.d-lg-flex:has(.jas-model-connector){
justify-content: space-evenly;
}
.jas-icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--jas-border-strong);
  background: var(--jas-teal-soft);
  color: var(--jas-teal);
  flex-shrink: 0;
}

.jas-icon {
  width: 1.35em;
  height: 1.35em;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.jas-icon-inline {
  width: 13px;
  height: 13px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

/* ---------- AI vs JAS combo ---------- */
.jas-combo-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.jas-combo-card {
  flex: 1;
  background: var(--jas-card);
  border: 1px solid var(--jas-border);
  border-radius: 16px;
  padding: 34px;
}

.jas-combo-card h4 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0;
}

.jas-combo-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.jas-combo-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jas-combo-card ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  color: #d9e8e6;
  font-size: 15px;
}

.jas-combo-card ul li i {
  color: var(--jas-teal);
  font-size: 13px;
}

.jas-combo-center {
  flex: 0 0 auto;
  display: none;
  align-items: center;
  justify-content: center;
  width: 150px;
}

.jas-combo-center img {
  width: 100%;
}

@media (min-width: 992px) {
  .jas-combo-center {
    display: flex;
  }
}

/* ---------- Process steps ---------- */
.jas-step-card {
  background: var(--jas-card);
  border: 1px solid var(--jas-border);
  border-radius: 16px;
  padding: 26px 20px;
  height: 100%;
}

.jas-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--jas-teal);
  color: #062521;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 16px;
}

.jas-step-card .jas-icon-circle {
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  font-size: 17px;
}

.jas-step-card h5 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
}

.jas-step-card p {
  font-size: 13px;
  color: var(--jas-muted);
  margin: 0;
}

/* ---------- Economic model ---------- */
.jas-econ-item {
  display: flex;
  gap: 16px;
  margin-bottom: 34px;
}

.jas-econ-item .jas-icon-circle {
  width: 50px;
  height: 50px;
  font-size: 19px;
}

.jas-econ-item h5 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
}

.jas-econ-item p {
  font-size: 13.5px;
  color: var(--jas-muted);
  margin: 0;
  line-height: 1.6;
}

.jas-callout-box {
  border: 1px solid var(--jas-border);
  border-radius: 16px;
  padding: 26px 20px;
  text-align: center;
  background: var(--jas-card-2);
}

/* ---------- Solutions ---------- */
.jas-solution-card {
  background: var(--jas-card);
  border: 1px solid var(--jas-border);
  border-radius: 16px;
  padding: 30px 26px;
  height: 100%;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.jas-solution-card:hover {
  border-color: var(--jas-border-strong);
  transform: translateY(-3px);
}

.jas-solution-card .jas-icon-circle {
  width: 50px;
  height: 50px;
  font-size: 19px;
  margin-bottom: 18px;
}

.jas-solution-card h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}

.jas-solution-card p {
  font-size: 13.5px;
  color: var(--jas-muted);
  margin: 0;
}

/* ---------- Partners + CTA ---------- */
.jas-partner-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 34px;
  margin-top: 26px;
}

.jas-partner-logos span {
  font-weight: 700;
  font-size: 18px;
  color: rgba(231, 241, 240, 0.55);
  letter-spacing: 0.3px;
}

.jas-cta-panel {
  background: var(--jas-card);
  border: 1px solid var(--jas-border);
  border-radius: 20px;
  padding: 40px;
}

.jas-cta-panel h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}

/* ---------- Footer ---------- */
.jas-footer {
  background: var(--jas-bg);
  border-top: 1px solid var(--jas-border);
  padding: 60px 0 24px;
  color: var(--jas-muted);
}

.jas-footer h6 {
  color: #e7f1f0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

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

.jas-footer ul li {
  margin-bottom: 10px;
}

.jas-footer ul li a {
  color: var(--jas-muted);
  font-size: 14px;
  transition: color 0.2s ease;
}

.jas-footer ul li a:hover {
  color: var(--jas-teal);
}

.jas-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--jas-border);
  color: var(--jas-muted);
  margin-right: 8px;
}

.jas-footer-social a:hover {
  color: var(--jas-teal);
  border-color: var(--jas-border-strong);
}

.jas-footer-bottom {
  border-top: 1px solid var(--jas-border);
  margin-top: 40px;
  padding-top: 22px;
  font-size: 12.5px;
}

/* ---------- Nav ---------- */
.navbar.jas-navbar {
  background: rgba(6, 11, 14, 0.85);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--jas-border);
}

.jas-navbar .nav-link {
  color: #cfe0de !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.jas-navbar .nav-link:hover,
.jas-navbar .nav-link.active {
  color: var(--jas-teal) !important;
}

.jas-navbar .jas-btn {
  padding: 9px 22px;
  border-radius: 8px;
}

.jas-navbar .jas-btn-outline {
  border-color: var(--jas-border-strong);
  color: var(--jas-teal);
}

.jas-navbar .jas-btn-outline:hover {
  background: var(--jas-teal-soft);
  border-color: var(--jas-teal);
}

/* ---------- Testimonials / legacy sections on dark bg ---------- */
main.jas-home .testimonial-bg {
  background: var(--jas-card) !important;
  border: 1px solid var(--jas-border);
}

@media (max-width: 991px) {
  .jas-hero h1 {
    font-size: 32px;
  }
  .jas-hero {
    padding: 140px 0 60px;
    text-align: center;
  }
  .jas-combo-wrap {
    flex-direction: column;
  }
  .jas-flow-arrow {
    display: none;
  }
  .jas-model-connector {
    transform: rotate(90deg);
    margin: 10px 0;
  }
}

/* prettier-ignore */
