:root { --sh-green:#4a7886; --sh-green-dark:#2A4651; --sh-green-15:rgba(74,120,134,0.12); --teal-deep:#1e3640; --teal-light:#A8C5CE; --off-white:#EEF2F3; --cream:#FAF8F4; --sand:#F4E9D8; --text-dark:#1A2A30; --text-mid:#4a6470; --gold:#c9a84c; }
        *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
        html { scroll-behavior: smooth; }
        body { font-family: "boreal", sans-serif; font-weight: 300; color: var(--text-dark); background: var(--cream); line-height: 1.65; }
        a { text-decoration: none; color: inherit; }
        img { display: block; max-width: 100%; }

        /* ── HEADER ── */
        .ann-bar { background: var(--sh-green-dark); color: var(--cream); font-size: 13px; font-weight: 300; letter-spacing: 0.01em; text-align: center; padding: 11px 20px; }
        .ann-bar strong { font-weight: 700; letter-spacing: 0.02em; }
        .site-header { position: sticky; top: 0; z-index: 900; background: var(--cream); border-bottom: 1px solid rgba(74,120,134,0.14); transition: box-shadow .3s, border-color .3s; padding: 0 48px; display: flex; align-items: center; justify-content: space-between; height: 72px; }
        .site-header.scrolled { box-shadow: 0 2px 16px rgba(30,54,64,0.10); border-bottom-color: rgba(74,120,134,0.22); }
        .header-logo img { height: 44px; width: auto; }
        .header-nav { display: flex; align-items: center; }
        .nav-item { position: relative; }
        .nav-link { display: flex; align-items: center; gap: 5px; padding: 26px 16px; font-size: 14px; font-weight: 400; color: var(--sh-green-dark); transition: color .2s; white-space: nowrap; }
        .nav-link:hover { color: var(--sh-green); }
        .caret { width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid currentColor; transition: transform .2s; }
        .nav-item:hover .caret { transform: rotate(180deg); }
        .nav-dropdown { display: none; position: absolute; top: 100%; left: 0; background: #fff; box-shadow: 0 8px 28px rgba(0,0,0,0.12); min-width: 220px; padding: 8px 0; z-index: 100; border-top: 2px solid var(--sh-green); }
        .nav-item:hover .nav-dropdown { display: block; }
        .nav-dropdown a { display: block; padding: 10px 20px; font-size: 13px; font-weight: 400; color: var(--sh-green-dark); transition: background .15s; }
        .nav-dropdown a:hover { background: var(--off-white); color: var(--sh-green); }
        .dd-divider { height: 1px; background: rgba(0,0,0,0.06); margin: 6px 0; }
        .header-right { display: flex; align-items: center; gap: 12px; }
        .lang-toggle { display: flex; align-items: center; gap: 2px; font-size: 12px; letter-spacing: 1px; border: 1px solid rgba(0,0,0,0.15); padding: 5px 10px; }
        .lang { cursor: pointer; padding: 2px 5px; color: var(--text-mid); }
        .lang.active { color: var(--sh-green); font-weight: 700; }
        .lang-sep { color: rgba(0,0,0,0.2); }
        .header-cta { display: inline-block; background: var(--sh-green); color: #fff; font-family: "boreal", sans-serif; font-weight: 700; font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase; padding: 11px 22px; transition: background .2s; }
        .header-cta:hover { background: var(--sh-green-dark); }
        .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: none; border: none; }
        .hamburger span { display: block; width: 24px; height: 2px; background: var(--text-dark); transition: all .3s; }
        .hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
        .hamburger.open span:nth-child(2) { opacity: 0; }
        .hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
        .mobile-menu { display: none; position: fixed; top: 116px; left: 0; right: 0; bottom: 0; background: #fff; z-index: 850; overflow-y: auto; }
        .mobile-menu.open { display: block; }
        .mm-section { padding: 12px 24px 6px; font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--text-mid); background: var(--off-white); border-top: 1px solid rgba(0,0,0,0.06); }
        .mobile-menu a { display: block; padding: 14px 24px; font-size: 15px; font-weight: 300; border-bottom: 1px solid rgba(0,0,0,0.06); color: var(--text-dark); }
        .mm-cta { display: block; background: var(--sh-green); color: #fff !important; margin: 16px; padding: 15px !important; text-align: center; font-family: "boreal", sans-serif; font-weight: 700 !important; font-size: 13px; letter-spacing: 1.2px; text-transform: uppercase; border-bottom: none !important; }

        /* ── TRUST BAR ── */
        .trust-bar { background: var(--sh-green); }
        .trust-bar-inner { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1160px; margin: 0 auto; }
        .trust-item { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 28px 20px; border-right: 1px solid rgba(255,255,255,0.15); color: #fff; }
        .trust-item:last-child { border-right: none; }
        .trust-icon { margin-bottom: 10px; }
        .trust-icon svg { width: 28px; height: 28px; }
        .trust-label { font-size: 14px; font-weight: 700; margin-bottom: 3px; }
        .trust-desc { font-size: 12px; opacity: 0.8; font-weight: 300; }
        @media (max-width: 640px) {
            .trust-bar-inner { grid-template-columns: 1fr 1fr; }
            .trust-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.12); padding: 20px 16px; }
            .trust-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.12); }
        }

        /* ── FEATURE DOTS ── */
        .feature-list { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 14px; }
        .feature-item { display: flex; align-items: center; gap: 9px; font-size: 14px; color: var(--text-mid); }
        .feature-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--sh-green); flex-shrink: 0; }

        /* ── GALLERY ── */
        .gallery { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 300px 220px; gap: 4px; background: #000; }
        .gallery-main { grid-row: 1 / 3; overflow: hidden; }
        .gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; cursor: pointer; }
        .gallery img:hover { transform: scale(1.03); }


        /* ── DETAIL LAYOUT ── */
        .detail-layout { display: grid; grid-template-columns: 1fr 340px; gap: 48px; max-width: 1160px; margin: 0 auto; padding: 56px 48px; align-items: start; }
        .detail-main { min-width: 0; }

        /* ── BREADCRUMB ── */
        .breadcrumb-bar { background: var(--cream); border-bottom: 1px solid rgba(74,120,134,0.10); padding: 9px 48px; }
        .breadcrumb { font-size: 12px; color: var(--text-mid); margin-bottom: 0; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
        .breadcrumb a { color: var(--text-mid); transition: color .2s; }
        .breadcrumb a:hover { color: var(--sh-green); }
        .breadcrumb-sep { color: rgba(0,0,0,0.3); }

        /* ── PROPERTY HEADER ── */
        .prop-tag { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--sh-green); font-weight: 700; margin-bottom: 10px; }
        .prop-h1 { font-size: clamp(28px, 4vw, 48px); font-weight: 100; line-height: 1.1; margin-bottom: 16px; }
        .prop-h1 strong { font-weight: 700; }
        .prop-meta { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-bottom: 28px; font-size: 13px; color: var(--text-mid); }
        .prop-meta span { display: flex; align-items: center; gap: 6px; }
        .prop-rating { display: flex; align-items: center; gap: 6px; }
        .stars-sm { color: #f59e0b; font-size: 13px; letter-spacing: 1px; }
        .chips { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 32px; }
        .chip { font-size: 11px; padding: 5px 12px; border: 1px solid rgba(0,0,0,0.12); color: var(--text-mid); }

        /* ── DESCRIPTION ── */
        .desc-section { margin-bottom: 40px; padding-top: 64px; }
        .desc-section h2 { font-size: 20px; font-weight: 700; margin-bottom: 16px; }
        .desc-section p { font-size: 15px; color: var(--text-mid); line-height: 1.78; margin-bottom: 14px; }
        .desc-section p:last-child { margin-bottom: 0; }

        /* ── AMENITIES OVERVIEW ── */
        .amenities-section { padding: 72px 48px 64px; background: #fff; }
        .amenities-section-title, .amenities-table { max-width: 1160px; margin-left: auto; margin-right: auto; }
        .amenities-section-title { text-align: center; font-size: clamp(28px, 3.5vw, 40px); font-weight: 300; color: var(--text-dark); margin-bottom: 52px; letter-spacing: -0.5px; }
        .amenities-section-title strong { font-weight: 700; }
        .amenities-table { border: 1px solid rgba(0,0,0,0.10); display: grid; grid-template-columns: repeat(3, 1fr); }
        .amenity-cell { display: flex; align-items: flex-start; gap: 16px; padding: 28px 24px; border-right: 1px solid rgba(0,0,0,0.10); border-bottom: 1px solid rgba(0,0,0,0.10); overflow-wrap: break-word; word-break: break-word; min-width: 0; }
        .amenity-cell:nth-child(3n) { border-right: none; }
        .amenity-cell:nth-last-child(-n+3) { border-bottom: none; }
        .amenity-icon { width: 36px; height: 36px; flex-shrink: 0; color: var(--sh-green); margin-top: 2px; }
        .amenity-icon svg { width: 36px; height: 36px; }
        .amenity-text-title { font-size: 15px; font-weight: 700; color: var(--text-dark); margin-bottom: 3px; }
        .amenity-text-sub { font-size: 13px; color: var(--text-mid); line-height: 1.5; }

        /* ── LOCATION SECTION ── */
        .location-section { padding: 72px 48px 64px; background: var(--sand); }
        .location-inner { display: grid; grid-template-columns: 1fr 1.6fr; gap: 64px; align-items: start; max-width: 1060px; margin: 0 auto; }
        .location-label { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--sh-green); font-weight: 700; margin-bottom: 16px; }
        .location-title { font-size: clamp(28px, 3.5vw, 44px); font-weight: 300; color: var(--text-dark); line-height: 1.1; margin-bottom: 20px; letter-spacing: -0.5px; }
        .location-title strong { font-weight: 700; }
        .location-desc { font-size: 15px; color: var(--text-mid); line-height: 1.7; }
        .dist-list { display: flex; flex-direction: column; }
        .dist-row { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; border-bottom: 1px solid rgba(0,0,0,0.07); background: rgba(255,255,255,0.5); font-size: 15px; color: var(--text-dark); }
        .dist-row:first-child { border-top: 1px solid rgba(0,0,0,0.07); }
        .dist-time { color: var(--sh-green); font-weight: 600; font-size: 14px; white-space: nowrap; margin-left: 16px; }

        /* ── REVIEWS FULL-WIDTH ── */
        .reviews-section { padding: 64px 48px; background: var(--cream); }
        .reviews-section-inner { max-width: 1160px; margin: 0 auto; }
        .reviews-section h2 { font-size: clamp(24px, 3vw, 36px); font-weight: 300; margin-bottom: 36px; }
        .reviews-section h2 strong { font-weight: 700; }
        .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

        /* ── REVIEWS (legacy in detail-main) ── */
        .reviews-block { margin-bottom: 40px; }
        .reviews-block h2 { font-size: 20px; font-weight: 700; margin-bottom: 20px; }
        .review-card { background: var(--off-white); padding: 22px 24px; margin-bottom: 12px; border-left: 3px solid var(--sh-green); }
        .review-stars { color: #f59e0b; font-size: 13px; letter-spacing: 1px; margin-bottom: 8px; }
        .review-text { font-size: 14px; color: var(--text-mid); line-height: 1.65; font-style: italic; margin-bottom: 10px; }
        .review-author { font-size: 12px; font-weight: 700; color: var(--text-dark); }

        /* ── CROSS SELL ── */
        .cross-sell { padding: 52px 48px; background: var(--off-white); }
        .cross-sell-inner { max-width: 1160px; margin: 0 auto; }
        .section-label { font-size: 11px; letter-spacing: 4px; text-transform: uppercase; font-weight: 700; color: var(--sh-green); margin-bottom: 10px; }
        .section-title { font-size: clamp(22px, 3vw, 36px); font-weight: 100; margin-bottom: 32px; }
        .section-title strong { font-weight: 700; }
        .cross-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
        .cross-card { background: #fff; border: 1px solid rgba(0,0,0,0.08); overflow: hidden; transition: transform .2s, box-shadow .2s; }
        .cross-card:hover { transform: translateY(-4px); box-shadow: 0 10px 32px rgba(0,0,0,0.1); }
        .cross-card-img { height: 180px; background-size: cover; background-position: center; }
        .cross-card-body { padding: 20px; }
        .cross-card-tag { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--sh-green); margin-bottom: 6px; }
        .cross-card-title { font-size: 17px; font-weight: 100; margin-bottom: 8px; }
        .cross-card-title strong { font-weight: 700; }
        .cross-card-cta { font-size: 12px; font-weight: 700; color: var(--sh-green); letter-spacing: 0.5px; }

        /* ── STICKY BOOKING WIDGET ── */
        .booking-widget { background: #fff; border: 1px solid rgba(0,0,0,0.1); padding: 28px; position: sticky; top: 88px; }
        .widget-header { margin-bottom: 20px; }
        .widget-prop-logo img { height: 32px; width: auto; margin-bottom: 10px; }
        .widget-title { font-size: 18px; font-weight: 100; line-height: 1.25; }
        .widget-title strong { font-weight: 700; }
        .widget-rating { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--text-mid); margin-top: 6px; }
        .widget-stars { color: #f59e0b; font-size: 12px; }
        .widget-bestpreis { background: var(--sh-green-15); border: 1px solid rgba(76,128,142,0.2); padding: 12px 16px; margin-bottom: 20px; font-size: 12px; color: var(--sh-green); }
        .widget-bestpreis strong { font-weight: 700; display: block; margin-bottom: 2px; font-size: 13px; }
        .btn-book { display: block; background: var(--sh-green); color: #fff; font-family: "boreal", sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 1.2px; text-transform: uppercase; padding: 16px; text-align: center; border: 2px solid var(--sh-green); transition: all .2s; margin-bottom: 10px; }
        .btn-book:hover { background: var(--sh-green-dark); border-color: var(--sh-green-dark); }
        .btn-book-outline { display: block; background: transparent; color: var(--sh-green); font-family: "boreal", sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; padding: 13px; text-align: center; border: 2px solid var(--sh-green); transition: all .2s; margin-bottom: 20px; }
        .btn-book-outline:hover { background: var(--sh-green); color: #fff; }
        .widget-trust { display: flex; flex-direction: column; gap: 6px; }
        .widget-trust-item { font-size: 12px; color: var(--text-mid); display: flex; align-items: flex-start; gap: 7px; }
        .widget-trust-item::before { content: '✓'; color: var(--sh-green); font-weight: 700; flex-shrink: 0; }

        /* ── FOOTER ── */
        .site-footer { background: var(--cream); color: var(--text-mid); padding: 52px 48px 32px; border-top: 1px solid rgba(74,120,134,0.15); }
        .footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; max-width: 1160px; margin: 0 auto 44px; }
        .footer-logo img { height: 34px; margin-bottom: 14px; }
        .footer-tagline { font-size: 13px; line-height: 1.7; color: var(--text-mid); }
        .footer-col-label { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--sh-green); margin-bottom: 16px; font-weight: 700; }
        .footer-links { display: flex; flex-direction: column; gap: 9px; }
        .footer-links a { font-size: 13px; color: var(--text-mid); transition: color .2s; }
        .footer-links a:hover { color: var(--sh-green); }
        .footer-bottom { max-width: 1160px; margin: 0 auto; border-top: 1px solid rgba(74,120,134,0.15); padding-top: 22px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 12px; color: var(--text-mid); }
        .footer-bottom a { color: var(--text-mid); margin-left: 14px; transition: color .2s; }
        .footer-bottom a:hover { color: var(--sh-green); }

        /* ── STICKY MOBILE BAR ── */
        .sticky-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 800; background: var(--sh-green); color: var(--cream); padding: 12px 20px; align-items: center; justify-content: space-between; box-shadow: 0 -4px 20px rgba(0,0,0,0.18); }
        .sticky-bar-text { font-size: 12px; font-weight: 300; }
        .sticky-bar-text strong { font-weight: 700; display: block; font-size: 14px; }
        .sticky-bar-btn { background: var(--sand); color: var(--teal-deep); font-family: "boreal", sans-serif; font-weight: 700; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; padding: 10px 18px; white-space: nowrap; }

        /* ── RESPONSIVE ── */
        @media (max-width: 960px) {
            .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 240px 200px; }
            .gallery-main { grid-row: 1; grid-column: 1 / 3; }
            .detail-layout { grid-template-columns: 1fr; padding: 40px 28px; }
            .booking-widget { position: static; }
            .amenities-section { padding: 48px 28px 40px; }
            .amenities-table { grid-template-columns: 1fr 1fr; }
            .amenity-cell { padding: 20px 16px; gap: 12px; }
            .amenity-cell:nth-child(3n) { border-right: 1px solid rgba(0,0,0,0.10); }
            .amenity-cell:nth-child(2n) { border-right: none; }
            .amenity-cell:nth-last-child(-n+3) { border-bottom: 1px solid rgba(0,0,0,0.10); }
            .amenity-cell:nth-last-child(-n+2) { border-bottom: none; }
            .location-section { padding: 48px 28px 40px; }
            .location-inner { gap: 40px; }
            .reviews-section { padding: 48px 28px; }
            .reviews-grid { grid-template-columns: 1fr 1fr; }
            .cross-grid { grid-template-columns: 1fr 1fr; }
        }


        /* ── CITY TAX HINWEIS ── */
        .city-tax-note { background: rgba(201,168,76,0.1); border: 1px solid rgba(201,168,76,0.35); padding: 10px 14px; font-size: 12px; color: var(--text-mid); line-height: 1.55; margin-bottom: 20px; }
        .city-tax-note strong { color: var(--text-dark); }

        /* ── SCARCITY BADGE ── */
        .widget-scarcity { background: rgba(239,68,68,0.07); border: 1px solid rgba(239,68,68,0.2); padding: 9px 14px; font-size: 12px; color: #b91c1c; margin-bottom: 16px; display: flex; align-items: center; gap: 7px; }

        /* ── MOBILE GALLERY SLIDER ── */
        @media (max-width: 768px) {
            .gallery {
                display: flex;
                overflow-x: scroll;
                scroll-snap-type: x mandatory;
                -webkit-overflow-scrolling: touch;
                height: 280px;
                gap: 0;
                scrollbar-width: none;
                background: #000;
            }
            .gallery::-webkit-scrollbar { display: none; }
            .gallery > * {
                flex: 0 0 100%;
                scroll-snap-align: start;
                height: 280px;
                min-height: unset;
            }
            .gallery-main { grid-row: unset; }
            .gallery-dots { display: flex; justify-content: center; gap: 6px; padding: 10px 0 4px; }
            .gallery-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(0,0,0,0.18); transition: background .2s; cursor: pointer; border: none; padding: 0; }
            .gallery-dot.active { background: var(--sh-green); }
            .header-nav, .lang-toggle, .header-cta { display: none; }
            .hamburger { display: flex; }
            .site-header { padding: 0 20px; }
            .detail-layout { padding: 28px 20px; gap: 32px; }
            .amenities-section { padding: 48px 20px 40px; }
            .amenities-table { grid-template-columns: 1fr 1fr; }
            .amenity-cell { padding: 16px 14px; gap: 10px; }
            .amenity-icon { width: 28px; height: 28px; }
            .amenity-icon svg { width: 28px; height: 28px; }
            .amenity-text-title { font-size: 13px; }
            .amenity-text-sub { font-size: 12px; }
            .amenity-cell:nth-child(3n) { border-right: 1px solid rgba(0,0,0,0.10); }
            .amenity-cell:nth-child(2n) { border-right: none; }
            .amenity-cell:nth-last-child(-n+3) { border-bottom: 1px solid rgba(0,0,0,0.10); }
            .amenity-cell:nth-last-child(-n+2) { border-bottom: none; }
            .location-section { padding: 48px 20px 40px; }
            .location-inner { grid-template-columns: 1fr; gap: 32px; }
            .reviews-section { padding: 48px 20px; }
            .reviews-grid { grid-template-columns: 1fr; }
            .review-card { margin-bottom: 0; }
            .cross-sell { padding: 44px 20px; }
            .cross-grid { grid-template-columns: 1fr; }
            .site-footer { padding: 40px 20px 28px; }
            .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
            .footer-bottom { flex-direction: column; text-align: center; }
            .sticky-bar { display: flex; }
            body { padding-bottom: 60px; }
        }
        @media (max-width: 480px) {
            .amenities-table { grid-template-columns: 1fr; }
            .amenity-cell { border-right: none; }
            .amenity-cell:nth-last-child(-n+2) { border-bottom: 1px solid rgba(0,0,0,0.10); }
            .amenity-cell:last-child { border-bottom: none; }
        }

        /* ── UNIT TYPE TABS ── */
        .unit-tabs-section { margin-bottom: 120px; }
        .unit-tabs-section > h2 { font-size: 20px; font-weight: 700; margin-bottom: 20px; }
        .unit-tabs { display: flex; gap: 0; border-bottom: 2px solid rgba(0,0,0,0.08); margin-bottom: 28px; flex-wrap: wrap; }
        .unit-tab {
            background: none; border: none; border-bottom: 3px solid transparent; margin-bottom: -2px;
            padding: 10px 22px 12px; font-family: "boreal", sans-serif; font-size: 11px; font-weight: 700;
            letter-spacing: 2px; text-transform: uppercase; color: var(--text-mid); cursor: pointer;
            transition: color .2s, border-color .2s;
        }
        .unit-tab:hover { color: var(--text-dark); }
        .unit-tab.active { color: var(--sh-green); border-bottom-color: var(--sh-green); }
        .unit-panel { display: none; }
        .unit-panel.active { display: block; }

        /* Stacked layout: slider full-width top, content below */
        .unit-panel-inner { display: flex; flex-direction: column; gap: 0; }

        /* Slider — full width */
        .unit-slider-wrap { position: relative; background: var(--off-white); user-select: none; }
        .unit-slider { overflow: hidden; width: 100%; }
        .unit-slides { display: flex; transition: transform .35s ease; will-change: transform; }
        .unit-slide { flex: 0 0 100%; width: 100%; min-width: 0; }
        .unit-slide img { width: 100%; aspect-ratio: 16/9; max-height: 520px; object-fit: cover; display: block; }
        .unit-badge {
            position: absolute; top: 16px; left: 16px; z-index: 2; pointer-events: none;
            background: var(--sh-green); color: #fff; font-family: "boreal", sans-serif;
            font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 5px 11px;
        }
        .unit-counter {
            position: absolute; top: 16px; right: 16px; z-index: 2; pointer-events: none;
            background: rgba(255,255,255,0.88); font-size: 12px; font-weight: 700;
            padding: 4px 10px; color: var(--text-dark);
        }
        .unit-arrow {
            position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
            background: rgba(255,255,255,0.9); border: 1px solid rgba(0,0,0,0.1);
            width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;
            cursor: pointer; font-size: 22px; color: var(--text-dark); padding: 0;
            transition: background .2s; line-height: 1;
        }
        .unit-arrow:hover { background: #fff; }
        .unit-arrow-prev { left: 14px; }
        .unit-arrow-next { right: 14px; }
        .unit-slider-dots {
            display: flex; justify-content: center; gap: 6px;
            padding: 10px 0 8px; background: rgba(0,0,0,0.03);
        }
        .unit-slider-dot {
            width: 7px; height: 7px; border-radius: 50%; background: rgba(0,0,0,0.2);
            border: none; cursor: pointer; padding: 0; transition: background .2s;
        }
        .unit-slider-dot.active { background: var(--sh-green); }

        /* Content below slider */
        .unit-content { padding: 32px 0 0; }
        .unit-content-title { font-size: clamp(22px, 2.4vw, 30px); font-weight: 100; line-height: 1.2; margin-bottom: 16px; }
        .unit-content-title strong { font-weight: 700; }
        .unit-desc { font-size: 15px; color: var(--text-mid); line-height: 1.7; margin-bottom: 36px; max-width: 680px; }

        /* 2-col row: meta pills left, features right */
        .unit-lower { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; margin-bottom: 40px; }
        .unit-lower-left { display: flex; flex-direction: column; gap: 12px; }
        .unit-meta-bar { display: flex; gap: 8px; flex-wrap: wrap; }
        .unit-meta-pill {
            background: var(--off-white); border: 1px solid rgba(0,0,0,0.1); border-radius: 20px;
            padding: 6px 16px; font-size: 13px; color: var(--text-mid);
        }
        .unit-variants { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
        .unit-variant { border: 1px solid rgba(0,0,0,0.1); background: var(--off-white); padding: 10px 14px; }
        .unit-variant-name { font-weight: 700; color: var(--text-dark); margin-bottom: 2px; font-size: 13px; }
        .unit-variant-sub { font-size: 12px; color: var(--text-mid); }
        .unit-features {
            display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px;
            list-style: none; padding: 0; margin: 0;
        }
        .unit-features li { font-size: 13px; color: var(--text-dark); display: flex; align-items: center; gap: 8px; }
        .unit-features li::before {
            content: ''; flex-shrink: 0; width: 14px; height: 14px;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234C808E' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/contain no-repeat;
        }
        .unit-book-btn {
            display: inline-block; background: var(--sh-green); color: #fff; text-align: center;
            font-family: "boreal", sans-serif; font-weight: 700; font-size: 13px;
            letter-spacing: 1.5px; text-transform: uppercase; padding: 16px 36px;
            transition: background .2s; border: none; cursor: pointer; margin-top: 40px;
        }
        .unit-book-btn:hover { background: var(--sh-green-dark); }

        @media (max-width: 640px) {
            .unit-slide img { aspect-ratio: 4/3; max-height: none; }
            .unit-content { padding: 20px 0 0; }
            .unit-content-title { font-size: 22px; margin-bottom: 10px; }
            .unit-desc { font-size: 14px; margin-bottom: 20px; }
            .unit-lower { grid-template-columns: 1fr; gap: 16px; margin-bottom: 0; }
            .unit-features { grid-template-columns: 1fr 1fr; }
            .unit-tab { padding: 9px 14px 11px; font-size: 10px; }
            .unit-variants { grid-template-columns: 1fr 1fr; }
            .unit-book-btn { display: block; margin-top: 24px; }
            .cky-btn-revisit-wrapper { display: none !important; }
        }
