.work-image .ui-mockup .mockup-stats strong,
.work-image .ui-mockup .plan-status strong {
    font-size: 11px;
    line-height: normal;
    color: #e4f8ab
}

.ui-mockup {
    width: 100%;
    height: 100%;
    padding: 16px;
    background: rgba(11, 13, 16, .88);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 9px;
    box-shadow: 0 16px 30px rgba(0, 0, 0, .2);
    font-size: 8px;
    color: #d9dde2
}

.mockup-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    font-size: 9px
}

.mockup-bar i {
    width: 18px;
    height: 5px;
    border-radius: 99px;
    background: rgba(255, 255, 255, .18)
}

.mockup-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 13px 0
}

.mockup-stats>div,
.plan-status {
    padding: 9px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 6px;
    background: rgba(255, 255, 255, .035)
}

.mockup-stats small,
.plan-status small {
    display: block;
    color: #89919b;
    margin-bottom: 3px
}

.mockup-stats strong,
.plan-status strong {
    display: block;
    font-size: 11px;
    color: #e4f8ab
}

.mockup-chart {
    height: 73px;
    display: flex;
    align-items: end;
    gap: 7px;
    padding: 8px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .035)
}

.mockup-chart i {
    display: block;
    flex: 1;
    background: #b9e962;
    border-radius: 3px 3px 1px 1px
}

.mockup-chart i:nth-child(1) {
    height: 29%
}

.mockup-chart i:nth-child(2) {
    height: 54%
}

.mockup-chart i:nth-child(3) {
    height: 41%
}

.mockup-chart i:nth-child(4) {
    height: 74%
}

.mockup-chart i:nth-child(5) {
    height: 52%
}

.mockup-chart i:nth-child(6) {
    height: 89%
}

.mockup-chart i:nth-child(7) {
    height: 67%
}

.mockup-tabs {
    display: flex;
    gap: 15px;
    padding: 12px 3px 8px;
    color: #858d98
}

.mockup-tabs b:first-child {
    color: #e5f9ae
}

.product-list>div {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 0;
    border-top: 1px solid rgba(255, 255, 255, .08)
}

