/* v56 Direction A inner-page system. Loaded last on every non-home page. */
body.v56-inner{
  --v56-ink:#11171c;
  --v56-charcoal:#1c2429;
  --v56-paper:#f3f4f1;
  --v56-white:#fff;
  --v56-muted:#586269;
  --v56-line:#cbd0d1;
  --v56-red:#ad263e;
  --v56-red-dark:#831b2e;
  --v56-brass:#d6b66f;
  margin:0;
  background:var(--v56-paper);
  color:var(--v56-ink);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
}

body.v56-inner *,
body.v56-inner *::before,
body.v56-inner *::after{
  box-sizing:border-box;
}

body.v56-inner :where(h1,h2,h3,h4,h5,h6,p,a,span,strong,small,li,label,button,input,select,textarea,summary){
  letter-spacing:0;
}

body.v56-inner a{
  text-underline-offset:3px;
}

body.v56-inner img{
  max-width:100%;
}

body.v56-inner .skip{
  z-index:1000;
}

body.v56-inner .v75-visually-hidden{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

body.v56-inner .site-header{
  position:sticky;
  top:0;
  z-index:50;
  border-bottom:1px solid var(--v56-line);
  background:var(--v56-paper);
  color:var(--v56-ink);
  box-shadow:none;
  backdrop-filter:none;
}

body.v56-inner .notice-bar{
  min-height:29px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:5px 18px;
  background:var(--v56-ink);
  color:#f0f2f1;
  font-size:11px;
  line-height:1.35;
  text-align:center;
}

body.v56-inner .nav-wrap{
  position:relative;
  width:min(1280px,calc(100% - 40px));
  height:78px;
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:20px;
}

body.v56-inner .brand{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  color:var(--v56-ink);
  text-decoration:none;
}

body.v56-inner .brand img{
  display:none!important;
}

body.v56-inner .v56-brand-text{
  display:flex;
  flex-direction:column;
  gap:0;
  line-height:1.15;
}

body.v56-inner .v56-brand-text strong{
  font-family:Georgia,"Times New Roman",serif;
  font-size:26px;
  font-weight:700;
}

body.v56-inner .v56-brand-text small{
  color:var(--v56-muted);
  font-size:11px;
  font-weight:750;
}

body.v56-inner .main-nav{
  min-width:0;
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:16px;
}

body.v56-inner .main-nav a{
  position:relative;
  color:#242c31;
  font-size:13px;
  font-weight:750;
  text-decoration:none;
  white-space:nowrap;
  opacity:1;
}

body.v56-inner .main-nav a:hover,
body.v56-inner .main-nav a:focus-visible,
body.v56-inner .main-nav a[aria-current="page"]{
  color:var(--v56-red-dark);
}

body.v56-inner .main-nav a[aria-current="page"]::after{
  content:"";
  position:absolute;
  right:0;
  bottom:-10px;
  left:0;
  height:3px;
  background:var(--v56-red);
}

body.v56-inner .phone-pill{
  min-height:42px;
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 14px;
  border:1px solid var(--v56-red);
  border-radius:3px;
  background:var(--v56-red);
  color:#fff;
  box-shadow:none;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
}

body.v56-inner .phone-pill:hover,
body.v56-inner .phone-pill:focus-visible{
  border-color:var(--v56-red-dark);
  background:var(--v56-red-dark);
  color:#fff;
  transform:none;
}

body.v56-inner .menu-toggle{
  display:none;
  margin-left:auto;
  min-width:44px;
  min-height:44px;
  padding:6px;
  border:0;
  background:transparent;
  color:var(--v56-ink);
  font-size:26px;
  line-height:1;
}

body.v56-inner main.v56-main{
  overflow:hidden;
  background:var(--v56-paper);
}

body.v56-inner .container,
body.v56-inner .v34-wrap,
body.v56-inner .v34-small{
  width:min(1180px,calc(100% - 44px));
  max-width:none;
  margin-right:auto;
  margin-left:auto;
}

body.v56-inner .container.narrow,
body.v56-inner .v34-small{
  width:min(880px,calc(100% - 44px));
}

body.v56-inner .page-hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:72px 0 76px;
  border:0;
  border-bottom:4px solid var(--v56-brass);
  background:var(--v56-ink)!important;
  background-image:none!important;
  color:#fff;
  box-shadow:none;
}

