/* =========================================================
   GLOBAL
========================================================= */

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #06111f;
    color: #ffffff;
}

* {
    box-sizing: border-box;
}

.landing-page {
    min-height: 100vh;
}


/* =========================================================
   HEADER
========================================================= */

/*.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    height: 90px;
    padding: 0 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(3, 12, 24, 0.90);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #ffffff;
    text-decoration: none;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 3px;
}

    .brand strong {
        color: #c8894a;
    }

.logo-image {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.navbar nav {
    display: flex;
    gap: 42px;
}

    .navbar nav a {
        position: relative;
        color: #ffffff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 800;
        letter-spacing: 2px;
    }

        .navbar nav a:hover,
        .navbar nav a.active {
            color: #d49a5d;
        }

            .navbar nav a.active::after {
                content: "";
                position: absolute;
                left: 0;
                bottom: -18px;
                width: 100%;
                height: 3px;
                background: #d49a5d;
            }*/


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

/*.HeroSection {
    position: relative;
    min-height: calc(100vh - 90px);
    padding: 80px 80px 120px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(3, 12, 24, 0.98) 0%, rgba(3, 12, 24, 0.86) 45%, rgba(3, 12, 24, 0.30) 100%), url('/images/hero-code-coffee.png') center / cover no-repeat;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.HeroSection h1 {
    margin: 0;
    font-size: clamp(54px, 7vw, 104px);
    line-height: 0.95;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-weight: 900;
}

    .HeroSection h1 span {
        color: #c8894a;
    }

.title-line {
    width: 90px;
    height: 4px;
    background: #c8894a;
    margin: 34px 0;
}

.HeroSection p {
    max-width: 680px;
    font-size: 24px;
    line-height: 1.5;
    color: #e8edf5;
    margin: 0 0 42px;
}

.features {
    display: flex;
    gap: 42px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.feature {
    display: flex;
    align-items: center;
    gap: 16px;
}

.feature-icon {
    width: 52px;
    height: 52px;
    border: 2px solid rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 800;
}

.feature span {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.6;
    letter-spacing: 1px;
}

.tech-bar {
    position: absolute;
    left: 80px;
    bottom: 40px;
    width: min(900px, calc(100% - 160px));
    padding: 18px 30px 22px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(4, 16, 31, 0.72);
    backdrop-filter: blur(8px);
}

    .tech-bar p {
        text-align: center;
        margin: 0 0 18px;
        color: #c8894a;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 800;
        letter-spacing: 1.4px;
    }

.tech-list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

    .tech-list span {
        font-weight: 700;
        color: #f3f6fb;
    }*/


/* =========================================================
   CTA GLOBAL
========================================================= */

/*.cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 36px;
    background: linear-gradient(135deg, #c8894a, #e0a663);
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 9px;
    font-weight: 900;
    letter-spacing: 2px;
    box-shadow: 0 12px 35px rgba(200, 137, 74, 0.28);
    transition: all 0.2s ease;
}

    .cta:hover {
        transform: translateY(-2px);
        background: linear-gradient(135deg, #d89a59, #efb06b);
    }
*/
.cta-icon {
    width: 25px;
    height: 25px;
    object-fit: contain;
    transition: filter 0.2s ease;
    filter: brightness(0) saturate(100%) invert(72%) sepia(30%) saturate(641%) hue-rotate(344deg) brightness(92%) contrast(89%);
}


/* =========================================================
   HEADER
========================================================= */

.navbar {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 90px;
    padding: 0 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(3, 12, 24, 0.90);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #ffffff;
    text-decoration: none;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: 4px;
}

    .brand strong {
        color: #c8894a;
    }

.logo-image {
    width: 82px;
    height: 82px;
    object-fit: contain;
}

