#particles-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body { overflow-x: hidden; }
.hero-overlay {
  position: absolute; inset: 0; z-index: 2;
  display:flex; align-items:center; justify-content:center;
  flex-direction:column; text-align:center;
  padding: clamp(16px, 4vw, 48px);
}

:root{ 
  --bg:#ffff; --fg:#ffff; --muted:#0b0c0f; --card:#121318; --accent:#4acfd1; --accent-2:#c78fd6; --line:#1b1c22;
  --radius:18px; --shadow:0 10px 30px rgba(0,0,0,.45);
}
body{background:var(--bg);color:var(--fg);font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;line-height:1.55}
a{color:inherit}
.container{width:min(1200px,92%);margin-inline:auto}

/* ===== Full-bleed hero banner ===== */
.hero{padding:0; border-bottom:1px solid var(--line)}
.hero-banner{position:relative}
.hero-media{position:relative; width:100%; aspect-ratio: 2 / 1; overflow:hidden; background:#0e1117}
@media (max-width: 940px){ .hero-media{aspect-ratio: 13 / 15} }

.hero-media picture, .hero-media img{
  width:100%; height:100%; display:block; object-fit:cover;
}
@media (max-width: 640px){
  .hero-ctas{ gap:8px; }
  .hero-ctas .btn{
    flex: 0 0 auto;         /* no stretching */
    white-space: nowrap;    /* keep label on one line */
    padding: 10px 14px;     /* slightly tighter */
    font-size: clamp(.9rem, 3.2vw, 1rem);
  }
}

/* Optional: extra-tight for very narrow devices */
@media (max-width: 360px){
  .hero-ctas .btn{
    padding: 8px 12px;
    font-size: .9rem;
  }
}
.hero-overlay{
  position:absolute; inset:0;
  display:grid; place-items:center;
  padding:clamp(16px,3vw,40px);
  background: linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.28)); /* subtle legibility veil */
}
.hero-title{
  text-align:center;
  font-size:clamp(32px,4.2vw,64px);
  line-height:1.05;
  letter-spacing:.2px;
  text-shadow:0 2px 18px rgba(0,0,0,.35);
}
.hero-ctas{
  position:absolute; bottom:clamp(16px,3vw,40px);
  display:flex; gap:12px; flex-wrap:wrap;
 
}
.container.reveal.blurb {
 text-align: center;
}
.hero-ctas .btn.primary {
background-color: #3d4e6f;
}
.hero-ctas .btn.ghost {
background-color: #ffffff;
color: #0b0c0f;
}
/* Buttons (kept from your prior style) */
.btn{
  display:inline-flex;align-items:center;gap:10px; padding:12px 18px; border-radius:12px; text-decoration:none; font-weight:700;
  border:1px solid #23242b; background:#15171d; transition:transform .08s ease, border-color .2s ease, background .2s ease;
}