body.v56-inner .page-hero::before,
body.v56-inner .page-hero::after,
body.v56-inner .section::before,
body.v56-inner .section::after,
body.v56-inner .angle-top::before,
body.v56-inner .ribbon-top::before,
body.v56-inner .wave-top::before,
body.v56-inner .wave-top::after{
  display:none!important;
  background-image:none!important;
}

body.v56-inner .page-hero .container::before{
  content:"";
  display:block;
  width:48px;
  height:4px;
  margin-bottom:18px;
  background:var(--v56-brass);
}

body.v56-inner .page-hero h1{
  max-width:920px;
  margin:0;
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:52px;
  font-weight:700;
  line-height:1.04;
}

body.v56-inner .page-hero .eyebrow{
  display:block;
  margin:0 0 13px;
  color:var(--v56-brass);
  font-size:12px;
  font-weight:850;
  line-height:1.4;
  text-transform:uppercase;
}

body.v56-inner .page-hero .eyebrow::before{
  display:none!important;
  content:none!important;
}

body.v56-inner .page-hero .lead{
  max-width:780px;
  margin:20px 0 0;
  color:#dfe4e5;
  font-size:19px;
  line-height:1.6;
}

body.v56-inner .v56-gomor-hero-grid{
  margin-top:0;
  align-items:center;
}

body.v56-inner .page-hero .proof-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  margin-top:26px;
  border-top:1px solid #465158;
}

body.v56-inner .page-hero .proof-grid > *{
  padding:15px 16px 0 0;
  color:#dfe4e5;
  font-size:13px;
  font-weight:750;
  line-height:1.4;
}

body.v56-inner .page-hero .proof-grid > * + *{
  padding-left:16px;
  border-left:1px solid #465158;
}

body.v56-inner .page-hero .urgent-box{
  border-color:#4b565c;
  border-left-color:var(--v56-brass);
  background:#252e33;
}

body.v56-inner .page-hero .urgent-box :where(h2,h3,strong){
  color:#fff;
}

body.v56-inner .page-hero .urgent-box :where(p,li){
  color:#d7dddf;
}

body.v56-inner .hero-actions,
body.v56-inner .v34-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}

body.v56-inner .bio-hero{
  padding:0;
}

body.v56-inner .bio-hero .hero-grid{
  width:min(1180px,calc(100% - 44px));
  min-height:500px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,440px);
  gap:56px;
  align-items:center;
}

body.v56-inner .bio-hero .hero-grid::before{
  display:none;
}

body.v56-inner .bio-hero .hero-grid > div:first-child::before{
  content:"";
  display:block;
  width:48px;
  height:4px;
  margin-bottom:18px;
  background:var(--v56-brass);
}

body.v56-inner .bio-hero .hero-card{
  height:500px;
  align-self:stretch;
  overflow:hidden;
  padding:0;
  border:0;
  border-left:4px solid var(--v56-brass);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

body.v56-inner .bio-hero .hero-card img{
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  object-position:center top;
}

body.v56-inner .section,
body.v56-inner .v34-section{
  position:relative;
  padding:72px 0;
  border:0;
  border-top:1px solid var(--v56-line);
  background:#fff!important;
  background-image:none!important;
  color:var(--v56-ink);
  box-shadow:none;
}

body.v56-inner main.v56-main > .section:nth-of-type(odd):not(.dark):not(.final-cta),
body.v56-inner main.v56-main > .v34-section:nth-of-type(odd):not(.dark){
  background:var(--v56-paper)!important;
}

body.v56-inner .section.dark,
body.v56-inner .v34-section.dark,
body.v56-inner .v31-before-response{
  background:var(--v56-charcoal)!important;
  background-image:none!important;
  color:#fff;
}

body.v56-inner .section h2,
body.v56-inner .v34-kicker{
  max-width:880px;
  margin:7px 0 16px;
  color:var(--v56-ink);
  font-family:Georgia,"Times New Roman",serif;
  font-size:40px;
  font-weight:700;
  line-height:1.1;
}

body.v56-inner .section h3,
body.v56-inner .v34-card h3,
body.v56-inner .v34-step h3{
  margin-top:0;
  color:var(--v56-ink);
  font-family:Georgia,"Times New Roman",serif;
  font-size:22px;
  line-height:1.22;
}

body.v56-inner .section p,
body.v56-inner .section li,
body.v56-inner .v34-section p,
body.v56-inner .v34-section li{
  color:var(--v56-muted);
  font-size:16px;
  line-height:1.68;
}

body.v56-inner .section p{
  margin-top:0;
  margin-bottom:17px;
}

body.v56-inner .section.dark h2,
body.v56-inner .section.dark h3,
body.v56-inner .v34-section.dark h2,
body.v56-inner .v34-section.dark h3,
body.v56-inner .v31-before-response h2,
body.v56-inner .v31-before-response h3{
  color:#fff;
}

body.v56-inner .section.dark p,
body.v56-inner .section.dark li,
body.v56-inner .v34-section.dark p,
body.v56-inner .v34-section.dark li,
body.v56-inner .v31-before-response p,
body.v56-inner .v31-before-response li{
  color:#d7dddf;
}

body.v56-inner .eyebrow,
body.v56-inner .v34-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin:0 0 7px;
  color:var(--v56-red-dark);
  font-size:12px;
  font-weight:850;
  line-height:1.4;
  text-transform:uppercase;
}

