.sbw-mice-page {
    background: #f7f4ed;
    color: #17353a;
    font-family: "Figtree", sans-serif;
}

body.sbw-mice-body .loading-area {
    display: none !important;
}

.sbw-mice-wrap {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.sbw-mice-hero {
    min-height: 720px;
    padding: 180px 0 86px;
    background: linear-gradient(115deg, rgba(5, 55, 62, 0.94), rgba(9, 91, 99, 0.74)), var(--hero-image);
    background-position: center;
    background-size: cover;
    color: #fff;
}

.sbw-mice-hero-grid,
.sbw-mice-intro-grid,
.sbw-mice-services-grid,
.sbw-mice-requirements-grid,
.sbw-mice-quote-grid,
.sbw-mice-final-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
    gap: 42px;
    align-items: center;
}

.sbw-mice-eyebrow,
.sbw-mice-section-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    border-radius: 999px;
    color: #d98d00;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0;
}

.sbw-mice-eyebrow {
    padding: 9px 15px;
    background: rgba(255, 170, 13, 0.18);
    color: #ffaa0d;
}

.sbw-mice-hero h1,
.sbw-mice-intro h2,
.sbw-mice-section-head h2,
.sbw-mice-services h2,
.sbw-mice-requirements h2,
.sbw-mice-quote h2,
.sbw-mice-final h2 {
    margin: 0;
    font-family: "Afacad", sans-serif;
    letter-spacing: 0;
}

.sbw-mice-hero h1 {
    max-width: 850px;
    color: #fff;
    font-size: clamp(42px, 6.6vw, 88px);
    line-height: 0.96;
}

.sbw-mice-hero p {
    max-width: 690px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 20px;
    line-height: 1.58;
}

.sbw-mice-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.sbw-mice-btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    padding: 14px 22px;
    background: #066168;
    color: #fff;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.sbw-mice-btn:hover {
    transform: translateY(-2px);
    background: #04464b;
    color: #fff;
}

.sbw-mice-btn-light {
    background: #ffaa0d;
    color: #17353a;
}

.sbw-mice-btn-light:hover {
    background: #f49c00;
    color: #17353a;
}

.sbw-mice-hero-panel {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(8px);
}

.sbw-mice-hero-panel img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3.2;
    object-fit: cover;
}

.sbw-mice-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.sbw-mice-hero-stats span {
    display: grid;
    min-height: 74px;
    place-items: center;
    padding: 12px;
    background: rgba(6, 97, 104, 0.86);
    color: #fff;
    font-weight: 900;
    text-align: center;
}

.sbw-mice-intro,
.sbw-mice-services,
.sbw-mice-destinations,
.sbw-mice-quote,
.sbw-mice-faq {
    padding: 84px 0;
}

.sbw-mice-band {
    padding: 84px 0;
    background: #fff;
}

.sbw-mice-intro h2,
.sbw-mice-section-head h2,
.sbw-mice-services h2,
.sbw-mice-requirements h2,
.sbw-mice-quote h2,
.sbw-mice-final h2 {
    color: #073f45;
    font-size: clamp(34px, 4.2vw, 56px);
    line-height: 1.02;
}

.sbw-mice-copy p,
.sbw-mice-requirements p,
.sbw-mice-quote-copy p {
    margin: 0 0 17px;
    color: #526a6d;
    font-size: 17px;
    line-height: 1.72;
}

.sbw-mice-section-head {
    max-width: 780px;
    margin-bottom: 34px;
}

.sbw-mice-services {
    background: linear-gradient(180deg, #f7f4ed 0%, #ffffff 100%);
}

.sbw-mice-services-grid {
    grid-template-columns: minmax(330px, 0.78fr) minmax(0, 1fr);
    gap: 34px;
    align-items: stretch;
}

.sbw-mice-capability-grid,
.sbw-mice-choice-grid,
.sbw-mice-faq-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.sbw-mice-capability,
.sbw-mice-choice-card,
.sbw-mice-faq-item,
.sbw-mice-requirements-card,
.sbw-mice-form {
    border: 1px solid rgba(6, 97, 104, 0.13);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(12, 52, 56, 0.08);
}

.sbw-mice-capability {
    padding: 24px;
}

.sbw-mice-capability i {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    place-items: center;
    border-radius: 50%;
    background: #eef7f7;
    color: #066168;
    font-size: 22px;
}

.sbw-mice-capability h3,
.sbw-mice-service-item h3,
.sbw-mice-choice-card h3,
.sbw-mice-destination h3,
.sbw-mice-faq-item h3 {
    margin: 0 0 9px;
    color: #17353a;
    font-size: 21px;
    line-height: 1.18;
}

.sbw-mice-capability p,
.sbw-mice-service-item p,
.sbw-mice-choice-card p,
.sbw-mice-faq-item p {
    margin: 0;
    color: #526a6d;
    line-height: 1.58;
}

.sbw-mice-service-showcase {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: #073f45;
    box-shadow: 0 24px 55px rgba(12, 52, 56, 0.13);
}

.sbw-mice-service-showcase::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 30, 34, 0.08), rgba(7, 30, 34, 0.88));
}

