:root {
    --bg-primary: #0a0a0a;
    --bg-secondary: #121212;
    --bg-card: #181818;
    --text-primary: #f5f5f5;
    --text-secondary: #a1a1aa;
    --accent: #10b981;
    --accent-hover: #059669;
    --border-color: rgba(255, 255, 255, 0.12);
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background: var(--bg-primary);
    color: var(--text-primary);
}

.navbar {
     background: rgba(10, 10, 10, 0.8);
     backdrop-filter: blur(10px);
     transition: all 0.3s ease;
 }

 .navbar.scrolled {
     background: rgba(10, 10, 10, 0.96);
     backdrop-filter: blur(10px);
     border-bottom: 1px solid var(--border-color);
 }

 .navbar-brand {
     font-weight: 700;
     color: var(--text-primary) !important;
 }

 .navbar-toggler {
     color: var(--text-primary) !important;
     background: rgba(255, 255, 255, 0.1);
     border-radius: 6px;
     padding: 0.4rem 0.6rem;
 }

 .navbar-toggler:focus {
     box-shadow: 0 0 0 0.25rem rgba(16, 185, 129, 0.25);
 }

 .navbar-collapse {
     background: rgba(10, 10, 10, 0.95);
     backdrop-filter: blur(10px);
     border-radius: 0 0 12px 12px;
     margin-top: 0.5rem;
 }

 .nav-link {
     color: var(--text-secondary) !important;
     font-size: 0.95rem;
     padding: 0.6rem 1rem !important;
 }

 .nav-link:hover {
     color: var(--text-primary) !important;
 }

 .nav-link.active {
     color: var(--text-primary) !important;
 }

 @media (max-width: 991px) {
     .navbar-nav {
         margin-bottom: 0.5rem;
     }

     .navbar-nav .nav-link {
         padding: 0.6rem 1.1rem !important;
     }

     .navbar-collapse {
         padding: 0.8rem 0;
     }

     .navbar .btn-primary {
         font-size: 0.9rem;
         padding: 0.55rem 1rem;
     }
 }

.services-dropdown {
    min-width: 14rem;
    border: 1px solid var(--border-color);
    background: #0f1720;
}

.services-dropdown .dropdown-item {
    color: var(--text-secondary);
    border-radius: 0.45rem;
}

.services-dropdown .dropdown-item:hover,
.services-dropdown .dropdown-item:focus,
.services-dropdown .dropdown-item.active {
    color: var(--text-primary);
    background: rgba(16, 185, 129, 0.16);
}

.btn-primary {
    background: var(--accent);
    border: none;
    color: #0a0a0a;
    font-weight: 600;
}

.btn-primary:hover {
    background: var(--accent-hover);
    color: #0a0a0a;
}

.btn-outline-light {
    border-color: var(--border-color);
}

.hero-section,
.products-section,
.process-section,
.contact-section {
    background: var(--bg-primary);
}

.services-section,
.about-section,
.footer {
    background: var(--bg-secondary);
}

.client-logos-section,
.testimonials-section {
    background: var(--bg-primary);
}

.hero-section,
.services-section,
.process-section,
.products-section,
.about-section,
.contact-section {
    padding: 6rem 0;
}

.client-logos-section {
    padding: 2.4rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.testimonials-section {
    padding: 6rem 0;
}

.badge-label {
    color: var(--accent);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 0.82rem;
}

.hero-title,
.section-title {
    color: var(--text-primary);
    font-weight: 700;
}

.hero-title {
    font-size: clamp(2rem, 5vw, 3.6rem);
    margin: 0.8rem 0 1rem;
}

.hero-description,
.section-description {
    color: var(--text-secondary);
}

.hero-stats {
    display: flex;
    gap: 2rem;
}

.hero-trust-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 1.35rem;
}

