/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/

.page-id-1089 .site-header, 
.page-id-1096 .site-header {
	display: none;
}

.ov-wrap * { box-sizing: border-box; margin: 0; padding: 0; }
.ov-wrap {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: #F7F7F5;
    min-height: 100vh;
    color: #1a1a18;
    animation: ovFadeIn 0.35s ease;
}
@keyframes ovFadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ===== SIDEBAR ===== */
.ov-layout { display: flex; min-height: 100vh; }
.ov-sidebar {
    width: 240px;
    flex-shrink: 0;
    background: #fff;
    border-right: 0.5px solid #E5E5E0;
    padding: 32px 0;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
}
.ov-sidebar-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #9C9C99;
    padding: 0 20px;
    margin-bottom: 8px;
}
.ov-sidebar-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 20px;
    font-size: 13px;
    font-weight: 500;
    color: #5a5a58;
    text-decoration: none;
    border-left: 2px solid transparent;
    transition: all 0.15s;
}
.ov-sidebar-item:hover { color: #1a1a18; background: #F7F7F5; text-decoration: none; }
.ov-sidebar-item.active { color: #1b8b4b; border-left-color: #1b8b4b; background: #EEF8F2; font-weight: 600; }
.ov-sidebar-item .ov-code {
    font-size: 10px;
    font-weight: 700;
    color: #1b8b4b;
    background: #EEF8F2;
    border-radius: 4px;
    padding: 2px 5px;
    flex-shrink: 0;
}
.ov-sidebar-divider { border: none; border-top: 0.5px solid #E5E5E0; margin: 16px 0; }
.ov-sidebar-footer {
    padding: 0 20px;
    margin-top: auto;
}
.ov-sidebar-footer p { font-size: 12px; color: #9C9C99; line-height: 1.5; }
.ov-sidebar-footer strong { color: #5a5a58; font-weight: 600; }

/* ===== MAIN ===== */
.ov-main { flex: 1; padding: 40px 48px 80px; min-width: 0; }

/* ===== PAGE HEADER ===== */
.ov-page-header { margin-bottom: 32px; }
.ov-page-header h1 {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a18;
    margin-bottom: 6px;
    line-height: 1.2;
}
.ov-page-header p { font-size: 14px; color: #9C9C99; }
.ov-page-header p a { color: #1b8b4b; text-decoration: none; font-weight: 500; }

/* ===== STATS ===== */
.ov-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 0.5px solid #E5E5E0;
    border-radius: 0;
    margin-bottom: 40px;
    background: #fff;
}
.ov-stat {
    padding: 24px 28px;
    border-right: 0.5px solid #E5E5E0;
}
.ov-stat:last-child { border-right: none; }
.ov-stat h2 {
    font-size: 32px;
    font-weight: 300;
    color: #1a1a18;
    margin-bottom: 6px;
    line-height: 1;
    letter-spacing: -0.5px;
}
.ov-stat p {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9C9C99;
}

/* ===== SECTION ===== */
.ov-section { margin-bottom: 40px; }
.ov-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.ov-section-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #9C9C99;
}
.ov-section-link {
    font-size: 12px;
    font-weight: 500;
    color: #1b8b4b;
    text-decoration: none;
}
.ov-section-link:hover { text-decoration: underline; }

/* ===== PRODUCT LIST ===== */
.ov-products {
    background: #fff;
    border: 0.5px solid #E5E5E0;
    border-radius: 10px;
    overflow: hidden;
}
.ov-product-item {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 0.5px solid #F0F0EC;
    text-decoration: none;
    color: inherit;
    transition: background 0.15s;
    gap: 16px;
}
.ov-product-item:last-child { border-bottom: none; }
.ov-product-item:hover { background: #F7F7F5; text-decoration: none; color: inherit; }
.ov-product-code {
    font-size: 10px;
    font-weight: 700;
    color: #1b8b4b;
    min-width: 40px;
    flex-shrink: 0;
}
.ov-product-info { flex: 1; min-width: 0; }
.ov-product-info h3 {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a18;
    display: inline;
}
.ov-product-meta {
    font-size: 13px;
    color: #9C9C99;
    display: inline;
    margin-left: 4px;
}
.ov-product-arrow {
    color: #C0C0BC;
    font-size: 16px;
    flex-shrink: 0;
}

/* ===== FILES ===== */
.ov-files {
    background: #fff;
    border: 0.5px solid #E5E5E0;
    border-radius: 10px;
    overflow: hidden;
}
.ov-file-item {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 0.5px solid #F0F0EC;
    gap: 14px;
    transition: background 0.15s;
}
.ov-file-item:last-child { border-bottom: none; }
.ov-file-item:hover { background: #F7F7F5; }
.ov-file-icon {
    width: 38px; height: 38px;
    border-radius: 8px;
    border: 0.5px solid #E5E5E0;
    display: flex; align-items: center; justify-content: center;
    font-size: 10px; font-weight: 700;
    color: #5a5a58;
    background: #F7F7F5;
    flex-shrink: 0;
}
.ov-file-icon.pdf { background: #FEF2F2; border-color: #FECACA; color: #DC2626; }
.ov-file-icon.doc { background: #EFF6FF; border-color: #BFDBFE; color: #2563EB; }
.ov-file-icon.zip { background: #FFFBEB; border-color: #FDE68A; color: #D97706; }
.ov-file-info { flex: 1; min-width: 0; }
.ov-file-info h3 {
    font-size: 14px;
    font-weight: 500;
    color: #1a1a18;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ov-file-info p { font-size: 12px; color: #9C9C99; }
.ov-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    background: #fff;
    color: #1a1a18;
    font-size: 13px;
    font-weight: 500;
    border-radius: 8px;
    border: 0.5px solid #E5E5E0;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.15s;
    flex-shrink: 0;
}
.ov-download-btn:hover { background: #F7F7F5; border-color: #C0C0BC; color: #1a1a18; text-decoration: none; }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .ov-sidebar { display: none; }
    .ov-main { padding: 24px 20px 60px; }
    .ov-stats { grid-template-columns: repeat(2, 1fr); }
    .ov-stat { border-bottom: 0.5px solid #E5E5E0; }
}



.pd-wrap * { box-sizing: border-box; margin: 0; padding: 0; }
.pd-wrap {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: #F7F7F5;
    min-height: 100vh;
    color: #1a1a18;
    animation: pdFadeIn 0.35s ease;
}
@keyframes pdFadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ===== SIDEBAR ===== */
.pd-layout { display: flex; min-height: 100vh; }
.pd-sidebar {
    width: 240px;
    flex-shrink: 0;
    background: #fff;
    border-right: 0.5px solid #E5E5E0;
    padding: 32px 0;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
}
.pd-sidebar-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #9C9C99;
    padding: 0 20px;
    margin-bottom: 8px;
}
.pd-sidebar-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 20px;
    font-size: 13px;
    font-weight: 500;
    color: #5a5a58;
    text-decoration: none;
    border-left: 2px solid transparent;
    transition: all 0.15s;
}
.pd-sidebar-item:hover { color: #1a1a18; background: #F7F7F5; text-decoration: none; }
.pd-sidebar-item.active { color: #1b8b4b; border-left-color: #1b8b4b; background: #EEF8F2; font-weight: 600; }
.pd-sidebar-item .pd-code {
    font-size: 10px;
    font-weight: 700;
    color: #1b8b4b;
    background: #EEF8F2;
    border-radius: 4px;
    padding: 2px 5px;
    flex-shrink: 0;
}
.pd-sidebar-item.active .pd-code { background: #D4EFE0; }
.pd-sidebar-divider { border: none; border-top: 0.5px solid #E5E5E0; margin: 16px 0; }
.pd-sidebar-footer { padding: 0 20px; margin-top: auto; }
.pd-sidebar-footer p { font-size: 12px; color: #9C9C99; line-height: 1.5; }
.pd-sidebar-footer strong { color: #5a5a58; font-weight: 600; }

/* ===== MAIN ===== */
.pd-main { flex: 1; padding: 40px 48px 80px; min-width: 0; }

/* ===== HEADER ===== */
.pd-header { margin-bottom: 24px; }
.pd-header h1 {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a18;
    margin-bottom: 10px;
    line-height: 1.2;
}
.pd-header-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.pd-status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 600;
    color: #1b8b4b;
}
.pd-status .dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: #1b8b4b;
    animation: pdPulse 2s infinite;
}
@keyframes pdPulse { 0%,100%{opacity:1} 50%{opacity:0.4} }
.pd-meta-item { font-size: 13px; color: #9C9C99; }

/* ===== TABS ===== */
.pd-tabs {
    display: flex;
    gap: 0;
    border-bottom: 0.5px solid #E5E5E0;
    margin-bottom: 28px;
}
.pd-tab {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 500;
    color: #9C9C99;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    transition: all 0.15s;
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
    text-decoration: none;
    borde-radius: 0px !important;
}
.pd-tab:hover { color: #fff; background: #1b8b4b !important; }
.pd-tab.active { color: #fff; border-bottom-color: #1b8b4b; font-weight: 600;  background: #1b8b4b; }
.pd-tab-count {
    font-size: 12px;
    font-weight: 500;
    color: #9C9C99;
    background: #fff;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    padding-top: 2px;
}

/* ===== TAB CONTENT ===== */
.pd-tab-content { display: none; }
.pd-tab-content.active { display: block; }

/* ===== SEARCH ===== */
.pd-search-wrap { margin-bottom: 20px; }
.pd-search {
    width: 100%;
    max-width: 380px;
    padding: 10px 0;
    border: none;
    border-bottom: 0.5px solid #E5E5E0;
    background: transparent;
    font-size: 14px;
    color: #1a1a18;
    outline: none;
    font-family: inherit;
    transition: border-color 0.15s;
}
.pd-search::placeholder { color: #C0C0BC; }
.pd-search:focus { border-bottom-color: #1b8b4b; }

/* ===== MODULE LIST ===== */
.pd-module-item {
    display: flex;
    align-items: center;
    padding: 16px 0;
    border-bottom: 0.5px solid #000 !important;
    gap: 16px;
    transition: opacity 0.15s;
}

.pd-module-info { flex: 1; min-width: 0; }
.pd-module-info h3 { font-size: 14px; font-weight: 600; color: #1a1a18; margin-bottom: 3px; }
.pd-module-info p { font-size: 12px; color: #9C9C99; }
.pd-module-seats { font-size: 13px; color: #9C9C99; white-space: nowrap; flex-shrink: 0; }
.pd-key-wrap {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #F7F7F5;
    border: 0.5px solid #E5E5E0;
    border-radius: 6px;
    padding: 5px 10px;
    flex-shrink: 0;
}
.pd-key {
    font-family: 'Courier New', monospace;
    font-size: 12px;
    font-weight: 500;
    color: #1a1a18;
    letter-spacing: 0.3px;
}
.pd-copy-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #C0C0BC;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 12px;
    transition: color 0.15s;
    font-family: inherit;
}
.pd-copy-btn:hover { background: #1b8b4b !important; color: #fff; }
.pd-copy-btn.copied { color: #fff; }

/* ===== FILE LIST ===== */
.pd-file-item {
    display: flex;
    align-items: center;
    padding: 16px 0;
    border-bottom: 0.5px solid #F0F0EC;
    gap: 14px;
    transition: opacity 0.15s;
}
.pd-file-item:last-child { border-bottom: none; }
.pd-file-icon {
    width: 38px; height: 38px;
    border-radius: 8px;
    border: 0.5px solid #E5E5E0;
    display: flex; align-items: center; justify-content: center;
    font-size: 10px; font-weight: 700;
    color: #5a5a58;
    background: #F7F7F5;
    flex-shrink: 0;
}
.pd-file-icon.pdf { background: #FEF2F2; border-color: #FECACA; color: #DC2626; }
.pd-file-icon.doc { background: #EFF6FF; border-color: #BFDBFE; color: #2563EB; }
.pd-file-icon.zip { background: #FFFBEB; border-color: #FDE68A; color: #D97706; }
.pd-file-info { flex: 1; min-width: 0; }
.pd-file-info h3 {
    font-size: 14px;
    font-weight: 500;
    color: #1a1a18;
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pd-file-info p { font-size: 12px; color: #9C9C99; }
.pd-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 16px;
    background: #fff;
    color: #1a1a18;
    font-size: 13px;
    font-weight: 500;
    border-radius: 8px;
    border: 0.5px solid #E5E5E0;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.15s;
    flex-shrink: 0;
}
.pd-download-btn:hover { background: #F7F7F5; border-color: #C0C0BC; color: #1a1a18; text-decoration: none; }

/* ===== EMPTY ===== */
.pd-empty { padding: 40px 0; font-size: 14px; color: #9C9C99; }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .pd-sidebar { display: none; }
    .pd-main { padding: 24px 20px 60px; }
    .pd-key { display: none; }
}