.sedg-section {
    /* background: linear-gradient(145deg, #f9fcff 0%, #f2f6fc 100%); */
    position: relative;
    overflow: hidden;
}

/* abstract background elements in brand colors – ultra subtle */
/* .sedg-section::before {
            content: "✦✦✦";
            font-size: 240px;
            position: absolute;
            top: -40px;
            right: -20px;
            color: rgba(209, 20, 62, 0.03);
            font-family: sans-serif;
            transform: rotate(12deg);
            pointer-events: none;
            letter-spacing: 25px;
        } */

/* .sedg-section::after {
            content: "◆◆◆";
            font-size: 200px;
            position: absolute;
            bottom: -30px;
            left: -30px;
            color: rgba(23, 52, 90, 0.03);
            transform: rotate(-10deg);
            pointer-events: none;
        } */

.sedg-container {
    position: relative;
    z-index: 30;
}

/* ---------- CELL HEADER (matches breadcrumb energy, but fresh) ---------- */
.sedg-header {
    margin-bottom: 3rem;
}

.sedg-suptitle {
    display: inline-block;
    background: rgba(209, 20, 62, 0.08);
    padding: 0.5rem 2rem;
    border-radius: 60px;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: #17345a;
    border: 1px solid rgba(209, 20, 62, 0.25);
    backdrop-filter: blur(4px);
    margin-bottom: 1.2rem;
    text-transform: uppercase;
}

.sedg-main-title {
    font-weight: 800;
    font-size: 48px;
    background: black;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 12px 22px rgba(23, 52, 90, 0.1);
    letter-spacing: -0.02em;
    position: relative;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.sedg-main-title i {
    -webkit-text-fill-color: #d1143e;
    margin-right: 12px;
}

.sedg-underline {
    width: 110px;
    height: 6px;
    background: linear-gradient(90deg, #d1143e, #17345a);
    border-radius: 10px;
    margin: 0.8rem auto 0;
}

/* ---------- HERO CARD (overview + regstrar signature) ---------- */
.sedg-overview-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    border-radius: 40px 20px 40px 20px;
    padding: 2.2rem 2rem;
    border: 1px solid rgba(209, 20, 62, 0.15);
    border-bottom: 6px solid #d1143e;
    /* pink */
    box-shadow: 0 25px 40px -18px rgba(23, 52, 90, 0.15);
    transition: 0.25s;
}

.sedg-overview-card:hover {
    transform: translateY(-6px);
    border-bottom-color: #17345a;
    box-shadow: 0 35px 50px -22px rgba(209, 20, 62, 0.2);
}

.sedg-quote-icon {
    color: #d1143e;
    font-size: 2.2rem;
    opacity: 0.3;
    position: absolute;
    top: 10px;
    right: 20px;
}

.overview-text {
    font-size: 1.18rem;
    line-height: 1.7;
    color: #2a405c;
    font-weight: 450;
    padding-right: 1rem;
}

.registrar-signature {
    background: rgba(23, 52, 90, 0.04);
    border-left: 5px solid #17345a;
    padding: 1rem 1.5rem;
    border-radius: 12px 30px 30px 12px;
    margin-top: 1.2rem;
}

.registrar-name {
    font-weight: 800;
    color: #17345a;
    font-size: 1.2rem;
}

/* ---------- MISSION & VISION CARD (blue dominant) ---------- */
.mission-vision-card {
    background: white;
    border-radius: 30px 20px 30px 20px;
    padding: 2rem 1.8rem;
    height: 100%;
    border-bottom: 6px solid #17345a;
    box-shadow: 0 20px 30px -10px rgba(23, 52, 90, 0.1);
    transition: 0.2s;
    border: 1px solid rgba(23, 52, 90, 0.1);
}

.mission-vision-card:hover {
    transform: translateY(-5px);
    border-bottom-color: #d1143e;
    box-shadow: 0 28px 40px -14px rgba(209, 20, 62, 0.15);
}

.mv-icon {
    background: rgba(23, 52, 90, 0.07);
    display: inline-block;
    padding: 0.8rem 1.6rem;
    border-radius: 30px 10px 30px 10px;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(23, 52, 90, 0.15);
    box-shadow: 0 8px 0 rgba(23, 52, 90, 0.08);
}

.mv-icon i {
    font-size: 2.4rem;
    color: #17345a;
}

.mv-title {
    font-size: 1.9rem;
    font-weight: 800;
    color: #17345a;
    margin-bottom: 1.2rem;
}

.mv-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #2e4a60;
}

/* ---------- KEY OBJECTIVES (pink infused) ---------- */
.objectives-card {
    background: white;
    border-radius: 30px 20px 30px 20px;
    padding: 2rem 1.8rem;
    height: 100%;
    border-bottom: 6px solid #d1143e;
    box-shadow: 0 20px 30px -10px rgba(209, 20, 62, 0.1);
    transition: 0.2s;
    border: 1px solid rgba(209, 20, 62, 0.1);
}

