.layana-page--home {
    width: 100%;
    max-width: none;
    padding: 0;
}

.layana-page--home > #system-message-container,
.layana-page--home > .alert {
    width: min(1100px, calc(100% - 2rem));
    margin: 0 auto 1rem;
}

.layana-home {
    --j-blue: #092d6e;
    --j-blue-2: #0a2d6e;
    --ink-0: #030814;
    --ink-1: #050e24;
    --ink-2: #0a1a3e;
    --j-bg: #f6f6f6;
    --j-text: #333333;
    --j-muted: #6c727f;
    --j-rule: #dddddd;
    --j-white: #ffffff;
    --text: #ffffff;
    --text-dim: rgba(255, 255, 255, 0.74);
    --text-mute: rgba(255, 255, 255, 0.48);
    --rule: rgba(255, 255, 255, 0.1);
    --rule-hi: rgba(255, 255, 255, 0.18);
    --home-width: min(1100px, calc(100% - 2rem));
    background: var(--j-bg);
    color: var(--j-text);
}

.layana-home *,
.layana-home *::before,
.layana-home *::after {
    box-sizing: border-box;
}

.layana-home img {
    display: block;
    width: 100%;
}

.layana-home a {
    color: inherit;
    text-decoration: none;
}

.layana-home .wrapper {
    width: var(--home-width);
    margin: 0 auto;
}

.layana-home .section {
    padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.layana-home .section--overflow {
    overflow: hidden;
}

.layana-home .section--pillars {
    padding-bottom: clamp(1.8rem, 3vw, 2.6rem);
}

.layana-home .section--solutions {
    padding-top: clamp(1.6rem, 3vw, 2.5rem);
}

.layana-home .section-label,
.layana-home .trust-eyebrow,
.layana-home .beyond-kicker,
.layana-home .hero-eyebrow,
.layana-home .f-cta-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.layana-home .section-label {
    color: var(--accent);
    margin-bottom: 1rem;
}

.layana-home .section-label::before,
.layana-home .hero-eyebrow::before,
.layana-home .trust-eyebrow::before,
.layana-home .beyond-kicker::before {
    content: "";
    width: 24px;
    height: 1px;
    background: currentColor;
    opacity: 0.9;
}

.layana-home .section-title,
.layana-home .integration-band h2,
.layana-home .trust-band h2,
.layana-home .beyond-band h2 {
    margin: 0;
    line-height: 1.12;
    letter-spacing: -0.02em;
}

.layana-home .section-title {
    max-width: 820px;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #0e172c;
}

.layana-home .section-title em,
.layana-home .integration-band h2 em,
.layana-home .beyond-band h2 em {
    font-style: normal;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-hi) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.layana-home .section-intro {
    max-width: 760px;
    margin: 1.15rem 0 0;
    font-size: 1rem;
    line-height: 1.8;
    color: #566071;
}

.layana-home .btn-primary,
.layana-home .btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    min-height: 50px;
    padding: 0.95rem 1.35rem;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1;
    transition: transform 0.35s var(--ease-liquid), box-shadow 0.3s var(--ease), background-color 0.3s var(--ease), border-color 0.3s var(--ease);
}

.layana-home .btn-primary {
    color: #09101e;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-hi) 100%);
    box-shadow: 0 14px 36px rgba(237, 132, 22, 0.26), 0 0 0 1px rgba(255, 255, 255, 0.24) inset;
}

.layana-home .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(237, 132, 22, 0.34), 0 0 0 1px rgba(255, 255, 255, 0.24) inset;
}

.layana-home .btn-ghost {
    color: var(--text);
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.layana-home .btn-ghost:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.1);
}

.layana-home .hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(7.6rem, 12.4vw, 9.6rem) 1.4rem clamp(3.2rem, 5.8vw, 4.8rem);
    background:
        radial-gradient(1400px 600px at 15% 0%, rgba(10, 45, 110, 0.65), transparent 60%),
        radial-gradient(1100px 700px at 90% 30%, rgba(237, 132, 22, 0.1), transparent 70%),
        linear-gradient(180deg, var(--ink-1) 0%, var(--ink-0) 100%);
    color: var(--text);
}

.layana-home .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(0deg, transparent, transparent 48px, rgba(255, 255, 255, 0.025) 48px, rgba(255, 255, 255, 0.025) 49px),
        repeating-linear-gradient(90deg, transparent, transparent 48px, rgba(255, 255, 255, 0.025) 48px, rgba(255, 255, 255, 0.025) 49px);
    mask-image: radial-gradient(1200px 600px at 50% 40%, #000 40%, transparent 85%);
    -webkit-mask-image: radial-gradient(1200px 600px at 50% 40%, #000 40%, transparent 85%);
    pointer-events: none;
}

.layana-home .hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--accent) 50%, transparent);
}

.layana-home .hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    opacity: 0.3;
    pointer-events: none;
    animation: layana-home-float 18s ease-in-out infinite;
}

.layana-home .hero-orb.o1 {
    width: 480px;
    height: 480px;
    top: -140px;
    left: -120px;
    background: var(--j-blue-2);
    opacity: 0.55;
}

.layana-home .hero-orb.o2 {
    width: 360px;
    height: 360px;
    right: 6%;
    bottom: -160px;
    background: var(--accent);
    opacity: 0.28;
    animation-delay: -6s;
}

.layana-home .hero-orb.o3 {
    width: 280px;
    height: 280px;
    top: 30%;
    right: -80px;
    background: #4facfe;
    opacity: 0.18;
    animation-delay: -12s;
}

@keyframes layana-home-float {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(0, 18px, 0) scale(1.04);
    }
}

.layana-home .hero-motion-wash {
    position: absolute;
    inset: -4% -8% -10% -6%;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    background:
        radial-gradient(circle at 72% 46%, rgba(88, 160, 255, 0.34) 0%, rgba(88, 160, 255, 0.18) 18%, rgba(12, 40, 96, 0) 52%),
        linear-gradient(118deg, rgba(13, 36, 88, 0) 18%, rgba(27, 86, 184, 0.18) 46%, rgba(92, 168, 255, 0.28) 58%, rgba(20, 61, 138, 0.14) 74%, rgba(6, 18, 44, 0) 92%);
    background-size: 100% 100%, 180% 180%;
    background-position: 72% 46%, 112% 42%;
    filter: blur(10px);
    mix-blend-mode: screen;
}

