/* Home-page viewport, workflow ticker and footer refinements */
.reveal{opacity:1;transform:none}
.site-header{height:74px}
.hero.section{min-height:calc(100vh - 132px);padding-top:clamp(28px,4vh,46px);padding-bottom:clamp(32px,5vh,56px);align-items:center}
.hero-copy{align-self:center}
.hero .eyebrow{margin:0}
.hero h1{margin:16px 0 20px;font-size:clamp(54px,6.4vw,92px)}
.hero-text{margin:0;line-height:1.68}
.hero-actions{margin-top:27px}
.hero .proof{margin-top:35px}
.hero-visual{height:min(64vh,570px)}
.hero-visual img{width:116%;height:100%}

.ticker{min-height:58px;background:linear-gradient(90deg,#060c17,#091324 48%,#060c17)}
.ticker .ticker-track{animation-duration:28s}
.ticker .ticker-set{gap:30px;padding:18px 24px}
.ticker span{color:#8290a8;font-size:10px;letter-spacing:.2em}
.ticker i{color:#36d9ff;opacity:.8}

.site-footer{position:relative;overflow:hidden;padding:0 var(--page-pad);border-top:1px solid rgba(150,174,220,.15);background:#050914}
.site-footer:before{content:"";position:absolute;top:-190px;left:8%;width:420px;height:260px;border-radius:50%;background:rgba(57,120,255,.08);filter:blur(75px);pointer-events:none}
.site-footer .footer-main{position:relative;display:grid;grid-template-columns:minmax(280px,1.65fr) repeat(3,minmax(135px,1fr));gap:clamp(34px,5vw,76px);padding:48px 0 40px}
.site-footer .footer-about p{max-width:370px;margin:17px 0 0;color:#7c899f;font-size:11px;line-height:1.75}
.site-footer .footer-column{gap:11px}
.site-footer .footer-column h3{margin:0 0 8px;color:#eaf0fa;font-size:12px}
.site-footer .footer-column a{color:#7f8da4;font-size:11px}
.site-footer .footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:19px 0 23px;border-top:1px solid rgba(150,174,220,.13);color:#617087;font-size:10px}
.site-footer .footer-bottom small{color:inherit;font-size:inherit}

@media(max-width:1000px){.site-header{height:74px}.site-header nav{top:74px}.hero.section{min-height:calc(100vh - 132px);padding-top:54px}.hero-visual{height:70%;}.site-footer .footer-main{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 55px}}
@media(max-width:680px){.hero.section{min-height:780px;padding-top:70px;padding-bottom:44px}.hero h1{font-size:clamp(48px,14vw,62px)}.hero-actions{margin-top:25px}.hero .proof{margin-top:32px}.hero-visual{top:375px;height:430px}.ticker .ticker-set{gap:24px;padding-inline:16px}.site-footer{padding:0 20px}.site-footer .footer-main{grid-template-columns:1fr;gap:28px;padding:40px 0 32px}.site-footer .footer-bottom{align-items:flex-start;flex-direction:column;gap:8px;padding:18px 0 22px;line-height:1.5}}
@media(max-height:760px) and (min-width:1001px){.hero.section{min-height:650px;padding-top:25px;padding-bottom:35px}.hero h1{font-size:70px}.hero-text{font-size:15px}.hero-actions{margin-top:22px}.hero .proof{margin-top:26px}.hero-visual{height:500px}}
