/*
============================================================
VELOCITY SOFTWARE SOLUTIONS - MERGED CSS FILE
============================================================
File arrangement / priority order:

1) about.css content is placed first.
   - Contains About page specific sections:
     .about-hero, .story-section, .timeline, .belief-section,
     .team-section, .principles-section, .mini-cta, etc.

2) style.css content is placed second and has priority.
   - Because CSS that comes later overrides earlier matching rules.
   - Main/global website theme from style.css wins for shared styles like:
     :root variables, body, .container, .section, .btn, .site-header,
     .nav, .logo, .footer, responsive shared layout, etc.

Important:
- Keep this file linked after any other CSS files, or use this as the only CSS file.
- About page custom classes remain available, while the main home style controls the shared theme.
============================================================
*/

/* ==================== ABOUT.CSS START ==================== */
:root {
    --black: #0b0b0c;
    --dark: #151517;
    --gray-900: #202024;
    --gray-700: #55565a;
    --gray-500: #85868a;
    --gray-300: #d9d9dc;
    --gray-200: #ececef;
    --gray-100: #f7f7f8;
    --white: #fff;
    --radius-xl: 28px;
    --radius-lg: 20px;
    --shadow-card: 0 18px 45px rgba(0, 0, 0, .06);
    --container: 1180px
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Inter, Arial, sans-serif;
    color: var(--black);
    background: var(--white);
    overflow-x: hidden;
    line-height: 1.5
}

a {
    color: inherit;
    text-decoration: none
}

img {
    display: block;
    max-width: 100%
}

.container {
    width: min(var(--container), calc(100% - 48px));
    margin-inline: auto
}

.section {
    padding: 100px 0
}

.eyebrow {
    display: block;
    color: var(--gray-700);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 14px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .02em;
    border: 1px solid transparent;
    transition: .25s ease;
    cursor: pointer;
    white-space: nowrap;
    text-transform: uppercase
}

.btn-dark {
    background: var(--black);
    color: var(--white);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .16)
}

.btn-dark:hover,
.btn-light:hover {
    transform: translateY(-2px)
}

.btn-light {
    background: var(--white);
    color: var(--black);
    border-color: var(--gray-300)
}

.arrow {
    font-size: 18px
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.nav {
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px
}

.logo img {
    width: 122px
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase
}

.nav-links a {
    position: relative
}

.nav-links a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 0;
    height: 2px;
    background: var(--black);
    transition: .25s ease
}

.nav-links a:hover:after,
.nav-links a.active:after {
    width: 100%
}

.mobile-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--gray-300);
    border-radius: 50%;
    background: var(--white);
    font-size: 22px
}

.about-hero {
    position: relative;
    overflow: hidden;
    padding: 76px 0 70px;
    background: linear-gradient(180deg, #fff 0%, #fbfbfc 60%, #f5f5f6 100%)
}

.about-hero:before,
.about-hero:after {
    content: "";
    position: absolute;
    width: 1050px;
    height: 420px;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 50%;
    transform: rotate(-13deg);
    pointer-events: none
}

.about-hero:before {
    right: -260px;
    bottom: 60px
}

.about-hero:after {
    right: -340px;
    bottom: -10px
}

.about-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: .84fr 1.16fr;
    align-items: center;
    gap: 70px
}

.about-hero h1 {
    font-size: clamp(52px, 7vw, 96px);
    line-height: .98;
    letter-spacing: -.075em;
    font-weight: 800;
    margin-bottom: 22px
}

.title-line {
    width: 94px;
    height: 2px;
    background: var(--black);
    margin-bottom: 30px
}

.about-hero p {
    max-width: 520px;
    color: #38383c;
    font-size: 16px;
    margin-bottom: 18px
}

.about-hero .btn {
    margin-top: 16px
}

.about-hero-visual {
    min-height: 430px;
    border-radius: 0 0 0 0;
    overflow: hidden;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .08)
}

.concrete-wall {
    height: 430px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(255, 255, 255, .92) 0%, rgba(255, 255, 255, .65) 18%, rgba(215, 215, 218, .92) 32%, #bfc0c4 100%), repeating-linear-gradient(90deg, transparent 0 180px, rgba(0, 0, 0, .05) 181px 183px), repeating-linear-gradient(0deg, transparent 0 120px, rgba(0, 0, 0, .05) 121px 123px)
}

.concrete-wall:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 0 42%, rgba(0, 0, 0, .58) 43% 62%, transparent 63% 100%);
    mix-blend-mode: multiply
}

