/*
Theme Name: wcomstudio
Theme URI: https://yourdomain.com
Author: wcomstudio
Description: Ultra-lightweight one-page theme for AI-powered community management & design agencies. Optimized for OVH Starter plan.
Version: 1.0
License: GNU GPL v2
Text Domain: wcomstudio
*/

:root {
    --bg: #030712;
    --panel: #07111a;
    --panel2: #091a27;
    --text: #eaf2ff;
    --muted: rgba(234, 242, 255, .65);
    --muted2: rgba(234, 242, 255, .45);
    --line: rgba(255, 255, 255, .10);
    --line2: rgba(255, 255, 255, .14);
    --accent: #38bdf8;
    --accent2: #0ea5e9;
    --shadow: 0 40px 140px rgba(0, 0, 0, .65);
}

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

html {
    scroll-behavior: smooth
}

body {
    background: var(--bg);
    color: var(--text);
    font-family: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    line-height: 1.55;
}

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

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

ul {
    list-style: none
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

.page {
    overflow-x: hidden;
    position: relative;
    z-index: 1;
    background: #030712
}

.bg-glow {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(56, 189, 248, .12) 0%, rgba(0, 0, 0, 0) 70%);
    filter: blur(80px);
    z-index: 0;
    pointer-events: none;
}

.bg-glow-1 {
    top: 1200px;
    left: -200px
}

.bg-glow-2 {
    top: 2400px;
    right: -200px;
    background: radial-gradient(circle, rgba(14, 165, 233, .10) 0%, rgba(0, 0, 0, 0) 70%);
}

.top-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 760px;
    pointer-events: none;
    z-index: 0;
}

.top-bg:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--top-bg);
    background-size: cover;
    background-position: center;
    opacity: .94;
    filter: saturate(1.05) contrast(1.05);
}

.top-bg:after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(120% 150% at 70% 35%, rgba(56, 189, 248, .20), transparent 55%),
        radial-gradient(120% 140% at 10% 50%, rgba(14, 165, 233, .14), transparent 60%),
        linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .80));
}

.site-header {
    position: fixed;
    inset: 0 auto auto 0;
    width: 100%;
    z-index: 50
}

.admin-bar .site-header {
    top: 32px
}

.admin-bar .hero {
    padding-top: 192px
}

.nav-shell {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border: 1px solid var(--line);
    background: rgba(7, 17, 26, .55);
    backdrop-filter: blur(18px);
    border-radius: 22px;
    padding: 12px 18px;
    box-shadow: 0 24px 90px rgba(0, 0, 0, .62);
    position: relative;
    overflow: hidden;
}

.nav-shell:after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(120% 140% at 80% 30%, rgba(56, 189, 248, .22), transparent 55%),
        radial-gradient(120% 120% at 10% 50%, rgba(14, 165, 233, .18), transparent 60%),
        linear-gradient(180deg, rgba(3, 7, 10, .18), rgba(3, 7, 10, .42));
    z-index: 0;
}

.nav-shell>* {
    position: relative;
    z-index: 1
}

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

.brand-logo {
    display: block;
    width: 120px
}

.brand-logo--header {
    width: 150px
}

.brand-logo img {
    width: 60%;
    height: auto;
    display: block;
    filter: drop-shadow(0 0 18px rgba(56, 189, 248, .18));
}

.brand-logo--footer {
    width: 142px
}

.nav-links {
    display: none;
    gap: 22px;
    align-items: center
}

.nav-links a {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .70);
    transition: color .2s ease;
}

.nav-links a:hover {
    color: #fff
}

.nav-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: rgba(56, 189, 248, .95);
    color: #041019;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    padding: 10px 14px;
    box-shadow: 0 14px 34px rgba(2, 132, 199, .35);
    transition: filter .2s ease, transform .2s ease;
    white-space: nowrap;
}

.nav-cta:hover {
    filter: brightness(1.05);
    transform: translateY(-1px)
}

.nav-cta-arrow {
    display: inline-block;
    transform: translateY(-1px)
}

.hero {
    position: relative;
    padding: 160px 0 56px
}

.hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none
}

.hero-bg>* {
    position: relative
}

.hero .container {
    position: relative
}

