/* LAB index landing (/home-lab) — designer palette ink / lime / soft */
.home-page--lab-index {
    --lab-ink: #173b42;
    --lab-lime: #ddedad;
    --lab-soft: #fafbf7;
    --lab-line: #f0f3e8;
    --lab-muted: #6b7280;
    --lab-white: #ffffff;
    --lab-radius: 16px;
    --lab-radius-sm: 14px;
    /* Figma content width */
    --lab-max: 1280px;
    --lab-header-h: 88px;
    --lab-hero-copy-h: 94px;
    --lab-hero-img-h: 294px;
    --lab-finder-h: 104px;
    --lab-finder-field-h: 68px;
    --lab-finder-btn-w: 210px;
    --lab-finder-btn-h: 52px;
    --lab-dest-w: 345px;
    --lab-dates-w: 250px;
    --lab-act-w: 295px;
    background: var(--lab-soft);
    color: var(--lab-ink);
}

body[data-lab-landing='1'] #labSearchShell,
body[data-lab-landing='1'] #home-footer {
    display: none !important;
}

body[data-lab-search='1'] #labLanding,
body[data-lab-search='1'] #labLandingFooter {
    display: none !important;
}

body[data-lab-landing='1'] {
    padding-top: 0;
    background: var(--lab-soft);
}

body[data-lab-landing='1'] .home-main.kit-lab-blank {
    display: none;
}

#labLanding {
    min-height: 100vh;
    background: var(--lab-soft);
}

/* Header 1440 frame / 88px tall, content 1280 */
.lab-idx-top {
    box-sizing: border-box;
    width: 100%;
    max-width: var(--lab-max);
    height: var(--lab-header-h);
    margin: 0 auto;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
}

.lab-idx-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-right: auto;
    text-decoration: none;
    color: var(--lab-ink);
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: -0.02em;
}

.lab-idx-brand__mark {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--lab-lime);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--lab-ink);
}

.lab-idx-brand__mark svg {
    display: block;
}

.lab-idx-partner {
    order: 2;
    color: var(--lab-ink);
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 600;
    padding: 8px 10px;
}

.lab-idx-partner:hover {
    text-decoration: underline;
}

.lab-idx-tools {
    order: 3;
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
    z-index: 40;
    overflow: visible;
}

.lab-idx-top__sep {
    display: none;
    width: 1px;
    height: 16px;
    background: rgba(23, 59, 66, 0.18);
    flex: none;
}

.lab-idx-burger {
    order: 4;
    display: none;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(23, 59, 66, 0.16);
    border-radius: 50%;
    background: transparent;
    color: var(--lab-ink);
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex: none;
}

.lab-idx-burger:hover {
    background: rgba(23, 59, 66, 0.04);
}

.lab-idx-mnav {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    z-index: 60;
    min-width: 200px;
    padding: 10px;
    border-radius: 14px;
    background: var(--lab-white);
    border: 1px solid rgba(23, 59, 66, 0.12);
    box-shadow: 0 12px 32px rgba(23, 59, 66, 0.14);
    flex-direction: column;
    gap: 4px;
}

.lab-idx-mnav.is-open {
    display: flex;
}

.lab-idx-mnav__link,
.lab-idx-mnav__btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 12px 14px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--lab-ink);
    font: inherit;
    font-size: 0.95rem;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.lab-idx-mnav__link:hover,
.lab-idx-mnav__btn:hover {
    background: var(--lab-line);
}

.lab-idx-tools .kit-ico {
    color: var(--lab-ink);
    border-color: rgba(23, 59, 66, 0.18);
}

.lab-idx-tools .crm-portal-locale-menu,
.lab-idx-tools .crm-portal-fx-menu,
.lab-idx-tools .crm-portal-user-menu {
    position: relative;
    overflow: visible;
    z-index: 50;
}

.lab-idx-tools .crm-portal-locale-dropdown,
.lab-idx-tools .crm-portal-fx-dropdown,
.lab-idx-tools .crm-portal-user-dropdown {
    z-index: 1400;
}

.lab-idx-tools .kit-flag {
    display: none !important;
}

.lab-idx-tools .kit-flag-img {
    display: block;
    width: 22px;
    height: 16px;
    border-radius: 3px;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(23, 59, 66, 0.18);
}

/* Landing FX: ISO code (EUR) instead of banknote icon — Figma sample */
body[data-lab-landing='1'] .lab-idx-tools .kit-ico-slot[data-kit-fx-slot] {
    display: inline-flex;
    align-items: center;
    gap: 0;
}

body[data-lab-landing='1'] .lab-idx-tools .kit-ico-slot[data-kit-fx-slot]::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 16px;
    margin: 0 10px 0 4px;
    background: rgba(23, 59, 66, 0.2);
    flex: none;
}

body[data-lab-landing='1'] .lab-idx-tools #portalFxTrigger {
    width: auto !important;
    min-width: 0 !important;
    height: 28px;
    padding: 0 2px !important;
    color: var(--lab-ink) !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
}

body[data-lab-landing='1'] .lab-idx-tools .crm-portal-fx-trigger__stack {
    display: inline-flex !important;
    align-items: center;
    gap: 0;
}

body[data-lab-landing='1'] .lab-idx-tools .crm-portal-fx-trigger__code,
body[data-lab-landing='1'] .lab-idx-tools .kit-fx-code {
    display: inline !important;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
}