.concrete-wall img {
    position: absolute;
    right: 18%;
    top: 33%;
    width: 145px;
    opacity: .82;
    filter: grayscale(1) drop-shadow(0 10px 16px rgba(0, 0, 0, .2))
}

.shadow-block {
    position: absolute;
    background: rgba(0, 0, 0, .15);
    filter: blur(10px);
    transform: skewX(-20deg)
}

.shadow-block.one {
    width: 360px;
    height: 70px;
    right: 10%;
    top: 120px
}

.shadow-block.two {
    width: 460px;
    height: 90px;
    right: -40px;
    bottom: 55px
}

.glass-panel {
    position: absolute;
    right: 0;
    top: 0;
    width: 34%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, .18), rgba(255, 255, 255, .06));
    border-left: 1px solid rgba(255, 255, 255, .35)
}

.story-section {
    background: #fff
}

.story-grid {
    display: grid;
    grid-template-columns: .85fr 1.45fr;
    gap: 70px;
    align-items: start
}

.story-copy h2,
.principles-copy h2,
.mini-cta h2 {
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.06;
    letter-spacing: -.05em;
    margin-bottom: 22px
}

.story-copy p,
.principles-copy p,
.mini-cta p,
.center-head p {
    color: var(--gray-700);
    font-size: 15px;
    margin-bottom: 18px
}

.timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
    padding-top: 4px
}

.timeline:before {
    content: "";
    position: absolute;
    left: 9%;
    right: 9%;
    top: 33px;
    border-top: 1px solid #bcbcc1
}

.timeline-item {
    position: relative;
    text-align: center;
    padding: 0 18px
}

.timeline-icon {
    position: relative;
    z-index: 2;
    margin: 0 auto 28px;
    width: 62px;
    height: 62px;
    border: 1px solid var(--gray-300);
    border-radius: 50%;
    background: #fff;
    display: grid;
    place-items: center;
    font-size: 26px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .05)
}

.timeline-item h3 {
    font-size: 25px;
    margin-bottom: 10px
}

.timeline-item strong {
    font-size: 15px
}

.timeline-item p {
    color: var(--gray-700);
    font-size: 13px;
    max-width: 170px;
    margin: 10px auto 0
}

.belief-section {
    padding: 70px 0;
    background: #f8f8f9;
    border-block: 1px solid var(--gray-200)
}

.center-head {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 38px
}

.center-head h2 {
    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.08;
    letter-spacing: -.05em;
    margin-bottom: 12px
}

.belief-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0
}

.belief-card {
    text-align: center;
    padding: 22px 28px;
    border-right: 1px solid #d6d6da
}

.belief-card:last-child {
    border-right: 0
}

.belief-icon {
    font-size: 38px;
    margin-bottom: 18px
}

.belief-card h3 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 10px
}

.belief-card p {
    color: var(--gray-700);
    font-size: 13px;
    max-width: 180px;
    margin: 0 auto
}

.team-section {
    padding-top: 90px
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px
}

.team-card {
    border: 1px solid var(--gray-200);
    background: #fff;
    box-shadow: var(--shadow-card);
    transition: .25s ease
}

.team-card:hover {
    transform: translateY(-6px)
}

.team-photo {
    height: 170px;
    background: radial-gradient(circle at 50% 28%, #fff 0 12%, #cbccd0 13% 20%, transparent 21%), radial-gradient(circle at 50% 75%, #151517 0 21%, transparent 22%), linear-gradient(180deg, #e9e9eb, #f7f7f8)
}

.team-photo.female {
    background: radial-gradient(circle at 50% 28%, #fff 0 12%, #babcc1 13% 22%, transparent 23%), radial-gradient(ellipse at 50% 74%, #171719 0 28%, transparent 29%), linear-gradient(180deg, #eeeeef, #f8f8f9)
}

.team-photo.alt {
    filter: contrast(1.07)
}

.team-info {
    position: relative;
    background: #fff;
    padding: 18px 18px 20px
}

.team-info h3 {
    font-size: 14px;
    margin-bottom: 4px
}

.team-info p {
    color: var(--gray-700);
    font-size: 12px
}

.team-info a {
    position: absolute;
    right: 16px;
    bottom: 18px;
    font-weight: 800
}

.principles-section {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #0d0d0e;
    padding: 76px 0
}

.principles-section:after {
    content: "";
    position: absolute;
    right: -150px;
    bottom: -80px;
    width: 680px;
    height: 400px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 0 0 18px rgba(255, 255, 255, .015), 0 0 0 36px rgba(255, 255, 255, .012), 0 0 0 54px rgba(255, 255, 255, .01);
    transform: rotate(-15deg)
}

.principles-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: .72fr 1.55fr;
    gap: 62px;
    align-items: start
}

.principles-section .eyebrow {
    color: rgba(255, 255, 255, .65)
}

.principles-copy p {
    color: rgba(255, 255, 255, .72)
}

.principles-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, .25);
    border-left: 1px solid rgba(255, 255, 255, .16)
}

