:root{
    --primary:#071c34;
    --primary-2:#0d2948;
    --secondary:hsl(174, 58%, 48%);
    --secondary-dark: hsl(174, 58%, 37%);
    --text:#122742;
    --muted:#61728a;
    --white:#ffffff;
    --light:#f1f4f8;
    --card:#ffffff;
    --border: #677d98;
    --shadow:0 18px 50px rgba(7,28,52,.10);
    --shadow-lg:0 24px 70px rgba(7,28,52,.16);
    --radius:24px;
    --radius-sm:16px;
    --transition:all .35s ease;
}
.about-hero-right{
    position:relative;
    min-height:920px;
    overflow:hidden;
    background:#071c34;
}

.hero-main-image{
    position:absolute;
    inset:0;
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
}

.hero-small-image{
    position:absolute;
    right:48px;
    bottom:38px;
    width:250px;
    height:175px;
    border-radius:22px;
    border:3px solid var(--secondary);
    box-shadow:var(--shadow-lg);
    z-index:3;
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
}

html{
    scroll-behavior:smooth;
}

body{

    color:var(--text);
    background:#fff;
    overflow-x:hidden;
}

a{
    text-decoration:none;
}

img{
    max-width:100%;
    display:block;
}

.container-custom{
    width:min(1320px, 92%);
    margin:0 auto;
}

/* HERO */
.about-hero{
    display:grid;
    grid-template-columns:1.08fr .92fr;
    min-height:920px;
    background:#071c34;
    overflow:hidden;
}

