/* Contextual link from a module landing page to the general buyer's guide.
   Same shape as the physical landing's link to the physical guide
   (landing_physical.css .phys-i52..56), shared here because three module
   pages use it. */
.guide-crosslink-area { background: #02101f; padding: 80px 0; }
.guide-crosslink {
    max-width: 640px; margin: 0 auto; text-align: center;
    background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px; padding: 32px 36px;
}
.guide-crosslink h3 { color: #ffffff; font-size: 18px; margin-bottom: 10px; }
.guide-crosslink p { color: #b9c7d6; font-size: 14px; line-height: 1.65; margin-bottom: 16px; }
.guide-crosslink a { color: var(--primary-color, #1E88E5); font-weight: 600; font-size: 14px; text-decoration: none; }
.guide-crosslink a:hover, .guide-crosslink a:focus-visible { text-decoration: underline; }
@media (max-width: 640px) { .guide-crosslink { padding: 26px 22px; } }
