:root {
    --ink: #071122;
    --ink-2: #0c1b33;
    --blue: #087cf0;
    --cyan: #27b9f2;
    --ice: #e9f7ff;
    --white: #fff;
    --muted: #64748b;
    --line: #dfe9f2
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 86px
}

body {
    font-family: "Manrope",sans-serif;
    color: var(--ink);
    background: #fff;
    overflow-x: hidden;
    font-size: 16px
}

a {
    text-decoration: none
}

.container {
    max-width: 1180px
}

.section-pad {
    padding: 110px 0
}

.navbar {
    padding: 16px 0;
    transition: .3s ease;
    background: linear-gradient(180deg,rgba(4,12,28,.8),transparent)
}

.navbar.scrolled {
    background: rgba(5,14,31,.96);
    box-shadow: 0 10px 30px rgba(0,0,0,.16);
    padding: 10px 0;
    backdrop-filter: blur(14px)
}

.navbar-brand img,.footer-logo {
    width: 168px;
    height: 38px;
    object-fit: contain;
    object-position: left center
}

.navbar .nav-link {
    color: rgba(255,255,255,.76);
    font-weight: 600;
    font-size: 14.08px;
    padding: 10px 13px!important
}

.navbar .nav-link:hover {
    color: #fff
}

.navbar-toggler {
    border: 0;
    box-shadow: none!important
}

.btn {
    border-radius: 9px;
    font-weight: 700;
    border-width: 1px;
    padding: 12px 17.6px;
    transition: .25s ease
}

.btn-lg {
    padding: 15.2px 23.2px;
    font-size: 15.2px
}

.btn-primary {
    background: linear-gradient(135deg,var(--blue),var(--cyan));
    border: 0;
    box-shadow: 0 10px 28px rgba(8,124,240,.25)
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 34px rgba(8,124,240,.35)
}

.nav-cta {
    padding: 10.88px 16.8px!important;
    color: #fff!important
}

.hero {
    min-height: 780px;
    padding: 135px 0 90px;
    color: #fff;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 18% 12%,rgba(30,124,255,.22),transparent 31%),radial-gradient(circle at 88% 65%,rgba(39,185,242,.16),transparent 28%),linear-gradient(135deg,#050b18 0%,#07162b 55%,#09213c 100%)
}

.hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
    background-size: 45px 45px;
    mask-image: linear-gradient(to bottom,#000,transparent 85%)
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px);
    border: 1px solid rgba(39,185,242,.12)
}

.hero-orb-one {
    width: 540px;
    height: 540px;
    right: -190px;
    top: 80px;
    box-shadow: 0 0 0 65px rgba(39,185,242,.025),0 0 0 130px rgba(39,185,242,.018)
}

.hero-orb-two {
    width: 230px;
    height: 230px;
    left: -120px;
    bottom: 40px;
    background: rgba(8,124,240,.06)
}

.eyebrow,.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 14px;
    font-weight: 800;
    color: var(--blue);
    margin-bottom: 10px;
}

.eyebrow {
    color: #8adfff
}

.eyebrow i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--cyan);
    box-shadow: 0 0 0 6px rgba(39,185,242,.13)
}

h1,h2,h3 {
    font-weight: 800;
    letter-spacing: -.045em
}

h1 {
    font-size: clamp(48px,5.4vw,80px);
    line-height: 1.02;
    margin-bottom: 24px
}

h1 span {
    background: linear-gradient(90deg,#4ac8ff,#4f86ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.hero-copy {
    font-size: 17.44px;
    line-height: 1.8;
    color: #b8c5d8;
    max-width: 590px
}

.btn-outline-light {
    border-color: rgba(255,255,255,.25);
    color: #fff
}

.btn-outline-light:hover {
    background: #fff;
    color: var(--ink)
}

.hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    color: #8fa1ba;
    font-size: 12.48px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .09em
}

