/* --- Mobile hamburger nav and chat demo size fixes (appended for context safety) --- */
@media (max-width: 700px) {
  .nav__links--mobile {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    display: none;
    background: rgba(7,11,22,0.98);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    padding: 10px 0 10px 12px;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
  }
  .nav.open .nav__links--mobile {
    display: flex;
  }
  .nav__menu {
    display: block;
    margin-left: auto;
    z-index: 101;
  }
  .hero__demo {
    max-width: 98vw;
    padding: 6px 2px;
    gap: 4px;
  }
  .hero__demo-label {
    font-size: 1rem;
    padding: 2px 0;
  }
  .hero__demo-input-field {
    font-size: 1rem;
    min-height: 38px;
    padding: 10px 10px;
  }
  .hero__demo-output {
    font-size: 0.95rem;
    padding: 8px 8px;
  }
  .hero__chat {
    max-height: 140px;
    font-size: 0.98rem;
    gap: 4px;
  }
  .hero__message {
    font-size: 1rem;
    padding: 7px 8px;
  }
  .hero__chat-container {
    padding: 8px 6px;
    gap: 4px;
  }
}
/* ============================
   LoomX — Site Theme (final)
   ============================ */
:root{
  --blue:#00a8f1;
  --blue-2:#00b2f3;
  --deep:#1500c1;
  --cyan:#00ffff;
  --ink:#e8f2ff;
  --muted:#b7c7de;
  --text:#cfe1fb;
  --bg:#070b16;
  --bg-2:#0b1224;
  --card:#0e1428;
  --radius:18px;
  --shadow-sm:0 8px 18px rgba(0,0,0,.2);
  --shadow-md:0 14px 30px rgba(0,0,0,.28);
  --shadow-lg:0 24px 60px rgba(0,0,0,.35);
}

