:root {
    --jcbc-black: #111315;
    --jcbc-ink: #202326;
    --jcbc-gold: #d5a63c;
    --jcbc-gold-dark: #a97816;
    --jcbc-cream: #f7f2e8;
    --jcbc-soft: #f4f5f6;
    --jcbc-line: #dfe2e5;
    --jcbc-white: #ffffff;
    --jcbc-muted: #626970;
    --jcbc-success: #147a4b;
    --jcbc-shadow: 0 18px 50px rgba(17, 19, 21, 0.12);
    --jcbc-radius: 18px;
    --jcbc-radius-small: 12px;
    --jcbc-container: 1180px;
}

.jcbc-page-shell,
.jcbc-page-shell * {
    box-sizing: border-box;
}

.jcbc-page-shell {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    color: var(--jcbc-ink);
    background: var(--jcbc-white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
    text-rendering: optimizeLegibility;
}

.jcbc-page-shell img {
    max-width: 100%;
    height: auto;
}

.jcbc-page-shell a {
    color: inherit;
}

.jcbc-container {
    width: min(calc(100% - 32px), var(--jcbc-container));
    margin-inline: auto;
}

.jcbc-skip-link {
    position: fixed;
    z-index: 99999;
    left: 16px;
    top: 10px;
    transform: translateY(-150%);
    background: var(--jcbc-black);
    color: var(--jcbc-white) !important;
    padding: 10px 14px;
    border-radius: 8px;
}

.jcbc-skip-link:focus {
    transform: translateY(0);
}

.jcbc-header {
    position: relative;
    z-index: 40;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--jcbc-line);
}

.jcbc-header__inner {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.jcbc-brand .custom-logo-link {
    display: inline-flex;
    align-items: center;
}

.jcbc-brand .custom-logo {
    max-height: 48px;
    width: auto;
}

.jcbc-brand__text {
    display: inline-flex;
    flex-direction: column;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.04em;
}

.jcbc-brand__text span {
    font-size: 13px;
}

.jcbc-brand__text strong {
    margin-top: 4px;
    font-size: 18px;
}

.jcbc-header__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.jcbc-header__phone {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    line-height: 1.2;
    margin-right: 6px;
}

.jcbc-header__phone span {
    font-size: 12px;
    color: var(--jcbc-muted);
}

.jcbc-header__phone strong {
    font-size: 16px;
}

.jcbc-button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 18px;
    border: 2px solid transparent;
    border-radius: 10px;
    font: inherit;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.jcbc-button:hover {
    transform: translateY(-1px);
}

.jcbc-button:focus-visible,
.jcbc-page-shell a:focus-visible,
.jcbc-page-shell input:focus-visible,
.jcbc-page-shell select:focus-visible,
.jcbc-page-shell summary:focus-visible {
    outline: 3px solid rgba(213, 166, 60, 0.45);
    outline-offset: 3px;
}

.jcbc-button--gold {
    color: #17130a !important;
    background: var(--jcbc-gold);
    border-color: var(--jcbc-gold);
}

.jcbc-button--gold:hover {
    background: #e3b84f;
    border-color: #e3b84f;
}

.jcbc-button--dark {
    color: var(--jcbc-white) !important;
    background: var(--jcbc-black);
    border-color: var(--jcbc-black);
}

.jcbc-button--light {
    color: var(--jcbc-black) !important;
    background: var(--jcbc-white);
    border-color: var(--jcbc-white);
}

.jcbc-button--outline {
    color: var(--jcbc-black) !important;
    background: transparent;
    border-color: var(--jcbc-black);
}

.jcbc-button--text {
    min-height: 44px;
    color: var(--jcbc-black);
    background: transparent;
    border-color: transparent;
    padding-inline: 6px;
}

.jcbc-button--large {
    min-height: 52px;
    padding-inline: 22px;
}

.jcbc-button--block {
    width: 100%;
}

.jcbc-button--grow {
    flex: 1;
}

.jcbc-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 0%, rgba(213, 166, 60, 0.18), transparent 34%),
        linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
    padding: 34px 0 36px;
}

.jcbc-hero__grid {
    display: grid;
    grid-template-columns: 1.12fr 0.82fr 0.98fr;
    gap: 24px;
    align-items: stretch;
}

.jcbc-hero__content {
    align-self: center;
    padding-block: 12px;
}

