/*
Theme Name:  SD CloudiQ
Theme URI:   https://sdcloudiq.com
Author:      SD CloudiQ
Author URI:  https://sdcloudiq.com
Description: Enterprise software engineering company website for SD CloudiQ. Engineering Excellence. Delivered. Dark tech theme with particle animation.
Version:     2.0.0
License:     Private
Tags:        dark-theme, one-page, software-company, responsive, enterprise
*/

/* ===================================================================
   ALL SITE STYLES — SD CloudiQ Theme
   =================================================================== */

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

    :root {
      --bg:         #060A14;
      --bg-mid:     #090E1C;
      --bg-card:    rgba(255,255,255,0.028);
      --blue:       #2563EB;
      --blue-bright:#3B82F6;
      --blue-glow:  rgba(37,99,235,0.15);
      --blue-deep:  #1D4ED8;
      --cyan:       #06B6D4;
      --navy:       #0F172A;
      --white:      #EEF4FF;
      --silver:     #8EA4BE;
      --border:     rgba(37,99,235,0.18);
      --border-dim: rgba(255,255,255,0.055);
    }

    html { scroll-behavior: smooth; }
    body {
      font-family: 'Inter', 'Outfit', sans-serif;
      background: var(--bg);
      color: var(--white);
      overflow-x: hidden;
    }

    /* ── PARTICLE CANVAS (full-page, fixed) ── */
    #particle-canvas {
      position: fixed;
      inset: 0; z-index: 0;
      pointer-events: none;
    }

    /* everything above canvas */
    nav, section, #trust, footer { position: relative; z-index: 1; }

    /* ── NAV ── */
    nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 100;
      display: flex; align-items: center; justify-content: space-between;
      padding: 0 5vw; height: 76px;
      background: rgba(6,10,20,0.85);
      backdrop-filter: blur(20px) saturate(160%);
      border-bottom: 1px solid var(--border);
    }

    .nav-logo { display: flex; align-items: center; gap: 13px; text-decoration: none; }
    .nav-logo-img {
      height: 42px; width: auto;
      filter: invert(1) brightness(4) sepia(1) saturate(4) hue-rotate(188deg);
    }
    /* SVG inline logo in nav */
    .nav-logo-svg {
      height: 58px; width: auto; flex-shrink: 0;
    }
    .nav-logo-block {
      display: flex; flex-direction: column; gap: 12px;
    }
    .nav-logo-text {
      font-family: 'Inter', 'Outfit', sans-serif;
      font-weight: 400; font-size: 1.88rem;
      letter-spacing: 0.02em; color: var(--white);
      line-height: 1.1;
    }
    .nav-logo-text strong { font-weight: 900; }
    .nav-logo-tagline {
      font-family: 'JetBrains Mono', monospace;
      font-size: 0.62rem; font-weight: 400;
      letter-spacing: 0.15em; color: var(--cyan);
      text-transform: uppercase; opacity: 0.9;
      line-height: 1;
    }

    .nav-links { display: flex; gap: 2.5rem; list-style: none; }
    .nav-links a {
      text-decoration: none; color: var(--silver);
      font-size: 0.790rem; font-weight: 500;
      letter-spacing: 0.03em; transition: color 0.2s;
    }
    .nav-links a:hover { color: var(--blue-bright); }

    .nav-cta {
      background: linear-gradient(135deg, var(--blue-deep), var(--cyan)) !important;
      color: #fff !important; padding: 8px 22px;
      border-radius: 6px; font-weight: 700 !important;
      letter-spacing: 0.04em;
      box-shadow: 0 0 18px rgba(37,99,235,0.28);
      transition: box-shadow 0.2s, transform 0.15s !important;
    }
    .nav-cta:hover { box-shadow: 0 0 30px rgba(37,99,235,0.5) !important; transform: translateY(-1px); }

    .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; border: none; background: none; }
    .hamburger span { display: block; width: 24px; height: 2px; background: var(--silver); border-radius: 2px; }

    /* ── HERO ── */
    #hero {
      min-height: 100vh;
      display: flex; align-items: center;
      padding: 120px 5vw 80px;
      overflow: hidden;
    }

    .hero-inner {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 4rem; align-items: center; width: 100%;
    }

    .hero-badge {
      display: inline-flex; align-items: center; gap: 10px;
      border: 1px solid rgba(37,99,235,0.32);
      background: rgba(37,99,235,0.08);
      border-radius: 100px; padding: 6px 18px;
      font-size: 0.58rem; font-weight: 600;
      letter-spacing: 0.14em; text-transform: uppercase;
      color: var(--blue-bright); margin-bottom: 1.75rem;
      animation: fadeUp 0.6s ease both;
      font-family: 'JetBrains Mono', monospace;
    }
    .badge-dot { width: 6px; height: 6px; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 8px var(--cyan); animation: glow 2s infinite; }

    h1 {
      font-family: 'Inter', 'Outfit', sans-serif;
      font-size: clamp(2.3rem, 4vw, 3.5rem);
      font-weight: 800; line-height: 1.1;
      letter-spacing: -0.025em; color: var(--white);
      margin-bottom: 1.5rem;
      animation: fadeUp 0.6s 0.1s ease both;
    }
    .grad-text {
      background: linear-gradient(120deg, var(--blue-bright) 0%, var(--cyan) 100%);
      -webkit-background-clip: text; -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .hero-lead {
      font-size: 0.98rem; line-height: 1.85; font-weight: 300;
      color: var(--silver); max-width: 510px;
      margin-bottom: 0.85rem;
      animation: fadeUp 0.6s 0.15s ease both;
    }

    /* ── HERO TRUST SIGNALS ── */
    .hero-trust-signals {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 0.55rem 1.5rem;
      margin: 1.4rem 0 1.8rem;
      animation: fadeUp 0.6s 0.18s ease both;
    }
    .hts-item {
      display: flex; align-items: center; gap: 8px;
      font-size: 0.83rem; font-weight: 500;
      color: var(--silver); letter-spacing: 0.01em;
    }
    .hts-check {
      color: var(--cyan); font-weight: 700;
      font-size: 0.9rem; flex-shrink: 0;
    }

    .hero-pillars {
      display: flex; gap: 0.75rem; flex-wrap: wrap;
      margin-bottom: 2.5rem;
      animation: fadeUp 0.6s 0.2s ease both;
    }
    .pillar {
      font-family: 'JetBrains Mono', monospace;
      font-size: 0.68rem; font-weight: 400;
      color: var(--cyan); letter-spacing: 0.08em;
      padding: 4px 12px; border-radius: 4px;
      background: rgba(6,182,212,0.07);
      border: 1px solid rgba(6,182,212,0.18);
    }

    .hero-actions {
      display: flex; gap: 1rem; flex-wrap: wrap;
      animation: fadeUp 0.6s 0.25s ease both;
    }

    .btn-primary {
      display: inline-flex; align-items: center; gap: 8px;
      background: linear-gradient(135deg, var(--blue-deep), var(--cyan));
      color: #fff; padding: 13px 30px; border-radius: 7px;
      font-family: 'Inter', 'Outfit', sans-serif; font-weight: 700; font-size: 0.88rem;
      text-decoration: none; letter-spacing: 0.04em;
      box-shadow: 0 4px 20px rgba(37,99,235,0.36);
      transition: transform 0.2s, box-shadow 0.2s;
    }
    .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 36px rgba(37,99,235,0.52); }

    .btn-ghost {
      display: inline-flex; align-items: center; gap: 8px;
      background: transparent; color: var(--blue-bright);
      padding: 13px 30px; border-radius: 7px;
      font-family: 'Inter', 'Outfit', sans-serif; font-weight: 600; font-size: 0.88rem;
      text-decoration: none; letter-spacing: 0.04em;
      border: 1px solid rgba(37,99,235,0.3);
      transition: border-color 0.2s, background 0.2s;
    }
    .btn-ghost:hover { border-color: var(--blue); background: var(--blue-glow); }

    .hero-stats {
      display: flex; gap: 2.5rem; margin-top: 3.5rem;
      animation: fadeUp 0.6s 0.35s ease both;
    }
    .hero-stat strong {
      display: block; font-size: 2rem; font-weight: 800;
      background: linear-gradient(120deg, var(--white), var(--blue-bright));
      -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    }
    .hero-stat span { font-size: 0.7rem; font-weight: 600; color: var(--silver); letter-spacing: 0.1em; text-transform: uppercase; }

    /* ── HERO VISUAL ── */
    .hero-visual {
      display: flex; align-items: center; justify-content: center;
      position: relative;
      animation: fadeUp 0.8s 0.2s ease both;
    }

    .tech-illustration {
      width: 100%; max-width: 460px;
      position: relative;
    }

    /* Glowing rings behind */
    .glow-ring {
      position: absolute; border-radius: 50%;
      border: 1px solid rgba(37,99,235,0.12);
      animation: ringPulse 3s ease-in-out infinite;
    }
    .glow-ring-1 { width: 400px; height: 400px; top: 50%; left: 50%; transform: translate(-50%,-50%); animation-delay: 0s; }
    .glow-ring-2 { width: 320px; height: 320px; top: 50%; left: 50%; transform: translate(-50%,-50%); animation-delay: 1s; border-color: rgba(6,182,212,0.1); }

    /* SVG tech screen */
    .tech-screen {
      background: rgba(6,10,20,0.85);
      border: 1px solid var(--border);
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 0 60px rgba(37,99,235,0.12), 0 32px 80px rgba(0,0,0,0.5);
      position: relative; z-index: 1;
    }

    .screen-bar {
      display: flex; align-items: center; gap: 7px;
      padding: 12px 16px;
      border-bottom: 1px solid var(--border-dim);
      background: rgba(255,255,255,0.025);
    }
    .sb-dot { width: 10px; height: 10px; border-radius: 50%; }
    .sb-dot.r { background: #FF5F56; }
    .sb-dot.y { background: #FEBC2E; }
    .sb-dot.g { background: #27C840; }
    .sb-tab {
      margin-left: 12px; font-family: 'JetBrains Mono', monospace;
      font-size: 0.68rem; color: var(--silver); letter-spacing: 0.06em;
    }

    .f-card {
      position: absolute;
      background: rgba(6,10,20,0.92);
      border: 1px solid var(--border);
      border-radius: 12px; padding: 12px 16px;
      backdrop-filter: blur(12px);
      box-shadow: 0 8px 28px rgba(0,0,0,0.4);
    }
    .f-card-1 { top: 8%; right: -14%; animation: cardBob 5s ease-in-out infinite alternate; }
    .f-card-2 { bottom: 8%; left: -14%; animation: cardBob 7s ease-in-out infinite alternate-reverse; }
    .fc-lbl { font-family: 'JetBrains Mono', monospace; font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cyan); margin-bottom: 3px; }
    .fc-val { font-family: 'Inter', 'Outfit', sans-serif; font-size: 1.5rem; font-weight: 800; color: var(--white); line-height: 1; }
    .fc-sub { font-size: 0.65rem; color: var(--silver); margin-top: 2px; }
    .fc-bar { height: 3px; background: rgba(255,255,255,0.08); border-radius: 2px; margin-top: 8px; overflow: hidden; }
    .fc-bar-fill { height: 100%; background: linear-gradient(90deg, var(--blue), var(--cyan)); border-radius: 2px; }

    @keyframes cardBob { from { transform: translateY(0); } to { transform: translateY(-14px); } }
    @keyframes ringPulse { 0%,100% { opacity:0.6; transform:translate(-50%,-50%) scale(1); } 50% { opacity:1; transform:translate(-50%,-50%) scale(1.04); } }

    /* ── TRUST BELT ── */
    #trust {
      padding: 26px 5vw;
      border-top: 1px solid var(--border-dim);
      border-bottom: 1px solid var(--border-dim);
    }
    .trust-inner { display: flex; align-items: center; gap: 3rem; flex-wrap: wrap; justify-content: center; }
    .trust-label { font-family: 'JetBrains Mono', monospace; font-size: 0.65rem; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; color: var(--silver); white-space: nowrap; }
    .trust-icons { display: flex; gap: 2.5rem; align-items: center; flex-wrap: wrap; justify-content: center; }
    .t-ico { font-size: 0.75rem; font-weight: 600; color: rgba(142,164,190,0.45); letter-spacing: 0.08em; text-transform: uppercase; transition: color 0.2s; }
    .t-ico:hover { color: var(--blue-bright); }

    /* ── COMMON SECTION STYLES ── */
    .sec { padding: 96px 5vw; }
    .sec-mid { background: var(--bg-mid); }

    .sec-eye { font-family: 'JetBrains Mono', monospace; font-size: 0.68rem; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; color: var(--cyan); margin-bottom: 0.7rem; }
    .sec-title {
      font-family: 'Inter', 'Outfit', sans-serif;
      font-size: clamp(1.85rem, 3vw, 2.6rem);
      font-weight: 800; letter-spacing: -0.025em;
      color: var(--white); line-height: 1.15; margin-bottom: 1rem;
    }
    .sec-sub { font-size: 1rem; line-height: 1.8; font-weight: 300; color: var(--silver); max-width: 520px; }

    /* ── SERVICES ── */
    .svc-grid {
      display: grid; grid-template-columns: repeat(3, 1fr);
      gap: 1.5px; background: var(--border-dim);
      border: 1px solid var(--border-dim); border-radius: 18px; overflow: hidden;
      margin-top: 3rem;
    }
    .svc {
      background: var(--bg-mid); padding: 2.25rem;
      position: relative; overflow: hidden; transition: background 0.3s;
    }
    .svc::after {
      content: ''; position: absolute; inset: 0;
      background: radial-gradient(circle at top left, rgba(37,99,235,0.07), transparent 55%);
      opacity: 0; transition: opacity 0.3s;
    }
    .svc:hover { background: rgba(37,99,235,0.04); }
    .svc:hover::after { opacity: 1; }
    .svc-n { font-family: 'JetBrains Mono', monospace; font-size: 0.62rem; color: rgba(37,99,235,0.35); margin-bottom: 1rem; letter-spacing: 0.12em; }
    .svc-ico { font-size: 1.7rem; margin-bottom: 1rem; display: block; }
    .svc h3 { font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 0.7rem; }
    .svc p { font-size: 0.83rem; line-height: 1.8; color: var(--silver); font-weight: 300; }
    .svc-bar { display: block; width: 0; height: 2px; background: linear-gradient(90deg,var(--blue),var(--cyan)); margin-top: 1.25rem; border-radius: 2px; transition: width 0.4s; }
    .svc:hover .svc-bar { width: 36px; }

    /* ── ABOUT ── */
    .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5vw; align-items: center; }

    .dash-panel {
      width: 100%; max-width: 420px;
      background: rgba(6,10,20,0.8);
      border: 1px solid var(--border);
      border-radius: 18px; overflow: hidden;
      box-shadow: 0 0 50px rgba(37,99,235,0.08);
    }
    .dp-bar {
      padding: 1.1rem 1.5rem;
      border-bottom: 1px solid var(--border-dim);
      display: flex; align-items: center; gap: 7px;
    }
    .dp-dot { width: 9px; height: 9px; border-radius: 50%; }
    .dp-dot.r { background:#FF5F56; } .dp-dot.y { background:#FEBC2E; } .dp-dot.g { background:#27C840; }
    .dp-title { font-family:'JetBrains Mono',monospace; font-size:0.65rem; color:var(--silver); margin-left:8px; letter-spacing:0.08em; }
    .dp-body { padding: 1.5rem; }

    .m-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.85rem; margin-bottom: 0.85rem; }
    .m-box {
      background: rgba(37,99,235,0.07); border: 1px solid rgba(37,99,235,0.13);
      border-radius: 10px; padding: 1.1rem; text-align: center;
    }
    .m-box strong {
      font-family: 'Inter', 'Outfit', sans-serif; font-size: 1.75rem; font-weight: 800;
      background: linear-gradient(120deg, var(--blue-bright), var(--cyan));
      -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
      display: block; line-height: 1;
    }
    .m-box span { font-family: 'JetBrains Mono', monospace; font-size: 0.62rem; color: var(--silver); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 4px; display: block; }

    .q-bar { margin-bottom: 0.85rem; }
    .qb-top { display: flex; justify-content: space-between; margin-bottom: 5px; }
    .qb-top span { font-size: 0.72rem; font-weight: 500; color: var(--silver); }
    .qb-top strong { font-family: 'JetBrains Mono', monospace; font-size: 0.72rem; color: var(--blue-bright); }
    .qb-t { height: 4px; background: rgba(255,255,255,0.06); border-radius: 2px; overflow: hidden; }
    .qb-f { height: 100%; border-radius: 2px; background: linear-gradient(90deg, var(--blue-deep), var(--cyan)); transition: width 1.2s ease; }

    .about-float {
      position: absolute; bottom: -18px; right: -18px;
      background: linear-gradient(135deg, var(--blue-deep), var(--cyan));
      border-radius: 14px; padding: 16px 20px;
      box-shadow: 0 8px 28px rgba(37,99,235,0.42); text-align: center;
    }
    .about-float strong { font-family: 'Inter', 'Outfit', sans-serif; font-size: 1.9rem; font-weight: 800; color: #fff; display: block; }
    .about-float span { font-family: 'JetBrains Mono', monospace; font-size: 0.62rem; color: rgba(255,255,255,0.8); letter-spacing: 0.08em; text-transform: uppercase; }

    .auth-list { display: flex; flex-direction: column; gap: 1rem; margin-top: 2rem; }
    .auth {
      display: flex; align-items: flex-start; gap: 14px;
      padding: 1.1rem; background: var(--bg-card);
      border: 1px solid var(--border-dim); border-radius: 12px;
      transition: border-color 0.2s, background 0.2s;
    }
    .auth:hover { border-color: var(--border); background: rgba(37,99,235,0.04); }
    .auth-ico {
      width: 36px; height: 36px; min-width: 36px; border-radius: 9px;
      background: rgba(37,99,235,0.1); border: 1px solid rgba(37,99,235,0.2);
      display: flex; align-items: center; justify-content: center; font-size: 0.95rem;
    }
    .auth h4 { font-size: 0.88rem; font-weight: 700; color: var(--white); margin-bottom: 3px; }
    .auth p { font-size: 0.8rem; line-height: 1.65; color: var(--silver); font-weight: 300; }

    .t-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 2rem; }
    .t-tag {
      background: rgba(37,99,235,0.08); border: 1px solid rgba(37,99,235,0.18);
      color: var(--blue-bright); padding: 4px 13px; border-radius: 100px;
      font-family: 'JetBrains Mono', monospace; font-size: 0.7rem;
    }

    /* ── WHY US ── */
    .why-g { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; margin-top: 3rem; }
    .why-c {
      background: var(--bg-card); border: 1px solid var(--border-dim);
      border-radius: 16px; padding: 1.75rem;
      transition: border-color 0.25s, transform 0.25s, background 0.25s;
    }
    .why-c:hover { transform: translateY(-5px); border-color: rgba(37,99,235,0.24); background: rgba(37,99,235,0.04); }
    .why-n {
      font-family: 'Inter', 'Outfit', sans-serif; font-size: 2.6rem; font-weight: 800;
      background: linear-gradient(120deg, rgba(37,99,235,0.22), rgba(6,182,212,0.1));
      -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
      line-height: 1; margin-bottom: 0.7rem;
    }
    .why-c h3 { font-size: 0.92rem; font-weight: 700; color: var(--white); margin-bottom: 0.55rem; }
    .why-c p { font-size: 0.8rem; line-height: 1.75; color: var(--silver); font-weight: 300; }

    /* ── PROCESS INFOGRAPHIC ── */
    .proc-wrap { margin-top: 3.5rem; position: relative; }
    .proc-connector {
      position: absolute; top: 54px;
      left: calc(10% + 26px); right: calc(10% + 26px);
      height: 1px;
      background: linear-gradient(90deg, rgba(37,99,235,0) 0%, var(--blue) 25%, var(--cyan) 75%, rgba(6,182,212,0) 100%);
    }
    .proc-connector::before {
      content: ''; position: absolute; inset: -4px;
      background: inherit; filter: blur(8px); opacity: 0.5;
    }
    .proc-steps { display: grid; grid-template-columns: repeat(5,1fr); gap: 1.25rem; position: relative; z-index: 1; }
    .p-st { text-align: center; }
    .p-bubble {
      width: 54px; height: 54px; border-radius: 50%;
      background: var(--bg); border: 2px solid var(--blue);
      display: flex; align-items: center; justify-content: center;
      margin: 0 auto 1.15rem; font-size: 1.2rem;
      position: relative;
      box-shadow: 0 0 18px rgba(37,99,235,0.25), inset 0 0 10px rgba(37,99,235,0.08);
      transition: box-shadow 0.3s;
    }
    .p-st:hover .p-bubble { box-shadow: 0 0 32px rgba(37,99,235,0.52), inset 0 0 18px rgba(37,99,235,0.14); }
    .p-num {
      position: absolute; top: -8px; right: -8px;
      width: 18px; height: 18px; border-radius: 50%;
      background: linear-gradient(135deg, var(--blue-deep), var(--cyan));
      font-family: 'JetBrains Mono', monospace; font-size: 0.58rem; font-weight: 500;
      color: #fff; display: flex; align-items: center; justify-content: center;
    }
    .p-card {
      background: var(--bg-card); border: 1px solid var(--border-dim);
      border-radius: 12px; padding: 1.1rem;
      transition: border-color 0.25s, background 0.25s;
    }
    .p-st:hover .p-card { border-color: rgba(37,99,235,0.2); background: rgba(37,99,235,0.04); }
    .p-card h3 { font-size: 0.88rem; font-weight: 700; color: var(--white); margin-bottom: 0.45rem; }
    .p-card p { font-size: 0.75rem; line-height: 1.65; color: var(--silver); font-weight: 300; }
    .p-tag {
      display: inline-block; margin-top: 0.65rem;
      font-family: 'JetBrains Mono', monospace; font-size: 0.6rem; letter-spacing: 0.1em;
      text-transform: uppercase; color: var(--cyan); padding: 3px 9px;
      border-radius: 4px; background: rgba(6,182,212,0.07); border: 1px solid rgba(6,182,212,0.18);
    }

    /* ── TECH STACK ── */
    .stack-g { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; margin-top: 2.5rem; }
    .stk {
      background: var(--bg-card); border: 1px solid var(--border-dim);
      border-radius: 14px; padding: 1.4rem;
    }
    .stk-title { font-family: 'JetBrains Mono', monospace; font-size: 0.65rem; font-weight: 400; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cyan); margin-bottom: 1rem; }
    .stk-items { display: flex; flex-direction: column; gap: 0.55rem; }
    .stk-item { display: flex; align-items: center; gap: 9px; font-size: 0.82rem; font-weight: 400; color: var(--silver); }
    .stk-d { width: 5px; height: 5px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 5px var(--blue); flex-shrink: 0; }

    /* ── CONTACT ── */
    .contact-g { display: grid; grid-template-columns: 1fr 1.3fr; gap: 4rem; align-items: start; }
    .ci-strip { display: flex; flex-direction: column; gap: 1.1rem; margin-top: 2rem; }
    .ci {
      display: flex; align-items: flex-start; gap: 13px;
    }
    .ci-ico {
      width: 40px; height: 40px; min-width: 40px;
      background: rgba(37,99,235,0.08); border: 1px solid rgba(37,99,235,0.2);
      border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 0.95rem;
    }
    .ci strong { display: block; font-family: 'JetBrains Mono', monospace; font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--silver); margin-bottom: 1px; font-weight: 400; }
    .ci span { font-size: 0.88rem; color: var(--white); font-weight: 400; }

    .cf-box {
      background: var(--bg-card); border: 1px solid var(--border);
      border-radius: 22px; padding: 2.25rem;
    }
    .cf-title { font-size: 1.1rem; font-weight: 700; color: var(--white); margin-bottom: 1.5rem; }
    .f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
    .fg { margin-bottom: 1.15rem; }
    .fg label { display: block; font-family: 'JetBrains Mono', monospace; font-size: 0.65rem; font-weight: 400; text-transform: uppercase; letter-spacing: 0.1em; color: var(--silver); margin-bottom: 0.4rem; }
    .fg input, .fg select, .fg textarea {
      width: 100%; background: rgba(255,255,255,0.035); border: 1px solid var(--border-dim);
      border-radius: 9px; padding: 11px 13px; color: var(--white);
      font-family: 'Inter', 'Outfit', sans-serif; font-size: 0.87rem; font-weight: 300;
      outline: none; transition: border-color 0.2s, box-shadow 0.2s;
    }
    .fg input:focus, .fg select:focus, .fg textarea:focus {
      border-color: rgba(37,99,235,0.42);
      box-shadow: 0 0 0 3px rgba(37,99,235,0.08);
    }
    .fg textarea { resize: vertical; min-height: 96px; }
    .fg select option { background: #0C1020; }
    .f-sub {
      width: 100%; background: linear-gradient(135deg, var(--blue-deep), var(--cyan));
      color: #fff; border: none; padding: 13px;
      border-radius: 9px; font-family: 'Inter', 'Outfit', sans-serif;
      font-size: 0.9rem; font-weight: 700; letter-spacing: 0.06em;
      cursor: pointer; box-shadow: 0 4px 18px rgba(37,99,235,0.32);
      transition: transform 0.15s, box-shadow 0.2s;
    }
    .f-sub:hover { transform: translateY(-1px); box-shadow: 0 8px 30px rgba(37,99,235,0.48); }

    /* ── FOOTER ── */
    footer {
      background: var(--bg-mid); border-top: 1px solid var(--border-dim);
      padding: 2.25rem 5vw; display: flex; align-items: center;
      justify-content: space-between; flex-wrap: wrap; gap: 1.5rem;
    }
    .f-brand { display: flex; align-items: center; gap: 11px; }
    .f-logo { height: 30px; filter: invert(1) brightness(4) sepia(1) saturate(4) hue-rotate(188deg); }
    .f-bname { font-family: 'Inter', 'Outfit', sans-serif; font-size: 0.95rem; font-weight: 800; letter-spacing: 0.04em; color: var(--white); }
    .f-bname span { font-weight: 400; }
    .f-tagline { font-family: 'JetBrains Mono', monospace; font-size: 0.6rem; color: rgba(142,164,190,0.5); letter-spacing: 0.08em; display: block; margin-top: 2px; }
    .f-links { display: flex; gap: 2rem; list-style: none; flex-wrap: wrap; }
    .f-links a { text-decoration: none; font-size: 0.82rem; color: var(--silver); transition: color 0.2s; }
    .f-links a:hover { color: var(--blue-bright); }
    .f-copy { font-family: 'JetBrains Mono', monospace; font-size: 0.68rem; color: rgba(142,164,190,0.38); }

    /* ── WHATSAPP ── */
    .wa-btn {
      position: fixed; bottom: 28px; right: 28px; z-index: 999;
      width: 58px; height: 58px; background: #25D366;
      border-radius: 50%; display: flex; align-items: center; justify-content: center;
      text-decoration: none; box-shadow: 0 4px 22px rgba(37,211,102,0.45);
      transition: transform 0.2s, box-shadow 0.2s;
      animation: waPop 0.5s 2s ease both;
    }
    .wa-btn:hover { transform: scale(1.12); box-shadow: 0 8px 32px rgba(37,211,102,0.6); }
    .wa-btn svg { width: 30px; height: 30px; }
    .wa-tip {
      position: fixed; bottom: 38px; right: 96px; z-index: 998;
      background: rgba(6,10,20,0.95); border: 1px solid var(--border);
      color: var(--white); padding: 7px 13px; border-radius: 7px;
      font-family: 'Inter', 'Outfit', sans-serif; font-size: 0.78rem; font-weight: 500;
      white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity 0.2s;
    }
    .wa-tip::after {
      content: ''; position: absolute; right: -6px; top: 50%; transform: translateY(-50%);
      border: 6px solid transparent; border-right: none; border-left-color: rgba(6,10,20,0.95);
    }
    .wa-btn:hover ~ .wa-tip { opacity: 1; }

    /* ── ANIMATIONS ── */
    @keyframes fadeUp { from { opacity:0; transform:translateY(22px); } to { opacity:1; transform:none; } }
    @keyframes glow { 0%,100%{opacity:1;box-shadow:0 0 8px var(--cyan);} 50%{opacity:0.35;box-shadow:0 0 4px var(--cyan);} }
    @keyframes waPop { from{opacity:0;transform:scale(0.5);} to{opacity:1;transform:scale(1);} }
    @keyframes codeType { 0%{opacity:0;} 5%{opacity:1;} 100%{opacity:1;} }

    .reveal { opacity:0; transform:translateY(24px); transition:opacity 0.65s ease,transform 0.65s ease; }
    .reveal.visible { opacity:1; transform:none; }
    .rd1{transition-delay:0.1s;} .rd2{transition-delay:0.2s;} .rd3{transition-delay:0.3s;}

    /* ── HERO TRUSTED LINE ── */
    .hero-trusted {
      font-size: 0.82rem; line-height: 1.7; font-weight: 400;
      color: rgba(142,164,190,0.7);
      margin: -0.6rem 0 0; font-style: italic;
      animation: fadeUp 0.6s 0.16s ease both;
      max-width: 500px;
    }

    /* ── INDUSTRIES ── */
    .ind-grid {
      display: grid; grid-template-columns: repeat(3, 1fr);
      gap: 1.25rem; margin-top: 3rem;
    }
    .ind-card {
      background: var(--bg-card); border: 1px solid var(--border-dim);
      border-radius: 16px; padding: 1.75rem;
      transition: border-color 0.25s, transform 0.25s, background 0.25s;
      position: relative; overflow: hidden;
    }
    .ind-card::before {
      content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
      background: linear-gradient(90deg, var(--blue), var(--cyan));
      opacity: 0; transition: opacity 0.3s;
    }
    .ind-card:hover { transform: translateY(-4px); border-color: rgba(37,99,235,0.22); background: rgba(37,99,235,0.04); }
    .ind-card:hover::before { opacity: 1; }
    .ind-ico { font-size: 1.8rem; margin-bottom: 0.9rem; display: block; }
    .ind-card h3 {
      font-family: 'Inter', 'Outfit', sans-serif;
      font-size: 0.95rem; font-weight: 700; color: var(--white);
      margin-bottom: 1rem;
    }
    .ind-list {
      list-style: none; display: flex; flex-direction: column; gap: 0.45rem;
    }
    .ind-list li {
      font-size: 0.8rem; font-weight: 400; color: var(--silver);
      padding-left: 1rem; position: relative; line-height: 1.5;
    }
    .ind-list li::before {
      content: '›'; position: absolute; left: 0;
      color: var(--cyan); font-weight: 700;
    }

    /* ── CASE STUDIES ── */
    .cs-grid {
      display: grid; grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
    }
    .cs-card {
      background: rgba(6,10,20,0.6); border: 1px solid var(--border);
      border-radius: 18px; padding: 2rem;
      display: flex; flex-direction: column; gap: 1rem;
      transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
      position: relative; overflow: hidden;
    }
    .cs-card::after {
      content: ''; position: absolute; inset: 0;
      background: radial-gradient(circle at top right, rgba(37,99,235,0.07), transparent 60%);
      opacity: 0; transition: opacity 0.3s;
    }
    .cs-card:hover { transform: translateY(-5px); border-color: rgba(37,99,235,0.3); box-shadow: 0 16px 48px rgba(37,99,235,0.1); }
    .cs-card:hover::after { opacity: 1; }
    .cs-tag {
      font-family: 'JetBrains Mono', monospace;
      font-size: 0.6rem; font-weight: 500; letter-spacing: 0.16em;
      text-transform: uppercase; color: var(--cyan);
      padding: 4px 11px; border-radius: 4px;
      background: rgba(6,182,212,0.08); border: 1px solid rgba(6,182,212,0.2);
      display: inline-block; align-self: flex-start;
    }
    .cs-card h3 {
      font-family: 'Inter', 'Outfit', sans-serif;
      font-size: 1.05rem; font-weight: 800;
      color: var(--white); line-height: 1.25;
    }
    .cs-context {
      font-size: 0.82rem; line-height: 1.75; color: var(--silver);
      font-weight: 300;
    }
    .cs-results {
      background: rgba(37,99,235,0.05); border: 1px solid rgba(37,99,235,0.12);
      border-radius: 10px; padding: 1rem 1.1rem;
      display: flex; flex-direction: column; gap: 0.5rem;
    }
    .cs-r-title {
      font-family: 'JetBrains Mono', monospace;
      font-size: 0.6rem; letter-spacing: 0.15em;
      color: rgba(37,99,235,0.5); text-transform: uppercase;
      margin-bottom: 0.25rem;
    }
    .cs-result {
      display: flex; align-items: flex-start; gap: 8px;
      font-size: 0.8rem; font-weight: 500; color: var(--white);
      line-height: 1.4;
    }
    .cs-check {
      color: var(--cyan); font-weight: 800; flex-shrink: 0;
      font-size: 0.85rem; margin-top: 0.05rem;
    }
    .cs-footer {
      display: flex; flex-wrap: wrap; gap: 6px;
      margin-top: auto; padding-top: 0.25rem;
      border-top: 1px solid var(--border-dim);
      padding-top: 0.85rem;
    }
    .cs-pill {
      font-family: 'JetBrains Mono', monospace;
      font-size: 0.62rem; padding: 3px 10px;
      border-radius: 100px;
      background: rgba(37,99,235,0.08); border: 1px solid rgba(37,99,235,0.18);
      color: var(--blue-bright);
    }

    /* ── MOBILE ── */
    @media(max-width:1000px){
      .svc-grid{grid-template-columns:repeat(2,1fr);}
      .why-g{grid-template-columns:repeat(2,1fr);}
      .stack-g{grid-template-columns:repeat(2,1fr);}
      .ind-grid{grid-template-columns:repeat(2,1fr);}
      .cs-grid{grid-template-columns:1fr;}
    }
    @media(max-width:860px){
      .hero-inner,.about-grid,.contact-g{grid-template-columns:1fr;}
      .hero-inner { gap: 2.5rem; }
      .hero-visual{
        transform: scale(0.82);
        transform-origin: top center;
        opacity: 0.85;
        margin-top: -1rem;
      }
      .f-card-1 { right: 0; top: 5%; }
      .f-card-2 { left: 0; bottom: 5%; }
      .proc-steps{grid-template-columns:1fr 1fr;}
      .proc-connector{display:none;}
      .hero-trust-signals{grid-template-columns:1fr;}
    }
    @media(max-width:768px){
      .nav-links{display:none;flex-direction:column;position:absolute;top:76px;left:0;right:0;background:rgba(6,10,20,0.98);padding:1.5rem 5vw;border-bottom:1px solid var(--border);z-index:99;}
      .nav-links.open{display:flex;}
      .hamburger{display:flex;}
      .svc-grid,.why-g,.stack-g,.ind-grid,.cs-grid{grid-template-columns:1fr;}
      .f-row{grid-template-columns:1fr;}
      .proc-steps{grid-template-columns:1fr;}
      footer{flex-direction:column;text-align:center;}
      .f-links{justify-content:center;}
      .nav-logo-tagline{display:none;}
    }

/* ── WordPress admin bar offset ── */
body.admin-bar nav {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar nav {
    top: 46px;
  }
}
/* Hero padding accounts for taller nav */
#hero { padding-top: 130px; }

/* ── WhatsApp Chat Popup ── */
.wa-popup-overlay {
  position: fixed; inset: 0; z-index: 10000;
  background: rgba(0,0,0,0.6); backdrop-filter: blur(4px);
  display: none; align-items: center; justify-content: center;
}
.wa-popup-overlay.open { display: flex; }

.wa-popup {
  background: var(--bg-mid);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 2rem;
  width: 100%; max-width: 480px;
  position: relative;
  box-shadow: 0 24px 80px rgba(0,0,0,0.6);
  animation: fadeUp 0.3s ease;
}
.wa-popup-close {
  position: absolute; top: 1rem; right: 1rem;
  background: none; border: none;
  color: var(--silver); font-size: 1.4rem;
  cursor: pointer; line-height: 1;
  transition: color 0.2s;
}
.wa-popup-close:hover { color: var(--white); }

.wa-popup h3 {
  font-family: "Inter", "Outfit", sans-serif;
  font-size: 1.1rem; font-weight: 700;
  color: var(--white); margin-bottom: 0.35rem;
}
.wa-popup p {
  font-size: 0.82rem; color: var(--silver);
  margin-bottom: 1.5rem; line-height: 1.6;
}
.wa-popup-field {
  margin-bottom: 1rem;
}
.wa-popup-field label {
  display: block;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.65rem; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--silver);
  margin-bottom: 0.4rem;
}
.wa-popup-field input,
.wa-popup-field textarea,
.wa-popup-field select {
  width: 100%;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border-dim);
  border-radius: 9px;
  padding: 10px 13px;
  color: var(--white);
  font-family: "Inter", "Outfit", sans-serif;
  font-size: 0.87rem; font-weight: 300;
  outline: none;
  transition: border-color 0.2s;
}
.wa-popup-field input:focus,
.wa-popup-field textarea:focus,
.wa-popup-field select:focus {
  border-color: rgba(37,211,102,0.4);
}
.wa-popup-field textarea { resize: vertical; min-height: 80px; }
.wa-popup-field select option { background: #090E1C; }

.wa-popup-send {
  width: 100%;
  background: #25D366;
  color: #fff; border: none;
  padding: 13px;
  border-radius: 9px;
  font-family: "Inter", "Outfit", sans-serif;
  font-size: 0.9rem; font-weight: 700;
  letter-spacing: 0.04em; cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 9px;
  box-shadow: 0 4px 20px rgba(37,211,102,0.3);
  transition: transform 0.15s, box-shadow 0.2s;
}
.wa-popup-send:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(37,211,102,0.45);
}
.wa-popup-send svg { width: 18px; height: 18px; }

.wa-notice {
  font-size: 0.78rem; text-align: center;
  color: rgba(37,211,102,0.7);
  margin-top: 0.75rem;
}
