/* =====================================================
   ABOUT PAGE
   CV NUSA TIRTA TEKNOLOGI
======================================================*/

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

.page-hero{

    position:relative;

    overflow:hidden;

    padding:120px 0 100px;

    background:
    radial-gradient(circle at top right,
    rgba(30,79,159,.08),
    transparent 35%),

    radial-gradient(circle at bottom left,
    rgba(255,107,0,.08),
    transparent 40%),

    #fff;

}

.page-hero::before{

    content:"";

    position:absolute;

    width:520px;

    height:520px;

    border-radius:50%;

    background:rgba(30,79,159,.05);

    right:-180px;

    top:-180px;

}

.page-hero::after{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    border-radius:50%;

    background:rgba(255,107,0,.05);

    left:-160px;

    bottom:-160px;

}

.page-hero-wrapper{

    display:grid;

    grid-template-columns:1.1fr .9fr;

    align-items:center;

    gap:80px;

    position:relative;

    z-index:2;

}

.page-hero-content{

    position:relative;

}

.page-hero-content .badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:12px 22px;

    border-radius:999px;

    background:rgba(30,79,159,.08);

    color:var(--primary);

    font-weight:700;

    margin-bottom:25px;

    letter-spacing:.6px;

}

.page-hero-content h1{

    font-size:62px;

    line-height:1.15;

    margin-bottom:28px;

    color:var(--title-color);

}

.page-hero-content h1 span{

    color:var(--secondary);

}

.page-hero-content p{

    font-size:18px;

    line-height:1.9;

    color:var(--gray-600);

    max-width:650px;

    margin-bottom:40px;

}

.page-hero-image{

    position:relative;

    text-align:center;

}

.page-hero-image img{

    width:100%;

    max-width:560px;

    object-fit:contain;

    filter:drop-shadow(0 30px 60px rgba(0,0,0,.12));

}

/* =====================================================
    WHO WE ARE
======================================================*/

.about-company{

    padding:110px 0;

    background:#fff;

}

.about-company .about-wrapper{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

}

.about-image{

    position:relative;

}

.about-image img{

    width:100%;

    border-radius:32px;

    box-shadow:var(--shadow-lg);

}

.about-image::after{

    content:"";

    position:absolute;

    width:180px;

    height:180px;

    border-radius:30px;

    background:var(--gradient-orange);

    opacity:.12;

    right:-25px;

    bottom:-25px;

    z-index:-1;

}

.about-content{

    position:relative;

}

.about-content .section-badge{

    display:inline-block;

    padding:10px 18px;

    background:rgba(30,79,159,.08);

    color:var(--primary);

    border-radius:999px;

    font-weight:700;

    margin-bottom:22px;

}

.about-content h2{

    font-size:46px;

    line-height:1.2;

    margin-bottom:30px;

}

.about-content p{

    color:var(--gray-600);

    line-height:1.9;

    margin-bottom:20px;

}

/* =====================================================
    ABOUT HIGHLIGHT
======================================================*/

.about-highlight{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:20px;

    margin-top:45px;

}

.highlight-card{

    background:#fff;

    border:1px solid #eef2f7;

    border-radius:22px;

    padding:28px;

    text-align:center;

    box-shadow:var(--shadow-sm);

    transition:.35s;

}

.highlight-card:hover{

    transform:translateY(-10px);

    box-shadow:var(--shadow-hover);

}

.highlight-card h3{

    font-size:36px;

    color:var(--secondary);

    margin-bottom:8px;

}

.highlight-card span{

    color:var(--gray-600);

    font-size:15px;

}
/* =====================================================
    VISION & MISSION
======================================================*/

.vision-mission{

    padding:110px 0;

    background:#F8FAFC;

}

.vision-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:35px;

    margin-top:70px;

}

.vision-card,
.mission-card{

    background:#fff;

    border-radius:30px;

    padding:50px;

    border:1px solid #EEF2F7;

    box-shadow:var(--shadow-sm);

    transition:.35s;

    height:100%;

}

.vision-card:hover,
.mission-card:hover{

    transform:translateY(-10px);

    box-shadow:var(--shadow-hover);

}

.vision-icon{

    width:82px;

    height:82px;

    border-radius:24px;

    background:var(--gradient-primary);

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    margin-bottom:28px;

}

.vision-card h3,
.mission-card h3{

    font-size:32px;

    margin-bottom:25px;

}

.vision-card p{

    color:var(--gray-600);

    line-height:1.9;

}

.mission-card ul{

    list-style:none;

    padding:0;

    margin:0;

}

.mission-card li{

    display:flex;

    align-items:flex-start;

    gap:15px;

    margin-bottom:18px;

    color:var(--gray-600);

    line-height:1.8;

}

.mission-card li:last-child{

    margin-bottom:0;

}

.mission-card li i{

    color:var(--success);

    font-size:20px;

    margin-top:3px;

}

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

.core-values{

    padding:110px 0;

    background:#fff;

}

.values-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    margin-top:70px;

}

