.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;
}

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

.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: 760px;
    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;
    max-width: 240px;
    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;
    margin-bottom: 20px;
}

.bks-footer-logo {
    height: 52px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.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);
}

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 {
    min-height: 100vh;
    background: #f6f5f1;
    color: #222222;
}

.bks-admin-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    width: 265px;
    padding: 24px;
    background: #181818;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.bks-admin-brand {
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 800;
}

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

.bks-admin-sidebar a,
.bks-admin-sidebar button {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 12px 14px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 650;
    text-align: left;
}

.bks-admin-sidebar a:hover,
.bks-admin-sidebar button:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.bks-admin-sidebar form {
    margin-top: auto;
}

.bks-admin-main {
    margin-left: 265px;
    padding: 34px;
}

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

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

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

.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 {
    padding: 22px;
}

.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-panel {
    padding: 22px;
}

.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-admin-action {
    border: 0;
    border-radius: 999px;
    padding: 8px 14px;
    background: #168148;
    color: #ffffff;
    font-weight: 700;
}

.bks-host-dashboard {
    padding: 56px 0 80px;
    background: #fbfaf7;
}

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

.bks-host-head p {
    margin: 6px 0 0;
    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: #f4f0ea;
    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: rgba(240, 233, 223, 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: #f4f0ea;
    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-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-admin-sidebar {
        position: static;
        width: auto;
    }

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

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

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

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

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

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