/* =========================================================
   PREMIUM ABOUT PAGE
========================================================= */

.nm-about-page{
    max-width:1320px;
    margin:0 auto;
    padding:0 20px 70px;
}

/* =========================================================
   HERO
========================================================= */

.nm-about-hero{
    position:relative;

    overflow:hidden;

    border-radius:34px;

    padding:110px 60px;

    margin:40px 0 80px;

    background:
    linear-gradient(
        135deg,
        #0f172a 0%,
        #111827 35%,
        #1d4ed8 100%
    );

    box-shadow:
        0 30px 70px rgba(15,23,42,0.25);
}

.nm-about-overlay{
    position:absolute;
    inset:0;

    background:
    radial-gradient(circle at top right,
    rgba(255,255,255,0.18),
    transparent 40%);

    pointer-events:none;
}

.nm-about-hero-content{
    position:relative;
    z-index:2;

    max-width:900px;
}

.nm-about-tag{
    display:inline-flex;

    padding:10px 18px;

    background:rgba(255,255,255,0.12);

    border:1px solid rgba(255,255,255,0.18);

    color:#ffffff;

    font-size:14px;
    font-weight:700;

    border-radius:50px;

    backdrop-filter:blur(10px);

    margin-bottom:28px;
}

.nm-about-hero h1{
    font-size:68px;
    line-height:1.05;

    font-weight:800;

    color:#ffffff;

    margin-bottom:28px;

    letter-spacing:-2px;
}

.nm-about-hero p{
    font-size:20px;

    line-height:2;

    color:rgba(255,255,255,0.82);

    max-width:860px;
}

.nm-about-hero-buttons{
    display:flex;
    gap:18px;
    margin-top:40px;
}

.nm-about-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-width:180px;

    padding:16px 26px;

    background:#ffffff;

    color:#0f172a;

    text-decoration:none;

    border-radius:16px;

    font-weight:700;

    transition:.25s ease;
}

.nm-about-btn:hover{
    transform:translateY(-4px);
}

.nm-about-btn-outline{
    background:rgba(255,255,255,0.12);
    color:#ffffff;
    border:1px solid rgba(255,255,255,0.2);
}

/* =========================================================
   INTRO
========================================================= */

.nm-about-intro{
    display:grid;
    grid-template-columns:1.2fr .8fr;

    gap:35px;

    margin-bottom:80px;
}

.nm-about-intro-left{
    background:#ffffff;

    padding:50px;

    border-radius:30px;

    border:1px solid #edf2f7;

    box-shadow:
        0 15px 40px rgba(15,23,42,0.05);
}

.nm-section-mini-title{
    display:inline-block;

    color:#2563eb;

    font-size:13px;
    font-weight:800;

    letter-spacing:1.5px;

    margin-bottom:18px;
}

.nm-about-intro-left h2{
    font-size:46px;

    line-height:1.15;

    margin-bottom:26px;

    color:#0f172a;

    font-weight:800;
}

.nm-about-intro-left p{
    font-size:17px;

    line-height:2;

    color:#475569;

    margin-bottom:22px;
}

/* RIGHT STATS */
.nm-about-intro-right{
    display:flex;
    flex-direction:column;
    gap:24px;
}

.nm-about-stat-card{
    flex:1;

    padding:36px;

    border-radius:28px;

    background:
    linear-gradient(
        135deg,
        #ffffff,
        #f8fbff
    );

    border:1px solid #e2e8f0;

    box-shadow:
        0 10px 35px rgba(15,23,42,0.05);
}

.nm-about-stat-card h3{
    font-size:28px;

    color:#0f172a;

    margin-bottom:14px;

    font-weight:800;
}

.nm-about-stat-card p{
    font-size:16px;

    line-height:1.9;

    color:#64748b;
}

/* =========================================================
   FOUNDER
========================================================= */

.nm-founder-section{
    display:grid;

    grid-template-columns:280px 1fr;

    gap:55px;

    align-items:center;

    background:#ffffff;

    border-radius:34px;

    padding:55px;

    margin-bottom:80px;

    border:1px solid #edf2f7;

    box-shadow:
        0 15px 40px rgba(15,23,42,0.06);
}

.nm-founder-image{
    display:flex;
    justify-content:center;
}

