
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

/* =========================================================
   RESET & GLOBAL STYLES
   ========================================================= */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Manrope, Arial, sans-serif;
    color: #10213d;
    background: #f7f9fc;
    line-height: 1.65;
}


/* =========================================================
   HEADER & NAVIGATION
   ========================================================= */

header {
    height: 78px;
    padding: 0 6%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid #e8edf5;
}

.brand {
    font-weight: 800;
    letter-spacing: 1px;
    text-decoration: none;
    color: #10213d;
    display: flex;
    align-items: center;
    gap: 8px;
}

.brand span {
    background: #1677ff;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: grid;
    place-items: center;
}

.brand small {
    font-size: 8px;
    letter-spacing: 1.5px;
    display: block;
    margin-left: -5px;
    margin-top: 22px;
}

nav {
    display: flex;
    gap: 25px;
    align-items: center;
}

nav a,
.service a,
footer a {
    text-decoration: none;
    color: #536075;
    font-size: 13px;
    font-weight: 700;
}

.quote,
.btn.primary {
    background: #1677ff !important;
    color: #fff !important;
    padding: 12px 18px;
    border-radius: 9px;
}

#menuBtn {
    display: none;
    border: 0;
    background: none;
    font-size: 25px;
}


/* =========================================================
   HERO SECTION
   ========================================================= */

.hero {
    min-height: 690px;
    background: #071a35;
    color: #fff;
    padding: 100px 8%;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 80% 35%,
            #0c5fc7 0,
            transparent 25%
        ),
        linear-gradient(
            115deg,
            #071a35 40%,
            #0a2449
        );
}

.hero > * {
    position: relative;
}

.eyebrow {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #1681ff;
}

.hero h1,
h2 {
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.08;
    letter-spacing: -2px;
    margin: 15px 0 22px;
}

.hero em,
h2 em {
    font-style: normal;
    color: #5ea5ff;
}

.heroCopy > p:not(.eyebrow) {
    max-width: 620px;
    color: #c8d3e4;
    font-size: 17px;
}

.actions {
    display: flex;
    gap: 12px;
    margin: 30px 0;
}

.btn {
    display: inline-block;
    text-decoration: none;
    font-weight: 800;
    border: 0;
    cursor: pointer;
    font-family: inherit;
}

.ghost {
    color: #fff;
    border: 1px solid #6f819a;
    padding: 11px 18px;
    border-radius: 9px;
}

.mini {
    display: flex;
    gap: 22px;
    color: #aebdd1;
    font-size: 12px;
    font-weight: 700;
    flex-wrap: wrap;
}


/* =========================================================
   HERO TECH VISUAL
   ========================================================= */

.techVisual {
    height: 480px;
    position: relative;
}

.glow {
    position: absolute;
    width: 380px;
    height: 380px;
    border: 1px solid #2f6eb4;
    border-radius: 50%;
    left: 12%;
    top: 10%;
    box-shadow:
        0 0 80px #1065c966,
        inset 0 0 80px #1065c922;
}

.orb {
    position: absolute;
    border: 1px solid #5197e8;
    border-radius: 50%;
    background: #0e417b55;
}

.o1 {
    width: 70px;
    height: 70px;
    top: 25px;
    right: 20px;
}

.o2 {
    width: 35px;
    height: 35px;
    bottom: 40px;
    left: 20px;
}


/* =========================================================
   DASHBOARD MOCKUP
   ========================================================= */

.dashboard {
    position: absolute;
    width: 410px;
    max-width: 85%;
    background: #0b274d;
    border: 1px solid #2e5e94;
    border-radius: 18px;
    padding: 16px;
    top: 65px;
    left: 8%;
    box-shadow: 0 35px 80px #0008;
}

.dashTop {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 10px;
    color: #a8c9f1;
}

.dashTop b {
    margin-right: auto;
}

.dashTop i {
    width: 7px;
    height: 7px;
    background: #478fd9;
    border-radius: 50%;
}

.dashGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 16px;
}

.panel {
    background: #12365f;
    border: 1px solid #24527e;
    border-radius: 10px;
    padding: 14px;
    min-height: 80px;
}