.product-list>div>i {
    width: 23px;
    height: 23px;
    border-radius: 4px;
    background: linear-gradient(135deg, #9b79d0, #39275a)
}

.product-list>div:nth-child(2)>i {
    background: linear-gradient(135deg, #d58a9a, #633548)
}

.product-list>div:nth-child(3)>i {
    background: linear-gradient(135deg, #719bc4, #294361)
}

.work-image .ui-mockup span {
    display: block;
    border: 0;
    padding: 0;
    font-size: 8px;
    letter-spacing: 0
}

.product-list span b,
.product-list span small {
    display: block
}

.product-list span small {
    color: #838b95;
    margin-top: 2px
}

.product-list em {
    margin-left: auto;
    font-style: normal;
    font-size: 7px;
    color: #c9f45b
}

.plan-status {
    margin: 13px 0 10px
}

.plan-status>b {
    display: block;
    margin-top: 6px;
    color: #9098a3;
    font-weight: 500
}

.usage-row>div {
    display: flex;
    justify-content: space-between;
    color: #9da4ad
}

.usage-row>div b {
    color: #e4f8ab
}

.usage-row>i {
    display: block;
    height: 6px;
    margin: 6px 0 13px;
    background: rgba(255, 255, 255, .12);
    border-radius: 99px;
    overflow: hidden
}

.usage-row>i b {
    display: block;
    width: 72%;
    height: 100%;
    background: #75bbd0;
    border-radius: inherit
}

.plan-actions {
    display: flex;
    gap: 7px
}

.plan-actions b {
    flex: 1;
    text-align: center;
    padding: 7px 4px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    font-size: 7px
}

.plan-actions b:first-child {
    border-color: #75bbd0;
    color: #a6dcf0
}

:root {
    --bg: #090a0c;
    --surface: #111317;
    --surface2: #17191e;
    --text: #f5f5f2;
    --muted: #969aa4;
    --line: #292c33;
    --accent: #c9f45b;
    --accent2: #8fd12d;
    --max: 1180px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6
}

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

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.nav {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(9, 10, 12, .84);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.nav-inner {
    height: 76px;
    display: flex;
    align-items: center;
    gap: 34px
}

.brand {
    font-size: 19px;
    font-weight: 850;
    letter-spacing: -.8px;
    margin-right: auto
}

.brand span {
    color: var(--accent)
}

nav {
    display: flex;
    gap: 26px;
    color: #b9bcc4;
    font-size: 14px
}

nav a,
.footer-links a,
.social-links a {
    transition: color .2s
}

nav a:hover,
.footer-links a:hover,
.social-links a:hover {
    color: var(--accent)
}

.nav-cta {
    border: 1px solid var(--line);
    padding: 9px 16px;
    border-radius: 9px;
    font-size: 13px;
    transition: border-color .2s, color .2s
}

.nav-cta:hover {
    border-color: var(--accent);
    color: var(--accent)
}

.menu-toggle {
    display: none
}

.hero {
    padding: 110px 0 100px;
    border-bottom: 1px solid var(--line);
    background: radial-gradient(circle at 78% 20%, rgba(201, 244, 91, .11), transparent 28%), radial-gradient(circle at 2% 80%, rgba(117, 75, 150, .08), transparent 25%)
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .75fr;
    gap: 80px;
    align-items: center
}

.eyebrow {
    font-size: 11px;
    letter-spacing: 1.8px;
    color: var(--accent);
    font-weight: 800;
    margin-bottom: 16px
}

.eyebrow span {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: var(--accent);
    border-radius: 50%;
    margin-right: 9px;
    box-shadow: 0 0 0 4px rgba(201, 244, 91, .1)
}

h1 {
    font-size: clamp(50px, 6.2vw, 82px);
    line-height: .98;
    letter-spacing: -4px;
    max-width: 760px;
    margin: 0 0 25px
}

h1 em {
    font-style: normal;
    color: var(--accent)
}

.hero-copy {
    font-size: 18px;
    color: var(--muted);
    max-width: 650px
}

.hero-actions {
    display: flex;
    gap: 12px;
    margin: 32px 0 44px
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 13px 19px;
    border-radius: 9px;
    font-weight: 750;
    font-size: 14px;
    transition: transform .2s, background .2s, border-color .2s
}

.button:hover {
    transform: translateY(-2px)
}

.button:focus-visible,
a:focus-visible,
button:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 4px
}

.button.primary {
    background: var(--accent);
    color: #111
}

.button.primary:hover {
    background: #d6fb7f
}

.button.secondary {
    border: 1px solid var(--line);
    color: #ddd
}

.button.secondary:hover {
    border-color: #616771
}

.trust-row {
    display: flex;
    gap: 32px
}

.trust-row div {
    display: flex;
    flex-direction: column;
    max-width: 130px
}

.trust-row strong {
    font-size: 15px
}

.trust-row span {
    font-size: 12px;
    color: var(--muted);
    line-height: 1.45
}

.hero-card {
    background: #0d0f12;
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
    overflow: hidden;
    transform: rotate(1deg)
}

.window-bar {
    height: 42px;
    border-bottom: 1px solid var(--line);
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 16px;
    color: #777;
    font: 11px monospace
}

.window-bar i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #34373d
}

.window-bar span {
    margin-left: 10px
}

.code {
    padding: 27px 24px 20px;
    font: 13px/2.2 ui-monospace, SFMono-Regular, Menlo, monospace;
    color: #c7cad0
}

.code b {
    color: #555;
    font-weight: 400;
    margin-right: 18px
}

.pink {
    color: #e99ad4
}

.green {
    color: #bde879
}

.status {
    margin: 0 20px 20px;
    padding: 10px 12px;
    background: #171b14;
    border: 1px solid #293221;
    border-radius: 8px;
    color: #b9ca9c;
    font-size: 12px
}

.dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--accent);
    border-radius: 50%;
    margin-right: 7px
}

.section {
    padding: 105px 0;
    border-bottom: 1px solid var(--line)
}

.section-head {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    align-items: end;
    margin-bottom: 48px
}

.section-head h2,
.center-head h2,
.about h2 {
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.05;
    letter-spacing: -2px;
    margin: 0
}

.section-head>p,
.center-head>p {
    max-width: 420px;
    color: var(--muted);
    margin: 0
}

