@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

:root {
    --tech-ink: #101827;
    --tech-muted: #5d697a;
    --tech-line: #dce5ef;
    --tech-soft: #f5f9fd;
    --tech-blue: #246bfe;
    --tech-violet: #7247d8;
    --tech-teal: #11a594; 
    --tech-orange: #f08b2b;
    --tech-dark: #0d1424;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.tech-body {
    margin: 0;
    background: #ffffff;
    color: var(--tech-ink);
    font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.5;
    overflow-x: hidden;
}
.tech-container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.tech-nav {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px max(20px, calc((100vw - 1160px) / 2));
    background: rgba(255,255,255,.94);
    border-bottom: 1px solid rgba(220,229,239,.9);
    box-shadow: 0 12px 40px rgba(16,24,39,.08);
    backdrop-filter: blur(18px);
    transition: box-shadow .25s ease, padding .25s ease;
}
.tech-nav.is-scrolled { box-shadow: 0 14px 46px rgba(16,24,39,.12); padding-top: 10px; padding-bottom: 10px; }
.tech-brand { display: inline-flex; align-items: center; gap: 11px; color: var(--tech-ink); text-decoration: none; }
.tech-brand:hover { color: var(--tech-ink); text-decoration: none; }
.tech-brand-mark {
    width: 38px; height: 38px; border-radius: 10px;
    display: inline-flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, var(--tech-blue), var(--tech-violet));
    color: white; font-weight: 900; box-shadow: 0 14px 32px rgba(36,107,254,.24);
}
.tech-brand strong { display: block; font-size: 18px; line-height: 1.05; }
.tech-brand small { display: block; color: var(--tech-muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.tech-links { display: flex; align-items: center; gap: 28px; }
.tech-links a { color: #243047; text-decoration: none; font-size: 14px; font-weight: 800; }
.tech-links a:hover { color: var(--tech-blue); text-decoration: none; }
.tech-nav-cta {
    color: white !important;
    padding: 11px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--tech-blue), var(--tech-violet));
    box-shadow: 0 12px 28px rgba(36,107,254,.2);
}
.tech-menu-toggle { display: none; border: 0; background: white; color: var(--tech-ink); width: 42px; height: 42px; border-radius: 10px; box-shadow: 0 12px 30px rgba(16,24,39,.1); }
.tech-hero { position: relative; min-height: 100svh; display: flex; align-items: center; padding: 118px 0 70px; overflow: hidden; }
.tech-hero-media, .tech-hero-media img, .tech-hero-overlay { position: absolute; inset: 0; }
.tech-hero-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.04); }
.tech-hero-overlay { background: linear-gradient(90deg, rgba(5,13,29,.92), rgba(10,28,58,.74) 48%, rgba(255,255,255,.08)); }
.tech-hero-content { position: relative; z-index: 1; color: white; max-width: 1160px; }
.tech-eyebrow, .tech-kicker {
    display: inline-flex; align-items: center; gap: 8px;
    color: var(--tech-blue); font-weight: 800; font-size: 13px; letter-spacing: .08em; text-transform: uppercase;
}
.tech-hero .tech-eyebrow { color: #9fd2ff; }
.tech-hero h1 { max-width: 820px; font-size: clamp(46px, 8vw, 98px); line-height: .96; letter-spacing: 0; font-weight: 900; margin: 22px 0; }
.tech-hero p { max-width: 650px; color: rgba(255,255,255,.78); font-size: clamp(17px, 2vw, 21px); margin-bottom: 34px; }
.tech-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.tech-button {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    min-height: 50px; padding: 13px 22px; border-radius: 999px;
    font-weight: 800; text-decoration: none; border: 0; cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.tech-button:hover { transform: translateY(-2px); text-decoration: none; }
.tech-button-primary { color: white; background: linear-gradient(135deg, var(--tech-blue), var(--tech-violet)); box-shadow: 0 18px 38px rgba(36,107,254,.3); }
.tech-button-secondary { color: white; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.28); backdrop-filter: blur(10px); }
.tech-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 58px; color: rgba(255,255,255,.74); }
.tech-proof strong { display: inline-block; color: white; font-size: 30px; line-height: 1; margin-right: 3px; }
.tech-section { padding: 96px 0; }
.tech-section-head { max-width: 650px; margin-bottom: 42px; }
.tech-section-head h2, .tech-band h2, .tech-cta h2 { font-size: clamp(32px, 5vw, 56px); line-height: 1.02; margin: 12px 0 16px; font-weight: 900; }
.tech-section-head p, .tech-cta p { color: var(--tech-muted); font-size: 18px; }
.tech-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tech-service-card {
    padding: 30px; border: 1px solid var(--tech-line); border-radius: 8px;
    background: linear-gradient(180deg, white, #fbfdff); min-height: 230px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.tech-service-card:hover { transform: translateY(-6px); border-color: rgba(36,107,254,.32); box-shadow: 0 22px 44px rgba(16,24,39,.09); }
.tech-service-card i, .tech-service-icon {
    width: 48px; height: 48px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, rgba(36,107,254,.11), rgba(17,165,148,.12)); color: var(--tech-blue); font-size: 22px;
}
.tech-service-card h3 { margin: 22px 0 10px; font-weight: 900; font-size: 20px; }
.tech-service-card p, .tech-service-detail p, .tech-process-item p, .tech-values p, .tech-blog-card p, .tech-case-body p { color: var(--tech-muted); }
.tech-center { text-align: center; margin-top: 34px; }
.tech-link { display: inline-flex; align-items: center; gap: 8px; color: var(--tech-blue); font-weight: 900; text-decoration: none; }
.tech-link:hover { color: var(--tech-violet); text-decoration: none; }
.tech-band { padding: 92px 0; background: var(--tech-dark); color: white; position: relative; overflow: hidden; }
.tech-band:before { content: ""; position: absolute; inset: auto -10% -40% auto; width: 520px; height: 520px; background: radial-gradient(circle, rgba(17,165,148,.22), transparent 62%); }
.tech-band-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }
.tech-band .tech-kicker { color: #83d4ff; }
.tech-process { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.tech-process-item { padding: 26px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; background: rgba(255,255,255,.045); }
.tech-process-item strong { color: #83d4ff; font-size: 32px; }
.tech-process-item h3 { margin: 16px 0 8px; font-weight: 900; }
.tech-cta { text-align: center; padding: 70px 30px; border-radius: 8px; background: linear-gradient(135deg, #f4f9ff, #f7f3ff 60%, #f4fffd); border: 1px solid var(--tech-line); }
.tech-page-hero { padding: 150px 0 70px; background: linear-gradient(135deg, #f7fbff, #f7f3ff 56%, #f3fffb); }
.tech-page-hero h1 { max-width: 860px; font-size: clamp(42px, 7vw, 78px); line-height: 1; font-weight: 900; margin: 14px 0 18px; }
.tech-page-hero p { max-width: 710px; color: var(--tech-muted); font-size: 19px; }
.tech-services-list .tech-container { display: grid; gap: 22px; }
.tech-service-detail { display: grid; grid-template-columns: 76px 1fr; gap: 24px; padding: 34px; border: 1px solid var(--tech-line); border-radius: 8px; background: white; }
.tech-service-detail span { display: inline-flex; margin-bottom: 8px; color: var(--tech-blue); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.tech-service-detail h2 { font-size: clamp(25px, 3vw, 34px); font-weight: 900; margin: 0 0 10px; }
.tech-service-detail ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 20px; list-style: none; padding: 0; margin: 22px 0 0; }
.tech-service-detail li { color: #344255; font-weight: 700; }
.tech-service-detail li i { color: var(--tech-teal); margin-right: 8px; }
.tech-timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.tech-timeline div { padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; background: rgba(255,255,255,.045); }
.tech-timeline strong { display: block; color: #83d4ff; font-size: 30px; }
.tech-timeline span { font-weight: 900; }
.tech-case-list { display: grid; gap: 22px; }
.tech-case-card { display: grid; grid-template-columns: 310px 1fr; border: 1px solid var(--tech-line); border-radius: 8px; overflow: hidden; background: white; }
.tech-case-panel { padding: 30px; color: white; background: linear-gradient(135deg, var(--tech-blue), var(--tech-violet)); }
.tech-case-panel span { color: rgba(255,255,255,.72); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.tech-case-panel h2 { margin: 14px 0 24px; font-size: 25px; font-weight: 900; line-height: 1.08; }
.tech-case-panel small { font-weight: 900; }
.tech-case-body { padding: 30px; }
.tech-case-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 20px 0; }
.tech-case-metrics strong { padding: 12px; border-radius: 8px; background: var(--tech-soft); font-size: 13px; }
.tech-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tech-tags span { padding: 7px 10px; border-radius: 999px; background: #edf3f9; color: #405064; font-size: 12px; font-weight: 800; }
.tech-about-grid { display: grid; grid-template-columns: 1fr 430px; gap: 60px; align-items: center; }
.tech-orbit { min-height: 430px; position: relative; border-radius: 8px; border: 1px solid rgba(36,107,254,.16); background: rgba(255,255,255,.65); box-shadow: 0 24px 60px rgba(16,24,39,.09); display: flex; align-items: center; justify-content: center; }
.tech-orbit i { width: 120px; height: 120px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 52px; background: linear-gradient(135deg, var(--tech-blue), var(--tech-violet)); animation: techPulse 3s ease-in-out infinite; }
.tech-orbit span { position: absolute; padding: 9px 13px; border-radius: 999px; background: white; color: #314258; box-shadow: 0 12px 28px rgba(16,24,39,.1); font-weight: 900; font-size: 12px; }
.tech-orbit span:nth-child(1) { top: 42px; left: 34px; }
.tech-orbit span:nth-child(2) { top: 54px; right: 32px; }
.tech-orbit span:nth-child(3) { bottom: 48px; left: 32px; }
.tech-orbit span:nth-child(4) { bottom: 42px; right: 36px; }
.tech-values, .tech-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tech-values article, .tech-blog-card { border: 1px solid var(--tech-line); border-radius: 8px; padding: 28px; background: white; }
.tech-values article:first-child { grid-column: span 2; }
.tech-values h3, .tech-blog-card h2 { font-size: 22px; font-weight: 900; margin: 0 0 10px; }
.tech-blog-card span { color: var(--tech-blue); font-weight: 900; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.tech-blog-card a { color: var(--tech-blue); font-weight: 900; text-decoration: none; }
.tech-contact-grid { display: grid; grid-template-columns: 360px 1fr; gap: 34px; align-items: start; }
.tech-contact-info { display: grid; gap: 14px; }
.tech-contact-info div { padding: 20px; border: 1px solid var(--tech-line); border-radius: 8px; background: white; }
.tech-contact-info i { color: var(--tech-blue); margin-right: 10px; }
.tech-contact-info span { display: block; color: var(--tech-muted); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.tech-contact-info strong { display: block; margin-top: 3px; }
.tech-contact-info p { padding: 22px; color: white; border-radius: 8px; background: linear-gradient(135deg, var(--tech-blue), var(--tech-violet)); }
.tech-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; padding: 30px; border: 1px solid var(--tech-line); border-radius: 8px; background: white; }
.tech-form label { color: #344255; font-weight: 800; }
.tech-form input, .tech-form select, .tech-form textarea { width: 100%; margin-top: 7px; border: 1px solid var(--tech-line); border-radius: 8px; padding: 13px 14px; font: inherit; color: var(--tech-ink); background: #fbfdff; }
.tech-form input:focus, .tech-form select:focus, .tech-form textarea:focus { outline: 3px solid rgba(36,107,254,.14); border-color: var(--tech-blue); }
.tech-form-wide { grid-column: 1 / -1; }
.tech-footer { background: #080e19; color: #aab5c4; padding: 62px 0 22px; }
.tech-footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr; gap: 60px; }
.tech-footer-brand { color: white; margin-bottom: 18px; }
.tech-footer p { max-width: 430px; }
.tech-footer h3 { color: white; font-size: 14px; text-transform: uppercase; letter-spacing: .08em; margin: 0 0 14px; }
.tech-footer a { display: block; color: #aab5c4; text-decoration: none; margin: 9px 0; }
.tech-footer a:hover { color: white; text-decoration: none; }
.tech-footer-bottom { margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 16px; }
.tech-footer-bottom a { display: inline; margin: 0; }
.tech-reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.tech-reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes techPulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.04); } }

@media (max-width: 991px) {
    .tech-menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
    .tech-links { position: absolute; top: calc(100% + 8px); left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border-radius: 8px; background: white; box-shadow: 0 18px 48px rgba(16,24,39,.16); }
    .tech-links.is-open { display: flex; }
    .tech-links a { padding: 13px 12px; }
    .tech-nav-cta { text-align: center; margin-top: 6px; }
    .tech-service-grid, .tech-band-grid, .tech-case-card, .tech-about-grid, .tech-contact-grid, .tech-footer-grid { grid-template-columns: 1fr; }
    .tech-process, .tech-values, .tech-blog-grid { grid-template-columns: repeat(2, 1fr); }
    .tech-case-metrics, .tech-timeline { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .tech-container { width: min(100% - 28px, 1160px); }
    .tech-nav { padding-left: 14px; padding-right: 14px; }
    .tech-brand small { display: none; }
    .tech-hero { min-height: auto; padding-top: 118px; }
    .tech-hero h1 { font-size: 48px; }
    .tech-actions .tech-button { width: 100%; }
    .tech-proof { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
    .tech-section, .tech-band { padding: 68px 0; }
    .tech-service-grid, .tech-process, .tech-service-detail, .tech-service-detail ul, .tech-case-metrics, .tech-timeline, .tech-values, .tech-blog-grid, .tech-form { grid-template-columns: 1fr; }
    .tech-service-detail { padding: 24px; }
    .tech-values article:first-child { grid-column: auto; }
    .tech-orbit { min-height: 340px; }
    .tech-footer-bottom { flex-direction: column; }
}

.tech-dropdown {
    position: relative;
}
.tech-dropdown > button {
    border: 0;
    background: transparent;
    color: #243047;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}
.tech-dropdown > button i {
    font-size: 11px;
    transition: transform .2s ease;
}
.tech-dropdown-menu {
    position: absolute;
    top: calc(100% + 18px);
    left: -18px;
    width: 245px;
    padding: 10px;
    border: 1px solid rgba(220,229,239,.95);
    border-radius: 8px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 24px 55px rgba(16,24,39,.16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.tech-dropdown:hover .tech-dropdown-menu,
.tech-dropdown:focus-within .tech-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.tech-dropdown:hover > button i,
.tech-dropdown:focus-within > button i {
    transform: rotate(180deg);
}
.tech-dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border-radius: 8px;
    color: #243047;
    margin: 0;
}
.tech-dropdown-menu a:hover {
    background: #f3f8ff;
    color: var(--tech-blue);
}
.tech-dropdown-menu a i {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--tech-blue);
    background: rgba(36,107,254,.1);
}
.mixed-hero .tech-hero-overlay {
    background: linear-gradient(90deg, rgba(7,13,26,.92), rgba(12,34,54,.74) 52%, rgba(8,25,44,.2));
}
.home-service-choice {
    background: linear-gradient(135deg, #f7fbff, #f5fffb);
}
.home-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}
.home-choice-panel {
    display: block;
    min-height: 360px;
    padding: 36px;
    border: 1px solid var(--tech-line);
    border-radius: 8px;
    background: #ffffff;
    text-decoration: none;
    color: var(--tech-ink);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.home-choice-panel:hover {
    color: var(--tech-ink);
    text-decoration: none;
    transform: translateY(-6px);
    border-color: rgba(36,107,254,.32);
    box-shadow: 0 26px 58px rgba(16,24,39,.12);
}
.home-choice-icon {
    width: 58px;
    height: 58px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--tech-teal);
    background: rgba(17,165,148,.12);
    font-size: 24px;
    margin-bottom: 34px;
}
.home-choice-icon.tech {
    color: var(--tech-blue);
    background: rgba(36,107,254,.11);
}
.home-choice-panel small {
    display: block;
    color: var(--tech-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.home-choice-panel h3 {
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 900;
    line-height: 1;
    margin: 0 0 14px;
}
.home-choice-panel p {
    color: var(--tech-muted);
    font-size: 17px;
    margin-bottom: 28px;
}
.home-choice-panel strong {
    color: var(--tech-blue);
}
.compact-cta-section {
    padding-top: 78px;
}
.service-page-hero-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 56px;
    align-items: center;
}
.service-page-image img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 24px 56px rgba(16,24,39,.12);
}
.staffing-icon {
    color: var(--tech-teal);
    background: linear-gradient(135deg, rgba(17,165,148,.12), rgba(240,139,43,.12));
}
.staffing-domain-band .tech-kicker {
    color: #9ff2dd;
}
.domain-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.domain-chip-grid span {
    padding: 12px 14px;
    border-radius: 999px;
    color: white;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    font-weight: 800;
}

@media (max-width: 991px) {
    .tech-dropdown-menu {
        position: static;
        visibility: visible;
        opacity: 1;
        transform: none;
        width: auto;
        box-shadow: none;
        border: 0;
        padding: 4px 0 8px;
        background: transparent;
    }
    .tech-dropdown > button {
        padding: 13px 12px;
    }
    .home-choice-grid,
    .service-page-hero-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .home-choice-panel {
        min-height: auto;
        padding: 26px;
    }
    .service-page-image img {
        height: 260px;
    }
}
.tech-brand-logo img {
    display: block;
    width: auto;
    height: 52px;
    max-width: 190px;
    object-fit: contain;
}
.tech-footer-brand.tech-brand-logo img {
    height: 58px;
    max-width: 210px;
    filter: brightness(0) invert(1);
}
.about-hero {
    background: linear-gradient(135deg, #f7fbff, #f6fffb);
}
.about-hero-grid,
.about-story-grid,
.about-domains-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}
.about-hero-image img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 24px 58px rgba(16,24,39,.12);
}
.about-story-grid h2,
.about-domains-grid h2 {
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.03;
    font-weight: 900;
    margin: 12px 0 0;
}
.about-story-copy p,
.about-vision-copy p,
.about-domains-grid p {
    color: var(--tech-muted);
    font-size: 18px;
}
.about-lines-section {
    background: #f8fbff;
}
.about-lines-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}
.about-line-panel {
    padding: 34px;
    border: 1px solid var(--tech-line);
    border-radius: 8px;
    background: #fff;
}
.about-line-panel small {
    display: block;
    color: var(--tech-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.about-line-panel h2 {
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1;
    font-weight: 900;
    margin: 0 0 14px;
}
.about-line-panel p {
    color: var(--tech-muted);
    font-size: 17px;
}
.about-line-icon {
    width: 58px;
    height: 58px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--tech-teal);
    background: rgba(17,165,148,.12);
    font-size: 24px;
    margin-bottom: 30px;
}
.about-line-panel.technology .about-line-icon {
    color: var(--tech-blue);
    background: rgba(36,107,254,.11);
}
.about-line-panel ul,
.about-principle-card ul {
    list-style: none;
    padding: 0;
    margin: 22px 0;
    display: grid;
    gap: 10px;
}
.about-line-panel li {
    color: #344255;
    font-weight: 800;
}
.about-line-panel li i {
    color: var(--tech-teal);
    margin-right: 9px;
}
.about-vision-band .tech-kicker {
    color: #9ff2dd;
}
.about-principles-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.about-principle-card {
    padding: 28px;
    border: 1px solid var(--tech-line);
    border-radius: 8px;
    background: #fff;
}
.about-principle-card i {
    width: 46px;
    height: 46px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--tech-blue);
    background: rgba(36,107,254,.1);
    font-size: 20px;
    margin-bottom: 22px;
}
.about-principle-card h3 {
    font-size: 20px;
    font-weight: 900;
    margin: 0 0 10px;
}
.about-principle-card p {
    color: var(--tech-muted);
}
.about-domains-section {
    background: linear-gradient(135deg, #f7fbff, #f5fffb);
}
.domain-chip-grid.light span {
    color: #243047;
    background: #fff;
    border: 1px solid var(--tech-line);
}

@media (max-width: 991px) {
    .about-hero-grid,
    .about-story-grid,
    .about-lines-grid,
    .about-domains-grid {
        grid-template-columns: 1fr;
    }
    .about-principles-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .tech-brand-logo img {
        height: 42px;
        max-width: 150px;
    }
    .about-hero-image img {
        height: 300px;
    }
    .about-principles-grid {
        grid-template-columns: 1fr;
    }
}
.tech-brand-logo {
    display: inline-flex;
    width: max-content;
    max-width: max-content;
    flex: 0 0 auto;
    line-height: 0;
}
.tech-brand-logo img {
    display: block;
    width: auto;
    height: 62px;
    max-width: 235px;
    object-fit: contain;
}
.tech-footer .tech-brand-logo {
    display: inline-flex;
    width: max-content;
    max-width: max-content;
    margin-bottom: 18px;
}
.tech-footer-brand.tech-brand-logo img {
    height: 68px;
    max-width: 255px;
    filter: none;
}

@media (max-width: 640px) {
    .tech-brand-logo img {
        height: 50px;
        max-width: 190px;
    }
    .tech-footer-brand.tech-brand-logo img {
        height: 56px;
        max-width: 210px;
    }
}
.tech-footer .tech-brand-logo {
    display: inline-flex;
    width: fit-content;
    max-width: fit-content;
    inline-size: fit-content;
    align-self: flex-start;
    margin: 0 0 18px;
}
.tech-footer .tech-brand-logo img {
    pointer-events: none;
}
/* X-TechWork animated homepage hero */
.mixed-hero {
    min-height: calc(100svh - 0px);
    padding: clamp(118px, 14svh, 156px) 0 clamp(64px, 9svh, 92px);
    isolation: isolate;
    background:
        radial-gradient(circle at 82% 18%, rgba(27, 166, 196, .22), transparent 34%),
        radial-gradient(circle at 24% 78%, rgba(36, 107, 254, .16), transparent 31%),
        linear-gradient(135deg, #07131f 0%, #0d3441 48%, #0f5363 100%);
}
.mixed-hero .tech-hero-media {
    display: none;
}
.mixed-hero .tech-hero-overlay {
    z-index: 0;
    background:
        linear-gradient(90deg, rgba(3, 11, 21, .88) 0%, rgba(5, 19, 31, .72) 42%, rgba(8, 45, 59, .44) 100%),
        linear-gradient(180deg, rgba(2, 7, 14, .55), rgba(2, 12, 22, .18) 42%, rgba(2, 9, 18, .62));
}
.tech-hero-bars {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}
.tech-hero-bars:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
    background-size: 96px 96px;
    mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}
.tech-hero-bars span {
    position: absolute;
    left: var(--x);
    bottom: -28%;
    width: clamp(18px, 2vw, 30px);
    height: var(--h);
    border-radius: 999px;
    background: linear-gradient(180deg, transparent 0%, rgba(151, 223, 255, .18) 18%, rgba(191, 237, 255, .72) 52%, rgba(44, 183, 218, .2) 84%, transparent 100%);
    filter: blur(7px);
    opacity: .62;
    animation: techHeroBarRise var(--t) linear infinite;
    animation-delay: var(--d);
}
.tech-hero-bars span:nth-child(2n) {
    width: clamp(24px, 2.8vw, 42px);
    opacity: .42;
    filter: blur(10px);
}
.tech-hero-bars span:nth-child(3n) {
    background: linear-gradient(180deg, transparent 0%, rgba(79, 225, 199, .16) 18%, rgba(161, 255, 231, .58) 54%, rgba(30, 176, 164, .18) 86%, transparent 100%);
}
.mixed-hero .tech-hero-content {
    width: min(1160px, calc(100% - 40px));
    max-width: 1160px;
    padding-left: clamp(0px, 1.4vw, 18px);
}
.mixed-hero .tech-eyebrow {
    color: #a9ddff;
    font-size: clamp(11px, 1.1vw, 14px);
    line-height: 1.35;
    letter-spacing: .09em;
}
.mixed-hero h1 {
    max-width: 760px;
    margin: clamp(18px, 2.3vw, 28px) 0 clamp(18px, 2.2vw, 26px);
    font-size: clamp(46px, 7.1vw, 112px);
    line-height: .94;
    text-wrap: balance;
}
.mixed-hero p {
    max-width: 660px;
    margin: 0 0 clamp(28px, 3.5vw, 42px);
    color: rgba(255, 255, 255, .8);
    font-size: clamp(17px, 1.55vw, 23px);
    line-height: 1.55;
}
.mixed-hero .tech-actions {
    gap: 16px;
}
.mixed-hero .tech-button {
    min-height: 58px;
    padding: 15px 24px;
    font-size: clamp(15px, 1.25vw, 18px);
    white-space: nowrap;
}
.mixed-hero .tech-button-secondary {
    background: rgba(255, 255, 255, .09);
    border-color: rgba(218, 237, 255, .34);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .03);
}

@keyframes techHeroBarRise {
    0% {
        transform: translate3d(0, 20%, 0) scaleY(.78);
        opacity: 0;
    }
    12% {
        opacity: .5;
    }
    72% {
        opacity: .55;
    }
    100% {
        transform: translate3d(0, -152svh, 0) scaleY(1.08);
        opacity: 0;
    }
}

@media (max-width: 991px) {
    .mixed-hero {
        min-height: 760px;
        padding-top: 138px;
        align-items: center;
    }
    .mixed-hero h1 {
        max-width: 720px;
        font-size: clamp(54px, 10vw, 88px);
    }
    .mixed-hero p {
        max-width: 610px;
    }
}

@media (max-width: 640px) {
    .mixed-hero {
        min-height: 100svh;
        padding: 112px 0 48px;
    }
    .mixed-hero .tech-hero-content {
        width: min(100% - 28px, 1160px);
        padding-left: 0;
    }
    .mixed-hero h1 {
        max-width: 100%;
        font-size: clamp(42px, 13.2vw, 64px);
        line-height: .98;
    }
    .mixed-hero p {
        max-width: 100%;
        font-size: 16px;
        line-height: 1.62;
    }
    .mixed-hero .tech-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .mixed-hero .tech-button {
        width: 100%;
        min-height: 54px;
        white-space: normal;
    }
    .tech-hero-bars span {
        width: 18px;
        filter: blur(8px);
    }
}

@media (max-width: 380px) {
    .mixed-hero h1 {
        font-size: clamp(38px, 12vw, 46px);
    }
    .mixed-hero .tech-eyebrow {
        font-size: 10px;
    }
}
/* X-TechWork homepage hero type refinement */
.mixed-hero .tech-hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.mixed-hero h1 {
    max-width: 900px;
    font-size: clamp(46px, 5.8vw, 86px);
    line-height: .98;
}
.mixed-hero p {
    max-width: 690px;
}

@media (max-width: 991px) {
    .mixed-hero h1 {
        max-width: 760px;
        font-size: clamp(50px, 9vw, 78px);
    }
}

@media (max-width: 640px) {
    .mixed-hero h1 {
        max-width: 100%;
        font-size: clamp(40px, 11.2vw, 58px);
        line-height: 1.02;
    }
}

@media (max-width: 380px) {
    .mixed-hero h1 {
        font-size: clamp(36px, 10.8vw, 44px);
    }
}
/* X-TechWork homepage mobile CTA width */
@media (max-width: 640px) {
    .mixed-hero .tech-actions {
        width: 100%;
        max-width: 100%;
    }
}
/* X-TechWork transparent home header and locked hero viewport */
.tech-nav {
    --tech-nav-progress: 0;
    transition: background-color .24s ease, border-color .24s ease, box-shadow .24s ease, padding .24s ease, backdrop-filter .24s ease;
}
.tech-nav .tech-logo-light {
    display: none;
}
.tech-home-page {
    background: #07131f;
}
.tech-home-page .tech-nav {
    background-color: rgba(5, 16, 28, calc(.84 * var(--tech-nav-progress)));
    border-bottom-color: rgba(173, 217, 236, calc(.18 * var(--tech-nav-progress)));
    box-shadow: 0 18px 52px rgba(0, 0, 0, calc(.26 * var(--tech-nav-progress)));
    backdrop-filter: blur(calc(2px + (16px * var(--tech-nav-progress))));
}
.tech-home-page .tech-nav:not(.is-scrolled) {
    background-color: transparent;
    border-bottom-color: transparent;
    box-shadow: none;
}
.tech-home-page .tech-nav .tech-logo-dark {
    display: none;
}
.tech-home-page .tech-nav .tech-logo-light {
    display: block;
}
.tech-home-page .tech-nav .tech-links > a,
.tech-home-page .tech-nav .tech-dropdown > button {
    color: rgba(255, 255, 255, .9);
}
.tech-home-page .tech-nav .tech-links > a:hover,
.tech-home-page .tech-nav .tech-dropdown > button:hover {
    color: #a9ddff;
}
.tech-home-page .tech-nav .tech-dropdown-menu a {
    color: #243047;
}
.tech-home-page .tech-nav .tech-dropdown-menu a:hover {
    color: var(--tech-blue);
}
.tech-home-page .mixed-hero {
    min-height: 100vh;
    min-height: 100svh;
    height: 100vh;
    height: 100svh;
    padding-top: clamp(118px, 13svh, 148px);
    padding-bottom: clamp(48px, 7svh, 76px);
}
.tech-home-page .home-service-choice {
    background: linear-gradient(135deg, #f7fbff, #f5fffb);
}

@media (min-width: 1440px) {
    .tech-home-page .mixed-hero .tech-hero-content {
        width: min(1160px, calc(100% - 96px));
        padding-left: 0;
    }
    .tech-home-page .mixed-hero h1 {
        max-width: 900px;
        font-size: 86px;
    }
    .tech-home-page .mixed-hero p {
        max-width: 690px;
    }
}

@media (max-width: 991px) {
    .tech-home-page .tech-nav .tech-links.is-open {
        background: rgba(255, 255, 255, .98);
    }
    .tech-home-page .tech-nav .tech-links.is-open > a,
    .tech-home-page .tech-nav .tech-links.is-open .tech-dropdown > button {
        color: #243047;
    }
    .tech-home-page .tech-nav .tech-links.is-open > a:hover,
    .tech-home-page .tech-nav .tech-links.is-open .tech-dropdown > button:hover {
        color: var(--tech-blue);
    }
    .tech-home-page .mixed-hero {
        min-height: 100vh;
        min-height: 100svh;
        height: auto;
    }
}

@media (max-width: 640px) {
    .tech-home-page .mixed-hero {
        padding-top: 110px;
        padding-bottom: 48px;
    }
}
/* X-TechWork 3D service chooser hero */
.tech-home-page .mixed-hero {
    align-items: center;
}
.hero-choice-shell {
    position: relative;
    z-index: 1;
    width: min(1240px, calc(100% - 64px));
    max-width: 1240px;
    color: #fff;
    display: grid;
    gap: clamp(22px, 4svh, 38px);
}
.hero-choice-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}
.hero-choice-heading .tech-eyebrow {
    color: #a9ddff;
}
.hero-choice-heading p {
    max-width: 330px;
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 17px;
    text-align: right;
}
.hero-choice-stage {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(18px, 3vw, 34px);
    perspective: 1400px;
}
.hero-service-panel {
    position: relative;
    min-height: clamp(420px, 55svh, 560px);
    padding: clamp(28px, 3.4vw, 46px);
    border: 1px solid rgba(218, 237, 255, .18);
    border-radius: 18px;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    isolation: isolate;
    transform-style: preserve-3d;
    transition: transform .45s cubic-bezier(.2,.8,.2,1), border-color .3s ease, box-shadow .3s ease;
    animation: heroPanelSettle .85s ease both;
}
.hero-service-panel:nth-child(2) {
    animation-delay: .12s;
}
.hero-service-panel:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: .96;
}
.hero-service-panel:after {
    content: "";
    position: absolute;
    inset: 1px;
    z-index: -1;
    border-radius: 17px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.13), transparent 38%),
        radial-gradient(circle at 82% 14%, rgba(255,255,255,.18), transparent 22%);
    pointer-events: none;
}
.hero-service-staffing:before {
    background:
        radial-gradient(circle at 20% 18%, rgba(44, 214, 182, .32), transparent 34%),
        linear-gradient(145deg, rgba(9, 73, 73, .92), rgba(7, 23, 34, .94) 62%, rgba(10, 42, 34, .96));
}
.hero-service-tech:before {
    background:
        radial-gradient(circle at 78% 16%, rgba(78, 139, 255, .36), transparent 34%),
        linear-gradient(145deg, rgba(18, 42, 95, .94), rgba(8, 18, 37, .95) 58%, rgba(53, 39, 105, .95));
}
.hero-service-panel:hover,
.hero-service-panel:focus-visible {
    color: #fff;
    text-decoration: none;
    transform: rotateX(5deg) rotateY(-7deg) translateY(-10px) translateZ(20px);
    border-color: rgba(255, 255, 255, .36);
    box-shadow: 0 36px 90px rgba(0, 0, 0, .34);
    outline: none;
}
.hero-service-tech:hover,
.hero-service-tech:focus-visible {
    transform: rotateX(5deg) rotateY(7deg) translateY(-10px) translateZ(20px);
}
.hero-service-glow {
    position: absolute;
    inset: auto -14% -22% auto;
    width: 310px;
    height: 310px;
    border-radius: 50%;
    background: rgba(255,255,255,.16);
    filter: blur(36px);
    opacity: .6;
    animation: heroGlowDrift 7s ease-in-out infinite;
}
.hero-service-panel small {
    display: inline-flex;
    align-items: center;
    margin-top: clamp(170px, 28svh, 250px);
    color: rgba(205, 239, 255, .82);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
    transform: translateZ(34px);
}
.hero-service-panel strong {
    display: block;
    max-width: 520px;
    margin: 12px 0 14px;
    font-size: clamp(40px, 5.2vw, 72px);
    font-weight: 900;
    line-height: .94;
    letter-spacing: 0;
    transform: translateZ(48px);
}
.hero-service-panel em {
    display: block;
    max-width: 500px;
    color: rgba(255, 255, 255, .76);
    font-size: clamp(15px, 1.35vw, 18px);
    font-style: normal;
    line-height: 1.55;
    transform: translateZ(34px);
}
.hero-service-enter {
    position: absolute;
    left: clamp(28px, 3.4vw, 46px);
    bottom: clamp(28px, 3.4vw, 42px);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .13);
    border: 1px solid rgba(255,255,255,.2);
    color: #fff;
    font-weight: 900;
    transform: translateZ(56px);
    transition: background .24s ease, transform .24s ease;
}
.hero-service-panel:hover .hero-service-enter,
.hero-service-panel:focus-visible .hero-service-enter {
    background: rgba(255, 255, 255, .2);
    transform: translateZ(72px) translateX(4px);
}
.hero-3d-object {
    position: absolute;
    top: clamp(30px, 5svh, 54px);
    right: clamp(30px, 4vw, 54px);
    width: clamp(132px, 15vw, 210px);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    transform-style: preserve-3d;
    animation: heroObjectFloat 5.8s ease-in-out infinite;
}
.hero-3d-object i {
    position: relative;
    z-index: 3;
    width: 45%;
    aspect-ratio: 1;
    border-radius: 24px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: clamp(30px, 4vw, 54px);
    background: linear-gradient(135deg, rgba(255,255,255,.28), rgba(255,255,255,.08));
    border: 1px solid rgba(255,255,255,.25);
    box-shadow: 0 28px 70px rgba(0,0,0,.3);
    transform: rotateX(58deg) rotateZ(-28deg) translateZ(42px);
}
.hero-3d-object span {
    position: absolute;
    width: 44%;
    aspect-ratio: 1;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.24);
    background: rgba(255,255,255,.11);
    transform-style: preserve-3d;
}
.hero-3d-object span:nth-child(2) {
    left: 3%;
    bottom: 13%;
    transform: rotateX(62deg) rotateZ(-32deg) translateZ(12px);
}
.hero-3d-object span:nth-child(3) {
    right: 2%;
    top: 8%;
    transform: rotateX(62deg) rotateZ(-32deg) translateZ(2px);
}
.hero-3d-object span:nth-child(4) {
    right: 16%;
    bottom: 0;
    transform: rotateX(62deg) rotateZ(-32deg) translateZ(-16px);
}
.staffing-object span {
    box-shadow: 0 0 38px rgba(45, 217, 185, .26);
}
.tech-object span {
    box-shadow: 0 0 38px rgba(93, 143, 255, .3);
}

@keyframes heroPanelSettle {
    from {
        opacity: 0;
        transform: translateY(34px) rotateX(8deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}
@keyframes heroObjectFloat {
    0%, 100% {
        transform: translate3d(0, 0, 40px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: translate3d(0, -16px, 62px) rotateX(4deg) rotateY(-7deg);
    }
}
@keyframes heroGlowDrift {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(-20px, -16px, 0) scale(1.08);
    }
}

@media (max-width: 991px) {
    .tech-home-page .mixed-hero {
        height: auto;
        min-height: 100svh;
    }
    .hero-choice-shell {
        width: min(100% - 32px, 760px);
        padding-top: 18px;
    }
    .hero-choice-heading {
        align-items: start;
        flex-direction: column;
    }
    .hero-choice-heading p {
        text-align: left;
    }
    .hero-choice-stage {
        grid-template-columns: 1fr;
    }
    .hero-service-panel {
        min-height: 330px;
    }
    .hero-service-panel small {
        margin-top: 132px;
    }
    .hero-service-panel strong {
        font-size: clamp(34px, 9vw, 56px);
    }
}

@media (max-width: 640px) {
    .hero-choice-shell {
        width: min(100% - 28px, 760px);
        gap: 16px;
    }
    .hero-choice-heading p {
        display: none;
    }
    .hero-choice-stage {
        gap: 14px;
    }
    .hero-service-panel {
        min-height: 292px;
        padding: 24px;
        border-radius: 14px;
    }
    .hero-service-panel small {
        margin-top: 108px;
        font-size: 10px;
    }
    .hero-service-panel strong {
        font-size: clamp(30px, 11vw, 44px);
    }
    .hero-service-panel em {
        font-size: 14px;
        line-height: 1.45;
    }
    .hero-service-enter {
        left: 24px;
        bottom: 22px;
        min-height: 42px;
        padding: 0 14px;
        font-size: 13px;
    }
    .hero-3d-object {
        width: 112px;
        top: 22px;
        right: 22px;
    }
}
/* X-TechWork Ergobyte-style service path hero */
.tech-body {
    font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
}
.tech-home-page .mixed-hero {
    align-items: center;
    padding-top: clamp(106px, 11svh, 132px);
    padding-bottom: clamp(34px, 5svh, 54px);
}
.hero-path-shell {
    position: relative;
    z-index: 1;
    width: min(1240px, calc(100% - 72px));
    max-width: 1240px;
    color: #fff;
    display: grid;
    grid-template-columns: minmax(280px, 380px) 1fr;
    gap: clamp(42px, 6vw, 80px);
    align-items: center;
}
.hero-path-copy {
    align-self: center;
}
.hero-path-copy .tech-eyebrow {
    color: #a8dfff;
    font-size: 13px;
    letter-spacing: .14em;
}
.hero-path-copy h1 {
    max-width: 360px;
    margin: 24px 0 18px;
    color: #fff;
    font-size: clamp(42px, 4.4vw, 68px);
    font-weight: 600;
    line-height: 1.06;
    letter-spacing: 0;
}
.hero-path-copy p {
    max-width: 360px;
    margin: 0;
    color: rgba(255,255,255,.72);
    font-size: clamp(17px, 1.45vw, 22px);
    line-height: 1.62;
    font-weight: 400;
}
.hero-path-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    min-height: clamp(500px, 62svh, 610px);
    border: 1px solid rgba(211, 237, 247, .18);
    background: rgba(211, 237, 247, .16);
    perspective: 1300px;
}
.hero-path {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(30px, 3.4vw, 48px);
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    isolation: isolate;
    transform-style: preserve-3d;
    background:
        linear-gradient(150deg, rgba(255,255,255,.075), rgba(255,255,255,.018) 48%, rgba(255,255,255,.05)),
        rgba(5, 22, 34, .76);
    transition: transform .42s cubic-bezier(.2,.8,.2,1), background .32s ease;
    animation: heroPathIn .8s ease both;
}
.hero-path:nth-child(2) {
    animation-delay: .1s;
}
.hero-path:hover,
.hero-path:focus-visible {
    color: #fff;
    text-decoration: none;
    transform: translateY(-8px) rotateX(4deg);
    background:
        linear-gradient(150deg, rgba(255,255,255,.12), rgba(255,255,255,.025) 48%, rgba(255,255,255,.08)),
        rgba(8, 33, 48, .88);
    outline: none;
}
.hero-path:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: .82;
    transition: opacity .3s ease, transform .3s ease;
}
.hero-path-staffing:before {
    background:
        radial-gradient(circle at 18% 22%, rgba(60, 225, 190, .25), transparent 34%),
        linear-gradient(160deg, rgba(10, 83, 78, .58), transparent 64%);
}
.hero-path-tech:before {
    background:
        radial-gradient(circle at 78% 20%, rgba(94, 158, 255, .28), transparent 34%),
        linear-gradient(160deg, rgba(58, 82, 157, .62), transparent 64%);
}
.hero-path:hover:before,
.hero-path:focus-visible:before {
    opacity: 1;
    transform: scale(1.04);
}
.hero-path-index {
    position: absolute;
    top: clamp(26px, 3vw, 42px);
    left: clamp(30px, 3.4vw, 48px);
    color: rgba(255,255,255,.42);
    font-size: 14px;
    font-weight: 500;
}
.hero-path-kicker {
    color: rgba(189, 231, 247, .82);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    transform: translateZ(28px);
}
.hero-path strong {
    display: block;
    margin: 12px 0 14px;
    color: #fff;
    font-size: clamp(34px, 3.7vw, 58px);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: 0;
    transform: translateZ(42px);
}
.hero-path em {
    display: block;
    max-width: 440px;
    color: rgba(255,255,255,.72);
    font-size: clamp(15px, 1.15vw, 17px);
    font-style: normal;
    line-height: 1.58;
    font-weight: 400;
    transform: translateZ(30px);
}
.hero-path-action {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin-top: 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    transform: translateZ(44px);
}
.hero-path-action i {
    transition: transform .24s ease;
}
.hero-path:hover .hero-path-action i,
.hero-path:focus-visible .hero-path-action i {
    transform: translateX(6px);
}
.hero-path-visual {
    position: absolute;
    top: clamp(54px, 8svh, 86px);
    right: clamp(34px, 4vw, 62px);
    width: clamp(118px, 12vw, 170px);
    aspect-ratio: 1;
    transform-style: preserve-3d;
    animation: heroPathFloat 6s ease-in-out infinite;
}
.hero-path-visual i {
    position: absolute;
    inset: 26%;
    z-index: 4;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: clamp(28px, 3vw, 42px);
    border: 1px solid rgba(255,255,255,.24);
    background: rgba(255,255,255,.11);
    transform: rotateX(58deg) rotateZ(-32deg) translateZ(40px);
    box-shadow: 0 22px 58px rgba(0,0,0,.26);
}
.hero-path-visual span {
    position: absolute;
    width: 42%;
    aspect-ratio: 1;
    border: 1px solid rgba(255,255,255,.2);
    background: rgba(255,255,255,.075);
    transform: rotateX(58deg) rotateZ(-32deg);
}
.hero-path-visual span:nth-child(2) {
    left: 4%;
    bottom: 12%;
    transform: rotateX(58deg) rotateZ(-32deg) translateZ(8px);
}
.hero-path-visual span:nth-child(3) {
    right: 4%;
    top: 7%;
    transform: rotateX(58deg) rotateZ(-32deg) translateZ(-4px);
}
.hero-path-visual span:nth-child(4) {
    right: 18%;
    bottom: 0;
    transform: rotateX(58deg) rotateZ(-32deg) translateZ(-18px);
}

@keyframes heroPathIn {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes heroPathFloat {
    0%, 100% {
        transform: translate3d(0, 0, 32px) rotateY(0);
    }
    50% {
        transform: translate3d(0, -14px, 54px) rotateY(-8deg);
    }
}

@media (min-width: 1440px) {
    .tech-home-page .mixed-hero .hero-path-shell {
        width: min(1240px, calc(100% - 128px));
    }
}

@media (max-width: 991px) {
    .tech-home-page .mixed-hero {
        height: auto;
        min-height: 100svh;
    }
    .hero-path-shell {
        width: min(100% - 32px, 760px);
        grid-template-columns: 1fr;
        gap: 24px;
        padding-top: 26px;
    }
    .hero-path-copy h1 {
        max-width: 680px;
        margin: 16px 0 10px;
        font-size: clamp(36px, 8vw, 54px);
    }
    .hero-path-copy p {
        max-width: 620px;
    }
    .hero-path-grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    .hero-path {
        min-height: 300px;
    }
}

@media (max-width: 640px) {
    .hero-path-shell {
        width: min(100% - 28px, 760px);
        gap: 18px;
        padding-top: 8px;
    }
    .hero-path-copy .tech-eyebrow {
        font-size: 11px;
    }
    .hero-path-copy h1 {
        font-size: clamp(30px, 10vw, 42px);
    }
    .hero-path-copy p {
        display: none;
    }
    .hero-path {
        min-height: 275px;
        padding: 24px;
    }
    .hero-path-index {
        top: 22px;
        left: 24px;
    }
    .hero-path strong {
        font-size: clamp(28px, 9vw, 38px);
    }
    .hero-path em {
        font-size: 14px;
        line-height: 1.45;
    }
    .hero-path-action {
        margin-top: 18px;
        font-size: 13px;
    }
    .hero-path-visual {
        width: 104px;
        top: 26px;
        right: 24px;
    }
}
/* X-TechWork final crisp hero typography override */
body.tech-home-page .mixed-hero .hero-path-copy h1 {
    max-width: 360px !important;
    font-size: clamp(42px, 4.1vw, 64px) !important;
    font-weight: 500 !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
}
body.tech-home-page .mixed-hero .hero-path strong {
    font-size: clamp(34px, 3.3vw, 52px) !important;
    font-weight: 500 !important;
    line-height: 1.04 !important;
    letter-spacing: 0 !important;
}
body.tech-home-page .mixed-hero .hero-path-copy p,
body.tech-home-page .mixed-hero .hero-path em {
    font-weight: 400 !important;
}

@media (max-width: 991px) {
    body.tech-home-page .mixed-hero .hero-path-copy h1 {
        max-width: 680px !important;
        font-size: clamp(36px, 8vw, 52px) !important;
    }
}

@media (max-width: 640px) {
    body.tech-home-page .mixed-hero .hero-path-copy h1 {
        font-size: clamp(30px, 10vw, 40px) !important;
    }
    body.tech-home-page .mixed-hero .hero-path strong {
        font-size: clamp(28px, 9vw, 38px) !important;
    }
}
/* X-TechWork Ergobyte-inspired typography pass */
:root {
    --xtech-font: Roboto, "Helvetica Neue", Arial, sans-serif;
    --xtech-teal-text: #1f556d;
    --xtech-teal-muted: #4f7382;
    --xtech-footer-bg: #e7eef2;
}
body.tech-body {
    font-family: var(--xtech-font);
    font-weight: 400;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.tech-links a,
.tech-dropdown > button {
    font-family: var(--xtech-font);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
}
.tech-nav-cta {
    font-weight: 500;
}
.tech-eyebrow,
.tech-kicker {
    font-weight: 700;
    letter-spacing: .08em;
}
.hero-path-copy h1,
.hero-path strong,
.tech-section-head h2,
.tech-band h2,
.tech-cta h2,
.tech-page-hero h1,
.about-story-grid h2,
.about-domains-grid h2,
.about-line-panel h2 {
    font-family: var(--xtech-font);
    font-weight: 500;
    letter-spacing: 0;
}
.hero-path-copy p,
.hero-path em,
.tech-section-head p,
.tech-cta p,
.tech-page-hero p,
.about-story-copy p,
.about-vision-copy p,
.about-domains-grid p,
.tech-service-card p,
.tech-service-detail p,
.tech-process-item p,
.tech-values p,
.tech-blog-card p,
.tech-case-body p {
    font-family: var(--xtech-font);
    font-weight: 400;
    letter-spacing: 0;
}
.hero-path-kicker,
.hero-path-action,
.home-choice-panel small,
.tech-service-detail span,
.tech-blog-card span {
    font-family: var(--xtech-font);
    font-weight: 500;
}
.tech-service-card h3,
.tech-process-item h3,
.tech-values h3,
.tech-blog-card h2,
.about-principle-card h3,
.home-choice-panel h3 {
    font-family: var(--xtech-font);
    font-weight: 500;
    letter-spacing: 0;
}
.tech-footer {
    background: var(--xtech-footer-bg);
    color: var(--xtech-teal-text);
    border-top: 12px solid #0f4e68;
}
.tech-footer h3 {
    color: var(--xtech-teal-text);
    font-family: var(--xtech-font);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    margin: 0 0 18px;
}
.tech-footer p,
.tech-footer a,
.tech-footer span,
.tech-footer strong {
    color: var(--xtech-teal-text);
    font-family: var(--xtech-font);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.62;
    letter-spacing: 0;
}
.tech-footer a {
    margin: 14px 0;
}
.tech-footer a:hover {
    color: #0d4157;
}
.tech-footer-bottom {
    border-top-color: rgba(31,85,109,.16);
}
.tech-footer-brand.tech-brand-logo img {
    filter: none;
}

@media (max-width: 640px) {
    .tech-links a,
    .tech-dropdown > button {
        font-size: 15px;
    }
    .tech-footer h3 {
        font-size: 18px;
    }
    .tech-footer p,
    .tech-footer a,
    .tech-footer span,
    .tech-footer strong {
        font-size: 16px;
    }
}
/* X-TechWork final Ergobyte-clean typography lock */
:root {
    --tech-font-clean: Roboto, "Helvetica Neue", Arial, sans-serif;
}

body.tech-body,
body.tech-body button,
body.tech-body input,
body.tech-body textarea,
body.tech-body select {
    font-family: var(--tech-font-clean);
    font-weight: 400;
    letter-spacing: 0;
}

.tech-nav,
.tech-links,
.tech-dropdown-menu,
.tech-hero,
.hero-path,
.tech-section,
.tech-footer {
    font-family: var(--tech-font-clean);
}

.tech-links a,
.tech-dropdown > button,
.tech-dropdown-menu a {
    font-weight: 500;
    letter-spacing: 0;
}

.hero-path-copy h1 {
    font-size: clamp(42px, 4vw, 62px) !important;
    font-weight: 500 !important;
    line-height: 1.08 !important;
}

.hero-path-copy p {
    font-size: clamp(17px, 1.25vw, 20px) !important;
    font-weight: 400 !important;
    line-height: 1.62 !important;
}

.hero-path strong {
    font-size: clamp(34px, 3vw, 50px) !important;
    font-weight: 500 !important;
    line-height: 1.06 !important;
}

.hero-path em,
.hero-path-action,
.hero-path-kicker {
    font-weight: 400 !important;
}

.hero-path-kicker,
.tech-eyebrow,
.tech-kicker {
    letter-spacing: .08em;
}

.tech-footer {
    background: #e7eef2 !important;
    color: #1f556d !important;
    border-top: 12px solid #0f4e68 !important;
    padding-top: 64px;
}

.tech-footer-grid {
    grid-template-columns: 1.1fr .8fr .8fr !important;
    gap: clamp(52px, 8vw, 120px) !important;
}

.tech-footer h3 {
    color: #1f556d !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    margin-bottom: 18px !important;
}

.tech-footer p,
.tech-footer a,
.tech-footer span {
    color: #1f556d !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1.62 !important;
    letter-spacing: 0 !important;
}

.tech-footer a {
    margin: 13px 0 !important;
}

.tech-footer a:hover {
    color: #0d4157 !important;
}

.tech-footer-bottom {
    border-top-color: rgba(31,85,109,.16) !important;
}

@media (max-width: 991px) {
    .tech-footer-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 38px !important;
    }
    .tech-footer-grid > div:first-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .hero-path-copy h1 {
        font-size: clamp(31px, 10vw, 40px) !important;
    }
    .hero-path strong {
        font-size: clamp(28px, 9vw, 38px) !important;
    }
    .tech-footer-grid {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }
    .tech-footer h3 {
        font-size: 18px !important;
    }
    .tech-footer p,
    .tech-footer a,
    .tech-footer span {
        font-size: 16px !important;
    }
}