@import url("/guide/1rm/one-rm.css");

.hub-hero .hero-inner {
  display: block;
  width: min(100%, 920px);
}
.hub-hero .hero-lead { max-width: 760px; font-size: 17px; }
.hub-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.hub-facts li {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(4, 48, 55, 0.22);
  font-size: 12px;
  font-weight: 800;
}

.hub-section { padding: 64px 20px; background: var(--paper); }
.hub-section--soft { background: #eef5f0; }
.hub-inner { width: min(100%, 1080px); margin: 0 auto; }
.hub-intro { max-width: 720px; }
.tool-grid { display: grid; gap: 16px; margin-top: 30px; }
.tool-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--foam);
  box-shadow: 0 14px 34px rgba(15, 46, 58, 0.08);
  overflow: hidden;
}
.tool-card a {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-top: 6px solid var(--ocean);
}
.tool-card--volume a { border-top-color: var(--leaf); }
.tool-card--plates a { border-top-color: var(--coral-dark); }
.tool-kicker { margin: 0; color: var(--ocean); font-size: 12px; font-weight: 900; }
.tool-card--volume .tool-kicker { color: var(--leaf); }
.tool-card--plates .tool-kicker { color: var(--coral-dark); }
.tool-card h2 { margin: 7px 0 0; font-size: 24px; line-height: 1.35; }
.tool-summary { margin: 12px 0 0; color: var(--ink-soft); font-size: 14px; }
.tool-features { margin: 16px 0 0; padding: 0; list-style: none; color: var(--ink-soft); font-size: 12px; }
.tool-features li { position: relative; padding-left: 18px; }
.tool-features li + li { margin-top: 6px; }
.tool-features li::before { content: "✓"; position: absolute; left: 0; color: var(--leaf); font-weight: 900; }
.tool-link { margin: auto 0 0; padding-top: 20px; color: var(--ocean-deep); font-size: 14px; font-weight: 900; }

.route-grid { display: grid; gap: 12px; margin-top: 28px; counter-reset: route; }
.route-card {
  position: relative;
  padding: 20px 20px 20px 64px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  counter-increment: route;
}
.route-card::before {
  content: counter(route, decimal-leading-zero);
  position: absolute;
  left: 20px;
  top: 20px;
  color: var(--coral-dark);
  font-size: 13px;
  font-weight: 900;
}
.route-card h3 { margin: 0; font-size: 18px; }
.route-card p { margin: 6px 0 0; color: var(--ink-soft); font-size: 13px; }
.route-card a { color: var(--ocean-deep); text-decoration: underline; text-underline-offset: 3px; }

.hub-app-link {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 0 20px;
  border-radius: 8px;
  color: var(--ocean-deep);
  background: var(--sun);
  font-weight: 850;
}

@media (min-width: 760px) {
  .hub-hero { padding-bottom: 96px; }
  .hub-section { padding: 88px 5vw; }
  .tool-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .route-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
