/* AstroLeaf Planetary Retrograde Calendar & Ledger - Premium Light Theme Aesthetics */
:root {
    --prc-dark-bg: #FAF7F0;
    --prc-purple-deep: #FFF9F2;
    --prc-violet: #FFF3E0;
    --prc-gold: #D97706;
    --prc-gold-light: #F59E0B;
    --prc-amber-dark: #B45309;
    --prc-lavender: #5C3D2E;
    --prc-text-dark: #4A2E1B;
    --prc-text-muted: #8B7355;
    --prc-border: #E6DFD3;
    --prc-card-bg: #FFFFFF;
}

html body .prc-body {
    background-color: #FAF8F5 !important;
    color: #4A2E1B !important;
    font-family: var(--font-primary, 'Plus Jakarta Sans', -apple-system, sans-serif) !important;
    line-height: 1.6 !important;
    padding-bottom: 80px !important;
}

/* Hero Section */
html body .prc-hero,
html body .pkr-hero-banner {
    position: relative !important;
    background: linear-gradient(135deg, #65250C 0%, #4A1A08 100%) !important;
    border-bottom: none !important;
    padding: 60px 24px 50px 24px !important;
    text-align: center !important;
    overflow: hidden !important;
    color: #FFFFFF !important;
}

html body .prc-glow-orb {
    position: absolute !important;
    width: 350px !important;
    height: 350px !important;
    background: radial-gradient(circle, rgba(255, 186, 95, 0.12) 0%, rgba(255, 186, 95, 0.05) 50%, transparent 70%) !important;
    border-radius: 50% !important;
    pointer-events: none !important;
    z-index: 1 !important;
    filter: blur(30px) !important;
}
html body .prc-glow-orb.orb-left { top: -80px !important; left: -80px !important; }
html body .prc-glow-orb.orb-right { bottom: -80px !important; right: -80px !important; }

html body .prc-hero-container {
    max-width: 860px !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 2 !important;
}

html body .prc-badge,
html body .pkr-pill-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    color: #FFBA5F !important;
    -webkit-text-fill-color: #FFBA5F !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    background: rgba(255, 186, 95, 0.15) !important;
    border: 1px solid #FFBA5F !important;
    padding: 6px 16px !important;
    border-radius: 50px !important;
    margin-bottom: 16px !important;
}

html body .prc-hero-title,
html body .pkr-hero-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: clamp(2.1rem, 4.5vw, 3.1rem) !important;
    font-weight: 800 !important;
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
    margin: 0 0 14px 0 !important;
    line-height: 1.2 !important;
}

html body .prc-hero-title span,
html body .pkr-hero-title span {
    color: #FFBA5F !important;
    -webkit-text-fill-color: #FFBA5F !important;
    background: none !important;
}

html body .prc-hero-desc,
html body .pkr-hero-sub {
    font-size: 1.05rem !important;
    color: #FFE2C2 !important;
    -webkit-text-fill-color: #FFE2C2 !important;
    max-width: 760px !important;
    margin: 0 auto 10px auto !important;
    line-height: 1.65 !important;
    opacity: 0.95 !important;
}

/* Breadcrumbs Bar (Below Hero Section) */
html body .prc-breadcrumbs-bar {
    background: #FFFDF9 !important;
    border-bottom: 1px solid #E6DFD3 !important;
    border-top: 1px solid #E6DFD3 !important;
    padding: 12px 20px !important;
    font-size: 0.84rem !important;
}

html body .prc-breadcrumbs-container {
    max-width: 1040px !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    color: #8C7A6B !important;
    flex-wrap: wrap !important;
}

