.bks-theme {
    font-family: "Outfit", sans-serif;
    color: #171717;
}

.bks-theme .page-content {
    min-height: calc(100vh - 420px);
}

.bks-theme .container {
    max-width: 1180px;
}

.bks-header {
    position: sticky;
    top: 0;
    z-index: 1040;
    padding: 18px 0;
    background: rgba(18, 18, 17, 0.86);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.bks-navbar {
    gap: 18px;
    padding: 0;
}

.bks-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.bks-brand-logo {
    height: 48px;
    width: auto;
    display: block;
}

.bks-brand-text,
.bks-footer-brand-text {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    line-height: 0.95;
    letter-spacing: 0;
    white-space: nowrap;
}

.bks-brand-text strong,
.bks-footer-brand-text strong {
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 800;
}

.bks-brand-text span,
.bks-footer-brand-text span {
    color: #f7c45f;
    font-size: 1.08rem;
    font-weight: 700;
}

.bks-navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    padding: 10px 12px;
    box-shadow: none;
}

.bks-navbar-toggler .navbar-toggler-icon {
    filter: invert(1);
}

.bks-nav {
    gap: 12px;
    align-items: center;
}

.bks-nav .nav-link {
    padding: 10px 18px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.92rem;
    font-weight: 500;
}

.bks-nav .nav-link:hover,
.bks-nav .nav-link:focus {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.bks-header-actions {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.bks-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 20px;
    border: 0;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.bks-btn:hover,
.bks-btn:focus {
    transform: translateY(-1px);
}

.bks-btn-primary {
    background: linear-gradient(135deg, #1fd06d, #14a957);
    color: #f4fff7;
    box-shadow: 0 16px 30px rgba(20, 169, 87, 0.25);
}

.bks-btn-primary:hover,
.bks-btn-primary:focus {
    color: #ffffff;
    background: linear-gradient(135deg, #24db74, #11934d);
}

.bks-btn-light {
    background: #ffffff;
    color: #131313;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.bks-btn-light:hover,
.bks-btn-light:focus {
    color: #111111;
}

.bks-btn-secondary {
    background: rgba(255, 255, 255, 0.04);
    color: #f4f0ea;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.bks-btn-secondary:hover,
.bks-btn-secondary:focus {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.bks-home {
    background:
        radial-gradient(circle at top left, rgba(52, 153, 99, 0.14), transparent 20%),
        radial-gradient(circle at top right, rgba(255, 173, 89, 0.09), transparent 22%),
        #171717;
    color: #f4f0ea;
}

.bks-home-shell {
    position: relative;
    overflow: hidden;
    /* padding: 28px 0 80px; */
}

.bks-home-shell::before,
.bks-home-shell::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
    opacity: 0.7;
}

.bks-home-shell::before {
    top: 80px;
    left: -80px;
    width: 260px;
    height: 260px;
    background: rgba(35, 183, 91, 0.16);
}

.bks-home-shell::after {
    top: 340px;
    right: -80px;
    width: 300px;
    height: 300px;
    background: rgba(255, 184, 107, 0.12);
}

.bks-section {
    padding: 34px 0 20px;
}

.bks-section-intro {
    max-width: 80%;
    margin: 0 auto 34px;
}

.bks-pill-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 14px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.76rem;
    font-weight: 500;
}

.bks-section-title {
    margin: 0;
    color: #f7f2ea;
    font-size: clamp(2rem, 4vw, 3.35rem);
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.02;
}

.bks-section-subtitle {
    margin: 14px auto 0;
    max-width: 660px;
    color: rgba(240, 233, 223, 0.56);
    font-size: 0.98rem;
    line-height: 1.75;
}

.bks-section-tags {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.bks-section-tags span {
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(244, 240, 234, 0.75);
    font-size: 0.84rem;
}

.bks-hero {
    padding: 22px 0 44px;
}

.bks-rating-line {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: rgba(248, 239, 226, 0.74);
    font-size: 0.95rem;
}

.bks-stars {
    display: inline-flex;
    gap: 4px;
    color: #f6c95d;
    font-size: 0.9rem;
}

.bks-hero-title {
    max-width: 540px;
    margin: 0 0 18px;
    color: #f4f0ea;
    font-size: clamp(2.6rem, 5vw, 4.6rem);
    font-weight: 300;
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.bks-hero-copy {
    max-width: 520px;
    margin: 0 0 34px;
    color: rgba(240, 233, 223, 0.66);
    font-size: 1rem;
    line-height: 1.85;
}

.bks-hero-highlights {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 0 0 26px;
}

.bks-hero-highlights span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(244, 240, 234, 0.82);
    font-size: 0.88rem;
}

.bks-hero-highlights i {
    color: #28d26f;
}

.bks-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin: 0 0 32px;
}

.bks-partner-strip {
    display: inline-flex;
    flex-direction: column;
    gap: 14px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.82rem;
}

.bks-partner-logos {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.05rem;
    font-weight: 500;
}

.bks-partner-logos span {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.bks-hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 10px 18px 0;
}

.bks-hero-frame {
    position: relative;
    width: min(100%, 430px);
    aspect-ratio: 0.82;
    padding: 14px;
    border-radius: 220px;
    background: radial-gradient(circle at top, rgba(255, 181, 95, 0.26), rgba(30, 30, 30, 0.95) 62%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 26px 60px rgba(0, 0, 0, 0.35);
}

.bks-hero-frame::before {
    content: "";
    position: absolute;
    inset: -14px;
    border-radius: 240px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.bks-hero-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 210px;
    display: block;
}

.bks-floating-badge {
    position: absolute;
    padding: 10px 14px;
    border-radius: 16px;
    background: rgba(33, 33, 33, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: #ece4da;
    font-size: 0.78rem;
    backdrop-filter: blur(14px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.bks-floating-badge-top {
    top: 80px;
    left: 42px;
}

.bks-floating-badge-mid {
    right: 14px;
    bottom: 132px;
}

.bks-floating-badge-bottom {
    right: 6px;
    bottom: 28px;
    min-width: 148px;
}

.bks-floating-badge-bottom small {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.72rem;
}

.bks-avatar-row {
    display: flex;
    align-items: center;
}

.bks-avatar-row span {
    width: 28px;
    height: 28px;
    margin-left: -7px;
    border-radius: 50%;
    border: 2px solid #232323;
    background: linear-gradient(135deg, #2ed573, #1b8f53);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bks-avatar-row span:first-child {
    margin-left: 0;
}

.bks-content-card,
.bks-image-card,
.bks-compare-card,
.bks-contact-card {
    border-radius: 28px;
}

.bks-content-card {
    padding: 34px 32px;
    background: linear-gradient(180deg, #272727, #202020);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
}

.bks-content-lead {
    margin: 0 0 24px;
    color: #f1eadf;
    font-size: 1.25rem;
    line-height: 1.25;
}

.bks-check-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 14px;
}

.bks-check-list li {
    position: relative;
    padding-left: 22px;
    color: rgba(240, 233, 223, 0.66);
    font-size: 0.95rem;
}

.bks-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #25c768;
    box-shadow: 0 0 0 4px rgba(37, 199, 104, 0.14);
}

.bks-image-card {
    position: relative;
    overflow: hidden;
    min-height: 280px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 28px 50px rgba(0, 0, 0, 0.18);
}

.bks-image-card-badge {
    position: absolute;
    right: 24px;
    bottom: 24px;
    max-width: 240px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(22, 22, 22, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
}

.bks-image-card-badge strong {
    display: block;
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
}

.bks-image-card-badge span {
    color: rgba(244, 240, 234, 0.68);
    font-size: 0.85rem;
    line-height: 1.55;
}

.bks-image-card img,
.bks-contact-image img,
.bks-service-card img,
.bks-timeline-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bks-stats-row {
    margin-top: 28px;
}

.bks-stat-card strong {
    display: block;
    margin-bottom: 6px;
    color: #f4f0ea;
    font-size: 1.8rem;
    font-weight: 600;
}

.bks-stat-card {
    padding: 18px 14px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.bks-stat-card span {
    color: rgba(240, 233, 223, 0.52);
    font-size: 0.92rem;
    line-height: 1.6;
}

.bks-compare-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
    position: relative;
}

.bks-compare-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(31, 208, 109, 0.08), transparent 30%, transparent 70%, rgba(255, 196, 128, 0.08));
    pointer-events: none;
}

.bks-compare-panel {
    height: 100%;
    padding: 36px 36px 34px;
}

.bks-compare-panel h3 {
    margin: 0 0 22px;
    font-size: 2rem;
    font-weight: 500;
}

.bks-compare-panel-dark {
    background: #262626;
    color: #f6f1ea;
}

.bks-compare-panel-light {
    background: #f3f0ea;
    color: #171717;
}

.bks-feature-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 18px;
}

.bks-feature-list li {
    position: relative;
    padding-left: 22px;
}

.bks-feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #25c768;
}

.bks-feature-list strong {
    display: block;
    margin-bottom: 5px;
    font-size: 1.12rem;
    font-weight: 500;
}

.bks-feature-list span {
    display: block;
    color: rgba(255, 255, 255, 0.64);
    line-height: 1.65;
}

.bks-compare-panel-light .bks-feature-list span {
    color: rgba(23, 23, 23, 0.6);
}

.bks-service-card {
    position: relative;
    min-height: 290px;
    overflow: hidden;
    border-radius: 26px;
    background: #202020;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.bks-service-tag {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 1;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(20, 20, 20, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #f5efe4;
    font-size: 0.76rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    backdrop-filter: blur(14px);
}

.bks-service-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.62));
}

.bks-service-card-muted {
    opacity: 0.48;
}

.bks-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 52px rgba(0, 0, 0, 0.24);
}

.bks-service-card-active {
    min-height: 360px;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
}

.bks-service-overlay {
    position: absolute;
    right: 20px;
    bottom: 18px;
    left: 20px;
    z-index: 1;
}

.bks-service-overlay h3 {
    margin: 0 0 6px;
    color: #f7f2ea;
    font-size: 1.35rem;
    font-weight: 500;
}

.bks-service-overlay p {
    margin: 0;
    max-width: 360px;
    color: rgba(244, 240, 234, 0.7);
    line-height: 1.6;
}

.bks-service-arrow {
    width: 38px;
    height: 38px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1fd06d, #14a957);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bks-icon-feature {
    text-align: center;
    padding: 20px 18px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
    border: 1px solid rgba(255, 255, 255, 0.05);
    height: 100%;
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.bks-icon-feature:hover {
    transform: translateY(-5px);
    border-color: rgba(40, 210, 111, 0.28);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(40, 210, 111, 0.03));
}

.bks-icon-box {
    width: 54px;
    height: 54px;
    margin: 0 auto 18px;
    border-radius: 14px;
    background: linear-gradient(180deg, #30dd78, #179a55);
    box-shadow: 0 10px 20px rgba(20, 169, 87, 0.22);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
}

.bks-icon-feature h3 {
    margin: 0 0 4px;
    color: #f4f0ea;
    font-size: 1.4rem;
    font-weight: 500;
}

.bks-icon-feature p {
    margin: 0;
    color: rgba(240, 233, 223, 0.56);
    font-size: 0.92rem;
}

.bks-process-section {
    padding-top: 52px;
}

.bks-process-cta {
    margin-top: 22px;
}

.bks-timeline {
    position: relative;
    max-width: 900px;
    margin: 10px auto 0;
    padding: 22px 0 8px;
}

.bks-timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, rgba(31, 208, 109, 0.08), rgba(31, 208, 109, 0.9), rgba(31, 208, 109, 0.08));
    transform: translateX(-50%);
}

.bks-timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 42px;
    align-items: center;
    margin-bottom: 40px;
}

.bks-timeline-item::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 18px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #1fd06d;
    box-shadow: 0 0 0 6px rgba(31, 208, 109, 0.12);
    transform: translateX(-50%);
}

.bks-timeline-item-left .bks-timeline-copy {
    grid-column: 2;
}

.bks-timeline-item-left .bks-timeline-media {
    grid-column: 1;
    grid-row: 1;
}

.bks-timeline-item-right .bks-timeline-copy {
    grid-column: 1;
}

.bks-timeline-item-right .bks-timeline-media {
    grid-column: 2;
}

.bks-timeline-media {
    overflow: hidden;
    border-radius: 26px;
    min-height: 230px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.18);
}

.bks-timeline-copy {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.bks-timeline-number {
    color: #f5efe4;
    font-size: 1rem;
    font-weight: 600;
}

.bks-timeline-copy h3 {
    margin: 0 0 10px;
    color: #f4f0ea;
    font-size: 2rem;
    font-weight: 400;
}

.bks-timeline-copy p {
    margin: 0;
    color: rgba(240, 233, 223, 0.58);
    line-height: 1.72;
}

.bks-alert-success {
    margin: 0 auto 22px;
    max-width: 860px;
    border: 0;
    border-radius: 18px;
    background: rgba(35, 183, 91, 0.2);
    color: #d9ffe7;
}

.bks-contact-card {
    overflow: hidden;
    background: #323232;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 22px 46px rgba(0, 0, 0, 0.22);
}

.bks-form-wrap {
    padding: 34px;
}

.bks-form-head {
    margin-bottom: 22px;
}

.bks-form-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: #28d26f;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bks-form-head h3 {
    margin: 0;
    max-width: 420px;
    color: #f4f0ea;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2;
}

.bks-form-control {
    min-height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: #282828;
    color: #f4f0ea;
    box-shadow: none;
}

.bks-form-control::placeholder {
    color: rgba(244, 240, 234, 0.42);
}

.bks-form-control:focus {
    border-color: rgba(31, 208, 109, 0.6);
    background: #222222;
    color: #ffffff;
    box-shadow: 0 0 0 0.18rem rgba(31, 208, 109, 0.12);
}

.bks-form-control option {
    color: #171717;
}

.bks-form-textarea {
    min-height: 120px;
    resize: vertical;
}

.bks-contact-image {
    position: relative;
    height: 100%;
    min-height: 420px;
}

.bks-contact-overlay-card {
    position: absolute;
    right: 24px;
    bottom: 24px;
    max-width: 240px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(20, 20, 20, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
}

.bks-contact-overlay-label {
    display: block;
    margin-bottom: 8px;
    color: rgba(244, 240, 234, 0.62);
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.bks-contact-overlay-card strong {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 1.15rem;
    line-height: 1.35;
}

.bks-contact-overlay-card a {
    color: #35db7b;
    font-weight: 600;
}

.bks-footer {
    padding: 64px 0 0;
    background: #111111;
    color: #f4f0ea;
    position: relative;
    overflow: hidden;
}

.bks-footer::before {
    content: "";
    position: absolute;
    top: -120px;
    left: -120px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(31, 208, 109, 0.07), transparent 70%);
    pointer-events: none;
}

.bks-footer::after {
    content: "";
    position: absolute;
    bottom: 60px;
    right: -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 184, 107, 0.05), transparent 70%);
    pointer-events: none;
}

.bks-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    text-decoration: none;
}

.bks-footer-logo {
    height: 56px;
    width: auto;
    opacity: 0.9;
}

.bks-footer-brand-text strong {
    font-size: 1.42rem;
}