.btn:hover{transform:translateY(-1px); border-color:#2e3038; background-color: #3d4e6f; color: #ffffff;}
.btn.primary{background:linear-gradient(180deg, rgba(74,207,209,.20), rgba(74,207,209,.12)); border-color:rgba(74,207,209,.45)}
.btn.primary:hover{background:linear-gradient(180deg, rgba(74,207,209,.28), rgba(74,207,209,.14))}
.btn.ghost{background:#111319}

/* Sections */
section{padding:48px 0; border-bottom:1px solid var(--line)}
h2{font-size:clamp(22px,2.4vw,34px);margin-bottom:10px;text-align: center;color: #0b0c0f;}
.muted{color:var(--muted)}
.grid{display:grid; gap:16px}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-2{grid-template-columns:repeat(2,1fr)}
@media (max-width: 940px){.grid-3,.grid-2{grid-template-columns:1fr}}
.card{background:var(--card); border:1px solid var(--line); border-radius:var(--radius); padding:18px; box-shadow:var(--shadow)}
.card h3{font-size:1.1rem;margin-bottom:6px; text-align: center;}
.card p{color:#e6e6e6;text-align: center;}
.list{display:grid; gap:8px; margin-top:8px}
.list li{list-style:none; display:flex; gap:10px; align-items:flex-start}
.bullet{width:9px;height:9px;border-radius:50%;background:var(--accent);margin-top:6px;flex:0 0 9px}



/* Footer */
footer{padding:28px 0;color:#0b0c0f}
.foot-cols{display:flex;gap:20px;flex-wrap:wrap;justify-content:space-between;align-items:center}
.foot-cols a{color:#0b0c0f;text-decoration:none}
.foot-cols a:hover{color:var(--accent)}
.sep{height:1px;background:var(--line);margin:22px 0}

/* reveal-on-scroll */
.reveal{opacity:0;transform:translateY(8px);transition:opacity .5s ease, transform .5s ease}
.reveal.show{opacity:1;transform:translateY(0)}

/* Steps */
.steps{display:grid;gap:14px;grid-template-columns:repeat(3,1fr)}
@media (max-width: 940px){.steps{grid-template-columns:1fr}}
.step{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:16px; text-align: center;}
.step .num{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#141722;border:1px solid var(--line);margin-bottom:8px}
/* ===== Footer ===== */
.site-footer{
  margin-top: 48px;
  background: linear-gradient(180deg, #3d4e6f 0%, #1b2f53 100%);
  color: #e9eef6;
  position: relative;
  overflow: hidden;
}

.site-footer a{ color: #e9eef6; text-decoration: none; }
.site-footer a:hover{ color: #8edbff; }

.footer-inner{
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 20px 28px;
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr;               /* mobile: stack */
}

.footer-col h4{
  margin: 0 0 10px;
  font-size: 16px;
  letter-spacing: .3px;
  color: #cfe0f5;
}

.footer-col ul{ list-style: none; padding: 0; margin: 0; }
.footer-col li{ margin: 8px 0; }

.footer-brand{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-logo{
  height: 36px;
  width: auto;
  filter: drop-shadow(0 0 0 transparent);  /* keep crisp on dark bg */
}

.footer-tagline{
  margin: 0;
  color: #c9d6ea;
  font-size: 14px;
}

.btn.footer-cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 10px;
  background: #00d5ff;
  color: #0b233f;
  font-weight: 600;
  margin-top: 4px;
}
.btn.footer-cta:hover{ background: #8edbff; color:#04203a; }

.footer-notes{
  color: #c9d6ea;
  font-size: 14px;
}

.footer-bottom{
  border-top: 1px solid rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 14px 20px 22px;
  font-size: 14px;
  color: #c9d6ea;
}

.footer-bottom a{ color: #cfe0f5; }
.footer-bottom a:hover{ color: #8edbff; }

.bottom-right{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.workflow-cards .card{
  background: #2e3b57;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
}

/* Larger screens: 4 columns */
@media (min-width: 900px){
  .footer-inner{
    grid-template-columns: 1.2fr .8fr .8fr .8fr;
    align-items: start;
  }
}

/* Reduce motion preference */
@media (prefers-reduced-motion: reduce){
  .btn.footer-cta{ transition: none; }
}
/* Mobile slider for "Built for critical workflows" */
@media (max-width: 768px){
  .workflow-cards{
    display: flex !important;          /* override grid on mobile */
    gap: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
    scroll-snap-type: x mandatory;
    padding: 8px 16px 16px;
    margin: 0 -16px;                   /* edge-to-edge look */
  }

  .workflow-cards .card{
    flex: 0 0 85%;                     /* show ~1 card with a peek of next */
    scroll-snap-align: start;
    border-radius: 12px;
    /* optional elevation polish */
    box-shadow: 0 6px 16px rgba(0,0,0,.15);
    background-color: #3d4e6f;
  }

  /* Hide scrollbars (optional) */
  .workflow-cards{
    scrollbar-width: none;             /* Firefox */
  }
  .workflow-cards::-webkit-scrollbar{  /* WebKit */
    display: none;
  }
}

/* Desktop/tablet keep your normal grid */
@media (min-width: 769px){
  .workflow-cards{
    display: grid;                     /* keep your existing grid layout */
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 16px;
    overflow: visible;
    padding: 0;
    margin: 0;
    
  }
}
@media (max-width: 768px){
  .workflow-nav{
    display:flex; justify-content:flex-end; gap:8px; margin:6px 8px 0;

  }
  .workflow-btn{
    width:36px; height:36px; border-radius:50%;
    border:1px solid rgba(255,255,255,.25);
    background: rgba(0,0,0,.4);
    color:#fff; font-size:18px; line-height:1;
    display:inline-flex; align-items:center; justify-content:center;
  }
  .workflow-btn:active{ transform: scale(.98); }
}