.sbw-mice-service-showcase img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 660px;
    /* object-fit: contain; */
}

.sbw-mice-service-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 30px;
    color: #fff;
}

.sbw-mice-service-overlay span {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #ffaa0d;
    color: #17353a;
    font-size: 13px;
    font-weight: 900;
}

.sbw-mice-service-overlay h3 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 28px;
    line-height: 1.12;
}

.sbw-mice-service-overlay ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sbw-mice-service-overlay li {
    display: flex;
    gap: 10px;
    align-items: center;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 800;
}

.sbw-mice-service-overlay li i {
    color: #ffaa0d;
}

.sbw-mice-service-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sbw-mice-service-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.sbw-mice-service-item {
    display: flex;
    min-height: 178px;
    flex-direction: column;
    gap: 16px;
    padding: 22px;
    border: 1px solid rgba(6, 97, 104, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(12, 52, 56, 0.07);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.sbw-mice-service-item:hover {
    transform: translateY(-3px);
    border-color: rgba(6, 97, 104, 0.3);
    box-shadow: 0 22px 48px rgba(12, 52, 56, 0.11);
}

.sbw-mice-service-item>i {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 8px;
    background: #eef7f7;
    color: #066168;
    font-size: 21px;
}

.sbw-mice-choice {
    background: #eef7f7;
}

.sbw-mice-choice-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sbw-mice-choice-card {
    padding: 26px;
}

.sbw-mice-choice-card span {
    display: inline-block;
    margin-bottom: 22px;
    color: #ffaa0d;
    font-size: 34px;
    font-weight: 900;
}

.sbw-mice-requirements {
    padding: 84px 0;
    background: linear-gradient(115deg, #073f45, #066168);
}

.sbw-mice-requirements h2,
.sbw-mice-requirements p {
    color: #fff;
}

.sbw-mice-requirements-card {
    padding: 34px;
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: none;
}

.sbw-mice-check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.sbw-mice-check-grid div {
    display: flex;
    min-height: 84px;
    align-items: center;
    gap: 12px;
    padding: 18px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-weight: 800;
}

.sbw-mice-check-grid i {
    color: #ffaa0d;
}

.sbw-mice-destination-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.sbw-mice-destination {
    display: flex;
    min-height: 360px;
    align-items: flex-end;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(7, 28, 32, 0.18), rgba(7, 28, 32, 0.84)), var(--destination-image);
    background-position: center;
    background-size: cover;
}

.sbw-mice-destination div {
    padding: 28px;
}

.sbw-mice-destination span {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #ffaa0d;
    color: #17353a;
    font-weight: 900;
}

.sbw-mice-destination h3 {
    max-width: 520px;
    color: #fff;
    font-size: 30px;
}

.sbw-mice-quote {
    background: linear-gradient(115deg, #ffffff 0%, #eef7f7 100%);
}

.sbw-mice-quote-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
    align-items: stretch;
}

.sbw-mice-contact-list {
    display: grid;
    gap: 14px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.sbw-mice-contact-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: #405b5e;
    font-weight: 800;
    line-height: 1.45;
}

.sbw-mice-contact-list i {
    display: grid;
    width: 38px;
    height: 38px;
    min-width: 38px;
    place-items: center;
    border-radius: 50%;
    background: #eef7f7;
    color: #066168;
}

.sbw-mice-quote-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 34px;
    border: 1px solid rgba(6, 97, 104, 0.14);
    border-radius: 8px;
    background: #073f45;
    color: #fff;
    box-shadow: 0 24px 58px rgba(12, 52, 56, 0.16);
}

.sbw-mice-quote-icon {
    display: grid;
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
    place-items: center;
    border-radius: 8px;
    background: #ffaa0d;
    color: #17353a;
    font-size: 28px;
}

.sbw-mice-quote-card h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 30px;
    line-height: 1.12;
}

.sbw-mice-quote-card p {
    margin: 0 0 26px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.62;
}

.sbw-mice-quote-btn {
    width: fit-content;
    background: #ffaa0d;
    color: #17353a;
}

.sbw-mice-quote-btn:hover {
    background: #f49c00;
    color: #17353a;
}