.bks-footer-brand-text span {
    font-size: 1.12rem;
}

.bks-footer-copy {
    max-width: 300px;
    margin: 0 0 24px;
    color: rgba(244, 240, 234, 0.52);
    font-size: 0.93rem;
    line-height: 1.75;
}

.bks-footer-social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.bks-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(244, 240, 234, 0.7);
    font-size: 0.9rem;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.bks-footer-title {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.bks-footer-title-gap {
    margin-top: 22px;
}

.bks-footer-links {
    display: grid;
    gap: 10px;
}

.bks-footer-links a {
    color: rgba(244, 240, 234, 0.52);
    font-size: 0.92rem;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.bks-footer-links a:hover {
    color: #1fd06d;
    padding-left: 4px;
}

.bks-footer-social a:hover {
    color: #1fd06d;
    background: rgba(31, 208, 109, 0.12);
    border-color: rgba(31, 208, 109, 0.3);
    transform: translateY(-2px);
}

.bks-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 52px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    color: rgba(244, 240, 234, 0.38);
    font-size: 0.84rem;
    background: rgba(0, 0, 0, 0.2);
    padding-left: calc((100vw - 1180px) / 2);
    padding-right: calc((100vw - 1180px) / 2);
}

.bks-footer-bottom-links {
    display: flex;
    gap: 20px;
}

.bks-footer-bottom-links a {
    color: rgba(244, 240, 234, 0.38);
    transition: color 0.2s ease;
}

.bks-footer-bottom-links a:hover {
    color: rgba(244, 240, 234, 0.8);
}

/* Booking flow */
.bks-header-actions {
    gap: 10px;
}

.bks-header-host-btn {
    min-height: 46px;
}

.bks-booking {
    background: #fbfaf7;
    color: #222222;
}

.bks-booking .page-content {
    background: #fbfaf7;
}

.bks-booking-hero {
    padding: 74px 0 48px;
    background:
        linear-gradient(180deg, rgba(20, 20, 20, 0.34), rgba(20, 20, 20, 0.58)),
        url("https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=1800&q=80") center/cover;
    color: #ffffff;
}

.bks-booking-kicker {
    display: inline-flex;
    margin-bottom: 14px;
    color: #29d978;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bks-booking-hero h1,
.bks-book-form-card h1 {
    max-width: 720px;
    margin: 0 0 14px;
    font-size: 3.4rem;
    line-height: 1.03;
    font-weight: 600;
    color: inherit;
}

.bks-booking-hero p,
.bks-book-form-card > p {
    max-width: 620px;
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.78);
}

.bks-homes-section,
.bks-house-detail,
.bks-book-form-section {
    padding: 56px 0 80px;
}

.bks-homes-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
}

.bks-homes-head span {
    display: block;
    margin-bottom: 6px;
    color: #168148;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.bks-homes-head h2 {
    margin: 0;
    color: #181818;
    font-size: 2rem;
    font-weight: 650;
}

.bks-inline-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #168148;
    font-weight: 700;
}

.bks-home-card {
    display: block;
    height: 100%;
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff;
    color: #222222;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 18px 45px rgba(23, 23, 23, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.bks-home-card:hover {
    color: #222222;
    transform: translateY(-5px);
    border-color: rgba(22, 129, 72, 0.24);
    box-shadow: 0 24px 55px rgba(23, 23, 23, 0.12);
}

.bks-home-card-media {
    position: relative;
    display: block;
    aspect-ratio: 1.18;
    overflow: hidden;
}

.bks-home-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.bks-home-card:hover .bks-home-card-media img {
    transform: scale(1.04);
}

.bks-home-card-price {
    position: absolute;
    right: 14px;
    bottom: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(16, 16, 16, 0.78);
    color: #ffffff;
    font-size: 0.86rem;
    font-weight: 700;
    backdrop-filter: blur(14px);
}

.bks-home-card-body {
    display: grid;
    gap: 10px;
    padding: 18px;
}

.bks-home-card-meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #666666;
    font-size: 0.84rem;
}

.bks-home-card-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.bks-home-card-meta i {
    color: #168148;
}

.bks-home-card-body strong {
    color: #181818;
    font-size: 1.18rem;
    line-height: 1.25;
}

.bks-home-card-desc {
    color: #646464;
    line-height: 1.6;
}

.bks-home-card-specs {
    color: #333333;
    font-size: 0.9rem;
    font-weight: 650;
}

.bks-pagination-wrap {
    margin-top: 34px;
}

.bks-empty-state {
    padding: 52px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    text-align: center;
}

.bks-empty-state h2 {
    color: #181818;
}

.bks-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: #168148;
    font-weight: 700;
}

.bks-detail-title-row {
    margin-bottom: 28px;
}

.bks-detail-title-row h1 {
    margin: 0 0 8px;
    color: #181818;
    font-size: 2.7rem;
    line-height: 1.08;
    font-weight: 650;
}

.bks-detail-title-row p {
    margin: 0 0 8px;
    color: #333333;
    font-size: 1.1rem;
}

.bks-detail-rating {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #222222;
}

.bks-detail-rating i {
    color: #f2b84b;
}

.bks-detail-rating a {
    color: #222222;
    text-decoration: underline;
}

.bks-gallery {
    margin-bottom: 44px;
}

.bks-gallery-main {
    overflow: hidden;
    border-radius: 20px;
    aspect-ratio: 1.95;
    background: #eeeeee;
}

.bks-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bks-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
}

.bks-gallery-thumbs button {
    padding: 0;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 12px;
    aspect-ratio: 1.55;
    background: transparent;
}

.bks-gallery-thumbs button.active {
    border-color: #168148;
}

.bks-gallery-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bks-detail-section {
    padding: 30px 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

.bks-detail-section:first-child {
    padding-top: 0;
}

.bks-detail-section h2 {
    margin: 0 0 22px;
    color: #181818;
    font-size: 1.65rem;
    font-weight: 650;
}

.bks-host-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

.bks-host-row img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

.bks-host-row h2 {
    margin: 0 0 4px;
}

.bks-host-row p {
    margin: 0;
    color: #666666;
}

.bks-highlight-list {
    display: grid;
    gap: 24px;
}

.bks-highlight-item {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 16px;
}

.bks-highlight-item i {
    color: #222222;
    font-size: 1.35rem;
}

.bks-highlight-item h3 {
    margin: 0 0 5px;
    color: #181818;
    font-size: 1.05rem;
    font-weight: 700;
}

.bks-highlight-item p,
.bks-house-description {
    margin: 0;
    color: #606060;
    line-height: 1.75;
}

.bks-amenities-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 28px;
}

.bks-amenities-grid div {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #222222;
    font-size: 1rem;
}

.bks-amenities-grid i {
    color: #168148;
}

.bks-review-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.bks-review-card {
    padding: 20px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
}

.bks-review-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.bks-review-card-head span {
    color: #f2b84b;
}

.bks-review-card p {
    color: #5f5f5f;
    line-height: 1.65;
}

.bks-review-card small {
    color: #777777;
}

.bks-reserve-card,
.bks-book-summary,
.bks-book-form-card {
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.1);
    box-shadow: 0 20px 50px rgba(23, 23, 23, 0.1);
}

.bks-reserve-card {
    position: sticky;
    top: 110px;
    padding: 28px;
}

.bks-reserve-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 20px;
}

.bks-reserve-price strong {
    color: #181818;
    font-size: 2rem;
}

.bks-reserve-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border: 1px solid rgba(17, 17, 17, 0.22);
    border-radius: 14px;
    margin-bottom: 18px;
}

.bks-reserve-grid label {
    display: grid;
    gap: 4px;
    padding: 14px;
    margin: 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.16);
}

.bks-reserve-grid label:first-child {
    border-right: 1px solid rgba(17, 17, 17, 0.16);
}

.bks-reserve-full {
    grid-column: 1 / -1;
    border-bottom: 0 !important;
}

.bks-reserve-grid span,
.bks-field-label {
    color: #222222;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.bks-reserve-grid input {
    width: 100%;
    border: 0;
    background: transparent;
    color: #222222;
    font-size: 1rem;
    outline: 0;
}

.bks-reserve-total,
.bks-summary-line,
.bks-summary-total {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 0;
    border-top: 1px solid rgba(17, 17, 17, 0.1);
}

.bks-reserve-note,
.bks-summary-note {
    margin: 14px 0 0;
    color: #6a6a6a;
    text-align: center;
}

.bks-booking-alert {
    border: 0;
    border-radius: 14px;
    background: rgba(31, 208, 109, 0.14);
    color: #126f3c;
}

.bks-book-form-card {
    padding: 34px;
}

.bks-book-form-card h1 {
    color: #181818;
    font-size: 2.6rem;
}

.bks-book-form-card > p {
    margin-bottom: 28px;
    color: #616161;
}

.bks-light-control {
    min-height: 54px;
    border-radius: 12px;
    border: 1px solid rgba(17, 17, 17, 0.12);
    background: #fbfaf7;
    color: #222222;
    padding: 12px 14px;
}

.bks-light-control:focus {
    border-color: #168148;
    box-shadow: 0 0 0 0.18rem rgba(22, 129, 72, 0.12);
}

.bks-file-control {
    padding-top: 13px;
    padding-bottom: 13px;
}

.bks-file-control::file-selector-button {
    margin-right: 14px;
    border: 0;
    border-radius: 999px;
    padding: 8px 14px;
    background: rgba(22, 129, 72, 0.12);
    color: #126f3c;
    font-weight: 700;
}

.bks-field-help {
    display: block;
    margin-top: 8px;
    color: #707070;
    line-height: 1.55;
}

textarea.bks-light-control {
    min-height: 140px;
}

.bks-book-summary {
    position: sticky;
    top: 110px;
    padding: 22px;
}

.bks-book-summary img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 14px;
    margin-bottom: 18px;
}

.bks-book-summary h2 {
    margin: 0 0 6px;
    color: #181818;
    font-size: 1.25rem;
}

.bks-book-summary p {
    margin: 0 0 6px;
    color: #666666;
}

.bks-book-summary > div > span {
    color: #333333;
    font-weight: 650;
}

.bks-summary-total {
    align-items: center;
    font-size: 1.1rem;
}

.bks-summary-total strong {
    color: #181818;
    font-size: 1.35rem;
}

/* Auth, admin, and host dashboards */
.bks-auth-page {
    background: #fbfaf7;
}

.bks-auth-shell {
    min-height: 78vh;
    display: grid;
    place-items: center;
    padding: 56px 16px;
    background:
        linear-gradient(180deg, rgba(251, 250, 247, 0.88), rgba(251, 250, 247, 0.96)),
        url("https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.bks-auth-card {
    width: min(100%, 520px);
    padding: 34px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 28px 70px rgba(23, 23, 23, 0.12);
}

.bks-auth-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: #168148;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bks-auth-card h1 {
    margin: 0 0 10px;
    color: #181818;
    font-size: 2rem;
    font-weight: 650;
}

.bks-auth-card p {
    color: #666666;
    line-height: 1.7;
}

.bks-auth-form {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.bks-auth-form label {
    color: #222222;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.bks-check-inline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-weight: 600 !important;
}

.bks-auth-alt {
    margin: 18px 0 0;
    text-align: center;
}

.bks-auth-alt a {
    color: #168148;
    font-weight: 700;
}

.bks-admin-body,
.bks-host-body {
    min-height: 100vh;
    background:
        radial-gradient(circle at top right, rgba(31, 208, 109, 0.14), transparent 26%),
        linear-gradient(180deg, #f9f8f3 0%, #f3efe6 100%);
    color: #1f2937;
    font-family: "Outfit", sans-serif;
}

.bks-dashboard-shell {
    min-height: 100vh;
}

.bks-dashboard-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    width: 285px;
    padding: 24px;
    background:
        radial-gradient(circle at top left, rgba(47, 224, 122, 0.16), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 243, 235, 0.98));
    color: #152033;
    display: flex;
    flex-direction: column;
    gap: 26px;
    border-right: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 16px 0 36px rgba(15, 23, 42, 0.06);
}

.bks-dashboard-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #132238;
    text-decoration: none;
}

.bks-dashboard-brand span {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2fe07a, #159053);
    box-shadow: 0 14px 24px rgba(20, 169, 87, 0.24);
    font-size: 0.92rem;
    font-weight: 800;
}

.bks-dashboard-brand strong {
    color: #132238;
    font-size: 1.35rem;
    font-weight: 800;
}

.bks-dashboard-brand-copy {
    margin: 12px 0 0;
    color: #64748b;
    font-size: 0.84rem;
}

.bks-dashboard-nav {
    display: grid;
    gap: 8px;
}

