.ld-hero {
    position: relative;
    min-height: 720px;
    overflow: hidden;
    padding: 110px 0 0;
    background:
        linear-gradient(90deg, rgba(3,7,20,.98) 0%, rgba(3,7,20,.86) 34%, rgba(3,7,20,.28) 68%, rgba(3,7,20,.42) 100%),
        var(--ld-hero-bg) center/cover no-repeat;
    border-bottom: 1px solid rgba(98,168,255,.12);
}
.ld-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 78% 33%, rgba(98,168,255,.24), transparent 17rem), linear-gradient(180deg, transparent 70%, #071126 100%);
    pointer-events: none;
}
.ld-hero-stars { position: absolute; inset: 0; background: radial-gradient(circle at 8% 28%, rgba(98,168,255,.8) 0 1px, transparent 2px), radial-gradient(circle at 13% 58%, rgba(255,255,255,.8) 0 1px, transparent 2px), radial-gradient(circle at 20% 18%, rgba(98,168,255,.6) 0 1px, transparent 2px); background-size: 240px 240px; opacity: .28; }
.ld-hero-inner { position: relative; display: grid; grid-template-columns: .9fr 1.18fr; align-items: end; min-height: 610px; }
.ld-hero-copy { padding: 48px 0 74px; position: relative; z-index: 2; max-width: 520px; }
.ld-hero-copy h1 { margin: 0; font-family: var(--ld-font-title); font-size: clamp(72px, 7.3vw, 116px); line-height: .9; letter-spacing: .04em; text-transform: uppercase; font-weight: 700; color: #fff; text-shadow: 0 0 24px rgba(98,168,255,.2); }
.ld-hero-divider { display: block; width: 250px; height: 18px; margin: 27px 0 24px; background: linear-gradient(90deg, transparent, rgba(191,163,106,.9), rgba(98,168,255,.75), rgba(191,163,106,.6), transparent); mask: linear-gradient(#000,#000) center/100% 1px no-repeat; position: relative; }
.ld-hero-text { margin: 0 0 28px; color: var(--ld-text); font-size: 18px; max-width: 460px; line-height: 1.75; }
.ld-hero-actions { display: flex; gap: 18px; flex-wrap: wrap; margin-bottom: 24px; }
.ld-hero-note { color: #7faeff; text-transform: uppercase; letter-spacing: .12em; font-size: 13px; font-weight: 700; margin: 0; }
.ld-hero-note span { color: var(--ld-blue-soft); margin: 0 10px; }
.ld-hero-visual { position: relative; min-height: 610px; align-self: stretch; display: flex; align-items: flex-end; justify-content: flex-end; }
.ld-hero-visual img { width: min(820px, 58vw); height: 640px; object-fit: cover; object-position: center top; filter: drop-shadow(0 0 52px rgba(98,168,255,.28)); mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 100%); border-radius: 0 0 0 160px; }

.ld-story-section { background: linear-gradient(180deg, rgba(7,17,38,.94), rgba(3,7,20,.58)); padding-top: 44px; }
.ld-story-carousel { position: relative; }
.ld-story-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.ld-story-card { min-height: 318px; border: 1px solid rgba(191,163,106,.52); border-radius: 8px; overflow: hidden; background: var(--ld-card); box-shadow: var(--ld-shadow); position: relative; }
.ld-story-card a { display: block; height: 100%; position: relative; color: var(--ld-text); }
.ld-story-card img { width: 100%; height: 100%; min-height: 318px; object-fit: cover; object-position: center top; transition: transform .45s ease; }
.ld-story-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,7,20,.02), rgba(3,7,20,.34) 42%, rgba(3,7,20,.96) 100%); pointer-events: none; }
.ld-story-card:hover img { transform: scale(1.05); }
.ld-story-number { position: absolute; z-index: 2; left: 16px; bottom: 100px; font-family: var(--ld-font-title); font-size: 28px; color: #a7c5ff; }
.ld-story-card-body { position: absolute; z-index: 2; left: 16px; right: 16px; bottom: 16px; }
.ld-story-card h3 { margin: 0 0 10px; font-size: 17px; line-height: 1.25; color: var(--ld-white); }
.ld-story-card p { margin: 0; color: var(--ld-muted); font-size: 13px; line-height: 1.45; }
.ld-slider-arrow { position: absolute; z-index: 4; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--ld-border); background: rgba(3,7,20,.68); color: var(--ld-muted); font-size: 32px; cursor: pointer; backdrop-filter: blur(8px); }
.ld-slider-prev { left: -36px; }
.ld-slider-next { right: -36px; }

.ld-gallery-section { padding-top: 46px; }
.ld-gallery-mosaic { position: relative; display: grid; grid-template-columns: 1.05fr 1.1fr; grid-template-rows: repeat(2, 170px); gap: 12px; }
.ld-gallery-item { position: relative; border: 1px solid var(--ld-border); border-radius: 8px; overflow: hidden; background: var(--ld-card); min-height: 170px; box-shadow: 0 0 40px rgba(30,91,255,.12); }
.ld-gallery-big { grid-row: span 2; }
.ld-gallery-item img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .45s ease; }
.ld-gallery-item:hover img { transform: scale(1.05); }
.ld-gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(3,7,20,.65)); opacity: 0; transition: opacity .2s ease; }
.ld-gallery-item:hover::after { opacity: 1; }
.ld-gallery-item span { position: absolute; z-index: 2; left: 16px; bottom: 14px; font-weight: 700; opacity: 0; transition: opacity .2s ease; }
.ld-gallery-item:hover span { opacity: 1; }
.ld-gallery-cta { position: absolute; z-index: 5; left: 50%; bottom: 38px; transform: translateX(-5%); min-height: 56px; padding: 0 28px; border-radius: 18px; display: inline-flex; align-items: center; gap: 12px; background: rgba(3,7,20,.78); border: 1px solid rgba(221,232,255,.28); box-shadow: 0 0 28px rgba(0,0,0,.25); text-transform: uppercase; font-weight: 800; font-size: 13px; letter-spacing: .05em; backdrop-filter: blur(12px); }
.ld-grid-icon { color: var(--ld-gold); font-size: 20px; }

