/* Extracted verbatim from template-parts/shared-page-styles.php (1 inline block(s)).
   Order preserved; enqueue order in functions.php reproduces the original cascade. */

/* Page Hero Section */
.page-hero {
    background: linear-gradient(135deg, #1b1b32 0%, #0f0f1d 65%, #07070f 100%);
}

.page-hero-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 30%, rgba(208, 177, 212, 0.24) 0%, transparent 65%);
    z-index: 1;
}

/* Breadcrumb Navigation */
.breadcrumb-3d {
    background: rgba(31, 31, 52, 0.85);
    padding: 1rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(208, 177, 212, 0.35);
    box-shadow: 0 18px 36px rgba(5, 5, 15, 0.5);
}

.breadcrumb-item a {
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: var(--ct-accent) !important;
}

/* Page Content Container */
.page-content-3d {
    background: var(--ct-surface);
    border: 1px solid rgba(208, 177, 212, 0.32);
    border-radius: 1.5rem;
    padding: 3rem;
    box-shadow: 0 30px 70px rgba(5, 5, 15, 0.55);
}

/* Page Content Body */
.page-content-body {
    line-height: 1.8;
    color: var(--ct-text);
}

.page-content-body h2,
.page-content-body h3,
.page-content-body h4 {
    color: var(--ct-text);
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.page-content-body a {
    color: var(--ct-accent);
    text-decoration: underline;
}

.page-content-body a:hover {
    color: var(--ct-accent-dark);
}

/* Alert Boxes */
.alert-3d {
    background: rgba(31, 31, 52, 0.85);
    border: 1px solid rgba(208, 177, 212, 0.32);
    border-radius: 0.75rem;
    color: var(--ct-text);
    padding: 1.5rem;
}

.alert-success.alert-3d {
    border-color: rgba(40, 167, 69, 0.5);
    background: rgba(40, 167, 69, 0.1);
}

.alert-danger.alert-3d {
    border-color: rgba(220, 53, 69, 0.5);
    background: rgba(220, 53, 69, 0.1);
}

/* Policy Content */
.policy-content ul {
    padding-right: 1.5rem;
    margin-bottom: 1.5rem;
}

.policy-content ul li {
    margin-bottom: 0.75rem;
    color: var(--ct-muted);
}

.policy-content p {
    margin-bottom: 1.5rem;
    color: var(--ct-muted);
}

/* Gallery CTA Section */
.gallery-cta-section {
    margin-top: 3rem;
}

/* Responsive Styles */
@media (max-width: 767.98px) {
    .page-content-3d {
        padding: 2rem 1.5rem;
    }
}
