:root {
    --eg-green: #1d9c48;
    --eg-green-dark: #137133;
    --eg-ink: #17231d;
    --eg-muted: #657168;
    --eg-border: #dce8df;
    --eg-bg: #f6f9f7;
    --eg-band: #edf7f0;
}

* {
    letter-spacing: 0;
}

body {
    margin: 0;
    background: var(--eg-bg);
    color: var(--eg-ink);
    font-family: "Tajawal", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
    color: var(--eg-green);
    text-decoration: none;
}

.eg-container {
    max-width: 1440px;
    padding-inline: clamp(16px, 3vw, 42px);
}

.eg-header {
    background: #fff;
    border-bottom: 1px solid rgba(20, 55, 32, .08);
    box-shadow: 0 14px 34px rgba(14, 39, 25, .08);
    position: sticky;
    top: 0;
    z-index: 1080;
}

.eg-topbar {
    background: #062f18;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
}

.eg-news {
    display: flex;
    align-items: center;
    gap: 18px;
    overflow: hidden;
    white-space: nowrap;
}

.eg-news span {
    color: #dfeee4;
}

.eg-date {
    color: #b9d8c3;
    flex: 0 0 auto;
}

.eg-logo {
    background: #fff;
    border-radius: 8px;
    width: 132px;
    max-height: 58px;
    object-fit: contain;
}

.eg-brand-text {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.navbar {
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, .3);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, .88%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background: #06421f !important;
    box-shadow: none;
    overflow: visible;
    position: sticky;
    top: 0;
    z-index: 1090;
}

.navbar .navbar-collapse {
    overflow: visible;
}

.navbar .nav-link {
    color: #f4fbf6;
    font-weight: 600;
    padding-inline: 10px;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
    color: #bdecc9;
}

.eg-header .dropdown-menu {
    border: none;
    border-radius: 8px;
    box-shadow: 0 22px 48px rgba(9, 48, 24, .18);
    margin-top: 10px;
    min-width: 240px;
    padding: 8px;
    text-align: right;
    z-index: 1200;
    max-height: 70vh;
    overflow-y: auto;
}

.eg-header .dropdown-item {
    border-radius: 6px;
    font-weight: 600;
    padding: 9px 12px;
}

.eg-header .dropdown-item:focus,
.eg-header .dropdown-item:hover {
    background: var(--eg-band);
    color: var(--eg-green-dark);
}

@media (min-width: 1200px) {
    .eg-header .nav-item.dropdown:hover > .dropdown-menu,
    .eg-header .dropdown:hover > .dropdown-menu {
        display: block;
    }
}

.eg-search {
    min-width: min(320px, 100%);
}

.eg-header .eg-search .form-control {
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .28);
    color: #fff;
}

.eg-header .eg-search .form-control::placeholder {
    color: rgba(255, 255, 255, .72);
}

.eg-header .btn-outline-secondary,
.eg-header .btn-outline-success {
    border-color: rgba(255, 255, 255, .36);
    color: #fff;
}

.eg-header .btn-outline-secondary:hover,
.eg-header .btn-outline-success:hover {
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .52);
    color: #fff;
}

.eg-header .btn-success {
    background: var(--eg-green);
    border-color: var(--eg-green);
}

.eg-icon-btn {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 40px;
    min-width: 42px;
}

.eg-icon-btn svg,
.btn svg,
.eg-social svg,
.eg-file-list svg {
    height: 18px;
    width: 18px;
}

.eg-main {
    min-height: 68vh;
    position: relative;
    z-index: 1;
}

.eg-live-shell-frame {
    display: block;
    width: 100%;
    border: 0;
    overflow: hidden;
    position: relative;
    z-index: 20;
    background: transparent;
}

.eg-live-header-frame {
    min-height: 260px;
}

.eg-live-footer-frame {
    min-height: 245px;
}