.ld-video-section { padding-top: 18px; }
.ld-video-card { border: 1px solid var(--ld-border); background: linear-gradient(180deg, rgba(10,23,48,.78), rgba(5,13,30,.94)); border-radius: 8px; overflow: hidden; box-shadow: var(--ld-shadow); max-width: 900px; margin-left: auto; }
.ld-video-preview { position: relative; min-height: 320px; background: #050b18; }
.ld-video-preview a { position: relative; display: block; }
.ld-video-preview img { width: 100%; height: 340px; object-fit: cover; }
.ld-video-body { padding: 22px 24px 28px; }
.ld-video-body h3 { margin: 0 0 10px; font-size: 18px; color: var(--ld-white); }
.ld-video-body p { margin: 0; color: var(--ld-muted); font-size: 14px; max-width: 650px; }
.ld-embed-wrap { position: relative; width: 100%; aspect-ratio: 16/9; overflow: hidden; border-radius: 8px; background: #000; }
.ld-embed-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.ld-wallpapers-section { padding-top: 40px; }
.ld-wallpapers-row { display: grid; grid-template-columns: repeat(5, 1fr) 1.35fr; gap: 18px; align-items: stretch; }
.ld-wallpaper-card { min-height: 284px; border: 1px solid var(--ld-border); border-radius: 8px; overflow: hidden; background: var(--ld-card); box-shadow: 0 0 34px rgba(30,91,255,.13); }
.ld-wallpaper-card img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .45s ease; }
.ld-wallpaper-card:hover img { transform: scale(1.05); }
.ld-wallpaper-cta { border: 1px solid var(--ld-border); border-radius: 8px; padding: 34px 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: rgba(10,23,48,.54); box-shadow: inset 0 0 40px rgba(98,168,255,.06); }
.ld-phone-icon { width: 30px; height: 42px; border: 1px solid var(--ld-gold); border-radius: 8px; display: grid; place-items: center; color: var(--ld-gold); margin-bottom: 16px; }
.ld-wallpaper-cta h3 { margin: 0 0 12px; font-family: var(--ld-font-title); text-transform: uppercase; color: var(--ld-white); font-size: 24px; line-height: 1.05; }
.ld-wallpaper-cta p { margin: 0 0 24px; color: var(--ld-muted); font-size: 14px; }

.ld-character-section { padding-top: 0; }
.ld-character-banner { position: relative; min-height: 148px; overflow: hidden; border: 1px solid var(--ld-border); border-radius: 10px; background: linear-gradient(90deg, rgba(7,17,38,.92), rgba(11,31,74,.72), rgba(7,17,38,.88)), var(--ld-character-bg) center/cover no-repeat; display: grid; grid-template-columns: 140px 1fr auto; align-items: center; gap: 24px; padding: 20px 38px 20px 20px; box-shadow: var(--ld-shadow); }
.ld-character-avatar { width: 120px; height: 120px; border-radius: 50%; border: 1px solid rgba(98,168,255,.4); overflow: hidden; box-shadow: 0 0 30px rgba(98,168,255,.25); }
.ld-character-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.ld-character-copy h2 { margin-bottom: 8px; color: var(--ld-white); }
.ld-character-copy p { margin: 0; color: var(--ld-muted); max-width: 560px; line-height: 1.55; }
.ld-character-crystal { position: absolute; right: 0; bottom: -80px; width: 300px; opacity: .28; pointer-events: none; }
/* === v1.1 home layout tuned to selected mockup === */
.ld-hero {
    position: relative;
    min-height: 610px;
    overflow: hidden;
    padding: 0;
    background:
        radial-gradient(circle at 8% 27%, rgba(98,168,255,.12), transparent 17rem),
        linear-gradient(180deg, #030714 0%, #061028 100%);
    border-bottom: 1px solid rgba(98,168,255,.12);
}
.ld-hero::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 69%;
    height: 100%;
    background: var(--ld-hero-scene) center top / cover no-repeat;
    filter: saturate(1.05) contrast(1.02);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.18) 10%, #000 25%, #000 100%);
}
.ld-hero::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(3,7,20,.98) 0%, rgba(3,7,20,.86) 34%, rgba(3,7,20,.26) 58%, rgba(3,7,20,.12) 100%),
        linear-gradient(180deg, rgba(3,7,20,.12) 0%, rgba(3,7,20,0) 66%, #071126 100%);
    pointer-events: none;
}
.ld-hero-stars {
    position: absolute;
    z-index: 2;
    inset: 0;
    background:
        radial-gradient(circle at 6% 32%, rgba(98,168,255,.9) 0 1px, transparent 2px),
        radial-gradient(circle at 14% 58%, rgba(255,255,255,.75) 0 1px, transparent 2px),
        radial-gradient(circle at 18% 18%, rgba(98,168,255,.7) 0 1px, transparent 2px);
    background-size: 230px 230px;
    opacity: .34;
}
.ld-hero-inner { position: relative; z-index: 3; display: block; min-height: 610px; }
.ld-hero-copy { max-width: 455px; padding: 142px 0 70px 70px; position: relative; z-index: 4; }
.ld-hero-copy h1 {
    margin: 0;
    font-family: var(--ld-font-title);
    font-size: clamp(72px, 5.65vw, 102px);
    line-height: .92;
    letter-spacing: .045em;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 24px rgba(98,168,255,.22);
}
.ld-kicker { margin-bottom: 10px; font-size: 16px; letter-spacing: .18em; color: #b8c4df; }
.ld-hero-divider { display: block; width: 250px; height: 18px; margin: 24px 0 23px; background: linear-gradient(90deg, transparent, rgba(191,163,106,.92), rgba(98,168,255,.78), rgba(191,163,106,.64), transparent); mask: linear-gradient(#000,#000) center/100% 1px no-repeat; }
.ld-hero-text { margin: 0 0 27px; color: #e0e9ff; font-size: 16px; max-width: 390px; line-height: 1.7; }
.ld-hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 24px; }
.ld-hero-note { color: #82afff; text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 700; margin: 0; }
.ld-hero-note span { color: var(--ld-blue-soft); margin: 0 10px; }
.ld-hero-visual { display: none !important; }

.ld-story-section { background: linear-gradient(180deg, rgba(7,17,38,.98), rgba(3,7,20,.70)); padding-top: 34px; padding-bottom: 38px; }
.ld-story-carousel { position: relative; }
.ld-story-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.ld-story-card { position: relative; overflow: hidden; }
.ld-story-card--mock { border: 0; border-radius: 8px; background: transparent; box-shadow: 0 0 38px rgba(30,91,255,.12); min-height: 0; aspect-ratio: 172 / 232; }
.ld-story-card--mock a { display: block; height: 100%; }
.ld-story-card--mock img { width: 100%; height: 100%; min-height: 0; object-fit: fill; transition: filter .25s ease, transform .25s ease; }
.ld-story-card--mock::after,
.ld-story-card--mock .ld-story-number,
.ld-story-card--mock .ld-story-card-body { display: none; }
.ld-story-card--mock:hover img { transform: translateY(-2px); filter: brightness(1.08); }
.ld-slider-arrow { top: 50%; width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(191,163,106,.36); background: rgba(3,7,20,.58); font-size: 28px; color: #bcd1ff; }
.ld-slider-prev { left: -34px; }
.ld-slider-next { right: -34px; }

.ld-media-section { padding-top: 36px; padding-bottom: 36px; background: linear-gradient(180deg, rgba(3,7,20,.74), rgba(4,13,31,.88)); }
.ld-media-grid { display: grid; grid-template-columns: 1.42fr .92fr; gap: 56px; align-items: start; }
.ld-media-block .ld-section-head { margin-bottom: 22px; }
.ld-media-block .ld-title-line { gap: 18px; }
.ld-gallery-mosaic { position: relative; display: grid; grid-template-columns: 1.22fr .62fr .62fr; grid-template-rows: repeat(2, 141px); gap: 9px; }
.ld-gallery-item { position: relative; border: 1px solid rgba(138,176,255,.24); border-radius: 7px; overflow: hidden; background: var(--ld-card); min-height: 0; box-shadow: 0 0 34px rgba(30,91,255,.13); }
.ld-gallery-big { grid-row: 1 / span 2; }
.ld-gallery-item img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .45s ease; }
.ld-gallery-item:hover img { transform: scale(1.045); }
.ld-gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(3,7,20,.64)); opacity: 0; transition: opacity .2s ease; }
.ld-gallery-item:hover::after { opacity: 1; }
.ld-gallery-item span { position: absolute; z-index: 2; left: 14px; bottom: 12px; font-weight: 700; opacity: 0; transition: opacity .2s ease; }
.ld-gallery-item:hover span { opacity: 1; }
.ld-gallery-cta { position: absolute; z-index: 5; left: 53%; bottom: 30px; transform: translateX(-5%); min-height: 48px; padding: 0 24px; border-radius: 15px; display: inline-flex; align-items: center; gap: 11px; background: rgba(3,7,20,.82); border: 1px solid rgba(221,232,255,.28); box-shadow: 0 0 28px rgba(0,0,0,.25); text-transform: uppercase; font-weight: 800; font-size: 12px; letter-spacing: .05em; backdrop-filter: blur(12px); }
.ld-grid-icon { color: var(--ld-gold); font-size: 18px; }

.ld-video-card { border: 1px solid rgba(138,176,255,.26); background: linear-gradient(180deg, rgba(10,23,48,.78), rgba(5,13,30,.94)); border-radius: 8px; overflow: hidden; box-shadow: var(--ld-shadow); max-width: none; margin: 0; }
.ld-video-preview { position: relative; min-height: 0; background: #050b18; }
.ld-video-preview a { position: relative; display: block; }
.ld-video-preview img { width: 100%; height: 215px; object-fit: cover; }
.ld-video-body { padding: 18px 20px 22px; }
.ld-video-body h3 { margin: 0 0 8px; font-size: 15px; color: var(--ld-white); }
.ld-video-body p { margin: 0; color: var(--ld-muted); font-size: 13px; line-height: 1.55; max-width: none; }
.ld-play { width: 58px; height: 58px; }
.ld-play::before { left: 24px; top: 18px; border-top-width: 10px; border-bottom-width: 10px; border-left-width: 16px; }

.ld-wallpapers-section { padding-top: 36px; padding-bottom: 24px; background: linear-gradient(180deg, rgba(4,13,31,.88), rgba(3,7,20,.90)); }
.ld-wallpapers-row { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)) 1.72fr; gap: 18px; align-items: stretch; }
.ld-wallpaper-card { border: 1px solid rgba(138,176,255,.27); border-radius: 8px; overflow: hidden; background: var(--ld-card); box-shadow: 0 0 34px rgba(30,91,255,.13); min-height: 0; aspect-ratio: 9 / 14; }
.ld-wallpaper-card img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .45s ease; }
.ld-wallpaper-card:hover img { transform: scale(1.045); }
.ld-wallpaper-cta { border: 1px solid rgba(138,176,255,.27); border-radius: 8px; padding: 24px 28px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: rgba(10,23,48,.54); box-shadow: inset 0 0 40px rgba(98,168,255,.06); }
.ld-phone-icon { width: 26px; height: 38px; border: 1px solid var(--ld-gold); border-radius: 8px; display: grid; place-items: center; color: var(--ld-gold); margin-bottom: 14px; }
.ld-wallpaper-cta h3 { margin: 0 0 11px; font-family: var(--ld-font-title); text-transform: uppercase; color: var(--ld-white); font-size: 21px; line-height: 1.06; }
.ld-wallpaper-cta p { margin: 0 0 20px; color: var(--ld-muted); font-size: 13px; line-height: 1.55; }
.ld-wallpaper-cta .ld-btn { min-height: 45px; border-radius: 14px; }