body[data-lab-landing='1'] .lab-idx-tools #portalFxIcon,
body[data-lab-landing='1'] .lab-idx-tools .kit-fx-ico,
body[data-lab-landing='1'] .lab-idx-tools .kit-fx-ico svg {
    display: none !important;
}

.lab-idx-top {
    overflow: visible;
}

/* First block: copy 1280×94 + photo 1280×294 + finder ~104 + hint */
.lab-idx-hero {
    max-width: var(--lab-max);
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.lab-idx-hero__row {
    box-sizing: border-box;
    min-height: var(--lab-hero-copy-h);
    height: auto;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr);
    gap: 24px 40px;
    align-items: end;
    margin: 0 0 18px;
    padding: 0;
    flex: none;
    order: 0;
}

.lab-idx-hero__copy {
    min-width: 0;
}

.lab-idx-kicker {
    margin: 0 0 8px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--lab-muted);
}

.lab-idx-title {
    margin: 0;
    font-size: clamp(2rem, 3.6vw, 2.75rem);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--lab-ink);
}

.lab-idx-lead {
    box-sizing: border-box;
    margin: 0;
    /* Figma: 234 × 58 Hug */
    width: 234px;
    max-width: 234px;
    font-size: 0.9375rem;
    line-height: 1.45;
    font-weight: 500;
    color: var(--lab-muted);
    justify-self: end;
    align-self: end;
    text-align: left;
}

.lab-idx-hero__media {
    box-sizing: border-box;
    /* Figma hero photo 1280×294 */
    width: 1280px;
    max-width: 100%;
    height: 294px;
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    /* Pre-cropped wide frame from Short version (same shot as Figma hero) */
    background: #9eb4c0 url('/img/home-lab/why-hiker-figma.jpg?v=20260826fig5') left 42% / cover no-repeat;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.lab-idx-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Keep hiker left + mountains; avoid sky-only crop from full-body source */
    object-position: left 42%;
    display: block;
}

.lab-idx-finder-wrap {
    position: relative;
    /* Keep finder suggest above following sections; pac is hidden while act list is open */
    z-index: 100;
    margin-top: 18px;
    min-height: 138px;
    flex: none;
    order: 2;
}

.lab-idx-finder {
    box-sizing: border-box;
    width: 100%;
    min-height: var(--lab-finder-h);
    background: var(--lab-white);
    border-radius: 18px;
    box-shadow: 0 10px 32px rgba(23, 59, 66, 0.08);
    border: 1px solid rgba(23, 59, 66, 0.06);
    display: flex;
    align-items: center;
    gap: 0;
    padding: 18px 16px;
}

.lab-idx-finder__field {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 12px;
    height: var(--lab-finder-field-h);
    padding: 0 16px;
    min-width: 0;
    border: 0;
    background: transparent;
    flex: 1 1 auto;
}

.lab-idx-finder__field--dest {
    flex: 1 1 var(--lab-dest-w);
    max-width: var(--lab-dest-w);
}

.lab-idx-finder__field--dates {
    flex: 0 1 var(--lab-dates-w);
    max-width: var(--lab-dates-w);
    position: relative;
    cursor: pointer;
}

.lab-idx-finder__field--dates .lab-idx-finder__copy {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
}

.lab-idx-finder__field--dates #labIdxDateDisplay {
    cursor: pointer;
}

/* Date POP: same chrome as activity filters, above the field */
body[data-lab-landing='1'] .lab-idx-date-pop.kit-lab-filters-pop {
    left: 0;
    right: auto;
    top: auto;
    bottom: calc(100% + 8px);
    transform: none;
    width: min(320px, calc(100vw - 32px));
    max-height: none;
    overflow: visible;
    z-index: 21050;
}

body[data-lab-landing='1'] .lab-idx-date-pop[hidden] {
    display: none !important;
}

.lab-idx-cal__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: 4px 0 10px;
}

.lab-idx-cal__month {
    margin: 0;
    flex: 1 1 auto;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--lab-ink);
    text-transform: capitalize;
}

.lab-idx-cal__nav-btn {
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(18, 32, 58, 0.12);
    border-radius: 10px;
    background: #fff;
    color: var(--lab-ink);
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
}

.lab-idx-cal__nav-btn:hover {
    background: rgba(221, 237, 173, 0.45);
}

.lab-idx-cal__weekdays,
.lab-idx-cal__grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.lab-idx-cal__weekdays {
    margin-bottom: 4px;
}

.lab-idx-cal__wd {
    text-align: center;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--lab-muted);
    padding: 2px 0;
}

.lab-idx-cal__day {
    box-sizing: border-box;
    width: 100%;
    aspect-ratio: 1;
    min-height: 36px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--lab-ink);
    font: inherit;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    padding: 0;
}

.lab-idx-cal__day:hover:not(:disabled) {
    background: rgba(221, 237, 173, 0.55);
}

.lab-idx-cal__day.is-outside {
    color: rgba(23, 59, 66, 0.35);
    font-weight: 600;
}

.lab-idx-cal__day.is-today:not(.is-on) {
    box-shadow: inset 0 0 0 1.5px rgba(23, 59, 66, 0.35);
}

.lab-idx-cal__day.is-on {
    background: var(--lab-ink);
    color: #fff;
}