.navbar nav {
    display: flex;
    gap: 56px;
}

    .navbar nav a {
        position: relative;
        color: #ffffff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 900;
        letter-spacing: 2px;
    }

        .navbar nav a:hover,
        .navbar nav a.active {
            color: #d49a5d;
        }

            .navbar nav a.active::after {
                content: "";
                position: absolute;
                left: 0;
                bottom: -24px;
                width: 100%;
                height: 3px;
                background: #d49a5d;
            }


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

.HeroSection {
    position: relative;
    min-height: calc(100vh - 90px);
    padding: 90px 80px 120px;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(3, 12, 24, 0.98) 0%, rgba(3, 12, 24, 0.86) 42%, rgba(3, 12, 24, 0.25) 100%), url('/images/hero-code-coffee.png') center center / cover no-repeat;
}

.hero-content {
    position: relative;
    z-index: 2;
    /*max-width: 720px;*/
}

.HeroSection h1 {
    margin: 0;
    font-size: clamp(58px, 6vw, 96px);
    line-height: 0.95;
    text-transform: uppercase;
    letter-spacing: 9px;
    font-weight: 900;
}

    .HeroSection h1 span {
        color: #c8894a;
    }

.title-line {
    width: 90px;
    height: 4px;
    background: #c8894a;
    margin: 36px 0;
}

.HeroSection p {
    max-width: 620px;
    font-size: 25px;
    line-height: 1.55;
    color: #e8edf5;
    margin: 0 0 42px;
}

.features {
    display: flex;
    gap: 42px;
    margin-bottom: 44px;
    flex-wrap: wrap;
}

.feature {
    display: flex;
    align-items: center;
    gap: 16px;
}

.feature-icon {
    width: 54px;
    height: 54px;
    /*border: 2px solid rgba(255, 255, 255, 0.75);*/
    border: 2px solid #c8894a;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 18px;
}

.feature span {
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.6;
    letter-spacing: 1px;
}

.tech-bar {
    position: absolute;
    left: 80px;
    bottom: 42px;
    width: min(900px, calc(100% - 160px));
    padding: 18px 30px 22px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(4, 16, 31, 0.78);
    backdrop-filter: blur(8px);
}

    .tech-bar p {
        text-align: center;
        margin: 0 0 18px;
        color: #c8894a;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 1.4px;
    }

.tech-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

    .tech-list span {
        font-weight: 800;
        color: #f3f6fb;
    }


/* =========================================================
   CTA GLOBAL
========================================================= */
.cta {
    margin-bottom: 90px;
}

.cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 36px;
    background: linear-gradient(135deg, #c8894a, #e0a663);
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 9px;
    font-weight: 900;
    letter-spacing: 2px;
    box-shadow: 0 12px 35px rgba(200, 137, 74, 0.28);
    transition: all 0.2s ease;
}

    .cta:hover {
        transform: translateY(-2px);
        background: linear-gradient(135deg, #d89a59, #efb06b);
    }




/* =========================================================
   COMMON SECTIONS
========================================================= */

.section {
    padding: 100px 80px;
    background: #06111f;
}

.alt-section {
    background: #0b1828;
}

.section-header {
    max-width: 760px;
    margin-bottom: 50px;
}

    .section-header span,
    .about-text span {
        color: #c8894a;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 2px;
    }

.section h2,
.about-text h2 {
    font-size: clamp(34px, 4vw, 56px);
    margin: 14px 0 20px;
}

.section p,
.about-text p {
    color: #cbd5e1;
    font-size: 19px;
    line-height: 1.7;
}

.section-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 28px;
    color: #c8894a;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 3px;
    font-size: 20px;
}

    .section-label span {
        width: 42px;
        height: 2px;
        background: #c8894a;
    }


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

.services-section {
    position: relative;
    padding: 100px 80px;
    background: linear-gradient(180deg, rgba(3, 12, 24, 0.94), rgba(3, 12, 24, 0.98)), url('/images/hero-code-coffee.png') center / cover no-repeat;
    color: #ffffff;
}

