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

        html { scrollbar-width: thin; scrollbar-color: #7FA82E rgba(120,120,140,0.15); }
        ::-webkit-scrollbar { width: 11px; height: 11px; }
        ::-webkit-scrollbar-track { background: var(--bg, #161616); }
        ::-webkit-scrollbar-thumb { background: linear-gradient(180deg, #9FCB3A, #3885C6); border-radius: 10px; border: 2px solid var(--bg, #161616); background-clip: padding-box; }
        ::-webkit-scrollbar-thumb:hover { background: linear-gradient(180deg, #3885C6, #9FCB3A); background-clip: padding-box; }

        .nb-root {
          --ink:#161616; --ink-2:#1E1E1E; --ink-3:#2A2A2A;
          --paper:#FFFFFF; --paper-2:#F7F8F5; --paper-3:#EDEDE6;
          --signal:#7FA82E; --signal-2:#9FCB3A;
          --current:#3885C6; --ember:#EDC51C; --alert:#D82433;
          --text:#F0F1EC; --text-dim:#A6A69F;
          --border: rgba(255,255,255,0.09);
          font-family:'Poppins',sans-serif;
          background:var(--bg); color:var(--fg);
          position:relative; overflow-x:hidden;
          scroll-behavior:smooth;
        }
        .nb-dark { --bg:var(--ink); --fg:var(--text); --surface:var(--ink-2); --surface-2:var(--ink-3); --muted:var(--text-dim); --line:rgba(255,255,255,0.09); --accent-text:var(--signal-2); }
        .nb-light { --bg:var(--paper); --fg:#161616; --surface:var(--paper-2); --surface-2:var(--paper-3); --muted:#5D5F5E; --line:rgba(19,24,38,0.1); --accent-text:var(--signal); }

        .nb-root * { box-sizing:border-box; }

        /* responsive safety net */
        img, svg { max-width:100%; height:auto; }
        .nb-header-inner img, .nb-header-inner svg,
        .nb-logo-mark svg, .nb-icon-btn svg, .te-icon svg,
        .nb-portfolio-expand svg, .nb-lightbox-close svg { height:auto; }
        .nb-hero-grid > *, .nb-services-grid > *, .nb-why-grid > *, .nb-tech-grid > *,
        .nb-industry-grid > *, .nb-project-grid > *, .nb-stats-grid > *, .nb-contact-grid > *,
        .nb-footer-grid > *, .nb-features-grid > *, .nb-two-col > *, .nb-values-grid > *,
        .nb-team-grid > *, .nb-portfolio-grid > *, .nb-case-stats-band > *, .nb-case-swot > *,
        .nb-case-gallery > * { min-width:0; }
        @media (max-width:420px){ .nb-container { padding:0 16px; } }
        .nb-display { font-family:'Poppins',sans-serif; letter-spacing:-0.02em; }
        .nb-mono { font-family:'Poppins',sans-serif; letter-spacing:0.02em; }

        .nb-container { max-width:1200px; margin:0 auto; padding:0 24px; }
        .nb-section { padding:128px 0; position:relative; }
        @media (max-width:768px){ .nb-section{ padding:76px 0; } }

        .nb-eyebrow { font-family:'Poppins',sans-serif; font-weight:600; font-size:11.5px; letter-spacing:0.1em; text-transform:uppercase; color:var(--ink); background:var(--signal-2); display:inline-flex; align-items:center; gap:6px; margin-bottom:20px; padding:6px 13px; border-radius:3px; }
        .nb-light .nb-eyebrow { color:var(--ink); }

        .nb-h2 { font-size:clamp(30px,4.2vw,46px); font-weight:700; letter-spacing:-0.02em; line-height:1.14; margin:0 0 18px; }
        .nb-sub { color:var(--muted); font-size:17px; line-height:1.7; max-width:620px; }

        /* progress bar */
        .nb-progress { position:fixed; top:0; left:0; height:3px; background:var(--signal-2); z-index:100; transition:width .1s linear; }

        /* header */
        .nb-header { position:sticky; top:0; z-index:50; padding:14px 18px 10px; background:transparent; border-bottom:none; }
        .nb-header-inner { max-width:1180px; margin:0 auto; padding:11px 12px 11px 20px; display:flex; align-items:center; justify-content:space-between; background:#161616; border-radius:14px; box-shadow:0 10px 30px -14px rgba(0,0,0,0.4); }
        .nb-header .nb-logo-text.tm-word strong { color:#F7F8F5 !important; }
        .nb-header .nb-logo-text.tm-word em { color:#9FCB3A !important; }
        .nb-logo { display:flex; align-items:center; gap:9px; font-family:'Poppins',sans-serif; font-weight:700; font-size:18px; }
        .nb-logo-text { display:flex; flex-direction:column; line-height:1.15; }
        .nb-logo-text strong { font-weight:700; font-size:17px; letter-spacing:-0.01em; }
        .nb-logo-text em { font-style:normal; font-weight:600; font-size:9.5px; letter-spacing:0.16em; text-transform:uppercase; color:var(--accent-text); margin-top:1px; }
        .nb-logo-mark { width:30px; height:30px; border-radius:4px; background:var(--signal-2); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
        .tm-logo-mark { background:transparent; }
        .nb-logo-text.tm-word { flex-direction:row; align-items:baseline; }
        .nb-logo-text.tm-word strong { font-weight:600; font-size:19px; color:var(--fg); letter-spacing:0; text-transform:none; }
        .nb-logo-text.tm-word em { font-style:normal; font-weight:800; font-size:19px; color:var(--signal-2); letter-spacing:0; text-transform:none; margin-top:0; }
        .nb-nav { display:flex; align-items:center; gap:4px; }
        .nb-nav a { font-size:14px; color:#B3B3AD; text-decoration:none; cursor:pointer; transition:color .2s, background .2s; position:relative; padding:8px 14px; border-radius:20px; }
        .nb-nav a:hover { color:#F7F8F5; }
        .nb-header-actions { display:flex; align-items:center; gap:10px; }
        .nb-icon-btn { width:38px; height:38px; border-radius:50%; border:1px solid #2E2E2C; background:#1E1E1E; display:flex; align-items:center; justify-content:center; cursor:pointer; color:#F7F8F5; transition:border-color .2s, transform .15s; }
        .nb-icon-btn:hover { border-color:#9FCB3A; transform:translateY(-1px); }

        .nb-btn { display:inline-flex; align-items:center; gap:8px; padding:13px 24px; border-radius:6px; font-size:14.5px; font-weight:600; cursor:pointer; border:1.5px solid transparent; transition:transform .2s cubic-bezier(.16,.84,.44,1), box-shadow .2s ease, background .2s, border-color .2s; white-space:nowrap; }
        .nb-btn-primary { background:var(--signal-2); color:var(--ink); }
        .nb-btn-primary:hover { transform:translateY(-2px); box-shadow:0 10px 24px -10px rgba(159,203,58,0.55); }
        .nb-btn-ghost { background:transparent; color:var(--fg); border-color:var(--line); }
        .nb-btn-ghost:hover { border-color:var(--fg); }

        .nb-mobile-toggle { display:none; }
        @media (max-width:900px){
          .nb-nav { display:none; }
          .nb-mobile-toggle { display:flex; }
        }
        @media (max-width:480px){
          .nb-header-actions .nb-btn-primary { display:none; }
          .nb-header-actions { gap:8px; }
          .nb-logo-text strong { font-size:15px; }
          .nb-logo-text em { font-size:8.5px; }
        }
        .nb-mobile-menu { display:flex; flex-direction:column; gap:2px; margin:8px 18px 0; padding:10px 18px 20px; border-radius:14px; background:#161616; box-shadow:0 10px 30px -14px rgba(0,0,0,0.4); }
        .nb-mobile-menu a { padding:12px 4px; color:#E4E4DF; text-decoration:none; border-bottom:1px solid #2A2A28; font-size:15px; }

        /* hero */
        .nb-hero { padding:88px 0 60px; position:relative; }
        .nb-hero-grid { display:grid; grid-template-columns:1.1fr 0.9fr; gap:48px; align-items:center; }
        @media (max-width:900px){ .nb-hero-grid{ grid-template-columns:1fr; } }
        .nb-hero h1 { font-size:clamp(36px,5.4vw,64px); font-weight:800; line-height:1.05; margin:0 0 22px; }
        .nb-hero .accent-word { color:var(--signal-2); }
        .nb-hero p.lead { color:var(--muted); font-size:18px; line-height:1.65; max-width:520px; margin-bottom:32px; }
        .nb-hero-actions { display:flex; gap:14px; flex-wrap:wrap; margin-bottom:36px; }
        .nb-hero-meta { display:flex; gap:28px; flex-wrap:wrap; }
        .nb-hero-meta div { font-family:'Poppins',sans-serif; }
        .nb-hero-meta .num { font-size:22px; font-weight:600; color:var(--fg); }
        .nb-hero-meta .lbl { font-size:12px; color:var(--muted); }

        .nb-hero-visual { position:relative; border-radius:8px; border:1px solid var(--line); background:var(--surface); padding:20px; overflow:hidden; }
        .mesh-svg { width:100%; height:auto; display:block; }
        .mesh-edge { stroke-dasharray:6; animation:dash 3.2s linear infinite; }
        @keyframes dash { to { stroke-dashoffset:-60; } }
        .mesh-node { animation:pulse 2.6s ease-in-out infinite; transform-origin:center; transform-box:fill-box; }
        @keyframes pulse { 0%,100%{ opacity:.55; transform:scale(1);} 50%{ opacity:1; transform:scale(1.5);} }

        /* tech editor illustration */
        .tech-editor { border-radius:4px; overflow:hidden; border:1px solid var(--line); background:var(--bg); }
        .tech-editor-bar { display:flex; align-items:center; gap:7px; padding:12px 14px; border-bottom:1px solid var(--line); }
        .te-dot { width:9px; height:9px; border-radius:50%; display:inline-block; }
        .te-tab { margin-left:10px; font-family:'Poppins',sans-serif; font-size:12px; color:var(--muted); background:var(--surface); padding:4px 10px; border-radius:6px; }
        .tech-editor-body { display:flex; min-height:210px; }
        .te-sidebar { display:flex; flex-direction:column; gap:14px; padding:16px 12px; border-right:1px solid var(--line); }
        .te-icon { width:32px; height:32px; border-radius:8px; display:flex; align-items:center; justify-content:center; color:var(--muted); }
        .te-icon.active { background:color-mix(in srgb, var(--signal-2) 20%, transparent); color:var(--signal-2); }
        .te-code { flex:1; padding:18px 20px; display:flex; flex-direction:column; gap:14px; }
        .te-line { display:flex; align-items:center; gap:12px; }
        .te-num { font-family:'Poppins',sans-serif; font-size:11px; color:var(--muted); opacity:0.5; width:14px; flex-shrink:0; }
        .te-bar { height:8px; border-radius:4px; opacity:0.8; animation:growbar .8s ease both; }
        @keyframes growbar { from{ width:0 !important; opacity:0; } }
        .tech-editor-footer { display:flex; align-items:center; justify-content:space-between; padding:14px 20px; border-top:1px solid var(--line); }
        .te-status { display:flex; align-items:center; gap:8px; font-family:'Poppins',sans-serif; font-size:12px; color:var(--muted); }
        .te-pulse { width:8px; height:8px; border-radius:50%; background:var(--current); box-shadow:0 0 0 0 rgba(56,133,198,0.5); animation:tepulse 1.8s infinite; }
        @keyframes tepulse { 0%{ box-shadow:0 0 0 0 rgba(56,133,198,0.5);} 70%{ box-shadow:0 0 0 8px rgba(56,133,198,0);} 100%{ box-shadow:0 0 0 0 rgba(56,133,198,0);} }
        .te-chart { display:flex; align-items:flex-end; gap:4px; height:26px; }
        .te-chart span { width:5px; border-radius:2px; background:linear-gradient(180deg,var(--signal-2),var(--current)); }

        /* company intro */
        .nb-intro-grid { display:grid; grid-template-columns:0.95fr 1.05fr; gap:56px; align-items:center; }
        @media (max-width:900px){ .nb-intro-grid{ grid-template-columns:1fr; } }

        .tm-diff-card { border:1px solid var(--line); padding:8px; }
        .tm-diff-row { display:flex; gap:18px; align-items:flex-start; padding:20px; }
        .tm-diff-row + .tm-diff-row { border-top:1px solid var(--line); }
        .tm-diff-icon { width:38px; height:38px; border-radius:6px; display:flex; align-items:center; justify-content:center; color:#161616; flex-shrink:0; }
        .tm-diff-row h4 { margin:0 0 5px; font-size:15px; font-weight:700; }
        .tm-diff-row p { margin:0; font-size:13.5px; color:var(--muted); line-height:1.55; }

        /* services */
        .nb-services-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
        .nb-grid-3 { grid-template-columns:repeat(3,1fr) !important; }
        @media (max-width:900px){ .nb-grid-3{ grid-template-columns:repeat(2,1fr) !important; } }
        @media (max-width:560px){ .nb-grid-3{ grid-template-columns:1fr !important; } }
        .nb-grid-2 { grid-template-columns:repeat(2,1fr) !important; }
        @media (max-width:560px){ .nb-grid-2{ grid-template-columns:1fr !important; } }
        @media (max-width:1000px){ .nb-services-grid{ grid-template-columns:repeat(2,1fr);} }
        @media (max-width:560px){ .nb-services-grid{ grid-template-columns:1fr;} }
        .nb-card { background:var(--surface); border:1px solid var(--line); border-radius:6px; padding:24px; transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease; cursor:default; height:100%; box-sizing:border-box; }
        .nb-card:hover { transform:translateY(-5px); border-color:var(--signal); box-shadow:0 16px 34px -18px rgba(91,95,239,0.5); }
        .nb-card-icon { width:42px; height:42px; border-radius:4px; background:color-mix(in srgb, var(--signal-2) 18%, transparent); display:flex; align-items:center; justify-content:center; color:var(--signal-2); margin-bottom:16px; }
        .nb-card h3 { font-size:15.5px; font-weight:600; margin:0 0 8px; font-family:'Poppins',sans-serif; transition:color .25s ease; }
        .nb-card p { font-size:13.5px; color:var(--muted); line-height:1.55; margin:0; }

        /* why choose us */
        .nb-why-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
        @media (max-width:900px){ .nb-why-grid{ grid-template-columns:repeat(2,1fr);} }
        @media (max-width:560px){ .nb-why-grid{ grid-template-columns:1fr;} }

        /* process rail — vertical timeline */
        .nb-rail { position:relative; display:flex; flex-direction:column; gap:0; }
        .nb-rail-line { display:block; position:absolute; top:24px; bottom:24px; left:23px; width:2px; background:var(--signal-2); opacity:0.4; z-index:0; }
        .nb-rail > .reveal { position:relative; padding:0 0 30px; }
        .nb-rail > .reveal:last-child { padding-bottom:0; }
        .nb-rail-item { display:flex; flex-direction:row; align-items:flex-start; gap:18px; }
        .nb-rail-item:hover .nb-rail-dot { border-color:var(--current); }
        .nb-rail-dot { width:48px; height:48px; border-radius:50%; background:var(--bg); border:1px solid var(--line); display:flex; align-items:center; justify-content:center; font-family:'Poppins',sans-serif; font-size:13px; font-weight:600; flex-shrink:0; z-index:1; color:var(--accent-text); transition:border-color .3s ease; }
        .nb-rail-item h4 { margin:2px 0 6px; font-family:'Poppins',sans-serif; font-size:16px; font-weight:600; }
        .nb-rail-item p { margin:0; color:var(--muted); font-size:13.5px; line-height:1.55; max-width:460px; }
        .nb-rail-nav { display:none; }

        /* numbered step grid — alternative to the vertical rail */
        .tm-steps-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--line); border:1px solid var(--line); }
        @media (max-width:900px){ .tm-steps-grid{ grid-template-columns:repeat(2,1fr); } }
        @media (max-width:520px){ .tm-steps-grid{ grid-template-columns:1fr; } }
        .tm-step { background:var(--bg); padding:28px 24px 30px; transition:background .25s ease; }
        .tm-step:hover { background:var(--surface); }
        .tm-step-num { display:block; font-family:'Poppins',sans-serif; font-weight:800; font-size:32px; line-height:1; margin-bottom:14px; opacity:0.85; }
        .tm-step h4 { margin:0 0 8px; font-family:'Poppins',sans-serif; font-size:15.5px; font-weight:700; }
        .tm-step p { margin:0; color:var(--muted); font-size:13.5px; line-height:1.6; }

        /* tech stack */
        .nb-tech-grid { display:flex; flex-direction:column; gap:1px; background:var(--line); border:1px solid var(--line); }
        .nb-tech-card { border:none; border-radius:0; padding:20px 24px; background:var(--bg); height:auto; box-sizing:border-box; display:flex; align-items:center; gap:28px; flex-wrap:wrap; border-left:4px solid var(--row-accent, var(--signal-2)); transition:background .25s ease, padding-left .25s ease; }
        .nb-tech-card:hover { background:var(--surface); padding-left:30px; }
        .nb-tech-head { display:flex; align-items:center; gap:12px; margin-bottom:0; width:180px; flex-shrink:0; }
        .nb-tech-icon { width:34px; height:34px; border-radius:6px; display:flex; align-items:center; justify-content:center; flex-shrink:0; background:color-mix(in srgb, var(--row-accent, var(--signal-2)) 18%, transparent); color:var(--row-accent, var(--signal-2)); }
        .nb-tech-cat { font-family:'Poppins',sans-serif; font-size:12px; text-transform:uppercase; letter-spacing:0.08em; color:var(--fg); font-weight:700; margin:0; }
        .nb-tech-pills { display:flex; flex-wrap:wrap; gap:8px; flex:1; }
        .nb-tech-pill { display:inline-flex; align-items:center; gap:6px; font-size:12.5px; padding:6px 12px 6px 10px; border-radius:20px; border:1px solid var(--line); margin:0; color:var(--muted); background:var(--bg); transition:border-color .25s ease, color .25s ease, transform .2s ease; }
        .nb-tech-pill::before { content:''; width:5px; height:5px; border-radius:50%; background:var(--row-accent, var(--current)); opacity:0.9; flex-shrink:0; }
        .nb-tech-pill:hover { border-color:var(--row-accent, var(--current)); color:var(--fg); transform:translateY(-2px); }
        @media (max-width:760px){ .nb-tech-card{ flex-direction:column; align-items:flex-start; gap:14px; } .nb-tech-head{ width:auto; } }

        /* industries */
        .nb-industry-grid { display:flex; flex-wrap:wrap; gap:12px; }
        .nb-industry { display:inline-flex; align-items:center; gap:10px; border:1px solid var(--line); border-radius:30px; padding:11px 20px 11px 14px; background:var(--bg); transition:border-color .25s ease, transform .25s ease, box-shadow .25s ease, background .25s ease; }
        .nb-industry:hover { border-color:var(--signal); transform:translateY(-3px); box-shadow:0 12px 24px -14px rgba(22,22,22,0.3); }
        .nb-industry i { width:32px; height:32px; border-radius:50%; padding:7px; box-sizing:border-box; flex-shrink:0; }
        .nb-industry span { font-size:14px; font-weight:600; }
        .nb-industry-grid > .reveal:nth-child(6n+1) i { background:color-mix(in srgb, #9FCB3A 20%, transparent); color:#7FA82E; }
        .nb-industry-grid > .reveal:nth-child(6n+2) i { background:color-mix(in srgb, #EDC51C 22%, transparent); color:#B89A0E; }
        .nb-industry-grid > .reveal:nth-child(6n+3) i { background:color-mix(in srgb, #3885C6 18%, transparent); color:#3885C6; }
        .nb-industry-grid > .reveal:nth-child(6n+4) i { background:color-mix(in srgb, #D82433 16%, transparent); color:#D82433; }
        .nb-industry-grid > .reveal:nth-child(6n+5) i { background:color-mix(in srgb, #9FCB3A 20%, transparent); color:#7FA82E; }
        .nb-industry-grid > .reveal:nth-child(6n+6) i { background:color-mix(in srgb, #3885C6 18%, transparent); color:#3885C6; }
        @media (max-width:640px){ .nb-industry{ padding:9px 16px 9px 12px; } .nb-industry span{ font-size:13px; } }

        /* projects */
        .nb-project-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
        @media (max-width:900px){ .nb-project-grid{ grid-template-columns:1fr;} }
        .nb-project { border-radius:6px; overflow:hidden; border:1px solid var(--line); background:var(--surface); transition:transform .25s ease; }
        .nb-project:hover { transform:translateY(-6px); }
        .nb-project-media { height:150px; position:relative; }
        .nb-project-body { padding:20px; }
        .nb-project-tag { font-family:'Poppins',sans-serif; font-size:11px; text-transform:uppercase; letter-spacing:.08em; color:var(--current); }
        .nb-project h3 { font-family:'Poppins',sans-serif; font-size:17px; margin:8px 0 10px; }
        .nb-project .result { font-size:13.5px; color:var(--muted); display:flex; align-items:center; gap:6px; }

        /* stats */
        .nb-stats-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; text-align:center; }
        @media (max-width:700px){ .nb-stats-grid{ grid-template-columns:repeat(2,1fr);} }
        .nb-stat .val { font-family:'Poppins',sans-serif; font-weight:800; font-size:clamp(32px,4vw,44px); color:var(--signal-2); }
        .nb-stat .lbl { color:var(--muted); font-size:13.5px; margin-top:6px; }

        /* testimonials */
        .tm-test-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
        @media (max-width:900px){ .tm-test-grid{ grid-template-columns:1fr; max-width:480px; margin-left:auto; margin-right:auto; } }
        .tm-test-card { position:relative; border:1px solid var(--line); background:var(--surface); padding:30px 26px 26px; overflow:hidden; }
        .tm-test-bar { position:absolute; top:0; left:0; width:100%; height:4px; }
        .tm-test-card p.q { font-size:15.5px; line-height:1.65; margin:16px 0 22px; color:var(--fg); }
        .tm-test-foot { display:flex; align-items:center; gap:12px; }
        .tm-test-avatar { width:42px; height:42px; border-radius:50%; display:flex; align-items:center; justify-content:center; color:#161616; font-weight:700; font-size:13px; flex-shrink:0; }
        .tm-test-name { font-weight:700; font-size:14px; }
        .tm-test-role { font-size:12.5px; color:var(--muted); margin-top:2px; }
        .tm-test-stars { margin-top:16px; color:#EDC51C; letter-spacing:2px; font-size:14px; }

        /* faq */
        .nb-faq-item { border-bottom:1px solid var(--line); padding:20px 0; cursor:pointer; }
        .nb-faq-q { display:flex; justify-content:space-between; align-items:center; font-family:'Poppins',sans-serif; font-weight:600; font-size:15.5px; }
        .nb-faq-a { color:var(--muted); font-size:14px; line-height:1.6; overflow:hidden; transition:max-height .3s ease, opacity .3s ease, margin-top .3s ease; }

        /* cta band */
        .tm-cta-v2 { position:relative; overflow:hidden; background:#9FCB3A; padding:56px 60px; display:flex; align-items:center; justify-content:space-between; gap:32px; flex-wrap:wrap; }
        .tm-cta-v2-text h2 { color:#161616; font-family:'Poppins',sans-serif; font-weight:800; font-size:clamp(26px,3.2vw,36px); letter-spacing:-0.02em; margin:0 0 10px; }
        .tm-cta-v2-text p { color:#1E2A0A; opacity:0.8; font-size:15.5px; max-width:460px; margin:0; }
        .tm-cta-v2-btn { background:#161616 !important; color:#F7F8F5 !important; box-shadow:none !important; flex-shrink:0; }
        .tm-cta-v2-btn:hover { transform:translateY(-2px); box-shadow:0 10px 24px -10px rgba(22,22,22,0.4) !important; }
        .tm-cta-v2-squares { position:absolute; top:0; right:0; width:220px; height:220px; pointer-events:none; opacity:0.5; }
        .tm-cta-v2-squares span { position:absolute; display:block; }
        .tm-cta-v2-squares span:nth-child(1) { width:70px; height:70px; background:#EDC51C; top:-20px; right:60px; }
        .tm-cta-v2-squares span:nth-child(2) { width:46px; height:46px; background:#3885C6; top:50px; right:0; }
        .tm-cta-v2-squares span:nth-child(3) { width:36px; height:36px; background:#D82433; top:100px; right:100px; }
        @media (max-width:640px){ .tm-cta-v2{ padding:40px 28px; } .tm-cta-v2-squares{ display:none; } }

        /* contact */
        .nb-contact-grid { display:grid; grid-template-columns:1.05fr 0.95fr; gap:0; border:1px solid var(--line); border-radius:10px; overflow:hidden; }
        @media (max-width:900px){ .nb-contact-grid{ grid-template-columns:1fr; } }
        .nb-contact-grid > .reveal:first-child { padding:40px; background:var(--bg); }
        .nb-contact-grid > .reveal:last-child { padding:40px; background:var(--surface); border-left:1px solid var(--line); position:relative; overflow:hidden; }
        .nb-field { width:100%; padding:14px 16px; border-radius:6px; border:1px solid var(--line); background:var(--surface); color:var(--fg); font-size:14px; margin-bottom:14px; font-family:'Poppins',sans-serif; transition:border-color .2s ease, box-shadow .2s ease; }
        .nb-field:focus { outline:none; border-color:#9FCB3A; box-shadow:0 0 0 3px rgba(159,203,58,0.18); }
        .nb-contact-info-item { display:flex; gap:16px; align-items:flex-start; margin-bottom:26px; position:relative; z-index:1; }
        .nb-contact-info-item .ic { width:40px; height:40px; border-radius:50%; background:rgba(159,203,58,0.14); border:none; display:flex; align-items:center; justify-content:center; color:#7FA82E; flex-shrink:0; }
        .nb-contact-grid > .reveal:last-child .nb-contact-info-item > div > div:first-child { color:var(--fg); }
        .nb-contact-grid > .reveal:last-child .nb-contact-info-item > div > div:last-child { color:var(--muted) !important; }
        .nb-contact-grid > .reveal:last-child .nb-contact-info-item a { color:var(--muted) !important; }
        .nb-contact-grid > .reveal:last-child::before { content:''; position:absolute; width:160px; height:160px; background:#9FCB3A; opacity:0.05; top:-50px; right:-50px; border-radius:8px; transform:rotate(20deg); }

        /* footer */
        .nb-footer { border-top:none; padding:0; background:#161616; }

        .tm-footer2-top { display:flex; justify-content:space-between; align-items:flex-end; gap:40px; flex-wrap:wrap; padding:72px 0 44px; }
        .tm-footer2-brand { max-width:380px; }
        .tm-footer2-logo { display:inline-flex; align-items:center; gap:10px; text-decoration:none; margin-bottom:16px; transform:scale(1.35); transform-origin:left center; }
        .tm-footer2-logo .nb-logo-text strong { color:#F7F8F5 !important; }
        .tm-footer2-logo .nb-logo-text em { color:#9FCB3A !important; }
        .tm-footer2-brand p { color:#8A8A85; font-size:14px; line-height:1.65; margin:20px 0 0; }
        .tm-footer2-newsletter label { display:block; color:#8A8A85; font-size:12px; font-weight:600; text-transform:uppercase; letter-spacing:.07em; margin-bottom:12px; }
        .tm-footer2-newsletter-row { display:flex; align-items:center; gap:0; max-width:360px; border-bottom:1.5px solid #3A3A38; transition:border-color .2s; }
        .tm-footer2-newsletter-row:focus-within { border-color:#9FCB3A; }
        .tm-footer2-newsletter-row input { background:transparent; border:none; color:#F7F8F5; font-size:14.5px; padding:10px 4px; flex:1; outline:none; font-family:'Poppins',sans-serif; }
        .tm-footer2-newsletter-row input::placeholder { color:#66665F; }
        .tm-footer2-newsletter-row button { background:none; border:none; color:#9FCB3A; padding:10px 4px; cursor:pointer; display:flex; align-items:center; transition:color .2s; flex-shrink:0; }
        .tm-footer2-newsletter-row button:hover { color:#F7F8F5; }
        #newsletterStatus { color:#8A8A85; }

        .tm-footer2-links { display:flex; flex-wrap:wrap; align-items:center; gap:12px 0; padding:30px 0; border-top:1px solid #2A2A28; }
        .tm-footer2-links a { color:#C7C7C1; text-decoration:none; font-size:14px; padding:0 18px; position:relative; transition:color .2s; }
        .tm-footer2-links a:first-child { padding-left:0; }
        .tm-footer2-links a::after { content:''; position:absolute; right:0; top:50%; transform:translateY(-50%); width:3px; height:3px; border-radius:50%; background:#3A3A38; }
        .tm-footer2-links a:last-child::after { display:none; }
        .tm-footer2-links a:hover { color:#9FCB3A; }

        .tm-footer2-bottom { display:flex; justify-content:space-between; align-items:center; padding:26px 0; border-top:1px solid #2A2A28; flex-wrap:wrap; gap:16px; font-size:12.5px; color:#66665F; }
        .tm-footer2-legal { display:flex; gap:20px; flex-wrap:wrap; }
        .tm-footer2-legal a { color:#8A8A85; text-decoration:none; font-size:12.5px; transition:color .2s; }
        .tm-footer2-legal a:hover { color:#9FCB3A; }
        .nb-social { display:flex; gap:8px; margin-left:auto; }
        @media (max-width:640px){ .nb-social{ margin-left:0; } }
        .nb-social a.nb-icon-btn { color:#8A8A85; text-decoration:none; border-radius:50%; border-color:#2A2A28; }
        .nb-social a.nb-icon-btn:hover { color:#161616; background:#9FCB3A; border-color:#9FCB3A; }
        @media (max-width:700px){ .tm-footer2-logo{ transform:scale(1.15); } .tm-footer2-top{ padding:52px 0 32px; } }

        .nb-scrolltop { position:fixed; bottom:26px; right:26px; z-index:60; width:46px; height:46px; border-radius:50%; background:var(--surface); border:1px solid var(--line); display:flex; align-items:center; justify-content:center; cursor:pointer; box-shadow:0 10px 24px -10px rgba(0,0,0,0.4); transition:opacity .25s, transform .25s; color:var(--fg); }

        ::selection { background:var(--signal); color:white; }
        a, button { font-family:inherit; }
        @media (prefers-reduced-motion: reduce) {
          * { animation-duration:0.001ms !important; transition-duration:0.001ms !important; }
        }
      
/* --- vanilla-JS specific additions --- */
.nb-container, .nb-services-grid, .nb-why-grid, .nb-tech-grid, .nb-industry-grid, .nb-features-grid,
.nb-values-grid, .nb-team-grid, .nb-contact-grid, .nb-project-grid, .nb-stats-grid, .nb-hero-grid, .nb-intro-grid {
  perspective: 1400px;
}
.nb-anim-ready .reveal {
  opacity:0;
  transform: perspective(1200px) translateY(34px) translateZ(-60px) rotateX(10deg) scale(0.96);
  filter:blur(6px);
  transition: opacity .85s cubic-bezier(.16,.84,.44,1), transform .85s cubic-bezier(.16,.84,.44,1), filter .85s ease;
  transform-style: preserve-3d;
}
.reveal.in-view { filter:blur(0); }
.nb-anim-ready .reveal.in-view { opacity:1; transform: perspective(1200px) translateY(0) translateZ(0) rotateX(0) scale(1); }
.nb-nav a[data-icon], .nb-icon-btn svg, .nb-icon-btn i { pointer-events:none; }
[data-lucide] { display:block; }
html, body { margin:0; padding:0; }

/* ============ INNER PAGE ADDITIONS (service pages, about page) ============ */
/* .nb-breadcrumb refined below in the page-hero block */

.nb-page-hero { position:relative; overflow:hidden; padding:64px 0 48px; margin:0 0 8px; background:var(--bg); border-bottom:1px solid var(--line); }
.nb-page-hero-icon { position:absolute; top:-10px; right:-10px; width:240px !important; height:240px !important; background:none; color:var(--fg); opacity:0.05; margin:0; z-index:0; pointer-events:none; }
.nb-page-hero .nb-container { position:relative; z-index:1; }
.nb-page-hero h1 { font-size:clamp(30px,4.4vw,48px); font-weight:800; line-height:1.08; margin:0 0 16px; color:var(--fg); }
.nb-page-hero p.lead { color:var(--muted); font-size:17px; line-height:1.65; max-width:620px; }

.nb-breadcrumb { display:flex; align-items:center; gap:6px; font-size:12.5px; font-weight:600; text-transform:uppercase; letter-spacing:.04em; color:var(--muted); margin-bottom:26px; }
.nb-breadcrumb a { color:var(--muted); text-decoration:none; }
.nb-breadcrumb a:hover { color:var(--signal-2); }
.nb-breadcrumb span { color:var(--fg); }

.nb-features-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
@media (max-width:700px){ .nb-features-grid{ grid-template-columns:1fr; } }

.nb-benefits-list { display:flex; flex-direction:column; gap:14px; }
.nb-benefit-row { display:flex; align-items:flex-start; gap:12px; padding:16px 18px; border:1px solid var(--line); border-radius:4px; background:var(--surface); }
.nb-benefit-row .ic { width:30px; height:30px; border-radius:4px; background:color-mix(in srgb, var(--signal-2) 20%, transparent); color:var(--signal); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.nb-benefit-row p { margin:0; font-size:14.5px; color:var(--fg); }

.nb-service-tech-row { display:flex; flex-wrap:wrap; gap:10px; }

.nb-two-col { display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:start; }
@media (max-width:800px){ .nb-two-col{ grid-template-columns:1fr; } }

.nb-values-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
@media (max-width:800px){ .nb-values-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:520px){ .nb-values-grid{ grid-template-columns:1fr; } }

.nb-timeline { position:relative; padding-left:2px; }
.nb-timeline-line { position:absolute; left:7px; top:6px; bottom:6px; width:2px; background:var(--signal-2); opacity:0.4; }
.nb-timeline-item { display:flex; gap:20px; padding-bottom:30px; position:relative; }
.nb-timeline-dot { width:16px; height:16px; border-radius:50%; background:var(--current); border:3px solid var(--bg); box-shadow:0 0 0 1px var(--line); flex-shrink:0; margin-top:4px; z-index:1; }
.nb-timeline-item h4 { margin:0 0 6px; font-family:'Poppins',sans-serif; font-size:16px; }
.nb-timeline-item p { margin:0; color:var(--muted); font-size:14px; max-width:480px; }
.nb-timeline-year { font-family:'Poppins',sans-serif; font-size:12px; color:var(--accent-text); margin-bottom:4px; display:block; }

.nb-team-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
@media (max-width:900px){ .nb-team-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:480px){ .nb-team-grid{ grid-template-columns:1fr; } }
.nb-team-card { text-align:center; }
.nb-team-avatar { width:100%; aspect-ratio:1; border-radius:6px; margin-bottom:12px; }
.nb-team-card h4 { margin:0 0 2px; font-size:15px; font-family:'Poppins',sans-serif; }
.nb-team-card span { font-size:12.5px; color:var(--muted); }

/* ============ ACCESSIBILITY + POLISH ADDITIONS ============ */
.skip-link { position:absolute; left:-9999px; top:0; z-index:200; background:var(--signal); color:#fff; padding:12px 20px; border-radius:0 0 8px 0; font-size:14px; font-weight:600; text-decoration:none; }
.skip-link:focus { left:0; }

/* keyboard focus visibility */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--current);
  outline-offset: 2px;
  border-radius: 4px;
}

/* active nav link */
.nb-nav a.active { color: #161616; background:#9FCB3A; }
.nb-nav a.active::after { display:none; }

/* ripple effect on buttons */
.nb-btn { position:relative; overflow:hidden; }
.nb-btn .ripple { position:absolute; border-radius:50%; background:rgba(255,255,255,0.45); transform:scale(0); animation:ripple-anim .6s ease-out; pointer-events:none; }
@keyframes ripple-anim { to { transform:scale(3); opacity:0; } }

/* subtle parallax-ready hero visual */
.nb-hero-visual { transition: transform .2s ease-out; }

/* ============================================================
   HERO v2 — minimal & premium: centered, generous whitespace,
   restrained type — with one bold asymmetric color-block
   composition as the signature (echoes the logo's offset squares,
   scaled up into an architectural panel arrangement).
   ============================================================ */
.tm-hero-v2 { padding:0 0 0; position:relative; overflow:hidden; }

/* subtle drifting brand-square background animation behind the hero text — 3D tumble */
.tm-hero-bg { position:absolute; inset:0; z-index:0; overflow:hidden; pointer-events:none; perspective:900px; }
.tm-hero-bg span { position:absolute; display:block; opacity:0.13; transform-style:preserve-3d; border-radius:6px; }
.nb-dark .tm-hero-bg span { opacity:0.17; }
.tm-hero-bg .b1 { width:220px; height:220px; background:#9FCB3A; top:-60px; left:6%; animation:tm3d1 28s ease-in-out infinite; }
.tm-hero-bg .b2 { width:140px; height:140px; background:#EDC51C; top:12%; right:10%; animation:tm3d2 23s ease-in-out infinite; }
.tm-hero-bg .b3 { width:170px; height:170px; background:#3885C6; bottom:-40px; left:16%; animation:tm3d3 32s ease-in-out infinite; }
.tm-hero-bg .b4 { width:120px; height:120px; background:#D82433; bottom:6%; right:8%; animation:tm3d1 25s ease-in-out infinite reverse; }
@keyframes tm3d1 {
  0%,100% { transform:translate3d(0,0,0) rotateX(0deg) rotateY(0deg) rotateZ(0deg); }
  25%     { transform:translate3d(20px,-16px,40px) rotateX(35deg) rotateY(25deg) rotateZ(6deg); }
  50%     { transform:translate3d(34px,26px,0) rotateX(0deg) rotateY(50deg) rotateZ(-4deg); }
  75%     { transform:translate3d(10px,14px,-30px) rotateX(-25deg) rotateY(20deg) rotateZ(8deg); }
}
@keyframes tm3d2 {
  0%,100% { transform:translate3d(0,0,0) rotateX(0deg) rotateY(0deg); }
  33%     { transform:translate3d(-22px,18px,30px) rotateX(-30deg) rotateY(-35deg) rotateZ(-8deg); }
  66%     { transform:translate3d(-10px,-20px,-20px) rotateX(20deg) rotateY(-15deg) rotateZ(5deg); }
}
@keyframes tm3d3 {
  0%,100% { transform:translate3d(0,0,0) rotateX(0deg) rotateY(0deg); }
  40%     { transform:translate3d(18px,-24px,35px) rotateX(28deg) rotateY(40deg) rotateZ(-6deg); }
  70%     { transform:translate3d(-14px,-8px,-25px) rotateX(-15deg) rotateY(15deg) rotateZ(4deg); }
}
@media (prefers-reduced-motion: reduce) { .tm-hero-bg span { animation:none !important; } }
.tm-hero-v2-top, .tm-color-canvas { position:relative; z-index:1; }
.tm-hero-v2-top { max-width:760px; margin:0 auto; text-align:center; padding:88px 0 64px; }
.tm-hero-v2-top .nb-eyebrow { justify-content:center; }
.tm-hero-v2-title { font-size:clamp(38px,6vw,74px); font-weight:800; letter-spacing:-0.03em; line-height:1.04; margin:0 0 24px; }
.tm-hero-v2-title .accent-word { color:var(--signal-2); }
.tm-hero-v2-lead { color:var(--muted); font-size:18px; line-height:1.7; max-width:560px; margin:0 auto 36px; }
.tm-hero-v2-top .nb-hero-actions { justify-content:center; margin-bottom:52px; }
.tm-hero-v2-stats { display:flex; justify-content:center; gap:0; }
.tm-hero-v2-stats div { display:flex; flex-direction:column; align-items:center; padding:0 28px; border-left:1px solid var(--line); }
.tm-hero-v2-stats div:first-child { border-left:none; }
.tm-hero-v2-stats strong { font-size:26px; font-weight:800; color:var(--fg); line-height:1; }
.tm-hero-v2-stats span { font-size:11px; color:var(--muted); margin-top:6px; text-transform:uppercase; letter-spacing:.05em; }
@media (max-width:560px){ .tm-hero-v2-stats{ gap:0; flex-wrap:wrap; } .tm-hero-v2-stats div{ padding:0 16px; } }

.tm-color-canvas { padding:0 0 130px; }
.tm-color-grid {
  display:grid;
  grid-template-columns: 1.3fr 1fr 1.3fr;
  grid-template-rows: 140px 140px;
  gap:10px;
  height:290px;
}
.tm-color-panel {
  display:flex; flex-direction:column; justify-content:space-between;
  padding:22px 24px; text-decoration:none; position:relative; overflow:hidden;
  transition:transform .35s cubic-bezier(.16,.84,.44,1);
}
.tm-color-panel span { font-size:16px; font-weight:700; letter-spacing:-0.01em; max-width:220px; }
.tm-color-panel i { flex-shrink:0; }
.tm-color-panel:hover { transform:translateY(-4px); }
.tm-panel-green { grid-column:1; grid-row:1 / 3; background:#9FCB3A; color:#161616; }
.tm-panel-yellow { grid-column:2; grid-row:1; background:#EDC51C; color:#161616; }
.tm-panel-blue { grid-column:2; grid-row:2; background:#3885C6; color:#FFFFFF; }
.tm-panel-red { grid-column:3; grid-row:1 / 3; background:#D82433; color:#FFFFFF; }
@media (max-width:820px){
  .tm-color-grid { grid-template-columns:1fr 1fr; grid-template-rows:repeat(4, 130px); height:auto; }
  .tm-panel-green { grid-column:1; grid-row:1; }
  .tm-panel-yellow { grid-column:2; grid-row:1; }
  .tm-panel-blue { grid-column:1; grid-row:2; }
  .tm-panel-red { grid-column:2; grid-row:2; }
}
@media (max-width:560px){
  .tm-color-grid { grid-template-columns:1fr; grid-template-rows:none; height:auto; }
  .tm-panel-green, .tm-panel-yellow, .tm-panel-blue, .tm-panel-red { grid-column:1; grid-row:auto; height:130px; }
}

/* ============================================================
   TECHNOMITES SIGNATURE — offset-square motif (from the logo mark),
   flat geometric surfaces, no glass/blur, no floating gradient orbs.
   ============================================================ */

/* ---- signature offset-square cluster (decorative, brand icon language) ---- */
.nb-orbs { position:fixed; inset:0; z-index:0; overflow:hidden; pointer-events:none; opacity:0.6; }
.tm-squares { position:absolute; width:180px; height:180px; opacity:0.10; pointer-events:none; }
.tm-squares span { position:absolute; display:block; }
.tm-sq-1 { top:-140px; left:-60px; }
.tm-sq-2 { top:30%; right:-100px; transform:rotate(8deg); }
.tm-sq-3 { bottom:-120px; left:38%; transform:rotate(-6deg); }
.nb-light .tm-squares { opacity:0.07; }

/* cursor-follow glow removed for a flatter, high-contrast surface */
.nb-cursor-glow { display:none; }

/* ---- flat surfaces (no glassmorphism) ---- */
/* .nb-header background now set directly on .nb-header-inner (always dark, theme-independent) */
.nb-card, .nb-test-card, .nb-benefit-row, .tech-editor {
  background:var(--surface) !important;
  border:1px solid var(--line);
}
.nb-hero-visual { background:var(--surface) !important; }

/* thin accent-bar reveal on hover instead of a glass shimmer sweep */
.nb-card { position:relative; overflow:hidden; }
.nb-card::before {
  content:''; position:absolute; top:0; left:0; width:100%; height:3px;
  background:var(--signal); transform:scaleX(0); transform-origin:left;
  transition:transform .35s cubic-bezier(.16,.84,.44,1); pointer-events:none;
}
.nb-card:hover::before { transform:scaleX(1); }

/* hover lift, flat shadow (no color glow) */
.nb-card:hover, .nb-industry:hover { box-shadow:0 14px 30px -16px rgba(22,22,22,0.35); border-color:var(--signal); }

/* ---- marquee scrolling text band ---- */
.nb-marquee { position:relative; overflow:hidden; padding:18px 0; border-top:2px solid var(--line); border-bottom:2px solid var(--line); background:var(--surface); }
.nb-marquee-track { display:flex; width:max-content; gap:48px; animation:marqueeScroll 32s linear infinite; }
.nb-marquee:hover .nb-marquee-track { animation-play-state:paused; }
.nb-marquee-item { display:flex; align-items:center; gap:12px; font-family:'Poppins',sans-serif; font-weight:700; font-size:20px; color:var(--muted); white-space:nowrap; letter-spacing:0.02em; }
.nb-marquee-item .dot { width:9px; height:9px; border-radius:2px; background:var(--signal); flex-shrink:0; }
.nb-marquee-item.accent { color:var(--signal); }
@keyframes marqueeScroll { from{ transform:translateX(0); } to{ transform:translateX(-50%); } }

/* ensure real content sits above the fixed orb layer */
.nb-hero, .nb-section, .nb-marquee, footer.nb-footer { position:relative; z-index:1; }

@media (prefers-reduced-motion: reduce) {
  .nb-orb, .nb-marquee-track { animation:none !important; }
}

/* ============ MOBILE THEME TOGGLE (moved into the mobile menu) ============ */
@media (max-width:900px) {
  .nb-header-actions #themeToggle { display:none; }
}
.nb-mobile-theme-btn {
  display:flex; align-items:center; gap:10px; width:100%; margin-top:10px; padding:12px 4px;
  background:none; border:none; border-top:1px solid #2A2A28; color:#E4E4DF;
  font-size:15px; font-family:'Poppins',sans-serif; cursor:pointer; text-align:left;
}
.nb-mobile-theme-btn i { color:#9FCB3A; flex-shrink:0; }

/* ============ 3D TILT CARDS ============ */
.nb-card, .nb-industry, .nb-benefit-row, .nb-test-card {
  transform-style: preserve-3d;
  transition: transform .35s cubic-bezier(.16,.84,.44,1), box-shadow .35s ease, border-color .35s ease;
  will-change: transform;
}
.nb-card > * { transform: translateZ(18px); }

/* stat number pop-in */
.nb-stat { transition: transform .3s ease; }
.nb-stat:hover { transform: translateY(-4px) scale(1.04); }

/* 3D depth on hero visual + tech editor */
.nb-hero-visual, .tech-editor { transform-style: preserve-3d; }

/* button micro 3D press */
.nb-btn { transition: transform .2s cubic-bezier(.16,.84,.44,1), box-shadow .2s ease, background .2s; }
.nb-btn:active { transform: translateY(1px) scale(0.97); }

/* logo mark subtle spin-in on load */
.nb-logo-mark { animation: markSpinIn 1s cubic-bezier(.2,.9,.3,1.2) both; }
@keyframes markSpinIn { from { opacity:0; transform:rotate(-25deg) scale(0.6);} to { opacity:1; transform:rotate(0) scale(1);} }

/* section headings: subtle 3D letter-rise */
.nb-h2, .nb-hero h1, .nb-page-hero h1 { transform-style: preserve-3d; }

@media (prefers-reduced-motion: reduce) {
  .nb-card, .nb-industry, .nb-hero-visual, .tech-editor { transform: none !important; transition: none !important; }
}

/* ============================================================
   CASE STUDIES
   ============================================================ */
.nb-case-card { display:flex; flex-direction:column; height:100%; text-decoration:none; color:inherit; border-radius:10px; overflow:visible; border:none; background:transparent; transition:transform .3s cubic-bezier(.16,.84,.44,1); }
.nb-case-card:hover { transform:translateY(-6px); }
.nb-case-media { aspect-ratio:16/10; overflow:hidden; position:relative; flex-shrink:0; border-radius:10px; }
.nb-case-media img { width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.nb-case-card:hover .nb-case-media img { transform:scale(1.06); }
.nb-case-body { display:flex; flex-direction:column; flex:1; padding:22px 22px 24px; margin:-30px 14px 0; position:relative; z-index:2; background:var(--surface); border:1px solid var(--line); border-radius:8px; box-shadow:0 14px 30px -18px rgba(22,22,22,0.35); transition:border-color .3s ease, box-shadow .3s ease; }
.nb-case-card:hover .nb-case-body { border-color:var(--signal); box-shadow:0 20px 40px -18px rgba(22,22,22,0.4); }
.nb-case-tag { font-family:'Poppins',sans-serif; font-weight:700; font-size:10.5px; text-transform:uppercase; letter-spacing:.05em; color:#161616; background:var(--signal-2); margin-bottom:12px; display:inline-block; padding:4px 10px; border-radius:3px; align-self:flex-start; }
.nb-case-card h3 { font-family:'Poppins',sans-serif; font-weight:700; font-size:19px; margin:0 0 10px; letter-spacing:-0.01em; }
.nb-case-card p { color:var(--muted); font-size:14px; margin:0 0 18px; line-height:1.6; flex:1; }
.nb-case-metrics { display:flex; gap:0; margin-top:auto; border-top:1px solid var(--line); padding-top:16px; }
.nb-case-metrics div { flex:1; padding-right:10px; }
.nb-case-metrics div .num { font-family:'Poppins',sans-serif; font-weight:800; font-size:18px; color:var(--signal-2); line-height:1; }
.nb-case-metrics div .lbl { font-size:10px; color:var(--muted); text-transform:uppercase; letter-spacing:.04em; margin-top:5px; display:block; }

/* ============================================================
   SOCIAL / CREATIVE PORTFOLIO GALLERY
   ============================================================ */
.nb-portfolio-filters { display:flex; flex-wrap:wrap; gap:2px; margin:32px 0 40px; border-bottom:1px solid var(--line); }
.nb-portfolio-filter { font-family:'Poppins',sans-serif; font-size:12.5px; letter-spacing:.03em; text-transform:uppercase; color:var(--muted); background:none; border:none; border-bottom:2px solid transparent; padding:10px 16px; cursor:pointer; transition:color .2s ease; margin-bottom:-1px; }
.nb-portfolio-filter:hover { color:var(--fg); }
.nb-portfolio-filter.active { color:var(--fg); border-bottom-color:var(--signal-2); font-weight:600; }

.nb-portfolio-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
@media (max-width:900px){ .nb-portfolio-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:520px){ .nb-portfolio-grid{ grid-template-columns:1fr; } }

.nb-portfolio-item { position:relative; display:flex; flex-direction:column; width:100%; border-radius:6px; overflow:hidden; border:1px solid var(--line); background:var(--surface); padding:0; cursor:pointer; transition:transform .3s cubic-bezier(.16,.84,.44,1), box-shadow .3s ease, border-color .3s ease; }
.nb-portfolio-item.is-hidden { display:none; }
.nb-portfolio-item > img { width:100%; aspect-ratio:1/1; object-fit:cover; display:block; transition:transform .5s ease; }
.nb-portfolio-item:hover { transform:translateY(-5px); box-shadow:0 18px 36px -18px rgba(22,22,22,0.35); border-color:var(--signal); }
.nb-portfolio-item:hover img { transform:scale(1.06); }
.nb-portfolio-overlay { position:static; display:flex; flex-direction:column; padding:13px 15px 15px; background:none; opacity:1; text-align:left; }
.nb-portfolio-brand { font-family:'Poppins',sans-serif; font-size:10.5px; text-transform:uppercase; letter-spacing:.08em; color:var(--signal-2); margin-bottom:4px; }
.nb-portfolio-title { font-family:'Poppins',sans-serif; font-size:13.5px; font-weight:600; color:var(--fg); line-height:1.35; }
.nb-portfolio-expand { position:absolute; top:10px; right:10px; width:30px; height:30px; border-radius:50%; background:rgba(22,22,22,0.55); backdrop-filter:blur(6px); display:flex; align-items:center; justify-content:center; color:#fff; opacity:0; transition:opacity .3s ease; }
.nb-portfolio-item:hover .nb-portfolio-expand { opacity:1; }

.nb-lightbox { position:fixed; inset:0; z-index:200; display:none; align-items:center; justify-content:center; padding:24px; background:rgba(6,8,14,0.88); backdrop-filter:blur(6px); }
.nb-lightbox.is-open { display:flex; }
.nb-lightbox-inner { position:relative; max-width:min(520px,90vw); width:100%; }
.nb-lightbox-inner img { width:100%; height:auto; border-radius:6px; display:block; box-shadow:0 40px 80px -20px rgba(0,0,0,0.6); }
.nb-lightbox-caption { margin-top:14px; text-align:center; }
.nb-lightbox-caption .brand { font-family:'Poppins',sans-serif; font-size:11px; text-transform:uppercase; letter-spacing:.08em; color:var(--accent-text); }
.nb-lightbox-caption .title { font-family:'Poppins',sans-serif; font-size:15px; color:#fff; margin-top:4px; }
.nb-lightbox-close { position:absolute; top:-46px; right:0; width:36px; height:36px; border-radius:50%; border:1px solid rgba(255,255,255,0.25); background:rgba(255,255,255,0.08); color:#fff; display:flex; align-items:center; justify-content:center; cursor:pointer; transition:background .2s ease; }
.nb-lightbox-close:hover { background:rgba(255,255,255,0.2); }

/* case study detail page */
.nb-case-hero-media { border-radius:8px; overflow:hidden; border:1px solid var(--line); margin-top:32px; }
.nb-case-hero-media img { width:100%; display:block; }
.nb-case-stats-band { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
@media (max-width:700px){ .nb-case-stats-band{ grid-template-columns:repeat(2,1fr);} }
.nb-case-stat { text-align:center; padding:26px 14px; border-radius:6px; border:1px solid var(--line); background:var(--surface); }
.nb-case-stat .num { font-family:'Poppins',sans-serif; font-weight:800; font-size:clamp(26px,3vw,36px); color:var(--signal-2); }
.nb-case-stat .lbl { color:var(--muted); font-size:12.5px; margin-top:6px; }

.nb-case-swot { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
@media (max-width:800px){ .nb-case-swot{ grid-template-columns:repeat(2,1fr);} }
.nb-swot-card { padding:20px; border-radius:6px; border:1px solid var(--line); background:var(--surface); }
.nb-swot-card h4 { font-family:'Poppins',sans-serif; font-size:12px; text-transform:uppercase; letter-spacing:.08em; margin:0 0 10px; }
.nb-swot-card.strength h4 { color:var(--current); }
.nb-swot-card.weakness h4 { color:var(--ember); }
.nb-swot-card.opportunity h4 { color:var(--accent-text); }
.nb-swot-card.threat h4 { color:#D82433; }
.nb-swot-card p { color:var(--muted); font-size:13.5px; line-height:1.6; margin:0; }

.nb-case-gallery { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
@media (max-width:800px){ .nb-case-gallery{ grid-template-columns:repeat(2,1fr);} }
@media (max-width:500px){ .nb-case-gallery{ grid-template-columns:1fr;} }
.nb-case-gallery img { width:100%; border-radius:6px; border:1px solid var(--line); display:block; transition:transform .3s ease; }
.nb-case-gallery a { display:block; overflow:hidden; border-radius:6px; }
.nb-case-gallery a:hover img { transform:scale(1.05); }

.nb-case-quote { border-left:3px solid var(--current); padding:6px 0 6px 24px; margin:0; }
.nb-case-quote p { font-family:'Poppins',sans-serif; font-size:19px; font-weight:500; line-height:1.6; margin:0; }

/* ============================================================
   BLOG
   ============================================================ */
/* ============================================================
   LIFE AT TECHNOMITES — 3D photo collage (homepage)
   ============================================================ */
.tm-collage { display:flex; flex-wrap:wrap; justify-content:center; align-items:flex-start; gap:0; perspective:1400px; padding:56px 0 44px; }
.tm-collage-item { width:180px; height:225px; margin:6px 4px; border-radius:10px; overflow:hidden; border:6px solid var(--bg); box-shadow:0 16px 32px -12px rgba(22,22,22,0.35); background:var(--surface); position:relative; z-index:1; cursor:pointer;
  transform:rotate(var(--r)) translateZ(0); transition:transform .45s cubic-bezier(.16,.84,.44,1), box-shadow .45s ease, z-index 0s .2s; }
.tm-collage-item:nth-child(even) { margin-top:30px; }
.tm-collage-item:hover { transform:rotate(0deg) scale(1.1) translateY(-12px) translateZ(40px); box-shadow:0 30px 54px -14px rgba(22,22,22,0.45); z-index:5; transition-delay:0s; }
.tm-collage-item img { width:100%; height:100%; object-fit:cover; display:block; }
@media (max-width:900px){ .tm-collage-item{ width:150px; height:188px; } }
@media (max-width:600px){ .tm-collage{ padding:36px 0 30px; } .tm-collage-item{ width:118px; height:148px; margin:4px 3px; } .tm-collage-item:nth-child(even){ margin-top:20px; } }
.tm-culture-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
@media (max-width:800px){ .tm-culture-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:480px){ .tm-culture-grid{ grid-template-columns:1fr; } }
.tm-culture-item { border-radius:8px; overflow:hidden; border:1px solid var(--line); aspect-ratio:4/3; transition:transform .35s cubic-bezier(.16,.84,.44,1), box-shadow .35s ease, border-color .35s ease; }
.tm-culture-item:hover { transform:translateY(-6px); box-shadow:0 20px 40px -18px rgba(22,22,22,0.4); border-color:var(--signal); }
.tm-culture-item img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .6s cubic-bezier(.16,.84,.44,1); }
.tm-culture-item:hover img { transform:scale(1.1); }

.nb-blog-card { display:block; text-decoration:none; color:inherit; border-radius:6px; overflow:hidden; border:1px solid var(--line); background:var(--surface); height:100%; transition:transform .3s cubic-bezier(.16,.84,.44,1), box-shadow .3s ease; }
.nb-blog-card:hover { transform:translateY(-5px); box-shadow:0 18px 40px -20px rgba(22,22,22,0.3); border-color:var(--signal); }
.nb-blog-icon { height:150px; display:flex; align-items:center; justify-content:center; background:var(--surface-2); color:var(--signal-2); }
.nb-blog-visual { height:180px; overflow:hidden; position:relative; }
.nb-blog-visual img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .4s ease; }
.nb-blog-card:hover .nb-blog-visual img { transform:scale(1.06); }
.nb-blog-tag { position:absolute; top:14px; left:14px; font-size:10.5px; font-weight:700; text-transform:uppercase; letter-spacing:.05em; padding:5px 10px; border-radius:3px; color:#161616; }
.nb-article-hero-visual { border-radius:6px; overflow:hidden; border:1px solid var(--line); margin:28px 0 8px; }
.nb-article-hero-visual img { width:100%; display:block; }
.nb-blog-body { padding:22px 24px; }
.nb-blog-meta { display:flex; gap:6px; align-items:center; font-family:'Poppins',sans-serif; font-size:12px; color:var(--muted); margin-bottom:12px; }
.nb-blog-meta i { flex-shrink:0; }
.nb-blog-card h3 { font-family:'Poppins',sans-serif; font-weight:700; font-size:18px; margin:0 0 10px; line-height:1.32; letter-spacing:-0.01em; }
.nb-blog-card p { color:var(--muted); font-size:14px; line-height:1.6; margin:0; }

.nb-article { max-width:740px; margin:0 auto; }
.nb-article h2 { font-family:'Poppins',sans-serif; font-size:24px; margin:40px 0 16px; }
.nb-article h3 { font-family:'Poppins',sans-serif; font-size:19px; margin:28px 0 12px; }
.nb-article p { color:var(--fg); opacity:0.88; font-size:16px; line-height:1.75; margin-bottom:18px; }
.nb-article ul, .nb-article ol { color:var(--fg); opacity:0.88; font-size:16px; line-height:1.75; margin:0 0 20px; padding-left:22px; }
.nb-article li { margin-bottom:8px; }
.nb-article strong { color:var(--fg); opacity:1; }
.nb-article-meta { display:flex; gap:16px; align-items:center; flex-wrap:wrap; color:var(--muted); font-size:13.5px; font-family:'Poppins',sans-serif; margin:18px 0 32px; }
.nb-article-meta span { display:flex; align-items:center; gap:6px; }
.nb-article-callout { border:1px solid var(--line); border-left:3px solid var(--current); background:var(--surface); border-radius:0 12px 12px 0; padding:20px 24px; margin:28px 0; }
.nb-article-callout p { margin:0; opacity:1; }
.nb-share-row { display:flex; gap:10px; align-items:center; margin-top:40px; padding-top:24px; border-top:1px solid var(--line); }

/* ============================================================
   CERTIFICATIONS / PARTNER BADGES
   ============================================================ */
.nb-certs-wrap { position:relative; overflow:hidden; -webkit-mask-image:linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image:linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.nb-certs-track { display:flex; align-items:center; gap:64px; width:max-content; animation:certScroll 34s linear infinite; }
.nb-certs-wrap:hover .nb-certs-track { animation-play-state:paused; }
.nb-cert-item { display:flex; align-items:center; justify-content:center; height:64px; min-width:130px; flex-shrink:0; background:#FFFFFF; border-radius:4px; padding:10px 20px; box-shadow:0 4px 14px -6px rgba(0,0,0,0.35); }
.nb-cert-item img { max-height:38px; max-width:120px; width:auto; height:auto; object-fit:contain; opacity:1; transition:transform .35s ease; }
.nb-light .nb-cert-item img { opacity:1; }
.nb-cert-item:hover img { transform:scale(1.08); }
.nb-cert-item:hover { box-shadow:0 8px 22px -6px rgba(0,0,0,0.45); transform:translateY(-2px); transition:transform .3s ease, box-shadow .3s ease; }
.nb-cert-item--award { height:100px; min-width:150px; padding:14px 18px; }
.nb-cert-item--award img { max-height:78px; max-width:140px; }
@keyframes certScroll { from{ transform:translateX(0); } to{ transform:translateX(-50%); } }

.nb-certs-badge-row { display:flex; justify-content:center; gap:14px; margin-bottom:36px; flex-wrap:wrap; }
.nb-certs-badge { display:flex; align-items:center; gap:8px; padding:8px 16px; border-radius:8px; border:1px solid var(--line); background:var(--surface); font-family:'Poppins',sans-serif; font-size:12px; color:var(--muted); }
.nb-certs-badge i { color:var(--current); }

@media (prefers-reduced-motion: reduce) {
  .nb-certs-track { animation:none !important; }
}

/* ============================================================
   CLICKABLE-CARD AFFORDANCE — arrow always visible on cards
   that are actually links, so it's obvious they're clickable.
   ============================================================ */
a:has(> .nb-card), a:has(> .nb-tech-card) { cursor:pointer; text-decoration:none; }
a:has(> .nb-card) .nb-card, a:has(> .nb-tech-card) .nb-tech-card { position:relative; padding-right:52px; }
a:has(> .nb-card) .nb-card::after, a:has(> .nb-tech-card) .nb-tech-card::after {
  content:'';
  position:absolute; top:22px; right:20px;
  width:30px; height:30px; border-radius:50%;
  background:color-mix(in srgb, var(--current) 16%, transparent);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231FBFAE' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12 5 19 12 12 19'/%3E%3C/svg%3E");
  background-repeat:no-repeat; background-position:center; background-size:16px;
  opacity:1; transform:translateX(0) scale(1);
  transition:opacity .3s cubic-bezier(.16,.84,.44,1), transform .3s cubic-bezier(.16,.84,.44,1);
}
a:has(> .nb-card):hover .nb-card::after, a:has(> .nb-tech-card):hover .nb-tech-card::after {
  opacity:1; transform:translateX(0) scale(1.08);
}
a:has(> .nb-card):hover .nb-card h3, a:has(> .nb-tech-card):hover .nb-tech-card .nb-tech-cat {
  color:var(--current);
}



/* ============ HERO TYPEWRITER ============ */
.nb-typewriter-cursor { display:inline-block; width:3px; margin-left:2px; background:var(--current); animation:twBlink .8s step-end infinite; }
@keyframes twBlink { 0%,100%{ opacity:1; } 50%{ opacity:0; } }
@media (prefers-reduced-motion: reduce) {
  .nb-typewriter-cursor { animation:none; opacity:0; }
}
