.b2school-page {
    background: #fffaf0;
    color: #1f1f1f;
    font-family: 'Source Sans Pro', sans-serif;
}

.b2school-page .header_area {
    background: #FDE5B4;
    border-bottom: 1px solid rgba(30, 35, 77, 0.08);
    box-shadow: 0 8px 24px rgba(30, 35, 77, 0.08);
    position: relative;
    z-index: 1000;
}

.b2school-page .main_menu,
.b2school-page .navbar {
    background: transparent;
}

.b2school-hero {
    padding: 118px 0 44px;
    background:
        radial-gradient(circle at 92% 10%, rgba(255, 117, 51, 0.12), transparent 26%),
        linear-gradient(180deg, #fff8eb 0%, #ffffff 100%);
    border-bottom: 1px solid #f0d7ab;
}

.b2school-hero-compact {
    padding: 92px 0 30px;
}

.b2school-hero h1 {
    color: #1E234D;
    font-family: 'Open Sans', sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 18px;
}

.b2school-hero p {
    color: #4d4d4d;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.b2school-hero-media {
    text-align: center;
}

.b2school-hero-media img {
    max-width: 360px;
    width: 100%;
}

.b2school-section {
    background: #fff;
    padding: 46px 0;
}

.b2school-section.alt {
    background:
        linear-gradient(180deg, #f7f8fc 0%, #eef1f7 100%);
    border-bottom: 1px solid #dfe3ed;
    border-top: 1px solid #eef0f5;
}

.b2school-plans-section {
    background:
        radial-gradient(circle at 12% 0%, rgba(255, 64, 54, 0.08), transparent 28%),
        radial-gradient(circle at 88% 8%, rgba(253, 229, 180, 0.95), transparent 32%),
        linear-gradient(180deg, #fff8eb 0%, #fffdf8 46%, #f7f9ff 100%);
    border-bottom: 1px solid #f0d7ab;
    border-top: 1px solid #f0d7ab;
    overflow: hidden;
    position: relative;
}

.b2school-plans-section::before {
    background: linear-gradient(90deg, #ff4036 0%, #f5b947 42%, #1E234D 100%);
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.b2school-plans-section .container {
    position: relative;
    z-index: 1;
}

.b2school-plans-section .b2school-section-title {
    margin-top: 6px;
}

.b2school-plans-section .b2school-section-subtitle {
    color: #4f5368;
    margin-bottom: 24px;
}

.b2school-auth-hero {
    padding-bottom: 34px;
    text-align: center;
}

.b2school-section-title {
    color: #1E234D;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 12px;
    text-align: center;
}

.b2school-section-subtitle {
    color: #666;
    font-size: 17px;
    line-height: 1.6;
    margin: 0 auto 34px;
    max-width: 720px;
    text-align: center;
}

.b2school-benefit {
    background: #fff;
    border: 1px solid #f0d7ab;
    border-radius: 8px;
    min-height: 172px;
    padding: 24px;
    text-align: center;
}

.b2school-benefit i {
    color: #ff4036;
    font-size: 30px;
    margin-bottom: 14px;
}

.b2school-benefit h3 {
    color: #1E234D;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
}

.b2school-benefit p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.b2school-plan-card {
    background: #fff;
    border: 1px solid #f0d7ab;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(30, 35, 77, 0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 24px;
    min-height: 390px;
    padding: 18px;
    position: relative;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.b2school-plan-card:hover,
.b2school-plan-card:focus-within {
    border-color: rgba(255, 64, 54, 0.55);
    box-shadow: 0 18px 38px rgba(30, 35, 77, 0.14);
    transform: translateY(-4px);
}

.b2school-plan-card.is-added {
    border-color: #ff4036;
    box-shadow: 0 18px 38px rgba(255, 64, 54, 0.16);
}

.b2school-plan-card.is-added::before {
    background: linear-gradient(180deg, #ff4036, #f5b947);
    border-radius: 8px 0 0 8px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
}

.b2school-plan-select {
    background: #fff;
    border: 1px solid #e5cfaa;
    border-radius: 6px;
    color: #1E234D;
    font-size: 14px;
    height: 40px;
    margin: 6px 0 0;
    padding: 0 12px;
    width: 100%;
}

.b2school-plan-topline {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 10px;
}

.b2school-plan-badge {
    background: #f7f7fa;
    border-radius: 999px;
    color: #1E234D;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 10px;
    text-transform: uppercase;
}

.b2school-plan-card.is-added .b2school-plan-badge {
    background: #effaf0;
    color: #25622e;
}

.b2school-plan-label {
    color: #777;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.b2school-plan-heading span,
.b2school-plan-options label,
.b2school-price-row span,
.b2school-plan-description span {
    color: #747784;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.b2school-plan-heading h3 {
    color: #1E234D;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 10px;
    overflow-wrap: anywhere;
}

.b2school-plan-specs {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 10px;
}

.b2school-plan-specs span {
    background: #fbfbfd;
    border: 1px solid #ececf2;
    border-radius: 8px;
    color: #1E234D;
    font-size: 13px;
    font-weight: 700;
    min-height: 54px;
    padding: 8px 9px;
}

.b2school-plan-specs b {
    color: #747784;
    display: block;
    font-size: 10px;
    line-height: 1.15;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.b2school-plan-options {
    margin-bottom: 10px;
}

.b2school-price-row {
    align-items: center;
    background: #fff8eb;
    border: 1px solid #e9c789;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 10px 12px;
}

.b2school-price-row strong {
    color: #ff4036;
    font-size: 23px;
}

.b2school-price-row small {
    color: #666;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.b2school-plan-description {
    flex: 1 1 auto;
    margin-bottom: 12px;
}

.b2school-plan-description p {
    color: #666;
    font-size: 14px;
    line-height: 1.45;
    margin: 0;
    max-height: 42px;
    overflow: hidden;
}

.b2school-trust-strip {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto 24px;
    max-width: 980px;
}

.b2school-trust-strip div {
    align-items: center;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(240, 215, 171, 0.95);
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(30, 35, 77, 0.05);
    color: #1E234D;
    display: flex;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    min-height: 52px;
    padding: 12px 14px;
    text-align: center;
}

.b2school-trust-strip i {
    color: #ff4036;
    font-size: 17px;
}

.b2school-shop-toolbar {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 22px;
}

.b2school-plans-section .b2school-shop-toolbar {
    position: sticky;
    top: 88px;
    z-index: 8;
}

.b2school-plans-section .b2school-shop-toolbar .primary_btn {
    box-shadow: 0 12px 28px rgba(255, 64, 54, 0.22);
}

.b2school-shop-toolbar .primary_btn i {
    margin-right: 6px;
}

.b2school-shop-layout {
    align-items: start;
    display: grid;
    gap: 26px;
    grid-template-columns: minmax(0, 1fr) 340px;
}

.b2school-shop-layout > div {
    min-width: 0;
}

.b2school-seat-label {
    color: #1E234D;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin: 16px 0 7px;
}

.b2school-product-action {
    align-items: center;
    background: #fff;
    border-top: 1px solid #f0d7ab;
    display: grid;
    gap: 10px;
    grid-template-columns: 96px minmax(0, 1fr);
    margin-top: auto;
    padding-top: 14px;
}

.b2school-product-action input,
.b2school-checkout-controls input {
    border: 1px solid #d8d8e3;
    border-radius: 6px;
    color: #1E234D;
    font-weight: 700;
    min-height: 42px;
    padding: 8px 10px;
    width: 100%;
}

.b2school-product-action .primary_btn {
    border: 0;
    min-height: 42px;
    padding: 10px 14px;
    text-align: center;
    width: 100%;
}

.b2school-card-view-cart {
    border: 0;
    display: block;
    margin-top: 12px;
    text-align: center;
    width: 100%;
}

.b2school-alert {
    background: #fff8eb;
    border: 1px solid #f0d7ab;
    border-radius: 8px;
    color: #5b4a2f;
    margin-bottom: 20px;
    padding: 14px 16px;
}

.b2school-alert.error {
    background: #fff1f1;
    border-color: #ffb4b4;
    color: #9f1d1d;
}

.b2school-alert.success {
    background: #effaf0;
    border-color: #b9e4be;
    color: #25622e;
}

.b2school-pending-checkout {
    align-items: center;
    background: #fff8eb;
    border: 1px solid #e9c789;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(30, 35, 77, 0.06);
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin: 0 auto 18px;
    max-width: 1120px;
    padding: 18px 20px;
}

.b2school-pending-checkout h3 {
    color: #212121;
    font-size: 20px;
    margin: 4px 0 6px;
}

.b2school-pending-checkout p {
    color: #5b4a2f;
    margin: 0;
}

.book_now.danger {
    background: #fff;
    border-color: #d92525;
    color: #c52222 !important;
}

.book_now.danger:hover,
.book_now.danger:focus {
    background: #c52222;
    color: #fff !important;
}

.b2school-field-error {
    border-color: #d92525 !important;
    box-shadow: 0 0 0 3px rgba(217, 37, 37, 0.08) !important;
}

.b2school-error-text {
    color: #c52222;
    font-size: 12px;
    line-height: 1.35;
    margin: 5px 0 0;
    min-height: 16px;
}

.b2school-form-panel,
.b2school-summary-panel,
.b2school-cart-panel,
.b2school-status-panel {
    background: #fff;
    border: 1px solid #f0d7ab;
    border-radius: 8px;
    padding: 26px;
}

.b2school-session-guard {
    text-align: left;
}

.b2school-session-guard h3 {
    color: #1E234D;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 6px 0 10px;
}

.b2school-session-guard p {
    color: #5f6472;
    line-height: 1.6;
    margin-bottom: 18px;
}

.b2school-checkout-layout {
    margin: 0 auto;
    max-width: 1120px;
}

.b2school-checkout-form {
    align-items: start;
    background: transparent;
    border: 0;
    display: grid;
    column-gap: 22px;
    row-gap: 14px;
    grid-template-columns: minmax(0, 1fr) 370px;
    padding: 0;
}

.b2school-checkout-form .b2school-form-section,
.b2school-checkout-form > .b2school-actions,
.b2school-checkout-form > .b2school-small {
    background: #fff;
    border: 1px solid #f0d7ab;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(30, 35, 77, 0.05);
    margin: 0;
    padding: 22px;
}

.b2school-checkout-account,
.b2school-checkout-plans {
    grid-column: 1;
}

.b2school-checkout-summary {
    grid-column: 2;
    grid-row: 1 / span 2;
    position: sticky;
    top: 108px;
}

.b2school-checkout-form .b2school-checkout-summary {
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    padding: 18px 18px 12px;
}

.b2school-checkout-form > .b2school-actions {
    background: #fff;
    border: 1px solid #f0d7ab;
    border-top: 0;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 18px 28px rgba(30, 35, 77, 0.05);
    grid-column: 2;
    justify-content: stretch;
    margin-top: -14px;
    padding: 0 18px 18px;
}

.b2school-checkout-form > .b2school-actions .primary_btn,
.b2school-checkout-form > .b2school-actions .book_now {
    width: 100%;
}

.b2school-checkout-form > .b2school-small {
    color: #666;
    grid-column: 2;
    margin-top: -14px;
    padding: 0 18px 16px;
}

.b2school-cart-panel {
    position: sticky;
    top: 110px;
}

.b2school-nav-icon {
    align-items: center;
    background: #fff;
    border: 1px solid #f0d7ab;
    border-radius: 999px;
    color: #1E234D;
    display: inline-flex;
    font-size: 16px;
    height: 40px;
    justify-content: center;
    line-height: 1;
    min-width: 40px;
    padding: 0 11px;
    position: relative;
    vertical-align: middle;
}

.b2school-page .navbar-nav {
    align-items: center;
}

.b2school-page .navbar-nav > li > a,
.b2school-page .navbar-nav > li > button {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    line-height: 1.2;
    min-height: 40px;
    white-space: nowrap;
}

.b2school-page .navbar-nav > li > .b2school-nav-icon {
    margin: 0 0 0 8px;
    padding: 0 11px;
}

.b2school-page .navbar-nav > li.b2school-icon-menu-item,
.b2school-page .navbar-nav > li.b2school-profile-menu-item {
    align-items: center;
    display: flex;
}

.navbar-nav > li.b2school-profile-menu-item {
    margin-left: 8px;
}

.navbar-nav > li.b2school-profile-menu-item > .b2school-nav-icon {
    margin-right: 0;
}

.b2school-nav-icon span {
    align-items: center;
    background: #ff4036;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    height: 20px;
    justify-content: center;
    min-width: 20px;
    padding: 0 5px;
    position: absolute;
    right: -6px;
    top: -6px;
}

.b2school-menu-button {
    background: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    line-height: 1.35;
    min-height: auto;
    padding: 8px 12px;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}

.b2school-profile-menu-item .dropdown-menu {
    left: auto;
    min-width: 220px;
    padding: 8px;
    right: 0;
    width: 220px;
}

.b2school-profile-menu-item .dropdown-menu li {
    margin: 6px 0;
}

.b2school-profile-menu-item .dropdown-menu a.static-links,
.b2school-profile-menu-item .dropdown-menu button.static-links {
    display: block;
    line-height: 1.35;
    overflow-wrap: anywhere;
    padding: 8px 12px;
    text-align: center;
    white-space: normal;
    width: 100%;
}

.b2school-profile-menu-item .dropdown-menu a.static-links.is-active {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

@media (min-width: 768px) {
    .b2school-page .navbar-nav {
        display: flex;
    }
}

.b2school-cart-drawer {
    background: #fff;
    border-left: 1px solid #f0d7ab;
    box-shadow: -18px 0 40px rgba(30, 35, 77, 0.16);
    height: 100vh;
    max-width: 410px;
    overflow-y: auto;
    padding: 24px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(105%);
    transition: transform 0.24s ease;
    width: calc(100vw - 26px);
    z-index: 2000;
}

.b2school-cart-drawer.is-open {
    transform: translateX(0);
}

.b2school-cart-drawer-header {
    align-items: center;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 14px;
}

.b2school-cart-drawer-header h3 {
    color: #1E234D;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    font-weight: 700;
    margin: 2px 0 0;
}

.b2school-cart-drawer-header button {
    align-items: center;
    background: #fff1f1;
    border: 1px solid #ffb4b4;
    border-radius: 50%;
    color: #9f1d1d;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.b2school-cart-backdrop {
    background: rgba(30, 35, 77, 0.38);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1999;
}

.b2school-cart-backdrop.is-open {
    display: block;
}

.b2school-panel-heading {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    margin-bottom: 18px;
}

.b2school-heading-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.b2school-heading-actions .book_now,
.b2school-heading-actions .primary_btn {
    border: 0;
    min-width: 108px;
    padding: 9px 18px;
    text-align: center;
}

.b2school-panel-heading h3 {
    color: #1E234D;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 2px 0 0;
}

.b2school-kicker {
    color: #ff4036;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.b2school-cart-count {
    align-items: center;
    background: #ff4036;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    height: 34px;
    justify-content: center;
    min-width: 34px;
    padding: 0 8px;
}

.b2school-empty {
    color: #777;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.b2school-cart-item,
.b2school-status-item {
    align-items: center;
    border-bottom: 1px solid #eee;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 12px 0;
}

.b2school-cart-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 74px 38px;
}

.b2school-cart-item strong,
.b2school-status-item strong {
    color: #1E234D;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

.b2school-cart-item span,
.b2school-status-item span,
.b2school-status-item small {
    color: #666;
    display: block;
    font-size: 13px;
    line-height: 1.5;
}

.b2school-cart-item button,
.b2school-checkout-controls button {
    align-items: center;
    background: #fff1f1;
    border: 1px solid #ffb4b4;
    border-radius: 6px;
    color: #9f1d1d;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    min-width: 38px;
}

.b2school-cart-item input {
    border: 1px solid #ddd;
    border-radius: 6px;
    min-height: 38px;
    padding: 8px;
    width: 74px;
}

.b2school-cart-total {
    align-items: center;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    padding-top: 16px;
}

.b2school-cart-total span {
    color: #555;
}

.b2school-cart-total strong {
    color: #1E234D;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.b2school-disabled-link {
    opacity: 0.55;
    pointer-events: none;
}

.b2school-form-section {
    border-bottom: 1px solid #eee;
    margin-bottom: 22px;
    padding-bottom: 22px;
}

.b2school-form-section:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.b2school-checkout-form .b2school-form-section {
    border: 1px solid #f0d7ab;
    margin: 0;
    padding: 22px;
}

.b2school-checkout-form .b2school-checkout-summary {
    border: 1px solid #f0d7ab;
    margin: 0;
    padding: 22px;
}

.b2school-checkout-item {
    align-items: center;
    background: #fbfbfd;
    border: 1px solid #ececf2;
    border-radius: 8px;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr) 190px;
    margin-bottom: 12px;
    padding: 16px;
}

.b2school-checkout-product strong {
    color: #1E234D;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.b2school-checkout-product span,
.b2school-checkout-product small {
    color: #666;
    display: block;
    font-size: 13px;
    line-height: 1.5;
}

.b2school-checkout-controls {
    align-items: end;
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) 40px;
}

.b2school-checkout-controls label {
    grid-column: 1 / -1;
    margin: 0;
}

.b2school-discount-row {
    align-items: start;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.b2school-discount-row .book_now {
    align-items: center;
    background: #fff7f7;
    border: 0;
    color: #7c6470;
    display: inline-flex;
    font-weight: 700;
    height: 42px;
    justify-content: center;
    min-height: 42px;
    min-width: 82px;
    padding: 9px 14px !important;
}

.b2school-discount-row .book_now.is-active {
    background: #fff1f1;
    color: #c52222;
}

.b2school-field-help {
    color: #777;
    font-size: 13px;
    line-height: 1.45;
    margin: 7px 0 0;
}

.b2school-field-help.error {
    color: #9f1d1d;
}

.b2school-field-help.success {
    color: #25622e;
}

.b2school-form-panel label {
    color: #1E234D;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
}

.b2school-form-panel input,
.b2school-form-panel textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: none;
    font-size: 15px;
    min-height: 42px;
    padding: 9px 12px;
    width: 100%;
}

.b2school-password-wrap {
    position: relative;
}

.b2school-password-wrap input {
    padding-right: 46px;
}

.b2school-password-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: #1E234D;
    display: inline-flex;
    font-size: 16px;
    height: 42px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
}

.b2school-password-toggle:focus {
    outline: 2px solid rgba(255, 64, 54, 0.35);
    outline-offset: -2px;
}

.b2school-form-panel textarea {
    min-height: 88px;
    resize: vertical;
}

.b2school-field {
    margin-bottom: 16px;
}

.b2school-account-strip {
    background: #fbfbfd;
    border: 1px solid #ececf2;
    border-radius: 8px;
    color: #555;
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    line-height: 1.55;
    padding: 18px;
}

.b2school-account-strip div {
    background: #fff;
    border: 1px solid #eeeeF4;
    border-radius: 6px;
    padding: 12px 14px;
}

.b2school-account-strip strong {
    color: #1E234D;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    overflow-wrap: anywhere;
}

.b2school-account-strip span {
    color: #777;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.b2school-summary-panel {
    position: sticky;
    top: 110px;
}

.b2school-summary-panel h3,
.b2school-status-panel h2 {
    color: #1E234D;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 18px;
}

.b2school-summary-line {
    border-bottom: 1px solid #eee;
    color: #555;
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
}

.b2school-summary-line.total {
    border-bottom: 0;
    color: #1E234D;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    font-weight: 700;
    margin-top: 4px;
    padding-top: 10px;
}

.b2school-summary-product {
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}

.b2school-summary-product strong,
.b2school-summary-product span,
.b2school-summary-product em {
    display: block;
}

.b2school-summary-product strong {
    color: #1E234D;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

.b2school-summary-product span {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
}

.b2school-summary-product em {
    color: #ff4036;
    font-style: normal;
    font-weight: 700;
    margin-top: 4px;
}

.b2school-payment-note {
    align-items: flex-start;
    background: #f7f7fa;
    border: 1px solid #ececf2;
    border-radius: 8px;
    color: #4f5572;
    display: flex;
    gap: 10px;
    font-size: 12px;
    line-height: 1.45;
    margin-top: 10px;
    padding: 10px;
}

.b2school-payment-note i {
    color: #25622e;
    margin-top: 3px;
}

.b2school-status-icon {
    align-items: center;
    background: #FDE5B4;
    border-radius: 50%;
    color: #ff4036;
    display: flex;
    font-size: 34px;
    height: 82px;
    justify-content: center;
    margin: 0 auto 20px;
    width: 82px;
}

.b2school-status-panel.is-success .b2school-status-icon {
    animation: b2school-success-pop 0.6s ease both;
    background: #effaf0;
    border: 2px solid #b9e4be;
    color: #25622e;
}

.b2school-status-panel.is-failed .b2school-status-icon {
    background: #fff1f1;
    border: 2px solid #ffb4b4;
    color: #c52222;
}

.b2school-status-list {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

.b2school-status-list li {
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    padding: 11px 0;
}

.b2school-status-items {
    margin-top: 24px;
}

.b2school-status-items h3 {
    color: #1E234D;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
}

.b2school-status-item em {
    color: #ff4036;
    font-style: normal;
    font-weight: 700;
    white-space: nowrap;
}

.b2school-loading {
    color: #666;
    padding: 20px 0;
    text-align: center;
}

.b2school-toast {
    background: #1E234D;
    border-radius: 8px;
    bottom: 24px;
    box-shadow: 0 10px 28px rgba(30, 35, 77, 0.22);
    color: #fff;
    left: 50%;
    opacity: 0;
    padding: 11px 18px;
    position: fixed;
    transform: translate(-50%, 18px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 2200;
}

.b2school-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

.b2school-profile-layout {
    display: block;
    margin: 0 auto;
    max-width: 980px;
}

.b2school-profile-nav {
    background: #fff;
    border: 1px solid #f0d7ab;
    border-radius: 8px;
    height: max-content;
    padding: 12px;
}

.b2school-profile-nav button {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 6px;
    color: #1E234D;
    display: flex;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    gap: 9px;
    padding: 12px;
    text-align: left;
    width: 100%;
}

.b2school-profile-nav button.is-active,
.b2school-profile-nav button:hover {
    background: #fff8eb;
    color: #ff4036;
}

.b2school-profile-section {
    margin-top: 24px;
}

.b2school-profile-section h3 {
    color: #1E234D;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 14px;
}

.b2school-profile-row {
    align-items: center;
    background: #fbfbfd;
    border: 1px solid #ececf2;
    border-radius: 8px;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1.25fr) 120px 135px 95px 150px;
    margin-bottom: 10px;
    padding: 14px;
}

.b2school-profile-row.subscription {
    grid-template-columns: minmax(0, 1.25fr) repeat(6, minmax(0, 1fr));
}

.b2school-profile-row.order {
    grid-template-columns: minmax(0, 1.55fr) 120px 135px 95px 150px;
}

.b2school-profile-row.student {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.35fr) minmax(0, 0.65fr) minmax(0, 0.6fr) minmax(0, 1.45fr) 74px;
}

.b2school-profile-row strong {
    color: #1E234D;
    font-family: 'Open Sans', sans-serif;
}

.b2school-profile-row span {
    color: #666;
    min-width: 0;
    overflow-wrap: anywhere;
}

.b2school-order-plans {
    display: block;
    font-size: 13px;
    line-height: 1.45;
    margin-top: 5px;
}

.b2school-profile-row em {
    color: #ff4036;
    font-style: normal;
    font-weight: 700;
}

.b2school-profile-action {
    min-height: 38px;
    padding: 8px 12px;
    text-align: center;
    white-space: normal;
}

.b2school-muted-action {
    color: #9a9a9a;
    text-align: center;
}

.b2school-seat-batches {
    background: #fff;
    border: 1px solid #f0d7ab;
    border-radius: 8px;
    grid-column: 1 / -1;
    padding: 10px 12px;
}

.b2school-seat-batches-title {
    color: #1E234D;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
}

.b2school-seat-batch-row {
    align-items: center;
    border-top: 1px solid #f3eadb;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 8px 0 0;
}

.b2school-seat-batch-row:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.b2school-seat-batch-row span {
    color: #555;
    font-size: 14px;
}

.b2school-student-tools {
    display: grid;
    gap: 18px;
    margin: 18px 0 24px;
}

.b2school-student-form {
    background: #fffaf1;
    border: 1px solid #f0d7ab;
    border-radius: 8px;
    padding: 18px;
}

.b2school-student-form h4 {
    color: #1E234D;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 14px;
}

.b2school-student-form select,
.b2school-student-form input[type="file"],
.b2school-student-form input[type="text"],
.b2school-student-form input[type="email"],
.b2school-student-form input[type="tel"] {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    min-height: 42px;
    padding: 8px 10px;
    width: 100%;
}

.b2school-upload-inline {
    border: 0;
    margin-top: 12px;
    width: 100%;
}

.b2school-field-action {
    padding-top: 26px;
}

.b2school-credentials-box {
    background: #effaf0;
    border: 1px solid #b9e4be;
    border-radius: 8px;
    color: #1f4c26;
    display: grid;
    gap: 5px;
    margin-top: 12px;
    padding: 14px;
}

.b2school-list-heading {
    align-items: center;
    border-bottom: 1px solid #ececf2;
    display: flex;
    justify-content: space-between;
    margin: 8px 0 14px;
    padding-bottom: 10px;
}

.b2school-list-heading h4 {
    color: #1E234D;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.b2school-use-id-btn {
    align-items: center;
    display: inline-flex;
    font-size: 12px;
    justify-content: center;
    line-height: 1;
    min-height: 32px;
    padding: 6px;
    text-align: center;
    white-space: nowrap;
    width: 64px;
}

.b2school-empty-state {
    align-items: center;
    background: #fbfbfd;
    border: 1px dashed #d9dbea;
    border-radius: 8px;
    color: #666;
    display: flex;
    flex-direction: column;
    gap: 7px;
    justify-content: center;
    min-height: 150px;
    padding: 24px;
    text-align: center;
}

.b2school-empty-state i {
    align-items: center;
    background: #fff8eb;
    border-radius: 50%;
    color: #ff4036;
    display: inline-flex;
    font-size: 22px;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.b2school-empty-state strong {
    color: #1E234D;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.b2school-empty-state span {
    color: #777;
    font-size: 14px;
}

.b2school-hidden {
    display: none !important;
}

.b2school-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.b2school-actions .primary_btn,
.b2school-actions .book_now {
    border: 0;
    display: inline-block;
    min-width: 150px;
    padding: 10px 22px;
    text-align: center;
}

.b2school-actions button:disabled {
    cursor: not-allowed;
    opacity: 0.58;
}

.b2school-small {
    color: #777;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 12px;
}

@keyframes b2school-success-pop {
    0% {
        opacity: 0;
        transform: scale(0.72);
    }
    60% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 991px) {
    .b2school-hero {
        padding: 104px 0 42px;
        text-align: center;
    }

    .b2school-hero-compact {
        padding: 92px 0 30px;
    }

    .b2school-hero h1 {
        font-size: 34px;
    }

    .b2school-hero-media {
        margin-top: 28px;
    }

    .b2school-benefit {
        margin-bottom: 18px;
    }

    .b2school-shop-layout {
        grid-template-columns: 1fr;
    }

    .b2school-trust-strip {
        grid-template-columns: 1fr;
        max-width: 560px;
    }

    .b2school-checkout-form {
        grid-template-columns: 1fr;
    }

    .b2school-checkout-account,
    .b2school-checkout-plans,
    .b2school-checkout-summary,
    .b2school-checkout-form > .b2school-actions,
    .b2school-checkout-form > .b2school-small {
        grid-column: 1;
        grid-row: auto;
    }

    .b2school-checkout-summary {
        position: static;
    }

    .b2school-profile-layout {
        grid-template-columns: 1fr;
    }

    .b2school-summary-panel,
    .b2school-cart-panel {
        margin-top: 24px;
        position: static;
    }
}

@media (max-width: 767px) {
    .b2school-page .navbar-nav > li.b2school-icon-menu-item,
    .b2school-page .navbar-nav > li.b2school-profile-menu-item {
        display: block;
    }

    .b2school-page .navbar-nav > li > a,
    .b2school-page .navbar-nav > li > button {
        justify-content: flex-start;
    }

    .b2school-page .navbar-collapse.menu-list.show .b2school-icon-menu-item,
    .b2school-page .navbar-collapse.menu-list.show .b2school-profile-menu-item {
        margin: 5px 0;
        width: 100%;
    }

    .b2school-page .navbar-collapse.menu-list.show .b2school-nav-icon {
        background: #fef9f9;
        border: 0;
        border-radius: 20px;
        color: #1E234D;
        display: flex;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        height: auto;
        justify-content: center;
        line-height: 1.2;
        margin: 0 !important;
        min-height: 40px;
        padding: 9px 30px !important;
        text-align: center;
        width: 100%;
    }

    .b2school-page .navbar-collapse.menu-list.show .b2school-icon-menu-item .b2school-nav-icon::after {
        content: "Cart";
        margin-left: 8px;
    }

    .b2school-page .navbar-collapse.menu-list.show .b2school-profile-menu-item > .b2school-nav-icon::after {
        content: "Profile";
        margin-left: 8px;
    }

    .b2school-page .navbar-collapse.menu-list.show .b2school-nav-icon span {
        margin-left: 8px;
        position: static;
    }

    .b2school-page .navbar-collapse.menu-list.show .b2school-profile-menu-item .dropdown-menu {
        left: auto;
        margin-top: 6px;
        min-width: 100%;
        padding: 0;
        position: static;
        right: auto;
        width: 100%;
    }

    .b2school-page .navbar-collapse.menu-list.show .b2school-profile-menu-item .dropdown-menu li {
        margin: 5px 0;
    }

    .b2school-page .navbar-collapse.menu-list.show .b2school-profile-menu-item .dropdown-menu a.static-links,
    .b2school-page .navbar-collapse.menu-list.show .b2school-profile-menu-item .dropdown-menu button.static-links {
        margin: 0 !important;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .b2school-hero-compact {
        padding: 82px 0 24px;
    }

    .b2school-hero h1 {
        font-size: 29px;
    }

    .b2school-hero p {
        font-size: 16px;
    }

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

    .b2school-form-panel,
    .b2school-summary-panel,
    .b2school-cart-panel,
    .b2school-status-panel {
        padding: 18px;
    }

    .b2school-plan-card {
        padding: 22px 18px;
        min-height: auto;
    }

    .b2school-plan-specs {
        grid-template-columns: 1fr;
    }

    .b2school-price-row strong {
        font-size: 21px;
    }

    .b2school-trust-strip {
        gap: 10px;
        margin-bottom: 18px;
    }

    .b2school-trust-strip div {
        justify-content: flex-start;
        min-height: 48px;
        text-align: left;
    }

    .b2school-plans-section .b2school-shop-toolbar {
        justify-content: stretch;
        position: static;
    }

    .b2school-plans-section .b2school-shop-toolbar .primary_btn {
        width: 100%;
    }

    .b2school-product-action,
    .b2school-checkout-item,
    .b2school-discount-row,
    .b2school-account-strip,
    .b2school-profile-row,
    .b2school-profile-row.subscription,
    .b2school-profile-row.student {
        grid-template-columns: 1fr;
    }

    .b2school-product-action {
        gap: 12px;
    }

    .b2school-product-action .primary_btn,
    .b2school-card-view-cart {
        min-height: 44px;
    }

    .b2school-seat-batch-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .b2school-checkout-form {
        gap: 14px;
    }

    .b2school-pending-checkout {
        align-items: stretch;
        flex-direction: column;
        margin-bottom: 14px;
        padding: 16px;
    }

    .b2school-pending-checkout .book_now {
        width: 100%;
    }

    .b2school-checkout-form .b2school-form-section,
    .b2school-checkout-form .b2school-checkout-summary,
    .b2school-checkout-form > .b2school-actions,
    .b2school-checkout-form > .b2school-small {
        padding: 18px;
    }

    .b2school-checkout-form > .b2school-small {
        margin-top: -14px;
    }

    .b2school-checkout-controls {
        grid-template-columns: minmax(0, 1fr) 40px;
    }

    .b2school-panel-heading,
    .b2school-heading-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .b2school-heading-actions .book_now,
    .b2school-heading-actions .primary_btn {
        width: 100%;
    }

    .b2school-field-action {
        padding-top: 0;
    }

    .b2school-status-list li,
    .b2school-summary-line,
    .b2school-status-item {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .b2school-cart-item {
        grid-template-columns: minmax(0, 1fr) 70px 38px;
    }

    .b2school-nav-icon {
        margin: 8px 0;
    }
}
