
  #main .rr-guide-hero { padding: 24px 20px 32px; background: #f8fafc; color: #0f172a; }
  #main .rr-guide-section { padding: 52px 20px; background: #f8fafc; color: #0f172a; border-top: 1px solid #e2e8f0; }
  #main .rr-guide-section + .rr-guide-section { padding-top: 52px; }
  #main .rr-guide-shell { width: min(1040px, 100%); margin: 0 auto; }
  #main .rr-guide-kicker { margin: 0 0 12px; color: var(--brand, var(--accent, #0f766e)); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
  #main .rr-guide-hero h1 { margin: 0 0 20px; font-size: clamp(34px, 5vw, 58px); line-height: 1.05; letter-spacing: 0; }
  #main .hero-copy, #main .rr-guide-section p, #main .rr-guide-section li { margin: 0; color: #334155; font-size: 17px; line-height: 1.75; }
  #main .rr-guide-hero .hero-copy a { color: var(--brand, var(--accent, #0f766e)); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
  #main .rr-guide-section p + p { margin-top: 14px; }
  #main .rr-guide-section h2 { margin: 0 0 18px; }
  #main .rr-guide-section p + h2 { margin-top: 42px; }
  #main .rr-guide-section h3 { margin: 0 0 10px; }
  #main .rr-guide-summary { padding-top: 34px; background: #ecfdf5; border-left: 5px solid var(--brand, var(--accent, #0f766e)); }
  #main .rr-guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
  #main .rr-guide-card, #main .rr-guide-visual-card, #main .rr-guide-image-card { padding: 22px; border: 1px solid #e2e8f0; border-radius: 6px; background: #fff; box-shadow: 0 2px 10px rgba(15,23,42,.06); }
  #main .rr-guide-card { text-align: center; }
  #main .rr-guide-card h3 { text-align: center; }
  #main .rr-guide-image-card { overflow: hidden; padding: 0; }
  #main .rr-guide-image-card h3 { min-height: 58px; padding: 16px 18px 10px; display: flex; align-items: center; justify-content: center; overflow: hidden; text-align: center; }
  #main .rr-guide-image-card img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; margin-top: 0; }
  #main .rr-guide-image-card p { padding: 14px 18px 18px; font-size: 15px; line-height: 1.65; }
  #main .rr-guide-visual-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  #main .rr-guide-custom-visual-card { padding: 24px; border: 1px solid #dbeafe; border-radius: 6px; background: #fff; box-shadow: 0 2px 10px rgba(15,23,42,.06); }
  #main .rr-guide-custom-visual-card table { width: 100%; border-collapse: collapse; font-size: 15px; }
  #main .rr-guide-custom-visual-card th, #main .rr-guide-custom-visual-card td { padding: 12px; border-bottom: 1px solid #e2e8f0; border-right: 1px solid #e2e8f0; text-align: left; vertical-align: top; }
  #main .rr-guide-custom-visual-card th:last-child, #main .rr-guide-custom-visual-card td:last-child { border-right: 0; }
  #main .rr-guide-custom-visual-card th { color: #0f172a; font-weight: 800; background: #f8fafc; }
  #main .rr-guide-custom-visual-card .rr-guide-bar-row { display: grid; grid-template-columns: 150px minmax(0, 1fr) 90px; gap: 12px; align-items: center; margin-top: 12px; }
  #main .rr-guide-custom-visual-card .rr-guide-bar { height: 10px; border-radius: 999px; background: linear-gradient(90deg, var(--brand, var(--accent, #0f766e)) var(--bar-value, 55%), #e2e8f0 var(--bar-value, 55%)); }
  #main .rr-guide-cta .container { max-width: 1180px; }
  #main .rr-guide-cta .cta-split { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr); gap: 48px; align-items: center; text-align: left; }
  #main .rr-guide-cta .cta-copy .kicker, #main .rr-guide-cta .cta-copy h2, #main .rr-guide-cta .cta-copy p { text-align: left; margin-left: 0; margin-right: 0; }
  #main .rr-guide-cta .cta-copy p { margin: 14px 0 0; color: rgba(255,255,255,.86); line-height: 1.7; }
  #main .rr-guide-cta .cta-actions { justify-content: flex-start; gap: 14px; }
  @media (max-width: 1060px) { #main .rr-guide-cta .cta-split { grid-template-columns: 1fr; text-align: center; gap: 32px; } #main .rr-guide-cta .cta-copy .kicker, #main .rr-guide-cta .cta-copy h2, #main .rr-guide-cta .cta-copy p { text-align: center; } #main .rr-guide-cta .cta-actions { justify-content: center; } #main .rr-guide-cta .form-card { justify-self: center; text-align: left; } }
  @media (max-width: 800px) { #main .rr-guide-grid, #main .rr-guide-visual-grid { grid-template-columns: 1fr; } #main .rr-guide-image-card h3 { height: auto; min-height: 0; } }

  /* Template-specific guide styling: 2015v1 */
  #main .rr-guides-index, #main .rr-guide-hero, #main .rr-guide-section { background:#fafafa; color:#263238; }
  #main .rr-guides-index, #main .rr-guide-hero { padding:54px 0; }
  #main .rr-guide-kicker { color:#00bcd4; letter-spacing:1.2px; font-size:13px; font-weight:700; }
  #main .rr-guides-index h1, #main .rr-guide-hero h1 { color:#263238; font-size:44px; font-weight:500; text-transform:uppercase; letter-spacing:.8px; }
  #main .rr-guide-intro, #main .hero-copy, #main .rr-guide-section p, #main .rr-guide-section li { color:#78909c; }
  #main .rr-guide-list, #main .rr-guide-card, #main .rr-guide-visual-card, #main .rr-guide-image-card, #main .rr-guide-custom-visual-card { background:#fff; border:0; border-radius:4px; box-shadow:0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24); }
  #main .rr-guide-list-item { padding:20px 24px; border-bottom:1px solid #eceff1; color:#263238; font-weight:700; }
  #main .rr-guide-list-item:hover { color:#00bcd4; background:#f5fafa; }
  #main .rr-guide-section h2 { color:#263238; font-size:34px; font-weight:500; text-transform:uppercase; letter-spacing:.8px; }
  /* Guide native component alignment: 2015v1 */
  #main .rr-guide-hero h1, #main .rr-guide-hero .hero-copy { max-width:none; }
  #main .rr-guide-icon { width:48px; height:48px; border-radius:50%; display:grid; place-items:center; margin:0 auto 14px; background:#00bcd4; color:#00bcd4; }
  #main .rr-guide-icon svg { width:24px; height:24px; margin:0; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
  #main .rr-guide-cta .form-card .form-card-title { margin:0 0 18px; color:#00bcd4; text-align:center; font-size:27px; line-height:1.12; font-weight:700; }
  #main .rr-guide-cta .form-card .secure { margin:18px 0 0 !important; color:#607d8b !important; font-size:13px; font-weight:800; text-align:center; line-height:1.3; display:flex; align-items:center; justify-content:center; gap:6px; }