.ld-character-section { padding-top: 0; padding-bottom: 0; background: #030714; }
.ld-character-banner { position: relative; min-height: 125px; overflow: hidden; border: 1px solid rgba(138,176,255,.25); border-radius: 9px; background: linear-gradient(90deg, rgba(7,17,38,.86), rgba(11,31,74,.55), rgba(7,17,38,.65)), var(--ld-character-bg) center/cover no-repeat; display: grid; grid-template-columns: 118px 1fr auto; align-items: center; gap: 22px; padding: 16px 38px 16px 16px; box-shadow: var(--ld-shadow); }
.ld-character-avatar { width: 98px; height: 98px; border-radius: 50%; border: 1px solid rgba(98,168,255,.46); overflow: hidden; box-shadow: 0 0 30px rgba(98,168,255,.25); }
.ld-character-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.ld-character-copy h2 { margin-bottom: 8px; color: var(--ld-white); font-size: 28px; }
.ld-character-copy p { margin: 0; color: var(--ld-muted); max-width: 560px; line-height: 1.5; font-size: 14px; }
.ld-character-crystal { position: absolute; right: 0; bottom: -80px; width: 290px; opacity: .30; pointer-events: none; }

/* === v1.2 exact mockup panels === */
.ld-hero {
    min-height: 596px;
}
.ld-hero-inner {
    min-height: 596px;
}
.ld-hero-copy {
    padding-top: 138px;
    padding-bottom: 58px;
}
.ld-story-section {
    padding-top: 32px;
    padding-bottom: 34px;
}
.ld-media-section {
    padding-top: 34px;
    padding-bottom: 12px;
    background: linear-gradient(180deg, rgba(3,7,20,.74), rgba(4,13,31,.88));
}
.ld-media-grid {
    grid-template-columns: 539fr 335fr;
    gap: 24px;
    align-items: start;
}
.ld-media-block .ld-section-head {
    margin-bottom: 20px;
}
.ld-gallery-panel,
.ld-video-panel,
.ld-wallpapers-panel,
.ld-character-panel {
    display: block;
    width: 100%;
    line-height: 0;
    position: relative;
    overflow: hidden;
}
.ld-gallery-panel img,
.ld-video-panel img,
.ld-wallpapers-panel img,
.ld-character-panel img {
    width: 100%;
    height: auto;
    display: block;
    max-width: none;
}
.ld-gallery-panel,
.ld-video-panel {
    border-radius: 8px;
    box-shadow: 0 0 34px rgba(30,91,255,.13);
}
.ld-video-panel {
    border: 1px solid rgba(138,176,255,.26);
    background: rgba(10,23,48,.74);
}
.ld-wallpapers-section {
    padding-top: 10px;
    padding-bottom: 18px;
    background: linear-gradient(180deg, rgba(4,13,31,.88), rgba(3,7,20,.90));
}
.ld-wallpapers-section .ld-section-head {
    margin-bottom: 20px;
}
.ld-wallpapers-panel {
    border-radius: 8px;
}
.ld-character-section {
    padding-top: 0;
    padding-bottom: 0;
    background: #030714;
}
.ld-character-panel {
    border-radius: 8px;
    box-shadow: 0 0 34px rgba(30,91,255,.12);
}

/* === v1.6 hero image scale correction ===
   Reduce the HQ hero art by about 10% more and shift it a bit further right,
   so the figure sits closer to the mockup composition. */
.ld-hero::after {
    width: 72%;
    height: 100%;
    background-size: auto 77%;
    background-position: calc(100% + 44px) center;
    background-repeat: no-repeat;
}


/* === v1.9 highlighted hero text alignment ===
   Align the upper title group to the same center axis as the description,
   buttons and weekly note. Only the highlighted Hero text area is changed. */
@media (min-width: 768px) {
    .ld-hero::after {
        mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.10) 12%, rgba(0,0,0,.42) 22%, rgba(0,0,0,.78) 32%, #000 40%, #000 100%);
    }

    .ld-hero::before {
        background:
            linear-gradient(90deg, rgba(3,7,20,.995) 0%, rgba(3,7,20,.95) 28%, rgba(3,7,20,.70) 45%, rgba(3,7,20,.26) 63%, rgba(3,7,20,.12) 100%),
            linear-gradient(180deg, rgba(3,7,20,.10) 0%, rgba(3,7,20,0) 66%, #071126 100%);
    }

    .ld-hero-copy {
        width: 430px;
        max-width: 430px;
        padding: 106px 0 58px 54px;
        position: relative;
        z-index: 4;
        text-align: center;
    }

    .ld-kicker {
        display: block;
        width: 100%;
        margin: 0 auto 12px;
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: .18em;
        color: #b8c4df;
        text-align: center;
        white-space: nowrap;
    }

    .ld-hero-copy h1 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-size: clamp(66px, 5.2vw, 95px);
        line-height: .91;
        letter-spacing: .04em;
    }

    .ld-hero-divider {
        width: 222px;
        height: 20px;
        margin: 22px auto 20px;
        position: relative;
        background: linear-gradient(90deg, transparent 0%, rgba(191,163,106,.9) 14%, rgba(191,163,106,.94) 43%, rgba(98,168,255,.9) 50%, rgba(191,163,106,.94) 57%, rgba(191,163,106,.9) 86%, transparent 100%);
        mask: linear-gradient(#000,#000) center/100% 1px no-repeat;
    }

    .ld-hero-divider::before,
    .ld-hero-divider::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
    }

    .ld-hero-divider::before {
        left: 50%;
        width: 9px;
        height: 9px;
        margin-left: -4.5px;
        background: radial-gradient(circle, #7db8ff 0%, #4b8fff 60%, rgba(75,143,255,.2) 100%);
        box-shadow: 0 0 10px rgba(98,168,255,.65);
        clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    }

    .ld-hero-divider::after {
        inset: 50% auto auto 50%;
        width: 24px;
        height: 24px;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        box-shadow: 0 0 24px rgba(98,168,255,.16);
    }

    .ld-hero-text {
        max-width: 368px;
        margin: 0 auto 18px;
        text-align: center;
        font-size: 16px;
        line-height: 1.66;
        color: #dde7ff;
    }

    .ld-hero-actions {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        gap: 16px;
        width: 100%;
        max-width: none;
        margin: 0 auto 14px;
    }

    .ld-hero-actions .ld-btn {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .ld-hero-note {
        margin: 0 auto;
        text-align: center;
        white-space: nowrap;
    }
}


/* === v2.1 hero background under transparent header ===
   Only the Hero background layer is lifted under the transparent header; text alignment is unchanged. */
@media (min-width: 768px) {
    .ld-hero::after {
        background-position: calc(100% + 44px) top;
        background-size: auto 82%;
    }
}


/* === v2.3 hero image fine positioning ===
   Make the main Hero artwork slightly smaller and shift it slightly to the right,
   while preserving the overall mockup composition. */
@media (min-width: 1200px) {
    .ld-hero::after {
        top: 0;
        right: 0;
        width: 76%;
        height: 100%;
        background-size: auto 100%;
        background-position: calc(100% + 18px) top;
        background-repeat: no-repeat;
    }
}


/* === v2.4 inserted extended hero artwork ===
   Hero image replaced with the version extended upward from the generated artwork. */


/* === v2.5.1 hero container expanded ===
   Show more of the same Hero artwork above and below by increasing only the Hero container height.
   The image size and position are intentionally left unchanged. */
@media (min-width: 1200px) {
    .ld-hero {
        min-height: 720px;
    }
    .ld-hero-inner {
        min-height: 720px;
    }
}


/* === v2.6.0 final Hero mockup positioning ===
   Final correction for the main Hero artwork: the image layer is aligned like the mockup,
   fills the whole Hero area vertically, starts under the transparent header, and no longer
   leaves empty/cropped-looking strips at the top or bottom. */
@media (min-width: 1200px) {
    .ld-hero {
        min-height: 610px;
    }

    .ld-hero-inner {
        min-height: 610px;
        display: flex;
        align-items: center;
    }

    .ld-hero-copy {
        padding-top: 0;
        padding-bottom: 0;
    }

    .ld-hero::after {
        top: 0;
        right: 0;
        width: 76%;
        height: 100%;
        background-size: auto 100%;
        background-position: calc(100% + 72px) top;
        background-repeat: no-repeat;
        opacity: 1;
    }

    .ld-hero::before {
        background:
            linear-gradient(90deg, rgba(3,7,20,.995) 0%, rgba(3,7,20,.94) 26%, rgba(3,7,20,.66) 43%, rgba(3,7,20,.24) 60%, rgba(3,7,20,.08) 100%),
            linear-gradient(180deg, rgba(3,7,20,.03) 0%, rgba(3,7,20,0) 74%, rgba(7,17,38,.28) 100%);
    }
}


/* === v2.7.5 stronger desktop hero text vertical centering ===
   Lower the whole left text block a little more on large screens,
   without changing the rest of the Hero composition. */
@media (min-width: 1200px) {
    .ld-hero-inner {
        display: flex !important;
        align-items: center !important;
    }

    .ld-hero-copy {
        align-self: center;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}


/* === v2.7.7 real desktop hero text lowering ===
   The Hero text block also has the ld-reveal animation class.
   Therefore transform-based lowering is reset by .ld-reveal.is-visible.
   This correction uses relative top offset, so the block really moves lower. */
@media (min-width: 1200px) {
    .ld-hero-copy {
        top: 48px !important;
    }
}


/* === v2.8.0 premium story chapter cards ===
   Rebuild the story block cards with clean image-based cards,
   crisp real text overlays, gentler gradients and more premium arrows. */
.ld-story-section {
    background: linear-gradient(180deg, rgba(7,17,38,.985), rgba(3,7,20,.76));
    padding-top: 34px;
    padding-bottom: 58px;
}
.ld-story-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}
.ld-story-card--premium {
    min-height: 0;
    aspect-ratio: 195 / 292;
    border: 1px solid rgba(191,163,106,.34);
    border-radius: 14px;
    overflow: hidden;
    background: #081326;
    box-shadow:
        0 12px 34px rgba(0,0,0,.32),
        0 0 0 1px rgba(98,168,255,.05) inset,
        0 0 28px rgba(30,91,255,.10);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.ld-story-card--premium a {
    display: block;
    height: 100%;
    position: relative;
    color: var(--ld-text);
    isolation: isolate;
}
.ld-story-card--premium img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center center;
    filter: brightness(1.04) saturate(1.08) contrast(1.03);
    transition: transform .55s ease, filter .35s ease;
}
.ld-story-card--premium::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 13px;
    box-shadow:
        inset 0 0 0 1px rgba(155,191,255,.08),
        inset 0 18px 32px rgba(98,168,255,.04);
    pointer-events: none;
    z-index: 2;
}
.ld-story-card--premium::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3,7,20,.02) 0%, rgba(3,7,20,.06) 28%, rgba(3,7,20,.38) 56%, rgba(3,7,20,.93) 100%);
    pointer-events: none;
    z-index: 1;
}
.ld-story-card--premium .ld-story-card-body {
    position: absolute;
    z-index: 3;
    left: 16px;
    right: 16px;
    bottom: 16px;
}
.ld-story-card--premium .ld-story-number {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 34px;
    padding: 0 10px;
    margin: 0 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(191,163,106,.44);
    background: rgba(6,17,40,.56);
    box-shadow: 0 0 14px rgba(98,168,255,.16);
    font-family: var(--ld-font-title);
    font-size: 20px;
    line-height: 1;
    letter-spacing: .05em;
    color: #e9f0ff;
}
.ld-story-card--premium h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2;
    text-shadow: 0 2px 14px rgba(0,0,0,.34);
}
.ld-story-card--premium p {
    margin: 0;
    color: #cfdbfb;
    font-size: 14px;
    line-height: 1.55;
    text-shadow: 0 1px 10px rgba(0,0,0,.30);
}
.ld-story-card--premium:hover {
    transform: translateY(-4px);
    border-color: rgba(191,163,106,.54);
    box-shadow:
        0 16px 40px rgba(0,0,0,.38),
        0 0 0 1px rgba(98,168,255,.08) inset,
        0 0 34px rgba(30,91,255,.16);
}
.ld-story-card--premium:hover img {
    transform: scale(1.06);
    filter: brightness(1.08) saturate(1.12) contrast(1.04);
}
.ld-slider-arrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid rgba(191,163,106,.40);
    background: rgba(5,12,30,.72);
    color: #dce8ff;
    font-size: 31px;
    cursor: pointer;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 0 0 1px rgba(98,168,255,.06) inset, 0 0 24px rgba(30,91,255,.08);
    transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}