body.v56-inner .section .eyebrow::before,
body.v56-inner .v34-section .v34-eyebrow::before{
  content:"";
  width:20px;
  height:3px;
  flex:0 0 auto;
  border-radius:0;
  background:var(--v56-red);
}

body.v56-inner .section.dark .eyebrow,
body.v56-inner .v34-section.dark .v34-eyebrow,
body.v56-inner .v31-before-response .eyebrow{
  color:var(--v56-brass);
}

body.v56-inner .section.dark .eyebrow::before,
body.v56-inner .v34-section.dark .v34-eyebrow::before,
body.v56-inner .v31-before-response .eyebrow::before{
  background:var(--v56-brass);
}

body.v56-inner .split,
body.v56-inner .cta-grid,
body.v56-inner .v34-split,
body.v56-inner .v55-home-urgent-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);
  gap:48px;
  align-items:start;
}

body.v56-inner :where(.cards,.content-grid,.proof-grid,.process-grid,.card-grid,.link-grid,.location-grid,.v34-grid-2,.v34-grid-3,.v34-steps){
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:28px;
}

body.v56-inner :where(.content-grid,.proof-grid,.process-grid,.card-grid,.v34-grid-2,.v34-steps){
  grid-template-columns:repeat(2,minmax(0,1fr));
}

body.v56-inner .location-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

body.v56-inner :where(.info-card,.content-card,.service-card,.danger-card,.access-card,.stat-box,.urgent-box,.price-card,.next-steps-box,.authority-box,.fit-box,.callout,.answer-block,.mini-cta,.contact-card,.notice,.card,.link-card,.process-step,.v34-card,.v34-step,blockquote){
  min-width:0;
  padding:26px;
  border:1px solid var(--v56-line);
  border-radius:4px;
  background:#fff;
  color:var(--v56-ink);
  box-shadow:none;
}

body.v56-inner :where(.info-card,.content-card,.service-card,.access-card,.price-card,.authority-box,.link-card,.v34-card){
  border-top:4px solid var(--v56-red);
}

body.v56-inner :where(.danger-card,.urgent-box,.next-steps-box){
  border-left:5px solid var(--v56-red);
}

body.v56-inner :where(.stat-box,.process-step,.v34-step){
  border-top:4px solid var(--v56-brass);
}

body.v56-inner :where(.info-card,.content-card,.service-card,.danger-card,.access-card,.stat-box,.urgent-box,.price-card,.next-steps-box,.authority-box,.fit-box,.callout,.answer-block,.mini-cta,.contact-card,.notice,.card,.link-card,.process-step,.v34-card,.v34-step) :where(h2,h3,strong){
  color:var(--v56-ink);
}

body.v56-inner :where(.info-card,.content-card,.service-card,.danger-card,.access-card,.stat-box,.urgent-box,.price-card,.next-steps-box,.authority-box,.fit-box,.callout,.answer-block,.mini-cta,.contact-card,.notice,.card,.link-card,.process-step,.v34-card,.v34-step) :where(p,li){
  color:var(--v56-muted);
}

body.v56-inner .section.dark :where(.info-card,.content-card,.service-card,.danger-card,.access-card,.stat-box,.urgent-box,.price-card,.next-steps-box,.authority-box,.fit-box,.callout,.card,.v34-card),
body.v56-inner .v34-section.dark :where(.v34-card,.v34-step){
  border-color:#4b565c;
  border-top-color:var(--v56-brass);
  background:#252e33;
}