.layana-home .hero.hero-animate .hero-motion-wash {
    animation: layana-home-hero-motion-wash 5.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes layana-home-hero-motion-wash {
    0% {
        opacity: 0.16;
        background-position: 76% 44%, 118% 40%;
    }

    18% {
        opacity: 0.34;
    }

    58% {
        opacity: 0.5;
    }

    100% {
        opacity: 0.24;
        background-position: 62% 49%, 28% 54%;
    }
}

.layana-home .hero-inner {
    position: relative;
    z-index: 2;
    width: var(--home-width);
    margin: 0 auto;
}

.layana-home .hero-content {
    position: relative;
    z-index: 2;
    max-width: min(670px, 100%);
}

.layana-home .hero-visual {
    position: absolute;
    top: 54%;
    right: clamp(-280px, -16vw, -90px);
    transform: translateY(-50%);
    width: clamp(720px, 66vw, 1180px);
    aspect-ratio: 1 / 1;
    pointer-events: none;
    z-index: 1;
    opacity: 0.96;
    mask-image: radial-gradient(circle at 68% 52%, #000 0%, #000 54%, rgba(0, 0, 0, 0.92) 68%, rgba(0, 0, 0, 0.54) 84%, transparent 100%);
    -webkit-mask-image: radial-gradient(circle at 68% 52%, #000 0%, #000 54%, rgba(0, 0, 0, 0.92) 68%, rgba(0, 0, 0, 0.54) 84%, transparent 100%);
}

.layana-home .hero-visual::before {
    content: "";
    position: absolute;
    inset: 8%;
    border-radius: 50%;
    opacity: 0;
    filter: blur(14px);
    background: radial-gradient(circle at 50% 50%, rgba(79, 172, 254, 0.18) 0%, rgba(79, 172, 254, 0.06) 42%, transparent 72%);
}

.layana-home .hero-part {
    position: absolute;
    inset: 0;
    opacity: 0;
    will-change: transform, opacity;
}

.layana-home .hero.hero-animate .hero-visual::before {
    animation: layana-home-hero-visual-glow 2.4s ease-out 0.4s forwards;
}

.layana-home .hero.hero-animate .hero-part-a {
    animation: layana-home-hero-part-entry-a 1.9s cubic-bezier(0.22, 0.85, 0.28, 1) 0.25s forwards;
}

.layana-home .hero.hero-animate .hero-part-b {
    animation: layana-home-hero-part-entry-b 1.9s cubic-bezier(0.22, 0.85, 0.28, 1) 0.45s forwards;
}

.layana-home .hero-part-inner {
    position: absolute;
    inset: 0;
    will-change: transform;
}

.layana-home .hero.hero-animate .hero-part-a .hero-part-inner {
    animation: layana-home-hero-part-float-a 11s ease-in-out 2.3s infinite;
}

.layana-home .hero.hero-animate .hero-part-b .hero-part-inner {
    animation: layana-home-hero-part-float-b 13s ease-in-out 2.6s infinite;
}

.layana-home .hero-part img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 24px 34px rgba(0, 10, 30, 0.55)) drop-shadow(0 4px 10px rgba(0, 10, 30, 0.35));
}

@keyframes layana-home-hero-visual-glow {
    to {
        opacity: 1;
    }
}

@keyframes layana-home-hero-part-entry-a {
    0% {
        opacity: 0;
        transform: translate3d(24%, -22%, 0) scale(0.94);
    }

    55% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes layana-home-hero-part-entry-b {
    0% {
        opacity: 0;
        transform: translate3d(-24%, 22%, 0) scale(0.94);
    }

    55% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes layana-home-hero-part-float-a {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(-5px, -8px, 0);
    }
}

@keyframes layana-home-hero-part-float-b {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(4px, 7px, 0);
    }
}

.layana-home .hero .hero-eyebrow {
    color: var(--accent);
    margin-bottom: 1.4rem;
    padding: 0.4rem 0.9rem;
    border: 1px solid rgba(237, 132, 22, 0.22);
    border-radius: 999px;
    background: rgba(237, 132, 22, 0.08);
}

.layana-home .hero h1 {
    max-width: 720px;
    margin: 0;
    font-size: clamp(1.9rem, 4.15vw, 3.25rem);
    font-weight: 800;
    line-height: 1.1;
}

.layana-home .hero h1 em {
    font-style: normal;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-hi) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.layana-home .hero-lead {
    max-width: 610px;
    margin: 1.45rem 0 0;
    font-size: 0.98rem;
    font-weight: 300;
    line-height: 1.8;
    color: var(--text-dim);
}

.layana-home .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
    margin-bottom: 2.1rem;
}

.layana-home .hero .btn-primary {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(255, 220, 140, 0.35);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.15) inset,
        0 0 30px rgba(237, 132, 22, 0.4),
        0 6px 18px rgba(237, 132, 22, 0.28);
}

.layana-home .hero .btn-primary::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    transform: translateX(-130%);
    background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.55) 50%, transparent 70%);
    transition: transform 0.8s var(--ease-out);
}

.layana-home .hero .btn-primary:hover::before {
    transform: translateX(130%);
}

.layana-home .hero .btn-primary:hover {
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.22) inset,
        0 0 42px rgba(237, 132, 22, 0.65),
        0 10px 28px rgba(237, 132, 22, 0.45);
}

.layana-home .hero .btn-ghost {
    border-color: rgba(255, 255, 255, 0.28);
    color: rgba(255, 255, 255, 0.88);
}

.layana-home .hero .btn-ghost:hover {
    border-color: #ffffff;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.layana-home .hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 2.25rem;
    margin-top: 0;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.layana-home .hero-stat-val {
    margin-bottom: 0.4rem;
    font-size: 1.85rem;
    font-weight: 800;
    line-height: 1;
    color: #ffffff;
}

.layana-home .hero-stat-val em {
    font-style: normal;
    color: var(--accent);
}

.layana-home .hero-stat-label {
    font-size: 0.63rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-mute);
}

.layana-home .integration-band {
    position: relative;
    z-index: 4;
    overflow: visible;
    padding: clamp(2.8rem, 6vw, 4rem) 1.4rem;
    background: linear-gradient(135deg, var(--j-blue) 0%, var(--ink-2) 100%);
    color: #ffffff;
}

.layana-home .integration-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.04) 48%, rgba(237, 132, 22, 0.06) 50%, rgba(255, 255, 255, 0.04) 52%, transparent 70%);
    background-size: 220% 100%;
    animation: layana-home-sheen 10s ease-in-out infinite;
    pointer-events: none;
}

@keyframes layana-home-sheen {
    0%,
    100% {
        background-position: 200% 0;
    }

    50% {
        background-position: -40% 0;
    }
}

.layana-home .integration-band-inner {
    position: relative;
    z-index: 2;
    width: var(--home-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: start;
}

.layana-home .integration-band h2 {
    font-size: clamp(1.3rem, 2.5vw, 1.9rem);
    font-weight: 700;
    line-height: 1.28;
    color: #ffffff;
}

.layana-home .integration-copy {
    max-width: 100%;
}

.layana-home .integration-band p {
    margin: 0 0 1rem;
    font-size: 0.93rem;
    line-height: 1.78;
    color: var(--text-dim);
}

.layana-home .capability-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.2rem;
    padding-bottom: 0.5rem;
    perspective: 1200px;
}

.layana-home .cap-slot {
    position: relative;
    flex: 0 0 auto;
    width: 220px;
    height: 46px;
}

.layana-home .cap-tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    appearance: none;
    text-decoration: none;
    text-align: left;
    background: linear-gradient(135deg, rgba(9, 45, 110, 0.96) 0%, rgba(10, 26, 62, 0.96) 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #ffffff;
    overflow: hidden;
    cursor: pointer;
    isolation: isolate;
    box-shadow: 0 4px 14px rgba(0, 10, 30, 0.25);
    transform-origin: top left;
    transition:
        width 0.6s var(--ease-liquid),
        height 0.6s var(--ease-liquid),
        border-radius 0.6s var(--ease-out),
        transform 0.6s var(--ease-liquid),
        box-shadow 0.55s var(--ease),
        border-color 0.45s var(--ease),
        opacity 0.45s var(--ease),
        filter 0.45s var(--ease);
}

.layana-home .cap-tag::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.22) 50%, transparent 70%);
    transform: translateX(-130%);
    transition: transform 1s var(--ease-out);
    pointer-events: none;
}

.layana-home .cap-tag:hover::before,
.layana-home .cap-tag:focus-visible::before {
    transform: translateX(130%);
}

.layana-home .cap-tag-media {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 34px;
    height: 34px;
    border-radius: inherit;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transition:
        top 0.6s var(--ease-liquid),
        left 0.6s var(--ease-liquid),
        width 0.6s var(--ease-liquid),
        height 0.6s var(--ease-liquid),
        box-shadow 0.45s var(--ease);
}

.layana-home .cap-tag-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.9s var(--ease-out);
}