.trust-label {
    color: var(--text-secondary);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.trust-items {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.trust-items span {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    padding: 0.3rem 0.75rem;
    font-size: 0.78rem;
    color: var(--text-secondary);
}

.offer-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 12px;
    border: 1px solid rgba(16, 185, 129, 0.35);
    background: rgba(16, 185, 129, 0.08);
}

.offer-copy {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    align-items: center;
    color: #d3fce9;
    font-size: 0.9rem;
}

.offer-copy strong {
    color: #e8fff5;
}

.offer-chip {
    border-radius: 999px;
    border: 1px solid rgba(16, 185, 129, 0.45);
    padding: 0.2rem 0.62rem;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #9cf7d2;
    font-weight: 600;
}

.client-logos-title {
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.74rem;
    font-weight: 600;
}

.client-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.client-logo {
    border: 1px solid var(--border-color);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.02);
    color: #cfd0d4;
    font-weight: 500;
    font-size: 0.82rem;
    padding: 0.45rem 0.85rem;
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 1.8rem;
    font-weight: 700;
}

.stat-label {
    color: var(--text-secondary);
    font-size: 0.85rem;
}

.service-card,
.product-card,
.contact-form-wrapper {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 14px;
}

/* ── Hero canvas ─────────────────────────────────── */
.hero-section {
    position: relative;
    overflow: hidden;
}

#hero-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    opacity: 0.85;
}

.hero-section > .container {
    position: relative;
    z-index: 1;
}

/* ── Tech keyword pills ──────────────────────────── */
.tech-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.tech-keywords .kw {
    background: rgba(16, 185, 129, 0.07);
    border: 1px solid rgba(16, 185, 129, 0.22);
    color: #10b981;
    font-size: 0.72rem;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: 0.04em;
    transition: background 0.2s, border-color 0.2s;
}

.tech-keywords .kw:hover {
    background: rgba(16, 185, 129, 0.16);
    border-color: rgba(16, 185, 129, 0.5);
}

/* ── Section background icons (watermarks) ───────── */
.services-section,
.products-section {
    position: relative;
    overflow: hidden;
}

/* dot-grid overlay for services */
.services-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,0.045) 1px, transparent 1px);
    background-size: 26px 26px;
    pointer-events: none;
    z-index: 0;
}

.services-section > .container,
.products-section > .container {
    position: relative;
    z-index: 1;
}

.section-bg-icons {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.section-bg-icons .bg-icon {
    position: absolute;
    color: var(--accent);
    opacity: 0.038;
    line-height: 1;
}

/* services icon placements */
.services-section .bg-icon:nth-child(1) { font-size: 9rem;  top: -1.5rem; left: -1rem; }
.services-section .bg-icon:nth-child(2) { font-size: 13rem; top: 5%;      right: -2rem; }
.services-section .bg-icon:nth-child(3) { font-size: 7rem;  bottom: 0;    left: 22%; }
.services-section .bg-icon:nth-child(4) { font-size: 8rem;  top: 42%;     right: 18%; }
.services-section .bg-icon:nth-child(5) { font-size: 11rem; bottom: -1rem; right: -1rem; }
.services-section .bg-icon:nth-child(6) { font-size: 6rem;  top: 60%;     left: 8%; }

/* products icon placements */
.products-section .bg-icon:nth-child(1) { font-size: 10rem; top: -2rem;   right: 3%; }
.products-section .bg-icon:nth-child(2) { font-size: 8rem;  top: 30%;     left: -1rem; }
.products-section .bg-icon:nth-child(3) { font-size: 12rem; bottom: -2rem; left: 15%; }
.products-section .bg-icon:nth-child(4) { font-size: 7rem;  bottom: 5%;   right: 12%; }

/* ── Contact section dot grid ────────────────────── */
.contact-section {
    position: relative;
    overflow: hidden;
}

.contact-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 26px 26px;
    pointer-events: none;
    z-index: 0;
}

.contact-section > .container {
    position: relative;
    z-index: 1;
}
.market-panel {
    background: linear-gradient(165deg, rgba(24, 24, 24, 0.95), rgba(10, 10, 10, 0.98));
    border: 1px solid var(--border-color);
    border-radius: 14px;
    padding: 1.4rem;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38);
}

.market-panel-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 1rem;
}