.objectives-card:hover {
    transform: translateY(-5px);
    border-bottom-color: #17345a;
}

.obj-icon {
    background: rgba(209, 20, 62, 0.07);
    display: inline-block;
    padding: 0.8rem 1.6rem;
    border-radius: 30px 10px 30px 10px;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(209, 20, 62, 0.2);
    box-shadow: 0 8px 0 rgba(209, 20, 62, 0.1);
}

.obj-icon i {
    font-size: 2.4rem;
    color: #d1143e;
}

.obj-title {
    font-size: 1.9rem;
    font-weight: 800;
    color: #d1143e;
    margin-bottom: 1.5rem;
}

.obj-list {
    list-style: none;
    padding: 0;
}

.obj-list li {
    padding: 0.8rem 0 0.8rem 0.5rem;
    font-size: 1.1rem;
    font-weight: 480;
    color: #1f3b54;
    border-bottom: 1px dashed rgba(209, 20, 62, 0.2);
    display: flex;
    align-items: center;
}

.obj-list li i {
    color: #d1143e;
    font-size: 1.4rem;
    width: 2.2rem;
    text-align: center;
    margin-right: 12px;
    background: rgba(209, 20, 62, 0.08);
    padding: 0.4rem;
    border-radius: 50%;
}

.obj-list li:last-child {
    border-bottom: none;
}

/* ---------- SUPPORTING INITIATIVES (dual color) ---------- */
.initiatives-card {
    background: white;
    border-radius: 30px 20px 30px 20px;
    padding: 2rem 1.8rem;
    height: 100%;
    border-bottom: 6px solid #17345a;
    border-left: 4px solid #d1143e;
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.05);
}

.initiatives-card:hover {
    box-shadow: 0 28px 40px -14px rgba(209, 20, 62, 0.1);
}

.init-icon {
    background: rgba(23, 52, 90, 0.06);
    display: inline-block;
    padding: 0.7rem 1.5rem;
    border-radius: 30px 10px 30px 10px;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(23, 52, 90, 0.1);
}

.init-icon i {
    font-size: 2.2rem;
    color: #17345a;
}

.init-title {
    font-size: 1.7rem;
    font-weight: 700;
    color: #17345a;
    margin-bottom: 1.4rem;
}

.init-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.init-badge {
    background: rgba(209, 20, 62, 0.07);
    padding: 0.65rem 1.3rem;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    color: #17345a;
    border: 1px solid rgba(209, 20, 62, 0.25);
    transition: 0.15s;
}

.init-badge i {
    color: #d1143e;
    margin-right: 8px;
}

.init-badge:hover {
    background: #d1143e;
    color: white;
    border-color: #d1143e;
}

.init-badge:hover i {
    color: white;
}

/* ---------- COLLABORATION CARD (blue + pink) ---------- */
.collab-card {
    background: white;
    border-radius: 30px 20px 30px 20px;
    padding: 2rem 2rem;
    border: 1px solid rgba(23, 52, 90, 0.15);
    border-bottom: 6px solid #17345a;
    box-shadow: 0 20px 30px -10px rgba(23, 52, 90, 0.08);
    transition: 0.2s;
    height: 100%;
}

.collab-card:hover {
    border-bottom-color: #d1143e;
}

.collab-icon {
    background: rgba(23, 52, 90, 0.05);
    padding: 0.8rem 1.5rem;
    border-radius: 40px 10px 40px 10px;
    display: inline-block;
    margin-bottom: 1.2rem;
}

.collab-icon i {
    font-size: 2.2rem;
    color: #17345a;
}

.collab-title {
    font-size: 1.7rem;
    font-weight: 700;
    color: #17345a;
    margin-bottom: 1rem;
}

.collab-text {
    font-size: 1.08rem;
    line-height: 1.65;
    color: #2a405c;
}

.eoc-badge {
    background: #17345a;
    color: white;
    padding: 0.3rem 1rem;
    border-radius: 30px;
    display: inline-block;
    margin-top: 0.8rem;
    font-weight: 600;
}

/* ---------- PILLAR STATEMENT (registrar footer already inside overview) ---------- */
.pillar-statement {
    background: linear-gradient(
        105deg,
        rgba(209, 20, 62, 0.04),
        rgba(23, 52, 90, 0.04)
    );
    border-radius: 60px 20px 60px 20px;
    padding: 1.8rem 2.2rem;
    border-left: 8px solid #d1143e;
    border-right: 4px solid #17345a;
    margin-top: 1.5rem;
}

/* responsive */
@media (max-width: 767px) {
    .sedg-main-title {
        font-size: 36px;
    }

    .mv-title,
    .obj-title {
        font-size: 1.7rem;
    }
}