.lab-idx-cal__day:disabled {
    color: rgba(23, 59, 66, 0.28);
    cursor: not-allowed;
    background: transparent;
    box-shadow: none;
}

.lab-idx-finder__field--act {
    flex: 1 1 var(--lab-act-w);
    max-width: var(--lab-act-w);
    cursor: pointer;
}

.lab-idx-finder__field--act .lab-idx-finder__input {
    cursor: pointer;
}

/* Activity POP: same chrome as search filters, anchored above finder field */
body[data-lab-landing='1'] .lab-idx-act-pop.kit-lab-filters-pop {
    left: 0;
    right: auto;
    top: auto;
    bottom: calc(100% + 8px);
    transform: none;
    width: min(440px, calc(100vw - 32px));
    max-height: min(70vh, 480px);
    overflow: auto;
    z-index: 21050;
}

body[data-lab-landing='1'] .lab-idx-act-pop .kit-lab-filters-pop__acts {
    max-height: none;
}

body[data-lab-landing='1'] .lab-idx-act-pop[hidden] {
    display: none !important;
}

.lab-idx-finder__field + .lab-idx-finder__field {
    border-left: 1px solid var(--lab-line);
}

.lab-idx-finder__ico {
    flex: none;
    width: 22px;
    height: 22px;
    color: var(--lab-ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lab-idx-finder__ico svg {
    width: 20px;
    height: 20px;
    display: block;
}

.lab-idx-finder__copy {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.lab-idx-finder__label {
    display: block;
    margin: 0;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--lab-muted);
}

.lab-idx-finder__input {
    width: 100%;
    border: 0;
    background: transparent;
    font: inherit;
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--lab-ink);
    outline: none;
    padding: 0;
    line-height: 1.25;
}

.lab-idx-finder__input::placeholder {
    color: rgba(23, 59, 66, 0.55);
    font-weight: 700;
}

.lab-idx-finder__clear {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: var(--lab-muted);
    cursor: pointer;
    padding: 4px;
    line-height: 0;
}

.lab-idx-finder__go {
    flex: none;
    width: var(--lab-finder-btn-w);
    height: var(--lab-finder-btn-h);
    margin-left: auto;
    border: 0;
    border-radius: 10px;
    background: var(--lab-lime);
    color: var(--lab-ink);
    font: inherit;
    font-weight: 700;
    font-size: 0.98rem;
    cursor: pointer;
    padding: 0 22px;
}

.lab-idx-finder__go:hover {
    filter: brightness(0.97);
}

.lab-idx-finder-suggest {
    position: absolute;
    left: 8px;
    right: 8px;
    top: calc(100% + 6px);
    /* Above Google .pac-container (often ~20000) so activity list stays clickable */
    z-index: 21050;
    background: var(--lab-white);
    border: 1px solid var(--lab-line);
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(23, 59, 66, 0.12);
    max-height: 280px;
    overflow: auto;
    padding: 6px;
}

.lab-idx-finder-suggest__item {
    display: block;
    width: 100%;
    text-align: left;
    border: 0;
    background: transparent;
    color: var(--lab-ink);
    font: inherit;
    font-size: 0.92rem;
    padding: 10px 12px;
    border-radius: 8px;
    cursor: pointer;
}

.lab-idx-finder-suggest__item:hover,
.lab-idx-finder-suggest__item:focus {
    background: var(--lab-line);
    outline: none;
}

.lab-idx-explore-hint {
    margin: 12px 0 0;
    padding: 0;
}

.lab-idx-explore-hint a {
    color: var(--lab-muted);
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
}

.lab-idx-explore-hint a:hover {
    color: var(--lab-ink);
    text-decoration: underline;
}

.lab-idx-section {
    max-width: var(--lab-max);
    margin: 0 auto;
    padding: 64px 0 0;
}

/* Follow your curiosity — Figma 1280 × 437 */
.lab-idx-section--mood {
    box-sizing: border-box;
    width: 1280px;
    max-width: 100%;
    min-height: 437px;
}

.lab-idx-section--mood .lab-idx-section__head {
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    margin-bottom: 32px;
    align-items: center;
}

.lab-idx-section--mood .lab-idx-section__title {
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 800;
}

.lab-idx-section__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.lab-idx-section__title {
    margin: 0;
    font-size: clamp(1.55rem, 2.6vw, 2.1rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--lab-ink);
}

.lab-idx-section__sub {
    margin: 8px 0 0;
    color: var(--lab-muted);
    font-size: 0.98rem;
}

.lab-idx-link {
    color: var(--lab-ink);
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    white-space: nowrap;
}

.lab-idx-link:hover {
    text-decoration: underline;
}

.lab-idx-mood {
    box-sizing: border-box;
    width: 100%;
    min-height: 359px;
    display: grid;
    /* 4×302 + 3×24 = 1280 */
    grid-template-columns: repeat(4, 302px);
    gap: 24px;
    justify-content: space-between;
}

.lab-idx-mood__card {
    box-sizing: border-box;
    width: 302px;
    min-height: 359px;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Sample (скрин2): full-bleed photo, radius 16 — not logo-in-pad */
.lab-idx-mood__media {
    box-sizing: border-box;
    width: 302px;
    height: 288px;
    border-radius: 16px;
    overflow: hidden;
    flex: none;
    background: var(--lab-line);
    padding: 0;
}

.lab-idx-mood__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.lab-idx-mood__media--empty {
    background: var(--lab-line);
}

.lab-idx-mood__text {
    box-sizing: border-box;
    width: 302px;
    min-height: 59px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.lab-idx-mood__title {
    margin: 0;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    min-width: 0;
    /* Figma title 22/31 */
    font-size: 22px;
    line-height: 31px;
    font-weight: 800;
    color: var(--lab-ink);
}

.lab-idx-mood__title-text {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lab-idx-mood__title::after {
    content: '→';
    flex: none;
    font-weight: 700;
}

[dir='rtl'] .lab-idx-mood__title::after {
    content: '←';
}

.lab-idx-mood__desc {
    margin: 0;
    /* Figma subtitle 16/24 */
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--lab-muted);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
}

/* Three steps — Figma 1280 × 120 (title 28/40 + gap 28 + row 52) */
.lab-idx-section--steps {
    box-sizing: border-box;
    width: 1280px;
    max-width: 100%;
    min-height: 120px;
}

.lab-idx-steps__heading {
    margin: 0 0 28px;
    /* Figma 28/40 */
    font-size: 28px;
    line-height: 40px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--lab-ink);
}

.lab-idx-steps {
    box-sizing: border-box;
    width: 100%;
    min-height: 52px;
    display: grid;
    /* 3×392 + 2×52 = 1280 */
    grid-template-columns: repeat(3, 392px);
    gap: 52px;
    justify-content: space-between;
}

.lab-idx-step {
    box-sizing: border-box;
    width: 392px;
    min-height: 52px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
}

.lab-idx-step__n {
    flex: none;
    margin: 0;
    padding-top: 2px;
    font-size: 13px;
    line-height: 22px;
    font-weight: 600;
    color: var(--lab-muted);
}

.lab-idx-step__copy {
    box-sizing: border-box;
    width: 300px;
    max-width: 100%;
    min-height: 52px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.lab-idx-step__t {
    margin: 0;
    /* Figma title 17/26 */
    font-size: 17px;
    line-height: 26px;
    font-weight: 800;
    color: var(--lab-ink);
}

.lab-idx-step__d {
    margin: 0;
    /* Figma subtitle 15/22 */
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    color: var(--lab-muted);
}

/* Ready to explore — Figma 1280 × 448 (photo 576 + panel 704) */
.lab-idx-section--cta {
    box-sizing: border-box;
    width: 1280px;
    max-width: 100%;
}

.lab-idx-cta {
    box-sizing: border-box;
    width: 1280px;
    max-width: 100%;
    height: 448px;
    display: grid;
    grid-template-columns: 576px 704px;
    border-radius: 24px;
    overflow: hidden;
    background: #f2f4eb;
}

.lab-idx-cta__media {
    box-sizing: border-box;
    width: 576px;
    height: 448px;
    overflow: hidden;
    background: var(--lab-line);
}

.lab-idx-cta__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 35% 20%;
    display: block;
}

.lab-idx-cta__media picture {
    display: block;
    width: 100%;
    height: 100%;
}

.lab-idx-cta__body {
    box-sizing: border-box;
    width: 704px;
    height: 448px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: #f2f4eb;
}

.lab-idx-cta__copy {
    box-sizing: border-box;
    width: 504px;
    max-width: 100%;
    min-height: 314px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.lab-idx-cta__kicker {
    margin: 0;
    /* Figma 12/18 */
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--lab-muted);
}

.lab-idx-cta__title {
    margin: 0;
    /* Figma 34/46 */
    font-size: 34px;
    line-height: 46px;
    font-weight: 800;
    color: var(--lab-ink);
    letter-spacing: -0.02em;
}

.lab-idx-cta__text {
    margin: 0;
    width: 504px;
    max-width: 100%;
    /* Figma 19/29 */
    font-size: 19px;
    line-height: 29px;
    font-weight: 500;
    color: rgba(23, 59, 66, 0.78);
}

.lab-idx-pills {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    width: 504px;
    max-width: 100%;
    min-height: 40px;
    margin: 0;
}

.lab-idx-pill {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--lab-white);
    color: var(--lab-ink);
    /* Figma pill text 14/22 */
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    text-decoration: none;
    border: 0;
    white-space: nowrap;
}

.lab-idx-pill:hover {
    box-shadow: 0 0 0 1px rgba(23, 59, 66, 0.16);
}

.lab-idx-cta__link {
    color: var(--lab-ink);
    font-weight: 800;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
    white-space: nowrap;
}

.lab-idx-cta__link:hover {
    text-decoration: underline;
}

/* Why GidTur — Figma 1280 × 341 (intro 352 + list 768) */
.lab-idx-section--why {
    box-sizing: border-box;
    width: 1280px;
    max-width: 100%;
}

.lab-idx-why {
    box-sizing: border-box;
    width: 1280px;
    max-width: 100%;
    min-height: 341px;
    height: 341px;
    display: grid;
    /* 48 + 352 + 64 + 768 + 48 = 1280 */
    grid-template-columns: 352px 768px;
    column-gap: 64px;
    align-items: center;
    padding: 48px;
    border-radius: 24px;
    background: var(--lab-ink);
    color: var(--lab-white);
}

.lab-idx-why__intro {
    box-sizing: border-box;
    width: 352px;
    min-height: 208px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lab-idx-why__kicker {
    margin: 0;
    width: 352px;
    max-width: 100%;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--lab-lime);
}

.lab-idx-why__title {
    margin: 0;
    width: 352px;
    max-width: 100%;
    /* Figma 34/46 */
    font-size: 34px;
    line-height: 46px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--lab-white);
}