.layana-home .cap-tag-body {
    position: absolute;
    top: 50%;
    left: 50px;
    right: 16px;
    transform: translateY(-50%);
    z-index: 2;
    transition:
        top 0.55s var(--ease-liquid),
        bottom 0.55s var(--ease-liquid),
        left 0.55s var(--ease-liquid),
        right 0.55s var(--ease-liquid),
        padding 0.55s var(--ease-liquid),
        background 0.5s var(--ease),
        transform 0.55s var(--ease-liquid);
}

.layana-home .cap-tag-label {
    display: block;
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 1px 2px rgba(0, 10, 30, 0.5);
    transition:
        font-size 0.45s var(--ease),
        font-weight 0.4s var(--ease),
        white-space 0.3s var(--ease);
}

.layana-home .cap-tag-meta {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--accent-hi);
    transform: translateY(6px);
    transition:
        opacity 0.3s var(--ease),
        transform 0.5s var(--ease-liquid),
        max-height 0.5s var(--ease-liquid),
        margin-top 0.5s var(--ease-liquid);
}

.layana-home .cap-tag-meta svg {
    width: 14px;
    height: 14px;
    transition: transform 0.5s var(--ease-liquid);
}

.layana-home .cap-tag.is-disabled {
    cursor: default;
    opacity: 0.82;
}

.layana-home .cap-tag:hover,
.layana-home .cap-tag:focus-visible {
    width: 280px;
    height: 320px;
    border-radius: 20px;
    border-color: rgba(240, 173, 78, 0.65);
    z-index: 20;
    box-shadow:
        0 30px 60px rgba(0, 10, 30, 0.55),
        0 12px 28px rgba(237, 132, 22, 0.35),
        0 0 0 1px rgba(240, 173, 78, 0.35) inset;
}

.layana-home .cap-tag:hover .cap-tag-media,
.layana-home .cap-tag:focus-visible .cap-tag-media {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
}

.layana-home .cap-tag:hover .cap-tag-media img,
.layana-home .cap-tag:focus-visible .cap-tag-media img {
    transform: scale(1.08);
}

.layana-home .cap-tag:hover .cap-tag-body,
.layana-home .cap-tag:focus-visible .cap-tag-body {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 90px 18px 18px;
    transform: none;
    background: linear-gradient(to bottom, transparent 0%, rgba(5, 14, 36, 0.55) 45%, rgba(5, 14, 36, 0.92) 100%);
}

.layana-home .cap-tag:hover .cap-tag-label,
.layana-home .cap-tag:focus-visible .cap-tag-label {
    font-size: 1rem;
    font-weight: 700;
    white-space: normal;
    line-height: 1.25;
}

.layana-home .cap-tag:hover .cap-tag-meta,
.layana-home .cap-tag:focus-visible .cap-tag-meta {
    max-height: 20px;
    margin-top: 0.5rem;
    opacity: 1;
    transform: translateY(0);
}

.layana-home .cap-tag:hover .cap-tag-meta svg,
.layana-home .cap-tag:focus-visible .cap-tag-meta svg {
    transform: translateX(3px);
}

.layana-home .capability-tags:has(.cap-tag:hover) .cap-tag:not(:hover),
.layana-home .capability-tags:has(.cap-tag:focus-visible) .cap-tag:not(:focus-visible) {
    opacity: 0.32;
    filter: saturate(0.55) blur(1.5px);
    transform: scale(0.94);
    border-color: rgba(255, 255, 255, 0.1);
}

.layana-home .cap-tag:focus-visible {
    outline: none;
    border-color: var(--accent-hi);
    box-shadow:
        0 0 0 3px rgba(240, 173, 78, 0.4),
        0 4px 14px rgba(0, 10, 30, 0.25);
}

.layana-home .cap-tag.is-disabled:hover,
.layana-home .cap-tag.is-disabled:focus-visible {
    width: 100%;
    height: 100%;
    border-radius: 999px;
    z-index: auto;
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 4px 14px rgba(0, 10, 30, 0.25);
    transform: none;
}

.layana-home .cap-tag.is-disabled:hover .cap-tag-media,
.layana-home .cap-tag.is-disabled:focus-visible .cap-tag-media {
    top: 6px;
    left: 6px;
    width: 34px;
    height: 34px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.layana-home .cap-tag.is-disabled:hover .cap-tag-body,
.layana-home .cap-tag.is-disabled:focus-visible .cap-tag-body {
    top: 50%;
    bottom: auto;
    left: 50px;
    right: 16px;
    padding: 0;
    transform: translateY(-50%);
    background: none;
}

.layana-home .cap-tag.is-disabled:hover .cap-tag-label,
.layana-home .cap-tag.is-disabled:focus-visible .cap-tag-label {
    font-size: 0.78rem;
    font-weight: 500;
    white-space: nowrap;
    line-height: 1.3;
}

.layana-home .cap-tag.is-disabled:hover .cap-tag-meta,
.layana-home .cap-tag.is-disabled:focus-visible .cap-tag-meta {
    max-height: 0;
    margin-top: 0;
    opacity: 0;
    transform: translateY(6px);
}

.layana-home .pillar-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.layana-home .pillar-card,
.layana-home .apart-card {
    border-radius: 22px;
    border: 1px solid rgba(9, 45, 110, 0.08);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 50px rgba(13, 23, 45, 0.06);
}

.layana-home .pillar-card {
    overflow: hidden;
    transition: transform 0.35s var(--ease-liquid), box-shadow 0.35s var(--ease), border-color 0.35s var(--ease);
}

.layana-home .pillar-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 62px rgba(13, 23, 45, 0.1);
}

.layana-home .pillar-card.open {
    border-color: rgba(237, 132, 22, 0.34);
    box-shadow: 0 26px 64px rgba(13, 23, 45, 0.12);
}

.layana-home .pillar-head {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
    align-items: start;
    padding: 1.5rem 1.5rem 1rem;
    cursor: pointer;
}

.layana-home .pillar-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--j-blue) 0%, #153c8f 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.layana-home .pillar-icon svg {
    width: 24px;
    height: 24px;
}

.layana-home .pillar-card:nth-child(3) .pillar-icon svg {
    width: 28px;
    height: 28px;
}

.layana-home .pillar-title-wrap h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.2;
    color: #0f172d;
}

.layana-home .pillar-lead {
    margin: 0.75rem 0 0;
    font-size: 0.96rem;
    line-height: 1.75;
    color: #5e6778;
}

.layana-home .pillar-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(9, 45, 110, 0.08);
    color: #0d2a65;
    cursor: pointer;
}

.layana-home .pillar-toggle svg {
    width: 18px;
    height: 18px;
}

.layana-home .pillar-card.open .pillar-toggle line:first-child {
    opacity: 0;
}

.layana-home .pillar-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    padding: 0 1.5rem 1.1rem;
}

.layana-home .pillar-chip {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(9, 45, 110, 0.06);
    color: #23417f;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.35;
}

.layana-home .pillar-body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s var(--ease);
}

.layana-home .pillar-card.open .pillar-body {
    grid-template-rows: 1fr;
}

.layana-home .pillar-body-inner {
    overflow: hidden;
}

.layana-home .pillar-detail {
    padding: 0 1.5rem 1.5rem;
    border-top: 1px solid rgba(9, 45, 110, 0.08);
}

.layana-home .pillar-detail p {
    margin: 1rem 0 0;
    font-size: 0.95rem;
    line-height: 1.8;
    color: #4f596d;
}

.layana-home .pillar-more,
.layana-home .sol-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: 1.1rem;
    font-size: 0.84rem;
    font-weight: 700;
}

.layana-home .pillar-more {
    color: #0d2a65;
}

.layana-home .sol-card-cta {
    color: #ffffff;
}

.layana-home .pillar-more svg,
.layana-home .sol-card-cta svg {
    width: 16px;
    height: 16px;
}

