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

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

/* Main Content Column */
.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;
}

/* Side Column */
.hub-qr-side {
    width: 35%;
}

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

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

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

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

.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: 10px;
}

.hub-qr-header-tag {
    /* font-size: 13px; */
    color: #5B5B5C;
    width: 100%;
}

.hub-qr-badge-pet {
    background: rgb(17 47 69 / 10%);
    /* Dark blue/charcoal for pet guest */
    color: #B2D8F2;
    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;
}

/* Generic Section Styling */
.hub-qr-section {
    padding: 0 20px 20px;
}

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

/* Section Outer Boxes */
.hub-qr-welcome-box {
    background-color: #FAFAFA;
    border: 1px solid #F0F0F0;
    border-radius: 30px;
    padding: 30px;
}

/* Content Editor Support (Raw HTML) */
.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-content-editor b,
.hub-qr-content-editor strong {
    font-weight: 700;
}

.hub-qr-content-editor i,
.hub-qr-content-editor em {
    font-style: italic;
}

/* 2-Column Info Flex-Grid */
.hub-qr-info-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 32px;
}

.hub-qr-info-card {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    padding: 16px;
    border-radius: 20px;
    flex: 1 1 calc(50% - 16px);
    box-sizing: border-box;
}

.hub-qr-info-card h4 {
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 800;
}

.hub-qr-info-card p {
    font-size: 13px;
    color: #5B5B5C;
    line-height: 1.4;
}

/* Section Head with Icon */
.hub-qr-section-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
}

.hub-qr-section-head h3 {
    font-size: 20px;
    font-weight: 800;
}

.hub-qr-section-desc {
    font-size: 14px;
    color: #5B5B5C;
    margin-bottom: 24px;
}

/* 2-Column Service Flex-Grid */
.hub-qr-service-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.hub-qr-service-item {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    border: 1.5px solid #F0F0F0;
    border-radius: 20px;
    background: white;
    cursor: pointer;
    transition: 0.2s;
    flex: 1 1 calc(50% - 16px);
    box-sizing: border-box;
}

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

.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: 15px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

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

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

/* Full Width Lists (Rules, Parks) */
.hub-qr-action-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hub-qr-action-item {
    padding: 16px 24px;
    border: 1.5px solid #F0F0F0;
    border-radius: 20px;
    color: #1A1A1B;
    text-decoration: none;
    font-size: 15px;
}

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

.hub-qr-action-item .link {
    font-size: 12px;
    color: #F48020;
    margin-top: 4px;
}

/* Wi-Fi Credentials */
.hub-qr-cred-box {
    background: #F9F9F9;
    padding: 30px;
    border-radius: 24px;
}

.hub-qr-cred-label {
    font-size: 13px;
    color: #5B5B5C;
    margin-bottom: 6px;
}

.hub-qr-cred-val {
    font-weight: 800;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hub-qr-btn-primary {
    background: #F48020;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

/* Big Footer CTA */
.hub-qr-cta-wrap {
    padding: 40px;
    text-align: center;
}

.hub-qr-btn-xl {
    display: inline-block;
    width: 100%;
    background: #F48020;
    color: white;
    padding: 22px;
    border-radius: 50px;
    font-weight: 800;
    text-decoration: none;
    font-size: 18px;
    box-shadow: 0 10px 30px rgba(244, 128, 32, 0.2);
}

/* 2-Column Concierge Flex-Grid */
.hub-qr-concierge-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 10px;
}

.hub-qr-concierge-item {
    background: #F9F9F9;
    padding: 20px;
    border-radius: 20px;
    text-decoration: none;
    color: inherit;
    flex: 1 1 calc(50% - 16px);
    box-sizing: border-box;
}

/* Side Column Specifics */
.hub-qr-side-title {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 8px;
}

.hub-qr-side-text {
    margin-bottom: 20px;
}

.hub-qr-side-box {
    background: rgb(244 128 32 / 15%);
    padding: 14px;
    border-radius: 12px;
    margin-bottom: 12px;
    border-left: 3px solid #F48020;
}

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