.about-hero-left{
    padding:120px 70px 90px 100px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.about-hero h1{
    font-family: 'Noto Sans Armenian', sans-serif;
    font-weight: 900; /* KEY PART */
    line-height: 1.05;
    max-width: 800px;
    font-size:78px;;
    color: rgba(209, 214, 214, 0.89);
    letter-spacing:-1.8px;
    margin-bottom:26px;
}

.about-hero h1 span{
     font-family: 'Noto Sans Armenian', sans-serif;
    color:var(--secondary);
}

.about-hero p{
    font-size:23px;
    line-height:1.75;
    color:rgba(255,255,255,.82);
    max-width:680px;
    margin-bottom:38px;
}

.about-hero-btns{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
    margin-bottom:64px;
}

.btn-primary-custom,
.btn-outline-custom{
    min-width:200px;
    height:60px;
    padding:0 28px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    font-size:18px;
    font-weight:800;
    transition:var(--transition);
}

.btn-primary-custom{
    background:var(--secondary);
    color:#081b31;
    border:2px solid var(--secondary);
}

.btn-primary-custom:hover{
    background:var(--secondary-dark);
    border-color:var(--secondary-dark);
}

.btn-outline-custom{
    background:transparent;
    color:#fff;
    border:2px solid rgba(255,255,255,.18);
}

.btn-outline-custom:hover{
    background:rgba(255,255,255,.06);
}

.hero-mini-stats{
    display:flex;
    gap:26px;
    align-items:flex-start;
    flex-wrap:wrap;
}

.mini-stat strong{
    display:block;
    font-size:36px;
    line-height:1;
    color:#fff;
    font-weight:900;
    margin-bottom:10px;
}

.mini-stat span{
    display:block;
    font-size:14px;
    color:rgba(255,255,255,.65);
    text-transform:uppercase;
    letter-spacing:1.5px;
    font-weight:700;
}

.mini-divider{
    width:1px;
    height:58px;
    background:rgba(255,255,255,.14);
}

.about-hero-right{
    position:relative;
    min-height:920px;
    overflow:hidden;
}

.hero-main-image,
.hero-small-image{
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
}

.hero-main-image{
    position:absolute;
    inset:0;
}

.hero-small-image{
    position:absolute;
    right:48px;
    bottom:38px;
    width:250px;
    height:175px;
    border-radius:22px;
    border:3px solid var(--secondary);
    box-shadow:var(--shadow-lg);
    z-index:3;
}

.floating-info-card{
    position:absolute;
    top:76px;
    right:72px;
    z-index:4;
    background:rgba(255,255,255,.97);
    border-radius:22px;
    padding:22px 24px;
    display:flex;
    align-items:center;
    gap:18px;
    min-width:255px;
    box-shadow:0 18px 40px rgba(0,0,0,.14);
}

.floating-info-card i{
    font-size:42px;
    color:var(--secondary);
}

.floating-info-card strong{
    display:block;
    font-size:28px;
    color:var(--text);
    font-weight:900;
    margin-bottom:4px;
}

.floating-info-card span{
    font-size:16px;
    color:#68788f;
}

/* COMMON */
.section-block{
    padding:40px 0;
}

.section-header{
    max-width:900px;
    margin:0 auto 55px;
}

.section-header.center{
    text-align:center;
}

.section-tag{
    display:inline-block;
    padding:8px 20px;
    border-radius:999px;
    border:1px solid rgba(216,164,17,.30);
    background:rgba(216,164,17,.06);
    color:var(--secondary);
    text-transform:uppercase;
    letter-spacing:1.8px;
    font-size:14px;
    font-weight:800;
    margin-bottom:22px;
}

.section-header h2,
.split-content h2,
.mission-box h2,
.proelect-box h2{
    font-size:56px;
    line-height:1.15;
    color:#113661;
    font-weight:900;
    letter-spacing:-1px;
    margin-bottom:18px;
}

.section-header h2 span,
.split-content h2 span,
.mission-box h2 span,
.proelect-box h2 span{
    color:var(--secondary);
}

.section-header p,
.split-content p,
.proelect-box p{
    font-size:20px;
    line-height:1.85;
    color:#273850;
}

/* LIGHT SECTION */
.light-section{
    background:var(--light);
}

/* CARDS */
.feature-grid{
    display:grid;
    gap:30px;
}

.feature-grid.three-col{
    grid-template-columns:repeat(3, 1fr);
}

.feature-grid.two-col{
    grid-template-columns:repeat(2, 1fr);
}

.feature-card{
    background:var(--card);
    border:1px solid var(--border);
    border-radius:22px;
    padding:36px 32px;
    transition:var(--transition);
    box-shadow:none;
}

.feature-card:hover{
    transform:translateY(-6px);
    box-shadow:var(--shadow);
}

.feature-card.highlighted{
    padding:42px 36px;
}

.feature-icon{
    width:72px;
    height:72px;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(180deg, #122b49 0%, #0c2341 100%);
    color:var(--secondary);
    font-size:32px;
    margin-bottom:24px;
}

.feature-card h3{
    font-size:28px;
    font-weight:900;
    color:var(--primary);
    margin-bottom:14px;
}

.feature-card p{
    font-size:20px;
    line-height:1.9;
    color:var(--muted);
}

/* SPLIT */
.dark-split-section{
    background:#fff;
}

.split-layout{
    display:grid;
    grid-template-columns:.95fr 1.05fr;
    gap:56px;
    align-items:center;
}

.split-image{
    position:relative;
}

.image-box{
    height:640px;
    border-radius:28px;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    box-shadow:var(--shadow-lg);
}

.image-badge{
    position:absolute;
    left:28px;
    bottom:28px;
    background:#fff;
    border-radius:18px;
    padding:20px 22px;
    box-shadow:var(--shadow);
    max-width:220px;
}

.image-badge strong{
    display:block;
    color:var(--secondary);
    font-size:28px;
    font-weight:900;
    margin-bottom:6px;
}

.image-badge span{
    color:var(--muted);
    font-weight:700;
    line-height:1.5;
}

.check-list{
    display:flex;
    flex-direction:column;
    gap:22px;
    margin-top:30px;
}

.check-item{
    display:flex;
    gap:16px;
    align-items:flex-start;
}

.check-item i{
    color:var(--secondary);
    font-size:24px;
    margin-top:4px;
}

.check-item strong{
    display:block;
    color:var(--primary);
    font-size:21px;
    font-weight:900;
    margin-bottom:4px;
}

.check-item p{
    margin:0;
    color:var(--muted);
    font-size:17px;
    line-height:1.8;
}

/* AUDIENCE */
.audience-section{
    background:#ffffff;
}

.audience-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:30px;
}

.audience-card{
    background:#fff;
    border:1px solid var(--border);
    border-radius:24px;
    padding:38px 30px;
    text-align:center;
    box-shadow:var(--shadow);
    transition:var(--transition);
}

.audience-card:hover{
    transform:translateY(-8px);
}

.audience-card i{
    width:76px;
    height:76px;
    border-radius:22px;
    margin:0 auto 22px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(216,164,17,.10);
    color:var(--secondary);
    font-size:32px;
}

.audience-card h4{
    font-size:24px;
    color:var(--primary);
    font-weight:900;
    margin-bottom:12px;
}

.audience-card p{
    font-size:17px;
    color:var(--muted);
    line-height:1.85;
}

/* VALUES */
.values-section{
    background:#071c34;
}

.values-section .section-header h2,
.values-section .section-header p{
    color:#fff;
}

.value-grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:24px;
}

.value-item{
    padding:32px 26px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;
    background:rgba(255,255,255,.03);
    min-height:220px;
}

.value-item span{
    display:inline-block;
    font-size:20px;
    font-weight:900;
    color:var(--secondary);
    margin-bottom:20px;
}

.value-item h4{
    font-size:24px;
    line-height:1.5;
    color:#fff;
    font-weight:800;
}

/* BENEFITS */
.benefit-list{
    max-width:1000px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:18px;
}

.benefit-row{
    display:flex;
    gap:16px;
    align-items:flex-start;
    padding:24px 26px;
    background:#fff;
    border-radius:18px;
    border:1px solid var(--border);
}

.benefit-row i{
    color:var(--secondary);
    font-size:24px;
    margin-top:3px;
}