.hero-glow {
    position: absolute;
    top: 20%;
    right: 10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0, 102, 255, 0.2) 0%, rgba(0, 0, 0, 0) 70%);
    filter: blur(100px);
    pointer-events: none;
    z-index: 1;
}

.hero-grid-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center
}

.hero-title {
    margin-top: 16px;
    font-family: "Sora", "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    font-weight: 600;
    letter-spacing: -.02em;
    font-size: 56px;
    line-height: 1.30;
}

.hero-title .accent {
    background: #1681e1;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-sub {
    margin-top: 18px;
    max-width: 560px;
    color: rgba(234, 242, 255, .70);
    font-size: 16px;
    line-height: 1.75
}

.hero-ctas {
    margin-top: 26px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 12px;
    padding: 12px 18px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    transition: transform .2s ease, filter .2s ease, background .2s ease, border-color .2s ease;
    white-space: nowrap;
}

.btn-primary {
    background: rgba(56, 189, 248, .95);
    color: #041019;
    box-shadow: 0 18px 40px rgba(2, 132, 199, .28)
}

.btn-primary:hover {
    filter: brightness(1.05);
    transform: translateY(-1px)
}

.btn-ghost {
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .02);
    color: rgba(255, 255, 255, .88);
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .35)
}

.btn-ghost:hover {
    border-color: rgba(255, 255, 255, .28);
    background: rgba(255, 255, 255, .05);
    transform: translateY(-1px)
}

.btn-small {
    padding: 10px 14px;
    font-size: 12px;
    letter-spacing: .18em;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .02);
    color: rgba(255, 255, 255, .72)
}

.btn-small:hover {
    border-color: rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .05)
}

.hero-proof {
    margin-top: 22px;
    display: flex;
    align-items: center;
    gap: 16px
}

.avatar-row {
    display: flex;
    margin-left: -2px
}

.avatar {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: linear-gradient(180deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, 0));
    box-shadow: 0 10px 30px rgba(0, 0, 0, .45);
    margin-left: -6px
}

.rating .stars {
    color: rgba(186, 230, 253, .92);
    letter-spacing: 3px;
    font-size: 14px
}

.rating-text {
    margin-top: 4px;
    color: rgba(234, 242, 255, .65);
    font-size: 14px
}

.hero-brand {
    display: flex;
    justify-content: center;
    align-items: center
}

.brand-lockup {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 46px rgba(56, 189, 248, .14));
    display: block;
}

.stats-strip {
    padding: 0 0 60px
}

.stats-shell {
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: rgba(7, 17, 26, .62);
    backdrop-filter: blur(18px);
    box-shadow: 0 34px 130px rgba(0, 0, 0, .65);
    padding: 16px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.stats-left {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    align-items: center;
    flex: 1
}

.stat {
    display: flex;
    align-items: center;
    gap: 12px
}

.stat-ico {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    color: rgba(125, 211, 252, .90);
    font-weight: 900;
}

.stat-val {
    font-size: 18px;
    font-weight: 800;
    color: rgba(186, 230, 253, .95);
    letter-spacing: -.02em
}

.stat-lbl {
    margin-top: 2px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .55)
}

.stats-divider {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, .10);
    display: none
}

.client-logos {
    display: flex;
    gap: 26px;
    flex-wrap: wrap;
    justify-content: flex-end
}

.client {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .55);
    line-height: 1
}

.client span {
    display: block;
    margin-top: 6px;
    font-size: 10px;
    color: rgba(255, 255, 255, .30);
    letter-spacing: .18em
}

.section {
    padding: 20px 0
}

.section-head {
    display: flex;
    gap: 14px
}

.section-head.center {
    flex-direction: column;
    align-items: center;
    text-align: center
}

.section-head.between {
    align-items: flex-end;
    justify-content: space-between
}

.kicker {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgb(0, 102, 255);
    margin-bottom: 1rem;
    display: block;
}

.h2 {
    margin-top: 12px;
    font-family: "Sora", "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    font-weight: 700;
    letter-spacing: -0.005em;
    font-size: 40px;
    line-height: 1.35;
}

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

.card {
    position: relative;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, 0));
    box-shadow: 0 28px 110px rgba(0, 0, 0, .55);
    padding: 26px;
    overflow: hidden;
}

