﻿
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--navy:#061b3a;--navy2:#0b2f64;--blue:#0d63d8;--gold:#f6ad13;--ink:#0b1b36;--muted:#60708a;--line:#e3eaf3;--bg:#f7f9fc;--white:#fff;--shadow:0 18px 50px rgba(7,30,67,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}.container{width:min(1450px,calc(100% - 64px));margin:auto}.utility{height:36px;background:var(--navy);color:#fff;font-size:13px}.utility .container{height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}.utility .right{display:flex;gap:24px}.header{height:118px;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50;backdrop-filter:blur(16px)}.header .container{height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;min-width:440px}.brand img{width:106px;height:86px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(8,40,92,.08))}.brand-copy{margin-left:5px}.brand-name{font-size:36px;font-weight:800;letter-spacing:-1.4px;color:#0b3b8f;line-height:.92}.brand-name span{color:var(--gold)}.brand-sub{font-size:15px;letter-spacing:3px;color:#6b7280;font-weight:700;margin-top:7px}.brand-tag{font-size:9px;letter-spacing:1.3px;color:#777;margin-top:4px}.nav{display:flex;align-items:center;gap:30px;font-size:15px;font-weight:700}.nav a{padding:12px 0;position:relative}.nav a.active:after,.nav a:hover:after{content:"";position:absolute;left:0;right:0;bottom:4px;height:2px;background:var(--gold)}.nav-cta,.btn-primary{background:linear-gradient(135deg,#0d6bdc,#06479c);color:#fff!important;border-radius:12px;padding:17px 24px!important;box-shadow:0 12px 28px rgba(13,99,216,.22)}.nav-cta:after{display:none!important}.menu-btn{display:none;border:0;background:#eef4fc;border-radius:12px;padding:12px;font-size:22px;color:var(--navy)}
.hero{min-height:590px;background:linear-gradient(90deg,#fff 0%,#fff 42%,#f5f8fc 42%);overflow:hidden}.hero .container{min-height:590px;display:grid;grid-template-columns:44% 56%;align-items:stretch}.hero-copy{padding:68px 44px 54px 0;position:relative;z-index:2}.eyebrow{display:inline-flex;gap:8px;align-items:center;background:#f0f5fd;border:1px solid #e1eaf8;color:#0a54b6;padding:10px 15px;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:1.4px}.eyebrow:before{content:"";width:18px;height:2px;background:var(--gold)}h1{font-size:64px;line-height:1.02;letter-spacing:-3px;margin:24px 0 20px}.accent{color:#1268d1}.lead{font-size:17px;line-height:1.85;color:#5e6e85;max-width:650px}.actions{display:flex;gap:14px;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 22px;border-radius:11px;font-weight:800;border:1px solid #cdd9ea}.btn-secondary{background:#fff}.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:38px}.trust{border-left:2px solid #e5ebf3;padding-left:12px}.trust b{font-size:12px;display:block}.trust span{font-size:10px;color:#748198}.hero-visual{position:relative;background:url('hero-infrastructure.jpg') center/cover no-repeat;min-height:590px}.hero-visual:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.08) 24%,rgba(6,27,58,.05) 100%)}.service-glass{position:absolute;left:8%;right:5%;bottom:34px;background:rgba(5,31,69,.94);border:1px solid rgba(255,255,255,.18);border-radius:16px;display:grid;grid-template-columns:repeat(4,1fr);padding:20px;color:#fff;box-shadow:var(--shadow);backdrop-filter:blur(12px)}.service-glass div{padding:4px 18px;border-right:1px solid rgba(255,255,255,.18)}.service-glass div:last-child{border:0}.service-glass strong{display:block;font-size:14px}.service-glass span{font-size:11px;color:#c7d5e8}.icon{font-size:24px;color:var(--gold);margin-bottom:8px}
.section{padding:78px 0}.section.soft{background:var(--bg)}.section-head{text-align:center;max-width:780px;margin:0 auto 40px}.kicker{color:#d68e00;font-size:12px;font-weight:800;letter-spacing:1.8px;text-transform:uppercase}.section h2{font-size:38px;letter-spacing:-1.5px;margin:8px 0 12px}.section-head p{color:var(--muted);line-height:1.7}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:0 10px 28px rgba(11,45,95,.06);transition:.25s}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.card .num{font-size:12px;color:var(--gold);font-weight:800}.card h3{font-size:19px;margin:14px 0 10px}.card p{color:var(--muted);font-size:14px;line-height:1.7}.band{background:linear-gradient(135deg,#061b3a,#0a3269);color:#fff;padding:34px 0}.band-grid{display:grid;grid-template-columns:repeat(5,1fr)}.band-item{padding:0 28px;border-right:1px solid rgba(255,255,255,.18)}.band-item:last-child{border:0}.band-item b{display:block;color:#ffc13b;font-size:17px}.band-item span{font-size:12px;color:#c6d3e5}.split{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.panel{background:linear-gradient(145deg,#071d3d,#0b3978);border-radius:24px;padding:40px;color:#fff;box-shadow:var(--shadow)}.panel h3{font-size:28px;margin-top:0}.panel p{color:#d3dfef;line-height:1.8}.checklist{display:grid;gap:12px}.check{display:flex;gap:12px;align-items:flex-start;padding:15px;background:#fff;border:1px solid var(--line);border-radius:12px}.check i{color:var(--blue);font-style:normal;font-weight:900}.footer{background:#05182f;color:#d8e3f2;padding:58px 0 24px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr 1fr;gap:42px}.footer h4{color:#fff;margin:0 0 18px}.footer a{display:block;margin:10px 0;color:#c4d1e3;font-size:14px}.footer-brand .brand-name{font-size:28px}.footer-brand .brand-sub{color:#9eabc0;font-size:11px}.footer p{color:#aebbd0;line-height:1.7;font-size:14px}.copyright{border-top:1px solid #173556;margin-top:38px;padding-top:22px;font-size:12px;color:#8798b0}.wa{position:fixed;right:24px;bottom:24px;width:58px;height:58px;border-radius:50%;background:#1ecb67;color:#fff;display:grid;place-items:center;font-weight:800;box-shadow:0 10px 28px rgba(0,0,0,.18);z-index:60}.page-hero{padding:72px 0;background:linear-gradient(135deg,#061b3a,#0b3b7a);color:#fff}.page-hero h1{font-size:48px;margin:10px 0}.page-hero p{max-width:760px;color:#c9d8ea;line-height:1.8}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.contact-box{border:1px solid var(--line);border-radius:18px;padding:28px;background:#fff}.contact-box input,.contact-box textarea{width:100%;padding:14px;margin:8px 0;border:1px solid #d7e0eb;border-radius:9px;font:inherit}.contact-box textarea{min-height:130px}
@media(max-width:1100px){.container{width:min(100% - 36px,1100px)}.brand{min-width:auto}.brand-name{font-size:28px}.brand img{width:84px;height:70px}.nav{gap:18px;font-size:13px}.hero .container{grid-template-columns:1fr}.hero-copy{padding-right:0}.hero-visual{min-height:480px}h1{font-size:54px}.cards,.product-grid{grid-template-columns:repeat(2,1fr)}.band-grid{grid-template-columns:repeat(2,1fr);gap:22px}.band-item{border:0}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.utility{display:none}.header{height:86px}.brand img{width:68px;height:58px}.brand-name{font-size:22px;letter-spacing:-.8px}.brand-sub{font-size:9px;letter-spacing:1.6px}.brand-tag{display:none}.nav{display:none;position:absolute;left:18px;right:18px;top:78px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.nav.open{display:flex}.menu-btn{display:block}.hero .container{display:block}.hero-copy{padding:48px 0 36px}h1{font-size:44px;letter-spacing:-2px}.lead{font-size:15px}.actions{flex-direction:column}.trust-row{grid-template-columns:1fr 1fr}.hero-visual{min-height:430px;margin:0 -18px}.service-glass{grid-template-columns:1fr 1fr;left:18px;right:18px;bottom:18px}.service-glass div{border-right:0;border-bottom:1px solid rgba(255,255,255,.16);padding:10px}.cards,.product-grid,.contact-grid,.split{grid-template-columns:1fr}.section{padding:56px 0}.section h2{font-size:30px}.footer-grid{grid-template-columns:1fr}.page-hero h1{font-size:38px}.band-grid{grid-template-columns:1fr}.container{width:calc(100% - 36px)}}

/* Footer full logo */
.footer-logo {
    width: 300px;
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 18px;
}

/* Tablet */
@media (max-width: 1100px) {
    .brand.brand-logo {
        min-width: 240px;
        width: 240px;
    }

    .brand.brand-logo img {
        width: 230px !important;
        height: 75px !important;
    }
}

/* Mobile */
@media (max-width: 760px) {
    .brand.brand-logo {
        min-width: 230px;
        width: 230px;
    }

    .brand.brand-logo img {
        width: 220px !important;
        height: 72px !important;
    }

    .header .container {
        gap: 10px;
    }

    .menu-btn {
        flex-shrink: 0;
    }
}/* =========================================
   ALPHAAVOLT - FINAL MOBILE FIX
   ========================================= */

@media (max-width: 760px) {

    /* HEADER */
    .header {
        height: 78px;
    }

    .header .container {
        width: calc(100% - 32px);
        height: 78px;
        padding: 0;
    }

    /* LOGO */
    .brand {
        min-width: 0;
        flex: 1;
    }

    .brand img {
        width: 265px;
        max-width: 72vw;
        height: 62px;
        object-fit: contain;
        object-position: left center;
    }

    /* HAMBURGER */
    .menu-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 52px;
        height: 52px;
        padding: 0;
        border: 0;
        border-radius: 14px;
        background: #eef4fc;
        color: #061b3a;
        font-size: 0;
        cursor: pointer;
        flex-shrink: 0;
    }

    /* Create hamburger with CSS - avoids encoding problem */
    .menu-btn::before {
        content: "â˜°";
        font-family: Arial, sans-serif;
        font-size: 30px;
        line-height: 1;
        color: #061b3a;
    }

    /* MOBILE NAVIGATION */
    .nav {
        display: none;
        position: absolute;
        top: 70px;
        left: 16px;
        right: 16px;
        z-index: 999;
        background: #ffffff;
        border: 1px solid #e3eaf3;
        border-radius: 16px;
        padding: 18px;
        box-shadow: 0 18px 50px rgba(7,30,67,.16);
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
    }

    .nav.open {
        display: flex;
    }

    .nav a {
        padding: 13px 12px;
        font-size: 15px;
    }

    /* INNER PAGE HERO */
    .page-hero {
        padding: 72px 0 58px;
    }

    .page-hero .container {
        width: calc(100% - 56px);
    }

    .page-hero .kicker {
        font-size: 12px;
        letter-spacing: 2px;
        margin-bottom: 18px;
    }

    .page-hero h1 {
        font-size: 40px;
        line-height: 1.08;
        letter-spacing: -1.5px;
        margin: 0 0 24px;
        max-width: 100%;
    }

    .page-hero p {
        font-size: 17px;
        line-height: 1.65;
        margin: 0;
        max-width: 100%;
    }
}


/* SMALL PHONES */
@media (max-width: 480px) {

    .brand img {
        width: 230px;
        max-width: 70vw;
        height: 58px;
    }

    .menu-btn {
        width: 48px;
        height: 48px;
    }

    .menu-btn::before {
        font-size: 27px;
    }

    .page-hero {
        padding: 58px 0 48px;
    }

    .page-hero .container {
        width: calc(100% - 40px);
    }

    .page-hero h1 {
        font-size: 35px;
        line-height: 1.1;
        letter-spacing: -1px;
    }

    .page-hero p {
        font-size: 16px;
        line-height: 1.65;
    }
}/* FINAL HAMBURGER ICON FIX */
@media (max-width: 760px) {

    .menu-btn {
        position: relative;
        display: flex !important;
        width: 52px;
        height: 52px;
        align-items: center;
        justify-content: center;
        background: #eef4fc;
        border: none;
        border-radius: 14px;
        cursor: pointer;
        flex-shrink: 0;
    }

    .menu-btn::before {
        content: "";
        display: block;
        width: 25px;
        height: 18px;
        background:
            linear-gradient(#061b3a,#061b3a) 0 0 / 100% 3px no-repeat,
            linear-gradient(#061b3a,#061b3a) 0 50% / 100% 3px no-repeat,
            linear-gradient(#061b3a,#061b3a) 0 100% / 100% 3px no-repeat;
    }
} /* ===== FOOTER ALIGNMENT FIX ===== */

/* Company description */
.footer-brand p {
    text-align: center;
    white-space: nowrap;
    width: 100%;
}

/* Copyright */
.copyright {
    text-align: center;
    width: 100%;
}

/* Keep description responsive on smaller screens */
@media (max-width: 760px) {
    .footer-brand p {
        white-space: normal;
        text-align: center;
    }
}
/* =========================================================
   ALPHAAVOLT - INTEGRATED DELIVERY / PROCESS IMPROVEMENT
   ========================================================= */

.problem-solution-section,
.delivery-model-section,
.process-improvement-section {
    padding: 90px 0;
}

.problem-solution-section,
.process-improvement-section {
    background: #f7f9fc;
}

.delivery-model-section {
    background: #ffffff;
}


/* HEADINGS */

.dpiit-section-heading {
    max-width: 850px;
    margin: 0 auto 50px;
    text-align: center;
}

.dpiit-section-heading h2 {
    margin: 12px 0 18px;
}

.dpiit-section-heading p {
    max-width: 760px;
    margin: 0 auto;
    line-height: 1.8;
}

.dpiit-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 8px;
}


/* PROBLEM / SOLUTION */

.problem-solution-grid {
    display: grid;
    grid-template-columns: 1fr 70px 1fr;
    align-items: center;
    gap: 25px;
    max-width: 1150px;
    margin: 0 auto;
}

.ps-card {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 22px;
    padding: 38px;
    box-shadow: 0 15px 45px rgba(0,0,0,.06);
    transition: .3s ease;
}

.ps-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 55px rgba(0,0,0,.09);
}

.ps-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.ps-card h3 {
    font-size: 25px;
    margin-bottom: 25px;
}

.ps-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ps-list li {
    position: relative;
    padding: 12px 0 12px 28px;
    border-bottom: 1px solid rgba(0,0,0,.06);
    line-height: 1.6;
}

.ps-list li:last-child {
    border-bottom: 0;
}

.ps-list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 12px;
    font-weight: 700;
}

.ps-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin: auto;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.08);
    font-size: 26px;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
}


/* DELIVERY MODEL */

.delivery-flow {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 22px;
}

.delivery-step {
    min-height: 230px;
    padding: 30px 25px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(0,0,0,.05);
    transition: .3s ease;
}

.delivery-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(0,0,0,.09);
}

