.elementor-900 .elementor-element.elementor-element-40f6df4{width:var( --container-widget-width, 91.457% );max-width:91.457%;--container-widget-width:91.457%;--container-widget-flex-grow:0;}.elementor-900 .elementor-element.elementor-element-40f6df4.elementor-element{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-40f6df4 *//* ============================================================
   OCI RESTORATION — INSURANCE & CLAIMS SILO
   COMPLETE STYLESHEET — replaces all previous CSS.
   Delete everything in Custom CSS before pasting this.

   Requires container set to: Content Width = Full Width,
   no background, no min-height.
   ============================================================ */

:root {
  --oci-blue:  #1A3A6B;
  --oci-red:   #C8102E;
  --oci-paper: #FBFAF8;
  --oci-ink:   #0A0A0A;
  --oci-muted: #4A4A4A;
  --oci-rule:  #D8D5D0;
  --oci-max:   1500px;
  --oci-gutter: 24px;
}

/* Every element sizes predictably. Non-negotiable, set once. */
.elementor-widget-html *,
.elementor-widget-html *::before,
.elementor-widget-html *::after {
  box-sizing: border-box;
}

/* ------------------------------------------------------------
   LAYOUT — the only width rules in this stylesheet.
   Boxed blocks get the gutter directly.
   Full-bleed bands get zero padding; .oci-inner carries it.
   ------------------------------------------------------------ */

.elementor-widget-html nav,
.elementor-widget-html section {
  width: 100%;
  max-width: var(--oci-max);
  margin-inline: auto;
  padding-inline: var(--oci-gutter);
}

.elementor-widget-html .oci-hero,
.elementor-widget-html .oci-cta-block {
  max-width: none;
  padding-inline: 0;
}

.oci-inner {
  width: 100%;
  max-width: var(--oci-max);
  margin-inline: auto;
  padding-inline: var(--oci-gutter);
}

/* ------------------------------------------------------------
   TYPE
   ------------------------------------------------------------ */

.elementor-widget-html nav,
.elementor-widget-html section {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--oci-ink);
}

.elementor-widget-html h1,
.elementor-widget-html h2,
.elementor-widget-html h3 {
  font-family: 'Fraunces', Georgia, serif;
  color: var(--oci-blue);
  line-height: 1.2;
}

.elementor-widget-html h1 {
  font-size: clamp(2rem, 4vw, 2.9rem);
  margin: 0 0 0.5em;
  max-width: 32ch;
}

.elementor-widget-html h2 {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  margin: 2.25em 0 0.6em;
}

.elementor-widget-html h3 {
  font-size: 1.2rem;
  margin: 1.75em 0 0.5em;
}

.elementor-widget-html p {
  font-size: 1.0625rem;
  line-height: 1.7;
  margin: 0 0 1.15em;
  max-width: 78ch;
  overflow-wrap: break-word;
}

.elementor-widget-html ul {
  margin: 0 0 1.4em;
  padding-left: 1.3em;
  max-width: 78ch;
}

.elementor-widget-html ul li {
  margin-bottom: 0.6em;
  line-height: 1.65;
  overflow-wrap: break-word;
}

/* ------------------------------------------------------------
   BREADCRUMB
   ------------------------------------------------------------ */

.oci-breadcrumb {
  margin: 0 auto 1.75rem;
  font-size: 0.875rem;
}

.oci-breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.oci-breadcrumb li {
  display: flex;
  align-items: center;
  color: var(--oci-muted);
  margin: 0;
}

.oci-breadcrumb li + li::before {
  content: "›";
  margin-right: 0.5rem;
  color: var(--oci-rule);
}

.oci-breadcrumb a {
  color: var(--oci-blue);
  text-decoration: none;
}

.oci-breadcrumb a:hover { text-decoration: underline; }

/* ------------------------------------------------------------
   HERO — dark band, full bleed
   ------------------------------------------------------------ */

.oci-hero {
  background: var(--oci-blue);
  padding-top: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 3px solid var(--oci-red);
  margin-bottom: 2.5rem;
}

.oci-hero h1 { color: #FFFFFF; }

.oci-deck {
  font-size: 1.2rem;
  line-height: 1.55;
  color: #E6E4E0;
  max-width: 62ch;
  margin-bottom: 1.75em;
}

.oci-cta-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 0;
  max-width: none;
}