.principle-step {
    min-height: 215px;
    padding: 26px 22px;
    border-right: 1px solid rgba(255, 255, 255, .16);
    border-bottom: 1px solid rgba(255, 255, 255, .16)
}

.principle-step span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff
}

.principle-step h3 {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 12px
}

.principle-step p {
    font-size: 13px;
    color: rgba(255, 255, 255, .7)
}

.mini-cta {
    background: #f6f6f7;
    padding: 35px 0
}

.mini-cta-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 28px;
    align-items: center
}

.mini-logo {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: #111;
    display: grid;
    place-items: center;
    padding: 16px
}

.mini-logo img {
    width: 52px
}

.mini-cta h2 {
    font-size: 34px;
    margin-bottom: 8px
}

.mini-cta p {
    margin: 0
}

.footer {
    background: #111113;
    color: #fff;
    padding: 74px 0 26px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.35fr .8fr .8fr 1fr;
    gap: 70px;
    padding-bottom: 50px
}

.footer-logo img {
    width: 150px;
    margin-bottom: 24px
}

.footer p,
.footer li,
.footer a {
    color: rgba(255, 255, 255, .68);
    font-size: 14px
}

.footer h4 {
    font-size: 13px;
    letter-spacing: .13em;
    text-transform: uppercase;
    margin-bottom: 22px
}

.footer ul {
    list-style: none;
    display: grid;
    gap: 13px
}

.socials {
    display: flex;
    gap: 10px;
    margin-top: 26px
}

.socials a {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, .18);
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 12px
}

.contact-list {
    display: grid;
    gap: 15px
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: rgba(255, 255, 255, .55);
    font-size: 13px
}

.footer-links {
    display: flex;
    gap: 28px
}

@media (max-width:1100px) {
    .nav-links {
        gap: 20px
    }

    .about-hero-grid,
    .story-grid,
    .principles-grid {
        grid-template-columns: 1fr
    }

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

    .belief-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px
    }

    .belief-card {
        border: 1px solid var(--gray-200);
        background: #fff;
        border-radius: 18px
    }

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

    .footer-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:820px) {
    .container {
        width: min(100% - 32px, var(--container))
    }

    .nav {
        height: 78px
    }

    .nav-links,
    .nav .btn {
        display: none
    }

    .mobile-toggle {
        display: grid;
        place-items: center
    }

    .logo img {
        width: 108px
    }

    .about-hero {
        padding: 56px 0
    }

    .about-hero h1 {
        font-size: 52px
    }

    .about-hero-visual,
    .concrete-wall {
        height: 330px;
        min-height: 330px
    }

    .timeline {
        grid-template-columns: 1fr 1fr;
        gap: 40px 10px
    }

    .timeline:before {
        display: none
    }

    .belief-grid,
    .team-grid,
    .principles-steps,
    .footer-grid {
        grid-template-columns: 1fr
    }

    .belief-card {
        border: 1px solid var(--gray-200)
    }

    .principle-step {
        min-height: auto
    }

    .mini-cta-inner {
        grid-template-columns: 1fr;
        text-align: left
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width:560px) {
    .section {
        padding: 74px 0
    }

    .about-hero h1 {
        font-size: 44px
    }

    .timeline {
        grid-template-columns: 1fr
    }

    .btn {
        width: 100%
    }

    .mini-logo {
        width: 70px;
        height: 70px
    }

    .footer-links {
        flex-direction: column;
        gap: 10px
    }
}

/* ==================== ABOUT.CSS END ==================== */

/* ==================== STYLE.CSS START - PRIORITY CSS ==================== */
:root {
    --black: #0b0b0c;
    --dark: #151517;
    --gray-900: #202024;
    --gray-700: #55565a;
    --gray-500: #85868a;
    --gray-300: #d9d9dc;
    --gray-200: #ececef;
    --gray-100: #f7f7f8;
    --white: #fff;
    --radius-lg: 20px;
    --shadow-card: 0 18px 45px rgba(0, 0, 0, .06);
    --container: 1180px
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Inter, Arial, sans-serif;
    color: var(--black);
    background: var(--white);
    overflow-x: hidden;
    line-height: 1.5
}

a {
    color: inherit;
    text-decoration: none
}

img {
    display: block;
    max-width: 100%
}

.container {
    width: min(var(--container), calc(100% - 48px));
    margin-inline: auto
}

.section {
    padding: 110px 0
}

.eyebrow {
    display: block;
    color: var(--gray-700);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-bottom: 12px
}

.section-title {
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.08;
    letter-spacing: -.05em;
    font-weight: 700
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid transparent;
    transition: .25s ease;
    cursor: pointer;
    white-space: nowrap
}

.btn-dark {
    background: var(--black);
    color: var(--white);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .18)
}