.market-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.24rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(16, 185, 129, 0.3);
    color: #8ef7cb;
    background: rgba(16, 185, 129, 0.12);
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.market-title {
    color: var(--text-primary);
    font-size: 1.22rem;
    line-height: 1.4;
    margin-bottom: 0.6rem;
}

.market-description {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.6;
}

.market-metric-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 10px;
    padding: 0.85rem 0.8rem;
    min-height: 88px;
}

.metric-value {
    display: block;
    color: var(--text-primary);
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.metric-label {
    display: block;
    margin-top: 0.25rem;
    color: var(--text-secondary);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.market-checklist {
    list-style: none;
    padding: 0;
}

.market-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    color: var(--text-secondary);
    font-size: 0.9rem;
    line-height: 1.45;
}

.market-checklist li + li {
    margin-top: 0.55rem;
}

.market-checklist i {
    color: var(--accent);
    font-size: 0.95rem;
    margin-top: 0.18rem;
}

.process-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 14px;
    height: 100%;
    padding: 1.2rem;
}

.process-step {
    display: inline-block;
    color: var(--accent);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 0.55rem;
    font-weight: 600;
}

.process-card h3 {
    font-size: 1.08rem;
    margin-bottom: 0.55rem;
    color: var(--text-primary);
}

.process-card p {
    margin-bottom: 0;
    color: var(--text-secondary);
    font-size: 0.92rem;
    line-height: 1.5;
}

.capabilities-section {
    background: var(--bg-primary);
    padding: 6rem 0;
}

.highlight-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 14px;
    height: 100%;
    padding: 1.05rem;
}

.highlight-index {
    display: inline-block;
    color: var(--accent);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.highlight-card h3 {
    color: var(--text-primary);
    font-size: 1.02rem;
    margin-bottom: 0.5rem;
}

.highlight-card p {
    color: var(--text-secondary);
    font-size: 0.88rem;
    line-height: 1.5;
    margin-bottom: 0.8rem;
}

.highlight-list {
    list-style: none;
    padding-left: 0;
}

.highlight-list li {
    color: var(--text-secondary);
    font-size: 0.83rem;
    line-height: 1.45;
    padding-left: 1rem;
    position: relative;
}

.highlight-list li::before {
    content: '';
    width: 0.34rem;
    height: 0.34rem;
    border-radius: 999px;
    background: var(--accent);
    position: absolute;
    left: 0;
    top: 0.42rem;
}

.highlight-list li + li {
    margin-top: 0.44rem;
}

.testimonial-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 14px;
    padding: 1.2rem;
    height: 100%;
}

.testimonial-card p {
    color: var(--text-secondary);
    margin-bottom: 1rem;
    line-height: 1.55;
}

.testimonial-card h3 {
    margin: 0;
    font-size: 0.92rem;
    color: var(--text-primary);
    font-weight: 600;
}

.service-card,
.product-card,
.contact-form-wrapper {
    padding: 1.5rem;
    height: 100%;
}

.service-title,
.product-title {
    color: var(--text-primary);
    font-size: 1.2rem;
    margin-bottom: 0.7rem;
}

.service-card p,
.product-card p {
    color: var(--text-secondary);
    margin-bottom: 0;
}

.form-control {
    background: #101010;
    border: 1px solid var(--border-color);
    color: var(--text-primary);
}

.form-control::placeholder {
    color: #73737a;
}

.form-control:focus {
    background: #101010;
    color: var(--text-primary);
    border-color: var(--accent);
    box-shadow: 0 0 0 0.2rem rgba(16, 185, 129, 0.15);
}

.footer {
    border-top: 1px solid var(--border-color);
    padding: 2.5rem 0;
    color: var(--text-secondary);
}

.social-links {
    display: flex;
    gap: 0.6rem;
}

.social-links a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    color: var(--text-secondary);
}

.social-links a:hover {
    color: #0a0a0a;
    background: var(--accent);
    border-color: var(--accent);
}

@media (max-width: 767px) {
    .hero-stats {
        flex-direction: column;
        gap: 1rem;
    }

    .offer-banner {
        flex-direction: column;
        align-items: flex-start;
    }

    .highlight-card {
        padding: 1rem;
    }
}

