/* HERO BANNER */
.ac247-consult-main{
padding-top:22px;
}
.ac247-consult-hero{
position:relative;
overflow:hidden;
border-radius:22px;
padding:22px 20px;
display:flex;
align-items:center;
gap:20px;
color:#f9fafb;
box-shadow:0 18px 45px rgba(15,23,42,.9);
margin-bottom:28px;
}
.ac247-consult-hero::before{
content:"";
position:absolute;
inset:0;
background-image:url("https://cdn.shopify.com/s/files/1/0970/4882/2041/files/ChatGPT_Image_Nov_16_2025_01_39_43_AM.png?v=1763275201");
background-size:cover;
background-position:center;
opacity:0.8;
}
.ac247-consult-hero::after{
content:"";
position:absolute;
inset:0;
background:radial-gradient(circle at top left,rgba(37,99,235,.9),transparent 50%),linear-gradient(90deg,rgba(15,23,42,.96),rgba(15,23,42,.6));
}
.ac247-consult-hero > *{
position:relative;
z-index:1;
}
.ac247-consult-hero-payments{
flex:0 0 auto;
display:flex;
flex-direction:column;
align-items:center;
gap:4px;
font-size:11px;
}
.ac247-consult-hero-payments img{
max-width:210px;
width:100%;
height:auto;
}
.ac247-consult-hero-text{
flex:1 1 auto;
text-align:left;
}
.ac247-consult-hero-title{
font-size:18px;
font-weight:800;
text-transform:uppercase;
letter-spacing:.16em;
margin-bottom:6px;
}
.ac247-consult-hero-sub{
font-size:13px;
color:#e5e7eb;
}
.ac247-consult-hero-meta{
font-size:12px;
margin-top:6px;
color:#cbd5f5;
}
.ac247-consult-hero-cta{
flex:0 0 auto;
display:flex;
flex-direction:column;
align-items:center;
gap:8px;
}
.ac247-btn{
appearance:none;
border:0;
padding:11px 20px;
border-radius:999px;
font-weight:800;
cursor:pointer;
font-size:13px;
white-space:nowrap;
background:linear-gradient(135deg,#2563EB,#0EA5E9);
color:#fff;
box-shadow:0 0 0 1px rgba(255,255,255,.08);
text-decoration:none;
}
.ac247-btn:hover{
filter:brightness(1.06);
}
.ac247-btn-outline{
background:transparent;
border:1px solid rgba(191,219,254,.8);
color:#e5e7eb;
box-shadow:none;
}
/* FORM CARD */
.ac247-consult-card{
background:#f9fafb;
border-radius:18px;
padding:26px 24px 22px;
box-shadow:0 16px 40px rgba(15,23,42,0.35);
border:1px solid rgba(15,23,42,0.18);
color:#0b1021;
width:100%; /* take full row */
box-sizing:border-box;
}
}
.ac247-consult-card h2{
margin:0 0 4px;
font-size:24px;
}
.ac247-consult-lead{
margin:0 0 16px;
font-size:14px;
color:#4b5563;
}
.ac247-consult-grid{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:14px 16px;
}
.ac247-consult-full{
grid-column:1 / -1;
}
.ac247-field-label{
font-size:12px;
font-weight:600;
color:#111827;
display:block;
margin-bottom:4px;
}
.ac247-input,
.ac247-textarea,
.ac247-select{
width:100%;
padding:9px 10px;
border-radius:10px;
border:1px solid rgba(15,23,42,0.14);
font-size:14px;
outline:none;
background:#fff;
}
.ac247-textarea{
min-height:90px;
resize:vertical;
}
.ac247-input:focus,
.ac247-select:focus,
.ac247-textarea:focus{
border-color:#2563EB;
box-shadow:0 0 0 1px rgba(37,99,235,.3);
}
.ac247-radio-group{
display:flex;
flex-wrap:wrap;
gap:8px 14px;
font-size:13px;
color:#111827;
}
.ac247-radio-option{
display:flex;
align-items:center;
gap:6px;
}
.ac247-radio-option input{
cursor:pointer;
}
.ac247-consent{
font-size:11px;
color:#4b5563;
max-height:180px;
overflow:auto;
padding:10px 12px;
border-radius:10px;
border:1px solid rgba(15,23,42,0.12);
background:#f3f4f6;
margin-bottom:8px;
}
.ac247-consent-ack{
display:flex;
align-items:flex-start;
gap:6px;
font-size:12px;
color:#111827;
margin-bottom:12px;
}
.ac247-consent-ack input{
margin-top:2px;
}
.ac247-form-footer{
margin-top:10px;
display:flex;
flex-wrap:wrap;
gap:10px;
align-items:center;
justify-content:space-between;
}
.ac247-note{
font-size:11px;
color:#6b7280;
}
.ac247-msg{
margin-top:8px;
font-size:12px;
display:none;
}
.ac247-msg.success{color:#15803d}
.ac247-msg.error{color:#b91c1c}
/* MINI FOOTER */
.ac247-consult-footer{
border-top:1px solid rgba(148,163,184,.3);
margin-top:28px;
padding:14px 16px 18px;
color:#e5e7eb;
font-size:11px;
}
.ac247-consult-footer-inner{
max-width:960px;
margin:0 auto;
display:flex;
flex-wrap:wrap;
gap:10px;
justify-content:space-between;
align-items:center;
}
.ac247-consult-footer-links a{
color:#bfdbfe;
text-decoration:none;
margin-right:8px;
}
.ac247-consult-footer-links a:hover{
text-decoration:underline;
}
@media (max-width: 900px){
.ac247-consult-header-inner{
flex-direction:column;
align-items:flex-start;
}
.ac247-consult-header-meta{
text-align:left;
}
.ac247-consult-hero{
flex-direction:column;
text-align:center;
align-items:center;
}
.ac247-consult-hero-text{
text-align:center;
}
}
@media (max-width: 640px){
.ac247-consult-main{
padding-top:18px;
}
.ac247-consult-hero{
padding:18px 14px;
}
.ac247-consult-grid{
grid-template-columns:1fr;
}
}
Secure payment methods accepted
Free Consultation
Every business needs funding to start, grow, and thrive.
Tell us about your situation and we’ll recommend the most efficient
Aged Corporation + Credit Builder + tradeline strategy for your goals.
Speak with an Aged Corps 24/7 specialist · Call (406) 283-3338
Start Free Analysis
Back to Aged Corps Inventory
Free Analysis Request
Once we receive your details, our team will review your goals, funding needs, and current
profile. We’ll respond with a recommended Aged Corporation strategy and next steps for funding.