.packs-business {
    color: #071433;
    scroll-margin-top: 120px;
}

.packs-business * {
    letter-spacing: 0;
}

.packs-business-hero {
    align-items: stretch;
    background: #071433;
    border-radius: 8px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    height: 320px;
    margin-bottom: 10px;
    overflow: hidden;
}

.packs-business-hero__copy {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 26px 30px;
}

.packs-business-hero__copy span,
.packs-toolbar span,
.packs-summary-card__head span,
.packs-proposal-card > span {
    color: #5bc1d1;
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.packs-business-hero h1 {
    color: #fff;
    font-size: clamp(26px, 2vw, 32px);
    line-height: 1.12;
    margin: 0 0 12px;
    max-width: 560px;
}

.packs-business-hero p {
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 12px;
    max-width: 540px;
}

.packs-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.packs-hero-points span {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    margin: 0;
    padding: 6px 9px;
    text-transform: none;
}

.packs-hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.packs-hero-actions a {
    background: #f5a623;
    border-radius: 6px;
    color: #071433;
    font-weight: 900;
    min-height: 40px;
    padding: 9px 15px;
}

.packs-hero-actions strong {
    color: #fff;
    font-size: 14px;
}

.packs-business-hero__media {
    height: 100%;
    min-height: 0;
    overflow: hidden;
    position: relative;
}

.packs-business-hero__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.packs-hero-card {
    background: #fff;
    border-radius: 8px;
    bottom: 14px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
    left: 14px;
    padding: 12px;
    position: absolute;
    width: 138px;
}

.packs-hero-card span,
.packs-hero-card small {
    color: #586174;
    display: block;
    font-size: 13px;
}

.packs-hero-card strong {
    color: #057f95;
    display: block;
    font-size: 29px;
    line-height: 1;
    margin: 4px 0;
}

.packs-quick-strip {
    background: #fff;
    border: 1px solid #e4e9ef;
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(7, 20, 51, .06);
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-bottom: 10px;
    overflow: hidden;
}

.packs-quick-strip div {
    padding: 11px 14px;
}

.packs-quick-strip div + div {
    border-left: 1px solid #e8edf2;
}

.packs-quick-strip span,
.packs-course__price span,
.packs-totals span {
    color: #586174;
    display: block;
    font-size: 13px;
}

.packs-quick-strip strong,
.packs-totals strong {
    display: block;
    font-size: 23px;
    line-height: 1;
    margin-top: 7px;
}

.packs-quick-strip small {
    color: #057f95;
    display: block;
    font-size: 12px;
    font-weight: 900;
    margin-top: 5px;
}

.packs-quick-strip .is-saving {
    background: #e7f7fa;
}

.packs-workspace {
    align-items: start;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr) 390px;
    scroll-margin-top: 120px;
}

.packs-saving-banner {
    align-items: center;
    background: #e7f7fa;
    border: 1px solid #74c6d3;
    border-radius: 8px;
    color: #071433;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin: 0 0 14px;
    padding: 16px 18px;
}

.packs-saving-banner span,
.packs-saving-card span {
    color: #057f95;
    display: block;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.packs-saving-banner strong {
    display: block;
    font-size: 19px;
    line-height: 1.25;
}

.packs-saving-banner small {
    color: #586174;
    display: block;
    margin-top: 4px;
}

.packs-toolbar,
.packs-summary-card,
.packs-proposal-card,
.packs-course {
    background: #fff;
    border: 1px solid #e3e9ef;
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(7, 20, 51, .06);
}

.packs-toolbar {
    align-items: end;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
    margin-bottom: 12px;
    padding: 14px;
}

.packs-toolbar h2,
.packs-summary-card h2,
.packs-proposal-card h2 {
    font-size: 23px;
    line-height: 1.2;
    margin: 0;
}

.packs-toolbar__controls {
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) 118px;
}

.packs-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 52px;
}

.packs-search input,
.packs-toolbar select,
.packs-people input,
.packs-form-grid input,
.packs-form-grid textarea {
    border: 1px solid #dce5ec;
    border-radius: 6px;
    font-size: 13px;
    min-height: 40px;
    padding: 0 10px;
    width: 100%;
}

.packs-form-grid textarea {
    padding-top: 10px;
}

.packs-search button,
.packs-course button,
.packs-proposal-card button,
.packs-clear {
    border: 0;
    border-radius: 6px;
    font-weight: 900;
    min-height: 40px;
    padding: 0 15px;
}

.packs-search button,
.packs-proposal-card button {
    background: #057f95;
    color: #fff;
}

.packs-search button {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    padding: 0;
}

.packs-course-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.packs-course {
    display: flex;
    flex-direction: column;
    min-height: 205px;
    padding: 15px;
}

.packs-course.is-selected {
    border-color: #057f95;
    box-shadow: 0 16px 45px rgba(5, 127, 149, .14);
}

.packs-course.is-disabled {
    opacity: .62;
}

.packs-course__top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.packs-course__top span {
    color: #057f95;
    font-size: 12px;
    font-weight: 900;
}

.packs-course__top strong {
    background: #eef7f9;
    border-radius: 999px;
    color: #057f95;
    font-size: 13px;
    padding: 7px 10px;
}

.packs-course h3 {
    flex: 1;
    font-size: 18px;
    line-height: 1.25;
    margin: 0 0 14px;
}

.packs-course h3 a {
    color: #071433;
}

.packs-course__price {
    border-top: 1px solid #edf1f5;
    margin-bottom: 14px;
    padding-top: 13px;
}

.packs-course__price strong {
    color: #071433;
    display: block;
    font-size: 20px;
    line-height: 1;
    margin-top: 5px;
}

.packs-course button {
    background: #fff1d8;
    color: #9a560f;
    width: 100%;
}