.layana-home .marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 1.9rem;
}

.layana-home .marquee + .marquee {
    margin-top: 1rem;
}

.layana-home .marquee::before,
.layana-home .marquee::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 2;
    pointer-events: none;
}

.layana-home .marquee::before {
    left: 0;
    background: linear-gradient(90deg, var(--j-bg), rgba(246, 246, 246, 0));
}

.layana-home .marquee::after {
    right: 0;
    background: linear-gradient(270deg, var(--j-bg), rgba(246, 246, 246, 0));
}

.layana-home .marquee-track {
    display: flex;
    gap: 1rem;
    width: max-content;
    animation: layana-home-marquee 60s linear infinite;
    will-change: transform;
}

.layana-home .marquee.reverse .marquee-track {
    animation-direction: reverse;
    animation-duration: 70s;
}

.layana-home .marquee:hover .marquee-track {
    animation-play-state: paused;
}

@keyframes layana-home-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.layana-home .sol-card,
.layana-home .app-card {
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
    border-radius: 22px;
    color: #ffffff;
    box-shadow: 0 24px 44px rgba(12, 20, 40, 0.14);
    transition: transform 0.35s var(--ease-liquid), box-shadow 0.35s var(--ease);
}

.layana-home .sol-card {
    width: min(360px, calc(100vw - 4rem));
    height: 380px;
}

.layana-home .app-card {
    width: min(280px, calc(100vw - 4rem));
    height: 340px;
}

.layana-home .sol-card:hover,
.layana-home .app-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 54px rgba(12, 20, 40, 0.22);
}

.layana-home .sol-card img,
.layana-home .app-card img {
    height: 100%;
    object-fit: cover;
}

.layana-home .sol-card::after,
.layana-home .app-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5, 12, 32, 0) 10%, rgba(5, 12, 32, 0.86) 100%),
        linear-gradient(135deg, rgba(10, 45, 110, 0.34) 0%, rgba(237, 132, 22, 0.08) 100%);
}

.layana-home .sol-card-copy,
.layana-home .app-card-copy {
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    padding: 1.35rem;
}

.layana-home .sol-card-tag,
.layana-home .app-card-label {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.92);
}

.layana-home .sol-card-title,
.layana-home .app-card-name {
    margin-top: 0.9rem;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.15;
}

.layana-home .sol-card-sub {
    margin-top: 0.55rem;
    font-size: 0.92rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.74);
}

.layana-home .trust-band {
    position: relative;
    overflow: visible;
    padding: clamp(3.6rem, 7vw, 5.5rem) 1.4rem;
    background:
        radial-gradient(1200px 500px at 20% 0%, rgba(10, 45, 110, 0.55), transparent 60%),
        linear-gradient(180deg, #091225 0%, #050c1d 100%);
    color: #ffffff;
}

.layana-home .trust-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(0deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 96%);
    pointer-events: none;
}

.layana-home .trust-band-inner,
.layana-home .trust-image-wrap {
    position: relative;
    z-index: 1;
    width: var(--home-width);
    margin: 0 auto;
}

.layana-home .trust-band-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: start;
    z-index: 3;
}

.layana-home .trust-eyebrow,
.layana-home .beyond-kicker {
    color: var(--accent);
    margin-bottom: 1rem;
}

.layana-home .trust-band h2 {
    max-width: 740px;
    font-size: clamp(1.6rem, 3vw, 2.35rem);
    font-weight: 800;
    color: #ffffff;
}

.layana-home .trust-band p,
.layana-home .beyond-band p {
    margin: 1rem 0 0;
    font-size: 0.98rem;
    line-height: 1.85;
    color: var(--text-dim);
}

.layana-home .cert-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
    padding-bottom: 0.5rem;
    perspective: 1200px;
}

.layana-home .cert-slot {
    position: relative;
    flex: 0 0 auto;
    width: 132px;
    height: 38px;
}

.layana-home .cert-pill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: left;
    text-decoration: none;
    background: linear-gradient(135deg, rgba(9, 45, 110, 0.96) 0%, rgba(10, 26, 62, 0.96) 100%);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: #ffffff;
    overflow: hidden;
    isolation: isolate;
    box-shadow: 0 4px 14px rgba(0, 10, 30, 0.22);
    transform-origin: top left;
    transition:
        width 0.6s var(--ease-liquid),
        height 0.6s var(--ease-liquid),
        border-radius 0.6s var(--ease-out),
        transform 0.6s var(--ease-liquid),
        box-shadow 0.55s var(--ease),
        border-color 0.45s var(--ease),
        opacity 0.45s var(--ease),
        filter 0.45s var(--ease);
}

.layana-home .cert-pill::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.22) 50%, transparent 70%);
    transform: translateX(-130%);
    transition: transform 1s var(--ease-out);
    pointer-events: none;
}

.layana-home .cert-pill:hover::before,
.layana-home .cert-pill:focus-visible::before {
    transform: translateX(130%);
}

.layana-home .cert-pill-media {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 28px;
    height: 28px;
    border-radius: inherit;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18) inset;
    transition:
        top 0.6s var(--ease-liquid),
        left 0.6s var(--ease-liquid),
        width 0.6s var(--ease-liquid),
        height 0.6s var(--ease-liquid),
        box-shadow 0.45s var(--ease);
}

.layana-home .cert-pill-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.9s var(--ease-out);
}

.layana-home .cert-pill-body {
    position: absolute;
    top: 50%;
    left: 42px;
    right: 14px;
    transform: translateY(-50%);
    z-index: 2;
    transition:
        top 0.55s var(--ease-liquid),
        bottom 0.55s var(--ease-liquid),
        left 0.55s var(--ease-liquid),
        right 0.55s var(--ease-liquid),
        padding 0.55s var(--ease-liquid),
        background 0.5s var(--ease),
        transform 0.55s var(--ease-liquid);
}

.layana-home .cert-pill-label {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.15;
    white-space: normal;
    text-shadow: 0 1px 2px rgba(0, 10, 30, 0.5);
    transition:
        font-size 0.45s var(--ease),
        font-weight 0.4s var(--ease),
        white-space 0.3s var(--ease);
}

.layana-home .cert-pill-meta {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--accent-hi);
    transform: translateY(6px);
    transition:
        opacity 0.3s var(--ease),
        transform 0.5s var(--ease-liquid),
        max-height 0.5s var(--ease-liquid),
        margin-top 0.5s var(--ease-liquid);
}

.layana-home .cert-pill-meta svg {
    width: 14px;
    height: 14px;
    transition: transform 0.5s var(--ease-liquid);
}

.layana-home .cert-pill:hover,
.layana-home .cert-pill:focus-visible {
    width: 240px;
    height: 280px;
    border-radius: 20px;
    z-index: 20;
    border-color: rgba(240, 173, 78, 0.65);
    box-shadow:
        0 30px 60px rgba(0, 10, 30, 0.5),
        0 12px 28px rgba(237, 132, 22, 0.28),
        0 0 0 1px rgba(240, 173, 78, 0.32) inset;
}

.layana-home .cert-pill:hover .cert-pill-media,
.layana-home .cert-pill:focus-visible .cert-pill-media {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
}

.layana-home .cert-pill:hover .cert-pill-media img,
.layana-home .cert-pill:focus-visible .cert-pill-media img {
    transform: scale(1.08);
}

.layana-home .cert-pill:hover .cert-pill-body,
.layana-home .cert-pill:focus-visible .cert-pill-body {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 82px 18px 18px;
    transform: none;
    background: linear-gradient(to bottom, transparent 0%, rgba(5, 14, 36, 0.5) 46%, rgba(5, 14, 36, 0.92) 100%);
}

