/* GuardFast Theme — Navy #1a2744 + Amber #f5a623 on Warm White #f8f6f1 */

*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  background: #f8f6f1;
  color: #1a2744;
  font-family: 'DM Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

/* Shared section styles */
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: #1a2744; margin-bottom: 1rem;
}
.section-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 900; color: #1a2744;
  line-height: 1.15; margin: 0 0 1rem;
  letter-spacing: -0.02em;
}
.section-headline em { font-style: italic; color: #f5a623; }
.section-body {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.98rem; line-height: 1.7;
  color: #6b7280; max-width: 560px; margin: 0;
}

/* Scrollbar */
::-webkit-scrollbar { width: 7px; }
::-webkit-scrollbar-track { background: #f8f6f1; }
::-webkit-scrollbar-thumb { background: #1a2744; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #2a3a5a; }

/* Selection */
::selection { background: #f5a623; color: #1a2744; }

/* Focus */
:focus-visible { outline: 2px solid #f5a623; outline-offset: 3px; }
