:root {
    --l4y-red-950: #31050c;
    --l4y-red-900: #550713;
    --l4y-red-800: #7d0a1d;
    --l4y-red-700: #a40d2b;
    --l4y-red-600: #c4143a;
    --l4y-gold: #d8a63a;
    --l4y-gold-light: #f4d98d;
    --l4y-cream: #fff9f5;
    --l4y-ink: #24171a;
    --l4y-muted: #705f63;
    --l4y-border: rgba(125, 10, 29, 0.14);
    --l4y-shadow: 0 24px 70px rgba(79, 8, 25, 0.13);
}

.l4y-password-field {
    display: block;
    position: relative;
    width: 100%;
}

.l4y-password-field > input {
    padding-right: 52px !important;
    width: 100%;
}

.l4y-password-toggle {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 10px;
    color: var(--l4y-red-800);
    cursor: pointer;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
}

.l4y-password-toggle:hover,
.l4y-password-toggle:focus-visible {
    background: rgba(125, 10, 29, .08);
    outline: 2px solid transparent;
}

.l4y-password-toggle svg {
    fill: none;
    height: 22px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 22px;
}

.l4y-password-toggle.is-visible::after {
    background: currentColor;
    content: "";
    height: 2px;
    left: 10px;
    position: absolute;
    top: 20px;
    transform: rotate(-45deg);
    width: 22px;
}