.ld-slider-arrow:hover {
    transform: translateY(-50%) scale(1.05);
    border-color: rgba(191,163,106,.62);
    background: rgba(8,18,42,.88);
    box-shadow: 0 0 0 1px rgba(98,168,255,.11) inset, 0 0 28px rgba(30,91,255,.16);
}
.ld-slider-prev { left: -28px; }
.ld-slider-next { right: -28px; }


/* === v2.8.1 story image variety and readability tune ===
   Use more narrative-specific story images, slightly strengthen the lower text support gradient,
   and add a little more breathing room under the block. */
.ld-story-card--premium .ld-story-card-body {
    bottom: 18px;
}
.ld-story-card--premium h3 {
    max-width: 92%;
}
.ld-story-card--premium p {
    color: #d7e3ff;
}


/* === v2.8.2 story readability, static grid and upper-left numbering ===
   Brighten story text, use a more focused text backdrop, remove slider arrows,
   convert the chapter row into a static grid, and place ornate numbering at the top left. */
.ld-story-carousel {
    overflow: visible;
}
.ld-story-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    overflow: visible;
}
.ld-slider-arrow {
    display: none !important;
}
.ld-story-card--premium::after {
    background: linear-gradient(180deg, rgba(3,7,20,.01) 0%, rgba(3,7,20,.04) 36%, rgba(3,7,20,.24) 68%, rgba(3,7,20,.56) 100%);
}
.ld-story-card--premium .ld-story-card-body {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px;
}
.ld-story-card--premium .ld-story-card-body::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 56%;
    background: linear-gradient(180deg, rgba(3,7,20,0) 0%, rgba(3,7,20,.12) 12%, rgba(3,7,20,.54) 46%, rgba(3,7,20,.92) 100%);
    z-index: -1;
    pointer-events: none;
}
.ld-story-card--premium .ld-story-number {
    position: absolute;
    top: 14px;
    left: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    margin: 0;
    border-radius: 999px;
    border: 1px solid rgba(191,163,106,.56);
    background: rgba(6,17,40,.42);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 0 0 1px rgba(98,168,255,.08) inset, 0 0 18px rgba(30,91,255,.14);
    font-family: var(--ld-font-title);
    font-size: 18px;
    line-height: 1;
    letter-spacing: .06em;
    color: #f4f8ff;
}
.ld-story-card--premium h3,
.ld-story-card--premium p {
    position: relative;
    z-index: 1;
}
.ld-story-card--premium h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.16;
    text-shadow: 0 2px 12px rgba(0,0,0,.42);
}
.ld-story-card--premium p {
    margin: 0;
    color: #dce7ff;
    font-size: 14px;
    line-height: 1.52;
    text-shadow: 0 1px 10px rgba(0,0,0,.36);
}