.panel small {
    display: block;
    color: #8eabc9;
    font-size: 9px;
}

.panel strong {
    font-size: 17px;
}

.big {
    grid-row: span 2;
}

.big strong {
    font-size: 34px;
    display: block;
    margin: 10px 0;
}

.chart {
    height: 70px;
    background:
        linear-gradient(
            150deg,
            transparent 40%,
            #4192f5 41%,
            #4192f5 44%,
            transparent 45%
        ),
        linear-gradient(
            30deg,
            transparent 40%,
            #4192f5 41%,
            #4192f5 44%,
            transparent 45%
        );
    background-size: 70px 50px;
}

.wide {
    grid-column: span 2;
    min-height: 50px;
    color: #a7c9ed;
}

.wide span {
    color: #57e0a2;
}

.wide b {
    float: right;
    color: #57e0a2;
}


/* =========================================================
   FLOATING CARDS
   ========================================================= */

.floatCard {
    position: absolute;
    background: #f8fbff;
    color: #11243e;
    padding: 13px;
    border-radius: 12px;
    box-shadow: 0 15px 40px #0005;
    font-size: 12px;
}

.floatCard b,
.floatCard small {
    display: block;
}

.floatCard small {
    color: #6c7890;
}

.c1 {
    right: 0;
    bottom: 55px;
}

.c2 {
    left: 0;
    bottom: 10px;
}


/* =========================================================
   TRUST SECTION
   ========================================================= */

.trust {
    background: #fff;
    padding: 32px 8%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.trust > div {
    border-right: 1px solid #e5ebf2;
    padding-right: 15px;
}

.trust b {
    color: #1778f2;
    font-size: 11px;
}

.trust h3 {
    font-size: 15px;
    margin: 4px 0;
}

.trust p {
    font-size: 12px;
    color: #667287;
    margin: 0;
}


/* =========================================================
   GENERAL SECTIONS
   ========================================================= */

.split,
.services,
.why,
.projects {
    padding: 110px 8%;
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
    background: #f7f9fc;
}

.split h2,
.sectionHead h2,
.solutions h2,
.industries h2,
.process h2,
.testimonials h2,
.contact h2 {
    font-size: 43px;
}

.split p:not(.eyebrow) {
    color: #5d6879;
}

.textLink {
    color: #1378f7;
    text-decoration: none;
    font-weight: 800;
}


/* =========================================================
   ABOUT ART / VISUAL
   ========================================================= */

.aboutArt {
    height: 410px;
    background: linear-gradient(
        140deg,
        #dbe9fb,
        #94bff0
    );
    border-radius: 22px;
    padding: 35px;
    position: relative;
    overflow: hidden;
}

.aboutArt::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border: 45px solid #0b2b55;
    border-radius: 50%;
    right: -150px;
    bottom: -180px;
}

.screen {
    position: relative;
    z-index: 1;
    background: #082347;
    color: #fff;
    padding: 30px;
    border-radius: 14px;
    top: 30px;
    box-shadow: 0 25px 60px #1c508566;
}

.screen span {
    font-size: 10px;
    color: #75adff;
    letter-spacing: 2px;
}

.screen h3 {
    font-size: 28px;
}

.people {
    display: flex;
    gap: 8px;
}

.people i {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #63a3ef;
}

.people i:nth-child(2) {
    background: #d3e8ff;
}

.people i:nth-child(3) {
    background: #2c74c3;
}


/* =========================================================
   SERVICES
   ========================================================= */

.services {
    background: #fff;
}

.sectionHead {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: end;
    margin-bottom: 45px;
}

.sectionHead h2 {
    margin-bottom: 0;
}

.sectionHead > p {
    max-width: 430px;
    color: #687489;
}

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

.service {
    border: 1px solid #e3eaf2;
    padding: 28px;
    border-radius: 15px;
    background: #fff;
    transition: 0.25s;
}

.service:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 45px #183b6512;
    border-color: #9fc7fa;
}

.service span {
    font-size: 25px;
    color: #197cf5;
}