.lab-idx-why__lead {
    margin: 0;
    width: 352px;
    max-width: 100%;
    /* Figma 19/29 */
    font-size: 19px;
    line-height: 29px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.88);
}

.lab-idx-why__link {
    width: 352px;
    max-width: 100%;
    /* Figma 16/26 */
    font-size: 16px;
    line-height: 26px;
    font-weight: 800;
    color: var(--lab-lime);
    text-decoration: none;
}

.lab-idx-why__link:hover {
    text-decoration: underline;
}

.lab-idx-why-list {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 768px;
    max-width: 100%;
    min-height: 245px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lab-idx-why-item {
    box-sizing: border-box;
    width: 768px;
    max-width: 100%;
    min-height: 63px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}

.lab-idx-why-ico {
    box-sizing: border-box;
    flex: none;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--lab-lime);
    color: var(--lab-ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lab-idx-why-ico svg {
    width: 22px;
    height: 22px;
}

.lab-idx-why-item__copy {
    box-sizing: border-box;
    width: 700px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.lab-idx-why-item__t {
    margin: 0;
    /* Figma 22/31 */
    font-size: 22px;
    line-height: 31px;
    font-weight: 800;
    color: var(--lab-white);
}

.lab-idx-why-item__d {
    margin: 0;
    /* Figma 16/24 */
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.82);
}

/* Customer reviews — Figma 1280 × 462 (cards 410.67 × 300, gap 24) */
.lab-idx-section--reviews {
    box-sizing: border-box;
    width: 1280px;
    max-width: 100%;
    min-height: 462px;
    padding-bottom: 8px;
}

.lab-idx-reviews__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.lab-idx-reviews__intro {
    min-width: 0;
    flex: 1 1 auto;
}

.lab-idx-reviews__title {
    margin: 0;
    /* Figma section title ~28/40 */
    font-size: 28px;
    line-height: 40px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--lab-ink);
}

.lab-idx-reviews__sub {
    margin: 4px 0 0;
    width: 820px;
    max-width: 100%;
    /* Figma 16/24 */
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--lab-muted);
}