/* === v2.8.3 card 4 hi-res, refined numbering, unified text alignment ===
   Rebuild the fourth story image from a higher-resolution source,
   restyle numbering more elegantly, and align story titles/descriptions consistently. */
.ld-story-card--premium .ld-story-card-body {
    padding: 84px 18px 18px;
    display: grid;
    grid-template-rows: minmax(48px, auto) minmax(64px, auto);
    align-content: end;
    row-gap: 8px;
}
.ld-story-card--premium .ld-story-card-body::before {
    height: 58%;
    background: linear-gradient(180deg, rgba(3,7,20,0) 0%, rgba(3,7,20,.10) 12%, rgba(3,7,20,.60) 44%, rgba(3,7,20,.94) 100%);
}
.ld-story-card--premium .ld-story-number {
    top: 16px;
    left: 16px;
    min-width: auto;
    height: auto;
    padding: 0 0 10px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .08em;
    color: #f0d9a1;
    text-shadow: 0 0 14px rgba(98,168,255,.18), 0 2px 10px rgba(0,0,0,.34);
}
.ld-story-card--premium .ld-story-number::after {
    content: "";
    position: absolute;
    left: 2px;
    bottom: 0;
    width: 36px;
    height: 1px;
    background: linear-gradient(90deg, rgba(191,163,106,.95), rgba(98,168,255,.55));
    box-shadow: 0 0 10px rgba(98,168,255,.18);
}
.ld-story-card--premium h3 {
    max-width: 100%;
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.22;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: calc(2 * 1.22em);
    text-shadow: 0 2px 12px rgba(0,0,0,.44);
}
.ld-story-card--premium p {
    margin: 0;
    color: #e3ecff;
    font-size: 14px;
    line-height: 1.48;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: calc(3 * 1.48em);
    text-shadow: 0 1px 10px rgba(0,0,0,.38);
}


/* === v2.8.5 cleaner card 4 portal, unified numbering, no separator lines ===
   Final tune for the story cards: card 4 uses a cleaner portal crop without a cut-off face,
   all chapter numbers use one consistent numeral style in the upper-left corner,
   and decorative separator lines between title and body text are removed. */
.ld-story-card--premium .ld-story-number {
    top: 16px;
    left: 16px;
    font-family: var(--ld-font-title);
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0;
    color: #f0d9a1;
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: "lnum" 1, "tnum" 1;
    text-shadow: 0 2px 10px rgba(0,0,0,.38), 0 0 14px rgba(98,168,255,.16);
}
.ld-story-card--premium .ld-story-number::after {
    content: none !important;
    display: none !important;
}
.ld-story-card--premium h3,
.ld-story-card--premium p {
    border: 0 !important;
    background-image: none !important;
}
.ld-story-card--premium h3::before,
.ld-story-card--premium h3::after,
.ld-story-card--premium p::before,
.ld-story-card--premium p::after {
    content: none !important;
    display: none !important;
}
.ld-story-card--premium .ld-story-card-body {
    row-gap: 10px;
}


/* === v2.8.6 fix story numbering placement ===
   Force chapter numbers to stay in the upper-left corner of each card. */
.ld-story-card--premium .ld-story-number {
    position: absolute !important;
    top: 16px !important;
    left: 16px !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 6 !important;
    display: block !important;
    margin: 0 !important;
}


/* === v2.9.0 premium media section refinement ===
   Replace flat mock panels with a structured premium gallery and video layout,
   brighten the imagery, reduce heaviness of the gallery CTA, and unify the whole media row. */
.ld-media-section {
    padding-top: 34px;
    padding-bottom: 26px;
    background: linear-gradient(180deg, rgba(3,7,20,.78), rgba(4,13,31,.90));
}
.ld-media-grid {
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, .95fr);
    gap: 24px;
    align-items: stretch;
}
.ld-media-block {
    min-width: 0;
}
.ld-gallery-shell,
.ld-video-card {
    height: 100%;
    border-radius: 14px;
    border: 1px solid rgba(138,176,255,.28);
    background: linear-gradient(180deg, rgba(7,18,39,.88), rgba(4,11,27,.96));
    box-shadow: 0 18px 38px rgba(0,0,0,.26), 0 0 32px rgba(30,91,255,.10), inset 0 0 0 1px rgba(98,168,255,.05);
}
.ld-gallery-shell {
    padding: 12px 12px 14px;
    display: flex;
    flex-direction: column;
}
.ld-gallery-mosaic {
    position: relative;
    display: grid;
    grid-template-columns: 1.22fr .62fr .62fr;
    grid-template-rows: repeat(2, 144px);
    gap: 10px;
    flex: 1 1 auto;
}
.ld-gallery-item {
    position: relative;
    border: 1px solid rgba(148,188,255,.26);
    border-radius: 12px;
    overflow: hidden;
    background: #081326;
    min-height: 0;
    box-shadow: 0 10px 24px rgba(0,0,0,.18), 0 0 24px rgba(30,91,255,.08);
}
.ld-gallery-big {
    grid-row: 1 / span 2;
}
.ld-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    filter: brightness(1.03) saturate(1.08) contrast(1.03);
    transition: transform .45s ease, filter .25s ease;
}
.ld-gallery-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3,7,20,.04) 0%, rgba(3,7,20,.10) 50%, rgba(3,7,20,.74) 100%);
    opacity: .72;
    transition: opacity .25s ease;
    z-index: 1;
}
.ld-gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    box-shadow: inset 0 0 0 1px rgba(210,227,255,.04), inset 0 -38px 60px rgba(7,18,39,.18);
    z-index: 2;
    pointer-events: none;
}
.ld-gallery-item:hover img {
    transform: scale(1.045);
    filter: brightness(1.07) saturate(1.12) contrast(1.04);
}
.ld-gallery-item:hover::before {
    opacity: .52;
}
.ld-gallery-item span {
    position: absolute;
    z-index: 3;
    left: 14px;
    right: 14px;
    bottom: 13px;
    color: #eef4ff;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    text-shadow: 0 2px 12px rgba(0,0,0,.42);
    opacity: .96;
    transition: transform .2s ease, opacity .2s ease;
}
.ld-gallery-item:hover span {
    opacity: 1;
    transform: translateY(-2px);
}
.ld-gallery-actions {
    display: flex;
    justify-content: center;
    margin-top: 14px;
}
.ld-gallery-cta {
    position: static;
    transform: none;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(10,23,48,.36);
    border: 1px solid rgba(191,163,106,.56);
    box-shadow: 0 0 18px rgba(30,91,255,.08), inset 0 0 0 1px rgba(98,168,255,.04);
    color: #edf4ff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: .05em;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.ld-gallery-cta:hover {
    transform: translateY(-2px);
    background: rgba(10,23,48,.50);
    border-color: rgba(191,163,106,.72);
    box-shadow: 0 0 24px rgba(30,91,255,.14), inset 0 0 0 1px rgba(98,168,255,.08);
}
.ld-grid-icon {
    color: var(--ld-gold);
    font-size: 17px;
}
.ld-video-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.ld-video-preview {
    position: relative;
    min-height: 0;
    background: #050b18;
    border-bottom: 1px solid rgba(138,176,255,.16);
}
.ld-video-preview a {
    position: relative;
    display: block;
}
.ld-video-preview a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3,7,20,.06) 0%, rgba(3,7,20,.10) 64%, rgba(3,7,20,.30) 100%);
    pointer-events: none;
}
.ld-video-preview img {
    width: 100%;
    height: 228px;
    object-fit: cover;
    filter: brightness(1.02) saturate(1.08) contrast(1.03);
}
.ld-play {
    width: 72px;
    height: 72px;
    border: 1px solid rgba(191,163,106,.60);
    background: rgba(7,18,39,.52);
    box-shadow: 0 0 34px rgba(30,91,255,.20), inset 0 0 0 1px rgba(221,232,255,.08);
}
.ld-play::before {
    left: 30px;
    top: 23px;
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 18px;
}
.ld-card-time {
    right: 14px;
    bottom: 14px;
    background: rgba(3,7,20,.78);
    border-color: rgba(191,163,106,.36);
    color: #eef4ff;
    padding: 4px 9px;
    box-shadow: 0 0 14px rgba(0,0,0,.24);
}
.ld-video-body {
    padding: 18px 20px 20px;
    background: linear-gradient(180deg, rgba(6,15,32,.82), rgba(4,11,27,.98));
    flex: 1 1 auto;
}
.ld-video-body h3 {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.34;
    color: #ffffff;
}
.ld-video-body h3 a {
    color: inherit;
}
.ld-video-body p {
    margin: 0;
    color: #d6e2ff;
    font-size: 13px;
    line-height: 1.62;
    max-width: none;
}


