/* Nuansa SB client refinements; layout preserved from stable feature baseline v1.0.8 */
:root {
    --lkt-warm-card: #fff;
}

.lkt-warm-home-card {
    padding: 0 0 24px;
    overflow: hidden;
    border: 1px solid rgba(69,48,42,.075);
    border-radius: 30px;
    background: var(--lkt-warm-card);
    box-shadow: 0 16px 42px rgba(70,45,39,.075);
}

.lkt-warm-home-card .lkt-hero-slider {
    border-radius: 29px 29px 24px 24px;
    box-shadow: none;
}

.lkt-warm-home-card .lkt-category-section {
    margin-top: 27px;
    padding: 0 11px;
}

.lkt-warm-home-card .lkt-category-section .lkt-section-head {
    margin-bottom: 17px;
}

.lkt-warm-home-card .lkt-category-section .lkt-section-head h2 {
    font-size: 23px;
}
.lkt-hero-tools {
    position: absolute;
    z-index: 8;
    top: 13px;
    right: 13px;
    left: 13px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    pointer-events: none;
}

.lkt-brand-mark,
.lkt-hero-search {
    pointer-events: auto;
}

.lkt-brand-mark {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255,255,255,.65);
    border-radius: 14px;
    background: rgba(255,255,255,.93);
    box-shadow: 0 8px 22px rgba(26,16,14,.18);
    backdrop-filter: blur(12px);
}

.lkt-brand-mark img {
    width: 33px;
    height: 33px;
}

.lkt-hero-search {
    width: 42px;
    min-height: 42px;
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 14px;
    background: rgba(255,255,255,.93);
    box-shadow: 0 8px 22px rgba(26,16,14,.18);
    backdrop-filter: blur(12px);
}

.lkt-hero-search.is-open {
    width: calc(100% - 52px);
}

.lkt-hero-search > button {
    width: 40px;
    height: 40px;
    border-radius: 13px;
    box-shadow: none;
}

.lkt-hero-search input {
    font-size: 12px;
}

.lkt-search-results {
    top: 48px;
    width: min(360px, calc(100vw - 54px));
}

.lkt-hero-slider {
    aspect-ratio: 16 / 10;
    min-height: 0;
}

.lkt-hero-track {
    height: 100%;
}

.lkt-hero-slide {
    height: 100%;
    min-height: 0;
    padding: 58px 21px 37px;
}

.lkt-hero-copy {
    width: 67%;
}

.lkt-hero-copy > span {
    font-size: clamp(8px, 2.4vw, 10px);
}

.lkt-hero-copy h1 {
    display: -webkit-box;
    margin: 5px 0 6px;
    overflow: hidden;
    font-size: clamp(19px, 5.8vw, 25px);
    line-height: 1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.lkt-hero-copy p {
    display: -webkit-box;
    margin-bottom: 9px;
    overflow: hidden;
    font-size: clamp(8px, 2.6vw, 10px);
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.lkt-hero-copy a {
    gap: 5px;
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 9px;
}

.lkt-slider-notch {
    bottom: -1px;
    width: 190px;
    height: 30px;
    padding-top: 13px;
    background: transparent;
    border-radius: 0;
}

.lkt-slider-notch::before,
.lkt-slider-notch::after {
    content: none !important;
    display: none !important;
}

.lkt-slider-notch > svg {
    position: absolute;
    z-index: 0;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    fill: var(--lkt-warm-card);
}

.lkt-slider-dots {
    position: relative;
    z-index: 1;
}

.lkt-category-grid {
    grid-template-columns: repeat(4, clamp(70px, 18vw, 78px));
    justify-content: center;
    gap: clamp(8px, 2.5vw, 12px);
}

.lkt-category-card {
    min-height: 112px;
    justify-content: center;
    padding: 13px 4px 11px;
    border-radius: 21px;
}

.lkt-category-card > span {
    width: 46px;
    height: 46px;
}

.lkt-category-card strong {
    font-size: 9px;
}

.lkt-profile-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    min-height: 0;
    margin-top: -41px;
    text-align: center;
}

.lkt-profile-logo {
    position: relative;
    z-index: 2;
}

.lkt-profile-title {
    width: 100%;
    min-width: 0;
    margin-top: 8px;
    padding: 0 12px;
    text-align: center;
}

.lkt-profile-title h1 {
    justify-content: center;
    gap: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.15;
}

.lkt-profile-title p {
    display: block;
    max-width: 310px;
    margin-right: auto;
    margin-left: auto;
    font-size: 10px;
    line-height: 1.45;
    text-align: center;
}

.lkt-bottom-nav {
    right: auto;
    left: 50%;
    width: max-content;
    max-width: calc(100vw - 28px);
    margin: 0;
    padding: 7px;
    border: 0;
    box-shadow: 0 10px 30px rgba(47,31,27,.14);
    transform: translateX(-50%);
}

.lkt-nav-item {
    border-color: rgba(69,48,42,.09);
}

@media (max-width: 360px) {
    .lkt-category-grid {
        grid-template-columns: repeat(4, 64px);
        gap: 7px;
    }

    .lkt-category-card {
        min-height: 105px;
    }

    .lkt-hero-copy {
        width: 69%;
    }

    .lkt-hero-copy h1 {
        font-size: 18px;
    }

    .lkt-profile-logo {
        width: 76px;
        height: 76px;
    }
}


/* 1.0.4 updates */
.lkt-warm-home-card .lkt-category-section {
    margin-top: 20px;
    padding: 0 11px;
}

.lkt-home-category-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    text-align: center;
}

.lkt-category-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 188px;
    padding: 12px 22px;
    border-radius: 999px;
    background: var(--lkt-primary);
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(0,170,168,.18);
}

.lkt-home-category-cta p {
    margin: 0;
    color: var(--lkt-muted);
    font-size: 11px;
    font-weight: 700;
}

.lkt-profile-card {
    overflow: hidden;
    padding: 0 0 16px;
}