.lab-idx-reviews__link {
    flex: none;
    width: 250px;
    max-width: 100%;
    text-align: right;
    /* Figma 16/26 */
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: var(--lab-ink);
    text-decoration: none;
    white-space: nowrap;
}

.lab-idx-reviews__link:hover {
    text-decoration: underline;
}

.lab-idx-reviews {
    display: grid;
    /* 3×410.67 + 2×24 ≈ 1280 */
    grid-template-columns: repeat(3, minmax(0, 410.67px));
    gap: 24px;
    justify-content: space-between;
}

.lab-idx-review {
    box-sizing: border-box;
    width: 100%;
    max-width: 410.67px;
    height: 300px;
    background: var(--lab-white);
    border: 1px solid rgba(23, 59, 66, 0.1);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}

.lab-idx-review:hover {
    border-color: rgba(23, 59, 66, 0.22);
}

.lab-idx-review__inner {
    box-sizing: border-box;
    width: 100%;
    max-width: 362.67px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lab-idx-review__rate {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 22px;
    color: var(--lab-ink);
}

.lab-idx-review__stars {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 22px;
}

.lab-idx-review__rate-label {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: var(--lab-muted);
}

.lab-idx-review__copy {
    box-sizing: border-box;
    width: 100%;
    min-height: 89px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lab-idx-review__title {
    margin: 0;
    /* Figma 22/31 */
    font-size: 22px;
    line-height: 31px;
    font-weight: 800;
    color: var(--lab-ink);
}

.lab-idx-review__body {
    margin: 0;
    /* Figma 17/25 */
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
    color: var(--lab-muted);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.lab-idx-review__who {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    min-height: 46px;
    width: 100%;
}

.lab-idx-review__avatar {
    box-sizing: border-box;
    flex: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--lab-line);
    color: var(--lab-muted);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.lab-idx-review__avatar-img {
    box-sizing: border-box;
    flex: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    background: var(--lab-line);
}

.lab-idx-review__who-text {
    box-sizing: border-box;
    min-width: 0;
    width: 306.67px;
    max-width: 100%;
}

.lab-idx-review__name {
    margin: 0;
    /* Figma 16/24 */
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    color: var(--lab-ink);
}

.lab-idx-review__meta {
    margin: 0;
    /* Figma 13/20 */
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    color: var(--lab-muted);
}

.lab-idx-note {
    margin: 20px 0 0;
    width: 1280px;
    max-width: 100%;
    min-height: 20px;
    /* Figma 13/20 muted */
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    color: var(--lab-muted);
}

/* Footer — Figma: same soft ground as page (no white panel), content 1280 */
#labLandingFooter {
    width: 100%;
    max-width: none;
    margin: 48px auto 0;
    padding: 36px 0 48px;
    background: transparent;
    border-top: none;
    box-sizing: border-box;
}

.lab-idx-foot__inner {
    width: var(--lab-max);
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.lab-idx-foot__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    min-height: 74px;
    box-sizing: border-box;
}

.lab-idx-foot__brand {
    width: 400px;
    max-width: 100%;
    min-height: 74px;
    box-sizing: border-box;
}

.lab-idx-foot__logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 34px;
    text-decoration: none;
    color: var(--lab-ink);
}

.lab-idx-foot__tag {
    margin: 16px 0 0;
    width: 400px;
    max-width: 100%;
    height: 24px;
    color: var(--lab-muted);
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

.lab-idx-foot__explore {
    width: 260px;
    max-width: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
}

.lab-idx-foot__org {
    width: 350px;
    max-width: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
}

.lab-idx-foot__label {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    color: var(--lab-muted);
}

.lab-idx-foot__links,
.lab-idx-foot__partner {
    margin: 0;
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    color: var(--lab-ink);
}

.lab-idx-foot__links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.lab-idx-foot__dot {
    color: var(--lab-ink);
    font-weight: 700;
}

.lab-idx-foot__links a,
.lab-idx-foot__partner a {
    color: inherit;
    text-decoration: none;
}

.lab-idx-foot__links a:hover,
.lab-idx-foot__partner a:hover {
    text-decoration: underline;
}

.lab-idx-foot__rule {
    width: 100%;
    height: 1px;
    margin: 28px 0 24px;
    background: var(--lab-line);
}

.lab-idx-foot__bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: 100%;
    min-height: 20px;
    box-sizing: border-box;
    color: var(--lab-muted);
    font-size: 13px;
    line-height: 20px;
}

.lab-idx-foot__copy {
    width: 300px;
    max-width: 100%;
    flex-shrink: 0;
}

.lab-idx-foot__legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    width: 620px;
    max-width: 100%;
    box-sizing: border-box;
}

