/* Voyager-inspired layout, using agent-isles branding and product content. */
:root{color-scheme:light;--ink:#3c3c43;--muted:#67676f;--green:#008b45;--line:#e9e9ec;--surface:#f6f6f7;font-family:Inter,"Segoe UI","Microsoft YaHei",sans-serif}*{box-sizing:border-box}body{margin:0;background:white;color:var(--ink);line-height:1.65}a{color:inherit;text-decoration:none}a:hover{color:var(--green)}a:focus-visible{outline:3px solid var(--green);outline-offset:5px}img{display:block;max-width:100%;height:auto}h1,h2,h3,p,figure{margin:0}.navigation{height:72px;padding:0 32px;display:flex;align-items:center;justify-content:space-between;max-width:1440px;margin:auto}.brand{display:flex;align-items:center;gap:9px;font-size:16px;font-weight:650}nav{display:flex;gap:28px;font-size:14px;font-weight:550}main{max-width:1152px;padding:0 32px;margin:auto}.hero{display:grid;grid-template-columns:1.3fr 1fr;align-items:center;padding:72px 0 100px;gap:40px}h1{font-size:clamp(36px,4.3vw,56px);line-height:1.2;font-weight:750;letter-spacing:-.04em}.product-name{display:block;color:#26b75e;margin-bottom:6px}.hero-description{font-size:21px;color:var(--muted);margin:24px 0 30px}.hero-logo{display:flex;align-items:center;justify-content:center}.hero-logo img{width:160px;height:160px;object-fit:contain}.actions{display:flex;gap:12px;flex-wrap:wrap}.button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;padding:9px 22px;border-radius:24px;font-size:14px;font-weight:650}.primary{background:var(--green);color:white}.primary:hover{background:#00783b;color:white}.secondary{background:#ebebef;color:var(--ink)}.secondary:hover{background:#e1e1e6;color:var(--ink)}.welcome{text-align:center;padding:18px 0 40px}.welcome h2{font-size:32px;letter-spacing:-.03em;margin-bottom:16px}.welcome p{font-size:17px;color:var(--muted);line-height:1.9}.showcase{max-width:960px;margin:0 auto 60px}.showcase img{border-radius:12px;border:1px solid var(--line);width:100%;box-shadow:0 10px 35px #24242a0a}.showcase figcaption{display:flex;justify-content:space-between;gap:12px;font-size:12px;color:var(--muted);padding:14px 0}.intro,.paths{padding:40px 0 70px}.eyebrow{font-size:12px;letter-spacing:.08em;color:var(--muted)}h2{font-size:32px;line-height:1.4;letter-spacing:-.035em;margin:12px 0 30px}h2 span{color:var(--muted)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.steps article,.path-grid article{border:1px solid transparent;background:var(--surface);border-radius:12px;padding:28px}.number{font-size:12px;font-weight:650;color:var(--green)}h3{font-size:18px;margin:17px 0 10px}.steps p,.path-grid p,.body-copy{font-size:15px;color:var(--muted);line-height:1.85}.feature{display:grid;grid-template-columns:1fr 1.1fr;gap:64px;padding:48px 0 80px;align-items:center}.feature img{border-radius:12px}.feature figcaption{font-size:12px;color:var(--muted);margin-top:10px}.feature h2{margin-bottom:20px}.text-link{display:inline-block;color:var(--green);font-size:14px;font-weight:550;margin-top:22px}.path-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.download{text-align:center;border-top:1px solid var(--line);padding:70px 0 80px}.download h2{font-size:38px;margin-bottom:18px}.download p{color:var(--muted)}.download .button{margin:24px 0}.download .fine{font-size:12px}footer{border-top:1px solid var(--line);padding:30px 32px;display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap;color:var(--muted);font-size:12px}footer>div{display:flex;gap:20px;flex-wrap:wrap}section[id],figure[id]{scroll-margin-top:24px}@media(max-width:760px){.navigation{padding:0 24px;height:64px}nav{gap:18px;font-size:12px}nav a:first-child{display:none}main{padding:0 24px}.hero{grid-template-columns:1fr;text-align:center;padding:32px 0 54px;gap:30px}.hero-logo{grid-row:1}.hero-logo img{width:100px;height:100px}.hero-description{font-size:16px}.actions{justify-content:center}.welcome{padding-top:10px}.welcome h2,h2{font-size:26px}.welcome p{font-size:15px}.steps,.path-grid,.feature{grid-template-columns:1fr}.feature{gap:28px;padding:24px 0 50px}.showcase figcaption{display:block}.showcase figcaption span{display:block}.intro,.paths{padding:20px 0 45px}.download{padding:50px 0}.download h2{font-size:30px}footer{gap:16px;text-align:center}footer>div{justify-content:center}}