.sbw-mice-form {
    padding: 28px;
}

.sbw-mice-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.sbw-mice-form input,
.sbw-mice-form select,
.sbw-mice-form textarea {
    width: 100%;
    min-height: 54px;
    border: 1px solid rgba(6, 97, 104, 0.18);
    border-radius: 8px;
    padding: 14px 16px;
    background: #fbf7ef;
    color: #17353a;
    font-size: 15px;
    outline: none;
}

.sbw-mice-form textarea {
    grid-column: 1 / -1;
    min-height: 132px;
    resize: vertical;
}

.sbw-mice-form input:focus,
.sbw-mice-form select:focus,
.sbw-mice-form textarea:focus {
    border-color: #066168;
    background: #fff;
}

.sbw-quote-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(7, 24, 27, 0.64);
}

.sbw-quote-modal.is-open {
    display: flex;
}

.sbw-quote-modal-card {
    width: min(520px, 100%);
    padding: 28px;
    border: 1px solid rgba(6, 97, 104, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 55px rgba(12, 52, 56, 0.18);
}

.sbw-quote-modal-card h2 {
    margin: 0 0 10px;
    color: #073f45;
    font-size: 30px;
}

.sbw-quote-modal-card p {
    margin: 0 0 20px;
    color: #526a6d;
}

.sbw-modal-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.sbw-modal-close {
    display: grid;
    width: 40px;
    height: 40px;
    min-width: 40px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: #eef7f7;
    color: #073f45;
    cursor: pointer;
}

.sbw-form-placeholder {
    display: grid;
    min-height: 170px;
    place-items: center;
    border: 1px dashed rgba(6, 97, 104, 0.38);
    border-radius: 8px;
    background: #fbf7ef;
    color: #405b5e;
    text-align: center;
}

.sbw-mice-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sbw-mice-faq-item {
    padding: 24px;
}

.sbw-mice-final {
    padding: 72px 0;
    background: linear-gradient(115deg, rgba(6, 97, 104, 0.94), rgba(17, 58, 63, 0.82)), url('../images/trv-services/8.jpg');
    background-position: center;
    background-size: cover;
}

.sbw-mice-final h2 {
    color: #fff;
}

.sbw-mice-final-inner {
    grid-template-columns: minmax(0, 1fr) auto;
}

@media (max-width: 1100px) {

    .sbw-mice-hero-grid,
    .sbw-mice-intro-grid,
    .sbw-mice-services-grid,
    .sbw-mice-requirements-grid,
    .sbw-mice-quote-grid,
    .sbw-mice-final-inner {
        grid-template-columns: 1fr;
    }

    .sbw-mice-capability-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .sbw-mice-hero {
        min-height: auto;
        padding: 150px 0 62px;
    }

    .sbw-mice-intro,
    .sbw-mice-services,
    .sbw-mice-destinations,
    .sbw-mice-quote,
    .sbw-mice-faq,
    .sbw-mice-band,
    .sbw-mice-requirements {
        padding: 58px 0;
    }

    .sbw-mice-choice-grid,
    .sbw-mice-destination-grid,
    .sbw-mice-faq-grid,
    .sbw-mice-form-grid {
        grid-template-columns: 1fr;
    }

    .sbw-mice-service-showcase img {
        min-height: 420px;
    }

    .sbw-mice-service-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .sbw-mice-wrap {
        width: min(100% - 28px, 1180px);
    }

    .sbw-mice-hero h1 {
        font-size: 40px;
    }

    .sbw-mice-hero p {
        font-size: 17px;
    }

    .sbw-mice-actions,
    .sbw-mice-final-inner {
        align-items: stretch;
    }

    .sbw-mice-btn {
        width: 100%;
    }

    .sbw-mice-hero-stats,
    .sbw-mice-capability-grid,
    .sbw-mice-check-grid,
    .sbw-mice-service-list {
        grid-template-columns: 1fr;
    }

    .sbw-mice-hero-stats span {
        min-height: 56px;
    }

    .sbw-mice-capability,
    .sbw-mice-service-item,
    .sbw-mice-choice-card,
    .sbw-mice-faq-item,
    .sbw-mice-requirements-card,
    .sbw-mice-form {
        padding: 22px;
    }

    .sbw-mice-service-showcase img {
        min-height: 360px;
    }

    .sbw-mice-service-overlay {
        padding: 22px;
    }

    .sbw-mice-service-overlay h3 {
        font-size: 23px;
    }

    .sbw-mice-destination {
        min-height: 310px;
    }

    .sbw-mice-destination h3 {
        font-size: 24px;
    }
}
