/*
==================================
TRUSTED SECTION
==================================
*/


.dw-trusted{


padding:

50px 0;


background:

var(--dw-light);


}




.dw-trusted-header{


text-align:center;


margin-bottom:30px;


}



.dw-trusted-header p{


font-weight:600;


}




.dw-trusted-grid{


display:grid;


grid-template-columns:

repeat(5,1fr);


gap:20px;


}





.dw-trusted-item{


background:white;


padding:

25px;


border-radius:

20px;


text-align:center;


font-weight:600;


box-shadow:

var(--dw-shadow);


transition:

var(--dw-transition);


}



.dw-trusted-item:hover{


transform:

translateY(-8px);


}




/*
==================================
ABOUT SECTION
==================================
*/


.dw-about-grid{


display:grid;


grid-template-columns:

1fr 1fr;


gap:70px;


align-items:center;


}




.dw-about-image{


height:450px;


border-radius:

30px;


background:


linear-gradient(

135deg,

var(--dw-secondary),

var(--dw-accent)

);


display:flex;


align-items:center;


justify-content:center;


}



.dw-about-card{


background:white;


padding:

40px;


border-radius:

30px;


text-align:center;


width:80%;


box-shadow:

var(--dw-shadow);


}



.about-icon{


font-size:50px;


margin-bottom:20px;


}





.section-label{


color:

var(--dw-secondary);


font-weight:700;


display:inline-block;


margin-bottom:20px;


}





.dw-about-content h2{


margin-bottom:25px;


}



.dw-about-features{


display:grid;


grid-template-columns:

1fr 1fr;


gap:15px;


margin:

30px 0;


}



.dw-about-features div{


background:

var(--dw-light);


padding:

15px;


border-radius:

15px;


font-weight:600;


}



/* =========================================================
   DWALLNET — ULTRA MODERN ABOUT PAGE
   ========================================================= */

.dw-about-page {
    --about-bg: #f7f9fc;
    --about-surface: #ffffff;
    --about-dark: #071426;
    --about-dark-2: #0b1d35;
    --about-text: #162235;
    --about-muted: #667085;
    --about-border: rgba(15, 23, 42, .09);
    --about-accent: #2563eb;
    --about-accent-2: #06b6d4;
    --about-radius: 24px;

    background: var(--about-bg);
    color: var(--about-text);
    overflow: hidden;
}


/* =========================================================
   GLOBAL
   ========================================================= */

.dw-about-page *,
.dw-about-page *::before,
.dw-about-page *::after {
    box-sizing: border-box;
}

.dw-about-page .container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.dw-section-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;

    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;

    color: var(--about-accent);
}

.dw-section-label::before {
    content: "";
    width: 24px;
    height: 2px;
    border-radius: 20px;
    background: linear-gradient(
        90deg,
        var(--about-accent),
        var(--about-accent-2)
    );
}

.dw-about-page h1,
.dw-about-page h2,
.dw-about-page h3,
.dw-about-page p {
    margin-top: 0;
}

.dw-about-page h2 {
    color: var(--about-dark);
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.05;
    letter-spacing: -.045em;
}

.dw-about-page p {
    color: var(--about-muted);
    line-height: 1.8;
}


/* =========================================================
   HERO
   ========================================================= */

.dw-about-hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;

    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(37, 99, 235, .28),
            transparent 30%
        ),
        radial-gradient(
            circle at 60% 80%,
            rgba(6, 182, 212, .14),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #061326,
            #0a1c34 55%,
            #071426
        );

    color: white;
}

.dw-about-hero::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image:
        linear-gradient(
            rgba(255,255,255,.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.035) 1px,
            transparent 1px
        );

    background-size: 50px 50px;

    mask-image: linear-gradient(
        to bottom,
        black,
        transparent
    );

    pointer-events: none;
}

.dw-about-hero-grid {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: 1.08fr .92fr;
    align-items: center;
    gap: 70px;
}

.dw-about-hero-content {
    max-width: 720px;
}

.dw-about-hero .dw-section-label {
    color: #8fc8ff;
}

.dw-about-hero h1 {
    margin-bottom: 28px;

    font-size: clamp(48px, 6vw, 82px);
    line-height: .98;
    letter-spacing: -.065em;
    font-weight: 850;
    color: white;
}

.dw-about-hero h1 span {
    display: block;

    background: linear-gradient(
        90deg,
        #60a5fa,
        #22d3ee
    );

    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.dw-about-hero-content > p {
    max-width: 650px;
    margin-bottom: 35px;

    font-size: 18px;
    color: rgba(255,255,255,.72);
}

.dw-about-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.dw-about-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 48px;
    padding: 0 24px;

    border: 1px solid rgba(255,255,255,.18);
    border-radius: 12px;

    color: white;
    background: rgba(255,255,255,.05);

    text-decoration: none;
    font-weight: 700;

    backdrop-filter: blur(12px);

    transition:
        transform .25s ease,
        background .25s ease,
        border-color .25s ease;
}

