/* ==========================================================================
   IsaMar Technology Inc. — Site Theme Override
   Loads AFTER custom.css to override --site-* tokens only.
   All component styles remain shared via custom.css.
   Brand: deep forest + emerald, with a marigold second accent
   (the two linked rings in the mark — Isabella and Marco).
   ========================================================================== */

:root {
  --site-primary: #0A1F19;       /* Deep forest */
  --site-accent: #15803D;        /* Emerald — 5:1 with white text */
  --site-accent-alt: #F59E0B;    /* Marigold */

  --efs-navy: var(--site-primary);
  --efs-amber: var(--site-accent);
  --efs-teal: var(--site-accent-alt);
}

.hero-homepage {
  background: linear-gradient(135deg, #0A1F19 0%, #10382B 55%, #0A1F19 100%);
}

.cta-section {
  background: linear-gradient(135deg, #0A1F19 0%, #10382B 100%);
}

.heading-accent::after {
  background: var(--site-accent-alt);
}

.card-service:hover {
  border-left-color: var(--site-accent);
}

.stat-number,
.card-stat .stat-number {
  color: var(--site-accent);
}

/* Hero eyebrow + certification chips */
.isamar-eyebrow {
  display: inline-block;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #FCD34D;
  margin-bottom: 1rem;
}

.isamar-chip {
  display: inline-block;
  padding: .35rem .8rem;
  margin: 0 .4rem .5rem 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .25);
  background: rgba(255, 255, 255, .06);
  color: #fff;
  font-size: .82rem;
  font-weight: 600;
}

.isamar-cert {
  border-top: 4px solid var(--site-accent);
}

.isamar-cert--alt {
  border-top-color: var(--site-accent-alt);
}

.isamar-naics td:first-child {
  font-weight: 700;
  white-space: nowrap;
  color: var(--site-accent);
}

.hero-homepage .btn-outline-light:hover {
  color: var(--site-primary);
}

/* Centered headings: underline only (drop the shared left bar) */
h2.heading-accent.text-center {
  padding-left: 0;
}

h2.heading-accent.text-center::before {
  display: none;
}

/* Badge strip under the hero, in the forest palette */
.hero-badge-bar {
  background: linear-gradient(180deg, #0A1F19 0%, #0D2A21 100%);
  border-bottom-color: var(--site-accent-alt);
}

/* Readable secondary text on the dark footer */
.site-footer .text-muted {
  color: rgba(255, 255, 255, .62) !important;
}
