/**
 * Визитка AgencyCore — бренд BIGO-LIVE.РФ: #f8fbfd + #56c4c5.
 * Подключать после landing-shared.css.
 */
:root {
    --lp-brand: #56c4c5;
    --lp-bg: #f8fbfd;
    --lp-bg-alt: #f7fefe;
    --lp-text: #2d3436;
    --lp-muted: #636e72;
    --lp-white: #ffffff;
    --lp-border: #d9eded;
    --lp-accent: #56c4c5;
    --lp-accent-2: #3da8a9;
    --lp-accent-soft: rgba(86, 196, 197, 0.14);
    --lp-accent-hover: #45b0b1;
    --lp-gradient: linear-gradient(135deg, #56c4c5 0%, #45b0b1 100%);
    --lp-shadow: 0 8px 32px rgba(86, 196, 197, 0.16);
    --lp-radius: 16px;
    --lp-radius-lg: 20px;
}

.lp-page {
    background: var(--lp-bg);
}

/* Шапка */
.lp-navbar {
    background: rgba(248, 251, 253, 0.92) !important;
    backdrop-filter: blur(12px);
    border-bottom-color: var(--lp-border) !important;
}

.lp-navbar .navbar-brand .logo-text {
    font-weight: 800;
    font-size: 1.15rem;
    color: var(--lp-text);
}

.lp-navbar .logo-accent {
    color: var(--lp-brand);
}

.lp-navbar .nav-link {
    color: var(--lp-muted) !important;
    font-weight: 500;
    font-size: 0.92rem;
}

.lp-navbar .nav-link:hover {
    color: var(--lp-accent) !important;
}

.lp-navbar .menu-accent--host {
    color: var(--lp-accent-2) !important;
    font-weight: 600;
}

.lp-navbar .menu-accent--buy {
    color: var(--lp-accent) !important;
    font-weight: 600;
}

/* Кнопки */
.lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.75rem 1.5rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.lp-btn:hover {
    transform: translateY(-1px);
    text-decoration: none;
}

.lp-btn--primary {
    background: var(--lp-brand);
    color: #fff;
    box-shadow: 0 4px 20px rgba(86, 196, 197, 0.35);
}

.lp-btn--primary:hover {
    background: var(--lp-accent-hover);
    color: #fff;
    box-shadow: 0 6px 28px rgba(86, 196, 197, 0.4);
}

.lp-btn--outline {
    background: var(--lp-white);
    color: var(--lp-accent);
    border: 2px solid var(--lp-accent);
}

.lp-btn--outline:hover {
    background: var(--lp-accent-soft);
    color: var(--lp-accent-hover);
}

.lp-btn--ghost {
    background: transparent;
    color: var(--lp-muted);
    border: 1px solid var(--lp-border);
}

/* Декор стикеров: фон (blur) + край блока (attach) */
.lp-section--deco,
.lp-hero-bigo {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.lp-hero-bigo .container,
.lp-section--deco > .container {
    position: relative;
    z-index: 1;
}

.lp-deco {
    position: absolute;
    pointer-events: none;
    line-height: 0;
}

.lp-deco--blur {
    z-index: 0;
}

.lp-deco--blur .lp-deco-img {
    filter: blur(36px);
    opacity: 0.38;
    transform: scale(1.08);
}

.lp-deco--attach {
    z-index: 0;
    display: none;
}

.lp-deco--attach .lp-deco-img {
    filter: none;
    opacity: 1;
}

@media (min-width: 1200px) {
    .lp-step-card.lp-block--deco .lp-deco--attach {
        display: block;
        top: -1.75rem;
        right: -2.5rem;
    }

    .lp-step-card.lp-block--deco {
        margin-right: 0.75rem;
    }
}

.lp-sticker--blur {
    width: min(400px, 92vw);
    height: auto;
    max-height: none;
}

.lp-sticker--attach {
    width: min(108px, 26vw);
    height: auto;
    max-height: 108px;
}

.lp-deco--place-hero-left {
    left: -18%;
    top: 8%;
}

.lp-deco--place-hero-right {
    right: -14%;
    bottom: 0;
}

.lp-deco--place-section-left {
    left: -16%;
    top: 18%;
}

.lp-deco--place-section-right {
    right: -12%;
    top: 12%;
}

.lp-deco--place-section-bottom {
    right: 6%;
    bottom: -6%;
}

.lp-deco--corner-tl {
    top: -1.25rem;
    left: -0.65rem;
}

.lp-deco--corner-tr {
    top: -1.25rem;
    right: -0.65rem;
}

.lp-deco--corner-bl {
    bottom: -0.85rem;
    left: -0.5rem;
}

.lp-deco--corner-br {
    bottom: -0.85rem;
    right: -0.5rem;
}

.lp-block--deco {
    position: relative;
    overflow: visible;
}

@media (max-width: 991.98px) {
    .lp-deco--place-hero-left {
        left: -28%;
        top: auto;
        bottom: -6%;
        opacity: 0.85;
    }

    .lp-deco--place-section-right,
    .lp-deco--place-section-left {
        opacity: 0.75;
    }

    .lp-sticker--blur {
        width: min(280px, 75vw);
    }
}

@media (prefers-reduced-motion: reduce) {
    .lp-deco--blur .lp-deco-img {
        filter: blur(24px);
    }
}

/* Hero */
.lp-hero-bigo {
    padding: 3.5rem 0 4rem;
    text-align: center;
}

.lp-hero-bigo::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 60% at 50% -10%, rgba(86, 196, 197, 0.14), transparent 60%),
        radial-gradient(ellipse 50% 40% at 90% 30%, rgba(86, 196, 197, 0.08), transparent 50%);
    pointer-events: none;
}

