/*
Theme Name: InterCompu DE Starter
Theme URI: https://inter-compu.com/starter-de
Author: Inter-Compu GmbH
Author URI: https://inter-compu.com
Description: Dark enterprise theme for corporate communications — Frankfurt-based.
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: intercompu-de-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.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}
#masthead.header-solid {
  background-color: rgba(23, 37, 84, 0.94) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px rgba(37, 99, 235, 0.12);
}

.btn-accent {
  box-shadow: 0 0 22px rgba(59, 130, 246, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-accent:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 32px rgba(59, 130, 246, 0.5);
}

.panel-dark {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(147, 197, 253, 0.12);
  backdrop-filter: blur(12px);
}

.text-gradient-blue {
  background: linear-gradient(135deg, #93c5fd 0%, #3b82f6 45%, #2563eb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.animate-hidden {
  opacity: 0;
  transform: translateY(18px);
  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: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
  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;
}

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

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