.step-number {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.2px;
    margin-bottom: 20px;
}

.delivery-step h3 {
    font-size: 20px;
    margin: 0 0 12px;
}

.delivery-step p {
    margin: 0;
    line-height: 1.7;
    font-size: 14px;
}


/* PROCESS IMPROVEMENT */

.process-improvement-wrap {
    max-width: 1150px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 65px;
    align-items: center;
}

.process-improvement-content h2 {
    font-size: 38px;
    line-height: 1.2;
    margin: 12px 0 22px;
}

.process-improvement-content p {
    line-height: 1.8;
    margin-bottom: 18px;
}

.improvement-points {
    display: grid;
    gap: 18px;
}

.improvement-item {
    display: flex;
    gap: 20px;
    padding: 24px;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid rgba(0,0,0,.07);
    transition: .3s ease;
}

.improvement-item:hover {
    transform: translateX(5px);
    box-shadow: 0 12px 35px rgba(0,0,0,.06);
}

.improvement-item > span {
    min-width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 800;
    border: 1px solid rgba(0,0,0,.1);
}

.improvement-item h3 {
    margin: 0 0 6px;
    font-size: 18px;
}

.improvement-item p {
    margin: 0;
    line-height: 1.65;
    font-size: 14px;
}


/* TABLET */