.layana-home .cert-pill:hover .cert-pill-label,
.layana-home .cert-pill:focus-visible .cert-pill-label {
    font-size: 1rem;
    font-weight: 700;
    white-space: normal;
    line-height: 1.25;
}

.layana-home .cert-pill:hover .cert-pill-meta,
.layana-home .cert-pill:focus-visible .cert-pill-meta {
    max-height: 20px;
    margin-top: 0.5rem;
    opacity: 1;
    transform: translateY(0);
}

.layana-home .cert-pill:hover .cert-pill-meta svg,
.layana-home .cert-pill:focus-visible .cert-pill-meta svg {
    transform: translateX(3px);
}

.layana-home .cert-pills:has(.cert-pill:hover) .cert-pill:not(:hover),
.layana-home .cert-pills:has(.cert-pill:focus-visible) .cert-pill:not(:focus-visible) {
    opacity: 0.32;
    filter: saturate(0.55) blur(1.5px);
    transform: scale(0.94);
    border-color: rgba(255, 255, 255, 0.1);
}

.layana-home .cert-pill:focus-visible {
    outline: none;
    border-color: var(--accent-hi);
    box-shadow:
        0 0 0 3px rgba(240, 173, 78, 0.28),
        0 30px 60px rgba(0, 10, 30, 0.5),
        0 12px 28px rgba(237, 132, 22, 0.28),
        0 0 0 1px rgba(240, 173, 78, 0.32) inset;
}

.layana-home .core-tools {
    margin-top: 1.35rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.layana-home .core-tools-label {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text-mute);
}

.layana-home .core-tools-list {
    margin: 0.55rem 0 0;
    color: rgba(255, 255, 255, 0.88);
}

.layana-home .inspec-aside {
    padding: 1.5rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.layana-home .inspec-aside-label {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--accent);
}

.layana-home .inspec-list {
    display: grid;
    gap: 0.9rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.layana-home .inspec-list li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.7rem;
    align-items: start;
    font-size: 0.92rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.84);
}

.layana-home .inspec-dot {
    width: 9px;
    height: 9px;
    margin-top: 0.45rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-hi) 100%);
    box-shadow: 0 0 14px rgba(237, 132, 22, 0.5);
}

.layana-home .trust-image-wrap {
    margin-top: 2.1rem;
}

.layana-home .media-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.layana-home .media-card-lg {
    position: relative;
    overflow: hidden;
    min-height: 320px;
    margin: 0;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.layana-home .media-card-lg img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s var(--ease-out), filter 0.45s var(--ease);
}

.layana-home .media-card-lg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 12, 32, 0.08) 0%, rgba(5, 12, 32, 0.82) 100%);
    transition: background 0.45s var(--ease);
}

.layana-home .media-card-copy {
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    padding: 1.35rem;
    color: #ffffff;
    transition: padding 0.4s var(--ease), transform 0.4s var(--ease);
}

.layana-home .media-card-copy span {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.64);
}

.layana-home .media-card-copy strong {
    display: block;
    margin-top: 0.45rem;
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.25;
}

.layana-home .media-card-summary {
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    font-size: 0.92rem;
    font-weight: 400;
    line-height: 1.72;
    letter-spacing: normal;
    text-transform: none;
    color: rgba(255, 255, 255, 0.86);
    transition: max-height 0.45s var(--ease-out), margin-top 0.35s var(--ease), opacity 0.28s var(--ease);
}

.layana-home .media-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--accent);
    transition: max-height 0.45s var(--ease-out), margin-top 0.35s var(--ease), opacity 0.28s var(--ease), transform 0.3s var(--ease);
}

.layana-home .media-card-cta svg {
    width: 14px;
    height: 14px;
    transition: transform 0.3s var(--ease);
}

.layana-home .media-card-lg--interactive:hover img,
.layana-home .media-card-lg--interactive:focus-visible img {
    transform: scale(1.04);
    filter: saturate(1.03);
}

.layana-home .media-card-lg--interactive:hover::after,
.layana-home .media-card-lg--interactive:focus-visible::after {
    background: linear-gradient(180deg, rgba(5, 12, 32, 0.06) 0%, rgba(5, 12, 32, 0.92) 100%);
}

.layana-home .media-card-lg--interactive:hover .media-card-copy,
.layana-home .media-card-lg--interactive:focus-visible .media-card-copy {
    padding-bottom: 1.55rem;
}

.layana-home .media-card-lg--interactive:hover .media-card-summary,
.layana-home .media-card-lg--interactive:focus-visible .media-card-summary,
.layana-home .media-card-lg--interactive:hover .media-card-cta,
.layana-home .media-card-lg--interactive:focus-visible .media-card-cta {
    max-height: 140px;
    opacity: 1;
}

.layana-home .media-card-lg--interactive:hover .media-card-summary,
.layana-home .media-card-lg--interactive:focus-visible .media-card-summary {
    margin-top: 0.8rem;
}

.layana-home .media-card-lg--interactive:hover .media-card-cta,
.layana-home .media-card-lg--interactive:focus-visible .media-card-cta {
    margin-top: 0.85rem;
}

.layana-home .media-card-lg--interactive:hover .media-card-cta svg,
.layana-home .media-card-lg--interactive:focus-visible .media-card-cta svg {
    transform: translateX(3px);
}

.layana-home .media-card-lg--interactive:focus-visible {
    outline: none;
    box-shadow:
        0 0 0 3px rgba(240, 173, 78, 0.22),
        0 22px 42px rgba(0, 10, 30, 0.26);
}

.layana-home .section--venn {
    overflow: visible;
    padding-bottom: clamp(1.8rem, 3vw, 2.6rem);
}

.layana-home .section--venn + .section {
    padding-top: clamp(1.6rem, 3vw, 2.5rem);
}

.layana-home .apart-venn-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.5rem, 3vw, 3rem);
    align-items: stretch;
}

.layana-home .apart-copy {
    display: flex;
    flex-direction: column;
}

.layana-home .apart-copy .section-intro {
    max-width: 100%;
}

.layana-home .apart-stack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.85rem;
    margin-top: 1.75rem;
}

.layana-home .apart-card {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 249, 253, 0.98) 100%);
    border: 1px solid rgba(9, 45, 110, 0.08);
    box-shadow: 0 16px 34px rgba(10, 18, 40, 0.08);
    transition: box-shadow 0.3s var(--ease), transform 0.3s var(--ease);
}

.layana-home .apart-card:hover {
    box-shadow: 0 20px 38px rgba(10, 18, 40, 0.11);
}

.layana-home .apart-card.open {
    box-shadow: 0 22px 42px rgba(10, 18, 40, 0.13);
}

.layana-home .apart-card-head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
    color: inherit;
    font: inherit;
}

.layana-home .apart-card-title {
    margin: 0;
    font-size: 1.02rem;
    font-weight: 800;
    line-height: 1.32;
    color: #0f172d;
}

.layana-home .apart-card-toggle {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: var(--j-blue);
    background: rgba(9, 45, 110, 0.06);
    border: 1px solid rgba(9, 45, 110, 0.1);
    transition: transform 0.3s var(--ease), background-color 0.3s var(--ease), border-color 0.3s var(--ease);
}

.layana-home .apart-card.open .apart-card-toggle {
    transform: rotate(45deg);
    background: rgba(9, 45, 110, 0.1);
    border-color: rgba(9, 45, 110, 0.16);
}

.layana-home .apart-card-toggle svg {
    width: 16px;
    height: 16px;
}

.layana-home .apart-card-body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 1.1rem;
    transition: max-height 0.38s var(--ease-out), opacity 0.26s var(--ease), padding-bottom 0.3s var(--ease);
}

