/* v64 conversion sprint: concise homepage, money pages, and consultation funnel. */
:root{
  --v64-ink:#11171c;
  --v64-charcoal:#1c2429;
  --v64-paper:#f3f4f1;
  --v64-white:#fff;
  --v64-muted:#59636a;
  --v64-line:#c9ced0;
  --v64-red:#ad263e;
  --v64-red-dark:#831b2e;
  --v64-brass:#d6b66f;
}

.v64-section{
  padding:72px 0;
}

.v64-wrap{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
}

.v64-narrow{
  width:min(790px,100%);
}

.v64-section h2{
  max-width:850px;
  margin:8px 0 18px;
  color:var(--v64-ink);
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(34px,4vw,50px);
  line-height:1.08;
  letter-spacing:0;
}

.v64-section p{
  color:var(--v64-muted);
  font-size:17px;
  line-height:1.72;
}

.v64-section .eyebrow{
  margin:0;
  color:var(--v64-red);
  font-size:12px;
  font-weight:850;
  line-height:1.3;
  text-transform:uppercase;
}

.v64-why-grid,
.v64-engagement-grid,
.v64-money-grid,
.v64-contact-grid{
  display:grid;
  gap:40px;
  align-items:start;
}

.v64-why-grid{
  grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);
}

.v64-reasons{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1px;
  border:1px solid var(--v64-line);
  background:var(--v64-line);
}

.v64-reason{
  min-height:155px;
  padding:24px;
  background:var(--v64-white);
}

.v64-reason strong{
  display:block;
  margin-bottom:8px;
  color:var(--v64-ink);
  font-family:Georgia,"Times New Roman",serif;
  font-size:22px;
  line-height:1.15;
}

.v64-reason span{
  color:var(--v64-muted);
  font-size:14px;
  line-height:1.55;
}

.v64-deadline-note{
  margin-top:24px;
  padding:17px 20px;
  border-left:4px solid var(--v64-red);
  background:#fff;
  color:var(--v64-ink);
  font-size:15px;
  line-height:1.55;
}

.v64-service-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin-top:32px;
}

.v64-service{
  display:flex;
  min-height:275px;
  flex-direction:column;
  padding:26px;
  border-top:4px solid var(--v64-red);
  background:#fff;
  box-shadow:0 14px 36px rgba(17,23,28,.08);
}

.v64-service h3{
  margin:0 0 12px;
  color:var(--v64-ink);
  font-family:Georgia,"Times New Roman",serif;
  font-size:25px;
  line-height:1.12;
}

.v64-service p{
  margin:0 0 18px;
  font-size:15px;
  line-height:1.6;
}

.v64-service a,
.v64-text-link{
  margin-top:auto;
  color:var(--v64-red-dark);
  font-weight:800;
  text-decoration-thickness:1px;
}

.v64-engagement{
  background:var(--v64-charcoal);
  color:#fff;
}

.v64-engagement h2,
.v64-engagement h3,
.v64-engagement p,
.v64-engagement strong,
.v64-engagement span{
  color:#fff;
}

.v64-engagement .eyebrow{
  color:var(--v64-brass);
}

.v64-engagement-grid{
  grid-template-columns:1.15fr repeat(3,minmax(0,.75fr));
}

.v64-engagement-item{
  min-height:190px;
  padding:24px 0 0 24px;
  border-left:1px solid rgba(255,255,255,.28);
}

.v64-engagement-item strong{
  display:block;
  margin-bottom:10px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:24px;
  line-height:1.15;
}

.v64-engagement-item span{
  color:#d9dddf;
  font-size:14px;
  line-height:1.6;
}

.v64-review-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:30px;
}

.v64-review{
  margin:0;
  padding:30px;
  border:1px solid var(--v64-line);
  background:#fff;
}

.v64-review h3{
  margin:0 0 14px;
  color:var(--v64-ink);
  font-family:Georgia,"Times New Roman",serif;
  font-size:23px;
}

.v64-review p{
  margin:0 0 16px;
  font-size:16px;
}

