/* Safety Permit Theme: Energetic Safety Brights
   Palette: Turquoise #00CFC1, Coral Red #FF5A5F, Sunshine Yellow #FFD166,
            Cool Gray #ECEFF1, Midnight Navy #073B4C
   Usage: Include AFTER styles.css <link rel="stylesheet" href="styles-bright-2.css">
*/
:root{
  --navy:#073B4C;   /* header/base */
  --teal:#00CFC1;   /* primary accent */
  --sky:#FFD166;    /* highlight (yellow) */
  --orange:#FF5A5F; /* CTA / alerts */
  --gray:#ECEFF1;   /* page bg */
  --ink:#06242f;    /* text */
  --white:#ffffff;
}

/* Hero + pricing gradients tuned for this palette */
.hero{background:linear-gradient(180deg, #00CFC1 0%, #10b7aa 60%, #08a0a0 100%); color:#083845;}
.pricing{background:linear-gradient(180deg, #073B4C 0%, #052a37 100%);}
.card-icon{background:var(--sky); color:#7a4a00;}
.btn-ghost{background:#0a2a35;color:#e8f6f5}
.cta-wide{background:linear-gradient(90deg, var(--teal), var(--sky)); color:#06333a;}
.site-footer{background:#062f3e;}
/* Soft coral outlines on cards */
.card{border:1px solid rgba(255,90,95,.18);}
/* Extra: make primary buttons slightly softer shadow to fit coral */
.btn-primary{box-shadow:0 6px 20px rgba(255,90,95,.35)}
