/** Shopify CDN: Minification failed

Line 142:10 Unexpected "{"
Line 142:19 Expected ":"
Line 143:14 Expected identifier but found whitespace
Line 143:16 Unexpected "{"
Line 143:25 Expected ":"
Line 143:51 Expected ":"
Line 144:17 Expected identifier but found whitespace
Line 144:19 Unexpected "{"
Line 144:28 Expected ":"
Line 144:57 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-liquid (INDEX:12) */
.jb-why {
  background-color: #0F3460;
  background-image:
    radial-gradient(ellipse at 20% 50%, rgba(24, 80, 140, 0.6) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(10, 40, 80, 0.8) 0%, transparent 50%);
  padding: 80px 24px;
  font-family: 'Barlow', sans-serif;
}

.jb-why__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.jb-why__heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  margin: 0 0 56px;
  letter-spacing: -0.01em;
  line-height: 1.15;
}

/* ── Grid ── */
.jb-why__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

/* ── Card ── */
.jb-why__card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 12px;
  padding: 32px 24px 28px;
  text-align: center;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.jb-why__card:hover {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(245, 194, 66, 0.35);
  transform: translateY(-3px);
}

/* ── Stat number / word ── */
.jb-why__stat {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 700;
  color: #F5C842;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

/* ── Stat label ── */
.jb-why__stat-label {
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(245, 200, 100, 0.70);
  margin-bottom: 18px;
}

/* ── Divider ── */
.jb-why__divider {
  width: 32px;
  height: 1px;
  background: rgba(245, 194, 66, 0.40);
  margin: 0 auto 18px;
}

/* ── Body copy ── */
.jb-why__body {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(190, 215, 240, 0.85);
  margin: 0;
}

/* ── Responsive: tablet → 2×2 ── */
@media (max-width: 900px) {
  .jb-why__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .jb-why {
    padding: 64px 20px;
  }
}

/* ── Responsive: mobile → 2×2 tighter ── */
@media (max-width: 540px) {
  .jb-why {
    padding: 52px 16px;
  }
  .jb-why__heading {
    margin-bottom: 36px;
  }
  .jb-why__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .jb-why__card {
    padding: 24px 14px 20px;
  }
  .jb-why__stat {
    font-size: 36px;
  }
  .jb-why__body {
    font-size: 13px;
  }
}
/* END_SECTION:custom-liquid */

/* START_SECTION:custom-liquid2 (INDEX:13) */
.section-{{ section.id }}-padding {
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
}
/* END_SECTION:custom-liquid2 */

/* START_SECTION:multicolumn (INDEX:42) */
.jb-why {
  background-color: #0F3460;
  background-image:
    radial-gradient(ellipse at 20% 50%, rgba(24, 80, 140, 0.6) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(10, 40, 80, 0.8) 0%, transparent 50%);
  padding: 80px 24px;
  font-family: 'Barlow', sans-serif;
}

.jb-why__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.jb-why__heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  margin: 0 0 56px;
  letter-spacing: -0.01em;
  line-height: 1.15;
}

/* ── Grid ── */
.jb-why__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

/* ── Card ── */
.jb-why__card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 12px;
  padding: 32px 24px 28px;
  text-align: center;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.jb-why__card:hover {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(245, 194, 66, 0.35);
  transform: translateY(-3px);
}

/* ── Stat number / word ── */
.jb-why__stat {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 700;
  color: #F5C842;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

/* ── Stat label ── */
.jb-why__stat-label {
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(245, 200, 100, 0.70);
  margin-bottom: 18px;
}

/* ── Divider ── */
.jb-why__divider {
  width: 32px;
  height: 1px;
  background: rgba(245, 194, 66, 0.40);
  margin: 0 auto 18px;
}

/* ── Body copy ── */
.jb-why__body {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(190, 215, 240, 0.85);
  margin: 0;
}

/* ── Responsive: tablet → 2×2 ── */
@media (max-width: 900px) {
  .jb-why__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .jb-why {
    padding: 64px 20px;
  }
}

/* ── Responsive: mobile → 2×2 tighter ── */
@media (max-width: 540px) {
  .jb-why {
    padding: 52px 16px;
  }
  .jb-why__heading {
    margin-bottom: 36px;
  }
  .jb-why__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .jb-why__card {
    padding: 24px 14px 20px;
  }
  .jb-why__stat {
    font-size: 36px;
  }
  .jb-why__body {
    font-size: 13px;
  }
}
/* END_SECTION:multicolumn */