.services-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
}

    .services-header h2 {
        margin: 0;
        font-size: clamp(34px, 4vw, 58px);
        line-height: 1.12;
        font-weight: 900;
        letter-spacing: 1px;
    }

        .services-header h2 span {
            color: #c8894a;
        }

    .services-header p {
        margin: 28px auto 0;
        max-width: 760px;
        color: #e8edf5;
        font-size: 22px;
        line-height: 1.5;
    }

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    max-width: 1500px;
    margin: 0 auto;
}

.service-card {
    padding: 34px 30px;
    min-height: 470px;
    border-radius: 12px;
    background: rgba(4, 16, 31, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(10px);
    text-align: center;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
}

.service-icon {
    width: 86px;
    height: 86px;
    margin: 0 auto 28px;
    border: 1px solid #c8894a;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #d9904f;
    font-size: 36px;
    font-weight: 800;
}

.service-card h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 1px;
    font-weight: 900;
}

.card-line {
    width: 46px;
    height: 2px;
    margin: 20px auto;
    background: #c8894a;
}

.service-card p {
    margin: 0 0 26px;
    color: #e8edf5;
    font-size: 17px;
    line-height: 1.45;
}

.service-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.service-card li {
    position: relative;
    margin-bottom: 14px;
    padding-left: 34px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.35;
}

    .service-card li::before {
        content: "✓";
        position: absolute;
        left: 0;
        top: -2px;
        width: 20px;
        height: 20px;
        border: 1px solid #d9904f;
        border-radius: 50%;
        color: #d9904f;
        display: grid;
        place-items: center;
        font-size: 13px;
        font-weight: 900;
    }


/* =========================================================
   CTA BANNER SERVICES
========================================================= */

