.hero{height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero-content{width:95%;position:relative;z-index:2;background:rgba(255,255,255,.1);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);padding:1rem}.hero p.hero-description{font-size:1.4em;font-weight:400;font-style:italic;width:70%;margin:0 auto}.hero p.hero-description>b{font-weight:600}.hero h1{font-family:var(--secondary-font);font-size:6rem;margin:.3rem 0;text-transform:uppercase;word-spacing:.8rem}.hero h1,.hero p{color:var(--text-color);text-align:center}.hero p{margin-bottom:1rem;font-size:1.8rem;font-weight:200}.word-wrapper{display:inline-block;position:relative;overflow:hidden;transition:width .8s ease-in-out;vertical-align:bottom}.changing-word{display:inline-block;white-space:nowrap;transition:opacity .8s ease-in-out;font-weight:400}.fade-out{opacity:0}@media (max-width:800px){.hero h1{font-size:2.5rem}.hero p{font-size:1rem}.hero{height:90vh;margin-top:5rem}.hero-content{width:95%}.hero p.hero-description{width:90%}}.pipeline-flow-shell{position:relative;margin-top:2.5rem;border:1px solid rgba(15,23,42,.1);border-radius:28px;padding:2rem 1.4rem 1.4rem;background:linear-gradient(160deg,#ffffff,#f8fafc);overflow:hidden}.pipeline-flow-shell:before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;top:-100px;left:-70px;background:radial-gradient(circle,rgba(15,23,42,.08) 0,rgba(15,23,42,0) 70%);pointer-events:none}.pipeline-flow-grid{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 120px minmax(0,1fr) 120px minmax(0,1fr);grid-gap:.8rem;gap:.8rem;align-items:stretch;z-index:1}.flow-node{border-radius:20px;border:1px solid rgba(15,23,42,.14);background:rgba(255,255,255,.85);box-shadow:0 10px 24px rgba(15,23,42,.08);padding:1.2rem}.flow-node-tools{border-color:rgba(255,195,0,.45);background:linear-gradient(180deg,rgba(255,195,0,.14),rgba(255,255,255,.95) 68%)}.flow-node-output{border-color:rgba(90,24,154,.26);background:linear-gradient(180deg,rgba(90,24,154,.1),rgba(255,255,255,.96) 64%)}.flow-kicker{margin:0 0 .45rem;font-size:.76rem;text-transform:uppercase;letter-spacing:.09rem;color:var(--secondary-color);font-weight:700}.flow-node h3{margin:0 0 .95rem;font-size:1.35rem;color:var(--text-color)}.flow-chip-list{display:flex;flex-direction:column;gap:.55rem}.flow-chip{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;border-radius:10px;border:1px solid rgba(90,24,154,.2);background:#f9fbff;color:#3d3d3d;padding:.42rem .7rem;font-size:.94rem;transition:transform .25s ease,background-color .25s ease}.flow-chip:hover{transform:translateX(4px)}.flow-chip-accent{border-color:rgba(255,195,0,.55);background:rgba(255,195,0,.14)}.flow-chip-strong{border-color:rgba(90,24,154,.28);background:rgba(90,24,154,.08)}.flow-connector{position:relative;display:flex;align-items:center;justify-content:center;min-height:32px}.flow-track{width:100%;height:2px;border-radius:999px;background:rgba(15,23,42,.22)}.flow-dot{position:absolute;width:8px;height:8px;border-radius:50%;background:rgba(15,23,42,.75);left:0;top:50%;transform:translateY(-50%);animation:dotFlow 2.6s linear infinite}.flow-caption{margin-top:1.2rem;text-align:center}.flow-caption p{font-size:1rem;color:#4e4e4e}@keyframes dotFlow{0%{left:0;opacity:0}10%{opacity:1}to{left:calc(100%);opacity:.7}}@media (max-width:1080px){.pipeline-flow-shell{overflow-x:auto}.pipeline-flow-grid{min-width:980px}}