.bconf-wrap {
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 20px 60px;
    font-family: inherit;
    color: #2d2d2d;
}

.bconf-hero {
    text-align: center;
    margin-bottom: 40px;
}

.bconf-hero-check {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

.bconf-hero-check svg {
    width: 100%;
    height: 100%;
}

.bconf-hero-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 8px;
    color: #1a1a1a;
    text-align: center;
}

.bconf-hero-sub {
    font-size: 1rem;
    color: #666;
    margin: 0;
}

/* ========================================================================
   MAIN GRID & CARD LAYOUT
   ======================================================================== */

.bconf-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
    align-items: stretch;
}

@media (max-width: 720px) {
    .bconf-grid {
        grid-template-columns: 1fr;
    }
}

.bconf-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 20px;
}

.bconf-card:last-child {
    margin-bottom: 0;
}

.bconf-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.bconf-card-label {
    font-weight: 700;
    font-size: 1rem;
}

.bconf-badge-paid {
    background: #DCFCF5;
    color: black;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 3px 12px;
    border-radius: 20px;
    border: 1px solid #c7e2dd;
}

.bconf-badge-pending {
    background: #ffe4d6;
    color: #8a2f15;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 3px 12px;
    border-radius: 20px;
    border: 1px solid #f5b28f;
}

.bconf-order-sub {
    font-size: 0.85rem;
    color: #666;
    margin: 0 0 4px;
}

.bconf-order-number {
    font-weight: 700;
    color: #FBB000;
}

.bconf-course-row {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.bconf-course-thumb {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    flex-shrink: 0;
    object-fit: cover;
    display: block;
}

.bconf-course-thumb--placeholder {
    background: transparent;
    object-fit: contain;
}

.bconf-course-info {
    flex: 1;
    min-width: 0;
}

.bconf-course-title {
    font-weight: 600;
    font-size: 0.95rem;
    margin: 0 0 10px;
    color: #1a1a1a;
}

.bconf-meta-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.bconf-meta-list li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    color: #444;
}

.bconf-meta-list svg {
    flex-shrink: 0;
}

.bconf-price-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    margin-bottom: 0 !important;
    border: 0 !important;
}

.bconf-price-table tr {
    border-bottom: none;
    border: none;
}

/* ========================================================================
   ORDER & COURSE INFORMATION
   ======================================================================== */

.bconf-price-table td {
    padding: 10px 0;
    color: #444;
    padding: 0 0 10px 0px !important;
    border: 0 !important;
    border: none;
}

.bconf-price-table th {
    border: none;
}

.bconf-price-val {
    text-align: right;
    color: #2d2d2d;
}

.bconf-total-row td {
    padding-top: 14px;
    color: #1a1a1a;
}

.bconf-price-total {
    text-align: right;
    font-size: 1.1rem;
    font-weight: 700;
    color: #FBB000 !important;
}

/* ========================================================================
   NEXT STEPS SIDEBAR
   ======================================================================== */

.bconf-right {
    align-self: start;
}

.bconf-left,
.bconf-right {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.bconf-next-card {
    background: #112F48;
    border-radius: 12px;
    padding: 28px 24px;
    color: #fff;
    flex: 1;
}

.bconf-next-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 24px;
}

.bconf-step {
    display: flex;
    gap: 14px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.bconf-step-num {
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bconf-step-body {
    flex: 1;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
}

.bconf-step-body strong {
    display: block;
    color: #fff;
    font-size: 0.95rem;
    margin-bottom: 4px;
}

.bconf-step-body p {
    margin: 0 0 10px;
}

.bconf-calendar-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 0.85rem;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
}

.bconf-calendar-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    color: #fff;
    text-decoration: none;
}

.bconf-cta.campus-button {
    display: block;
    width: 100%;
    margin-top: 24px;
    text-align: center;
    background: #FBB000;
    color: #1a1a1a;
    border: none;
    border-radius: 8px;
    padding: 14px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s;
}

.bconf-cta.campus-button:hover {
    background: #e0a000;
    color: #1a1a1a;
    text-decoration: none;
}

/* ========================================================================
   CONTACT INFORMATION SECTION
   ======================================================================== */

.bconf-contact-card {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 24px;
    align-items: center;
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .bconf-contact-card {
        grid-template-columns: 1fr;
    }
}

.bconf-contact-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 10px;
}

.bconf-contact-left p {
    font-size: 0.88rem;
    color: #555;
    margin: 0;
    line-height: 1.6;
}

.bconf-contact-legal {
    margin-top: 10px;
    color: #555;
}

.bconf-contact-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    background: #FBB000;
    color: #1a1a1a;
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s;
}

.bconf-contact-cta:hover {
    background: #1a1a1a;
    color: white;
    text-decoration: none;
}

.bconf-contact-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: -50px;
}

.bconf-contact-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.bconf-contact-item > div {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    flex-wrap: nowrap;
}

.bconf-contact-item svg {
    flex-shrink: 0;
    margin-top: 2px;
}

.bconf-contact-label {
    display: inline;
    font-size: 0.8rem;
    color: #888;
    margin-bottom: 0;
    white-space: nowrap;
}

.bconf-contact-item a {
    font-size: 0.9rem;
    color: #FBB000;
    text-decoration: none;
    font-weight: 500;
    min-width: 0;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .bconf-contact-item > div {
        flex-wrap: wrap;
    }

    .bconf-contact-item a {
        white-space: normal;
    }
}

.bconf-contact-item a:hover {
    text-decoration: underline;
}