.lkt-profile-cover {
    height: 166px;
    margin: 0;
    border-radius: 28px 28px 24px 24px;
}

.lkt-profile-main {
    padding: 0 15px;
}

.lkt-profile-stats {
    margin: 18px 15px 15px;
}

.lkt-contact-button {
    width: calc(100% - 30px);
    margin: 0 15px;
}

.lkt-campaign-page {
    padding-top: 0;
}

.lkt-campaign-hero {
    position: relative;
    margin: 0 -17px 16px;
    padding: 26px 17px 18px;
    overflow: hidden;
    border-radius: 0 0 30px 30px;
    background:
        radial-gradient(circle at 15% 25%, rgba(255,255,255,.12) 0, rgba(255,255,255,.12) 34px, transparent 35px),
        radial-gradient(circle at 84% 18%, rgba(255,255,255,.10) 0, rgba(255,255,255,.10) 52px, transparent 53px),
        linear-gradient(140deg, rgba(255,255,255,.07), rgba(255,255,255,0) 55%),
        linear-gradient(135deg, var(--lkt-primary) 0%, #337f9d 56%, var(--lkt-primary-dark) 100%);
    box-shadow: 0 18px 40px rgba(40, 109, 136, .20);
}

.lkt-campaign-hero::before,
.lkt-campaign-hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.14);
    opacity: .6;
    pointer-events: none;
}

.lkt-campaign-hero::before {
    top: -52px;
    right: -34px;
    width: 168px;
    height: 168px;
}

.lkt-campaign-hero::after {
    bottom: 30px;
    left: -62px;
    width: 170px;
    height: 170px;
}

.lkt-page-head {
    padding: 0 6px 5px;
}

.lkt-page-head p {
    color: rgba(255,255,255,.82);
}

.lkt-page-head h1 {
    color: #fff;
}

.lkt-page-head h1 span {
    color: #dff2f7;
}

.lkt-page-logo {
    background: rgba(255,255,255,.92);
    border-color: rgba(255,255,255,.42);
    box-shadow: 0 10px 28px rgba(40, 109, 136, .18);
}

.lkt-page-search {
    position: relative;
    z-index: 2;
    margin: 22px 0 0;
}

.lkt-filter-chips {
    margin-top: 0;
}

@media (max-width: 360px) {
    .lkt-category-cta-button {
        min-width: 170px;
        padding-right: 18px;
        padding-left: 18px;
    }
}


/* 1.0.5 campaign card + local license build refinements */
.lkt-list-card {
    min-height: 0;
    height: auto;
    align-items: stretch;
}

.lkt-list-media {
    position: relative;
    width: 106px;
    height: 104px;
    overflow: hidden;
    border-radius: 16px;
    background: #eee8e5;
    isolation: isolate;
}

.lkt-list-media::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: -10px;
    background-image: var(--lkt-card-image);
    background-position: center;
    background-size: cover;
    filter: blur(10px);
    opacity: .38;
    transform: scale(1.12);
}

.lkt-list-media::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: rgba(255,255,255,.10);
    pointer-events: none;
}

.lkt-list-media > img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* Pastikan list halaman Campaign memakai proporsi persis seperti homepage. */
.lkt-full-list .lkt-list-card {
    grid-template-columns: 106px minmax(0,1fr);
    gap: 13px;
    min-height: 0;
    height: auto;
    padding: 10px;
}

.lkt-full-list .lkt-list-info {
    min-height: 0;
    padding: 2px 1px;
}

@media (max-width: 360px) {
    .lkt-list-media,
    .lkt-full-list .lkt-list-media {
        width: 95px;
    }

    .lkt-full-list .lkt-list-card {
        grid-template-columns: 95px minmax(0,1fr);
    }
}


/* 1.0.7 card refinements */
.lkt-featured-section .lkt-section-head {
    justify-content: center;
    margin-bottom: 16px;
    text-align: center;
}

.lkt-featured-section .lkt-section-head h2 {
    width: 100%;
    text-align: center;
}

/* Dua card campaign pilihan tetap terlihat dalam satu viewport. */
.lkt-mini-slider {
    gap: 10px;
    margin: 0;
    padding: 1px 0 18px;
}

.lkt-mini-card {
    flex: 0 0 calc((100% - 10px) / 2);
    min-width: 0;
    border-radius: 18px;
}

/* Cover memakai area landscape dan artwork utama selalu utuh. */
.lkt-mini-cover {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #eee8e5;
    isolation: isolate;
}

.lkt-mini-cover::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: -10px;
    background-image: var(--lkt-mini-image);
    background-position: center;
    background-size: cover;
    filter: blur(10px);
    opacity: .32;
    transform: scale(1.1);
}

.lkt-mini-cover::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    height: auto;
    background: rgba(255,255,255,.06);
    pointer-events: none;
}

.lkt-mini-cover > img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.lkt-mini-cover > .lkt-category-tag {
    z-index: 3;
    top: 7px;
    left: 7px;
    max-width: calc(100% - 14px);
    padding: 4px 7px;
    font-size: 7px;
}

.lkt-mini-body {
    padding: 9px 10px 10px;
}

.lkt-mini-progress {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
}

.lkt-mini-progress strong {
    color: var(--lkt-primary);
    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
}

.lkt-mini-progress .lkt-progress {
    height: 4px;
}

.lkt-mini-body h3 {
    min-height: 32px;
    margin: 0 0 8px;
    font-size: 11px;
    line-height: 1.4;
}

.lkt-mini-body .lkt-time-badge {
    padding: 4px 7px;
    font-size: 8px;
}

/* Card Campaign Terbaru + halaman Campaign: gambar lebih lebar seperti referensi,
   namun tetap memakai markup yang sama untuk render awal, search, filter, dan load more. */
.lkt-list-card,
.lkt-full-list .lkt-list-card {
    grid-template-columns: minmax(0, 42%) minmax(0, 58%);
    gap: 12px;
    min-height: 0;
    height: auto;
    padding: 10px;
    align-items: center;
}