body.v56-inner .section.dark :where(.info-card,.content-card,.service-card,.danger-card,.access-card,.stat-box,.urgent-box,.price-card,.next-steps-box,.authority-box,.fit-box,.callout,.card,.v34-card) :where(h2,h3,strong),
body.v56-inner .v34-section.dark :where(.v34-card,.v34-step) :where(h2,h3,strong){
  color:#fff;
}

body.v56-inner .section.dark :where(.info-card,.content-card,.service-card,.danger-card,.access-card,.stat-box,.urgent-box,.price-card,.next-steps-box,.authority-box,.fit-box,.callout,.card,.v34-card) :where(p,li),
body.v56-inner .v34-section.dark :where(.v34-card,.v34-step) :where(p,li){
  color:#d7dddf;
}

body.v56-inner :where(.content-card,.service-card,.link-card,.location-link,.v34-card):hover{
  border-color:#8f989d;
  border-top-color:var(--v56-red);
  box-shadow:0 12px 24px rgba(17,23,28,.08);
  transform:translateY(-2px);
}

body.v56-inner .answer-block{
  padding:22px 24px;
  border:0;
  border-left:5px solid var(--v56-red);
  border-radius:0;
  background:transparent;
}

body.v56-inner .answer-block p:last-child,
body.v56-inner .notice p:last-child,
body.v56-inner .mini-cta p:last-child{
  margin-bottom:0;
}

body.v56-inner :where(.link-card,.location-link){
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:100px;
  padding:20px;
  border:1px solid var(--v56-line);
  border-top:4px solid var(--v56-red);
  border-radius:4px;
  background:#fff;
  color:var(--v56-red-dark);
  font-weight:800;
  line-height:1.35;
  text-decoration:none;
}

body.v56-inner .location-link span{
  display:block;
  margin-top:5px;
  color:var(--v56-muted);
  font-size:13px;
  font-weight:600;
}

body.v56-inner :where(.faq-list,.faq-stack){
  display:grid;
  gap:12px;
  margin-top:26px;
}

body.v56-inner :where(.faq-list,.faq-stack) details{
  overflow:hidden;
  border:1px solid var(--v56-line);
  border-radius:4px;
  background:#fff;
}

body.v56-inner :where(.faq-list,.faq-stack) summary{
  cursor:pointer;
  padding:18px 48px 18px 20px;
  color:var(--v56-ink);
  font-family:Georgia,"Times New Roman",serif;
  font-size:19px;
  font-weight:700;
  line-height:1.35;
}

body.v56-inner :where(.faq-list,.faq-stack) details > :not(summary){
  margin-right:20px;
  margin-left:20px;
}

body.v56-inner :where(.faq-list,.faq-stack) details[open] summary{
  border-bottom:1px solid var(--v56-line);
}

body.v56-inner :where(.article-body,.prose){
  max-width:820px;
}

body.v56-inner :where(.article-body,.prose) h2{
  margin-top:42px;
}

body.v56-inner :where(.article-body,.prose) h2:first-of-type{
  margin-top:7px;
}

body.v56-inner .btn,
body.v56-inner .v34-btn{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border:1px solid transparent;
  border-radius:3px;
  background:transparent;
  box-shadow:none;
  font-size:14px;
  font-weight:800;
  line-height:1.25;
  text-align:center;
  text-decoration:none;
}

body.v56-inner .btn.btn-primary,
body.v56-inner .v34-btn.primary,
body.v56-inner .v34-btn.dark{
  border-color:var(--v56-red);
  background:var(--v56-red);
  color:#fff;
}

body.v56-inner .btn.btn-primary:hover,
body.v56-inner .btn.btn-primary:focus-visible,
body.v56-inner .v34-btn.primary:hover,
body.v56-inner .v34-btn.primary:focus-visible,
body.v56-inner .v34-btn.dark:hover,
body.v56-inner .v34-btn.dark:focus-visible{
  border-color:var(--v56-red-dark);
  background:var(--v56-red-dark);
  color:#fff;
  transform:none;
}

body.v56-inner .btn.btn-outline,
body.v56-inner .btn.btn-secondary,
body.v56-inner .v34-btn.secondary,
body.v56-inner .v34-btn.light{
  border-color:#68747a;
  background:transparent;
  color:var(--v56-ink);
}

body.v56-inner .section .conversion-band h2,
body.v56-inner .section .conversion-band h3{
  color:#fff;
}

