/* QualityArk 2025 — Master Stylesheet */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root {
      --bg:        #0B1120;
      --bg2:       #111827;
      --bg3:       #1C2A45;
      --blue:      #3B82F6;
      --blue-dark: #2563EB;
      --green:     #22C55E;
      --green-dim: #15803D;
      --gold:      #F59E0B;
      --text:      #F9FAFB;
      --muted:     #9CA3AF;
      --border:    #1E3A5F;
      --radius:    12px;
    }
    html { scroll-behavior: smooth; }
    body { font-family: 'Inter', sans-serif; background: var(--bg); color: var(--text); line-height: 1.65; font-size: 16px; }
    a { color: inherit; text-decoration: none; }

/* ── NAV ── */
    nav {
      position: sticky; top: 0; z-index: 100;
      background: rgba(11,17,32,0.92); backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--border);
      padding: 0 40px;
      display: flex; align-items: center; justify-content: space-between; height: 68px;
    }
    .nav-logo { font-size: 20px; font-weight: 800; letter-spacing: -0.5px; }
    .nav-logo span { color: var(--blue); }
    .nav-links { display: flex; align-items: center; gap: 32px; }
    .nav-links a { font-size: 14px; font-weight: 500; color: var(--muted); transition: color .2s; }
    .nav-links a:hover { color: var(--text); }
    .nav-links a.active {
      color: var(--text);
      position: relative;
    }
    .nav-links a.active:not(.nav-cta):not(.ai-badge)::after {
      content: '';
      position: absolute;
      bottom: -4px;
      left: 0;
      right: 0;
      height: 2px;
      background: var(--green);
      border-radius: 2px;
    }
    .nav-links a.ai-badge.active {
      box-shadow: 0 0 0 2px rgba(99,102,241,0.5), 0 0 12px rgba(99,102,241,0.3);
    }
    .nav-links a.ai-badge {
      background: linear-gradient(135deg,#6366f1,#3b82f6);
      color: #fff; padding: 5px 12px; border-radius: 20px; font-size: 13px; font-weight: 600;
    }
    .nav-cta {
      background: var(--green); color: #fff !important; padding: 9px 20px; border-radius: 8px;
      font-size: 14px; font-weight: 600; transition: background .2s;
    }
    .nav-cta:hover { background: var(--green-dim); }

/* ── SECTIONS ── */
    section { padding: 96px 40px; max-width: 1100px; margin: 0 auto; }
    .section-label {
      font-size: 13px; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase;
      color: var(--blue); margin-bottom: 14px;
    }
    h1,h2,h3,h4 { line-height: 1.2; }
    h1 { font-size: clamp(38px,5vw,62px); font-weight: 800; letter-spacing: -1.5px; }
    h2 { font-size: clamp(28px,3.5vw,44px); font-weight: 800; letter-spacing: -1px; }
    h3 { font-size: 20px; font-weight: 700; }
    p { color: var(--muted); }
    .text-white { color: var(--text); }

/* ── HERO ── */
    .hero-wrapper {
      background: linear-gradient(160deg, #0B1120 0%, #0F1E3A 60%, #0B1120 100%);
      border-bottom: 1px solid var(--border);
    }
    .hero {
      max-width: 1100px; margin: 0 auto; padding: 120px 40px 100px;
      display: grid; grid-template-columns: 1fr 420px; gap: 80px; align-items: center;
    }
    .hero-badge {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(59,130,246,0.12); border: 1px solid rgba(59,130,246,0.3);
      color: #93C5FD; font-size: 13px; font-weight: 600;
      padding: 6px 14px; border-radius: 20px; margin-bottom: 28px;
    }
    .hero-badge .dot { width:7px;height:7px;border-radius:50%;background:var(--green);flex-shrink:0;animation:pulse 2s infinite; }
    @keyframes pulse { 0%,100%{opacity:1}50%{opacity:0.4} }
    .hero h1 { margin-bottom: 24px; }
    .hero h1 em { color: var(--blue); font-style: normal; }
    .hero-sub {
      font-size: 19px; color: #CBD5E1; margin-bottom: 40px; line-height: 1.6; max-width: 540px;
    }
    .hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 44px; }
    .btn-primary {
      background: var(--green); color: #fff; padding: 14px 28px; border-radius: 10px;
      font-size: 15px; font-weight: 700; transition: all .2s; display: inline-flex; align-items: center; gap: 8px;
    }
    .btn-primary:hover { background: var(--green-dim); transform: translateY(-1px); }
    .btn-secondary {
      color: var(--text); padding: 14px 24px; border-radius: 10px;
      font-size: 15px; font-weight: 600; border: 1px solid var(--border); transition: all .2s;
    }
    .btn-secondary:hover { border-color: var(--blue); color: var(--blue); }
    .hero-proof { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 14px; }
    .hero-proof-avatars { display:flex; }
    .hero-proof-avatars span {
      width:28px;height:28px;border-radius:50%;border:2px solid var(--bg);
      background: var(--bg3); display:flex;align-items:center;justify-content:center;
      font-size:11px;font-weight:700;margin-left:-8px;
    }
    .hero-proof-avatars span:first-child { margin-left:0; }

/* Hero card */
    .hero-card {
      background: var(--bg2); border: 1px solid var(--border); border-radius: 16px;
      padding: 32px; position: relative; overflow: hidden;
    }
    .hero-card::before {
      content:''; position:absolute;top:0;left:0;right:0;height:3px;
      background: linear-gradient(90deg,var(--blue),var(--green));
    }
    .hero-card-tag {
      font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
      color: var(--gold); background: rgba(245,158,11,0.1); border: 1px solid rgba(245,158,11,0.3);
      padding: 3px 10px; border-radius: 20px; display: inline-block; margin-bottom: 16px;
    }
    .hero-card h3 { font-size: 17px; margin-bottom: 12px; }
    .hero-card p { font-size: 14px; margin-bottom: 20px; }
    .hero-card-items { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
    .hero-card-items li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #CBD5E1; }
    .hero-card-items li::before { content:'✓'; color: var(--green); font-weight: 700; flex-shrink:0; margin-top:1px; }
    .hero-card .btn-outline {
      display: block; text-align: center; border: 1px solid var(--border); border-radius: 8px;
      padding: 10px; font-size: 14px; font-weight: 600; color: var(--text); transition: all .2s;
    }
    .hero-card .btn-outline:hover { border-color: var(--blue); color: var(--blue); }

/* ── STATS BAR ── */
    .stats-bar {
      background: var(--bg2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
    }
    .stats-inner {
      max-width: 1100px; margin: 0 auto; padding: 36px 40px;
      display: grid; grid-template-columns: repeat(4,1fr); gap: 20px;
    }
    .stat { text-align: center; }
    .stat-num { font-size: 36px; font-weight: 800; color: var(--text); letter-spacing: -1px; }
    .stat-num span { color: var(--blue); }
    .stat-label { font-size: 13px; color: var(--muted); margin-top: 4px; }

/* ── SERVICES GRID ── */
    .services-header { text-align: center; margin-bottom: 56px; }
    .services-header p { max-width: 560px; margin: 16px auto 0; font-size: 17px; }
    .services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
    .service-card {
      background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius);
      padding: 32px; transition: all .2s; position: relative; overflow: hidden;
    }
    .service-card:hover { border-color: var(--blue); transform: translateY(-3px); }
    .service-card.featured {
      border-color: rgba(99,102,241,0.5);
      background: linear-gradient(135deg, #111827, #1a1f35);
    }
    .service-card.featured::after {
      content: 'NEW'; position: absolute; top: 16px; right: 16px;
      background: linear-gradient(135deg,#6366f1,#3b82f6); color: #fff;
      font-size: 10px; font-weight: 800; letter-spacing: 1px;
      padding: 3px 8px; border-radius: 4px;
    }
    .service-icon {
      width: 44px; height: 44px; border-radius: 10px;
      display: flex; align-items: center; justify-content: center;
      font-size: 20px; margin-bottom: 20px;
    }
    .service-card h3 { font-size: 17px; margin-bottom: 8px; }
    .service-card .tagline { font-size: 14px; color: var(--muted); margin-bottom: 20px; line-height: 1.5; }
    .service-link {
      font-size: 14px; font-weight: 600; color: var(--blue);
      display: flex; align-items: center; gap: 6px; transition: gap .2s;
    }
    .service-link:hover { gap: 10px; }

/* ── HOW IT WORKS ── */
    .how-wrapper { background: var(--bg2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
    .how-inner { max-width: 1100px; margin: 0 auto; padding: 96px 40px; }
    .how-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 32px; margin-top: 56px; }
    .how-step { position: relative; }
    .how-step::after {
      content: '→'; position: absolute; right: -22px; top: 10px;
      color: var(--border); font-size: 20px;
    }
    .how-step:last-child::after { display: none; }
    .step-num {
      width: 44px; height: 44px; border-radius: 50%;
      background: rgba(59,130,246,0.12); border: 1px solid rgba(59,130,246,0.3);
      color: var(--blue); font-weight: 800; font-size: 17px;
      display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
    }
    .how-step h3 { font-size: 16px; margin-bottom: 10px; }
    .how-step p { font-size: 14px; }
    .how-cta { text-align: center; margin-top: 52px; }
    .how-cta p { margin-bottom: 20px; font-size: 15px; }

/* ── WHY QUALITYARK ── */
    .why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 48px; }
    .why-card {
      background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius);
      padding: 32px; display: flex; gap: 20px;
    }
    .why-icon { font-size: 28px; flex-shrink: 0; margin-top: 2px; }
    .why-card h3 { font-size: 17px; margin-bottom: 10px; }
    .why-card p { font-size: 14px; }

/* ── AI BANNER ── */
    .ai-banner-wrapper { background: linear-gradient(135deg, #0F1E3A, #1a1040); border-top:1px solid var(--border); border-bottom:1px solid var(--border); }
    .ai-banner {
      max-width: 1100px; margin: 0 auto; padding: 72px 40px;
      display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center;
    }
    .ai-banner-badge {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(99,102,241,0.15); border: 1px solid rgba(99,102,241,0.4);
      color: #A5B4FC; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
      padding: 5px 12px; border-radius: 20px; margin-bottom: 20px;
    }
    .ai-banner h2 { margin-bottom: 16px; }
    .ai-banner p { font-size: 17px; max-width: 540px; margin-bottom: 32px; }
    .ai-tags { display: flex; flex-wrap: wrap; gap: 10px; }
    .ai-tag {
      background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
      padding: 6px 14px; border-radius: 20px; font-size: 13px; color: #CBD5E1;
    }
    .ai-banner-action { display: flex; flex-direction: column; align-items: center; gap: 12px; }
    .btn-indigo {
      background: linear-gradient(135deg,#6366f1,#3b82f6); color: #fff;
      padding: 14px 28px; border-radius: 10px; font-size: 15px; font-weight: 700;
      white-space: nowrap; transition: opacity .2s;
    }
    .btn-indigo:hover { opacity: 0.88; }

/* ── TESTIMONIALS ── */
    .testimonials-header { text-align: center; margin-bottom: 48px; }
    .testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
    .testimonial-card {
      background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius);
      padding: 28px; display: flex; flex-direction: column;
    }
    .stars { color: var(--gold); font-size: 14px; margin-bottom: 16px; }
    .testimonial-card blockquote { font-size: 15px; color: #E2E8F0; font-style: italic; line-height: 1.6; flex: 1; margin-bottom: 24px; }
    .testimonial-author { display: flex; align-items: center; gap: 12px; }
    .author-avatar {
      width: 48px; height: 48px; border-radius: 50%;
      background: var(--bg3); overflow: hidden; flex-shrink: 0;
    }
    .author-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .author-name { font-size: 14px; font-weight: 600; }
    .author-title { font-size: 12px; color: var(--muted); margin-top: 2px; }

/* ── CERTIFICATIONS ── */
    .certs-section {
      background: var(--bg2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
      padding: 64px 40px;
    }
    .certs-inner { max-width: 1100px; margin: 0 auto; }
    .certs-header { text-align: center; margin-bottom: 48px; }
    .certs-header .section-label { margin-bottom: 12px; }
    .certs-header h2 { font-size: clamp(24px,3vw,36px); font-weight: 800; letter-spacing: -0.5px; margin-bottom: 12px; }
    .certs-header p { font-size: 16px; color: var(--muted); max-width: 520px; margin: 0 auto; }
    .certs-grid {
      display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px;
      max-width: 900px; margin: 0 auto;
    }
    .cert-card {
      background: var(--bg3); border: 1px solid var(--border); border-radius: 12px;
      padding: 24px 16px; display: flex; flex-direction: column; align-items: center;
      gap: 12px; text-align: center; transition: border-color .2s, transform .2s;
    }
    .cert-card:hover { border-color: rgba(59,130,246,0.5); transform: translateY(-2px); }
    .cert-icon {
      width: 56px; height: 56px; border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      font-size: 26px; flex-shrink: 0;
    }
    .cert-icon.istqb  { background: rgba(59,130,246,0.15); border: 1px solid rgba(59,130,246,0.3); }
    .cert-icon.owasp  { background: rgba(239,68,68,0.12);  border: 1px solid rgba(239,68,68,0.25); }
    .cert-icon.aws    { background: rgba(245,158,11,0.12); border: 1px solid rgba(245,158,11,0.25); }
    .cert-icon.perf   { background: rgba(34,197,94,0.12);  border: 1px solid rgba(34,197,94,0.25); }
    .cert-icon.scrum  { background: rgba(168,85,247,0.12); border: 1px solid rgba(168,85,247,0.25); }
    .cert-name { font-size: 13px; font-weight: 700; line-height: 1.3; }
    .cert-body { font-size: 11px; color: var(--muted); line-height: 1.4; }
    .certs-note {
      text-align: center; margin-top: 32px; font-size: 13px; color: var(--muted);
      display: flex; align-items: center; justify-content: center; gap: 8px;
    }

/* ── CTA SECTION ── */
    .cta-wrapper {
      background: linear-gradient(135deg, #0F3460, #1E3A5F);
      border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
    }
    .cta-inner {
      max-width: 720px; margin: 0 auto; padding: 96px 40px;
      text-align: center;
    }
    .cta-inner h2 { margin-bottom: 16px; }
    .cta-inner p { font-size: 18px; margin-bottom: 40px; }
    .cta-actions { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
    .cta-note { font-size: 13px; color: #93C5FD; margin-top: 16px; }

/* ── FOOTER ── */
    footer {
      background: #070D1A; border-top: 1px solid var(--border);
      padding: 64px 40px 40px;
    }
    .footer-inner { max-width: 1100px; margin: 0 auto; }
    .footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 56px; }
    .footer-brand p { font-size: 14px; color: var(--muted); margin-top: 12px; max-width: 280px; line-height: 1.7; }
    .footer-contact { margin-top: 20px; font-size: 14px; color: var(--muted); }
    .footer-contact a { color: var(--blue); }
    .footer-col h4 { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--muted); margin-bottom: 16px; }
    .footer-col a { display: block; font-size: 14px; color: var(--muted); margin-bottom: 10px; transition: color .2s; }
    .footer-col a:hover { color: var(--text); }
    .footer-bottom {
      border-top: 1px solid var(--border); padding-top: 24px;
      display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
    }
    .footer-bottom p { font-size: 13px; color: var(--muted); }
    .footer-links { display: flex; gap: 20px; }
    .footer-links a { font-size: 13px; color: var(--muted); transition: color .2s; }
    .footer-links a:hover { color: var(--text); }

/* ── ORIGIN BADGE (hero) ── */
    .hero-origin {
      display: inline-flex; align-items: center; gap: 8px;
      margin-top: 16px; font-size: 13px; color: var(--muted);
    }
    .origin-flag { font-size: 16px; }

/* ── POLAND TRUST STRIP ── */
    .poland-strip {
      background: rgba(255,255,255,0.025);
      border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
    }
    .poland-strip-inner {
      max-width: 1100px; margin: 0 auto; padding: 22px 40px;
      display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap;
    }
    .poland-item {
      display: flex; align-items: center; gap: 9px;
      font-size: 13px; color: var(--muted); font-weight: 500;
    }
    .poland-item .pi { font-size: 16px; }
    .poland-divider { width: 1px; height: 20px; background: var(--border); }

/* ── LOGOS BAR ── */
    .logos-bar { background: var(--bg2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
    .logos-inner {
      max-width: 1100px; margin: 0 auto; padding: 36px 40px;
      text-align: center;
    }
    .logos-label { font-size: 13px; color: var(--muted); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 24px; }
    .logos-row { display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; }
    .logo-placeholder {
      height: 28px; padding: 0 16px; background: rgba(255,255,255,0.06);
      border: 1px solid var(--border); border-radius: 6px;
      display: flex; align-items: center; justify-content: center;
      font-size: 13px; font-weight: 600; color: var(--muted); min-width: 80px;
    }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root {
      --bg: #0B1120; --bg2: #111827; --bg3: #1C2A45;
      --blue: #3B82F6; --blue-dark: #2563EB;
      --green: #22C55E; --green-dim: #15803D;
      --gold: #F59E0B; --text: #F9FAFB; --muted: #9CA3AF;
      --border: #1E3A5F; --radius: 12px;
    }
    html { scroll-behavior: smooth; }
    body { font-family: 'Inter', sans-serif; background: var(--bg); color: var(--text); line-height: 1.65; }
    a { color: inherit; text-decoration: none; }
    nav {
      position: sticky; top: 0; z-index: 100;
      background: rgba(11,17,32,0.92); backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--border); padding: 0 40px;
      display: flex; align-items: center; justify-content: space-between; height: 68px;
    }
    .nav-logo { font-size: 20px; font-weight: 800; letter-spacing: -0.5px; }
    .nav-logo span { color: var(--blue); }
    .nav-links { display: flex; align-items: center; gap: 32px; }
    .nav-links a { font-size: 14px; font-weight: 500; color: var(--muted); transition: color .2s; }
    .nav-links a:hover { color: var(--text); }
    .nav-links a.active {
      color: var(--text);
      position: relative;
    }
    .nav-links a.active:not(.nav-cta):not(.ai-badge)::after {
      content: '';
      position: absolute;
      bottom: -4px;
      left: 0;
      right: 0;
      height: 2px;
      background: var(--green);
      border-radius: 2px;
    }
    .nav-links a.ai-badge.active {
      box-shadow: 0 0 0 2px rgba(99,102,241,0.5), 0 0 12px rgba(99,102,241,0.3);
    }
    .nav-links a.ai-badge { background: linear-gradient(135deg,#6366f1,#3b82f6); color: #fff; padding: 5px 12px; border-radius: 20px; font-size: 13px; font-weight: 600; }
    .nav-cta { background: var(--green); color: #fff !important; padding: 9px 20px; border-radius: 8px; font-size: 14px; font-weight: 600; }

/* PAGE HERO */
    .page-hero {
      background: linear-gradient(160deg, #0B1120, #0F1E3A);
      border-bottom: 1px solid var(--border); padding: 80px 40px;
      text-align: center;
    }
    .page-hero .label { font-size:13px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--blue);margin-bottom:16px; }
    .page-hero h1 { font-size: clamp(32px,4vw,52px); font-weight:800;letter-spacing:-1px;margin-bottom:16px; }
    .page-hero p { font-size:18px;color:#CBD5E1;max-width:580px;margin:0 auto; }

/* SERVICE BLOCKS */
    .services-container { max-width: 900px; margin: 0 auto; padding: 80px 40px; display: flex; flex-direction: column; gap: 56px; }

.service-block {
      background: var(--bg2); border: 1px solid var(--border); border-radius: 16px;
      overflow: hidden; scroll-margin-top: 90px;
    }
    .service-block.ai { border-color: rgba(99,102,241,0.5); }

.service-header {
      padding: 36px 40px 28px; border-bottom: 1px solid var(--border);
      display: flex; justify-content: space-between; align-items: flex-start; gap: 24px;
    }
    .service-header-left { flex: 1; }
    .service-icon-wrap { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
    .svc-icon { font-size: 28px; }
    .svc-badge {
      font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
      padding: 3px 10px; border-radius: 20px;
    }
    .badge-new { background: rgba(99,102,241,0.15); color: #A5B4FC; border: 1px solid rgba(99,102,241,0.4); }
    .badge-popular { background: rgba(34,197,94,0.12); color: #4ADE80; border: 1px solid rgba(34,197,94,0.3); }
    .service-header h2 { font-size: 26px; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 8px; }
    .tagline { font-size: 16px; color: #CBD5E1; font-style: italic; }
    .price-box { text-align: right; flex-shrink: 0; }
    .price-from { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .5px; }
    .price-num { font-size: 28px; font-weight: 800; color: var(--green); letter-spacing: -1px; }
    .price-note { font-size: 12px; color: var(--muted); margin-top: 2px; }

.service-body { padding: 36px 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
    .service-section h4 { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--muted); margin-bottom: 14px; }
    .check-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .check-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #CBD5E1; }
    .check-list li::before { content: '✓'; color: var(--green); font-weight: 700; flex-shrink: 0; margin-top: 2px; }

.steps-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
    .step-item { display: flex; gap: 14px; align-items: flex-start; }
    .step-badge {
      width: 24px; height: 24px; border-radius: 50%; flex-shrink: 0;
      background: rgba(59,130,246,0.15); border: 1px solid rgba(59,130,246,0.3);
      color: var(--blue); font-size: 12px; font-weight: 700;
      display: flex; align-items: center; justify-content: center; margin-top: 2px;
    }
    .step-item strong { font-size: 14px; display: block; margin-bottom: 3px; }
    .step-item p { font-size: 13px; color: var(--muted); }

.service-footer {
      border-top: 1px solid var(--border); padding: 24px 40px;
      display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px;
    }
    .result-box { display: flex; align-items: flex-start; gap: 10px; max-width: 560px; }
    .result-box .ri { font-size: 18px; flex-shrink: 0; }
    .result-box p { font-size: 14px; color: #CBD5E1; }
    .btn-cta {
      background: var(--green); color: #fff; padding: 11px 22px; border-radius: 8px;
      font-size: 14px; font-weight: 700; white-space: nowrap; transition: background .2s;
    }
    .btn-cta:hover { background: var(--green-dim); }
    .btn-cta-ai { background: linear-gradient(135deg,#6366f1,#3b82f6); }
    .btn-cta-ai:hover { opacity: .88; background: linear-gradient(135deg,#6366f1,#3b82f6); }

/* CTA BOTTOM */
    .cta-bottom {
      background: linear-gradient(135deg,#0F3460,#1E3A5F);
      border-top: 1px solid var(--border); padding: 80px 40px; text-align: center;
    }
    .cta-bottom h2 { font-size: 36px; font-weight: 800; margin-bottom: 14px; letter-spacing: -1px; }
    .cta-bottom p { font-size: 17px; color: #CBD5E1; max-width: 520px; margin: 0 auto 36px; }
    .cta-actions { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
    .btn-primary { background: var(--green); color: #fff; padding: 14px 28px; border-radius: 10px; font-size: 15px; font-weight: 700; }
    .btn-secondary { color: var(--text); padding: 14px 24px; border-radius: 10px; font-size: 15px; font-weight: 600; border: 1px solid var(--border); }

footer {
      background: #070D1A; border-top: 1px solid var(--border); padding: 40px;
      text-align: center; font-size: 13px; color: var(--muted);
    }
    footer a { color: var(--blue); }
    .ai-highlight-row {
      grid-column: 1 / -1;
      background: rgba(99,102,241,0.06); border: 1px solid rgba(99,102,241,0.2);
      border-radius: 10px; padding: 20px;
    }
    .ai-highlight-row h4 { font-size: 13px; font-weight: 700; color: #A5B4FC; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
    .ai-table { width: 100%; border-collapse: collapse; font-size: 13px; }
    .ai-table th { text-align: left; padding: 8px 12px; color: var(--muted); font-weight: 600; border-bottom: 1px solid var(--border); }
    .ai-table td { padding: 10px 12px; color: #CBD5E1; border-bottom: 1px solid rgba(255,255,255,0.04); }
    .ai-table tr:last-child td { border-bottom: none; }
    .ai-table .miss { color: #F87171; }
    .ai-table .hit { color: #4ADE80; }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root {
      --bg: #0B1120; --bg2: #111827; --bg3: #1C2A45;
      --blue: #3B82F6; --indigo: #6366F1; --purple: #8B5CF6;
      --green: #22C55E; --green-dim: #15803D;
      --gold: #F59E0B; --text: #F9FAFB; --muted: #9CA3AF;
      --border: #1E3A5F; --border-i: rgba(99,102,241,0.3); --radius: 12px;
    }
    html { scroll-behavior: smooth; }
    body { font-family: 'Inter', sans-serif; background: var(--bg); color: var(--text); line-height: 1.65; }
    a { color: inherit; text-decoration: none; }

nav {
      position: sticky; top: 0; z-index: 100;
      background: rgba(11,17,32,0.92); backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--border); padding: 0 40px;
      display: flex; align-items: center; justify-content: space-between; height: 68px;
    }
    .nav-logo { font-size: 20px; font-weight: 800; letter-spacing: -0.5px; }
    .nav-logo span { color: var(--blue); }
    .nav-links { display: flex; align-items: center; gap: 32px; }
    .nav-links a { font-size: 14px; font-weight: 500; color: var(--muted); transition: color .2s; }
    .nav-links a:hover { color: var(--text); }
.nav-links a.active {
      color: var(--text);
      position: relative;
    }
    .nav-links a.active:not(.nav-cta):not(.ai-badge)::after {
      content: '';
      position: absolute;
      bottom: -4px;
      left: 0;
      right: 0;
      height: 2px;
      background: var(--green);
      border-radius: 2px;
    }
    .nav-links a.ai-badge.active {
      box-shadow: 0 0 0 2px rgba(99,102,241,0.5), 0 0 12px rgba(99,102,241,0.3);
    }
    .nav-links a.ai-badge { background: linear-gradient(135deg,#6366f1,#3b82f6); color: #fff; padding: 5px 12px; border-radius: 20px; font-size: 13px; font-weight: 600; }
    .nav-cta { background: var(--green); color: #fff !important; padding: 9px 20px; border-radius: 8px; font-size: 14px; font-weight: 600; }

/* HERO */
    .hero-wrapper {
      background: linear-gradient(160deg, #0a0515 0%, #0f1040 40%, #0B1120 100%);
      border-bottom: 1px solid var(--border-i); padding: 100px 40px 80px;
    }
    .hero-inner { max-width: 900px; margin: 0 auto; }
    .hero-eyebrow {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(99,102,241,0.12); border: 1px solid var(--border-i);
      color: #A5B4FC; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
      padding: 6px 14px; border-radius: 20px; margin-bottom: 28px;
    }
    .hero-eyebrow .dot { width:7px;height:7px;border-radius:50%;background:var(--green);flex-shrink:0;animation:pulse 2s infinite; }
    @keyframes pulse { 0%,100%{opacity:1}50%{opacity:0.4} }
    .hero-inner h1 { font-size: clamp(36px,5vw,58px); font-weight: 800; letter-spacing: -1.5px; margin-bottom: 24px; line-height:1.15; }
    .hero-inner h1 em { color: #A5B4FC; font-style: normal; }
    .hero-inner .lead { font-size: 19px; color: #CBD5E1; max-width: 660px; margin-bottom: 40px; line-height: 1.6; }
    .hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 48px; }
    .btn-ai { background: linear-gradient(135deg,#6366f1,#3b82f6); color: #fff; padding: 14px 28px; border-radius: 10px; font-size: 15px; font-weight: 700; transition: opacity .2s; }
    .btn-ai:hover { opacity: .85; }
    .btn-ghost { color: var(--text); padding: 14px 24px; border-radius: 10px; font-size: 15px; font-weight: 600; border: 1px solid var(--border); transition: all .2s; }
    .btn-ghost:hover { border-color: var(--indigo); color: #A5B4FC; }
    .hero-tags { display: flex; flex-wrap: wrap; gap: 10px; }
    .hero-tag {
      background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
      padding: 6px 14px; border-radius: 20px; font-size: 13px; color: #CBD5E1;
    }

/* PAGE BODY */
    .page-max { max-width: 900px; margin: 0 auto; padding: 0 40px; }

/* WHY DIFFERENT */
    .section { padding: 80px 0; }
    .section-label { font-size: 12px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: var(--indigo); margin-bottom: 14px; }
    h2 { font-size: clamp(26px,3vw,40px); font-weight: 800; letter-spacing: -1px; margin-bottom: 16px; }
    h3 { font-size: 18px; font-weight: 700; }
    p { color: var(--muted); }

/* DEFINITION BOX — GEO optimized */
    .definition-box {
      background: rgba(99,102,241,0.07); border: 1px solid var(--border-i);
      border-radius: var(--radius); padding: 32px; margin: 40px 0;
    }
    .definition-box h3 { color: #A5B4FC; font-size: 15px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 14px; }
    .definition-box p { color: #CBD5E1; font-size: 15px; line-height: 1.7; }

/* WHAT WE TEST GRID */
    .test-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 40px; }
    .test-card {
      background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius);
      padding: 28px; transition: border-color .2s;
    }
    .test-card:hover { border-color: var(--indigo); }
    .test-card .tc-icon { font-size: 24px; margin-bottom: 14px; }
    .test-card h3 { font-size: 16px; margin-bottom: 10px; }
    .test-card p { font-size: 14px; line-height: 1.6; }

/* SPRINT DETAILS */
    .sprint-box {
      background: linear-gradient(135deg, #0F1040, #1a1040);
      border: 1px solid var(--border-i); border-radius: 16px;
      overflow: hidden; margin: 48px 0;
    }
    .sprint-header { padding: 36px; border-bottom: 1px solid var(--border-i); }
    .sprint-header .new-tag {
      display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
      background: rgba(99,102,241,0.2); border: 1px solid var(--border-i);
      color: #A5B4FC; padding: 3px 10px; border-radius: 20px; margin-bottom: 16px;
    }
    .sprint-header h2 { font-size: 28px; letter-spacing: -0.5px; margin-bottom: 8px; }
    .sprint-header p { font-size: 16px; color: #CBD5E1; }
    .sprint-body { padding: 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
    .sprint-col h4 { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--muted); margin-bottom: 16px; }
    .sprint-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .sprint-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #CBD5E1; }
    .sprint-list li::before { content: '✓'; color: var(--green); font-weight: 700; flex-shrink: 0; margin-top: 2px; }
    .sprint-footer {
      padding: 28px 36px; border-top: 1px solid var(--border-i);
      display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px;
      background: rgba(0,0,0,0.2);
    }
    .sprint-meta { display: flex; gap: 32px; flex-wrap: wrap; }
    .sprint-meta-item .smk { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .5px; }
    .sprint-meta-item .smv { font-size: 18px; font-weight: 700; color: var(--text); margin-top: 2px; }

/* RAG CONTENT BLOCK — GEO */
    .content-block { margin: 48px 0; }
    .content-block h2 { margin-bottom: 20px; }
    .content-block p { font-size: 15px; color: #CBD5E1; margin-bottom: 16px; line-height: 1.7; }

/* FAQ */
    .faq-list { display: flex; flex-direction: column; gap: 2px; margin-top: 32px; }
    .faq-item {
      background: var(--bg2); border: 1px solid var(--border); border-radius: 10px;
      overflow: hidden; transition: border-color .2s;
    }
    .faq-item:hover { border-color: var(--indigo); }
    .faq-q { padding: 20px 24px; font-size: 15px; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
    .faq-q::after { content: '+'; font-size: 20px; color: var(--muted); }
    .faq-a { padding: 0 24px 20px; font-size: 14px; color: #CBD5E1; line-height: 1.7; }

/* CTA */
    .cta-ai {
      background: linear-gradient(135deg, #0F1040, #1a0e40, #0F1040);
      border: 1px solid var(--border-i); border-radius: 16px;
      padding: 64px 48px; text-align: center; margin: 64px 0;
    }
    .cta-ai h2 { font-size: 34px; margin-bottom: 14px; }
    .cta-ai p { font-size: 17px; color: #CBD5E1; max-width: 500px; margin: 0 auto 36px; }
    .cta-ai-actions { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
    .cta-note { font-size: 13px; color: #818CF8; margin-top: 16px; }

/* DIVIDER */
    .divider { border: none; border-top: 1px solid var(--border); margin: 0; }

footer { background: #070D1A; border-top: 1px solid var(--border); padding: 40px; text-align: center; font-size: 13px; color: var(--muted); }
    footer a { color: var(--blue); }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root {
      --bg: #0B1120; --bg2: #111827; --bg3: #1C2A45;
      --blue: #3B82F6; --green: #22C55E; --green-dim: #15803D;
      --gold: #F59E0B; --text: #F9FAFB; --muted: #9CA3AF;
      --border: #1E3A5F; --radius: 12px;
    }
    html { scroll-behavior: smooth; }
    body { font-family: 'Inter', sans-serif; background: var(--bg); color: var(--text); line-height: 1.65; }
    a { color: inherit; text-decoration: none; }
    nav {
      position: sticky; top: 0; z-index: 100;
      background: rgba(11,17,32,0.92); backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--border); padding: 0 40px;
      display: flex; align-items: center; justify-content: space-between; height: 68px;
    }
    .nav-logo { font-size: 20px; font-weight: 800; letter-spacing: -0.5px; }
    .nav-logo span { color: var(--blue); }
    .nav-links { display: flex; align-items: center; gap: 32px; }
    .nav-links a { font-size: 14px; font-weight: 500; color: var(--muted); transition: color .2s; }
    .nav-links a:hover { color: var(--text); }
    .nav-links a.active {
      color: var(--text);
      position: relative;
    }
    .nav-links a.active:not(.nav-cta):not(.ai-badge)::after {
      content: '';
      position: absolute;
      bottom: -4px;
      left: 0;
      right: 0;
      height: 2px;
      background: var(--green);
      border-radius: 2px;
    }
    .nav-links a.ai-badge.active {
      box-shadow: 0 0 0 2px rgba(99,102,241,0.5), 0 0 12px rgba(99,102,241,0.3);
    }
    .nav-links a.ai-badge { background: linear-gradient(135deg,#6366f1,#3b82f6); color: #fff; padding: 5px 12px; border-radius: 20px; font-size: 13px; font-weight: 600; }
    .nav-cta { background: var(--green); color: #fff !important; padding: 9px 20px; border-radius: 8px; font-size: 14px; font-weight: 600; }

/* PAGE HERO */
    .page-hero {
      background: linear-gradient(160deg, #0B1120, #0F1E3A);
      border-bottom: 1px solid var(--border); padding: 80px 40px 72px;
      text-align: center;
    }
    .page-hero .label { font-size:12px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--blue);margin-bottom:16px; }
    .page-hero h1 { font-size: clamp(30px,4vw,50px); font-weight:800;letter-spacing:-1px;margin-bottom:14px; }
    .page-hero p { font-size:17px;color:#CBD5E1;max-width:560px;margin:0 auto; }

.page-max { max-width: 900px; margin: 0 auto; padding: 0 40px; }

/* CHRIS BIO */
    .bio-section { padding: 80px 0; }
    .bio-grid { display: grid; grid-template-columns: 260px 1fr; gap: 56px; align-items: start; }
    .bio-sidebar { position: sticky; top: 90px; }
    .bio-avatar {
      width: 200px; height: 200px; border-radius: 20px;
      background: var(--bg3); border: 2px solid rgba(34,197,94,0.4);
      overflow: hidden; margin-bottom: 24px;
    }
    .bio-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .bio-name { font-size: 22px; font-weight: 800; margin-bottom: 4px; }
    .bio-title { font-size: 14px; color: var(--muted); margin-bottom: 20px; }
    .bio-certs { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
    .bio-cert {
      display: flex; align-items: center; gap: 8px;
      background: var(--bg2); border: 1px solid var(--border);
      padding: 8px 12px; border-radius: 8px; font-size: 13px; color: #CBD5E1;
    }
    .bio-cert .cert-icon { font-size: 16px; flex-shrink: 0; }
    .btn-book {
      display: block; text-align: center;
      background: var(--green); color: #fff; padding: 12px;
      border-radius: 8px; font-size: 14px; font-weight: 700;
      transition: background .2s; margin-bottom: 12px;
    }
    .btn-book:hover { background: var(--green-dim); }
    .linkedin-link {
      display: block; text-align: center; border: 1px solid var(--border);
      border-radius: 8px; padding: 10px; font-size: 14px; font-weight: 500;
      color: var(--muted); transition: all .2s;
    }
    .linkedin-link:hover { border-color: var(--blue); color: var(--blue); }

/* BIO CONTENT */
    .bio-content h2 { font-size: 32px; font-weight: 800; letter-spacing: -1px; margin-bottom: 24px; }
    .bio-content p { font-size: 16px; color: #CBD5E1; margin-bottom: 20px; line-height: 1.75; }
    .bio-content p strong { color: var(--text); }
    .bio-highlight {
      background: rgba(59,130,246,0.08); border-left: 3px solid var(--blue);
      padding: 20px 24px; border-radius: 0 10px 10px 0; margin: 32px 0;
      font-size: 17px; color: var(--text); font-style: italic; line-height: 1.6;
    }

/* ABOUT COMPANY */
    .company-section { padding: 64px 0; border-top: 1px solid var(--border); }
    .company-section h2 { font-size: 32px; font-weight: 800; letter-spacing: -1px; margin-bottom: 16px; }
    .company-section p { font-size: 15px; color: #CBD5E1; margin-bottom: 16px; line-height: 1.75; }
    .company-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 36px; }
    .company-card {
      background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius);
      padding: 24px; display: flex; gap: 16px;
    }
    .company-card .cc-icon { font-size: 24px; flex-shrink: 0; }
    .company-card h3 { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
    .company-card p { font-size: 14px; }

/* STATS */
    .stats-row {
      display: grid; grid-template-columns: repeat(4,1fr); gap: 16px;
      padding: 48px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
      margin: 48px 0;
    }
    .stat { text-align: center; }
    .stat-num { font-size: 40px; font-weight: 800; letter-spacing: -1px; }
    .stat-num span { color: var(--blue); }
    .stat-label { font-size: 13px; color: var(--muted); margin-top: 4px; }

/* TEAM GRID */
    .team-section { padding: 64px 0; border-top: 1px solid var(--border); }
    .team-section h2 { font-size: 32px; font-weight: 800; letter-spacing: -1px; margin-bottom: 8px; }
    .team-section > p { font-size: 15px; color: #CBD5E1; margin-bottom: 40px; line-height: 1.7; }
    .team-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
    .team-card {
      background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius);
      padding: 24px; text-align: center; transition: border-color .2s, transform .2s;
    }
    .team-card:hover { border-color: var(--blue); transform: translateY(-3px); }
    .team-card.founder { border-color: rgba(34,197,94,0.4); background: linear-gradient(135deg,#111827,#0f2215); }
    .team-avatar {
      width: 88px; height: 88px; border-radius: 50%; margin: 0 auto 16px;
      background: var(--bg3); border: 2px solid var(--border);
      display: flex; align-items: center; justify-content: center;
      font-size: 22px; font-weight: 800; color: var(--blue);
      overflow: hidden; flex-shrink: 0;
    }
    .team-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
    .team-card.founder .team-avatar { border-color: rgba(34,197,94,0.5); }
    .team-name { font-size: 16px; font-weight: 700; margin-bottom: 4px; }
    .team-role { font-size: 13px; color: var(--muted); line-height: 1.4; }
    .team-badge {
      display: inline-block; margin-top: 10px;
      font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px;
      padding: 3px 10px; border-radius: 20px;
      background: rgba(34,197,94,0.12); color: #4ADE80; border: 1px solid rgba(34,197,94,0.3);
    }

/* TESTIMONIALS MINI */
    .testimonials-mini { padding: 64px 0; border-top: 1px solid var(--border); }
    .testimonials-mini h2 { font-size: 28px; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 32px; }
    .testi-list { display: flex; flex-direction: column; gap: 16px; }
    .testi-item {
      background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius);
      padding: 24px; display: flex; gap: 20px; align-items: flex-start;
    }
    .testi-avatar {
      width: 48px; height: 48px; border-radius: 50%; flex-shrink: 0;
      background: var(--bg3); overflow: hidden;
    }
    .testi-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .testi-quote { font-size: 15px; color: #E2E8F0; font-style: italic; line-height: 1.6; margin-bottom: 10px; }
    .testi-by { font-size: 13px; color: var(--muted); }
    .testi-by strong { color: var(--text); }

/* CTA */
    .about-cta {
      background: linear-gradient(135deg,#0F3460,#1E3A5F);
      border-radius: 16px; padding: 56px 48px; text-align: center; margin: 64px 0;
    }
    .about-cta h2 { font-size: 30px; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 14px; }
    .about-cta p { font-size: 16px; color: #CBD5E1; max-width: 480px; margin: 0 auto 32px; }
    .btn-primary { background: var(--green); color: #fff; padding: 14px 28px; border-radius: 10px; font-size: 15px; font-weight: 700; transition: background .2s; }
    .btn-primary:hover { background: var(--green-dim); }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root {
      --bg: #0B1120; --bg2: #111827; --bg3: #1C2A45;
      --blue: #3B82F6; --green: #22C55E; --green-dim: #15803D;
      --gold: #F59E0B; --indigo: #6366F1;
      --text: #F9FAFB; --muted: #9CA3AF; --border: #1E3A5F; --radius: 12px;
    }
    html { scroll-behavior: smooth; }
    body { font-family: 'Inter', sans-serif; background: var(--bg); color: var(--text); line-height: 1.65; }
    a { color: inherit; text-decoration: none; }

/* NAV */
    nav {
      position: sticky; top: 0; z-index: 100;
      background: rgba(11,17,32,0.92); backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--border); padding: 0 40px;
      display: flex; align-items: center; justify-content: space-between; height: 68px;
    }
    .nav-logo { font-size: 20px; font-weight: 800; letter-spacing: -0.5px; }
    .nav-logo span { color: var(--blue); }
    .nav-links { display: flex; align-items: center; gap: 28px; }
    .nav-links a { font-size: 14px; font-weight: 500; color: var(--muted); transition: color .2s; }
    .nav-links a:hover { color: var(--text); }
    .nav-links a.active {
      color: var(--text);
      position: relative;
    }
    .nav-links a.active:not(.nav-cta):not(.ai-badge)::after {
      content: '';
      position: absolute;
      bottom: -4px;
      left: 0;
      right: 0;
      height: 2px;
      background: var(--green);
      border-radius: 2px;
    }
    .nav-links a.ai-badge.active {
      box-shadow: 0 0 0 2px rgba(99,102,241,0.5), 0 0 12px rgba(99,102,241,0.3);
    }
    .nav-links a.ai-badge { background: linear-gradient(135deg,#6366f1,#3b82f6); color: #fff; padding: 5px 12px; border-radius: 20px; font-size: 13px; font-weight: 600; }
    .nav-cta { background: var(--green); color: #fff !important; padding: 9px 20px; border-radius: 8px; font-size: 14px; font-weight: 600; transition: background .2s; }
    .nav-cta:hover { background: var(--green-dim); }

/* PAGE HERO */
    .page-hero {
      background: linear-gradient(160deg, #0B1120, #0F1E3A);
      border-bottom: 1px solid var(--border); padding: 80px 40px 72px; text-align: center;
    }
    .label { font-size:12px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--blue);margin-bottom:14px; }
    .page-hero h1 { font-size: clamp(30px,4vw,50px); font-weight:800;letter-spacing:-1px;margin-bottom:14px; }
    .page-hero p { font-size:17px;color:#CBD5E1;max-width:580px;margin:0 auto; }

/* STATS BAR */
    .stats-strip { background: var(--bg2); border-bottom: 1px solid var(--border); }
    .stats-strip-inner {
      max-width: 1100px; margin: 0 auto; padding: 28px 40px;
      display: grid; grid-template-columns: repeat(4,1fr); gap: 16px;
    }
    .strip-stat { text-align: center; }
    .strip-num { font-size: 32px; font-weight: 800; letter-spacing: -1px; color: var(--text); }
    .strip-num span { color: var(--blue); }
    .strip-label { font-size: 12px; color: var(--muted); margin-top: 3px; }

/* CASE STUDY CONTAINER */
    .cs-container { max-width: 1040px; margin: 0 auto; padding: 72px 40px; display: flex; flex-direction: column; gap: 56px; }

.cs-card {
      background: var(--bg2); border: 1px solid var(--border); border-radius: 16px;
      overflow: hidden; transition: border-color .2s; scroll-margin-top: 90px;
    }
    .cs-card:hover { border-color: rgba(59,130,246,0.5); }

/* ── HEADER ── */
    .cs-header {
      padding: 32px 40px 28px;
      border-bottom: 1px solid var(--border);
      display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; flex-wrap: wrap;
    }
    .cs-client { display: flex; align-items: center; gap: 16px; }
    .cs-logo {
      width: 60px; height: 60px; border-radius: 14px;
      background: var(--bg3); border: 1px solid var(--border);
      display: flex; align-items: center; justify-content: center;
      font-size: 18px; font-weight: 800; color: var(--blue); flex-shrink: 0; letter-spacing: -0.5px;
    }
    .cs-client-name { font-size: 24px; font-weight: 800; letter-spacing: -0.5px; }
    .cs-industry { font-size: 13px; color: var(--muted); margin-top: 4px; display: flex; align-items: center; gap: 6px; }
    .cs-timeline { font-size: 12px; color: var(--blue); background: rgba(59,130,246,0.1); border: 1px solid rgba(59,130,246,0.25); padding: 3px 10px; border-radius: 20px; margin-top: 6px; display: inline-block; font-weight: 600; }
    .cs-header-right { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
    .cs-tags { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
    .cs-tag { font-size: 12px; font-weight: 600; padding: 4px 12px; border-radius: 20px; border: 1px solid var(--border); }
    .tag-blue  { background: rgba(59,130,246,0.1); color: #93C5FD; border-color: rgba(59,130,246,0.25); }
    .tag-green { background: rgba(34,197,94,0.1);  color: #4ADE80; border-color: rgba(34,197,94,0.25); }
    .tag-gold  { background: rgba(245,158,11,0.1); color: #FCD34D; border-color: rgba(245,158,11,0.2); }
    .tag-red   { background: rgba(239,68,68,0.1);  color: #FCA5A5; border-color: rgba(239,68,68,0.2); }
    .tag-indigo{ background: rgba(99,102,241,0.1); color: #A5B4FC; border-color: rgba(99,102,241,0.25); }

/* ── CONTEXT STRIP ── */
    .cs-context {
      background: rgba(30,58,95,0.3); border-bottom: 1px solid var(--border);
      padding: 14px 40px; display: flex; gap: 32px; flex-wrap: wrap;
    }
    .cs-context-item { font-size: 13px; color: #94A3B8; display: flex; align-items: center; gap: 6px; }
    .cs-context-item strong { color: #CBD5E1; }

/* ── BODY GRID ── */
    .cs-body { padding: 36px 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
    .cs-section h4 {
      font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px;
      color: var(--muted); margin-bottom: 14px;
    }
    .cs-section p { font-size: 14px; color: #CBD5E1; line-height: 1.75; }
    .cs-section ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .cs-section ul li {
      font-size: 14px; color: #CBD5E1; display: flex; align-items: flex-start; gap: 10px; line-height: 1.6;
    }
    .cs-section ul li::before { content: '✓'; color: var(--green); font-weight: 700; flex-shrink: 0; margin-top: 2px; }
    .cs-section ol { list-style: none; counter-reset: step; display: flex; flex-direction: column; gap: 10px; }
    .cs-section ol li {
      counter-increment: step;
      font-size: 14px; color: #CBD5E1; display: flex; align-items: flex-start; gap: 10px; line-height: 1.6;
    }
    .cs-section ol li::before {
      content: counter(step);
      background: rgba(59,130,246,0.2); color: var(--blue); border-radius: 50%;
      width: 22px; height: 22px; display: flex; align-items: center; justify-content: center;
      font-size: 11px; font-weight: 700; flex-shrink: 0; margin-top: 1px;
    }
    .cs-full { grid-column: 1 / -1; }

/* ── KPI METRICS GRID ── */
    .cs-kpis {
      grid-column: 1 / -1;
      display: grid; gap: 12px;
    }
    .cs-kpis.cols-4 { grid-template-columns: repeat(4, 1fr); }
    .cs-kpis.cols-5 { grid-template-columns: repeat(5, 1fr); }
    .cs-kpis.cols-3 { grid-template-columns: repeat(3, 1fr); }
    .kpi-card {
      background: rgba(11,17,32,0.6); border: 1px solid var(--border); border-radius: 12px;
      padding: 20px 16px; text-align: center;
    }
    .kpi-num {
      font-size: 30px; font-weight: 800; letter-spacing: -1px;
      background: linear-gradient(135deg, #60A5FA, #22C55E);
      -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    }
    .kpi-num.gold { background: linear-gradient(135deg, #F59E0B, #FCD34D); -webkit-background-clip: text; background-clip: text; }
    .kpi-num.red  { background: linear-gradient(135deg, #EF4444, #FCA5A5); -webkit-background-clip: text; background-clip: text; }
    .kpi-label { font-size: 12px; color: var(--muted); margin-top: 6px; line-height: 1.4; }

/* ── BEFORE / AFTER TABLE ── */
    .cs-improvements {
      grid-column: 1 / -1;
    }
    .cs-improvements h4 {
      font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px;
      color: var(--muted); margin-bottom: 16px;
    }
    .improve-table { width: 100%; border-collapse: collapse; }
    .improve-table th {
      font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
      color: var(--muted); padding: 8px 16px; text-align: left;
      border-bottom: 1px solid var(--border);
    }
    .improve-table th:last-child { text-align: right; }
    .improve-table td {
      font-size: 14px; color: #CBD5E1; padding: 12px 16px;
      border-bottom: 1px solid rgba(30,58,95,0.5);
    }
    .improve-table tr:last-child td { border-bottom: none; }
    .improve-table .col-before { color: #FCA5A5; font-weight: 600; }
    .improve-table .col-after  { color: #4ADE80; font-weight: 700; }
    .improve-table .col-saving {
      text-align: right; font-weight: 800; font-size: 15px;
      background: linear-gradient(135deg, #22C55E, #60A5FA);
      -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    }

/* ── QUOTE ── */
    .cs-quote {
      grid-column: 1 / -1;
      border-left: 3px solid var(--blue); padding: 24px 28px;
      background: rgba(59,130,246,0.05); border-radius: 0 12px 12px 0;
    }
    .cs-quote blockquote { font-size: 15px; color: #E2E8F0; font-style: italic; line-height: 1.7; margin-bottom: 14px; }
    .cs-quote-by { font-size: 13px; color: var(--muted); display: flex; align-items: center; gap: 10px; }
    .cs-quote-by strong { color: var(--text); }
    .cs-quote-avatar { width: 36px; height: 36px; border-radius: 50%; overflow: hidden; flex-shrink: 0; border: 1px solid var(--border); }
    .cs-quote-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ── FOOTER ── */
    .cs-footer {
      border-top: 1px solid var(--border); padding: 20px 40px;
      display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
      background: rgba(0,0,0,0.15);
    }
    .cs-service-used { font-size: 13px; color: var(--muted); display: flex; align-items: center; gap: 8px; }
    .cs-service-used strong { color: #CBD5E1; }
    .read-more {
      font-size: 13px; font-weight: 700; color: var(--blue);
      display: flex; align-items: center; gap: 6px; transition: gap .2s;
    }
    .read-more:hover { gap: 10px; }

/* ── CTA BOTTOM ── */
    .cta-bottom {
      background: linear-gradient(135deg,#0F3460,#1E3A5F);
      border-top: 1px solid var(--border); padding: 80px 40px; text-align: center;
    }
    .cta-bottom h2 { font-size: 36px; font-weight: 800; letter-spacing: -1px; margin-bottom: 14px; }
    .cta-bottom p { font-size: 17px; color: #CBD5E1; max-width: 520px; margin: 0 auto 36px; }
    .cta-actions { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
    .btn-primary { background: var(--green); color: #fff; padding: 14px 28px; border-radius: 10px; font-size: 15px; font-weight: 700; transition: background .2s; }
    .btn-primary:hover { background: var(--green-dim); }
    .btn-secondary { color: var(--text); padding: 14px 24px; border-radius: 10px; font-size: 15px; font-weight: 600; border: 1px solid var(--border); transition: all .2s; }
    .btn-secondary:hover { border-color: var(--blue); color: var(--blue); }

/* NAV */
    nav {
      position: sticky; top: 0; z-index: 100;
      background: rgba(11,17,32,0.92); backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--border); padding: 0 40px;
      display: flex; align-items: center; justify-content: space-between; height: 68px;
    }
    .nav-logo { font-size: 20px; font-weight: 800; letter-spacing: -0.5px; }
    .nav-logo span { color: var(--blue); }
    .nav-links { display: flex; align-items: center; gap: 32px; }
    .nav-links a { font-size: 14px; font-weight: 500; color: var(--muted); transition: color .2s; }
    .nav-links a:hover { color: var(--text); }
.nav-links a.active {
      color: var(--text);
      position: relative;
    }
    .nav-links a.active:not(.nav-cta):not(.ai-badge)::after {
      content: '';
      position: absolute;
      bottom: -4px;
      left: 0;
      right: 0;
      height: 2px;
      background: var(--green);
      border-radius: 2px;
    }
    .nav-links a.ai-badge.active {
      box-shadow: 0 0 0 2px rgba(99,102,241,0.5), 0 0 12px rgba(99,102,241,0.3);
    }
    .nav-links a.ai-badge { background: linear-gradient(135deg,#6366f1,#3b82f6); color: #fff; padding: 5px 12px; border-radius: 20px; font-size: 13px; font-weight: 600; }
    .nav-cta { background: var(--green); color: #fff !important; padding: 9px 20px; border-radius: 8px; font-size: 14px; font-weight: 600; transition: background .2s; }
    .nav-cta:hover { background: var(--green-dim); }

/* PAGE HERO */
    .page-hero {
      background: linear-gradient(160deg, #0B1120, #0F1E3A);
      border-bottom: 1px solid var(--border); padding: 72px 40px 64px;
    }
    .page-hero-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; }
    .page-hero .label { font-size:12px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--blue);margin-bottom:14px; }
    .page-hero h1 { font-size: clamp(28px,4vw,46px); font-weight:800;letter-spacing:-1px;margin-bottom:12px; }
    .page-hero p { font-size:16px;color:#CBD5E1;max-width:500px; }
    .subscribe-box {
      background: var(--bg2); border: 1px solid var(--border); border-radius: 14px;
      padding: 24px; min-width: 280px;
    }
    .subscribe-box h4 { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
    .subscribe-box p { font-size: 13px; color: var(--muted); margin-bottom: 14px; }
    .subscribe-form { display: flex; gap: 8px; }
    .subscribe-input {
      flex: 1; background: var(--bg3); border: 1px solid var(--border);
      border-radius: 7px; padding: 9px 12px; font-size: 13px; color: var(--text);
      font-family: inherit; outline: none;
    }
    .subscribe-input:focus { border-color: var(--blue); }
    .subscribe-btn {
      background: var(--green); color: #fff; border: none; border-radius: 7px;
      padding: 9px 16px; font-size: 13px; font-weight: 700; cursor: pointer;
      font-family: inherit; white-space: nowrap; transition: background .2s;
    }
    .subscribe-btn:hover { background: var(--green-dim); }

/* FILTERS */
    .filters-bar {
      background: var(--bg2); border-bottom: 1px solid var(--border);
      padding: 16px 40px;
    }
    .filters-inner { max-width: 1100px; margin: 0 auto; display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
    .filter-label { font-size: 12px; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-right: 4px; }
    .filter-btn {
      padding: 7px 16px; border-radius: 20px; font-size: 13px; font-weight: 600;
      border: 1px solid var(--border); color: var(--muted);
      background: transparent; cursor: pointer; transition: all .2s; font-family: inherit;
    }
    .filter-btn.active { background: var(--blue); border-color: var(--blue); color: #fff; }
    .filter-btn:hover:not(.active) { border-color: var(--blue); color: var(--blue); }
    .filter-btn.ai-filter.active { background: linear-gradient(135deg,#6366f1,#3b82f6); border-color: transparent; }
    .filter-btn.ai-filter:hover:not(.active) { border-color: var(--indigo); color: #A5B4FC; }

/* BLOG GRID */
    .blog-section { max-width: 1100px; margin: 0 auto; padding: 64px 40px; }
    .featured-row { margin-bottom: 56px; }
    .featured-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--blue); margin-bottom: 20px; }
    .featured-card {
      background: var(--bg2); border: 1px solid var(--border); border-radius: 16px;
      overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; transition: border-color .2s;
    }
    .featured-card:hover { border-color: var(--blue); }
    .featured-img {
      background: linear-gradient(135deg, #0F1E3A, #1a1040);
      display: flex; align-items: center; justify-content: center; font-size: 72px; min-height: 280px;
    }
    .featured-body { padding: 40px; display: flex; flex-direction: column; justify-content: center; }
    .article-tag {
      display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase;
      letter-spacing: .8px; padding: 3px 10px; border-radius: 20px; margin-bottom: 16px;
    }
    .tag-ai { background: rgba(99,102,241,0.15); color: #A5B4FC; border: 1px solid rgba(99,102,241,0.3); }
    .tag-strategy { background: rgba(59,130,246,0.12); color: #93C5FD; border: 1px solid rgba(59,130,246,0.25); }
    .tag-automation { background: rgba(34,197,94,0.1); color: #4ADE80; border: 1px solid rgba(34,197,94,0.25); }
    .tag-security { background: rgba(239,68,68,0.1); color: #FCA5A5; border: 1px solid rgba(239,68,68,0.2); }
    .tag-process { background: rgba(245,158,11,0.1); color: #FCD34D; border: 1px solid rgba(245,158,11,0.2); }

.featured-body h2 { font-size: 24px; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 12px; line-height: 1.25; }
    .featured-body p { font-size: 15px; color: #CBD5E1; line-height: 1.65; margin-bottom: 24px; }
    .article-meta { display: flex; align-items: center; gap: 12px; font-size: 13px; color: var(--muted); margin-bottom: 20px; }
    .meta-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--muted); }
    .read-link { font-size: 14px; font-weight: 700; color: var(--blue); display: inline-flex; align-items: center; gap: 6px; transition: gap .2s; }
    .read-link:hover { gap: 10px; }

/* ARTICLE GRID */
    .articles-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
    .articles-header h3 { font-size: 20px; font-weight: 800; }
    .articles-header span { font-size: 13px; color: var(--muted); }
    .articles-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
    .article-card {
      background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius);
      overflow: hidden; transition: all .2s; display: flex; flex-direction: column;
    }
    .article-card:hover { border-color: var(--blue); transform: translateY(-3px); }
    .article-card.ai-article { border-color: rgba(99,102,241,0.3); }
    .article-card.ai-article:hover { border-color: var(--indigo); }
    .card-img {
      height: 140px; background: linear-gradient(135deg, #0F1E3A, #111827);
      display: flex; align-items: center; justify-content: center; font-size: 40px;
      border-bottom: 1px solid var(--border);
    }
    .card-img.ai { background: linear-gradient(135deg, #0f1040, #1a1040); }
    .card-img.security { background: linear-gradient(135deg, #1a0f0f, #1c1111); }
    .card-img.automation { background: linear-gradient(135deg, #0a1a0f, #0f2215); }
    .card-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
    .card-body h3 { font-size: 16px; font-weight: 700; margin-bottom: 10px; line-height: 1.35; }
    .card-body p { font-size: 14px; color: var(--muted); line-height: 1.6; flex: 1; margin-bottom: 20px; }
    .card-footer { display: flex; align-items: center; justify-content: space-between; }
    .card-date { font-size: 12px; color: var(--muted); }
    .card-read { font-size: 13px; font-weight: 600; color: var(--blue); display: flex; align-items: center; gap: 5px; transition: gap .2s; }
    .card-read:hover { gap: 9px; }

/* NEWSLETTER CTA */
    .newsletter-cta {
      background: linear-gradient(135deg, #0F3460, #1E3A5F);
      border-top: 1px solid var(--border); padding: 72px 40px;
      text-align: center;
    }
    .newsletter-cta h2 { font-size: 32px; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 12px; }
    .newsletter-cta p { font-size: 16px; color: #CBD5E1; max-width: 480px; margin: 0 auto 32px; }
    .newsletter-form { display: flex; gap: 10px; max-width: 420px; margin: 0 auto; }
    .newsletter-input {
      flex: 1; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
      border-radius: 9px; padding: 12px 16px; font-size: 14px; color: var(--text);
      font-family: inherit; outline: none;
    }
    .newsletter-input:focus { border-color: var(--blue); }
    .newsletter-btn {
      background: var(--green); color: #fff; border: none; border-radius: 9px;
      padding: 12px 22px; font-size: 14px; font-weight: 700; cursor: pointer;
      font-family: inherit; transition: background .2s; white-space: nowrap;
    }
    .newsletter-btn:hover { background: var(--green-dim); }
    .newsletter-note { font-size: 12px; color: #93C5FD; margin-top: 12px; }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root {
      --bg: #0B1120; --bg2: #111827; --bg3: #1C2A45;
      --blue: #3B82F6; --green: #22C55E; --green-dim: #15803D;
      --text: #F9FAFB; --muted: #9CA3AF; --border: #1E3A5F; --radius: 12px;
    }
    body { font-family: 'Inter', sans-serif; background: var(--bg); color: var(--text); line-height: 1.65; }
    a { color: inherit; text-decoration: none; }
    nav {
      position: sticky; top: 0; z-index: 100;
      background: rgba(11,17,32,0.92); backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--border); padding: 0 40px;
      display: flex; align-items: center; justify-content: space-between; height: 68px;
    }
    .nav-logo { font-size: 20px; font-weight: 800; }
    .nav-logo span { color: var(--blue); }
    .nav-links { display: flex; align-items: center; gap: 32px; }
    .nav-links a { font-size: 14px; font-weight: 500; color: var(--muted); transition: color .2s; }
    .nav-links a:hover { color: var(--text); }
    .nav-links a.active {
      color: var(--text);
      position: relative;
    }
    .nav-links a.active:not(.nav-cta):not(.ai-badge)::after {
      content: '';
      position: absolute;
      bottom: -4px;
      left: 0;
      right: 0;
      height: 2px;
      background: var(--green);
      border-radius: 2px;
    }
    .nav-links a.ai-badge.active {
      box-shadow: 0 0 0 2px rgba(99,102,241,0.5), 0 0 12px rgba(99,102,241,0.3);
    }
    .nav-links a.ai-badge { background: linear-gradient(135deg,#6366f1,#3b82f6); color: #fff; padding: 5px 12px; border-radius: 20px; font-size: 13px; font-weight: 600; }
    .nav-cta { background: var(--green); color: #fff !important; padding: 9px 20px; border-radius: 8px; font-size: 14px; font-weight: 600; }

/* CONTACT LAYOUT */
    .contact-wrapper {
      min-height: calc(100vh - 68px);
      background: linear-gradient(160deg, #0B1120, #0F1E3A 60%, #0B1120);
      display: flex; align-items: center; justify-content: center; padding: 80px 40px;
    }
    .contact-inner { max-width: 1000px; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }

/* LEFT SIDE */
    .contact-left h1 { font-size: clamp(28px,4vw,44px); font-weight: 800; letter-spacing: -1px; margin-bottom: 16px; }
    .contact-left h1 em { color: var(--green); font-style: normal; }
    .contact-left .lead { font-size: 16px; color: #CBD5E1; margin-bottom: 36px; line-height: 1.7; }

.call-points { display: flex; flex-direction: column; gap: 16px; margin-bottom: 40px; }
    .call-point { display: flex; gap: 14px; align-items: flex-start; }
    .cp-icon {
      width: 36px; height: 36px; border-radius: 8px; flex-shrink: 0;
      background: rgba(34,197,94,0.12); border: 1px solid rgba(34,197,94,0.25);
      display: flex; align-items: center; justify-content: center; font-size: 16px; margin-top: 2px;
    }
    .cp-text strong { font-size: 15px; display: block; margin-bottom: 3px; }
    .cp-text p { font-size: 14px; color: var(--muted); }

.contact-meta { display: flex; flex-direction: column; gap: 12px; margin-top: 32px; padding-top: 32px; border-top: 1px solid var(--border); }
    .meta-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--muted); }
    .meta-item .mi { font-size: 16px; flex-shrink: 0; }
    .meta-item a { color: var(--blue); }

/* RIGHT — FORM */
    .contact-form-box {
      background: var(--bg2); border: 1px solid var(--border); border-radius: 16px;
      padding: 40px; position: relative; overflow: hidden;
    }
    .contact-form-box::before {
      content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
      background: linear-gradient(90deg, var(--green), var(--blue));
    }
    .form-title { font-size: 20px; font-weight: 800; margin-bottom: 6px; }
    .form-subtitle { font-size: 14px; color: var(--muted); margin-bottom: 28px; }

.form-group { margin-bottom: 18px; }
    .form-group label { display: block; font-size: 13px; font-weight: 600; color: #CBD5E1; margin-bottom: 7px; }
    .form-group label .req { color: var(--green); }
    .form-control {
      width: 100%; background: var(--bg3); border: 1px solid var(--border); border-radius: 8px;
      padding: 11px 14px; font-size: 14px; color: var(--text); font-family: inherit;
      outline: none; transition: border-color .2s;
    }
    .form-control:focus { border-color: var(--blue); }
    .form-control::placeholder { color: #4B5563; }
    select.form-control { appearance: none; cursor: pointer; }
    textarea.form-control { resize: vertical; min-height: 100px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.gdpr-check { display: flex; gap: 10px; align-items: flex-start; margin-top: 20px; }
    .gdpr-check input { margin-top: 3px; flex-shrink: 0; accent-color: var(--green); }
    .gdpr-check label { font-size: 12px; color: var(--muted); line-height: 1.5; }
    .gdpr-check label a { color: var(--blue); }

.btn-submit {
      width: 100%; background: var(--green); color: #fff; padding: 14px;
      border-radius: 9px; font-size: 15px; font-weight: 700; border: none;
      cursor: pointer; margin-top: 20px; font-family: inherit;
      transition: background .2s; display: flex; align-items: center; justify-content: center; gap: 8px;
    }
    .btn-submit:hover { background: var(--green-dim); }

.form-reassure {
      text-align: center; font-size: 12px; color: var(--muted);
      margin-top: 14px; display: flex; align-items: center; justify-content: center; gap: 6px;
    }

/* SOCIAL PROOF BAR BELOW FORM */
    .proof-bar {
      max-width: 1000px; margin: 32px auto 0; padding: 0 40px;
      display: flex; gap: 32px; flex-wrap: wrap; justify-content: center;
    }
    .proof-item { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--muted); }
    .proof-item .pi { font-size: 16px; }

/* FAQ mini */
    .faq-mini { max-width: 1000px; margin: 64px auto 48px; padding: 0 40px; }
    .faq-mini h2 { font-size: 22px; font-weight: 800; margin-bottom: 20px; }
    .faq-mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .faq-mini-item {
      background: var(--bg2); border: 1px solid var(--border); border-radius: 10px; padding: 20px;
    }
    .faq-mini-item h4 { font-size: 14px; font-weight: 600; margin-bottom: 8px; }
    .faq-mini-item p { font-size: 13px; color: var(--muted); line-height: 1.6; }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root {
      --bg: #0B1120; --bg2: #111827; --bg3: #1C2A45;
      --blue: #3B82F6; --green: #22C55E; --green-dim: #15803D;
      --gold: #F59E0B; --text: #F9FAFB; --muted: #9CA3AF;
      --border: #1E3A5F; --radius: 12px;
    }
    html { scroll-behavior: smooth; }
    body { font-family: 'Inter', sans-serif; background: var(--bg); color: var(--text); line-height: 1.65; }
    a { color: inherit; text-decoration: none; }
    nav {
      position: sticky; top: 0; z-index: 100;
      background: rgba(11,17,32,0.92); backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--border); padding: 0 40px;
      display: flex; align-items: center; justify-content: space-between; height: 68px;
    }
    .nav-logo { font-size: 20px; font-weight: 800; }
    .nav-logo span { color: var(--blue); }
    .nav-links { display: flex; align-items: center; gap: 32px; }
    .nav-links a { font-size: 14px; font-weight: 500; color: var(--muted); transition: color .2s; }
    .nav-links a:hover { color: var(--text); }
    .nav-links a.active {
      color: var(--text);
      position: relative;
    }
    .nav-links a.active:not(.nav-cta):not(.ai-badge)::after {
      content: '';
      position: absolute;
      bottom: -4px;
      left: 0;
      right: 0;
      height: 2px;
      background: var(--green);
      border-radius: 2px;
    }
    .nav-links a.ai-badge.active {
      box-shadow: 0 0 0 2px rgba(99,102,241,0.5), 0 0 12px rgba(99,102,241,0.3);
    }
    .nav-links a.ai-badge { background: linear-gradient(135deg,#6366f1,#3b82f6); color: #fff; padding: 5px 12px; border-radius: 20px; font-size: 13px; font-weight: 600; }
    .nav-cta { background: var(--green); color: #fff !important; padding: 9px 20px; border-radius: 8px; font-size: 14px; font-weight: 600; }

.page-hero {
      background: linear-gradient(160deg, #0B1120, #0F1E3A);
      border-bottom: 1px solid var(--border); padding: 80px 40px 72px; text-align: center;
    }
    .page-hero .label { font-size:12px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--blue);margin-bottom:14px; }
    .page-hero h1 { font-size: clamp(28px,4vw,48px); font-weight:800;letter-spacing:-1px;margin-bottom:14px; }
    .page-hero p { font-size:16px;color:#CBD5E1;max-width:540px;margin:0 auto; }

.page-max { max-width: 820px; margin: 0 auto; padding: 80px 40px; }

/* CATEGORY TABS */
    .faq-cats { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 52px; }
    .faq-cat {
      padding: 8px 18px; border-radius: 24px; font-size: 14px; font-weight: 600;
      border: 1px solid var(--border); color: var(--muted); cursor: pointer; transition: all .2s;
      background: none;
    }
    .faq-cat.active, .faq-cat:hover { background: var(--blue); border-color: var(--blue); color: #fff; }

/* FAQ GROUPS */
    .faq-group { margin-bottom: 56px; }
    .faq-group-title {
      font-size: 13px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
      color: var(--blue); margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid var(--border);
    }

.faq-item {
      background: var(--bg2); border: 1px solid var(--border); border-radius: 10px;
      margin-bottom: 10px; overflow: hidden;
    }
    .faq-q {
      padding: 22px 24px; font-size: 16px; font-weight: 600; cursor: pointer;
      display: flex; justify-content: space-between; align-items: center; gap: 16px;
      transition: background .2s;
    }
    .faq-q:hover { background: rgba(59,130,246,0.05); }
    .faq-toggle {
      width: 28px; height: 28px; border-radius: 50%; flex-shrink: 0;
      background: var(--bg3); display: flex; align-items: center; justify-content: center;
      font-size: 16px; color: var(--muted); transition: all .3s;
    }
    .faq-item.open .faq-toggle { background: var(--blue); color: #fff; transform: rotate(45deg); }
    .faq-a {
      max-height: 0; overflow: hidden; transition: max-height .35s ease;
    }
    .faq-item.open .faq-a { max-height: 400px; }
    .faq-a-inner {
      padding: 0 24px 22px; font-size: 15px; color: #CBD5E1; line-height: 1.75;
      border-top: 1px solid var(--border);
      padding-top: 20px;
    }

/* STILL HAVE Q */
    .still-q {
      background: var(--bg2); border: 1px solid var(--border); border-radius: 16px;
      padding: 48px; text-align: center; margin-top: 64px;
    }
    .still-q h2 { font-size: 26px; font-weight: 800; margin-bottom: 12px; }
    .still-q p { font-size: 15px; color: #CBD5E1; max-width: 440px; margin: 0 auto 28px; }
    .btn-primary { background: var(--green); color: #fff; padding: 13px 26px; border-radius: 9px; font-size: 15px; font-weight: 700; transition: background .2s; }
    .btn-primary:hover { background: var(--green-dim); }