.v64-review cite{
  color:var(--v64-muted);
  font-style:normal;
  font-weight:800;
}

.v64-disclaimer{
  margin-top:18px;
  color:var(--v64-muted);
  font-size:12px!important;
  line-height:1.5!important;
}

/* High-intent service pages. */
.v64-money-hero .container{
  width:min(1180px,calc(100% - 40px));
  max-width:none;
}

.v64-money-hero .container::before{
  display:none!important;
  content:none!important;
}

.v64-money-hero .v64-money-grid{
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.75fr);
  align-items:center;
}

.v64-money-hero h1{
  max-width:840px;
}

.v64-hero-facts{
  display:grid;
  gap:1px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.22);
}

.v64-hero-facts div{
  padding:18px 20px;
  background:rgba(8,17,31,.78);
}

.v64-hero-facts strong,
.v64-hero-facts span{
  display:block;
  color:#fff;
}

.v64-hero-facts strong{
  margin-bottom:4px;
  color:var(--v64-brass);
  font-size:14px;
}

.v64-hero-facts span{
  font-size:13px;
  line-height:1.45;
}

.v64-quick-answer{
  padding:26px 30px;
  border-left:5px solid var(--v64-red);
  background:#fff;
  box-shadow:0 12px 30px rgba(17,23,28,.07);
}

.v64-quick-answer p{
  margin:0;
  color:var(--v64-ink);
  font-size:18px;
  line-height:1.65;
}

.v64-card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:30px;
}

.v64-card{
  min-height:210px;
  padding:26px;
  border:1px solid var(--v64-line);
  background:#fff;
}

.v64-card h3{
  margin:0 0 11px;
  color:var(--v64-ink);
  font-family:Georgia,"Times New Roman",serif;
  font-size:24px;
  line-height:1.15;
}

.v64-card p{
  margin:0;
  font-size:15px;
  line-height:1.62;
}

.v64-authority{
  background:var(--v64-charcoal);
}

.v64-authority h2,
.v64-authority h3,
.v64-authority p,
.v64-authority li{
  color:#fff;
}

.v64-authority .eyebrow{
  color:var(--v64-brass);
}

body.v56-inner main.v56-main .v64-authority .eyebrow{
  color:var(--v64-brass);
}

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

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

.v64-authority-grid{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);
  gap:46px;
  align-items:start;
}

.v64-stat-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1px;
  border:1px solid rgba(255,255,255,.2);
  background:rgba(255,255,255,.2);
}

.v64-stat-list div{
  min-height:130px;
  padding:22px;
  background:#151d22;
}

.v64-stat-list strong,
.v64-stat-list span{
  display:block;
  color:#fff;
}

.v64-stat-list strong{
  margin-bottom:7px;
  color:var(--v64-brass);
  font-family:Georgia,"Times New Roman",serif;
  font-size:25px;
}

.v64-stat-list span{
  font-size:13px;
  line-height:1.5;
}

.v64-outcome{
  display:grid;
  grid-template-columns:minmax(180px,.35fr) minmax(0,1fr);
  gap:30px;
  padding:32px;
  border:1px solid var(--v64-line);
  background:#fff;
}

.v64-outcome-label{
  color:var(--v64-red-dark);
  font-size:12px;
  font-weight:850;
  line-height:1.4;
  text-transform:uppercase;
}

.v64-outcome h3{
  margin:0 0 12px;
  color:var(--v64-ink);
  font-family:Georgia,"Times New Roman",serif;
  font-size:28px;
  line-height:1.15;
}

.v64-outcome p{
  margin:0;
  font-size:16px;
}

.v64-scope-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}

.v64-scope-panel{
  padding:28px;
  border-top:4px solid var(--v64-red);
  background:#fff;
}

.v64-scope-panel h3{
  margin:0 0 14px;
  color:var(--v64-ink);
  font-family:Georgia,"Times New Roman",serif;
  font-size:25px;
}