.dw-about-outline-btn:hover {
    transform: translateY(-3px);
    background: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.35);
    color: white;
}


/* =========================================================
   HERO VISUAL
   ========================================================= */

.dw-about-hero-visual {
    position: relative;
    min-height: 500px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.dw-about-visual-card {
    position: relative;
    z-index: 3;

    width: 290px;
    height: 290px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,.16);
    border-radius: 50%;

    background:
        radial-gradient(
            circle at 35% 25%,
            rgba(37,99,235,.35),
            rgba(255,255,255,.04)
        );

    box-shadow:
        0 30px 100px rgba(0,0,0,.35),
        inset 0 0 60px rgba(255,255,255,.04);

    backdrop-filter: blur(20px);

    animation: dwAboutFloat 6s ease-in-out infinite;
}

.dw-about-visual-icon {
    display: grid;
    place-items: center;

    width: 80px;
    height: 80px;
    margin-bottom: 20px;

    border-radius: 22px;

    color: white;
    background: linear-gradient(
        135deg,
        var(--about-accent),
        var(--about-accent-2)
    );

    font-size: 26px;
    font-weight: 800;

    box-shadow:
        0 15px 40px rgba(37,99,235,.35);
}

.dw-about-visual-card strong {
    color: white;
    font-size: 24px;
}

.dw-about-visual-card small {
    margin-top: 8px;
    color: rgba(255,255,255,.55);
}

.dw-about-orbit {
    position: absolute;

    width: 390px;
    height: 390px;

    border: 1px solid rgba(96,165,250,.15);
    border-radius: 50%;

    transform: rotate(-25deg);
}

.orbit-one {
    animation: dwAboutRotate 18s linear infinite;
}

.orbit-two {
    width: 480px;
    height: 250px;
    transform: rotate(35deg);
    border-color: rgba(34,211,238,.12);
    animation: dwAboutRotateReverse 22s linear infinite;
}

@keyframes dwAboutFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-14px);
    }
}

@keyframes dwAboutRotate {
    to {
        transform: rotate(335deg);
    }
}

@keyframes dwAboutRotateReverse {
    to {
        transform: rotate(-325deg);
    }
}


/* =========================================================
   STORY
   ========================================================= */

.dw-about-story {
    padding: 120px 0;
    background: white;
}

.dw-about-two-column {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 100px;
}

.dw-about-two-column h2 {
    max-width: 500px;
    margin-bottom: 0;
}

.dw-about-story-text {
    max-width: 680px;
}

.dw-about-story-text p {
    font-size: 17px;
}


/* =========================================================
   MISSION
   ========================================================= */

.dw-about-mission {
    padding: 100px 0;
    background: var(--about-bg);
}

.dw-about-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.dw-about-info-card {
    position: relative;

    padding: 45px;

    border: 1px solid var(--about-border);
    border-radius: var(--about-radius);

    background: white;

    overflow: hidden;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.dw-about-info-card::after {
    content: "";
    position: absolute;

    width: 180px;
    height: 180px;

    right: -70px;
    bottom: -70px;

    border-radius: 50%;

    background: rgba(37,99,235,.06);
}

.dw-about-info-card:hover {
    transform: translateY(-8px);

    box-shadow:
        0 25px 70px rgba(15,23,42,.09);
}

.dw-card-number {
    display: block;

    margin-bottom: 35px;

    color: rgba(37,99,235,.18);

    font-size: 60px;
    font-weight: 900;
    line-height: 1;
}

.dw-about-info-card h3 {
    margin-bottom: 15px;

    font-size: 28px;
    letter-spacing: -.035em;
    color: var(--about-dark);
}


/* =========================================================
   IMPACT
   ========================================================= */

.dw-about-impact {
    padding: 120px 0;

    color: white;

    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(37,99,235,.3),
            transparent 30%
        ),
        var(--about-dark);
}

.dw-about-section-heading {
    max-width: 720px;
    margin-bottom: 55px;
}

.dw-about-impact h2,
.dw-about-impact p {
    color: white;
}

.dw-about-impact p {
    opacity: .65;
}

.dw-about-impact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    border-top: 1px solid rgba(255,255,255,.12);
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.dw-impact-item {
    padding: 35px 25px;

    border-right: 1px solid rgba(255,255,255,.12);
}

.dw-impact-item:last-child {
    border-right: 0;
}

.dw-impact-item strong {
    display: block;

    margin-bottom: 12px;

    font-size: 42px;
    color: #60a5fa;
}