.nm-founder-image img{
    width:100%;
    max-width:260px;

    border-radius:26px;

    box-shadow:
        0 20px 40px rgba(15,23,42,0.18);
}

.nm-founder-content h2{
    font-size:46px;

    line-height:1.15;

    margin:10px 0 24px;

    color:#0f172a;

    font-weight:800;
}

.nm-founder-content p{
    font-size:17px;

    line-height:2;

    color:#475569;

    margin-bottom:18px;
}

/* =========================================================
   GRID
========================================================= */

.nm-about-grid{
    display:grid;

    grid-template-columns:1.2fr .8fr;

    gap:32px;
}

.nm-about-left,
.nm-about-right{
    display:flex;
    flex-direction:column;
    gap:32px;
}

/* =========================================================
   CARD
========================================================= */

.nm-about-card{
    position:relative;

    overflow:hidden;

    background:#ffffff;

    border-radius:30px;

    padding:42px;

    border:1px solid #edf2f7;

    box-shadow:
        0 12px 35px rgba(15,23,42,0.05);

    transition:.25s ease;
}

.nm-about-card:hover{
    transform:translateY(-6px);

    box-shadow:
        0 20px 45px rgba(15,23,42,0.08);
}

.nm-card-icon{
    font-size:34px;
    display:inline-block;
    margin-bottom:18px;
}

.nm-about-card h3{
    font-size:32px;

    line-height:1.2;

    color:#0f172a;

    margin-bottom:20px;

    font-weight:800;
}

.nm-about-card p{
    font-size:17px;

    line-height:2;

    color:#475569;

    margin-bottom:18px;
}

.nm-about-card ul{
    padding-left:22px;
}

.nm-about-card li{
    margin-bottom:15px;

    color:#475569;

    line-height:1.9;

    font-size:16px;
}

/* CERTIFICATES */
.nm-certificates{
    display:grid;
    gap:22px;

    margin:25px 0;
}

.nm-certificates img{
    width:100%;

    border-radius:20px;

    border:1px solid #dbeafe;

    box-shadow:
        0 12px 30px rgba(15,23,42,0.08);

    transition:.25s ease;
}

.nm-certificates img:hover{
    transform:scale(1.02);
}

/* DISCLAIMER */
.nm-disclaimer-box{
    background:
    linear-gradient(
        135deg,
        #fff5f5,
        #ffe4e6
    );

    border-left:5px solid #ef4444;

    border-radius:30px;

    padding:36px;
}

.nm-disclaimer-box h3{
    font-size:30px;

    margin-bottom:18px;

    color:#b91c1c;

    font-weight:800;
}

.nm-disclaimer-box p{
    color:#7f1d1d;

    line-height:2;

    font-size:15px;
}

/* =========================================================
   TABLET
========================================================= */

@media(max-width:992px){

    .nm-about-hero{
        padding:80px 40px;
    }

    .nm-about-hero h1{
        font-size:52px;
    }

    .nm-about-intro,
    .nm-founder-section,
    .nm-about-grid{
        grid-template-columns:1fr;
    }

    .nm-founder-section{
        text-align:center;
    }

}

/* =========================================================
   MOBILE
========================================================= */

@media(max-width:768px){

    .nm-about-page{
        padding:0 14px 50px;
    }

    .nm-about-hero{
        padding:60px 26px;
        border-radius:26px;
        margin:25px 0 50px;
    }

    .nm-about-hero h1{
        font-size:38px;
        line-height:1.15;
    }

    .nm-about-hero p{
        font-size:16px;
        line-height:1.9;
    }

    .nm-about-hero-buttons{
        flex-direction:column;
    }

    .nm-about-btn{
        width:100%;
    }

    .nm-about-intro-left,
    .nm-founder-section,
    .nm-about-card{
        padding:30px 24px;
        border-radius:24px;
    }

    .nm-about-intro-left h2,
    .nm-founder-content h2{
        font-size:32px;
    }

    .nm-about-card h3{
        font-size:26px;
    }

    .nm-founder-image img{
        max-width:220px;
    }

    .nm-disclaimer-box{
        padding:28px 22px;
        border-radius:24px;
    }

    .nm-disclaimer-box h3{
        font-size:24px;
    }

}