/* Keep the company footer at the bottom on short pages, in normal flow on small screens. */
body{min-height:100vh;min-height:100svh;display:flex;flex-direction:column}body>.site-header,body>.footer{flex-shrink:0}body>.website-page{flex:1 0 auto}body>.footer{margin-top:auto}
.website-intro{display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:64px;padding:64px 0 72px}.website-copy h1{font-size:clamp(32px,3.4vw,50px);line-height:1.4;letter-spacing:-2px;margin-top:18px}.website-lead{font-size:18px;line-height:1.9;color:var(--muted);margin:26px 0 22px;max-width:550px}.website-deliverables{display:flex;flex-wrap:wrap;gap:10px 20px;margin-bottom:32px;font-size:14px;font-weight:700}.website-deliverables span:before{content:'✓';color:var(--blue);margin-right:8px}.website-preparation{margin-top:20px;font-size:14px;color:var(--muted);line-height:1.9}.website-example{text-align:center;border-left:1px solid var(--line);padding-left:56px}.example-heading h2{font-size:36px;margin:8px 0}.example-heading>p:last-child{font-size:14px;color:var(--muted)}.example-product{display:flex;flex-direction:column;align-items:center;margin-top:18px}.example-product>img{display:block;width:min(100%,360px);height:390px;object-fit:contain;transition:transform .2s}.example-product:hover>img{transform:translateY(-5px)}.example-link{display:block;font-size:17px;font-weight:700;margin-top:16px;color:var(--blue)}.example-link>span{margin-left:12px}.example-link small{display:block;font-size:12px;font-weight:400;color:var(--muted);margin-top:6px}.site-header #navigation a[aria-current=page]{color:var(--blue)}@media(max-width:900px){.website-intro{gap:28px}.website-example{padding-left:28px}.website-copy h1{font-size:34px}.website-lead{font-size:16px}.example-product>img{height:350px}}@media(max-width:680px){.website-page{width:calc(100% - 40px)}.website-intro{grid-template-columns:1fr;padding:38px 0 44px;gap:40px}.website-copy h1{font-size:34px;letter-spacing:-1.4px}.website-example{border-left:0;border-top:1px solid var(--line);padding:34px 0 0}.website-copy .button{width:100%}.example-product>img{height:370px}.website-lead br{display:none}}
