.hub-info-page { color: var(--ink); background: var(--paper); }
.hub-info-page::before { background: radial-gradient(circle at 12% 7%, rgba(184,243,91,.14), transparent 25%), radial-gradient(circle at 91% 16%, rgba(16,163,127,.13), transparent 24%), var(--paper); }
.hub-info-page .home-nav { width: var(--shell); max-width: none; padding-inline: 0; }
.hub-info-page .breadcrumb { padding-block: 20px 8px; }
.hub-info-hero { position: relative; padding: 42px 0 90px; overflow: hidden; }
.hub-info-hero::before { position: absolute; z-index: -1; top: -180px; right: -130px; width: 620px; height: 620px; content: ""; border-radius: 50%; background: rgba(16,163,127,.055); box-shadow: 0 0 0 75px rgba(16,163,127,.025), 0 0 0 150px rgba(16,163,127,.015); }
.hub-info-hero-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(390px,.95fr); align-items: center; gap: 86px; }
.hub-info-kicker, .hub-info-head > span { color: #0d8b6c; font-size: 10px; font-weight: 850; letter-spacing: .13em; }
.hub-info-brand { display: flex; margin-top: 25px; align-items: center; gap: 12px; color: #4f625b; font-size: 12px; font-weight: 800; }
.hub-info-brand > span { display: grid; width: 42px; height: 42px; place-items: center; color: #fff; border-radius: 13px; background: #10251f; }
.hub-info-brand svg { width: 23px; height: 23px; }
.hub-info-copy h1 { max-width: 720px; margin: 24px 0 18px; color: #101a31; font-size: clamp(46px,5.6vw,75px); line-height: 1.02; letter-spacing: -.065em; }
.hub-info-copy > p { max-width: 700px; margin: 0; color: #566861; font-size: 16px; line-height: 1.9; }
.hub-info-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.hub-info-note { display: flex; max-width: 680px; margin-top: 24px; align-items: flex-start; gap: 10px; color: #72817b; font-size: 11px; line-height: 1.7; }
.hub-info-note i { width: 7px; height: 7px; margin-top: 6px; flex: 0 0 auto; border-radius: 50%; background: #18b888; box-shadow: 0 0 0 5px rgba(16,163,127,.09); }
.hub-info-console { position: relative; min-height: 470px; padding: 25px; overflow: hidden; color: #d8e7e1; border: 1px solid rgba(16,163,127,.25); border-radius: 28px; background: #10201c; box-shadow: 0 28px 80px rgba(17,48,39,.18); }
.hub-info-console::before { position: absolute; inset: 0; content: ""; opacity: .2; background-image: linear-gradient(rgba(111,226,188,.17) 1px,transparent 1px),linear-gradient(90deg,rgba(111,226,188,.17) 1px,transparent 1px); background-size: 24px 24px; mask-image: radial-gradient(circle,#000,transparent 72%); }
.hub-console-top, .hub-console-status { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; font: 750 8px/1.2 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .1em; }
.hub-console-top span i, .hub-console-status i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: #37d69e; box-shadow: 0 0 12px #37d69e; }
.hub-console-top b { color: #6fe2bc; }
.hub-console-core { position: relative; z-index: 2; display: grid; width: 190px; height: 190px; margin: 30px auto 22px; place-items: center; }
.hub-console-ring { position: absolute; inset: 0; border: 1px dashed rgba(111,226,188,.45); border-radius: 50%; box-shadow: 0 0 0 18px rgba(111,226,188,.035),0 0 0 36px rgba(111,226,188,.02); animation: hub-ring 15s linear infinite; }
.hub-console-ring::before, .hub-console-ring::after { position: absolute; content: ""; border-radius: 50%; }
.hub-console-ring::before { inset: 24px; border: 1px solid rgba(111,226,188,.28); }
.hub-console-ring::after { top: -4px; left: 50%; width: 8px; height: 8px; background: #6fe2bc; box-shadow: 0 0 14px #6fe2bc; }
.hub-console-icon { position: relative; display: grid; width: 92px; height: 92px; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.22); background: radial-gradient(circle at 35% 30%,#33d2a0,#0c7058 45%,#0a1714); box-shadow: 0 0 45px rgba(16,163,127,.42); clip-path: polygon(25% 0,75% 0,100% 25%,100% 75%,75% 100%,25% 100%,0 75%,0 25%); }
.hub-console-icon svg { width: 43px; height: 43px; }
.hub-console-list { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.hub-console-list span { display: flex; padding: 10px; align-items: center; gap: 8px; color: #b9cbc4; border: 1px solid rgba(111,226,188,.12); border-radius: 9px; background: rgba(255,255,255,.035); font-size: 9px; }
.hub-console-list b { color: #6fe2bc; font-size: 8px; }
.hub-console-status { margin-top: 18px; padding-top: 13px; border-top: 1px solid rgba(111,226,188,.13); }
.hub-console-status span { margin-left: auto; color: #6fe2bc; }
@keyframes hub-ring { to { transform: rotate(360deg); } }
.hub-info-section { background: #fff; }
.hub-info-soft { background: #f1f7f4; }
.hub-info-head { max-width: 720px; margin-bottom: 35px; }
.hub-info-head h2 { margin: 13px 0 12px; color: #101a31; font-size: clamp(34px,4vw,52px); line-height: 1.08; letter-spacing: -.05em; }
.hub-info-head p { margin: 0; color: #65766f; font-size: 13px; line-height: 1.8; }
.hub-info-head-center { margin-inline: auto; text-align: center; }
.hub-info-cards { display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; border: 1px solid #dce9e4; border-radius: 23px; background: #fff; box-shadow: 0 20px 60px rgba(21,46,39,.06); }
.hub-info-card { position: relative; min-height: 270px; padding: 28px; border-right: 1px solid #dce9e4; }
.hub-info-card:last-child { border-right: 0; }
.hub-info-card-icon { display: grid; width: 45px; height: 45px; place-items: center; color: #087a5e; border-radius: 13px; background: #e6f7f0; font-size: 15px; font-weight: 850; }
.hub-info-card h3 { margin: 58px 0 10px; color: #14231e; font-size: 20px; }
.hub-info-card p { margin: 0; color: #65766f; font-size: 12px; line-height: 1.75; }
.hub-info-card small { position: absolute; right: 28px; bottom: 26px; left: 28px; padding-top: 13px; color: #0b8c6c; border-top: 1px solid #e1ebe7; font-size: 10px; font-weight: 800; }
.hub-info-split { display: grid; grid-template-columns: minmax(0,.8fr) minmax(520px,1.2fr); align-items: start; gap: 70px; }
.hub-check-list { display: grid; margin: 0; padding: 0; list-style: none; border-top: 1px solid #d6e4de; }
.hub-check-list li { display: grid; min-height: 82px; padding: 18px 4px; grid-template-columns: 48px 1fr; align-items: center; gap: 15px; border-bottom: 1px solid #d6e4de; }
.hub-check-list b { color: #10a37f; font: 800 11px/1 ui-monospace,SFMono-Regular,Consolas,monospace; }
.hub-check-list span { color: #344740; font-size: 13px; line-height: 1.65; }
.hub-flow-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 13px; }
.hub-flow-grid article { position: relative; min-height: 185px; padding: 25px; overflow: hidden; color: #d5e3de; border: 1px solid #2b3e37; border-radius: 18px; background: #11201c; }
.hub-flow-grid article::after { position: absolute; right: -32px; bottom: -45px; width: 110px; height: 110px; content: ""; border: 1px solid rgba(111,226,188,.13); border-radius: 50%; box-shadow: 0 0 0 16px rgba(111,226,188,.025); }
.hub-flow-grid b { display: block; margin-bottom: 48px; color: #6fe2bc; font: 800 11px/1 ui-monospace,SFMono-Regular,Consolas,monospace; }
.hub-flow-grid span { font-size: 12px; line-height: 1.7; }
.hub-info-cta { display: flex; margin-top: 18px; padding: 24px 27px; align-items: center; justify-content: space-between; gap: 30px; border: 1px solid #dce9e4; border-radius: 18px; background: #f6faf8; }
.hub-info-cta > div { display: grid; gap: 5px; }
.hub-info-cta small { color: #0d8b6c; font: 800 8px/1 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .12em; }
.hub-info-cta strong { color: #14231e; font-size: 16px; }
.hub-info-cta span { color: #72817b; font-size: 10px; }
.hub-info-page .faq { max-width: 860px; margin-inline: auto; }
.hub-info-page .hub-kb { max-width: none; }
@media (max-width: 980px) {
  .hub-info-hero-grid, .hub-info-split { grid-template-columns: 1fr; }
  .hub-info-console { width: min(100%,650px); }
  .hub-flow-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 700px) {
  .hub-info-hero { padding: 30px 0 65px; }
  .hub-info-hero-grid { gap: 46px; }
  .hub-info-copy h1 { font-size: 44px; }
  .hub-info-copy > p { font-size: 14px; }
  .hub-info-actions { align-items: stretch; flex-direction: column; }
  .hub-info-actions .btn { width: 100%; }
  .hub-info-console { min-height: 430px; padding: 20px; }
  .hub-console-core { width: 160px; height: 160px; }
  .hub-info-cards, .hub-flow-grid { grid-template-columns: 1fr; }
  .hub-info-card { min-height: 235px; border-right: 0; border-bottom: 1px solid #dce9e4; }
  .hub-info-card:last-child { border-bottom: 0; }
  .hub-info-cta { align-items: stretch; flex-direction: column; }
  .hub-info-cta .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { .hub-console-ring { animation: none; } }
