
  #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: Contractor */
  #main .rr-guides-index, #main .rr-guide-hero { background:#f7f4ef; color:#050505; padding:54px 0; border-bottom:4px solid #6d25b8; }
  #main .rr-guide-section { background:#fff; color:#050505; border-top:1px solid #e5ded4; }
  #main .rr-guide-kicker { color:#007f95; font-size:13px; font-weight:900; letter-spacing:.08em; }
  #main .rr-guides-index h1, #main .rr-guide-hero h1, #main .rr-guide-section h2 { font-family:Impact, 'Arial Narrow', Arial, sans-serif; color:#050505; font-weight:400; letter-spacing:.01em; }
  #main .rr-guides-index h1, #main .rr-guide-hero h1 { font-size:clamp(42px,6vw,70px); }
  #main .rr-guide-section h2 { font-size:42px; }
  #main .rr-guide-list { border-top:5px solid #00aeca; background:#fff; box-shadow:0 10px 26px rgba(0,0,0,.08); }
  #main .rr-guide-list-item { color:#050505; border-bottom:1px solid #d8d8d8; font-weight:900; }
  #main .rr-guide-list-item:hover { color:#007f95; background:#f7f4ef; }
  #main .rr-guide-card, #main .rr-guide-visual-card, #main .rr-guide-image-card, #main .rr-guide-custom-visual-card { border:1px solid #d8d8d8; border-top:5px solid #00aeca; border-radius:0; }
  /* Guide native component alignment: Contractor */
  #main .rr-guide-hero h1, #main .rr-guide-hero .hero-copy { max-width:none; }
  #main .rr-guide-icon { width:44px; height:44px; display:grid; place-items:center; background:#050505; color:#fff; margin:0 auto 16px; font-weight:900; }
  #main .rr-guide-icon svg { width:22px; height:22px; 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 { font-family:Impact,'Arial Narrow',Arial,sans-serif; text-align:center; font-size:31px; line-height:1.12; font-weight:400; margin:0 0 16px; letter-spacing:.01em; color:#050505; }
  #main .rr-guide-cta .form-card .secure { margin:18px 0 0 !important; color:#666 !important; font-size:13px; text-align:center; font-weight:800; line-height:1.3; display:flex; align-items:center; justify-content:center; gap:6px; }