html body .prc-breadcrumbs-container a {
    color: #6B5B4D !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}

html body .prc-breadcrumbs-container a:hover {
    color: #D97706 !important;
}

/* Main Workspace */
html body .prc-workspace {
    max-width: 1040px !important;
    margin: 0 auto !important;
    padding: 36px 20px !important;
}

/* Form Card */
html body .prc-form-card {
    background: #FFFFFF !important;
    border: 1.5px solid #E6DFD3 !important;
    border-radius: 14px !important;
    padding: 36px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 6px 24px rgba(74, 46, 27, 0.05) !important;
}

html body .prc-form-header {
    border-bottom: 1px dashed #E6DFD3 !important;
    padding-bottom: 18px !important;
    margin-bottom: 24px !important;
    text-align: center !important;
}

html body .prc-form-eyebrow {
    font-size: 0.78rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.1em !important;
    color: #D97706 !important;
    text-transform: uppercase !important;
    display: block !important;
    margin-bottom: 6px !important;
}

html body .prc-form-title {
    font-size: 1.6rem !important;
    font-weight: 800 !important;
    color: #3C251B !important;
    margin: 0 !important;
}

html body .prc-form-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 24px !important;
    align-items: flex-end !important;
    width: 100% !important;
}

html body .prc-input-group {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
}

html body .prc-input-group label {
    font-size: 0.86rem !important;
    font-weight: 700 !important;
    color: #4A2E1B !important;
}

html body .prc-input-wrapper {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 48px !important;
}

html body .prc-input-icon {
    position: absolute !important;
    left: 14px !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 20px !important;
    height: 20px !important;
    color: #D97706 !important;
    pointer-events: none !important;
    z-index: 10 !important;
}

html body .prc-input-icon svg {
    width: 18px !important;
    height: 18px !important;
    display: block !important;
}

html body select.prc-input,
html body input.prc-input,
html body .prc-input {
    width: 100% !important;
    max-width: 100% !important;
    height: 48px !important;
    padding-left: 14px !important;
    padding-right: 16px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
    text-indent: 0 !important;
    background: #FFFFFF !important;
    border: 1.5px solid #E6DFD3 !important;
    border-radius: 8px !important;
    font-size: 0.95rem !important;
    color: #4A2E1B !important;
    outline: none !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
}

html body select.prc-input:focus,
html body input.prc-input:focus,
html body .prc-input:focus {
    border-color: #D97706 !important;
    box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.12) !important;
}

html body .prc-submit-btn {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    height: 52px !important;
    background: linear-gradient(135deg, #D97706 0%, #B45309 100%) !important;
    color: #FFFFFF !important;
    font-size: 1.02rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.03em !important;
    border: none !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 4px 14px rgba(217, 119, 6, 0.25) !important;
    margin-top: 10px !important;
}

html body .prc-submit-btn:hover {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(217, 119, 6, 0.35) !important;
}

/* Autocomplete Dropdown */
html body .ale-city-dropdown {
    position: absolute !important;
    top: calc(100% + 4px) !important;
    left: 0 !important;
    right: 0 !important;
    background: #FFFFFF !important;
    border: 1.5px solid #D97706 !important;
    border-radius: 8px !important;
    z-index: 99 !important;
    max-height: 220px !important;
    overflow-y: auto !important;
    box-shadow: 0 8px 20px rgba(74, 46, 27, 0.1) !important;
    display: none;
}
.ale-city-item {
    padding: 11px 16px !important;
    font-size: 0.88rem !important;
    cursor: pointer !important;
    border-bottom: 1px solid #F5EFE6 !important;
    color: #4A2E1B !important;
    transition: background 0.15s ease !important;
}
.ale-city-item:hover {
    background: #FFF8EF !important;
    color: #B45309 !important;
}

/* Loader */
html body #retro-loader {
    display: none;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 60px 20px !important;
    background: #FFFFFF !important;
    border: 1px solid #E6DFD3 !important;
    border-radius: 12px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 6px 20px rgba(74, 46, 27, 0.04) !important;
}
html body .ale-loading-spinner {
    width: 48px !important;
    height: 48px !important;
    border: 4px solid rgba(217, 119, 6, 0.15) !important;
    border-top: 4px solid #D97706 !important;
    border-radius: 50% !important;
    animation: prcSpin 1s linear infinite !important;
    margin-bottom: 16px !important;
}
@keyframes prcSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
html body .ale-loading-text {
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    color: #B45309 !important;
}

