/* =========================================================
   CHISHOLM LAW FIRM — APPLY LANDING
   No font-family declared (inherits from theme)
   ========================================================= */
#rc-sticky-cta-top {
    display: none !important
}

#rc-sticky-cta-bottom {
    display: none !important;
}

/* ---------- Reset / scope ---------- */
body.chisholm-lp-body {
    margin: 0;
    padding: 0;
    color: #0A2946;
    background: #fff;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.chisholm-lp-body *,
body.chisholm-lp-body *::before,
body.chisholm-lp-body *::after {
    box-sizing: border-box;
}

body.chisholm-lp-body img {
    max-width: 100%;
    display: block;
}

body.chisholm-lp-body a {
    color: #0A2946;
    text-decoration: none;
    transition: color .2s ease;
}

body.chisholm-lp-body p {
    margin: 0 0 1em;
}

body.chisholm-lp-body h1,
body.chisholm-lp-body h3,
body.chisholm-lp-body h4 {
    margin: 0 0 .4em;
    line-height: 1.2;
    font-weight: 800;
    color: #0A2946;
    letter-spacing: -.01em;
}

body.chisholm-lp-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* ---------- Wrap ---------- */
.wrap {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ---------- Utilities ---------- */
.text-center {
    text-align: center;
}

.mt-8 {
    margin-top: 8px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-14 {
    margin-top: 14px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-36 {
    margin-top: 36px;
}

.mb-14 {
    margin-bottom: 14px;
}

.logo-lockup img {
    max-width: 185px !important;
}

@media(max-width:768px) {
    .logo-lockup img {
        max-width: 145px !important;
    }
}

/* ---------- Buttons ---------- */
.btn-gold {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 36px;
    background: #FEC70A;
    color: #0A2946 !important;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    transition: transform .15s ease, background .2s ease, box-shadow .2s ease;
    box-shadow: 0 4px 14px rgba(254, 199, 10, .35);
}

.btn-gold:hover {
    background: #ffd11a;
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(254, 199, 10, .5);
    color: #0A2946 !important;
}

.btn-block {
    display: flex;
    width: 100%;
}

.btn-navy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 44px;
    background: #0A2946;
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    transition: transform .15s ease, background .2s ease, box-shadow .2s ease;
    box-shadow: 0 4px 14px rgba(10, 41, 70, .25);
}

.btn-navy:hover {
    background: #143a63;
    transform: translateY(-1px);
    color: #fff !important;
}

.micro {
    display: block;
    margin-top: 10px;
    color: rgba(10, 41, 70, .55);
    font-size: 13px;
    font-weight: 500;
    text-align: left;
}

/* ---------- Top bar ---------- */
.top-bar {
    background: #0A2946;
    color: #fff;
    text-align: center;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .01em;
}

.top-bar a {
    color: #fff !important;
    font-weight: 700;
    text-decoration: none;
}

/* ---------- Logo header ---------- */
.logo-header {
    background: #F5F1E8;
    padding: 24px 16px 22px;
    text-align: center;
}

.logo-lockup {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    text-align: center;
}

.logo-lockup>div:last-child {
    text-align: center;
}

.logo-bar {
    flex: none;
    width: 18px;
    height: 1.5px;
    background: #0A2946;
    align-self: center;
}

.logo-img {
    width: auto;
    height: 48px;
    margin: 0 auto 6px;
    display: block;
}

.logo-firm {
    font-size: 18px;
    font-weight: 800;
    color: #0A2946;
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 1.05;
    white-space: nowrap;
}

.logo-tag {
    margin-top: 6px;
    font-size: 11px;
    color: #0A2946;
    text-transform: uppercase;
    letter-spacing: .22em;
    font-weight: 600;
}

/* The original markup wraps both .logo-bar and a wrapping div. Sit logo-bars on each side of the firm name. */
.logo-lockup>div {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

/* ---------- Hero ---------- */
.hero {
    background: #F5F1E8;
    padding: 30px 0 80px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 60px;
    align-items: start;
}

.hero h1 {
    font-size: clamp(28px, 3.6vw, 44px);
    line-height: 1.18;
    letter-spacing: -.02em;
    margin: 0 0 18px;
    color: #0A2946;
    font-weight: 900;
}

.hero h1 span {
    color: #FEC70A;
    font-style: italic;
    font-weight: 900;
}

.hero-left>.btn-gold {
    margin: 14px 0 12px;
}

.hero-sub {
    font-size: 15px;
    color: #0A2946;
    line-height: 1.65;
    max-width: 560px;
    margin: 0 0 24px;
    font-weight: 500;
}

.hero-bullets {
    margin: 0 0 30px;
    display: grid;
    gap: 12px;
}

.hero-bullets li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    color: #0A2946;
    font-weight: 500;
}

.check-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #19a463;
    font-weight: 900;
    font-size: 14px;
    margin-top: 1px;
}

/* ---------- Form card ---------- */
.form-card {
    background: #fff;
    border-radius: 8px;
    padding: 30px 28px 28px;
    box-shadow: 0 8px 32px rgba(10, 41, 70, .12);
    position: relative;
    border-top: 4px solid #FEC70A;
}

.form-card h3 {
    font-size: 14px;
    font-weight: 800;
    color: #0A2946;
    margin: 0 0 18px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.f-field {
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 12px;
    border: 1.5px solid #E2E8F0;
    border-radius: 4px;
    font-size: 14px;
    color: #0A2946;
    background: #fff;
    transition: border-color .15s ease, box-shadow .15s ease;
    font-family: inherit;
}

.f-field::placeholder {
    color: #94a3b8;
    font-weight: 400;
}

.f-field:focus {
    outline: none;
    border-color: #0A2946;
    box-shadow: 0 0 0 3px rgba(10, 41, 70, .1);
}

select.f-field {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1.5L6 6.5L11 1.5' stroke='%230A2946' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

.f-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 14px 0 18px;
    font-size: 11px;
    color: #5a6678;
    line-height: 1.5;
}

.f-check input[type="checkbox"] {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    accent-color: #0A2946;
    cursor: pointer;
}

.f-check label {
    cursor: pointer;
}

.form-card .btn-gold {
    width: 100%;
}

.form-card .micro {
    text-align: center;
}

/* ---------- Trust bar ---------- */
.trust-bar {
    background: #F5F1E8;
    border-top: 1px solid rgba(10, 41, 70, .08);
    padding: 18px 0;
}

.trust-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px 18px;
    text-align: center;
    font-size: 14px;
    color: #0A2946;
    font-weight: 500;
}

.t-item {
    display: inline-flex;
    align-items: center;
}

.t-num {
    font-weight: 800;
    color: #0A2946;
    margin-right: 2px;
}

.t-sep {
    color: rgba(10, 41, 70, .25);
    font-weight: 400;
}

/* ---------- Section base ---------- */
.sec {
    padding: 80px 0;
}

.sec-navy {
    background: #0A2946;
    color: #fff;
}

.sec-navy h1,
.sec-navy h2,
.sec-navy h3,
.sec-navy h4 {
    color: #fff;
}

.sec-white {
    background: #fff;
}

.sec-gray {
    background: #F5F1E8;
}

.sec-label {
    display: inline-block;
    color: #FEC70A;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .22em;
    margin-bottom: 8px;
}

.sec-white .sec-label,
.sec-gray .sec-label {
    color: #0A2946;
}

.gold-line {
    width: 48px;
    height: 3px;
    background: #FEC70A;
    margin-bottom: 18px;
}

.sec-title {
    font-size: clamp(24px, 2.8vw, 34px);
    line-height: 1.22;
    letter-spacing: -.01em;
    margin: 0 0 18px;
}

.sec-body {
    font-size: 15.5px;
    line-height: 1.75;
    color: rgba(255, 255, 255, .78);
    margin: 0;
    max-width: 640px;
}

.sec-white .sec-body,
.sec-gray .sec-body {
    color: #3a4a5c;
}

/* ---------- Authority ---------- */
.auth-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 60px;
    align-items: start;
}

.auth-text .stats-row {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.s-stat {
    display: flex;
    flex-direction: column;
}

.s-num {
    font-size: 28px;
    font-weight: 800;
    color: #FEC70A;
    line-height: 1.1;
    letter-spacing: -.01em;
}

.s-lbl {
    font-size: 11.5px;
    color: rgba(255, 255, 255, .65);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-top: 4px;
}

.auth-assets {
    display: grid;
    gap: 32px;
}

.author-photo {
    width: 240px;
    height: 240px;
    margin: 0 auto 14px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    border: 3px solid #FEC70A;
    padding: 6px;
    background: rgba(254, 199, 10, .08);
}

.author-name {
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.author-name span {
    display: block;
    color: rgba(255, 255, 255, .65);
    font-weight: 500;
    font-size: 12px;
    text-transform: none;
    letter-spacing: .02em;
    margin-top: 4px;
}

.book-img {
    max-width: 170px !important;
    height: auto;
    margin: 0 auto 12px;
    border-radius: 4px;
}

.book-cap {
    color: rgba(255, 255, 255, .7);
    font-size: 12.5px;
    line-height: 1.5;
    margin: 0;
    font-style: italic;
}

/* ---------- Problem ---------- */
.prob-list {
    display: grid;
    gap: 14px;
    margin: 0;
}

.prob-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 15px;
    color: #0A2946;
    line-height: 1.6;
    font-weight: 500;
}

.x-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(220, 38, 38, .1);
    color: #dc2626;
    font-weight: 900;
    font-size: 12px;
    margin-top: 1px;
}

/* ---------- Solution ---------- */
.sol-grid {
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.sol-card {
    background: rgba(255, 255, 255, .03);
    border-top: 3px solid #FEC70A;
    border-radius: 4px;
    padding: 24px 24px 26px;
    transition: background .25s ease, transform .25s ease;
}

.sol-card:hover {
    background: rgba(255, 255, 255, .06);
    transform: translateY(-3px);
}

.sol-card h4 {
    font-size: 14px;
    color: #fff !important;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 800;
    line-height: 1.35;
}

.sol-card p {
    font-size: 14.5px;
    color: rgba(255, 255, 255, .78);
    line-height: 1.65;
    margin: 0;
}

/* ---------- Qualification ---------- */
.qual-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.qual-box {
    padding: 28px 26px;
    border-radius: 8px;
    border: 1px solid;
}

.qual-box.yes {
    background: #eaf6ee;
    border-color: #cfe9d8;
}

.qual-box.no {
    background: #fdecec;
    border-color: #f5c5c5;
}

.qual-box h4 {
    font-size: 15px;
    margin: 0 0 14px;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-weight: 800;
}

.qual-box.yes h4 {
    color: #19a463;
}

.qual-box.no h4 {
    color: #dc2626;
}

.q-list {
    display: grid;
    gap: 8px;
}

.q-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14.5px;
    color: #0A2946;
    line-height: 1.55;
    font-weight: 500;
}

.y-icon {
    flex-shrink: 0;
    color: #19a463;
    font-weight: 900;
    font-size: 14px;
    margin-top: 1px;
    width: 18px;
    text-align: center;
}

.n-icon {
    flex-shrink: 0;
    color: #dc2626;
    font-weight: 900;
    font-size: 13px;
    margin-top: 2px;
    width: 18px;
    text-align: center;
}

/* ---------- Reviews ---------- */
.reviews-grid {
    margin-top: 36px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.r-card {
    background: rgba(255, 255, 255, .04);
    border-left: 3px solid #FEC70A;
    padding: 26px 28px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
}

.stars {
    color: #FEC70A;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

.r-text {
    color: #fff;
    font-size: 14.5px;
    line-height: 1.7;
    margin: 0 0 18px;
    flex: 1;
    font-style: italic;
}

.r-name {
    color: #FEC70A;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .06em;
}

/* ---------- Process / Steps ---------- */
.steps {
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.step-card {
    text-align: center;
    padding: 0 8px;
}

.step-n {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #0A2946;
    color: #FEC70A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    margin: 0 auto 16px;
    box-shadow: 0 6px 18px rgba(10, 41, 70, .18);
}

.step-card h4 {
    font-size: 14px;
    color: #0A2946;
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 800;
}

.step-card p {
    font-size: 14.5px;
    color: #3a4a5c;
    line-height: 1.6;
    margin: 0;
}

.step-note {
    background: #fff7d1;
    border-left: 4px solid #FEC70A;
    padding: 14px 22px;
    border-radius: 4px;
    text-align: center;
    margin: 36px auto 0;
    max-width: 680px;
    font-size: 14.5px;
    color: #0A2946;
    font-weight: 600;
}

/* ---------- Urgency ---------- */
.urgency {
    background: #0A2946;
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.urgency h2 {
    color: #fff;
    font-size: clamp(22px, 2.6vw, 32px);
    margin: 0 0 14px;
    line-height: 1.25;
}

.urgency p {
    color: rgba(255, 255, 255, .7);
    font-size: 15.5px;
    line-height: 1.7;
    max-width: 620px;
    margin: 0 auto 24px;
}

.urgency .micro {
    text-align: center;
}

/* ---------- Final CTA ---------- */
.final-cta {
    background: #FEC70A;
    padding: 64px 0;
    text-align: center;
}

.final-cta h2 {
    color: #0A2946;
    font-size: clamp(24px, 2.8vw, 34px);
    margin: 0 0 12px;
    line-height: 1.2;
}

.final-cta p {
    color: #0A2946;
    font-size: 15.5px;
    max-width: 620px;
    margin: 0 auto 24px;
    font-weight: 500;
}

/* ---------- FAQ ---------- */
.faq-sec {
    background: #F5F1E8;
    padding: 80px 0;
}

.faq-wrap {
    max-width: 780px;
    margin: 36px auto 0;
    display: grid;
    gap: 10px;
}

.faq-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    overflow: hidden;
    transition: box-shadow .2s ease, border-color .2s ease;
}

.faq-q {
    cursor: pointer;
    padding: 18px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    font-weight: 700;
    color: #0A2946;
    font-size: 14.5px;
    text-transform: uppercase;
    letter-spacing: .02em;
    user-select: none;
    transition: background .15s ease;
}

.faq-q:hover {
    background: rgba(254, 199, 10, .04);
}

.faq-arr {
    flex-shrink: 0;
    color: #0A2946;
    font-size: 12px;
    transition: transform .25s ease, color .2s ease;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #F5F1E8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .25s ease;
    padding: 0 22px;
    color: #3a4a5c;
    font-size: 14.5px;
    line-height: 1.7;
}

.faq-a.open {
    max-height: 600px;
    padding: 0 22px 18px;
}

.faq-item:has(.faq-a.open) {
    border-color: #FEC70A;
    box-shadow: 0 4px 16px rgba(10, 41, 70, .06);
}

.faq-item:has(.faq-a.open) .faq-arr {
    transform: rotate(180deg);
    background: #FEC70A;
}

/* ---------- Footer ---------- */
footer {
    background: #0A2946;
    color: rgba(255, 255, 255, .7);
    padding: 54px 0 32px;
    text-align: center;
}

.foot-firm {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 6px;
}

.foot-tag {
    font-size: 11px;
    color: rgba(255, 255, 255, .6);
    text-transform: uppercase;
    letter-spacing: .22em;
    margin-bottom: 24px;
}

.foot-ph {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 4px;
}

.foot-ph a {
    color: #fff !important;
}

.foot-ph a:hover {
    color: #FEC70A !important;
}

.foot-em {
    font-size: 14px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, .7);
}

.foot-legal {
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: 11.5px;
    color: rgba(255, 255, 255, .45);
    line-height: 1.7;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}

.foot-legal a {
    color: rgba(255, 255, 255, .7) !important;
    text-decoration: underline;
}

.foot-legal a:hover {
    color: #FEC70A !important;
}

/* ---------- Video Testimonials ---------- */
.vt-grid {
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.vt-card {
    background: #0A2946;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(10, 41, 70, .10);
    border-top: 3px solid #FEC70A;
    transition: transform .25s ease, box-shadow .25s ease;
}

.vt-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(10, 41, 70, .18);
}

.vt-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    background: #0A2946;
    overflow: hidden;
    cursor: pointer;
}

.vt-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    transition: transform .35s ease, filter .25s ease;
}

.vt-video:hover .vt-thumb {
    transform: scale(1.04);
    filter: brightness(.85);
}

.vt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    z-index: 2;
    transition: transform .25s ease;
    filter: drop-shadow(0 6px 18px rgba(0, 0, 0, .35));
}