.bks-dashboard-nav a,
.bks-dashboard-logout {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border: 0;
    border-radius: 15px;
    background: transparent;
    color: #4b5563;
    font-weight: 650;
    text-decoration: none;
    text-align: left;
    transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.bks-dashboard-nav a:hover,
.bks-dashboard-nav a.is-active,
.bks-dashboard-logout:hover {
    color: #126f3c;
    background: rgba(22, 129, 72, 0.1);
}

.bks-dashboard-nav a.is-active {
    box-shadow: inset 3px 0 0 #2fe07a;
}

.bks-dashboard-nav a:hover,
.bks-dashboard-logout:hover {
    transform: translateX(2px);
}

.bks-dashboard-profile {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.bks-dashboard-profile > span,
.bks-dashboard-profile > img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.bks-dashboard-profile > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(47, 224, 122, 0.18);
    color: #126f3c;
    font-weight: 800;
}

.bks-dashboard-profile strong,
.bks-dashboard-profile small {
    display: block;
}

.bks-dashboard-profile strong {
    color: #152033;
    font-size: 0.95rem;
}

.bks-dashboard-profile small {
    max-width: 168px;
    overflow: hidden;
    color: #64748b;
    font-size: 0.76rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bks-dashboard-main {
    margin-left: 285px;
    min-height: 100vh;
    padding: 34px;
}

.bks-dashboard-alert {
    border: 0;
    border-radius: 16px;
}

.bks-dashboard-hero,
.bks-content-hero {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
    padding: 28px;
    border-radius: 26px;
    background:
        radial-gradient(circle at top right, rgba(47, 224, 122, 0.16), transparent 28%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 243, 235, 0.96));
    color: #152033;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.08);
}

.bks-dashboard-hero::after,
.bks-content-hero::after {
    content: "";
    position: absolute;
    right: -32px;
    bottom: -56px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(22, 129, 72, 0.08);
}

.bks-dashboard-hero > *,
.bks-content-hero > * {
    position: relative;
    z-index: 1;
}

.bks-dashboard-hero span,
.bks-content-hero span,
.bks-content-panel-head span,
.bks-host-side-card > span {
    color: #168148;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bks-dashboard-hero h1,
.bks-content-hero h1 {
    margin: 8px 0 10px;
    color: #152033;
    font-size: clamp(1.85rem, 3vw, 2.45rem);
    font-weight: 700;
}

.bks-dashboard-hero p,
.bks-content-hero p {
    max-width: 680px;
    margin: 0;
    color: #5f6f84;
    line-height: 1.7;
}

.bks-dashboard-hero-badge {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 230px;
    padding: 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.bks-dashboard-hero-badge i {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(47, 224, 122, 0.16);
    color: #168148;
}

.bks-dashboard-hero-badge strong,
.bks-dashboard-hero-badge small {
    display: block;
}

.bks-dashboard-hero-badge strong {
    color: #152033;
}

.bks-dashboard-hero-badge small {
    color: #64748b;
}

.bks-admin-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.bks-admin-head span {
    color: #168148;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bks-admin-head h1 {
    margin: 4px 0 0;
    color: #181818;
    font-size: 2.2rem;
    font-weight: 700;
}

.bks-admin-head p {
    max-width: 720px;
    margin: 8px 0 0;
    color: #666666;
}

.bks-admin-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.bks-admin-stats div,
.bks-admin-panel {
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 16px 45px rgba(23, 23, 23, 0.06);
}

.bks-admin-stats div {
    position: relative;
    overflow: hidden;
    padding: 22px;
}

.bks-admin-stats div::after {
    content: "";
    position: absolute;
    right: -24px;
    bottom: -28px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: rgba(31, 208, 109, 0.08);
}

.bks-admin-stats i {
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(22, 129, 72, 0.1);
    color: #168148;
}

.bks-admin-stats span {
    display: block;
    color: #6b6b6b;
    font-weight: 650;
}

.bks-admin-stats strong {
    display: block;
    margin-top: 8px;
    color: #181818;
    font-size: 2rem;
}

.bks-admin-stats small {
    display: block;
    margin-top: 8px;
    color: #168148;
    font-weight: 700;
}

.bks-admin-panel {
    padding: 24px;
}

.bks-admin-panel-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.bks-admin-panel-head h2 {
    margin: 0;
    color: #181818;
    font-size: 1.25rem;
    font-weight: 700;
}

.bks-admin-panel-head a {
    color: #168148;
    font-weight: 700;
}

.bks-admin-table {
    margin: 0;
}

.bks-admin-table th {
    color: #666666;
    font-size: 0.78rem;
    text-transform: uppercase;
}

.bks-admin-table td {
    vertical-align: middle;
}

.bks-status-pill {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(22, 129, 72, 0.1);
    color: #126f3c;
    font-size: 0.8rem;
    font-weight: 800;
}

.bks-host-stats {
    grid-template-columns: repeat(4, 1fr);
}

.bks-host-form-panel {
    max-width: 980px;
}

.bks-content-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 22px;
}

.bks-content-stats-three {
    grid-template-columns: repeat(3, 1fr);
}

.bks-content-stats-five {
    grid-template-columns: repeat(5, 1fr);
}

.bks-content-stats article {
    position: relative;
    overflow: hidden;
    padding: 22px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 16px 45px rgba(23, 23, 23, 0.06);
}

.bks-content-stats article::after {
    content: "";
    position: absolute;
    right: -26px;
    bottom: -28px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: rgba(31, 208, 109, 0.08);
}

.bks-content-stats i {
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(22, 129, 72, 0.1);
    color: #168148;
}

.bks-content-stats span,
.bks-content-stats strong {
    display: block;
}

.bks-content-stats span {
    color: #6b6b6b;
    font-weight: 650;
}

.bks-content-stats strong {
    margin-top: 8px;
    color: #181818;
    font-size: 2rem;
}

.bks-content-panel {
    padding: 24px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 16px 45px rgba(23, 23, 23, 0.06);
}

.bks-content-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 18px;
}

.bks-content-panel-head h2 {
    margin: 6px 0 0;
    color: #181818;
    font-size: 1.3rem;
    font-weight: 700;
}

.bks-content-panel-head a {
    color: #168148;
    font-weight: 700;
}

.bks-table-shell {
    width: 100%;
}

.bks-admin-table {
    width: 100% !important;
    margin-bottom: 0 !important;
}

.bks-admin-table thead th {
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom-color: rgba(17, 17, 17, 0.08);
    color: #707070;
    font-size: 0.74rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.bks-admin-table tbody td {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom-color: rgba(17, 17, 17, 0.06);
}

.bks-admin-table tbody tr:last-child td {
    border-bottom: 0;
}

.bks-admin-table a {
    color: #181818;
    font-weight: 700;
}

.bks-admin-table small {
    color: #7a7a7a;
}

.bks-status-pending {
    background: rgba(245, 158, 11, 0.12);
    color: #9a6700;
}

.bks-status-approved {
    background: rgba(22, 129, 72, 0.12);
    color: #126f3c;
}

.bks-status-confirmed,
.bks-status-active {
    background: rgba(22, 129, 72, 0.12);
    color: #126f3c;
}

.bks-status-canceled,
.bks-status-inactive,
.bks-status-rejected {
    background: rgba(220, 53, 69, 0.12);
    color: #b02a37;
}

.dt-container {
    color: #222222;
}

.dt-container .dt-layout-row {
    align-items: center;
    gap: 14px;
    margin: 0 0 18px;
}

.dt-container .dt-layout-row:last-child {
    margin-top: 18px;
    margin-bottom: 0;
}

.dt-container .dt-length label,
.dt-container .dt-search label {
    color: #666666;
    font-weight: 600;
}

.dt-container .dt-input,
.dt-container .form-select,
.dt-container .form-control {
    min-height: 42px;
    border-radius: 12px;
    border-color: rgba(17, 17, 17, 0.12);
    background: #fbfaf7;
    box-shadow: none;
}

.dt-container .dt-input:focus,
.dt-container .form-select:focus,
.dt-container .form-control:focus {
    border-color: rgba(22, 129, 72, 0.45);
    box-shadow: 0 0 0 0.18rem rgba(22, 129, 72, 0.12);
}

.dt-container .page-link {
    border: 0;
    border-radius: 10px !important;
    color: #444444;
}

.dt-container .page-item.active .page-link {
    background: #168148;
    color: #ffffff;
}

.dt-container .page-link:focus {
    box-shadow: none;
}

.bks-host-side-card {
    height: 100%;
    padding: 26px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(47, 224, 122, 0.14), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 243, 235, 0.96));
    color: #152033;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.08);
}

.bks-host-side-card h2 {
    margin: 10px 0;
    color: #152033;
    font-size: 1.55rem;
}

.bks-host-side-card p {
    color: #5f6f84;
    line-height: 1.72;
}

.bks-host-side-card div {
    display: grid;
    gap: 10px;
    margin-top: 22px;
}

.bks-host-side-card a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 14px;
    border-radius: 14px;
    color: #126f3c;
    background: rgba(22, 129, 72, 0.08);
    text-decoration: none;
}

.bks-admin-action {
    border: 0;
    border-radius: 999px;
    padding: 8px 14px;
    background: #168148;
    color: #ffffff;
    font-weight: 700;
}

.bks-admin-action:hover {
    background: #126f3c;
}

.bks-home-card-muted {
    opacity: 0.88;
}

.bks-home-card-muted:hover {
    transform: none;
    border-color: rgba(17, 17, 17, 0.08);
    box-shadow: 0 18px 45px rgba(23, 23, 23, 0.08);
}

.bks-home-card-topline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.bks-home-card-topline em {
    flex: 0 0 auto;
    font-style: normal;
}

.bks-home-card-remark {
    color: #b02a37;
    font-size: 0.86rem;
    font-weight: 650;
}

.bks-house-actions {
    display: grid;
    gap: 8px;
}

.bks-reject-details summary {
    cursor: pointer;
    color: #b02a37;
    font-size: 0.86rem;
    font-weight: 700;
}

.bks-reject-details form {
    display: grid;
    gap: 8px;
    min-width: 220px;
    margin-top: 8px;
}

.bks-reject-details textarea {
    width: 100%;
    min-height: 74px;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 12px;
    padding: 10px 12px;
    resize: vertical;
}

.bks-reject-details button {
    border: 0;
    border-radius: 999px;
    padding: 8px 14px;
    background: #b02a37;
    color: #ffffff;
    font-weight: 700;
}

.bks-remark-preview strong,
.bks-remark-preview small {
    display: block;
}

.bks-remark-preview strong {
    color: #b02a37;
}

.bks-remark-preview small {
    margin-top: 4px;
    color: #666666;
}

/* About page */
.bks-about-shell {
    padding: 0 0 70px;
}

.bks-about-hero-simple {
    position: relative;
    overflow: hidden;
    min-height: 430px;
    display: flex;
    align-items: center;
    /* padding: 86px 0; */
    background:
        linear-gradient(90deg, rgba(16, 16, 16, 0.88), rgba(16, 16, 16, 0.62), rgba(16, 16, 16, 0.34)),
        url("https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=1800&q=80") center/cover;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.bks-about-hero-copy {
    max-width: 760px;
}

.bks-about-hero-copy .bks-hero-title {
    max-width: 720px;
}

.bks-about-hero-copy .bks-hero-copy {
    max-width: 610px;
}

.bks-hero-highlights a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(244, 240, 234, 0.82);
    font-size: 0.88rem;
    text-decoration: none;
}

.bks-hero-highlights a:hover,
.bks-hero-highlights a:focus {
    color: #ffffff;
    background: rgba(31, 208, 109, 0.14);
    border-color: rgba(31, 208, 109, 0.22);
}

.bks-about-value-card,
.bks-about-brand-card,
.bks-about-resource-card,
.bks-about-team-card,
.bks-about-mini-team {
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.16);
}

.bks-about-value-card {
    padding: 28px;
    border-radius: 24px;
}

.bks-about-value-card h3,
.bks-about-brand-card h3,
.bks-about-resource-copy h3,
.bks-about-team-card h3 {
    margin: 0 0 10px;
    color: #22201c;
    font-size: 1.35rem;
    font-weight: 500;
}

.bks-about-value-card p,
.bks-about-brand-card p,
.bks-about-resource-copy p,
.bks-about-team-card p {
    margin: 0;
    color: rgba(240, 233, 223, 0.58);
    line-height: 1.72;
}

.bks-about-story-row {
    margin-top: 36px;
}

.bks-about-story-image {
    min-height: 420px;
}

.bks-about-timeline {
    margin-top: 44px;
}

.bks-about-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 12px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(31, 208, 109, 0.12);
    color: #39dc7f;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.bks-about-brand-card {
    overflow: hidden;
    border-radius: 26px;
}

.bks-about-brand-card > img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.bks-about-brand-card > div {
    padding: 24px;
}

.bks-about-brand-card .bks-check-list {
    margin-top: 18px;
}

.bks-about-featured-resource {
    overflow: hidden;
    border-radius: 28px;
    background: #262626;
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
}

.bks-about-featured-resource img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    display: block;
}

.bks-about-resource-copy {
    height: 100%;
    padding: 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bks-about-resource-copy h3 {
    max-width: 560px;
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.bks-about-resource-copy .bks-section-tags {
    justify-content: flex-start;
}

.bks-about-resource-grid,
.bks-about-care-team {
    margin-top: 28px;
}

.bks-about-resource-card {
    text-align: left;
}

.bks-about-resource-card .bks-icon-box {
    margin-left: 0;
}

.bks-about-team-card {
    overflow: hidden;
    border-radius: 26px;
}

.bks-about-team-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: top;
    display: block;
}

.bks-about-team-card > div {
    padding: 24px;
}

.bks-about-mini-team {
    padding: 20px;
    border-radius: 20px;
}

.bks-about-mini-team strong {
    display: block;
    margin-bottom: 6px;
    color: #f4f0ea;
    font-size: 1rem;
    font-weight: 600;
}

.bks-about-mini-team span {
    color: rgba(240, 233, 223, 0.58);
    font-size: 0.86rem;
    line-height: 1.55;
}

.bks-about-cta .bks-form-wrap p {
    max-width: 620px;
    margin: 12px 0 0;
    color: rgb(0 0 0 / 58%);
    line-height: 1.72;
}

.bks-about-cta-actions {
    display: grid;
    gap: 12px;
    padding: 34px;
}

/* Scope blueprint pages */
.bks-scope-shell {
    padding: 0 0 76px;
}

.bks-scope-hero {
    min-height: 460px;
    display: flex;
    align-items: center;
    /* padding: 86px 0; */
    background:
        linear-gradient(90deg, rgba(16, 16, 16, 0.9), rgba(16, 16, 16, 0.66), rgba(16, 16, 16, 0.34)),
        var(--bks-scope-hero-image) center/cover;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.bks-scope-hero-copy {
    max-width: 780px;
}

.bks-scope-hero-copy .bks-hero-title {
    max-width: 720px;
}

.bks-scope-hero-copy .bks-hero-copy {
    max-width: 620px;
}

.bks-scope-card {
    height: 100%;
    padding: 28px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.16);
}

.bks-scope-card .bks-icon-box {
    margin: 0 0 18px;
}

.bks-scope-card h3 {
    margin: 0 0 10px;
    color: #52504d;
    font-size: 1.28rem;
    font-weight: 500;
}

.bks-scope-card p {
    margin: 0;
    color: rgba(240, 233, 223, 0.58);
    line-height: 1.72;
}

.bks-scope-card .bks-check-list {
    margin-top: 18px;
}

.bks-scope-form-panel {
    overflow: hidden;
}

.bks-scope-form-intro {
    height: 100%;
    padding: 36px;
    background:
        linear-gradient(180deg, rgba(20, 20, 20, 0.52), rgba(20, 20, 20, 0.86)),
        url("https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=900&q=80") center/cover;
}

.bks-scope-form-intro h3 {
    margin: 0;
    color: #f4f0ea;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.15;
}

.bks-scope-form-intro p {
    margin: 14px 0 0;
    color: rgba(240, 233, 223, 0.62);
    line-height: 1.72;
}

.bks-legal-card {
    max-width: 920px;
    margin: 0 auto;
    padding: 34px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.16);
}

.bks-legal-section {
    padding: 0 0 24px;
    margin: 0 0 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.bks-legal-section:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.bks-legal-section h2 {
    margin: 0 0 10px;
    color: #f4f0ea;
    font-size: 1.28rem;
    font-weight: 500;
}

.bks-legal-section p {
    margin: 0;
    color: rgba(240, 233, 223, 0.62);
    line-height: 1.78;
}

.bks-contact-value {
    display: block;
    margin-top: 14px;
    color: #39dc7f;
    font-size: 0.98rem;
    font-weight: 700;
}

.bks-faq-wrap {
    max-width: 920px;
    margin: 0 auto;
}

.bks-faq-item {
    overflow: hidden;
    margin-bottom: 14px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14);
}

.bks-faq-button,
.bks-faq-button:not(.collapsed) {
    padding: 22px 24px;
    background: transparent;
    color: #f4f0ea;
    box-shadow: none;
    font-size: 1rem;
    font-weight: 600;
}

.bks-faq-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.bks-faq-button::after {
    filter: invert(1);
}

.bks-faq-body {
    padding: 0 24px 24px;
    color: rgba(240, 233, 223, 0.62);
    line-height: 1.78;
}