.card:before {
    content: "";
    position: absolute;
    right: -90px;
    top: -90px;
    width: 190px;
    height: 190px;
    border-radius: 999px;
    background: rgba(56, 189, 248, .12);
    filter: blur(40px);
    opacity: .75;
}

.card-top {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.card-ico {
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: rgba(125, 211, 252, .92);
    font-weight: 900;
}

.card-ico svg {
    height: 100%;
    width: auto;
}

.card-idx {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .1em;
    color: rgba(255, 255, 255, .25)
}

.card h3 {
    position: relative;
    margin-top: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

.card ul {
    position: relative;
    margin-top: 14px;
    display: grid;
    gap: 10px
}

.card li {
    display: flex;
    gap: 10px;
    color: rgba(234, 242, 255, .65);
    font-size: 14px
}

.card li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(56, 189, 248, .80);
    margin-top: 9px;
    flex: 0 0 auto
}

.section-note {
    margin-top: 22px;
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px
}

.section-note span {
    color: rgba(125, 211, 252, .85)
}

.portfolio-grid {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
}

.case {
    position: relative;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .10);
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, 0));
    box-shadow: 0 30px 120px rgba(0, 0, 0, .60);
}

.case a {
    display: block;
    position: relative
}

.case-media {
    width: 100%;
    aspect-ratio: 16/9;
    background-size: cover;
    background-position: center;
    filter: saturate(1.05);
    opacity: .95;
    transform: scale(1);
    transition: transform .55s ease, opacity .55s ease
}

.case:hover .case-media {
    transform: scale(1.03);
    opacity: 1
}

.case-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(10, 14, 26, 1) 100%);
    pointer-events: none;
}

.case-badge {
    position: absolute;
    left: 18px;
    top: 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgba(0, 0, 0, .35);
    padding: 6px 10px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .85);
    backdrop-filter: blur(10px);
}

.case-meta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 22px
}

.case-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

.case-metric {
    margin-top: 10px;
    display: flex;
    gap: 12px;
    align-items: flex-end
}

.case-metric span {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -.02em;
    color: rgba(186, 230, 253, .95)
}

.case-metric em {
    font-style: normal;
    color: rgba(234, 242, 255, .68);
    font-size: 14px;
    padding-bottom: 4px
}

.case-services {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px
}

.case-services span {
    font-size: 10px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    background: rgba(255, 191, 0, 0.77);
    border: 1px solid rgba(255, 255, 255, .10);
    padding: 4px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: .05em
}

.case-btn-wrap {
    margin-top: 14px
}

.case-btn {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff;
    background: #0066ff;
    padding: 8px 14px;
    border-radius: 6px;
    transition: background .3s, transform .3s
}

.case-btn:hover {
    background: #0052cc;
    transform: translateY(-1px)
}


.process-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px
}

.process-left {
    text-align: left;
    max-width: none
}

.process-left .h2 {
    font-weight: 600;
}

.process-timeline {
    position: relative;
    padding: 36px 0;
}

.timeline-line {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 18px;
    height: 1px;
    background: rgba(255, 255, 255, .2);
}

.timeline-line::before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 3px;
    height: 3px;
    background-color: #38bdf8;
    border-radius: 50%;
}

.timeline-line::after {
    content: '';
    position: absolute;
    right: 0;
    top: -1px;
    width: 3px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 50%;
}

.timeline-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: flex-start;
    gap: 22px;
    position: relative;
}

.tstep {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tstep-num {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: #0066ff;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    position: relative;
    z-index: 2;
    border: none;
    box-shadow: none;
}

.tstep-title {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 700;
    color: #fff
}

.tstep-desc {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.6;
    color: rgba(234, 242, 255, .60);
    padding-right: 12px;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center
}

.about-photo {
    position: relative;
    width: 100%;
}

.about-photo img {
    width: 100%;
    height: auto;
    object-fit: contain
}

.about-inner {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-inner p {
    color: rgba(234, 242, 255, .65);
    font-size: 16px;
    line-height: 1.8
}

.signature-card {
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, 0));
    box-shadow: 0 30px 120px rgba(0, 0, 0, .55);
    padding: 18px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.signature-title {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .55)
}

