/** Shopify CDN: Minification failed

Line 172:23 Expected "}" to go with "{"

**/
/* JHN Inner Page Template */

/* PAGE HERO BANNER */
.jhn-page-hero {
  background: #0a1a3a;
  width: 100%;
  padding: 80px 60px 60px;
}

.jhn-page-hero__inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.jhn-page-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 20px;
  padding: 5px 14px;
  margin-bottom: 20px;
}

.jhn-page-hero__eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4CAF50;
  flex-shrink: 0;
}

.jhn-page-hero__eyebrow span:last-child {
  font-size: 11px;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
}

.jhn-page-hero__h1 {
  font-size: 48px;
  font-weight: 800;
  color: white;
  line-height: 1.1;
  margin: 0 0 20px;
  letter-spacing: -0.5px;
}

.jhn-page-hero__accent {
  color: #6BB8FF;
}

.jhn-page-hero__sub {
  font-size: 18px;
  color: rgba(255,255,255,0.72);
  line-height: 1.65;
  margin: 0 auto;
  max-width: 620px;
}

/* PAGE CONTENT AREA */
.jhn-page-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 64px 40px;
}

/* SECTION BLOCKS */
.jhn-section {
  margin-bottom: 56px;
}

.jhn-section__eyebrow {
  font-size: 11px;
  font-weight: 700;
  color: #1E498C;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.jhn-section__title {
  font-size: 28px;
  font-weight: 800;
  color: #0a1a3a;
  margin: 0 0 16px;
  line-height: 1.2;
}

.jhn-section__body {
  font-size: 16px;
  color: #444;
  line-height: 1.75;
  margin: 0 0 16px;
}

/* STANDARD LIST */
.jhn-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.jhn-list__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

.jhn-list__check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1E498C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: white;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}

/* STANDARD CARDS */
.jhn-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin: 24px 0;
}

.jhn-card {
  background: white;
  border: 0.5px solid #e5e5e5;
  border-radius: 12px;
  padding: 28px 24px;
  border-top: 4px solid #1E498C;
}

.jhn-card__title {
  font-size: 16px;
  font-weight: 700;
  color: #0a1a3a;
  margin: 0 0 10px;
}

.jhn-card__body {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* DIVIDER */
.jhn-divider {
  border: none;
  border-top: 1px solid