.btn-dark:hover {
    transform: translateY(-2px);
    background: #000
}

.btn-light {
    background: var(--white);
    color: var(--black);
    border-color: var(--gray-300)
}

.btn-light:hover {
    transform: translateY(-2px);
    border-color: var(--black)
}

.arrow {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    font-size: 15px
}

.btn-dark .arrow {
    background: rgba(255, 255, 255, .12)
}

.btn-light .arrow {
    background: var(--gray-100)
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, .86);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(0, 0, 0, .06)
}

.nav {
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 180px
}

.logo img {
    width: 122px;
    height: auto;
    object-fit: contain
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
    font-size: 14px;
    font-weight: 600
}

.nav-links a {
    color: #171719;
    position: relative
}

.nav-links a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 0;
    height: 2px;
    background: var(--black);
    transition: .25s ease
}

.nav-links a:hover:after,
.nav-links a.active:after {
    width: 100%
}

.mobile-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--gray-300);
    border-radius: 50%;
    background: var(--white);
    font-size: 22px
}

.hero {
    min-height: 780px;
    position: relative;
    overflow: hidden;
    padding: 95px 0 70px;
    background: radial-gradient(circle at 72% 18%, rgba(0, 0, 0, .08), transparent 28%), linear-gradient(180deg, #fff 0%, #fbfbfc 60%, #f5f5f6 100%)
}

.hero:before,
.hero:after {
    content: "";
    position: absolute;
    width: 1050px;
    height: 420px;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 50%;
    transform: rotate(-13deg);
    pointer-events: none
}

.hero:before {
    right: -260px;
    bottom: 90px
}

.hero:after {
    right: -340px;
    bottom: 10px
}

.hero-watermark {
    position: absolute;
    right: 4%;
    bottom: 40px;
    width: 230px;
    opacity: .045;
    filter: grayscale(1);
    pointer-events: none
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    align-items: center;
    gap: 54px
}

.hero h1 {
    font-size: clamp(48px, 6.4vw, 86px);
    line-height: .97;
    letter-spacing: -.07em;
    font-weight: 800;
    max-width: 620px;
    margin-bottom: 26px
}

.hero p {
    max-width: 520px;
    color: var(--gray-700);
    font-size: 17px;
    margin-bottom: 34px
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 42px
}

.trusted-mini {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--gray-700);
    font-size: 13px
}

.avatar-stack {
    display: flex;
    align-items: center
}

.avatar {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    border: 2px solid var(--white);
    background: linear-gradient(135deg, #111, #ddd);
    margin-left: -8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .14)
}

.avatar:first-child {
    margin-left: 0
}

.hero-visual {
    position: relative;
    min-height: 540px
}

.dashboard-wrap {
    position: absolute;
    right: 0;
    top: 8px;
    width: min(660px, 100%);
    background: #111;
    border-radius: 22px;
    padding: 12px;
    box-shadow: 0 35px 90px rgba(0, 0, 0, .18)
}

.dashboard-screen {
    min-height: 410px;
    background: #f6f6f7;
    border-radius: 16px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 150px 1fr;
    border: 1px solid rgba(255, 255, 255, .5)
}

.dash-sidebar {
    background: #161619;
    color: #f4f4f4;
    padding: 24px 18px
}

.side-logo {
    font-weight: 800;
    font-size: 12px;
    margin-bottom: 28px
}

.side-item {
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
    padding: 11px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.dash-main {
    padding: 28px
}

.dash-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px
}

