/*
Theme Name: HalTech Network Starter
Theme URI: https://hal-tech.com/starter
Author: HalTech Network LLC
Author URI: https://hal-tech.com
Description: Corporate communications theme — light surfaces, teal accents, built for clarity.
Version: 1.4.2
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: haltech-network-starter
Tags: one-column, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, threaded-comments, translation-ready
*/

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

#masthead {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
#masthead.header-solid {
  background-color: rgba(255, 255, 255, 0.97) !important;
  box-shadow: 0 1px 0 rgba(15, 118, 110, 0.08), 0 8px 24px rgba(0, 0, 0, 0.04);
}

.btn-primary-shadow {
  box-shadow: 0 4px 14px rgba(13, 148, 136, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-primary-shadow:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(13, 148, 136, 0.45);
}

.card-elevated {
  background: #fff;
  border: 1px solid rgba(15, 118, 110, 0.12);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.card-elevated:hover {
  box-shadow: 0 12px 40px rgba(13, 148, 136, 0.12);
  border-color: rgba(13, 148, 136, 0.22);
}

.text-gradient-teal {
  background: linear-gradient(135deg, #14b8a6 0%, #0d9488 50%, #0f766e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.animate-hidden {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.animate-visible {
  opacity: 1;
  transform: translateY(0);
}

.counter-value { font-variant-numeric: tabular-nums; }

.form-input:focus {
  border-color: #0d9488;
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.15);
  outline: none;
}

#cookie-banner {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#mobile-menu-overlay {
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