.service h3 {
    font-size: 18px;
}

.service p {
    font-size: 13px;
    color: #657186;
    min-height: 62px;
}


/* =========================================================
   SOLUTIONS
   ========================================================= */

.solutions {
    background: #0a1f3c;
    color: #fff;
    padding: 105px 8%;
}

.solutionGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 40px;
}

.solutionGrid article {
    border: 1px solid #294566;
    border-radius: 15px;
    padding: 30px;
    background: #0e284c;
}

.solutionGrid .featured {
    background: linear-gradient(
        160deg,
        #176fd5,
        #0b3567
    );
    transform: translateY(-10px);
}

.tag {
    font-size: 10px;
    letter-spacing: 1px;
    color: #79b4ff;
    font-weight: 800;
}

.solutionGrid h3 {
    font-size: 21px;
    line-height: 1.35;
}

.solutionGrid ul {
    padding: 0;
    list-style: none;
    color: #b9c8dc;
    font-size: 13px;
}

.solutionGrid li {
    padding: 7px 0;
    border-bottom: 1px solid #ffffff16;
}

.solutionGrid a {
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-size: 13px;
}


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

.why {
    background: #f7f9fc;
}

.whyGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #e2e8f0;
    border: 1px solid #e2e8f0;
}

.whyGrid div {
    background: #f7f9fc;
    padding: 28px;
}

.whyGrid b {
    font-size: 20px;
}

.whyGrid p {
    font-size: 13px;
    color: #687489;
}


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

.industries {
    padding: 100px 8%;
    background: #fff;
    text-align: center;
}

.industries h2 {
    font-size: 45px;
}

.chips {
    max-width: 900px;
    margin: 35px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    font-weight: 700;
    color: #123154;
}

.chips,
.chips span {
    font-size: 14px;
}

.chips > * {
    padding: 10px 16px;
}

.chips span,
.chips::before {
    background: #edf4ff;
    border-radius: 50px;
}


/* =========================================================
   PROCESS
   ========================================================= */

.process {
    padding: 100px 8%;
    background: #eef4fb;
}

.steps {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    margin-top: 35px;
}

.steps b {
    color: #1779f3;
    font-size: 12px;
}

.steps h3 {
    font-size: 16px;
}

.steps p {
    font-size: 12px;
    color: #647085;
}


/* =========================================================
   PROJECTS
   ========================================================= */

.projects {
    background: #fff;
}

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

.projectArt {
    height: 180px;
    border-radius: 12px;
    margin-bottom: 17px;
    background-color: #d6e4f5;
}

.p1 {
    background: linear-gradient(
        135deg,
        #0c2c54,
        #2576c9
    );
}

.p2 {
    background: repeating-linear-gradient(
        90deg,
        #0b274b 0 12px,
        #216bb1 13px 15px
    );
}

.p3 {
    background: radial-gradient(
        circle at 50%,
        #a8d5ff,
        #2a75bd 25%,
        #092a52 60%
    );
}

.p4 {
    background: linear-gradient(
        45deg,
        #e3effd 25%,
        #5da2ea 25% 50%,
        #163c67 50% 75%,
        #bcd8f7 75%
    );
}

.projectGrid small {
    color: #1d7cf0;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
}

.projectGrid h3 {
    margin: 6px 0;
    font-size: 17px;
}

.projectGrid p {
    font-size: 12px;
    color: #667287;
}


/* =========================================================
   TESTIMONIALS
   ========================================================= */

.testimonials {
    text-align: center;
    padding: 100px 8%;
    background: #f7f9fc;
}

.testimonials p:last-child {
    color: #6a7688;
}


/* =========================================================
   CONTACT SECTION
   ========================================================= */

.contact {
    padding: 100px 8%;
    background: #0b2343;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
}

.contactCopy > p:not(.eyebrow) {
    color: #b9c7d8;
}

.contactInfo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 35px;
}

.contactInfo div {
    font-size: 9px;
    letter-spacing: 1px;
    color: #7f9ec1;
}

.contactInfo b {
    display: block;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0;
    margin-top: 3px;
}


