.connector-links { display: flex; justify-content: space-between; align-items: center; gap: 16px; width: 100%; margin: 24px 0; }
.connector-links a { color: #b0c0d0; font-size: 14px; font-weight: 400; line-height: 1.5; padding: 0; border: 0; background: none; box-shadow: none; text-decoration: none; }
.connector-links a:last-child { text-align: right; }
.connector-links a:hover { color: #fff; }
.quick-start {
  padding: 108px 0;
  color: #fff;
  background: radial-gradient(circle at 82% 18%, rgba(30, 127, 255, .28), transparent 32%), #071522;
}
.quick-start-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 82px; align-items: center; }
.quick-start-copy h2 { max-width: 720px; margin: 16px 0 24px; font-size: clamp(44px, 5.2vw, 76px); line-height: 1.02; letter-spacing: -.055em; }
.quick-start-copy h2 span { color: #39c6ff; }
.quick-start-copy > p:last-of-type { max-width: 650px; margin: 0; color: #a9bacb; font-size: 18px; }
.five-minute { display: flex; align-items: flex-end; gap: 18px; margin-top: 42px; }
.five-minute strong { color: #fff; font-size: clamp(72px, 9vw, 124px); line-height: .76; letter-spacing: -.08em; }
.five-minute p { margin: 0; padding-bottom: 3px; }
.five-minute b, .five-minute small { display: block; }
.five-minute b { font-size: 20px; }
.five-minute small { max-width: 240px; margin-top: 5px; color: #8ea5ba; line-height: 1.45; }
.quick-start-panel { overflow: hidden; color: #0a1828; background: #fff; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; box-shadow: 0 30px 90px rgba(0,0,0,.28); }
.quick-start-panel header { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 28px; background: #edf6ff; border-bottom: 1px solid #d6e6f5; }
.quick-start-panel header strong { font-size: 18px; }
.quick-start-panel header span { color: #0568e8; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.quick-start-list { display: grid; grid-template-columns: 1fr 1fr; }
.quick-start-list article { min-height: 172px; padding: 26px 28px; border-right: 1px solid #e0e8f0; border-bottom: 1px solid #e0e8f0; }
.quick-start-list article:nth-child(even) { border-right: 0; }
.quick-start-list article:nth-last-child(-n+2) { border-bottom: 0; }
.quick-start-list span { display: grid; width: 30px; height: 30px; place-items: center; color: #0568e8; background: #e9f3ff; border-radius: 50%; font-size: 13px; font-weight: 900; }
.quick-start-list h3 { margin: 20px 0 8px; font-size: 19px; }
.quick-start-list p { margin: 0; color: #607287; font-size: 14px; }
.quick-start-note { margin: 0; padding: 18px 28px; color: #536a80; background: #f8fbfe; border-top: 1px solid #e0e8f0; font-size: 12px; }
@media (max-width: 980px) { .quick-start-grid { grid-template-columns: 1fr; gap: 52px; } }
@media (max-width: 600px) {
  .quick-start { padding: 82px 0; }
  .quick-start-copy h2 { font-size: 43px; }
  .five-minute { align-items: center; }
  .five-minute strong { font-size: 76px; }
  .quick-start-list { grid-template-columns: 1fr; }
  .quick-start-list article, .quick-start-list article:nth-child(even), .quick-start-list article:nth-last-child(-n+2) { min-height: 0; border-right: 0; border-bottom: 1px solid #e0e8f0; }
  .quick-start-list article:last-child { border-bottom: 0; }
}
@media print {
  .quick-start { color: #071522; background: #fff; }
  .quick-start-copy h2 span, .five-minute strong { color: #0568e8; }
  .quick-start-copy > p:last-of-type, .five-minute small { color: #536a80; }
}


/* Home utility links sit above navigation; hero sections remain in flow. */
.home-page > .connector-links {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  z-index: 31; width: min(1380px, calc(100% - 48px));
  min-height: 40px; margin: 0;
}
.home-page > .header { top: 40px; }
.home-page .hero { padding-top: 0; min-height: 0; }
.home-page .hero-grid { padding-top: 152px; padding-bottom: 36px; min-height: 0; align-items: start; }
.home-page .hero-edge {
  position: relative; bottom: auto; left: auto; transform: none;
  margin: 0 auto; height: auto; min-height: 76px; padding: 22px 0;
  flex-wrap: wrap; white-space: normal; overflow: visible;
}
@media (max-width: 720px) {
  .home-page > .connector-links { width: calc(100% - 30px); }
  .home-page .hero-grid { padding-top: 145px; padding-bottom: 35px; }
  .home-page .hero-edge { width: calc(100% - 30px); gap: 12px; }
}
