.elementor-33177 .elementor-element.elementor-element-sec_rw_hero_banner{padding:0px 0px 0px 0px;}.elementor-33177 .elementor-element.elementor-element-col_rw_hero_banner > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-33177 .elementor-element.elementor-element-sec_rw_kb_section{padding:0px 0px 0px 0px;}.elementor-33177 .elementor-element.elementor-element-col_rw_kb_section > .elementor-element-populated{padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS */.rw-fullwidth-hero {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: linear-gradient(135deg, #7F1822 0%, #B51D1D 60%, #4A0E14 100%);
    color: #ffffff;
    padding: 50px 0 45px 0;
    box-sizing: border-box;
    border-bottom: none;
}

.rw-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.rw-hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 12px;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.rw-hero-title {
    font-size: 36px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 10px 0;
    font-family: Georgia, 'Times New Roman', serif;
    text-transform: none !important;
}

.rw-hero-subtitle {
    font-size: 16px;
    color: #fecaca;
    max-width: 850px;
    line-height: 1.6;
    margin-bottom: 24px;
}

.rw-wiki-search-box {
    background: #ffffff;
    border-radius: 6px;
    padding: 4px 6px 4px 16px;
    display: flex;
    align-items: center;
    max-width: 700px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.rw-wiki-search-input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 15px;
    color: #0f172a;
    background: transparent;
}

.rw-wiki-search-btn {
    background: #dc2626;
    color: #ffffff;
    border: none;
    padding: 10px 22px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s ease;
}

.rw-wiki-search-btn:hover { background: #b91c1c; }

/* MAIN KNOWLEDGE BASE CONTAINER */
.rw-kb-layout-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 36px;
    align-items: flex-start;
}

@media (max-width: 991px) {
    .rw-kb-layout-wrapper { grid-template-columns: 1fr; }
}

/* LEFT STICKY TOC SIDEBAR */
.rw-wiki-toc-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 16px;
    position: sticky;
    top: 30px;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}

.rw-toc-header {
    font-size: 14px;
    font-weight: 800;
    color: #0f172a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cbd5e1;
    margin-bottom: 12px;
}

.rw-toc-list { list-style: none; padding: 0; margin: 0; }
.rw-toc-item { margin-bottom: 4px; }
.rw-toc-item a {
    color: #334155;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    padding: 5px 8px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.rw-toc-item a:hover, .rw-toc-item a.active {
    background: #fee2e2;
    color: #dc2626;
    font-weight: 700;
}

.rw-toc-sublist { list-style: none; padding-left: 12px; margin-top: 2px; }
.rw-toc-subitem a { font-size: 12.5px; color: #475569; padding: 3px 6px; }

/* MAIN CONTENT AREA */
.rw-wiki-content-main { min-width: 0; }

.rw-sec2-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: none;
}

.rw-sec2-main-h2 {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    font-family: Georgia, 'Times New Roman', serif;
}

.rw-toggle-all-btn {
    background: #0f172a;
    color: #ffffff;
    border: none;
    padding: 8px 18px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease;
}

.rw-toggle-all-btn:hover { background: #dc2626; }

/* FASA SECTION */
.rw-kb-fasa-section { margin-bottom: 40px; }

.rw-wiki-section-title {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 18px 0;
    padding-bottom: 8px;
    border-bottom: none;
    font-family: Georgia, 'Times New Roman', serif;
}

.rw-stages-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

@media (max-width: 600px) {
    .rw-stages-grid { grid-template-columns: 1fr; }
}

.rw-stage-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 18px;
    color: #1e293b;
    border-top: 1px solid #e2e8f0;
}

.rw-stage-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.rw-stage-number {
    font-size: 11.5px;
    font-weight: 800;
    color: #dc2626;
    background: #fee2e2;
    padding: 2px 8px;
    border-radius: 4px;
}

.rw-stage-icon { font-size: 16px; color: #dc2626; }
.rw-stage-title { font-size: 17px; font-weight: 800; color: #0f172a; margin: 0 0 6px 0; }
.rw-stage-desc { font-size: 13px; color: #64748b; margin-bottom: 12px; line-height: 1.4; }
.rw-stage-links-title { font-size: 11.5px; font-weight: 700; color: #94a3b8; text-transform: uppercase; margin-bottom: 6px; }
.rw-stage-links { list-style: none; padding: 0; margin: 0; }
.rw-stage-link-item { margin-bottom: 5px; display: flex; align-items: flex-start; }
.rw-stage-bullet { color: #dc2626; margin-right: 6px; }
.rw-stage-link-item a { color: #1e293b; font-size: 13.5px !important; font-weight: 600; text-decoration: none; }
.rw-stage-link-item a:hover { color: #dc2626; text-decoration: underline; }

/* CLEAN WIKIPEDIA ACCORDION (NO ICONS) */
.rw-acc-container {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.rw-acc-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
    scroll-margin-top: 40px;
    transition: border-color 0.2s ease;
}

.rw-acc-item.active {
    border-color: #dc2626;
}

.rw-acc-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: #ffffff;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background 0.2s ease;
}

.rw-acc-header:hover { background: #f8fafc; }

.rw-acc-title-text {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 4px 0;
}

.rw-acc-badge {
    display: inline-block;
    background: #f1f5f9;
    color: #475569;
    font-size: 11.5px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
}

.rw-acc-chevron {
    font-size: 14px;
    color: #64748b;
    transition: transform 0.25s ease, color 0.25s ease;
}

.rw-acc-item.active .rw-acc-chevron {
    transform: rotate(180deg);
    color: #dc2626;
}

.rw-acc-body {
    display: none;
    padding: 0 20px 20px 20px;
    border-top: 1px solid #f1f5f9;
    background: #ffffff;
}

.rw-acc-item.active .rw-acc-body {
    display: block;
}

.rw-subtopic-table-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 14px 16px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.rw-subtopic-table-title {
    font-size: 13px;
    font-weight: 800;
    color: #0f172a;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.rw-subtopics-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

@media (max-width: 768px) {
    .rw-subtopics-grid { grid-template-columns: 1fr; }
}

.rw-subtopic-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 8px 10px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 8px;
}

.rw-subtopic-dot { width: 5px; height: 5px; background: #dc2626; border-radius: 50%; flex-shrink: 0; }

.rw-articles-ref-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-left: 1px solid #e2e8f0;
    padding: 12px 16px;
    border-radius: 0 4px 4px 0;
    margin-bottom: 16px;
}

.rw-articles-ref-title {
    font-size: 12.5px;
    font-weight: 800;
    color: #0f172a;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.rw-articles-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.rw-article-card-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 4px;
    padding: 8px 12px;
    color: #1e293b;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.rw-article-card-link:hover {
    border-color: #dc2626;
    color: #dc2626;
    background: #fff5f5;
}

.rw-topic-hub-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ffffff;
    color: #dc2626;
    border: 1px solid #dc2626;
    font-size: 12.5px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.rw-topic-hub-btn:hover { background: #dc2626; color: #ffffff; }

.page_title, div.page_title, .page_title_container, h1.entry-title, .entry-title, .page-title, header.entry-header { display: none !important; }

.rw-hero-title::after, .rw-hero-title::before,
.rw-wiki-section-title::after, .rw-wiki-section-title::before,
.rw-stage-title::after, .rw-stage-title::before,
.rw-acc-title-text::after, .rw-acc-title-text::before,
.rw-sec2-main-h2::after, .rw-sec2-main-h2::before,
h1::after, h1::before, h2::after, h2::before, h3::after, h3::before {
    display: none !important;
    content: none !important;
    border: none !important;
    background: none !important;
    width: 0 !important;
    height: 0 !important;
}/* End custom CSS */