.v64-scope-panel ul{
  margin:0;
  padding-left:20px;
}

.v64-scope-panel li{
  margin:9px 0;
  color:var(--v64-muted);
  line-height:1.5;
}

.v64-faq{
  display:grid;
  gap:10px;
  margin-top:28px;
}

.v64-faq details{
  border:1px solid var(--v64-line);
  background:#fff;
}

.v64-faq summary{
  padding:19px 22px;
  color:var(--v64-ink);
  font-weight:800;
  cursor:pointer;
}

.v64-faq details p{
  margin:0;
  padding:0 22px 20px;
  font-size:15px;
}

/* Consultation page. */
.v64-contact-shell{
  padding:54px 0 72px;
  background:var(--v64-ink)!important;
  background-image:none!important;
}

.v64-contact-grid{
  grid-template-columns:minmax(0,.82fr) minmax(430px,1.18fr);
  gap:54px;
}

.v64-contact-copy{
  grid-column:1;
  grid-row:1;
  padding-top:18px;
}

.v64-contact-copy h1{
  margin:10px 0 18px;
  color:#fff!important;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(40px,5vw,64px);
  line-height:1.02;
  letter-spacing:0;
}

.v64-contact-copy > p{
  color:#d7dddf;
  font-size:17px;
  line-height:1.68;
}

.v64-contact-copy .hero-actions .btn-primary,
.v64-contact-copy .hero-actions .btn-primary:link,
.v64-contact-copy .hero-actions .btn-primary:visited{
  border-color:var(--v56-red)!important;
  background:var(--v56-red)!important;
  color:#fff!important;
}

.v64-contact-copy .hero-actions .btn-primary:hover,
.v64-contact-copy .hero-actions .btn-primary:focus-visible{
  border-color:var(--v56-red-dark)!important;
  background:var(--v56-red-dark)!important;
  color:#fff!important;
}

.v64-contact-points{
  display:grid;
  gap:12px;
  margin:28px 0;
}

.v64-contact-points div{
  padding:13px 0 13px 19px;
  border-left:3px solid var(--v64-brass);
  color:#f2f4f3;
  font-size:14px;
  font-weight:750;
  line-height:1.45;
}

.v64-fee-note{
  padding:20px;
  border:1px solid #c9b277;
  background:#fff9e9;
}

.v64-fee-note strong{
  display:block;
  margin-bottom:6px;
  color:var(--v64-ink);
}

.v64-fee-note span{
  color:#4d555a;
  font-size:13px;
  line-height:1.5;
}

.v64-contact-card{
  grid-column:2;
  grid-row:1 / span 2;
  padding:32px;
  border:1px solid var(--v64-line);
  background:#fff;
  box-shadow:0 22px 48px rgba(17,23,28,.13);
}

.v64-contact-details{
  grid-column:1;
  grid-row:2;
}

@media (min-width:761px){
  .v64-contact-page .v64-contact-grid{
    grid-template-rows:max-content 1fr;
    row-gap:24px;
  }
}

.v64-contact-card h2{
  margin:0 0 8px;
  color:var(--v64-ink);
  font-family:Georgia,"Times New Roman",serif;
  font-size:32px;
}

.v64-contact-card > p{
  margin:0 0 22px;
  color:var(--v64-muted);
  font-size:14px;
  line-height:1.55;
}

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

.v64-form-grid .full{
  grid-column:1/-1;
}

.v64-contact-card label{
  display:grid;
  gap:7px;
  color:var(--v64-ink);
  font-size:13px;
  font-weight:800;
}

.v64-contact-card input,
.v64-contact-card select,
.v64-contact-card textarea{
  width:100%;
  min-height:48px;
  padding:11px 12px;
  border:1px solid #9da6aa;
  border-radius:0;
  background:#fff;
  color:var(--v64-ink);
  font:inherit;
}

.v64-contact-card textarea{
  min-height:116px;
  resize:vertical;
}

.v64-contact-card input:focus,
.v64-contact-card select:focus,
.v64-contact-card textarea:focus{
  outline:3px solid rgba(173,38,62,.18);
  border-color:var(--v64-red);
}