.value-card{

    background:#fff;

    border-radius:28px;

    padding:45px 35px;

    text-align:center;

    border:1px solid #EEF2F7;

    box-shadow:var(--shadow-sm);

    transition:.35s;

    position:relative;

    overflow:hidden;

}

.value-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:5px;

    background:var(--gradient-primary);

}

.value-card:hover{

    transform:translateY(-12px);

    box-shadow:var(--shadow-hover);

}

.value-card i{

    width:90px;

    height:90px;

    border-radius:50%;

    background:rgba(30,79,159,.08);

    color:var(--primary);

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:40px;

    margin:0 auto 28px;

}

.value-card h3{

    font-size:26px;

    margin-bottom:18px;

}

.value-card p{

    color:var(--gray-600);

    line-height:1.8;

}

/* =====================================================
    OUR EXPERTISE
======================================================*/

.expertise{

    padding:110px 0;

    background:#F8FAFC;

}

.expertise-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    margin-top:70px;

}

.expertise-card{

    background:#fff;

    border-radius:28px;

    padding:40px;

    border:1px solid #EEF2F7;

    transition:.35s;

    box-shadow:var(--shadow-sm);

}

.expertise-card:hover{

    transform:translateY(-12px);

    box-shadow:var(--shadow-hover);

}

.expertise-card i{

    width:75px;

    height:75px;

    border-radius:20px;

    background:var(--gradient-primary);

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:32px;

    margin-bottom:25px;

}

.expertise-card h3{

    font-size:24px;

    margin-bottom:18px;

}

.expertise-card p{

    color:var(--gray-600);

    line-height:1.8;

}

/* =====================================================
    INDUSTRIES
======================================================*/

.industries{

    padding:110px 0;

    background:#fff;

}

.industries-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    margin-top:70px;

}

.industry-card{

    background:#fff;

    border:1px solid #EEF2F7;

    border-radius:28px;

    padding:40px;

    text-align:center;

    transition:.35s;

    box-shadow:var(--shadow-sm);

}

.industry-card:hover{

    transform:translateY(-10px);

    box-shadow:var(--shadow-hover);

}

.industry-card i{

    width:80px;

    height:80px;

    border-radius:50%;

    background:rgba(255,107,0,.10);

    color:var(--secondary);

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:36px;

    margin:0 auto 25px;

}

.industry-card h3{

    font-size:22px;

}/* =====================================================
    TECHNOLOGY STACK
======================================================*/

.technology-stack{

    padding:110px 0;

    background:#F8FAFC;

}

.tech-grid{

    display:grid;

    grid-template-columns:repeat(6,1fr);

    gap:25px;

    margin-top:70px;

}

.tech-card{

    background:#fff;

    border-radius:24px;

    padding:35px 20px;

    text-align:center;

    border:1px solid #EEF2F7;

    transition:.35s;

    box-shadow:var(--shadow-sm);

}

.tech-card:hover{

    transform:translateY(-10px);

    box-shadow:var(--shadow-hover);

}

.tech-card i{

    font-size:42px;

    color:var(--primary);

    margin-bottom:20px;

}

.tech-card h3{

    font-size:18px;

    margin:0;

}

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

.company-journey{

    padding:110px 0;

    background:#fff;

}

.journey-wrapper{

    position:relative;

    max-width:900px;

    margin:70px auto 0;

}

.journey-wrapper::before{

    content:"";

    position:absolute;

    left:90px;

    top:0;

    bottom:0;

    width:4px;

    background:linear-gradient(

        to bottom,

        var(--primary),

        var(--secondary)

    );

}

.journey-item{

    display:flex;

    gap:45px;

    margin-bottom:55px;

    position:relative;

}

.journey-item:last-child{

    margin-bottom:0;

}

.journey-year{

    width:90px;

    height:90px;

    border-radius:50%;

    background:var(--gradient-primary);

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-weight:700;

    font-size:18px;

    flex-shrink:0;

    z-index:2;

    box-shadow:0 12px 30px rgba(11,46,109,.25);

}

.journey-content{

    flex:1;

    background:#fff;

    border-radius:24px;

    padding:35px;

    border:1px solid #EEF2F7;

    box-shadow:var(--shadow-sm);

}

.journey-content h3{

    font-size:24px;

    margin-bottom:15px;

}

.journey-content p{

    color:var(--gray-600);

    line-height:1.8;

}

/* =====================================================
    COMPANY STATISTICS
======================================================*/

.company-stats{

    padding:110px 0;

    background:var(--gradient-primary);

}

.company-stats .stats-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.company-stats .stat-card{

    text-align:center;

    color:#fff;

}

.company-stats .stat-card h2{

    font-size:58px;

    margin-bottom:12px;

    color:#fff;

}

.company-stats .stat-card p{

    color:rgba(255,255,255,.85);

    font-size:18px;

}/* =====================================================
    WHY CHOOSE US
======================================================*/

.why-us{

    padding:110px 0;

    background:#fff;

}

.why-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    margin-top:70px;

}

.why-card{

    position:relative;

    background:#fff;

    border:1px solid #EEF2F7;

    border-radius:28px;

    padding:40px;

    transition:.35s;

    box-shadow:var(--shadow-sm);

    overflow:hidden;

}