.hero-proof span {
    display: flex;
    align-items: center;
    gap: 8px
}

.hero-proof span:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--cyan)
}

.hero-visual {
    position: relative;
    padding: 22px 0 30px 22px
}

.visual-frame {
    position: relative;
    border: 1px solid rgba(255,255,255,.14);
    padding: 10px;
    border-radius: 24px;
    background: rgba(255,255,255,.055);
    box-shadow: 0 45px 100px rgba(0,0,0,.35);
    transform: rotate(1.5deg);
    backdrop-filter: blur(12px)
}

.visual-frame:before {
    content: "";
    position: absolute;
    inset: -22px 55px 60px -26px;
    border: 1px solid rgba(39,185,242,.2);
    border-radius: 28px;
    z-index: -1
}

.visual-frame img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 16px;
    filter: saturate(.92) contrast(1.05)
}

.floating-card {
    position: absolute;
    left: -15px;
    bottom: 0;
    background: #fff;
    color: var(--ink);
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 18px;
    border-radius: 14px;
    box-shadow: 0 18px 55px rgba(0,0,0,.25)
}

.floating-card strong,.floating-card small {
    display: block
}

.floating-card strong {
    font-size: 13.76px
}

.floating-card small {
    font-size: 11.2px;
    color: var(--muted);
    margin-top: 3px
}

.pulse {
    width: 11px;
    height: 11px;
    background: #23ce84;
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(35,206,132,.15)
}

.code-chip {
    position: absolute;
    right: -12px;
    top: 2px;
    background: linear-gradient(135deg,var(--blue),var(--cyan));
    font-size: 11.68px;
    font-weight: 800;
    padding: 12px 15px;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(8,124,240,.3)
}

.section-kicker.light {
    color: #74d8ff
}

h2 {
    font-size: clamp(35.2px,4vw,56px);
    line-height: 1.08
}

.lead-copy {
    font-size: 17.92px;
    line-height: 1.85;
    color: #52627a
}

.mini-stat {
    height: 100%;
    border-top: 2px solid var(--line);
    padding: 16px 0 0
}

.mini-stat strong,.mini-stat span {
    display: block
}

.mini-stat strong {
    color: var(--blue);
    font-size: 12.8px;
    margin-bottom: 7px
}

.mini-stat span {
    font-weight: 700;
    font-size: 13.76px
}

.services-section {
    background: #f6f9fc
}

.section-heading {
    max-width: 700px
}

.section-heading p {
    color: var(--muted);
    font-size: 16.48px
}

.service-card {
    height: 100%;
    padding: 32px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    position: relative;
    overflow: hidden;
    transition: .3s ease
}

.service-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 60px rgba(17,45,80,.1);
    border-color: #b8dcf5
}