@media (max-width: 991.98px) {
    .bks-navbar {
        padding: 8px 0;
    }

    .bks-navbar .navbar-collapse {
        margin-top: 14px;
        padding: 18px;
        border-radius: 22px;
        background: rgba(28, 28, 28, 0.96);
        border: 1px solid rgba(255, 255, 255, 0.06);
    }

    .bks-nav {
        align-items: stretch;
    }

    .bks-header-actions {
        margin-top: 14px;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .bks-hero {
        padding-top: 10px;
    }

    .bks-hero-frame {
        width: min(100%, 390px);
    }

    .bks-section-title {
        font-size: clamp(1.9rem, 6vw, 2.8rem);
    }

    .bks-service-card-muted {
        opacity: 1;
    }

    .bks-timeline::before {
        left: 18px;
        transform: none;
    }

    .bks-timeline-item,
    .bks-timeline-item-left,
    .bks-timeline-item-right {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-left: 38px;
    }

    .bks-timeline-item::before {
        left: -20px;
        transform: none;
    }

    .bks-timeline-item-left .bks-timeline-copy,
    .bks-timeline-item-left .bks-timeline-media,
    .bks-timeline-item-right .bks-timeline-copy,
    .bks-timeline-item-right .bks-timeline-media {
        grid-column: auto;
        grid-row: auto;
    }

    .bks-booking-hero h1,
    .bks-book-form-card h1 {
        font-size: 2.5rem;
    }

    .bks-homes-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .bks-reserve-card,
    .bks-book-summary {
        position: static;
    }

    .bks-detail-title-row h1 {
        font-size: 2.25rem;
    }

    .bks-gallery-main {
        aspect-ratio: 1.45;
    }
}

@media (max-width: 767.98px) {
    .bks-header {
        padding: 12px 0;
    }

    .bks-brand {
        gap: 9px;
    }

    .bks-brand-logo {
        height: 42px;
    }

    .bks-brand-text strong {
        font-size: 1.05rem;
    }

    .bks-brand-text span {
        font-size: 0.9rem;
    }

    .bks-home-shell {
        padding: 10px 0 56px;
    }

    .bks-hero-title {
        font-size: 2.55rem;
    }

    .bks-hero-frame {
        padding: 10px;
    }

    .bks-floating-badge-top {
        left: 12px;
        top: 56px;
    }

    .bks-floating-badge-mid {
        right: -2px;
        bottom: 116px;
    }

    .bks-floating-badge-bottom {
        right: -8px;
        bottom: 18px;
    }

    .bks-content-card,
    .bks-compare-panel,
    .bks-form-wrap {
        padding: 24px;
    }

    .bks-hero-actions {
        gap: 10px;
    }

    .bks-image-card-badge,
    .bks-contact-overlay-card {
        right: 16px;
        bottom: 16px;
        max-width: 210px;
    }

    .bks-stat-card strong {
        font-size: 1.45rem;
    }

    .bks-service-card,
    .bks-service-card-active {
        min-height: 280px;
    }

    .bks-timeline-copy {
        gap: 12px;
    }

    .bks-timeline-copy h3 {
        font-size: 1.6rem;
    }

    .bks-contact-image {
        min-height: 280px;
    }

    .bks-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 16px;
        padding-right: 16px;
    }

    .bks-header-actions .bks-btn {
        width: 100%;
    }

    .bks-booking-hero {
        padding: 56px 0 38px;
    }

    .bks-booking-hero h1,
    .bks-book-form-card h1 {
        font-size: 2rem;
    }

    .bks-homes-section,
    .bks-house-detail,
    .bks-book-form-section {
        padding: 42px 0 58px;
    }

    .bks-home-card-meta,
    .bks-reserve-total,
    .bks-summary-line,
    .bks-summary-total {
        flex-direction: column;
    }

    .bks-detail-title-row h1 {
        font-size: 1.85rem;
    }

    .bks-gallery-main {
        aspect-ratio: 1.05;
    }

    .bks-gallery-thumbs,
    .bks-amenities-grid,
    .bks-review-grid {
        grid-template-columns: 1fr;
    }

    .bks-reserve-grid {
        grid-template-columns: 1fr;
    }

    .bks-reserve-grid label:first-child {
        border-right: 0;
    }

    .bks-book-form-card,
    .bks-book-summary,
    .bks-reserve-card,
    .bks-empty-state {
        padding: 22px;
    }

    .bks-auth-card {
        padding: 24px;
    }

    .bks-dashboard-sidebar {
        position: static;
        width: auto;
    }

    .bks-dashboard-main {
        margin-left: 0;
        padding: 22px;
    }

    .bks-admin-stats {
        grid-template-columns: 1fr;
    }

    .bks-admin-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .bks-dashboard-hero,
    .bks-content-hero,
    .bks-content-panel-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .bks-dashboard-hero,
    .bks-content-hero,
    .bks-content-panel,
    .bks-host-side-card {
        padding: 22px;
    }

    .bks-dashboard-hero-badge {
        width: 100%;
        min-width: 0;
    }

    .bks-content-stats,
    .bks-content-stats-three,
    .bks-content-stats-five,
    .bks-host-stats {
        grid-template-columns: 1fr;
    }

    .bks-about-resource-copy {
        padding: 28px;
    }

    .bks-about-featured-resource img {
        min-height: 240px;
    }

    .bks-about-cta-actions {
        padding: 0 24px 24px;
    }
}

/* Host room entries are grouped by their home, so no separate home picker is needed. */
.bks-room-home-section {
    margin-top: 22px;
    padding: 24px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
}

.bks-room-home-heading,
.bks-room-home-title,
.bks-add-room-form,
.bks-room-card-actions,
.bks-room-card-topline {
    display: flex;
    align-items: center;
}

.bks-room-home-heading {
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 20px;
}

.bks-room-home-title {
    gap: 14px;
    min-width: 0;
}

.bks-room-home-title img {
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    object-fit: cover;
    border-radius: 17px;
}

.bks-room-home-title span,
.bks-room-card-topline label {
    display: block;
    color: #168148;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.bks-room-home-title h2 {
    margin: 3px 0 4px;
    color: #152033;
    font-size: 1.35rem;
    font-weight: 750;
}

.bks-room-home-title p,
.bks-room-card-form p {
    margin: 0;
    color: #64748b;
    font-size: 0.88rem;
}

.bks-room-home-title p i {
    margin-right: 4px;
    color: #168148;
}

.bks-room-home-title p b {
    margin-left: 9px;
    color: #168148;
    font-weight: 750;
}

.bks-add-room-form {
    width: min(100%, 390px);
    gap: 9px;
}

.bks-add-room-form .form-control,
.bks-room-name-input {
    min-height: 44px;
    border-color: rgba(15, 23, 42, 0.12);
    border-radius: 12px;
}

.bks-add-room-form .bks-btn {
    flex: 0 0 auto;
    min-height: 44px;
    white-space: nowrap;
}

.bks-room-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 14px;
}

.bks-room-card {
    display: flex;
    gap: 13px;
    min-width: 0;
    padding: 18px;
    border: 1px solid rgba(22, 129, 72, 0.14);
    border-radius: 18px;
    background: #fff;
}

.bks-room-card.is-inactive {
    border-color: rgba(100, 116, 139, 0.18);
    background: #f8fafc;
}

.bks-room-card-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(22, 129, 72, 0.11);
    color: #168148;
}

.is-inactive .bks-room-card-icon {
    background: rgba(100, 116, 139, 0.12);
    color: #64748b;
}

.bks-room-card-form {
    width: 100%;
    min-width: 0;
}

.bks-room-card-topline {
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}

.bks-room-card-topline .bks-status-pill {
    padding: 4px 8px;
    font-size: 0.68rem;
}

.bks-room-name-input {
    margin-bottom: 7px;
    font-weight: 700;
}

.bks-room-card-actions {
    justify-content: space-between;
    gap: 10px;
    margin-top: 14px;
}

.bks-room-switch {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    color: #475569;
    cursor: pointer;
    font-size: 0.82rem;
    font-weight: 700;
}

.bks-room-switch input {
    position: absolute;
    opacity: 0;
}

.bks-room-switch span {
    position: relative;
    width: 34px;
    height: 20px;
    border-radius: 999px;
    background: #cbd5e1;
    transition: background 0.2s ease;
}

.bks-room-switch span::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    transition: transform 0.2s ease;
}

.bks-room-switch input:checked + span {
    background: #168148;
}

.bks-room-switch input:checked + span::after {
    transform: translateX(14px);
}

.bks-room-switch em {
    font-style: normal;
}

.bks-room-card-actions .bks-btn-outline {
    min-height: 38px;
    padding: 0 14px;
}

.bks-room-empty {
    padding: 18px;
    border: 1px dashed rgba(100, 116, 139, 0.35);
    border-radius: 16px;
    color: #64748b;
}

.bks-home-card-room-home {
    display: block;
    margin-top: 3px;
    color: #168148;
    font-size: 0.82rem;
    font-weight: 700;
}

.bks-room-parent-home {
    margin: -3px 0 8px !important;
    color: #168148 !important;
    font-size: 1rem;
    font-weight: 700;
}

.bks-selected-room {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 11px 14px;
    border-radius: 12px;
    background: rgba(22, 129, 72, 0.09);
    color: #145a34;
    font-weight: 750;
}

.bks-reserve-grid .bks-selected-room {
    display: block;
    min-height: auto;
    padding: 16px 18px;
    border-radius: 0;
    background: transparent;
}

.bks-reserve-grid .bks-selected-room span,
.bks-reserve-grid .bks-selected-room strong {
    display: block;
}

.bks-reserve-grid .bks-selected-room strong {
    margin-top: 3px;
    color: #1f2c22;
}

.bks-light-selected-room {
    border: 1px solid rgba(22, 129, 72, 0.15);
}

@media (max-width: 767.98px) {
    .bks-room-home-section {
        padding: 17px;
        border-radius: 19px;
    }

    .bks-room-home-heading,
    .bks-add-room-form {
        align-items: stretch;
        flex-direction: column;
    }

    .bks-add-room-form {
        width: 100%;
    }

    .bks-add-room-form .bks-btn {
        width: 100%;
    }

    .bks-room-home-title img {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
    }

    .bks-room-home-title h2 {
        font-size: 1.14rem;
    }

    .bks-room-grid {
        grid-template-columns: 1fr;
    }
}

