.jl-public {
    background-color: #ffffff;
    color: #1b1f24;
}

.jl-public .content-wrapper {
    padding-top: 0;
    margin-top: 0;
}

.jl-page {
    padding: 18px 0 32px;
}

.jl-section {
    padding: 28px 0;
}

.jl-section-muted {
    background-color: #f5f6f8;
    border-top: 1px solid #e3e7ee;
    border-bottom: 1px solid #e3e7ee;
}

.jl-section-title {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin: 0 0 14px;
}

.jl-hero {
    padding-top: 10px;
    padding-bottom: 18px;
}

.jl-hero-compact {
    padding-top: 18px;
    padding-bottom: 10px;
}

.jl-hero-title {
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 10px;
}

.jl-hero-subtitle {
    font-size: 1rem;
    color: #5b6776;
    margin: 0 0 10px;
}

.jl-key-thought {
    font-size: 0.95rem;
    color: #1f4f8b;
    font-weight: 600;
    margin: 0;
}

.jl-card {
    background: #ffffff;
    border: 1px solid #d8dde6;
    border-radius: 10px;
    padding: 16px;
}

.jl-card-compact {
    padding: 14px;
}

.jl-card-title {
    font-weight: 700;
    font-size: 1rem;
    margin: 0 0 6px;
}

.jl-card-text {
    color: #5b6776;
    font-size: 0.95rem;
    margin: 0;
}

.jl-scheme-title {
    font-weight: 700;
    color: #2a3340;
    margin-bottom: 10px;
}

.jl-scheme-body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    justify-items: center;
    padding: 10px 0 4px;
}

.jl-scheme-node {
    width: 100%;
    text-align: center;
    background: #f7f8fa;
    border: 1px solid #d8dde6;
    border-radius: 10px;
    padding: 10px 12px;
    font-weight: 700;
    color: #2a3340;
}

.jl-scheme-arrow {
    color: #1f5f4a;
    font-weight: 800;
}

.jl-steps {
    display: flex;
    align-items: stretch;
    gap: 10px;
    flex-wrap: nowrap;
}

.jl-step {
    flex: 1 1 0;
    background: #ffffff;
    border: 1px solid #d8dde6;
    border-radius: 10px;
    padding: 14px;
    min-width: 0;
}

.jl-step-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.jl-step-number {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1f4f8b;
    color: #1f4f8b;
    font-weight: 800;
}

.jl-step-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f5f7fb;
    color: #1f4f8b;
}

.jl-step-text {
    font-size: 0.95rem;
    color: #2a3340;
    line-height: 1.35;
}

.jl-step-sep {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1f5f4a;
    font-weight: 800;
    padding: 0 2px;
}

.jl-underflow {
    margin-top: 12px;
    color: #2a3340;
    font-weight: 600;
}

.jl-list {
    margin: 10px 0 0;
    padding-left: 1.2rem;
    color: #2a3340;
}

.jl-list li {
    margin: 6px 0;
}

.jl-contact {
    padding: 18px;
}

.jl-contact-phone {
    display: grid;
    gap: 2px;
    margin-bottom: 10px;
}

.jl-contact-label {
    font-size: 0.85rem;
    color: #5b6776;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.jl-contact-value {
    font-size: 1.6rem;
    font-weight: 800;
    color: #1b1f24;
    text-decoration: none;
}

.jl-contact-meta {
    display: grid;
    gap: 6px;
}