.packs-course .packs-remove {
    background: #eaf8fa;
    color: #057f95;
}

.packs-unavailable {
    color: #8b4750;
    display: block;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
}

.packs-summary {
    display: grid;
    gap: 16px;
    position: sticky;
    top: 96px;
}

.packs-summary-card,
.packs-proposal-card {
    padding: 20px;
}

.packs-progress {
    margin: 16px 0;
}

.packs-progress > div {
    background: #edf2f6;
    border-radius: 999px;
    height: 10px;
    overflow: hidden;
}

.packs-progress > div span {
    background: #057f95;
    display: block;
    height: 100%;
}

.packs-progress p,
.packs-selection-empty,
.packs-proposal-card small {
    color: #586174;
    line-height: 1.55;
    margin: 10px 0 0;
}

.packs-selection-empty {
    background: #f6f9fb;
    border-radius: 8px;
    padding: 16px;
}

.packs-saving-card,
.packs-next-discount {
    background: #e7f7fa;
    border: 1px solid #74c6d3;
    border-radius: 8px;
    margin: 12px 0;
    padding: 14px;
}

.packs-saving-card strong {
    color: #071433;
    display: block;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 6px;
}

.packs-saving-card small,
.packs-next-discount {
    color: #586174;
    line-height: 1.45;
}

.packs-next-discount strong {
    color: #057f95;
}

.packs-next-discount.is-max {
    background: #fff8ec;
    border-color: #f3c985;
}

.packs-selected {
    display: grid;
    gap: 9px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.packs-selected li {
    align-items: start;
    background: #f7fafc;
    border-radius: 8px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 10px;
}

.packs-selected strong {
    display: block;
    font-size: 14px;
    line-height: 1.3;
}

.packs-selected span {
    color: #586174;
    display: block;
    font-size: 12px;
    margin-top: 4px;
}

.packs-selected button,
.packs-clear {
    background: #fff;
    border: 1px solid #dce5ec;
    color: #9a3d3d;
    font-size: 12px;
    font-weight: 800;
    min-height: 32px;
    padding: 0 10px;
}

.packs-selected .packs-selected__remove {
    align-items: center;
    display: inline-flex;
    flex: 0 0 36px;
    height: 36px;
    justify-content: center;
    padding: 0;
    width: 36px;
}

.packs-clear {
    margin-top: 10px;
    width: 100%;
}

.packs-people {
    margin-top: 16px;
}

.packs-people label,
.packs-form-grid label {
    color: #071433;
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 8px;
}

.packs-totals {
    border-top: 1px solid #e6edf3;
    display: grid;
    gap: 12px;
    margin-top: 16px;
    padding-top: 16px;
}

.packs-totals div {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.packs-discounts {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 16px;
}

.packs-discounts span {
    background: #f7fafc;
    border: 1px solid #e2e9ef;
    border-radius: 6px;
    color: #586174;
    font-size: 12px;
    font-weight: 800;
    padding: 9px 6px;
    text-align: center;
}

.packs-discounts .is-active {
    background: #e7f7fa;
    border-color: #72c5d4;
    color: #057f95;
}

.packs-form-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 16px;
}

.packs-help-contact {
    background: #f7fafc;
    border: 1px solid #e3e9ef;
    border-radius: 8px;
    display: grid;
    gap: 4px;
    margin-top: 12px;
    padding: 12px;
}

.packs-help-contact strong {
    color: #071433;
    font-size: 13px;
}

.packs-help-contact a {
    color: #057f95;
    font-size: 13px;
    font-weight: 800;
}

.packs-form-grid .is-wide {
    grid-column: 1 / -1;
}

.packs-errors {
    background: #fff1f1;
    border: 1px solid #ffd3d3;
    border-radius: 6px;
    color: #8b3030;
    margin: 12px 0;
    padding: 10px;
}

.packs-errors ul {
    margin: 0;
    padding-left: 18px;
}

.packs-action-choice {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    margin-top: 14px;
}

.packs-proposal-card .packs-buy-now {
    background: #f5a623;
    color: #071433;
    margin-top: 0;
}

.packs-proposal-card .packs-custom-proposal {
    background: #057f95;
    color: #fff;
    margin-top: 0;
}

.packs-proposal-card button {
    width: 100%;
}

.packs-empty-results {
    background: #fff;
    border: 1px solid #e3e9ef;
    border-radius: 8px;
    grid-column: 1 / -1;
    padding: 28px;
    text-align: center;
}

.packs-pagination {
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .packs-workspace {
        grid-template-columns: 1fr;
    }

    .packs-summary {
        position: static;
    }

    .packs-business-hero {
        grid-template-columns: minmax(0, 1fr) 290px;
        height: 250px;
    }

    .packs-business-hero h1 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .packs-business-hero {
        grid-template-columns: 1fr;
        height: auto;
        min-height: 0;
    }

    .packs-business-hero__media {
        height: 320px;
        min-height: 0;
    }

    .packs-quick-strip,
    .packs-course-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .packs-toolbar,
    .packs-toolbar__controls {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .packs-business-hero__copy {
        padding: 26px 20px;
    }

    .packs-business-hero {
        min-height: 0;
    }

    .packs-business-hero__media {
        height: 260px;
        min-height: 0;
    }

    .packs-business-hero__media img {
        height: 100%;
        max-height: none;
    }

    .packs-quick-strip,
    .packs-course-grid,
    .packs-form-grid,
    .packs-discounts {
        grid-template-columns: 1fr;
    }

    .packs-saving-banner {
        align-items: stretch;
        flex-direction: column;
    }

    .packs-quick-strip div + div {
        border-left: 0;
        border-top: 1px solid #e8edf2;
    }
}