.lkt-list-media,
.lkt-full-list .lkt-list-media {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    align-self: center;
    border-radius: 15px;
}

.lkt-list-info,
.lkt-full-list .lkt-list-info {
    min-height: 0;
    padding: 1px 0;
}

.lkt-list-info h3,
.lkt-full-list .lkt-list-info h3 {
    margin: 5px 0 7px;
    font-size: 13px;
    line-height: 1.28;
}

.lkt-list-info > .lkt-progress,
.lkt-full-list .lkt-list-info > .lkt-progress {
    margin-top: auto;
}

.lkt-list-meta,
.lkt-full-list .lkt-list-meta {
    margin-top: 7px;
}

@media (max-width: 360px) {
    .lkt-mini-slider {
        gap: 8px;
    }

    .lkt-mini-card {
        flex-basis: calc((100% - 8px) / 2);
    }

    .lkt-mini-body {
        padding: 8px;
    }

    .lkt-mini-body h3 {
        min-height: 30px;
        font-size: 10px;
    }

    .lkt-list-card,
    .lkt-full-list .lkt-list-card {
        grid-template-columns: minmax(0, 43%) minmax(0, 57%);
        gap: 9px;
        padding: 8px;
    }

    .lkt-list-media,
    .lkt-full-list .lkt-list-media {
        width: 100%;
    }

    .lkt-list-info h3,
    .lkt-full-list .lkt-list-info h3 {
        font-size: 11px;
    }
}


/* 1.0.7: halaman Campaign mengikuti tinggi card homepage tanpa stretch dari min-height list. */
.lkt-full-list {
    min-height: 0;
    align-content: start;
    grid-auto-rows: max-content;
}

.lkt-full-list .lkt-list-card {
    align-self: start;
    min-height: 0;
    height: auto;
}

/* 1.0.2 CTA, flexible bottom navigation, and Habit card */
.lkt-category-cta-actions {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 9px;
    width: 100%;
    max-width: 390px;
}

.lkt-category-cta-actions .lkt-category-cta-button {
    flex: 1 1 0;
    min-width: 0;
    max-width: 188px;
    padding-right: 14px;
    padding-left: 14px;
    text-align: center;
}

.lkt-category-cta-actions.is-single .lkt-category-cta-button {
    flex: 0 1 188px;
}

.lkt-category-cta-button.is-secondary {
    border: 1px solid rgba(0,170,168,.24);
    background: #fff;
    color: var(--lkt-primary) !important;
    box-shadow: 0 10px 22px rgba(43,78,89,.08);
}

.lkt-category-cta-button.is-secondary:hover {
    border-color: var(--lkt-primary);
    background: var(--lkt-accent);
}

.lkt-habit-card {
    padding: 28px 18px 24px;
    border: 1px solid var(--lkt-line);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(43,78,89,.07);
}

.lkt-habit-card .lkt-socials a {
    background: #fbfdfd;
}

.lkt-bottom-nav[data-count="5"] {
    gap: 6px;
}

.lkt-bottom-nav[data-count="5"] .lkt-nav-item {
    width: 44px;
    height: 44px;
}

.lkt-bottom-nav[data-count="5"] .lkt-nav-item.is-active {
    min-width: 104px;
    padding-right: 13px;
    padding-left: 13px;
}

@media (max-width: 380px) {
    .lkt-category-cta-actions {
        gap: 7px;
    }

    .lkt-category-cta-actions .lkt-category-cta-button {
        padding: 11px 10px;
        font-size: 12px;
    }

    .lkt-bottom-nav[data-count="5"] {
        gap: 4px;
        padding: 6px;
    }

    .lkt-bottom-nav[data-count="5"] .lkt-nav-item {
        width: 39px;
        height: 39px;
    }

    .lkt-bottom-nav[data-count="5"] .lkt-nav-item .lkt-icon {
        width: 18px;
        height: 18px;
    }

    .lkt-bottom-nav[data-count="5"] .lkt-nav-item.is-active {
        min-width: 88px;
        padding: 0 10px;
    }

    .lkt-bottom-nav[data-count="5"] .lkt-nav-item.is-active span {
        margin-left: 5px;
        font-size: 10px;
    }
}