/* Results Section */
html body .ale-retro-results-container {
    display: none;
    margin-top: 20px !important;
}

/* Birth Callout Banner */
html body .prc-birth-callout {
    background: linear-gradient(135deg, #FFFBEB 0%, #FEF3C7 100%) !important;
    border: 1.5px solid rgba(217, 119, 6, 0.35) !important;
    border-radius: 12px !important;
    padding: 20px 26px !important;
    margin-bottom: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
    box-shadow: 0 4px 14px rgba(217, 119, 6, 0.08) !important;
}
html body .prc-birth-callout-text {
    font-size: 0.95rem !important;
    color: #78350F !important;
    margin: 0 !important;
}
html body .prc-birth-callout-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: #D97706 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    padding: 8px 18px !important;
    background: #FFFFFF !important;
    border: 1px solid rgba(217, 119, 6, 0.4) !important;
    border-radius: 8px !important;
    transition: all 0.2s ease !important;
}
html body .prc-birth-callout-link:hover {
    background: #D97706 !important;
    color: #FFFFFF !important;
}

/* Executive Summary Strip */
html body .ale-retro-summary-card {
    background: linear-gradient(135deg, #FFFDF9 0%, #FFF5E6 100%) !important;
    border: 1.5px solid rgba(217, 119, 6, 0.25) !important;
    border-radius: 12px !important;
    padding: 26px 30px !important;
    margin-bottom: 30px !important;
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    color: #4A2E1B !important;
    box-shadow: 0 4px 16px rgba(74, 46, 27, 0.05) !important;
}
html body .ale-retro-summary-badge {
    font-size: 1.8rem !important;
    font-weight: 900 !important;
    color: #B45309 !important;
    background: #FFF3E0 !important;
    border: 1px solid rgba(217, 119, 6, 0.35) !important;
    padding: 10px 20px !important;
    border-radius: 10px !important;
    flex-shrink: 0 !important;
}
html body .ale-retro-summary-title {
    font-size: 1.3rem !important;
    font-weight: 800 !important;
    color: #3C251B !important;
    margin: 0 0 4px 0 !important;
}
html body .ale-retro-summary-desc {
    font-size: 0.92rem !important;
    color: #78350F !important;
    margin: 0 !important;
}

/* Table Styling */
html body .ale-retro-table-wrapper {
    background: #FFFFFF !important;
    border: 1px solid #E6DFD3 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    margin-bottom: 40px !important;
    box-shadow: 0 4px 16px rgba(74, 46, 27, 0.04) !important;
}
html body .ale-retro-table {
    width: 100% !important;
    border-collapse: collapse !important;
    text-align: left !important;
    font-size: 0.92rem !important;
}
html body .ale-retro-table th {
    background: #FFF8EF !important;
    color: #5C3D2E !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    font-size: 0.8rem !important;
    padding: 16px 20px !important;
    border-bottom: 2px solid #E6DFD3 !important;
}
html body .ale-retro-table td {
    padding: 16px 20px !important;
    border-bottom: 1px solid #F5EFE6 !important;
    color: #4A2E1B !important;
}
html body .ale-retro-table tr:hover td {
    background: #FFFDF5 !important;
}

/* Status Badges in Table */
html body .ale-retro-badge.retro {
    background: rgba(217, 119, 6, 0.1) !important;
    border: 1px solid rgba(217, 119, 6, 0.3) !important;
    color: #B45309 !important;
    font-weight: 800 !important;
    font-size: 0.72rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    padding: 4px 12px !important;
    border-radius: 50px !important;
    display: inline-block !important;
}
html body .ale-retro-badge.direct {
    background: rgba(16, 185, 129, 0.1) !important;
    border: 1px solid rgba(16, 185, 129, 0.3) !important;
    color: #059669 !important;
    font-weight: 800 !important;
    font-size: 0.72rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    padding: 4px 12px !important;
    border-radius: 50px !important;
    display: inline-block !important;
}

/* Educational Accordions */
html body .ale-retro-accord-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    margin-bottom: 40px !important;
}
html body .ale-retro-accord-card {
    background: #FFFFFF !important;
    border: 1px solid #E6DFD3 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
}
html body .ale-retro-accord-header {
    background: #FFFDF9 !important;
    padding: 18px 24px !important;
    font-weight: 700 !important;
    color: #4A2E1B !important;
    font-size: 1.02rem !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    cursor: pointer !important;
    transition: background 0.2s ease !important;
}
html body .ale-retro-accord-header:hover {
    background: #FFF8EF !important;
    color: #D97706 !important;
}
html body .ale-retro-accord-content {
    padding: 0 24px !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease !important;
    font-size: 0.93rem !important;
    color: #5C3D2E !important;
    line-height: 1.65 !important;
}
html body .ale-retro-accord-content.open {
    padding: 20px 24px !important;
}