.signature-sub {
    margin-top: 10px;
    color: rgba(234, 242, 255, .75);
    font-size: 13px;
    line-height: 1.6
}

.signature {
    font-size: 26px;
    color: rgba(255, 255, 255, .55);
    letter-spacing: 2px
}

.final-cta {
    padding-top: 60px
}

.cta-card {
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, 0));
    box-shadow: var(--shadow);
    padding: 26px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    position: relative;
    overflow: hidden;
}

.cta-card:before,
.cta-card:after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 999px;
    filter: blur(70px);
    opacity: .75;
    pointer-events: none;
}

.cta-card:before {
    left: -140px;
    top: -140px;
    background: rgba(56, 189, 248, .18)
}

.cta-card:after {
    right: -140px;
    bottom: -140px;
    background: rgba(14, 165, 233, .14)
}

.cta-copy {
    position: relative
}

.cta-title {
    font-family: "Sora", "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
    font-size: 28px;
}

.cta-sub {
    margin-top: 8px;
    color: rgba(234, 242, 255, .60);
    font-size: 15px
}

.form-wrap {
    margin-top: 26px
}

.form-wrap .ff-el-group {
    margin-bottom: 14px
}

.form-wrap .ff-el-input--label label,
.form-wrap .ff-el-input--label,
.form-wrap label {
    color: rgba(234, 242, 255, .65);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.form-wrap input[type="text"],
.form-wrap input[type="email"],
.form-wrap input[type="tel"],
.form-wrap input[type="url"],
.form-wrap select,
.form-wrap textarea,
.form-wrap .ff-el-form-control {
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(7, 17, 26, .55);
    color: rgba(234, 242, 255, .92);
    padding: 12px 12px;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06);
}

.form-wrap textarea {
    min-height: 130px;
    resize: vertical
}

.form-wrap input::placeholder,
.form-wrap textarea::placeholder {
    color: rgba(234, 242, 255, .35)
}

.form-wrap input:focus,
.form-wrap textarea:focus,
.form-wrap select:focus {
    border-color: rgba(56, 189, 248, .40);
    box-shadow: 0 0 0 3px rgba(56, 189, 248, .14), inset 0 0 0 1px rgba(255, 255, 255, .06);
}

.form-wrap .ff-btn-submit,
.form-wrap button[type="submit"],
.form-wrap input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 12px;
    padding: 12px 18px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    border: none;
    background: rgba(56, 189, 248, .95);
    color: #041019;
    box-shadow: 0 18px 40px rgba(2, 132, 199, .28);
    cursor: pointer;
    transition: transform .2s ease, filter .2s ease;
}

.form-wrap .ff-btn-submit:hover,
.form-wrap button[type="submit"]:hover,
.form-wrap input[type="submit"]:hover {
    filter: brightness(1.05);
    transform: translateY(-1px)
}

.form-wrap .ff-message-success {
    border-radius: 14px;
    background: rgba(34, 197, 94, .12);
    border: 1px solid rgba(34, 197, 94, .22);
    color: rgba(234, 242, 255, .92)
}

.site-footer {
    border-top: 1px solid rgba(255, 255, 255, .10);
    background: #041019;
    padding: 58px 0
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: 34px
}

.footer-desc {
    margin-top: 16px;
    color: rgba(234, 242, 255, .55);
    font-size: 14px;
    line-height: 1.8;
    max-width: 360px
}

.footer-title {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .60)
}

.footer-links {
    margin-top: 16px;
    display: grid;
    gap: 10px
}

.footer-links a {
    color: rgba(234, 242, 255, .55);
    font-size: 14px
}

.footer-links a:hover {
    color: #fff
}

.footer-socials {
    margin-top: 16px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.social-btn {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .10);
    background: rgba(255, 255, 255, .05);
    color: rgba(234, 242, 255, .65);
    font-weight: 800;
}

.social-btn:hover {
    background: rgba(255, 255, 255, .10);
    color: #fff
}

.footer-bottom {
    margin-top: 42px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .10);
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    color: rgba(234, 242, 255, .45);
    font-size: 12px
}

.footer-legal {
    display: flex;
    gap: 18px;
    flex-wrap: wrap
}

.footer-legal a:hover {
    color: #fff
}