/* Home light theme preview - active overrides */
.bks-home {
    background:
        linear-gradient(180deg, #fffdf8 0%, #f8fbf4 48%, #f6f3ec 100%);
    color: #1c241d;
}

.bks-home .bks-header {
    background: rgba(255, 253, 248, 0.9);
    border-bottom: 1px solid rgba(28, 36, 29, 0.08);
    box-shadow: 0 14px 35px rgba(42, 54, 43, 0.08);
}

.bks-home .bks-brand-text strong,
.bks-home .bks-footer-brand-text strong,
.bks-home .bks-hero-title,
.bks-home .bks-section-title,
.bks-home .bks-content-card h3,
.bks-home .bks-content-lead,
.bks-home .bks-stat-card strong,
.bks-home .bks-icon-feature h3,
.bks-home .bks-timeline-copy h3,
.bks-home .bks-form-head h3,
.bks-home .bks-footer-title {
    color: #1f2c22;
}

.bks-home .bks-brand-text span,
.bks-home .bks-footer-brand-text span,
.bks-home .bks-form-kicker,
.bks-home .bks-timeline-number {
    color: #168148;
}

.bks-home .bks-navbar-toggler {
    border-color: rgba(28, 36, 29, 0.14);
}

.bks-home .bks-navbar-toggler .navbar-toggler-icon {
    filter: none;
}

.bks-home .bks-nav .nav-link {
    color: rgba(31, 44, 34, 0.72);
}

.bks-home .bks-nav .nav-link:hover,
.bks-home .bks-nav .nav-link:focus {
    color: #168148;
    background: rgba(22, 129, 72, 0.08);
}

.bks-home .bks-home-shell::before,
.bks-home .bks-home-shell::after {
    opacity: 0.28;
}

.bks-home .bks-home-shell::before {
    background: rgba(56, 180, 111, 0.28);
}

.bks-home .bks-home-shell::after {
    background: rgba(247, 196, 95, 0.3);
}

.bks-home .bks-rating-line,
.bks-home .bks-section-subtitle,
.bks-home .bks-hero-copy,
.bks-home .bks-check-list li,
.bks-home .bks-feature-list span,
.bks-home .bks-icon-feature p,
.bks-home .bks-timeline-copy p,
.bks-home .bks-stat-card span,
.bks-home .bks-footer-copy,
.bks-home .bks-footer-links a,
.bks-home .bks-footer-bottom,
.bks-home .bks-footer-bottom-links a {
    color: rgba(34, 44, 36, 0.62);
}

.bks-home .bks-pill-label {
    background: rgba(22, 129, 72, 0.1);
    color: #168148;
}

.bks-home .bks-section-tags span,
.bks-home .bks-hero-highlights span,
.bks-home .bks-partner-logos span {
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(22, 129, 72, 0.12);
    color: rgba(31, 44, 34, 0.72);
    box-shadow: 0 10px 28px rgba(42, 54, 43, 0.06);
}

.bks-home .bks-btn-secondary {
    background: #ffffff;
    color: #1f2c22;
    border-color: rgba(22, 129, 72, 0.14);
    box-shadow: 0 12px 28px rgba(42, 54, 43, 0.08);
}

.bks-home .bks-btn-secondary:hover,
.bks-home .bks-btn-secondary:focus {
    color: #168148;
    background: #f6fff9;
}

.bks-home .bks-hero-frame {
    background: linear-gradient(180deg, #ffffff, #edf7ef);
    box-shadow: inset 0 0 0 1px rgba(22, 129, 72, 0.1), 0 28px 65px rgba(42, 54, 43, 0.14);
}

.bks-home .bks-hero-frame::before {
    border-color: rgba(22, 129, 72, 0.12);
}

.bks-home .bks-floating-badge,
.bks-home .bks-image-card-badge,
.bks-home .bks-contact-overlay-card {
    background: rgba(255, 255, 255, 0.86);
    border-color: rgba(22, 129, 72, 0.12);
    color: #1f2c22;
    box-shadow: 0 18px 38px rgba(42, 54, 43, 0.12);
}

.bks-home .bks-floating-badge-bottom small,
.bks-home .bks-image-card-badge span,
.bks-home .bks-contact-overlay-label {
    color: rgba(34, 44, 36, 0.58);
}

.bks-home .bks-image-card-badge strong,
.bks-home .bks-contact-overlay-card strong {
    color: #1f2c22;
}

.bks-home .bks-avatar-row span {
    border-color: #ffffff;
}

.bks-home .bks-content-card,
.bks-home .bks-icon-feature,
.bks-home .bks-stat-card,
.bks-home .bks-contact-card {
    background: rgba(255, 255, 255, 0.78);
    border-color: rgba(22, 129, 72, 0.1);
    box-shadow: 0 20px 48px rgba(42, 54, 43, 0.08);
}

.bks-home .bks-content-card,
.bks-home .bks-contact-card {
    background: linear-gradient(180deg, #ffffff, #fbf8f1);
}

.bks-home .bks-image-card,
.bks-home .bks-timeline-media,
.bks-home .bks-compare-card {
    border-color: rgba(22, 129, 72, 0.12);
    box-shadow: 0 24px 55px rgba(42, 54, 43, 0.1);
}

.bks-home .bks-icon-feature:hover {
    background: #ffffff;
    border-color: rgba(22, 129, 72, 0.24);
    box-shadow: 0 24px 52px rgba(42, 54, 43, 0.12);
}

.bks-home .bks-compare-panel-dark {
    background: #17b35d;
    color: #ffffff;
}

.bks-home .bks-compare-panel-light {
    background: #ffffff;
    color: #1f2c22;
}

.bks-home .bks-compare-panel-light .bks-feature-list span {
    color: rgba(34, 44, 36, 0.62);
}

.bks-home .bks-service-card {
    border-color: rgba(22, 129, 72, 0.12);
    box-shadow: 0 24px 52px rgba(42, 54, 43, 0.12);
}

.bks-home .bks-service-card-muted {
    opacity: 0.74;
}

.bks-home .bks-service-tag {
    background: rgba(255, 255, 255, 0.84);
    border-color: rgba(22, 129, 72, 0.12);
    color: #168148;
}

.bks-home .bks-alert-success {
    background: rgba(22, 129, 72, 0.12);
    color: #126f3c;
}

.bks-home .bks-form-control {
    background: #fffdf8;
    border-color: rgba(28, 36, 29, 0.12);
    color: #1f2c22;
}

.bks-home .bks-form-control::placeholder {
    color: rgba(34, 44, 36, 0.45);
}

.bks-home .bks-form-control:focus {
    background: #ffffff;
    color: #1f2c22;
}

.bks-home .bks-btn-light {
    background: #168148;
    color: #ffffff;
    box-shadow: 0 16px 30px rgba(22, 129, 72, 0.24);
}

.bks-home .bks-btn-light:hover,
.bks-home .bks-btn-light:focus {
    color: #ffffff;
    background: #126f3c;
}

.bks-home .bks-footer {
    background: #f2f7ee;
    color: #1f2c22;
    border-top: 1px solid rgba(28, 36, 29, 0.08);
}

.bks-home .bks-footer-social a {
    background: #ffffff;
    border-color: rgba(22, 129, 72, 0.12);
    color: #168148;
}

.bks-home .bks-footer-bottom {
    border-top-color: rgba(28, 36, 29, 0.08);
    background: rgba(255, 255, 255, 0.48);
}

@media (max-width: 991.98px) {
    .bks-home .bks-navbar .navbar-collapse {
        background: rgba(255, 253, 248, 0.98);
        border-color: rgba(28, 36, 29, 0.08);
        box-shadow: 0 18px 38px rgba(42, 54, 43, 0.1);
    }
}

/* Home professional light polish */
.bks-home {
    background:
        linear-gradient(180deg, #fffdf8 0, #fbfcf7 420px, #f5f7ef 100%);
}

.bks-home .bks-header {
    padding: 14px 0;
}

.bks-home .bks-navbar {
    min-height: 58px;
}

.bks-home .bks-nav {
    gap: 4px;
}

.bks-home .bks-nav .nav-link {
    padding: 9px 14px;
    border-radius: 12px;
    font-weight: 600;
}

.bks-home .bks-btn {
    min-height: 46px;
    border-radius: 14px;
}

.bks-home .bks-home-shell {
    background:
        linear-gradient(135deg, rgba(22, 129, 72, 0.08), transparent 38%),
        linear-gradient(315deg, rgba(247, 196, 95, 0.12), transparent 32%);
}

.bks-home .bks-home-shell::before,
.bks-home .bks-home-shell::after {
    display: none;
}

.bks-home .bks-hero {
    min-height: calc(100vh - 86px);
    display: flex;
    align-items: center;
    padding: 64px 0 76px;
}

.bks-home .bks-rating-line {
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(22, 129, 72, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 12px 30px rgba(42, 54, 43, 0.07);
}

.bks-home .bks-hero-title {
    max-width: 620px;
    font-size: 65px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 0.96;
}

.bks-home .bks-hero-copy {
    max-width: 560px;
    margin-bottom: 28px;
    color: rgba(31, 44, 34, 0.72);
    font-size: 1.08rem;
    line-height: 1.75;
}

.bks-home .bks-hero-highlights span {
    min-height: 42px;
    border-radius: 12px;
}

.bks-home .bks-hero-actions {
    gap: 12px;
    margin-bottom: 0;
}

.bks-home .bks-hero-frame {
    width: min(100%, 500px);
    aspect-ratio: 0.9;
    padding: 10px;
    border-radius: 34px;
    background: #ffffff;
}

.bks-home .bks-hero-frame::before {
    inset: -18px;
    border-radius: 42px;
    background:
        linear-gradient(135deg, rgba(22, 129, 72, 0.16), rgba(247, 196, 95, 0.14));
    border: 0;
    z-index: -1;
}

.bks-home .bks-hero-frame img {
    border-radius: 26px;
}

.bks-home .bks-floating-badge {
    border-radius: 14px;
    font-weight: 700;
}

.bks-home .bks-floating-badge-top {
    left: -4px;
}

.bks-home .bks-floating-badge-mid {
    right: -10px;
}

.bks-home .bks-section {
    position: relative;
    padding: 76px 0 34px;
}

.bks-home .bks-section:nth-of-type(odd):not(.bks-hero) {
    background: rgba(255, 255, 255, 0.38);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
}

.bks-home .bks-section-intro {
    margin-bottom: 42px;
}

.bks-home .bks-pill-label {
    min-height: 30px;
    border: 1px solid rgba(22, 129, 72, 0.12);
    border-radius: 10px;
    background: #ffffff;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.bks-home .bks-section-title {
    color: #18231b;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.04;
}

.bks-home .bks-section-subtitle {
    color: rgba(31, 44, 34, 0.68);
    font-size: 1.02rem;
}

.bks-home .bks-icon-feature {
    position: relative;
    overflow: hidden;
    padding: 26px 22px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    text-align: left;
}

.bks-home .bks-icon-feature::after {
    content: "";
    position: absolute;
    inset: 0;
    border-top: 3px solid rgba(22, 129, 72, 0.72);
    pointer-events: none;
}

.bks-home .bks-icon-box {
    width: 48px;
    height: 48px;
    margin: 0 0 20px;
    border-radius: 14px;
    background: #e8f6ed;
    box-shadow: none;
    color: #168148;
}

.bks-home .bks-icon-feature h3 {
    margin-bottom: 10px;
    font-size: 1.18rem;
    font-weight: 750;
    line-height: 1.2;
}

.bks-home .bks-icon-feature p {
    color: rgba(31, 44, 34, 0.64);
    line-height: 1.62;
}

.bks-home .bks-content-card {
    padding: 38px;
    border-radius: 22px;
}

.bks-home .bks-content-lead {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.32;
}

.bks-home .bks-check-list li {
    padding-left: 30px;
    line-height: 1.62;
}

.bks-home .bks-check-list li::before {
    top: 6px;
    width: 18px;
    height: 18px;
    background: #168148;
    box-shadow: inset 0 0 0 5px #dff2e6;
}

.bks-home .bks-image-card,
.bks-home .bks-contact-card,
.bks-home .bks-compare-card {
    border-radius: 22px;
}

.bks-home .bks-image-card {
    min-height: 360px;
}

.bks-home .bks-image-card-badge,
.bks-home .bks-contact-overlay-card {
    border-radius: 16px;
}

.bks-home .bks-stats-row {
    margin-top: 34px;
}

.bks-home .bks-stat-card {
    padding: 26px 22px;
    border-radius: 18px;
    background: #ffffff;
}

.bks-home .bks-stat-card strong {
    font-size: 1.55rem;
    line-height: 1.15;
}

.bks-home .bks-compare-card {
    background: #ffffff;
}

.bks-home .bks-compare-card::before {
    display: none;
}

.bks-home .bks-compare-panel {
    padding: 42px;
}

.bks-home .bks-compare-panel h3 {
    font-size: clamp(1.6rem, 3vw, 2.25rem);
    font-weight: 750;
    line-height: 1.1;
}

.bks-home .bks-compare-panel-dark {
    background: linear-gradient(160deg, #1f3a29, #168148);
}

.bks-home .bks-compare-panel-dark .bks-feature-list span {
    color: rgba(255, 255, 255, 0.76);
}

.bks-home .bks-feature-list {
    gap: 20px;
}

.bks-home .bks-feature-list li {
    padding-left: 30px;
}

.bks-home .bks-feature-list li::before {
    top: 4px;
    width: 18px;
    height: 18px;
    background: #ffffff;
    box-shadow: inset 0 0 0 5px #1fc56b;
}

.bks-home .bks-compare-panel-light .bks-feature-list li::before {
    background: #e3f4e9;
    box-shadow: inset 0 0 0 5px #168148;
}

.bks-home .bks-service-card {
    min-height: 340px;
    border-radius: 20px;
}

.bks-home .bks-service-card-active {
    min-height: 410px;
}

.bks-home .bks-service-card-muted {
    opacity: 1;
}

.bks-home .bks-service-card::after {
    background: linear-gradient(180deg, rgba(14, 30, 19, 0.04), rgba(14, 30, 19, 0.72));
}

.bks-home .bks-service-card:hover {
    transform: translateY(-8px);
}

.bks-home .bks-service-overlay {
    right: 24px;
    bottom: 24px;
    left: 24px;
}

.bks-home .bks-service-overlay h3 {
    font-size: 1.5rem;
    font-weight: 750;
}

.bks-home .bks-service-overlay p {
    color: rgba(255, 255, 255, 0.82);
}

.bks-home .bks-timeline {
    max-width: 980px;
}

.bks-home .bks-timeline::before {
    background: rgba(22, 129, 72, 0.2);
}

.bks-home .bks-timeline-item::before {
    background: #168148;
    box-shadow: 0 0 0 8px #e2f3e8;
}

.bks-home .bks-timeline-media {
    border-radius: 18px;
    min-height: 250px;
}

.bks-home .bks-timeline-copy {
    padding: 26px;
    border: 1px solid rgba(22, 129, 72, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 18px 42px rgba(42, 54, 43, 0.08);
}

.bks-home .bks-timeline-copy h3 {
    font-size: 1.55rem;
    font-weight: 750;
}

.bks-home .bks-contact-card {
    overflow: hidden;
    background: #ffffff;
}

.bks-home .bks-form-wrap {
    padding: 44px;
}

.bks-home .bks-form-head h3 {
    max-width: 500px;
    font-size: 1.8rem;
    font-weight: 750;
}

.bks-home .bks-form-control {
    min-height: 54px;
    border-radius: 12px;
}

.bks-home .bks-contact-image {
    min-height: 520px;
}

.bks-home .bks-footer {
    margin-top: 42px;
}

@media (max-width: 991.98px) {
    .bks-home .bks-hero {
        min-height: auto;
        padding: 46px 0 58px;
    }

    .bks-home .bks-hero-title {
        font-size: clamp(2.65rem, 9vw, 4.25rem);
    }

    .bks-home .bks-section {
        padding-top: 58px;
    }

    .bks-home .bks-section-intro {
        max-width: 100%;
    }

    .bks-home .bks-timeline-copy {
        padding: 22px;
    }
}

@media (max-width: 767.98px) {
    .bks-home .bks-header {
        padding: 10px 0;
    }

    .bks-home .bks-hero-actions .bks-btn {
        width: 100%;
    }

    .bks-home .bks-hero-frame {
        border-radius: 24px;
    }

    .bks-home .bks-hero-frame img {
        border-radius: 18px;
    }

    .bks-home .bks-floating-badge {
        font-size: 0.72rem;
    }

    .bks-home .bks-section {
        padding-top: 46px;
    }

    .bks-home .bks-section:nth-of-type(odd):not(.bks-hero) {
        margin-left: -12px;
        margin-right: -12px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .bks-home .bks-content-card,
    .bks-home .bks-compare-panel,
    .bks-home .bks-form-wrap {
        padding: 24px;
    }

    .bks-home .bks-contact-image {
        min-height: 320px;
    }
}

/* Home page redesign based on reference layout */
.bks-home-v2 {
    --shh-evergreen: #16331f;
    --shh-pine: #23513a;
    --shh-sage: #eaf0e6;
    --shh-cream: #fcfaf4;
    --shh-gold: #c19a4b;
    --shh-gold-soft: #e9d9b4;
    --shh-ink: #1d2620;
    --shh-muted: #5b6a5f;
    --shh-line: rgba(22, 51, 31, 0.12);
    --shh-shadow: 0 24px 60px -28px rgba(22, 51, 31, 0.35);
    background: linear-gradient(180deg, var(--shh-cream) 0%, #f7f6f0 100%);
    color: var(--shh-ink);
    font-family: "Figtree", sans-serif;
}

.bks-home-v2 .page-content {
    min-height: auto;
}

.bks-home-v2 .container {
    max-width: 1180px;
}

.bks-home-v2 .page-content,
.bks-home-v2 .bks-footer,
.bks-home-v2 .bks-header,
.bks-home-v2 .shh-topbar {
    font-family: "Figtree", sans-serif;
}

.bks-home-v2 h1,
.bks-home-v2 h2,
.bks-home-v2 h3,
.bks-home-v2 .bks-brand,
.bks-home-v2 .bks-footer-title,
.bks-home-v2 .bks-footer-brand-text strong {
    font-family: "Fraunces", serif;
}

.bks-home-v2 .bks-brand-text strong,
.bks-home-v2 .bks-footer-brand-text strong {
    color: var(--shh-evergreen);
}

.bks-home-v2 .bks-brand-text span,
.bks-home-v2 .bks-footer-brand-text span {
    color: var(--shh-gold);
}

.shh-topbar {
    background: #16331f;
    color: #e8efe6;
    font-size: 0.84rem;
}

.shh-topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.shh-topbar-copy,
.shh-topbar-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #e8efe6;
}

.shh-topbar a {
    color: var(--shh-gold-soft);
    font-weight: 700;
    text-decoration: none;
}

.bks-theme .shh-topbar a {
    color: #e9d9b4;
}

.bks-theme .shh-topbar-stars {
    color: #e9d9b4;
}

.shh-topbar-stars {
    color: var(--shh-gold-soft);
    letter-spacing: 0.15em;
}

.bks-home-v2 .shh-home-header.bks-header {
    top: 0;
    padding: 0;
    background: rgba(252, 250, 244, 0.92);
    border-bottom: 1px solid var(--shh-line);
    box-shadow: none;
    backdrop-filter: blur(12px);
}

.bks-home-v2 .shh-home-header .bks-navbar {
    min-height: 78px;
    gap: 20px;
}

.bks-home-v2 .shh-home-header .bks-nav {
    gap: 28px;
}

.bks-home-v2 .shh-home-header .bks-nav .nav-link {
    padding: 6px 0;
    border-radius: 0;
    color: #3a4a3f;
    font-size: 0.95rem;
    font-weight: 600;
    position: relative;
    background: transparent;
}

.bks-home-v2 .shh-home-header .bks-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--shh-gold);
    transition: width 0.25s ease;
}

.bks-home-v2 .shh-home-header .bks-nav .nav-link:hover,
.bks-home-v2 .shh-home-header .bks-nav .nav-link:focus {
    color: var(--shh-evergreen);
    background: transparent;
}

.bks-home-v2 .shh-home-header .bks-nav .nav-link:hover::after,
.bks-home-v2 .shh-home-header .bks-nav .nav-link:focus::after {
    width: 100%;
}

.bks-home-v2 .shh-home-header .bks-navbar-toggler {
    border-color: var(--shh-line);
}

.bks-home-v2 .shh-home-header .bks-navbar-toggler .navbar-toggler-icon {
    filter: none;
}

.shh-nav-btn,
.shh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 26px;
    border-radius: 999px;
    border: none;
    text-decoration: none;
    font-size: 0.97rem;
    font-weight: 600;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.shh-nav-btn,
.shh-btn-gold {
    background: #c19a4b !important;
    color: #fff;
    box-shadow: 0 14px 30px -12px rgba(193, 154, 75, 0.6);
}

.shh-nav-btn:hover,
.shh-btn:hover {
    transform: translateY(-2px);
}

.shh-nav-btn:hover,
.shh-btn-gold:hover {
    background: #af883c;
    color: #fff;
}

.shh-btn-green {
    background: var(--shh-evergreen);
    color: #fff;
}

.shh-btn-green:hover {
    background: var(--shh-pine);
    color: #fff;
}

.shh-btn-ghost {
    background: transparent;
    color: var(--shh-evergreen);
    border: 1.5px solid var(--shh-line);
}

.shh-btn-ghost:hover {
    color: var(--shh-evergreen);
    border-color: var(--shh-evergreen);
}

.shh-btn-ghost-light {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.38);
}

.shh-btn-ghost-light:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.65);
}

.shh-home-shell {
    overflow: hidden;
}

.shh-hero {
    position: relative;
    background: linear-gradient(180deg, var(--shh-cream) 0%, var(--shh-sage) 100%);
}

.shh-hero-grid {
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: 64px;
    align-items: center;
    padding-top: 84px;
    padding-bottom: 110px;
}

.shh-rating-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    border: 1px solid var(--shh-line);
    border-radius: 999px;
    background: #fff;
    color: var(--shh-pine);
    font-size: 0.86rem;
    font-weight: 600;
    box-shadow: 0 8px 24px -14px rgba(22, 51, 31, 0.25);
}

.shh-stars {
    color: var(--shh-gold);
    letter-spacing: 0.15em;
}

.shh-hero h1 {
    margin: 22px 0 20px;
    color: var(--shh-evergreen);
    font-size: clamp(2.7rem, 5vw, 4rem);
    font-weight: 500;
    line-height: 1.08;
}

.shh-hero h1 em {
    color: var(--shh-gold);
    font-style: italic;
}

.shh-hero-copy,
.shh-section-head p,
.shh-copy-muted,
.shh-info-card p,
.shh-service-body p,
.shh-compare-card ul,
.shh-step-overlay p,
.shh-cta-copy p {
    color: var(--shh-muted);
}

.shh-hero-copy {
    max-width: 540px;
    margin-bottom: 30px;
    font-size: 1.12rem;
}

.shh-hero-actions,
.shh-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.shh-hero-actions {
    margin-bottom: 34px;
}

.shh-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    color: var(--shh-pine);
    font-size: 0.92rem;
    font-weight: 600;
}

.shh-checks span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.shh-checks i,
.shh-checkmark {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--shh-evergreen);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    flex: none;
}

