.welcome-bridge{display:flex;align-items:center;justify-content:space-between;gap:28px;margin:26px 0 0;padding:22px 26px;border:1px solid #356847;border-left:5px solid var(--green);border-radius:16px;background:linear-gradient(120deg,rgba(53,242,124,.12),rgba(18,24,21,.96))}
.welcome-bridge h2{margin:5px 0 7px;font-size:clamp(22px,3vw,34px)}
.welcome-bridge p{margin:0;color:var(--muted);line-height:1.5}
.welcome-bridge .primary-button{width:auto;min-width:210px}
.hidden{display:none!important}
.route-demo{display:grid;grid-template-columns:.9fr 1.1fr;gap:32px;align-items:center;margin:28px 0;padding:clamp(24px,5vw,54px);border:1px solid var(--line);border-radius:22px;background:linear-gradient(135deg,#121815,#18241d)}
.route-demo h2{font-size:clamp(30px,4vw,52px);line-height:1;margin:10px 0 18px}.route-demo>div>p{color:var(--muted);line-height:1.65}.route-demo .primary-button{margin-top:20px;max-width:300px}.demo-route{display:grid;gap:10px}.demo-route article{display:grid;grid-template-columns:42px 1fr auto;gap:14px;align-items:center;padding:15px;border:1px solid #304338;border-radius:13px;background:#0b100e}.demo-route article>b{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#173321;color:var(--green)}.demo-route strong,.demo-route small{display:block}.demo-route small{margin-top:4px;color:var(--muted)}.demo-route em{color:var(--green);font-size:20px;font-weight:900;font-style:normal}.demo-route>p{font-size:11px;margin:5px 0 0;color:var(--muted)}
@media(max-width:760px){.route-demo{grid-template-columns:1fr}.welcome-bridge{align-items:stretch;flex-direction:column}.welcome-bridge .primary-button{width:100%}}