@media (min-width: 960px) {
    .nav-links {
        display: flex
    }

    .stats-divider {
        display: block
    }
}

@media (max-width: 980px) {
    .hero-grid-wrap {
        grid-template-columns: 1fr;
        gap: 22px
    }

    .hero {
        padding-top: 138px
    }

    .hero-title {
        font-size: 44px
    }

    .stats-shell {
        flex-direction: column;
        align-items: stretch
    }

    .stats-left {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        align-items: center;
        gap: 12px
    }

    @media (max-width: 767px) {
        .stats-left {
            display: grid !important;
            grid-template-columns: repeat(3, 1fr) !important;
            gap: 12px !important;
            align-items: start !important;
        }

        .stat {
            flex-direction: column !important;
            align-items: center !important;
            text-align: center !important;
            border-right: none !important;
            padding-right: 0 !important;
            gap: 8px !important;
        }

        .stat-meta {
            display: flex !important;
            flex-direction: column !important;
            align-items: center !important;
        }

        .stat-lbl {
            font-size: 8px !important;
            white-space: normal !important;
            text-align: center !important;
        }
    }

    @media (max-width: 540px) {
        .stats-left {
            grid-template-columns: repeat(2, 1fr) !important;
        }
    }

    .client-logos {
        justify-content: flex-start
    }

    .cards-4 {
        grid-template-columns: 1fr
    }

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

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

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

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

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

    .cta-card {
        flex-direction: column;
        align-items: flex-start
    }

    .nav-cta {
        font-size: 11px
    }

    .process-timeline {
        display: none !important;
    }
}

.leading-none {
    line-height: 1.5 !important;
    padding-bottom: 0.5em !important;
}

.h2 {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

@media (max-width: 920px) {
    .section-head.between {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .section-head.between>div {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .h2 {
        font-size: 26px !important;
    }

    .hero-title {
        font-size: 32px !important;
    }

    .case-title {
        font-size: 15px !important;
    }

    .case-meta {
        padding: 14px !important;
    }

    .case-services span {
        font-size: 8px !important;
        padding: 2px 6px !important;
    }

    .case-btn {
        font-size: 9px !important;
        padding: 6px 10px !important;
    }

    .case-badge {
        font-size: 8px !important;
        padding: 4px 8px !important;
        left: 14px !important;
        top: 14px !important;
    }
}

.tracking-tight {
    letter-spacing: -0.005em !important;
}

/* Fixed Bottom Menu for Tablet & Mobile */
.fixed-bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 64px;
    background: rgba(3, 7, 18, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: none;
    align-items: center;
    justify-content: space-around;
    padding: 0 8px;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.5);
}

.mobile-menu-item {
    color: #9ca3af;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 6px;
    transition: color 0.25s ease, transform 0.2s ease;
    flex: 1;
    text-align: center;
}

.mobile-menu-item:hover,
.mobile-menu-item:active {
    color: #0066ff;
}

.mobile-menu-text {
    font-size: 9px;
    white-space: nowrap;
}

@media (max-width: 980px) {
    .fixed-bottom-menu {
        display: flex !important;
    }

    body {
        padding-bottom: 64px !important;
    }
}

/* Visual timeline components for project tracking */
.wcom-timeline-container {
    position: relative;
    border-left: 2px solid #1f2937;
    margin-left: 10px;
    padding-left: 24px;
}
.wcom-timeline-node {
    position: relative;
}
.wcom-timeline-bullet {
    position: absolute;
    left: -31px;
    top: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #111827;
    border: 2px solid #374151;
    z-index: 10;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.wcom-timeline-node.completed .wcom-timeline-bullet {
    background: #0066ff;
    border-color: #0066ff;
    box-shadow: 0 0 12px rgba(0, 102, 255, 0.5);
}
.wcom-timeline-node.current .wcom-timeline-bullet {
    background: #06b6d4;
    border-color: #06b6d4;
    box-shadow: 0 0 14px rgba(6, 182, 212, 0.8);
    animation: wcomPulse 2s infinite;
}
@keyframes wcomPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(6, 182, 212, 0.7);
    }
    70% {
        transform: scale(1.25);
        box-shadow: 0 0 0 10px rgba(6, 182, 212, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(6, 182, 212, 0);
    }
}