.shh-hero-art {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    align-items: end;
}

.shh-arch {
    margin: 0;
    overflow: hidden;
    border: 6px solid #fff;
    border-radius: 340px 340px 26px 26px;
    box-shadow: var(--shh-shadow);
}

.shh-arch img,
.shh-strip-grid img,
.shh-about-main img,
.shh-about-inset img,
.shh-service-image img,
.shh-step-card img,
.shh-gallery-grid img,
.shh-cta-image img,
.shh-contact-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.shh-arch-tall {
    grid-row: span 2;
    height: 480px;
}

.shh-arch-short {
    height: 228px;
}

.shh-hero-badge {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 44px -18px rgba(22, 51, 31, 0.4);
    color: var(--shh-evergreen);
    font-size: 0.85rem;
    font-weight: 600;
}

.shh-badge-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: var(--shh-sage);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.shh-hero-badge small {
    display: block;
    color: var(--shh-muted);
    font-size: 0.76rem;
    font-weight: 500;
}

.shh-hero-badge-a {
    top: 8%;
    left: -26px;
}

.shh-hero-badge-b {
    right: -14px;
    bottom: 6%;
}

.shh-marquee {
    background: var(--shh-evergreen);
    padding: 18px 0;
    overflow: hidden;
}

.shh-marquee-track {
    display: flex;
    gap: 54px;
    width: max-content;
    white-space: nowrap;
    animation: shh-slide 30s linear infinite;
}

.shh-marquee-track span {
    color: #dce7d8;
    font-family: "Fraunces", serif;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    gap: 54px;
}

.shh-marquee-track i {
    color: var(--shh-gold);
    font-style: normal;
}

.shh-strip {
    padding: 84px 0 0;
}

.shh-strip-grid,
.shh-card-grid,
.shh-services-grid,
.shh-steps-grid,
.shh-gallery-grid {
    display: grid;
    gap: 18px;
}

.shh-strip-grid {
    grid-template-columns: repeat(4, 1fr);
}

.shh-strip-grid figure {
    position: relative;
    height: 300px;
    overflow: hidden;
    border-radius: 22px;
}

.shh-strip-grid figure:nth-child(2),
.shh-strip-grid figure:nth-child(4) {
    transform: translateY(34px);
}

.shh-strip-grid figcaption {
    position: absolute;
    left: 14px;
    bottom: 14px;
    padding: 7px 16px;
    border-radius: 999px;
    background: rgba(252, 250, 244, 0.94);
    color: var(--shh-evergreen);
    font-size: 0.8rem;
    font-weight: 600;
}

.shh-section {
    padding: 96px 0;
}

.shh-trust {
    padding-top: 130px;
}

.shh-section-head {
    max-width: 700px;
    margin-bottom: 54px;
}

.shh-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--shh-pine);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.shh-eyebrow::before {
    content: "";
    width: 26px;
    height: 2px;
    background: var(--shh-gold);
}

.shh-eyebrow-light {
    color: #fff;
}

.shh-eyebrow-light::before {
    background: var(--shh-gold-soft);
}

.shh-section-head h2,
.shh-about h2,
.shh-cta-copy h2 {
    margin: 14px 0 16px;
    color: var(--shh-evergreen);
    font-size: clamp(1.95rem, 3.4vw, 2.75rem);
    line-height: 1.12;
    font-weight: 500;
}

.shh-section-head p {
    font-size: 1.04rem;
}

.shh-card-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.shh-info-card,
.shh-stat,
.shh-form-card {
    background: #fff;
    border: 1px solid var(--shh-line);
}

.shh-info-card {
    padding: 32px 28px;
    border-radius: 22px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.shh-info-card:hover,
.shh-service-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shh-shadow);
}

.shh-info-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    border-radius: 16px;
    background: var(--shh-sage);
    color: var(--shh-evergreen);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.shh-info-card h3,
.shh-service-body h3,
.shh-step-overlay h3,
.shh-form-head h3 {
    color: var(--shh-evergreen);
}

.shh-info-card h3 {
    margin-bottom: 10px;
    font-size: 1.18rem;
}

.shh-about {
    background: var(--shh-sage);
}

.shh-about-grid,
.shh-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.shh-about-art {
    position: relative;
}

.shh-about-main {
    height: 560px;
    overflow: hidden;
    border: 6px solid #fff;
    border-radius: 340px 340px 26px 26px;
    box-shadow: var(--shh-shadow);
}

.shh-about-inset {
    position: absolute;
    right: -22px;
    bottom: -26px;
    width: 46%;
    overflow: hidden;
    border: 6px solid #fff;
    border-radius: 20px;
    box-shadow: var(--shh-shadow);
}

.shh-about-seal {
    position: absolute;
    top: 26px;
    left: -20px;
    width: 118px;
    height: 118px;
    padding: 16px;
    border-radius: 50%;
    background: var(--shh-gold);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 16px 36px -14px rgba(193, 154, 75, 0.7);
}

.shh-about-seal b {
    font-family: "Fraunces", serif;
    font-size: 1.7rem;
}

.shh-about-seal small {
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.shh-check-list,
.shh-compare-card ul {
    padding: 0;
    margin: 22px 0 34px;
    list-style: none;
}

.shh-check-list {
    display: grid;
    gap: 14px;
}

.shh-check-list li {
    position: relative;
    padding-left: 34px;
    color: #33402f;
}

.shh-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--shh-pine);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 700;
}

.shh-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.shh-stat {
    padding: 20px;
    border-radius: 18px;
    text-align: center;
}

.shh-stat b {
    display: block;
    color: var(--shh-evergreen);
    font-family: "Fraunces", serif;
    font-size: 1.7rem;
}

.shh-stat span {
    color: var(--shh-muted);
    font-size: 0.8rem;
    font-weight: 600;
}

.shh-services-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.shh-service-card {
    background: #fff;
    border: 1px solid var(--shh-line);
    border-radius: 24px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.shh-service-image {
    position: relative;
    height: 260px;
    overflow: hidden;
}

.shh-service-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1;
    padding: 6px 15px;
    border-radius: 999px;
    background: var(--shh-evergreen);
    color: #fff;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.shh-service-tag-gold {
    background: var(--shh-gold);
}

.shh-service-body {
    padding: 26px 26px 30px;
}

.shh-service-body h3 {
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.shh-service-body a {
    color: var(--shh-pine);
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
}

.shh-compare {
    background: var(--shh-evergreen);
    color: #e6ede2;
}

.shh-compare .shh-section-head h2,
.shh-compare .shh-section-head p {
    color: #fff;
}

.shh-compare .shh-section-head p {
    color: #b9c9b4;
}

.shh-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 40px;
}

.shh-pills span {
    padding: 8px 18px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
}

.shh-compare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.shh-compare-card {
    padding: 38px 34px;
    border-radius: 24px;
}

.shh-compare-card h3 {
    margin-bottom: 22px;
    font-size: 1.3rem;
    color: inherit;
}

.shh-compare-card-dark {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.shh-compare-card-light {
    background: #fff;
    color: var(--shh-ink);
}

.shh-compare-card-dark ul {
    color: #c2d0bd;
}

.shh-compare-card-dark li b,
.shh-compare-card-light li b {
    display: block;
    margin-bottom: 3px;
}

.shh-compare-card-dark li b {
    color: #eff5ec;
}

.shh-compare-card li + li {
    margin-top: 18px;
}

.shh-compare-card-light ul {
    color: var(--shh-muted);
}

.shh-compare-card-light li {
    display: flex;
    gap: 12px;
}

.shh-compare-card-light .shh-checkmark {
    background: var(--shh-gold);
    margin-top: 3px;
}

.shh-steps-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.shh-step-card {
    position: relative;
    height: 430px;
    overflow: hidden;
    border-radius: 24px;
}

.shh-step-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(22, 51, 31, 0) 30%, rgba(22, 51, 31, 0.92) 100%);
}

.shh-step-number {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(252, 250, 244, 0.95);
    color: var(--shh-evergreen);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Fraunces", serif;
    font-size: 1.3rem;
}

.shh-step-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 28px;
}

.shh-step-overlay h3 {
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 8px;
}

.shh-step-overlay p {
    color: #d8e2d3;
    font-size: 0.92rem;
}

.shh-gallery {
    background: var(--shh-sage);
}

.shh-gallery-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 210px;
    gap: 16px;
}

.shh-gallery-grid figure {
    margin: 0;
    overflow: hidden;
    border-radius: 20px;
}

.shh-gallery-lg {
    grid-column: span 2;
    grid-row: span 2;
}

.shh-gallery-cta {
    margin-top: 42px;
    text-align: center;
}

.shh-cta-band {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    overflow: hidden;
    border-radius: 30px;
    background: var(--shh-evergreen);
    color: #fff;
}

.shh-cta-copy {
    padding: 64px 58px;
}

.shh-cta-copy h2 {
    color: #fff;
}

.shh-cta-copy p {
    color: #c3d2be;
    margin-bottom: 28px;
}

.shh-cta-image {
    min-height: 340px;
    height: 100%;
}

.shh-contact-grid {
    align-items: stretch;
    gap: 60px;
}

.shh-form-card {
    padding: 40px;
    border-radius: 26px;
    box-shadow: 0 24px 60px -36px rgba(22, 51, 31, 0.3);
}

.shh-form-head {
    margin-bottom: 26px;
}

.shh-form-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--shh-pine);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.shh-form-head h3 {
    font-size: 1.45rem;
    line-height: 1.2;
}

.shh-form-control {
    min-height: 52px;
    border: 1.5px solid var(--shh-line);
    border-radius: 13px;
    background: var(--shh-cream);
    color: var(--shh-ink);
    box-shadow: none;
}

.shh-form-control:focus {
    border-color: var(--shh-gold);
    box-shadow: none;
    background: #fff;
}

.shh-form-control::placeholder {
    color: rgba(29, 38, 32, 0.48);
}

.shh-form-textarea {
    min-height: 120px;
    resize: vertical;
}

.shh-form-submit {
    width: 100%;
}

.shh-contact-art {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    border: 6px solid #fff;
    border-radius: 340px 340px 26px 26px;
    box-shadow: var(--shh-shadow);
}

.shh-contact-badge {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    padding: 16px 20px;
    border-radius: 18px;
    background: rgba(252, 250, 244, 0.96);
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.shh-contact-badge span {
    color: var(--shh-muted);
    font-size: 0.78rem;
    font-weight: 600;
}

.shh-contact-badge strong {
    color: var(--shh-evergreen);
    font-family: "Fraunces", serif;
    font-size: 1.25rem;
    font-weight: 500;
}

.shh-contact-badge a {
    color: var(--shh-evergreen);
    font-size: 1.25rem;
    font-weight: 600;
    text-decoration: none;
}

.bks-home-v2 .bks-footer {
    margin-top: 0;
    padding-top: 76px;
    background: var(--shh-evergreen);
    color: #bdcdb8;
}

.bks-home-v2 .bks-footer-title,
.bks-home-v2 .bks-footer-copy,
.bks-home-v2 .bks-footer-brand,
.bks-home-v2 .bks-footer-links a,
.bks-home-v2 .bks-footer-bottom,
.bks-home-v2 .bks-footer-bottom-links a {
    color: inherit;
}

.bks-home-v2 .bks-footer-title {
    color: #fff;
    font-size: 1.05rem;
}

.bks-home-v2 .bks-footer-links a:hover,
.bks-home-v2 .bks-footer-bottom-links a:hover {
    color: var(--shh-gold-soft);
}

.bks-home-v2 .bks-footer-social a {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.16);
    color: var(--shh-gold-soft);
}

.bks-home-v2 .bks-footer-bottom {
    border-top-color: rgba(255, 255, 255, 0.12);
    background: transparent;
}