/* === v2.9.1 premium wallpapers showcase ===
   Replace the flat mock wallpaper strip with a premium wallpaper showcase,
   brighten and separate the wallpaper cards, remove the slider arrow feel,
   and rebuild the right CTA into a cleaner fantasy card. */
.ld-wallpapers-section {
    padding-top: 30px;
    padding-bottom: 22px;
    background: linear-gradient(180deg, rgba(4,13,31,.88), rgba(3,7,20,.92));
}
.ld-wallpapers-shell {
    border-radius: 14px;
    border: 1px solid rgba(138,176,255,.26);
    background: linear-gradient(180deg, rgba(7,18,39,.86), rgba(4,11,27,.96));
    box-shadow: 0 18px 38px rgba(0,0,0,.26), 0 0 30px rgba(30,91,255,.10), inset 0 0 0 1px rgba(98,168,255,.05);
    padding: 12px;
}
.ld-wallpapers-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr)) minmax(270px, 1.9fr);
    gap: 14px;
    align-items: stretch;
}
.ld-wallpaper-card {
    position: relative;
    border: 1px solid rgba(148,188,255,.28);
    border-radius: 12px;
    overflow: hidden;
    background: #081326;
    box-shadow: 0 10px 24px rgba(0,0,0,.18), 0 0 22px rgba(30,91,255,.08);
    min-height: 0;
    aspect-ratio: 9 / 15.8;
}
.ld-wallpaper-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3,7,20,.06) 0%, rgba(3,7,20,.18) 45%, rgba(3,7,20,.78) 100%);
    opacity: .68;
    transition: opacity .25s ease;
    z-index: 1;
}
.ld-wallpaper-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    box-shadow: inset 0 0 0 1px rgba(210,227,255,.04), inset 0 -40px 60px rgba(7,18,39,.18);
    pointer-events: none;
    z-index: 2;
}
.ld-wallpaper-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    filter: brightness(1.06) saturate(1.10) contrast(1.04);
    transition: transform .45s ease, filter .25s ease;
}
.ld-wallpaper-card:hover {
    border-color: rgba(191,163,106,.46);
    box-shadow: 0 14px 30px rgba(0,0,0,.24), 0 0 28px rgba(30,91,255,.12);
}
.ld-wallpaper-card:hover::before {
    opacity: .52;
}
.ld-wallpaper-card:hover img {
    transform: scale(1.045);
    filter: brightness(1.10) saturate(1.14) contrast(1.05);
}
.ld-wallpaper-card span {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 3;
    color: #eef4ff;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.3;
    text-shadow: 0 2px 12px rgba(0,0,0,.42);
}
.ld-wallpaper-cta {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(148,188,255,.28);
    border-radius: 14px;
    padding: 30px 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: radial-gradient(circle at top, rgba(30,91,255,.12), transparent 44%), linear-gradient(180deg, rgba(9,20,44,.82), rgba(5,13,30,.98));
    box-shadow: inset 0 0 40px rgba(98,168,255,.06), 0 10px 24px rgba(0,0,0,.18), 0 0 24px rgba(30,91,255,.08);
}
.ld-wallpaper-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,.01) 0%, rgba(255,255,255,0) 36%, rgba(3,7,20,.18) 100%);
    pointer-events: none;
}
.ld-phone-icon {
    width: 36px;
    height: 52px;
    border: 1px solid rgba(191,163,106,.72);
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: var(--ld-gold);
    margin-bottom: 18px;
    background: rgba(10,23,48,.34);
    box-shadow: inset 0 0 0 1px rgba(98,168,255,.06), 0 0 18px rgba(30,91,255,.10);
    font-size: 12px;
}
.ld-wallpaper-cta h3 {
    margin: 0 0 12px;
    font-family: var(--ld-font-title);
    text-transform: uppercase;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.06;
    max-width: 280px;
}
.ld-wallpaper-cta p {
    margin: 0 0 22px;
    color: #d7e3ff;
    font-size: 14px;
    line-height: 1.65;
    max-width: 290px;
}
.ld-wallpaper-cta .ld-btn {
    min-height: 50px;
    border-radius: 16px;
    padding-inline: 24px;
    width: auto;
}


/* === v2.9.3 wallpaper card size restore and image-only cleanup ===
   Restore narrower phone-like card proportions on desktop, fit the new VK images cleanly,
   and remove text overlays from the wallpaper previews. */
.ld-wallpapers-row {
    grid-template-columns: repeat(5, 156px) minmax(290px, 1fr) !important;
    gap: 12px !important;
}
.ld-wallpaper-card {
    aspect-ratio: 9 / 16 !important;
}
.ld-wallpaper-card::before {
    opacity: .18 !important;
    background: linear-gradient(180deg, rgba(3,7,20,.02) 0%, rgba(3,7,20,.06) 54%, rgba(3,7,20,.26) 100%) !important;
}
.ld-wallpaper-card::after {
    box-shadow: inset 0 0 0 1px rgba(210,227,255,.05), inset 0 -12px 22px rgba(7,18,39,.08) !important;
}
.ld-wallpaper-card img {
    object-fit: cover !important;
    object-position: center center !important;
    filter: brightness(1.03) saturate(1.08) contrast(1.03) !important;
}
.ld-wallpaper-card span {
    display: none !important;
}


/* === v2.9.4 force original compact wallpaper card size ===
   Previous grid proportions were still too large on desktop.
   This forces the wallpaper previews back to a compact phone-card size. */
