.elementor-3952 .elementor-element.elementor-element-d47ed7a{--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-44a636f *//* ============================================
   PAGE BANNER
   ============================================ */
.page-banner {
  padding-top: 72px;
  position: relative;
  height: 380px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.page-banner-bg {
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(135deg, rgba(10,22,40,0.97) 0%, rgba(10,22,40,0.88) 50%, rgba(46,92,138,0.65) 100%);
}

.page-banner-grid {
  position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0.025;
  background-image:
    linear-gradient(rgba(255,255,255,1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,1) 1px, transparent 1px);
  background-size: 80px 80px;
}

.page-banner-content {
  position: relative; z-index: 2;
  padding: 0 60px 56px;
  width: 100%;
}

.breadcrumb {
  font-family: var(--font-display); font-size: 12px; font-weight: 500;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: rgba(255,255,255,0.35); margin-bottom: 20px;
}
.breadcrumb a { color: rgba(255,255,255,0.35); text-decoration: none; transition: color 0.3s; }
.breadcrumb a:hover { color: rgba(255,255,255,0.7); }
.breadcrumb .sep { margin: 0 10px; opacity: 0.4; }

.page-banner h1 {
  font-family: var(--font-display); font-size: 48px;
  font-weight: 700; color: var(--white); line-height: 1.08; letter-spacing: -0.3px;
  max-width: 700px;
}

.page-banner .banner-sub {
  font-size: 16px; color: rgba(255,255,255,0.5); max-width: 560px;
  margin-top: 16px; line-height: 1.65;
}

/* ============================================
   LAYOUT: CONTENT + SIDEBAR
   ============================================ */
.page-

.main-content { min-width: 0; }

/* ============================================
   SERVICES OVERVIEW GRID
   ============================================ */
.services-overview {
  margin-bottom: 80px;
}

.services-overview p.intro {
  font-size: 16px; color: var(--med-gray); line-height: 1.75;
  margin-bottom: 48px; max-width: 680px;
}

.overview-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px;
}

.overview-card {
  background: var(--off-white); padding: 36px 32px;
  position: relative; transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer; overflow: hidden; text-decoration: none; color: inherit;
  display: block;
}
.overview-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px;
  background: var(--slate); transform: scaleX(0); transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.overview-card:hover::after { transform: scaleX(1); }
.overview-card:hover { background: var(--white); box-shadow: 0 4px 20px rgba(10,22,40,0.06); }

.overview-card-icon {
  width: 42px; height: 42px; display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--light-gray); margin-bottom: 20px; transition: border-color 0.3s;
}
.overview-card:hover .overview-card-icon { border-color: var(--slate); }
.overview-card-icon svg { width: 20px; height: 20px; stroke: var(--navy); fill: none; stroke-width: 1.5; }

.overview-card h3 {
  font-family: var(--font-display); font-size: 17px; font-weight: 600;
  color: var(--navy); margin-bottom: 8px; letter-spacing: 0.2px;
}
.overview-card p {
  font-size: 13px; color: var(--med-gray); line-height: 1.65;
}

.overview-card.phase2-card {
  background: var(--navy);
}
.overview-card.phase2-card h3 { color: var(--white); }
.overview-card.phase2-card p { color: rgba(255,255,255,0.45); }
.overview-card.phase2-card .overview-card-icon { border-color: rgba(255,255,255,0.15); }
.overview-card.phase2-card .overview-card-icon svg { stroke: var(--slate-light); }
.overview-card.phase2-card::after { background: var(--slate-light); }
.overview-card.phase2-card:hover { background: #0D1C34; }

.phase2-tag {
  font-family: var(--font-display); font-size: 9px; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase; color: var(--slate-light);
  border: 1px solid rgba(58,122,191,0.25); padding: 3px 10px;
  display: inline-block; margin-bottom: 14px;
}

/* ============================================
   SERVICE DETAIL SECTIONS
   ============================================ */
.service-detail {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid var(--light-gray);
  scroll-margin-top: 100px;
}
.service-detail:last-of-type { border-bottom: none; }

.service-detail-header {
  display: flex; align-items: flex-start; gap: 20px;
  margin-bottom: 32px;
}

.service-detail-icon {
  width: 56px; height: 56px; display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--light-gray); flex-shrink: 0;
}
.service-detail-icon svg { width: 26px; height: 26px; stroke: var(--navy); fill: none; stroke-width: 1.5; }

.service-detail-header h2 {
  font-family: var(--font-display); font-size: 32px;
  font-weight: 700; color: var(--navy); line-height: 1.1;
}

.service-detail-header .service-num {
  font-family: var(--font-display); font-size: 11px; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase; color: var(--slate);
  display: block; margin-bottom: 4px;
}

/* Risk-aware opening */
.risk-opening {
  font-size: 16px; color: var(--charcoal); line-height: 1.8;
  margin-bottom: 40px; padding-left: 20px;
  border-left: 3px solid var(--slate);
}

/* Liability block */
.liability-block {
  background: var(--off-white); padding: 40px; margin-bottom: 40px;
}
.liability-block h3 {
  font-family: var(--font-display); font-size: 20px; font-weight: 700;
  color: var(--navy); margin-bottom: 16px;
}
.liability-block p {
  font-size: 15px; color: var(--med-gray); line-height: 1.75; margin-bottom: 12px;
}
.liability-block p:last-child { margin-bottom: 0; }

/* 5-step process */
.process-section { margin-bottom: 40px; }

.process-section > h3 {
  font-family: var(--font-display); font-size: 22px; font-weight: 700;
  color: var(--navy); margin-bottom: 32px;
}