*{box-sizing:border-box}
html,body{margin:0;overflow-x:hidden;}
body{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;
  color:var(--text);
  background: linear-gradient(180deg, var(--bg), #050812 60%, #03060d 100%);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
a{color:var(--ink);text-decoration:none}
a:hover{opacity:.95}

/* Skip link */
.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip-link:focus{left:12px;top:10px;width:auto;height:auto;background:#000;color:#fff;padding:8px 12px;border-radius:10px;z-index:9999}

/* NAV */
.nav{position:sticky;top:0;z-index:50;background:rgba(7,11,22,.6);backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid rgba(255,255,255,.06)}
.nav__inner{display:flex;align-items:center;justify-content:space-between;padding:16px clamp(16px,4vw,48px)}
.nav__left{display:flex;align-items:center;gap:12px}
.nav__logo{height:34px;filter:drop-shadow(0 6px 14px rgba(0,0,0,.35))}
.nav__brand{color:#e9f3ff;font-weight:800;letter-spacing:.04em}
.nav__links{display:flex;gap:18px;align-items:center}

/* Hide mobile nav links by default, show only when nav.open on mobile */
@media (max-width: 700px) {
  .nav__links--mobile {
    display: none;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    background: rgba(7,11,22,0.98);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    padding: 10px 0 10px 12px;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
  }
  .nav.open .nav__links--mobile {
    display: flex;
  }
  .nav__menu {
    display: block;
    margin-left: auto;
    z-index: 101;
  }
}
.nav__links a{opacity:.95}

/* Highlight the active nav link when its section is in view */
.nav__links a.active {
  color: var(--cyan);
  border-bottom: 2px solid var(--cyan);
}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:10px 16px;font-weight:700;border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow-sm);transition:transform .2s ease, box-shadow .2s ease, filter .2s ease}
.btn--sm{padding:8px 12px}
.btn--lg{padding:12px 18px}
.btn{background:linear-gradient(180deg, var(--blue-2), var(--deep));color:#fff}
.btn:hover{transform:translateY(-1px);filter:brightness(1.05);box-shadow:var(--shadow-md)}
.btn--ghost{background:transparent;border-color:rgba(255,255,255,.18);color:var(--ink)}
.nav__menu{display:none;position:relative;width:42px;height:38px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:transparent}
.nav__menu span{position:absolute;left:10px;right:10px;height:2px;background:#e9f3ff;border-radius:2px}
.nav__menu span:nth-child(1){top:11px}
.nav__menu span:nth-child(2){top:18px}
.nav__menu span:nth-child(3){top:25px}

/* HERO */
.hero{position:relative;overflow:hidden;background:
  radial-gradient(700px 350px at 80% -10%, rgba(0,255,255,.18), transparent 60%),
  radial-gradient(500px 300px at 20% 10%, rgba(0,168,241,.14), transparent 60%);}
.hero__inner{padding: clamp(48px, 12vw, 120px) clamp(18px, 6vw, 80px) clamp(20px, 8vw, 80px);text-align:center}
.hero__title{font-size: clamp(34px, 6vw, 66px);margin:0 0 8px;font-weight:800;letter-spacing:-.02em;background:linear-gradient(180deg,#fff,#d6ecff);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 8px 42px rgba(0,168,241,.35)}
.hero__subtitle{max-width:920px;margin:8px auto 18px;font-size: clamp(16px, 2.2vw, 20px);opacity:.95}
.hero__ctas{display:flex;gap:12px;justify-content:center;margin-top:6px}
.hero__badges{list-style:none;display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin:18px 0 0;padding:0}
.hero__badges li{border:1px solid rgba(255,255,255,.12);background:rgba(12,18,36,.55);backdrop-filter:blur(6px);padding:8px 12px;border-radius:999px;color:#d7e9ff}

/* Hero demo */
/* Hero demo */
.hero__demo {
  max-width: 860px;
  margin: 14px auto 0;
  display: grid;
  gap: 10px;
  justify-items: center;
}
.hero__demo-label {
  font-weight: 600;
  color: #e8f3ff;
  opacity: .95;
}
/* Input field for interactive demo */
.hero__demo-input-field {
  width: 100%;
  padding: 16px 18px;
  /* Increase font size for a more premium feel */
  font-size: 16px;
  /* Use a darker background distinct from the chat bubbles */
  background: rgba(12, 20, 44, 0.85);
  backdrop-filter: blur(6px);
  /* Brighter border and subtle glow to attract user attention */
  border: 2px solid rgba(0, 168, 241, 0.7);
  border-radius: 16px;
  box-shadow: 0 0 0 3px rgba(0, 168, 241, 0.4), var(--shadow-sm);
  color: #eaf3ff;
  min-height: 56px;
  /* Subtle pulsing border animation to draw attention */
  animation: pulse-border 3s infinite;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.hero__demo-input-field::placeholder {
  color: #7fa9ce;
}
/* Output preview for interactive demo */
.hero__demo-output {
  width: 100%;
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 12px 14px;
  background: rgba(12, 18, 36, .45);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 12px;
  color: #e9f3ff;
  font-size: 16px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.hero__demo-output .cursor {
  animation: blink 1.2s steps(2, start) infinite;
}
/* Chat container within hero demo */
.hero__chat {
  width: 100%;
  max-height: 260px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-right: 4px;
}
.hero__message {
  max-width: 80%;
  padding: 10px 12px;
  border-radius: 14px;
  /* Improve readability with larger text and line height */
  /* Larger high-tech type to improve readability */
  font-size: 18px;
  line-height: 1.6;
  word-wrap: break-word;
  text-align: left;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.hero__message--user {
  align-self: flex-end;
  background: linear-gradient(180deg, var(--blue-2), var(--deep));
  color: #fff;
  border-bottom-right-radius: 4px;
}
.hero__message--agent {
  align-self: flex-start;
  /* Agent messages have a deeper translucent background for an AI feel */
  background: rgba(10, 18, 36, 0.8);
  border: none;
  backdrop-filter: blur(4px);
  color: #cfe5ff;
  border-bottom-left-radius: 4px;
  text-align: left;
}
@keyframes blink{to{visibility:hidden}}

/* Reveal animation for sections when they enter the viewport */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease-out, transform .7s ease-out;
}
.reveal.reveal--visible {
  opacity: 1;
  transform: none;
}

/* Pulse animation for the input border to attract users' attention */
@keyframes pulse-border {
  0% {
    border-color: rgba(255, 255, 255, .12);
  }
  50% {
    border-color: rgba(255, 255, 255, .28);
  }
  100% {
    border-color: rgba(255, 255, 255, .12);
  }
}

/* Chat container styling to give the feel of an embedded assistant */
.hero__chat-container {
  width: 100%;
  /* Subtle translucent panel reminiscent of an AI chat interface */
  background: rgba(5, 10, 22, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  padding: 14px 16px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,.3);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Ensure hidden chat container does not take space */
.hero__chat-container[hidden] {
  display: none !important;
}

/* Suggestions for default demo tasks */
.hero__suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}
.hero__suggestion {
  cursor: pointer;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 12px;
  background: rgba(12, 20, 44, 0.85);;
  color: #fff;
  font-size: 14px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  backdrop-filter: blur(4px);
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.hero__suggestion:hover {
  background:linear-gradient(180deg, var(--blue-2), var(--deep));
  color: #d0e6ff;
  border-color: rgba(255, 255, 255, .2);
}

/* Link styling inside chat messages (call to action) */
.demo-link {
  color: var(--blue-2);
  text-decoration: underline;
}

/* Redesigned diagram for the 'What we do' section */
.diagram {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 14px;
  padding: 18px;
  flex-wrap: wrap;
}
.diagram__step {
  flex: 1;
  text-align: center;
  background: linear-gradient(180deg, rgba(14,20,40,.9), rgba(8,12,24,.92));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 16px;
  box-shadow: var(--shadow-sm);
  min-width: 140px;
}
.diagram__icon {
  font-size: 32px;
  margin-bottom: 6px;
  display: block;
}
.diagram__title {
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 700;
  color: #eaf3ff;
}
.diagram__meta {
  margin: 0;
  font-size: 14px;
  color: #a5c8f5;
}
.diagram__arrow {
  align-self: center;
  font-size: 26px;
  color: var(--cyan);
  padding: 0 6px;
}
.diagram__result {
  margin-top: 12px;
  font-size: 15px;
  color: #9bbdf2;
}
@media (max-width: 700px) {
  .diagram {
    flex-direction: column;
    gap: 12px;
  }
  .diagram__arrow {
    transform: rotate(90deg);
    font-size: 22px;
  }
}

/* Heading displayed above example buttons in the hero demo suggestions */
.hero__suggestions-heading {
  width: 100%;
  margin-bottom: 4px;
  font-size: 14px;
  color: #8fb4e6;
  opacity: .9;
}

/* Container for the input bar at the bottom of the chat */
.hero__chat-input {
  width: 100%;
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
/* Ensure the input inside the chat stretches to fill the space */
.hero__chat-input .hero__demo-input-field {
  flex-grow: 1;
}

/* Rounded send button next to the input */
.hero__send-btn {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(180deg, var(--blue-2), var(--deep));
  color: #fff;
  font-weight: 700;
  font-size: 18px; /* for glyph fallback */
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  pointer-events: auto;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.hero__send-btn svg { width: 20px; height: 20px; display: block; }
.hero__send-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: var(--shadow-md);
}
.hero__send-btn:active { transform: translateY(0); }
.hero__send-btn:disabled { opacity: .6; cursor: not-allowed; }

@media (max-width: 700px) {
  .hero__send-btn {
    width: 42px;
    height: 42px;
    min-width: 42px;
    font-size: 16px; /* for glyph fallback */
  }
  .hero__send-btn svg { width: 18px; height: 18px; }
}

/* Toggle */
.tooltip{position:relative}
.tooltip::after{
  content: attr(data-tip);
  position:absolute;bottom:125%;left:50%;transform:translateX(-50%);
  background:#0a1124;color:#dce9ff;border:1px solid rgba(255,255,255,.14);
  padding:6px 8px;border-radius:8px;white-space:nowrap;
  font-size:.85rem;opacity:0;pointer-events:none;transition:.2s;box-shadow:var(--shadow-sm);
}
.tooltip:hover::after{opacity:1}
.hero__toggle{list-style:none}
.toggle{position:relative;display:inline-block;width:64px;height:30px}
.toggle input{opacity:0;width:0;height:0}
.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;
  background:linear-gradient(180deg,var(--blue-2),var(--deep));
  border-radius:30px;transition:.3s}
.slider:before{position:absolute;content:"";height:24px;width:24px;left:3px;bottom:3px;
  background:white;border-radius:50%;transition:.3s}
.toggle input:checked + .slider:before{transform:translateX(34px)}
.labels{position:absolute;width:100%;top:50%;left:0;transform:translateY(-50%);
  display:flex;justify-content:space-between;padding:0 8px;font-size:.75rem;color:white;font-weight:600;pointer-events:none}

/* SECTION */
.section{padding: clamp(38px, 7vw, 100px) clamp(16px, 6vw, 80px)}
.container{
  max-width:1180px;
  margin:0 auto;
  width:100%;
  box-sizing:border-box;
  padding-left: 0;
  padding-right: 0;
}
.center{text-align:center}
.section__title{font-size: clamp(24px, 4vw, 36px);margin:0 0 14px}
.lead{max-width:800px;margin:10px auto 14px;color:#e4efff}
.lead.strong{font-weight:600}

.grid{display:grid;gap: clamp(18px, 4vw, 36px)}
.grid--2{grid-template-columns: 1.1fr .9fr}
.grid--3{grid-template-columns: repeat(3, 1fr)}
.grid--4{grid-template-columns: repeat(4, 1fr)}
@media (max-width: 1100px){.grid--4{grid-template-columns: repeat(2,1fr)}}
@media (max-width: 960px){
  .grid--2,.grid--3{grid-template-columns:1fr}
}

/* Section background variants (distinct shades) */
.section--mesh{
  background:
    radial-gradient(900px 500px at 80% -10%, rgba(0,255,255,.10), transparent 60%),
    linear-gradient(180deg, #081022, #070c1c);
}
.section--tint{ background: linear-gradient(180deg, #080e1e, #071021); }
.section--ink{  background: linear-gradient(180deg, #0a0f20, #0a1022); }
.section--alt{  background: linear-gradient(180deg, #0b1326, #0b1528); }
.section--tint2{ background: linear-gradient(180deg, #0a1124, #091123); }
.section--alt2{ background: linear-gradient(180deg, #0c142a, #0b1426); }
.section--ink2{ background: linear-gradient(180deg, #0a1428, #0a1424); }
.section--deep{ background: linear-gradient(180deg, #060a16, #050914); }
/* CTA section: encourage demo sign-up with a sleek, focused design */
.section--cta {
  background:
    radial-gradient(800px 400px at 50% -30%, rgba(0, 168, 241, .18), transparent 60%),
    linear-gradient(180deg, rgba(12, 18, 36, .85), rgba(7, 11, 24, .95));
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .06);
  padding-top: clamp(48px, 10vw, 80px);
  padding-bottom: clamp(48px, 10vw, 80px);
}

/* CARDS */
.card{background:linear-gradient(180deg, rgba(14,20,40,.9), rgba(8,12,24,.92));border:1px solid rgba(255,255,255,.06);border-radius:var(--radius);box-shadow:var(--shadow-sm)}
.card--glass{backdrop-filter:saturate(120%) blur(6px)}
.img-fit{display:block;width:100%;height:auto;border-radius:var(--radius)}

/* FEATURES */
.features .feature{padding:18px}
.feature__icon{
  font-size: 30px;
  margin-bottom: 8px;
}
.features .feature h3{margin:8px 0 8px}
.features .feature p{opacity:.95}

/* TIMELINE */
.timeline{display:grid;grid-template-columns:repeat(3,1fr);gap: clamp(14px, 3vw, 28px)}
@media (max-width: 900px){.timeline{grid-template-columns:1fr}}

/* --- Enhanced mobile responsiveness --- */
@media (max-width: 700px) {
  .grid--2,
  .grid--3,
  .grid--4 {
    grid-template-columns: 1fr;
  }
  html, body {
    overflow-x: hidden;
    padding: 0;
    margin: 0;
  }
  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .nav__inner {
    flex-direction: column;
    gap: 10px;
    padding: 8px 4px;
  }
  .nav__logo {
    height: 28px;
  }
  .nav__brand {
    font-size: 1.1rem;
  }
  .nav__links {
    gap: 8px;
  }
  .nav__links a {
    font-size: 0.98rem;
    padding: 4px 0;
  }
  .section {
    padding: 24px 6px 24px 6px;
  }
  .footer__inner {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  .hero__title {
    font-size: 2rem;
  }
  .hero__subtitle {
    font-size: 1rem;
  }
  .btn, .btn--lg {
    font-size: 1rem;
    padding: 10px 12px;
  }
  .hero__badges {
    flex-direction: column;
    gap: 6px;
  }
}

@media (max-width: 500px) {
  .hero__title {
    font-size: 1.3rem;
  }
  .section__title {
    font-size: 1.1rem;
  }
  .lead, .lead.center {
    font-size: 0.98rem;
  }
  .card, .card--glass {
    padding: 10px 6px;
  }
  .feature__icon {
    font-size: 1.5rem;
  }
  .footer__links {
    flex-direction: column;
    gap: 4px;
  }
}

/* STEPS */
.step{padding:18px;border:1px solid rgba(255,255,255,.06);border-radius:var(--radius);background:linear-gradient(180deg, rgba(14,20,40,.9), rgba(8,12,24,.92));box-shadow:var(--shadow-sm)}
.step__num{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:12px;background:linear-gradient(180deg,var(--cyan),var(--blue));box-shadow:0 8px 26px rgba(0,255,255,.28);font-weight:800;color:#001018;margin-bottom:8px}

/* QUOTES */
.quotes .quote{padding:18px;font-style:italic}
.quotes .quote footer{margin-top:8px;color:var(--muted)}

/* SECURITY */
.security__img{width:160px;opacity:.95;filter:drop-shadow(0 10px 30px rgba(0,0,0,.45))}

/* FORMS */
/* --- Mobile hamburger nav and chat demo size fixes --- */
@media (max-width: 700px) {
  .nav__links--mobile {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    display: none;
    background: rgba(7,11,22,0.98);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    padding: 10px 0 10px 12px;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
  }
  .nav.open .nav__links--mobile {
    display: flex;
  }
  .nav__menu {
    display: block;
    margin-left: auto;
    z-index: 101;
  }
  .hero__demo {
    max-width: 98vw;
    padding: 6px 2px;
    gap: 4px;
  }
  .hero__demo-label {
    font-size: 1rem;
    padding: 2px 0;
  }
  .hero__demo-input-field {
    font-size: 1rem;
    min-height: 38px;
    padding: 10px 10px;
  }
  .hero__demo-output {
    font-size: 0.95rem;
    padding: 8px 8px;
  }
  .hero__chat {
    max-height: 140px;
    font-size: 0.98rem;
    gap: 4px;
  }
  .hero__message {
    font-size: 1rem;
    padding: 7px 8px;
  }
  .hero__chat-container {
    padding: 8px 6px;
    gap: 4px;
  }
}
.form {
  /* Stack fields vertically with spacing, center aligned */
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 420px;
  margin: 24px auto 0;
  width: 100%;
}
.form input {
  background: rgba(12, 20, 44, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  color: #eaf3ff;
  padding: 14px 16px;
  font-size: 16px;
}

.form button {
  border-radius: 16px;
  padding: 14px 16px;
  width: 100%;
  font-size: 16px;
}
.form-message{margin-top:10px;color:#bfe8ff}

/* FOOTER */
.footer{border-top:1px solid rgba(255,255,255,.06);background:rgba(4,7,14,.8);padding:22px}
.footer__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:1180px;margin:0 auto}
.footer__links{display:flex;gap:14px}

/* TOAST */
.toast{position:fixed;left:50%;bottom:24px;transform:translateX(-50%);background:#0a1124;border:1px solid rgba(255,255,255,.12);padding:12px 14px;border-radius:12px;box-shadow:var(--shadow-md);opacity:0;pointer-events:none}
.toast.show{opacity:1;pointer-events:auto}

/* ACCESSIBILITY: focus-visible */
:where(a,button,input,.btn):focus-visible{outline:3px solid rgba(0,168,241,.6);outline-offset:3px;border-radius:14px}

/* MOTION REDUCTION */
@media (prefers-reduced-motion: reduce){
  *{animation:none !important;transition:none !important}
}

/* What we do mini-diagram */
.what__box{
  width: 100%;
  max-width: 220px;
  text-align:center;
  border-radius: var(--radius);
  padding: 14px 12px;
  background: linear-gradient(180deg, rgba(14,20,40,.9), rgba(8,12,24,.92));
  border: 1px solid rgba(255,255,255,.06);
  box-shadow: var(--shadow-sm);
}
.what__box span{display:block;color:var(--muted);font-size:.95rem;margin-top:4px}
.what__arrow{opacity:.6;font-weight:700}

/* small checklist + meta */
.checklist.small li{margin:4px 0}
.meta{color:var(--muted);margin-top:6px;font-size:.95rem}


/* ===== Voice waveform (shows when Voice mode is on) ===== */
.voice-wave{
  display:flex;gap:4px;justify-content:center;margin:10px auto 0;height:34px;
  opacity:0;transition:opacity .25s ease;
}
.voice-wave span{
  display:block;width:6px;height:14px;border-radius:4px;background:linear-gradient(180deg,var(--cyan),var(--blue));
  opacity:.9;transform-origin:50% 100%;animation:wave 1s ease-in-out infinite;
  box-shadow:0 6px 18px rgba(0,255,255,.25);
}
.voice-wave span:nth-child(2){animation-delay:.05s}
.voice-wave span:nth-child(3){animation-delay:.1s}
.voice-wave span:nth-child(4){animation-delay:.15s}
.voice-wave span:nth-child(5){animation-delay:.2s}
.voice-wave span:nth-child(6){animation-delay:.25s}
.voice-wave span:nth-child(7){animation-delay:.3s}
.voice-wave span:nth-child(8){animation-delay:.35s}
.voice-wave span:nth-child(9){animation-delay:.4s}
.voice-wave span:nth-child(10){animation-delay:.45s}
.voice-wave span:nth-child(11){animation-delay:.5s}
.voice-wave span:nth-child(12){animation-delay:.55s}
@keyframes wave{
  0%,100%{transform:scaleY(.35)}
  50%{transform:scaleY(1)}
}
.voice-on .voice-wave{opacity:1}

/* ===== What we do: pipeline ===== */
.pipeline{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:18px;border-radius:var(--radius);background:linear-gradient(180deg, rgba(14,20,40,.9), rgba(8,12,24,.92));
  border:1px solid rgba(255,255,255,.06);box-shadow:var(--shadow-sm);
}
.node{
  min-width:180px;flex:1;text-align:center;padding:10px 8px;border-radius:14px;
  background:rgba(12,18,36,.45);border:1px solid rgba(255,255,255,.06);
}
.node__icon{font-size:22px;margin-bottom:6px}
.node__title{font-weight:700}
.node__meta{color:var(--muted);font-size:.95rem}
.connector{
  height:2px;flex:0 0 46px;background:linear-gradient(90deg,var(--cyan),var(--blue));border-radius:2px;
  position:relative;
}
.connector::after{
  content:"";position:absolute;right:-6px;top:50%;transform:translateY(-50%) rotate(45deg);
  width:8px;height:8px;background:linear-gradient(135deg,var(--blue),var(--cyan));border-radius:2px;
}
@media (max-width: 900px){
  .pipeline{flex-direction:column;align-items:stretch}
  .connector{width:2px;height:38px;flex:0 0 38px;background:linear-gradient(180deg,var(--cyan),var(--blue))}
  .connector::after{left:50%;right:auto;top:auto;bottom:-6px;transform:translateX(-50%) rotate(45deg)}
}