/* FAQ Section */
html body .faq-accordion-item {
    border-bottom: 1px solid #E6DFD3 !important;
}
html body .faq-question-trigger {
    width: 100% !important;
    padding: 16px 0 !important;
    background: none !important;
    border: none !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #4A2E1B !important;
    cursor: pointer !important;
    text-align: left !important;
}
html body .faq-answer-content {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease !important;
}
html body .faq-answer-inner {
    padding-bottom: 16px !important;
    font-size: 0.92rem !important;
    color: #5C3D2E !important;
    line-height: 1.6 !important;
}

/* Responsiveness */
@media (max-width: 768px) {
    html body .prc-form-card { padding: 24px 18px !important; }
    html body .prc-form-grid { grid-template-columns: 1fr !important; }
    html body .ale-retro-summary-card { flex-direction: column !important; text-align: center !important; }
    html body .prc-birth-callout { flex-direction: column !important; text-align: center !important; }
}

/* ===================================================================
   INFORMATIVE CONTENT SECTIONS & GRAPHICS
   =================================================================== */

html body .prc-content-section {
    width: 100% !important;
    max-width: 100% !important;
    margin: 60px 0 0 0 !important;
    padding: 0 !important;
}

html body .prc-content-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
}

/* Article Block */
html body .prc-article {
    padding: 10px 0 !important;
    margin: 0 !important;
}

html body .prc-article-header {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    margin-bottom: 24px !important;
}