.dash-title {
    font-size: 18px;
    font-weight: 800
}

.dash-icons {
    display: flex;
    gap: 10px
}

.dash-icons span {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e3e3e6
}

.dash-grid {
    display: grid;
    grid-template-columns: 1.2fr .9fr;
    gap: 16px
}

.dash-card {
    background: #fff;
    border: 1px solid #e7e7ea;
    border-radius: 16px;
    padding: 18px;
    min-height: 130px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .035)
}

.dash-label {
    font-size: 11px;
    color: var(--gray-500);
    margin-bottom: 8px
}

.dash-value {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 12px
}

.line-chart {
    height: 64px;
    background: linear-gradient(135deg, transparent 8%, #dadadd 8% 10%, transparent 10% 20%, #c5c5ca 20% 23%, transparent 23% 35%, #acadb3 35% 38%, transparent 38% 52%, #8f9098 52% 55%, transparent 55% 66%, #73747d 66% 69%, transparent 69%), repeating-linear-gradient(to bottom, transparent 0 19px, #eee 20px);
    clip-path: polygon(0 80%, 14% 62%, 28% 68%, 42% 42%, 56% 48%, 70% 26%, 86% 33%, 100% 12%, 100% 100%, 0 100%);
    opacity: .9
}

.bar-chart {
    height: 92px;
    display: flex;
    align-items: end;
    gap: 7px;
    padding-top: 16px
}

.bar-chart span {
    flex: 1;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(180deg, #777, #d9d9dc)
}

.order-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 9px 0;
    font-size: 12px;
    border-bottom: 1px solid #eee;
    color: #555
}

.donut-wrap {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 130px
}

.donut {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: conic-gradient(#111 0 72%, #e6e6e8 72% 100%);
    position: relative;
    flex: 0 0 auto
}

.donut:after {
    content: "72%";
    position: absolute;
    inset: 15px;
    border-radius: 50%;
    background: #fff;
    display: grid;
    place-items: center;
    font-weight: 800;
    color: #111
}

.legend p {
    font-size: 12px;
    color: #666;
    margin: 8px 0
}

.phone-mockup {
    position: absolute;
    left: 10px;
    bottom: 0px;
    width: 220px;
    background: #101012;
    border-radius: 34px;
    padding: 10px;
    box-shadow: 0 35px 70px rgba(0, 0, 0, .22);
    z-index: 3
}

.phone-screen {
    min-height: 405px;
    border-radius: 27px;
    background: #fbfbfc;
    padding: 24px 18px;
    border: 1px solid #dfdfe3
}

.phone-header {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 22px
}

.phone-kpi {
    color: #777;
    font-size: 12px;
    margin-bottom: 6px
}

.phone-value {
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 18px
}

.phone-list {
    margin-top: 20px
}

.phone-list div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    padding: 11px 0;
    border-bottom: 1px solid #ededf0;
    color: #555
}

.phone-list strong {
    color: #111
}

.trust-bar {
    padding: 60px 0;
    background: #fff;
    border-bottom: 1px solid #f0f0f2
}

.trust-label {
    text-align: center;
    color: var(--gray-700);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-bottom: 34px
}

.brand-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 28px;
    align-items: center
}

.brand {
    color: var(--gray-500);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -.02em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    opacity: .9
}

.brand span {
    width: 21px;
    height: 21px;
    border: 2px solid currentColor;
    border-radius: 6px;
    display: inline-block;
    transform: rotate(45deg);
    opacity: .7
}

.center-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 54px
}

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

.service-card,
.project-card,
.stat-card,
.testimonial-card {
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card)
}

.service-card {
    min-height: 285px;
    padding: 36px 30px;
    transition: .25s ease
}

.service-card:hover,
.project-card:hover,
.testimonial-card:hover {
    transform: translateY(-6px);
    border-color: #cfcfd4
}

.icon-line {
    width: 58px;
    height: 58px;
    border: 1px solid #d5d5d9;
    border-radius: 18px;
    display: grid;
    place-items: center;
    margin-bottom: 38px;
    font-size: 28px;
    color: #111
}

.service-card h3 {
    font-size: 18px;
    margin-bottom: 14px;
    letter-spacing: -.03em
}

.service-card p {
    color: var(--gray-700);
    font-size: 14px;
    margin-bottom: 30px
}

.learn-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 800
}