.l4y-admin-test-banner {
    align-items: center;
    background: linear-gradient(135deg, #3b0710, #760b20);
    border-top: 2px solid var(--l4y-gold);
    bottom: 0;
    box-shadow: 0 -10px 35px rgba(49, 5, 12, .28);
    color: #fff;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    left: 0;
    padding: 12px max(16px, calc((100vw - 1180px) / 2));
    position: fixed;
    right: 0;
    z-index: 99999;
}

.l4y-admin-test-banner strong,
.l4y-admin-test-banner span {
    display: block;
}

.l4y-admin-test-banner span {
    color: rgba(255, 255, 255, .75);
    font-size: .78rem;
    margin-top: 2px;
}

.l4y-admin-test-actions,
.l4y-admin-test-actions form {
    align-items: center;
    display: flex;
    gap: 10px;
    margin: 0;
}

.l4y-admin-test-actions a,
.l4y-admin-test-actions button {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    font: 750 .78rem/1 system-ui, sans-serif;
    padding: 9px 13px;
    text-decoration: none;
}

@media (max-width: 640px) {
    .l4y-admin-test-banner {
        align-items: stretch;
        flex-direction: column;
        gap: 8px;
    }

    .l4y-admin-test-actions {
        justify-content: space-between;
    }
}

/* Rechtliches und Einwilligungen */
.l4y-legal-shell {
    max-width: 920px;
}

.l4y-legal-document {
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(107, 61, 95, .14);
    border-radius: 28px;
    box-shadow: 0 18px 55px rgba(69, 34, 60, .09);
    padding: clamp(24px, 5vw, 56px);
}

.l4y-legal-document h1 {
    margin: 0 0 24px;
}

.l4y-legal-document h2 {
    font-size: clamp(1.08rem, 2vw, 1.28rem);
    margin: 30px 0 8px;
}

.l4y-legal-document p,
.l4y-legal-document li,
.l4y-legal-document address {
    color: #4d4150;
    line-height: 1.72;
}

.l4y-legal-document address {
    font-style: normal;
}

.l4y-legal-version {
    border-top: 1px solid rgba(107, 61, 95, .12);
    font-size: .86rem;
    margin-top: 38px;
    padding-top: 18px;
}

.l4y-network-shell {
    padding-bottom: clamp(60px, 8vw, 110px);
}

.l4y-network-hero {
    max-width: 1050px;
    margin: 0 auto 30px;
    padding: clamp(30px, 6vw, 68px);
    border-radius: 34px;
    color: #fff;
    background:
        radial-gradient(circle at 88% 12%, rgba(246, 203, 105, .28), transparent 28%),
        linear-gradient(135deg, #3b0610, #8f1835);
    box-shadow: 0 24px 62px rgba(67, 7, 21, .2);
}

.l4y-network-hero h1 {
    margin: 0 0 14px;
    font-size: clamp(2.5rem, 7vw, 5.5rem);
    line-height: .95;
}

.l4y-network-hero .l4y-kicker { color: #f7d78e; }
.l4y-network-hero > p:last-child { max-width: 680px; margin: 0; color: #fff0f3; font-size: clamp(1rem, 2vw, 1.25rem); line-height: 1.6; }

.l4y-network-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    max-width: 1050px;
    margin: 0 auto;
}

.l4y-network-card {
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr) auto;
    align-items: center;
    gap: 17px;
    min-width: 0;
    padding: 22px;
    border: 1px solid var(--l4y-border);
    border-radius: 24px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 15px 36px rgba(79, 8, 25, .08);
}

.l4y-network-card.is-current { border-color: #c99a38; background: #fffaf0; }
.l4y-network-card > span { display: grid; width: 66px; height: 66px; place-items: center; border-radius: 19px; color: #fff; background: linear-gradient(145deg, #bc1742, #690b22); font-weight: 900; letter-spacing: -.04em; }
.l4y-network-card h2 { margin: 0; color: var(--l4y-red-950); font-size: 1.2rem; }
.l4y-network-card p { margin: 5px 0 0; color: var(--l4y-muted); }
.l4y-network-card a { color: var(--l4y-red-800); font-size: .78rem; font-weight: 850; text-decoration: none; }
.l4y-network-card a:hover,
.l4y-network-card a:focus-visible { text-decoration: underline; }
.l4y-network-note { max-width: 1050px; margin: 24px auto 0; color: var(--l4y-muted); font-size: .82rem; line-height: 1.6; }

@media (max-width: 760px) {
    .l4y-network-grid { grid-template-columns: 1fr; }
    .l4y-network-card { grid-template-columns: 58px minmax(0, 1fr); }
    .l4y-network-card > span { width: 58px; height: 58px; }
    .l4y-network-card > a { grid-column: 1 / -1; padding-top: 4px; }
}

.l4y-legal-footer {
    background:
        radial-gradient(circle at 12% 0, rgba(216, 166, 58, .14), transparent 30%),
        linear-gradient(145deg, #31050c, #550713 58%, #280309);
    border-top: 2px solid var(--l4y-gold);
    box-shadow: 0 -18px 50px rgba(49, 5, 12, .12);
    color: #fff;
    font-size: .9rem;
    margin: 50px 0 0;
    padding: clamp(32px, 5vw, 54px) max(20px, calc((100vw - 1180px) / 2)) 28px;
}

.l4y-footer-main {
    align-items: start;
    display: grid;
    gap: clamp(28px, 5vw, 62px);
    grid-template-columns: minmax(180px, .75fr) minmax(360px, 1.45fr) minmax(190px, .8fr);
}

.l4y-footer-logo-link {
    border-radius: 12px;
    display: inline-block;
    line-height: 0;
}

.l4y-footer-logo-link:focus-visible {
    outline: 2px solid var(--l4y-gold-light);
    outline-offset: 5px;
}

.l4y-footer-brand img {
    display: block;
    height: auto;
    max-width: 205px;
    width: 100%;
}

.l4y-footer-brand > p {
    color: var(--l4y-gold-light);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .12em;
    margin: 14px 0 18px;
    text-transform: uppercase;
}

.l4y-footer-profiles {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.l4y-footer-profiles a,
.l4y-footer-legal a {
    align-items: center;
    border: 1px solid rgba(244, 217, 141, .55);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-weight: 750;
    min-height: 42px;
    padding: 9px 14px;
    text-decoration: none;
}

.l4y-footer-profiles a {
    background: rgba(255, 255, 255, .08);
}

.l4y-footer-share h2,
.l4y-footer-legal h2 {
    color: var(--l4y-gold-light);
    font-size: .8rem;
    letter-spacing: .16em;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.l4y-footer-share-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.l4y-footer-share-grid a,
.l4y-footer-share-grid button {
    align-items: center;
    appearance: none;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 14px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font: 750 .78rem/1.1 Inter, ui-sans-serif, system-ui, sans-serif;
    gap: 8px;
    min-height: 46px;
    padding: 8px 11px;
    text-decoration: none;
    transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.l4y-footer-share-grid a,
.l4y-footer-share-grid button {
    background: transparent;
    border: 0;
    border-radius: 12px;
    gap: 0;
    height: 44px;
    min-height: 44px;
    padding: 2px;
    width: 44px;
}

.l4y-footer-share-grid a > span:last-child,
.l4y-footer-share-grid button > span:last-child {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.l4y-footer-share-grid a:hover,
.l4y-footer-share-grid button:hover,
.l4y-footer-share-grid a:focus-visible,
.l4y-footer-share-grid button:focus-visible,
.l4y-footer-profiles a:hover,
.l4y-footer-legal a:hover {
    background: rgba(255, 255, 255, .18);
    border-color: var(--l4y-gold-light);
    transform: translateY(-2px);
}

.l4y-footer-share-grid a:hover,
.l4y-footer-share-grid button:hover,
.l4y-footer-share-grid a:focus-visible,
.l4y-footer-share-grid button:focus-visible {
    background: transparent;
    border-color: transparent;
}

.l4y-footer-share-grid a > span:first-child,
.l4y-footer-share-grid button > span:first-child {
    align-items: center;
    background: rgba(255, 255, 255, .13);
    border-radius: 9px;
    display: inline-flex;
    font-size: .9rem;
    height: 40px;
    justify-content: center;
    min-width: 40px;
    box-shadow: 0 7px 16px rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .16);
    transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.l4y-footer-share-grid a > span:first-child img,
.l4y-footer-share-grid button > span:first-child img {
    display: block;
    filter: brightness(0) invert(1);
    height: 22px;
    width: 22px;
}

.l4y-footer-share-grid a:hover > span:first-child,
.l4y-footer-share-grid button:hover > span:first-child,
.l4y-footer-share-grid a:focus-visible > span:first-child,
.l4y-footer-share-grid button:focus-visible > span:first-child {
    box-shadow: 0 10px 22px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .22);
    filter: brightness(1.08);
    transform: scale(1.06);
}

.l4y-footer-share-grid .is-facebook > span:first-child { background: #1877f2; }
.l4y-footer-share-grid .is-x > span:first-child { background: #111; }
.l4y-footer-share-grid .is-whatsapp > span:first-child { background: #20b95a; }
.l4y-footer-share-grid .is-telegram > span:first-child { background: #229ed9; }
.l4y-footer-share-grid .is-linkedin > span:first-child { background: #0a66c2; }
.l4y-footer-share-grid .is-pinterest > span:first-child { background: #bd081c; }
.l4y-footer-share-grid .is-reddit > span:first-child { background: #ff4500; }
.l4y-footer-share-grid .is-bluesky > span:first-child { background: #1684ff; }
.l4y-footer-share-grid .is-email > span:first-child { background: linear-gradient(145deg, #c49a4f, #8f6728); }
.l4y-footer-share-grid .is-native > span:first-child { background: linear-gradient(145deg, #d39a2f, #9f6512); }
.l4y-footer-share-grid .is-copy > span:first-child { background: linear-gradient(145deg, #f0bd15, #c88900); }

.l4y-footer-share-feedback {
    color: var(--l4y-gold-light);
    font-size: .78rem;
    min-height: 1.3em;
    margin: 10px 0 0;
}

.l4y-footer-legal > div {
    display: grid;
    gap: 0;
    grid-template-columns: minmax(0, 1fr);
}

.l4y-footer-legal a {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(244, 217, 141, .18);
    border-radius: 0;
    box-sizing: border-box;
    color: rgba(255, 255, 255, .78);
    font-size: .82rem;
    font-weight: 600;
    line-height: 1.35;
    min-height: 38px;
    padding: 8px 2px;
    transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
    width: 100%;
}

.l4y-footer-legal a:hover,
.l4y-footer-legal a:focus-visible {
    background: rgba(255, 255, 255, .045);
    border-color: rgba(244, 217, 141, .55);
    color: var(--l4y-gold-light);
    transform: none;
}

.l4y-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .16);
    color: rgba(255, 255, 255, .7);
    display: flex;
    flex-wrap: wrap;
    font-size: .78rem;
    gap: 8px 30px;
    justify-content: space-between;
    margin-top: 32px;
    padding-top: 20px;
}

.l4y-footer-bottom p {
    margin: 0;
}

@media (max-width: 900px) {
    .l4y-footer-main {
        grid-template-columns: 1fr 1.7fr;
    }

    .l4y-footer-legal {
        grid-column: 1 / -1;
    }

    .l4y-footer-legal > div {
        gap: 0 18px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .l4y-legal-footer {
        margin-bottom: 68px;
        padding: 34px 18px calc(28px + env(safe-area-inset-bottom));
    }

    .l4y-footer-main {
        grid-template-columns: 1fr;
    }

    .l4y-footer-brand {
        text-align: center;
    }

    .l4y-footer-brand img {
        margin: 0 auto;
        max-width: 185px;
    }

    .l4y-footer-profiles {
        justify-content: center;
    }

    .l4y-footer-share h2,
    .l4y-footer-legal h2 {
        text-align: center;
    }

    .l4y-footer-legal > div {
        gap: 0 14px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .l4y-footer-legal a {
        font-size: .78rem;
        justify-content: flex-start;
        min-height: 40px;
        padding: 5px 2px;
    }

    .l4y-footer-share-grid {
        display: flex;
        justify-content: center;
    }

    .l4y-footer-share-grid a,
    .l4y-footer-share-grid button {
        min-height: 44px;
        width: 44px;
    }

    .l4y-footer-bottom {
        display: grid;
        text-align: center;
    }
}

.l4y-sensitive-card {
    align-items: center;
    background: #fff8fb;
    border: 1px solid rgba(190, 75, 129, .18);
    border-radius: 22px;
    display: flex;
    gap: 22px;
    justify-content: space-between;
    margin: 22px 0;
    padding: 20px;
}

.l4y-sensitive-card h2,
.l4y-sensitive-card p {
    margin: 4px 0;
}

@media (max-width: 680px) {
    .l4y-legal-document {
        border-radius: 20px;
        padding: 24px 19px;
    }

    .l4y-sensitive-card {
        align-items: stretch;
        flex-direction: column;
    }

    .l4y-sensitive-card .l4y-secondary-button {
        text-align: center;
        width: 100%;
    }
}

body.l4y-page {
    margin: 0;
    background: var(--l4y-cream);
}

body.l4y-page .wp-site-blocks > header.wp-block-template-part,
body.l4y-page .wp-site-blocks > footer.wp-block-template-part,
body.l4y-page .wp-block-post-title {
    display: none;
}

body.l4y-page .wp-site-blocks,
body.l4y-page #wp--skip-link--target,
body.l4y-page #wp--skip-link--target > .wp-block-group.alignfull,
body.l4y-page .wp-block-post-content {
    width: 100%;
    max-width: none;
    margin: 0 !important;
    margin-block-start: 0 !important;
    padding: 0;
}

.l4y-shell,
.l4y-shell * {
    box-sizing: border-box;
}

.l4y-shell {
    width: 100%;
    max-width: none;
    min-height: 100svh;
    margin: 0;
    padding: clamp(20px, 4vw, 56px) max(20px, calc((100vw - 1180px) / 2));
    overflow: hidden;
    color: var(--l4y-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 78% 12%, rgba(216, 166, 58, 0.21), transparent 29rem),
        radial-gradient(circle at 10% 54%, rgba(196, 20, 58, 0.11), transparent 30rem),
        linear-gradient(150deg, #fff 0%, var(--l4y-cream) 55%, #fff3ef 100%);
}

.l4y-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 1180px;
    margin: 0 auto 44px;
}

.l4y-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--l4y-red-900);
    font-size: 1.1rem;
    font-weight: 800;
    text-decoration: none;
}

.l4y-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(216, 166, 58, 0.7);
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(145deg, var(--l4y-red-600), var(--l4y-red-900));
    box-shadow: 0 9px 24px rgba(125, 10, 29, 0.22), inset 0 1px rgba(255, 255, 255, 0.35);
    letter-spacing: -0.06em;
}

.l4y-brand-mark span {
    color: var(--l4y-gold-light);
}

.l4y-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
    align-items: center;
    gap: clamp(34px, 7vw, 100px);
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(34px, 7vw, 90px) 0 clamp(52px, 8vw, 110px);
}

.l4y-kicker {
    margin: 0 0 16px;
    color: var(--l4y-red-700);
    font-size: 0.82rem;
    font-weight: 850;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.l4y-hero h1,
.l4y-placeholder h1 {
    max-width: 800px;
    margin: 0;
    color: var(--l4y-red-950);
    font-size: clamp(2.6rem, 7vw, 5.8rem);
    font-weight: 850;
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.l4y-hero-copy > p:not(.l4y-kicker),
.l4y-placeholder section > p:not(.l4y-kicker) {
    max-width: 670px;
    margin: 28px 0 0;
    color: var(--l4y-muted);
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    line-height: 1.7;
}

.l4y-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.l4y-primary-button,
.l4y-secondary-button,
.l4y-link-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 21px;
    border-radius: 999px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.l4y-primary-button {
    border: 1px solid var(--l4y-red-700);
    color: #fff;
    background: linear-gradient(145deg, var(--l4y-red-600), var(--l4y-red-900));
    box-shadow: 0 16px 34px rgba(125, 10, 29, 0.24);
}

.l4y-secondary-button,
.l4y-link-button {
    border: 1px solid var(--l4y-border);
    color: var(--l4y-red-900);
    background: rgba(255, 255, 255, 0.75);
}

.l4y-primary-button:hover,
.l4y-secondary-button:hover,
.l4y-link-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(125, 10, 29, 0.15);
}

.l4y-primary-button:focus-visible,
.l4y-secondary-button:focus-visible,
.l4y-link-button:focus-visible,
.l4y-brand:focus-visible {
    outline: 3px solid var(--l4y-gold);
    outline-offset: 3px;
}

.l4y-hero-card {
    position: relative;
    padding: clamp(28px, 5vw, 52px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 34px;
    color: #fff;
    background: linear-gradient(155deg, var(--l4y-red-700), var(--l4y-red-950));
    box-shadow: var(--l4y-shadow);
}

.l4y-hero-card::after {
    position: absolute;
    width: 180px;
    height: 180px;
    right: -60px;
    bottom: -80px;
    border: 2px solid rgba(244, 217, 141, 0.3);
    border-radius: 50%;
    content: "";
}

.l4y-heart {
    display: block;
    margin-bottom: 60px;
    color: var(--l4y-gold-light);
    font-family: Georgia, serif;
    font-size: 6rem;
    line-height: 0.7;
}

.l4y-hero-card strong {
    display: block;
    font-size: 1.65rem;
}

.l4y-hero-card p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.65;
}

.l4y-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    max-width: 1180px;
    margin: 0 auto;
}

.l4y-feature-card {
    padding: 28px;
    border: 1px solid var(--l4y-border);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 12px 34px rgba(79, 8, 25, 0.06);
    backdrop-filter: blur(10px);
}

.l4y-feature-card > span {
    color: var(--l4y-gold);
}

.l4y-feature-card h2 {
    margin: 18px 0 8px;
    color: var(--l4y-red-900);
    font-size: 1.12rem;
}

.l4y-feature-card p {
    margin: 0;
    color: var(--l4y-muted);
    line-height: 1.6;
}

.l4y-placeholder {
    display: grid;
    align-content: start;
    gap: clamp(70px, 12vw, 150px);
    min-height: 78vh;
}

.l4y-placeholder section {
    max-width: 940px;
    margin: 0 auto;
    text-align: center;
}

.l4y-placeholder h1 {
    font-size: clamp(2.5rem, 7vw, 5.2rem);
}

.l4y-placeholder .l4y-secondary-button {
    margin-top: 34px;
}

@media (max-width: 760px) {
    .l4y-shell {
        padding-inline: 18px;
    }

    .l4y-nav {
        margin-bottom: 16px;
    }

    .l4y-brand > span:last-child {
        display: none;
    }

    .l4y-hero {
        grid-template-columns: 1fr;
        padding-top: 40px;
    }

    .l4y-hero-card {
        min-height: 270px;
    }

    .l4y-heart {
        margin-bottom: 40px;
    }

    .l4y-feature-grid {
        grid-template-columns: 1fr;
    }

    .l4y-actions > * {
        width: 100%;
    }
}

/* Virtuelle Blumensträuße */
.l4y-gifts-shell {
    --l4y-gift-cream: #fff9f2;
    --l4y-gift-pink: #fae7ec;
    --l4y-gift-green: #315e48;
}

.l4y-gifts-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(24px, 5vw, 64px);
    margin: 28px 0;
    padding: clamp(30px, 6vw, 66px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 36px;
    color: #fff;
    background:
        radial-gradient(circle at 85% 12%, rgba(247, 200, 112, .35), transparent 24rem),
        linear-gradient(135deg, #4c091b, #8e1d3e 58%, #bd536c);
    box-shadow: 0 28px 68px rgba(73, 7, 25, .2);
}

.l4y-gifts-hero h1 {
    max-width: 820px;
    margin: 6px 0 18px;
    color: #fff;
    font-size: clamp(2.35rem, 6vw, 5rem);
    letter-spacing: -.055em;
    line-height: .97;
}

.l4y-gifts-hero p:not(.l4y-kicker) {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 1.08rem;
    line-height: 1.65;
}

.l4y-gift-form,
.l4y-gift-history {
    margin: 24px 0;
}

.l4y-gift-recipient,
.l4y-gift-message,
.l4y-gift-history {
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid var(--l4y-border);
    border-radius: 30px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 18px 46px rgba(78, 11, 29, .08);
}

.l4y-gift-recipient {
    display: grid;
    grid-template-columns: minmax(220px, .7fr) minmax(280px, 1.3fr);
    align-items: end;
    gap: 28px;
}

.l4y-gift-recipient.is-fixed {
    grid-template-columns: 104px minmax(0, 1fr) auto;
    align-items: center;
}

.l4y-gift-recipient.is-fixed p:not(.l4y-kicker) {
    margin: 8px 0 0;
    color: var(--l4y-muted);
}

.l4y-gift-recipient-photo {
    width: 104px;
    height: 104px;
    border: 4px solid #fff;
    border-radius: 50%;
    background-color: #eaded9;
    background-image: var(--l4y-avatar);
    background-position: var(--l4y-photo-x) var(--l4y-photo-y);
    background-repeat: no-repeat;
    background-size: var(--l4y-photo-size, cover);
    box-shadow: 0 12px 28px rgba(79, 8, 25, .16);
}

.l4y-gift-start {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(20px, 4vw, 38px);
    margin: 24px 0;
    padding: clamp(26px, 5vw, 48px);
    border: 1px solid var(--l4y-border);
    border-radius: 30px;
    background: linear-gradient(145deg, #fff, #fff4f0);
    box-shadow: 0 18px 46px rgba(78, 11, 29, .08);
}

.l4y-gift-start > span {
    display: grid;
    width: 82px;
    height: 82px;
    place-items: center;
    border-radius: 24px;
    background: #fbe7ec;
    font-size: 2.7rem;
}

.l4y-gift-start h2 {
    margin: 5px 0 8px;
    color: var(--l4y-red-950);
    font-size: clamp(1.6rem, 3vw, 2.5rem);
    letter-spacing: -.035em;
}

.l4y-gift-start p:not(.l4y-kicker) {
    max-width: 760px;
    margin: 0;
    color: var(--l4y-muted);
    line-height: 1.6;
}

.l4y-gift-recipient h2,
.l4y-gift-message h2,
.l4y-gift-section-heading h2,
.l4y-profile-bouquets h2 {
    margin: 5px 0 0;
    color: var(--l4y-red-950);
    font-size: clamp(1.6rem, 3vw, 2.5rem);
    letter-spacing: -.035em;
}

.l4y-gift-recipient label,
.l4y-gift-message label {
    display: grid;
    gap: 8px;
    color: var(--l4y-ink);
    font-weight: 800;
}

.l4y-gift-recipient select,
.l4y-gift-message textarea {
    width: 100%;
    padding: 15px 16px;
    border: 1px solid #dbc8cd;
    border-radius: 15px;
    color: var(--l4y-ink);
    background: #fff;
    font: inherit;
}

.l4y-gift-recipient select:focus,
.l4y-gift-message textarea:focus {
    border-color: var(--l4y-red-600);
    outline: 3px solid rgba(177, 18, 55, .12);
}

.l4y-gift-picker {
    margin: 24px 0;
}

.l4y-gift-section-heading,
.l4y-profile-bouquets-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 20px;
}

.l4y-gift-section-heading > p {
    max-width: 440px;
    margin: 0;
    color: var(--l4y-muted);
    text-align: right;
}

.l4y-gift-catalog {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.l4y-gift-option {
    position: relative;
    display: grid;
    min-width: 0;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 28px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(145deg, #f0d7dd, #ead29f) border-box;
    box-shadow: 0 14px 34px rgba(75, 8, 26, .09);
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.l4y-gift-option:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 44px rgba(75, 8, 26, .15);
}

.l4y-gift-option:has(input:checked) {
    border-color: #9f1738;
    box-shadow: 0 0 0 4px rgba(159, 23, 56, .12), 0 22px 44px rgba(75, 8, 26, .15);
}

.l4y-gift-option > input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.l4y-gift-option.is-locked {
    filter: saturate(.65);
    cursor: not-allowed;
    opacity: .68;
}

.l4y-gift-option.is-locked:hover {
    transform: none;
}

.l4y-gift-visual {
    position: relative;
    display: grid;
    aspect-ratio: 1 / 1;
    place-items: center;
    padding: 12px;
    background:
        radial-gradient(circle at 50% 34%, rgba(255,255,255,.95), transparent 45%),
        linear-gradient(155deg, var(--l4y-gift-cream), var(--l4y-gift-pink));
}

.l4y-gift-visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 14px 13px rgba(79, 8, 25, .13));
}

.l4y-gift-visual i {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 7px 10px;
    border-radius: 20px;
    color: #fff;
    background: rgba(105, 12, 38, .92);
    font-size: .76rem;
    font-style: normal;
    font-weight: 850;
}

.l4y-gift-copy {
    display: grid;
    align-content: start;
    gap: 8px;
    padding: 18px;
}

.l4y-gift-copy > small {
    color: #a0193c;
    font-size: .69rem;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.l4y-gift-copy > strong {
    color: var(--l4y-red-950);
    font-size: 1.3rem;
}

.l4y-gift-copy > b {
    color: var(--l4y-gift-green);
    font-size: .82rem;
}

.l4y-gift-copy > em {
    color: var(--l4y-muted);
    font-size: .86rem;
    font-style: normal;
    line-height: 1.5;
}

.l4y-gift-copy > span {
    justify-self: start;
    padding: 6px 9px;
    border-radius: 12px;
    color: #8c5a00;
    background: #fff4d7;
    font-size: .75rem;
    font-weight: 850;
}

.l4y-gift-message {
    display: grid;
    grid-template-columns: minmax(240px, .8fr) minmax(280px, 1.2fr) auto;
    align-items: end;
    gap: 24px;
    background: linear-gradient(145deg, #fff, #fff7f2);
}

.l4y-gift-message p:not(.l4y-kicker) {
    margin-bottom: 0;
    color: var(--l4y-muted);
    line-height: 1.55;
}

.l4y-gift-message label small {
    color: var(--l4y-muted);
    font-size: .75rem;
    font-weight: 600;
}

.l4y-gift-message button:disabled {
    cursor: not-allowed;
    opacity: .55;
}

.l4y-gift-history-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.l4y-gift-history-card {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    align-items: center;
    gap: 15px;
    min-width: 0;
    padding: 14px;
    border: 1px solid #eedee2;
    border-radius: 22px;
    background: var(--l4y-gift-cream);
}

.l4y-gift-history-card.is-highlighted {
    border-color: #b0103a;
    box-shadow: 0 0 0 4px rgba(176, 16, 58, .1);
}

.l4y-gift-history-card > img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    filter: drop-shadow(0 9px 8px rgba(79, 8, 25, .12));
}

.l4y-gift-history-card h3,
.l4y-gift-history-card p {
    margin: 3px 0;
}

.l4y-gift-history-card small {
    color: var(--l4y-muted);
}

.l4y-gift-history-card blockquote {
    margin: 9px 0;
    padding: 9px 11px;
    border-left: 3px solid #c74d6a;
    color: #61444b;
    background: #fff;
    font-size: .84rem;
    line-height: 1.45;
}

.l4y-gift-history-card a {
    color: #8f1736;
    font-size: .82rem;
    font-weight: 800;
}

.l4y-gift-empty {
    grid-column: 1 / -1;
    margin: 0;
    padding: 24px;
    border-radius: 18px;
    color: var(--l4y-muted);
    background: #fff8fa;
    text-align: center;
}

.l4y-profile-bouquets {
    max-width: 1180px;
    margin: 18px auto;
    padding: clamp(22px, 4vw, 36px);
    border: 1px solid var(--l4y-border);
    border-radius: 28px;
    background: linear-gradient(145deg, #fff, #fff5f0);
    box-shadow: 0 16px 38px rgba(75, 14, 30, .07);
}

.l4y-profile-bouquet-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.l4y-profile-bouquet-grid article {
    display: grid;
    align-content: start;
    gap: 6px;
    min-width: 0;
    padding: 10px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .86);
    text-align: center;
}

.l4y-profile-bouquet-grid img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.l4y-profile-bouquet-grid strong {
    color: var(--l4y-red-900);
    font-size: .86rem;
}

.l4y-profile-bouquet-grid small {
    color: var(--l4y-muted);
    font-size: .67rem;
    line-height: 1.35;
}

@media (max-width: 1050px) {
    .l4y-gift-catalog { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .l4y-gift-message { grid-template-columns: 1fr 1fr; }
    .l4y-gift-message button { grid-column: 1 / -1; width: 100%; }
    .l4y-gift-history-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .l4y-profile-bouquet-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
    .l4y-gifts-hero,
    .l4y-gift-recipient,
    .l4y-gift-message { grid-template-columns: 1fr; }
    .l4y-gift-recipient.is-fixed { grid-template-columns: 76px minmax(0, 1fr); gap: 16px; }
    .l4y-gift-recipient.is-fixed .l4y-secondary-button { grid-column: 1 / -1; width: 100%; }
    .l4y-gift-recipient-photo { width: 76px; height: 76px; }
    .l4y-gift-start { grid-template-columns: 1fr; text-align: left; }
    .l4y-gift-start .l4y-primary-button { width: 100%; text-align: center; }
    .l4y-gifts-hero .l4y-credit-balance { min-width: 0; }
    .l4y-gift-section-heading,
    .l4y-profile-bouquets-heading { display: grid; align-items: start; }
    .l4y-gift-section-heading > p { text-align: left; }
    .l4y-gift-catalog { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .l4y-gift-copy { padding: 14px; }
    .l4y-gift-copy > strong { font-size: 1.08rem; }
    .l4y-gift-history-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .l4y-gift-catalog { grid-template-columns: 1fr; }
    .l4y-gift-option { grid-template-columns: 42% minmax(0, 1fr); }
    .l4y-gift-visual { aspect-ratio: auto; min-height: 190px; }
    .l4y-gift-history-card { grid-template-columns: 92px minmax(0, 1fr); }
    .l4y-gift-history-card > img { width: 92px; height: 92px; }
    .l4y-profile-bouquet-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
    .l4y-gift-option { transition: none; }
}

/* Freiwillige Alters- und Echtheitsprüfung */
.l4y-profile-photo,
.l4y-swipe-photo,
.l4y-profile-detail-photo {
    position: relative;
}

.l4y-verification-overlay {
    align-items: center;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 999px;
    box-shadow: 0 7px 18px rgba(25, 9, 12, .2);
    color: #fff;
    display: inline-flex;
    font-size: .74rem;
    font-weight: 850;
    gap: 6px;
    letter-spacing: .015em;
    line-height: 1;
    min-height: 34px;
    padding: 8px 12px;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 5;
}

.l4y-verification-overlay.is-verified {
    background: rgba(18, 112, 76, .93);
}

.l4y-verification-overlay.is-unverified {
    background: rgba(45, 35, 38, .82);
}

.l4y-verification-overlay > span {
    font-size: .95rem;
}

.l4y-trust-badge,
.l4y-profile-trust-label,
.l4y-trust-label {
    align-items: center;
    background: #e7f7ef;
    border: 1px solid #9ad7b9;
    border-radius: 999px;
    color: #126e4b;
    display: inline-flex;
    font-weight: 850;
}

.l4y-trust-badge {
    height: 28px;
    justify-content: center;
    width: 28px;
}

.l4y-profile-trust-label,
.l4y-trust-label {
    font-size: .82rem;
    gap: 6px;
    margin: 5px 0 12px;
    padding: 7px 11px;
}

.l4y-verification-shell {
    padding-bottom: 100px;
}

.l4y-verification-header {
    margin: 30px auto clamp(26px, 5vw, 50px);
    max-width: 880px;
    text-align: center;
}

.l4y-verification-header h1 {
    font-size: clamp(2rem, 7vw, 4.3rem);
    letter-spacing: -.045em;
    line-height: 1.02;
    margin: 10px 0 18px;
}

.l4y-verification-header > p:last-child {
    color: var(--l4y-muted);
    font-size: clamp(1rem, 2.4vw, 1.18rem);
    line-height: 1.65;
}

.l4y-verification-layout {
    display: grid;
    gap: clamp(18px, 4vw, 36px);
    grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
    margin: 0 auto;
    max-width: 1080px;
}

.l4y-verification-guide,
.l4y-verification-form,
.l4y-verification-result,
.l4y-verification-summary {
    background: #fff;
    border: 1px solid var(--l4y-border);
    border-radius: 26px;
    box-shadow: var(--l4y-shadow);
}

.l4y-verification-guide,
.l4y-verification-form {
    padding: clamp(22px, 4vw, 36px);
}

.l4y-verification-guide h2,
.l4y-verification-form h2,
.l4y-verification-result h2,
.l4y-verification-summary h2 {
    margin-top: 0;
}

.l4y-verification-guide ol {
    display: grid;
    gap: 14px;
    line-height: 1.55;
    padding-left: 24px;
}

.l4y-verification-code {
    background: linear-gradient(145deg, var(--l4y-red-900), var(--l4y-red-700));
    border-radius: 18px;
    color: #fff;
    margin: 24px 0 18px;
    padding: 18px;
    text-align: center;
}

.l4y-verification-code span,
.l4y-verification-code strong {
    display: block;
}

.l4y-verification-code strong {
    color: var(--l4y-gold-light);
    font-size: clamp(1.35rem, 6vw, 2.15rem);
    letter-spacing: .1em;
    margin-top: 7px;
    overflow-wrap: anywhere;
}

.l4y-verification-form {
    align-content: start;
    display: grid;
    gap: 20px;
}

.l4y-verification-form input[type="file"] {
    background: #fff8f3;
    border: 2px dashed #cf9d7f;
    border-radius: 16px;
    cursor: pointer;
    display: block;
    margin-top: 8px;
    min-height: 58px;
    padding: 14px;
    width: 100%;
}

.l4y-verification-form small,
.l4y-privacy-note {
    color: var(--l4y-muted);
    display: block;
    line-height: 1.55;
    margin-top: 8px;
}

.l4y-verification-form .l4y-inline-check {
    align-items: flex-start;
    background: #fff8f3;
    border-radius: 14px;
    display: flex;
    gap: 12px;
    line-height: 1.5;
    padding: 14px;
}

.l4y-verification-form .l4y-inline-check input {
    flex: 0 0 auto;
    height: 24px;
    margin-top: 1px;
    width: 24px;
}

.l4y-verification-result {
    align-items: flex-start;
    display: flex;
    gap: 18px;
    margin: 0 auto;
    max-width: 880px;
    padding: clamp(22px, 4vw, 34px);
}

.l4y-verification-result > span {
    align-items: center;
    background: #e7f7ef;
    border-radius: 50%;
    color: #126e4b;
    display: flex;
    flex: 0 0 auto;
    font-size: 1.5rem;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.l4y-verification-result.is-pending > span {
    background: #fff3d8;
    color: #8a5700;
}

.l4y-verification-summary {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-top: 24px;
    padding: clamp(20px, 4vw, 30px);
}

.l4y-verification-summary p:last-child {
    color: var(--l4y-muted);
    margin-bottom: 0;
}

@media (max-width: 760px) {
    .l4y-verification-layout {
        grid-template-columns: 1fr;
    }

    .l4y-verification-summary,
    .l4y-verification-result {
        align-items: stretch;
        flex-direction: column;
    }

    .l4y-verification-summary .l4y-secondary-button,
    .l4y-verification-result .l4y-secondary-button,
    .l4y-verification-form .l4y-primary-button {
        min-height: 50px;
        text-align: center;
        width: 100%;
    }

    .l4y-verification-overlay {
        font-size: .7rem;
        min-height: 32px;
        padding: 7px 10px;
        right: 9px;
        top: 9px;
    }
}

/* Liebe4You Markenbild 2026 */
.l4y-brand {
    flex: 0 0 auto;
    min-width: 0;
}

.l4y-brand img {
    display: block;
    width: clamp(126px, 15vw, 184px);
    height: auto;
    filter: drop-shadow(0 8px 10px rgba(49, 5, 12, .16));
}

.l4y-brand-showcase {
    position: relative;
    display: grid;
    justify-items: center;
    margin: 0;
    padding: clamp(22px, 4vw, 38px);
    overflow: hidden;
    border: 1px solid rgba(216, 166, 58, .44);
    border-radius: clamp(26px, 4vw, 38px);
    background:
        radial-gradient(circle at 86% 12%, rgba(244, 217, 141, .38), transparent 35%),
        linear-gradient(145deg, rgba(255, 255, 255, .97), rgba(255, 240, 229, .88));
    box-shadow: 0 30px 80px rgba(85, 7, 19, .16), inset 0 1px rgba(255, 255, 255, .9);
    isolation: isolate;
}

.l4y-brand-showcase::before {
    position: absolute;
    z-index: -1;
    width: 230px;
    height: 230px;
    right: -105px;
    bottom: -120px;
    border: 1px solid rgba(164, 13, 43, .14);
    border-radius: 50%;
    box-shadow: 0 0 0 28px rgba(216, 166, 58, .06);
    content: "";
}

.l4y-brand-showcase-logo {
    display: block;
    width: min(100%, 610px);
    height: auto;
}

.l4y-brand-showcase-claim {
    display: block;
    width: min(92%, 500px);
    height: auto;
    margin-top: clamp(-6px, -1vw, -2px);
}

.l4y-brand-showcase figcaption {
    margin-top: 16px;
    color: var(--l4y-red-800);
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .14em;
    text-align: center;
    text-transform: uppercase;
}

.l4y-campaign-emblem {
    display: block;
    width: min(190px, 62%);
    height: auto;
    margin: -8px auto 18px;
    filter: drop-shadow(0 18px 22px rgba(20, 0, 4, .34));
}

.l4y-campaign-trust strong,
.l4y-campaign-trust p {
    text-align: center;
}

.l4y-campaign-brand-banner {
    max-width: 1180px;
    margin: clamp(28px, 5vw, 58px) auto 0;
}

.l4y-campaign-brand-banner img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid rgba(216, 166, 58, .5);
    border-radius: clamp(15px, 2.6vw, 28px);
    box-shadow: 0 22px 55px rgba(85, 7, 19, .18);
}

.l4y-placeholder .l4y-brand {
    justify-self: center;
}

@media (min-width: 761px) {
    .l4y-hero {
        grid-template-columns: minmax(0, 1.04fr) minmax(400px, .96fr);
        gap: clamp(34px, 5vw, 74px);
    }
}

@media (max-width: 760px) {
    .l4y-nav {
        gap: 12px;
    }

    .l4y-brand img {
        width: clamp(118px, 38vw, 154px);
    }

    .l4y-nav .l4y-link-button {
        min-height: 43px;
        padding: 10px 15px;
        font-size: .86rem;
    }

    .l4y-hero {
        gap: 32px;
        padding-top: 28px;
    }

    .l4y-brand-showcase {
        order: -1;
        padding: 18px 15px 20px;
        border-radius: 24px;
    }

    .l4y-brand-showcase figcaption {
        margin-top: 12px;
        font-size: .64rem;
        letter-spacing: .1em;
    }

    .l4y-campaign-emblem {
        width: min(164px, 55%);
    }

    .l4y-campaign-brand-banner {
        margin-inline: -5px;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .l4y-brand-showcase {
        animation: l4y-brand-arrive 520ms cubic-bezier(.2, .7, .2, 1) both;
    }

    @keyframes l4y-brand-arrive {
        from {
            opacity: 0;
            transform: translateY(14px) scale(.985);
        }
        to {
            opacity: 1;
            transform: none;
        }
    }
}

.l4y-messages-shell {
    overflow: visible;
}

.l4y-messages-header,
.l4y-messages-shell > .l4y-notice,
.l4y-messages-layout {
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
}

.l4y-messages-header {
    margin-bottom: 24px;
}

.l4y-messages-header h1 {
    margin: 0;
    color: var(--l4y-red-950);
    font-size: clamp(2.8rem, 6vw, 5rem);
    font-weight: 850;
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.l4y-messages-header > p:last-child {
    max-width: 760px;
    margin: 18px 0 0;
    color: var(--l4y-muted);
    line-height: 1.6;
}

.l4y-messages-shell > .l4y-notice {
    margin-bottom: 16px;
}

.l4y-messages-layout {
    display: grid;
    grid-template-columns: 290px minmax(0, 1fr);
    min-height: 620px;
    overflow: hidden;
    border: 1px solid var(--l4y-border);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--l4y-shadow);
}

.l4y-conversation-list {
    padding: 20px 0;
    border-right: 1px solid var(--l4y-border);
    background: rgba(255, 249, 245, 0.82);
}

.l4y-conversation-list h2,
.l4y-conversation-list > p {
    margin: 0;
    padding: 0 18px 14px;
}

.l4y-conversation-list h2 {
    color: var(--l4y-red-900);
    font-size: 1rem;
}

.l4y-conversation-list > p {
    color: var(--l4y-muted);
    font-size: 0.84rem;
}

.l4y-conversation-list > a {
    position: relative;
    display: grid;
    gap: 4px;
    padding: 14px 40px 14px 18px;
    border-top: 1px solid rgba(125, 10, 29, 0.07);
    color: var(--l4y-ink);
    text-decoration: none;
}

.l4y-conversation-list > a.is-active,
.l4y-conversation-list > a:hover {
    background: #fff;
}

.l4y-conversation-list > a strong {
    color: var(--l4y-red-900);
}

.l4y-conversation-list > a span {
    overflow: hidden;
    color: var(--l4y-muted);
    font-size: 0.78rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.l4y-conversation-list > a i {
    position: absolute;
    top: 17px;
    right: 14px;
    display: grid;
    min-width: 21px;
    height: 21px;
    place-items: center;
    border-radius: 999px;
    color: #fff;
    background: var(--l4y-red-600);
    font-size: 0.68rem;
    font-style: normal;
    font-weight: 800;
}

.l4y-chat-panel {
    display: grid;
    grid-template-rows: auto minmax(320px, 1fr) auto auto;
    min-width: 0;
}

.l4y-chat-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 20px;
    border-bottom: 1px solid var(--l4y-border);
}

.l4y-chat-header span,
.l4y-chat-header strong {
    display: block;
}

.l4y-chat-header span {
    color: var(--l4y-muted);
    font-size: 0.72rem;
}

.l4y-chat-header strong {
    color: var(--l4y-red-900);
    font-size: 1.12rem;
}

.l4y-chat-header > a {
    color: var(--l4y-red-700);
    font-size: 0.78rem;
    font-weight: 800;
}

.l4y-chat-messages {
    display: flex;
    max-height: 560px;
    flex-direction: column;
    gap: 10px;
    padding: 22px;
    overflow-y: auto;
    background: linear-gradient(155deg, #fff, #fff8f5);
}

.l4y-chat-messages article {
    max-width: min(78%, 560px);
    padding: 11px 14px;
    border-radius: 16px 16px 16px 4px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(79, 8, 25, 0.07);
}

.l4y-chat-messages article.is-own {
    align-self: flex-end;
    border-radius: 16px 16px 4px;
    color: #fff;
    background: linear-gradient(145deg, var(--l4y-red-600), var(--l4y-red-900));
}

.l4y-chat-messages article p {
    margin: 0;
    line-height: 1.55;
}

.l4y-chat-messages article small {
    display: block;
    margin-top: 6px;
    color: var(--l4y-muted);
    font-size: 0.66rem;
}

.l4y-chat-messages article.is-own small {
    color: rgba(255, 255, 255, 0.72);
}

.l4y-chat-start {
    margin: auto;
    color: var(--l4y-muted);
    text-align: center;
}

.l4y-message-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 14px;
    border-top: 1px solid var(--l4y-border);
}

.l4y-message-form textarea {
    width: 100%;
    min-height: 54px;
    max-height: 150px;
    margin: 0;
    padding: 12px;
    resize: vertical;
    border: 1px solid var(--l4y-border);
    border-radius: 13px;
    font: 600 0.95rem/1.45 Inter, ui-sans-serif, system-ui, sans-serif;
}

.l4y-message-form .l4y-primary-button {
    align-self: end;
    cursor: pointer;
}

.l4y-message-limit {
    margin: 0;
    padding: 0 16px 12px;
    color: var(--l4y-muted);
    font-size: 0.68rem;
    text-align: right;
}

.l4y-chat-empty {
    display: grid;
    grid-row: 1 / -1;
    place-items: center;
    align-content: center;
    gap: 14px;
    padding: 30px;
    text-align: center;
}

.l4y-chat-empty > span {
    color: var(--l4y-gold);
    font-family: Georgia, serif;
    font-size: 4rem;
}

.l4y-chat-empty h2 {
    max-width: 470px;
    margin: 0;
    color: var(--l4y-red-900);
}

@media (max-width: 760px) {
    .l4y-messages-layout {
        grid-template-columns: 1fr;
    }

    .l4y-conversation-list {
        max-height: 230px;
        overflow-y: auto;
        border-right: 0;
        border-bottom: 1px solid var(--l4y-border);
    }

    .l4y-chat-messages {
        max-height: 460px;
    }
}

@media (max-width: 480px) {
    .l4y-message-form {
        grid-template-columns: 1fr;
    }

    .l4y-message-form .l4y-primary-button {
        width: 100%;
    }
}

.l4y-ad-slot,
.l4y-house-promotion {
    margin: 0 0 18px;
    padding: 14px 18px;
    border: 1px solid rgba(216, 166, 58, 0.32);
    border-radius: 16px;
    color: var(--l4y-ink);
    background: rgba(255, 248, 224, 0.82);
}

.l4y-ad-slot > a,
.l4y-house-promotion > a {
    display: grid;
    gap: 4px;
    color: inherit;
    text-decoration: none;
}

.l4y-ad-stack {
    position: relative;
}

.l4y-house-promotion {
    background: linear-gradient(135deg, rgba(255, 248, 224, .96), rgba(255, 255, 255, .94));
}

.l4y-ad-slot-adsense {
    min-height: 110px;
    overflow: hidden;
    text-align: center;
}

.l4y-ad-consent-note {
    display: block;
    padding: 24px 8px 10px;
    color: var(--l4y-muted);
}

.l4y-ad-choice {
    max-width: 980px;
}

.l4y-ad-choice-intro {
    margin: 36px auto 26px;
    max-width: 760px;
    text-align: center;
}

.l4y-ad-choice-intro h1 {
    font-size: clamp(2rem, 6vw, 4.2rem);
    margin: 10px 0 18px;
}

.l4y-ad-choice-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.l4y-ad-choice-card {
    background: rgba(255, 255, 255, .96);
    border: 1px solid var(--l4y-border);
    border-radius: 26px;
    box-shadow: var(--l4y-shadow);
    margin: 0 auto;
    max-width: 760px;
    padding: clamp(24px, 5vw, 42px);
}

.l4y-ad-choice-card.is-premium {
    background: linear-gradient(145deg, #fff9ec, #fff);
    border-color: rgba(216, 166, 58, .5);
}

.l4y-ad-choice-card ul {
    color: var(--l4y-muted);
    line-height: 1.65;
    margin: 18px 0 26px;
    padding-left: 20px;
}

.l4y-ad-choice-card form,
.l4y-ad-choice-card .l4y-primary-button,
.l4y-ad-choice-card .l4y-secondary-button {
    width: 100%;
}

.l4y-ad-choice-note {
    color: var(--l4y-muted);
    font-size: .86rem;
    line-height: 1.55;
    margin: 22px auto 0;
    max-width: 760px;
    text-align: center;
}

@media (max-width: 700px) {
    .l4y-ad-choice-grid {
        grid-template-columns: 1fr;
    }
}

.l4y-premium-price {
    margin: 8px 0 18px;
    font-size: clamp(1.8rem, 5vw, 2.6rem);
    font-weight: 800;
}

.l4y-premium-price small {
    font-size: .9rem;
    font-weight: 600;
}

.l4y-order-consent {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 10px;
    align-items: start;
    margin: 18px 0;
    font-size: .9rem;
    line-height: 1.45;
}

.l4y-order-consent input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
}

[data-l4y-payment-message] {
    min-height: 1.4em;
    color: var(--l4y-muted);
    font-size: .9rem;
}

[data-l4y-payment-message].is-error {
    color: #9d2030;
}

.l4y-premium-status {
    max-width: 720px;
    margin: 24px auto;
    padding: clamp(22px, 5vw, 38px);
    border: 1px solid rgba(216, 166, 58, .35);
    border-radius: 24px;
    background: rgba(255, 255, 255, .9);
    box-shadow: var(--l4y-shadow-soft);
}

.l4y-ad-label {
    display: block;
    color: var(--l4y-muted);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.l4y-premium-header,
.l4y-plan-grid {
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
}

.l4y-premium-header {
    padding: clamp(30px, 6vw, 70px) 0 46px;
    text-align: center;
}

.l4y-premium-header h1 {
    margin: 0;
    color: var(--l4y-red-950);
    font-size: clamp(2.7rem, 7vw, 5.6rem);
    font-weight: 850;
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.l4y-premium-header > p:not(.l4y-kicker) {
    max-width: 760px;
    margin: 24px auto 0;
    color: var(--l4y-muted);
    font-size: 1.08rem;
    line-height: 1.7;
}

.l4y-premium-header > span {
    display: inline-block;
    margin-top: 18px;
    padding: 7px 11px;
    border-radius: 999px;
    color: var(--l4y-red-800);
    background: rgba(196, 20, 58, 0.08);
    font-size: 0.78rem;
    font-weight: 800;
}

.l4y-plan-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.l4y-plan-grid article {
    padding: clamp(24px, 4vw, 40px);
    border: 1px solid var(--l4y-border);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 18px 48px rgba(79, 8, 25, 0.08);
}

.l4y-plan-grid article.is-premium {
    color: #fff;
    background: linear-gradient(155deg, var(--l4y-red-700), var(--l4y-red-950));
}

.l4y-plan-grid h2 {
    margin: 0;
    color: var(--l4y-red-900);
    font-size: 1.7rem;
}

.l4y-plan-grid .is-premium h2 {
    color: #fff;
}

.l4y-plan-grid ul {
    display: grid;
    gap: 12px;
    margin: 24px 0;
    padding: 0;
    color: var(--l4y-muted);
    list-style: none;
}

.l4y-plan-grid .is-premium ul {
    color: rgba(255, 255, 255, 0.78);
}

.l4y-plan-grid li::before {
    margin-right: 9px;
    color: var(--l4y-gold);
    content: "✓";
}

.l4y-plan-grid button:disabled {
    border-color: rgba(255, 255, 255, 0.3);
    cursor: not-allowed;
    opacity: 0.72;
}

@media (max-width: 680px) {
    .l4y-plan-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .l4y-primary-button,
    .l4y-secondary-button,
    .l4y-link-button {
        transition: none;
    }
}

.l4y-referral-shell {
    padding-bottom: 64px;
}

.l4y-referral-hero {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: center;
    margin: 28px 0;
    padding: clamp(28px, 5vw, 58px);
    border-radius: 32px;
    color: #fff;
    background: linear-gradient(135deg, #521022, #8f2340 62%, #b74f67);
    box-shadow: 0 24px 56px rgba(79, 8, 25, .2);
}

.l4y-referral-hero h1 {
    max-width: 780px;
    margin: 5px 0 12px;
    color: #fff;
    font-size: clamp(2rem, 5vw, 4.3rem);
    line-height: 1;
}

.l4y-referral-hero p:not(.l4y-kicker) {
    max-width: 720px;
    color: rgba(255,255,255,.82);
}

.l4y-credit-balance {
    display: grid;
    min-width: 180px;
    padding: 24px;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 24px;
    background: rgba(255,255,255,.12);
    text-align: center;
    backdrop-filter: blur(10px);
}

.l4y-credit-balance strong {
    font-size: 3.4rem;
    line-height: 1.05;
}

.l4y-invite-card,
.l4y-referral-disabled,
.l4y-credit-history {
    margin: 22px 0;
    padding: clamp(22px, 4vw, 38px);
    border: 1px solid var(--l4y-border);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(75, 14, 30, .08);
}

.l4y-copy-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    margin: 20px 0 12px;
}

.l4y-copy-row input {
    min-width: 0;
    padding: 14px 16px;
    border: 1px solid #d8c6cb;
    border-radius: 14px;
    color: #521022;
    background: #fff8fa;
}

.l4y-share-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.l4y-share-feedback {
    min-height: 1.5em;
    color: #6a3945;
}

.l4y-referral-rules {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    margin: 22px 0;
}

.l4y-referral-rules article {
    padding: 24px;
    border-radius: 22px;
    background: #f9eff2;
}

.l4y-referral-rules article > span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #8f2340;
    font-weight: 800;
}

.l4y-referral-rules h2 {
    margin: 16px 0 8px;
    font-size: 1.2rem;
}

.l4y-referral-dashboard {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 22px 0;
}

.l4y-referral-dashboard div {
    display: grid;
    padding: 20px;
    border: 1px solid var(--l4y-border);
    border-radius: 18px;
    background: #fff;
}

.l4y-referral-dashboard strong {
    font-size: 2rem;
    color: #8f2340;
}

.l4y-credit-history ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.l4y-credit-history li {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 13px 0;
    border-top: 1px solid #eee1e5;
}

.l4y-credit-history li span,
.l4y-credit-history li small {
    display: block;
}

.l4y-credit-history .is-plus { color: #26744a; }
.l4y-credit-history .is-minus { color: #9d263d; }
.l4y-credit-terms { color: var(--l4y-muted); font-size: .83rem; }

@media (max-width: 1100px) {
    .l4y-referral-rules { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
    .l4y-referral-hero,
    .l4y-copy-row,
    .l4y-referral-rules {
        grid-template-columns: 1fr;
    }
    .l4y-credit-balance { min-width: 0; }
    .l4y-referral-dashboard { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .l4y-referral-dashboard div { padding: 14px 10px; }
}

.l4y-discover-app,
.l4y-discover-app * {
    box-sizing: border-box;
}

.l4y-discover-app {
    position: relative;
    width: 100%;
    min-height: 100svh;
    padding: max(12px, env(safe-area-inset-top)) 14px calc(88px + env(safe-area-inset-bottom));
    overflow: hidden;
    color: var(--l4y-ink);
    background: linear-gradient(180deg, #fff 0%, #fff5f5 72%, #f6e8eb 100%);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.l4y-discover-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: min(100%, 520px);
    margin: 0 auto 12px;
}

.l4y-discover-topbar .l4y-brand-mark {
    width: 40px;
    height: 40px;
}

.l4y-discover-preferences {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: min(100%, 480px);
    margin: 0 auto 10px;
    padding: 8px 12px;
    border: 1px solid #eadce0;
    border-radius: 14px;
    color: #6f5d62;
    background: rgba(255, 255, 255, .9);
    font-size: .78rem;
}

.l4y-discover-preferences strong { color: #541525; }
.l4y-discover-preferences a { color: #930d2e; font-weight: 800; }

.l4y-location-pill {
    min-height: 44px;
    padding: 8px 13px;
    border: 1px solid #dbc9ce;
    border-radius: 999px;
    color: #6c3441;
    background: #fff;
    font: inherit;
    font-size: .84rem;
    font-weight: 750;
    cursor: pointer;
}

.l4y-location-pill.is-active {
    border-color: #3a9b67;
    color: #17623d;
    background: #ecfff4;
}

.l4y-location-sheet {
    position: fixed;
    z-index: 10000;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 560px;
    margin: auto;
    padding: 28px 22px calc(28px + env(safe-area-inset-bottom));
    border-radius: 28px 28px 0 0;
    background: #fff;
    box-shadow: 0 -18px 70px rgba(49, 5, 12, .26);
    max-height: calc(100svh - 24px);
    overflow-y: auto;
}

.l4y-location-sheet::before {
    position: fixed;
    z-index: -1;
    inset: 0;
    background: rgba(35, 12, 18, .42);
    content: "";
}

.l4y-location-sheet[hidden] { display: none; }
.l4y-location-sheet h2 { margin: 6px 36px 10px 0; font-size: 1.55rem; }
.l4y-location-sheet p,
.l4y-location-sheet li { color: var(--l4y-muted); line-height: 1.5; }
.l4y-location-sheet ul { padding-left: 20px; }
.l4y-sheet-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #f5ebee;
    font-size: 1.6rem;
    cursor: pointer;
}
.l4y-location-actions { display: grid; gap: 10px; }
.l4y-location-actions button { width: 100%; min-height: 50px; }
.l4y-location-actions [hidden] { display: none !important; }
.l4y-location-feedback { min-height: 2.8em; margin-bottom: 0; font-size: .84rem; }

.l4y-swipe-stage {
    display: grid;
    width: min(100%, 480px);
    margin: auto;
}

.l4y-swipe-stack {
    position: relative;
    height: min(66svh, 650px);
    min-height: 480px;
}

.l4y-swipe-card {
    --l4y-drag-x: 0px;
    --l4y-drag-y: calc(var(--l4y-stack-index) * 5px);
    --l4y-drag-rotate: 0deg;
    position: absolute;
    z-index: calc(30 - var(--l4y-stack-index));
    inset: 0;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    overflow: hidden;
    border: 1px solid rgba(84, 20, 37, .12);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 54px rgba(63, 10, 24, .16);
    transform: translate(var(--l4y-drag-x), var(--l4y-drag-y)) rotate(var(--l4y-drag-rotate)) scale(calc(1 - var(--l4y-stack-index) * .018));
    transform-origin: 50% 92%;
    transition: transform 180ms ease, opacity 180ms ease;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-select: none;
    cursor: grab;
    will-change: transform;
}

.l4y-swipe-card.is-dragging { transition: none; cursor: grabbing; }
.l4y-swipe-card.is-snapping-back { transition: transform 220ms cubic-bezier(.2, .8, .2, 1), opacity 180ms ease; }
.l4y-swipe-card:not(:first-child) { pointer-events: none; }
.l4y-swipe-card.is-leaving-left { transform: translate(-130vw, 10px) rotate(-24deg); opacity: 0; }
.l4y-swipe-card.is-leaving-right { transform: translate(130vw, 10px) rotate(24deg); opacity: 0; }
.l4y-swipe-card.is-leaving-up { transform: translateY(-120vh) scale(.92); opacity: 0; }

.l4y-swipe-photo {
    position: relative;
    min-height: 0;
    background-color: #eaded9;
    background-image: var(--l4y-avatar);
    background-position: var(--l4y-photo-x) var(--l4y-photo-y);
    background-repeat: no-repeat;
    background-size: var(--l4y-photo-size, 400% 200%);
}

.l4y-swipe-photo::after {
    position: absolute;
    inset: 55% 0 0;
    background: linear-gradient(transparent, rgba(42, 7, 16, .48));
    content: "";
}

.l4y-swipe-stamp {
    position: absolute;
    z-index: 2;
    top: 28px;
    padding: 8px 12px;
    border: 3px solid currentColor;
    border-radius: 8px;
    opacity: 0;
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
    transform: rotate(-10deg);
}

.l4y-swipe-stamp.is-like { left: 22px; color: #fff; background: rgba(26, 134, 82, .82); }
.l4y-swipe-stamp.is-pass { right: 22px; color: #fff; background: rgba(170, 32, 62, .82); transform: rotate(10deg); }
.l4y-swipe-card.is-dragging-like .is-like,
.l4y-swipe-card.is-dragging-pass .is-pass { opacity: 1; }

.l4y-swipe-content {
    position: relative;
    z-index: 3;
    display: grid;
    gap: 8px;
    padding: 17px 19px 20px;
    background: #fff;
}

.l4y-swipe-content h1 { margin: 0; font-size: clamp(1.55rem, 7vw, 2.15rem); line-height: 1; }
.l4y-swipe-content p { margin: 0; }
.l4y-swipe-place { margin-top: 5px !important; color: #8c4253; font-size: .88rem; font-weight: 750; }
.l4y-swipe-headline { color: #49353a; line-height: 1.4; }
.l4y-swipe-content .l4y-interest-list { margin: 2px 0; }
.l4y-swipe-content > a { color: #7d0a1d; font-size: .86rem; font-weight: 750; }

.l4y-swipe-actions {
    position: relative;
    z-index: 40;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: clamp(18px, 7vw, 34px);
    min-height: 82px;
    padding: 12px 0 0;
}

.l4y-swipe-actions button {
    display: grid;
    place-items: center;
    width: 62px;
    min-width: 62px;
    height: 62px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 24px rgba(54, 12, 23, .15);
    font: inherit;
    cursor: pointer;
}

.l4y-swipe-actions button > span { font-size: 1.65rem; line-height: 1; }
.l4y-swipe-actions button > small { position: absolute; margin-top: 88px; color: #6f5d62; font-size: .7rem; font-weight: 750; }
.l4y-swipe-actions .is-pass { color: #8b6670; }
.l4y-swipe-actions .is-poke { width: 54px; min-width: 54px; height: 54px; margin-top: 4px; color: #a46a00; }
.l4y-swipe-actions .is-like { color: #b20d37; }
.l4y-swipe-actions button:focus-visible { outline: 3px solid #e7b548; outline-offset: 4px; }
.l4y-swipe-actions button:disabled { opacity: .48; cursor: wait; }
.l4y-swipe-feedback { min-height: 1.4em; margin: 4px 0 0; color: #6f3a47; font-size: .8rem; text-align: center; }
.l4y-swipe-empty { display: grid; min-height: 480px; place-content: center; padding: 32px; text-align: center; }
.l4y-swipe-empty[hidden] { display: none; }
.l4y-swipe-empty > span { color: #ba2045; font-size: 4rem; }
.l4y-swipe-empty .l4y-secondary-button { margin-top: 12px; }

.l4y-mobile-tabbar {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    max-width: 560px;
    min-height: 68px;
    margin: auto;
    padding: 7px 8px calc(7px + env(safe-area-inset-bottom));
    border-top: 1px solid #eadce0;
    background: rgba(255,255,255,.96);
    box-shadow: 0 -8px 30px rgba(67, 15, 29, .09);
    backdrop-filter: blur(16px);
}

.l4y-mobile-tabbar a {
    display: grid;
    place-items: center;
    gap: 2px;
    min-height: 52px;
    border-radius: 12px;
    color: #766268;
    font-size: .67rem;
    font-weight: 750;
    text-decoration: none;
}

.l4y-mobile-tabbar a span { position: relative; font-size: 1.35rem; line-height: 1; }
.l4y-mobile-tabbar a span i {
    position: absolute;
    top: -7px;
    right: -12px;
    display: grid;
    min-width: 18px;
    height: 18px;
    place-items: center;
    padding: 0 4px;
    border: 2px solid #fff;
    border-radius: 20px;
    color: #fff;
    background: #b20d37;
    font: 800 .6rem/1 system-ui, sans-serif;
}
.l4y-mobile-tabbar a.is-active { color: #9e0c30; background: #fff0f3; }

/* Einheitliche, dauerhaft sichtbare Mitgliedernavigation */
body.l4y-page.l4y-member-signed-in {
    padding-bottom: 104px !important;
}

.l4y-member-signed-in .l4y-mobile-tabbar {
    display: none;
}

.l4y-member-menu {
    position: fixed;
    z-index: 100000;
    right: 16px;
    bottom: 18px;
    left: 16px;
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    width: min(calc(100% - 32px), 1080px);
    min-height: 70px;
    margin: auto;
    padding: 8px;
    border: 1px solid rgba(125, 10, 29, .16);
    border-radius: 24px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 14px 42px rgba(49, 5, 12, .2);
    backdrop-filter: blur(18px);
}

.l4y-member-menu.is-security-only {
    grid-template-columns: repeat(2, minmax(0, 220px));
    justify-content: center;
}

.l4y-member-menu a,
.l4y-member-menu form,
.l4y-member-menu button {
    min-width: 0;
    margin: 0;
}

.l4y-member-menu a,
.l4y-member-menu button {
    display: grid;
    place-items: center;
    gap: 3px;
    width: 100%;
    min-height: 52px;
    padding: 6px 8px;
    border: 0;
    border-radius: 16px;
    color: #705f63;
    background: transparent;
    cursor: pointer;
    font: inherit;
    text-align: center;
    text-decoration: none;
}

.l4y-member-menu a:hover,
.l4y-member-menu button:hover,
.l4y-member-menu a:focus-visible,
.l4y-member-menu button:focus-visible,
.l4y-member-menu a.is-active {
    color: var(--l4y-red-800);
    background: #fff0f3;
    outline: none;
}

.l4y-member-menu a > span,
.l4y-member-menu button > span {
    position: relative;
    font-size: 1.25rem;
    line-height: 1;
}

.l4y-member-menu strong {
    overflow: hidden;
    max-width: 100%;
    font-size: .73rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.l4y-member-menu i {
    position: absolute;
    top: -8px;
    right: -13px;
    display: grid;
    min-width: 18px;
    height: 18px;
    place-items: center;
    padding: 0 4px;
    border: 2px solid #fff;
    border-radius: 20px;
    color: #fff;
    background: #b20d37;
    font: 800 .6rem/1 system-ui, sans-serif;
}

body.l4y-member-admin-test .l4y-admin-test-banner {
    bottom: 104px;
}

@media (max-width: 680px) {
    body.l4y-page.l4y-member-signed-in {
        padding-bottom: 136px !important;
    }

    .l4y-member-menu {
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        min-height: 126px;
        padding: 6px 5px calc(6px + env(safe-area-inset-bottom));
        border-width: 1px 0 0;
        border-radius: 0;
    }

    .l4y-member-menu a,
    .l4y-member-menu button {
        min-height: 54px;
        padding-inline: 2px;
        border-radius: 12px;
    }

    .l4y-member-menu strong {
        font-size: .61rem;
    }

    body.l4y-member-admin-test .l4y-admin-test-banner {
        bottom: calc(126px + env(safe-area-inset-bottom));
    }
}

@media (max-height: 700px) {
    .l4y-swipe-stack { height: calc(100svh - 290px); min-height: 350px; }
    .l4y-swipe-content { gap: 5px; padding-block: 10px 12px; }
    .l4y-swipe-content .l4y-interest-list { display: none; }
    .l4y-swipe-actions { padding-top: 8px; }
}

@media (min-width: 760px) {
    .l4y-discover-app { padding-top: 24px; }
    .l4y-swipe-stack { height: min(70svh, 680px); }
    .l4y-location-sheet { bottom: 24px; border-radius: 28px; }
    .l4y-mobile-tabbar { bottom: 18px; border: 1px solid #eadce0; border-radius: 22px; }
}

@media (prefers-reduced-motion: reduce) {
    .l4y-swipe-card { transition-duration: 1ms; }
}

.l4y-email-state {
    display: inline-block;
    margin-top: 5px;
    font-size: .75rem;
    font-weight: 800;
}

.l4y-email-state.is-verified { color: #237249; }
.l4y-email-state.is-pending { color: #a46500; }
.l4y-resend-form { margin: 12px 0 20px; }

.l4y-two-factor-card { margin: 28px 0; padding: 22px; border: 1px solid #eadce0; border-radius: 20px; background: #fff9fa; }
.l4y-two-factor-card h2 { margin: 4px 0 8px; }
.l4y-two-factor-card details { margin-top: 18px; }
.l4y-security-state { display: inline-flex; gap: 7px; padding: 8px 12px; border-radius: 20px; font-weight: 800; }
.l4y-security-state.is-enabled { color: #1c6b43; background: #e8f7ee; }
.l4y-two-factor-setup { display: grid; gap: 16px; margin-top: 18px; }
.l4y-two-factor-setup ol { display: grid; gap: 8px; margin: 0; padding-left: 22px; }
.l4y-two-factor-secret { display: grid; gap: 6px; margin: 0; padding: 14px; border: 1px dashed #d9aeb9; border-radius: 14px; background: #fff; }
.l4y-two-factor-secret span { color: var(--l4y-muted); font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.l4y-two-factor-secret code { overflow-wrap: anywhere; color: #6f102b; font-size: 1rem; font-weight: 800; letter-spacing: .08em; }
.l4y-recovery-codes { margin: 18px 0; padding: 18px; border: 2px solid #d49a32; border-radius: 16px; background: #fff9e9; }
.l4y-recovery-codes ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; padding: 0; list-style: none; }
.l4y-recovery-codes code { font-size: 1rem; font-weight: 800; letter-spacing: .08em; }

.l4y-push-card { margin: 28px 0; padding: 22px; border: 1px solid #dcd4eb; border-radius: 20px; background: #fbf9ff; }
.l4y-push-card h2 { margin: 4px 0 8px; }
.l4y-push-state { display: inline-flex; margin: 8px 0 16px; padding: 8px 12px; border-radius: 18px; color: #49336f; background: #eee8fa; font-weight: 800; }
.l4y-push-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.l4y-push-actions button[hidden] { display: none; }
.l4y-push-preferences { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 18px; }
.l4y-push-preferences label { display: flex; align-items: center; gap: 9px; min-height: 46px; padding: 10px 12px; border: 1px solid #e5deef; border-radius: 13px; background: #fff; font-weight: 750; }
.l4y-push-preferences label { min-width: 0; }
.l4y-push-preferences label span { min-width: 0; overflow-wrap: anywhere; }
.l4y-push-preferences input { flex: 0 0 auto; width: 20px; height: 20px; accent-color: #941439; }
.l4y-push-help { margin: 14px 0 0; color: var(--l4y-muted); font-size: .82rem; line-height: 1.5; }
.l4y-push-feedback { min-height: 1.4em; margin: 10px 0 0; color: #26734a; font-weight: 750; }
.l4y-push-feedback.is-error { color: #9b1534; }

.l4y-account-shell,
.l4y-profile-edit-shell,
.l4y-members,
.l4y-public-profile,
.l4y-messages-shell,
.l4y-premium-shell,
.l4y-referral-shell,
.l4y-gifts-shell,
.l4y-notifications-shell { padding-bottom: 105px; }

.l4y-notifications-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    max-width: 900px;
    margin: 38px auto 24px;
}
.l4y-notifications-header h1 { margin: 5px 0 8px; }
.l4y-notifications-header p:last-child { margin: 0; color: var(--l4y-muted); }
.l4y-notification-list { display: grid; max-width: 900px; margin: auto; gap: 10px; }
.l4y-notification-item {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 14px;
    padding: 15px;
    border: 1px solid var(--l4y-border);
    border-radius: 18px;
    background: rgba(255,255,255,.8);
}
.l4y-notification-item.is-unread { border-color: #e6a5b5; background: #fff5f7; box-shadow: 0 8px 24px rgba(94,15,36,.07); }
.l4y-notification-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: #a20d32; background: #ffe3ea; font-size: 1.2rem; font-weight: 900; }
.l4y-notification-item h2 { margin: 0 0 3px; font-size: 1rem; }
.l4y-notification-item time { color: var(--l4y-muted); font-size: .76rem; }
.l4y-notification-item form button { width: 38px; height: 38px; border: 0; border-radius: 50%; color: #26734a; background: #e5f7ec; cursor: pointer; }
.l4y-notification-empty { padding: 50px 24px; border: 1px dashed var(--l4y-border); border-radius: 22px; text-align: center; }
.l4y-notification-empty > span { color: #b20d37; font-size: 3.5rem; }

.l4y-profile-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 1180px; margin: 18px auto 0; gap: 12px; }
.l4y-profile-gallery a { overflow: hidden; aspect-ratio: 1; border-radius: 18px; background: #eee; }
.l4y-profile-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .2s ease; }
.l4y-profile-gallery a:hover img { transform: scale(1.025); }

.l4y-pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 28px 0; }
.l4y-pagination a { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--l4y-border); border-radius: 12px; color: var(--l4y-red-900); background: #fff; font-weight: 800; text-decoration: none; }
.l4y-pagination a.is-current { color: #fff; border-color: var(--l4y-red-900); background: var(--l4y-red-900); }

.l4y-delete-account {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #eadce0;
}

.l4y-delete-account summary {
    color: #9b1534;
    font-weight: 800;
    cursor: pointer;
}

.l4y-delete-account > div {
    max-width: 620px;
    margin-top: 16px;
    padding: 18px;
    border: 1px solid #e2aeb9;
    border-radius: 18px;
    background: #fff5f6;
}

.l4y-danger-button {
    min-height: 48px;
    padding: 12px 18px;
    border: 0;
    border-radius: 13px;
    color: #fff;
    background: #981634;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.l4y-auth-shell,
.l4y-account-shell {
    overflow: visible;
}

.l4y-auth-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
    align-items: start;
    gap: clamp(40px, 8vw, 110px);
    max-width: 1040px;
    margin: 0 auto;
    padding: clamp(20px, 5vw, 60px) 0 80px;
}

.l4y-auth-layout-login {
    align-items: center;
}

.l4y-auth-copy h1,
.l4y-account-card h1 {
    margin: 0;
    color: var(--l4y-red-950);
    font-size: clamp(2.6rem, 6vw, 5rem);
    font-weight: 850;
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.l4y-auth-copy > p:not(.l4y-kicker),
.l4y-account-card > p:not(.l4y-kicker) {
    margin: 24px 0 0;
    color: var(--l4y-muted);
    font-size: 1.08rem;
    line-height: 1.7;
}

.l4y-auth-copy ul {
    display: grid;
    gap: 10px;
    margin: 28px 0 0;
    padding: 0;
    color: var(--l4y-red-900);
    font-weight: 700;
    list-style: none;
}

.l4y-auth-copy li::before {
    margin-right: 9px;
    color: var(--l4y-gold);
    content: "✓";
}

.l4y-auth-card,
.l4y-account-card {
    padding: clamp(24px, 4vw, 38px);
    border: 1px solid var(--l4y-border);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--l4y-shadow);
}

.l4y-form {
    display: grid;
    gap: 17px;
}

.l4y-form > label {
    display: grid;
    gap: 7px;
}

.l4y-form label > span:first-child {
    color: var(--l4y-ink);
    font-size: 0.86rem;
    font-weight: 800;
}

.l4y-form input[type="email"],
.l4y-form input[type="text"],
.l4y-form input[type="password"],
.l4y-form input[type="date"] {
    width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 11px 14px;
    border: 1px solid var(--l4y-border);
    border-radius: 13px;
    color: var(--l4y-ink);
    background: #fff;
    font: 650 1rem/1.3 Inter, ui-sans-serif, system-ui, sans-serif;
}

.l4y-form input:focus {
    border-color: var(--l4y-gold);
    outline: 3px solid rgba(216, 166, 58, 0.2);
}

.l4y-form small {
    color: var(--l4y-muted);
    line-height: 1.45;
}

.l4y-check-list {
    display: grid;
    gap: 11px;
    padding-top: 4px;
}

.l4y-check-list label,
.l4y-inline-check {
    display: grid !important;
    grid-template-columns: 20px 1fr;
    align-items: start;
    gap: 9px !important;
    color: var(--l4y-muted);
    font-size: 0.84rem;
    line-height: 1.45;
}

.l4y-check-list input,
.l4y-inline-check input {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    accent-color: var(--l4y-red-600);
}

.l4y-submit {
    width: 100%;
    margin-top: 4px;
    cursor: pointer;
}

.l4y-form-footnote {
    margin: 18px 0 0;
    color: var(--l4y-muted);
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: center;
}

.l4y-honeypot {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

.l4y-notice {
    margin: 0 0 18px;
    padding: 13px 15px;
    border-radius: 13px;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.5;
}

.l4y-notice.is-success {
    border: 1px solid rgba(37, 126, 83, 0.2);
    color: #155e3c;
    background: #ebf8f1;
}

.l4y-notice.is-error {
    border: 1px solid rgba(164, 13, 43, 0.2);
    color: var(--l4y-red-900);
    background: #fff0f2;
}

.l4y-account-card {
    max-width: 760px;
    margin: clamp(40px, 8vw, 100px) auto;
}

.l4y-account-card h1 {
    font-size: clamp(2.5rem, 6vw, 4.4rem);
}

.l4y-account-card dl {
    display: grid;
    gap: 2px;
    margin: 30px 0;
    overflow: hidden;
    border: 1px solid var(--l4y-border);
    border-radius: 16px;
    background: var(--l4y-border);
}

.l4y-account-card dl > div {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 18px;
    padding: 13px 15px;
    background: #fff;
}

.l4y-account-card dt {
    color: var(--l4y-muted);
    font-weight: 700;
}

.l4y-account-card dd {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
    font-weight: 800;
}

.l4y-logout-form {
    margin-top: 28px;
    text-align: center;
}

.l4y-export-form {
    margin-top: 10px;
    text-align: center;
}

.l4y-export-form button {
    padding: 8px 14px;
    border: 0;
    color: var(--l4y-red-800);
    background: transparent;
    font-weight: 750;
    text-decoration: underline;
    cursor: pointer;
}

.l4y-logout-form button {
    padding: 8px 14px;
    border: 0;
    color: var(--l4y-muted);
    background: transparent;
    font-weight: 750;
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 780px) {
    .l4y-auth-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .l4y-auth-copy ul {
        display: none;
    }
}

@media (max-width: 480px) {
    .l4y-auth-card,
    .l4y-account-card {
        margin-inline: -4px;
        padding: 22px 16px;
        border-radius: 22px;
    }

    .l4y-account-card dl > div {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}

.l4y-profile-edit-shell {
    overflow: visible;
}

.l4y-profile-edit-header {
    display: grid;
    grid-template-columns: 1fr 240px;
    align-items: end;
    gap: 40px;
    max-width: 1120px;
    margin: 0 auto 28px;
}

.l4y-profile-edit-header h1 {
    margin: 0;
    color: var(--l4y-red-950);
    font-size: clamp(2.5rem, 6vw, 4.8rem);
    font-weight: 850;
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.l4y-profile-edit-header > div:first-child > p:last-child {
    max-width: 700px;
    margin: 20px 0 0;
    color: var(--l4y-muted);
    line-height: 1.65;
}

.l4y-completion {
    padding: 18px;
    border: 1px solid var(--l4y-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
}

.l4y-completion > span,
.l4y-completion > strong {
    display: block;
}

.l4y-completion > span {
    color: var(--l4y-muted);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.l4y-completion > strong {
    margin-top: 3px;
    color: var(--l4y-red-900);
    font-size: 1.6rem;
}

.l4y-completion > div {
    height: 7px;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(125, 10, 29, 0.1);
}

.l4y-completion i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--l4y-red-600), var(--l4y-gold));
}

.l4y-profile-edit-shell > .l4y-notice {
    max-width: 1120px;
    margin: 0 auto 18px;
}

.l4y-profile-edit-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    align-items: start;
    gap: 22px;
    max-width: 1120px;
    margin: 0 auto;
}

.l4y-image-panel,
.l4y-profile-form {
    padding: 24px;
    border: 1px solid var(--l4y-border);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 15px 42px rgba(79, 8, 25, 0.08);
}

.l4y-image-panel h2 {
    margin: 0 0 16px;
    color: var(--l4y-red-900);
}

.l4y-image-placeholder {
    display: grid;
    width: 100%;
    aspect-ratio: 3 / 4;
    place-items: center;
    border: 1px dashed rgba(125, 10, 29, 0.28);
    border-radius: 18px;
    color: var(--l4y-red-600);
    background: #fff7f5;
    font-family: Georgia, serif;
    font-size: 4rem;
}

.l4y-image-panel > p,
.l4y-upload-help {
    color: var(--l4y-muted);
    font-size: 0.8rem;
    line-height: 1.55;
}

.l4y-own-images {
    display: grid;
    gap: 12px;
}

.l4y-own-images figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 18px;
}

.l4y-own-images img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.l4y-own-images figcaption {
    position: absolute;
    right: 9px;
    bottom: 9px;
    left: 9px;
    padding: 7px 9px;
    border-radius: 999px;
    color: #fff;
    background: rgba(49, 5, 12, 0.78);
    font-size: 0.7rem;
    font-weight: 800;
    text-align: center;
}

.l4y-own-images figcaption.is-approved {
    background: rgba(21, 94, 60, 0.86);
}

.l4y-profile-form {
    display: grid;
    gap: 22px;
}

.l4y-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
}

.l4y-form-grid label {
    display: grid;
    align-content: start;
    gap: 7px;
}

.l4y-form-grid label > span {
    color: var(--l4y-ink);
    font-size: 0.82rem;
    font-weight: 800;
}

.l4y-span-full {
    grid-column: 1 / -1;
}

.l4y-form-grid input,
.l4y-form-grid select,
.l4y-form-grid textarea {
    width: 100%;
    margin: 0;
    padding: 11px 13px;
    border: 1px solid var(--l4y-border);
    border-radius: 12px;
    color: var(--l4y-ink);
    background: #fff;
    font: 600 0.96rem/1.45 Inter, ui-sans-serif, system-ui, sans-serif;
}

.l4y-form-grid input,
.l4y-form-grid select {
    min-height: 48px;
}

.l4y-form-grid textarea {
    resize: vertical;
}

.l4y-form-grid input:focus,
.l4y-form-grid select:focus,
.l4y-form-grid textarea:focus {
    border-color: var(--l4y-gold);
    outline: 3px solid rgba(216, 166, 58, 0.2);
}

@media (max-width: 800px) {
    .l4y-profile-edit-header {
        grid-template-columns: 1fr;
    }

    .l4y-profile-edit-layout {
        grid-template-columns: 1fr;
    }

    .l4y-image-panel {
        display: grid;
        grid-template-columns: minmax(130px, 220px) 1fr;
        gap: 16px;
    }

    .l4y-image-panel h2 {
        grid-column: 1 / -1;
    }
}

@media (max-width: 560px) {
    .l4y-form-grid,
    .l4y-image-panel {
        grid-template-columns: 1fr;
    }

    .l4y-image-panel h2 {
        grid-column: auto;
    }

    .l4y-image-panel,
    .l4y-profile-form {
        padding: 18px 14px;
    }
}

.l4y-public-profile {
    overflow: visible;
}

.l4y-public-profile > .l4y-notice {
    max-width: 1040px;
    margin: 0 auto 18px;
}

.l4y-profile-detail {
    display: grid;
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1fr);
    gap: clamp(28px, 6vw, 72px);
    max-width: 1040px;
    margin: clamp(20px, 5vw, 60px) auto;
}

.l4y-profile-detail-photo {
    position: sticky;
    top: 24px;
    width: 100%;
    aspect-ratio: 3 / 4;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    background-color: #eaded9;
    background-image: var(--l4y-avatar);
    background-position: var(--l4y-photo-x) var(--l4y-photo-y);
    background-repeat: no-repeat;
    background-size: var(--l4y-photo-size, 400% 200%);
    box-shadow: var(--l4y-shadow);
}

.l4y-profile-detail-content {
    padding: clamp(10px, 3vw, 32px) 0;
}

.l4y-profile-detail-content h1 {
    margin: 0;
    color: var(--l4y-red-950);
    font-size: clamp(3rem, 7vw, 5.5rem);
    font-weight: 850;
    letter-spacing: -0.055em;
    line-height: 0.96;
}

.l4y-detail-headline {
    margin: 20px 0 30px;
    color: var(--l4y-red-700);
    font-size: 1.25rem;
    font-weight: 750;
    line-height: 1.5;
}

.l4y-profile-detail-content section {
    padding-top: 24px;
    border-top: 1px solid var(--l4y-border);
}

.l4y-profile-detail-content section h2 {
    margin: 0 0 10px;
    color: var(--l4y-red-900);
    font-size: 1rem;
}

.l4y-profile-detail-content section p,
.l4y-looking-for {
    color: var(--l4y-muted);
    line-height: 1.75;
}

.l4y-detail-interests {
    min-height: 0;
    margin-top: 22px;
}

.l4y-looking-for {
    margin-top: 22px;
}

.l4y-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid var(--l4y-border);
}

.l4y-detail-actions form {
    margin: 0;
}

.l4y-action-control {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border: 1px solid var(--l4y-border);
    border-radius: 12px;
    color: var(--l4y-red-900);
    background: #fff;
    font: 800 0.84rem/1.2 Inter, ui-sans-serif, system-ui, sans-serif;
    text-decoration: none;
    cursor: pointer;
}

.l4y-action-control.is-primary {
    border-color: var(--l4y-red-700);
    color: #fff;
    background: linear-gradient(145deg, var(--l4y-red-600), var(--l4y-red-900));
}

.l4y-action-control.is-danger {
    color: #7f1d1d;
    background: #fff5f5;
}

.l4y-action-control.is-favorite {
    border-color: #d6a632;
    color: #805b00;
    background: #fff9e8;
}

.l4y-action-control.is-favorite.is-active {
    color: #fff;
    background: linear-gradient(145deg, #d49a24, #9c6500);
}

.l4y-action-control.is-favorite > span { margin-right: 7px; font-size: 1.15rem; }
.l4y-action-control.is-friend { border-color: #8e6bb0; color: #5d327d; background: #faf5ff; }

.l4y-favorites-shell { padding-bottom: 130px; }
.l4y-favorites-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    max-width: 1180px;
    margin: 0 auto 24px;
    padding: clamp(24px, 5vw, 46px);
    border-radius: 30px;
    color: #fff;
    background: linear-gradient(135deg, #611026, #b5385a);
    box-shadow: 0 22px 56px rgba(83, 10, 29, .2);
}
.l4y-favorites-hero h1 { margin: 0 0 10px; font-size: clamp(2.2rem, 6vw, 4.6rem); line-height: .98; }
.l4y-favorites-hero p:not(.l4y-kicker) { max-width: 680px; margin: 0; color: #fff2f5; line-height: 1.6; }
.l4y-favorites-hero .l4y-kicker { color: #ffd9a1; }
.l4y-favorite-capacity { display: grid; min-width: 150px; padding: 20px; border: 1px solid rgba(255,255,255,.35); border-radius: 22px; background: rgba(255,255,255,.12); text-align: center; }
.l4y-favorite-capacity strong { font-size: 2.8rem; line-height: 1; }
.l4y-favorite-capacity span { margin-top: 7px; font-size: .78rem; font-weight: 750; }
.l4y-favorite-slots {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    max-width: 1180px;
    margin: 0 auto 26px;
    padding: 22px 26px;
    border: 1px solid #ead8ae;
    border-radius: 22px;
    background: #fffaf0;
}
.l4y-favorite-slots h2,
.l4y-favorite-slots p { margin: 4px 0; }
.l4y-favorite-slots .l4y-kicker { margin-bottom: 5px; }
.l4y-favorite-slots button:disabled { opacity: .5; cursor: not-allowed; }
.l4y-favorite-premium-note { grid-column: 1 / -1; color: var(--l4y-muted); font-size: .8rem; }
.l4y-favorite-grid { max-width: 1180px; margin: 0 auto; }
.l4y-favorites-empty { max-width: 700px; margin: 50px auto; padding: 48px 26px; border: 1px dashed var(--l4y-border); border-radius: 28px; background: rgba(255,255,255,.86); text-align: center; }
.l4y-favorites-empty > span { color: #c58a16; font-size: 4rem; }
.l4y-favorites-empty h2 { margin: 8px 0; }
.l4y-favorites-empty p { color: var(--l4y-muted); }

.l4y-friends-shell { padding-bottom: 140px; }
.l4y-friends-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 26px;
    max-width: 1180px;
    margin: 0 auto 28px;
    padding: clamp(26px, 5vw, 48px);
    border-radius: 30px;
    color: #fff;
    background: linear-gradient(135deg, #47235f, #9c537d);
    box-shadow: 0 22px 56px rgba(55, 18, 76, .2);
}
.l4y-friends-hero h1 { margin: 0 0 10px; font-size: clamp(2.2rem, 6vw, 4.6rem); line-height: .98; }
.l4y-friends-hero p:not(.l4y-kicker) { max-width: 700px; margin: 0; color: #f9eefc; line-height: 1.6; }
.l4y-friends-hero .l4y-kicker { color: #f3cc8c; }
.l4y-friends-count { display: grid; min-width: 148px; padding: 20px; border: 1px solid rgba(255,255,255,.3); border-radius: 22px; background: rgba(255,255,255,.12); text-align: center; }
.l4y-friends-count strong { font-size: 2.8rem; line-height: 1; }
.l4y-friends-count span { margin-top: 7px; font-size: .78rem; font-weight: 800; }
.l4y-friend-section { max-width: 900px; margin: 24px auto; padding: clamp(20px, 4vw, 30px); border: 1px solid var(--l4y-border); border-radius: 26px; background: rgba(255,255,255,.9); box-shadow: 0 16px 38px rgba(67,15,29,.07); }
.l4y-friend-section.is-incoming { border-color: #d8b4e8; background: #fdf8ff; }
.l4y-friend-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 16px; }
.l4y-friend-section-heading h2 { margin: 0; }
.l4y-friend-section-heading .l4y-kicker { margin-bottom: 5px; }
.l4y-friend-section-heading > span { display: grid; min-width: 34px; height: 34px; place-items: center; border-radius: 50%; color: #fff; background: #7a3c92; font-weight: 900; }
.l4y-friend-list { display: grid; gap: 11px; }
.l4y-friend-card { display: grid; grid-template-columns: 82px minmax(0, 1fr) auto; align-items: center; gap: 16px; padding: 12px; border: 1px solid #eadce0; border-radius: 20px; background: #fff; }
.l4y-friend-photo { width: 82px; height: 82px; border-radius: 17px; background-color: #eaded9; background-image: var(--l4y-avatar); background-position: var(--l4y-photo-x) var(--l4y-photo-y); background-repeat: no-repeat; background-size: var(--l4y-photo-size, 400% 200%); }
.l4y-friend-copy { min-width: 0; }
.l4y-friend-copy h3,
.l4y-friend-copy p { margin: 2px 0; }
.l4y-friend-copy h3 a { color: var(--l4y-red-950); text-decoration: none; }
.l4y-friend-copy p,
.l4y-friend-copy small { color: var(--l4y-muted); }
.l4y-friend-copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.l4y-friend-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.l4y-friendship-form { margin: 0; }
.l4y-friend-empty { padding: 34px 20px; text-align: center; }
.l4y-friend-empty > span { color: #8751a0; font-size: 3.4rem; }
.l4y-friend-empty h3 { margin: 5px 0; }
.l4y-friend-empty p { color: var(--l4y-muted); }

.l4y-profile-login-cta,
.l4y-pending-hint {
    margin-top: 30px;
    padding: 18px;
    border: 1px solid var(--l4y-border);
    border-radius: 16px;
    color: var(--l4y-muted);
    background: rgba(255, 255, 255, 0.72);
}

.l4y-profile-login-cta p {
    margin: 0 0 13px;
}

.l4y-report-box {
    margin-top: 22px;
    color: var(--l4y-muted);
    font-size: 0.82rem;
}

.l4y-report-box summary {
    display: inline-block;
    color: #7f1d1d;
    font-weight: 750;
    text-decoration: underline;
    cursor: pointer;
}

.l4y-report-box form {
    display: grid;
    gap: 11px;
    margin-top: 12px;
    padding: 15px;
    border: 1px solid var(--l4y-border);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.78);
}

.l4y-report-box label {
    display: grid;
    gap: 5px;
}

.l4y-report-box select,
.l4y-report-box textarea {
    width: 100%;
    padding: 9px 10px;
    border: 1px solid var(--l4y-border);
    border-radius: 9px;
    font: inherit;
}

@media (max-width: 760px) {
    .l4y-profile-detail {
        grid-template-columns: 1fr;
    }

    .l4y-profile-detail-photo {
        position: relative;
        top: 0;
        max-width: 520px;
        margin: 0 auto;
    }
}

.l4y-nav-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.l4y-nav-text-link {
    color: var(--l4y-red-900);
    font-weight: 750;
    text-decoration: none;
}

.l4y-nav-text-link:hover {
    color: var(--l4y-red-600);
}

.l4y-members {
    overflow: visible;
}

.l4y-members-header {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.55fr);
    align-items: end;
    gap: clamp(28px, 6vw, 80px);
    max-width: 1180px;
    margin: 0 auto 38px;
}

.l4y-members-header h1 {
    max-width: 800px;
    margin: 0;
    color: var(--l4y-red-950);
    font-size: clamp(2.35rem, 5vw, 4.7rem);
    font-weight: 850;
    letter-spacing: -0.05em;
    line-height: 1;
}

.l4y-members-header > div > p:last-child {
    max-width: 680px;
    margin: 20px 0 0;
    color: var(--l4y-muted);
    font-size: 1.08rem;
    line-height: 1.65;
}

.l4y-demo-notice {
    margin: 0;
    padding: 18px 20px;
    border: 1px solid rgba(216, 166, 58, 0.35);
    border-radius: 18px;
    color: #604716;
    background: rgba(255, 247, 218, 0.8);
    font-size: 0.9rem;
    line-height: 1.55;
}

.l4y-member-browser {
    max-width: 1180px;
    margin: 0 auto;
}

.l4y-member-filters {
    display: grid;
    grid-template-columns: repeat(4, minmax(120px, 1fr));
    align-items: end;
    gap: 12px;
    padding: 18px;
    border: 1px solid var(--l4y-border);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.83);
    box-shadow: 0 14px 38px rgba(79, 8, 25, 0.06);
}

.l4y-member-filters .l4y-filter-wide { grid-column: span 2; }

.l4y-member-filters label {
    display: grid;
    gap: 7px;
    color: var(--l4y-muted);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.l4y-member-filters select,
.l4y-member-filters input {
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 0 14px;
    border: 1px solid var(--l4y-border);
    border-radius: 13px;
    color: var(--l4y-ink);
    background: #fff;
    font: 700 1rem/1 Inter, ui-sans-serif, system-ui, sans-serif;
}

.l4y-member-filters select:focus,
.l4y-member-filters input:focus {
    border-color: var(--l4y-gold);
    outline: 3px solid rgba(216, 166, 58, 0.22);
}

.l4y-filter-reset {
    min-height: 48px;
    padding: 10px 18px;
    border: 1px solid var(--l4y-border);
    border-radius: 13px;
    color: var(--l4y-red-900);
    background: #fff;
    font-weight: 800;
    cursor: pointer;
}

.l4y-result-count {
    margin: 24px 2px 14px;
    color: var(--l4y-muted);
}

.l4y-result-count strong {
    color: var(--l4y-red-900);
}

.l4y-profile-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.l4y-profile-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--l4y-border);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 17px 42px rgba(79, 8, 25, 0.09);
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.l4y-profile-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 54px rgba(79, 8, 25, 0.14);
}

.l4y-profile-card[hidden] {
    display: none;
}

.l4y-profile-photo {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    background-color: #eaded9;
    background-image: var(--l4y-avatar);
    background-position: var(--l4y-photo-x) var(--l4y-photo-y);
    background-repeat: no-repeat;
    background-size: var(--l4y-photo-size, 400% 200%);
}

.l4y-demo-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 9px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 999px;
    color: #fff;
    background: rgba(49, 5, 12, 0.72);
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.l4y-profile-content {
    padding: 18px;
}

.l4y-profile-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.l4y-profile-title h2 {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    color: var(--l4y-red-950);
    font-size: 1.32rem;
    letter-spacing: -0.025em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.l4y-profile-title > span {
    display: inline-flex;
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--l4y-red-600);
    font-size: 0.72rem;
}

.l4y-profile-title > .l4y-trust-badge {
    background: #e7f7ef;
    border: 1px solid #9ad7b9;
    color: #126e4b;
}

.l4y-profile-meta {
    margin: 6px 0 0;
    color: var(--l4y-muted);
    font-size: 0.86rem;
}

.l4y-profile-headline {
    min-height: 2.8em;
    margin: 15px 0 13px;
    color: var(--l4y-ink);
    font-weight: 700;
    line-height: 1.4;
}

.l4y-interest-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    min-height: 54px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.l4y-interest-list li {
    align-self: flex-start;
    padding: 6px 9px;
    border-radius: 999px;
    color: var(--l4y-red-800);
    background: rgba(196, 20, 58, 0.08);
    font-size: 0.72rem;
    font-weight: 750;
}

.l4y-profile-actions {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 8px;
    margin-top: 16px;
}

.l4y-profile-actions .l4y-favorite-form { margin: 0; }
.l4y-profile-actions .l4y-favorite-form.is-compact button { width: 44px; min-height: 42px; padding: 0; font-size: 0; }
.l4y-profile-actions .l4y-favorite-form.is-compact button > span { margin: 0; font-size: 1.45rem; }
.l4y-card-favorite-mark { display: grid; width: 44px; min-height: 42px; place-items: center; border: 1px solid var(--l4y-border); border-radius: 12px; color: #b58017; background: #fff; font-size: 1.45rem; }

.l4y-profile-actions button {
    min-height: 42px;
    padding: 8px 12px;
    border: 1px solid var(--l4y-border);
    border-radius: 12px;
    color: var(--l4y-red-800);
    background: #fff;
    font-weight: 800;
}

.l4y-card-profile-link {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border: 1px solid var(--l4y-border);
    border-radius: 12px;
    color: var(--l4y-red-800);
    background: #fff;
    font-size: 0.8rem;
    font-weight: 800;
    text-decoration: none;
}

.l4y-profile-actions button:first-child {
    padding: 0;
    color: var(--l4y-red-600);
    font-family: Georgia, serif;
    font-size: 1.65rem;
}

.l4y-profile-actions button:disabled {
    cursor: not-allowed;
    opacity: 0.62;
}

.l4y-no-results {
    margin: 30px 0;
    padding: 32px;
    border: 1px dashed var(--l4y-border);
    border-radius: 20px;
    color: var(--l4y-muted);
    text-align: center;
}

@media (max-width: 980px) {
    .l4y-members-header {
        grid-template-columns: 1fr;
    }

    .l4y-member-filters {
        grid-template-columns: 1.3fr 0.7fr 0.7fr;
    }

    .l4y-filter-reset {
        grid-column: 1 / -1;
    }

    .l4y-profile-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .l4y-favorites-hero,
    .l4y-favorite-slots,
    .l4y-friends-hero { grid-template-columns: 1fr; }
    .l4y-favorite-capacity { min-width: 0; }
    .l4y-favorite-slots .l4y-primary-button { width: 100%; }
    .l4y-friends-count { min-width: 0; }
    .l4y-friend-card { grid-template-columns: 68px minmax(0, 1fr); }
    .l4y-friend-photo { width: 68px; height: 68px; }
    .l4y-friend-actions { grid-column: 1 / -1; justify-content: stretch; }
    .l4y-friend-actions form { flex: 1 1 auto; }
    .l4y-friend-actions button { width: 100%; }
}

@media (max-width: 700px) {
    .l4y-nav-actions {
        gap: 10px;
    }

    .l4y-nav-text-link {
        display: none;
    }

    .l4y-member-filters {
        grid-template-columns: 1fr 1fr;
    }

    .l4y-member-filters .l4y-filter-wide,
    .l4y-member-filters .l4y-primary-button,
    .l4y-filter-reset {
        grid-column: 1 / -1;
    }

    .l4y-notifications-header { align-items: stretch; flex-direction: column; }
    .l4y-notification-item { grid-template-columns: auto 1fr auto; }
    .l4y-notification-item > .l4y-secondary-button { grid-column: 2 / -1; text-align: center; }
    .l4y-profile-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .l4y-recovery-codes ul { grid-template-columns: 1fr; }
    .l4y-push-preferences { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .l4y-push-actions { display: grid; }
    .l4y-push-actions button { width: 100%; }

    .l4y-profile-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .l4y-profile-content {
        padding: 14px;
    }

    .l4y-profile-title h2 {
        font-size: 1.1rem;
    }
}

@media (max-width: 420px) {
    .l4y-profile-grid {
        grid-template-columns: 1fr;
    }

    .l4y-profile-photo {
        aspect-ratio: 4 / 5;
    }
}

.l4y-home-profiles {
    max-width: 1180px;
    margin: 0 auto clamp(54px, 8vw, 96px);
    padding: clamp(28px, 4vw, 46px);
    border: 1px solid var(--l4y-border);
    border-radius: 34px;
    background:
        radial-gradient(circle at 92% 3%, rgba(216, 166, 58, 0.2), transparent 21rem),
        rgba(255, 255, 255, 0.7);
    box-shadow: 0 22px 60px rgba(79, 8, 25, 0.08);
    backdrop-filter: blur(10px);
}

.l4y-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 28px;
}

.l4y-section-heading h2 {
    max-width: 720px;
    margin: 0;
    color: var(--l4y-red-950);
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 850;
    letter-spacing: -0.045em;
    line-height: 1.03;
}

.l4y-section-heading > div > p:last-child {
    max-width: 680px;
    margin: 16px 0 0;
    color: var(--l4y-muted);
    line-height: 1.65;
}

.l4y-section-heading > .l4y-secondary-button {
    flex: 0 0 auto;
}

.l4y-teaser-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.l4y-teaser-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 22px;
    background: #eaded9;
    box-shadow: 0 15px 34px rgba(79, 8, 25, 0.13);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.l4y-teaser-card:nth-child(2),
.l4y-teaser-card:nth-child(5) {
    transform: translateY(10px);
}

.l4y-teaser-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 44px rgba(79, 8, 25, 0.2);
}

.l4y-teaser-photo {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background-color: #eaded9;
    background-image: var(--l4y-avatar);
    background-position: var(--l4y-photo-x) var(--l4y-photo-y);
    background-repeat: no-repeat;
    background-size: var(--l4y-photo-size, 400% 200%);
}

.l4y-teaser-photo::after {
    position: absolute;
    inset: 42% 0 0;
    background: linear-gradient(transparent, rgba(49, 5, 12, 0.9));
    content: "";
}

.l4y-teaser-name {
    position: absolute;
    z-index: 1;
    right: 15px;
    bottom: 15px;
    left: 15px;
    color: #fff;
}

.l4y-teaser-name strong,
.l4y-teaser-name span {
    display: block;
}

.l4y-teaser-name strong {
    overflow: hidden;
    font-size: clamp(1rem, 1.6vw, 1.24rem);
    letter-spacing: -0.02em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.l4y-teaser-name span {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.78rem;
}

.l4y-teaser-disclaimer {
    margin: 24px 0 0;
    color: var(--l4y-muted);
    font-size: 0.76rem;
    text-align: center;
}

@media (max-width: 900px) {
    .l4y-teaser-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 22px;
    }

    .l4y-teaser-card:nth-child(2),
    .l4y-teaser-card:nth-child(5) {
        transform: none;
    }
}

@media (max-width: 620px) {
    .l4y-home-profiles {
        margin-inline: -4px;
        padding: 24px 16px;
        border-radius: 26px;
    }

    .l4y-section-heading {
        display: grid;
    }

    .l4y-section-heading > .l4y-secondary-button {
        width: 100%;
    }

    .l4y-teaser-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .l4y-teaser-name {
        right: 11px;
        bottom: 11px;
        left: 11px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .l4y-teaser-card {
        transition: none;
    }
}

/* Kampagnen-Landingpage */
.l4y-campaign-shell {
    overflow: clip;
}

.l4y-campaign-hero {
    align-items: center;
    display: grid;
    gap: clamp(28px, 6vw, 80px);
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    margin: 0 auto clamp(54px, 8vw, 100px);
    max-width: 1180px;
}

.l4y-campaign-hero h1 {
    font-size: clamp(2.45rem, 6vw, 5.4rem);
    letter-spacing: -.055em;
    line-height: .98;
    margin: 12px 0 24px;
    max-width: 900px;
}

.l4y-campaign-hero > div > p:not(.l4y-kicker) {
    color: var(--l4y-muted);
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    line-height: 1.65;
    max-width: 720px;
}

.l4y-campaign-trust {
    background: linear-gradient(145deg, var(--l4y-red-900), var(--l4y-red-700));
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 34px;
    box-shadow: 0 28px 70px rgba(85, 7, 19, .22);
    color: #fff;
    padding: clamp(28px, 5vw, 48px);
    transform: rotate(2deg);
}

.l4y-campaign-trust > span {
    color: var(--l4y-gold-light);
    display: block;
    font-size: 4rem;
    line-height: 1;
}

.l4y-campaign-trust strong {
    display: block;
    font-size: clamp(1.45rem, 3vw, 2.1rem);
    margin: 18px 0 10px;
}

.l4y-campaign-trust p {
    color: rgba(255, 255, 255, .8);
    line-height: 1.65;
    margin: 0;
}

.l4y-campaign-checks {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 26px 0 0;
    padding: 0;
}

.l4y-campaign-checks li::before {
    color: var(--l4y-red-600);
    content: "✓";
    font-weight: 900;
    margin-right: 9px;
}

.l4y-campaign-cta {
    align-items: center;
    background: #fff;
    border: 1px solid var(--l4y-border);
    border-radius: 30px;
    box-shadow: var(--l4y-shadow);
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin: clamp(50px, 8vw, 100px) auto 0;
    max-width: 1180px;
    padding: clamp(26px, 5vw, 48px);
}

.l4y-campaign-cta h2,
.l4y-campaign-cta p {
    margin: 5px 0;
}

@media (max-width: 760px) {
    .l4y-campaign-hero {
        grid-template-columns: 1fr;
    }

    .l4y-campaign-trust {
        transform: none;
    }

    .l4y-campaign-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .l4y-campaign-cta .l4y-primary-button {
        text-align: center;
        width: 100%;
    }
}