html body .prc-article-number {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    background: linear-gradient(135deg, #FFF3E0 0%, #FFE0B2 100%) !important;
    color: #D97706 !important;
    font-size: 0.88rem !important;
    font-weight: 800 !important;
    border-radius: 12px !important;
    letter-spacing: 0.04em !important;
    box-shadow: 0 2px 8px rgba(217, 119, 6, 0.1) !important;
}

html body .prc-article-title {
    font-family: var(--font-heading, serif) !important;
    font-size: 1.6rem !important;
    font-weight: 800 !important;
    color: #3C251B !important;
    line-height: 1.3 !important;
    margin: 0 !important;
}

html body .prc-article-body {
    padding-left: 60px !important;
}

html body .prc-article-body p {
    font-size: 0.98rem !important;
    color: #4A2E1B !important;
    line-height: 1.82 !important;
    margin: 0 0 20px 0 !important;
}

html body .prc-article-body p:last-child {
    margin-bottom: 0 !important;
}

/* Divider */
html body .prc-divider {
    border: none !important;
    border-top: 1.5px solid #E6DFD3 !important;
    margin: 48px 0 !important;
    opacity: 0.8 !important;
}

/* Step Flow Illustration Card */
html body .prc-illustration-card {
    background: #FFFFFF !important;
    border: 1.5px solid #E6DFD3 !important;
    border-radius: 16px !important;
    padding: 24px 28px !important;
    margin: 24px 0 !important;
    box-shadow: 0 6px 20px rgba(74, 46, 27, 0.04) !important;
}

html body .prc-illustration-badge {
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    color: #D97706 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    display: block !important;
    margin-bottom: 4px !important;
}

html body .prc-illustration-title {
    font-family: var(--font-heading, serif) !important;
    font-size: 1.15rem !important;
    font-weight: 800 !important;
    color: #3C251B !important;
    margin: 0 0 16px 0 !important;
}

html body .prc-step-flow {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
}

html body .prc-step-item {
    flex: 1 !important;
    min-width: 140px !important;
    background: #FFFDF9 !important;
    border: 1px solid #E6DFD3 !important;
    border-radius: 12px !important;
    padding: 14px 16px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}

html body .prc-step-item.result-step {
    border-color: #D97706 !important;
    background: #FFF8EE !important;
}

html body .prc-step-num {
    font-size: 0.7rem !important;
    font-weight: 800 !important;
    color: #D97706 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
}

html body .prc-step-label {
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    color: #3C251B !important;
}

html body .prc-step-val {
    font-size: 0.84rem !important;
    color: #5C3D2E !important;
    line-height: 1.4 !important;
}

html body .prc-step-arrow {
    font-size: 1.3rem !important;
    font-weight: 800 !important;
    color: #D97706 !important;
}

/* Comparison Table */
html body .prc-comparison-wrapper {
    overflow-x: auto !important;
    margin: 24px 0 !important;
    border-radius: 14px !important;
    border: 1.5px solid #E6DFD3 !important;
}

html body .prc-comparison-table {
    width: 100% !important;
    border-collapse: collapse !important;
    font-size: 0.9rem !important;
    text-align: left !important;
}

html body .prc-comparison-table th {
    background: #FFF8EE !important;
    color: #3C251B !important;
    font-weight: 800 !important;
    padding: 14px 18px !important;
    border-bottom: 1.5px solid #E6DFD3 !important;
}

html body .prc-comparison-table td {
    padding: 14px 18px !important;
    border-bottom: 1px solid #F5EDE0 !important;
    color: #4A2E1B !important;
    line-height: 1.55 !important;
}

/* Stationary Cards */
html body .prc-drishti-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
    gap: 14px !important;
    margin: 24px 0 !important;
}

html body .prc-drishti-card {
    background: #FFFFFF !important;
    border: 1.5px solid #E6DFD3 !important;
    border-radius: 12px !important;
    padding: 18px !important;
}

html body .prc-drishti-type {
    font-size: 0.8rem !important;
    font-weight: 800 !important;
    color: #D97706 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    display: block !important;
}

html body .prc-drishti-signs {
    font-size: 0.92rem !important;
    font-weight: 800 !important;
    color: #3C251B !important;
    display: block !important;
    margin-bottom: 6px !important;
}

html body .prc-drishti-rule {
    font-size: 0.85rem !important;
    color: #5C3D2E !important;
    line-height: 1.45 !important;
    margin: 0 !important;
}

/* Process Timeline */
html body .prc-process-timeline {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
    gap: 14px !important;
    margin: 24px 0 !important;
}

html body .prc-timeline-step {
    background: #FFFFFF !important;
    border: 1.5px solid #E6DFD3 !important;
    border-radius: 14px !important;
    padding: 18px 16px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
}