.jcbc-eyebrow {
    margin: 0 0 8px;
    color: var(--jcbc-gold-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.jcbc-hero h1,
.jcbc-section h2,
.jcbc-final-cta h2,
.jcbc-quote-card h2 {
    color: var(--jcbc-black);
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: -0.025em;
    line-height: 1.06;
}

.jcbc-hero h1 {
    margin: 0;
    font-size: clamp(36px, 4vw, 58px);
}

.jcbc-hero__lead {
    margin: 16px 0;
    max-width: 60ch;
    color: #454b50;
    font-size: 17px;
}

.jcbc-check-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 20px;
    display: grid;
    gap: 9px;
}

.jcbc-check-list li {
    position: relative;
    padding-left: 28px;
    font-weight: 650;
}

.jcbc-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #17130a;
    background: var(--jcbc-gold);
    font-size: 12px;
    font-weight: 900;
}

.jcbc-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.jcbc-microcopy {
    margin: 10px 0 0;
    color: var(--jcbc-muted);
    font-size: 12px;
}

.jcbc-hero__media {
    position: relative;
    min-height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: var(--jcbc-radius);
    box-shadow: var(--jcbc-shadow);
    background: var(--jcbc-black);
}

.jcbc-hero__media picture,
.jcbc-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
}

.jcbc-hero__media img {
    object-fit: cover;
}

.jcbc-hero__media figcaption {
    position: absolute;
    left: 12px;
    bottom: 12px;
    padding: 7px 10px;
    border-radius: 999px;
    color: var(--jcbc-white);
    background: rgba(17, 19, 21, 0.78);
    backdrop-filter: blur(8px);
    font-size: 12px;
    font-weight: 700;
}

.jcbc-quote-card {
    align-self: stretch;
    padding: 22px;
    border: 1px solid #e3ded2;
    border-top: 5px solid var(--jcbc-gold);
    border-radius: var(--jcbc-radius);
    background: var(--jcbc-white);
    box-shadow: var(--jcbc-shadow);
}

.jcbc-quote-card__head {
    margin-bottom: 15px;
}

.jcbc-step-label {
    display: inline-flex;
    margin-bottom: 6px;
    color: var(--jcbc-gold-dark);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.jcbc-quote-card h2 {
    margin: 0 0 4px;
    font-size: 28px;
}

.jcbc-quote-card__head p {
    margin: 0;
    color: var(--jcbc-muted);
    font-size: 14px;
}

.jcbc-field-grid {
    display: grid;
    gap: 11px;
}

.jcbc-field-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jcbc-field-grid + .jcbc-field-grid,
.jcbc-field-grid + .jcbc-field,
.jcbc-field + .jcbc-field-grid,
.jcbc-field + .jcbc-field,
.jcbc-field-grid + .jcbc-button,
.jcbc-field + .jcbc-button {
    margin-top: 11px;
}

.jcbc-field label {
    display: block;
    margin-bottom: 5px;
    color: #30353a;
    font-size: 13px;
    font-weight: 800;
}

.jcbc-field input,
.jcbc-field select {
    width: 100%;
    min-height: 46px;
    margin: 0;
    padding: 10px 11px;
    border: 1px solid #cdd2d6;
    border-radius: 9px;
    color: var(--jcbc-black);
    background: var(--jcbc-white);
    font: inherit;
    font-size: 16px;
}

.jcbc-field input:focus,
.jcbc-field select:focus {
    border-color: var(--jcbc-gold-dark);
}

.jcbc-field input[aria-invalid="true"],
.jcbc-field select[aria-invalid="true"] {
    border-color: #b42318;
    background: #fff7f6;
}

.jcbc-form-alt,
.jcbc-privacy-note {
    margin: 9px 0 0;
    color: var(--jcbc-muted);
    font-size: 12px;
    text-align: center;
}

.jcbc-form-alt a {
    font-weight: 850;
}

.jcbc-form-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.jcbc-form-status {
    min-height: 20px;
    margin-top: 8px;
    color: #a82c20;
    font-size: 13px;
    font-weight: 700;
}

.jcbc-form-status.is-success {
    color: var(--jcbc-success);
}

.jcbc-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.jcbc-success-panel {
    min-height: 100%;
    display: grid;
    place-content: center;
    text-align: center;
    padding: 28px 8px;
}

.jcbc-success-panel__icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    margin: 0 auto 14px;
    border-radius: 50%;
    color: var(--jcbc-white);
    background: var(--jcbc-success);
    font-size: 28px;
    font-weight: 900;
}

.jcbc-success-panel p {
    margin: 8px 0 0;
}

.jcbc-success-panel a {
    font-weight: 850;
}

.jcbc-trust-bar {
    border-top: 1px solid var(--jcbc-line);
    border-bottom: 1px solid var(--jcbc-line);
    background: var(--jcbc-black);
    color: var(--jcbc-white);
}