.vt-video:hover .vt-play {
    transform: translate(-50%, -50%) scale(1.08);
}

.vt-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

@media (max-width:960px) {
    .vt-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width:600px) {
    .mf-timeline-line {
        display: none !important;
    }

    .vt-card {
        border-radius: 6px;
    }
}

/* ---------- Meet Our Founder ---------- */
.mf-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}

.mf-header .gold-line {
    margin-left: auto;
    margin-right: auto;
}

.mf-header .sec-label {
    display: inline-block;
}

.mf-header .sec-body {
    margin-top: 12px;
    color: rgba(255, 255, 255, .78);
}

/* Video block */
.mf-video-wrap {
    margin: 42px auto 0;
    max-width: 860px;
}

.mf-video-card {
    background: #0A2946;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .45);
    border-top: 4px solid #FEC70A;
    position: relative;
}

.mf-video-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(254, 199, 10, .15);
}

.mf-video-cap {
    margin: 18px 0 0;
    text-align: center;
    color: #FEC70A;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

/* Horizontal timeline */
.mf-timeline-h {
    margin-top: 64px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    position: relative;
}

.mf-timeline-line {
    position: absolute;
    top: 24px;
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(90deg, rgba(254, 199, 10, .25) 0%, #FEC70A 50%, rgba(254, 199, 10, .25) 100%);
    z-index: 0;
}

.mf-step {
    position: relative;
    text-align: center;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mf-step-marker {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FEC70A;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 6px #0A2946, 0 0 0 8px #FEC70A;
    margin-bottom: 22px;
    transition: transform .25s ease;
}

.mf-step:hover .mf-step-marker {
    transform: scale(1.08);
}

.mf-step-year {
    color: #0A2946;
    font-weight: 900;
    font-size: 13px;
    letter-spacing: .02em;
}

.mf-step-content {
    background: rgba(255, 255, 255, .04);
    border-top: 3px solid #FEC70A;
    border-radius: 6px;
    padding: 22px 22px 24px;
    width: 100%;
    transition: background .25s ease, transform .25s ease;
}

.mf-step:hover .mf-step-content {
    background: rgba(255, 255, 255, .07);
    transform: translateY(-3px);
}

.mf-step-title {
    color: #FEC70A;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 10px;
    line-height: 1.3;
}

.mf-step-content p {
    font-size: 14px;
    color: rgba(255, 255, 255, .78);
    line-height: 1.65;
    margin: 0;
}

@media (max-width:960px) {
    .mf-timeline-h {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 48px;
    }

    .mf-timeline-line {
        top: 8%;
        bottom: 8%;
        left: 50%;
        right: auto;
        width: 2px;
        height: auto;
        background: linear-gradient(180deg, rgba(254, 199, 10, .25) 0%, #FEC70A 50%, rgba(254, 199, 10, .25) 100%);
        transform: translateX(-50%);
    }

    .mf-step {
        flex-direction: row;
        text-align: left;
        align-items: flex-start;
        gap: 18px;
    }

    .mf-step-marker {
        flex-shrink: 0;
        margin-bottom: 0;
        margin-top: 4px;
        width: 46px;
        height: 46px;
    }

    .mf-step-year {
        font-size: 12px;
    }
}

@media (max-width:600px) {
    .mf-video-wrap {
        margin-top: 32px;
    }

    .mf-step-content {
        padding: 18px 18px 20px;
    }
}

/* ---------- FAQ (Reference) ---------- */
.cf-faq-sec {
    background: #F5F1E8;
    padding: 80px 0;
    border-top: 4px solid #FEC70A;
}

.cf-faq-wrap {
    max-width: 880px;
    margin: 36px auto 0;
}

.cf-faq-item {
    border-bottom: 1px solid rgba(10, 41, 70, .12);
}

.cf-faq-item:first-child {
    border-top: 1px solid rgba(10, 41, 70, .12);
}

.cf-faq-q {
    cursor: pointer;
    padding: 24px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    font-weight: 800;
    color: #0A2946;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 1.4;
    user-select: none;
    transition: color .15s ease;
}

.cf-faq-q>span:first-child {
    flex: 1;
}

.cf-faq-q:hover {
    color: #143a63;
}

.cf-faq-arr {
    flex-shrink: 0;
    color: #FEC70A;
    font-size: 14px;
    transition: transform .3s ease;
    line-height: 1;
}

.cf-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease, padding .25s ease;
    padding: 0 8px;
    color: #3a4a5c;
    font-size: 14.5px;
    line-height: 1.7;
}

.cf-faq-a p {
    margin: 0 0 14px;
}

.cf-faq-a p:last-child {
    margin-bottom: 0;
}

.cf-faq-a.open {
    max-height: 2000px;
    padding: 0 8px 26px;
}

.cf-faq-item:has(.cf-faq-a.open) .cf-faq-q {
    color: #0A2946;
}

.cf-faq-item:has(.cf-faq-a.open) .cf-faq-arr {
    transform: rotate(180deg);
}

@media (max-width:768px) {
    .cf-faq-sec {
        padding: 60px 0;
    }

    .cf-faq-wrap {
        max-width: 100%;
    }

    .cf-faq-q {
        padding: 18px 4px;
        font-size: 13px;
        letter-spacing: .03em;
        gap: 14px;
    }

    .cf-faq-arr {
        font-size: 13px;
    }

    .cf-faq-a {
        padding: 0 4px;
        font-size: 14px;
    }

    .cf-faq-a.open {
        padding: 0 4px 20px;
    }
}

@media (max-width:480px) {
    .cf-faq-sec {
        padding: 50px 0;
    }

    .cf-faq-q {
        font-size: 12.5px;
        padding: 16px 2px;
    }
}

/* ---------- Responsive ---------- */
@media (max-width:960px) {

    .hero-grid,
    .auth-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .sol-grid,
    .qual-cols,
    .reviews-grid {
        grid-template-columns: 1fr;
    }

    .steps {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .auth-text .stats-row {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }

    .sec {
        padding: 60px 0;
    }

    .urgency,
    .faq-sec {
        padding: 60px 0;
    }

    .hero {
        padding: 30px 0 56px;
    }
}

@media (max-width:600px) {
    body.chisholm-lp-body {
        font-size: 15px;
    }

    #badges-container {
        display: flex;
        justify-content: center;
    }

    /*#badges-container img {*/
    /*    max-width: 85px;*/
    /*}*/

    .wrap {
        padding: 0 18px;
    }

    .top-bar {
        font-size: 12.5px;
        display: none !important;
    }

    .logo-header {
        background: #fff;
        padding: 18px 0 0px;
        border-bottom: 1px solid rgba(10, 41, 70, .08);
    }

    .logo-lockup {
        gap: 14px;
        align-items: center;
    }

    .logo-lockup>.logo-bar:last-of-type {
        display: none;
    }

    .logo-bar {
        width: 2.5px;
        height: 46px;
        align-self: center;
    }

    .logo-img {
        height: 44px;
    }

    .logo-firm {
        font-size: 19px;
        letter-spacing: .04em;
        line-height: 1.08;
    }

    .logo-tag {
        font-size: 9.5px;
        letter-spacing: .12em;
        white-space: nowrap;
        margin-top: 5px;
    }

    .hero {
        background: #fff;
        padding: 30px 0 50px;
    }

    .hero h1 {
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: -.015em;
        margin-bottom: 16px;
        font-weight: 900;
    }

    .hero-left>.btn-gold {
        margin: 18px 0 14px;
    }

    .hero-sub {
        font-size: 14.5px;
        line-height: 1.6;
        margin-bottom: 22px;
    }

    .check-icon {
        width: 18px;
        height: 18px;
        background: #0A2946;
        color: #fff;
        border-radius: 50%;
        font-size: 12px;
        font-weight: 900;
        margin-top: 0;
    }

    .hero-bullets {
        gap: 16px;
        padding-left: 2px;
        margin-bottom: 28px;
    }

    .hero-bullets li {
        gap: 14px;
        align-items: center;
        font-size: 14.5px;
        color: #0A2946;
        font-weight: 600;
        line-height: 1.4;
    }

    .form-card {
        padding: 24px 20px;
    }

    .btn-gold,
    .btn-navy {
        padding: 16px 24px;
        width: 100%;
        font-size: 13px;
    }

    .form-card .btn-gold {
        width: 100%;
    }

    .qual-box,
    .sol-card,
    .r-card {
        padding: 22px 20px;
    }

    .auth-text .stats-row {
        display: none;
    }

    .auth-text .stats-row+p {
        display: none;
    }

    #authority h2,
    #authority .sec-title {
        color: #fff !important;
    }

    #solution h2,
    #solution .sec-title {
        color: #fff !important;
    }

    #solution .sol-card h4 {
        color: #FEC70A !important;
    }

    #social-proof h2,
    #social-proof .sec-title {
        color: #fff !important;
    }

    .author-photo {
        width: 200px;
        height: 200px;
    }

    .trust-bar {
        background: #0A2946;
        padding: 32px 0 24px;
        border-top: none;
    }

    .trust-inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px 12px;
        font-size: 14px;
        color: #fff;
        font-weight: 600;
        text-align: left;
    }

    .t-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        color: #fff;
    }

    .t-num {
        color: #FEC70A;
        font-size: 24px;
        font-weight: 800;
        line-height: 1.1;
        margin-right: 0;
    }

    .t-sep {
        display: none;
    }

    #authority {
        padding-top: 24px;
    }

    .faq-q {
        padding: 14px 16px;
        font-size: 13.5px;
    }

    .faq-a.open {
        padding: 0 16px 16px;
    }

    .sec {
        padding: 50px 0;
    }

    .urgency,
    .faq-sec,
    .final-cta {
        padding: 50px 0;
    }

    .step-note {
        padding: 14px 18px;
        font-size: 13.5px;
    }

    .foot-legal {
        padding: 0 4px;
        padding-top: 24px;
    }
}

#badges-container {
    display: flex;
}

.force-white-color {
    color: #fff;
}

.gchoice_6_13_1 label {
    margin-left: 10px;
    font-size: 12px !important;
    font-weight: 500;
    color: #000;
}

input#gform_submit_button_6 {
    background-color: #FFC107FF;
    color: #000;
    padding: 9px 50px 9px 50px;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    font-weight: 700;
}

#field_6_21 .gfield_label {
    display: inline-block !important;
}