html body .prc-tstep-num {
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    background: #D97706 !important;
    color: #FFFFFF !important;
    font-size: 0.85rem !important;
    font-weight: 800 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

html body .prc-tstep-title {
    font-size: 0.92rem !important;
    font-weight: 800 !important;
    color: #3C251B !important;
}

html body .prc-tstep-desc {
    font-size: 0.82rem !important;
    color: #5C3D2E !important;
    line-height: 1.45 !important;
    margin: 0 !important;
}

/* FAQ Accordion */
html body .prc-faq-accordion {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    margin-top: 12px !important;
}

html body .prc-faq-item {
    background: #FFFFFF !important;
    border: 1.5px solid #E6DFD3 !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    transition: border-color 0.25s ease, box-shadow 0.25s ease !important;
}

html body .prc-faq-item:hover {
    border-color: #D97706 !important;
    box-shadow: 0 4px 16px rgba(217, 119, 6, 0.05) !important;
}

html body .prc-faq-item.active {
    border-color: #D97706 !important;
    box-shadow: 0 6px 22px rgba(217, 119, 6, 0.08) !important;
    background: #FFFDF9 !important;
}

html body .prc-faq-question {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    padding: 20px 22px !important;
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    text-align: left !important;
    font-family: var(--font-primary, sans-serif) !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    color: #3C251B !important;
    line-height: 1.45 !important;
    gap: 16px !important;
    transition: color 0.2s ease !important;
}

html body .prc-faq-question:hover .prc-faq-qtext {
    color: #D97706 !important;
}

html body .prc-faq-item.active .prc-faq-qtext {
    color: #B45309 !important;
}

html body .prc-faq-toggle-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    border-radius: 50% !important;
    background: #FFF8EE !important;
    color: #D97706 !important;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s ease, color 0.2s ease !important;
}

html body .prc-faq-question[aria-expanded="true"] .prc-faq-toggle-icon {
    transform: rotate(45deg) !important;
    background: #D97706 !important;
    color: #FFFFFF !important;
}

html body .prc-faq-answer-wrapper {
    display: grid !important;
    grid-template-rows: 0fr !important;
    transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

html body .prc-faq-question[aria-expanded="true"] + .prc-faq-answer-wrapper {
    grid-template-rows: 1fr !important;
}

html body .prc-faq-answer-content {
    overflow: hidden !important;
    padding: 0 22px 0 22px !important;
    transition: padding 0.3s ease !important;
}

html body .prc-faq-question[aria-expanded="true"] + .prc-faq-answer-wrapper .prc-faq-answer-content {
    padding: 0 22px 22px 22px !important;
}

html body .prc-faq-answer-content p {
    font-size: 0.95rem !important;
    color: #5C3D2E !important;
    line-height: 1.78 !important;
    margin: 0 !important;
    padding-top: 4px !important;
    border-top: 1px dashed #FEF3C7 !important;
}

/* Footer CTA */
html body .prc-footer-cta {
    background: linear-gradient(135deg, #FFFDF7 0%, #FFF8EE 100%) !important;
    border: 1.5px solid #E6DFD3 !important;
    border-radius: 16px !important;
    padding: 36px 32px !important;
    text-align: center !important;
    margin-top: 48px !important;
    box-shadow: 0 6px 20px rgba(217, 119, 6, 0.05) !important;
}

html body .prc-fcta-title {
    font-family: var(--font-heading, serif) !important;
    font-size: 1.4rem !important;
    font-weight: 800 !important;
    color: #3C251B !important;
    margin: 0 0 8px 0 !important;
}

html body .prc-fcta-desc {
    font-size: 0.95rem !important;
    color: #78350F !important;
    margin: 0 0 24px 0 !important;
}

html body .prc-fcta-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
}

html body .prc-btn-primary {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%) !important;
    color: #FFFFFF !important;
    font-weight: 700 !important;
    font-size: 0.92rem !important;
    padding: 12px 24px !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(217, 119, 6, 0.22) !important;
    transition: transform 0.2s ease !important;
}

html body .prc-btn-primary:hover {
    transform: translateY(-2px) !important;
}

html body .prc-btn-secondary {
    background: #FFFFFF !important;
    color: #D97706 !important;
    border: 1.5px solid rgba(217, 119, 6, 0.4) !important;
    font-weight: 700 !important;
    font-size: 0.92rem !important;
    padding: 12px 24px !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    transition: background 0.2s ease !important;
}

html body .prc-btn-secondary:hover {
    background: #FFF8EE !important;
}

