.elementor-1097 .elementor-element.elementor-element-cfd0c76{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-340c583 */:root {
  --red:        #E8212A;
  --red-deep:   #C41821;
  --navy-dark:  #0D1117;
  --white:      #FFFFFF;
  --gray-mid:   #6B6B6B;
  --gray-body:  #4A4A4A;
  --gray-light: #F2F2F2;
  --overlay:    rgba(13, 17, 23, 0.64);
  --line:       #E4E4E4;
  --paleblue:   #ECF0F5;
  --amber:      #B8860B;
  --amber-bg:   #FBF3E1;

  --font-display: 'Zilla Slab', Georgia, serif;
  --font-body: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --radius-sm: 4px;
  --radius-md: 6px;
  --max-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--gray-body);
  background: var(--white);
  line-height: 1.6;
  font-size: 16px;
}

a { color: var(--navy-dark); text-decoration-color: var(--red); }
a:hover { color: var(--red); }

img { max-width: 100%; display: block; }

.wrap {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

.full-bleed {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
}

.breadcrumb { font-size: 13.5px; color: var(--gray-mid); padding: 14px 0; }
.breadcrumb a { color: var(--gray-mid); text-decoration: none; }
.breadcrumb a:hover { color: var(--red); }
.breadcrumb .sep { margin: 0 6px; color: var(--line); }

/* HERO — background image is now set inline per-article in the HTML (style="background-image: ...")
   rather than hardcoded here, so this stylesheet stays identical across every article.
   Fallback navy shown if no inline background-image is set on a given page. */
.hero {
  position: relative;
  padding: 72px 0;
  background-color: var(--navy-dark);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13, 17, 23, 0.16), rgba(13, 17, 23, 0)); pointer-events: none; }