.why-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:5px;

    height:100%;

    background:var(--gradient-orange);

}

.why-card:hover{

    transform:translateY(-12px);

    box-shadow:var(--shadow-hover);

}

.why-icon{

    width:80px;

    height:80px;

    border-radius:22px;

    background:var(--gradient-primary);

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:34px;

    margin-bottom:28px;

}

.why-card h3{

    font-size:24px;

    margin-bottom:18px;

}

.why-card p{

    color:var(--gray-600);

    line-height:1.8;

}

/* =====================================================
    PARTNERS
======================================================*/

.partners{

    padding:110px 0;

    background:#F8FAFC;

}

.partner-grid{

    display:grid;

    grid-template-columns:repeat(6,1fr);

    gap:25px;

    margin-top:70px;

}

.partner-item{

    background:#fff;

    border-radius:24px;

    border:1px solid #EEF2F7;

    padding:35px;

    display:flex;

    justify-content:center;

    align-items:center;

    min-height:140px;

    transition:.35s;

    box-shadow:var(--shadow-sm);

}

.partner-item:hover{

    transform:translateY(-8px);

    box-shadow:var(--shadow-hover);

}

.partner-item img{

    max-width:120px;

    max-height:60px;

    object-fit:contain;

    filter:grayscale(100%);

    transition:.35s;

}

.partner-item:hover img{

    filter:none;

    transform:scale(1.08);

}

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

.about-cta{

    padding:110px 0;

    background:#fff;

}

.about-cta-box{

    background:var(--gradient-primary);

    border-radius:40px;

    padding:90px;

    text-align:center;

    color:#fff;

    position:relative;

    overflow:hidden;

}

.about-cta-box::before{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    border-radius:50%;

    background:rgba(255,255,255,.06);

    top:-250px;

    right:-180px;

}

.about-cta-box::after{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    border-radius:50%;

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

    bottom:-200px;

    left:-180px;

}

.about-cta-box span{

    display:inline-block;

    letter-spacing:1px;

    font-weight:600;

    margin-bottom:18px;

    opacity:.9;

}

.about-cta-box h2{

    color:#fff;

    font-size:48px;

    margin-bottom:25px;

}

.about-cta-box p{

    max-width:760px;

    margin:auto;

    color:rgba(255,255,255,.88);

    line-height:1.9;

    margin-bottom:45px;

}

.about-cta-box .hero-buttons{

    justify-content:center;

}

.about-cta .btn-light{

    background:#fff;

    color:var(--primary);

}

.about-cta .btn-light:hover{

    background:#f8fafc;

}

.about-cta .btn-outline-light{

    border:2px solid rgba(255,255,255,.4);

    color:#fff;

}

.about-cta .btn-outline-light:hover{

    background:#fff;

    color:var(--primary);

}

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

@media (max-width:1200px){

.page-hero-wrapper{

    grid-template-columns:1fr;

    text-align:center;

}

.page-hero-content p{

    margin:auto auto 40px;

}

.page-hero-image{

    margin-top:50px;

}

.about-company .about-wrapper{

    grid-template-columns:1fr;

}

.about-highlight{

    grid-template-columns:repeat(2,1fr);

}

.tech-grid{

    grid-template-columns:repeat(4,1fr);

}

.partner-grid{

    grid-template-columns:repeat(3,1fr);

}

}

@media (max-width:991px){

.values-grid,
.expertise-grid,
.why-grid{

    grid-template-columns:repeat(2,1fr);

}

.industries-grid{

    grid-template-columns:repeat(2,1fr);

}

.tech-grid{

    grid-template-columns:repeat(3,1fr);

}

.company-stats .stats-grid{

    grid-template-columns:repeat(2,1fr);

}

.vision-grid{

    grid-template-columns:1fr;

}

.about-cta-box{

    padding:70px 40px;

}

}

@media (max-width:768px){

.page-hero{

    padding:70px 0;

}

.page-hero-content h1{

    font-size:42px;

}

.page-hero-content p{

    font-size:17px;

}

.values-grid,
.expertise-grid,
.why-grid,
.industries-grid{

    grid-template-columns:1fr;

}

.tech-grid{

    grid-template-columns:repeat(2,1fr);

}

.partner-grid{

    grid-template-columns:repeat(2,1fr);

}

.about-highlight{

    grid-template-columns:1fr;

}

.journey-wrapper::before{

    left:35px;

}

.journey-item{

    gap:25px;

}

.journey-year{

    width:70px;

    height:70px;

    font-size:16px;

}

.company-stats .stats-grid{

    grid-template-columns:1fr;

}

.about-cta-box{

    padding:60px 30px;

}

.about-cta-box h2{

    font-size:36px;

}

}

@media (max-width:480px){

.tech-grid{

    grid-template-columns:1fr;

}

.partner-grid{

    grid-template-columns:1fr;

}

.page-hero-content h1{

    font-size:34px;

}

.about-content h2{

    font-size:34px;

}

}