*{
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}    
body{
    overflow-x: hidden;
}

/* ===== NAVBAR ===== */
.navbar{
    position: absolute !important;
}
.navbar-akad{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent !important;
    border: none;
}    
.navbar-brand img{
    height: 42px;
}   
.nav-link{
    color: #1a2a3a !important;
    font-weight: 500;
    font-size: 0.92rem;
    letter-spacing: 0.3px;
    margin: 0 0.4rem;
    transition: color 0.2s;
}    
.nav-link:hover{
    color: var(--akad-blue) !important;
}
.btn-get-touch{
    background: linear-gradient(135deg, var(--akad-blue), #0d6aad);
    color: white !important;
    border: none;
    border-radius: 50px;
    padding: 0.55rem 1.4rem;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 4px 15px rgba(10, 77, 140, 0.3);
    transition: all 0.25s;
}    
.btn-get-touch:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(10, 77, 140, 0.4);
    color: white !important;
}    
.lang-switch{
    font-size: 0.85rem;
    color: var(--akad-gray);
    font-weight: 500;
}    
.lang-switch a{
    color: var(--akad-gray);
    text-decoration: none;
}    
.lang-switch a.active{
    color: var(--akad-blue);
    font-weight: 700;
}
    
/* ===== HERO ===== */
.hero{
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, #e8f4fc 0%, #f0f9ff 40%, #e6f7f2 100%);
    overflow: hidden;
    display: flex;
    align-items: center;
}       
.hero-content{
    position: relative;
    z-index: 2;
    max-width: 580px;
}    
.hero-eyebrow{
    color: var(--akad-blue);
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}    
.hero h1{
    font-size: 3.1rem;
    font-weight: 800;
    color: #0d1b2a;
    line-height: 1.15;
    margin-bottom: 1.2rem;
}    
.hero h1 span{
    color: var(--akad-blue);
}    
.hero-tags{
    color: var(--akad-green);
    font-size: 0.95rem;
    margin-bottom: 2rem;
}    
.btn-services{
    background: var(--akad-blue);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 0.75rem 1.8rem;
    font-weight: 600;
    box-shadow: 0 6px 20px rgba(10, 77, 140, 0.3);
    transition: all 0.25s;
}    
.btn-services:hover{
    background: var(--akad-dark-blue);
    transform: translateY(-2px);
    color: white;
}    
.hero-right-text{
    position: absolute;
    right: 4%;
    top: 28%;
    text-align: right;
    z-index: 2;
    color: white;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}    
.hero-right-text span{
    display: block;
    color: var(--akad-blue);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0.3rem;
}
    
/* ===== VALUE PROPS ===== */
.value-props{
    padding: 2.5rem 0;
    border-bottom: 1px solid #eef2f6;
}    
.value-item{
    text-align: center;
    padding: 1rem;
}    
.value-item i{
    font-size: 1.8rem;
    color: var(--akad-blue);
    margin-bottom: 0.7rem;
}    
.value-item h6{
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    color: #1a2a3a;
    margin: 0;
}    
.plan-simulate{
    font-weight: 600;
    color: var(--akad-blue);
    font-size: 0.9rem;
    letter-spacing: 1px;
}
    
/* ===== ABOUT ===== */
.about-section{
    padding: 5rem 0;
    background: white;
}
.about-section h2{
    font-weight: 800;
    font-size: 2.2rem;
    color: #0d1b2a;
    line-height: 1.25;
}    
.about-section p{
    color: var(--akad-gray);
    font-size: 1.05rem;
    line-height: 1.7;
}    
.btn-link-akad{
    color: var(--akad-blue);
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}    
.btn-link-akad:hover{
    color: var(--akad-dark-blue);
}
.header-color{
    color: var(--akad-teal);
}
    
/* ===== SERVICES ===== */
.services-section{
    padding: 5rem 0;
}    
.section-title{
    font-weight: 800;
    font-size: 2.1rem;
    color: #0d1b2a;
}    
.section-subtitle{
    color: var(--akad-gray);
    font-size: 1.05rem;
}
.service-card{
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #eef2f6;
}    
.service-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.1);
}    
.service-card img{
    width: 100%;
    height: 160px;
    object-fit: cover;
}    
.service-card .card-body{
    padding: 1.4rem;
}    
.service-number{
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--akad-blue);
    letter-spacing: 1px;
    margin-bottom: 0.4rem;
}    
.service-card h5{
    font-weight: 700;
    font-size: 1.05rem;
    color: #0d1b2a;
    margin-bottom: 0.6rem;
}    
.service-card p{
    font-size: 0.88rem;
    color: var(--akad-gray);
    margin-bottom: 1rem;
    line-height: 1.5;
}    
.service-link{
    color: var(--akad-blue);
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
}
    
/* ===== R&D + BUSINESS ===== */
.rd-business{
    background: white;
    padding: 4rem 0 5rem;
}    
.rd-card,.business-card {
    position: relative;
    min-height: 480px;
    overflow: hidden;
    border-radius: 18px;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(135deg,#e8f4fc 0%,#f0f9ff 45%,#e6f7f2 100%);
}   
.rd-card .card-content,
.business-card .card-content {
    position: relative;
    z-index: 2;

    width: 60%;
    padding: 3rem;
}

.rd-card h3,
.business-card h3 {
    color: #0d1b2a;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1rem;
}

.rd-card p,
.business-card p {
    color: var(--akad-gray);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}   
.btn-outline-light-custom{
    border: 2px solid rgba(255,255,255,0.7);
    color: white;
    border-radius: 50px;
    padding: 0.5rem 1.3rem;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.25s;
}    
.btn-outline-light-custom:hover{
    background: white;
    color: var(--akad-blue);
    border-color: white;
}
    
/* ===== CAREERS ===== */
.careers-section{
    background: linear-gradient(135deg, #f0f9ff 0%, #e6f7f2 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}    
.careers-section h2{
    font-weight: 800;
    font-size: 2.3rem;
    color: #0d1b2a;
}    
.careers-tags{
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
    opacity: 0.15;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--akad-blue);
}    
.careers-tags span{
    display: block;
    margin-bottom: 0.4rem;
}
    
/* ===== FOOTER CTA ===== */
.footer-cta{
    background: linear-gradient(90deg, var(--akad-blue), #0a6b8c);
    color: white;
    padding: 2.2rem 0;
}    
.footer-cta h4{
    font-weight: 600;
    margin: 0;
    font-size: 1.25rem;
}