@media (max-width: 767px) {
    html body .prc-article-header { gap: 12px !important; }
    html body .prc-article-number { width: 34px !important; height: 34px !important; min-width: 34px !important; font-size: 0.78rem !important; }
    html body .prc-article-title { font-size: 1.28rem !important; }
    html body .prc-article-body { padding-left: 0 !important; }
    html body .prc-divider { margin: 36px 0 !important; }
    html body .prc-content-section { padding: 0 16px 60px 16px !important; margin-top: 40px !important; }
}

/* WY Article & FAQ Accordion Compatibility Styles */
html body .wy-seo-articles { margin-top: 50px !important; max-width: 1080px !important; margin-left: auto !important; margin-right: auto !important; }
html body .wy-article-section { background: #FFFFFF !important; border: 1px solid #EBE3D5 !important; border-radius: 12px !important; padding: 36px 40px !important; margin-bottom: 28px !important; box-shadow: 0 4px 18px rgba(28, 19, 13, 0.02) !important; }
html body .wy-article-badge { display: inline-flex !important; align-items: center !important; justify-content: center !important; width: 38px !important; height: 38px !important; background: rgba(217, 119, 6, 0.08) !important; color: #B45309 !important; font-family: var(--font-mono, monospace) !important; font-weight: 800 !important; font-size: 0.9rem !important; border-radius: 50% !important; margin-bottom: 14px !important; border: 1px solid rgba(217, 119, 6, 0.2) !important; }
html body .wy-article-h2 { font-family: var(--font-heading, serif) !important; font-size: 1.5rem !important; font-weight: 800 !important; color: #3C251B !important; margin: 0 0 16px 0 !important; }
html body .wy-article-body { font-size: 0.98rem !important; line-height: 1.82 !important; color: #4A3E34 !important; }
html body .wy-article-body p { margin-bottom: 16px !important; }
html body .wy-article-body p:last-child { margin-bottom: 0 !important; }
html body .wy-table { width: 100% !important; border-collapse: collapse !important; margin: 20px 0 !important; border-radius: 8px !important; overflow: hidden !important; border: 1px solid #E6DFD5 !important; }
html body .wy-table th, html body .wy-table td { padding: 12px 16px !important; border-bottom: 1px solid #F0E8DC !important; font-size: 0.9rem !important; }
html body .wy-table th { background: #FAF6EE !important; font-weight: 700 !important; color: #1C130D !important; text-transform: uppercase !important; font-size: 0.78rem !important; letter-spacing: 0.05em !important; }
html body .wy-faq-accordion { display: flex !important; flex-direction: column !important; gap: 12px !important; margin-top: 10px !important; }
html body .wy-faq-item { border: 1.5px solid #EAE2D5 !important; border-radius: 10px !important; background: #FAF8F5 !important; overflow: hidden !important; transition: all 0.2s ease !important; }
html body .wy-faq-item.active { border-color: #D97706 !important; background: #FFFFFF !important; box-shadow: 0 4px 14px rgba(217, 119, 6, 0.08) !important; }
html body .wy-faq-trigger { width: 100% !important; padding: 16px 20px !important; background: transparent !important; border: none !important; display: flex !important; justify-content: space-between !important; align-items: center !important; font-family: inherit !important; font-size: 0.96rem !important; font-weight: 700 !important; color: #3C251B !important; text-align: left !important; cursor: pointer !important; outline: none !important; gap: 14px !important; }
html body .wy-faq-icon { font-size: 1.3rem !important; font-weight: 800 !important; color: #D97706 !important; transition: transform 0.25s ease !important; line-height: 1 !important; }
html body .wy-faq-item.active .wy-faq-icon { transform: rotate(45deg) !important; color: #B45309 !important; }
html body .wy-faq-content { display: none; padding: 0 20px 18px 20px !important; font-size: 0.92rem !important; line-height: 1.7 !important; color: #5C4D42 !important; border-top: 1px solid #F0E8DC !important; }
html body .wy-faq-item.active .wy-faq-content { display: block !important; }

