.auto-hero{position:relative;overflow:hidden}.auto-hero:before{content:"";z-index:0;background:linear-gradient(rgba(13,17,23,.4) 0%,transparent 60%);position:absolute;top:0;bottom:0;left:0;right:0}.auto-hero__grid{z-index:1;gap:var(--g-space-10);grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:center;display:grid;position:relative}.auto-hero__content{max-width:680px}.auto-hero__subtitle{margin:var(--g-space-6) 0 var(--g-space-6);font-size:var(--g-text-xl)}.auto-hero__actions{gap:var(--g-space-4);flex-wrap:wrap;display:flex}.auto-pipeline{width:100%;max-width:420px;height:400px;position:relative}.auto-pipeline__seg{stroke:rgba(28,163,255,.06);stroke-width:1.5px;fill:none;transition:stroke .5s,filter .5s}.auto-pipeline__seg.is-lit{stroke:rgba(28,163,255,.28);filter:drop-shadow(0 0 3px rgba(28,163,255,.15))}.auto-pipeline__pulse{pointer-events:none}.auto-pipeline__svg{z-index:0;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.auto-pipeline__node{text-align:center;z-index:2;flex-direction:column;align-items:center;gap:5px;display:flex;position:absolute}.auto-pipeline__node img{object-fit:contain;opacity:.5;width:36px;height:36px;transition:opacity .35s,filter .35s,transform .35s}.auto-pipeline__node.is-active img{opacity:1;filter:drop-shadow(0 0 8px rgba(28,163,255,.55));transform:scale(1.08)}.auto-pipeline__node strong{font-size:var(--g-text-sm);white-space:nowrap;opacity:.6;transition:opacity .35s}.auto-pipeline__node.is-active strong{opacity:1}.auto-pipeline__node span{font-size:var(--g-text-xs);color:var(--g-color-text-muted);white-space:nowrap}.auto-pipeline__node--1{top:5%;left:10%}.auto-pipeline__node--2{top:26%;right:12%}.auto-pipeline__node--3{top:54%;left:18%}.auto-pipeline__node--4{bottom:2%;right:14%}.auto-connect{grid-template-columns:1fr 1fr;align-items:center;gap:max(2rem,min(5vw,5rem));display:grid}.auto-connect__info h2{font-size:var(--g-text-3xl);margin-bottom:var(--g-space-3)}.auto-connect__sub{margin-bottom:var(--g-space-8)}.auto-connect__groups{gap:var(--g-space-5);flex-direction:column;display:flex}.auto-connect__cat{font-size:var(--g-text-xs);text-transform:uppercase;letter-spacing:.1em;color:var(--g-color-text-dim);font-family:var(--g-font-ui);margin-bottom:var(--g-space-2);font-weight:600}.auto-connect__logos{gap:var(--g-space-4) var(--g-space-6);flex-wrap:wrap;display:flex}a.auto-connect__logo{color:inherit;text-decoration:none}.auto-connect__logo{align-items:center;gap:var(--g-space-2);transition:transform .3s;display:flex}.auto-connect__logo:hover{transform:translateY(-2px)}.auto-connect__logo img{object-fit:contain;width:24px;height:24px}.auto-connect__logo span{font-size:var(--g-text-sm);color:var(--g-color-text-muted)}.auto-connect__note{margin-top:var(--g-space-6);font-size:var(--g-text-sm)}.auto-helix{width:280px;height:480px;position:relative}.auto-helix__item{will-change:transform;justify-content:center;align-items:center;width:42px;height:42px;margin:-21px 0 0 -21px;display:flex;position:absolute;top:0;left:50%}.auto-helix__item img{object-fit:contain;width:100%;height:100%}.auto-connect__helix{justify-content:center;align-items:center;display:flex;position:relative}.auto-helix__hub{z-index:3;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.auto-helix__hub img{filter:drop-shadow(0 0 16px rgba(28,163,255,.3))drop-shadow(0 0 40px rgba(28,163,255,.12));width:88px;height:88px}.auto-process{gap:var(--g-space-8);margin-top:var(--g-space-10);perspective:1000px;grid-template-columns:repeat(3,1fr);display:grid}.auto-process__card{padding:var(--g-space-6);border-radius:var(--g-radius-lg);transform-style:preserve-3d;opacity:0;transition:transform .7s cubic-bezier(.22,1,.36,1),opacity .7s;transition-delay:var(--process-delay,0s);transform:rotateY(-25deg)translateZ(-30px)}.auto-process__card.is-process-visible{opacity:1;transform:rotateY(0)translateZ(0)}.auto-process__img{object-fit:contain;width:96px;height:96px;margin-bottom:var(--g-space-6);opacity:.8;transition:transform .4s,opacity .3s}.auto-process__card:hover .auto-process__img{opacity:1;transform:translateY(-6px)scale(1.05)}.auto-process__card h3{font-size:var(--g-text-xl);margin-bottom:var(--g-space-2)}.auto-process__card p{line-height:1.7}.auto-proof{padding:var(--g-space-16) 0;background:var(--g-gray-100);border-top:1px solid var(--g-glass-border);border-bottom:1px solid var(--g-glass-border)}.auto-proof__quote{text-align:left;max-width:680px;padding-left:var(--g-space-8);border-left:3px solid var(--g-gradient-start);margin:0 auto;position:relative}.auto-proof__quote p{font-family:var(--g-font-head);font-size:var(--g-text-xl);margin-bottom:var(--g-space-4);font-style:italic;line-height:1.7}.auto-proof__quote footer{font-size:var(--g-text-sm);align-items:center;gap:var(--g-space-2);display:flex}.auto-proof__quote footer strong{color:var(--g-color-text)}.auto-pricing{background:var(--g-gray-100);perspective:1200px}.auto-pricing__layout{grid-template-columns:1fr 1fr;align-items:start;gap:max(2rem,min(5vw,5rem));display:grid}.auto-pricing__detail{-webkit-backdrop-filter:blur(16px);border-radius:var(--g-radius-lg);padding:var(--g-space-6);transform-style:preserve-3d;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);transition:transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s;position:relative;overflow:hidden}.auto-pricing__detail:before{content:"";border-radius:inherit;opacity:0;z-index:0;background:linear-gradient(135deg,rgba(28,163,255,.06),rgba(123,63,228,.06));transition:opacity .45s;position:absolute;top:0;bottom:0;left:0;right:0}.auto-pricing__detail:hover:before{opacity:1}.auto-pricing__detail:hover{box-shadow:0 16px 40px rgba(28,163,255,.12)}.auto-pricing__text h2{font-size:var(--g-text-3xl);margin-bottom:var(--g-space-4)}.auto-pricing__text p{margin-bottom:var(--g-space-4);line-height:1.7}.auto-pricing__text .btn{margin-top:var(--g-space-4)}.auto-pricing__list{flex-direction:column;gap:0;display:flex}.auto-pricing__item{padding:var(--g-space-4) 0;border-bottom:1px solid var(--g-glass-border);justify-content:space-between;align-items:center;display:flex}.auto-pricing__item:first-child{border-top:1px solid var(--g-glass-border)}.auto-pricing__item dt{color:var(--g-color-text);font-weight:500}.auto-pricing__item dd{color:var(--g-color-text-muted);font-size:var(--g-text-sm)}.auto-cta__layout{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:max(2rem,min(5vw,4rem));display:flex}.auto-cta__text{flex:400px;min-width:280px}.auto-cube{perspective:800px;cursor:grab;-webkit-user-select:none;-ms-user-select:none;user-select:none;flex:none}.auto-cube:active{cursor:grabbing}.auto-cube__scene{width:140px;height:140px;position:relative}.auto-cube__box{width:100%;height:100%;transform-style:preserve-3d;transition:none;animation:24s linear infinite cubeShowcase;position:relative}.auto-cube__box--dragging{animation:none!important}@keyframes cubeShowcase{0%{animation-timing-function:ease-in-out;transform:rotateX(-3deg)rotateY(0)rotate(0)}5%{animation-timing-function:cubic-bezier(.16,1,.3,1);transform:rotateX(-3deg)rotateY(0)rotate(0)}14%{animation-timing-function:ease-in-out;transform:rotateX(0)rotateY(-90deg)rotate(1deg)}19%{animation-timing-function:cubic-bezier(.16,1,.3,1);transform:rotateX(0)rotateY(-90deg)rotate(1deg)}28%{animation-timing-function:ease-in-out;transform:rotateX(2deg)rotateY(-180deg)rotate(-1deg)}33%{animation-timing-function:cubic-bezier(.16,1,.3,1);transform:rotateX(2deg)rotateY(-180deg)rotate(-1deg)}42%{animation-timing-function:ease-in-out;transform:rotateX(0)rotateY(-270deg)rotate(1deg)}47%{animation-timing-function:cubic-bezier(.25,1,.5,1);transform:rotateX(0)rotateY(-270deg)rotate(1deg)}58%{animation-timing-function:ease-in-out;transform:rotateX(-90deg)rotateY(-360deg)rotate(0)}63%{animation-timing-function:cubic-bezier(.25,1,.5,1);transform:rotateX(-90deg)rotateY(-360deg)rotate(0)}76%{animation-timing-function:ease-in-out;transform:rotateX(90deg)rotateY(-360deg)rotate(0)}81%{animation-timing-function:cubic-bezier(.16,1,.3,1);transform:rotateX(90deg)rotateY(-360deg)rotate(0)}to{transform:rotateX(-3deg)rotateY(-360deg)rotate(0)}}.auto-cube__face{width:140px;height:140px;font-size:var(--g-text-sm);color:var(--g-color-text);border-radius:var(--g-radius-sm);background:var(--g-glass);-webkit-backdrop-filter:var(--g-glass-blur);backface-visibility:hidden;box-shadow:inset 0 0 30px rgba(28,163,255,.06), 0 0 12px rgba(123,63,228,.1), var(--g-shadow-depth-1);border:1px solid rgba(28,163,255,.2);justify-content:center;align-items:center;font-weight:600;display:flex;position:absolute}.auto-cube__face--front{transform:translateZ(70px)}.auto-cube__face--back{transform:rotateY(180deg)translateZ(70px)}.auto-cube__face--right{transform:rotateY(90deg)translateZ(70px)}.auto-cube__face--left{transform:rotateY(-90deg)translateZ(70px)}.auto-cube__face--top{transform:rotateX(90deg)translateZ(70px)}.auto-cube__face--bottom{transform:rotateX(-90deg)translateZ(70px)}@media (prefers-reduced-motion:reduce){.auto-cube__box{animation:none!important}.auto-process__card{opacity:1!important;transform:none!important}}@media (max-width:960px){.auto-hero__grid{text-align:center;grid-template-columns:1fr}.auto-hero__content{max-width:600px;margin:0 auto}.auto-hero__actions{justify-content:center}.auto-pipeline{max-width:400px;margin:0 auto}.auto-connect{text-align:left;grid-template-columns:1fr}.auto-connect__logos{justify-content:flex-start}.auto-connect__helix{display:none}.auto-pricing__layout{grid-template-columns:1fr}.auto-process{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}.auto-cube{display:none}}@media (max-width:600px){.auto-pipeline,.auto-process{max-width:100%}}