.hero .wrap { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr); gap: 56px; align-items: center; }
.hero-copy { min-width: 0; }
.eyebrow { display: inline-block; font-size: 12.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #FFFFFF; }
.hero h1 { font-family: var(--font-display); font-weight: 900; font-size: clamp(36px, 5vw, 58px); line-height: 1.06; margin: 16px 0 0; color: var(--white); max-width: 15ch; text-align: left; text-wrap: balance; }
.hero-image-wrap { display: flex; justify-content: flex-end; align-items: center; }
.hero-image { width: 100%; max-width: 460px; aspect-ratio: 4 / 3; object-fit: cover; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; box-shadow: 0 24px 52px rgba(0,0,0,.34); }
@media (max-width: 900px) { .hero { padding: 56px 0; } .hero-grid { grid-template-columns: 1fr; gap: 34px; } .hero h1 { max-width: 18ch; } .hero-image-wrap { justify-content: flex-start; } .hero-image { max-width: 560px; } }
@media (max-width: 640px) { .hero { padding: 46px 0; background-position: 58% center; } .hero-grid { gap: 28px; } .hero h1 { font-size: clamp(34px, 11vw, 46px); max-width: none; } .hero-image { max-width: 100%; border-radius: 8px; } }

.byline-bar { background: var(--white); border-bottom: 1px solid var(--line); }
.byline-strip { display: flex; align-items: center; gap: 14px; padding: 20px 0; }
.byline-avatar {
  width: 46px; height: 46px; border-radius: 50%; background: var(--navy-dark);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; color: var(--white); font-size: 18px; flex-shrink: 0;
}
.byline-text { font-size: 14px; color: var(--gray-body); }
.byline-text strong { color: #111111; }
.byline-meta { color: var(--gray-mid); font-size: 13px; margin-top: 2px; }
.byline-meta a { color: var(--gray-mid); text-decoration: underline; }
.byline-meta a:hover { color: var(--red); }

.direct-answer-section { padding: 32px 0 8px; }
.direct-answer {
  background: var(--white); border: 1px solid var(--line); border-left: 6px solid var(--red);
  border-radius: var(--radius-md); padding: 26px 28px; display: flex; gap: 22px; align-items: flex-start;
}
.direct-answer .stat { font-family: var(--font-display); font-weight: 900; font-size: 42px; color: var(--navy-dark); line-height: 1; white-space: nowrap; padding-top: 2px; }
.direct-answer .stat small { display: block; font-family: var(--font-body); font-weight: 700; font-size: 11.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--red); margin-top: 8px; }
.direct-answer p { margin: 0 0 10px; font-size: 17px; font-weight: 500; color: #1A1A1A; line-height: 1.55; }
.direct-answer p:last-child { margin-bottom: 0; }
.direct-answer p.nuance { font-size: 14.5px; font-weight: 400; color: var(--gray-mid); line-height: 1.55; }

@media (max-width: 640px) { .direct-answer { flex-direction: column; } .direct-answer .stat { font-size: 34px; } }

.key-facts { background: var(--gray-light); border: 1px solid var(--line); border-radius: var(--radius-md); padding: 20px 24px; margin: 16px 0 0; }
.key-facts h2 { font-size: 13px !important; font-weight: 700 !important; letter-spacing: 0.08em; text-transform: uppercase; color: var(--red) !important; margin: 0 0 12px !important; font-family: var(--font-body) !important; }
.key-facts ul { margin: 0; padding-left: 20px; columns: 2; column-gap: 32px; }
.key-facts li { font-size: 14px; color: var(--gray-body); margin-bottom: 8px; break-inside: avoid; }
.key-facts li strong { color: #111111; }
.key-facts .source-note { columns: initial; margin: 14px 0 0; padding-top: 14px; border-top: 1px solid var(--line); font-size: 12.5px; line-height: 1.6; color: var(--gray-mid); }
.key-facts .source-note a { color: var(--gray-mid); text-decoration: underline; }
.key-facts .source-note a:hover { color: var(--red); }

@media (max-width: 640px) { .key-facts ul { columns: 1; } }

.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 56px; padding: 8px 0 64px; align-items: start; }
@media (max-width: 960px) { .content-layout { grid-template-columns: 1fr; } }

article h2 { font-family: var(--font-display); font-weight: 700; font-size: 26px; color: #111111; margin: 48px 0 18px; line-height: 1.25; }
article > h2:first-child { margin-top: 0; }
article h3 { font-family: var(--font-display); font-weight: 700; font-size: 19px; color: #111111; margin: 0 0 6px; }
article p { margin: 0 0 16px; }
article ol, article ul { margin: 0 0 20px; padding-left: 22px; }
article li { margin-bottom: 10px; }
article strong { color: #111111; }

.lede { font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: 18px; color: var(--gray-mid); margin: 14px 0 20px; }
.direct-line { font-size: 17px; font-weight: 700; color: #111111; margin: 16px 0 16px; }

.article-image { margin: 8px 0 28px; }
.article-image img { width: 100%; border-radius: var(--radius-md); border: 1px solid var(--line); box-shadow: 0 10px 28px rgba(13,17,23,0.08); }
.article-image figcaption { margin-top: 10px; font-size: 13px; color: var(--gray-mid); text-align: center; }

.table-wrap { overflow-x: auto; margin: 8px 0 28px; border: 1px solid var(--line); border-radius: var(--radius-md); }
table.duration-table { width: 100%; border-collapse: collapse; font-size: 14.5px; min-width: 560px; }
.duration-table thead th { background: var(--navy-dark); color: #fff; text-align: left; font-weight: 700; font-size: 12.5px; letter-spacing: 0.05em; text-transform: uppercase; padding: 13px 16px; }
.duration-table tbody td { padding: 13px 16px; border-top: 1px solid var(--line); font-variant-numeric: tabular-nums; color: var(--gray-body); }
.duration-table tbody tr:nth-child(even) { background: var(--gray-light); }
.duration-table td:nth-child(2) { font-weight: 700; color: #111111; white-space: nowrap; }

.severity-table td:nth-child(2) { font-weight: 400; color: var(--gray-body); white-space: normal; }
.severity-table td:first-child { font-weight: 700; color: #111111; white-space: nowrap; }
.severity-table td:nth-child(3) { color: var(--gray-body); white-space: normal; }

@media (max-width: 700px) {
  .severity-table-wrap { border: none; overflow: visible; }
  .severity-table { min-width: 0; }
  .severity-table thead { display: none; }
  .severity-table, .severity-table tbody, .severity-table tr, .severity-table td { display: block; width: 100%; }
  .severity-table tr { border: 1px solid var(--line); border-radius: var(--radius-md); margin-bottom: 14px; padding: 4px 16px; background: var(--white) !important; }
  .severity-table td { border-top: none; padding: 10px 0; border-bottom: 1px solid var(--line); }
  .severity-table td:last-child { border-bottom: none; }
  .severity-table td::before { content: attr(data-label); display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--red); margin-bottom: 4px; }
  .severity-table td:first-child { white-space: normal; }
}

.callout { background: var(--gray-light); border-radius: var(--radius-md); padding: 20px 24px; margin: 4px 0 28px; font-size: 15px; color: var(--gray-body); }
.callout strong { color: #111111; }
.callout-label { font-size: 11.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--red); margin-bottom: 8px; display: block; }
.callout.callout-risk { background: var(--amber-bg); border: 1px solid #EAD9B0; }
.callout.callout-risk .callout-label { color: var(--amber); }

.pro-tip { background: var(--paleblue); border: 1px solid #DCE3EC; border-left: 4px solid var(--navy-dark); border-radius: var(--radius-md); padding: 20px 24px; margin: 4px 0 28px; font-size: 15px; color: #1A1F26; }
.pro-tip-label { display: block; font-size: 11.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--navy-dark); margin-bottom: 8px; }

.checklist { list-style: none; padding-left: 0; margin: 0 0 28px; }
.checklist li { position: relative; padding-left: 30px; margin-bottom: 14px; }
.checklist li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 20px; height: 20px; background: var(--red); color: #fff; border-radius: 50%; font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; }

.faq-list { display: flex; flex-direction: column; gap: 16px; margin-top: 20px; }
.faq-item { display: block; width: 100%; height: auto !important; min-height: 0; max-height: none !important; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); overflow: hidden; transition: border-color 0.15s ease, box-shadow 0.15s ease; }
.faq-item:hover, .faq-item[open] { border-color: #D8D8D8; box-shadow: 0 2px 10px rgba(13, 17, 23, 0.06); }
.faq-item summary { cursor: pointer; list-style: none; width: 100%; min-height: 0; padding: 20px 22px; margin: 0; font-weight: 700; color: #111111; font-size: 16px; line-height: 1.4; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item summary > span:first-child { flex: 1 1 auto; min-width: 0; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::marker { content: ""; }
.faq-item summary .faq-icon { flex: 0 0 26px; width: 26px; height: 26px; border-radius: 50%; background: var(--red); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; line-height: 1; transition: transform 0.2s ease; }
.faq-item[open] summary .faq-icon { transform: rotate(45deg); }
.faq-item[open], .faq-item[open] .faq-answer { height: auto !important; max-height: none !important; }
.faq-answer { display: block !important; position: static; width: 100%; min-height: 0; max-width: 100%; height: auto !important; max-height: none !important; box-sizing: border-box; white-space: normal; overflow: visible !important; overflow-wrap: anywhere; word-break: normal; padding: 16px 22px 24px; margin: 0; color: var(--gray-body); font-size: 15.5px; line-height: 1.75; border-top: 1px solid var(--line); }
.faq-answer > :first-child { margin-top: 0; }
.faq-answer > :last-child { margin-bottom: 0; }

@media (max-width: 640px) { .faq-item summary { padding: 18px; } .faq-answer { padding: 14px 18px 20px; } }

.sidebar { position: sticky; top: 24px; display: flex; flex-direction: column; gap: 20px; max-height: calc(100vh - 48px); overflow-y: auto; }
.side-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); padding: 24px; }
.side-card h4 { font-family: var(--font-display); font-weight: 700; font-size: 17px; color: #111111; margin: 0 0 14px; }
.trust-rows { display: flex; flex-direction: column; gap: 12px; margin-bottom: 0; }
.trust-row { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: var(--gray-body); }
.trust-row .badge-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red); flex-shrink: 0; }
.trust-row strong { color: #111111; }
.trust-row a { color: var(--gray-body); text-decoration: underline; }
.trust-row a:hover { color: var(--red); }

.side-cta { display: block; text-align: center; background: var(--red); color: var(--white); font-weight: 700; padding: 13px 18px; border-radius: var(--radius-sm); text-decoration: none; font-size: 15px; margin-bottom: 12px; transition: background 0.15s ease; }
.side-cta:hover { background: var(--red-deep); color: var(--white); }
.side-phone { display: block; text-align: center; background: var(--white); border: 1.5px solid var(--navy-dark); color: var(--navy-dark) !important; font-weight: 700; padding: 11px 18px; border-radius: var(--radius-sm); text-decoration: none; font-size: 15px; }
.side-phone:hover { background: var(--navy-dark); color: #fff !important; }

.side-links { list-style: none; padding: 0; margin: 0; }
.side-links li { border-top: 1px solid var(--line); }
.side-links li:first-child { border-top: none; }
.side-links a { display: flex; align-items: center; gap: 8px; padding: 12px 2px; font-size: 14px; font-weight: 500; color: #111111; text-decoration: none; }
.side-links a:hover { color: var(--red); }
.side-links .arrow { color: var(--red); }

@media (max-width: 960px) { .sidebar { position: static; max-height: none; overflow: visible; } }

.footer-cta { position: relative; background: var(--navy-dark); color: #fff; padding: 56px 0; text-align: center; overflow: hidden; }
.footer-cta::before { content: ""; position: absolute; inset: 0; background: rgba(107, 107, 107, 0.15); }
.footer-cta .wrap { position: relative; z-index: 1; }
.footer-cta h2 { font-family: var(--font-display); font-weight: 900; font-size: clamp(24px, 3.4vw, 34px); margin: 0 0 14px; color: #fff; }
.footer-cta p { color: #C7CBCE; max-width: 56ch; margin: 0 auto 26px; font-size: 15.5px; }
.footer-cta-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.btn-primary-lg { background: var(--red); color: var(--white); font-weight: 700; padding: 15px 30px; border-radius: var(--radius-sm); text-decoration: none; font-size: 15.5px; }
.btn-primary-lg:hover { background: var(--red-deep); }
.btn-ghost-lg { background: var(--white); border: 1.5px solid var(--white); color: var(--navy-dark); font-weight: 700; padding: 15px 30px; border-radius: var(--radius-sm); text-decoration: none; font-size: 15.5px; }
.btn-ghost-lg:hover { background: transparent; color: #fff; }

.site-footer { position: relative; width: 100vw !important; min-width: 100vw !important; max-width: 100vw !important; margin: 0 !important; padding: 20px 0; background: var(--navy-dark); box-shadow: 0 0 0 100vmax var(--navy-dark); clip-path: inset(0 -100vmax); color: #8A9199; font-size: 13.5px; border-top: 1px solid #1E252C; box-sizing: border-box; }
.site-footer .footer-inner { width: calc(100% - 48px) !important; max-width: var(--max-width) !important; margin-left: auto !important; margin-right: auto !important; padding: 0; display: flex; align-items: center; justify-content: space-between !important; flex-wrap: nowrap; gap: 24px; box-sizing: border-box; }
.site-footer .footer-inner > div:first-child { flex: 1 1 auto; min-width: 0; text-align: left; white-space: nowrap; }
.site-footer a { color: #8A9199; }
.site-footer a:hover { color: var(--red); }
.footer-links { display: flex; align-items: center; justify-content: flex-end; flex: 0 0 auto; gap: 10px; flex-wrap: nowrap; white-space: nowrap; }
.footer-links a { white-space: nowrap; }
.footer-link-sep { color: #3A424A; }

@media (max-width: 900px) {
  .site-footer .footer-inner { flex-direction: column; justify-content: center; gap: 12px; text-align: center; }
  .site-footer .footer-inner > div:first-child { text-align: center; white-space: normal; }
  .footer-links { justify-content: center; flex-wrap: wrap; white-space: normal; }
}/* End custom CSS */