.layana-home .apart-card.open .apart-card-body {
    opacity: 1;
    padding-bottom: 1rem;
}

.layana-home .apart-card-body p {
    margin: 0;
    font-size: 0.93rem;
    line-height: 1.78;
    color: #586273;
}

.layana-home .venn-panel {
    position: relative;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: clamp(1.3rem, 2.4vw, 1.8rem);
    border-radius: 32px;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(900px 500px at 10% 0%, rgba(176, 216, 255, 0.35), transparent 55%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(238, 244, 251, 0.98) 100%);
    border: 1px solid rgba(9, 45, 110, 0.08);
    box-shadow: 0 30px 60px rgba(9, 45, 110, 0.12);
}

.layana-home .venn-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 25% 18%, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.12) 22%, transparent 48%),
        linear-gradient(0deg, rgba(9, 45, 110, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(9, 45, 110, 0.04) 1px, transparent 1px);
    background-size: auto, 26px 26px, 26px 26px;
    mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.84) 72%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.84) 72%, transparent 100%);
    pointer-events: none;
}

.layana-home .venn-kicker {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0;
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--accent);
}

.layana-home .venn-kicker::before,
.layana-home .venn-kicker::after {
    content: "";
    width: 28px;
    height: 1px;
    background: currentColor;
    opacity: 0.92;
}

.layana-home .venn-title {
    position: relative;
    z-index: 1;
    max-width: 430px;
    margin: 0.85rem 0 0;
    font-size: clamp(1.3rem, 2.2vw, 1.8rem);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: var(--j-blue);
}

.layana-home .venn-stage {
    position: relative;
    z-index: 1;
    width: min(100%, 520px);
    aspect-ratio: 1 / 1;
    margin: 1.25rem auto 0;
}

.layana-home .venn-shadow {
    position: absolute;
    left: 50%;
    bottom: 2%;
    width: 70%;
    height: 26px;
    transform: translateX(-50%);
    background: radial-gradient(ellipse at center, rgba(9, 45, 110, 0.2) 0%, rgba(9, 45, 110, 0.06) 45%, transparent 72%);
    filter: blur(6px);
    opacity: 0;
}

.layana-home .venn-circle {
    position: absolute;
    width: 56%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    mix-blend-mode: multiply;
    opacity: 0;
    will-change: transform, opacity;
    box-shadow:
        inset -14px -18px 40px rgba(0, 0, 0, 0.16),
        inset 10px 14px 38px rgba(255, 255, 255, 0.55);
}

.layana-home .venn-circle::before {
    content: "";
    position: absolute;
    top: 10%;
    left: 16%;
    width: 38%;
    height: 24%;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.3) 45%, transparent 75%);
    filter: blur(2px);
    pointer-events: none;
}

.layana-home .venn-circle::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: radial-gradient(circle at 68% 85%, rgba(255, 255, 255, 0.16) 0%, transparent 30%);
    pointer-events: none;
}

.layana-home .venn-circle--blue {
    top: 6.5%;
    left: 22%;
    background: radial-gradient(circle at 38% 32%, rgba(210, 238, 252, 0.95) 0%, rgba(120, 185, 225, 0.78) 40%, rgba(35, 95, 160, 0.72) 100%);
}

.layana-home .venn-circle--gray {
    top: 37.5%;
    left: 4%;
    background: radial-gradient(circle at 38% 32%, rgba(235, 238, 243, 0.95) 0%, rgba(160, 170, 185, 0.78) 40%, rgba(70, 85, 105, 0.72) 100%);
}

.layana-home .venn-circle--orange {
    top: 37.5%;
    right: 4%;
    background: radial-gradient(circle at 38% 32%, rgba(255, 228, 185, 0.95) 0%, rgba(245, 160, 55, 0.78) 40%, rgba(200, 95, 10, 0.72) 100%);
}

.layana-home .venn-labels {
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
}

.layana-home .venn-label {
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
    color: var(--j-blue);
    font-weight: 700;
    letter-spacing: -0.005em;
    line-height: 1.15;
    opacity: 0;
}

.layana-home .venn-label--primary {
    font-size: clamp(0.95rem, 2.1vw, 1.55rem);
    white-space: nowrap;
}

.layana-home .venn-label--sub {
    font-size: clamp(0.65rem, 1.15vw, 0.88rem);
}

.layana-home .venn-label--automation {
    top: 26%;
    left: 50%;
}

.layana-home .venn-label--stamping {
    top: 68.8%;
    left: 25%;
}

.layana-home .venn-label--injection {
    top: 68.8%;
    left: 75%;
}

.layana-home .venn-label--smart-stamp {
    top: 47%;
    left: 39%;
}

.layana-home .venn-label--smart-mold {
    top: 47%;
    left: 61%;
}

.layana-home .venn-label--bimat {
    top: 67.5%;
    left: 50%;
}

html[lang^="en"] .layana-home .venn-label--primary {
    font-size: clamp(0.82rem, 1.72vw, 1.22rem);
    line-height: 1.04;
    white-space: normal;
    text-wrap: balance;
}

html[lang^="en"] .layana-home .venn-label--automation {
    width: 7rem;
}

html[lang^="en"] .layana-home .venn-label--stamping,
html[lang^="en"] .layana-home .venn-label--injection {
    width: 6.8rem;
}

html[lang^="en"] .layana-home .venn-label--sub {
    font-size: clamp(0.52rem, 0.92vw, 0.72rem);
    line-height: 1.04;
    white-space: normal;
    text-wrap: balance;
}

html[lang^="en"] .layana-home .venn-label--smart-stamp,
html[lang^="en"] .layana-home .venn-label--smart-mold {
    top: 46.4%;
    width: 4.5rem;
}

html[lang^="en"] .layana-home .venn-label--smart-stamp {
    left: 35.5%;
}

html[lang^="en"] .layana-home .venn-label--smart-mold {
    left: 64.5%;
}

html[lang^="en"] .layana-home .venn-label--bimat {
    top: 66.4%;
    width: 4.9rem;
}

html[lang^="es"] .layana-home .venn-label--primary,
html[lang^="de"] .layana-home .venn-label--primary,
html[lang^="ja"] .layana-home .venn-label--primary {
    font-size: clamp(0.82rem, 1.7vw, 1.2rem);
    white-space: normal;
    text-wrap: balance;
    line-height: 1.08;
}

html[lang^="es"] .layana-home .venn-label--sub,
html[lang^="de"] .layana-home .venn-label--sub,
html[lang^="ja"] .layana-home .venn-label--sub {
    font-size: clamp(0.56rem, 0.95vw, 0.72rem);
    white-space: normal;
    text-wrap: balance;
    line-height: 1.06;
}

html[lang^="es"] .layana-home .venn-label--automation,
html[lang^="de"] .layana-home .venn-label--automation,
html[lang^="ja"] .layana-home .venn-label--automation {
    width: 9.6rem;
}

html[lang^="es"] .layana-home .venn-label--stamping,
html[lang^="de"] .layana-home .venn-label--stamping,
html[lang^="ja"] .layana-home .venn-label--stamping,
html[lang^="es"] .layana-home .venn-label--injection,
html[lang^="de"] .layana-home .venn-label--injection,
html[lang^="ja"] .layana-home .venn-label--injection {
    width: 7.8rem;
}

html[lang^="es"] .layana-home .venn-label--smart-stamp,
html[lang^="de"] .layana-home .venn-label--smart-stamp,
html[lang^="ja"] .layana-home .venn-label--smart-stamp,
html[lang^="es"] .layana-home .venn-label--smart-mold,
html[lang^="de"] .layana-home .venn-label--smart-mold,
html[lang^="ja"] .layana-home .venn-label--smart-mold,
html[lang^="es"] .layana-home .venn-label--bimat,
html[lang^="de"] .layana-home .venn-label--bimat,
html[lang^="ja"] .layana-home .venn-label--bimat {
    width: 4.4rem;
}