body.v56-inner .section .conversion-band p,
body.v56-inner .section .conversion-band li{
  color:#d7e0ea;
}

body.v56-inner .section .conversion-band .btn.btn-outline{
  border-color:rgba(255,255,255,.7);
  background:rgba(255,255,255,.08);
  color:#fff;
}

body.v56-inner .section .conversion-band .btn.btn-outline:hover,
body.v56-inner .section .conversion-band .btn.btn-outline:focus-visible{
  border-color:#fff;
  background:rgba(255,255,255,.16);
  color:#fff;
}

body.v56-inner .section.dark .btn.btn-outline,
body.v56-inner .section.dark .btn.btn-secondary{
  border-color:rgba(255,255,255,.72);
  background:rgba(255,255,255,.08);
  color:#fff;
}

body.v56-inner .section.dark .btn.btn-outline:hover,
body.v56-inner .section.dark .btn.btn-outline:focus-visible,
body.v56-inner .section.dark .btn.btn-secondary:hover,
body.v56-inner .section.dark .btn.btn-secondary:focus-visible{
  border-color:#fff;
  background:rgba(255,255,255,.16);
  color:#fff;
}

body.v56-inner .page-hero .btn-outline{
  border-color:#d5dadd;
  color:#fff;
}

body.v56-inner .page-hero .btn-outline:hover,
body.v56-inner .page-hero .btn-outline:focus-visible{
  border-color:var(--v56-brass);
  color:var(--v56-brass);
}

body.v56-inner .v43-review-section blockquote,
body.v56-inner .reviews blockquote{
  padding:24px;
  border:1px solid var(--v56-line);
  border-left:4px solid var(--v56-red);
  border-radius:4px;
  background:#fff;
  box-shadow:none;
}

body.v56-inner .v43-review-section blockquote p,
body.v56-inner .reviews blockquote p{
  color:#333c41;
  line-height:1.65;
}

body.v56-inner .v43-review-section cite,
body.v56-inner .reviews cite{
  color:var(--v56-red-dark);
  font-weight:800;
}

body.v56-inner .v43-review-section .notice{
  margin-top:20px;
  padding:18px 0 0;
  border:0;
  border-top:1px solid var(--v56-line);
  border-radius:0;
  background:transparent;
}

body.v56-inner .contact-form{
  display:grid;
  gap:18px;
}

body.v56-inner .form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

body.v56-inner .form-grid .full{
  grid-column:1/-1;
}

body.v56-inner .contact-form label{
  display:grid;
  gap:7px;
  color:var(--v56-ink);
  font-size:13px;
  font-weight:800;
  line-height:1.35;
}

body.v56-inner .contact-form :where(input,select,textarea){
  width:100%;
  min-height:46px;
  padding:11px 12px;
  border:1px solid #929b9f;
  border-radius:3px;
  background:#fff;
  color:var(--v56-ink);
  font:inherit;
  font-weight:500;
}

body.v56-inner .contact-form textarea{
  min-height:132px;
  resize:vertical;
}

body.v56-inner .contact-form :where(input,select,textarea):focus{
  border-color:var(--v56-red);
  outline:3px solid rgba(173,38,62,.14);
  outline-offset:1px;
}

body.v56-inner .optional-intake{
  border:1px solid var(--v56-line);
  border-radius:4px;
  background:var(--v56-paper);
}

body.v56-inner .optional-intake summary{
  padding:15px 17px;
  color:var(--v56-ink);
  font-weight:800;
}

body.v56-inner .optional-intake .form-grid{
  padding:17px;
  border-top:1px solid var(--v56-line);
}

body.v56-inner .form-safety-note{
  padding:16px;
  border-left:4px solid var(--v56-brass);
  background:var(--v56-paper);
}

body.v56-inner .consent-check{
  grid-template-columns:20px 1fr;
  align-items:start;
}

body.v56-inner .consent-check input{
  width:18px;
  min-height:18px;
  margin-top:2px;
}

body.v56-inner .v55-urgent-callout{
  border-top:4px solid var(--v56-brass);
  background:#e9ecea!important;
}

body.v56-inner .v55-urgent-card{
  border-top-color:var(--v56-red);
}

body.v56-inner section.final-cta.section-split.dark{
  padding:72px 0!important;
  border:0;
  border-top:4px solid var(--v56-brass);
  background:var(--v56-ink)!important;
  background-image:none!important;
  color:#fff!important;
}