.lab-idx-foot__legal a,
.lab-idx-foot__legal span {
    color: inherit;
    text-decoration: none;
}

.lab-idx-foot__legal a:hover {
    text-decoration: underline;
}


/* —— Tablet / narrow desktop —— */
@media (max-width: 1100px) {
    .lab-idx-top,
    .lab-idx-hero,
    .lab-idx-section {
        padding-left: 20px;
        padding-right: 20px;
        max-width: none;
        width: 100%;
        box-sizing: border-box;
    }

    #labLandingFooter {
        padding-left: 20px;
        padding-right: 20px;
    }

    .lab-idx-foot__inner {
        width: 100%;
    }

    .lab-idx-hero__row {
        grid-template-columns: 1fr;
        min-height: 0;
        gap: 12px;
    }

    .lab-idx-lead {
        width: auto;
        max-width: none;
        justify-self: start;
    }

    .lab-idx-mood {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        justify-content: stretch;
        min-height: 0;
    }

    .lab-idx-mood__card,
    .lab-idx-mood__media,
    .lab-idx-mood__text {
        width: 100%;
    }

    .lab-idx-mood__media {
        height: auto;
        aspect-ratio: 167 / 167;
    }

    .lab-idx-mood__card {
        min-height: 0;
    }

    .lab-idx-mood__title {
        font-size: 16px;
        line-height: 22px;
    }

    .lab-idx-steps {
        grid-template-columns: 1fr;
        gap: 18px;
        justify-content: stretch;
    }

    .lab-idx-step,
    .lab-idx-step__copy {
        width: 100%;
    }

    .lab-idx-cta,
    .lab-idx-why {
        grid-template-columns: 1fr;
        width: 100%;
        height: auto;
    }

    .lab-idx-cta__media,
    .lab-idx-cta__body {
        width: 100%;
        height: auto;
    }

    .lab-idx-cta__copy,
    .lab-idx-cta__text,
    .lab-idx-pills,
    .lab-idx-why__intro,
    .lab-idx-why__kicker,
    .lab-idx-why__title,
    .lab-idx-why__lead,
    .lab-idx-why__link,
    .lab-idx-why-list,
    .lab-idx-why-item,
    .lab-idx-why-item__copy {
        width: 100%;
    }

    .lab-idx-why {
        height: auto;
        min-height: 0;
        padding: 28px 22px;
        row-gap: 24px;
    }

    .lab-idx-foot__top {
        flex-wrap: wrap;
        gap: 24px;
        min-height: 0;
    }

    .lab-idx-foot__brand,
    .lab-idx-foot__explore,
    .lab-idx-foot__org {
        width: auto;
        min-width: 200px;
        flex: 1 1 220px;
    }
}