@keyframes shh-slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 991.98px) {
    .shh-hero-grid,
    .shh-about-grid,
    .shh-contact-grid,
    .shh-cta-band,
    .shh-compare-grid {
        grid-template-columns: 1fr;
    }

    .shh-hero-grid {
        padding-top: 60px;
        padding-bottom: 70px;
    }

    .shh-home-header .navbar-collapse {
        padding: 18px;
        margin-top: 12px;
        border: 1px solid var(--shh-line);
        border-radius: 18px;
        background: rgba(252, 250, 244, 0.98);
        box-shadow: 0 18px 34px rgba(22, 51, 31, 0.1);
    }

    .bks-home-v2 .shh-home-header .bks-nav {
        gap: 10px;
    }

    .bks-home-v2 .shh-home-header .bks-nav .nav-link {
        padding: 10px 0;
    }

    .shh-arch-tall {
        height: 380px;
    }

    .shh-arch-short {
        height: 180px;
    }

    .shh-card-grid,
    .shh-services-grid,
    .shh-steps-grid {
        grid-template-columns: 1fr;
    }

    .shh-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .shh-about-main {
        height: 420px;
    }

    .shh-contact-art {
        min-height: 420px;
    }
}

@media (max-width: 767.98px) {
    .shh-topbar-copy {
        display: none;
    }

    .shh-topbar-inner {
        justify-content: center;
    }

    .shh-hero h1 {
        font-size: 2.6rem;
    }

    .shh-hero-actions .shh-btn,
    .shh-cta-actions .shh-btn {
        width: 100%;
    }

    .shh-checks {
        gap: 14px;
    }

    .shh-strip-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .shh-strip-grid figure,
    .shh-strip-grid figure:nth-child(2),
    .shh-strip-grid figure:nth-child(4) {
        height: 220px;
        transform: none;
    }

    .shh-hero-badge-a {
        left: 0;
    }

    .shh-hero-badge-b {
        right: 0;
    }

    .shh-about-inset {
        width: 42%;
    }

    .shh-stats {
        grid-template-columns: 1fr;
    }

    .shh-gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 220px;
    }

    .shh-gallery-lg {
        grid-column: auto;
        grid-row: span 1;
    }

    .shh-form-card {
        padding: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .shh-marquee-track {
        animation: none;
    }

    .shh-nav-btn,
    .shh-btn,
    .shh-info-card,
    .shh-service-card {
        transition: none;
    }
}

/* Shared light theme for internal front pages */
.bks-light-pages,
.bks-about-page,
.bks-contact-page,
.bks-scope-page,
.bks-faq-page,
.bks-legal-page {
    --shh-page-bg: linear-gradient(180deg, #fffdf8 0%, #f7faf3 50%, #f4f5ef 100%);
    --shh-card-bg: rgba(255, 255, 255, 0.84);
    --shh-card-strong: #ffffff;
    --shh-text: #1d2620;
    --shh-subtle: rgba(29, 38, 32, 0.68);
    --shh-border: rgba(22, 51, 31, 0.1);
    --shh-soft-shadow: 0 20px 48px rgba(42, 54, 43, 0.1);
    background: var(--shh-page-bg);
    color: var(--shh-text);
}

.bks-light-pages .page-content,
.bks-about-page .page-content,
.bks-contact-page .page-content,
.bks-scope-page .page-content,
.bks-faq-page .page-content,
.bks-legal-page .page-content {
    background:
        radial-gradient(circle at top left, rgba(22, 129, 72, 0.08), transparent 18%),
        radial-gradient(circle at top right, rgba(193, 154, 75, 0.1), transparent 22%),
        var(--shh-page-bg);
}

.bks-theme .shh-light-header.bks-header {
    top: 0;
    padding: 0;
    background: rgba(252, 250, 244, 0.94);
    border-bottom: 1px solid rgba(22, 51, 31, 0.08);
    box-shadow: 0 14px 34px rgba(42, 54, 43, 0.08);
    backdrop-filter: blur(12px);
}

.bks-theme .shh-light-header .bks-navbar {
    min-height: 78px;
    gap: 20px;
}

.bks-theme .shh-light-header .bks-brand-text strong {
    color: var(--shh-evergreen);
}

.bks-theme .shh-light-header .bks-brand-text span {
    color: var(--shh-gold);
}

.bks-theme .shh-light-header .bks-nav {
    gap: 28px;
}

.bks-theme .shh-light-header .bks-nav .nav-link {
    padding: 6px 0;
    border-radius: 0;
    color: #3a4a3f;
    font-size: 0.95rem;
    font-weight: 600;
    position: relative;
    background: transparent;
}

.bks-theme .shh-light-header .bks-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--shh-gold);
    transition: width 0.25s ease;
}

.bks-theme .shh-light-header .bks-nav .nav-link:hover,
.bks-theme .shh-light-header .bks-nav .nav-link:focus {
    color: var(--shh-evergreen);
    background: transparent;
}

.bks-theme .shh-light-header .bks-nav .nav-link:hover::after,
.bks-theme .shh-light-header .bks-nav .nav-link:focus::after {
    width: 100%;
}

.bks-theme .shh-light-header .bks-navbar-toggler {
    border-color: rgba(22, 51, 31, 0.12);
}

.bks-theme .shh-light-header .bks-navbar-toggler .navbar-toggler-icon {
    filter: none;
}

.bks-about-page .bks-home-shell,
.bks-contact-page .bks-home-shell,
.bks-scope-page .bks-home-shell,
.bks-faq-page .bks-home-shell,
.bks-legal-page .bks-home-shell,
.bks-light-pages .bks-booking-hero,
.bks-light-pages .bks-homes-section,
.bks-light-pages .bks-house-detail,
.bks-light-pages .bks-book-form-section,
.bks-light-pages .bks-payment-status-section {
    background: transparent;
}

.bks-about-page .bks-home-shell::before,
.bks-about-page .bks-home-shell::after,
.bks-contact-page .bks-home-shell::before,
.bks-contact-page .bks-home-shell::after,
.bks-scope-page .bks-home-shell::before,
.bks-scope-page .bks-home-shell::after,
.bks-faq-page .bks-home-shell::before,
.bks-faq-page .bks-home-shell::after,
.bks-legal-page .bks-home-shell::before,
.bks-legal-page .bks-home-shell::after {
    display: none;
}

.bks-about-page .bks-section,
.bks-contact-page .bks-section,
.bks-scope-page .bks-section,
.bks-faq-page .bks-section,
.bks-legal-page .bks-section,
.bks-light-pages .bks-homes-section,
.bks-light-pages .bks-house-detail,
.bks-light-pages .bks-book-form-section,
.bks-light-pages .bks-payment-status-section {
    padding-top: 72px;
    padding-bottom: 40px;
}

.bks-about-page .bks-pill-label,
.bks-contact-page .bks-pill-label,
.bks-scope-page .bks-pill-label,
.bks-faq-page .bks-pill-label,
.bks-legal-page .bks-pill-label,
.bks-light-pages .bks-booking-kicker {
    background: rgba(22, 129, 72, 0.1);
    color: #168148;
    border: 1px solid rgba(22, 129, 72, 0.12);
}

.bks-about-page .bks-hero-title,
.bks-contact-page .bks-hero-title,
.bks-scope-page .bks-hero-title,
.bks-faq-page .bks-hero-title,
.bks-legal-page .bks-hero-title,
.bks-about-page .bks-section-title,
.bks-contact-page .bks-section-title,
.bks-scope-page .bks-section-title,
.bks-faq-page .bks-section-title,
.bks-light-pages .bks-booking-hero h1,
.bks-light-pages .bks-book-form-card h1,
.bks-light-pages .bks-detail-title-row h1,
.bks-light-pages h2,
.bks-light-pages h3 {
    color: #1b2a20;
}

.bks-about-page .bks-hero-copy,
.bks-contact-page .bks-hero-copy,
.bks-scope-page .bks-hero-copy,
.bks-faq-page .bks-hero-copy,
.bks-legal-page .bks-hero-copy,
.bks-about-page .bks-section-subtitle,
.bks-contact-page .bks-section-subtitle,
.bks-scope-page .bks-section-subtitle,
.bks-faq-page .bks-section-subtitle,
.bks-legal-page .bks-section-tags span,
.bks-light-pages p,
.bks-light-pages span,
.bks-light-pages small,
.bks-light-pages .bks-home-card-desc,
.bks-light-pages .bks-home-card-specs,
.bks-light-pages .bks-home-card-meta,
.bks-light-pages .bks-house-description,
.bks-light-pages .bks-reserve-note,
.bks-light-pages .bks-summary-note,
.bks-light-pages .bks-confirmation-note {
    color: var(--shh-subtle);
}

.bks-about-page .bks-btn-secondary,
.bks-contact-page .bks-btn-secondary,
.bks-scope-page .bks-btn-secondary,
.bks-faq-page .bks-btn-secondary,
.bks-legal-page .bks-btn-secondary,
.bks-light-pages .bks-btn-secondary,
.bks-light-pages .bks-btn-outline {
    background: #ffffff;
    color: #1f2c22;
    border: 1px solid rgba(22, 129, 72, 0.14);
    box-shadow: 0 12px 28px rgba(42, 54, 43, 0.08);
}

.bks-about-page .bks-btn-secondary:hover,
.bks-contact-page .bks-btn-secondary:hover,
.bks-scope-page .bks-btn-secondary:hover,
.bks-faq-page .bks-btn-secondary:hover,
.bks-light-pages .bks-btn-secondary:hover,
.bks-light-pages .bks-btn-outline:hover {
    color: #168148;
    background: #f6fff9;
}

.bks-about-page .bks-about-hero-simple,
.bks-contact-page .bks-scope-hero,
.bks-scope-page .bks-scope-hero,
.bks-faq-page .bks-scope-hero,
.bks-legal-page .bks-scope-hero,
.bks-light-pages .bks-booking-hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(252, 250, 244, 0), rgba(234, 240, 230, 0.58)),
        var(--bks-scope-hero-image) center/cover;
    border-bottom: 1px solid rgba(22, 51, 31, 0.08);
}

.bks-about-page .bks-about-hero-simple {
    background: linear-gradient(180deg, #fffdf8 0%, #edf5eb 100%);
    min-height: auto;
}

.bks-about-page .bks-about-hero-copy,
.bks-contact-page .bks-scope-hero-copy,
.bks-scope-page .bks-scope-hero-copy,
.bks-faq-page .bks-scope-hero-copy,
.bks-legal-page .bks-scope-hero-copy,
.bks-light-pages .bks-booking-hero .container {
    position: relative;
    z-index: 1;
}

.bks-about-page .bks-about-hero-copy,
.bks-contact-page .bks-scope-hero-copy,
.bks-scope-page .bks-scope-hero-copy,
.bks-faq-page .bks-scope-hero-copy,
.bks-legal-page .bks-scope-hero-copy {
    max-width: 760px;
    padding: 52px 0 58px;
}

.bks-contact-page .bks-scope-hero::before,
.bks-scope-page .bks-scope-hero::before,
.bks-faq-page .bks-scope-hero::before,
.bks-legal-page .bks-scope-hero::before,
.bks-light-pages .bks-booking-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(252, 250, 244, 0.84) 0%, rgba(252, 250, 244, 0.56) 42%, rgba(252, 250, 244, 0.1) 100%);
}

.bks-light-pages .bks-booking-hero {
    padding: 48px 0 44px;
}

.bks-light-pages .bks-booking-hero .bks-booking-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 14px;
    margin-bottom: 18px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bks-light-pages .bks-booking-hero h1 {
    margin-bottom: 18px;
}

.bks-about-page .bks-content-card,
.bks-about-page .bks-image-card,
.bks-about-page .bks-about-value-card,
.bks-about-page .bks-contact-card,
.bks-contact-page .bks-scope-card,
.bks-contact-page .bks-contact-card,
.bks-scope-page .bks-scope-card,
.bks-scope-page .bks-contact-card,
.bks-faq-page .bks-faq-item,
.bks-faq-page .bks-contact-card,
.bks-legal-page .bks-legal-card,
.bks-light-pages .bks-home-card,
.bks-light-pages .bks-reserve-card,
.bks-light-pages .bks-book-form-card,
.bks-light-pages .bks-book-summary,
.bks-light-pages .bks-detail-section,
.bks-light-pages .bks-review-card,
.bks-light-pages .bks-empty-state,
.bks-light-pages .bks-payment-status-card {
    background: var(--shh-card-bg);
    border: 1px solid var(--shh-border);
    box-shadow: var(--shh-soft-shadow);
    backdrop-filter: blur(10px);
}

.bks-about-page .bks-content-card,
.bks-about-page .bks-contact-card,
.bks-contact-page .bks-contact-card,
.bks-scope-page .bks-contact-card,
.bks-legal-page .bks-legal-card,
.bks-light-pages .bks-reserve-card,
.bks-light-pages .bks-book-form-card,
.bks-light-pages .bks-book-summary,
.bks-light-pages .bks-payment-status-card {
    background: linear-gradient(180deg, #ffffff, #fbf8f1);
}

.bks-about-page .bks-content-lead,
.bks-about-page .bks-check-list li,
.bks-contact-page .bks-contact-value,
.bks-scope-page .bks-scope-card .bks-check-list li,
.bks-light-pages .bks-back-link,
.bks-light-pages .bks-inline-action,
.bks-light-pages .bks-home-card-body strong,
.bks-light-pages .bks-detail-rating strong,
.bks-light-pages .bks-detail-rating a,
.bks-light-pages .bks-reserve-price strong,
.bks-light-pages .bks-summary-total strong,
.bks-light-pages .bks-booking-detail-row strong {
    color: #1d2620;
}

.bks-about-page .bks-image-card,
.bks-contact-page .bks-contact-image,
.bks-light-pages .bks-gallery-main,
.bks-light-pages .bks-gallery-thumbs button {
    border-color: rgba(22, 129, 72, 0.12);
    box-shadow: 0 24px 55px rgba(42, 54, 43, 0.1);
}

.bks-about-page .bks-about-value-card,
.bks-contact-page .bks-scope-card,
.bks-scope-page .bks-scope-card {
    padding: 28px 24px;
    border-radius: 22px;
    height: 100%;
}

.bks-about-page .bks-about-value-card p,
.bks-contact-page .bks-scope-card p,
.bks-scope-page .bks-scope-card p,
.bks-legal-page .bks-legal-section p,
.bks-faq-page .bks-faq-body {
    color: var(--shh-subtle);
}

.bks-about-page .bks-icon-box,
.bks-contact-page .bks-icon-box,
.bks-scope-page .bks-icon-box,
.bks-light-pages .bks-highlight-item i {
    background: #e8f6ed;
    color: #168148;
    box-shadow: none;
}

.bks-about-page .bks-check-list li::before,
.bks-scope-page .bks-check-list li::before,
.bks-light-pages .bks-amenities-grid i,
.bks-light-pages .bks-review-card-head i,
.bks-light-pages .bks-detail-rating i {
    background: #168148;
    box-shadow: inset 0 0 0 5px #dff2e6;
    color: #168148;
}

.bks-about-page .bks-about-cta,
.bks-faq-page .bks-about-cta {
    border-radius: 26px;
    overflow: hidden;
}

.bks-about-page .bks-about-cta-actions,
.bks-faq-page .bks-about-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 34px;
}