.dw-impact-item span {
    color: rgba(255,255,255,.72);
}


/* =========================================================
   NYSC
   ========================================================= */

.dw-about-nysc {
    padding: 130px 0;
    background: white;
}

.dw-nysc-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    align-items: center;
    gap: 100px;
}

.dw-nysc-visual {
    position: relative;

    min-height: 440px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 35px;

    background:
        radial-gradient(
            circle at center,
            rgba(37,99,235,.2),
            transparent 55%
        ),
        #08172c;

    overflow: hidden;
}

.dw-nysc-badge {
    position: relative;
    z-index: 2;

    display: grid;
    place-items: center;

    width: 190px;
    height: 190px;

    border-radius: 50%;

    color: white;

    background:
        linear-gradient(
            135deg,
            var(--about-accent),
            var(--about-accent-2)
        );

    font-size: 36px;
    font-weight: 900;

    box-shadow:
        0 30px 80px rgba(37,99,235,.4);
}

.dw-nysc-ring {
    position: absolute;

    width: 310px;
    height: 310px;

    border: 1px solid rgba(255,255,255,.15);
    border-radius: 50%;

    animation: dwAboutRotate 20s linear infinite;
}

.dw-nysc-content h2 {
    max-width: 700px;
    margin-bottom: 25px;
}

.dw-nysc-content p {
    max-width: 700px;
}

.dw-nysc-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;

    margin-top: 30px;
}

.dw-nysc-points span {
    display: flex;
    align-items: center;
    gap: 10px;

    font-weight: 700;
    color: var(--about-dark);
}

.dw-nysc-points i {
    display: grid;
    place-items: center;

    width: 25px;
    height: 25px;

    border-radius: 50%;

    background: #dbeafe;
    color: var(--about-accent);

    font-style: normal;
}


/* =========================================================
   VALUES
   ========================================================= */

.dw-about-values {
    padding: 120px 0;
    background: var(--about-bg);
}