.benefit-row p{
    font-size:20px;
    color:var(--muted);
    line-height:1.85;
    margin:0;
}

/* MISSION */
.mission-section{
    background:#ffffff;
}

.mission-box{
    background:#071c34;
    border-radius:30px;
    padding:60px 50px;
    box-shadow:var(--shadow-lg);
}

.mission-box h2{
    color:#fff;
    max-width:980px;
}

.mission-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:26px;
    margin-top:38px;
}

.mission-card{
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;
    padding:30px 24px;
}

.mission-card i{
    color:var(--secondary);
    font-size:34px;
    margin-bottom:18px;
}

.mission-card p{
    color:rgba(255,255,255,.85);
    font-size:18px;
    line-height:1.9;
}

/* PROJECT */
.timeline-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:28px;
}

.timeline-card{
    background:#fff;
    border:1px solid var(--border);
    border-radius:22px;
    padding:34px 28px;
    box-shadow:var(--shadow);
}

.timeline-number{
    width:56px;
    height:56px;
    border-radius:50%;
    background:rgba(216,164,17,.10);
    color:var(--secondary);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    font-weight:900;
    margin-bottom:18px;
}

.timeline-card h4{
    font-size:24px;
    font-weight:900;
    color:var(--primary);
    margin-bottom:12px;
}

.timeline-card p{
    font-size:18px;
    line-height:1.85;
    color: #4f565a;
}

.project-note{
    max-width:1000px;
    margin:36px auto 0;
    background:#fff;
    border:2px solid var(--border);
    border-radius:20px;
    padding:28px 30px;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.9;
    text-align: center; /* this centers the text */
}


.project-note p{
    margin:0;
     color: #189a9a;
    font-size:18px;
    line-height:1.9;
}

/* PROELECT */
.proelect-section{
    background:#f7f9fc;
}

.proelect-box{
    background:#fff;
    border:1px solid var(--border);
    border-radius:28px;
    padding:52px 44px;
    box-shadow:var(--shadow);
}

.proelect-box p{
    margin-bottom:18px;
}

.disclaimer-box{
    margin-top:28px;
    padding:22px 24px;
    border-left:4px solid var(--secondary);
    background:rgba(216,164,17,.06);
    border-radius:14px;
    color: #020509;
    font-size:18px;
    line-height:1.85;
}
.partners-banner{
    margin-top:40px;
    width:100%;
    display:flex;
    justify-content:center;
}

.partners-banner img{
    width:100%;
    max-width:1000px; /* control size */
    height:auto;
    object-fit:contain;
}
/* RESPONSIVE */
@media (max-width: 1399px){
    .about-hero h1{
        font-size:68px;
    }
    .section-header h2,
    .split-content h2,
    .mission-box h2,
    .proelect-box h2{
        font-size:48px;
    }
}

@media (max-width: 1199px){
    .about-hero{
        grid-template-columns:1fr;
        min-height:auto;
    }

    .about-hero-left{
        padding:90px 36px 60px;
    }

    .about-hero-right{
        min-height:620px;
    }

    .feature-grid.three-col,
    .audience-grid,
    .value-grid,
    .timeline-grid,
    .mission-grid{
        grid-template-columns:repeat(2, 1fr);
    }

    .split-layout{
        grid-template-columns:1fr;
    }
}

@media (max-width: 991px){
    .about-hero h1{
        font-size:52px;
    }

    .about-hero p{
        font-size:19px;
    }

    .section-block{
        padding:85px 0;
    }

    .section-header h2,
    .split-content h2,
    .mission-box h2,
    .proelect-box h2{
        font-size:38px;
    }

    .feature-grid.two-col,
    .feature-grid.three-col,
    .audience-grid,
    .value-grid,
    .timeline-grid,
    .mission-grid{
        grid-template-columns:1fr;
    }

    .hero-small-image{
        width:210px;
        height:150px;
    }

    .floating-info-card{
        right:24px;
        top:24px;
    }

    .image-box{
        height:480px;
    }
}

@media (max-width: 767px){
    .about-hero-left{
        padding:80px 20px 50px;
    }

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

    .about-hero-right{
        min-height:420px;
    }

    .about-hero-btns{
        flex-direction:column;
    }

    .btn-primary-custom,
    .btn-outline-custom{
        width:100%;
    }

    .hero-mini-stats{
        flex-direction:column;
        gap:18px;
    }

    .mini-divider{
        display:none;
    }

    .floating-info-card{
        position:static;
        margin:20px;
        width:calc(100% - 40px);
    }

    .hero-small-image{
        display:none;
    }

    .mission-box,
    .proelect-box{
        padding:34px 22px;
    }

    .section-header h2,
    .split-content h2,
    .mission-box h2,
    .proelect-box h2{
        font-size:32px;
    }

    .section-header p,
    .split-content p,
    .proelect-box p{
        font-size:18px;
    }
}