html[lang^="es"] .layana-home .venn-core-text--assembly,
html[lang^="de"] .layana-home .venn-core-text--assembly,
html[lang^="ja"] .layana-home .venn-core-text--assembly {
    font-size: clamp(0.52rem, 0.82vw, 0.66rem);
    letter-spacing: 0.02em;
    line-height: 1.08;
}

.layana-home .venn-core {
    position: absolute;
    top: 55.17%;
    left: 50%;
    width: clamp(90px, 15%, 120px);
    height: clamp(56px, 10%, 78px);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.layana-home .venn-core-face {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
    opacity: 0;
    transition: opacity 0.9s ease;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.layana-home .venn-core-face--logo {
    gap: 0;
}

.layana-home .venn-core[data-state="brand"] .venn-core-face--brand,
.layana-home .venn-core[data-state="logo"] .venn-core-face--logo,
.layana-home .venn-core[data-state="assembly"] .venn-core-face--assembly {
    opacity: 1;
}

.layana-home .venn-core-logo {
    width: clamp(26px, 4vw, 36px);
    height: clamp(26px, 4vw, 36px);
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.28));
}

.layana-home .venn-core-text--brand {
    font-size: clamp(0.68rem, 1.12vw, 0.88rem);
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.layana-home .venn-core-text--assembly {
    font-size: clamp(0.58rem, 0.96vw, 0.74rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.layana-home .venn-foot {
    position: relative;
    z-index: 1;
    max-width: 430px;
    margin: 1rem auto 0;
    font-size: 0.76rem;
    line-height: 1.62;
    letter-spacing: 0.02em;
    text-align: center;
    color: #5b677a;
    opacity: 0;
}

.layana-home .venn-foot strong {
    color: var(--j-blue);
    font-weight: 700;
}

.layana-home .venn-panel.is-animated .venn-shadow {
    animation: layana-home-venn-shadow-in 1.6s ease 1.8s forwards;
}

.layana-home .venn-panel.is-animated .venn-circle--blue {
    animation:
        layana-home-venn-drop-from-top 2.6s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards,
        layana-home-venn-float-blue 9s ease-in-out 3s infinite;
}

.layana-home .venn-panel.is-animated .venn-circle--gray {
    animation:
        layana-home-venn-slide-from-bottom-left 2.6s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards,
        layana-home-venn-float-gray 10s ease-in-out 3.2s infinite;
}

.layana-home .venn-panel.is-animated .venn-circle--orange {
    animation:
        layana-home-venn-slide-from-bottom-right 2.6s cubic-bezier(0.16, 1, 0.3, 1) 0.8s forwards,
        layana-home-venn-float-orange 9.5s ease-in-out 3.4s infinite;
}

.layana-home .venn-panel.is-animated .venn-label {
    animation: layana-home-venn-label-fade-in 1s ease forwards;
}

.layana-home .venn-panel.is-animated .venn-label--automation {
    animation-delay: 2.3s;
}

.layana-home .venn-panel.is-animated .venn-label--stamping {
    animation-delay: 2.5s;
}

.layana-home .venn-panel.is-animated .venn-label--injection {
    animation-delay: 2.7s;
}

.layana-home .venn-panel.is-animated .venn-label--smart-stamp {
    animation-delay: 2.9s;
}

.layana-home .venn-panel.is-animated .venn-label--smart-mold {
    animation-delay: 3.05s;
}

.layana-home .venn-panel.is-animated .venn-label--bimat {
    animation-delay: 3.2s;
}

.layana-home .venn-panel.is-animated .venn-core {
    animation: layana-home-venn-label-fade-in 1.2s ease 3.4s forwards;
}

.layana-home .venn-panel.is-animated .venn-foot {
    animation: layana-home-venn-label-fade-in 1s ease 3.6s forwards;
}

@keyframes layana-home-venn-shadow-in {
    to {
        opacity: 0.9;
    }
}

@keyframes layana-home-venn-drop-from-top {
    0% {
        transform: translate(0, -140%) scale(0.82);
        opacity: 0;
    }

    35% {
        opacity: 1;
    }

    100% {
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }
}

@keyframes layana-home-venn-slide-from-bottom-left {
    0% {
        transform: translate(-140%, 120%) scale(0.82);
        opacity: 0;
    }

    35% {
        opacity: 1;
    }

    100% {
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }
}

@keyframes layana-home-venn-slide-from-bottom-right {
    0% {
        transform: translate(140%, 120%) scale(0.82);
        opacity: 0;
    }

    35% {
        opacity: 1;
    }

    100% {
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }
}

@keyframes layana-home-venn-float-blue {
    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-3px, -5px);
    }
}

@keyframes layana-home-venn-float-gray {
    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(4px, -4px);
    }
}

@keyframes layana-home-venn-float-orange {
    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-4px, -5px);
    }
}

@keyframes layana-home-venn-label-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.layana-home .beyond-band {
    position: relative;
    overflow: hidden;
    min-height: 460px;
    display: flex;
    align-items: center;
    padding: clamp(3.6rem, 7vw, 6rem) 1.4rem;
    background: #050c1d;
    color: #ffffff;
}

.layana-home .beyond-bg,
.layana-home .beyond-bg::after {
    position: absolute;
    inset: 0;
}

.layana-home .beyond-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 1.2s var(--ease);
}

.layana-home .beyond-band:hover .beyond-bg img {
    transform: scale(1.1);
}

.layana-home .beyond-bg::after {
    content: "";
    background:
        linear-gradient(90deg, rgba(5, 12, 29, 0.88) 0%, rgba(5, 12, 29, 0.6) 36%, rgba(5, 12, 29, 0.72) 100%),
        radial-gradient(800px 380px at 15% 20%, rgba(10, 45, 110, 0.45), transparent 60%);
}

.layana-home .beyond-band-inner {
    position: relative;
    z-index: 1;
    width: var(--home-width);
    margin: 0 auto;
    max-width: 680px;
}

.layana-home .beyond-band-inner > .btn-primary {
    margin-top: 1.5rem;
}

.layana-home .beyond-band h2 {
    font-size: clamp(1.9rem, 4vw, 3rem);
    font-weight: 800;
    color: #ffffff;
}

.layana-home .reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out);
}

.layana-home .reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.layana-home .reveal-d1 {
    transition-delay: 0.08s;
}

.layana-home .reveal-d2 {
    transition-delay: 0.16s;
}

.layana-home .reveal-d3 {
    transition-delay: 0.24s;
}

@media (max-width: 1023px) {
    .layana-page--home {
        padding-top: 0;
    }

    .layana-home .hero {
        padding-top: 7.4rem;
    }

    .layana-home .hero-visual {
        display: none;
    }

    .layana-home .hero-motion-wash {
        inset: -6% -12% -12%;
        filter: blur(14px);
        background:
            radial-gradient(circle at 50% 36%, rgba(88, 160, 255, 0.22) 0%, rgba(88, 160, 255, 0.08) 24%, rgba(12, 40, 96, 0) 58%),
            linear-gradient(125deg, rgba(13, 36, 88, 0) 16%, rgba(27, 86, 184, 0.12) 46%, rgba(92, 168, 255, 0.16) 58%, rgba(20, 61, 138, 0.08) 76%, rgba(6, 18, 44, 0) 92%);
    }

    .layana-home .hero-content {
        max-width: 100%;
    }

    .layana-home .pillar-grid,
    .layana-home .trust-band-inner {
        grid-template-columns: 1fr;
    }

    .layana-home .apart-venn-layout {
        grid-template-columns: 1fr;
    }

    .layana-home .venn-panel {
        max-width: 760px;
        margin: 0 auto;
    }
}