.dw-values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.dw-value-card {
    padding: 35px;

    border: 1px solid var(--about-border);
    border-radius: 20px;

    background: white;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.dw-value-card:hover {
    transform: translateY(-7px);

    box-shadow:
        0 25px 60px rgba(15,23,42,.08);
}

.dw-value-card > span {
    color: var(--about-accent);

    font-size: 13px;
    font-weight: 800;
}

.dw-value-card h3 {
    margin: 25px 0 12px;

    font-size: 24px;
    color: var(--about-dark);
}


/* =========================================================
   JOURNEY
   ========================================================= */

.dw-about-journey {
    padding: 120px 0;
    background: white;
}

.dw-journey-line {
    position: relative;
}

.dw-journey-line::before {
    content: "";

    position: absolute;

    left: 28px;
    top: 0;
    bottom: 0;

    width: 1px;

    background: linear-gradient(
        to bottom,
        var(--about-accent),
        rgba(37,99,235,.05)
    );
}

.dw-journey-item {
    position: relative;

    display: grid;
    grid-template-columns: 58px 1fr;

    gap: 30px;

    margin-bottom: 55px;
}

.dw-journey-item > span {
    position: relative;
    z-index: 2;

    display: grid;
    place-items: center;

    width: 58px;
    height: 58px;

    border-radius: 50%;

    color: white;
    background: var(--about-dark);

    font-size: 13px;
    font-weight: 800;

    box-shadow:
        0 0 0 8px white;
}

.dw-journey-item h3 {
    margin-bottom: 10px;

    font-size: 27px;
    color: var(--about-dark);
}


/* =========================================================
   TEAM
   ========================================================= */

.dw-about-team {
    padding: 130px 0;
    background: var(--about-bg);
}

.dw-team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.dw-team-card {
    overflow: hidden;

    border: 1px solid var(--about-border);
    border-radius: 24px;

    background: white;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.dw-team-card:hover {
    transform: translateY(-8px);

    box-shadow:
        0 30px 70px rgba(15,23,42,.1);
}

.dw-team-image {
    position: relative;

    height: 390px;

    overflow: hidden;

    background: #e8edf5;
}

.dw-team-photo {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;

    transition: transform .5s ease;
}

.dw-team-card:hover .dw-team-photo {
    transform: scale(1.05);
}

.dw-team-placeholder {
    width: 100%;
    height: 100%;

    display: grid;
    place-items: center;

    color: white;

    background:
        linear-gradient(
            135deg,
            #0b1d35,
            #2563eb
        );

    font-size: 80px;
    font-weight: 900;
}

.dw-team-overlay {
    position: absolute;

    left: 20px;
    bottom: 20px;

    display: flex;
    gap: 8px;

    opacity: 0;
    transform: translateY(10px);

    transition:
        opacity .3s ease,
        transform .3s ease;
}

.dw-team-card:hover .dw-team-overlay {
    opacity: 1;
    transform: translateY(0);
}

.dw-team-overlay a {
    display: grid;
    place-items: center;

    width: 42px;
    height: 42px;

    border-radius: 12px;

    color: white;
    background: rgba(7,20,38,.85);

    text-decoration: none;

    backdrop-filter: blur(10px);
}

.dw-team-content {
    padding: 28px;
}

.dw-team-department {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;

    color: var(--about-accent);
}

.dw-team-content h3 {
    margin: 9px 0 5px;

    font-size: 25px;
    letter-spacing: -.03em;
    color: var(--about-dark);
}

.dw-team-position {
    margin-bottom: 15px;

    font-size: 14px;
    font-weight: 700;

    color: #667085;
}

.dw-team-bio {
    font-size: 14px;
}

.dw-team-bio p:last-child {
    margin-bottom: 0;
}

.dw-team-empty {
    grid-column: 1 / -1;

    padding: 70px 30px;

    border: 1px dashed #cbd5e1;
    border-radius: 24px;

    text-align: center;
}

.dw-team-empty span {
    color: var(--about-accent);

    font-size: 12px;
    font-weight: 800;
    letter-spacing: .15em;
}

.dw-team-empty h3 {
    margin: 15px 0 8px;

    font-size: 28px;
}


/* =========================================================
   CTA
   ========================================================= */

.dw-about-cta {
    padding: 120px 0;

    color: white;

    background:
        radial-gradient(
            circle at 20% 20%,
            rgba(37,99,235,.35),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #061326,
            #0b1d35
        );
}

.dw-about-cta-inner {
    max-width: 850px;
    margin: auto;

    text-align: center;
}

.dw-about-cta .dw-section-label {
    color: #8fc8ff;
}

.dw-about-cta h2 {
    margin-bottom: 22px;

    color: white;
}

.dw-about-cta p {
    margin-bottom: 35px;

    color: rgba(255,255,255,.65);
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1024px) {

    .dw-about-hero {
        min-height: 680px;
    }

    .dw-about-hero-grid {
        gap: 40px;
    }

    .dw-about-two-column,
    .dw-nysc-grid {
        gap: 55px;
    }

    .dw-team-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dw-values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 768px) {

    .dw-about-page .container {
        width: min(100% - 30px, 600px);
    }

    .dw-about-hero {
        min-height: auto;
        padding: 150px 0 90px;
    }

    .dw-about-hero-grid,
    .dw-about-two-column,
    .dw-nysc-grid {
        grid-template-columns: 1fr;
    }

    .dw-about-hero h1 {
        font-size: clamp(45px, 12vw, 65px);
    }

    .dw-about-hero-visual {
        min-height: 390px;
    }

    .dw-about-visual-card {
        width: 240px;
        height: 240px;
    }

    .dw-about-orbit {
        width: 320px;
        height: 320px;
    }

    .orbit-two {
        width: 380px;
        height: 210px;
    }

    .dw-about-story,
    .dw-about-mission,
    .dw-about-impact,
    .dw-about-nysc,
    .dw-about-values,
    .dw-about-journey,
    .dw-about-team,
    .dw-about-cta {
        padding: 85px 0;
    }

    .dw-about-cards,
    .dw-values-grid,
    .dw-nysc-points {
        grid-template-columns: 1fr;
    }

    .dw-about-impact-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dw-impact-item:nth-child(2) {
        border-right: 0;
    }

    .dw-impact-item:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .dw-nysc-visual {
        min-height: 350px;
    }

    .dw-team-grid {
        grid-template-columns: 1fr;
    }

    .dw-team-image {
        height: 420px;
    }

}


@media (max-width: 480px) {

    .dw-about-page .container {
        width: calc(100% - 24px);
    }

    .dw-about-hero {
        padding-top: 130px;
    }

    .dw-about-hero h1 {
        font-size: 43px;
    }

    .dw-about-hero-content > p {
        font-size: 16px;
    }

    .dw-about-info-card {
        padding: 30px;
    }

    .dw-about-impact-grid {
        grid-template-columns: 1fr;
    }

    .dw-impact-item {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .dw-impact-item:last-child {
        border-bottom: 0;
    }

    .dw-team-image {
        height: 380px;
    }

    .dw-team-content {
        padding: 23px;
    }

    .dw-nysc-badge {
        width: 150px;
        height: 150px;

        font-size: 29px;
    }

    .dw-nysc-ring {
        width: 240px;
        height: 240px;
    }

    .dw-journey-item {
        gap: 18px;
    }

}