.lp-hero-bigo h1 {
    font-size: clamp(1.75rem, 5vw, 2.75rem);
    font-weight: 800;
    line-height: 1.15;
    color: var(--lp-text);
    max-width: 18ch;
    margin: 0 auto;
}

.lp-hero-bigo .lead {
    max-width: 36rem;
    margin: 1.25rem auto 0;
    color: var(--lp-muted);
    font-size: 1.05rem;
    line-height: 1.6;
}

.lp-hero-actions {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

/* Секции */
.lp-section {
    padding: 3.5rem 0;
}

.lp-section--alt {
    background: var(--lp-white);
    border-top: 1px solid var(--lp-border);
    border-bottom: 1px solid var(--lp-border);
}

.lp-eyebrow {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--lp-accent);
    margin-bottom: 0.75rem;
}

.lp-section h2 {
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 800;
    color: var(--lp-text);
    margin-bottom: 0.75rem;
}

.lp-section .section-lead {
    color: var(--lp-muted);
    max-width: 40rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

/* 3 шага */
.lp-steps {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    overflow: visible;
}

.lp-step-card {
    background: var(--lp-white);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius);
    padding: 1.5rem;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
    display: block;
}

.lp-step-card:hover {
    border-color: var(--lp-accent);
    box-shadow: var(--lp-shadow);
    transform: translateY(-2px);
    color: inherit;
    text-decoration: none;
}

.lp-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background: var(--lp-gradient);
    color: #fff;
    font-weight: 800;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}

.lp-step-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.lp-step-card p {
    font-size: 0.88rem;
    color: var(--lp-muted);
    margin: 0;
    line-height: 1.5;
}

/* Карточки преимуществ */
.lp-perks {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.lp-perk-card {
    background: var(--lp-white);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius);
    padding: 1.5rem;
}

.lp-perk-icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 12px;
    background: var(--lp-accent-soft);
    color: var(--lp-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.85rem;
}

/* Стикеры (картинки или Bootstrap Icons до загрузки) */
.lp-sticker {
    display: block;
    object-fit: contain;
    flex-shrink: 0;
}

.lp-sticker--sm {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.35rem;
    line-height: 1;
}

.lp-sticker--md {
    width: 2rem;
    height: 2rem;
    font-size: 1.65rem;
    line-height: 1;
}