@media (max-width:1024px) {

    .problem-solution-grid {
        grid-template-columns: 1fr;
    }

    .ps-arrow {
        transform: rotate(90deg);
    }

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

    .process-improvement-wrap {
        grid-template-columns: 1fr;
        gap: 45px;
    }
}


/* MOBILE */

@media (max-width:768px) {

    .problem-solution-section,
    .delivery-model-section,
    .process-improvement-section {
        padding: 65px 0;
    }

    .dpiit-section-heading {
        margin-bottom: 35px;
    }

    .dpiit-section-heading h2 {
        font-size: 30px;
    }

    .ps-card {
        padding: 28px 22px;
    }

    .delivery-flow {
        grid-template-columns: 1fr;
    }

    .delivery-step {
        min-height: auto;
        padding: 26px 22px;
    }

    .process-improvement-content h2 {
        font-size: 30px;
    }

    .improvement-item {
        padding: 20px;
    }
}


/* SMALL MOBILE */

@media (max-width:480px) {

    .problem-solution-section,
    .delivery-model-section,
    .process-improvement-section {
        padding: 50px 0;
    }

    .dpiit-section-heading h2,
    .process-improvement-content h2 {
        font-size: 27px;
    }

    .ps-card {
        padding: 24px 18px;
    }

    .improvement-item {
        gap: 14px;
        padding: 18px;
    }
}