.jl-contact-meta-item {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.jl-contact-meta-label {
    color: #5b6776;
    font-weight: 700;
    min-width: 5.5rem;
}

.jl-contact-meta-value {
    color: #2a3340;
    font-weight: 600;
}

.jl-btn {
    padding: 10px 16px;
    font-weight: 700;
    border-radius: 10px;
}

.jl-public .btn,
.jl-public .btn:focus,
.jl-public .btn:hover {
    box-shadow: none;
    transition: none;
}

.jl-public .btn-primary {
    background-color: #1f4f8b;
    border-color: #1f4f8b;
}

.jl-public .btn-primary:hover {
    background-color: #1f4f8b;
    border-color: #1f4f8b;
}

.jl-contact-subnote {
    margin-top: 8px;
    font-size: 0.85rem;
    color: #5b6776;
}

.jl-howto {
    display: grid;
    gap: 14px;
}

.jl-howto-step {
    border: 1px solid #d8dde6;
    border-radius: 10px;
    background: #ffffff;
    padding: 14px;
}

.jl-howto-left {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 12px;
}

.jl-howto-number {
    font-weight: 800;
    color: #1f4f8b;
    min-width: 2.2rem;
}

.jl-howto-text {
    font-weight: 600;
    color: #2a3340;
}

.jl-howto-flow {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 10px;
    align-items: center;
}

.jl-screenshot {
    background: #f7f8fa;
    border: 1px dashed #b8c0ce;
    border-radius: 10px;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5b6776;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.jl-flow-arrow {
    color: #1f5f4a;
    font-weight: 800;
}

@media (max-width: 992px) {
    .jl-steps {
        flex-wrap: wrap;
    }

    .jl-step-sep {
        display: none;
    }

    .jl-howto-flow {
        grid-template-columns: 1fr;
    }

    .jl-flow-arrow {
        text-align: center;
    }
}

.jl-card-table {
    padding: 0;
}

.jl-table-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid #e3e7ee;
    background: #f7f8fa;
}

.jl-meta-badge {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid #d8dde6;
    background: #ffffff;
    color: #2a3340;
    font-weight: 700;
    font-size: 0.85rem;
}

.jl-table-meta-right {
    color: #1f5f4a;
    font-weight: 700;
    font-size: 0.9rem;
    text-align: right;
}

.jl-table {
    color: #2a3340;
}

.jl-table thead th {
    background: #ffffff;
    border-bottom: 1px solid #e3e7ee;
    color: #5b6776;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 12px 14px;
    white-space: nowrap;
}

.jl-table tbody td {
    border-top: 1px solid #eef1f6;
    padding: 12px 14px;
    vertical-align: middle;
}

.jl-td-strong {
    font-weight: 800;
}

.jl-link {
    color: #1f4f8b;
    text-decoration: none;
}

.jl-link:hover {
    color: #1f4f8b;
    text-decoration: underline;
}

.jl-cell-stack {
    display: grid;
    gap: 2px;
}

.jl-cell-primary {
    font-weight: 700;
}

.jl-cell-secondary {
    color: #5b6776;
    font-size: 0.9rem;
}

.jl-table-footer {
    border-top: 1px solid #e3e7ee;
    padding: 12px 16px;
    background: #ffffff;
}

.jl-card-note {
    padding: 16px;
}

.jl-note-title {
    font-weight: 800;
    margin-bottom: 6px;
    color: #2a3340;
}

.jl-note-text {
    color: #5b6776;
}


.jl-kv {
    border: 1px solid #e3e7ee;
    background: #ffffff;
    border-radius: 10px;
    padding: 12px 12px;
}

.jl-kv-label {
    color: #5b6776;
    font-weight: 800;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.jl-kv-value {
    color: #2a3340;
    font-weight: 700;
    font-size: 1rem;
}

.jl-status-ok {
    color: #1f5f4a;
}

.jl-price-box {
    border: 1px solid #e3e7ee;
    border-radius: 10px;
    background: #f7f8fa;
    padding: 14px 14px;
}

.jl-price-label {
    color: #5b6776;
    font-weight: 800;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}

.jl-price-value {
    color: #1f5f4a;
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 1.2;
}

.jl-note {
    border: 1px solid #e3e7ee;
    border-radius: 10px;
    padding: 12px 12px;
    background: #ffffff;
}

.jl-public-profile .jl-profile-card {
    padding: 18px;
}

.jl-public-profile .jl-profile-form .form-label {
    color: #2a3340;
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 0.02em;
    margin-bottom: 6px;
}

.jl-public-profile .jl-profile-form .form-control,
.jl-public-profile .jl-profile-form .form-select {
    border: 1px solid #d8dde6;
    border-radius: 10px;
    padding: 10px 12px;
    box-shadow: none;
}

.jl-public-profile .jl-profile-form textarea.form-control {
    min-height: 120px;
}

.jl-public-profile .jl-profile-form .form-control:focus,
.jl-public-profile .jl-profile-form .form-select:focus {
    border-color: #1f4f8b;
    box-shadow: none;
}

.jl-public-profile .jl-profile-form .form-text {
    color: #5b6776;
    font-size: 0.9rem;
}

.jl-public-profile .jl-form-section + .jl-form-section {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #e3e7ee;
}

.jl-public-profile .jl-form-actions {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #e3e7ee;
    display: flex;
    justify-content: flex-end;
}

.jl-public-car-form .jl-car-form-card {
    padding: 18px;
}

.jl-public-car-form .jl-car-form .form-label {
    color: #2a3340;
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 0.02em;
    margin-bottom: 6px;
}

.jl-public-car-form .jl-car-form .form-control,
.jl-public-car-form .jl-car-form .form-select {
    border: 1px solid #d8dde6;
    border-radius: 10px;
    padding: 10px 12px;
    box-shadow: none;
}

.jl-public-car-form .jl-car-form .form-control:focus,
.jl-public-car-form .jl-car-form .form-select:focus {
    border-color: #1f4f8b;
    box-shadow: none;
}

.jl-public-car-form .jl-car-form .form-text {
    color: #5b6776;
    font-size: 0.9rem;
}

.jl-public-car-form .jl-form-section + .jl-form-section {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #e3e7ee;
}

.jl-public-car-form .jl-form-actions {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #e3e7ee;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.jl-public-car-form .jl-car-form-options {
    border: 1px solid #e3e7ee;
    background: #ffffff;
    border-radius: 10px;
    padding: 12px 12px;
}

.jl-public-car-form .jl-car-form-options .form-check-label {
    font-weight: 700;
    color: #2a3340;
}

.jl-public-car-form .jl-car-form-options .form-check-input {
    box-shadow: none;
}

nav.navbar.jl-header {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1030;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border-bottom: 2px solid #1f4f8b;
    box-shadow: 0 1px 3px rgba(31, 79, 139, 0.08);
}

.jl-has-fixed-nav .jl-main {
    margin-top: 56px;
}

.jl-header .jl-header-brand {
    color: #1f4f8b;
}

.jl-header .jl-header-brand:hover {
    color: #163a6b;
}

.jl-footer {
    background: linear-gradient(180deg, #f5f6f8 0%, #eef0f4 100%);
    color: #1b1f24;
    border-top: 2px solid #1f4f8b;
}

.jl-footer h5,
.jl-footer h6 {
    color: #1f4f8b;
}

.jl-footer a.text-dark:hover {
    color: #1f4f8b !important;
}