.lp-sticker--lg {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 2.5rem;
    line-height: 1;
}

.lp-sticker--xl {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 3rem;
    line-height: 1;
}

.lp-sticker--hero {
    width: min(220px, 72vw);
    height: auto;
    max-height: 220px;
}

.lp-sticker--section {
    width: min(140px, 36vw);
    height: auto;
    max-height: 140px;
}

.lp-sticker--cta {
    width: 88px;
    height: auto;
    max-height: 88px;
}

.lp-sticker--step {
    width: 52px;
    height: auto;
    max-height: 52px;
}

.lp-sticker--inline {
    width: 72px;
    height: auto;
    max-height: 72px;
}

.lp-sticker--fab {
    width: 44px;
    height: auto;
    max-height: 44px;
}

.lp-sticker--big {
    width: min(280px, 75vw);
    height: auto;
    max-height: 280px;
}

.lp-mascot,
.lp-deco-img {
    display: inline-block;
    object-fit: contain;
}

.lp-mascot--hero-focus {
    position: relative;
    z-index: 1;
}

.lp-step-head {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.lp-perk-card h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.lp-perk-card p {
    font-size: 0.88rem;
    color: var(--lp-muted);
    margin: 0;
    line-height: 1.55;
}

/* CTA карточка */
.lp-cta-card {
    background: var(--lp-white);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius-lg);
    padding: 2rem;
    box-shadow: var(--lp-shadow);
}

.lp-cta-card.lp-block--deco {
    margin-top: 0.5rem;
}

.lp-check-list {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 0;
}

.lp-check-list li {
    display: flex;
    gap: 0.6rem;
    margin-bottom: 0.65rem;
    font-size: 0.92rem;
    line-height: 1.5;
}

.lp-check-list li::before {
    content: "✓";
    color: var(--lp-accent);
    font-weight: 700;
    flex-shrink: 0;
}

/* Статьи */
.lp-articles-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.lp-article-card {
    background: var(--lp-white);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s, box-shadow 0.2s;
    display: block;
}

.lp-article-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--lp-shadow);
    color: inherit;
    text-decoration: none;
}

.lp-article-card img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.lp-article-card__body {
    padding: 1.1rem 1.25rem 1.25rem;
}

.lp-article-card h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
    line-height: 1.35;
}

.lp-article-card p {
    font-size: 0.85rem;
    color: var(--lp-muted);
    margin: 0;
    line-height: 1.5;
}

.lp-article-meta {
    font-size: 0.75rem;
    color: var(--lp-muted);
    margin-top: 0.5rem;
}

/* FAQ */
.lp-section--faq .container {
    max-width: 1120px;
}

.lp-faq--full {
    width: 100%;
    max-width: none;
}

/* Сообщество: GALA, ведущие, мероприятия */
.lp-community-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    margin-bottom: 0.5rem;
}

.lp-community-stat {
    font-size: 0.92rem;
    color: var(--lp-muted);
}

.lp-community-stat strong {
    color: var(--lp-accent);
    font-weight: 800;
}

.lp-youtube-wrap {
    position: relative;
    border-radius: var(--lp-radius-lg);
    overflow: hidden;
    border: 1px solid var(--lp-border);
    background: #000;
    aspect-ratio: 16 / 9;
}

.lp-youtube-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.lp-gala-grid {
    display: grid;
    gap: 0.65rem;
    grid-template-columns: repeat(3, 1fr);
}

.lp-gala-grid img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: var(--lp-radius);
    border: 1px solid var(--lp-border);
}

.lp-hosts-row {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}

.lp-host-chip {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.65rem 0.75rem;
    background: var(--lp-white);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius);
}

.lp-host-chip__avatar {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    background: var(--lp-accent-soft);
}

.lp-host-chip__avatar--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: var(--lp-accent);
}

.lp-host-chip__role {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--lp-accent);
}

.lp-events {
    display: grid;
    gap: 0.75rem;
}

.lp-event-card {
    padding: 1rem 1.15rem;
    background: var(--lp-white);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius);
}