.work-section {
    background: linear-gradient(180deg, #fff 0%, #fafafa 100%)
}

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

.project-card {
    overflow: hidden;
    transition: .25s ease
}

.project-thumb {
    height: 215px;
    background: #f0f0f2;
    border-bottom: 1px solid var(--gray-200);
    position: relative;
    overflow: hidden
}

.project-thumb.dark {
    background: #111;
    color: #fff
}

.mock-window {
    position: absolute;
    inset: 22px 16px 0;
    border-radius: 14px 14px 0 0;
    background: #fff;
    border: 1px solid #d9d9dc;
    padding: 16px;
    overflow: hidden
}

.project-thumb.dark .mock-window {
    background: #1d1d20;
    border-color: #34343a
}

.mock-line {
    height: 9px;
    border-radius: 99px;
    background: #ddd;
    margin-bottom: 11px
}

.mock-line.short {
    width: 54%
}

.mock-line.mid {
    width: 72%
}

.mock-chart {
    height: 72px;
    margin-top: 18px;
    border-radius: 12px;
    background: linear-gradient(130deg, transparent 0 20%, #999 21% 23%, transparent 24% 42%, #777 43% 46%, transparent 47% 63%, #555 64% 67%, transparent 68%), #f2f2f4
}

.project-thumb.dark .mock-line {
    background: #53535a
}

.project-thumb.dark .mock-chart {
    background: linear-gradient(130deg, transparent 0 20%, #777 21% 23%, transparent 24% 42%, #aaa 43% 46%, transparent 47% 63%, #ddd 64% 67%, transparent 68%), #2b2b30
}

.phone-art {
    width: 120px;
    height: 190px;
    border: 8px solid #111;
    border-radius: 28px;
    background: #fff;
    position: absolute;
    right: 42px;
    bottom: -28px;
    padding: 22px 12px;
    box-shadow: 0 22px 40px rgba(0, 0, 0, .14)
}

.project-card-body {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 14px;
    padding: 22px
}

.project-card h3 {
    font-size: 18px;
    letter-spacing: -.03em;
    margin-bottom: 5px
}

.project-card p {
    color: var(--gray-700);
    font-size: 13px
}

.circle-arrow {
    width: 42px;
    height: 42px;
    border: 1px solid var(--gray-300);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 800;
    flex: 0 0 auto
}

.why-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: center
}

.why-copy .section-title {
    max-width: 520px
}

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

.stat-card {
    text-align: center;
    padding: 34px 18px;
    min-height: 180px
}

.stat-icon {
    font-size: 32px;
    margin-bottom: 18px
}

.stat-card strong {
    display: block;
    font-size: 34px;
    letter-spacing: -.04em;
    margin-bottom: 8px
}

.stat-card span {
    color: var(--gray-700);
    font-size: 13px
}

.process-section {
    background: #fafafa;
    border-block: 1px solid var(--gray-200)
}

.process-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    position: relative
}

.process-row:before {
    content: "";
    position: absolute;
    top: 50px;
    left: 10%;
    right: 10%;
    border-top: 1px dashed #c6c6cb;
    z-index: 0
}

.process-step {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 4px
}

.step-number {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border: 1px solid var(--gray-300);
    border-radius: 50%;
    background: #fff;
    color: var(--gray-700);
    font-size: 11px;
    font-weight: 800;
    margin: 0 auto 18px
}

.step-icon {
    width: 86px;
    height: 86px;
    display: grid;
    place-items: center;
    background: #fff;
    border: 1px solid var(--gray-200);
    border-radius: 28px;
    box-shadow: var(--shadow-card);
    margin: 0 auto 22px;
    font-size: 34px
}

.process-step h3 {
    font-size: 17px;
    margin-bottom: 10px
}

.process-step p {
    color: var(--gray-700);
    font-size: 13px;
    max-width: 220px;
    margin: 0 auto
}

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

.testimonial-card {
    padding: 34px;
    transition: .25s ease
}

.stars {
    letter-spacing: .15em;
    font-size: 14px;
    margin-bottom: 22px
}

.quote {
    color: #333;
    font-size: 15px;
    margin-bottom: 28px
}

.person {
    display: flex;
    align-items: center;
    gap: 14px
}

.person-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #111, #eee)
}

.person strong {
    display: block;
    font-size: 14px
}

.person span {
    display: block;
    color: var(--gray-700);
    font-size: 12px
}