@media (min-width: 1024px) {
    .ld-wallpapers-row {
        display: flex !important;
        align-items: stretch !important;
        gap: 14px !important;
        overflow: visible !important;
    }

    .ld-wallpaper-card {
        flex: 0 0 132px !important;
        width: 132px !important;
        max-width: 132px !important;
        height: 228px !important;
        min-height: 228px !important;
        aspect-ratio: auto !important;
        align-self: flex-start !important;
    }

    .ld-wallpaper-card img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
    }

    .ld-wallpaper-cta {
        flex: 1 1 auto !important;
        min-width: 280px !important;
        height: 228px !important;
        min-height: 228px !important;
        align-self: flex-start !important;
        padding: 22px 24px !important;
    }

    .ld-phone-icon {
        width: 34px !important;
        height: 46px !important;
        margin-bottom: 14px !important;
    }

    .ld-wallpaper-cta h3 {
        font-size: 24px !important;
        margin-bottom: 10px !important;
    }

    .ld-wallpaper-cta p {
        font-size: 13px !important;
        line-height: 1.55 !important;
        margin-bottom: 18px !important;
    }

    .ld-wallpaper-cta .ld-btn {
        min-height: 46px !important;
        padding-inline: 22px !important;
    }
}


/* === v2.9.5 wallpaper section spacing and CTA text tune ===
   Add clean breathing room between Media / Wallpapers / Characters sections.
   Keep compact wallpaper card size from v2.9.4. */
.ld-wallpapers-section {
    padding-top: 52px !important;
    padding-bottom: 48px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    clear: both;
}

.ld-wallpapers-section .ld-section-head {
    margin-bottom: 24px !important;
}

.ld-wallpapers-shell {
    margin-top: 0 !important;
}

.ld-media-section {
    padding-bottom: 46px !important;
}

.ld-character-section {
    padding-top: 32px !important;
}


/* === v2.9.6 gallery button and text cleanup ===
   Remove text labels from gallery thumbnails and place the gallery CTA neatly
   inside the image mosaic instead of at the very bottom of the whole panel. */
.ld-gallery-shell {
    position: relative !important;
    height: auto !important;
    display: block !important;
}

.ld-gallery-mosaic {
    position: relative !important;
}

.ld-gallery-item span {
    display: none !important;
}

.ld-gallery-item::before {
    opacity: .44 !important;
}

.ld-gallery-actions {
    position: absolute !important;
    z-index: 6 !important;
    left: 50% !important;
    bottom: 18px !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
    width: auto !important;
    pointer-events: none;
}

.ld-gallery-actions .ld-gallery-cta {
    pointer-events: auto;
    position: static !important;
    transform: none !important;
    min-height: 44px !important;
    padding: 0 22px !important;
    border-radius: 999px !important;
    background: rgba(5,12,30,.66) !important;
    border: 1px solid rgba(191,163,106,.58) !important;
    box-shadow: 0 0 22px rgba(30,91,255,.14), inset 0 0 0 1px rgba(98,168,255,.06) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
}

.ld-gallery-actions .ld-gallery-cta:hover {
    transform: translateY(-2px) !important;
    background: rgba(7,18,39,.78) !important;
}


/* === v2.9.7 gallery CTA placement and media bottom alignment ===
   Put the gallery button into the empty lower area of the gallery panel
   and align the Gallery panel bottom with the Video card bottom. */
.ld-media-grid {
    align-items: stretch !important;
}

.ld-media-block {
    display: flex !important;
    flex-direction: column !important;
}

.ld-media-block .ld-section-head {
    flex: 0 0 auto;
}

.ld-gallery-block .ld-gallery-shell,
.ld-video-block .ld-video-card {
    flex: 1 1 auto !important;
    height: 100% !important;
}

.ld-gallery-shell {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.ld-gallery-mosaic {
    flex: 0 0 auto !important;
}

.ld-gallery-actions {
    position: static !important;
    z-index: 6 !important;
    left: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100% !important;
    margin: auto 0 0 !important;
    padding-top: 22px !important;
    padding-bottom: 0 !important;
    display: flex !important;
    justify-content: center !important;
    pointer-events: none;
}

.ld-gallery-actions .ld-gallery-cta {
    pointer-events: auto;
    position: static !important;
    transform: none !important;
    min-height: 46px !important;
    padding: 0 24px !important;
    border-radius: 999px !important;
    background: rgba(5,12,30,.62) !important;
    border: 1px solid rgba(191,163,106,.62) !important;
    box-shadow: 0 0 22px rgba(30,91,255,.14), inset 0 0 0 1px rgba(98,168,255,.06) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
}

.ld-gallery-actions .ld-gallery-cta:hover {
    transform: translateY(-2px) !important;
    background: rgba(7,18,39,.78) !important;
}


/* === v2.9.8 video preview clean + balanced text padding ===
   Remove visual clutter from the video preview area and make the text area
   under the image have balanced top/bottom spacing. */
.ld-video-preview img {
    object-position: center center !important;
}

.ld-video-body {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
}

.ld-video-body h3 {
    margin-bottom: 12px !important;
}

.ld-video-body p {
    margin-bottom: 0 !important;
}


/* === v2.9.9 premium characters banner ===
   Rebuild the flat characters strip into a larger premium invitation block
   with a bigger avatar, stronger typography, a refined CTA, and richer right-side decor. */
.ld-character-section {
    padding-top: 34px !important;
    padding-bottom: 18px !important;
    background: #030714;
}
.ld-character-panel {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 156px minmax(320px, 1fr) auto minmax(220px, .9fr) !important;
    align-items: center !important;
    gap: 28px !important;
    min-height: 214px !important;
    width: 100% !important;
    overflow: hidden !important;
    border-radius: 16px !important;
    border: 1px solid rgba(138,176,255,.24) !important;
    background:
        linear-gradient(90deg, rgba(5,12,30,.96) 0%, rgba(7,18,39,.92) 34%, rgba(10,24,52,.86) 58%, rgba(7,18,39,.74) 100%),
        radial-gradient(circle at right center, rgba(30,91,255,.10) 0%, rgba(30,91,255,0) 42%);
    box-shadow: 0 20px 42px rgba(0,0,0,.22), 0 0 34px rgba(30,91,255,.10), inset 0 0 0 1px rgba(98,168,255,.05) !important;
    padding: 26px 30px 26px 24px !important;
    line-height: normal !important;
    text-decoration: none !important;
    isolation: isolate;
}
.ld-character-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,.02) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 100%);
    pointer-events: none;
    z-index: 0;
}
.ld-character-panel::after {
    content: "";
    position: absolute;
    right: 250px;
    top: 50%;
    width: 160px;
    height: 160px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(98,168,255,.16) 0%, rgba(98,168,255,.08) 32%, rgba(98,168,255,0) 72%);
    filter: blur(8px);
    pointer-events: none;
    z-index: 0;
}
.ld-character-avatar-wrap,
.ld-character-copy,
.ld-character-action,
.ld-character-decor {
    position: relative;
    z-index: 1;
}
.ld-character-avatar-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ld-character-avatar {
    width: 132px !important;
    height: 132px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(191,163,106,.44) !important;
    padding: 5px;
    background: linear-gradient(135deg, rgba(98,168,255,.18), rgba(7,18,39,.76));
    box-shadow: 0 0 30px rgba(98,168,255,.18), inset 0 0 0 1px rgba(221,232,255,.06);
    overflow: hidden;
}
.ld-character-avatar img {
    width: 100% !important;
    height: 100% !important;
    display: block;
    border-radius: 50% !important;
    object-fit: cover !important;
    object-position: center center !important;
}
.ld-character-copy {
    max-width: 560px;
    line-height: normal;
}
.ld-character-kicker {
    margin-bottom: 8px;
    color: var(--ld-gold);
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.ld-character-copy h2 {
    margin: 0 0 12px !important;
    color: #ffffff !important;
    font-size: 34px !important;
    line-height: 1.06 !important;
    text-shadow: 0 2px 16px rgba(0,0,0,.20);
}
.ld-character-copy p {
    margin: 0 !important;
    color: #d7e3ff !important;
    font-size: 16px !important;
    line-height: 1.68 !important;
    max-width: 540px !important;
}
.ld-character-action {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
}
.ld-character-action .ld-btn {
    min-height: 50px !important;
    padding: 0 26px !important;
    border-radius: 999px !important;
    white-space: nowrap;
    font-size: 13px !important;
    letter-spacing: .05em;
    text-transform: uppercase;
    background: rgba(6,13,29,.48) !important;
    border-color: rgba(191,163,106,.62) !important;
    color: #e8efff !important;
    box-shadow: 0 0 22px rgba(30,91,255,.14), inset 0 0 0 1px rgba(98,168,255,.06) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.ld-character-decor {
    align-self: stretch;
    overflow: hidden;
    border-radius: 12px;
    min-height: 100%;
}
.ld-character-decor::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7,18,39,.92) 0%, rgba(7,18,39,.28) 28%, rgba(7,18,39,0) 65%);
    z-index: 1;
    pointer-events: none;
}
.ld-character-decor img {
    width: 100% !important;
    height: 100% !important;
    display: block;
    object-fit: cover !important;
    object-position: right center !important;
    filter: brightness(.98) saturate(1.05) contrast(1.02);
    opacity: .94;
}