.service-card.featured {
    background: linear-gradient(145deg,#071a34,#0a3762);
    color: #fff;
    border: 0
}

.service-number {
    position: absolute;
    right: 24px;
    top: 22px;
    color: #afc0cf;
    font-size: 11.84px;
    font-weight: 800
}

.service-icon {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    background: var(--ice);
    color: var(--blue);
    display: grid;
    place-items: center;
    font-size: 18.4px;
    font-weight: 800;
    margin-bottom: 28px
}

.featured .service-icon {
    background: rgba(255,255,255,.1);
    color: #59ceff
}

.service-card h3 {
    font-size: 20px;
    letter-spacing: -.03em
}

.service-card p {
    color: var(--muted);
    font-size: 14.56px;
    line-height: 1.7;
    min-height: 73px
}

.featured p {
    color: #a8bbd1
}

.service-card a {
    font-weight: 800;
    color: var(--blue);
    font-size: 13.12px
}

.featured a {
    color: #58d1ff
}

.process-section {
    background: var(--ink);
    color: #fff;
    position: relative;
    overflow: hidden
}

.process-section:after {
    content: "INKSYS";
    position: absolute;
    right: -30px;
    bottom: -85px;
    font-size: 240px;
    font-weight: 800;
    color: rgba(255,255,255,.018);
    letter-spacing: -.08em
}

.process-section p {
    color: #94a6bc
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.process-step {
    padding: 34px 28px;
    border-right: 1px solid rgba(255,255,255,.1);
    min-height: 210px
}

.process-step:last-child {
    border-right: 0
}

.process-step span {
    color: #54d1ff;
    font-weight: 800;
    font-size: 12px
}

.process-step h3 {
    font-size: 20px;
    margin: 42px 0 10px
}

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

.portfolio-section {
    background: #fff
}

.text-link {
    font-weight: 800;
    color: var(--blue)
}

.portfolio-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 22px
}

.project {
    border-radius: 20px;
    overflow: hidden;
    background: #f2f7fb
}

.project-one {
    grid-row: span 2
}

.project-art {
    height: 310px;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center
}

.project-one .project-art {
    height: 616px;
    background: linear-gradient(145deg,#062146,#0a73d8)
}

.project-two .project-art {
    background: linear-gradient(145deg,#e9f8ff,#98ddf9)
}

.project-three .project-art {
    background: linear-gradient(145deg,#121a30,#1c3f70);
    color: #fff
}

.browser-mock {
    width: 82%;
    height: 68%;
    background: #f8fbff;
    border-radius: 14px;
    box-shadow: 0 35px 70px rgba(0,0,0,.26);
    overflow: hidden;
    transform: rotate(-3deg)
}

.browser-top {
    height: 30px;
    background: #e9eef3;
    padding: 10px
}

.browser-top i {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #a7b4bf;
    border-radius: 50%;
    margin-right: 4px
}

.mock-copy {
    padding: 11% 10%;
    color: var(--ink)
}

.mock-copy small {
    color: var(--blue);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em
}

.mock-copy b {
    display: block;
    font-size: clamp(28.8px,4vw,60.8px);
    line-height: .95;
    margin: 18px 0
}

.mock-copy em {
    display: block;
    width: 45%;
    height: 9px;
    border-radius: 9px;
    background: linear-gradient(90deg,var(--blue),var(--cyan))
}

.phone-mock {
    width: 145px;
    height: 260px;
    border: 8px solid #10213a;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 28px 45px rgba(8,78,125,.23);
    padding: 32px 15px;
    position: relative;
    z-index: 2;
    transform: rotate(5deg)
}

.phone-mock span {
    position: absolute;
    top: 7px;
    left: 43px;
    width: 42px;
    height: 5px;
    background: #10213a;
    border-radius: 6px
}

.phone-mock b {
    font-size: 35.2px;
    color: var(--blue)
}

.phone-mock i {
    display: block;
    height: 28px;
    background: #eaf6fc;
    margin-top: 13px;
    border-radius: 7px
}

.rings {
    position: absolute;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(8,124,240,.2);
    border-radius: 50%;
    box-shadow: 0 0 0 35px rgba(8,124,240,.06),0 0 0 70px rgba(8,124,240,.035)
}

.brand-mark {
    font-size: 88px;
    font-weight: 800;
    letter-spacing: -.1em
}

.brand-mark span {
    color: var(--cyan)
}

.brand-lines {
    position: absolute;
    left: 28px;
    bottom: 24px;
    font-weight: 800;
    letter-spacing: .16em;
    font-size: 11.2px;
    color: #90b8d8
}

.project-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 26px;
    background: #fff;
    border: 1px solid var(--line);
    border-top: 0
}

.project-meta small {
    color: var(--blue);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 800
}

.project-meta h3 {
    font-size: 16.8px;
    margin: 6px 0 0
}

.project-meta>span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--blue)
}

.contact-section {
    background: #edf6fb
}

.contact-shell {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(20,58,95,.13)
}

.contact-info {
    background: linear-gradient(145deg,#06162d,#083a63);
    color: #fff;
    padding: 58px
}

.contact-info h2 {
    font-size: 40px;
    line-height: 45px;
}

.contact-info>p {
    color: #a8bdd0;
    line-height: 1.75
}

.contact-list {
    margin-top: 42px
}

.contact-list a,.contact-list>div {
    display: block;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,.12);
    padding: 17px 0
}

.contact-list span,.contact-list strong {
    display: block
}

.contact-list span {
    font-size: 11.2px;
    color: #68d4ff;
    text-transform: uppercase;
    letter-spacing: .13em;
    font-weight: 800;
    margin-bottom: 5px
}

.contact-list strong {
    font-size: 15.04px;
    line-height: 1.6
}

.contact-form-wrap {
    background: #fff;
    padding: 58px
}

.contact-form label {
    display: block;
    font-weight: 800;
    font-size: 12.48px;
    margin-bottom: 8px
}

.contact-form input,.contact-form select,.contact-form textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #cddbe7;
    padding: 10px 0 13px;
    background: transparent;
    outline: 0;
    color: var(--ink);
    border-radius: 0
}