.about {
    background: linear-gradient(90deg, rgba(255, 255, 255, .018), transparent 50%)
}

.about-grid {
    display: grid;
    grid-template-columns: .8fr 1fr;
    gap: 110px
}

.about-copy>p {
    color: #c7cad0;
    font-size: 17px;
    margin: 0 0 18px
}

.about-copy .placeholder-note {
    color: var(--muted);
    font-size: 14px;
    border-left: 2px solid var(--accent2);
    padding-left: 15px
}

.expertise-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 28px
}

.expertise-list span,
.work-tags span {
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 6px 10px;
    color: #bfc3ca;
    font-size: 11px
}

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

.service-card {
    background: var(--surface);
    border: 1px solid var(--line);
    padding: 27px;
    border-radius: 12px;
    min-height: 230px;
    transition: transform .2s, border-color .2s, background .2s
}

.service-card:hover {
    transform: translateY(-4px);
    border-color: #4d535c;
    background: var(--surface2)
}

.icon {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    background: #1d2218;
    color: var(--accent);
    display: grid;
    place-items: center;
    font-weight: 800;
    margin-bottom: 35px
}

.service-card h3 {
    margin: 0 0 8px;
    font-size: 20px
}

.service-card p {
    color: var(--muted);
    font-size: 14px;
    margin: 0 0 22px
}

.service-card span {
    font-size: 11px;
    color: #737780;
    text-transform: uppercase;
    letter-spacing: .7px
}

.packages,
.process {
    background: #0c0d0f
}

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

.center-head .eyebrow {
    margin-bottom: 12px
}

.center-head>p {
    margin: 14px auto 0
}

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

.package {
    position: relative;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 28px
}

.package.featured {
    border-color: #5d7040;
    box-shadow: 0 0 0 1px rgba(201, 244, 91, .08) inset
}

.popular {
    position: absolute;
    right: 18px;
    top: 18px;
    background: var(--accent);
    color: #111;
    font-size: 9px;
    font-weight: 900;
    padding: 5px 8px;
    border-radius: 5px;
    letter-spacing: .7px
}

.package-top {
    display: flex;
    justify-content: space-between;
    color: #686c75;
    font-size: 11px;
    letter-spacing: 1px
}

.package h3 {
    font-size: 25px;
    margin: 27px 0 5px
}

.price {
    font-size: 31px;
    font-weight: 800;
    letter-spacing: -1px;
    color: var(--accent)
}

.price small {
    font-size: 11px;
    color: var(--muted);
    font-weight: 500
}

.package>p {
    color: var(--muted);
    font-size: 13px;
    min-height: 44px
}

.package ul {
    list-style: none;
    padding: 15px 0 20px;
    margin: 0;
    border-top: 1px solid var(--line)
}

.package li {
    font-size: 13px;
    margin: 10px 0;
    color: #c5c7cb
}

.package li:before {
    content: "✓";
    color: var(--accent);
    margin-right: 9px
}

.package>a {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--line);
    padding-top: 17px;
    font-size: 13px;
    font-weight: 800;
    color: var(--accent)
}

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

.work-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 13px;
    overflow: hidden;
    transition: transform .2s, border-color .2s
}

.work-card:hover {
    transform: translateY(-4px);
    border-color: #4d535c
}

.work-image {
    height: 240px;
    padding: 18px;
    display: flex;
    align-items: end;
    justify-content: space-between
}

.work-image span {
    font-size: 10px;
    letter-spacing: 1.5px;
    border: 1px solid rgba(255, 255, 255, .25);
    padding: 6px 8px;
    border-radius: 5px
}

.work-image strong {
    font-size: 30px;
    line-height: 1;
    color: rgba(255, 255, 255, .28)
}

.gradient-one {
    background: linear-gradient(135deg, #172117, #506c32 55%, #151716)
}

.gradient-two {
    background: linear-gradient(135deg, #1b1824, #624b7b 55%, #18141f)
}

.gradient-three {
    background: linear-gradient(135deg, #182027, #356b7d 55%, #121719)
}

.work-meta {
    padding: 20px
}

.work-label {
    margin: 0 0 8px !important;
    color: var(--accent) !important;
    font-size: 10px !important;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase
}

.work-meta h3 {
    margin: 0 0 5px
}

.work-meta>p {
    margin: 0;
    color: var(--muted);
    font-size: 13px
}

.work-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 18px
}

.work-tags span {
    font-size: 10px;
    padding: 4px 8px
}

.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line)
}

