/* ================================================================
   LITTLE NEST PLAY — STATIC PAGES CSS
   Full width, V2 theme colors
   ================================================================ */

/* ── Page Hero ────────────────────────────────────────────── */
.lnp-page-hero-v2 {
    background: linear-gradient(135deg, #1B2A3B 0%, #2C3E50 100%);
    padding: 100px 0 48px;
}

.lnp-page-breadcrumb .breadcrumb {
    background: none; padding: 0; margin: 0 0 1rem;
}
.lnp-page-breadcrumb .breadcrumb-item a {
    color: rgba(255,255,255,.6);
    font-family: 'Manrope', sans-serif;
    font-size: .825rem; text-decoration: none;
    transition: color .2s;
}
.lnp-page-breadcrumb .breadcrumb-item a:hover { color: #C9956C; }
.lnp-page-breadcrumb .breadcrumb-item.active {
    color: rgba(255,255,255,.85);
    font-family: 'Manrope', sans-serif; font-size: .825rem;
}
.lnp-page-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255,255,255,.35);
}

.lnp-page-hero-title {
    font-family: 'Fredoka', sans-serif;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 700; color: #fff; margin: 0; line-height: 1.2;
}

/* ── Page content section ─────────────────────────────────── */
.lnp-static-page-section {
    background: #FBF7FF;
    padding: 60px 0 80px;
}

/* ── Page image ───────────────────────────────────────────── */
.lnp-static-page-img {
    border-radius: 16px; overflow: hidden;
    margin-bottom: 2.5rem;
    box-shadow: 0 8px 32px rgba(27,42,59,.1);
}
.lnp-static-page-img img { width: 100%; height: auto; display: block; }

/* ── Content typography ───────────────────────────────────── */
.lnp-static-page-content { width: 100%; }

.lnp-static-page-content h1,
.lnp-static-page-content h2,
.lnp-static-page-content h3,
.lnp-static-page-content h4,
.lnp-static-page-content h5,
.lnp-static-page-content h6 {
    font-family: 'Fredoka', sans-serif !important;
    color: #1B2A3B !important;
    margin-top: 2rem; margin-bottom: .75rem; line-height: 1.3;
}
.lnp-static-page-content > *:first-child { margin-top: 0 !important; }

.lnp-static-page-content h2 { font-size: 1.6rem; }
.lnp-static-page-content h3 { font-size: 1.3rem; }
.lnp-static-page-content h4 { font-size: 1.1rem; }

.lnp-static-page-content p {
    font-family: 'Manrope', sans-serif !important;
    font-size: .95rem !important;
    color: #4B5563 !important;
    line-height: 1.8 !important;
    margin-bottom: 1rem;
}

.lnp-static-page-content ul,
.lnp-static-page-content ol {
    font-family: 'Manrope', sans-serif;
    font-size: .95rem; color: #4B5563;
    line-height: 1.8; padding-left: 1.5rem; margin-bottom: 1rem;
}
.lnp-static-page-content li { margin-bottom: .4rem; }

.lnp-static-page-content a {
    color: #7C5CBF; font-weight: 600;
    text-decoration: none; transition: color .2s;
}
.lnp-static-page-content a:hover { color: #9B7DD4; }

.lnp-static-page-content strong,
.lnp-static-page-content b { font-weight: 700; color: #1B2A3B; }

.lnp-static-page-content blockquote {
    border-left: 4px solid #7C5CBF;
    background: #F3EFFE; border-radius: 0 12px 12px 0;
    padding: 1rem 1.25rem; margin: 1.25rem 0;
    font-style: italic; color: #4B5563;
}

.lnp-static-page-content table {
    width: 100%; border-collapse: collapse;
    margin-bottom: 1.25rem;
    font-family: 'Manrope', sans-serif; font-size: .875rem;
}
.lnp-static-page-content table th {
    background: #1B2A3B; color: #fff;
    padding: .75rem 1rem; text-align: left; font-weight: 700;
}
.lnp-static-page-content table td {
    padding: .65rem 1rem; border-bottom: 1px solid #E5E7EB; color: #4B5563;
}
.lnp-static-page-content table tr:hover td { background: #F9FAFB; }

.lnp-static-page-content hr {
    border: none; border-top: 1px solid #E5E7EB; margin: 2rem 0;
}
.lnp-static-page-content img {
    max-width: 100%; border-radius: 12px; margin: 1rem 0;
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 767px) {
    .lnp-page-hero-v2 { padding: 85px 0 36px; }
    .lnp-page-hero-title { font-size: 1.75rem; }
    .lnp-static-page-section { padding: 40px 0 60px; }
}
@media (max-width: 480px) {
    .lnp-page-hero-v2 { padding: 80px 0 28px; }
}