/* === v2.9.10 characters layout rebalance ===
   Move the CTA under the text, bring avatar and copy closer together,
   reduce the empty center gap, and make the right decor larger and more integrated. */
.ld-character-panel {
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .52fr) !important;
    gap: 22px !important;
    min-height: 196px !important;
    padding: 24px 24px 24px 22px !important;
}
.ld-character-main {
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    min-width: 0;
}
.ld-character-avatar {
    width: 118px !important;
    height: 118px !important;
}
.ld-character-copy {
    max-width: 560px;
}
.ld-character-copy h2 {
    font-size: 32px !important;
    margin: 0 0 10px !important;
}
.ld-character-copy p {
    font-size: 15px !important;
    line-height: 1.62 !important;
    max-width: 520px !important;
}
.ld-character-action {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    min-width: 0 !important;
    margin-top: 16px !important;
}
.ld-character-action .ld-btn {
    min-height: 48px !important;
    padding: 0 24px !important;
}
.ld-character-decor {
    align-self: stretch;
    min-height: 148px !important;
    height: 100%;
    border-radius: 14px !important;
}
.ld-character-decor::before {
    background: linear-gradient(90deg, rgba(7,18,39,.88) 0%, rgba(7,18,39,.30) 22%, rgba(7,18,39,0) 56%) !important;
}
.ld-character-decor img {
    object-position: center right !important;
}
.ld-character-panel::after {
    right: 260px !important;
    width: 130px !important;
    height: 130px !important;
}


/* === v2.9.12 characters final inserted art ===
   Use the custom generated art on the right, remove the top kicker, enlarge the avatar,
   and blend the right image softly toward the center of the banner. */
.ld-character-panel {
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, .62fr) !important;
    gap: 18px !important;
    min-height: 210px !important;
    padding: 24px 24px 24px 22px !important;
}

.ld-character-main {
    display: grid !important;
    grid-template-columns: 148px minmax(0, 1fr) !important;
    gap: 20px !important;
    align-items: center !important;
}

.ld-character-kicker {
    display: none !important;
}

.ld-character-avatar {
    width: 134px !important;
    height: 134px !important;
}

.ld-character-copy h2 {
    font-size: 31px !important;
    margin: 0 0 12px !important;
}

.ld-character-copy p {
    font-size: 15px !important;
    line-height: 1.62 !important;
    max-width: 520px !important;
}

.ld-character-action {
    margin-top: 18px !important;
    justify-content: flex-start !important;
}

.ld-character-decor {
    min-height: 160px !important;
    height: 100% !important;
    border-radius: 14px !important;
    overflow: hidden !important;
}

.ld-character-decor::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(90deg, rgba(4,10,26,.98) 0%, rgba(4,10,26,.92) 14%, rgba(4,10,26,.62) 30%, rgba(4,10,26,.18) 50%, rgba(4,10,26,0) 66%) !important;
    z-index: 1 !important;
    pointer-events: none !important;
}

.ld-character-decor img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: right center !important;
    filter: brightness(1.02) saturate(1.06) contrast(1.03) !important;
}


/* === v2.9.13 characters full-width background fix ===
   Make the generated art fill the whole banner as a background, while the content
   sits on top on the left with a smooth dark blend toward the center. */
.ld-character-panel {
    position: relative !important;
    display: block !important;
    overflow: hidden !important;
    min-height: 228px !important;
    padding: 28px 30px !important;
    border-radius: 18px !important;
    border: 1px solid rgba(138,176,255,.24) !important;
    background: linear-gradient(180deg, rgba(5,12,30,.96), rgba(4,10,26,.98)) !important;
    box-shadow: 0 20px 42px rgba(0,0,0,.22), 0 0 34px rgba(30,91,255,.10), inset 0 0 0 1px rgba(98,168,255,.05) !important;
    isolation: isolate;
}
.ld-character-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(4,10,26,.98) 0%, rgba(4,10,26,.96) 20%, rgba(4,10,26,.90) 34%, rgba(4,10,26,.72) 46%, rgba(4,10,26,.42) 58%, rgba(4,10,26,.10) 74%, rgba(4,10,26,0) 100%),
        linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(255,255,255,0) 26%, rgba(255,255,255,0) 100%);
    z-index: 1;
    pointer-events: none;
}
.ld-character-decor {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    min-height: 0 !important;
    height: 100% !important;
    width: 100% !important;
    border-radius: 0 !important;
    overflow: hidden !important;
}
.ld-character-decor::before,
.ld-character-decor::after {
    display: none !important;
    content: none !important;
}
.ld-character-decor img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center right !important;
    filter: brightness(1.03) saturate(1.07) contrast(1.02) !important;
}
.ld-character-main {
    position: relative !important;
    z-index: 2 !important;
    display: grid !important;
    grid-template-columns: 150px minmax(0, 1fr) !important;
    gap: 20px !important;
    align-items: center !important;
    width: min(760px, 68%) !important;
    min-height: 172px !important;
}
.ld-character-avatar-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.ld-character-avatar {
    width: 136px !important;
    height: 136px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(191,163,106,.48) !important;
    padding: 5px !important;
    background: linear-gradient(135deg, rgba(98,168,255,.20), rgba(7,18,39,.78)) !important;
    box-shadow: 0 0 30px rgba(98,168,255,.18), inset 0 0 0 1px rgba(221,232,255,.06) !important;
    overflow: hidden !important;
}
.ld-character-avatar img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    object-position: center center !important;
}
.ld-character-copy {
    align-self: center !important;
    max-width: 560px !important;
}
.ld-character-copy h2 {
    margin: 0 0 12px !important;
    color: #fff !important;
    font-size: 32px !important;
    line-height: 1.08 !important;
    text-shadow: 0 2px 16px rgba(0,0,0,.26) !important;
}
.ld-character-copy p {
    margin: 0 !important;
    color: #d7e3ff !important;
    font-size: 15px !important;
    line-height: 1.62 !important;
    max-width: 520px !important;
}
.ld-character-action {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    margin-top: 18px !important;
}
.ld-character-action .ld-btn {
    min-height: 48px !important;
    padding: 0 24px !important;
    border-radius: 999px !important;
    background: rgba(6,13,29,.46) !important;
    border-color: rgba(191,163,106,.62) !important;
    color: #e8efff !important;
    box-shadow: 0 0 22px rgba(30,91,255,.14), inset 0 0 0 1px rgba(98,168,255,.06) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}


/* === v2.9.14 characters bottom spacing ===
   Add breathing room between the final Characters banner and the site footer. */
.ld-character-section {
    padding-bottom: 58px !important;
}

.ld-site-footer {
    margin-top: 0 !important;
}