/* v1.0.5 — custom media icons + desktop featured slider arrows */
.lkt-category-custom-icon,
.lkt-habit-custom-icon,
.lkt-social-custom-icon {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lkt-category-card > span .lkt-category-custom-icon {
    width: 30px;
    height: 30px;
}

.lkt-habit-heart .lkt-habit-custom-icon {
    width: 34px;
    height: 34px;
}

.lkt-socials a .lkt-social-custom-icon {
    width: 21px;
    height: 21px;
}

.lkt-featured-slider-shell {
    position: relative;
}

.lkt-featured-arrow {
    display: none;
}

@media (min-width: 768px) {
    .lkt-featured-arrow {
        position: absolute;
        z-index: 8;
        top: 50%;
        display: grid;
        place-items: center;
        width: 40px;
        height: 40px;
        padding: 0;
        border: 1px solid rgba(36,52,59,.12);
        border-radius: 50%;
        background: rgba(255,255,255,.96);
        color: var(--lkt-primary);
        box-shadow: 0 10px 26px rgba(36,52,59,.16);
        cursor: pointer;
        transform: translateY(-50%);
        backdrop-filter: blur(8px);
    }
    .lkt-featured-arrow.is-prev { left: 5px; }
    .lkt-featured-arrow.is-next { right: 5px; }
    .lkt-featured-arrow.is-prev .lkt-icon { transform: rotate(180deg); }
    .lkt-featured-arrow[disabled] { opacity: 0; pointer-events: none; }
    .lkt-featured-arrow:hover:not([disabled]) {
        border-color: var(--lkt-primary);
        background: #fff;
        transform: translateY(-50%) scale(1.06);
    }
}


/* v1.0.7 — campaigner label, clean logos, editable category label spacing, custom footer icons */
.lkt-campaigner {
    display: block;
    max-width: 100%;
    margin: -4px 0 8px;
    overflow: hidden;
    color: var(--lkt-muted);
    font-size: 9px;
    font-weight: 600;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lkt-mini-body .lkt-campaigner { margin-top: -5px; margin-bottom: 9px; }
.lkt-home-category-cta p { margin-top: 6px; }

/* Full client logo in the CTA banner, kept upright. */
.lkt-cta-symbol { transform: none; }
.lkt-cta-symbol img {
    width: 102px;
    height: 102px;
    object-fit: contain;
    border-radius: 0;
}

/* Habit icon is intentionally clean: no tilted green box. */
.lkt-habit-heart {
    width: auto;
    height: auto;
    min-width: 0;
    min-height: 0;
    margin-bottom: 15px;
    border-radius: 0;
    background: transparent;
    transform: none;
}
.lkt-habit-heart .lkt-icon,
.lkt-habit-heart .lkt-habit-custom-icon {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.lkt-nav-custom-icon {
    display: block;
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex: none;
}
@media (max-width: 380px) {
    .lkt-bottom-nav[data-count="5"] .lkt-nav-custom-icon { width: 18px; height: 18px; }
}


/* v1.0.8 — verified campaigner, safer banner-logo inset */
.lkt-campaigner {
    display: flex;
    align-items: center;
    gap: 5px;
    max-width: 100%;
    white-space: nowrap;
}
.lkt-campaigner > span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lkt-campaigner-verified {
    display: inline-grid;
    place-items: center;
    flex: 0 0 13px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--lkt-primary);
    color: #fff;
    font-size: 8px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
}
/* Keep the full wordmark circle fully inside the banner. */
.lkt-cta-symbol {
    right: 10px;
    top: 46px;
    width: 118px;
    height: 118px;
}
.lkt-cta-symbol img {
    width: 92px;
    height: 92px;
}

/* 1.0.1 — About profile card: full-bleed cover with readable bottom gradient */
.lkt-about-page .lkt-profile-card {
    position: relative;
    isolation: isolate;
    min-height: 520px;
    padding: 238px 0 18px;
    overflow: hidden;
    border-color: rgba(255,255,255,.18);
    background: #162425;
    color: #fff;
    box-shadow: 0 18px 42px rgba(35,55,55,.18);
}

.lkt-about-page .lkt-profile-cover {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: inherit;
    background-position: center center;
    background-size: cover;
    transform: scale(1.002);
}

.lkt-about-page .lkt-profile-cover::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0) 20%,
        rgba(0,0,0,.08) 40%,
        rgba(0,0,0,.42) 62%,
        rgba(0,0,0,.82) 82%,
        rgba(0,0,0,.94) 100%
    );
    pointer-events: none;
}

.lkt-about-page .lkt-profile-main,
.lkt-about-page .lkt-profile-stats,
.lkt-about-page .lkt-contact-button {
    position: relative;
    z-index: 2;
}

.lkt-about-page .lkt-profile-main {
    margin-top: 0;
    padding: 0 18px;
    color: #fff;
}

.lkt-about-page .lkt-profile-logo {
    width: 82px;
    height: 82px;
    padding: 5px;
    border: 3px solid rgba(255,255,255,.88);
    border-radius: 25px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 12px 30px rgba(0,0,0,.22);
}

.lkt-about-page .lkt-profile-title {
    margin-top: 10px;
}

.lkt-about-page .lkt-profile-title h1 {
    color: #fff;
    font-size: 21px;
    text-shadow: 0 2px 12px rgba(0,0,0,.38);
}

.lkt-about-page .lkt-profile-title p {
    max-width: 340px;
    color: rgba(255,255,255,.86);
    font-size: 10.5px;
    line-height: 1.55;
    text-shadow: 0 1px 10px rgba(0,0,0,.45);
}

.lkt-about-page .lkt-profile-stats {
    margin: 18px 15px 15px;
    border-top-color: rgba(255,255,255,.24);
    border-bottom-color: rgba(255,255,255,.24);
}

.lkt-about-page .lkt-profile-stats div + div {
    border-left-color: rgba(255,255,255,.22);
}

.lkt-about-page .lkt-profile-stats strong {
    color: #fff;
    text-shadow: 0 1px 8px rgba(0,0,0,.28);
}

.lkt-about-page .lkt-profile-stats span {
    color: rgba(255,255,255,.72);
}

.lkt-about-page .lkt-contact-button {
    border: 1px solid rgba(255,255,255,.28);
    background: rgba(18,24,24,.42);
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(0,0,0,.16);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.lkt-about-page .lkt-contact-button:hover {
    border-color: rgba(255,255,255,.42);
    background: rgba(0,170,168,.82);
}

@media (max-width: 360px) {
    .lkt-about-page .lkt-profile-card {
        min-height: 500px;
        padding-top: 220px;
    }

    .lkt-about-page .lkt-profile-logo {
        width: 76px;
        height: 76px;
    }

    .lkt-about-page .lkt-profile-title h1 {
        font-size: 19px;
    }
}

/* 1.0.2 — cinematic homepage hero + action/category stack inspired by compact profile cards */
:root {
    --lkt-home-action: #1c2729;
}

.lkt-warm-home-card {
    --lkt-warm-card: var(--lkt-home-action);
    padding: 0;
    border-color: rgba(35,54,57,.10);
    background: var(--lkt-home-action);
    box-shadow: 0 18px 44px rgba(35,54,57,.12);
}

.lkt-warm-home-card .lkt-hero-slider {
    border-radius: 29px 29px 0 0;
}

.lkt-hero-slide {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 72px 22px 54px;
    background-position: center center;
    isolation: isolate;
}

/* The old side vignette is intentionally replaced by a bottom-up readability gradient. */
.lkt-hero-slide::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(10,16,17,.94) 0%,
        rgba(10,16,17,.78) 24%,
        rgba(10,16,17,.48) 43%,
        rgba(10,16,17,.16) 63%,
        rgba(10,16,17,0) 79%
    );
    pointer-events: none;
}