.jcbc-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.jcbc-trust-grid > div {
    padding: 17px 18px;
    border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.jcbc-trust-grid > div:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.jcbc-trust-grid strong,
.jcbc-trust-grid span {
    display: block;
}

.jcbc-trust-grid strong {
    color: var(--jcbc-gold);
    font-size: 15px;
}

.jcbc-trust-grid span {
    margin-top: 2px;
    color: #d8dbdd;
    font-size: 12px;
}

.jcbc-section {
    padding: 48px 0;
}

.jcbc-section--soft {
    background: var(--jcbc-soft);
}

.jcbc-section--dark {
    color: var(--jcbc-white);
    background: var(--jcbc-black);
}

.jcbc-section-heading {
    max-width: 680px;
    margin-bottom: 24px;
}

.jcbc-section-heading--center {
    margin-inline: auto;
    text-align: center;
}

.jcbc-section-heading--light h2 {
    color: var(--jcbc-white);
}

.jcbc-section h2,
.jcbc-final-cta h2 {
    margin: 0;
    font-size: clamp(30px, 3vw, 42px);
}

.jcbc-section h3 {
    color: var(--jcbc-black);
    line-height: 1.2;
}

.jcbc-card-grid {
    display: grid;
    gap: 16px;
}

.jcbc-card-grid--three {
    grid-template-columns: repeat(3, 1fr);
}

.jcbc-step-card {
    position: relative;
    padding: 22px;
    border: 1px solid var(--jcbc-line);
    border-radius: var(--jcbc-radius-small);
    background: var(--jcbc-white);
}

.jcbc-step-card__number {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    border-radius: 50%;
    color: #17130a;
    background: var(--jcbc-gold);
    font-weight: 900;
}

.jcbc-step-card h3 {
    margin: 0 0 7px;
    font-size: 20px;
}

.jcbc-step-card p {
    margin: 0;
    color: var(--jcbc-muted);
}

.jcbc-split {
    display: grid;
    grid-template-columns: 1.12fr 0.88fr;
    gap: 26px;
    align-items: start;
}

.jcbc-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 20px;
}

.jcbc-chip-grid span {
    padding: 8px 11px;
    border: 1px solid #d3d6d9;
    border-radius: 999px;
    background: var(--jcbc-white);
    font-size: 13px;
    font-weight: 750;
}

.jcbc-reason-panel {
    padding: 24px;
    border-radius: var(--jcbc-radius);
    color: var(--jcbc-white);
    background: var(--jcbc-black);
}

.jcbc-reason-panel h2 {
    color: var(--jcbc-white);
    font-size: 34px;
}

.jcbc-check-list--compact {
    margin-bottom: 16px;
    gap: 8px;
}

.jcbc-check-list--compact li {
    font-weight: 600;
}

.jcbc-text-link {
    color: var(--jcbc-gold) !important;
    font-weight: 900;
    text-decoration: none;
}

.jcbc-local__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
}

.jcbc-local p:not(.jcbc-eyebrow) {
    color: #4b5258;
}

.jcbc-answer-stack {
    display: grid;
    gap: 10px;
}

.jcbc-answer-stack article {
    padding: 16px 18px;
    border-left: 4px solid var(--jcbc-gold);
    border-radius: 0 var(--jcbc-radius-small) var(--jcbc-radius-small) 0;
    background: var(--jcbc-cream);
}

.jcbc-answer-stack h3 {
    margin: 0 0 4px;
    font-size: 17px;
}

.jcbc-answer-stack p {
    margin: 0;
    font-size: 14px;
}

.jcbc-review-card {
    margin: 0;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--jcbc-radius-small);
    background: rgba(255, 255, 255, 0.06);
}

.jcbc-review-card p {
    margin: 0 0 14px;
    color: var(--jcbc-white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    line-height: 1.25;
}

.jcbc-review-card footer {
    color: #c6c9cb;
    font-size: 12px;
}

.jcbc-faq__grid {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    gap: 30px;
    align-items: start;
}

.jcbc-faq__intro {
    position: sticky;
    top: 20px;
}

.jcbc-faq__intro > p:not(.jcbc-eyebrow) {
    color: var(--jcbc-muted);
}

.jcbc-accordion details {
    border-top: 1px solid var(--jcbc-line);
}

.jcbc-accordion details:last-child {
    border-bottom: 1px solid var(--jcbc-line);
}

.jcbc-accordion summary {
    position: relative;
    list-style: none;
    padding: 16px 42px 16px 0;
    cursor: pointer;
    color: var(--jcbc-black);
    font-weight: 850;
}

.jcbc-accordion summary::-webkit-details-marker {
    display: none;
}

.jcbc-accordion summary::after {
    content: "+";
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--jcbc-gold-dark);
    font-size: 24px;
    font-weight: 500;
}