/* —— Phone (Figma ~390 / content 350) —— */
@media (max-width: 767px) {
    .home-page--lab-index {
        --lab-header-h: 76px;
        --lab-pad-x: 20px;
    }

    .lab-idx-top,
    .lab-idx-hero,
    .lab-idx-section {
        padding-left: var(--lab-pad-x);
        padding-right: var(--lab-pad-x);
    }

    #labLandingFooter {
        padding: 40px var(--lab-pad-x) 36px;
        margin-top: 40px;
    }

    /* Header: brand left · flag|EUR + burger right (Figma) */
    .lab-idx-top {
        height: var(--lab-header-h);
        min-height: var(--lab-header-h);
        padding-top: 0;
        padding-bottom: 0;
        gap: 10px;
    }

    .lab-idx-brand {
        margin-right: auto;
        font-size: 1.05rem;
        gap: 8px;
    }

    .lab-idx-brand__mark {
        width: 26px;
        height: 26px;
    }

    .lab-idx-partner,
    .lab-idx-top__user {
        display: none !important;
    }

    .lab-idx-tools {
        order: 2;
        margin-right: 0;
        gap: 4px;
    }

    body[data-lab-landing='1'] .lab-idx-tools .kit-ico-slot[data-kit-fx-slot]::before {
        margin: 0 8px 0 2px;
    }

    .lab-idx-burger {
        display: inline-flex;
        order: 3;
        margin-left: 0;
    }

    .lab-idx-top.is-mnav-open .lab-idx-mnav {
        display: flex;
    }

    /* Hero: copy → finder → hint → photo */
    .lab-idx-hero {
        display: flex;
        flex-direction: column;
        padding-top: 8px;
        padding-bottom: 8px;
        gap: 0;
    }

    .lab-idx-hero__row {
        order: 1;
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 18px;
    }

    .lab-idx-finder-wrap {
        order: 2;
        margin-top: 0;
        position: relative;
        top: auto;
    }

    .lab-idx-hero__media {
        order: 3;
        width: 100%;
        height: auto;
        min-height: 0;
        margin-top: 20px;
        aspect-ratio: 350 / 200;
        border-radius: 16px;
    }

    .lab-idx-kicker {
        font-size: 0.72rem;
        letter-spacing: 0.1em;
    }

    .lab-idx-title {
        font-size: clamp(1.75rem, 7.5vw, 2.15rem);
        line-height: 1.15;
    }

    .lab-idx-lead {
        font-size: 0.98rem;
        line-height: 1.45;
        margin: 0;
    }

    .lab-idx-finder {
        flex-direction: column;
        align-items: stretch;
        min-height: 0;
        padding: 6px 14px 14px;
        gap: 0;
        border-radius: 18px;
        box-shadow: 0 8px 28px rgba(23, 59, 66, 0.08);
    }

    .lab-idx-finder__field,
    .lab-idx-finder__field--dest,
    .lab-idx-finder__field--dates,
    .lab-idx-finder__field--act {
        max-width: none;
        width: 100%;
        flex: none;
        height: auto;
        min-height: 64px;
        padding: 12px 4px;
    }

    body[data-lab-landing='1'] .lab-idx-act-pop.kit-lab-filters-pop,
    body[data-lab-landing='1'] .lab-idx-date-pop.kit-lab-filters-pop {
        left: 0;
        right: 0;
        width: auto;
        max-width: none;
    }

    .lab-idx-finder__field + .lab-idx-finder__field {
        border-left: 0;
        border-top: 1px solid var(--lab-line);
    }

    .lab-idx-finder__go {
        width: 100%;
        height: 52px;
        margin: 8px 0 0;
        border-radius: 12px;
        font-size: 1rem;
    }

    .lab-idx-explore-hint {
        margin-top: 14px;
        text-align: left;
    }

    /* Mood: 2×2, title+arrow only */
    .lab-idx-section {
        padding-top: 48px;
    }

    .lab-idx-section--mood {
        min-height: 0;
        width: 100%;
    }

    .lab-idx-section--mood .lab-idx-section__head {
        display: block;
        height: auto;
        margin-bottom: 18px;
    }

    .lab-idx-section--mood .lab-idx-section__title {
        font-size: 1.55rem;
        line-height: 1.2;
    }

    .lab-idx-section--mood .lab-idx-link {
        display: inline-block;
        margin-top: 18px;
    }

    .lab-idx-mood {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 16px;
    }

    .lab-idx-mood__desc {
        display: none;
    }

    .lab-idx-mood__text {
        min-height: 0;
    }

    .lab-idx-mood__title {
        font-size: 15px;
        line-height: 22px;
    }

    .lab-idx-section__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    /* Move "All activities" under grid via order on section mood */
    .lab-idx-section--mood {
        display: flex;
        flex-direction: column;
    }

    .lab-idx-section--mood .lab-idx-section__head {
        order: 1;
    }

    .lab-idx-section--mood .lab-idx-mood {
        order: 2;
    }

    .lab-idx-section--mood .lab-idx-section__head .lab-idx-link {
        /* keep in head but show after grid: pull out via absolute? use grid on section */
    }

    .lab-idx-section--mood {
        display: grid;
        grid-template-columns: 1fr;
    }

    .lab-idx-section--mood .lab-idx-section__title {
        grid-row: 1;
    }

    .lab-idx-section--mood .lab-idx-mood {
        grid-row: 2;
    }

    .lab-idx-section--mood .lab-idx-link {
        grid-row: 3;
        margin-top: 16px;
    }

    .lab-idx-section--mood .lab-idx-section__head {
        display: contents;
    }

    /* Steps stacked */
    .lab-idx-section--steps {
        min-height: 0;
        width: 100%;
    }

    .lab-idx-steps__heading {
        font-size: 1.55rem;
        line-height: 1.25;
        margin-bottom: 20px;
    }

    .lab-idx-steps {
        gap: 16px;
    }

    /* CTA vertical card */
    .lab-idx-section--cta {
        width: 100%;
    }

    .lab-idx-cta {
        border-radius: 20px;
        overflow: hidden;
    }

    .lab-idx-cta__media {
        min-height: 0;
        aspect-ratio: 350 / 272;
    }

    .lab-idx-cta__body {
        padding: 22px 20px 26px;
    }

    .lab-idx-cta__copy {
        gap: 12px;
        min-height: 0;
    }

    .lab-idx-cta__title {
        font-size: 1.55rem;
        line-height: 1.25;
    }

    .lab-idx-cta__text {
        font-size: 0.98rem;
        line-height: 1.45;
    }

    .lab-idx-pill--desk {
        display: none;
    }

    .lab-idx-pill {
        height: 36px;
        padding: 0 14px;
        font-size: 13px;
    }

    /* Why: stacked dark card */
    .lab-idx-section--why {
        width: 100%;
    }

    .lab-idx-why {
        padding: 28px 22px;
        border-radius: 20px;
        row-gap: 28px;
    }

    .lab-idx-why__title {
        font-size: 1.7rem;
        line-height: 1.2;
    }

    .lab-idx-why__lead {
        font-size: 0.98rem;
        line-height: 1.45;
    }

    .lab-idx-why-list {
        gap: 22px;
        min-height: 0;
    }

    .lab-idx-why-ico {
        width: 44px;
        height: 44px;
        border-radius: 50%;
    }

    .lab-idx-why-item {
        gap: 14px;
        min-height: 0;
    }

    .lab-idx-why-item__t {
        font-size: 1.05rem;
        line-height: 1.3;
    }

    .lab-idx-why-item__d {
        font-size: 0.92rem;
        line-height: 1.4;
    }

    /* Reviews carousel */
    .lab-idx-section--reviews {
        width: 100%;
        min-height: 0;
        padding-right: 0;
        overflow: visible;
    }

    .lab-idx-reviews__head {
        flex-direction: column;
        align-items: flex-start;
        padding-right: var(--lab-pad-x);
        margin-bottom: 18px;
    }

    .lab-idx-reviews__title {
        font-size: 1.55rem;
        line-height: 1.25;
    }

    .lab-idx-reviews__link {
        width: auto;
        text-align: left;
        margin-top: 14px;
        order: 3;
    }

    .lab-idx-section--reviews {
        display: flex;
        flex-direction: column;
    }

    .lab-idx-reviews__head {
        display: contents;
    }

    .lab-idx-reviews__intro {
        order: 1;
    }

    .lab-idx-reviews {
        order: 2;
        display: flex;
        flex-direction: row;
        gap: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 6px;
        padding-right: var(--lab-pad-x);
        margin-right: 0;
        scrollbar-width: none;
    }

    .lab-idx-reviews::-webkit-scrollbar {
        display: none;
    }

    .lab-idx-review {
        flex: 0 0 min(300px, 82vw);
        max-width: min(300px, 82vw);
        height: auto;
        min-height: 260px;
        scroll-snap-align: start;
    }

    .lab-idx-reviews__link {
        order: 3;
    }

    .lab-idx-note {
        order: 4;
        width: 100%;
    }

    /* Footer mobile — Figma sample: white panel + compact stack + © line */
    #labLandingFooter {
        margin-top: 32px;
        padding: 32px var(--lab-pad-x) 28px;
        background: var(--lab-white);
        border-top: none;
    }

    .lab-idx-foot__inner {
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .lab-idx-foot__top {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 24px;
        min-height: 0;
        height: auto;
    }

    .lab-idx-foot__brand,
    .lab-idx-foot__explore,
    .lab-idx-foot__org {
        width: 100%;
        min-height: 0;
        flex: none;
    }

    .lab-idx-foot__tag {
        width: 100%;
        height: auto;
        margin-top: 8px;
        font-size: 14px;
        line-height: 22px;
    }

    .lab-idx-foot__label {
        display: none;
    }

    .lab-idx-foot__explore .lab-idx-foot__links {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 20px;
    }

    .lab-idx-foot__explore .lab-idx-foot__links a,
    .lab-idx-foot__explore .lab-idx-foot__links span {
        display: inline;
        width: auto;
        flex: none;
    }

    .lab-idx-foot__explore .lab-idx-foot__dot {
        display: none;
    }

    .lab-idx-foot__links,
    .lab-idx-foot__partner {
        font-size: 16px;
        line-height: 24px;
    }

    .lab-idx-foot__org .lab-idx-foot__label {
        display: block;
        margin-bottom: 4px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        color: var(--lab-ink);
    }

    .lab-idx-foot__rule {
        display: none;
    }

    .lab-idx-foot__bar {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 0;
        width: 100%;
        margin-top: 28px;
        min-height: 0;
        height: auto;
        font-size: 13px;
        line-height: 20px;
        color: var(--lab-muted);
    }

    .lab-idx-foot__copy,
    .lab-idx-foot__legal {
        width: auto;
        max-width: none;
        flex: none;
    }

    .lab-idx-foot__copy::after {
        content: ' ·';
        margin-left: 2px;
    }

    .lab-idx-foot__legal {
        justify-content: flex-start;
        gap: 0;
    }

    .lab-idx-foot__legal a + span::before,
    .lab-idx-foot__legal span + a::before,
    .lab-idx-foot__legal a + a::before {
        content: ' · ';
    }

    .lab-idx-foot__legal a[href='/cookie_settings'] {
        display: none;
    }
}