.lkt-hero-copy {
    position: relative;
    z-index: 2;
    display: flex;
    width: min(90%, 370px);
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.lkt-hero-copy > span {
    font-size: clamp(8px, 2.35vw, 10px);
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
    text-shadow: 0 1px 10px rgba(0,0,0,.35);
}

.lkt-hero-copy h1 {
    display: -webkit-box;
    width: 100%;
    margin: 7px 0 7px;
    overflow: hidden;
    line-height: .98;
    text-wrap: balance;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.lkt-hero-copy p {
    display: -webkit-box;
    max-width: 330px;
    margin: 0 0 12px;
    overflow: hidden;
    color: rgba(255,255,255,.84);
    font-size: clamp(9px, 2.55vw, 11px);
    line-height: 1.42;
    text-shadow: 0 1px 9px rgba(0,0,0,.35);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.lkt-hero-copy a {
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,.34);
    background: rgba(255,255,255,.94);
    box-shadow: 0 7px 18px rgba(0,0,0,.13);
}

/* Curated, dependency-free headline font presets. */
.lkt-hero-font-modern .lkt-hero-copy h1 { font-family: Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif; }
.lkt-hero-font-geometric .lkt-hero-copy h1 { font-family: "Avenir Next","Century Gothic","Trebuchet MS",Arial,sans-serif; }
.lkt-hero-font-poster .lkt-hero-copy h1 { font-family: Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; }
.lkt-hero-font-editorial .lkt-hero-copy h1 { font-family: Georgia,"Times New Roman",serif; }
.lkt-hero-font-classic .lkt-hero-copy h1 { font-family: "Palatino Linotype","Book Antiqua",Palatino,serif; }
.lkt-hero-font-humanist .lkt-hero-copy h1 { font-family: "Trebuchet MS","Segoe UI",Arial,sans-serif; }

.lkt-hero-size-small .lkt-hero-copy h1 { font-size: clamp(22px, 6.3vw, 27px); }
.lkt-hero-size-medium .lkt-hero-copy h1 { font-size: clamp(25px, 7.0vw, 30px); }
.lkt-hero-size-large .lkt-hero-copy h1 { font-size: clamp(28px, 7.8vw, 34px); }
.lkt-hero-size-xlarge .lkt-hero-copy h1 { font-size: clamp(31px, 8.7vw, 38px); }
.lkt-hero-weight-700 .lkt-hero-copy h1 { font-weight: 700; }
.lkt-hero-weight-800 .lkt-hero-copy h1 { font-weight: 800; }
.lkt-hero-weight-900 .lkt-hero-copy h1 { font-weight: 900; }
.lkt-hero-spacing-tight .lkt-hero-copy h1 { letter-spacing: -.045em; }
.lkt-hero-spacing-normal .lkt-hero-copy h1 { letter-spacing: 0; }
.lkt-hero-spacing-wide .lkt-hero-copy h1 { letter-spacing: .055em; }
.lkt-hero-transform-uppercase .lkt-hero-copy h1 { text-transform: uppercase; }
.lkt-hero-transform-none .lkt-hero-copy h1 { text-transform: none; }
.lkt-hero-slide.has-title-shadow .lkt-hero-copy h1 { text-shadow: 0 3px 16px rgba(0,0,0,.46); }

.lkt-slider-dots button {
    background: rgba(255,255,255,.38);
}
.lkt-slider-dots button.is-active {
    background: #fff;
}

/* CTA row becomes the dark action strip below the visual, while preserving editable destinations. */
.lkt-warm-home-card .lkt-category-section {
    margin-top: 0;
    padding: 13px 10px 10px;
    background: var(--lkt-home-action);
}

.lkt-home-category-cta {
    gap: 0;
    margin: 0 3px 12px;
}

.lkt-category-cta-actions {
    width: 100%;
    max-width: none;
    gap: 8px;
}

.lkt-category-cta-actions .lkt-category-cta-button,
.lkt-category-cta-actions.is-single .lkt-category-cta-button {
    flex: 1 1 0;
    max-width: none;
    min-height: 45px;
    padding: 11px 14px;
    border: 0;
    border-radius: 16px;
    background: #bfd82f;
    color: #183536 !important;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 9px 20px rgba(0,0,0,.16);
}

.lkt-category-cta-button.is-secondary {
    border: 1px solid rgba(255,255,255,.24) !important;
    background: rgba(255,255,255,.10) !important;
    color: #fff !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}

.lkt-category-cta-button.is-secondary:hover {
    border-color: rgba(255,255,255,.46) !important;
    background: rgba(255,255,255,.18) !important;
}

/* Four categories become one compact white information panel, like the reference lower card. */
.lkt-category-panel {
    padding: 12px 8px 9px;
    overflow: hidden;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,.10);
}

.lkt-category-panel-title {
    margin: 0 0 9px;
    color: var(--lkt-muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .06em;
    text-align: center;
    text-transform: uppercase;
}

.lkt-category-panel .lkt-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    width: 100%;
}

.lkt-category-panel .lkt-category-card {
    position: relative;
    min-height: 83px;
    padding: 7px 4px 5px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.lkt-category-panel .lkt-category-card + .lkt-category-card::before {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 0;
    width: 1px;
    background: var(--lkt-line);
}

.lkt-category-panel .lkt-category-card > span {
    width: 39px;
    height: 39px;
    background: var(--lkt-accent);
}

.lkt-category-panel .lkt-category-card .lkt-icon {
    width: 22px;
    height: 22px;
}

.lkt-category-panel .lkt-category-card strong {
    display: -webkit-box;
    width: 100%;
    min-height: 23px;
    overflow: hidden;
    color: var(--lkt-text);
    font-size: 9px;
    line-height: 1.25;
    text-overflow: clip;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.lkt-category-panel .lkt-category-card:hover {
    box-shadow: none;
    transform: translateY(-2px);
}

@media (max-width: 360px) {
    .lkt-hero-slide { padding: 66px 16px 50px; }
    .lkt-hero-copy { width: 94%; }
    .lkt-category-cta-actions { gap: 6px; }
    .lkt-category-cta-actions .lkt-category-cta-button,
    .lkt-category-cta-actions.is-single .lkt-category-cta-button {
        min-height: 42px;
        padding: 10px 8px;
        font-size: 11px;
    }
    .lkt-category-panel { padding-right: 5px; padding-left: 5px; }
    .lkt-category-panel .lkt-category-card { min-height: 78px; padding-right: 2px; padding-left: 2px; }
    .lkt-category-panel .lkt-category-card > span { width: 35px; height: 35px; }
    .lkt-category-panel .lkt-category-card strong { font-size: 8px; }
}

/* 1.0.3 — tighter single-card homepage composition, closer to the supplied profile-card reference.
   Functional behavior is unchanged: hero remains a slider, CTA destinations stay editable,
   category slots remain DonasiAja-backed, and all existing settings are preserved. */

/* Make the top module read as ONE card silhouette, not stacked independent cards. */
.lkt-warm-home-card {
    overflow: hidden;
    border-radius: 32px;
    background: var(--lkt-home-action);
    box-shadow: 0 18px 46px rgba(24,39,41,.14);
}

/* Give the visual more dominance, like the reference portrait panel. */
.lkt-warm-home-card .lkt-hero-slider,
.lkt-hero-slider {
    aspect-ratio: 4 / 3;
    border-radius: 31px 31px 0 0;
    box-shadow: none;
}

.lkt-hero-slide {
    padding: 72px 22px 44px;
}

/* Keep slider navigation functional but remove the old protruding notch silhouette.
   Dots now float over the bottom of the image so the hero flows directly into the action strip. */
.lkt-slider-notch {
    bottom: 10px;
    width: auto;
    height: auto;
    min-width: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
    translate: -50% 0;
}
.lkt-slider-notch::before,
.lkt-slider-notch::after,
.lkt-slider-notch > svg {
    display: none !important;
}
.lkt-slider-dots {
    gap: 6px;
    padding: 4px 7px;
    border-radius: 99px;
    background: rgba(12,20,21,.24);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}
.lkt-slider-dots button {
    width: 6px;
    height: 6px;
    background: rgba(255,255,255,.52);
}
.lkt-slider-dots button.is-active {
    width: 22px;
    background: #fff;
}

/* Dark control bar: compact and left-weighted, mimicking Profile + action controls. */
.lkt-warm-home-card .lkt-category-section {
    margin-top: 0;
    padding: 12px 14px 0;
    background: var(--lkt-home-action);
}

.lkt-home-category-cta {
    margin: 0 0 11px;
}

.lkt-category-cta-actions {
    justify-content: flex-start;
    gap: 8px;
    max-width: none;
}

.lkt-category-cta-actions .lkt-category-cta-button,
.lkt-category-cta-actions.is-single .lkt-category-cta-button {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    min-width: 138px;
    min-height: 41px;
    padding: 10px 17px;
    border-radius: 999px;
    font-size: 11.5px;
    line-height: 1;
    white-space: nowrap;
}

.lkt-category-cta-actions.is-single .lkt-category-cta-button {
    min-width: 148px;
}

/* Secondary action behaves more like the compact white action controls in the reference. */
.lkt-category-cta-button.is-secondary {
    min-width: 108px !important;
    border: 1px solid rgba(255,255,255,.76) !important;
    background: rgba(255,255,255,.96) !important;
    color: #213335 !important;
    box-shadow: 0 7px 18px rgba(0,0,0,.11) !important;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}
.lkt-category-cta-button.is-secondary:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: var(--lkt-primary-dark) !important;
}

/* White category panel is now the card's bottom surface and rises directly from the dark bar.
   No detached inset-card look. Outer bottom corners are supplied by the parent card clipping. */
.lkt-category-panel {
    margin: 0 -14px -1px;
    padding: 11px 9px 10px;
    overflow: hidden;
    border-radius: 29px 29px 0 0;
    background: #fff;
    box-shadow: none;
}

.lkt-category-panel-title {
    margin: 0 0 5px;
    font-size: 8px;
    letter-spacing: .075em;
}

.lkt-category-panel .lkt-category-card {
    min-height: 66px;
    gap: 6px;
    padding: 5px 3px 4px;
}

.lkt-category-panel .lkt-category-card + .lkt-category-card::before {
    top: 7px;
    bottom: 7px;
    background: rgba(36,54,58,.10);
}

.lkt-category-panel .lkt-category-card > span {
    width: 33px;
    height: 33px;
}

.lkt-category-panel .lkt-category-card .lkt-icon {
    width: 19px;
    height: 19px;
}

.lkt-category-panel .lkt-category-card strong {
    min-height: 20px;
    font-size: 8.3px;
    line-height: 1.18;
}

@media (max-width: 360px) {
    .lkt-warm-home-card { border-radius: 29px; }
    .lkt-warm-home-card .lkt-hero-slider,
    .lkt-hero-slider { border-radius: 28px 28px 0 0; }
    .lkt-hero-slide { padding: 66px 15px 42px; }
    .lkt-warm-home-card .lkt-category-section { padding-right: 11px; padding-left: 11px; }
    .lkt-category-cta-actions { gap: 6px; }
    .lkt-category-cta-actions .lkt-category-cta-button,
    .lkt-category-cta-actions.is-single .lkt-category-cta-button {
        min-width: 124px;
        min-height: 39px;
        padding: 9px 13px;
        font-size: 10.5px;
    }
    .lkt-category-cta-button.is-secondary { min-width: 96px !important; }
    .lkt-category-panel { margin-right: -11px; margin-left: -11px; padding-right: 6px; padding-left: 6px; }
    .lkt-category-panel .lkt-category-card { min-height: 62px; }
    .lkt-category-panel .lkt-category-card > span { width: 30px; height: 30px; }
    .lkt-category-panel .lkt-category-card .lkt-icon { width: 17px; height: 17px; }
    .lkt-category-panel .lkt-category-card strong { font-size: 7.7px; }
}


/* SB v1.0.4 — clean unified hero card + centered equal CTA buttons + interactive poster controls */
.lkt-warm-home-card{border:0!important;box-shadow:0 16px 42px rgba(35,54,57,.10)!important}.lkt-category-cta-actions{display:flex!important;align-items:center;justify-content:center!important;gap:9px!important;width:min(100%,330px)!important;margin:0 auto!important}.lkt-category-cta-actions .lkt-category-cta-button,.lkt-category-cta-actions.is-single .lkt-category-cta-button{flex:1 1 0!important;width:0!important;min-width:0!important;max-width:160px!important;min-height:43px!important;padding:10px 12px!important;border:0!important;border-radius:999px!important;background:var(--lkt-primary)!important;color:#fff!important;font-size:11.5px!important;box-shadow:0 8px 18px rgba(0,170,168,.19)!important}.lkt-category-cta-button.is-secondary{border:1px solid rgba(255,255,255,.88)!important;background:#fff!important;color:#24363a!important;box-shadow:0 7px 17px rgba(0,0,0,.10)!important}.lkt-category-cta-button.is-secondary:hover{border-color:#fff!important;background:#fff!important;color:var(--lkt-primary-dark)!important}.lkt-hero-copy>span{color:var(--lkt-hero-eyebrow-color,#fff)!important}.lkt-hero-copy h1{color:var(--lkt-hero-title-color,#fff)!important}.lkt-hero-copy p{color:var(--lkt-hero-text-color,#fff)!important;opacity:.84}.lkt-hero-copy a{color:var(--lkt-hero-button-text-color,var(--lkt-primary-dark))!important}.lkt-hero-font-custom .lkt-hero-copy h1{font-family:var(--lkt-hero-custom-family,Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif)}.lkt-hero-slide.is-slide-clickable{cursor:pointer}.lkt-hero-slide.is-slide-clickable:focus-visible{outline:3px solid rgba(255,255,255,.94);outline-offset:-5px}@media(max-width:360px){.lkt-category-cta-actions{width:100%!important;gap:7px!important}.lkt-category-cta-actions .lkt-category-cta-button,.lkt-category-cta-actions.is-single .lkt-category-cta-button{max-width:none!important;min-height:40px!important;padding:9px 8px!important;font-size:10.5px!important}}


/* SB v1.0.5 — make the CTA container continue the hero's bottom gradient and preserve manual title line breaks. */
.lkt-warm-home-card{--lkt-home-action:#0a1011!important;--lkt-warm-card:#0a1011!important;background:#0a1011!important}.lkt-warm-home-card .lkt-category-section{background:#0a1011!important}.lkt-hero-slide::before{background:linear-gradient(to top,#0a1011 0%,rgba(10,16,17,.78) 24%,rgba(10,16,17,.48) 43%,rgba(10,16,17,.16) 63%,rgba(10,16,17,0) 79%)}.lkt-hero-copy h1{white-space:pre-line}


/* SB v1.0.6 — frosted in-hero brand search + per-element typography */
.lkt-hero-tools{top:14px!important;right:16px!important;left:16px!important;display:block!important}.lkt-brand-mark{display:none!important}.lkt-hero-search,.lkt-hero-search.is-open{display:grid!important;grid-template-columns:36px minmax(0,1fr) 36px!important;align-items:center!important;gap:5px!important;width:100%!important;min-height:46px!important;padding:4px 5px!important;border:1px solid rgba(255,255,255,.58)!important;border-radius:17px!important;background:rgba(255,255,255,.46)!important;box-shadow:0 9px 24px rgba(5,15,17,.16)!important;backdrop-filter:blur(17px) saturate(1.28)!important;-webkit-backdrop-filter:blur(17px) saturate(1.28)!important}.lkt-hero-search-brand{display:grid;width:34px;height:34px;place-items:center;border-radius:11px;background:rgba(255,255,255,.48)}.lkt-hero-search-brand img{width:27px;height:27px;object-fit:contain}.lkt-hero-search input,.lkt-hero-search.is-open input{width:100%!important;min-width:0!important;padding:0 5px!important;opacity:1!important;color:#203337!important;font-size:11.5px!important;font-weight:650!important}.lkt-hero-search input::placeholder{color:rgba(36,54,58,.67)}.lkt-hero-search>button{width:34px!important;height:34px!important;border-radius:11px!important;background:rgba(0,170,168,.16)!important;color:#007f7d!important;box-shadow:none!important}.lkt-hero-search>button .lkt-icon{width:17px;height:17px}.lkt-search-results{top:51px!important;right:0!important;left:0!important;width:100%!important;max-width:none!important;padding:7px!important;border:1px solid rgba(255,255,255,.55)!important;border-radius:15px!important;background:rgba(247,252,251,.48)!important;box-shadow:0 18px 38px rgba(4,15,17,.20)!important;backdrop-filter:blur(19px) saturate(1.3)!important;-webkit-backdrop-filter:blur(19px) saturate(1.3)!important}.lkt-search-result{background:rgba(255,255,255,.16)!important;color:#203337!important}.lkt-search-result:hover,.lkt-search-result:focus-visible{background:rgba(255,255,255,.42)!important;transform:none!important}.lkt-search-result strong{color:#203337!important}.lkt-search-note{color:#32494d!important}.lkt-hero-slide{padding-top:70px!important}.lkt-hero-copy>span{width:100%!important;font-family:var(--lkt-hero-eyebrow-family,Inter,sans-serif)!important;font-size:min(var(--lkt-hero-eyebrow-size,10px),4vw)!important;font-weight:var(--lkt-hero-eyebrow-weight,800)!important;font-style:var(--lkt-hero-eyebrow-posture,normal)!important;line-height:var(--lkt-hero-eyebrow-line,1.2)!important;letter-spacing:var(--lkt-hero-eyebrow-spacing,.12em)!important;text-align:var(--lkt-hero-eyebrow-align,center)!important;text-transform:var(--lkt-hero-eyebrow-transform,uppercase)!important}.lkt-hero-copy h1{width:100%!important;font-family:var(--lkt-hero-title-family,Impact,sans-serif)!important;font-size:min(var(--lkt-hero-title-size,34px),10vw)!important;font-weight:var(--lkt-hero-title-weight,900)!important;font-style:var(--lkt-hero-title-posture,normal)!important;line-height:var(--lkt-hero-title-line,.98)!important;letter-spacing:var(--lkt-hero-title-spacing,-.045em)!important;text-align:var(--lkt-hero-title-align,center)!important;text-transform:var(--lkt-hero-title-transform,none)!important}.lkt-hero-copy p{width:100%!important;max-width:100%!important;font-family:var(--lkt-hero-text-family,Inter,sans-serif)!important;font-size:min(var(--lkt-hero-text-size,11px),5vw)!important;font-weight:var(--lkt-hero-text-weight,400)!important;font-style:var(--lkt-hero-text-posture,normal)!important;line-height:var(--lkt-hero-text-line,1.42)!important;letter-spacing:var(--lkt-hero-text-spacing,0em)!important;text-align:var(--lkt-hero-text-align,center)!important;text-transform:var(--lkt-hero-text-transform,none)!important}.lkt-hero-copy>span,.lkt-hero-copy h1,.lkt-hero-copy p{align-self:stretch!important}@media(max-width:360px){.lkt-hero-tools{right:12px!important;left:12px!important}.lkt-hero-search,.lkt-hero-search.is-open{grid-template-columns:32px minmax(0,1fr) 32px!important;min-height:42px!important}.lkt-hero-search-brand{width:30px;height:30px}.lkt-hero-search-brand img{width:24px;height:24px}.lkt-hero-search>button{width:30px!important;height:30px!important}.lkt-hero-search input,.lkt-hero-search.is-open input{font-size:10.5px!important}}


/* SB v1.0.7 — typography stabilization, safe-area layout, lighter glass search */
.lkt-hero-search,.lkt-hero-search.is-open{border-color:rgba(255,255,255,.48)!important;background:rgba(255,255,255,.25)!important;box-shadow:0 8px 22px rgba(5,15,17,.13)!important;backdrop-filter:blur(10px) saturate(1.12)!important;-webkit-backdrop-filter:blur(10px) saturate(1.12)!important}.lkt-hero-search-brand{background:rgba(255,255,255,.30)!important}.lkt-hero-search>button{background:rgba(0,170,168,.13)!important}.lkt-search-results{border-color:rgba(255,255,255,.46)!important;background:rgba(247,252,251,.30)!important;backdrop-filter:blur(11px) saturate(1.14)!important;-webkit-backdrop-filter:blur(11px) saturate(1.14)!important}.lkt-search-result{background:rgba(255,255,255,.11)!important}.lkt-search-result:hover,.lkt-search-result:focus-visible{background:rgba(255,255,255,.29)!important}
.lkt-hero-slide{display:grid!important;grid-template-rows:82px minmax(0,1fr) 24px!important;align-items:stretch!important;padding:0 18px!important}.lkt-hero-copy{grid-row:2!important;align-self:end!important;justify-self:center!important;max-height:100%!important;margin:0 auto!important;overflow:hidden!important}.lkt-hero-copy>span{margin:0 0 6px!important}.lkt-hero-copy h1{margin:0 0 7px!important;white-space:pre-line!important}.lkt-hero-copy p{margin:0 0 9px!important}.lkt-hero-copy a{margin-top:1px!important}.lkt-hero-copy h1 br{display:none!important}
@media(max-width:360px){.lkt-hero-slide{grid-template-rows:76px minmax(0,1fr) 22px!important;padding-right:14px!important;padding-left:14px!important}}

/* SB v1.0.8 — minimal frosted hero prev/next controls.
   Controls sit in the bottom navigation lane so they do not cover hero copy/search,
   while keeping a 44px touch target (42px on very narrow screens). */
.lkt-hero-arrows {
    position: absolute;
    z-index: 7;
    right: 10px;
    bottom: 5px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}
.lkt-hero-arrow {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255,255,255,.38);
    border-radius: 999px;
    background: rgba(255,255,255,.16);
    color: rgba(255,255,255,.96);
    box-shadow: 0 6px 18px rgba(0,0,0,.10);
    -webkit-backdrop-filter: blur(8px) saturate(1.08);
    backdrop-filter: blur(8px) saturate(1.08);
    cursor: pointer;
    pointer-events: auto;
    touch-action: manipulation;
}
.lkt-hero-arrow .lkt-icon {
    width: 18px;
    height: 18px;
    stroke-width: 2;
}
.lkt-hero-arrow.is-prev .lkt-icon { transform: rotate(180deg); }
.lkt-hero-arrow:hover,
.lkt-hero-arrow:focus-visible {
    border-color: rgba(255,255,255,.62);
    background: rgba(255,255,255,.24);
    color: #fff;
    box-shadow: 0 7px 20px rgba(0,0,0,.14);
}
.lkt-hero-arrow:focus-visible {
    outline: 2px solid rgba(255,255,255,.92);
    outline-offset: 2px;
}
.lkt-hero-arrow:active { transform: scale(.95); }
@media (max-width:360px) {
    .lkt-hero-arrows { right: 7px; bottom: 4px; left: 7px; }
    .lkt-hero-arrow { width: 42px; height: 42px; }
    .lkt-hero-arrow .lkt-icon { width: 17px; height: 17px; }
}