.jcbc-accordion details[open] summary::after {
    content: "−";
}

.jcbc-accordion details > div {
    padding: 0 42px 14px 0;
}

.jcbc-accordion p {
    margin: 0;
    color: var(--jcbc-muted);
}

.jcbc-final-cta {
    padding: 38px 0;
    color: var(--jcbc-white);
    background: linear-gradient(125deg, #161718, #292318);
}

.jcbc-final-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.jcbc-final-cta h2 {
    color: var(--jcbc-white);
}

.jcbc-final-cta p:not(.jcbc-eyebrow) {
    margin: 8px 0 0;
    color: #dedede;
}

.jcbc-final-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.jcbc-footer {
    padding: 18px 0;
    color: #cbd0d3;
    background: #0b0c0d;
    font-size: 12px;
}

.jcbc-footer__inner {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.jcbc-footer a {
    color: var(--jcbc-white);
}

.jcbc-mobile-bar {
    display: none;
}

@media (max-width: 1050px) {
    .jcbc-hero__grid {
        grid-template-columns: 1fr 1fr;
    }

    .jcbc-hero__content {
        grid-column: 1 / -1;
        padding-bottom: 0;
    }

    .jcbc-hero__media {
        min-height: 390px;
    }

    .jcbc-header__phone {
        display: none;
    }
}

@media (max-width: 780px) {
    .jcbc-page-shell {
        padding-bottom: 66px;
    }

    .jcbc-container {
        width: min(calc(100% - 24px), var(--jcbc-container));
    }

    .jcbc-header__inner {
        min-height: 62px;
    }

    .jcbc-brand .custom-logo {
        max-height: 40px;
        max-width: 150px;
    }

    .jcbc-hide-small,
    .jcbc-header .jcbc-button--gold {
        display: none;
    }

    .jcbc-hero {
        padding: 24px 0 26px;
    }

    .jcbc-hero__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .jcbc-hero__content,
    .jcbc-quote-card,
    .jcbc-hero__media {
        grid-column: 1;
    }

    .jcbc-hero__content {
        order: 1;
    }

    .jcbc-quote-card {
        order: 2;
    }

    .jcbc-hero__media {
        order: 3;
        min-height: 230px;
        max-height: 300px;
    }

    .jcbc-hero h1 {
        font-size: clamp(34px, 10.4vw, 46px);
    }

    .jcbc-hero__lead {
        font-size: 16px;
    }

    .jcbc-hero__buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    .jcbc-microcopy {
        max-width: 52ch;
    }

    .jcbc-trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .jcbc-trust-grid > div,
    .jcbc-trust-grid > div:last-child {
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .jcbc-trust-grid > div:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, 0.12);
    }

    .jcbc-section {
        padding: 36px 0;
    }

    .jcbc-card-grid--three,
    .jcbc-split,
    .jcbc-local__grid,
    .jcbc-faq__grid {
        grid-template-columns: 1fr;
    }

    .jcbc-faq__intro {
        position: static;
    }

    .jcbc-final-cta__inner,
    .jcbc-footer__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .jcbc-final-cta__actions {
        width: 100%;
        justify-content: stretch;
    }

    .jcbc-final-cta__actions .jcbc-button {
        flex: 1;
    }

    .jcbc-mobile-bar {
        position: fixed;
        z-index: 9998;
        left: 0;
        right: 0;
        bottom: 0;
        display: grid;
        grid-template-columns: 1fr 1.2fr;
        min-height: 62px;
        padding: 7px;
        gap: 7px;
        background: rgba(17, 19, 21, 0.97);
        box-shadow: 0 -8px 22px rgba(0, 0, 0, 0.18);
    }

    .jcbc-mobile-bar a {
        min-height: 48px;
        display: grid;
        place-items: center;
        border-radius: 8px;
        color: var(--jcbc-white);
        font-weight: 900;
        text-decoration: none;
    }

    .jcbc-mobile-bar a:first-child {
        border: 1px solid rgba(255, 255, 255, 0.45);
    }

    .jcbc-mobile-bar a:last-child {
        color: #17130a;
        background: var(--jcbc-gold);
    }
}

@media (max-width: 480px) {
    .jcbc-field-grid--two {
        grid-template-columns: 1fr;
    }

    .jcbc-quote-card {
        padding: 18px;
    }

    .jcbc-trust-grid > div {
        padding: 14px 11px;
    }

    .jcbc-trust-grid strong {
        font-size: 14px;
    }

    .jcbc-trust-grid span {
        font-size: 11px;
    }

    .jcbc-final-cta__actions {
        display: grid;
        grid-template-columns: 1fr;
    }
}

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