.elementor-87504 .elementor-element.elementor-element-0794c42{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-1540ba5 */@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;800&family=Poppins:wght@400;500;600&display=swap');

:root {
  --navy: #1A2B56;
  --sky: #70B6ED;
  --white: #FFFFFF;
  --light-bg: #F4F7FB;
  --text: #2D2D2D;
  --text-light: #5A6A7E;
  --border: #D8E4F0;
}

body {
  font-family: 'Poppins', sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.8;
}

/* HERO */
.blog-hero {
  background: var(--navy);
  padding: 80px 24px 72px;
  text-align: center;
}

.blog-hero .eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--sky);
  margin-bottom: 20px;
}

.blog-hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.1;
  max-width: 820px;
  margin: 0 auto 24px;
}

.blog-hero .meta {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.5px;
}

/* TOC */
.toc-wrap {
  max-width: 820px;
  margin: 0 auto;
  padding: 48px 24px 0;
}

.toc {
  background: var(--light-bg);
  border-left: 4px solid var(--navy);
  padding: 28px 32px;
  border-radius: 0 8px 8px 0;
}

.toc h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.toc ol {
  padding-left: 20px;
}

.toc ol li {
  margin-bottom: 8px;
}

.toc ol li a {
  font-size: 15px;
  color: var(--navy);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.15s;
}

.toc ol li a:hover { color: var(--sky); }

/* MAIN CONTENT */
.blog-body {
  max-width: 820px;
  margin: 0 auto;
  padding: 56px 24px 80px;
}

.blog-intro {
  font-size: 18px;
  line-height: 1.85;
  color: var(--text);
  margin-bottom: 56px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--border);
}

/* SECTIONS */
.blog-section {
  margin-bottom: 64px;
  padding-bottom: 64px;
  border-bottom: 1px solid var(--border);
}

.blog-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-number {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.section-number .num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: var(--navy);
  color: var(--white);
  padding: 4px 10px;
  border-radius: 3px;
}

.section-number .label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-light);
}

.blog-section h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.15;
  margin-bottom: 20px;
}

.blog-section h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--navy);
  margin: 32px 0 10px;
}

.blog-section p {
  margin-bottom: 20px;
  font-size: 16px;
}

/* PULL QUOTE */
.pull-quote {
  border-top: 3px solid var(--navy);
  border-bottom: 3px solid var(--navy);
  padding: 28px 32px;
  margin: 40px 0;
  text-align: center;
}

.pull-quote p {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.2rem, 2.5vw, 1.55rem);
  font-weight: 700;
  font-style: italic;
  color: var(--navy);
  line-height: 1.4;
  margin: 0;
}

/* CHANNEL CTA CALLOUT */
.channel-cta {
  background: #EAF4FC;
  border-left: 4px solid var(--sky);
  padding: 20px 24px;
  border-radius: 0 8px 8px 0;
  margin: 32px 0;
}

.channel-cta p {
  margin: 0;
  font-size: 15px;
  color: var(--text);
}

.channel-cta a {
  color: var(--navy);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* KEY POINTS */
.key-points {
  background: var(--navy);
  padding: 48px 24px;
  margin: 48px 0;
}

.key-points-inner {
  max-width: 720px;
  margin: 0 auto;
}

.key-points h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 24px;
}

.key-points-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.key-points-list li {
  padding: 10px 0 10px 28px;
  position: relative;
  color: rgba(255,255,255,0.9);
  font-size: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.key-points-list li:last-child { border-bottom: none; }

.key-points-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 10px;
  height: 10px;
  background: var(--sky);
  border-radius: 50%;
}

/* FAQ */
.faq-wrap {
  margin-top: 64px;
}

.faq-wrap > h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 32px;
}

.faq-item {
  border-bottom: 1px solid var(--border);
  padding: 24px 0;
}

.faq-item:last-child { border-bottom: none; }

.faq-item h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 10px;
}

.faq-item p {
  font-size: 15px;
  color: var(--text);
  margin: 0;
}

/* CTA */
.blog-cta {
  background: var(--light-bg);
  padding: 64px 24px;
  text-align: center;
  margin-top: 72px;
}

.blog-cta-inner {
  max-width: 640px;
  margin: 0 auto;
}

.blog-cta h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 16px;
}

.blog-cta p {
  font-size: 16px;
  color: var(--text-light);
  margin-bottom: 28px;
}

.blog-cta-btn {
  display: inline-block;
  background: var(--navy);
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 4px;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: background 0.2s;
}

.blog-cta-btn:hover { background: #243d7a; }/* End custom CSS */