
  #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: Southwest */
  #main .rr-guides-index, #main .rr-guide-hero, #main .rr-guide-section { background:#f5ead8; color:#2d211b; }
  #main .rr-guides-index, #main .rr-guide-hero { padding:58px 0; border-bottom:5px solid #e3a84f; }
  #main .rr-guide-kicker { color:#914827; letter-spacing:.12em; font-size:13px; font-weight:900; }
  #main .rr-guides-index h1, #main .rr-guide-hero h1, #main .rr-guide-section h2 { color:#18343a; font-weight:900; letter-spacing:-.025em; }
  #main .rr-guides-index h1, #main .rr-guide-hero h1 { font-size:clamp(40px,5vw,64px); }
  #main .rr-guide-section h2 { font-size:42px; }
  #main .rr-guide-intro, #main .hero-copy, #main .rr-guide-section p, #main .rr-guide-section li { color:#6f5b4d; }
  #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:#fff8ec; border:1px solid #e1c8a5; border-top:5px solid #b85f32; border-radius:16px; box-shadow:0 18px 44px rgba(99,58,23,.14); }
  #main .rr-guide-list-item { color:#2d211b; border-bottom:1px solid #ead6b7; }
  #main .rr-guide-list-item:hover { color:#914827; background:#fffdf8; }
  /* Guide native component alignment: Southwest */
  #main .rr-guide-hero h1, #main .rr-guide-hero .hero-copy { max-width:none; }
  #main .rr-guide-icon { width:46px; height:46px; display:grid; place-items:center; border-radius:10px; background:#f4dfbd; color:var(--clay); margin:0 auto 18px; font-weight:900; }
  #main .rr-guide-icon svg { width:24px; height:24px; margin:0; fill:none; stroke:currentColor; stroke-width:1.9; stroke-linecap:round; stroke-linejoin:round; }
  #main .rr-guide-cta .form-card .form-card-title { margin:0 0 11px; color:var(--deep); font-size:28px; line-height:1.1; font-weight:900; text-align:center; }
  #main .rr-guide-cta .form-card .secure { margin:18px 0 0 !important; color:var(--muted) !important; font-size:13px; text-align:center; font-weight:800; line-height:1.3; display:flex; align-items:center; justify-content:center; gap:6px; }