.bks-contact-page .bks-contact-value {
    display: block;
    margin-top: 14px;
    font-size: 1.05rem;
    font-weight: 700;
}

.bks-contact-page .bks-form-wrap,
.bks-scope-page .bks-form-wrap,
.bks-about-page .bks-form-wrap,
.bks-faq-page .bks-form-wrap {
    padding: 40px;
}

.bks-contact-page .bks-form-head h3,
.bks-scope-page .bks-scope-form-intro h3,
.bks-about-page .bks-about-cta h3,
.bks-faq-page .bks-about-cta h3 {
    color: #1b2a20;
    font-size: 1.75rem;
    font-weight: 700;
}

.bks-contact-page .bks-form-control,
.bks-scope-page .bks-form-control,
.bks-about-page .bks-form-control,
.bks-faq-page .bks-form-control,
.bks-light-pages .bks-light-control,
.bks-light-pages .bks-reserve-grid input {
    background: #fffdf8;
    border-color: rgba(28, 36, 29, 0.12);
    color: #1f2c22;
}

.bks-contact-page .bks-form-control::placeholder,
.bks-scope-page .bks-form-control::placeholder,
.bks-light-pages .bks-light-control::placeholder {
    color: rgba(34, 44, 36, 0.45);
}

.bks-contact-page .bks-form-control:focus,
.bks-scope-page .bks-form-control:focus,
.bks-about-page .bks-form-control:focus,
.bks-faq-page .bks-form-control:focus,
.bks-light-pages .bks-light-control:focus,
.bks-light-pages .bks-reserve-grid input:focus {
    background: #ffffff;
    color: #1f2c22;
    border-color: rgba(22, 129, 72, 0.5);
    box-shadow: 0 0 0 0.18rem rgba(22, 129, 72, 0.12);
}

.bks-contact-page .bks-contact-overlay-card,
.bks-about-page .bks-image-card-badge {
    background: rgba(255, 255, 255, 0.88);
    border-color: rgba(22, 129, 72, 0.12);
    color: #1f2c22;
    box-shadow: 0 18px 38px rgba(42, 54, 43, 0.12);
}

.bks-contact-page .bks-contact-overlay-label,
.bks-about-page .bks-image-card-badge span {
    color: rgba(34, 44, 36, 0.58);
}

.bks-contact-page .bks-contact-overlay-card strong,
.bks-about-page .bks-image-card-badge strong {
    color: #1f2c22;
}

.bks-scope-page .bks-scope-form-panel {
    border-radius: 26px;
    overflow: hidden;
}

.bks-scope-page .bks-scope-pricing-table {
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff, #fbf8f1);
    border: 1px solid rgba(22, 51, 31, 0.1);
    box-shadow: 0 20px 48px rgba(42, 54, 43, 0.1);
}

.bks-scope-page .bks-scope-pricing-head,
.bks-scope-page .bks-scope-pricing-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 22px 26px;
}

.bks-scope-page .bks-scope-pricing-head {
    color: #1b2a20;
    font-size: 1rem;
    font-weight: 700;
    border-bottom: 1px solid rgba(22, 51, 31, 0.1);
    background: rgba(234, 240, 230, 0.52);
}

.bks-scope-page .bks-scope-pricing-row + .bks-scope-pricing-row {
    border-top: 1px solid rgba(22, 51, 31, 0.08);
}

.bks-scope-page .bks-scope-pricing-row span {
    color: rgba(29, 38, 32, 0.8);
    font-size: 1rem;
}

.bks-scope-page .bks-scope-pricing-row strong {
    color: #1b2a20;
    font-size: 1rem;
    font-weight: 700;
}

.bks-scope-page .bks-scope-form-intro {
    height: 100%;
    padding: 42px 36px;
    background: linear-gradient(160deg, #1f3a29, #168148);
    color: #fff;
}

.bks-scope-page .bks-scope-form-intro p,
.bks-scope-page .bks-scope-form-intro .bks-form-kicker {
    color: rgba(255, 255, 255, 0.82);
}

.bks-legal-page .bks-legal-card {
    padding: 40px;
    border-radius: 28px;
}

.bks-legal-page .bks-legal-section + .bks-legal-section {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid rgba(22, 51, 31, 0.08);
}

.bks-legal-page .bks-legal-section h2 {
    color: #1b2a20;
    margin-bottom: 10px;
}

.bks-faq-page .bks-faq-wrap {
    max-width: 980px;
    margin: 0 auto;
}

.bks-faq-page .bks-faq-item {
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 16px;
}

.bks-faq-page .bks-faq-button {
    background: transparent;
    color: #1b2a20;
    font-weight: 700;
    box-shadow: none;
}

.bks-faq-page .bks-faq-button:not(.collapsed) {
    background: rgba(22, 129, 72, 0.05);
    color: #168148;
}

.bks-faq-page .bks-faq-button:focus {
    box-shadow: none;
}

.bks-light-pages .bks-homes-head span,
.bks-light-pages .bks-inline-action {
    color: #168148;
}

.bks-light-pages .bks-home-card {
    border-radius: 24px;
    overflow: hidden;
}

.bks-light-pages .bks-home-card-media img {
    filter: saturate(0.96);
}

.bks-light-pages .bks-home-card-price {
    background: rgba(255, 255, 255, 0.92);
    color: #1f2c22;
    border: 1px solid rgba(22, 129, 72, 0.12);
}

.bks-light-pages .bks-home-card-meta i,
.bks-light-pages .bks-inline-action i,
.bks-light-pages .bks-back-link i {
    color: #168148;
}

.bks-light-pages .bks-pagination-wrap .pagination {
    gap: 10px;
}

.bks-light-pages .bks-pagination-wrap .page-link {
    border: 1px solid rgba(22, 129, 72, 0.12);
    color: #1f2c22;
    background: #fff;
    border-radius: 12px;
}

.bks-light-pages .bks-pagination-wrap .active .page-link {
    background: #168148;
    border-color: #168148;
    color: #fff;
}

.bks-light-pages .bks-detail-title-row p,
.bks-light-pages .bks-host-row p,
.bks-light-pages .bks-highlight-item p,
.bks-light-pages .bks-booking-detail-row span {
    color: var(--shh-subtle);
}

.bks-light-pages .bks-gallery-thumbs button.active {
    border-color: #168148;
}

.bks-light-pages .bks-detail-section {
    padding: 26px;
    border-radius: 22px;
}

.bks-light-pages .bks-host-row img {
    border: 3px solid #fff;
    box-shadow: 0 14px 24px rgba(42, 54, 43, 0.12);
}

.bks-light-pages .bks-highlight-item {
    border-color: rgba(22, 51, 31, 0.08);
}

.bks-light-pages .bks-amenities-grid div {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(22, 129, 72, 0.1);
    border-radius: 16px;
}

.bks-light-pages .bks-reserve-card {
    position: sticky;
    top: 120px;
}

.bks-light-pages .bks-reserve-grid,
.bks-light-pages .bks-booking-details {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(22, 51, 31, 0.08);
}

.bks-light-pages .bks-reserve-grid label,
.bks-light-pages .bks-reserve-grid input,
.bks-light-pages .bks-booking-detail-row {
    color: #1f2c22;
}

.bks-light-pages .bks-book-form-card,
.bks-light-pages .bks-book-summary {
    border-radius: 26px;
}

.bks-light-pages .bks-field-label {
    color: #23513a;
}

.bks-light-pages .bks-book-summary img {
    border-radius: 20px;
}

.bks-light-pages .bks-payment-status-card {
    max-width: 840px;
}

.bks-light-pages .bks-payment-icon {
    background: #e8f6ed;
    color: #168148;
}

.bks-light-pages .bks-payment-cancel .bks-payment-icon {
    background: #fff0ee;
    color: #c7684c;
}

.bks-light-pages .bks-footer {
    margin-top: 42px;
    padding-top: 76px;
    background: #f2f7ee;
    color: #1f2c22;
    border-top: 1px solid rgba(28, 36, 29, 0.08);
}

.bks-light-pages .bks-footer::before,
.bks-light-pages .bks-footer::after {
    display: none;
}

.bks-light-pages .bks-footer-brand-text strong,
.bks-light-pages .bks-footer-title {
    color: #1f2c22;
}

.bks-light-pages .bks-footer-brand-text span {
    color: #168148;
}

.bks-light-pages .bks-footer-copy,
.bks-light-pages .bks-footer-links a,
.bks-light-pages .bks-footer-bottom,
.bks-light-pages .bks-footer-bottom-links a {
    color: rgba(34, 44, 36, 0.62);
}

.bks-light-pages .bks-footer-links a:hover,
.bks-light-pages .bks-footer-bottom-links a:hover {
    color: #168148;
}

.bks-light-pages .bks-footer-social a {
    background: #ffffff;
    border-color: rgba(22, 129, 72, 0.12);
    color: #168148;
}

.bks-light-pages .bks-footer-bottom {
    border-top-color: rgba(28, 36, 29, 0.08);
    background: rgba(255, 255, 255, 0.48);
}

.bks-theme .bks-alert-success,
.bks-light-pages .bks-booking-alert {
    background: rgba(22, 129, 72, 0.12);
    color: #126f3c;
    border: 1px solid rgba(22, 129, 72, 0.12);
}

@media (max-width: 991.98px) {
    .bks-theme .shh-light-header .navbar-collapse {
        padding: 18px;
        margin-top: 12px;
        border: 1px solid rgba(22, 51, 31, 0.1);
        border-radius: 18px;
        background: rgba(252, 250, 244, 0.98);
        box-shadow: 0 18px 38px rgba(42, 54, 43, 0.1);
    }

    .bks-about-page .bks-about-cta-actions,
    .bks-faq-page .bks-about-cta-actions {
        padding-top: 0;
    }

    .bks-light-pages .bks-reserve-card {
        position: static;
    }
}

/* Mobile-first refinements for the public room detail and booking page. */
@media (max-width: 767.98px) {
    .bks-light-pages .bks-house-detail {
        padding: 28px 0 48px;
    }

    .bks-light-pages .bks-house-detail .container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .bks-light-pages .bks-detail-title-row {
        margin-bottom: 22px;
    }

    .bks-light-pages .bks-back-link {
        margin-bottom: 14px;
        font-size: 0.9rem;
    }

    .bks-light-pages .bks-detail-title-row h1 {
        font-size: clamp(1.8rem, 9vw, 2.25rem);
        line-height: 1.04;
    }

    .bks-light-pages .bks-room-parent-home {
        margin-bottom: 10px !important;
        font-size: 0.98rem;
    }

    .bks-light-pages .bks-detail-title-row > div > p:not(.bks-room-parent-home) {
        max-width: 310px;
        font-size: 0.96rem;
        line-height: 1.55;
    }

    .bks-light-pages .bks-gallery {
        margin-bottom: 26px;
    }

    .bks-light-pages .bks-gallery-main {
        aspect-ratio: 1.12;
        border-radius: 20px;
    }

    .bks-light-pages .bks-gallery-thumbs {
        display: flex;
        gap: 10px;
        margin: 10px -2px 0;
        padding: 2px 2px 8px;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scrollbar-width: thin;
    }

    .bks-light-pages .bks-gallery-thumbs button {
        width: 94px;
        min-width: 94px;
        aspect-ratio: 1.25;
        border-radius: 14px;
    }

    .bks-light-pages .bks-house-detail .row.g-5 {
        row-gap: 24px !important;
    }

    .bks-light-pages .bks-house-detail .row.g-5 > .col-lg-5 {
        order: -1;
    }

    .bks-light-pages .bks-reserve-card {
        padding: 20px;
        border-radius: 22px;
        box-shadow: 0 16px 32px rgba(42, 54, 43, 0.1);
    }

    .bks-light-pages .bks-reserve-price {
        display: block;
        margin-bottom: 16px;
    }

    .bks-light-pages .bks-reserve-price strong {
        display: block;
        color: #145a34;
        font-size: 1.05rem;
        line-height: 1.45;
    }

    .bks-light-pages .bks-reserve-price span {
        display: block;
        margin-top: 2px;
        color: var(--shh-subtle);
        font-size: 0.78rem;
    }

    .bks-light-pages .bks-reserve-grid {
        margin-bottom: 14px;
        border-radius: 16px;
    }

    .bks-light-pages .bks-reserve-grid label {
        min-height: 70px;
        padding: 11px 13px;
    }

    .bks-light-pages .bks-reserve-grid input {
        font-size: 0.96rem;
    }

    .bks-light-pages .bks-reserve-grid .bks-selected-room {
        min-height: 66px;
        padding: 12px 13px;
    }

    .bks-light-pages .bks-reserve-total {
        align-items: center;
        padding: 13px 0;
    }

    .bks-light-pages .bks-reserve-total strong {
        color: #145a34;
        font-size: 1.34rem;
    }

    .bks-light-pages .bks-reserve-note {
        margin-top: 10px;
        font-size: 0.82rem;
        line-height: 1.45;
    }

    .bks-light-pages .bks-reserve-card .bks-btn {
        min-height: 52px;
        margin-top: 2px;
    }

    .bks-light-pages .bks-detail-section {
        margin-bottom: 12px;
        padding: 20px;
        border-radius: 19px;
    }

    .bks-light-pages .bks-detail-section h2 {
        margin-bottom: 16px;
        font-size: 1.3rem;
    }

    .bks-light-pages .bks-host-row {
        gap: 12px;
    }

    .bks-light-pages .bks-host-row img {
        width: 50px;
        height: 50px;
    }

    .bks-light-pages .bks-highlight-list {
        gap: 18px;
    }

    .bks-light-pages .bks-highlight-item {
        grid-template-columns: 32px minmax(0, 1fr);
        gap: 11px;
    }

    .bks-light-pages .bks-highlight-item h3 {
        font-size: 0.98rem;
    }

    .bks-light-pages .bks-highlight-item p,
    .bks-light-pages .bks-house-description {
        font-size: 0.93rem;
        line-height: 1.62;
    }

    .bks-light-pages .bks-amenities-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .bks-light-pages .bks-amenities-grid div {
        min-width: 0;
        gap: 8px;
        padding: 12px;
        font-size: 0.86rem;
    }
}

@media (max-width: 767.98px) {
    .bks-about-page .bks-about-hero-copy,
    .bks-contact-page .bks-scope-hero-copy,
    .bks-scope-page .bks-scope-hero-copy,
    .bks-faq-page .bks-scope-hero-copy,
    .bks-legal-page .bks-scope-hero-copy {
        padding: 30px 0 36px;
    }

    .bks-contact-page .bks-form-wrap,
    .bks-scope-page .bks-form-wrap,
    .bks-about-page .bks-form-wrap,
    .bks-faq-page .bks-form-wrap,
    .bks-legal-page .bks-legal-card {
        padding: 24px;
    }

    .bks-scope-page .bks-scope-pricing-head,
    .bks-scope-page .bks-scope-pricing-row {
        padding: 18px 18px;
    }

    .bks-about-page .bks-about-cta-actions,
    .bks-faq-page .bks-about-cta-actions {
        padding: 0 24px 24px;
    }
}
