.hub-qr-sec {
    padding: 130px 0px 100px;
}

.hub-qr-wrapper {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.hub-qr-main {
    flex: 1;
    background-color: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    border: 1.5px solid #F0F0F0;
    font-size: 14px;
}

.hub-qr-box {
    background-color: #FAFAFA;
    border: 1.5px solid #F0F0F0;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 20px;
}

.hub-qr-section-head h2 {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 0;
}

.hub-qr-section-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 0px;
}

.hub-qr-grid-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.hub-qr-cred-group,
.hub-qr-action-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hub-qr-cred-info {
    display: flex;
    flex-direction: column;
}

.hub-qr-item-50 {
    flex: 1 1 calc(50% - 16px);
    background-color: #FFFFFF;
}

.hub-qr-box h3 {
    font-size: 13px;
    font-weight: 800;
    color: #1A1A1B;
    margin-bottom: 6px;
}

.hub-qr-box p {
    font-size: 13px;
    color: #5B5B5C;
    line-height: 1.4;
    margin-bottom: 0;
}

.hub-qr-side {
    width: 35%;
}

.hub-qr-side-card {
    background-color: rgb(244 128 32 / 5%);
    padding: 24px;
    border-radius: 20px;
    font-size: 14px;
}

.hub-qr-side-title {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 8px;
}

.hub-qr-side-text {
    margin-bottom: 20px;
    color: #5B5B5C;
    line-height: 1.5;
}

.hub-qr-side-box {
    background: rgb(244 128 32 / 10%);
    padding: 16px;
    border-radius: 12px;
    margin-bottom: 12px;
    border-left: 3px solid #F48020;
    font-size: 13px;
    line-height: 1.4;
}

.hub-qr-side-box:last-child {
    margin-bottom: 0px;
}

.hub-qr-header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.hub-qr-header-title {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px;
}

.hub-qr-header-title h1 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 0;
}

.hub-qr-header-title p {
    color: #5B5B5C;
    width: 100%;
}

.hub-qr-badge-pet {
    background: rgb(17 47 69 / 10%);
    color: #1e1e1e;
    border: 1px solid rgb(17 47 69 / 30%);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 6px;
}

.hub-qr-status-badge {
    background: #FFF4EC;
    color: #F48020;
    border: 1.5px solid #FAD7C1;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    flex-shrink: 0;
}

.hub-qr-section {
    padding: 0 20px 20px;
}

.hub-qr-section>p {
    font-size: 13px;
    color: #5B5B5C;
    margin-bottom: 0px;
    margin-top: 2px;
}

.hub-qr-section:nth-of-type(n+3) {
    padding-top: 20px;
}

.hub-qr-divider {
    border-bottom: 2px solid #FAFAFA;
    margin: 0 20px 20px;
}

.hub-qr-content-editor {
    margin-bottom: 24px;
}

.hub-qr-content-editor h2 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 16px;
    color: #1A1A1B;
}

.hub-qr-content-editor p {
    font-size: 14px;
    color: #5B5B5C;
    margin-bottom: 20px;
    line-height: 1.6;
}

.hub-qr-service-item {
    padding: 16px !important;
    transition: 0.2s;
    text-decoration: none;
    color: inherit;
    display: flex;
}

.hub-qr-service-item:hover {
    border-color: #F48020;
    background-color: #FFF4EC;
}

.hub-qr-service-icon {
    font-size: 24px;
    margin-right: 16px;
}

.hub-qr-service-info {
    flex: 1;
}