@media (max-width: 820px) {
    .layana-home .integration-band-inner,
    .layana-home .media-grid-2 {
        grid-template-columns: 1fr;
    }

    .layana-home .media-card-lg {
        min-height: 300px;
    }

    .layana-home .media-card-summary,
    .layana-home .media-card-cta {
        max-height: 140px;
        opacity: 1;
    }

    .layana-home .media-card-summary {
        margin-top: 0.8rem;
    }

    .layana-home .media-card-cta {
        margin-top: 0.85rem;
    }
}

@media (max-width: 767.98px) {
    .layana-home .hero {
        padding-inline: 1rem;
        padding-top: 7.1rem;
        padding-bottom: 2.9rem;
    }

    .layana-home .hero h1 {
        font-size: 2rem;
    }

    .layana-home .hero-lead,
    .layana-home .section-intro,
    .layana-home .integration-band p,
    .layana-home .trust-band p,
    .layana-home .beyond-band p {
        font-size: 0.95rem;
    }

    .layana-home .hero-stats {
        gap: 1.2rem;
        padding-top: 1.5rem;
    }

    .layana-home .hero-stat-val {
        font-size: 1.45rem;
    }

    .layana-home .pillar-head {
        grid-template-columns: 1fr auto;
    }

    .layana-home .pillar-icon {
        grid-column: 1 / -1;
    }

    .layana-home .sol-card {
        width: min(320px, calc(100vw - 3rem));
        height: 340px;
    }

    .layana-home .app-card {
        width: min(250px, calc(100vw - 3rem));
        height: 300px;
    }

    .layana-home .marquee::before,
    .layana-home .marquee::after {
        width: 40px;
    }

    .layana-home .venn-panel {
        padding: 1.35rem 1rem 1.5rem;
        border-radius: 24px;
    }

    .layana-home .venn-kicker {
        justify-content: center;
        width: 100%;
    }

    .layana-home .venn-title,
    .layana-home .venn-foot {
        text-align: center;
    }

    .layana-home .venn-stage {
        margin-top: 1.35rem;
    }

    .layana-home .capability-tags {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 0.7rem;
        perspective: none;
    }

    .layana-home .cap-slot {
        width: 100%;
        height: 88px;
    }

    .layana-home .cap-tag {
        border-radius: 16px;
        border-color: rgba(255, 255, 255, 0.22);
        box-shadow: 0 8px 22px rgba(0, 10, 30, 0.32);
    }

    .layana-home .cap-tag-media {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: none;
    }

    .layana-home .cap-tag-body {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 40px 16px 14px;
        transform: none;
        background: linear-gradient(to bottom, transparent 0%, rgba(5, 14, 36, 0.55) 40%, rgba(5, 14, 36, 0.9) 100%);
    }

    .layana-home .cap-tag-label {
        font-size: 0.95rem;
        font-weight: 600;
        white-space: normal;
        line-height: 1.3;
    }

    .layana-home .cap-tag-meta {
        max-height: 18px;
        margin-top: 0.25rem;
        opacity: 0.9;
        transform: none;
        font-size: 0.68rem;
    }

    .layana-home .cap-tag:hover,
    .layana-home .cap-tag:focus-visible {
        width: 100%;
        height: 100%;
        border-radius: 16px;
        z-index: auto;
        box-shadow: 0 8px 22px rgba(0, 10, 30, 0.32);
        transform: none;
    }

    .layana-home .cap-tag:hover .cap-tag-media img,
    .layana-home .cap-tag:focus-visible .cap-tag-media img {
        transform: none;
    }

    .layana-home .cap-tag:hover .cap-tag-label,
    .layana-home .cap-tag:focus-visible .cap-tag-label {
        font-size: 0.95rem;
        font-weight: 600;
    }

    .layana-home .capability-tags:has(.cap-tag:hover) .cap-tag:not(:hover),
    .layana-home .capability-tags:has(.cap-tag:focus-visible) .cap-tag:not(:focus-visible) {
        opacity: 1;
        filter: none;
        transform: none;
    }

    .layana-home .cert-pills {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 0.7rem;
        perspective: none;
    }

    .layana-home .cert-slot {
        width: 100%;
        height: 96px;
    }

    .layana-home .cert-pill {
        border-radius: 16px;
        border-color: rgba(255, 255, 255, 0.22);
        box-shadow: 0 8px 22px rgba(0, 10, 30, 0.32);
    }

    .layana-home .cert-pill-media {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: none;
    }

    .layana-home .cert-pill-body {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 42px 16px 14px;
        transform: none;
        background: linear-gradient(to bottom, transparent 0%, rgba(5, 14, 36, 0.55) 40%, rgba(5, 14, 36, 0.9) 100%);
    }

    .layana-home .cert-pill-label {
        font-size: 0.95rem;
        font-weight: 600;
        white-space: normal;
        line-height: 1.3;
    }

    .layana-home .cert-pill-meta {
        max-height: 18px;
        margin-top: 0.25rem;
        opacity: 0.9;
        transform: none;
        font-size: 0.68rem;
    }

    .layana-home .cert-pill:hover,
    .layana-home .cert-pill:focus-visible {
        width: 100%;
        height: 100%;
        border-radius: 16px;
        z-index: auto;
        box-shadow: 0 8px 22px rgba(0, 10, 30, 0.32);
        transform: none;
    }

    .layana-home .cert-pill:hover .cert-pill-media img,
    .layana-home .cert-pill:focus-visible .cert-pill-media img {
        transform: none;
    }

    .layana-home .cert-pill:hover .cert-pill-label,
    .layana-home .cert-pill:focus-visible .cert-pill-label {
        font-size: 0.95rem;
        font-weight: 600;
    }

    .layana-home .cert-pills:has(.cert-pill:hover) .cert-pill:not(:hover),
    .layana-home .cert-pills:has(.cert-pill:focus-visible) .cert-pill:not(:focus-visible) {
        opacity: 1;
        filter: none;
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .layana-home .venn-circle,
    .layana-home .venn-label,
    .layana-home .venn-core,
    .layana-home .venn-shadow,
    .layana-home .venn-foot {
        animation-duration: 0.01ms !important;
        animation-delay: 0ms !important;
        animation-iteration-count: 1 !important;
        opacity: 1 !important;
    }

    .layana-home .venn-circle {
        transform: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .layana-home .hero-orb,
    .layana-home .hero-motion-wash,
    .layana-home .hero-visual::before,
    .layana-home .hero-part,
    .layana-home .hero-part-inner,
    .layana-home .integration-band::before,
    .layana-home .marquee-track {
        animation: none;
    }

    .layana-home .hero-visual::before,
    .layana-home .hero-part {
        opacity: 1;
    }

    .layana-home .hero-motion-wash {
        opacity: 0.22;
        background-position: 66% 48%, 56% 48%;
    }

    .layana-home .reveal,
    .layana-home .sol-card,
    .layana-home .app-card,
    .layana-home .pillar-card,
    .layana-home .btn-primary,
    .layana-home .btn-ghost,
    .layana-home .beyond-bg img,
    .layana-home .cap-tag,
    .layana-home .cap-tag-media,
    .layana-home .cap-tag-media img,
    .layana-home .cap-tag-body,
    .layana-home .cap-tag-label,
    .layana-home .cap-tag-meta,
    .layana-home .cap-tag::before,
    .layana-home .cert-pill,
    .layana-home .cert-pill-media,
    .layana-home .cert-pill-media img,
    .layana-home .cert-pill-body,
    .layana-home .cert-pill-label,
    .layana-home .cert-pill-meta,
    .layana-home .cert-pill::before {
        transition: none;
    }
}