.services-cta-card {
    max-width: 1500px;
    margin: 38px auto 0;
    padding: 28px 48px;
    border-radius: 12px;
    background: rgba(4, 16, 31, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(10px);
    display: grid;
    grid-template-columns: 1.1fr 1.4fr auto;
    gap: 46px;
    align-items: center;
}

.services-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.services-logo-image {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.services-brand-text strong {
    display: block;
    font-size: 28px;
    letter-spacing: 2px;
}

    .services-brand-text strong span {
        color: #c8894a;
    }

.services-brand-text small {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 8px;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 3px;
}

    .services-brand-text small span {
        color: #c8894a;
    }

.services-cta-text {
    padding-left: 46px;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
}

    .services-cta-text h3 {
        margin: 0 0 10px;
        color: #c8894a;
        font-size: 24px;
    }

    .services-cta-text p {
        margin: 0;
        color: #e8edf5;
        font-size: 17px;
        line-height: 1.5;
    }

.services-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
    padding: 18px 32px;
    border: 1px solid #d9904f;
    border-radius: 999px;
    color: #d9904f;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    transition: all 0.2s ease;
}

    .services-cta-button:hover {
        background: #d9904f;
        color: #06111f;
    }

        .services-cta-button:hover .cta-icon {
            filter: brightness(0) saturate(100%) invert(6%) sepia(19%) saturate(2010%) hue-rotate(174deg) brightness(93%) contrast(97%);
        }


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

.projects-section {
    padding: 100px 80px;
    background: #06111f;
    color: #ffffff;
}

.projects-header {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 38px;
}

    .projects-header h2 {
        margin: 0;
        font-size: clamp(36px, 4.4vw, 66px);
        line-height: 1.1;
        font-weight: 900;
    }

        .projects-header h2 span {
            color: #c8894a;
        }

    .projects-header p {
        max-width: 760px;
        margin: 22px auto 0;
        color: #e8edf5;
        font-size: 21px;
        line-height: 1.5;
    }

.projects-tags {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 34px;
}

    .projects-tags span {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 14px 28px;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        background: rgba(4, 16, 31, 0.55);
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 1px;
        backdrop-filter: blur(8px);
    }

.tag-icon {
    width: 30px;
    height: 30px;
    opacity: 0.85;
    object-fit: contain;
    flex-shrink: 0;
    filter: brightness(0) saturate(100%) invert(100%);
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    max-width: 1500px;
    margin: 0 auto;
}

.project-card {
    overflow: hidden;
    border-radius: 12px;
    background: rgba(4, 16, 31, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.project-image {
    position: relative;
    height: 300px;
    overflow: hidden;
    background: #0b1828;
}

    .project-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.9;
    }

.project-tag {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 2;
    padding: 9px 18px;
    border-radius: 999px;
    background: rgba(4, 16, 31, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 13px;
}

.project-content {
    padding: 26px;
}

    .project-content h3 {
        margin: 0 0 14px;
        font-size: 24px;
    }

    .project-content p {
        margin: 0;
        color: #e8edf5;
        font-size: 17px;
        line-height: 1.55;
    }

.project-line {
    width: 40px;
    height: 2px;
    background: #c8894a;
    margin: 22px 0;
}

.project-techs {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 26px;
}

    .project-techs span {
        padding: 10px 16px;
        border-radius: 6px;
        color: #ffffff;
        border: 1px solid rgba(255, 255, 255, 0.18);
        background: rgba(3, 12, 24, 0.5);
    }

.project-link {
    color: #d9904f;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
}

    .project-link span {
        margin-left: 10px;
        font-size: 22px;
    }


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

.projects-cta-card {
    max-width: 1500px;
    margin: 34px auto 0;
    padding: 28px 34px;
    border-radius: 12px;
    background: rgba(4, 16, 31, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.16);
    display: grid;
    /*grid-template-columns: 1.35fr 1.35fr auto;*/
    grid-template-columns: 2fr 1.3fr auto;
    gap: 34px;
    align-items: center;
}

.projects-cta-left {
    display: flex;
    align-items: center;
    gap: 26px;
}

.projects-cta-icon {
    min-width: 82px;
    height: 82px;
    border: 1px solid #d9904f;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

    .projects-cta-icon img {
        width: 34px;
        height: 34px;
        object-fit: contain;
        filter: brightness(0) saturate(100%) invert(72%) sepia(30%) saturate(641%) hue-rotate(344deg) brightness(92%) contrast(89%);
    }

.projects-cta-left h3 {
    margin: 0 0 10px;
    font-size: 22px;
}

.projects-cta-left p {
    margin: 0;
    color: #e8edf5;
    font-size: 15px;
    line-height: 1.5;
}

.projects-cta-features {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 42px;
    padding-left: 34px;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.projects-feature {
    display: flex;
    flex-direction: row;
    /*align-items: center;*/
    align-items: flex-start;
    gap: 14px;
}

.projects-feature-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
    filter: brightness(0) saturate(100%) invert(72%) sepia(30%) saturate(641%) hue-rotate(344deg) brightness(92%) contrast(89%);
}

.projects-feature-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.projects-feature strong {
    color: #ffffff;
    font-size: 14px;
    white-space: nowrap;
}

.projects-feature span {
    color: #cbd5e1;
    font-size: 13px;
    line-height: 1.4;
    white-space: nowrap;
}

.projects-cta-button {
    white-space: nowrap;
    padding: 16px 30px;
    border-radius: 12px;
    background: linear-gradient(135deg, #c8894a, #e0a663);
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.2s ease;
}

    .projects-cta-button .cta-icon {
        width: 18px;
        height: 18px;
        object-fit: contain;
        filter: brightness(0) saturate(100%) invert(100%);
        transition: filter 0.2s ease, transform 0.2s ease;
    }

    .projects-cta-button:hover {
        color: #06111f;
        transform: translateY(-2px);
    }

        .projects-cta-button:hover .cta-icon {
            filter: brightness(0) saturate(100%) invert(6%) sepia(19%) saturate(2010%) hue-rotate(174deg) brightness(93%) contrast(97%);
            transform: translateX(4px);
        }

/* =========================================================
   ABOUT
========================================================= */
/*
.about-section {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr;
    gap: 50px;
    align-items: center;
}

.about-box {
    padding: 34px;
    border-radius: 18px;
    background: rgba(200, 137, 74, 0.10);
    border: 1px solid rgba(200, 137, 74, 0.35);
}

    .about-box h3 {
        margin-top: 0;
        font-size: 26px;
    }

    .about-box li {
        margin-bottom: 14px;
        color: #e8edf5;
    }*/


/* =========================================================
   ABOUT
========================================================= */
.about-section {
    position: relative;
    padding: 100px 80px;
    background: linear-gradient(90deg, rgba(3, 12, 24, 0.98) 0%, rgba(3, 12, 24, 0.90) 48%, rgba(3, 12, 24, 0.42) 100%), url('/images/hero-code-coffee.png') center / cover no-repeat;
    color: #ffffff;
}

.about-header {
    max-width: 1000px;
    margin: 0 auto 46px;
    text-align: left;
}

    .about-header .section-label {
        justify-content: center;
    }

    .about-header h2 {
        margin: 0;
        font-size: clamp(38px, 4.6vw, 68px);
        line-height: 1.1;
        font-weight: 900;
    }

        .about-header h2 span {
            color: #c8894a;
        }

    .about-header p {
        max-width: 760px;
        margin: 24px 0 0;
        color: #e8edf5;
        font-size: 21px;
        line-height: 1.6;
    }

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1.55fr;
    gap: 26px;
    max-width: 1500px;
    margin: 0 auto;
}

.about-card,
.about-profile-card {
    min-height: 410px;
    padding: 34px;
    border-radius: 12px;
    background: rgba(4, 16, 31, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(10px);
}

.about-card-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 32px;
    border: 1px solid #d9904f;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

    .about-card-icon img,
    .about-stat-icon img,
    .about-contact-line img {
        object-fit: contain;
        filter: brightness(0) saturate(100%) invert(72%) sepia(30%) saturate(641%) hue-rotate(344deg) brightness(92%) contrast(89%);
    }

    .about-card-icon img {
        width: 30px;
        height: 30px;
    }

.about-card h3 {
    margin: 0;
    font-size: 27px;
}

.about-line {
    width: 40px;
    height: 2px;
    background: #c8894a;
    margin: 18px 0;
}

.about-card p,
.about-profile-card p {
    margin: 0 0 22px;
    color: #e8edf5;
    font-size: 17px;
    line-height: 1.6;
}

.about-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-card li {
    position: relative;
    margin-bottom: 14px;
    padding-left: 34px;
    color: #ffffff;
    font-size: 16px;
}

    .about-card li::before {
        content: "✓";
        position: absolute;
        left: 0;
        top: -2px;
        width: 20px;
        height: 20px;
        border: 1px solid #d9904f;
        border-radius: 50%;
        color: #d9904f;
        display: grid;
        place-items: center;
        font-size: 13px;
        font-weight: 900;
    }

.about-profile-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .about-profile-card > span {
        color: #c8894a;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 2px;
        margin-bottom: 16px;
    }

    .about-profile-card h3 {
        margin: 0;
        font-size: 32px;
    }

    .about-profile-card h4 {
        margin: 8px 0 22px;
        color: #c8894a;
        font-size: 22px;
    }

.about-contact-line {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
    color: #e8edf5;
    font-size: 16px;
}

    .about-contact-line img {
        width: 30px;
        height: 30px;
    }

.about-stats {
    max-width: 1500px;
    margin: 26px auto 0;
    padding: 26px 34px;
    border-radius: 12px;
    background: rgba(4, 16, 31, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.16);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.about-stat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    padding: 0 28px;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
}

    .about-stat:last-child {
        border-right: none;
    }

.about-stat-icon {
    width: 64px;
    height: 64px;
    border: 1px solid #d9904f;
    border-radius: 50%;
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

    .about-stat-icon img {
        width: 28px;
        height: 28px;
    }

.about-stat strong {
    color: #c8894a;
    font-size: 38px;
    line-height: 1;
}

.about-stat span {
    display: block;
    color: #ffffff;
    font-size: 16px;
    margin-top: 6px;
}


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

@media (max-width: 1200px) {
    .about-grid {
        grid-template-columns: 1fr;
    }

    .about-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .about-stat {
        border-right: none;
    }
}

@media (max-width: 700px) {
    .about-section {
        padding: 80px 24px;
    }

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

        .about-header p {
            margin-left: auto;
            margin-right: auto;
            font-size: 18px;
        }

    .about-stats {
        grid-template-columns: 1fr;
    }

    .about-stat {
        justify-content: flex-start;
        padding: 0;
    }
}


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

.contact-card {
    max-width: 760px;
    padding: 36px;
    border-radius: 18px;
    background: #111f33;
    border: 1px solid rgba(255, 255, 255, 0.08);
}


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

@media (max-width: 1200px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-cta-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .services-cta-text {
        padding-left: 0;
        border-left: none;
    }

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

    .projects-cta-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .projects-cta-left {
        justify-content: center;
    }

    .projects-cta-features {
        padding-left: 0;
        border-left: none;
        justify-content: center;
    }
}

@media (max-width: 1000px) {
    .navbar {
        height: auto;
        padding: 24px 30px;
        flex-direction: column;
        gap: 22px;
    }

        .navbar nav {
            gap: 20px;
            flex-wrap: wrap;
            justify-content: center;
        }

    .HeroSection {
        min-height: auto;
        padding: 80px 30px 240px;
    }

        .HeroSection h1 {
            letter-spacing: 4px;
        }

        .HeroSection p {
            font-size: 20px;
        }

    .features {
        flex-direction: column;
        gap: 25px;
    }

    .tech-bar {
        left: 30px;
        bottom: 30px;
        width: calc(100% - 60px);
    }

    .section {
        padding: 80px 30px;
    }

    .cards-grid,
    .about-section {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .services-section,
    .projects-section {
        padding: 80px 24px;
    }

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

    .service-card {
        min-height: auto;
    }

    .services-header p,
    .projects-header p {
        font-size: 18px;
    }

    .services-cta-card {
        padding: 28px 24px;
    }

    .project-image {
        height: 220px;
    }

    .projects-cta-left,
    .projects-cta-features {
        flex-direction: column;
    }

    .projects-feature {
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .brand {
        font-size: 22px;
        letter-spacing: 1px;
    }

    .logo-image {
        width: 48px;
        height: 48px;
    }

    .navbar nav a {
        font-size: 12px;
    }

    .HeroSection h1 {
        font-size: 46px;
    }

    .tech-list {
        justify-content: center;
    }

    .projects-feature strong,
    .projects-feature span {
        white-space: normal;
    }
}

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

.contact-section {
    position: relative;
    padding: 100px 80px;
    background: linear-gradient(90deg, rgba(3, 12, 24, 0.98) 0%, rgba(3, 12, 24, 0.90) 48%, rgba(3, 12, 24, 0.45) 100%), url('/images/hero-code-coffee.png') center / cover no-repeat;
    color: #ffffff;
}

.contact-header {
    max-width: 900px;
    margin: 0 auto 46px;
    text-align: center;
}

    .contact-header h2 {
        margin: 0;
        font-size: clamp(40px, 5vw, 70px);
        line-height: 1.1;
        font-weight: 900;
    }

        .contact-header h2 span {
            color: #c8894a;
        }

    .contact-header p {
        max-width: 760px;
        margin: 22px auto 0;
        color: #e8edf5;
        font-size: 21px;
        line-height: 1.6;
    }

.contact-layout {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.9fr 1.25fr;
    gap: 34px;
}

.contact-info-title {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px;
    color: #c8894a;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

    .contact-info-title span {
        flex: 1;
        height: 1px;
        background: rgba(255, 255, 255, 0.16);
    }

.contact-item {
    display: flex;
    gap: 22px;
    margin-bottom: 30px;
}

.contact-icon,
.form-icon {
    width: 58px;
    height: 58px;
    border: 1px solid #d9904f;
    border-radius: 50%;
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

    .contact-icon img,
    .form-icon img,
    .contact-benefit img {
        width: 24px;
        height: 24px;
        object-fit: contain;
        filter: brightness(0) saturate(100%) invert(72%) sepia(30%) saturate(641%) hue-rotate(344deg) brightness(92%) contrast(89%);
    }

.contact-item small {
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #cbd5e1;
    font-weight: 800;
}

.contact-item strong {
    display: block;
    color: #ffffff;
    font-size: 18px;
}

.contact-item .accent {
    color: #c8894a;
}

.contact-item p {
    margin: 6px 0 0;
    color: #cbd5e1;
    font-size: 14px;
}

.contact-social {
    padding-top: 26px;
    margin-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

    .contact-social h3 {
        color: #c8894a;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 18px;
    }

.social-links {
    display: flex;
    gap: 14px;
}

    .social-links a {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: rgba(4, 16, 31, 0.75);
        border: 1px solid rgba(255, 255, 255, 0.16);
    }

    .social-links img {
        width: 22px;
        height: 22px;
        object-fit: contain;
        filter: brightness(0) saturate(100%) invert(100%);
    }

.contact-coffee-card {
    margin-top: 34px;
    padding: 28px;
    border-radius: 12px;
    background: rgba(4, 16, 31, 0.82);
    border: 1px solid rgba(217, 144, 79, 0.55);
    display: flex;
    gap: 22px;
    align-items: center;
}

    .contact-coffee-card img {
        width: 86px;
        height: 86px;
        object-fit: contain;
    }

    .contact-coffee-card h3 {
        margin: 0 0 10px;
        font-size: 19px;
    }

    .contact-coffee-card p {
        margin: 0;
        color: #e8edf5;
        font-size: 14px;
        line-height: 1.5;
    }

.contact-form-card {
    padding: 34px;
    border-radius: 12px;
    background: rgba(4, 16, 31, 0.84);
    border: 1px solid rgba(217, 144, 79, 0.55);
    backdrop-filter: blur(10px);
}

.form-intro {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 30px;
}

    .form-intro h3 {
        margin: 0 0 8px;
        color: #c8894a;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .form-intro p {
        margin: 0;
        color: #e8edf5;
        font-size: 16px;
        line-height: 1.5;
    }

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 17px 18px;
    border-radius: 7px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(7, 18, 34, 0.88);
    color: #ffffff;
    font: inherit;
    outline: none;
}

    .contact-form input::placeholder,
    .contact-form textarea::placeholder {
        color: #aeb8c6;
    }

.contact-form textarea {
    min-height: 160px;
    resize: vertical;
}

.contact-form button {
    margin-top: 8px;
    padding: 18px 32px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, #c8894a, #e0a663);
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

    .contact-form button img {
        width: 20px;
        height: 20px;
        object-fit: contain;
        filter: brightness(0) saturate(100%) invert(100%);
    }

.contact-benefits {
    margin-top: 26px;
    padding: 28px 34px;
    border-radius: 12px;
    background: rgba(4, 16, 31, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.16);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.contact-benefit {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

    .contact-benefit strong {
        display: block;
        margin-bottom: 8px;
        color: #ffffff;
    }

    .contact-benefit span {
        color: #cbd5e1;
        font-size: 14px;
        line-height: 1.5;
    }

/* RESPONSIVE CONTACT */

@media (max-width: 1200px) {
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .contact-benefits {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .contact-section {
        padding: 80px 24px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .form-intro,
    .contact-coffee-card {
        flex-direction: column;
        text-align: center;
    }
}

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

.footer-section {
    background: rgba(3, 12, 24, 0.98);
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    color: #ffffff;
}

.footer-content {
    max-width: 1500px;
    margin: 0 auto;
    padding: 34px 80px 26px;
    display: grid;
    grid-template-columns: 1.1fr 0.8fr 0.9fr 1fr;
    gap: 54px;
    align-items: start;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .footer-brand img {
        width: 82px;
        height: 82px;
        object-fit: contain;
        margin-bottom: 10px;
    }

    .footer-brand strong {
        font-size: 24px;
        letter-spacing: 2px;
    }

        .footer-brand strong span,
        .footer-brand small span {
            color: #c8894a;
        }

    .footer-brand small {
        margin-top: 4px;
        font-size: 11px;
        letter-spacing: 2px;
        color: #ffffff;
    }

.footer-column {
    min-height: 140px;
    padding-left: 54px;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

    .footer-column h3 {
        margin: 0 0 14px;
        color: #c8894a;
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 1.5px;
    }

    .footer-column a {
        display: block;
        margin-bottom: 8px;
        color: #e8edf5;
        text-decoration: none;
        font-size: 14px;
    }

        .footer-column a:hover {
            color: #c8894a;
        }

.footer-contact p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
    color: #e8edf5;
    font-size: 14px;
}

    .footer-contact p img {
        width: 16px;
        height: 16px;
        object-fit: contain;
        filter: brightness(0) saturate(100%) invert(100%);
    }

.footer-socials {
    display: flex;
    gap: 12px;
    margin-top: 14px;
}

    .footer-socials a {
        width: 34px;
        height: 34px;
        margin: 0;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.14);
    }

        .footer-socials a:hover {
            border-color: #c8894a;
        }

    .footer-socials img {
        width: 16px;
        height: 16px;
        object-fit: contain;
        filter: brightness(0) saturate(100%) invert(100%);
    }

.footer-bottom {
    max-width: 1500px;
    margin: 0 auto;
    padding: 18px 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: #aeb8c6;
    font-size: 13px;
}

    .footer-bottom p {
        margin: 0;
    }

    .footer-bottom a {
        color: #aeb8c6;
        text-decoration: none;
    }

        .footer-bottom a:hover {
            color: #c8894a;
        }

    .footer-bottom span {
        margin: 0 16px;
        color: #c8894a;
    }

/* RESPONSIVE FOOTER */

@media (max-width: 1000px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        padding: 34px 30px 26px;
    }

    .footer-column {
        padding-left: 0;
        border-left: none;
    }

    .footer-bottom {
        padding: 18px 30px;
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-contact p,
    .footer-socials {
        justify-content: center;
    }
}

/* =========================================================
   LEGAL PAGES
========================================================= */

.legal-page {
    min-height: 100vh;
    padding: 140px 80px 100px;
    background: linear-gradient(90deg, rgba(3, 12, 24, 0.98) 0%, rgba(3, 12, 24, 0.92) 50%, rgba(3, 12, 24, 0.82) 100%), url('/images/hero-code-coffee.png') center / cover no-repeat;
}

.legal-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 50px;
    border-radius: 14px;
    background: rgba(4, 16, 31, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

    .legal-container h1 {
        margin: 0;
        font-size: clamp(42px, 5vw, 72px);
        font-weight: 900;
    }

.legal-line {
    width: 90px;
    height: 4px;
    margin: 26px 0 40px;
    background: #c8894a;
}

.legal-container h2 {
    margin-top: 42px;
    margin-bottom: 14px;
    color: #c8894a;
    font-size: 24px;
}

.legal-container p {
    margin: 0;
    color: #e8edf5;
    line-height: 1.8;
    font-size: 17px;
}

@media (max-width: 700px) {

    .legal-page {
        padding: 120px 24px 80px;
    }

    .legal-container {
        padding: 32px 24px;
    }

        .legal-container h1 {
            font-size: 42px;
        }
}