.oci-trust {
  font-size: 0.9rem;
  font-weight: 600;
  color: #FFFFFF;
}

/* ------------------------------------------------------------
   BUTTONS
   ------------------------------------------------------------ */

.oci-btn {
  display: inline-block;
  padding: 0.85rem 1.6rem;
  border-radius: 4px;
  font-weight: 700;
  font-size: 1.05rem;
  text-decoration: none;
}

.oci-btn-primary {
  background: var(--oci-red);
  color: #FFFFFF;
}

.oci-btn-primary:hover,
.oci-btn-primary:focus { background: #A50D26; color: #FFFFFF; }

.oci-btn:focus-visible {
  outline: 3px solid #FFFFFF;
  outline-offset: 2px;
}

/* ------------------------------------------------------------
   ANSWER BLOCK
   ------------------------------------------------------------ */

.oci-answer {
  background: var(--oci-paper);
  border-left: 4px solid var(--oci-blue);
  padding: 1.75rem var(--oci-gutter) 0.75rem;
  margin-bottom: 2.5rem;
}

.oci-answer p:first-child strong {
  font-size: 1.15rem;
  line-height: 1.6;
  color: var(--oci-blue);
}

/* ------------------------------------------------------------
   TABLE
   ------------------------------------------------------------ */

.oci-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0 2rem;
  font-size: 0.95rem;
  table-layout: fixed;
}

.oci-table caption {
  text-align: left;
  font-weight: 600;
  color: var(--oci-muted);
  padding-bottom: 0.75rem;
  font-size: 0.9rem;
}

.oci-table th {
  background: var(--oci-blue);
  color: #FFFFFF;
  text-align: left;
  padding: 0.8rem 1rem;
  font-weight: 600;
}

.oci-table td {
  padding: 0.8rem 1rem;
  border-bottom: 1px solid var(--oci-rule);
  vertical-align: top;
  overflow-wrap: break-word;
}

.oci-table th:nth-child(1), .oci-table td:nth-child(1) { width: 20%; }
.oci-table th:nth-child(2), .oci-table td:nth-child(2) { width: 22%; }

.oci-table tbody tr:nth-child(even) { background: var(--oci-paper); }

/* ------------------------------------------------------------
   CLUSTER LINKS
   ------------------------------------------------------------ */

.oci-cluster-links {
  list-style: none;
  padding-left: 0;
}

.oci-cluster-links li {
  padding: 1rem 0;
  border-bottom: 1px solid var(--oci-rule);
  line-height: 1.6;
}

.oci-cluster-links a {
  color: var(--oci-blue);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid var(--oci-red);
}

.oci-cluster-links a:hover { color: var(--oci-red); }

/* ------------------------------------------------------------
   FAQ
   ------------------------------------------------------------ */

.oci-faq h3 {
  color: var(--oci-ink);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  margin-top: 1.9em;
}

.oci-faq h3 + p { margin-bottom: 1.5em; }

/* ------------------------------------------------------------
   CTA BLOCK — full bleed
   ------------------------------------------------------------ */

.oci-cta-block {
  background: var(--oci-blue);
  color: #FFFFFF;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin: 3rem 0 2rem;
}

.oci-cta-block h2,
.oci-cta-block p,
.oci-cta-block strong { color: #FFFFFF; }

.oci-cta-block h2 { margin-top: 0; }

.oci-disclaimer {
  background: rgba(255, 255, 255, 0.1);
  border-left: 3px solid var(--oci-red);
  padding: 1.25rem 1.5rem;
  margin-top: 2rem;
  max-width: 78ch;
}

.oci-disclaimer p {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 0;
  color: #F0EFEC;
}

/* ------------------------------------------------------------
   RELATED
   ------------------------------------------------------------ */

.oci-related ul { list-style: none; padding-left: 0; }
.oci-related li { padding: 0.6rem 0; }
.oci-related a { color: var(--oci-blue); font-weight: 600; }

/* ------------------------------------------------------------
   MOBILE
   ------------------------------------------------------------ */

@media (max-width: 768px) {
  :root { --oci-gutter: 18px; }

  .oci-table {
    display: block;
    overflow-x: auto;
    table-layout: auto;
  }

  .oci-cta-top { gap: 0.9rem; }
}/* End custom CSS */