.v64-optional{
  margin:18px 0;
  border:1px solid var(--v64-line);
}

.v64-optional summary{
  padding:14px 16px;
  color:var(--v64-ink);
  font-size:13px;
  font-weight:800;
  cursor:pointer;
}

.v64-optional .v64-form-grid{
  padding:2px 16px 16px;
}

.v64-form-safety{
  margin:15px 0;
  color:#5d666b;
  font-size:11px;
  line-height:1.5;
}

.v64-consent{
  display:grid!important;
  grid-template-columns:18px 1fr;
  gap:10px!important;
  align-items:start;
  margin:14px 0 18px;
  font-size:11px!important;
  font-weight:600!important;
  line-height:1.45;
}

.v64-consent input{
  min-height:0;
  margin-top:2px;
}

.v64-submit{
  width:100%;
  min-height:52px;
}

.v64-contact-proof{
  padding:50px 0;
  background:var(--v64-charcoal);
}

.v64-contact-proof-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1px;
  background:rgba(255,255,255,.25);
}

.v64-contact-proof-grid div{
  min-height:130px;
  padding:24px;
  background:var(--v64-charcoal);
}

.v64-contact-proof-grid strong,
.v64-contact-proof-grid span{
  display:block;
  color:#fff;
}

.v64-contact-proof-grid strong{
  margin-bottom:7px;
  color:var(--v64-brass);
  font-family:Georgia,"Times New Roman",serif;
  font-size:23px;
}

.v64-contact-proof-grid span{
  font-size:13px;
  line-height:1.5;
}

.v64-received{
  min-height:62vh;
  display:grid;
  place-items:center;
  padding:64px 20px;
  background:var(--v64-paper);
}

.v64-received-card{
  width:min(720px,100%);
  padding:42px;
  border-top:5px solid var(--v64-red);
  background:#fff;
  box-shadow:0 20px 48px rgba(17,23,28,.12);
}

@media (max-width:1050px){
  .v64-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .v64-engagement-grid{grid-template-columns:1fr 1fr}
  .v64-contact-grid{grid-template-columns:minmax(0,.75fr) minmax(390px,1.25fr);gap:32px}
}

@media (max-width:760px){
  .v64-section{padding:52px 0}
  .v64-wrap{width:min(100% - 28px,1180px)}
  .v64-why-grid,
  .v64-money-hero .v64-money-grid,
  .v64-authority-grid,
  .v64-outcome,
  .v64-scope-grid,
  .v64-contact-grid{grid-template-columns:1fr}
  .v64-reasons,
  .v64-card-grid,
  .v64-review-grid,
  .v64-contact-proof-grid{grid-template-columns:1fr}
  .v64-service-grid{grid-template-columns:1fr}
  .v64-service{min-height:0}
  .v64-engagement-grid{grid-template-columns:1fr}
  .v64-engagement-item{min-height:0;padding:20px 0 0;border-top:1px solid rgba(255,255,255,.25);border-left:0}
  .v64-money-hero .v64-hero-facts{margin-top:8px}
  .v64-outcome{gap:10px;padding:25px 22px}
  .v64-contact-shell{padding:32px 0 52px;background:var(--v64-ink)!important}
  .v64-contact-copy{padding-top:0}
  .v64-contact-copy h1{font-size:42px}
  .v64-contact-copy,
  .v64-contact-card,
  .v64-contact-details{grid-column:1;grid-row:auto}
  .v64-contact-card{padding:24px 18px}
  .v64-form-grid{grid-template-columns:1fr}
  .v64-form-grid .full{grid-column:auto}
  .v64-contact-proof{padding:36px 0}
}

@media (max-width:390px){
  .v64-wrap{width:min(100% - 28px,1180px)}
  .v64-contact-copy h1{font-size:37px}
  .v64-section h2{font-size:32px}
  .v64-reason,.v64-card,.v64-service{padding:21px}
}