.cta-panel {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 40px;
    padding: 66px;
    color: var(--white);
    background: radial-gradient(circle at 82% 45%, rgba(255, 255, 255, .13), transparent 25%), linear-gradient(135deg, #0d0d0e, #1d1d20 60%, #070708);
    border-radius: 24px;
    box-shadow: 0 26px 80px rgba(0, 0, 0, .16)
}

.cta-panel:after {
    content: "VS";
    position: absolute;
    right: 60px;
    bottom: -50px;
    color: rgba(255, 255, 255, .055);
    font-size: 220px;
    font-weight: 900;
    letter-spacing: -.12em;
    transform: rotate(-10deg)
}

.cta-panel .eyebrow {
    color: rgba(255, 255, 255, .65)
}

.cta-panel h2 {
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.05;
    letter-spacing: -.06em;
    margin-bottom: 18px;
    max-width: 620px
}

.cta-panel p {
    color: rgba(255, 255, 255, .72);
    max-width: 520px
}

.cta-actions {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 14px;
    min-width: 260px
}

.cta-actions .btn-light {
    border-color: rgba(255, 255, 255, .18)
}

.cta-actions .btn-dark {
    border-color: rgba(255, 255, 255, .24);
    background: transparent
}

.footer {
    background: #111113;
    color: var(--white);
    padding: 74px 0 26px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.35fr .8fr .8fr 1fr;
    gap: 70px;
    padding-bottom: 50px
}

.footer-logo img {
    width: 150px;
    margin-bottom: 24px
}

.footer p,
.footer li,
.footer a {
    color: rgba(255, 255, 255, .68);
    font-size: 14px
}

.footer h4 {
    font-size: 13px;
    letter-spacing: .13em;
    text-transform: uppercase;
    margin-bottom: 22px
}

.footer ul {
    list-style: none;
    display: grid;
    gap: 13px
}

.socials {
    display: flex;
    gap: 10px;
    margin-top: 26px
}

.socials a {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, .18);
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--white);
    font-size: 12px
}

.contact-list {
    display: grid;
    gap: 15px
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: rgba(255, 255, 255, .55);
    font-size: 13px
}

.footer-links {
    display: flex;
    gap: 28px
}

@media (max-width:1100px) {
    .nav-links {
        gap: 20px
    }

    .hero-grid,
    .why-grid {
        grid-template-columns: 1fr
    }

    .hero {
        padding-top: 70px
    }

    .hero-visual {
        min-height: 610px
    }

    .dashboard-wrap {
        left: 80px;
        right: auto
    }

    .services-grid,
    .project-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .brand-row {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:820px) {
    .container {
        width: min(100% - 32px, var(--container))
    }

    .section {
        padding: 78px 0
    }

    .nav {
        height: 78px
    }

    .nav-links,
    .nav .btn {
        display: none
    }

    .mobile-toggle {
        display: grid;
        place-items: center
    }

    .logo img {
        width: 108px
    }

    .hero {
        min-height: auto
    }

    .hero-grid {
        gap: 30px
    }

    .hero h1 {
        font-size: 48px
    }

    .hero-visual {
        min-height: 560px;
        transform: scale(.86);
        transform-origin: top left;
        width: 116%
    }

    .dashboard-wrap {
        left: 0;
        width: 610px
    }

    .phone-mockup {
        left: 0
    }

    .services-grid,
    .project-grid,
    .testimonial-grid,
    .process-row,
    .footer-grid {
        grid-template-columns: 1fr
    }

    .process-row:before {
        display: none
    }

    .cta-panel {
        grid-template-columns: 1fr;
        padding: 38px 26px
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width:560px) {
    .hero-actions {
        align-items: stretch
    }

    .btn {
        width: 100%
    }

    .trusted-mini {
        align-items: flex-start
    }

    .brand-row {
        grid-template-columns: repeat(2, 1fr)
    }

    .hero-visual {
        transform: scale(.68);
        width: 147%;
        min-height: 430px
    }

    .dashboard-screen {
        grid-template-columns: 112px 1fr
    }

    .dash-main {
        padding: 18px
    }

    .dash-grid {
        grid-template-columns: 1fr
    }

    .phone-mockup {
        width: 190px
    }

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

    .footer-links {
        flex-direction: column;
        gap: 10px
    }
}

/* =========================================================
   Home Featured Work Section
   Matches the Work page project-card/device preview style
   ========================================================= */

.home-featured-work {
  background: #f8f8f9;
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
}

.home-featured-work .center-head {
  max-width: 760px;
  margin-bottom: 54px;
}

.home-work-intro {
  color: var(--gray-700);
  font-size: 16px;
  line-height: 1.75;
  max-width: 660px;
  margin: 18px auto 0;
}

.home-projects-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

/* Project card structure from Work page */
.home-featured-work .project-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 18px;
  box-shadow: var(--shadow-card);
  transition: .25s ease;
}

.home-featured-work .project-card:hover {
  transform: translateY(-6px);
  border-color: #cfcfd4;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .08);
}

.home-featured-work .project-image {
  position: relative;
  height: 245px;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 20%, rgba(255,255,255,.22), transparent 28%),
    linear-gradient(135deg, #101012, #313136 70%, #0c0c0d);
}

.home-featured-work .project-preview-area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-featured-work .project-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), transparent 38%),
    radial-gradient(circle at 20% 85%, rgba(255,255,255,.1), transparent 28%);
  pointer-events: none;
}

