/*
Theme Name: RMA Data Plus
Theme URI: https://rmadataplus.com
Author: DSRPTV Digital
Author URI: https://dsrptv.digital
Description: Custom WordPress theme for RMA Data Plus — a Full-End Service Provider for the National Credit Reporting Agencies delivering FCRA-compliant prescreen data, bureau portfolio monitoring, trigger campaigns, and G7 Master Printer direct-mail fulfillment for lenders. "Precision Data Narrative" design system (Montserrat + Inter, Deep Navy + Electric Cyan, glassmorphic accents). Tailwind-driven, single-file-per-page templates. No page builder, no block editor for layout.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.1
License: All Rights Reserved
License URI: https://rmadataplus.com
Text Domain: rma
*/

/*
  Tailwind CDN (Play mode) handles utility classes via functions.php (rma_head_assets).
  This file exists because WordPress requires style.css with a theme header.
  Custom CSS that doesn't map cleanly to Tailwind utilities lives here.
*/

/* Smooth in-page anchor scrolling, offset for the fixed header. */
html { scroll-behavior: smooth; }
:target { scroll-margin-top: 96px; }

/* Native <details> FAQ marker reset (we draw our own +/- indicator). */
details > summary { list-style: none; }
details > summary::-webkit-details-marker { display: none; }

/* Honor reduced-motion preferences (smooth scroll, transitions, animations). */
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