.steps>div {
    background: var(--bg);
    padding: 27px
}

.steps b {
    color: var(--accent);
    font-size: 12px
}

.steps h3 {
    margin: 35px 0 6px
}

.steps p {
    color: var(--muted);
    font-size: 13px;
    margin: 0
}

.cta-section {
    padding: 80px 0
}

.cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    background: var(--accent);
    color: #111;
    border-radius: 16px;
    padding: 48px 55px
}

.cta .eyebrow {
    color: #303d1a
}

.cta h2 {
    font-size: clamp(32px, 4vw, 50px);
    letter-spacing: -2px;
    line-height: 1;
    margin: 0 0 12px
}

.cta p {
    max-width: 620px;
    margin: 0;
    color: #394329
}

.cta .button.primary {
    background: #111;
    color: #fff
}

.cta .button.primary:hover {
    background: #252525
}

.contact-actions {
    text-align: center
}

.contact-actions small {
    display: block;
    margin-top: 9px;
    color: #485433;
    font-size: 11px
}

.footer-inner {
    padding: 45px 0;
    display: grid;
    grid-template-columns: 1.4fr auto auto auto;
    align-items: end;
    gap: 30px;
    color: #70747c;
    font-size: 12px
}

.footer-inner .brand {
    color: var(--text);
    display: block
}

.footer-inner p {
    margin: 6px 0 0
}

.footer-links,
.social-links {
    display: flex;
    gap: 17px
}

.footer-inner>div:last-child {
    white-space: nowrap
}

@media(max-width:900px) {

    .hero-grid,
    .about-grid {
        grid-template-columns: 1fr;
        gap: 45px
    }

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

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

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

    .section-head {
        display: block
    }

    .section-head>p {
        margin-top: 20px
    }

    .cta {
        display: block
    }

    .cta .button {
        margin-top: 25px
    }

    .footer-inner {
        grid-template-columns: 1fr 1fr
    }

    .footer-inner>div:last-child {
        grid-column: 1/-1
    }
}

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

    .nav-inner {
        height: 65px;
        position: relative
    }

    .nav-cta {
        display: none
    }

    .menu-toggle {
        display: grid;
        gap: 5px;
        width: 38px;
        height: 38px;
        padding: 10px;
        border: 1px solid var(--line);
        border-radius: 8px;
        background: transparent;
        color: var(--text)
    }

    .menu-toggle i {
        display: block;
        height: 1px;
        width: 100%;
        background: currentColor
    }

    .nav nav {
        display: none;
        position: absolute;
        top: 65px;
        left: 0;
        right: 0;
        padding: 15px 14px 20px;
        background: #101216;
        border-bottom: 1px solid var(--line);
        box-shadow: 0 14px 30px rgba(0, 0, 0, .25)
    }

    .nav nav.is-open {
        display: grid;
        gap: 2px
    }

    .nav nav a {
        padding: 11px 10px
    }

    .hero {
        padding: 68px 0
    }

    .hero-grid {
        gap: 35px
    }

    h1 {
        font-size: 48px;
        letter-spacing: -2.5px
    }

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

    .hero-actions {
        flex-direction: column
    }

    .hero-actions .button {
        justify-content: center
    }

    .trust-row {
        gap: 16px;
        flex-wrap: wrap
    }

    .trust-row span {
        max-width: 110px
    }

    .section {
        padding: 75px 0
    }

    .section-head h2,
    .center-head h2,
    .about h2 {
        letter-spacing: -1px
    }

    .about-copy>p {
        font-size: 16px
    }

    .service-grid,
    .package-grid,
    .steps {
        grid-template-columns: 1fr
    }

    .work-image {
        height: 190px
    }

    .cta {
        padding: 35px 25px
    }

    .footer-inner {
        display: block
    }

    .footer-links,
    .social-links {
        margin: 25px 0;
        flex-wrap: wrap
    }

    .footer-inner>div:last-child {
        margin-top: 20px
    }

    .hero-card {
        transform: none
    }
}