
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body { font-family: 'Outfit', sans-serif; background: #0d1b2a; color: #e0e6ed; overflow-x: hidden; }

    .reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.7s ease, transform 0.7s ease; }
    .reveal.visible { opacity: 1; transform: none; }
    .reveal-delay-1 { transition-delay: 0.1s; }
    .reveal-delay-2 { transition-delay: 0.2s; }
    .reveal-delay-3 { transition-delay: 0.3s; }
    .reveal-delay-4 { transition-delay: 0.4s; }
    .reveal-delay-5 { transition-delay: 0.5s; }

    /* Nav */
    .nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transition: background 0.35s, box-shadow 0.35s; padding: 0 5vw; }
    .nav.scrolled { background: rgba(255,255,255,0.96); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); box-shadow: 0 1px 0 rgba(0,0,0,0.08); }
    .nav-inner { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 64px; gap: 32px; }
    .nav-logo img { height: 26px; display: block; transition: opacity 0.2s; }
    .nav-links { display: flex; gap: 0; list-style: none; }
    .nav-links a { color: rgba(224,230,237,0.85); text-decoration: none; font-size: 14px; font-weight: 500; padding: 4px 14px; border-radius: 6px; transition: color 0.2s, background 0.2s; white-space: nowrap; }
    .nav-links a:hover { color: #00d4aa; background: rgba(0,212,170,0.07); }
    .nav.scrolled .nav-links a { color: #2d3748; }
    .nav.scrolled .nav-links a:hover { color: #00d4aa; background: rgba(0,212,170,0.07); }
    .nav-cta { background: #e94560; color: white !important; padding: 9px 20px; border-radius: 8px; font-size: 14px; font-weight: 700; text-decoration: none; transition: background 0.2s, transform 0.2s, box-shadow 0.2s; white-space: nowrap; flex-shrink: 0; }
    .nav-cta:hover { background: #d13a54; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(233,69,96,0.3); }
    .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; }
    .hamburger span { display: block; width: 24px; height: 2px; background: #e0e6ed; border-radius: 2px; transition: 0.3s; }
    .nav.scrolled .hamburger span { background: #0d1b2a; }
    .mobile-menu { display: none; position: fixed; inset: 0; background: #0d1b2a; z-index: 999; flex-direction: column; align-items: center; justify-content: center; gap: 28px; }
    .mobile-menu.open { display: flex; }
    .mobile-menu a { color: white; text-decoration: none; font-size: 22px; font-weight: 600; }
    .mobile-menu a:hover { color: #00d4aa; }

    /* Scroll chevron */
    @keyframes chevron-bounce { 0%,100%{transform:translateY(0)} 50%{transform:translateY(8px)} }
    .scroll-cue { position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 6px; cursor: pointer; z-index: 3; }
    .scroll-cue span { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.35); font-weight: 600; }
    .scroll-cue svg { width: 20px; height: 20px; stroke: rgba(0,212,170,0.6); fill: none; stroke-width: 2; animation: chevron-bounce 2.2s ease-in-out infinite; }

    /* Sections */
    section { position: relative; }
    .section-dark { background: #0d1b2a; }
    .section-slate { background: #1b2838; }
    .section-light { background: #f7f9fc; color: #0d1b2a; }
    .section-white { background: #ffffff; color: #0d1b2a; }
    .container { max-width: 1200px; margin: 0 auto; padding: 0 5vw; }
    .section-pad { padding: 100px 0; }

    .label { font-size: 12px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #00d4aa; margin-bottom: 16px; }
    .label-dark { color: #00d4aa; }
    .h2 { font-size: clamp(32px, 4vw, 52px); font-weight: 800; line-height: 1.1; }
    .h2-dark { color: #0d1b2a; }
    .lead { font-size: 18px; line-height: 1.7; max-width: 600px; }
    .lead-dark { color: #4a5568; }

    /* Hero */
    .hero { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
    .hero-split { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; padding: 100px 5vw 80px; width: 100%; display: grid; grid-template-columns: 55fr 45fr; gap: 64px; align-items: center; min-height: 100vh; }
    .hero-left { display: flex; flex-direction: column; justify-content: center; }
    .hero-right { position: relative; display: flex; align-items: center; justify-content: center; }
    .hero-canvas-wrap { position: relative; width: 100%; aspect-ratio: 1; border-radius: 50%; overflow: hidden; border: 1px solid rgba(0,212,170,0.15); box-shadow: 0 0 80px rgba(0,212,170,0.08), inset 0 0 60px rgba(0,212,170,0.04); }
    .hero-canvas { position: absolute; inset: 0; width: 100% !important; height: 100% !important; }
    .hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; background: rgba(0,212,170,0.08); border: 1px solid rgba(0,212,170,0.2); border-radius: 100px; padding: 7px 18px; margin-bottom: 28px; width: fit-content; }
    .hero-eyebrow span { font-size: 11px; font-weight: 700; color: #00d4aa; letter-spacing: 0.18em; text-transform: uppercase; }
    .hero-dot { width: 6px; height: 6px; border-radius: 50%; background: #00d4aa; animation: pulse-dot 2s ease-in-out infinite; flex-shrink: 0; }
    @keyframes pulse-dot { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.4;transform:scale(1.5)} }
    .hero-h1 { font-size: clamp(36px, 3.8vw, 62px); font-weight: 900; line-height: 1.08; color: white; margin-bottom: 24px; }
    .hero-h1 em { color: #00d4aa; font-style: normal; }
    .hero-sub { font-size: clamp(16px, 1.3vw, 18px); line-height: 1.75; color: #8a9bb0; margin-bottom: 44px; font-weight: 400; }
    .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
    .btn-primary { background: #e94560; color: white; padding: 15px 32px; border-radius: 10px; font-size: 16px; font-weight: 700; text-decoration: none; transition: all 0.2s; display: inline-block; border: none; cursor: pointer; font-family: 'Outfit', sans-serif; }
    .btn-primary:hover { background: #d13a54; transform: translateY(-2px); box-shadow: 0 12px 32px rgba(233,69,96,0.35); }
    .btn-outline { border: 1.5px solid rgba(0,212,170,0.45); color: #00d4aa; padding: 15px 32px; border-radius: 10px; font-size: 16px; font-weight: 600; text-decoration: none; transition: all 0.2s; display: inline-block; }
    .btn-outline:hover { background: rgba(0,212,170,0.08); border-color: #00d4aa; }
    .hero-tools { display: flex; gap: 12px; flex-wrap: wrap; }
    .hero-tool { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 6px; padding: 6px 14px; font-size: 13px; color: #8a9bb0; font-weight: 500; }
    @media (max-width: 900px) {
      .hero-split { grid-template-columns: 1fr; padding-top: 120px; min-height: unset; }
      .hero-right { display: none; }
    }

    /* Stats */
    .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,0.06); border-radius: 16px; overflow: hidden; }
    .stat-item { background: #1b2838; padding: 44px 36px; text-align: center; }
    .stat-num { font-size: clamp(40px, 4vw, 60px); font-weight: 900; color: #00d4aa; line-height: 1; margin-bottom: 8px; }
    .stat-label { font-size: 14px; color: #8a9bb0; font-weight: 500; line-height: 1.4; }

    /* Services (Neuro Cards) */
    .neuro-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }
    .neuro-card { background: #1b2838; border-radius: 12px; padding: 32px 28px; border: 1px solid rgba(255,255,255,0.07); position: relative; transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s; overflow: hidden; }
    .neuro-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: #00d4aa; transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
    .neuro-card:hover { transform: translateY(-5px); border-color: rgba(0,212,170,0.25); box-shadow: 0 16px 40px rgba(0,0,0,0.25); }
    .neuro-card:hover::before { transform: scaleX(1); }
    .neuro-icon { width: 48px; height: 48px; border-radius: 12px; background: rgba(0,212,170,0.1); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
    .neuro-icon svg { width: 22px; height: 22px; stroke: #00d4aa; fill: none; stroke-width: 1.8; }
    .neuro-tag-label { font-size: 10px; font-weight: 800; letter-spacing: 0.14em; color: #00d4aa; text-transform: uppercase; margin-bottom: 6px; }
    .neuro-card h3 { font-size: 17px; font-weight: 800; color: white; margin-bottom: 10px; line-height: 1.3; }
    .neuro-card p { font-size: 14px; line-height: 1.65; color: #8a9bb0; }
    .neuro-badge { position: absolute; top: 16px; right: 16px; background: rgba(0,212,170,0.15); border: 1px solid rgba(0,212,170,0.35); border-radius: 100px; padding: 3px 10px; font-size: 10px; font-weight: 700; color: #00d4aa; letter-spacing: 0.06em; }
    @media (max-width: 900px) { .neuro-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 560px) { .neuro-grid { grid-template-columns: 1fr; } }

    /* Tools */
    .tech-scroll { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 56px; }
    .tech-item { background: white; border-radius: 14px; padding: 28px 24px; text-align: center; border: 1px solid #e8edf3; box-shadow: 0 4px 16px rgba(0,0,0,0.04); transition: transform 0.3s, box-shadow 0.3s; display: flex; flex-direction: column; align-items: center; }
    .tech-item:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.08); }
    .tech-circle { width: 64px; height: 64px; border-radius: 50%; border: 2px solid rgba(0,212,170,0.4); background: rgba(0,212,170,0.05); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; transition: border-color 0.3s, background 0.3s; }
    .tech-item:hover .tech-circle { border-color: #00d4aa; background: rgba(0,212,170,0.1); }
    .tech-circle svg { width: 26px; height: 26px; stroke: #00d4aa; fill: none; stroke-width: 1.8; }
    .tech-item h3 { font-size: 15px; font-weight: 800; color: #0d1b2a; margin-bottom: 8px; line-height: 1.3; }
    .tech-item p { font-size: 13px; line-height: 1.6; color: #4a5568; }
    .tech-equipment { width: 100%; aspect-ratio: 16/7; border-radius: 14px; background: #1b2838; display: flex; align-items: center; justify-content: center; margin-top: 48px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,0.06); }
    @media (max-width: 1000px) { .tech-scroll { grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 680px) { .tech-scroll { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 420px) { .tech-scroll { grid-template-columns: 1fr; } }

    /* Process */
    .process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 64px; position: relative; }
    .process-steps::before { content:''; position:absolute; top: 44px; left: calc(12.5% + 20px); right: calc(12.5% + 20px); height: 1px; background: linear-gradient(90deg, #00d4aa, rgba(0,212,170,0.2), #00d4aa, rgba(0,212,170,0.2)); }
    .process-step { text-align: center; padding: 0 20px; }
    .step-circle { width: 88px; height: 88px; border-radius: 50%; border: 2px solid #00d4aa; display: flex; align-items: center; justify-content: center; margin: 0 auto 28px; background: white; position: relative; z-index: 1; }
    .step-num { font-size: 28px; font-weight: 900; color: #00d4aa; }
    .process-step h3 { font-size: 18px; font-weight: 700; color: #0d1b2a; margin-bottom: 10px; }
    .process-step p { font-size: 14px; line-height: 1.65; color: #4a5568; }

    /* About */
    .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
    .about-visual { aspect-ratio: 4/5; border-radius: 16px; background: #1b2838; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .about-visual-inner { font-size: 13px; color: #4a5568; text-align: center; font-family: monospace; }
    .about-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
    .about-tag { background: rgba(0,212,170,0.1); border: 1px solid rgba(0,212,170,0.2); border-radius: 100px; padding: 6px 18px; font-size: 13px; font-weight: 600; color: #00d4aa; }
    .about-text h2 { font-size: clamp(28px, 3vw, 44px); font-weight: 800; line-height: 1.15; color: white; margin-bottom: 24px; }
    .about-text p { font-size: 17px; line-height: 1.75; color: #8a9bb0; margin-bottom: 20px; }
    .professor-card { background: rgba(0,212,170,0.06); border: 1px solid rgba(0,212,170,0.2); border-radius: 12px; padding: 20px 24px; margin-top: 28px; display: flex; align-items: center; gap: 16px; }
    .professor-avatar { width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(135deg, #00d4aa, #0099ff); display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 800; color: #0d1b2a; flex-shrink: 0; }
    .professor-info h4 { font-size: 16px; font-weight: 700; color: white; }
    .professor-info p { font-size: 13px; color: #00d4aa; }

    /* Training */
    .training-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
    .training-card { background: #1b2838; border-radius: 12px; padding: 36px; border: 1px solid rgba(255,255,255,0.06); transition: border-color 0.3s; }
    .training-card:hover { border-color: rgba(0,212,170,0.3); }
    .training-level { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #00d4aa; margin-bottom: 12px; }
    .training-card h3 { font-size: 20px; font-weight: 700; color: white; margin-bottom: 12px; }
    .training-card p { font-size: 15px; line-height: 1.65; color: #8a9bb0; margin-bottom: 24px; }
    .training-meta { display: flex; gap: 16px; }
    .training-meta span { font-size: 13px; color: #4a5568; font-weight: 500; }
    .training-meta strong { color: #8a9bb0; }

    /* Contact */
    .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
    .contact-form { display: flex; flex-direction: column; gap: 16px; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .form-field { display: flex; flex-direction: column; gap: 8px; }
    .form-field label { font-size: 13px; font-weight: 600; color: #4a5568; letter-spacing: 0.04em; }
    .form-field input, .form-field textarea, .form-field select { background: white; border: 1.5px solid #e2e8f0; border-radius: 8px; padding: 12px 16px; font-size: 15px; font-family: 'Outfit', sans-serif; color: #0d1b2a; transition: border-color 0.2s, box-shadow 0.2s; outline: none; }
    .form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: #00d4aa; box-shadow: 0 0 0 3px rgba(0,212,170,0.12); }
    .form-field textarea { resize: vertical; min-height: 120px; }
    .contact-info h3 { font-size: 28px; font-weight: 800; color: #0d1b2a; margin-bottom: 16px; }
    .contact-info p { font-size: 17px; line-height: 1.7; color: #4a5568; margin-bottom: 36px; }
    .contact-details { display: flex; flex-direction: column; gap: 20px; }
    .contact-detail { display: flex; align-items: flex-start; gap: 14px; }
    .contact-detail-icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(0,212,170,0.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .contact-detail-icon svg { width: 18px; height: 18px; stroke: #00d4aa; fill: none; stroke-width: 2; }
    .contact-detail h4 { font-size: 14px; font-weight: 700; color: #0d1b2a; margin-bottom: 2px; }
    .contact-detail p { font-size: 15px; color: #4a5568; }

    /* Footer */
    .footer { background: #080f17; padding: 64px 0 32px; }
    .footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 56px; }
    .footer-brand p { font-size: 15px; line-height: 1.7; color: #4a5568; margin-top: 16px; max-width: 280px; }
    .footer-col h4 { font-size: 13px; font-weight: 700; color: white; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 20px; }
    .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .footer-col ul li a { font-size: 14px; color: #4a5568; text-decoration: none; transition: color 0.2s; }
    .footer-col ul li a:hover { color: #00d4aa; }
    .footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 28px; display: flex; justify-content: space-between; align-items: center; }
    .footer-bottom p { font-size: 13px; color: #4a5568; }

    /* Divider */
    .teal-divider { height: 1px; background: linear-gradient(90deg, transparent, rgba(0,212,170,0.3), transparent); }

    /* EEG viz */
    .eeg-canvas { display: block; }

    /* Heatmap placeholder */
    .heatmap-placeholder { width: 100%; aspect-ratio: 16/9; border-radius: 10px; overflow: hidden; position: relative; background: #0d1b2a; }

    /* Responsive */
    @media (max-width: 900px) {
      .nav-inner { height: 56px; }
      .nav-links, .nav-cta { display: none; }
      .hamburger { display: flex; }
      .stats-grid { grid-template-columns: repeat(2, 1fr); }
      .neuro-grid { grid-template-columns: repeat(2, 1fr); }
      .process-steps { grid-template-columns: 1fr 1fr; gap: 40px; }
      .process-steps::before { display: none; }
      .about-grid { grid-template-columns: 1fr; }
      .about-visual { display: none; }
      .contact-grid { grid-template-columns: 1fr; }
      .footer-top { grid-template-columns: 1fr 1fr; }
      .form-row { grid-template-columns: 1fr; }
      #danismanlik .container > div { grid-template-columns: 1fr !important; }
      #lab .container > div { grid-template-columns: 1fr !important; }
    }
    @media (max-width: 560px) {
      .stats-grid { grid-template-columns: 1fr 1fr; }
      .tech-scroll { grid-template-columns: 1fr; }
      .neuro-grid { grid-template-columns: 1fr; }
      .process-steps { grid-template-columns: 1fr; }
      #danismanlik .container > div { grid-template-columns: 1fr !important; }
      #egitim .container > div:first-of-type { grid-template-columns: 1fr !important; }
      footer > div > div:first-child { grid-template-columns: 1fr !important; }
    }
  

/* ── Footer link helper ──────────────────────────────── */
.footer-link { font-size: 14px; color: #4a5568; text-decoration: none; transition: color 0.2s; }
.footer-link:hover { color: #00d4aa; }

/* ── Nav active link ─────────────────────────────────── */
.nav-links a.active { color: #00d4aa; }

/* ── Mobile footer ───────────────────────────────────── */
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr !important; }
  .why-grid, .platforms-grid, .services-grid, .programs-grid, .deliverables-grid, .faq-grid, .values-grid, .teaser-grid { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr !important; }
  .why-grid, .platforms-grid, .services-grid, .programs-grid, .deliverables-grid, .faq-grid, .values-grid, .teaser-grid { grid-template-columns: 1fr !important; }
}

/* ── Generic content section helpers ─────────────────── */
.content-section { padding: 100px 0; }
.content-section.dark { background: #0d1b2a; color: white; }
.content-section.slate { background: #1b2838; color: white; }
.content-section.light { background: #f7f9fc; color: #0d1b2a; }
.content-section.white { background: white; color: #0d1b2a; }

/* Two-column layout */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 48px; } }

/* Section eyebrow */
.eyebrow { display: inline-flex; align-items: center; gap: 10px; background: rgba(0,212,170,0.08); border: 1px solid rgba(0,212,170,0.2); border-radius: 100px; padding: 6px 16px; margin-bottom: 24px; }
.eyebrow span { font-size: 11px; font-weight: 700; color: #00d4aa; letter-spacing: 0.16em; text-transform: uppercase; }
.eyebrow .dot { width: 5px; height: 5px; border-radius: 50%; background: #00d4aa; animation: pulse-dot 2s ease-in-out infinite; }

/* Tile card (used on landing teaser cards) */
.tile-card { background: #1b2838; border-radius: 14px; padding: 36px 32px; border: 1px solid rgba(255,255,255,0.07); transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s; display: flex; flex-direction: column; height: 100%; }
.tile-card:hover { transform: translateY(-4px); border-color: rgba(0,212,170,0.3); box-shadow: 0 16px 40px rgba(0,0,0,0.25); }
.tile-card .tile-icon { width: 52px; height: 52px; border-radius: 12px; background: rgba(0,212,170,0.1); display: flex; align-items: center; justify-content: center; margin-bottom: 24px; }
.tile-card .tile-icon svg { width: 24px; height: 24px; stroke: #00d4aa; fill: none; stroke-width: 1.8; }
.tile-card h3 { font-size: 22px; font-weight: 800; color: white; margin-bottom: 12px; line-height: 1.25; }
.tile-card p { font-size: 15px; line-height: 1.7; color: #8a9bb0; margin-bottom: 24px; flex: 1; }
.tile-card .tile-link { font-size: 14px; font-weight: 700; color: #00d4aa; text-decoration: none; letter-spacing: 0.04em; display: inline-flex; align-items: center; gap: 6px; transition: gap 0.2s; }
.tile-card .tile-link:hover { gap: 10px; }

.tile-card.light { background: white; border: 1px solid #e8edf3; box-shadow: 0 4px 24px rgba(0,0,0,0.04); }
.tile-card.light h3 { color: #0d1b2a; }
.tile-card.light p { color: #4a5568; }
.tile-card.light:hover { border-color: rgba(0,212,170,0.3); box-shadow: 0 16px 40px rgba(0,0,0,0.1); }

/* Outline button for light backgrounds */
.btn-outline-dark { display: inline-flex; align-items: center; padding: 14px 28px; border-radius: 8px; border: 1.5px solid #0d1b2a; color: #0d1b2a; background: transparent; font-size: 14px; font-weight: 700; letter-spacing: 0.04em; text-decoration: none; transition: all 0.2s; cursor: pointer; }
.btn-outline-dark:hover { background: #0d1b2a; color: white; }

/* Dark variant of process steps (slate background) */
.process-dark::before { background: linear-gradient(90deg, #00d4aa, rgba(0,212,170,0.2)) !important; }
.process-dark .step-circle { background: #0d1b2a !important; }