/* =========================================================
   CONTACT FORM
   ========================================================= */

form {
    background: #fff;
    padding: 28px;
    border-radius: 15px;
    color: #17233a;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

label {
    font-size: 11px;
    font-weight: 800;
}

input,
select,
textarea {
    width: 100%;
    margin-top: 6px;
    border: 1px solid #dfe6ee;
    padding: 11px;
    border-radius: 7px;
    font-family: inherit;
}

textarea {
    height: 95px;
    resize: vertical;
}

form label:last-of-type {
    grid-column: span 2;
}

form button {
    grid-column: span 2;
}

#formMsg {
    grid-column: span 2;
    color: #147644;
    font-size: 12px;
    margin: 0;
}


/* =========================================================
   FOOTER
   ========================================================= */

footer {
    background: #06172e;
    color: #a8b7ca;
    padding: 65px 8% 20px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 35px;
}

footer .brand {
    color: #fff;
}

footer .brand small {
    color: #7e91a8;
}

footer p {
    font-size: 13px;
}

footer small {
    font-size: 11px;
}

footer > div:not(:first-child):not(.copyright) {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

footer b {
    color: #fff;
    font-size: 12px;
    margin-bottom: 8px;
}

footer a {
    color: #a8b7ca;
    font-size: 11px;
}

.social {
    color: #6aa9ef;
    font-weight: 800;
    font-size: 18px !important;
}

.copyright {
    grid-column: span 4;
    border-top: 1px solid #ffffff18;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 11px;
}

.copyright span {
    float: right;
}


/* =========================================================
   TABLET RESPONSIVE — MAX 900PX
   ========================================================= */

@media (max-width: 900px) {

    nav {
        display: none;
        position: absolute;
        top: 78px;
        left: 0;
        right: 0;
        background: #fff;
        padding: 20px;
        flex-direction: column;
        align-items: stretch;
    }

    nav.open {
        display: flex;
    }

    #menuBtn {
        display: block;
    }

    .hero,
    .split,
    .contact {
        grid-template-columns: 1fr;
    }

    .hero {
        padding-top: 70px;
    }

    .techVisual {
        height: 420px;
    }

    .trust,
    .serviceGrid,
    .solutionGrid,
    .whyGrid,
    .projectGrid {
        grid-template-columns: repeat(2, 1fr);
    }

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

    footer {
        grid-template-columns: 1fr 1fr;
    }

    .copyright {
        grid-column: span 2;
    }
}


/* =========================================================
   MOBILE RESPONSIVE — MAX 600PX
   ========================================================= */

@media (max-width: 600px) {

    header {
        padding: 0 5%;
    }

    .hero,
    .split,
    .services,
    .solutions,
    .why,
    .projects,
    .industries,
    .process,
    .testimonials,
    .contact {
        padding-left: 5%;
        padding-right: 5%;
    }

    .hero h1 {
        font-size: 47px;
    }

    .techVisual {
        height: 330px;
    }

    .dashboard {
        left: 2%;
        top: 25px;
    }

    .floatCard {
        display: none;
    }

    .trust,
    .serviceGrid,
    .solutionGrid,
    .whyGrid,
    .projectGrid,
    .contactInfo,
    form {
        grid-template-columns: 1fr;
    }

    .trust {
        padding: 25px 5%;
    }

    .trust > div {
        border-right: 0;
        border-bottom: 1px solid #e5ebf2;
    }

    .sectionHead {
        display: block;
    }

    .sectionHead > p {
        margin-top: 15px;
    }

    .split h2,
    .sectionHead h2,
    .solutions h2,
    .industries h2,
    .process h2,
    .testimonials h2,
    .contact h2 {
        font-size: 36px;
    }

    .steps {
        grid-template-columns: 1fr 1fr;
    }

    form label:last-of-type,
    form button,
    #formMsg {
        grid-column: span 1;
    }

    footer {
        grid-template-columns: 1fr;
        padding-left: 5%;
        padding-right: 5%;
    }

    .copyright {
        grid-column: span 1;
    }

    .copyright span {
        float: none;
        display: block;
        margin-top: 8px;
    }
}