.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus {
    border-color: var(--blue)
}

.contact-form textarea {
    resize: vertical
}

footer {
    background: #050d1c;
    color: #8da0b8;
    padding: 55px 0 28px
}

footer p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
}

footer a {
    color: #fff;
    font-size: 13.28px;
    font-weight: 700
}

footer hr {
    border-color: rgba(255,255,255,.12);
    margin: 34px 0 20px
}

.whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #20c66d;
    color: #fff;
    font-weight: 800;
    font-size: 11.52px;
    box-shadow: 0 12px 30px rgba(17,120,68,.35);
    z-index: 20;
    transition: .2s
}

.whatsapp:hover {
    transform: translateY(-3px);
    color: #fff
}

@media(max-width: 991.98px) {
    .navbar-collapse {
        background:#07162b;
        border: 1px solid rgba(255,255,255,.1);
        padding: 18px;
        border-radius: 14px;
        margin-top: 12px
    }

    .hero {
        padding-top: 140px
    }

    .hero-visual {
        max-width: 650px;
        margin: auto
    }

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

    .process-step:nth-child(2) {
        border-right: 0
    }

    .process-step:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255,255,255,.1)
    }

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

    .project-one {
        grid-row: auto
    }

    .project-one .project-art {
        height: 470px
    }

    .contact-info,.contact-form-wrap {
        padding: 42px
    }
}

@media(max-width: 767.98px) {
    .section-pad {
        padding:78px 0
    }

    .hero {
        min-height: auto
    }

    .visual-frame img {
        height: 300px
    }

    .floating-card {
        left: 0
    }

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

    .process-step {
        border-right: 0!important;
        border-bottom: 1px solid rgba(255,255,255,.1);
        min-height: auto
    }

    .process-step:last-child {
        border-bottom: 0
    }

    .process-step h3 {
        margin-top: 25px
    }

    .project-one .project-art {
        height: 390px
    }

    .contact-info h2 {
        font-size: 34.4px
    }
}

@media(max-width: 575.98px) {
    .navbar-brand img {
        width:142px
    }

    .hero {
        padding-top: 125px
    }

    .hero-copy {
        font-size: 16px
    }

    .visual-frame img {
        height: 240px
    }

    .floating-card {
        position: relative;
        margin: -20px 14px 0
    }

    .code-chip {
        right: 0
    }

    .hero-proof {
        gap: 12px
    }

    .service-card {
        padding: 26px
    }

    .project-art,.project-one .project-art {
        height: 340px
    }

    .browser-mock {
        height: 62%
    }

    .contact-info,.contact-form-wrap {
        padding: 32px 24px
    }

    .contact-info h2 {
        font-size: 32px
    }

    .whatsapp {
        width: 46px;
        height: 46px;
        right: 14px;
        bottom: 14px
    }
}
