/* Transitional layout for long-form service guides migrated to the current site system. */
.service-bridge {
  background: var(--paper, #f7f4ee);
  color: #132235;
}
.service-bridge .page-container {
  width: min(100% - 40px, 1120px);
  margin: 0 auto;
  padding: 42px 0 72px;
}
.service-bridge .breadcrumb { margin: 0 0 28px; color: #536276; font-size: .9rem; }
.service-bridge .breadcrumb a { color: #536276; text-decoration: none; }
.service-bridge .page-hero {
  padding: clamp(36px, 6vw, 76px);
  margin-bottom: 24px;
  background: #0d1b2a;
  color: #fff;
  border-radius: 4px;
  border-bottom: 4px solid #bf943d;
}
.service-bridge .page-eyebrow, .service-bridge .section-index {
  color: #bf943d;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.service-bridge .page-hero h1 { max-width: 850px; margin: 12px 0 18px; color: #fff; font-family: Cormorant Garamond, Georgia, serif; font-size: clamp(2.45rem, 5vw, 4.6rem); line-height: .98; font-weight: 500; }
.service-bridge .page-lead { max-width: 760px; color: #e0e6ec; font-size: 1.08rem; line-height: 1.75; }
.service-bridge .page-hero-meta { display: flex; flex-wrap: wrap; gap: 10px 20px; padding: 0; list-style: none; color: #dbe3ec; font-size: .93rem; }
.service-bridge .page-section, .service-bridge .page-related { background: #fff; border: 1px solid #e1e5e9; border-radius: 4px; padding: clamp(26px, 4vw, 48px); margin: 18px 0; box-shadow: 0 8px 22px rgba(17, 35, 55, .035); }
.service-bridge .page-section h2, .service-bridge .page-related h2 { margin: 8px 0 18px; color: #102033; font-family: Cormorant Garamond, Georgia, serif; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.05; font-weight: 500; }
.service-bridge .page-section h3 { margin-top: 26px; font-size: 1.15rem; color: #132235; }
.service-bridge p, .service-bridge li { line-height: 1.75; }
.service-bridge a { color: #815f1f; text-underline-offset: 3px; }
.service-bridge .btn-primary, .service-bridge .btn-secondary { display: inline-flex; align-items: center; min-height: 46px; box-sizing: border-box; padding: 12px 18px; margin: 6px 8px 6px 0; border-radius: 2px; font-weight: 800; text-decoration: none; letter-spacing: .025em; }
.service-bridge .btn-primary { background: #1ca64a; color: #fff; }
.service-bridge .btn-secondary { border: 1px solid currentColor; color: #fff; }
.service-bridge .page-section .btn-secondary, .service-bridge .page-contact .btn-secondary { color: #102033; }
.service-bridge .proof-grid, .service-bridge .steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 14px; }
.service-bridge .proof-block, .service-bridge .step { padding: 20px; border: 1px solid #e1e5e9; border-top: 3px solid #bf943d; background: #fbfaf7; }
.service-bridge .steps .step { display: flex; flex-direction: column; min-width: 0; gap: 0; }
.service-bridge .step-index { color: #87641f; font-weight: 800; font-size: .78rem; letter-spacing: .08em; }
.service-bridge .step h3 { margin: 8px 0 12px; }
.service-bridge .step > p:not(.step-index) { width: 100%; margin: 0; overflow-wrap: anywhere; }
.service-bridge .page-faq details { border-top: 1px solid #e1e5e9; padding: 16px 0; }
.service-bridge .page-faq summary { cursor: pointer; color: #132235; font-weight: 750; }
.service-bridge .page-contact { border-left: 4px solid #bf943d; }
.service-bridge .page-disclaimer { color: #536276; font-size: .9rem; }
.service-bridge .office-data { font-style: normal; }
@media (max-width: 700px) { .service-bridge .page-container { width: min(100% - 28px, 1120px); padding-top: 28px; } .service-bridge .page-hero, .service-bridge .page-section, .service-bridge .page-related { padding: 26px 20px; } }