/* =========================================================
   ALPHAAVOLT - SINGLE LOGO CONTROL
   ========================================================= */

/* Desktop */

.header {
    height: 118px;
}

.header .container {
    height: 100%;
}

.header .brand.brand-logo {
    display: flex;
    align-items: center;
    width: 420px;
    min-width: 420px;
    height: 100%;
    flex-shrink: 0;
}

.header .brand.brand-logo img {
    display: block;
    width: 400px;
    height: 110px;
    max-width: none;
    object-fit: contain;
    object-position: left center;
    filter: none;
}

.footer-logo {
    display: block;
    width: 300px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    filter: none;
}


/* Tablet */

@media (max-width: 1100px) {

    .header .brand.brand-logo {
        width: 250px;
        min-width: 250px;
    }

    .header .brand.brand-logo img {
        width: 240px;
        height: 90px;
    }
}


/* Mobile */

@media (max-width: 760px) {

    .header {
        height: 86px;
    }

    .header .container {
        height: 86px;
    }

    .header .brand.brand-logo {
        width: 220px;
        min-width: 0;
        height: 86px;
        flex: 0 1 220px;
    }

    .header .brand.brand-logo img {
        width: 210px;
        height: 76px;
        max-width: 68vw;
    }
}


/* Small phones */

@media (max-width: 480px) {

    .header .brand.brand-logo {
        width: 190px;
        flex-basis: 190px;
    }

    .header .brand.brand-logo img {
        width: 185px;
        height: 70px;
        max-width: 64vw;
    }
}



/* ===== LOGO SIZE FINAL OVERRIDE ===== */

@media (min-width: 1101px) {

    .header {
        height: 140px !important;
    }

    .header .brand.brand-logo {
        width: 400px !important;
        min-width: 400px !important;
        height: 140px !important;
        overflow: visible !important;
    }

    .header .brand.brand-logo img {
        width: 300px !important;
        height: auto !important;
        max-width: none !important;
        max-height: none !important;
        object-fit: initial !important;
        display: block !important;
    }
}

/* ===== END LOGO SIZE FINAL OVERRIDE ===== */