body.v56-inner section.final-cta::before,
body.v56-inner section.final-cta::after{
  display:none!important;
}

body.v56-inner section.final-cta h2{
  margin-top:7px;
  color:#fff!important;
  font-family:Georgia,"Times New Roman",serif;
  font-size:42px;
  line-height:1.1;
}

body.v56-inner section.final-cta p{
  color:#dfe4e5!important;
}

body.v56-inner section.final-cta .eyebrow{
  color:var(--v56-brass)!important;
}

body.v56-inner section.final-cta .eyebrow::before{
  background:var(--v56-brass);
}

body.v56-inner section.final-cta .contact-card.mini{
  padding:24px;
  border:1px solid var(--v56-line)!important;
  border-radius:4px;
  background:#fff!important;
  color:var(--v56-ink)!important;
  box-shadow:none!important;
}

body.v56-inner section.final-cta .contact-card.mini :where(h2,h3,strong,p,span){
  color:var(--v56-ink)!important;
}

body.v56-inner section.final-cta .contact-card.mini .btn{
  width:100%;
}

body.v56-inner .v34-hero{
  padding:72px 0 76px;
  border-bottom:4px solid var(--v56-brass);
  background:var(--v56-ink)!important;
  background-image:none!important;
  color:#fff;
}

body.v56-inner .v34-hero::before,
body.v56-inner .v34-hero::after{
  display:none!important;
}

body.v56-inner .v34-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);
  gap:48px;
  align-items:center;
}

body.v56-inner .v34-hero h1{
  margin:12px 0 18px;
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:52px;
  line-height:1.04;
}

body.v56-inner .v34-hero .v34-lead{
  color:#dfe4e5;
  font-size:19px;
  line-height:1.6;
}