/* Desktop browser frame */
.home-featured-work .desktop-frame {
  position: relative;
  z-index: 2;
  width: 92%;
  height: 178px;
  overflow: hidden;
  border: 8px solid #111;
  border-radius: 18px;
  background: #111;
  box-shadow: 0 26px 60px rgba(0,0,0,.32);
}

.home-featured-work .browser-bar {
  height: 30px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  background: #111;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.home-featured-work .browser-bar span {
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 50%;
  background: rgba(255,255,255,.48);
}

.home-featured-work .screen-image {
  width: 100%;
  height: calc(100% - 30px);
  overflow: hidden;
  background: #f5f5f6;
  position: relative;
}

.home-featured-work .screen-image:before {
  content: "Add Screenshot";
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  place-items: center;
  color: #888;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  background:
    linear-gradient(135deg, transparent 0 49%, rgba(0,0,0,.05) 50%, transparent 51%),
    #f5f5f6;
}

.home-featured-work .screen-image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: .35s ease;
}

.home-featured-work .project-card:hover .screen-image img {
  transform: scale(1.03);
}

/* Project content */
.home-featured-work .project-content {
  padding: 24px;
}

.home-featured-work .project-category {
  display: block;
  color: var(--gray-500);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.home-featured-work .project-content h3 {
  font-size: 21px;
  line-height: 1.1;
  letter-spacing: -.04em;
  margin-bottom: 12px;
}

.home-featured-work .project-content p {
  color: #333;
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 22px;
}

.home-featured-work .project-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.home-featured-work .project-link span {
  font-size: 18px;
}

.home-work-button {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}

/* Responsive */
@media (max-width: 1100px) {
  .home-projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-featured-work .project-image {
    height: 260px;
  }

  .home-featured-work .desktop-frame {
    height: 190px;
  }
}

@media (max-width: 820px) {
  .home-projects-grid {
    grid-template-columns: 1fr;
  }

  .home-featured-work .project-image {
    height: 240px;
  }

  .home-featured-work .desktop-frame {
    height: 175px;
  }
}

@media (max-width: 560px) {
  .home-featured-work .project-image {
    height: 220px;
  }

  .home-featured-work .desktop-frame {
    width: 94%;
    height: 160px;
  }

  .home-featured-work .project-content {
    padding: 22px;
  }
}
/* =========================================================
   Mobile Header Menu
   ========================================================= */

.mobile-toggle .close-icon {
  display: none;
}

.mobile-toggle.is-open .menu-icon {
  display: none;
}

.mobile-toggle.is-open .close-icon {
  display: inline;
  font-size: 28px;
  line-height: 1;
}

.nav-cta {
  flex: 0 0 auto;
}

@media (max-width: 820px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 999;
  }

  .nav {
    position: relative;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    width: 100%;
    padding: 14px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(18px);
    border: 1px solid var(--gray-200);
    border-top: 0;
    border-radius: 0 0 22px 22px;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.1);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    width: 100%;
    padding: 15px 16px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
  }

  .nav-links a:hover,
  .nav-links a.active {
    background: var(--gray-100);
  }

  .nav-links a::after {
    display: none;
  }

  .mobile-toggle {
    display: grid;
    place-items: center;
    position: relative;
    z-index: 1000;
    cursor: pointer;
  }

  .nav .nav-cta {
    display: none;
  }

  body.menu-open {
    overflow: hidden;
  }
  .mobile-toggle .close-icon {
  display: flex;
}

.mobile-toggle.is-open .menu-icon {
  display: flex;
}
}
/* ==================== STYLE.CSS END ==================== */