.hub-qr-service-name {
    font-weight: 700;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.hub-qr-service-price {
    font-size: 12px;
    color: #5B5B5C;
    margin-top: 2px;
}

.hub-qr-service-status {
    font-size: 10px;
    font-weight: 800;
    color: #4CAF50;
}

.hub-qr-action-item {
    padding: 16px 20px !important;
    background-color: #FFFFFF !important;
}

.hub-qr-action-item .title {
    font-weight: 800;
    display: block;
    margin-bottom: 4px;
}

.hub-qr-cred-box {
    padding: 20px 24px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.hub-qr-cred-label {
    font-size: 12px;
    color: #5B5B5C;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hub-qr-cred-val {
    font-weight: 800;
    color: #1A1A1B;
}

.hub-qr-btn-primary {
    background: #F48020;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.2s;
    white-space: nowrap;
}

.hub-qr-btn-primary:hover {
    background: #000;
}

.hub-qr-cta-wrap {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.hub-qr-cta-wrap p {
    font-size: 12px;
    color: #5B5B5C;
    margin-bottom: 0;
}

.hub-qr-btn-xl {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #FAFAFA;
    border: 1.5px solid #EDEDED;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 800;
    text-decoration: none;
    font-size: 14px;
    font-family: inherit;
    transition: 0.2s;
    white-space: nowrap;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    line-height: normal;
    outline: none;
    color: #1A1A1B;
}

.hub-qr-btn-xl:hover {
    background: #F48020;
    color: white;
    border-color: #F48020;
}

.hub-qr-link {
    font-size: 12px;
    color: #464646;
    word-break: break-all;
    text-decoration: none;
}

.hub-qr-link:hover {
    color: #F48020;
    text-decoration: underline;
}

.hub-qr-modal .modal-content {
    border-radius: 24px;
    border: none;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}

.hub-qr-modal .modal-header {
    border-bottom: 1.5px solid #F0F0F0;
    padding: 24px;
    align-items: flex-start;
    gap: 10px;
}

.hub-qr-modal-close-icon {
    background: transparent;
    border: none;
    font-size: 20px;
    color: #1A1A1B;
    cursor: pointer;
    opacity: 0.7;
    transition: 0.2s;
}

.hub-qr-modal-close-icon:hover {
    opacity: 1;
    color: #F48020;
}

.hub-qr-modal .modal-header .modal-title {
    font-weight: 800;
    font-size: 18px;
    color: #1A1A1B;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

.hub-qr-modal .modal-body {
    padding: 24px;
}

.hub-qr-modal-box label {
    display: block;
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 15px;
    color: #1A1A1B;
}

.hub-qr-modal-scroll-text {
    max-height: 150px;
    overflow-y: auto;
    font-size: 13px;
    color: #5B5B5C;
    line-height: 1.6;
    background: #FFFFFF;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #EDEDED;
}

.hub-qr-modal-box .form-check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.hub-qr-modal-box .form-check .form-check-input {
    margin-top: 2px;
    flex-shrink: 0;
    cursor: pointer;
}

.hub-qr-modal-box .form-check .form-check-input:checked {
    background-color: #F48020;
    border-color: #F48020;
}

.hub-qr-modal-box .form-check .form-check-input:focus {
    border-color: #F48020;
    box-shadow: 0 0 0 0.25rem rgb(244 128 32 / 25%);
}

.hub-qr-modal-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #5B5B5C;
    margin-bottom: 8px;
    display: block;
}

.hub-qr-modal-input {
    background: #FFFFFF;
    border: 1px solid #B0B0B0 !important;
    border-radius: 40px !important;
    padding: 8px 16px;
    width: 100%;
    font-size: 14px;
    color: #1A1A1B;
    transition: 0.2s;
    margin-bottom: 15px;
}

.hub-qr-modal .modal-footer {
    border-top: 1.5px solid #F0F0F0;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hub-qr-modal-footer-text {
    font-size: 12px;
    color: #5B5B5C;
    margin-bottom: 0;
}

.hub-qr-modal-footer-actions {
    display: flex;
    gap: 12px;
}

.hub-qr-modal-btn-close {
    background: #FFFFFF;
    border: 1.5px solid #EDEDED;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 13px;
    color: #1A1A1B;
    transition: 0.2s;
    cursor: pointer;
}

.hub-qr-modal-btn-close:hover {
    background: #FAFAFA;
    border-color: #D0D0D0;
}

.hub-qr-modal .modal-footer .hub-qr-btn-xl {
    background: #FFFFFF;
    border: 1.5px solid #EDEDED;
    padding: 10px 24px;
    font-size: 13px;
    height: 50px;
    border-radius: 50px;
}

.hub-qr-modal .modal-footer .hub-qr-btn-xl:hover {
    background: #F48020;
    color: #FFFFFF;
    border-color: #F48020;
}

.hub-qr-modal-form-grid {
    display: flex;
    gap: 16px;
    margin-top: 20px;
}

.hub-qr-modal-form-col {
    flex: 1;
}

.hub-qr-modal-note {
    font-size: 12px;
    color: #5B5B5C;
    margin-top: 15px;
    font-style: italic;
    opacity: 0.8;
}

.hub-qr-success-panel {
    background-color: #F1FBF4;
    border: 1px solid #D3F0DC;
    border-radius: 16px;
    padding: 16px 20px;
    margin: 0 20px 24px;
}

.hub-qr-success-head {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0D2E18;
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 2px;
}

.hub-qr-success-head i {
    color: #28A745;
    font-size: 16px;
}

.hub-qr-success-text {
    color: #155724;
    font-size: 13px;
    margin-bottom: 0;
    opacity: 0.9;
}

.hub-qr-success-text b {
    color: #0D2E18;
    font-weight: 800;
}

/* Utility Helpers */
.mt-10 {
    margin-top: 10px;
}

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

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

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

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

@media(max-width: 1199px) {
    .hub-qr-sec {
        padding: 100px 0px 100px;
    }
}

@media (max-width: 991px) {
    .hub-qr-sec {
        padding: 100px 0 60px;
    }

    .hub-qr-wrapper {
        flex-direction: column;
    }

    .hub-qr-side {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .hub-qr-header {
        flex-direction: column;
        gap: 15px;
    }

    .hub-qr-status-badge {
        align-self: flex-start;
    }

    .hub-qr-cta-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .hub-qr-btn-xl {
        width: 100%;
    }
}

@media (max-width: 650px) {
    .hub-qr-item-50 {
        flex: 1 1 100%;
    }

    .hub-qr-cred-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .hub-qr-btn-primary {
        width: 100%;
        justify-content: center;
    }

    .hub-qr-modal-form-grid {
        flex-direction: column;
        gap: 0px;
    }

    .hub-qr-modal .modal-footer {
        gap: 15px;
        text-align: center;
        flex-wrap: wrap;
    }

    .hub-qr-modal-footer-actions {
        display: flex;
        width: 100%;
        gap: 8px;
        flex-wrap: wrap;
    }

    .hub-qr-modal-footer-actions>* {
        width: 100%;
        height: 50px !important;
    }

    .hub-qr-modal-btn-close {
        width: 100%;
        order: 2;
    }

    .hub-qr-modal .modal-footer .hub-qr-btn-xl {
        width: 100%;
        order: 1;
        background: #F48020;
        color: #FFFFFF;
        border-color: #F48020;
        height: auto;
    }
}

/* Manager CMS Specifics */
.hub-mgr-form {
    padding: 0;
}

.hub-mgr-top-actions {
    display: flex;
    gap: 12px;
}

.secondary.hub-qr-btn-xl {
    background: #fff;
    border-color: #EDEDED;
    color: #1A1A1B;
}

.secondary.hub-qr-btn-xl:hover {
    background: #FAFAFA;
    border-color: #D0D0D0;
    color: #1A1A1B;
}

.hub-mgr-form .hub-qr-header {
    padding: 0 0 24px;
    border-bottom: 2px solid #F0F0F0;
    margin-bottom: 20px;
}

.hub-mgr-richtext-wrap {
    border: 1px solid #B0B0B0;
    border-radius: 12px;
    overflow: hidden;
}

.hub-mgr-toolbar {
    background: #FAFAFA;
    border-bottom: 1px solid #B0B0B0;
    padding: 8px;
    display: flex;
    gap: 5px;
}

.hub-mgr-toolbar button {
    background: #fff;
    border: 1px solid #D0D0D0;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s;
    color: inherit;
}

.hub-mgr-toolbar button:hover {
    border-color: #F48020;
    color: #F48020;
}

.hub-mgr-form .hub-qr-modal-input {
    border: 1px solid #B0B0B0 !important;
}

.hub-mgr-builder-input-row {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.hub-mgr-builder-input-row input {
    flex: 1;
    margin-bottom: 0 !important;
}

.hub-mgr-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px !important;
    background: #fff !important;
    border-color: #EDEDED !important;
}

.hub-mgr-item-content {
    display: flex;
    flex-direction: column;
}

.hub-mgr-remove {
    background: transparent;
    border: none;
    color: #D00;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 5px;
}

.hub-mgr-remove:hover {
    text-decoration: underline;
}

/* Sidebar & Details */
.hub-mgr-side {
    width: 350px;
    flex-shrink: 0;
}

.hub-mgr-side-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 12px;
}

.hub-mgr-side-title {
    font-size: 14px;
    font-weight: 700;
    color: #1A1A1B;
    line-height: 1.3;
}

.hub-mgr-copy-url {
    background: #F48020;
    color: #fff;
    border: none;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s;
    white-space: nowrap;
}

.hub-mgr-copy-url:hover {
    background: #1A1A1B;
}

.hub-qr-side-text {
    font-size: 13px;
    color: #737373;
    margin-bottom: 15px;
}

.hub-mgr-url-box {
    margin-top: 15px;
    background: #FAFAFA !important;
    color: #1A1A1B !important;
    font-family: monospace;
    font-size: 11px;
    line-height: 1.5;
    word-break: break-all;
    border: 1px solid #EDEDED !important;
}

.hub-mgr-req-card {
    background: #FFFFFF !important;
    color: #1A1A1B !important;
    border: 1px solid #EDEDED !important;
    border-radius: 12px;
}

.hub-mgr-req-card b.title {
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    color: #F48020;
}

.hub-mgr-req-card ul {
    list-style: disc;
    padding-left: 18px;
    margin: 0;
}

.hub-mgr-req-card li {
    font-size: 11px;
    line-height: 1.6;
    margin-bottom: 8px;
}

.hub-mgr-req-card+.hub-mgr-req-card {
    margin-top: 12px;
}

@media (max-width: 1200px) {
    .hub-qr-wrapper {
        flex-direction: column;
    }

    .hub-mgr-side {
        width: 100%;
    }
}