body.v56-inner .v34-alert{
  padding:8px 0 8px 28px;
  border:0;
  border-left:5px solid var(--v56-red);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

body.v56-inner .v34-band,
body.v56-inner .v35-bio-card{
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

body.v56-inner .site-footer{
  padding:52px 0 0;
  border-top:4px solid var(--v56-brass);
  background:#0c1114;
  color:#d4dadd;
}

body.v56-inner .footer-grid{
  display:grid;
  grid-template-columns:minmax(240px,1.1fr) minmax(190px,.8fr) minmax(190px,.8fr);
  gap:42px;
  align-items:start;
}

body.v56-inner .footer-logo{
  width:min(220px,100%)!important;
  height:auto!important;
}

body.v56-inner .site-footer h3{
  margin-top:0;
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:19px;
}

body.v56-inner .site-footer p{
  color:#aeb7bb;
  line-height:1.6;
}

body.v56-inner .site-footer a{
  display:block;
  margin:0 0 9px;
  color:#dbe0e2;
  text-decoration:none;
}

body.v56-inner .site-footer a:hover,
body.v56-inner .site-footer a:focus-visible{
  color:var(--v56-brass);
}

body.v56-inner .site-footer .legal{
  width:min(1180px,calc(100% - 44px));
  margin-top:38px;
  padding:22px 0;
  border-top:1px solid #394247;
}

body.v56-inner .site-footer .legal p{
  margin:0;
  font-size:12px;
}

body.v56-inner .site-footer .legal a{
  display:inline;
  color:#fff;
  text-decoration:underline;
}

body.v56-inner .mobile-sticky{
  display:none!important;
}

body.v56-inner .mobile-sticky-cta{
  display:none;
  border-top:1px solid #4c565b;
  background:var(--v56-ink);
  box-shadow:none;
}

body.v56-inner .mobile-sticky-cta a{
  min-height:46px;
  border-radius:3px;
  font-weight:800;
}

body.v56-inner .mobile-sticky-cta .call{
  background:var(--v56-red);
  color:#fff;
}

body.v56-inner .mobile-sticky-cta .consult{
  background:#fff;
  color:var(--v56-ink);
}

@media(max-width:1180px){
  body.v56-inner .main-nav{
    gap:10px;
  }
  body.v56-inner .main-nav a{
    font-size:12px;
  }
}

@media(max-width:1080px){
  body.v56-inner .main-nav,
  body.v56-inner .phone-pill{
    display:none;
  }
  body.v56-inner .menu-toggle{
    display:block;
  }
  body.v56-inner .main-nav.open{
    position:absolute;
    top:100%;
    right:-20px;
    left:-20px;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:8px 20px 18px;
    border-top:1px solid var(--v56-line);
    background:var(--v56-paper);
    box-shadow:0 16px 30px rgba(17,23,28,.12);
  }
  body.v56-inner .main-nav.open a{
    padding:11px 0;
    border-bottom:1px solid #d8dcdd;
    color:var(--v56-ink);
    font-size:14px;
  }
  body.v56-inner .main-nav.open a::after{
    display:none;
  }
}

@media(max-width:900px){
  body.v56-inner .page-hero h1,
  body.v56-inner .v34-hero h1{
    font-size:44px;
  }
  body.v56-inner .split,
  body.v56-inner .cta-grid,
  body.v56-inner .v34-split,
  body.v56-inner .v55-home-urgent-grid,
  body.v56-inner .v34-hero-grid{
    grid-template-columns:1fr;
  }
  body.v56-inner .bio-hero .hero-grid{
    grid-template-columns:minmax(0,1fr) 320px;
    gap:30px;
  }
  body.v56-inner :where(.cards,.content-grid,.proof-grid,.process-grid,.card-grid,.link-grid,.location-grid,.v34-grid-2,.v34-grid-3,.v34-steps){
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:760px){
  body.v56-inner{
    padding-bottom:66px;
  }
  body.v56-inner .mobile-sticky-cta{
    position:fixed;
    z-index:80;
    right:0;
    bottom:0;
    left:0;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    padding:9px;
  }
}

@media(max-width:680px){
  body.v56-inner .notice-bar{
    min-height:36px;
    padding:5px 12px;
    font-size:10px;
  }
  body.v56-inner .nav-wrap{
    width:calc(100% - 28px);
    height:64px;
  }
  body.v56-inner .v56-brand-text strong{
    font-size:20px;
  }
  body.v56-inner .v56-brand-text small{
    font-size:10px;
  }
  body.v56-inner .container,
  body.v56-inner .container.narrow,
  body.v56-inner .v34-wrap,
  body.v56-inner .v34-small,
  body.v56-inner .bio-hero .hero-grid,
  body.v56-inner .site-footer .legal{
    width:calc(100% - 32px);
  }
  body.v56-inner .page-hero,
  body.v56-inner .v34-hero{
    padding:52px 0 56px;
  }
  body.v56-inner .page-hero h1,
  body.v56-inner .v34-hero h1{
    font-size:36px;
    line-height:1.08;
  }
  body.v56-inner .page-hero .lead,
  body.v56-inner .v34-hero .v34-lead{
    font-size:16px;
    line-height:1.55;
  }
  body.v56-inner .bio-hero{
    padding-top:44px;
  }
  body.v56-inner .bio-hero .hero-grid{
    display:flex;
    flex-direction:column;
    gap:32px;
  }
  body.v56-inner .bio-hero .hero-card{
    width:100%;
    height:auto;
    aspect-ratio:4/3;
    border-top:4px solid var(--v56-brass);
    border-left:0;
  }
  body.v56-inner .section,
  body.v56-inner .v34-section,
  body.v56-inner section.final-cta.section-split.dark{
    padding:54px 0!important;
  }
  body.v56-inner .section h2,
  body.v56-inner .v34-kicker,
  body.v56-inner section.final-cta h2{
    font-size:32px;
  }
  body.v56-inner :where(.cards,.content-grid,.proof-grid,.process-grid,.card-grid,.link-grid,.location-grid,.v34-grid-2,.v34-grid-3,.v34-steps){
    grid-template-columns:1fr;
  }
  body.v56-inner :where(.info-card,.content-card,.service-card,.danger-card,.access-card,.stat-box,.urgent-box,.price-card,.next-steps-box,.authority-box,.fit-box,.callout,.answer-block,.mini-cta,.contact-card,.notice,.card,.link-card,.process-step,.v34-card,.v34-step,blockquote){
    padding:21px;
  }
  body.v56-inner .hero-actions,
  body.v56-inner .v34-actions{
    flex-direction:column;
    align-items:stretch;
  }
  body.v56-inner .hero-actions .btn,
  body.v56-inner .v34-actions .v34-btn{
    width:100%;
  }
  body.v56-inner .form-grid{
    grid-template-columns:1fr;
  }
  body.v56-inner .footer-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
}

@media(prefers-reduced-motion:reduce){
  body.v56-inner *,
  body.v56-inner *::before,
  body.v56-inner *::after{
    scroll-behavior:auto!important;
    transition:none!important;
  }
}