.process-steps { counter-reset: step; }

.process-step {
  display: grid; grid-template-columns: 64px 1fr; gap: 24px;
  padding: 28px 0; border-bottom: 1px solid var(--light-gray);
  position: relative;
}
.process-step:last-child { border-bottom: none; }

.step-number {
  width: 52px; height: 52px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 22px; font-weight: 700;
  color: var(--slate); border: 1px solid var(--light-gray);
  flex-shrink: 0; position: relative;
}

.step-content h4 {
  font-family: var(--font-display); font-size: 17px; font-weight: 600;
  color: var(--navy); margin-bottom: 8px;
}
.step-content p {
  font-size: 14px; color: var(--med-gray); line-height: 1.7;
}

/* Connector line between steps */
.process-step:not(:last-child) .step-number::after {
  content: ''; position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  width: 1px; height: calc(100% + 8px);
  background: var(--light-gray);
  z-index: -1;
}

/* Documentation section */
.doc-section {
  background: var(--navy); padding: 44px; margin-bottom: 40px;
  position: relative; overflow: hidden;
}

.doc-section::before {
  content: ''; position: absolute; top: 0; right: 0; width: 40%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(46,92,138,0.08));
}

.doc-section h3 {
  font-family: var(--font-display); font-size: 20px; font-weight: 700;
  color: var(--white); margin-bottom: 20px; position: relative;
}

.doc-section .doc-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; position: relative;
}

.doc-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; color: rgba(255,255,255,0.6); padding: 8px 0;
}

.doc-item svg {
  width: 16px; height: 16px; stroke: var(--slate-light); fill: none; stroke-width: 2; flex-shrink: 0;
}

.doc-note {
  font-size: 13px; color: rgba(255,255,255,0.35); margin-top: 20px;
  padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.06);
  position: relative;
}

/* Who this is for */
.audience-block { margin-bottom: 40px; }
.audience-block h3 {
  font-family: var(--font-display); font-size: 20px; font-weight: 700;
  color: var(--navy); margin-bottom: 20px;
}

.audience-list { list-style: none; }
.audience-list li {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 12px 0; border-bottom: 1px solid var(--light-gray);
  font-size: 14px; color: var(--charcoal); line-height: 1.6;
}
.audience-list li:last-child { border-bottom: none; }
.audience-list li svg {
  width: 16px; height: 16px; stroke: var(--slate); fill: none; stroke-width: 2;
  flex-shrink: 0; margin-top: 3px;
}

/* Service CTA */
.service-cta {
  display: flex; align-items: center; gap: 16px; margin-top: 40px; flex-wrap: wrap;
}

.btn-service {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-size: 13px; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase;
  padding: 16px 36px; background: var(--navy); color: var(--white);
  border: none; cursor: pointer; text-decoration: none; transition: all 0.35s;
}
.btn-service:hover { background: var(--slate); transform: translateY(-1px); }
.btn-service svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; }

.btn-service-ghost {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-size: 13px; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase;
  padding: 16px 36px; background: transparent; color: var(--navy);
  border: 1px solid var(--navy); cursor: pointer; text-decoration: none; transition: all 0.35s;
}
.btn-service-ghost:hover { background: var(--navy); color: var(--white); }

/* ============================================
   PROCESS OVERVIEW BANNER (mid-page)
   ============================================ */
.process-banner {
  background: var(--off-white); padding: 80px 60px;
  margin: 0 0 80px;
  width: 100%;
}

.process-banner h2 {
  font-family: var(--font-display); font-size: 34px;
  font-weight: 700; color: var(--navy); margin-bottom: 16px;
}

.process-banner > p {
  font-size: 15px; color: var(--med-gray); line-height: 1.7; max-width: 600px; margin-bottom: 48px;
}

.process-overview-grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 0;
  position: relative;
}

.process-overview-grid::before {
  content: ''; position: absolute; top: 28px; left: 28px; right: 28px;
  height: 1px; background: var(--light-gray); z-index: 0;
}

.process-overview-step {
  text-align: center; position: relative; z-index: 1;
}

.process-overview-num {
  width: 56px; height: 56px; margin: 0 auto 16px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 20px; font-weight: 700;
  color: var(--white); background: var(--navy);
}

.process-overview-step h4 {
  font-family: var(--font-display); font-size: 13px; font-weight: 600;
  letter-spacing: 0.5px; color: var(--navy); margin-bottom: 6px;
}

.process-overview-step p {
  font-size: 12px; color: var(--med-gray); line-height: 1.5;
  max-width: 150px; margin: 0 auto;
}

/* ============================================
   FINAL CTA
   ============================================ */
.final-cta {
  background: var(--navy); padding: 80px 60px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; position: relative; overflow: hidden;
}
.final-cta::before {
  content: ''; position: absolute; top: 0; right: 0; width: 40%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(46,92,138,0.08));
}
.final-cta-text { max-width: 560px; position: relative; z-index: 1; }
.final-cta h2 {
  font-family: var(--font-display); font-size: 34px;
  font-weight: 700; color: var(--white); line-height: 1.15; margin-bottom: 12px;
}
.final-cta p { font-size: 15px; color: rgba(255,255,255,0.5); line-height: 1.65; }
.btn-white {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-size: 13px; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase;
  padding: 18px 40px; background: var(--white); color: var(--navy);
  border: none; cursor: pointer; text-decoration: none; transition: all 0.35s;
  position: relative; z-index: 1; flex-shrink: 0;
}
.btn-white:hover { background: var(--slate-light); color: var(--white); }
.btn-white svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; }/* End custom CSS */