#app-lk .section-lead {
    margin-bottom: 0;
}

.lp-faq-item {
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius);
    background: var(--lp-white);
    margin-bottom: 0.65rem;
    overflow: hidden;
}

.lp-faq-q {
    width: 100%;
    text-align: left;
    padding: 1rem 1.25rem;
    background: none;
    border: none;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--lp-text);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.lp-faq-q::after {
    content: "+";
    font-size: 1.25rem;
    color: var(--lp-accent);
    flex-shrink: 0;
    transition: transform 0.2s;
}

.lp-faq-item.is-open .lp-faq-q::after {
    transform: rotate(45deg);
}

.lp-faq-a {
    display: none;
    padding: 0 1.25rem 1.1rem;
    font-size: 0.9rem;
    color: var(--lp-muted);
    line-height: 1.6;
}

.lp-faq-item.is-open .lp-faq-a {
    display: block;
}

/* Модалка мессенджеров */
.lp-modal-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(26, 35, 50, 0.45);
    z-index: 1050;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.lp-modal-backdrop.is-open {
    display: flex;
}

.lp-modal {
    background: var(--lp-white);
    border-radius: var(--lp-radius-lg);
    padding: 1.75rem;
    max-width: 22rem;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.lp-modal h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.lp-modal p {
    font-size: 0.88rem;
    color: var(--lp-muted);
    margin-bottom: 1.25rem;
}

.lp-messenger-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.lp-messenger-links a {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    border: 1px solid var(--lp-border);
    text-decoration: none;
    color: var(--lp-text);
    font-weight: 500;
    transition: background 0.15s;
}

.lp-messenger-links a:hover {
    background: var(--lp-accent-soft);
    color: var(--lp-accent-hover);
}

.lp-modal-close {
    margin-top: 1rem;
    width: 100%;
    padding: 0.6rem;
    background: none;
    border: none;
    color: var(--lp-muted);
    cursor: pointer;
    font-size: 0.88rem;
}

/* Плавающая кнопка с питомцем (ПК) */
.lp-fab {
    display: none;
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 1040;
}

.lp-fab-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.5rem 1.1rem 0.5rem 0.55rem;
    border: none;
    border-radius: 999px;
    background: var(--lp-brand);
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 6px 24px rgba(86, 196, 197, 0.4);
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.lp-fab-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(86, 196, 197, 0.45);
}

@media (min-width: 992px) {
    .lp-fab {
        display: block;
    }
}

/* Подвал */
.lp-site-footer {
    background: var(--lp-white);
    border-top: 1px solid var(--lp-border);
    padding: 2.5rem 0;
    margin-top: 0;
}

.lp-site-footer .footer-disclaimer {
    font-size: 0.78rem;
    color: var(--lp-muted);
    line-height: 1.55;
    margin: 0;
}

/* Статья (детальная) */
.lp-article-body h2 {
    font-size: 1.35rem;
    margin: 2rem 0 0.75rem;
}

.lp-article-body p {
    line-height: 1.7;
    margin-bottom: 1rem;
    color: var(--lp-text);
}

.lp-article-body strong {
    font-weight: 600;
    color: var(--lp-text);
}

.lp-article-body a {
    color: var(--lp-accent-hover);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.lp-article-quote {
    border-left: 4px solid var(--lp-accent);
    background: var(--lp-accent-soft);
    padding: 0.75rem 1rem;
    margin: 1.25rem 0;
    border-radius: 0 var(--lp-radius) var(--lp-radius) 0;
}

.lp-article-body img {
    max-width: 100%;
    border-radius: var(--lp-radius);
    margin: 1rem 0;
}

.lp-article-body ul,
.lp-article-body ol {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

/* Отзывы */
.lp-review-card {
    background: var(--lp-white);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius);
    padding: 1.25rem;
}

.lp-review-card.lp-block--deco {
    overflow: visible;
    margin-top: 0.75rem;
}

.lp-review-avatar {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    object-fit: cover;
    background: var(--lp-accent-soft);
}