.eg-hero {
    background: linear-gradient(135deg, #163d26 0%, #1d9c48 62%, #99c955 100%);
    color: #fff;
    padding: clamp(42px, 8vw, 84px) 0 34px;
}

.eg-hero h1 {
    font-size: clamp(32px, 5vw, 64px);
    font-weight: 800;
    line-height: 1.18;
    margin: 10px 0 14px;
}

.eg-hero p {
    color: #edf9f1;
    font-size: 18px;
    max-width: 840px;
}

.eg-kicker {
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 999px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    padding: 7px 12px;
}

.eg-status-box {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 8px;
    padding: 18px;
}

.eg-status-box span,
.eg-status-box small {
    color: #d8f1df;
    display: block;
}

.eg-status-box strong {
    display: block;
    font-size: 30px;
    margin: 6px 0;
}

.eg-form-section,
.eg-dashboard-section,
.eg-auth-section {
    padding: 34px 0 56px;
}

.eg-panel {
    background: #fff;
    border: 1px solid var(--eg-border);
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(19, 53, 31, .08);
    padding: clamp(18px, 3vw, 28px);
}

.eg-section-title span {
    color: var(--eg-green);
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 8px;
}

.eg-section-title h1,
.eg-section-title h2 {
    font-weight: 800;
    margin: 0;
}

.eg-stepper {
    background: #fff;
    border: 1px solid var(--eg-border);
    border-radius: 8px;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-bottom: 18px;
    padding: 10px;
}

.eg-stepper button {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 8px;
    color: var(--eg-muted);
    display: flex;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    min-height: 46px;
    padding: 8px;
}

.eg-stepper span {
    align-items: center;
    background: #edf4ef;
    border-radius: 50%;
    display: inline-flex;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.eg-stepper button.active {
    background: var(--eg-green);
    color: #fff;
}

.eg-stepper button.active span {
    background: #fff;
    color: var(--eg-green);
}

.eg-form-step {
    display: none;
}

.eg-form-step.active {
    display: block;
}

.eg-form-actions {
    align-items: center;
    background: rgba(255, 255, 255, .92);
    border: 1px solid var(--eg-border);
    border-radius: 8px;
    bottom: 14px;
    box-shadow: 0 16px 40px rgba(19, 53, 31, .12);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 22px;
    padding: 12px;
    position: sticky;
    z-index: 5;
}

.eg-axis-accordion .accordion-item {
    border: 1px solid var(--eg-border);
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
}

.eg-axis-accordion .accordion-button {
    gap: 12px;
}

.eg-axis-accordion .accordion-button small {
    color: var(--eg-muted);
    font-weight: 500;
    margin-inline-start: auto;
}

.eg-axis-number {
    align-items: center;
    background: var(--eg-green);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    height: 32px;
    justify-content: center;
    width: 32px;
}

.eg-sdgs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.eg-sdgs span {
    background: var(--eg-band);
    border: 1px solid #d4e8d9;
    border-radius: 999px;
    color: #205d35;
    font-size: 13px;
    padding: 6px 10px;
}

.eg-practice {
    background: #fbfdfb;
    border: 1px solid #d8e8dd;
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 16px;
}

.eg-practice-header,
.eg-subsection-title,
.eg-score-header {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 12px;
}

.eg-practice-header h4,
.eg-score-header h2 {
    font-size: 18px;
    font-weight: 800;
    margin: 0;
}

.eg-subsection {
    border-top: 1px dashed #d3e2d6;
    margin-top: 16px;
    padding-top: 16px;
}

.eg-file-list {
    display: grid;
    gap: 8px;
    margin-top: 10px;
}

.eg-file-list a {
    align-items: center;
    background: #fff;
    border: 1px solid var(--eg-border);
    border-radius: 8px;
    display: inline-flex;
    gap: 8px;
    padding: 8px 10px;
}

.eg-declaration {
    background: var(--eg-band);
    border-right: 4px solid var(--eg-green);
    border-radius: 8px;
    color: #1f3b29;
    margin: 0 0 18px;
    padding: 16px;
}

.eg-check {
    background: #fbfdfb;
    border: 1px solid var(--eg-border);
    border-radius: 8px;
    padding: 14px 40px 14px 14px;
}

.eg-table-wrap {
    background: #fff;
    border: 1px solid var(--eg-border);
    border-radius: 8px;
    overflow-x: auto;
}

.eg-table {
    min-width: 1120px;
}

.eg-table th {
    background: #f0f6f2;
    color: #24452f;
    white-space: nowrap;
}

.eg-table td small {
    color: var(--eg-muted);
    display: block;
}

.eg-admin-actions {
    display: grid;
    gap: 10px;
    min-width: 260px;
}

.eg-definition-list {
    display: grid;
    gap: 8px;
    grid-template-columns: auto 1fr;
}

.eg-definition-list dt {
    color: var(--eg-muted);
}

.eg-score-side {
    top: 92px;
}

.eg-practices-review {
    background: #f8fbf8;
    border-radius: 8px;
    margin-top: 16px;
    padding: 14px;
}

.eg-practices-review article {
    border-top: 1px solid var(--eg-border);
    margin-top: 10px;
    padding-top: 10px;
}

.eg-practices-review h3 {
    font-size: 16px;
    font-weight: 800;
}

.eg-demo-logins {
    background: #f3f8f4;
    border: 1px solid var(--eg-border);
    border-radius: 8px;
    display: grid;
    gap: 5px;
    padding: 12px;
}

.eg-footer {
    background: #121a15;
    color: #eaf4ed;
    padding: 36px 0 22px;
}

.eg-footer h2 {
    font-weight: 800;
}

.eg-footer p,
.eg-footer-bottom,
.eg-footer a {
    color: #bfd7c6;
}

.eg-social {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
}

.eg-social a {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.eg-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .12);
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    margin-top: 28px;
    padding-top: 18px;
}

.eg-footer-bottom div {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

/* ── Notice Box (inside hero) ── */
.eg-notice-box {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 22px 28px;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.eg-notice-logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eg-notice-logo img {
    width: 240px;
    height: auto;
    opacity: 0.8;
    filter: drop-shadow(0 2px 12px rgba(255, 255, 255, 0.15));
    transition: opacity 0.3s ease;
}

.eg-notice-box:hover .eg-notice-logo img {
    opacity: 1;
}

.eg-notice-divider {
    flex-shrink: 0;
    width: 2px;
    align-self: stretch;
    background: linear-gradient(180deg, transparent, rgba(153, 201, 85, 0.5), rgba(46, 204, 113, 0.4), transparent);
    border-radius: 2px;
}

.eg-notice-text {
    flex: 1;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.78);
    text-align: justify;
    text-justify: inter-word;
}

.eg-notice-text p {
    margin: 0 0 5px;
    max-width: none !important;
}

.eg-notice-text p:last-child {
    margin-bottom: 0;
}

.eg-notice-headline {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding-right: 14px;
    border-right: 3px solid rgba(153, 201, 85, 0.7);
    margin-bottom: 8px !important;
}

@media (max-width: 767.98px) {
    .eg-notice-box {
        flex-direction: column;
        text-align: center;
        gap: 14px;
    }

    .eg-notice-divider {
        width: 60%;
        height: 2px;
        align-self: center;
        background: linear-gradient(90deg, transparent, rgba(153, 201, 85, 0.5), rgba(46, 204, 113, 0.4), transparent);
    }

    .eg-notice-text {
        text-align: justify;
    }

    .eg-notice-headline {
        text-align: center;
        border-right: none;
        padding-right: 0;
    }
}

.eg-landing-hero {
    background:
        linear-gradient(135deg, rgba(18, 55, 32, .96), rgba(29, 156, 72, .86)),
        #004c25;
    color: #fff;
    padding: clamp(32px, 5vw, 56px) 0 clamp(48px, 7vw, 84px);
    margin-top: 0px;
}

.eg-landing-hero h1 {
    font-size: clamp(32px, 5vw, 55px);
    font-weight: 800;
    line-height: 1.14;
    margin: 16px 0;
    max-width: 980px;
}

.eg-landing-hero p {
    color: #edf9f1;
    font-size: 20px;
    line-height: 1.8;
    max-width: 840px;
}

.eg-landing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.eg-landing-score {
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 8px;
    box-shadow: 0 20px 44px rgba(0, 0, 0, .14);
    padding: clamp(22px, 4vw, 34px);
}

.eg-landing-score span,
.eg-landing-score small {
    color: #ddf4e4;
    display: block;
}

.eg-landing-score strong {
    display: block;
    font-size: clamp(74px, 12vw, 132px);
    font-weight: 800;
    line-height: 1;
    margin: 8px 0 16px;
}

.eg-landing-score div {
    display: grid;
    gap: 8px;
}

.eg-landing-score b {
    color: #fff;
    display: inline-block;
    font-size: 22px;
    min-width: 54px;
}

.eg-landing-section {
    padding: clamp(42px, 7vw, 82px) 0;
}

.eg-goals-section {
    background-color: #f8fafc;
}

.eg-goals-btn:hover {
    background-color: transparent !important;
    color: #123720 !important;
    border-color: #123720 !important;
}

.eg-goal-card {
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.eg-goal-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.eg-goal-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #e6f2eb;
    color: #123720;
    border-radius: 50%;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 12px;
}

.eg-band-section {
    background: #edf7f0;
}

.eg-axis-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.eg-axis-card {
    background: #fff;
    border: 1px solid var(--eg-border);
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(19, 53, 31, .07);
    min-height: 245px;
    padding: 22px;
}

.eg-axis-card > span {
    color: var(--eg-green);
    font-size: 28px;
    font-weight: 800;
}

.eg-axis-card h3 {
    font-size: 22px;
    font-weight: 800;
    margin: 10px 0;
}

.eg-axis-card p,
.eg-muted-text {
    color: var(--eg-muted);
    line-height: 1.8;
}

.eg-axis-card div,
.eg-sector-cloud,
.eg-check-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.eg-axis-card small,
.eg-sector-cloud span {
    background: var(--eg-band);
    border: 1px solid #d4e8d9;
    border-radius: 999px;
    color: #205d35;
    padding: 7px 10px;
}

.eg-check-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.eg-check-list span {
    background: #fff;
    border: 1px solid var(--eg-border);
    border-radius: 8px;
    padding: 14px 16px;
}

.eg-weight-grid,
.eg-stat-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.eg-weight-grid article,
.eg-stat-grid article {
    background: #fff;
    border: 1px solid var(--eg-border);
    border-radius: 8px;
    padding: 18px;
}

.eg-weight-grid strong,
.eg-stat-grid strong {
    color: var(--eg-green);
    display: block;
    font-size: 40px;
    font-weight: 800;
}

.eg-weight-grid h3 {
    font-size: 20px;
    font-weight: 800;
}

.eg-timeline {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.eg-timeline article {
    background: #fff;
    border: 1px solid var(--eg-border);
    border-radius: 8px;
    padding: 18px;
}

.eg-timeline span {
    align-items: center;
    background: var(--eg-green);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    height: 34px;
    justify-content: center;
    margin-bottom: 12px;
    width: 34px;
}

.eg-timeline h3 {
    font-size: 18px;
    font-weight: 800;
}

.eg-final-panel {
    align-items: center;
    background: #122719;
    border-radius: 8px;
    color: #fff;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding: clamp(22px, 5vw, 38px);
}

.eg-final-panel span {
    color: #98d9ac;
    font-weight: 800;
}

.eg-final-panel p {
    color: #c9e3d1;
    margin: 0;
}

.eg-admin-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.eg-role-options {
    display: grid;
    gap: 6px;
    min-width: 240px;
}

.eg-mini-meta {
    color: var(--eg-muted);
    display: grid;
    gap: 4px;
    font-size: 13px;
    margin: 12px 0;
}

[data-bs-theme="dark"] body {
    background: #0f1712;
    color: #eaf4ed;
}

[data-bs-theme="dark"] .navbar,
[data-bs-theme="dark"] .eg-panel,
[data-bs-theme="dark"] .eg-stepper,
[data-bs-theme="dark"] .eg-table-wrap,
[data-bs-theme="dark"] .accordion-item,
[data-bs-theme="dark"] .eg-form-actions {
    background: #17211a !important;
    border-color: #2e4635;
}

[data-bs-theme="dark"] .navbar .nav-link,
[data-bs-theme="dark"] .eg-brand-text,
[data-bs-theme="dark"] .eg-section-title h1,
[data-bs-theme="dark"] .eg-section-title h2 {
    color: #eaf4ed;
}

@media (max-width: 991.98px) {
    .eg-stepper {
        grid-template-columns: 1fr;
    }

    .eg-news {
        width: 100%;
    }

    .eg-axis-accordion .accordion-button {
        align-items: flex-start;
        flex-direction: column;
    }

    .eg-axis-accordion .accordion-button small {
        margin-inline-start: 0;
    }

    .eg-form-actions {
        position: static;
    }

    .eg-axis-grid,
    .eg-check-list,
    .eg-weight-grid,
    .eg-stat-grid,
    .eg-timeline {
        grid-template-columns: 1fr;
    }

    .eg-final-panel {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .eg-landing-hero .row {
        margin-inline: 0;
    }

    .eg-landing-hero .row > [class*="col-"] {
        padding-inline: 0;
    }

    .eg-mobile-justify,
    #policies-wrapper p {
        text-align: justify !important;
        text-justify: inter-word;
    }
}

/* High-priority z-index overrides for live header wrapper and frame */
.eg-live-header-wrapper {
    position: relative;
    width: 100%;
    z-index: 999999999;
}

.eg-live-header-wrapper + .eg-main {
    margin-top: 0 !important;
    padding-top: 0;
}

.eg-live-header-frame {
    z-index: 999999999;
}


 . e g - l a n d i n g - s c o r e   i m g : h o v e r   {   t r a n s f o r m :   s c a l e ( 1 . 0 5 )   t r a n s l a t e Y ( - 1 0 p x ) ;   } 
 
 